@font-face { font-family: "Geologica"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/assets/fonts/geologica-cyrillic-ext.woff2") format("woff2"); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: "Geologica"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/assets/fonts/geologica-cyrillic.woff2") format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Geologica"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/assets/fonts/geologica-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; }
@font-face { font-family: "Sofia Sans Extra Condensed"; font-style: normal; font-weight: 500 800; font-display: swap; src: url("/assets/fonts/sofia-extra-cyrillic-ext.woff2") format("woff2"); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: "Sofia Sans Extra Condensed"; font-style: normal; font-weight: 500 800; font-display: swap; src: url("/assets/fonts/sofia-extra-cyrillic.woff2") format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Sofia Sans Extra Condensed"; font-style: normal; font-weight: 500 800; font-display: swap; src: url("/assets/fonts/sofia-extra-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; }
@font-face { font-family: "Sofia Sans Semi Condensed"; font-style: normal; font-weight: 600 800; font-display: swap; src: url("/assets/fonts/sofia-semi-cyrillic-ext.woff2") format("woff2"); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: "Sofia Sans Semi Condensed"; font-style: normal; font-weight: 600 800; font-display: swap; src: url("/assets/fonts/sofia-semi-cyrillic.woff2") format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Sofia Sans Semi Condensed"; font-style: normal; font-weight: 600 800; font-display: swap; src: url("/assets/fonts/sofia-semi-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; }
@layer reset, base, components, pages, responsive;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; overflow-x: clip; }
  body { min-width: 320px; margin: 0; }
  img { display: block; max-width: 100%; }
  h1, h2, h3, p, figure, dl, dd, ol, ul { margin: 0; }
  a { color: inherit; }
  button, input { font: inherit; }
  :focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
}

@layer base {
  :root {
    --paper: oklch(92% .03 190);
    --paper-2: oklch(96% .016 92);
    --ink: oklch(20% .04 238);
    --muted: oklch(43% .03 230);
    --line: oklch(72% .04 205);
    --accent: oklch(49% .12 164);
    --accent-dark: oklch(31% .08 164);
    --signal: oklch(52% .19 28);
    --white: oklch(97% .012 92);
    --display: "Jura", "Arial Narrow", Arial, sans-serif;
    --heading: "Jura", "Segoe UI", Arial, sans-serif;
    --body: "Commissioner", "Segoe UI", Arial, sans-serif;
    --shell: min(1460px, calc(100vw - 32px));
  }
  body { background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.58; text-rendering: optimizeLegibility; }
  .shell { width: var(--shell); margin-inline: auto; }
  h1, h2 { font-family: var(--heading); }
  h1 { font-size: clamp(3.2rem, 6.4vw, 7.2rem); font-weight: 600; letter-spacing: -.035em; line-height: .9; }
  h2 { font-size: clamp(2.4rem, 4.5vw, 5.2rem); font-weight: 600; letter-spacing: -.025em; line-height: .96; }
  h3 { font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.12; }
  .eyebrow, .section-label { color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
  .skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 16px; background: var(--signal); color: var(--white); transform: translateY(-160%); }
  .skip-link:focus { transform: none; }
}

