/* ============ TOKENS ============ */
:root{
  --ink:#1E1216;
  --ivory:#F7F1EA;
  --white:#FFFFFF;
  --ox:#8C2F39;
  --ox-deep:#5E1F26;
  --rose:#E3A0A8;
  --muted:#655A5D;
  --muted-d:#B9A9AD;
  --hero-dark:#0B0708;
  --plum:#2B1C21;
  --hair-l:rgba(30,18,22,.12);
  --hair-d:rgba(247,241,234,.14);
  --gutter:48px;
  --serif:'Libre Caslon Text', Georgia, serif;
  --sans:'Public Sans', -apple-system, sans-serif;
  --mono:'IBM Plex Mono', ui-monospace, monospace;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);font-size:17px;line-height:1.65;color:var(--ink);background:var(--white)}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
.wrap{max-width:1440px;margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}
.kicker{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--ox);display:flex;align-items:center;gap:12px}
.kicker::before{content:"";display:block;width:38px;height:2px;background:var(--ox)}
.kicker--ondark{color:var(--rose)}
.kicker--ondark::before{background:var(--rose)}
.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--sans);font-weight:600;font-size:14px;letter-spacing:.1em;text-transform:uppercase;padding:16px 26px;min-height:49px;cursor:pointer;border:0;transition:transform .15s ease, box-shadow .15s ease}
.btn--primary{background:var(--ox);color:var(--ivory);box-shadow:0 8px 28px rgba(140,47,57,.35)}
.btn--primary:hover{transform:translateY(-1px);box-shadow:0 12px 34px rgba(140,47,57,.45)}
.btn--ghost{background:transparent;color:var(--ivory);border:1px solid rgba(247,241,234,.35)}
.btn--ghost:hover{border-color:rgba(247,241,234,.7)}
.btn .arr{display:block;flex:0 0 auto}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.12}

/* ============ UTILITY STRIP ============ */
.strip-top{background:var(--ox);color:var(--ivory)}
.strip-top .wrap{display:flex;justify-content:space-between;align-items:center;padding-top:11px;padding-bottom:11px}
.strip-top span{font-family:var(--mono);font-size:11px;letter-spacing:.14em}

/* ============ NAV ============ */
.section--hero{background:var(--hero-dark);position:relative;overflow:hidden}
.hero-bg{position:absolute;top:0;right:0;width:53%;height:100%;background:url("hero-courthouse.jpg") center 30%/cover no-repeat}
.hero-bg::after{content:"";position:absolute;inset:0;background:
  linear-gradient(90deg, var(--hero-dark) 0%, rgba(11,7,8,.62) 45%, rgba(11,7,8,.3) 100%),
  linear-gradient(180deg, rgba(11,7,8,.85) 0%, rgba(0,0,0,.15) 45%, var(--hero-dark) 100%)}
.hero-lawyer{position:absolute;bottom:0;right:25%;height:73%;z-index:3;pointer-events:none}
.hero-lawyer img{height:100%;width:auto}
.ghost-word{position:absolute;left:0;bottom:-3%;font-family:var(--serif);font-size:clamp(160px,17vw,300px);line-height:1;color:transparent;-webkit-text-stroke:1px rgba(247,241,234,.05);letter-spacing:.02em;white-space:nowrap;z-index:1;pointer-events:none}
.nav{position:relative;z-index:4}
.nav .wrap{display:flex;justify-content:space-between;align-items:center;padding-top:26px;padding-bottom:26px}
.wordmark{display:flex;align-items:center;gap:14px;color:var(--ivory);font-family:var(--serif);font-size:19px;letter-spacing:.12em}
.wordmark::after{content:"";width:40px;height:5px;background:var(--ox)}
.nav-links{display:flex;gap:32px}
.nav-links a{color:var(--ivory);font-size:15px;opacity:.85}
.nav-links a:hover{opacity:1;color:var(--rose)}
.btn--nav{padding:13px 22px;min-height:44px}

