/* ══════════════════════════════════════════════════════════════════════════
   ELEVATION LAYER — "east-coast engineered". Dark, dramatic, technical.
   Loaded after main.css so it wins. Turns a bland white site into a bold one.
   ══════════════════════════════════════════════════════════════════════════ */

:root {
  --carbon-2: #131A1F;
  --blueprint: rgba(255,255,255,0.05);
  --hero-grid: linear-gradient(var(--blueprint) 1px, transparent 1px),
               linear-gradient(90deg, var(--blueprint) 1px, transparent 1px);
}

/* ---------------------------------------------------- header: rule + drop -- */
.site-header { border-top: 3px solid var(--orange); }

.has-dropdown { position: relative; }
.dropdown-toggle {
  display: inline-flex; align-items: center; gap: 5px; background: none; border: 0; cursor: pointer;
  font-family: var(--display); font-size: 0.9375rem; font-weight: 600; color: var(--gunmetal);
  padding: 4px 0; border-bottom: 2px solid transparent; letter-spacing: -0.01em;
}
.dropdown-toggle:hover,
.has-dropdown:hover .dropdown-toggle,
.has-dropdown:focus-within .dropdown-toggle { border-bottom-color: var(--orange); }
.dropdown-toggle svg { width: 11px; height: 11px; transition: transform .2s ease; }
.has-dropdown:hover .dropdown-toggle svg,
.has-dropdown:focus-within .dropdown-toggle svg { transform: rotate(180deg); }

