:root {
  --ink: #112734;
  --ink-2: #183747;
  --paper: #f4f0e8;
  --paper-2: #ebe4d8;
  --white: #fffdf8;
  --accent: #7898b6;
  --accent-dark: #47627c;
  --muted: #617078;
  --line: rgba(17, 39, 52, 0.16);
  --radius: 2px;
  --shadow: 0 24px 70px rgba(14, 33, 43, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
p { text-align: justify; text-align-last: left; hyphens: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: var(--white); }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; background: var(--ink); color: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { position: sticky; z-index: 50; top: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; background: rgba(244,240,232,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(71,98,124,.2); background: var(--white); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1rem; letter-spacing: .02em; }
.brand-copy small { margin-top: .28rem; color: var(--muted); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.75rem; font-size: .87rem; }
.main-nav > a { position: relative; text-decoration: none; }
.main-nav > a::after { content: ""; position: absolute; left: 0; bottom: -.35rem; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--ink); }

.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: 1px solid transparent; padding: .78rem 1.25rem; text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .035em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--accent-dark); }
.button-small { min-height: 39px; padding: .55rem 1rem; }
.button-quiet { border-color: var(--line); background: transparent; }
.button-quiet:hover { border-color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.button-full { width: 100%; }
.text-link { border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: .15rem 0; font-size: .82rem; font-weight: 700; cursor: pointer; }
.text-link span { display: inline-block; margin-left: .35rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .72fr); align-items: center; gap: clamp(3rem, 7vw, 7.5rem); padding: clamp(4.5rem, 9vw, 8.5rem) max(4vw, calc((100vw - 1280px) / 2)); overflow: hidden; }
.hero::before { content: ""; position: absolute; top: 5%; right: -12%; width: 46vw; height: 46vw; border: 1px solid rgba(185,119,67,.26); border-radius: 50%; pointer-events: none; }
.hero::after { content: ""; position: absolute; top: 13%; right: -6%; width: 31vw; height: 31vw; border: 1px solid rgba(17,39,52,.11); border-radius: 50%; pointer-events: none; }
.hero-copy, .profile-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1rem; color: var(--accent-dark); font-size: .71rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.06; }
h1 { max-width: 820px; margin-bottom: 1.7rem; font-size: clamp(3.15rem, 5.25vw, 5.6rem); letter-spacing: -.045em; }
h1 em { display: block; color: var(--accent-dark); font-weight: 400; }
.hero-lead { max-width: 700px; margin: 0; color: #3c505b; font-size: clamp(1rem, 1.5vw, 1.21rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.2rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .55rem 1.35rem; margin-top: 2.6rem; color: var(--muted); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.trust-row span { display: inline-flex; align-items: center; gap: 1.35rem; }
.trust-row span:not(:last-child)::after { content: "·"; color: var(--accent); }
.profile-card { align-self: center; display: grid; gap: 1.8rem; padding: clamp(2rem, 4vw, 3.8rem); background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.profile-photo { position: relative; width: min(310px, 100%); aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border: 8px solid rgba(255,255,255,.07); background: #e8edf0; }
.profile-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); pointer-events: none; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; transform: scale(1.12); transform-origin: center 57%; filter: brightness(.96) contrast(1.04) saturate(.9); }
.profile-label { margin: 0 0 .7rem; color: #b8cadc; font-size: .69rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.profile-card h2 { margin-bottom: 1rem; font-size: clamp(2rem, 3vw, 3rem); }
.profile-card p { margin-bottom: 0; color: rgba(255,253,248,.73); }
.profile-facts { display: grid; margin: 0; border-top: 1px solid rgba(255,255,255,.15); }
.profile-facts div { display: grid; grid-template-columns: 105px 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.profile-facts dt { color: #b8cadc; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.profile-facts dd { margin: 0; font-size: .83rem; }
.profile-principle { margin: 0 !important; padding-left: 1rem; border-left: 1px solid #b8cadc; color: rgba(255,253,248,.78) !important; font-family: Georgia, serif; font-size: 1rem; }
.hero-rule { position: absolute; bottom: 1.6rem; left: 4vw; right: 4vw; display: flex; align-items: center; gap: .8rem; color: var(--accent-dark); font-size: .62rem; letter-spacing: .16em; }
.hero-rule::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.section { padding: clamp(5.5rem, 10vw, 10rem) max(4vw, calc((100vw - 1280px) / 2)); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .62fr); gap: 8vw; align-items: end; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5.1rem); letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--muted); }
.services { background: var(--white); }
.audience-switch { width: max-content; display: flex; gap: .35rem; padding: .35rem; border: 1px solid var(--line); margin-bottom: 2.8rem; background: var(--paper); }
.audience-switch button { min-width: 145px; border: 0; padding: .75rem 1.1rem; background: transparent; font-size: .78rem; font-weight: 800; cursor: pointer; }
.audience-switch button[aria-selected="true"] { background: var(--ink); color: var(--white); }
.service-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 7vw, 7.5rem); }
.service-panel[hidden] { display: none; }
.service-feature { position: relative; min-height: 390px; padding: clamp(2rem, 4vw, 3.5rem); background: var(--paper); overflow: hidden; }
.service-number { position: absolute; right: 1.5rem; top: .5rem; color: rgba(185,119,67,.14); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.service-kicker { position: relative; margin: 0 0 1rem; color: var(--accent-dark); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-feature h3 { position: relative; max-width: 470px; margin-bottom: 1.3rem; font-size: clamp(2rem, 3vw, 3rem); }
.service-feature p:not(.service-kicker) { position: relative; max-width: 540px; color: var(--muted); }
.service-feature .text-link { position: absolute; left: clamp(2rem, 4vw, 3.5rem); bottom: clamp(2rem, 4vw, 3.5rem); }
.service-list details { border-top: 1px solid var(--line); }
.service-list details:last-child { border-bottom: 1px solid var(--line); }
.service-list summary { display: flex; align-items: baseline; gap: 1.4rem; padding: 1.45rem .5rem; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.55rem); cursor: pointer; list-style: none; }
.service-list summary::-webkit-details-marker { display: none; }
.service-list summary::after { content: "+"; margin-left: auto; color: var(--accent-dark); font-family: sans-serif; font-size: 1.4rem; font-weight: 300; }
.service-list details[open] summary::after { content: "−"; }
.service-list summary span { color: var(--accent-dark); font-family: sans-serif; font-size: .7rem; font-weight: 800; }
.service-list details p { margin: -0.4rem 2rem 1.6rem 3.25rem; color: var(--muted); }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; background: var(--line); list-style: none; }
.process-grid li { min-height: 170px; display: grid; grid-template-columns: 58px 1fr; gap: 1.2rem; align-items: start; padding: clamp(1.5rem, 3vw, 2.4rem); background: var(--white); }
.process-grid li > span { color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.process-grid h3 { margin: 0 0 .65rem; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.process-grid p { margin: 0; color: var(--muted); }
.fees-note { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; margin-top: 1px; padding: clamp(2rem, 4vw, 3.5rem); background: var(--ink); color: var(--white); }
.fees-note .eyebrow { color: #b8cadc; }
.fees-note h3 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.fees-note > p { margin: 0; color: rgba(255,253,248,.7); }

.legal-hub { background: var(--ink); color: var(--white); }
.section-heading-light > p { color: rgba(255,253,248,.64); }
.section-heading-light .eyebrow { color: #b8cadc; }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0 0 4rem; padding: 1px; background: rgba(255,255,255,.18); }
.guide-card { min-height: 330px; display: flex; flex-direction: column; padding: clamp(1.8rem, 3.5vw, 3.2rem); background: var(--ink-2); }
.guide-card:hover { background: #204457; }
.guide-type { margin: 0 0 auto; color: #b8cadc; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h3 { max-width: 560px; margin: 2.6rem 0 1rem; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.guide-card > p:not(.guide-type) { margin: 0 0 1.7rem; color: rgba(255,255,255,.65); }
.guide-card .text-link { align-self: flex-start; color: var(--white); text-decoration: none; }
.hub-tools { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 1.7rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.search-box { width: min(390px, 100%); display: flex; align-items: center; gap: .75rem; border-bottom: 1px solid rgba(255,255,255,.5); }
.search-box svg { width: 18px; fill: none; stroke: #b8cadc; stroke-width: 1.7; }
.search-box input { width: 100%; border: 0; background: transparent; color: white; padding: .7rem 0; outline: none; }
.search-box input::placeholder { color: rgba(255,255,255,.48); }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.filters button { border: 1px solid rgba(255,255,255,.23); background: transparent; color: rgba(255,255,255,.72); padding: .48rem .85rem; font-size: .72rem; cursor: pointer; }
.filters button.active { border-color: #b8cadc; background: #b8cadc; color: var(--ink); font-weight: 800; }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 3rem; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.article-card { min-height: 390px; display: flex; flex-direction: column; padding: clamp(1.7rem, 3vw, 3rem); background: var(--ink); }
.article-card:hover { background: var(--ink-2); }
.article-meta { display: flex; justify-content: space-between; gap: 1rem; color: #b8cadc; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-label { margin: auto 0 .65rem; color: rgba(255,255,255,.48); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin-bottom: 1rem; font-size: clamp(1.6rem, 2.5vw, 2.45rem); }
.article-card > p:not(.article-label) { margin: 0 0 1.5rem; color: rgba(255,255,255,.62); }
.article-card .text-link { align-self: flex-start; color: var(--white); }
.empty-state { margin: 3rem 0; color: rgba(255,255,255,.65); }
.contact-band { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; margin-top: clamp(5rem, 9vw, 9rem); padding: clamp(2rem, 5vw, 4.5rem); background: var(--accent); color: #142834; }
.contact-band .eyebrow { color: #142834; }
.contact-band h2 { max-width: 740px; margin-bottom: 1rem; font-size: clamp(2.4rem, 4.5vw, 4.5rem); }
.contact-band p { max-width: 650px; margin-bottom: 0; }
.contact-actions { display: grid; justify-items: stretch; gap: .75rem; min-width: 255px; }
.contact-actions > a:not(.button) { color: var(--ink); font-size: .75rem; text-align: center; text-underline-offset: .25rem; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 3rem; padding: 2.3rem 4vw; background: #0b1c26; color: rgba(255,255,255,.65); font-size: .68rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; color: white; }
.footer-brand > span:last-child { display: grid; }
.footer-brand strong { font-family: Georgia, serif; font-size: .9rem; }
.footer-brand small { color: rgba(255,255,255,.5); }
.footer-meta { text-align: center; }
.footer-meta p { margin: .15rem; }

dialog { width: min(700px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); border: 0; padding: 0; background: var(--white); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(7,19,26,.76); backdrop-filter: blur(5px); }
.case-dialog form, .article-dialog article { padding: clamp(2rem, 6vw, 4.5rem); }
.dialog-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 38px; height: 38px; border: 1px solid var(--line); background: var(--white); font-size: 1.45rem; cursor: pointer; }
.case-dialog h2, .article-dialog h2 { margin-bottom: 1rem; font-size: clamp(2.3rem, 5vw, 4rem); }
.form-intro { margin-bottom: 2rem; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.case-dialog label { position: relative; display: grid; gap: .4rem; margin-bottom: 1rem; color: #334b57; font-size: .72rem; font-weight: 800; letter-spacing: .035em; }
.case-dialog input:not([type="checkbox"]), .case-dialog select, .case-dialog textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #faf8f3; padding: .8rem .9rem; color: var(--ink); font-weight: 400; resize: vertical; }
.case-dialog label > small { position: absolute; right: .6rem; bottom: .35rem; color: var(--muted); font-weight: 400; }
.consent { grid-template-columns: auto 1fr; align-items: start; color: var(--muted) !important; font-weight: 400 !important; }
.consent input { margin: .3rem 0 0; accent-color: var(--accent-dark); }
.privacy-note { margin: .8rem 0 0; color: var(--muted); font-size: .67rem; text-align: center; }
.article-dialog article { max-width: 760px; }
.article-dialog #article-dialog-body p { color: #3f535d; }
.article-disclaimer { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero::before { width: 80vw; height: 80vw; }
  .profile-card { max-width: 720px; }
  .service-panel { grid-template-columns: 1fr; }
  .fees-note { grid-template-columns: 1fr; }
  .service-feature { min-height: 350px; }
  .contact-band { grid-template-columns: 1fr; }
  .contact-actions { justify-items: start; min-width: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 1rem; text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 760px) {
  .site-header { min-height: 68px; padding: 0 1rem; }
  .brand-copy small { display: none; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 2rem; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.6rem; }
  .main-nav .button { margin-top: 1.5rem; }
  .hero { padding: 4.5rem 1.15rem 5rem; gap: 3.2rem; }
  h1 { font-size: clamp(2.75rem, 13.2vw, 4rem); }
  .trust-row { display: grid; }
  .trust-row span::after { display: none; }
  .profile-card { margin: 0 -.15rem; padding: 2rem 1.4rem; }
  .hero-rule { display: none; }
  .section { padding: 5.5rem 1.15rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.3rem; }
  .section-heading h2 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .audience-switch { width: 100%; }
  .audience-switch button { flex: 1; min-width: 0; padding-inline: .6rem; }
  .service-feature { min-height: 420px; padding: 1.7rem; }
  .service-feature .text-link { left: 1.7rem; bottom: 1.7rem; }
  .service-list details p { margin-left: .5rem; }
  .hub-tools { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .filters { flex-wrap: nowrap; max-width: calc(100vw - 2.3rem); overflow-x: auto; padding-bottom: .25rem; }
  .filters button { white-space: nowrap; }
  .article-grid { grid-template-columns: 1fr; }
  .guide-grid, .process-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 370px; }
  .contact-band { margin-left: -.15rem; margin-right: -.15rem; padding: 2.2rem 1.4rem; }
  .contact-actions { width: 100%; justify-items: stretch; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .case-dialog form, .article-dialog article { padding: 3.8rem 1.35rem 2rem; }
}

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