/* ============ HERO ============ */
.hero-body{position:relative;z-index:2;padding-top:72px;padding-bottom:104px;max-width:720px;display:flex;flex-direction:column;align-items:flex-start;gap:28px}
.hero-body h1{font-size:60px;line-height:1.12;color:var(--ivory);margin:0}
.hero-sub{color:var(--muted-d);font-size:16px;line-height:1.65;max-width:520px;margin:0}
.gbadge{display:inline-flex;align-items:center;gap:18px;background:none;padding:0;margin:0}
.gbadge img{height:44px;width:auto}
.gbadge .divider{width:1px;height:50px;background:rgba(247,241,234,.85)}
.gbadge .stars{color:#F5A623;font-size:15px;letter-spacing:2px;line-height:1;margin-bottom:8px}
.gbadge p{font-size:13px;line-height:1.45;color:var(--white)}
.gbadge b{font-weight:600}
.hero-ctas{display:flex;gap:14px;margin:0;flex-wrap:wrap}
.hero-micro{font-family:var(--sans);font-size:14px;color:var(--muted-d)}

/* ============ LOGO STRIP (running) ============ */
.section--logos{background:linear-gradient(180deg,#0E0709 0%,#241318 100%);padding:30px 0;overflow:hidden;position:relative}
.marquee{display:flex;width:max-content;animation:marquee 36s linear infinite}
.marquee:hover{animation-play-state:paused}
.marquee-set{display:flex;align-items:center;gap:88px;padding-right:88px;flex:0 0 auto}
.marquee-set img{width:auto;height:40px;opacity:.92;filter:brightness(0) invert(1)}
.marquee-set img.lg-cidla{height:32px}
.marquee-set img.lg-lso{height:36px}
.marquee-set img.lg-oba{height:42px}
.marquee-set img.lg-otla{height:40px}
.marquee-set img.lg-cla{height:42px}
.marquee-set img.lg-bt{height:30px}
.marquee-set img.lg-clever{height:38px}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ============ STAKES ============ */
.section--stakes{background:var(--ivory);padding:120px 0}
.stakes-grid{display:flex;gap:64px;align-items:center}
.stakes-tile{position:relative;flex:0 0 640px}
.stakes-tile .frame{position:absolute;left:18px;top:18px;width:100%;height:100%;border:1px solid rgba(140,47,57,.6)}
.stakes-tile img{position:relative;width:640px;height:400px;object-fit:cover}
.stakes-tile .tab{position:absolute;left:-10px;top:28px;width:56px;height:8px;background:var(--ox)}
.stakes-tile .chip{position:absolute;left:24px;bottom:24px;background:rgba(0,0,0,.55);color:var(--ivory);font-family:var(--mono);font-size:12px;letter-spacing:.12em;padding:10px 16px}
.stakes-copy{flex:1;min-width:0}
.stakes-copy h2{font-size:44px;margin:18px 0 22px}
.stakes-copy .lead{color:var(--muted);max-width:540px;margin-bottom:34px}
.call-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.call-row .q{font-family:var(--serif);font-size:20px}

/* ============ PRACTICE ============ */
.section--practice{background:#000;padding:120px 0 110px;overflow:hidden}
.practice-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px}
.practice-head h2{font-size:40px;color:var(--ivory);margin-top:18px}
.slider-controls{display:flex;align-items:center;gap:18px}
.slider-controls .arrow{width:48px;height:48px;border:1px solid var(--hair-d);display:flex;align-items:center;justify-content:center;color:var(--ivory);cursor:pointer;background:none;font-size:18px}
.slider-controls .arrow:hover{border-color:var(--rose);color:var(--rose)}
.progress{width:120px;height:2px;background:var(--hair-d);position:relative}
.progress::after{content:"";position:absolute;left:0;top:0;height:100%;width:38%;background:var(--ox)}
.practice-row{display:flex;gap:28px;padding-left:max(var(--gutter), calc((100vw - 1440px)/2 + var(--gutter)));padding-right:var(--gutter);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}
.practice-row::-webkit-scrollbar{display:none}
.progress::after{width:var(--pw,38%);transition:width .3s}
.practice-card{flex:0 0 400px;background:var(--plum);padding:38px 34px 34px;display:flex;flex-direction:column;gap:16px;min-height:300px}
.practice-card .icon{width:46px;height:46px;border-radius:50%;background:rgba(140,47,57,.28);display:flex;align-items:center;justify-content:center;color:var(--rose)}
.practice-card .icon svg{width:22px;height:22px;stroke:var(--rose);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.practice-card h3{font-size:24px;color:var(--ivory)}
.practice-card p{font-size:14.5px;line-height:1.62;color:var(--muted-d);flex:1}
.practice-card a{font-family:var(--sans);font-weight:600;font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--rose)}
.practice-card a:hover{color:var(--ivory)}

/* ============ REVIEWS ============ */
.section--reviews{background:var(--ivory);padding:110px 0}
.reviews-head{text-align:center;margin-bottom:52px}
.reviews-head .kicker{justify-content:center}
.reviews-head .kicker::after{content:"";display:block;width:38px;height:2px;background:var(--ox)}
.reviews-head h2{font-size:40px;margin-top:16px}
.review-grid{display:flex;gap:32px}
.review-card{background:var(--white);padding:34px 32px;flex:1;display:flex;flex-direction:column;gap:16px}
.review-top{display:flex;align-items:center;gap:14px}
.avatar{width:42px;height:42px;border-radius:50%;background:var(--ox);color:var(--ivory);display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:600;font-size:13px}
.review-top .who b{display:block;font-size:15px;font-weight:600}
.review-top .who span{font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;color:var(--muted)}
.review-top .g{margin-left:auto;font-family:var(--serif);font-size:22px;color:#4285F4}
.review-stars{color:#F5A623;letter-spacing:3px;font-size:14px}
.review-card blockquote{font-size:15.5px;line-height:1.65;color:var(--ink);flex:1}
.review-tag{font-family:var(--mono);font-size:11px;letter-spacing:.14em;color:var(--ox)}
.review-dots{display:flex;gap:14px;justify-content:center;margin-top:44px}
.review-dots i{width:10px;height:10px;border-radius:50%;background:var(--ink);opacity:.18}
.review-dots i.on{opacity:1;background:var(--ox)}

/* ============ PRESS ============ */
.section--press{background:var(--white);padding:88px 0;text-align:center}
.press-kicker{display:inline-flex;align-items:center;gap:12px;font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.22em;color:var(--ox)}
.press-kicker::before,.press-kicker::after{content:"";width:38px;height:2px;background:var(--ox)}
.section--press h2{font-size:34px;margin:18px 0 8px}
.press-logos{display:flex;justify-content:center;align-items:center;gap:56px;margin:30px 0 22px;flex-wrap:wrap}
.press-logos img{height:26px;width:auto;opacity:.82}
.press-logos img.tall{height:44px}
.press-blurb{max-width:560px;margin:0 auto 40px;font-size:16px;color:var(--muted)}
.press-stills{display:flex;gap:24px;margin-bottom:26px}
.press-still{flex:1;text-align:left}
.press-still .thumb{position:relative;background:#291a1f;height:176px;display:flex;align-items:center;justify-content:center}
.press-still .play{width:44px;height:44px;border-radius:50%;background:var(--ox);display:flex;align-items:center;justify-content:center}
.press-still .play::after{content:"";display:block;margin-left:3px;border-left:12px solid var(--ivory);border-top:7px solid transparent;border-bottom:7px solid transparent}
.press-still figcaption{font-family:var(--mono);font-size:10px;letter-spacing:.1em;color:var(--muted);margin-top:10px}
.press-note{font-family:var(--mono);font-size:10px;letter-spacing:.1em;color:var(--muted);opacity:.8}

/* ============ WHY ============ */
.section--why{background:var(--ink);padding:120px 0}
.why-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:52px}
.why-head h2{font-size:40px;color:var(--ivory);margin-top:18px}
.why-head .badge{font-family:var(--mono);font-size:11px;letter-spacing:.18em;color:var(--muted-d)}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.why-card{background:var(--plum);padding:34px 30px;display:flex;flex-direction:column;gap:12px}
.why-card .num{font-family:var(--mono);font-size:34px;color:var(--rose);opacity:.85}
.why-card h3{font-size:22px;color:var(--ivory)}
.why-card .label{font-family:var(--mono);font-size:11px;letter-spacing:.16em;color:var(--rose)}
.why-card p{font-size:14.5px;line-height:1.62;color:var(--muted-d)}
.why-foot{display:flex;align-items:center;gap:24px;margin-top:48px}
.why-foot .note{color:var(--muted-d);font-size:15px}

/* ============ FORM / MAP ============ */
.section--form{background:#e8e6e1}
.form-stage{position:relative;min-height:760px}
.map-embed{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:100%;border:0;display:block}
.form-card{position:absolute;left:var(--gutter);top:50%;transform:translateY(-50%);width:540px;z-index:2;background:var(--ink);padding:34px 36px 30px;color:var(--ivory)}
.form-card h2{font-size:28px;color:var(--ivory);margin:14px 0 8px;line-height:1.25}
.form-card .sub{font-size:14.5px;color:var(--muted-d);margin-bottom:22px}
.field{margin-bottom:16px}
.field label{display:block;font-family:var(--mono);font-size:10.5px;letter-spacing:.16em;color:var(--muted-d);margin-bottom:7px}
.field input,.field select{width:100%;height:48px;background:rgba(247,241,234,.06);border:1px solid var(--hair-d);color:var(--ivory);padding:0 15px;font-family:var(--sans);font-size:15px}
.field select{appearance:none;-webkit-appearance:none;padding-right:42px;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 1l5 5 5-5' fill='none' stroke='%23F7F1EA' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}
.field select option{color:#1E1216;background:#fff}
.field input::placeholder{color:rgba(247,241,234,.45)}
.consent{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--muted-d);margin:4px 0 18px}
.consent input{width:16px;height:16px;accent-color:var(--ox)}
.form-card .btn{width:100%;justify-content:center}
.form-trust{font-family:var(--mono);font-size:10px;letter-spacing:.12em;color:var(--muted-d);text-align:center;margin-top:14px}
.map-chip{position:absolute;right:var(--gutter);bottom:40px;z-index:2;background:var(--ink);color:var(--ivory);padding:16px 20px}
.map-chip b{font-family:var(--serif);font-size:18px;font-weight:400;display:block;margin-bottom:5px}
.map-chip span{font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;color:var(--muted-d);line-height:1.7;display:block}
.map-pin{display:none}
.map-pin svg{width:100%;height:100%;fill:var(--ox)}

/* ============ FAQ ============ */
.section--faq{background:var(--white);padding:110px 0}
.faq-head{text-align:center;margin-bottom:48px}
.faq-head .kicker{justify-content:center}
.faq-head .kicker::after{content:"";width:38px;height:2px;background:var(--ox)}
.faq-head h2{font-size:40px;margin-top:16px}
.faq-list{max-width:880px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--hair-l)}
.faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 4px;cursor:pointer;font-family:var(--serif);font-size:21px;font-weight:500;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"";flex:0 0 20px;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 3v14M3 10h14' stroke='%238C2F39' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.faq-item[open] summary::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M3 10h14' stroke='%238C2F39' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")}
.faq-item .a{padding:0 4px 28px;color:var(--muted);max-width:760px}
.faq-foot{max-width:880px;margin:34px auto 0;display:flex;gap:14px;align-items:baseline}
.faq-foot p{color:var(--muted)}
.faq-foot a{font-weight:600;font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--ox)}

/* ============ COURTS ============ */
.section--courts{position:relative;background:var(--ink);padding:120px 0 190px;overflow:hidden}
.section--courts::before{content:"";position:absolute;inset:0;background:url("skyline.jpg") center/cover no-repeat;opacity:.5}
.section--courts::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(20,11,14,.92) 0%, rgba(20,11,14,.55) 60%, rgba(20,11,14,.75) 100%)}
.section--courts .wrap{position:relative;z-index:2}
.courts-grid{display:flex;gap:80px;align-items:flex-start}
.courts-copy{flex:0 0 460px}
.courts-copy h2{font-size:40px;color:var(--ivory);margin:18px 0 20px}
.courts-copy p{color:var(--muted-d);margin-bottom:32px}
.courts-cols{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:0 56px}
.courts-cols h4{font-family:var(--mono);font-size:11px;letter-spacing:.18em;color:var(--rose);font-weight:500;padding-bottom:14px;border-bottom:1px solid var(--hair-d);margin-bottom:4px}
.courts-cols li{color:var(--ivory);font-size:15.5px;padding:13px 0;border-bottom:1px solid var(--hair-d)}
.courts-cols li.dim{color:var(--muted-d);font-style:italic}

/* ============ FOOTER + CTA CARD ============ */
.section--footer{background:#1E1216;padding:0 var(--gutter) 48px;position:relative;display:flow-root}
.cta-card{position:relative;z-index:3;max-width:1344px;margin:-109px auto 0;background:var(--ox);display:flex;justify-content:space-between;align-items:center;padding:48px 56px;gap:48px}
.cta-card .label{font-family:var(--mono);font-size:12px;letter-spacing:.2em;color:var(--ivory);margin-bottom:12px}
.cta-card h2{font-size:40px;color:var(--ivory);line-height:1.15}
.cta-card .btn{background:var(--ivory);color:var(--ink);box-shadow:none;white-space:nowrap;font-size:16px;padding:22px 36px;min-height:63px}
.footer-inner{max-width:1344px;margin:0 auto}
.footer-grid{display:flex;gap:80px;padding-top:136px;padding-bottom:64px}
.footer-brand{flex:1}
.footer-brand .wordmark{margin-bottom:20px}
.footer-brand p{color:var(--muted-d);font-size:16px;margin-bottom:26px}
.footer-brand .quiet{font-family:var(--mono);font-size:12px;letter-spacing:.14em;color:var(--muted-d)}
.footer-col{flex:0 0 auto}
.footer-col--contact{width:225px}
.footer-col h4{font-family:var(--mono);font-size:12px;letter-spacing:.18em;color:var(--rose);font-weight:500;margin-bottom:18px}
.footer-col li{margin-bottom:14px}
.footer-col a{color:var(--ivory);font-size:16px}
.footer-col a:hover{color:var(--rose)}
.footer-col .phone{font-family:var(--serif);font-size:24px;color:var(--ivory);display:block;margin-bottom:14px}
.footer-col p{color:var(--muted-d);font-size:14px;margin-top:0;margin-bottom:14px;line-height:1.6}
.footer-bottom{border-top:1px solid var(--hair-d);padding-top:28px;display:flex;justify-content:space-between;gap:24px;align-items:baseline}
.footer-bottom span{color:var(--muted-d);font-size:14px}
.footer-bottom .links{font-family:var(--mono);font-size:12px;letter-spacing:.14em}

/* ============ RESPONSIVE ============ */
@media (max-width:1100px){
  .hero-lawyer{right:0;height:56%;opacity:.85}
  .hero-body h1{font-size:44px}
  .hero-body{gap:22px}
  .stakes-grid{flex-direction:column;align-items:flex-start}
  .stakes-tile{flex:none;max-width:100%}
  .stakes-tile img{width:100%;height:auto}
  .review-grid,.press-stills{flex-direction:column}
  .why-grid{grid-template-columns:1fr 1fr}
  .courts-grid{flex-direction:column}
  .courts-copy{flex:none}
  .footer-grid{flex-wrap:wrap;gap:40px}
  .form-card{position:static;transform:none;width:auto;margin:60px var(--gutter)}
  .section--form{min-height:0;padding-bottom:60px}
  .cta-card{flex-direction:column;text-align:center;margin-top:-80px}
}
@media (max-width:700px){
  :root{--gutter:20px}
  .nav-links{display:none}
  .hero-body h1{font-size:34px}
  .why-grid{grid-template-columns:1fr}
  .strip-top .wrap span:first-child{display:none}
  .practice-card{flex:0 0 320px}
  .hero-lawyer{display:none}
}

/* ============ VARIANT: PRACTICE GRID (bail / criminal) ============ */
.practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.practice-grid .practice-card{flex:none;position:relative;min-height:264px}
.practice-card .sec{position:absolute;top:40px;right:34px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;color:var(--muted-d);opacity:.8}
@media (max-width:1100px){.practice-grid{grid-template-columns:1fr 1fr}}
@media (max-width:700px){.practice-grid{grid-template-columns:1fr}}

/* ============ VARIANT: STAKES HEAD ROW + TIMELINE (assaults) ============ */
.stakes-head{display:flex;justify-content:space-between;align-items:flex-end;gap:64px;margin-bottom:44px}
.stakes-head h2{font-size:44px;margin-top:18px}
.stakes-head .lead{max-width:520px;color:var(--muted);margin:0}
.stakes-hair{height:1px;background:var(--hair-l);border:0;margin:0 0 56px}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;margin-bottom:72px}
.step .mark{display:block;width:38px;height:3px;background:var(--ox);margin-bottom:16px}
.step .when{font-family:var(--mono);font-size:11px;letter-spacing:.16em;color:var(--ox);display:block;margin-bottom:8px}
.step h3{font-size:21px;margin-bottom:10px}
.step .big{font-family:var(--serif);font-size:34px;line-height:1.1;display:block;margin-bottom:10px}
.step p{font-size:14.5px;color:var(--muted);line-height:1.62}
@media (max-width:1100px){.stakes-head{flex-direction:column;align-items:flex-start;gap:20px}.timeline{grid-template-columns:1fr 1fr}}
@media (max-width:700px){.timeline{grid-template-columns:1fr}}

/* ============ VARIANT: STAKES STATS + TILE (bail) ============ */
.stakes-main{display:flex;gap:72px;margin-bottom:72px;align-items:center}
.stats-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:48px}
@media (max-width:1100px){.stakes-main{flex-direction:column;align-items:flex-start}}
@media (max-width:700px){.stats-grid{grid-template-columns:1fr}}

/* ============ VARIANT: STAKES CHECKLIST + CHIPS (criminal) ============ */
.stakes-toprow{display:flex;gap:96px;align-items:flex-start;margin-bottom:64px}
.checklist{flex:0 0 560px;background:var(--ink);color:var(--ivory);padding:38px 40px}
.checklist .cl-kicker{font-family:var(--mono);font-size:11px;letter-spacing:.2em;color:var(--rose);display:block;margin-bottom:10px}
.checklist h3{font-size:26px;color:var(--ivory);margin-bottom:24px}
.check-row{display:flex;gap:18px;padding:14px 0;border-top:1px solid var(--hair-d)}
.check-row .n{font-family:var(--mono);font-size:13px;color:var(--rose);flex:0 0 26px;padding-top:2px}
.check-row p{font-size:14.5px;line-height:1.6;color:var(--muted-d)}
.checklist .cl-link{display:inline-block;margin-top:22px;font-weight:600;font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--rose)}
.checklist .cl-link:hover{color:var(--ivory)}
.stakes-toprow .head-copy{flex:1;padding-top:24px}
.stakes-toprow .head-copy h2{font-size:44px;margin:18px 0 22px}
.stakes-toprow .head-copy p{color:var(--muted);max-width:540px}
.chips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:72px}
@media (max-width:1100px){.stakes-toprow{flex-direction:column;gap:48px}.checklist{flex:none;width:100%}.chips-grid{grid-template-columns:1fr 1fr}}
@media (max-width:700px){.chips-grid{grid-template-columns:1fr}}

