@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Jost:wght@300;400;500&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0D1B3E;--navy-mid:#162040;--navy-light:#1E2D56;
  --gold:#B8861A;--gold-mid:#C9952A;--gold-light:#E2B84A;--gold-pale:#F5E8C0;--gold-wash:#FBF4E0;
  --blue-pale:#D8EAF4;--beige-light:#F5EFE6;
  --cream:#FDFAF5;--white:#FFFFFF;--warm-gray:#7A7068;
}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;background:var(--white);color:var(--navy);overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font-family:'Jost',sans-serif;cursor:pointer}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:0 3rem;height:80px;background:rgba(255,255,255,0.97);backdrop-filter:blur(20px);border-bottom:1px solid rgba(184,134,26,0.15);transition:height .35s,box-shadow .35s}
nav.scrolled{height:64px;box-shadow:0 2px 32px rgba(13,27,62,.07)}
.nav-logo img{height:62px;width:auto;object-fit:contain;transition:height .35s}
nav.scrolled .nav-logo img{height:48px}
.nav-links{display:flex;align-items:center;gap:2.5rem}
.nav-links a{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--navy-light);transition:color .2s;font-weight:400}
.nav-links a:hover,.nav-links a.active{color:var(--gold-mid)}
.nav-cta{background:var(--navy)!important;color:var(--gold-pale)!important;padding:.55rem 1.6rem;border:1px solid var(--navy);font-size:.64rem!important;letter-spacing:.2em!important;transition:all .25s!important}
.nav-cta:hover{background:var(--gold-mid)!important;border-color:var(--gold-mid)!important;color:var(--navy)!important}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}
.hamburger span{display:block;width:22px;height:1.5px;background:var(--navy);transition:all .3s}

/* MOBILE NAV */
.mobile-nav{display:none;position:fixed;inset:0;z-index:999;background:var(--white);flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}
.mobile-nav.open{display:flex}
.mobile-nav a{font-family:'Playfair Display',serif;font-size:2.2rem;color:var(--navy);font-weight:400;transition:color .2s}
.mobile-nav a:hover{color:var(--gold-mid)}
.mobile-nav-close{position:absolute;top:1.5rem;right:2rem;background:none;border:none;font-size:1.8rem;color:var(--navy);cursor:pointer}
.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:998;background:var(--navy);padding:1rem 2rem;text-align:center;border-top:1px solid rgba(184,134,26,.3)}
.mobile-cta-bar a{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-pale)}

/* HERO */
.hero{min-height:100vh;padding-top:80px;display:grid;grid-template-columns:1fr 1fr;background:var(--white)}
.hero-left{display:flex;flex-direction:column;justify-content:center;padding:6rem 3.5rem 6rem 4rem}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.6rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold-mid);margin-bottom:1.75rem}
.hero-eyebrow::before{content:'';width:28px;height:1px;background:var(--gold-mid);flex-shrink:0}
.hero-headline{font-family:'Playfair Display',serif;font-size:clamp(2.6rem,3.8vw,4.2rem);font-weight:400;line-height:1.1;color:var(--navy);margin-bottom:1.5rem}
.hero-headline em{font-style:italic;color:var(--gold-mid)}
.hero-sub{font-size:.94rem;color:var(--warm-gray);line-height:1.9;font-weight:300;max-width:400px;margin-bottom:2rem}
.hero-trust{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}
.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.55rem 1rem;border:1px solid rgba(184,134,26,.25);background:var(--gold-wash);min-width:80px}
.trust-badge .badge-num{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--navy);font-weight:500}
.trust-badge .badge-lbl{font-size:.56rem;letter-spacing:.14em;text-transform:uppercase;color:var(--warm-gray)}

/* GET STARTED BUTTON */
.btn-primary{display:inline-flex;align-items:center;gap:.75rem;background:var(--navy);color:var(--gold-pale);padding:1.1rem 2.2rem;border:none;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;transition:background .25s,transform .2s;cursor:pointer}
.btn-primary:hover{background:var(--gold-mid);color:var(--navy);transform:translateY(-2px)}
.btn-primary svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}
.btn-primary:hover svg{transform:translateX(4px)}
.btn-secondary{display:inline-flex;align-items:center;gap:.6rem;background:transparent;color:var(--navy);padding:1.1rem 2rem;border:1px solid var(--navy);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;font-weight:400;transition:all .25s;cursor:pointer}
.btn-secondary:hover{background:var(--navy);color:var(--gold-pale)}

