:root {
  --navy: #0b1d33;
  --blue: #183a5a;
  --gold: #b28a4a;
  --stone: #f4f2ed;
  --white: #ffffff;
  --slate: #5f6b78;
  --line: #d9dde1;
  --display: "Spectral", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
  --max: 1180px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: var(--body); line-height: 1.6; }
a { color: inherit; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #d7ae65; outline-offset: 4px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header {
  min-height: 92px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  background: var(--white);
}
.brand { width: max-content; display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid currentColor; font-family: var(--display); font-size: 1rem; }
.brand-name { display: grid; line-height: 1; }
.brand-name strong { font-family: var(--display); font-size: 1.28rem; font-weight: 600; }
.brand-name small { margin-top: 6px; font-size: .64rem; letter-spacing: .26em; }
.site-nav { display: flex; gap: 30px; align-items: center; }
.site-nav a, .header-phone { font-size: .78rem; font-weight: 600; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .header-phone:hover { color: var(--gold); }
.header-phone { justify-self: end; padding-bottom: 3px; border-bottom: 1px solid currentColor; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 56%; }
.hero-shade { background: linear-gradient(90deg, rgb(7 24 43 / .9) 0%, rgb(7 24 43 / .72) 42%, rgb(7 24 43 / .14) 74%, transparent 100%); }
.hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 84px 0; }
.hero-inner > * { max-width: 650px; }
.eyebrow { margin: 0 0 16px; color: #76561f; font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow, .attorney .eyebrow, .legal-hero .eyebrow { color: var(--gold); }
h1, h2, h3 { margin-top: 0; font-family: var(--display); font-weight: 500; line-height: 1.08; }
h1 { margin-bottom: 22px; font-size: clamp(3.2rem, 5.5vw, 5.2rem); letter-spacing: -.035em; }
h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 4vw, 3.8rem); letter-spacing: -.025em; }
h3 { margin-bottom: 13px; font-size: 1.65rem; }
.hero-inner > p:not(.eyebrow) { margin: 0 0 30px; max-width: 570px; font-size: 1.1rem; color: #eef2f5; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 12px 22px; text-decoration: none; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.button-light { color: var(--navy); background: var(--white); border: 1px solid var(--white); }
.button-light:hover { color: var(--white); background: transparent; }

.section { padding: 94px max(28px, calc((100vw - var(--max)) / 2 + 28px)); }
.experience { padding-top: 0; padding-bottom: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: var(--stone); }
.experience-image { margin: 0 0 0 min(-28px, calc((var(--max) - 100vw) / 2 - 28px)); min-height: 530px; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-copy { padding: 90px 70px; align-self: center; }
.experience-copy p:not(.eyebrow) { max-width: 520px; color: var(--slate); font-size: 1.04rem; }

.practice { background: var(--white); }
.section-heading { margin-bottom: 42px; text-align: center; }
.section-heading h2 { margin-bottom: 0; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.practice-card { min-height: 245px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.practice-card::before { content: ""; display: block; width: 38px; height: 2px; margin-bottom: 30px; background: var(--gold); }
.practice-card h3 a { text-decoration: none; }
.practice-card h3 a:hover { color: var(--gold); }
.practice-card p { margin: 0 0 22px; color: var(--slate); }
.card-link { color: #284f70; font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 4px; }

.attorney { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 86px; color: var(--white); background: var(--navy); }
.attorney-copy p:not(.eyebrow) { max-width: 610px; color: #cbd4de; }
.credentials { margin: 36px 0 0; }
.credentials div { padding: 17px 0; display: grid; grid-template-columns: 130px 1fr; gap: 28px; border-top: 1px solid #405066; }
.credentials dt { color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.credentials dd { margin: 0; color: #edf1f5; }
.profile-link { margin-top: 26px; font-size: .78rem; }
.profile-link a { color: #eef2f5; text-underline-offset: 4px; }
.profile-link a:hover { color: var(--gold); }
.attorney-image { margin: -42px 0; align-self: stretch; min-height: 610px; background: #d7d8d7; }
.attorney-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; filter: saturate(.82); }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; background: var(--stone); }
.contact-details > p:not(.eyebrow) { color: var(--slate); }
.contact-details address { margin-top: 36px; display: grid; gap: 10px; font-style: normal; }
.contact-details address a { width: max-content; }
.contact-details address span { display: grid; }
.address-label { color: var(--slate); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.intake-form { display: grid; gap: 17px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.intake-form label { display: grid; gap: 7px; color: #26364a; font-size: .73rem; font-weight: 600; letter-spacing: .04em; }
.intake-form input, .intake-form select, .intake-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #b6bdc4; border-radius: 0; color: var(--navy); background: var(--white); }
.check-field { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 400 !important; letter-spacing: 0 !important; }
.check-field input { width: 18px; height: 18px; margin-top: 2px; }
.field-hint { color: var(--slate); font-size: .68rem; font-weight: 400; letter-spacing: 0; }
.form-warning { padding: 15px 17px; color: #394655; background: #fffaf1; border-left: 3px solid var(--gold); font-size: .8rem; }
.form-warning strong { display: block; color: var(--navy); }
.form-notice { margin: -8px 0 0; color: var(--slate); font-size: .75rem; }
.intake-form button { width: max-content; min-height: 48px; padding: 11px 21px; color: var(--white); background: var(--navy); border: 1px solid var(--navy); cursor: pointer; font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.intake-form button:hover { color: var(--navy); background: transparent; }
.form-status { min-height: 1.4em; margin: 0; color: var(--slate); font-size: .8rem; }
.form-status[data-state="error"] { color: #8c2e24; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 48px max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: grid; grid-template-columns: 1fr auto; gap: 30px; color: #dce3ea; background: #071627; border-top: 1px solid #2f4054; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand p { margin: 0; }
.footer-links { max-width: 720px; display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: 10px 24px; font-size: .78rem; }
.footer-links a, .legal a { text-underline-offset: 3px; }
.footer-links a:hover, .legal a:hover { color: var(--white); }
.legal { grid-column: 1 / -1; max-width: 980px; margin: 0; color: #aeb8c3; font-size: .72rem; }
.legal strong { color: #dce3ea; }

.legal-hero { padding: 76px max(28px, calc((100vw - var(--max)) / 2 + 28px)); color: var(--white); background: var(--navy); }
.legal-hero h1 { max-width: 850px; margin-bottom: 14px; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.legal-hero p:last-child { max-width: 700px; margin: 0; color: #cbd4de; }
.legal-page { padding: 76px max(28px, calc((100vw - var(--max)) / 2 + 28px)) 96px; }
.legal-content { max-width: 820px; }
.legal-content h2 { margin: 52px 0 16px; padding-top: 34px; border-top: 1px solid var(--line); font-size: clamp(1.8rem, 3vw, 2.55rem); }
.legal-content h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-content h3 { margin: 30px 0 10px; font-size: 1.35rem; }
.legal-content p, .legal-content li { color: #425163; }
.legal-content ul { padding-left: 1.3rem; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: #214f76; text-underline-offset: 3px; }
.legal-content .effective-date { color: var(--slate); font-size: .84rem; }
.legal-callout { margin: 32px 0; padding: 22px 24px; border-left: 3px solid var(--gold); background: var(--stone); }
.legal-callout p { margin: 0; }
.service-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.legal-content .button-primary { color: var(--white); background: var(--navy); border: 1px solid var(--navy); }
.legal-content .button-primary:hover { color: var(--navy); background: transparent; }
.legal-content .button-secondary { color: var(--navy); border: 1px solid var(--line); }
.legal-content .button-secondary:hover { border-color: var(--navy); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { min-height: 610px; }
  .hero-shade { background: linear-gradient(90deg, rgb(7 24 43 / .9), rgb(7 24 43 / .45)); }
  .experience, .attorney, .contact { grid-template-columns: 1fr; }
  .experience-image { margin: 0 -28px; min-height: 390px; }
  .experience-copy { padding: 68px 0; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 0; }
  .attorney { gap: 52px; }
  .attorney-image { margin: 0; min-height: 520px; order: -1; }
  .contact { gap: 52px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 78px; padding: 14px 20px; }
  .brand-name { display: none; }
  .header-phone { font-size: .7rem; }
  .hero { min-height: 560px; }
  .hero-image { object-position: 61% center; }
  .hero-inner { width: calc(100% - 40px); padding: 62px 0; }
  h1 { font-size: clamp(2.7rem, 13vw, 3.5rem); }
  h2 { font-size: 2.45rem; }
  .section { padding: 72px 20px; }
  .experience { padding-top: 0; padding-bottom: 0; }
  .experience-image { margin: 0 -20px; min-height: 300px; }
  .experience-copy { padding: 58px 0; }
  .practice-card { padding: 28px; }
  .attorney-image { min-height: 420px; }
  .credentials div { grid-template-columns: 1fr; gap: 5px; }
  .field-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-links, .legal { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