/* ============ STICKY MOBILE CTA BAR ============ */
.sticky-cta{display:none}
@media (max-width:700px){
  .sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:60;display:flex;box-shadow:0 -6px 24px rgba(0,0,0,.3)}
  .sticky-cta a{flex:1 1 50%;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--sans);font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;text-align:center;padding:15px 10px;padding-bottom:calc(15px + env(safe-area-inset-bottom));line-height:1.3}
  .sticky-cta .cta-call{background:var(--ox);color:var(--ivory)}
  .sticky-cta .cta-consult{background:var(--ivory);color:var(--ink)}
  body{padding-bottom:52px}
}

/* ============ MOBILE / TABLET POLISH ============ */
@media (max-width:1100px){
  .practice-head{flex-wrap:wrap;gap:24px}
  .stakes-toprow .head-copy{padding-top:0}
  .why-foot{flex-wrap:wrap}
  .cta-card h2{font-size:32px}
  .courts-copy h2,.stakes-copy h2,.stakes-head h2,.stakes-toprow .head-copy h2{font-size:36px}
  .practice-head h2,.why-head h2,.reviews-head h2,.faq-head h2{font-size:32px}
}
@media (max-width:700px){
  body{font-size:16px}
  .strip-top .wrap{justify-content:center}
  .hero-body{padding-top:48px;padding-bottom:72px}
  .hero-body h1{font-size:32px}
  .gbadge{gap:12px;padding:0}
  .gbadge img{height:34px}
  .gbadge .divider{height:40px}
  .gbadge p{font-size:12px}
  .hero-ctas{width:100%}
  .hero-ctas .btn{width:100%;justify-content:center}
  .section--stakes,.section--why,.section--courts{padding-top:72px;padding-bottom:72px}
  .section--practice{padding:72px 0 64px}
  .section--reviews,.section--faq{padding:72px 0}
  .section--press{padding:56px 0}
  .section--courts{padding-bottom:150px}
  .stakes-copy h2,.stakes-head h2,.stakes-toprow .head-copy h2,.courts-copy h2{font-size:29px}
  .practice-head h2,.why-head h2,.reviews-head h2,.faq-head h2,.cta-card h2{font-size:26px}
  .timeline,.stakes-main{margin-bottom:48px}
  .stakes-tile .chip{font-size:10px;left:14px;bottom:14px;padding:8px 10px}
  .checklist{padding:28px 22px}
  .checklist h3{font-size:22px}
  .slider-controls .progress{display:none}
  .courts-cols{grid-template-columns:1fr;gap:32px}
  .courts-copy{flex:none}
  .cta-card{padding:36px 24px;margin-top:-60px;gap:28px}
  .cta-card .btn{width:100%;justify-content:center;font-size:14px;padding:18px 20px;min-height:56px;white-space:normal}
  .footer-grid{padding-top:88px;padding-bottom:44px;gap:36px}
  .footer-bottom{flex-direction:column;gap:10px}
  .form-card{padding:28px 22px;margin:44px var(--gutter)}
  .form-card h2{font-size:24px}
  .form-stage{min-height:0}
  .map-embed{height:100%;min-height:100%}
  .map-chip{display:none}
  .faq-item summary{font-size:18px;padding:20px 4px}
  .press-logos{gap:28px}
  .press-logos img{height:20px}
  .press-logos img.tall{height:34px}
  .why-foot .btn{width:100%;justify-content:center}
  .call-row .btn{width:100%;justify-content:center}
}