/* HERO RIGHT */
.hero-right{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--gold-wash) 0%,var(--blue-pale) 50%,var(--beige-light) 100%);overflow:hidden;min-height:600px;padding:3rem}
.hero-right::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(184,134,26,.04) 0,rgba(184,134,26,.04) 1px,transparent 0,transparent 50%);background-size:16px 16px}
.logo-showcase{position:relative;z-index:1;width:min(480px,92%);filter:drop-shadow(0 20px 60px rgba(13,27,62,.12));animation:floatLogo 7s ease-in-out infinite}
@keyframes floatLogo{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}

/* PROCESS */
.process{background:var(--navy);padding:5.5rem 4rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;position:relative}
.process::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--gold-mid),transparent)}
.process-step{display:flex;flex-direction:column;gap:1rem}
.step-icon-box{width:50px;height:50px;border:1px solid rgba(184,134,26,.35);display:flex;align-items:center;justify-content:center}
.step-icon-box svg{width:24px;height:24px;stroke:var(--gold-light);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.step-number{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(184,134,26,.35)}
.step-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);font-weight:500}
.step-desc{font-size:.8rem;color:rgba(255,255,255,.4);font-weight:300;line-height:1.8}

/* SECTIONS */
.section-eyebrow{font-size:.6rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-mid);display:block;margin-bottom:.9rem}
.section-headline{font-family:'Playfair Display',serif;font-size:clamp(1.9rem,2.8vw,3rem);font-weight:400;line-height:1.2;color:var(--navy)}
.section-headline em{font-style:italic;color:var(--gold-mid)}
.section-body{font-size:.9rem;color:var(--warm-gray);font-weight:300;line-height:1.9;margin-top:1.25rem}

/* WHY */
.why{padding:9rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:center;background:var(--white)}
.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.25rem}
.feature-item{padding-top:1.3rem;border-top:1px solid rgba(184,134,26,.18)}
.feature-icon svg{width:22px;height:22px;stroke:var(--gold-mid);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin-bottom:.6rem}
.feature-title{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);font-weight:500;margin-bottom:.4rem}
.feature-desc{font-size:.8rem;color:var(--warm-gray);font-weight:300;line-height:1.78}

/* BOOKING FORM SECTION */
.booking-section{background:var(--gold-wash);padding:9rem 4rem}
.booking-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:6rem;align-items:start}
.booking-info{padding-top:.5rem}
.booking-info .section-eyebrow{margin-bottom:.9rem}
.booking-info p{font-size:.88rem;color:var(--warm-gray);font-weight:300;line-height:1.9;margin-top:1.25rem}
.booking-perks{margin-top:2.5rem;display:flex;flex-direction:column;gap:0}
.booking-perk{display:flex;align-items:center;gap:1rem;padding:.9rem 0;border-bottom:1px solid rgba(184,134,26,.2)}
.booking-perk:first-child{border-top:1px solid rgba(184,134,26,.2)}
.perk-icon{width:32px;height:32px;border:1px solid rgba(184,134,26,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.perk-icon svg{width:16px;height:16px;stroke:var(--gold-mid);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.perk-text{font-size:.8rem;color:var(--navy);font-weight:300}
.perk-text strong{font-weight:500;display:block;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.1rem}

/* BOOKING FORM CARD */
.booking-form-card{background:var(--white);border:1px solid rgba(184,134,26,.2);padding:2.75rem}
.booking-form-card h3{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:400;color:var(--navy);margin-bottom:.4rem}
.booking-form-card h3 em{font-style:italic;color:var(--gold-mid)}
.booking-form-card .sub{font-size:.75rem;color:var(--warm-gray);font-weight:300;margin-bottom:2rem;letter-spacing:.02em}
.booking-form{display:flex;flex-direction:column;gap:1.1rem}
.bf-group{display:flex;flex-direction:column;gap:.35rem}
.bf-group label{font-size:.57rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-mid);font-weight:400}
.bf-group input,.bf-group select,.bf-group textarea{border:1px solid rgba(13,27,62,.15);background:var(--cream);padding:.85rem 1rem;font-family:'Jost',sans-serif;font-size:.85rem;font-weight:300;color:var(--navy);outline:none;transition:border-color .2s,background .2s;appearance:none;width:100%}
.bf-group input:focus,.bf-group select:focus,.bf-group textarea:focus{border-color:var(--gold-mid);background:var(--white)}
.bf-group textarea{resize:vertical;min-height:90px}
.bf-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.bf-submit{border:none;background:var(--navy);color:var(--gold-pale);padding:1.1rem 2rem;font-family:'Jost',sans-serif;font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;transition:background .25s,transform .2s;cursor:pointer;width:100%;margin-top:.5rem}
.bf-submit:hover{background:var(--gold-mid);color:var(--navy);transform:translateY(-2px)}
.bf-note{font-size:.65rem;color:var(--warm-gray);text-align:center;margin-top:.5rem;letter-spacing:.04em}
.booking-success{display:none;text-align:center;padding:3rem 2rem}
.booking-success .success-icon{font-size:2.5rem;margin-bottom:1rem}
.booking-success h3{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:400;color:var(--navy);margin-bottom:.75rem}
.booking-success h3 em{font-style:italic;color:var(--gold-mid)}
.booking-success p{font-size:.85rem;color:var(--warm-gray);font-weight:300;line-height:1.8}

/* TESTIMONIALS */
.testimonials{background:var(--white);padding:9rem 4rem}
.testimonials-header{text-align:center;margin-bottom:4rem}
.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1060px;margin:0 auto}
.t-card{background:var(--gold-wash);border:1px solid rgba(184,134,26,.14);padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem;transition:border-color .3s,transform .3s;position:relative}
.t-card:hover{border-color:var(--gold-mid);transform:translateY(-5px)}
.t-card.featured{border-color:rgba(184,134,26,.4);grid-column:1/-1;background:var(--white)}
.t-card.featured::before{content:'Featured Review';position:absolute;top:-1px;right:1.5rem;font-size:.52rem;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);background:var(--gold-mid);padding:.3rem .8rem}
.stars{color:var(--gold-mid);letter-spacing:.1em;font-size:.85rem}
.t-text{font-family:'Playfair Display',serif;font-size:1.05rem;font-style:italic;line-height:1.7;color:var(--navy)}
.t-author{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(184,134,26,.14)}
.t-name{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--navy)}
.t-hood{font-size:.68rem;color:var(--warm-gray);margin-top:.15rem}
.t-tag{display:inline-block;margin-top:.5rem;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-mid);border:1px solid rgba(184,134,26,.3);padding:.2rem .6rem}