@layer components {
  .site-header { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 4vw, 70px); border-bottom: 1px solid var(--line); }
  .brand { width: max-content; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; }
  .brand__mark { display: grid; width: 38px; height: 38px; place-items: center; background: var(--accent); color: var(--white); font-size: .92rem; }
  .brand__name { font-size: 1.3rem; letter-spacing: -.05em; }
  .brand__name span { color: var(--accent); }
  .site-nav { display: flex; justify-content: flex-end; gap: clamp(20px, 3vw, 48px); }
  .site-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .8rem; font-weight: 700; text-decoration: none; }
  .site-nav a[aria-current="page"] { color: var(--accent); }
  .mobile-menu { display: none; position: relative; }
  .mobile-menu summary { min-width: 86px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding-inline: 12px; border: 1px solid var(--line); cursor: pointer; font-size: .78rem; font-weight: 700; list-style: none; user-select: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu__icon { width: 18px; display: grid; gap: 4px; }
  .mobile-menu__icon i { height: 1px; display: block; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
  .mobile-menu[open] .mobile-menu__icon i:first-child { transform: translateY(5px) rotate(45deg); }
  .mobile-menu[open] .mobile-menu__icon i:nth-child(2) { opacity: 0; }
  .mobile-menu[open] .mobile-menu__icon i:last-child { transform: translateY(-5px) rotate(-45deg); }
  .mobile-menu nav { position: absolute; z-index: 20; top: calc(100% + 18px); right: 0; width: min(380px, calc(100vw - 24px)); display: grid; padding: 12px 20px 20px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 44px oklch(8% .02 235 / .3); }
  .mobile-menu nav a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: .86rem; font-weight: 700; text-decoration: none; }
  .mobile-menu nav a[aria-current="page"] { color: var(--signal); }
  .header-cta, .button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 22px; border: 1px solid transparent; background: var(--accent); color: var(--white); font-weight: 700; text-decoration: none; }
  .header-cta span, .button span { font-size: 1.1em; }
  .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
  .text-link { min-height: 48px; display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; font-size: .88rem; font-weight: 700; text-decoration: none; }
  .cta-band { min-height: 390px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: clamp(40px, 7vw, 100px); background: var(--ink); color: var(--white); overflow: hidden; position: relative; }
  .cta-band::after { position: absolute; right: -80px; bottom: -190px; content: "52"; color: color-mix(in oklch, var(--accent) 24%, transparent); font-family: var(--display); font-size: 28rem; font-weight: 700; line-height: 1; pointer-events: none; }
  .cta-band > * { position: relative; z-index: 1; }
  .cta-band > div { display: grid; gap: 20px; }
  .cta-band h2 { max-width: 900px; }
  .cta-band p:not(.section-label) { max-width: 58ch; color: color-mix(in oklch, var(--white) 70%, transparent); }
  .cta-band .section-label { color: var(--white); }
  .cta-band .button { background: var(--signal); }
  .site-footer { min-height: 190px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 70px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
  .site-footer p { max-width: 70ch; }
  .site-footer nav { display: flex; gap: 28px; }
  .site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 700; text-decoration: none; }
}

