* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; background: var(--seafoam); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--focus); outline-offset: 6px; }
.hero :focus-visible, .experience :focus-visible, .contact-invite :focus-visible, .photo-dialog :focus-visible { outline-color: var(--white); }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 0; left: 0; z-index: 20; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; background: var(--white); }
.skip-link:focus-visible { width: auto; height: auto; padding: var(--space-2); clip-path: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); height: var(--hero-height); }
.hero-media, .hero-media img, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: 0; background: var(--ocean); }
.hero-media img, .hero-media video { object-fit: cover; object-position: center; }
.hero-video { opacity: 0; }
.hero-video.is-ready { opacity: 1; }
.hero::after { content: ''; position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgb(2 30 40 / .36), transparent 22%, transparent 50%, rgb(0 49 61 / .5)); }
.header { position: relative; z-index: 4; height: 80px; padding: 0 var(--gutter); display: flex; align-items: center; gap: var(--space-5); }
.brand { font: 500 1.125rem/1 var(--display); letter-spacing: .22em; display: inline-flex; align-items: center; gap: .65em; white-space: nowrap; }
.brand span { font: 500 .625rem/1 var(--sans); letter-spacing: .35em; }
.brand-emblem { width: 52px; height: 44px; object-fit: contain; filter: url(#brand-opacity); }
.desktop-nav { margin-left: auto; font-size: var(--text-sm); display: flex; gap: var(--space-4); }
.desktop-nav a { position: relative; padding-block: 12px; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 6px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform var(--duration-fast); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; min-height: var(--action-height); padding: 15px 21px; background: var(--brand-sand); color: var(--ink); border: 1px solid transparent; font-size: var(--action-size); font-weight: 500; border-radius: var(--radius-button); transition: background var(--duration-fast), border-color var(--duration-fast); }
.button svg { width: 26px; height: 20px; transition: transform var(--duration-fast) var(--ease-out); }
@media (hover: hover) { .button:hover svg { transform: translateX(5px); } .button:hover { border-color: currentColor; } }
.header-cta { min-height: 44px; font-size: var(--text-sm); padding: 10px 0; gap: var(--space-3); background: transparent; border: 0; border-bottom: 1px solid var(--action-rule-light); border-radius: 0; color: var(--white); }
.header-cta svg { width: 28px; }
.hero-cta { font-size: var(--action-size); }
.masthead { margin: 0; position: absolute; top: clamp(105px, 8vw, 154px); left: var(--gutter); right: var(--gutter); font-family: var(--display); font-weight: 500; line-height: .85; letter-spacing: -.055em; color: #fffef5; }
.masthead-word { display: block; width: max-content; font-size: 19.4vw; position: relative; z-index: 1; }
.masthead-sub { display: block; position: relative; z-index: 4; text-align: right; font: 400 clamp(1rem, 2.4vw, 2.8rem)/1 var(--editorial); letter-spacing: .16em; margin-top: .5em; }
.hero-copy { position: absolute; z-index: 4; left: var(--gutter); bottom: clamp(44px, 4vw, 76px); }
.hero-copy h2 { font: 400 var(--hero-heading)/1.1 var(--hero-type); letter-spacing: -.025em; margin: 0 0 20px; }
.hero-copy p { font-size: var(--text-reading); line-height: 1.6; margin: 0 0 26px; }
.hero-copy h2 span { display: block; }
.video-toggle { position: absolute; z-index: 4; right: var(--gutter); bottom: clamp(44px, 4vw, 76px); width: 44px; height: 44px; display: grid; place-items: center; border-left: 1px solid var(--action-rule-light); background: transparent; transition: opacity var(--duration-fast); }
.hero-location { position: absolute; z-index: 4; right: calc(var(--gutter) + 70px); bottom: calc(clamp(44px, 4vw, 76px) + 17px); font: 500 var(--text-xs)/1 var(--sans); letter-spacing: .28em; }
.video-toggle:hover { opacity: .65; }
.menu-toggle { display: none; }
.hero-next { position: absolute; z-index: 4; bottom: clamp(44px, 4vw, 76px); left: 53%; display: flex; gap: 24px; align-items: center; font-size: var(--text-xs); }
.hero-next svg { rotate: 90deg; width: 30px; height: 30px; }
.approach { padding: 88px var(--gutter) 62px; max-width: 1760px; margin-inline: auto; }
.eyebrow { margin: 0 0 18px; font: 600 var(--text-xs)/1.5 var(--sans); letter-spacing: .2em; }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.5fr 1fr; column-gap: 5vw; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; color: var(--muted); }
.section-heading h2 { margin: 0; font: 400 var(--text-section)/1.22 var(--editorial); letter-spacing: -.015em; }
.guests h2 { margin: 0; font: 400 clamp(1.8rem, 2.8vw, 3rem)/1.2 var(--editorial); letter-spacing: -.04em; }
em { font-style: normal; color: var(--ocean); }
.approach-intro { font-size: var(--text-reading); line-height: 1.85; margin: 8px 0 0; color: var(--muted); justify-self: end; max-width: 360px; }
.approach-intro p { margin: 0 0 var(--space-2); }
.approach-intro .text-link { color: var(--ink); }
.approach-intro span { display: block; margin-top: 14px; color: var(--ink); }
.experience-grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 245px 245px; gap: 18px; }
.experience { position: relative; isolation: isolate; overflow: hidden; border-radius: var(--radius-media); background: var(--lagoon); color: var(--white); }
.experience-stay { grid-row: span 2; }
.experience > img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1300ms var(--ease-out); }
.experience-stay > img { object-position: 38% center; }
.experience-sea > img { object-position: 60% 34%; }
.experience-together > img { object-position: center 72%; }
.experience::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, #02232915, transparent 45%, #022329a8); transition: background var(--duration-panel); }
.experience.is-open::after { background: linear-gradient(180deg, #02232938, #02232935 20%, #022329ed); }
.experience-category { position: absolute; top: 28px; left: 30px; font: 500 var(--text-xs)/1 var(--sans); letter-spacing: .22em; }
.experience-content { position: absolute; bottom: 28px; left: 30px; right: 30px; }
.experience h3 { margin: 0; }
.experience-toggle { display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%; text-align: left; background: transparent; padding: 8px 0; font: 400 clamp(1.4rem, 2vw, 2.2rem)/1.2 var(--sans); letter-spacing: -.025em; }
.plus { flex-shrink: 0; width: 44px; height: 44px; position: relative; transition: rotate 400ms var(--ease-out), opacity 400ms; }
.plus::before, .plus::after { content: ''; position: absolute; left: 12px; top: 21px; height: 1px; width: 20px; background: currentColor; }
.plus::after { rotate: 90deg; }
.is-open .plus { rotate: 45deg; }
.experience-detail { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 500ms var(--ease-out), opacity 350ms; }
.experience-detail > div { overflow: hidden; }
.experience-detail p { font-size: var(--text-reading); line-height: 1.7; max-width: 390px; margin: 12px 0 20px; }
.experience-detail .text-link { font-size: var(--text-sm); padding-bottom: 5px; }
.experience.is-open .experience-detail { grid-template-rows: 1fr; opacity: 1; }
.text-link { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; padding: 10px 0; background: transparent; font-size: var(--text-sm); text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; text-decoration-color: var(--action-rule); }
.experience .text-link { text-decoration-color: var(--action-rule-light); }
.text-link svg { width: 32px; transition: translate 250ms var(--ease-out); }
.text-link:hover svg { translate: 5px 0; }
.approach-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 28px; font-size: var(--text-sm); color: var(--muted); }
.approach-bottom .text-link { color: var(--ink); }
@media (hover: hover) { .experience:hover > img { transform: scale(1.035); } .experience-toggle:hover .plus { opacity: .6; } }
.guests { padding: 60px 0 0; background: var(--album); color: var(--ink); overflow: hidden; }
.guests-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 0 var(--gutter); }
.guests h2 em { color: var(--mist); }
.guests .eyebrow { color: var(--muted); }
.guests-aside { min-width: 230px; }
.guests-aside p { font-size: var(--text-sm); line-height: 1.8; margin: 0 0 12px; color: var(--muted); }
.gallery-controls { display: flex; gap: 12px; }
.round-control { display: grid; place-items: center; width: 52px; height: 46px; background: transparent; transition: opacity var(--duration-fast); }
.round-control svg { width: 36px; height: 24px; transition: translate var(--duration-fast); }
.gallery-controls { border-bottom: 1px solid var(--line); width: max-content; }
.round-control:disabled { opacity: .3; cursor: default; }
.round-control:not(:disabled):hover { opacity: .65; }
.gallery-prev svg, .photo-prev svg { rotate: 180deg; }
.guest-gallery { display: flex; gap: 28px; align-items: center; overflow-x: auto; scroll-snap-type: x mandatory; padding: 32px var(--gutter) 22px; scrollbar-width: none; scroll-padding-inline: var(--gutter); }
.guest-gallery::-webkit-scrollbar { display: none; }
.guest-shot { position: relative; flex: 0 0 25%; height: 345px; padding: 0; background: transparent; overflow: hidden; border-radius: var(--radius-media); scroll-snap-align: start; }
.guest-shot-wide { flex-basis: calc(50% - 56px); height: 345px; }
.guest-shot-square { flex-basis: 35%; height: 370px; }
.guest-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 800ms var(--ease-out); }
.guest-shot-portrait img { object-position: center 46%; }
.shot-open { position: absolute; right: 0; bottom: 0; padding: 40px 18px 18px 45px; background: linear-gradient(135deg, transparent 20%, rgb(2 30 40 / .5)); color: var(--white); font-size: var(--text-xs); letter-spacing: .03em; text-decoration: underline; text-underline-offset: 5px; opacity: 0; transform: translateY(8px); transition: opacity 250ms, transform 250ms; }
.guest-shot:hover .shot-open, .guest-shot:focus-visible .shot-open { opacity: 1; transform: none; }
@media (hover: hover) { .guest-shot:hover img { transform: scale(1.025); } }
.guest-gallery-bottom { padding: 0 var(--gutter) 38px; display: flex; align-items: center; gap: 32px; color: var(--muted); font-size: var(--text-xs); }
.guest-gallery-bottom p { margin: 0; }
.gallery-progress { height: 1px; flex: 1; background: var(--line); }
.gallery-progress > span { display: block; width: 33.33%; height: 1px; background: var(--muted); transition: width 200ms; }
.gallery-count { font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.contact-invite { background: var(--lagoon); color: var(--white); }
.journey-invite { margin-inline: var(--gutter); padding: 64px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.journey-invite h2 { font: 400 var(--text-section)/1.15 var(--editorial); letter-spacing: -.025em; margin: 0; }
.journey-invite .eyebrow { color: var(--mist); }
.journey-invite em { color: var(--mist); }
.journey-invite .button { border-color: var(--action-rule-light); }
.destinations { padding: 78px 0 64px; background: var(--ink); color: var(--brand-sand); }
.destinations-heading { padding: 0 var(--gutter); display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.destinations h2 { margin: 0; font: 400 var(--text-section)/1.2 var(--editorial); letter-spacing: -.015em; }
.destinations .eyebrow { color: var(--mist); }
.destination-controls { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); }
.destination-controls > span { font-size: var(--text-sm); margin-right: 24px; white-space: nowrap; }
.gallery-controls[hidden], .destination-controls[hidden] { display: none; }
.destination-prev svg { rotate: 180deg; }
.destination-gallery { display: flex; align-items: start; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); padding: 10px var(--gutter) 24px; scrollbar-width: none; }
.destination-gallery::-webkit-scrollbar { display: none; }
.destination-card { position: relative; isolation: isolate; flex: 0 0 calc((100% - 40px) / 3); height: clamp(390px, 35vw, 530px); overflow: hidden; border-radius: var(--radius-media); padding: 0; color: var(--white); text-align: left; background: var(--lagoon); scroll-snap-align: start; }
.destination-card::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 35%, rgb(0 23 27 / .3) 62%, rgb(0 23 27 / .9)); }
.destination-card:focus-visible, .destinations .round-control:focus-visible { outline-color: var(--white); }
.destination-image { display: block; position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.destination-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1000ms var(--ease-out); }
.destination-maldives { margin-top: 24px; }
.destination-maldives img { object-position: 38% center; }
.destination-japan img { object-position: 28% center; }
.destination-caption { position: absolute; inset: auto 28px 28px; display: block; }
.destination-caption strong { display: block; font: 400 clamp(1.8rem, 2.65vw, 3rem)/1.1 var(--editorial); letter-spacing: -.035em; text-transform: uppercase; }
.destination-description { display: block; font-size: var(--text-sm); line-height: 1.6; color: rgb(255 255 255 / .9); margin-top: 10px; }
.destination-action { display: inline-flex; align-items: center; gap: 24px; border-bottom: 1px solid rgb(255 255 255 / .5); padding: 14px 0 7px; margin-top: 8px; font-size: var(--text-sm); }
.destination-caption svg { width: 28px; height: 22px; transition: translate var(--duration-fast); }
@media (hover: hover) { .destination-card:hover img { transform: scale(1.025); } .destination-card:hover .destination-caption svg { translate: 6px 0; } }
.destination-index { margin: 24px var(--gutter) 0; border-top: 1px solid rgb(255 255 255 / .2); padding-top: 24px; display: grid; grid-template-columns: 1fr 3fr; gap: 32px; }
.destination-index .eyebrow { margin: 13px 0 0; }
.destination-list { display: flex; flex-wrap: wrap; column-gap: 25px; }
.destination-list button { width: max-content; max-width: 100%; min-height: 44px; padding: 10px 0; background: transparent; text-align: left; font: 400 var(--text-reading)/1 var(--sans); text-underline-offset: 6px; }
.destination-list button:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.founder { background: var(--seafoam); color: var(--ink); padding: var(--space-7) var(--gutter); }
.founder-layout { max-width: 1260px; margin-inline: auto; display: grid; grid-template-columns: .9fr 1fr; gap: clamp(48px, 8vw, 140px); align-items: center; }
.founder-photo { margin: 0; position: relative; }
.founder-frame { display: block; overflow: hidden; border-radius: var(--radius-media); }
.founder-photo img { width: 100%; height: 600px; display: block; object-fit: cover; object-position: center 60%; transform: scale(1.25); transform-origin: 56% 57%; filter: grayscale(1); }
.founder-photo figcaption { font-size: var(--text-xs); color: var(--muted); padding-top: var(--space-2); }
.founder-copy .eyebrow { color: var(--muted); }
.founder-copy h2 { font: 400 clamp(3rem, 5.5vw, 5.6rem)/1.05 var(--editorial); letter-spacing: -.045em; margin: 0 0 var(--space-4); }
.founder-copy > p { max-width: 450px; font-size: var(--text-reading); line-height: 1.8; }
.founder-copy > .founder-lead { font-size: var(--text-row); line-height: 1.45; margin-bottom: var(--space-3); }
.founder-history { border-bottom: 1px solid var(--line); max-width: 450px; }
.founder-history summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; min-height: 52px; font-size: var(--text-sm); }
.founder-history summary::-webkit-details-marker { display: none; }
.founder-history[open] .plus { rotate: 45deg; }
.founder-history p { font-size: var(--text-sm); line-height: 1.8; color: var(--muted); }
.founder-fact { display: flex; gap: var(--space-3); align-items: center; margin-top: var(--space-4); }
.founder-fact strong { font: 400 4.5rem/1 var(--editorial); font-variant-numeric: tabular-nums; min-width: 2ch; }
.founder-fact span { font-size: var(--text-sm); line-height: 1.6; color: var(--muted); }
.stories { padding: 64px var(--gutter) 88px; background: var(--album); }
.stories-intro { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 32px; }
.stories h2 { font: 400 var(--text-section)/1.18 var(--editorial); letter-spacing: -.035em; margin: 0 0 var(--space-4); }
.stories-intro > p:last-child { max-width: 280px; font-size: var(--text-reading); line-height: 1.9; color: var(--muted); }
.story-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.story-card { position: relative; display: block; height: clamp(330px, 32vw, 490px); overflow: hidden; border-radius: var(--radius-media); text-align: left; padding: 0; color: var(--white); background: var(--ink); }
.story-image { display: block; height: 100%; position: relative; overflow: hidden; }
.story-image::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgb(0 20 24 / .85)); }
.story-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transition: transform var(--duration-photo); }
.story-play { position: absolute; z-index: 1; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--brand-sand); border-radius: var(--radius-button); color: var(--ink); }
.story-play svg { width: 20px; height: 20px; }
.story-caption { position: absolute; inset: auto 22px 24px; display: grid; gap: 9px; }
.story-caption strong { font: 400 clamp(1.4rem, 2.1vw, 2rem)/1.1 var(--editorial); }
.story-caption > span { font-size: .8125rem; color: rgb(255 255 255 / .9); }
.story-card:focus-visible { outline-color: var(--ink); }
@media (hover:hover) { .story-card:hover img { transform: scale(1.025); } }
.story-dialog { border: 0; padding: var(--space-2); background: var(--lagoon); color: var(--white); width: min(480px, calc(100vw - 24px)); max-height: calc(100svh - 24px); border-radius: var(--radius-media); }
.story-dialog::backdrop { background: var(--modal-backdrop); }
.story-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: var(--space-2); }
.story-dialog-heading h2 { font: 400 var(--text-base) var(--sans); margin: 0; }
.story-dialog video { display: block; width: 100%; max-height: calc(100svh - 112px); background: var(--ink); }
.story-error { font-size: var(--text-sm); line-height: 1.7; }
.photo-dialog { border: 0; padding: 60px 72px 24px; background: #082e32; color: var(--white); width: min(1200px, calc(100vw - 32px)); max-height: calc(100svh - 32px); border-radius: var(--radius-media); }
.photo-dialog::backdrop { background: #031c20ed; }
.photo-dialog figure { margin: 0; text-align: center; }
.photo-dialog figure img { max-height: calc(100svh - 170px); max-width: 100%; object-fit: contain; }
.photo-dialog figcaption { font-size: var(--text-sm); margin: 15px 0 0; }
.photo-close { position: absolute; top: 12px; right: 12px; }
.photo-prev, .photo-next { position: absolute; top: 50%; }
.photo-prev { left: 12px; }
.photo-next { right: 12px; }
footer { display: flex; justify-content: space-between; align-items: center; gap: var(--space-4); padding: 32px var(--gutter); background: var(--ink); color: var(--white); }
.replay { background: transparent; display: inline-flex; gap: var(--space-2); align-items: center; font-size: var(--text-sm); padding: 12px 0; }
.replay svg { transform: rotate(-90deg); }
.brief-dialog { padding: 56px; width: min(590px, calc(100vw - 32px)); max-height: calc(100svh - 32px); border: 0; border-radius: var(--radius-media); color: var(--ink); background: var(--seafoam); box-shadow: var(--shadow-dialog); }
.brief-dialog::backdrop { background: var(--modal-backdrop); }
.brief-dialog[open] { animation: dialog-in 350ms var(--ease-out); }
.brief-dialog h2 { font: 400 clamp(1.9rem, 4vw, 2.7rem)/1.2 var(--editorial); letter-spacing: -.04em; margin: 24px 0; }
.dialog-close { position: absolute; right: 12px; top: 12px; width: 44px; height: 44px; background: transparent; display: grid; place-items: center; }
.dialog-intro { font-size: var(--text-sm); line-height: 1.7; color: var(--muted); }
form { display: grid; margin-top: 28px; }
label { font-size: var(--text-sm); font-weight: 600; margin: 18px 0 8px; }
input, textarea, select { background: var(--white); color: var(--ink); min-width: 0; width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: var(--text-sm); }
textarea { resize: vertical; }
.button-dark { background: var(--ink); color: var(--white); margin-top: 24px; padding: 16px 22px; border: 0; border-radius: var(--radius-button); }
.button-dark:hover { background: var(--lagoon); }
.form-note, .form-status { font-size: var(--text-xs); line-height: 1.6; color: var(--muted); margin: 12px 0 0; }
body.dialog-open { overflow: hidden; }
.motion-on .reveal { opacity: 0; transform: translateY(18px); transition: opacity var(--duration-reveal) var(--ease-out), transform var(--duration-reveal) var(--ease-out); }
.motion-on .reveal.is-visible { opacity: 1; transform: none; }
.is-entering .masthead-word { animation: masthead-in 650ms var(--ease-out) both; }
.is-entering .masthead-sub { animation: reveal-in 600ms 100ms var(--ease-out) both; }
.is-entering .hero-copy h2 { animation: reveal-in 600ms 150ms var(--ease-out) both; }
.is-entering .hero-cta { animation: reveal-in 600ms 200ms var(--ease-out) both; }
@keyframes masthead-in { from { opacity: 0; transform: translateY(.15em); } to { opacity: 1; transform: none; } }
@keyframes reveal-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (min-width: 1800px) { .masthead-word { font-size: 19.4vw; } }
@media (max-width: 1000px) and (min-width: 701px) {
  .hero { height: clamp(560px, 65vw, 650px); }
  .header { gap: 22px; }
  .desktop-nav { gap: 18px; }
  .brand { font-size: .9rem; }
  .header-cta { gap: 12px; font-size: .7rem; }
  .destination-card { flex-basis: 43%; }
  .destinations-heading { align-items: start; flex-direction: column; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .approach-intro { justify-self: start; max-width: 540px; }
  .founder-layout { gap: 36px; }
  .founder-photo img { height: 540px; }
  .story-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .story-card { flex: 0 0 30%; scroll-snap-align: start; }
}
@media (max-width: 700px) {
  .hero { height: 100svh; min-height: 660px; max-height: 950px; }
  .header { height: 76px; justify-content: space-between; gap: var(--space-2); }
  .brand { font-size: var(--text-xs); letter-spacing: .11em; }
  .brand-emblem { width: 44px; height: 37px; }
  .header-cta, .desktop-nav { display: none; }
  .masthead { top: 96px; }
  .masthead-word { font-size: 18.8vw; }
  .masthead-sub { font-size: 1rem; margin-top: .7em; letter-spacing: .16em; }
  .hero-media img { object-position: center; }
  .hero-media video { object-position: center; }
  .hero-copy { bottom: 92px; right: var(--gutter); }
  .hero-copy h2 { font-size: clamp(2.25rem, 9.7vw, 3rem); line-height: 1.15; letter-spacing: -.035em; margin-bottom: 18px; }
  .hero-copy p { font-size: var(--text-sm); max-width: 245px; line-height: 1.65; margin-bottom: 24px; }
  .hero-cta { font-size: var(--text-sm); gap: 32px; min-height: 52px; }
  .video-toggle { width: 40px; height: 40px; bottom: 22px; }
  .hero-location { bottom: 36px; font-size: .55rem; right: calc(var(--gutter) + 54px); }
  .hero-next { display: none; }
  .approach { padding-top: 56px; padding-bottom: 48px; }
  .section-heading { margin-bottom: 28px; display: block; }
  .approach-intro { margin-top: 22px; font-size: var(--text-reading); justify-self: auto; }
  .section-heading h2 { font-size: clamp(1.8rem, 7.7vw, 3.4rem); }
  .experience-grid { grid-template-columns: 1fr; grid-template-rows: 370px 280px 280px; gap: 14px; }
  .experience-stay { grid-row: auto; }
  .experience-category { top: 22px; left: 22px; }
  .experience-content { bottom: 20px; left: 22px; right: 22px; }
  .experience-toggle { font-size: 1.45rem; }
  .experience-detail p { font-size: var(--text-reading); margin-block: 10px 14px; }
  .experience-together > img { object-position: center 72%; }
  .approach-bottom { flex-direction: column; align-items: start; gap: 6px; padding-top: 24px; font-size: var(--text-xs); }
  .guests { padding-top: 56px; }
  .guests-heading { display: block; }
  .guests h2 { font-size: clamp(1.7rem, 7vw, 2.5rem); }
  .guests-aside { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 26px; }
  .guests-aside p { font-size: var(--text-sm); margin: 0; }
  .gallery-controls { gap: 8px; }
  .round-control { width: 44px; height: 44px; }
  .guest-gallery { gap: 16px; padding-top: 30px; padding-bottom: 22px; }
  .guest-shot { flex-basis: 78%; height: 345px; }
  .guest-shot-wide, .guest-shot-square { flex-basis: 88%; height: 285px; }
  .shot-open { opacity: 1; transform: none; }
  .guest-gallery-bottom { gap: 16px; padding-bottom: 30px; }
  .guest-gallery-bottom p { max-width: 150px; line-height: 1.6; }
  .journey-invite { padding: 32px 0 40px; display: block; }
  .journey-invite h2 { font-size: 2rem; margin-bottom: 24px; }
  .destinations { padding: 56px 0 44px; }
  .destinations-heading { display: block; margin-bottom: 26px; }
  .destinations h2 { font-size: clamp(2rem, 8.4vw, 3.4rem); }
  .destination-controls { margin-top: 22px; width: max-content; }
  .destination-controls > span { margin-right: 24px; }
  .destination-gallery { gap: 18px; }
  .destination-card, .destination-maldives, .destination-japan { flex-basis: 86%; height: 420px; margin-top: 0; }
  .destination-caption { inset: auto 22px 26px; }
  .destination-caption strong { font-size: clamp(1.6rem, 7.3vw, 2.6rem); }
  .destination-caption svg { width: 32px; }
  .destination-index { display: block; margin-top: 16px; padding-top: 24px; }
  .destination-index .eyebrow { margin: 0 0 16px; }
  .destination-list { gap: 0 22px; }
  .destination-list button { font-size: .875rem; }
  .destination-description, .destination-action { font-size: .875rem; }
  .founder { padding: 56px var(--gutter); }
  .founder-layout { grid-template-columns: 1fr; gap: 32px; }
  .founder-photo img { height: auto; aspect-ratio: 4 / 5; object-position: center 60%; }
  .founder-copy h2 { font-size: 3.5rem; }
  .founder-copy > p { font-size: var(--text-reading); }
  .founder-copy > .eyebrow { font-size: var(--text-xs); }
  .founder-history p { font-size: var(--text-reading); }
  .founder-copy > .founder-lead { font-size: 1.25rem; }
  .stories { display: block; padding: 56px 0; }
  .stories-intro { display: block; margin-inline: var(--gutter); }
  .stories h2 { font-size: 2rem; margin-bottom: 16px; }
  .stories-intro > p:last-child { max-width: 340px; margin-bottom: 0; }
  .story-list { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); padding: 8px var(--gutter) 20px; scrollbar-width: none; }
  .story-card { flex: 0 0 80%; height: 450px; scroll-snap-align: start; }
  .story-caption strong { font-size: 1.8rem; }
  .photo-dialog { padding: 62px 14px 75px; }
  .photo-dialog figure img { max-height: calc(100svh - 210px); }
  .photo-prev, .photo-next { top: auto; bottom: 16px; }
  .photo-prev { left: calc(50% - 48px); }
  .photo-next { right: calc(50% - 48px); }
  .eyebrow { margin-bottom: 14px; }
  footer { padding-block: 28px; flex-wrap: wrap; gap: 12px; }
  .replay { font-size: var(--text-xs); }
  .brief-dialog { padding: 42px 24px 28px; }
  input, textarea, select { font-size: var(--text-base); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-on .reveal { opacity: 1; transform: none; }
}