/* PRICING */
.pricing{background:var(--beige-light);padding:9rem 4rem}
.pricing-header{text-align:center;margin-bottom:.5rem}
.launch-banner{display:inline-flex;align-items:center;gap:.5rem;background:var(--navy);color:var(--gold-light);font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;padding:.45rem 1.2rem;margin-bottom:1.75rem}
.launch-banner::before{content:'★'}
.pricing-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1060px;margin:3.5rem auto 0;align-items:start}
.p-block{border:1px solid rgba(184,134,26,.2);background:var(--white)}
.p-block-head{padding:1.75rem;border-bottom:1px solid rgba(184,134,26,.12)}
.p-block-label{font-size:.56rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold-mid);display:block;margin-bottom:.45rem}
.p-block-title{font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:400;color:var(--navy);margin-bottom:.4rem}
.p-block-desc{font-size:.74rem;color:var(--warm-gray);font-weight:300;line-height:1.65}
.p-block-body{padding:1.5rem 1.75rem 1.75rem}
.sub-table{width:100%;border-collapse:collapse}
.sub-table thead tr{border-bottom:1px solid rgba(184,134,26,.2)}
.sub-table th{font-size:.56rem;letter-spacing:.16em;text-transform:uppercase;color:var(--warm-gray);font-weight:400;padding:0 0 .65rem;text-align:left}
.sub-table th:last-child{text-align:right}
.sub-table td{font-size:.82rem;color:var(--navy);padding:.46rem 0;font-weight:300}
.sub-table td:last-child{text-align:right;font-weight:500}
.sub-table tr:nth-child(even) td{color:var(--warm-gray)}
.sub-table tr.highlight td{color:var(--gold-mid);font-weight:500}
.popular-tag{font-size:.54rem;letter-spacing:.1em;color:var(--gold-light);margin-left:4px}
.sub-note{font-size:.68rem;color:var(--warm-gray);line-height:1.65;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(184,134,26,.14);font-style:italic}
.addon-list{display:flex;flex-direction:column}
.addon-item{display:flex;justify-content:space-between;align-items:baseline;padding:.5rem 0;border-bottom:1px solid rgba(184,134,26,.1);gap:.75rem}
.addon-item:last-child{border-bottom:none}
.addon-name{font-size:.79rem;color:var(--navy);font-weight:300;line-height:1.4}
.addon-price{font-size:.8rem;font-weight:500;color:var(--navy);white-space:nowrap}
.addon-price.included{color:var(--gold-mid);font-size:.66rem;font-weight:400;letter-spacing:.06em}
.nonsub-block{background:var(--navy);border:none}
.nonsub-block .p-block-head{border-bottom:1px solid rgba(255,255,255,.08)}
.nonsub-block .p-block-label{color:var(--gold-light)}
.nonsub-block .p-block-title{color:var(--white)}
.nonsub-block .p-block-desc{color:rgba(255,255,255,.4)}
.nonsub-block .p-block-body{text-align:center;padding:2.5rem 1.75rem}
.nonsub-price{font-family:'Playfair Display',serif;font-size:4.8rem;font-weight:400;color:var(--white);line-height:1}
.nonsub-price sup{font-size:1.4rem;vertical-align:super;font-family:'Jost',sans-serif;font-weight:300}
.nonsub-unit{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light);margin-top:.6rem}
.nonsub-detail{font-size:.76rem;color:rgba(255,255,255,.4);margin-top:.5rem;line-height:1.65}
.nonsub-note{font-size:.65rem;color:rgba(255,255,255,.25);margin-top:1.25rem;font-style:italic}
.pricing-note{text-align:center;margin:2.5rem auto 0;font-size:.7rem;color:var(--warm-gray);font-weight:300;line-height:1.8;max-width:600px}

