:root {
  --paper: #f5f0e5;
  --paper-deep: #e9e1d2;
  --ink: #173d32;
  --ink-2: #2b5749;
  --muted: #68776f;
  --lime: #c8f04b;
  --yellow: #f4bf35;
  --orange: #e36a42;
  --red: #a5382c;
  --white: #fffdf7;
  --line: rgba(23, 61, 50, .18);
  --line-strong: rgba(23, 61, 50, .42);
  --shadow: 0 18px 55px rgba(34, 46, 39, .12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .25; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); z-index: 99; mix-blend-mode: multiply; }
a { color: inherit; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 18px; top: 12px; z-index: 200; padding: 10px 16px; background: var(--lime); color: var(--ink); font-weight: 800; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.report-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.masthead { min-height: 82px; padding: 16px 30px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(245, 240, 229, .9); backdrop-filter: blur(14px); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 46px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 700 15px/1 var(--serif); }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.masthead-meta { text-align: right; display: grid; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.masthead-meta strong { margin-top: 3px; font-size: 11px; }
.plan-link { margin-left: auto; padding: 9px 12px; border: 1px solid var(--ink); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.plan-link span { margin-left: 8px; color: var(--orange); }
.plan-link:hover { background: var(--ink); color: var(--paper); }
.plan-link:hover span { color: var(--lime); }

.loading { min-height: 65vh; display: grid; place-content: center; justify-items: center; gap: 20px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: 11px; }
.loading-orbit { width: 44px; height: 44px; border: 2px solid var(--line); border-top-color: var(--ink); border-radius: 50%; animation: orbit .8s linear infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }

.hero { min-height: 630px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: end; gap: 70px; padding-block: 92px 74px; position: relative; overflow: hidden; }
.hero::before { content: ""; width: 430px; height: 430px; border: 1px solid var(--line); border-radius: 50%; position: absolute; right: 160px; top: 55px; box-shadow: 0 0 0 48px rgba(23, 61, 50, .025), 0 0 0 96px rgba(23, 61, 50, .018); }
.hero-copy, .hero-number { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 12px; color: var(--ink-2); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.eyebrow::before { content: ""; width: 42px; height: 2px; background: var(--lime); }
.hero h1 { max-width: 770px; margin: 0; font: 700 clamp(68px, 8.1vw, 126px)/.75 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-weight: 600; }
.hero-lede { max-width: 670px; margin: 42px 0 0 4px; font-size: clamp(16px, 1.7vw, 21px); line-height: 1.6; color: var(--ink-2); }
.hero-number { min-height: 360px; padding: 24px; border-left: 1px solid var(--line-strong); display: flex; flex-direction: column; justify-content: flex-end; }
.hero-number span { font-size: 10px; letter-spacing: .22em; font-weight: 800; }
.hero-number strong { margin-left: -12px; font: 700 138px/.74 var(--serif); letter-spacing: -.08em; }
.hero-number small { margin-top: 22px; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }

.score-ribbon { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--ink); color: var(--white); border-block: 1px solid var(--ink); }
.score-ribbon > div { min-height: 128px; padding: 28px 32px; border-right: 1px solid rgba(255, 255, 255, .14); display: flex; flex-direction: column; justify-content: space-between; }
.score-ribbon span { color: rgba(255, 255, 255, .6); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.score-ribbon strong { font: 700 42px/1 var(--serif); }
.score-ribbon .score-ribbon-accent { background: var(--lime); color: var(--ink); }
.score-ribbon .score-ribbon-accent span { color: var(--ink-2); }

.executive, .decision-map { padding-block: 112px; }
.section-kicker { display: flex; gap: 14px; align-items: center; margin-bottom: 44px; }
.section-kicker span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-size: 10px; font-weight: 800; }
.section-kicker p { margin: 0; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; font-weight: 800; }
.executive-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 80px; margin-bottom: 66px; }
.executive h2, .decision-map h2, .library-header h2 { margin: 0; font: 700 clamp(48px, 6vw, 84px)/.9 var(--serif); letter-spacing: -.045em; }
.executive-heading > p, .section-intro { margin: 0 0 8px; color: var(--muted); font-size: 15px; }
.insights-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.insight { min-height: 250px; padding: 30px 26px 28px 0; border-right: 1px solid var(--line); position: relative; }
.insight + .insight { padding-left: 26px; }
.insight:last-child { border-right: 0; }
.insight-index { color: var(--orange); font: 700 13px/1 var(--serif); }
.insight h3 { margin: 64px 0 18px; font: 700 28px/1.02 var(--serif); }
.insight p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.decision-map { background: var(--paper-deep); width: 100%; max-width: none; padding-inline: max(24px, calc((100% - var(--max))/2)); }
.decision-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.section-intro { max-width: 430px; margin-top: 26px; }
.status-bars { display: grid; gap: 17px; padding-top: 8px; }
.status-row { display: grid; grid-template-columns: 160px 1fr 50px; align-items: center; gap: 16px; }
.status-row > span { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; font-weight: 800; }
.status-row > strong { font: 700 24px/1 var(--serif); text-align: right; }
.status-track { height: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.35); overflow: hidden; }
.status-fill { display: block; height: 100%; background: var(--ink); transform-origin: left; animation: stretch .7s .1s both cubic-bezier(.22,1,.36,1); }
.status-row[data-status="escalar"] .status-fill { background: var(--lime); }
.status-row[data-status="testar-com-ressalvas"] .status-fill { background: var(--yellow); }
.status-row[data-status="reprovar"] .status-fill { background: var(--orange); }
@keyframes stretch { from { transform: scaleX(0); } }

.library { padding-top: 108px; }
.library-header { padding-bottom: 58px; }
.filter-dock { position: sticky; top: 0; z-index: 15; padding-block: 14px; border-block: 1px solid var(--line); background: rgba(245, 240, 229, .94); backdrop-filter: blur(16px); box-shadow: 0 10px 28px rgba(23,61,50,.05); }
.filter-shell { display: grid; grid-template-columns: 2.1fr repeat(3, 1fr) auto; gap: 12px; align-items: end; }
.filter-shell label { display: grid; gap: 7px; }
.filter-shell label > span { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.filter-shell input, .filter-shell select { width: 100%; min-height: 47px; border: 1px solid var(--line-strong); border-radius: 0; background: var(--white); color: var(--ink); padding: 0 14px; font-size: 13px; }
.search-field { position: relative; }
.search-field input { padding-right: 44px; }
.search-icon { position: absolute; right: 15px; bottom: 10px; font: 600 24px/1 var(--serif); }
.button-quiet, .empty-state button { min-height: 47px; padding: 0 18px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.button-quiet:hover, .empty-state button:hover { background: var(--lime); color: var(--ink); }
.results-meta { display: flex; justify-content: space-between; gap: 20px; padding-block: 28px; border-bottom: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.results-meta p { margin: 0; }
.legend { color: var(--muted); display: flex; align-items: center; gap: 7px; }
.dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--ink); }
.dot.allocated { background: var(--yellow); }
.dot.untested { background: transparent; border: 1px solid var(--muted); }

.creative-grid { padding-block: 20px 120px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.creative-card { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px; min-width: 0; transition: background .2s ease; }
.creative-card:nth-child(4n + 1) { border-left: 1px solid var(--line); }
.creative-card:hover { background: var(--white); }
.card-link { display: block; text-decoration: none; }
.card-media { aspect-ratio: 4/5; background: var(--paper-deep); overflow: hidden; position: relative; }
.card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86); transition: transform .45s cubic-bezier(.22,1,.36,1), filter .3s ease; }
.creative-card:hover img { transform: scale(1.035); filter: saturate(1); }
.media-badge { position: absolute; left: 10px; top: 10px; padding: 6px 9px; background: rgba(23,61,50,.9); color: var(--white); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.score-seal { position: absolute; right: 10px; bottom: 10px; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--ink); border: 2px solid var(--ink); font: 700 22px/1 var(--serif); }
.card-meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 18px; color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.card-title { margin: 10px 0 0; font: 700 25px/1 var(--serif); }
.card-hook { margin: 12px 0 0; color: var(--ink-2); font-size: 12px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-footer { margin-top: 18px; padding-top: 12px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.status-pill { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; }
.status-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.status-pill[data-status="escalar"]::before { background: #7db300; }
.status-pill[data-status="testar-com-ressalvas"]::before { background: var(--yellow); }
.status-pill[data-status="reprovar"]::before { background: var(--orange); }
.open-mark { font: 700 20px/1 var(--serif); }
.empty-state { margin-bottom: 120px; padding: 70px; border: 1px dashed var(--line-strong); text-align: center; }
.empty-state strong { font: 700 40px/1 var(--serif); }
.empty-state p { color: var(--muted); }

.detail-view { min-height: 100vh; }
.detail-topbar { border-bottom: 1px solid var(--line); }
.detail-topbar-inner { width: min(var(--max), calc(100% - 48px)); margin: auto; min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.back-link, .sequence-link { text-decoration: none; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.detail-origin-links { display: flex; align-items: center; gap: 18px; }
.return-plan-link { padding: 8px 11px; border: 1px solid var(--ink); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.return-plan-link:hover { background: var(--ink); color: var(--paper); }
.sequence { display: flex; gap: 24px; }
.detail-hero { width: min(var(--max), calc(100% - 48px)); margin: auto; padding: 76px 0 64px; display: grid; grid-template-columns: 1fr 260px; gap: 80px; align-items: end; }
.detail-hero h1 { margin: 14px 0 26px; font: 700 clamp(58px, 7vw, 104px)/.82 var(--serif); letter-spacing: -.05em; }
.detail-hero .detail-hook { max-width: 760px; margin: 0; color: var(--ink-2); font-size: 18px; }
.detail-score { aspect-ratio: 1; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-content: center; text-align: center; position: relative; }
.detail-score::after { content: ""; position: absolute; inset: 12px; border: 1px dashed var(--line); border-radius: 50%; }
.detail-score strong { font: 700 92px/.8 var(--serif); position: relative; z-index: 1; }
.detail-score span { margin-top: 15px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; position: relative; z-index: 1; }
.verdict { background: var(--ink); color: var(--white); }
.verdict-inner { width: min(var(--max), calc(100% - 48px)); min-height: 144px; margin: auto; padding-block: 30px; display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 40px; }
.verdict-label { color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.verdict p { margin: 0; font: 600 clamp(20px, 2.4vw, 31px)/1.25 var(--serif); }
.detail-body { width: min(var(--max), calc(100% - 48px)); margin: auto; padding: 82px 0 120px; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 70px; }
.detail-toc { position: sticky; top: 28px; align-self: start; padding: 24px 0; border-block: 1px solid var(--line); }
.detail-toc strong { display: block; margin-bottom: 18px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.detail-toc a { display: block; padding: 7px 0; text-decoration: none; color: var(--muted); font-size: 11px; }
.detail-toc a:hover { color: var(--ink); }
.detail-content { min-width: 0; }
.detail-section { padding: 0 0 74px; scroll-margin-top: 28px; }
.detail-section + .detail-section { padding-top: 70px; border-top: 1px solid var(--line-strong); }
.detail-section h2 { margin: 0 0 28px; font: 700 clamp(38px, 4.4vw, 58px)/.95 var(--serif); letter-spacing: -.035em; }
.detail-section h3 { margin: 32px 0 10px; font: 700 26px/1 var(--serif); }
.detail-summary { margin: 0; font-size: 18px; line-height: 1.7; color: var(--ink-2); }
.evidence-grid { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.preview-panel { min-width: 0; background: var(--paper-deep); border: 1px solid var(--line); padding: 16px; }
.preview-panel img { width: 100%; max-height: 620px; object-fit: contain; }
.preview-panel figcaption { margin-top: 12px; color: var(--muted); font-size: 10px; }
.data-table-wrap { overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; font-size: 12px; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
th { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
.scorecard td:last-child, .scorecard th:last-child { text-align: right; }
.note-bar { width: 110px; height: 6px; margin-top: 5px; background: var(--paper-deep); }
.note-bar span { display: block; height: 100%; background: var(--ink); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.metric { min-height: 110px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric:nth-child(4n) { border-right: 0; }
.metric span { display: block; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.metric strong { display: block; margin-top: 20px; font: 700 28px/1 var(--serif); }
.provenance-note { margin: 18px 0 0; padding: 18px; border-left: 4px solid var(--yellow); background: var(--white); font-size: 12px; }
.timeline-table td:first-child { width: 110px; font-weight: 800; white-space: nowrap; }
.editorial-list { list-style: none; padding: 0; margin: 0; counter-reset: item; }
.editorial-list li { counter-increment: item; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.editorial-list li::before { content: counter(item, decimal-leading-zero); color: var(--orange); font: 700 20px/1 var(--serif); }
.copy-block { margin: 0; padding: 28px 30px; border-left: 5px solid var(--lime); background: var(--ink); color: var(--white); font: 600 20px/1.65 var(--serif); }
.decision-card { padding: 34px; background: var(--lime); color: var(--ink); }
.decision-card strong { display: block; font: 700 36px/1 var(--serif); }
.decision-card p { margin: 16px 0 0; }
.detail-bottom-nav { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-strong); }
.detail-bottom-nav a { min-height: 170px; padding: 38px max(24px, calc((100vw - var(--max))/2)); text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; }
.detail-bottom-nav a + a { border-left: 1px solid var(--line-strong); text-align: right; }
.detail-bottom-nav span { font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.detail-bottom-nav strong { font: 700 27px/1 var(--serif); }

.footer { min-height: 130px; padding: 36px 30px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; background: var(--ink); color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .05em; }
.footer p { margin: 0; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr 220px; gap: 35px; }
  .hero-number strong { font-size: 100px; }
  .score-ribbon { grid-template-columns: repeat(3, 1fr); }
  .score-ribbon > div:nth-child(3) { border-right: 0; }
  .score-ribbon > div:nth-child(n + 4) { border-top: 1px solid rgba(255,255,255,.14); }
  .filter-shell { grid-template-columns: 2fr 1fr 1fr; }
  .filter-shell label:nth-of-type(4) { grid-column: 1 / 2; }
  .creative-grid { grid-template-columns: repeat(3, 1fr); }
  .creative-card:nth-child(4n + 1) { border-left: 0; }
  .creative-card:nth-child(3n + 1) { border-left: 1px solid var(--line); }
}

@media (max-width: 780px) {
  .report-shell { width: min(100% - 30px, var(--max)); }
  .masthead { padding: 13px 15px; }
  .brand-copy small, .masthead-meta span, .plan-link span { display: none; }
  .plan-link { margin-left: auto; padding: 8px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 70px 54px; }
  .hero::before { width: 260px; height: 260px; right: -80px; top: 30px; }
  .hero h1 { font-size: clamp(58px, 19vw, 88px); }
  .hero-lede { margin-top: 30px; font-size: 16px; }
  .hero-number { min-height: 160px; border-left: 0; border-top: 1px solid var(--line-strong); padding: 22px 0 0; }
  .hero-number strong { margin: 8px 0 0; font-size: 82px; }
  .score-ribbon { grid-template-columns: 1fr 1fr; }
  .score-ribbon > div { min-height: 104px; padding: 22px; }
  .score-ribbon > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); }
  .score-ribbon > div:nth-child(even) { border-right: 0; }
  .score-ribbon > div:nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,.14); }
  .score-ribbon > div:last-child { grid-column: 1 / -1; }
  .executive, .decision-map { padding-block: 78px; }
  .executive-heading, .decision-layout { grid-template-columns: 1fr; gap: 28px; }
  .executive h2, .decision-map h2, .library-header h2 { font-size: 52px; }
  .insights-grid { grid-template-columns: 1fr; }
  .insight, .insight + .insight { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .insight:last-child { border-bottom: 0; }
  .insight h3 { margin-top: 26px; }
  .decision-map { padding-inline: 15px; }
  .status-row { grid-template-columns: 125px 1fr 38px; gap: 10px; }
  .library { padding-top: 78px; }
  .filter-dock { position: relative; }
  .filter-shell { grid-template-columns: 1fr 1fr; }
  .filter-shell .search-field { grid-column: 1 / -1; }
  .filter-shell label:nth-of-type(4) { grid-column: auto; }
  .button-quiet { grid-column: 1 / -1; }
  .results-meta { align-items: flex-start; }
  .legend { max-width: 180px; flex-wrap: wrap; justify-content: flex-end; }
  .creative-grid { grid-template-columns: 1fr 1fr; width: 100%; }
  .creative-card { padding: 14px; }
  .creative-card:nth-child(3n + 1) { border-left: 0; }
  .creative-card:nth-child(odd) { border-left: 1px solid var(--line); }
  .card-title { font-size: 21px; }
  .card-hook { font-size: 11px; }
  .detail-hero { width: calc(100% - 30px); grid-template-columns: 1fr; padding-block: 54px; gap: 36px; }
  .detail-score { width: 180px; }
  .detail-score strong { font-size: 70px; }
  .verdict-inner { width: calc(100% - 30px); grid-template-columns: 1fr; gap: 12px; }
  .detail-body { width: calc(100% - 30px); grid-template-columns: 1fr; padding-top: 56px; }
  .detail-toc { display: none; }
  .evidence-grid { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2n) { border-right: 0; }
  .detail-bottom-nav a { min-height: 130px; padding: 26px 15px; }
  .footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 440px) {
  .brand-copy strong { font-size: 9px; }
  .brand-mark { width: 38px; }
  .hero h1 { font-size: 59px; }
  .creative-grid { grid-template-columns: 1fr; }
  .creative-card, .creative-card:nth-child(odd), .creative-card:nth-child(3n + 1) { border-left: 1px solid var(--line); }
  .card-media { aspect-ratio: 5/4; }
  .filter-shell { grid-template-columns: 1fr; }
  .filter-shell .search-field, .button-quiet { grid-column: auto; }
  .status-row { grid-template-columns: 112px 1fr 30px; }
  .detail-topbar-inner { width: calc(100% - 30px); flex-wrap: wrap; padding-block: 10px; }
  .detail-origin-links { gap: 9px; }
  .sequence { gap: 12px; }
  .detail-hero h1 { font-size: 58px; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric { border-right: 0; }
  .copy-block { padding: 22px; font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
