:root {
  --ink: #202321;
  --paper: #f6f3ed;
  --paper-2: #ece7de;
  --gold: #a88752;
  --petrol: #315966;
  --bronze: #8b6243;
  --champagne: #c7aa78;
  --mist: #75929a;
  --harbour: #a85f46;
  --journey: #756b91;
  --line: rgba(32, 35, 33, 0.16);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --max: 1280px;
}

/* SaaleSpa – Swedish original on the Thueringer Meer */
.spa-hero {
  min-height: 94svh;
}
.spa-hero:after {
  background:
    linear-gradient(90deg, rgba(7, 17, 15, 0.87), rgba(7, 17, 15, 0.18) 72%),
    linear-gradient(0deg, rgba(7, 17, 15, 0.7), transparent 58%);
}
.spa-hero .hero-content {
  max-width: 900px;
}
.spa-hero h1 {
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
}
.spa-hero .hero-copy {
  max-width: 700px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}
.spa-scroll {
  position: absolute;
  z-index: 4;
  right: clamp(18px, 5vw, 70px);
  bottom: 2.2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.65rem;
}
.spa-claim {
  background: #b08b50;
  color: #fff;
  padding: clamp(3.5rem, 7vw, 7rem) 0;
}
.spa-claim p,
.spa-claim strong {
  display: block;
  margin: 0;
  font: 400 clamp(2.6rem, 6.2vw, 6.5rem) / 1.02 var(--serif);
  letter-spacing: -0.035em;
}
.spa-claim strong {
  color: #14221e;
  font-weight: 400;
}
.spa-origin {
  background: #f1eee7;
}
.spa-origin .detail-body > p:not(.lead) {
  max-width: 760px;
  color: #5d645f;
  font-size: 1.05rem;
}
.spa-cinema {
  background: #111917;
  padding: clamp(1rem, 2vw, 2rem);
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(0.7rem, 1.4vw, 1.4rem);
}
.spa-cinema figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 85vh;
}
.spa-cinema > figure img,
.spa-cinema-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spa-cinema-pair {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: clamp(0.7rem, 1.4vw, 1.4rem);
}
.spa-cinema-pair figure {
  min-height: 0;
}
.spa-cinema figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 5rem 1.6rem 1.5rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(5, 10, 8, 0.88));
}
.spa-cinema figcaption span {
  display: block;
  color: #e0c79b;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.62rem;
}
.spa-cinema figcaption strong {
  display: block;
  margin-top: 0.35rem;
  font: 400 clamp(1.65rem, 3vw, 3rem) / 1.05 var(--serif);
}
.spa-choice {
  background: #e9e5dc;
}
.spa-choice-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 4rem;
}
.spa-choice-head h2 {
  font-size: clamp(3.2rem, 6.5vw, 7rem);
}
.spa-choice-head > p {
  color: #5a615c;
  font-size: 1.05rem;
}
.spa-packages {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: rgba(26, 35, 31, 0.18);
}
.spa-package {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  background: #f7f4ee;
  border-top: 4px solid #315966;
}
.spa-package:nth-child(2) {
  border-color: #b08b50;
}
.spa-package:nth-child(3) {
  border-color: #718f81;
}
.spa-package:nth-child(4) {
  grid-column: span 3;
  border-color: #202321;
}
.spa-package:nth-child(5) {
  grid-column: span 3;
  border-color: #b77966;
}
.spa-package.is-featured {
  background: #18231f;
  color: #fff;
}
.spa-package-tag {
  color: #a88752;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.spa-package h3 {
  font-size: clamp(2rem, 3.1vw, 3.3rem);
  margin: 1.4rem 0 0.8rem;
}
.spa-package > p {
  min-height: 4.5em;
  color: #646a66;
}
.spa-package.is-featured > p {
  color: rgba(255, 255, 255, 0.68);
}
.spa-package ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  border-top: 1px solid rgba(80, 88, 83, 0.25);
}
.spa-package li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(80, 88, 83, 0.25);
  font-size: 0.8rem;
}
.spa-package li strong {
  font: 400 1.25rem var(--serif);
}
.spa-package > a {
  width: max-content;
  margin-top: auto;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.2rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.spa-price-note {
  margin: 1rem 0 0;
  color: #737873;
  font-size: 0.66rem;
}
.spa-availability {
  background: #16231f;
  color: #fff;
  padding: clamp(4rem, 8vw, 8rem) 0;
}
.spa-availability .shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5vw;
  align-items: center;
}
.spa-availability .live-dot {
  display: inline-block;
  margin-bottom: 1.2rem;
}
.spa-availability h2 {
  font-size: clamp(3rem, 6vw, 6.2rem);
  max-width: 900px;
}
.spa-availability p:not(.section-kicker) {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.7);
}
.spa-proof {
  background: #b08b50;
  color: #fff;
}
.spa-proof .shell {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 8vw;
  align-items: center;
}
.spa-proof blockquote {
  margin: 0;
  font: 400 clamp(3rem, 5.8vw, 6rem) / 1.06 var(--serif);
  letter-spacing: -0.035em;
}
.spa-proof cite {
  display: block;
  margin-top: 2rem;
  font: 700 0.66rem var(--sans);
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.spa-proof-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.spa-know {
  background: #f4f1eb;
}
.spa-know details {
  border-top: 1px solid rgba(31, 39, 35, 0.25);
}
.spa-know details:last-of-type {
  border-bottom: 1px solid rgba(31, 39, 35, 0.25);
}
.spa-know summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.35rem 3rem 1.35rem 0;
  font: 400 1.45rem var(--serif);
}
.spa-know summary::-webkit-details-marker {
  display: none;
}
.spa-know summary:after {
  content: "+";
  position: absolute;
  right: 0.5rem;
  top: 1.15rem;
  font: 300 1.7rem var(--sans);
}
.spa-know details[open] summary:after {
  content: "−";
}
.spa-know details p {
  margin: -0.3rem 0 1.4rem;
  color: #626863;
}
@media (max-width: 900px) {
  .spa-cinema {
    grid-template-columns: 1fr;
  }
  .spa-cinema figure {
    min-height: 70vh;
  }
  .spa-cinema-pair {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .spa-cinema-pair figure {
    min-height: 62vh;
  }
  .spa-choice-head,
  .spa-proof .shell {
    grid-template-columns: 1fr;
  }
  .spa-packages {
    grid-template-columns: 1fr 1fr;
  }
  .spa-package,
  .spa-package:nth-child(4),
  .spa-package:nth-child(5) {
    grid-column: span 1;
  }
  .spa-package:last-child {
    grid-column: 1/-1;
  }
  .spa-proof-image img {
    height: 500px;
  }
}
@media (max-width: 700px) {
  .spa-hero {
    min-height: 94svh;
  }
  .spa-hero .hero-media {
    object-position: 62% center;
  }
  .spa-hero h1 {
    font-size: clamp(3.5rem, 16vw, 5.7rem);
  }
  .spa-scroll {
    display: none;
  }
  .spa-claim p,
  .spa-claim strong {
    font-size: clamp(2.5rem, 12vw, 4.5rem);
  }
  .spa-cinema {
    padding: 0.7rem;
  }
  .spa-cinema figure {
    min-height: 66svh;
  }
  .spa-cinema-pair {
    grid-template-columns: 1fr;
  }
  .spa-cinema-pair figure {
    min-height: 70svh;
  }
  .spa-choice-head {
    margin-bottom: 2.5rem;
  }
  .spa-packages {
    grid-template-columns: 1fr;
  }
  .spa-package,
  .spa-package:nth-child(4),
  .spa-package:nth-child(5),
  .spa-package:last-child {
    grid-column: 1;
    min-height: 430px;
  }
  .spa-availability .shell {
    grid-template-columns: 1fr;
  }
  .spa-availability .button {
    width: 100%;
  }
  .spa-proof blockquote {
    font-size: clamp(2.7rem, 12vw, 4.5rem);
  }
  .spa-proof-image img {
    height: 420px;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
  max-width: 100%;
  overflow-x: clip;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: clip;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.skip {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 99;
  background: #fff;
  padding: 0.8rem 1rem;
}
.skip:focus {
  top: 1rem;
}
.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.35s;
  color: #fff;
}
.site-header.is-solid {
  height: 72px;
  background: rgba(246, 243, 237, 0.94);
  backdrop-filter: blur(18px);
  color: var(--ink);
  border-color: var(--line);
}
.nav-shell {
  width: min(calc(100% - 48px), var(--max));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: var(--paper);
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(32, 35, 33, 0.08);
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.brand img {
  width: 148px;
  height: 46px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-nav a {
  text-decoration: none;
  position: relative;
}
.site-nav a:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 100%;
  bottom: -0.5rem;
  background: currentColor;
  transition: 0.25s;
}
.site-nav a:hover:after,
.site-nav a:focus-visible:after {
  right: 0;
}
.nav-cta {
  border: 1px solid currentColor;
  padding: 0.7rem 1rem !important;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  color: inherit;
  width: 46px;
  height: 46px;
  font-size: 0;
}
.menu-toggle:before,
.menu-toggle:after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
  margin: 7px auto;
  transition: 0.25s;
}
.hero {
  min-height: 100svh;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #162c34;
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: hero-breathe 18s ease-out both;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(14, 19, 18, 0.72) 0%,
      rgba(14, 19, 18, 0.3) 55%,
      rgba(14, 19, 18, 0.08)
    ),
    linear-gradient(0deg, rgba(14, 19, 18, 0.62), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 170px 0 11vh;
  max-width: var(--max);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
}
.eyebrow:before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.06;
  margin: 0;
}
h1 {
  font-size: clamp(3.6rem, 7.5vw, 7.7rem);
  max-width: 1050px;
  margin-top: 1.4rem;
}
.hero-copy {
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  max-width: 600px;
  margin: 1.8rem 0 2.25rem;
  color: rgba(255, 255, 255, 0.86);
}
.actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0.75rem 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid currentColor;
  transition: 0.25s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.button.ghost {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}
.scroll-mark {
  position: absolute;
  right: 0;
  bottom: 3.2rem;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.64rem;
  opacity: 0.7;
}
.section {
  padding: clamp(5.5rem, 10vw, 10rem) 0;
}
.shell {
  width: min(calc(100% - 48px), var(--max));
  margin: auto;
}
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 1.2rem;
}
.section-title {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  max-width: 920px;
}
.lead {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  max-width: 700px;
  color: #555b57;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10vw;
  align-items: end;
}
.intro-grid .lead {
  margin: 0;
}
.hairline {
  height: 1px;
  background: var(--line);
  margin-top: 4rem;
}
.compass {
  background: var(--ink);
  color: #fff;
}
.compass .section-kicker {
  color: #d6bd93;
}
.compass-top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: end;
}
.compass-copy {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}
.world-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
  margin-top: 4rem;
}
.world {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  text-decoration: none;
  background: #111;
  isolation: isolate;
}
.world:nth-child(1),
.world:nth-child(2) {
  grid-column: span 6;
}
.world:nth-child(n + 3) {
  grid-column: span 4;
  min-height: 430px;
}
.world img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.world:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(8, 11, 10, 0.96) 0%,
    rgba(8, 11, 10, 0.78) 34%,
    rgba(8, 11, 10, 0.3) 68%,
    rgba(8, 11, 10, 0.12) 100%
  );
  z-index: 0;
}
.world:hover img {
  transform: scale(1.035);
}
.world-content {
  position: absolute;
  z-index: 1;
  left: clamp(1.5rem, 3vw, 2.5rem);
  right: 1.5rem;
  bottom: 1.8rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}
