:root {
  --bg: #f4fbfc;
  --paper: #ffffff;
  --ink: #10323d;
  --muted: #58727a;
  --line: rgba(16, 50, 61, 0.12);
  --blue: #0f6b7a;
  --blue-dark: #0b4d59;
  --orange: #e15a35;
  --green: #3f8d67;
  --soft-blue: #e0f6fa;
  --soft-orange: #fff0ea;
  --shadow: 0 22px 60px rgba(16, 50, 61, 0.12);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(15, 107, 122, 0.12), transparent 28rem),
    radial-gradient(circle at 90% 4%, rgba(225, 90, 53, 0.12), transparent 26rem),
    var(--bg);
  line-height: 1.6;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: white;
  padding: .75rem 1rem;
  border-radius: 999px;
  z-index: 10;
}
.skip:focus { top: 1rem; }

.topbar {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  position: sticky;
  top: 14px;
  z-index: 5;
  box-shadow: 0 12px 36px rgba(16, 50, 61, .08);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 230px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--blue);
  color: white;
  font-weight: 900;
  font-size: 1.35rem;
}
.brand strong { display: block; line-height: 1.1; }
.brand small { color: var(--muted); line-height: 1.1; }
.topbar nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.topbar nav a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: .94rem;
}
.topbar nav a:hover { background: var(--soft-blue); color: var(--blue-dark); }

main { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 34px;
  align-items: center;
  padding: 72px clamp(18px, 3vw, 30px) 44px;
}
.hero-scenic {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(16, 50, 61, .16);
  background-image:
    linear-gradient(180deg, rgba(7, 25, 37, .18), rgba(7, 25, 37, .40)),
    linear-gradient(180deg, rgba(253, 166, 74, .26), rgba(16, 50, 61, .06) 38%, rgba(16, 50, 61, .34) 100%),
    url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Sunset_Stockholm_archipelago_-_panoramio.jpg?width=2200");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero-scenic .hero-content h1,
.hero-scenic .lead,
.hero-scenic .hero-content .eyebrow,
.hero-scenic .hero-content p,
.hero-scenic .hero-card p {
  color: white;
}
.hero-scenic .hero-content .eyebrow { color: #ffe0ad; }
.hero-scenic .notice {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.26);
  color: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-scenic .hero-card {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-scenic .btn.secondary {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.28);
  color: white;
}
.hero-scenic .btn.secondary:hover {
  background: rgba(255,255,255,.24);
}
.hero-content h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: .92;
  letter-spacing: -0.08em;
  max-width: 920px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 900;
}
.lead {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  color: var(--muted);
  max-width: 860px;
  margin: 28px 0 22px;
}
.notice {
  max-width: 820px;
  background: rgba(255,255,255,.8);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px 18px;
  color: #405c65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.hero-actions.center { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(16,50,61,.14); }
.btn.primary { background: var(--blue); color: white; }
.btn.secondary { background: white; border-color: var(--line); color: var(--ink); }
.btn.secondary.light { background: rgba(255,255,255,.18); color: white; border-color: rgba(255,255,255,.3); }
.hero-card {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.score {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: white;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.08em;
}
.hero-card p { font-size: 1.05rem; }
.hero-card hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }

section { margin: 56px 0; }
.section-head { max-width: 780px; margin-bottom: 26px; }
.section-head h2,
.content-block h2,
.cta-band h2,
.faq h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0 0 16px;
}
.section-head p { color: var(--muted); font-size: 1.1rem; }

.map-section,
.comparison,
.content-block,
.faq,
.sources {
  background: rgba(255,255,255,.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 18px 48px rgba(16, 50, 61, .08);
}
.route-map {
  width: 100%;
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px var(--line);
}

.routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.routes .section-head { grid-column: 1 / -1; }
.route-card {
  min-height: 430px;
  border-radius: var(--radius);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.route-blue { background: linear-gradient(145deg, #ffffff, var(--soft-blue)); }
.route-orange { background: linear-gradient(145deg, #ffffff, var(--soft-orange)); }
.badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15,107,122,.1);
  color: var(--blue-dark);
  font-weight: 900;
  font-size: .82rem;
  margin: 0 0 14px;
}
.route-card h3,
.feature h3,
.panel h3,
.tip-card h3,
.step h3 {
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
}
.clean-list { list-style: none; padding: 0; margin: 22px 0 0; }
.clean-list li {
  padding: 10px 0 10px 34px;
  border-top: 1px solid rgba(16,50,61,.09);
  position: relative;
  font-weight: 700;
}
.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 16px;
  height: 10px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}
.text-link {
  margin-top: 26px;
  font-weight: 900;
  color: var(--blue-dark);
  text-decoration: none;
}
.text-link::after { content: "  →"; }

.grid.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.panel,
.feature,
.tip-card,
.step {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
}
.panel p,
.feature p,
.tip-card p,
.step p,
.content-block p,
.faq p { color: var(--muted); }
.decision-box {
  margin-top: 20px;
  border-radius: 24px;
  padding: 22px;
  background: var(--ink);
  color: white;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.decision-box span { opacity: .88; }

.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 18px 0 22px; }
.step span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: var(--blue);
  color: white;
  border-radius: 15px;
  font-weight: 900;
  margin-bottom: 16px;
}
.plain-answer {
  background: var(--soft-blue);
  border-radius: 22px;
  padding: 20px 22px;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 22px;
  align-items: center;
}
.split.reverse { grid-template-columns: minmax(280px, .6fr) minmax(0, 1.4fr); }
.split.reverse > div:first-child { order: 2; }
.tip-card { background: linear-gradient(145deg, #fff, #eff9f5); }
.tip-card.dark { background: var(--ink); color: white; }
.tip-card.dark p { color: rgba(255,255,255,.78); }

.cta-band {
  padding: clamp(30px, 5vw, 56px);
  border-radius: var(--radius);
  color: white;
  text-align: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.16), transparent 18rem),
    linear-gradient(135deg, var(--blue-dark), var(--blue));
  box-shadow: var(--shadow);
}
.cta-band p { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: 1.12rem; }

.faq details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 20px;
  margin: 12px 0;
}
.faq summary { cursor: pointer; font-weight: 900; font-size: 1.08rem; }
.faq details[open] { box-shadow: 0 12px 30px rgba(16,50,61,.08); }
.sources { font-size: .95rem; }
.sources h2 { margin-top: 0; }
.sources ul { margin: 12px 0 0; padding-left: 1.2rem; }
.sources a { color: var(--blue-dark); font-weight: 800; }

.footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 34px auto 28px;
  padding: 22px 4px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
}
.footer nav { display: flex; gap: 14px; }
.footer a { color: var(--muted); text-decoration: none; font-weight: 800; }
.footer a:hover { color: var(--blue-dark); }

.legal-page main { max-width: 880px; }
.legal {
  background: rgba(255,255,255,.8);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 46px);
  margin-top: 50px;
  box-shadow: var(--shadow);
}
.legal h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); line-height: .95; letter-spacing: -.07em; margin: 0 0 24px; }
.legal h2 { margin-top: 30px; }
.legal p, .legal li { color: var(--muted); }

@media (max-width: 980px) {
  .topbar { align-items: flex-start; border-radius: 28px; flex-direction: column; }
  .topbar nav { justify-content: flex-start; }
  .hero { grid-template-columns: 1fr; min-height: unset; padding-top: 54px; }
  .routes, .grid.two, .feature-grid, .steps, .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse > div:first-child { order: initial; }
  .route-card { min-height: unset; }
}

@media (max-width: 620px) {
  main, .topbar, .footer { width: min(100% - 22px, var(--max)); }
  .topbar nav a { padding: 8px 10px; }
  .hero-content h1 { font-size: clamp(3.4rem, 17vw, 5.5rem); }
  .notice { font-size: .94rem; }
  .btn { width: 100%; }
  .map-section, .comparison, .content-block, .faq, .sources { padding: 22px; border-radius: 22px; }
  .route-card, .panel, .feature, .tip-card, .step { padding: 21px; border-radius: 22px; }
  .footer { flex-direction: column; }
}


