/* Press kit. Lives outside /assets so it is not served with immutable caching:
   the kit's contents change whenever an asset or a canonical fact does.
   The shell (topbar, footer, .btn, tokens) comes from site.css; what follows is
   the homepage's own vocabulary - kicker, section head, numbered blocks, shot
   grid - restated for this page, because the homepage keeps its copy inline. */

.press main { flex: 1; }
.press section { padding: clamp(40px, 5vw, 68px) var(--gutter); border-top: 1px solid var(--rule); }
.press section:first-child { border-top: 0; }

/* Section head: kicker + display heading on the left, lead on the right */
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 18px 48px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.section-head h2 {
  margin: 8px 0 0; font-weight: 900; font-size: clamp(28px, 3.2vw, 40px); line-height: 1;
  letter-spacing: .6px; text-transform: uppercase; color: var(--bone);
}
.section-head .lead { max-width: 480px; font-size: 15px; }
.num {
  margin-right: 12px; font-family: var(--font-mono); font-weight: 700; font-size: 13px;
  letter-spacing: 1.4px; color: var(--gold); vertical-align: middle;
}

/* Hero */
.press-hero {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 34px 56px;
  align-items: start;
}
.press-hero h1 { margin: 10px 0 0; font-size: clamp(44px, 6vw, 76px); line-height: .94; }
.press-hero .lead { margin: 16px 0 0; max-width: 520px; font-size: 16px; color: rgba(242,232,213,.72); }
.press-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.press-actions .btn { height: 48px; font-size: 14px; }
.glance { padding: 20px 22px; background: var(--slab); border: 1px solid var(--rule); }
.glance h2 { margin: 0 0 12px; font-weight: 700; font-size: 10px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--text-mid); }
.glance dl { margin: 0; display: flex; flex-direction: column; }
.glance div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 7px 0; border-top: 1px solid var(--rule-soft); }
.glance div:first-child { border-top: 0; }
.glance dt { font-size: 13px; color: var(--text-low); }
.glance dd { margin: 0; font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: .8px; text-transform: uppercase; color: var(--bone); text-align: right; }
@media (max-width: 860px) { .press-hero { grid-template-columns: 1fr; } }

/* Placeholder marker. Deliberately loud: nothing here should read as approved
   press copy until a human replaces the value it wraps. */
.todo {
  display: inline-block; padding: 2px 7px; margin-right: 8px;
  background: var(--red); color: #fff;
  font-weight: 700; font-size: 10px; letter-spacing: 1.8px; line-height: 1.5; text-transform: uppercase;
}
.needs-input { margin: 16px 0 0; padding: 12px 14px; border: 1px dashed rgba(200,50,43,.55); background: rgba(200,50,43,.06); }
.needs-input p { margin: 0 0 8px; font-size: 14px; }
.needs-input p:last-child { margin-bottom: 0; }

/* Fact sheet */
.facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 0 40px; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); }
.facts li { margin: 0; display: flex; align-items: baseline; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--rule-soft); }
.facts b { flex: 0 0 132px; font-weight: 700; font-size: 10px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--text-mid); }
.facts span { flex: 1; font-size: 14px; line-height: 1.5; color: rgba(242,232,213,.76); }

/* Copy/paste descriptions */
.copy-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.copyblock { padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(242,232,213,.035); }
.copyblock h3 { margin: 0 0 9px; font-weight: 700; font-size: 10px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--gold); }
.copyblock p { margin: 0; font-size: 15px; line-height: 1.6; color: rgba(242,232,213,.84); }
.copyblock .count { display: block; margin-top: 10px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .6px; color: var(--text-low); }

/* Features */
.feature-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px 40px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.feature-grid li { margin: 0; padding-top: 14px; border-top: 1px solid var(--rule-strong); }
.feature-grid h3 { margin: 6px 0 6px; font-weight: 900; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: var(--bone); }
.feature-grid p { margin: 0; font-size: 14px; color: rgba(242,232,213,.64); }

/* Asset grids: a frame, what it is, and a button that downloads it */
.asset-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.asset-grid li { margin: 0; }
.asset { display: flex; flex-direction: column; gap: 10px; height: 100%; }
.asset img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: var(--slab); border: 1px solid var(--rule); }
.asset.logo img { object-fit: contain; padding: 18px; background: var(--slab-live); }
.asset.logo.bone img { background: var(--bone); }
.asset-name { font-weight: 900; font-size: 14px; letter-spacing: .8px; text-transform: uppercase; color: var(--bone); }
.asset-note { margin: -4px 0 0; font-size: 13px; line-height: 1.45; color: rgba(242,232,213,.6); }
.asset-meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: .5px; color: var(--text-low); }
.asset .dl { margin-top: auto; }

/* Small gold download button, the same skewed plate as .btn at label size */
.dl {
  position: relative; isolation: isolate; display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start; height: 34px; padding: 0 16px;
  font: 700 11px/1 var(--font-disp); letter-spacing: 2px; text-transform: uppercase;
  color: var(--cta-ink); text-decoration: none;
}
.dl::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--gold); transform: skewX(var(--skew)); transition: background 120ms ease; }
.dl:hover, .dl:focus-visible { color: var(--cta-ink); text-decoration: none; }
.dl:hover::before, .dl:focus-visible::before { background: var(--gold-hi); }
.dl.quiet { color: var(--bone); }
.dl.quiet::before { background: transparent; border: 1px solid rgba(242,232,213,.4); }
.dl.quiet:hover, .dl.quiet:focus-visible { color: var(--gold-hi); }
.dl.quiet:hover::before, .dl.quiet:focus-visible::before { border-color: var(--gold-hi); }

/* Palette */
.swatches { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.swatches li { margin: 0; width: 136px; border: 1px solid var(--rule); }
.swatches .chip { display: block; height: 54px; box-shadow: inset 0 0 0 1px rgba(242,232,213,.14); }
/* Ink and Slab are within a shade of the page itself, so without that inner edge the two darkest
   swatches read as empty space rather than as colour. */
.swatches .lab { display: block; padding: 8px 10px; }
.swatches .lab b { display: block; font-size: 12px; color: var(--bone); }
.swatches .lab span { font-family: var(--font-mono); font-size: 11px; color: var(--text-low); }
.brand-note { margin-top: 34px; }

/* Video */
.press-video { display: grid; gap: 22px 40px; grid-template-columns: minmax(0, 1.5fr) minmax(240px, 1fr); align-items: start; }
.press-video video { display: block; width: 100%; height: auto; background: #000; border: 1px solid var(--rule); }
.press-video p { font-size: 14px; color: rgba(242,232,213,.64); }
@media (max-width: 860px) { .press-video { grid-template-columns: 1fr; } }

/* Usage */
.usage { display: grid; gap: 20px 40px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.usage h3 { margin: 0 0 8px; font-weight: 900; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; color: var(--bone); }
.usage p { font-size: 14px; }
.press p, .press li { text-wrap: pretty; }
