
:root {
  --navy:#071b33;
  --navy2:#0d2f55;
  --blue:#1e6fae;
  --aqua:#78d6f6;
  --gold:#c99a3c;
  --gold2:#f3d98c;
  --cream:#fff8e8;
  --ivory:#fffdf7;
  --text:#142033;
  --muted:#617083;
  --shadow:0 24px 70px rgba(7,27,51,.20);
  --soft:0 14px 40px rgba(7,27,51,.10);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--ivory);line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 34px));margin:0 auto}
.top-strip{background:linear-gradient(90deg,#8b671e,var(--gold),var(--gold2),var(--gold));color:var(--navy);text-align:center;padding:10px 14px;font-weight:900;font-size:13px;letter-spacing:.25px}
header{position:sticky;top:0;z-index:999;background:rgba(7,27,51,.96);border-bottom:1px solid rgba(243,217,140,.28);backdrop-filter:blur(14px)}
.nav-wrap{min-height:128px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:16px;color:white;min-width:500px}
.brand-logo{width:220px;height:132px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:transparent;border:0;box-shadow:none;overflow:visible}
.brand-logo img{width:220px;max-height:132px;object-fit:contain;background:transparent;border:0;box-shadow:none;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality}
.brand-copy strong{display:block;font-family:Cinzel,serif;font-size:15px;line-height:1.08;letter-spacing:.35px;text-transform:uppercase;color:white}
.brand-copy span{display:none}
nav ul{display:flex;list-style:none;align-items:center;gap:18px;color:rgba(255,255,255,.9);font-size:12.5px;font-weight:900;letter-spacing:.65px;text-transform:uppercase;white-space:nowrap}
nav a:hover, nav a.active{color:var(--gold2)}
.nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);padding:12px 18px;border-radius:999px;box-shadow:0 12px 30px rgba(201,154,60,.28)}
.menu-btn{display:none;background:transparent;color:white;border:1px solid rgba(255,255,255,.28);border-radius:12px;padding:9px 12px;font-size:22px;cursor:pointer}
.hero{color:white;min-height:760px;position:relative;background:linear-gradient(110deg,rgba(7,27,51,.98),rgba(7,27,51,.84) 45%,rgba(30,111,174,.42)),url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=85') center/cover;overflow:hidden}
.hero:after{content:"";position:absolute;inset:auto -8% -135px -8%;height:250px;background:var(--ivory);transform:rotate(-3deg)}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:98px 0 142px}
.pill{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid rgba(243,217,140,.42);background:rgba(255,255,255,.10);border-radius:999px;color:var(--gold2);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1.1px;margin-bottom:22px}
h1{font-family:Cinzel,serif;font-size:clamp(44px,6.2vw,80px);line-height:.98;letter-spacing:-1.6px;max-width:780px;margin-bottom:24px;text-shadow:0 8px 30px rgba(0,0,0,.28)}
h1 em{color:var(--gold2);font-style:normal}
.hero-copy{max-width:700px;color:rgba(255,255,255,.88);font-size:19px;margin-bottom:30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border-radius:999px;font-weight:900;border:0;cursor:pointer;transition:.22s ease}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);box-shadow:0 18px 42px rgba(201,154,60,.32)}
.btn-glass{background:rgba(255,255,255,.11);color:white;border:1px solid rgba(255,255,255,.26)}
.hero-card{background:rgba(255,253,247,.95);color:var(--text);border-radius:36px;padding:24px;box-shadow:var(--shadow);border:1px solid rgba(243,217,140,.48)}
.hero-image{height:250px;border-radius:28px;background:linear-gradient(to top,rgba(7,27,51,.76),transparent 58%),url('https://images.unsplash.com/photo-1544551763-46a013bb70d5?auto=format&fit=crop&w=1200&q=85') center/cover;margin-bottom:20px;position:relative;overflow:hidden}
.hero-badge{position:absolute;left:18px;bottom:18px;background:rgba(7,27,51,.92);color:var(--gold2);border:1px solid rgba(243,217,140,.4);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}
.card-logo{width:170px;height:auto;margin:0 0 16px;background:transparent;border:0;box-shadow:none;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality}
.hero-card h2{font-family:Cinzel,serif;color:var(--navy);font-size:29px;line-height:1.14;margin-bottom:8px}
.hero-card p{color:var(--muted);font-size:15px}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
.trust{background:linear-gradient(180deg,#fff,#fff8e8);border:1px solid rgba(201,154,60,.2);border-radius:18px;padding:14px;text-align:center}
.trust strong{display:block;color:var(--navy);font-size:20px}
.trust span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}
.page-hero{color:white;background:linear-gradient(110deg,rgba(7,27,51,.98),rgba(13,47,85,.86)),url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=2200&q=85') center/cover;padding:92px 0}
.page-hero h1{font-size:clamp(40px,5.6vw,68px)}
.page-hero p{max-width:780px;color:rgba(255,255,255,.84);font-size:19px}
section{padding:88px 0}
.section-head{max-width:800px;margin-bottom:38px}
.center{text-align:center;margin-left:auto;margin-right:auto}
.kicker{color:var(--gold);font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:1.6px;margin-bottom:9px}
.title{font-family:Cinzel,serif;color:var(--navy);font-size:clamp(32px,4.6vw,54px);line-height:1.06;letter-spacing:-1px;margin-bottom:14px}
.lead{color:var(--muted);font-size:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{background:white;border-radius:34px;padding:30px;box-shadow:var(--soft);border:1px solid rgba(7,27,51,.06);position:relative;overflow:hidden}
.card:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--gold),var(--gold2),var(--aqua))}
.icon{width:60px;height:60px;border-radius:20px;display:grid;place-items:center;font-size:29px;background:linear-gradient(135deg,rgba(201,154,60,.18),rgba(120,214,246,.20));margin-bottom:18px}
.card h3{color:var(--navy);font-size:22px;margin-bottom:8px}
.card p{color:var(--muted);font-size:15px}
.dark{color:white;background:linear-gradient(135deg,rgba(7,27,51,.98),rgba(13,47,85,.94)),url('https://images.unsplash.com/photo-1512100356356-de1b84283e18?auto=format&fit=crop&w=1800&q=85') center/cover}
.dark .title{color:white}
.dark .lead{color:rgba(255,255,255,.76)}
.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:44px;align-items:center}
.image-panel{min-height:520px;border-radius:42px;background:linear-gradient(to top,rgba(7,27,51,.88),transparent 56%),url('https://images.unsplash.com/photo-1551632811-561732d1e306?auto=format&fit=crop&w=1300&q=85') center/cover;box-shadow:0 30px 90px rgba(0,0,0,.34);border:1px solid rgba(243,217,140,.35);position:relative;overflow:hidden}
.image-panel div{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:22px;backdrop-filter:blur(12px)}
.image-panel strong{display:block;color:var(--gold2);font-family:Cinzel,serif;font-size:24px}
.value-list{display:grid;gap:15px;margin:28px 0}
.value{display:grid;grid-template-columns:46px 1fr;gap:15px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px}
.check{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:1000}
.value h3{color:white;font-size:18px;margin-bottom:3px}
.value p{color:rgba(255,255,255,.72);font-size:15px}
.pricing{background:radial-gradient(circle at 15% 15%,rgba(243,217,140,.22),transparent 30%),radial-gradient(circle at 85% 8%,rgba(120,214,246,.18),transparent 28%),linear-gradient(180deg,#fffdf7,#f2f9ff)}
.price-card{background:white;border-radius:36px;overflow:hidden;border:1px solid rgba(7,27,51,.07);box-shadow:var(--soft)}
.price-head{padding:30px;background:linear-gradient(135deg,rgba(7,27,51,.98),rgba(18,61,104,.94));color:white}
.price-head h3{color:var(--gold2);font-family:Cinzel,serif;font-size:31px;line-height:1.1;margin-bottom:8px}
.price-head p{color:rgba(255,255,255,.76)}
.price-body{padding:28px 30px 30px}
.included{display:grid;gap:11px;margin-bottom:24px}
.included li{list-style:none;display:grid;grid-template-columns:28px 1fr;gap:10px;color:var(--muted);font-size:15px}
.included li:before{content:"✓";width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(201,154,60,.16);color:var(--navy);font-weight:1000;font-size:13px}
.price-row{display:flex;justify-content:space-between;gap:16px;padding:16px 17px;border-radius:18px;background:linear-gradient(180deg,#fff,#fff8e8);border:1px solid rgba(201,154,60,.18);margin-bottom:10px}
.price-row strong{color:var(--navy)}
.price-row span{color:var(--gold);font-weight:1000;white-space:nowrap}
.note{margin-top:24px;padding:18px 20px;border-radius:22px;background:rgba(7,27,51,.06);color:var(--muted);font-size:14px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{background:white;color:var(--text);border-radius:28px;padding:24px;border:1px solid rgba(243,217,140,.32);box-shadow:var(--soft)}
.review-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}
.review-top strong{color:var(--navy);display:block}
.review-top span{color:var(--muted);font-size:13px}
.review-stars{color:var(--gold);white-space:nowrap}
.badge{display:inline-flex;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.55px;margin-bottom:13px;background:rgba(31,111,174,.12);color:var(--navy2);border:1px solid rgba(31,111,174,.18)}
.badge.new{background:rgba(201,154,60,.16);color:#7a5618;border-color:rgba(201,154,60,.24)}
.review-card p{color:var(--muted);font-size:14.5px}
.vacation-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.vacation-card{position:relative;min-height:390px;border-radius:34px;overflow:hidden;background:var(--navy);box-shadow:var(--soft)}
.vacation-card.tall{grid-row:span 2;min-height:800px}
.vacation-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.84;transition:.35s ease}
.vacation-card:hover img{transform:scale(1.06);opacity:.98}
.vacation-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,27,51,.92),transparent 55%)}
.vacation-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:white}
.tag{display:inline-block;background:rgba(243,217,140,.18);color:var(--gold2);border:1px solid rgba(243,217,140,.34);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;margin-bottom:11px}
.vacation-copy h3{font-family:Cinzel,serif;font-size:29px;line-height:1.1;margin-bottom:8px}
.vacation-copy p{color:rgba(255,255,255,.78);font-size:15px}
.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}
.mini{padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#fff8e8);border:1px solid rgba(201,154,60,.2)}
.mini strong{display:block;color:var(--navy);margin-bottom:5px}
.mini span{color:var(--muted);font-size:14px}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{background:white;border-radius:28px;box-shadow:var(--soft);padding:26px;border:1px solid rgba(7,27,51,.06);min-height:245px}
.step-num{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:var(--navy);color:var(--gold2);font-weight:1000;margin-bottom:18px}
.step h3{color:var(--navy);margin-bottom:8px}
.step p{color:var(--muted);font-size:15px}
.contact{color:white;background:linear-gradient(135deg,rgba(7,27,51,.98),rgba(13,47,85,.94)),url('https://images.unsplash.com/photo-1526772662000-3f88f10405ff?auto=format&fit=crop&w=1800&q=85') center/cover}
.contact-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:34px}
.contact-info{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:38px;padding:34px;box-shadow:0 24px 70px rgba(0,0,0,.25);backdrop-filter:blur(14px)}
.contact .title{color:white}
.contact .lead{color:rgba(255,255,255,.76)}
.contact-row{display:flex;gap:14px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.13)}
.contact-row:last-child{border-bottom:0}
.contact-row strong{display:block;color:var(--gold2)}
.contact-row a,.contact-row span{color:rgba(255,255,255,.78)}
form{background:rgba(255,253,247,.96);color:var(--text);border-radius:38px;padding:34px;box-shadow:var(--shadow);border:1px solid rgba(243,217,140,.5)}
.form-title{font-family:Cinzel,serif;color:var(--navy);font-size:31px;line-height:1.15;margin-bottom:6px}
.form-sub{color:var(--muted);margin-bottom:22px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:grid;gap:7px;margin-bottom:16px}
.field.full{grid-column:1 / -1}
label{color:var(--navy);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.55px}
input,select,textarea{width:100%;border:1px solid #d9e3ee;border-radius:16px;padding:14px 15px;font:inherit;outline:0;color:var(--text);background:white}
textarea{min-height:130px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(201,154,60,.14)}
.form-note{color:var(--muted);font-size:13px;margin-top:12px}
.success-message{display:none;margin-top:14px;padding:14px 16px;border-radius:16px;background:rgba(38,132,86,.12);color:#16603e;font-weight:800}
footer{background:#041226;color:white;padding:36px 0;border-top:1px solid rgba(243,217,140,.28)}
.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand img{width:130px;height:auto;max-height:120px;object-fit:contain;background:transparent;border:0}
footer p{color:rgba(255,255,255,.64);font-size:14px}
.footer-links{display:flex;gap:18px;color:var(--gold2);font-weight:900;font-size:14px;flex-wrap:wrap}
@media(max-width:1050px){
  .hero-inner,.split,.grid-2,.contact-layout{grid-template-columns:1fr}
  .grid-3,.review-grid,.timeline{grid-template-columns:repeat(2,1fr)}
  .vacation-grid{grid-template-columns:1fr 1fr}
  .vacation-card.tall{grid-row:auto;min-height:430px}
  nav{position:absolute;top:96px;left:0;right:0;display:none;background:rgba(7,27,51,.98);border-bottom:1px solid rgba(243,217,140,.22)}
  nav.open{display:block}
  nav ul{width:min(1180px,calc(100% - 34px));margin:0 auto;padding:18px 0 24px;flex-direction:column;align-items:stretch}
  nav a{display:block;padding:12px 0}
  .menu-btn{display:block}
}
@media(max-width:720px){
  .top-strip{font-size:12px}
  .nav-wrap{min-height:84px}
  .brand{min-width:0;gap:10px}
  .brand-logo{width:84px;height:60px}
  .brand-logo img{width:84px;max-height:60px}
  .brand-copy strong{font-size:13px}
  .brand-copy span{font-size:9px}
  nav{top:84px}
  .hero-inner{padding:76px 0 112px}
  .hero-copy{font-size:17px}
  .grid-3,.grid-2,.review-grid,.timeline,.vacation-grid,.mini-grid,.form-grid,.trust-row{grid-template-columns:1fr}
  .image-panel{min-height:430px}
  .vacation-card,.vacation-card.tall{min-height:330px}
}


/* Final rebuild additions */
.feature-band {
  background: linear-gradient(180deg, #fffdf7, #f4f9ff);
  padding-top: 70px;
}
.deep-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.deep-card {
  background: white;
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--soft);
  border: 1px solid rgba(7,27,51,.06);
  min-height: 230px;
}
.deep-card strong {
  display:block;
  color: var(--navy);
  font-size: 18px;
  margin-bottom: 8px;
}
.deep-card p {
  color: var(--muted);
  font-size: 15px;
}
.lux-callout {
  border-radius: 38px;
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(7,27,51,.96), rgba(13,47,85,.92)),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover;
  color: white;
  box-shadow: var(--shadow);
}
.lux-callout .title { color:white; }
.lux-callout p { color: rgba(255,255,255,.78); }
.detail-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.detail-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.detail-list b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display:grid;
  place-items:center;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), var(--gold2));
}
.detail-list span { color: rgba(255,255,255,.84); }
.family-lux-image {
  min-height: 560px;
  border-radius: 42px;
  background:
    linear-gradient(to top, rgba(7,27,51,.72), transparent 58%),
    url('https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?auto=format&fit=crop&w=1600&q=85') center/cover;
  box-shadow: var(--shadow);
  border: 1px solid rgba(243,217,140,.35);
  position: relative;
  overflow: hidden;
}
.family-lux-image .caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border-radius: 24px;
  padding: 22px;
  background: rgba(7,27,51,.68);
  border: 1px solid rgba(243,217,140,.28);
  backdrop-filter: blur(12px);
}
.family-lux-image strong {
  display:block;
  font-family: Cinzel, serif;
  font-size: 24px;
  color: var(--gold2);
}
.family-lux-image span { color: rgba(255,255,255,.84); }
.planning-stages {
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:18px;
}
.stage-card {
  background: white;
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--soft);
  border: 1px solid rgba(7,27,51,.07);
}
.stage-card .stage-num {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: var(--navy);
  color: var(--gold2);
  font-weight: 1000;
  margin-bottom: 16px;
}
.stage-card h3 { color: var(--navy); margin-bottom: 8px; }
.stage-card p { color: var(--muted); font-size: 15px; }
.expect-grid {
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:18px;
}
.expect-card {
  border-radius: 28px;
  padding: 26px;
  background: linear-gradient(180deg,#fff,#fff8e8);
  border: 1px solid rgba(201,154,60,.22);
  box-shadow: 0 12px 30px rgba(7,27,51,.07);
}
.expect-card h3 { color: var(--navy); margin-bottom: 8px; }
.expect-card p { color: var(--muted); }
.price-intro {
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap:24px;
  align-items:stretch;
  margin-bottom: 30px;
}
.price-intro-card {
  background:white;
  border-radius:34px;
  padding:30px;
  box-shadow:var(--soft);
  border:1px solid rgba(7,27,51,.07);
}
.price-intro-card h3 { color: var(--navy); font-size: 22px; margin-bottom: 8px; }
.price-intro-card p { color: var(--muted); }
.best-for {
  display:inline-block;
  margin-bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(243,217,140,.16);
  color:var(--gold2);
  border:1px solid rgba(243,217,140,.28);
  font-size:11px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
}
.package-grid {
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:18px;
}
.package-card {
  background:white;
  border-radius:30px;
  padding:28px;
  box-shadow:var(--soft);
  border:1px solid rgba(7,27,51,.07);
}
.package-card h3 { color:var(--navy); margin-bottom:8px; }
.package-card p { color:var(--muted); font-size:15px; }
.package-card strong {
  display:block;
  color:var(--gold);
  font-size:24px;
  margin-top:12px;
}
.vacation-feature {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:28px;
  align-items:center;
}
.vacation-feature-image {
  min-height:520px;
  border-radius:42px;
  background:
    linear-gradient(to top, rgba(7,27,51,.68), transparent 58%),
    url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&w=1600&q=85') center/cover;
  box-shadow:var(--shadow);
}
.vacation-buckets {
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:18px;
}
.bucket-card {
  background:white;
  border-radius:30px;
  padding:28px;
  box-shadow:var(--soft);
  border:1px solid rgba(7,27,51,.07);
}
.bucket-card h3 { color:var(--navy); margin-bottom:8px; }
.bucket-card p { color:var(--muted); font-size:15px; }
.review-submit-form {
  margin-top: 32px;
}
.review-submit-form form {
  max-width: 900px;
  margin: 0 auto;
}
@media(max-width:1050px){
  .deep-grid, .planning-stages, .package-grid, .vacation-buckets { grid-template-columns: repeat(2,1fr); }
  .price-intro, .vacation-feature { grid-template-columns:1fr; }
}
@media(max-width:720px){
  .deep-grid, .planning-stages, .package-grid, .vacation-buckets, .expect-grid { grid-template-columns:1fr; }
  .family-lux-image, .vacation-feature-image { min-height:380px; }
}


@media(max-width:1050px){.brand{min-width:0;gap:14px}.brand-logo{width:180px;height:108px}.brand-logo img{width:180px;max-height:108px}.brand-copy strong{font-size:14px}.nav-wrap{min-height:110px}}
@media(max-width:720px){.brand{gap:10px}.brand-logo{width:150px;height:92px}.brand-logo img{width:150px;max-height:92px}.brand-copy strong{font-size:12.5px;line-height:1.05}.nav-wrap{min-height:92px}}


/* TRADEMARK-READY HEADER LOCK
   Full logo only. No crop, no distortion, no advisor tagline. */
.nav-wrap {
  min-height: 116px !important;
}

.brand {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  min-width: 430px !important;
}

.brand-logo,
.brand-seal {
  width: 148px !important;
  height: 106px !important;
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.brand-logo img,
.brand-seal img {
  width: 148px !important;
  max-height: 106px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  transform: none !important;
  image-rendering: auto !important;
}

.brand-copy strong,
.brand-name {
  font-family: Cinzel, serif !important;
  font-size: 16px !important;
  line-height: 1.08 !important;
  letter-spacing: .35px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.brand-copy span,
.brand-tag {
  display: none !important;
}

@media (max-width: 1050px) {
  .nav-wrap {
    min-height: 102px !important;
  }

  .brand {
    min-width: 0 !important;
    gap: 12px !important;
  }

  .brand-logo,
  .brand-seal {
    width: 122px !important;
    height: 86px !important;
  }

  .brand-logo img,
  .brand-seal img {
    width: 122px !important;
    max-height: 86px !important;
  }

  .brand-copy strong,
  .brand-name {
    font-size: 14px !important;
  }
}

@media (max-width: 720px) {
  .nav-wrap {
    min-height: 90px !important;
  }

  .brand {
    gap: 10px !important;
  }

  .brand-logo,
  .brand-seal {
    width: 104px !important;
    height: 74px !important;
  }

  .brand-logo img,
  .brand-seal img {
    width: 104px !important;
    max-height: 74px !important;
  }

  .brand-copy strong,
  .brand-name {
    font-size: 12.5px !important;
    line-height: 1.05 !important;
  }
}


/* EXACT LOGO FINAL OVERRIDE */
.nav-wrap{min-height:150px !important;align-items:center !important}
.brand{display:flex !important;align-items:center !important;gap:18px !important;min-width:520px !important}
.brand-logo,.brand-seal{width:150px !important;height:150px !important;flex:0 0 150px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:transparent !important;border:none !important;box-shadow:none !important;overflow:visible !important}
.brand-logo img,.brand-seal img{width:150px !important;height:150px !important;max-width:150px !important;max-height:150px !important;object-fit:contain !important;display:block !important;background:transparent !important;border:none !important;padding:0 !important;transform:none !important;filter:none !important;image-rendering:auto !important}
.brand-copy strong,.brand-name{font-family:Cinzel,serif !important;font-size:18px !important;line-height:1.05 !important;letter-spacing:.25px !important;text-transform:uppercase !important;color:#fff !important;font-weight:700 !important}
.brand-copy span,.brand-tag{display:none !important}
.card-logo{width:170px !important;height:auto !important;image-rendering:auto !important;filter:none !important}
.footer-brand img{width:130px !important;max-height:130px !important;height:auto !important;object-fit:contain !important}
@media (max-width:1050px){.nav-wrap{min-height:120px !important}.brand{min-width:0 !important;gap:12px !important}.brand-logo,.brand-seal{width:118px !important;height:118px !important;flex:0 0 118px !important}.brand-logo img,.brand-seal img{width:118px !important;height:118px !important;max-width:118px !important;max-height:118px !important}.brand-copy strong,.brand-name{font-size:14px !important}}
@media (max-width:720px){.nav-wrap{min-height:96px !important}.brand{gap:10px !important}.brand-logo,.brand-seal{width:88px !important;height:88px !important;flex:0 0 88px !important}.brand-logo img,.brand-seal img{width:88px !important;height:88px !important;max-width:88px !important;max-height:88px !important}.brand-copy strong,.brand-name{font-size:12px !important;line-height:1.03 !important}}


/* EXACT NEW LOGO LOCK — full uploaded logo, no crop or distortion */
.nav-wrap {
  min-height: 132px !important;
  align-items: center !important;
}

.brand {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  min-width: 460px !important;
}

.brand-logo,
.brand-seal {
  width: 150px !important;
  height: 120px !important;
  flex: 0 0 150px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.brand-logo img,
.brand-seal img {
  width: 150px !important;
  height: auto !important;
  max-width: 150px !important;
  max-height: 120px !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  transform: none !important;
  filter: none !important;
  image-rendering: auto !important;
}

.brand-copy strong,
.brand-name {
  font-family: Cinzel, serif !important;
  font-size: 17px !important;
  line-height: 1.06 !important;
  letter-spacing: .25px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.brand-copy span,
.brand-tag {
  display: none !important;
}

.card-logo {
  width: 165px !important;
  height: auto !important;
  object-fit: contain !important;
  image-rendering: auto !important;
}

.footer-brand img {
  width: 140px !important;
  max-height: 130px !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 1050px) {
  .nav-wrap {
    min-height: 108px !important;
  }

  .brand {
    min-width: 0 !important;
    gap: 12px !important;
  }

  .brand-logo,
  .brand-seal {
    width: 120px !important;
    height: 92px !important;
    flex: 0 0 120px !important;
  }

  .brand-logo img,
  .brand-seal img {
    width: 120px !important;
    max-width: 120px !important;
    max-height: 92px !important;
  }

  .brand-copy strong,
  .brand-name {
    font-size: 14px !important;
  }
}

@media (max-width: 720px) {
  .nav-wrap {
    min-height: 92px !important;
  }

  .brand {
    gap: 10px !important;
  }

  .brand-logo,
  .brand-seal {
    width: 96px !important;
    height: 74px !important;
    flex: 0 0 96px !important;
  }

  .brand-logo img,
  .brand-seal img {
    width: 96px !important;
    max-width: 96px !important;
    max-height: 74px !important;
  }

  .brand-copy strong,
  .brand-name {
    font-size: 12px !important;
    line-height: 1.04 !important;
  }
}
