:root{
  --navy:#1C3557;--navy-dark:#0F1F35;--navy-mid:#243f68;
  --gold:#BF8C30;--gold-dark:#9E7224;--gold-light:#F0D898;
  --cream:#F9F5EE;--cream-dark:#EDE7D8;--white:#FFFFFF;
  --text-dark:#1A2537;--text-body:#475069;--text-muted:#7C8499;
  --border:#DDD5BE;--shadow-sm:0 2px 8px rgba(28,53,87,0.08);
  --shadow-md:0 6px 24px rgba(28,53,87,0.12);--shadow-lg:0 16px 48px rgba(28,53,87,0.15);
  --font-heading:'Playfair Display',Georgia,serif;--font-body:'Mulish',-apple-system,sans-serif;
  --radius:6px;--radius-lg:12px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}

html{scroll-behavior:smooth;}

body{font-family:var(--font-body);background:var(--white);color:var(--text-body);font-size:16px;line-height:1.7;}

img{max-width:100%;display:block;}

a{color:inherit;text-decoration:none;}

.container{max-width:1160px;margin:0 auto;padding:0 28px;}

.btn-primary{display:inline-block;background:var(--gold);color:var(--white);font-family:var(--font-body);font-weight:700;font-size:15px;letter-spacing:0.04em;padding:15px 34px;border-radius:var(--radius);border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;text-transform:uppercase;}

.btn-primary:hover{background:var(--gold-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(191,140,48,.35);}

.btn-outline{display:inline-block;border:2px solid var(--navy);color:var(--navy);font-family:var(--font-body);font-weight:700;font-size:14px;letter-spacing:0.05em;padding:12px 26px;border-radius:var(--radius);transition:all .2s;text-transform:uppercase;cursor:pointer;}

.btn-outline:hover{background:var(--navy);color:var(--white);}

.btn-outline-light{display:inline-block;border:2px solid rgba(255,255,255,0.5);color:var(--white);font-family:var(--font-body);font-weight:700;font-size:14px;letter-spacing:0.05em;padding:12px 26px;border-radius:var(--radius);transition:all .2s;text-transform:uppercase;}

.btn-outline-light:hover{border-color:var(--white);background:rgba(255,255,255,0.1);}

.section-label{font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold);margin-bottom:10px;}

.section-heading{font-family:var(--font-heading);font-size:clamp(26px,4vw,40px);font-weight:700;color:var(--text-dark);line-height:1.22;margin-bottom:16px;}

.section-sub{font-size:17px;color:var(--text-body);line-height:1.75;}

/* TOP BAR */
.top-bar{background:var(--navy-dark);color:rgba(255,255,255,0.75);font-size:13px;font-weight:500;padding:9px 0;}

.top-bar .container{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;}

.top-bar a{color:rgba(255,255,255,0.85);transition:color .2s;}

.top-bar a:hover{color:var(--gold-light);}

.top-bar-left{display:flex;gap:24px;align-items:center;}

.top-bar-right{display:flex;gap:20px;align-items:center;}

.tb-item{display:flex;align-items:center;gap:6px;}

.tb-icon{width:14px;height:14px;opacity:.7;}

/* NAV */
.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200;box-shadow:var(--shadow-sm);}

.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:24px;}

.wordmark-name{font-family:var(--font-heading);font-size:22px;font-weight:700;color:var(--navy);}

.wordmark-name span{color:var(--gold);}

.wordmark-sub{font-size:10.5px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--text-muted);border-top:1px solid var(--border);padding-top:3px;margin-top:3px;}

.nav-links{display:flex;gap:6px;align-items:center;}

.nav-links>a,.nav-has-mega>a{font-size:14px;font-weight:600;color:var(--text-dark);padding:8px 14px;border-radius:var(--radius);transition:all .2s;cursor:pointer;}

.nav-links>a:hover,.nav-has-mega>a:hover,.nav-links a.active,.nav-has-mega>a.active{color:var(--navy);background:var(--cream);}

.nav-right{display:flex;align-items:center;gap:16px;}

.nav-phone{font-family:var(--font-body);font-weight:700;font-size:15px;color:var(--navy);white-space:nowrap;}

.nav-cta{background:var(--navy);color:var(--white);font-size:13px;font-weight:700;letter-spacing:0.06em;padding:11px 22px;border-radius:var(--radius);text-transform:uppercase;transition:background .2s;white-space:nowrap;}

.nav-cta:hover{background:var(--gold);}

.nav-has-mega{position:relative;}

