:root {
  --navy: #0b1f33;
  --navy-soft: #132d47;
  --teal: #0f5c5d;
  --brass: #9b6b2b;
  --brass-light: #c4944d;
  --stone: #f2f4f5;
  --ink: #1a1d21;
  --white: #fff;
  --line: #d8dee4;
  --muted: #607080;
  --shadow: 0 18px 50px rgba(11, 31, 51, .12);
  --heading: "Manrope", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 17px/1.65 var(--body); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--brass-light); outline-offset: 3px; }
h1, h2, h3 { margin: 0 0 .7em; color: var(--navy); font-family: var(--heading); font-weight: 800; line-height: 1.08; letter-spacing: -.025em; text-transform: uppercase; }
h1 { font-size: clamp(2.25rem, 6vw, 5rem); }
h2 { font-size: clamp(1.85rem, 4vw, 3.25rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); }
p { margin: 0 0 1.1em; }
ul { padding-left: 1.2em; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section--stone { background: var(--stone); }
.section--navy { background: var(--navy); color: var(--white); }
.section--navy h1, .section--navy h2, .section--navy h3 { color: var(--white); }
.section-lead { font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.75; }
.eyebrow { margin: 0 0 1rem; color: var(--brass-light); font: 800 .78rem/1.2 var(--heading); letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--brass { color: var(--brass); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; padding: .75rem 1rem; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: 3px; padding: .8rem 1.35rem; font: 800 .78rem/1.1 var(--heading); letter-spacing: .055em; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background-color .2s, border-color .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary, .button--small { border-color: var(--brass); color: var(--white); background: var(--brass); }
.button--primary:hover, .button--small:hover { border-color: #7d521d; background: #7d521d; }
.button--outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--navy); }
.button--light { border-color: var(--white); color: var(--navy); background: var(--white); }
.button--light-outline { border-color: rgba(255,255,255,.75); color: var(--white); background: transparent; }
.button--small { min-height: 42px; padding: .6rem .9rem; font-size: .68rem; }
.button--full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.button-row.centered { justify-content: center; margin-top: 2rem; }

.site-header { position: relative; z-index: 100; border-bottom: 1px solid #e4e8eb; background: rgba(255,255,255,.98); }
.header-inner { display: flex; width: min(1320px, calc(100% - 32px)); min-height: 84px; margin: auto; align-items: center; gap: 1.5rem; }
.brand { width: clamp(180px, 19vw, 260px); flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; margin-left: auto; gap: clamp(.8rem, 1.6vw, 1.5rem); align-items: center; }
.desktop-nav a { position: relative; padding: .7rem 0; color: var(--navy); font: 800 .73rem/1.2 var(--heading); letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--brass); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; gap: .75rem; align-items: center; }
.header-phone { color: var(--navy); font-family: var(--heading); line-height: 1.1; text-align: right; text-decoration: none; white-space: nowrap; }
.header-phone span { display: block; color: var(--teal); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.header-phone strong { font-size: .95rem; }
.header-phone__mobile { display: none !important; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; padding: 12px; background: var(--navy); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); }
.mobile-menu { display: grid; padding: 1rem 20px 1.5rem; border-top: 1px solid var(--line); background: var(--white); }
.mobile-menu a { min-height: 48px; padding: .75rem 0; border-bottom: 1px solid #e9edef; color: var(--navy); font: 800 .8rem/1.2 var(--heading); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }

.brand-intro { position: fixed; z-index: 9999; inset: 0; background: var(--white); }
.brand-intro__stage { display: grid; height: 100%; place-items: center; padding: 2rem; }
.brand-intro__stage img { width: min(700px, 88vw); height: auto; }
.brand-intro__descriptor { width: min(800px, 88vw); padding: clamp(1.3rem, 5vw, 3.5rem); color: var(--white); background: var(--navy); font: 800 clamp(1.7rem, 6vw, 4.4rem)/1.05 var(--heading); letter-spacing: -.02em; text-align: center; text-transform: uppercase; }
.brand-intro.is-leaving { animation: introLeave .4s ease forwards; }
@keyframes introLeave { to { opacity: 0; visibility: hidden; } }

.hero-carousel { position: relative; min-height: clamp(560px, 72vh, 760px); overflow: hidden; color: var(--white); background: var(--navy); }
.slides, .slide { position: absolute; inset: 0; }
.slide { visibility: hidden; opacity: 0; transition: opacity .55s ease; }
.slide.is-active { visibility: visible; opacity: 1; }
.slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.slide--attorneys > img { object-fit: contain; object-position: center; background: #071421; }
@media (min-width: 801px) {
  .slide--attorneys > img { transform: translateX(20vw); }
}
.slide__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,13,23,.9) 0%, rgba(3,13,23,.62) 46%, rgba(3,13,23,.14) 78%); }
.slide--attorneys .slide__overlay { background: linear-gradient(90deg, rgba(3,13,23,.86), rgba(3,13,23,.18) 74%); }
.slide__content { position: relative; z-index: 1; display: flex; min-height: clamp(560px, 72vh, 760px); flex-direction: column; align-items: flex-start; justify-content: center; padding: 3rem 5rem 5rem 0; }
.slide__content h1 { max-width: 820px; margin-bottom: .35em; color: var(--white); font-size: clamp(2.35rem, 5vw, 4.4rem); }
.slide--attorneys .slide__content h1 { max-width: 700px; font-size: clamp(2.2rem, 4.6vw, 4.5rem); }
.slide__support { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.carousel-arrow { position: absolute; z-index: 4; top: 50%; width: 48px; height: 56px; border: 1px solid rgba(255,255,255,.45); color: var(--white); background: rgba(11,31,51,.45); font-size: 2rem; transform: translateY(-50%); cursor: pointer; }
.carousel-arrow--prev { left: 16px; }
.carousel-arrow--next { right: 16px; }
.carousel-dots { position: absolute; z-index: 4; right: 0; bottom: 28px; left: 0; display: flex; justify-content: center; gap: .65rem; }
.carousel-dots button { width: 13px; height: 13px; border: 2px solid var(--white); border-radius: 50%; padding: 0; background: transparent; cursor: pointer; }
.carousel-dots button[aria-current="true"] { border-color: var(--brass-light); background: var(--brass-light); }

.credibility { background: var(--white); }
.proof-grid { display: grid; margin-top: 3.5rem; grid-template-columns: repeat(4, 1fr); }
.proof { position: relative; min-height: 210px; padding: 1.8rem; border-left: 1px solid var(--line); }
.proof:last-child { border-right: 1px solid var(--line); }
.proof__number { display: block; margin-bottom: 1.4rem; color: var(--brass); font: 800 .8rem/1 var(--heading); letter-spacing: .12em; }
.proof h3 { color: var(--teal); }
.proof p { color: var(--muted); font-size: .95rem; line-height: 1.55; }
.section-mark { width: 74px; margin: 0 auto 1.5rem; filter: brightness(0) invert(78%) sepia(31%) saturate(1100%) hue-rotate(355deg); }
.accountability h2 { max-width: 850px; margin-inline: auto; }
.category-grid { display: grid; margin-top: 3.5rem; grid-template-columns: repeat(4, 1fr); }
.category { min-height: 150px; padding: 1.5rem .8rem; border-left: 1px solid rgba(255,255,255,.25); }
.category:last-child { border-right: 1px solid rgba(255,255,255,.25); }
.category span { display: block; margin-bottom: 1rem; color: var(--brass-light); font: 800 .75rem/1 var(--heading); }
.category h3 { font-size: .95rem; line-height: 1.25; }
.accountability__note { max-width: 800px; margin: 2rem auto 0; color: #dbe4ec; }
.help-module { padding: 3.3rem 0; color: var(--white); background: var(--teal); }
.help-module__inner { display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.help-module h2 { margin-bottom: 0; color: var(--white); font-size: clamp(1.8rem, 4vw, 3rem); }

.page-hero { position: relative; display: grid; min-height: clamp(380px, 50vw, 550px); align-items: end; overflow: hidden; background: var(--navy); }
.page-hero__image, .page-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero__image { object-fit: cover; object-position: var(--hero-position); }
.page-hero__overlay { background: linear-gradient(90deg, rgba(5,18,31,.9), rgba(5,18,31,.42) 62%, rgba(5,18,31,.12)); }
.page-hero__content { position: relative; z-index: 1; padding-block: clamp(4rem, 9vw, 7rem); color: var(--white); }
.page-hero__content h1 { max-width: 950px; margin-bottom: .25em; color: var(--white); }
.page-hero__content > p:last-child { max-width: 720px; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.statement-list { display: grid; gap: 1.5rem; margin: 2.5rem 0 0; padding: 0; list-style: none; }
.statement-list li { position: relative; padding: 0 0 1.5rem 2rem; border-bottom: 1px solid var(--line); font-size: 1.08rem; }
.statement-list li::before { content: ""; position: absolute; top: .65em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--brass); }
.attorney { display: grid; margin-bottom: 4rem; grid-template-columns: minmax(280px, 430px) 1fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.attorney:last-child { margin-bottom: 0; }
.attorney--reverse .attorney__portrait { order: 2; }
.attorney__portrait { overflow: hidden; border: 8px solid var(--white); box-shadow: var(--shadow); aspect-ratio: 5 / 6; }
.attorney__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.attorney__copy p:last-child { max-width: 680px; font-size: 1.08rem; line-height: 1.78; }

.faq-tabs { display: flex; margin: 3rem 0 2rem; gap: .6rem; overflow-x: auto; padding-bottom: .5rem; scrollbar-width: thin; }
.faq-tabs button { min-height: 46px; flex: 0 0 auto; border: 1px solid var(--line); padding: .7rem 1rem; color: var(--navy); background: var(--white); font: 800 .76rem/1.2 var(--heading); text-transform: uppercase; cursor: pointer; }
.faq-tabs button[aria-selected="true"] { border-color: var(--brass); color: var(--white); background: var(--brass); }
.faq-panel { border-top: 1px solid var(--line); }
.accordion { border-bottom: 1px solid var(--line); }
.accordion h2 { margin: 0; }
.accordion h2 button { display: flex; width: 100%; min-height: 68px; align-items: center; justify-content: space-between; gap: 1rem; border: 0; padding: 1rem 0; color: var(--navy); background: transparent; font: 800 clamp(.95rem, 2vw, 1.1rem)/1.35 var(--heading); text-align: left; cursor: pointer; }
.accordion h2 button span { color: var(--brass); font-size: 1.6rem; font-weight: 400; transition: transform .2s; }
.accordion h2 button[aria-expanded="true"] span { transform: rotate(45deg); }
.accordion__content { max-width: 880px; padding: 0 3rem 1.5rem 0; }
.accordion__content ul { margin-bottom: 1.25rem; }

.resources-intro > .narrow { margin-bottom: 3.5rem; font-size: 1.08rem; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.resource-card { display: flex; min-height: 330px; flex-direction: column; border: 1px solid var(--line); padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--white); transition: border-color .2s, transform .2s, box-shadow .2s; }
.resource-card:hover { border-color: var(--brass); box-shadow: var(--shadow); transform: translateY(-4px); }
.resource-card__number { color: var(--brass); font: 800 .78rem/1 var(--heading); letter-spacing: .15em; }
.resource-card h2 { margin-top: 1.6rem; font-size: clamp(1.3rem, 2.3vw, 1.75rem); }
.resource-card h2 a { text-decoration: none; }
.resource-card p { color: var(--muted); }
.text-link { margin-top: auto; color: var(--teal); font: 800 .78rem/1.2 var(--heading); letter-spacing: .06em; text-transform: uppercase; }

.article-header { padding: clamp(5rem, 10vw, 9rem) 0; }
.article-header h1 { margin-top: 1.3rem; }
.article-header p:last-child { max-width: 720px; font-size: 1.15rem; color: #dce6ed; }
.back-link { color: var(--white); font-weight: 600; }
.article-layout { display: grid; padding-block: clamp(4rem, 8vw, 7rem); grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: clamp(3rem, 7vw, 6rem); }
.prose { max-width: 780px; }
.prose section { margin-bottom: 2.8rem; }
.prose h2 { margin-top: 1.7em; font-size: clamp(1.55rem, 3vw, 2.25rem); text-transform: none; }
.prose p, .prose li { line-height: 1.78; }
.prose li + li { margin-top: .45rem; }
.article-cta { position: sticky; top: 24px; border-top: 5px solid var(--brass); padding: 2rem; background: var(--stone); box-shadow: var(--shadow); }
.article-cta h2 { font-size: 1.9rem; }
.article-cta .button-row { align-items: stretch; flex-direction: column; }
.review-note { margin-top: 3rem; border-left: 4px solid var(--brass); padding: 1.25rem 1.5rem; color: #364450; background: #f7f1e8; font-size: .94rem; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: start; gap: clamp(2rem, 6vw, 5rem); }
.form-card { border-top: 5px solid var(--brass); padding: clamp(1.5rem, 4vw, 3rem); background: var(--stone); }
.form-card h2 { font-size: clamp(2rem, 4vw, 3rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { margin-top: 1.1rem; }
.form-field label { display: block; margin-bottom: .4rem; color: var(--navy); font: 800 .82rem/1.2 var(--heading); text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #aeb8c0; border-radius: 0; padding: .8rem .9rem; color: var(--ink); background: var(--white); }
.form-field textarea { resize: vertical; }
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #a52b2b; }
.field-error { margin: .35rem 0 0; color: #8b1717; font-size: .85rem; }
.form-legal { margin: 1.4rem 0; color: var(--muted); font-size: .85rem; }
.form-honeypot { position: absolute; left: -9999px; }
.form-status { margin: 1rem 0 0; }
.contact-card { padding-top: 2rem; }
.contact-card dl { margin: 2rem 0; }
.contact-card dl div { padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.contact-card dt { color: var(--teal); font: 800 .75rem/1.2 var(--heading); letter-spacing: .08em; text-transform: uppercase; }
.contact-card dd { margin: .4rem 0 0; color: var(--navy); font: 700 1.1rem/1.5 var(--body); }
.contact-card__note { margin-top: 1rem; color: var(--muted); font-size: .9rem; }

.simple-header { padding: clamp(4rem, 9vw, 7rem) 0; }
.simple-header p:last-child { color: #dbe4ec; }
.legal-layout { padding-block: clamp(4rem, 8vw, 7rem); }
.legal-layout > p:first-child { border-left: 4px solid var(--brass); padding: .8rem 1rem; background: #f7f1e8; }
.thank-you { min-height: 65vh; display: grid; align-items: center; }
.thank-you__mark { width: 100px; margin: 0 auto 1.5rem; }

.site-footer { padding-top: 4.5rem; color: #d9e2e9; background: #071827; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 4rem; }
.footer-brand img { width: 280px; margin-bottom: 1.4rem; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 470px; }
.site-footer h2 { color: var(--white); font-size: .85rem; letter-spacing: .09em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: .55rem; }
.site-footer address { font-style: normal; }
.site-footer a:hover { color: var(--brass-light); }
.footer-identity { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.15); padding-top: 2rem; color: #aebdca; font-size: .86rem; }
.footer-bottom { display: flex; margin-top: 2rem; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.15); padding-block: 1.4rem; color: #9fb0be; font-size: .82rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
}

@media (max-width: 800px) {
  body { font-size: 17px; }
  .wrap { width: min(100% - 32px, 1180px); }
  .header-inner { width: calc(100% - 24px); min-height: 72px; gap: .5rem; }
  .brand { width: min(185px, 43vw); }
  .header-actions .button--small { display: none; }
  .header-phone span { display: none; }
  .header-phone strong { font-size: .82rem; }
  .hero-carousel, .slide__content { min-height: 650px; }
  .slide__content { justify-content: flex-end; padding: 5rem 2.5rem 7rem 0; }
  .slide__overlay { background: linear-gradient(0deg, rgba(3,13,23,.96) 0%, rgba(3,13,23,.7) 50%, rgba(3,13,23,.15) 85%); }
  .slide--attorneys .slide__overlay { background: linear-gradient(0deg, rgba(3,13,23,.96) 0%, rgba(3,13,23,.25) 72%); }
  .slide--attorneys > img { object-fit: contain; object-position: center top; }
  .slide--attorneys .slide__content h1 { font-size: clamp(2rem, 9vw, 3.3rem); }
  .slide[data-slide="2"] .eyebrow { color: var(--navy); }
  .carousel-arrow { top: 42%; width: 42px; height: 52px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof:nth-child(3) { border-top: 1px solid var(--line); }
  .proof:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category:nth-child(n) { border: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .category:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.25); }
  .help-module__inner { align-items: flex-start; flex-direction: column; }
  .page-hero--faces { min-height: 0; grid-template-rows: auto auto; align-items: start; }
  .page-hero--faces .page-hero__image { position: relative; inset: auto; height: auto; grid-row: 1; object-fit: contain; object-position: center top; background: var(--navy); }
  .page-hero--faces .page-hero__overlay { background: linear-gradient(0deg, rgba(5,18,31,1) 0%, rgba(5,18,31,.95) 48%, rgba(5,18,31,.12) 100%); }
  .page-hero--faces .page-hero__content { grid-row: 2; padding-top: 1.75rem; padding-bottom: 3rem; }
  .attorney, .attorney--reverse { grid-template-columns: 1fr; }
  .attorney--reverse .attorney__portrait { order: 0; }
  .attorney__portrait { width: min(100%, 470px); margin-inline: auto; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-cta { position: static; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .brand { width: min(215px, 50vw); }
  .header-phone__number { display: none; }
  .header-phone__mobile { display: flex !important; min-height: 43px; padding: .6rem .55rem; align-items: center; justify-content: center; gap: .35rem; color: var(--white) !important; background: var(--brass); font: 800 .72rem/1 var(--heading); letter-spacing: .06em; }
  .header-phone__mobile svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .header-phone__mobile span { display: block; color: inherit; font: inherit; letter-spacing: inherit; }
  .hero-carousel, .slide__content { min-height: 680px; }
  .slide__content { padding-right: 1.5rem; }
  .slide__content h1 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .slide__content .button-row { width: 100%; align-items: stretch; flex-direction: column; }
  .slide__content .button { width: 100%; }
  .carousel-arrow { top: auto; bottom: 18px; transform: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof, .proof:last-child { border: 0; border-top: 1px solid var(--line); }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 280px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 340px) {
  .brand { width: min(215px, 47vw); }
}

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