/* ============================================================
   Maromi Systems v8 — homepage extras
   Sits on top of site-v7.css + homepage-v7-extras.css.
   New sections from the 2026 copy brief: What-is, definition
   box, Who-it-is-for cards, 4-step How-it-works, 8 feature
   cards, early-access band, plus design polish for the hero.
   Uses the existing v7 tokens (--ink, --accent, --paper-*,
   --mute, --rule, --fs-*) so it stays visually native.
   ============================================================ */

/* ---------- Hero — tagline + supporting line ---------- */
.hero-tagline {
  margin-top: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.1;
  color: var(--accent-ink);
  letter-spacing: -0.01em;
}
.hero-support {
  margin-top: 18px;
  max-width: 46ch;
  font-size: 15px;
  line-height: 1.6;
  color: var(--mute);
}
.hero-headline { margin-top: 20px; }

/* ---------- Pain list ---------- */
.pain-list {
  list-style: none;
  margin: 28px auto 0;
  padding: 0;
  display: grid;
  gap: 12px 28px;
  grid-template-columns: 1fr;
  max-width: 720px;
  text-align: left;
}
@media (min-width: 720px) { .pain-list { grid-template-columns: 1fr 1fr; } }
.pain-list li {
  position: relative;
  padding-left: 26px;
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--body);
  text-align: left;
}
.pain-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent-deep);
  font-family: 'Cormorant Garamond', serif;
}
.pain-close { margin-top: 30px; max-width: 720px; color: var(--ink); }

/* ---------- What is Maromi · definition box ---------- */
.whatis-wrap { max-width: 880px; }
.whatis-body { margin-top: 18px; display: flex; flex-direction: column; gap: 14px; }
.whatis-body .lead { color: var(--body); }
.def-box {
  margin-top: 40px;
  padding: 32px 34px;
  background: var(--paper);
  border: 1px solid var(--ink);
  border-left: 5px solid var(--accent-deep);
  box-shadow: 0 24px 50px -34px rgba(0,0,0,0.28);
}
.def-box-label { margin-bottom: 12px; }
.def-box p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.32;
  color: var(--ink);
}
.def-box em { font-style: italic; color: var(--accent-ink); }

/* ---------- Solution trust line ---------- */
.trust-line { margin-top: 34px; font-style: italic; color: var(--ink); }

/* ---------- Why-not-ChatGPT close ---------- */
.qa-pull-close { margin-top: 34px; line-height: 1.2; }
.qa-pull-close br + * { font-style: normal; }

/* ---------- Who it is for — cards ---------- */
.audience-grid {
  margin-top: 44px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .audience-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .audience-grid { grid-template-columns: repeat(3, 1fr); } }
.audience-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 28px 26px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.audience-card:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  box-shadow: 0 22px 44px -30px rgba(0,0,0,0.30);
}
.audience-card h3 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.audience-card p { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--mute); }

/* ---------- How it works — 4-step ---------- */
.how-grid {
  margin-top: 48px;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  counter-reset: how;
}
@media (min-width: 600px) { .how-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .how-grid { grid-template-columns: repeat(4, 1fr); } }
.how-step {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 30px 26px 28px;
}
.how-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
}
.how-step h3 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 22px;
  color: var(--ink);
}
.how-step p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--mute); }
.trust-note {
  margin: 38px auto 0;
  max-width: 70ch;
  text-align: center;
  font-style: italic;
  font-size: var(--fs-body);
  color: var(--mute);
}
.section-cta { margin-top: 36px; display: flex; justify-content: center; }

/* ---------- Features — 8 cards ---------- */
.feature-cards {
  margin-top: 48px;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr;
  background: var(--rule);
  border: 1px solid var(--rule);
}
@media (min-width: 640px) { .feature-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .feature-cards { grid-template-columns: repeat(4, 1fr); } }
.feature-card {
  background: var(--paper);
  padding: 30px 26px 32px;
  transition: background .18s ease;
}
.feature-card:hover { background: var(--paper-cream); }
.feature-card-num {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--accent-deep);
  margin-bottom: 16px;
}
.feature-card h3 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.15;
  color: var(--ink);
}
.feature-card p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--mute); }

/* ---------- Early access band ---------- */
.ea-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 860px) { .ea-grid { grid-template-columns: 1.1fr 0.9fr; gap: 64px; } }
.ea-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ea-bullets li {
  position: relative;
  padding: 18px 20px 18px 52px;
  background: var(--paper);
  border: 1px solid var(--rule);
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink);
}
.ea-bullets li::before {
  content: '✓';
  position: absolute;
  left: 20px; top: 50%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-ink);
  font-size: 15px;
}

/* ---------- Real photography (v8 assets) ---------- */
/* Founder portrait — replaces the placeholder still-life stage */
.founder-photo {
  position: relative;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--ink);
  overflow: hidden;
  box-shadow: 0 28px 60px -36px rgba(0,0,0,0.30), 0 2px 0 rgba(0,0,0,0.04);
}
.founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-photo .photo-label {
  position: absolute; left: 16px; bottom: 16px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink);
  background: rgba(255,255,255,0.92); padding: 7px 12px;
}

/* Editor stage — real product photo fills the stage */
.stage-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 0; }

/* Hero preview + dashboard thumbnails — real product photos */
.hero-preview-thumb { padding: 0; }
.hero-preview-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dash-card .thumb { padding: 0; overflow: hidden; }
.dash-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Still-life "built by a designer" attribution ---------- */
.stilllife-attr {
  margin-top: 32px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--mute);
}

/* ---------- FAQ divider between warm Qs and honest disclaimers ---------- */
.faq-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 14px 0 4px;
  color: var(--mute);
}
.faq-divider::before,
.faq-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--rule);
}
.faq-divider .mono { color: var(--mute); white-space: nowrap; }

/* ---------- Closing fineprint ---------- */
.closing-fineprint {
  margin-top: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

/* ---------- Section rhythm: give the new restore-h2 sections air ---------- */
#what-is-maromi-systems,
#who-its-for,
#features,
#early-access { padding-top: var(--section-y); padding-bottom: var(--section-y); }
