/* ============================================================
   CHEV — main stylesheet   (font: Archivo throughout)
   Loaded AFTER design-system.css so CHEV brand tokens win.

   TYPE SCALE (semantic classes below map to these roles):
     .hero-title     72 / 0.94 / -0.04em / 700   home hero display
     .page-title     58 / 0.98 / -0.035em / 700  one h1 per page
     .poster         76 / 0.94 / -0.03em / 700    full-bleed closing bands
     .section-title  44 / 1.02 / -0.03em / 700    h2
     .subhead        26 / 1.1  / -0.025em / 700   h3, panel/row headings
     .card-heading   20-21 / 1.2 / -0.015em / 700 grid cells, names
     .kicker         13 / 0.2em / uppercase        eyebrow (accent)
     .label          12 / 0.18em / uppercase       table labels, meta
     .lead           18 / 1.6                       one lead per section
     .body           16 / 1.6                       running text (neutral-700)
     .body-sm        15 / 1.55                      dense cells, timelines
     .btn-label      14 / 0.08em / uppercase        button / link label
     .numeral        44-52 display  /  .bg-numeral   104-160 accent-100

   BRAND: accent #12587a (100-900 ramp); page #fbfbfa;
     dark bands #10303f / accent-900. Rules 2px divider. No rounded corners.
   COPY: photographs always grayscale; never write "cheque" — use "investment".
   ============================================================ */

/* -------- Brand tokens (override design-system defaults) -------- */
:root {
  --fs-kicker: 16px;   /* eyebrow/kicker size — change here to resize all eyebrows */
  --color-accent: #12587a;
  --color-accent-100:#e7f0f5; --color-accent-200:#c4dae6; --color-accent-300:#93bfd3;
  --color-accent-400:#4b8fae; --color-accent-500:#12587a; --color-accent-600:#0f4c69;
  --color-accent-700:#0d3f57; --color-accent-800:#0b3346; --color-accent-900:#082633;
  --color-accent-2:#12587a;
  --color-accent-2-100:#e7f0f5; --color-accent-2-200:#c4dae6; --color-accent-2-300:#93bfd3;
  --color-accent-2-400:#4b8fae; --color-accent-2-500:#12587a; --color-accent-2-600:#0f4c69;
  --color-accent-2-700:#0d3f57; --color-accent-2-800:#0b3346; --color-accent-2-900:#082633;
}

/* -------- Base -------- */
body { margin: 0; background: var(--color-bg); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--color-accent); }

/* -------- Animations / scroll reveal -------- */
@keyframes chevFade    { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:none} }
@keyframes chevReveal  { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:none} }
@keyframes chevHeroIn  { from{opacity:0;transform:translateY(40px)} to{opacity:1;transform:none} }
@keyframes chevKen     { from{transform:scale(1.06)} to{transform:scale(1)} }
[data-reveal].chev-in  { animation: chevReveal 800ms cubic-bezier(.2,.7,.2,1) both; }
[data-reveal="2"]{transition-delay:120ms} [data-reveal="3"]{transition-delay:240ms} [data-reveal="4"]{transition-delay:360ms}
@media (prefers-reduced-motion: reduce){ [data-reveal]{opacity:1;transform:none;transition:none} }


/* ================= EXTRACTED COMPONENT / TYPE CLASSES ================= */


