/* ============================================================
   HRR — Webfonts (self-hosted)
   Headlines: Barlow Condensed · Body/UI: Barlow (Brand Guide §4.1)
   Licensed under the SIL Open Font License (see assets/fonts/OFL.txt).
   ============================================================ */

/* ---------- Barlow (body / UI) ---------- */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Barlow-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Barlow-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/Barlow-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/Barlow-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Barlow-Bold.ttf") format("truetype");
}

/* ---------- Barlow Condensed (headlines) ---------- */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/BarlowCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/BarlowCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/BarlowCondensed-ExtraBold.ttf") format("truetype");
}

/* ============================================================
   HRR — Color tokens
   Palette per Brand Guide v1.3.0 §3. "Archival Index" aesthetic.
   80 / 15 / 5 rule: 80% neutrals, 15% slate planes/lines, 5% accent.
   NOTE: Sand & Fog are decorative/structural ONLY — never body text.
   ============================================================ */
:root {
  /* --- Base palette (intern names) --- */
  --hrr-slate:        #2C3A46; /* Primary Dark — headers, body text, hero planes */
  --hrr-slate-press:  #1F2A33; /* Slate 15% darker — active/pressed */
  --hrr-sand:         #9E8D76; /* Primary Warm — decorative only */
  --hrr-bronze:       #836242; /* Accent — CTA accent, highlight lines */
  --hrr-bronze-deep:  #6E5237; /* Bronze pressed */
  --hrr-fog:          #91959A; /* Neutral Mid — borders & icons, not text */
  --hrr-white:        #FFFFFF;
  --hrr-black:        #000000; /* use #2C3A46 as "black" wherever possible */

  /* Warm paper tints (from approved homepage mockup v0.2) */
  --hrr-cream:        #F7F4EF;
  --hrr-soft:         #F1ECE5;

  /* Tints derived from Slate for hairlines & washes */
  --hrr-slate-16:     rgba(44, 58, 70, 0.16);
  --hrr-slate-12:     rgba(44, 58, 70, 0.12);
  --hrr-slate-08:     rgba(44, 58, 70, 0.08);
  --hrr-slate-70:     rgba(44, 58, 70, 0.70);
  --hrr-slate-78:     rgba(44, 58, 70, 0.78);
  --hrr-slate-92:     rgba(44, 58, 70, 0.92);
  --hrr-bronze-32:    rgba(131, 98, 66, 0.32);
  --hrr-sand-10:      rgba(158, 141, 118, 0.10);

  /* --- Semantic aliases --- */
  --surface-page:     var(--hrr-white);   /* default background */
  --surface-muted:    var(--hrr-cream);   /* warm section background */
  --surface-card:     var(--hrr-white);   /* card / panel fill */
  --surface-inverse:  var(--hrr-slate);   /* dark hero / dark panel */
  --surface-footer:   #17212A;            /* deepest slate, footer only */

  --text-body:        var(--hrr-slate);   /* the only body color on white */
  --text-muted:       var(--hrr-slate-70);/* secondary copy on white */
  --text-inverse:     var(--hrr-white);   /* body color on slate */
  --text-inverse-mut: rgba(255, 255, 255, 0.86);
  --text-accent:      var(--hrr-bronze);  /* links, labels, accents */

  --border-subtle:    var(--hrr-slate-16);/* card & input borders */
  --border-hairline:  var(--hrr-slate-08);/* section dividers */
  --border-strong:    var(--hrr-slate);   /* hard rules */
  --border-fog:       var(--hrr-fog);     /* neutral separators */

  --accent:           var(--hrr-bronze);  /* the single premium accent */
  --accent-hover:     var(--hrr-bronze);
  --accent-line:      var(--hrr-bronze);  /* 2–3px highlight lines */

  --label-color:      var(--hrr-bronze);  /* uppercase kicker labels */
  --focus-ring:       var(--hrr-bronze);  /* 2px focus outline */

  /* On-slate diagram/series colors (Brand Guide §6.2) */
  --series-primary:   var(--hrr-slate);
  --series-secondary: var(--hrr-sand);
  --series-highlight: var(--hrr-bronze);
  --series-grid:      var(--hrr-fog);
}

/* ============================================================
   HRR — Typography tokens (Brand Guide §4)
   Headlines: Barlow Condensed (800/700/600)
   Body / UI:  Barlow (400/500/600/700)
   Rules: no full-justify; no all-caps buttons; bold for emphasis
   (never underline except links). Max 70–90 chars/line long-form.
   ============================================================ */