@layer pages {
  .home-hero { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; padding-top: 28px; overflow: hidden; }
  .home-hero::before, .article-hero::before { position: absolute; z-index: -1; left: -120px; top: 40px; width: 420px; height: 420px; border: 1px solid color-mix(in oklch, var(--accent) 28%, transparent); border-radius: 50%; box-shadow: 0 0 0 88px color-mix(in oklch, var(--accent) 7%, transparent), 0 0 0 176px color-mix(in oklch, var(--accent) 5%, transparent); content: ""; }
  .home-hero__copy { min-height: 650px; display: flex; flex-direction: column; justify-content: center; gap: 30px; padding: 56px 54px 60px 28px; }
  .home-hero h1 span { color: var(--signal); }
  .hero-lead { max-width: 660px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.24rem); line-height: 1.62; }
  .home-hero__media { min-height: 650px; overflow: hidden; clip-path: polygon(10% 0,100% 0,100% 100%,0 100%,0 13%); position: relative; }
  .home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
  .home-hero__media figcaption { position: absolute; right: 0; bottom: 0; padding: 13px 18px; background: var(--ink); color: var(--white); font-size: .7rem; }
  .hero-code { position: absolute; z-index: 2; right: 34px; top: 50px; display: flex; align-items: center; gap: 12px; color: var(--white); font-family: var(--display); }
  .hero-code b { font-size: 3.6rem; line-height: 1; }
  .hero-code span { font-size: .7rem; font-weight: 700; letter-spacing: .18em; }
  .hero-facts { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.35fr .7fr; background: var(--ink); color: var(--white); }
  .hero-facts div { min-height: 136px; display: grid; align-content: center; gap: 9px; padding: 26px 30px; border-right: 1px solid color-mix(in oklch, var(--white) 18%, transparent); }
  .hero-facts dt { color: color-mix(in oklch, var(--white) 65%, transparent); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
  .hero-facts dd { font-size: clamp(1.5rem, 2.8vw, 3.2rem); font-weight: 700; line-height: 1; }
  .hero-note { grid-column: 1 / -1; display: flex; gap: 40px; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
  .hero-note span { color: var(--signal); font-weight: 700; }

  .first-check, .route, .directory, .sources, .related { padding-block: clamp(90px, 10vw, 160px); }
  .first-check > header, .route > header, .directory > header, .related > header { display: grid; gap: 22px; }
  .first-check > header { max-width: 1040px; }
  .check-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .check-grid article { min-height: 310px; display: flex; flex-direction: column; gap: 22px; padding: 32px; }
  .check-grid article + article { border-left: 1px solid var(--line); }
  .check-grid article > span { color: var(--signal); font-family: var(--display); font-weight: 700; }
  .check-grid article p { color: var(--muted); }
  .check-grid article a { min-height: 44px; margin-top: auto; width: max-content; display: inline-flex; align-items: center; font-size: .82rem; font-weight: 700; text-decoration: none; }
  .route { background: var(--paper-2); padding-inline: clamp(24px, 5vw, 80px); }
  .route header { max-width: 900px; }
  .route header > p:last-child { max-width: 60ch; color: var(--muted); }
  .route ol { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 70px; padding: 0; border-block: 1px solid var(--line); list-style: none; }
  .route li { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 22px; }
  .route li + li { border-left: 1px solid var(--line); }
  .route b { color: var(--signal); font-family: var(--display); font-size: 1.35rem; }
  .route span { font-weight: 700; }
  .directory { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 120px); }
  .directory nav, .related nav { border-top: 1px solid var(--line); }
  .directory nav a, .related nav a { min-height: 90px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); text-decoration: none; }
  .directory nav span, .related nav span { color: var(--signal); font-family: var(--display); font-size: .74rem; font-weight: 700; }
  .directory nav strong, .related nav strong { font-family: var(--display); font-size: clamp(1.1rem, 1.8vw, 1.75rem); }
  .directory nav i, .related nav i { color: var(--accent); font-style: normal; }
  .sources { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; border-top: 1px solid var(--line); }
  .sources > div { display: grid; align-content: start; gap: 24px; }
  .sources nav { border-top: 1px solid var(--line); }
  .sources nav a { min-height: 110px; display: grid; gap: 4px; align-content: center; border-bottom: 1px solid var(--line); text-decoration: none; }
  .sources nav strong { font-family: var(--display); font-size: 1.35rem; }
  .sources nav span { color: var(--muted); font-size: .84rem; }

  .article-hero { position: relative; min-height: 680px; display: grid; grid-template-columns: 1fr 280px; align-items: center; gap: 80px; padding: clamp(70px, 9vw, 130px) clamp(18px, 5vw, 70px); border-bottom: 1px solid var(--line); overflow: hidden; }
  .article-hero > div:first-child { display: grid; gap: 30px; }
  .article-hero h1 { max-width: 1060px; font-size: clamp(3.2rem, 5.8vw, 6.6rem); }
  .article-hero__mark { width: 240px; height: 240px; display: grid; place-content: center; background: var(--ink); color: var(--white); clip-path: polygon(18% 0,100% 0,100% 82%,82% 100%,0 100%,0 18%); text-align: center; }
  .article-hero__mark b { font-family: var(--display); font-size: 6rem; line-height: .9; }
  .article-hero__mark span { color: var(--white); font-size: .72rem; font-weight: 700; letter-spacing: .2em; }
  .article-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
  .article-facts div { min-height: 100px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 14px; padding: 20px; }
  .article-facts div + div { border-left: 1px solid var(--line); }
  .article-facts dt { color: var(--signal); font-weight: 700; }
  .article-facts dd { font-size: clamp(1rem, 1.6vw, 1.45rem); font-weight: 700; line-height: 1.15; }
  .article-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(60px, 8vw, 120px); padding-block: 110px; }
  .toc { position: sticky; top: 30px; height: max-content; }
  .toc > p { margin-bottom: 20px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
  .toc nav { border-top: 1px solid var(--line); }
  .toc a { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .78rem; line-height: 1.35; text-decoration: none; }
  .toc a span { color: var(--signal); font-family: var(--display); font-weight: 700; }
  .article-body { min-width: 0; }
  .content-section { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 28px; padding: 0 0 86px; scroll-margin-top: 24px; }
  .content-section + .content-section { padding-top: 72px; border-top: 1px solid var(--line); }
  .content-index { padding-top: 12px; color: var(--signal); font-family: var(--display); font-weight: 700; }
  .content-section > div { display: grid; gap: 24px; }
  .content-section h2 { max-width: 1050px; font-size: clamp(2.5rem, 4vw, 4.6rem); }
  .content-section p { max-width: 72ch; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.14rem); line-height: 1.72; }
  .content-section ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 12px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
  .content-section li { min-height: 64px; display: flex; align-items: center; padding: 14px 18px 14px 24px; border-bottom: 1px solid var(--line); position: relative; }
  .content-section li::before { position: absolute; left: 4px; color: var(--signal); content: "■"; font-size: .48rem; }
  .content-section li:nth-child(even) { border-left: 1px solid var(--line); }
  .article-body > .cta-band { width: 100%; min-height: 330px; margin: 20px 0 90px; grid-template-columns: 1fr; padding: 54px; }
  .article-body > .cta-band h2 { font-size: clamp(2.3rem, 3.6vw, 4.2rem); }
  .article-body > .cta-band .button { width: max-content; }
  .faq { padding-top: 60px; scroll-margin-top: 24px; }
  .faq header { display: grid; gap: 20px; margin-bottom: 48px; }
  .faq details { border-top: 1px solid var(--line); }
  .faq details:last-child { border-bottom: 1px solid var(--line); }
  .faq summary { min-height: 86px; display: grid; grid-template-columns: 1fr 34px; align-items: center; gap: 20px; padding: 18px 0; cursor: pointer; font-weight: 700; list-style: none; }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); font-style: normal; }
  .faq summary i::before { content: "+"; }
  .faq details[open] summary i::before { content: "−"; }
  .faq details p { max-width: 72ch; padding: 0 50px 28px 0; color: var(--muted); line-height: 1.7; }
  .article-sources { display: grid; gap: 30px; padding-block: 64px 88px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
  .article-sources h2 { font-size: clamp(2.5rem, 4.2vw, 4.8rem); }
  .article-sources nav { border-top: 1px solid var(--line); }
  .article-sources a { min-height: 92px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 4px 24px; border-bottom: 1px solid var(--line); text-decoration: none; }
  .article-sources strong { font-family: var(--display); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
  .article-sources span { color: var(--muted); font-size: .86rem; }
  .article-sources i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--accent); font-style: normal; }
  .related { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; background: var(--paper-2); padding-inline: clamp(24px, 5vw, 80px); }
}

