:root {
  --cream: #fff8e8;
  --paper: #fffdf7;
  --ink: #103d43;
  --ink-soft: #345b5e;
  --coral: #c83f27;
  --coral-dark: #ad2f1c;
  --gold: #ffcb4f;
  --plum: #7b4a91;
  --mint: #cbe9d2;
  --leaf: #3d9b68;
  --sky: #bfe6ea;
  --line: rgba(16, 61, 67, 0.16);
  --shadow: 0 24px 70px rgba(64, 56, 32, 0.13);
  --display: "Avenir Next Rounded", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --shell: min(1280px, calc(100vw - 48px));
  --header-height: 92px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 11px 16px;
  transform: translateY(-160%);
  background: var(--ink);
  color: white;
  border-radius: 10px;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(92px, 10vw, 152px) 0;
}

.illustrated-scene {
  isolation: isolate;
  overflow: clip;
}

.illustrated-scene > .shell,
.site-footer > .shell,
.illustrated-scene > .lottie-orbit,
.illustrated-scene > .tour-blob {
  position: relative;
  z-index: 2;
}

.scene-atmosphere {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: clip;
  pointer-events: none;
}

.scene-word {
  position: absolute;
  z-index: 0;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(7rem, 15vw, 14rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.72;
  opacity: 0;
  transform: translateY(46px) scale(1.2);
  white-space: nowrap;
}

.scene-decor {
  position: absolute;
  display: block;
  opacity: 0;
  transform: translateY(28px);
  will-change: opacity, transform;
}

.decor-glyph {
  display: block;
  transform: translate3d(var(--drift-x, 0), var(--drift-y, 0), 0) rotate(var(--drift-rotate, 0deg));
  transform-origin: center;
  will-change: transform;
}

.decor-star {
  width: 76px;
  aspect-ratio: 1;
  background: var(--plum);
  clip-path: polygon(50% 0%, 60% 37%, 100% 50%, 60% 62%, 50% 100%, 39% 62%, 0% 50%, 39% 37%);
}

.decor-star--coral { background: var(--coral); }
.decor-star--gold { background: var(--gold); }

.decor-dot {
  width: 22px;
  aspect-ratio: 1;
  background: var(--gold);
  border-radius: 50%;
}

.decor-dot--coral { background: var(--coral); }
.decor-dot--plum { background: var(--plum); }
.decor-dot--leaf { background: var(--leaf); }
.decor-dot--sky { background: #64b9dc; }

.decor-blob {
  display: block;
  width: 210px;
  height: 148px;
  border: 3px solid currentcolor;
  border-radius: 56% 44% 67% 33% / 48% 62% 38% 52%;
  opacity: 0.34;
}

.decor-blob--mint { color: var(--leaf); background: rgba(61, 155, 104, 0.16); }
.decor-blob--plum { color: var(--plum); background: rgba(123, 74, 145, 0.13); }
.decor-blob--gold { color: #dc8e20; background: rgba(255, 203, 79, 0.21); }

.decor-scribble {
  display: block;
  width: 100%;
  overflow: visible;
}

.decor-scribble path {
  stroke: var(--plum);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: var(--draw-offset, 1);
  vector-effect: non-scaling-stroke;
  transition: none;
}

.decor-scribble--coral path { stroke: rgba(200, 63, 39, 0.62); }
.decor-scribble--leaf path { stroke: rgba(61, 155, 104, 0.58); }
.decor-scribble--light path { stroke: rgba(255, 255, 255, 0.24); }

.eyebrow {
  margin: 0 0 16px;
  color: var(--coral-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--display);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 5vw, 5.7rem);
  text-wrap: balance;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 24px;
  border: 0;
  border-radius: 14px;
  background: var(--ink);
  color: white;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(16, 61, 67, 0.16);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 0 rgba(16, 61, 67, 0.12);
}

.button:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 4px 0 rgba(16, 61, 67, 0.16);
}

.button--primary {
  background: var(--coral);
  box-shadow: 0 8px 0 #9d2a18;
}

.button--primary:hover {
  background: var(--coral-dark);
  box-shadow: 0 11px 0 #842315;
}

.button--small {
  min-height: 46px;
  padding: 11px 19px;
  border-radius: 12px;
  background: var(--coral);
  box-shadow: none;
}

.button--full {
  width: 100%;
}

.text-link,
.inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  border: 0;
  background: none;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.text-link span,
.inline-cta span {
  transition: transform 180ms ease;
}

.text-link:hover span,
.inline-cta:hover span {
  transform: translate(3px, -2px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  will-change: opacity, transform;
}

.is-scroll-scrubbed {
  transition: none !important;
  transition-delay: 0s !important;
}

body [data-reveal].is-scroll-scrubbed,
body .scene-decor.is-scroll-scrubbed,
body .scene-word.is-scroll-scrubbed {
  opacity: calc(var(--scrub-opacity, 0) * var(--scrub-max-opacity, 1)) !important;
  transform: translate3d(
      var(--scrub-x, 0px),
      calc(var(--scrub-y, 0px) + var(--layout-y, 0px)),
      0
    )
    scale(var(--scrub-scale, 1))
    rotate(var(--scrub-rotate, 0deg)) !important;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: var(--header-height);
  background: rgba(255, 253, 247, 0.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(16, 61, 67, 0.05);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  width: 184px;
  flex: 0 0 auto;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 800;
}

.primary-nav > a:not(.button) {
  position: relative;
  text-decoration: none;
}

.primary-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--coral);
  border-radius: 999px;
  content: "";
  transition: transform 180ms ease;
}

.primary-nav > a:not(.button):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.phone-link {
  color: var(--ink-soft);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100dvh - var(--header-height));
  overflow: hidden;
  padding: clamp(60px, 7vw, 106px) 0 150px;
  background:
    radial-gradient(circle at 13% 18%, rgba(255, 203, 79, 0.26), transparent 27%),
    radial-gradient(circle at 87% 62%, rgba(191, 230, 234, 0.42), transparent 32%),
    var(--cream);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 640px;
  align-items: center;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: clamp(26px, 4.5vw, 72px);
}