.nav-has-mega>a{display:flex;align-items:center;gap:4px;padding-bottom:12px;margin-bottom:-4px;}

.nav-has-mega>a::after{content:'\25BE';font-size:10px;opacity:.6;}

.mega-menu{position:absolute;top:100%;left:-24px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:20px 28px 28px;display:none;grid-template-columns:repeat(4,210px);gap:0;z-index:300;min-width:860px;}

.nav-has-mega:hover .mega-menu{display:grid;}

.mega-col{padding:0 22px 0 0;margin-right:22px;border-right:1px solid var(--border);}

.mega-col:last-child{border-right:none;margin-right:0;padding-right:0;}

.mega-col-heading{font-family:var(--font-heading);font-size:13.5px;font-weight:700;color:var(--navy);display:block;margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid var(--gold);transition:color .15s;}

.mega-col-heading:hover{color:var(--gold-dark);}

.mega-link{display:block;font-size:13px;color:var(--text-body);padding:5px 0;line-height:1.4;transition:color .15s;}

.mega-link:hover{color:var(--navy);font-weight:600;}

.mega-view-all{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:var(--gold-dark);margin-top:10px;padding-top:8px;border-top:1px solid var(--border);}

.mega-view-all:hover{color:var(--navy);}

/* PAGE HERO */
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,0.5);margin-bottom:20px;flex-wrap:wrap;}

.breadcrumb a{color:rgba(255,255,255,0.6);transition:color .2s;}

.breadcrumb a:hover{color:var(--gold-light);}

.breadcrumb span{color:rgba(255,255,255,0.3);}

.page-hero{background:var(--navy-dark);padding:60px 0 56px;position:relative;overflow:hidden;}

.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 85% 40%,rgba(191,140,48,0.09) 0%,transparent 70%);pointer-events:none;}

.page-hero h1{font-family:var(--font-heading);font-size:clamp(28px,4.5vw,46px);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:16px;max-width:880px;}

.page-hero h1 em{color:var(--gold-light);font-style:normal;}

.page-hero-sub{font-size:17px;color:rgba(255,255,255,0.78);max-width:640px;line-height:1.75;margin-bottom:28px;}

.trust-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;}

.trust-pill{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);color:rgba(255,255,255,0.78);font-size:12.5px;font-weight:600;padding:6px 14px;border-radius:50px;letter-spacing:0.02em;}

.trust-pill svg{width:13px;height:13px;fill:var(--gold-light);flex-shrink:0;}

/* CONTENT LAYOUT */
.content-section{padding:72px 0 80px;}

.content-layout{display:grid;grid-template-columns:1fr 340px;gap:56px;align-items:flex-start;}

.content-body h2{font-family:var(--font-heading);font-size:clamp(22px,3.5vw,30px);color:var(--text-dark);margin:6px 0 16px;}

.content-body h3{font-family:var(--font-heading);font-size:19px;color:var(--text-dark);margin:26px 0 10px;}

.content-body p{font-size:16px;color:var(--text-body);line-height:1.8;margin-bottom:18px;}

.content-body>section{margin-bottom:38px;}

.check-list{list-style:none;margin:0 0 18px 0;}

.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:15.5px;color:var(--text-body);line-height:1.65;margin-bottom:11px;}

.check-list li::before{content:'';width:18px;height:18px;background:var(--navy);border-radius:50%;flex-shrink:0;margin-top:3px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center;}

.check-list li strong{color:var(--text-dark);}

.who-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:8px 0 8px;}

.who-item{display:flex;align-items:flex-start;gap:14px;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 22px;}

.who-item-icon{width:38px;height:38px;background:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}

.who-item-icon svg{width:19px;height:19px;fill:var(--white);}

.who-item h4{font-family:var(--font-heading);font-size:16px;color:var(--text-dark);margin-bottom:4px;}

.who-item p{font-size:14px;color:var(--text-body);line-height:1.55;}

.why-box{background:var(--cream);border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:0 var(--radius-lg) var(--radius-lg) 0;padding:24px 26px;margin:6px 0 8px;}

.why-box p{margin-bottom:12px;}

.why-box p:last-child{margin-bottom:0;}

/* SIDEBAR */
.sidebar-cta-card{background:var(--navy-dark);border-radius:var(--radius-lg);padding:30px;color:var(--white);position:sticky;top:96px;margin-bottom:22px;}

.sidebar-cta-card h3{font-family:var(--font-heading);font-size:20px;color:var(--white);margin-bottom:10px;}

.sidebar-cta-card p{font-size:14px;color:rgba(255,255,255,0.68);line-height:1.65;margin-bottom:22px;}