/* FAQ */
.faq{padding:9rem 4rem;background:var(--white)}
.faq-inner{max-width:750px;margin:3.5rem auto 0}
.faq-item{border-bottom:1px solid rgba(184,134,26,.2)}
.faq-q{width:100%;background:none;border:none;padding:1.4rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;text-align:left;font-family:'Jost',sans-serif;font-size:.88rem;font-weight:400;color:var(--navy);cursor:pointer;transition:color .2s}
.faq-q:hover{color:var(--gold-mid)}
.faq-icon{width:20px;height:20px;flex-shrink:0;border:1px solid rgba(184,134,26,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;color:var(--gold-mid);transition:transform .3s,background .3s}
.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--gold-mid);color:var(--white);border-color:var(--gold-mid)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item.open .faq-answer{max-height:300px}
.faq-answer p{font-size:.84rem;color:var(--warm-gray);font-weight:300;line-height:1.9;padding-bottom:1.4rem}

/* FOOTER CTA BAND */
.footer-cta-band{background:var(--navy);padding:7rem 4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative;overflow:hidden}
.footer-cta-band::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(184,134,26,.04) 0,rgba(184,134,26,.04) 1px,transparent 0,transparent 50%);background-size:20px 20px}
.footer-cta-band>*{position:relative;z-index:1}
.footer-logo-img{width:180px;opacity:.95}
.big-headline{font-family:'Playfair Display',serif;font-size:clamp(2rem,4.5vw,3.8rem);font-weight:400;line-height:1.15;color:var(--white);max-width:680px}
.big-headline em{font-style:italic;color:var(--gold-light)}

/* SITE FOOTER */
.site-footer{background:var(--navy-mid);border-top:1px solid rgba(184,134,26,.18);padding:2.25rem 3rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}
.footer-logo img{height:50px;width:auto}
.footer-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}
.footer-links a{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.35);transition:color .2s}
.footer-links a:hover{color:var(--gold-light)}
.footer-copy{font-size:.6rem;color:rgba(255,255,255,.25);letter-spacing:.06em;text-align:right}

/* PAGE HERO */
.page-hero{padding:10rem 4rem 6rem;position:relative;overflow:hidden;background:linear-gradient(160deg,var(--gold-wash) 0%,var(--blue-pale) 60%,var(--beige-light) 100%)}
.page-hero-pattern{position:absolute;inset:0;opacity:.03;background-image:repeating-linear-gradient(45deg,var(--navy) 0,var(--navy) 1px,transparent 0,transparent 50%);background-size:18px 18px}
.page-hero-inner{position:relative;z-index:1;max-width:660px}
.page-hero .eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-size:.6rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-mid)}
.page-hero .eyebrow::before{content:'';width:26px;height:1px;background:var(--gold-mid)}
.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:400;line-height:1.1;color:var(--navy);margin-top:1rem}
.page-hero h1 em{font-style:italic;color:var(--gold-mid)}
.page-hero p{font-size:.93rem;color:var(--warm-gray);font-weight:300;line-height:1.9;margin-top:1.5rem;max-width:540px}

