:root {
  --ink: #172033;
  --muted: #5d6778;
  --line: #dfe4ec;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --navy: #111c31;
  --gold: #b08a4a;
  --gold-dark: #8b6b35;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(17, 28, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -999px; top: 12px;
  background: var(--navy); color: white; padding: 10px 14px; z-index: 10;
}
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 5;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 14px; background: var(--navy); color: white; font-weight: 800; letter-spacing: .04em;
}
.brand small { display: block; color: var(--muted); font-size: .78rem; margin-top: -2px; }
.site-nav { display: flex; gap: 24px; align-items: center; }
.site-nav a { text-decoration: none; color: var(--muted); font-weight: 650; }
.site-nav a:hover { color: var(--ink); }
.menu-button { display: none; }

.hero {
  background:
    radial-gradient(circle at 84% 10%, rgba(176, 138, 74, .18), transparent 34%),
    linear-gradient(135deg, #f9fafc 0%, #eef2f7 100%);
  padding: 92px 0 76px;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: center; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .16em; color: var(--gold-dark);
  font-size: .78rem; font-weight: 800; margin: 0 0 12px;
}
h1, h2, h3 { line-height: 1.08; margin: 0 0 16px; }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; }
h3 { font-size: 1.18rem; }
.lead { font-size: 1.25rem; color: var(--muted); max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 16px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 20px; border-radius: 999px;
  font-weight: 800; text-decoration: none; border: 1px solid transparent;
  cursor: pointer;
}
.button.primary { background: var(--navy); color: white; }
.button.primary:hover { background: #213151; }
.button.secondary { background: white; border-color: var(--line); color: var(--ink); }
.notice, .form-note, .fine-print { color: var(--muted); font-size: .92rem; }
.hero-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow);
}
.hero-card ul { padding-left: 20px; margin: 16px 0 0; }
.hero-card li { margin: 10px 0; }

.section { padding: 82px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; background: white;
}
.card p { color: var(--muted); margin-bottom: 0; }
.contrast { background: var(--navy); color: white; }
.contrast .eyebrow { color: #d9bd83; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; }
.steps { display: grid; gap: 18px; }
.step {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px;
  padding: 22px; border-radius: var(--radius); background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
}
.step span { color: #d9bd83; font-weight: 900; }
.step p { color: rgba(255,255,255,.72); margin: 0; }

.attorney { display: grid; grid-template-columns: 180px 1fr; gap: 36px; align-items: center; max-width: 920px; }
.portrait {
  width: 180px; height: 180px; border-radius: 34px; background: linear-gradient(135deg, var(--navy), #31415f);
  color: white; display: grid; place-items: center; font-size: 3rem; font-weight: 900;
  box-shadow: var(--shadow);
}
.attorney p { color: var(--muted); }

.contact-section { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.contact-methods { display: grid; gap: 10px; margin-top: 20px; font-weight: 800; }
.contact-form {
  background: white; padding: 28px; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
  display: grid; gap: 16px;
}
label { display: grid; gap: 6px; font-weight: 750; }
input, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 14px;
  padding: 12px 13px; font: inherit; color: var(--ink);
}
textarea { resize: vertical; }
.checkbox { grid-template-columns: 20px 1fr; align-items: start; font-weight: 500; color: var(--muted); }
.checkbox input { width: 18px; height: 18px; margin-top: 4px; }

.site-footer { background: #0d1424; color: white; padding: 42px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 24px; }
.footer-grid p, .fine-print { color: rgba(255,255,255,.68); }
.footer-grid a { display: block; color: white; margin-bottom: 8px; }
.fine-print { padding-top: 24px; }

@media (max-width: 820px) {
  .menu-button {
    display: inline-flex; border: 1px solid var(--line); background: white; border-radius: 999px;
    padding: 9px 14px; font-weight: 800;
  }
  .site-nav {
    display: none; position: absolute; right: 20px; top: 68px; flex-direction: column; align-items: flex-start;
    background: white; border: 1px solid var(--line); border-radius: 18px; padding: 18px; box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .hero-grid, .split, .contact-grid, .attorney { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .portrait { width: 140px; height: 140px; font-size: 2.3rem; }
  .footer-grid { flex-direction: column; }
}