.sidebar-cta-card .btn-primary{display:block;text-align:center;width:100%;}

.sidebar-contact{margin-top:16px;}

.sidebar-contact-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:rgba(255,255,255,0.65);margin-bottom:10px;}

.sidebar-contact-item svg{width:16px;height:16px;fill:var(--gold);flex-shrink:0;}

.sidebar-contact-item a{color:rgba(255,255,255,0.75);}

.sidebar-contact-item a:hover{color:var(--gold-light);}

.sidebar-services-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px 26px;}

.sidebar-services-card h4{font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;}

.sidebar-link-list{display:flex;flex-direction:column;gap:3px;}

.sidebar-link-list a{font-size:14px;color:var(--text-body);padding:7px 10px;border-radius:var(--radius);transition:all .2s;display:flex;align-items:flex-start;gap:8px;}

.sidebar-link-list a:hover{background:var(--white);color:var(--navy);}

.sidebar-link-list a::before{content:'\2192';font-size:12px;color:var(--gold);flex-shrink:0;margin-top:2px;}

.sidebar-link-list a.current{background:var(--white);color:var(--navy);font-weight:700;}

/* INCLUDES GRID */
.includes-section{background:var(--cream);padding:64px 0;}

.includes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px;}

.include-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;}

.include-icon{width:44px;height:44px;background:var(--cream-dark);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;}

.include-icon svg{width:22px;height:22px;fill:var(--navy);}

.include-card h3{font-family:var(--font-heading);font-size:17px;color:var(--text-dark);margin-bottom:8px;}

.include-card p{font-size:14px;color:var(--text-body);line-height:1.6;}

/* FAQ */
.faq-section{padding:64px 0 8px;}

.faq-list{max-width:820px;margin:36px auto 0;}

.faq-item{border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:14px;background:var(--white);overflow:hidden;}

.faq-item summary{list-style:none;cursor:pointer;padding:20px 24px;font-family:var(--font-heading);font-size:17px;font-weight:600;color:var(--text-dark);display:flex;justify-content:space-between;align-items:center;gap:16px;}

.faq-item summary::-webkit-details-marker{display:none;}

.faq-item summary::after{content:'+';font-family:var(--font-body);font-size:24px;color:var(--gold);flex-shrink:0;transition:transform .2s;}

.faq-item[open] summary::after{content:'\2013';}

.faq-item summary:hover{color:var(--navy);}

.faq-answer{padding:0 24px 22px;font-size:15.5px;color:var(--text-body);line-height:1.75;}

/* CITY */
.city-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px;}

.city-service-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;transition:box-shadow .2s;}

.city-service-card:hover{box-shadow:var(--shadow-md);}

.city-service-card h4{font-family:var(--font-heading);font-size:16px;color:var(--text-dark);margin-bottom:6px;}

.city-service-card p{font-size:13.5px;color:var(--text-body);line-height:1.55;margin-bottom:12px;}

.city-service-card a{font-size:12.5px;font-weight:700;color:var(--gold-dark);letter-spacing:0.04em;text-transform:uppercase;}

.nap-box{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px 28px;margin-top:10px;}

.nap-box h3{font-family:var(--font-heading);font-size:18px;color:var(--text-dark);margin-bottom:14px;}

.nap-row{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:var(--text-body);margin-bottom:10px;}

.nap-row svg{width:16px;height:16px;fill:var(--gold);flex-shrink:0;margin-top:3px;}

.map-embed{margin-top:16px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);}

.map-embed iframe{width:100%;height:280px;border:0;display:block;}

.serving-line{font-size:15px;color:var(--text-body);background:var(--cream);border-radius:var(--radius);padding:16px 20px;margin:6px 0 8px;}

/* CTA BAND */
.cta-band{background:var(--navy);padding:64px 0;text-align:center;}

.cta-band .section-label{color:var(--gold-light);}

.cta-band h2{font-family:var(--font-heading);font-size:clamp(24px,3.5vw,38px);color:var(--white);margin-bottom:12px;}

.cta-band p{font-size:17px;color:rgba(255,255,255,0.72);max-width:560px;margin:0 auto 32px;line-height:1.7;}

.cta-band-btns{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;}

.cta-phone{color:rgba(255,255,255,0.6);font-size:14px;}

.cta-phone a{color:var(--gold-light);font-weight:700;font-size:18px;display:block;margin-bottom:2px;}

/* MEDIA EMBED SLOT (booking / widgets) */
.media-placeholder{background:var(--cream);border:2px dashed var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:40px 28px;color:var(--text-muted);}