.map-shell {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 14px;
}
#ferry-map {
  width: 100%;
  height: 560px;
  border-radius: 20px;
  overflow: hidden;
}
.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding: 14px 6px 2px;
  color: var(--muted);
  font-weight: 800;
}
.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.legend-line {
  display: inline-block;
  width: 34px;
  height: 0;
  border-top: 4px solid currentColor;
  border-radius: 999px;
}
.legend-line.blue { color: var(--blue); }
.legend-line.orange { color: var(--orange); }
.legend-line.green { color: var(--green); }
.legend-line.gray { color: #6b7f86; border-top-style: dashed; }
.map-note {
  margin-top: 16px;
  background: var(--soft-blue);
  border-radius: 22px;
  padding: 18px 20px;
}
.leaflet-tooltip.map-label {
  background: rgba(16, 50, 61, 0.92);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 6px 8px;
  box-shadow: none;
  font-weight: 800;
}
.leaflet-tooltip-top.map-label::before {
  border-top-color: rgba(16, 50, 61, 0.92);
}
.fullwidth-card { grid-column: 1 / -1; min-height: unset; }
.autozug-grid { margin-bottom: 18px; }
.autozug-mini-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 980px) {
  .autozug-mini-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  #ferry-map { height: 420px; }
}


.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.photo-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(16, 50, 61, .08);
}
.photo-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.photo-card figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: .92rem;
}
.photo-card figcaption a {
  color: var(--blue-dark);
  font-weight: 800;
}
.sources h3 {
  margin: 26px 0 8px;
  font-size: 1.25rem;
}
@media (max-width: 780px) {
  .photo-grid { grid-template-columns: 1fr; }
  .photo-card img { height: 240px; }
}


