:root {
  --navy: #061a2e;
  --navy-2: #0c2d43;
  --ink: #121821;
  --muted: #667078;
  --gold: #b7893d;
  --gold-2: #d6b36a;
  --paper: #fffdf7;
  --warm: #f4efe5;
  --sage: #304f4b;
  --line: rgba(18, 24, 33, 0.14);
  --shadow: 0 22px 50px rgba(6, 26, 46, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

body.nav-open,
body.disclaimer-locked {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.5rem, 4.1vw, 4.35rem);
  text-wrap: balance;
}

h2 {
  color: var(--navy);
  font-size: clamp(2.05rem, 3.8vw, 3.8rem);
  text-wrap: balance;
}

h3 {
  color: var(--navy);
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.disclaimer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: auto;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(6, 26, 46, 0.9), rgba(6, 26, 46, 0.75)),
    url("assets/hero-architecture-clean.jpg") right center / auto 100% no-repeat,
    var(--navy);
}

.disclaimer.is-hidden {
  display: none;
}

.disclaimer__panel {
  width: min(780px, 100%);
  padding: clamp(28px, 5vw, 48px);
  background: var(--paper);
  border: 1px solid rgba(214, 179, 106, 0.44);
  border-radius: 8px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

.disclaimer__logo {
  width: min(360px, 82%);
  margin: 0 auto 24px;
  object-fit: contain;
}

.disclaimer__panel > .eyebrow {
  margin-bottom: 0;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  letter-spacing: 0.22em;
  text-align: center;
}

.disclaimer__copy {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  color: #333d47;
}

.disclaimer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(20px, 4vw, 56px);
  color: var(--navy);
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid rgba(183, 137, 61, 0.28);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__mark {
  width: 52px;
  height: 42px;
  object-fit: contain;
}

.brand__name,
.brand__sub {
  display: block;
  white-space: nowrap;
}

.brand__name {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.brand__sub {
  margin-top: -3px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border: 1px solid rgba(6, 26, 46, 0.2);
  border-radius: 6px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(690px, 78svh);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 28%, rgba(214, 179, 106, 0.14), transparent 30%),
    linear-gradient(105deg, rgba(6, 26, 46, 0.99) 0%, rgba(6, 26, 46, 0.96) 57%, rgba(6, 26, 46, 0.82) 100%),
    var(--navy);
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 26, 46, 0) 0%, rgba(6, 26, 46, 0.22) 52%, rgba(6, 26, 46, 0.78) 100%),
    url("assets/hero-legal-backdrop.svg") right center / min(62vw, 820px) 100% no-repeat;
  opacity: 0.72;
}

.hero__media::before {
  position: absolute;
  top: 50%;
  right: clamp(34px, 8vw, 128px);
  width: min(31vw, 390px);
  aspect-ratio: 1.2;
  content: "";
  background: url("assets/logo-mark-transparent.png") center / contain no-repeat;
  filter: saturate(0.75) contrast(0.9);
  opacity: 0.16;
  transform: translateY(-47%);
}

.hero__media::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(60vw, 820px);
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 56% 48%, rgba(214, 179, 106, 0.16), transparent 30%),
    linear-gradient(90deg, rgba(6, 26, 46, 0), rgba(6, 26, 46, 0.42));
}

.hero::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: calc(100% - 60px);
  pointer-events: none;
  content: "";
  border: 1px solid rgba(214, 179, 106, 0.38);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(62px, 7vw, 96px) 0 clamp(52px, 6vw, 76px);
}

.hero__main {
  min-width: 0;
  max-width: 800px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.45rem, 3.55vw, 3.85rem);
  line-height: 1;
  white-space: nowrap;
}

.hero__subtitle {
  margin-top: 14px;
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.7vw, 1.52rem);
  font-weight: 700;
  line-height: 1.2;
}

.hero__tagline {
  max-width: 650px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.8vw, 1.55rem);
  line-height: 1.22;
  text-wrap: balance;
}

.hero__copy {
  max-width: 640px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  font-weight: 750;
  line-height: 1.15;
  border-radius: 6px;
}