/* mobile nav + button wrap fixes */
@media (max-width:700px){
  .nav .wrap{gap:12px}
  .wordmark{font-size:14px;letter-spacing:.09em;gap:9px}
  .wordmark::after{width:26px;height:4px}
  .btn--nav{padding:11px 13px;min-height:40px;font-size:11.5px;white-space:nowrap}
  .btn{white-space:normal;text-align:center}
  .hero-ctas .btn{min-height:52px}
}

/* mobile round 2: seamless sticky bar, stacked footer, hero flow */
@media (max-width:700px){
  .sticky-cta{box-shadow:none}
  .sticky-cta a{font-size:13.5px;font-weight:700;letter-spacing:.05em;padding:19px 10px;padding-bottom:calc(19px + env(safe-area-inset-bottom));min-height:58px}
  .sticky-cta .cta-consult{border-left:0}
  body{padding-bottom:58px}
  .hero-body{padding-top:34px;padding-bottom:60px;gap:20px}
  .hero-body h1 br{display:none}
  .hero-body h1{font-size:33px;line-height:1.15}
  .hero-ctas{flex-direction:column;gap:12px}
  .hero-ctas .btn{width:100%}
  .footer-grid{flex-direction:column;gap:34px;padding-top:80px}
  .footer-col--contact{width:auto}
  .footer-brand p{margin-bottom:18px}
  .footer-col li{margin-bottom:12px}
  .cta-card h2 br{display:none}
  .stakes-copy h2 br,.stakes-head h2 br,.stakes-toprow .head-copy h2 br,.courts-copy h2 br,.practice-head h2 br,.why-head h2 br{display:none}
}

