:root {
  --bg: #faf9f6;
  --bg-alt: #f1efe7;
  --surface: #ffffff;
  --ink: #18140f;
  --ink-soft: #55503f;
  --ink-mute: #8f8877;
  --line: #e7e2d4;
  --accent: #ff5b1f;
  --accent-ink: #fff4ee;
  --dark: #16130f;
  --dark-soft: #2a251d;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-card: 0 1px 2px rgba(24, 20, 15, 0.04), 0 12px 32px -16px rgba(24, 20, 15, 0.18);
  --shadow-pop: 0 2px 4px rgba(24, 20, 15, 0.06), 0 24px 48px -20px rgba(24, 20, 15, 0.28);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 7px 14px 7px 10px;
  border-radius: 999px;
  box-shadow: var(--shadow-card);
}

.eyebrow svg { width: 15px; height: 15px; }

.eyebrow-os { gap: 10px; padding: 6px 16px 6px 8px; }

.os-icons { display: flex; align-items: center; gap: 5px; }
.os-icons svg { width: 14px; height: 14px; color: var(--ink); opacity: 0.82; }

/* Nav */
.nav-shell {
  position: sticky;
  top: 16px;
  z-index: 100;
  padding: 0 16px;
}

.nav {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px 8px 16px;
  box-shadow: var(--shadow-card);
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
  flex: none;
}

.brand-mark svg { width: 16px; height: 16px; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  padding: 8px 14px;
  border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease;
}

.nav-links a:hover { background: var(--bg-alt); color: var(--ink); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  transition: transform 0.15s ease, background 0.15s ease;
}

.icon-btn:hover { background: var(--bg-alt); transform: translateY(-1px); }
.icon-btn svg { width: 17px; height: 17px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14.5px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

.btn svg { width: 15px; height: 15px; flex: none; }

.btn-dark {
  background: var(--dark);
  color: #fdfcf9;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 10px 24px -12px rgba(20, 16, 10, 0.55);
}

.btn-dark:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 16px 28px -12px rgba(20, 16, 10, 0.6); }

.btn-outline {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line);
}

.btn-outline:hover { background: var(--bg-alt); }

.btn-sm { padding: 8px 14px; font-size: 13.5px; }

/* Hero */
.hero {
  position: relative;
  padding: 76px 0 0;
  text-align: center;
  overflow: hidden;
}

.hero-copy { position: relative; z-index: 3; }

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -60px -8% -20px;
  z-index: -1;
  background: radial-gradient(ellipse 62% 74% at 50% 42%, var(--bg) 42%, rgba(250, 249, 246, 0) 100%);
  pointer-events: none;
}

.hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 22px auto 18px;
  max-width: 900px;
}

.hero h1 em {
  font-style: italic;
  font-weight: 600;
  color: var(--accent);
}

.hero p.lead {
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 560px;
  margin: 0 auto 30px;
}

.platform-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.platform-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.18s ease;
  box-shadow: var(--shadow-card);
}

.platform-btn svg { width: 18px; height: 18px; }

.platform-btn[data-active="true"] {
  background: var(--dark);
  color: #fdfcf9;
  border-color: var(--dark);
  transform: translateY(-1px);
  box-shadow: 0 14px 26px -14px rgba(20, 16, 10, 0.55);
}

.platform-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.platform-btn .soon {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: var(--bg-alt);
  color: var(--ink-mute);
  padding: 2px 7px;
  border-radius: 999px;
}

.hero-note {
  font-size: 13px;
  color: var(--ink-mute);
  margin-bottom: 8px;
}

/* Floating keycap stage */
.stage {
  position: relative;
  height: 460px;
  margin-top: 34px;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
}

.keys-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  perspective: 1100px;
}

.keycap {
  position: absolute;
  width: 74px;
  height: 74px;
  touch-action: none;
  cursor: grab;
  user-select: none;
  will-change: transform;
  filter: drop-shadow(0 10px 14px rgba(24, 18, 10, 0.16));
  transition: filter 0.2s ease;
  transform-style: preserve-3d;
}

.keycap.dragging {
  cursor: grabbing;
  filter: drop-shadow(0 26px 30px rgba(24, 18, 10, 0.28));
  z-index: 50;
}

.keycap.wall-hit {
  filter: drop-shadow(0 6px 16px rgba(255, 91, 31, 0.55)) brightness(1.12);
  transition: filter 0.08s ease-out;
}

.keycap svg { width: 100%; height: 100%; backface-visibility: visible; }

.mockup-wrap {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: 2;
  width: min(680px, 92vw);
  pointer-events: none;
}

.mockup {
  background: var(--dark);
  border-radius: 22px 22px 0 0;
  padding: 14px 18px 0;
  box-shadow: var(--shadow-pop);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: none;
  pointer-events: auto;
}

.mockup-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}

.mockup-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f2efe8;
  font-size: 13px;
  font-weight: 600;
}

.mockup-brand span.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #35d07f;
  box-shadow: 0 0 0 3px rgba(53, 208, 127, 0.18);
}

