:root {
  --night: #061c18;
  --night-2: #0b2a23;
  --panel: #102f28;
  --panel-2: #14372f;
  --cream: #f5f1e7;
  --paper: #fffdf8;
  --ink: #102b25;
  --muted: #a9b8b2;
  --green: #9ee0a7;
  --green-deep: #1d7456;
  --amber: #f0b74b;
  --coral: #ee806a;
  --line: rgba(255,255,255,.13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--night); color: white; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); padding: 10px 15px; border-radius: 8px; background: white; color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; line-height: 1.03; text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
h3, p, li, a, strong, small { overflow-wrap: anywhere; }
.hero-grid > *, .section-heading > *, .report-head > *, .scorecard-row > *, .agent-view > *, .action-layout > *, .conversation > * { min-width: 0; }
h1 { max-width: 780px; font-size: clamp(47px, 6.3vw, 82px); }
h2 { font-size: clamp(36px, 4.3vw, 58px); }
h3 { margin: 0; line-height: 1.25; }
p { text-wrap: pretty; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; width: min(1240px, calc(100% - 48px)); height: 84px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-symbol { position: relative; width: 42px; height: 42px; flex: 0 0 42px; }
.brand-symbol img { width: 100%; height: 100%; display: block; border-radius: 12px; object-fit: contain; }
.brand-symbol i { position: absolute; right: -2px; bottom: -2px; width: 13px; height: 13px; border: 2px solid var(--night); border-radius: 50%; background: var(--green); }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 21px; line-height: 1; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.82); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.back-link { padding: 10px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.88); font-size: 13px; text-decoration: none; }

