*{box-sizing:border-box}
:root{--ink:#0c120f;--deep:#09110d;--cream:#f4efe5;--paper:#ebe3d5;--gold:#c9a45f;--muted:#756f64;--line:rgba(12,18,15,.15)}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}.noise{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E")}
.dest-header{height:82px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:rgba(9,17,13,.94);color:#f8f2e8;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(201,164,95,.24);backdrop-filter:blur(16px)}
.dest-brand{display:flex;align-items:center;gap:12px}.dest-mark{width:39px;height:39px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-family:"Cormorant Garamond",serif;font-size:16px;color:var(--gold)}.dest-brand strong{font-family:"Cormorant Garamond",serif;font-size:19px;font-weight:600;display:block;line-height:1}.dest-brand small{display:block;font-size:7px;letter-spacing:.19em;margin-top:5px;color:rgba(255,255,255,.52)}
.dest-nav{display:flex;align-items:center;gap:24px;font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.72)}.dest-nav a:hover{color:#fff}.dest-nav .plan-link{padding:11px 15px;border:1px solid var(--gold);color:#f4d28d}
.dest-hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);background:var(--deep);color:#fff;position:relative}
.dest-photo{position:relative;min-height:720px;background-size:cover;background-position:center;overflow:hidden}.dest-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,7,.08),rgba(4,10,7,.08) 55%,rgba(4,10,7,.42)),linear-gradient(0deg,rgba(4,10,7,.34),transparent 45%)}
.dest-hero-copy{padding:clamp(55px,7vw,110px) clamp(30px,6vw,90px);display:flex;flex-direction:column;justify-content:center;position:relative;min-width:0}.dest-hero-copy:before{content:"";position:absolute;left:0;top:12%;bottom:12%;width:1px;background:rgba(201,164,95,.26)}
.eyebrow{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin:0 0 22px}.dest-hero h1,.section-title,.trip-card h3,.base-card h3,.next-copy h2{font-family:"Cormorant Garamond",serif}.dest-hero h1{font-size:clamp(62px,6.4vw,104px);line-height:.82;letter-spacing:-.045em;font-weight:600;margin:0 0 26px;max-width:100%}.dest-hero h1 em{display:block;color:#e4c276;font-weight:500}.dest-hero h1.hero-title-long{font-size:clamp(46px,4.6vw,72px);line-height:.9;letter-spacing:-.035em}.dest-hero h1 em.hero-label-long{font-size:clamp(38px,4vw,64px);line-height:.94;letter-spacing:-.025em}.dest-lead{font-family:"Cormorant Garamond",serif;font-size:clamp(26px,2.5vw,39px);line-height:1.25;color:rgba(255,255,255,.88);max-width:660px;margin:0 0 34px}.dest-intro{font-size:13px;line-height:1.8;color:rgba(255,255,255,.58);max-width:590px;margin:0 0 40px}.dest-facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);max-width:650px}.dest-facts div{padding:18px 18px 18px 0}.dest-facts div+div{padding-left:18px;border-left:1px solid rgba(255,255,255,.13)}.dest-facts small{display:block;font-size:7px;letter-spacing:.17em;color:#c9a45f;margin-bottom:7px}.dest-facts strong{font-family:"Cormorant Garamond",serif;font-size:19px;font-weight:500}.hero-cta{display:inline-flex;align-items:center;gap:14px;margin-top:34px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#f4d28d}.hero-cta span{font-size:17px}
.dest-strip{display:grid;grid-template-columns:1.1fr repeat(3,1fr);background:#c9a45f;color:#111812;padding:0 clamp(20px,5vw,76px)}.dest-strip>div{min-height:100px;padding:22px 22px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(17,24,18,.18)}.dest-strip>div:first-child{padding-left:0}.dest-strip>div:last-child{border-right:0}.dest-strip small{font-size:7px;letter-spacing:.17em;margin-bottom:7px}.dest-strip strong{font-family:"Cormorant Garamond",serif;font-size:21px;font-weight:600}
.dest-section{padding:clamp(90px,9vw,145px) clamp(20px,6vw,92px)}.section-head{display:grid;grid-template-columns:1fr .65fr;gap:8vw;align-items:end;margin-bottom:60px}.section-title{font-size:clamp(52px,6vw,86px);line-height:.92;letter-spacing:-.035em;margin:0}.section-head>p{font-family:"Cormorant Garamond",serif;font-size:25px;line-height:1.4;color:rgba(12,18,15,.65);max-width:470px;margin:0}
.blueprint{background:#f4efe5}.trip-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.trip-card{padding:34px 34px 30px 0;border-right:1px solid var(--line);min-height:350px;display:flex;flex-direction:column}.trip-card+.trip-card{padding-left:34px}.trip-card:last-child{border-right:0}.trip-no{font-family:"Cormorant Garamond",serif;color:#9b783d;font-size:23px}.trip-card h3{font-size:35px;line-height:1.02;margin:48px 0 17px}.trip-card p{font-size:13px;line-height:1.75;color:rgba(12,18,15,.63);margin:0}.trip-card small{font-size:7px;letter-spacing:.15em;color:#8b6a34;margin-top:auto;padding-top:30px;text-transform:uppercase}
.bases{background:#0a120e;color:#f7f1e6}.bases .section-head>p{color:rgba(255,255,255,.6)}.base-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.base-card{border:1px solid rgba(201,164,95,.23);padding:36px;min-height:330px;position:relative;display:flex;flex-direction:column}.base-card:before{content:attr(data-no);position:absolute;right:24px;top:20px;font-family:"Cormorant Garamond",serif;font-size:52px;color:rgba(201,164,95,.1)}.base-card span{font-size:8px;letter-spacing:.18em;color:#c9a45f}.base-card h3{font-size:39px;margin:54px 0 16px;line-height:1}.base-card p{font-size:12px;line-height:1.75;color:rgba(255,255,255,.6);margin:0}.base-card small{font-size:8px;letter-spacing:.1em;color:rgba(255,255,255,.38);margin-top:auto;padding-top:30px}
.cousin-rule{background:#dfd2bc;display:grid;grid-template-columns:.38fr 1.62fr;gap:6vw;align-items:center}.rule-seal{width:min(100%,310px);aspect-ratio:1;border-radius:50%;background:#111812;color:#c9a45f;border:1px solid #111812;display:grid;place-items:center;text-align:center;padding:35px;position:relative}.rule-seal:after{content:"";position:absolute;inset:15px;border:1px dotted rgba(201,164,95,.5);border-radius:50%}.rule-seal span{font-family:"Cormorant Garamond",serif;font-size:30px;line-height:1.1;z-index:1}.rule-copy blockquote{font-family:"Cormorant Garamond",serif;font-size:clamp(40px,5vw,76px);line-height:1.04;letter-spacing:-.025em;margin:0;max-width:1000px}.rule-copy p{font-size:13px;line-height:1.8;color:rgba(12,18,15,.62);max-width:650px;margin:28px 0 0}
.day-plan{background:#f8f4ec}.timeline{max-width:1120px;margin:0 auto}.timeline-row{display:grid;grid-template-columns:120px .45fr 1.55fr;gap:30px;padding:30px 0;border-top:1px solid var(--line);align-items:start}.timeline-row:last-child{border-bottom:1px solid var(--line)}.timeline-day{font-family:"Cormorant Garamond",serif;font-size:32px;color:#8b6a34}.timeline-mood{font-size:8px;letter-spacing:.17em;text-transform:uppercase;padding-top:9px}.timeline-copy h3{font-family:"Cormorant Garamond",serif;font-size:30px;margin:0 0 8px}.timeline-copy p{font-size:13px;line-height:1.7;color:rgba(12,18,15,.62);margin:0}
.next-trip{background:#0a120e;color:#f7f1e6;display:grid;grid-template-columns:1fr .75fr;gap:7vw;align-items:center}.next-copy h2{font-size:clamp(54px,6vw,88px);line-height:.92;margin:0 0 24px}.next-copy p{font-size:14px;line-height:1.8;color:rgba(255,255,255,.6);max-width:650px}.next-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.next-btn{padding:15px 20px;border:1px solid #c9a45f;color:#f0cf89;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.next-btn.primary{background:#c9a45f;color:#111812}.next-note{border-left:1px solid rgba(201,164,95,.3);padding:35px 0 35px 45px}.next-note small{font-size:8px;letter-spacing:.2em;color:#c9a45f}.next-note p{font-family:"Cormorant Garamond",serif;font-size:31px;line-height:1.25;margin:20px 0 0;color:rgba(255,255,255,.82)}
.dest-footer{padding:38px clamp(20px,6vw,92px);background:#070c09;color:rgba(255,255,255,.5);display:flex;justify-content:space-between;align-items:center;font-size:9px}.dest-footer a{color:#d2b069}
@media(max-width:1000px){.dest-hero{grid-template-columns:1fr}.dest-photo{min-height:62vh}.dest-hero-copy:before{display:none}.dest-strip{grid-template-columns:1fr 1fr}.dest-strip>div:nth-child(2){border-right:0}.section-head{grid-template-columns:1fr;gap:28px}.trip-grid,.base-grid{grid-template-columns:1fr}.trip-card,.trip-card+.trip-card{padding:30px 0;border-right:0;border-bottom:1px solid var(--line);min-height:260px}.base-card{min-height:280px}.cousin-rule{grid-template-columns:1fr}.rule-seal{width:220px}.next-trip{grid-template-columns:1fr}.next-note{border-left:0;border-top:1px solid rgba(201,164,95,.3);padding:35px 0 0}.timeline-row{grid-template-columns:90px 1fr}.timeline-mood{grid-column:2}.timeline-copy{grid-column:2}}
@media(max-width:680px){.dest-header{height:72px;padding:0 18px}.dest-brand strong{font-size:17px}.dest-nav>a:not(.plan-link){display:none}.dest-nav{gap:0}.plan-link{font-size:8px}.dest-hero{min-height:auto}.dest-photo{min-height:58vh;order:1}.dest-hero-copy{order:2;padding:58px 22px 64px}.dest-hero h1{font-size:62px}.dest-lead{font-size:27px}.dest-facts{grid-template-columns:1fr}.dest-facts div,.dest-facts div+div{padding:15px 0;border-left:0;border-top:1px solid rgba(255,255,255,.12)}.dest-facts div:first-child{border-top:0}.dest-strip{grid-template-columns:1fr;padding:0 22px}.dest-strip>div{min-height:70px;padding:17px 0;border-right:0;border-bottom:1px solid rgba(17,24,18,.15)}.dest-section{padding:82px 22px}.section-title{font-size:51px}.section-head>p{font-size:22px}.trip-card h3{margin-top:30px}.base-card{padding:28px}.base-card h3{margin-top:42px}.rule-copy blockquote{font-size:43px}.timeline-row{grid-template-columns:1fr;gap:8px;padding:25px 0}.timeline-mood,.timeline-copy{grid-column:1}.timeline-day{font-size:28px}.next-copy h2{font-size:52px}.dest-footer{padding:30px 22px;flex-direction:column;align-items:flex-start;gap:12px}}

/* ===== MOBILE DESTINATION REBUILD — desktop intentionally untouched ===== */
@media(max-width:680px){
  .dest-header{height:66px;padding:0 16px;gap:10px}
  .dest-mark{width:34px;height:34px;font-size:14px}.dest-brand{gap:9px}.dest-brand strong{font-size:15px}.dest-brand small{font-size:6px}
  .dest-nav .plan-link{padding:10px 11px;font-size:7px;white-space:nowrap}

  .dest-photo{min-height:48svh;background-position:center}
  .dest-hero-copy{padding:44px 18px 52px}
  .dest-hero h1{font-size:54px;line-height:.86;margin-bottom:20px}
  .dest-lead{font-size:24px;line-height:1.25;margin-bottom:22px}
  .dest-intro{font-size:12px;line-height:1.65;margin-bottom:28px}
  .dest-facts strong{font-size:18px}.hero-cta{margin-top:26px}

  .dest-strip{padding:0 18px}.dest-strip>div{min-height:64px;padding:14px 0}.dest-strip strong{font-size:18px}
  .dest-section{padding:66px 18px}
  .section-head{gap:18px;margin-bottom:34px}.section-title{font-size:43px;line-height:.94}.section-head>p{font-size:20px;line-height:1.35}
  .trip-card,.trip-card+.trip-card{min-height:0;padding:24px 0}.trip-card h3{font-size:31px;margin:24px 0 11px}.trip-card p{font-size:12px;line-height:1.65}.trip-card small{padding-top:20px}
  .base-grid{gap:10px}.base-card{min-height:235px;padding:24px}.base-card h3{font-size:33px;margin:36px 0 12px}.base-card p{font-size:11px;line-height:1.65}
  .rule-seal{width:150px;margin:0 auto;padding:24px}.rule-seal span{font-size:23px}.rule-copy blockquote{font-size:36px;line-height:1.04}.rule-copy p{font-size:12px;line-height:1.65;margin-top:20px}
  .timeline-row{padding:20px 0}.timeline-day{font-size:25px}.timeline-copy h3{font-size:26px}.timeline-copy p{font-size:12px;line-height:1.6}
  .next-copy h2{font-size:44px}.next-copy p{font-size:12px;line-height:1.7}.next-actions{display:grid;grid-template-columns:1fr;gap:8px}.next-btn{text-align:center;padding:14px 16px}.next-note{padding-top:26px}.next-note p{font-size:26px}
  .dest-footer{padding:26px 18px}
}

.destination-gallery{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:560px auto;background:#0a120e;color:white;padding:clamp(70px,7vw,110px) clamp(20px,6vw,92px);gap:14px}
.destination-gallery figure{margin:0;overflow:hidden}.destination-gallery img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.82) contrast(1.04)}
.gallery-main{grid-row:1/3}.gallery-main img{object-position:center}.gallery-detail img{transform:scale(1.35);object-position:65% 45%}
.gallery-caption{border-top:1px solid rgba(201,164,95,.35);padding:22px 0 0}.gallery-caption small{font-size:7px;letter-spacing:.18em;color:#c9a45f}.gallery-caption p{font-family:"Cormorant Garamond",serif;font-size:25px;line-height:1.3;color:rgba(255,255,255,.72);margin:14px 0 0}
@media(max-width:680px){.destination-gallery{grid-template-columns:1fr;grid-template-rows:390px 250px auto;padding:56px 18px}.gallery-main{grid-row:auto}.gallery-caption p{font-size:22px}}

/* ===== KOS FLAGSHIP / COUSIN-TESTED MODULES ===== */
.tested-section{background:#efe6d7}.tested-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.tested-card{min-height:300px;padding:30px;border:1px solid rgba(12,18,15,.15);display:flex;flex-direction:column;position:relative;background:rgba(255,255,255,.18)}.tested-card.featured{background:#111812;color:#f7f1e6;border-color:#111812}.tested-card.wide{grid-column:span 2}.tested-kicker{font-size:8px;letter-spacing:.18em;color:#9b783d}.tested-card.featured .tested-kicker{color:#c9a45f}.tested-card h3{font-family:"Cormorant Garamond",serif;font-size:36px;line-height:1.02;margin:42px 0 14px}.tested-card p{font-size:12px;line-height:1.75;color:rgba(12,18,15,.62);margin:0}.tested-card.featured p{color:rgba(255,255,255,.62)}.tested-card small{margin-top:auto;padding-top:26px;font-size:7px;letter-spacing:.16em;color:#8b6a34}.tested-card.featured small{color:#c9a45f}.freshness-note{font-size:10px;line-height:1.6;color:rgba(12,18,15,.48);margin:22px 0 0}
.travel-kit-section{background:#d9cab1}.kit-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(12,18,15,.17);border-bottom:1px solid rgba(12,18,15,.17)}.kit-grid article{padding:34px 34px 34px 0;min-height:260px;border-right:1px solid rgba(12,18,15,.17)}.kit-grid article+article{padding-left:34px}.kit-grid article:last-child{border-right:0}.kit-grid span{font-family:"Cormorant Garamond",serif;font-size:22px;color:#8b6a34}.kit-grid h3{font-family:"Cormorant Garamond",serif;font-size:31px;line-height:1.05;margin:44px 0 14px}.kit-grid p{font-size:12px;line-height:1.7;color:rgba(12,18,15,.63);margin:0}.kit-coming{margin-top:28px;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 0;border-top:1px solid rgba(12,18,15,.16)}.kit-coming span{font-size:7px;letter-spacing:.18em;color:#8b6a34}.kit-coming strong{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:600}
.affiliate-section{background:#f7f2e8}.affiliate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.affiliate-grid article{border:1px solid rgba(12,18,15,.15);padding:30px;min-height:285px;display:flex;flex-direction:column}.affiliate-grid small{font-size:8px;letter-spacing:.18em;color:#8b6a34}.affiliate-grid h3{font-family:"Cormorant Garamond",serif;font-size:34px;line-height:1.05;margin:42px 0 14px}.affiliate-grid p{font-size:12px;line-height:1.7;color:rgba(12,18,15,.62);margin:0}.partner-placeholder{margin-top:auto;padding-top:24px;font-size:7px;letter-spacing:.16em;color:rgba(12,18,15,.42)}
@media(max-width:1000px){.tested-grid,.kit-grid,.affiliate-grid{grid-template-columns:1fr}.tested-card.wide{grid-column:auto}.kit-grid article,.kit-grid article+article{padding:28px 0;border-right:0;border-bottom:1px solid rgba(12,18,15,.17)}.kit-grid article:last-child{border-bottom:0}.affiliate-grid article{min-height:240px}}
@media(max-width:680px){.tested-grid{gap:9px}.tested-card{min-height:230px;padding:24px}.tested-card h3{font-size:31px;margin:32px 0 12px}.tested-card p{font-size:11px;line-height:1.65}.kit-grid article,.kit-grid article+article{min-height:0;padding:24px 0}.kit-grid h3{font-size:28px;margin:30px 0 11px}.kit-coming{align-items:flex-start;flex-direction:column}.kit-coming strong{font-size:20px}.affiliate-grid{gap:9px}.affiliate-grid article{min-height:215px;padding:24px}.affiliate-grid h3{font-size:30px;margin:32px 0 12px}}


/* ===== KOS V13 VISUAL STORYTELLING ===== */
.visual-tested-grid .visual-card{padding:0;overflow:hidden;background:#f7f1e6}
.visual-tested-grid .visual-card.featured{background:#111812}
.visual-card>figure,.history-visuals figure{margin:0;overflow:hidden;background:#111812}
.visual-card>figure{height:225px}
.visual-card>figure img,.history-visuals img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease;filter:saturate(.92) contrast(1.03)}
.visual-card:hover>figure img,.history-visuals figure:hover img{transform:scale(1.025)}
.tested-card-copy{padding:28px 30px 30px;display:flex;flex-direction:column;flex:1}
.visual-card .tested-card-copy h3{margin:28px 0 14px}
.visual-card .tested-card-copy small{margin-top:auto}
.history-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:430px}
.history-visuals{display:grid;grid-template-columns:1fr 1fr;min-height:100%}
.history-visuals figure{height:100%}
.history-card .tested-card-copy{justify-content:center}
@media(max-width:1000px){.history-card{grid-template-columns:1fr}.history-visuals{min-height:300px}.visual-card>figure{height:260px}}
@media(max-width:680px){.visual-card>figure{height:220px}.tested-card-copy{padding:22px 22px 24px}.history-visuals{min-height:250px}.history-card .tested-card-copy{padding:24px 22px 26px}.visual-tested-grid .tested-card{min-height:0}}


/* ===== EXPERIENCE SHOWCASE ===== */
.experience-showcase{background:#f7f1e6}.experience-grid{display:grid;gap:18px}.experience-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-card{background:#101713;color:#f7f1e6;border:1px solid rgba(12,18,15,.12);overflow:hidden}.experience-card img{width:100%;height:360px;display:block;object-fit:cover;filter:saturate(.9) contrast(1.03)}.experience-copy{padding:28px 30px 32px}.experience-copy span{font-size:8px;letter-spacing:.18em;color:#c9a45f}.experience-copy h3{font-family:"Cormorant Garamond",serif;font-size:34px;line-height:1;margin:10px 0 14px}.experience-copy p{margin:0;color:rgba(247,241,230,.74);line-height:1.7;font-size:14px}.experience-card.landmark-wide{display:grid;grid-template-columns:1.45fr .55fr}.experience-card.landmark-wide img{height:520px}.experience-card.landmark-wide .experience-copy{display:flex;flex-direction:column;justify-content:center;padding:48px}.experience-card.landmark-wide .experience-copy h3{font-size:48px}
@media(max-width:820px){.experience-grid.two-up{grid-template-columns:1fr}.experience-card img{height:300px}.experience-card.landmark-wide{grid-template-columns:1fr}.experience-card.landmark-wide img{height:320px}.experience-card.landmark-wide .experience-copy{padding:30px}.experience-card.landmark-wide .experience-copy h3{font-size:38px}}