/* mobile form: stacked card + map strip */
@media (max-width:700px){
  .section--form{padding-bottom:0}
  .form-stage{display:flex;flex-direction:column;min-height:0}
  .map-embed{position:static;transform:none;width:100%;height:240px;order:2}
  .form-card{order:1;margin:36px 0;padding:30px 22px 26px;width:100%}
  .form-card h2{font-size:23px}
  .form-card .sub{margin-bottom:18px}
  .field input,.field select{height:50px;font-size:16px}
}

/* mobile map full-bleed */
@media (max-width:700px){
  .map-embed{width:100vw;max-width:100vw;margin-left:calc(-1 * var(--gutter));margin-right:calc(-1 * var(--gutter))}
}

/* courts columns stretch when stacked */
@media (max-width:1100px){
  .courts-grid{align-items:stretch}
  .courts-cols{width:100%}
  .courts-copy{width:100%}
}

/* ============ MOBILE TILE SLIDERS ============ */
@media (max-width:700px){
  .practice-grid,.review-grid,.why-grid,.chips-grid,.stats-grid,.timeline{
    display:flex;flex-direction:row;grid-template-columns:none;
    overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
    gap:16px;margin-left:calc(-1 * var(--gutter));margin-right:calc(-1 * var(--gutter));
    padding-left:var(--gutter);padding-right:var(--gutter);padding-bottom:10px;
    scrollbar-width:none}
  .practice-grid::-webkit-scrollbar,.review-grid::-webkit-scrollbar,.why-grid::-webkit-scrollbar,
  .chips-grid::-webkit-scrollbar,.stats-grid::-webkit-scrollbar,.timeline::-webkit-scrollbar{display:none}
  .practice-grid .practice-card,.review-card,.why-card,
  .chips-grid .step,.stats-grid .step,.timeline .step{
    flex:0 0 82%;max-width:320px;scroll-snap-align:start}
  .timeline .step,.stats-grid .step,.chips-grid .step{background:rgba(140,47,57,.06);padding:22px 20px}
}