@layer responsive {
  @media (max-width: 1050px) {
    .site-nav { display: none; }
    .site-header { grid-template-columns: 1fr auto auto; }
    .mobile-menu { display: block; }
    .home-hero { grid-template-columns: 1fr 1fr; }
    .home-hero__copy { padding-left: 18px; padding-right: 30px; }
    .directory, .sources, .related { grid-template-columns: 1fr; }
    .article-layout { grid-template-columns: 1fr; }
    .toc { position: static; }
    .toc nav { display: grid; grid-template-columns: repeat(2, 1fr); }
    .toc a:nth-child(even) { border-left: 1px solid var(--line); padding-left: 16px; }
  }
  @media (max-width: 760px) {
    :root { --shell: calc(100vw - 24px); }
    h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
    h2 { font-size: clamp(2.2rem, 10vw, 3.5rem); overflow-wrap: anywhere; }
    .site-header { min-height: 70px; gap: 8px; }
    .mobile-menu summary { min-width: 46px; padding-inline: 12px; }
    .mobile-menu summary > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
    .mobile-menu nav { top: calc(100% + 12px); right: -54px; }
    .header-cta { min-height: 46px; padding-inline: 14px; font-size: .76rem; }
    .header-cta span { display: none; }
    .brand__mark { width: 34px; height: 34px; }
    .brand__name { font-size: 1.06rem; }
    .home-hero { display: flex; flex-direction: column; padding-top: 0; }
    .home-hero__copy { min-height: auto; padding: 72px 4px 48px; }
    .home-hero__media { min-height: 430px; }
    .hero-code { top: auto; right: 18px; bottom: 476px; }
    .hero-actions { align-items: stretch; }
    .hero-actions .button, .hero-actions .text-link { width: 100%; }
    .hero-facts { grid-template-columns: 1fr; }
    .hero-facts div { min-height: 104px; border-right: 0; border-bottom: 1px solid color-mix(in oklch, var(--white) 18%, transparent); }
    .hero-note { align-items: flex-start; gap: 18px; }
    .check-grid { grid-template-columns: 1fr; }
    .check-grid article { min-height: 230px; }
    .check-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
    .cta-band { min-height: 500px; grid-template-columns: 1fr; align-content: center; gap: 34px; padding: 48px 24px 110px; }
    .cta-band > * { min-width: 0; }
    .cta-band::after { right: -50px; bottom: -130px; font-size: 20rem; }
    .cta-band .button { width: 100%; }
    .route { padding-inline: 24px; }
    .route ol { grid-template-columns: 1fr; }
    .route li { min-height: 112px; }
    .route li + li { border-left: 0; border-top: 1px solid var(--line); }
    .directory nav a, .related nav a { grid-template-columns: 40px 1fr auto; gap: 12px; }
    .sources { gap: 50px; }
    .site-footer { grid-template-columns: 1fr; gap: 18px; padding: 50px 0; }
    .site-footer nav { flex-wrap: wrap; }
    .article-hero { min-height: 0; grid-template-columns: 1fr; gap: 54px; padding: 76px 4px 44px; }
    .article-hero h1 { font-size: clamp(2.4rem, 9vw, 3.6rem); overflow-wrap: break-word; hyphens: auto; }
    .article-hero__mark { width: 150px; height: 150px; margin-left: auto; }
    .article-hero__mark b { font-size: 4rem; }
    .article-facts { grid-template-columns: 1fr; }
    .article-facts div + div { border-left: 0; border-top: 1px solid var(--line); }
    .article-layout { gap: 72px; padding-block: 80px; }
    .toc nav { grid-template-columns: 1fr; }
    .toc a:nth-child(even) { border-left: 0; padding-left: 0; }
    .content-section { grid-template-columns: 1fr; gap: 18px; padding-bottom: 70px; }
    .content-section + .content-section { padding-top: 60px; }
    .content-section h2 { font-size: clamp(2.25rem, 9.5vw, 3.3rem); }
    .content-section ul { grid-template-columns: 1fr; }
    .content-section li:nth-child(even) { border-left: 0; }
    .article-body > .cta-band { padding: 44px 22px 100px; }
    .article-body > .cta-band .button { width: 100%; }
    .faq summary { min-height: 74px; }
    .related { padding-inline: 24px; gap: 50px; }
  }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
}

