/* =========================================================================
   Pro Window & Doors — design system
   ========================================================================= */
:root{
  --ink:#0B1622;
  --ink-800:#12253A;

  --slate-900:#16232F;
  --slate-700:#3D4F60;
  --slate-500:#66798B;
  --slate-400:#8B9CAB;
  --slate-200:#D8E0E7;
  --slate-100:#EAEFF3;
  --slate-50:#F5F8FA;
  --white:#FFFFFF;

  --brand:#0F5F8C;          /* glass blue */
  --brand-600:#0C4F76;
  --brand-100:#E3F0F8;

  --amber:#E08C1E;          /* CTA */
  --amber-600:#C6760F;
  --amber-100:#FDF1DF;

  --green:#1C7A55;
  --green-100:#E4F3EC;

  --radius-sm:8px;
  --radius:14px;
  --radius-lg:22px;
  --radius-xl:30px;

  --shadow-sm:0 1px 2px rgba(11,22,34,.06), 0 1px 3px rgba(11,22,34,.05);
  --shadow:0 4px 12px rgba(11,22,34,.07), 0 12px 28px rgba(11,22,34,.06);
  --shadow-lg:0 10px 24px rgba(11,22,34,.10), 0 30px 60px rgba(11,22,34,.10);

  --maxw:1240px;
  --gutter:clamp(18px, 4vw, 40px);

  --font:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display:'Sora','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
}
:root{ --ink-700:#1B3149; }

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth; scroll-padding-top:96px}
body{
  margin:0; font-family:var(--font); color:var(--slate-900);
  background:var(--white); font-size:17px; line-height:1.65;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{max-width:100%; height:auto; display:block}
a{color:var(--brand); text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:var(--font-display); color:var(--ink); margin:0 0 .5em; line-height:1.14; letter-spacing:-.02em; font-weight:700}
h1{font-size:clamp(2.1rem, 1.35rem + 3.1vw, 3.7rem); letter-spacing:-.033em; font-weight:800}
h2{font-size:clamp(1.65rem, 1.15rem + 2.1vw, 2.6rem); letter-spacing:-.028em}
h3{font-size:clamp(1.15rem, 1.02rem + .55vw, 1.42rem)}
h4{font-size:1.02rem; letter-spacing:-.012em}
p{margin:0 0 1.1em}
ul{margin:0 0 1.1em; padding-left:1.15em}
li{margin-bottom:.45em}
strong{font-weight:650; color:var(--ink)}
:focus-visible{outline:3px solid var(--amber); outline-offset:3px; border-radius:4px}

.wrap{max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gutter)}
.wrap-narrow{max-width:800px; margin-inline:auto; padding-inline:var(--gutter)}
.section{padding:clamp(56px,7vw,104px) 0}
.section--tight{padding:clamp(40px,5vw,68px) 0}
.section--slate{background:var(--slate-50)}
.section--ink{background:var(--ink); color:#C3D2DE}
.section--ink h2,.section--ink h3,.section--ink h4{color:#fff}
.section--brand{background:linear-gradient(160deg,var(--brand-600),#0a3d5c)}
.center{text-align:center}
.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}

/* ---------- eyebrow / section head ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:.78rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
  color:var(--brand); margin-bottom:14px;
}
.eyebrow::before{content:""; width:22px; height:2px; background:var(--amber); border-radius:2px}
.section--ink .eyebrow, .section--brand .eyebrow{color:#8FC6E6}
.lede{font-size:clamp(1.03rem,.98rem + .3vw,1.19rem); color:var(--slate-700); max-width:65ch}
.section--ink .lede{color:#A9BDCD}
.head{max-width:760px; margin-bottom:clamp(30px,4vw,52px)}
.head.center{margin-inline:auto}
.head.center .eyebrow{justify-content:center}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-family:var(--font); font-weight:650; font-size:1rem; line-height:1.15;
  padding:16px 26px; border-radius:var(--radius); border:1.5px solid transparent;
  cursor:pointer; text-decoration:none !important; transition:.18s ease;
  white-space:nowrap;
}
.btn-primary{
  background:linear-gradient(178deg,#F0A035,var(--amber) 55%,var(--amber-600));
  color:#241300; box-shadow:0 2px 0 rgba(0,0,0,.09), 0 10px 22px rgba(224,140,30,.30);
}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 3px 0 rgba(0,0,0,.09),0 16px 30px rgba(224,140,30,.38)}
.btn-primary:active{transform:translateY(0)}
.btn-dark{background:var(--ink); color:#fff}
.btn-dark:hover{background:var(--ink-800); transform:translateY(-2px)}
.btn-ghost{background:transparent; color:var(--ink); border-color:var(--slate-200)}
.btn-ghost:hover{border-color:var(--ink); background:var(--slate-50)}
.btn-light{background:rgba(255,255,255,.09); color:#fff; border-color:rgba(255,255,255,.28); backdrop-filter:blur(6px)}
.btn-light:hover{background:rgba(255,255,255,.18)}
.btn-block{width:100%}
.btn-lg{padding:19px 34px; font-size:1.06rem}
.btn-sm{padding:11px 18px; font-size:.92rem; border-radius:10px}
.btn svg{width:18px;height:18px;flex:none}
.btn-row{display:flex; flex-wrap:wrap; gap:14px; align-items:center}

/* ---------- top utility bar ---------- */
.utility{
  background:var(--ink); color:#B6C7D5; font-size:.83rem; letter-spacing:.005em;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.utility .wrap{display:flex; justify-content:space-between; align-items:center; gap:18px; min-height:40px; flex-wrap:wrap}
.utility strong{color:#fff; font-weight:600}
.utility-items{display:flex; gap:22px; flex-wrap:wrap}
.utility-items span{display:inline-flex; align-items:center; gap:7px}
.utility svg{width:14px;height:14px;color:var(--amber)}
@media(max-width:820px){ .utility-items span:nth-child(n+3){display:none} }

/* ---------- header ---------- */
.site-header{position:sticky; top:0; z-index:900; isolation:isolate; background:rgba(255,255,255,.96); backdrop-filter:saturate(180%) blur(14px); border-bottom:1px solid var(--slate-100); transition:box-shadow .2s}
.site-header.is-stuck{box-shadow:0 6px 20px rgba(11,22,34,.09)}
.nav{display:flex; align-items:center; gap:18px; min-height:76px}
.logo{display:flex; align-items:center; gap:11px; text-decoration:none !important; margin-right:auto}
.logo-mark{width:40px;height:40px;flex:none}
.logo-text{display:flex; flex-direction:column; line-height:1.1}
.logo-text b{font-family:var(--font-display); font-size:1.06rem; white-space:nowrap; font-weight:750; color:var(--ink); letter-spacing:-.025em}
.logo-text span{font-size:.68rem; letter-spacing:.16em; text-transform:uppercase; color:var(--slate-400); font-weight:600}
.nav-links{display:flex; align-items:center; gap:4px; list-style:none; margin:0; padding:0}
.nav-links > li{position:relative; margin:0}
.nav-links > li > a{
  display:flex; align-items:center; gap:5px; padding:10px 13px; border-radius:9px;
  color:var(--slate-700); font-weight:550; font-size:.95rem; text-decoration:none !important; white-space:nowrap;
}
.nav-links > li > a:hover, .nav-links > li.is-open > a{color:var(--ink); background:var(--slate-50)}
.nav-links a[aria-current="page"]{color:var(--brand); font-weight:650}
.caret{width:11px;height:11px;opacity:.55; transition:transform .18s}
.nav-links > li.is-open .caret{transform:rotate(180deg)}
.dropdown{
  position:absolute; top:calc(100% + 8px); left:0; min-width:290px; background:#fff;
  border:1px solid var(--slate-100); border-radius:var(--radius); box-shadow:var(--shadow-lg);
  padding:8px; list-style:none; margin:0; opacity:0; visibility:hidden; transform:translateY(-6px);
  transition:.16s ease;
}
.nav-links > li.is-open .dropdown{opacity:1; visibility:visible; transform:translateY(0)}
.dropdown li{margin:0}
.dropdown a{display:block; padding:10px 13px; border-radius:9px; color:var(--slate-700); font-size:.93rem; text-decoration:none !important}
.dropdown a:hover{background:var(--slate-50); color:var(--ink)}
.dropdown a b{display:block; color:var(--ink); font-weight:600; font-size:.95rem}
.dropdown a em{font-style:normal; color:var(--slate-500); font-size:.82rem; line-height:1.4; display:block; margin-top:1px}
.nav-cta{display:flex; align-items:center; gap:12px}
.nav-phone{display:flex; flex-direction:column; line-height:1.15; text-decoration:none !important; text-align:right}
.nav-phone span{font-size:.66rem; white-space:nowrap; text-transform:uppercase; letter-spacing:.11em; color:var(--slate-400); font-weight:600}
.nav-phone b{font-family:var(--font-display); font-size:1.1rem; color:var(--ink); font-weight:700; letter-spacing:-.025em; white-space:nowrap}
.nav-toggle{display:none; background:none; border:1.5px solid var(--slate-200); border-radius:10px; width:44px; height:44px; align-items:center; justify-content:center; cursor:pointer}
.nav-toggle span{display:block; width:19px; height:2px; background:var(--ink); border-radius:2px; position:relative}
.nav-toggle span::before,.nav-toggle span::after{content:""; position:absolute; left:0; width:19px; height:2px; background:var(--ink); border-radius:2px}
.nav-toggle span::before{top:-6px} .nav-toggle span::after{top:6px}
@media(max-width:1120px){
  /* anchored to the header itself, so it can never mismatch the bar heights above it */
  .nav-links{
    position:absolute; top:100%; left:0; right:0; background:#fff; flex-direction:column;
    align-items:stretch; gap:0; padding:14px var(--gutter) 28px; border-bottom:1px solid var(--slate-100);
    box-shadow:var(--shadow-lg); max-height:calc(100dvh - 120px); overflow:auto; display:none;
  }
  .nav-links.is-open{display:flex}
  .nav-links > li > a{white-space:normal}
  .nav-links > li > a{padding:15px 4px; border-bottom:1px solid var(--slate-100); justify-content:space-between; font-size:1.05rem}
  .dropdown{position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; border:0; display:none; padding:4px 0 10px 10px; min-width:0}
  .nav-links > li.is-open .dropdown{display:block}
  .nav-toggle{display:flex}
  .nav-phone{display:none}
}
@media(max-width:560px){ .nav-cta .btn{display:none} .nav{min-height:66px} }

/* ---------- hero ---------- */
.hero{position:relative; background:var(--ink); color:#C7D6E2; overflow:hidden; isolation:isolate}
.hero::before{
  content:""; position:absolute; inset:0; z-index:-2;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(29,109,158,.55) 0%, transparent 58%),
    radial-gradient(80% 70% at 4% 92%, rgba(224,140,30,.16) 0%, transparent 60%),
    linear-gradient(155deg,#0B1622 0%,#0E2136 48%,#0B1A2A 100%);
}
.hero::after{
  content:""; position:absolute; inset:0; z-index:-1; opacity:.5;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
                   linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:78px 78px; mask-image:radial-gradient(70% 60% at 60% 30%, #000 0%, transparent 78%);
}
.hero-grid{display:grid; grid-template-columns:1.08fr .92fr; gap:clamp(30px,4vw,64px); align-items:center; padding:clamp(48px,6.5vw,92px) 0 clamp(56px,7vw,96px)}
.hero h1{color:#fff; margin-bottom:.42em; text-wrap:balance}
.hero h1 .hl{color:#F5B04C; position:relative; white-space:nowrap}
.hero-sub{font-size:clamp(1.04rem,1rem + .35vw,1.24rem); color:#A9BFD1; max-width:53ch; margin-bottom:28px}
.hero-badges{display:flex; flex-wrap:wrap; gap:9px; margin-bottom:26px}
.hero-badge{
  display:inline-flex; align-items:center; gap:7px; font-size:.83rem; font-weight:550; color:#CBDCE8;
  background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.13); padding:7px 13px; border-radius:100px;
}
.hero-badge svg{width:14px;height:14px;color:#6FD1A8;flex:none}
.hero-proof{display:flex; gap:26px; margin-top:30px; flex-wrap:wrap; padding-top:26px; border-top:1px solid rgba(255,255,255,.11)}
.hero-proof div{min-width:0}
.hero-proof b{display:block; font-family:var(--font-display); font-size:1.5rem; color:#fff; font-weight:700; letter-spacing:-.03em; line-height:1.1}
.hero-proof span{font-size:.82rem; color:#8CA4B8; line-height:1.35; display:block; margin-top:3px}
@media(max-width:940px){ .hero-grid{grid-template-columns:1fr; gap:34px} }

/* ---------- hero form card ---------- */
.quote-card{background:#fff; border-radius:var(--radius-lg); box-shadow:var(--shadow-lg); padding:clamp(22px,2.6vw,32px); color:var(--slate-900); position:relative}
.quote-card-top{display:flex; align-items:flex-start; gap:12px; margin-bottom:6px}
.quote-card h2{font-size:1.4rem; margin-bottom:6px; letter-spacing:-.028em}
.quote-card .sub{font-size:.92rem; color:var(--slate-500); margin-bottom:20px}
.quote-flag{
  display:inline-flex; align-items:center; gap:6px; background:var(--green-100); color:var(--green);
  font-size:.74rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase;
  padding:5px 10px; border-radius:100px; margin-bottom:12px;
}
.quote-flag i{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}

/* ---------- forms ---------- */
.field{margin-bottom:14px}
.field label{display:block; font-size:.83rem; font-weight:600; color:var(--slate-700); margin-bottom:6px}
.field input,.field select,.field textarea{
  width:100%; font-family:var(--font); font-size:1rem; color:var(--ink);
  padding:14px 15px; border:1.5px solid var(--slate-200); border-radius:11px; background:#fff;
  transition:.15s; appearance:none;
}
.field textarea{min-height:96px; resize:vertical}
.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2366798B' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 15px center; background-size:12px; padding-right:40px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand); box-shadow:0 0 0 4px var(--brand-100); outline:none}
.field-row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
@media(max-width:460px){ .field-row{grid-template-columns:1fr} }
.form-note{font-size:.79rem; color:var(--slate-400); margin:12px 0 0; line-height:1.5; text-align:center}
.form-note a{color:var(--slate-500)}
.hp{position:absolute!important;left:-9999px!important;opacity:0}

/* choice chips */
.chips{display:flex; flex-wrap:wrap; gap:8px}
.chip input{position:absolute; opacity:0; width:0; height:0}
.chip span{
  display:inline-flex; align-items:center; gap:7px; padding:11px 15px; border:1.5px solid var(--slate-200);
  border-radius:11px; font-size:.92rem; font-weight:550; color:var(--slate-700); cursor:pointer; transition:.15s; background:#fff; white-space:nowrap;
}
.chip span:hover{border-color:var(--slate-400)}
.chip input:checked + span{border-color:var(--brand); background:var(--brand-100); color:var(--brand-600); font-weight:650}
.chip input:focus-visible + span{outline:3px solid var(--amber); outline-offset:2px}

/* multi-step */
.steps-bar{display:flex; gap:6px; margin-bottom:20px}
.steps-bar i{flex:1; height:4px; border-radius:4px; background:var(--slate-100); transition:.3s}
.steps-bar i.on{background:var(--amber)}
.step{display:none} .step.is-active{display:block; animation:fadeUp .3s ease}
@keyframes fadeUp{from{opacity:0; transform:translateY(8px)}to{opacity:1;transform:none}}
.step-head{font-family:var(--font-display); font-weight:700; font-size:1.12rem; color:var(--ink); margin-bottom:4px; letter-spacing:-.02em}
.step-sub{font-size:.87rem; color:var(--slate-500); margin-bottom:16px}
.step-nav{display:flex; gap:10px; margin-top:18px; align-items:center}
.back-link{background:none;border:0;color:var(--slate-500);font-size:.9rem;cursor:pointer;font-family:var(--font);padding:8px 4px}
.back-link:hover{color:var(--ink); text-decoration:underline}

/* ---------- trust strip ---------- */
.trust-strip{background:#fff; border-bottom:1px solid var(--slate-100)}
.trust-items{display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(14px,2.5vw,34px); padding:26px 0}
.trust-item{display:flex; align-items:center; gap:12px}
.trust-item svg{width:28px;height:28px;color:var(--brand);flex:none}
.trust-item b{display:block; font-size:.94rem; color:var(--ink); font-weight:650; line-height:1.25; font-family:var(--font-display); letter-spacing:-.015em}
.trust-item span{font-size:.81rem; color:var(--slate-500); line-height:1.35}
@media(max-width:860px){ .trust-items{grid-template-columns:repeat(2,1fr)} }

/* ---------- generic cards / grids ---------- */
.grid{display:grid; gap:22px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:960px){ .grid-3,.grid-4{grid-template-columns:repeat(2,1fr)} }
@media(max-width:620px){ .grid-2,.grid-3,.grid-4{grid-template-columns:1fr} }

.card{background:#fff; border:1px solid var(--slate-100); border-radius:var(--radius-lg); padding:26px; transition:.2s; box-shadow:var(--shadow-sm)}
.card:hover{box-shadow:var(--shadow); transform:translateY(-3px); border-color:var(--slate-200)}
.card h3{margin-bottom:8px}
.card p{color:var(--slate-700); font-size:.96rem; margin-bottom:0}
.card-icon{width:46px;height:46px;border-radius:12px;background:var(--brand-100);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.card-icon svg{width:23px;height:23px;color:var(--brand-600)}

/* product cards */
.prod{display:flex; flex-direction:column; background:#fff; border:1px solid var(--slate-100); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-sm); transition:.2s; text-decoration:none !important}
.prod:hover{transform:translateY(-4px); box-shadow:var(--shadow-lg); border-color:var(--slate-200)}
.prod-art{aspect-ratio:16/10; background:linear-gradient(150deg,#E7EFF5,#D3E2EC); position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center}
.prod-art svg{width:62%; height:auto; opacity:.92}
.prod-body{padding:20px 22px 24px; display:flex; flex-direction:column; flex:1}
.prod-body h3{font-size:1.13rem; margin-bottom:6px; color:var(--ink)}
.prod-body p{font-size:.92rem; color:var(--slate-700); margin-bottom:14px; flex:1}
.prod-link{display:inline-flex; align-items:center; gap:6px; font-weight:650; font-size:.9rem; color:var(--brand-600)}
.prod-link svg{width:15px;height:15px;transition:.18s}
.prod:hover .prod-link svg{transform:translateX(3px)}

/* ---------- calculator ---------- */
.calc{display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(24px,3vw,44px); align-items:start;
      background:#fff; border:1px solid var(--slate-100); border-radius:var(--radius-xl); padding:clamp(24px,3vw,42px); box-shadow:var(--shadow)}
@media(max-width:860px){ .calc{grid-template-columns:1fr} }
.calc-result{background:linear-gradient(160deg,var(--ink),#12293F); color:#fff; border-radius:var(--radius-lg); padding:clamp(24px,3vw,34px); position:sticky; top:100px}
.calc-result .label{font-size:.76rem; letter-spacing:.13em; text-transform:uppercase; color:#8FB6D0; font-weight:650; margin-bottom:10px}
.calc-figure{font-family:var(--font-display); font-size:clamp(2rem,1.4rem + 2.2vw,2.9rem); font-weight:800; letter-spacing:-.04em; line-height:1.05; color:#fff; margin-bottom:6px}
.calc-note{font-size:.86rem; color:#9FB8CA; line-height:1.5; margin-bottom:20px}
.calc-break{border-top:1px solid rgba(255,255,255,.13); padding-top:18px; margin-top:4px}
.calc-line{display:flex; justify-content:space-between; gap:14px; font-size:.9rem; padding:7px 0; color:#B9CCDA}
.calc-line b{color:#fff; font-weight:600; text-align:right}
.range{width:100%; -webkit-appearance:none; appearance:none; height:6px; border-radius:6px; background:var(--slate-100); outline:none; margin:14px 0 4px}
.range::-webkit-slider-thumb{-webkit-appearance:none; width:26px;height:26px;border-radius:50%; background:#fff; border:3px solid var(--amber); box-shadow:var(--shadow-sm); cursor:pointer}
.range::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--amber);cursor:pointer}
.range-val{display:flex; justify-content:space-between; align-items:baseline}
.range-val b{font-family:var(--font-display); font-size:1.5rem; color:var(--ink); letter-spacing:-.03em}
.range-val span{font-size:.82rem; color:var(--slate-400)}

/* ---------- process ---------- */
.steps{counter-reset:s; display:grid; gap:2px}
.step-row{display:grid; grid-template-columns:78px 1fr; gap:22px; padding:26px 0; border-top:1px solid var(--slate-100); align-items:start}
.step-row:first-child{border-top:0}
.step-num{counter-increment:s; font-family:var(--font-display); font-size:2.4rem; font-weight:800; color:var(--slate-200); letter-spacing:-.05em; line-height:1}
.step-num::before{content:"0" counter(s)}
.step-row h3{margin-bottom:6px}
.step-row p{color:var(--slate-700); margin:0; font-size:.97rem}
@media(max-width:560px){ .step-row{grid-template-columns:1fr; gap:6px} .step-num{font-size:1.5rem} }

/* ---------- feature list w/ checks ---------- */
.checks{list-style:none; padding:0; margin:0}
.checks li{display:flex; gap:11px; align-items:flex-start; margin-bottom:13px; font-size:.98rem; color:var(--slate-700); line-height:1.55}
.checks svg{width:20px;height:20px;color:var(--green);flex:none;margin-top:2px}
.section--ink .checks li{color:#B4C7D5}
.section--ink .checks svg{color:#6FD1A8}

/* ---------- comparison table ---------- */
.compare{width:100%; border-collapse:separate; border-spacing:0; font-size:.95rem; background:#fff; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-sm); border:1px solid var(--slate-100)}
.compare th,.compare td{padding:15px 18px; text-align:left; border-bottom:1px solid var(--slate-100)}
.compare thead th{background:var(--slate-50); font-family:var(--font-display); font-size:.87rem; letter-spacing:.02em; color:var(--ink); font-weight:700}
.compare thead th:nth-child(2){background:var(--brand-100); color:var(--brand-600)}
.compare td:nth-child(2){background:rgba(227,240,248,.42); font-weight:600; color:var(--ink)}
.compare tbody tr:last-child td{border-bottom:0}
.compare td:first-child{color:var(--slate-700); font-weight:550}
.table-scroll{overflow-x:auto; -webkit-overflow-scrolling:touch}

/* ---------- reviews ---------- */
.review{background:#fff; border:1px solid var(--slate-100); border-radius:var(--radius-lg); padding:26px; box-shadow:var(--shadow-sm); display:flex; flex-direction:column}
.stars{display:flex; gap:2px; margin-bottom:12px}
.stars svg{width:17px;height:17px;color:#F3A93C}
.review p{font-size:.97rem; color:var(--slate-700); flex:1}
.review footer{display:flex; align-items:center; gap:10px; margin-top:16px; padding-top:14px; border-top:1px solid var(--slate-100)}
.avatar{width:36px;height:36px;border-radius:50%;background:var(--brand-100);color:var(--brand-600);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex:none;font-family:var(--font-display)}
.review footer b{display:block; font-size:.92rem; color:var(--ink)}
.review footer span{font-size:.8rem; color:var(--slate-400)}

.review-cta{background:#fff;border:1px dashed var(--slate-200);border-radius:var(--radius-lg);padding:clamp(28px,4vw,46px);text-align:center}
.review-cta .stars{justify-content:center}

/* ---------- FAQ ---------- */
.faq-item{border-bottom:1px solid var(--slate-200)}
.faq-q{
  width:100%; background:none; border:0; text-align:left; cursor:pointer; font-family:var(--font-display);
  font-size:1.04rem; font-weight:650; color:var(--ink); padding:22px 44px 22px 0; position:relative; letter-spacing:-.018em; line-height:1.4;
}
.faq-q::after{content:""; position:absolute; right:8px; top:50%; width:11px; height:11px; border-right:2.2px solid var(--slate-400); border-bottom:2.2px solid var(--slate-400); transform:translateY(-70%) rotate(45deg); transition:.22s}
.faq-item.is-open .faq-q::after{transform:translateY(-25%) rotate(-135deg); border-color:var(--brand)}
.faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease}
.faq-a > div{padding:0 8px 24px 0; color:var(--slate-700); font-size:.99rem}
.faq-a p:last-child{margin-bottom:0}

/* ---------- areas ---------- */
.area-links{display:grid; grid-template-columns:repeat(auto-fill,minmax(215px,1fr)); gap:9px; list-style:none; padding:0; margin:0}
.area-links a{
  display:flex; align-items:center; justify-content:space-between; gap:8px; padding:14px 17px; background:#fff;
  border:1px solid var(--slate-100); border-radius:12px; color:var(--slate-700); font-weight:550; font-size:.95rem;
  text-decoration:none !important; transition:.16s; box-shadow:var(--shadow-sm);
}
.area-links a:hover{border-color:var(--brand); color:var(--brand-600); transform:translateY(-2px); box-shadow:var(--shadow)}
.area-links svg{width:14px;height:14px;opacity:.4}

/* ---------- CTA band ---------- */
.cta-band{position:relative; overflow:hidden; background:var(--ink); color:#C3D2DE; isolation:isolate}
.cta-band::before{content:""; position:absolute; inset:0; z-index:-1;
  background:radial-gradient(90% 120% at 85% 20%, rgba(29,109,158,.5), transparent 60%), linear-gradient(150deg,#0B1622,#102941)}
.cta-inner{display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(28px,4vw,60px); align-items:center; padding:clamp(46px,6vw,84px) 0}
@media(max-width:880px){ .cta-inner{grid-template-columns:1fr} }
.cta-inner h2{color:#fff; text-wrap:balance}

/* ---------- footer ---------- */
.site-footer{background:#08111B; color:#8FA5B7; font-size:.93rem; padding:clamp(46px,5vw,72px) 0 0}
.footer-grid{display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:clamp(22px,3vw,44px); padding-bottom:44px}
@media(max-width:900px){ .footer-grid{grid-template-columns:1fr 1fr} }
@media(max-width:560px){ .footer-grid{grid-template-columns:1fr} }
.site-footer h4{color:#fff; font-size:.79rem; letter-spacing:.13em; text-transform:uppercase; margin-bottom:16px; font-weight:700}
.site-footer ul{list-style:none; padding:0; margin:0}
.site-footer li{margin-bottom:9px}
.site-footer a{color:#8FA5B7; text-decoration:none}
.site-footer a:hover{color:#fff; text-decoration:underline}
.footer-brand .logo-text b{color:#fff}
.footer-brand p{margin:16px 0; max-width:34ch; line-height:1.6; font-size:.9rem}
.footer-nap{list-style:none; padding:0; margin:0 0 18px}
.footer-nap li{display:flex; gap:9px; align-items:flex-start; margin-bottom:9px}
.footer-nap svg{width:15px;height:15px;color:var(--amber); flex:none; margin-top:4px}
.footer-nap a{color:#fff; font-weight:600}
.socials{display:flex; gap:9px}
.socials a{width:36px;height:36px;border-radius:9px;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center}
.socials a:hover{background:rgba(255,255,255,.1)}
.socials svg{width:16px;height:16px;color:#B7C8D5}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09); padding:20px 0 100px; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; font-size:.82rem; color:#63788A}
.footer-bottom a{color:#63788A}
@media(min-width:721px){ .footer-bottom{padding-bottom:26px} }

/* ---------- sticky mobile bar ---------- */
.mobile-bar{position:fixed; left:0; right:0; bottom:0; z-index:850; display:none; gap:10px; padding:10px 12px calc(10px + env(safe-area-inset-bottom)); background:rgba(255,255,255,.97); backdrop-filter:blur(12px); border-top:1px solid var(--slate-200); box-shadow:0 -4px 20px rgba(11,22,34,.12)}
.mobile-bar .btn{flex:1; padding:14px 12px; font-size:.95rem}
@media(max-width:720px){ .mobile-bar{display:flex} body{padding-bottom:0} }

/* ---------- breadcrumbs ---------- */
.crumbs{font-size:.83rem; color:var(--slate-400); padding:16px 0 0}
.crumbs ol{list-style:none; display:flex; flex-wrap:wrap; gap:7px; padding:0; margin:0}
.crumbs li{display:flex; gap:7px; align-items:center; margin:0}
.crumbs li+li::before{content:"/"; color:var(--slate-200)}
.crumbs a{color:var(--slate-500)}

/* ---------- page hero (interior) ---------- */
.page-hero{background:linear-gradient(160deg,#0B1622,#123048); color:#B7CBDA; padding:clamp(34px,4vw,52px) 0 clamp(44px,5vw,66px)}
.page-hero h1{color:#fff; margin-bottom:.35em}
.page-hero .lede{color:#A5BCCD}
.page-hero .crumbs{color:#7994A9; padding-bottom:22px}
.page-hero .crumbs a{color:#93AEC2}
.page-hero .crumbs li+li::before{color:#435C72}
.page-hero .btn-row{margin-top:26px}

/* ---------- prose ---------- */
.prose h2{margin-top:1.7em}
.prose h3{margin-top:1.5em}
.prose > :first-child{margin-top:0}
.prose ul{padding-left:1.25em}
.prose li{color:var(--slate-700)}

/* ---------- misc ---------- */
.pill{display:inline-flex;align-items:center;gap:7px;background:var(--amber-100);color:var(--amber-600);font-size:.79rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:6px 13px;border-radius:100px}
.note-box{background:var(--brand-100); border-left:4px solid var(--brand); border-radius:0 var(--radius) var(--radius) 0; padding:20px 24px}
.note-box p:last-child{margin-bottom:0}
.split{display:grid; grid-template-columns:1fr 1fr; gap:clamp(28px,4vw,64px); align-items:center}
@media(max-width:860px){ .split{grid-template-columns:1fr} }
.art-panel{border-radius:var(--radius-xl); overflow:hidden; background:linear-gradient(150deg,#E7EFF5,#CFE0EC); aspect-ratio:4/3; display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow)}
.art-panel svg{width:74%; height:auto}
.stat-row{display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(16px,2.4vw,32px)}
@media(max-width:640px){ .stat-row{grid-template-columns:1fr} }
.stat{padding:24px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:var(--radius-lg)}
.stat b{display:block; font-family:var(--font-display); font-size:clamp(1.8rem,1.4rem + 1.4vw,2.4rem); color:#fff; font-weight:800; letter-spacing:-.04em; line-height:1.05; margin-bottom:6px}
.stat span{font-size:.9rem; color:#9BB2C4; line-height:1.45}

@media (prefers-reduced-motion:reduce){ *,*::before,*::after{animation-duration:.001ms!important; transition-duration:.001ms!important; scroll-behavior:auto!important} }

/* =========================================================================
   AI RECEPTIONIST WIDGET
   ========================================================================= */
.ai-launcher{
  position:fixed; right:20px; bottom:20px; z-index:940; display:flex; align-items:center; gap:11px;
  background:linear-gradient(160deg,#12314B,var(--ink)); color:#fff; border:1px solid rgba(255,255,255,.14);
  border-radius:100px; padding:11px 20px 11px 12px; cursor:pointer; font-family:var(--font); font-size:.95rem; font-weight:600;
  box-shadow:0 8px 24px rgba(11,22,34,.28), 0 2px 6px rgba(11,22,34,.2); transition:.2s;
}
.ai-launcher:hover{transform:translateY(-2px); box-shadow:0 14px 32px rgba(11,22,34,.34)}
.ai-launcher .av{width:34px;height:34px;border-radius:50%;background:linear-gradient(150deg,#2E8FC4,#0F5F8C);display:flex;align-items:center;justify-content:center;flex:none;position:relative}
.ai-launcher .av svg{width:18px;height:18px;color:#fff}
.ai-launcher .dot{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;background:#3DD68C;border:2px solid #12314B}
.ai-launcher .lbl{display:flex;flex-direction:column;line-height:1.2;text-align:left}
.ai-launcher .lbl small{font-size:.72rem;color:#9EBACD;font-weight:500}
.ai-launcher.is-hidden{opacity:0;visibility:hidden;transform:scale(.9)}
@media(max-width:720px){ .ai-launcher{bottom:84px; right:14px; padding:9px 16px 9px 9px} .ai-launcher .lbl small{display:none} }

.ai-panel{
  position:fixed; right:20px; bottom:20px; z-index:960; width:min(400px, calc(100vw - 28px)); height:min(640px, calc(100vh - 40px));
  background:#fff; border-radius:20px; box-shadow:0 24px 70px rgba(11,22,34,.34), 0 2px 10px rgba(11,22,34,.16);
  display:flex; flex-direction:column; overflow:hidden; opacity:0; visibility:hidden; transform:translateY(16px) scale(.98);
  transition:.22s cubic-bezier(.2,.7,.3,1); border:1px solid var(--slate-100);
}
.ai-panel.is-open{opacity:1; visibility:visible; transform:none}
@media(max-width:560px){ .ai-panel{right:0;bottom:0;width:100vw;height:100dvh;border-radius:0;border:0} }

.ai-head{background:linear-gradient(155deg,#12314B,#0B1622); color:#fff; padding:16px 18px; display:flex; align-items:center; gap:12px; flex:none}
.ai-head .av{width:40px;height:40px;border-radius:50%;background:linear-gradient(150deg,#2E8FC4,#0F5F8C);display:flex;align-items:center;justify-content:center;flex:none;position:relative}
.ai-head .av svg{width:21px;height:21px}
.ai-head .dot{position:absolute;right:0;bottom:0;width:11px;height:11px;border-radius:50%;background:#3DD68C;border:2px solid #12314B}
.ai-head .who{flex:1;min-width:0}
.ai-head .who b{display:block;font-family:var(--font-display);font-size:1rem;font-weight:650;letter-spacing:-.02em}
.ai-head .who span{font-size:.78rem;color:#9EBACD;display:flex;align-items:center;gap:5px}
.ai-head button{background:rgba(255,255,255,.1);border:0;width:32px;height:32px;border-radius:9px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none}
.ai-head button:hover{background:rgba(255,255,255,.2)}
.ai-head button svg{width:16px;height:16px}

.ai-body{flex:1; overflow-y:auto; padding:18px; background:var(--slate-50); scroll-behavior:smooth}
.ai-msg{display:flex; gap:9px; margin-bottom:14px; max-width:92%}
.ai-msg .bub{padding:12px 15px; border-radius:16px; font-size:.93rem; line-height:1.55; color:var(--slate-900); box-shadow:var(--shadow-sm)}
.ai-msg.bot .bub{background:#fff; border-bottom-left-radius:5px}
.ai-msg.me{margin-left:auto; justify-content:flex-end}
.ai-msg.me .bub{background:var(--brand); color:#fff; border-bottom-right-radius:5px}
.ai-msg .mini{width:26px;height:26px;border-radius:50%;background:linear-gradient(150deg,#2E8FC4,#0F5F8C);flex:none;display:flex;align-items:center;justify-content:center}
.ai-msg .mini svg{width:13px;height:13px;color:#fff}
.ai-msg .bub a{color:var(--brand-600); font-weight:600}
.ai-msg.me .bub a{color:#fff; text-decoration:underline}
.ai-msg .bub p{margin:0 0 .6em} .ai-msg .bub p:last-child{margin:0}
.ai-msg .bub ul{margin:.3em 0 .5em; padding-left:1.1em; font-size:.9rem}
.ai-msg .bub li{margin-bottom:.25em}

.ai-typing{display:flex;gap:4px;padding:14px 15px;background:#fff;border-radius:16px;border-bottom-left-radius:5px;width:fit-content;box-shadow:var(--shadow-sm)}
.ai-typing i{width:7px;height:7px;border-radius:50%;background:var(--slate-400);animation:blink 1.3s infinite}
.ai-typing i:nth-child(2){animation-delay:.18s} .ai-typing i:nth-child(3){animation-delay:.36s}
@keyframes blink{0%,60%,100%{opacity:.28;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}

.ai-quick{display:flex; flex-wrap:wrap; gap:7px; padding:0 18px 12px; background:var(--slate-50)}
.ai-quick button{
  background:#fff; border:1px solid var(--slate-200); border-radius:100px; padding:8px 14px; font-family:var(--font);
  font-size:.84rem; color:var(--brand-600); font-weight:600; cursor:pointer; transition:.15s;
}
.ai-quick button:hover{background:var(--brand-100); border-color:var(--brand)}

.ai-foot{flex:none; border-top:1px solid var(--slate-100); background:#fff; padding:12px 14px}
.ai-input{display:flex; gap:8px; align-items:flex-end}
.ai-input textarea{
  flex:1; resize:none; border:1.5px solid var(--slate-200); border-radius:12px; padding:11px 13px; font-family:var(--font);
  font-size:.94rem; max-height:110px; min-height:44px; line-height:1.45; color:var(--ink);
}
.ai-input textarea:focus{outline:none; border-color:var(--brand); box-shadow:0 0 0 3px var(--brand-100)}
.ai-send{width:44px;height:44px;border-radius:12px;border:0;background:var(--amber);color:#241300;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none;transition:.15s}
.ai-send:hover{background:var(--amber-600)} .ai-send:disabled{opacity:.45;cursor:default}
.ai-send svg{width:19px;height:19px}
.ai-actions{display:flex; gap:8px; margin-top:9px}
.ai-actions a{flex:1; display:flex; align-items:center; justify-content:center; gap:6px; padding:9px; border:1px solid var(--slate-200);
  border-radius:10px; font-size:.85rem; font-weight:600; color:var(--slate-700); text-decoration:none !important}
.ai-actions a:hover{border-color:var(--ink); color:var(--ink); background:var(--slate-50)}
.ai-actions svg{width:15px;height:15px;color:var(--brand)}
.ai-legal{font-size:.7rem;color:var(--slate-400);text-align:center;margin:8px 0 0}

/* ---------- dark-section corrections ----------
   Cards keep their own light palette even when nested in a dark band, and
   check-lists on dark backgrounds get a light ink instead of slate-700. */
.cta-band .quote-card h2,
.page-hero .quote-card h2,
.section--ink .quote-card h2,
.section--brand .quote-card h2{color:var(--ink)}
.cta-band .quote-card,
.page-hero .quote-card,
.section--ink .quote-card,
.section--brand .quote-card{color:var(--slate-900)}
.cta-band .quote-card .step-head,
.page-hero .quote-card .step-head{color:var(--ink)}
.cta-band .checks li,
.page-hero .checks li{color:#B4C7D5}
.cta-band .checks svg,
.page-hero .checks svg{color:#6FD1A8}
.page-hero .card,
.cta-band .card{color:var(--slate-900)}
.page-hero .card h3,
.cta-band .card h3{color:var(--ink)}
.page-hero .card .checks li,
.cta-band .card .checks li{color:var(--slate-700)}
.page-hero .card .checks svg,
.cta-band .card .checks svg{color:var(--green)}
.page-hero .quote-card .checks li{color:var(--slate-700)}
.page-hero .quote-card .checks svg{color:var(--green)}
.cta-band .quote-card .checks li{color:var(--slate-700)}
.cta-band .quote-card .checks svg{color:var(--green)}

/* <strong> defaults to ink; on dark grounds it must invert */
.hero strong, .page-hero strong, .cta-band strong, .section--ink strong,
.section--brand strong, .site-footer strong, .ai-launcher strong,
.calc-result strong, .stat strong{color:#fff}
.section--ink .card strong, .cta-band .card strong, .page-hero .card strong,
.cta-band .quote-card strong, .page-hero .quote-card strong,
.section--ink .quote-card strong, .cta-band .compare strong{color:var(--ink)}

/* Utility bar: one line of proof on small screens, not three stacked rows
   eating the space above the fold. */
@media(max-width:640px){
  .utility .wrap{min-height:36px; flex-wrap:nowrap}
  .utility-items{gap:0}
  .utility-items span:nth-child(n+2){display:none}
  .utility .wrap > .utility-items:nth-child(2){display:none}
  .utility{font-size:.78rem}
}

body.nav-open .ai-launcher{opacity:0;visibility:hidden}

.form-error{
  margin:14px 0 0; padding:12px 14px; border-radius:11px; font-size:.9rem; line-height:1.5;
  background:#FDECEC; border:1px solid #F3C4C4; color:#8A2020;
}
.form-error a{color:#8A2020; font-weight:700; text-decoration:underline}

/* =========================================================================
   PHOTOGRAPHY
   ========================================================================= */
.art-panel img{width:100%; height:100%; object-fit:cover; display:block}
.art-panel{padding:0}

.photo-band{position:relative; height:var(--band-h,300px); overflow:hidden; background:var(--slate-100)}
.photo-band img{width:100%; height:100%; object-fit:cover; display:block}

/* hero photograph sits behind the existing gradient wash */
.hero-photo{position:absolute; inset:0; z-index:-3; overflow:hidden}
.hero-photo picture{display:block; width:100%; height:100%}
.hero-photo img{width:100%; height:100%; object-fit:cover; display:block}
.hero::before{opacity:.93}
.hero.has-photo::before{
  background:
    linear-gradient(100deg, rgba(9,19,30,.96) 0%, rgba(10,22,36,.90) 42%, rgba(11,26,42,.62) 72%, rgba(11,26,42,.48) 100%),
    radial-gradient(70% 80% at 88% 12%, rgba(29,109,158,.34) 0%, transparent 62%);
}
@media(max-width:940px){
  /* keep the headline area dark enough for white text, then let the photograph
     come through lower down where the chips carry their own background */
  .hero.has-photo::before{
    background:linear-gradient(180deg,
      rgba(9,19,30,.90) 0%, rgba(9,20,32,.86) 40%, rgba(10,23,37,.72) 70%, rgba(11,26,42,.58) 100%);
  }
}

/* product cards now carry photographs */
.prod-art{aspect-ratio:16/10; background:var(--slate-100)}
.prod-art img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s cubic-bezier(.2,.7,.3,1)}
.prod:hover .prod-art img{transform:scale(1.045)}

/* page-hero photo panel reads on the dark ground */
.page-hero .art-panel{box-shadow:0 20px 50px rgba(0,0,0,.35); border:1px solid rgba(255,255,255,.1)}

figure.shot{margin:0}
figure.shot figcaption{font-size:.82rem; color:var(--slate-500); margin-top:10px; line-height:1.45}
.section--ink figure.shot figcaption,
.page-hero figure.shot figcaption{color:#8CA4B8}

/* ---------- gallery ---------- */
.gal-filters{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:28px}
.gal-filters button{
  background:#fff; border:1.5px solid var(--slate-200); border-radius:100px; padding:10px 17px;
  font-family:var(--font); font-size:.9rem; font-weight:600; color:var(--slate-700); cursor:pointer; transition:.15s;
}
.gal-filters button:hover{border-color:var(--slate-400)}
.gal-filters button[aria-pressed="true"]{background:var(--ink); border-color:var(--ink); color:#fff}

.gal-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
@media(max-width:900px){ .gal-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:520px){ .gal-grid{grid-template-columns:1fr} }
.gal-item{
  position:relative; margin:0; border:0; padding:0; background:var(--slate-100); cursor:zoom-in;
  border-radius:var(--radius); overflow:hidden; aspect-ratio:4/3; box-shadow:var(--shadow-sm); font-family:var(--font);
}
.gal-item img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s cubic-bezier(.2,.7,.3,1)}
.gal-item:hover img{transform:scale(1.05)}
.gal-item figcaption{
  position:absolute; inset:auto 0 0 0; padding:34px 14px 12px; text-align:left;
  background:linear-gradient(to top, rgba(9,19,30,.88), transparent);
  color:#fff; font-size:.83rem; line-height:1.4; opacity:0; transition:.2s; transform:translateY(6px);
}
.gal-item:hover figcaption, .gal-item:focus-visible figcaption{opacity:1; transform:none}
.gal-item.is-hidden{display:none}

/* ---------- lightbox ---------- */
.lightbox{
  position:fixed; inset:0; z-index:1000; background:rgba(6,12,19,.94); display:none;
  align-items:center; justify-content:center; padding:clamp(12px,3vw,48px); backdrop-filter:blur(4px);
}
.lightbox.is-open{display:flex}
.lightbox figure{margin:0; max-width:min(1200px,100%); max-height:100%; display:flex; flex-direction:column; gap:14px}
.lightbox img{max-width:100%; max-height:calc(100vh - 150px); width:auto; height:auto; object-fit:contain; border-radius:var(--radius); background:#0B1622}
.lightbox figcaption{color:#C7D6E2; font-size:.93rem; text-align:center; line-height:1.5}
.lightbox figcaption b{display:block; color:#7F9AAF; font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:5px; font-weight:700}
.lb-btn{
  position:absolute; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.22); color:#fff;
  width:46px; height:46px; border-radius:50%; cursor:pointer; display:flex; align-items:center; justify-content:center;
}
.lb-btn:hover{background:rgba(255,255,255,.22)}
.lb-btn svg{width:20px;height:20px}
.lb-close{top:18px; right:18px}
.lb-prev{left:14px; top:50%; transform:translateY(-50%)}
.lb-next{right:14px; top:50%; transform:translateY(-50%)}
@media(max-width:560px){ .lb-prev{left:8px} .lb-next{right:8px} .lb-btn{width:40px;height:40px} }

/* =========================================================================
   VETERAN OWNED & OPERATED
   ========================================================================= */
.vet-chip{
  display:inline-flex; align-items:center; gap:7px; white-space:nowrap;
  font-size:.83rem; font-weight:650; color:var(--amber-600);
}
.vet-chip svg{width:14px; height:14px; color:var(--amber); flex:none}
.vet-chip--dark{color:#F0BC6B}
.vet-chip--dark svg{color:#E8A33D}

.vet-seal{display:block; flex:none}
.vet-lockup{display:flex; align-items:center; gap:16px}
.vet-lockup b{
  display:block; font-family:var(--font-display); font-weight:700; color:var(--ink);
  font-size:1.02rem; letter-spacing:-.02em; line-height:1.25;
}
.vet-lockup span{display:block; font-size:.88rem; color:var(--slate-500); line-height:1.5; margin-top:4px}
.section--ink .vet-lockup b, .page-hero .vet-lockup b, .cta-band .vet-lockup b,
.site-footer .vet-lockup b{color:#fff}
.section--ink .vet-lockup span, .page-hero .vet-lockup span, .cta-band .vet-lockup span,
.site-footer .vet-lockup span{color:#8FA5B7}
.section--ink .vet-seal, .site-footer .vet-seal, .page-hero .vet-seal, .cta-band .vet-seal{
  box-shadow:0 0 0 1px rgba(255,255,255,.12), 0 6px 20px rgba(0,0,0,.3); border-radius:50%;
}
.vet-lockup--stack{flex-direction:column; align-items:flex-start; gap:14px}
@media(max-width:520px){ .vet-lockup{gap:12px} }
