/* 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 ── */
.hero { position: relative; min-height: calc(100vh - var(--hdr-h)); min-height: calc(100svh - var(--hdr-h)); display: flex; align-items: center; overflow: hidden; background: #f4f4f5; background-image: linear-gradient(rgba(29, 45, 61, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 45, 61, .06) 1px, transparent 1px); background-size: 120px 120px; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-img { position: absolute; object-fit: cover; }
.hero-img-a { right: -6%; top: 0; width: 62%; height: 100%; mix-blend-mode: multiply; opacity: .92; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%); mask-image: linear-gradient(90deg, transparent 0%, #000 28%); }
.hero-img-b { display: none; }
.hero-in { position: relative; width: 100%; padding-top: 56px; padding-bottom: 56px; }
.hero-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.hero-tag { display: inline-flex; align-items: center; gap: 12px; font-family: var(--cond); font-weight: 600; font-size: 14px; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); }
.tri { display: inline-flex; gap: 3px; }
.tri i { width: 6px; height: 14px; 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 { font-family: var(--cond); font-weight: 700; text-transform: uppercase; font-size: clamp(56px, 10.5vw, 168px); line-height: .9; letter-spacing: -.02em; margin-bottom: 36px; }
.hero-line { display: block; overflow: hidden; }
.hero-line > span { display: block; animation: tgcRise .9s var(--ease) both; }
.hero-line:nth-child(2) > span { animation-delay: .1s; }
.hero-line:nth-child(3) > span { animation-delay: .2s; }
.hero-line-accent > span { color: var(--blue); }
.hero-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 46px; max-width: 900px; }
.hero-facts > div { background: rgba(242, 242, 243, .92); padding: 18px 20px; }
.hero-facts dt { font-family: var(--cond); font-weight: 700; font-size: 40px; line-height: 1; letter-spacing: -.01em; }
.hero-facts dd { margin: 6px 0 0; font-family: var(--cond); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }

/* ── sections ── */
.sec { padding: 96px 0; position: relative; }
.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 */
.why { background: var(--navy); color: #f2f2f3; }
.why .h-display { color: #f2f2f3; margin-bottom: 36px; }
.why-box { border: 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; }
.why-tabs button:last-child { border-right: none; }
.why-tabs button.is-active { background: var(--blue); color: #f2f2f3; }
.why-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 40px 36px; }
.why-panel .mono { color: rgba(242, 242, 243, .5); }
.why-title { font-family: var(--cond); font-weight: 700; font-size: 44px; text-transform: uppercase; line-height: 1; margin: 10px 0 14px; }
.why-body { font-size: 18px; color: rgba(242, 242, 243, .85); }
.why-stat { display: flex; align-items: baseline; gap: 14px; margin-top: 24px; }
.why-stat > span:first-child { font-family: var(--cond); font-weight: 700; font-size: 64px; line-height: 1; color: #4a9fd8; }
.why-stat .kick { margin: 0; }
.why-detail { font-size: 16px; color: rgba(242, 242, 243, .72); align-self: center; margin: 0; }

/* 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) */
.page-hero { background: var(--navy); color: #f2f2f3; padding: 96px 0 72px; position: relative; overflow: hidden; background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px); background-size: 120px 120px; }
.page-hero-short { padding: 72px 0 56px; }
.page-hero .h-display { color: #f2f2f3; font-size: clamp(40px, 6.4vw, 96px); max-width: 16ch; }
.page-hero .h-gradient { background: linear-gradient(180deg, #ffffff 0%, #cfe0ee 60%, #7fb0d6 130%); -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: var(--navy); 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 */
.page-hero-about { background: linear-gradient(120deg, #1d2d3d 0%, #142230 60%, #0b6cb0 200%); }
.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: 4 / 5; overflow: hidden; background: var(--bg-alt); }
.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; }
.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-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; }

/* 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); } }

/* ── 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; }
  .why-panel { grid-template-columns: 1fr; padding: 28px 22px; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .map-frame { height: 440px; }
}
@media (max-width: 700px) {
  :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 { min-height: auto; }
  .hero-img-a { display: none; }
  .hero-img-b { display: block; right: -18%; bottom: -8%; width: 90%; height: 60%; mix-blend-mode: multiply; opacity: .35; }
  .hero-in { padding-top: 44px; padding-bottom: 44px; }
  .hero-h1 { font-size: clamp(50px, 17vw, 84px); }
  .hero-line > span { 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-tabs button { min-width: 50%; }
  .why-title { font-size: 34px; }
  .why-stat > span:first-child { font-size: 48px; }
  .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: 12px; left: 12px; bottom: 12px; width: auto; }
  .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; }
}
