/* Self-hosted fonts (Inter, Plus Jakarta Sans) — latin subset, OFL */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-400.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter-500.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-600.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-700.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/plus-jakarta-sans-600.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/plus-jakarta-sans-700.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/plus-jakarta-sans-800.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}


/* ===== Tokens ===== */
:root{
  --navy:#00006E;
  --navy-700:#1a1a82;
  --navy-50:#eef0fb;
  --navy-100:#dfe2f6;
  --red:#D60001;
  --red-700:#b00001;        /* darkened for AA text on white (>=4.5:1) */
  --ink:#111418;
  --ink-2:#3a4150;
  --muted:#5b6472;
  --line:#e4e7ee;
  --line-2:#eef1f6;
  --bg:#ffffff;
  --bg-soft:#f6f8fc;
  --bg-navy-soft:#f3f4fb;
  --white:#ffffff;
  --gold:#f5b301;
  --radius:14px;
  --radius-lg:22px;
  --shadow-sm:0 1px 2px rgba(16,20,40,.06),0 1px 3px rgba(16,20,40,.05);
  --shadow:0 6px 18px rgba(16,20,40,.08);
  --shadow-lg:0 18px 48px rgba(16,20,40,.14);
  --maxw:1180px;
  --ff-body:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  --ff-head:'Plus Jakarta Sans','Inter',system-ui,sans-serif;
}

/* ===== Reset ===== */
*,*::before,*::after{box-sizing:border-box}
*{margin:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}
body{font-family:var(--ff-body);color:var(--ink);background:var(--bg);line-height:1.65;font-size:1.0625rem;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
img,svg,video{display:block;max-width:100%}
img{height:auto}
a{color:var(--navy);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:var(--ff-head);color:var(--navy);line-height:1.12;font-weight:700;letter-spacing:-.02em;text-wrap:balance}
h1{font-size:clamp(2.1rem,5.2vw,3.5rem)}
h2{font-size:clamp(1.65rem,3.6vw,2.45rem)}
h3{font-size:clamp(1.2rem,2vw,1.4rem)}
p{text-wrap:pretty}
ul,ol{padding-left:1.15rem}
:focus-visible{outline:3px solid var(--navy);outline-offset:2px;border-radius:6px}
button{font:inherit;cursor:pointer}
hr{border:none;border-top:1px solid var(--line)}

/* ===== Layout ===== */
.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}
.container-narrow{max-width:820px}
.section{padding-block:clamp(3rem,7vw,5.5rem)}
.section-tight{padding-block:clamp(2.2rem,5vw,3.5rem)}
.section-soft{background:var(--bg-soft)}
.eyebrow{font-family:var(--ff-head);text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:700;color:var(--red-700);margin-bottom:.6rem}
.lead{font-size:clamp(1.05rem,1.6vw,1.2rem);color:var(--ink-2);max-width:62ch}
.section-head{max-width:64ch;margin-bottom:2.2rem}
.section-head.center{margin-inline:auto;text-align:center}
.text-muted{color:var(--muted)}
.icon{flex:none}

