/* ==========================================================================
   SEG Core — site stylesheet
   Design system inherited from segwifi.co.uk - SEG Yellow #F5D000 / Charcoal #1F1F1F
   ========================================================================== */

:root{
  --yellow:#F5D000; --yellow-d:#e0bf00; --soft:rgba(245,208,0,.16);
  --charcoal:#1F1F1F; --graphite:#3d3d3d; --lgrey:#D9D9D9; --white:#fff;
  --ink:#1F1F1F; --muted:#464646; --line:#e8e8e6; --bg:#fff; --bg2:#f7f7f4;
  --shadow:0 12px 34px rgba(31,31,31,.12); --shadow-sm:0 4px 16px rgba(31,31,31,.07);
  --radius:16px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}
a{color:var(--ink);text-decoration:none}
img{max-width:100%}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
section{padding:84px 0}
section.tight{padding:56px 0}
h1,h2,h3{line-height:1.13;letter-spacing:-.02em;color:var(--charcoal)}
h2.sec{font-size:34px;font-weight:800;margin-bottom:12px}
h3.sub{display:block;font-size:22px;font-weight:800;margin-bottom:10px;position:static;border:0;box-shadow:none;padding:0;min-width:0;background:transparent}
.lead{color:var(--muted);font-size:18px;max-width:660px}
.center{text-align:center;margin-left:auto;margin-right:auto}
.hl{color:var(--yellow)}
.prose p{color:var(--muted);font-size:16px;margin-bottom:16px;max-width:70ch}
.prose h3{margin:28px 0 10px;font-size:20px}
.prose ul{margin:0 0 18px 20px;color:var(--muted)}
.prose li{margin-bottom:8px}
.eyebrow{display:inline-block;font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--charcoal);background:var(--yellow);padding:6px 14px;border-radius:6px;margin-bottom:16px}
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:15px;padding:13px 24px;border-radius:10px;cursor:pointer;border:2px solid transparent;transition:.18s;white-space:nowrap}
.btn-primary{background:var(--yellow);color:var(--charcoal)}
.btn-primary:hover{background:var(--yellow-d);transform:translateY(-2px)}
.btn-dark{background:var(--charcoal);color:#fff}
.btn-dark:hover{background:#000;transform:translateY(-2px)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.72)}
.btn-ghost:hover{background:rgba(255,255,255,.12)}
.btn-outline{background:transparent;color:var(--charcoal);border-color:var(--charcoal)}
.btn-outline:hover{background:var(--charcoal);color:#fff}
.skip{position:absolute;left:-9999px}
.skip:focus{left:8px;top:8px;z-index:200;background:var(--yellow);padding:10px 16px;border-radius:8px;font-weight:800}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}

/* topbar */
.topbar{background:var(--yellow);color:var(--charcoal);text-align:center;font-size:13px;font-weight:700;padding:8px 16px;letter-spacing:.01em}

/* header + dropdown nav */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:21px;color:var(--charcoal);letter-spacing:-.02em}
.brand .logo{height:44px;width:auto;display:block}
.brand small{display:block;font-size:11px;font-weight:600;color:var(--muted);letter-spacing:.03em;border-left:1px solid var(--line);padding-left:11px;max-width:112px;line-height:1.35}
.foot-brand .brand .logo{height:46px}
.menu{display:flex;align-items:center;gap:24px}
.menu>li{list-style:none;position:relative}
.menu a{color:var(--charcoal);font-weight:600;font-size:15px;display:inline-block;padding:6px 0;border-bottom:2px solid transparent}
.menu a:hover,.menu a[aria-current="page"]{border-bottom-color:var(--yellow)}
.has-sub>button{background:none;border:0;font:inherit;font-weight:600;font-size:15px;color:var(--charcoal);cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:6px 0;border-bottom:2px solid transparent}
.has-sub>button:hover,.has-sub.open>button,.has-sub.current>button{border-bottom-color:var(--yellow)}
.has-sub>button svg{width:11px;height:11px;stroke:currentColor;stroke-width:2.6;fill:none;transition:.18s}
.has-sub.open>button svg{transform:rotate(180deg)}
.sub{display:none;position:absolute;top:100%;left:-16px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:10px;min-width:266px;list-style:none}
.has-sub.open .sub{display:block}
.sub li{list-style:none}
.sub a{display:block;padding:10px 14px;border-radius:9px;font-weight:600;font-size:14.5px;border:0}
.sub a:hover{background:var(--bg2);border:0}
.sub a small{display:block;font-weight:500;font-size:12.5px;color:var(--muted);margin-top:1px}
.nav-cta{display:flex;align-items:center;gap:16px}
.phone{font-weight:800;color:var(--charcoal);font-size:15px}
.burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;gap:5px;padding:8px}
.burger span{width:24px;height:2.5px;background:var(--charcoal);border-radius:2px}

