/* =====================================================================
   Action Garage Door Services of Florida — static site stylesheet
   Brand: navy #1B3764 · gold #DBB95E · blue #0B92CF · orange #E57F0B
   Fonts: Poppins (headings) · Open Sans (body)
   ===================================================================== */

:root{
  --navy:#1b3764;
  --navy-dark:#000f26;
  --navy-deep:#0f2547;
  --gold:#dbb95e;
  --gold-dark:#c7a244;
  --blue:#0b92cf;
  --blue-light:#2ea3f2;
  --orange:#e57f0b;
  --orange-dark:#c96c05;
  --ink:#1d2733;
  --body:#3f4a57;
  --muted:#6b7684;
  --line:#e2e6eb;
  --bg:#ffffff;
  --bg-alt:#f5f7fa;
  --bg-navy-tint:#eef2f8;
  --white:#ffffff;
  --radius:10px;
  --radius-lg:18px;
  --shadow:0 10px 30px rgba(16,34,64,.10);
  --shadow-sm:0 4px 14px rgba(16,34,64,.08);
  --wrap:1180px;
  --head:'Poppins',Helvetica,Arial,sans-serif;
  --sans:'Open Sans',Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--body);
  background:var(--bg);
  line-height:1.7;
  font-size:17px;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block;}
a{color:var(--blue);text-decoration:none;transition:color .2s ease;}
a:hover{color:var(--navy);}

h1,h2,h3,h4,h5{font-family:var(--head);color:var(--navy);line-height:1.15;margin:0 0 .5em;font-weight:600;}
h1{font-size:40px;font-weight:400;line-height:1.12;}
h2{font-size:32px;}
h3{font-size:clamp(1.25rem,2.2vw,1.6rem);}
h4{font-size:1.2rem;}
p{margin:0 0 1.1em;}
ul,ol{margin:0 0 1.1em;padding-left:1.25em;}
li{margin:.4em 0;}
strong{color:var(--ink);}