/* skip link */
.skip-link{position:absolute;left:1rem;top:-100px;z-index:200;background:var(--navy);color:#fff;padding:.7rem 1.1rem;border-radius:10px;font-weight:600;transition:top .15s}
.skip-link:focus{top:1rem;text-decoration:none}

/* ===== Buttons ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--ff-head);font-weight:700;font-size:1rem;line-height:1;padding:.92rem 1.4rem;border-radius:999px;border:2px solid transparent;transition:transform .12s ease,box-shadow .15s ease,background .15s ease,border-color .15s;text-decoration:none;min-height:48px}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn .icon{width:20px;height:20px}
.btn-primary{background:var(--navy);color:#fff;box-shadow:var(--shadow-sm)}
.btn-primary:hover{background:#000063;box-shadow:var(--shadow)}
.btn-red{background:var(--red);color:#fff;box-shadow:var(--shadow-sm)}
.btn-red:hover{background:var(--red-700)}
.btn-outline{background:#fff;color:var(--navy);border-color:var(--navy)}
.btn-outline:hover{background:var(--navy-50)}
.btn-ghost{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.5)}
.btn-ghost:hover{background:rgba(255,255,255,.24)}
.btn-lg{padding:1.05rem 1.7rem;font-size:1.05rem;min-height:54px}
.btn-block{width:100%}
.btn-row{display:flex;flex-wrap:wrap;gap:.85rem}

/* ===== Topbar ===== */
.topbar{background:var(--navy);color:#fff;font-size:.9rem}
.topbar a{color:#fff}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:42px;padding-block:.35rem}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}
.topbar-item{display:inline-flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.92)}
.topbar-item .icon{width:16px;height:16px;opacity:.85}
.topbar a.topbar-item:hover{color:#fff;text-decoration:underline}
.open-badge{display:inline-flex;align-items:center;gap:.45rem;font-weight:600}
.open-dot{width:9px;height:9px;border-radius:50%;background:#9aa3b2;flex:none}
.open-badge.is-open .open-dot{background:#36d399;box-shadow:0 0 0 3px rgba(54,211,153,.25)}
.open-badge.is-closed .open-dot{background:#ff8b8b}
@media (max-width:860px){.topbar-left{display:none}.topbar .container{justify-content:center}}

/* ===== Header ===== */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:saturate(150%) blur(10px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}
.brand{display:inline-flex;align-items:center;gap:.6rem;flex:none}
.brand img{height:46px;width:auto}
.brand:hover{text-decoration:none}
.primary-nav{display:flex;align-items:center;gap:.15rem;margin-left:auto}
.nav-link{display:inline-flex;align-items:center;gap:.3rem;padding:.55rem .7rem;border-radius:10px;color:var(--ink);font-weight:600;font-size:.97rem;font-family:var(--ff-head);background:none;border:0}
.nav-link:hover{background:var(--navy-50);color:var(--navy);text-decoration:none}
.nav-link[aria-current="page"]{color:var(--navy)}
.nav-item{position:relative}
.nav-caret{width:16px;height:16px;transition:transform .15s}
.dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:288px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s,transform .15s,visibility .15s}
.nav-item.has-children.open .dropdown,.nav-item.has-children:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.nav-item.has-children.open > .nav-link .nav-caret,.nav-item.has-children:hover > .nav-link .nav-caret{transform:rotate(180deg)}
.dropdown a{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border-radius:10px;color:var(--ink);font-weight:600;font-size:.95rem}
.dropdown a:hover{background:var(--navy-50);color:var(--navy);text-decoration:none}
.dropdown a .icon{width:20px;height:20px;color:var(--navy)}
.header-cta{display:flex;align-items:center;gap:.5rem;margin-left:.6rem}
.btn-sm{padding:.6rem .9rem;font-size:.9rem;min-height:42px}
.btn-sm .icon{width:17px;height:17px}
.header-call{display:none;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy)}
.menu-toggle{display:none;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy)}
@media (max-width:1180px){.btn-sm span,.btn-sm{font-size:.84rem}.btn-sm{padding:.55rem .7rem}}
@media (max-width:1024px){.primary-nav,.header-cta .btn{display:none}.menu-toggle,.header-call{display:inline-flex}.header-cta{margin-left:0}}

/* ===== Mobile drawer ===== */
.drawer-backdrop{position:fixed;inset:0;background:rgba(8,10,30,.45);opacity:0;visibility:hidden;transition:opacity .2s;z-index:140}
.drawer-backdrop.open{opacity:1;visibility:visible}
.drawer{position:fixed;top:0;right:0;height:100dvh;width:min(86vw,360px);background:#fff;z-index:150;transform:translateX(100%);transition:transform .25s ease;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);overflow-y:auto}
.drawer.open{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;gap:.8rem;padding:1rem 1.1rem;border-bottom:1px solid var(--line)}
.drawer-brand img{height:38px;width:auto}
.drawer-close{flex:none;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy)}
.drawer-nav{padding:.6rem .8rem 1rem;display:flex;flex-direction:column}
.drawer-nav > a,.drawer-disclosure-btn{padding:.85rem .6rem;border-radius:10px;color:var(--ink);font-weight:600;font-family:var(--ff-head);border-bottom:1px solid var(--line-2);min-height:48px;display:flex;align-items:center}
.drawer-nav > a:hover,.drawer-disclosure-btn:hover{background:var(--navy-50);text-decoration:none}
.drawer-disclosure-btn{width:100%;justify-content:space-between;background:none;border-top:0;border-left:0;border-right:0;font-size:1rem}
.drawer-disclosure-btn[aria-expanded="true"] .nav-caret{transform:rotate(180deg)}
.drawer-sub{display:flex;flex-direction:column;padding:.3rem 0 .5rem .4rem}
.drawer-sub a{font-size:.95rem;font-weight:600;color:var(--ink-2);display:flex;align-items:center;gap:.6rem;padding:.7rem .6rem;min-height:44px}
.drawer-sub a:hover{background:var(--navy-50);text-decoration:none}
.drawer-sub a .icon{width:18px;height:18px;color:var(--navy)}
.drawer-cta{padding:1rem 1.1rem 1rem;display:flex;flex-direction:column;gap:.6rem;border-top:1px solid var(--line)}
.drawer-hours{padding:.4rem 1.3rem 2rem}
.drawer-hours .open-badge{color:var(--ink-2);font-size:.92rem}

/* ===== Hero ===== */
.hero{position:relative;background:linear-gradient(180deg,var(--bg-navy-soft),#fff 70%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center;padding-block:clamp(2.5rem,6vw,4.5rem)}
.hero h1{margin-bottom:1rem}
.hero .lead{margin-bottom:1.6rem}
.hero-pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);color:var(--navy);font-weight:700;font-family:var(--ff-head);font-size:.85rem;padding:.45rem .85rem;border-radius:999px;margin-bottom:1.2rem}
.hero-pill .icon{width:18px;height:18px;color:var(--red)}
.hero-media{position:relative}
.hero-media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);aspect-ratio:16/10;object-fit:cover}
.hero-badge{position:absolute;bottom:-40px;left:-18px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:.8rem 1rem;display:flex;align-items:center;gap:.7rem;max-width:230px}
.hero-badge .icon{color:var(--red);width:30px;height:30px}
.hero-badge strong{font-family:var(--ff-head);color:var(--navy);display:block;font-size:1.05rem}
.hero-badge span{font-size:.82rem;color:var(--muted)}
.hero-trust{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.6rem;color:var(--ink-2);font-size:.92rem}
.hero-trust span{display:inline-flex;align-items:center;gap:.45rem;font-weight:600}
.hero-trust .icon{width:18px;height:18px;color:var(--navy)}
@media (max-width:880px){.hero-grid{grid-template-columns:1fr;text-align:left}.hero-media{order:-1}.hero-badge{left:auto;right:12px}}

/* ===== Trust strip ===== */
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.trust-card{display:flex;gap:.85rem;align-items:flex-start;padding:1.1rem 1.15rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.trust-card .ic{flex:none;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--navy-50);color:var(--navy)}
.trust-card .ic .icon{width:24px;height:24px}
.trust-card strong{font-family:var(--ff-head);color:var(--navy);display:block;font-size:1rem}
.trust-card span{font-size:.88rem;color:var(--muted);line-height:1.45}
@media (max-width:860px){.trust-strip{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.trust-strip{grid-template-columns:1fr}}

/* ===== Services grid ===== */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.cards.cols-2{grid-template-columns:repeat(2,1fr)}
@media (max-width:920px){.cards{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.cards,.cards.cols-2{grid-template-columns:1fr}}
.service-card{display:flex;flex-direction:column;gap:.7rem;padding:1.5rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .15s,box-shadow .15s,border-color .15s;height:100%}
.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--navy-100)}
.service-card .ic{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),#2a2ab0);color:#fff}
.service-card .ic .icon{width:26px;height:26px}
.service-card h3{margin-top:.2rem}
.service-card p{color:var(--ink-2);font-size:.96rem;flex:1}
.service-card .more{display:inline-flex;align-items:center;gap:.35rem;color:var(--navy);font-weight:700;font-family:var(--ff-head);font-size:.95rem}
.service-card .more .icon{width:18px;height:18px;transition:transform .15s}
.service-card:hover .more .icon{transform:translateX(3px)}
.card-link{position:absolute;inset:0}
.service-card{position:relative}

/* ===== Split feature ===== */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}
.split.rev .split-media{order:2}
.split-media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}
@media (max-width:820px){.split{grid-template-columns:1fr}.split.rev .split-media{order:0}}
.checklist{list-style:none;padding:0;display:grid;gap:.7rem;margin-top:1.2rem}
.checklist li{display:flex;gap:.65rem;align-items:flex-start;color:var(--ink-2)}
.checklist .icon{flex:none;width:22px;height:22px;color:#fff;background:var(--navy);border-radius:50%;padding:3px;margin-top:2px}

/* ===== Hours / contact panels ===== */
.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(1.3rem,3vw,2rem)}
.hours-table{width:100%;border-collapse:collapse}
.hours-table th{text-align:left;font-family:var(--ff-head);color:var(--navy);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;padding-bottom:.6rem}
.hours-table td{padding:.55rem 0;border-top:1px solid var(--line-2);font-weight:600;color:var(--ink-2)}
.hours-table td:last-child{text-align:right;color:var(--ink)}
.hours-table tr.today td{color:var(--navy)}
.hours-table tr.today td:first-child::after{content:" • Today";color:var(--red-700);font-size:.78rem;font-weight:700}
.closed-pill{color:var(--muted);font-weight:600}
.info-list{list-style:none;padding:0;display:grid;gap:1rem}
.info-list li{display:flex;gap:.85rem;align-items:flex-start}
.info-list .ic{flex:none;width:42px;height:42px;border-radius:12px;background:var(--navy-50);color:var(--navy);display:grid;place-items:center}
.info-list .ic .icon{width:22px;height:22px}
.info-list .lbl{font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:700}
.info-list .val{font-weight:600;color:var(--ink);font-size:1.02rem}
.info-list a.val:hover{color:var(--navy)}

