/* ============================================================
   Crash 411 — The Attorney Hotline
   Palette: asphalt night, signal red, caution amber, chrome, day
   Type: Anton (display) · Barlow (body) · Barlow Condensed (labels)
   ============================================================ */

:root {
  --night: #0A0A0E;
  --smoke: #101016;
  --panel: #15151C;
  --line: #26262F;
  --signal: #E62329;
  --signal-hot: #FF3B41;
  --signal-deep: #B4151C;
  --flare: #F7A600;
  --chrome-solid: #EDEFF4;
  /* Full dark theme: the old "day" tones are now raised dark surfaces,
     and ink is light text. Names kept to avoid churn. */
  --day: #111118;
  --day-alt: #0C0C11;
  --day-line: #262630;
  --ink: #EDEFF4;
  --ink-soft: #A9ABB6;
  --mist: #A9ABB6;
  --gold-hi: #FFE9A8;
  --gold-mid: #F6C64F;
  --gold-lo: #B8860B;
  --r: 18px;
  --r-lg: 24px;
  --card-shadow: 0 1px 2px rgba(0, 0, 0, .35), 0 16px 36px -16px rgba(0, 0, 0, .55);
  --dark-card-shadow: 0 14px 36px -12px rgba(0, 0, 0, .55);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  background: var(--night);
  color: var(--chrome-solid);
  font: 400 1.04rem/1.65 "Barlow", system-ui, sans-serif;
  overflow-x: clip;
}