.button--gold {
  color: var(--navy);
  background: var(--gold-2);
  border: 1px solid transparent;
}

.button--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.button--quiet {
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(6, 26, 46, 0.18);
}

.section {
  padding: clamp(72px, 9vw, 126px) 0;
}

.section__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section__inner--split {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.overview__copy {
  display: grid;
  gap: 18px;
  color: #323b45;
  font-size: 1.06rem;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: clamp(44px, 7vw, 86px);
  overflow: hidden;
  border: 1px solid rgba(183, 137, 61, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 238, 0.98));
  box-shadow: var(--shadow);
}

.feature-strip div {
  min-height: 154px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.feature-strip div:last-child {
  border-right: 0;
}

.feature-strip span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.feature-strip strong {
  display: block;
  color: var(--navy);
  line-height: 1.3;
}

.section--warm {
  background:
    linear-gradient(90deg, rgba(48, 79, 75, 0.09), transparent 42%),
    linear-gradient(180deg, var(--warm), #fbf8f1);
  border-block: 1px solid rgba(183, 137, 61, 0.18);
}

.clients h2 {
  max-width: 850px;
}

.client-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.client-list span {
  padding: 10px 15px;
  color: var(--navy);
  font-weight: 760;
  background: #fff;
  border: 1px solid rgba(183, 137, 61, 0.35);
  border-radius: 999px;
}

.section__intro {
  max-width: 880px;
}

.practice {
  background:
    linear-gradient(180deg, #fffdf7 0%, #fbf7ee 100%);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.practice-card {
  position: relative;
  min-height: 286px;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 241, 0.98));
  border: 1px solid rgba(6, 26, 46, 0.11);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(6, 26, 46, 0.06);
}

.practice-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--gold), rgba(214, 179, 106, 0.28));
}

.practice-card::after {
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(183, 137, 61, 0.18);
  transform: rotate(45deg);
}

.practice-card__number {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
}

.practice-card h3 {
  min-height: 70px;
  font-size: 1.56rem;
}

.practice-card p {
  margin-top: 18px;
  color: #3c4550;
}

.section--deep {
  color: #fff;
  background:
    radial-gradient(circle at 88% 4%, rgba(214, 179, 106, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(6, 26, 46, 0.99), rgba(9, 42, 60, 0.94)),
    var(--navy);
}

.section--deep h2 {
  color: #fff;
}

.section--deep .eyebrow {
  color: var(--gold-2);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.partner-card {
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(214, 179, 106, 0.42);
  border-radius: 8px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.14);
}

.partner-card__heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.partner-card__heading > div {
  min-width: 0;
}

.partner-card__initials {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-top: 2px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.36rem;
  font-weight: 700;
  background: #f7f2e8;
  border: 1px solid rgba(183, 137, 61, 0.42);
  border-radius: 999px;
}

.partner-card__body {
  padding: clamp(26px, 3vw, 36px);
}

.partner-card__role {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-card h3 {
  margin-top: 8px;
  color: var(--navy);
  font-size: clamp(2.15rem, 3.15vw, 3.05rem);
  white-space: nowrap;
}

.partner-card__focus {
  margin-top: 8px;
  color: var(--sage);
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
}

.partner-card__body > p:not(.partner-card__role):not(.partner-card__focus) {
  margin-top: 20px;
  color: #3f4852;
}

.partner-card__prior {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 18px;
  background: #f7f2e8;
  border: 1px solid rgba(183, 137, 61, 0.24);
  border-radius: 8px;
}

.partner-card__prior span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.partner-card__prior p {
  color: #33404b;
  font-size: 0.98rem;
}

.partner-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.partner-card li {
  position: relative;
  padding-left: 18px;
  color: #303943;
}

.partner-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--gold);
  transform: rotate(45deg);
}

.contact {
  padding: clamp(60px, 7vw, 96px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 26, 46, 0.97), rgba(9, 42, 60, 0.95)),
    var(--navy);
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.contact-intro h2 {
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 4.25rem);
}

.contact-intro p {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.06rem;
}

