:root{
  --navy:#081725;
  --navy-2:#10283b;
  --navy-3:#17364c;
  --gold:#c9a86a;
  --gold-2:#e0c78e;
  --cream:#f7f3eb;
  --paper:#fffdf8;
  --ink:#182431;
  --muted:#65717c;
  --line:rgba(24,36,49,.12);
  --white:#fff;
  --shadow:0 24px 80px rgba(8,23,37,.12);
  --radius:28px;
  --container:min(1180px,calc(100vw - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Manrope",Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto}
.section{padding:110px 0}
.skip-link{position:fixed;left:12px;top:-80px;z-index:1000;background:var(--gold);color:var(--navy);padding:10px 14px;border-radius:8px;text-decoration:none;font-weight:700}
.skip-link:focus{top:12px}

/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:100;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;border-bottom:1px solid transparent}
.site-header.is-scrolled{background:rgba(7,20,32,.90);backdrop-filter:blur(18px);border-color:rgba(255,255,255,.10)}
.nav-wrap{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none}
.site-header .header-brand{background:#fff;padding:5px 8px;border-radius:14px;box-shadow:0 8px 28px rgba(0,0,0,.16);line-height:0;flex:0 0 auto}
.brand-logo{display:block;width:auto;height:68px;object-fit:contain}
.brand-mark{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(222,194,139,.9);border-radius:50%;font:600 28px/1 "Cormorant Garamond",Georgia,serif;color:var(--gold-2);background:rgba(8,23,37,.22)}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font:600 26px/1 "Cormorant Garamond",Georgia,serif;letter-spacing:.03em}
.brand-copy small{margin-top:5px;font-size:8px;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.desktop-nav a{font-size:13px;font-weight:600;text-decoration:none;color:rgba(255,255,255,.82);transition:color .2s ease}
.desktop-nav a:hover{color:var(--gold-2)}
.nav-actions{display:flex;align-items:center;gap:14px}
.adm-link{padding:9px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:.15em;color:#fff;transition:.2s ease}
.adm-link:hover{border-color:var(--gold);color:var(--gold-2)}
.menu-toggle{display:none;width:46px;height:46px;border:0;background:transparent;padding:10px}
.menu-toggle span{display:block;height:1px;background:#fff;margin:6px 0;transition:.2s ease}
.mobile-menu{display:none}

/* Hero */
.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;background:var(--navy);color:#fff}
.hero-media,.hero-slide,.hero-slide img,.hero-shade{position:absolute;inset:0;width:100%;height:100%}
.hero-slide{opacity:0;transform:scale(1.025);transition:opacity 1.2s ease,transform 7s linear}
.hero-slide.is-active{opacity:1;transform:scale(1.07)}
.hero-slide img{object-fit:cover;object-position:center}
.hero-shade{background:linear-gradient(90deg,rgba(4,14,24,.82) 0%,rgba(4,14,24,.63) 38%,rgba(4,14,24,.18) 70%,rgba(4,14,24,.30) 100%),linear-gradient(0deg,rgba(3,12,20,.72) 0%,transparent 36%)}
.hero-content{position:relative;z-index:2;padding-top:90px;max-width:980px;margin-left:max(20px,calc((100vw - min(1180px,calc(100vw - 40px)))/2))}
.eyebrow{margin:0 0 20px;font-size:11px;font-weight:700;letter-spacing:.28em;color:var(--gold-2)}
.eyebrow.dark{color:#9b783c}
.eyebrow.light{color:var(--gold-2)}
.hero h1{max-width:880px;margin:0;font:600 clamp(54px,7.1vw,104px)/.88 "Cormorant Garamond",Georgia,serif;letter-spacing:-.035em;text-wrap:balance}
.hero h1 em{font-style:italic;font-weight:500;color:var(--gold-2)}
.hero-lead{max-width:680px;margin:30px 0 0;font-size:clamp(16px,1.6vw,20px);line-height:1.75;color:rgba(255,255,255,.83)}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-size:13px;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--gold);color:var(--navy)}
.button-primary:hover{background:var(--gold-2)}
.button-ghost{border-color:rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.05);backdrop-filter:blur(6px)}
.button-ghost:hover{border-color:#fff;background:rgba(255,255,255,.12)}
.button-gold{width:100%;background:var(--gold);color:var(--navy);border:0}
.hero-footer{position:absolute;z-index:3;left:50%;bottom:30px;transform:translateX(-50%);display:flex;align-items:flex-end;justify-content:space-between;color:#fff}
.hero-place{display:flex;flex-direction:column;gap:3px}
.hero-place span{font-size:9px;text-transform:uppercase;letter-spacing:.22em;color:rgba(255,255,255,.55)}
.hero-place strong{font:600 26px/1 "Cormorant Garamond",Georgia,serif}
.hero-dots{display:flex;gap:8px}
.hero-dots button{width:32px;height:3px;padding:0;border:0;background:rgba(255,255,255,.30);transition:.3s ease}
.hero-dots button.is-active{width:58px;background:var(--gold-2)}

/* Trust */
.trust-strip{background:var(--navy);color:#fff;border-top:1px solid rgba(255,255,255,.07)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-grid>div{position:relative;min-height:150px;padding:34px 38px;border-right:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:16px;align-content:center}
.trust-grid>div:last-child{border-right:0}
.trust-grid span{grid-row:1/3;font:600 22px/1 "Cormorant Garamond",Georgia,serif;color:var(--gold-2)}
.trust-grid strong{font-size:13px;letter-spacing:.02em}
.trust-grid small{margin-top:6px;color:rgba(255,255,255,.58);font-size:11px;line-height:1.55}

/* Intro */
.intro{background:var(--cream)}
.split-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}
.split-intro h2,.section-heading h2,.why-heading h2,.gallery-heading h2,.contact-copy h2{margin:0;font:600 clamp(44px,5.2vw,74px)/.98 "Cormorant Garamond",Georgia,serif;letter-spacing:-.025em;text-wrap:balance}
.intro-copy{padding-top:25px}
.intro-copy p{margin:0 0 18px;font-size:17px;color:#52606c}
.intro-copy strong{color:var(--ink)}

/* Destinations */
.destinations{background:var(--paper)}
.section-heading{max-width:820px;margin-bottom:64px}
.section-heading>p:last-child{max-width:640px;margin:18px 0 0;color:var(--muted);font-size:16px}
.destination-list{display:grid;gap:90px}
.destination-card{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:72px;align-items:center}
.destination-card-reverse .destination-image{order:2}
.destination-card-reverse .destination-content{order:1}
.destination-image{position:relative;min-height:560px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.destination-image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .7s ease}
.destination-card:hover .destination-image img{transform:scale(1.035)}
.destination-number{position:absolute;left:24px;bottom:18px;font:600 84px/1 "Cormorant Garamond",Georgia,serif;color:rgba(255,255,255,.86);text-shadow:0 4px 30px rgba(0,0,0,.22)}
.destination-state{margin:0 0 8px;color:#a17f42;font-size:10px;font-weight:700;letter-spacing:.22em}
.destination-content h3{margin:0;font:600 clamp(54px,5vw,78px)/.95 "Cormorant Garamond",Georgia,serif;letter-spacing:-.025em}
.destination-tagline{margin:14px 0 20px;font:600 24px/1.25 "Cormorant Garamond",Georgia,serif;color:#8b6b36}
.destination-content>p:not(.destination-state):not(.destination-tagline){color:var(--muted);font-size:15px}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 26px}
.tags span{padding:8px 11px;border:1px solid var(--line);border-radius:999px;font-size:10px;font-weight:600;color:#56616b;background:#fff}
.text-link{display:inline-flex;gap:12px;align-items:center;border:0;background:transparent;padding:0;color:var(--ink);font-size:13px;font-weight:700}
.text-link span{color:#a17f42;font-size:18px;transition:transform .2s ease}
.text-link:hover span{transform:translateX(4px)}

/* Quote */
.quote-band{position:relative;background:linear-gradient(rgba(7,22,34,.74),rgba(7,22,34,.78)),url('../img/hero-campos.webp') center 46%/cover fixed;color:#fff;text-align:center;padding:130px 0}
.quote-content{max-width:980px}
.quote-content p{margin:0;font:500 clamp(46px,6vw,80px)/1 "Cormorant Garamond",Georgia,serif;font-style:italic;letter-spacing:-.025em}
.quote-content span{display:block;margin-top:24px;color:var(--gold-2);font-size:10px;font-weight:700;letter-spacing:.25em;text-transform:uppercase}

/* Why */
.why{background:#f2eee5}
.why-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}
.why-heading{position:sticky;top:130px}
.why-heading>p:last-child{margin:22px 0 0;color:var(--muted);max-width:480px}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.why-card{min-height:270px;padding:34px;border-radius:24px;background:rgba(255,255,255,.74);border:1px solid rgba(24,36,49,.08);display:flex;flex-direction:column;justify-content:flex-end;transition:transform .25s ease,box-shadow .25s ease}
.why-card:hover{transform:translateY(-5px);box-shadow:0 22px 60px rgba(8,23,37,.08)}
.why-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:auto;border:1px solid rgba(155,120,60,.35);border-radius:50%;color:#9b783c;font-size:20px}
.why-card h3{margin:28px 0 10px;font:600 28px/1 "Cormorant Garamond",Georgia,serif}
.why-card p{margin:0;color:var(--muted);font-size:13px}

/* Trips */
.next-trips{background:var(--paper)}
.trip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.trip-card{position:relative;min-height:430px;border-radius:24px;overflow:hidden;background:var(--navy);color:#fff;box-shadow:0 16px 45px rgba(8,23,37,.10)}
.trip-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,16,26,.9),rgba(5,16,26,.04) 68%)}
.trip-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.trip-card:hover img{transform:scale(1.04)}
.trip-card>div{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}
.trip-card small{font-size:8px;letter-spacing:.18em;color:var(--gold-2)}
.trip-card h3{margin:5px 0 16px;font:600 34px/1 "Cormorant Garamond",Georgia,serif}
.trip-card button{padding:0;border:0;background:transparent;color:#fff;font-size:11px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.45)}

/* Gallery */
.gallery{background:var(--navy);color:#fff}
.gallery-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:56px}
.gallery-heading>p{margin:0 0 8px;color:rgba(255,255,255,.57);max-width:430px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:14px}
.gallery-item{position:relative;margin:0;overflow:hidden;border-radius:18px;background:#132a3c}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .6s ease}
.gallery-item:hover img{transform:scale(1.045);filter:brightness(.84)}
.gallery-item figcaption{position:absolute;left:16px;bottom:14px;z-index:2;padding:7px 10px;border-radius:999px;background:rgba(5,18,28,.62);backdrop-filter:blur(10px);font-size:9px;letter-spacing:.08em;opacity:0;transform:translateY(8px);transition:.25s ease}
.gallery-item:hover figcaption{opacity:1;transform:none}
.gallery-tall{grid-row:span 2}
.gallery-wide{grid-column:span 2}

/* Contact */
.contact{background:#0d2232;color:#fff}
.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}
.contact-copy h2{max-width:600px}
.contact-copy>p:not(.eyebrow){max-width:560px;margin:24px 0;color:rgba(255,255,255,.68);font-size:16px}
.contact-note{margin-top:40px;padding:20px 0;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);display:flex;flex-direction:column;gap:4px}
.contact-note strong{font-size:13px}
.contact-note span{font-size:11px;color:rgba(255,255,255,.53)}
.contact-channels{display:flex;gap:10px;margin-top:20px}
.contact-channels a{padding:9px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;text-decoration:none;font-size:10px}
.contact-form{padding:38px;border-radius:28px;background:#fff;color:var(--ink);box-shadow:0 30px 90px rgba(0,0,0,.2)}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}
.field label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6d7780}
.field input,.field select,.field textarea{width:100%;border:1px solid rgba(24,36,49,.14);border-radius:13px;background:#fbfaf7;color:var(--ink);padding:14px 15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#b18b4e;box-shadow:0 0 0 3px rgba(177,139,78,.10)}
.field textarea{resize:vertical}
.form-status{min-height:20px;margin:10px 2px 0;font-size:11px;color:#707a83}

/* Footer */
.site-footer{background:#06131f;color:#fff;padding:72px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:60px;padding-bottom:58px;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-brand{margin-bottom:18px}
.footer-grid>div>p{color:rgba(255,255,255,.48);font-size:12px}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.footer-grid>div>strong{margin-bottom:8px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-2)}
.footer-grid a:not(.brand){font-size:11px;color:rgba(255,255,255,.57);text-decoration:none}
.footer-grid a:not(.brand):hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;font-size:9px;color:rgba(255,255,255,.42)}
.footer-bottom a{color:inherit;text-decoration:none}

/* Reveal */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.72,.2,1)}
.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1050px){
  .desktop-nav{display:none}.menu-toggle{display:block}.mobile-menu{position:absolute;top:88px;left:20px;right:20px;display:flex;flex-direction:column;padding:18px;border-radius:18px;background:rgba(7,20,32,.97);box-shadow:0 26px 80px rgba(0,0,0,.25);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s ease}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu a{padding:12px 4px;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none;color:#fff;font-size:13px}.mobile-menu a:last-child{border-bottom:0;color:var(--gold-2)}
  .destination-card{gap:42px}.why-layout{grid-template-columns:1fr}.why-heading{position:static;max-width:760px}.trip-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:34px}
}

@media (max-width:800px){
  :root{--container:min(100% - 28px,1180px);--radius:20px}.section{padding:78px 0}.nav-wrap{height:76px}.site-header .header-brand{padding:4px 6px;border-radius:12px}.brand-logo{height:56px}.brand-copy strong{font-size:22px}.brand-mark{width:39px;height:39px;font-size:24px}.adm-link{font-size:9px}.mobile-menu{top:76px;left:14px;right:14px}
  .hero{min-height:820px}.hero-content{padding-top:80px;margin-inline:auto;width:var(--container)}.hero h1{font-size:clamp(52px,14vw,74px);max-width:680px}.hero-lead{font-size:15px;max-width:580px}.hero-actions{flex-direction:column;align-items:stretch;max-width:360px}.hero-footer{bottom:22px}.hero-place strong{font-size:22px}.hero-dots button{width:24px}.hero-dots button.is-active{width:42px}
  .trust-grid{grid-template-columns:1fr}.trust-grid>div{min-height:auto;padding:24px 8px;border-right:0;border-bottom:1px solid rgba(255,255,255,.09);grid-template-columns:34px 1fr}.trust-grid>div:last-child{border-bottom:0}
  .split-intro{grid-template-columns:1fr;gap:24px}.intro-copy{padding-top:0}.split-intro h2,.section-heading h2,.why-heading h2,.gallery-heading h2,.contact-copy h2{font-size:clamp(43px,12vw,60px)}
  .section-heading{margin-bottom:44px}.destination-list{gap:72px}.destination-card{grid-template-columns:1fr;gap:28px}.destination-card-reverse .destination-image,.destination-card-reverse .destination-content{order:initial}.destination-image{min-height:430px}.destination-content h3{font-size:58px}.destination-number{font-size:64px}.destination-tagline{font-size:22px}
  .quote-band{background-attachment:scroll;padding:96px 0}.quote-content p{font-size:clamp(42px,11vw,62px)}
  .why-grid{grid-template-columns:1fr}.why-card{min-height:230px}.trip-grid{grid-template-columns:1fr 1fr}.trip-card{min-height:380px}
  .gallery-heading{grid-template-columns:1fr;gap:18px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.gallery-wide{grid-column:span 2}
  .contact-layout{grid-template-columns:1fr;gap:42px}.contact-form{padding:26px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}
}

@media (max-width:560px){
  .brand-logo{height:50px}.brand-copy small{font-size:7px;letter-spacing:.19em}.nav-actions{gap:5px}.adm-link{padding:7px 9px}.menu-toggle{width:40px;height:40px}
  .hero{min-height:760px}.hero-content{padding-top:64px}.hero h1{font-size:50px}.hero-lead{font-size:14px;line-height:1.65}.button{min-height:49px;padding-inline:18px;font-size:12px}.hero-footer{align-items:center}.hero-place span{display:none}.hero-place strong{font-size:19px}
  .destination-image{min-height:340px}.destination-content h3{font-size:52px}.destination-content>p:not(.destination-state):not(.destination-tagline){font-size:14px}.destination-number{font-size:54px}
  .trip-grid{grid-template-columns:1fr}.trip-card{min-height:390px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-tall,.gallery-wide{grid-row:auto;grid-column:auto}.gallery-item figcaption{opacity:1;transform:none}
  .footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:first-child{grid-column:auto}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}.quote-band{background-attachment:scroll}
}
