/* Cove: broad curves, photographic scenes, quiet controls. */
body { background: var(--seafoam); font-synthesis: none; }
h2 { text-wrap: balance; }
/* Keep native touch/trackpad scrolling without platform scrollbar chrome. */
:is(.guest-gallery, .destination-gallery, .story-list) { scrollbar-width: none; }
:is(.guest-gallery, .destination-gallery, .story-list)::-webkit-scrollbar { display: none; }
:is(.guest-gallery, .story-list):focus:not(:focus-visible) { outline: none; }
:is(.guest-gallery, .story-list):focus-visible { outline: 2px solid var(--focus); outline-offset: 6px; border-radius: var(--radius-media); }
.button { min-height: var(--action-height); justify-content: center; padding: 16px 30px; gap: 0; border: 0; border-radius: var(--radius-button); font-size: var(--text-sm); transition: background var(--duration-fast), color var(--duration-fast), transform var(--duration-fast); }
.button svg, .header-cta svg, .replay svg { display: none; }
.button:active { transform: scale(.97); }
.button-dark { background: var(--ink); color: var(--white); }
.round-control { width: var(--control-size); height: var(--control-size); border: 0; border-radius: var(--radius-round); }
.round-control svg { width: var(--icon-size); height: var(--icon-size); }
.header { height: 90px; z-index: 6; }
.brand { font-size: 1rem; letter-spacing: .12em; }
.brand span { letter-spacing: .25em; }
.desktop-nav { gap: 30px; }
.header-cta { color: var(--white); background: transparent; border: 1px solid var(--white-rule); padding: 12px 24px; min-height: 46px; font-size: var(--text-sm); }
.hero { border-radius: 0; }
.hero::after { background: linear-gradient(0deg, var(--flow-water), transparent 30%), linear-gradient(180deg, var(--hero-top-scrim), var(--hero-top-scrim) 31%, transparent 55%), radial-gradient(ellipse at left bottom, var(--hero-copy-scrim), transparent 68%); }
.masthead { top: 108px; z-index: 4; letter-spacing: -.045em; color: var(--white); text-shadow: var(--hero-letter-shadow); }
.masthead-sub { font: 500 clamp(1.5rem, 3vw, 3.2rem)/1 var(--display); letter-spacing: -.01em; margin-top: .3em; }
.hero-copy { bottom: 76px; }
.hero-copy h2 { font-size: clamp(2.8rem, 4.6vw, 4.6rem); line-height: 1.16; letter-spacing: var(--heading-tracking); text-shadow: var(--hero-letter-shadow); margin-bottom: 20px; }
.hero-copy p { margin-bottom: 28px; font-size: var(--text-reading); line-height: var(--reading-leading); max-width: var(--reading-width); }
.hero-next { display: none; }
.video-toggle { border: 1px solid var(--white-rule); border-radius: var(--radius-round); bottom: 48px; }
.video-toggle svg { width: 17px; height: 17px; }
.hero-location { bottom: 64px; right: calc(var(--gutter) + 62px); letter-spacing: .16em; }
.approach { max-width: none; padding-top: clamp(32px, 4vw, 60px); padding-bottom: 0; color: var(--white); background: linear-gradient(180deg, var(--flow-water) 26%, var(--seafoam)); }
.section-heading { grid-template-columns: 1.2fr 1fr; align-items: center; gap: 48px; margin-bottom: 40px; }
.section-heading h2, .guests h2, .destinations h2, .founder-copy h2, .stories h2 { font: var(--font-heading-weight) var(--text-section)/1.16 var(--editorial); letter-spacing: var(--heading-tracking); }
.approach-intro { max-width: 350px; font-size: var(--text-reading); line-height: var(--reading-leading); margin: 0; color: var(--flow-copy); }
.approach-intro p { margin: 0; }
/* One changing photograph. Thumbnails are the controls. */
.experience-scene { position: relative; color: var(--white); background: var(--surface-scene); border-radius: var(--radius-scene); overflow: hidden; isolation: isolate; }
.scene-panels { position: relative; height: var(--scene-height); overflow: hidden; }
.scene-panel { position: absolute; inset: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity var(--duration-photo) var(--ease-out), visibility var(--duration-photo); }
.scene-panel.is-active { opacity: 1; visibility: visible; pointer-events: auto; z-index: 1; }
.scene-panel > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; transform: scale(1.04); transition: transform 1000ms var(--ease-out); }
.scene-panel.is-active > img { transform: scale(1); }
.scene-panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 23 30 / .65), transparent 82%), linear-gradient(0deg, rgb(0 23 30 / .38), transparent 65%); pointer-events: none; }
#scene-sea > img { object-position: center 40%; }
#scene-islands > img { object-position: center 72%; }
.scene-copy { position: absolute; z-index: 2; bottom: 54px; left: 54px; max-width: 490px; }
.scene-copy h3 { font: var(--font-heading-weight) var(--scene-heading-size)/1.16 var(--hero-type); letter-spacing: var(--heading-tracking); margin: 22px 0; }
.scene-copy p { max-width: 365px; font-size: var(--text-reading); line-height: var(--reading-leading); margin: 0 0 28px; }
.scene-tabs { position: absolute; z-index: 3; right: 38px; bottom: 38px; display: flex; align-items: end; gap: 12px; }
.scene-tabs button { position: relative; width: 100px; padding: 5px 5px 11px; border: 1px solid transparent; background: var(--surface-scene); color: var(--white); border-radius: var(--radius-thumb); transition: background var(--duration-fast), transform var(--duration-panel) var(--ease-out); }
.scene-tabs img { width: 88px; height: 82px; border-radius: var(--radius-thumb-image); object-fit: cover; display: block; }
.scene-tabs button:nth-child(2) img { object-position: 65% center; }
.scene-tabs button:nth-child(3) img { object-position: center 70%; }
.scene-tabs span { display: block; font-size: var(--text-xs); margin-top: 10px; }
.scene-tabs [aria-selected="true"] { background: var(--white); color: var(--ink); transform: translateY(-6px); }
.scene-tabs :focus-visible { outline-color: var(--white); outline-offset: 5px; }
.experience-scene :focus-visible, footer :focus-visible { outline-color: var(--white); }
/* Real portraits without square photo mounts. */
.guests { display: grid; grid-template-columns: .9fr 2.1fr; gap: 52px; align-items: center; padding: 48px var(--gutter) 56px; background: linear-gradient(var(--seafoam), var(--album)); }
.guests-heading { display: block; padding: 0; }
.guests-heading .eyebrow { display: none; }
.guests h2 { font-size: clamp(2.2rem, 3.6vw, 3.8rem); }
.guests-aside { min-width: 0; margin-top: 26px; }
.guests-aside p { max-width: 250px; font-size: var(--text-reading); line-height: 1.7; }
.guest-gallery { padding: 26px 12px; gap: 18px; scroll-padding-inline: 12px; }
.guest-shot, .guest-shot-wide { flex: 0 0 calc((100% - 36px)/3); height: clamp(250px, 24vw, 370px); border: 0; border-radius: var(--radius-photo); box-shadow: none; transition: transform var(--duration-panel) var(--ease-out), rotate var(--duration-panel) var(--ease-out); }
.guest-shot:nth-child(1) { rotate: -2deg; }
.guest-shot:nth-child(2) { rotate: 2deg; margin-top: 36px; }
.guest-shot:nth-child(3) { rotate: -1deg; margin-top: 8px; }
.guest-shot-wide img { object-position: 47% center; }
.guest-gallery-bottom { display: none; }
.guest-pagination { display: none; }
.shot-open { border-radius: var(--radius-photo); }
/* The selected country expands; its neighbours keep a rounded silhouette. */
.destinations { background: var(--album); color: var(--ink); padding: 50px 0 80px; }
.destinations-heading { margin-bottom: 36px; }
.destinations-heading > div { width: 100%; display: flex; align-items: end; justify-content: space-between; }
.destinations h2 { font-size: var(--text-section); }
.destination-subtitle { font-size: var(--text-reading); line-height: 1.8; max-width: 285px; margin: 0 0 4px; color: var(--muted); }
.destination-gallery { align-items: center; gap: var(--country-gap); height: calc(var(--country-height) + 32px); padding: 16px var(--gutter); overflow: visible; scroll-snap-type: none; }
.destination-card { min-width: 0; flex: 1 1 0%; height: calc(var(--country-height) - 40px); border-radius: var(--radius-country); margin: 0; transition: flex-grow var(--duration-shape) var(--ease-out), height var(--duration-shape) var(--ease-out), transform var(--duration-shape) var(--ease-out); }
.destination-card.is-active { flex-grow: 1.55; height: var(--country-height); }
.destination-card::after { background: linear-gradient(transparent 48%, rgb(0 37 46 / .28) 62%, rgb(0 37 46 / .82)); }
.destination-image img { transition: transform var(--duration-photo) var(--ease-out); transform: scale(1.03); }
.destination-card.is-active .destination-image img { transform: scale(1); }
.destination-maldives img { object-position: 52% center; }
.destination-japan img { object-position: 52% center; }
.destination-caption { inset: auto 28px 40px; text-align: center; transform: translateY(64px); transition: transform var(--duration-shape) var(--ease-out); }
.destination-card.is-active .destination-caption { transform: none; }
.destination-caption strong { text-transform: none; font: var(--font-heading-weight) var(--country-title-size)/1.16 var(--editorial); letter-spacing: var(--heading-tracking); white-space: nowrap; transition: font-size var(--duration-shape) var(--ease-out); }
.destination-card.is-active strong { font-size: var(--country-title-active); }
.destination-description { display: block; margin-top: 16px; min-height: 48px; font-size: var(--text-sm); line-height: 1.6; opacity: 0; transform: translateY(8px); transition: opacity var(--duration-panel), transform var(--duration-panel); }
.is-active .destination-description { opacity: 1; transform: none; }
.destination-selected { display: none; }
.destination-card:focus-visible { outline-color: var(--focus); }
.destination-preview { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 22px var(--gutter) 34px; }
.destination-region { font-size: var(--text-sm); font-weight: 600; }
.destination-note p { font-size: var(--text-reading); line-height: 1.7; max-width: 560px; margin: 10px 0 0; }
.destination-cta { background: var(--ink); color: var(--white); flex-shrink: 0; min-width: 215px; }
.destination-index { border: 0; display: block; margin-top: 0; padding-top: 12px; }
.destination-index .eyebrow { display: none; }
.destination-list { justify-content: center; gap: 4px 22px; }
.destination-list button { font-size: var(--text-sm); min-height: 44px; }
.destination-catalog[hidden], .destination-cta[hidden] { display: none; }
.destination-catalog { text-decoration: none; }
.founder { background: linear-gradient(var(--album), var(--seafoam) 65%); padding: 12px var(--gutter) 90px; }
.founder-layout { grid-template-columns: 1fr 1.1fr; max-width: 1200px; gap: clamp(44px, 8vw, 130px); align-items: center; }
.founder-frame { border-radius: var(--radius-portrait); }
.founder-photo img { height: 610px; transform: scale(1.65); transform-origin: 57% 35%; }
.founder-photo figcaption { font-size: var(--text-xs); text-align: center; margin-top: 22px; }
.founder-copy h2 { margin-bottom: 28px; }
.founder-copy > p { font-size: var(--text-reading); line-height: var(--reading-leading); max-width: var(--reading-width); }
.founder-copy > .founder-lead { font: 400 clamp(1.5rem, 2.15vw, 2rem)/1.4 var(--hero-type); margin-bottom: 28px; }
.founder-copy > .eyebrow { font: 500 var(--text-xs)/1.5 var(--sans); letter-spacing: .12em; margin-bottom: 24px; }
.founder-history { max-width: var(--reading-width); margin-top: 18px; }
.founder-history p { font-size: var(--text-reading); line-height: var(--reading-leading); }
.founder-history summary { font-size: var(--text-sm); min-height: 48px; }
.founder-history summary:focus-visible { outline: 2px solid var(--focus); outline-offset: 5px; }
.plus { border: 0; width: 36px; height: 36px; }
.plus::before, .plus::after { left: 8px; top: 17px; width: 18px; }
.founder-fact { margin-top: 28px; gap: 18px; }
.founder-fact strong { font: 400 3rem/1 var(--display); min-width: 0; }
.founder-fact span { font-size: var(--text-sm); }
.stories { padding: 20px var(--gutter) 64px; background: var(--seafoam); }
.stories-intro { margin-bottom: 42px; }
.stories-intro .eyebrow { display: none; }
.stories h2 { margin: 0; max-width: 750px; }
.stories-intro > p:last-child { margin: 0; font-size: var(--text-reading); }
.story-list { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 78px) / 4); gap: 26px; align-items: start; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 0 16px; }
.story-card { height: auto; overflow: visible; background: transparent; color: var(--ink); border-radius: var(--radius-media); scroll-snap-align: start; }
.story-card:nth-child(even) { margin-top: 28px; }
.story-image { height: clamp(330px, 33vw, 510px); border-radius: var(--radius-media); }
.story-image::after { display: none; }
.story-play { background: var(--white); color: var(--ink); width: 52px; height: 52px; border-radius: var(--radius-round); top: auto; bottom: 20px; right: 20px; transition: transform var(--duration-fast); }
.story-play svg { fill: currentColor; stroke: none; width: 18px; height: 18px; }
.story-caption { position: static; display: grid; gap: 7px; padding: 18px 8px 0; }
.story-caption strong { font: 500 1.05rem/1.4 var(--sans); letter-spacing: -.02em; }
.story-caption > span { font-size: var(--text-xs); color: var(--muted); }
.contact-invite { position: relative; isolation: isolate; overflow: hidden; background: var(--ocean) url('./assets/seychelles-journal-v10.webp') center 35% / cover; border-radius: 0; margin: 0; }
.contact-invite::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, var(--seafoam), transparent 16%), linear-gradient(0deg, var(--flow-footer), transparent 42%), linear-gradient(90deg, rgb(0 41 48 / .65), transparent 95%); }
.journey-invite { min-height: 560px; margin: 0; padding: 84px var(--gutter) 66px; display: flex; flex-direction: column; justify-content: end; align-items: start; gap: 0; }
.journey-invite .eyebrow { display: none; }
.journey-invite h2 { font: var(--font-heading-weight) var(--text-section)/1.16 var(--hero-type); letter-spacing: var(--heading-tracking); }
.journey-caption { font-size: var(--text-reading); line-height: 1.7; margin: 24px 0 28px; max-width: 390px; }
footer { min-height: 180px; padding-block: 36px; color: var(--white); background: var(--flow-footer); gap: 30px; }
footer .brand { display: grid; grid-template-columns: 1fr; gap: 8px; font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.025em; }
footer .brand-emblem { display: none; }
footer .brand span { text-align: right; font: 500 var(--text-xs)/1.2 var(--sans); letter-spacing: .4em; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 28px; margin-left: auto; font-size: var(--text-sm); }
.footer-nav a { padding-block: 12px; }
.replay { font-size: var(--text-xs); margin-left: 30px; opacity: .85; }
.brief-dialog { background: var(--surface-air); }
.brief-dialog h2 { font-weight: 500; }
.brief-dialog .eyebrow { letter-spacing: .1em; }
.dialog-intro { font-size: var(--text-reading); }
input, textarea, select { font-size: var(--text-base); border-radius: 14px; }
.dialog-close { border-radius: var(--radius-round); }
.photo-dialog, .story-dialog { border-radius: var(--radius-photo); }
.story-dialog video { border-radius: 20px; }
@media (hover:hover) {
  .button:hover { background: var(--color-hover); transform: translateY(-2px); }
  .header-cta:hover { background: var(--white); color: var(--ink); }
  .destination-cta:hover, .button-dark:hover { background: var(--ocean); color: var(--white); }
  .scene-tabs button:not([aria-selected="true"]):hover { transform: translateY(-3px); }
  .destination-card:not(.is-active):hover { transform: translateY(-4px); }
  .guest-shot:hover { transform: translateY(-5px); rotate: 0deg; }
  .story-card:hover .story-play { transform: scale(1.12); }
  .footer-nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
}
@media (min-width: 701px) and (max-width: 1100px) {
  :root { --scene-height: 590px; --country-gap: 16px; --country-height: 470px; }
  .header { gap: 20px; }
  .brand { font-size: .8rem; }
  .brand-emblem { width: 42px; height: 38px; }
  .desktop-nav { gap: 18px; font-size: var(--text-xs); }
  .header-cta { font-size: var(--text-xs); padding: 10px 16px; }
  .hero { height: 700px; }
  .section-heading { grid-template-columns: 1.1fr 1fr; gap: 32px; }
  .scene-copy { left: 36px; bottom: 36px; max-width: 330px; }
  .scene-copy h3 { font-size: 2.7rem; }
  .scene-copy p { font-size: var(--text-sm); max-width: 290px; }
  .scene-tabs { right: 24px; bottom: 34px; gap: 8px; }
  .scene-tabs button { width: 72px; }
  .scene-tabs img { width: 60px; height: 62px; }
  .scene-tabs span { font-size: var(--text-xs); }
  .guests { grid-template-columns: 1fr; gap: 0; padding-top: 48px; }
  .guests-heading { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
  .guests-aside { margin-top: 0; }
  .guest-shot, .guest-shot-wide { height: 330px; }
  .destinations-heading { flex-direction: row; }
  .destination-caption { left: 12px; right: 12px; }
  .destination-caption strong { font-size: 2rem; }
  .destination-card.is-active strong { font-size: 3rem; }
  .destination-preview { align-items: start; }
  .destination-note p { font-size: var(--text-sm); }
  .founder-layout { gap: 40px; }
  .founder-photo img { height: 520px; }
  .founder-copy h2 { font-size: 2.6rem; }
  .founder-copy > .founder-lead { font-size: 1.4rem; }
  .story-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 0 16px; }
  .story-card { flex: 0 0 31%; scroll-snap-align: start; }
  .story-image { height: 350px; }
}
@media (max-width: 700px) {
  :root { --radius-media: 20px; --radius-photo: 20px; --radius-scene: 24px; --radius-country: 24px; --radius-portrait: 24px; --country-height: 460px; --country-gap: 16px; }
  .hero { min-height: 760px; }
  .header { height: 76px; }
  .header .brand { font-size: var(--text-xs); letter-spacing: .08em; }
  .masthead { top: 98px; }
  .masthead-sub { font-size: 1.35rem; margin-top: .5em; }
  .hero-copy { bottom: 88px; }
  .hero-copy h2 { font-size: clamp(2.15rem, 9vw, 3.1rem); margin-bottom: 18px; }
  .hero-copy p { font-size: var(--mobile-reading-size); max-width: 310px; margin-bottom: 24px; }
  .hero-location { bottom: 34px; right: calc(var(--gutter) + 58px); font-size: .625rem; }
  .video-toggle { bottom: 20px; width: 38px; height: 38px; }
  .approach { padding: 32px var(--gutter) 0; background: linear-gradient(180deg, var(--flow-water) 28%, var(--seafoam)); }
  .section-heading { margin: 0 0 26px; display: block; }
  .section-heading h2 { font-size: var(--mobile-heading-size); line-height: 1.18; text-wrap: balance; }
  .approach-intro { margin-top: 24px; font-size: var(--mobile-reading-size); max-width: 310px; }
  .scene-panels { height: var(--scene-mobile-height); }
  .scene-copy { left: 24px; right: 24px; bottom: var(--scene-mobile-copy-bottom); max-width: none; }
  .scene-copy h3 { font-size: clamp(2rem, 8vw, 3rem); margin: 18px 0; }
  .scene-copy p { font-size: var(--mobile-reading-size); line-height: var(--reading-leading); max-width: none; margin-bottom: 24px; }
  .scene-panel::after { background: linear-gradient(transparent 18%, rgb(0 23 30 / .1) 27%, rgb(0 23 30 / .82)); }
  .scene-panel > img { object-position: 62% center; }
  #scene-sea > img { object-position: 67% center; }
  .scene-tabs { position: absolute; left: 16px; right: 16px; bottom: 20px; justify-content: center; padding: 0; gap: 12px; }
  .scene-tabs button { width: 74px; padding: 4px 4px 10px; }
  .scene-tabs img { width: 64px; height: 58px; }
  .scene-tabs [aria-selected="true"] { transform: translateY(-4px); }
  .scene-tabs span { font-size: var(--text-xs); margin-top: 8px; }
  .guests { display: block; padding: 36px 0 30px; }
  .guests-heading { padding-inline: var(--gutter); }
  .guests h2 { font-size: 2.5rem; }
  .guests-aside { margin-top: 20px; }
  .guests-aside p { max-width: 275px; font-size: var(--text-sm); }
  .guest-gallery { padding: 28px var(--gutter); gap: 22px; scroll-padding-inline: var(--gutter); }
  .guest-shot, .guest-shot-wide { flex: 0 0 83%; height: 360px; }
  .guest-shot:nth-child(2), .guest-shot:nth-child(3) { margin-top: 0; }
  .guest-pagination { display: flex; gap: 4px; margin-top: 8px; }
  .guest-pagination button { width: 44px; height: 36px; padding: 0 9px; background: transparent; display: grid; place-items: center; }
  .guest-pagination span { width: 24px; height: 3px; background: var(--line); border-radius: 3px; transition: background var(--duration-fast); }
  .guest-pagination [aria-current="true"] span { background: var(--ocean); }
  .destinations { padding: 22px 0 54px; }
  .destinations-heading { margin-bottom: 20px; }
  .destinations-heading > div { gap: 12px; align-items: start; flex-direction: column; }
  .destinations h2 { font-size: var(--mobile-heading-size); }
  .destination-subtitle { font-size: var(--text-sm); max-width: none; margin: 0; }
  .destination-gallery { gap: var(--country-gap); overflow-x: auto; scroll-snap-type: x mandatory; height: calc(var(--country-height) + 24px); align-items: center; }
  .destination-card, .destination-card.is-active { flex: 0 0 86%; height: var(--country-height); transform: scale(.96); scroll-snap-align: start; }
  .destination-card.is-active { transform: scale(1); }
  .destination-caption { left: 20px; right: 20px; bottom: 32px; transform: none; }
  .destination-caption strong, .destination-card.is-active strong { font-size: clamp(2rem, 8.5vw, 2.9rem); }
  .destination-description { opacity: 1; transform: none; font-size: var(--text-sm); }
  .destination-preview { display: block; padding: 18px var(--gutter) 24px; }
  .destination-region { font-size: var(--text-sm); }
  .destination-note p { font-size: var(--mobile-reading-size); line-height: var(--reading-leading); min-height: 3.2em; }
  .destination-cta { margin-top: 20px; }
  .destination-list { justify-content: start; column-gap: 20px; }
  .destination-index { padding-top: 0; }
  .destination-list button { font-size: var(--text-sm); }
  .founder { padding: 12px var(--gutter) 54px; }
  .founder-layout { display: block; }
  .founder-photo { max-width: 390px; margin: 0 auto; }
  .founder-photo img { height: 460px; transform: scale(1.55); transform-origin: 57% 36%; }
  .founder-copy { margin-top: 36px; }
  .founder-copy h2 { font-size: 2.8rem; margin-bottom: 24px; }
  .founder-copy h2 br { display: none; }
  .founder-copy h2 br::after { content: ' '; }
  .founder-copy > .eyebrow { margin-bottom: 20px; }
  .founder-copy > .founder-lead { font-size: 1.5rem; line-height: 1.5; }
  .founder-copy > .founder-lead br { display: none; }
  .founder-copy > p { font-size: var(--mobile-reading-size); }
  .founder-history p { font-size: var(--mobile-reading-size); }
  .founder-fact { margin-top: 26px; }
  .stories { padding: 12px var(--gutter) 32px; }
  .stories h2 { font-size: 2.5rem; max-width: 350px; }
  .stories-intro { margin-bottom: 28px; }
  .stories-intro > p:last-child { margin-top: 20px; font-size: var(--text-sm); }
  .story-list { display: flex; gap: 18px; padding-bottom: 12px; }
  .story-card { flex-basis: 79%; height: auto; }
  .story-card:nth-child(even) { margin-top: 18px; }
  .story-image { height: 400px; }
  .story-caption { padding: 16px 5px 0; }
  .contact-invite { margin: 0; background-position: 58% center; }
  .journey-invite { min-height: 500px; padding: 76px var(--gutter) 42px; }
  .journey-invite h2 { font-size: 2.5rem; }
  .journey-caption { font-size: var(--mobile-reading-size); margin: 20px 0 26px; }
  footer { padding-block: 32px; gap: 28px; }
  footer .brand { font-size: 3rem; }
  .footer-nav { width: 100%; margin: 0; gap: 24px; }
  .replay { margin: 0; }
  .brief-dialog { padding: 44px 24px 28px; }
}
@media (max-width: 700px) and (max-height: 780px) { .hero-copy { bottom: 64px; } }
/* Destinations are direct actions, not tabs with a detached, hidden CTA. */
.destination-gallery { height:auto; align-items:stretch; padding-block:16px; }
.destination-card { height:var(--country-height); text-decoration:none; }
.destination-seychelles { flex-grow:1.3; }
.destination-caption { inset:auto 24px 32px; transform:none; text-align:left; }
.destination-caption strong { font-size:clamp(2rem,3vw,3.3rem); }
.destination-description { opacity:1; transform:none; min-height:0; margin:12px 0 24px; }
.destination-action { display:inline-flex; align-items:center; justify-content:center; min-height:48px; border-radius:26px; padding:12px 22px; background:white; color:var(--ink); font-size:14px; line-height:1.3; transition:background .25s,transform .25s; }
.destination-action-quiet { background:transparent; color:white; border:1px solid rgb(255 255 255 / .65); }
.destination-list a { display:inline-flex; align-items:center; min-height:44px; padding:10px 0; width:max-content; font:400 var(--text-sm)/1 var(--sans); text-decoration:none; }
@media(hover:hover) { .destination-card:hover .destination-action { transform:translateY(-2px); } .destination-card:hover .destination-image img { transform:scale(1.065); } .destination-list a:hover { text-decoration:underline; text-underline-offset:6px; } }
@media(max-width:700px) { .destination-gallery { height:auto; align-items:stretch; } .destination-card { flex:0 0 86%; transform:none; } .destination-caption { inset:auto 22px 28px; } .destination-caption strong { font-size:clamp(2rem,8.5vw,2.9rem); } }
@media (prefers-reduced-motion: reduce) {
  .scene-panel, .scene-panel > img, .scene-tabs button, .destination-card, .destination-caption, .destination-caption strong, .destination-description, .destination-selected, .destination-image img, .guest-shot, .story-play, .button { transition: none; }
  .scene-panel > img { transform: none; }
  .destination-action { transition:none; }
}
