:root {
  --ink: #06120e;
  --panel: #0d1c16;
  --panel-2: #12251d;
  --cream: #fff7e8;
  --muted: #c8c0b0;
  --mint: #82e4bd;
  --green: #1e5d49;
  --gold: #efad00;
  --line: rgba(130, 228, 189, .28);
  --danger: #f1c15e;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--cream); color: var(--ink); padding: 12px 16px; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: rgba(6, 18, 14, .96); position: sticky; top: 0; z-index: 20; }
.brand { text-decoration: none; font-weight: 900; letter-spacing: .18em; }
.site-header nav { display: flex; gap: 24px; }
.site-header nav a { text-decoration: none; color: var(--muted); font-weight: 800; }
.site-header nav a:hover, .site-header nav a:focus { color: var(--mint); }
main { overflow: hidden; }
.hero { max-width: var(--max); margin: 0 auto; padding: 84px 24px 68px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.eyebrow { color: var(--mint); font-size: .78rem; font-weight: 900; letter-spacing: .18em; margin: 0 0 16px; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; line-height: .98; margin: 0; }
h1 { font-size: clamp(3.4rem, 7vw, 6.7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.lede { font-size: clamp(1.18rem, 2vw, 1.55rem); color: var(--muted); max-width: 680px; margin: 28px 0; }
.privacy-line { color: var(--mint); border-left: 3px solid var(--gold); padding-left: 18px; }
.operating-picture { border: 1px solid var(--line); border-radius: 34px; background: radial-gradient(circle at center, rgba(130,228,189,.12), transparent 42%), #07130f; padding: 36px; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.picture-center { width: 190px; height: 190px; margin: 0 auto 30px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-content: center; text-align: center; background: #17130d; box-shadow: 0 0 0 18px rgba(239,173,0,.05); }
.picture-center strong { font: 700 1.45rem Georgia, serif; }
.picture-label { display: block; color: var(--gold); font-size: .72rem; letter-spacing: .16em; font-weight: 900; }
.picture-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.picture-steps li { min-height: 150px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.picture-steps span { color: var(--gold); font-weight: 900; }
.picture-steps strong, .picture-steps small { display: block; }
.picture-steps strong { margin: 14px 0 6px; font: 700 1.25rem Georgia, serif; }
.picture-steps small { color: var(--muted); }
.picture-footer { text-align: center; color: var(--mint); font-size: .82rem; font-weight: 800; letter-spacing: .08em; margin: 26px 0 0; }
.assessment-shell { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); color: #101914; padding: 88px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.assessment-shell .eyebrow { color: #0c7153; }
.assessment-intro > p:not(.eyebrow) { font-size: 1.15rem; color: #4d5852; }
.warning { border-left: 4px solid var(--gold); background: #fff3d3; padding: 18px 20px; margin-top: 28px; }
.warning p { margin: 6px 0 0; }
.questions { display: grid; gap: 20px; }
.question { display: grid; gap: 8px; }
.question label { font-weight: 900; font-size: 1.08rem; }
.question label span { display: inline-grid; place-content: center; width: 30px; height: 30px; background: #0c7153; color: white; border-radius: 50%; margin-right: 8px; }
select, textarea { width: 100%; border: 1px solid #a9b3ad; border-radius: 14px; background: #fff; color: #101914; font: inherit; padding: 16px; min-height: 56px; }
textarea { resize: vertical; }
select:focus, textarea:focus, button:focus, a:focus { outline: 3px solid var(--gold); outline-offset: 3px; }
.field-note { color: #56645d; font-size: .92rem; margin: 0; }
.validation { min-height: 24px; color: #8d2900; font-weight: 800; margin: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 13px; padding: 14px 22px; font-weight: 900; font-size: 1rem; text-decoration: none; cursor: pointer; border: 1px solid transparent; }
.button.primary { background: var(--gold); color: #0b120e; }
.button.primary:hover { background: #ffc52d; }
.button.secondary { background: var(--mint); color: #07130f; }
.result { max-width: var(--max); margin: 0 auto; padding: 88px 24px; }
.result-status { max-width: 860px; margin-bottom: 56px; }
.result-confidence { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.blueprint { border: 1px solid var(--line); border-radius: 32px; background: var(--panel); padding: 40px; }
.blueprint-copy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: end; margin-bottom: 36px; }
.blueprint-copy > p:last-child { color: var(--muted); }
.blueprint-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.blueprint-steps li { border-top: 2px solid var(--gold); padding: 18px 14px; background: #091510; min-height: 180px; }
.blueprint-steps span { display: inline-grid; place-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 900; }
.blueprint-steps strong, .blueprint-steps small { display: block; }
.blueprint-steps strong { margin: 16px 0 8px; }
.blueprint-steps small { color: var(--muted); }
.value-grid, .commercial-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.value-grid article, .commercial-paths article { border: 1px solid var(--line); border-radius: 24px; padding: 32px; background: #091510; }
.value-grid p:not(.eyebrow), .commercial-paths p:not(.eyebrow) { color: var(--muted); }
.prompt-panel { margin-top: 20px; padding: 40px; border-radius: 28px; background: var(--cream); color: #101914; }
.prompt-panel .eyebrow { color: #0c7153; }
.prompt-panel pre { white-space: pre-wrap; word-break: break-word; max-height: 420px; overflow: auto; background: #07100c; color: #e8f7ef; border-radius: 18px; padding: 24px; margin: 24px 0 0; font-size: .92rem; }
.copy-status { min-height: 24px; color: #0c7153; font-weight: 800; }
.text-link { color: var(--mint); font-weight: 900; }
footer { max-width: var(--max); margin: 0 auto; padding: 36px 24px 56px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); }
.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; }

@media (max-width: 900px) {
  .hero, .assessment-shell { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }
  .picture-steps, .blueprint-steps { grid-template-columns: 1fr 1fr; }
  .blueprint-copy { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { align-items: flex-start; padding: 18px 20px; }
  .site-header nav { display: none; }
  .hero, .result { padding-left: 18px; padding-right: 18px; }
  .operating-picture, .blueprint, .prompt-panel { padding: 24px 18px; border-radius: 22px; }
  .picture-center { width: 150px; height: 150px; }
  .picture-steps, .blueprint-steps, .value-grid, .commercial-paths { grid-template-columns: 1fr; }
  .picture-steps li, .blueprint-steps li { min-height: 0; }
  .assessment-shell { padding: 64px 18px; }
  footer { display: block; }
}

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

