@font-face {
  font-family: "Montserrat Local";
  src: url("./montserrat-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat Local";
  src: url("./montserrat-600.ttf") format("truetype");
  font-weight: 600 800;
  font-display: swap;
}

:root {
  --ink: #061b2c;
  --ink-soft: #0c2c3e;
  --paper: #faf8f3;
  --cream: #f3efe7;
  --lime: #c8db38;
  --sage: #a9b86c;
  --line: rgba(243, 239, 231, 0.15);
  --body: #354651;
  --muted: #63717a;
  --pale-sage: #e9edda;
  --shadow: 0 18px 44px rgba(6, 27, 44, 0.14);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--paper);
  color: var(--body);
  font-family: "Montserrat Local", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1184px, calc(100% - 48px)); margin-inline: auto; }
.narrow-shell { width: min(832px, calc(100% - 48px)); margin-inline: auto; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.rollout-preview-banner {
  position: relative;
  z-index: 100;
  padding: 10px 24px;
  background: #fff3cd;
  color: #4b3b00;
  border-bottom: 1px solid #e6cc74;
  font-size: .78rem;
  text-align: center;
}
.rollout-preview-banner a { font-weight: 800; text-decoration: underline; }

.site-header {
  position: relative;
  z-index: 20;
  height: 78px;
  background: var(--ink);
  color: white;
  border-bottom: 1px solid var(--line);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 40px; }
.brand { margin-right: auto; display: flex; }
.brand img { width: 190px; height: auto; filter: brightness(0) invert(1); object-fit: contain; }
.desktop-nav { display: flex; gap: 24px; font-size: 0.78rem; }
.desktop-nav a { opacity: 0.72; transition: opacity 160ms ease; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { opacity: 1; }
.header-phone { font-size: 0.84rem; font-weight: 600; white-space: nowrap; }
.header-phone span { color: var(--lime); margin-right: 7px; }
.mobile-menu { display: none; }
.mobile-menu:not([open]) nav { display: none; }

.hero { position: relative; overflow: hidden; min-height: 880px; background: var(--ink); color: var(--cream); padding: 24px 0 64px; }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -170px; bottom: -250px; border-radius: 50%; background: rgba(169, 184, 108, .09); pointer-events: none; }
.breadcrumbs { display: flex; gap: 12px; color: rgba(243,239,231,.48); font-size: .76rem; margin-bottom: 38px; }
.breadcrumbs a:hover { color: var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(330px, .95fr); gap: 72px; align-items: center; }
.hero-copy { min-width: 0; padding-bottom: 24px; }
.eyebrow { margin: 0 0 16px; color: var(--sage); font-size: .72rem; line-height: 1.3; font-weight: 800; letter-spacing: .14em; }
.hero h1 {
  margin: 0 0 28px;
  max-width: 760px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 5.1vw, 6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.026em;
  hyphens: auto;
  overflow-wrap: break-word;
}
.guide-hero h1 { max-width: 14ch; font-size: clamp(3.4rem, 4.25vw, 5rem); line-height: 1.02; }
.lede { max-width: 720px; margin: 0 0 14px; color: rgba(243,239,231,.78); font-size: 1.13rem; line-height: 1.7; }
.credential { margin: 0 0 26px; color: rgba(243,239,231,.5); font-size: .76rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--cream); font-size: .82rem; font-weight: 700; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.button-outline { color: var(--cream); }
.button-primary:hover { background: #d0f04e; border-color: #d0f04e; }
.button-outline:hover { background: var(--cream); color: var(--ink); }
.response-note { margin: 18px 0 0; color: rgba(243,239,231,.52); font-size: .72rem; }
.response-note span { color: var(--lime); margin-right: 8px; }

.lawyer-card { position: relative; z-index: 1; min-width: 0; max-width: 100%; align-self: end; background: var(--sage); color: var(--ink); box-shadow: var(--shadow); }
.portrait-wrap { aspect-ratio: 1.18; overflow: hidden; background: #8d8a85; }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.contact-panel { padding: 30px 32px 34px; }
.eyebrow.dark { color: var(--ink); }
.contact-panel h2 { margin: 0 0 18px; font: 400 2.05rem/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.02em; }
.contact-panel p:last-child { margin: 14px 0 0; font-size: .82rem; line-height: 1.55; }
.contact-number { display: block; font: 400 1.65rem/1.2 Georgia, "Times New Roman", serif; }

.topic-nav { background: var(--ink); color: var(--cream); border-top: 1px solid rgba(255,255,255,.12); }
.mobile-topic-links { display: none; }
.desktop-topic-links, .mobile-topic-links nav { display: grid; grid-template-columns: repeat(6, 1fr); border-left: 1px solid rgba(169,184,108,.2); }
.desktop-topic-links a, .mobile-topic-links nav a { min-height: 88px; padding: 20px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-right: 1px solid rgba(169,184,108,.2); font-size: .72rem; line-height: 1.35; color: rgba(243,239,231,.76); transition: background 160ms ease, color 160ms ease; }
.desktop-topic-links a:hover, .mobile-topic-links nav a:hover { background: var(--ink-soft); color: white; }
.desktop-topic-links a span, .mobile-topic-links nav a span { color: var(--sage); font-size: 1.1rem; }

.section { padding: clamp(72px, 8vw, 120px) 0; }
.section-eyebrow { margin: 0 0 16px; color: #7b8b42; font-size: .72rem; font-weight: 800; letter-spacing: .14em; line-height: 1.3; }
.section h2, .contact-section h2 { max-width: 18ch; margin: 0 0 28px; color: var(--ink); font: 400 clamp(2.45rem, 4.2vw, 3.75rem)/1.04 Georgia, "Times New Roman", serif; letter-spacing: -.025em; text-wrap: balance; }
.section h3, .contact-section h3 { color: var(--ink); font: 400 clamp(1.35rem, 2vw, 1.9rem)/1.18 Georgia, "Times New Roman", serif; letter-spacing: -.018em; }
.section-lead { max-width: 760px; font-size: 1.08rem; line-height: 1.72; }

.immediate-section { background: var(--paper); }
.immediate-section h2 { max-width: 20ch; }
.immediate-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid rgba(6,27,44,.16); border-left: 1px solid rgba(6,27,44,.16); }
.number-card { min-height: 300px; padding: 32px 28px; background: white; border-right: 1px solid rgba(6,27,44,.16); border-bottom: 1px solid rgba(6,27,44,.16); }
.number-card > span { color: #7b8b42; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.number-card h3 { margin: 40px 0 16px; }
.number-card p { margin: 0; font-size: .88rem; line-height: 1.68; }
.notice { margin-top: 24px; padding: 26px 30px; background: var(--pale-sage); color: #4f5b2c; font-size: .85rem; }

.expert-section { background: var(--cream); }
.expert-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(340px, 1fr); gap: 80px; align-items: center; }
.expert-grid > div > p:not(.section-eyebrow) { max-width: 690px; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink); font-size: .88rem; }
.check-list li::before { content: "✓"; color: #69772e; font-weight: 800; }
.profile-card { background: white; border: 1px solid rgba(6,27,44,.12); box-shadow: 0 8px 24px rgba(6,27,44,.08); }
.profile-card img { width: 100%; aspect-ratio: 1.13; object-fit: cover; object-position: center top; display: block; }
.profile-card > div { padding: 28px 30px 32px; }
.profile-card h3 { margin: 0 0 10px; }
.profile-card p:not(.section-eyebrow) { margin: 0 0 20px; font-size: .82rem; }
.profile-card a { color: #30505f; font-size: .78rem; font-weight: 700; }

.services-section { background: var(--ink); color: rgba(243,239,231,.7); }
.services-section .section-eyebrow { color: var(--sage); }
.services-section h2, .services-section h3 { color: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-left: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); }
.services-grid article { min-height: 260px; padding: 32px 30px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.services-grid article > span { color: var(--sage); font-size: .68rem; font-weight: 800; }
.services-grid h3 { margin: 42px 0 14px; }
.services-grid p { margin: 0; font-size: .86rem; line-height: 1.7; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 58px; border-top: 1px solid rgba(6,27,44,.18); border-left: 1px solid rgba(6,27,44,.18); }
.process-grid article { min-height: 270px; padding: 30px 24px; border-right: 1px solid rgba(6,27,44,.18); border-bottom: 1px solid rgba(6,27,44,.18); }
.process-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--pale-sage); color: #69772e; font-size: .75rem; font-weight: 800; }
.process-grid h3 { margin: 30px 0 14px; font-size: 1.35rem; }
.process-grid p { margin: 0; font-size: .78rem; line-height: 1.7; }
.center-action { display: flex; justify-content: center; margin-top: 42px; }
.process-section .button { border-color: var(--lime); }

.documents-section { background: var(--cream); }
.documents-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: start; }
.documents-grid ol { list-style: none; margin: 0; padding: 0; background: white; border-top: 7px solid var(--sage); box-shadow: 0 8px 24px rgba(6,27,44,.08); }
.documents-grid li { min-height: 72px; padding: 20px 25px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid rgba(6,27,44,.12); color: var(--ink); font-size: .85rem; }
.documents-grid li span { color: #7b8b42; font-size: .7rem; font-weight: 800; }

.guide-index { background: white; }
.guide-index h2 { max-width: 19ch; }
.guide-groups { margin-top: 54px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px 36px; }
.guide-group h3 { margin: 0 0 16px; padding-bottom: 14px; border-bottom: 3px solid var(--ink); }
.guide-links { display: grid; }
.guide-links a { padding: 15px 4px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(6,27,44,.14); font-size: .76rem; line-height: 1.45; transition: padding 160ms ease, color 160ms ease; }
.guide-links a:hover { padding-left: 10px; color: #657325; }
.guide-links span { color: #7b8b42; }

.related-section { background: var(--paper); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }
.related-grid a { min-height: 250px; padding: 30px; display: flex; flex-direction: column; background: white; border: 1px solid rgba(6,27,44,.14); transition: transform 160ms ease, box-shadow 160ms ease; }
.related-grid a:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(6,27,44,.08); }
.related-grid a > span { color: #7b8b42; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-grid h3 { margin: 32px 0 24px; }
.related-grid i { margin-top: auto; color: #47616d; font-size: .76rem; font-style: normal; font-weight: 700; }

.faq-section { background: var(--cream); }
.faq-section h2 { max-width: 15ch; }
.faq-list { margin-top: 54px; border-top: 3px solid var(--ink); }
.faq-list details { border-bottom: 1px solid rgba(6,27,44,.18); }
.faq-list summary { min-height: 92px; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; color: var(--ink); font: 400 clamp(1.1rem, 2vw, 1.4rem)/1.35 Georgia, "Times New Roman", serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { font: 400 2rem/1 sans-serif; transition: transform 160ms ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -2px 60px 30px 0; font-size: .9rem; line-height: 1.75; }

.sources-section { background: white; }
.sources-section h2 { max-width: 16ch; }
.source-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 36px; margin-top: 38px; }
.source-links a { padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(6,27,44,.16); color: var(--ink); font-size: .82rem; }
.source-links span { color: #7b8b42; }

.contact-section { padding: clamp(72px, 8vw, 120px) 0; background: var(--ink-soft); color: rgba(243,239,231,.76); }
.contact-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 96px; align-items: center; }
.contact-section .section-eyebrow { color: var(--sage); }
.contact-section h2 { color: var(--cream); max-width: 12ch; }
.contact-section > .shell > div > p:not(.section-eyebrow) { max-width: 600px; font-size: 1rem; line-height: 1.75; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.contact-brief { padding: 38px; background: var(--cream); color: var(--body); }
.contact-brief h3 { margin: 0 0 24px; }
.contact-brief ol { list-style: none; margin: 0 0 28px; padding: 0; display: grid; }
.contact-brief li { min-height: 62px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(6,27,44,.14); font-size: .83rem; }
.contact-brief li span { color: #7b8b42; font-size: .68rem; font-weight: 800; }
.contact-brief > a { color: var(--ink); font-size: .78rem; font-weight: 800; }

.site-footer { border-top: 5px solid var(--lime); background: #101d37; color: rgba(255,255,255,.68); }
.footer-top { padding: 70px 0; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 80px; }
.footer-brand img { width: 215px; height: auto; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 390px; margin-top: 24px; }
.footer-top h3 { margin: 0 0 20px; color: white; font: 600 .72rem/1.3 "Montserrat Local", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .78rem; }
.footer-top > div:not(.footer-brand) p { margin: 8px 0 0; }
.footer-bottom { min-height: 78px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.14); font-size: .7rem; }
.footer-bottom nav { display: flex; gap: 24px; }
.mobile-contact-bar { display: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; order: 4; }
  .mobile-menu summary { display: flex; align-items: center; gap: 10px; list-style: none; cursor: pointer; color: white; font-size: .72rem; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i { font: 400 1.4rem/1 sans-serif; transition: transform 160ms ease; }
  .mobile-menu[open] summary i { transform: rotate(45deg); }
  .mobile-menu nav { position: absolute; top: 78px; left: 0; right: 0; padding: 14px 24px 22px; display: grid; background: var(--ink); border-top: 1px solid var(--line); box-shadow: 0 16px 28px rgba(0,0,0,.18); }
  .mobile-menu nav a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .lawyer-card { width: min(100%, 520px); }
  .hero h1 { font-size: clamp(3.55rem, 12vw, 5rem); }
  .guide-hero h1 { font-size: clamp(3rem, 10.6vw, 4.6rem); }
  .desktop-topic-links { display: none; }
  .mobile-topic-links { display: block; }
  .mobile-topic-links summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: .78rem; font-weight: 700; }
  .mobile-topic-links summary::-webkit-details-marker { display: none; }
  .mobile-topic-links summary i { font: 400 1.5rem/1 sans-serif; transition: transform 160ms ease; }
  .mobile-topic-links[open] summary i { transform: rotate(45deg); }
  .mobile-topic-links nav { grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(169,184,108,.2); }
  .immediate-grid { grid-template-columns: repeat(2, 1fr); }
  .expert-grid, .documents-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .profile-card { max-width: 520px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:last-child { grid-column: 1 / -1; min-height: 220px; }
  .guide-groups { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 30px, 1184px); }
  .narrow-shell { width: min(100% - 30px, 832px); }
  .site-header { height: 68px; }
  .brand img { width: 145px; }
  .header-phone { display: none; }
  .mobile-menu nav { top: 68px; padding-inline: 15px; }
  .hero { padding-top: 18px; }
  .breadcrumbs { margin-bottom: 30px; }
  .hero h1 { font-size: clamp(2.4rem, 11vw, 3.1rem); }
  .guide-hero h1 { font-size: clamp(2.3rem, 10.5vw, 3rem); }
  .lede { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .contact-panel { padding: 26px 24px 30px; }
  .section { padding: 64px 0; }
  .section h2, .contact-section h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .mobile-topic-links nav { grid-template-columns: 1fr; border-left: 0; }
  .mobile-topic-links nav a { min-height: 58px; border-left: 1px solid rgba(169,184,108,.2); }
  .immediate-grid, .services-grid, .process-grid, .related-grid, .source-links { grid-template-columns: 1fr; }
  .number-card { min-height: 235px; }
  .number-card h3 { margin-top: 28px; }
  .services-grid article { min-height: 225px; }
  .process-grid article, .process-grid article:last-child { grid-column: auto; min-height: 220px; }
  .documents-grid { gap: 34px; }
  .related-grid a { min-height: 210px; }
  .faq-list summary { min-height: 82px; }
  .faq-list details p { margin-right: 0; }
  .contact-section { padding: 64px 0 92px; }
  .contact-brief { padding: 28px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 24px 0 80px; align-items: flex-start; flex-direction: column; }
  .mobile-contact-bar { position: fixed; z-index: 99; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); box-shadow: 0 -5px 20px rgba(0,0,0,.18); }
  .mobile-contact-bar a { min-height: 50px; display: grid; place-items: center; background: var(--ink); color: white; border-right: 1px solid rgba(255,255,255,.15); font-size: .68rem; font-weight: 800; }
  .mobile-contact-bar a:first-child { background: var(--lime); color: var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; }
}