/* ===== Reviews ===== */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
@media (max-width:920px){.reviews{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.reviews{grid-template-columns:1fr}}
.review{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.6rem;display:flex;flex-direction:column;gap:.8rem}
.quote-mark{display:inline-flex;color:var(--navy-100)}
.quote-mark .icon{width:30px;height:30px}
.review blockquote{margin:0}
.review blockquote p{color:var(--ink-2);font-size:1.02rem;font-style:italic}
.review .who{margin-top:auto}
.review .who cite{font-style:normal;font-weight:700;font-family:var(--ff-head);color:var(--navy);font-size:.9rem}

/* ===== CTA band ===== */
.cta-band{background:linear-gradient(135deg,var(--navy),#23239a);color:#fff;border-radius:var(--radius-lg);padding:clamp(2rem,5vw,3.2rem);text-align:center;position:relative;overflow:hidden}
.cta-band::before{content:"";position:absolute;inset:0;background:radial-gradient(600px 200px at 80% -10%,rgba(214,0,1,.35),transparent 60%);pointer-events:none}
.cta-band h2{color:#fff;position:relative}
.cta-band p{color:rgba(255,255,255,.9);max-width:60ch;margin:.8rem auto 1.6rem;position:relative}
.cta-band .btn-row{justify-content:center;position:relative}

/* portal band */
.portal-cta{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.portal-cta-text .lead{max-width:48ch}
.portal-bullets{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:1rem}
.portal-bullets li{display:flex;gap:.75rem;align-items:flex-start;font-size:1.02rem;color:var(--ink)}
.portal-bullets .dot{flex:none;width:14px;height:14px;border-radius:50%;background:var(--navy);margin-top:.42rem;box-shadow:0 0 0 4px var(--navy-50)}
.portal-bullets strong{color:var(--navy);font-weight:700}

.portal-phones{display:flex;justify-content:center;align-items:center}
.portal-phones img{width:100%;max-width:520px;height:auto;filter:drop-shadow(0 26px 44px rgba(0,0,18,.18))}
@media (max-width:980px){.portal-cta{grid-template-columns:1fr}.portal-cta-media{order:-1}.portal-phones img{max-width:440px}}

.portal-install{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem 2.5rem;margin-top:clamp(2rem,5vw,3.5rem);padding:clamp(1.5rem,4vw,2.5rem);background:var(--navy-50);border:1px solid var(--navy-100);border-radius:var(--radius-lg)}
.portal-install-text{flex:1 1 320px}
.portal-install-text h3{font-size:clamp(1.3rem,2.4vw,1.6rem);color:var(--navy);margin:0 0 .6rem}
.portal-install-text p{margin:0;color:var(--ink);max-width:60ch}
.portal-install-media{flex:0 0 auto;margin-inline:auto}
.portal-install-media img{width:160px;height:160px}

/* ===== Page hero (inner) ===== */
.page-hero{background:linear-gradient(180deg,var(--bg-navy-soft),#fff);border-bottom:1px solid var(--line)}
.page-hero .container{padding-block:clamp(1.6rem,4vw,2.6rem)}
.breadcrumbs{font-size:.85rem;color:var(--muted);margin-bottom:.7rem}
.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:0}
.breadcrumbs li{display:inline-flex;align-items:center;gap:.4rem}
.breadcrumbs li:not(:last-child)::after{content:"/";color:var(--line)}
.breadcrumbs a{color:var(--muted);font-weight:600}
.breadcrumbs a:hover{color:var(--navy)}
.breadcrumbs [aria-current]{color:var(--ink);font-weight:600}
.page-hero h1{margin-bottom:.6rem}
.page-hero .lead{margin-bottom:0}

/* ===== Prose ===== */
.prose{max-width:75ch}
.prose h2{margin-top:2.2rem;margin-bottom:.7rem}
.prose h3{margin-top:1.6rem;margin-bottom:.4rem;color:var(--ink)}
.prose p{margin-bottom:1rem;color:var(--ink-2)}
.prose ul{margin-bottom:1rem;display:grid;gap:.4rem;color:var(--ink-2)}
.prose a{color:var(--navy);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.prose strong{color:var(--ink)}

/* delivery tiers */
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.4rem 0}
@media (max-width:600px){.tiers{grid-template-columns:1fr}}
.tier{border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem;text-align:center;background:#fff}
.tier .price{font-family:var(--ff-head);font-size:1.8rem;color:var(--navy);font-weight:800}
.tier .area{color:var(--muted);font-size:.9rem;margin-top:.2rem}
.tiers-sm{grid-template-columns:repeat(3,1fr);gap:.5rem;margin:.9rem 0 0}
.tiers-sm .tier{padding:.7rem .5rem}
.tiers-sm .tier .price{font-size:1.15rem}
.tiers-sm .tier .area{font-size:.75rem;line-height:1.2}
@media (max-width:600px){.tiers-sm{grid-template-columns:1fr}}
.svc-ic{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),#2a2ab0);color:#fff;margin-bottom:1rem}
.svc-ic .icon{width:30px;height:30px}
html{scroll-behavior:smooth}
:target{scroll-margin-top:96px}

/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;counter-reset:step}
@media (max-width:780px){.steps{grid-template-columns:1fr}}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);position:relative}
.step .num{width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-family:var(--ff-head);font-weight:800;margin-bottom:.8rem}
.step h3{margin-bottom:.4rem}
.step p{color:var(--ink-2);font-size:.96rem}

/* pickup chips */
.chips{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}
.chip{display:inline-flex;align-items:center;gap:.5rem;background:var(--navy-50);color:var(--navy);font-weight:700;font-family:var(--ff-head);padding:.6rem 1rem;border-radius:999px;font-size:.92rem}
.chip .icon{width:18px;height:18px}

/* ===== FAQ ===== */
.faq{display:grid;gap:.8rem;max-width:820px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}
.faq summary{list-style:none;cursor:pointer;padding:1.1rem 1.3rem;font-family:var(--ff-head);font-weight:700;color:var(--navy);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary .icon{flex:none;transition:transform .2s;color:var(--navy)}
.faq details[open] summary .icon{transform:rotate(180deg)}
.faq .faq-body{padding:0 1.3rem 1.2rem;color:var(--ink-2)}
.faq .faq-body p{margin-bottom:.6rem}

/* map */
.map-frame{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm)}
.map-frame iframe{display:block;width:100%;height:420px;border:0}

/* ===== Footer ===== */
.site-footer{background:var(--navy);color:rgba(255,255,255,.82);margin-top:0}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:2rem;padding-block:clamp(2.5rem,5vw,3.5rem)}
.site-footer a{color:rgba(255,255,255,.82)}
.site-footer a:hover{color:#fff}
.footer-brand img{height:50px;width:auto;max-width:100%;background:#fff;padding:.4rem .55rem;border-radius:10px;object-fit:contain}
.footer-brand p{margin-top:1rem;font-size:.95rem;max-width:34ch;color:rgba(255,255,255,.72)}
.footer-social{display:flex;gap:.6rem;margin-top:1.1rem}
.footer-social a{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;color:#fff}
.footer-social a:hover{background:rgba(255,255,255,.12)}
.footer-col h2{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-weight:700}
.footer-col ul{list-style:none;padding:0;display:grid;gap:.6rem;font-size:.95rem}
.footer-contact li{display:flex;gap:.6rem;align-items:flex-start;font-size:.93rem;margin-bottom:.7rem}
.footer-contact .icon{flex:none;width:18px;height:18px;color:rgba(255,255,255,.6);margin-top:3px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding-block:1.3rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;font-size:.85rem;color:rgba(255,255,255,.62)}
.footer-bottom nav{display:flex;flex-wrap:wrap;gap:1.2rem}
@media (max-width:880px){.footer-top{grid-template-columns:1fr 1fr}}
@media (max-width:540px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}

/* ===== Sticky mobile bar ===== */
.mobile-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;display:none;grid-template-columns:1fr 1fr;gap:.5rem;background:rgba(255,255,255,.96);backdrop-filter:saturate(150%) blur(8px);border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(16,20,40,.1);padding:.5rem .6rem calc(.5rem + env(safe-area-inset-bottom));transform:translateY(110%);transition:transform .2s ease}
.mobile-bar.show{transform:translateY(0)}
.mobile-bar[hidden]{display:none}
.mobile-bar a{display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:48px;padding:.6rem;font-weight:700;font-family:var(--ff-head);font-size:.98rem;border-radius:12px;text-decoration:none}
.mobile-bar a:hover{text-decoration:none}
.mobile-bar a .icon{width:20px;height:20px}
.mobile-bar a.mb-call{background:#fff;color:var(--navy);border:2px solid var(--navy)}
.mobile-bar a.mb-refill{background:var(--red);color:#fff}
@media (max-width:1023.98px){.mobile-bar{display:grid}body{padding-bottom:78px}}

/* helpers */
.center{text-align:center}
.mt-2{margin-top:1.2rem}.mt-3{margin-top:2rem}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.2rem,3vw,2.2rem)}
@media (max-width:820px){.grid-2{grid-template-columns:1fr}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