/* -------- HEADER & NAV -------- */
.btn-cta { background: var(--color-accent); color: #fff; padding: 14px 18px; margin-left: 8px; white-space: nowrap; transition: padding 160ms ease; }
.btn-cta:hover { background: var(--color-accent-400); color: #fff; }
.btn-cta-2 { background: var(--color-accent); color: #fff; padding: 14px 18px; margin-left: 8px; white-space: nowrap; }
.btn-cta-2:hover { background: var(--color-accent-400); color: #fff; }
.btn-cta-3 { background: var(--color-accent); color: #fff; padding: 14px 18px; margin-left: 8px; white-space: nowrap; }
.nav-link { color: #fff; padding: 12px 12px 8px; white-space: nowrap; border-bottom: 3px solid var(--color-accent-300); }
.nav-link-2 { color: rgba(255,255,255,0.82); padding: 12px 12px 8px; white-space: nowrap; border-bottom: 3px solid transparent; }
.nav-link-2:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 20; padding: 18px var(--gutter); display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid rgba(255,255,255,0.15); background: #10303f; }
.site-header a { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; }

/* -------- HERO -------- */
.hero { background: #10303f; position: relative; overflow: hidden; min-height: calc(100vh - 104px); display: flex; flex-direction: column; justify-content: flex-end; }
.hero-2 { border-bottom: 2px solid var(--color-text); display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 104px); }
.hero-title { font-family: var(--font-heading); font-size: 72px; line-height: 0.92; letter-spacing: -0.035em; color: #fff; margin: 0 0 28px; font-weight: 700; max-width: 18ch; text-wrap: pretty; }
.hero-title-2 { font-family: var(--font-heading); font-size: 72px; line-height: 0.98; letter-spacing: -0.035em; margin: 0 0 56px; font-weight: 700; max-width: 18ch; text-wrap: pretty; }
.hero-title-3 { font-family: var(--font-heading); font-size: 72px; font-weight: 700; line-height: 0.9; letter-spacing: -0.04em; color: var(--color-accent); }
.overlay { position: absolute; inset: 0; overflow: hidden; }
.overlay-10 { position: absolute; inset: 0; background-image: url('../img/news/slushd.jpg'); background-size: cover; background-position: 50% 45%; filter: grayscale(1); transition: filter 500ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.overlay-10:hover { filter: grayscale(0); transform: scale(1.04); }
.overlay-11 { position: absolute; inset: 0; background-image: url('../img/news/gothenburg.jpg'); background-size: cover; background-position: 50% 45%; filter: grayscale(1); transition: filter 500ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.overlay-11:hover { filter: grayscale(0); transform: scale(1.04); }
.overlay-12 { position: absolute; inset: 0; background-image: url('../img/faq-bg.jpg'); background-size: cover; background-position: 50% 40%; filter: grayscale(1); animation: chevKen 2400ms cubic-bezier(.2,.7,.2,1) both; }
.overlay-13 { position: absolute; inset: 0; background-image: url('../img/founders-bg.jpg'); background-size: cover; background-position: 50% 35%; filter: grayscale(1); animation: chevKen 2400ms cubic-bezier(.2,.7,.2,1) both; }
.overlay-14 { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,48,63,0.94) 0%, rgba(16,48,63,0.8) 46%, rgba(16,48,63,0.3) 100%); }
.overlay-15 { position: absolute; inset: 0; background-image: url('../img/investors-bg.jpg'); background-size: cover; background-position: 50% 45%; filter: grayscale(1); animation: chevKen 2400ms cubic-bezier(.2,.7,.2,1) both; }
.overlay-2 { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,48,63,0.2) 0%, rgba(16,48,63,0.55) 55%, rgba(16,48,63,0.92) 100%); }
.overlay-3 { position: absolute; inset: 0; }
.overlay-4 { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,48,63,0.94) 0%, rgba(16,48,63,0.8) 46%, rgba(16,48,63,0.32) 100%); }
.overlay-5 { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; display: block; filter: grayscale(1) contrast(1.1); opacity: 0.85; position: absolute; inset: 0; animation: chevKen 2400ms cubic-bezier(.2,.7,.2,1) both; }
.overlay-6 { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,48,63,0) 40%, rgba(16,48,63,0.9) 100%); }
.overlay-7 { position: absolute; inset: 0; background-image: url('../img/news/retreat.jpg'); background-size: cover; background-position: 50% 40%; filter: grayscale(1); }
.overlay-8 { position: absolute; inset: 0; background-image: url('../img/news/benzinga.jpg'); background-size: cover; background-position: 50% 45%; filter: grayscale(1); transition: filter 500ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.overlay-8:hover { filter: grayscale(0); transform: scale(1.04); }
.overlay-9 { position: absolute; inset: 0; background-image: url('../img/news/undp.jpg'); background-size: cover; background-position: 50% 45%; filter: grayscale(1); transition: filter 500ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.overlay-9:hover { filter: grayscale(0); transform: scale(1.04); }

/* -------- POSTER / DISPLAY -------- */
.bg-numeral { position: absolute; right: 18px; bottom: 8px; font-family: var(--font-heading); font-size: 112px; font-weight: 700; line-height: 1; letter-spacing: -0.05em; color: var(--color-accent-100); pointer-events: none; }
.bg-numeral-2 { position: absolute; right: 18px; bottom: 8px; font-family: var(--font-heading); font-size: 112px; font-weight: 700; line-height: 1; letter-spacing: -0.05em; color: rgba(255,255,255,0.12); pointer-events: none; }
.bg-numeral-3 { position: absolute; right: 8px; top: 6px; font-family: var(--font-heading); font-size: 160px; font-weight: 700; line-height: 1; color: rgba(255,255,255,0.06); letter-spacing: -0.04em; pointer-events: none; }
.bg-numeral-4 { position: absolute; right: 8px; top: 6px; font-family: var(--font-heading); font-size: 160px; font-weight: 700; line-height: 1; color: rgba(255,255,255,0.08); letter-spacing: -0.04em; pointer-events: none; }
.bg-numeral-5 { position: absolute; right: 8px; top: 6px; font-family: var(--font-heading); font-size: 160px; font-weight: 700; line-height: 1; color: var(--color-accent-100); letter-spacing: -0.04em; pointer-events: none; }
.bg-numeral-6 { position: absolute; right: 18px; bottom: -22px; font-family: var(--font-heading); font-size: 118px; font-weight: 700; line-height: 1; letter-spacing: -0.05em; color: var(--color-accent-100); pointer-events: none; }
.numeral { font-family: var(--font-heading); font-size: 52px; font-weight: 700; color: var(--color-accent); line-height: 0.85; letter-spacing: -0.04em; }
.poster { font-family: var(--font-heading); font-size: 76px; line-height: 0.94; letter-spacing: -0.03em; margin: 0 0 28px; font-weight: 700; max-width: 1000px; }

/* -------- TITLES -------- */
.page-title { font-family: var(--font-heading); font-size: 58px; line-height: 0.98; font-weight: 700; letter-spacing: -0.04em; margin: 0; max-width: 16ch; text-wrap: pretty; }
.page-title-2 { font-family: var(--font-heading); font-size: 58px; line-height: 0.98; margin: 0 0 44px; font-weight: 700; letter-spacing: -0.035em; max-width: 22ch; text-wrap: pretty; }
.page-title-3 { font-family: var(--font-heading); font-size: 58px; line-height: 0.98; margin: 0 0 24px; font-weight: 700; letter-spacing: -0.035em; text-wrap: pretty; max-width: 16ch; }
.page-title-4 { font-family: var(--font-heading); font-size: 58px; line-height: 0.98; margin: 0 0 20px; font-weight: 700; letter-spacing: -0.035em; max-width: 18ch; text-wrap: pretty; }
.page-title-5 { font-family: var(--font-heading); font-size: 58px; line-height: 0.98; letter-spacing: -0.035em; margin: 0 0 24px; font-weight: 700; max-width: 900px; }
.page-title-6 { font-family: var(--font-heading); font-size: 58px; line-height: 0.98; margin: 0 0 24px; font-weight: 700; letter-spacing: -0.035em; max-width: 22ch; text-wrap: pretty; }
.section-title { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0; font-weight: 700; letter-spacing: -0.03em; }
.section-title-10 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0 0 18px; font-weight: 700; letter-spacing: -0.035em; max-width: 18ch; }
.section-title-11 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0 0 20px; font-weight: 700; letter-spacing: -0.035em; line-height: 0.98; max-width: 16ch; }
.section-title-12 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0 0 20px; font-weight: 700; letter-spacing: -0.035em; max-width: 16ch; }
.section-title-13 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0 0 18px; font-weight: 700; letter-spacing: -0.035em; max-width: 20ch; }
.section-title-14 { font-family: var(--font-heading); font-size: 44px; margin: 0; font-weight: 700; letter-spacing: -0.035em; line-height: 1; }
.section-title-2 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0 0 20px; font-weight: 700; letter-spacing: -0.025em; }
.section-title-3 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0 0 18px; font-weight: 700; letter-spacing: -0.03em; max-width: 20ch; }
.section-title-4 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; font-weight: 700; letter-spacing: -0.03em; margin: 0 0 20px; max-width: 24ch; text-wrap: pretty; }
.section-title-5 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0 0 18px; font-weight: 700; letter-spacing: -0.03em; max-width: 22ch; }
.section-title-6 { font-family: var(--font-heading); font-size: 44px; font-weight: 700; line-height: 0.85; letter-spacing: -0.045em; color: var(--color-accent); }
.section-title-7 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0 0 20px; font-weight: 700; letter-spacing: -0.035em; max-width: 18ch; }
.section-title-8 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; font-weight: 700; letter-spacing: -0.03em; margin: 0 0 18px; max-width: 18ch; }
.section-title-9 { font-family: var(--font-heading); font-size: 44px; line-height: 1.02; margin: 0 0 18px; font-weight: 700; letter-spacing: -0.035em; text-wrap: pretty; }