/* Dark scrollbars everywhere — page scroll and any inner scroller (e.g. textareas). */
html { scrollbar-color: #33333F #0C0C11; scrollbar-width: auto; }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: #0C0C11; }
::-webkit-scrollbar-thumb {
  background: #33333F;
  border-radius: 8px;
  border: 3px solid #0C0C11;
}
::-webkit-scrollbar-thumb:hover { background: #4A4A58; }
::-webkit-scrollbar-corner { background: #0C0C11; }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, p, ul, ol, figure, blockquote, fieldset { margin: 0; padding: 0; }
ul, ol { list-style: none; }

a { color: inherit; }

::selection { background: var(--signal); color: #fff; }

:focus-visible {
  outline: 3px solid var(--flare);
  outline-offset: 2px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  top: -48px; left: 12px;
  z-index: 200;
  background: var(--flare);
  color: #101014;
  padding: .6em 1em;
  font: 700 .9rem "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
}
.skip-link:focus { top: 12px; }

/* ---------- shared layout ---------- */

.wrap {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.wrap-narrow { max-width: 900px; }

.section { padding-block: clamp(6.5rem, 12vw, 10.5rem); }
.s-night { background: var(--night); }
.s-smoke { background: var(--smoke); }
/* Day surfaces: asphalt night with quiet emergency ambience + fine grain.
   Not flat grey — red/blue washes sit low so type and cards stay readable. */
.s-day {
  color: var(--ink);
  background:
    radial-gradient(ellipse 70% 55% at 8% 0%, rgba(230, 35, 41, .2), transparent 62%),
    radial-gradient(ellipse 60% 50% at 96% 100%, rgba(48, 100, 220, .17), transparent 60%),
    radial-gradient(ellipse 45% 40% at 72% 28%, rgba(230, 35, 41, .08), transparent 70%),
    radial-gradient(ellipse 40% 35% at 30% 78%, rgba(48, 100, 220, .06), transparent 70%),
    radial-gradient(ellipse 50% 30% at 55% 50%, rgba(255, 255, 255, .02), transparent 75%),
    linear-gradient(165deg, #14141C 0%, #0D0D13 45%, #0A0A10 100%);
}
.s-day-alt {
  background:
    radial-gradient(ellipse 70% 55% at 94% 0%, rgba(48, 100, 220, .17), transparent 62%),
    radial-gradient(ellipse 60% 50% at 5% 100%, rgba(230, 35, 41, .18), transparent 60%),
    radial-gradient(ellipse 45% 40% at 24% 30%, rgba(48, 100, 220, .07), transparent 70%),
    radial-gradient(ellipse 40% 35% at 78% 72%, rgba(230, 35, 41, .07), transparent 70%),
    radial-gradient(ellipse 50% 30% at 48% 55%, rgba(255, 255, 255, .018), transparent 75%),
    linear-gradient(195deg, #0F0F16 0%, #0B0B11 45%, #08080D 100%);
}

section[id] { scroll-margin-top: 110px; }

h2 {
  font: 400 clamp(2.1rem, 4.6vw, 3.4rem)/1.02 "Anton", "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .012em;
  margin: .4em 0 .55em;
}
.hl-red { color: var(--signal-hot); }
.hl-amber { color: var(--flare); }

h3 {
  font: 700 1.15rem/1.25 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.section-lead {
  max-width: 62ch;
  font-size: 1.12rem;
  color: var(--mist);
}
.s-day .section-lead, .s-day-alt .section-lead { color: var(--ink-soft); }

.fine {
  margin-top: 1.6rem;
  font-size: .82rem;
  color: var(--ink-soft);
}

/* ---------- signature pieces ---------- */

/* Section eyebrows: quiet tinted chips. The hero keeps the one solid tape per page. */
.tag {
  display: inline-block;
  font: 700 .82rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  padding: .5em 1em .45em;
  border-radius: 999px;
  background: rgba(247, 166, 0, .14);
  color: #FFC24D;
  border: 1px solid rgba(247, 166, 0, .35);
}
.tag-red {
  background: rgba(230, 35, 41, .14);
  color: #FF7075;
  border-color: rgba(230, 35, 41, .4);
}
/* Hero/CTA tape: red with white text (owner call — white on amber was unreadable). */
.hero-inner .tag, .page-hero .tag, .final-cta .tag {
  transform: skew(-8deg);
  border-radius: 0;
  border: none;
  background: linear-gradient(180deg, var(--signal), #C4161D);
  color: #fff;
  letter-spacing: .1em;
  padding: .48em .95em .42em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
}
/* Step tape stays amber but with dark text. Double class beats `.step p` /
   `.expect-grid p`, which otherwise override the tag color with body grey. */
.tag.tag-step {
  transform: skew(-8deg);
  border-radius: 0;
  border: none;
  background: var(--flare);
  color: #101014;
  letter-spacing: .1em;
  padding: .48em .95em .42em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
}

.chrome {
  background: linear-gradient(180deg, #FFFFFF 15%, #C6CCD8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.gold {
  background: linear-gradient(180deg, var(--gold-hi) 0%, var(--gold-mid) 55%, #D89E1C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 22px rgba(246, 198, 79, .28));
}

.hazard {
  height: 8px;
  background: repeating-linear-gradient(-45deg, var(--flare) 0 14px, var(--night) 14px 28px);
}

/* ---------- buttons & chips ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  transform: translateY(var(--ty, 0)) skew(-6deg);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  font: 700 1rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
  padding: 1em 1.6em .95em;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
}
.btn:hover { --ty: -2px; }
.btn:active { --ty: 1px; }

.btn-red {
  background: linear-gradient(180deg, var(--signal), #C4161D);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 14px 36px -10px rgba(230, 35, 41, .65);
}
.btn-red:hover {
  background: linear-gradient(180deg, #F02F36, #D91C23);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 20px 46px -8px rgba(230, 35, 41, .8);
}

.btn-amber {
  background: linear-gradient(180deg, #FFC24D, var(--flare));
  color: #101014;
  text-shadow: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 14px 36px -10px rgba(247, 166, 0, .55);
}
.btn-amber:hover {
  background: linear-gradient(180deg, #FFD06A, #E89A00);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 20px 46px -8px rgba(247, 166, 0, .7);
}

.btn-ghost {
  border-color: rgba(237, 239, 244, .35);
  color: var(--chrome-solid);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover {
  border-color: var(--flare);
  color: var(--flare);
  box-shadow: 0 12px 34px -10px rgba(247, 166, 0, .45);
}

.btn-big { font-size: 1.12rem; padding: 1.05em 1.7em 1em; }
.btn-slim { font-size: .95rem; padding: .75em 1.1em .7em; white-space: nowrap; }
.btn-full { width: 100%; justify-content: center; }

.ico { width: 1.05em; height: 1.05em; fill: currentColor; flex: none; }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin-top: 1.9rem;
}
.cta-center { justify-content: center; margin-top: 2.6rem; }

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .7rem;
  margin-top: 1.7rem;
}
.chips li {
  font: 600 .86rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #E4E6EE;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: .6em 1em .55em;
  box-shadow: 0 6px 18px -8px rgba(0, 0, 0, .5);
}
.chips li::before { content: "✓ "; color: var(--flare); }
.chips-center { justify-content: center; }

/* ---------- topbar ---------- */

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 8, 11, .74);
  backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  box-shadow: 0 10px 34px -14px rgba(0, 0, 0, .65);
}
.topbar-inner {
  max-width: 1180px;
  margin-inline: auto;
  padding: .7rem clamp(1.25rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
  margin-right: auto;
}
.brand img { width: auto; height: 46px; }
.brand-sub {
  font: 600 .78rem/1.1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--flare);
  border-left: 1px solid #33333C;
  padding-left: .8rem;
  max-width: 90px;
}
.topnav { display: flex; gap: 1.4rem; }
.topnav a {
  font: 600 .92rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #C9CBD4;
  text-decoration: none;
  padding: .4em 0;
}
.topnav a:hover { color: #fff; box-shadow: 0 2px 0 var(--signal); }

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: min(92vh, 880px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* The photo is a real <img>; .hero-bg above it carries only the scrims + glow. */
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 52%;
  filter: saturate(1.08);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 14, 0) 55%, var(--night) 98%),
    linear-gradient(88deg, rgba(10, 10, 14, .97) 22%, rgba(10, 10, 14, .78) 46%, rgba(10, 10, 14, .28) 72%, rgba(10, 10, 14, .1) 100%);
}
/* Ambient emergency-light breathing over the dark bookends. */
.hero-bg::after,
.final-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(720px 460px at 10% 6%, rgba(230, 35, 41, .28), transparent 62%),
    radial-gradient(760px 520px at 90% 10%, rgba(64, 120, 255, .22), transparent 62%);
  mix-blend-mode: screen;
  opacity: .45;
  animation: police 8s ease-in-out infinite alternate;
  pointer-events: none;
}
.final-bg::after {
  background:
    radial-gradient(720px 460px at 10% 6%, rgba(247, 166, 0, .22), transparent 62%),
    radial-gradient(760px 520px at 90% 10%, rgba(246, 198, 79, .12), transparent 62%);
}
@keyframes police {
  from { opacity: .3; }
  to { opacity: .95; }
}
/* Canvas drizzle overlay — painted by main.js; empty and invisible without JS. */
.rain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
/* Slow Ken Burns drift on the hero photo. CSS-only, so it works without JS;
   declared inside no-preference so reduced-motion users never see it.
   Origin sits on the crashed car so it stays in frame while zooming. */
@media (prefers-reduced-motion: no-preference) {
  .hero-img {
    animation: kenburns 32s ease-in-out infinite alternate;
    transform-origin: 72% 50%;
    will-change: transform;
  }
}
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.07) translateX(-1.2%); }
}
.hero-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding: 5.25rem clamp(1.25rem, 4vw, 2.5rem) 5rem;
}
.hero-title {
  display: flex;
  flex-direction: column;
  margin: 1.3rem 0 1.4rem;
  font: 400 clamp(2.7rem, 7vw, 5.3rem)/0.98 "Anton", "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.hero-title .kicker {
  font-size: .48em;
  color: var(--signal);
  letter-spacing: .06em;
  margin-bottom: .18em;
}
.lead {
  max-width: 50ch;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: #C9CBD4;
}

/* ---------- crawl strip ---------- */

/* Barricade / do-not-cross tape: chevrons live on the track so they scroll
   with the copy. Business copy only — no scene wording. */
.crawl {
  position: relative;
  z-index: 5;
  margin-top: -3.25rem;
  margin-bottom: -.5rem;
  transform: rotate(-1.2deg);
  background: #101014;
  overflow: hidden;
  border-block: 4px solid #101014;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .5);
}
/* 150s = 5x the old 30s because each half now holds 5 copies — same px/s speed. */
.crawl-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: crawl 150s linear infinite;
  padding-block: .55em;
  background: repeating-linear-gradient(
    -45deg,
    var(--flare) 0 18px,
    #101014 18px 36px
  );
}
.crawl-track span {
  white-space: nowrap;
  font: 800 1rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #101014;
  padding: .42em .55em;
  background: var(--flare);
}
@keyframes crawl { to { transform: translateX(-50%); } }

/* ---------- emergency steps ---------- */

#just-crashed {
  background:
    radial-gradient(1100px 520px at 88% -18%, rgba(230, 35, 41, .12), transparent 62%),
    var(--night);
}

.emergency-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  margin-top: 2.2rem;
  counter-reset: none;
}
.e-card {
  background: linear-gradient(168deg, #1B1B24, #111117 70%);
  border: 1px solid rgba(255, 255, 255, .07);
  padding: 1.7rem 1.5rem 1.6rem;
  border-radius: var(--r);
  box-shadow: var(--dark-card-shadow);
  transition: transform .22s ease, border-color .22s ease;
}
.e-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .16);
}
.e-num {
  display: inline-block;
  transform: skew(-6deg);
  font: 400 3rem/1 "Anton", sans-serif;
  background: linear-gradient(180deg, #FF4A50, var(--signal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: .8rem;
}
.e-card h3 { margin-bottom: .5rem; font-size: 1.2rem; }
.e-card p { color: var(--mist); font-size: .96rem; }
.e-card-hot {
  background: linear-gradient(168deg, #2C1114, #190B0D 75%);
  border: 2px solid var(--signal);
  box-shadow: 0 18px 44px -12px rgba(230, 35, 41, .4);
}
.e-card-hot:hover { border-color: var(--signal-hot); }
.e-call {
  display: inline-block;
  margin-top: .8rem;
  font: 400 1.55rem/1 "Anton", sans-serif;
  color: var(--flare);
  text-decoration: none;
  letter-spacing: .02em;
}
.e-call:hover { color: #fff; }

.urgency-note {
  margin-top: 2rem;
  max-width: 820px;
  background: linear-gradient(90deg, rgba(247, 166, 0, .14), rgba(247, 166, 0, .05));
  border-left: 5px solid var(--flare);
  border-radius: 0 10px 10px 0;
  padding: 1.1rem 1.4rem;
  color: #E4E6EE;
  font-size: .98rem;
  box-shadow: 0 10px 28px -14px rgba(0, 0, 0, .5);
}
.urgency-note strong { color: var(--flare); }

/* ---------- what we do ---------- */

#services {
  background:
    radial-gradient(1000px 620px at -8% 112%, rgba(247, 166, 0, .07), transparent 58%),
    var(--smoke);
}

.duo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-top: 2.6rem;
}
/* Photo card with the text panel layered over the image — no pasted-on rectangles. */
.duo-card { position: relative; }
.duo-media {
  overflow: hidden;
  border-radius: var(--r-lg);
  box-shadow: var(--dark-card-shadow);
}
.duo-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 22%;
  filter: saturate(1.06) contrast(1.03);
  transition: transform .6s ease;
}
.duo-card:hover .duo-media img { transform: scale(1.05); }
.duo-body {
  position: relative;
  margin: -3.4rem 1.1rem 0;
  background: linear-gradient(172deg, rgba(28, 28, 37, .96), rgba(15, 15, 21, .98));
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--r);
  padding: 1.6rem 1.6rem 1.8rem;
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .7);
}
.duo-body h3 {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: 1.4rem;
  margin-bottom: .7rem;
}
.duo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: none;
  border-radius: 8px;
  background: var(--signal);
  color: #fff;
  font: 400 1.35rem/1 "Anton", sans-serif;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .4);
}
.duo-icon-gold {
  background: linear-gradient(180deg, var(--gold-mid), var(--gold-lo));
  color: #101014;
}
.duo-body > p { color: var(--mist); margin-bottom: 1rem; }

