/* Packaging News Daily — design tokens. Generated from design-system/tokens/*.css; edit there (or in Claude Design), not here. */
/* Webfont — Hanken Grotesk, variable 400-800, self-hosted.
   Inherited from Decagon Partners (assets/fonts), the issuer's brand face.
   One family for the whole system: bold for headlines, regular for body,
   letterspaced uppercase for eyebrows and labels. */
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/hanken-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/hanken-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Colour — black ink and true neutral greys on white paper.
   One green accent, used rarely: eyebrows, rules, the live dot, one CTA.
   The page carries third-party company logos and photographs, so our own
   chrome stays achromatic and lets that material be the only colour. */
:root {
  /* ---- Ink — near-black through neutral grey ---- */
  --ink-950: #0a0b0b;
  --ink-900: #121414;  /* brand ink: wordmark, mark, headlines */
  --ink-800: #1d2020;
  --ink-700: #2b2e2e;
  --ink-600: #4a4f4f;
  --ink-500: #6b7070;
  --ink-400: #8d9292;
  --ink-300: #b7baba;
  --ink-200: #d8dada;
  --ink-100: #e9eaea;

  /* ---- Paper — quiet surfaces ---- */
  --paper-50:  #f7f8f8;
  --paper-100: #f0f1f1;
  --paper-200: #e5e6e6;
  --white:     #ffffff;

  /* ---- Green accent — sparing ---- */
  --moss-800: #0d3325;  /* inverse bands, deep rules */
  --moss-700: #14563a;
  --moss-600: #1b6e49;  /* core accent */
  --moss-500: #2f8a5f;
  --moss-300: #a9cfba;
  --moss-100: #e6f0ea;

  /* ---- Semantic status — muted, never decorative ---- */
  --positive: #1b6e49;
  --positive-soft: #e6f0ea;
  --caution: #7d6620;
  --caution-soft: #f3ecd8;
  --critical: #8a3a32;
  --critical-soft: #f1dedb;

  /* ---- Materiality scale 1-5 (story weight; greys, one green top step) ---- */
  --materiality-1: var(--ink-300);
  --materiality-2: var(--ink-400);
  --materiality-3: var(--ink-600);
  --materiality-4: var(--ink-900);
  --materiality-5: var(--moss-600);

  /* ---- Semantic aliases — reach for these in components ---- */
  --bg-page:        var(--white);
  --bg-sunken:      var(--paper-50);
  --bg-inverse:     var(--ink-950);
  --bg-accent-soft: var(--moss-100);

  --surface-card:   var(--white);
  --surface-muted:  var(--paper-50);

  --text-strong:  var(--ink-900);
  --text-body:    var(--ink-700);
  --text-muted:   var(--ink-500);
  --text-faint:   var(--ink-400);
  --text-inverse: var(--paper-50);
  --text-accent:  var(--moss-700);
  --text-link:    var(--ink-900);

  --border-hair:    var(--ink-100);
  --border-soft:    var(--ink-200);
  --border-strong:  var(--ink-400);
  --border-inverse: rgba(255,255,255,0.16);
  --rule-accent:    var(--moss-600);

  --accent:        var(--moss-600);
  --accent-strong: var(--moss-700);

  --focus-ring: rgba(27,110,73,0.38);
}
/* Type — one geometric grotesque, tabular figures for data.
   Editorial scale: headline sizes are for story headlines, not marketing. */
:root {
  --font-sans: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  --fw-regular: 400; /* @kind font */
  --fw-medium: 500; /* @kind font */
  --fw-semibold: 600; /* @kind font */
  --fw-bold: 700; /* @kind font */
  --fw-heavy: 800; /* @kind font */

  /* Display — mastheads and page heads only */
  --text-display-xl: 4rem;
  --text-display-l: 3rem;
  --text-display-m: 2.25rem;

  /* Editorial headlines */
  --text-h-lead: 2rem;      /* lead story */
  --text-h-story: 1.375rem; /* story in a list */
  --text-h-section: 1.125rem;
  --text-h-card: 1.0625rem;

  /* Text */
  --text-lead: 1.25rem;
  --text-body-lg: 1.0625rem;
  --text-body: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.8125rem;
  --text-eyebrow: 0.75rem;
  --text-micro: 0.6875rem;

  --lh-tight: 1.08; /* @kind font */
  --lh-headline: 1.18; /* @kind font */
  --lh-heading: 1.28; /* @kind font */
  --lh-body: 1.6; /* @kind font */
  --lh-relaxed: 1.72; /* @kind font */

  --tracking-eyebrow: 0.18em; /* @kind font */
  --tracking-caps: 0.08em; /* @kind font */
  --tracking-display: -0.025em; /* @kind font */
  --tracking-headline: -0.02em; /* @kind font */
  --tracking-tight: -0.01em; /* @kind font */
  --tracking-normal: 0; /* @kind font */
}
/* Spacing & layout — 8px base grid, generous measures.
   Radii are near-square: the brand mark is a straight-edged polygon. */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  --measure: 68ch;
  --measure-narrow: 46ch;
  --measure-summary: 74ch;

  --container: 1180px;
  --container-reading: 780px;
  --container-email: 600px;
  --gutter: 40px;
  --gutter-mobile: 22px;

  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --radius-pill: 999px;

  --logo-mark-sm: 18px;
  --logo-mark-md: 26px;
  --logo-mark-lg: 40px;
}
/* Elevation, rules and motion.
   Hairlines and whitespace carry the layout; shadows are barely there and
   reserved for things that genuinely float (menus, dialogs). */
:root {
  --border-width: 1px;
  --hairline: 1px solid var(--border-hair);
  --rule: 1px solid var(--border-soft);
  --rule-heavy: 2px solid var(--ink-900);

  --shadow-xs: 0 1px 2px rgba(10,11,11,0.04);
  --shadow-sm: 0 1px 3px rgba(10,11,11,0.05), 0 1px 2px rgba(10,11,11,0.04);
  --shadow-md: 0 8px 24px -12px rgba(10,11,11,0.18), 0 2px 6px rgba(10,11,11,0.05);
  --shadow-lg: 0 24px 60px -24px rgba(10,11,11,0.24), 0 4px 12px rgba(10,11,11,0.06);

  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --dur-fast: 120ms; /* @kind other */
  --dur-base: 200ms; /* @kind other */
  --dur-slow: 360ms; /* @kind other */
}
/* Base element styles and the few shared utility classes. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; } }
body { margin: 0; font-family: var(--font-sans); font-size: var(--text-body); line-height: var(--lh-body); color: var(--text-body); background: var(--bg-page); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-feature-settings: "kern" 1, "liga" 1; }
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; }
a { color: var(--text-link); text-underline-offset: 0.18em; text-decoration-thickness: 1px; }
a:hover { color: var(--accent-strong); }
h1, h2, h3, h4 { font-family: var(--font-sans); color: var(--text-strong); margin: 0; }
:focus-visible { outline: 2px solid var(--moss-600); outline-offset: 3px; }
.pnd-figures { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }
.pnd-rule { border: 0; border-top: var(--hairline); margin: 0; }
.pnd-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
