/* SADO PRIVATE EXPERIENCE — main stylesheet */

:root {
  --ink: #0e0f10;
  --bone: #f3efe7;
  --stone: #c9c0b2;
  --gold: #b8975a;
  --toki: #e8b3a8;
  --ink-soft: #1a1b1c;
  --bone-dim: #e6e0d4;

  --font-serif: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --font-sans: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --fs-display: clamp(2.75rem, 6vw + 1rem, 7.5rem);
  --fs-h2: clamp(2rem, 2.4vw + 1.1rem, 4rem);
  --fs-h3: 1.75rem;
  --fs-body: 1.125rem;
  --fs-small: 0.9375rem;
  --fs-eyebrow: 0.75rem;
  --lh-body: 1.7;
  --lh-display: 0.95;
  --track-eyebrow: 0.24em;

  --gutter: 16px;
  --max: 1440px;
  --measure: 52ch;
  --section-pad: 12vh;
  --pad-x: 20px;

  --z-base: 1;
  --z-nav: 40;
  --z-skip: 60;

  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --focus: 0 0 0 2px var(--ink), 0 0 0 4px var(--gold);
}

@media (min-width: 480px) {
  :root {
    --pad-x: 28px;
  }
}

@media (min-width: 768px) {
  :root {
    --gutter: 24px;
    --pad-x: 40px;
    --section-pad: 15vh;
  }
}

@media (min-width: 1024px) {
  :root {
    --section-pad: 18vh;
    --pad-x: 56px;
  }
}

@media (min-width: 1440px) {
  :root {
    --pad-x: 72px;
  }
}

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

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--bone);
  background: var(--ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

img,
video {
  object-fit: cover;
}

figure {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: var(--lh-display);
  text-wrap: balance;
  margin: 0 0 0.6em;
}

h1 {
  font-size: var(--fs-display);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

p {
  margin: 0 0 1em;
  text-wrap: pretty;
}

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

a:hover {
  color: var(--gold);
}

:focus {
  outline: none;
}

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

[hidden] {
  display: none !important;
}

.visually-hidden {
  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: absolute;
  left: var(--pad-x);
  top: -100px;
  z-index: var(--z-skip);
  background: var(--gold);
  color: var(--ink);
  padding: 0.6rem 1rem;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

.wrap {
  width: min(100% - 2 * var(--pad-x), var(--max));
  margin-inline: auto;
}

.measure {
  max-width: 42rem;
}

.measure-wide {
  max-width: 52rem;
}

.section {
  padding: var(--section-pad) 0;
  position: relative;
}

.section-dark {
  background: var(--ink);
  color: var(--bone);
}

.section-bone {
  background: var(--bone);
  color: var(--ink);
}

.section-bone a:hover {
  color: #8a6d38;
}

.eyebrow {
  font-family: var(--font-sans);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: var(--track-eyebrow);
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.25rem;
}

.eyebrow-toki {
  color: var(--toki);
}

.overline {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 1rem;
}

.sub {
  font-size: clamp(1.25rem, 1.4vw + 1rem, 1.75rem);
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}

.sub em,
.pull em {
  font-style: italic;
}

.body,
.lede,
.split-copy p,
.measure p {
  max-width: var(--measure);
}

.lede {
  color: var(--bone);
}

.pull {
  font-size: clamp(1.5rem, 2vw + 0.8rem, 2.25rem);
  font-weight: 300;
  line-height: 1.3;
  margin: 2rem 0 1.5rem;
  max-width: 22ch;
}

.clock {
  font-family: var(--font-sans);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--gold);
  font-size: 0.875rem;
  margin: 1.25rem 0 1.75rem;
}

.clock-fig {
  display: inline-block;
}

.lockup,
.topbar-lockup {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.95rem 1.6rem;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
}

.btn-gold {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.btn-gold:hover {
  background: #c9a86a;
  color: var(--ink);
}

.btn-ghost {
  border-color: currentColor;
}

.btn-ghost:hover {
  background: currentColor;
  color: var(--ink);
}

.section-bone .btn-ghost:hover {
  color: var(--bone);
}

.btn-outline-gold {
  border-color: var(--gold);
  color: var(--gold);
  padding: 0.65rem 1.1rem;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--ink);
}

.btn-text {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero-ctas,
.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 2rem;
}

/* Media */

.media-frame {
  position: relative;
  overflow: hidden;
  background-color: #161718;
}

.media-frame picture,
.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
}

.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-bleed .media-frame,
.bleed .media-frame,
.bleed picture,
.bleed img,
.bleed video {
  width: 100%;
}

.bleed {
  margin: 4rem 0;
}

.bleed .media-frame {
  min-height: 56vh;
}

.media-wide .media-frame,
.media-wide {
  margin: 2.5rem 0 0;
}

.media-wide img,
.media-wide video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.media-portrait img {
  aspect-ratio: 3 / 4;
  width: 100%;
}

.media-kb img {
  will-change: transform;
}

.js .media-kb img {
  transform: scale(1.06);
}

.js .media-kb.is-in img {
  animation: kenburns 12s var(--ease) forwards;
}

@keyframes kenburns {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}

.video-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.media-frame video:not(.hero-video):not(.is-playing) {
  opacity: 0;
}

.media-frame video.is-playing {
  opacity: 1;
}

.hero-media video.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s var(--ease);
  z-index: 2;
}

