/*
Theme Name: Liquid Plastic Roofing
Theme URI: https://liquidplasticroofing.co.uk
Author: Liquid Plastic Roofing
Author URI: https://liquidplasticroofing.co.uk
Description: Custom theme for Liquid Plastic Roofing — a UK commercial/industrial roofing contractor. Includes page templates for Home, Service pages, Location landing pages, Health & Safety, High Level Access, and Contact. Editable via the WordPress editor and compatible with Elementor for page-by-page edits.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: lpr
*/

:root{
  --navy:#0E1A26;
  --navy-2:#16232F;
  --orange:#E8592A;
  --orange-dark:#C4471E;
  --cream:#F3F0EA;
  --cream-2:#EAE6DC;
  --grey:#7C8790;
  --teal:#2E8C7A;
  --line: rgba(255,255,255,0.14);
  --line-dark: rgba(14,26,38,0.12);
}
*{box-sizing:border-box;}
body{
  margin:0;
  font-family:'IBM Plex Sans', sans-serif;
  background:var(--cream);
  color:var(--navy);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Barlow Condensed', sans-serif;
  font-weight:700;
  letter-spacing:0.2px;
  line-height:1.08;
  color:var(--navy);
  margin:0;
}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
@media (max-width:720px){ .wrap{padding:0 20px;} }

/* seam divider motif */
.seam{
  height:10px; width:100%;
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange) 40%, var(--teal) 40%, var(--teal) 100%);
  background-size: 220px 10px;
  position:relative; overflow:hidden;
}
.seam::after{
  content:""; position:absolute; inset:0;
  background: repeating-linear-gradient(90deg, transparent 0 60px, rgba(14,26,38,0.08) 60px 62px);
}