:root {
  /* --- Families --- */
  --font-head: "Barlow Condensed", "Segoe UI", "Arial Narrow", Arial, sans-serif;
  --font-body: "Barlow", "Segoe UI", Arial, Helvetica, sans-serif;

  /* --- Weights --- */
  --fw-regular:  400; /* @kind font */
  --fw-medium:   500; /* @kind font */
  --fw-semibold: 600; /* @kind font */
  --fw-bold:     700; /* @kind font */
  --fw-extra:    800; /* @kind font */ /* display headlines only */

  /* --- Display / heading scale (web px, condensed) --- */
  --fs-display:  82px;  /* hero H1 */
  --fs-h1:       72px;
  --fs-h2:       48px;
  --fs-h3:       27px;
  --lh-display:  0.96;  /* @kind font */ /* tight tracking on condensed display */
  --lh-heading:  1.05;  /* @kind font */
  --tracking-display: -0.02em;

  /* --- Body scale (Barlow) --- */
  --fs-lead:     20px;  /* sub / intro */
  --fs-body:     16px;  /* default web body */
  --fs-small:    14px;  /* UI, secondary */
  --fs-caption:  12px;  /* meta */
  --fs-label:    12px;  /* uppercase kicker */
  --lh-body:     1.48; /* @kind font */
  --lh-lead:     1.38; /* @kind font */

  /* --- Label / kicker treatment --- */
  --tracking-label: 0.14em;  /* @kind font */ /* uppercase eyebrow labels */
  --tracking-brand: 0.02em;  /* @kind font */ /* wordmark */

  /* --- Semantic roles --- */
  --text-heading-family: var(--font-head);
  --text-body-family:    var(--font-body);
}

/* ============================================================
   HRR — Spacing, radius, border, shadow, motion (Brand Guide §5,7,12)
   8-pt spacing system. Align everything to the grid — no "net-niet".
   Rounded corners subtle only (4–6px). Motion serves comprehension.
   ============================================================ */
:root {
  /* --- 8-pt spacing scale --- */
  --space-0:  0;
  --space-05: 4px;
  --space-1:  8px;
  --space-2:  16px;
  --space-3:  24px;
  --space-4:  32px;
  --space-5:  40px;
  --space-6:  48px;
  --space-8:  64px;
  --space-10: 84px;  /* standard section padding */

  /* --- Layout --- */
  --container-max: 1168px; /* @kind spacing */
  --container-gutter: 24px; /* @kind spacing */
  --grid-gap: 18px; /* @kind spacing */

  /* --- Radius (engineering-grade: hard or subtle only) --- */
  --radius-control: 4px;  /* buttons, inputs, chips-rect */
  --radius-card:    6px;  /* cards, panels, photo cards */
  --radius-pill:    999px;/* chips, language toggle */

  /* --- Borders --- */
  --border-width-hair: 1px;
  --border-width-cta:  1.5px; /* secondary button outline */
  --border-width-accent: 3px; /* bronze accent rules / card tops */

  /* --- Shadows (used sparingly; soft, slate-tinted) --- */
  --shadow-card: 0 10px 30px rgba(44, 58, 70, 0.10);
  --shadow-none: none;

  /* --- Motion (Brand Guide §12: 150–200ms ease, no bounce) --- */
  --motion-fast:   150ms; /* @kind other */
  --motion-base:   200ms; /* @kind other */
  --ease-standard: ease;  /* @kind other */
  --transition-color: color var(--motion-fast) var(--ease-standard),
                      background-color var(--motion-fast) var(--ease-standard),
                      border-color var(--motion-fast) var(--ease-standard); /* @kind other */

  /* --- A11y --- */
  --tap-min: 44px; /* @kind spacing */ /* WCAG 2.5.5 minimum tap target */
  --focus-width: 2px; /* @kind spacing */
  --focus-offset: 2px; /* @kind spacing */
}

/* ============================================================
   HRR — Base elements & utility classes
   Applies the tokens to real elements + a few reusable helpers
   used across specimen cards and UI kits.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--surface-page);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }

/* Headings — condensed display family, tight tracking */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--text-body);
  margin: 0;
  font-weight: var(--fw-extra);
  letter-spacing: var(--tracking-display);
  line-height: var(--lh-heading);
}
h1 { font-size: var(--fs-h1); line-height: var(--lh-display); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); font-weight: var(--fw-bold); }

p { margin: 0; }

a {
  color: var(--text-accent);
  text-decoration: none;
}
/* Links carry color AND underline for WCAG 1.4.1 in running text */
a:hover { text-decoration: underline; }

strong { font-weight: var(--fw-bold); }

:focus-visible {
  outline: var(--focus-width) solid var(--focus-ring);
  outline-offset: var(--focus-offset);
}

/* --- Utility helpers --- */
.hrr-container {
  width: min(var(--container-max), calc(100% - 48px));
  margin-inline: auto;
}

/* Uppercase bronze kicker label */
.hrr-label {
  font-family: var(--font-body);
  font-size: var(--fs-label);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--label-color);
  font-weight: var(--fw-extra);
}

.hrr-lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
  color: var(--text-body);
  font-weight: var(--fw-semibold);
}

.hrr-muted { color: var(--text-muted); }