/* 03 — Волжская навигация: выбранная дизайн-система */
:root {
  --paper: oklch(19% .025 235);
  --paper-2: oklch(23% .04 228);
  --ink: oklch(93% .018 205);
  --muted: oklch(74% .032 205);
  --line: oklch(39% .045 220);
  --accent: oklch(71% .13 178);
  --accent-dark: oklch(43% .09 178);
  --signal: oklch(82% .16 95);
  --white: oklch(18% .03 235);
  --display: "Sofia Sans Extra Condensed", "Arial Narrow", Arial, sans-serif;
  --heading: "Sofia Sans Semi Condensed", "Segoe UI", Arial, sans-serif;
  --body: "Geologica", "Segoe UI", Arial, sans-serif;
}
body { background: var(--paper); color: var(--ink); font-family: var(--body); }
h1, h2 { text-transform: uppercase; }
h1 { font-weight: 700; line-height: .88; }
h2 { font-weight: 700; }
.eyebrow, .section-label { color: var(--signal); }
.site-header { color: var(--ink); }
.brand__mark { background: var(--signal); color: var(--white); }
.brand__name span { color: var(--accent); }
.site-nav a[aria-current="page"] { color: var(--signal); }
.header-cta, .button { background: var(--signal); color: var(--white); }
.text-link { color: var(--ink); }
.home-hero { grid-template-columns: .8fr 1.2fr; }
.home-hero__copy { padding-left: clamp(24px, 5vw, 78px); }
.home-hero h1 { font-size: clamp(4rem, 6.9vw, 7.6rem); }
.home-hero h1 span { color: var(--accent); }
.home-hero__media { margin: 18px 18px 18px 0; clip-path: none; }
.home-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, oklch(19% .025 235 / .76), transparent 34%); pointer-events: none; }
.home-hero__media img { object-position: 59% center; filter: saturate(.72) contrast(1.04); }
.hero-code { color: var(--ink); }
.hero-facts { background: var(--paper-2); color: var(--ink); border-block: 1px solid var(--line); }
.hero-facts div { border-color: var(--line); }
.hero-facts dt { color: var(--muted); }
.hero-note { color: var(--muted); }
.hero-note span { color: var(--signal); }
.home-hero::before, .article-hero::before { border-color: color-mix(in oklch, var(--accent) 32%, transparent); box-shadow: 0 0 0 88px color-mix(in oklch, var(--accent) 9%, transparent), 0 0 0 176px color-mix(in oklch, var(--accent) 5%, transparent); }
.check-grid article p, .route header > p:last-child, .sources nav span, .hero-lead, .content-section p, .faq details p, .article-sources span { color: var(--muted); }
.check-grid article > span, .route b, .directory nav span, .related nav span, .content-index, .toc a span, .article-facts dt { color: var(--signal); }
.route, .related { background: var(--paper-2); }
.cta-band { background: var(--accent); color: var(--white); }
.cta-band .section-label, .cta-band p:not(.section-label) { color: var(--white); }
.cta-band .button { background: var(--paper); color: var(--ink); }
.cta-band::after { color: color-mix(in oklch, var(--paper) 20%, transparent); }
.article-hero__mark { background: var(--signal); color: var(--white); }
.article-hero__mark span { color: var(--white); }
.article-facts { background: var(--paper-2); }
.article-sources i, .directory nav i, .related nav i { color: var(--accent); }
.faq summary i { border-color: var(--line); }
.site-footer { color: var(--muted); }