/* 60px page gutters site-wide (reduced on small screens — see media query) */
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 60px;}
.narrow{max-width:820px;margin-left:auto;margin-right:auto;}
/* wider than .narrow so the intro copy doesn't leave a widowed last line */
.intro-wide{max-width:1080px;margin-left:auto;margin-right:auto;}
.center{text-align:center;}
.eyebrow{
  font-family:var(--head);font-weight:600;text-transform:uppercase;
  letter-spacing:.14em;font-size:.78rem;color:var(--gold-dark);margin:0 0 .6rem;
}
.eyebrow-white{color:#fff;}
.text-gold{color:var(--gold-dark);}
.text-navy{color:var(--navy);}

/* ---------- Buttons ---------- */
.btn{
  display:inline-block;font-family:var(--head);font-weight:700;font-size:1rem;
  padding:.85em 1.8em;border-radius:40px;border:2px solid transparent;
  cursor:pointer;text-align:center;line-height:1.2;transition:all .2s ease;
  letter-spacing:.01em;
}
.btn-gold{background:var(--gold);color:var(--navy)!important;}
.btn-gold:hover{background:var(--gold-dark);color:var(--navy-dark)!important;transform:translateY(-2px);}
.btn-blue{background:var(--blue);color:#fff!important;}
.btn-blue:hover{background:#0a7bad;color:#fff!important;transform:translateY(-2px);}
.btn-orange{background:var(--orange);color:#fff!important;}
.btn-orange:hover{background:var(--orange-dark);color:#fff!important;transform:translateY(-2px);}
.btn-navy{background:var(--navy);color:#fff!important;}
.btn-navy:hover{background:var(--navy-deep);color:#fff!important;transform:translateY(-2px);}
.btn-ghost{background:transparent;border-color:#fff;color:#fff!important;}
.btn-ghost:hover{background:#fff;color:var(--navy)!important;}
.btn-navy-outline{background:var(--navy);border-color:#fff;color:#fff!important;}
.btn-navy-outline:hover{background:var(--navy-deep);color:#fff!important;transform:translateY(-2px);}
.btn-lg{font-size:1.15rem;padding:1em 2.2em;}
/* compact pill — used where a row of links has to hold one line */
.btn-sm{font-size:.8rem;padding:.5em 1.05em;letter-spacing:0;white-space:nowrap;}
.btn-row-tight{display:flex;justify-content:center;flex-wrap:nowrap;gap:10px;}
/* Related-links rows read as navigation, not primary CTAs — semi-bold, not bold */
.related-links .btn{font-weight:600;}

/* ---------- Top utility bar ---------- */
.topbar{background:#000;color:#fff;font-size:.95rem;}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:52px;flex-wrap:wrap;}
.topbar .tagline{font-family:var(--head);font-weight:500;letter-spacing:.01em;}
.topbar .tel{font-family:var(--head);font-weight:700;font-size:1.35rem;color:#fff;}
.topbar .tel:hover{color:var(--gold);}
.topbar .reviews{display:flex;align-items:center;gap:6px;color:#fff;font-family:var(--head);font-weight:600;}
.topbar .reviews .stars{color:var(--gold);letter-spacing:1px;}

/* ---------- Header / nav ---------- */
.site-header{background:var(--navy);position:sticky;top:0;z-index:60;box-shadow:0 2px 14px rgba(0,0,0,.18);}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:92px;}
.brand img{height:103px;width:auto;}
.nav{display:flex;align-items:center;gap:26px;}
.nav a{color:#eaf0f8;font-family:var(--head);font-weight:500;font-size:1.02rem;position:relative;}
.nav a:hover,.nav a.active{color:var(--gold);}
.nav .has-sub{position:relative;}
.nav .has-sub>a::after{content:"▾";font-size:.7em;margin-left:5px;opacity:.8;}
.nav .submenu{
  position:absolute;top:100%;left:-14px;min-width:250px;background:#fff;
  border-radius:10px;box-shadow:var(--shadow);padding:8px;opacity:0;visibility:hidden;
  transform:translateY(8px);transition:all .2s ease;z-index:70;
}
.nav .has-sub:hover .submenu{opacity:1;visibility:visible;transform:translateY(0);}
.nav .submenu a{display:block;color:var(--navy);padding:9px 14px;border-radius:7px;font-size:.98rem;}
.nav .submenu a:hover{background:var(--bg-navy-tint);color:var(--navy);}
.header-cta{display:flex;align-items:center;gap:14px;}
.header-cta .btn{padding:.5em .95em;}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px;}
.nav-toggle span{display:block;width:26px;height:3px;background:#fff;margin:5px 0;border-radius:3px;transition:.25s;}

/* ---------- Hero ---------- */
.hero{position:relative;color:#fff;background:var(--navy-dark);}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;}
/* overlay alphas reduced 25% (.94/.86/.74 → .705/.645/.555) to lighten the hero */
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,15,38,.705) 0%,rgba(9,22,54,.645) 45%,rgba(11,26,58,.555) 100%);}
.hero .wrap{position:relative;z-index:2;padding:84px 60px 92px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;}
.hero h1{color:#fff;font-size:40px;font-weight:400;margin-bottom:.35em;}
.hero .sub{font-size:1.35rem;font-family:var(--head);font-weight:500;color:#fff;margin-bottom:1.4em;}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;}
.hero-right{text-align:center;background:rgba(0,0,0,.38);border-radius:10px;padding:34px 30px;}
.hero-seal{max-width:250px;margin:0 auto 10px;}
.hero-right .sameday{font-family:var(--head);font-weight:400;font-size:1.32rem;color:#fff;margin:.2em 0 .6em;white-space:nowrap;}
.hero-right .hero-book{margin:0 0 14px;font-size:.95rem;padding:.5em 1.2em;}
.hero-right .tel-big{font-family:var(--head);font-weight:600;font-size:clamp(2rem,4vw,3rem);color:#fff;display:inline-block;}
.hero-right .tel-big:hover{color:var(--gold);}
.hero-note{font-size:.82rem;color:#c5d0e0;max-width:520px;margin:22px 0 0;line-height:1.5;}
.hero-note strong{color:#fff;}

/* generic page hero (interior) */
.page-hero{position:relative;background:var(--navy);color:#fff;text-align:center;overflow:hidden;}
.page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.28;}
.page-hero .wrap{position:relative;z-index:2;padding:64px 60px;}
.page-hero h1{color:#fff;margin-bottom:.25em;}
.page-hero p{color:#dbe3f0;max-width:720px;margin:0 auto;font-size:1.15rem;}
/* per-page hero modifiers */
.page-hero.pad-b-40 .wrap{padding-bottom:104px;}
.page-hero.pad-b-60 .wrap{padding-bottom:124px;}
.page-hero.h1-semibold h1{font-weight:600;}
.page-hero.copy-white p{color:#fff;}
/* left-aligned page hero with a badge on the right (no background photo) */
.page-hero.flush-left{text-align:left;}
.page-hero.flush-left .wrap{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center;}
.page-hero.flush-left h1{font-weight:600;}
.page-hero.flush-left p{margin-left:0;margin-right:0;margin-bottom:20px;}
.page-hero.flush-left .wrap{padding-top:38px;padding-bottom:78px;}
.page-hero-badge img{width:140px;height:auto;}
.breadcrumbs{font-size:.85rem;color:#aeb9c9;margin-bottom:14px;font-family:var(--head);}
.breadcrumbs a{color:#dbe3f0;}
.breadcrumbs a:hover{color:var(--gold);}

/* ---------- Sections ---------- */
.section{--sec-pad:76px;padding:var(--sec-pad) 0;}
.section.tight{--sec-pad:52px;}
/* adds 40/60px on top of whichever base padding the section already uses */
.section.pad-b-0{padding-bottom:0;}
.section.pad-b-40{padding-bottom:calc(var(--sec-pad) + 40px);}
.section.pad-b-60{padding-bottom:calc(var(--sec-pad) + 60px);}
/* spacing utility for a block inside a section */
.pb-40{padding-bottom:40px;}
/* black body copy (incl. the eyebrow) — headings keep the navy brand blue */
.section.text-black,.section.text-black p{color:#000;}
.section.alt{background:var(--bg-alt);}
.section.blue-tint{background:#c3e0f7;}
.section.soft-grey{background:#cecece;}
.section.grey-light{background:#efefef;}
.section.navy{background:var(--navy);color:#eef2f8;}
.section.navy h2,.section.navy h3{color:#fff;}
.section-head{text-align:center;max-width:760px;margin:0 auto 46px;}
.section-head p{color:var(--muted);font-size:1.1rem;}
.lead{font-size:1.2rem;color:var(--ink);}
.trustindex-embed{margin:30px auto 0;}

/* ---------- Curve (bezier) section dividers ---------- */
/* Site-wide, matching the Divi "curve" dividers on the original site.
   Each colour band draws a wave in its OWN colour that rises up into the
   section above it, so every colour change reads as a smooth curved seam.
   Applied automatically by section type — no per-page markup required. */
.section, .cta-band, .trust-strip, .article, .site-footer{position:relative;}
.section::before,
.cta-band::before,
.article::before,
.site-footer::before{
  content:"";position:absolute;left:0;right:0;bottom:100%;height:50px;
  background-repeat:no-repeat;background-position:bottom center;background-size:100% 100%;
  pointer-events:none;z-index:1;
  /* default fill: white (#ffffff) — for .section, .article */
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M320 28c320 0 320 84 640 84 160 0 240-21 320-42v70H0V70c80-21 160-42 320-42z'/%3E%3C/svg%3E");
}
.section.alt::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23f5f7fa' d='M320 28c320 0 320 84 640 84 160 0 240-21 320-42v70H0V70c80-21 160-42 320-42z'/%3E%3C/svg%3E");}
.section.blue-tint::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23c3e0f7' d='M320 28c320 0 320 84 640 84 160 0 240-21 320-42v70H0V70c80-21 160-42 320-42z'/%3E%3C/svg%3E");}
.section.soft-grey::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23cecece' d='M320 28c320 0 320 84 640 84 160 0 240-21 320-42v70H0V70c80-21 160-42 320-42z'/%3E%3C/svg%3E");}
.section.grey-light::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23efefef' d='M320 28c320 0 320 84 640 84 160 0 240-21 320-42v70H0V70c80-21 160-42 320-42z'/%3E%3C/svg%3E");}
.section.navy::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%231b3764' d='M320 28c320 0 320 84 640 84 160 0 240-21 320-42v70H0V70c80-21 160-42 320-42z'/%3E%3C/svg%3E");}
/* The CTA band is a gradient, not a flat colour, so its wave is painted with the
   SAME gradient and clipped to the wave shape with a mask — a flat fill would
   read lighter than the band toward the right edge. */
.cta-band::before{
  background-image:linear-gradient(to right,var(--navy) 0%,var(--navy-deep) 100%);
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M320 28c320 0 320 84 640 84 160 0 240-21 320-42v70H0V70c80-21 160-42 320-42z'/%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M320 28c320 0 320 84 640 84 160 0 240-21 320-42v70H0V70c80-21 160-42 320-42z'/%3E%3C/svg%3E");
  -webkit-mask-size:100% 100%;mask-size:100% 100%;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-position:bottom center;mask-position:bottom center;
}
.site-footer::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23000f26' d='M320 28c320 0 320 84 640 84 160 0 240-21 320-42v70H0V70c80-21 160-42 320-42z'/%3E%3C/svg%3E");}
@media (max-width:820px){
  .section::before,.cta-band::before,.article::before,.site-footer::before{height:32px;}
}

/* ---------- Value trio / feature cards ---------- */
.grid{display:grid;gap:26px;}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.grid-4{grid-template-columns:repeat(4,1fr);}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:32px 28px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
/* Card as a single clickable link — the whole card is the target, not an element inside it */
a.card{display:block;color:inherit;text-decoration:none;}
a.card:hover{color:inherit;}
.card .icon{width:108px;height:108px;margin-bottom:16px;object-fit:contain;}
.card.center .icon{margin-left:auto;margin-right:auto;}
.card h3{margin-bottom:.4em;}
.card p:last-child{margin-bottom:0;}
/* Photo card — image sits above the title inside the card */
.card-photo{padding:18px 18px 28px;text-align:center;}
.card-photo .card-media{border-radius:var(--radius);overflow:hidden;margin-bottom:20px;}
.card-photo .card-media img{display:block;width:100%;height:210px;object-fit:cover;}

/* service cards with image */
.svc-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;}
.svc-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.svc-card img{aspect-ratio:16/10;object-fit:cover;width:100%;}
.svc-card .body{padding:24px 24px 28px;flex:1;display:flex;flex-direction:column;}
.svc-card h3{font-size:1.3rem;}
.svc-card p{color:#000;}
.svc-card .more{margin-top:auto;font-family:var(--head);font-weight:600;color:var(--blue);}
.svc-card .more::after{content:" →";}

/* ---------- Split / media rows ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.split.ratio-30-70{grid-template-columns:30fr 70fr;}
.split.reverse .split-media{order:2;}
.split-media img{border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;}
.split-media.no-shadow img{box-shadow:none;}
.split.align-top{align-items:start;}
.split-media img.circle-portrait{border-radius:50%;aspect-ratio:1;object-fit:cover;max-width:280px;margin:0 auto;box-shadow:0 14px 32px rgba(16,34,64,.32);}
.portrait-caption{text-align:center;margin:16px 0 0;font-family:var(--head);font-weight:600;color:var(--navy);font-size:1.05rem;}
.split h2{margin-bottom:.4em;}

/* manufacturer logo strip (sits below the split content, centered) */
.brand-logos{max-width:1080px;margin:56px auto 0;}
.brand-logos img{width:100%;height:auto;margin:0 auto;}

/* ---------- Staggered story rows (About page) ---------- */
/* 100px of extra inset each side, on top of the 60px page gutter */
.story-wrap{padding-left:160px;padding-right:160px;}
/* ratio retuned for the 860px content width created by .story-wrap's inset —
   keeps the image boxes near-square (~1.27) instead of flipping to portrait */
.story-row{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1fr);gap:46px;margin-bottom:60px;}
.story-row:last-child{margin-bottom:0;}
.story-row.media-right{grid-template-columns:minmax(0,1fr) minmax(0,.68fr);}
.story-row.media-right .story-media{order:2;}
/* The image is absolutely positioned so it contributes nothing to intrinsic
   sizing — the row height comes from the copy alone, and the image fills that
   height. That's what keeps an image from ever outgrowing its copy block. */
.story-media{position:relative;min-height:0;}
.story-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);}
/* scaled 40% larger than its contain-fit size; transform doesn't affect layout,
   and the row gap absorbs the overhang */
.story-media.logo img{object-fit:contain;box-shadow:none;transform:scale(1.4);}
.story-copy h2{margin-top:0;}
.story-copy p:last-child{margin-bottom:0;}

/* ---------- CTA band ---------- */
/* gradient runs left→right (not 120deg) so the wave above it can reuse the exact
   same gradient and the seam matches at every x */
.cta-band{background:linear-gradient(to right,var(--navy) 0%,var(--navy-deep) 100%);color:#fff;text-align:center;padding:64px 0 118px;}
.cta-band h2{color:#fff;}
.cta-band p{color:#d6deeb;font-size:1.15rem;max-width:640px;margin:0 auto 26px;}
.cta-band .btn-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
/* CTA buttons at half the previous height; extra bottom padding clears the footer wave */
.cta-band .btn,.cta-band .btn-lg{font-size:.85rem;padding:.42em 1.3em;border-width:2px;}
.cta-band.pad-b-40{padding-bottom:158px;}

/* ---------- Trust strip ---------- */
.trust-strip{background:var(--bg-alt);}
.trust-strip .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;padding:34px 60px 60px;}
.trust-strip img{height:66px;width:auto;opacity:.9;filter:grayscale(.1);}

/* ---------- Testimonials ---------- */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.review{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-sm);}
.review .stars{color:var(--gold);font-size:1.15rem;letter-spacing:2px;margin-bottom:10px;}
.review p{font-style:italic;color:var(--body);}
.review .who{font-family:var(--head);font-weight:600;color:var(--navy);font-style:normal;margin-top:12px;}
/* self-contained: .btn-row's flex rules are scoped to .cta-band only */
.review-cta{display:flex;justify-content:center;flex-wrap:wrap;gap:32px;margin-top:40px;}
.review-cta .btn{font-size:.85rem;padding:.5em 1.4em;}

/* ---------- Service area columns ---------- */
.area-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}
.area-col h3{color:var(--gold-dark);border-bottom:2px solid var(--line);padding-bottom:.4em;}
.area-col .county{font-family:var(--head);font-weight:700;color:var(--navy);font-size:1.15rem;}
/* the three-beach line has to hold one line inside a third-width column, so it
   scales with the column and only wraps once the columns stack on mobile */
/* the column stops growing once .wrap hits its 1180px cap, so the upper clamp
   bound is the size that still fits that widest column */
.area-col .county.beaches{white-space:nowrap;font-size:clamp(.5rem,.89vw,.71rem);}
/* keeps the nowrap line from widening its grid column at the others' expense */
.area-col{min-width:0;}
.area-col ul{list-style:none;padding:0;margin:.6em 0 1.4em;columns:2;font-size:.96rem;}
.area-col ul li{margin:.28em 0;color:var(--body);}

/* ---------- Article / blog ---------- */
.article{padding:56px 0 72px;}
.article .wrap{max-width:820px;}
.article img{border-radius:var(--radius);margin:26px 0;box-shadow:var(--shadow-sm);}
.article h2{margin-top:1.6em;}
.article h3{margin-top:1.3em;}
.post-meta{color:var(--muted);font-size:.92rem;font-family:var(--head);margin-bottom:8px;}
.post-hero img{width:100%;max-height:440px;object-fit:cover;border-radius:var(--radius-lg);margin:0 0 30px;}

.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.blog-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;}
.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.blog-card img{aspect-ratio:16/9;object-fit:cover;}
.blog-card .body{padding:22px;flex:1;display:flex;flex-direction:column;}
.blog-card .date{font-family:var(--head);font-size:.8rem;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;}
.blog-card h3{font-size:1.18rem;line-height:1.3;}
.blog-card h3 a{color:var(--navy);}
.blog-card h3 a:hover{color:var(--blue);}
.blog-card .more{margin-top:auto;font-family:var(--head);font-weight:600;color:var(--blue);padding-top:10px;}

/* ---------- FAQ ---------- */
.faq{max-width:840px;margin:0 auto;}
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:14px;box-shadow:var(--shadow-sm);overflow:hidden;}
.faq summary{cursor:pointer;padding:20px 24px;font-family:var(--head);font-weight:600;color:var(--navy);font-size:1.1rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"+";font-size:1.5rem;color:var(--gold-dark);transition:.2s;}
.faq details[open] summary::after{transform:rotate(45deg);}
.faq .answer{padding:0 24px 22px;color:var(--body);}

/* ---------- Info list / checks ---------- */
.checks{list-style:none;padding:0;}
.checks li{position:relative;padding-left:34px;margin:.7em 0;}
.checks li::before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;background:var(--gold);color:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;}
.checks.bold li{font-weight:700;}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy-dark);color:#c3cede;font-size:.98rem;}
.site-footer a{color:#c3cede;}
.site-footer a:hover{color:var(--gold);}
.footer-top{padding:60px 60px 40px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;}
.footer-brand img{height:82px;margin-bottom:16px;}
.footer-brand p{color:#93a2ba;font-size:.95rem;}
.site-footer h4{color:#fff;font-size:1.05rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;}
.footer-links{list-style:none;padding:0;margin:0;}
.footer-links li{margin:.5em 0;}
.footer-contact .tel{font-family:var(--head);font-weight:700;font-size:1.5rem;color:#fff;display:inline-block;margin-bottom:6px;}
.footer-contact .tel:hover{color:var(--gold);}
.footer-contact .hours,.footer-contact .hours strong{color:#fff;}
.social{display:flex;gap:12px;margin-top:16px;}
.social a{width:42px;height:42px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;transition:.2s;}
.social a:hover{background:var(--gold-dark);}
.social svg{width:20px;height:20px;fill:var(--navy);}
.social a:hover svg{fill:var(--navy-dark);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 60px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.9rem;color:#8595ae;}

/* floating mobile call bar */
.callbar{display:none;}

/* ---------- Responsive ---------- */
@media (max-width:1000px){
  .hero .wrap{grid-template-columns:1fr;text-align:center;}
  .hero-cta{justify-content:center;}
  .hero-note{margin:22px auto 0;}
  .grid-3,.grid-4,.reviews-grid,.blog-grid{grid-template-columns:repeat(2,1fr);}
  .area-cols{grid-template-columns:1fr;}
  .area-col .county.beaches{white-space:normal;font-size:1.15rem;}
  .footer-top{grid-template-columns:1fr 1fr;}
  .split,.split.ratio-30-70{grid-template-columns:1fr;gap:28px;}
  .btn-row-tight{flex-wrap:wrap;}
  .split.reverse .split-media{order:0;}
}
@media (max-width:820px){
  body{font-size:16px;}
  .nav,.header-cta .btn{display:none;}
  .nav-toggle{display:block;}
  .nav.open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--navy);padding:14px 22px 22px;gap:2px;box-shadow:var(--shadow);}
  .nav.open a{padding:12px 6px;border-bottom:1px solid rgba(255,255,255,.08);}
  .nav.open .submenu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;padding:0 0 0 14px;}
  .nav.open .submenu a{color:#cdd8e8;}
  .nav .has-sub>a::after{float:right;}
  /* 60px gutters would eat a third of a phone screen — step down */
  .wrap{padding-left:22px;padding-right:22px;}
  .hero .wrap{padding-left:22px;padding-right:22px;}
  .page-hero .wrap{padding-left:22px;padding-right:22px;}
  .trust-strip .wrap{padding-left:22px;padding-right:22px;}
  .footer-top,.footer-bottom{padding-left:22px;padding-right:22px;}
  /* the extra 100px inset would swallow a phone screen */
  .story-wrap{padding-left:22px;padding-right:22px;}
  .story-row,.story-row.media-right,.story-row.has-logo{grid-template-columns:1fr;gap:22px;margin-bottom:44px;}
  .story-row.media-right .story-media{order:0;}
  .story-media img{position:static;height:auto;}
  /* in flow on mobile, so grow it for real instead of transforming (which would
     overlap the heading below) */
  .story-media.logo img{max-width:238px;margin:0 auto;transform:none;}
  .page-hero.flush-left .wrap{grid-template-columns:1fr;justify-items:start;gap:26px;}
  .page-hero-badge img{width:210px;}
  .hero-right .sameday{white-space:normal;font-size:1.15rem;}
  .topbar .tagline{display:none;}
  .topbar .wrap{justify-content:center;gap:22px;min-height:46px;}
  .section{padding:56px 0;}
  .grid-3,.grid-4,.reviews-grid,.blog-grid,.grid-2{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;}
  .callbar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:80;}
  .callbar a{flex:1;padding:15px;text-align:center;font-family:var(--head);font-weight:700;color:#fff;font-size:1.05rem;}
  .callbar .c-call{background:var(--orange);}
  .callbar .c-book{background:var(--gold);color:var(--navy);}
  body{padding-bottom:54px;}
}
