/* Revision 02: the existing palette and imagery, with modern type and
   deliberate scroll scenes. Width alone never disables the core motion. */
:root {
  --display: 'Hanken Grotesk', Arial, sans-serif;
  --hero-overflow: 0px;
  --text-body: 1.125rem;
  --text-support: 1rem;
  --text-label: .875rem;
  --text-note: .8125rem;
}

h1, h2, h3, .value-amount, .seat-tag b, .founder-stamp b,
.occasion-copy p.occasion-last, .site-footer p {
  font-family: var(--display);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.035em;
}
h1, h2, h3 { text-wrap: balance; }
html { scrollbar-color: #8694a2 var(--night); }
input, select { caret-color: var(--ink); }
a { text-underline-offset: .25em; }
.desktop-nav { font-size: var(--text-label); gap: 32px; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.button { font-size: var(--text-support); min-height: 58px; padding: 16px 24px; }
.text-button { font-size: var(--text-support); min-height: 44px; }
h1 em, h2 em { font-style: normal; font-weight: inherit; }
h2 { font-size: clamp(40px, 4.4vw, 62px); line-height: 1.07; }
.eyebrow {
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}
.section-no { display: none; }
.button { border-radius: 8px; }
.button:active { transform: translateY(1px); }
.nav-cta { border-radius: 7px; font-size: var(--text-label); min-height: 46px; }
.hero h1 { font-size: clamp(62px, 6.8vw, 96px); font-weight: 600; line-height: 1.015; letter-spacing: -.035em; }
.hero-service { font-size: var(--text-support); color: var(--paper); font-weight: 500; margin-bottom: 12px; }
.hero-description { font-size: var(--text-body); max-width: 440px; line-height: 1.65; }
.hero .sample-trigger { font-size: var(--text-label); margin-top: 12px; }
.hero-side-note { display: none; }
.hero-suite { border-radius: 10px; }
.hero-suite img { border-radius: 5px; }
.hero-suite figcaption { font-size: 11px; letter-spacing: 0; padding-top: 12px; }
.hero-suite figcaption span:last-child { font-size: 9px; }
.seat-tag { border-radius: 9px; }
.seat-tag b { font-size: 34px; }
.hero-bottom { font-size: var(--text-note); letter-spacing: 0; }
.hero-grid { transform-origin: 50% 12%; }

/* The reading surface physically covers the hero as it scrolls upward. */
html[data-motion='full'] .hero {
  position: sticky;
  top: calc(-1 * var(--hero-overflow));
  z-index: 1;
}
.possibility, .value-section, .how-section, .founder-section,
.occasion-section, .trip-section, .site-footer { position: relative; }
.possibility { z-index: 2; }
.value-section { z-index: 5; }
.how-section { z-index: 3; }
.founder-section { z-index: 5; }
.occasion-section { z-index: 6; }
.trip-section, .site-footer { z-index: 7; }
.possibility {
  margin-top: -32px;
  padding: 0;
  background: var(--paper);
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -16px 60px #07142325;
}
.statement-pin { padding: 80px 0; }
.possibility-grid { grid-template-columns: 1fr; max-width: 1080px; }
html[data-motion='full'] .statement-track[data-can-pin='true'] {
  min-height: calc(var(--statement-height, 100svh) + 75svh);
}
html[data-motion='full'] .statement-track[data-can-pin='true'] .statement-pin {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  align-items: center;
}
.scroll-statement {
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -.035em;
  max-width: 1020px;
}
.scroll-word {
  --word-progress: 0;
  position: relative;
  display: inline-block;
  transition: none;
}
html[data-motion='full'] .scroll-word {
  color: transparent;
  background: linear-gradient(90deg, var(--ink) 50%, #626e7a 50%);
  background-size: 200% 100%;
  background-position: calc(100% - var(--word-progress) * 100%) 0;
  background-clip: text;
  -webkit-background-clip: text;
}
.scroll-word.is-accent.is-active { box-shadow: none; }
.scroll-word.is-accent::after {
  content: '';
  position: absolute;
  bottom: -.055em;
  left: 0;
  width: 100%;
  height: .075em;
  background: var(--gold);
  transform: scaleX(var(--word-progress));
  transform-origin: 0 50%;
}
.possibility-foot { margin-top: 42px; }
.possibility-foot { padding-left: 28%; }
.possibility-foot p { font-size: var(--text-body); max-width: 590px; }
.reading-progress {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 46px;
  color: var(--muted);
  font-size: var(--text-note);
}
.reading-rail { flex: 1; max-width: 160px; height: 2px; background: #d5d9d7; }
.reading-rail i { display: block; width: 100%; height: 100%; background: var(--ink); transform: scaleX(0); transform-origin: left; }

/* Two real planes: the award option arrives over the portal example. */
.value-scroll { margin-top: 44px; }
.section-heading h2 { margin-top: 0; font-size: clamp(44px, 4.8vw, 68px); }
.section-heading>p { font-size: var(--text-body); max-width: 440px; line-height: 1.65; }
.value-stage { margin-top: 0; padding: 12px 0; }
html[data-motion='full'] .value-scroll[data-can-pin='true'] {
  min-height: calc(var(--value-stage-height, 620px) + 80svh);
}
html[data-motion='full'] .value-scroll[data-can-pin='true'] .value-stage {
  position: sticky;
  top: 16px;
}
.points-balance { font-size: var(--text-label); letter-spacing: 0; }
.points-balance strong { font-size: 32px; font-variant-numeric: tabular-nums; }
.illustration-label { font-size: var(--text-note); }
.value-panels {
  display: grid;
  grid-template-columns: 1fr;
  isolation: isolate;
  overflow: clip;
  padding: 18px 0 30px;
  gap: 0;
}
.value-card {
  grid-area: 1 / 1;
  align-self: start;
  width: 64%;
  border-radius: 16px;
  padding: 28px 32px;
  transform-origin: center top;
}
.portal-card { justify-self: start; z-index: 1; }
.award-card {
  justify-self: end;
  z-index: 2;
  width: 64%;
  margin-top: 48px;
  box-shadow: 0 12px 32px #0b1a3029;
}
.value-card-top { font-size: 16px; }
.value-card-top>span:first-child { font-size: var(--text-note); }
.value-amount { font-size: 78px; margin-top: 24px; }
.value-caption { font-size: var(--text-label); }
.value-card-bottom { align-items: end; flex-direction: row; }
.value-card-bottom>p { font-size: var(--text-note); }
.value-card-bottom>b { font-size: 30px; }
.value-card-bottom>b>span:last-child { font-size: var(--text-note); }
.value-control { padding: 15px 0; gap: 12px 30px; }
.value-control label { font-size: var(--text-support); }
.value-control label>span { font-size: var(--text-note); }
.value-control output { font-size: var(--text-note); }
.range-wrap { font-size: var(--text-label); }
.range-wrap input { height: 44px; }
.value-disclaimer { font-size: var(--text-note); max-width: 1050px; }
.method-note { font-size: var(--text-label); }
.method-note summary { min-height: 44px; max-width: 100%; }

/* Keep the reference-style card deck on narrow screens as well. */
.how-section { padding-bottom: 150px; }
.how-grid { grid-template-columns: .82fr 1.18fr; gap: 64px; }
.how-intro h2 { font-size: clamp(42px, 4.3vw, 60px); }
.how-intro h2 { margin-top: 0; }
.how-intro>p:not(.eyebrow) { font-size: var(--text-body); max-width: 370px; }
.how-intro>.text-button { font-size: var(--text-support); }
.how-route { font-size: var(--text-note); letter-spacing: 0; }
.process-stack { gap: 18svh; }
.process-card {
  position: sticky;
  top: 70px;
  border-radius: 16px;
  border: 0;
  min-height: 450px;
  padding: 40px;
  transform-origin: center top;
  box-shadow: 0 -9px 30px #0b1a3014;
}
.process-two { top: 90px; }
.process-three { top: 110px; }
.process-top { letter-spacing: 0; font-size: var(--text-label); margin-bottom: 32px; }
.process-card h3 { font-size: 43px; }
.process-card>p { font-size: var(--text-body); line-height: 1.6; max-width: 480px; }
.process-tags { gap: 8px 18px; }
.process-tags span { border: 0; padding: 0; font-size: var(--text-label); }
.search-lines { font-size: var(--text-label); gap: 10px 20px; }
.mini-plan { border: 0; border-top: 1px solid #70829a66; border-radius: 0; padding: 18px 0 0; }
.mini-plan strong { font-size: 20px; }
.mini-plan>span, .mini-plan>span:last-child { font-size: var(--text-note); letter-spacing: 0; }
.founder-section { border-radius: 32px 32px 0 0; margin-top: -32px; }
.founder-portrait figure { border-radius: 9px; }
.founder-portrait img { border-radius: 4px; }
.founder-copy h2 { font-size: clamp(38px, 4vw, 56px); }
.founder-copy blockquote { font-size: 22px; }
.founder-copy>p:not(.eyebrow) { font-size: var(--text-body); }
.founder-copy>p.personal-note { font-size: var(--text-note); }
.founder-stamp b { font-size: 23px; }
.occasion-copy h2 { font-size: clamp(42px, 4.4vw, 62px); }
.occasion-copy h2 { margin-top: 0; }
.occasion-copy>p:not(.eyebrow) { font-size: var(--text-body); max-width: 390px; }
.occasion-copy .text-button { font-size: var(--text-support); }
.occasion-copy p.occasion-last { font-size: 22px; font-weight: 500; line-height: 1.4; letter-spacing: -.02em; }
.occasion-photos figure { border-radius: 8px; }
.occasion-photos img { border-radius: 3px; }
.trip-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.trip-copy h2 { margin-top: 0; }
.trip-copy>p:not(.eyebrow) { font-size: var(--text-body); max-width: 380px; }
.trip-grid { grid-template-columns: .85fr 1.15fr; gap: 64px; }
.trip-assurance { font-size: var(--text-label); }
.inquiry-card { border-radius: 16px; padding: 36px; }
.inquiry-heading h3 { font-size: 38px; }
.inquiry-heading>span { font-size: 11px; letter-spacing: 0; }
.inquiry-lede { font-size: var(--text-support); }
#trip-form { gap: 20px; }
#trip-form label { font-size: var(--text-label); }
#trip-form input, #trip-form select { font-size: 16px; min-height: 52px; border-radius: 6px; }
#trip-form input::placeholder { color: #586579; }
#trip-form .button { font-size: var(--text-support); }
#trip-form .demo-disclaimer, .pricing-note, .form-status { font-size: var(--text-note); }
.pricing-note { line-height: 1.7; }
.site-footer span:not(.wordmark span) { font-size: var(--text-note); }
.site-footer p { font-size: 15px; letter-spacing: 0; font-weight: 400; }
.preview-tools { left: auto; right: 18px; border-radius: 8px; font-size: 11px; letter-spacing: 0; gap: 12px; padding: 2px 12px; }
.preview-tools>a { font-size: 12px; border-left: 1px solid #c1c8cb; padding-left: 12px; min-height: 44px; display: inline-flex; align-items: center; }
.preview-tools button { min-height: 44px; font-size: 12px; }
.dialog-inner h2 { font-size: 46px; }
.dialog-lede { font-size: var(--text-support); }
.sample-contents h3 { font-size: 20px; }
.sample-contents p { font-size: var(--text-support); }
.sample-contents li>span, .sample-note { font-size: var(--text-note); }
.dialog-heading>button { width: 44px; height: 44px; }
.dialog-heading { justify-content: flex-end; }
.dialog-heading>button { display: grid; place-items: center; }
.ui-icon { display: block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.button .ui-icon { width: 22px; height: 22px; }
.preview-tools>a { gap: 6px; }
.preview-tools .ui-icon, .reading-progress .ui-icon { width: 15px; height: 15px; }

@media (max-width: 900px) {
  .hero h1 { font-size: 60px; }
  .hero-description { font-size: 17px; }
  .possibility-grid { grid-template-columns: 1fr; gap: 25px; }
  .possibility .eyebrow { font-size: 13px; }
  .scroll-statement { max-width: 850px; }
  .value-card { width: 67%; padding: 24px; }
  .value-amount { font-size: 66px; }
  .value-card-top { font-size: var(--text-label); }
  .value-card-bottom>p { font-size: var(--text-note); }
  .how-grid, .trip-grid { gap: 32px; }
  .process-card { padding: 30px; }
  .process-card h3 { font-size: 37px; }
  .process-card>p { font-size: 17px; }
  .how-intro h2 { font-size: 43px; }
  .how-intro>p:not(.eyebrow) { font-size: 17px; }
  .inquiry-card { padding: 28px; }
}

@media (max-width: 600px) {
  .hero-grid { padding-top: 42px; }
  .hero h1 { font-size: clamp(47px, 13.6vw, 65px); line-height: 1.04; }
  .hero h1 br:nth-of-type(2) { display: inline; }
  .hero .eyebrow { font-size: 11px; letter-spacing: 0; }
  .hero-description { font-size: 17px; line-height: 1.65; }
  .hero-service { font-size: 15px; }
  .hero .button { font-size: 16px; min-height: 56px; }
  .hero-art { margin-top: 0; height: 380px; }
  .hero-suite { top: 28px; }
  .hero-suite figcaption { font-size: 9px; }
  .hero-suite figcaption span:last-child { display: none; }
  .hero-bottom { font-size: var(--text-note); padding-bottom: 60px; }
  .hero-bottom>p { max-width: 135px; }
  .scroll-cue { font-size: var(--text-note); max-width: 180px; }
  .seat-tag b { font-size: 28px; }
  .statement-pin { padding: 48px 0; }
  .possibility-grid { gap: 27px; }
  .scroll-statement { font-size: clamp(40px, 12vw, 58px); line-height: 1.09; }
  .possibility-foot { gap: 18px; margin-top: 30px; padding-left: 0; }
  .possibility-foot p { font-size: 17px; max-width: none; }
  .star-mark { font-size: 31px; }
  .reading-progress { gap: 12px; font-size: var(--text-note); margin-top: 35px; }
  .reading-progress>span:first-child { max-width: 185px; }
  .reading-rail { min-width: 35px; }
  .section-heading h2 { font-size: 46px; }
  .section-heading>p { font-size: 17px; }
  .section-heading .eyebrow { font-size: 12px; }
  .value-scroll { margin-top: 24px; }
  .value-stage { padding-top: 6px; }
  .points-balance { padding: 12px 0; gap: 4px 8px; font-size: var(--text-note); }
  .points-balance strong { font-size: 27px; }
  .illustration-label { font-size: 12px; }
  .value-card { width: 100%; border-radius: 14px; padding: 22px 24px; }
  .award-card { margin-top: 164px; }
  .value-card-top { font-size: var(--text-label); }
  .value-amount { font-size: 62px; margin: 18px 0 5px; }
  .value-caption { font-size: var(--text-note); }
  .value-bar { margin: 17px 0 13px; }
  .value-card-bottom>b { font-size: 27px; }
  .value-card-bottom>p { font-size: 12px; }
  .value-panels { padding: 14px 0 22px; }
  .value-control { padding: 8px 0 12px; gap: 8px; }
  .value-control label { font-size: var(--text-support); display: block; }
  .value-control label>span { font-size: var(--text-note); margin-top: 3px; }
  .value-control output { font-size: var(--text-note); }
  .value-disclaimer { font-size: var(--text-note); }
  .how-section { padding-bottom: 105px; }
  .how-grid, .trip-grid { grid-template-columns: 1fr; gap: 40px; }
  .how-intro h2 { font-size: 48px; }
  .how-intro .eyebrow { font-size: 12px; }
  .process-stack { gap: 15svh; padding-bottom: 25px; }
  .process-card { position: sticky; top: 24px; min-height: 420px; padding: 30px; }
  .process-two { top: 44px; }
  .process-three { top: 64px; }
  .process-top { margin-bottom: 30px; }
  .process-card h3 { font-size: 37px; }
  .process-card>p { font-size: 17px; }
  .founder-copy h2 { font-size: 40px; }
  .founder-copy .eyebrow { font-size: 12px; }
  .founder-copy blockquote { font-size: 20px; }
  .occasion-copy h2 { font-size: 46px; }
  .occasion-copy .eyebrow { font-size: 12px; }
  .occasion-copy p.occasion-last { font-size: 23px; }
  .occasion-photos { height: 395px; }
  .trip-copy h2 { font-size: 54px; }
  .trip-copy .eyebrow { font-size: 12px; }
  .inquiry-heading h3 { font-size: 36px; }
  .inquiry-card { padding: 30px 24px; }
  .preview-tools { left: 12px; right: auto; max-width: calc(100% - 24px); gap: 10px; font-size: 11px; }
  .preview-tools>a { font-size: 12px; padding-left: 10px; }
  .preview-tools button { font-size: 12px; padding-left: 10px; }
}

@media (max-width: 760px) and (min-width: 601px) {
  .how-grid, .trip-grid { grid-template-columns: 1fr; }
  .how-intro { position: relative; top: auto; }
  .how-intro h2 { max-width: 520px; }
  .how-intro h2 br { display: none; }
  .how-intro>p:not(.eyebrow) { max-width: 520px; }
  .how-route { display: none; }
}
@media (max-width: 400px) {
  .preview-tools>span { display: none; }
  .process-card { padding: 26px; }
  .process-card h3 { font-size: 34px; }
}

/* Readable fallback for short viewports, zoom, failed JS, or reduced motion. */
html:not([data-motion='full']) .value-panels { grid-template-columns: 1fr 1fr; gap: 20px; overflow: visible; }
html:not([data-motion='full']) .value-card { grid-area: auto; width: 100%; margin: 0; transform: none !important; }
html:not([data-motion='full']) .hero-grid,
html:not([data-motion='full']) .founder-portrait figure { transform: none !important; clip-path: none !important; }
html:not([data-motion='full']) .process-card { position: relative; top: auto; transform: none !important; }
html:not([data-motion='full']) .process-stack { gap: 24px; }
html:not([data-motion='full']) .scroll-word { color: var(--ink); }
html:not([data-motion='full']) .scroll-word::after { transform: scaleX(1); }
html:not([data-motion='full']) .reading-progress { display: none; }
html[data-motion='full'][data-short-screen='true'] .process-card { position: relative; top: auto; transform: none !important; }
@media (max-width: 600px) {
  html:not([data-motion='full']) .value-panels { grid-template-columns: 1fr; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero { position: relative !important; top: auto !important; }
  .hero-grid, .process-card, .founder-portrait figure { transform: none !important; clip-path: none !important; }
  .process-card { position: relative; top: auto; }
  .statement-pin, .value-stage { position: relative !important; top: auto !important; }
  .possibility, .value-scroll { min-height: auto !important; }
}