.world-no {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  opacity: 0.65;
}
.world h3 {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  margin: 0.35rem 0;
  color: #fff;
}
.world p {
  margin: 0;
  max-width: 430px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 450;
}
.world-arrow {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(8, 11, 10, 0.28);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  z-index: 2;
}
.manifesto {
  background: var(--gold);
  color: #fff;
}
.manifesto blockquote {
  font: 400 clamp(2.7rem, 5.8vw, 6.2rem) / 1.08 var(--serif);
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 1100px;
}
.manifesto p {
  margin: 2rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
}
.story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: center;
}
.story-image {
  position: relative;
}
.story-image:before {
  content: "";
  position: absolute;
  left: -24px;
  bottom: -24px;
  width: 52%;
  height: 52%;
  background: var(--petrol);
  z-index: 0;
}
.story-image img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.story h2 {
  font-size: clamp(2.7rem, 5vw, 5.3rem);
}
.story .signature {
  font: italic 1.4rem var(--serif);
  color: var(--gold);
  margin-top: 2rem;
}
.cta {
  background: var(--petrol);
  color: #fff;
  text-align: center;
}
.cta h2 {
  font-size: clamp(3rem, 6vw, 6.5rem);
  max-width: 1000px;
  margin: auto;
}
.cta p {
  max-width: 650px;
  margin: 1.5rem auto 2.2rem;
  color: rgba(255, 255, 255, 0.75);
}
.site-footer {
  background: #171a18;
  color: #fff;
  padding: 4.5rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 4rem;
}
.footer-logo {
  background: #fff;
  padding: 0.8rem;
  width: 190px;
}
.site-footer h3 {
  font: 600 0.7rem var(--sans);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #d6bd93;
}
.site-footer a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
  margin: 0.35rem 0;
}
.site-footer a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 3rem;
  padding-top: 1.5rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.52);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.floating-compass {
  position: fixed;
  z-index: 45;
  right: 20px;
  bottom: 20px;
}
.compass-button {
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  min-height: 54px;
  padding: 0 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
  cursor: pointer;
}
.compass-panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: min(340px, calc(100vw - 40px));
  padding: 0.65rem;
  background: rgba(23, 26, 24, 0.96);
  backdrop-filter: blur(14px);
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: 0.25s;
}
.floating-compass.open .compass-panel {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.compass-panel a {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.sub-hero {
  min-height: 74svh;
}
.sub-hero h1 {
  font-size: clamp(3.4rem, 7vw, 7rem);
}
.detail-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9vw;
  align-items: start;
}
.detail-aside {
  position: sticky;
  top: 120px;
}
.detail-aside h2 {
  font-size: clamp(2.5rem, 4vw, 4.2rem);
}
.detail-body h3 {
  font-size: 2.1rem;
  margin: 2.5rem 0 0.7rem;
}
.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  margin: 2.5rem 0;
}
.fact {
  background: var(--paper);
  padding: 1.5rem;
}
.fact small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.65rem;
  color: #777;
}
.fact strong {
  display: block;
  font: 400 1.5rem var(--serif);
  margin-top: 0.3rem;
}
.media-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 3rem;
}
.media-pair img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.note {
  border-left: 2px solid var(--gold);
  padding-left: 1.3rem;
  color: #575d59;
}
.backlink {
  display: inline-block;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  font-weight: 700;
}
@media (max-width: 900px) {
  .site-header,
  .site-header.is-solid {
    height: 70px;
  }
  .nav-shell {
    width: calc(100% - 30px);
  }
  .brand img {
    width: 118px;
    height: 38px;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav {
    position: fixed;
    inset: 70px 0 auto 0;
    background: var(--paper);
    color: var(--ink);
    padding: 1.5rem 24px 2rem;
    display: grid;
    gap: 0;
    transform: translateY(-140%);
    transition: 0.35s;
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open {
    transform: none;
  }
  .site-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
  }
  .nav-cta {
    border: 0;
    padding: 0.9rem 0 !important;
  }
  .hero-content,
  .shell {
    width: calc(100% - 36px);
  }
  .hero-content {
    padding-bottom: 11vh;
  }
  .scroll-mark {
    display: none;
  }
  h1 {
    font-size: clamp(3rem, 13vw, 5.4rem);
  }
  .intro-grid,
  .compass-top,
  .story,
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .world-grid {
    display: block;
  }
  .world {
    min-height: 68svh;
    margin-top: 1rem;
  }
  .world:nth-child(n) {
    min-height: 68svh;
  }
  .story-image {
    max-width: 520px;
  }
  .detail-aside {
    position: static;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    display: block;
  }
  .media-pair {
    grid-template-columns: 1fr;
  }
  .media-pair img {
    height: 390px;
  }
}
@media (max-width: 560px) {
  .section {
    padding: 5rem 0;
  }
  .world {
    min-height: 58svh;
  }
  .fact-grid {
    grid-template-columns: 1fr;
  }
  .manifesto blockquote {
    font-size: 2.8rem;
  }
  .hero-copy {
    font-size: 1rem;
  }
  .actions .button {
    width: 100%;
  }
  .floating-compass {
    right: 14px;
    bottom: 14px;
  }
}
@media (max-width: 700px) {
  main,
  section,
  header,
  footer,
  .shell,
  .hero-content,
  .nav-shell {
    max-width: 100%;
    min-width: 0;
  }
  h1,
  h2,
  h3,
  p,
  a,
  blockquote,
  figcaption {
    overflow-wrap: anywhere;
  }
  .floating-compass {
    max-width: calc(100vw - 28px);
  }
  .compass-panel {
    max-width: calc(100vw - 28px);
  }
}
@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}
.legal-section {
  padding-top: 150px;
}
.legal-title {
  color: var(--ink);
  font-size: clamp(3rem, 6vw, 6rem);
}
.legal-date {
  color: #717672;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 1rem;
}
.legal-copy > h3:first-of-type {
  margin-top: 2rem;
}
.legal-copy p {
  max-width: 760px;
}
.legal-footer {
  padding-top: 1.5rem;
}
.legal-footer .footer-bottom {
  margin-top: 0;
}
.legal-footer .footer-bottom a {
  display: inline;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

/* Brand-world signatures and premium interaction layer */
.world {
  --world-accent: var(--gold);
}
.world:nth-child(1) {
  --world-accent: var(--bronze);
}
.world:nth-child(2) {
  --world-accent: var(--harbour);
}
.world:nth-child(3) {
  --world-accent: var(--champagne);
}
.world:nth-child(4) {
  --world-accent: var(--mist);
}
.world:nth-child(5) {
  --world-accent: var(--journey);
}
.world:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--world-accent);
  transform: scaleX(0.16);
  transform-origin: left;
  transition: transform 0.55s cubic-bezier(0.2, 0.65, 0.25, 1);
}
.world img {
  filter: saturate(0.88) contrast(1.03);
  transition:
    transform 0.8s cubic-bezier(0.2, 0.65, 0.25, 1),
    filter 0.6s;
}
.world:hover:before,
.world:focus-visible:before {
  transform: scaleX(1);
}
.world:hover img,
.world:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.02) contrast(1.04);
}
.world:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.world-content {
  transition: transform 0.45s cubic-bezier(0.2, 0.65, 0.25, 1);
}
.world:hover .world-content {
  transform: translateY(-7px);
}
.world-no {
  color: var(--world-accent);
  opacity: 1;
  font-weight: 700;
}
.world-arrow {
  z-index: 3;
  transition: 0.35s;
}
.world:hover .world-arrow {
  background: var(--world-accent);
  border-color: var(--world-accent);
  transform: rotate(45deg);
}
.compass-panel a {
  transition:
    background 0.2s,
    padding 0.2s;
}
.compass-panel a:hover,
.compass-panel a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  padding-left: 1.2rem;
  outline: 0;
}
@keyframes hero-breathe {
  from {
    transform: scale(1.045);
  }
  to {
    transform: scale(1);
  }
}

