:root {
  --navy: #0b1830;
  --navy-2: #102441;
  --navy-3: #173353;
  --ink: #182130;
  --muted: #647083;
  --paper: #f5f7fa;
  --white: #ffffff;
  --gold: #c6a35a;
  --gold-soft: #eadcb9;
  --line: rgba(255,255,255,.12);
  --shadow: 0 24px 70px rgba(11,24,48,.13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7,18,36,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled { box-shadow: 0 10px 40px rgba(0,0,0,.18); background: rgba(7,18,36,.98); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); min-width: 0; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid rgba(198,163,90,.75); border-radius: 50%; color: var(--gold);
  font-weight: 800; letter-spacing: .04em; font-size: .85rem; flex: 0 0 auto;
}
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; letter-spacing: .035em; font-size: .91rem; }
.brand-copy small { color: #b8c3d0; margin-top: 5px; font-size: .72rem; }
.main-nav { display: flex; align-items: center; gap: 24px; color: #dce3ec; font-size: .92rem; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-call)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.nav-call { padding: 10px 17px; border: 1px solid rgba(198,163,90,.65); border-radius: 999px; color: var(--gold-soft); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: white; margin: 5px 0; transition: .25s ease; }

.hero {
  position: relative; overflow: hidden; min-height: 700px; display: grid; align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 25%, rgba(198,163,90,.12), transparent 22%),
    linear-gradient(115deg, #071225 0%, #0b1e39 58%, #132b4a 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; padding-block: 90px 100px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: #9a793d; }
.hero h1, .section-heading h2, .contact-band h2, .final-cta h2, .location-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.03em;
}
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .92; }
.hero h1 span { display: block; color: var(--gold-soft); }
.hero-lead { margin: 26px 0 0; color: #cbd4de; font-size: clamp(1.08rem, 2vw, 1.35rem); letter-spacing: .035em; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 750; font-size: .92rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #10192a; background: var(--gold); box-shadow: 0 14px 30px rgba(198,163,90,.22); }
.btn-primary:hover { background: #d4b36c; }
.btn-ghost { border: 1px solid rgba(255,255,255,.24); color: white; background: rgba(255,255,255,.04); }

.hero-art { min-height: 430px; display: grid; place-items: center; }
.legal-emblem { position: relative; width: min(410px, 88vw); aspect-ratio: 1; display: grid; place-items: center; }
.emblem-ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(198,163,90,.35); box-shadow: inset 0 0 0 32px rgba(255,255,255,.012), 0 0 100px rgba(198,163,90,.08); }
.emblem-ring::before, .emblem-ring::after { content: ""; position: absolute; inset: 36px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.emblem-ring::after { inset: 74px; border-color: rgba(198,163,90,.16); }
.scales { position: relative; width: 210px; height: 220px; }
.stem { position: absolute; width: 4px; height: 150px; left: 50%; top: 30px; transform: translateX(-50%); background: linear-gradient(var(--gold-soft), var(--gold)); border-radius: 4px; }
.beam { position: absolute; width: 170px; height: 4px; background: var(--gold); left: 20px; top: 65px; border-radius: 4px; }
.beam::before, .beam::after { content: ""; position: absolute; width: 1px; height: 62px; background: var(--gold-soft); top: 1px; }
.beam::before { left: 30px; } .beam::after { right: 30px; }
.pan { position: absolute; top: 126px; width: 74px; height: 23px; border: 2px solid var(--gold); border-top: 0; border-radius: 0 0 70px 70px; }
.pan-left { left: 13px; } .pan-right { right: 13px; }
.scales::after { content: ""; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 108px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 14px 0 rgba(198,163,90,.5); }
.emblem-label { position: absolute; bottom: 26px; color: #9eacc0; letter-spacing: .18em; font-size: .66rem; }
.hero-lines { position: absolute; right: -10%; bottom: -80px; width: 70%; height: 230px; border-top: 1px solid rgba(198,163,90,.14); transform: rotate(-6deg); }

.practice-strip { position: relative; z-index: 4; margin-top: -48px; }
.practice-grid { display: grid; grid-template-columns: repeat(3,1fr); background: white; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.practice-item { min-height: 116px; padding: 24px 28px; display: flex; align-items: center; gap: 17px; border-right: 1px solid #e7ebf0; }
.practice-item:last-child { border-right: 0; }
.icon-circle { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #f2efe8; color: #9a793d; font-weight: 800; font-size: .72rem; }
.practice-item div { display: grid; }
.practice-item strong { font-family: Georgia, serif; font-size: 1.2rem; }
.practice-item small { color: var(--muted); margin-top: 3px; }

.section { padding: 110px 0; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading h2 { margin: 0 0 12px; font-size: clamp(2.2rem, 4vw, 4rem); color: var(--navy); }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); max-width: 650px; }
.section-heading.light h2 { color: white; }
.section-heading.light p:not(.eyebrow) { color: #b7c1cf; }

.area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.area-card { position: relative; min-height: 365px; padding: 34px; border-radius: var(--radius); background: white; border: 1px solid #e6eaf0; box-shadow: 0 18px 50px rgba(11,24,48,.06); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.area-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.area-card.featured { background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: white; border-color: transparent; }
.area-card::after { content: ""; position: absolute; width: 160px; height: 160px; border: 1px solid rgba(198,163,90,.18); border-radius: 50%; right: -64px; bottom: -64px; }
.area-number { position: absolute; top: 26px; right: 28px; color: #aab2bd; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.featured .area-number { color: #8ea0b6; }
.area-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: #f2efe8; color: #9a793d; font-family: Georgia, serif; font-size: 1.7rem; margin-bottom: 50px; }
.featured .area-icon { background: rgba(198,163,90,.12); border: 1px solid rgba(198,163,90,.28); color: var(--gold); }
.area-card h3 { margin: 0 0 20px; font-family: Georgia, serif; font-size: 1.8rem; }
.area-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; color: var(--muted); }
.featured ul { color: #cbd3de; }
.area-card li { padding-left: 18px; position: relative; }
.area-card li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); position: absolute; left: 0; top: .65em; }

.services-section { background: linear-gradient(120deg, #071326 0%, #0d213d 100%); color: white; position: relative; overflow: hidden; }
.services-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 8%, rgba(198,163,90,.1), transparent 25%); }
.services-section .container { position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.service-card { min-height: 210px; padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.035); display: flex; flex-direction: column; justify-content: space-between; transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.065); border-color: rgba(198,163,90,.35); }
.service-card span { color: var(--gold); font-size: .72rem; letter-spacing: .14em; font-weight: 800; }
.service-card h3 { margin: 0; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.18; font-weight: 500; }

.contact-band { background: #102441; color: white; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.contact-band-inner { min-height: 310px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.contact-band h2 { margin: 0 0 9px; font-size: clamp(2rem, 4vw, 3.4rem); }
.contact-band p { margin: 4px 0; color: #c3ccda; }
.location-line { color: var(--gold-soft) !important; }
.contact-cta { display: grid; justify-items: end; gap: 20px; }
.phone-display { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); color: var(--gold-soft); white-space: nowrap; }

.location-section { padding-block: 80px; }
.location-card { min-height: 220px; padding: 36px 42px; background: white; border: 1px solid #e4e8ee; border-radius: var(--radius); box-shadow: 0 18px 45px rgba(11,24,48,.06); display: flex; align-items: center; gap: 26px; }
.location-mark { width: 74px; height: 74px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: #f3efe6; color: #99783e; font-size: 2rem; }
.location-card h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); color: var(--navy); }

.final-cta { padding: 100px 0; color: white; background: linear-gradient(125deg, #071225, #102844); }
.final-cta-inner { text-align: center; max-width: 900px; }
.final-cta h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.final-cta p:not(.eyebrow) { color: #bdc7d4; margin: 18px auto 28px; max-width: 760px; }
.btn-outline-gold { border: 1px solid rgba(198,163,90,.65); color: var(--gold-soft); }
.btn-outline-gold:hover { background: rgba(198,163,90,.08); }

.site-footer { background: #06101f; color: #aeb8c6; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; font-size: .88rem; }
.footer-grid strong { color: white; font-family: Georgia, serif; letter-spacing: .03em; }
.footer-grid p { margin: 4px 0 0; }
.footer-center { text-align: center; }
.footer-grid a { justify-self: end; color: var(--gold-soft); font-weight: 700; }

.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 999; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #0c1830; box-shadow: 0 14px 35px rgba(0,0,0,.3); font-size: 1.4rem; transition: transform .2s ease; }
.floating-call:hover { transform: translateY(-3px) scale(1.03); }

.reveal { opacity: 1; transform: none; }
.reveal.visible { animation: revealIn .55s ease both; }
@keyframes revealIn {
  from { opacity: .72; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .main-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 14px; font-size: .84rem; }
  .js .menu-toggle { display: block; }
  .js .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; padding: 18px; background: #0a1930; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.3); display: grid; gap: 0; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .25s ease; }
  .js .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .main-nav a:last-child { border-bottom: 0; margin-top: 8px; text-align: center; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 90px 70px; }
  .hero-art { min-height: 310px; }
  .legal-emblem { width: 310px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-item { border-right: 0; border-bottom: 1px solid #e7ebf0; }
  .practice-item:last-child { border-bottom: 0; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card { min-height: 300px; }
  .area-icon { margin-bottom: 34px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .contact-band-inner { grid-template-columns: 1fr; padding-block: 60px; }
  .contact-cta { justify-items: start; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid a { justify-self: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 72px; }
  .brand-copy strong { font-size: .78rem; max-width: 205px; }
  .brand-copy small { font-size: .66rem; }
  .brand-mark { width: 40px; height: 40px; }
  .main-nav { top: 72px; left: 14px; right: 14px; }
  .hero-grid { padding-block: 68px 45px; gap: 32px; }
  .hero h1 { font-size: clamp(2.7rem, 15vw, 4.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-art { min-height: 265px; }
  .legal-emblem { width: 255px; }
  .scales { transform: scale(.78); }
  .emblem-label { font-size: .54rem; bottom: 16px; }
  .practice-strip { margin-top: -22px; }
  .practice-item { min-height: 94px; padding: 20px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 32px; }
  .area-card { padding: 27px; min-height: 280px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 150px; }
  .contact-band-inner { min-height: auto; gap: 28px; }
  .phone-display { font-size: 2rem; white-space: normal; }
  .location-card { padding: 28px 24px; min-height: 180px; align-items: flex-start; }
  .location-mark { width: 58px; height: 58px; font-size: 1.5rem; }
  .final-cta { padding: 78px 0; }
  .floating-call { width: 52px; height: 52px; right: 16px; bottom: 16px; }
}

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