:root {
  --ink: #102e2a;
  --ink-2: #1d4943;
  --paper: #fbfaf5;
  --cream: #f2eadc;
  --mint: #d6e4da;
  --gold: #c49b4f;
  --line: rgba(16, 46, 42, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.site-header {
  min-height: 82px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 14px;
  font-family: Georgia, serif;
  font-size: 16px;
}
.brand strong,
.brand small { display: block; }
.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
}
.brand small {
  margin-top: 1px;
  color: #657a76;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
nav {
  display: flex;
  gap: 30px;
}
nav a {
  color: #536b66;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  color: #fff;
  background: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.button-small { min-height: 42px; padding: 0 18px; }
.button-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}
.hero {
  padding: clamp(70px, 10vw, 132px) clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 70px;
  align-items: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(196, 155, 79, .18), transparent 30%),
    linear-gradient(135deg, #fbfaf5 0%, #f1eadf 100%);
}
.eyebrow {
  display: inline-flex;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow.dark { color: #58736e; }
h1, h2, h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
h1 {
  max-width: 880px;
  margin: 22px 0;
  font-size: clamp(52px, 7vw, 94px);
  line-height: .93;
  letter-spacing: -.055em;
}
h2 {
  margin: 18px 0 0;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.hero-copy p,
.copy > p {
  max-width: 680px;
  color: #536b66;
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.text-link {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link span {
  margin-left: 8px;
  color: var(--gold);
  font-size: 17px;
}
.price-card {
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(16, 46, 42, .11);
}
.price-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.price-card strong {
  display: block;
  margin: 18px 0 8px;
  font-family: Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -.05em;
}
.price-card p,
.price-card li {
  color: #5d716d;
  line-height: 1.65;
}
.price-card ul {
  margin: 24px 0 0;
  padding: 24px 0 0 20px;
  border-top: 1px solid var(--line);
}
.section {
  padding: 110px clamp(24px, 8vw, 130px);
}
.split,
.faq {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
}
.mini-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.mini-grid article {
  padding: 26px;
  background: var(--cream);
}
.mini-grid b,
.steps span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
}
.mini-grid h3,
.steps h3 {
  margin: 36px 0 12px;
  font-size: 27px;
}
.mini-grid p,
.steps p,
.faq-list p {
  color: #5d716d;
  line-height: 1.7;
}
.process {
  padding: 110px clamp(24px, 8vw, 130px);
  color: #fff;
  background: var(--ink);
}
.process h2 {
  max-width: 820px;
  margin-bottom: 64px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
}
.steps article {
  min-height: 250px;
  padding: 28px 26px 0 0;
  border-right: 1px solid rgba(255,255,255,.18);
}
.steps article + article { padding-left: 26px; }
.steps article:last-child { border-right: 0; }
.steps p { color: rgba(255,255,255,.68); }
.faq-list {
  display: grid;
  gap: 12px;
}
details {
  padding: 24px 26px;
  background: #fff;
  border: 1px solid var(--line);
}
summary {
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 24px;
}
.closing {
  padding: 110px 24px;
  color: #fff;
  background: var(--ink-2);
  text-align: center;
}
.closing h2 {
  margin: 22px auto 28px;
  max-width: 760px;
}
footer {
  min-height: 120px;
  padding: 30px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
}
footer p {
  color: #6e827f;
  font-size: 12px;
}

@media (max-width: 960px) {
  nav { display: none; }
  .hero,
  .split,
  .faq {
    grid-template-columns: 1fr;
  }
  .mini-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article:nth-child(3),
  .steps article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 620px) {
  .site-header { padding: 16px 20px; }
  .site-header .button { display: none; }
  .hero,
  .section,
  .process {
    padding: 74px 22px;
  }
  h1 { font-size: 48px; }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .mini-grid,
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article,
  .steps article + article {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
}