.ticks li {
  position: relative;
  padding: .3rem 0 .3rem 1.7rem;
  color: #D6D8E0;
}
.ticks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .3rem;
  color: var(--flare);
  font-weight: 800;
}
.ticks-ink li { color: var(--ink-soft); }
.ticks-ink li::before { color: var(--signal); }

/* ---------- cases ---------- */

.cases { margin-top: 3.4rem; }
.cases-title {
  font-size: 1.5rem;
  color: var(--chrome-solid);
  margin-bottom: 1.4rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--signal);
  display: inline-block;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem 2rem;
}
.case-grid li {
  border-left: 3px solid var(--signal);
  padding-left: 1rem;
}
.case-grid strong {
  display: block;
  font: 700 1.08rem/1.25 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.case-grid span { color: var(--mist); font-size: .92rem; }

.recover-line {
  margin-top: 2.2rem;
  font: 600 .88rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--mist);
}
.recover-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .6rem;
  margin-top: .8rem;
}
.recover-chips li {
  font: 600 .88rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--gold-mid);
  border: 1px solid rgba(246, 198, 79, .45);
  background: rgba(246, 198, 79, .07);
  border-radius: 999px;
  padding: .55em .95em .5em;
}

/* ---------- how it works ---------- */

/* Night room + light bar behind frosted glass. Lights sit mid-left/up,
   spill onto the walls, and the glass rim catches the strobe color. */
#how {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #06060a;
  color: var(--ink);
}
.how-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
/* Ambient room tone — walls pick up whatever the bar is dumping. */
.how-fx-room {
  position: absolute;
  inset: -5%;
  background:
    radial-gradient(ellipse 55% 60% at 34% 28%, rgba(230, 35, 41, .22), transparent 62%),
    radial-gradient(ellipse 50% 55% at 46% 34%, rgba(40, 100, 255, .18), transparent 60%),
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(0, 0, 0, .55), transparent 55%),
    #08080d;
  animation: how-room 1.1s steps(2, end) infinite;
}
@keyframes how-room {
  0%, 49.9% {
    background:
      radial-gradient(ellipse 62% 68% at 34% 28%, rgba(255, 48, 54, .42), transparent 64%),
      radial-gradient(ellipse 48% 52% at 48% 36%, rgba(40, 100, 255, .08), transparent 58%),
      radial-gradient(ellipse 90% 70% at 50% 100%, rgba(0, 0, 0, .5), transparent 55%),
      #08080d;
  }
  50%, 100% {
    background:
      radial-gradient(ellipse 48% 52% at 32% 30%, rgba(230, 35, 41, .08), transparent 58%),
      radial-gradient(ellipse 62% 68% at 46% 30%, rgba(64, 130, 255, .4), transparent 64%),
      radial-gradient(ellipse 90% 70% at 50% 100%, rgba(0, 0, 0, .5), transparent 55%),
      #08080d;
  }
}
/* Compact light bar — two bulbs close together, upper-middle-left. */
.how-fx-bar {
  position: absolute;
  left: 28%;
  top: 18%;
  width: min(340px, 42vw);
  height: min(120px, 16vw);
  transform: translate(-10%, 0) rotate(-4deg);
  filter: blur(1px);
}
.how-fx-bulb {
  position: absolute;
  top: 50%;
  width: 58%;
  height: 140%;
  border-radius: 50%;
  transform: translateY(-50%);
  mix-blend-mode: screen;
}
.how-fx-bulb-red {
  left: -4%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 220, 220, .95) 0 6%, rgba(255, 60, 70, .9) 18%, rgba(230, 35, 41, .55) 42%, transparent 68%),
    radial-gradient(circle at 50% 50%, rgba(230, 35, 41, .35), transparent 70%);
  box-shadow:
    0 0 40px 18px rgba(255, 50, 60, .55),
    0 0 110px 50px rgba(230, 35, 41, .4),
    0 0 180px 90px rgba(230, 35, 41, .22);
  animation: how-strobe-red 1.1s steps(2, end) infinite;
}
.how-fx-bulb-blue {
  right: -4%;
  left: auto;
  background:
    radial-gradient(circle at 50% 50%, rgba(220, 235, 255, .95) 0 6%, rgba(70, 130, 255, .9) 18%, rgba(40, 100, 255, .55) 42%, transparent 68%),
    radial-gradient(circle at 50% 50%, rgba(40, 100, 255, .35), transparent 70%);
  box-shadow:
    0 0 40px 18px rgba(70, 130, 255, .55),
    0 0 110px 50px rgba(40, 100, 255, .4),
    0 0 180px 90px rgba(40, 100, 255, .22);
  animation: how-strobe-blue 1.1s steps(2, end) infinite;
}
@keyframes how-strobe-red {
  0%, 49.9% { opacity: 1; filter: brightness(1.15); }
  50%, 100% { opacity: .12; filter: brightness(.5); }
}
@keyframes how-strobe-blue {
  0%, 49.9% { opacity: .12; filter: brightness(.5); }
  50%, 100% { opacity: 1; filter: brightness(1.15); }
}
/* Full-bleed frosted pane — lights glow through it; fixed, not floating blobs. */
.how-fx-glass {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 20, 28, .38), rgba(10, 12, 18, .55)),
    linear-gradient(125deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .03) 36%, rgba(255, 255, 255, .06) 62%, rgba(255, 255, 255, .02) 100%);
  -webkit-backdrop-filter: blur(28px) saturate(1.35) brightness(1.05);
  backdrop-filter: blur(28px) saturate(1.35) brightness(1.05);
}
.how-fx-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 34% 26%, rgba(255, 255, 255, .14), transparent 55%),
    radial-gradient(ellipse 40% 35% at 70% 70%, rgba(255, 255, 255, .07), transparent 60%),
    linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, .06) 40%, transparent 55%);
  opacity: .85;
  mix-blend-mode: soft-light;
}
.how-fx-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(255, 255, 255, .015) 2px,
      rgba(255, 255, 255, .015) 3px
    );
  opacity: .5;
  pointer-events: none;
}
/* Glass edge / frame — picks up the strobe like a real pane catching light. */
.how-fx-rim {
  position: absolute;
  inset: 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .05),
    inset 0 0 0 1px rgba(255, 255, 255, .04);
  animation: how-rim 1.1s steps(2, end) infinite;
}
.how-fx-rim::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  animation: how-rim-glow 1.1s steps(2, end) infinite;
}
@keyframes how-rim {
  0%, 49.9% {
    border-color: rgba(255, 90, 96, .55);
    box-shadow:
      inset 0 1px 0 rgba(255, 180, 180, .28),
      inset 0 -1px 0 rgba(230, 35, 41, .18),
      inset 0 0 24px rgba(230, 35, 41, .16);
  }
  50%, 100% {
    border-color: rgba(90, 140, 255, .55);
    box-shadow:
      inset 0 1px 0 rgba(180, 210, 255, .28),
      inset 0 -1px 0 rgba(40, 100, 255, .18),
      inset 0 0 24px rgba(40, 100, 255, .16);
  }
}
@keyframes how-rim-glow {
  0%, 49.9% {
    box-shadow: inset 0 0 40px rgba(230, 35, 41, .2);
  }
  50%, 100% {
    box-shadow: inset 0 0 40px rgba(40, 100, 255, .2);
  }
}
#how > .wrap {
  position: relative;
  z-index: 1;
}
#how .step {
  background: linear-gradient(168deg, rgba(28, 28, 38, .86), rgba(14, 14, 22, .9) 75%);
  border-color: rgba(255, 255, 255, .14);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  backdrop-filter: blur(14px) saturate(1.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .07) inset,
    0 18px 40px -18px rgba(0, 0, 0, .55);
}

