:root {
  --navy: #061b38;
  --navy-soft: #0b2a52;
  --gold: #b88e37;
  --gold-bright: #d2ae5f;
  --ink: #101827;
  --muted: #667085;
  --paper: #f8f6f1;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
}

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

p {
  line-height: 1.7;
}

.site-header {
  align-items: center;
  background: rgba(248, 246, 241, 0.95);
  border-bottom: 1px solid rgba(6, 27, 56, 0.1);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  left: 0;
  padding: 18px clamp(20px, 5vw, 72px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

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

.brand-logo {
  background: var(--white);
  border: 1px solid rgba(184, 142, 55, 0.42);
  display: block;
  flex: 0 0 54px;
  height: 54px;
  object-fit: contain;
  padding: 5px;
  width: 54px;
}

.brand strong,
footer strong {
  color: var(--navy);
  display: block;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.brand small {
  color: var(--gold);
  display: block;
  font-size: 0.74rem;
  margin-top: 3px;
  text-transform: uppercase;
}

.brand-location {
  color: var(--navy);
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0;
}

nav {
  display: flex;
  gap: 22px;
}

nav a,
.header-call {
  color: var(--navy);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.header-call {
  border: 1px solid var(--gold);
  padding: 11px 16px;
}

.hero {
  background:
    linear-gradient(135deg, rgba(6, 27, 56, 0.97), rgba(11, 42, 82, 0.92)),
    var(--navy);
  color: var(--white);
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  min-height: 72vh;
  padding: clamp(72px, 10vw, 128px) clamp(20px, 5vw, 72px);
  position: relative;
}

.hero-content,
.hero-profile {
  align-self: center;
  position: relative;
}

.eyebrow {
  color: var(--gold-bright);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: inherit;
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.75rem);
  max-width: 820px;
}

h2 {
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 4rem);
}

h3 {
  color: var(--navy);
  font-size: 1.35rem;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 650px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  border: 1px solid var(--gold);
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  justify-content: center;
  min-width: 190px;
  padding: 14px 18px;
}

.button.primary {
  background: var(--gold);
  color: var(--navy);
}

.button.secondary {
  color: var(--white);
}

.hero-profile {
  align-self: stretch;
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  min-height: 620px;
}

.hero-profile img {
  border: 1px solid rgba(184, 142, 55, 0.46);
  display: block;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.quote-panel {
  background: rgba(6, 27, 56, 0.94);
  border-left: 1px solid var(--gold);
  border-right: 1px solid rgba(184, 142, 55, 0.46);
  border-bottom: 1px solid rgba(184, 142, 55, 0.46);
  padding: clamp(22px, 3vw, 34px);
}

.quote-panel p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.4rem, 3vw, 2.3rem);
  line-height: 1.25;
  margin: 0 0 24px;
}

.quote-panel span,
.quote-panel small {
  display: block;
}

.quote-panel span {
  color: var(--gold-bright);
  font-size: 1.15rem;
}

.quote-panel small {
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, sans-serif;
  margin-top: 6px;
}

.section {
  padding: clamp(70px, 8vw, 120px) clamp(20px, 5vw, 72px);
}

.split {
  display: grid;
  gap: clamp(32px, 6vw, 88px);
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
}

.section-copy {
  color: #344054;
  font-family: Arial, sans-serif;
  font-size: 1.06rem;
}

.text-link,
.practice-item a,
footer a {
  color: var(--navy);
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: 700;
  margin-top: 12px;
}

.text-link,
.practice-item a {
  border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
}

.principles {
  background: var(--white);
  border-bottom: 1px solid rgba(6, 27, 56, 0.08);
  border-top: 1px solid rgba(6, 27, 56, 0.08);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.principles article {
  background: var(--white);
  padding: clamp(28px, 4vw, 56px);
}

.principles span {
  color: var(--gold);
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
}

.principles p,
.practice-item p {
  color: var(--muted);
  font-family: Arial, sans-serif;
}

.practice {
  background: var(--navy);
}

.section-heading {
  max-width: 760px;
}

.practice h2,
.practice .section-heading p {
  color: var(--white);
}

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

.practice-item {
  background: #fdfbf7;
  min-height: 245px;
  padding: 28px;
}

.featured-practice {
  padding-top: 0;
}

.featured-practice img {
  display: block;
  height: 185px;
  margin: 0 -28px 26px;
  object-fit: cover;
  object-position: center 18%;
  width: calc(100% + 56px);
}

.practice-item h3 {
  min-height: 58px;
}

.contact {
  background: var(--white);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
}

.contact-intro p {
  color: #344054;
  font-family: Arial, sans-serif;
}

.contact-details {
  border-top: 2px solid var(--gold);
  display: grid;
}

.contact-details a,
.contact-details address {
  border-bottom: 1px solid rgba(6, 27, 56, 0.12);
  color: var(--navy);
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  padding: 20px 0;
}

.contact-details span {
  color: var(--gold);
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contact-actions,
.email-status,
.notice {
  grid-column: 2;
}

.contact .button.secondary {
  color: var(--navy);
}

.email-status {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.94rem;
  margin: -18px 0 0;
}

.notice {
  background: var(--paper);
  border-left: 4px solid var(--gold);
  color: #475467;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 18px 20px;
}

footer {
  align-items: center;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-family: Arial, sans-serif;
  gap: 24px;
  justify-content: space-between;
  padding: 32px clamp(20px, 5vw, 72px);
}

footer strong,
footer a {
  color: var(--gold-bright);
}

footer p {
  margin: 8px 0 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  nav {
    flex-wrap: wrap;
  }

  .header-call {
    justify-self: start;
  }

  .hero,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-profile {
    grid-template-rows: minmax(520px, 64vh) auto;
    min-height: 0;
  }

  .contact-actions,
  .email-status,
  .notice {
    grid-column: auto;
  }

  .practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 18px;
    position: static;
  }

  .brand {
    align-items: flex-start;
  }

  .brand-logo {
    flex-basis: 46px;
    height: 46px;
    width: 46px;
  }

  nav {
    gap: 14px;
  }

  .hero {
    min-height: auto;
    padding: 64px 20px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-profile {
    grid-template-rows: minmax(420px, 58vh) auto;
  }

  .quote-panel {
    border-left: 1px solid var(--gold);
    padding: 22px;
  }

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

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

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

  .button {
    width: 100%;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