/* slider snap respects gutter */
@media (max-width:700px){
  .practice-grid,.review-grid,.why-grid,.chips-grid,.stats-grid,.timeline,.practice-row{
    scroll-padding-left:var(--gutter);scroll-padding-right:var(--gutter)}
}

/* mobile slider arrows */
.m-slider-nav{display:none}
@media (max-width:700px){
  .m-slider-nav{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:6px}
  .m-slider-nav .m-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:var(--ink);opacity:.2;cursor:pointer;transition:opacity .2s, background .2s;flex:0 0 auto}
  .m-slider-nav .m-dot.on{opacity:1;background:var(--ox)}
  .section--why .m-slider-nav .m-dot,.section--practice .m-slider-nav .m-dot{background:var(--ivory);opacity:.28}
  .section--why .m-slider-nav .m-dot.on,.section--practice .m-slider-nav .m-dot.on{background:var(--rose);opacity:1}
  .slider-controls{display:none}
}

/* slider arrow spacing normalization */
@media (max-width:700px){
  .practice-grid,.review-grid,.why-grid,.chips-grid,.stats-grid,.timeline{
    margin-bottom:0;padding-bottom:0}
  .m-slider-nav{margin:30px 0 44px}
  .section--practice .practice-row + .m-slider-nav{margin-bottom:0}
  .review-dots{display:none}
  .stakes-main{margin-bottom:0}
}

