/* ============================================================
   String — brand system
   Slate #243040 · Mid Slate #384858 · Red #C83B3B
   Cream #F4EFE6 · Deep Ink #12121A · Fog #8A9AA8
   Cormorant Garamond (brand) · DM Sans (UI)
   ============================================================ */
:root {
  --slate: #243040;
  --mid-slate: #384858;
  --red: #C83B3B;
  --red-dark: #a82f30;
  --cream: #F4EFE6;
  --cream-pure: #FBF8F2;
  --ink: #12121A;
  --fog: #8A9AA8;
  --line: #e2dccf;
  --maxw: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  color: var(--slate);
  background: var(--cream-pure);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3.serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.005em;
}
h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500; font-size: 1.05rem;
  letter-spacing: 0.01em;
}
p { color: #4a5663; }
a { color: var(--red); text-decoration: none; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 760px; }

/* ---------- Nav ---------- */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 248, 242, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 14px 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  display: flex; align-items: center; gap: 11px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600; font-size: 1.7rem; color: var(--slate);
  letter-spacing: 0.01em;
}
.logo img { width: 34px; height: 34px; border-radius: 9px; display: block; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
  color: #56616e; font-weight: 400; font-size: 0.93rem;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--red); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 14px 36px; border-radius: 3px;
  font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 0.95rem;
  letter-spacing: 0.03em; cursor: pointer; border: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); }
.btn-ghost { background: transparent; color: var(--slate); border: 1px solid #c9c2b3; }
.btn-ghost:hover { border-color: var(--red); color: var(--red); }
.btn-light { background: var(--cream); color: var(--slate); }
.btn-light:hover { background: #fff; }
.btn-outline-light { background: transparent; color: var(--cream); border: 1px solid rgba(244,239,230,0.45); }
.btn-outline-light:hover { border-color: var(--cream); }
.btn-small { padding: 9px 22px; font-size: 0.86rem; }

/* ---------- Hero (photo) ---------- */
.hero-photo {
  position: relative;
  min-height: 86vh;
  display: flex; align-items: center;
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(18,18,26,0.55) 0%, rgba(36,48,64,0.82) 100%),
    var(--photo, var(--slate));
  background-size: cover; background-position: center;
}
.hero-photo .container { padding-top: 60px; padding-bottom: 60px; }
.hero-photo .definition { color: rgba(244,239,230,0.72); }
.hero-photo h1 { color: var(--cream); max-width: 14ch; }
.hero-photo h1 .accent { color: var(--red); }
.hero-photo p.lead { color: rgba(244,239,230,0.86); }

/* ---------- Hero (plain) ---------- */
.hero { padding: 96px 0 72px; text-align: center; }
.hero h1 .accent { color: var(--red); }

.definition {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic; font-size: 1.2rem; color: var(--fog);
  margin-bottom: 26px;
}
.eyebrow {
  color: var(--red); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.18em; font-size: 0.74rem; margin-bottom: 18px;
}
p.lead { font-size: 1.2rem; max-width: 600px; margin: 26px 0 38px; line-height: 1.6; }
.hero.center p.lead, .hero-photo.center p.lead { margin-left: auto; margin-right: auto; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero.center .hero-cta, .hero-photo.center .hero-cta { justify-content: center; }

.meta-line {
  margin-top: 44px; font-size: 0.78rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--fog);
}
.meta-line .red {
  color: var(--red); font-style: italic; text-transform: none;
  letter-spacing: 0; font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
}

/* ---------- Sections ---------- */
section { padding: 92px 0; }
.section-head { max-width: 640px; margin: 0 auto 60px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { font-size: 1.1rem; margin-top: 14px; }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.card {
  background: var(--cream-pure); border: 1px solid var(--line);
  border-radius: 6px; padding: 38px 30px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(36,48,64,0.08); }
.card h3 { margin-bottom: 12px; color: var(--slate); }
.card p { font-size: 0.96rem; }
.card .step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.6rem; font-weight: 500; color: var(--red);
  line-height: 1; margin-bottom: 16px; display: block;
}

/* ---------- Bands ---------- */
.band { background: var(--cream); }
.band-slate { background: var(--slate); }
.band-slate h1, .band-slate h2, .band-slate h3 { color: var(--cream); }
.band-slate p { color: #aeb9c6; }
.band-slate .eyebrow { color: var(--red); }
.band-ink { background: var(--ink); }
.band-ink h2 { color: var(--cream); }
.band-ink p { color: #8f97a8; }

/* ---------- Split (photo + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.split.tall > * { min-height: 520px; }
.split-photo {
  background-size: cover; background-position: center;
  min-height: 440px;
}
.split-text { padding: 80px clamp(28px, 6vw, 90px); }
.split-text h2 { margin-bottom: 18px; }
.split-text p { font-size: 1.08rem; }

/* ---------- Stats ---------- */
.stats {
  display: flex; gap: 64px; justify-content: center; flex-wrap: wrap;
  text-align: center;
}
.stat .num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.6rem; font-weight: 500; color: var(--red); line-height: 1;
}
.stat .label { font-size: 0.95rem; color: var(--fog); max-width: 190px; margin: 10px auto 0; }
.band-slate .stat .label { color: #aeb9c6; }

/* ---------- Checklist ---------- */
.checklist { list-style: none; max-width: 620px; margin: 0 auto; }
.checklist li {
  padding: 18px 0 18px 36px; position: relative;
  color: var(--slate); font-size: 1.05rem;
  border-bottom: 1px solid var(--line);
}
.checklist li strong { font-weight: 600; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 27px;
  width: 16px; height: 2px; background: var(--red);
}

/* ---------- Forms ---------- */
.form-card {
  background: var(--cream-pure); border: 1px solid var(--line);
  border-radius: 8px; padding: 46px 40px; max-width: 520px; margin: 0 auto;
  box-shadow: 0 20px 60px rgba(36,48,64,0.06);
}
.form-group { margin-bottom: 20px; text-align: left; }
.form-group label {
  font-weight: 500; font-size: 0.76rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: #56616e; display: block; margin-bottom: 7px;
}
.form-group input, .form-group select {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line);
  border-radius: 4px; font-family: 'DM Sans', sans-serif; font-size: 1rem;
  color: var(--slate); background: #fff;
}
.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--red); }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: var(--fog); padding: 64px 28px 36px; }
.footer-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 36px;
}
.footer-inner .logo { color: var(--cream); }
.footer-def {
  font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic;
  margin-top: 14px; max-width: 290px; font-size: 1.1rem; color: var(--fog);
}
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; align-items: flex-start; }
.footer-links a { color: var(--fog); font-size: 0.92rem; }
.footer-links a:hover { color: var(--cream); }
.copyright {
  max-width: var(--maxw); margin: 44px auto 0; padding-top: 24px;
  border-top: 1px solid rgba(138,154,168,0.18);
  font-size: 0.8rem; color: #5b6472; letter-spacing: 0.06em;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
  .split { grid-template-columns: 1fr; }
  .split-photo { min-height: 300px; }
  .split.reverse .split-photo { order: -1; }
  .nav-links { gap: 18px; }
  .nav-links a:not(.btn) { display: none; }
  section { padding: 64px 0; }
  .stats { gap: 40px; }
}