.how-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.gauge { width: 210px; flex: none; }
.gauge-arc {
  stroke-dasharray: 284;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s cubic-bezier(.25, .6, .3, 1) .25s;
}
.gauge-needle {
  transform-origin: 110px 115px;
  transform: rotate(157deg);
  /* Finished state jitters in place at 411; JS path sweeps then picks up the same jitter. */
  animation: gauge-jitter .32s ease-in-out infinite;
}
@keyframes gauge-sweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(157deg); }
}
@keyframes gauge-jitter {
  0%, 100% { transform: rotate(157deg); }
  25% { transform: rotate(160deg); }
  50% { transform: rotate(154.5deg); }
  75% { transform: rotate(158.5deg); }
}
/* With JS available the gauge waits at 911 and sweeps to 411 on scroll into view. */
.js .gauge:not(.in) .gauge-arc { stroke-dashoffset: 284; }
.js .gauge:not(.in) .gauge-needle {
  transform: rotate(0deg);
  animation: none;
}
.js .gauge.in .gauge-needle {
  animation:
    gauge-sweep 1.4s cubic-bezier(.25, .6, .3, 1) .25s forwards,
    gauge-jitter .32s ease-in-out 1.75s infinite;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  margin-top: 2.4rem;
}
.step {
  background: linear-gradient(168deg, #1C1C25, #13131A 75%);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: var(--r);
  padding: 1.8rem 1.6rem 1.9rem;
  box-shadow: var(--card-shadow);
  transition: transform .22s ease, border-color .22s ease;
}
.step:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .16);
}
.tag-step { font-size: .78rem; box-shadow: 2px 2px 0 rgba(16, 16, 20, .16); }
.step h3 { margin: .95rem 0 .5rem; font-size: 1.18rem; }
.step p { color: var(--ink-soft); font-size: .96rem; }

/* ---------- why / stats / founder ---------- */

.stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 2.8rem 0 3.4rem;
}
.stat-band li { padding: 0; }
.stat-num {
  display: inline-block;
  transform: skew(-6deg);
  transform-origin: left bottom;
  font: 400 clamp(2.6rem, 4.2vw, 3.9rem)/1 "Anton", sans-serif;
  background: linear-gradient(180deg, #FF4A50 10%, var(--signal) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.stat-label {
  display: block;
  margin-top: .45rem;
  font: 600 .86rem/1.3 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink-soft);
}

.founder-grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 3rem;
  align-items: start;
}
.founder-grid:has(.founder-photos) {
  grid-template-columns: minmax(320px, 520px) 1fr;
}
.founder-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}
.founder-photos .founder-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.founder-photo--zoom,
.founder-photo--zoom-sm {
  overflow: hidden;
  border-radius: var(--r-lg);
  box-shadow: 0 28px 56px -22px rgba(16, 16, 20, .5);
}
.founder-photo--zoom img,
.founder-photo--zoom-sm img {
  transform-origin: center top;
  border-radius: 0;
  box-shadow: none;
}
.founder-photo--zoom img { transform: scale(1.45); }
.founder-photo--zoom-sm img { transform: scale(1.25); }
.founder-grid--flip {
  grid-template-columns: 1fr 440px;
}
.founder-grid--flip .founder-photo { order: 2; }
.founder-grid--flip .founder-copy { order: 1; }
.founder-photo {
  margin: 0;
}
.founder-photo img {
  width: 100%;
  display: block;
  border-radius: var(--r-lg);
  box-shadow: 0 28px 56px -22px rgba(16, 16, 20, .5);
}
.founder-photo figcaption {
  margin-top: .85rem;
  background: linear-gradient(168deg, #1C1C25, #13131A 75%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: 3px solid var(--flare);
  border-radius: 12px;
  color: #EDEFF4;
  padding: .85rem 1.1rem;
  font-size: .9rem;
  line-height: 1.4;
}
.founder-photo figcaption strong {
  display: block;
  font: 700 1.15rem/1.2 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--flare);
}
.founder-copy h3 {
  font: 800 1.55rem/1.25 "Barlow", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: .9rem;
}
.founder-copy > p { color: var(--ink-soft); max-width: 58ch; }
.founder-copy blockquote {
  margin: 1.3rem 0;
  padding: .35rem 0 .35rem 1.2rem;
  border-left: 4px solid var(--gold-mid);
  font: 600 1.14rem/1.5 "Barlow", sans-serif;
  color: #E4E6EE;
}
/* The van photo is real proof — frame it like a photo print so it reads deliberate. */
.van-figure { margin-top: 2rem; max-width: 520px; }
.van-figure img {
  transform: rotate(-1.4deg);
  border: 8px solid #fff;
  border-radius: 6px;
  box-shadow: 0 18px 40px -14px rgba(16, 16, 20, .4);
}
.van-figure figcaption { margin-top: .9rem; }
.van-figure figcaption {
  margin-top: .5rem;
  font-size: .85rem;
  color: var(--ink-soft);
}

/* ---------- expect ---------- */

/* Dark night field with a deep red wash — red lives in the glow, not a flat fill.
   Thin white edge (90% transparent) sits over the existing wash so the red shows under it. */