/* Hard / accent rules */
.hrr-rule { height: 1px; background: var(--border-fog); border: 0; }
.hrr-rule--accent { height: var(--border-width-accent); background: var(--accent-line); border: 0; }

@media (prefers-reduced-motion: reduce) {
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   HRR — Component styles
   Class-based styling for the React primitives. Kept in the
   styles.css closure so consumers get them for free and all
   hover / focus / press states live in CSS (Brand Guide §5.4, §12).
   ============================================================ */

/* ---------- Button ---------- */
.hrr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  min-height: var(--tap-min);
  padding: 12px 24px;
  border-radius: var(--radius-control);
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  transition: var(--transition-color);
}
.hrr-btn:focus-visible {
  outline: var(--focus-width) solid var(--focus-ring);
  outline-offset: var(--focus-offset);
}
.hrr-btn--block { width: 100%; }

/* Primary: Slate → Bronze on hover */
.hrr-btn--primary {
  background: var(--hrr-slate);
  color: var(--hrr-white);
  border-color: var(--hrr-slate);
}
.hrr-btn--primary:hover {
  background: var(--hrr-bronze);
  border-color: var(--hrr-bronze);
  text-decoration: none;
  color: var(--hrr-white);
}
.hrr-btn--primary:active { background: var(--hrr-slate-press); border-color: var(--hrr-slate-press); }

/* Secondary: outline, fills slate on hover */
.hrr-btn--secondary {
  background: transparent;
  color: var(--hrr-slate);
  border: var(--border-width-cta) solid var(--hrr-slate);
}
.hrr-btn--secondary:hover {
  background: var(--hrr-slate);
  color: var(--hrr-white);
  text-decoration: none;
}
/* On dark surfaces */
.hrr-btn--secondary.hrr-on-dark {
  color: var(--hrr-white);
  border-color: var(--hrr-white);
}
.hrr-btn--secondary.hrr-on-dark:hover { background: var(--hrr-white); color: var(--hrr-slate); }

/* Primary on a dark (Slate) surface — Bronze fill so the CTA reads */
.hrr-btn--primary.hrr-on-dark {
  background: var(--hrr-bronze);
  border-color: var(--hrr-bronze);
  color: var(--hrr-white);
}
.hrr-btn--primary.hrr-on-dark:hover {
  background: var(--hrr-white);
  border-color: var(--hrr-white);
  color: var(--hrr-slate);
}

/* Tertiary: bronze text link, underline on hover only */
.hrr-btn--tertiary {
  background: transparent;
  color: var(--hrr-bronze);
  border-color: transparent;
  padding-inline: 0;
}
.hrr-btn--tertiary:hover { text-decoration: underline; }

/* Disabled */
.hrr-btn[disabled], .hrr-btn--disabled {
  background: var(--hrr-fog);
  border-color: var(--hrr-fog);
  color: var(--hrr-white);
  cursor: not-allowed;
  opacity: 1;
}
.hrr-btn--secondary[disabled] { background: transparent; color: var(--hrr-fog); border-color: var(--hrr-fog); }

/* ---------- Label (kicker) ---------- */
.hrr-kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-label);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--label-color);
  font-weight: var(--fw-extra);
}
.hrr-kicker.hrr-on-dark { color: var(--hrr-white); opacity: 0.78; }

/* ---------- Card ---------- */
.hrr-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-card);
  padding: var(--space-3);
  position: relative;
}
.hrr-card--accent::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: var(--border-width-accent);
  background: var(--accent-line);
  opacity: 0.86;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
}
.hrr-card--left {
  border-left: var(--border-width-accent) solid var(--accent-line);
}
.hrr-card--dark {
  background: var(--surface-inverse);
  border-color: transparent;
  color: var(--text-inverse);
}
.hrr-card--dark h1, .hrr-card--dark h2, .hrr-card--dark h3 { color: var(--text-inverse); }
.hrr-card--dark p { color: var(--text-inverse-mut); }
.hrr-card--muted { background: var(--surface-muted); }
.hrr-card__title { font-size: var(--fs-h3); margin-bottom: var(--space-1); }
.hrr-card__body { color: var(--hrr-slate-78); }
.hrr-card--dark .hrr-card__body { color: var(--text-inverse-mut); }