.mockup-clock { color: #a39a86; font-size: 12.5px; font-variant-numeric: tabular-nums; }

.mockup-body {
  background: linear-gradient(180deg, #1c1811, #17130e);
  border-radius: 16px 16px 0 0;
  padding: 18px 18px 26px;
}

.mockup-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.mockup-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 10px 12px;
}

.mockup-stat .num {
  font-size: 20px;
  font-weight: 700;
  color: #fdfcf9;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

.mockup-stat .lbl {
  font-size: 11px;
  color: #a39a86;
  margin-top: 2px;
}

.mockup-chart {
  height: 78px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px 4px 0;
}

/* Typing keyboard */
.kb-stage {
  position: relative;
  z-index: 3;
  margin-top: 42px;
}

.type-readout {
  max-width: 720px;
  margin: 0 auto 22px;
  background: linear-gradient(180deg, #1c1811, #16120d);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  padding: 18px 22px;
  text-align: left;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  font-size: clamp(15px, 2vw, 20px);
  line-height: 1.5;
  min-height: 3.1em;
  color: #f2efe8;
}

.type-readout .kb-typed { color: #f7f4ee; white-space: pre-wrap; }
.type-readout .kb-ghost { color: #6a6252; white-space: pre-wrap; }
.type-readout .mistake { color: var(--accent); text-decoration: underline wavy var(--accent); }

.kb-caret {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  background: var(--accent);
  margin: 0 1px;
  vertical-align: -0.16em;
  animation: kb-blink 1s steps(1) infinite;
}

@keyframes kb-blink { 50% { opacity: 0; } }

.kb-persp {
  perspective: 1500px;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 8px 14px;
}

.kb-case {
  --kb-u: clamp(18px, 4.2vw, 40px);
  --kb-gap: clamp(3px, 0.6vw, 6px);
  display: inline-flex;
  flex-direction: column;
  gap: var(--kb-gap);
  padding: clamp(10px, 1.6vw, 18px);
  border-radius: 16px;
  background: linear-gradient(180deg, #2c2c2c, #121212);
  border: 1px solid #000;
  box-shadow: 0 44px 74px -34px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: rotateX(13deg);
  transform-origin: center 80%;
}

.kb-row { display: flex; gap: var(--kb-gap); }

.kb-key {
  height: var(--kb-u);
  width: calc(var(--kb-u) * var(--w) + var(--kb-gap) * (var(--w) - 1));
  flex: none;
  border-radius: clamp(4px, 0.8vw, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: clamp(8px, 1.25vw, 11px);
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
  transition: transform 0.04s ease, box-shadow 0.06s ease, filter 0.06s ease;
}

.kb-key.gray {
  background: linear-gradient(180deg, #b8b6ae, #8b8981);
  color: #26231d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 3px 0 #57554d, 0 6px 8px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.kb-key.dark {
  background: linear-gradient(180deg, #3b3b3b, #1c1c1c);
  color: #e9e6df;
  box-shadow: 0 3px 0 #060606, 0 6px 8px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.kb-key.orange {
  background: linear-gradient(180deg, #ff7d3f, #ee5a17);
  color: #3a1604;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 3px 0 #9c3a0f, 0 6px 8px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.kb-key.down {
  transform: translateY(3px);
  filter: brightness(1.14);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.45), 0 0 12px rgba(255, 91, 31, 0.55);
}

.kb-stats {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}

.kb-stat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 26px;
  min-width: 116px;
  box-shadow: var(--shadow-card);
}

.kb-stat .num {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.kb-stat .lbl {
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: 3px;
}

/* Section framing */
section { padding: 108px 0; position: relative; }

.section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 56px;
}

.section-head h2 {
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.025em;
  font-weight: 800;
  margin: 16px 0 14px;
}

.section-head p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.6;
}

/* Demo section */
.demo-panel {
  background: var(--dark);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 4vw, 44px);
  box-shadow: var(--shadow-pop);
  color: #f2efe8;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: center;
}

@media (max-width: 860px) {
  .demo-panel { grid-template-columns: 1fr; }
}

.demo-copy h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.demo-copy p {
  color: #b9b09b;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0 0 20px;
}

.demo-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }

.demo-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: #d8d2c2;
}

.demo-list svg { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--accent); }

.demo-visual {
  background: linear-gradient(180deg, #201b14, #171310);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 20px;
}

.demo-visual-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.demo-visual-head .title { font-size: 13px; font-weight: 600; color: #efece3; }
.demo-visual-head .range { font-size: 11.5px; color: #8a806b; }

.chart-wrap { position: relative; height: 150px; margin-bottom: 18px; }

.chart-wrap svg { width: 100%; height: 100%; overflow: visible; }

.chart-line {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
}

.chart-line.animate { animation: draw 1.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }

@keyframes draw { to { stroke-dashoffset: 0; } }

.chart-fill { opacity: 0; transition: opacity 0.6s ease 0.9s; }
.chart-fill.animate { opacity: 1; }

.chart-dot {
  fill: var(--accent);
  opacity: 0;
}

.chart-dot.animate { animation: pop 0.4s ease 1.85s forwards; }

@keyframes pop { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }

.demo-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.demo-stat {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px 14px;
}

.demo-stat .num {
  font-size: 22px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

.demo-stat .lbl { font-size: 11.5px; color: #8a806b; margin-top: 3px; }

.heat-grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 3px;
  margin-top: 16px;
}

.heat-grid span {
  aspect-ratio: 1;
  border-radius: 3px;
  background: rgba(255, 91, 31, 0.08);
  opacity: 0;
  transform: scale(0.4);
}

.heat-grid span.animate {
  animation: heatin 0.35s ease forwards;
}

@keyframes heatin { to { opacity: var(--heat-op, 1); transform: scale(1); } }

/* Features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 900px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .features-grid { grid-template-columns: 1fr; } }

.feature-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-visual {
  height: 128px;
  border-radius: 14px;
  background: var(--bg-alt);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.feature-card h3 {
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* feature: menu bar toggle */
.f-menubar { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.f-menubar .bar {
  width: 108px;
  height: 20px;
  background: #16130f;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px;
  gap: 6px;
}
.f-menubar .bar .dot { width: 6px; height: 6px; border-radius: 50%; background: #35d07f; }
.f-menubar .bar .dot.paused { background: #e8a13a; }
.f-menubar .pill {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: #16130f;
  color: #f2efe8;
}

/* feature: hotkey pause */
.f-hotkey { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.f-hotkey .keys { display: flex; gap: 6px; }
.f-hotkey kbd {
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
  border-bottom-width: 2.5px;
  border-radius: 7px;
  padding: 6px 9px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.04);
}
.f-hotkey .pause-pill {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  background: #16130f;
  color: #f2efe8;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.f-hotkey .pause-pill.show { opacity: 1; }

.f-hotkey kbd.pressed {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(1px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

#f-shield-check { transition: stroke-dashoffset 0.5s ease; }

#f-lock-shackle { transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); transform: translateY(0); }
#f-lock-shackle.open { transform: translateY(-4px); }

/* feature: offline shield */
.f-shield svg { width: 60px; height: 60px; }

/* feature: platforms */
.f-plat { display: flex; gap: 14px; align-items: center; }
.f-plat .p-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.f-plat .p-icon svg { width: 20px; height: 20px; }
.f-plat .p-icon.on { transform: translateY(-6px); box-shadow: var(--shadow-card); border-color: var(--accent); }

/* feature: widget */
.f-widget {
  width: 150px;
  border-radius: 12px;
  background: #16130f;
  color: #f2efe8;
  padding: 12px 14px;
}
.f-widget .num { font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; }
.f-widget .lbl { font-size: 10.5px; color: #a39a86; }
.f-widget .spark { height: 26px; margin-top: 8px; }

/* feature: lock */
.f-lock svg { width: 56px; height: 56px; }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; display: grid; gap: 10px; }

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: none;
  border: none;
  text-align: left;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
}

.faq-q .chevron {
  flex: none;
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
  color: var(--ink-mute);
}

.faq-item[data-open="true"] .chevron { transform: rotate(180deg); }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-a-inner {
  padding: 0 22px 20px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-soft);
}

/* CTA band */
.cta-band {
  background: var(--dark);
  border-radius: var(--radius-lg);
  padding: 60px 40px;
  text-align: center;
  color: #f2efe8;
  box-shadow: var(--shadow-pop);
}

.cta-band h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.cta-band p { color: #b9b09b; font-size: 15.5px; margin: 0 0 26px; }

/* Footer */
footer {
  position: relative;
  background: var(--dark);
  color: #f2efe8;
  padding: 64px 0 26px;
  overflow: hidden;
  margin-top: 40px;
}

.footer-keys {
  position: absolute;
  inset: 0;
  z-index: 0;
  perspective: 1100px;
  opacity: 0.9;
}

.footer-content { position: relative; z-index: 1; }

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.footer-brand { max-width: 300px; }

.footer-brand .brand { color: #f9f7f1; }

.footer-brand p {
  font-size: 13.5px;
  color: #a39a86;
  line-height: 1.6;
  margin: 12px 0 0;
}

.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }

.footer-col h4 {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a806b;
  margin: 0 0 12px;
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: #cdc6b4;
  padding: 5px 0;
}

.footer-col a:hover { color: #ffffff; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #8a806b;
}

.footer-bottom a { color: #a39a86; text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom a:hover { color: #f2efe8; }

.footer-credit { font-size: 11.5px; color: #756c58; }

/* Simple page (privacy) */
.doc {
  max-width: 720px;
  margin: 0 auto;
  padding: 150px 28px 100px;
}

.doc h1 { font-size: 38px; letter-spacing: -0.02em; margin-bottom: 6px; }
.doc .updated { color: var(--ink-mute); font-size: 13.5px; margin-bottom: 40px; }
.doc h2 { font-size: 19px; margin: 36px 0 10px; letter-spacing: -0.01em; }
.doc p, .doc li { font-size: 15px; line-height: 1.75; color: var(--ink-soft); }
.doc ul { padding-left: 20px; }
.doc a.back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.doc a.back svg { width: 14px; height: 14px; }