/* hero */
.hero{position:relative;overflow:hidden;background:var(--charcoal);color:#fff;padding:92px 0 104px}
.hero::before{content:"";position:absolute;top:-30%;right:-10%;width:620px;height:620px;background:radial-gradient(circle,rgba(245,208,0,.20),transparent 62%);pointer-events:none}
.hero::after{content:"";position:absolute;inset:0;background:url("/img/hero-lines.svg") right center/cover no-repeat;pointer-events:none;opacity:.95}
.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.hero h1{color:#fff;font-size:50px;font-weight:800}
.hero p{color:#e6e6e6;font-size:19px;margin:20px 0 30px;max-width:560px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.trust{margin-top:34px;color:#d8d8d8;font-size:13px;font-weight:600}
.trust b{color:var(--yellow)}
.hero-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:26px;backdrop-filter:blur(6px)}
.hero-card h2{color:#fff;font-size:18px;margin-bottom:6px}
.hero-card .sub-t{color:#dcdcdc;font-size:13px;margin-bottom:18px}
.field{margin-bottom:12px}
.field label{display:block;font-size:12px;color:#e0e0e0;margin-bottom:5px;font-weight:600}
.field input,.field select,.field textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#fff;font-size:14px;color:var(--ink);font-family:inherit}
.hero-card .btn{width:100%;justify-content:center;margin-top:6px}
.reassure{font-size:11.5px;color:var(--muted);margin-top:10px;text-align:center}
.hero-card .reassure{color:#d0d0d0}

/* page hero (inner pages) */
.phero{background:var(--charcoal);color:#fff;padding:62px 0 66px;position:relative;overflow:hidden}
.phero::before{content:"";position:absolute;top:-40%;right:-6%;width:520px;height:520px;background:radial-gradient(circle,rgba(245,208,0,.17),transparent 62%);pointer-events:none}
.phero::after{content:"";position:absolute;inset:0;background:url("/img/hero-lines.svg") right center/cover no-repeat;opacity:.5;pointer-events:none}
.phero .wrap{position:relative;z-index:2}
.phero h1{color:#fff;font-size:42px;font-weight:800;max-width:18ch}
.phero p{color:#e6e6e6;font-size:18px;margin-top:16px;max-width:640px}
.phero .hero-cta{margin-top:28px}
.crumbs{font-size:13px;color:#c4c4c4;margin-bottom:18px;font-weight:600}
.crumbs a{color:#c4c4c4}.crumbs a:hover{color:var(--yellow)}
.crumbs span{color:var(--yellow)}

/* stats / commitments */
.stats{background:transparent}
.hero+.stats{padding:52px 0 40px}
.hero+.stats+#camera-range{padding-top:40px}
.hero+.proofband{padding:46px 0 38px}
.hero+.proofband+#camera-range{padding-top:36px}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.stat-grid.five{grid-template-columns:repeat(5,1fr);gap:16px}
.stat-grid.five .n{font-size:29px}
.stat{display:flex;flex-direction:column;align-items:center}
.stat .n{font-size:34px;font-weight:800;color:var(--charcoal);letter-spacing:-.03em;
  display:inline-flex;align-items:flex-end;justify-content:center;height:46px;
  border-bottom:4px solid var(--yellow);padding-bottom:6px;white-space:nowrap}
.stat .l{color:var(--muted);font-weight:600;font-size:14px;margin-top:12px}

/* grid + cards */
.grid{display:grid;gap:24px}
.cols-5{grid-template-columns:repeat(5,1fr)}
.cols-4{grid-template-columns:repeat(4,1fr)}
.cols-3{grid-template-columns:repeat(3,1fr)}
.cols-2{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm);transition:.2s;border-top:4px solid transparent;display:flex;flex-direction:column}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-top-color:var(--yellow)}
.card.link:hover{border-top-color:var(--yellow)}
.ico{width:54px;height:54px;border-radius:13px;background:var(--soft);display:flex;align-items:center;justify-content:center;margin-bottom:18px;flex:none}
.ico svg{width:27px;height:27px;stroke:var(--charcoal);fill:none;stroke-width:1.9}
.card h3{font-size:19px;margin-bottom:9px}
.card p{color:var(--muted);font-size:14.5px}
.card ul{list-style:none;margin-top:14px;display:flex;flex-direction:column;gap:7px}
.card li{font-size:13.5px;color:var(--ink);padding-left:24px;position:relative}
.card li::before{content:"";position:absolute;left:0;top:6px;width:13px;height:13px;border-radius:3px;background:var(--yellow)}
.card .more{margin-top:18px;font-weight:800;font-size:14px;color:var(--charcoal);display:inline-flex;align-items:center;gap:6px}
.card .more::after{content:"\2192";transition:.18s}
.card:hover .more::after{transform:translateX(4px)}

/* process */
.process{background:transparent;color:#fff}
.process h2,.process h3{color:#fff}
.process .lead{color:#e6e6e6}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:46px}
.step{position:relative;padding:26px;border-radius:var(--radius);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12)}
.step:not(:last-child)::after{content:"";position:absolute;top:46px;right:-24px;width:22px;height:2px;background:var(--yellow);opacity:.85}
.step:not(:last-child)::before{content:"";position:absolute;top:43px;right:-8px;width:8px;height:8px;border-top:2px solid var(--yellow);border-right:2px solid var(--yellow);transform:rotate(45deg);opacity:.85}
.step .num{width:42px;height:42px;border-radius:11px;background:var(--yellow);color:var(--charcoal);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;margin-bottom:16px}
.step h3{color:#fff;font-size:17px;margin-bottom:7px}
.step p{color:#dedede;font-size:13.5px}

/* SLA table */
.tablewrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm);margin-top:32px}
table.sla{width:100%;border-collapse:collapse;min-width:600px}
table.sla th,table.sla td{padding:15px 20px;text-align:left;border-bottom:1px solid var(--line);font-size:14.5px}
table.sla thead th{background:var(--charcoal);color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}
table.sla tbody th{font-weight:800;color:var(--charcoal)}
table.sla td{color:var(--muted)}
table.sla tbody tr:last-child th,table.sla tbody tr:last-child td{border-bottom:0}
table.sla .pill{display:inline-block;background:var(--soft);color:var(--charcoal);font-weight:800;padding:3px 10px;border-radius:6px;font-size:13px}

/* sectors */
.sector-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px}
.sector{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px 18px;text-align:center;font-weight:700;font-size:15px;color:var(--charcoal);transition:.18s;display:block}
.sector:hover{background:var(--yellow);color:var(--charcoal);transform:translateY(-3px);border-color:var(--yellow)}
.sector svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.7;margin-bottom:10px}

/* photo band */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:42px}
.gphoto{border-radius:14px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;margin:0;transition:.2s;display:flex;flex-direction:column}
.gphoto:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.gphoto img{width:100%;height:240px;object-fit:cover;display:block}
.gphoto figcaption{padding:13px 15px;font-size:13px;color:var(--muted);font-weight:600;border-top:3px solid var(--yellow);flex:1}

/* case studies */
.cs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:46px}
.cs{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:.2s}
.cs:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.cs-img{height:186px;background:var(--charcoal);overflow:hidden}
.cs-img img{width:100%;height:100%;object-fit:cover;display:block}
/* no photograph for this project yet — a branded panel rather than someone else's building */
.cs-img.blank{background:var(--charcoal) url("/img/hero-lines-static.svg") right center/cover no-repeat;
  opacity:.9;border-bottom:3px solid var(--yellow)}
.cs-head{background:var(--charcoal);color:#fff;padding:20px 24px}
.cs-head .sector{display:inline-block;background:var(--yellow);color:var(--charcoal);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:5px;margin-bottom:10px}
.cs-head h3{color:#fff;font-size:19px;margin-bottom:4px}
.cs-head .where{color:#d2d2d2;font-size:12.5px;font-weight:600}
.cs-body{padding:22px 24px;flex:1;display:flex;flex-direction:column;gap:13px}
.cs-body .row b{color:var(--charcoal);font-size:12px;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:3px}
.cs-body .row p{color:var(--muted);font-size:14px;margin:0}
.cs-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:6px}
.cs-tags span{background:var(--bg2);border:1px solid var(--line);color:var(--graphite);font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:20px}

/* case study pages */
.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:34px}
.chip{background:#fff;border:1px solid var(--line);color:var(--graphite);font-family:inherit;
  font-size:13px;font-weight:700;padding:8px 15px;border-radius:22px;cursor:pointer;transition:.15s}
.chip:hover{border-color:var(--yellow);color:var(--charcoal)}
.chip.is-on{background:var(--yellow);border-color:var(--yellow);color:var(--charcoal)}
.cs[hidden]{display:none}
.cs-shot{padding:0}
.cs-shot figure{margin:0 auto;max-width:900px;border-radius:var(--radius);overflow:hidden;
  border:1px solid var(--line);box-shadow:var(--shadow-sm);background:var(--charcoal)}
/* contain, not cover: the supplied project photos are small, and cropping them to a
   banner throws away the half of the picture that shows the job */
.cs-shot img{width:100%;height:360px;object-fit:contain;display:block;
  border-bottom:4px solid var(--yellow)}
.cs-shot figcaption{color:#e0e0e0;font-size:13px;font-weight:600;padding:12px 18px}
.cs-sites{margin:0 0 24px;padding:20px 22px 20px 40px;background:var(--bg2);
  border-left:4px solid var(--yellow);border-radius:0 var(--radius) var(--radius) 0;list-style:disc}
.cs-sites li{font-size:15.5px;color:var(--ink);margin-bottom:8px}
.cs-sites li:last-child{margin-bottom:0}
/* a stat row on a dark band inverts, or the numbers vanish into the charcoal */
section[data-band="dark"] .stat .n{color:#fff}
section[data-band="dark"] .stat .l{color:#dcdcdc}
.stats.tight .stat-grid .n{font-size:32px}
.contact-dark .quote,section[data-band="alt"] .quote{margin:0 auto}

/* partners / accreditations */
.partners{background:transparent}
.logos{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:34px}
.logo-chip{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 26px;font-weight:800;color:var(--charcoal);font-size:16px;box-shadow:var(--shadow-sm)}
.logo-chip span{color:var(--graphite);font-weight:600}
.accred{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:26px}
.accred .chip{background:var(--charcoal);color:#fff;border-radius:10px;padding:11px 18px;font-weight:800;font-size:13.5px;letter-spacing:.02em}
.accred .chip em{font-style:normal;color:var(--yellow)}

/* why / ticks */
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 40px;margin-top:36px}
.why{display:flex;gap:16px;align-items:flex-start}
.why .tick{flex:none;width:30px;height:30px;border-radius:7px;background:var(--yellow);display:flex;align-items:center;justify-content:center}
.why .tick svg{width:16px;height:16px;stroke:var(--charcoal);stroke-width:3;fill:none}
.why h3{font-size:17px;margin-bottom:3px}
.why p{color:var(--muted);font-size:14px}

/* split feature */
.feature{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.feature .panel{background:var(--bg2);border:1px solid var(--line);border-radius:var(--radius);padding:32px}
.feature .panel h3{font-size:18px;margin-bottom:14px}

/* testimonial */
.quote{background:#fff;border:1px solid var(--line);border-left:5px solid var(--yellow);border-radius:var(--radius);padding:32px 36px;box-shadow:var(--shadow-sm);max-width:820px}
.quote p{font-size:19px;color:var(--charcoal);font-style:italic;line-height:1.55}
.quote cite{display:block;margin-top:16px;font-style:normal;font-weight:800;font-size:14px;color:var(--charcoal)}
.quote cite span{display:block;font-weight:600;color:var(--muted);font-size:13px}

/* pricing */
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px;align-items:stretch}
.tier{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}
.tier.featured{border:2px solid var(--yellow);box-shadow:var(--shadow);position:relative}
.tier.featured::before{content:"Most chosen";position:absolute;top:-13px;left:30px;background:var(--yellow);color:var(--charcoal);font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:6px}
.tier h3{font-size:21px;margin-bottom:6px}
.tier .who{color:var(--muted);font-size:14px;margin-bottom:18px}
.tier .band{font-size:15px;font-weight:800;color:var(--charcoal);background:var(--bg2);border-radius:10px;padding:12px 14px;margin-bottom:20px}
.tier .band small{display:block;font-weight:600;color:var(--muted);font-size:12.5px;margin-top:3px}
.tier ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:24px}
.tier li{font-size:14px;color:var(--ink);padding-left:24px;position:relative}
.tier li::before{content:"";position:absolute;left:0;top:6px;width:13px;height:13px;border-radius:3px;background:var(--yellow)}
.tier .btn{margin-top:auto;justify-content:center}

/* FAQ */
.faq{max-width:820px;margin-top:34px}
.faq details{border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:12px;box-shadow:var(--shadow-sm)}
.faq summary{cursor:pointer;list-style:none;padding:18px 22px;font-weight:800;font-size:16px;color:var(--charcoal);display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:22px;font-weight:800;color:var(--yellow);flex:none}
.faq details[open] summary::after{content:"\2013"}
.faq .a{padding:0 22px 20px;color:var(--muted);font-size:15px}

/* CTA band */
.cta-band{background:var(--yellow);color:var(--charcoal);border-radius:24px;padding:56px;text-align:center}
.cta-band h2{color:var(--charcoal);font-size:32px;margin-bottom:10px}
.cta-band p{color:#3a3a2e;max-width:600px;margin:0 auto 26px;font-weight:500}
.cta-band .btn{margin:6px}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.contact-info{display:flex;flex-direction:column;gap:22px;margin-top:26px}
.cinfo{display:flex;gap:15px;align-items:flex-start}
.cinfo .ico{margin:0;width:46px;height:46px}
.cinfo .ico svg{width:22px;height:22px}
.cinfo b{display:block;color:var(--charcoal);font-size:15px}
.cinfo a,.cinfo span{color:var(--muted);font-size:14.5px}
form.cform{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-sm)}
form.cform .field label{color:var(--charcoal)}
form.cform .field input,form.cform .field select,form.cform .field textarea{border:1px solid var(--line)}
form.cform textarea{min-height:104px;resize:vertical}
form.cform .btn{width:100%;justify-content:center;margin-top:6px}

/* footer */
footer{background:var(--charcoal);color:#cfcfcf;padding:60px 0 30px;font-size:14px}
.foot-top{display:grid;grid-template-columns:1.4fr 1fr 1fr .8fr 1fr;gap:30px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.12)}
footer h4{color:var(--yellow);font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}
footer ul{list-style:none;display:flex;flex-direction:column;gap:9px}
footer a{color:#cfcfcf}
footer a:hover{color:#fff}
.foot-brand .brand{margin-bottom:14px}
.foot-brand .brand b,.foot-brand small{color:#fff}
.foot-brand p{max-width:320px;color:#c4c4c4}
.foot-bottom{padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:#b8b8b8}
.foot-bottom a{color:#b8b8b8}

@media(max-width:980px){
  .cols-5{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1180px){
  .stat .n,.stat-grid.five .n{font-size:24px}
}
@media(max-width:900px){
  .stat-grid.five{grid-template-columns:repeat(2,1fr);gap:24px}
  .stat .n,.stat-grid.five .n{font-size:27px}
}
@media(max-width:900px){
  section{padding:62px 0}
  .hero{padding:60px 0 76px}
  .hero .wrap{grid-template-columns:1fr;gap:38px}
  .hero h1{font-size:37px}
  .phero h1{font-size:31px}
  h2.sec{font-size:27px}
  .cols-5,.cols-4,.cols-3,.steps,.stat-grid,.tiers,.cs-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}
  .step:nth-child(2n)::after,.step:nth-child(2n)::before{display:none}
  .cs-shot img{height:240px}
  .brand small{display:none}
  .sector-grid{grid-template-columns:repeat(2,1fr)}
  .cols-2,.why-grid,.contact-grid,.foot-top,.feature{grid-template-columns:1fr}
  .feature{gap:32px}
  .cta-band{padding:40px 24px}
  .menu,.nav-cta .btn{display:none}
  .nav-cta{gap:10px}
  .phone{font-size:14px}
  .brand small{display:none}
  .burger{display:flex}
  .menu.open{display:flex;position:absolute;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;background:#fff;padding:18px 24px 24px;gap:6px;border-bottom:1px solid var(--line);box-shadow:var(--shadow);max-height:calc(100vh - 72px);overflow-y:auto}
  .menu.open>li{width:100%}
  .menu.open a,.menu.open .has-sub>button{width:100%;padding:11px 0;border-bottom:1px solid var(--line);justify-content:space-between}
  .menu.open .sub{position:static;display:none;border:0;box-shadow:none;padding:4px 0 10px 12px;min-width:0;left:auto}
  .menu.open .has-sub.open .sub{display:block}
  .menu.open .sub a{border-bottom:0;padding:8px 10px}
}
@media(max-width:560px){
  .cols-5,.cols-4,.cols-3,.steps,.stat-grid,.tiers,.sector-grid,.cs-grid,.gallery-grid{grid-template-columns:1fr}
  .step::after{display:none}
  .hero h1{font-size:31px}
  .cta-band h2{font-size:25px}
}
@media(prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important}
  html{scroll-behavior:auto}
}

/* ==========================================================================
   Scroll strand — a single fibre drawn down the page as you scroll,
   connecting every section. Tuned for the LIGHT background.
   ========================================================================== */
#bands{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden}
.band{position:absolute;left:0;right:0}
.band.alt{background:var(--bg2)}
.band.dark{background:var(--charcoal)}
#strand{position:absolute;top:0;left:0;width:100%;z-index:1;pointer-events:none;overflow:visible}
.strand-base{fill:none;stroke:rgba(120,113,88,.32);stroke-width:2.5}
.strand-glow{fill:none;stroke:var(--yellow);stroke-width:3.6;stroke-linecap:round;
  filter:drop-shadow(0 1px 2px rgba(160,132,0,.45))}
.strand-node{fill:#fff;stroke:#E4E0D2;stroke-width:2.5;transition:fill .3s,stroke .3s,r .3s}
.strand-node.lit{fill:var(--yellow);stroke:#C9A400}
.strand-head{fill:var(--yellow);stroke:#fff;stroke-width:2;
  filter:drop-shadow(0 0 6px rgba(245,208,0,.9))}
.strand-packet{fill:var(--yellow);opacity:0}
main{position:relative}
/* content sits above the strand; the strand sits above the colour bands */
main>section{position:relative;z-index:2}
/* the two heroes keep their own artwork and stay opaque, so the strand emerges below them */
.hero,.phero{z-index:3}

/* ==========================================================================
   Highlighter — yellow marker behind key words in headings
   ========================================================================== */
.hly{background:var(--yellow);color:var(--charcoal);padding:0 .16em;border-radius:.14em;
  box-decoration-break:clone;-webkit-box-decoration-break:clone}
.process .hly,.hero .hly,.phero .hly{color:var(--charcoal)}

/* ==========================================================================
   Insights / blog
   ========================================================================== */
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}
.post{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:.25s}
.post:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--yellow)}
.post .top{height:118px;background:linear-gradient(135deg,var(--yellow),#FFE680);position:relative;overflow:hidden}
.post .top svg{position:absolute;inset:0;width:100%;height:100%;opacity:.45}
.post .body{padding:24px;display:flex;flex-direction:column;flex:1}
.post .tag{font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;
  color:var(--graphite);margin-bottom:10px}
.post h3{font-size:17.5px;line-height:1.3;margin-bottom:10px}
.post p{color:var(--muted);font-size:14.5px;flex:1}
.post .more{margin-top:16px;font-weight:800;font-size:14px;color:var(--charcoal);
  display:inline-flex;align-items:center;gap:6px}
.post .more::after{content:"\2192";transition:.18s}
.post:hover .more::after{transform:translateX(4px)}
.post .meta{font-size:12.5px;color:var(--muted);margin-top:12px;font-weight:600}

/* article page */
.article{max-width:70ch;margin:0 auto}
.article p{font-size:17px;color:var(--ink);margin-bottom:20px;line-height:1.72}
.article h2{font-size:25px;margin:38px 0 14px}
.article h3{font-size:19px;margin:30px 0 10px}
.article ul{margin:0 0 22px 22px;color:var(--ink)}
.article li{margin-bottom:9px;font-size:16.5px}
.article .kicker{font-size:19px;color:var(--muted);margin-bottom:28px;line-height:1.6}
.article .byline{font-family:inherit;font-size:13px;color:var(--muted);font-weight:600;
  padding-bottom:20px;border-bottom:1px solid var(--line);margin-bottom:30px}
.article blockquote{border-left:4px solid var(--yellow);padding:6px 0 6px 20px;margin:26px 0;
  font-size:19px;font-weight:600;color:var(--charcoal);font-style:italic}

/* ==========================================================================
   Dark closing contact block
   ========================================================================== */
.contact-dark{background:transparent;color:#fff;position:relative;overflow:hidden}
.contact-dark::before{content:"";position:absolute;top:-30%;left:-8%;width:560px;height:560px;
  background:radial-gradient(circle,rgba(245,208,0,.16),transparent 62%);pointer-events:none}
.contact-dark .wrap{position:relative;z-index:2}
.contact-dark h2,.contact-dark h3{color:#fff}
.contact-dark .lead{color:#e6e6e6}
.contact-dark .cinfo b{color:#fff}
.contact-dark .cinfo a,.contact-dark .cinfo span{color:#e2e2e2}
.contact-dark .cinfo a:hover{color:var(--yellow)}
.contact-dark .ico{background:rgba(245,208,0,.16)}
.contact-dark .ico svg{stroke:var(--yellow)}
form.cform .reassure,form.cform .reassure a{color:var(--muted)}
form.cform .reassure a{text-decoration:underline}

@media(max-width:900px){
  .posts{grid-template-columns:repeat(2,1fr)}
  #strand{display:none}
}
@media(max-width:560px){
  .posts{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  #strand{display:none}
}

/* honeypot: off-screen rather than display:none, which some bots detect */
.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

/* ==========================================================================
   Converging fibre panel
   ========================================================================== */
.converge{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;margin-top:38px}
.ck-list{list-style:none;display:grid;gap:14px;margin:26px 0 30px}
.ck-list li{display:flex;gap:13px;align-items:flex-start;font-size:15.5px;font-weight:600;color:var(--ink)}
.ck-list .tick{flex:none;width:26px;height:26px;border-radius:50%;background:var(--yellow);
  display:flex;align-items:center;justify-content:center;margin-top:1px}
.ck-list .tick svg{width:14px;height:14px;stroke:var(--charcoal);stroke-width:3.2;fill:none}
.fibre-art{position:relative;aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;
  border:1px solid rgba(245,208,0,.20);
  background:radial-gradient(circle at 62% 50%,#2c2c28,var(--charcoal) 72%)}
.fibre-art svg{display:block;width:100%;height:100%}
.fa-line{fill:none;stroke:var(--yellow);stroke-width:2;stroke-linecap:round}
.fa-label{fill:#a5a49b;font-size:11px;font-weight:700;letter-spacing:.02em;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.fa-hub-label{fill:#fff;font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.fa-hub{fill:var(--yellow);filter:drop-shadow(0 0 12px rgba(245,208,0,.85))}
.fa-halo{fill:none;stroke:var(--yellow);stroke-width:1.4;opacity:.4;
  transform-box:fill-box;transform-origin:center;animation:fa-halo 3.4s ease-out infinite}
.fa-pk{fill:var(--yellow);filter:drop-shadow(0 0 7px rgba(245,208,0,.9))}
.fa-pk.pale{fill:#fff}
@keyframes fa-halo{0%{transform:scale(.7);opacity:.55}100%{transform:scale(2.4);opacity:0}}
@media (max-width:900px){
  .converge{grid-template-columns:1fr;gap:34px}
  .fibre-art{max-width:440px;margin:0 auto}
  /* the panel scales down with the column, so the labels need the headroom back */
  .fa-label{font-size:12px}
  .fa-hub-label{font-size:12.5px}
}
@media (prefers-reduced-motion:reduce){
  /* the hero artwork is an SVG background image, so its own media query is not
     reliably evaluated against the visitor's setting — swap the file instead */
  .hero::after,.phero::after{background-image:url("/img/hero-lines-static.svg")}
  .fa-halo{animation:none;opacity:.35}
  .fa-pk{display:none}
}

/* sector card → proof of work */
.card .proof{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);
  font-size:13.5px;color:var(--muted)}
.card .proof b{color:var(--charcoal);font-weight:800}
.card .proof a{font-weight:700;color:var(--charcoal);border-bottom:2px solid var(--yellow)}

/* ==========================================================================
   The group — three brands, one business
   ========================================================================== */
.group-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}
.gcard{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius);padding:26px 26px 24px;display:flex;flex-direction:column}
.gcard.is-here{border-color:var(--yellow);background:rgba(245,208,0,.07)}
.gcard h3{color:#fff;font-size:21px;margin-bottom:6px}
.gcard .glead{color:var(--yellow);font-size:13.5px;font-weight:800;letter-spacing:.01em;margin-bottom:14px}
.gcard p{color:#dedede;font-size:14.5px;margin-bottom:20px}
.gcard a{margin-top:auto;color:#fff;font-weight:800;font-size:14px;
  border-bottom:2px solid var(--yellow);align-self:flex-start;padding-bottom:2px}
.gcard a:hover{color:var(--yellow)}
.gcard .here{margin-top:auto;color:var(--yellow);font-weight:800;font-size:14px;align-self:flex-start}
.group-what{margin-top:40px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius);padding:28px 30px}
.group-what h3{color:#fff;font-size:17px;margin-bottom:18px}
.glist{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:14px 34px}
.glist li{display:flex;gap:13px;align-items:flex-start;color:#e8e8e8;font-size:15px;line-height:1.55}
.glist .tick{flex:none;width:24px;height:24px;border-radius:50%;background:var(--yellow);
  display:flex;align-items:center;justify-content:center;margin-top:1px}
.glist .tick svg{width:13px;height:13px;stroke:var(--charcoal);stroke-width:3.2;fill:none}
.group-also{margin-top:26px;color:#c8c8c8;font-size:14px}
.group-also a{color:#fff;font-weight:700;border-bottom:2px solid var(--yellow)}
@media (max-width:900px){
  .group-grid{grid-template-columns:1fr}
  .glist{grid-template-columns:1fr}
}

/* "and more" reads as a note rather than another vendor */
.logo-chip.more{background:transparent;border-style:dashed;font-style:italic;font-weight:700}

/* policies table */
.ptable{width:100%;border-collapse:collapse;margin-top:26px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.ptable th{background:var(--charcoal);color:var(--yellow);text-align:left;padding:12px 16px;font-size:13px;letter-spacing:.04em}
.ptable td{padding:14px 16px;border-top:1px solid var(--line);vertical-align:top;font-size:15px}
.ptable td:last-child{width:150px;white-space:nowrap}
.ptable .pn{color:var(--muted);font-size:13.5px;margin-top:4px;font-weight:500}
.ptable a{border-bottom:2px solid var(--yellow);font-weight:700}
.pstate{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:5px 11px;border-radius:20px}
.pstate.ok{background:var(--yellow);color:var(--charcoal)}
.pstate.req{background:var(--bg2);border:1px solid var(--line);color:var(--graphite)}

/* the Verkada CCTV lockup is wider than a square logo */
.logo.vc{height:36px;width:auto;max-width:190px}
.foot-brand .logo.vc{height:52px;max-width:280px}
@media (max-width:900px){.logo.vc{height:36px}}

/* product renders — contained on a light panel, not cropped like photography */
.pshot-grid{display:grid;gap:22px;margin-top:42px}
.pshot{margin:0;background:#fff;border:1px solid var(--line);border-radius:14px;
  box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:.2s}
.pshot:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.pshot img{width:100%;height:230px;object-fit:contain;display:block;padding:22px;background:radial-gradient(circle at 80% 14%,rgba(245,208,0,.20),transparent 58%),radial-gradient(circle at 50% 35%,#fff,#f6f2e2 90%)}
.pshot figcaption{padding:13px 16px;font-size:13px;color:var(--muted);font-weight:600;
  border-top:3px solid var(--yellow);flex:1;text-align:left}
@media (max-width:900px){.pshot-grid{grid-template-columns:1fr !important}.pshot img{height:200px}}

/* ==========================================================================
   Product showcase — the bento grid on the home page
   Transparent hardware renders floating on soft panels, in the manner of
   verkada.com's own product grid, carried into the SEG design system.
   ========================================================================== */
.bento{display:grid;grid-template-columns:repeat(12,1fr);gap:22px;margin-top:46px}
.bcard{position:relative;display:flex;flex-direction:column;overflow:hidden;
  background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-sm);
  padding:30px 30px 26px;min-height:320px;transition:transform .25s,box-shadow .25s,border-color .25s}
.bcard::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 82% 12%,rgba(245,208,0,.13),transparent 55%)}
.bcard:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--yellow)}
.bcard .btag{position:relative;align-self:flex-start;background:var(--yellow);color:var(--charcoal);
  font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;
  padding:5px 11px;border-radius:6px;margin-bottom:14px}
.bcard h3{position:relative;font-size:25px;letter-spacing:-.02em;margin-bottom:8px}
.bcard p{position:relative;color:var(--muted);font-size:15px;max-width:34ch}
.bcard .bspecs{position:relative;list-style:none;margin:14px 0 0;display:flex;flex-direction:column;gap:6px}
.bcard .bspecs li{font-size:13.5px;font-weight:600;color:var(--graphite);padding-left:20px;position:relative}
.bcard .bspecs li::before{content:"";position:absolute;left:0;top:5px;width:11px;height:11px;
  border-radius:3px;background:var(--yellow)}
.bcard .more{position:relative;margin-top:auto;padding-top:18px;font-weight:800;font-size:14.5px;
  color:var(--charcoal)}
.bcard .more::after{content:"\2192";margin-left:7px;transition:margin .2s}
.bcard:hover .more::after{margin-left:12px}
.bcard:hover .more{color:var(--charcoal)}

/* the floating renders */
.bimg{position:absolute;right:18px;bottom:10px;pointer-events:none}
.bimg img{display:block;filter:drop-shadow(0 22px 30px rgba(31,31,31,.22));
  animation:bfloat 7s ease-in-out infinite;transition:transform .3s}
.bcard:hover .bimg img{transform:scale(1.05) rotate(-1deg)}
@keyframes bfloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}

/* spans */
.b-feature{grid-column:span 7;min-height:400px}
.b-feature .bimg{right:26px;bottom:26px}
.b-feature .bimg img{width:330px}
.b-side{grid-column:span 5;min-height:400px}
.b-side .bimg{right:6px;bottom:-8px}
.b-side .bimg img{width:250px}
/* keep the copy clear of the render in the bottom-right corner */
.b-side p{max-width:30ch}
.b-side .bspecs{max-width:32ch}
.b-side .more{max-width:50%}
.b-feature .bspecs{max-width:36ch}
.b-third{grid-column:span 4}
.b-third .bimg{right:10px;bottom:-6px}
.b-third .bimg img{width:175px}
.b-third p{max-width:26ch}

/* the Command band: dark, full width, the laptop mockup framed rather than floating */
.b-wide{grid-column:span 12;flex-direction:row;align-items:center;gap:40px;
  background:var(--charcoal);border-color:rgba(245,208,0,.25);min-height:340px;padding:40px 44px}
.b-wide::before{background:url("../img/hero-lines-static.svg") right center/cover no-repeat;opacity:.5}
.b-wide h3{color:#fff;font-size:31px}
.b-wide p{color:#dedede;max-width:44ch;font-size:16px}
.b-wide .bspecs li{color:#e8e8e8}
.b-wide .more{color:var(--yellow);margin-top:22px;padding-top:0}
.b-wide .bwrapcopy{position:relative;flex:1;display:flex;flex-direction:column;align-items:flex-start}
.b-wide .bframe{position:relative;flex:0 0 46%;border-radius:16px;overflow:hidden;
  border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 50px rgba(0,0,0,.45)}
.b-wide .bframe img{display:block;width:100%}

@media (max-width:1080px){
  .b-feature,.b-side{grid-column:span 6}
  .b-feature .bimg img{width:260px}.b-side .bimg img{width:210px}
  .b-third{grid-column:span 4}.b-third .bimg img{width:150px}
}
@media (max-width:900px){
  .b-feature,.b-side,.b-third,.b-wide{grid-column:span 12;min-height:0}
  .bcard{padding:26px 22px 22px}
  .bimg{position:relative;right:auto;bottom:auto;align-self:center;margin-top:18px}
  .b-feature .bimg img,.b-side .bimg img{width:min(280px,70%)}
  .b-third .bimg img{width:min(200px,55%)}
  .bcard p{max-width:none}
  .b-wide{flex-direction:column;align-items:stretch;gap:24px;padding:28px 22px}
  .b-wide .bframe{flex:none}
}
@media (prefers-reduced-motion:reduce){
  .bimg img{animation:none}
  .bcard:hover .bimg img{transform:none}
}

/* ==========================================================================
   Camera range — the type grid on the home page, linking into cameras.html
   ========================================================================== */
.ctype-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px}
.ctype{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);
  border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm);
  transition:transform .22s,box-shadow .22s,border-color .22s}
.ctype{box-shadow:var(--shadow);border-color:var(--yellow)}
.ctype:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(31,31,31,.16)}
.ctype .cimg{height:210px;display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 80% 14%,rgba(245,208,0,.20),transparent 58%),radial-gradient(circle at 50% 35%,#fff,#f6f2e2 90%);padding:18px}
.ctype .cimg img{max-width:88%;max-height:180px;filter:drop-shadow(0 14px 20px rgba(31,31,31,.18));
  transition:transform .3s}
.ctype:hover .cimg img{transform:scale(1.06)}
.ctype .cimg.photo{padding:0;background:var(--charcoal)}
.ctype .cimg.photo img{max-width:100%;max-height:none;width:100%;height:210px;object-fit:cover;filter:none}
.ctype:hover .cimg.photo img{transform:scale(1.03)}
/* types with no honest photograph get the branded panel, not somebody else's product */
.ctype .cimg.brand{background:var(--charcoal) url("../img/hero-lines-static.svg") right center/cover no-repeat;
  flex-direction:column;gap:6px}
.ctype .cimg.brand .big{color:var(--yellow);font-size:33px;font-weight:800;letter-spacing:-.02em}
.ctype .cimg.brand .sub{color:#d8d8d8;font-size:13px;font-weight:600}
.ctype .cbody{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
.ctype h3{font-size:19px;margin-bottom:5px}
.ctype p{color:var(--muted);font-size:13.5px;flex:1}
.ctype .cuse{margin-top:12px;font-size:12.5px;font-weight:700;color:var(--graphite)}
.ctype .cuse b{color:var(--charcoal)}
@media (max-width:900px){.ctype-grid{grid-template-columns:1fr 1fr;gap:14px}
  .ctype .cimg{height:160px}.ctype .cimg.photo img{height:160px}}
@media (max-width:560px){.ctype-grid{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){.ctype:hover .cimg img{transform:none}}

/* product page hero art — the floating render beside the phero copy */
.phero-art{position:absolute;right:4%;top:50%;transform:translateY(-46%);z-index:1;pointer-events:none}
.phero-art img{display:block;filter:drop-shadow(0 26px 36px rgba(0,0,0,.5));
  animation:bfloat 8s ease-in-out infinite}
@media (max-width:1080px){.phero-art{display:none}}
@media (prefers-reduced-motion:reduce){.phero-art img{animation:none}}
.phero .wrap{position:relative;z-index:2}

/* ---- video band ---- */
.vband .vpanel{margin:34px auto 0;max-width:1080px;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(31,31,31,.18);background:#1F1F1F}
.vband video{display:block;width:100%;height:auto}
.vband .vposter{display:none;width:100%;height:auto}
.vband figcaption{font-size:13.5px;color:#464646;padding:12px 16px;background:#fff;border-top:1px solid rgba(31,31,31,.08)}
[data-band="dark"] .vband figcaption{background:#1F1F1F;color:#dcdcdc}
@media (prefers-reduced-motion: reduce){
  .vband video{display:none}
  .vband .vposter{display:block}
}

/* model references */
.models{margin-top:10px;font-size:14px;color:#464646}
.models span{font-weight:700;color:#1F1F1F;letter-spacing:.2px}
.cmodels{margin-top:6px}

/* emergency towers (dark band) */
#emergency-towers h2.sec{color:#fff}
#emergency-towers .lead{color:#e6e6e6}
#emergency-towers .prose p{color:#dcdcdc}
#emergency-towers .prose strong{color:#fff}
#emergency-towers .models{color:#c8c8c8}
#emergency-towers .models span{color:#fff}
/* off-grid band */
#off-grid .pair{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:40px}
#off-grid .panel{background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}
#off-grid .panel img{max-width:100%;height:auto;filter:drop-shadow(0 18px 26px rgba(31,31,31,.18))}
#off-grid .panel h3{margin-top:16px;font-size:18px}
#off-grid .panel p{font-size:14.5px;color:#464646;margin-top:6px}
@media (max-width:900px){#off-grid .pair{grid-template-columns:1fr}}

/* warm product-panel tint (matches the bento cards) */
.panel.ptint{background:radial-gradient(circle at 80% 14%,rgba(245,208,0,.20),transparent 58%),radial-gradient(circle at 50% 35%,#fff,#f6f2e2 90%) !important}
#off-grid .panel{background:radial-gradient(circle at 80% 14%,rgba(245,208,0,.20),transparent 58%),radial-gradient(circle at 50% 35%,#fff,#f6f2e2 90%)}

/* proof cards under the hero */
.proof-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.proof{background:radial-gradient(circle at 80% 14%,rgba(245,208,0,.20),transparent 58%),radial-gradient(circle at 50% 35%,#fff,#f6f2e2 90%);
  border:1px solid var(--yellow);border-radius:16px;box-shadow:var(--shadow-sm);
  padding:18px 16px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;
  transition:transform .22s,box-shadow .22s}
.proof:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.proof .pico{width:34px;height:34px;border-radius:10px;background:var(--yellow);display:flex;align-items:center;justify-content:center}
.proof .pico svg{width:19px;height:19px;fill:none;stroke:var(--charcoal);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.proof .pn{font-size:21px;font-weight:800;letter-spacing:-.02em;color:var(--charcoal)}
.proof .pl{font-size:12.8px;font-weight:600;color:#464646;line-height:1.35}
@media (max-width:980px){.proof-grid{grid-template-columns:repeat(2,1fr)}.proof:last-child{grid-column:1/-1}}
@media (max-width:560px){.proof-grid{grid-template-columns:1fr 1fr}}

.models.center{text-align:center;margin-top:26px}

/* explore-the-models grid */
.mgrid{display:grid;gap:18px;margin-top:42px}
.mcard{background:#fff;border:1px solid var(--yellow);border-radius:16px;box-shadow:var(--shadow-sm);
  overflow:hidden;display:flex;flex-direction:column;transition:transform .22s,box-shadow .22s;text-align:center}
.mcard:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.mcard .mimg{height:190px;display:flex;align-items:center;justify-content:center;padding:20px;
  background:radial-gradient(circle at 80% 14%,rgba(245,208,0,.20),transparent 58%),radial-gradient(circle at 50% 35%,#fff,#f6f2e2 90%)}
.mcard .mimg img{max-width:82%;max-height:150px;filter:drop-shadow(0 12px 18px rgba(31,31,31,.16))}
.mcard h3{font-size:20px;letter-spacing:-.01em;margin:14px 14px 2px}
.mcard p{font-size:13.5px;color:#464646;padding:0 16px 18px}
@media (max-width:980px){.mgrid{grid-template-columns:1fr 1fr !important}}
@media (max-width:560px){.mgrid{grid-template-columns:1fr !important}}

/* AI search band */
#search h2.sec{color:#fff}
#search .lead{color:#e6e6e6}
#search .lead em{color:var(--yellow);font-style:normal;font-weight:700}
#search .vpanel{margin-top:36px;max-width:1080px;margin-left:auto;margin-right:auto}
#search .searchwhy{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:20px 22px}
#search .searchwhy h3{color:var(--yellow);font-size:17px;margin-bottom:8px}
#search .searchwhy p{color:#dcdcdc;font-size:14px}

/* accreditation strip */
.acc-strip{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px}
.acc{background:#fff;border:1px solid var(--yellow);border-radius:999px;padding:10px 20px;font-weight:700;font-size:14.5px;color:var(--charcoal);box-shadow:var(--shadow-sm)}
.acc-note{margin-top:18px;font-size:13px;color:#464646}
