/* ============================================================
   DEN Labor Law — Design System (prototype)
   Identity: Navy & Gold (classic law firm)
   Fonts: Cinzel (display labels / brand) + EB Garamond (headlines & body)
   ============================================================ */

:root {
  /* Brand — Navy */
  --navy-900: #0E1A30;   /* deepest (footer) */
  --navy-800: #14223F;   /* primary brand — Brand Navy */
  --navy-700: #1C2F52;
  --navy-600: #2A426F;   /* links / hover */

  /* Brand — Gold / Sand */
  --gold-600: #8C6F37;   /* gold text on light */
  --gold-500: #B3914F;   /* Brand Gold — accent / CTA fill */
  --gold-400: #D9C69B;   /* Brand Sand — light accent / on-navy text */

  /* Neutrals (warm) */
  --ink: #1B2435;
  --slate: #5A554D;
  --mist: #8A847A;
  --line: #E7E3DB;
  --surface: #FFFFFF;
  --cream: #FAF8F4;      /* Brand Paper */
  --cream-2: #F1EFEB;

  /* System */
  --maxw: 1160px;
  --radius: 6px;
  --radius-sm: 4px;
  --shadow: 0 10px 30px rgba(14, 26, 48, 0.10);
  --shadow-sm: 0 4px 14px rgba(14, 26, 48, 0.08);
  --font-head: 'Cinzel', Georgia, "Times New Roman", serif;
  --font-body: 'EB Garamond', Georgia, "Iowan Old Style", serif;

  /* Legacy aliases (kept so existing markup keeps working) */
  --teal-900: var(--navy-900);
  --teal-700: var(--navy-800);
  --teal-600: var(--navy-600);
  --teal-500: var(--navy-800);
  --amber-500: var(--gold-500);
  --amber-600: var(--gold-600);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
html, body { max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--surface);
  font-size: 19px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-weight: 600; line-height: 1.18; color: var(--navy-800); margin: 0 0 .5em; }
