.header-inner { position: relative; }
.site-nav { display: none; align-items: center; gap: 0.55rem; }
@media (min-width: 1120px) { .site-nav { display: flex; } }
.site-nav a { color: var(--ink); text-decoration: none; font-size: 0.76rem; font-weight: 600; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--brass-deep); }
.header-actions { display: flex; align-items: center; gap: 0.7rem; }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 8px; border: 1px solid var(--line); background: var(--card); font-weight: 800; }
@media (min-width: 1120px) { .menu-toggle { display: none; } }
.site-nav.is-open { display: flex; flex-direction: column; position: absolute; top: calc(100% + 0.35rem); right: 0; left: 0; min-width: 0; width: 100%; background: var(--paper); border: 1px solid var(--line); border-radius: 0.8rem; padding: 0.55rem 0.35rem; box-shadow: var(--shadow); z-index: 50; }
.site-nav.is-open a { padding: 0.45rem 0.7rem; border-radius: 0.45rem; }
.site-nav.is-open a:hover { background: #f4eadc; }
.strip { display: grid; gap: 0.55rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.85rem 1rem; box-shadow: var(--shadow); }
@media (min-width: 720px) { .strip { grid-template-columns: repeat(4, 1fr); text-align: center; } }
.strip b { display: block; font-size: 0.88rem; }
.strip span { color: var(--muted); font-size: 0.78rem; }
.steps { display: grid; gap: 0.7rem; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(auto-fit, minmax(10.2rem, 1fr)); } }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.95rem 1rem; box-shadow: var(--shadow); }
.step .num { font-family: var(--serif); color: var(--brass-deep); font-size: 1.1rem; font-weight: 700; }
.step h3, .step h2 { margin: 0.25rem 0 0.3rem; font-family: var(--sans); font-size: 1rem; }
.step p { margin: 0; color: var(--muted); font-size: 0.88rem; }
.family-tree { display: grid; gap: 0.7rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; box-shadow: var(--shadow); text-align: center; }
.family-tree .house { font-family: var(--serif); font-size: 1.15rem; }
.family-tree .members { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; }
@media (max-width: 640px) { .family-tree .members { grid-template-columns: repeat(2, 1fr); } }
.family-tree .mem { background: #faf6ef; border: 1px solid var(--line); border-radius: 0.7rem; padding: 0.7rem 0.4rem; }
.family-tree .mem b { display: block; }
.family-tree .mem span { font-size: 0.75rem; color: var(--muted); }
.price-grid { display: grid; gap: 0.8rem; }
@media (min-width: 800px) { .price-grid { grid-template-columns: 1.2fr 1fr 1fr; align-items: stretch; } }
.price-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.15rem; box-shadow: var(--shadow); }
.price-card.featured { border-color: #d6b07a; background: linear-gradient(180deg, #fffdf8, #fff); }
.price-card .amt { font-size: 2rem; font-weight: 800; letter-spacing: -0.04em; margin: 0.2rem 0; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 0.75rem; padding: 0.7rem 0.9rem; margin-bottom: 0.5rem; }
.faq summary { cursor: pointer; font-weight: 700; }
.faq details p { margin: 0.45rem 0 0.15rem; color: var(--muted); }
.disclaimer { background: #f4eadc; border: 1px solid var(--line); border-radius: var(--radius); padding: 0.95rem 1rem; font-size: 0.9rem; }
.page-hero { padding: 1.6rem 0 0.4rem; }
.page-hero h1 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 0 0 0.45rem; }
.crumb { font-size: 0.78rem; color: var(--muted); margin: 0 0 0.6rem; }
.crumb a { color: var(--ink); text-decoration: none; font-weight: 600; }
.foot-grid { display: grid; gap: 0.85rem; margin-bottom: 0.9rem; }
@media (min-width: 720px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.foot-grid h3 { margin: 0 0 0.35rem; font-family: var(--sans); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.foot-grid a { display: block; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.88rem; padding: 0.12rem 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pause-btn { border: 1px solid var(--line); background: var(--card); border-radius: 999px; font-size: 0.72rem; font-weight: 700; padding: 0.28rem 0.6rem; min-height: 32px; }
.demo { margin-top: 1rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; box-shadow: var(--shadow); }
.demo h3 { margin: 0 0 0.2rem; font-family: var(--sans); font-size: 1.05rem; }
.demo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.45rem; }
@media (min-width: 640px) { .demo-grid { grid-template-columns: repeat(4, 1fr); } }
.demo-grid label { display: flex; gap: 0.4rem; align-items: center; font-weight: 650; font-size: 0.9rem; }
.demo-out { margin-top: 0.75rem; background: #faf6ef; border: 1px solid var(--line); border-radius: 0.7rem; padding: 0.75rem 0.85rem; }
.demo-out p { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.82rem; }
.story { display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 0 0 0.8rem; }
.story span { font-size: 0.72rem; font-weight: 700; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 0.2rem 0.5rem; }
.section-title { font-family: var(--sans); font-weight: 800; letter-spacing: -0.04em; }
.hero h1, .page-hero h1 { font-family: var(--serif); }
.story-grid { display: grid; gap: 0.7rem; }
@media (min-width: 800px) { .story-grid { grid-template-columns: repeat(4, 1fr); } }
.story-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.95rem 1rem; box-shadow: var(--shadow); }
.story-card h3 { margin: 0.2rem 0 0.35rem; font-family: var(--sans); font-size: 1.02rem; }
.story-card p { margin: 0; color: var(--muted); font-size: 0.88rem; }
.family-tree.sig .tree-stem { width: 2px; height: 18px; background: var(--line); margin: 0 auto; }
.family-tree.sig .mem em { display: block; margin-top: 0.25rem; font-style: normal; font-weight: 800; font-size: 0.86rem; }
.hold-table { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.hold-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.72rem 1rem; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.hold-row:last-child { border-bottom: 0; }
.arch { display: flex; flex-wrap: wrap; gap: 0.45rem; align-items: center; }
.arch-node { background: var(--card); border: 1px solid var(--line); border-radius: 0.8rem; padding: 0.7rem 0.85rem; min-width: 8.4rem; box-shadow: var(--shadow); }
.arch-node b { display: block; }
.arch-node span { color: var(--muted); font-size: 0.78rem; }
.arch-node.mute { opacity: 0.62; }
.arch-arrow { font-weight: 800; color: var(--brass-deep); }
.play-state { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: 0.85rem; }
.play-state span { font-size: 0.72rem; font-weight: 700; border: 1px solid var(--line); border-radius: 999px; padding: 0.2rem 0.55rem; color: var(--muted); }
.play-state span.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.header-inner { position: relative; }
.brand { min-width: 0; }
@media (max-width: 720px) {
  .site-header .header-actions .cta { display: none; }
  .tag { display: none; }
}
.launch-bar { background: #1c1917; color: #faf7f1; font-size: 0.82rem; }
.launch-bar .wrap { padding: 0.42rem 0; }
.launch-bar a { color: #f6d48a; font-weight: 700; }
.illustrative { margin: 0.45rem 0 0; color: var(--muted); font-size: 0.78rem; }

.faq-group { margin: 1.35rem 0 0.2rem; font-family: var(--sans); font-size: 0.95rem; }
.shot { width: 100%; height: 100%; object-fit: fill; max-width: none; border-radius: inherit; }
@media (min-width: 960px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    min-height: 0;
    align-items: center;
  }
}
.phone {
  width: min(400px, calc(100vw - 2.5rem));
  aspect-ratio: 675 / 1500;
  box-sizing: content-box;
  padding: 0;
  border: 10px solid #1a1612;
  border-radius: 1.85rem;
  background: #1a1612;
  box-shadow: 0 28px 60px rgba(28, 24, 20, 0.28), 0 0 0 1px #3a3228;
}
.phone::before { display: none; }
.phone-screen { height: 100%; border-radius: 1.35rem; background: #111; }
.slide { background: transparent; display: block; }
.shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  max-width: none;
  border-radius: inherit;
}
.dots { flex-wrap: wrap; max-width: 12rem; justify-content: center; }
.screen-note { margin: 0; text-align: center; color: var(--muted); font-size: 0.75rem; max-width: 18rem; }
.status-card {
  width: 7.4rem; min-height: 7.4rem; margin-inline: auto;
  border: 1px solid var(--line); border-radius: 0.9rem; background: var(--paper);
  display: grid; place-items: center; text-align: center; padding: 0.7rem; color: var(--muted); font-size: 0.75rem;
}
.status-card b { display: block; color: var(--ink); font-size: 0.82rem; margin-bottom: 0.2rem; }
.guide-list { display: grid; gap: 0.7rem; }
@media (min-width: 800px) { .guide-list { grid-template-columns: 1fr 1fr; } }
.guide-list a { text-decoration: none; color: inherit; }
.guide-list h2 { font-family: var(--sans); font-size: 1.02rem; margin: 0 0 0.3rem; }