@media (max-width: 760px) {
  .home-hero { display: flex; }
  .home-hero__copy { padding-left: 4px; }
  .home-hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); overflow-wrap: normal; }
  .home-hero__media { margin: 0; }
  .home-hero__media::after { background: linear-gradient(180deg, oklch(19% .025 235 / .18), transparent 35%); }
  .home-hero__media img { object-position: 64% center; }
  .hero-code { bottom: 478px; }
  .cta-band { color: var(--white); }
}
/* Phone CTA: secondary to the partner application */
.header-actions,
.action-pair {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button--phone {
  border-color: currentColor;
  background: transparent;
  color: inherit;
}

.header-phone {
  min-height: 54px;
}

.cta-band .action-pair {
  position: relative;
  z-index: 1;
  justify-content: flex-end;
}

.cta-band .button--phone {
  border-color: color-mix(in oklch, var(--white) 72%, transparent);
  background: transparent;
  color: var(--white);
}

@media (max-width: 760px) {
  .header-phone { display: none; }
  .action-pair,
  .action-pair .button { width: 100%; }
  .cta-band .action-pair { align-items: stretch; }
}
/* 01 — Иртышский рубеж: production theme for Omsk */
@font-face{font-family:"Onest";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/fonts/onest-400.ttf") format("truetype")}
@font-face{font-family:"Onest";font-style:normal;font-weight:500;font-display:swap;src:url("/assets/fonts/onest-500.ttf") format("truetype")}
@font-face{font-family:"Onest";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/fonts/onest-600.ttf") format("truetype")}
@font-face{font-family:"Onest";font-style:normal;font-weight:700;font-display:swap;src:url("/assets/fonts/onest-700.ttf") format("truetype")}
@font-face{font-family:"Unbounded";font-style:normal;font-weight:500;font-display:swap;src:url("/assets/fonts/unbounded-500.ttf") format("truetype")}
@font-face{font-family:"Unbounded";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/fonts/unbounded-600.ttf") format("truetype")}
@font-face{font-family:"Unbounded";font-style:normal;font-weight:700;font-display:swap;src:url("/assets/fonts/unbounded-700.ttf") format("truetype")}
:root{
  --paper:oklch(17% .025 230);
  --paper-2:oklch(21% .03 228);
  --ink:oklch(94% .02 210);
  --muted:oklch(73% .03 215);
  --line:oklch(35% .035 220);
  --accent:oklch(73% .16 62);
  --accent-dark:oklch(53% .13 58);
  --signal:oklch(73% .16 62);
  --white:oklch(95% .015 210);
  --display:"Unbounded","Arial Black",sans-serif;
  --heading:"Unbounded","Arial Black",sans-serif;
  --body:"Onest","Segoe UI",sans-serif;
}
body{
  background-color:var(--paper);
  background-image:linear-gradient(oklch(30% .028 225) 1px,transparent 1px),linear-gradient(90deg,oklch(30% .028 225) 1px,transparent 1px);
  background-size:5rem 5rem;
  color:var(--ink);
  font-family:var(--body);
}
h1,h2,h3,.directory nav strong,.related nav strong,.sources nav strong,.article-sources strong{font-family:var(--display)}
h1,h2{text-transform:uppercase;overflow-wrap:normal}
h1{font-size:clamp(3.4rem,5.2vw,6rem);font-weight:600;letter-spacing:-.055em;line-height:.9}
h2{font-size:clamp(2.45rem,3.8vw,4.8rem);font-weight:600;letter-spacing:-.045em;line-height:.96}
h3{letter-spacing:-.035em}
.eyebrow,.section-label{color:var(--accent)}
.site-header{background:var(--paper);color:var(--ink)}
.brand__mark{background:var(--accent);color:var(--paper);font-family:var(--display)}
.brand__name{font-family:var(--display);font-size:1rem;letter-spacing:-.035em}
.brand__name span{color:var(--muted);font:600 .55rem/1 var(--body);letter-spacing:.12em}
.site-nav a[aria-current="page"]{color:var(--accent)}
.header-cta,.button{background:var(--accent);color:var(--paper)}
.button--phone{border-color:var(--accent);background:transparent;color:var(--ink)}
.text-link{color:var(--ink)}
.mobile-menu nav{background:var(--paper)}
.home-hero{grid-template-columns:.88fr 1.12fr;padding-top:34px}
.home-hero::before,.article-hero::before{border-color:color-mix(in oklch,var(--accent) 28%,transparent);box-shadow:0 0 0 88px color-mix(in oklch,var(--accent) 7%,transparent),0 0 0 176px color-mix(in oklch,var(--accent) 5%,transparent)}
.home-hero__copy{min-height:660px;padding-left:clamp(28px,5vw,76px);padding-right:clamp(30px,4vw,64px);background:color-mix(in oklch,var(--paper) 94%,transparent);border:1px solid var(--line);border-right:0}
.home-hero h1{font-size:clamp(3.25rem,5.2vw,6rem)}
.home-hero h1 span{color:var(--accent)}
.home-hero__media{min-height:660px;margin:0;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%,0 8%)}
.home-hero__media::after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,var(--paper) 0,transparent 27%);pointer-events:none}
.home-hero__media img{object-position:60% center;filter:saturate(.9) contrast(1.03)}
.hero-code{right:0;top:auto;bottom:158px;padding:18px 24px;background:var(--accent);color:var(--paper)}
.hero-code b{font-size:2.4rem}
.hero-facts{background:var(--paper-2);color:var(--ink);border-block:1px solid var(--line)}
.hero-facts div{border-color:var(--line)}
.hero-facts dt{color:var(--muted)}
.hero-facts dd{color:var(--accent);font-family:var(--display);font-size:clamp(1.45rem,2.4vw,2.7rem);letter-spacing:-.04em}
.hero-note,.check-grid article p,.route header>p:last-child,.sources nav span,.hero-lead,.content-section p,.faq details p,.article-sources span{color:var(--muted)}
.hero-note span,.check-grid article>span,.route b,.directory nav span,.related nav span,.content-index,.toc a span,.article-facts dt{color:var(--accent)}
.route,.related{background:var(--paper-2)}
.cta-band{background:var(--accent);color:var(--paper)}
.cta-band .section-label,.cta-band p:not(.section-label){color:var(--paper)}
.cta-band .button{background:var(--paper);color:var(--ink)}
.cta-band .button--phone{border-color:var(--paper);background:transparent;color:var(--paper)}
.cta-band::after{content:"55";color:color-mix(in oklch,var(--paper) 20%,transparent)}
.article-hero__mark{background:var(--accent);color:var(--paper)}
.article-hero__mark span{color:var(--paper)}
.article-facts{background:var(--paper-2)}
.article-sources i,.directory nav i,.related nav i{color:var(--accent)}
.site-footer{color:var(--muted)}
.article-body>.cta-band{background:var(--paper-2);color:var(--ink);border:1px solid var(--line)}
.article-body>.cta-band .section-label,.article-body>.cta-band p:not(.section-label){color:var(--muted)}
.article-body>.cta-band .button{background:var(--accent);color:var(--paper)}
.article-body>.cta-band .button--phone{border-color:var(--accent);background:transparent;color:var(--ink)}
@media(max-width:1050px){.home-hero{grid-template-columns:1fr 1fr}.home-hero__copy{padding-left:24px;padding-right:30px}}
@media(max-width:760px){
  h1{font-size:clamp(2.7rem,12vw,4rem);line-height:.92}
  h2{font-size:clamp(2rem,9vw,3rem);overflow-wrap:normal}
  .brand__name{font-size:.82rem}
  .home-hero{display:flex;padding-top:0}
  .home-hero__copy{min-height:auto;padding:66px 16px 44px;border-right:1px solid var(--line)}
  .home-hero h1{font-size:clamp(2.75rem,12vw,4rem);line-height:.92}
  .home-hero__media{min-height:430px;margin:0;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%,0 8%)}
  .home-hero__media::after{background:linear-gradient(180deg,var(--paper) 0,transparent 22%)}
  .home-hero__media img{object-position:64% center}
  .hero-code{right:0;bottom:408px;padding:14px 18px}
  .hero-code b{font-size:1.8rem}
  .cta-band{color:var(--paper)}
  .article-hero h1,.content-section h2{overflow-wrap:normal;hyphens:none}
  .header-phone{display:none}
}