.hero-media video.hero-video.is-ready {
  opacity: 1;
}

/* Top bar */

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem var(--pad-x);
  background: rgba(14, 15, 16, 0.92);
  color: var(--bone);
  border-bottom: 1px solid rgba(184, 151, 90, 0.18);
}

.js .topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  transform: translateY(-100%);
  transition: transform 0.7s var(--ease);
}

.js .topbar.is-shown {
  transform: translateY(0);
}

.topbar-nav {
  display: none;
  gap: 1.35rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.topbar-nav a {
  text-decoration: none;
  color: var(--stone);
}

.topbar-nav a:hover {
  color: var(--bone);
}

@media (min-width: 1024px) {
  .topbar-nav {
    display: flex;
    flex: 1;
    justify-content: center;
  }
}

/* Hero */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  color: var(--bone);
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero {
    height: 100vh;
    height: 100dvh;
  }
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-poster,
.hero-poster img {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  object-fit: cover;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(to top, rgba(14, 15, 16, 0.92) 0%, rgba(14, 15, 16, 0.55) 42%, rgba(14, 15, 16, 0.12) 70%, rgba(14, 15, 16, 0.45) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 4;
  padding: 10vh 0 8vh;
}

@media (min-width: 1024px) {
  .hero-content {
    padding: 8vh 0 7vh;
  }
}

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

.hero-content .eyebrow,
.hero-content .overline,
.hero-content .clock {
  text-shadow: 0 1px 2px rgba(14, 15, 16, 0.45), 0 0 18px rgba(14, 15, 16, 0.35);
}

.scroll-cue {
  position: absolute;
  left: var(--pad-x);
  bottom: 28px;
  z-index: 4;
  width: 1px;
  height: 56px;
}

.scroll-cue span {
  display: block;
  width: 1px;
  height: 0;
  background: var(--gold);
  animation: scrolldraw 2.4s var(--ease) infinite;
  transform-origin: top;
}

@keyframes scrolldraw {
  0% { height: 0; opacity: 1; }
  55% { height: 48px; opacity: 1; }
  100% { height: 48px; opacity: 0; }
}

/* Splits and grids */

.split {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .split {
    grid-template-columns: 1fr 1fr;
    gap: var(--gutter);
    align-items: center;
  }

  .split-after {
    grid-template-columns: 7fr 5fr;
    align-items: start;
  }

  .split-quote {
    grid-template-columns: 5fr 7fr;
  }
}

.itinerary-strip {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 0;
  margin: 3rem 0 0;
  background: var(--gold);
  border-top: 1px solid var(--gold);
}

.itinerary-cell {
  background: var(--bone);
  color: #5c564c;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.1rem 1rem;
}

.itinerary-cell.is-sado {
  background: var(--ink);
  color: var(--bone);
}

@media (min-width: 768px) {
  .itinerary-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Numbers */

.stats-band {
  padding: 10vh 0;
}

.stats-grid {
  display: grid;
  gap: 2.5rem 1.5rem;
}

.stat-num {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(3.5rem, 8vw, 6rem);
  line-height: 0.95;
  color: var(--gold);
  margin: 0 0 0.6rem;
  font-variant-numeric: tabular-nums;
}

.stat-label {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--stone);
  max-width: 28ch;
  margin: 0;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .stat-num {
    font-size: 6rem;
  }
}

/* Kintosho */

.kintosho {
  overflow: hidden;
}

.kintosho-bg {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
}

.kintosho-bg picture,
.kintosho-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kintosho .wrap {
  position: relative;
  z-index: 1;
}

.quote-text {
  font-size: clamp(1.75rem, 3.2vw + 0.6rem, 3.5rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  max-width: 16ch;
  margin-bottom: 1.25rem;
}

.quote-attr {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--stone);
}

.word {
  display: inline-block;
}

/* Journey */

.journey-head {
  margin-bottom: 3rem;
}

.journey-day {
  margin-bottom: 3.5rem;
}

.journey-day h3 {
  margin-bottom: 1.25rem;
}

.step-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.step {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(14, 15, 16, 0.08);
  color: rgba(14, 15, 16, 0.62);
  transition: color 0.5s var(--ease);
}

.step-untimed {
  grid-template-columns: 1fr;
}

.section-dark .step {
  border-top-color: rgba(243, 239, 231, 0.08);
  color: rgba(201, 192, 178, 0.66);
}

.step time {
  font-family: var(--font-sans);
  font-variant-numeric: tabular-nums;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}

.step.is-active {
  color: var(--ink);
}

.section-dark .step.is-active {
  color: var(--bone);
}

.day-card-media {
  margin-bottom: 1.25rem;
}

.day-card-media img {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.journey-stack {
  display: none;
}

@media (min-width: 1024px) {
  .day-card-media {
    display: none;
  }

  .journey-pin {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 48px;
    align-items: start;
    min-height: 100vh;
  }

  .journey-stack {
    display: block;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }

  .journey-pin {
    height: 100vh;
    overflow: hidden;
  }

  .journey-copy {
    height: 100vh;
    overflow-y: auto;
    padding-right: 0.5rem;
    scrollbar-width: thin;
  }

  .stack-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s var(--ease);
  }

  .stack-item.is-active {
    opacity: 1;
    z-index: 1;
  }

  .journey-stack .media-frame,
  .journey-stack img,
  .journey-stack video {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    object-fit: cover;
  }
}

/* Gold */

.gold-grid {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 2rem;
}

@media (min-width: 768px) {
  .gold-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.js.gsap .reveal-clip {
  clip-path: inset(100% 0 0 0);
}

/* Toki */

.toki-rule {
  width: min(12rem, 40%);
  height: 1px;
  background: var(--toki);
  margin: 0 0 1.75rem;
  transform-origin: left;
}

.js.gsap .toki-rule {
  transform: scaleX(0);
}

/* Coast */

.coast-wrap {
  margin-top: 2rem;
}

.coast-progress {
  height: 1px;
  background: rgba(184, 151, 90, 0.25);
  margin: 0 0 1.25rem var(--pad-x);
  width: calc(100% - var(--pad-x) * 2);
  position: relative;
}

.coast-progress-bar {
  display: block;
  height: 1px;
  width: 100%;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
}

.coast-strip {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0 var(--pad-x) 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--gold) transparent;
}

.coast-card {
  flex: 0 0 88vw;
  scroll-snap-align: start;
}

.coast-card .media-frame,
.coast-card img,
.coast-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.coast-caption {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--stone);
  margin: 0.85rem 0 0;
  max-width: 46ch;
}

.coast-nav {
  display: flex;
  gap: 0.75rem;
  padding: 0 var(--pad-x);
}

.coast-btn {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  background: transparent;
  border: 1px solid var(--gold);
  padding: 0.6rem 1rem;
  cursor: pointer;
}

.coast-btn:hover {
  background: var(--gold);
  color: var(--ink);
}

@media (min-width: 1024px) {
  .coast-card {
    flex-basis: 70vw;
  }
}

/* Table / stay / sea grids */

.table-grid,
.stay-grid,
.sea-grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}