.hero-copy {
  padding-bottom: 54px;
}

.hero h1 {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: clamp(4rem, 7.4vw, 8.2rem);
  line-height: 0.88;
}

.hero h1 span {
  display: block;
  color: var(--plum);
  font-size: 0.68em;
  line-height: 1;
}

.hero-lede {
  max-width: 580px;
  margin: 0 0 32px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-note {
  max-width: 460px;
  margin: 28px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--gold);
  color: var(--ink-soft);
  font-size: 0.91rem;
}

.hero-art {
  position: relative;
  min-height: 610px;
}

.hero-art__shape {
  position: absolute;
  top: 2%;
  right: -12%;
  bottom: 7%;
  left: -5%;
  transform: rotate(-4deg);
  background: var(--sky);
  border-radius: 48% 52% 38% 62% / 55% 37% 63% 45%;
  box-shadow: inset 0 0 0 1px rgba(16, 61, 67, 0.06);
}

.hero-art__shape::before {
  position: absolute;
  top: 9%;
  right: 3%;
  width: 90px;
  aspect-ratio: 1;
  background: var(--gold);
  border-radius: 50%;
  content: "";
}

.hero-art img {
  position: absolute;
  z-index: 2;
  right: -4%;
  bottom: 7%;
  width: 108%;
  border-radius: 38px 74px 42px 62px;
  filter: drop-shadow(0 26px 26px rgba(16, 61, 67, 0.14));
  will-change: transform;
}

