:root {
    --snapshot-paper: #fbf8f3;
    --snapshot-cream: #f2ebe2;
    --snapshot-line: #d9cfc5;
    --snapshot-copper: #b8784d;
    --snapshot-ink: #211d1a;
    --snapshot-muted: #6f6761;
    --snapshot-green: #325d50;
    --snapshot-red: #8b4238;
}
.snapshot-page { background: var(--snapshot-paper); }
.snapshot-hero { background: linear-gradient(135deg, #f7f1e9 0%, #fff 68%); border-bottom: 1px solid var(--snapshot-line); padding: 44px 0 88px; }
.snapshot-hero__grid { align-items: start; display: grid; gap: 72px; grid-template-columns: minmax(0, 1fr) 260px; margin-top: 48px; }
.snapshot-hero__copy { max-width: 800px; min-width: 0; }
.snapshot-hero h1 { color: var(--snapshot-ink); font-family: "DM Serif Display", Georgia, serif; font-size: clamp(3.1rem, 6vw, 6.25rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; margin: 16px 0 30px; }
.snapshot-lead { color: #4f4944; font-size: clamp(1.06rem, 1.5vw, 1.24rem); line-height: 1.85; margin: 28px 0; max-width: 750px; }
.snapshot-disclaimer { background: #fff7ef; border-left: 3px solid var(--snapshot-copper); color: #5a4638; font-size: .8125rem; line-height: 1.7; margin: 30px 0; padding: 14px 18px; }
.snapshot-disclaimer strong { color: var(--snapshot-red); }
.snapshot-disclaimer--hero { background: #fff; box-shadow: 0 10px 30px rgba(50,36,27,.05); }
.snapshot-facts { border-bottom: 1px solid var(--snapshot-line); border-top: 1px solid var(--snapshot-line); color: var(--snapshot-ink); font-size: .8125rem; font-weight: 700; letter-spacing: .01em; line-height: 1.8; margin: 30px 0; padding: 16px 0; }
.snapshot-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px 22px; margin: 28px 0 0; }
.snapshot-actions__secondary { align-items: flex-start; display: flex; flex-direction: column; gap: 2px; }
.snapshot-actions__secondary > span { color: var(--snapshot-muted); font-size: .8125rem; padding-left: 4px; }
.snapshot-under-buttons { color: var(--snapshot-muted); font-size: .8125rem; line-height: 1.7; margin-top: 20px; max-width: 700px; }
.snapshot-under-buttons p { margin: 0; }
.snapshot-under-buttons a, .snapshot-section a { color: #815033; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.snapshot-hero__folio { background: var(--snapshot-ink); color: #fff; margin-top: 12px; min-height: 420px; padding: 28px; position: relative; }
.snapshot-hero__folio::before { border: 1px solid rgba(255,255,255,.18); content: ""; inset: 12px; pointer-events: none; position: absolute; }
.snapshot-hero__folio > span { color: #e7c4a8; display: block; font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.snapshot-hero__folio > strong { display: block; font-family: "DM Serif Display", Georgia, serif; font-size: 3.4rem; font-weight: 400; line-height: 1; margin-top: 58px; }
.snapshot-hero__folio > p { color: #d8cec5; font-size: .8125rem; letter-spacing: .06em; margin: 0 0 46px; text-transform: uppercase; }
.snapshot-hero__folio dl { border-top: 1px solid rgba(255,255,255,.2); margin: 0; }
.snapshot-hero__folio dl div { display: flex; justify-content: space-between; padding: 10px 0; }
.snapshot-hero__folio dt { color: #c9bdb3; font-size: .8125rem; }
.snapshot-hero__folio dd { font-size: .8125rem; font-weight: 700; margin: 0; }
.snapshot-content { background: #fff; min-width: 0; overflow: hidden; }
.snapshot-section { border-bottom: 1px solid #e5ddd5; min-width: 0; padding: 96px 24px; }
.snapshot-section:nth-child(even) { background: var(--snapshot-paper); }
.snapshot-section__inner { margin: 0 auto; max-width: 900px; min-width: 0; }
.snapshot-section h2 { color: var(--snapshot-ink); font-family: "DM Serif Display", Georgia, serif; font-size: clamp(2.35rem, 4vw, 4rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 34px; }
.snapshot-section h3 { border-top: 1px solid var(--snapshot-line); color: var(--snapshot-ink); font-size: 1.08rem; margin: 44px 0 18px; padding-top: 24px; }
.snapshot-section p, .snapshot-section li { color: #4f4944; font-size: .94rem; line-height: 1.85; }
.snapshot-section p { margin: 18px 0; }
.snapshot-section ol, .snapshot-section ul { margin: 18px 0 28px; padding-left: 1.35em; }
.snapshot-section li + li { margin-top: 8px; }
.snapshot-section .snapshot-actions { background: var(--snapshot-cream); border: 1px solid var(--snapshot-line); margin: 36px 0 28px; padding: 24px; }
.snapshot-table-scroll { -webkit-overflow-scrolling: touch; box-sizing: border-box; margin: 30px 0; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-gutter: stable; width: 100%; }
.snapshot-table-scroll:focus-visible { outline: 2px solid var(--snapshot-copper); outline-offset: 3px; }
.snapshot-table { border-collapse: collapse; font-family: Inter, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif; font-size: .8125rem; line-height: 1.6; min-width: 720px; width: 100%; }
.snapshot-table th { background: var(--snapshot-ink); color: #fff; font-size: .8125rem; letter-spacing: .025em; padding: 12px 13px; text-align: left; text-transform: uppercase; vertical-align: top; }
.snapshot-table td { background: #fff; border-bottom: 1px solid var(--snapshot-line); color: #4d4742; padding: 13px; vertical-align: top; }
.snapshot-table tr:nth-child(even) td { background: #faf7f3; }
.snapshot-table td[data-status] { font-weight: 700; white-space: nowrap; }
.snapshot-table td[data-status="ready"] { color: var(--snapshot-green); }
.snapshot-table td[data-status="needs-work"] { color: #8b5a22; }
.snapshot-table td[data-status="blocked"], .snapshot-table td[data-status="p0"] { color: var(--snapshot-red); }
.snapshot-table td[data-status="not-assessed"] { color: var(--snapshot-muted); }
.snapshot-table td[data-status="p1"] { color: #8b5a22; }
.snapshot-table td[data-status="p2"] { color: var(--snapshot-green); }
@media (max-width: 900px) {
    .snapshot-hero__grid { gap: 40px; grid-template-columns: 1fr; }
    .snapshot-hero__folio { min-height: 0; max-width: 520px; width: 100%; }
    .snapshot-hero__folio > strong { font-size: 3.4rem; margin-top: 35px; }
}
@media (max-width: 720px) {
    .snapshot-hero { padding: 26px 0 64px; }
    .snapshot-hero__grid { margin-top: 30px; }
    .snapshot-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
    .snapshot-actions { align-items: stretch; flex-direction: column; }
    .snapshot-actions .en-button { justify-content: center; text-align: center; width: 100%; }
    .snapshot-actions__secondary { width: 100%; }
    .snapshot-actions__secondary > span { padding-left: 0; }
    .snapshot-section { padding: 64px 20px; }
    .snapshot-section h2 { font-size: 2.5rem; }
    .snapshot-table-scroll { border: 1px solid var(--snapshot-line); }
    .snapshot-table { min-width: 660px; }
}
@media (prefers-reduced-motion: reduce) {
    .snapshot-page *,
    .snapshot-page *::before,
    .snapshot-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