.experience-box {
  background:
    radial-gradient(circle at 5% 0%, rgba(225,90,53,.10), transparent 22rem),
    rgba(255,255,255,.82);
}
.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 22px;
  align-items: stretch;
}
.experience-main {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(22px, 3vw, 32px);
}
.experience-main p {
  color: var(--muted);
  font-size: 1.06rem;
}
.experience-main p:first-child {
  color: var(--ink);
  font-size: 1.18rem;
}
.experience-aside {
  background: var(--ink);
  color: white;
  border-radius: 24px;
  padding: clamp(22px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.experience-aside h3 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1;
  letter-spacing: -.04em;
}
.experience-aside p { color: rgba(255,255,255,.82); font-weight: 800; }
.mini-list { list-style: none; padding: 0; margin: 18px 0 0; }
.mini-list li {
  border-top: 1px solid rgba(255,255,255,.16);
  padding: 12px 0;
  color: rgba(255,255,255,.86);
  font-weight: 750;
}
@media (max-width: 980px) {
  .experience-grid { grid-template-columns: 1fr; }
}


/* V6 mobile and layout hardening */
html, body { max-width: 100%; overflow-x: clip; }
body { word-break: normal; overflow-wrap: anywhere; }
#ferry-map { background: #eaf5f7 url('img/routenkarte-schweden.svg') center / cover no-repeat; }
.leaflet-container { max-width: 100%; }
@media (max-width: 620px) {
  section { margin: 38px 0; }
  .hero { padding-top: 34px; }
  .hero-content h1 { font-size: clamp(2.75rem, 14vw, 4.35rem); letter-spacing: -0.065em; }
  .lead { font-size: 1.06rem; margin-top: 20px; }
  .topbar { position: static; top: auto; margin-top: 10px; }
  .topbar nav { gap: 4px; }
  .topbar nav a { font-size: .9rem; padding: 7px 9px; }
  #ferry-map { height: 360px; }
  .map-legend { font-size: .9rem; gap: 9px 12px; }
  .legend-line { width: 26px; }
  .photo-card img { height: 220px; }
  .experience-main p { font-size: 1rem; }
  .experience-main p:first-child { font-size: 1.06rem; }
}
@media (max-width: 380px) {
  .brand { min-width: 0; }
  .brand small { display: none; }
  .hero-content h1 { font-size: clamp(2.55rem, 13.5vw, 3.8rem); }
  main, .topbar, .footer { width: min(100% - 18px, var(--max)); }
}


.parallax-sea {
  position: relative;
  min-height: 620px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(16, 50, 61, .16);
  background-image:
    linear-gradient(180deg, rgba(7, 25, 37, .20), rgba(7, 25, 37, .55)),
    linear-gradient(180deg, rgba(253, 166, 74, .28), rgba(16, 50, 61, .08) 38%, rgba(16, 50, 61, .55) 100%),
    url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Sunset_Stockholm_archipelago_-_panoramio.jpg?width=2200");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.parallax-overlay {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
}
.parallax-box {
  width: min(760px, 100%);
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 34px;
  padding: clamp(24px, 4vw, 40px);
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.parallax-box h2 {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.06em;
}
.parallax-box p {
  color: rgba(255,255,255,.96);
  font-size: 1.08rem;
}
.parallax-box .eyebrow { color: #ffe0ad; }
.parallax-note {
  margin-top: 18px;
  font-weight: 900;
  font-size: 1.14rem;
}
@media (max-width: 980px) {
  .parallax-sea { min-height: 560px; background-attachment: scroll; }
  .parallax-overlay { min-height: 560px; }
}
@media (max-width: 620px) {
  .parallax-sea { min-height: 520px; }
  .parallax-overlay { min-height: 520px; padding: 18px; }
  .parallax-box { border-radius: 24px; padding: 22px 18px; }
  .parallax-box p { font-size: 1rem; }
}


/* V9 Hero: Hintergrundbild hinter den beiden Kästen */
.hero-scenic {
  padding: clamp(22px, 3vw, 34px);
}
.hero-scenic .hero-content {
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 34px;
  padding: clamp(24px, 4vw, 44px);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  box-shadow: 0 22px 56px rgba(0,0,0,.16);
}
.hero-scenic .hero-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-scenic .lead {
  margin-bottom: 0;
}
.hero-scenic .hero-actions {
  margin-top: 28px;
}
@media (max-width: 980px) {
  .hero-scenic {
    padding: 18px;
  }
  .hero-scenic .hero-content {
    border-radius: 26px;
    padding: 24px 20px;
  }
}
@media (max-width: 620px) {
  .hero-scenic {
    padding: 14px;
  }
  .hero-scenic .hero-content {
    border-radius: 22px;
    padding: 22px 17px;
  }
}


/* V10: Hintergrund wirklich ganz hinten */
.hero-scenic {
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(18px, calc((100vw - var(--max)) / 2 + 18px));
  padding-right: max(18px, calc((100vw - var(--max)) / 2 + 18px));
}
.hero-scenic .hero-content,
.hero-scenic .hero-card {
  box-shadow: 0 22px 56px rgba(0,0,0,.16);
}
@media (max-width: 980px) {
  .hero-scenic {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 620px) {
  .hero-scenic {
    padding-left: 14px;
    padding-right: 14px;
  }
}


/* V11 scenic stage behind hero, map and photos */
.scenic-stage {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 max(18px, calc((100vw - var(--max)) / 2 + 18px)) 44px;
  background-image:
    linear-gradient(180deg, rgba(7, 25, 37, .14), rgba(7, 25, 37, .24)),
    linear-gradient(180deg, rgba(253, 166, 74, .28), rgba(16, 50, 61, .04) 42%, rgba(16, 50, 61, .22) 100%),
    url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Sunset_Stockholm_archipelago_-_panoramio.jpg?width=2200");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.scenic-stage > .hero,
.scenic-stage > .map-section,
.scenic-stage > .photo-section {
  position: relative;
  z-index: 1;
}
.scenic-stage > .map-section,
.scenic-stage > .photo-section {
  margin-top: 28px;
}
.hero-scenic {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hero-scenic .hero-content,
.hero-scenic .hero-card {
  background: rgba(255,255,255,.90) !important;
  border: 1px solid rgba(255,255,255,.85) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 22px 56px rgba(0,0,0,.12) !important;
}
.hero-scenic .hero-content h1,
.hero-scenic .lead,
.hero-scenic .hero-content .eyebrow,
.hero-scenic .hero-content p,
.hero-scenic .hero-card p {
  color: var(--ink) !important;
}
.hero-scenic .hero-content .eyebrow { color: var(--orange) !important; }
.hero-scenic .btn.secondary {
  background: white !important;
  border-color: var(--line) !important;
  color: var(--ink) !important;
}
.hero-scenic .hero-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-scenic .hero-content {
  border-radius: 34px;
  padding: clamp(24px, 4vw, 44px);
}
@media (max-width: 980px) {
  .scenic-stage {
    padding-left: 18px;
    padding-right: 18px;
    background-attachment: scroll;
  }
  .scenic-stage > .map-section,
  .scenic-stage > .photo-section { margin-top: 22px; }
}
@media (max-width: 620px) {
  .scenic-stage {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 26px;
  }
  .hero-scenic .hero-content {
    border-radius: 22px;
    padding: 22px 17px;
  }
}


/* V12: Hintergrundbild auf der ganzen Startseite bis unten */
body.home-page {
  background:
    radial-gradient(circle at 10% 0%, rgba(15, 107, 122, 0.10), transparent 28rem),
    radial-gradient(circle at 90% 4%, rgba(225, 90, 53, 0.10), transparent 26rem),
    linear-gradient(180deg, rgba(7, 25, 37, .18), rgba(7, 25, 37, .30)),
    linear-gradient(180deg, rgba(253, 166, 74, .25), rgba(16, 50, 61, .05) 42%, rgba(16, 50, 61, .25) 100%),
    url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Sunset_Stockholm_archipelago_-_panoramio.jpg?width=2200");
  background-size: auto, auto, cover, cover, cover;
  background-position: 10% 0%, 90% 4%, center top, center top, center top;
  background-repeat: no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed;
}
body.home-page .scenic-stage {
  background: transparent !important;
}
body.home-page .footer {
  background: rgba(255,255,255,.76);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 980px) {
  body.home-page { background-attachment: scroll, scroll, scroll, scroll, scroll; }
}


/* V13: Lesbarkeit Route Titel und Desktop Bilderrahmen */
.routes .section-head {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 34px;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 22px 56px rgba(0,0,0,.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  max-width: 900px;
}
.routes .section-head h2,
.routes .section-head p {
  color: var(--ink);
}
.routes .section-head .eyebrow {
  color: var(--orange);
}

/* Weißer Außenrahmen nur Desktop */
@media (min-width: 981px) {
  body {
    border: 18px solid rgba(255,255,255,.96);
    min-height: 100vh;
  }
  .topbar {
    margin-top: 18px;
  }
  .scenic-stage {
    margin-left: calc(50% - 50vw + 18px);
    margin-right: calc(50% - 50vw + 18px);
    padding-left: max(18px, calc((100vw - var(--max)) / 2 + 18px));
    padding-right: max(18px, calc((100vw - var(--max)) / 2 + 18px));
  }
}

/* Mobil kein Außenrahmen */
@media (max-width: 980px) {
  body {
    border: 0;
  }
  .routes .section-head {
    border-radius: 24px;
    padding: 22px;
  }
}


.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--soft-blue);
  color: var(--blue-dark);
  text-decoration: none;
  font-weight: 900;
  border: 1px solid var(--line);
}
.mini-link:hover { background: white; }
@media (max-width: 620px) {
  .mini-link { width: 100%; }
}


/* V16: Footer exakt auf einer Ebene */
.footer {
  align-items: center;
}
.footer p {
  margin: 0;
  line-height: 1.2;
}
.footer nav {
  align-items: center;
}
.footer nav a {
  line-height: 1.2;
}
@media (max-width: 620px) {
  .footer {
    align-items: flex-start;
  }
}
