@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* Azerbaijan Trip Adventures — premium tourism UI v3
   Public-facing overrides only. Existing admin UI remains untouched. */

:root{
  --ata-orange:#ee6237;
  --ata-orange-dark:#d84f27;
  --ata-navy:#07152f;
  --ata-blue:#102d5a;
  --ata-green:#2f8d68;
  --ata-ink:#121722;
  --ata-muted:#69717f;
  --ata-line:#e7e8eb;
  --ata-soft:#f6f6f4;
  --ata-blue-soft:#f2f5fb;
  --ata-cream:#fbfaf7;
  --ata-white:#fff;
  --ata-shadow:0 16px 45px rgba(9,22,43,.10);
  --ata-shadow-sm:0 8px 24px rgba(9,22,43,.08);
  --ata-container:min(1180px,calc(100% - 40px));
}

body:not(.admin-mode){
  background:#fff;
  color:var(--ata-ink);
  font-family:"Poppins",sans-serif;
  line-height:1.5;
}
body:not(.admin-mode) .container{width:var(--ata-container);margin-inline:auto}
body:not(.admin-mode) h1,
body:not(.admin-mode) h2,
body:not(.admin-mode) h3{font-family:"Poppins",sans-serif;color:var(--ata-navy);letter-spacing:-.035em}
body:not(.admin-mode) h1{font-weight:700}
body:not(.admin-mode) h2{font-weight:700}
body:not(.admin-mode) h3{font-weight:700}
body:not(.admin-mode) p{color:var(--ata-muted)}
body:not(.admin-mode) .section{padding:78px 0}
body:not(.admin-mode) .eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--ata-orange);margin-bottom:12px}
body:not(.admin-mode) .eyebrow.light{color:#fff}

/* Buttons */
body:not(.admin-mode) .btn{min-height:46px;border-radius:8px;padding:0 20px;font-size:.9rem;font-weight:700;box-shadow:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
body:not(.admin-mode) .btn:hover{transform:translateY(-2px)}
body:not(.admin-mode) .btn-primary{background:var(--ata-orange);color:#fff;box-shadow:0 9px 20px rgba(238,98,55,.20)}
body:not(.admin-mode) .btn-primary:hover{background:var(--ata-orange-dark)}
body:not(.admin-mode) .btn-secondary{background:var(--ata-navy);color:#fff}
body:not(.admin-mode) .btn-ghost{background:#fff;border:1px solid #dfe2e7;color:var(--ata-navy)}
body:not(.admin-mode) .btn-light{background:#fff;color:var(--ata-navy)}
body:not(.admin-mode) .btn-outline-light{border:1px solid rgba(255,255,255,.72);background:rgba(255,255,255,.05);color:#fff}
body:not(.admin-mode) .text-arrow{color:var(--ata-navy);font-size:.86rem;font-weight:700}
body:not(.admin-mode) .light-link{color:#fff}

/* Header inspired by the supplied two-tier travel reference */
body:not(.admin-mode) .site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid #ececef;box-shadow:0 2px 10px rgba(0,0,0,.025);backdrop-filter:none}
body:not(.admin-mode) .header-utility{height:31px;background:#fafafa;border-bottom:1px solid #efefef;color:#6f7480;font-size:.7rem}
body:not(.admin-mode) .header-utility-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
body:not(.admin-mode) .header-utility-inner>div{display:flex;gap:18px;align-items:center}
body:not(.admin-mode) .header-utility a{display:inline-flex;gap:5px;align-items:center;color:#545b67}
body:not(.admin-mode) .header-main{height:72px;display:flex;align-items:center;gap:28px}
body:not(.admin-mode) .brand{width:192px;max-width:none;flex:0 0 auto}
body:not(.admin-mode) .brand img{width:100%;height:44px;object-fit:contain;object-position:left center}
body:not(.admin-mode) .header-search{width:min(360px,32vw);height:40px;display:flex;margin-left:12px;border:1px solid #e0e2e6;border-radius:7px;overflow:hidden;background:#fff}
body:not(.admin-mode) .header-search input{min-width:0;flex:1;border:0;outline:0;padding:0 14px;color:#2e3440;font-size:.82rem;background:transparent}
body:not(.admin-mode) .header-search input::placeholder{color:#9398a2}
body:not(.admin-mode) .header-search button{width:46px;border:0;background:var(--ata-orange);color:#fff;display:grid;place-items:center}
body:not(.admin-mode) .header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
body:not(.admin-mode) .header-whatsapp{display:inline-flex;align-items:center;gap:6px;padding:9px 11px;border-radius:7px;background:#f1f8f5;color:#16704f;font-size:.78rem;font-weight:700}
body:not(.admin-mode) .header-plan-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:7px;background:var(--ata-orange);color:#fff;font-size:.78rem;font-weight:700}
body:not(.admin-mode) .mobile-menu-button{display:none;width:42px;height:42px;border:1px solid #e3e5e8;background:#fff;border-radius:7px;color:var(--ata-navy)}
body:not(.admin-mode) .header-nav-row{border-top:1px solid #f0f0f0;background:#fff}
body:not(.admin-mode) .header-nav-inner{height:42px;display:flex;align-items:center;justify-content:space-between;gap:24px}
body:not(.admin-mode) .desktop-nav{display:flex;align-items:center;gap:27px;margin:0}
body:not(.admin-mode) .desktop-nav a{padding:0;color:#20242d;font-size:.78rem;font-weight:600;white-space:nowrap}
body:not(.admin-mode) .desktop-nav a:after{display:none}
body:not(.admin-mode) .desktop-nav a:hover{color:var(--ata-orange)}
body:not(.admin-mode) .header-mini-links{display:flex;align-items:center;gap:18px;font-size:.73rem;font-weight:700}
body:not(.admin-mode) .header-mini-links a:first-child{color:var(--ata-blue)}
body:not(.admin-mode) .header-mini-links a:last-child{color:var(--ata-orange)}
body:not(.admin-mode) .mobile-nav{display:none}

/* Hero */
body:not(.admin-mode) .hero-home{position:relative;height:460px;min-height:460px;overflow:hidden;background:#142130}
body:not(.admin-mode) .hero-home-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%}
body:not(.admin-mode) .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,17,31,.68) 0%,rgba(5,17,31,.38) 48%,rgba(5,17,31,.16) 78%),linear-gradient(0deg,rgba(2,12,24,.20),transparent 50%)}
body:not(.admin-mode) .hero-content{position:relative;z-index:2;height:100%;padding:75px 0 0;max-width:none;color:#fff}
body:not(.admin-mode) .hero-content>h1{max-width:700px;margin:0 0 17px;color:#fff;font-size:clamp(3.2rem,5.3vw,5.2rem);line-height:.93;text-transform:uppercase;letter-spacing:-.055em}
body:not(.admin-mode) .hero-content>p{max-width:620px;margin:0;color:rgba(255,255,255,.92);font-size:1.05rem;line-height:1.55}
body:not(.admin-mode) .hero-chip{display:inline-flex;margin-bottom:16px;padding:7px 10px;border:1px solid rgba(255,255,255,.30);border-radius:999px;background:rgba(7,21,47,.24);backdrop-filter:blur(5px);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
body:not(.admin-mode) .hero-actions{display:flex;gap:10px;margin-top:26px}

/* Booking/search panel overlapping hero */
body:not(.admin-mode) .hero-planner-wrap{position:relative;z-index:8;margin-top:-58px}
body:not(.admin-mode) .hero-planner{padding:0 22px 22px;border:0;border-radius:14px;background:#fff;box-shadow:0 16px 44px rgba(0,0,0,.14)}
body:not(.admin-mode) .planner-tabs{height:58px;display:flex;align-items:stretch;gap:0;border-bottom:1px solid #ececf0;overflow-x:auto}
body:not(.admin-mode) .planner-tabs a{display:flex;align-items:center;gap:8px;padding:0 27px;color:#4e5562;border-bottom:2px solid transparent;font-size:.82rem;font-weight:700;white-space:nowrap}
body:not(.admin-mode) .planner-tabs a.active{color:var(--ata-orange);border-bottom-color:var(--ata-orange)}
body:not(.admin-mode) .planner-fields{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(210px,.72fr) 130px;gap:10px;padding-top:18px}
body:not(.admin-mode) .planner-fields label{height:59px;display:flex;flex-direction:column;justify-content:center;padding:8px 14px;border:1px solid #e0e2e6;border-radius:7px;background:#fff}
body:not(.admin-mode) .planner-fields label>span{display:block;margin:0 0 2px;color:#777d88;font-size:.66rem;font-weight:700}
body:not(.admin-mode) .planner-fields input,
body:not(.admin-mode) .planner-fields select{width:100%;border:0;outline:0;background:transparent;color:#171b23;font-size:.88rem;font-weight:700}
body:not(.admin-mode) .planner-fields .btn{height:59px;min-width:0}

/* Promo cards — colorful image banners like reference A */
body:not(.admin-mode) .home-promo-section{padding:48px 0 20px}
body:not(.admin-mode) .promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body:not(.admin-mode) .promo-card{position:relative;height:176px;display:block;overflow:hidden;border-radius:10px;background:#ddd;color:#fff}
body:not(.admin-mode) .promo-card:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--promo-color) 0%,var(--promo-color) 46%,rgba(0,0,0,.03) 70%)}
body:not(.admin-mode) .promo-1{--promo-color:#f26b37}.promo-2{--promo-color:#bc4ee8}.promo-3{--promo-color:#57c8c0}
body:not(.admin-mode) .promo-image{position:absolute;right:0;top:0;width:57%;height:100%;object-fit:cover}
body:not(.admin-mode) .promo-copy{position:relative;z-index:2;width:57%;height:100%;padding:20px;display:flex;flex-direction:column;justify-content:center}
body:not(.admin-mode) .promo-copy small{font-size:.63rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;opacity:.92}
body:not(.admin-mode) .promo-copy h3{margin:6px 0 14px;color:#fff;font-size:1.25rem;line-height:1.07;letter-spacing:-.025em}
body:not(.admin-mode) .promo-copy>span{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:700}

/* Section headings */
body:not(.admin-mode) .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:27px}
body:not(.admin-mode) .section-head>div{max-width:700px}
body:not(.admin-mode) .section-head h2{margin:0 0 8px;font-size:clamp(2rem,3vw,3rem);line-height:1.05}
body:not(.admin-mode) .section-head p{margin:0;max-width:650px;font-size:.95rem}

/* Destination cards, tall like reference A */
body:not(.admin-mode) .home-destinations{padding-top:65px;padding-bottom:72px}
body:not(.admin-mode) .destination-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
body:not(.admin-mode) .destination-card{position:relative;min-width:0;height:270px;overflow:hidden;border-radius:9px;background:#d8dde5;color:#fff}
body:not(.admin-mode) .destination-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body:not(.admin-mode) .destination-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,12,24,.78) 0%,rgba(2,12,24,.08) 62%)}
body:not(.admin-mode) .destination-card>div{position:absolute;z-index:2;left:15px;right:15px;bottom:14px}
body:not(.admin-mode) .destination-card small{display:block;margin-bottom:4px;color:rgba(255,255,255,.75);font-size:.63rem;text-transform:uppercase;letter-spacing:.08em}
body:not(.admin-mode) .destination-card h3{margin:0 0 5px;color:#fff;font-size:1.03rem;line-height:1.08;letter-spacing:-.02em}
body:not(.admin-mode) .destination-card>div>span{display:flex;gap:5px;align-items:center;font-size:.65rem;font-weight:700;opacity:.9}
body:not(.admin-mode) .destination-card:hover .destination-image{transform:scale(1.045)}

/* Curated packages section based on reference B */
body:not(.admin-mode) .featured-packages{background:#f4f6fb}
body:not(.admin-mode) .package-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:30px}
body:not(.admin-mode) .package-section-head h2{margin:0;font-size:clamp(2rem,3vw,3.1rem);line-height:1}
body:not(.admin-mode) .package-section-head p{margin:0 0 3px;font-size:.92rem}
body:not(.admin-mode) .center-action{display:flex;justify-content:center;margin-top:28px}

/* Tour cards */
body:not(.admin-mode) .card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body:not(.admin-mode) .card-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
body:not(.admin-mode) .tour-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #e6e7eb;border-radius:10px;background:#fff;box-shadow:0 2px 10px rgba(9,22,43,.025);transition:.22s ease}
body:not(.admin-mode) .tour-card:hover{transform:translateY(-4px);box-shadow:var(--ata-shadow-sm);border-color:#dcdfe5}
body:not(.admin-mode) .tour-card-image{position:relative;display:block;aspect-ratio:1.37/1;overflow:hidden;background:#eee}
body:not(.admin-mode) .tour-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body:not(.admin-mode) .tour-card:hover .tour-card-image img{transform:scale(1.035)}
body:not(.admin-mode) .card-badge{position:absolute;top:10px;left:10px;padding:5px 8px;border-radius:5px;background:#10213d;color:#fff;font-size:.61rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
body:not(.admin-mode) .tour-card-body{display:flex;flex-direction:column;flex:1;padding:15px 15px 14px}
body:not(.admin-mode) .tour-kicker{color:#777e89;font-size:.64rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
body:not(.admin-mode) .tour-card h3{margin:6px 0 10px;font-size:1.02rem;line-height:1.18;letter-spacing:-.02em}
body:not(.admin-mode) .tour-card h3 a:hover{color:var(--ata-orange)}
body:not(.admin-mode) .tour-meta{display:flex;flex-wrap:wrap;gap:9px;color:#727984;font-size:.69rem}
body:not(.admin-mode) .tour-meta span{display:inline-flex;align-items:center;gap:4px}
body:not(.admin-mode) .tour-card p{margin:10px 0 14px;color:#6f7681;font-size:.78rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body:not(.admin-mode) .tour-card-foot{margin-top:auto;padding-top:12px;border-top:1px solid #ececef;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}
body:not(.admin-mode) .tour-card-foot small{display:block;color:#8d929b;font-size:.62rem}
body:not(.admin-mode) .tour-card-foot strong{color:var(--ata-navy);font-size:1.02rem}
body:not(.admin-mode) .tour-card-foot .text-arrow{font-size:.72rem}

/* Group/private editorial panels */
body:not(.admin-mode) .split-tour-section{background:#fff;padding-top:76px;padding-bottom:76px}
body:not(.admin-mode) .split-tour-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
body:not(.admin-mode) .split-tour-panel{position:relative;min-height:390px;display:flex;align-items:flex-end;padding:32px;border-radius:10px;overflow:hidden;background-size:cover;background-position:center;color:#fff}
body:not(.admin-mode) .split-tour-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,16,34,.86),rgba(4,16,34,.06) 67%)}
body:not(.admin-mode) .split-tour-panel>div{position:relative;z-index:2;max-width:440px}
body:not(.admin-mode) .split-tour-panel span{font-size:.66rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
body:not(.admin-mode) .split-tour-panel h2{margin:7px 0 8px;color:#fff;font-size:2.45rem}
body:not(.admin-mode) .split-tour-panel p{margin:0 0 16px;color:rgba(255,255,255,.83);font-size:.9rem}
body:not(.admin-mode) .split-tour-panel b{display:inline-flex;align-items:center;gap:7px;font-size:.78rem}
body:not(.admin-mode) .group-panel{background-image:url('https://images.unsplash.com/photo-1684371268322-d797994620c2?auto=format&fit=crop&w=1800&q=82')}
body:not(.admin-mode) .private-panel{background-image:url('https://images.unsplash.com/photo-1451159212029-6f35f0d0a501?auto=format&fit=crop&w=1800&q=82')}

/* Transfers */
body:not(.admin-mode) .transfers-preview{background:#fff}
body:not(.admin-mode) .transfer-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
body:not(.admin-mode) .transfer-mini{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:13px;min-height:116px;padding:16px;border:1px solid #e4e6ea;border-radius:9px;background:#fff;transition:.2s ease}
body:not(.admin-mode) .transfer-mini:hover{transform:translateY(-3px);box-shadow:var(--ata-shadow-sm)}
body:not(.admin-mode) .transfer-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#f2f5fb;color:var(--ata-blue)}
body:not(.admin-mode) .transfer-mini small{color:var(--ata-orange);font-size:.61rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
body:not(.admin-mode) .transfer-mini h3{margin:2px 0 4px;font-size:.95rem}
body:not(.admin-mode) .transfer-mini p{margin:0;font-size:.7rem}

/* Custom-tour large dark editorial block */
body:not(.admin-mode) .custom-cta{position:relative;background:var(--ata-navy);color:#fff;overflow:hidden}
body:not(.admin-mode) .custom-cta:after{content:"";position:absolute;width:430px;height:430px;right:-120px;top:-170px;border:1px solid rgba(255,255,255,.12);border-radius:50%}
body:not(.admin-mode) .custom-cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:center}
body:not(.admin-mode) .custom-cta h2{margin:0 0 14px;color:#fff;font-size:clamp(2.4rem,4vw,4.2rem);line-height:.97;max-width:640px}
body:not(.admin-mode) .custom-cta p{max-width:620px;color:#cfd6e2;font-size:.96rem}
body:not(.admin-mode) .custom-list{display:grid}
body:not(.admin-mode) .custom-list span{display:flex;align-items:center;gap:10px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:.83rem;font-weight:700}

/* Why */
body:not(.admin-mode) .why-section{background:#fff}
body:not(.admin-mode) .why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e5e6e9;border-left:1px solid #e5e6e9}
body:not(.admin-mode) .why-card{min-height:205px;padding:25px;border-right:1px solid #e5e6e9;border-bottom:1px solid #e5e6e9;background:#fff}
body:not(.admin-mode) .why-card>span{color:var(--ata-orange);font-size:.87rem;font-weight:700}
body:not(.admin-mode) .why-card h3{margin:38px 0 8px;font-size:1rem}
body:not(.admin-mode) .why-card p{margin:0;font-size:.78rem;line-height:1.55}

/* Dark editorial article section like reference B */
body:not(.admin-mode) .blog-preview{background:#06142d;color:#fff}
body:not(.admin-mode) .dark-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:29px}
body:not(.admin-mode) .dark-section-head h2{margin:0;color:#fff;font-size:clamp(2.1rem,3.2vw,3.3rem)}
body:not(.admin-mode) .blog-preview .blog-grid{grid-template-columns:repeat(3,1fr)}
body:not(.admin-mode) .blog-preview .blog-card{border:1px solid rgba(255,255,255,.12);background:#10213f;color:#fff}
body:not(.admin-mode) .blog-preview .blog-card>div{padding:13px}
body:not(.admin-mode) .blog-preview .blog-card h3,
body:not(.admin-mode) .blog-preview .blog-card h3 a{color:#fff}
body:not(.admin-mode) .blog-preview .blog-card p{color:#aeb8c8}
body:not(.admin-mode) .blog-preview .blog-card>div>span{color:#8391a8}
body:not(.admin-mode) .blog-empty{max-width:720px;padding:42px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0d1e3b}
body:not(.admin-mode) .blog-empty>span{color:#91a0b8;font-size:.68rem;text-transform:uppercase;letter-spacing:.1em}
body:not(.admin-mode) .blog-empty h3{margin:8px 0;color:#fff;font-size:1.5rem}
body:not(.admin-mode) .blog-empty p{color:#aeb8c8}

/* Generic blog card */
body:not(.admin-mode) .blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body:not(.admin-mode) .blog-card{overflow:hidden;border:1px solid #e6e7eb;border-radius:9px;background:#fff}
body:not(.admin-mode) .blog-card-image{display:block;height:185px;background:#eee}
body:not(.admin-mode) .blog-card-image img{width:100%;height:100%;object-fit:cover}
body:not(.admin-mode) .blog-card>div{padding:16px}
body:not(.admin-mode) .blog-card>div>span{display:block;margin-bottom:6px;color:#9499a2;font-size:.63rem}
body:not(.admin-mode) .blog-card h3{margin:0 0 8px;font-size:1rem;line-height:1.2}
body:not(.admin-mode) .blog-card p{font-size:.76rem;line-height:1.5}

/* Bottom contact banner */
body:not(.admin-mode) .contact-banner{background:#fbf5f1}
body:not(.admin-mode) .contact-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
body:not(.admin-mode) .contact-banner-inner>div{max-width:700px}
body:not(.admin-mode) .contact-banner h2{margin:0 0 10px;font-size:clamp(2rem,3.4vw,3.3rem);line-height:1.03}
body:not(.admin-mode) .contact-banner p{margin:0}

/* Page heroes */
body:not(.admin-mode) .page-hero{position:relative;padding:82px 0 70px;background:var(--ata-navy);color:#fff;overflow:hidden}
body:not(.admin-mode) .page-hero:after{content:"";position:absolute;right:-80px;top:-120px;width:400px;height:400px;border:1px solid rgba(255,255,255,.09);border-radius:50%}
body:not(.admin-mode) .page-hero .container{position:relative;z-index:1}
body:not(.admin-mode) .page-hero h1{margin:0 0 12px;color:#fff;font-size:clamp(3rem,5.5vw,5.2rem);line-height:.96}
body:not(.admin-mode) .page-hero p{max-width:650px;margin:0;color:#cfd5df;font-size:1rem}
body:not(.admin-mode) .page-hero.simple{background:#0a1b38}
body:not(.admin-mode) .transfer-hero{background:linear-gradient(90deg,rgba(4,18,39,.92),rgba(4,18,39,.62)),url('https://images.unsplash.com/photo-1596306499398-8d88944a5ec4?auto=format&fit=crop&w=1800&q=80') center/cover}
body:not(.admin-mode) .custom-hero{background:linear-gradient(90deg,rgba(4,18,39,.92),rgba(4,18,39,.58)),url('https://images.unsplash.com/photo-1738589203334-54039552b610?auto=format&fit=crop&w=1800&q=80') center/cover}
body:not(.admin-mode) .blog-hero{background:#06142d}
body:not(.admin-mode) .contact-hero{background:linear-gradient(90deg,rgba(4,18,39,.94),rgba(4,18,39,.68)),url('https://images.unsplash.com/photo-1596306499398-8d88944a5ec4?auto=format&fit=crop&w=1800&q=80') center/cover}

/* Tours page */
body:not(.admin-mode) .tours-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:28px;align-items:start}
body:not(.admin-mode) .filters-card{position:sticky;top:165px;padding:18px;border:1px solid #e4e6ea;border-radius:9px;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.025)}
body:not(.admin-mode) .filters-card form{display:grid;gap:12px}
body:not(.admin-mode) .filters-card label{display:grid;gap:6px;color:#5d6470;font-size:.7rem;font-weight:700}
body:not(.admin-mode) .filters-card input,
body:not(.admin-mode) .filters-card select{min-width:0;width:100%;height:42px;padding:0 11px;border:1px solid #dfe2e6;border-radius:7px;background:#fff;color:#222832;font-size:.78rem;outline:0}
body:not(.admin-mode) .filters-card input:focus,
body:not(.admin-mode) .filters-card select:focus{border-color:#f09a7d;box-shadow:0 0 0 3px rgba(238,98,55,.08)}
body:not(.admin-mode) .results-head{margin-bottom:20px}
body:not(.admin-mode) .results-head span{color:#8a909a;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
body:not(.admin-mode) .results-head h2{margin:5px 0 0;font-size:2rem}

/* Tour detail */
body:not(.admin-mode) .breadcrumbs{padding-top:24px;color:#8a9099;font-size:.68rem;display:flex;align-items:center;gap:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body:not(.admin-mode) .breadcrumbs b{color:#505762;overflow:hidden;text-overflow:ellipsis}
body:not(.admin-mode) .tour-title-block{padding-top:35px;padding-bottom:24px}
body:not(.admin-mode) .tour-title-block>div{max-width:900px}
body:not(.admin-mode) .tour-title-block h1{margin:0 0 13px;font-size:clamp(2.65rem,4.8vw,4.6rem);line-height:.99}
body:not(.admin-mode) .tour-title-block p{max-width:780px;font-size:.96rem}
body:not(.admin-mode) .tour-facts{display:flex;flex-wrap:wrap;gap:9px 20px;margin-top:19px;color:#606875;font-size:.76rem}
body:not(.admin-mode) .tour-facts span{display:flex;align-items:center;gap:6px}
body:not(.admin-mode) .gallery-layout{padding-bottom:15px}
body:not(.admin-mode) .main-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:185px 185px;gap:7px;border-radius:10px;overflow:hidden}
body:not(.admin-mode) .gallery-item{border:0;padding:0;overflow:hidden;background:#ddd}
body:not(.admin-mode) .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
body:not(.admin-mode) .gallery-item:hover img{transform:scale(1.025)}
body:not(.admin-mode) .gallery-item.g0{grid-row:1/3}
body:not(.admin-mode) .detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:45px;align-items:start}
body:not(.admin-mode) .content-section{padding:0 0 32px;margin:0 0 32px;border-bottom:1px solid #e9eaed}
body:not(.admin-mode) .content-section h2{margin:0 0 16px;font-size:1.72rem}
body:not(.admin-mode) .lead-copy{font-size:.96rem;line-height:1.72;color:#555d69}
body:not(.admin-mode) .booking-side{position:sticky;top:165px}
body:not(.admin-mode) .booking-card{padding:20px;border:1px solid #e1e3e7;border-radius:10px;background:#fff;box-shadow:var(--ata-shadow-sm)}
body:not(.admin-mode) .booking-card h2{font-size:1.35rem}
body:not(.admin-mode) .option-list{display:grid;gap:10px;margin:14px 0 17px}
body:not(.admin-mode) .option-card{display:block;padding:13px;border:1px solid #e0e2e6;border-radius:8px;background:#fff;cursor:pointer}
body:not(.admin-mode) .option-card:has(input:checked){border-color:#f08a67;background:#fff9f6;box-shadow:0 0 0 2px rgba(238,98,55,.08)}
body:not(.admin-mode) .option-top{display:flex;align-items:flex-start;gap:10px}
body:not(.admin-mode) .option-top input{margin-top:4px}
body:not(.admin-mode) .option-top>span{flex:1}
body:not(.admin-mode) .option-top b{display:block;color:var(--ata-navy);font-size:.78rem}
body:not(.admin-mode) .option-top small{color:#777e89;font-size:.68rem}
body:not(.admin-mode) .option-top strong{color:var(--ata-orange);font-size:.9rem}
body:not(.admin-mode) .check-list,
body:not(.admin-mode) .plain-list{display:grid;gap:9px;padding:0;margin:0;list-style:none}
body:not(.admin-mode) .check-list li{display:flex;gap:8px;align-items:flex-start;color:#4e5662;font-size:.84rem}
body:not(.admin-mode) .check-list svg{color:var(--ata-green);flex:0 0 auto;margin-top:2px}
body:not(.admin-mode) .itinerary{position:relative;display:grid;gap:0}
body:not(.admin-mode) .itinerary-item{display:grid;grid-template-columns:34px 1fr;gap:15px;padding-bottom:22px}
body:not(.admin-mode) .itinerary-item>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--ata-navy);color:#fff;font-size:.7rem;font-weight:700}
body:not(.admin-mode) .itinerary-item h3{margin:1px 0 4px;font-size:.92rem}
body:not(.admin-mode) .itinerary-item p{font-size:.78rem}
body:not(.admin-mode) .info-section{padding:18px;border-radius:8px;background:#f7f7f6;margin-bottom:12px}
body:not(.admin-mode) .faq-list details{border-top:1px solid #e6e7ea}
body:not(.admin-mode) .faq-list details:last-child{border-bottom:1px solid #e6e7ea}
body:not(.admin-mode) .faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 0;font-weight:700;font-size:.82rem;cursor:pointer}
body:not(.admin-mode) .faq-list details p{padding:0 0 15px;font-size:.8rem}
body:not(.admin-mode) .reservation-section{background:#f5f6f8}
body:not(.admin-mode) .narrow{max-width:860px}

/* Forms */
body:not(.admin-mode) .form-panel{padding:28px;border:1px solid #e1e3e7;border-radius:10px;background:#fff;box-shadow:0 7px 24px rgba(9,22,43,.04)}
body:not(.admin-mode) .form-panel h2{font-size:1.8rem}
body:not(.admin-mode) .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
body:not(.admin-mode) .form-grid label{display:grid;gap:6px;color:#59616d;font-size:.7rem;font-weight:700}
body:not(.admin-mode) .form-grid input,
body:not(.admin-mode) .form-grid select,
body:not(.admin-mode) .form-grid textarea,
body:not(.admin-mode) .custom-builder input,
body:not(.admin-mode) .custom-builder select,
body:not(.admin-mode) .custom-builder textarea{width:100%;min-width:0;min-height:45px;padding:10px 12px;border:1px solid #dfe2e6;border-radius:7px;background:#fff;color:#222832;font-size:.8rem;outline:0;box-shadow:none}
body:not(.admin-mode) .form-grid textarea{resize:vertical;min-height:110px}
body:not(.admin-mode) .form-grid input:focus,
body:not(.admin-mode) .form-grid select:focus,
body:not(.admin-mode) .form-grid textarea:focus,
body:not(.admin-mode) .custom-builder input:focus,
body:not(.admin-mode) .custom-builder select:focus,
body:not(.admin-mode) .custom-builder textarea:focus{border-color:#f08a67;box-shadow:0 0 0 3px rgba(238,98,55,.08)}
body:not(.admin-mode) .full-span{grid-column:1/-1}

/* Transfers page cards */
body:not(.admin-mode) .transfer-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body:not(.admin-mode) .transfer-route-card{padding:18px;border:1px solid #e3e5e9;border-radius:9px;background:#fff}
body:not(.admin-mode) .transfer-route-card h3{font-size:1rem}
body:not(.admin-mode) .vehicle-preview{border-radius:8px;overflow:hidden;background:#f4f5f7}

/* Custom tour builder */
body:not(.admin-mode) .custom-builder{border:1px solid #e3e5e9;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(9,22,43,.045)}
body:not(.admin-mode) .steps{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e4e6e9;background:#fafafa}
body:not(.admin-mode) .steps span{padding:15px 17px;color:#949aa3;font-size:.68rem;font-weight:700;border-right:1px solid #e9eaec}
body:not(.admin-mode) .steps span.active{color:var(--ata-navy);background:#fff;box-shadow:inset 0 -2px var(--ata-orange)}
body:not(.admin-mode) .builder-step{padding:27px}
body:not(.admin-mode) .choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
body:not(.admin-mode) .choice-card{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid #e0e3e7;border-radius:8px;background:#fff;cursor:pointer}
body:not(.admin-mode) .choice-card:has(input:checked){border-color:#f08a67;background:#fff9f6}
body:not(.admin-mode) .choice-card b{font-size:.8rem}
body:not(.admin-mode) .choice-card small{color:#858b95;font-size:.68rem}
body:not(.admin-mode) .builder-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 27px;border-top:1px solid #e6e7ea;background:#fafafa}

/* Contact */
body:not(.admin-mode) .contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start}
body:not(.admin-mode) .contact-methods{display:grid;gap:9px;margin:24px 0}
body:not(.admin-mode) .contact-methods>a{display:grid;grid-template-columns:40px 1fr;align-items:center;gap:11px;padding:12px;border:1px solid #e4e6e9;border-radius:8px;background:#fff}
body:not(.admin-mode) .contact-methods>a>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#f4f6f9;color:var(--ata-blue)}
body:not(.admin-mode) .contact-methods small{display:block;color:#949aa3;font-size:.62rem}
body:not(.admin-mode) .contact-methods b{display:block;color:var(--ata-navy);font-size:.78rem}
body:not(.admin-mode) .social-links{display:flex;flex-wrap:wrap;gap:8px}
body:not(.admin-mode) .social-links a{display:inline-flex;gap:5px;align-items:center;padding:7px 9px;border:1px solid #e2e4e8;border-radius:6px;font-size:.68rem;font-weight:700}
body:not(.admin-mode) .contact-map{width:100%;height:280px;border:0;border-radius:9px;margin-top:20px}

/* Blog listing/detail */
body:not(.admin-mode) .blog-grid.large{grid-template-columns:repeat(3,minmax(0,1fr))}
body:not(.admin-mode) .article{max-width:860px}
body:not(.admin-mode) .article header{padding:44px 0 26px}
body:not(.admin-mode) .article header h1{font-size:clamp(2.7rem,5vw,4.8rem);line-height:.98}
body:not(.admin-mode) .article-cover{width:100%;max-height:520px;object-fit:cover;border-radius:10px}
body:not(.admin-mode) .article-content{max-width:720px;margin:36px auto 0}
body:not(.admin-mode) .article-content p{font-size:.94rem;line-height:1.8;color:#4f5763}
body:not(.admin-mode) .article-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:32px}
body:not(.admin-mode) .article-gallery img{width:100%;height:270px;object-fit:cover;border-radius:8px}

/* Footer */
body:not(.admin-mode) .site-footer{padding:55px 0 0;background:#06142d;color:#fff}
body:not(.admin-mode) .footer-top{display:grid;grid-template-columns:1.05fr 1.45fr;gap:80px;padding-bottom:44px}
body:not(.admin-mode) .footer-brand img{width:230px;max-height:55px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
body:not(.admin-mode) .footer-brand p{max-width:410px;margin:20px 0;color:#aeb8c8;font-size:.79rem;line-height:1.65}
body:not(.admin-mode) .footer-social{display:flex;flex-wrap:wrap;gap:9px}
body:not(.admin-mode) .footer-social a{color:#d7deea;font-size:.68rem}
body:not(.admin-mode) .footer-grid-links{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
body:not(.admin-mode) .footer-grid-links h3{margin:0 0 16px;color:#fff;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}
body:not(.admin-mode) .footer-grid-links a,
body:not(.admin-mode) .footer-grid-links span{display:block;margin:0 0 9px;color:#aeb8c8;font-size:.72rem}
body:not(.admin-mode) .footer-grid-links a:hover{color:#fff}
body:not(.admin-mode) .footer-bottom{padding:17px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7f8ca1;font-size:.63rem}
body:not(.admin-mode) .footer-bottom>div{display:flex;align-items:center;gap:15px}
body:not(.admin-mode) .footer-bottom a:hover{color:#fff}
body:not(.admin-mode) .floating-whatsapp{right:max(18px,env(safe-area-inset-right));bottom:max(18px,calc(env(safe-area-inset-bottom) + 14px));width:55px;height:55px;border:0;border-radius:50%;background:#19a75a;color:#fff;box-shadow:0 10px 28px rgba(25,167,90,.28)}

/* Loading / errors / empty states on public pages */
body:not(.admin-mode) .spinner-card,
body:not(.admin-mode) .empty-state,
body:not(.admin-mode) .error-state{border-radius:9px;border:1px solid #e5e7ea;background:#fff}
body:not(.admin-mode) .success-box{padding:12px 14px;border-radius:7px;background:#edf8f2;color:#116341;font-size:.78rem}
body:not(.admin-mode) .error-box{padding:12px 14px;border-radius:7px;background:#fff0ef;color:#9c2d22;font-size:.78rem}
body:not(.admin-mode) .not-found{padding:110px 0;text-align:center}
body:not(.admin-mode) .not-found>div>span{color:var(--ata-orange);font-size:.85rem;font-weight:700}

/* Tablet */
@media(max-width:1080px){
  :root{--ata-container:min(calc(100% - 34px),960px)}
  body:not(.admin-mode) .header-search{width:min(300px,30vw)}
  body:not(.admin-mode) .header-whatsapp{display:none}
  body:not(.admin-mode) .header-mini-links{display:none}
  body:not(.admin-mode) .destination-grid{grid-template-columns:repeat(3,1fr)}
  body:not(.admin-mode) .destination-card{height:245px}
  body:not(.admin-mode) .package-section-head{grid-template-columns:1fr;gap:13px}
  body:not(.admin-mode) .custom-cta-inner{gap:50px}
  body:not(.admin-mode) .why-grid{grid-template-columns:repeat(2,1fr)}
  body:not(.admin-mode) .tours-layout{grid-template-columns:220px minmax(0,1fr);gap:20px}
  body:not(.admin-mode) .detail-grid{grid-template-columns:minmax(0,1fr) 300px;gap:28px}
}

@media(max-width:860px){
  :root{--ata-container:min(calc(100% - 30px),760px)}
  body:not(.admin-mode) .header-utility{display:none}
  body:not(.admin-mode) .header-main{height:68px;gap:16px}
  body:not(.admin-mode) .brand{width:184px}
  body:not(.admin-mode) .brand img{height:42px}
  body:not(.admin-mode) .header-search,
  body:not(.admin-mode) .header-plan-btn,
  body:not(.admin-mode) .header-nav-row{display:none}
  body:not(.admin-mode) .mobile-menu-button{display:grid;place-items:center}
  body:not(.admin-mode) .mobile-nav{position:absolute;top:68px;left:0;right:0;display:none;padding:9px 15px 18px;background:#fff;border-bottom:1px solid #e7e8eb;box-shadow:0 16px 30px rgba(9,22,43,.10)}
  body:not(.admin-mode) .mobile-nav.open{display:grid}
  body:not(.admin-mode) .mobile-nav a{padding:12px 7px;border-bottom:1px solid #efeff1;color:#232833;font-size:.82rem;font-weight:700}
  body:not(.admin-mode) .mobile-nav .mobile-wa{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;border:0;border-radius:7px;background:#edf8f2;color:#16704f}

  body:not(.admin-mode) .hero-home{height:500px;min-height:500px}
  body:not(.admin-mode) .hero-content{padding-top:80px}
  body:not(.admin-mode) .hero-content>h1{font-size:4.4rem;max-width:640px}
  body:not(.admin-mode) .hero-planner-wrap{margin-top:-52px}
  body:not(.admin-mode) .planner-fields{grid-template-columns:1fr 1fr}
  body:not(.admin-mode) .planner-fields .btn{grid-column:1/-1;height:50px}
  body:not(.admin-mode) .promo-grid{grid-template-columns:1fr 1fr}
  body:not(.admin-mode) .promo-card:last-child{display:none}
  body:not(.admin-mode) .card-grid,
  body:not(.admin-mode) .blog-grid,
  body:not(.admin-mode) .blog-grid.large{grid-template-columns:repeat(2,1fr)}
  body:not(.admin-mode) .split-tour-grid{grid-template-columns:1fr}
  body:not(.admin-mode) .split-tour-panel{min-height:330px}
  body:not(.admin-mode) .transfer-mini-grid{grid-template-columns:1fr 1fr}
  body:not(.admin-mode) .custom-cta-inner{grid-template-columns:1fr;gap:34px}
  body:not(.admin-mode) .contact-banner-inner{align-items:flex-start;flex-direction:column}
  body:not(.admin-mode) .tours-layout{grid-template-columns:1fr}
  body:not(.admin-mode) .filters-card{position:static;top:auto}
  body:not(.admin-mode) .filters-card form{grid-template-columns:repeat(2,1fr)}
  body:not(.admin-mode) .detail-grid{grid-template-columns:1fr}
  body:not(.admin-mode) .booking-side{position:static;order:-1}
  body:not(.admin-mode) .main-gallery{grid-template-rows:160px 160px}
  body:not(.admin-mode) .transfer-route-grid{grid-template-columns:repeat(2,1fr)}
  body:not(.admin-mode) .contact-grid{grid-template-columns:1fr;gap:34px}
  body:not(.admin-mode) .footer-top{grid-template-columns:1fr;gap:38px}
}

/* Mobile — intentionally redesigned, not shrunk desktop */
@media(max-width:620px){
  :root{--ata-container:calc(100% - 24px)}
  body:not(.admin-mode) .section{padding:56px 0}
  body:not(.admin-mode) .site-header{padding-top:env(safe-area-inset-top)}
  body:not(.admin-mode) .header-main{height:64px}
  body:not(.admin-mode) .brand{width:178px;max-width:68vw}
  body:not(.admin-mode) .brand img{height:40px}
  body:not(.admin-mode) .mobile-nav{top:calc(64px + env(safe-area-inset-top))}

  body:not(.admin-mode) .hero-home{height:465px;min-height:465px}
  body:not(.admin-mode) .hero-home-image{object-position:58% center}
  body:not(.admin-mode) .hero-shade{background:linear-gradient(0deg,rgba(4,17,35,.70),rgba(4,17,35,.20)),linear-gradient(90deg,rgba(4,17,35,.52),rgba(4,17,35,.10))}
  body:not(.admin-mode) .hero-content{display:flex;flex-direction:column;justify-content:flex-end;padding:0 0 92px}
  body:not(.admin-mode) .hero-content>h1{font-size:3rem;line-height:.94;max-width:96%;margin-bottom:14px}
  body:not(.admin-mode) .hero-content>p{font-size:.9rem;line-height:1.48;max-width:95%}
  body:not(.admin-mode) .hero-chip{font-size:.58rem;margin-bottom:11px}
  body:not(.admin-mode) .hero-actions{margin-top:20px}
  body:not(.admin-mode) .hero-actions .btn{min-height:42px;padding:0 15px;font-size:.76rem}

  body:not(.admin-mode) .hero-planner-wrap{width:100%;margin-top:-47px}
  body:not(.admin-mode) .hero-planner{padding:0 12px 13px;border-radius:11px}
  body:not(.admin-mode) .planner-tabs{height:50px}
  body:not(.admin-mode) .planner-tabs a{padding:0 14px;font-size:.69rem}
  body:not(.admin-mode) .planner-fields{grid-template-columns:1fr;padding-top:12px}
  body:not(.admin-mode) .planner-fields label{height:52px}
  body:not(.admin-mode) .planner-fields .btn{grid-column:auto;height:48px}

  body:not(.admin-mode) .home-promo-section{padding-top:32px}
  body:not(.admin-mode) .promo-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding-bottom:6px;margin-right:-12px}
  body:not(.admin-mode) .promo-card,
  body:not(.admin-mode) .promo-card:last-child{display:block;flex:0 0 86%;height:150px;scroll-snap-align:start}
  body:not(.admin-mode) .promo-copy{padding:16px}
  body:not(.admin-mode) .promo-copy h3{font-size:1.08rem}

  body:not(.admin-mode) .section-head{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:22px}
  body:not(.admin-mode) .section-head h2{font-size:2rem}
  body:not(.admin-mode) .section-head p{font-size:.82rem}
  body:not(.admin-mode) .home-destinations{padding-top:48px}
  body:not(.admin-mode) .destination-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;margin-right:-12px;padding-bottom:6px}
  body:not(.admin-mode) .destination-card{flex:0 0 44%;height:235px;scroll-snap-align:start}

  body:not(.admin-mode) .package-section-head{gap:10px;margin-bottom:23px}
  body:not(.admin-mode) .package-section-head h2{font-size:2.05rem}
  body:not(.admin-mode) .package-section-head p{font-size:.8rem}
  body:not(.admin-mode) .card-grid,
  body:not(.admin-mode) .card-grid.cols-4,
  body:not(.admin-mode) .blog-grid,
  body:not(.admin-mode) .blog-grid.large{grid-template-columns:1fr}
  body:not(.admin-mode) .tour-card-image{aspect-ratio:1.55/1}

  body:not(.admin-mode) .split-tour-section{padding-top:56px;padding-bottom:56px}
  body:not(.admin-mode) .split-tour-panel{min-height:300px;padding:23px}
  body:not(.admin-mode) .split-tour-panel h2{font-size:2rem}
  body:not(.admin-mode) .transfer-mini-grid{grid-template-columns:1fr}
  body:not(.admin-mode) .custom-cta h2{font-size:2.5rem}
  body:not(.admin-mode) .why-grid{grid-template-columns:1fr}
  body:not(.admin-mode) .why-card{min-height:auto}
  body:not(.admin-mode) .why-card h3{margin-top:22px}
  body:not(.admin-mode) .dark-section-head{align-items:flex-start;flex-direction:column}
  body:not(.admin-mode) .blog-empty{padding:25px}

  body:not(.admin-mode) .page-hero{padding:58px 0 52px}
  body:not(.admin-mode) .page-hero h1{font-size:3rem}
  body:not(.admin-mode) .filters-card form{grid-template-columns:1fr}
  body:not(.admin-mode) .tour-title-block h1{font-size:2.55rem}
  body:not(.admin-mode) .tour-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  body:not(.admin-mode) .main-gallery{grid-template-columns:2fr 1fr;grid-template-rows:120px 120px;gap:5px}
  body:not(.admin-mode) .gallery-item:nth-child(n+4){display:none}
  body:not(.admin-mode) .content-section h2{font-size:1.55rem}
  body:not(.admin-mode) .form-panel{padding:18px}
  body:not(.admin-mode) .form-grid{grid-template-columns:1fr}
  body:not(.admin-mode) .full-span{grid-column:1}
  body:not(.admin-mode) .transfer-route-grid{grid-template-columns:1fr}
  body:not(.admin-mode) .steps{display:flex;overflow-x:auto}
  body:not(.admin-mode) .steps span{flex:0 0 125px}
  body:not(.admin-mode) .builder-step{padding:19px}
  body:not(.admin-mode) .choice-grid{grid-template-columns:1fr}
  body:not(.admin-mode) .builder-actions{position:sticky;bottom:0;padding:12px 19px calc(12px + env(safe-area-inset-bottom));z-index:4}
  body:not(.admin-mode) .article header{padding-top:32px}
  body:not(.admin-mode) .article-gallery{grid-template-columns:1fr}
  body:not(.admin-mode) .article-gallery img{height:230px}

  body:not(.admin-mode) .footer-grid-links{grid-template-columns:1fr 1fr;gap:28px}
  body:not(.admin-mode) .footer-grid-links>div:last-child{grid-column:1/-1}
  body:not(.admin-mode) .footer-bottom{align-items:flex-start;flex-direction:column}
  body:not(.admin-mode) .footer-bottom>div{flex-wrap:wrap}
}

@media(max-width:380px){
  body:not(.admin-mode) .brand{width:160px}
  body:not(.admin-mode) .hero-content>h1{font-size:2.62rem}
  body:not(.admin-mode) .hero-actions{flex-direction:column;align-items:stretch}
  body:not(.admin-mode) .hero-actions .btn{width:100%}
  body:not(.admin-mode) .destination-card{flex-basis:52%}
  body:not(.admin-mode) .tour-facts{grid-template-columns:1fr}
  body:not(.admin-mode) .footer-grid-links{grid-template-columns:1fr}
  body:not(.admin-mode) .footer-grid-links>div:last-child{grid-column:auto}
}

/* ================================================================
   REFERENCE-LOCKED PUBLIC UI — 2026-08-21
   Desktop master: supplied OppaTravel reference. Admin remains intact.
   ================================================================ */
:root{
  --ata-orange:#F15A38;
  --ata-orange-dark:#E94E2D;
  --ata-ink:#111111;
  --ata-muted:#555555;
  --ata-line:#E7E7E7;
  --ata-soft:#F8F8F8;
  --ata-page:#FFFFFF;
  --ata-outer:#EEEEEE;
  --ata-container:min(1160px,calc(100% - 40px));
  --ata-shadow-sm:0 3px 12px rgba(0,0,0,.06);
  --ata-shadow:0 8px 25px rgba(0,0,0,.08);
}

body:not(.admin-mode){
  margin:0;
  padding:60px 48px;
  background:var(--ata-outer);
  color:var(--ata-ink);
  font-family:"Poppins",sans-serif;
  font-weight:400;
  line-height:1.45;
}
body:not(.admin-mode) #app{
  width:100%;
  max-width:1490px;
  min-height:100vh;
  margin:0 auto;
  overflow:hidden;
  background:var(--ata-page);
}
body:not(.admin-mode) .container{width:var(--ata-container);margin-inline:auto}
body:not(.admin-mode) button,
body:not(.admin-mode) input,
body:not(.admin-mode) textarea,
body:not(.admin-mode) select{font-family:"Poppins",sans-serif}
body:not(.admin-mode) h1,
body:not(.admin-mode) h2,
body:not(.admin-mode) h3{
  font-family:"Poppins",sans-serif;
  letter-spacing:-.01em;
}
body:not(.admin-mode) .btn{font-weight:600}
body:not(.admin-mode) .btn-primary{background:var(--ata-orange)}
body:not(.admin-mode) .btn-primary:hover{background:var(--ata-orange-dark)}

/* Header — exactly two rows */
body:not(.admin-mode) .site-header{
  position:relative;
  top:auto;
  z-index:60;
  background:#fff;
  border:0;
  box-shadow:none;
}
body:not(.admin-mode) .header-utility{display:none!important}
body:not(.admin-mode) .header-main{
  height:70px;
  display:flex;
  align-items:center;
  gap:0;
}
body:not(.admin-mode) .brand{
  width:145px;
  max-width:145px;
  flex:0 0 145px;
  margin-right:36px;
}
body:not(.admin-mode) .brand img{
  width:100%;
  height:36px;
  object-fit:contain;
  object-position:left center;
}
body:not(.admin-mode) .header-search{
  width:330px;
  height:42px;
  margin:0;
  display:flex;
  overflow:hidden;
  border:1px solid #eeeeee;
  border-radius:6px;
  background:#fff;
}
body:not(.admin-mode) .header-search input{
  min-width:0;
  flex:1;
  padding:0 15px;
  border:0;
  outline:0;
  background:#fff;
  color:#171717;
  font-size:12px;
  font-weight:400;
}
body:not(.admin-mode) .header-search input::placeholder{color:#7d7d7d}
body:not(.admin-mode) .header-search button{
  width:52px;
  height:42px;
  flex:0 0 52px;
  border:0;
  border-radius:0;
  background:var(--ata-orange);
  color:#fff;
  display:grid;
  place-items:center;
}
body:not(.admin-mode) .header-spacer{flex:1;min-width:20px}
body:not(.admin-mode) .header-controls{
  display:flex;
  align-items:center;
  gap:22px;
  margin-right:24px;
  white-space:nowrap;
}
body:not(.admin-mode) .header-control{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#171717;
  font-size:12px;
  font-weight:400;
}
body:not(.admin-mode) a.header-control:hover{color:var(--ata-orange)}
body:not(.admin-mode) .currency-control{font-weight:500}
body:not(.admin-mode) .help-icon{
  width:17px;
  height:17px;
  display:inline-grid;
  place-items:center;
  border:1.5px solid currentColor;
  border-radius:50%;
  font-size:10px;
  font-weight:600;
  line-height:1;
}
body:not(.admin-mode) .header-actions{display:flex;align-items:center;gap:0;margin:0}
body:not(.admin-mode) .header-plan-btn{
  width:84px;
  height:42px;
  min-height:42px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:5px;
  background:var(--ata-orange);
  color:#fff;
  font-size:12px;
  font-weight:500;
}
body:not(.admin-mode) .header-plan-btn:hover{background:var(--ata-orange-dark)}
body:not(.admin-mode) .mobile-menu-button{display:none}
body:not(.admin-mode) .header-nav-row{
  height:38px;
  border-top:1px solid #f3f3f3;
  border-bottom:1px solid #f3f3f3;
  background:#fff;
}
body:not(.admin-mode) .header-nav-inner{height:37px;display:flex;align-items:center;justify-content:space-between;gap:20px}
body:not(.admin-mode) .desktop-nav{display:flex;align-items:center;gap:25px;margin:0}
body:not(.admin-mode) .desktop-nav a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:0;
  color:#111;
  font-size:12px;
  font-weight:400;
  white-space:nowrap;
}
body:not(.admin-mode) .desktop-nav a:hover{color:var(--ata-orange)}
body:not(.admin-mode) .header-mini-links{display:flex;align-items:center;gap:20px}
body:not(.admin-mode) .header-mini-links a{
  color:#111!important;
  font-size:12px;
  font-weight:400;
}
body:not(.admin-mode) .header-mini-links a:last-child{color:var(--ata-orange)!important}
body:not(.admin-mode) .mobile-nav{display:none}

/* Reference hero */
body:not(.admin-mode) .home-v3{background:#fff}
body:not(.admin-mode) .home-v3 .hero-home{
  position:relative;
  width:100%;
  height:280px;
  min-height:280px;
  overflow:hidden;
  background:#2c3436;
}
body:not(.admin-mode) .home-v3 .hero-home-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
}
body:not(.admin-mode) .home-v3 .hero-shade{position:absolute;inset:0;background:rgba(0,0,0,.35)}
body:not(.admin-mode) .home-v3 .hero-content{
  position:relative;
  z-index:2;
  height:100%;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-48px);
  text-align:center;
  color:#fff;
}
body:not(.admin-mode) .home-v3 .hero-content>h1{
  max-width:820px;
  margin:0;
  color:#fff;
  font-size:33px;
  font-weight:700;
  line-height:1.2;
  text-transform:none;
  letter-spacing:-.01em;
}
body:not(.admin-mode) .home-v3 .hero-chip,
body:not(.admin-mode) .home-v3 .hero-content>p,
body:not(.admin-mode) .home-v3 .hero-actions{display:none!important}

/* Floating category tabs + booking panel */
body:not(.admin-mode) .home-v3 .hero-planner-wrap{
  position:relative;
  z-index:10;
  margin-top:-132px;
}
body:not(.admin-mode) .home-v3 .planner-tabs{
  position:relative;
  z-index:2;
  width:min(1030px,calc(100% - 70px));
  height:68px;
  margin:0 auto;
  padding:0 22px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:stretch;
  gap:0;
  overflow:visible;
  border:0;
  border-radius:10px;
  background:#fff;
  box-shadow:0 4px 18px rgba(0,0,0,.07);
}
body:not(.admin-mode) .home-v3 .planner-tabs a{
  position:relative;
  min-width:0;
  height:68px;
  padding:0 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border:0;
  color:#3f3f3f;
  font-size:14px;
  font-weight:400;
  white-space:nowrap;
}
body:not(.admin-mode) .home-v3 .planner-tabs a svg{flex:0 0 auto;color:#222;stroke-width:1.7}
body:not(.admin-mode) .home-v3 .planner-tabs a.active{color:var(--ata-orange);border:0}
body:not(.admin-mode) .home-v3 .planner-tabs a.active svg{color:var(--ata-orange)}
body:not(.admin-mode) .home-v3 .planner-tabs a.active:after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:0;
  height:2px;
  background:var(--ata-orange);
}
body:not(.admin-mode) .home-v3 .hero-planner{
  position:relative;
  z-index:1;
  width:100%;
  height:145px;
  margin:-30px 0 0;
  padding:52px 30px 30px;
  border:0;
  border-radius:19px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
body:not(.admin-mode) .home-v3 .planner-fields{
  height:60px;
  padding:0;
  display:grid;
  grid-template-columns:1.15fr 1.2fr 120px;
  gap:12px;
}
body:not(.admin-mode) .home-v3 .planner-fields label{
  height:60px;
  padding:8px 16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid #dedede;
  border-radius:7px;
  background:#fff;
}
body:not(.admin-mode) .home-v3 .planner-fields label>span{
  margin:0 0 2px;
  color:#555;
  font-size:11px;
  font-weight:400;
  line-height:1.2;
}
body:not(.admin-mode) .home-v3 .planner-fields input,
body:not(.admin-mode) .home-v3 .planner-fields select{
  width:100%;
  height:26px;
  padding:0;
  border:0;
  outline:0;
  background:#fff;
  color:#111;
  font-size:16px;
  font-weight:600;
}
body:not(.admin-mode) .home-v3 .planner-fields input::placeholder{color:#111;opacity:1}
body:not(.admin-mode) .home-v3 .planner-fields .btn{
  width:120px;
  height:60px;
  min-height:60px;
  padding:0;
  border-radius:8px;
  box-shadow:0 9px 18px rgba(241,90,56,.20);
  color:#fff;
  font-size:16px;
  font-weight:600;
  transform:none;
}

/* Promo banners */
body:not(.admin-mode) .home-v3 .home-promo-section{padding:46px 0 0}
body:not(.admin-mode) .home-v3 .promo-shell{position:relative}
body:not(.admin-mode) .home-v3 #home-promos{overflow:hidden}
body:not(.admin-mode) .home-v3 .promo-grid{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}
body:not(.admin-mode) .home-v3 .promo-grid::-webkit-scrollbar{display:none}
body:not(.admin-mode) .home-v3 .promo-card{
  --promo-color:#f26a39;
  position:relative;
  flex:0 0 calc((100% - 32px)/3);
  height:160px;
  display:block;
  overflow:hidden;
  scroll-snap-align:start;
  border-radius:9px;
  background:#ddd;
  color:#fff;
}
body:not(.admin-mode) .home-v3 .promo-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,var(--promo-color) 0%,var(--promo-color) 48%,rgba(0,0,0,.02) 72%);
}
body:not(.admin-mode) .home-v3 .promo-1{--promo-color:#ff6a2d}
body:not(.admin-mode) .home-v3 .promo-2{--promo-color:#ca55e9}
body:not(.admin-mode) .home-v3 .promo-3{--promo-color:#82d4cc}
body:not(.admin-mode) .home-v3 .promo-image{
  position:absolute;
  top:0;
  right:0;
  width:59%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
body:not(.admin-mode) .home-v3 .promo-copy{
  position:relative;
  z-index:2;
  width:56%;
  height:100%;
  padding:19px 20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
body:not(.admin-mode) .home-v3 .promo-copy small{
  width:max-content;
  max-width:100%;
  margin:0 0 8px;
  padding:4px 7px;
  border-radius:10px;
  background:#10213d;
  color:#fff;
  font-size:9px;
  font-weight:500;
  line-height:1;
  text-transform:none;
  letter-spacing:0;
}
body:not(.admin-mode) .home-v3 .promo-copy h3{
  margin:0 0 15px;
  color:#fff;
  font-size:18px;
  font-weight:500;
  line-height:1.12;
  letter-spacing:-.01em;
}
body:not(.admin-mode) .home-v3 .promo-copy>span{display:flex;align-items:center;gap:4px;color:#fff;font-size:10px;font-weight:500}
body:not(.admin-mode) .home-v3 .promo-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  width:52px;
  height:52px;
  margin-top:-26px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:#fff;
  color:var(--ata-orange);
  box-shadow:0 3px 14px rgba(0,0,0,.08);
  font-family:"Poppins",sans-serif;
  font-size:31px;
  font-weight:300;
  line-height:1;
}
body:not(.admin-mode) .home-v3 .promo-prev{left:-26px}
body:not(.admin-mode) .home-v3 .promo-next{right:-26px}

/* Destination section */
body:not(.admin-mode) .home-v3 .home-destinations{padding:42px 0 12px}
body:not(.admin-mode) .home-v3 .home-destination-title{
  margin:0 0 18px;
  color:#101010;
  font-size:30px;
  font-weight:700;
  line-height:1.2;
}
body:not(.admin-mode) .home-v3 .destination-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:15px;
}
body:not(.admin-mode) .home-v3 .destination-card{
  position:relative;
  min-width:0;
  height:250px;
  overflow:hidden;
  border-radius:8px;
  background:#ddd;
  color:#fff;
}
body:not(.admin-mode) .home-v3 .destination-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .25s ease;
}
body:not(.admin-mode) .home-v3 .destination-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.20) 40%,rgba(0,0,0,0) 65%);
}
body:not(.admin-mode) .home-v3 .destination-card>div{
  position:absolute;
  z-index:2;
  left:15px;
  right:12px;
  bottom:14px;
}
body:not(.admin-mode) .home-v3 .destination-card h3{
  margin:0;
  color:#fff;
  font-size:16px;
  font-weight:600;
  line-height:1.25;
  letter-spacing:0;
}
body:not(.admin-mode) .home-v3 .destination-card small,
body:not(.admin-mode) .home-v3 .destination-card>div>span{display:none!important}
body:not(.admin-mode) .home-v3 .destination-card:hover .destination-image{transform:scale(1.025)}
body:not(.admin-mode) .home-v3 .see-more-wrap{display:flex;justify-content:center;margin-top:30px;padding-bottom:0}
body:not(.admin-mode) .home-v3 .see-more-button{
  width:240px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #777;
  border-radius:3px;
  background:#fff;
  color:#111;
  font-size:11px;
  font-weight:400;
}
body:not(.admin-mode) .home-v3 .see-more-button:hover{border-color:#111;background:#fafafa}

/* Keep the footer clean and below the reference first-fold composition. */
body:not(.admin-mode) .site-footer{margin-top:58px}

/* Desktop compression */
@media(max-width:1250px){
  body:not(.admin-mode){padding:34px 24px}
  body:not(.admin-mode) .header-controls{gap:14px;margin-right:16px}
  body:not(.admin-mode) .brand{margin-right:24px}
  body:not(.admin-mode) .header-search{width:300px}
}

/* Tablet */
@media(max-width:1024px){
  :root{--ata-container:min(calc(100% - 32px),920px)}
  body:not(.admin-mode){padding:0;background:#fff}
  body:not(.admin-mode) #app{max-width:none}
  body:not(.admin-mode) .header-main{height:66px}
  body:not(.admin-mode) .brand{width:138px;max-width:138px;flex-basis:138px;margin-right:20px}
  body:not(.admin-mode) .brand img{height:34px}
  body:not(.admin-mode) .header-search{width:275px;height:40px}
  body:not(.admin-mode) .header-search button{height:40px;width:48px;flex-basis:48px}
  body:not(.admin-mode) .header-controls .header-control:first-child{display:none}
  body:not(.admin-mode) .header-controls{gap:13px;margin-right:14px}
  body:not(.admin-mode) .header-plan-btn{width:78px;height:40px;min-height:40px}
  body:not(.admin-mode) .desktop-nav{gap:20px}
  body:not(.admin-mode) .header-mini-links{display:none}
  body:not(.admin-mode) .home-v3 .planner-tabs{width:calc(100% - 50px);padding:0 10px}
  body:not(.admin-mode) .home-v3 .planner-tabs a{gap:8px;font-size:12px}
  body:not(.admin-mode) .home-v3 .hero-planner{padding-inline:24px}
  body:not(.admin-mode) .home-v3 .destination-grid{grid-template-columns:repeat(3,1fr)}
  body:not(.admin-mode) .home-v3 .destination-card{height:238px}
}

@media(max-width:820px){
  body:not(.admin-mode) .header-search,
  body:not(.admin-mode) .header-controls,
  body:not(.admin-mode) .header-plan-btn,
  body:not(.admin-mode) .header-nav-row{display:none!important}
  body:not(.admin-mode) .header-main{height:64px;justify-content:space-between}
  body:not(.admin-mode) .brand{width:155px;max-width:155px;flex-basis:155px;margin:0}
  body:not(.admin-mode) .brand img{height:37px}
  body:not(.admin-mode) .header-spacer{display:none}
  body:not(.admin-mode) .header-actions{margin-left:auto}
  body:not(.admin-mode) .mobile-menu-button{
    width:42px;height:42px;display:grid;place-items:center;border:1px solid #e6e6e6;border-radius:6px;background:#fff;color:#111
  }
  body:not(.admin-mode) .mobile-nav{
    position:absolute;top:64px;left:0;right:0;z-index:80;display:none;padding:8px 16px 18px;background:#fff;border-top:1px solid #f2f2f2;border-bottom:1px solid #e9e9e9;box-shadow:0 12px 24px rgba(0,0,0,.08)
  }
  body:not(.admin-mode) .mobile-nav.open{display:grid}
  body:not(.admin-mode) .mobile-nav a{padding:11px 4px;border-bottom:1px solid #f0f0f0;color:#111;font-size:13px;font-weight:500}
  body:not(.admin-mode) .home-v3 .hero-home{height:250px;min-height:250px}
  body:not(.admin-mode) .home-v3 .hero-content{transform:translateY(-12px)}
  body:not(.admin-mode) .home-v3 .hero-content>h1{font-size:30px}
  body:not(.admin-mode) .home-v3 .hero-planner-wrap{margin-top:-82px}
  body:not(.admin-mode) .home-v3 .planner-tabs{width:calc(100% - 26px);height:62px;padding:0;display:flex;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;scrollbar-width:none}
  body:not(.admin-mode) .home-v3 .planner-tabs::-webkit-scrollbar{display:none}
  body:not(.admin-mode) .home-v3 .planner-tabs a{flex:0 0 auto;height:62px;padding:0 18px;font-size:12px}
  body:not(.admin-mode) .home-v3 .planner-tabs a svg{width:22px;height:22px}
  body:not(.admin-mode) .home-v3 .hero-planner{height:auto;margin-top:-22px;padding:42px 18px 18px;border-radius:16px}
  body:not(.admin-mode) .home-v3 .planner-fields{height:auto;grid-template-columns:1fr 1fr;gap:10px}
  body:not(.admin-mode) .home-v3 .planner-fields .btn{grid-column:1/-1;width:100%;height:52px;min-height:52px}
  body:not(.admin-mode) .home-v3 .promo-card{flex-basis:calc((100% - 16px)/2)}
  body:not(.admin-mode) .home-v3 .promo-arrow{display:none}
}

/* Mobile — same design language, not a squashed desktop */
@media(max-width:620px){
  :root{--ata-container:calc(100% - 32px)}
  body:not(.admin-mode) .site-header{padding-top:env(safe-area-inset-top)}
  body:not(.admin-mode) .mobile-nav{top:calc(64px + env(safe-area-inset-top))}
  body:not(.admin-mode) .home-v3 .hero-home{height:235px;min-height:235px}
  body:not(.admin-mode) .home-v3 .hero-home-image{object-position:center 45%}
  body:not(.admin-mode) .home-v3 .hero-content{padding:0 16px;transform:translateY(-8px)}
  body:not(.admin-mode) .home-v3 .hero-content>h1{font-size:27px;line-height:1.18}
  body:not(.admin-mode) .home-v3 .hero-planner-wrap{width:calc(100% - 24px);margin-top:-68px}
  body:not(.admin-mode) .home-v3 .planner-tabs{width:100%;height:58px;border-radius:9px}
  body:not(.admin-mode) .home-v3 .planner-tabs a{height:58px;padding:0 15px;gap:7px;font-size:11.5px}
  body:not(.admin-mode) .home-v3 .planner-tabs a svg{width:21px;height:21px}
  body:not(.admin-mode) .home-v3 .hero-planner{margin-top:-18px;padding:38px 14px 14px;border-radius:14px}
  body:not(.admin-mode) .home-v3 .planner-fields{grid-template-columns:1fr;gap:9px}
  body:not(.admin-mode) .home-v3 .planner-fields label{height:56px;padding:7px 13px}
  body:not(.admin-mode) .home-v3 .planner-fields label>span{font-size:10px}
  body:not(.admin-mode) .home-v3 .planner-fields input,
  body:not(.admin-mode) .home-v3 .planner-fields select{font-size:14px}
  body:not(.admin-mode) .home-v3 .planner-fields .btn{grid-column:auto;height:50px;min-height:50px;font-size:14px}
  body:not(.admin-mode) .home-v3 .home-promo-section{padding-top:32px}
  body:not(.admin-mode) .home-v3 .promo-shell{width:calc(100% - 32px)}
  body:not(.admin-mode) .home-v3 #home-promos{overflow:visible}
  body:not(.admin-mode) .home-v3 .promo-grid{margin-right:-16px;padding-right:16px}
  body:not(.admin-mode) .home-v3 .promo-card{flex-basis:86%;height:150px}
  body:not(.admin-mode) .home-v3 .promo-copy{padding:16px;width:58%}
  body:not(.admin-mode) .home-v3 .promo-copy h3{font-size:17px}
  body:not(.admin-mode) .home-v3 .home-destinations{padding-top:36px}
  body:not(.admin-mode) .home-v3 .home-destination-title{margin-bottom:16px;font-size:25px}
  body:not(.admin-mode) .home-v3 .destination-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
  body:not(.admin-mode) .home-v3 .destination-card{height:215px;border-radius:7px}
  body:not(.admin-mode) .home-v3 .destination-card>div{left:12px;bottom:12px}
  body:not(.admin-mode) .home-v3 .destination-card h3{font-size:14px}
  body:not(.admin-mode) .home-v3 .see-more-wrap{margin-top:22px}
  body:not(.admin-mode) .home-v3 .see-more-button{width:min(240px,100%)}
  body:not(.admin-mode) .site-footer{margin-top:48px}
}

@media(max-width:380px){
  :root{--ata-container:calc(100% - 28px)}
  body:not(.admin-mode) .brand{width:143px;max-width:143px;flex-basis:143px}
  body:not(.admin-mode) .home-v3 .hero-content>h1{font-size:25px}
  body:not(.admin-mode) .home-v3 .planner-tabs a{padding:0 13px;font-size:11px}
  body:not(.admin-mode) .home-v3 .destination-card{height:198px}
}


/* FINAL FONT + REFERENCE LOCK — Poppins is mandatory on the public site. */
body:not(.admin-mode),
body:not(.admin-mode) button,
body:not(.admin-mode) input,
body:not(.admin-mode) textarea,
body:not(.admin-mode) select,
body:not(.admin-mode) option,
body:not(.admin-mode) a,
body:not(.admin-mode) label,
body:not(.admin-mode) span,
body:not(.admin-mode) p,
body:not(.admin-mode) small,
body:not(.admin-mode) strong,
body:not(.admin-mode) b,
body:not(.admin-mode) h1,
body:not(.admin-mode) h2,
body:not(.admin-mode) h3,
body:not(.admin-mode) h4 {
  font-family:'Poppins', sans-serif !important;
}

@media (min-width:1025px){
  body:not(.admin-mode) .home-v3 .hero-content{transform:translateY(-48px)!important}
  body:not(.admin-mode) .home-v3 .hero-planner-wrap{margin-top:-132px!important}
}
