:root {
  --ink: #f5f0df;
  --muted: #aaa697;
  --black: #070907;
  --line: #39311e;
  --brass: #d6a83c;
  --brass-light: #f3cc68;
  --paper: #e7dbad;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 80% 10%, rgba(114, 91, 32, .14), transparent 28rem), var(--black); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; overflow-wrap: break-word; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: .98; }

.site-header { width: min(1180px, calc(100% - 40px)); min-height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(214, 168, 60, .18); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 720; letter-spacing: .01em; }
.brand img { border-radius: 11px; box-shadow: 0 8px 24px rgba(0, 0, 0, .4); }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); }
.site-header nav a, .site-footer nav a { color: var(--muted); font-size: .92rem; }
.site-header nav a:hover, .site-footer nav a:hover { color: var(--brass-light); }

.hero { width: min(1180px, calc(100% - 40px)); min-height: 760px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr); align-items: center; gap: clamp(50px, 8vw, 110px); padding: 84px 0 100px; }
.hero-copy, .section-heading, .signal-section > div, .privacy-callout > div, .feature-card { min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--brass-light); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .75rem; font-weight: 760; letter-spacing: .24em; }
h1 { max-width: 700px; font-size: clamp(3.4rem, 7vw, 6.35rem); letter-spacing: -.045em; }
h2 { max-width: 760px; font-size: clamp(2.4rem, 5vw, 4.7rem); letter-spacing: -.035em; }
.lede { max-width: 620px; margin: 30px 0 0; color: #c5c0ae; font-size: clamp(1.05rem, 1.8vw, 1.26rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 4px; font-weight: 730; font-size: .92rem; }
.button-primary { background: var(--brass); color: #171309; box-shadow: 0 12px 34px rgba(214, 168, 60, .16); }
.button-secondary { border: 1px solid var(--line); color: #d8d2c0; }
.hero-facts { display: flex; gap: clamp(30px, 5vw, 64px); margin: 48px 0 0; }
.hero-facts div { display: grid; gap: 6px; }
.hero-facts dt { color: #777568; font-size: .68rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.hero-facts dd { margin: 0; color: var(--paper); font-family: ui-monospace, monospace; font-weight: 720; }

.machine-showcase { position: relative; display: grid; justify-items: center; }
.showcase-glow { position: absolute; inset: 16% 5% 15%; border-radius: 50%; background: rgba(214, 168, 60, .15); filter: blur(70px); }
.phone-shell { position: relative; width: min(330px, 72vw); overflow: hidden; border: 2px solid #343629; border-radius: 48px; background: #000; box-shadow: 0 40px 100px rgba(0,0,0,.72), inset 0 0 0 6px #0d0e0b; transform: rotate(1.25deg); }
.phone-shell img { display: block; width: 100%; height: auto; }
.showcase-caption { position: relative; margin: 24px 0 0; color: #8e8b7d; font-family: ui-monospace, monospace; font-size: .72rem; }
.showcase-caption span { color: var(--brass-light); margin-right: 12px; }

.feature-section { padding: 110px max(20px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0b0d0a; }
.section-heading { margin-bottom: 56px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.feature-card { min-height: 300px; padding: 30px; border: 1px solid #272619; background: linear-gradient(145deg, #12150f, #0c0e0b); }
.feature-card > span { color: #746634; font-family: ui-monospace, monospace; font-size: .75rem; }
.feature-card h3 { margin-top: 84px; font-family: Georgia, serif; font-size: 1.65rem; }
.feature-card p { color: var(--muted); line-height: 1.65; }

.signal-section, .privacy-callout { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.signal-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 70px; align-items: center; padding: 120px 0; }
.signal-section p:not(.eyebrow) { max-width: 570px; color: var(--muted); line-height: 1.7; }
.signal-route { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 34px; border: 1px solid #30291b; background: #0c0f0b; font-family: ui-monospace, monospace; font-size: .73rem; line-height: 2; }
.signal-route span { padding: 3px 8px; background: #181a13; color: #c1bdad; }
.signal-route i { color: #696457; font-style: normal; }
.signal-route strong { color: var(--brass-light); }
.privacy-callout { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 70px; background: var(--paper); color: #19180f; }
.privacy-callout .eyebrow, .support-note .eyebrow { color: #746020; }
.privacy-callout h2 { max-width: 620px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.05; }
.privacy-callout p:not(.eyebrow) { margin-bottom: 0; color: #5e5945; }
.text-link { display: inline-block; flex: 0 0 auto; padding-bottom: 6px; border-bottom: 1px solid #84743c; font-weight: 750; }
.text-link span { margin-left: 10px; }

.site-footer { width: min(1180px, calc(100% - 40px)); min-height: 190px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: center; gap: 30px; color: #777568; font-size: .82rem; }
.site-footer .brand { color: var(--ink); }
.site-footer p { text-align: center; }

.content-page { width: min(980px, calc(100% - 40px)); margin: 0 auto; padding: 96px 0 32px; }
.content-intro { max-width: 850px; padding-bottom: 80px; }
.content-intro h1 { font-size: clamp(3.3rem, 7vw, 6rem); }
.content-intro > p:last-child { max-width: 720px; margin: 28px 0 0; color: #c5c0ae; font-size: 1.15rem; line-height: 1.75; }
.guide-section { display: grid; grid-template-columns: minmax(0, 250px) minmax(0, 1fr); gap: 50px; padding: 72px 0; border-top: 1px solid var(--line); }
.section-kicker > span { color: #746634; font-family: ui-monospace, monospace; font-size: .75rem; }
.section-kicker h2 { margin-top: 14px; font-size: clamp(1.75rem, 2.6vw, 2.25rem); line-height: 1.08; overflow-wrap: anywhere; }
.step-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 0 0 32px; }
.step-list li + li { padding-top: 32px; border-top: 1px solid #25251a; }
.step-list li > span { color: var(--brass-light); font-family: ui-monospace, monospace; font-size: .75rem; padding-top: 7px; }
.step-list h3, .answer-grid h3 { font-family: Georgia, serif; font-size: 1.4rem; }
.step-list p, .answer-grid p, .faq-list p, .policy-section p { color: var(--muted); line-height: 1.72; }
.answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.answer-grid article { min-height: 220px; padding: 28px; border: 1px solid #29271b; background: #0c0f0b; }
.faq-list { border-top: 1px solid #29271b; }
.faq-list details { padding: 24px 0; border-bottom: 1px solid #29271b; }
.faq-list summary { cursor: pointer; font-family: Georgia, serif; font-size: 1.24rem; }
.faq-list p { max-width: 720px; margin-bottom: 0; }
.support-note { margin: 70px 0; padding: 56px; background: var(--paper); color: #19180f; }
.support-note h2 { max-width: 700px; font-size: clamp(2.1rem, 4vw, 3.5rem); }
.support-note > p:not(.eyebrow) { max-width: 720px; color: #5e5945; line-height: 1.7; }
.support-note .text-link { margin-top: 18px; }
.policy-page { max-width: 880px; }
.policy-summary { margin-bottom: 70px; padding: 38px 42px; border-left: 4px solid var(--brass); background: #10130e; }
.policy-summary strong { font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.policy-summary p { margin: 14px 0 0; color: var(--muted); line-height: 1.7; }
.policy-section { padding: 42px 0; border-top: 1px solid var(--line); }
.policy-section h2 { font-size: clamp(1.8rem, 4vw, 2.65rem); line-height: 1.05; }
.policy-section p { max-width: 790px; }
.policy-section .text-link { margin-top: 14px; color: var(--paper); }

@media (max-width: 820px) {
  .site-header { min-height: 74px; }
  .site-header nav { gap: 16px; }
  .site-header nav a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .machine-showcase { margin-top: 10px; }
  .feature-grid, .answer-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .feature-card h3 { margin-top: 52px; }
  .signal-section { display: block; }
  .signal-section > div + div { margin-top: 40px; }
  .privacy-callout { align-items: start; flex-direction: column; padding: 46px 30px; }
  .site-footer { grid-template-columns: 1fr; padding: 50px 0; text-align: center; }
  .site-footer p { margin: 0; }
  .site-footer .brand, .site-footer nav { justify-self: center; }
  .content-page { padding-top: 66px; }
  .guide-section { grid-template-columns: 1fr; gap: 36px; }
  .support-note { padding: 42px 30px; }
}

@media (max-width: 520px) {
  .brand span { font-size: .9rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-facts { justify-content: space-between; gap: 12px; }
  .phone-shell { width: min(310px, 84vw); }
}