@media (max-width: 560px) {
  .section {
    padding: 4.5rem 0;
  }
  .hero {
    min-height: 92svh;
  }
  .hero-content {
    padding-top: 130px;
    padding-bottom: 8vh;
  }
  h1 {
    font-size: clamp(2.85rem, 13vw, 4.6rem);
    line-height: 1.01;
  }
  .hero-copy {
    font-size: 1rem;
    line-height: 1.55;
    margin: 1.35rem 0 1.7rem;
  }
  .actions {
    gap: 0.65rem;
  }
  .actions .button {
    min-height: 50px;
  }
  .world {
    min-height: 54svh;
  }
  .world-content {
    bottom: 1.45rem;
  }
  .world p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .compass-button {
    min-height: 50px;
  }
  .footer-grid {
    gap: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-media {
    animation: none;
  }
  .world:before,
  .world-content,
  .world-arrow {
    transition: none;
  }
}

.moment-route {
  background: #171a18;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.moment-route .shell {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  align-items: stretch;
}
.moment-route-label {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.58);
}
.moment-route a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  font: 400 1.22rem var(--serif);
  transition:
    background 0.25s,
    color 0.25s;
}
.moment-route a small {
  font: 600 0.61rem var(--sans);
  letter-spacing: 0.13em;
  color: var(--gold);
}
.moment-route a:hover,
.moment-route a:focus-visible {
  background: var(--gold);
  color: #fff;
  outline: 0;
}
.moment-route a:hover small,
.moment-route a:focus-visible small {
  color: #fff;
}
.proof {
  background: var(--paper-2);
}
.proof-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  align-items: center;
}
.proof-score {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0.4rem 0;
  color: var(--gold);
  letter-spacing: 0.12em;
}
.proof-score strong {
  font: 400 3.4rem var(--serif);
  letter-spacing: -0.04em;
  color: var(--ink);
}
.proof-meta {
  margin: 0;
  color: #6a706c;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.proof figure {
  margin: 0;
  border-left: 1px solid rgba(32, 35, 33, 0.24);
  padding-left: clamp(2rem, 5vw, 5rem);
}
.proof blockquote {
  margin: 0;
  font: 400 clamp(2.2rem, 4vw, 4.6rem) / 1.12 var(--serif);
  letter-spacing: -0.025em;
}
.proof figcaption {
  margin-top: 1.5rem;
  color: #626763;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
}
.proof-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 4rem;
}
.proof-heading > p {
  max-width: 520px;
  margin: 0;
  color: #626763;
  font-size: 1.05rem;
}
.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(32, 35, 33, 0.18);
}
.review-card {
  background: var(--paper);
  padding: clamp(1.8rem, 4vw, 3.6rem);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  border-top: 4px solid var(--bronze);
}
.review-card-spa {
  border-color: var(--mist);
}
.review-rating {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
  gap: 0.8rem;
  color: var(--gold);
}
.review-rating > span {
  letter-spacing: 0.11em;
}
.review-rating strong {
  font: 400 2.8rem var(--serif);
  color: var(--ink);
}
.review-rating small {
  text-align: right;
  color: #676d69;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.64rem;
}
.review-card blockquote {
  font: 400 clamp(2rem, 3.2vw, 3.4rem) / 1.14 var(--serif);
  margin: 2.5rem 0;
  letter-spacing: -0.025em;
}
.review-card footer {
  margin-top: auto;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.review-card footer span {
  color: #777d79;
  font-weight: 500;
}
.review-card > a {
  margin-top: 1.2rem;
  width: max-content;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  font-weight: 700;
}
.review-date {
  margin: 1rem 0 0;
  text-align: right;
  color: #777d79;
  font-size: 0.66rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.vouchers {
  background: #202321;
  color: #fff;
}
.voucher-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  align-items: end;
}
.voucher-intro .lead {
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}
.voucher-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  margin-top: 4rem;
}
.voucher-card {
  position: relative;
  min-height: 390px;
  padding: clamp(1.7rem, 3vw, 2.8rem);
  background: #272b29;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.voucher-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--bronze);
}
.voucher-card:nth-child(2):before {
  background: var(--gold);
}
.voucher-card:nth-child(3):before {
  background: var(--mist);
}
.voucher-card > span {
  color: #d6bd93;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.66rem;
  font-weight: 700;
}
.voucher-card h3 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  margin: 2.2rem 0 1rem;
}
.voucher-card p {
  color: rgba(255, 255, 255, 0.86);
}
.voucher-card a {
  margin-top: auto;
  color: #fff;
  text-decoration: none;
  width: max-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  font-weight: 700;
}
.voucher-card-accent {
  background: #315966;
}
.voucher-note {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
}
.media-pair.media-single {
  grid-template-columns: 1fr;
}
.media-pair.media-single img {
  width: 100%;
  height: clamp(360px, 52vw, 640px);
  object-position: center;
}
.editorial-gallery {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 1.2rem;
  margin: 3rem 0;
}
.editorial-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #161a18;
}
.editorial-gallery figure:first-child {
  margin-top: 4rem;
}
.editorial-gallery.triple {
  grid-template-columns: repeat(3, 1fr);
}
.editorial-gallery.triple figure:first-child {
  margin-top: 3rem;
}
.editorial-gallery.triple figure:nth-child(3) {
  margin-top: 1.5rem;
}
.editorial-gallery img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);
}
.editorial-gallery figure:hover img {
  transform: scale(1.025);
}
.editorial-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1.3rem 1.1rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(10, 14, 13, 0.78));
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.guest-voice {
  margin: 3.5rem 0;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font: 400 clamp(1.8rem, 3vw, 3rem) / 1.18 var(--serif);
  color: var(--ink);
}
.guest-voice cite {
  display: block;
  margin-top: 1rem;
  font: 600 0.66rem var(--sans);
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #707571;
}
.origin-link {
  color: inherit;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}