.contact-card {
  padding: clamp(24px, 4vw, 38px);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(214, 179, 106, 0.52);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-address {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  color: var(--navy);
  font-style: normal;
}

.contact-address__row {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: center;
}

.contact-address__logo {
  width: 68px;
  height: 56px;
  object-fit: contain;
}

.contact-address__text {
  display: grid;
  gap: 3px;
}

.contact-address strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.15;
}

.contact-divider {
  height: 1px;
  margin: 26px 0;
  background: rgba(183, 137, 61, 0.34);
}

.contact-label {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-link {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  justify-content: stretch;
  min-height: 108px;
  padding: 18px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(183, 137, 61, 0.4);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(6, 26, 46, 0.06);
}

.contact-link strong {
  display: block;
  overflow-wrap: anywhere;
}

.contact-link--email-group,
.contact-link--phone-group,
.contact-link--social {
  align-content: start;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--navy);
  background: #f7f2e8;
  border: 1px solid rgba(183, 137, 61, 0.36);
  border-radius: 999px;
}

.contact-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.contact-icon--linkedin svg {
  fill: currentColor;
  stroke: none;
}

.contact-link--social .contact-icon {
  color: #fff;
  background: var(--sage);
  border-color: transparent;
}

.contact-email-list,
.contact-phone-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.contact-email-list a,
.contact-phone-list a {
  color: var(--navy);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-phone-list a {
  white-space: nowrap;
}

.contact-email-list a:hover,
.contact-email-list a:focus-visible,
.contact-phone-list a:hover,
.contact-phone-list a:focus-visible,
.contact-link--social:hover strong,
.contact-link--social:focus-visible strong {
  color: var(--gold);
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: #071522;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 40px));
  min-height: 112px;
  margin: 0 auto;
  padding: 22px 0;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 800;
}

.site-footer p {
  max-width: 650px;
  text-align: right;
  font-size: 0.88rem;
}

@media (max-width: 1080px) {
  .practice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-strip div {
    border-bottom: 1px solid var(--line);
  }

  .feature-strip div:nth-child(2n) {
    border-right: 0;
  }

  .feature-strip div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 74px;
  }

  .brand__sub {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 74px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 20px 26px;
    background: rgba(255, 253, 247, 0.98);
    border-bottom: 1px solid rgba(183, 137, 61, 0.26);
    box-shadow: 0 22px 36px rgba(6, 26, 46, 0.16);
    transform: translateY(-125%);
    transition: transform 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(6, 26, 46, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero__media {
    background-size: auto, min(118vw, 760px) 100%;
    background-position: center, 62% center;
    opacity: 0.42;
  }

  .hero__media::before {
    right: -18px;
    width: min(58vw, 300px);
    opacity: 0.1;
    transform: translateY(-30%);
  }

  .hero__media::after {
    width: 100%;
    background:
      radial-gradient(circle at 72% 38%, rgba(214, 179, 106, 0.12), transparent 34%),
      linear-gradient(90deg, rgba(6, 26, 46, 0.06), rgba(6, 26, 46, 0.62));
  }

  .hero__content {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero::after {
    display: none;
  }

  .section__inner--split {
    grid-template-columns: 1fr;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .contact-link {
    min-height: 86px;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .brand__name {
    white-space: normal;
    font-size: 1rem;
    line-height: 1.1;
  }

  .brand__mark {
    width: 46px;
    height: 38px;
  }

  .hero {
    min-height: 690px;
  }

  .hero__content {
    width: min(100% - 48px, 1120px);
    padding-top: 58px;
  }

  .hero h1 {
    font-size: 1.62rem;
  }

  .hero__actions,
  .button,
  .contact-link {
    width: 100%;
  }

  .contact-card {
    padding: 22px;
  }

  .disclaimer__actions .button {
    width: 100%;
  }

  .practice-grid,
  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip div,
  .feature-strip div:nth-child(2n),
  .feature-strip div:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-strip div:last-child {
    border-bottom: 0;
  }

  .practice-card {
    min-height: auto;
  }

  .practice-card h3 {
    min-height: 0;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 1.34rem;
  }

  .contact-address__row {
    grid-template-columns: 56px 1fr;
    gap: 12px;
  }

  .contact-address__logo {
    width: 56px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
