/*
Theme Name: Go Kahin Door
Theme URI: https://gokahindoor.com
Author: Go Kahin Door
Description: WhatsApp-led travel catalog for fixed departures, custom packages, cruises, and a blog. Designed for Hostinger WordPress.
Version: 1.4.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: gokahindoor
*/

:root{
  --forest:#17351F;
  --forest-deep:#102A19;
  --copper:#C76628;
  --copper-light:#e08a4f;
  --ivory:#F8F5EE;
  --cream:#F5F1E8;
  --ink:#1c2620;
  --line: rgba(23,53,31,0.14);
  --shadow: 0 20px 50px -20px rgba(16,42,25,0.35);
  --radius: 18px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
#offers,#faq{scroll-margin-top:88px;}
body{
  margin:0;
  font-family:'Manrope',sans-serif;
  background:var(--ivory);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,.display{
  font-family:'Fraunces',serif;
  font-optical-sizing:auto;
  letter-spacing:-0.01em;
  color:var(--forest);
  margin:0;
}
.script{font-family:'Caveat',cursive;color:var(--copper);}
a{color:inherit;}
img{max-width:100%;display:block;}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px;}
section{position:relative;}
.screen-reader-text{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;
}

.route-divider{width:100%;height:40px;margin:0 auto;}
.route-divider svg{width:100%;height:100%;display:block;}
.dash{stroke:var(--forest);stroke-width:3;stroke-dasharray:10 9;fill:none;stroke-linecap:round;}
.pin-dot{fill:var(--copper);}

header{
  position:sticky; top:0; z-index:50;
  background:rgba(248,245,238,0.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:14px 24px;
  max-width:1180px; margin:0 auto;
}
.nav img{height:34px;width:auto;}
.nav-links{display:flex; gap:22px; align-items:center; font-weight:600; font-size:15px; flex-wrap:wrap;}
.nav-links a,.nav-links button{text-decoration:none; color:var(--forest); opacity:0.85; transition:opacity .2s; cursor:pointer;}
.nav-links a:hover,.nav-links a[aria-current="page"],.nav-links button:hover,.nav-links button[aria-expanded="true"]{opacity:1;}
.nav-item{position:relative;}
.nav-item > button{
  background:none; border:0; font:inherit; font-weight:600; padding:0;
  display:inline-flex; align-items:center; gap:6px;
}
.nav-caret{width:10px;height:10px;display:inline-block;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);}
.packages-menu{
  display:none; position:absolute; top:calc(100% + 12px); left:auto; right:0; min-width:220px;
  background:#fff; border:1px solid var(--line); border-radius:14px;
  box-shadow:var(--shadow); padding:8px; z-index:60; list-style:none; margin:0;
}
.packages-menu a{display:block; padding:10px 12px; border-radius:10px; opacity:1; font-size:14.5px;}
.packages-menu a:hover,.packages-menu a[aria-current="page"]{background:var(--cream);}
.packages-menu small{display:block; font-weight:500; color:#6b7568; font-size:12px; margin-top:2px;}
.nav-item.is-open .packages-menu{display:block;}
.nav-cta{
  background:var(--copper); color:#fff !important; opacity:1 !important;
  padding:10px 20px; border-radius:100px; font-weight:700;
  display:flex; align-items:center; gap:8px;
  box-shadow:0 8px 20px -8px rgba(199,102,40,0.6);
  transition:transform .2s, box-shadow .2s;
}
.nav-cta:hover{transform:translateY(-1px); box-shadow:0 12px 24px -8px rgba(199,102,40,0.7);}
.nav-mobile-toggle{
  display:none;
  width:42px; height:42px;
  background:transparent; border:1.5px solid var(--forest);
  border-radius:10px; padding:0; position:relative; cursor:pointer;
}
.nav-burger,
.nav-burger::before,
.nav-burger::after{
  display:block; width:18px; height:2px;
  background:var(--forest); border-radius:2px;
  position:absolute; left:50%;
  transition:transform .2s, opacity .2s, top .2s, background .2s;
}
.nav-burger{top:50%; transform:translate(-50%, -50%);}
.nav-burger::before{content:""; top:-6px; transform:translateX(-50%);}
.nav-burger::after{content:""; top:6px; transform:translateX(-50%);}
.nav-mobile-toggle[aria-expanded="true"] .nav-burger{background:transparent;}
.nav-mobile-toggle[aria-expanded="true"] .nav-burger::before{top:0; transform:translateX(-50%) rotate(45deg);}
.nav-mobile-toggle[aria-expanded="true"] .nav-burger::after{top:0; transform:translateX(-50%) rotate(-45deg);}

.hero{
  background:
    radial-gradient(ellipse 900px 500px at 85% -10%, rgba(199,102,40,0.16), transparent 60%),
    var(--ivory);
  padding:64px 24px 40px;
  overflow:hidden;
}
.hero-inner{
  max-width:1180px; margin:0 auto;
  display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center;
}
.hero-inner--solo{grid-template-columns:1fr;}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:13px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase;
  color:var(--copper); background:rgba(199,102,40,0.1);
  padding:7px 14px; border-radius:100px; margin-bottom:22px;
}
.eyebrow::before{content:"●"; font-size:8px;}
.hero h1{font-size:clamp(38px, 5vw, 60px);line-height:1.06;font-weight:500;}
.hero p.lede{font-size:19px; line-height:1.6; color:#3c473e; max-width:520px; margin:22px 0 32px;}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap; align-items:center;}
.btn-primary{
  background:var(--copper); color:#fff; text-decoration:none;
  padding:16px 30px; border-radius:100px; font-weight:700; font-size:16px;
  display:inline-flex; align-items:center; gap:10px;
  box-shadow:0 14px 30px -10px rgba(199,102,40,0.55);
  transition:transform .2s, box-shadow .2s;
  border:none; cursor:pointer; font-family:inherit;
}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 18px 34px -10px rgba(199,102,40,0.65);}
.btn-primary:disabled,.btn-primary.is-disabled{
  opacity:0.45; cursor:not-allowed; transform:none; box-shadow:none; pointer-events:none;
}
button,a,.faq-q{cursor:pointer;}
.btn-secondary{
  color:var(--forest); text-decoration:none; font-weight:700; font-size:16px;
  padding:16px 8px; display:inline-flex; align-items:center; gap:8px;
  border-bottom:2px solid transparent; transition:border-color .2s; background:none; border-top:0; border-left:0; border-right:0; cursor:pointer; font-family:inherit;
}
.btn-secondary:hover{border-color:var(--forest);}

.hero-visual{position:relative; height:460px;}
.hero-destinations{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  height:460px;
  overflow:hidden;
  mask-image:linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image:linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}
.hero-marquee{overflow:hidden; height:100%;}
.hero-marquee-track{
  display:flex;
  flex-direction:column;
  gap:14px;
  animation:marquee-up 28s linear infinite;
}
.hero-marquee.is-down .hero-marquee-track{
  animation-name:marquee-down;
}
.hero-destinations:hover .hero-marquee-track{animation-play-state:paused;}
.hero-dest{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  border:6px solid #fff;
  box-shadow:var(--shadow);
  text-decoration:none;
  background:var(--cream);
  flex:0 0 210px;
  height:210px;
}
.hero-dest img{width:100%; height:100%; object-fit:cover; display:block;}
.hero-dest span{
  position:absolute; left:12px; bottom:12px;
  background:var(--forest); color:var(--cream);
  padding:8px 14px; border-radius:100px;
  font-size:14px; font-weight:700;
}
.hero-dest:hover span{background:var(--copper);}
@keyframes marquee-up{from{transform:translateY(0);}to{transform:translateY(-50%);}}
@keyframes marquee-down{from{transform:translateY(-50%);}to{transform:translateY(0);}}
@keyframes marquee-left{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.postcard{
  position:absolute; border-radius:16px; overflow:hidden;
  box-shadow:var(--shadow); border:6px solid #fff;
  background:var(--cream);
}
.postcard img{width:100%; height:100%; object-fit:cover;}
.pc1{width:78%; height:340px; top:0; right:0; z-index:2;}
.pc2{width:56%; height:230px; bottom:0; left:0; z-index:3; border-color:var(--ivory);}
.pin-badge{
  position:absolute; z-index:4; bottom:38px; right:12%;
  background:var(--forest); color:var(--cream);
  padding:12px 16px; border-radius:14px;
  font-size:13px; font-weight:700; box-shadow:var(--shadow);
  display:flex; align-items:center; gap:8px;
  animation:float 4s ease-in-out infinite;
}
.pin-badge svg{width:16px;height:16px;flex-shrink:0;}
@keyframes float{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}

.strip{background:var(--forest); color:var(--cream); padding:16px 24px; overflow:hidden;}
.strip-track{display:flex; gap:56px; white-space:nowrap; animation:scroll-right 26s linear infinite; width:max-content;}
.strip-track span{font-family:'Fraunces',serif; font-size:16px; opacity:0.85; display:inline-flex; gap:10px; align-items:center;}
.strip-track span::after{content:"✦"; color:var(--copper); font-size:12px;}
@keyframes scroll-right{from{transform:translateX(-50%);}to{transform:translateX(0);}}

.section{padding:96px 24px;}
.section-head{max-width:640px; margin:0 auto 56px; text-align:center;}
.section-head .eyebrow{background:rgba(23,53,31,0.08); color:var(--forest);}
.section-head .eyebrow::before{content:"●"; color:var(--copper);}
.section-head h2{font-size:clamp(30px,3.6vw,44px); font-weight:500; line-height:1.15;}
.section-head p{font-size:17px; color:#54604f; margin-top:16px; line-height:1.6;}

.offers-grid, .blog-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:26px; max-width:1180px; margin:0 auto;
}
.offer-card{
  background:#fff; border-radius:var(--radius); overflow:hidden;
  box-shadow:0 10px 30px -18px rgba(16,42,25,0.25);
  border:1px solid var(--line);
  transition:transform .25s, box-shadow .25s;
  display:flex; flex-direction:column;
  text-decoration:none; color:inherit;
}
.offer-card[hidden]{display:none !important;}
.offer-card:hover{transform:translateY(-6px); box-shadow:0 24px 40px -18px rgba(16,42,25,0.3);}
.offer-media{position:relative; height:210px; background:var(--cream);}
.offer-media img{width:100%; height:100%; object-fit:cover;}
.offer-tag{
  position:absolute; top:14px; left:14px;
  background:var(--copper); color:#fff; font-size:12px; font-weight:700;
  padding:6px 12px; border-radius:100px; letter-spacing:0.02em;
}
.offer-price{
  position:absolute; bottom:0; right:0;
  background:var(--forest-deep); color:var(--cream);
  padding:8px 16px 8px 20px; border-top-left-radius:14px;
  font-size:13px;
}
.offer-price strong{font-family:'Fraunces',serif; font-size:18px; color:#fff; margin-left:4px;}
.offer-body{padding:24px; display:flex; flex-direction:column; gap:12px; flex:1;}
.offer-body h3{font-size:21px; font-weight:600;}
.offer-meta{display:flex; gap:14px; flex-wrap:wrap; font-size:13px; color:#6b7568; font-weight:600;}
.offer-body p{font-size:14.5px; line-height:1.55; color:#54604f; margin:0; flex:1;}
.offer-note{font-size:12.5px; color:#8a4b1a; font-weight:700; margin:0;}
.offer-cta{
  margin-top:6px; display:inline-flex; align-items:center; gap:8px;
  color:var(--forest); font-weight:700; font-size:14.5px; text-decoration:none;
  padding-top:14px; border-top:1px dashed var(--line);
}
.how-wrap{max-width:1000px; margin:0 auto; position:relative;}
.how-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:40px; position:relative;}
.how-step{text-align:center; position:relative;}
.how-num{
  width:56px; height:56px; border-radius:50%; margin:0 auto 20px;
  background:var(--forest); color:var(--cream);
  display:flex; align-items:center; justify-content:center;
  font-family:'Fraunces',serif; font-size:22px; font-weight:600;
  box-shadow:0 10px 24px -8px rgba(23,53,31,0.5);
  position:relative; z-index:1;
}
.how-step h3{font-size:19px; margin-bottom:10px; font-weight:600;}
.how-step p{font-size:14.5px; color:#54604f; line-height:1.6; margin:0;}
.how-route{position:absolute; top:28px; left:15%; right:15%; height:20px; z-index:0;}

.dark-section{
  background:var(--forest-deep); color:var(--cream);
  padding:100px 24px; position:relative; overflow:hidden; text-align:center;
}
.dark-section::before{
  content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 20% 20%, rgba(199,102,40,0.14), transparent 45%),
             radial-gradient(circle at 85% 80%, rgba(199,102,40,0.1), transparent 40%);
}
.dark-inner{position:relative; max-width:680px; margin:0 auto;}
.dark-section h2{color:var(--cream); font-size:clamp(30px,4vw,46px); font-weight:500; line-height:1.15;}
.dark-section p{font-size:17px; color:rgba(245,241,232,0.78); margin:18px 0 34px; line-height:1.6;}
.whatsapp-btn{
  background:#25D366; color:#0c1f12; text-decoration:none;
  padding:18px 34px; border-radius:100px; font-weight:800; font-size:17px;
  display:inline-flex; align-items:center; gap:12px;
  box-shadow:0 18px 40px -12px rgba(37,211,102,0.5);
}
.whatsapp-btn:hover{transform:translateY(-2px);}
.whatsapp-btn svg{width:24px;height:24px;}
.dark-note{margin-top:18px; font-size:13px; color:rgba(245,241,232,0.55);}

.faq-wrap{max-width:760px; margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line); padding:22px 0;}
.faq-q{
  display:flex; justify-content:space-between; align-items:center; gap:20px;
  cursor:pointer; font-weight:700; font-size:16.5px; color:var(--forest); font-family:'Fraunces',serif;
  background:none; border:0; width:100%; text-align:left; padding:0;
}
.faq-q .icon{
  width:26px; height:26px; border-radius:50%; border:1.5px solid var(--forest);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
  font-size:16px; transition:transform .25s, background .25s, color .25s;
}
.faq-item.open .faq-q .icon{background:var(--copper); border-color:var(--copper); color:#fff; transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
.faq-a p{font-size:15px; color:#54604f; line-height:1.65; margin:14px 0 0;}
.faq-actions{text-align:center; margin-top:40px;}

footer{background:var(--forest); color:rgba(245,241,232,0.85); padding:60px 24px 26px;}
.footer-inner{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1.2fr 1fr 1fr 1.1fr 1.25fr; gap:32px;}
.footer-inner > div{min-width:0;}
.footer-brand img{height:30px; margin-bottom:14px; filter:brightness(0) invert(1);}
.footer-brand p{font-size:14px; line-height:1.6; color:rgba(245,241,232,0.65); max-width:280px;}
footer h4{font-family:'Manrope',sans-serif; font-size:13px; text-transform:uppercase; letter-spacing:0.06em; color:var(--copper); margin:0 0 16px;}
footer ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;}
footer a{color:rgba(245,241,232,0.8); text-decoration:none; font-size:14.5px;}
footer a:hover{color:#fff;}
.footer-reach a{display:inline-flex; align-items:center; gap:10px;}
.footer-reach svg{flex-shrink:0; opacity:0.9;}
.footer-ig-handle{display:none;}
.footer-reach a:hover .footer-ig-name,
.footer-reach a:focus-visible .footer-ig-name{display:none;}
.footer-reach a:hover .footer-ig-handle,
.footer-reach a:focus-visible .footer-ig-handle{display:inline;}
.footer-bottom{
  max-width:1180px; margin:46px auto 0; padding-top:24px; border-top:1px solid rgba(245,241,232,0.15);
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:13px; color:rgba(245,241,232,0.55);
}

.wa-fab{
  position:fixed; bottom:24px; right:24px; z-index:60;
  background:#25D366; color:#fff; text-decoration:none;
  width:60px; height:60px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 30px -8px rgba(37,211,102,0.6);
}
.wa-fab:hover{transform:scale(1.08);}
.wa-fab svg{width:30px;height:30px;position:relative;}
.wa-fab .pulse{
  position:absolute; inset:0; border-radius:50%; background:#25D366;
  animation:pulse 2.2s ease-out infinite;
}
@keyframes pulse{0%{transform:scale(1); opacity:0.6;}100%{transform:scale(1.9); opacity:0;}}

.page-hero{padding:56px 24px 12px; max-width:1180px; margin:0 auto;}
.page-hero h1{font-size:clamp(32px,4vw,48px); font-weight:500;}
.page-hero p{font-size:17px; color:#54604f; max-width:640px; line-height:1.6; margin:14px 0 0;}
.archive-grid{padding:40px 24px 96px;}
.empty-state{
  max-width:1180px; margin:0 auto; background:#fff; border:1px dashed var(--line);
  border-radius:var(--radius); padding:48px 28px; text-align:center; color:#54604f;
}
.empty-state h2{margin-bottom:10px;}

.product-layout{
  max-width:1180px; margin:0 auto; padding:32px 24px 96px;
  display:grid; grid-template-columns:1.4fr 0.8fr; gap:40px; align-items:start;
}
.product-media{border-radius:var(--radius); overflow:hidden; border:6px solid #fff; box-shadow:var(--shadow); background:var(--cream); min-height:280px;}
.product-media img{width:100%; height:420px; object-fit:cover;}
.product-copy h1{font-size:clamp(28px,3vw,40px); margin:0 0 12px;}
.product-copy .lede{font-size:16px; color:#54604f; line-height:1.65;}
.prose{font-size:15.5px; color:#3c473e; line-height:1.7;}
.prose h2,.prose h3{margin:28px 0 10px;}
.prose ul{padding-left:18px;}
.book-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:24px;
  position:sticky; top:88px;
}
.book-card h2{font-size:22px; margin-bottom:8px;}
.book-card .price{font-family:'Fraunces',serif; font-size:28px; color:var(--forest); margin:8px 0 4px;}
.book-card .hint{font-size:13px; color:#6b7568; margin:0 0 16px; line-height:1.5;}
.date-field{display:flex; flex-direction:column; gap:6px; margin:0 0 14px;}
.date-field label{font-size:13px; font-weight:700; color:var(--forest);}
.date-field input{
  font-family:inherit; font-size:15px; font-weight:600; color:var(--ink); width:100%;
  border:1.5px solid var(--line); border-radius:12px; padding:12px 14px; background:var(--ivory);
}
.cta-stack{display:flex; flex-direction:column; gap:10px;}
.cta-stack .btn-primary,.cta-stack .btn-secondary,.cta-stack .whatsapp-btn{justify-content:center;}
.land-note{
  background:rgba(199,102,40,0.1); color:var(--forest); border-radius:12px;
  padding:12px 14px; font-size:13.5px; font-weight:600; margin:0 0 16px; line-height:1.5;
}
.group-note{
  background:var(--cream); border-radius:12px; padding:12px 14px; font-size:13.5px; color:#3c473e; margin:16px 0; line-height:1.5;
}

.blog-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; text-decoration:none;}
.blog-card img{width:100%; height:180px; object-fit:cover; background:var(--cream);}
.blog-card .pad{padding:20px;}
.blog-card time{font-size:12px; color:#6b7568; font-weight:700;}
.blog-card h3{font-size:20px; margin:8px 0;}
.blog-single{max-width:760px; margin:0 auto; padding:40px 24px 96px;}
.blog-single .featured{border-radius:var(--radius); overflow:hidden; margin:24px 0;}
.blog-single .featured img{width:100%; height:auto;}

.content-page{max-width:760px; margin:0 auto; padding:24px 24px 96px;}
.content-page > .prose{margin-bottom:24px;}
.contact-channels{list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(2,1fr); gap:14px;}
.contact-channel{
  display:flex; align-items:center; gap:14px; padding:16px 18px;
  background:#fff; border:1px solid var(--line); border-radius:14px;
  text-decoration:none; color:inherit; transition:transform .2s, box-shadow .2s;
}
.contact-channel:hover{transform:translateY(-2px); box-shadow:0 14px 28px -18px rgba(16,42,25,0.35);}
.contact-channel-icon{
  width:44px; height:44px; border-radius:50%; flex-shrink:0;
  background:var(--forest); color:var(--cream); display:flex; align-items:center; justify-content:center;
}
.contact-channel-icon--whatsapp{background:#25D366; color:#0c1f12;}
.contact-channel-text{display:flex; flex-direction:column; min-width:0; line-height:1.35;}
.contact-channel-text strong{font-family:'Fraunces',serif; font-size:17px; font-weight:600; color:var(--forest);}
.contact-channel-text span{font-size:14.5px; color:#54604f; overflow-wrap:anywhere;}
.contact-details{margin-top:36px;}
.contact-details h2{font-size:22px; margin-bottom:8px;}
.contact-details ul{list-style:none; margin:0; padding:0;}
.contact-details li{display:flex; gap:16px; padding:10px 0; border-bottom:1px dashed var(--line); font-size:15px; color:#3c473e; line-height:1.55;}
.contact-details strong{flex:0 0 130px; color:var(--forest);}
.contact-details span{min-width:0; overflow-wrap:anywhere;}
.contact-details a{color:var(--forest); font-weight:600;}
.placeholder-box{
  border:1px dashed var(--line); border-radius:var(--radius); padding:20px; color:#6b7568; background:#fff; margin-top:20px;
}

.dest-filter{
  max-width:1180px; margin:0 auto 32px;
  display:flex; flex-wrap:wrap; gap:14px; align-items:flex-end;
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:18px 20px;
}
.dest-filter label{display:flex; flex-direction:column; gap:6px; font-size:13px; font-weight:700; color:var(--forest); flex:1; min-width:180px;}
.dest-filter input,.dest-filter select{
  font-family:inherit; font-size:15px; font-weight:600; color:var(--ink);
  border:1.5px solid var(--line); border-radius:12px; padding:12px 14px; background:var(--ivory);
}
.dest-filter .btn-primary{padding:12px 22px; font-size:15px;}
.dest-chips{display:flex; flex-wrap:wrap; gap:8px; max-width:1180px; margin:-12px auto 28px;}
.dest-chip{
  text-decoration:none; font-weight:700; font-size:13px;
  padding:8px 14px; border-radius:100px; border:1.5px solid var(--line);
  background:#fff; color:var(--forest);
}
.dest-chip.is-active,.dest-chip[aria-current="page"]{background:var(--forest); color:var(--cream); border-color:var(--forest);}

@media (max-width: 980px){
  .hero-inner,.product-layout{grid-template-columns:1fr;}
  .hero-visual,.hero-destinations{height:220px; margin-top:20px;}
  .hero-destinations{
    display:block;
    mask-image:linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image:linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  }
  .hero-marquee.is-down{display:none;}
  .hero-marquee-track{
    flex-direction:row;
    width:max-content;
    animation-name:marquee-left;
    animation-duration:22s;
  }
  .hero-marquee.is-down .hero-marquee-track{animation-name:marquee-left;}
  .hero-dest{flex:0 0 200px; width:200px; height:200px;}
  .offers-grid, .blog-grid{grid-template-columns:1fr;}
  .how-grid{grid-template-columns:1fr; gap:36px;}
  .how-route{display:none;}
  .footer-inner{grid-template-columns:1fr 1fr; row-gap:32px;}
  .footer-brand{grid-column:1 / -1;}
  .footer-reach{flex-direction:row; flex-wrap:wrap; gap:12px;}
  .footer-reach a{
    width:42px; height:42px; justify-content:center; gap:0;
    border:1px solid rgba(245,241,232,0.22); border-radius:50%;
  }
  .footer-reach svg{width:18px; height:18px;}
  .footer-reach-label{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0);}
  .book-card{position:static;}
  .nav-mobile-toggle{display:block;}
  .nav-links{
    display:none; position:absolute; left:0; right:0; top:100%;
    background:var(--ivory); border-bottom:1px solid var(--line);
    flex-direction:column; align-items:flex-start; padding:16px 24px 24px; gap:14px;
  }
  .nav-links.is-open{display:flex; z-index:70;}
  .packages-menu{position:static; box-shadow:none; min-width:0; width:100%; margin-top:8px;}
  .nav-cta{width:100%; justify-content:center;}
  header{position:sticky;}
}
@media (max-width: 520px){
  .contact-channels{grid-template-columns:1fr;}
  .section{padding:64px 20px;}
  .hero{padding:44px 20px 30px;}
  .footer-inner{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition:none !important;}
}
:focus-visible{outline:3px solid var(--copper); outline-offset:2px;}
