/* ==========================================================================
   Waikiki Sunset Tours - main.css
   Tokens, layout, section bands + wavy dividers, cards, slider, footer.
   ========================================================================== */
:root{
  --navy:#14285a;
  --navy-ink:#1e2a4a;
  --navy-deep:#0d1c3f;
  --orange:#ef8a34;
  --orange-2:#e0654a;
  --grad:linear-gradient(90deg,#f59e42,#e86a2c);
  --cream:#fff8f2;
  --ink:#333a4d;
  --muted:#6b7280;
  --white:#fff;
  --tint-peach:#f4cfbc;
  --tint-cream:#e5d6bc;
  --tint-lavender:#dccfec;
  --tint-sky:#c4dfeb;
  --tint-pink:#f2cdd8;
  --tint-sky2:#c8dcef;
  --radius:16px;
  --radius-lg:22px;
  --shadow-card:0 10px 26px rgba(20,40,90,.10);
  --maxw:1200px;
  --font-display:'Playfair Display',Georgia,serif;
  --font-body:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

body{font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.6;font-size:16px;}
.container{width:min(100% - 40px,var(--maxw));margin-inline:auto;}
h1,h2,h3,h4{font-family:var(--font-display);color:var(--navy-ink);line-height:1.15;font-weight:700;}
img{height:auto;}

.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;}
.skip-link{position:absolute;left:-999px;}
.skip-link:focus{left:1rem;top:1rem;z-index:200;background:#fff;color:var(--navy);padding:.6rem 1rem;border-radius:8px;}

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:999px;font-family:var(--font-body);font-weight:600;font-size:.95rem;border:0;line-height:1;transition:transform .15s,box-shadow .2s,filter .2s,background .2s,color .2s;}
.btn-primary{background:var(--grad);color:#fff;box-shadow:0 8px 20px rgba(232,106,44,.35);}
.btn-primary:hover{filter:brightness(1.06);transform:translateY(-1px);}
.btn-ghost{background:rgba(255,255,255,.12);color:#fff;border:1.5px solid rgba(255,255,255,.75);}
.btn-ghost:hover{background:rgba(255,255,255,.22);}
.btn-lg{padding:1rem 1.8rem;font-size:1.02rem;}
.btn .arrow{transition:transform .2s;}
.btn:hover .arrow{transform:translateX(3px);}

/* ---- Header ---- */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s,box-shadow .3s;}
.site-header::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,15,36,.9) 0%,rgba(7,15,36,.5) 55%,rgba(7,15,36,0) 100%);z-index:-1;pointer-events:none;transition:opacity .3s;}
.site-header.is-solid{background:var(--navy);box-shadow:0 6px 20px rgba(0,0,0,.28);}
.site-header.is-solid::before{opacity:0;}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.5rem 0;}
.site-logo img{height:56px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.25));}
.main-nav .nav-list{display:flex;align-items:center;gap:1.4rem;}
.main-nav .nav-list > li{position:relative;}
.nav-list a{display:inline-flex;align-items:center;gap:.4rem;color:#fff;font-weight:500;font-size:.95rem;letter-spacing:.3px;padding:.4rem 0;transition:color .2s;}
.nav-list a:hover{color:var(--orange);}
.nav-list .current-menu-item > a,.nav-list .current-menu-parent > a,.nav-list .current-menu-ancestor > a{color:var(--orange);}
/* caret on dropdown parents */
.nav-list .menu-item-has-children > a::after{content:"";display:inline-block;width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);position:relative;top:-2px;opacity:.8;transition:transform .25s,top .25s;}
.nav-list .menu-item-has-children:hover > a::after,.nav-list .menu-item-has-children:focus-within > a::after{transform:rotate(-135deg);top:2px;}
/* dropdown panel */
.nav-list .sub-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:252px;list-style:none;margin:14px 0 0;padding:.5rem;background:var(--navy-deep);border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 22px 46px rgba(4,10,28,.5);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:130;}
.nav-list .sub-menu::before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px;}
.nav-list .sub-menu::after{content:"";position:absolute;top:-7px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:var(--navy-deep);border-left:1px solid rgba(255,255,255,.12);border-top:1px solid rgba(255,255,255,.12);}
.nav-list .menu-item-has-children:hover > .sub-menu,.nav-list .menu-item-has-children:focus-within > .sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);}
.nav-list .sub-menu li{width:100%;}
.nav-list .sub-menu a{display:block;padding:.62rem .9rem;border-radius:9px;font-size:.9rem;font-weight:500;color:#e8ecf6;white-space:nowrap;transition:background .18s,color .18s,padding-left .18s;}
.nav-list .sub-menu a:hover{background:rgba(239,138,52,.16);color:#fff;padding-left:1.15rem;}
.btn-book{padding:.7rem 1.5rem;}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:8px;}
.nav-toggle span{width:26px;height:2.5px;background:#fff;border-radius:2px;transition:.25s;}
.mobile-nav{display:none;background:var(--navy);border-top:1px solid rgba(255,255,255,.1);max-height:calc(100vh - 70px);overflow-y:auto;}
.mobile-nav.open{display:block;}
.mobile-nav .mobile-menu,.mobile-nav > ul{list-style:none;margin:0;padding:.5rem 20px 1.1rem;}
.mobile-nav li{width:100%;}
.mobile-nav a{display:block;color:#fff;padding:.8rem .2rem;border-bottom:1px solid rgba(255,255,255,.08);font-weight:500;}
.mobile-nav .menu-item-has-children > a{font-weight:600;}
.mobile-nav .sub-menu{list-style:none;margin:.15rem 0 .4rem;padding:.15rem 0 .3rem .35rem;border-left:2px solid rgba(239,138,52,.55);}
.mobile-nav .sub-menu a{font-size:.9rem;font-weight:500;color:#cbd3e6;padding:.62rem .8rem;border-bottom:0;}
.mobile-nav .sub-menu a:hover{color:var(--orange);}
.mobile-nav a.btn,.mobile-nav .mobile-book{display:block;text-align:center;justify-content:center;margin-top:.9rem;border-bottom:0;color:#fff;}

body.not-home .site-main{padding-top:82px;}

/* ---- Hero ---- */
.hero{position:relative;min-height:76vh;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;padding:120px 0 70px;}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,16,40,.8),rgba(8,16,40,.25) 55%,rgba(8,16,40,0) 85%);}
.hero-inner{position:relative;z-index:2;}
.hero-copy{max-width:640px;}
.hero-title{font-size:clamp(2.6rem,6.2vw,4.6rem);color:#fff;line-height:1.04;margin-bottom:1.1rem;text-shadow:0 4px 20px rgba(0,0,0,.35);}
.hero-sub{font-size:1.12rem;max-width:520px;margin-bottom:1.6rem;color:rgba(255,255,255,.93);}
.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;}
.hero-rating{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem;}
.stars{color:#ffb703;letter-spacing:2px;font-size:1.05rem;}
.rating-text{font-weight:600;font-size:.95rem;}
.hero-trust{display:flex;gap:1.6rem;flex-wrap:wrap;}
.hero-trust li{display:flex;align-items:center;gap:.4rem;font-size:.95rem;font-weight:500;}
.tick{color:#37d29a;font-weight:700;}

/* ---- Section + wavy dividers ---- */
.section{position:relative;padding:2rem 0 4rem;}
.wave{position:absolute;top:0;left:0;width:100%;line-height:0;transform:translateY(-99%);pointer-events:none;}
.wave svg{width:100%;height:72px;display:block;}
.section--peach{background:var(--tint-peach);}   .wave--peach path{fill:var(--tint-peach);}
.section--cream{background:var(--tint-cream);}    .wave--cream path{fill:var(--tint-cream);}
.section--lavender{background:var(--tint-lavender);}.wave--lavender path{fill:var(--tint-lavender);}
.section--sky{background:var(--tint-sky);}         .wave--sky path{fill:var(--tint-sky);}
.section--pink{background:var(--tint-pink);}       .wave--pink path{fill:var(--tint-pink);}
.section--sky2{background:linear-gradient(180deg,var(--tint-sky2),#d7e8f6);}.wave--sky2 path{fill:var(--tint-sky2);}
.wave--blog path{fill:#0f1e3d;}

/* ---- Section heads ---- */
.section-head{text-align:center;max-width:780px;margin:0 auto 2.4rem;}
.section-title{font-size:clamp(1.7rem,3.6vw,2.5rem);display:inline-flex;align-items:center;justify-content:center;gap:.55rem;flex-wrap:wrap;}
.head-icon{width:40px;height:40px;flex-shrink:0;}
.section-sub{color:var(--muted);margin-top:.6rem;font-size:1.02rem;}
.pill-badge{background:var(--grad);color:#fff;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:.32rem .75rem;border-radius:999px;}
.wave-mark{color:#37a6c4;font-size:1.4rem;}
.section-title.on-dark,.section-title.on-dark *{color:#fff;}

/* ---- Tour cards ---- */
#tours{scroll-margin-top:84px;}
.tour-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6rem;}
.tour-card{flex:0 0 calc((100% - 3.2rem)/3);}
.tour-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;}
.tour-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(20,40,90,.16);}
.tour-card-media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;}
.tour-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.tour-card:hover .tour-card-media img{transform:scale(1.05);}
.tour-card-duration{position:absolute;left:.7rem;bottom:.7rem;display:inline-flex;align-items:center;gap:.35rem;padding:.32rem .6rem;border-radius:999px;background:rgba(13,28,63,.72);color:#fff;font-size:.76rem;font-weight:600;letter-spacing:.01em;backdrop-filter:blur(2px);}
.tour-card-duration svg{width:14px;height:14px;color:#ffcf9e;}
.tour-card-body{padding:1.2rem 1.2rem 1.3rem;text-align:left;display:flex;flex-direction:column;flex:1;}
.tour-card-title{font-size:1.16rem;color:var(--navy-ink);}
.tour-card-desc{color:var(--muted);font-size:.9rem;line-height:1.55;margin:.5rem 0 .8rem;}
.tour-highlights{display:flex;flex-direction:column;gap:.4rem;margin:0 0 1rem;}
.tour-highlights li{display:flex;align-items:flex-start;gap:.5rem;font-size:.86rem;color:var(--navy-ink);line-height:1.4;}
.hl-check{flex:0 0 18px;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#f7a24a,#e86a2c);color:#fff;font-size:.66rem;font-weight:700;margin-top:1px;}
.tour-card-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;}
.tour-card-price{color:var(--orange-2);font-family:var(--font-display);font-weight:800;font-size:1.5rem;line-height:1;}
.tour-card-price .from{display:block;font-family:var(--font-body);font-weight:600;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.15rem;}
.tour-card-price .pp{font-family:var(--font-body);font-weight:500;font-size:.78rem;color:var(--muted);}
.btn-view{white-space:nowrap;}

/* ---- Compare table ---- */
.compare-legend{display:flex;gap:1.4rem;justify-content:center;flex-wrap:wrap;margin-top:.9rem;font-size:.9rem;color:var(--navy-ink);font-weight:500;}
.compare-legend .dot{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:.35rem;vertical-align:middle;}
.dot-couples{background:#ef5a7a;}.dot-dinner{background:#f0862f;}.dot-fire{background:#b07de0;}
.table-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow-card);background:#fff;}
.compare-table{width:100%;border-collapse:collapse;min-width:760px;}
.compare-table thead th{background:var(--navy);color:#fff;font-family:var(--font-body);font-weight:600;padding:.95rem 1rem;text-align:left;font-size:.88rem;}
.compare-table tbody th,.compare-table td{padding:.9rem 1rem;border-top:1px solid #e7eef5;font-size:.92rem;text-align:left;color:var(--ink);}
.compare-table tbody th{font-weight:700;color:var(--navy-ink);}
.compare-table tbody tr:nth-child(even){background:#f4fafd;}

/* ---- Reviews ---- */
.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;}
.review-card{background:#fff;border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column;}
.review-stars{color:#ffb703;letter-spacing:2px;margin-bottom:.7rem;}
.review-card blockquote{margin:0 0 1.1rem;color:var(--ink);font-size:.94rem;font-style:italic;flex:1;}
.review-card figcaption{display:flex;align-items:center;gap:.7rem;}
.review-avatar{width:44px;height:44px;border-radius:50%;background:var(--grad);color:#fff;display:grid;place-items:center;font-weight:700;font-family:var(--font-display);flex-shrink:0;}
.review-who strong{display:block;color:var(--navy-ink);font-size:.94rem;}
.review-who small{color:var(--muted);font-size:.82rem;}

/* ---- Why choose slider ---- */
.why-slider{position:relative;display:flex;align-items:center;gap:.7rem;}
.why-viewport{overflow:hidden;flex:1;}
.why-track{display:flex;gap:1.3rem;transition:transform .45s ease;}
.why-card{position:relative;flex:0 0 calc((100% - 2.6rem)/3);aspect-ratio:3/2.3;border-radius:var(--radius-lg);overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:flex-end;}
.why-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,20,45,.1),rgba(10,20,45,.82));}
.why-card-body{position:relative;z-index:2;padding:1.4rem;}
.why-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--grad);margin-bottom:.8rem;box-shadow:0 8px 18px rgba(232,106,44,.4);}
.why-icon svg{width:26px;height:26px;}
.why-card h3{color:#fff;font-size:1.18rem;margin-bottom:.35rem;}
.why-card p{color:rgba(255,255,255,.9);font-size:.9rem;}
.why-arrow{width:46px;height:46px;border-radius:50%;background:#fff;box-shadow:var(--shadow-card);color:var(--navy);font-size:1.7rem;line-height:1;display:grid;place-items:center;border:0;flex-shrink:0;}
.why-arrow:hover{background:var(--orange);color:#fff;}
.why-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.3rem;}
.why-dots button{width:9px;height:9px;border-radius:50%;background:#b9c6d6;border:0;padding:0;cursor:pointer;transition:.25s;}
.why-dots button.active{background:var(--orange);width:24px;border-radius:999px;}

/* ---- Blog ---- */
.blog-section{background-size:cover;background-position:center;background-attachment:scroll;}
.blog-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,22,48,.85),rgba(12,22,48,.88));z-index:0;}
.blog-section .container{position:relative;z-index:2;}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;}
.blog-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 16px 32px rgba(0,0,0,.3);}
.blog-card-media{display:block;aspect-ratio:16/10;overflow:hidden;}
.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.blog-card:hover .blog-card-media img{transform:scale(1.05);}
.blog-card-body{padding:1.1rem 1.2rem 1.3rem;}
.blog-card-title a{color:var(--navy-ink);font-family:var(--font-display);font-size:1.12rem;font-weight:700;}
.blog-card-title a:hover{color:var(--orange-2);}
.blog-card-excerpt{color:var(--muted);font-size:.92rem;margin:.45rem 0 .7rem;}
.read-more{color:var(--orange-2);font-weight:600;font-size:.92rem;}

/* ---- Basic content pages (fallback until per-page templates) ---- */
.basic-page{padding:3rem 0 4rem;background:var(--cream);}
.basic-head{max-width:820px;margin:0 auto 1.6rem;text-align:center;}
.basic-head h1{font-size:clamp(1.9rem,4vw,2.6rem);}
.basic-content{max-width:760px;margin:0 auto;color:var(--ink);}
.basic-content p{margin-bottom:1rem;}
.basic-content h2{margin:1.6rem 0 .6rem;}
.basic-content a{color:var(--orange-2);text-decoration:underline;}
.basic-empty{text-align:center;color:var(--muted);padding:2rem 0;}
.blog-grid--light .blog-card{box-shadow:var(--shadow-card);}
.basic-pagination{margin-top:2rem;text-align:center;}
.basic-pagination .page-numbers{display:inline-block;padding:.5rem .85rem;margin:0 .2rem;border-radius:8px;background:#fff;color:var(--navy-ink);box-shadow:var(--shadow-card);}
.basic-pagination .page-numbers.current{background:var(--grad);color:#fff;}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer{position:relative;background:var(--navy-deep);color:#cdd7e6;}
.footer-top{height:190px;background-size:cover;background-position:center 42%;position:relative;}
.footer-top-wave{position:absolute;bottom:-1px;left:0;width:100%;height:96px;}
.footer-main{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr 1.35fr;gap:2.4rem 2.6rem;max-width:1320px;margin:0 auto;padding:3.4rem 20px 2.8rem;align-items:start;}

.footer-brand .footer-logo{height:66px;width:auto;margin-bottom:1rem;filter:drop-shadow(0 2px 10px rgba(120,160,220,.4));}
.footer-tagline{color:#e7edf5;font-weight:500;font-size:.98rem;line-height:1.5;}
.hibiscus-rule{display:flex;align-items:center;gap:.6rem;margin:.9rem 0;}
.hibiscus-rule .line{flex:1;height:1px;background:rgba(255,255,255,.16);}
.icon-hibiscus{width:30px;height:30px;flex-shrink:0;}
.footer-blurb{color:#a9b6c8;font-size:.9rem;line-height:1.55;}
.footer-social{display:flex;gap:.6rem;margin-top:1.2rem;}
.footer-social a{width:42px;height:42px;border-radius:50%;border:1.5px solid rgba(240,134,47,.55);color:var(--orange);display:grid;place-items:center;transition:.2s;}
.footer-social a:hover{background:var(--orange);color:#fff;border-color:var(--orange);}
.footer-social .ico{width:22px;height:22px;}

.footer-newsletter{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.13);border-radius:var(--radius-lg);padding:1.7rem 1.5rem;text-align:center;}
.nl-icon{width:56px;height:56px;border-radius:50%;border:2px solid var(--orange);display:grid;place-items:center;margin:0 auto .8rem;color:var(--orange);}
.nl-icon .ico{width:26px;height:26px;}
.nl-title{color:#fff;font-size:1.28rem;}
.nl-sub{font-size:.85rem;color:#a9b6c8;margin:.45rem 0 1rem;line-height:1.5;}
.nl-form{display:block;}
.nl-input{position:relative;margin-bottom:.7rem;}
.nl-input input{width:100%;padding:.78rem .9rem .78rem 2.5rem;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;font-family:var(--font-body);font-size:.9rem;}
.nl-input input::placeholder{color:#8fa0b6;}
.nl-input input:focus{outline:2px solid rgba(240,134,47,.6);border-color:transparent;}
.nl-input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--orange);}
.nl-input-icon .ico{width:18px;height:18px;}
.nl-submit{width:100%;}
.nl-note{font-size:.76rem;color:#8fa0b6;margin-top:.6rem;}
.nl-ok{color:#37d29a;font-weight:600;}
.nl-err{color:#ff9a9a;font-weight:600;}
.hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden;}

.footer-col-title{color:#fff;font-family:var(--font-body);font-weight:700;letter-spacing:.6px;text-transform:uppercase;font-size:.82rem;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1);}
.col-ico{width:20px;height:20px;flex-shrink:0;}
.footer-links li a{color:#b9c6d6;font-size:.92rem;display:flex;align-items:center;gap:.45rem;padding:.3rem 0;transition:.2s;}
.footer-links li a::before{content:"\203A";color:var(--orange);font-weight:700;}
.footer-links li a:hover{color:#fff;transform:translateX(2px);}

.contact-list li{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.95rem;font-size:.9rem;line-height:1.45;}
.contact-list .ci{color:var(--orange);flex-shrink:0;margin-top:1px;}
.contact-list .ci .ico,.contact-list .ci .col-ico{width:20px;height:20px;}
.contact-list a{color:#cdd7e6;}
.contact-list a:hover{color:#fff;}
.contact-list small{color:#8fa0b6;font-size:.8rem;}

.footer-ornament{display:flex;align-items:center;gap:1rem;padding:1.4rem 20px 0;max-width:1320px;margin:0 auto;}
.footer-ornament .line{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);}
.footer-ornament .icon-hibiscus{width:34px;height:34px;}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;max-width:1320px;margin:0 auto;padding:1.2rem 20px 2rem;font-size:.85rem;color:#9fb0c6;}
.fb-copy .accent{color:var(--orange);font-weight:600;}
.fb-legal{display:flex;gap:.7rem;align-items:center;}
.fb-legal a{color:#b9c6d6;}
.fb-legal a:hover{color:#fff;}
.fb-legal span{color:rgba(255,255,255,.25);}
.fb-tagline em{color:#b9c6d6;font-family:var(--font-display);font-style:italic;}
.sun-mark{color:var(--orange);margin-right:.4rem;}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1080px){
  .tour-card{flex:0 0 calc((100% - 1.6rem)/2);}
  .reviews-grid{grid-template-columns:repeat(2,1fr);}
  .why-card{flex-basis:calc((100% - 1.3rem)/2);}
  .footer-main{grid-template-columns:1.5fr 1fr 1fr;}
}
@media (max-width:860px){
  .blog-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto;}
}
@media (max-width:760px){
  .main-nav,.header-inner>.btn-book{display:none;}
  .nav-toggle{display:flex;}
  .hero{min-height:auto;padding:110px 0 70px;}
  .reviews-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto;}
  .tour-grid{max-width:420px;margin:0 auto;}
  .tour-card{flex-basis:100%;}
  .why-card{flex-basis:100%;}
  .why-arrow{display:none;}
  .footer-main{grid-template-columns:1fr;text-align:center;}
  .footer-col-title{justify-content:center;}
  .footer-links li a{justify-content:center;}
  .footer-social{justify-content:center;}
  .contact-list li{justify-content:center;text-align:left;}
  .footer-bottom{flex-direction:column;text-align:center;}
  .section{padding:3.5rem 0 3rem;}
  .wave svg{height:48px;}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;}
  .why-track{transition:none;}
}

/* ==========================================================================
   TOUR PAGE (shared by all tours via tours/tour-page.php)
   ========================================================================== */
.tour-hero{position:relative;z-index:0;color:#fff;margin-top:-82px;padding:150px 0 88px;overflow:hidden;background-color:#0b1733;}
.tour-hero__bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;}
.tour-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 55%,rgba(7,13,32,.95));pointer-events:none;}
.tour-hero__inner{position:relative;z-index:2;max-width:880px;}
.tour-hero__rating{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(239,138,52,.6);border-radius:999px;padding:7px 16px;font-family:var(--font-body);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#ffd7a8;background:rgba(9,18,44,.5);margin-bottom:18px;}
.tour-hero__rating .stars{color:var(--orange);letter-spacing:2px;}
.tour-hero h1{color:#fff;font-size:clamp(34px,4.7vw,55px);line-height:1.06;margin-bottom:16px;}
.tour-hero__lead{font-size:18px;line-height:1.7;color:#e8ecf6;max-width:700px;margin-bottom:22px;}
.tour-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;}
.tour-meta__pill{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:8px 15px;font-size:13px;color:#fff;display:inline-flex;align-items:center;gap:7px;}
.tour-meta__pill .ico{width:15px;height:15px;color:var(--orange);}
.tour-hero__price{font-family:var(--font-body);font-weight:600;color:#ffd7a8;font-size:17px;margin-bottom:24px;}
.tour-hero__price .strike{color:#b9c1d6;text-decoration:line-through;font-weight:400;margin-right:6px;}
.tour-hero__actions{display:flex;flex-wrap:wrap;gap:14px;}
.tour-hero__actions .btn .ico{width:18px;height:18px;}

.tour-body{position:relative;z-index:2;background:var(--cream);padding:0 0 90px;}
.tour-body__grid{display:grid;grid-template-columns:minmax(0,1fr) 372px;gap:26px;align-items:start;margin-top:34px;}
.tour-main{min-width:0;display:flex;flex-direction:column;gap:24px;}
.tour-section{position:relative;z-index:2;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-card);padding:18px 22px;}
.tour-section h2{font-size:clamp(23px,2.5vw,29px);margin-top:0!important;margin-bottom:14px;color:var(--navy-ink);}
.tour-section h3{font-size:20px;margin-bottom:12px;color:var(--navy-ink);}
.tour-section p{color:#3a4155;font-size:16px;line-height:1.75;margin:0 0 16px;}
.tour-section p:last-child{margin-bottom:0;}
.tour-section__note{color:var(--muted);font-size:14px;margin-top:14px;}

.tour-gallery{position:relative;aspect-ratio:16/10;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);margin-bottom:22px;}
.tour-gallery__slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .8s ease;}
.tour-gallery__slide.is-active{opacity:1;}
.tour-gallery__btn{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:0;background:rgba(9,18,44,.55);color:#fff;font-size:1.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:2;}
.tour-gallery__btn:hover{background:var(--orange);}
.tour-gallery__btn.prev{left:14px;}
.tour-gallery__btn.next{right:14px;}
.tour-gallery__dots{display:flex;justify-content:center;gap:8px;margin:-8px 0 4px;}
.tour-gallery__dot{width:9px;height:9px;border-radius:50%;background:rgba(9,18,44,.22);border:0;cursor:pointer;padding:0;transition:background .2s ease;}
.tour-gallery__dot.is-active{background:var(--orange);}

.tour-video{position:relative;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);}
.tour-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}
.tour-video-caption{color:var(--muted);font-size:14px;margin-top:14px;}

.tour-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:9px 15px;}
.tour-list li{position:relative;padding-left:30px;font-size:15.5px;line-height:1.55;color:#3a4155;}
.tour-list li .ico{position:absolute;left:0;top:1px;width:20px;height:20px;color:var(--orange-2);}

.schedule{list-style:none;padding:0;margin:0;}
.schedule li{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:14px 0;border-bottom:1px solid #ece5dc;}
.schedule li:last-child{border-bottom:0;}
.schedule .time{font-family:var(--font-body);font-weight:700;color:var(--orange-2);letter-spacing:.02em;}
.schedule .event{color:#3a4155;}

.bring-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;}
.bring-item{text-align:center;padding:13px 8px;border-radius:12px;background:var(--cream);border:1px solid #efe7dd;font-family:var(--font-body);font-size:13.5px;color:var(--navy-ink);}
.bring-item__icon{display:block;font-size:1.6rem;margin-bottom:6px;}

.tour-map{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);margin:12px 0 8px;}
.tour-map iframe{width:100%;height:340px;border:0;display:block;}

.faq-list details{border:1px solid #ece5dc;border-radius:12px;padding:2px 18px;margin-bottom:12px;background:#fff;}
.faq-list summary{cursor:pointer;font-family:var(--font-display);font-weight:700;color:var(--navy-ink);padding:14px 0;list-style:none;position:relative;padding-right:28px;}
.faq-list summary::-webkit-details-marker{display:none;}
.faq-list summary::after{content:"+";position:absolute;right:2px;top:12px;font-size:1.4rem;color:var(--orange-2);transition:transform .2s;}
.faq-list details[open] summary::after{content:"\2013";}
.faq-a{padding:0 0 14px;}
.faq-a p{margin:0;color:#3a4155;font-size:15.5px;line-height:1.7;}

.tour-sidebar{min-width:0;}
.booking-sticky{position:sticky;top:100px;}
.booking-card{background:#fff;border-radius:var(--radius);box-shadow:0 16px 40px rgba(20,40,90,.16);border:1px solid #eee3d6;overflow:hidden;}
.booking-card__head{background:var(--grad);color:#fff;padding:22px 24px;}
.booking-card__head h3{color:#fff;margin:0;font-size:1.4rem;}
.booking-card__head p{margin:4px 0 0;font-family:var(--font-body);font-size:13px;color:rgba(255,255,255,.9);}
.booking-card__body{padding:20px 24px 24px;}
.promo-ribbon{display:flex;gap:10px;align-items:flex-start;background:#fff4ea;border:1px dashed var(--orange);border-radius:12px;padding:12px 14px;margin-bottom:18px;}
.promo-ribbon .ico{width:20px;height:20px;color:var(--orange-2);flex:0 0 20px;margin-top:1px;}
.promo-ribbon p{margin:0;font-family:var(--font-body);font-size:13px;line-height:1.5;color:var(--navy-ink);}
.promo-ribbon strong{color:var(--orange-2);}
.booking-tier{padding:12px 0;border-top:1px solid #efe7dd;}
.booking-tier:first-of-type{border-top:0;padding-top:0;}
.booking-tier__label{display:block;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-2);margin-bottom:4px;}
.booking-tier__price{font-family:var(--font-display);font-size:1.65rem;font-weight:800;color:var(--navy-ink);}
.booking-tier__price .per{font-family:var(--font-body);font-size:13px;color:var(--muted);font-weight:400;margin-left:4px;}
.booking-tier__promo{font-family:var(--font-body);font-size:12.5px;color:var(--muted);margin-top:2px;}
.booking-tier__promo b{color:var(--orange-2);}
.booking-divider{border:0;border-top:1px dashed #e2d8cb;margin:16px 0;}
.booking-detail{display:flex;justify-content:space-between;gap:14px;font-family:var(--font-body);font-size:14px;padding:1px 0;}
.booking-detail__label{color:var(--muted);}
.booking-detail__value{color:var(--navy-ink);font-weight:600;text-align:right;}
.booking-calendar{margin-top:4px;border-radius:12px;overflow:hidden;}
.tour-book-btn{display:block;width:100%;padding:16px;margin-top:16px;background:var(--grad);color:#fff;font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:.1em;text-transform:uppercase;border:0;border-radius:10px;cursor:pointer;text-align:center;box-shadow:0 10px 22px rgba(232,106,44,.32);transition:filter .2s,transform .2s;}
.tour-book-btn:hover{filter:brightness(1.06);transform:translateY(-2px);}
.booking-card__note{text-align:center;font-family:var(--font-body);font-size:12.5px;color:var(--muted);margin-top:12px;}
.booking-note{margin-top:18px;font-family:var(--font-body);font-size:13px;color:var(--muted);line-height:1.6;}
.booking-note strong{color:var(--navy-ink);}

@media (max-width:980px){
  .tour-hero{padding-top:130px;}
  .tour-body__grid{display:flex;flex-direction:column;gap:20px;}
  .tour-main{display:contents;}
  .tour-main > *{order:5;}
  .tour-block--inclusions{order:1;}
  .tour-block--rotor{order:2;}
  .tour-sidebar{order:3;}
  .tour-block--overview{order:4;}
  .booking-sticky{position:static;}
}
@media (max-width:720px){
  .tour-section{padding:18px 20px;}
  .tour-list{grid-template-columns:1fr;}
  .bring-grid{grid-template-columns:repeat(3,1fr);}
  .schedule li{grid-template-columns:110px 1fr;gap:12px;}
}