.media-placeholder svg{width:42px;height:42px;fill:var(--cream-dark);stroke:var(--text-muted);}

.media-placeholder .mp-label{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;}

.media-placeholder .mp-note{font-size:12.5px;max-width:320px;line-height:1.5;}

/* IMAGES */
.content-figure{margin:0 0 30px;}

.content-img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);aspect-ratio:16/9;object-fit:cover;display:block;}

.hero-frame{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/5;}

.hero-frame img{width:100%;height:100%;object-fit:cover;display:block;}

.why-frame{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/5;}

.why-frame img{width:100%;height:100%;object-fit:cover;display:block;}

/* FOOTER */
.footer{background:var(--navy-dark);color:rgba(255,255,255,0.6);padding:56px 0 28px;}

.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:44px;}

.footer-brand .wordmark-name{color:var(--white);}

.footer-tagline{font-size:14px;color:rgba(255,255,255,0.5);margin-top:14px;line-height:1.65;max-width:300px;}

.footer-nap{margin-top:18px;display:flex;flex-direction:column;gap:8px;}

.footer-nap-item{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;color:rgba(255,255,255,0.6);}

.footer-nap-item svg{width:15px;height:15px;fill:var(--gold);flex-shrink:0;margin-top:3px;}

.footer-nap-item a{color:rgba(255,255,255,0.72);}

.footer-nap-item a:hover{color:var(--gold-light);}

.footer-col h4{font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:14px;}

.footer-links{display:flex;flex-direction:column;gap:9px;}

.footer-links a{font-size:13.5px;color:rgba(255,255,255,0.65);transition:color .2s;}

.footer-links a:hover{color:var(--gold-light);}

.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;}

.footer-bottom-left{color:rgba(255,255,255,0.4);}

.footer-bottom-right{display:flex;gap:20px;}

.footer-bottom-right a{color:rgba(255,255,255,0.4);transition:color .2s;}

.footer-bottom-right a:hover{color:rgba(255,255,255,0.7);}

/* RESPONSIVE */
/* ── MOBILE NAV ────────────────────────────── */
.ham-btn{display:none;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:var(--radius);-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .2s;}

.ham-btn:hover{background:var(--cream);}

.ham-btn span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s,opacity .2s,width .2s;}

.ham-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}

.ham-btn.open span:nth-child(2){opacity:0;width:0;}

.ham-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.mobile-overlay{position:fixed;inset:0;background:rgba(10,20,40,.52);z-index:350;opacity:0;pointer-events:none;transition:opacity .3s;-webkit-tap-highlight-color:transparent;}

.mobile-overlay.open{opacity:1;pointer-events:all;}

.mobile-drawer{position:fixed;top:0;right:0;width:min(340px,90vw);height:100dvh;background:var(--white);z-index:400;overflow-y:auto;transform:translateX(105%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 32px rgba(0,0,0,.15);}

.mobile-drawer.open{transform:translateX(0);}

.drawer-hd{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--border);flex-shrink:0;}

.drawer-logo-name{font-family:var(--font-heading);font-size:19px;font-weight:700;color:var(--navy);text-decoration:none;}

.drawer-logo-name span{color:var(--gold);}

.drawer-x{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:var(--radius);-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .2s;flex-shrink:0;}

.drawer-x:hover{background:var(--cream);}

.drawer-x svg{width:20px;height:20px;fill:none;stroke:var(--text-dark);stroke-width:2;stroke-linecap:round;}

.drawer-bd{flex:1;overflow-y:auto;}

.drawer-sec{border-bottom:1px solid var(--border);}

.drawer-sec-lbl{display:block;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:13px 18px 3px;}

.drawer-a{display:block;padding:10px 18px;font-size:15px;font-weight:600;color:var(--text-dark);border-left:3px solid transparent;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:all .15s;}

.drawer-a:hover,.drawer-a.active{color:var(--navy);background:var(--cream);border-left-color:var(--gold);}

.drawer-sub{display:block;padding:8px 18px 8px 30px;font-size:13.5px;color:var(--text-body);-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color .15s;}

.drawer-sub:hover{color:var(--navy);}

.drawer-ft{padding:14px 18px 18px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:9px;flex-shrink:0;}

.drawer-tel{display:flex;align-items:center;justify-content:center;gap:7px;font-size:15px;font-weight:700;color:var(--navy);padding:12px 18px;border:2px solid var(--navy);border-radius:var(--radius);-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:all .2s;text-decoration:none;}

