/* Curauti Milestones Guide, print-ready milestone tracker
   A4 portrait (210×297mm). Editorial neutral with warm per-age accents. */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:wght@300;400;500;700&display=swap');

:root {
  --bg: #F5F0E8;
  --surface: #FFFFFF;
  --sunken: #EDE5D6;
  --ink: #2A3A35;
  --ink-soft: #4A5A55;
  --muted: #6B7A74;
  --line: #D9CFBE;
  --line-soft: #E5DECF;
  --teal: #3D8A75;
  --teal-hover: #2E6D5C;
  --teal-tint: #E8F1ED;
  --peach: #F5B8A0;
  --mint: #8ECFB8;
  --pink: #E8879A;
  --lavender: #B8A8D9;
  --ochre: #C9A876;
  --serif: 'Instrument Serif', 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
  --shadow-soft: 0 1px 2px rgba(42, 58, 53, 0.04), 0 8px 24px rgba(42, 58, 53, 0.06);
  --shadow-page: 0 2px 4px rgba(42, 58, 53, 0.05), 0 24px 48px -12px rgba(42, 58, 53, 0.12);
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ─────── Page chrome ─────── */
.app {
  min-height: 100vh;
  padding: 48px 24px 96px;
}

.toolbar {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 50;
  display: flex;
  gap: 8px;
  align-items: center;
}
.toolbar button {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.toolbar button:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.toolbar button.primary { background: var(--teal); color: #FBF7F0; border-color: var(--teal); font-weight: 700; height: 40px; }
.toolbar button.primary:hover { background: var(--teal-hover); border-color: var(--teal-hover); }

.deck {
  max-width: 210mm;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page {
  width: 210mm;
  height: 297mm;
  background: var(--surface);
  box-shadow: var(--shadow-page);
  position: relative;
  overflow: hidden;
  page-break-after: always;
  break-after: page;
  display: flex;
  flex-direction: column;
}

.page-inner {
  flex: 1;
  padding: 18mm 16mm 14mm;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.page-footer {
  position: absolute;
  left: 16mm;
  right: 16mm;
  bottom: 10mm;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
}
.page-footer .brand { font-family: var(--serif); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); }
.page-footer .num { font-variant-numeric: tabular-nums; }

/* ─────── Type ─────── */
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 500;
}
.display {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.02;
  color: var(--ink);
  margin: 0;
}
.h1 { font-size: 64px; }
.h2 { font-size: 44px; }
.h3 { font-size: 32px; }
.h4 { font-size: 24px; }
.lede { font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.35; color: var(--ink-soft); }
.body { font-size: 14px; line-height: 1.55; color: var(--ink-soft); }
.small { font-size: 12px; line-height: 1.5; color: var(--muted); }
.tabular { font-variant-numeric: tabular-nums; }

/* ─────── Brand mark ─────── */
.curauti-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
}
.curauti-mark .infinity { width: 28px; height: 14px; flex-shrink: 0; }
.curauti-mark .au { letter-spacing: 0.18em; }

/* ─────── Cover ─────── */
.cover {
  background:
    radial-gradient(120% 60% at 100% 0%, rgba(142, 207, 184, 0.18) 0%, transparent 60%),
    radial-gradient(120% 60% at 0% 100%, rgba(245, 184, 160, 0.15) 0%, transparent 50%),
    var(--surface);
}
.cover .page-inner { padding: 18mm 18mm 14mm; }
.cover-title {
  font-family: var(--serif);
  font-size: 96px;
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0;
}
.cover-title em { font-style: italic; color: var(--teal); }
.cover-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  line-height: 1.3;
  color: var(--ink-soft);
  max-width: 480px;
}
.cover-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  border-top: 1px solid var(--line-soft);
  padding-top: 18px;
}
.cover-meta-grid > div { display: flex; flex-direction: column; gap: 4px; }
.cover-meta-grid label { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.cover-meta-grid input {
  border: none;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink);
  padding: 4px 0 6px;
  outline: none;
  width: 100%;
}
.cover-meta-grid input:focus { border-bottom-color: var(--teal); }

.color-key {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.color-key .dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.color-key .dot::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c, var(--teal));
}

