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

:root {
  --navy: #142b41;
  --ink: #162d43;
  --muted: #536272;
  --red: #a52d3b;
  --red-dark: #82212d;
  --line: #dce2e7;
  --paper: #f3f6f8;
  --white: #fff;
  font-family: 'DM Sans', Arial, sans-serif;
  color: var(--ink);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #b4651e; outline-offset: 5px; }
::selection { background: #ead3d8; color: var(--navy); }
[hidden] { display: none !important; }
.wrap { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.utility { background: var(--navy); color: #e5edf3; font-size: .8125rem; }
.utility .wrap { display: flex; justify-content: space-between; gap: 20px; padding-block: 10px; }
.utility .wrap > span, .utility a { display: flex; align-items: center; gap: 9px; }
.utility .icon { width: 15px; height: 15px; color: #c2ceda; }
.utility a { font-weight: 600; }
.utility .extension { font-weight: 400; color: #c6d1db; }
header { background: #fffffffa; position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 94px; gap: 26px; }
.brand { display: inline-flex; width: 300px; max-width: 100%; flex-shrink: 0; }
.logo-frame { display: block; width: 100%; aspect-ratio: 1990 / 415; overflow: hidden; position: relative; }
.brand-image { position: absolute; width: 109.145729%; max-width: none; height: auto; left: -4.522613%; top: -36.144579%; }
nav { display: flex; align-items: center; gap: 8px; font-size: .875rem; font-weight: 550; }
nav > a { display: inline-flex; align-items: center; gap: 7px; padding: 12px; border-radius: 4px; transition: color .2s, background .2s; white-space: nowrap; }
nav > a > .icon { width: 17px; height: 17px; color: #6b7c8c; }
nav > a:not(.button):hover, nav > a[aria-current='location']:not(.button) { color: var(--red); background: #f6f0f1; }
nav > a:hover > .icon { color: inherit; }
nav > .button { margin-left: 10px; }
nav > .button > .icon { color: #fff; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 27px; background: var(--red); color: white; border: 1px solid var(--red); padding: 15px 22px; border-radius: 4px; font-size: .9375rem; font-weight: 600; line-height: 1.5; box-shadow: 0 3px 6px #68202a0c; transition: background .2s, border-color .2s, box-shadow .2s; }
.button:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; box-shadow: 0 5px 12px #68202a1a; }
.button.small { padding: 11px 17px; gap: 15px; font-size: .875rem; }
.button .icon { width: 18px; height: 18px; }
.hero { position: relative; isolation: isolate; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-art { position: absolute; inset: 0; overflow: hidden; z-index: -1; pointer-events: none; }
.hero-art img { position: absolute; right: 0; top: 0; width: 76%; height: 100%; object-fit: cover; object-position: 50% 46%; filter: saturate(.65); opacity: .58; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #f3f6f8 0%, #f3f6f8 27%, rgba(243, 246, 248, .95) 42%, rgba(243, 246, 248, .7) 60%, rgba(243, 246, 248, .3) 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(0, 1fr); gap: 90px; align-items: center; padding-block: 71px 75px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: .75rem; font-weight: 700; letter-spacing: .13em; color: var(--red); margin: 0 0 18px; }
.eyebrow-line { height: 2px; width: 27px; background: var(--red); }
h1 { font-family: 'Libre Caslon Display', Georgia, serif; font-size: clamp(3.5rem, 5.65vw, 5.15rem); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; margin: 0 0 27px; }
h1 em { font-style: normal; color: var(--red); }
.intro { font-size: 1.125rem; color: var(--muted); max-width: 530px; line-height: 1.75; margin: 0; }
.actions { display: flex; align-items: center; gap: 26px; margin-top: 31px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: .875rem; text-decoration: underline; text-decoration-color: #aeb8c3; text-underline-offset: 5px; font-weight: 600; transition: color .2s; }
.text-link .icon { width: 17px; height: 17px; }
.text-link:hover { color: var(--red); text-decoration-color: currentColor; }
.hero-note { display: flex; align-items: center; gap: 9px; font-size: .8125rem; color: var(--muted); margin: 25px 0 0; }
.hero-note .icon { width: 17px; height: 17px; color: #6c8091; }
.opinion-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--red); padding: 25px 30px 23px; border-radius: 5px; box-shadow: 0 4px 8px #142b4103, 0 18px 42px #142b4108; }
.card-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.card-top .eyebrow { margin: 0; font-size: .75rem; letter-spacing: .09em; color: var(--muted); }
.document-icon { display: flex; padding: 9px; border-radius: 5px; color: var(--red); background: #f8f0f1; }
.document-icon .icon { width: 23px; height: 23px; }
.opinion-card h2 { font-size: 1.125rem; margin: 11px 0 5px; font-weight: 600; letter-spacing: -.02em; }
.price { display: flex; align-items: baseline; gap: 12px; font-size: 3.6rem; font-weight: 500; letter-spacing: -.045em; line-height: 1.2; font-variant-numeric: lining-nums; }
.price span { font-size: .875rem; color: var(--muted); font-weight: 400; letter-spacing: 0; }
.opinion-card > p { font-size: 1rem; color: var(--muted); margin: 14px 0 20px; line-height: 1.6; }
.turnaround { display: flex; gap: 11px; border-top: 1px solid var(--line); padding-top: 20px; }
.turnaround > .icon { margin-top: 2px; color: var(--muted); }
.turnaround strong { font-size: .9375rem; font-weight: 650; }
.turnaround span { display: block; color: var(--muted); font-size: .8125rem; margin-top: 5px; line-height: 1.6; }
.card-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .875rem; font-weight: 600; color: var(--red); }
.opinion-card > .card-link { margin-top: 21px; padding-top: 18px; border-top: 1px solid var(--line); }
.opinion-card > .card-link:hover { color: var(--red-dark); }
.opinion-card small { display: block; font-size: .75rem; color: var(--muted); margin-top: 14px; }
.opinion-card small a { text-decoration: underline; text-underline-offset: 3px; }
.start-section { padding: 60px 0 72px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 30px; }
.section-heading .eyebrow { margin-bottom: 10px; }
h2 { font-size: 2.2rem; line-height: 1.2; letter-spacing: -.035em; font-weight: 500; margin: 0; }
.section-heading > p { color: var(--muted); font-size: 1rem; margin: 0 0 3px; }
.audiences { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.audience-card { position: relative; padding: 25px 25px 22px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 5px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.audience-card:hover, .audience-card[aria-expanded='true'] { border-color: #b6757e; box-shadow: 0 7px 24px #142b4108; }
@media (hover: hover) { .audience-card:hover { transform: translateY(-3px); } }
.audience-top { display: flex; align-items: center; justify-content: space-between; }
.role-icon { display: grid; place-items: center; width: 48px; height: 48px; background: #edf2f6; color: var(--navy); border-radius: 5px; transition: color .2s, background .2s; }
.role-icon .icon { width: 25px; height: 25px; stroke-width: 1.5; }
.audience-card:hover .role-icon, .audience-card[aria-expanded='true'] .role-icon { background: #f6ebed; color: var(--red); }
.number { font-size: .75rem; font-weight: 500; letter-spacing: .07em; color: #768493; }
h3 { font-size: 1.125rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.45; }
.audiences h3 { margin: 20px 0 9px; }
.audiences p { font-size: 1rem; color: var(--muted); margin: 0 0 24px; }
.audiences .card-link { margin-top: auto; padding-top: 17px; border-top: 1px solid #e7ebef; }
.arrow-circle { display: grid; place-items: center; border: 1px solid #e0e5e9; color: var(--ink); border-radius: 50%; width: 28px; height: 28px; flex-shrink: 0; transition: background .2s, color .2s, border-color .2s; }
.arrow-circle .icon { width: 16px; height: 16px; }
.audience-card:hover .arrow-circle, .audience-card[aria-expanded='true'] .arrow-circle { background: var(--red); border-color: var(--red); color: #fff; }
.role-panel { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; background: var(--paper); border: 1px solid var(--line); border-radius: 5px; margin-top: 22px; padding: 32px 42px 32px 32px; scroll-margin-top: 115px; }
.role-panel .eyebrow { margin-bottom: 9px; }
.role-panel h3 { font-size: 1.5rem; margin: 0 0 12px; }
.role-panel h3:focus { outline: none; }
.role-panel p { color: var(--muted); font-size: 1rem; margin: 0 0 18px; }
.role-panel h4 { margin: 0 0 12px; font-size: .875rem; font-weight: 650; }
.check-list { list-style: none; padding: 0; margin: 0 0 22px; font-size: 1rem; color: var(--muted); }
.check-list li { position: relative; padding-left: 21px; margin-bottom: 7px; }
.check-list li::before { content: '✓'; color: var(--red); position: absolute; left: 0; }
.close-panel { position: absolute; top: 9px; right: 9px; background: none; border: 0; border-radius: 4px; padding: 8px; display: flex; }
.close-panel:hover { background: #e4eaf0; }
.section { padding: 78px 0; }
.process-section { background: var(--paper); border-block: 1px solid var(--line); }
.steps { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; padding: 0; margin: 38px 0 33px; list-style: none; }
.steps::before { content: ''; position: absolute; inset: -16px 0; z-index: -1; background: url('/assets/opinion-process-illustration.png') center / cover no-repeat; opacity: .055; mix-blend-mode: multiply; pointer-events: none; }
.steps li { position: relative; }
.steps li:not(:last-child)::after { content: ''; position: absolute; top: 20px; left: 58px; right: 0; height: 1px; background: #d0d9e1; }
.step-number { position: relative; display: grid; place-items: center; width: 41px; height: 41px; border-radius: 50%; background: #fff; border: 1px solid #c9d4de; color: var(--red); font-size: .8125rem; font-weight: 650; }
.steps h3 { margin: 20px 0 10px; }
.steps p { color: var(--muted); font-size: 1rem; margin: 0; }
.process-note { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); padding-top: 24px; font-size: .875rem; }
.process-note > .icon { color: #718397; width: 18px; height: 18px; }
.process-note > a { display: inline-flex; align-items: center; gap: 9px; margin-left: auto; color: var(--red); font-weight: 600; }
.process-note > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.services-layout { display: grid; grid-template-columns: 1fr 1.45fr; gap: 96px; }
.services-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; margin: 23px 0; max-width: 360px; }
.service-list { align-self: center; }
.service-list article { display: flex; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.service-list article:first-child { padding-top: 0; }
.service-list article:last-child { padding-bottom: 0; border-bottom: 0; }
.service-icon { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; color: var(--red); background: #f8f2f3; border-radius: 4px; }
.service-icon .icon { width: 22px; height: 22px; }
.service-list h3 { margin: 0 0 8px; }
.service-list p { margin: 0; color: var(--muted); font-size: 1rem; }
.about-section { background: var(--navy); color: #fff; padding: 72px 0 40px; }
.about-section .eyebrow { color: #dbc0c6; }
.firm-overview { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 72px; align-items: center; margin-bottom: 42px; }
.firm-story h2 { font-family: 'Libre Caslon Display', Georgia, serif; font-size: 3.1rem; font-weight: 400; letter-spacing: -.015em; line-height: 1.12; }
.firm-story > p:not(.eyebrow) { color: #c5d0da; font-size: 1rem; line-height: 1.8; max-width: 620px; margin: 22px 0 0; }
.firm-dates { display: grid; gap: 24px; border-left: 1px solid #ffffff26; padding-left: 40px; }
.firm-dates > div { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; }
.firm-dates strong { font-family: 'Libre Caslon Display', Georgia, serif; font-size: 3.1rem; font-weight: 400; line-height: 1.2; }
.firm-dates span { display: block; font-size: .875rem; color: #bdcbd6; max-width: 185px; }
.attorney-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.attorney-card { padding: 32px; border: 1px solid #ffffff24; border-radius: 5px; background: #ffffff04; }
.attorney-heading { display: flex; align-items: center; gap: 24px; }
.attorney-heading > div { min-width: 0; }
.attorney-portrait { display: block; width: 136px; height: 170px; flex-shrink: 0; object-fit: cover; object-position: 50% 35%; border: 1px solid #ffffff24; border-radius: 4px; }
.portrait-caption { display: block; margin-top: 12px; font-size: .8125rem; color: #bdcbd6; }
.attorney-role { color: #dec1c7; font-size: .75rem; letter-spacing: .1em; font-weight: 550; margin: 0 0 8px; }
.attorney-heading h3 { font-family: 'Libre Caslon Display', Georgia, serif; font-size: 2.2rem; font-weight: 400; margin: 0; letter-spacing: -.01em; line-height: 1.2; }
.attorney-card > p { color: #c5d0da; margin: 22px 0 25px; font-size: 1rem; line-height: 1.8; }
.attorney-facts { margin: 0; padding: 22px 0 0; border-top: 1px solid #ffffff21; display: grid; gap: 18px; }
.attorney-facts dt { color: #e9eef3; font-weight: 600; font-size: .875rem; margin-bottom: 5px; }
.attorney-facts dd { color: #bdcbd6; font-size: .875rem; margin: 0; line-height: 1.75; }
.firm-education { display: flex; align-items: center; gap: 14px; margin-top: 25px; padding-top: 24px; border-top: 1px solid #ffffff26; }
.firm-education > .icon { color: #c5d0da; }
.firm-education p { color: #c5d0da; font-size: .875rem; margin: 0; max-width: 680px; }
.firm-education .text-link { color: white; text-decoration-color: #7c91a5; flex-shrink: 0; margin-left: auto; }
.firm-education .text-link:hover { color: #edd6da; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 78px; }
.faq-intro { display: flex; flex-direction: column; align-items: flex-start; }
.faq-intro > p:not(.eyebrow) { font-size: 1rem; color: var(--muted); margin: 24px 0 12px; }
.faq-art { display: block; width: 100%; max-width: 380px; height: auto; margin-top: auto; padding-top: 28px; }
.faq-list > h2 { font-size: 1.875rem; line-height: 1.3; margin: 0 0 28px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-of-type { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; font-size: 1rem; font-weight: 550; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--red); }
.faq-list summary .icon { width: 17px; height: 17px; transition: transform .2s; }
.faq-list details[open] summary { color: var(--red); }
.faq-list details[open] summary .icon { transform: rotate(180deg); }
.faq-list details p { font-size: 1rem; line-height: 1.75; color: var(--muted); margin: -3px 0 22px; padding-right: 30px; }
.faq-list details p a { text-decoration: underline; text-underline-offset: 3px; }
.contact-section { padding: 0 0 72px; }
.contact-box { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 40px 44px; background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--red); border-radius: 4px; }
.contact-box .eyebrow { margin-bottom: 11px; }
.contact-box h2 { font-size: 2rem; }
.contact-box p:not(.eyebrow) { font-size: 1rem; color: var(--muted); margin: 13px 0 0; }
.contact-actions { display: flex; flex-shrink: 0; align-items: center; flex-direction: column; gap: 16px; }
.contact-actions .button { gap: 13px; }
.contact-actions .text-link { font-size: .8125rem; }
footer { background: var(--navy); color: #fff; padding: 44px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 40px; }
.footer-main > * { min-width: 0; }
footer .brand { width: 308px; }
.footer-main p { font-size: .875rem; margin: 22px 0 0; color: #b2c1ce; }
.footer-main address { font-style: normal; font-size: .875rem; line-height: 1.85; color: #c0ccd6; }
.footer-main address a { display: inline-block; margin-top: 7px; color: #fff; }
.footer-links { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; font-size: .875rem; color: #c0ccd6; }
footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
footer .brand:hover { text-decoration: none; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px 24px; border-top: 1px solid #ffffff23; padding-top: 23px; margin-top: 35px; font-size: .75rem; color: #b2c1ce; }
.footer-bottom > span { flex-shrink: 0; }
.footer-bottom p { flex: 0 0 auto; width: max-content; max-width: 100%; margin: 0; }
.skip { position: fixed; top: 0; left: 20px; padding: 12px; background: #fff; z-index: 100; transform: translateY(-150%); }
.skip:focus { transform: translateY(0); }
.menu-toggle { display: none; }
.is-disabled, .is-disabled:hover { cursor: default; text-decoration: none; }
.text-link.is-disabled { color: var(--muted); }
.firm-education .text-link.is-disabled { color: #bdcbd6; }

.splash-page { background: var(--paper); }
.preview-shell { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 40px 22px; }
.preview-card { width: min(100%, 710px); padding: clamp(28px, 5vw, 60px); background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--red); border-radius: 6px; box-shadow: 0 16px 60px #142b4109; }
.preview-card .preview-brand { width: 355px; max-width: 100%; margin-bottom: 42px; }
.preview-card .eyebrow { margin-bottom: 16px; }
.preview-card h1 { font-family: 'Libre Caslon Display', Georgia, serif; font-size: clamp(2.8rem, 6vw, 4rem); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; margin: 0 0 24px; }
.preview-lead { margin: 0; color: var(--ink); font-size: 1.125rem; }
.preview-notice { margin: 25px 0 30px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 1rem; line-height: 1.75; }
.preview-notice p { margin: 0 0 14px; }
.preview-notice p:last-child { margin-bottom: 0; }
.preview-card .button { max-width: 100%; }

@media (max-width: 1120px) {
  .wrap { width: calc(100% - 48px); }
  .nav { min-height: 84px; }
  nav { gap: 0; }
  nav > a { padding: 10px 8px; }
  .brand { width: 272px; }
  .attorney-portrait { width: 112px; height: 140px; }
  .attorney-heading { gap: 20px; }
  nav > a > .icon { width: 15px; height: 15px; }
  .hero-grid { gap: 45px; }
  .actions { gap: 18px; }
  .audience-card { padding: 23px 20px 20px; }
  .services-layout { gap: 60px; }
  .firm-overview { gap: 40px; }
  .faq-layout { gap: 50px; }
  .contact-box { padding: 34px; }
}
@media (max-width: 980px) {
  .menu-toggle { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); padding: 10px 13px; border-radius: 4px; font-size: .875rem; }
  .menu-toggle .icon { width: 18px; height: 18px; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; padding: 18px 24px 24px; border-bottom: 1px solid var(--line); box-shadow: 0 12px 18px #142b410a; align-items: stretch; flex-direction: column; }
  nav.open { display: flex; }
  nav > a { padding: 13px 10px; gap: 12px; }
  nav > a > .icon { width: 18px; height: 18px; }
  nav > .button { margin-left: 0; margin-top: 9px; }
  .hero-grid { gap: 32px; grid-template-columns: 1.2fr 1fr; }
  .attorney-heading h3 { font-size: 1.9rem; }
  h1 { font-size: 3.65rem; }
  .intro { font-size: 1rem; }
  .hero .actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .opinion-card { padding: 24px; }
  .audiences { gap: 12px; }
  .audiences h3 { font-size: 1rem; }
  .audiences .card-link { font-size: .875rem; }
  .services-layout, .faq-layout { gap: 40px; }
  .firm-education { flex-wrap: wrap; }
  .firm-education .text-link { margin-left: 34px; }
  .contact-box { align-items: flex-start; flex-direction: column; }
  .contact-actions { flex-direction: row; gap: 25px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 100px; }
  .nav { min-height: 78px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; padding-block: 42px; }
  .hero-copy { max-width: 620px; }
  .hero-art { position: relative; inset: auto; z-index: 0; width: 100%; aspect-ratio: 16 / 9; max-height: 300px; }
  .hero-art img { width: 100%; height: 100%; opacity: 1; filter: none; object-position: center; }
  .hero-art::after { background: linear-gradient(180deg, transparent 75%, var(--paper) 100%); }
  .hero-grid { padding-top: 24px; }
  h1 { font-size: clamp(3.5rem, 9vw, 4.7rem); }
  .hero .actions { align-items: center; flex-direction: row; gap: 25px; }
  .intro { font-size: 1.0625rem; }
  .opinion-card { max-width: 620px; width: 100%; padding: 26px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 17px; }
  .audiences { grid-template-columns: 1fr; gap: 13px; }
  .audience-card { padding: 23px; }
  .audiences h3 { font-size: 1.125rem; margin-top: 14px; }
  .audiences p { margin-bottom: 17px; }
  .role-panel { grid-template-columns: 1fr; gap: 23px; padding: 28px; }
  .start-section, .section { padding-block: 48px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .steps::before { display: none; }
  .steps li:nth-child(2)::after { display: none; }
  .services-layout, .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .services-intro > p:not(.eyebrow) { max-width: 560px; }
  .about-section { padding-block: 48px 32px; }
  .firm-overview { grid-template-columns: 1fr; gap: 27px; }
  .firm-story h2 { font-size: 2.7rem; }
  .firm-dates { grid-template-columns: 1fr 1fr; padding: 24px 0 0; border-left: 0; border-top: 1px solid #ffffff26; gap: 24px; }
  .firm-dates > div { display: block; }
  .firm-dates span { margin-top: 7px; }
  .attorney-grid { grid-template-columns: 1fr; gap: 18px; }
  .firm-education { align-items: flex-start; }
  .firm-education p { flex: 1; min-width: 200px; }
  .firm-education .text-link { flex-basis: calc(100% - 34px); max-width: calc(100% - 34px); }
  .contact-section { padding-bottom: 45px; }
  .contact-actions { flex-wrap: wrap; gap: 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .process-note { flex-wrap: wrap; }
  .process-note > a { margin-left: 28px; }
}
@media (max-width: 480px) {
  .wrap { width: calc(100% - 36px); }
  .utility .wrap > span { font-size: .75rem; }
  .utility .wrap > span > .icon { display: none; }
  .utility .wrap { gap: 10px; }
  .utility a { font-size: .75rem; white-space: nowrap; }
  .utility .extension { display: none; }
  .nav { gap: 16px; }
  .brand { width: 230px; max-width: calc(100% - 82px); flex-shrink: 1; }
  .menu-toggle { flex-shrink: 0; }
  footer .brand { max-width: 100%; }
  .menu-toggle { padding: 9px; }
  .hero .eyebrow { font-size: .75rem; }
  h1 { font-size: 3.25rem; }
  .hero .actions { gap: 22px; align-items: flex-start; flex-direction: column; }
  .hero-note { font-size: .8125rem; }
  .opinion-card { padding: 23px; }
  h2 { font-size: 1.9rem; }
  .steps { grid-template-columns: 1fr; gap: 27px; }
  .steps li { padding-left: 61px; }
  .step-number { position: absolute; left: 0; top: 0; }
  .steps li::after { display: none; }
  .steps h3 { margin-top: 5px; }
  .process-note { align-items: flex-start; }
  .process-note > span { flex: 1; }
  .process-note > a { margin: 8px 0 0 28px; flex-basis: 100%; }
  .service-list article { gap: 16px; }
  .role-panel { padding: 26px 22px; }
  .role-panel .eyebrow { padding-right: 14px; }
  .role-panel .button { gap: 9px; padding-inline: 13px; }
  .attorney-card { padding: 25px; }
  .attorney-heading h3 { font-size: 2rem; }
  .attorney-heading { gap: 18px; }
  .attorney-portrait { width: 96px; height: 120px; }
  .attorney-heading h3 { font-size: 1.75rem; }
  .attorney-role { font-size: .75rem; letter-spacing: .045em; }
  .portrait-caption { font-size: .75rem; margin-top: 9px; }
  .firm-story h2 { font-size: 2.4rem; }
  .contact-box { padding: 29px 24px; }
  .contact-box h2 { font-size: 1.8rem; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
  .attorney-heading { align-items: flex-start; flex-direction: column; }
  .attorney-portrait { width: 112px; height: 140px; }
  .utility .wrap > span { max-width: 160px; }
  h1 { font-size: 2.85rem; }
  .card-top { gap: 8px; }
  .card-top .eyebrow { max-width: 150px; }
}
@keyframes soft-entrance {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes answer-entrance {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes opinion-entrance {
  from { opacity: 0; transform: translateX(16px); }
  to { opacity: 1; transform: translateX(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .entrance-pending { opacity: 0; }
  .soft-entrance { opacity: 1; animation: soft-entrance 760ms cubic-bezier(.2, .65, .3, 1) var(--entrance-delay, 0ms) backwards; }
  .opinion-card.soft-entrance { animation-name: opinion-entrance; }
  .audience-card:nth-child(2), .steps > li:nth-child(2), .attorney-card:nth-child(2) { --entrance-delay: 120ms; }
  .audience-card:nth-child(3), .steps > li:nth-child(3) { --entrance-delay: 240ms; }
  .steps > li:nth-child(4) { --entrance-delay: 360ms; }
  .entrance-pending:focus-within, .soft-entrance:focus-within { opacity: 1; animation: none; }
  .faq-list details[open] p { animation: answer-entrance 300ms cubic-bezier(.2, .65, .3, 1); }
  .button .icon, .card-link > .icon, .text-link > .icon { transition: transform 220ms ease-out; }
}
@media (max-width: 760px) {
  .audience-card, .attorney-card { --entrance-delay: 0ms !important; }
}
@media (max-width: 480px) {
  .steps > li { --entrance-delay: 0ms !important; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .button:hover > .icon:last-child, .card-link:hover > .icon:last-child,
  .text-link:hover > .icon:last-child { transform: translateX(2px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