/* ---------- Chip / Tag ---------- */
.hrr-chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid var(--border-subtle);
  background: var(--surface-card);
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: var(--fs-small);
  color: var(--hrr-slate);
  line-height: 1;
}
.hrr-chip--rect { border-radius: var(--radius-control); }
.hrr-chip-group { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Badge ---------- */
.hrr-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  padding: 6px 10px;
  border-radius: var(--radius-control);
  font-family: var(--font-body);
  font-size: var(--fs-caption);
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hrr-badge--scope { background: var(--surface-card); border: 1px solid var(--border-subtle); color: var(--hrr-slate); }
.hrr-badge--accent { background: var(--hrr-sand-10); border: 1px solid var(--hrr-bronze-32); border-left: 3px solid var(--hrr-bronze); color: var(--hrr-slate); }
.hrr-badge--solid { background: var(--hrr-slate); color: var(--hrr-white); }

/* ---------- Input / Select / TextArea ---------- */
.hrr-field { display: flex; flex-direction: column; gap: var(--space-1); }
.hrr-field__label {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: var(--fw-semibold);
  color: var(--hrr-slate);
}
.hrr-input, .hrr-select, .hrr-textarea {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  color: var(--hrr-slate);
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-control);
  padding: 12px 14px;
  min-height: var(--tap-min);
  width: 100%;
  transition: border-color var(--motion-fast) var(--ease-standard);
}
.hrr-textarea { min-height: 120px; resize: vertical; line-height: var(--lh-body); }
.hrr-input::placeholder, .hrr-textarea::placeholder { color: var(--hrr-fog); }
.hrr-input:focus, .hrr-select:focus, .hrr-textarea:focus {
  outline: none;
  border-color: var(--hrr-slate);
  box-shadow: 0 0 0 1px var(--hrr-slate);
}
.hrr-input:focus-visible, .hrr-select:focus-visible, .hrr-textarea:focus-visible {
  outline: var(--focus-width) solid var(--focus-ring);
  outline-offset: var(--focus-offset);
}
.hrr-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232C3A46' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.hrr-field__hint { font-size: var(--fs-caption); color: var(--hrr-slate-70); }

/* ---------- Accordion ---------- */
.hrr-accordion { display: grid; gap: 10px; }
.hrr-acc {
  border: 1px solid var(--border-subtle);
  background: var(--surface-card);
  border-radius: var(--radius-card);
  padding: 18px 20px;
}
.hrr-acc__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-weight: 800;
  color: var(--hrr-slate);
  cursor: pointer;
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  padding: 0;
  min-height: var(--tap-min);
  font-size: var(--fs-body);
}
.hrr-acc__sign { color: var(--hrr-bronze); font-weight: 900; font-size: 20px; line-height: 1; }
.hrr-acc__panel { margin-top: 10px; color: var(--hrr-slate-78); }

/* ---------- Callout ---------- */
.hrr-callout {
  background: var(--surface-card);
  border: 1px solid var(--hrr-sand);
  border-left: var(--border-width-accent) solid var(--hrr-bronze);
  border-radius: var(--radius-card);
  padding: var(--space-3);
}
.hrr-callout__title { font-family: var(--font-body); font-weight: var(--fw-semibold); color: var(--hrr-slate); margin-bottom: var(--space-1); }

/* ---------- Step (numbered) ---------- */
.hrr-steps { display: grid; gap: 12px; }
.hrr-step {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-card);
  padding: var(--space-3);
}
.hrr-step__num {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--hrr-slate);
  color: var(--hrr-white);
  font-weight: 900;
  margin-bottom: var(--space-3);
}
.hrr-step__label { font-weight: 900; color: var(--hrr-slate); }

/* ============================================================
   HRR Website UI kit — layout-only CSS.
   Reuses design-system tokens (../../styles.css). This file holds
   page-level layout (hero grid, sections, header, footer) that
   isn't part of the reusable component layer.
   ============================================================ */

/* No overflow:hidden here — it would become the scroll container for the
   sticky .site-header and stop it pinning to the viewport. The mobile
   device frame clips via rounded header/footer corners instead. */