/* Mobile integrity pass */
.article-hero > *,
.article-layout > *,
.article-body,
.content-section > *,
.content-section > div,
.directory > *,
.related > *,
.cta-band > *,
.check-grid > *,
.hero-facts > *,
.home-hero > *,
.route > header,
.first-check > header,
.sources > * {
  min-width: 0;
}

@media (max-width: 420px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .header-actions {
    display: none;
  }
  .brand {
    min-width: 0;
  }
  .brand__name {
    font-size: .76rem;
  }
  .mobile-menu nav {
    right: 0;
  }
  .article-hero,
  .article-layout,
  .content-section {
    width: 100%;
    max-width: 100%;
  }
  .article-hero h1 {
    max-width: 100%;
    font-size: clamp(1.95rem, 9.25vw, 2.6rem);
    letter-spacing: -.04em;
    overflow-wrap: normal;
    word-break: normal;
  }
  .content-section h2,
  .cta-band h2,
  .directory h2,
  .related h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8.5vw, 2.45rem);
    letter-spacing: -.035em;
    overflow-wrap: normal;
    word-break: normal;
  }
  .section-label,
  .eyebrow {
    max-width: 100%;
    font-size: .66rem;
    letter-spacing: .11em;
  }
  .directory nav a,
  .related nav a {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
  }
  .directory nav strong,
  .related nav strong {
    min-width: 0;
    max-width: 100%;
    font-size: 1rem;
    overflow-wrap: break-word;
  }
}


