:root {
  --ink: #18231f;
  --muted: #66716d;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --green: #143c32;
  --green-2: #1f5748;
  --mint: #b7dfcd;
  --gold: #c99f53;
  --coral: #e56d50;
  --line: rgba(20, 60, 50, .13);
  --shadow: 0 22px 60px rgba(37, 50, 44, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.topbar { height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--green); text-decoration: none; font-family: Georgia, serif; font-size: 16px; font-weight: 700; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--green); font: 700 11px Inter, sans-serif; letter-spacing: -.08em; }
.confidential { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.42); font-size: 11px; }
.confidential i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.eyebrow { margin: 0 0 13px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.display { margin: 0; color: var(--green); font: 500 clamp(43px, 6vw, 76px)/.98 Georgia, serif; letter-spacing: -.045em; }
.display em { color: var(--coral); font-style: italic; }
.lede { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 0; border-radius: 8px; color: white; background: var(--green); text-decoration: none; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .18s, background .18s; }
.button:hover { background: var(--green-2); transform: translateY(-1px); }
.button.light { color: var(--green); background: var(--paper); }
.button.outline { color: var(--green); background: transparent; border: 1px solid var(--line); }
.text-link { color: var(--green); font-size: 12px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.card { border: 1px solid var(--line); border-radius: 15px; background: rgba(255,253,248,.82); box-shadow: var(--shadow); }
.prototype-note { padding: 10px 14px; border: 1px solid rgba(201,159,83,.28); border-radius: 8px; color: #745b2e; background: rgba(201,159,83,.10); font-size: 11px; line-height: 1.5; }
.page-hero { padding: 70px 0 55px; }
.page-hero .display { max-width: 900px; }
.back-link { display: inline-flex; gap: 6px; margin-bottom: 26px; color: var(--muted); text-decoration: none; font-size: 12px; }
.back-link:hover { color: var(--green); }

/* Hub */
.hub-hero { padding: 90px 0 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; align-items: end; }
.brief-card { padding: 26px; color: var(--cream); background: var(--green); border-radius: 16px; box-shadow: var(--shadow); }
.brief-card > span { color: var(--mint); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.brief-card h2 { margin: 8px 0 20px; font: 500 25px Georgia, serif; }
.brief-row { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.brief-row span { color: rgba(255,255,255,.57); }
.brief-row strong { max-width: 62%; text-align: right; line-height: 1.45; }
.journey-section { padding-bottom: 58px; }
.journey-card { min-height: 0; padding: 34px; }
.journey-card::before { width: 210px; height: 210px; background: #a9c8d3; }
.journey-card h3 { max-width: 720px; }
.journey-card p { max-width: 800px; }
.journey-flow { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 28px; }
.journey-flow span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); background: rgba(183,223,205,.18); font-size: 11px; font-weight: 700; }
.journey-flow i { color: var(--coral); font-style: normal; }
.output-section { padding-bottom: 95px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-head h2 { margin: 0; color: var(--green); font: 500 35px Georgia, serif; }
.section-head p { max-width: 430px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.folder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.folder-card { position: relative; min-height: 250px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); text-decoration: none; box-shadow: var(--shadow); transition: transform .2s, border-color .2s; }
.folder-card:hover { transform: translateY(-4px); border-color: rgba(20,60,50,.32); }
.folder-card::before { content: ""; position: absolute; width: 140px; height: 140px; right: -55px; top: -55px; border-radius: 50%; background: var(--mint); opacity: .33; }
.folder-card:nth-child(2)::before { background: #f0c2a9; }
.folder-card:nth-child(3)::before { background: #d7c28d; }
.folder-card:nth-child(4)::before { background: #a9c8d3; }
.folder-card:nth-child(5)::before { background: #c7b2d8; }
.website-deliverable { grid-column: 1 / -1; min-height: 220px; }
.folder-number { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.folder-card h3 { margin: 0 0 8px; color: var(--green); font: 500 30px Georgia, serif; }
.folder-card p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.folder-action { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; color: var(--green); font-size: 12px; font-weight: 800; }
.folder-action i { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }

/* Ads */
.ad-list { display: grid; gap: 34px; padding-bottom: 95px; }
.ad-concept { display: grid; grid-template-columns: 440px 1fr; overflow: hidden; }
.creative-stage { min-height: 440px; padding: 28px; background: #e9e2d5; display: grid; place-items: center; }
.creative-stage img { display: block; width: min(100%, 390px); border-radius: 4px; box-shadow: 0 18px 45px rgba(20,35,30,.18); }
.ad-notes { padding: 34px; }
.concept-tag { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: var(--coral); background: rgba(229,109,80,.09); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ad-notes h2 { margin: 16px 0 8px; color: var(--green); font: 500 30px Georgia, serif; }
.ad-notes > p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.copy-block { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.copy-block span { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.copy-block p { margin: 7px 0 0; font-size: 12px; line-height: 1.6; }
.ad-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }

/* Diagnostic */
.diagnostic-page { min-height: 100vh; background: var(--green); color: var(--cream); }
.diagnostic-page .topbar { border-color: rgba(255,255,255,.12); }
.diagnostic-page .brand { color: var(--cream); }
.diagnostic-page .brand-mark { color: var(--green); background: var(--cream); }
.diagnostic-page .confidential { color: rgba(255,255,255,.65); border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.05); }
.diagnostic-wrap { min-height: calc(100vh - 78px); display: grid; place-items: center; padding: 45px 0 70px; }
.diagnostic-card { width: min(760px, 100%); padding: 48px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.055); box-shadow: 0 25px 80px rgba(0,0,0,.2); }
.diagnostic-card .eyebrow { color: var(--mint); }
.diagnostic-card h1 { max-width: 650px; margin: 0; font: 500 clamp(42px, 6vw, 65px)/1.03 Georgia, serif; letter-spacing: -.045em; }
.diagnostic-card h1 em { color: #edaa92; }
.diagnostic-card .intro { max-width: 620px; margin: 22px 0 0; color: rgba(255,255,255,.67); line-height: 1.7; }
.diagnostic-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 30px 0; }
.diagnostic-points-four { grid-template-columns: repeat(2, 1fr); }
.diagnostic-points div { padding: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 9px; background: rgba(255,255,255,.035); }
.diagnostic-points strong { display: block; font-family: Georgia, serif; font-size: 18px; }
.diagnostic-points span { color: rgba(255,255,255,.49); font-size: 10px; }
.diagnostic-card .button { color: var(--green); background: var(--mint); }
.diagnostic-card .prototype-note { margin-top: 22px; color: rgba(255,255,255,.55); border-color: rgba(255,255,255,.12); background: rgba(0,0,0,.08); }
.quiz-meta { display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.57); font-size: 12px; }
.progress-track { height: 5px; margin: 12px 0 38px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
.progress-track i { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--mint); transition: width .25s; }
.question-text { margin: 0 0 27px; font: 500 clamp(28px, 4vw, 40px)/1.2 Georgia, serif; }
.answer-list { display: grid; gap: 9px; }
.answer-option { cursor: pointer; width: 100%; display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 13px; padding: 15px; color: var(--cream); text-align: left; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.035); transition: background .16s, border .16s; }
.answer-option:hover, .answer-option.selected { border-color: rgba(183,223,205,.5); background: rgba(183,223,205,.09); }
.option-dot { width: 13px; height: 13px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.answer-option:hover .option-dot { border: 4px solid var(--mint); }
.answer-option strong, .answer-option small { display: block; }
.answer-option strong { font-size: 14px; }
.answer-option small { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 12px; }
.option-arrow { color: var(--mint); }
.quiz-footer { margin-top: 22px; }
.back-button { cursor: pointer; color: rgba(255,255,255,.55); border: 0; background: transparent; font-size: 11px; }
.back-button:disabled { opacity: .25; cursor: default; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 28px; }
.lead-form label { display: grid; gap: 7px; color: rgba(255,255,255,.67); font-size: 13px; }
.lead-form input { width: 100%; height: 48px; padding: 0 14px; color: var(--cream); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; outline: 0; background: rgba(0,0,0,.12); }
.lead-form input:focus { border-color: var(--mint); }
.lead-form .button { grid-column: 1 / -1; margin-top: 4px; }

/* Report */
.report-page { background: #ece7dc; }
.report-shell { width: min(920px, calc(100% - 30px)); margin: 40px auto 80px; }
.report-paper { overflow: hidden; border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.report-cover { min-height: 340px; display: grid; grid-template-columns: 1.25fr .55fr; color: var(--cream); background: var(--green); }
.report-cover-copy { padding: 55px; }
.report-cover .eyebrow { color: var(--mint); }
.report-cover h1 { margin: 0; font: 500 clamp(38px, 6vw, 62px)/1.03 Georgia, serif; letter-spacing: -.045em; }
.report-cover p { color: rgba(255,255,255,.6); }
.score-panel { display: grid; place-items: center; padding: 30px; background: rgba(255,255,255,.055); }
.score-ring { --score: 0deg; width: 155px; height: 155px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--mint) var(--score), rgba(255,255,255,.10) 0); position: relative; }
.score-ring::after { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--green); }
.score-ring div { z-index: 1; text-align: center; }
.score-ring strong { display: block; font: 500 52px Georgia, serif; }
.score-ring span { color: rgba(255,255,255,.5); font-size: 10px; }
.report-content { padding: 50px 55px 58px; }
.report-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.report-summary h2 { margin: 5px 0 12px; color: var(--green); font: 500 35px Georgia, serif; }
.report-summary p { color: var(--muted); line-height: 1.65; font-size: 13px; }
.priority-box { padding: 22px; border-left: 3px solid var(--coral); background: rgba(229,109,80,.06); }
.priority-box span { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.priority-box p { margin-bottom: 0; color: var(--ink); }
.dimension-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 38px; }
.dimension-card { padding: 21px; border: 1px solid var(--line); border-radius: 11px; }
.dimension-card > div:first-child { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.dimension-card span { color: var(--green); font: 500 20px Georgia, serif; }
.dimension-card strong { font-size: 17px; }
.dimension-card strong small { color: var(--muted); font-size: 9px; }
.dimension-track { height: 5px; margin: 14px 0; overflow: hidden; border-radius: 999px; background: #e9e5da; }
.dimension-track i { display: block; height: 100%; border-radius: inherit; background: var(--coral); }
.dimension-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.insight-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 13px; }
.insight { padding: 20px; border-radius: 11px; background: #f1ede4; }
.insight span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.insight strong { display: block; margin-top: 5px; color: var(--green); font: 500 23px Georgia, serif; }
.report-cta { margin-top: 34px; padding: 27px; display: flex; justify-content: space-between; gap: 25px; align-items: center; color: var(--cream); background: var(--green); border-radius: 12px; }
.report-cta h3 { margin: 0 0 5px; font: 500 24px Georgia, serif; }
.report-cta p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }
.report-disclaimer { margin-top: 15px; color: var(--muted); text-align: center; font-size: 9px; }

/* Next step */
.next-page { min-height: 100vh; background: var(--green); color: var(--cream); }
.next-wrap { min-height: calc(100vh - 78px); display: grid; place-items: center; padding: 50px 0; }
.next-card { width: min(780px, 100%); text-align: center; }
.check-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 26px; border-radius: 50%; color: var(--green); background: var(--mint); font-size: 25px; }
.next-card h1 { max-width: 680px; margin: 0 auto; font: 500 clamp(42px, 7vw, 72px)/1 Georgia, serif; letter-spacing: -.05em; }
.next-card > p { max-width: 560px; margin: 20px auto 0; color: rgba(255,255,255,.63); line-height: 1.7; }
.next-grid { margin: 35px 0 27px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: left; }
.next-grid div { padding: 17px; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; background: rgba(255,255,255,.04); }
.next-grid span { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.next-grid strong { display: block; margin-top: 5px; font-size: 12px; line-height: 1.4; }
.next-card .button { min-width: 230px; color: var(--green); background: var(--mint); }
.next-card .prototype-note { max-width: 580px; margin: 25px auto 0; color: rgba(255,255,255,.55); border-color: rgba(255,255,255,.11); background: rgba(0,0,0,.08); }

footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }

@media (max-width: 850px) {
  .hub-hero, .ad-concept, .report-cover { grid-template-columns: 1fr; }
  .brief-card { max-width: 500px; }
  .creative-stage { min-height: 360px; }
  .report-summary { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .shell { width: min(100% - 24px, 1160px); }
  .topbar { height: 68px; }
  .confidential { font-size: 9px; }
  .hub-hero { padding: 60px 0 50px; gap: 35px; }
  .display { font-size: 47px; }
  .folder-grid, .dimension-grid, .insight-row { grid-template-columns: 1fr; }
  .website-deliverable { grid-column: auto; }
  .section-head { align-items: start; flex-direction: column; }
  .ad-notes, .diagnostic-card, .report-cover-copy, .report-content { padding: 26px; }
  .diagnostic-points, .diagnostic-points-four, .next-grid { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form .button { grid-column: auto; }
  .report-cover { min-height: auto; }
  .score-panel { padding: 35px; }
  .report-cta { align-items: stretch; flex-direction: column; }
  footer { padding: 25px 0; flex-direction: column; align-items: flex-start; }
}
@media print {
  .topbar, .report-cta, .prototype-note, footer { display: none !important; }
  body, .report-page { background: white; }
  .report-shell { width: 100%; margin: 0; }
  .report-paper { box-shadow: none; }
}