.site { background: linear-gradient(180deg, #fff 0, #fff 18%, #fbfaf8 100%); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(120%) blur(4px);
  border-bottom: 1px solid var(--border-subtle);
}
.site-header__inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.brand .brand__logo { height: 44px; width: auto; }
.brand__copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-head); font-weight: 800; letter-spacing: .02em; font-size: 20px; color: var(--hrr-slate); text-transform: uppercase; }
.brand__sub { font-size: 11px; letter-spacing: .08em; color: var(--hrr-bronze); text-transform: uppercase; margin-top: 3px; font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; }
.site-nav a { color: var(--hrr-slate); text-decoration: none; cursor: pointer; }
.site-nav a:hover { color: var(--hrr-bronze); text-decoration: none; }
.site-header__right { display: flex; align-items: center; gap: 18px; }
.lang { display: flex; gap: 6px; font-size: 13px; color: var(--hrr-slate); align-items: center; }
.lang button { background: none; border: 0; cursor: pointer; color: var(--hrr-slate); font: inherit; padding: 0; }
.lang .is-active { font-weight: 800; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; border-bottom: 1px solid var(--border-hairline); }
.section--compact { padding: 64px 0; }
.section--dark { background: var(--hrr-slate); color: #fff; }
.section--cream { background: var(--hrr-soft); }
.section--dark h1, .section--dark h2 { color: #fff; }
.section--dark .hrr-kicker { color: #fff; opacity: .75; }
.section--dark .hrr-lead, .section--dark p, .section--dark li { color: var(--text-inverse-mut); }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 36px; }
.section-head__main { max-width: 760px; }
.section-head .hrr-lead { margin-top: 10px; }
.section-head__aside { max-width: 460px; color: var(--hrr-slate-92); }

h2 { font-size: 48px; max-width: 760px; }
.lead { font-size: 20px; line-height: 1.38; color: var(--hrr-slate); max-width: 780px; margin: 18px 0 0; font-weight: 600; }

/* Grids */
.grid-cards { display: grid; gap: 18px; }
.grid-cards.is-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cards.is-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cards.is-4 { grid-template-columns: repeat(4, 1fr); }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: start; }
.split.is-equal { grid-template-columns: 1fr 1fr; }

/* ---------- Hero ---------- */
.hero { background: var(--hrr-cream); padding: 72px 0 70px; border-bottom: 1px solid var(--border-subtle); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: 82px; max-width: 800px; }
.hero .lead { font-size: 22px; max-width: 700px; }
.hero__copy { position: relative; z-index: 2; }
.question-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 26px 0 0; max-width: 640px; }
.question-pill { border: 1px solid var(--border-subtle); background: #fff; padding: 12px 14px; border-radius: 4px; font-size: 14px; font-weight: 700; color: var(--hrr-slate); }
.mini-boundary { margin: 14px 0 0; font-size: 14px; font-weight: 800; color: var(--hrr-slate); }
.cta-row { display: flex; gap: 14px; align-items: center; margin: 26px 0 0; flex-wrap: wrap; }
.hero__media { position: relative; }
.photo-card { border-radius: 6px; overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid rgba(44,58,70,.10); background: #fff; }
.hero__photo { height: 620px; width: 100%; object-fit: cover; object-position: center 22%; }
.overlay-card { position: absolute; left: -34px; bottom: 32px; width: 310px; background: var(--hrr-slate); color: #fff; border-radius: 6px; padding: 24px; box-shadow: var(--shadow-card); }
.overlay-card__small { font-size: 12px; letter-spacing: .13em; color: #d8cfc2; text-transform: uppercase; font-weight: 800; margin-bottom: 8px; }
.overlay-card strong { font-size: 22px; font-family: var(--font-head); line-height: 1.05; color: #fff; }
.overlay-card p { font-size: 13px; color: rgba(255,255,255,.86); margin: 10px 0 0; }

/* Lists */
.ticklist { margin: 20px 0 0; padding: 0; list-style: none; }
.ticklist li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid var(--border-hairline); }
.ticklist li::before { content: ""; position: absolute; left: 0; top: 18px; width: 8px; height: 8px; background: var(--hrr-bronze); border-radius: 50%; }
.ticklist li:last-child { border-bottom: 0; }
.section--dark .ticklist li { border-color: rgba(255,255,255,.16); }

.qcard { background: #fff; border: 1px solid var(--border-subtle); border-radius: 6px; padding: 18px 22px; border-left: 3px solid var(--hrr-bronze); font-weight: 700; color: var(--hrr-slate); }
.qcard + .qcard { margin-top: 14px; }

/* Output memo */
.memo { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }

/* Price */
.price-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.price-panel { background: #fff; color: var(--hrr-slate); border-radius: 6px; padding: 30px; border-left: 4px solid var(--hrr-bronze); }
.price-big { font-family: var(--font-head); font-size: 48px; line-height: .98; font-weight: 800; margin: 0 0 10px; }

/* Why / profile */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.why-photo { height: 600px; width: 100%; object-fit: cover; object-position: center 30%; }
.profile-card { background: var(--hrr-cream); border: 1px solid var(--border-subtle); border-radius: 6px; padding: 26px; margin-top: 28px; }
.profile-card strong { font-family: var(--font-head); font-size: 30px; color: var(--hrr-slate); line-height: 1.05; }
.profile-card p { margin: 8px 0 0; color: var(--hrr-slate-78); }
.hrr-footnote { margin-top: 16px; font-size: 14px; color: var(--hrr-slate-70); }
.why-grid p.hrr-body { margin-top: 20px; }

/* Final CTA */
.cta-box { display: grid; grid-template-columns: 1fr .9fr; gap: 40px; align-items: center; }
.final-photo { height: 420px; width: 100%; object-fit: cover; object-position: center 35%; border-radius: 6px; border: 1px solid rgba(255,255,255,.12); }

/* Output memo — balance the dark card's whitespace */
.memo .hrr-card--dark { display: flex; flex-direction: column; justify-content: center; }
.memo .hrr-card--dark .hrr-card__title { font-size: 34px; line-height: 1.04; margin-bottom: var(--space-2); }

/* Price panel sits on a dark section — force dark text on its white fill */
.price-panel p, .price-panel .price-big, .price-panel li { color: var(--hrr-slate); }

/* Footer */
.site-footer { background: var(--surface-footer); color: #fff; padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h3 { color: #fff; font-size: 24px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.78); font-size: 14px; }
.site-footer a { display: block; margin: 8px 0; cursor: pointer; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 34px; padding-top: 20px; color: rgba(255,255,255,.65); font-size: 13px; }

/* Intake (interactive) */
.intake { max-width: 640px; }
.intake__steps { display: flex; gap: 8px; margin: 0 0 28px; }
.intake__dot { flex: 1; height: 4px; border-radius: 2px; background: var(--border-subtle); }
.intake__dot.is-on { background: var(--hrr-bronze); }
.intake__confirm { text-align: center; padding: 48px 24px; }
.intake__check { width: 64px; height: 64px; border-radius: 50%; background: var(--hrr-slate); color: #fff; display: grid; place-items: center; margin: 0 auto 20px; font-size: 30px; }

@media (max-width: 980px) {
  .hero__grid, .split, .split.is-equal, .price-grid, .why-grid, .cta-box, .memo { grid-template-columns: 1fr; gap: 28px; }
  .grid-cards.is-2, .grid-cards.is-3, .grid-cards.is-4 { grid-template-columns: 1fr; }
  .hero h1 { font-size: 52px; }
  h2 { font-size: 38px; }
  .overlay-card { display: none; }
  .section-head { display: block; }
  .intake__row { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
  .hrr-steps { grid-template-columns: 1fr !important; }
}

/* ============================================================
   Desktop / Mobile preview tweak — emulate the mobile layout in-page.
   `.stage--mobile` frames the site in a phone-width device; the
   `.site--mobile` overrides mirror the 980px breakpoint regardless
   of the actual viewport width (media queries can't see container width).
   ============================================================ */
.stage--mobile {
  background: #d9d4cc;
  padding: 28px 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
.stage--mobile .site {
  width: 414px;
  min-height: 820px;
  border-radius: 30px;
  /* No overflow:hidden — it would make .site the scroll container and
     break the sticky header. Corners are rounded on header/footer instead. */
  box-shadow: 0 24px 60px rgba(44,58,70,.28), 0 0 0 10px #1f2a33, 0 0 0 11px #2c3a46;
}
.site--mobile .site-header { border-radius: 30px 30px 0 0; }
.site--mobile .site-footer { border-radius: 0 0 30px 30px; }
.site--mobile .hrr-steps { grid-template-columns: 1fr !important; }
.site--mobile .site-header__inner { height: 64px; }
.site--mobile .brand__logo { height: 34px; }
.site--mobile .site-nav { display: none; }
.site--mobile .site-header__right .hrr-btn { display: none; }
.site--mobile .section, .site--mobile .hero { padding-left: 0; padding-right: 0; }
.site--mobile .hrr-container { width: min(100% - 36px, 100%); }
.site--mobile .hero__grid,
.site--mobile .split,
.site--mobile .split.is-equal,
.site--mobile .price-grid,
.site--mobile .why-grid,
.site--mobile .cta-box,
.site--mobile .memo { grid-template-columns: 1fr; gap: 26px; }
.site--mobile .grid-cards.is-2,
.site--mobile .grid-cards.is-3,
.site--mobile .grid-cards.is-4 { grid-template-columns: 1fr; }
.site--mobile .hero h1 { font-size: 44px; }
.site--mobile h2 { font-size: 32px; }
.site--mobile .overlay-card { display: none; }
.site--mobile .section-head { display: block; }
.site--mobile .section-head__aside { margin-top: 14px; }
.site--mobile .intake__row { grid-template-columns: 1fr; }
.site--mobile .footer-grid { grid-template-columns: 1fr 1fr; }
.site--mobile .hero__photo { height: 380px; }
.site--mobile .why-photo { height: 360px; }
.site--mobile .final-photo { height: 280px; }
.site--mobile .legal__title { font-size: 34px; }

/* ---------- Brand lockup (official PNG — exact proportions, OS-proof) ---------- */
.brand { text-decoration: none; display: flex; align-items: center; }
.brand__logo { width: auto; height: 44px; display: block; max-width: none; }
.footer__logo { width: auto; height: 58px; display: block; max-width: none; }

/* Tightened desktop band so the full nav fits down to ~820px (covers zoom / windowed) */
@media (max-width: 1080px) {
  .site-header__inner { gap: 14px; }
  .site-nav { gap: 10px; font-size: 13px; }
  .site-header__right { gap: 10px; }
  .brand__logo { height: 38px; }
  .site-header__right .hrr-btn { padding: 9px 14px; font-size: 13px; }
}

/* Language toggle active state */
.lang button { transition: color var(--motion-fast) var(--ease-standard); }
.lang button:hover { color: var(--hrr-bronze); }
.lang .is-active { font-weight: 800; color: var(--hrr-bronze); }

/* Intake form rows */
.intake__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Footer social links — stack vertically, icon + label in a row each */
.site-footer a.footer__social { display: flex; width: fit-content; align-items: center; gap: 14px; }
.footer__social svg { flex: 0 0 auto; opacity: .85; margin-right: 2px; }
.footer__social:hover svg { opacity: 1; }

/* ---------- Legal pages ---------- */
.legal { padding-top: 56px; }
.legal__wrap { max-width: 820px; }
.legal__back {
  background: none; border: 0; padding: 0; cursor: pointer;
  font-family: var(--font-body); font-weight: 700; font-size: 14px;
  color: var(--hrr-bronze); margin-bottom: 22px;
}
.legal__back:hover { text-decoration: underline; }
.legal__back { display: block; }
.legal__meta {
  display: block;
  font-family: var(--font-body); font-size: var(--fs-label);
  letter-spacing: var(--tracking-label); text-transform: uppercase;
  color: var(--label-color); font-weight: 800; margin-top: 4px;
}
.legal__title { font-size: 56px; margin: 12px 0 0; }
.legal__note { font-size: 14px; color: var(--hrr-slate-70); font-style: italic; margin: 16px 0 0; }
.legal__h { font-size: 24px; font-family: var(--font-head); font-weight: 700; color: var(--hrr-slate); margin: 36px 0 0; letter-spacing: -.01em; }
.legal__p { font-size: 16px; line-height: 1.6; color: var(--hrr-slate-92); margin: 12px 0 0; max-width: 72ch; }
.legal__ul { margin: 12px 0 0; padding: 0; list-style: none; max-width: 72ch; }
.legal__ul li { position: relative; padding: 7px 0 7px 22px; font-size: 16px; line-height: 1.55; color: var(--hrr-slate-92); }
.legal__ul li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; border-radius: 50%; background: var(--hrr-bronze); }
.legal__lead { font-size: 21px; line-height: 1.5; color: var(--hrr-slate); margin: 20px 0 0; max-width: 70ch; font-weight: 500; }
.legal__ol { margin: 12px 0 0; padding-left: 22px; max-width: 72ch; }
.legal__ol li { padding: 5px 0; font-size: 16px; line-height: 1.55; color: var(--hrr-slate-92); }
.legal__ol li::marker { color: var(--hrr-bronze); font-weight: 700; }
.article-body .legal__h:first-child { margin-top: 28px; }
.insight-toc__list a { color: inherit; text-decoration: none; }
.insight-toc__list a:hover { color: var(--hrr-bronze); }
.legal__table-wrap { margin: 16px 0 0; overflow-x: auto; }
.legal__table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
.legal__table th {
  text-align: left; padding: 10px 14px; background: var(--hrr-slate); color: #fff;
  font-family: var(--font-body); font-weight: 700; vertical-align: top;
}
.legal__table td { padding: 10px 14px; border: 1px solid var(--border-subtle); color: var(--hrr-slate-92); vertical-align: top; }
.legal__table tbody tr:nth-child(even) td { background: var(--hrr-cream); }
.legal__table--company td:first-child { width: 38%; white-space: nowrap; }

@media (max-width: 980px) {
  .legal__title { font-size: 40px; }
  .legal__table--company td:first-child { white-space: normal; }
}

/* ---------- v0.4 homepage additions ---------- */
/* Five-question accordion: titled rows */
.acc-title-wrap { display: flex; flex-direction: column; gap: 3px; }
.acc-title { font-family: var(--font-head); font-size: 23px; font-weight: 800; color: var(--hrr-slate); line-height: 1; letter-spacing: -.01em; }
.acc-question { font-size: 15px; font-weight: 800; color: var(--hrr-slate-78); }

/* Insights tag */
.insight-tag { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--hrr-bronze); font-weight: 800; margin-bottom: 12px; }

/* Inline bronze text link (insights "view all") */
.hrr-textlink { font-weight: 800; color: var(--hrr-bronze); cursor: pointer; display: inline-flex; min-height: 44px; align-items: center; }
.hrr-textlink:hover { text-decoration: underline; }

/* Insights — clickable cards reset (button wrapping a Card) */
.insight-link { display: block; width: 100%; text-align: left; background: none; border: 0; padding: 0; cursor: pointer; font: inherit; }
.insight-link .hrr-card { height: 100%; transition: border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard); }
.insight-link:hover .hrr-card { border-color: var(--hrr-bronze); box-shadow: var(--shadow-card); }
.insight-link .hrr-textlink { min-height: 0; }

/* Insights — article placeholder scaffold */
.insight-placeholder {
  margin-top: 28px;
  background: var(--hrr-cream);
  border: 1px solid var(--border-subtle);
  border-left: var(--border-width-accent) solid var(--hrr-bronze);
  border-radius: var(--radius-card);
  padding: 32px;
}
.insight-placeholder__badge {
  display: inline-block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 800; color: var(--hrr-bronze); margin-bottom: 12px;
}
.insight-placeholder__title { font-family: var(--font-head); font-weight: 800; font-size: 30px; color: var(--hrr-slate); letter-spacing: -.01em; margin: 0 0 12px; }
.insight-toc { margin-top: 24px; border-top: 1px solid var(--border-subtle); padding-top: 20px; }
.insight-toc__label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: var(--hrr-slate-70); margin-bottom: 12px; }
.insight-toc__list { margin: 0; padding-left: 20px; color: var(--hrr-slate-78); }
.insight-toc__list li { padding: 5px 0; font-weight: 600; }

.insight-cta {
  margin-top: 40px; display: flex; gap: 24px; align-items: center; justify-content: space-between;
  background: var(--hrr-slate); color: #fff; border-radius: var(--radius-card); padding: 28px 32px;
}
.insight-cta__title { font-family: var(--font-head); font-weight: 800; font-size: 26px; color: #fff; margin: 0 0 6px; }
.insight-cta p { color: rgba(255,255,255,.86); max-width: 46ch; }
/* CTA button must contrast against the slate block: white base, bronze on hover */
.insight-cta .hrr-btn--primary { background: #fff; color: var(--hrr-slate); border-color: #fff; }
.insight-cta .hrr-btn--primary:hover { background: var(--hrr-bronze); color: #fff; border-color: var(--hrr-bronze); }
.insight-cta .hrr-btn--primary:active { background: var(--hrr-slate-press); color: #fff; border-color: var(--hrr-slate-press); }
@media (max-width: 980px) {
  .insight-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 980px) {
  .acc-title { font-size: 21px; }
}

/* ---------- Cookie notice ---------- */
.cookie-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: #fff; border-top: 1px solid var(--border-subtle); box-shadow: 0 -8px 30px rgba(44,58,70,.12); padding: 16px 24px; display: flex; align-items: center; justify-content: center; gap: 20px 28px; flex-wrap: wrap; }
.cookie-bar[hidden] { display: none; }
.cookie-bar__text { margin: 0; max-width: 720px; color: var(--hrr-slate); font-size: 14px; line-height: 1.5; }
.cookie-bar__text a { color: var(--hrr-bronze); }
.cookie-bar__actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-bar .hrr-btn { min-height: 40px; }
@media (max-width: 600px) { .cookie-bar { flex-direction: column; align-items: stretch; } .cookie-bar__actions { justify-content: flex-end; } }

/* ---------- Mobile menu ---------- */
.mnav { display: none; position: relative; }
.mnav__btn { list-style: none; cursor: pointer; width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.mnav__btn::-webkit-details-marker { display: none; }
.mnav__btn::marker { content: ""; }
.mnav__btn span { display: block; width: 24px; height: 2px; background: var(--hrr-slate); border-radius: 2px; }
.mnav__panel { position: absolute; right: 0; top: calc(100% + 10px); background: #fff; border: 1px solid var(--border-subtle); border-radius: 6px; box-shadow: 0 12px 30px rgba(44,58,70,.14); padding: 18px; min-width: 230px; display: flex; flex-direction: column; gap: 14px; z-index: 60; }
.mnav__panel nav { display: flex; flex-direction: column; gap: 12px; }
.mnav__panel nav a { color: var(--hrr-slate); text-decoration: none; font-weight: 600; cursor: pointer; }
.mnav__panel nav a:hover { color: var(--hrr-bronze); }
.mnav__lang { display: flex; gap: 8px; align-items: center; color: var(--hrr-slate); font-size: 14px; border-top: 1px solid var(--border-hairline); padding-top: 12px; }
.mnav__lang button { color: var(--hrr-slate); background: none; border: 0; cursor: pointer; font: inherit; padding: 0; }
.mnav__lang .is-active { font-weight: 800; color: var(--hrr-bronze); }

/* Logo safety: never clip the lockup */
.brand__logo, .footer__logo { max-width: none; }

/* Hamburger only on true small screens (phones / small tablets) */
@media (max-width: 820px) {
  .site-nav, .site-header__right { display: none; }
  .mnav { display: block; }
}


/* ---------- static build overrides ---------- */
.hrr-acc__head{cursor:pointer;list-style:none;}
.hrr-acc__head::-webkit-details-marker{display:none;}
.hrr-acc__sign::after{content:"+";}
details.hrr-acc[open] .hrr-acc__sign::after{content:"\2212";}
.lang a{background:none;border:0;cursor:pointer;color:var(--hrr-slate);font:inherit;padding:0;text-decoration:none;transition:color var(--motion-fast) var(--ease-standard);}
.lang a:hover{color:var(--hrr-bronze);}
.lang a.is-active{font-weight:800;color:var(--hrr-bronze);}
.mnav__lang a{text-decoration:none;}