.hero-art__caption {
  position: absolute;
  z-index: 3;
  right: 1%;
  bottom: 1%;
  max-width: 280px;
  margin: 0;
  padding: 18px 20px;
  transform: rotate(2deg);
  background: var(--paper);
  border: 1px solid rgba(16, 61, 67, 0.08);
  border-radius: 18px 8px 18px 10px;
  box-shadow: var(--shadow);
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.hero-art__caption span {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
}

.hero-doodle {
  position: absolute;
  z-index: 1;
  border: 4px solid rgba(16, 61, 67, 0.15);
  border-radius: 50%;
}

.hero-doodle--one {
  top: 12%;
  left: 42%;
  width: 34px;
  height: 34px;
  border-color: var(--coral);
}

.hero-doodle--two {
  bottom: 23%;
  left: 5%;
  width: 17px;
  height: 17px;
  background: var(--leaf);
  border: 0;
}

.hero-wave {
  position: absolute;
  right: -3%;
  bottom: -68px;
  left: -3%;
  height: 145px;
  background: var(--paper);
  border-radius: 48% 52% 0 0 / 100% 100% 0 0;
}

.lottie-orbit {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: multiply;
}

.lottie-orbit--hero {
  top: 2%;
  right: -4%;
  width: min(28vw, 400px);
  transform: rotate(12deg);
}

.lottie-orbit--story {
  right: -70px;
  bottom: 2%;
  width: min(32vw, 440px);
  opacity: 0.085;
  transform: rotate(-14deg);
}

.trust-ribbon {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.trust-ribbon__inner {
  display: grid;
  min-height: 92px;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.trust-ribbon p {
  margin: 0;
  text-align: center;
  font-family: var(--display);
  font-weight: 800;
}

.trust-ribbon span {
  margin-right: 10px;
  color: var(--gold);
}

.section-heading--split {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(40px, 8vw, 120px);
}

.section-heading--split h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.section-heading--split > p {
  max-width: 550px;
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.visit-path {
  min-height: 920px;
  background: #fffdf9;
}

.visit-path .section-heading {
  padding-top: clamp(110px, 13vw, 184px);
}

.scene-atmosphere--visit .scene-word {
  top: 7%;
  left: max(3vw, calc((100vw - 1380px) / 2));
}

.scene-decor--visit-star { top: 11%; right: 9%; }
.scene-decor--visit-dot-one { top: 31%; left: 5%; }
.scene-decor--visit-dot-two { top: 14%; left: 46%; }
.scene-decor--visit-blob { top: 4%; right: 22%; }
.scene-decor--visit-scribble { right: -3%; bottom: 5%; width: min(27vw, 360px); }

.visit-steps {
  display: grid;
  margin: 76px 0 36px;
  padding: 0;
  grid-template-columns: 1.05fr 0.95fr 1.05fr;
  gap: 20px;
  list-style: none;
}

.visit-steps li {
  position: relative;
  display: flex;
  min-height: 250px;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 28px;
  overflow: hidden;
  background: #f5e5ec;
  border-radius: 30px 14px 28px 18px;
}

.visit-steps li:nth-child(2) {
  --layout-y: 24px;
  background: #e2f0dd;
  border-radius: 16px 32px 15px 28px;
}

.visit-steps li:nth-child(3) {
  background: #fdeab9;
  border-radius: 28px 14px 34px 18px;
}

.step-number {
  display: grid;
  width: 48px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: white;
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 800;
}

.visit-steps h3 {
  margin: 8px 0 16px;
}

.visit-steps p {
  margin: 0;
  color: var(--ink-soft);
}

.inline-cta {
  font-size: 1.08rem;
}

.experience {
  overflow: hidden;
  background: #edf7ee;
}

.scene-atmosphere--experience .scene-word {
  top: 4%;
  left: max(2vw, calc((100vw - 1430px) / 2));
}

.scene-decor--play-star { top: 8%; right: 5%; }
.scene-decor--play-dot-one { top: 21%; left: 47%; }
.scene-decor--play-dot-two { top: 59%; left: 4%; }
.scene-decor--play-blob { top: 25%; left: -5%; }
.scene-decor--play-scribble { right: -4%; bottom: 7%; width: min(30vw, 430px); }

.experience-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(54px, 8vw, 128px);
}

.experience-intro {
  position: sticky;
  top: calc(var(--header-height) + 60px);
  padding-top: clamp(130px, 14vw, 210px);
}

.experience-intro h2 {
  max-width: 620px;
}

.experience-intro > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.story-stack {
  display: grid;
  gap: 34px;
}

.story-card {
  position: relative;
  display: grid;
  min-height: 390px;
  align-content: center;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border-radius: 44px 18px 42px 22px;
  box-shadow: 0 18px 50px rgba(16, 61, 67, 0.09);
}

.story-card--gold {
  background: var(--gold);
}

.story-card--mint {
  background: var(--mint);
  border-radius: 18px 45px 24px 42px;
}

.story-card__number {
  position: absolute;
  top: 28px;
  right: 32px;
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 800;
}

.story-card__label {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-card h3 {
  max-width: 540px;
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.story-card p:last-child {
  max-width: 540px;
  margin-bottom: 0;
}

.story-card__icon {
  position: absolute;
  right: -24px;
  bottom: -34px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13rem;
  line-height: 1;
}

.story-card--photo {
  min-height: 530px;
  padding: 0;
  background: var(--plum);
  border-radius: 18px 48px 20px 42px;
}

.story-card--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 60px);
  background: linear-gradient(180deg, transparent 22%, rgba(16, 61, 67, 0.84) 100%);
  color: white;
}

.story-card__overlay .story-card__number {
  color: white;
}

.story-card__overlay h3 {
  max-width: 650px;
  margin-bottom: 0;
}

.shape-cluster {
  position: absolute;
  right: 7%;
  bottom: 8%;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  opacity: 0.42;
}

.shape-cluster i {
  display: block;
  width: 44px;
  height: 95px;
  transform: rotate(8deg);
  background: var(--leaf);
  border-radius: 50% 50% 16px 16px;
}

.shape-cluster i:nth-child(2) {
  height: 132px;
  transform: rotate(-5deg);
  background: var(--plum);
}

.shape-cluster i:nth-child(3) {
  height: 72px;
  background: var(--coral);
}

.why {
  background: var(--paper);
}

.scene-atmosphere--why .scene-word {
  top: 5%;
  right: 3%;
  color: var(--coral);
}

.scene-decor--why-star { top: 8%; left: 7%; }
.scene-decor--why-dot-one { top: 19%; right: 4%; }
.scene-decor--why-dot-two { bottom: 17%; left: 46%; }
.scene-decor--why-blob { right: -3%; bottom: 3%; }
.scene-decor--why-scribble { left: -3%; bottom: 2%; width: min(33vw, 470px); }

.why-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(420px, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(58px, 9vw, 140px);
  padding-top: clamp(110px, 12vw, 190px);
}

.why-photo {
  position: relative;
  min-height: 650px;
}

.why-photo::before {
  position: absolute;
  z-index: 0;
  inset: -28px 35px 35px -28px;
  transform: rotate(-3deg);
  background: #f6d7e3;
  border-radius: 46px 18px 38px 20px;
  content: "";
}

.why-photo img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px 54px 20px 42px;
  box-shadow: var(--shadow);
}

.why-photo__badge {
  position: absolute;
  z-index: 2;
  right: -28px;
  bottom: 48px;
  display: grid;
  width: 142px;
  aspect-ratio: 1;
  place-content: center;
  transform: rotate(7deg);
  background: var(--gold);
  border: 8px solid var(--paper);
  border-radius: 50%;
  text-align: center;
}

.why-photo__badge strong,
.why-photo__badge span {
  display: block;
  font-family: var(--display);
}

.why-photo__badge strong {
  font-size: 1.9rem;
  line-height: 1;
}

.why-photo__badge span {
  font-size: 0.75rem;
  font-weight: 800;
}

.why-intro {
  max-width: 620px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.why-list {
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.why-list li {
  display: grid;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 48px minmax(170px, 0.78fr) minmax(210px, 1fr);
  gap: 18px;
}

.why-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.why-list span {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
}

.why-list strong {
  font-family: var(--display);
  line-height: 1.3;
}

.why-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tour {
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.scene-atmosphere--tour .scene-word {
  top: 5%;
  left: 2%;
  color: white;
}

.scene-decor--tour-star { top: 9%; right: 4%; }
.scene-decor--tour-dot-one { top: 32%; left: 3%; }
.scene-decor--tour-dot-two { right: 6%; bottom: 9%; }
.scene-decor--tour-scribble { left: -4%; bottom: 3%; width: min(31vw, 440px); }

.tour-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(56px, 9vw, 136px);
  padding-top: clamp(100px, 11vw, 170px);
}

.tour .eyebrow {
  color: var(--gold);
}

.tour-copy h2 {
  max-width: 680px;
}

.tour-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.contact-cards {
  display: grid;
  margin-top: 42px;
  gap: 12px;
}

.contact-cards a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
}

.contact-cards a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-cards span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-cards strong {
  font-family: var(--display);
  font-size: 0.9rem;
  text-align: right;
}

.tour-form-card {
  position: relative;
  padding: clamp(30px, 4vw, 54px);
  background: var(--cream);
  border-radius: 48px 18px 44px 20px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24);
  color: var(--ink);
}

.tour-form-card__header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.tour-form-card__header > span {
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.6rem;
}

.tour-form-card__header p {
  margin: 0 0 4px;
  color: var(--coral-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tour-form-card__header h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 8px;
  font-size: 0.83rem;
  font-weight: 800;
}

.field label span {
  color: var(--coral-dark);
}

.field label em {
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1.5px solid rgba(16, 61, 67, 0.22);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 11px;
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field textarea {
  min-height: 88px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--plum);
  outline: none;
  background: white;
  box-shadow: 0 0 0 4px rgba(123, 74, 145, 0.13);
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: var(--coral-dark);
  background: #fff6f2;
}

.field-error {
  display: block;
  min-height: 18px;
  margin-top: 5px;
  color: #ad321e;
  font-size: 0.76rem;
  line-height: 1.3;
}

.prototype-note {
  margin: 17px 0 0;
  color: var(--ink-soft);
  font-size: 0.77rem;
  line-height: 1.45;
  text-align: center;
}

.form-success {
  min-height: 560px;
  align-content: center;
  text-align: center;
}

.form-success:not([hidden]) {
  display: grid;
}

.form-success__mark {
  display: grid;
  width: 76px;
  aspect-ratio: 1;
  margin: 0 auto 26px;
  place-items: center;
  background: var(--mint);
  border-radius: 50%;
  color: var(--ink);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
}

.form-success h3 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.form-success > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 auto;
  color: var(--ink-soft);
}

.form-success__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}

.tour-blob {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.12;
}

.tour-blob--left {
  top: 8%;
  left: -8%;
  width: 370px;
  aspect-ratio: 1;
  background: var(--gold);
}

.tour-blob--right {
  right: -5%;
  bottom: -8%;
  width: 460px;
  aspect-ratio: 1;
  background: var(--coral);
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: 125px 0 24px;
  background: #e8eadf;
}

.site-footer::before {
  position: absolute;
  z-index: 3;
  top: -1px;
  right: -5%;
  left: -5%;
  height: 62px;
  background: var(--ink);
  border-radius: 0 0 48% 52% / 0 0 100% 100%;
  content: "";
}

.scene-decor--footer-star { top: 20%; right: 5%; }
.scene-decor--footer-dot { top: 31%; left: 4%; }
.scene-decor--footer-scribble { right: -2%; bottom: 2%; width: min(28vw, 390px); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1.1fr 0.85fr;
  gap: 48px;
}

.footer-brand img {
  width: 200px;
  height: 80px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand p {
  max-width: 300px;
  color: var(--ink-soft);
}

.footer-label {
  margin: 12px 0 16px;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid address,
.footer-grid > div > p:not(.footer-label) {
  margin: 0 0 13px;
  color: var(--ink-soft);
  font-size: 0.89rem;
  font-style: normal;
}

.footer-grid > div > a {
  display: block;
  overflow-wrap: anywhere;
  margin-bottom: 8px;
  font-size: 0.88rem;
}

.footer-legal {
  margin-top: 18px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid rgba(16, 61, 67, 0.15);
  color: var(--ink-soft);
  font-size: 0.77rem;
}

.footer-bottom p {
  margin: 0;
}

.mobile-tour-bar {
  display: none;
}

@media (max-width: 1100px) {
  :root {
    --shell: min(100% - 36px, 980px);
    --header-height: 80px;
  }

  .brand {
    width: 158px;
  }

  .brand img {
    height: 58px;
  }

  .menu-toggle {
    position: relative;
    z-index: 42;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    background: var(--paper);
    border-radius: 50%;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
    border-radius: 999px;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    z-index: 40;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    min-height: 100dvh;
    max-height: 100dvh;
    align-content: center;
    justify-items: start;
    gap: 22px;
    padding: 90px max(26px, calc((100vw - 900px) / 2));
    transform: translateY(-105%);
    background: var(--cream);
    font-size: clamp(1.8rem, 5vw, 3.3rem);
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    transition: transform 300ms cubic-bezier(0.2, 0.72, 0.22, 1), opacity 220ms ease, visibility 220ms ease;
  }

  .primary-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .primary-nav .phone-link {
    margin-top: 16px;
    font-size: 1.05rem;
  }

  .primary-nav .button {
    margin-top: 10px;
    font-size: 1rem;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    z-index: 3;
    max-width: 760px;
    padding-bottom: 0;
  }

  .hero h1 {
    font-size: clamp(4.6rem, 12vw, 7.5rem);
  }

  .hero h1 span {
    font-size: 0.72em;
  }

  .hero-art {
    min-height: 560px;
  }

  .hero-art__shape {
    right: 0;
    left: 5%;
  }

  .hero-art img {
    right: -2%;
    width: 102%;
  }

  .section-heading--split,
  .why-grid,
  .tour-grid {
    grid-template-columns: 1fr;
  }

  .scene-word {
    font-size: clamp(6.5rem, 19vw, 11rem);
  }

  .visit-steps li {
    min-height: 290px;
    flex-direction: column;
  }

  .experience-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .experience-intro {
    position: relative;
    top: auto;
    max-width: 760px;
  }

  .why-photo {
    min-height: 590px;
  }

  .why-copy {
    max-width: 800px;
  }

  .why-list li {
    grid-template-columns: 48px 0.7fr 1fr;
  }

  .tour-copy {
    max-width: 820px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  body {
    padding-bottom: 70px;
    font-size: 16px;
  }

  .section {
    padding: 82px 0;
  }

  .scene-word {
    font-size: clamp(5.2rem, 29vw, 8.4rem);
    letter-spacing: -0.1em;
  }

  .decor-star {
    width: 48px;
  }

  .decor-blob {
    width: 128px;
    height: 94px;
    border-width: 2px;
  }

  .scene-decor--visit-scribble,
  .scene-decor--play-scribble,
  .scene-decor--why-scribble,
  .scene-decor--tour-scribble,
  .scene-decor--footer-scribble {
    width: 190px;
    opacity: 0.62;
  }

  .visit-path {
    min-height: auto;
  }

  .visit-path .section-heading,
  .why-grid,
  .tour-grid {
    padding-top: 92px;
  }

  .scene-atmosphere--visit .scene-word,
  .scene-atmosphere--experience .scene-word,
  .scene-atmosphere--why .scene-word,
  .scene-atmosphere--tour .scene-word {
    top: 4%;
    left: -2%;
    right: auto;
  }

  .scene-decor--visit-star,
  .scene-decor--play-star,
  .scene-decor--why-star,
  .scene-decor--tour-star {
    top: 4%;
    right: 3%;
  }

  .scene-decor--visit-blob,
  .scene-decor--play-blob,
  .scene-decor--why-blob {
    top: 15%;
    right: -17%;
    left: auto;
  }

  .scene-decor--visit-dot-two,
  .scene-decor--play-dot-one,
  .scene-decor--why-dot-one {
    top: 18%;
    left: 76%;
  }

  h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .hero {
    min-height: auto;
    padding: 44px 0 122px;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.25rem);
  }

  .hero h1 span {
    font-size: 0.7em;
  }

  .hero-lede {
    font-size: 1.02rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-art {
    min-height: 390px;
    margin-top: 10px;
  }

  [data-parallax] {
    transform: none !important;
  }

  .hero-art__shape {
    inset: 3% -15% 4% 1%;
  }

  .hero-art img {
    right: -9%;
    bottom: 24%;
    width: 118%;
  }

  .hero-art__caption {
    right: 2%;
    bottom: -10px;
    max-width: 220px;
    padding: 13px 15px;
    font-size: 0.72rem;
  }

  .hero-art__caption span {
    font-size: 0.85rem;
  }

  .lottie-orbit--hero {
    top: 24%;
    right: -24%;
    width: 62vw;
    opacity: 0.08;
  }

  .trust-ribbon__inner {
    min-height: 70px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-ribbon p {
    display: none;
    font-size: 0.9rem;
  }

  .trust-ribbon p:first-child {
    display: block;
  }

  .section-heading--split {
    gap: 24px;
  }

  .visit-steps {
    display: flex;
    margin: 50px -16px 32px;
    padding: 0 16px 14px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .visit-steps li,
  .visit-steps li:nth-child(2) {
    --layout-y: 0px;
    min-width: min(82vw, 330px);
    min-height: 260px;
    scroll-snap-align: start;
  }

  .experience-layout {
    grid-template-columns: 1fr;
  }

  .experience-intro {
    position: relative;
    top: auto;
    padding-top: 92px;
  }

  .story-card {
    min-height: 370px;
    padding: 34px 28px;
    border-radius: 30px 14px 28px 18px;
  }

  .story-card h3 {
    font-size: 2.45rem;
  }

  .story-card--photo {
    min-height: 460px;
    padding: 0;
  }

  .story-card__overlay {
    padding: 34px 28px;
  }

  .shape-cluster {
    opacity: 0.18;
  }

  .why-photo {
    min-height: 410px;
    margin: 0 6px 32px;
  }

  .why-photo::before {
    inset: -16px 18px 18px -14px;
  }

  .why-photo__badge {
    right: -10px;
    bottom: 24px;
    width: 110px;
    border-width: 6px;
  }

  .why-list li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .why-list p {
    grid-column: 2;
  }

  .contact-cards a {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .contact-cards strong {
    text-align: left;
    overflow-wrap: anywhere;
  }

  .tour-form-card {
    padding: 28px 20px 30px;
    border-radius: 30px 12px 28px 16px;
  }

  .tour-form-card__header {
    align-items: flex-start;
  }

  .tour-form-card__header > span {
    width: 48px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-success {
    min-height: 510px;
  }

  .form-success__actions {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer {
    padding-top: 104px;
  }

  .scene-decor--footer-star {
    top: 10%;
    right: 5%;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-tour-bar {
    position: fixed;
    z-index: 35;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--coral);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 15px;
    box-shadow: 0 12px 34px rgba(16, 61, 67, 0.28);
    color: white;
    font-family: var(--display);
    font-weight: 800;
    text-decoration: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .mobile-tour-bar.is-hidden {
    opacity: 0;
    transform: translateY(120%);
    pointer-events: none;
  }

  body.menu-open .mobile-tour-bar {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  body [data-reveal].is-scroll-scrubbed,
  body .scene-decor.is-scroll-scrubbed,
  body .scene-word.is-scroll-scrubbed {
    opacity: var(--scrub-max-opacity, 1) !important;
    transform: translateY(var(--layout-y, 0px)) !important;
  }

  .decor-scribble path {
    stroke-dashoffset: 0;
  }

  [data-parallax] {
    transform: none !important;
  }

  [data-decor-drift] {
    transform: none !important;
  }
}