#expect {
  background:
    radial-gradient(1200px 280px at 50% 0%, rgba(230, 35, 41, .32), transparent 70%),
    radial-gradient(1200px 280px at 50% 100%, rgba(230, 35, 41, .32), transparent 70%),
    radial-gradient(700px 400px at 50% 50%, rgba(230, 35, 41, .06), transparent 65%),
    var(--night);
  color: var(--chrome-solid);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 2.2rem;
}
.expect-grid > li {
  background: linear-gradient(168deg, #1C1C25, #13131A 75%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: 3px solid var(--signal);
  border-radius: var(--r);
  padding: 1.7rem 1.6rem 1.8rem;
  box-shadow: var(--dark-card-shadow);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.expect-grid > li:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .14);
  border-left-color: var(--signal-hot);
  box-shadow: 0 18px 40px -14px rgba(230, 35, 41, .28);
}
/* Speed-mark accent (///) — red hash marks on the dark cards. */
.expect-grid > li::before {
  content: "";
  display: block;
  width: 46px;
  height: 11px;
  background: repeating-linear-gradient(115deg, var(--signal) 0 7px, transparent 7px 14px);
  margin-bottom: 1rem;
}
.expect-grid h3 {
  font-size: 1.08rem;
  margin-bottom: .45rem;
  color: var(--chrome-solid);
}
.expect-grid p {
  color: var(--mist);
  font-size: .95rem;
}

/* ---------- testimonials ---------- */

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2.2rem;
}
.quote-card {
  position: relative;
  background: linear-gradient(168deg, #1C1C25, #13131A 75%);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: var(--r);
  padding: 1.8rem 1.7rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}
.quote-card::before {
  content: "\201C";
  position: absolute;
  top: -.05em;
  right: .35rem;
  font: 400 5.5rem/1 "Anton", sans-serif;
  color: rgba(230, 35, 41, .22);
  pointer-events: none;
}
.stars { color: var(--flare); letter-spacing: .18em; font-size: .95rem; }
.quote-card blockquote {
  font: 500 1.02rem/1.6 "Barlow", sans-serif;
  color: #D6D8E0;
  flex: 1;
}
.quote-card figcaption {
  display: flex;
  align-items: center;
  gap: .7rem;
  font: 600 .9rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--ink-soft);
}
.q-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 50%;
  background: #0A0A0E;
  border: 1px solid #33333C;
  color: var(--flare);
  font: 700 .92rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: .04em;
}

/* ---------- faq ---------- */

/* Dark night field with a deep red wash — same family as #expect.
   Thin white edge sits over the existing wash so the red shows under it. */
#faq {
  background:
    radial-gradient(1200px 280px at 50% 0%, rgba(230, 35, 41, .28), transparent 70%),
    radial-gradient(1200px 280px at 50% 100%, rgba(230, 35, 41, .28), transparent 70%),
    radial-gradient(700px 400px at 50% 50%, rgba(230, 35, 41, .05), transparent 65%),
    var(--night);
  color: var(--chrome-solid);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.faq-list { margin-top: 2rem; }
.faq-list details {
  background: linear-gradient(168deg, #1C1C25, #13131A 80%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: 3px solid var(--signal);
  border-radius: 12px;
  margin-bottom: .65rem;
  box-shadow: var(--dark-card-shadow);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.faq-list details:hover {
  border-color: rgba(255, 255, 255, .14);
  border-left-color: var(--signal-hot);
  box-shadow: 0 18px 40px -14px rgba(230, 35, 41, .28);
}
.faq-list details[open] {
  border-color: rgba(230, 35, 41, .55);
  border-left-color: var(--signal-hot);
  box-shadow: 0 18px 40px -14px rgba(230, 35, 41, .32);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.05rem 1.25rem;
  font: 700 1.06rem/1.4 "Barlow", sans-serif;
  color: var(--chrome-solid);
  border-radius: 12px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  font: 400 1.5rem/1 "Anton", sans-serif;
  color: var(--signal);
  flex: none;
  transition: transform .25s ease;
}
.faq-list details[open] summary { color: var(--signal-hot); }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p {
  padding: 0 1.25rem 1.3rem;
  color: var(--mist);
  max-width: 68ch;
}
.faq-cta { margin-top: 2rem; font-weight: 600; color: var(--chrome-solid); }
.faq-cta a { color: var(--signal-hot); font-weight: 800; }

/* ---------- contact / areas / forms ---------- */

.s-contact {
  background:
    radial-gradient(900px 420px at 85% 10%, rgba(230, 35, 41, .12), transparent 60%),
    var(--night);
}
#reach-us.s-contact {
  background:
    radial-gradient(900px 420px at 85% 10%, rgba(247, 166, 0, .22), transparent 60%),
    var(--night);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 3rem;
  align-items: start;
}
.office-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.9rem;
}
.office {
  background: linear-gradient(168deg, #1A1A23, #111117 75%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 1.25rem 1.3rem;
  box-shadow: var(--dark-card-shadow);
}
.office h3 { color: var(--flare); font-size: 1.1rem; margin-bottom: .3rem; }
.office p { color: var(--mist); font-size: .92rem; }
.office-wide { grid-column: 1 / -1; }
.contact-phone {
  display: inline-block;
  margin-top: 2rem;
  font: 400 clamp(2.3rem, 4.6vw, 3.4rem)/1 "Anton", sans-serif;
  letter-spacing: .015em;
  text-decoration: none;
  color: var(--chrome-solid);
}
.contact-phone:hover {
  color: var(--flare);
  text-shadow: 0 0 34px rgba(247, 166, 0, .5);
}
.contact-hours { margin-top: .6rem; color: var(--mist); font-size: .95rem; }

.panel-form {
  background: linear-gradient(176deg, #181820, #0F0F15 80%);
  border: 1px solid rgba(255, 255, 255, .09);
  border-top: 4px solid var(--flare);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.3rem);
  box-shadow: 0 34px 70px -24px rgba(0, 0, 0, .7), 0 10px 40px -18px rgba(247, 166, 0, .18);
}
.panel-form h3 { font-size: 1.45rem; margin-bottom: .3rem; }
.form-sub { color: var(--mist); font-size: .95rem; margin-bottom: 1.4rem; }

.field { margin-bottom: 1.05rem; }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.field label {
  display: block;
  font: 600 .82rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #B9BBC6;
  margin-bottom: .4rem;
}
.field input:not([type="checkbox"]),
.field select,
.field textarea {
  width: 100%;
  background: #0C0C11;
  border: 1px solid #2C2C36;
  border-radius: 6px;
  color: var(--chrome-solid);
  font: 400 1rem/1.4 "Barlow", sans-serif;
  padding: .7em .85em;
  color-scheme: dark;
}
.field input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
  filter: invert(1) brightness(1.35);
}
.field textarea { resize: vertical; }
.field ::placeholder { color: #8B8D97; opacity: 1; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--flare);
  box-shadow: 0 0 0 3px rgba(247, 166, 0, .25);
}
.field input.invalid,
.field textarea.invalid { border-color: var(--signal); }

.field-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .65rem;
  align-items: start;
  margin: 1.2rem 0 1.3rem;
}
.field-consent input {
  width: 1.15em;
  height: 1.15em;
  margin-top: .2em;
  accent-color: var(--signal);
}
.field-consent label {
  margin: 0;
  font: 400 .84rem/1.5 "Barlow", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #9FA1AC;
}

.form-alt {
  margin-top: .9rem;
  text-align: center;
  font-size: .92rem;
  color: var(--mist);
}
.form-alt a { color: var(--flare); font-weight: 700; }

