:root {
  --ink: #17211d;
  --muted: #5b6963;
  --line: #d8e1dd;
  --surface: #f5f7f5;
  --panel: #ffffff;
  --accent: #116b5a;
  --accent-dark: #0a453b;
  --gold: #b4873d;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.55; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 18px clamp(18px,5vw,64px); background: rgba(245,247,245,.96); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; }
.brand-mark, .mark { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--accent); font-weight: 800; }
nav { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 14px; }
nav a { text-decoration: none; }
nav a:hover { color: var(--accent-dark); }
.hero { min-height: 78vh; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(300px,.72fr); gap: clamp(28px,6vw,72px); align-items: center; padding: clamp(56px,8vw,98px) clamp(18px,5vw,64px); background: linear-gradient(110deg, rgba(245,247,245,.98), rgba(245,247,245,.78)), repeating-linear-gradient(90deg, rgba(17,107,90,.1) 0 1px, transparent 1px 58px), repeating-linear-gradient(0deg, rgba(180,135,61,.09) 0 1px, transparent 1px 58px); }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 980px; margin-bottom: 20px; font-size: clamp(40px,6vw,68px); line-height: 1.03; letter-spacing: 0; }
h2 { margin-bottom: 16px; font-size: clamp(28px,4vw,44px); line-height: 1.12; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.24; letter-spacing: 0; }
.lead { max-width: 790px; color: var(--muted); font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button, .btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border: 1px solid var(--accent); font-weight: 700; text-decoration: none; }
.primary, .button.primary { color: #fff; background: var(--accent); }
.secondary, .button.secondary { color: var(--accent-dark); background: transparent; }
.facts, .hero-card { padding: 22px; background: rgba(255,255,255,.82); border: 1px solid var(--line); }
.hero-visual { margin: 0 0 18px; overflow: hidden; border: 1px solid var(--line); background: var(--accent-dark); }
.hero-visual img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: var(--accent-dark); }
.hero-visual figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; background: #fff; }
.metric { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }
.metric span { color: var(--muted); }
.metric strong { text-align: right; }
.section { padding: clamp(52px,7vw,86px) clamp(18px,5vw,64px); border-top: 1px solid var(--line); }
.split, .evidence { display: grid; grid-template-columns: minmax(220px,.45fr) minmax(0,.75fr); gap: clamp(22px,6vw,72px); }
.split p, .section-lead, .card p, .stack p, .boundaries p, .muted { color: var(--muted); }
.grid { display: grid; gap: 16px; margin-top: 24px; }
.grid.two, .two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid.three, .three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid.five, .five { grid-template-columns: repeat(5,minmax(0,1fr)); }
.card, .boundaries .grid div, .boundary, .evidence-item { padding: 22px; background: var(--panel); border: 1px solid var(--line); }
.card { border-top: 4px solid var(--accent); }
.note { padding-top: 12px; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.app-card, .app { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; text-decoration: none; color: var(--ink); background: var(--panel); border: 1px solid var(--line); border-top: 4px solid var(--gold); }
.app span, .app-card span { color: var(--accent); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.app strong, .app-card strong { font-size: 18px; line-height: 1.25; }
.stack { display: grid; gap: 12px; }
.cap-figure, .evidence-figure, .image-card { margin: 0; background: var(--panel); border: 1px solid var(--line); overflow: hidden; }
.cap-figure img, .evidence-figure img, .image-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #dfe8e4; }
.figure-wide img { aspect-ratio: 2 / 1; }
.cap-figure figcaption, .evidence-figure figcaption, .image-card figcaption { padding: 14px 16px; color: var(--muted); font-size: 14px; }
.cap-figure a, .evidence-figure a, .image-card a { color: var(--accent-dark); font-weight: 700; text-decoration: none; }
.band { background: var(--accent-dark); color: #fff; }
.band p { color: rgba(255,255,255,.76); }
.band .card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }
.band .card p, .band .card li { color: rgba(255,255,255,.76); }
.site-footer, .footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px clamp(18px,5vw,64px); color: #fff; background: var(--accent-dark); }
.site-footer p, .footer p { margin: 4px 0 0; color: rgba(255,255,255,.72); }
@media (max-width: 980px) { .hero, .split, .evidence, .grid.two, .grid.three, .grid.five, .two, .three, .five { grid-template-columns: 1fr; } .hero { min-height: auto; } }
@media (max-width: 680px) { .site-header, .site-footer, .footer { flex-direction: column; align-items: flex-start; } }

a:focus-visible, .button:focus-visible, .btn:focus-visible {
  outline: 3px solid #b4873d;
  outline-offset: 3px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: #ffffff;
}

.cta-band p { margin-bottom: 0; color: var(--muted); }

@media (max-width: 680px) {
  .cta-band { grid-template-columns: 1fr; }
}

/* Global Land Risk product and intake */
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.microcopy { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.product-hero { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.65fr); gap: clamp(28px,7vw,88px); align-items: center; padding: clamp(64px,9vw,116px) clamp(18px,5vw,64px); background: radial-gradient(circle at 88% 16%,rgba(180,135,61,.18),transparent 30%),linear-gradient(135deg,#edf4ef 0%,#f8f7f1 100%); }
.product-hero h1 { max-width: 800px; }
.decision-card { padding: clamp(24px,4vw,40px); color: #fff; background: var(--accent-dark); box-shadow: 18px 18px 0 rgba(180,135,61,.2); }
.decision-card h2 { margin: 24px 0 12px; font-size: clamp(26px,3vw,38px); }
.decision-card p { color: rgba(255,255,255,.78); }
.status-pill { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.status-moderate { color: #5c3a00; background: #f5d991; }
.summary-list { margin: 28px 0 0; }
.summary-list div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.18); }
.summary-list dt { color: rgba(255,255,255,.6); }
.summary-list dd { margin: 0; font-weight: 700; }
.compact-section { padding-top: 0; padding-bottom: 0; background: #fff; }
.fact-strip { display: grid; grid-template-columns: repeat(4,1fr); }
.fact-strip div { display: grid; gap: 3px; padding: 25px 20px; border-left: 1px solid var(--line); }
.fact-strip div:last-child { border-right: 1px solid var(--line); }
.fact-strip span { color: var(--muted); font-size: 13px; }
.card-index { display: inline-block; margin-bottom: 28px; color: var(--gold); font-size: 13px; font-weight: 800; }
.process-band { color: #fff; background: var(--accent-dark); }
.process-band .eyebrow { color: #d5b571; }
.process-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin: 36px 0 0; padding: 0; list-style: none; background: rgba(255,255,255,.18); }
.process-list li { min-height: 235px; padding: 24px; background: var(--accent-dark); }
.process-list li > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #d5b571; font-weight: 800; }
.process-list p { color: rgba(255,255,255,.7); }
.pricing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; max-width: 960px; margin-top: 30px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: clamp(24px,4vw,38px); background: #fff; border: 1px solid var(--line); }
.price-card.featured { border-top: 5px solid var(--gold); }
.package-name { margin-bottom: 4px; color: var(--accent); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.package-price { color: var(--accent-dark); font-size: clamp(28px,4vw,40px); font-weight: 800; }
.price-card ul { flex: 1; margin: 10px 0 28px; padding-left: 20px; color: var(--muted); }
.price-card li { margin: 8px 0; }
.recommend-tag { position: absolute; top: 18px; right: 18px; padding: 5px 8px; color: #503500; background: #f3dfac; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.boundary-section { background: #e8efec; }
.boundary-list { display: grid; gap: 12px; }
.boundary-list p { padding: 20px; margin: 0; background: rgba(255,255,255,.64); border-left: 4px solid var(--accent); }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }

.order-intro { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 24px; align-items: start; padding: clamp(54px,7vw,86px) clamp(18px,5vw,64px) 32px; }
.order-shell { display: block; }
.order-form { display: grid; gap: 18px; max-width: 1080px; margin: 0 auto; padding: 0 clamp(18px,5vw,64px) clamp(64px,8vw,100px); }
.form-panel, .order-summary { padding: clamp(22px,4vw,34px); background: #fff; border: 1px solid var(--line); }
.form-heading { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.form-heading > span { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--accent); font-weight: 800; }
.form-heading p { margin: 3px 0 0; color: var(--muted); }
.field-grid { display: grid; gap: 18px; }
.field-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.order-form label { display: grid; gap: 7px; color: var(--ink); font-weight: 700; }
.order-form input, .order-form select, .order-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #aebbb5; border-radius: 0; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { outline: 3px solid rgba(180,135,61,.35); border-color: var(--accent); }
.field-help { color: var(--muted); font-size: 13px; font-weight: 400; }
.aoi-methods { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 20px; }
.aoi-methods legend { grid-column: 1 / -1; margin-bottom: 8px; font-weight: 800; }
.aoi-methods label { display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 12px; color: var(--accent-dark); background: #f3f6f4; border: 1px solid var(--line); font-weight: 700; }
.aoi-methods label:has(input:checked) { color: #fff; background: var(--accent); border-color: var(--accent); }
.aoi-methods input { width: auto; }
.aoi-panel { display: none; }
.aoi-panel.active { display: block; }
.file-drop { padding: 22px; text-align: center; background: #f7f8f6; border: 1px dashed #91a29a; }
.file-drop input { margin-top: 10px; }
.validation-card { min-height: 48px; margin-top: 16px; padding: 12px; color: var(--muted); background: #f4f6f5; border-left: 4px solid #aebbb5; }
.validation-card.success { color: #0a453b; background: #eaf5ef; border-color: #27815f; }
.validation-card.error, .form-errors:not(:empty) { color: #7b1c1c; background: #fff0ef; border-color: #b94848; }
.check-line { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; margin: 14px 0; font-weight: 400 !important; }
.check-line input { width: auto; margin-top: 4px; }
.form-errors { padding: 0; border-left: 4px solid transparent; }
.form-errors:not(:empty) { padding: 12px 14px; }
.turnstile-slot { margin-top: 18px; padding: 16px; background: #f4f6f5; border: 1px solid var(--line); }
.order-summary { position: sticky; top: 92px; }
.pems-hero { min-height: 64vh; }
.pilot-form { max-width: 980px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inquiry-success { max-width: 980px; margin: 0 auto clamp(64px,8vw,100px); padding: clamp(26px,5vw,44px); color: #fff; background: var(--accent-dark); }
.inquiry-success[hidden] { display: none; }
.inquiry-success .eyebrow { color: #d5b571; }
.inquiry-success p { color: rgba(255,255,255,.82); }
.button:disabled { cursor: not-allowed; opacity: .65; }
.status-chip { display: inline-flex; padding: 5px 9px; margin-bottom: 14px; color: #5c3a00; background: #f5d991; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.mini-steps { margin: 20px 0; padding-left: 22px; }
.mini-steps li { margin: 11px 0; color: var(--muted); }
.draft-result { max-width: 1080px; margin: 0 auto clamp(64px,8vw,100px); padding: 22px; color: #fff; background: var(--accent-dark); }
.draft-result[hidden] { display: none; }
.draft-result p { color: rgba(255,255,255,.76); }
.draft-result .button.secondary { color: #fff; border-color: rgba(255,255,255,.6); }

@media (max-width: 680px) {
  .pilot-form { width: 100%; min-width: 0; padding-right: 0; padding-left: 0; }
  .pilot-form .form-panel { width: 100%; min-width: 0; padding: 16px; }
}

/* Customer-facing report preview */
.report-page { background: #dfe6e2; }
.report-toolbar { position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 12px clamp(16px,4vw,48px); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.report-toolbar > div { display: flex; gap: 10px; }
.report-shell { width: min(1320px,100%); margin: 0 auto; padding: 30px 18px 72px; }
.sample-banner { display: flex; justify-content: space-between; gap: 18px; padding: 12px 18px; color: #fff; background: #8a631f; text-transform: uppercase; letter-spacing: .04em; font-size: 12px; }
.report-document { background: #fff; box-shadow: 0 18px 50px rgba(19,42,34,.14); }
.report-cover { min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(42px,8vw,92px); color: #fff; background: linear-gradient(145deg,rgba(5,55,46,.94),rgba(10,69,59,.82)),repeating-linear-gradient(45deg,transparent 0 40px,rgba(255,255,255,.05) 40px 41px); }
.report-cover .eyebrow { color: #e0c47e; }
.report-cover h1 { max-width: 680px; }
.report-subtitle { color: rgba(255,255,255,.74); font-size: 21px; }
.report-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.25); }
.report-meta p { margin: 0; font-weight: 700; }
.report-meta span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; }
.report-section { padding: clamp(40px,7vw,76px); border-top: 1px solid var(--line); }
.report-section > h2 { max-width: 760px; }
.report-kicker { color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.executive-summary { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(30px,7vw,80px); background: #f4f0e5; }
.executive-summary .status-pill { margin-bottom: 18px; }
.executive-summary > p { align-self: end; color: var(--muted); font-size: 18px; }
.report-map { position: relative; height: 350px; margin-top: 26px; overflow: hidden; background: repeating-linear-gradient(0deg,transparent 0 54px,rgba(17,107,90,.09) 54px 55px),repeating-linear-gradient(90deg,#e7ece5 0 72px,#d9e3d8 72px 145px); }
.map-road { position: absolute; display: block; background: #b9ad95; border: 2px solid #fff; }
.road-one { width: 120%; height: 17px; top: 55px; left: -10%; transform: rotate(-9deg); }
.road-two { width: 17px; height: 120%; top: -10%; right: 18%; transform: rotate(5deg); }
.map-water { position: absolute; right: 3%; bottom: -35%; width: 31%; height: 130%; border-radius: 50%; background: #a8ced1; transform: rotate(12deg); }
.map-parcel { position: absolute; display: grid; place-items: center; width: 34%; height: 52%; left: 31%; top: 28%; color: #073f34; background: rgba(221,191,106,.64); border: 4px solid #0b6653; clip-path: polygon(12% 0,94% 8%,100% 83%,18% 100%,0 35%); }
.map-parcel small { font-weight: 700; }
.north-arrow { position: absolute; top: 18px; right: 18px; padding: 8px; background: rgba(255,255,255,.84); font-weight: 800; }
.report-facts { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; border: 1px solid var(--line); }
.report-facts div { padding: 14px; border-right: 1px solid var(--line); }
.report-facts div:last-child { border: 0; }
.report-facts dt { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.report-facts dd { margin: 4px 0 0; font-weight: 700; }
.review-frame { background: #edf3ef; }
.review-frame-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.review-frame-grid article { padding: 24px; background: #fff; border-left: 4px solid var(--accent); }
.review-frame-grid p { margin: 0; color: var(--muted); }
.risk-table { margin-top: 28px; border: 1px solid var(--line); }
.risk-row { display: grid; grid-template-columns: 1fr 110px 2.2fr 100px; gap: 16px; align-items: center; padding: 15px 18px; border-top: 1px solid var(--line); }
.risk-row:first-child { border-top: 0; }
.risk-row p { margin: 0; color: var(--muted); }
.risk-head { color: #fff; background: var(--accent-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.risk-low, .risk-moderate { width: fit-content; padding: 4px 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.risk-low { color: #0b563f; background: #d9eee5; }
.risk-moderate { color: #5c3a00; background: #f5d991; }
.change-record { background: #fbfaf6; }
.change-timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 30px; border-top: 3px solid var(--gold); }
.change-timeline article { position: relative; padding: 28px 24px 24px; border-right: 1px solid var(--line); }
.change-timeline article:last-child { border-right: 0; }
.change-timeline article::before { content: ""; position: absolute; width: 12px; height: 12px; top: -8px; left: 24px; border: 2px solid var(--gold); border-radius: 50%; background: #fbfaf6; }
.change-timeline span { color: var(--accent); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.change-timeline h3 { margin-top: 18px; }
.change-timeline p, .confidence-guide p { color: var(--muted); }
.pems-timeline { grid-template-columns: repeat(5,1fr); }
.confidence-guide { display: grid; grid-template-columns: 180px 1fr; gap: 24px; margin-top: 24px; padding: 22px; background: #fff; border: 1px solid var(--line); }
.confidence-guide p { margin: 0; }
.findings-section { background: #f4f6f4; }
.finding-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 30px; }
.finding-grid article { padding: 24px; background: #fff; border-top: 4px solid var(--accent); }
.finding-grid article > span { color: var(--gold); font-weight: 800; }
.finding-grid h3 { margin-top: 28px; }
.recommendations ol { margin: 28px 0 0; padding: 0; list-style: none; counter-reset: recommendation; }
.recommendations li { display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px; padding: 18px 0; border-top: 1px solid var(--line); counter-increment: recommendation; }
.recommendations li strong::before { content: counter(recommendation) ". "; color: var(--gold); }
.recommendations li span { color: var(--muted); }
.limitations { color: #fff; background: var(--accent-dark); }
.limitations .report-kicker { color: #d5b571; }
.limitations p { color: rgba(255,255,255,.72); }
.report-end { display: flex; justify-content: space-between; padding: 22px clamp(30px,7vw,76px); color: var(--muted); font-size: 12px; }
.report-cta { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; margin-top: 24px; padding: 30px; background: #fff; }
.report-cta p { margin: 0; color: var(--muted); }

/* Full Chinese customer report */
.report-page-zh { font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; }
.report-page-zh .report-document { font-size: 16px; }
.report-page-zh .report-cover { min-height: 620px; }
.report-page-zh .report-cover h1 { max-width: 820px; font-size: clamp(52px,7vw,92px); line-height: 1.08; letter-spacing: .02em; }
.report-page-zh .report-subtitle { font-size: 25px; }
.report-page-zh .report-section { padding-left: clamp(36px,7vw,92px); padding-right: clamp(36px,7vw,92px); }
.report-page-zh .report-section h2 { max-width: 920px; }
.report-reading-guide { background: #fff; }
.reading-guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.reading-guide-grid div { padding: 22px; background: #f3f6f4; border-top: 4px solid var(--accent); }
.reading-guide-grid p { margin: 8px 0 0; color: var(--muted); }
.decision-copy { align-self: end; }
.decision-copy p { color: var(--muted); font-size: 18px; }
.decision-at-a-glance { background: #fff; }
.decision-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 30px; }
.decision-grid article { padding: 26px; border: 1px solid var(--line); border-top-width: 5px; }
.decision-grid article > span { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.decision-grid h3 { margin-top: 24px; }
.decision-grid p { margin-bottom: 0; color: var(--muted); }
.decision-continue { border-top-color: #27815f !important; }
.decision-continue > span { color: #176344; }
.decision-check { border-top-color: #c69335 !important; }
.decision-check > span { color: #76510c; }
.decision-not { border-top-color: #8c514b !important; }
.decision-not > span { color: #7c3029; }
.map-context-label { position: absolute; left: 8%; bottom: 10%; padding: 5px 8px; color: #59400f; background: rgba(245,217,145,.9); font-size: 12px; font-weight: 800; }
.report-page-zh .review-frame-grid { grid-template-columns: repeat(4,1fr); }
.risk-meaning { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 18px; }
.risk-meaning div { display: grid; grid-template-columns: 58px 1fr; gap: 12px; align-items: start; padding: 16px; background: #f4f6f4; }
.risk-meaning p { margin: 0; color: var(--muted); font-size: 13px; }
.risk-elevated { width: fit-content; padding: 4px 8px; color: #742721; background: #f3d2cf; font-size: 12px; font-weight: 800; }
.finding-grid-four { grid-template-columns: repeat(2,1fr); }
.finding-grid-four article strong { display: block; margin-top: 18px; color: var(--accent-dark); font-size: 14px; }
.action-priority { color: #fff; background: #163f37; }
.action-priority .report-kicker { color: #d5b571; }
.action-priority-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 22px; background: rgba(255,255,255,.2); }
.action-priority-grid article { padding: 26px; background: #163f37; }
.action-priority-grid span { color: #e0c47e; font-size: 12px; font-weight: 800; }
.action-priority-grid h3 { margin-top: 20px; }
.action-priority-grid p { color: rgba(255,255,255,.72); }
.limitation-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 28px; }
.limitation-grid div { padding: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }
.limitation-grid p { margin: 8px 0 0; }
.report-signoff { background: #f4f0e5; }
.signoff-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 28px; border: 1px solid var(--line); }
.signoff-grid div { padding: 18px; border-right: 1px solid var(--line); }
.signoff-grid div:last-child { border: 0; }
.signoff-grid span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; }

@media (max-width: 900px) {
  .product-hero, .order-intro, .executive-summary { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: repeat(2,1fr); }
  .fact-strip, .report-facts { grid-template-columns: repeat(2,1fr); }
  .order-summary { position: static; }
  .risk-row { grid-template-columns: 1fr 100px; }
  .risk-row p { grid-column: 1 / -1; }
  .risk-head span:nth-child(3), .risk-head span:nth-child(4) { display: none; }
  .report-page-zh .review-frame-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .product-hero { padding-top: 46px; }
  .fact-strip, .process-list, .pricing-grid, .field-grid.two, .aoi-methods, .report-meta, .report-facts, .finding-grid, .review-frame-grid, .change-timeline, .confidence-guide, .reading-guide-grid, .decision-grid, .risk-meaning, .action-priority-grid, .limitation-grid, .signoff-grid, .report-page-zh .review-frame-grid { grid-template-columns: 1fr; }
  .fact-strip div, .fact-strip div:last-child { border: 0; border-top: 1px solid var(--line); }
  .process-list li { min-height: auto; }
  .process-list li > span { margin-bottom: 20px; }
  .report-toolbar { align-items: flex-start; }
  .report-toolbar > div { flex-direction: column; }
  .sample-banner, .report-end { flex-direction: column; }
  .report-cover { min-height: 540px; padding: 38px 24px; }
  .report-page-zh .report-cover { min-height: 600px; }
  .report-page-zh .report-cover h1 { font-size: clamp(46px,14vw,68px); }
  .report-facts div { border: 0; border-top: 1px solid var(--line); }
  .report-facts div:first-child { border-top: 0; }
  .recommendations li, .report-cta { grid-template-columns: 1fr; }
  .signoff-grid div { border: 0; border-top: 1px solid var(--line); }
  .signoff-grid div:first-child { border-top: 0; }
}

@media print {
  .report-toolbar, .report-cta { display: none; }
  .report-page, .report-document { background: #fff; box-shadow: none; }
  .report-shell { max-width: none; padding: 0; }
  .sample-banner { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .report-section, .report-cover { break-inside: avoid; }
}