.mega {
  position: absolute; top: calc(100% + 15px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: min(640px, 92vw); background: var(--carbon); color: #fff;
  border: 1px solid #263138; border-top: 3px solid var(--orange);
  box-shadow: 0 24px 54px rgba(15,21,25,.34); padding: 10px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .18s ease, transform .18s ease; z-index: 120;
}
.has-dropdown:hover .mega,
.has-dropdown:focus-within .mega,
.has-dropdown.is-open .mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.mega::before { content: ""; position: absolute; top: -15px; left: 0; right: 0; height: 15px; }
.mega a {
  display: block; padding: 11px 14px; text-decoration: none; color: #C7D0D6;
  border-radius: 3px; font-family: var(--text); font-size: 0.9rem; font-weight: 500;
  line-height: 1.3; transition: background .12s ease, color .12s ease;
}
.mega a:hover { background: #1C252B; }
.mega a b { display: block; font-family: var(--display); font-weight: 600; font-size: 0.95rem; color: #fff; margin-bottom: 1px; letter-spacing: -0.01em; }
.mega a small { color: #8B959D; font-size: 0.78rem; }
.mega a:hover b { color: var(--orange); }
.mega-all { grid-column: 1 / -1; border-top: 1px solid #263138; margin-top: 6px; padding-top: 4px; }
.mega-all a b { color: var(--orange); font-family: var(--display); font-weight: 700; }

@media (max-width: 1080px) {
  .mega {
    position: static; transform: none; opacity: 1; visibility: visible; pointer-events: auto;
    width: auto; grid-template-columns: 1fr; box-shadow: none; border: 0;
    border-top: 1px solid var(--hairline); background: var(--offwhite); padding: 0;
    /* Keep the expanded services list compact so Areas…Contact stay on screen;
       the list scrolls within itself when it exceeds this height. */
    max-height: 40vh; overflow-y: auto; overscroll-behavior: contain;
  }
  .mega a { color: var(--gunmetal); }
  .mega a b { color: var(--gunmetal); }
  .mega a small { color: var(--muted); }
  .mega a:hover { background: var(--band); }
  .dropdown-toggle { pointer-events: none; }
}

/* -------------------------------------------------------- DARK HERO system -- */
.page-hero {
  background: var(--carbon); color: #fff; border-bottom: 0;
  position: relative; overflow: hidden;
}
.page-hero .page-hero-copy { position: relative; z-index: 2; }
.page-hero .page-hero-copy::before {
  content: ""; position: absolute; inset: -140px -60px -140px -80px; z-index: -1;
  background-image: var(--hero-grid); background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(105deg, #000 50%, transparent 92%);
  mask-image: linear-gradient(105deg, #000 50%, transparent 92%);
}
.page-hero .eyebrow { color: var(--orange); }
.page-hero h1 { color: #fff; }
.page-hero .lead { color: #AEB9C0; }
.page-hero .hero-points li { color: #C7D0D6; }
.page-hero .hero-points li::before { background: var(--orange); }
.page-hero .btn--secondary { color: #fff; border-color: rgba(255,255,255,.28); }
.page-hero .btn--secondary:hover { border-color: #fff; color: #fff; }
.page-hero-media { min-height: 400px; background: var(--carbon-2); }
.page-hero-media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  background: linear-gradient(200deg, transparent 58%, rgba(15,21,25,.5));
}
.page-hero-media::before {
  content: ""; position: absolute; z-index: 3; top: 18px; left: 18px; width: 24px; height: 24px;
  border-top: 2px solid var(--orange); border-left: 2px solid var(--orange); pointer-events: none;
}
@media (max-width: 899px) { .page-hero-media { min-height: 250px; } }

/* Standard hero (knowledge/answer/hub) → dark, textured, never plain white */
.hero--standard { background: var(--carbon); color: #fff; border-bottom: 0; position: relative; overflow: hidden; }
.hero--standard .wrap { position: relative; z-index: 2; }
.hero--standard .eyebrow { color: var(--orange); }
.hero--standard h1 { color: #fff; }
.hero--standard .lead { color: #AEB9C0; }
.hero--standard::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background-image: var(--hero-grid); background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(130% 108% at 0% 0%, #000, transparent 66%);
  mask-image: radial-gradient(130% 108% at 0% 0%, #000, transparent 66%);
}

/* Homepage hero → dark */
.hero { background: var(--carbon); color: #fff; border-bottom: 0; position: relative; overflow: hidden; }
.hero .hero-grid { position: relative; z-index: 2; }
.hero .eyebrow { color: var(--orange); }
.hero h1 { color: #fff; }
.hero .lead { color: #AEB9C0; }
.hero .hero-points li { color: #C7D0D6; }
.hero .btn--secondary { color: #fff; border-color: rgba(255,255,255,.28); }
.hero .btn--secondary:hover { border-color: #fff; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background-image: var(--hero-grid); background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(135% 112% at 0% 0%, #000, transparent 64%);
  mask-image: radial-gradient(135% 112% at 0% 0%, #000, transparent 64%);
}
.hero .media { border-color: rgba(255,255,255,.14); background: var(--carbon-2); position: relative; }
.hero .media::before {
  content: ""; position: absolute; z-index: 3; top: 14px; left: 14px; width: 22px; height: 22px;
  border-top: 2px solid var(--orange); border-left: 2px solid var(--orange); pointer-events: none;
}
.hero .media figcaption { background: var(--carbon-2); color: #8B959D; border-top-color: #263138; }

/* Breadcrumb → slim dark bar to sit under the dark hero */
.breadcrumb { background: var(--carbon-2); border-bottom: 1px solid #222c33; }
.breadcrumb ol { color: #6d7a82; }
.breadcrumb a { color: #9aa6ad; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb li[aria-current="page"] { color: #C7D0D6; }
.breadcrumb li::after { color: #3a454c; }

/* -------------------------------------------------------- trustbar / band -- */
.trustbar { background: var(--carbon-2); border-block: 0; }
.trustbar li { color: #C7D0D6; }

/* ------------------------------------------------------------- sidebar v2 -- */
@media (min-width: 1000px) { .sidebar { top: 86px; align-self: start; } }
.sidebar-box { box-shadow: 0 1px 2px rgba(15,21,25,.03); }
.sidebar-box--cta {
  background-color: var(--carbon); border: 0; position: relative; overflow: hidden;
  background-image: var(--hero-grid); background-size: 30px 30px;
}
.sidebar-box--cta::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); }
.sidebar-box--cta h3 { color: #fff; position: relative; }
.sidebar-box--cta > p { color: #AEB9C0; position: relative; }
.sidebar-box--cta .btn { position: relative; }

/* --------------------------------------------------------- content media -- */
/* Generated images are 1024x1024 squares. Two problems solved here:
   1. Left at full width they become giant square blocks — cropped to 16:9.
   2. FLOATED images orphan next to a short paragraph or a heading, leaving a
      large empty gap beside them (looked awful). So NO floats: every content
      image is a block-level, centred landscape banner. Guaranteed never to
      leave empty space regardless of surrounding text length. */
.content-media,
.content-media.media--wide,
.content-media.media--right,
.content-media.media--left {
  float: none !important;
  clear: both;
  width: auto;
  max-width: 100%;
  margin: 2em auto;
  box-shadow: 0 2px 16px rgba(15,21,25,.07);
  overflow: hidden;
}
.content-media img {
  width: 100%; height: auto; display: block;
  object-fit: cover; object-position: center 55%; aspect-ratio: 16 / 9;
}
/* Gentle variety without floats: the "right"/"left" variants render as a
   slightly inset centred plate rather than a full-bleed banner. */
@media (min-width: 780px) {
  .content-media.media--right,
  .content-media.media--left { max-width: 78%; }
  .content-media.media--right img,
  .content-media.media--left img { aspect-ratio: 3 / 2; }
}

/* --------------------------------------------------------------- footer -- */
.site-footer { border-top: 3px solid var(--orange); }
.footer-brand .brand-lockup { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer-brand .brand-lockup svg { width: 38px; height: 33px; flex: none; }
.footer-brand .brand-lockup .fb-name { line-height: 1; }
.footer-brand .brand-lockup b { font-family: var(--display); font-weight: 800; font-size: 1.1rem; color: #fff; text-transform: uppercase; letter-spacing: -0.02em; }
.footer-brand .brand-lockup .fb-name span { display: block; font-size: 0.5625rem; letter-spacing: 0.26em; color: var(--orange); text-transform: uppercase; margin-top: 4px; }

/* --------------------------------------------------------- guides hub v2 -- */
.guide-hero-stat { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 26px; }
.guide-hero-stat > div { display: flex; flex-direction: column; }
.guide-hero-stat b { font-family: var(--display); font-weight: 700; font-size: 2rem; color: var(--orange); letter-spacing: -0.02em; line-height: 1; margin-bottom: 6px; }
.guide-hero-stat span { font-size: 0.75rem; color: #AEB9C0; text-transform: uppercase; letter-spacing: 0.1em; }

.guide-clusters { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-bottom: 40px; }
.guide-cluster {
  border: 1px solid var(--hairline); border-radius: var(--radius); background: var(--white);
  overflow: hidden; text-decoration: none; display: flex; flex-direction: column;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.guide-cluster:hover { border-color: var(--gunmetal); transform: translateY(-3px); box-shadow: 0 10px 26px rgba(15,21,25,.10); }
.guide-cluster-top {
  background: var(--carbon); color: #fff; padding: 22px 22px 20px; position: relative;
  background-image: var(--hero-grid); background-size: 26px 26px;
}
.guide-cluster-top .n { font-family: var(--mono); font-size: 0.75rem; color: var(--orange); font-weight: 600; }
.guide-cluster-top h3 { color: #fff; margin: 8px 0 0; font-size: 1.2rem; }
.guide-cluster-body { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.guide-cluster-body p { font-size: 0.9rem; color: var(--muted); margin: 0 0 16px; flex: 1; }
.guide-cluster-body .card-link { color: var(--gunmetal); border-bottom: 2px solid var(--orange); align-self: flex-start; }

/* ═══════════════════ homepage authority long-read ═══════════════════ */
.measure-wide { max-width: 74ch; }
.authority-read { background: var(--offwhite); border-top: 1px solid var(--hairline); }

/* Intro band — dark, textured, to open the guide with weight */
.authority-intro {
  background: var(--carbon); color: #fff; position: relative; overflow: hidden;
  padding-block: clamp(44px, 6vw, 76px);
  background-image: var(--hero-grid); background-size: 34px 34px;
}
.authority-intro .wrap { position: relative; z-index: 2; }
.authority-intro .eyebrow { color: var(--orange); }
.authority-intro h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.9rem); max-width: 20ch; margin-bottom: 0.4em; }
.authority-intro .lead { color: #AEB9C0; max-width: 60ch; }

/* Two-column: sticky contents nav + prose */
/* Mobile-first: ONE fluid column capped to the container (minmax(0,1fr) lets it
   shrink below the prose's max-width so it never overflows a phone viewport). */
.authority-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; padding-block: clamp(40px, 6vw, 72px); }
@media (min-width: 1000px) {
  /* align-items: stretch (default) so the TOC cell spans the full prose height
     and its sticky inner stays pinned through the whole read. */
  .authority-grid { grid-template-columns: 244px minmax(0, 1fr); gap: 56px; }
}
.authority-toc { display: none; }
@media (min-width: 1000px) { .authority-toc { display: block; } }
.authority-toc-inner { position: sticky; top: 84px; }
.authority-toc-label {
  display: block; font-family: var(--text); font-size: 0.6875rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
  padding-bottom: 12px; border-bottom: 2px solid var(--gunmetal); margin-bottom: 12px;
}
.authority-toc ol { list-style: none; margin: 0 0 20px; padding: 0; counter-reset: toc; }
.authority-toc li { counter-increment: toc; }
.authority-toc a {
  display: grid; grid-template-columns: 22px 1fr; gap: 8px; align-items: baseline;
  padding: 8px 0; font-size: 0.85rem; line-height: 1.35; color: var(--muted);
  text-decoration: none; border-top: 1px solid var(--hairline); transition: color .12s ease;
}
.authority-toc li:first-child a { border-top: 0; }
.authority-toc a::before {
  content: counter(toc, decimal-leading-zero); font-family: var(--mono);
  font-size: 0.7rem; color: var(--hairline-strong); font-weight: 600;
}
.authority-toc a:hover, .authority-toc a.is-active { color: var(--gunmetal); }
.authority-toc a.is-active::before { color: var(--orange); }
.authority-toc a.is-active { font-weight: 600; }
.authority-toc-cta { width: 100%; text-align: center; }

/* The prose itself — editorial treatment */
.authority-prose { max-width: 74ch; counter-reset: sec; }
.authority-prose > h2 {
  counter-increment: sec; position: relative; margin-top: 2.4em; padding-top: 1.4em;
  border-top: 2px solid var(--gunmetal); font-size: clamp(1.5rem, 2.6vw, 2rem);
  padding-left: 0; scroll-margin-top: 90px;
}
.authority-prose > h2:first-child { margin-top: 0; }
.authority-prose > h2::before {
  content: counter(sec, decimal-leading-zero); display: block;
  font-family: var(--mono); font-size: 0.8rem; font-weight: 600; color: var(--orange);
  letter-spacing: 0.04em; margin-bottom: 10px;
}
/* Standfirst: the paragraph straight after each h2 reads slightly larger */
.authority-prose > h2 + p { font-size: 1.1rem; color: var(--gunmetal); line-height: 1.6; }
.authority-prose h3 { margin-top: 1.8em; color: var(--gunmetal); font-size: 1.15rem; }
.authority-prose h3::before {
  content: ""; display: inline-block; width: 14px; height: 2px; background: var(--orange);
  vertical-align: middle; margin-right: 10px; transform: translateY(-3px);
}
.authority-prose p, .authority-prose li { color: var(--ink); }

/* Rich table to match the site's data tables */
.authority-prose .tablewrap { margin-block: 1.8em; border-radius: var(--radius); box-shadow: 0 2px 14px rgba(15,21,25,.06); }
.authority-prose table { min-width: 640px; }
.authority-prose thead th { background: var(--carbon); color: #fff; border-bottom: 0; font-size: 0.68rem; }
.authority-prose tbody tr:nth-child(odd) { background: var(--offwhite); }
.authority-prose td:first-child { font-family: var(--display); font-weight: 600; color: var(--gunmetal); }

/* Callout keeps its orange rule but a touch more presence here */
.authority-prose .callout { margin-block: 1.8em; background: var(--white); box-shadow: 0 2px 14px rgba(15,21,25,.05); }
.authority-prose a { color: var(--gunmetal); text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 2px; }
.authority-prose a:hover { color: var(--orange-dark); }

/* ------------------------------------------- on-page quote form section -- */
.quote-section { scroll-margin-top: 78px; position: relative; overflow: hidden; }
.quote-section::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--hero-grid); background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(120% 100% at 100% 0%, #000, transparent 70%);
  mask-image: radial-gradient(120% 100% at 100% 0%, #000, transparent 70%); pointer-events: none;
}
.quote-section .wrap { position: relative; z-index: 2; }
.quote-layout { display: grid; gap: 36px; align-items: start; }
@media (min-width: 900px) { .quote-layout { grid-template-columns: 0.92fr 1.08fr; gap: 56px; } }
.quote-copy .eyebrow { color: var(--orange); }
.quote-copy h2 { color: #fff; max-width: 16ch; }
.quote-copy p { color: #AEB9C0; }
.quote-points { margin-top: 22px; }
.quote-points li { color: #C7D0D6; }
.quote-points li::before { background: var(--orange); }
/* White form panel for readability, whatever the CRM embed's own styling */
.quote-section .quote-panel { background: var(--white); border: 0; box-shadow: 0 20px 50px rgba(0,0,0,.30); }
.quote-section .crm-embed { min-height: 340px; }

/* --------------------------------------------------------------- contact -- */
.contact-top { background: var(--carbon); color: #fff; position: relative; overflow: hidden;
  background-image: var(--hero-grid); background-size: 34px 34px; padding-block: clamp(34px, 5vw, 60px); scroll-margin-top: 78px; }
.contact-top .wrap { position: relative; z-index: 2; }
.contact-grid { display: grid; gap: 36px; align-items: start; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1.15fr 0.85fr; gap: 48px; } }
.contact-form-col .eyebrow { color: var(--orange); }
.contact-form-col h1 { color: #fff; margin-bottom: 0.3em; }
.contact-form-col .lead { color: #AEB9C0; margin-bottom: 22px; }
.contact-top .quote-panel { background: var(--white); border: 0; box-shadow: 0 20px 50px rgba(0,0,0,.30); }
.contact-top .crm-embed { min-height: 340px; }

.contact-card { background: #151C21; border: 1px solid #263138; border-radius: var(--radius); padding: 26px; }
.contact-card h2 { color: #fff; font-size: 1.15rem; margin-bottom: 18px; }
.contact-line { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-top: 1px solid #263138; text-decoration: none; }
.contact-line:first-of-type { border-top: 0; }
.contact-line svg { width: 22px; height: 22px; flex: none; color: var(--orange); margin-top: 2px; }
.contact-line span { display: flex; flex-direction: column; }
.contact-line small { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: #7C8891; }
.contact-line strong { font-family: var(--display); font-size: 1.1rem; color: #fff; letter-spacing: -0.01em; }
a.contact-line strong { color: #fff; }
a.contact-phone:hover strong, a.contact-email:hover strong { color: var(--orange); }
.contact-line em { font-style: normal; font-size: 0.85rem; color: #AEB9C0; margin-top: 4px; }
.contact-hours { margin-top: 16px; padding-top: 16px; border-top: 1px solid #263138; }
.contact-hours p { font-size: 0.875rem; color: #AEB9C0; margin: 0; }

.contact-map-section { padding-top: clamp(40px, 5vw, 64px); background: var(--offwhite); }
.contact-map-section .measure { margin-bottom: 26px; }
.contact-map { height: clamp(340px, 46vw, 520px); width: 100%; background: var(--band); border-top: 3px solid var(--orange); }
.contact-map .leaflet-container { font-family: var(--text); }

/* ------------------------------------------------------ WhatsApp widget -- */
.wa-widget { position: fixed; right: 20px; bottom: 20px; z-index: 95; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
@media (max-width: 999px) { .wa-widget { bottom: 80px; right: 14px; } } /* clear the mobile sticky CTA bar */

.wa-fab {
  display: inline-flex; align-items: center; gap: 9px; height: 56px; padding: 0 20px 0 16px;
  background: #25D366; color: #fff; border: 0; border-radius: 30px; cursor: pointer;
  font-family: var(--display); font-weight: 700; font-size: 1rem;
  box-shadow: 0 6px 20px rgba(37,211,102,.45), 0 2px 6px rgba(0,0,0,.2);
  transition: transform .15s ease, box-shadow .15s ease;
}
.wa-fab:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(37,211,102,.5), 0 2px 6px rgba(0,0,0,.2); }
.wa-fab:focus-visible { outline: 3px solid var(--carbon); outline-offset: 2px; }
.wa-fab svg { flex: none; }
@media (max-width: 480px) { .wa-fab-label { display: none; } .wa-fab { padding: 0; width: 56px; justify-content: center; } }

.wa-panel {
  width: min(340px, calc(100vw - 34px)); background: var(--white);
  border-radius: 14px; overflow: hidden; box-shadow: 0 18px 50px rgba(15,21,25,.28);
  transform-origin: bottom right; animation: wa-pop .18s ease;
}
@keyframes wa-pop { from { opacity: 0; transform: translateY(12px) scale(.96); } }
.wa-panel[hidden] { display: none; }
.wa-panel-head { display: flex; align-items: center; gap: 12px; background: #075E54; color: #fff; padding: 14px 16px; }
.wa-avatar { width: 40px; height: 40px; border-radius: 50%; background: #128C7E; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.wa-panel-head strong { display: block; font-family: var(--display); font-size: 0.95rem; }
.wa-panel-head span { font-size: 0.75rem; color: #B7D8D2; }
.wa-close { margin-left: auto; background: none; border: 0; color: #B7D8D2; font-size: 1.5rem; line-height: 1; cursor: pointer; padding: 0 2px; }
.wa-close:hover { color: #fff; }
.wa-panel-body { padding: 16px; background: #ECE5DD; max-height: min(70vh, 560px); overflow-y: auto; }
.wa-greeting { background: #fff; border-radius: 8px; padding: 12px 14px; font-size: 0.9rem; color: var(--ink); margin: 0 0 14px; box-shadow: 0 1px 1px rgba(0,0,0,.06); }
.wa-field { display: block; margin-bottom: 11px; }
.wa-field span { display: block; font-size: 0.75rem; font-weight: 600; color: var(--gunmetal); margin-bottom: 4px; }
.wa-field input, .wa-field textarea, .wa-field select {
  width: 100%; padding: 9px 12px; border: 1px solid var(--hairline-strong); border-radius: 8px;
  font-family: var(--text); font-size: 0.9rem; color: var(--ink); background: #fff; resize: vertical;
}
.wa-field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' stroke='%237C8891' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; padding-right: 30px; }
.wa-field input:focus, .wa-field textarea:focus, .wa-field select:focus { outline: 2px solid #25D366; outline-offset: 0; border-color: #25D366; }
.wa-field-row { display: grid; grid-template-columns: 1.35fr 1fr; gap: 10px; }
.wa-field-row .wa-field { margin-bottom: 11px; }
.wa-send {
  width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: #25D366; color: #fff; border: 0; border-radius: 8px; padding: 12px;
  font-family: var(--display); font-weight: 700; font-size: 0.95rem; cursor: pointer;
  transition: background .15s ease;
}
.wa-send:hover { background: #1fb457; }
.wa-send:focus-visible { outline: 3px solid var(--carbon); outline-offset: 2px; }

/* --------------------------------------------------------- promise panel -- */
.promise-panel {
  background: var(--carbon); color: #fff; border-radius: var(--radius);
  padding: clamp(24px, 3vw, 34px); position: relative; overflow: hidden;
  background-image: var(--hero-grid); background-size: 30px 30px;
}
.promise-panel::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); }
.promise-panel .eyebrow { color: var(--orange); }
.promise-panel blockquote {
  margin: 10px 0 22px; font-family: var(--display); font-weight: 600;
  font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.4; letter-spacing: -0.015em;
  color: #fff; text-wrap: balance;
}
.promise-marks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; border-top: 1px solid #263138; padding-top: 20px; }
.promise-marks li { font-size: 0.875rem; color: #AEB9C0; }
.promise-marks strong { display: block; font-family: var(--display); color: var(--orange); font-size: 1.05rem; letter-spacing: -0.01em; }

/* -------------------------------------------------- section eyebrow accent -- */
.section .eyebrow::before {
  content: ""; display: inline-block; width: 18px; height: 2px; background: var(--orange);
  vertical-align: middle; margin-right: 9px; transform: translateY(-2px);
}
.section--carbon .eyebrow::before { background: var(--orange); }