@media (max-width: 420px) {
  .route > header,
  .article-hero > div:first-child,
  .content-section > div {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 360px) {
  .article-hero h1 {
    font-size: 1.72rem;
    letter-spacing: -.035em;
  }
  .content-section h2,
  .article-sources h2,
  .faq h2 {
    font-size: 1.62rem;
    letter-spacing: -.03em;
  }
}


/* Home composition repair */
.home-hero {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: stretch;
  padding-top: 24px;
}
.home-hero__copy {
  min-height: 620px;
  padding: clamp(48px, 5vw, 72px) clamp(36px, 4vw, 60px) clamp(48px, 5vw, 72px) clamp(36px, 5vw, 72px);
}
.home-hero h1 {
  max-width: 9.6ch;
  font-size: clamp(3rem, 4.5vw, 5.2rem);
  line-height: .94;
}
.home-hero__media {
  min-height: 620px;
}
.home-hero__media .hero-code {
  top: 24px;
  right: 24px;
  bottom: auto;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid var(--accent);
  background: color-mix(in oklch, var(--paper) 92%, transparent);
  color: var(--accent);
}
.home-hero__media .hero-code b {
  font-size: 1.8rem;
}
.hero-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hero-facts dd {
  max-width: 100%;
  font-size: clamp(1.45rem, 2.2vw, 2.45rem);
  line-height: 1.08;
}
.first-check > header {
  max-width: 62rem;
}
.first-check h2 {
  max-width: 18ch;
  font-size: clamp(2.5rem, 4vw, 4.35rem);
}
.first-check h2,
.route h2,
.directory h2,
.sources h2 {
  text-transform: none;
}
.check-grid h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}
.directory {
  grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(4rem, 8vw, 7.5rem);
}
.sources {
  grid-template-columns: minmax(20rem, .76fr) minmax(0, 1.24fr);
  align-items: start;
  gap: clamp(4rem, 8vw, 7.5rem);
}
.directory > header,
.sources > div,
.directory > nav,
.sources > nav {
  min-width: 0;
}
.directory > header,
.sources > div {
  max-width: 30rem;
}
.directory h2,
.sources h2 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 3.15vw, 3.7rem);
  line-height: 1;
  letter-spacing: -.04em;
}

@media (max-width: 1050px) {
  .directory,
  .sources {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }
  .directory > header,
  .sources > div {
    max-width: 46rem;
  }
  .directory h2,
  .sources h2 {
    max-width: 16ch;
  }
}

@media (max-width: 760px) {
  .home-hero__copy {
    min-height: auto;
    padding: 4rem 1rem 3rem;
  }
  .home-hero h1 {
    max-width: 10ch;
    font-size: clamp(2.7rem, 12vw, 4rem);
  }
  .home-hero__media {
    min-height: 430px;
  }
  .home-hero__media .hero-code {
    top: 18px;
    right: 18px;
    bottom: auto;
  }
  .first-check h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
  }
  .directory h2,
  .sources h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.8rem);
  }
}

@media (max-width: 760px) {
  .hero-facts { grid-template-columns: minmax(0, 1fr); }
}


/* Final mobile hero and accessible skip-link repair */
.home-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.skip-link { width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; transform: none; }
.skip-link:focus { transform: none; }
.skip-link:focus-visible { width: auto; height: auto; overflow: visible; clip-path: none; white-space: normal; }


/* Hero H1 readability repair */
.home-hero h1 { font-family: Onest, sans-serif; font-weight: 700; letter-spacing: -.065em; line-height: .9; font-kerning: normal; }


/* Four-part hero payment summary */
.hero-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1050px) and (min-width: 761px) {
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-facts div { border-bottom: 1px solid var(--line); }
  .hero-facts div:nth-last-child(-n + 2) { border-bottom: 0; }
}
@media (max-width: 760px) {
  .hero-facts { grid-template-columns: minmax(0, 1fr); }
}
