@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Baskerville:wght@400;700&display=swap');

:root { --ink:#1e2b3a; --ink-soft:#41505b; --navy:#0c2337; --blue:#76aab8; --sage:#a8b7a4; --blush:#e9d7d2; --rose:#c78e87; --ivory:#fbf9f6; --sand:var(--blush); /* was #f1ece5 brown/tan — retired */ --line:rgba(30,43,58,.16); --serif:'Libre Baskerville',Baskerville,Georgia,'Times New Roman',serif; --sans:'DM Sans',Arial,sans-serif; --content-max:1440px; --content-gutter:5vw; --content-inset:max(var(--content-gutter), calc((100% - var(--content-max)) / 2 + var(--content-gutter))); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; overflow-x:clip; }
body { margin:0; background:var(--ivory); color:var(--ink); font-family:var(--sans); font-size:16px; line-height:1.6; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
.announcement { display:flex; align-items:center; justify-content:center; padding:8px 5vw; background:var(--navy); color:#f2e5e1; text-align:center; text-transform:none; letter-spacing:0; font-size:12px; font-weight:500; }
.site-header { display:flex; align-items:center; justify-content:space-between; gap:24px; max-width:1440px; margin:0 auto; padding:20px 5vw; background:var(--ivory); }
.brand { display:flex; align-items:center; gap:12px; min-width:210px; }
.brand img { width:56px; height:56px; object-fit:contain; }
.brand span { font-family:var(--serif); font-size:18px; letter-spacing:.015em; line-height:1.1; }
.main-nav { display:flex; gap:30px; align-items:center; margin-left:auto; }
.main-nav a { color:var(--ink-soft); font-size:12px; letter-spacing:.06em; text-transform:uppercase; }
.main-nav a:hover,.text-link:hover,.phone-link:hover { color:var(--rose); }
.header-actions { display:flex; align-items:center; gap:18px; }
.phone-link { font-size:12px; letter-spacing:.08em; color:var(--ink-soft); }
.announcement-es { display:inline; margin-left:.15em; color:#c78e87; text-transform:none; letter-spacing:.06em; font-size:11px; font-weight:600; }
.announcement-es::before { content:"·"; margin:0 .7em; color:#91b1b9; letter-spacing:0; }
.announcement-phone { color:#fbf9f6; font-family:var(--serif); font-size:13px; font-weight:400; letter-spacing:.04em; line-height:1.2; text-decoration:none; box-shadow:0 1.5px 0 #c78e87; }
.announcement-phone:hover,.announcement-phone:focus-visible { color:var(--rose); }
.header-es { color:var(--rose); font-size:10px; font-weight:600; letter-spacing:.08em; white-space:nowrap; }
.staff-es { margin:0 0 12px; color:var(--rose); font-size:11px; font-weight:600; letter-spacing:.08em; text-transform:none; }
.footer-es { margin:6px 0 4px; color:#e8b7b0; font-size:13px; letter-spacing:.04em; }
.hero-es { margin:0 0 10px; color:#e9d7d2; font-size:13px; letter-spacing:.04em; }
.contact-es { margin:0 0 18px; color:var(--navy); font-family:var(--serif); font-size:18px; }

.button { display:inline-flex; align-items:center; justify-content:center; gap:12px; padding:15px 22px; border:1px solid var(--rose); background:var(--rose); color:#fff; font:600 11px var(--sans); letter-spacing:.12em; text-transform:uppercase; transition:.25s ease; }
.button:hover { background:#ae716c; border-color:#ae716c; transform:translateY(-2px); }
.button-small { padding:12px 16px; font-size:10px; }
.button-dark { background:var(--navy); border-color:var(--navy); }
.button-dark:hover { background:#173b54; border-color:#173b54; }
.section-shell { max-width:none; margin:0 auto; padding-left:var(--content-inset); padding-right:var(--content-inset); }
.hero { display:grid; grid-template-columns:1fr .85fr; gap:8vw; min-height:680px; align-items:center; padding-top:60px; padding-bottom:80px; overflow:hidden; }
.eyebrow { margin:0 0 20px; color:#8c625f; text-transform:uppercase; letter-spacing:.18em; font-size:10px; font-weight:600; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-family:var(--serif); font-weight:400; letter-spacing:-.012em; line-height:1.12; }
h1 { max-width:none; margin-bottom:26px; font-size:clamp(48px,6vw,86px); }
h2 { font-size:clamp(40px,5vw,68px); margin-bottom:22px; }
h3 { font-size:25px; }
.hero-lede { max-width:555px; color:var(--ink-soft); font-size:18px; line-height:1.75; }
.hero-actions { display:flex; align-items:center; gap:26px; margin:34px 0 36px; }
.text-link { display:inline-flex; gap:10px; align-items:center; color:var(--ink); font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; border-bottom:1px solid var(--ink); padding-bottom:5px; }
.hero-note { color:var(--ink-soft); font-size:12px; letter-spacing:.04em; }
.note-mark { display:inline-grid; place-items:center; width:26px; height:26px; margin-right:8px; border:1px solid var(--sage); color:#688470; border-radius:50%; }
.hero-visual { position:relative; min-height:590px; }
.hero-visual::before { content:""; position:absolute; width:82%; height:78%; right:-15%; top:4%; background:var(--blush); border-radius:49% 51% 46% 54% / 45% 42% 58% 55%; transform:rotate(8deg); }
.hero-frame { position:absolute; z-index:1; right:8%; top:0; width:min(420px,78%); height:575px; overflow:hidden; border-radius:220px 220px 22px 22px; background:#d9e2e2; box-shadow:18px 20px 0 rgba(30,43,58,.1); }
.hero-portrait { width:100%; height:100%; object-fit:cover; object-position:50% 25%; filter:saturate(.82); }
.hero-caption { position:absolute; bottom:0; width:100%; padding:28px 28px 24px; background:linear-gradient(transparent,rgba(10,26,40,.86)); color:#fff; }
.hero-caption span,.hero-caption small { display:block; }
.hero-caption span { font-family:var(--serif); font-size:24px; }
.hero-caption small { margin-top:4px; color:#e1eaeb; font-size:10px; letter-spacing:.11em; text-transform:uppercase; }
.experience-card { position:absolute; z-index:2; bottom:55px; left:0; display:flex; align-items:center; gap:12px; padding:19px 20px; background:#fff; box-shadow:0 16px 40px rgba(30,43,58,.15); }
.experience-card strong { font-family:var(--serif); font-size:44px; font-weight:500; line-height:1; color:var(--navy); }
.experience-card strong span { color:var(--rose); }
.experience-card > span { font-size:11px; line-height:1.4; text-transform:uppercase; letter-spacing:.08em; }
.hero-seal { position:absolute; right:-2%; bottom:25px; z-index:2; display:grid; place-items:center; width:98px; height:98px; border:1px solid rgba(117,170,184,.8); color:#537c8b; border-radius:50%; font-size:9px; line-height:1.1; letter-spacing:.2em; text-align:center; transform:rotate(13deg); }
.hero-seal span { font-weight:600; }
.statement { display:grid; grid-template-columns:1fr 1.35fr .8fr; gap:50px; align-items:start; padding-top:120px; padding-bottom:78px; border-top:1px solid var(--line); }
.statement-label { color:#7d8e8f; text-transform:uppercase; letter-spacing:.16em; font-size:10px; }
.statement-label-top { display:flex; gap:15px; }
.statement-label-top span:first-child { color:var(--rose); }
.statement-label-note { max-width:190px; margin-top:150px; }
.label-note-rule { display:block; width:34px; height:1px; margin-bottom:19px; background:var(--rose); }
.statement-label-note p { margin:0 0 17px; color:var(--ink-soft); font-size:12px; line-height:1.65; letter-spacing:.02em; text-transform:none; }
.statement-label-note a { color:var(--ink); font-size:11px; font-weight:600; letter-spacing:.08em; border-bottom:1px solid var(--rose); }
.statement-copy h2 { max-width:none; font-size:clamp(42px,4vw,58px); }
.statement-copy > p:not(.eyebrow) { max-width:580px; color:var(--ink-soft); font-size:17px; line-height:1.75; margin-bottom:30px; }
.credentials-inline { display:flex; flex-wrap:wrap; gap:22px 30px; margin-top:38px; padding-top:20px; border-top:1px solid var(--line); }
.credentials-inline > div { display:flex; align-items:center; gap:10px; }
.credential-symbol { display:grid; place-items:center; width:27px; height:27px; border:1px solid rgba(199,142,135,.65); border-radius:50%; color:var(--rose); font-size:13px; }
.credentials-inline strong,.credentials-inline small { display:block; }
.credentials-inline strong { color:var(--ink); font-family:var(--serif); font-size:17px; font-weight:500; line-height:1.1; }
.credentials-inline small { margin-top:3px; color:#7d8e8f; font-size:9px; letter-spacing:.1em; text-transform:uppercase; }
.statement-aside { display:grid; gap:24px; padding-top:10px; }
.statement-aside > div { border-top:1px solid var(--line); padding-top:14px; }
.aside-number { margin-right:12px; color:var(--rose); font-size:11px; }
.statement-aside strong { font-family:var(--serif); font-size:22px; font-weight:500; }
.statement-aside p { margin:5px 0 0 30px; color:var(--ink-soft); font-size:12px; line-height:1.6; }
.statement-feature { grid-column:1/-1; display:grid; grid-template-columns:.9fr 1.1fr; min-height:470px; margin-top:42px; background:var(--navy); color:#fff; overflow:hidden; }
.statement-feature-visual { position:relative; min-height:470px; background:#122e43; overflow:hidden; }
.statement-feature-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,35,55,.08),rgba(12,35,55,.55)); }
.statement-feature-visual img { width:100%; height:100%; object-fit:cover; object-position:50% 42%; filter:saturate(.78) contrast(1.04); opacity:.88; }
.feature-stamp { position:absolute; left:28px; bottom:25px; z-index:1; padding:9px 12px; border:1px solid rgba(232,183,176,.75); color:#f2c9c2; font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.statement-feature-copy { padding:64px clamp(30px,5vw,82px) 58px; }
.statement-feature-copy .eyebrow { color:#e8b7b0; }
.statement-feature-copy h3 { max-width:520px; margin-bottom:20px; font-size:clamp(30px,3vw,46px); }
.statement-feature-copy > p:not(.eyebrow) { max-width:570px; color:#d7e2e5; font-size:15px; line-height:1.75; }
.feature-list { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:38px; }
.feature-list > div { border-top:1px solid rgba(215,226,229,.25); padding-top:13px; }
.feature-list > div > span { color:#e8b7b0; font-size:10px; letter-spacing:.12em; }
.feature-list p { margin:10px 0 0; color:#c4d2d6; font-size:12px; line-height:1.6; }
.feature-list strong { color:#fff; font-family:var(--serif); font-size:19px; font-weight:500; }
.recognition-band { grid-column:1/-1; display:grid; grid-template-columns:.72fr .78fr 1.5fr; gap:4vw; align-items:stretch; margin-top:5px; padding:42px 0 0; border-top:1px solid var(--line); }
.recognition-visual { position:relative; min-height:210px; overflow:hidden; background:var(--navy); }
.recognition-visual img { width:100%; height:100%; min-height:210px; object-fit:cover; filter:saturate(.7) contrast(1.05); }
.recognition-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(12,35,55,.02),rgba(12,35,55,.7)); }
.recognition-visual span { position:absolute; z-index:1; left:18px; bottom:16px; color:#f3d2cc; font-size:9px; letter-spacing:.13em; text-transform:uppercase; }
.recognition-intro h3 { max-width:360px; margin-bottom:12px; font-size:clamp(27px,2.5vw,38px); }
.recognition-intro > p:not(.eyebrow) { max-width:330px; margin-bottom:0; color:var(--ink-soft); font-size:13px; line-height:1.65; }
.recognition-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.recognition-badge { min-height:170px; display:flex; flex-direction:column; align-items:flex-start; padding:20px 21px; background:var(--ivory); }
.badge-mark { display:grid; place-items:center; width:34px; height:34px; margin-bottom:22px; border:1px solid var(--rose); border-radius:50%; color:var(--rose); font-size:13px; letter-spacing:.02em; }
.badge-text { font:600 9px var(--sans); letter-spacing:.05em; }
.recognition-badge small { color:#8c625f; font-size:9px; letter-spacing:.13em; text-transform:uppercase; }
.recognition-badge strong { margin-top:5px; color:var(--ink); font-family:var(--serif); font-size:21px; font-weight:500; }
.recognition-badge em { margin-top:auto; color:#7d8e8f; font-size:10px; font-style:normal; letter-spacing:.05em; }
.attorney-profile { display:grid; grid-template-columns:.83fr 1.17fr; gap:9vw; align-items:center; padding-top:130px; padding-bottom:135px; border-top:1px solid var(--line); }
.attorney-profile-image { position:relative; height:590px; overflow:hidden; background:var(--blush); }
.attorney-profile-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(12,35,55,.02),rgba(12,35,55,.32)); }
.attorney-profile-image img { width:100%; height:100%; object-fit:cover; object-position:center 45%; filter:saturate(.94) contrast(1.05); }
.attorney-profile-copy { max-width:650px; }
.attorney-profile-copy h2 { max-width:none; }
.attorney-profile-copy > p:not(.eyebrow) { max-width:575px; color:var(--ink-soft); font-size:16px; line-height:1.75; }
.attorney-facts { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin:38px 0 34px; background:var(--line); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.attorney-facts div { min-height:112px; padding:17px 16px; background:var(--ivory); }
.attorney-facts strong,.attorney-facts span { display:block; }
.attorney-facts strong { color:var(--navy); font-family:var(--serif); font-size:26px; font-weight:500; line-height:1.1; }
.attorney-facts span { margin-top:10px; color:#7d8e8f; font-size:10px; letter-spacing:.1em; line-height:1.45; text-transform:uppercase; }
.case-highlights { display:grid; grid-template-columns:1.05fr .95fr; gap:9vw; align-items:center; padding-top:125px; padding-bottom:135px; background:var(--navy); color:#fff; max-width:none; }
.case-highlights-image { min-height:610px; overflow:hidden; background:#122e43; }
.case-highlights-image img { width:100%; height:100%; min-height:610px; object-fit:cover; filter:saturate(.78) contrast(1.08); }
.case-highlights-copy { max-width:620px; padding-right:5vw; }
.case-highlights-copy .eyebrow { color:#e8b7b0; }
.case-highlights-copy h2 { max-width:none; }
.case-highlights-copy > p:not(.eyebrow) { max-width:500px; color:#cbd9dd; font-size:16px; line-height:1.75; }
.result-list { display:grid; gap:0; margin-top:38px; border-top:1px solid rgba(215,226,229,.25); }
.result-list article { display:grid; grid-template-columns:34px 1fr 24px; gap:15px; align-items:start; padding:19px 0; border-bottom:1px solid rgba(215,226,229,.25); }
.result-list article > span { color:#e8b7b0; font-size:10px; letter-spacing:.12em; }
.result-list h3 { margin:0 0 5px; color:#fff; font-size:22px; }
.result-list p { margin:0; color:#b9cbd0; font-size:12px; line-height:1.6; }
.result-list b { color:#e8b7b0; font-size:18px; font-weight:400; }
.team-standard { display:grid; grid-template-columns:1fr 1.05fr; gap:8vw; align-items:center; padding-top:130px; padding-bottom:135px; }
.team-standard-copy { max-width:650px; }
.team-standard-copy h2 { max-width:none; }
.team-standard-copy > p:not(.eyebrow) { max-width:530px; color:var(--ink-soft); font-size:16px; line-height:1.75; }
.team-pillars { display:grid; gap:0; margin-top:40px; border-top:1px solid var(--line); }
.team-pillars > div { display:grid; grid-template-columns:35px 1fr; gap:15px; padding:17px 0; border-bottom:1px solid var(--line); }
.team-pillars span { color:var(--rose); font-size:10px; letter-spacing:.12em; }
.team-pillars strong { color:var(--ink); font-family:var(--serif); font-size:22px; font-weight:500; }
.team-pillars p { grid-column:2; margin:2px 0 0; color:var(--ink-soft); font-size:12px; line-height:1.6; }
.team-standard-image { position:relative; min-height:480px; overflow:hidden; background:var(--navy); }
.team-standard-image img { width:100%; height:100%; min-height:480px; object-fit:cover; filter:saturate(.72) contrast(1.04); }
.team-standard-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(12,35,55,.02),rgba(12,35,55,.56)); }
.team-standard-image span { position:absolute; z-index:1; right:18px; bottom:16px; color:#e8eff0; font-size:9px; letter-spacing:.11em; text-transform:uppercase; }
.community-band { display:grid; grid-template-columns:.82fr 1.18fr; gap:9vw; align-items:end; padding-top:108px; padding-bottom:115px; border-top:1px solid var(--line); }
.community-intro h2 { max-width:none; }
.community-intro > p:not(.eyebrow) { max-width:470px; color:var(--ink-soft); font-size:15px; line-height:1.75; }
.community-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.community-grid article { min-height:220px; padding:22px 20px; background:var(--ivory); }
.community-grid article > span { color:var(--rose); font-size:10px; letter-spacing:.13em; }
.community-grid h3 { margin:54px 0 12px; font-size:22px; }
.community-grid p { margin:0; color:var(--ink-soft); font-size:12px; line-height:1.65; }
.practice { padding-top:120px; padding-bottom:130px; background:var(--sand); max-width:none; }
.practice > * { max-width:1440px; margin-left:auto; margin-right:auto; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:50px; margin-bottom:50px; padding-left:5vw; padding-right:5vw; }
.section-heading h2 { margin-bottom:0; }
.section-heading > p { max-width:480px; color:var(--ink-soft); font-size:15px; margin-bottom:5px; }
.practice-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.practice-card { position:relative; min-height:255px; padding:28px 28px 30px; background:var(--ivory); transition:.25s ease; }
.practice-card:hover { background:var(--ivory); transform:translateY(-4px); box-shadow:0 12px 30px rgba(30,43,58,.1); z-index:2; }
.practice-card.featured { background:var(--navy); color:#fff; }
.practice-card.featured p { color:#d3dde2; }
.card-index { display:block; margin-bottom:45px; color:var(--rose); font-size:11px; letter-spacing:.12em; }
.practice-card h3 { max-width:260px; margin-bottom:12px; }
.practice-card p { max-width:320px; margin:0; color:var(--ink-soft); font-size:13px; line-height:1.65; }
.card-arrow { position:absolute; top:25px; right:27px; color:var(--rose); font-size:22px; }
.difference { display:grid; grid-template-columns:.78fr 1.22fr; gap:9vw; padding-top:125px; padding-bottom:130px; }
.difference-intro h2 { max-width:none; }
.difference-intro > p:not(.eyebrow) { max-width:390px; color:var(--ink-soft); font-size:16px; line-height:1.75; }
.difference-grid { display:grid; grid-template-columns:repeat(3,1fr); align-self:end; gap:1px; background:var(--line); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.difference-grid article { min-height:250px; padding:24px 22px; background:var(--ivory); }
.difference-grid article > span { color:var(--rose); font-size:10px; letter-spacing:.13em; }
.difference-grid h3 { margin:54px 0 12px; font-size:22px; }
.difference-grid p { margin:0; color:var(--ink-soft); font-size:12px; line-height:1.65; }
.approach { display:grid; grid-template-columns:.85fr 1.15fr; gap:9vw; align-items:center; padding-top:140px; padding-bottom:140px; }
.approach-image { height:620px; overflow:hidden; }
.approach-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.7) sepia(.12); }
.approach-copy h2 { max-width:none; }
.approach-copy > p:not(.eyebrow) { max-width:550px; color:var(--ink-soft); font-size:17px; line-height:1.75; }
.steps { display:grid; gap:18px; margin:38px 0; max-width:540px; }
.steps > div { display:grid; grid-template-columns:42px 1fr; gap:16px; align-items:start; border-top:1px solid var(--line); padding-top:15px; }
.steps span { color:var(--rose); font-size:11px; letter-spacing:.12em; }
.steps p { margin:0; color:var(--ink-soft); font-size:13px; line-height:1.55; }
.steps strong { color:var(--ink); font-family:var(--serif); font-size:21px; font-weight:500; }
.proof { display:grid; grid-template-columns:1fr 1.15fr 1fr; gap:45px; padding-top:95px; padding-bottom:95px; border-top:1px solid var(--line); }
.proof-heading h2 { max-width:none; }
.proof-quote { position:relative; padding:8px 0 0; text-align:left; }
.quote-mark { position:absolute; top:-12px; left:0; color:var(--rose); font-family:var(--serif); font-size:86px; line-height:1; }
.proof-quote blockquote { margin:0 0 20px; font-family:var(--serif); font-size:26px; line-height:1.4; }
.proof-quote cite { color:#7d8e8f; font-size:10px; letter-spacing:.14em; text-transform:uppercase; font-style:normal; }
.proof-stats { display:grid; gap:16px; }
.proof-stats div { display:flex; align-items:baseline; justify-content:space-between; gap:18px; border-top:1px solid var(--line); padding-top:15px; }
.proof-stats strong { color:var(--navy); font-family:var(--serif); font-size:36px; font-weight:500; }
.proof-stats span { color:var(--ink-soft); font-size:11px; text-transform:uppercase; letter-spacing:.08em; text-align:right; }
.resources { padding-top:125px; padding-bottom:130px; background:var(--sand); max-width:none; }
.resources > * { max-width:1440px; margin-left:auto; margin-right:auto; }
.resources-heading { display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-start; gap:12px; margin-bottom:48px; padding-left:0; padding-right:0; text-align:left; }
.resources-heading .eyebrow { margin:0 0 2px; }
.resources-heading h2 { max-width:none; margin:0; text-align:left; }
.resources-heading > p:not(.eyebrow),
.resources-heading .resources-standfirst { max-width:38em; margin:0; color:var(--ink-soft); font-size:16px; line-height:1.65; text-align:left; }
.resource-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.resource-card { position:relative; min-height:300px; display:flex; flex-direction:column; align-items:flex-start; padding:27px 28px 25px; background:var(--ivory); transition:.25s ease; }
.resource-card:hover { background:var(--ivory); transform:translateY(-4px); box-shadow:0 12px 30px rgba(30,43,58,.1); z-index:2; }
.resource-type { color:#8c625f; font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.resource-card h3 { max-width:330px; margin:46px 0 12px; font-size:27px; }
.resource-card p { max-width:320px; color:var(--ink-soft); font-size:13px; line-height:1.65; }
.resource-link { display:inline-flex; gap:8px; align-items:center; margin-top:auto; padding-top:22px; color:var(--ink); font-size:10px; font-weight:600; letter-spacing:.11em; text-transform:uppercase; }
.resource-link b { color:var(--rose); font-size:17px; font-weight:400; }
.faq { display:grid; grid-template-columns:.85fr 1.15fr; gap:9vw; padding-top:125px; padding-bottom:135px; }
.faq-heading h2 { max-width:none; }
.faq-heading > p:not(.eyebrow) { max-width:410px; color:var(--ink-soft); font-size:15px; line-height:1.75; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:25px; padding:19px 0; list-style:none; cursor:pointer; font-family:var(--serif); font-size:21px; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; color:var(--rose); font-family:var(--sans); font-size:22px; font-weight:400; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list details p { max-width:620px; margin:-4px 42px 20px 0; color:var(--ink-soft); font-size:13px; line-height:1.7; }
.contact { display:grid; grid-template-columns:1fr 1fr; gap:9vw; padding-top:125px; padding-bottom:130px; background:var(--blush); max-width:none; }
.contact-copy,.case-form { max-width:600px; }
.contact-copy { margin-left:auto; }
.contact-copy h2 { max-width:none; }
.contact-copy > p:not(.eyebrow) { max-width:480px; color:var(--ink-soft); font-size:17px; line-height:1.75; }
.contact-details { display:grid; gap:5px; margin-top:35px; }
.contact-details a { width:max-content; font-family:var(--serif); font-size:22px; border-bottom:1px solid var(--rose); }
.contact-details span { margin-top:12px; color:var(--ink-soft); font-size:13px; line-height:1.7; }
.case-form { margin-right:auto; padding:35px; background:rgba(255,255,255,.68); box-shadow:0 18px 50px rgba(67,51,51,.08); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.form-heading { display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-start; gap:8px; margin-bottom:25px; padding-bottom:18px; border-bottom:1px solid var(--line); text-align:left; }
.form-heading span { display:block; color:var(--navy); font-family:var(--serif); font-size:clamp(36px,3.6vw,46px); font-weight:400; line-height:1.12; letter-spacing:-.02em; text-align:left; }
.form-heading small { display:block; max-width:36em; margin:0; color:#6d7b82; font-size:9px; font-weight:400; line-height:1.5; letter-spacing:.02em; text-transform:none; text-align:left; }
.case-form label { display:block; margin-bottom:18px; color:var(--ink-soft); font-size:11px; letter-spacing:.1em; text-transform:uppercase; }
.case-form input,.case-form textarea { display:block; width:100%; margin-top:8px; padding:12px 0; border:0; border-bottom:1px solid rgba(30,43,58,.3); background:transparent; color:var(--ink); font:16px var(--sans); outline:none; resize:vertical; }
.case-form input:focus,.case-form textarea:focus { border-color:var(--rose); }
.case-form .button { margin-top:8px; cursor:pointer; }
.consent-check { display:flex !important; gap:10px; align-items:flex-start; margin-top:5px; color:var(--ink-soft) !important; font-size:12px !important; line-height:1.55; letter-spacing:0 !important; text-transform:none !important; text-align:left !important; }
.consent-check input { width:16px !important; height:16px; flex:0 0 16px; margin:2px 0 0 !important; accent-color:var(--rose); }
.consent-check .consent-copy { flex:1 1 auto; min-width:0; text-align:left; overflow-wrap:break-word; hyphens:none; }
.consent-check .consent-copy a { display:inline; float:none; width:auto; margin:0; white-space:normal; border-bottom:1px solid rgba(30,43,58,.28); }
.consent-check .sms-phone { white-space:nowrap; }
.form-honeypot { position:absolute !important; left:0 !important; width:1px !important; height:1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; clip-path:inset(50%) !important; white-space:nowrap !important; border:0 !important; padding:0 !important; margin:0 !important; }
.form-status { min-height:18px; margin:14px 0 0; color:var(--ink-soft); font-size:11px; line-height:1.5; }
.form-status.success { color:#28704f; }
.form-status.error { color:#9d3e3e; }
.form-note { margin:18px 0 0; color:var(--ink-soft); font-size:10px; line-height:1.5; }
.site-footer { padding:65px 5vw 22px; background:var(--navy); color:#e8eff0; }
.site-footer .brand span { color:#fff; }
.footer-top { display:grid; grid-template-columns:2fr 1fr 1fr; gap:40px; max-width:1440px; margin:0 auto; padding-bottom:60px; }
.footer-top > div { display:grid; align-content:start; gap:8px; }
.footer-label { margin:0 0 10px; color:#91b1b9; text-transform:uppercase; letter-spacing:.16em; font-size:10px; }
.footer-top a:not(.brand) { color:#d5e0e3; font-size:13px; }
.footer-top a:not(.brand):hover { color:#e8b7b0; }
.footer-phone { font-family:var(--serif); font-size:25px !important; }
.footer-bottom { display:flex; justify-content:space-between; gap:40px; max-width:1440px; margin:0 auto; padding-top:20px; border-top:1px solid rgba(214,232,234,.2); color:#a7bbc1; font-size:10px; line-height:1.6; }
.footer-bottom p { max-width:850px; margin:0; }
.footer-bottom #loser-pays, .footer-bottom p span { white-space:normal; }
@media (max-width:1000px) { .main-nav { gap:12px; } .phone-link { display:none; } .hero { gap:4vw; } .hero-visual { min-height:520px; } .hero-frame { height:500px; } .statement { grid-template-columns:.55fr 1.2fr; } .statement-aside { grid-column:2; grid-template-columns:repeat(3,1fr); } .feature-list { gap:14px; } .recognition-band { grid-template-columns:1fr 1fr; gap:4vw; } .recognition-visual { grid-row:span 2; } .recognition-grid { grid-template-columns:1fr; } .recognition-badge { min-height:0; } .attorney-profile,.team-standard { gap:5vw; } .case-highlights { gap:5vw; } .case-highlights-copy { padding-right:5vw; } .community-band { gap:5vw; } .community-grid { grid-template-columns:1fr; } .community-grid article { min-height:0; } .difference { gap:5vw; } .difference-grid { grid-template-columns:1fr; } .difference-grid article { min-height:0; } .approach { gap:5vw; } .faq { gap:5vw; } }
@media (max-width:740px) { .announcement { font-size:12px; letter-spacing:0; } .site-header { flex-wrap:wrap; padding-top:14px; padding-bottom:14px; } .brand { min-width:0; } .brand img { width:48px; height:48px; } .brand span { font-size:16px; } .header-actions .button { padding:10px 12px; font-size:9px; } .hero { display:flex; flex-direction:column; gap:55px; min-height:0; padding-top:65px; padding-bottom:95px; } h1 { font-size:clamp(44px,13vw,68px); } h2 { font-size:clamp(38px,11vw,58px); } .hero-lede { font-size:16px; } .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; } .hero-visual { width:100%; min-height:500px; } .hero-frame { right:8%; width:74%; height:500px; } .experience-card { left:0; bottom:45px; } .hero-seal { right:0; bottom:0; } .statement { grid-template-columns:1fr; gap:32px; padding-top:85px; padding-bottom:60px; } .statement-label-note { margin-top:26px; max-width:300px; } .statement-copy h2 { font-size:clamp(39px,11vw,54px); } .credentials-inline { gap:18px; } .credentials-inline > div { flex:1 1 120px; } .statement-aside { grid-column:auto; grid-template-columns:1fr; } .statement-feature { grid-template-columns:1fr; margin-top:20px; } .statement-feature-visual { min-height:300px; } .statement-feature-copy { padding:42px 24px 38px; } .feature-list { grid-template-columns:1fr; gap:18px; margin-top:28px; } .recognition-band { display:block; padding-top:34px; } .recognition-visual,.recognition-visual img { min-height:250px; } .recognition-intro { padding-top:30px; } .recognition-intro > p:not(.eyebrow) { max-width:100%; } .recognition-grid { margin-top:30px; } .attorney-profile,.case-highlights,.team-standard { display:flex; flex-direction:column; gap:42px; padding-top:75px; padding-bottom:78px; } .attorney-profile-image { width:100%; height:430px; } .attorney-profile-copy { max-width:none; } .attorney-profile-copy > p:not(.eyebrow),.case-highlights-copy > p:not(.eyebrow),.team-standard-copy > p:not(.eyebrow) { font-size:15px; } .attorney-facts { margin:30px 0; } .attorney-facts div { min-height:100px; padding:15px 12px; } .attorney-facts strong { font-size:22px; } .attorney-facts span { font-size:9px; } .case-highlights { padding-left:0; padding-right:0; } .case-highlights-image { width:100%; min-height:330px; } .case-highlights-image img { min-height:330px; } .case-highlights-copy { width:100%; max-width:none; padding:0 5vw; } .result-list { margin-top:30px; } .result-list h3 { font-size:20px; } .team-standard-image { width:100%; min-height:330px; } .team-standard-image img { min-height:330px; } .community-band { display:block; padding-top:75px; padding-bottom:78px; } .community-intro > p:not(.eyebrow) { font-size:15px; } .community-grid { grid-template-columns:1fr; margin-top:38px; } .community-grid article { min-height:0; } .difference { display:block; padding-top:85px; padding-bottom:90px; } .difference-grid { margin-top:38px; } .difference-grid h3 { margin-top:28px; } .practice { padding-top:85px; padding-bottom:90px; } .section-heading { display:block; margin-bottom:35px; } .section-heading > p { margin-top:25px; } .practice-grid { grid-template-columns:1fr; } .practice-card { min-height:220px; } .approach { display:flex; flex-direction:column; gap:45px; padding-top:90px; padding-bottom:95px; } .approach-image { width:100%; height:420px; } .proof { grid-template-columns:1fr; gap:45px; padding-top:80px; padding-bottom:80px; } .proof-stats { max-width:500px; } .resources { padding-top:85px; padding-bottom:90px; } .resource-grid { grid-template-columns:1fr; } .resource-card { min-height:260px; } .faq { display:block; padding-top:85px; padding-bottom:90px; } .faq-list { margin-top:38px; } .faq-list summary { font-size:19px; } .contact { display:flex; flex-direction:column; gap:45px; padding-top:85px; padding-bottom:90px; } .contact-copy,.case-form { margin-left:0; margin-right:0; width:100%; } .case-form { padding:25px 20px; } .form-heading { display:block; } .form-heading small { display:block; margin-top:8px; } .footer-top { grid-template-columns:1fr 1fr; gap:35px 20px; } .footer-top .brand { grid-column:1/-1; } .footer-bottom { display:block; } .footer-bottom > p span { display:inline; margin-top:0; white-space:normal; } }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
@media (max-width:740px) { .form-row { grid-template-columns:1fr; gap:0; } }

/* Refined intake form */
.case-form { border:1px solid rgba(30,43,58,.12); border-top:3px solid var(--rose); border-radius:3px; box-shadow:0 20px 48px rgba(12,35,55,.12); }
.form-row { gap:28px; }
.case-form select { display:block; width:100%; margin-top:8px; padding:12px 34px 12px 0; border:0; border-bottom:1px solid rgba(30,43,58,.3); appearance:none; background-color:transparent; background-image:linear-gradient(45deg,transparent 50%,var(--rose) 50%),linear-gradient(135deg,var(--rose) 50%,transparent 50%); background-position:calc(100% - 14px) 50%,calc(100% - 8px) 50%; background-repeat:no-repeat; background-size:6px 6px,6px 6px; color:var(--ink); font:16px var(--sans); outline:none; }
.case-form select:focus { border-color:var(--rose); }
.case-form .button { width:100%; margin-top:14px; }
@media (max-width:740px) {
  .form-row { grid-template-columns:1fr; gap:0; }
  .case-form { padding:28px 22px 25px; }
}

.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.intake-widget { position:fixed; right:26px; bottom:24px; z-index:80; font-family:var(--sans); overflow:visible; isolation:isolate; }
.intake-launcher { display:grid; place-items:center; width:54px; height:54px; min-width:54px; min-height:54px; padding:0; border:1px solid var(--rose); border-radius:0; background:var(--navy); color:var(--rose); box-shadow:0 14px 35px rgba(12,35,55,.25); cursor:pointer; transition:color .15s ease, border-color .15s ease; }
.intake-launcher[hidden] { display:none; }
.intake-launcher:hover,.intake-launcher:focus-visible { color:var(--ivory); border-color:var(--ivory); background:var(--navy); transform:none; }
.intake-launcher:focus-visible { outline:1px solid var(--rose); outline-offset:3px; }
.launcher-icon { display:grid; place-items:center; width:24px; height:24px; border:0; border-radius:0; background:none; color:inherit; }
.launcher-icon svg { display:block; width:24px; height:24px; }
.intake-launcher strong,.intake-launcher small,.launcher-arrow { display:none; }
.intake-panel { display:flex; flex-direction:column; width:min(380px,calc(100vw - 40px)); max-height:min(690px,calc(100vh - 42px)); overflow:hidden; border:1px solid rgba(30,43,58,.18); border-radius:0; background:var(--ivory); box-shadow:0 22px 60px rgba(12,35,55,.28); }
.intake-panel[hidden] { display:none; }
.intake-panel-head { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; padding:22px 22px 18px; background:var(--navy); color:#fff; }
.intake-kicker { display:block; color:#9bb8c0; font-size:9px; letter-spacing:.16em; text-transform:uppercase; }
.intake-panel-head h2 { margin:6px 0 0; color:#fff; font-size:29px; }
.intake-close { display:none; width:44px; height:44px; min-width:44px; min-height:44px; margin:0; padding:0; border:1px solid #e8b7b0; border-radius:0; background:#061624; color:#fbf9f6; font-size:0; line-height:0; cursor:pointer; -webkit-appearance:none; appearance:none; }
body.intake-open .site-header,
body.intake-open .announcement { z-index: 1; }
.intake-widget.intake-open { z-index: 10000; }
.intake-widget.intake-open .intake-close { display:inline-flex; align-items:center; justify-content:center; position:absolute; top:max(10px, env(safe-area-inset-top, 0px)); right:max(10px, env(safe-area-inset-right, 0px)); z-index:10001; overflow:visible; flex:none; }
.intake-close svg { display:block; width:18px; height:18px; }
.intake-close:hover { border-color:#fbf9f6; color:#fbf9f6; background:#0c2337; }
.intake-messages { display:flex; flex:1; flex-direction:column; gap:11px; min-height:170px; max-height:390px; overflow-y:auto; padding:18px 18px 8px; background:#f7f4ef; }
.chat-bubble { max-width:87%; padding:11px 13px; border-radius:0; font-size:13px; line-height:1.55; }
.chat-bubble.bot { align-self:flex-start; background:#fff; color:var(--ink); box-shadow:0 4px 13px rgba(30,43,58,.06); }
.chat-bubble.user { align-self:flex-end; background:var(--navy); color:#fff; }
.intake-options { display:flex; flex-wrap:wrap; gap:8px; padding:10px 18px 14px; background:#f7f4ef; }
.intake-option { padding:9px 11px; border:1px solid rgba(199,142,135,.7); border-radius:0; background:#fff; color:var(--ink); font:600 10px var(--sans); letter-spacing:.06em; text-transform:uppercase; cursor:pointer; transition:.2s ease; }
.intake-option:hover { border-color:var(--rose); background:var(--blush); }
.intake-input-row { display:flex; gap:8px; padding:10px 18px 14px; background:#f7f4ef; }
.intake-input-row[hidden] { display:none; }
.intake-input-row input { min-width:0; flex:1; padding:11px 12px; border:1px solid rgba(30,43,58,.2); border-radius:0; background:#fff; color:var(--ink); font:14px var(--sans); outline:none; }
.intake-input-row input:focus { border-color:var(--rose); }
.intake-input-row button { width:42px; border:0; border-radius:0; background:var(--rose); color:#fff; font-size:18px; cursor:pointer; }
.intake-input-row button:hover { background:#ae716c; }
.intake-disclaimer { margin:0; padding:10px 18px 13px; border-top:1px solid var(--line); background:var(--ivory); color:#7d8e8f; font-size:9px; line-height:1.45; }
/* Proof-first redesign inspired by the pacing of leading Las Vegas injury firms. */
.announcement { border-bottom:1px solid rgba(233,215,210,.2); background:#061624; color:#f2e5e1; }
.site-header { position:sticky; top:0; z-index:15; max-width:none; padding:14px 5vw; border-bottom:1px solid rgba(30,43,58,.14); background:#fbf9f6; color:var(--navy); box-shadow:0 7px 22px rgba(12,35,55,.07); }
.site-header .brand { color:var(--navy); }
.site-header .brand img { width:60px; height:60px; padding:2px; border-radius:50%; background:#fff; box-shadow:0 0 0 1px rgba(30,43,58,.12); }
.site-header .brand span { color:var(--navy); }
.site-header .main-nav a { color:var(--ink-soft); }
.site-header .main-nav a:hover { color:#a86661; }
.site-header .header-actions { padding-left:24px; border-left:1px solid rgba(30,43,58,.17); }
.site-header .phone-link { color:var(--navy); font-family:var(--serif); font-size:16px; }
.nav-toggle { display:none; }

.credential-ribbon { display:grid; grid-template-columns:repeat(4,1fr); padding:16px 5vw; border-bottom:1px solid rgba(30,43,58,.14); background:#fbf9f6; box-shadow:0 12px 30px rgba(12,35,55,.08); }
.credential-mark { display:flex; align-items:center; justify-content:center; gap:15px; min-height:86px; padding:8px 22px; border-right:1px solid rgba(30,43,58,.13); }
.credential-mark:first-child { border-left:1px solid rgba(30,43,58,.13); }
.credential-seal { position:relative; display:grid; flex:0 0 64px; place-items:center; width:64px; height:64px; border:1px solid #b87873; border-radius:50%; color:var(--navy); box-shadow:inset 0 0 0 4px var(--ivory),inset 0 0 0 5px rgba(184,120,115,.38); line-height:1; }
.credential-seal::before,.credential-seal::after { content:"✦"; position:absolute; top:25px; color:#b87873; font-size:7px; }
.credential-seal::before { left:7px; }
.credential-seal::after { right:7px; }
.credential-seal small,.credential-seal i { position:absolute; left:0; width:100%; color:#8c625f; font:600 6px var(--sans); letter-spacing:.12em; text-align:center; text-transform:uppercase; }
.credential-seal small { top:10px; }
.credential-seal i { bottom:10px; font-style:normal; }
.credential-seal b { font:600 18px var(--serif); letter-spacing:.02em; }
.credential-mark > span:last-child,.credential-mark strong,.credential-mark > span:last-child small { display:block; }
.credential-mark strong { color:var(--navy); font-family:var(--serif); font-size:17px; font-weight:500; line-height:1.1; }
.credential-mark > span:last-child small { margin-top:5px; color:#6c7a82; font-size:8px; letter-spacing:.09em; text-transform:uppercase; }

.hero-immersive { position:relative; min-height:690px; overflow:hidden; background:#071a2a; color:#fff; }
.hero-immersive-image { position:absolute; inset:0 auto 0 0; width:64%; height:100%; object-fit:cover; object-position:center 24%; }
.hero-immersive-scrim { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,18,29,0) 0%,rgba(5,18,29,.08) 35%,rgba(5,18,29,.88) 59%,rgba(5,18,29,1) 73%); }
.hero-immersive-copy { position:relative; z-index:2; width:54%; margin-left:auto; padding:105px 7vw; }
.hero-immersive-copy .eyebrow { color:#e8b7b0; }
.hero-immersive-copy h1 { max-width:none; margin-bottom:26px; color:#fff; font-size:clamp(58px,5.6vw,86px); }
.hero-immersive-copy > p:not(.eyebrow):not(.hero-note-light) { max-width:620px; color:#d6e1e4; font-size:18px; line-height:1.72; }
.hero-immersive-copy .hero-actions { margin:34px 0 18px; }
.hero-phone { padding-bottom:4px; border-bottom:1px solid #e8b7b0; color:#fff; font-family:var(--serif); font-size:20px; }
.hero-note-light { margin:0; color:#aebfc4; font-size:11px; letter-spacing:.1em; text-transform:uppercase; }
.hero-awards { position:absolute; z-index:3; right:0; bottom:0; left:0; display:grid; grid-template-columns:repeat(4,1fr); padding:0 5vw; border-top:1px solid rgba(255,255,255,.2); background:rgba(5,18,29,.86); backdrop-filter:blur(8px); }
.award-tile { display:flex; align-items:center; gap:16px; min-height:135px; padding:20px 28px; border-right:1px solid rgba(255,255,255,.16); }
.award-tile:first-child { border-left:1px solid rgba(255,255,255,.16); }
.award-icon { position:relative; display:grid; flex:0 0 54px; place-items:center; width:54px; height:54px; border:1px solid #e8b7b0; border-radius:50%; color:#f3cbc5; font-size:19px; box-shadow:0 0 0 4px rgba(232,183,176,.08); }
.award-icon-text { font:600 13px var(--sans); letter-spacing:.05em; }
.award-tile span:last-child,.award-tile small,.award-tile strong,.award-tile em { display:block; }
.award-tile small { color:#9fb2b8; font-size:8px; letter-spacing:.14em; text-transform:uppercase; }
.award-tile strong { margin-top:4px; color:#fff; font-family:var(--serif); font-size:20px; font-weight:500; line-height:1.1; }
.award-tile em { margin-top:4px; color:#e8b7b0; font-size:9px; font-style:normal; letter-spacing:.08em; }

.proof-ticker { display:grid; grid-template-columns:repeat(4,1fr); background:#fff; border-bottom:1px solid var(--line); box-shadow:0 15px 34px rgba(12,35,55,.08); }
.proof-ticker > div { min-height:112px; padding:24px 3vw; border-right:1px solid var(--line); }
.proof-ticker strong,.proof-ticker span { display:block; }
.proof-ticker strong { color:var(--navy); font-family:var(--serif); font-size:24px; font-weight:500; }
.proof-ticker span { margin-top:7px; color:var(--ink-soft); font-size:10px; letter-spacing:.08em; line-height:1.5; text-transform:uppercase; }

.attorney-profile-dark { display:grid; grid-template-columns:.95fr 1.05fr; gap:0; max-width:none; padding:0; border:0; background:var(--navy); color:#fff; align-items:stretch; }
.attorney-profile-dark .attorney-profile-copy { max-width:none; padding:92px 7vw; }
.attorney-profile-dark .eyebrow { color:#e8b7b0; }
.attorney-profile-dark h2 { max-width:none; color:#fff; font-size:clamp(46px,4.4vw,68px); }
.attorney-profile-dark .attorney-profile-copy > p:not(.eyebrow) { max-width:680px; color:#c7d3d7; font-size:16px; }
.attorney-profile-dark .attorney-profile-image { position:relative; height:100%; min-height:690px; overflow:hidden; background:var(--navy); }
.attorney-profile-dark .attorney-profile-image img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 35%; filter:none; display:block; }
.attorney-profile-dark .attorney-profile-image::after { background:none; }
.attorney-profile-dark .attorney-profile-image > span { position:absolute; right:24px; bottom:22px; z-index:2; padding:9px 12px; border:1px solid rgba(255,255,255,.35); color:#fff; font-size:9px; letter-spacing:.13em; text-transform:uppercase; }
.profile-points { display:grid; gap:11px; margin:32px 0; padding:0; list-style:none; }
.profile-points li { position:relative; padding-left:24px; color:#eef3f4; font-size:14px; }
.profile-points li::before { content:"✦"; position:absolute; left:0; color:#e8b7b0; font-size:11px; }
.profile-icons { display:flex; flex-wrap:wrap; gap:12px; margin:30px 0 36px; }
.profile-icons span { display:flex; align-items:center; gap:9px; padding:9px 12px; border:1px solid rgba(255,255,255,.2); color:#d8e2e4; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.profile-icons b { display:grid; place-items:center; width:27px; height:27px; border:1px solid #e8b7b0; border-radius:50%; color:#e8b7b0; font-size:9px; }

.statement { padding-top:95px; padding-bottom:95px; }
.statement-copy h2 { font-size:clamp(40px,3.8vw,56px); }
.reviews-showcase { padding-top:105px; padding-bottom:115px; }
.reviews-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:9vw; align-items:end; margin-bottom:55px; }
.reviews-heading h2 { max-width:760px; margin-bottom:0; font-size:clamp(43px,4.3vw,64px); }
.reviews-heading > div:last-child > p { max-width:520px; margin-bottom:25px; color:var(--ink-soft); font-size:15px; line-height:1.75; }
.reviews-grid { display:grid; grid-template-columns:1.15fr .85fr; grid-template-rows:1fr 1fr; gap:1px; border:1px solid var(--line); background:var(--line); }
.review-card { position:relative; min-height:245px; padding:34px 36px 30px; background:#fff; }
.review-card-featured { grid-row:1/-1; display:flex; min-height:490px; flex-direction:column; justify-content:center; padding:58px 62px; background:var(--navy); color:#fff; }
.review-number { position:absolute; top:25px; right:27px; color:var(--rose); font-size:10px; letter-spacing:.13em; }
.review-stars { color:#c78e87; font-size:13px; letter-spacing:.22em; }
.review-card blockquote { max-width:660px; margin:25px 0 35px; color:var(--ink); font-family:var(--serif); font-size:23px; line-height:1.45; }
.review-card-featured blockquote { color:#fff; font-size:clamp(30px,3vw,44px); line-height:1.35; }
.review-card footer { display:flex; flex-wrap:wrap; align-items:center; gap:10px 18px; margin-top:auto; padding-top:18px; border-top:1px solid var(--line); }
.review-card-featured footer { border-color:rgba(255,255,255,.18); }
.review-card footer strong { font-family:var(--serif); font-size:16px; font-weight:500; }
.review-card footer small { color:#7c8a91; font-size:8px; letter-spacing:.13em; text-transform:uppercase; }
.review-card-featured footer small { color:#b9c9ce; }

.published-feature { display:grid; grid-template-columns:.72fr 1.18fr .78fr; gap:6vw; align-items:center; max-width:none; padding-top:118px; padding-bottom:122px; background:#f5f0ea; }
.publication-cover { position:relative; display:flex; min-height:580px; flex-direction:column; justify-content:flex-end; overflow:hidden; padding:48px 40px; border:1px solid rgba(232,183,176,.35); background:linear-gradient(155deg,#17364c 0%,#071925 70%); color:#fff; box-shadow:22px 25px 0 rgba(199,142,135,.15); }
.publication-cover::before { content:""; position:absolute; top:50%; left:50%; width:260px; height:260px; transform:translate(-50%,-50%); background:url("assets/summit-logo-watermark.png") center / contain no-repeat; opacity:.2; pointer-events:none; z-index:0; }
.publication-cover::after { content:""; position:absolute; top:0; right:0; bottom:0; width:8px; background:var(--rose); }
.publication-series { position:absolute; top:34px; left:40px; color:#e8b7b0; font-size:9px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; }
.publication-cover > strong { position:relative; z-index:1; margin-bottom:auto; color:#fff; font:500 clamp(54px,5vw,76px)/.88 var(--serif); letter-spacing:-.055em; }
.publication-rule { width:54px; height:1px; margin:34px 0 23px; background:#e8b7b0; }
.publication-cover p { position:relative; z-index:1; margin:0 0 4px; color:#fff; font:500 28px/1.15 var(--serif); text-align:left; text-wrap:pretty; }
.publication-cover small, .publication-byline, .publication-cover > strong { text-align:left; }
.publication-cover small { position:relative; z-index:1; color:#d9e3e5; font-size:11px; line-height:1.55; }
.publication-byline { position:relative; z-index:1; margin-top:30px; color:#e8b7b0; font-size:8px; font-weight:600; letter-spacing:.13em; text-transform:uppercase; }
.published-copy h2 { max-width:none; font-size:clamp(43px,4vw,62px); }
.published-copy blockquote { max-width:610px; margin:30px 0; padding:22px 0 22px 28px; border-left:2px solid var(--rose); color:var(--navy); font:500 clamp(24px,2.4vw,34px)/1.35 var(--serif); }
.published-copy .feature-standfirst { max-width:610px; margin:30px 0; padding:22px 0 22px 28px; border-left:2px solid var(--rose); color:var(--navy); font:500 clamp(24px,2.4vw,34px)/1.35 var(--serif); }
.published-copy > p:not(.eyebrow) { max-width:650px; color:var(--ink-soft); font-size:15px; line-height:1.8; }
.published-copy .text-link { margin-top:14px; }
.published-facts { display:grid; align-self:stretch; align-content:center; border-top:1px solid var(--line); }
.published-facts article { display:grid; grid-template-columns:70px 1fr; gap:18px; padding:27px 0; border-bottom:1px solid var(--line); }
.published-facts article > span { color:var(--rose); font:500 26px var(--serif); }
.published-facts strong { display:block; color:var(--navy); font:500 20px/1.2 var(--serif); }
.published-facts p { margin:8px 0 0; color:var(--ink-soft); font-size:11px; line-height:1.6; }
.proof-statement { max-width:700px; margin:0; color:var(--navy); font:500 clamp(28px,3.1vw,46px)/1.2 var(--serif); letter-spacing:-.025em; text-align:left; }
.proof-quote cite { display:block; margin-top:22px; color:var(--ink-soft); font-size:11px; letter-spacing:.12em; text-transform:uppercase; }

.defining-case { display:grid; grid-template-columns:1.03fr .97fr; gap:0; max-width:none; padding:0; background:var(--navy); color:#fff; }
.defining-case-image { position:relative; min-height:720px; overflow:hidden; background:#112d42; }
.defining-case-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(7,25,37,.04),rgba(7,25,37,.72)); }
.defining-case-image img { width:100%; height:100%; min-height:720px; object-fit:cover; object-position:35% 45%; filter:saturate(.72) contrast(1.06); }
.defining-case-image > span { position:absolute; z-index:1; right:25px; bottom:22px; padding:9px 12px; border:1px solid rgba(255,255,255,.4); color:#fff; font-size:9px; letter-spacing:.13em; text-transform:uppercase; }
.defining-case-copy { max-width:760px; padding:96px 7vw 92px; }
.defining-case-copy .eyebrow { color:#e8b7b0; }
.defining-case-copy h2 { max-width:none; color:#fff; font-size:clamp(44px,4.4vw,66px); }
.defining-case-copy > p:not(.eyebrow) { max-width:650px; color:#c8d7da; font-size:15px; line-height:1.8; }
.case-record { display:grid; margin-top:37px; border-top:1px solid rgba(216,228,231,.24); }
.case-record article { display:grid; grid-template-columns:38px 1fr; gap:14px; padding:18px 0; border-bottom:1px solid rgba(216,228,231,.24); }
.case-record article > span { color:#e8b7b0; font-size:10px; letter-spacing:.13em; }
.case-record strong { color:#fff; font:500 20px var(--serif); }
.case-record p { margin:5px 0 0; color:#b9cbd0; font-size:11px; line-height:1.6; }

.real-team { max-width:none; padding-top:118px; padding-bottom:125px; background:#fbf9f6; }
.real-team-heading { position:relative; max-width:960px; margin:0 auto 60px; padding:0 52px 50px; border-bottom:1px solid var(--line); text-align:center; }
.real-team-heading::after { content:"✦"; position:absolute; left:50%; bottom:-8px; padding:0 12px; background:#fbf9f6; color:var(--rose); font-size:11px; transform:translateX(-50%); }
.real-team-heading .eyebrow { display:flex; align-items:center; justify-content:center; gap:14px; margin-bottom:22px; }
.real-team-heading .eyebrow::before,.real-team-heading .eyebrow::after { content:""; width:42px; height:1px; background:rgba(199,142,135,.72); }
.real-team-heading h2 { max-width:880px; margin:0 auto 24px; font-size:clamp(44px,4.4vw,64px); text-wrap:balance; }
.real-team-heading > p:not(.eyebrow) { max-width:680px; margin:0 auto; color:var(--ink-soft); font-size:14px; line-height:1.75; text-wrap:balance; }
.real-team-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:1440px; margin:0 auto; }
.team-member-card { display:grid; grid-template-columns:1.05fr .95fr; min-height:560px; overflow:hidden; border:1px solid var(--line); background:#fff; }
.team-member-image { position:relative; min-height:560px; overflow:hidden; background:var(--sand); }
.team-member-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(7,25,37,.62)); }
.team-member-image img { width:100%; height:100%; min-height:560px; object-fit:cover; object-position:center; filter:saturate(.84) contrast(1.02); }
.team-member-card:first-child .team-member-image img { object-position:54% center; }
.team-member-image > span { position:absolute; z-index:1; left:18px; bottom:17px; color:#fff; font-size:8px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; }
.team-member-copy { display:flex; flex-direction:column; justify-content:flex-end; padding:40px 34px; }
.team-member-index { color:var(--rose); font-size:10px; letter-spacing:.13em; }
.team-member-copy h3 { margin:0 0 20px; color:var(--navy); font-size:34px; }
.team-member-copy > p:not(.team-member-index) { color:var(--ink-soft); font-size:13px; line-height:1.75; }
.team-member-copy .text-link { width:max-content; margin-top:18px; }

.recognition-ledger { display:grid; grid-template-columns:.68fr 1.32fr; gap:7vw; align-items:end; max-width:none; padding-top:105px; padding-bottom:110px; border-top:1px solid var(--line); background:var(--blush); }
.recognition-ledger .recognition-intro h2 { max-width:none; font-size:clamp(43px,4vw,60px); }
.recognition-ledger .recognition-intro > p:not(.eyebrow) { max-width:470px; font-size:14px; line-height:1.75; }
.recognition-ledger .recognition-grid { grid-template-columns:repeat(4,1fr); }
.recognition-ledger .recognition-grid article { min-height:305px; display:flex; flex-direction:column; padding:24px 22px 25px; background:var(--ivory); }
.recognition-ledger .recognition-grid article > span { color:var(--rose); font-size:10px; letter-spacing:.13em; }
.recognition-ledger .recognition-grid article > small { margin-top:64px; color:#8c625f; font-size:8px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; }
.recognition-ledger .recognition-grid h3 { margin:10px 0 12px; color:var(--navy); font-size:23px; }
.recognition-ledger .recognition-grid p { margin:0; color:var(--ink-soft); font-size:11px; line-height:1.65; }
.proof-verified { background:#fbf9f6; }
.proof-verified .proof-stats strong { font-size:clamp(25px,2.2vw,36px); }

.site-footer { padding:0; border-top:5px solid #c78e87; background:#061624; }
.site-footer .footer-top { grid-template-columns:1.65fr 1fr 1fr 1.25fr; gap:55px; max-width:1500px; padding:72px 5vw 62px; }
.footer-brand-block { display:block !important; }
.footer-brand-card { display:inline-flex; width:max-content; min-width:0; margin-bottom:25px; padding:12px 16px; border-radius:4px; background:#fbf9f6; color:var(--ink); }
.site-footer .footer-brand-card img { width:56px; height:56px; padding:0; background:transparent; }
.site-footer .footer-brand-card span { color:var(--ink); }
.footer-brand-block > p { max-width:370px; color:#c3d0d4; font-size:13px; line-height:1.75; }
.footer-location { display:inline-block; margin-top:12px; color:#e8b7b0; font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.site-footer .footer-label { color:#e8b7b0; }
.footer-top address { margin-top:12px; color:#bac9ce; font-size:12px; font-style:normal; line-height:1.75; }
.footer-button { width:max-content; margin-top:18px; }
.site-footer .footer-bottom { display:grid; grid-template-columns:1fr auto; align-items:start; max-width:1500px; padding:24px 5vw 110px; }
.footer-legal { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:16px; }
.footer-legal a,.footer-legal span { color:#a7bbc1; font-size:10px; }

.intake-launcher { min-width:54px; width:54px; height:54px; }
.intake-input-row { align-items:flex-end; }
.intake-input-row textarea { min-width:0; flex:1; max-height:125px; padding:11px 12px; border:1px solid rgba(30,43,58,.2); border-radius:0; background:#fff; color:var(--ink); font:14px var(--sans); line-height:1.45; outline:none; resize:vertical; }
.intake-input-row textarea:focus { border-color:var(--rose); }
.intake-input-row button { flex:0 0 44px; height:44px; }

@media (max-width:1100px) {
  .site-header .main-nav { gap:14px; }
  .site-header .header-actions { padding-left:15px; }
  .site-header .header-actions .button { display:none; }
  .hero-immersive-copy { width:60%; padding-right:5vw; }
  .award-tile { padding:18px 15px; }
  .credential-mark { padding:8px 12px; }
  .credential-mark > span:last-child small { display:none; }
  .published-feature { grid-template-columns:.75fr 1.25fr; gap:5vw; }
  .published-facts { grid-column:1/-1; grid-template-columns:repeat(3,1fr); }
  .published-facts article { grid-template-columns:55px 1fr; padding:24px 18px; border-right:1px solid var(--line); }
  .defining-case-copy { padding-left:5vw; padding-right:5vw; }
  .real-team-heading { max-width:880px; }
  .team-member-card { grid-template-columns:1fr; }
  .team-member-image,.team-member-image img { min-height:420px; }
  .recognition-ledger { grid-template-columns:1fr; }
  .recognition-ledger .recognition-grid { grid-template-columns:repeat(4,1fr); }
  .site-footer .footer-top { grid-template-columns:1.5fr 1fr 1fr; }
  .site-footer .footer-top > div:last-child { grid-column:1/-1; }
}

/* Private conversation widget */
.intake-widget { right:24px; bottom:22px; }
.intake-launcher { width:54px; height:54px; min-width:54px; min-height:54px; padding:0; border:1px solid var(--rose); border-radius:0; background:var(--navy); box-shadow:0 18px 42px rgba(6,22,36,.27); }
.intake-launcher:hover,.intake-launcher:focus-visible { background:var(--navy); color:var(--ivory); border-color:var(--ivory); transform:none; }
.launcher-icon { width:24px; height:24px; border:0; background:none; }
.intake-launcher strong,.intake-launcher small,.launcher-arrow { display:none; }
.intake-panel { width:min(430px,calc(100vw - 34px)); max-height:min(720px,calc(100vh - 34px)); border:1px solid rgba(6,22,36,.18); border-radius:0; background:#fbf9f6; box-shadow:0 28px 70px rgba(6,22,36,.32); }
.intake-panel-head { position:relative; padding:22px 22px 20px; background:linear-gradient(135deg,#061624 0%,#173b54 100%); }
.intake-heading-wrap { min-width:0; padding-right:48px; }
.intake-panel-meta { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.intake-kicker { color:#e8b7b0; font-size:8px; font-weight:600; letter-spacing:.2em; }
.intake-status { display:inline-flex; align-items:center; gap:5px; color:#d8e2e3; font-size:8px; letter-spacing:.12em; text-transform:uppercase; white-space:nowrap; }
.intake-status i { width:6px; height:6px; border-radius:50%; background:#9bc6af; box-shadow:0 0 0 4px rgba(155,198,175,.12); }
.intake-panel-head h2 { margin:12px 0 0; font-size:30px; letter-spacing:-.02em; }
.intake-subtitle { max-width:320px; margin:9px 0 0; color:#d8e2e3; font-size:12px; line-height:1.6; }
.intake-es { max-width:320px; margin:6px 0 0; color:#c9d7dc; font-size:11px; line-height:1.5; }
.intake-close { /* hoisted onto .intake-widget; see .intake-widget.intake-open .intake-close */ }
.intake-progress { display:flex; align-items:center; gap:12px; padding:10px 20px 9px; border-bottom:1px solid rgba(30,43,58,.1); background:var(--blush); color:#6c7a82; font-size:8px; font-weight:600; letter-spacing:.13em; text-transform:uppercase; }
.intake-progress > span { min-width:66px; }
.intake-progress > div { flex:1; height:3px; overflow:hidden; border-radius:0; background:rgba(30,43,58,.13); }
.intake-progress i { display:block; width:4%; height:100%; border-radius:0; background:#c78e87; transition:width .35s ease; }
.intake-messages { min-height:190px; max-height:385px; gap:12px; padding:18px 20px 10px; background:#f7f4ef; }
.chat-bubble { max-width:90%; padding:12px 14px; border-radius:0; font-size:13px; line-height:1.6; }
.chat-bubble.bot { border:1px solid rgba(30,43,58,.07); border-bottom-left-radius:0; background:#fff; box-shadow:0 5px 16px rgba(30,43,58,.06); }
.chat-bubble.user { border-bottom-right-radius:0; background:#173b54; box-shadow:0 5px 16px rgba(6,22,36,.12); }
.intake-typing { display:flex; align-items:center; gap:4px; padding:0 20px 10px; background:#f7f4ef; color:#6c7a82; font-size:9px; letter-spacing:.08em; }
.intake-typing[hidden] { display:none; }
.intake-typing i { width:5px; height:5px; border-radius:50%; background:#c78e87; animation:intake-pulse 1s infinite ease-in-out; }
.intake-typing i:nth-child(2) { animation-delay:.15s; }
.intake-typing i:nth-child(3) { animation-delay:.3s; }
@keyframes intake-pulse { 0%,80%,100% { opacity:.25; transform:translateY(0); } 40% { opacity:1; transform:translateY(-2px); } }
.intake-options { gap:7px; padding:10px 20px 14px; background:#f7f4ef; }
.intake-option { padding:10px 12px; border:1px solid rgba(199,142,135,.66); border-radius:0; background:#fff; color:var(--ink); font-size:10px; letter-spacing:.04em; text-transform:none; }
.intake-option:hover,.intake-option:focus-visible { border-color:#a86661; background:#faefed; color:var(--navy); }
.intake-input-row { gap:9px; padding:10px 20px 14px; background:#f7f4ef; }
.intake-input-row textarea { min-height:46px; max-height:130px; padding:12px 13px; border:1px solid rgba(30,43,58,.18); border-radius:0; font-size:13px; }
.intake-input-row textarea:focus { border-color:#c78e87; box-shadow:0 0 0 3px rgba(199,142,135,.12); }
.intake-input-row button { flex:0 0 46px; height:46px; border-radius:0; background:#c78e87; }
.intake-input-row button:hover { background:#a86661; }
.intake-disclaimer { padding:12px 20px 14px; border-top:1px solid rgba(30,43,58,.1); background:#fbf9f6; font-size:9px; line-height:1.55; }
@media (max-width:740px) {
  body.intake-open {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
  }
  body.intake-open .intake-messages {
    touch-action: pan-y;
  }
  .intake-widget {
    left: auto;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto;
  }
  .intake-widget.intake-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    height: 100dvh;
    overflow: hidden;
    overscroll-behavior: none;
    padding: 0;
    margin: 0;
  }
  .intake-launcher {
    width: 54px;
    height: 54px;
    min-width: 54px;
    max-width: none;
    margin-left: 0;
  }
  .intake-panel {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
    overflow: hidden;
  }
  .intake-widget.intake-open .intake-panel {
    display: flex;
    height: 100% !important;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
  }
  .intake-widget.intake-open .intake-panel[hidden],
  .intake-panel[hidden] {
    display: none;
  }
  .intake-panel-head,
  .intake-progress,
  .intake-typing,
  .intake-options,
  .intake-input-row,
  .intake-disclaimer {
    flex: 0 0 auto;
  }
  .intake-panel-head {
    position: sticky;
    top: 0;
    z-index: 5;
    flex: 0 0 auto;
    padding: 14px 14px 12px;
    background: var(--navy);
    background: linear-gradient(135deg,#061624 0%,#173b54 100%);
  }
  .intake-widget.intake-open .intake-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: max(14px, calc(env(safe-area-inset-top, 0px) + 14px));
    right: max(12px, env(safe-area-inset-right, 0px));
    z-index: 10002;
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    height: 44px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .intake-widget.intake-open .intake-panel-head {
    padding-top: max(18px, calc(env(safe-area-inset-top, 0px) + 18px));
    padding-right: 58px;
  }
  .intake-panel-meta { align-items: center; flex-direction: row; gap: 8px; }
  .intake-panel-head h2 { margin-top: 8px; font-size: 20px; }
  .intake-subtitle, .intake-es { display: none; }
  .intake-progress { padding: 8px 14px; }
  .intake-messages {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 12px 14px 8px;
  }
  .intake-typing { padding-left: 14px; padding-right: 14px; }
  .intake-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: min(22vh, 160px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 14px 10px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }
  .intake-input-row {
    flex: 0 0 auto;
    padding: 8px 14px 12px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }
  .intake-input-row textarea,
  .intake-input-row input {
    font-size: 16px;
  }
  .intake-disclaimer { display: none; }
}

@media (max-width:740px) {
  .site-header { position:relative; display:grid; grid-template-columns:1fr auto; align-items:center; padding:14px 5vw 12px; }
  .site-header .brand img { width:52px; height:52px; }
  .site-header .brand span { font-size:15px; }
  .site-header .header-actions { display:none; }
  .credential-ribbon { grid-template-columns:1fr 1fr; padding:0 14px; }
  .credential-mark { min-height:74px; justify-content:flex-start; gap:10px; padding:6px 8px; border-bottom:1px solid rgba(30,43,58,.13); border-left:0; }
  .credential-mark:first-child { border-left:0; }
  .credential-seal { flex-basis:48px; width:48px; height:48px; }
  .credential-seal::before,.credential-seal::after { top:19px; }
  .credential-seal::before { left:5px; }
  .credential-seal::after { right:5px; }
  .credential-seal small { top:7px; }
  .credential-seal i { bottom:7px; }
  .credential-seal b { font-size:15px; }
  .credential-mark strong { font-size:13px; }
  .hero-immersive { min-height:955px; }
  .hero-immersive-image { width:100%; object-position:center top; }
  .hero-immersive-scrim { background:linear-gradient(180deg,rgba(5,18,29,.08) 0%,rgba(5,18,29,.18) 35%,rgba(5,18,29,.92) 58%,rgba(5,18,29,.98) 100%); }
  .hero-immersive-copy { width:100%; margin:0; padding:520px 20px 90px; }
  .hero-immersive-copy h1 { font-size:clamp(46px,13vw,62px); }
  .hero-immersive-copy > p:not(.eyebrow):not(.hero-note-light) { font-size:15px; }
  .hero-immersive-copy .hero-actions { align-items:flex-start; }
  .hero-awards { grid-template-columns:1fr 1fr; padding:0; }
  .award-tile { min-height:120px; padding:15px 14px; border-top:1px solid rgba(255,255,255,.13); }
  .award-tile:first-child { border-left:0; }
  .award-icon { flex-basis:42px; width:42px; height:42px; }
  .award-tile strong { font-size:17px; }
  .proof-ticker { grid-template-columns:1fr 1fr; }
  .proof-ticker > div { min-height:105px; padding:20px; border-bottom:1px solid var(--line); }
  .proof-ticker strong { font-size:20px; }
  .attorney-profile-dark { display:flex; flex-direction:column; padding:0; }
  .attorney-profile-dark .attorney-profile-image { min-height:430px; }
  .attorney-profile-dark .attorney-profile-copy { padding:70px 20px 75px; }
  .attorney-profile-dark h2 { font-size:clamp(40px,11vw,54px); }
  .profile-icons { display:grid; grid-template-columns:1fr; }
  .statement { padding-top:75px; padding-bottom:78px; }
  .reviews-showcase { padding-top:78px; padding-bottom:82px; }
  .reviews-heading { display:block; margin-bottom:38px; }
  .reviews-heading > div:last-child { margin-top:28px; }
  .reviews-heading > div:last-child > p { font-size:14px; }
  .reviews-grid { display:block; }
  .review-card,.review-card-featured { min-height:0; padding:36px 25px; }
  .review-card + .review-card { border-top:1px solid var(--line); }
  .review-card-featured blockquote { font-size:30px; }
  .review-card blockquote { font-size:21px; }
  .published-feature { display:block; padding:74px 20px 82px; }
  .publication-cover { min-height:510px; padding:40px 28px; box-shadow:12px 14px 0 rgba(199,142,135,.15); }
  .publication-series { top:28px; left:28px; }
  .publication-cover > strong { font-size:58px; }
  .published-copy { padding-top:65px; }
  .published-copy h2 { font-size:clamp(39px,11vw,52px); }
  .published-copy blockquote { padding-left:20px; font-size:25px; }
  .published-copy .feature-standfirst { padding-left:20px; font-size:25px; }
  .published-facts { display:block; margin-top:50px; }
  .published-facts article { grid-template-columns:58px 1fr; padding:22px 0; border-right:0; }
  .defining-case { display:flex; flex-direction:column; }
  .defining-case-image,.defining-case-image img { min-height:390px; }
  .defining-case-copy { padding:70px 20px 74px; }
  .defining-case-copy h2 { font-size:clamp(40px,11vw,54px); }
  .real-team { padding:78px 20px 84px; }
  .real-team-heading { margin-bottom:44px; padding:0 0 38px; }
  .real-team-heading .eyebrow { gap:10px; margin-bottom:18px; }
  .real-team-heading .eyebrow::before,.real-team-heading .eyebrow::after { width:28px; }
  .real-team-heading h2 { font-size:clamp(40px,11vw,54px); }
  .real-team-heading > p:not(.eyebrow) { margin-top:20px; }
  .real-team-grid { grid-template-columns:1fr; }
  .team-member-card { min-height:0; }
  .team-member-image,.team-member-image img { min-height:470px; }
  .team-member-copy { padding:32px 25px 38px; }
  .recognition-ledger { display:block; padding:78px 20px 82px; }
  .recognition-ledger .recognition-grid { grid-template-columns:1fr 1fr; margin-top:38px; }
  .recognition-ledger .recognition-grid article { min-height:250px; padding:20px 17px; }
  .recognition-ledger .recognition-grid article > small { margin-top:42px; }
  .recognition-ledger .recognition-grid h3 { font-size:20px; }
  .proof-verified .proof-stats strong { font-size:26px; }
  .site-footer .footer-top { grid-template-columns:1fr 1fr; gap:42px 24px; padding:55px 20px 48px; }
  .site-footer .footer-top > .footer-brand-block,.site-footer .footer-top > div:last-child { grid-column:1/-1; }
  .footer-brand-card { width:100%; }
  .site-footer .footer-bottom { display:block; padding:24px 20px 165px; }
  .footer-legal { display:flex; flex-wrap:wrap; justify-content:flex-start; align-items:center; gap:10px 16px; margin-top:20px; width:100%; }
  .footer-legal > span { flex:0 0 100%; margin:0; display:block; text-align:left; }
  .footer-legal a { margin:0; }
  .intake-launcher { min-width:54px; width:54px; height:54px; }
}

/* Compact vertical rhythm: preserve the editorial design without oversized dead space. */
.attorney-profile-dark .attorney-profile-copy { padding-top:76px; padding-bottom:76px; }
.attorney-profile-dark .attorney-profile-image { min-height:620px; }
.published-feature { padding-top:78px; padding-bottom:82px; }
.publication-cover { min-height:510px; }
.defining-case-image,.defining-case-image img { min-height:620px; }
.defining-case-copy { padding-top:76px; padding-bottom:74px; }
.real-team { padding-top:76px; padding-bottom:68px; }
.real-team-heading { margin-bottom:44px; padding-bottom:38px; }
.team-member-card,.team-member-image,.team-member-image img { min-height:510px; }
.recognition-ledger { padding-top:64px; padding-bottom:72px; }
.recognition-ledger .recognition-grid article { min-height:260px; }
.recognition-ledger .recognition-grid article > small { margin-top:42px; }
.practice { padding-top:76px; padding-bottom:82px; }
.practice-card { min-height:225px; }
.card-index { margin-bottom:34px; }
.difference { padding-top:78px; padding-bottom:82px; }
.difference-grid article { min-height:220px; }
.difference-grid h3 { margin-top:40px; }
.approach { padding-top:82px; padding-bottom:86px; }
.approach-image { height:540px; }
.proof { padding-top:66px; padding-bottom:68px; }
.resources { padding-top:76px; padding-bottom:82px; }
.resource-card { min-height:270px; }
.resource-card h3 { margin-top:34px; }
.faq { padding-top:78px; padding-bottom:84px; }
.contact { padding-top:78px; padding-bottom:84px; }
.site-footer .footer-top { padding-top:58px; padding-bottom:50px; }

@media (max-width:740px) {
  .attorney-profile-dark .attorney-profile-image { min-height:360px; }
  .attorney-profile-dark .attorney-profile-copy { padding-top:54px; padding-bottom:58px; }
  .published-feature { padding-top:54px; padding-bottom:58px; }
  .publication-cover { min-height:440px; }
  .published-copy { padding-top:44px; }
  .published-facts { margin-top:34px; }
  .defining-case-image,.defining-case-image img { min-height:340px; }
  .defining-case-copy { padding-top:54px; padding-bottom:58px; }
  .real-team { padding-top:56px; padding-bottom:58px; }
  .real-team-heading { margin-bottom:34px; padding-bottom:30px; }
  .team-member-image,.team-member-image img { min-height:400px; }
  .team-member-copy { padding-top:26px; padding-bottom:30px; }
  .recognition-ledger { padding-top:54px; padding-bottom:58px; }
  .recognition-ledger .recognition-grid { margin-top:30px; }
  .recognition-ledger .recognition-grid article { min-height:220px; }
  .recognition-ledger .recognition-grid article > small { margin-top:30px; }
  .practice { padding-top:58px; padding-bottom:62px; }
  .section-heading { margin-bottom:28px; }
  .practice-card { min-height:188px; }
  .card-index { margin-bottom:26px; }
  .difference { padding-top:58px; padding-bottom:62px; }
  .difference-grid { margin-top:30px; }
  .approach { gap:34px; padding-top:60px; padding-bottom:64px; }
  .approach-image { height:350px; }
  .proof { gap:34px; padding-top:56px; padding-bottom:58px; }
  .resources { padding-top:58px; padding-bottom:62px; }
  .resource-card { min-height:225px; }
  .faq { padding-top:58px; padding-bottom:62px; }
  .faq-list { margin-top:30px; }
  .contact { gap:34px; padding-top:58px; padding-bottom:64px; }
  .site-footer .footer-top { padding-top:44px; padding-bottom:40px; }
}

/* Final mobile navigation and intake form polish */
.case-form {
  position:relative;
  padding:38px;
  border:1px solid rgba(30,43,58,.14);
  border-top:4px solid var(--rose);
  border-radius:4px;
  background:#fff;
  box-shadow:0 22px 55px rgba(12,35,55,.14);
}
.case-form .form-heading { margin-bottom:30px; }
.case-form label { margin-bottom:22px; }
.case-form input,.case-form select,.case-form textarea { border-bottom-color:rgba(30,43,58,.24); transition:border-color .2s ease,background-color .2s ease; }
.case-form input:focus,.case-form select:focus,.case-form textarea:focus { border-bottom-color:var(--rose); background-color:rgba(233,215,210,.14); }
.case-form select { min-height:48px; padding-top:11px; padding-bottom:11px; cursor:pointer; }
.case-form .consent-check { margin-top:2px; }
.case-form .button { min-height:50px; margin-top:9px; }

@media (max-width:740px) {
  .site-header { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:14px; padding:12px 20px 13px; }
  .site-header .brand { gap:10px; }
  .site-header .brand img { width:48px; height:48px; object-fit:contain; }
  .site-header .brand span { font-size:14px; line-height:1.15; }
  .case-form { padding:30px 22px 26px; }
  .case-form .form-heading { margin-bottom:25px; }
  .case-form label { margin-bottom:20px; }
  .case-form select { min-height:50px; }
}

/* Cover title stacks as Summit / Perspective. Keep it inside the card without nowrap squeeze. */
@media (min-width:1101px) {
  .published-feature { grid-template-columns:.84fr 1.16fr .76fr; gap:5vw; }
}

@media (min-width:741px) and (max-width:1100px) {
  .published-feature { grid-template-columns:.84fr 1.16fr; gap:4vw; }
}

.publication-cover > strong { max-width:100%; white-space:normal; }

/* --- Renee 26 Aug 2026 review --- */
.brand img,
.footer-brand-card img {
  object-fit: contain;
  object-position: center;
}
.inner-content p,
.content-section p,
.legal-page p,
.legal-page li,
.attorney-profile-copy > p,
.published-copy > p:not(.eyebrow):not(.feature-standfirst),
.defining-case-copy > p,
.difference-intro > p,
.approach-copy > p,
.faq-heading > p,
.faq-list details p,
.contact-copy > p,
.hero-immersive-copy > p:not(.eyebrow):not(.hero-note-light),
.inner-hero-copy > p:not(.eyebrow),
.staff-bio-copy > p,
.contact-page-copy > p:not(.eyebrow),
.practice-faq .faq-list details p {
  text-align: justify;
  text-justify: inter-word;
}
.footer-legal,
.main-nav,
.button,
.form-note,
.form-heading,
.intake-disclaimer,
.credential-mark,
.footer-tagline,
.eyebrow,
label {
  text-align: left;
}
.real-team-heading .eyebrow {
  font-size: 13px;
  letter-spacing: .2em;
  color: #8c625f;
}
.fee-asterisk {
  color: inherit;
  font-size: .85em;
  font-weight: 700;
  margin-left: .12em;
  text-decoration: none;
  border: 0;
}
.fee-asterisk:hover { color: var(--rose); }
.footer-tagline {
  margin: 8px 0 0;
  color: #e8b7b0;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-bottom p #loser-pays { scroll-margin-top: 24px; }
.recognition-ledger .recognition-grid { grid-template-columns: repeat(3, 1fr); }
.staff-role {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-tagline {
  margin: 0 0 18px;
  color: #e8b7b0;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: .02em;
  font-style: italic;
  text-transform: none;
}
@media (max-width: 980px) {
  .recognition-ledger .recognition-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 740px) {
  .recognition-ledger .recognition-grid { grid-template-columns: 1fr; }
}

.staff-role, .hero-tagline, .feature-standfirst { text-align: left; }
.defining-case-copy .feature-standfirst {
  color: #e8b7b0;
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 18px;
}
.hero-immersive-copy .hero-tagline { color: #e8b7b0; }

/* mobile overflow lock */
@media (max-width: 740px) {
  .button { max-width: 100%; white-space: normal; }
  .phone-link, .footer-phone, .text-link { overflow-wrap: anywhere; max-width: 100%; }
  img, svg, video, iframe { max-width: 100%; }
  .contact-map-frame iframe { max-width: none; }
}

/* Body copy: full-width justify on every page (Renee) */
.inner-content,
.content-section p,
.content-section li,
.content-list,
.content-callout,
.inner-content .faq-list,
.inner-content .faq-list details p,
.legal-page p,
.legal-page li,
.hero-lede,
.statement-copy > p:not(.eyebrow),
.statement-feature-copy > p:not(.eyebrow),
.attorney-profile-copy > p:not(.eyebrow),
.team-standard-copy > p:not(.eyebrow),
.case-highlights-copy > p:not(.eyebrow),
.community-intro > p:not(.eyebrow),
.difference-intro > p:not(.eyebrow),
.approach-copy > p:not(.eyebrow),
.faq-heading > p,
.faq-list details p,
.contact-copy > p,
.contact-page-copy > p:not(.eyebrow),
.published-copy > p:not(.eyebrow):not(.feature-standfirst),
.defining-case-copy > p,
.staff-bio-copy > p,
.practice-card p,
.resource-card p,
.team-member-copy p,
.aside-card p,
.recognition-grid article p,
.recognition-intro > p:not(.eyebrow) {
  max-width: none;
}
main p:not(.proof-statement):not(.feature-standfirst):not(.hero-tagline):not(.staff-role):not(.eyebrow):not(.lede):not(.hero-note-light):not(.form-note):not(.footer-tagline):not(.resources-standfirst),
main li,
article p:not(.proof-statement):not(.feature-standfirst):not(.hero-tagline):not(.staff-role):not(.eyebrow):not(.lede):not(.hero-note-light):not(.resources-standfirst),
article li,
.inner-content p:not(.feature-standfirst):not(.eyebrow),
.inner-content li,
.content-section p,
.content-list li,
.legal-page p,
.legal-page li,
.faq-list details p,
.practice-card p,
.resource-card p,
.team-member-copy p,
.aside-card p,
.recognition-grid article p {
  text-align: justify;
  text-justify: inter-word;
}
h1, h2, h3, h4,
.proof-statement,
.lede,
.page-title,
.section-title,
.section-heading,
.resources-heading,
.resources-standfirst,
.proof-heading,
.form-heading,
.form-heading span,
.form-heading small,
.button, .main-nav, .eyebrow,
.form-note, label,
.footer-legal, .footer-tagline, .hero-note-light,
.feature-standfirst, .hero-tagline, .staff-role {
  text-align: left;
}



.nav-overlay { display:none; }
.nav-drawer-head,
.nav-drawer-foot { display:none; }

/* Boutique right-hand mobile panel — <=740px only */
@media (max-width:740px) {
  .nav-overlay {
    display:block;
    position:fixed;
    inset:0;
    z-index:8900;
    background:rgba(12,35,55,.45);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .25s ease,visibility .25s ease;
  }
  body.nav-open .nav-overlay {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .nav-toggle {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    justify-self:end;
    flex-shrink:0;
    width:44px;
    height:44px;
    min-width:44px;
    min-height:44px;
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:#c78e87;
    transition:color .15s ease;
    -webkit-appearance:none;
    appearance:none;
    cursor:pointer;
  }
  .nav-toggle::before { content:none; display:none; }
  .nav-ham {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:flex-start;
    width:26px;
    height:16px;
  }
  .nav-ham i {
    display:block;
    width:26px;
    height:1.5px;
    margin:0;
    border:0;
    border-radius:0;
    background:currentColor;
  }
  .nav-ham i:nth-child(2) { width:15px; }
  .nav-toggle:hover,
  .nav-toggle:focus-visible,
  .nav-toggle:active {
    color:#0c2337;
  }
  .nav-toggle:focus-visible {
    outline:1px solid #c78e87;
    outline-offset:3px;
  }
  .nav-toggle[aria-expanded="true"] {
    background:transparent;
    border:0;
    color:#0c2337;
  }

  .site-header .main-nav {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    z-index:9000;
    grid-column:auto;
    grid-template-columns:none;
    gap:0;
    width:min(360px,86vw);
    height:100%;
    height:100vh;
    height:-webkit-fill-available;
    height:100dvh;
    margin:0;
    padding:0 22px;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    border:0;
    border-radius:0;
    background:#0c2337;
    color:#fbf9f6;
    box-shadow:-18px 0 40px rgba(6,22,36,.32);
    text-align:left;
    transform:translateX(100%);
    visibility:hidden;
    pointer-events:none;
    transition:transform .28s ease,visibility .28s ease;
  }
  .site-header .main-nav.is-open {
    transform:translateX(0);
    visibility:visible;
    pointer-events:auto;
    touch-action:pan-y;
  }
  .site-header .main-nav.is-open > a,
  .site-header .main-nav > a {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    align-self:stretch;
    flex:0 0 auto;
    width:100%;
    min-height:44px;
    padding:12px 0;
    border:0;
    border-bottom:1px solid rgba(251,249,246,.12);
    background:transparent;
    color:#fbf9f6;
    font-family:var(--serif);
    font-size:18px;
    font-weight:400;
    letter-spacing:-.012em;
    line-height:1.12;
    text-align:left;
    text-transform:none;
  }
  .site-header .main-nav > a::before { content:none; display:none; }
  .site-header .main-nav > a:hover,
  .site-header .main-nav > a:focus-visible {
    background:transparent;
    color:#e9d7d2;
  }

  .nav-drawer-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex:0 0 auto;
    align-self:stretch;
    width:100%;
    min-height:calc(44px + env(safe-area-inset-top));
    margin:0;
    padding:max(10px,env(safe-area-inset-top)) 0 10px;
    border-bottom:1px solid rgba(251,249,246,.12);
  }
  .nav-drawer-mark {
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-width:0;
    color:#fbf9f6;
    font-family:var(--serif);
    font-size:18px;
    font-weight:400;
    letter-spacing:0;
    line-height:1;
  }
  .nav-drawer-mark img {
    display:block;
    width:40px;
    height:40px;
    flex:0 0 40px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    object-fit:contain;
    object-position:center;
    filter:brightness(0) invert(1);
  }
  .nav-drawer-mark b { display:none; }
  .nav-drawer-close {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    width:44px;
    height:44px;
    min-width:44px;
    min-height:44px;
    padding:0;
    border:1px solid rgba(255,255,255,.35);
    border-radius:0;
    background:transparent;
    color:#fbf9f6;
    font-family:var(--sans);
    font-size:22px;
    font-weight:400;
    letter-spacing:0;
    line-height:1;
    text-transform:none;
    cursor:pointer;
  }
  .nav-drawer-close:hover,
  .nav-drawer-close:focus-visible {
    border-color:#e8b7b0;
    color:#e8b7b0;
  }

  .nav-drawer-foot {
    display:block;
    flex:0 0 auto;
    align-self:stretch;
    width:100%;
    margin-top:auto;
    padding:12px 0 max(14px,env(safe-area-inset-bottom));
    border-top:1px solid rgba(251,249,246,.12);
    text-align:left;
  }
  .site-header .main-nav .nav-drawer-foot .phone-link,
  .nav-drawer-foot .phone-link {
    display:block;
    width:max-content;
    max-width:100%;
    margin:0;
    padding:0;
    border:0;
    border-bottom:0;
    background:transparent;
    box-shadow:0 1.5px 0 #c78e87;
    color:#fbf9f6;
    font-family:var(--serif);
    font-size:22px;
    font-weight:400;
    letter-spacing:0;
    line-height:1.2;
    text-align:left;
    text-transform:none;
    text-decoration:none;
  }
  .site-header .main-nav .nav-drawer-foot .phone-link:hover,
  .site-header .main-nav .nav-drawer-foot .phone-link:focus-visible,
  .nav-drawer-foot .phone-link:hover,
  .nav-drawer-foot .phone-link:focus-visible {
    color:#fbf9f6;
  }
  .nav-drawer-es {
    margin:6px 0 10px;
    color:#e8b7b0;
    font-family:var(--sans);
    font-size:13px;
    font-weight:500;
    letter-spacing:0;
    text-align:left;
  }
  .site-header .main-nav .nav-drawer-foot .button,
  .nav-drawer-foot .button,
  .nav-drawer-foot .nav-drawer-cta {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    max-width:none;
    min-height:48px;
    margin:0;
    padding:12px 16px;
    border:1px solid #e9d7d2;
    background:#e9d7d2;
    color:#0c2337;
    font-family:var(--sans);
    font-size:11px;
    font-weight:600;
    letter-spacing:.14em;
    line-height:1.2;
    text-align:center;
    text-transform:uppercase;
    transform:none;
  }
  .site-header .main-nav .nav-drawer-foot .button:hover,
  .site-header .main-nav .nav-drawer-foot .button:focus-visible,
  .nav-drawer-foot .button:hover,
  .nav-drawer-foot .button:focus-visible,
  .nav-drawer-foot .nav-drawer-cta:hover,
  .nav-drawer-foot .nav-drawer-cta:focus-visible {
    background:#e9d7d2;
    border-color:#e9d7d2;
    color:#0c2337;
    transform:none;
  }

  body.nav-open {
    overflow:hidden;
    touch-action:none;
    overscroll-behavior:none;
  }
  body.nav-open .site-header {
    z-index:auto;
  }
  .site-header .brand {
    display:flex;
    align-items:center;
    min-width:0;
  }
  .site-header .brand img {
    width:52px;
    height:52px;
    object-fit:contain;
    object-position:center;
  }
}

/* Shared content column: 1440px max + 5vw gutters.
   Ivory .section-shell sections already sit on this column.
   Full-bleed bands keep edge-to-edge backgrounds; inner text matches. */
.section-bleed,
.resources,
.practice,
.contact,
.real-team,
.published-feature,
.recognition-ledger,
.proof.proof-verified,
.attorney-profile-dark,
.defining-case,
.credential-ribbon,
.settlements-band,
.site-header {
  max-width: none;
  padding-left: var(--content-inset);
  padding-right: var(--content-inset);
}
.resources > *,
.practice > * {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.section-heading {
  padding-left: 0;
  padding-right: 0;
}
.resources-heading {
  padding-left: 0;
  padding-right: 0;
}
.contact-copy { margin-left: 0; }
.real-team-grid { max-width: none; }
.attorney-profile-dark .attorney-profile-copy {
  padding-left: 0;
  padding-right: 4vw;
}
.defining-case-copy {
  padding-left: 4vw;
  padding-right: 0;
}
.site-footer .footer-top,
.site-footer .footer-bottom {
  max-width: none;
  padding-left: var(--content-inset);
  padding-right: var(--content-inset);
}

@media (max-width: 740px) {
  :root { --content-inset: 20px; }
  .section-shell,
  .resources,
  .practice,
  .contact,
  .real-team,
  .published-feature,
  .recognition-ledger,
  .proof.proof-verified,
  .settlements-band,
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .attorney-profile-dark,
  .defining-case {
    padding-left: 0;
    padding-right: 0;
  }
  .attorney-profile-dark .attorney-profile-copy,
  .defining-case-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
  .credential-ribbon {
    padding-left: 14px;
    padding-right: 14px;
  }
  .site-footer .footer-top,
  .site-footer .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* type4: recut Summit Perspective lockup after type3 gutters pinched the cover.
   Viewport-scaled 76px type + 5vw grid gaps + overflow:hidden clipped "Perspective". */
.publication-cover {
  container-type: inline-size;
  container-name: summit-cover;
  min-width: 0;
  padding: 44px 28px 44px 32px;
}
.publication-series { left: 32px; }
.publication-cover::before {
  width: min(260px, 68%);
  height: min(260px, 68%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.publication-cover > strong {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 13.5cqi, 48px);
  line-height: 1.02;
  letter-spacing: -.04em;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.publication-cover p {
  font-size: clamp(18px, 7cqi, 24px);
}

@media (min-width: 1101px) {
  .published-feature {
    grid-template-columns: minmax(340px, .95fr) minmax(0, 1.15fr) minmax(200px, .72fr);
    gap: clamp(24px, 2.2vw, 40px);
  }
}
@media (min-width: 741px) and (max-width: 1100px) {
  .published-feature {
    grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr);
    gap: clamp(24px, 3vw, 36px);
  }
}
@media (max-width: 740px) {
  .publication-cover { padding: 36px 24px 36px 26px; }
  .publication-series { left: 26px; top: 26px; }
  .publication-cover > strong { font-size: clamp(30px, 11.2vw, 42px); }
}

/* "Preparation" at 68px overflowed the 360px proof heading column on wide desktops. */
.proof-heading { min-width: 0; }
.proof-heading h2 {
  max-width: 100%;
  font-size: clamp(32px, 3.4vw, 52px);
}

/* 4px serif overhang: "conversation." exceeded the 450px FAQ title box on wide screens. */
.faq-heading { min-width: 0; }
.faq-heading h2 { max-width: 100%; }

/* nav7: nest FAQs + For Attorneys under Resources; Practice Areas dropdown.
   Title-case flyouts. Hover + :focus-within + toggle. Do not cover phone/CTA. */
.site-header { z-index: 40; }
.site-header .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-header .nav-item .nav-top {
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.site-header .nav-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
}
.site-header .nav-menu-toggle span {
  display: block;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid currentColor;
}
.site-header .nav-item:hover .nav-top,
.site-header .nav-item:hover .nav-menu-toggle,
.site-header .nav-item:focus-within .nav-top,
.site-header .nav-item:focus-within .nav-menu-toggle,
.site-header .nav-menu-toggle:hover,
.site-header .nav-menu-toggle:focus-visible {
  color: #a86661;
}
.site-header .nav-menu-toggle:focus-visible {
  outline: 1px solid #a86661;
  outline-offset: 3px;
}

@media (min-width: 741px) {
  .site-header {
    justify-content: flex-start;
    align-items: stretch;
  }
  .site-header .brand,
  .site-header .header-actions {
    display: flex;
    align-items: center;
  }
  .site-header .brand { flex: 0 0 auto; }
  .site-header .main-nav {
    flex: 0 1 auto;
    min-width: 0;
    margin-left: 0;
    justify-content: flex-start;
    align-items: stretch;
    gap: 26px;
  }
  .site-header .main-nav > a {
    display: flex;
    align-items: center;
    align-self: stretch;
    white-space: nowrap;
    letter-spacing: .04em;
  }
  .site-header .nav-item {
    align-self: stretch;
  }
  .site-header .nav-item .nav-top {
    white-space: nowrap;
    letter-spacing: .04em;
  }
  .site-header .header-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }
  .site-header .header-es { display: none; }
  .site-header .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    min-width: 248px;
    max-width: min(320px, 42vw);
    max-height: min(70vh, 560px);
    margin: 0;
    padding: 12px 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    background: #fbf9f6;
    border: 1px solid rgba(30, 43, 58, .14);
    box-shadow: 0 16px 36px rgba(12, 35, 55, .14);
  }
  .site-header .nav-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 12px;
  }
  .site-header .nav-item.nav-align-end .nav-menu {
    left: auto;
    right: 0;
  }
  .site-header .nav-item:hover .nav-menu,
  .site-header .nav-item:focus-within .nav-menu,
  .site-header .nav-item.is-open .nav-menu {
    display: block;
  }
  .site-header .nav-menu li { margin: 0; }
  .site-header .main-nav .nav-menu a,
  .site-header .nav-menu a {
    display: block;
    padding: 8px 18px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
    white-space: normal;
  }
  .site-header .main-nav .nav-menu a:hover,
  .site-header .main-nav .nav-menu a:focus-visible,
  .site-header .nav-menu a:hover,
  .site-header .nav-menu a:focus-visible {
    background: var(--blush);
    color: #a86661;
  }
  .site-header .nav-menu-sep {
    height: 1px;
    margin: 8px 16px;
    background: rgba(30, 43, 58, .12);
  }
}

@media (min-width: 741px) and (max-width: 1100px) {
  .site-header .main-nav { gap: 14px; }
}
@media (min-width: 741px) and (max-width: 1399px) {
  .site-header { gap: 16px; }
  .site-header .main-nav { gap: 12px; }
  .site-header .brand span { font-size: 16px; }
  .site-header .header-actions { padding-left: 16px; }
}

@media (max-width: 740px) {
  .site-header .main-nav > .nav-item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0;
    width: 100%;
    flex: 0 0 auto;
    border-bottom: 1px solid rgba(251, 249, 246, .12);
  }
  .site-header .main-nav > a,
  .site-header .main-nav > .nav-item > .nav-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    min-height: 44px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(251, 249, 246, .12);
    background: transparent;
    color: #fbf9f6;
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.012em;
    line-height: 1.12;
    text-align: left;
    text-transform: none;
  }
  .site-header .main-nav > .nav-item > .nav-top {
    border-bottom: 0;
  }
  .site-header .main-nav > a::before,
  .site-header .main-nav > .nav-item > .nav-top::before { content: none; display: none; }
  .site-header .main-nav > a:hover,
  .site-header .main-nav > a:focus-visible,
  .site-header .main-nav > .nav-item > .nav-top:hover,
  .site-header .main-nav > .nav-item > .nav-top:focus-visible {
    background: transparent;
    color: #e9d7d2;
  }
  .site-header .nav-menu-toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    color: #fbf9f6;
  }
  .site-header .nav-item.is-open .nav-menu-toggle span {
    transform: rotate(180deg);
  }
  .site-header .nav-item:hover .nav-top,
  .site-header .nav-item:hover .nav-menu-toggle,
  .site-header .nav-item:focus-within .nav-top,
  .site-header .nav-item:focus-within .nav-menu-toggle {
    color: #fbf9f6;
  }
  .site-header .nav-menu-toggle:hover,
  .site-header .nav-menu-toggle:focus-visible {
    color: #e9d7d2;
  }
  .site-header .nav-menu {
    display: none;
    grid-column: 1 / -1;
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    max-width: none;
    margin: 0 0 8px;
    padding: 0 0 8px 12px;
    list-style: none;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .site-header .nav-item.is-open .nav-menu { display: block; }
  .site-header .nav-menu li { margin: 0; }
  .site-header .main-nav .nav-menu a,
  .site-header .nav-menu a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 0;
    border: 0;
    color: #e6eef1;
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
  }
  .site-header .main-nav .nav-menu a:hover,
  .site-header .main-nav .nav-menu a:focus-visible {
    background: transparent;
    color: #e9d7d2;
  }
  .site-header .nav-menu-sep {
    height: 1px;
    margin: 6px 0;
    background: rgba(251, 249, 246, .12);
  }
}


/* nav9: Contact dropped from main nav. Header CTA stays pinned to --content-inset; homepage form fills its column. */
.contact .case-form { width: 100%; max-width: none; margin-right: 0; }


/* bar1: restore thin navy top bar — click-to-call phone + Se habla español. Quiet utility line, not a second nav. */
.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 8px var(--content-inset);
  border-bottom: 1px solid rgba(233,215,210,.2);
  background: #061624;
  color: #f2e5e1;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
}
.announcement-phone {
  color: #fbf9f6;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 1.5px 0 #c78e87;
}
.announcement-phone:hover,
.announcement-phone:focus-visible {
  color: var(--rose);
}
.announcement-es {
  display: inline;
  margin-left: .15em;
  color: #c78e87;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: none;
}
.announcement-es::before {
  content: "·";
  margin: 0 .7em;
  color: #91b1b9;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .announcement {
    padding: 9px 20px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .announcement-phone { font-size: 14px; }
  .announcement-es { font-size: 11px; }
}


/* Chat close must beat sticky header + iOS Safari chrome. Keep this LAST. */
body.intake-open .site-header,
body.intake-open .announcement,
body.intake-open .nav-toggle,
body.intake-open .nav-overlay,
body.intake-open .nav-drawer-head,
body.intake-open .nav-drawer-foot {
  z-index: 0 !important;
  pointer-events: none !important;
}
body.intake-open .site-header {
  visibility: hidden !important;
}
.intake-widget {
  z-index: 80;
  isolation: isolate;
}
.intake-widget.intake-open {
  z-index: 2147483000 !important;
}
.intake-widget.intake-open .intake-close {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: max(14px, calc(env(safe-area-inset-top, 0px) + 14px));
  right: max(12px, calc(env(safe-area-inset-right, 0px) + 12px));
  z-index: 2147483646 !important;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
@media (max-width: 740px) {
  .intake-widget.intake-open .intake-panel-head {
    padding-top: max(18px, calc(env(safe-area-inset-top, 0px) + 52px));
    z-index: 1;
  }
}


/* 10DLC SMS opt-in modal (Grasshopper evidence) */
.sms-optin-modal[hidden] { display:none !important; }
.sms-optin-modal {
  position:fixed; inset:0; z-index:12000;
  display:flex; align-items:flex-end; justify-content:center;
  padding:max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
  background:rgba(6,22,36,.55);
  -webkit-overflow-scrolling:touch;
}
.sms-optin-dialog {
  width:min(560px, 100%);
  max-height:min(92vh, 920px);
  overflow:auto;
  background:#fbf9f6;
  color:#1e2b3a;
  border:1px solid rgba(30,43,58,.14);
  border-top:3px solid #c78e87;
  box-shadow:0 24px 60px rgba(6,22,36,.28);
  padding:22px 20px 20px;
}
.sms-optin-dialog h2 {
  margin:0 0 8px;
  font-family:var(--serif, Georgia, serif);
  font-size:clamp(26px, 7vw, 34px);
  font-weight:500;
  letter-spacing:-0.02em;
  color:#061624;
}
.sms-optin-kicker {
  margin:0 0 14px;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#7d8e8f;
}
.sms-optin-dialog p {
  margin:0 0 12px;
  font-size:14px;
  line-height:1.55;
  color:#41505b;
  text-align:left;
  text-transform:none;
  letter-spacing:0;
}
.sms-optin-dialog a { color:#061624; border-bottom:1px solid rgba(30,43,58,.28); text-decoration:none; }
.sms-optin-choices { display:grid; gap:10px; margin:16px 0 14px; }
.sms-optin-choice {
  display:flex !important; gap:10px; align-items:flex-start;
  margin:0 !important; padding:12px 12px;
  border:1px solid rgba(30,43,58,.16);
  background:#fff;
  color:#1e2b3a !important;
  font-size:13px !important;
  line-height:1.45 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  cursor:pointer;
}
.sms-optin-choice input {
  width:18px !important; height:18px; flex:0 0 18px;
  margin:1px 0 0 !important; accent-color:#c78e87;
}
.sms-optin-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:8px; }
.sms-optin-actions .button { flex:1 1 140px; min-height:48px; margin:0; cursor:pointer; }
.sms-optin-actions .button[disabled] { opacity:.45; cursor:not-allowed; }
.sms-optin-note { margin:10px 0 0; font-size:12px; color:#7d8e8f; }
@media (min-width:741px) {
  .sms-optin-modal { align-items:center; padding:24px; }
  .sms-optin-dialog { padding:28px 28px 24px; }
}

.privacy-terms-list { margin:12px 0 0; padding-left:1.2em; color:var(--ink-soft); font-size:15px; line-height:1.65; }
.privacy-terms-list li { margin:0 0 10px; }


/* --- Homepage settlements mosaic, 3 Sep 2026 --- */
.settlements-band {
  display:flex;
  flex-direction:column;
  gap:36px;
  background:var(--sand);
  color:var(--ink);
  padding-top:88px;
  padding-bottom:78px;
}
.settlements-intro {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:18px 48px;
}
.settlements-intro .eyebrow { color:#8c625f; margin-bottom:14px; }
.settlements-intro h2 {
  max-width:none;
  margin:0;
  color:var(--navy);
  font-size:clamp(40px,4.2vw,58px);
  text-align:left;
  white-space:nowrap;
}
.settlements-link { color:var(--ink); border-bottom-color:var(--rose); align-self:end; margin-bottom:4px; }
.settlements-mosaic {
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  grid-template-rows:minmax(210px,1fr) minmax(210px,1fr);
  gap:12px;
  min-height:460px;
}
.settlement-card {
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:210px;
  padding:26px 26px 24px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  isolation:isolate;
}
.settlement-card-lead {
  grid-column:1;
  grid-row:1 / span 2;
  background:var(--blush);
  color:var(--navy);
  min-height:440px;
  padding:32px 34px 30px;
}
.settlement-card-navy { background:var(--navy); color:#f7f1ee; }
.settlement-card-ivory { background:var(--ivory); color:var(--navy); box-shadow:inset 0 0 0 1px var(--line); }
.settlement-card-ink { background:#122e43; color:#f7f1ee; }
.settlement-card-taupe { background:var(--blush); color:var(--navy); }
.settlement-card::after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  border-style:solid;
  border-width:0 34px 34px 0;
  pointer-events:none;
}
.settlement-card-lead::after { border-color:transparent #d4bfba transparent transparent; }
.settlement-card-navy::after { border-color:transparent #071a2a transparent transparent; }
.settlement-card-ivory::after { border-color:transparent #e4ddd4 transparent transparent; }
.settlement-card-ink::after { border-color:transparent #0b1d2c transparent transparent; }
.settlement-card-taupe::after { border-color:transparent #d4bfba transparent transparent; }
.settlement-mark {
  position:absolute;
  right:10px;
  bottom:-18px;
  z-index:0;
  color:currentColor;
  font-family:var(--serif);
  font-size:clamp(92px,10vw,160px);
  font-style:normal;
  font-weight:400;
  letter-spacing:-.06em;
  line-height:.8;
  opacity:.1;
  pointer-events:none;
}
.settlement-card-lead .settlement-mark { font-size:clamp(140px,16vw,220px); right:6px; bottom:-28px; opacity:.12; }
.settlement-top {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.settlement-index {
  color:var(--rose);
  font-size:10px;
  font-weight:600;
  letter-spacing:.16em;
}
.settlement-matter {
  color:inherit;
  font-size:10px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.78;
}
.settlement-card strong {
  position:relative;
  z-index:1;
  display:block;
  max-width:9ch;
  margin-top:48px;
  font-family:var(--serif);
  font-size:clamp(34px,3.1vw,44px);
  font-weight:400;
  letter-spacing:-.03em;
  line-height:.95;
}
.settlement-card-taupe strong { max-width:12ch; font-size:clamp(28px,2.6vw,36px); }
.settlement-card-lead strong {
  max-width:8ch;
  margin-top:auto;
  padding-top:80px;
  font-size:clamp(56px,6.4vw,92px);
}
.settlement-card:hover strong { color:var(--rose); }
.settlements-more {
  margin:0;
  color:var(--ink-soft);
  font-size:14px;
  line-height:1.65;
  text-align:left;
}
.settlements-disclaimer {
  margin:-18px 0 0;
  max-width:52em;
  color:#7d8e8f;
  font-size:12px;
  line-height:1.65;
  text-align:left;
}
@media (max-width:1000px) {
  .settlements-mosaic {
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    min-height:0;
  }
  .settlement-card-lead {
    grid-column:1 / -1;
    grid-row:auto;
    min-height:320px;
  }
}
@media (max-width:740px) {
  .settlements-band { padding-top:58px; padding-bottom:52px; gap:26px; }
  .settlements-intro { grid-template-columns:1fr; }
  .settlements-intro h2 { font-size:clamp(28px,8.2vw,40px); white-space:nowrap; }
  .settlements-mosaic { grid-template-columns:1fr; gap:10px; }
  .settlement-card,
  .settlement-card-lead { min-height:200px; padding:24px 22px 22px; }
  .settlement-card-lead { min-height:280px; }
  .settlement-card strong { font-size:34px; margin-top:36px; }
  .settlement-card-lead strong { font-size:clamp(48px,13vw,64px); padding-top:48px; }
}

/* Hero trust row — Google + BBB side by side */
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  max-width: 100%;
}

/* Google rating badge — homepage hero trust mark (rating "on Google"; as-of date per Google marketing guidelines) */
.google-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 12px 16px 12px 14px;
  max-width: 100%;
  border: 1px solid rgba(232, 183, 176, 0.45);
  border-radius: 2px;
  background: rgba(251, 249, 246, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fbf9f6;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(6, 22, 36, 0.28);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.google-rating-badge:hover {
  background: rgba(251, 249, 246, 0.18);
  border-color: rgba(232, 183, 176, 0.75);
  transform: translateY(-1px);
}

/* BBB Accredited — transparent (no glass box); white mark on dark hero */
.bbb-accredited-badge {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
  line-height: 0;
}
.bbb-accredited-badge img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  object-position: left center;
  /* LOCK: native white SVG only. NEVER filter:invert — that makes a solid white pill. */
  filter: none;
}
.google-rating-g {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(12, 35, 55, 0.08);
}
.google-rating-body {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.google-rating-stars {
  display: inline-flex;
  gap: 2px;
  line-height: 0;
}
.google-rating-body strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.15;
}
.google-rating-body strong em {
  margin-left: .2em;
  color: #e8b7b0;
  font-family: var(--sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.google-rating-body small {
  color: rgba(214, 225, 228, 0.82);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media (max-width: 740px) {
  .hero-trust-row {
    gap: 14px;
    margin-bottom: 16px;
  }
  .google-rating-badge {
    margin: 0;
    padding: 11px 14px;
  }
  .google-rating-body strong { font-size: 16px; }
  .bbb-accredited-badge img {
    height: 44px;
  }
}

/* no decorative CTA arrows */
.card-arrow { display: none !important; }
.button span[aria-hidden="true"],
.text-link span[aria-hidden="true"],
.resource-link b[aria-hidden="true"] {
  display: none !important;
}

/* Hard lock: never show caption/guide bars on images (Travis 2026-09-11) */
.inner-hero-media > span,
.article-figure figcaption,
.article-figure-plain figcaption,
figure.article-figure figcaption,
figure figcaption,
.practice-evidence figcaption {
  display: none !important;
}

/* heading-wrap-fix-20260912 */
h1, .hero-immersive-copy h1,
.statement-copy h2, .attorney-profile-copy h2, .attorney-profile-dark h2,
.case-highlights-copy h2, .team-standard-copy h2, .community-intro h2,
.difference-intro h2, .approach-copy h2, .proof-heading h2,
.resources-heading h2, .faq-heading h2, .contact-copy h2,
.published-copy h2, .defining-case-copy h2,
.recognition-ledger .recognition-intro h2 {
  max-width: none;
}
