:root {
  --navy: #0b1324;
  --navy-2: #111c31;
  --navy-3: #172640;
  --ink: #172033;
  --muted: #657086;
  --paper: #f6f3ec;
  --white: #ffffff;
  --gold: #c9a35a;
  --gold-light: #ebd5a5;
  --line: rgba(18, 31, 51, .14);
  --max: 1180px;
  --radius: 26px;
  --shadow: 0 24px 65px rgba(10, 20, 38, .11);
}

* { 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;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: var(--navy); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 14px; background: white; color: #111; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(11, 19, 36, .88); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; z-index: 3; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(201,163,90,.55); border-radius: 50%; color: var(--gold-light); }
.brand-mark svg { width: 24px; height: 24px; }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.58); }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.8); font-size: 14px; }
.main-nav a { position: relative; transition: color .2s ease; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover { color: white; }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(201,163,90,.7); border-radius: 999px; color: var(--gold-light)!important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: transparent; z-index: 3; }
.menu-toggle span { display: block; width: 18px; height: 1px; background: white; margin: 5px auto; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; padding: 140px 0 90px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,163,90,.5), transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; }
.hero-copy { max-width: 660px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--gold-light); }
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: #8a6a31; }
.hero h1, .section-heading h2, .services-intro h2, .coverage-card h2, .contact-inner h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
.hero h1 { margin: 0; max-width: 800px; font-size: clamp(52px, 6vw, 92px); line-height: .98; }
.hero h1 em { color: var(--gold-light); font-style: italic; font-weight: 400; }
.hero-location { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: clamp(16px, 2vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; }
.btn-primary { background: var(--gold); color: #121928; }
.btn-primary:hover { background: var(--gold-light); }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.btn-ghost:hover { border-color: rgba(255,255,255,.3); }
.hero-tags { display: flex; gap: 8px; margin-top: 48px; }
.hero-tags span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.hero-visual { min-width: 0; }
.justice-card { position: relative; aspect-ratio: 1 / 1; max-width: 520px; margin-left: auto; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; display: grid; place-items: center; }
.justice-card::before, .justice-card::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(201,163,90,.12); }
.justice-card::before { inset: 7%; }
.justice-card::after { inset: 16%; border-style: dashed; }
.justice-glow { position: absolute; inset: 22%; border-radius: 50%; background: rgba(201,163,90,.14); filter: blur(42px); }
.justice-scale { position: relative; z-index: 1; width: 82%; height: 82%; filter: drop-shadow(0 18px 32px rgba(0,0,0,.28)); }
.visual-caption { position: absolute; right: -14px; bottom: 13%; padding: 11px 16px; color: var(--gold-light); background: rgba(11,19,36,.82); border: 1px solid rgba(201,163,90,.38); border-radius: 999px; backdrop-filter: blur(10px); text-transform: uppercase; font-size: 10px; letter-spacing: .18em; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 560px; height: 560px; right: -230px; top: -220px; background: radial-gradient(circle, rgba(42,70,108,.28), transparent 70%); }
.hero-orb-two { width: 500px; height: 500px; left: -300px; bottom: -280px; background: radial-gradient(circle, rgba(201,163,90,.12), transparent 70%); }
.legal-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to right, black, transparent 70%); }

