:root {
  color-scheme: light;
  --ink: #121316;
  --muted: #606874;
  --paper: #f6f1ea;
  --panel: #fffdf8;
  --white: #ffffff;
  --line: #ded6ca;
  --wine: #e30027;
  --wine-dark: #9f001c;
  --copper: #be945f;
  --deep: #101114;
  --forest: #1d3f39;
  --shadow: 0 26px 70px rgba(18, 19, 22, .18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 13px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(18, 19, 22, .09);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 184px;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3.2vw, 34px);
  font-size: 14px;
  font-weight: 800;
}

.nav a,
.site-footer a {
  text-decoration: none;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--wine);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--wine);
}

.button.primary:hover {
  background: var(--wine-dark);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .08);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, .16);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(690px, 78svh);
  color: var(--white);
  overflow: hidden;
  background: var(--deep);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 18%, rgba(227, 0, 39, .20), transparent 28%),
    linear-gradient(90deg, rgba(16, 17, 20, .94) 0%, rgba(16, 17, 20, .72) 50%, rgba(16, 17, 20, .16) 100%),
    linear-gradient(0deg, rgba(16, 17, 20, .62), rgba(16, 17, 20, .08)),
    url("/assets/hero-premium.jpg") center right / cover no-repeat;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  min-height: min(690px, 78svh);
  padding: clamp(70px, 10vh, 118px) clamp(20px, 5vw, 72px) clamp(42px, 7vh, 66px);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
}

h1,
h2,
blockquote {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 700;
}

.lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(18px, 1.75vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-panel {
  align-self: center;
  padding: 30px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel span {
  display: block;
  margin-bottom: 12px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-bottom: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.15;
}

.hero-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .80);
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-band div {
  min-height: 142px;
  padding: 27px clamp(18px, 3vw, 38px);
  background: var(--panel);
}

.proof-band span {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 700;
}

.proof-band p {
  max-width: 320px;
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  padding: clamp(72px, 9vw, 116px) clamp(20px, 5vw, 72px);
  scroll-margin-top: 92px;
}

.section-kicker {
  display: grid;
  grid-template-columns: minmax(140px, .45fr) minmax(0, 1.55fr);
  gap: clamp(24px, 5vw, 70px);
  max-width: 1180px;
  margin: 0 auto 44px;
}

.section-kicker.narrow,
.section-kicker.contact-heading {
  display: block;
}

.section-kicker h2 {
  max-width: 860px;
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 700;
}

.profile {
  background:
    linear-gradient(180deg, var(--paper), #fbfaf7 74%),
    var(--paper);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(28px, 5vw, 68px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.profile-copy {
  color: #30343b;
  font-size: 18px;
}

.profile-copy p {
  margin-bottom: 22px;
}

.quote-panel {
  padding: clamp(28px, 4vw, 42px);
  color: var(--white);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(32, 60, 54, .98), rgba(18, 19, 22, .98)),
    var(--forest);
  box-shadow: var(--shadow);
}

.quote-panel blockquote {
  margin: 0 0 18px;
  font-size: clamp(27px, 3.4vw, 41px);
  line-height: 1.18;
}

.quote-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, .78);
}

.quote-panel img {
  width: 152px;
  margin-top: 24px;
  mix-blend-mode: screen;
  filter: contrast(1.18);
}

.practice {
  background: var(--deep);
  color: var(--white);
}

.practice .section-kicker h2 {
  color: var(--white);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.practice-grid article {
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
}

.practice-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
}

.practice-grid h3 {
  margin-bottom: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.practice-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .74);
}

.method {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(72px, 9vw, 108px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(159, 0, 28, .96), rgba(29, 63, 57, .96)),
    var(--wine-dark);
}

.method > * {
  max-width: 1180px;
}

.method h2 {
  margin-bottom: 0;
  font-size: clamp(31px, 4vw, 52px);
}

.method > p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 2vw, 22px);
}

.contact {
  background: #fbfaf7;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.contact-item {
  min-height: 140px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(18, 19, 22, .06);
}

.contact-item:hover {
  border-color: rgba(143, 31, 45, .46);
}

.contact-item span {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.contact-item strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 20px;
  line-height: 1.32;
}

.contact-item.address {
  grid-column: span 3;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 27px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, .72);
  background: #101114;
}

.site-footer p {
  margin-bottom: 0;
}

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

  .nav {
    justify-content: end;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-inner,
  .section-kicker,
  .profile-grid,
  .method,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

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

  .contact-item.address {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 70px;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 70px;
    padding: 9px 16px 10px;
  }

  .brand img {
    width: 138px;
  }

  .nav {
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    background:
      linear-gradient(0deg, rgba(9, 10, 12, .94) 0%, rgba(9, 10, 12, .70) 52%, rgba(9, 10, 12, .35) 100%),
      url("/assets/hero-premium.jpg") 58% center / cover no-repeat;
  }

  .hero-inner {
    min-height: auto;
    padding: 38px 18px 30px;
  }

  h1 {
    font-size: 34px;
  }

  .lead {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-panel {
    padding: 20px;
  }

  .hero-panel strong {
    font-size: 27px;
  }

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

  .section,
  .method {
    padding-inline: 18px;
    scroll-margin-top: 70px;
  }

  .quote-panel,
  .practice-grid article,
  .contact-item {
    padding: 22px;
  }

  .site-footer {
    flex-direction: column;
  }
}
