@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/home-assets/fonts/inter/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/home-assets/fonts/inter/inter-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/home-assets/fonts/playfair-display/playfair-display-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/home-assets/fonts/playfair-display/playfair-display-latin-400-italic.woff2") format("woff2");
}

:root {
  --paper: #f9f8f5;
  --paper-warm: #f7f6f3;
  --card: #ece9e0;
  --raised: #fff;
  --ink: #1a1918;
  --body: #61605f;
  --muted: #92908c;
  --line: #d4d1c9;
  --brand: #e2110a;
  --brand-hover: #c50f09;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  background: var(--paper);
  color: var(--body);
  font: 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
::selection { color: #fff; background: var(--brand); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3 { color: var(--ink); }

.site-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 32px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font: 700 18px/1 Georgia, serif; }
.brand svg { width: 32px; height: 32px; }
.header-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.login { border-bottom: 1px solid transparent; color: var(--ink); font-size: 14px; font-weight: 600; }
.login:hover { border-color: var(--ink); }
.header-cta { padding: 10px 20px; background: var(--brand); color: #fff; font-size: 14px; font-weight: 700; }
.header-cta:hover { background: var(--brand-hover); }

.kicker {
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.tick { display: block; width: 34px; height: 3px; margin-bottom: 14px; background: var(--brand); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-hover); }
.btn-ghost { border-color: var(--line); background: var(--raised); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 12%, rgba(226,17,10,.06), transparent 34%);
  content: "";
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: center;
  gap: 64px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 32px 68px;
}
.hero h1 {
  max-width: 680px;
  margin: 16px 0 20px;
  font: 700 clamp(40px, 5.4vw, 64px)/1.04 var(--serif);
  letter-spacing: -.025em;
}
.hero-sub { max-width: 590px; margin-bottom: 32px; font-size: 18px; }
.hero-note { margin-top: 19px; color: var(--muted); font-size: 13px; }
.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}
.proof strong { display: block; font: 700 22px/1.2 var(--serif); }
.hero-art { justify-self: center; width: 100%; max-width: 350px; }
.art-frame { position: relative; display: block; }
.art-frame::before {
  position: absolute;
  inset: 0;
  transform: translate(14px, 14px);
  background: var(--brand);
  content: "";
}
.art-frame img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--card);
}
.art-caption { margin-top: 25px; color: var(--ink); font: italic 17px/1.45 var(--serif); }

.section { padding: 84px 32px; }
.band { border-block: 1px solid var(--line); background: var(--card); }
.inner { max-width: 1100px; margin: 0 auto; }
.section-head { max-width: 740px; margin: 0 auto 48px; text-align: center; }
.section-head .tick { margin-inline: auto; }
.section-head h2 {
  margin: 10px 0 14px;
  font: 700 clamp(31px, 4vw, 46px)/1.1 var(--serif);
  letter-spacing: -.02em;
}
.section-head p:last-child { font-size: 17px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  position: relative;
  min-height: 310px;
  padding: 29px 27px 27px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  background: var(--raised);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.card-portrait {
  float: right;
  width: 88px;
  aspect-ratio: 3/4;
  margin: 0 0 14px 18px;
  border: 1px solid var(--line);
  object-fit: cover;
  object-position: center top;
  background: var(--card);
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(26,25,24,.09); }
.card-num { color: var(--line); font: 700 42px/1 var(--serif); }
.card h3 { margin: 22px 0 8px; font: italic 23px/1.25 var(--serif); }
.card-role {
  display: block;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.card p { font-size: 14.5px; }
.card-voice { margin-top: 18px; padding-left: 13px; border-left: 3px solid var(--brand); color: var(--ink); font: italic 16px/1.45 var(--serif) !important; }
.fineprint { margin-top: 28px; color: var(--muted); font-size: 13px; text-align: center; }
.midcta { margin-top: 50px; text-align: center; }
.midcta p { margin-bottom: 20px; color: var(--ink); font: italic 24px/1.35 var(--serif); }
.midcta small { display: block; margin-top: 12px; color: var(--muted); }

.steps, .commitments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step, .commitment { padding-top: 24px; border-top: 1px solid var(--line); }
.step-num, .commitment-num { display: block; margin-bottom: 14px; font: 700 44px/1 var(--serif); }
.step-num { color: var(--brand); }
.commitment-num { color: var(--line); }
.step h3, .commitment h3 { margin-bottom: 9px; font-size: 20px; line-height: 1.25; }
.step p, .commitment p { font-size: 15px; }

.final {
  position: relative;
  overflow: hidden;
  padding: 102px 32px 114px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.final::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0, rgba(226,17,10,.07), transparent 55%);
  content: "";
}
.final-inner { position: relative; max-width: 760px; margin: 0 auto; }
.final .tick { margin-inline: auto; }
.final h2 { margin: 13px 0 32px; font: 700 clamp(34px, 4.6vw, 54px)/1.12 var(--serif); letter-spacing: -.02em; }
.final .cta-row { justify-content: center; }
.final-note { margin-top: 20px; color: var(--muted); font-size: 13px; }

.footer {
  padding: 32px;
  border-top: 1px solid var(--line);
  background: var(--paper-warm);
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}
.footer a { margin: 0 11px; color: var(--body); text-decoration: underline; text-decoration-color: var(--line); }
.footer p { margin-top: 15px; }
.stickybar {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: var(--raised);
  box-shadow: 0 -10px 30px rgba(26,25,24,.08);
  transform: translateY(110%);
  transition: transform 280ms ease;
}
.stickybar.is-on { transform: translateY(0); }
.stickybar span { color: var(--ink); font: italic 16px/1.2 var(--serif); }
.stickybar .btn { padding: 11px 22px; font-size: 14px; }

html.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms ease, transform 600ms ease; }
html.js .reveal.is-in { opacity: 1; transform: none; }

@media (max-width: 860px) {
  .site-header { padding: 14px 20px; }
  .hero-inner { grid-template-columns: 1fr; gap: 46px; padding: 54px 24px 64px; }
  .hero-art { max-width: 300px; }
  .section { padding: 66px 24px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .steps, .commitments { grid-template-columns: 1fr; gap: 30px; }
  .final { padding: 82px 24px 94px; }
}
@media (max-width: 560px) {
  .header-cta { display: none; }
  .proof { grid-template-columns: 1fr; }
  .proof strong { display: inline; margin-right: 6px; }
  .hero h1 { font-size: 41px; }
  .card-portrait { width: 76px; margin-left: 14px; }
  .stickybar span { display: none; }
  .stickybar .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .stickybar { transition: none; }
}