:root {
  --ink: #082630;
  --navy: #0b2e3c;
  --navy-2: #123f4d;
  --teal: #52b7aa;
  --teal-deep: #257e76;
  --gold: #c89a4b;
  --cream: #f4eee3;
  --mist: #edf4f2;
  --white: #fff;
  --muted: #5d6e73;
  --line: #d8e2df;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 18px 60px rgba(5, 35, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font: 16px/1.65 var(--sans); background: #fff; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; padding: 12px; background: white; }
.skip-link:focus { left: 10px; }

.topbar { background: var(--navy); color: white; font-size: .91rem; }
.topbar-inner { min-height: 40px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: var(--teal); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(8,38,48,.1); backdrop-filter: blur(12px); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 350px; height: auto; }
.home-page .brand img { width: 420px; }
.home-page .header-inner { min-height: 106px; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav a { font-weight: 700; font-size: .93rem; text-decoration: none; }
.site-nav a:not(.button):hover, .site-nav a[aria-current="page"] { color: var(--teal-deep); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 3px; background: var(--teal); color: #062c2d; font-weight: 800; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: #6dc8bd; }
.button.gold { background: var(--gold); color: #1d2b2e; }
.button.outline { border-color: rgba(255,255,255,.6); color: white; background: transparent; }
.button.outline:hover { background: white; color: var(--navy); }
.menu-button { display: none; border: 0; background: none; color: var(--navy); font-size: 1.7rem; }

.hero { min-height: 680px; display: grid; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: #071f29 url('hero.png') center/cover no-repeat; color: white; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,25,34,.97) 0%, rgba(4,25,34,.90) 39%, rgba(4,25,34,.35) 70%, rgba(4,25,34,.12) 100%); }
.hero-copy { max-width: 680px; padding: 90px 0; }
.eyebrow { margin: 0 0 15px; color: var(--gold); font-weight: 800; font-size: .84rem; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: 1.1; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6.6vw, 5.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); letter-spacing: -.035em; }
h3 { font-size: 1.55rem; }
.hero .lead { max-width: 620px; margin: 0 0 32px; font-size: 1.18rem; color: #e8efee; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.trust-strip { background: var(--gold); color: #152d32; }
.trust-items { min-height: 82px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; text-align: center; font-weight: 800; }
.trust-items span + span { border-left: 1px solid rgba(21,45,50,.28); }

.section { padding: 105px 0; }
.section.mist { background: var(--mist); }
.section.navy { background: var(--navy); color: white; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.navy .section-heading p { color: #bed0d2; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { min-height: 290px; padding: 36px; border: 1px solid var(--line); background: white; box-shadow: 0 8px 0 transparent; transition: .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--teal); box-shadow: 0 12px 0 rgba(82,183,170,.17); }
.service-number { display: block; margin-bottom: 45px; color: var(--gold); font: 700 .86rem/1 var(--sans); letter-spacing: .15em; }
.service-card p { color: var(--muted); }
.service-card a { color: var(--teal-deep); font-weight: 800; text-decoration: none; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.split .large-copy { font: 1.7rem/1.48 var(--serif); color: #24424a; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 14px 0; padding-left: 32px; }
.check-list li::before { content: '◆'; position: absolute; left: 0; top: 2px; color: var(--teal-deep); font-size: .75rem; }
.attorney-card { display: grid; grid-template-columns: 240px 1fr; gap: 38px; align-items: center; padding: 44px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.attorney-mark { display: grid; place-items: center; aspect-ratio: 1; background: var(--mist); }
.attorney-mark img { width: 140px; }
.credentials { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.credentials span { padding: 7px 11px; background: var(--mist); color: var(--navy); font-size: .82rem; font-weight: 800; }

.quote-band { padding: 90px 0; background: var(--cream); }
.quote { max-width: 880px; margin: auto; text-align: center; }
.quote p { margin: 0; font: 2rem/1.42 var(--serif); }
.quote strong { display: block; margin-top: 22px; color: var(--teal-deep); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; }
.cta { padding: 90px 0; background: var(--teal-deep); color: white; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { margin-bottom: 10px; }
.cta p { margin: 0; color: #d9efec; }

.page-hero { padding: 100px 0 80px; background: var(--navy); color: white; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(82,183,170,.28); border-radius: 50%; right: -120px; top: -220px; box-shadow: 0 0 0 65px rgba(82,183,170,.06), 0 0 0 130px rgba(82,183,170,.04); }
.page-hero h1 { max-width: 830px; font-size: clamp(3rem, 6vw, 5.2rem); }
.page-hero p { max-width: 720px; font-size: 1.18rem; color: #cfe0e2; }
.practice-list { display: grid; gap: 2px; background: var(--line); border: 1px solid var(--line); }
.practice-row { display: grid; grid-template-columns: 70px 1fr 1.45fr; gap: 25px; padding: 35px; background: white; }
.practice-row .num { color: var(--gold); font-weight: 800; }
.practice-row p { margin: 0; color: var(--muted); }
.practice-hub { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.practice-feature { padding: 38px; border: 1px solid var(--line); background: white; box-shadow: 0 10px 35px rgba(5,35,43,.07); }
.practice-feature h3 { font-size: 2rem; }
.practice-feature ul { padding-left: 20px; color: var(--muted); }
.practice-feature li { margin: 7px 0; }
.text-link { color: var(--teal-deep); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.resource-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; align-items: start; }
.resource-body { max-width: 790px; }
.resource-body > p:first-of-type { font: 1.42rem/1.55 var(--serif); color: #24424a; }
.resource-body h2 { margin-top: 64px; font-size: clamp(2rem, 3vw, 3rem); }
.resource-body h3 { margin-top: 34px; font-size: 1.55rem; }
.resource-body ul, .resource-body ol { padding-left: 24px; }
.resource-body li { margin: 10px 0; }
.resource-aside { position: sticky; top: 125px; padding: 30px; background: var(--mist); border-top: 4px solid var(--gold); }
.resource-aside h2 { font: 800 .82rem var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.resource-aside ul { padding: 0; list-style: none; }
.resource-aside li + li { border-top: 1px solid var(--line); }
.resource-aside a { display: block; padding: 11px 0; color: var(--navy); font-weight: 700; text-decoration: none; }
.protection-callout { margin: 40px 0; padding: 32px; background: var(--navy); color: white; border-left: 6px solid var(--gold); }
.protection-callout h2, .protection-callout h3 { margin-top: 0; color: white; }
.protection-callout p:last-child { margin-bottom: 0; }
.document-list { display: grid; gap: 14px; padding: 0 !important; list-style: none; counter-reset: documents; }
.document-list li { position: relative; margin: 0; padding: 24px 24px 24px 76px; border: 1px solid var(--line); background: var(--mist); counter-increment: documents; }
.document-list li::before { content: counter(documents); position: absolute; left: 22px; top: 22px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 900; }
.document-list strong { display: block; margin-bottom: 5px; color: var(--navy); }
.faq-list { display: grid; gap: 12px; margin-top: 25px; }
.faq-list details { border: 1px solid var(--line); background: white; }
.faq-list summary { padding: 19px 52px 19px 20px; cursor: pointer; color: var(--navy); font-weight: 800; position: relative; }
.faq-list summary::after { content: '+'; position: absolute; right: 20px; font-size: 1.4rem; color: var(--teal-deep); }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.topic-card { padding: 25px; background: var(--mist); border-top: 4px solid var(--teal); }
.topic-card h3 { margin-top: 0; }
.breadcrumb { margin-bottom: 24px; color: #b9d2d3 !important; font-size: .9rem !important; }
.breadcrumb a { color: white; }
.bio-layout { display: grid; grid-template-columns: 340px 1fr; gap: 70px; }
.bio-aside { padding: 34px; background: var(--mist); align-self: start; }
.bio-aside img { width: 140px; margin-bottom: 28px; }
.bio-aside dl { margin: 0; }
.bio-aside dt { margin-top: 18px; color: var(--teal-deep); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bio-aside dd { margin: 4px 0 0; }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; }
.contact-panel { padding: 45px; background: var(--mist); }
.contact-panel.dark { background: var(--navy); color: white; }
.contact-item { padding: 20px 0; border-bottom: 1px solid rgba(82,183,170,.25); }
.contact-item small { display: block; color: var(--gold); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-item a { font: 1.35rem var(--serif); text-decoration: none; }
.contact-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-fine-print { color: #cfe0e2; font-size: .9rem; }
.notice { margin-top: 30px; padding: 20px; border-left: 4px solid var(--gold); background: white; color: var(--muted); font-size: .9rem; }
.questionnaire-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.inquiry-form { padding: 38px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 26px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { font-weight: 800; font-size: .9rem; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 13px 14px; border: 1px solid #b8c9c6; border-radius: 3px; background: white; color: var(--ink); font: inherit; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(82,183,170,.3); border-color: var(--teal-deep); }
.form-grid .consent { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; }
.form-grid .consent input { width: 18px; height: 18px; margin-top: 4px; }
.form-grid .consent span { font-weight: 500; font-size: .88rem; color: var(--muted); }
.form-status { margin: 14px 0 0; color: var(--teal-deep); font-weight: 700; }

.site-footer { padding: 70px 0 24px; background: #061c24; color: #c6d4d5; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.footer-logo { width: 280px; filter: brightness(0) invert(1); opacity: .95; }
.site-footer h3 { color: white; font: 800 .82rem var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .79rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 94px; flex-direction: column; align-items: stretch; padding: 24px; background: white; box-shadow: var(--shadow); }
  .home-page .site-nav { top: 106px; }
  .site-nav.open { display: flex; }
  .site-nav .button { width: 100%; }
  .hero { min-height: 620px; background-position: 62% center; }
  .hero::before { background: rgba(4,25,34,.78); }
  .split, .bio-layout, .contact-grid, .questionnaire-layout { grid-template-columns: 1fr; gap: 45px; }
  .service-grid, .practice-hub { grid-template-columns: 1fr; }
  .practice-row { grid-template-columns: 45px 1fr; }
  .practice-row p { grid-column: 2; }
  .resource-layout { grid-template-columns: 1fr; gap: 45px; }
  .resource-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar-inner span:first-child { display: none; }
  .topbar-inner { justify-content: center; }
  .brand img { width: 255px; }
  .home-page .brand img { width: 285px; }
  .home-page .header-inner { min-height: 86px; }
  .header-inner { min-height: 78px; }
  .site-nav { top: 78px; }
  .home-page .site-nav { top: 86px; }
  .hero { min-height: 600px; }
  h1 { font-size: 3.15rem; }
  .trust-items { grid-template-columns: 1fr; padding: 14px 0; }
  .trust-items span { padding: 7px; }
  .trust-items span + span { border-left: 0; }
  .section { padding: 75px 0; }
  .attorney-card { grid-template-columns: 1fr; padding: 28px; }
  .attorney-mark { max-width: 210px; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .topic-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .inquiry-form { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