@media (min-width: 768px) {
  .sea-grid,
  .table-grid,
  .stay-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Seasons */

.season-grid {
  display: grid;
  gap: 2rem 1.25rem;
  margin-top: 2.5rem;
}

.season-card h3 {
  margin: 1rem 0 0.6rem;
  font-size: 1.75rem;
}

.season-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 300;
  color: #3a3834;
}

.season-card li + li {
  margin-top: 0.35rem;
}

.season-media {
  overflow: hidden;
}

.season-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  transition: transform 1.4s var(--ease);
}

.season-card:hover .season-media img,
.season-card:focus-within .season-media img {
  transform: scale(1.04);
}

.season-swap {
  position: relative;
}

.season-swap picture:last-child {
  position: absolute;
  inset: 0;
}

.season-swap .season-b {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s var(--ease);
}

.season-card:hover .season-b,
.season-card:focus .season-b,
.season-card:focus-within .season-b {
  opacity: 1;
}

@media (min-width: 768px) {
  .season-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Access */

.access-node {
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(184, 151, 90, 0.25);
}

.access-node h3 {
  color: var(--gold);
  font-size: 1.5rem;
}

.access-stack {
  display: none;
}

.route-svg {
  display: none;
  width: 40px;
  height: 100%;
}

.route-track {
  stroke: rgba(201, 192, 178, 0.35);
  stroke-width: 1;
}

.route-draw {
  stroke: var(--gold);
  stroke-width: 1.5;
  stroke-dasharray: 388;
  stroke-dashoffset: 388;
  fill: none;
}

.route-node {
  fill: var(--ink);
  stroke: var(--gold);
  stroke-width: 1.5;
}

.route-node.is-on {
  fill: var(--gold);
}

.weather-note {
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  color: var(--stone);
  max-width: 62ch;
  margin-top: 2rem;
}

.return-line {
  color: var(--bone);
}

.access-node-media {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .access-node-media {
    display: none;
  }

  .access-pin {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: start;
    height: 100vh;
    overflow: hidden;
  }

  .route-svg {
    display: block;
    position: sticky;
    top: 8vh;
    height: 84vh;
  }

  .access-stack {
    display: block;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }

  .access-copy {
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .access-stack .stack-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s var(--ease);
  }

  .access-stack .stack-item.is-active {
    opacity: 1;
    z-index: 1;
  }

  .access-stack .media-frame,
  .access-stack img {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    object-fit: cover;
  }
}

/* How */

.how-steps {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.75rem;
}

.how-step {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  align-items: start;
}

.how-num {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 2.5rem;
  color: var(--gold);
  line-height: 1;
}

.how-step h3 {
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}

@media (min-width: 1024px) {
  .how-steps {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3rem;
  }
}

/* Pricing */

.pricing {
  overflow: hidden;
}

.pricing-bg {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
}

.pricing-bg picture,
.pricing-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
}