.form-error {
  margin-top: .9rem;
  color: #FF7A7E;
  font-size: .92rem;
  font-weight: 600;
}

.form-success {
  margin-top: 1.2rem;
  background: rgba(247, 166, 0, .1);
  border: 1px solid var(--flare);
  border-radius: 8px;
  padding: 1.2rem 1.3rem;
}
.form-success h4 {
  font: 700 1.15rem/1.2 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--flare);
  margin-bottom: .4rem;
}
.form-success p { font-size: .95rem; }
.form-success a { color: var(--flare); font-weight: 700; }

/* light form variant (join) */

/* On the dark theme the "light" form variant only keeps its red top edge. */
.panel-form-light {
  border-top-color: var(--signal);
  margin-top: 2.4rem;
  box-shadow: 0 34px 70px -24px rgba(0, 0, 0, .7), 0 10px 40px -18px rgba(230, 35, 41, .16);
}

.role-toggle {
  border: none;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  flex-wrap: wrap;
}
.role-toggle legend {
  font: 600 .82rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink-soft);
  margin-bottom: .6rem;
  float: left;
  width: 100%;
}
.role-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.role-toggle label {
  font: 700 .95rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .07em;
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  color: var(--ink);
  padding: .65em 1.3em .6em;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.role-toggle input:checked + label {
  background: var(--flare);
  border-color: var(--flare);
  color: #101014;
}
.role-toggle input:focus-visible + label {
  outline: 3px solid var(--flare);
  outline-offset: 2px;
}

.role-fields { display: none; }
#join-form:has(#role-attorney:checked) .role-fields-attorney { display: block; }
#join-form:has(#role-doctor:checked) .role-fields-doctor { display: block; }
@supports not selector(:has(*)) {
  .role-fields { display: block; }
}

/* ---------- final cta ---------- */

.final-cta {
  position: relative;
  padding-block: clamp(5rem, 11vw, 8.5rem);
  overflow: hidden;
  text-align: center;
  background: var(--night);
}
/* Each page sets its own closing photo via an fc-* class on .final-cta. */
.final-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 14, .82), rgba(10, 10, 14, .55) 45%, rgba(10, 10, 14, .88)),
    var(--fc-img, none) center 60% / cover no-repeat;
}
.fc-home { --fc-img: url("../img/cta-home.jpg"); }
.fc-services { --fc-img: url("../img/cta-services.jpg"); }
.fc-how { --fc-img: url("../img/cta-how.jpg"); }
.fc-about { --fc-img: url("../img/cta-about.jpg"); }
.fc-join { --fc-img: url("../img/cta-join.jpg"); }
.fc-contact { --fc-img: url("../img/cta-contact.jpg"); }
.final-cta .wrap { position: relative; }
.final-title {
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  margin-top: 1rem;
}
.final-phone {
  display: inline-block;
  margin: 1.2rem 0 .6rem;
  font: 400 clamp(3rem, 9.5vw, 6.6rem)/1 "Anton", sans-serif;
  letter-spacing: .015em;
  text-decoration: none;
  background: linear-gradient(180deg, #FFFFFF 15%, #C6CCD8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, .18));
  transition: filter .2s ease;
}
.final-phone:hover {
  background: linear-gradient(180deg, var(--gold-hi) 0%, var(--gold-mid) 55%, #D89E1C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(246, 198, 79, .4));
}

/* ---------- footer ---------- */

.footer {
  background: #070709;
  border-top: 1px solid #1C1C22;
  padding: 3.5rem 0 2.5rem;
  color: #9FA1AC;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2rem;
}
.footer-brand img { height: 42px; width: auto; margin-bottom: 1rem; }
.footer-brand p { font-size: .95rem; max-width: 34ch; }
.footer h3 {
  color: var(--flare);
  font-size: .9rem;
  letter-spacing: .12em;
  margin-bottom: .7rem;
}
.footer p { font-size: .95rem; }
.footer a { color: #E6E7EC; text-decoration-color: #44444E; }
.footer a:hover { color: var(--flare); }
.footer-links li { margin-bottom: .4rem; font-size: .95rem; }

.disclaimer {
  margin-top: 2.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #1C1C22;
}
.disclaimer p {
  font-size: .78rem;
  line-height: 1.65;
  color: #8B8D97;
  margin-bottom: .8rem;
}
.footer-copy {
  white-space: nowrap;
}
.footer-credit {
  color: #8B8D97;
  text-decoration: underline;
  text-decoration-color: #44444E;
  font-weight: 400;
}
.footer-credit:hover {
  color: #A9ABB6;
  text-decoration-color: #6A6A74;
}
@media (max-width: 720px) {
  .footer-copy { white-space: normal; }
}

/* ---------- floating music control ---------- */

.audio-fab {
  position: fixed;
  top: calc(4.6rem + env(safe-area-inset-top, 0px));
  right: max(0.85rem, env(safe-area-inset-right, 0px));
  z-index: 140;
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0;
  padding: .55rem .85rem .55rem .6rem;
  border: 1px solid rgba(247, 166, 0, .45);
  border-radius: 999px;
  background: rgba(10, 10, 14, .78);
  backdrop-filter: blur(14px) saturate(1.3);
  color: var(--flare);
  cursor: pointer;
  box-shadow:
    0 10px 28px -12px rgba(0, 0, 0, .65),
    0 0 0 1px rgba(255, 255, 255, .04) inset;
  transform: skew(-4deg);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.audio-fab:hover {
  border-color: var(--flare);
  background: rgba(16, 16, 22, .9);
  box-shadow:
    0 14px 34px -10px rgba(247, 166, 0, .35),
    0 0 0 1px rgba(255, 255, 255, .06) inset;
  transform: skew(-4deg) translateY(-1px);
}
.audio-fab:active { transform: skew(-4deg) translateY(1px); }
.audio-fab-ring {
  position: relative;
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #2A2A34, #121218 72%);
  border: 1px solid rgba(247, 166, 0, .35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: skew(4deg);
}
.audio-fab-bars,
.audio-fab-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-fab-bars {
  gap: 2px;
  opacity: 0;
}
.audio-fab.is-playing .audio-fab-bars { opacity: 1; }
.audio-fab.is-playing .audio-fab-play { opacity: 0; }
.audio-fab-bars i {
  display: block;
  width: 2.5px;
  height: 8px;
  border-radius: 1px;
  transform-origin: center bottom;
}
.audio-fab-bars i:nth-child(odd) { background: var(--signal-hot); }
.audio-fab-bars i:nth-child(even) { background: #4A82FF; }
.audio-fab.is-playing .audio-fab-bars i:nth-child(1) { animation: audio-bar .72s ease-in-out infinite alternate; }
.audio-fab.is-playing .audio-fab-bars i:nth-child(2) { animation: audio-bar .58s ease-in-out .1s infinite alternate; height: 12px; }
.audio-fab.is-playing .audio-fab-bars i:nth-child(3) { animation: audio-bar .66s ease-in-out .18s infinite alternate; height: 9px; }
.audio-fab.is-playing .audio-fab-bars i:nth-child(4) { animation: audio-bar .8s ease-in-out .05s infinite alternate; height: 11px; }
@keyframes audio-bar {
  from { transform: scaleY(.45); opacity: .7; }
  to { transform: scaleY(1.15); opacity: 1; }
}
.audio-fab-play {
  opacity: 1;
}
.audio-fab-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent var(--flare);
}
.audio-fab-label {
  font: 700 .78rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #EDEFF4;
  transform: skew(4deg);
}
.audio-fab.is-playing .audio-fab-label { color: var(--flare); }
.audio-fab.is-playing {
  border-color: rgba(247, 166, 0, .7);
  box-shadow:
    0 10px 28px -12px rgba(0, 0, 0, .65),
    0 0 22px -6px rgba(247, 166, 0, .4),
    0 0 0 1px rgba(255, 255, 255, .04) inset;
}

@media (max-width: 720px) {
  .audio-fab {
    top: calc(4.35rem + env(safe-area-inset-top, 0px));
    right: max(0.65rem, env(safe-area-inset-right, 0px));
    padding: .5rem .55rem;
  }
  .audio-fab-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .audio-fab.is-playing .audio-fab-bars i { animation: none; height: 10px; }
}

/* ---------- mobile call bar ---------- */

.callbar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 120;
  background: #D91C23;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, .45);
}
.callbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  color: #fff;
  text-decoration: none;
  font: 700 1.02rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 1em 1rem calc(1em + env(safe-area-inset-bottom, 0px));
}

/* ---------- responsive ---------- */

@media (max-width: 1020px) {
  .emergency-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
  .founder-grid { grid-template-columns: 360px 1fr; gap: 2rem; }
  .founder-grid:has(.founder-photos) { grid-template-columns: minmax(280px, 420px) 1fr; }
  .founder-grid--flip { grid-template-columns: 1fr 360px; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 900px) {
  .topnav { display: none; }
  .quote-grid, .expect-grid, .case-grid { grid-template-columns: 1fr 1fr; }
  .stat-band { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  .duo-grid { grid-template-columns: 1fr; }
  .founder-grid,
  .founder-grid--flip { grid-template-columns: 1fr; }
  .founder-grid--flip .founder-photo,
  .founder-grid--flip .founder-copy { order: 0; }
  .founder-photo { max-width: 440px; }
  .founder-photos { max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .callbar { display: block; }
  body { padding-bottom: 3.4rem; }
  .brand-sub { display: none; }
  .topbar .btn-slim span { display: none; }
  .topbar .btn-slim { padding: .75em .9em .7em; }
  .topbar .btn-slim .ico { width: 1.3em; height: 1.3em; }
  .hero-inner { padding-top: 4.5rem; padding-bottom: 4rem; }
  .hero-img { object-position: 74% 50%; }
  .hero-bg {
    background:
      linear-gradient(180deg, rgba(10, 10, 14, .55) 0%, rgba(10, 10, 14, .68) 45%, var(--night) 96%),
      linear-gradient(88deg, rgba(10, 10, 14, .8) 30%, rgba(10, 10, 14, .35) 100%);
  }
}

@media (max-width: 620px) {
  .emergency-grid, .steps-grid, .quote-grid, .expect-grid, .case-grid,
  .field-row, .office-cards, .footer-grid { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: 1fr 1fr; }
  .cta-row .btn-big { width: 100%; justify-content: center; }
  .how-head { justify-content: center; }
  .duo-body { margin: -2.4rem .7rem 0; }
}

/* ---------- reduced motion & print ---------- */

@media (prefers-reduced-motion: reduce) {
  .crawl-track { animation: none; }
  .hero-bg::after, .final-bg::after { animation: none; opacity: .55; }
  .how-fx-room,
  .how-fx-bulb-red,
  .how-fx-bulb-blue,
  .how-fx-rim,
  .how-fx-rim::before {
    animation: none;
  }
  .how-fx-bulb-red,
  .how-fx-bulb-blue { opacity: .7; filter: none; }
  .how-fx-rim {
    border-color: rgba(180, 140, 200, .4);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .14),
      inset 0 0 20px rgba(120, 80, 180, .1);
  }
  .how-fx-rim::before { box-shadow: inset 0 0 24px rgba(120, 80, 180, .12); }
  .how-fx-room {
    background:
      radial-gradient(ellipse 55% 60% at 36% 30%, rgba(230, 35, 41, .28), transparent 62%),
      radial-gradient(ellipse 50% 55% at 48% 34%, rgba(40, 100, 255, .24), transparent 60%),
      #08080d;
  }
  .gauge-arc, .js .gauge:not(.in) .gauge-arc { stroke-dashoffset: 0; transition: none; }
  .gauge-needle,
  .js .gauge:not(.in) .gauge-needle,
  .js .gauge.in .gauge-needle {
    transform: rotate(157deg);
    animation: none;
    transition: none;
  }
  .btn, .faq-list summary::after, .e-card, .step, .duo-media img, .faq-list details, .svc-tile > img { transition: none; }
  .e-card:hover, .step:hover { transform: none; }
  .duo-card:hover .duo-media img { transform: none; }
  .svc-tile:hover > img { transform: none; }
}

@media print {
  .callbar, .crawl, .topbar { display: none; }
}

/* ---------- multi-page nav ---------- */

.topnav a[aria-current="page"] {
  color: #fff;
  box-shadow: 0 2px 0 var(--flare);
}

.menu-btn {
  display: none;
  font: 700 .92rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: none;
  border: 2px solid #3A3A44;
  border-radius: 6px;
  color: #C9CBD4;
  padding: .55em .95em .5em;
  cursor: pointer;
}
.menu-btn:hover { border-color: var(--flare); color: var(--flare); }

@media (max-width: 900px) {
  .menu-btn { display: inline-block; }
  .topnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(8, 8, 11, .97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    box-shadow: 0 30px 50px -20px rgba(0, 0, 0, .7);
    padding: .4rem 0 .8rem;
  }
  .topnav.open { display: flex; }
  .topnav a {
    padding: .85em clamp(1.25rem, 4vw, 2.5rem);
    font-size: 1.02rem;
  }
  .topnav a[aria-current="page"] {
    box-shadow: inset 3px 0 0 var(--flare);
    color: var(--flare);
  }
}

/* ---------- interior page hero ---------- */

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 440px at 10% -15%, rgba(230, 35, 41, .22), transparent 60%),
    radial-gradient(900px 480px at 96% -5%, rgba(64, 120, 255, .13), transparent 60%),
    var(--night);
  padding: clamp(6rem, 10vw, 8.5rem) 0 clamp(4rem, 7vw, 5.5rem);
}
/* Photographic interior heroes: each page sets --ph-img via its modifier class. */
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ph-img, none);
  background-size: cover;
  background-position: center;
  opacity: .55;
  filter: saturate(1.12);
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 14, .93) 18%, rgba(10, 10, 14, .6) 55%, rgba(10, 10, 14, .25) 100%),
    linear-gradient(180deg, rgba(10, 10, 14, .3), transparent 40%, rgba(10, 10, 14, .9) 97%);
}
.page-hero .wrap { position: relative; z-index: 1; }
.ph-services { --ph-img: url("../img/svc-hero.jpg"); }
.ph-how { --ph-img: url("../img/how-hero.jpg"); }
.ph-about { --ph-img: url("../img/about-hero.jpg"); }
.ph-join { --ph-img: url("../img/join-hero.jpg"); }
.ph-contact { --ph-img: url("../img/contact-hero.jpg"); }
.page-title {
  font: 400 clamp(2.5rem, 6vw, 4.2rem)/1.02 "Anton", "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .012em;
  margin: .55rem 0 .9rem;
}
.page-lead {
  max-width: 62ch;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  color: #C9CBD4;
}
.page-hero .cta-row { margin-top: 1.7rem; }