/* -------- SUBHEADS -------- */
.subhead { font-size: 26px; line-height: 1.35; color: var(--color-text); margin: 0 0 32px; max-width: 22ch; font-family: var(--font-heading); font-weight: 700; letter-spacing: -0.02em; }
.subhead-10 { font-family: var(--font-heading); font-size: 26px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 32px; }
.subhead-11 { font-family: var(--font-heading); font-size: 26px; margin: 0 0 12px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.08; }
.subhead-2 { font-family: var(--font-heading); font-size: 26px; margin: 0 0 12px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; }
.subhead-3 { font-family: var(--font-heading); font-size: 26px; line-height: 1.1; margin: 0 0 14px; font-weight: 700; letter-spacing: -0.02em; }
.subhead-4 { font-family: var(--font-heading); font-size: 26px; font-weight: 700; color: var(--color-neutral-700); letter-spacing: -0.015em; }
.subhead-5 { font-family: var(--font-heading); font-size: 26px; margin: 0; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; }
.subhead-6 { font-family: var(--font-heading); font-size: 26px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; }
.subhead-7 { font-family: var(--font-heading); font-size: 26px; line-height: 1.1; margin: 0 0 12px; font-weight: 700; letter-spacing: -0.025em; max-width: 24ch; text-wrap: pretty; }
.subhead-8 { font-family: var(--font-heading); font-size: 26px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; white-space: nowrap; }
.subhead-9 { font-family: var(--font-heading); font-size: 26px; line-height: 1.15; margin: 44px 0 4px; font-weight: 700; letter-spacing: -0.025em; }

/* -------- CARD TITLES -------- */
.card-heading { font-size: 21px; line-height: 1.5; color: rgba(255,255,255,0.78); margin: 0 0 48px; max-width: 620px; }
.card-heading-10 { font-family: var(--font-heading); font-size: 21px; line-height: 1.2; font-weight: 700; letter-spacing: -0.015em; }
.card-heading-11 { font-family: var(--font-heading); font-size: 21px; line-height: 1.2; margin: 0 0 6px; font-weight: 700; }
.card-heading-12 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; letter-spacing: -0.015em; margin-bottom: 8px; }
.card-heading-13 { font-family: var(--font-heading); font-size: 20px; margin: 0 0 8px; font-weight: 700; letter-spacing: -0.015em; }
.card-heading-14 { font-family: var(--font-heading); font-size: 21px; line-height: 1.2; font-weight: 700; margin: 20px 0 8px; }
.card-heading-15 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; line-height: 1.15; }
.card-heading-2 { font-family: var(--font-heading); font-size: 21px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.2; margin-bottom: 8px; padding-top: 4px; }
.card-heading-3 { font-family: var(--font-heading); font-size: 21px; line-height: 1.2; margin: 0 0 12px; font-weight: 700; letter-spacing: -0.015em; }
.card-heading-4 { font-family: var(--font-heading); font-size: 21px; margin: 0 0 10px; font-weight: 700; }
.card-heading-5 { font-family: var(--font-heading); font-size: 21px; line-height: 1.2; font-weight: 700; letter-spacing: -0.01em; }
.card-heading-6 { font-family: var(--font-heading); font-size: 21px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; color: var(--color-text); }
.card-heading-7 { font-family: var(--font-heading); font-size: 21px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.15; }
.card-heading-8 { font-family: var(--font-heading); font-size: 21px; line-height: 1.2; font-weight: 700; letter-spacing: -0.015em; margin-bottom: 28px; }
.card-heading-9 { margin: 0; padding: 4px 0 4px 32px; border-left: 2px solid var(--color-accent); font-family: var(--font-heading); font-size: 21px; line-height: 1.35; font-weight: 700; letter-spacing: -0.015em; }