/* ---------- HEADER ---------- */
#site-header{ position:sticky; top:0; z-index:50; background:var(--navy); border-bottom:1px solid var(--line); transition:padding .25s ease; }
.header-inner{ display:flex; align-items:center; justify-content:space-between; padding:20px 32px; max-width:1180px; margin:0 auto; transition:padding .25s ease; }
#site-header.shrink .header-inner{ padding:12px 32px; }
.logo{ font-family:'Barlow Condensed', sans-serif; font-weight:800; font-size:1.4rem; color:#fff; display:flex; align-items:center; gap:10px; letter-spacing:0.3px; }
.logo .mark{ width:28px; height:28px; background:linear-gradient(135deg, var(--orange), var(--orange-dark)); border-radius:3px; position:relative; flex-shrink:0; }
.logo .mark::after{ content:""; position:absolute; left:6px; right:6px; bottom:6px; top:15px; background:rgba(255,255,255,0.85); border-radius:2px; }
.main-nav{ display:flex; align-items:center; gap:26px; }
.main-nav ul{ list-style:none; display:flex; gap:24px; margin:0; padding:0; }
.main-nav a{ color:#D7DEE4; font-size:0.92rem; font-weight:500; padding:6px 0; border-bottom:2px solid transparent; transition:border-color .15s, color .15s; }
.main-nav a:hover, .main-nav .current-menu-item > a{ color:#fff; border-color:var(--orange); }
.call-btn{ display:flex; align-items:center; gap:8px; background:var(--orange); color:#fff; padding:11px 18px; border-radius:2px; font-weight:600; font-size:0.92rem; white-space:nowrap; }
.call-btn:hover{ background:var(--orange-dark); }
.burger{ display:none; background:none; border:none; color:#fff; font-size:1.6rem; cursor:pointer; }
@media (max-width:900px){ .main-nav ul{display:none;} .call-btn .label{display:none;} .burger{display:block;} }

/* breadcrumb */
.breadcrumb{ background:var(--navy-2); padding:12px 0; }
.breadcrumb .wrap{ display:flex; gap:8px; align-items:center; color:#9FB0BB; font-size:0.85rem; }
.breadcrumb a:hover{ color:#fff; }
.breadcrumb .sep{ color:#4B5A66; }
.breadcrumb .current{ color:var(--orange); }

/* ---------- HERO (home) ---------- */
.hero{ position:relative; min-height:600px; display:flex; align-items:flex-end;
  background: linear-gradient(180deg, rgba(14,26,38,0.35) 0%, rgba(14,26,38,0.92) 88%),
              repeating-linear-gradient(120deg, #23394a 0 40px, #1c2f3d 40px 80px);
  overflow:hidden;
}
.hero .texture{ position:absolute; inset:0; background-image: radial-gradient(circle at 78% 30%, rgba(232,89,42,0.18), transparent 45%), radial-gradient(circle at 15% 75%, rgba(46,140,122,0.15), transparent 40%); }
.hero-inner{ position:relative; z-index:2; max-width:1180px; margin:0 auto; width:100%; padding:0 32px 56px; display:grid; grid-template-columns:1.3fr 0.9fr; gap:50px; align-items:end; }
@media (max-width:900px){ .hero-inner{grid-template-columns:1fr;} }
.hero-eyebrow{ color:var(--orange); font-weight:600; font-size:0.92rem; margin-bottom:14px; }
.hero h1{ font-size:clamp(2.4rem, 5vw, 4.2rem); color:#fff; max-width:11.5ch; margin-bottom:20px; }
.hero p.lede{ color:#C7D0D6; font-size:1.12rem; max-width:46ch; margin-bottom:28px; }
.hero-ctas{ display:flex; gap:16px; flex-wrap:wrap; align-items:center; }
.btn-primary{ background:var(--orange); color:#fff; padding:15px 26px; font-weight:600; border-radius:2px; font-size:1rem; display:inline-block; border:none; cursor:pointer; font-family:'IBM Plex Sans'; }
.btn-primary:hover{ background:var(--orange-dark); color:#fff; }
.btn-ghost{ color:#fff; padding:15px 4px; font-weight:600; font-size:1rem; border-bottom:2px solid rgba(255,255,255,0.4); }
.btn-ghost:hover{ border-color:#fff; }
.btn-outline{ border:1.5px solid rgba(255,255,255,0.5); color:#fff; padding:13px 22px; font-weight:600; border-radius:2px; display:inline-block; margin-left:12px; }
.btn-outline:hover{ border-color:#fff; }
.hero-stats{ background:rgba(255,255,255,0.06); border:1px solid var(--line); border-radius:3px; padding:26px; }
.hero-stats .row{ display:flex; justify-content:space-between; padding:12px 0; border-bottom:1px solid var(--line); }
.hero-stats .row:last-child{ border-bottom:none; }
.hero-stats .num{ font-family:'Barlow Condensed'; font-weight:800; font-size:1.9rem; color:var(--orange); }
.hero-stats .label{ color:#C7D0D6; font-size:0.88rem; max-width:16ch; text-align:right; }

/* trust bar */
.trustbar{ background:var(--navy-2); padding:20px 0; }
.trustbar .wrap{ display:flex; flex-wrap:wrap; gap:28px 40px; justify-content:center; align-items:center; }
.trustbar .item{ color:#D7DEE4; font-size:0.9rem; font-weight:500; display:flex; align-items:center; gap:9px; }
.trustbar .item .dot{ width:7px; height:7px; border-radius:50%; background:var(--orange); flex-shrink:0; }

/* generic section rhythm */
section{ padding:80px 0; }
.section-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:44px; flex-wrap:wrap; max-width:60ch; }
.section-head .kicker{ color:var(--orange); font-weight:600; font-size:0.85rem; margin-bottom:10px; }
.section-head h2{ font-size:clamp(1.9rem, 3.4vw, 2.7rem); max-width:16ch; margin-bottom:10px; }
.section-head p{ color:var(--grey); max-width:42ch; font-size:1rem; }

/* services grid (home) */
.services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--line-dark); border:1px solid var(--line-dark); }
@media (max-width:820px){ .services-grid{grid-template-columns:1fr;} }
.service-card{ background:var(--cream); padding:40px 34px; transition:background .2s; }
.service-card:hover{ background:#fff; }
.service-card .n{ font-family:'Barlow Condensed'; font-weight:800; font-size:1rem; color:var(--orange); margin-bottom:18px; display:block; }
.service-card h3{ font-size:1.7rem; margin-bottom:12px; }
.service-card p{ color:var(--grey); font-size:0.96rem; margin-bottom:22px; }
.service-card .go{ font-weight:600; color:var(--navy); font-size:0.92rem; border-bottom:2px solid var(--orange); padding-bottom:2px; }

/* services mini (location pages) */
.services-mini{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line-dark); border:1px solid var(--line-dark); }
@media (max-width:780px){ .services-mini{grid-template-columns:1fr;} }
.service-mini{ background:var(--cream); padding:28px 26px; }
.service-mini h4{ font-size:1.3rem; margin-bottom:8px; }
.service-mini p{ color:var(--grey); font-size:0.9rem; margin-bottom:14px; }
.service-mini a{ font-weight:600; font-size:0.88rem; border-bottom:2px solid var(--orange); padding-bottom:2px; }

/* benefits (home + service pages) */
.benefits{ background:var(--navy); }
.benefits .section-head h2, .benefits .section-head .kicker{ color:#fff; }
.benefits .section-head .kicker{ color:var(--orange); }
.benefits .section-head p{ color:#9FB0BB; }
.benefit-list{ display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--line); }
@media (max-width:720px){ .benefit-list{grid-template-columns:1fr;} }
.benefit{ background:var(--navy); padding:26px 30px; display:flex; gap:18px; align-items:flex-start; }
.benefit .ic{ width:38px; height:38px; flex-shrink:0; display:flex; align-items:center; justify-content:center; border:1.5px solid var(--orange); border-radius:50%; color:var(--orange); font-family:'Barlow Condensed'; font-weight:700; }
.benefit h4{ color:#fff; font-size:1.1rem; margin-bottom:5px; }
.benefit p{ color:#9FB0BB; font-size:0.9rem; }
.mini-benefits{ display:flex; flex-wrap:wrap; gap:14px; }
.chip{ background:rgba(255,255,255,0.08); border:1px solid var(--line); color:#fff; padding:11px 18px; border-radius:20px; font-size:0.92rem; font-weight:500; }
.chip.light{ background:var(--cream-2); border-color:var(--line-dark); color:var(--navy); }

/* before/after slider */
.ba-wrap{ max-width:820px; margin:0 auto; }
.ba-slider{ position:relative; width:100%; aspect-ratio:16/9; border-radius:2px; overflow:hidden; cursor:ew-resize; border:1px solid var(--line-dark); }
.ba-before, .ba-after{ position:absolute; inset:0; width:100%; height:100%; }
.ba-before{ background: repeating-linear-gradient(45deg, #8b6a4a 0 24px, #7a5a3c 24px 48px); }
.ba-after{ background: repeating-linear-gradient(45deg, #d9622f 0 24px, #c4471e 24px 48px); overflow:hidden; width:50%; }
.ba-tag{ background:rgba(14,26,38,0.65); color:#fff; padding:5px 14px; border-radius:2px; position:absolute; top:16px; font-family:'Barlow Condensed'; font-weight:700; }
.ba-tag.left{ left:16px; } .ba-tag.right{ right:auto; left:16px; }
.ba-handle{ position:absolute; top:0; bottom:0; width:3px; background:#fff; left:50%; transform:translateX(-50%); box-shadow:0 0 0 1px rgba(0,0,0,0.15); }
.ba-handle::after{ content:"⟷"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background:#fff; color:var(--navy); width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:700; box-shadow:0 2px 8px rgba(0,0,0,0.25); }
.ba-caption{ text-align:center; color:var(--grey); font-size:0.9rem; margin-top:16px; }

/* audience row */
.audience-row{ display:grid; grid-template-columns:repeat(5,1fr); gap:1px; background:var(--line-dark); }
@media (max-width:820px){ .audience-row{grid-template-columns:repeat(2,1fr);} }
.audience{ background:var(--cream); padding:30px 16px; text-align:center; }
.audience .glyph{ width:44px; height:44px; margin:0 auto 14px; background:var(--navy); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--orange); font-family:'Barlow Condensed'; font-weight:800; }
.audience p{ font-size:0.88rem; font-weight:500; color:var(--navy); }

/* callout (high level access teaser on home) */
.callout{ background:var(--cream-2); display:grid; grid-template-columns:1fr 1fr; border:1px solid var(--line-dark); }
@media (max-width:820px){ .callout{grid-template-columns:1fr;} }
.callout-copy{ padding:56px; }
.callout-copy h2{ font-size:2.2rem; margin-bottom:16px; max-width:12ch; }
.callout-copy p{ color:var(--grey); margin-bottom:24px; max-width:42ch; }
.callout-visual{ background: repeating-linear-gradient(135deg, #1c2f3d 0 30px, #16232f 30px 60px); min-height:280px; display:flex; align-items:center; justify-content:center; }
.callout-visual .badge{ background:rgba(255,255,255,0.95); padding:18px 26px; border-radius:2px; text-align:center; }
.callout-visual .badge .num{ font-family:'Barlow Condensed'; font-weight:800; font-size:2.2rem; color:var(--orange); }
.callout-visual .badge .lbl{ font-size:0.8rem; color:var(--grey); }

/* locations directory (home) */
.locations-tools{ display:flex; gap:16px; margin-bottom:28px; flex-wrap:wrap; }
.locations-tools input{ flex:1; min-width:220px; padding:13px 16px; border:1px solid var(--line-dark); background:#fff; font-family:'IBM Plex Sans'; font-size:0.95rem; border-radius:2px; }
.locations-tools select{ padding:13px 16px; border:1px solid var(--line-dark); background:#fff; font-family:'IBM Plex Sans'; font-size:0.95rem; border-radius:2px; }
.locations-table{ border:1px solid var(--line-dark); border-radius:2px; overflow:hidden; }
.loc-row{ display:flex; justify-content:space-between; align-items:center; padding:14px 20px; border-bottom:1px solid var(--line-dark); background:#fff; font-size:0.95rem; }
.loc-row:last-child{ border-bottom:none; }
.loc-row:nth-child(even){ background:#FAF8F3; }
.loc-row .region{ color:var(--grey); font-size:0.82rem; }
.loc-row a:hover{ color:var(--orange); }

/* nearby chips (location page) */
.nearby{ display:flex; flex-wrap:wrap; gap:10px; }
.nearby a{ background:var(--cream-2); border:1px solid var(--line-dark); padding:8px 16px; border-radius:20px; font-size:0.88rem; font-weight:500; }
.nearby a:hover{ background:var(--orange); color:#fff; border-color:var(--orange); }

/* testimonial */
.testimonial{ background:var(--navy); color:#fff; padding:80px 0; }
.testimonial blockquote{ font-family:'Barlow Condensed'; font-weight:600; font-size:clamp(1.5rem,3vw,2.1rem); max-width:22ch; margin:0 auto 24px; text-align:center; line-height:1.25; }
.testimonial .attr{ text-align:center; color:#9FB0BB; font-size:0.92rem; }

/* FAQ accordion */
.faq-item{ border-bottom:1px solid var(--line-dark); }
.faq-q{ width:100%; text-align:left; background:none; border:none; padding:22px 4px; font-family:'Barlow Condensed'; font-weight:600; font-size:1.2rem; display:flex; justify-content:space-between; align-items:center; cursor:pointer; color:var(--navy); }
.faq-q .plus{ font-size:1.4rem; color:var(--orange); transition:transform .2s; }
.faq-item.open .faq-q .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-a p{ padding:0 4px 22px; color:var(--grey); max-width:60ch; }

/* process steps (service pages) */
.process{ display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line-dark); }
@media (max-width:900px){ .process{grid-template-columns:1fr 1fr;} }
@media (max-width:560px){ .process{grid-template-columns:1fr;} }
.step{ padding:30px 26px 30px 0; border-right:1px solid var(--line-dark); }
.step:last-child{ border-right:none; }
.step .idx{ font-family:'Barlow Condensed'; font-weight:800; font-size:2.2rem; color:var(--orange); display:block; margin-bottom:10px; }
.step h4{ font-size:1.25rem; margin-bottom:8px; }
.step p{ color:var(--grey); font-size:0.92rem; }

/* gallery */
.gallery-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
@media (max-width:780px){ .gallery-grid{grid-template-columns:1fr 1fr;} }
.gallery-item{ aspect-ratio:4/3; border-radius:2px; overflow:hidden; position:relative; }
.gallery-item .ph{ position:absolute; inset:0; background:repeating-linear-gradient(60deg,#1c2f3d 0 26px,#16232f 26px 52px); }
.gallery-item .cap{ position:absolute; left:0; right:0; bottom:0; background:linear-gradient(0deg, rgba(14,26,38,0.85), transparent); color:#fff; padding:16px; font-size:0.85rem; font-weight:500; }

/* location hero + map block */
.loc-hero{ padding:56px 0 44px; border-bottom:1px solid var(--line-dark); background:var(--cream); }
.loc-hero .meta-row{ display:flex; gap:26px; margin-top:22px; flex-wrap:wrap; }
.meta{ display:flex; flex-direction:column; }
.meta .num{ font-family:'Barlow Condensed'; font-weight:800; font-size:1.5rem; color:var(--orange); }
.meta .lbl{ font-size:0.82rem; color:var(--grey); }
.map-block{ background:var(--navy-2); border-radius:2px; overflow:hidden; display:grid; grid-template-columns:1fr 1fr; }
@media (max-width:780px){ .map-block{grid-template-columns:1fr;} }
.map-visual{ background:repeating-linear-gradient(120deg,#1c2f3d 0 30px,#16232f 30px 60px); min-height:260px; }
.map-copy{ padding:36px; color:#D7DEE4; }
.map-copy h3{ color:#fff; font-size:1.6rem; margin-bottom:10px; }
.map-copy ul{ list-style:none; margin-top:14px; padding:0; }
.map-copy li{ padding:6px 0; border-bottom:1px solid var(--line); font-size:0.92rem; }
.trust-strip{ display:flex; flex-wrap:wrap; gap:24px; padding:26px 0; border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
.trust-strip .item{ font-size:0.9rem; font-weight:500; display:flex; gap:8px; align-items:center; }
.trust-strip .dot{ width:7px; height:7px; border-radius:50%; background:var(--orange); }

/* page hero (service / H&S / HLA / contact) */
.page-hero{ padding:60px 0 48px; background:var(--navy); }
.page-hero .kicker{ color:var(--orange); font-weight:600; font-size:0.88rem; margin-bottom:10px; }
.page-hero h1{ color:#fff; font-size:clamp(2.2rem,4.2vw,3.4rem); max-width:18ch; margin-bottom:14px; }
.page-hero p{ color:#C7D0D6; font-size:1.05rem; max-width:60ch; }

/* accreditations (Health & Safety) */
.accred-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line-dark); border:1px solid var(--line-dark); }
@media (max-width:820px){ .accred-grid{grid-template-columns:repeat(2,1fr);} }
.accred{ background:#fff; padding:30px 20px; text-align:center; }
.accred .badge{ width:56px; height:56px; margin:0 auto 14px; border-radius:50%; border:2px solid var(--orange); display:flex; align-items:center; justify-content:center; font-family:'Barlow Condensed'; font-weight:800; color:var(--orange); font-size:0.85rem; }
.accred p{ font-size:0.88rem; font-weight:500; }
.practice-list{ display:flex; flex-direction:column; border-top:1px solid var(--line-dark); }
.practice{ display:grid; grid-template-columns:60px 1fr; gap:20px; padding:26px 0; border-bottom:1px solid var(--line-dark); align-items:flex-start; }
.practice .n{ font-family:'Barlow Condensed'; font-weight:800; font-size:1.8rem; color:var(--orange); }
.practice h4{ font-size:1.25rem; margin-bottom:6px; }
.practice p{ color:var(--grey); font-size:0.95rem; max-width:65ch; }
.stats-band{ background:var(--navy-2); padding:44px 0; }
.stats-row{ display:flex; justify-content:space-around; flex-wrap:wrap; gap:30px; text-align:center; }
.stat .num, .save .num{ font-family:'Barlow Condensed'; font-weight:800; font-size:2.6rem; color:var(--orange); }
.stat .lbl, .save .lbl{ color:#9FB0BB; font-size:0.9rem; max-width:20ch; margin:0 auto; }

/* comparison table (High Level Access) */
.compare{ display:grid; grid-template-columns:1.2fr 1fr 1fr; border:1px solid var(--line-dark); border-radius:2px; overflow:hidden; }
@media (max-width:720px){ .compare{grid-template-columns:1fr;} .compare .colhead{display:none;} }
.compare > div{ padding:18px 22px; border-bottom:1px solid var(--line-dark); font-size:0.92rem; }
.compare .colhead{ font-family:'Barlow Condensed'; font-weight:700; font-size:1.1rem; background:var(--navy); color:#fff; border-bottom:none; }
.compare .colhead.accent{ background:var(--orange); }
.compare .rowlabel{ font-weight:600; background:var(--cream-2); }
.compare .yes{ color:var(--teal); font-weight:600; }
.compare .no{ color:var(--grey); }
.equipment-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line-dark); border:1px solid var(--line-dark); }
@media (max-width:820px){ .equipment-grid{grid-template-columns:1fr;} }
.equipment{ background:#fff; padding:30px 26px; }
.equipment h4{ font-size:1.3rem; margin-bottom:8px; }
.equipment p{ color:var(--grey); font-size:0.9rem; }

/* contact page */
.contact-layout{ padding:64px 0; display:grid; grid-template-columns:1.3fr 1fr; gap:50px; }
@media (max-width:900px){ .contact-layout{grid-template-columns:1fr;} }
.form-card{ background:#fff; border:1px solid var(--line-dark); border-radius:3px; padding:38px; }
.form-card h3{ font-size:1.6rem; margin-bottom:6px; }
.form-card .sub{ color:var(--grey); font-size:0.92rem; margin-bottom:26px; }
.progress{ display:flex; gap:6px; margin-bottom:28px; }
.progress .seg{ height:4px; flex:1; background:var(--line-dark); border-radius:2px; }
.progress .seg.active{ background:var(--orange); }
.form-step{ display:none; }
.form-step.active{ display:block; }
.field{ margin-bottom:18px; }
.field label{ display:block; font-size:0.88rem; font-weight:600; margin-bottom:7px; }
.field input, .field select, .field textarea{ width:100%; padding:12px 14px; border:1px solid var(--line-dark); border-radius:2px; font-family:'IBM Plex Sans'; font-size:0.95rem; background:var(--cream); }
.field textarea{ resize:vertical; min-height:90px; }
.option-grid{ display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; margin-bottom:10px; }
@media (max-width:500px){ .option-grid{grid-template-columns:1fr;} }
.option-btn{ padding:14px 10px; text-align:center; border:1.5px solid var(--line-dark); border-radius:2px; font-size:0.9rem; font-weight:500; cursor:pointer; background:var(--cream); }
.option-btn.selected{ border-color:var(--orange); background:rgba(232,89,42,0.08); color:var(--orange-dark); font-weight:600; }
.form-nav{ display:flex; justify-content:space-between; margin-top:24px; }
.btn-back{ background:none; border:none; color:var(--grey); font-weight:600; cursor:pointer; font-size:0.92rem; }
.info-col .block{ margin-bottom:34px; }
.info-col h4{ font-size:1.2rem; margin-bottom:10px; }
.info-col p, .info-col a{ color:var(--grey); font-size:0.95rem; }
.info-col .phone-big{ font-family:'Barlow Condensed'; font-weight:800; font-size:1.8rem; color:var(--orange); display:block; margin-bottom:4px; }
.map-box{ aspect-ratio:4/3; background:repeating-linear-gradient(120deg,#1c2f3d 0 30px,#16232f 30px 60px); border-radius:2px; }

/* final CTA band */
.final-cta{ background:var(--orange); padding:64px 0; text-align:center; }
.final-cta h2{ color:#fff; font-size:clamp(1.8rem,3.6vw,2.6rem); margin-bottom:10px; }
.final-cta p{ color:rgba(255,255,255,0.85); margin-bottom:28px; }
.final-cta .btn-primary{ background:var(--navy); }
.final-cta .btn-primary:hover{ background:#050d15; }
.final-cta .phone{ color:#fff; font-family:'Barlow Condensed'; font-weight:700; font-size:1.6rem; margin-top:18px; display:block; }

/* footer */
#site-footer{ background:var(--navy-2); color:#9FB0BB; padding:54px 0 30px; font-size:0.9rem; }
.footer-grid{ display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:36px; margin-bottom:40px; }
@media (max-width:780px){ .footer-grid{grid-template-columns:1fr 1fr;} }
#site-footer h5{ color:#fff; font-family:'Barlow Condensed'; font-weight:700; font-size:1rem; margin-bottom:14px; letter-spacing:0.3px; }
#site-footer ul{ list-style:none; margin:0; padding:0; }
#site-footer li{ margin-bottom:9px; }
#site-footer a:hover{ color:#fff; }
.footer-bottom{ border-top:1px solid var(--line); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:0.82rem; }

/* floating action button */
.fab{ position:fixed; bottom:24px; right:24px; z-index:60; background:var(--teal); color:#fff; width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 6px 18px rgba(0,0,0,0.25); font-size:1.5rem; font-weight:700; cursor:pointer; }

/* default page fallback */
.default-page-content{ padding:70px 0; max-width:800px; margin:0 auto; }
.default-page-content h1{ font-size:2.6rem; margin-bottom:24px; }
.default-page-content p{ margin-bottom:18px; }
