:root{
  --royal:#112250;--sapphire:#3C507D;--quicksand:#E0C58F;--swan:#F5F0E9;--shell:#D9CBC2;
  --royal-2:#1c3368;--sapphire-2:#536891;--ink:#172544;--muted:#736e70;--surface:#fffdfa;
  --border:#d5cbc4;--focus:#8593b3;--shadow:0 18px 50px rgba(17,34,80,.11);--max:1720px;--page:92vw;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--swan);color:var(--ink);font-family:"Plus Jakarta Sans",system-ui,sans-serif} a{text-decoration:none;color:inherit} button,input,select{font:inherit} button{cursor:pointer} img{display:block;max-width:100%}.wrap{width:var(--page);max-width:var(--max);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(112deg,var(--royal) 0%,#182d61 58%,var(--sapphire) 100%);border-bottom:3px solid var(--quicksand);box-shadow:0 8px 30px rgba(17,34,80,.18)}
.nav-shell{width:var(--page);max-width:var(--max);height:80px;margin:auto;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:335px}.brand-mark{width:72px;height:52px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,#fff 0%,var(--swan) 62%,#dfe3ec 100%);border:1px solid rgba(224,197,143,.9);box-shadow:0 4px 16px rgba(0,0,0,.15);overflow:hidden}.brand-mark img{width:62px;height:43px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;min-width:0}.brand-copy strong,.footer-brand-row strong{font-size:1.28rem;color:var(--swan);letter-spacing:-.03em}.brand-copy em,.footer-brand-row em{color:var(--quicksand);font-style:normal}.brand-copy small,.footer-brand-row small{color:#e6dfd7;font-size:.58rem;letter-spacing:.035em;margin-top:5px;white-space:nowrap}.main-nav{margin-left:auto;display:flex;gap:26px;align-items:center}.main-nav a{color:var(--swan);font-size:.9rem;font-weight:500;position:relative;padding:29px 0}.main-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:18px;height:2px;background:var(--quicksand);transition:.2s}.main-nav a:hover{color:#fff}.main-nav a:hover:after{left:0;right:0}.manage-btn{border:1px solid var(--quicksand);background:var(--quicksand);color:var(--royal);font-weight:700;padding:11px 17px;border-radius:8px;white-space:nowrap}.manage-btn:hover{background:#d5b774}.menu-btn{display:none;border:0;background:none;color:var(--swan);font-size:1.5rem}
.hero{min-height:690px;position:relative;color:white;overflow:hidden;background:#112250}
.hero-slides{position:absolute;inset:0;z-index:0}
.hero-slide{position:absolute;inset:0;background-position:center 52%;background-size:cover;background-repeat:no-repeat;opacity:0;transition:opacity 2.2s ease-in-out}
.hero-slide.active{opacity:1}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(17,34,80,.86) 0%,rgba(17,34,80,.64) 35%,rgba(60,80,125,.22) 69%,rgba(17,34,80,.07) 100%)}
.hero-inner{width:var(--page);max-width:var(--max);margin:auto;position:relative;z-index:2;padding:90px 0 190px}
.hero-copy{max-width:760px}
.eyebrow{font-size:.76rem;text-transform:uppercase;letter-spacing:.18em;font-weight:700;color:var(--sapphire);margin-bottom:9px}
.eyebrow.light{color:#f0dfbb}
.hero h1,.section-head h2,.luxury-copy h2,.confidence-band h2,.newsletter h2,.partner-head h2,.service-card h2{font-family:"Cormorant Garamond",Georgia,serif}
.hero h1{font-size:clamp(4.1rem,6.2vw,7.5rem);line-height:.9;letter-spacing:-.035em;margin:0;color:var(--swan);font-weight:600;text-shadow:0 4px 30px rgba(0,0,0,.25)}
.hero h1 span{display:block;color:var(--quicksand)}
.hero p{font-size:1.08rem;line-height:1.75;color:#f7f3ee;max-width:680px}
.hero-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}
.hero-chips span{padding:9px 13px;border:1px solid rgba(224,197,143,.5);border-radius:8px;background:rgba(17,34,80,.26);font-size:.82rem;font-weight:600}
.hero-note{position:absolute;right:3%;top:105px;font-family:"Cormorant Garamond",serif;font-size:1.8rem;font-style:italic;text-align:center;color:var(--swan);transform:rotate(-3deg)}
.hero-note span{display:block;color:var(--quicksand);font-style:normal}
.booking-shell{width:var(--page);max-width:var(--max);margin:-212px auto 50px;position:relative;z-index:8}
.booking-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:0 28px 75px rgba(17,34,80,.18);overflow:hidden}
.booking-topline{display:flex;align-items:center;gap:20px;padding:15px 18px 0;border-bottom:1px solid #ddd4cc}
.booking-tabs{display:flex;gap:7px;flex-wrap:wrap}
.booking-tab{border:0;background:#e7e8ee;color:var(--royal);font-weight:700;border-radius:8px;padding:11px 18px}
.booking-tab.active{background:linear-gradient(135deg,var(--royal),var(--sapphire));color:var(--swan);box-shadow:inset 0 -3px 0 var(--quicksand)}
.trip-types{margin-left:auto;display:flex;gap:18px;color:#4c5872;font-size:.8rem}
.trip-types label{display:flex;align-items:center;gap:5px}
.booking-form{display:flex;align-items:stretch;gap:12px;padding:20px}
.booking-fields{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;flex:1}
.field{background:white;border:1px solid #d6cec7;border-radius:10px;padding:10px 12px;min-width:0;transition:.2s}
.field:focus-within{border-color:var(--sapphire);box-shadow:0 0 0 3px rgba(60,80,125,.11)}
.field label{display:block;font-size:.68rem;color:#7a7370;font-weight:700;margin-bottom:5px}
.field input,.field select{width:100%;border:0;outline:0;background:transparent;color:var(--royal);font-weight:600;font-size:.85rem;min-width:0}
.primary-btn,.secondary-btn,.accent-btn{border:0;border-radius:8px;font-weight:700;padding:12px 18px}
.primary-btn{background:linear-gradient(135deg,var(--royal) 0%,var(--royal-2) 65%,var(--sapphire) 100%);color:var(--swan);box-shadow:0 8px 22px rgba(17,34,80,.16)}
.primary-btn:hover{filter:brightness(1.07)}
.search-btn{min-width:172px}
.booking-hint{padding:0 20px 18px;color:#756e6a;font-size:.78rem}
.booking-hint:before{content:"◆";color:var(--quicksand);margin-right:7px}
.trust-band{background:linear-gradient(112deg,var(--sapphire) 0%,#2b4372 50%,var(--royal) 100%);border-top:1px solid rgba(224,197,143,.5);border-bottom:1px solid rgba(224,197,143,.5);padding:28px 0}
.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.trust-item{display:flex;align-items:center;gap:12px;color:var(--swan)}
.trust-item>b{width:40px;height:40px;border-radius:50%;background:var(--quicksand);color:var(--royal);display:grid;place-items:center}
.trust-item span{display:flex;flex-direction:column}
.trust-item strong{font-size:.83rem}
.trust-item small{font-size:.7rem;color:#dedbe0;margin-top:3px}
.section{padding:76px 0}.swan{background:var(--swan)}.white{background:#fff}.shell{background:linear-gradient(180deg,#ded1c8 0%,var(--shell) 100%)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:28px}.section-head h2,.partner-head h2{font-size:clamp(2.4rem,3.2vw,3.8rem);line-height:.98;color:var(--royal);margin:0;font-weight:600}.section-head h2:after,.partner-head h2:after{content:"";display:block;width:66px;height:3px;background:var(--quicksand);margin-top:12px}.section-head p{color:var(--muted);margin:9px 0 0}.section-head>a{color:var(--sapphire);font-weight:700;font-size:.85rem;white-space:nowrap}
.deal-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.deal-card,.hotel-card,.story-grid article,.testimonial-grid article{background:var(--surface);border:1px solid var(--border);box-shadow:0 10px 30px rgba(17,34,80,.08);border-radius:15px;overflow:hidden;transition:.22s}.deal-card{border-top:4px solid var(--sapphire)}.deal-card:hover,.hotel-card:hover,.story-grid article:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(17,34,80,.14)}.deal-card img{height:175px;width:100%;object-fit:cover}.card-pad{padding:15px}.card-pad h3{margin:0;color:var(--royal);font-size:.95rem}.card-pad p{font-size:.75rem;color:var(--muted);margin:5px 0 12px}.price-row{display:flex;align-items:center;justify-content:space-between}.price-row span{display:flex;flex-direction:column}.price-row small{font-size:.65rem;color:#8c8580}.price-row strong{color:var(--royal);font-size:.98rem}.price-row i{font-style:normal;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--quicksand);color:var(--royal);font-weight:800}
.holiday-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:18px}.holiday-card{position:relative;min-height:340px;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(224,197,143,.6)}.holiday-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.holiday-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(17,34,80,.84))}.image-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:white}.image-copy h3{font-family:"Cormorant Garamond",serif;font-size:2.15rem;margin:0}.image-copy p{font-size:.82rem}.accent-btn{background:var(--quicksand);color:var(--royal);box-shadow:0 8px 22px rgba(17,34,80,.12)}.accent-btn:hover{background:#d4b776}.accent-btn.large{padding:13px 20px}
.region-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.region-grid article{position:relative;height:195px;border-radius:15px;overflow:hidden;border:2px solid rgba(17,34,80,.14);box-shadow:0 10px 24px rgba(17,34,80,.11)}.region-grid img{width:100%;height:100%;object-fit:cover}.region-grid article:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(17,34,80,.82))}.region-grid span{position:absolute;z-index:2;left:14px;bottom:13px;color:white;font-weight:700;font-size:.84rem}
.luxury-band{position:relative;min-height:590px;background:url('../images/luxury-hotel-lobby.png') center/cover no-repeat;border-top:4px solid var(--quicksand);border-bottom:4px solid var(--quicksand);display:flex;align-items:center}.luxury-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,34,80,.98) 0%,rgba(17,34,80,.84) 42%,rgba(60,80,125,.45) 70%,rgba(17,34,80,.08) 100%)}.luxury-copy{position:relative;z-index:2;color:var(--swan)}.luxury-copy h2{font-size:clamp(3rem,4.5vw,5rem);margin:0;color:var(--quicksand);font-weight:600}.luxury-copy>p{max-width:690px;line-height:1.65}.luxury-points{display:grid;grid-template-columns:repeat(2,260px);gap:13px 25px;margin:28px 0}.luxury-points span{font-weight:650}
.hotel-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.hotel-card img{height:165px;width:100%;object-fit:cover}.hotel-card strong{display:block;color:var(--royal);font-size:.83rem;margin-top:7px}.hotel-card .stars{color:#b68a35;font-size:.72rem;letter-spacing:.08em}
.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.service-card{display:grid;grid-template-columns:.42fr .58fr;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,var(--shell),#efe7e1);border:1px solid #c9bcb4;min-height:330px}.service-card>img{width:100%;height:100%;object-fit:cover}.service-card>div{padding:34px}.service-card h2{font-size:2.5rem;line-height:1;margin:0;color:var(--royal)}.service-card p{color:#665f60;line-height:1.6;font-size:.86rem}.service-card ul{columns:2;padding-left:18px;color:#3b4663;font-size:.8rem;line-height:1.8}.secondary-btn{background:linear-gradient(135deg,var(--royal),var(--sapphire));color:var(--swan)}
.theme-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.theme-grid article{padding:21px 10px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:13px;transition:.2s}.theme-grid article:hover{transform:translateY(-3px);border-color:var(--quicksand);box-shadow:0 9px 22px rgba(17,34,80,.08)}.theme-grid b{font-size:1.5rem;color:var(--sapphire)}.theme-grid strong,.theme-grid small{display:block}.theme-grid strong{font-size:.78rem;color:var(--royal);margin-top:6px}.theme-grid small{font-size:.64rem;color:#7f7875;margin-top:4px}
.confidence-band{padding:70px 0;background:linear-gradient(112deg,var(--royal) 0%,#1a3267 57%,var(--sapphire) 100%);border-top:3px solid var(--quicksand);border-bottom:3px solid var(--quicksand)}.confidence-band h2{font-size:clamp(2.7rem,4vw,4.2rem);margin:0 0 25px;color:var(--swan);font-weight:600}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.why-grid article{background:var(--swan);border:1px solid rgba(224,197,143,.65);border-top:4px solid var(--quicksand);border-radius:13px;padding:22px}.why-grid b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--sapphire);color:var(--swan);font-size:1.05rem}.why-grid strong,.why-grid small{display:block}.why-grid strong{color:var(--royal);margin:10px 0 6px}.why-grid small{color:#736c69;line-height:1.5}
.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.story-grid article{border-top:3px solid var(--sapphire)}.story-grid img{height:190px;width:100%;object-fit:cover}.story-grid small{color:var(--sapphire);font-weight:800;letter-spacing:.1em;font-size:.62rem}.story-grid h3{color:var(--royal);font-size:1rem;line-height:1.35;margin:8px 0}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-grid article{padding:22px;border-left:4px solid var(--quicksand);display:grid;grid-template-columns:auto 1fr;column-gap:14px}.avatar{grid-row:1/3;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--sapphire),var(--royal));color:white;font-weight:700}.testimonial-grid p{margin:0;color:#4f4a4c;line-height:1.55;font-size:.85rem}.testimonial-grid strong{margin-top:8px;color:var(--royal);font-size:.75rem}
.newsletter{padding:58px 0;background:linear-gradient(110deg,rgba(60,80,125,.96),rgba(17,34,80,.8)),url('../images/hero-resort.png') center 58%/cover no-repeat;border-top:4px solid var(--quicksand);border-bottom:4px solid var(--quicksand);color:var(--swan)}.newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.newsletter h2{font-size:3rem;line-height:1;margin:0;color:var(--swan)}.newsletter p{color:#e9e3de}.newsletter form{display:flex;gap:9px;min-width:min(520px,45vw)}.newsletter input{flex:1;border:0;border-radius:8px;padding:14px 16px;outline:0}.partners{padding:48px 0;background:var(--swan)}.partner-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:22px}.partner-head p{max-width:520px;color:var(--muted);font-size:.82rem}.partner-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.partner-grid img{width:100%;height:80px;object-fit:contain;background:#fff;border:1px solid var(--border);border-bottom:3px solid var(--sapphire);border-radius:12px;box-shadow:0 8px 22px rgba(17,34,80,.07)}
footer{padding:58px 0 22px;background:linear-gradient(112deg,var(--royal) 0%,#192f61 55%,var(--sapphire) 100%);border-top:4px solid var(--quicksand);color:var(--swan)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px}.footer-brand-row{display:flex;gap:12px;align-items:center}.brand-mark.small{width:60px;height:44px}.brand-mark.small img{width:50px;height:34px}.footer-brand-row>span:last-child{display:flex;flex-direction:column}.footer-brand p{color:#d8d3d1;font-size:.78rem;line-height:1.65;max-width:310px}.footer-grid h3{color:var(--quicksand);font-size:.85rem;margin:0 0 14px}.footer-grid a{display:block;color:#ddd7d4;font-size:.75rem;margin:8px 0}.footer-grid a:hover{color:white}.footer-bottom{border-top:1px solid rgba(245,240,233,.22);margin-top:38px;padding-top:18px;display:flex;justify-content:space-between;color:#c9c3c1;font-size:.7rem}
.modal{position:fixed;inset:0;background:rgba(8,17,42,.68);z-index:100;display:none;align-items:center;justify-content:center}.modal.open{display:flex}.modal-card{width:min(520px,92vw);background:var(--swan);border:1px solid var(--quicksand);border-radius:14px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.3);position:relative}.modal-card h2{font-family:"Cormorant Garamond",serif;font-size:2.4rem;color:var(--royal);margin:0}.modal-card p{color:#625c5d;line-height:1.6}.modal-close{position:absolute;right:14px;top:10px;border:0;background:none;color:var(--royal);font-size:1.8rem}.modal-ok{margin-top:6px}
@media(max-width:1300px){.brand{min-width:285px}.main-nav{gap:17px}.main-nav a{font-size:.82rem}.deal-grid{grid-template-columns:repeat(3,1fr)}.hotel-grid{grid-template-columns:repeat(3,1fr)}.partner-grid{grid-template-columns:repeat(4,1fr)}.theme-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:980px){:root{--page:94vw}.main-nav,.manage-btn{display:none}.menu-btn{display:block;margin-left:auto}.hero{min-height:630px}.hero-inner{padding-top:65px}.hero-note{display:none}.booking-shell{margin-top:-120px}.booking-topline{align-items:flex-start}.booking-form{flex-direction:column}.booking-fields{grid-template-columns:repeat(2,1fr)}.search-btn{align-self:stretch}.trust-grid{grid-template-columns:repeat(2,1fr)}.holiday-grid{grid-template-columns:1fr}.region-grid{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:1fr}.service-card{grid-template-columns:.36fr .64fr}.why-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr}.newsletter-inner{flex-direction:column;align-items:flex-start}.newsletter form{min-width:100%;width:100%}.footer-grid{grid-template-columns:1fr 1fr}.brand-copy small{white-space:normal}.luxury-points{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.brand{min-width:0}.brand-copy strong{font-size:1rem}.brand-copy small{display:none}.brand-mark{width:58px;height:44px}.brand-mark img{width:48px;height:34px}.hero h1{font-size:3.8rem}.booking-shell{margin-top:-90px}.booking-topline{display:block}.booking-tabs{overflow:auto;flex-wrap:nowrap;padding-bottom:12px}.trip-types{margin:0 0 10px;flex-wrap:wrap}.booking-fields{grid-template-columns:1fr}.deal-grid,.hotel-grid,.region-grid,.story-grid{grid-template-columns:1fr}.service-card{grid-template-columns:1fr}.service-card>img{height:220px}.theme-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.partner-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.luxury-points{grid-template-columns:1fr}.section-head,.partner-head{align-items:flex-start;flex-direction:column}}


/* =========================================================
   Flight Shop V3 — approved design, targeted adjustments only
   ========================================================= */

/* 1 + 2: booking widget and trust block now live inside the hero image */
.hero{min-height:850px;}
.hero-inner{padding:82px 0 330px;}
.hero .booking-shell{
  position:absolute;
  left:50%;
  bottom:156px;
  transform:translateX(-50%);
  width:var(--page);
  max-width:var(--max);
  margin:0;
  z-index:8;
}
.hero .trust-band{
  position:absolute;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  width:var(--page);
  max-width:var(--max);
  z-index:7;
  padding:18px 22px;
  border-radius:14px;
  background:
    url('../images/patterns/luxury-lines.svg') right center/520px auto no-repeat,
    linear-gradient(112deg,var(--sapphire) 0%,#2b4372 52%,var(--royal) 100%);
  border:1px solid rgba(224,197,143,.48);
  box-shadow:0 15px 34px rgba(17,34,80,.18);
}
.hero .trust-band .wrap{width:100%;max-width:none;}

/* 3: six flight deals, same approved card styling */
.deal-grid{grid-template-columns:repeat(6,1fr);}

/* 4: approved holiday card proportions, now on a true sliding track */
.section-actions{display:flex;align-items:center;gap:9px;}
.holiday-actions{align-self:flex-end;}
.tiny-arrow{
  width:28px;height:28px;border-radius:50%;border:1px solid var(--border);
  background:var(--surface);color:var(--royal);display:grid;place-items:center;
  font-size:1.15rem;line-height:1;box-shadow:0 5px 14px rgba(17,34,80,.07);
}
.tiny-arrow:hover{background:var(--quicksand);border-color:var(--quicksand);}
.holiday-carousel-viewport{overflow:hidden;width:100%;}
.holiday-track{display:flex;gap:18px;transform:translate3d(0,0,0);will-change:transform;}
.holiday-track .holiday-card{flex:0 0 calc(29.825% - 10.75px);min-height:340px;transition:flex-basis .56s cubic-bezier(.22,.61,.36,1),width .56s cubic-bezier(.22,.61,.36,1);}
.holiday-track .holiday-card.featured{flex-basis:calc(40.35% - 14.5px);}

/* 5: approved six-card destination layout on a true horizontal track */
.region-carousel-viewport{position:relative;overflow:hidden;width:100%;}
.region-track{display:flex;gap:14px;transform:translate3d(0,0,0);will-change:transform;}
.region-track article{position:relative;flex:0 0 calc((100% - 70px)/6);height:195px;border-radius:15px;overflow:hidden;border:2px solid rgba(17,34,80,.14);box-shadow:0 10px 24px rgba(17,34,80,.11)}
.region-track img{width:100%;height:100%;object-fit:cover}.region-track article:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(17,34,80,.82))}.region-track span{position:absolute;z-index:2;left:14px;bottom:13px;color:white;font-weight:700;font-size:.84rem}
.region-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:34px;height:34px;border-radius:50%;border:1px solid rgba(245,240,233,.68);background:rgba(17,34,80,.76);color:#fff;font-size:1.35rem;display:grid;place-items:center;box-shadow:0 7px 18px rgba(17,34,80,.18)}
.region-arrow:hover{background:rgba(17,34,80,.94)}
.region-arrow-left{left:9px}.region-arrow-right{right:9px}

/* 6: 9 hotels; preserve existing hotel card treatment */
.hotel-grid{grid-template-columns:repeat(3,1fr);gap:16px;}
.hotel-card img{height:205px;}

/* 7: subtle SVG texture on existing blue sections only */
.confidence-band{
  background:
    url('../images/patterns/luxury-lines.svg') right center/760px auto no-repeat,
    linear-gradient(112deg,var(--royal) 0%,#1a3267 57%,var(--sapphire) 100%);
}
.newsletter{
  background:
    url('../images/patterns/constellation.svg') right center/520px auto no-repeat,
    linear-gradient(112deg,var(--sapphire) 0%,#314a7a 48%,var(--royal) 100%);
}
footer{
  background:
    url('../images/patterns/luxury-lines.svg') right bottom/720px auto no-repeat,
    linear-gradient(112deg,var(--royal) 0%,#192f61 55%,var(--sapphire) 100%);
}

/* 8: compact, single-row affiliation/logo strip; no button/card treatment */
.partner-strip-section{padding:38px 0 34px;background:var(--swan);border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
.partner-strip-inner{display:block;}
.partner-strip-heading{max-width:980px;margin-bottom:18px;}
.partner-strip-heading .eyebrow{margin-bottom:5px;}
.partner-strip-heading h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2rem,2.8vw,3rem);line-height:1.04;color:var(--royal);margin:0;}
.partner-strip-heading h2:after{content:"";display:block;width:66px;height:3px;background:var(--quicksand);margin-top:12px;}
.partner-strip-subtitle{margin-top:13px;color:var(--sapphire);font-size:1rem;font-weight:700;}
.partner-strip-copy{margin:9px 0 0;color:var(--muted);font-size:.9rem;line-height:1.72;max-width:920px;}
.partner-strip-logos{display:flex;align-items:center;gap:18px;width:100%;overflow-x:auto;overflow-y:hidden;padding:18px 2px 22px;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:thin;}
.partner-logo-link{display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:92px;padding:10px 2px;scroll-snap-align:start;}
.partner-strip-logos img{display:block;width:auto;height:82px;max-width:220px;object-fit:contain;background:transparent;border:0;border-radius:0;box-shadow:none;}
/* 4: footer brand copy restored under logo, links moved right */
.footer-top-v4{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:42px;align-items:start;}
.footer-brand-panel .footer-brand-row{margin-bottom:18px;}
.footer-about{display:block;color:#d8d3d1;font-size:.8rem;line-height:1.75;max-width:360px;margin:0;}
.footer-links-panel{display:contents;}
.footer-links-panel h3{color:var(--quicksand);font-size:.82rem;margin:0 0 14px}
.footer-links-panel a{display:block;color:#ddd7d4;font-size:.72rem;margin:7px 0}
.footer-links-panel a:hover{color:white}

@media(max-width:1300px){
  .deal-grid{grid-template-columns:repeat(3,1fr);}
  .footer-top-v4{grid-template-columns:1fr;}
  .footer-links-panel{grid-template-columns:repeat(3,minmax(140px,1fr));}
}
@media(max-width:980px){
  .hero{min-height:auto;padding-bottom:28px;}
  .hero-inner{padding:65px 0 20px;}
  .hero .booking-shell,.hero .trust-band{position:relative;left:auto;bottom:auto;transform:none;width:var(--page);max-width:var(--max);}
  .hero .booking-shell{margin:18px auto 50px;}
  .hero .trust-band{margin:0 auto;}
  .holiday-track .holiday-card,.holiday-track .holiday-card.featured{flex:0 0 calc(50% - 9px);}
  .region-track article{flex:0 0 calc((100% - 28px)/3);}
  .hotel-grid{grid-template-columns:repeat(2,1fr);}
  .partner-strip-inner{align-items:flex-start;flex-direction:column;}
  .partner-strip-title{flex:auto;}
  .partner-strip-title p{max-width:none;}
  .partner-strip-logos{width:100%;justify-content:flex-start;overflow:visible;}
  .footer-links-panel{grid-template-columns:repeat(2,minmax(140px,1fr));}
}
@media(max-width:650px){
  .holiday-track .holiday-card,.holiday-track .holiday-card.featured{flex:0 0 100%;}
  .region-track article{flex:0 0 100%;}
  .hotel-grid{grid-template-columns:1fr;}
  .footer-links-panel{grid-template-columns:1fr;}
}


/* Final partner strip responsive rules */
@media(max-width:1300px){
  .partner-strip-logos{display:flex;}
}
@media(max-width:980px){
  .partner-strip-logos{display:flex;}
  .partner-logo-link{min-height:68px;}
}
@media(max-width:650px){
  .partner-strip-logos{display:flex;}
  .partner-strip-heading{margin-bottom:22px;}
}


.partner-strip-logos a:nth-child(1) img{height:76px;max-width:205px;}
.partner-strip-logos a:nth-child(2) img{height:76px;max-width:190px;}
.partner-strip-logos a:nth-child(3) img{height:88px;max-width:235px;}
.partner-strip-logos a:nth-child(n+4) img{height:84px;max-width:215px;}



.footer-links-panel .footer-col:nth-child(1){grid-column:2;grid-row:1;}
.footer-links-panel .footer-col:nth-child(2){grid-column:3;grid-row:1;}
.footer-links-panel .footer-col:nth-child(3){grid-column:4;grid-row:1;}
.footer-links-panel .footer-col:nth-child(4){grid-column:2;grid-row:2;}
.footer-links-panel .footer-col:nth-child(5){grid-column:3;grid-row:2;}
.footer-links-panel .footer-col:nth-child(6){grid-column:4;grid-row:2;}
.footer-brand-panel{grid-column:1;grid-row:1 / span 2;}



@media(max-width:1300px){
  .footer-top-v4{grid-template-columns:1.2fr 1fr 1fr;}
  .footer-brand-panel{grid-column:1;grid-row:1 / span 3;}
  .footer-links-panel .footer-col:nth-child(1){grid-column:2;grid-row:1;}
  .footer-links-panel .footer-col:nth-child(2){grid-column:3;grid-row:1;}
  .footer-links-panel .footer-col:nth-child(3){grid-column:2;grid-row:2;}
  .footer-links-panel .footer-col:nth-child(4){grid-column:3;grid-row:2;}
  .footer-links-panel .footer-col:nth-child(5){grid-column:2;grid-row:3;}
  .footer-links-panel .footer-col:nth-child(6){grid-column:3;grid-row:3;}
}
@media(max-width:820px){
  .footer-top-v4{grid-template-columns:1fr 1fr;}
  .footer-brand-panel{grid-column:1 / -1;grid-row:auto;}
  .footer-links-panel .footer-col:nth-child(n){grid-column:auto;grid-row:auto;}
}
@media(max-width:560px){
  .footer-top-v4{grid-template-columns:1fr;}
}



/* Final footer left-column business content */
.footer-brand-panel{
  grid-column:1;
  grid-row:1 / span 2;
  min-width:0;
}

.footer-brand-copy{
  max-width:390px;
  margin-top:20px;
}

.footer-brand-copy p{
  margin:0 0 14px;
  color:rgba(245,240,233,.88);
  font-size:.78rem;
  line-height:1.72;
}

.footer-brand-copy p:last-child{
  margin-bottom:0;
}

.footer-brand-services{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  max-width:390px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(224,197,143,.28);
}

.footer-brand-services span{
  position:relative;
  padding-left:15px;
  color:var(--quicksand);
  font-size:.72rem;
  font-weight:600;
  line-height:1.45;
}

.footer-brand-services span::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:var(--quicksand);
}

@media(max-width:820px){
  .footer-brand-copy,
  .footer-brand-services{
    max-width:620px;
  }
}


/* =========================================================
   FINAL FOOTER LAYOUT FIX
   Four visual columns with compact stacked link groups
   ========================================================= */
.footer-top-v4{
  display:grid;
  grid-template-columns:minmax(330px,1.15fr) repeat(3,minmax(180px,1fr));
  column-gap:54px;
  align-items:start;
}

.footer-brand-panel{
  grid-column:auto;
  grid-row:auto;
  min-width:0;
}

.footer-link-stack{
  display:flex;
  flex-direction:column;
  gap:34px;
  min-width:0;
}

.footer-link-stack .footer-col{
  margin:0;
  padding:0;
}

.footer-link-stack .footer-col h3{
  margin:0 0 14px;
}

.footer-link-stack .footer-col a{
  margin:7px 0;
}

/* Disable old explicit grid positioning rules */
.footer-links-panel{
  display:none !important;
}

@media(max-width:1180px){
  .footer-top-v4{
    grid-template-columns:minmax(300px,1.15fr) repeat(2,minmax(180px,1fr));
    row-gap:36px;
  }

  .footer-link-stack:last-child{
    grid-column:2 / 4;
    display:grid;
    grid-template-columns:repeat(2,minmax(180px,1fr));
    gap:34px 48px;
  }
}

@media(max-width:820px){
  .footer-top-v4{
    grid-template-columns:1fr 1fr;
    gap:34px 40px;
  }

  .footer-brand-panel{
    grid-column:1 / -1;
  }

  .footer-link-stack:last-child{
    grid-column:auto;
    display:flex;
  }
}

@media(max-width:560px){
  .footer-top-v4{
    grid-template-columns:1fr;
  }

  .footer-brand-panel,
  .footer-link-stack:last-child{
    grid-column:auto;
  }
}


/* =========================================================
   FINAL CLEAN FOOTER OVERRIDE
   4 balanced columns, compact link groups, no concatenated links
   ========================================================= */

footer#help .footer-top-v4{
  display:grid !important;
  grid-template-columns:minmax(320px,1.18fr) repeat(3,minmax(175px,1fr)) !important;
  column-gap:52px !important;
  row-gap:0 !important;
  align-items:start !important;
}

footer#help .footer-brand-panel{
  grid-column:auto !important;
  grid-row:auto !important;
  min-width:0 !important;
}

footer#help .footer-brand-row{
  margin-bottom:18px !important;
}

footer#help .footer-brand-copy{
  max-width:400px !important;
  margin-top:18px !important;
}

footer#help .footer-brand-copy p{
  display:block !important;
  margin:0 0 16px !important;
  color:rgba(245,240,233,.88) !important;
  font-size:.78rem !important;
  line-height:1.72 !important;
  font-weight:400 !important;
}

footer#help .footer-brand-copy p:last-child{
  margin-bottom:0 !important;
}

footer#help .footer-brand-services{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  max-width:400px !important;
  margin-top:22px !important;
  padding-top:18px !important;
  border-top:1px solid rgba(224,197,143,.28) !important;
}

footer#help .footer-brand-services span{
  display:block !important;
  position:relative !important;
  padding-left:15px !important;
  color:var(--quicksand) !important;
  font-size:.72rem !important;
  font-weight:600 !important;
  line-height:1.45 !important;
}

footer#help .footer-link-stack{
  display:flex !important;
  flex-direction:column !important;
  gap:30px !important;
  min-width:0 !important;
}

footer#help .footer-link-stack .footer-col{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  min-width:0 !important;
}

footer#help .footer-link-stack .footer-col h3{
  display:block !important;
  margin:0 0 13px !important;
  padding:0 !important;
  color:var(--quicksand) !important;
  font-size:.84rem !important;
  line-height:1.25 !important;
  font-weight:700 !important;
}

footer#help .footer-link-stack .footer-col a{
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
  margin:0 0 8px !important;
  padding:0 !important;
  color:#ddd7d4 !important;
  font-size:.75rem !important;
  line-height:1.35 !important;
  font-weight:400 !important;
  text-decoration:none !important;
  white-space:normal !important;
}

footer#help .footer-link-stack .footer-col a:last-child{
  margin-bottom:0 !important;
}

footer#help .footer-link-stack .footer-col a:hover{
  color:#fff !important;
}

/* Old wrapper is no longer used in the final footer */
footer#help .footer-links-panel{
  display:none !important;
}

footer#help .footer-bottom{
  margin-top:34px !important;
}

@media(max-width:1180px){
  footer#help .footer-top-v4{
    grid-template-columns:minmax(300px,1.2fr) repeat(2,minmax(170px,1fr)) !important;
    column-gap:42px !important;
    row-gap:34px !important;
  }

  footer#help .footer-link-stack:last-child{
    grid-column:auto !important;
    display:flex !important;
  }
}

@media(max-width:820px){
  footer#help .footer-top-v4{
    grid-template-columns:1fr 1fr !important;
    gap:34px 40px !important;
  }

  footer#help .footer-brand-panel{
    grid-column:1 / -1 !important;
  }

  footer#help .footer-brand-copy,
  footer#help .footer-brand-services{
    max-width:620px !important;
  }
}

@media(max-width:560px){
  footer#help .footer-top-v4{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }

  footer#help .footer-brand-panel{
    grid-column:auto !important;
  }
}