/* ─────── Intro page ─────── */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14mm;
  flex: 1;
  align-content: start;
}
.domain-list { display: flex; flex-direction: column; gap: 10px; }
.domain-row {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid var(--line-soft);
}
.domain-row .swatch {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--c);
  margin-top: 6px;
}
.domain-row .name { font-family: var(--serif); font-size: 18px; color: var(--ink); }
.domain-row .desc { font-size: 12px; color: var(--muted); margin-top: 2px; }

.how-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
}
.how-step .num { font-family: var(--serif); font-size: 24px; color: var(--teal); line-height: 1; }
.how-step .step-title { font-family: var(--serif); font-size: 18px; color: var(--ink); margin-bottom: 2px; }
.how-step .step-body { font-size: 12px; color: var(--muted); line-height: 1.5; }

.note-card {
  background: var(--teal-tint);
  border-left: 2px solid var(--teal);
  padding: 14px 16px;
  border-radius: 0 6px 6px 0;
}
.note-card .label { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); font-weight: 500; margin-bottom: 6px; }
.note-card .text { font-family: var(--serif); font-style: italic; font-size: 15px; line-height: 1.45; color: var(--ink-soft); }

/* ─────── Age pages ─────── */
.age-page { background: var(--surface); }

.age-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: end;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line-soft);
}
.age-header .age-num {
  font-family: var(--serif);
  font-size: 84px;
  line-height: 0.85;
  letter-spacing: -0.03em;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.age-header .age-unit {
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  color: var(--ink-soft);
  letter-spacing: -0.01em;
}
.age-header .age-side {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}
.age-header .age-bar {
  width: 60px;
  height: 6px;
  border-radius: 999px;
  background: var(--age-accent, var(--teal));
}
.age-header .progress-text {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}

.age-summary {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  color: var(--ink-soft);
  max-width: 90%;
  margin-bottom: 18px;
}

.milestones {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-content: start;
  margin-bottom: 14px;
}

.milestone {
  display: grid;
  grid-template-columns: 22px 14px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line-soft);
  cursor: pointer;
  transition: background 0.15s;
  align-items: start;
}
.milestone:hover { background: rgba(245, 240, 232, 0.5); }

.milestone .check {
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--ink);
  border-radius: 3px;
  margin-top: 4px;
  background: transparent;
  position: relative;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}
.milestone.checked .check {
  background: var(--age-accent, var(--teal));
  border-color: var(--age-accent, var(--teal));
}
.milestone.checked .check::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0px;
  width: 5px;
  height: 9px;
  border: solid #FBF7F0;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
}
.milestone.checked .m-text { color: var(--muted); }

.milestone .domain-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dc, var(--teal));
  margin-top: 8px;
  flex-shrink: 0;
}

.milestone .m-content { display: flex; flex-direction: column; gap: 0; }
.milestone .m-text {
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink);
  font-weight: 400;
}
.milestone .m-domain {
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
  font-weight: 500;
}
.milestone .m-detail {
  display: none;
  margin-top: 6px;
  padding: 10px 12px;
  background: var(--bg);
  border-radius: 4px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.milestone.expanded .m-detail { display: block; }
.milestone .m-detail .label {
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--age-accent, var(--teal));
  font-weight: 500;
  margin-right: 6px;
}
.milestone .m-detail p { margin: 0 0 4px; }
.milestone .m-detail p:last-child { margin-bottom: 0; }

.age-watch {
  background: var(--bg);
  border-radius: 4px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 14mm;
}
.age-watch .watch-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.age-watch .watch-label {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  margin-bottom: 3px;
}
.age-watch .watch-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink-soft);
}

/* ─────── Act early page ─────── */
.act-early-page .page-inner { padding: 18mm 16mm 14mm; }
.ae-hero {
  margin-bottom: 14px;
}
.ae-hero .h2 { margin-bottom: 8px; }

.ae-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  margin-top: 10px;
}
.ae-card {
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--surface);
}
.ae-card .num {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--teal);
  line-height: 1;
}
.ae-card .title {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
  line-height: 1.2;
}
.ae-card .body {
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-soft);
}

