/* The seat, memory, and plan share the approved layered hero scene. */
.hero { overflow: clip; }
.hero-grid { grid-template-columns: .9fr 1.1fr; gap: 64px; min-height: 730px; padding-block: 48px 64px; }
.hero-copy { display: block; }
.hero h1 { font-size: clamp(52px, 5.6vw, 78px); margin: 0 0 24px; letter-spacing: -.035em; }
.hero-description { max-width: 45ch; font-size: 18px; line-height: 1.6; margin-bottom: 24px; }
.hero-copy .hero-closing { max-width: 45ch; margin: -8px 0 28px; color: var(--paper); font-size: 18px; font-weight: 500; line-height: 1.5; text-wrap: pretty; }
.hero-service { margin-bottom: 14px; }
.hero-expert { display: flex; align-items: center; gap: 12px; width: fit-content; min-height: 44px; margin-top: 20px; font-size: 14px; color: #ddc575; }
.hero-expert .ui-icon { width: 18px; }
.hero-expert:hover { color: var(--paper); text-decoration: underline; text-underline-offset: 5px; }
.hero-copy .hero-price-note { font-size: 13px; margin-top: 8px; }
.hero-copy .hero-fare-note { font-size: 12px; margin-top: 8px; }
.hero-scene { height: auto; min-height: 660px; width: 100%; max-width: 680px; margin: 0; position: relative; align-self: center; }
.cabin-gallery { position: relative; width: 94%; margin: 0 0 0 6%; z-index: 1; }
.gallery-frame { padding: 0; background: none; color: var(--paper); }
.gallery-track { display: flex; width: 100%; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) var(--night); border-radius: 12px 12px 0 0; }
.gallery-slide { flex: 0 0 100%; display: flex; flex-direction: column; min-width: 0; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.gallery-slide>img { display: block; width: 100%; aspect-ratio: 3 / 2; height: auto; object-fit: contain; background: #14233b; border-radius: 12px; }
/* Display-only framing: retain both faces and cabin context in the portrait uploads. */
#cabin-together>img { object-fit: cover; object-position: 50% 45%; }
#cabin-toast>img { object-fit: cover; object-position: 50% 55%; }
.gallery-slide figcaption { order: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 0 112px 12px 0; min-height: 76px; }
.gallery-slide figcaption>span { font-size: 14px; }
.gallery-slide figcaption>a, .gallery-slide figcaption>.gallery-origin { font-size: 11px; line-height: 1.5; color: var(--sky); }
.gallery-slide figcaption>a { text-decoration: underline; text-underline-offset: 3px; }
.gallery-slide figcaption>a:hover { color: var(--paper); }
.gallery-controls:not([hidden]) { position: absolute; top: 6px; right: 0; display: flex; align-items: center; gap: 8px; }
.gallery-count { font-size: 13px; font-variant-numeric: tabular-nums; color: var(--sky); }
.gallery-count { position: absolute; top: 45px; right: 36px; white-space: nowrap; font-size: 11px; }
.gallery-invitation { display: none; }
.gallery-controls>div { display: flex; gap: 8px; }
.gallery-controls button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #7b8a9b; border-radius: 50%; background: transparent; color: var(--paper); transition: background 180ms var(--ease), color 180ms var(--ease); }
.gallery-controls button:hover { background: var(--paper); color: var(--night); }
.gallery-controls button:active { background: #ddc575; color: var(--night); }
.hero-memory { position: absolute; width: 40%; left: -3%; bottom: 12px; margin: 0; padding: 6px; background: var(--paper); color: var(--ink); rotate: -5deg; box-shadow: 0 20px 40px #030d1b4d; z-index: 2; }
.hero-memory img { width: 100%; aspect-ratio: 1; height: auto; object-fit: contain; }
.hero-memory figcaption { padding: 10px 6px 6px; font-size: 13px; font-weight: 500; line-height: 1.35; }
.hero-memory figcaption span { display: block; color: var(--muted); font-size: 11px; font-weight: 400; margin-top: 3px; }
.hero-plan { position: absolute; bottom: 32px; right: 0; width: 58%; padding: 24px; color: var(--ink); background: #e7ecdf; border-radius: 12px; rotate: 3deg; box-shadow: 0 16px 36px #030d1b4d; z-index: 3; }
.hero-plan-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 15px; font-weight: 600; }
.hero-plan-title .ui-icon { width: 18px; }
.hero-plan-route { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-block: 20px; padding-block: 16px; border-block: 1px solid #b6c4ad; font-size: 32px; font-weight: 500; line-height: 1; letter-spacing: -.025em; }
.hero-plan-route svg { width: 70px; height: 20px; fill: none; stroke: #607151; stroke-width: 1.5; }
.hero-plan-detail { display: block; font-size: 13px; }
.hero-plan-sample { display: block; font-size: 11px; color: #526154; margin-top: 8px; text-decoration: underline; text-underline-offset: 4px; }
.hero-plan:hover { background: #f2f5ec; }
.gallery-note { color: var(--sky); font-size: 12px; line-height: 1.55; text-align: right; max-width: 37ch; }
.hero-scene a:focus-visible, .gallery-controls button:focus-visible, .gallery-track:focus-visible { outline: 3px solid #ddc575; outline-offset: 5px; }

/* One consistent Paris example replaces the separate hypothetical calculator. */
.value-section { padding-block: 48px 96px; }
.value-section .section-heading { gap: 48px; }
.value-section .section-heading h2 { margin-top: 0; }
.value-section .section-heading>p { font-size: 18px; max-width: 46ch; }
.value-proof { margin-top: 40px; padding-top: 32px; }
.cash-example { border-radius: 12px; }
.cash-example-cpp { display: flex; align-items: baseline; gap: 12px; margin-top: 16px; font-size: 13px; color: #526154; }
.cash-example-cpp strong { font-size: 26px; color: var(--ink); }
.sample-section { padding-bottom: 56px; }
.plan-preview .preview-option { padding-block: 24px; }
.preview-basis { max-width: 52ch; }
.founder-grid { grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.founder-photo { margin: 0; max-width: 480px; }
.founder-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 12px; }
.founder-photo figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 13px; color: #526154; padding-top: 16px; }
.founder-copy { border: 0; padding: 0; }
.founder-copy h2 { margin: 0 0 24px; font-size: clamp(38px, 4.2vw, 60px); }
.founder-copy .founder-byline { margin: 0 0 24px; color: var(--ink); }
.founder-copy blockquote { font-size: 24px; margin-top: 24px; }
.founder-copy .personal-note { max-width: 58ch; }
.founder-results { margin-top: 20px; font-size: 14px; }
.founder-results summary { padding-block: 12px; min-height: 44px; cursor: pointer; }
.occasion-section { padding-block: 72px; }
.occasion-route { height: 300px; }
.pricing-preview { margin-top: 24px; font-size: 13px; color: #526154; }
.pricing-preview summary { cursor: pointer; min-height: 44px; padding-block: 12px; }
.pricing-preview p { margin-block: 8px; max-width: 75ch; }
.pricing-next { display: block; }
.intake-alternatives { margin-block: 20px 12px; justify-content: flex-start; gap: 12px 20px; }
.intake-alternatives .button { font-size: 15px; }
.intake-prototype { border-top: 1px solid #c9d1c5; margin-top: 20px; padding-top: 6px; }
.intake-prototype summary { cursor: pointer; padding-block: 12px; min-height: 44px; font-size: 15px; font-weight: 500; }
.intake-prototype label { display: block; margin-block: 12px; font-size: 16px; }
.delivery-demo { box-shadow: 0 10px 24px #122e3a18; }
.preview-tools { gap: 12px; }
.preview-tools>a { display: none; }

@media (min-width: 1450px) { .hero-scene { min-height: 700px; } }
@media (max-width: 1100px) and (min-width: 701px) {
  .hero-grid { gap: 32px; }
  .hero-scene { min-height: 590px; }
  .hero h1 { font-size: clamp(42px, 5.3vw, 60px); }
  .hero-plan { padding: 20px; bottom: 44px; }
  .hero-plan-route { font-size: 26px; gap: 10px; }
  .hero-memory { width: 44%; bottom: 24px; }
  .hero-plan-detail { font-size: 12px; }
  .hero-plan-sample { font-size: 11px; }
  .founder-grid { gap: 40px; }
}
@media (max-width: 800px) and (min-width: 701px) {
  .hero-grid { grid-template-columns: 1fr; max-width: 620px; }
  .hero-scene { min-height: 660px; }
  .hero h1 { font-size: 64px; }
  .hero-description { max-width: 52ch; }
}
@media (max-width: 700px) {
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 36px; min-height: 0; padding-block: 32px 44px; }
  .hero-copy { display: block; }
  .hero h1 { font-size: clamp(42px, 11.8vw, 62px); line-height: 1.03; margin: 0 0 18px; }
  .hero-service { font-size: 16px; margin-bottom: 12px; }
  .hero-description { font-size: 17px; line-height: 1.55; margin-bottom: 20px; max-width: 50ch; }
  .hero-expert { font-size: 13px; margin-top: 12px; }
  .hero-copy .hero-price-note { font-size: 12px; margin-top: 4px; }
  .hero-copy .hero-fare-note { font-size: 11px; max-width: 50ch; margin-top: 8px; }
  .hero-scene { width: 100%; max-width: 500px; min-height: 540px; margin: 0 auto; }
  .cabin-gallery { width: 100%; margin: 0; }
  .gallery-slide figcaption { min-height: 84px; padding-right: 108px; }
  .hero-memory { width: 43%; left: 1%; bottom: 8px; rotate: -4deg; }
  .hero-memory figcaption { font-size: 11px; padding: 8px 3px 4px; }
  .hero-memory figcaption span { font-size: 10px; }
  .hero-plan { width: 56%; right: 0; bottom: 24px; padding: 16px; rotate: 2deg; }
  .hero-plan-title { font-size: 13px; }
  .hero-plan-route { font-size: 27px; margin-block: 12px; padding-block: 12px; gap: 8px; }
  .hero-plan-route svg { width: 40px; }
  .hero-plan-detail { font-size: 12px; line-height: 1.5; }
  .hero-plan-sample { font-size: 10px; }
  .hero-bottom { align-items: flex-start; gap: 20px; flex-wrap: wrap; padding-bottom: 32px; }
  .hero-bottom .gallery-note { flex-basis: 100%; max-width: none; text-align: left; font-size: 11px; }
  .value-section { padding-block: 32px 64px; }
  .value-section .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .value-proof { grid-template-columns: 1fr; margin-top: 28px; gap: 32px; }
  .value-section .section-heading>p { font-size: 17px; }
  .sample-section { padding-bottom: 32px; }
  .founder-grid { grid-template-columns: 1fr; gap: 32px; }
  .founder-photo { max-width: 400px; }
  .founder-copy h2 { font-size: 42px; }
  .founder-copy blockquote { font-size: 23px; }
  .founder-photo figcaption { font-size: 12px; }
  .occasion-section { padding-block: 56px; }
  .occasion-route { height: 270px; }
  .preview-tools { left: auto; right: 12px; bottom: 12px; padding: 0 10px; }
  .preview-tools>span { display: none; }
}
@media (max-width: 380px) {
  .hero-scene { min-height: 500px; }
  .hero-plan { padding: 14px; }
  .hero-plan-route { font-size: 24px; }
  .gallery-invitation { padding-left: 8px; }
}
html:not([data-motion='full']) .hero-scene * { transition: none; }
@media (prefers-reduced-motion: reduce) { .hero-scene * { transition: none; scroll-behavior: auto; } }

/* Revision 17: person → problem → personal service → plan → next step. */
.hero h1 { font-size: clamp(48px, 5vw, 72px); }
.hero-service { max-width: 39ch; font-size: 19px; line-height: 1.5; color: #ddc575; }
.hero-description { max-width: 45ch; }
.hero-copy .hero-price-note { font-size: 14px; }
.hero-copy .hero-fare-note { font-size: 13px; line-height: 1.5; }
.hero-scene { min-height: 580px; }
.hero-memory { bottom: 0; }
.hero-plan { bottom: 20px; }
.scroll-statement { font-size: clamp(38px, 4.4vw, 64px); }
.possibility-foot { display: block; }
.possibility-foot p { max-width: 49ch; }
.possibility-foot p+p { margin-top: 16px; font-weight: 500; }
.comfort-section { padding-block: 32px 56px; }
.comfort-intro { display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; align-items: end; margin-bottom: 32px; }
.comfort-intro h2 { margin: 0; font-size: clamp(32px, 3.2vw, 44px); }
.comfort-intro>p { font-size: 17px; line-height: 1.6; max-width: 48ch; }
.comfort-benefits { gap: 24px; }
.comfort-benefits h3 { font-size: 23px; }
.comfort-benefits p { font-size: 16px; }
.comfort-note { margin-top: 24px; }
.how-section { padding-block: 64px; }
.workflow-heading { margin-bottom: 32px; }
.workflow-track[data-pinned='true'] { height: calc(var(--workflow-height) + 140svh); }
.sample-section { padding-block: 72px; }
.sample-preview-grid { align-items: start; gap: 64px; }
.sample-preview-copy h2 { font-size: clamp(36px, 4vw, 56px); }
.sample-preview-copy>p { font-size: 18px; }
.sample-section .cash-example { margin: 0; padding: 32px; }
.sample-flight-route { display: flex; align-items: center; gap: 28px; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid #bac5b5; scroll-margin-top: 32px; }
.sample-flight-route>div { display: grid; gap: 6px; }
.sample-flight-route>div:last-child { text-align: right; }
.sample-flight-route strong { font-size: 38px; line-height: 1; font-weight: 500; }
.sample-flight-route span { font-size: 14px; }
.sample-flight-route svg { flex: 1; min-width: 0; height: 24px; fill: none; stroke: #526154; stroke-width: 1.5; }
.sample-section .cash-example h3 { font-size: 25px; }
.sample-section .cash-example-note { font-size: 13px; line-height: 1.6; }
.sample-action { margin-top: 40px; padding-top: 32px; }
.founder-section { padding-block: 64px; margin-top: 0; border-radius: 0; }
.founder-grid { gap: 64px; }
.founder-photo { max-width: 400px; }
.founder-copy h2 { font-size: clamp(36px, 3.5vw, 50px); }
.founder-copy .founder-experience { font-size: 23px; padding-top: 20px; border-top: 1px solid #b6c4ad; }
.pricing-section { padding-block: 64px; }
.pricing-heading h2 { font-size: clamp(38px, 4vw, 56px); }
.trip-questions { margin-top: 32px; }
.trip-questions details { border-top: 1px solid #bcc7b8; }
.trip-questions details:last-child { border-bottom: 1px solid #bcc7b8; }
.trip-questions summary { padding-block: 20px; font-size: 18px; font-weight: 500; cursor: pointer; }
.trip-questions p { max-width: 70ch; font-size: 16px; line-height: 1.65; margin: 0 0 24px; }
.trip-section { padding-block: 64px; }
.trip-grid { gap: 64px; }
.trip-copy h2 { margin-top: 0; font-size: clamp(40px, 4.4vw, 62px); }
.trip-copy>p:not(.eyebrow) { font-size: 18px; max-width: 36ch; }
.trip-copy>p.trip-next-step { margin-top: 24px; font-size: 16px; }
.inquiry-heading { align-items: flex-start; gap: 20px; }
.inquiry-heading h3 { font-size: 28px; line-height: 1.15; }
.inquiry-heading>span { font-size: 10px; white-space: nowrap; padding-top: 6px; }
.inquiry-lede { font-size: 16px; }
#quick-request { display: grid; gap: 12px; margin-top: 24px; }
#quick-request label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 16px; font-weight: 500; }
#quick-request label span { font-size: 12px; font-weight: 400; color: #526154; }
#quick-request input { width: 100%; min-height: 48px; padding: 12px 16px; font: inherit; font-size: 16px; color: #172936; background: #f9faf6; border: 1px solid #899883; border-radius: 8px; }
#quick-request textarea { margin: 0 0 6px; border-color: #899883; }
#quick-request input::placeholder, #quick-request textarea::placeholder { color: #586579; opacity: 1; }
#quick-request .button { margin-top: 8px; min-height: 52px; }
#quick-request-note { font-size: 13px; line-height: 1.6; color: #526154; margin: 0; }
#quick-request-status { font-size: 15px; }
#quick-request-status[hidden] { display: none; }
.intake-alternatives { gap: 4px 20px; margin-top: 16px; }
.intake-alternatives .text-button { min-height: 44px; font-size: 14px; }
#quick-request input:focus-visible, #quick-request textarea:focus-visible, .trip-questions summary:focus-visible { outline: 3px solid #526154; outline-offset: 3px; }
@media (max-width: 900px) {
  .comfort-intro { gap: 24px; }
  .sample-preview-grid, .founder-grid, .trip-grid { gap: 36px; }
}
@media (max-width: 700px) {
  .hero h1 { font-size: clamp(41px, 10.7vw, 56px); }
  .hero-service { font-size: 17px; line-height: 1.45; }
  .hero-description { font-size: 17px; }
  .hero-copy .hero-price-note, .hero-copy .hero-fare-note { font-size: 13px; }
  .hero-scene { min-height: 465px; }
  .hero-grid { gap: 28px; padding-bottom: 28px; }
  .comfort-section { padding-block: 12px 40px; }
  .comfort-intro { grid-template-columns: 1fr; gap: 16px; margin-bottom: 24px; }
  .comfort-intro h2 { font-size: 32px; }
  .comfort-intro>p { font-size: 16px; }
  .comfort-benefits { grid-template-columns: 1fr 1fr; gap: 24px 20px; }
  .comfort-benefits h3 { font-size: 22px; }
  .comfort-benefits p { font-size: 15px; }
  .comfort-benefits>div { padding: 16px 0 0; }
  .comfort-note { font-size: 12px; }
  .how-section, .sample-section, .founder-section, .pricing-section, .trip-section { padding-block: 48px; }
  .workflow-heading h2, .sample-preview-copy h2, .founder-copy h2, .pricing-heading h2 { font-size: 36px; }
  .workflow-heading>p { font-size: 17px; }
  .workflow-caption { padding: 24px; }
  .workflow-caption h3 { font-size: 30px; }
  .workflow-caption p { font-size: 16px; }
  .sample-preview-copy>p { font-size: 17px; }
  .sample-section .cash-example { padding: 24px; }
  .sample-flight-route { margin-bottom: 20px; padding-bottom: 20px; }
  .sample-flight-route strong { font-size: 32px; }
  .sample-action { margin-top: 28px; padding-top: 24px; }
  .founder-photo { max-width: 280px; }
  .founder-copy .founder-experience { font-size: 21px; }
  .founder-copy>p:not(.eyebrow) { font-size: 17px; }
  .founder-copy>p.personal-note { font-size: 13px; }
  .trip-questions summary { font-size: 17px; padding-block: 18px; }
  .trip-copy h2 { font-size: 40px; }
  .trip-copy>p:not(.eyebrow) { font-size: 17px; }
  .trip-copy>p.trip-next-step { font-size: 15px; margin-top: 16px; }
  .trip-grid { gap: 24px; }
  .inquiry-heading h3 { font-size: 24px; }
  .inquiry-heading>span { font-size: 9px; }
}
