:root {
  --forest: #071a33;
  --forest-2: #0d2747;
  --ink: #f4f7fb;
  --cream: #0b223f;
  --paper: #071a33;
  --saffron: #d95300;
  --rust: #d95300;
  --whatsapp: #25d366;
  --sage: #9eb0c2;
  --line: rgba(255, 255, 255, .17);
  --serif: "Sora", Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; background: var(--saffron); font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 96px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: inline-flex; align-items: center; }
.brand-image { width: 148px; height: auto; aspect-ratio: 148 / 58; object-fit: contain; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 2.8vw, 44px); font-size: 12px; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--saffron); transition: right .25s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { min-width: 136px; padding: 12px 15px; display: flex; justify-content: space-between; border: 1px solid rgba(255,255,255,.55); transition: .25s ease; }
.nav-cta:hover { color: white; background: var(--saffron); border-color: var(--saffron); }
.menu-toggle { display: none; padding: 10px 0; width: 36px; background: transparent; border: 0; }
.menu-toggle span { display: block; height: 1px; margin: 8px 0; background: currentColor; transition: .25s ease; }

.hero { position: relative; min-height: 780px; height: min(940px, 100svh); overflow: hidden; color: white; background: #071a33; }
.hero::after { content: ""; position: absolute; inset: -18%; z-index: 1; pointer-events: none; opacity: .38; transform: rotate(-4deg); mix-blend-mode: screen; filter: invert(1); background-image: url("assets/contour-topography.webp"); background-repeat: repeat; background-size: 980px auto; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-scrim { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(3,16,34,.94) 0%, rgba(4,20,40,.65) 48%, rgba(5,22,43,.16) 83%), linear-gradient(0deg, rgba(3,13,28,.78), transparent 44%); }
.coordinate { position: absolute; z-index: 3; top: 126px; right: clamp(24px, 5vw, 76px); margin: 0; display: grid; gap: 3px; color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .2em; text-align: right; }
.coordinate span { color: var(--saffron); }
.hero-content { position: absolute; z-index: 3; top: 50%; left: clamp(24px, 8vw, 124px); width: min(820px, calc(100% - 48px)); transform: translateY(-43%); }
.hero-brand-mark { width: clamp(170px, 17vw, 238px); height: auto; margin: 0 0 25px; filter: brightness(0) invert(1); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--rust); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--saffron); }
h1, h2, blockquote { margin: 0; font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(58px, 6.4vw, 98px); }
h1 em, h2 em, blockquote em { color: var(--saffron); font-weight: 600; }
.hero-copy { max-width: 620px; margin: 25px 0 30px; color: rgba(255,255,255,.76); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; }
.button { min-height: 54px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; border: 0; border-radius: 0; font-size: 11px; font-weight: 600; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest); background: var(--saffron); }
.button-primary:hover { background: #f06a17; }
.button-whatsapp { color: #041225; background: var(--whatsapp); font-weight: 800; }
.button-whatsapp:hover { background: #42df7b; }
.button-whatsapp img { width: 19px; height: 19px; filter: brightness(0); }
.button-ghost { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.38); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.hero-meta { position: absolute; z-index: 3; right: clamp(24px, 5vw, 76px); bottom: 0; display: flex; background: rgba(5,22,43,.86); backdrop-filter: blur(14px); }
.hero-meta > div { min-width: 156px; padding: 20px 22px; display: flex; align-items: center; gap: 11px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-meta strong { color: var(--saffron); font-family: var(--serif); font-size: 27px; font-weight: 400; }
.hero-meta span { color: rgba(255,255,255,.6); font-size: 8px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; left: 36px; bottom: 28px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .22em; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 34px; height: 1px; background: currentColor; }

.section { position: relative; padding: clamp(86px, 10vw, 150px) clamp(24px, 8vw, 124px); }
.contours { isolation: isolate; overflow: hidden; }
.contours::before { content: ""; position: absolute; inset: -12%; z-index: -1; pointer-events: none; opacity: .2; transform: rotate(2deg); mix-blend-mode: screen; filter: invert(1); background-image: url("assets/contour-topography.webp"); background-repeat: repeat; background-size: 1120px auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; }
.section-heading h2, .manifesto h2, .founder h2, .instagram-heading h2, .faq-section h2, .contact-section h2 { font-size: clamp(51px, 6vw, 86px); }
.section-heading > p { width: 390px; margin: 0 0 6px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }

.filter-row { margin: 50px 0 26px; display: flex; gap: 10px; }
.filter-chip { padding: 9px 15px; border: 1px solid var(--line); border-radius: 100px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.035); font-size: 11px; cursor: pointer; }
.filter-chip.active, .filter-chip:hover { color: var(--forest); background: var(--saffron); border-color: var(--saffron); }
.journey-carousel { --card-width: min(690px, 64vw); --viewport-height: 550px; position: relative; min-height: calc(var(--viewport-height) + 60px); margin-top: 18px; isolation: isolate; }
.journey-viewport { position: relative; z-index: 2; height: var(--viewport-height); overflow: hidden; touch-action: pan-y; cursor: grab; user-select: none; }
.journey-viewport:active { cursor: grabbing; }
.journey-grid { position: relative; height: 100%; }
.journey-card { position: absolute; top: 0; left: 50%; width: var(--card-width); min-width: 0; visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(-50%) scale(.76); transition: opacity .52s ease, transform .62s cubic-bezier(.2,.75,.2,1), filter .52s ease, visibility 0s .62s; }
.journey-card[data-slot="active"], .journey-card[data-slot="previous"], .journey-card[data-slot="next"] { visibility: visible; transition-delay: 0s; }
.journey-card[data-slot="active"] { z-index: 4; opacity: 1; pointer-events: auto; transform: translateX(-50%) scale(1); filter: none; }
.journey-card[data-slot="previous"] { z-index: 2; opacity: .38; transform: translateX(calc(-50% - min(47vw, 620px))) scale(.76) rotate(-2.4deg); filter: saturate(.72) brightness(.72); }
.journey-card[data-slot="next"] { z-index: 3; opacity: .72; pointer-events: auto; transform: translateX(calc(-50% + min(47vw, 620px))) scale(.82) rotate(2.4deg); filter: saturate(.86) brightness(.83); }
.journey-card[hidden] { display: none; }
.journey-art { position: relative; width: 100%; height: auto; aspect-ratio: 16 / 9; padding: 0; display: block; overflow: hidden; border: 0; color: inherit; background: var(--forest); text-align: left; cursor: pointer; }
.journey-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,36,.76), transparent 56%), linear-gradient(130deg, rgba(4,19,38,.18), transparent 60%); }
.journey-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.journey-card:hover .journey-art img { transform: scale(1.035); filter: saturate(1.1); }
.card-index, .card-tag, .elevation { position: absolute; z-index: 2; }
.card-index { left: 16px; top: 14px; color: rgba(255,255,255,.85); font-family: var(--serif); font-size: 18px; }
.card-tag { right: 0; top: 20px; padding: 7px 10px; color: var(--forest); background: var(--saffron); font-size: 7px; font-weight: 600; letter-spacing: .13em; }
.elevation { left: 17px; bottom: 14px; color: white; font-size: 8px; letter-spacing: .15em; }
.journey-info { position: relative; min-height: 142px; padding: 19px 88px 12px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.journey-info p { margin: 0 0 8px; color: var(--rust); font-size: 9px; letter-spacing: .14em; font-weight: 600; }
.journey-info h3 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.1vw, 34px); font-weight: 400; line-height: 1.02; }
.journey-info > .journey-arrow { position: absolute; right: 0; top: 20px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: .2s; }
.journey-info > .journey-arrow:hover { color: var(--forest); background: var(--saffron); }
.price { align-self: end; padding-bottom: 9px; display: grid; gap: 1px; text-align: right; }
.price small { color: rgba(255,255,255,.48); font-size: 7px; letter-spacing: .12em; }
.price strong { max-width: 112px; color: var(--rust); font-family: var(--sans); font-size: 13px; font-weight: 800; line-height: 1.15; letter-spacing: .04em; }
.carousel-control { position: absolute; z-index: 7; top: 168px; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: white; background: rgba(4,18,37,.86); backdrop-filter: blur(10px); cursor: pointer; transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease; }
.carousel-control:hover, .carousel-control:focus-visible { color: var(--forest); background: var(--saffron); border-color: var(--saffron); transform: scale(1.06); }
.carousel-control span { font-size: 22px; line-height: 1; }
.carousel-prev { left: clamp(0px, 2vw, 28px); }
.carousel-next { right: clamp(0px, 2vw, 28px); }
.carousel-footer { position: absolute; z-index: 6; right: 0; bottom: 0; left: 0; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }
.carousel-footer p { margin: 0; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.carousel-footer p span { margin-left: 12px; color: var(--saffron); }
.carousel-progress { min-width: 135px; display: grid; grid-template-columns: 27px 1fr 27px; gap: 10px; align-items: center; color: rgba(255,255,255,.48); font-size: 10px; }
.carousel-progress b { color: var(--saffron); font-family: var(--serif); font-size: 18px; font-weight: 600; }
.carousel-progress i { height: 1px; background: linear-gradient(90deg, var(--saffron), rgba(255,255,255,.24)); }
.carousel-progress span { text-align: right; }
.journey-orbit { position: absolute; z-index: 1; top: 158px; left: 50%; width: 330px; height: 330px; margin-left: -165px; display: grid; place-items: start center; border: 1px dashed rgba(217,83,0,.45); border-radius: 50%; pointer-events: none; animation: orbit-clockwise 22s linear infinite; }
.journey-orbit::before, .journey-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.journey-orbit::before { inset: 27px; }
.journey-orbit::after { inset: 60px; }
.journey-orbit span { margin-top: -6px; padding: 0 9px; color: var(--saffron); background: var(--paper); font-size: 7px; font-weight: 700; letter-spacing: .18em; }
@keyframes orbit-clockwise { to { transform: rotate(360deg); } }
.filter-empty { padding: 44px; border: 1px dashed var(--line); color: rgba(255,255,255,.62); text-align: center; }

body.dialog-open { overflow: hidden; }
.adventure-dialog { width: min(1180px, calc(100% - 32px)); max-width: none; max-height: 94svh; margin: auto; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); color: var(--ink); background: var(--forest-2); box-shadow: 0 28px 90px rgba(0,0,0,.52); }
.adventure-dialog::backdrop { background: rgba(1,8,18,.84); backdrop-filter: blur(8px); }
.adventure-dialog-shell { position: relative; max-height: 94svh; overflow-y: auto; overscroll-behavior: contain; background: var(--forest); }
.adventure-dialog-shell::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .13; mix-blend-mode: screen; filter: invert(1); background: url("assets/contour-topography.webp") center / 1060px auto repeat; }
.adventure-dialog-shell > * { position: relative; }
.adventure-dialog-close { position: absolute; z-index: 8; top: 18px; right: 18px; min-width: 96px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.36); color: white; background: rgba(4,18,37,.78); backdrop-filter: blur(10px); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.adventure-dialog-close:hover { color: var(--forest); background: var(--saffron); border-color: var(--saffron); }
.adventure-dialog-close span { font-size: 18px; font-weight: 400; line-height: .8; }
.adventure-modal-hero { position: relative; min-height: 450px; padding: 72px clamp(24px, 6vw, 72px) 48px; display: flex; align-items: flex-end; overflow: hidden; background: var(--forest-2); }
.adventure-modal-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; }
.adventure-modal-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,34,.92), rgba(3,16,34,.34) 72%), linear-gradient(0deg, rgba(3,14,30,.95), transparent 70%); }
.adventure-modal-heading { position: relative; z-index: 1; max-width: 850px; }
.adventure-modal-heading h2 { margin: 0; max-width: 780px; font-family: var(--serif); font-size: clamp(54px, 7vw, 92px); font-weight: 400; line-height: .9; letter-spacing: -.035em; }
.adventure-modal-facts { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 10px; }
.adventure-modal-facts span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.76); background: rgba(4,18,37,.4); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.adventure-modal-layout { position: relative; z-index: 1; padding: clamp(54px, 7vw, 86px) clamp(24px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(50px, 8vw, 100px); }
.adventure-modal-main { min-width: 0; }
.adventure-modal-section + .adventure-modal-section { margin-top: 62px; }
.adventure-modal-section > h2, .adventure-modal-section > h3 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 400; line-height: 1; }
.adventure-overview { display: grid; gap: 18px; }
.adventure-overview p { max-width: 760px; margin: 0; color: rgba(255,255,255,.69); font-size: 14px; line-height: 1.85; }
.adventure-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.adventure-gallery figure { position: relative; min-height: 0; aspect-ratio: var(--photo-ratio, 4 / 3); margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: var(--forest-2); }
.adventure-gallery figure:first-child { grid-column: 1 / -1; }
.adventure-gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .55s ease; }
.adventure-gallery figure::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(3,16,34,.78), transparent 44%); }
.adventure-gallery figure:hover img { transform: scale(1.025); filter: saturate(1.06); }
.adventure-gallery figcaption { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; color: white; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.adventure-itinerary { border-top: 1px solid var(--line); }
.adventure-itinerary details { border-bottom: 1px solid var(--line); }
.adventure-itinerary summary { padding: 20px 0; display: grid; grid-template-columns: 66px minmax(0,1fr) 30px; gap: 16px; align-items: center; list-style: none; cursor: pointer; }
.adventure-itinerary summary::-webkit-details-marker { display: none; }
.adventure-itinerary summary span { color: var(--saffron); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.adventure-itinerary summary strong { font-family: var(--serif); font-size: clamp(21px, 2.2vw, 29px); font-weight: 400; line-height: 1.08; }
.adventure-itinerary summary b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 14px; font-weight: 400; transition: .2s ease; }
.adventure-itinerary details[open] summary b { color: var(--forest); background: var(--saffron); border-color: var(--saffron); transform: rotate(45deg); }
.adventure-itinerary details p { max-width: 680px; margin: -2px 46px 23px 82px; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.75; }
.adventure-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.adventure-list-grid h2, .adventure-list-grid h4 { margin: 0 0 16px; color: var(--saffron); font-family: var(--sans); font-size: 9px; font-weight: 600; line-height: 1.4; letter-spacing: .15em; text-transform: uppercase; }
.adventure-list-grid ul { margin: 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.adventure-list-grid li { position: relative; padding-left: 18px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.55; }
.adventure-list-grid li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--saffron); }
.adventure-carry { display: flex; flex-wrap: wrap; gap: 8px; }
.adventure-carry span { padding: 8px 12px; border: 1px solid var(--line); color: rgba(255,255,255,.68); background: rgba(255,255,255,.035); font-size: 10px; }
.adventure-modal-aside { position: sticky; top: 30px; align-self: start; display: grid; gap: 16px; }
.adventure-price-card, .adventure-enquire-card { padding: 25px; border: 1px solid var(--line); background: rgba(4,18,37,.82); backdrop-filter: blur(12px); }
.adventure-price-card small, .adventure-enquire-card small { color: var(--saffron); font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.adventure-price-card strong { margin: 12px 0 2px; display: block; color: var(--saffron); font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.05; }
.adventure-price-card p, .adventure-enquire-card p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.6; }
.adventure-enquire-card h2, .adventure-enquire-card h3 { margin: 12px 0 18px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.05; }
.adventure-enquire-card .button { width: 100%; min-height: 48px; margin-top: 9px; }
.adventure-email-button, .adventure-form-button { color: white; background: transparent; border: 1px solid var(--line); }
.adventure-email-button:hover, .adventure-form-button:hover { background: rgba(255,255,255,.08); }

