:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f4f0e7;
  background: #14150f;
  --paper: #f4f0e7;
  --muted: #aaa99e;
  --line: #35372d;
  --gold: #efbd65;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.62; background: radial-gradient(circle at 78% 8%, rgba(239, 189, 101, .07), transparent 28rem), #14150f; }
main { width: min(100% - 3rem, 72rem); margin: 0 auto; padding: 2rem 0 4rem; }
.privacy-page main { width: min(100% - 3rem, 44rem); }
nav, footer, .hero-links, .product-actions { display: flex; flex-wrap: wrap; align-items: center; }
nav { justify-content: space-between; margin-bottom: clamp(4rem, 10vw, 8rem); }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--paper); font-weight: 650; text-decoration: none; }
.brand img { width: 2rem; height: 2rem; border-radius: .55rem; }
.nav-links { display: flex; gap: 1.5rem; }
a { color: var(--gold); text-underline-offset: .22em; overflow-wrap: anywhere; }
a:hover { color: #fff0c9; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; border-radius: 2px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.03em; }
h1 { font-size: clamp(3.6rem, 8vw, 7.5rem); line-height: .94; margin: .65rem 0 1.5rem; max-width: 8ch; }
h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1.08; margin: .55rem 0 1rem; }
h3 { font-size: 1.05rem; line-height: 1.3; margin: .55rem 0 .5rem; }
p { margin: .7rem 0; }
.eyebrow { font-size: .74rem; color: var(--gold); letter-spacing: .17em; text-transform: uppercase; font-weight: 700; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); color: #c7c5ba; max-width: 38rem; margin-bottom: 2rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(19rem, .85fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; padding-bottom: clamp(5rem, 10vw, 9rem); }
.hero-links { gap: 1.25rem; }
.button { display: inline-block; padding: .85rem 1.25rem; border-radius: 999px; background: var(--paper); color: #161710; font-weight: 700; text-decoration: none; }
.button:hover { background: #fffaf0; color: #161710; }
.text-link { font-weight: 650; }
.product-frame { min-height: 29rem; padding: 2rem; border: 1px solid #454535; border-radius: 2rem; background: linear-gradient(160deg, #202118, #12130e); box-shadow: 0 2rem 5rem rgba(0, 0, 0, .28); display: grid; grid-template-rows: auto 1fr auto auto; align-items: center; text-align: center; }
.product-kicker { color: var(--muted); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.product-orb { width: 9.5rem; height: 9.5rem; margin: 1.5rem auto .5rem; border: 1px solid rgba(239, 189, 101, .48); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 4rem rgba(239, 189, 101, .12); animation: breathe 7s ease-in-out infinite; }
.product-orb span { width: 58%; height: 58%; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f8d898, #d79b3d); box-shadow: 0 0 2.5rem rgba(239, 189, 101, .28); }
.product-instruction { font-family: Georgia, serif; font-size: 1.65rem; margin: 1rem 0 2rem; }
.product-actions { gap: .65rem; justify-content: center; }
.product-actions span { flex: 1; min-width: 7rem; padding: .7rem .8rem; border: 1px solid #4a4b40; border-radius: 999px; color: #bcbbae; font-size: .85rem; }
.product-actions span:first-child { border-color: #8d6b35; color: var(--gold); }
section { border-top: 1px solid var(--line); padding: clamp(4rem, 8vw, 7rem) 0; }
section p { color: #c7c5ba; }
.section-intro > p:not(.eyebrow) { max-width: 42rem; font-size: 1.08rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.steps article, .support-grid article, .install-options article { padding: 1.6rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255, 255, 255, .018); }
.step-number { font-family: ui-monospace, monospace; color: var(--gold); font-size: .78rem; }
.install-section > p:not(.eyebrow) { max-width: 42rem; font-size: 1.08rem; }
.install-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.5rem; }
.install-options article { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.install-options h3, .install-options p { margin: 0; }
.install-options p { color: var(--muted); font-size: .9rem; }
.store-placeholder { flex: 0 0 auto; padding: .65rem 1rem; border: 1px solid #55472d; border-radius: 999px; color: var(--gold); font-size: .84rem; font-weight: 700; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 8rem); }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.5rem; }
footer { border-top: 1px solid var(--line); justify-content: space-between; gap: 1rem; padding-top: 1.5rem; color: var(--muted); font-size: .85rem; }
.footer-links { display: flex; gap: 1.25rem; }
.preview { padding: .7rem 1rem; border: 1px solid #6e5633; border-radius: .5rem; color: var(--gold); margin-bottom: 2rem; }

@keyframes breathe {
  0%, 100% { transform: scale(.78); opacity: .82; }
  50% { transform: scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-orb { animation: none; }
}

@media (max-width: 760px) {
  main { width: min(100% - 2rem, 72rem); padding-top: 1.25rem; }
  nav { margin-bottom: 4rem; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { gap: 3rem; }
  .product-frame { min-height: 25rem; }
  .steps, .support-grid, .install-options { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .nav-links { gap: 1rem; }
  .hero-links { align-items: flex-start; flex-direction: column; }
  h1 { font-size: 3.35rem; }
}