/* -------- KICKERS & LABELS -------- */
.kicker { font-family: var(--font-heading); font-size: var(--fs-kicker); letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 24px; }
.kicker.on-dark { color: var(--color-accent-300); }
.kicker.on-accent { color: rgba(255,255,255,0.82); }
.label { display: flex; align-items: center; gap: 4px; font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; white-space: nowrap; transition: font-size 160ms ease; }
.label-10 { font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-accent); margin-top: 10px; padding-bottom: 20px; border-bottom: 2px solid var(--color-divider); }
.label-11 { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-accent); margin-top: 8px; }
.label-12 { font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-accent); }
.label-13 { font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-neutral-600); }
.label-14 { font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-neutral-600); white-space: nowrap; }
.label-15 { font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-neutral-600); margin-bottom: 10px; }
.label-16 { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 10px; }
.label-2 { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.58); margin-top: 10px; }
.label-3 { display: flex; align-items: center; gap: 4px; font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; white-space: nowrap; }
.label-4 { font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 12px; }
.label-5 { font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-neutral-600); margin-bottom: 8px; }
.label-6 { font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 8px; }
.label-7 { display: flex; justify-content: space-between; font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-neutral-600); margin-top: 12px; }
.label-8 { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-neutral-600); margin-top: 20px; padding-top: 14px; border-top: 2px solid var(--color-divider); }
.label-9 { font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-accent); margin-top: 22px; }
.meta { padding-top: 24px; display: flex; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.5); flex-wrap: wrap; gap: 16px; }
.meta-2 { padding-top: 28px; display: flex; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.45); flex-wrap: wrap; gap: 16px; }

/* -------- BODY TEXT -------- */
.body { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 420px; }
.body-10 { font-size: 16px; line-height: 1.65; color: var(--color-neutral-700); margin: 0; }
.body-11 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-600); margin: 0 0 36px; max-width: 480px; }
.body-12 { font-size: 16px; line-height: 1.65; color: var(--color-neutral-700); margin: 0 0 28px; }
.body-13 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0 0 16px; max-width: 52ch; }
.body-14 { font-size: 16px; line-height: 1.65; color: var(--color-neutral-700); margin: 0; max-width: 560px; }
.body-15 { font-size: 16px; line-height: 1.65; color: var(--color-neutral-700); margin: -4px 0 26px 72px; max-width: 700px; }
.body-16 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); }
.body-17 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 620px; }
.body-18 { font-size: 16px; line-height: 1.65; color: var(--color-text); margin: 0; max-width: 720px; }
.body-19 { font-size: 16px; line-height: 1.55; color: var(--color-neutral-700); margin: 0; max-width: 440px; }
.body-2 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; }
.body-20 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 460px; }
.body-21 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 560px; }
.body-22 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 36ch; }
.body-3 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 34ch; }
.body-4 { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.9); margin: 0 0 24px; max-width: 34ch; }
.body-5 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0 0 16px; max-width: 480px; }
.body-6 { font-size: 16px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 480px; }
.body-7 { font-size: 16px; line-height: 1.5; color: rgba(255,255,255,0.75); margin: 0 0 auto; }
.body-8 { font-size: 16px; line-height: 1.5; color: rgba(255,255,255,0.88); margin: 0 0 auto; }
.body-9 { font-size: 16px; line-height: 1.5; color: var(--color-neutral-700); margin: 0 0 auto; }
.body-sm { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.6); margin: 0; max-width: 320px; }
.body-sm-10 { font-size: 15px; line-height: 1.55; color: var(--color-neutral-700); margin: 0; }
.body-sm-11 { font-family: var(--font-heading); font-size: 15px; font-weight: 700; line-height: 1.3; }
.body-sm-2 { display: grid; gap: 12px; font-size: 15px; }
.body-sm-3 { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.7); margin: 0 0 20px; }
.body-sm-4 { font-size: 15px; line-height: 1.65; color: var(--color-text); margin: 20px 0 0; }
.body-sm-5 { font-size: 15px; line-height: 1.45; color: var(--color-neutral-600); margin-top: 7px; }
.body-sm-6 { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.55); margin: 0; max-width: 320px; }
.body-sm-7 { display: grid; gap: 14px; font-size: 15px; }
.body-sm-8 { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.65); margin: 0 0 24px; }
.body-sm-9 { font-size: 15px; line-height: 1.55; color: var(--color-neutral-700); }
.lead { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0 0 40px; max-width: 480px; }
.lead-10 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0 0 16px; max-width: 480px; }
.lead-11 { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.85); max-width: 42ch; }
.lead-12 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0 0 16px; }
.lead-13 { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.85); margin: 0 0 36px; max-width: 560px; }
.lead-14 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0 0 18px; max-width: 560px; }
.lead-15 { font-family: var(--font-heading); font-size: 18px; margin: 0; font-weight: 700; letter-spacing: -0.01em; line-height: 1.25; }
.lead-16 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0 0 48px; max-width: 780px; }
.lead-17 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 560px; }
.lead-18 { font-family: var(--font-heading); font-size: 18px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; }
.lead-19 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 480px; }
.lead-2 { font-size: 18px; line-height: 1.65; color: var(--color-neutral-700); margin: 12px 0 0; max-width: 480px; }
.lead-3 { font-size: 18px; line-height: 1.55; color: var(--color-neutral-700); margin: 0; max-width: 480px; }
.lead-4 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 780px; }
.lead-5 { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.82); margin: 0; max-width: 540px; }
.lead-6 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0 0 20px; max-width: 620px; }
.lead-7 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; max-width: 620px; }
.lead-8 { font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); margin: 0; }
.lead-9 { font-size: 18px; line-height: 1.65; color: var(--color-neutral-700); margin: 0; }