.drawer-tel:hover{background:var(--navy);color:var(--white);}

.drawer-tel svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;}

.drawer-book{display:block;text-align:center;background:var(--gold);color:var(--white);font-family:var(--font-body);font-weight:700;font-size:14px;letter-spacing:.05em;padding:13px 18px;border-radius:var(--radius);-webkit-tap-highlight-color:transparent;touch-action:manipulation;text-transform:uppercase;transition:background .2s;text-decoration:none;}

.drawer-book:hover{background:var(--gold-dark);}

/* ── TOUCH BASELINE ─────────────────────────────────────────────────────── */
a,.btn-primary,.btn-outline,.btn-outline-light,.btn-seasonal,.nav-cta{-webkit-tap-highlight-color:transparent;touch-action:manipulation;}

details>summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation;}

/* ── BREAKPOINTS ───────────────────────────────────────────────────────── */
@media(max-width:980px){.content-layout{grid-template-columns:1fr;gap:40px;}.sidebar-cta-card{position:static;}.footer-grid{grid-template-columns:1fr 1fr;}}

@media(max-width:900px){.nav-links{display:none;}.ham-btn{display:flex;}.nav-phone{display:none;}.includes-grid{grid-template-columns:1fr 1fr;}.city-services-grid{grid-template-columns:1fr 1fr;}}

@media(max-width:640px){.top-bar-left{display:none;}.top-bar .container{justify-content:center;}.who-grid{grid-template-columns:1fr;}.includes-grid{grid-template-columns:1fr;}.city-services-grid{grid-template-columns:1fr;}.footer-grid{grid-template-columns:1fr;}.content-section{padding:52px 0 58px;}.page-hero{padding:44px 0 36px;}.final-cta{padding:60px 0;}.final-cta-actions{flex-direction:column;align-items:center;gap:14px;}.seasonal-inner{flex-direction:column;text-align:center;gap:16px;}.trust-pills{justify-content:center;}.faq-item summary{font-size:15px;padding-right:28px;}.reviews-grid{grid-template-columns:1fr!important;}.nap-grid{grid-template-columns:1fr!important;}}

@media(max-width:420px){.nav-cta{display:none;}.container{padding:0 14px;}.page-hero h1{font-size:clamp(22px,6vw,28px);}.sidebar-cta-card{padding:24px 16px;}.btn-primary{padding:13px 22px;font-size:14px;}}

/* ── ThemePort blog/utility templates (namespaced, no collision with site CSS) ── */
.tp-container { max-width: 1160px; margin: 0 auto; padding: 0 28px; width: 100%; }
.tp-page-hero { background: #1C3557; padding: 88px 0 56px; }
.tp-page-hero h1 { color: #fff; font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin: 0; }
.tp-page-hero .tp-meta { color: rgba(255,255,255,.75); margin: 12px 0 0; }
.tp-section { padding: 64px 0; }
.tp-content { max-width: 820px; }
.tp-content p, .tp-content ul, .tp-content ol { margin: 0 0 1.2em; }
.tp-content h2, .tp-content h3 { font-family: 'Playfair Display', serif; color: #1C3557; margin: 1.6em 0 .6em; line-height: 1.25; }
.tp-content img, .tp-featured { max-width: 100%; height: auto; border-radius: 8px; margin: 0 0 1.4em; }
.tp-policy { max-width: 900px; width: 100%; }
.tp-policy h2, .tp-policy h3 { font-family: 'Playfair Display', serif; color: #1C3557; margin: 1.6em 0 .6em; }
.tp-policy p, .tp-policy ul { margin: 0 0 1.1em; }
.tp-post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 32px; }
.tp-post-card { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 10px; padding: 24px; box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.tp-post-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; margin-bottom: 16px; }
.tp-post-card h2 { font-family: 'Playfair Display', serif; font-size: 1.3rem; line-height: 1.3; margin: 0 0 8px; }
.tp-post-card h2 a { color: #1C3557; text-decoration: none; }
.tp-meta { color: rgba(0,0,0,.5); font-size: .85rem; margin: 0 0 10px; }
.tp-readmore { color: #BF8C30; font-weight: 700; text-decoration: none; }
.tp-pagination { margin-top: 40px; text-align: center; }
.tp-pagination .page-numbers { display: inline-block; padding: 8px 14px; margin: 0 3px; border: 1px solid rgba(0,0,0,.15); border-radius: 6px; color: #1C3557; text-decoration: none; }
.tp-pagination .page-numbers.current { background: #1C3557; color: #fff; }