/* ---------- recovery timeline (how it works) ---------- */

.timeline {
  margin-top: 2.8rem;
  position: relative;
  max-width: 780px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--signal) 0%, var(--flare) 70%, var(--gold-mid) 100%);
}
.timeline li {
  position: relative;
  padding: 0 0 2.1rem 2.6rem;
}
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3rem;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--day);
  border: 5px solid var(--signal);
  box-shadow: 0 0 0 3px rgba(230, 35, 41, .14);
}
.timeline li:last-child::before {
  border-color: var(--gold-mid);
  box-shadow: 0 0 0 3px rgba(246, 198, 79, .2);
}
.t-when {
  display: block;
  font: 700 .82rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--signal-hot);
  margin-bottom: .35rem;
}
.timeline li:last-child .t-when { color: var(--gold-mid); }
.timeline h3 { font-size: 1.22rem; margin-bottom: .4rem; }
.timeline p { color: var(--ink-soft); max-width: 58ch; }

/* ---------- services page structure ---------- */

.svc-map { padding-block: clamp(3.2rem, 6vw, 4.5rem); }
.svc-map-title {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
  margin-bottom: 1.4rem;
}
.svc-map-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.svc-map-grid > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  background: linear-gradient(168deg, #1C1C25, #13131A 75%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-top: 3px solid var(--signal);
  border-radius: var(--r);
  padding: 1.35rem 1.25rem 1.45rem;
  box-shadow: var(--dark-card-shadow);
  transition: transform .2s ease, border-color .2s ease;
  cursor: pointer;
}
.svc-map-grid > a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .14);
  border-top-color: var(--flare);
}
.svc-map-num {
  display: block;
  font: 400 1.35rem/1 "Anton", sans-serif;
  color: var(--signal);
  letter-spacing: .04em;
  margin-bottom: .55rem;
}
.svc-map-grid strong {
  display: block;
  font: 700 1.05rem/1.25 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--chrome-solid);
  margin-bottom: .4rem;
}
.svc-map-grid > a > span:nth-of-type(2) {
  display: block;
  color: var(--mist);
  font-size: .92rem;
  line-height: 1.45;
  flex: 1;
}
.svc-map-go {
  display: inline-block;
  margin-top: 1rem;
  font: 700 .82rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--flare);
}

