:root {
  color-scheme: light;
  --ivory: #fbfaf7;
  --paper: #ffffff;
  --ink: #191717;
  --muted: #6f6b68;
  --line: #d9d3ca;
  --burgundy: #7a0e19;
  --burgundy-deep: #530810;
  --brass: #aa6b12;
  --green: #4c643f;
  --content: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body,
a,
button {
  -webkit-font-smoothing: antialiased;
}

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

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

.content-width {
  width: min(calc(100% - 72px), var(--content));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(36px, calc((100% - var(--content)) / 2));
  border-bottom: 1px solid rgba(122, 14, 25, 0.15);
  background: rgba(251, 250, 247, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 26px;
  color: var(--burgundy);
}

.brand-name,
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
}

.monogram {
  width: 58px;
  height: 60px;
  flex: 0 0 58px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 15px;
}

.site-nav a {
  padding-block: 10px;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--burgundy);
  border-bottom-color: currentColor;
}

.hero {
  position: relative;
  display: flex;
  height: 86svh;
  min-height: 620px;
  max-height: 820px;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ivory);
}

.hero picture,
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
}

.hero-copy > * {
  max-width: 590px;
}

.status,
.eyebrow {
  margin: 0 0 18px;
  color: var(--burgundy);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.status {
  display: flex;
  align-items: center;
  gap: 9px;
}

.status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

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

h1 {
  margin-bottom: 4px;
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 0.98;
}

.hero-claim {
  margin-bottom: 17px;
  font-size: 30px;
  font-weight: 650;
  line-height: 1.18;
}

.hero-lead {
  margin-bottom: 28px;
  color: #4f4a47;
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.primary-action,
.light-action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 21px;
  border: 1px solid var(--burgundy);
  border-radius: 4px;
  background: var(--burgundy);
  color: #fff;
  font-size: 16px;
  font-weight: 650;
}

.primary-action:hover,
.primary-action:focus-visible {
  border-color: var(--burgundy-deep);
  background: var(--burgundy-deep);
}

.text-action {
  padding-block: 12px;
  border-bottom: 1px solid var(--brass);
  color: var(--burgundy);
  font-size: 15px;
  font-weight: 650;
}

.section-pad {
  padding: 100px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  gap: 50px;
  align-items: start;
  padding-bottom: 56px;
}

.section-heading h2,
.practice-copy h2,
.contact h2,
.legal-main h1 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.12;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.feature-item {
  min-width: 0;
  padding: 24px 28px 8px 0;
  border-top: 1px solid var(--line);
}

.feature-item + .feature-item {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.feature-number {
  margin-bottom: 36px;
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.feature-item h3 {
  min-height: 56px;
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.3;
}

.feature-item p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.roadmap-note {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  gap: 50px;
  margin-top: 64px;
  padding: 28px 0;
  border-top: 1px solid var(--burgundy);
  border-bottom: 1px solid var(--line);
}

.roadmap-note p {
  margin-bottom: 0;
}

.roadmap-label {
  color: var(--burgundy);
  font-weight: 700;
}

.roadmap-note p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.practice {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  min-height: 620px;
  background: var(--paper);
}

.practice-media {
  min-height: 560px;
  overflow: hidden;
}

.practice-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.practice-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px max(36px, calc((100vw - var(--content)) / 2));
  padding-left: 70px;
}

.practice-copy h2 {
  margin-bottom: 28px;
}

.practice-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.contact {
  background: var(--burgundy-deep);
  color: #fff;
}

.contact-inner {
  display: grid;
  grid-template-columns: 0.55fr 1.4fr 1fr;
  gap: 46px;
  align-items: start;
}

.contact .eyebrow {
  color: #d6ad70;
}

.contact h2 {
  font-size: 44px;
}

.contact-copy p {
  margin-bottom: 22px;
  color: #dfd4d1;
  font-size: 17px;
  line-height: 1.55;
}

.light-action {
  border-color: #fff;
  background: transparent;
}

.light-action:hover,
.light-action:focus-visible {
  background: #fff;
  color: var(--burgundy-deep);
}

.site-footer {
  padding: 46px 0;
  background: var(--ivory);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 50px;
  align-items: end;
}

.footer-brand {
  margin-bottom: 8px;
  color: var(--burgundy);
}

.footer-inner p:not(.footer-brand),
.copyright {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 24px;
  font-size: 14px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--burgundy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-page .site-header {
  position: relative;
}

.legal-page .site-nav a:not(:last-child) {
  display: none;
}

.legal-main {
  width: min(calc(100% - 72px), 850px);
  margin: 0 auto;
  padding: 90px 0 120px;
}

.legal-main h1 {
  margin-bottom: 12px;
  color: var(--burgundy);
}

.legal-main .legal-date {
  margin-bottom: 55px;
  color: var(--muted);
}

.legal-main h2 {
  margin: 42px 0 12px;
  font-size: 23px;
}

.legal-main p,
.legal-main li {
  color: #4f4a47;
  font-size: 16px;
  line-height: 1.7;
}

.legal-main a {
  color: var(--burgundy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .site-header {
    padding-inline: 28px;
  }

  h1 {
    font-size: 72px;
  }

  .hero-claim {
    font-size: 27px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 50px;
  }

  .roadmap-note {
    grid-template-columns: 1fr 2fr;
  }

  .feature-item:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

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

  .practice-media {
    min-height: 500px;
  }

  .practice-copy {
    padding: 80px 36px;
  }

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

  .contact-copy {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .content-width,
  .legal-main {
    width: min(calc(100% - 40px), var(--content));
  }

  .site-header {
    min-height: 70px;
    padding-inline: 20px;
  }

  .brand {
    gap: 16px;
  }

  .brand-name {
    font-size: 26px;
  }

  .monogram {
    width: 46px;
    height: 48px;
    flex-basis: 46px;
  }

  .site-nav {
    gap: 0;
  }

  .site-nav a:not(:last-child) {
    display: none;
  }

  .hero {
    min-height: 640px;
    max-height: 760px;
  }

  .hero-media {
    object-position: center top;
    transform: translateY(-82px);
  }

  .hero-copy {
    padding-bottom: 38px;
  }

  .hero-copy > * {
    max-width: 100%;
  }

  .status {
    margin-bottom: 13px;
    font-size: 11px;
  }

  h1 {
    font-size: 52px;
  }

  .hero-claim {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .hero-lead {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .primary-action {
    width: 100%;
  }

  .text-action {
    align-self: center;
  }

  .section-pad {
    padding: 72px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 42px;
  }

  .section-heading h2,
  .practice-copy h2,
  .contact h2,
  .legal-main h1 {
    font-size: 36px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    row-gap: 38px;
  }

  .roadmap-note {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 48px;
  }

  .feature-item,
  .feature-item + .feature-item {
    padding: 20px 0 0;
    border-left: 0;
  }

  .feature-number {
    margin-bottom: 20px;
  }

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

  .practice-media {
    min-height: 360px;
  }

  .practice-copy {
    padding: 64px 20px;
  }

  .practice-copy p:not(.eyebrow) {
    font-size: 16px;
  }

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

  .contact-copy {
    grid-column: 1;
  }

  .contact h2 {
    margin-bottom: 14px;
  }

  .light-action {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .legal-main {
    padding: 64px 0 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