h2 { font-family: var(--font-head); letter-spacing: .04em; }   /* Cinzel — inscriptional section labels */
h1, h3, h4 { font-family: var(--font-body); letter-spacing: 0; }   /* EB Garamond — warm display */
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); line-height: 1.1; }
h2 { font-size: clamp(1.4rem, 2.7vw, 1.95rem); }
h3 { font-size: 1.35rem; color: var(--ink); }
p { margin: 0 0 1rem; color: var(--slate); }
a { color: var(--navy-600); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.bg-cream { background: var(--cream); }
.bg-navy, .bg-teal { background: var(--navy-800); color: #DCE4F0; }
.bg-navy h2, .bg-navy h3, .bg-teal h2, .bg-teal h3 { color: #FFFFFF; }
.bg-navy p, .bg-teal p { color: #B8C5DB; }
.eyebrow { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .2em; font-size: .76rem; color: var(--gold-600); margin: 0 0 .8rem; }
.lede { font-size: 1.18rem; color: var(--slate); max-width: 62ch; }
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }

/* Buttons — squared for a more formal, legal feel */
.btn { display: inline-flex; align-items: center; gap: .55em; font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 4px; border: 2px solid transparent; cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease; text-decoration: none; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn--primary { background: var(--gold-500); color: var(--navy-900); box-shadow: 0 6px 18px rgba(176,137,79,.30); }
.btn--primary:hover { background: var(--gold-600); color: #fff; }
.btn--ghost { background: transparent; color: var(--navy-800); border-color: var(--navy-600); }
.btn--ghost:hover { background: rgba(20,35,61,.06); }
.btn--white { background: #fff; color: var(--navy-800); }
.btn--white:hover { background: var(--cream); }
.btn--call { background: var(--navy-700); color: #fff; }
.btn--call:hover { background: var(--navy-800); }
.btn--lg { padding: 17px 32px; font-size: 1.06rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94);
  backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 22px; min-height: 76px; flex-wrap: nowrap; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 600;
  font-size: 1rem; letter-spacing: .14em; text-transform: uppercase; color: var(--navy-800); flex: none; white-space: nowrap; }
.brand:hover { text-decoration: none; }
.brand .mark { flex: none; background: var(--navy-800); color: #fff; font-family: var(--font-head); font-weight: 600;
  font-size: .82rem; letter-spacing: .2em; padding: 6px 8px 5px 11px; border-radius: 2px;
  box-shadow: inset 0 0 0 1px var(--gold-500); line-height: 1; }
/* Official DEN horizontal logo (SVG). Header = navy on light, footer = reversed on navy. */
.brand__logo { display: block; background-repeat: no-repeat; background-position: left center; background-size: contain; }
.site-header .brand__logo { width: 205px; height: 62px; background-image: url(images/DEN-horizontal-solid.svg); }
.footer .brand__logo { width: 158px; height: 46px; background-image: url(images/DEN-horizontal-reversed.svg); }
/* DEN crest — thin gold rules between the letters (legacy text mark, kept for fallback) */
.brand .mark .den { display: inline-block; letter-spacing: 0; padding: 0 .34em; line-height: 1; }
.brand .mark .den:first-child { padding-left: .03em; }
.brand .mark .den:last-child { padding-right: .03em; }
.brand .mark .den + .den { border-left: 1px solid var(--gold-500); }
.brand__word { font-family: var(--font-head); font-weight: 500; letter-spacing: .2em; font-size: .8rem; color: var(--navy-800); }
/* Header logo scaled up to match the button height */
.site-header .brand .mark { font-size: 1.55rem; padding: 11px 15px 10px 18px; letter-spacing: .22em; }
.site-header .brand__word { font-size: 1.02rem; }
.nav__links { display: flex; gap: 22px; margin-left: 14px; flex-wrap: nowrap; white-space: nowrap; }
.nav__links a { color: var(--ink); font-weight: 500; font-size: .98rem; }
.nav__links a:hover { color: var(--navy-600); text-decoration: none; }
.nav__cta { margin-left: auto; display: flex; align-items: center; gap: 12px; flex: none; }
.nav__cta .btn { white-space: nowrap; }
.lang { font-size: .9rem; color: var(--mist); font-weight: 600; }
.lang a { color: var(--mist); }
.lang .on { color: var(--navy-800); }

/* Hero */
.hero { background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); padding: 92px 0 80px; }
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.hero h1 { margin-bottom: .4em; font-size: clamp(2.5rem, 5.6vw, 3.9rem); line-height: 1.07; }
.hero h1 .accent { color: var(--gold-600); font-style: normal; }
.hero__sub { font-size: 1.24rem; line-height: 1.55; color: var(--slate); margin-bottom: 1.9rem; max-width: 46ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 1.4rem; }
.hero__micro { font-size: .95rem; color: var(--mist); display: flex; align-items: center; gap: 8px; }
.hero__media { position: relative; }
.hero__photo { width: 100%; border-radius: 10px; box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover;
  object-position: center 12%; background: var(--cream-2); border-top: 4px solid var(--gold-500); }
.hero__badge { position: absolute; left: -22px; bottom: 30px; background: #fff; border-radius: 8px;
  box-shadow: var(--shadow); padding: 16px 24px; display: block;
  border-left: 4px solid var(--gold-500); }
.hero__badge .big { font-family: var(--font-body); font-size: 2.25rem; color: var(--navy-800); font-weight: 600; line-height: 1; }
.hero__badge .small { font-size: .82rem; color: var(--mist); letter-spacing: .02em; margin-top: 2px; }

/* Trust bar */
.trustbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.trust { text-align: center; padding: 26px 14px; }
.trust + .trust { border-left: 1px solid var(--line); }
.trust .num { font-family: var(--font-body); font-size: 2.15rem; color: var(--navy-800); font-weight: 600; line-height: 1; }
.trust .lab { font-size: .9rem; color: var(--mist); margin-top: 6px; }
/* Recognition / Super Lawyers badges */
.recognition { padding: 30px 0 32px; border-bottom: 1px solid var(--line); background: #fff; }
.recognition__inner { text-align: center; }
.recognition__label { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .2em; font-size: .76rem; color: var(--mist); margin: 0 0 18px; }
.recognition__badges { display: flex; justify-content: center; align-items: center; gap: 44px; flex-wrap: wrap; }
.recognition__badges img { height: 156px; width: auto; }
@media (max-width: 560px) { .recognition__badges img { height: 122px; } .recognition__badges { gap: 24px; } }

/* Cards / grid */
.grid { display: grid; gap: 20px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow-sm); transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
  display: flex; flex-direction: column; }
a.card:hover { text-decoration: none; transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--gold-400); }
.card__icon { display: none; }
.card__icon svg { width: 24px; height: 24px; }
.card h3 { color: var(--navy-800); margin-bottom: .3em; }
.card p { font-size: .98rem; margin-bottom: 1rem; }
.card .more { margin-top: auto; font-weight: 600; color: var(--navy-600); font-size: .95rem; }

/* Result cards */
/* Results — editorial ledger (flat, hairline-ruled, not cards) */
.result { background: none; border: 0; box-shadow: none; border-radius: 0; padding: 20px 2px 0; border-top: 2px solid var(--navy-800); }
.result .amt { font-family: var(--font-body); font-size: 2.7rem; font-weight: 600; color: var(--navy-800); line-height: 1; margin-bottom: .1em; }
.result .type { font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; color: var(--gold-600); font-weight: 700; margin-bottom: .5rem; }
.result p { font-size: .96rem; margin: 0; color: var(--slate); }

/* Why list */
.why { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.why__item .h { display: flex; align-items: center; gap: 10px; font-family: var(--font-body); font-weight: 600;
  color: var(--navy-800); font-size: 1.22rem; margin-bottom: .35rem; }
.why__item .check { width: 26px; height: 26px; border-radius: 50%; background: rgba(176,137,79,.16); color: var(--gold-600);
  display: grid; place-items: center; flex: none; font-weight: 700; }
.why__item p { font-size: .96rem; }

/* Process */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.step { position: relative; padding: 26px 22px; background: rgba(255,255,255,.05); border-radius: var(--radius); border: 1px solid rgba(255,255,255,.14); }
.step .n { counter-increment: step; font-family: var(--font-body); font-size: 1.3rem; width: 40px; height: 40px; border-radius: 50%;
  background: var(--gold-500); color: var(--navy-900); display: grid; place-items: center; font-weight: 700; margin-bottom: 14px; }
.step .n::before { content: counter(step); }
.step h3 { color: #fff; font-size: 1.1rem; }
.step p { color: #B8C5DB; font-size: .92rem; margin: 0; }

/* Testimonials */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.quote .stars { color: var(--gold-500); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 12px; }
.quote blockquote { margin: 0 0 14px; font-size: 1.05rem; color: var(--ink); }
.quote .who { font-weight: 600; color: var(--slate); font-size: .92rem; }
.placeholder-note { font-size: .82rem; color: var(--mist); font-style: italic; margin-top: 8px; }

/* FAQ accordion */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; padding: 20px 24px; font-weight: 600; font-size: 1.06rem; color: var(--navy-800);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--gold-600); font-weight: 400; flex: none; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq .a { padding: 0 24px 22px; }
.faq .a p { margin: 0; font-size: 1rem; }

/* Contact / CTA */
.cta-band { background: linear-gradient(135deg, var(--navy-800), var(--navy-700)); color: #fff; border-radius: 12px; padding: 48px;
  border-top: 4px solid var(--gold-500); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #C6D2E5; }
.form { background: #fff; border-radius: 12px; padding: 30px; box-shadow: var(--shadow); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.when-row { display: flex; gap: 10px; }
.when-row select { flex: 1; min-width: 0; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: .88rem; font-weight: 600; color: var(--slate); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 6px; font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(36,66,114,.28); border-color: var(--navy-600); }
/* Custom dropdown chevron with comfortable spacing from the edge */
.field select { appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%235A554D' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; }
.form .consent { font-size: .8rem; color: var(--mist); }
.required-note { margin: 0 0 14px; text-align: right; color: var(--slate); font-size: .82rem; }
.required-mark { color: #a32835; font-weight: 700; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin: 16px 0; padding: 14px 16px; border-radius: 6px; font-size: 1rem; line-height: 1.45; font-weight: 700; }
.form-status--success { color: #165c35 !important; background: #e9f7ef; border: 1px solid #a8d8bb; }
.form-status--error { color: #721c24 !important; background: #fbeaec; border: 1px solid #d88b93; border-left: 5px solid #a32835; box-shadow: 0 3px 10px rgba(114,28,36,.12); }
.form button[disabled] { cursor: wait; opacity: .72; }

/* Breadcrumb */
.crumb { font-size: .9rem; color: var(--mist); padding: 18px 0 0; }
.crumb a { color: var(--mist); }
.crumb a:hover { color: var(--navy-600); }

/* Article (practice page) */
.article { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.prose h2 { margin-top: 1.6em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .5em; color: var(--slate); }
.aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 18px; }
.aside .card { padding: 22px; }
.aside .card h3 { color: var(--navy-800); }
.page-hero { background: var(--navy-800); color: #fff; padding: 40px 0 52px; border-bottom: 4px solid var(--gold-500); }
.page-hero h1 { color: #fff; max-width: 18ch; }
.page-hero p { color: #C6D2E5; max-width: 56ch; font-size: 1.12rem; }
.page-hero .crumb, .page-hero .crumb a { color: #9DB0CE; }

/* Footer */
.footer { background: var(--navy-900); color: #B6C2D6; padding: 56px 0 28px; font-size: .95rem; }
.footer a { color: #D7E0EC; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; margin-bottom: 32px; }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 8px; }
.footer .brand { color: #fff; margin-bottom: 12px; }
.footer .mark { background: var(--navy-700); color: #fff; box-shadow: inset 0 0 0 1px var(--gold-500); }
.footer .brand, .footer .brand__word { color: #fff; }
.footer .legal { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; font-size: .8rem; color: #8895AB; }
.footer .legal p { color: #8895AB; font-size: .8rem; }
/* Footer collapses on smaller screens so no column runs off-screen */
@media (max-width: 760px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 26px 24px; } }
@media (max-width: 460px) { .footer__grid { grid-template-columns: 1fr; } }

/* Mobile sticky action bar */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: #fff;
  border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(0,0,0,.08); padding: 8px; gap: 8px; }
.mobile-bar a { flex: 1; text-align: center; justify-content: center; padding: 12px 8px; font-size: .9rem; }

/* Hamburger toggle + slide-in mobile menu (built by menu.js) */
.nav__toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; flex: none;
  width: 46px; height: 44px; padding: 0 11px; background: transparent; border: 1px solid var(--line);
  border-radius: 6px; cursor: pointer; }
.nav__toggle span { display: block; height: 2px; width: 100%; background: var(--navy-800); border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease; }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1180px) { .nav__toggle { display: inline-flex; } }

.mobile-menu { position: fixed; top: 0; right: 0; height: 100%; width: min(330px, 86vw); background: #fff;
  box-shadow: -14px 0 44px rgba(14,26,48,.20); z-index: 200; transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1); overflow-y: auto; -webkit-overflow-scrolling: touch; }
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__inner { display: flex; flex-direction: column; padding: 76px 26px 40px; }
.mobile-menu__inner > a { font-family: var(--font-head); font-size: 1.06rem; letter-spacing: .01em;
  color: var(--ink); padding: 15px 2px; border-bottom: 1px solid var(--line); text-decoration: none; }
.mobile-menu__inner > a:hover { color: var(--navy-600); }
.mobile-menu__cta { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.mobile-menu__cta .btn { width: 100%; justify-content: center; }
.mobile-menu__lang { margin-top: 22px; text-align: center; font-size: 1rem; color: var(--mist); font-weight: 600; }
.mobile-menu__lang a { color: var(--navy-700); }
.mobile-menu__lang .on { color: var(--navy-900); }
.mobile-menu__close { position: absolute; top: 14px; right: 16px; width: 42px; height: 42px; background: transparent;
  border: none; font-size: 2.1rem; line-height: 1; color: var(--slate); cursor: pointer; }
.mobile-menu__close:hover { color: var(--navy-800); }
.mobile-menu__backdrop { position: fixed; inset: 0; background: rgba(14,26,48,.5); z-index: 190;
  opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.mobile-menu__backdrop.is-open { opacity: 1; visibility: visible; }
@media (prefers-reduced-motion: reduce) {
  .mobile-menu, .mobile-menu__backdrop, .nav__toggle span { transition: none; }
}

/* Responsive */
@media (max-width: 1180px) {
  /* Collapse primary nav links while there's still room, so the brand + CTA
     buttons never overflow the bar. (A mobile menu button is a follow-up.) */
  .nav__links { display: none; }
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; max-width: 380px; }
  .trustbar__grid { grid-template-columns: repeat(2,1fr); }
  .trust:nth-child(3) { border-left: none; }
  .trust:nth-child(odd) { border-left: none; }
  .grid--3, .grid--4, .why, .steps { grid-template-columns: repeat(2,1fr); }
  .grid--2 { grid-template-columns: 1fr; }
  .article { grid-template-columns: 1fr; }
  .aside { position: static; }
  .form .row { grid-template-columns: 1fr; }
  .nav__links, .nav .lang { display: none; }
  /* Below the desktop nav width, the sticky bottom bar carries call/text/CTA,
     so slim the header and drop the redundant phone button. */
  .site-header .brand__logo { width: 174px; height: 53px; }
  .nav__cta .btn--call { display: none; }
  .cta-band { padding: 32px; }
  .form { padding: 26px; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 70px; }
}
@media (max-width: 560px) {
  body { font-size: 17px; padding-bottom: 70px; }
  .section { padding: 52px 0; }
  .grid--3, .grid--4, .why, .steps, .grid--2 { grid-template-columns: 1fr; }
  .cta-band { padding: 22px 18px; }
  .form { padding: 22px 18px; }
  .hero__badge { left: 8px; }
  .nav { gap: 10px; }
  /* Phone header: just the logo + hamburger; the bottom bar carries the actions */
  .nav__cta { display: none; }
  .nav__toggle { margin-left: auto; }
  .site-header .brand__logo { width: 150px; height: 46px; }
}

/* ============================================================
   Added components (empathy, stat line, reviews wall, recover
   grid, deadlines, areas, scenarios, consent)
   ============================================================ */

/* "Sound familiar?" empathy quotes — borderless typographic blocks */
.familiar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 40px; }
.familiar__q { margin: 0; padding: 2px 0 2px 20px; border-left: 2px solid var(--gold-500); background: none;
  box-shadow: none; border-radius: 0; font-style: italic; font-size: 1.22rem; line-height: 1.5; color: var(--ink); }

/* Stat line (results / areas headline numbers) */
.statline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.statline__item { text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 14px; box-shadow: var(--shadow-sm); border-top: 3px solid var(--gold-500); }
.statline__item .big { font-family: var(--font-body); font-size: 2.2rem; font-weight: 600; color: var(--navy-800); line-height: 1; }
.statline__item .lab { font-size: .86rem; color: var(--mist); margin-top: 8px; }
.statline__item .lab em { font-style: italic; color: var(--gold-600); }

/* Reviews wall */
.rating-header { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.rating-header__stars { color: var(--gold-500); font-size: 1.4rem; letter-spacing: 2px; }
.rating-header__score { font-family: var(--font-head); font-size: 1.6rem; font-weight: 600; color: var(--navy-800); }
.rating-header__meta { color: var(--mist); font-size: .95rem; }
.reviews-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.review__top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review__avatar { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--navy-700); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-family: var(--font-head); }
.review__name { font-weight: 600; color: var(--navy-800); font-size: .98rem; }
.review__src { font-size: .82rem; color: var(--mist); }
.review .stars { color: var(--gold-500); letter-spacing: 2px; margin-bottom: 10px; }
.review blockquote { margin: 0; font-size: 1rem; color: var(--ink); }

/* "What you can recover" grid */
.recover { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.recover__icon { width: 46px; height: 46px; border-radius: 8px; background: var(--cream-2); color: var(--navy-700);
  display: grid; place-items: center; margin-bottom: 14px; }
.recover__icon svg { width: 24px; height: 24px; }
.recover h3 { color: var(--navy-800); margin-bottom: .3em; }
.recover p { font-size: .96rem; margin: 0; }

/* Statute-of-limitations deadlines */
.deadlines { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.deadline { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius);
  padding: 26px 24px; border-top: 3px solid var(--gold-500); }
.deadline__time { font-family: var(--font-body); font-size: 2.4rem; font-weight: 600; color: #fff; line-height: 1; }
.deadline__label { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-400); font-weight: 700; margin: 8px 0 12px; }
.deadline p { color: #B8C5DB; font-size: .94rem; margin: 0; }
.deadline-note { text-align: center; color: #9DB0CE; font-size: .92rem; max-width: 70ch; margin: 26px auto 0; }

/* Areas served list */
.areas-list { text-align: center; max-width: 80ch; margin: 28px auto 0; color: var(--slate); font-size: 1.02rem; line-height: 1.9; }

/* Know-your-rights scenario cards */
.scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.scenario { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.scenario h3 { font-size: 1.08rem; color: var(--navy-800); margin-bottom: .4em; }
.scenario p { font-size: .95rem; margin: 0; }
.scenario__tag { display: inline-block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  color: var(--gold-600); background: rgba(176,137,79,.14); border-radius: 999px; padding: 4px 12px; margin-bottom: 12px; }

/* Consent checkbox */
.consent-check { display: flex; gap: 10px; align-items: flex-start; font-size: .82rem; color: var(--slate); margin: 4px 0 16px; cursor: pointer; }
.consent-check input { width: 18px; height: 18px; margin-top: 1px; flex: none; accent-color: var(--navy-700); }

@media (max-width: 900px) {
  .familiar, .reviews-wall, .scenarios { grid-template-columns: repeat(2, 1fr); }
  .statline, .deadlines { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .familiar, .reviews-wall, .scenarios, .statline, .deadlines { grid-template-columns: 1fr; }
}

/* Video embed */
.video-frame { max-width: 820px; margin: 0 auto; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line); border-top: 4px solid var(--gold-500); background: #000; }
.video-frame .ratio { position: relative; aspect-ratio: 16 / 9; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-grid .video-frame { max-width: none; margin: 0; }
.video-cap { text-align: center; font-weight: 600; color: var(--navy-800); font-size: .98rem; margin: 12px 0 0; }
@media (max-width: 820px) { .video-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

/* ============================================================
   Scroll effects + imagery (subtle, progressive)
   ============================================================ */

/* Reveal-on-scroll — only active once JS adds .has-reveal, so no-JS shows all */
.has-reveal .reveal { opacity: 0; transform: translateY(12px);
  transition: opacity .5s ease, transform .5s cubic-bezier(.2,.7,.2,1); }
.has-reveal .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .has-reveal .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Parallax skyline band */
.parallax { position: relative; background-color: var(--navy-900);
  background-image: url("images/law-office.png"), url("images/skyline.svg");
  background-size: cover, cover; background-position: center, center 35%;
  background-attachment: fixed, fixed; background-repeat: no-repeat, no-repeat; overflow: hidden; }
.parallax::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,18,34,.55), rgba(10,18,34,.78)); }
.parallax > .wrap { position: relative; z-index: 1; }
.parallax h2 { color: #fff; }
.parallax .eyebrow { color: var(--gold-400); }
.parallax .lede, .parallax .areas-list { color: #C6D0E2; }
.parallax .statline__item { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.parallax .statline__item .big { color: #fff; }
.parallax .statline__item .lab { color: #AEB8C9; }
.parallax .statline__item .lab em { color: var(--gold-400); }
/* Areas Served band uses its own image (Practice Areas keeps the desk photo) */
#areas.parallax { background-image: url("images/lady-liberty.jpg"), url("images/skyline.svg"); }
/* Areas Served has 3 stats (not 4) — give it a centered 3-up grid */
#areas .statline { grid-template-columns: repeat(3, 1fr); max-width: 820px; margin-left: auto; margin-right: auto; }
@media (max-width: 700px) { #areas .statline { grid-template-columns: 1fr; } }

/* Photographic page-hero (practice pages) — background-image set inline per page */
.page-hero.page-hero--photo { position: relative; background-color: var(--navy-900);
  background-size: cover; background-position: center; background-attachment: fixed; background-repeat: no-repeat;
  overflow: hidden; padding: 60px 0 68px; }
.page-hero.page-hero--photo::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,18,34,.48), rgba(10,18,34,.76)); }
.page-hero.page-hero--photo > .wrap { position: relative; z-index: 1; }
@media (max-width: 820px) { .page-hero.page-hero--photo { background-attachment: scroll; } }
@media (prefers-reduced-motion: reduce) { .page-hero.page-hero--photo { background-attachment: scroll; } }

/* About bio hero — large framed portrait panel beside the heading */
.page-hero--bio { padding: 0; }
.bio-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch; min-height: 58vh; }
.bio-hero__text { display: flex; flex-direction: column; justify-content: center; padding: 56px 0; }
.bio-hero__photo { border-radius: 12px; background-size: cover; background-position: center 18%;
  box-shadow: var(--shadow); border-top: 4px solid var(--gold-500); background-color: var(--navy-700); margin: 44px 0; }
@media (max-width: 760px) {
  .bio-hero { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .bio-hero__text { padding: 40px 0 22px; }
  .bio-hero__photo { min-height: 320px; margin: 0; }
}

/* About hero — large portrait background with parallax */
.page-hero.page-hero--portrait { position: relative; background-color: var(--navy-900);
  background-size: cover; background-position: 68% 22%; background-attachment: fixed; background-repeat: no-repeat;
  overflow: hidden; padding: 104px 0; min-height: 64vh; display: flex; align-items: center; }
.page-hero.page-hero--portrait::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,18,34,.92) 0%, rgba(10,18,34,.66) 42%, rgba(10,18,34,.2) 72%, rgba(10,18,34,.05) 100%); }
.page-hero.page-hero--portrait > .wrap { position: relative; z-index: 1; width: 100%; }
.page-hero--portrait h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); max-width: 16ch; }
.page-hero--portrait p { font-size: 1.18rem; max-width: 42ch; }
@media (max-width: 820px) {
  .page-hero.page-hero--portrait { background-attachment: scroll; background-position: 62% 18%; min-height: 56vh; padding: 72px 0; }
  .page-hero.page-hero--portrait::before { background: linear-gradient(180deg, rgba(10,18,34,.6), rgba(10,18,34,.8)); }
}
@media (prefers-reduced-motion: reduce) { .page-hero.page-hero--portrait { background-attachment: scroll; } }
@media (max-width: 820px) { .parallax { background-attachment: scroll; } }
@media (prefers-reduced-motion: reduce) { .parallax { background-attachment: scroll; } }

/* Scales-of-justice accent above a heading */
.accent-mark { width: 42px; height: 42px; display: block; margin: 0 auto 14px; opacity: .92; }

/* Practice-areas hub — boxed groups, column-packed */
.areas-index { columns: 3; column-gap: 24px; }
.area-group { break-inside: avoid; -webkit-column-break-inside: avoid; display: inline-block; width: 100%;
  margin: 0 0 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 26px 20px; box-shadow: var(--shadow-sm); border-top: 3px solid var(--gold-500); }
.area-group h3 { margin: 0 0 .55em; font-size: 1.18rem; }
.area-group h3 a { color: var(--navy-800); }
.area-group h3 a:hover { color: var(--navy-600); text-decoration: none; }
.area-group ul { list-style: none; padding: 0; margin: 0; }
.area-group li { margin-bottom: 6px; color: var(--slate); font-size: .97rem; }
@media (max-width: 980px) { .areas-index { columns: 2; } }
@media (max-width: 620px) { .areas-index { columns: 1; } }

/* (hero scroll-float removed — a static hero is calmer and never janks) */