/* HOW IT WORKS */
.hiw-section{padding:9rem 4rem;max-width:1100px;margin:0 auto}
.hiw-step{display:grid;grid-template-columns:56px 1fr;gap:2.5rem;padding:3.5rem 0;border-bottom:1px solid rgba(184,134,26,.16);align-items:start}
.hiw-step:last-child{border-bottom:none}
.hiw-num{font-family:'Playfair Display',serif;font-size:3rem;font-weight:400;color:rgba(184,134,26,.18);line-height:1}
.hiw-content h3{font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:400;color:var(--navy);margin-bottom:.9rem}
.hiw-content h3 em{font-style:italic;color:var(--gold-mid)}
.hiw-content>p{font-size:.88rem;color:var(--warm-gray);font-weight:300;line-height:1.9;max-width:580px}
.hiw-details{margin-top:1.2rem;display:flex;flex-direction:column;gap:.45rem}
.hiw-detail{font-size:.79rem;color:var(--warm-gray);font-weight:300;display:flex;align-items:flex-start;gap:.75rem}
.hiw-detail::before{content:'—';color:var(--gold-light);flex-shrink:0}
.prefs-band{background:var(--navy);padding:7rem 4rem}
.prefs-inner{max-width:920px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.prefs-text .section-eyebrow{color:var(--gold-light)}
.prefs-text .section-headline{color:var(--white)}
.prefs-text .section-body{color:rgba(255,255,255,.42)}
.pref-item{padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;gap:1rem}
.pref-dot{width:5px;height:5px;border-radius:50%;background:var(--gold-light);flex-shrink:0}
.pref-label{font-size:.8rem;color:rgba(255,255,255,.46);font-weight:300}

/* CONTACT PAGE */
.contact-wrap{padding:9rem 4rem;display:grid;grid-template-columns:1fr 1.4fr;gap:6rem;max-width:1100px;margin:0 auto}
.contact-info-head{font-family:'Playfair Display',serif;font-size:2rem;font-weight:400;color:var(--navy);margin-bottom:1rem}
.contact-info>p{font-size:.87rem;color:var(--warm-gray);font-weight:300;line-height:1.9}
.c-detail{display:flex;flex-direction:column;gap:.22rem;padding-bottom:1rem;border-bottom:1px solid rgba(184,134,26,.14);margin-top:1.3rem}
.c-detail-label{font-size:.57rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-mid)}
.c-detail-val{font-size:.87rem;color:var(--navy);font-weight:300}
.service-area-band{background:var(--gold-wash);padding:6rem 4rem;text-align:center}
.zip-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:2.5rem auto 0;max-width:620px}
.zip-pill{font-size:.68rem;letter-spacing:.1em;color:var(--navy-light);border:1px solid rgba(184,134,26,.28);padding:.35rem .9rem;background:var(--white)}

/* REVEAL */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.rd1{transition-delay:.1s}.rd2{transition-delay:.2s}.rd3{transition-delay:.3s}.rd4{transition-delay:.4s}

/* RESPONSIVE */
@media(max-width:980px){
  nav{padding:0 1.5rem}
  .nav-links{display:none}
  .hamburger{display:flex}
  .mobile-cta-bar{display:block}
  .hero{grid-template-columns:1fr}
  .hero-left{padding:5rem 1.5rem 3rem}
  .hero-right{min-height:320px;padding:2rem}
  .logo-showcase{width:min(300px,88%)}
  .process{grid-template-columns:1fr 1fr;padding:3.5rem 1.5rem}
  .why{grid-template-columns:1fr;gap:3rem;padding:5rem 1.5rem}
  .features-grid{grid-template-columns:1fr}
  .booking-section{padding:5rem 1.5rem}
  .booking-inner{grid-template-columns:1fr;gap:3rem}
  .testimonials-grid{grid-template-columns:1fr}
  .pricing-cols{grid-template-columns:1fr}
  .pricing,.testimonials,.faq,.footer-cta-band{padding:5rem 1.5rem}
  .site-footer{grid-template-columns:1fr;text-align:center;padding:2rem 1.5rem 5rem}
  .footer-copy{text-align:center}
  .page-hero{padding:8rem 1.5rem 4rem}
  .hiw-section{padding:4rem 1.5rem}
  .prefs-inner{grid-template-columns:1fr;gap:2.5rem}
  .prefs-band{padding:4rem 1.5rem}
  .contact-wrap{grid-template-columns:1fr;gap:3rem;padding:5rem 1.5rem}
  .bf-row{grid-template-columns:1fr}
  .service-area-band{padding:4rem 1.5rem}
}
@media(max-width:600px){
  .process{grid-template-columns:1fr}
  .hero-headline{font-size:2.4rem}
  .big-headline{font-size:2rem}
  .hiw-step{grid-template-columns:1fr;gap:.75rem}
  .hiw-num{font-size:2rem}
  .booking-form-card{padding:1.75rem}
}