.origin-link:hover,
.origin-link:focus-visible {
  color: var(--gold);
}
.detail-actions {
  margin-top: 2rem;
}
.button.outline {
  color: var(--ink);
  border-color: var(--ink);
  background: transparent;
}
.concept-hero {
  background: linear-gradient(135deg, #282d2a 0%, #315966 58%, #1e302f 100%);
}
.concept-hero:before {
  content: "2027";
  position: absolute;
  right: -0.03em;
  bottom: -0.18em;
  font: 400 clamp(12rem, 35vw, 34rem) / 1 var(--serif);
  color: rgba(255, 255, 255, 0.045);
  z-index: 0;
}
.concept-hero .hero-content {
  z-index: 2;
}
.concept-label {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.brand-hero {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(185, 151, 99, 0.28),
      transparent 32%
    ),
    linear-gradient(135deg, #171a18, #315966);
}
.brand-hero:before {
  content: "SM";
  position: absolute;
  right: -0.04em;
  bottom: -0.25em;
  font: 400 clamp(15rem, 42vw, 40rem) / 1 var(--serif);
  letter-spacing: -0.12em;
  color: rgba(255, 255, 255, 0.035);
  z-index: 0;
}
.brand-hero .hero-content {
  z-index: 2;
}

/* SaaleMomente signature interaction */
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}
::view-transition-old(root) {
  animation: 0.28s ease both fade-out;
}
::view-transition-new(root) {
  animation: 0.5s cubic-bezier(0.2, 0.65, 0.25, 1) both fade-in;
}
@keyframes fade-out {
  to {
    opacity: 0;
    transform: scale(0.992);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}
/* Keep editorial sections in normal document flow. Safari's full-page/mobile
   renderer can otherwise paint absolutely positioned card contents together. */
.section {
  content-visibility: visible;
  contain: none;
}
.saale-progress {
  position: fixed;
  z-index: 70;
  right: 0;
  top: 0;
  width: 3px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.saale-progress span {
  display: block;
  width: 100%;
  height: calc(var(--page-progress, 0) * 100%);
  background: linear-gradient(var(--mist), var(--gold), var(--harbour));
  box-shadow: 0 0 18px rgba(168, 135, 82, 0.55);
  transition: height 0.08s linear;
}
.finder-open {
  overflow: hidden;
}
.moment-finder {
  position: fixed;
  z-index: 90;
  inset: 0;
  color: #fff;
}
.moment-finder[hidden] {
  display: none;
}
.finder-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 13, 0.76);
  backdrop-filter: blur(12px);
  opacity: 0;
  transition: 0.3s;
}
.finder-dialog {
  position: absolute;
  inset: clamp(10px, 3vw, 34px);
  overflow: auto;
  background: #171a18;
  padding: clamp(1.4rem, 4vw, 4rem);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
  transform: translateY(24px) scale(0.985);
  opacity: 0;
  transition: 0.38s cubic-bezier(0.2, 0.65, 0.25, 1);
}
.moment-finder.open .finder-backdrop,
.moment-finder.open .finder-dialog {
  opacity: 1;
  transform: none;
}
.finder-close {
  position: absolute;
  z-index: 3;
  right: 1.2rem;
  top: 1rem;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font: 300 2rem/1 var(--sans);
  cursor: pointer;
}
.finder-mark {
  position: absolute;
  right: 4vw;
  bottom: -0.24em;
  font: 400 clamp(15rem, 38vw, 36rem) / 1 var(--serif);
  letter-spacing: -0.12em;
  color: rgba(255, 255, 255, 0.025);
  pointer-events: none;
}
.finder-kicker,
.finder-count {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.68rem;
  font-weight: 700;
  color: #d6bd93;
}
.finder-progress {
  display: flex;
  gap: 0.55rem;
  max-width: 260px;
  margin: 1.1rem 0 clamp(3rem, 8vh, 6rem);
}
.finder-progress span {
  height: 2px;
  flex: 1;
  background: rgba(255, 255, 255, 0.16);
  transition: 0.35s;
}
.finder-progress span.active {
  background: var(--gold);
}
.finder-stage {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}
.finder-question h2,
.finder-result h2 {
  font-size: clamp(3.2rem, 7vw, 7rem);
  margin: 0.35rem 0 1rem;
}
.finder-question > p,
.finder-result > div > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
}
.finder-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  margin-top: 2.6rem;
}
.finder-options button {
  position: relative;
  min-height: 130px;
  border: 0;
  background: #1e2220;
  color: #fff;
  padding: 1.6rem 4rem 1.6rem 1.6rem;
  text-align: left;
  cursor: pointer;
  transition: 0.25s;
}
.finder-options button:hover,
.finder-options button:focus-visible {
  background: var(--gold);
  outline: 0;
}
.finder-options strong {
  display: block;
  font: 400 clamp(1.5rem, 2.6vw, 2.4rem) var(--serif);
}
.finder-options small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}
.finder-options button:hover small {
  color: #fff;
}
.finder-options button > span {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  font-size: 1.4rem;
  transform: translateY(-50%);
}
.finder-result {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.finder-result-image {
  position: relative;
}
.finder-result-image:after {
  content: "";
  position: absolute;
  inset: auto -12px -12px 12px;
  height: 45%;
  background: var(--finder-accent);
  z-index: -1;
}
.finder-result-image img {
  width: 100%;
  height: min(58vh, 620px);
  object-fit: cover;
}
.finder-result-label {
  margin: 0.7rem 0 0 !important;
  color: var(--finder-accent) !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.7rem !important;
  font-weight: 700;
}
.finder-result-actions {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-top: 2rem;
}
.finder-again {
  border: 0;
  background: none;
  color: #fff;
  padding: 1rem;
  text-decoration: underline;
  text-underline-offset: 0.35rem;
  cursor: pointer;
}
@media (max-width: 700px) {
  .saale-progress {
    width: 2px;
  }
  .finder-dialog {
    inset: 0;
    padding: 1.25rem 18px 2rem;
  }
  .finder-kicker {
    padding-right: 3rem;
  }
  .finder-progress {
    margin-bottom: 2.5rem;
  }
  .finder-question h2,
  .finder-result h2 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }
  .finder-options {
    grid-template-columns: 1fr;
    margin-top: 1.8rem;
  }
  .finder-options button {
    min-height: 92px;
    padding: 1.1rem 3.5rem 1.1rem 1.2rem;
  }
  .finder-result {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .finder-result-image img {
    height: 32vh;
  }
  .finder-result-actions {
    display: grid;
  }
  .finder-result-actions .button {
    width: 100%;
  }
  .finder-again {
    min-height: 48px;
  }
}
@media (max-width: 700px) {
  .compass {
    overflow: hidden;
  }
  .world-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
  .world,
  .world:nth-child(n) {
    display: block;
    grid-column: 1;
    min-width: 0;
    min-height: 520px;
    margin: 0;
  }
  .world-content {
    max-width: calc(100% - 2rem);
  }
  .world h3 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
    overflow-wrap: normal;
  }
  .compass-copy {
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
  .saale-progress span,
  .finder-dialog,
  .finder-backdrop {
    transition: none;
  }
}
@media (max-width: 900px) {
  .moment-route .shell {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .moment-route-label {
    grid-column: 1/-1;
    min-height: 52px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .moment-route a {
    min-height: 62px;
    padding: 0.8rem 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 1.08rem;
  }
  .moment-route a:nth-of-type(odd) {
    border-left: 0;
  }
  .proof-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .proof figure {
    border-left: 0;
    border-top: 1px solid rgba(32, 35, 33, 0.24);
    padding: 2.5rem 0 0;
  }
}
@media (max-width: 900px) {
  .proof-heading,
  .voucher-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .review-grid,
  .voucher-grid {
    grid-template-columns: 1fr;
  }
  .review-card {
    min-height: 360px;
  }
  .voucher-card {
    min-height: 320px;
  }
}
@media (max-width: 700px) {
  .editorial-gallery,
  .editorial-gallery.triple {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .editorial-gallery figure:first-child,
  .editorial-gallery.triple figure:nth-child(3) {
    margin-top: 0;
  }
  .editorial-gallery img {
    height: 440px;
  }
  .guest-voice {
    margin: 2.5rem 0;
  }
  .detail-actions .button {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .schmiedehafen-overview {
    object-position: 10% center;
  }
  .reisebuero-sunset {
    object-position: 58% center;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .world img {
    transition: none;
  }
}

/* Cinematic brand journey */
.day-journey {
  background: #111513;
  color: #fff;
  padding: clamp(6rem, 10vw, 10rem) 0 2.5rem;
  overflow: hidden;
}
.journey-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 3.5rem;
}
.journey-intro h2 {
  font-size: clamp(3.2rem, 6.8vw, 7.2rem);
}
.journey-intro > p:last-child {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}
.journey-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(72vw, 820px);
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2)) 1.2rem;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) rgba(255, 255, 255, 0.12);
}
.journey-scene {
  position: relative;
  height: min(72vh, 720px);
  min-height: 540px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #202321;
  isolation: isolate;
}
.journey-scene:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(7, 10, 9, 0.94), rgba(7, 10, 9, 0.15) 68%),
    linear-gradient(90deg, rgba(7, 10, 9, 0.28), transparent);
  z-index: 0;
}
.journey-scene img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.65, 0.25, 1);
}
.journey-scene:hover img {
  transform: scale(1.035);
}
.journey-scene > div {
  position: absolute;
  z-index: 1;
  left: clamp(1.6rem, 4vw, 3.5rem);
  right: clamp(1.6rem, 4vw, 3.5rem);
  bottom: clamp(1.8rem, 5vw, 4rem);
}
.journey-scene time {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  font: 400 clamp(3.8rem, 8vw, 8rem) / 0.8 var(--serif);
  color: rgba(255, 255, 255, 0.16);
  letter-spacing: -0.05em;
}
.journey-scene span {
  display: block;
  color: #e1c89c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.journey-scene h3 {
  font-size: clamp(3rem, 6vw, 6.6rem);
  margin: 0.55rem 0 1.4rem;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.65);
}
.journey-scene a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  padding-bottom: 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.journey-hint {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.journey-hint span {
  color: var(--gold);
  font-size: 1.1rem;
}
.text-link {
  display: inline-block;
  margin-top: 1.4rem;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 0.25rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Standalone voucher world */
.gift-hero:after {
  background:
    linear-gradient(90deg, rgba(13, 18, 16, 0.84), rgba(13, 18, 16, 0.28) 70%),
    linear-gradient(0deg, rgba(13, 18, 16, 0.6), transparent 55%);
}
.gift-statement {
  position: relative;
  background: var(--gold);
  color: #fff;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 9rem) 0;
}
.gift-statement span {
  position: absolute;
  right: -0.04em;
  bottom: -0.3em;
  font: 400 clamp(14rem, 42vw, 40rem) / 1 var(--serif);
  color: rgba(255, 255, 255, 0.07);
  letter-spacing: -0.12em;
}
.gift-statement p {
  position: relative;
  margin: 0;
  font: 400 clamp(2.8rem, 6vw, 6.4rem) / 1.08 var(--serif);
  letter-spacing: -0.035em;
}
.gift-statement strong {
  font-weight: 400;
  color: #17201d;
}
.gift-selection {
  background: var(--paper);
}
.gift-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 7vw;
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 8rem);
}
.gift-heading .lead {
  margin: 0;
}
.gift-feature {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 650px;
  margin: 0 0 clamp(5rem, 10vw, 10rem);
  background: #fff;
  box-shadow: 0 28px 80px rgba(23, 29, 26, 0.08);
}
.gift-feature-reverse {
  grid-template-columns: 0.88fr 1.12fr;
}
.gift-feature-reverse .gift-feature-media {
  order: 2;
}
.gift-feature-reverse .gift-feature-copy {
  order: 1;
}
.gift-feature-media {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: #18201d;
}
.gift-feature-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 13, 11, 0.45), transparent 45%);
}
.gift-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.25, 1);
}
.gift-feature:hover .gift-feature-media img {
  transform: scale(1.025);
}
.gift-feature-media span {
  position: absolute;
  z-index: 1;
  left: 1.5rem;
  bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.82);
  font: 400 clamp(5rem, 10vw, 10rem) / 1 var(--serif);
}
.gift-feature-copy {
  padding: clamp(2rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gift-feature-copy h3 {
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
  margin: 0 0 1.7rem;
}
.gift-feature-copy > p:not(.section-kicker) {
  color: #5d645f;
  font-size: 1.05rem;
}
.gift-feature-copy ul {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 2.2rem;
  border-top: 1px solid var(--line);
}
.gift-feature-copy li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
}
.gift-feature-copy .button {
  align-self: flex-start;
}
.gift-process {
  background: #202321;
  color: #fff;
}
.gift-process .gift-heading {
  margin-bottom: 3.5rem;
}
.gift-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.gift-steps > div {
  background: #272b29;
  padding: clamp(1.7rem, 4vw, 3.5rem);
  min-height: 280px;
}
.gift-steps span {
  color: #d6bd93;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}
.gift-steps h3 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  margin: 2.5rem 0 1rem;
}
.gift-steps p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 900px) {
  .journey-intro,
  .gift-heading {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .journey-rail {
    grid-auto-columns: 86vw;
  }
  .gift-feature,
  .gift-feature-reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .gift-feature-reverse .gift-feature-media,
  .gift-feature-reverse .gift-feature-copy {
    order: initial;
  }
  .gift-feature-media {
    min-height: 520px;
  }
  .gift-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .day-journey {
    padding-top: 5.5rem;
  }
  .journey-rail {
    grid-auto-columns: calc(100vw - 36px);
    padding-left: 18px;
    padding-right: 18px;
  }
  .journey-scene {
    height: 68svh;
    min-height: 500px;
  }
  .journey-scene h3 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }
  .journey-scene time {
    font-size: 4.4rem;
  }
  .journey-hint {
    padding-right: 18px;
  }
  .gift-feature {
    margin-bottom: 3.5rem;
  }
  .gift-feature-media {
    min-height: 430px;
  }
  .gift-feature-copy {
    padding: 2.2rem 1.4rem;
  }
  .gift-feature-copy h3 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }
  .gift-feature-copy .button {
    align-self: stretch;
  }
  .gift-statement p br {
    display: none;
  }
}