.price-note {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: -0.5rem;
}

.price-stats {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  padding: 0.85rem 0;
  margin: 1.5rem 0;
}

.included-label {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
}

.included {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.55rem 2rem;
}

.included li {
  padding-left: 0;
  max-width: 46ch;
}

.not-included,
.extensions {
  font-size: var(--fs-small);
  color: var(--stone);
  max-width: 60ch;
}

@media (min-width: 768px) {
  .included {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .pricing-layout {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }
}

/* Enquiry */

.enquiry {
  position: relative;
  min-height: 100vh;
  clip-path: inset(0);
  overflow: hidden;
}

.enquiry-bg {
  position: absolute;
  inset: 0;
}

.enquiry-bg picture,
.enquiry-bg img,
.enquiry-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enquiry-bg-desk {
  display: none;
}

@media (min-width: 1024px) {
  .enquiry-bg-desk {
    display: block;
  }

  .enquiry-bg-desk picture,
  .enquiry-bg-desk img {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .enquiry-bg-mob {
    display: none;
  }
}

.enquiry-scrim {
  position: absolute;
  inset: 0;
  background: rgba(14, 15, 16, 0.7);
  z-index: 1;
}

.enquiry-panel {
  position: relative;
  z-index: 2;
  max-width: 40rem;
}

.enquiry-form {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .enquiry-form {
    grid-template-columns: 1fr 1fr;
  }

  .field-full,
  .consent,
  .form-error,
  .enquiry-form .btn {
    grid-column: 1 / -1;
  }
}

.field label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 0.4rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--stone);
  border-radius: 0;
  color: var(--bone);
  font-family: var(--font-serif);
  font-size: 1.125rem;
  padding: 0.55rem 0;
  appearance: none;
}