/* -------- STATS -------- */
.stat { font-family: var(--font-heading); font-size: 32px; font-weight: 700; color: #fff; line-height: 1; white-space: nowrap; }

/* -------- BUTTONS & LINKS -------- */
.btn-label { background: var(--color-accent); color: #fff; font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; padding: 20px 34px; }
.btn-label:hover { background: var(--color-accent-400); color: #fff; }
.btn-label-10 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; border-bottom: 2px solid rgba(255,255,255,0.5); padding-bottom: 5px; }
.btn-label-10:hover { color: #fff; border-bottom-color: #fff; }
.btn-label-11 { background: #fff; color: var(--color-accent-900); font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; padding: 22px 38px; }
.btn-label-11:hover { background: var(--color-accent-200); color: var(--color-accent-900); }
.btn-label-12 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.btn-label-12:hover { color: #fff; }
.btn-label-13 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-accent-700); border-bottom: 2px solid var(--color-accent); padding-bottom: 4px; }
.btn-label-13:hover { color: var(--color-accent); }
.btn-label-14 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-accent-700); border-bottom: 2px solid var(--color-accent); padding-bottom: 4px; }
.btn-label-15 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-neutral-600); }
.btn-label-15:hover { color: var(--color-accent); }
.btn-label-16 { background: var(--color-accent); color: #fff; font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; padding: 18px 30px; }
.btn-label-16:hover { background: var(--color-accent-600); color: #fff; }
.btn-label-17 { background: var(--color-accent); color: #fff; font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; padding: 18px 30px; white-space: nowrap; }
.btn-label-17:hover { background: var(--color-accent-600); color: #fff; }
.btn-label-2 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; border-bottom: 2px solid rgba(255,255,255,0.45); padding-bottom: 5px; }
.btn-label-2:hover { color: #fff; border-bottom-color: var(--color-accent-300); }
.btn-label-3 { background: var(--color-accent); color: #fff; font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; padding: 20px 34px; display: inline-block; }
.btn-label-3:hover { background: var(--color-accent-600); color: #fff; }
.btn-label-4 { margin-top: auto; padding-top: 18px; border-top: 2px solid rgba(255,255,255,0.35); font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; max-width: 34ch; }
.btn-label-5 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-accent-700); border-bottom: 2px solid var(--color-accent); padding-bottom: 5px; }
.btn-label-5:hover { color: var(--color-accent); }
.btn-label-6 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 24px; }
.btn-label-7 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.68); margin-top: 24px; }
.btn-label-8 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: var(--color-accent); padding: 14px 22px; margin-top: 24px; align-self: start; }
.btn-label-8:hover { background: var(--color-accent-600); color: #fff; }
.btn-label-9 { background: #fff; color: var(--color-accent-700); font-family: var(--font-heading); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; padding: 20px 34px; }
.btn-label-9:hover { background: var(--color-accent-100); color: var(--color-accent-700); }
.link { font-size: 14px; line-height: 1.55; color: var(--color-text); margin: 16px 0 0; }
.link-2 { display: block; font-family: var(--font-body); font-size: 14px; font-weight: 400; letter-spacing: 0; color: var(--color-neutral-600); margin-top: 14px; }

/* -------- LAYOUT -------- */
.box { font-family: var(--font-body); color: var(--color-text); background: var(--color-bg); }
.box-10 { position: relative; overflow: hidden; padding: 36px 32px 32px; border-right: 2px solid var(--color-divider); border-bottom: 2px solid var(--color-divider); background: #fbfbfa; transition: background 240ms ease; }
.box-10:hover { background: var(--color-accent-100); }
.box-100 { padding: 24px 0 0 32px; }
.box-101 { color: var(--color-accent-700); border-bottom: 2px solid var(--color-accent-700); }
.box-101:hover { color: var(--color-accent-500); border-bottom-color: var(--color-accent-500); }
.box-102 { aspect-ratio: 1; overflow: hidden; }
.box-103 { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; display: block; filter: grayscale(1); transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.box-103:hover { transform: scale(1.06); }
.box-104 { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; display: block; filter: grayscale(1); }
.box-11 { position: relative; }
.box-12 { overflow: hidden; min-height: 480px; }
.box-13 { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(1) contrast(1.05); }
.box-14 { border-top: 2px solid var(--color-text); padding: 72px 48px 80px; }
.box-15 { max-width: 760px; }
.box-16 { margin-top: 48px; }
.box-17 { border-top: 2px solid var(--color-text); }
.box-18 { padding: 80px 48px 56px; }
.box-19 { position: relative; background: var(--color-accent-900); color: #fff; overflow: hidden; border-right: 2px solid var(--color-text); }
.box-2 { height: 64px; display: block; }
.box-20 { position: relative; background: var(--color-accent); color: #fff; overflow: hidden; border-right: 2px solid var(--color-text); }
.box-21 { position: relative; background: var(--color-bg); color: var(--color-text); overflow: hidden; }
.box-22 { height: 58px; filter: grayscale(1) brightness(0.2); opacity: 0.8; }
.box-23 { height: 58px; filter: grayscale(1) invert(1) brightness(0.35); opacity: 0.9; }
.box-24 { background: var(--color-accent); color: #fff; padding: 88px 48px; }
.box-25 { background: #10303f; color: #fff; padding: 56px 48px 40px; }
.box-26 { height: 40px; display: block; margin-bottom: 24px; }
.box-27 { color: rgba(255,255,255,0.85); }
.box-27:hover { color: var(--color-accent-300); }
.box-28 { background: transparent; border: 2px solid rgba(255,255,255,0.35); color: #fff; flex: 1; min-width: 0; }
.box-29 { border: 0; }
.box-3 { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; filter: grayscale(1) contrast(1.1); opacity: 0.42; display: block; animation: chevKen 2400ms cubic-bezier(.2,.7,.2,1) both; }
.box-30 { color: rgba(255,255,255,0.6); }
.box-30:hover { color: #fff; }
.box-31 { font-family: var(--font-body); color: var(--color-text); background: #fbfbfa; }
.box-32 { border-bottom: 2px solid var(--color-divider); padding: 72px 64px 0; animation: chevHeroIn 900ms cubic-bezier(.2,.7,.2,1) both; }
.box-33 { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(1); animation: chevKen 2400ms cubic-bezier(.2,.7,.2,1) both; }
.box-34 { position: relative; padding: 88px 64px 72px; }
.box-35 { border-bottom: 2px solid var(--color-divider); padding: 64px 64px; }
.box-36 { border-left: 2px solid var(--color-divider); padding-left: 32px; }
.box-37 { text-align: right; }
.box-38 { width: 100%; height: 150px; display: block; margin: 24px 0 0; overflow: visible; }
.box-39 { animation: chevArea 1200ms 400ms ease both; }
.box-4 { position: relative; padding: 120px 48px 72px; animation: chevHeroIn 1000ms cubic-bezier(.2,.7,.2,1) 150ms both; }
.box-40 { animation: chevDraw 1800ms cubic-bezier(.4,.1,.2,1) both; }
.box-41 { animation: chevDot 2000ms ease both; transform-origin: 318px 7px; }
.box-42 { margin-bottom: 52px; max-width: 780px; }
.box-43 { position: relative; padding: 0 0 8px; }
.box-44 { position: absolute; left: 12.5%; right: 12.5%; top: 9px; height: 2px; background: var(--color-accent-200); }
.box-45 { margin-bottom: 48px; max-width: 780px; }
.box-46 { padding: 30px 32px 34px; background: #fbfbfa; }
.box-47 { margin-bottom: 44px; max-width: 780px; }
.box-48 { border: 2px solid var(--color-divider); }
.box-49 { width: 100%; height: 560px; border: 0; display: block; }
.box-5 { padding: 28px 32px; border-right: 2px solid rgba(255,255,255,0.22); }
.box-50 { position: relative; width: 100%; aspect-ratio: 4/5; margin-bottom: 24px; overflow: hidden; cursor: pointer; background: var(--color-accent-100); }
.box-51 { cursor: pointer; }
.box-52 { position: relative; width: 100%; aspect-ratio: 4/5; overflow: hidden; background: var(--color-accent-100); margin-bottom: 18px; }
.box-53 { background: var(--color-accent-900); color: #fff; padding: 120px 64px; }
.box-54 { background: #10303f; color: #fff; padding: 72px 64px 40px; }
.box-55 { height: 40px; display: block; margin-bottom: 28px; }
.box-56 { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: #fff; flex: 1; min-width: 0; }
.box-57 { color: rgba(255,255,255,0.55); }
.box-57:hover { color: #fff; }
.box-58 { padding: 88px 48px 88px 0; animation: chevHeroIn 1000ms cubic-bezier(.2,.7,.2,1) 150ms both; }
.box-59 { color: var(--color-accent-700); border-bottom: 2px solid var(--color-accent); }
.box-59:hover { color: var(--color-accent); }
.box-6 { padding: 28px 32px; }
.box-60 { margin-top: 8px; }
.box-61 { border-left: 2px solid var(--color-text); overflow: hidden; position: relative; background: #10303f; }
.box-62 { position: absolute; left: 48px; right: 48px; bottom: 48px; color: #fff; }
.box-63 { border-bottom: 2px solid var(--color-divider); padding: 72px 64px 56px; animation: chevHeroIn 900ms cubic-bezier(.2,.7,.2,1) both; }
.box-64 { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--color-accent-100); }
.box-65 { display: block; color: var(--color-text); }
.box-65:hover { color: var(--color-text); }
.box-66 { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--color-accent-100); margin-bottom: 22px; }
.box-67 { background: var(--color-accent); color: #fff; padding: 88px 64px; }
.box-68 { padding: 72px 64px 64px 0; }
.box-69 { position: relative; overflow: hidden; min-height: 440px; border-left: 2px solid var(--color-divider); background: var(--color-accent-100); }
.box-7 { padding: 96px 48px 96px; border-bottom: 2px solid var(--color-text); }
.box-70 { padding: 64px 64px 88px; }
.box-71 { margin-bottom: 64px; max-width: 1080px; }
.box-72 { flex: 1; height: 2px; background: var(--color-divider); }
.box-73 { border-bottom: 2px solid var(--color-divider); transition: background 200ms ease; }
.box-73:hover { background: var(--color-accent-100); }
.box-74 { position: absolute; left: 7px; top: 16px; width: 20px; height: 2px; background: currentColor; }
.box-75 { border-bottom: 2px solid var(--color-divider); padding: 40px 64px 0; }
.box-76 { width: 100%; aspect-ratio: 16/7; overflow: hidden; background: var(--color-accent-100); position: relative; margin-bottom: -2px; }
.box-77 { margin-bottom: 26px; }
.box-78 { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--color-accent-100); margin-bottom: 18px; }
.box-79 { position: relative; overflow: hidden; min-height: 480px; border-left: 2px solid var(--color-divider); background: var(--color-accent-100); }
.box-8 { border-bottom: 2px solid var(--color-divider); padding: 96px 48px 80px; }
.box-80 { position: absolute; left: 10%; right: 10%; top: 33px; height: 2px; background: var(--color-accent-200); }
.box-81 { padding: 24px 0; border-bottom: 2px solid var(--color-divider); }
.box-82 { padding: 24px 0; }
.box-83 { position: absolute; top: 9px; left: 0; right: 0; height: 2px; background: var(--color-divider); }
.box-84 { position: relative; padding-right: 24px; }
.box-85 { width: 18px; height: 18px; border-radius: 50%; background: var(--color-accent); border: 3px solid var(--color-bg); position: relative; z-index: 1; margin-bottom: 20px; }
.box-86 { width: 100%; height: 100%; background-image: url('../img/team-at-work.jpg'); background-size: cover; background-position: 50% 40%; filter: grayscale(1); animation: chevKen 2400ms cubic-bezier(.2,.7,.2,1) both; }
.box-87 { position: relative; padding: 80px 64px 72px; }
.box-88 { padding: 64px 64px 64px 0; border-right: 2px solid var(--color-divider); }
.box-89 { padding: 32px 56px; border-bottom: 2px solid var(--color-divider); }
.box-9 { padding: 72px 48px 80px; }
.box-90 { padding: 32px 56px; }
.box-91 { position: relative; overflow: hidden; padding: 32px 36px 36px; border-right: 2px solid var(--color-divider); transition: background 240ms ease; }
.box-91:hover { background: var(--color-accent-100); }
.box-92 { position: relative; overflow: hidden; padding: 32px 36px 36px; transition: background 240ms ease; }
.box-92:hover { background: var(--color-accent-100); }
.box-93 { padding: 40px 32px 40px 0; border-right: 2px solid var(--color-divider); }
.box-94 { padding: 40px 32px; border-right: 2px solid var(--color-divider); }
.box-95 { padding: 40px 0 40px 32px; }
.box-96 { position: absolute; left: 12.5%; right: 12.5%; top: 33px; height: 2px; background: var(--color-accent-200); }
.box-97 { border-bottom: 2px solid var(--color-divider); background: var(--color-accent-900); color: #fff; padding: 64px 64px; }
.box-98 { padding: 24px 32px 0 0; border-right: 2px solid rgba(255,255,255,0.2); }
.box-99 { padding: 24px 32px 0; border-right: 2px solid rgba(255,255,255,0.2); }
.grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid rgba(255,255,255,0.22); background: rgba(16,48,63,0.6); backdrop-filter: blur(6px); }
.grid-10 { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); }
.grid-11 { border-bottom: 2px solid var(--color-divider); display: grid; grid-template-columns: 280px 1fr; align-items: center; }
.grid-12 { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; padding-bottom: 40px; border-bottom: 2px solid rgba(255,255,255,0.2); }
.grid-13 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 56px; border-top: 2px solid var(--color-divider); padding: 32px 0 56px; }
.grid-14 { display: grid; grid-template-columns: 1fr 520px; gap: 72px; align-items: start; }
.grid-15 { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.grid-16 { margin-top: 40px; background: var(--color-accent-100); padding: 40px 44px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: start; }
.grid-17 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 2px solid var(--color-divider); border-left: 2px solid var(--color-divider); }
.grid-18 { display: grid; grid-template-columns: 108px 1fr; border-right: 2px solid var(--color-divider); border-bottom: 2px solid var(--color-divider); }
.grid-19 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 56px; }
.grid-2 { display: grid; grid-template-columns: 1.1fr 1fr; gap: 96px; padding-top: 48px; align-items: start; }
.grid-20 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 48px 36px; }
.grid-21 { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 64px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.grid-22 { display: grid; gap: 20px; max-width: 480px; }
.grid-23 { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: start; }
.grid-24 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 48px 40px; }
.grid-25 { border-bottom: 2px solid var(--color-divider); display: grid; grid-template-columns: 1.15fr 1fr; align-items: stretch; animation: chevHeroIn 900ms cubic-bezier(.2,.7,.2,1) both; }
.grid-26 { border-bottom: 2px solid var(--color-divider); padding: 64px 64px; display: grid; grid-template-columns: 240px 1fr; gap: 64px; align-items: start; }
.grid-27 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 40px; }
.grid-28 { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); }
.grid-29 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 2px solid var(--color-divider); }
.grid-3 { display: grid; grid-template-columns: 64px 1fr; column-gap: 28px; align-items: start; padding: 0 0 26px; margin-bottom: 26px; border-bottom: 2px solid var(--color-divider); }
.grid-30 { border: 2px solid var(--color-divider); border-top: 0; padding: 40px 44px; display: grid; grid-template-columns: 260px 1fr; gap: 56px; align-items: start; background: var(--color-accent-100); }
.grid-31 { border-bottom: 2px solid var(--color-divider); padding: 64px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.grid-32 { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.grid-33 { border-bottom: 2px solid var(--color-divider); display: grid; grid-template-columns: 1fr 1fr; }
.grid-34 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 2px solid var(--color-text); }
.grid-35 { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--color-divider); }
.grid-36 { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.grid-37 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 2px solid rgba(255,255,255,0.2); }
.grid-38 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 32px; }
.grid-39 { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 20px; border-top: 2px solid var(--color-divider); padding-top: 28px; }
.grid-4 { display: grid; grid-template-columns: 1.1fr 1fr; gap: 96px; align-items: start; margin-bottom: 72px; }
.grid-5 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 64px; border-top: 2px solid var(--color-divider); padding-top: 36px; }
.grid-6 { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.grid-7 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 2px solid var(--color-divider); border-left: 2px solid var(--color-divider); }
.grid-8 { border-top: 2px solid var(--color-text); display: grid; grid-template-columns: 1fr 1fr; }
.grid-9 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px; margin-top: 56px; padding-top: 40px; border-top: 2px solid var(--color-divider); }
.row { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.row-10 { position: relative; overflow: hidden; background: #10303f; color: #fff; min-height: 420px; display: flex; align-items: flex-end; }
.row-11 { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 4px; }
.row-12 { cursor: pointer; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 16px; }
.row-13 { background: var(--color-accent-100); display: flex; align-items: flex-start; justify-content: center; padding: 30px 0; }
.row-14 { display: flex; align-items: center; gap: 72px; padding: 44px 64px; border-left: 2px solid var(--color-divider); flex-wrap: wrap; }
.row-15 { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.row-16 { display: flex; gap: 32px; }
.row-17 { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.row-18 { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; margin-bottom: 32px; flex-wrap: wrap; }
.row-19 { display: flex; align-items: center; gap: 18px; margin-bottom: 12px; flex-wrap: wrap; }
.row-2 { display: flex; border-bottom: 2px solid var(--color-text); }
.row-20 { display: flex; align-items: center; gap: 24px; margin-bottom: 22px; }
.row-21 { padding: 24px 20px 24px 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; cursor: pointer; }
.row-22 { display: flex; align-items: center; gap: 20px; margin: 36px 0 24px; flex-wrap: wrap; }
.row-23 { border-top: 2px solid var(--color-divider); margin-top: 20px; padding-top: 28px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.row-24 { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 36px; }
.row-25 { cursor: pointer; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 14px; }
.row-26 { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.row-27 { position: relative; overflow: hidden; background: #10303f; color: #fff; min-height: 400px; display: flex; align-items: flex-end; }
.row-28 { aspect-ratio: 1; background: var(--color-accent-900); color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px; }
.row-3 { position: relative; overflow: hidden; padding: 36px 32px 32px; border-right: 2px solid var(--color-divider); border-bottom: 2px solid var(--color-divider); background: var(--color-accent-500); color: #fff; display: flex; flex-direction: column; transition: background 240ms ease; }
.row-3:hover { background: var(--color-accent-600); color: #fff; }
.row-4 { position: relative; display: flex; flex-direction: column; height: 100%; }
.row-5 { padding: 72px 48px 72px 0; border-right: 2px solid var(--color-text); display: flex; flex-direction: column; justify-content: center; }
.row-6 { position: relative; padding: 44px 32px; display: flex; flex-direction: column; min-height: 340px; }
.row-7 { display: flex; align-items: center; gap: 72px; padding: 44px 48px; border-left: 2px solid var(--color-divider); flex-wrap: wrap; }
.row-8 { display: flex; }
.row-9 { display: flex; gap: 28px; }
.text-10 { font-family: var(--font-heading); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-accent); margin-top: 8px; padding-bottom: 12px; border-bottom: 2px solid var(--color-divider); }
.text-17 { font-size: 17px; line-height: 1.7; color: var(--color-text); margin: 0; }
.text-19 { font-size: 19px; line-height: 1.55; color: var(--color-neutral-700); margin: 0; }
.text-19-2 { font-size: 19px; line-height: 1.55; color: rgba(255,255,255,0.85); margin: 0 0 40px; max-width: 620px; }
.text-28 { font-family: var(--font-heading); font-size: 28px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.02; color: var(--color-text); }
.text-30 { font-family: var(--font-heading); font-size: 30px; font-weight: 700; color: var(--color-neutral-700); line-height: 0.9; letter-spacing: -0.03em; }
.text-34 { font-family: var(--font-heading); font-size: 34px; font-weight: 700; line-height: 1; letter-spacing: -0.04em; color: var(--color-accent); font-variant-numeric: tabular-nums; }
.text-46 { font-family: var(--font-heading); font-size: 46px; line-height: 1; margin: 0 0 20px; font-weight: 700; letter-spacing: -0.03em; text-wrap: pretty; }


/* ============================================================
   LAYOUT — content-width containment (single source of truth)
   ------------------------------------------------------------
   .contain        centers content at --cmax; the section stays
                   full width so backgrounds/dividers/hero images
                   remain edge-to-edge — only the side padding grows.
   .contain-start  same column, but padded on the leading edge only
                   (split heroes: text aligns to the grid, the image
                   half stays flush to the screen edge).
   Replaces the former ad-hoc per-class padding. Defined last so it
   wins the cascade over component paddings.
   ============================================================ */
:root {
  --cmax: 1400px;   /* max content width           */
  --pad: 48px;      /* min side padding (small vw) */
  --gutter: max(var(--pad), (100vw - var(--cmax)) / 2);
}
.contain       { padding-inline: var(--gutter); box-sizing: border-box; }
.contain-start { padding-inline-start: var(--gutter); box-sizing: border-box; }

/* keep the watermark numeral visible when the card hovers to accent-100 */
.box-10:hover .bg-numeral, .box-73:hover .bg-numeral, .box-91:hover .bg-numeral, .box-92:hover .bg-numeral { color: var(--color-accent-300); }

/* -------- Article body (news) — professional prose, images & bullets -------- */
.article-fig { margin: 44px 0; border: 2px solid var(--color-text); }
.article-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 44px 0; }
.article-shot { width: 100%; aspect-ratio: 3 / 2; background-size: cover; background-position: 50% 45%; filter: grayscale(1); border: 2px solid var(--color-text); cursor: zoom-in; transition: filter 500ms ease; }
.article-shot:hover { filter: grayscale(0); }
.article-img { width: 100%; aspect-ratio: 3 / 2; background-size: cover; background-position: 50% 45%; filter: grayscale(1); cursor: zoom-in; transition: filter 500ms ease; }
.article-fig:hover .article-img { filter: grayscale(0); }
.article-list { margin: 24px 0 28px; padding: 0; list-style: none; }
.article-list li { position: relative; padding-left: 30px; margin-bottom: 14px; font-size: 18px; line-height: 1.6; color: var(--color-neutral-700); }
.article-list li::before { content: ""; position: absolute; left: 0; top: 13px; width: 14px; height: 2px; background: var(--color-accent); }

/* -------- Article gallery + lightbox -------- */
.article-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.article-thumb { aspect-ratio: 3 / 2; background-size: cover; background-position: 50% 45%; filter: grayscale(1); cursor: pointer; transition: filter 400ms ease, transform 400ms ease; }
.article-thumb:hover { filter: grayscale(0); transform: scale(1.02); }
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(16,48,63,0.95); display: flex; align-items: center; justify-content: center; padding: 40px; animation: chevFade 300ms ease both; }
.lightbox-backdrop { position: absolute; inset: 0; cursor: zoom-out; }
.lightbox-img { position: relative; z-index: 1; width: min(1080px, 88vw); height: min(80vh, 60vw); background-size: contain; background-repeat: no-repeat; background-position: center; }
.lightbox-nav, .lightbox-close { position: absolute; z-index: 2; background: none; border: 0; color: #fff; cursor: pointer; font-family: var(--font-heading); line-height: 1; opacity: 0.75; transition: opacity 200ms ease; }
.lightbox-nav:hover, .lightbox-close:hover { opacity: 1; }
.lightbox-nav { top: 50%; transform: translateY(-50%); font-size: 64px; padding: 12px 20px; }
.lightbox-prev { left: 16px; } .lightbox-next { right: 16px; }
.lightbox-close { top: 24px; right: 28px; font-size: 40px; }
