/* F3PL — токены, снятые 1-в-1 с макета (computed styles). */
:root{
  --ink:#16150f; --text:#4b483f; --muted:#6e6a5e; --line:#dcd8ce; --line-2:#c7c2b4;
  --bg:#f5f3ee; --bg-alt:#efece5; --paper:#f5f3ee; --on-dark-text:#f1efe9;
  --accent:#c8431c; --accent-hover:#e8663c; --accent-soft:#f3e5dd;
  --r-btn:999px; --r-chip:999px; --r-box:4px;
  --container:1240px; --gutter:28px; --section-y:72px;
}
@media (max-width:768px){ :root{ --gutter:18px; --section-y:48px; } }

body{ font-family:'Golos Text', Helvetica, sans-serif; color:var(--ink); background:var(--bg); font-size:16px; line-height:1.5; font-weight:400; }
p{ color:var(--text); }

/* Заголовки */
h1{ font-family:'Golos Text',sans-serif; font-size:60px; line-height:1.03; letter-spacing:-0.035em; font-weight:600; color:var(--ink); text-wrap:pretty; }
h3{ font-family:'Golos Text',sans-serif; font-size:22px; line-height:1.25; letter-spacing:-0.02em; font-weight:600; color:var(--ink); }
/* h2 в макете = мелкий капс-лейбл моно */
h2, .eyebrow{ font-family:'IBM Plex Mono', monospace; font-size:15px; font-weight:400; letter-spacing:1.5px; text-transform:uppercase; color:var(--muted); line-height:1.4; }
.eyebrow-accent{ font-family:'IBM Plex Mono',monospace; font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); font-weight:400; }
@media (max-width:768px){ h1{ font-size:38px; } h3{ font-size:20px; } h2,.eyebrow{ font-size:13px; } }

.container{ max-width:var(--container); margin:0 auto; padding:0 var(--gutter); }
.section{ padding:var(--section-y) 0 0; }
.num{ font-variant-numeric:tabular-nums; }
.mono{ font-family:'IBM Plex Mono', monospace; }
/* описание справа от лейбла секции */
.section-desc{ font-size:15px; color:var(--muted); }
.text-cap{ font-size:13px; color:var(--muted); }