.svc-group { margin-top: 2.8rem; }
.svc-group:first-of-type { margin-top: 2.2rem; }
.svc-group-title {
  font-size: 1.35rem;
  color: var(--chrome-solid);
  margin-bottom: 1.15rem;
  padding-bottom: .55rem;
  border-bottom: 2px solid var(--signal);
  display: inline-block;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 2.6rem;
}
.svc-grid--even {
  margin-top: 0;
  grid-template-columns: repeat(3, 1fr);
}
.svc-tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 320px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--dark-card-shadow);
}
.svc-tile > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06);
  transition: transform .6s ease;
}
.svc-tile:hover > img { transform: scale(1.05); }
.svc-body {
  position: relative;
  width: 100%;
  padding: 4.5rem 1.5rem 1.5rem;
  background: linear-gradient(180deg, rgba(8, 8, 11, 0) 0%, rgba(8, 8, 11, .62) 34%, rgba(8, 8, 11, .94) 78%);
}
.svc-body h3 { font-size: 1.35rem; margin-bottom: .4rem; }
.svc-body p { color: #D6D8E0; font-size: .95rem; max-width: 46ch; }
.svc-call {
  display: inline-block;
  margin-top: .8rem;
  font: 700 .88rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #FFC24D;
  text-decoration: none;
}
.svc-call:hover { color: #fff; }
.svc-tile--wide { grid-column: span 2; }
.svc-tile--cta {
  grid-column: 1 / -1;
  min-height: 0;
  background: linear-gradient(92deg, #2C1114, #170B0D 70%);
  border: 2px solid var(--signal);
  box-shadow: 0 18px 44px -12px rgba(230, 35, 41, .35);
  display: flex;
  align-items: center;
}
.svc-tile--cta-solo {
  margin-top: 2.4rem;
  border-radius: var(--r-lg);
}
.svc-tile--cta .svc-body {
  background: none;
  padding: 1.8rem 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
.svc-tile--cta .svc-copy { flex: 1 1 320px; }
.svc-tile--cta p { max-width: none; }

#solar {
  background:
    radial-gradient(1200px 280px at 50% 0%, rgba(247, 166, 0, .22), transparent 70%),
    radial-gradient(900px 320px at 80% 100%, rgba(247, 166, 0, .14), transparent 65%),
    var(--night);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#solar .expect-grid > li {
  border-left-color: var(--flare);
}
#solar .expect-grid > li:hover {
  border-left-color: var(--gold-mid);
  box-shadow: 0 18px 40px -14px rgba(247, 166, 0, .28);
}
#solar .expect-grid > li::before {
  background: repeating-linear-gradient(115deg, var(--flare) 0 7px, transparent 7px 14px);
}

@media (max-width: 1020px) {
  .svc-map-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .svc-grid,
  .svc-grid--even { grid-template-columns: 1fr 1fr; }
  .svc-tile--wide { grid-column: span 2; }
}
@media (max-width: 620px) {
  .svc-map-grid { grid-template-columns: 1fr; }
  .svc-grid,
  .svc-grid--even { grid-template-columns: 1fr; }
  .svc-tile, .svc-tile--wide { grid-column: auto; min-height: 300px; }
}

/* ---------- network attorney cards (about) ---------- */

.attorney-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 2.4rem;
}
.attorney-card {
  background: linear-gradient(168deg, #1C1C25, #13131A 75%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-top: 3px solid var(--signal);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--dark-card-shadow);
  transition: transform .22s ease, border-color .22s ease;
}
.attorney-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .14);
  border-top-color: var(--signal-hot);
}
.attorney-photo {
  overflow: hidden;
  background: #0A0A0E;
}
.attorney-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  transition: transform .55s ease;
}
.attorney-card:hover .attorney-photo img { transform: scale(1.04); }
.attorney-body {
  padding: 1.25rem 1.3rem 1.45rem;
}
.attorney-body h3 {
  font-size: 1.15rem;
  margin-bottom: .3rem;
  color: var(--chrome-solid);
}
.attorney-role {
  font: 600 .82rem/1.3 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--flare);
  margin-bottom: .7rem;
}
.attorney-mail {
  display: inline-block;
  font-size: .92rem;
  color: #C9CBD4;
  text-decoration-color: rgba(247, 166, 0, .45);
  word-break: break-all;
}
.attorney-mail:hover { color: var(--flare); }

@media (max-width: 900px) {
  .attorney-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .attorney-grid { grid-template-columns: 1fr; max-width: 420px; }
}
@media (prefers-reduced-motion: reduce) {
  .attorney-card:hover { transform: none; }
  .attorney-card:hover .attorney-photo img { transform: none; }
}

/* ---------- small page utilities ---------- */

.expect-grid--2 { grid-template-columns: 1fr 1fr; }
.expect-grid .tag-step { margin-bottom: .95rem; }
.mt-s { margin-top: .8rem; }
.van-figure--wide {
  max-width: 760px;
  margin: 2.6rem auto 0;
}