/* nav must never shrink inside flex parents */
@media (max-width:700px){
  .stakes-main{display:block}
  .stakes-main .stats-grid{margin-bottom:0}
  .stakes-main .stakes-tile{margin-top:28px}
  .m-slider-nav{width:100%;flex:0 0 100%;box-sizing:border-box}
}

/* nav fits one line on mobile */
@media (max-width:700px){
  .wordmark{font-size:12.5px;letter-spacing:.06em;white-space:nowrap}
  .wordmark::after{display:none}
  .nav .wrap{gap:10px;padding-top:20px;padding-bottom:20px}
  .btn--nav{font-size:10.5px;letter-spacing:.04em;padding:11px 12px;white-space:nowrap}
  .footer-brand .wordmark{font-size:15px;letter-spacing:.1em}
}

/* ============ HERO CUTOUT: never overlaps text ============ */
:root{--hero-text:720px}
.hero-body{max-width:var(--hero-text)}
/* anchor the cutout's LEFT edge to the text column, not to a viewport % */
.hero-lawyer{
  left:calc(max(var(--gutter), (100vw - 1440px)/2 + var(--gutter)) + var(--hero-text) + 28px);
  right:12px;display:flex;align-items:flex-end;justify-content:flex-start}
.hero-lawyer img{height:100%;width:auto;max-width:100%;object-fit:contain;object-position:bottom left}
@media (max-width:1250px){:root{--hero-text:600px}}
@media (max-width:1100px){
  :root{--hero-text:470px}
  .hero-lawyer{right:12px;height:62%;opacity:1}
}
@media (max-width:860px){
  :root{--hero-text:720px}
  .hero-lawyer{display:none}
}
@media (max-width:1250px){.hero-body h1 br{display:none}}

/* cutout drifts further right as the screen widens */
:root{--lawyer-gap:clamp(28px, (100vw - 1180px) * 0.35, 150px)}
.hero-lawyer{left:calc(max(var(--gutter), (100vw - 1440px)/2 + var(--gutter)) + var(--hero-text) + var(--lawyer-gap))}
@media (max-width:1100px){:root{--lawyer-gap:28px}}