.field select {
  font-family: var(--font-sans);
  font-size: 0.9375rem;
}

.field textarea {
  resize: vertical;
  min-height: 6rem;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9a9286;
  opacity: 1;
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  border-bottom-color: var(--gold);
}

.consent {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  color: var(--stone);
}

.form-error {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  color: var(--toki);
}

.form-success {
  font-size: 1.5rem;
  font-style: italic;
  margin-top: 1.5rem;
}

.enquiry-alt {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  color: var(--stone);
  margin-top: 1.5rem;
}

/* FAQ */

.accordion {
  margin-top: 2rem;
  border-top: 1px solid rgba(14, 15, 16, 0.12);
}

.acc-item {
  border-bottom: 1px solid rgba(14, 15, 16, 0.12);
}

.acc-item h3 {
  margin: 0;
  font-size: 1.5rem;
}

.acc-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 1.15rem 2.2rem 1.15rem 0;
  cursor: pointer;
  position: relative;
}

.acc-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s var(--ease);
}

.acc-btn[aria-expanded="true"]::after {
  transform: translateY(-20%) rotate(225deg);
}

.acc-panel {
  padding: 0 0 1.25rem;
}

.acc-panel p {
  max-width: 62ch;
  margin: 0;
}

/* Footer */

.footer {
  padding: 10vh 0 6vh;
  font-family: var(--font-sans);
}

.footer .lockup {
  margin-bottom: 0.4rem;
}

.footer .tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}

.footer-contact {
  font-size: 0.875rem;
  color: var(--stone);
}

.footer-contact a {
  text-decoration: none;
}

.unesco {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  color: var(--bone);
}

.disclaimer {
  font-size: 0.75rem;
  color: var(--stone);
  max-width: 72ch;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.75rem;
  color: var(--stone);
  margin-top: 2rem;
}

.footer-meta a {
  text-decoration: none;
}

.legal-block {
  margin-top: 3rem;
  max-width: 48rem;
}

.legal-block h2 {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.legal-block p {
  font-size: 0.875rem;
  color: var(--stone);
}

/* Reveals — only when JS is on; never hide content by default */

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
}

.js.gsap-fail [data-reveal],
.js:not(.gsap) [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* Reduced motion */

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: opacity 0.3s ease !important;
    scroll-behavior: auto !important;
  }

  .js [data-reveal],
  .js .media-kb img,
  .js.gsap .reveal-clip,
  .js.gsap .toki-rule {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }

  .hero-media video.hero-video {
    display: none;
  }

  .scroll-cue span {
    height: 48px;
    opacity: 0.6;
  }
}

@media (max-width: 1023px) {
  .js .topbar {
    /* keep enquire reachable without covering the first screen until shown */
  }
}