.ae-reassure {
  background: var(--teal-tint);
  border-radius: 6px;
  padding: 16px 18px;
  margin-top: 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

/* ─────── Worksheet pages ─────── */
.ws-section { margin-bottom: 14px; }
.ws-section h3 {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink);
  margin: 0 0 4px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.ws-section .ws-sub {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 8px;
  font-style: italic;
}
.ws-fields {
  display: grid;
  gap: 8px 16px;
}
.ws-fields.cols-2 { grid-template-columns: 1fr 1fr; }
.ws-fields.cols-3 { grid-template-columns: 1fr 1fr 1fr; }

.ws-field { display: flex; flex-direction: column; gap: 2px; }
.ws-field label {
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.ws-field input,
.ws-field textarea {
  border: none;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink);
  padding: 4px 0 5px;
  outline: none;
  width: 100%;
  font-weight: 300;
  resize: none;
}
.ws-field input:focus,
.ws-field textarea:focus { border-bottom-color: var(--teal); }
.ws-field textarea { min-height: 38px; line-height: 1.45; }

.ws-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.ws-table th {
  text-align: left;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  padding: 6px 8px 6px 0;
  border-bottom: 1px solid var(--line);
}
.ws-table td {
  border-bottom: 1px solid var(--line-soft);
  padding: 0;
  vertical-align: top;
}
.ws-table td input,
.ws-table td textarea {
  width: 100%;
  border: none;
  background: transparent;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 12px;
  color: var(--ink);
  padding: 8px 8px 8px 0;
  outline: none;
  resize: none;
  font-variant-numeric: tabular-nums;
}
.ws-table td textarea { min-height: 32px; line-height: 1.4; }
.ws-table td input:focus,
.ws-table td textarea:focus { background: var(--bg); }

.ws-checkrow {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 13px;
}
.ws-checkrow .box {
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  background: transparent;
}
.ws-checkrow.checked .box { background: var(--teal); border-color: var(--teal); }
.ws-checkrow.checked .box::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  width: 4px;
  height: 8px;
  border: solid #FBF7F0;
  border-width: 0 1.6px 1.6px 0;
  transform: rotate(45deg);
}
.ws-checkrow input[type="text"] {
  flex: 1;
  border: none;
  background: transparent;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 13px;
  color: var(--ink);
  outline: none;
}

.score-row { display: flex; align-items: center; gap: 8px; padding: 6px 0; border-bottom: 1px solid var(--line-soft); }
.score-row .label { flex: 1; font-size: 13px; }
.score-row .scale { display: flex; gap: 4px; }
.score-row .scale button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  font-family: var(--sans);
  font-size: 11px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 500;
  transition: all 0.15s;
}
.score-row .scale button.active { background: var(--teal); color: #FBF7F0; border-color: var(--teal); }
.score-row .scale button:hover:not(.active) { border-color: var(--ink); color: var(--ink); }

/* ─────── Age pair page (two ages per A4) ─────── */
.age-pair-page .page-inner {
  /* Bottom padding 18mm (was 12mm) gives 8mm clearance above the footer
     which sits at bottom: 10mm. overflow: hidden guarantees that if a
     column's milestone list still overruns on some future age, the text
     clips cleanly instead of bleeding into the brand mark below. */
  padding: 14mm 14mm 18mm;
  overflow: hidden;
}
.age-pair-header { margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--line-soft); }

.age-pair-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10mm;
  min-height: 0;
}

.age-col {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.age-col-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid var(--age-accent, var(--teal));
}
.age-col-num {
  font-family: var(--serif);
  font-size: 48px;
  line-height: 0.9;
  letter-spacing: -0.025em;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 2px;
}
.age-col-unit {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
  letter-spacing: -0.01em;
}
.age-col-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.age-col-progress .progress-text {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}
.age-col-progress .age-bar {
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: var(--age-accent, var(--teal));
}

.age-col-summary {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink-soft);
  margin: 0 0 10px;
}

.age-col .milestones { gap: 0; margin-bottom: 8px; flex: 1; }
.age-col .milestone { padding: 4px 0; grid-template-columns: 18px 10px 1fr; gap: 8px; }
.age-col .milestone .check { width: 14px; height: 14px; margin-top: 3px; }
.age-col .milestone.checked .check::after { left: 2.5px; top: -0.5px; width: 4px; height: 8px; border-width: 0 1.5px 1.5px 0; }
.age-col .milestone .domain-dot { width: 6px; height: 6px; margin-top: 7px; }
.age-col .milestone .m-domain { font-size: 8.5px; letter-spacing: 0.14em; }
.age-col .milestone .m-text { font-size: 12.5px; line-height: 1.35; }
.age-col .milestone .m-detail { font-size: 11px; padding: 8px 10px; line-height: 1.45; }
.age-col .milestone .m-detail .label { font-size: 8.5px; }