/* Live orientation and transparent package pricing */
.now-strip {
  background: #17201d;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.now-strip > .shell {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
}
.now-title,
.now-item {
  min-height: 118px;
  padding: 1.35rem;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.now-title {
  gap: 0.85rem;
  padding-left: 0;
}
.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #83b390;
  box-shadow: 0 0 0 7px rgba(131, 179, 144, 0.12);
}
.now-title small,
.now-item span {
  display: block;
  color: #d8c39e;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.now-title strong {
  display: block;
  font: 400 1.25rem var(--serif);
}
.now-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  transition: 0.25s;
}
.now-item:hover,
.now-item:focus-visible {
  background: #24302c;
  outline: 0;
}
.now-item strong {
  font: 400 1.25rem var(--serif);
  margin: 0.15rem 0;
}
.now-item small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
}
.now-item.is-open strong {
  color: #a9d0b2;
}
.now-item.is-closed strong {
  color: #d5b095;
}
.now-note {
  padding: 0.65rem 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
}
.bundle-prices {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 1px;
  background: rgba(32, 35, 33, 0.16);
  margin: -3rem 0 1rem;
}
.bundle-prices > div,
.bundle-prices article {
  background: #202321;
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  min-height: 320px;
}
.bundle-prices-intro {
  background: var(--petrol) !important;
}
.bundle-prices-intro h3 {
  font-size: clamp(2.3rem, 3.5vw, 3.8rem);
  margin: 0.3rem 0 1rem;
}
.bundle-prices-intro > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}
.bundle-prices article {
  display: flex;
  flex-direction: column;
}
.bundle-prices article > span {
  color: #d6bd93;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.bundle-prices h4 {
  font: 400 1.65rem/1.1 var(--serif);
  margin: 1.4rem 0 0.8rem;
}
.bundle-prices article p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}
.bundle-prices article strong {
  margin-top: auto;
  font: 400 3.4rem/1 var(--serif);
  color: #fff;
}
.bundle-prices article a {
  width: max-content;
  margin-top: 1.25rem;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.bundle-source {
  margin: 0 0 clamp(5rem, 10vw, 9rem);
  color: #717773;
  font-size: 0.7rem;
}
@media (max-width: 1050px) {
  .now-strip > .shell {
    grid-template-columns: 1fr 1fr;
  }
  .now-title {
    padding-left: 1.35rem;
  }
  .now-title,
  .now-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .bundle-prices {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .now-strip > .shell {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .now-title,
  .now-item {
    min-height: 92px;
    padding: 1rem 18px;
    border-right: 0;
  }
  .now-note {
    width: auto;
    margin: 0 18px;
    padding: 0.75rem 0;
  }
  .bundle-prices {
    grid-template-columns: 1fr;
    margin: -1.5rem 0 1rem;
  }
  .bundle-prices > div,
  .bundle-prices article {
    min-height: 280px;
  }
  .bundle-prices article strong {
    margin-top: 2rem;
  }
}

/* September 2026 finishing pass */
h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.brand {
  position: relative;
  padding: 0.42rem 0.7rem;
  background: rgba(246, 243, 237, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-left: 3px solid var(--gold);
  border-radius: 0;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
}
.site-header.is-solid .brand {
  background: transparent;
  border-color: transparent;
  border-left-color: var(--gold);
  box-shadow: none;
  backdrop-filter: none;
}
.footer-logo {
  padding: 0;
  background: transparent;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.9;
}
.floating-compass {
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  transition: transform 0.25s;
}
.floating-compass.is-compact .compass-button {
  min-height: 44px;
  padding: 0 0.9rem;
  font-size: 0.62rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.saale-notice {
  background: #25312d;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.saale-notice .shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
}
.saale-notice-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d8c39e;
  border-radius: 50%;
  color: #d8c39e;
  font-weight: 800;
}
.saale-notice strong,
.saale-notice p {
  display: block;
  margin: 0;
}
.saale-notice p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}
.saale-notice a {
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.next-moment {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--paper-2);
}
.next-moment-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: end;
  margin-bottom: 2rem;
}
.next-moment-head p {
  margin: 0;
  color: #5e645f;
}
.next-moment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
}
.next-moment-grid a {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 1.6rem;
  background: var(--paper);
  text-decoration: none;
  transition: 0.25s;
}
.next-moment-grid a:hover,
.next-moment-grid a:focus-visible {
  background: #fff;
  transform: translateY(-3px);
  outline: 0;
}
.next-moment-grid small {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.next-moment-grid strong {
  margin: 0.7rem 0;
  font: 400 1.75rem/1.08 var(--serif);
}
.next-moment-grid span {
  margin-top: auto;
  color: #5f655f;
}
@media (max-width: 700px) {
  h1 {
    font-size: clamp(2.65rem, 12vw, 4.25rem);
  }
  h1,
  h2,
  h3 {
    overflow-wrap: normal;
    word-break: normal;
  }
  p,
  a,
  blockquote,
  figcaption {
    overflow-wrap: break-word;
  }
  .brand {
    padding: 0.28rem 0.45rem;
    border-left-width: 2px;
  }
  .brand img {
    width: 112px;
    height: 36px;
  }
  .floating-compass {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }
  .compass-button {
    min-height: 46px;
    padding: 0 0.85rem;
    font-size: 0.61rem;
  }
  .compass-panel {
    bottom: 58px;
  }
  .saale-notice .shell {
    grid-template-columns: auto 1fr;
    padding: 1rem 18px;
  }
  .saale-notice a {
    grid-column: 2;
  }
  .next-moment-head,
  .next-moment-grid {
    grid-template-columns: 1fr;
  }
  .next-moment-grid a {
    min-height: 160px;
  }
}