.manifesto { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(430px, 1fr); gap: clamp(70px, 10vw, 160px); align-items: center; background: var(--cream); }
.manifesto-photo { position: relative; }
.manifesto-photo::before { content: ""; position: absolute; z-index: -1; left: -28px; bottom: -28px; width: 88%; height: 88%; border: 1px solid rgba(217,83,0,.65); }
.manifesto-photo img { width: 100%; height: auto; object-fit: contain; }
.map-pin { position: absolute; right: -44px; bottom: 42px; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; color: var(--forest); background: var(--saffron); border-radius: 50%; transform: rotate(-7deg); }
.map-pin::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(7,26,51,.38); border-radius: inherit; }
.map-pin b { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.map-pin span { font-size: 6px; letter-spacing: .16em; }
.manifesto-copy > p:not(.eyebrow) { max-width: 540px; margin: 24px 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.8; }
.about-signoff { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(25px, 2.4vw, 34px); }
.about-signoff em { color: var(--rust); font-weight: 400; }
.story-trigger { width: 100%; margin-top: 34px; padding: 18px 0; display: grid; grid-template-columns: 52px minmax(0,1fr) 28px; gap: 16px; align-items: center; color: white; background: transparent; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; cursor: pointer; transition: padding .25s ease, background .25s ease; }
.story-trigger:hover, .story-trigger:focus-visible { padding-right: 14px; padding-left: 14px; background: rgba(255,255,255,.055); }
.story-play { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--saffron); border-radius: 50%; color: var(--forest); background: var(--saffron); font-size: 13px; box-shadow: 0 0 0 8px rgba(217,83,0,.1); transition: transform .3s ease; }
.story-trigger:hover .story-play { transform: rotate(360deg) scale(1.05); }
.story-trigger > span:nth-child(2) { min-width: 0; display: grid; gap: 4px; }
.story-trigger small { color: rgba(255,255,255,.48); font-size: 7px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.story-trigger strong { font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); font-weight: 600; line-height: 1.1; }
.story-trigger > b { color: var(--saffron); font-size: 18px; text-align: right; }
.story-dialog { width: min(1120px, calc(100% - 34px)); max-width: none; max-height: calc(100svh - 34px); margin: auto; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); color: white; background: #06172e; box-shadow: 0 34px 110px rgba(0,0,0,.68); }
.story-dialog[open] { animation: story-dialog-in .42s cubic-bezier(.2,.75,.2,1) both; }
.story-dialog::backdrop { background: rgba(1,8,18,.9); backdrop-filter: blur(12px); }
.story-dialog-shell { position: relative; }
.story-close { position: absolute; z-index: 5; top: 18px; right: 18px; min-width: 94px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.36); color: white; background: rgba(4,18,37,.76); backdrop-filter: blur(10px); font-size: 8px; font-weight: 700; letter-spacing: .14em; cursor: pointer; }
.story-close:hover { color: var(--forest); background: var(--saffron); border-color: var(--saffron); }
.story-close b { font-size: 19px; line-height: .8; }
.story-stage { position: relative; min-height: min(720px, calc(100svh - 34px)); display: grid; place-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(3,16,34,.95), rgba(3,16,34,.48)), url("assets/about-guests.webp?v=about-20260824") center / cover no-repeat; }
.story-stage::before { content: ""; position: absolute; inset: -18%; opacity: .28; mix-blend-mode: screen; filter: invert(1); background: url("assets/contour-topography.webp") center / 1050px auto repeat; animation: story-contours 20s linear infinite alternate; }
.story-stage::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.story-video { position: relative; z-index: 2; width: 100%; max-height: calc(100svh - 34px); background: black; }
.story-placeholder { position: relative; z-index: 2; width: min(740px, calc(100% - 56px)); padding: 78px 34px; display: grid; justify-items: center; text-align: center; }
.story-placeholder > p:first-child { margin: 0 0 27px; color: var(--saffron); font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.story-placeholder-play { width: 74px; height: 74px; margin-bottom: 28px; display: grid; place-items: center; border: 1px solid var(--saffron); border-radius: 50%; color: var(--forest); background: var(--saffron); font-size: 17px; box-shadow: 0 0 0 14px rgba(217,83,0,.1), 0 0 0 28px rgba(217,83,0,.05); animation: story-pulse 2.4s ease-in-out infinite; }
.story-placeholder h2 { font-size: clamp(50px, 7vw, 92px); line-height: .92; }
.story-placeholder h2 em { color: var(--saffron); }
.story-placeholder > p:nth-of-type(2) { max-width: 590px; margin: 26px 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.8; }
.story-placeholder > b { padding: 9px 13px; color: var(--saffron); border: 1px solid rgba(217,83,0,.48); font-size: 7px; letter-spacing: .18em; }
@keyframes story-dialog-in { from { opacity: 0; transform: translateY(18px) scale(.975); } to { opacity: 1; transform: none; } }
@keyframes story-contours { to { transform: translate3d(4%, -3%, 0) rotate(2deg); } }
@keyframes story-pulse { 50% { box-shadow: 0 0 0 20px rgba(217,83,0,.07), 0 0 0 38px rgba(217,83,0,.02); transform: scale(1.04); } }

.founder { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(70px, 10vw, 160px); align-items: center; color: white; background: var(--forest); overflow: hidden; }
.founder::before { content: ""; position: absolute; inset: -12%; opacity: .25; transform: rotate(-2deg); mix-blend-mode: screen; filter: invert(1); background-image: url("assets/contour-topography.webp"); background-repeat: repeat; background-size: 1040px auto; }
.founder > * { position: relative; }
.founder-copy > p:not(.eyebrow) { max-width: 580px; margin: 24px 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }
.founder blockquote { margin-top: 36px; padding-left: 22px; border-left: 1px solid var(--saffron); font-size: clamp(25px, 2.5vw, 37px); line-height: 1.15; }
.founder blockquote small { margin-top: 13px; display: block; color: var(--saffron); font-family: var(--sans); font-size: 8px; letter-spacing: .2em; }
.founder-photo { position: relative; }
.founder-photo img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: 52% center; filter: saturate(.92) contrast(1.02); }
.photo-caption { position: absolute; left: -1px; right: -1px; bottom: 0; padding: 13px; color: var(--forest); background: var(--saffron); font-size: 7px; letter-spacing: .16em; text-align: center; }
.founder-link { margin-top: 28px; }
.mohan-social-links { max-width: 680px; margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.mohan-social-links a { min-width: 0; padding: 11px 12px; display: grid; grid-template-columns: 28px minmax(0, 1fr) 10px; gap: 9px; align-items: center; color: white; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.mohan-social-links a:hover { transform: translateY(-2px); border-color: rgba(217,83,0,.72); background: rgba(217,83,0,.1); }
.mohan-social-links a:focus-visible { outline: 2px solid var(--saffron); outline-offset: 3px; }
.mohan-social-links a > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.mohan-social-links small { color: rgba(255,255,255,.48); font-size: 7px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.mohan-social-links strong { overflow: hidden; font-size: 9px; font-weight: 700; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; }
.mohan-social-links a > b { color: var(--saffron); font-size: 10px; }
.mohan-social-icon { width: 28px; height: 28px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--saffron); font-family: var(--sans); font-size: 11px; font-weight: 800; }
.mohan-social-icon img { width: 13px; height: 13px; filter: brightness(0) invert(1); }
.mohan-social-icon.x { background: #07111f; border: 1px solid rgba(255,255,255,.24); }
.mohan-social-icon.youtube { background: #d95300; font-size: 9px; padding-left: 1px; }

.instagram-section { background: var(--cream); }
.instagram-heading { display: grid; grid-template-columns: 1fr minmax(320px, .62fr); gap: clamp(50px, 9vw, 140px); align-items: end; }
.instagram-intro { padding-bottom: 6px; }
.instagram-intro > p { max-width: 480px; margin: 0 0 27px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }
.social-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.social-card { min-width: 0; display: block; }
.social-art { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--forest); }
.social-art::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 -90px 90px rgba(3,18,36,.48); }
.social-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .55s ease; }
.social-card:hover .social-art img { transform: scale(1.04); filter: saturate(1.08); }
.social-art > b { position: absolute; z-index: 1; left: 16px; bottom: 15px; color: white; font-size: 7px; font-weight: 600; letter-spacing: .18em; }
.social-copy { position: relative; min-height: 148px; padding: 18px 42px 17px 0; display: grid; align-content: start; border-bottom: 1px solid var(--line); }
.social-copy small { color: var(--rust); font-size: 8px; font-weight: 600; letter-spacing: .14em; }
.social-copy strong { margin-top: 11px; font-family: var(--serif); font-size: clamp(25px, 2.3vw, 35px); font-weight: 400; line-height: 1.02; }
.social-copy > span { position: absolute; right: 0; bottom: 20px; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
.instagram-band { margin-top: 55px; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.instagram-band p { margin: 0; font-family: var(--serif); font-size: clamp(22px, 2.3vw, 34px); }
.instagram-band p span { color: var(--rust); }
.instagram-band > a { flex: 0 0 auto; color: rgba(255,255,255,.62); font-size: 8px; font-weight: 600; letter-spacing: .16em; }
.instagram-band > a span { margin-left: 18px; color: var(--rust); }
.instagram-band > a:hover { color: var(--rust); }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 140px); align-items: start; background: var(--paper); }
.faq-heading { position: sticky; top: 50px; }
.faq-heading > p:last-child { max-width: 420px; margin-top: 25px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-family: var(--serif); font-size: clamp(21px, 2vw, 28px); cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; font-family: var(--sans); font-size: 16px; transition: transform .25s ease, background .25s ease; }
.faq-list details[open] summary span { color: var(--forest); background: var(--saffron); transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -6px 50px 24px 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.75; }

.contact-section { display: grid; grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr); gap: clamp(60px, 8vw, 120px); align-items: start; color: white; background: #0d2747; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; inset: -10%; opacity: .2; transform: rotate(2deg); mix-blend-mode: screen; filter: invert(1); background-image: url("assets/contour-topography.webp"); background-repeat: repeat; background-size: 1000px auto; }
.contact-section > * { position: relative; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; margin: 26px 0 30px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.contact-whatsapp { width: fit-content; gap: 16px; }
.contact-whatsapp img { width: 20px; height: 20px; }
.contact-grid { margin-top: 42px; display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.17); }
.contact-method { position: relative; min-width: 0; padding: 13px 0; display: grid; grid-template-columns: 48px minmax(0,1fr) 22px; gap: 14px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .2s ease, padding .2s ease; }
.contact-method:hover { padding-right: 10px; padding-left: 10px; background: rgba(255,255,255,.055); }
.contact-method-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--saffron); box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.contact-method-icon.whatsapp { background: var(--whatsapp); }
.contact-method-icon.instagram { background: linear-gradient(145deg, #833ab4, #fd1d1d 60%, #fcb045); }
.contact-method-icon img { width: 19px; height: 19px; filter: brightness(0) invert(1); }
.contact-method-copy { min-width: 0; display: grid; gap: 4px; }
.contact-method small { color: var(--saffron); font-size: 7px; font-weight: 800; letter-spacing: .17em; }
.contact-method strong { color: rgba(255,255,255,.88); font-family: var(--sans); font-size: 14px; font-weight: 700; line-height: 1.3; overflow-wrap: anywhere; }
.contact-method-arrow { color: var(--saffron); font-weight: 800; }

.enquiry-form { padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(255,255,255,.2); background: rgba(4,18,37,.88); box-shadow: 0 26px 80px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.enquiry-form-heading { padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.15); }
.enquiry-form-heading > p { margin: 0 0 12px; color: var(--saffron); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.enquiry-form-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 41px); font-weight: 600; line-height: 1.05; letter-spacing: -.035em; }
.enquiry-form-heading > span { margin-top: 12px; display: block; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }
.form-grid { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label > span { color: rgba(255,255,255,.7); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; padding: 13px 0; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; transition: border-color .2s ease, background .2s ease; }
.form-grid select { cursor: pointer; }
.form-grid select option { color: #071a33; background: white; }
.form-grid textarea { min-height: 122px; resize: vertical; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: rgba(255,255,255,.35); }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--saffron); background: rgba(255,255,255,.025); }
.form-wide { grid-column: 1 / -1; }
.form-consent { margin: 20px 0; display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.5; }
.form-consent input { margin-top: 2px; accent-color: var(--saffron); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.enquiry-submit { width: 100%; font-weight: 800; }
.enquiry-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-privacy { margin: 14px 0 0; color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.55; }
.form-status { display: none; margin: 15px 0 0; padding: 12px; color: #bff8d0; background: rgba(37,211,102,.1); border-left: 2px solid var(--whatsapp); font-size: 10px; line-height: 1.55; }
.form-status.visible { display: block; }
.form-status.error { color: #ffd8c2; background: rgba(217,83,0,.12); border-left-color: var(--saffron); }
.form-status a { color: var(--whatsapp); font-weight: 800; text-decoration: underline; }
.form-status.error a { color: #ff9a5c; }

.site-footer { position: relative; padding: 76px clamp(24px, 8vw, 124px) 24px; color: white; background: #041225; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; inset: -14%; opacity: .14; transform: rotate(-2deg); mix-blend-mode: screen; filter: invert(1); background-image: url("assets/contour-topography.webp"); background-repeat: repeat; background-size: 920px auto; }
.footer-main { position: relative; display: grid; grid-template-columns: 1fr .85fr 1.2fr; gap: 60px; align-items: start; padding-bottom: 70px; }
.footer-brand .brand-image { width: 170px; }
.footer-main > p { margin: 4px 0 0; font-family: var(--serif); font-size: 28px; line-height: 1.2; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-links > div { display: grid; gap: 9px; }
.footer-links b { margin-bottom: 5px; color: rgba(255,255,255,.32); font-size: 8px; letter-spacing: .18em; }
.footer-links a { color: rgba(255,255,255,.68); font-size: 11px; }
.footer-links a:hover { color: var(--saffron); }
.footer-bottom { position: relative; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.34); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom > div { display: flex; gap: 18px; }
.footer-bottom a:hover { color: white; }
.whatsapp-float { position: fixed; z-index: 18; right: 22px; bottom: 20px; padding: 8px 16px 8px 8px; display: flex; align-items: center; gap: 11px; color: #03160a; background: var(--whatsapp); box-shadow: 0 12px 34px rgba(0,0,0,.34); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.whatsapp-float:hover { background: #42df7b; transform: translateY(-2px); }
.whatsapp-float span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(3,22,10,.3); border-radius: 50%; }
.whatsapp-float img { width: 18px; height: 18px; filter: brightness(0); }

.detail-body { min-height: 100%; background: var(--forest); }
.detail-site-header { position: absolute; }
.detail-breadcrumb { position: absolute; z-index: 4; top: 118px; left: clamp(24px, 6vw, 72px); right: clamp(24px, 6vw, 72px); display: flex; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.detail-breadcrumb a:hover { color: var(--saffron); }
.detail-hero { min-height: 650px; padding-top: 188px; }
.detail-hero .adventure-modal-heading h1 { max-width: 900px; font-size: clamp(55px, 7vw, 96px); font-weight: 600; }
.adventure-page-meta { margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.adventure-page-meta a { color: var(--saffron); font-weight: 800; }
.detail-layout { background: var(--forest); }
.detail-layout::before { z-index: 0; }
.detail-layout > * { position: relative; z-index: 1; }
.detail-related { background: var(--forest-2); }
.detail-related > h2 { margin: 0 0 34px; font-size: clamp(44px, 5vw, 72px); }
.detail-related > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.detail-related a { min-height: 142px; padding: 12px; display: grid; grid-template-columns: 108px minmax(0,1fr) 24px; gap: 16px; align-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.025); transition: border-color .2s ease, transform .2s ease; }
.detail-related a:hover { border-color: var(--saffron); transform: translateY(-2px); }
.detail-related img { width: 108px; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.detail-related span { display: grid; gap: 7px; }
.detail-related small { color: var(--saffron); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.detail-related strong { font-family: var(--serif); font-size: 19px; font-weight: 500; line-height: 1.1; }
.detail-related a > b { color: var(--saffron); font-size: 19px; font-weight: 400; }

.adventure-quick-facts { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.adventure-quick-facts > div { min-height: 118px; padding: 22px 20px; display: grid; align-content: start; gap: 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.adventure-quick-facts > div:nth-child(2n) { border-right: 0; }
.adventure-quick-facts dt { color: var(--saffron); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.adventure-quick-facts dd { margin: 0; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 17px; line-height: 1.35; }
.adventure-questions { border-top: 1px solid var(--line); }
.adventure-questions details { border-bottom: 1px solid var(--line); }
.adventure-questions summary { min-height: 68px; padding: 18px 0; display: grid; grid-template-columns: minmax(0, 1fr) 24px; gap: 18px; align-items: center; color: rgba(255,255,255,.84); font-family: var(--serif); font-size: 17px; cursor: pointer; list-style: none; }
.adventure-questions summary::-webkit-details-marker { display: none; }
.adventure-questions summary b { color: var(--saffron); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.adventure-questions details[open] summary b { transform: rotate(45deg); }
.adventure-questions p { max-width: 720px; margin: -2px 42px 21px 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.75; }
.adventure-reviewed { margin-top: 62px; padding: 16px; display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 24px; align-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.adventure-reviewed img { width: 150px; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 24%; }
.adventure-reviewed small { color: var(--saffron); font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.adventure-reviewed h2 { margin: 5px 0 8px; font-size: 31px; }
.adventure-reviewed p { margin: 0 0 12px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }
.adventure-reviewed a { color: var(--saffron); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.seo-page-hero, .mohan-page-hero { position: relative; min-height: 720px; padding: 180px clamp(24px, 8vw, 124px) 90px; display: flex; align-items: flex-end; overflow: hidden; background: var(--forest-2); }
.seo-page-hero > img, .mohan-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.seo-page-hero::after, .mohan-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,34,.96), rgba(3,16,34,.42) 72%), linear-gradient(0deg, rgba(3,14,30,.94), transparent 65%); }
.seo-page-hero > div, .mohan-page-hero > div { position: relative; z-index: 1; width: min(920px, 100%); }
.seo-page-hero h1, .mohan-page-hero h1 { max-width: 940px; font-size: clamp(58px, 7vw, 102px); }
.seo-page-hero > div > p:last-child, .mohan-page-hero > div > p:not(.eyebrow) { max-width: 660px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.seo-breadcrumb { margin: 0 0 62px; display: flex; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.seo-breadcrumb a:hover { color: var(--saffron); }
.seo-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.seo-intro > .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
.seo-intro h2 { font-size: clamp(43px, 5.3vw, 76px); }
.seo-intro > p:last-child { margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.9; }
.seo-adventure-grid { padding-top: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px 24px; }
.seo-adventure-card { min-width: 0; }
.seo-adventure-card-image { position: relative; min-height: 0; aspect-ratio: 16 / 9; display: block; overflow: hidden; background: var(--forest-2); }
.seo-adventure-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,15,31,.68), transparent 55%); }
.seo-adventure-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.seo-adventure-card:hover .seo-adventure-card-image img { transform: scale(1.035); }
.seo-adventure-card-image > span { position: absolute; z-index: 1; top: 18px; right: 0; padding: 8px 12px; color: var(--forest); background: var(--saffron); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.seo-adventure-card > div { padding: 24px 4px 0; }
.seo-adventure-card > div > p { margin: 0 0 9px; color: var(--saffron); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.seo-adventure-card h2 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.04; }
.seo-adventure-card dl { margin: 24px 0; border-top: 1px solid var(--line); }
.seo-adventure-card dl > div { padding: 12px 0; display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 18px; border-bottom: 1px solid var(--line); }
.seo-adventure-card dt { color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.seo-adventure-card dd { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; }
.seo-text-link { color: var(--saffron); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.seo-cta { display: flex; align-items: end; justify-content: space-between; gap: 70px; background: var(--forest-2); }
.seo-cta > div { max-width: 760px; }
.seo-cta h2 { font-size: clamp(45px, 5.4vw, 78px); }
.seo-cta p:not(.eyebrow) { max-width: 620px; margin: 22px 0 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.75; }
.seo-cta > .button { flex: 0 0 auto; }

.mohan-page-hero { min-height: 800px; }
.mohan-page-hero > img { object-position: 57% 24%; opacity: .78; }
.mohan-page-hero::after { background: linear-gradient(90deg, rgba(3,16,34,.96), rgba(3,16,34,.28) 68%), linear-gradient(0deg, rgba(3,14,30,.88), transparent 58%); }
.mohan-page-hero .mohan-social-links { margin-top: 28px; }
@media (min-width: 901px) {
  .mohan-page-hero > img { inset: 0 0 0 auto; width: 62%; object-position: 50% 34%; opacity: .9; }
  .mohan-page-hero::after { background: linear-gradient(90deg, rgba(3,16,34,1) 0%, rgba(3,16,34,.98) 34%, rgba(3,16,34,.76) 53%, rgba(3,16,34,.16) 82%), linear-gradient(0deg, rgba(3,14,30,.68), transparent 58%); }
  .mohan-page-hero > div { width: min(650px, 49%); }
}
.mohan-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 140px); }
.mohan-story h2 { font-size: clamp(46px, 5.5vw, 78px); }
.mohan-story-copy p { margin: 0 0 23px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.9; }
.mohan-story-copy .mohan-reviewed { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--saffron); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mohan-values { background: var(--forest-2); }
.mohan-values > h2 { max-width: 930px; font-size: clamp(46px, 5.5vw, 78px); }
.mohan-values > div { margin-top: 56px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); }
.mohan-values article { min-height: 270px; padding: 32px 28px; border-right: 1px solid var(--line); }
.mohan-values article:last-child { border-right: 0; }
.mohan-values article > b { color: var(--saffron); font-family: var(--serif); font-size: 25px; }
.mohan-values h3 { margin: 54px 0 13px; font-family: var(--serif); font-size: 25px; }
.mohan-values article p { margin: 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.7; }
.mohan-routes { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); }
.mohan-routes h2 { font-size: clamp(46px, 5.5vw, 78px); }
.mohan-routes > div:last-child { border-top: 1px solid var(--line); }
.mohan-routes a { min-height: 90px; display: grid; grid-template-columns: minmax(0,1fr) 170px 24px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .2s ease, color .2s ease; }
.mohan-routes a:hover { padding-left: 12px; color: var(--saffron); }
.mohan-routes a span { font-family: var(--serif); font-size: 22px; }
.mohan-routes a b { color: rgba(255,255,255,.48); font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mohan-routes a i { color: var(--saffron); font-style: normal; }

.legal-page { min-height: 70svh; padding: 180px clamp(24px, 8vw, 124px) 110px; background: var(--forest); }
.legal-page .detail-breadcrumb { position: static; margin-bottom: 72px; }
.legal-page > article { position: relative; z-index: 1; max-width: 880px; }
.legal-page h1, .not-found h1 { margin: 0; max-width: 880px; font-family: var(--serif); font-size: clamp(54px, 7vw, 96px); font-weight: 600; line-height: .95; letter-spacing: -.045em; }
.legal-updated { margin: 20px 0 0; color: var(--saffron); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.legal-intro { max-width: 780px; margin: 42px 0 62px; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: clamp(24px, 3vw, 35px); line-height: 1.35; }
.legal-page article section { padding: 29px 0; border-top: 1px solid var(--line); }
.legal-page article section h2 { margin: 0 0 12px; color: var(--saffron); font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-page article section p { max-width: 760px; margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.8; }
.legal-note { margin: 42px 0 0; padding: 18px 20px; border-left: 2px solid var(--saffron); color: rgba(255,255,255,.72); background: rgba(255,255,255,.035); font-size: 12px; line-height: 1.7; }
.not-found { min-height: 78svh; padding: 210px clamp(24px, 8vw, 124px) 120px; display: grid; align-content: center; justify-items: start; background: var(--forest); }
.not-found > * { position: relative; z-index: 1; }
.not-found > p:not(.eyebrow) { max-width: 560px; margin: 28px 0 32px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.hero-content.reveal { animation: reveal-in 1s .28s ease forwards; }
@keyframes hero-in { from { opacity: .25; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }
@keyframes reveal-in { to { opacity: 1; transform: translateY(-43%); } }

@media (max-width: 1050px) {
  .journey-carousel { --card-width: min(640px, 72vw); --viewport-height: 522px; }
  .carousel-control { top: 153px; }
  .manifesto { grid-template-columns: .92fr 1fr; gap: 70px; }
  .map-pin { right: -28px; }
}

@media (max-width: 780px) {
  .site-header { height: 76px; }
  .brand-image { width: 125px; height: auto; }
  .menu-toggle { display: block; z-index: 31; }
  .site-nav { position: fixed; inset: 0; z-index: 30; padding: 108px 32px 40px; flex-direction: column; align-items: stretch; gap: 0; color: white; background: var(--forest); visibility: hidden; opacity: 0; transition: .25s ease; }
  .site-nav.open { visibility: visible; opacity: 1; }
  .site-nav > a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: 28px; }
  .site-nav .nav-cta { margin-top: 18px; padding: 13px; font-family: var(--sans); font-size: 12px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero { min-height: 760px; height: 100svh; }
  .hero-image { object-position: 62% center; }
  .hero-content { top: 46%; left: 24px; }
  .hero-brand-mark { width: 178px; margin-bottom: 21px; }
  h1 { font-size: clamp(49px, 14.5vw, 66px); }
  .hero-copy { max-width: 340px; font-size: 13px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .coordinate { display: none; }
  .hero-meta { right: 0; left: 0; }
  .hero-meta > div { min-width: 0; flex: 1; padding: 13px 10px; flex-direction: column; align-items: flex-start; gap: 0; }
  .hero-meta strong { font-size: 22px; }
  .hero-meta span { font-size: 6px; }
  .scroll-cue { display: none; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
  .section-heading > p { width: auto; }
  .filter-row { overflow-x: auto; padding-bottom: 4px; }
  .filter-chip { flex: 0 0 auto; }
  .journey-carousel { --card-width: min(620px, 84vw); --viewport-height: min(521px, calc(47.25vw + 172px)); }
  .journey-card[data-slot="previous"] { transform: translateX(calc(-50% - 79vw)) scale(.78) rotate(-2deg); }
  .journey-card[data-slot="next"] { transform: translateX(calc(-50% + 79vw)) scale(.82) rotate(2deg); }
  .carousel-control { top: max(64px, calc(23.625vw - 24px)); width: 48px; height: 48px; }
  .carousel-prev { left: -9px; }
  .carousel-next { right: -9px; }
  .carousel-footer p span { display: none; }
  .journey-orbit { top: 112px; width: 290px; height: 290px; margin-left: -145px; }
  .adventure-dialog { width: 100%; height: 100svh; max-height: 100svh; border: 0; }
  .adventure-dialog-shell { max-height: 100svh; }
  .adventure-modal-hero { min-height: 470px; padding: 84px 24px 38px; }
  .adventure-modal-heading h2 { font-size: clamp(49px, 15vw, 72px); }
  .adventure-modal-layout { grid-template-columns: 1fr; gap: 52px; }
  .adventure-gallery { grid-template-columns: 1fr; }
  .adventure-gallery figure, .adventure-gallery figure:first-child { grid-column: auto; min-height: 0; }
  .adventure-list-grid { grid-template-columns: 1fr; }
  .adventure-modal-aside { position: static; }
  .detail-hero { min-height: 560px; }
  .detail-related > div { grid-template-columns: 1fr; }
  .adventure-quick-facts { grid-template-columns: 1fr; }
  .adventure-quick-facts > div { border-right: 0; }
  .adventure-reviewed { grid-template-columns: 92px minmax(0,1fr); gap: 16px; }
  .adventure-reviewed img { width: 92px; height: auto; }
  .seo-page-hero, .mohan-page-hero { min-height: 650px; padding: 136px 24px 58px; }
  .mohan-page-hero { min-height: 760px; }
  .mohan-page-hero > img { object-position: 61% center; }
  .seo-breadcrumb { margin-bottom: 44px; }
  .seo-intro, .mohan-story, .mohan-routes { grid-template-columns: 1fr; gap: 38px; }
  .seo-intro > .eyebrow { grid-column: auto; margin-bottom: -12px; }
  .seo-adventure-grid { grid-template-columns: 1fr; }
  .seo-adventure-card-image { min-height: 0; height: auto; aspect-ratio: 16 / 9; }
  .seo-adventure-card-image img { min-height: 0; height: 100%; }
  .seo-cta { align-items: flex-start; flex-direction: column; gap: 34px; }
  .mohan-values > div { grid-template-columns: 1fr; }
  .mohan-values article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .mohan-values article:last-child { border-bottom: 0; }
  .mohan-values h3 { margin-top: 38px; }
  .mohan-routes a { grid-template-columns: minmax(0,1fr) 24px; }
  .mohan-routes a b { grid-column: 1; grid-row: 2; padding-bottom: 17px; }
  .mohan-routes a i { grid-column: 2; grid-row: 1 / 3; }
  .legal-page { padding-top: 138px; }
  .legal-page .detail-breadcrumb { margin-bottom: 48px; }
  .manifesto, .founder, .instagram-heading, .faq-section, .contact-section { grid-template-columns: 1fr; }
  .manifesto-photo { width: calc(100% - 18px); }
  .map-pin { right: -18px; width: 90px; height: 90px; }
  .story-dialog { width: 100%; max-height: 100svh; border: 0; }
  .story-stage { min-height: 100svh; }
  .story-stage::after { inset: 12px; }
  .story-placeholder { width: calc(100% - 36px); padding-right: 15px; padding-left: 15px; }
  .founder-copy { order: 2; }
  .founder-photo { order: 1; max-width: 500px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-art { aspect-ratio: 16 / 10; }
  .instagram-band { align-items: flex-start; flex-direction: column; }
  .faq-heading { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .section { padding-left: 24px; padding-right: 24px; }
  h1 { font-size: 50px; }
  .hero-content { top: 45%; }
  .hero-actions .button { min-width: 210px; }
  .journey-carousel { --card-width: calc(100vw - 48px); --viewport-height: calc(56.25vw + 145px); }
  .journey-info { min-height: 156px; padding-right: 42px; }
  .journey-info h3 { font-size: 25px; }
  .price { display: none; }
  .carousel-control { top: max(58px, calc(28.125vw - 36px)); width: 44px; height: 44px; }
  .carousel-prev { left: -14px; }
  .carousel-next { right: -14px; }
  .carousel-footer p { max-width: 150px; font-size: 7px; line-height: 1.5; }
  .carousel-progress { min-width: 100px; grid-template-columns: 24px 1fr 20px; gap: 7px; }
  .story-trigger { grid-template-columns: 46px minmax(0,1fr) 18px; gap: 12px; }
  .mohan-social-links { grid-template-columns: 1fr; }
  .story-play { width: 46px; height: 46px; }
  .story-trigger small { display: none; }
  .story-placeholder h2 { font-size: 48px; }
  .adventure-itinerary summary { grid-template-columns: 52px minmax(0,1fr) 28px; gap: 10px; }
  .adventure-itinerary details p { margin-left: 62px; }
  .faq-list summary { font-size: 21px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