.age-col .age-watch { padding: 8px 10px; gap: 8px; margin-bottom: 2mm; }
.age-col .age-watch .watch-icon { width: 20px; height: 20px; }
.age-col .age-watch .watch-label { font-size: 9px; letter-spacing: 0.14em; }
.age-col .age-watch .watch-text { font-size: 11.5px; line-height: 1.4; }

/* Act-early column (rendered alongside 7y) */
.act-early-col { padding-top: 0; }
.act-early-col .ae-list { display: flex; flex-direction: column; gap: 7px; flex: 1; margin-bottom: 8px; }
.act-early-col .ae-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid var(--line-soft);
  align-items: baseline;
}
.act-early-col .ae-num {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--teal);
  line-height: 1;
}
.act-early-col .ae-title {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 2px;
}
.act-early-col .ae-body {
  font-size: 11px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.ae-reassure-small {
  background: var(--teal-tint) !important;
  border-left: 2px solid var(--teal);
}

/* ─────── Print ─────── */
@page { size: A4; margin: 0; }
@media print {
  body { background: white; }
  .toolbar, .tweaks-handle { display: none !important; }
  .app { padding: 0; }
  .deck { gap: 0; max-width: none; }
  .page { box-shadow: none; margin: 0; }
  /* Print the collapsed view, milestone labels only. The expanded
     LOOKS LIKE / TRY panels are screen aids; including them in print
     overflows pages and clutters the keepsake. */
  .milestone .m-detail { display: none !important; }
}

/* ─────── Tweaks overrides ─────── */
body[data-density="compact"] .page-inner { padding: 14mm 14mm 12mm; }
body[data-density="compact"] .milestone { padding: 6px 0; }
body[data-density="compact"] .age-summary { font-size: 16px; margin-bottom: 12px; }

body[data-tips="off"] .milestone .m-detail { display: none !important; }
body[data-tips="off"] .milestone { cursor: default; }

body[data-coding="single"] .milestone .domain-dot,
body[data-coding="single"] .age-header .age-bar { background: var(--teal) !important; }

/* ─────── Mobile hero (replaces the A4 deck below 700px) ─────────────────
   The deck is print-ready A4 (210mm wide pages, two-column age layouts)
   and unreadable on phones. Below 700px we hide the React deck and the
   toolbar, and show a clean mobile-only landing block with a download CTA.
   Desktop and tablet experience is unchanged. */
.mobile-hero { display: none; }
@media (max-width: 700px) {
  .toolbar { display: none !important; }
  #root { display: none !important; }
  .mobile-hero {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 56px 24px 40px;
    background: var(--bg);
    text-align: center;
    justify-content: center;
    gap: 12px;
  }
  .mobile-hero .mh-brand {
    font-family: var(--serif);
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 8px;
  }
  .mobile-hero .mh-brand em {
    font-style: italic;
    color: var(--teal);
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 16px;
  }
  .mobile-hero h1 {
    font-family: var(--serif);
    font-size: 40px;
    line-height: 1.05;
    margin: 8px 0 0;
    letter-spacing: -0.02em;
    color: var(--ink);
    font-weight: 400;
  }
  .mobile-hero .mh-sub {
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    color: var(--teal);
    margin: 4px 0 16px;
    line-height: 1.2;
  }
  .mobile-hero .mh-intro {
    font-size: 15px;
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 34ch;
    margin: 0 auto;
  }
  .mobile-hero .mh-cta {
    display: inline-block;
    background: var(--teal);
    color: #FBF7F0;
    font-family: var(--sans);
    font-weight: 500;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 999px;
    text-decoration: none;
    margin: 16px auto 4px;
  }
  .mobile-hero .mh-cta:hover { background: var(--teal-hover); }
  .mobile-hero .mh-secondary {
    color: var(--ink-soft);
    font-size: 13px;
    text-decoration: underline;
    margin: 0 auto;
  }
  .mobile-hero .mh-note {
    font-size: 12px;
    color: var(--muted);
    margin: 12px auto 0;
    font-style: italic;
    max-width: 30ch;
  }
}