.hero { position: relative; min-height: 770px; overflow: hidden; display: flex; align-items: center; padding: 132px 0 88px; background: radial-gradient(circle at 78% 28%, rgba(158,224,167,.16), transparent 24%), linear-gradient(135deg, #041713, var(--night-2)); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: 100px; border: 1px solid rgba(158,224,167,.12); border-radius: 50%; box-shadow: 0 0 0 82px rgba(158,224,167,.025), 0 0 0 164px rgba(158,224,167,.018); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.hero-copy { max-width: 720px; margin: 27px 0 0; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.68; }
.check-form { padding: 29px; border: 1px solid rgba(158,224,167,.22); border-radius: 27px; background: rgba(3,22,18,.67); box-shadow: 0 35px 90px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.mode-picker { margin: 0 0 20px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; border: 0; }
.mode-picker legend { grid-column: 1 / -1; margin-bottom: 9px; font-size: 13px; font-weight: 820; }
.mode-picker label { position: relative; min-width: 0; margin: 0; cursor: pointer; }
.mode-picker input { position: absolute; opacity: 0; pointer-events: none; }
.mode-picker label > span { min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.04); }
.mode-picker strong, .mode-picker small { display: block; }
.mode-picker strong { font-size: 13px; }
.mode-picker small { margin-top: 5px; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.35; }
.mode-picker input:checked + span { border-color: var(--green); background: rgba(158,224,167,.15); box-shadow: inset 0 0 0 1px var(--green); }
.mode-picker input:focus-visible + span { outline: 3px solid var(--amber); outline-offset: 3px; }
.check-form label { display: block; margin-bottom: 11px; font-size: 13px; font-weight: 820; }
.check-form select { width: 100%; min-height: 54px; margin-bottom: 8px; padding: 0 43px 0 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: var(--night-2); color: white; color-scheme: dark; }
.check-form select option { background: #fff; color: var(--ink); }
.vertical-preview { min-height: 40px; margin: 0 2px 17px; color: rgba(255,255,255,.74); font-size: 12px; }
.url-control { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: rgba(255,255,255,.06); }
.url-control > span { padding-left: 16px; color: rgba(255,255,255,.72); font-size: 14px; }
.url-control input { width: 100%; min-height: 57px; padding: 12px 15px 12px 2px; border: 0; outline: 0; background: transparent; color: white; }
.url-control input::placeholder { color: rgba(255,255,255,.66); }
.url-control button { grid-column: 1 / -1; min-height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border: 0; background: var(--green); color: var(--night); font-weight: 850; }
.url-control button:disabled { cursor: wait; opacity: .6; }
.form-note, .form-status { margin: 13px 2px 0; font-size: 11px; }
.form-note { color: rgba(255,255,255,.76); }
.form-status { min-height: 17px; color: var(--amber); }

.loading { margin-top: -33px; margin-bottom: 33px; min-height: 92px; display: flex; align-items: center; gap: 20px; padding: 22px 26px; border: 1px solid rgba(158,224,167,.27); border-radius: 18px; background: var(--panel); box-shadow: 0 18px 60px rgba(0,0,0,.25); }
.loading strong, .loading span { display: block; }
.loading span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.loading-pulse { display: flex; gap: 5px; }
.loading-pulse i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 1.1s infinite alternate; }
.loading-pulse i:nth-child(2) { animation-delay: .2s; }
.loading-pulse i:nth-child(3) { animation-delay: .4s; }
@keyframes pulse { to { opacity: .2; transform: translateY(-5px); } }

.dimensions-section { padding: 112px 0; background: var(--cream); color: var(--ink); }
.dimensions-section .eyebrow, .report .eyebrow, .conversation .eyebrow { color: var(--green-deep); }
.section-heading { margin-bottom: 46px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading > p { margin: 0 0 5px; color: #465a52; font-size: 17px; }
.dimension-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.dimension-grid article { min-height: 255px; padding: 27px; border: 1px solid rgba(16,43,37,.15); border-radius: var(--radius); background: rgba(255,253,248,.54); }
.dimension-grid article.featured { background: var(--night-2); color: white; }
.dimension-grid span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: rgba(16,43,37,.08); color: var(--green-deep); font-size: 11px; font-weight: 900; }
.dimension-grid .featured span { background: var(--green); color: var(--night); }
.dimension-grid h3 { margin-top: 55px; font-size: 20px; }
.dimension-grid p { margin: 12px 0 0; color: #465a52; font-size: 14px; }
.dimension-grid .featured p { color: rgba(255,255,255,.82); }
.five-dimensions { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.five-dimensions article { min-height: 275px; padding: 22px; }
.five-dimensions h3 { margin-top: 48px; }
.tier-check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tier-check-grid article { min-width: 0; min-height: 310px; padding: 28px; display: flex; flex-direction: column; border: 1px solid rgba(16,43,37,.15); border-radius: var(--radius); background: rgba(255,253,248,.64); }
.tier-check-grid article > span { color: var(--green-deep); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.tier-check-grid article h3 { margin-top: 50px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.tier-check-grid ul { margin: auto 0 0; padding: 18px 0 0 19px; border-top: 1px solid rgba(16,43,37,.12); color: #465a52; font-size: 13px; }
.tier-check-grid li + li { margin-top: 7px; }
.tier-check-grid .tier-one { border-color: rgba(238,128,106,.55); }
.tier-check-grid .featured { border: 2px solid var(--green-deep); background: #e4efdf; }
.tier-check-grid .tier-three { border-color: rgba(240,183,75,.75); }
.public-source-note { max-width: 900px; margin: 22px 0 0; color: #4f5f59; font-size: 12px; }
.public-source-note cite { color: var(--ink); }

.process-section { padding: 108px 0; }
.process-list { margin: 56px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; }
.report-vertical { margin: 24px 0 0; color: #465a52; }
.process-list li { position: relative; padding-right: 40px; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 23px; left: 65px; right: 24px; height: 1px; background: var(--line); }
.process-list > li > span { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; font-weight: 850; }
.process-list h3 { margin-top: 34px; font-size: 21px; }
.process-list p { max-width: 310px; margin: 12px 0 0; color: var(--muted); }

.report { padding: 102px 0 112px; background: var(--paper); color: var(--ink); }
.report-head { display: grid; grid-template-columns: 1fr 260px; gap: 70px; align-items: center; }
.report-summary { max-width: 720px; margin: 24px 0 0; color: #465a52; font-size: 18px; }
.score-card { min-height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(16,43,37,.16); border-radius: 30px; background: var(--ink); color: white; box-shadow: 0 25px 65px rgba(7,29,25,.18); }
.score-card > span { color: rgba(255,255,255,.82); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.score-card strong { margin: 6px 0 0; line-height: 1; }
.score-card strong b { color: var(--green); font-family: Georgia, serif; font-size: 78px; font-weight: 500; letter-spacing: -.06em; }
.score-card strong small { color: rgba(255,255,255,.84); font-size: 25px; }
.score-card em { margin-top: 8px; color: rgba(255,255,255,.8); font-size: 12px; font-style: normal; }
.scope-note { margin: 38px 0; display: flex; gap: 15px; align-items: flex-start; padding: 18px 21px; border: 1px solid #d7ccb5; border-radius: 16px; background: #fbf4e4; }
.scope-icon { color: #8c681d; font-size: 21px; }
.scope-note strong { font-size: 13px; }
.scope-note p { margin: 3px 0 0; color: #5a5044; font-size: 13px; }
.access-diagnostics { margin: 0 0 38px; padding: 30px; border: 2px solid #d58d7e; border-radius: 24px; background: #fff2ee; }
.access-diagnostics-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.access-diagnostics-head h3 { margin: 7px 0 8px; font-family: Georgia, serif; font-size: clamp(28px, 4vw, 46px); font-weight: 500; line-height: 1.04; }
.access-diagnostics-head p:not(.eyebrow) { max-width: 780px; margin: 0; color: #5d4a45; }
.diagnostic-confidence { flex: 0 0 auto; padding: 8px 12px; border: 1px solid #b45a48; border-radius: 999px; color: #963f31; font-size: 12px; font-weight: 850; }
.primary-cause { margin-top: 22px; padding: 21px; border-radius: 17px; background: #102b25; color: #fffdf7; }
.primary-cause > span { color: #9ee0a7; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.primary-cause > strong { display: block; margin: 6px 0 10px; font-size: 22px; }
.primary-cause p { margin: 7px 0 0; color: #d8e5df; font-size: 14px; }
.primary-cause b { color: #fffdf7; }
.access-checks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 16px; }
.access-check { min-width: 0; padding: 16px; border: 1px solid rgba(16,43,37,.14); border-radius: 15px; background: rgba(255,255,255,.68); }
.access-check-head { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.access-check h4 { margin: 0; font-size: 15px; }
.access-check p { margin: 8px 0 0; color: #554e49; font-size: 13px; overflow-wrap: anywhere; }
.diagnostic-status { flex: 0 0 auto; padding: 4px 8px; border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.diagnostic-status.pass { background: #dff0de; color: #176340; }
.diagnostic-status.blocked { background: #f9d9d2; color: #963f31; }
.diagnostic-status.failed { background: #f8dfd1; color: #8b432d; }
.diagnostic-status.warning, .diagnostic-status.unknown { background: #f7e8bf; color: #76540f; }
.diagnostic-status.not_found, .diagnostic-status.info { background: #e8ece9; color: #48554f; }
.robots-policies { margin-top: 18px; }
.robots-policies summary { cursor: pointer; color: #174e3d; font-weight: 850; }
.robots-policy-list { display: grid; gap: 7px; margin-top: 12px; }
.robots-policy { display: grid; grid-template-columns: minmax(150px,.7fr) minmax(150px,.7fr) minmax(0,1.6fr); gap: 10px; padding: 10px 12px; border-radius: 10px; background: rgba(255,255,255,.7); font-size: 12px; }
.robots-policy code { overflow-wrap: anywhere; }
.diagnostic-boundary { margin: 16px 0 0; color: #6f625d; font-size: 12px; }
.scorecard-row { margin: 0 0 24px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.scorecard-row article { min-height: 188px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(16,43,37,.14); border-radius: 22px; background: #f8f5ed; }
.scorecard-row article > span { margin-bottom: auto; color: #4f5f59; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.scorecard-row article > strong { display: block; color: var(--green-deep); line-height: 1; }
.scorecard-row article > strong b { font-family: Georgia, serif; font-size: 58px; font-weight: 500; letter-spacing: -.05em; }
.scorecard-row article > strong small { margin-left: 4px; color: #75827d; font-size: 18px; }
.scorecard-row article > p { margin: 11px 0 0; color: #4e5f59; font-size: 13px; }
.scorecard-row .tier-one-scorecard { border-color: rgba(238,128,106,.48); }
.scorecard-row .tier-two-scorecard { border: 2px solid var(--green-deep); background: #e4efdf; }
.scorecard-row .tier-three-scorecard { border-color: rgba(240,183,75,.72); background: #fbf4e4; }
.scorecard-row .maturity-card { background: var(--ink); color: white; }
.scorecard-row .maturity-card > span { color: var(--green); }
.scorecard-row .maturity-card > strong { color: white; font-family: Georgia, serif; font-size: 32px; font-weight: 500; line-height: 1.04; }
.scorecard-row .maturity-card > p { color: rgba(255,255,255,.82); }
.tier-one-decision-gate { margin: 0 0 24px; padding: 28px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 34px; border: 2px solid rgba(188,89,72,.66); border-radius: 24px; background: #fff3ef; }
.tier-one-decision-gate h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.tier-one-decision-gate p:not(.card-kicker) { margin: 10px 0 0; color: #554b47; font-size: 14px; }
.tier-one-decision-gate > div:last-child { padding: 18px; border-radius: 17px; background: rgba(255,255,255,.68); }
.tier-one-decision-gate > div:last-child > strong { display: block; color: #a34536; font-size: 20px; }
.tier-one-decision-gate > div:last-child > strong.pass { color: var(--green-deep); }
.tier-one-decision-gate ul { margin: 13px 0 0; padding-left: 18px; color: #544c48; font-size: 12px; }
.tier-one-decision-gate li + li { margin-top: 6px; }
.method-source { margin: 0 0 38px; padding: 19px 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; border: 1px solid rgba(16,43,37,.14); border-radius: 17px; background: #f3f1e9; }
.method-source strong { color: var(--green-deep); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.method-source p { margin: 0; color: #4e5f59; font-size: 12px; }
.method-source a { color: var(--green-deep); font-size: 12px; font-weight: 850; text-decoration: none; }
.method-source a:hover { text-decoration: underline; text-underline-offset: 4px; }
.readiness-gate { margin: 0 0 38px; display: grid; grid-template-columns: 330px 1fr; gap: 34px; padding: 28px; border: 1px solid #d9b777; border-radius: 24px; background: #fbf4e4; }
.readiness-gate-scores { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.readiness-gate-scores section { min-width: 0; padding: 18px; border: 1px solid rgba(16,43,37,.12); border-radius: 17px; background: rgba(255,255,255,.58); }
.readiness-gate-scores span { display: block; min-height: 28px; color: #4f5f59; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.readiness-gate-scores strong { display: block; margin-top: 17px; line-height: 1; }
.readiness-gate-scores strong b { color: var(--green-deep); font-family: Georgia, serif; font-size: 44px; font-weight: 500; letter-spacing: -.05em; }
.readiness-gate-scores strong small { margin-left: 3px; color: #75827d; font-size: 14px; }
.readiness-gate-scores p { margin: 9px 0 0; color: #4e5f59; font-size: 11px; line-height: 1.35; }
.readiness-gate-copy h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.readiness-gate-copy > p:not(.card-kicker) { margin: 10px 0 0; color: #4b574f; font-size: 14px; }
.gate-results { margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; list-style: none; }
.gate-results li { display: grid; grid-template-columns: 18px 1fr; gap: 8px; min-width: 0; }
.gate-results li > span { color: var(--green-deep); font-weight: 900; }
.gate-results li.fail > span { color: #b66a2c; }
.gate-results li.not_observed > span { color: #7b8983; }
.gate-results strong, .gate-results small { display: block; }
.gate-results strong { font-size: 12px; }
.gate-results small { margin-top: 2px; color: #4f5f59; font-size: 10px; line-height: 1.35; }
.agent-view { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.agent-view article { min-height: 260px; padding: 28px; border: 1px solid rgba(16,43,37,.14); border-radius: var(--radius); background: #f8f5ed; }
.card-kicker { margin: 0 0 20px; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.signal-list { margin: 0; padding: 0; list-style: none; }
.signal-list li { position: relative; margin-top: 13px; padding-left: 27px; color: #43544e; }
.signal-list li::before { position: absolute; left: 0; top: 1px; font-weight: 900; }
.signal-list.positive li::before { content: "✓"; color: var(--green-deep); }
.signal-list.negative li::before { content: "×"; color: #b66a2c; }
.section-heading.compact { margin-top: 105px; }
.dimension-report { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tier-report-heading { grid-column: 1 / -1; margin: 24px 0 0; padding: 16px 0 5px; border-top: 1px solid rgba(16,43,37,.15); }
.tier-report-heading:first-child { margin-top: 0; border-top: 0; }
.tier-report-heading span { color: var(--green-deep); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.tier-report-heading strong { display: block; margin-top: 4px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.dimension-result { overflow: hidden; border: 1px solid rgba(16,43,37,.14); border-radius: 19px; background: white; }
.dimension-result summary { padding: 22px; cursor: pointer; list-style: none; }
.dimension-result summary::-webkit-details-marker { display: none; }
.dimension-title { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.dimension-title strong { font-size: 17px; }
.dimension-title b { font-size: 22px; }
.dimension-result .question { margin: 6px 0 14px; color: #4f5f59; font-size: 13px; }
.progress { height: 7px; overflow: hidden; border-radius: 999px; background: #e6e9e5; }
.progress i { display: block; height: 100%; width: var(--score); border-radius: inherit; background: var(--bar, var(--green-deep)); }
.dimension-result.weak { --bar: var(--coral); }
.dimension-result.partial { --bar: var(--amber); }
.dimension-result.unobserved { --bar: #aeb7b2; background: #f5f5f2; }
.dimension-body { padding: 0 22px 22px; border-top: 1px solid rgba(16,43,37,.1); }
.evidence-row { display: grid; grid-template-columns: 18px 1fr; gap: 9px; padding: 13px 0; border-bottom: 1px solid rgba(16,43,37,.08); }
.evidence-row:last-child { border-bottom: 0; }
.evidence-row > span { color: var(--green-deep); font-weight: 900; }
.evidence-row.fail > span { color: #b54e3e; }
.evidence-row.partial > span { color: #a66f0c; }
.evidence-row.not-observed > span, .evidence-row.not-assessable > span, .evidence-row.not-applicable > span { color: #7b8983; }
.evidence-row.not-observed strong, .evidence-row.not-assessable strong, .evidence-row.not-applicable strong { color: #4f6058; }
.evidence-row strong, .evidence-row small { display: block; }
.evidence-row small { margin-top: 3px; color: #4f5f59; line-height: 1.45; }
.evidence-row em { display: block; margin-top: 5px; color: #76541d; font-size: 11px; font-style: normal; }
.action-layout { margin-top: 105px; display: grid; grid-template-columns: 1fr 370px; gap: 75px; align-items: start; }
.priority-actions { margin: 35px 0 0; padding: 0; counter-reset: actions; list-style: none; }
.priority-actions li { position: relative; padding: 18px 0 18px 52px; border-top: 1px solid rgba(16,43,37,.13); }
.priority-actions li::before { counter-increment: actions; content: counter(actions, decimal-leading-zero); position: absolute; left: 0; color: var(--green-deep); font-size: 12px; font-weight: 900; }
.priority-actions strong, .priority-actions span { display: block; }
.priority-actions span { margin-top: 4px; color: #4f5f59; font-size: 13px; }
.next-step-card { padding: 30px; border-radius: 26px; background: var(--ink); color: white; }
.next-step-card > span { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.next-step-card h3 { margin-top: 45px; font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.next-step-card p { color: rgba(255,255,255,.82); }
.next-step-card a { margin-top: 28px; display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--green); font-weight: 800; text-decoration: none; }
.method-details { margin-top: 80px; border-top: 1px solid rgba(16,43,37,.15); border-bottom: 1px solid rgba(16,43,37,.15); }
.method-details summary { padding: 20px 0; cursor: pointer; font-weight: 800; }
.method-content { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 5px 0 26px; }
.method-content h3 { font-size: 14px; }
.method-content ul { margin: 12px 0 0; padding-left: 19px; color: #4f5f59; font-size: 13px; overflow-wrap: anywhere; }
.conversation { margin-top: 70px; padding: 48px; display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: center; border-radius: 30px; background: #e4efdf; }
.conversation p:not(.eyebrow) { max-width: 650px; color: #45584f; }
.report-benefits { margin: 25px 0 0; padding: 0; list-style: none; }
.report-benefits li { position: relative; margin: 10px 0; padding-left: 25px; color: #43544e; font-size: 14px; }
.report-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--green-deep); font-weight: 900; }
.report-form { display: grid; gap: 7px; padding: 25px; border: 1px solid rgba(16,43,37,.13); border-radius: 22px; background: rgba(255,255,255,.58); }
.report-form > label:not(.consent) { margin-top: 3px; font-size: 12px; font-weight: 850; }
.report-form > label span { color: #74817c; font-weight: 500; }
.report-form > input, .report-form > select, .report-form > textarea { width: 100%; min-height: 43px; padding: 9px 12px; border: 1px solid rgba(16,43,37,.22); border-radius: 10px; background: white; color: var(--ink); font: inherit; }
.report-form > textarea { resize: vertical; }
.report-form > input[readonly] { background: #edf2ed; color: #42554c; }
.report-form > select { color-scheme: light; }
.report-form > select option { background: white; color: var(--ink); }
.consent { margin-top: 8px; display: grid; grid-template-columns: 19px 1fr; gap: 9px; align-items: start; color: #354a43; font-size: 12px; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--green-deep); }
.consent em { color: #74817c; font-style: normal; }
.conversation .privacy-note { margin: 5px 0 9px; font-size: 10px; line-height: 1.45; }
.conversation .privacy-note a { color: var(--ink); font-weight: 800; text-underline-offset: 3px; }
#download-pdf { min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-weight: 800; text-align: left; }
#download-pdf:disabled { opacity: .58; cursor: wait; }
.secondary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.secondary-actions button { min-height: 38px; padding: 8px 9px; border: 1px solid rgba(16,43,37,.25); border-radius: 999px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 750; }
.form-feedback { min-height: 0; margin: 0 !important; font-size: 11px; }
.form-feedback:empty { display: none; }
.form-feedback[data-state="success"] { color: #1d7456; font-weight: 800; }
.form-feedback[data-state="error"] { color: #a33c2d; font-weight: 800; }
.form-feedback[data-state="loading"] { color: #42554c; }
.conversation-link { margin-top: 4px; color: var(--ink); font-size: 12px; font-weight: 800; text-align: center; text-underline-offset: 3px; }
.restart { margin: 28px auto 0; display: block; padding: 8px 13px; border: 0; background: transparent; color: #465a52; text-decoration: underline; text-underline-offset: 4px; }

footer { padding: 28px 0; border-top: 1px solid var(--line); color: rgba(255,255,255,.78); font-size: 12px; }
footer .shell { display: flex; justify-content: space-between; }
footer nav { display: flex; gap: 18px; }
.bgg-attribution { max-width: 230px; display: grid; justify-items: center; gap: 3px; text-align: center; }
.bgg-attribution img { width: 160px; height: auto; display: block; }
.bgg-attribution small { color: rgba(255,255,255,.7); font-size: 9px; line-height: 1.35; }

@media (max-width: 900px) {
  .hero-grid, .report-head, .action-layout, .conversation { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { gap: 48px; }
  .five-dimensions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .check-form { max-width: 620px; }
  .dimension-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .score-card { max-width: 300px; }
  .conversation { gap: 30px; }
  .scorecard-row { grid-template-columns: 1fr 1fr; }
  .scorecard-row .maturity-card { grid-column: 1 / -1; }
  .report-form { max-width: 440px; }
  .readiness-gate { grid-template-columns: 1fr; }
  .method-source { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .shell, .site-header { width: min(calc(100% - 28px), 1160px); }
  .site-header { height: 70px; }
  .brand small, .back-link { display: none; }
  .hero { padding: 112px 0 64px; }
  .hero-grid > *, .report-head > *, .action-layout > *, .conversation > * { min-width: 0; }
  h1, h2 { text-wrap: wrap; overflow-wrap: break-word; hyphens: auto; }
  h1 { font-size: 37px; }
  h2 { font-size: 32px; }
  .hero-copy { font-size: 16px; }
  .check-form { width: 100%; min-width: 0; padding: 19px; border-radius: 20px; }
  .mode-picker { grid-template-columns: 1fr; }
  .mode-picker label > span { min-height: 72px; }
  .url-control input { min-width: 0; }
  .dimensions-section, .process-section, .report { padding: 74px 0; }
  .dimension-grid, .tier-check-grid, .agent-view, .dimension-report, .method-content, .scorecard-row, .tier-one-decision-gate { grid-template-columns: minmax(0,1fr); }
  .access-checks { grid-template-columns: minmax(0,1fr); }
  .scorecard-row .maturity-card { grid-column: auto; }
  .readiness-gate { padding: 20px; gap: 24px; }
  .readiness-gate-scores, .gate-results { grid-template-columns: 1fr; }
  .readiness-gate-scores span { min-height: 0; }
  .dimension-grid article { min-height: 210px; }
  .dimension-grid h3 { margin-top: 36px; }
  .tier-check-grid article { min-height: 250px; }
  .tier-check-grid article h3 { margin-top: 34px; }
  .process-list { grid-template-columns: 1fr; gap: 38px; }
  .process-list li:not(:last-child)::after { top: 59px; bottom: -25px; left: 23px; right: auto; width: 1px; height: auto; }
  .process-list li { display: grid; grid-template-columns: 47px 1fr; gap: 18px; padding: 0; }
  .process-list h3 { margin-top: 2px; }
  .process-list p { margin-top: 7px; }
  .report-head { gap: 30px; }
  .score-card { width: 100%; max-width: none; min-height: 170px; }
  .score-card strong b { font-size: 66px; }
  .section-heading.compact, .action-layout { margin-top: 72px; }
  .action-layout { gap: 42px; }
  .conversation { padding: 27px; }
  .report-form { padding: 20px; }
  .secondary-actions { grid-template-columns: 1fr; }
  .dimension-title { grid-template-columns: 1fr; gap: 5px; }
  .dimension-title b { font-size: 18px; }
  .scope-note { padding: 16px; }
  .access-diagnostics { padding: 20px; }
  .access-diagnostics-head { display: grid; }
  .diagnostic-confidence { justify-self: start; }
  .robots-policy { grid-template-columns: minmax(0,1fr); }
  footer .shell { display: grid; gap: 14px; }
  .bgg-attribution { justify-items: start; text-align: left; }
}