.section-heading { max-width: 620px; margin-bottom: 52px; }
.section-heading h2, .services-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; }
.section-heading.light h2 { color: white; }
.practice { background: var(--paper); }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.practice-card { position: relative; min-height: 340px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.practice-card:hover { transform: translateY(-7px); background: white; box-shadow: var(--shadow); }
.practice-card::after { content: ""; position: absolute; inset: auto -40px -75px auto; width: 180px; height: 180px; border-radius: 50%; border: 1px solid rgba(201,163,90,.22); }
.card-index { position: absolute; top: 25px; right: 28px; font-family: Georgia, serif; color: rgba(23,32,51,.22); font-size: 18px; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(201,163,90,.5); border-radius: 16px; color: #8a6a31; background: rgba(201,163,90,.08); }
.icon-box svg { width: 28px; height: 28px; }
.practice-card h3 { margin: 64px 0 19px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.mini-list { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-list span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; }

.services { background: white; }
.services-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.services-intro { position: sticky; top: 125px; align-self: start; }
.services-intro p:not(.eyebrow) { color: var(--muted); }
.text-link { margin-top: 30px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: #8a6a31; }
.services-list { border-top: 1px solid var(--line); }
.service-row { min-height: 104px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-row:hover { padding-inline: 16px; background: #faf8f3; }
.service-number { font-size: 11px; color: #9c7c42; letter-spacing: .12em; }
.service-row h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(22px, 3vw, 31px); font-weight: 400; }
.service-arrow { color: var(--gold); font-size: 24px; transition: transform .25s ease; }
.service-row:hover .service-arrow { transform: translateX(5px); }

.credentials { position: relative; overflow: hidden; }
.credentials::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; border: 1px solid rgba(201,163,90,.12); right: -250px; top: -230px; }
.credentials-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 18px; bottom: 18px; width: 1px; background: linear-gradient(var(--gold), rgba(201,163,90,.18)); }
.timeline-item { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 28px; padding: 7px 0 62px; }
.timeline-item:last-child { padding-bottom: 7px; }
.timeline-dot { width: 17px; height: 17px; border-radius: 50%; border: 1px solid var(--gold); background: var(--navy); box-shadow: 0 0 0 6px rgba(201,163,90,.08); }
.timeline-label { margin: 0 0 8px; color: rgba(255,255,255,.54); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.timeline-item h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 40px); font-weight: 400; color: var(--gold-light); }

.coverage { background: var(--paper); }
.coverage-card { position: relative; min-height: 330px; padding: 62px; display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 34px; border-radius: 32px; color: white; background: linear-gradient(125deg, #13233b, #0b1324); overflow: hidden; box-shadow: var(--shadow); }
.coverage-symbol { width: 86px; height: 86px; display: grid; place-items: center; border: 1px solid rgba(201,163,90,.42); border-radius: 50%; color: var(--gold-light); }
.coverage-symbol svg { width: 40px; height: 40px; }
.coverage-card h2 { margin: 0; max-width: 700px; font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.coverage-card p:not(.eyebrow) { margin: 15px 0 0; color: rgba(255,255,255,.62); font-size: 17px; }
.coverage-lines { position: absolute; right: -25px; top: 50%; transform: translateY(-50%); width: 300px; height: 300px; }
.coverage-lines span { position: absolute; inset: 0; border: 1px solid rgba(201,163,90,.11); border-radius: 50%; }
.coverage-lines span:nth-child(2) { inset: 42px; }
.coverage-lines span:nth-child(3) { inset: 84px; }

.contact { padding: 120px 0 105px; text-align: center; }
.contact-inner { max-width: 880px; }
.contact-inner .eyebrow { justify-content: center; }
.contact-inner h2 { margin: 0 auto; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; }
.contact-inner > p:not(.eyebrow) { color: rgba(255,255,255,.6); margin: 24px 0 0; }
.contact-number { width: min(100%, 680px); margin: 48px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 18px 18px 28px; border: 1px solid rgba(201,163,90,.35); border-radius: 999px; color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(25px, 4vw, 42px); transition: background .25s ease, border-color .25s ease; }
.contact-number:hover { background: rgba(201,163,90,.08); border-color: var(--gold); }
.contact-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-family: system-ui, sans-serif; font-size: 24px; }
.site-footer { background: #070d18; color: rgba(255,255,255,.52); border-top: 1px solid rgba(255,255,255,.06); }
.footer-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.footer-inner a { color: var(--gold-light); }

.floating-call { position: fixed; z-index: 80; right: 20px; bottom: 20px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); box-shadow: 0 15px 36px rgba(0,0,0,.24); transition: transform .2s ease; }
.floating-call:hover { transform: translateY(-4px) scale(1.03); }
.floating-call svg { width: 23px; height: 23px; }

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

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { display: none; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 260px; }
  .practice-card h3 { margin-top: 45px; }
  .services-layout, .credentials-grid { grid-template-columns: 1fr; gap: 54px; }
  .services-intro { position: static; }
  .section-heading { margin-bottom: 20px; }
  .coverage-lines { opacity: .6; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 72px; }
  .brand-copy small { display: none; }
  .menu-toggle { display: block; color: white; }
  .main-nav { position: fixed; inset: 0; padding: 120px 28px 40px; background: rgba(11,19,36,.98); display: flex; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); transition: transform .32s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 17px 4px; font-family: Georgia, serif; font-size: 28px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 20px; text-align: center; border-radius: 999px; font-family: system-ui, sans-serif!important; font-size: 14px!important; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding: 120px 0 72px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-location { margin-top: 23px; }
  .hero-actions { margin-top: 30px; }
  .btn { width: 100%; }
  .hero-tags { margin-top: 32px; flex-wrap: wrap; }
  .practice-card { padding: 28px; }
  .service-row { min-height: 92px; grid-template-columns: 34px 1fr auto; gap: 13px; }
  .service-row:hover { padding-inline: 0; background: transparent; }
  .credentials-grid { gap: 36px; }
  .timeline-item { gap: 20px; padding-bottom: 45px; }
  .coverage-card { min-height: 390px; padding: 38px 28px; grid-template-columns: 1fr; align-content: center; gap: 24px; }
  .coverage-symbol { width: 70px; height: 70px; }
  .coverage-lines { right: -130px; top: 60%; }
  .contact { padding: 92px 0 82px; }
  .contact-number { padding: 12px 12px 12px 22px; }
  .contact-icon { width: 48px; height: 48px; flex: 0 0 48px; }
  .footer-inner { padding: 25px 0; min-height: 0; flex-direction: column; text-align: center; gap: 6px; }
  .footer-inner p { margin: 0; }
}

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