@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("assets/fonts/roboto-condensed-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("assets/fonts/roboto-condensed-variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --porcelain: #f3f1ec;
  --surface: #fbfaf7;
  --graphite: #101315;
  --graphite-soft: #1b1f22;
  --aluminum: #d8dde0;
  --steel: #8c9499;
  --signal: #ff642b;
  --signal-deep: #c94a1c;
  --success: #257052;
  --line: rgba(16, 19, 21, .14);
  --line-dark: rgba(255, 255, 255, .13);
  --muted: #686e72;
  --sidebar: 256px;
  --content: 1320px;
  --motion-fast: 180ms;
  --motion-standard: 260ms;
  --motion-slow: 360ms;
  --ease-premium: cubic-bezier(.22, 1, .36, 1);
  font-family: "Manrope", "Segoe UI Variable", "Segoe UI", sans-serif;
  color: var(--graphite);
  background: var(--porcelain);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { min-width: 0; margin: 0; overflow-x: clip; background: var(--porcelain); }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
.skip-link { position: fixed; top: -64px; left: 18px; z-index: 100; padding: 11px 15px; color: #fff; background: var(--graphite); box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.skip-link:focus { top: 18px; }
.app-shell { display: grid; grid-template-columns: var(--sidebar) minmax(0, 1fr); min-height: 100vh; }

.sidebar {
  position: sticky;
  top: 0;
  z-index: 25;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 26px 18px 20px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 5%, rgba(255,100,43,.09), transparent 30%),
    linear-gradient(160deg, #181c1f 0%, #0e1113 70%);
  border-right: 1px solid rgba(255,255,255,.08);
  box-shadow: 18px 0 60px rgba(16,19,21,.08);
}
.brand { display: flex; align-items: center; gap: 12px; padding: 0 4px 23px; border-bottom: 1px solid var(--line-dark); }
.brand-mark { position: relative; display: grid; place-items: center; width: 42px; height: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); color: #fff; background: linear-gradient(145deg, #ff7540, #d84512); font-family: "Roboto Condensed", sans-serif; font-size: 12px; font-weight: 850; letter-spacing: .08em; box-shadow: inset 0 1px rgba(255,255,255,.3), 0 8px 24px rgba(255,100,43,.18); }
.brand-mark::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.26) 48%, transparent 72%); transform: translateX(-120%); transition: transform var(--motion-slow) var(--ease-premium); }
.brand:hover .brand-mark::after { transform: translateX(120%); }
.brand strong { display: block; font-family: "Roboto Condensed", sans-serif; font-size: 21px; font-weight: 700; letter-spacing: .01em; }
.brand small { display: block; margin-top: 1px; color: #9ca2a5; font-size: 9px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.calendar-label { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 24px 7px 12px; }
.calendar-label span { color: #8c9396; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.calendar-label strong { color: var(--signal); font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: .06em; }
.week-nav { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #464c50 transparent; }
.week-nav ol, .mobile-drawer ol { margin: 0; padding: 0; list-style: none; }
.week-link { position: relative; width: 100%; min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr) 8px; gap: 9px; align-items: center; min-height: 46px; padding: 7px 8px; overflow: hidden; border: 0; color: #9ca2a5; background: transparent; text-align: left; cursor: pointer; transition: color var(--motion-fast), background var(--motion-fast), transform var(--motion-fast) var(--ease-premium); }
.week-link::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: transparent; box-shadow: 0 0 0 0 rgba(255,100,43,0); transition: all var(--motion-standard); }
.week-link:hover { color: #fff; background: rgba(255,255,255,.045); transform: translateX(2px); }
.week-link[aria-current="true"] { color: #fff; background: linear-gradient(90deg, rgba(255,100,43,.15), rgba(255,255,255,.035)); }
.week-link[aria-current="true"]::before { content: ""; position: absolute; inset: 7px auto 7px 0; width: 2px; background: var(--signal); box-shadow: 0 0 16px rgba(255,100,43,.6); }
.week-link[aria-current="true"]::after { background: var(--signal); box-shadow: 0 0 0 4px rgba(255,100,43,.12); }
.week-number { display: block; width: 34px; min-width: 34px; color: var(--signal); font-family: ui-monospace, monospace; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: center; }
.week-copy { min-width: 0; max-width: 100%; overflow: hidden; }
.week-copy strong { display: block; overflow: hidden; color: inherit; font-size: 11px; font-weight: 650; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.week-copy small { display: block; margin-top: 2px; overflow: hidden; color: #697075; font-size: 8px; font-weight: 650; letter-spacing: .09em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.week-link.locked { opacity: .42; cursor: not-allowed; }
.week-link.locked:hover { color: #9ca2a5; background: transparent; transform: none; }
.week-link.locked .week-number { color: #71777a; }
.sidebar-note { display: flex; gap: 11px; align-items: flex-start; padding: 17px 7px 0; border-top: 1px solid var(--line-dark); }
.sidebar-note .signal { width: 6px; height: 6px; margin-top: 5px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(255,100,43,.1), 0 0 18px rgba(255,100,43,.38); }
.sidebar-note p { margin: 0; color: #858c90; font-size: 9px; font-weight: 600; line-height: 1.55; letter-spacing: .03em; }

.main { min-width: 0; }
.toolbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 70px; padding: 0 clamp(24px, 3.4vw, 58px); border-bottom: 1px solid var(--line); background: rgba(243,241,236,.82); backdrop-filter: blur(20px) saturate(1.2); }
.toolbar::after { content: ""; position: absolute; right: 0; bottom: -1px; width: clamp(80px, 13vw, 190px); height: 1px; background: linear-gradient(90deg, transparent, var(--signal)); }
.toolbar-context { min-width: 0; display: flex; align-items: center; gap: 13px; }
.toolbar-context span { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.toolbar-context strong { min-width: 0; overflow: hidden; font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.toolbar-actions { flex-shrink: 0; display: flex; align-items: center; gap: 7px; }
.icon-button, .print-button, .mobile-menu { min-height: 40px; border: 1px solid rgba(16,19,21,.2); border-radius: 0; color: var(--graphite); background: rgba(251,250,247,.78); cursor: pointer; transition: border-color var(--motion-fast), color var(--motion-fast), background var(--motion-fast), transform var(--motion-fast) var(--ease-premium), box-shadow var(--motion-fast); }
.icon-button { width: 40px; padding: 0; font-size: 17px; }
.print-button { padding: 0 15px; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.print-button span { margin-right: 6px; font-size: 15px; }
.mobile-menu { display: none; padding: 0 14px; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.icon-button:hover:not(:disabled), .print-button:hover, .mobile-menu:hover { border-color: var(--graphite); background: #fff; transform: translateY(-1px); box-shadow: 0 9px 22px rgba(16,19,21,.08); }
.icon-button:disabled { opacity: .28; cursor: default; }

.report { max-width: var(--content); margin: 0 auto; padding: 30px clamp(24px, 3.4vw, 58px) 54px; outline: none; }
.report-hero { --hero-x: 0px; --hero-y: 0px; --shine-x: 0px; position: relative; min-width: 0; min-height: clamp(470px, 48vw, 620px); display: grid; grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr); overflow: hidden; border: 1px solid rgba(16,19,21,.13); color: var(--graphite); background: var(--surface); box-shadow: 0 28px 70px rgba(16,19,21,.1); isolation: isolate; }
.report-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(251,250,247,1) 0%, rgba(251,250,247,.96) 33%, rgba(251,250,247,.25) 62%, transparent 78%); }
.report-hero::after { content: ""; position: absolute; inset: 12px; z-index: 5; pointer-events: none; border: 1px solid rgba(16,19,21,.08); }
.hero-artwork { position: absolute; inset: -2% -2% -2% 30%; z-index: 0; transform: translate3d(var(--hero-x), var(--hero-y), 0) scale(1.025); transition: transform var(--motion-slow) var(--ease-premium); will-change: transform; }
.hero-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 68% center; }
.hero-metal-shine { position: absolute; inset: -20% -5%; opacity: .28; pointer-events: none; background: linear-gradient(112deg, transparent 38%, rgba(255,255,255,.95) 48%, transparent 57%); mix-blend-mode: screen; transform: translate3d(var(--shine-x), 0, 0); transition: transform var(--motion-slow) var(--ease-premium); }
.hero-signal-line { position: absolute; z-index: 4; left: clamp(34px, 4.3vw, 66px); right: 0; bottom: clamp(30px, 4vw, 55px); height: 2px; background: linear-gradient(90deg, var(--signal) 0 28%, rgba(255,100,43,.7) 54%, transparent 93%); box-shadow: 0 0 20px rgba(255,100,43,.28); transform-origin: left; }
.hero-signal-line::before { content: ""; position: absolute; left: 0; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 6px rgba(255,100,43,.11), 0 0 24px rgba(255,100,43,.6); }
.hero-copy { position: relative; z-index: 3; grid-column: 1; align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(50px, 6vw, 86px) clamp(34px, 4.3vw, 66px) clamp(72px, 7vw, 104px); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: clamp(27px, 3vw, 40px); }
.hero-meta span { padding: 8px 10px 7px; border: 1px solid rgba(16,19,21,.23); color: var(--graphite); background: rgba(251,250,247,.72); font-size: 8px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.hero-meta span:first-child { border-color: var(--signal); color: #fff; background: var(--signal); box-shadow: 0 8px 24px rgba(255,100,43,.18); }
.hero-kicker { margin: 0 0 14px; color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.report-hero h1 { max-width: 660px; margin: 0; font-family: "Roboto Condensed", "Arial Narrow", sans-serif; font-size: clamp(50px, 5.35vw, 78px); font-weight: 720; line-height: .91; letter-spacing: -.035em; overflow-wrap: normal; word-break: normal; hyphens: manual; text-wrap: balance; }
.hero-week { position: absolute; right: clamp(28px, 3.6vw, 54px); top: clamp(28px, 3.7vw, 56px); z-index: 4; display: flex; align-items: flex-end; gap: 5px; color: var(--graphite); }
.hero-week span { padding-bottom: 7px; color: var(--signal); font-family: ui-monospace, monospace; font-size: 11px; font-weight: 850; }
.hero-week strong { font-family: "Roboto Condensed", sans-serif; font-size: clamp(64px, 7vw, 102px); font-weight: 650; line-height: .72; letter-spacing: -.055em; text-shadow: 0 1px rgba(255,255,255,.7); }

.outcome-band { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(28px, 5vw, 76px); align-items: start; padding: clamp(56px, 7vw, 92px) clamp(2px, .8vw, 12px); border-bottom: 1px solid var(--line); }
.section-index { display: flex; align-items: center; gap: 13px; }
.section-index span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--signal); color: var(--signal-deep); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 850; box-shadow: inset 0 0 0 4px var(--porcelain), inset 0 0 0 5px rgba(255,100,43,.18); }
.section-index strong { font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 720; }
.outcome-band > p { max-width: 850px; margin: 0; font-family: "Roboto Condensed", sans-serif; font-size: clamp(30px, 3.3vw, 46px); font-weight: 610; line-height: 1.08; letter-spacing: -.018em; overflow-wrap: break-word; }

.results-section, .acceptance-section { padding: clamp(60px, 7vw, 94px) clamp(2px, .8vw, 12px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 370px); gap: 40px; align-items: end; margin-bottom: 32px; }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 23px; }
.section-heading span, .value-heading span, .next-focus span { color: var(--signal-deep); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-heading h2, .value-heading h2, .next-focus h2 { margin: 6px 0 0; font-family: "Roboto Condensed", sans-serif; font-size: clamp(34px, 4vw, 54px); font-weight: 680; line-height: .96; letter-spacing: -.025em; text-wrap: balance; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 520; line-height: 1.65; }
.results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.result-item { position: relative; min-width: 0; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; overflow: hidden; border: 1px solid rgba(16,19,21,.14); background: rgba(251,250,247,.8); box-shadow: 0 14px 34px rgba(16,19,21,.035); transition: transform var(--motion-standard) var(--ease-premium), border-color var(--motion-standard), box-shadow var(--motion-standard); }
.result-item::after { content: ""; position: absolute; inset: auto -30% -80% 20%; height: 120%; background: radial-gradient(circle, rgba(216,221,224,.5), transparent 65%); pointer-events: none; }
.result-item:first-child { color: #fff; border-color: var(--graphite); background: linear-gradient(145deg, #1b1f22, #0e1113); box-shadow: 0 20px 44px rgba(16,19,21,.14); }
.result-item:first-child::after { background: radial-gradient(circle, rgba(255,100,43,.16), transparent 65%); }
.result-item:hover { z-index: 1; border-color: rgba(16,19,21,.32); transform: translateY(-2px); box-shadow: 0 22px 46px rgba(16,19,21,.08); }
.result-item .result-number { position: relative; z-index: 1; color: var(--signal); font-family: ui-monospace, monospace; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.result-item p { position: relative; z-index: 1; margin: 28px 0 0; font-size: 14px; font-weight: 630; line-height: 1.48; overflow-wrap: break-word; }

.value-band { position: relative; display: grid; grid-template-columns: minmax(220px, .78fr) minmax(0, 1.35fr); gap: clamp(42px, 6vw, 84px); padding: clamp(48px, 6vw, 76px); overflow: hidden; color: #fff; background: linear-gradient(140deg, #1b1f22, #0e1113 72%); border-top: 2px solid var(--signal); box-shadow: 0 28px 68px rgba(16,19,21,.14); }
.value-band::before { content: ""; position: absolute; width: 420px; height: 420px; right: -190px; top: -240px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.018), 0 0 0 104px rgba(255,255,255,.012); }
.value-heading, .value-list { position: relative; z-index: 1; }
.value-heading h2 { max-width: 370px; }
.value-list { display: grid; }
.value-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 15px; align-items: start; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.value-item:last-child { border-bottom: 0; }
.value-item span { color: var(--signal); font-family: "Roboto Condensed", sans-serif; font-size: 23px; font-weight: 700; line-height: 1; }
.value-item p { margin: 0; font-size: 15px; font-weight: 570; line-height: 1.52; overflow-wrap: break-word; }

.acceptance-list { border-top: 1px solid var(--graphite); }
.acceptance-item { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 17px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); transition: padding-left var(--motion-standard) var(--ease-premium), background var(--motion-fast); }
.acceptance-item:hover { padding-left: 8px; background: linear-gradient(90deg, rgba(255,255,255,.56), transparent); }
.acceptance-check { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(37,112,82,.38); color: var(--success); background: rgba(37,112,82,.055); font-size: 14px; font-weight: 900; }
.acceptance-item p { margin: 0; font-size: 14px; font-weight: 590; line-height: 1.5; overflow-wrap: break-word; }

.next-focus { position: relative; display: grid; grid-template-columns: minmax(230px, .85fr) minmax(0, 1.25fr) 48px; gap: 38px; align-items: center; padding: clamp(40px, 5vw, 62px); overflow: hidden; color: var(--graphite); background: linear-gradient(105deg, #ff713c, var(--signal) 62%, #ee511a); box-shadow: 0 24px 55px rgba(201,74,28,.16); }
.next-focus::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 26%, rgba(255,255,255,.2) 45%, transparent 63%); transform: translateX(-80%); transition: transform 800ms var(--ease-premium); }
.next-focus:hover::before { transform: translateX(80%); }
.next-focus > * { position: relative; z-index: 1; }
.next-focus span { color: #672308; }
.next-focus h2 { max-width: 470px; font-size: clamp(29px, 3.3vw, 43px); }
.next-focus > p { margin: 0; font-size: 14px; font-weight: 680; line-height: 1.54; overflow-wrap: break-word; }
.next-arrow { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(16,19,21,.38); font-size: 22px; transition: transform var(--motion-standard) var(--ease-premium), background var(--motion-standard); }
.next-focus:hover .next-arrow { background: rgba(255,255,255,.18); transform: translate(2px,-2px); }
.report-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 2px 0; color: var(--muted); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.report-footer p { margin: 0; }
.mobile-drawer, .drawer-backdrop { display: none; }

/* Progressive motion: content is always usable without JavaScript. */
.report.is-entering .hero-copy > * { animation: luxury-rise var(--motion-slow) var(--ease-premium) both; }
.report.is-entering .hero-copy > :nth-child(2) { animation-delay: 40ms; }
.report.is-entering .hero-copy > :nth-child(3) { animation-delay: 80ms; }
.report.is-entering .hero-copy > :nth-child(4) { animation-delay: 120ms; }
.report.is-entering .hero-signal-line { animation: signal-reveal 620ms var(--ease-premium) both; }
.report.is-changing .report-hero, .report.is-changing .outcome-band, .report.is-changing .results-section, .report.is-changing .value-band, .report.is-changing .acceptance-section, .report.is-changing .next-focus { opacity: .72; transform: translateY(5px); }
.report-hero, .outcome-band, .results-section, .value-band, .acceptance-section, .next-focus { min-width: 0; transition: opacity var(--motion-fast), transform var(--motion-standard) var(--ease-premium); }
@keyframes luxury-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes signal-reveal { from { transform: scaleX(0); opacity: 0; } to { transform: scaleX(1); opacity: 1; } }

@media (max-width: 1279px) {
  :root { --sidebar: 232px; }
  .sidebar { padding-inline: 14px; }
  .report { padding-inline: clamp(22px, 3vw, 38px); }
  .report-hero { grid-template-columns: minmax(0, 1.04fr) minmax(300px, .96fr); min-height: clamp(445px, 48vw, 540px); }
  .hero-copy { padding-inline: clamp(32px, 4vw, 50px); }
  .report-hero h1 { font-size: clamp(47px, 5.7vw, 67px); }
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .result-item:last-child:nth-child(odd) { grid-column: 1 / -1; min-height: 150px; }
}

@media (max-width: 900px) {
  .app-shell { display: block; }
  .sidebar { display: none; }
  .mobile-menu { display: inline-flex; align-items: center; }
  .toolbar { padding-inline: clamp(16px, 4vw, 30px); }
  .report { padding-inline: clamp(16px, 4vw, 30px); }
  .mobile-drawer { position: fixed; inset: 0 auto 0 0; z-index: 50; display: block; width: min(88vw, 360px); padding: 18px; overflow-y: auto; color: #fff; background: linear-gradient(160deg, #181c1f, #0e1113 72%); box-shadow: 24px 0 70px rgba(0,0,0,.28); transform: translateX(-102%); transition: transform var(--motion-standard) var(--ease-premium); }
  .mobile-drawer.open { transform: translateX(0); }
  .drawer-backdrop { position: fixed; inset: 0; z-index: 40; display: block; background: rgba(7,9,10,.58); backdrop-filter: blur(5px); }
  .drawer-head { position: sticky; top: -18px; z-index: 2; display: flex; justify-content: space-between; align-items: center; margin: -18px -18px 12px; padding: 18px; border-bottom: 1px solid var(--line-dark); background: #15191b; }
  .mobile-drawer .week-link { min-height: 48px; }
  .mobile-drawer .icon-button { color: #fff; border-color: rgba(255,255,255,.25); background: transparent; }
}

@media (max-width: 760px) {
  .toolbar { height: 62px; padding-inline: 12px; }
  .toolbar-context { flex: 1; margin-inline: 9px; }
  .toolbar-context span { display: none; }
  .toolbar-actions { gap: 5px; }
  .icon-button, .print-button, .mobile-menu { min-height: 44px; }
  .icon-button { width: 44px; }
  .print-button { width: 44px; padding: 0; font-size: 0; }
  .print-button span { margin: 0; font-size: 16px; }
  .mobile-menu { padding-inline: 12px; }
  .report { padding: 12px 12px 32px; }
  .report-hero { min-height: 610px; display: block; background: var(--surface); }
  .report-hero::before { background: linear-gradient(180deg, transparent 0 32%, rgba(251,250,247,.7) 45%, rgba(251,250,247,1) 58%); }
  .report-hero::after { inset: 8px; }
  .hero-artwork { inset: -1% -10% 43% -18%; transform: none; }
  .hero-image { object-position: 68% center; }
  .hero-metal-shine { display: none; }
  .hero-copy { position: absolute; inset: auto 0 0; min-height: 60%; justify-content: flex-end; padding: 32px 25px 67px; }
  .hero-meta { margin-bottom: 22px; }
  .hero-meta span { padding: 7px 8px 6px; font-size: 7px; }
  .hero-kicker { margin-bottom: 11px; font-size: 8px; }
  .report-hero h1 { max-width: none; font-size: clamp(40px, 13vw, 55px); line-height: .92; letter-spacing: -.03em; }
  .hero-week { right: 22px; top: 21px; }
  .hero-week strong { font-size: 62px; }
  .hero-signal-line { left: 25px; bottom: 34px; }
  .outcome-band { grid-template-columns: 1fr; gap: 25px; padding: 48px 5px; }
  .outcome-band > p { font-size: clamp(28px, 9vw, 37px); }
  .results-section, .acceptance-section { padding: 55px 5px; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 25px; }
  .section-heading h2, .value-heading h2 { font-size: clamp(36px, 11vw, 45px); }
  .results-grid { grid-template-columns: 1fr; }
  .result-item, .result-item:last-child:nth-child(odd) { grid-column: auto; min-height: 156px; padding: 21px; }
  .value-band { grid-template-columns: 1fr; gap: 28px; padding: 39px 25px; }
  .value-item { padding: 17px 0; }
  .value-item p { font-size: 14px; }
  .acceptance-item { gap: 13px; }
  .next-focus { grid-template-columns: 1fr; gap: 21px; padding: 36px 25px; }
  .next-arrow { display: none; }
  .report-footer { padding-inline: 2px; }
}

@media (max-width: 360px) {
  .mobile-menu { padding-inline: 10px; font-size: 9px; }
  .toolbar-context { margin-inline: 6px; }
  .toolbar-context strong { font-size: 9px; }
  .toolbar-actions { gap: 4px; }
  .icon-button, .print-button { width: 42px; min-height: 42px; }
  .report { padding-inline: 9px; }
  .report-hero { min-height: 580px; }
  .hero-copy { padding-inline: 21px; }
  .report-hero h1 { font-size: 40px; }
  .hero-signal-line { left: 21px; }
  .value-band, .next-focus { padding-inline: 21px; }
  .report-footer { gap: 12px; font-size: 7px; }
}

@media (max-height: 440px) and (orientation: landscape) and (max-width: 900px) {
  .report-hero { min-height: 430px; display: grid; grid-template-columns: 1.05fr .95fr; }
  .report-hero::before { background: linear-gradient(90deg, rgba(251,250,247,1) 0%, rgba(251,250,247,.95) 42%, transparent 82%); }
  .hero-artwork { inset: -5% -2% -5% 30%; }
  .hero-copy { position: relative; inset: auto; min-height: 0; justify-content: center; padding: 46px 34px 66px; }
  .report-hero h1 { font-size: 42px; }
  .hero-week { right: 24px; top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero-artwork, .hero-metal-shine, .week-link:hover, .result-item:hover, .next-focus:hover .next-arrow { transform: none !important; }
}

@media print {
  @page { size: A4; margin: 10mm; }
  :root { --porcelain: #fff; }
  body { background: #fff; }
  .sidebar, .toolbar, .mobile-drawer, .drawer-backdrop { display: none !important; }
  .app-shell { display: block; }
  .report { max-width: none; padding: 0; }
  .report-hero { min-height: 92mm; break-inside: avoid; box-shadow: none; print-color-adjust: exact; }
  .hero-copy { padding: 14mm 12mm 18mm; }
  .report-hero h1 { font-size: 34pt; }
  .outcome-band, .results-section, .value-band, .acceptance-section, .next-focus { break-inside: avoid; }
  .outcome-band { grid-template-columns: 38mm 1fr; padding: 10mm 0; }
  .outcome-band > p { font-size: 18pt; }
  .results-section, .acceptance-section { padding: 10mm 0; }
  .result-item { min-height: 32mm; padding: 5mm; box-shadow: none; }
  .value-band { padding: 8mm; box-shadow: none; }
  .next-focus { padding: 8mm; box-shadow: none; }
  .report-footer { padding-top: 5mm; }
}

.drawer-backdrop[hidden] { display: none !important; }
