/* Taksim Group public site — design tokens ported from the Claude Design handoff (2026-09-05). */
:root {
  --bg: #f2f2f3;
  --bg-alt: #e9e9ea;
  --ink: #1d1f20;
  --ink-2: #424244;
  --muted: #7a7a7d;
  --muted-2: #5d5d60;
  --blue: #0b6cb0;
  --blue-d: #095a94;
  --orange: #e8952b;
  --red: #d31a2b;
  --navy: #1d2d3d;
  --navy-d: #142230;
  --line: rgba(29, 45, 61, .22);
  --line-soft: rgba(29, 31, 32, .12);
  --cond: 'Barlow Condensed', 'Arial Narrow', 'Segoe UI', Roboto, sans-serif;
  --sans: Barlow, 'Segoe UI', Roboto, Arial, sans-serif;
  --mono: ui-monospace, Menlo, Consolas, monospace;
  --wrap: 1560px;
  --hdr-h: 82px;
  --ease: cubic-bezier(.76, 0, .24, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--blue); text-decoration: none; text-underline-offset: 3px; }
a:hover { color: var(--blue-d); text-decoration: underline; }
::selection { background: rgba(11, 108, 176, .24); }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
input, select, textarea, button { font: inherit; color: inherit; }
button { cursor: pointer; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; line-height: 1.02; }
dl, ol, ul { margin: 0; padding: 0; }
li { list-style: none; }
address { font-style: normal; }
[hidden] { display: none !important; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 40px; }
.wrap.narrow { max-width: 900px; }
.mono { font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: var(--muted); }
.muted { color: var(--muted-2); }
.small { font-size: 13px; }
.pre { white-space: pre-line; }
.kick { display: block; font-family: var(--cond); font-weight: 600; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.kick-light { color: #7fb0d6; }
.lbl { font-family: var(--cond); font-weight: 600; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.h-display { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(34px, 4.6vw, 64px); line-height: .98; }
.h-gradient { background: linear-gradient(180deg, #1d1f20 0%, #1d2d3d 55%, #0b6cb0 130%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lead { font-size: 18px; line-height: 1.6; color: var(--ink-2); max-width: 62ch; }
.hide-sm { display: inline; }
.show-sm { display: none; }

/* ── edge stripe (blue / orange / red tricolour) ── */
.edge-stripe { position: fixed; top: 0; right: 0; bottom: 0; width: 8px; z-index: 500; pointer-events: none; background: repeating-linear-gradient(180deg, var(--blue) 0 150px, var(--orange) 150px 198px, var(--red) 198px 240px); }

/* ── blueprint frame with crosshair corners ── */
.bp { position: relative; border: 1px solid var(--line); }
.xh { position: absolute; width: 11px; height: 11px; color: rgba(29, 45, 61, .55); font-size: 11px; line-height: 11px; text-align: center; pointer-events: none; }
.xh-tl { top: -6px; left: -6px; } .xh-tr { top: -6px; right: -6px; } .xh-bl { bottom: -6px; left: -6px; } .xh-br { bottom: -6px; right: -6px; }

/* ── buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 46px; padding: 0 18px; border-radius: 4px; border: 1px solid transparent; font-family: var(--cond); font-weight: 600; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; text-decoration: none !important; white-space: nowrap; transition: background .2s, color .2s, border-color .2s; }
.btn-lg { height: 54px; padding: 0 26px; font-size: 16px; }
.btn-sm { height: 40px; padding: 0 14px; font-size: 13.5px; }
.btn-block { width: 100%; }
.btn-icon { width: 46px; padding: 0; }
.btn-blue { color: #f2f2f3; background: linear-gradient(180deg, #3d8ccb 0%, #0b6cb0 46%, #085a95 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -1px 0 rgba(0, 0, 0, .18); }
.btn-blue:hover { color: #fff; background: linear-gradient(180deg, #2f7fbf 0%, #095a94 46%, #07497a 100%); }
.btn-green { color: #fff; background: linear-gradient(180deg, #4fd66a 0%, #25d366 46%, #1aa74f 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 rgba(0, 0, 0, .14); }
.btn-green:hover { color: #fff; background: linear-gradient(180deg, #3fca5c 0%, #1ebe5a 46%, #159043 100%); }
.btn-red { color: #fff; background: linear-gradient(180deg, #e9414f 0%, #d31a2b 50%, #a8121f 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -1px 0 rgba(0, 0, 0, .18); }
.btn-red:hover { color: #fff; background: #b8141f; }
.btn-navy { color: #f2f2f3; background: var(--navy); }
.btn-navy:hover { color: #fff; background: var(--navy-d); }
.btn-outline { color: var(--ink); border-color: rgba(29, 31, 32, .35); background: transparent; }
.btn-outline:hover { color: var(--blue); border-color: var(--blue); }
.btn-outline-light { color: #f2f2f3; border-color: rgba(242, 242, 243, .5); background: transparent; }
.btn-outline-light:hover { color: #fff; border-color: #fff; }
.btn-ghost { color: var(--ink); border-color: rgba(29, 31, 32, .2); background: transparent; }
.btn-ghost:hover { color: var(--blue); border-color: var(--blue); }
.btn-link { color: var(--ink); background: transparent; padding: 0 6px; }
.btn-link:hover { color: var(--blue); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.play-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); animation: tgcPulse 2.4s ease-in-out infinite; }
.pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); animation: tgcPulse 2.4s ease-in-out infinite; }

/* ── header ── */
.hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 6000; background: linear-gradient(180deg, #e8ebef 0%, #c9ced6 28%, #dfe3e8 46%, #b3bac4 74%, #cfd5dc 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), inset 0 -1px 0 rgba(0, 0, 0, .14); border-bottom: 1px solid rgba(29, 31, 32, .2); }
.hdr-in { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; height: var(--hdr-h); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hdr-logo img { height: 44px; width: auto; mix-blend-mode: multiply; }
.hdr-nav { display: flex; gap: 4px; }
.hdr-nav a { display: inline-flex; align-items: center; height: var(--hdr-h); padding: 0 14px; font-family: var(--cond); font-weight: 500; font-size: 17px; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-2); border-bottom: 3px solid transparent; text-decoration: none !important; transition: color .2s, border-color .2s; }
.hdr-nav a:hover { color: var(--blue); }
.hdr-nav a.is-active { color: var(--ink); font-weight: 600; border-bottom-color: var(--blue); }
.hdr-actions { display: flex; align-items: center; gap: 10px; }
.menu-btn { display: none; }
.nav-spacer { height: var(--hdr-h); }
.mobile-menu { border-top: 1px solid rgba(29, 31, 32, .2); background: linear-gradient(180deg, #d6dbe1 0%, #c3c9d1 100%); padding: 10px 20px 20px; animation: tgcFade .3s ease both; }
.mobile-menu a { display: block; padding: 15px 0; border-bottom: 1px solid rgba(29, 31, 32, .1); font-family: var(--cond); font-weight: 600; font-size: 22px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); text-decoration: none !important; min-height: 48px; }
.mobile-menu a:hover { color: var(--blue); }

/* ── language switcher ── */
.lang { position: relative; }
.lang > summary { list-style: none; display: inline-flex; align-items: center; gap: 6px; height: 46px; padding: 0 12px; border: 1px solid rgba(29, 31, 32, .2); border-radius: 4px; cursor: pointer; font-family: var(--cond); font-weight: 600; font-size: 14px; letter-spacing: .08em; user-select: none; }
.lang > summary::-webkit-details-marker { display: none; }
.lang > summary:hover { border-color: var(--blue); color: var(--blue); }
.lang-flag { width: 22px; height: 15px; border: 1px solid rgba(29, 31, 32, .18); border-radius: 2px; object-fit: cover; }
.lang-menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 190px; background: #fff; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 18px 44px rgba(29, 45, 61, .22); padding: 6px; z-index: 7000; }
.lang-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 3px; color: var(--ink); font-size: 15px; text-decoration: none !important; }
.lang-menu a:hover { background: var(--bg); color: var(--blue); }
.lang-menu a.is-active { background: rgba(11, 108, 176, .1); color: var(--blue); font-weight: 600; }

/* ── fair card ── */
.fair-card { position: fixed; right: 28px; bottom: 28px; z-index: 5000; width: 300px; background: #fff; border: 1px solid var(--line); padding: 22px 22px 20px; box-shadow: 0 28px 64px rgba(29, 45, 61, .22); animation: tgcCard .5s var(--ease) both; }
.fair-close { position: absolute; top: 8px; right: 8px; width: 30px; height: 30px; border: none; background: transparent; color: var(--muted); display: flex; align-items: center; justify-content: center; }
.fair-close:hover { color: var(--red); }
.fair-kick { display: flex; align-items: center; gap: 8px; font-family: var(--cond); font-weight: 600; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); }
.fair-title { font-family: var(--cond); font-weight: 700; font-size: 26px; line-height: 1; text-transform: uppercase; margin: 10px 0 14px; }
.fair-dl { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; font-size: 14px; margin-bottom: 16px; }
.fair-dl dt { font-family: var(--cond); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: 12px; color: var(--muted); }
.fair-dl dd { margin: 0; }

/* ── hero (type-led, per design "Hero 1b") ── */
.hero { position: relative; overflow: hidden; background: linear-gradient(160deg, #f3f4f6 0%, #e2e6eb 34%, #eef0f3 50%, #d6dce3 72%, #e6eaef 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(29, 45, 61, .07) 1px, transparent 1px), linear-gradient(rgba(29, 45, 61, .055) 1px, transparent 1px); background-size: calc(100% / 12) 100%, 100% 96px; }
.hero-ray { position: absolute; inset: 0; -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 45%, rgba(0, 0, 0, .35) 0%, #000 70%); mask-image: radial-gradient(ellipse 70% 80% at 50% 45%, rgba(0, 0, 0, .35) 0%, #000 70%); }
.hero-in { position: relative; z-index: 2; padding-top: 14px; padding-bottom: 40px; will-change: transform; }
.hero-top { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(29, 31, 32, .2); }
.hero-tag { display: inline-flex; align-items: center; gap: 14px; font-family: var(--cond); font-weight: 600; font-size: 13.5px; letter-spacing: .24em; text-transform: uppercase; color: #416180; }
.tri { display: inline-flex; gap: 4px; }
.tri i { width: 9px; height: 9px; display: block; }
.tri i:nth-child(1) { background: var(--blue); } .tri i:nth-child(2) { background: var(--orange); } .tri i:nth-child(3) { background: var(--red); }
.hero-h1 { position: relative; z-index: 2; text-align: center; font-family: var(--cond); font-weight: 700; font-size: clamp(44px, 8.2vw, 150px); line-height: .88; letter-spacing: -.03em; text-transform: uppercase; color: var(--ink); padding: 28px 0 0; }
.hero-line { display: block; overflow: hidden; }
.hero-line-last { padding: .04em 0; }
.hl { display: block; animation: tgcRise 1s cubic-bezier(.16, 1, .3, 1) both; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-line:nth-child(1) .hl { animation-delay: .05s; } .hero-line:nth-child(2) .hl { animation-delay: .15s; } .hero-line:nth-child(3) .hl { animation-delay: .25s; }
.hl-blue { color: var(--blue); background-image: linear-gradient(180deg, #7fb8e6 0%, #0b6cb0 38%, #053f6b 62%, #3b8fd0 100%); }
.hl-orange { color: var(--orange); background-image: linear-gradient(180deg, #f7c987 0%, #e8952b 38%, #9c5c0f 62%, #f0ad55 100%); }
.hl-red { color: var(--red); background-image: linear-gradient(180deg, #f07a86 0%, #d31a2b 38%, #8f0f1c 62%, #e04a58 100%); }
.hero-btns { justify-content: center; margin-top: 28px; animation: tgcFade .9s ease .6s both; }
.hero-btns .btn-lg { height: 56px; padding: 0 32px; font-size: 17px; letter-spacing: .09em; }
.hero-btns .btn-outline:hover { background: var(--ink); border-color: var(--ink); color: #f2f2f3; }
.play-tri { width: 0; height: 0; border-left: 11px solid #f2f2f3; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
.hero-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 44px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hero-facts > div { padding: 15px 15px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-facts dt { font-family: var(--cond); font-weight: 700; font-size: clamp(22px, 2.1vw, 31px); line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.hero-facts dd { margin: 6px 0 0; font-family: var(--cond); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: #416180; }

/* ── sections ── */
.sec { padding: 96px 0; position: relative; overflow: hidden; }
.sec > .wrap { position: relative; z-index: 2; }
.sec-grid { position: absolute; inset: -12% 0; background-image: linear-gradient(90deg, rgba(29, 45, 61, .07) 1px, transparent 1px), linear-gradient(rgba(29, 45, 61, .055) 1px, transparent 1px); background-size: calc(100% / 12) 100%, 100% 96px; pointer-events: none; will-change: transform; }
tgc-parts-ray { position: absolute; inset: 0; display: block; pointer-events: none; }
.sec-alt { background: var(--bg-alt); }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: 40px; }
.sec-head .lead { margin: 0; }
.sec-foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line-soft); }
.big-stat { display: flex; align-items: baseline; gap: 14px; }
.big-stat > span:first-child { font-family: var(--cond); font-weight: 700; font-size: 96px; line-height: .9; color: var(--blue); }
.big-stat .kick { margin: 0; }

/* routes */
.routes-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.route-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.route-card { background: #fff; padding: 26px 22px 22px; display: flex; flex-direction: column; gap: 8px; }
.route-no { font-family: var(--mono); font-size: 12px; color: var(--blue); letter-spacing: .1em; }
.route-title { font-family: var(--cond); font-weight: 700; font-size: 26px; text-transform: uppercase; line-height: 1; }
.route-input { font-size: 12.5px; color: var(--muted); }
.route-card p { margin: 6px 0 0; font-size: 14.5px; color: var(--ink-2); }
.routes-end { background: var(--navy); color: #f2f2f3; padding: 30px 28px; }
.routes-end .kick { color: #7fb0d6; }
.routes-end p { color: rgba(242, 242, 243, .78); font-size: 15px; }
.routes-end-title { font-family: var(--cond); font-weight: 700; font-size: 28px; text-transform: uppercase; line-height: 1; margin: 28px 0 10px; }
.oem-form { display: flex; flex-direction: column; gap: 10px; }
.oem-form .lbl { color: rgba(242, 242, 243, .8); }
.oem-form textarea { width: 100%; padding: 12px 14px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .25); border-radius: 4px; color: #f2f2f3; font-size: 14px; resize: vertical; }
.oem-form textarea:focus { border-color: #7fb0d6; }
.oem-form textarea::placeholder { color: rgba(242, 242, 243, .45); }
.routes-end .btn-outline { color: #f2f2f3; border-color: rgba(242, 242, 243, .4); }

/* groups */
.group-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.group-card { display: block; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none !important; transition: transform .25s var(--ease), box-shadow .25s; }
a.group-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(29, 45, 61, .18); color: var(--ink); }
.group-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(180deg, #dbe9f5 0%, #b9d4ea 100%); }
.group-img img { width: 100%; height: 100%; object-fit: contain; padding: 8%; mix-blend-mode: multiply; filter: sepia(1) saturate(3) hue-rotate(175deg) brightness(.95) contrast(1.05); }
.group-code { position: absolute; left: 0; bottom: 0; background: var(--navy); color: #f2f2f3; padding: 7px 12px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.group-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 18px 20px; font-family: var(--cond); font-weight: 700; font-size: 24px; text-transform: uppercase; line-height: 1.05; }
.group-count { font-weight: 600; font-size: 18px; color: var(--blue); font-variant-numeric: tabular-nums; }
.group-rest { margin-top: 36px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; padding: 8px 14px; border: 1px solid var(--line); border-radius: 3px; background: #fff; color: var(--ink); font-family: var(--cond); font-weight: 500; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; text-decoration: none !important; }
a.chip:hover { border-color: var(--blue); color: var(--blue); }

/* stock cards */
.stock-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.stock-card { background: #fff; padding: 28px 24px; }
.stock-top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.stock-top .kick { margin: 0; }
.stock-val { font-family: var(--cond); font-weight: 700; font-size: 34px; color: var(--ink); line-height: 1; }
.stock-title { font-family: var(--cond); font-weight: 600; font-size: 20px; text-transform: uppercase; margin: 16px 0 8px; }
.stock-card p { margin: 0; font-size: 14.5px; color: var(--ink-2); }

/* global teaser */
.region-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 20px; }
.region-pill { display: flex; justify-content: space-between; align-items: center; gap: 10px; background: #fff; padding: 18px 20px; color: var(--ink); font-family: var(--cond); font-weight: 600; font-size: 16px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none !important; }
.region-pill:hover { background: var(--blue); color: #fff; }
.region-n { font-size: 20px; font-variant-numeric: tabular-nums; }

/* why (per design: dark steel gradient, 4 columns, tabbed pillars) */
.why { background: linear-gradient(160deg, #243646 0%, #16232f 38%, #1f3040 52%, #101a24 78%, #1b2a38 100%); color: #f2f2f3; padding: 110px 0 118px; }
.why-cols { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: calc(100% / 4) 100%; pointer-events: none; }
.why-ray { position: absolute; right: -4%; top: -6%; width: min(54%, 760px); height: 112%; pointer-events: none; opacity: .5; will-change: transform; -webkit-mask-image: linear-gradient(94deg, transparent 0%, rgba(0, 0, 0, .5) 24%, #000 56%); mask-image: linear-gradient(94deg, transparent 0%, rgba(0, 0, 0, .5) 24%, #000 56%); }
.why-kick { color: #4a9fd8; }
.why-h2 { margin: 18px 0 62px; max-width: 22ch; font-family: var(--cond); font-weight: 700; font-size: clamp(38px, 4.6vw, 78px); line-height: .95; letter-spacing: -.022em; text-transform: uppercase; color: #f2f2f3; background: linear-gradient(180deg, #ffffff 0%, #dfe5ec 40%, #9fb0c2 62%, #eef2f6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.why-box { border-top: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.why-tabs { display: flex; flex-wrap: wrap; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.why-tabs button { flex: 1; min-width: 150px; height: 56px; border: none; border-right: 1px solid rgba(255, 255, 255, .16); background: transparent; color: rgba(242, 242, 243, .5); font-family: var(--cond); font-weight: 600; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; transition: background .2s, color .2s; }
.why-tabs button:last-child { border-right: none; }
.why-tabs button:hover { color: #f2f2f3; }
.why-tabs button.is-active { background: var(--blue); color: #f2f2f3; }
.why-panel { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); min-height: 340px; }
.why-main { padding: 44px 44px 46px; border-right: 1px solid rgba(255, 255, 255, .16); animation: tgcFade .5s cubic-bezier(.16, 1, .3, 1) both; }
.why-no { font-size: 11.5px; letter-spacing: .1em; color: #4a9fd8; }
.why-title { font-family: var(--cond); font-weight: 700; font-size: clamp(38px, 4.2vw, 62px); line-height: 1; letter-spacing: -.01em; text-transform: uppercase; color: #f2f2f3; margin: 20px 0; }
.why-body { margin: 0; max-width: 44ch; font-size: 18.5px; line-height: 1.62; color: rgba(242, 242, 243, .72); }
.why-stat { display: flex; align-items: baseline; gap: 18px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .16); }
.why-stat > span:first-child { font-family: var(--cond); font-weight: 700; font-size: 46px; line-height: 1; color: #4a9fd8; font-variant-numeric: tabular-nums; }
.why-stat > span:last-child { font-family: var(--cond); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .5); max-width: 22ch; }
.why-side { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 44px 44px 34px; }
.why-detail { margin: 0; max-width: 40ch; font-size: 16px; line-height: 1.7; color: rgba(242, 242, 243, .55); animation: tgcFade .5s cubic-bezier(.16, 1, .3, 1) .06s both; }
.why-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 40px; }
.why-dots { display: flex; gap: 8px; }
.why-dots button { width: 34px; height: 5px; border: none; padding: 0; cursor: pointer; background: rgba(255, 255, 255, .22); }
.why-dots button.is-active { background: #4a9fd8; }
.why-arrows { display: flex; gap: 10px; }
.why-arrows button { width: 52px; height: 52px; border-radius: 4px; cursor: pointer; color: #f2f2f3; display: flex; align-items: center; justify-content: center; }
.why-prev { background: transparent; border: 1px solid rgba(255, 255, 255, .26); }
.why-prev:hover { background: rgba(255, 255, 255, .1); border-color: #4a9fd8; }
.why-next { background: var(--blue); border: 1px solid var(--blue); }
.why-next:hover { background: #2a86c8; border-color: #2a86c8; }

/* closing */
.closing { position: relative; background: linear-gradient(135deg, #0b6cb0 0%, #085a95 60%, #1d2d3d 140%); color: #f2f2f3; padding: 110px 0; overflow: hidden; }
.closing-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px); background-size: 96px 96px; pointer-events: none; }
.closing-in { position: relative; max-width: var(--wrap); }
.closing .h-display { color: #f2f2f3; max-width: 14ch; margin-bottom: 20px; }
.closing p { max-width: 60ch; font-size: 18px; color: rgba(242, 242, 243, .85); margin-bottom: 30px; }

/* footer */
.ftr { background: var(--navy-d); color: rgba(242, 242, 243, .8); padding: 64px 0 28px; }
.ftr a { color: rgba(242, 242, 243, .85); }
.ftr a:hover { color: #fff; }
.ftr-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.ftr-brand { font-family: var(--cond); font-weight: 700; font-size: 28px; text-transform: uppercase; color: #fff; line-height: 1; }
.ftr .kick { color: #7fb0d6; margin-top: 6px; }
.ftr-blurb { font-size: 14.5px; max-width: 34ch; }
.ftr-badges { display: flex; gap: 8px; }
.ftr-badges span { border: 1px solid rgba(255, 255, 255, .25); padding: 4px 10px; font-family: var(--cond); font-size: 12px; letter-spacing: .14em; }
.ftr-h { font-family: var(--cond); font-weight: 600; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: #7fb0d6; margin-bottom: 14px; }
.ftr-links li { margin-bottom: 8px; font-size: 15px; }
.ftr-addr { font-size: 14.5px; margin-bottom: 12px; }
.ftr-disclaimer { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 12.5px; color: rgba(242, 242, 243, .55); }
.ftr-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 16px; font-size: 13px; color: rgba(242, 242, 243, .6); }

/* page hero (inner pages): same dark steel gradient as the Why section, parts-ray drawings, metallic title */
.page-hero { position: relative; overflow: hidden; color: #f2f2f3; padding: 96px 0 72px; background: linear-gradient(160deg, #243646 0%, #16232f 38%, #1f3040 52%, #101a24 78%, #1b2a38 100%); }
.page-hero-short { padding: 72px 0 56px; }
.page-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: calc(100% / 12) 100%, 100% 96px; pointer-events: none; }
.page-hero-ray { position: absolute; inset: 0; -webkit-mask-image: linear-gradient(94deg, transparent 0%, rgba(0, 0, 0, .35) 30%, #000 60%); mask-image: linear-gradient(94deg, transparent 0%, rgba(0, 0, 0, .35) 30%, #000 60%); }
.page-hero-in { position: relative; z-index: 2; will-change: transform; }
.page-hero .h-display { font-size: clamp(40px, 6.4vw, 96px); max-width: 16ch; }
.h-steel { color: #f2f2f3; background: linear-gradient(180deg, #ffffff 0%, #dfe5ec 40%, #9fb0c2 62%, #eef2f6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.page-hero .lead { color: rgba(242, 242, 243, .82); margin-top: 20px; }
.page-hero .btn-row { margin-top: 28px; }
.page-hero .mono { color: rgba(242, 242, 243, .55); }
.stat-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .16); margin-top: 36px; max-width: 900px; }
.stat-row > div { background: rgba(16, 26, 36, .55); padding: 18px 20px; }
.stat-row dt { font-family: var(--cond); font-weight: 700; font-size: 40px; line-height: 1; }
.stat-row dd { margin: 6px 0 0; font-family: var(--cond); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: rgba(242, 242, 243, .6); }

/* products */
.all-groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); counter-reset: g; }
.all-groups li { background: #fff; padding: 14px 18px; display: flex; gap: 14px; align-items: baseline; font-family: var(--cond); font-weight: 600; font-size: 18px; text-transform: uppercase; letter-spacing: .04em; }
.all-groups .mono { color: var(--blue); }

/* catalogue steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); counter-reset: s; }
.step { background: #fff; padding: 28px 24px; }
.step-no { font-family: var(--mono); font-size: 12px; color: var(--blue); letter-spacing: .12em; }
.step-title { font-family: var(--cond); font-weight: 700; font-size: 26px; text-transform: uppercase; margin: 10px 0 8px; line-height: 1; }
.step p { margin: 0; font-size: 14.5px; color: var(--ink-2); }
.chip-static { cursor: default; }

/* global map */
.map-split { display: grid; grid-template-columns: 1fr 320px; gap: 24px; align-items: start; }
.map-frame { height: 560px; background: var(--bg-alt); }
#lmap { position: absolute; inset: 0; z-index: 1; }
.legend { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 12px; }
.sw { display: flex; align-items: center; gap: 8px; font-family: var(--cond); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }
.sw span { width: 16px; height: 10px; display: block; }
.sw-blue { background: var(--blue); } .sw-red { background: var(--red); }
.rlist { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.rbtn { background: var(--bg); border: none; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; text-align: left; }
.rbtn:hover { background: var(--bg-alt); }
.rbtn[aria-pressed="true"] { background: var(--blue); color: #f2f2f3; }
.rname { font-family: var(--cond); font-weight: 600; font-size: 15.5px; letter-spacing: .1em; text-transform: uppercase; }
.rn { font-family: var(--cond); font-weight: 600; font-size: 17px; font-variant-numeric: tabular-nums; }
.panel { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 18px; }
.prow { background: var(--bg); padding: 15px 18px; display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.plabel { font-family: var(--cond); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.pval { font-family: var(--cond); font-weight: 600; font-size: 18px; text-align: right; }
.map-hint { margin-top: 14px; }
.leaflet-container { background: var(--bg-alt); font-family: var(--sans); }
.leaflet-popup-content-wrapper { border-radius: 0; background: var(--navy); color: #f2f2f3; }
.leaflet-popup-tip { background: var(--navy); }
.leaflet-popup-content { margin: 12px 14px; font-size: 13.5px; line-height: 1.5; }
.leaflet-popup-content b { font-family: var(--cond); font-weight: 600; font-size: 17px; letter-spacing: .04em; text-transform: uppercase; display: block; margin-bottom: 4px; }
.leaflet-popup-close-button { color: rgba(255, 255, 255, .6) !important; }

/* about */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.about-text p { font-size: 16.5px; color: var(--ink-2); }
.about-text .lead { color: var(--ink); }
.about-team { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line-soft); font-size: 14.5px; color: var(--muted-2); }
.about-photo { aspect-ratio: 3 / 2; overflow: hidden; background: var(--bg-alt); align-self: center; }
.about-photo img, .contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.duo { filter: grayscale(1) contrast(1.06) brightness(1.02); }
.timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 32px; }
.timeline li { background: var(--bg); padding: 24px 20px; }
.tl-year { font-family: var(--cond); font-weight: 700; font-size: 34px; color: var(--blue); line-height: 1; }
.tl-title { font-family: var(--cond); font-weight: 600; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; margin: 10px 0 8px; }
.timeline p { margin: 0; font-size: 14px; color: var(--muted-2); }
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.fair-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.fair-list dt { font-family: var(--cond); font-weight: 600; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.fair-list dd { margin: 0; font-size: 13.5px; color: var(--muted-2); text-align: right; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 18px 0; }
.facts-grid > div { background: #fff; padding: 20px; }
.facts-grid dt { font-family: var(--cond); font-weight: 700; font-size: 32px; line-height: 1; }
.facts-grid dd { margin: 6px 0 0; font-family: var(--cond); font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.gallery { aspect-ratio: 4 / 3; overflow: hidden; background: var(--navy); margin-top: 20px; }
.gal-slide { margin: 0; position: absolute; inset: 0; }
.gal-slide img { width: 100%; height: 100%; object-fit: cover; }
.gal-slide figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: baseline; padding: 16px 20px; background: linear-gradient(180deg, transparent, rgba(29, 45, 61, .85)); color: #f2f2f3; font-family: var(--cond); font-weight: 700; font-size: 22px; text-transform: uppercase; }
.gal-slide figcaption .mono { color: rgba(242, 242, 243, .7); }
.gal-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .4); background: rgba(29, 45, 61, .7); color: #fff; display: flex; align-items: center; justify-content: center; }
.gal-btn:hover { background: var(--blue); }
.gal-prev { left: 14px; } .gal-next { right: 14px; }
.gal-dots { display: flex; gap: 4px; margin-top: 8px; }
.gal-dots button { flex: 1; height: 5px; border: none; padding: 0; background: rgba(29, 45, 61, .22); }
.gal-dots button.is-active { background: var(--blue); }
.film { aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.film-play { position: absolute; inset: 0; width: 100%; border: none; padding: 0; background: #000; cursor: pointer; }
.film-play img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .3s; }
.film-play:hover img { opacity: 1; }
.film-badge { position: absolute; left: 24px; bottom: 22px; display: flex; flex-direction: column; text-align: left; color: #fff; font-family: var(--cond); font-weight: 700; font-size: 30px; text-transform: uppercase; line-height: 1; }
.film-badge .kick { margin-bottom: 6px; }
.film-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 84px; height: 84px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 18px 44px rgba(0, 0, 0, .35); }
.film iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.info-list > div { padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.info-list dt { font-family: var(--cond); font-weight: 600; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.info-list dd { margin: 0; font-size: 16px; }
.contact-photo { aspect-ratio: 16 / 11; overflow: hidden; margin-top: 28px; background: var(--bg-alt); }
.map-embed { aspect-ratio: 16 / 9; overflow: hidden; margin-top: 28px; background: var(--bg-alt); }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-open { position: absolute; right: 0; bottom: 0; background: var(--navy); color: #f2f2f3; padding: 8px 14px; font-family: var(--cond); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; }
.form-panel { background: #fff; padding: 36px 34px; }
.form-panel .h-display { font-size: 38px; margin-bottom: 24px; }
.form { display: flex; flex-direction: column; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: flex; flex-direction: column; gap: 6px; }
.form label > span { font-family: var(--cond); font-weight: 600; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.form input, .form select, .form textarea { width: 100%; height: 48px; padding: 0 14px; background: var(--bg-alt); border: 1px solid rgba(29, 31, 32, .18); border-radius: 4px; font-size: 16px; }
.form textarea { height: auto; padding: 12px 14px; resize: vertical; }

/* Country select (shared, progressive: native <select> until JS enhances it) */
.bp-registered { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; padding: 14px 18px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--blue); }
.bp-registered > span { font-family: var(--cond); font-weight: 600; font-size: 17px; letter-spacing: .04em; text-transform: uppercase; color: var(--steel, #1d2d3d); }
.cs-field { display: flex; flex-direction: column; gap: 6px; }
.cs-caption { font-family: var(--cond); font-weight: 600; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.cs { position: relative; }
.cs.is-enhanced .cs-native { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form .cs-native[multiple] { height: 120px; padding: 6px; }
.cs-box { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; min-height: 48px; padding: 5px 40px 5px 8px; background: var(--bg-alt); border: 1px solid rgba(29, 31, 32, .18); border-radius: 4px; cursor: text; }
.cs.is-open .cs-box, .cs-box:focus-within { border-color: var(--blue); background: #fff; }
.cs-box::after { content: ""; position: absolute; right: 16px; top: 21px; width: 8px; height: 8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); pointer-events: none; }
.cs-chip { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 6px 0 10px; background: var(--blue); color: #fff; border-radius: 3px; font-size: 14px; font-weight: 500; }
.cs-chip button { width: 20px; height: 20px; border: none; border-radius: 50%; background: rgba(255, 255, 255, .22); color: #fff; font-size: 14px; line-height: 1; cursor: pointer; display: grid; place-items: center; }
.cs-chip button:hover { background: rgba(255, 255, 255, .4); }
.cs-input { flex: 1 1 120px; min-width: 120px; height: 34px !important; padding: 0 6px !important; border: none !important; background: transparent !important; font-size: 16px; outline: none; }
.cs-list { position: absolute; left: 0; right: 0; top: calc(100% + 4px); z-index: 50; max-height: 280px; overflow: auto; margin: 0; padding: 6px 0; list-style: none; background: #fff; border: 1px solid rgba(29, 31, 32, .18); border-radius: 4px; box-shadow: 0 18px 40px rgba(29, 45, 61, .18); }
.cs-list[hidden] { display: none; }
.cs-opt { display: flex; align-items: center; gap: 10px; padding: 9px 14px; font-size: 15px; cursor: pointer; }
.cs-opt:hover, .cs-opt.is-active { background: rgba(11, 108, 176, .08); }
.cs-opt::before { content: ""; width: 16px; height: 16px; border: 1.5px solid rgba(29, 31, 32, .35); border-radius: 3px; flex: none; }
.cs-opt.is-on::before { background: var(--blue); border-color: var(--blue); box-shadow: inset 0 0 0 3px #fff; }
.cs-empty { padding: 10px 14px; font-size: 14px; color: var(--muted); }
.cs-err { display: none; margin-top: 4px; font-size: 13px; color: var(--red); }
.cs.is-invalid .cs-err { display: block; }
.cs.is-invalid .cs-box { border-color: var(--red); }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--blue); background: #fff; }
.seg { border: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.seg legend { padding: 0; margin-bottom: 8px; width: 100%; }
.seg-opt { display: inline-flex !important; flex-direction: row !important; }
.seg-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.seg-opt span { display: inline-flex; align-items: center; height: 44px; padding: 0 18px; background: var(--bg); color: var(--muted-2); font-family: var(--cond) !important; font-weight: 600 !important; font-size: 14px !important; letter-spacing: .09em !important; text-transform: uppercase; cursor: pointer; border: 1px solid transparent; }
.seg-opt input:checked + span { background: var(--blue); color: #f2f2f3; }
.seg-opt input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { background: rgba(211, 26, 43, .08); border: 1px solid rgba(211, 26, 43, .4); color: var(--red); padding: 12px 14px; border-radius: 4px; margin-bottom: 16px; font-size: 15px; }
.form-sent { text-align: center; padding: 40px 10px; }
.form-sent .h-display { font-size: 40px; margin-bottom: 12px; }
.form-sent p { color: var(--ink-2); margin-bottom: 24px; }
.cf-turnstile { min-height: 65px; }

/* prose (privacy) */
.prose { max-width: 800px; }
.prose h2 { font-family: var(--cond); font-weight: 700; font-size: 28px; text-transform: uppercase; margin: 36px 0 12px; }
.prose p { font-size: 16.5px; color: var(--ink-2); }

/* admin */
.adm { min-height: 100vh; background: var(--bg); }
.adm-hdr { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 12px 24px; background: #fff; border-bottom: 1px solid var(--line); }
.adm-brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-family: var(--cond); font-weight: 700; font-size: 20px; text-transform: uppercase; text-decoration: none !important; }
.adm-brand img { height: 40px; width: auto; }
.adm-nav { display: flex; gap: 16px; align-items: center; font-family: var(--cond); font-weight: 600; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.adm-main { padding: 28px 24px; max-width: 1400px; margin: 0 auto; }
.adm-card { max-width: 420px; margin: 80px auto; background: #fff; border: 1px solid var(--line); padding: 32px; }
.adm-card h1, .adm-toolbar h1 { font-family: var(--cond); font-weight: 700; font-size: 30px; text-transform: uppercase; margin-bottom: 18px; }
.adm-toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 18px; }
.adm-filter { display: flex; gap: 12px; align-items: center; }
.adm-filter select { height: 40px; padding: 0 10px; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.adm-check { display: flex; gap: 6px; align-items: center; font-size: 14px; }
.adm-search { height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 4px; min-width: 260px; font-size: 14px; }
.adm-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); font-size: 14.5px; }
.adm-table th, .adm-table td { padding: 10px 12px; border-bottom: 1px solid var(--line-soft); text-align: left; vertical-align: top; }
.adm-table th { font-family: var(--cond); font-weight: 600; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); background: var(--bg); }
.adm-table tr.is-unread td { font-weight: 600; background: rgba(11, 108, 176, .05); }
.adm-pager { display: flex; gap: 6px; margin-top: 16px; }
.adm-pager a { padding: 6px 12px; border: 1px solid var(--line); border-radius: 3px; }
.adm-pager a.is-active { background: var(--blue); color: #fff; }
.adm-dl { display: grid; grid-template-columns: 180px 1fr; gap: 8px 16px; background: #fff; border: 1px solid var(--line); padding: 20px; font-size: 15px; }
.adm-dl dt { font-family: var(--cond); font-weight: 600; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.adm-dl dd { margin: 0; }
.adm-main h2 { font-family: var(--cond); font-weight: 700; font-size: 22px; text-transform: uppercase; margin: 24px 0 10px; }
.adm-msg { background: #fff; border: 1px solid var(--line); padding: 20px; white-space: pre-wrap; font-family: var(--sans); font-size: 15px; line-height: 1.6; }
.adm-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.adm-kpi { background: #fff; border: 1px solid var(--line); padding: 16px 18px; }
.adm-kpi span { display: block; font-family: var(--cond); font-weight: 600; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.adm-kpi strong { display: block; font-family: var(--cond); font-weight: 700; font-size: 34px; line-height: 1.1; margin-top: 4px; }
.adm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.adm-grid h2 { margin-top: 0; }
.adm-table td.num, .adm-table th.num { text-align: right; font-variant-numeric: tabular-nums; }
.adm-table tr.is-bot td { color: var(--muted); }
.adm-kpi small { display: block; margin-top: 4px; font-size: 12px; color: var(--muted); }
.adm-kind { display: inline-block; padding: 2px 8px; border-radius: 3px; font-family: var(--cond); font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; background: #e9edf1; color: var(--muted-2); }
.adm-kind-human { background: rgba(37, 211, 102, .18); color: #1a7f40; }
.adm-kind-datacenter { background: rgba(232, 149, 43, .18); color: #9c5c0f; }
.adm-kind-bot-ua { background: rgba(211, 26, 43, .12); color: #9a0f1c; }
.adm-today { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; padding: 10px 16px; margin-bottom: 20px; background: #1d2d3d; color: #f2f2f3; font-size: 14px; }
.adm-today b { font-family: var(--cond); letter-spacing: .12em; text-transform: uppercase; }
.adm-today a { color: #fff; text-decoration: underline; }
.adm-funnel { display: flex; align-items: stretch; gap: 10px; margin: 0 0 20px; }
.adm-funnel > div { flex: 1; background: #fff; border: 1px solid var(--line); padding: 12px 16px; }
.adm-funnel > div.arrow { flex: 0 0 auto; border: none; background: none; display: flex; align-items: center; font-size: 22px; color: var(--muted); padding: 0; }
.adm-funnel span { display: block; font-family: var(--cond); font-weight: 600; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.adm-funnel strong { display: block; font-family: var(--cond); font-weight: 700; font-size: 28px; line-height: 1.1; }
.adm-funnel small { color: var(--muted); font-size: 12px; }
.adm-table-wrap { overflow-x: auto; }
@media (max-width: 900px) { .adm-funnel { flex-direction: column; } .adm-funnel > div.arrow { transform: rotate(90deg); justify-content: center; } .adm-nav { flex-wrap: wrap; gap: 10px; } .adm-hdr { flex-wrap: wrap; } .adm-main { padding: 16px 12px; } .adm-table { display: block; overflow-x: auto; } }
.adm-block { margin-bottom: 30px; }
.adm-block h2 { margin: 0 0 12px; }
.adm-block h3 { font-family: var(--cond); font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px; }
.adm-grid-3 { grid-template-columns: repeat(3, 1fr); }
.adm-mini td { padding: 7px 10px; font-size: 13.5px; }
.adm-kpi { position: relative; overflow: hidden; }
.adm-kpi .spark { position: absolute; right: 12px; bottom: 10px; width: 120px; height: 32px; color: var(--blue); opacity: .9; }
.adm-delta { display: block; margin-top: 4px; font-size: 12px; font-weight: 600; }
.adm-delta.up { color: #1a7f40; } .adm-delta.down { color: #9a0f1c; } .adm-delta.flat { color: var(--muted); }
.adm-note { background: #fff; border: 1px dashed var(--line); padding: 14px 16px; font-size: 14px; color: var(--muted-2); }
.adm-health { list-style: none; padding: 0; margin: 0; display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; }
.adm-health span { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; background: var(--muted); }
.adm-health span.ok { background: #25d366; } .adm-health span.warn { background: var(--orange); }
@media (max-width: 900px) { .adm-grid-3 { grid-template-columns: 1fr; } .adm-health { flex-direction: column; gap: 8px; } }
@media (max-width: 900px) { .adm-kpis { grid-template-columns: repeat(2, 1fr); } .adm-grid { grid-template-columns: 1fr; } }

/* forced-desktop escape hatch: big enough to tap on a phone rendering the 1280px layout */

/* animations */
@keyframes tgcRise { from { opacity: 0; transform: translateY(115%); } to { opacity: 1; transform: translateY(0); } }
@keyframes tgcFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tgcPulse { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes tgcCard { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Cookie consent bar (non-blocking; page stays usable) */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 8000; display: flex; align-items: center; gap: 18px; padding: 14px 18px; background: #1d2d3d; color: #f2f2f3; box-shadow: 0 18px 40px rgba(0, 0, 0, .35); border-left: 4px solid var(--orange); }
.consent[hidden] { display: none; }
.consent-text { flex: 1 1 auto; font-size: 14px; line-height: 1.45; }
.consent-text strong { font-family: var(--cond); font-weight: 700; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; margin-right: 8px; }
.consent-text a { color: #fff; text-decoration: underline; }
.consent-btns { display: flex; gap: 8px; flex: none; }
.consent-btns .btn { height: 40px; padding: 0 16px; font-size: 13.5px; }
.consent-btns .btn-ghost-light { background: transparent; color: #f2f2f3; border-color: rgba(242, 242, 243, .5); }
.consent-btns .btn-ghost-light:hover { color: #fff; border-color: #fff; }
.privacy-consent { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
@media (max-width: 700px) {
  .consent { left: 10px; right: 10px; bottom: 10px; flex-direction: column; align-items: stretch; padding: 14px; }
  .consent-btns .btn { flex: 1 1 auto; justify-content: center; }
}

/* Automechanika welcome modal */
html.modal-open { overflow: hidden; }
.amf-veil { position: fixed; inset: 0; z-index: 9000; background: rgba(13, 22, 33, .62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: grid; place-items: center; padding: 24px; animation: tgcVeil .4s ease both; }
.amf-veil[hidden] { display: none; }
@keyframes tgcVeil { from { opacity: 0; } to { opacity: 1; } }
.amf-modal { position: relative; width: min(980px, 100%); max-height: calc(100vh - 48px); display: grid; grid-template-columns: 5fr 6fr; background: #fff; box-shadow: 0 40px 100px rgba(0, 0, 0, .45); overflow: hidden; animation: tgcCard .6s var(--ease) both; }
.amf-modal::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; z-index: 2; background: linear-gradient(180deg, var(--blue) 0 33.3%, var(--orange) 33.3% 66.6%, var(--red) 66.6% 100%); }
.amf-kv { position: relative; min-height: 520px; color: #fff; background: #0f1e3c url(/img/fair/amf26-kv-portrait.webp) center / cover no-repeat; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 26px 24px 32px; }
.amf-kv::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 14, 30, .55) 0%, rgba(8, 14, 30, 0) 35%, rgba(8, 14, 30, 0) 55%, rgba(8, 14, 30, .85) 100%); }
.amf-kv > * { position: relative; z-index: 1; }
.amf-kv-logo { background: #fff; padding: 10px 14px; width: 190px; }
.amf-kv-logo img { display: block; width: 100%; height: auto; }
.amf-kv-date { font-family: var(--cond); font-weight: 700; text-transform: uppercase; line-height: .95; }
.amf-kv-date .big { display: block; font-size: 52px; letter-spacing: .01em; max-width: 8ch; }
.amf-kv-date .sub { display: block; font-size: 15px; letter-spacing: .18em; margin-top: 10px; opacity: .85; font-weight: 600; }
.amf-panel { position: relative; padding: 40px 44px 36px; display: flex; flex-direction: column; overflow: auto; }
.amf-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(29, 45, 61, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 45, 61, .05) 1px, transparent 1px); background-size: 48px 48px; }
.amf-panel > * { position: relative; }
.amf-close { position: absolute; top: 12px; right: 12px; z-index: 5; width: 46px; height: 46px; border: 2px solid #fff; border-radius: 50%; background: var(--red); color: #fff; cursor: pointer; display: grid; place-items: center; box-shadow: 0 6px 18px rgba(0, 0, 0, .35); transition: transform .15s ease, background .15s ease; }
.amf-close:hover { background: #b8141f; transform: scale(1.06); }
.amf-modal:focus { outline: none; }
.amf-tgc { width: 120px; height: auto; display: block; margin-bottom: 26px; }
.amf-title { font-family: var(--cond); font-weight: 700; font-size: 46px; line-height: .95; text-transform: uppercase; margin: 12px 0 18px; letter-spacing: .005em; }
.amf-lead { margin: 0 0 22px; font-size: 16px; line-height: 1.5; color: #3a444d; }
.amf-stand { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); margin: 0 0 20px; }
.amf-stand > div { padding: 14px 18px; }
.amf-stand > div + div { border-left: 1px solid var(--line); }
.amf-stand dt { font-family: var(--cond); font-weight: 600; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 0 0 4px; }
.amf-stand dd { margin: 0; font-family: var(--cond); font-weight: 700; font-size: 34px; line-height: 1; color: var(--steel, #1d2d3d); }
.amf-stand dd small { display: block; font-family: var(--body); font-weight: 500; font-size: 13px; color: var(--muted); margin-top: 6px; letter-spacing: .02em; }
.amf-btns { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.amf-btn-outline { background: #fff; color: #1d2d3d; border: 1px solid rgba(29, 45, 61, .35); }
.amf-btn-outline:hover { border-color: #1d2d3d; }
.amf-foot { display: flex; justify-content: flex-end; margin-top: 16px; font-size: 12.5px; }
.amf-foot a { color: var(--muted); }
@media (max-height: 700px) and (min-width: 701px) {
  .amf-kv { min-height: 440px; }
  .amf-panel { padding: 28px 36px 24px; }
  .amf-title { font-size: 40px; }
}

/* ── responsive ── */
@media (max-width: 1280px) {
  .group-grid, .all-groups { grid-template-columns: repeat(3, 1fr); }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .stock-grid { grid-template-columns: repeat(2, 1fr); }
  .region-strip { grid-template-columns: repeat(3, 1fr); }
  .hdr-nav a { padding: 0 10px; font-size: 15.5px; }
}
@media (max-width: 1120px) {
  .hdr-nav { display: none; }
  .menu-btn { display: inline-flex; }
  .routes-grid, .about-grid, .about-split, .contact-grid, .map-split { grid-template-columns: 1fr; }
  .route-cards { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .map-frame { height: 440px; }
}
@media (max-width: 700px) {
  .bp-registered { flex-direction: column; align-items: stretch; text-align: center; }
  .bp-registered .btn { justify-content: center; }
  .cs-list { max-height: 45vh; }
  .amf-veil { padding: 18px 14px; align-items: center; }
  .amf-modal { grid-template-columns: 1fr; width: 100%; max-height: calc(100vh - 36px); max-height: calc(100dvh - 36px); overflow: auto; box-shadow: 0 30px 70px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .12); }
  .amf-modal::before { width: 100%; height: 5px; bottom: auto; background: linear-gradient(90deg, var(--blue) 0 33.3%, var(--orange) 33.3% 66.6%, var(--red) 66.6% 100%); }
  .amf-kv { min-height: 0; height: 168px; background-image: url(/img/fair/amf26-kv-wide.webp); padding: 18px 16px 14px; flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .amf-kv-logo { width: 118px; padding: 7px 9px; align-self: flex-start; }
  .amf-kv-date .big { font-size: 26px; max-width: none; }
  .amf-kv-date .sub { font-size: 11px; margin-top: 4px; }
  .amf-panel { padding: 18px 18px 16px; overflow: visible; }
  .amf-close { top: 14px; right: 12px; width: 44px; height: 44px; }
  .amf-tgc { width: 84px; margin-bottom: 12px; }
  .fair-kick { font-size: 11px; }
  .amf-title { font-size: 30px; margin: 8px 0 10px; }
  .amf-lead { font-size: 14px; line-height: 1.45; margin-bottom: 14px; }
  .amf-stand { margin-bottom: 14px; }
  .amf-stand > div { padding: 10px 14px; }
  .amf-stand dd { font-size: 26px; }
  .amf-stand dd small { font-size: 12px; margin-top: 4px; }
  .amf-btns { gap: 8px; }
  .amf-btns .btn { flex: 1 1 auto; justify-content: center; height: 44px; padding: 0 12px; font-size: 14px; }
  .amf-foot { margin-top: 10px; font-size: 12px; }
  :root { --hdr-h: 68px; }
  .wrap { padding: 0 20px; }
  .sec { padding: 60px 0; }
  .hide-sm { display: none; }
  .show-sm { display: inline; }
  .hdr-logo img { height: 36px; }
  .hdr-actions { gap: 6px; }
  .hdr-actions .btn { height: 42px; padding: 0 12px; font-size: 13px; }
  .hdr-actions .btn-icon { width: 42px; }
  .lang > summary { height: 42px; padding: 0 9px; }
  .lang-code { display: none; }
  .edge-stripe { width: 5px; }
  .hero-ray, tgc-parts-ray, .sec-grid, .page-hero-grid { display: none; }
  .hero-in { padding-top: 44px; padding-bottom: 44px; }
  .hero-h1 { font-size: clamp(50px, 15vw, 84px); }
  .hl { animation: none; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); margin-top: 34px; }
  .hero-facts dt { font-size: 32px; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .group-grid, .all-groups, .stock-grid, .timeline, .region-strip, .steps, .form-grid, .facts-grid { grid-template-columns: 1fr; }
  .group-meta { font-size: 20px; }
  .big-stat > span:first-child { font-size: 64px; }
  .why { padding: 64px 0; }
  .why-tabs button { min-width: 50%; }
  .why-main, .why-side { padding: 28px 20px; border-right: none; }
  .closing { padding: 72px 0; }
  .ftr-grid { grid-template-columns: 1fr; gap: 28px; }
  .page-hero { padding: 64px 0 48px; }
  .form-panel { padding: 26px 20px; }
  .form-panel .h-display { font-size: 32px; }
  .fair-card { right: 10px; left: 10px; bottom: 10px; width: auto; padding: 14px 16px 14px; display: grid; grid-template-columns: 1fr auto; column-gap: 12px; align-items: center; }
  .fair-card .fair-kick { font-size: 11px; }
  .fair-card .fair-title { font-size: 19px; margin: 4px 0 6px; }
  .fair-card .fair-dl { font-size: 12.5px; gap: 1px 8px; margin-bottom: 0; }
  .fair-card .fair-dl dt { font-size: 10.5px; }
  .fair-card .btn-sm { grid-column: 2; grid-row: 1 / span 3; height: 42px; padding: 0 14px; font-size: 13px; }
  .fair-card .fair-close { top: 2px; right: 2px; }
  .film-badge { font-size: 22px; left: 16px; bottom: 14px; }
  .film-btn { width: 64px; height: 64px; }
  .play-dot, .pulse { animation: none; }
  .map-frame { height: 360px; }
  .sec-foot { flex-direction: column; align-items: flex-start; }
  .btn-row .btn-lg { height: 50px; padding: 0 20px; font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
