/* ==========================================================================
   Sports Mania — new.sportsmania.me
   Dark cinematic base · brand red · country-adaptive accent (--accent is set
   on <html> per country) · Barlow Condensed display + Manrope body.
   ========================================================================== */
:root {
  --red: #e11b23; --coral: #e88371; --cream: #FDF3F1; --maroon: #6f0d11;
  --accent: var(--red); --accent-2: #0f7b3d;
  --bg: #0b0b0d; --bg-2: #121216; --bg-3: #1a1a20; --line: rgba(255,255,255,.09); --line-2: rgba(255,255,255,.16);
  --fg: #f4f1ee; --fg-2: #c9c3c0; --muted: #8f8a88;
  --lbg: #f7f3f1; --lbg-2: #ffffff; --lfg: #15151a; --lfg-2: #46434a; --lmuted: #77727a; --lline: rgba(20,16,20,.1);
  --display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  --body: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --r: 14px; --r-lg: 22px; --wrap: 1240px; --gutter: clamp(18px, 4vw, 40px);
  --ease: cubic-bezier(.2,.7,.2,1); --ease-out: cubic-bezier(.16,1,.3,1);
  --shadow: 0 30px 60px -30px rgba(0,0,0,.6);
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
body { margin: 0; font-family: var(--body); font-size: 16px; line-height: 1.6; color: var(--fg); background: var(--bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, svg, video, iframe { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
input, select, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 999; background: var(--accent); color: #fff; padding: 8px 14px; border-radius: 8px; }
.skip:focus { left: 8px; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.wrap.narrow { max-width: 820px; }
.ic { display: inline-flex; width: 1.15em; height: 1.15em; vertical-align: -.2em; flex: none; }
.ic svg { width: 100%; height: 100%; }
.only-mobile { display: none !important; }
.mt { margin-top: 32px; }

/* ---------- type ---------- */
.display { font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase; letter-spacing: -.01em; line-height: .92; }
.h2, .h3, .h4 { font-family: var(--display); font-weight: 700; text-transform: uppercase; line-height: 1; letter-spacing: .005em; }
.h2 { font-size: clamp(34px, 4.6vw, 58px); }
.h3 { font-size: clamp(26px, 3vw, 38px); }
.h4 { font-size: clamp(22px, 2.4vw, 28px); }
.eyebrow { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .18em; font-size: 13px; color: var(--accent); display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--accent); }
.lead { font-size: clamp(16px, 1.4vw, 19px); color: var(--fg-2); max-width: 62ch; }
.para { color: var(--fg-2); margin-bottom: 1em; }
.para--lg { font-size: 18px; }
.section--light .lead, .section--light .para { color: var(--lfg-2); }

/* ---------- buttons ---------- */
.btn { --bbg: var(--bg-3); --bfg: var(--fg); display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; line-height: 1; background: var(--bbg); color: var(--bfg); border: 1.5px solid transparent; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s; white-space: nowrap; position: relative; overflow: hidden; isolation: isolate; }
.btn .ic { transition: transform .3s var(--ease-out); }
.btn:hover .ic { transform: translateX(4px); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn--primary { --bbg: var(--accent); --bfg: #fff; box-shadow: 0 10px 30px -12px var(--accent); }
.btn--primary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%); transform: translateX(-120%); transition: transform .6s var(--ease); z-index: -1; }
.btn--primary:hover::after { transform: translateX(120%); }
.btn--ghost { --bbg: transparent; --bfg: var(--fg); border-color: var(--line-2); backdrop-filter: blur(6px); }
.btn--ghost:hover { border-color: var(--fg); }
.btn--ghost.btn--dark, .section--light .btn--ghost { --bfg: var(--lfg); border-color: rgba(20,16,20,.25); }
.section--light .btn--ghost:hover { border-color: var(--lfg); }
.btn--lg { padding: 17px 30px; font-size: 16px; }
.btn--sm { padding: 10px 16px; font-size: 14px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--accent); font-size: 15px; }
.link-arrow .ic { transition: transform .3s var(--ease-out); }
.link-arrow:hover .ic { transform: translateX(5px); }
.iconbtn { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--fg); transition: background .2s; }
.iconbtn:hover { background: rgba(255,255,255,.08); }
.chip { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; background: rgba(255,255,255,.08); color: var(--fg-2); }
.chip--accent { background: var(--accent); color: #fff; }
.chip--muted { opacity: .7; }
.section--light .chip { background: rgba(20,16,20,.07); color: var(--lfg-2); }
.section--light .chip--accent { background: var(--accent); color: #fff; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(11,11,13,.72); backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px); border-bottom: 1px solid var(--line); }
.topbar { border-bottom: 1px solid var(--line); font-size: 13px; transition: max-height .35s var(--ease), opacity .3s; max-height: 44px; overflow: hidden; }
.is-scrolled .topbar { max-height: 0; opacity: 0; border-color: transparent; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 44px; }
.flags { display: flex; align-items: center; gap: 10px; min-width: 0; }
.flags__label { color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 11px; white-space: nowrap; }
.flags ul { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.flags ul::-webkit-scrollbar { display: none; }
.flag { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 8px; color: var(--fg-2); font-weight: 700; font-size: 11.5px; letter-spacing: .06em; transition: background .2s, color .2s, transform .2s var(--ease-out); position: relative; }
.flag img { width: 22px; height: 16px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.15); transition: transform .25s var(--ease-out); }
.flag:hover { background: rgba(255,255,255,.08); color: #fff; }
.flag:hover img { transform: scale(1.18) rotate(-4deg); }
.flag.is-active { background: var(--accent); color: #fff; }
.flag.is-active img { box-shadow: 0 0 0 1px rgba(255,255,255,.5); }
.topbar__right { display: flex; align-items: center; gap: 14px; white-space: nowrap; }
.topbar__search { display: inline-flex; align-items: center; gap: 8px; color: var(--fg-2); font-weight: 600; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line-2); transition: color .2s, border-color .2s; }
.topbar__search:hover { color: #fff; border-color: #fff; }
.topbar__mail { display: inline-flex; align-items: center; gap: 6px; color: var(--fg-2); font-weight: 600; }
.topbar__mail:hover { color: #fff; }
.socials { display: flex; gap: 4px; }
.socials a { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--fg-2); transition: background .2s, color .2s, transform .2s; }
.socials a:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.socials--hero a { width: 44px; height: 44px; border: 1px solid var(--line-2); backdrop-filter: blur(6px); }
.navbar__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 108px; height: auto; transition: transform .3s var(--ease-out); }
.brand:hover img { transform: scale(1.04); }
.brand__country { font-family: var(--display); font-weight: 800; font-style: italic; font-size: 20px; padding: 2px 8px; border-left: 2px solid var(--accent); color: var(--accent); letter-spacing: .04em; }
.mainnav > ul { display: flex; gap: 4px; }
.mainnav > ul > li { position: relative; }
.mainnav > ul > li > a { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 10px; font-weight: 700; font-size: 15px; color: var(--fg-2); transition: color .2s, background .2s; }
.mainnav > ul > li > a:hover, .mainnav > ul > li > a.is-active { color: #fff; }
.mainnav > ul > li > a.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--accent); border-radius: 2px; }
.caret { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .6; }
.sub { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px); min-width: 300px; padding-top: 12px; opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s var(--ease-out), visibility .25s; }
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.sub ul { background: var(--bg-2); border: 1px solid var(--line-2); border-radius: var(--r); padding: 8px; box-shadow: var(--shadow); }
.sub a { display: flex; gap: 12px; align-items: center; padding: 10px 12px; border-radius: 10px; color: var(--fg-2); transition: background .2s, color .2s; }
.sub a .ic { width: 22px; height: 22px; color: var(--accent); }
.sub a b { display: block; color: #fff; font-size: 14px; }
.sub a small { display: block; color: var(--muted); font-size: 12px; }
.sub a:hover, .sub a.is-active { background: rgba(255,255,255,.06); color: #fff; }
.navbar__actions { display: flex; align-items: center; gap: 8px; }
.burger { display: none; }
.mobile-menu { position: fixed; inset: 0; z-index: 70; background: var(--bg); padding: 18px var(--gutter) 40px; overflow-y: auto; clip-path: inset(0 0 0 100%); transition: clip-path .4s var(--ease-out), visibility .4s; display: flex; flex-direction: column; gap: 22px; }
.mobile-menu:not([hidden]) { clip-path: inset(0); visibility: visible; }
.mobile-menu[hidden] { display: flex; visibility: hidden; }
.mobile-menu__head { display: flex; justify-content: space-between; align-items: center; }
.mobile-menu__head img { width: 90px; }
.mobile-menu__list > li > a { display: block; font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 34px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.mobile-menu__list > li > a.is-active { color: var(--accent); }
.mobile-menu__list ul { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 10px 0 14px; }
.mobile-menu__list ul a { color: var(--fg-2); font-weight: 600; }
.mobile-menu__countries p { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.mobile-menu__countries ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mobile-menu__countries a { display: flex; gap: 10px; align-items: center; padding: 10px 12px; border: 1px solid var(--line-2); border-radius: 10px; font-weight: 700; }
.mobile-menu__countries a.is-active { border-color: var(--accent); color: var(--accent); }
.mobile-menu__countries img { border-radius: 3px; }
body.menu-open { overflow: hidden; }

/* ---------- hero (home) ---------- */
.hero { position: relative; min-height: min(100svh, 980px); display: flex; align-items: flex-end; padding: 140px 0 90px; overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__poster, .hero__video, .hero__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__video iframe { width: 177.78vh; height: 56.25vw; min-width: 100%; min-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 0; pointer-events: none; opacity: 0; transition: opacity 1.2s; }
.hero__video.is-ready iframe { opacity: 1; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,13,.55) 0%, rgba(11,11,13,.25) 40%, rgba(11,11,13,.92) 100%), radial-gradient(60% 50% at 20% 60%, color-mix(in oklab, var(--accent) 45%, transparent) 0%, transparent 70%); }
.hero__grid { position: absolute; inset: 0; 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: 80px 80px; mask-image: radial-gradient(70% 60% at 50% 40%, #000 20%, transparent 100%); opacity: .5; }
.hero__canvas { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; pointer-events: none; }
.hero__in { position: relative; }
.hero__eyebrow { margin-bottom: 18px; color: #fff; background: color-mix(in oklab, var(--accent) 85%, #000); padding: 6px 12px 6px 10px; border-radius: 6px; font-size: 12px; }
.hero__eyebrow::before { background: #fff; width: 18px; }
.hero__title { font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase; line-height: .86; letter-spacing: -.015em; font-size: clamp(64px, 12.5vw, 176px); display: flex; flex-direction: column; }
.hero__line { display: block; overflow: hidden; }
.hero__line > span { display: block; transform: translateY(110%); transition: transform 1s var(--ease-out); transition-delay: calc(var(--i) * .1s); }
.js .hero__line.is-in > span, .no-js .hero__line > span { transform: none; }
.hero__line--accent > span { color: var(--accent); -webkit-text-stroke: 0; }
.hero__sub { margin-top: 26px; max-width: 58ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__flags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.hero__flags a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px 8px 8px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid var(--line-2); font-family: var(--display); font-weight: 700; letter-spacing: .08em; font-size: 14px; transition: background .25s, transform .25s var(--ease-out), border-color .25s; backdrop-filter: blur(6px); }
.hero__flags img { border-radius: 4px; width: 26px; height: 19px; object-fit: cover; }
.hero__flags a:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-3px); }
.hero__scroll { position: absolute; right: var(--gutter); bottom: 34px; width: 28px; height: 46px; border: 2px solid var(--line-2); border-radius: 20px; display: none; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; background: #fff; border-radius: 4px; animation: scrollhint 1.8s infinite; }
@keyframes scrollhint { 0% { transform: translateY(0); opacity: 1 } 70% { transform: translateY(16px); opacity: 0 } 100% { opacity: 0 } }
@media (min-width: 900px) { .hero__scroll { display: block; } }

/* reveal */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: calc(var(--i, 0) * 90ms); }
.js .reveal.is-in, .js.reveal-all .reveal { opacity: 1; transform: none; }

/* ticker */
.ticker { border-block: 1px solid var(--line); background: var(--accent); color: #fff; overflow: hidden; padding: 12px 0; transform: rotate(-1.2deg) scale(1.02); margin: -12px 0 10px; position: relative; z-index: 2; }
.ticker__track { display: flex; width: max-content; animation: ticker 40s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 18px; display: inline-flex; align-items: center; gap: 22px; padding-right: 22px; white-space: nowrap; }
.ticker__dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; opacity: .7; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section--dark { background: var(--bg); color: var(--fg); }
.section--dark + .section--dark { padding-top: 0; }
.section--light { background: var(--lbg); color: var(--lfg); color-scheme: light; }
.section--light .h2, .section--light .h3, .section--light .h4 { color: var(--lfg); }
.shead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(30px, 4vw, 52px); }
.shead .lead { margin-top: 12px; }
.shead .h2 { margin-top: 10px; }
.shead--center { flex-direction: column; align-items: center; text-align: center; }
.shead--center .lead { margin-inline: auto; }
.shead .link-arrow { flex: none; }
.empty { padding: 34px; border: 1px dashed rgba(20,16,20,.2); border-radius: var(--r); color: var(--lfg-2); text-align: center; }
.empty .ic { width: 36px; height: 36px; color: var(--accent); margin: 0 auto 10px; }
.empty a { color: var(--accent); font-weight: 700; }
.empty--dark { border-color: var(--line-2); color: var(--fg-2); }
.section--dark .empty { border-color: var(--line-2); color: var(--fg-2); }

/* country grid */
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.country-grid--small { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.country-card { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; isolation: isolate; color: #fff; transform-style: preserve-3d; transition: transform .5s var(--ease-out), box-shadow .5s; box-shadow: 0 20px 40px -30px rgba(0,0,0,.8); }
.country-grid--small .country-card { aspect-ratio: 4/3; }
.country-card__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1s var(--ease-out), filter .6s; filter: saturate(.85); }
.country-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.05) 35%, rgba(0,0,0,.85) 100%), linear-gradient(135deg, color-mix(in oklab, var(--c-accent) 55%, transparent) 0%, transparent 60%); transition: opacity .5s; }
.country-card:hover { box-shadow: 0 40px 70px -30px color-mix(in oklab, var(--c-accent) 60%, transparent); }
.country-card:hover .country-card__bg { transform: scale(1.08); filter: saturate(1.1); }
.country-card__top { display: flex; align-items: center; justify-content: space-between; }
.country-card__flag { width: 38px; height: 28px; border-radius: 5px; object-fit: cover; box-shadow: 0 4px 12px rgba(0,0,0,.4); }
.country-card__code { font-family: var(--display); font-weight: 800; font-style: italic; font-size: 26px; letter-spacing: .04em; opacity: .9; }
.country-card__lockup { width: 170px; height: auto; margin-bottom: 12px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.5)); }
.country-card__body p { color: rgba(255,255,255,.85); font-size: 15px; margin-bottom: 12px; }
.country-card .link-arrow { color: #fff; }

/* services */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; background: var(--lbg-2); border: 1px solid var(--lline); border-radius: var(--r-lg); padding: 30px 26px 26px; display: flex; flex-direction: column; gap: 12px; color: var(--lfg); transition: transform .4s var(--ease-out), box-shadow .4s, border-color .4s; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--accent), var(--coral)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease-out); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -30px rgba(20,16,20,.35); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-card__num { position: absolute; right: 22px; top: 18px; font-family: var(--display); font-weight: 800; font-style: italic; font-size: 44px; color: rgba(20,16,20,.06); }
.service-card img { width: 64px; height: 64px; object-fit: contain; }
.service-card h3 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 24px; line-height: 1; }
.service-card p { color: var(--lfg-2); font-size: 15px; flex: 1; }
.service-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; }
.service-strip a { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; padding: 22px 12px; border: 1px solid var(--line); border-radius: var(--r); font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 16px; line-height: 1.05; transition: border-color .3s, transform .3s var(--ease-out), background .3s; }
.service-strip a:hover { border-color: var(--accent); transform: translateY(-4px); background: rgba(255,255,255,.03); }
.service-strip img { width: 44px; height: 44px; filter: brightness(0) invert(1); opacity: .9; }

/* stats */
.stats-band { background: var(--accent); color: #fff; padding: 40px 0; position: relative; overflow: hidden; }
.stats-band::before { content: ""; position: absolute; inset: -40% -10%; background: repeating-linear-gradient(115deg, transparent 0 40px, rgba(255,255,255,.06) 40px 42px); pointer-events: none; }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; text-align: center; position: relative; }
.stats__val { display: block; font-family: var(--display); font-weight: 800; font-style: italic; font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.stats__label { display: block; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; opacity: .9; margin-top: 4px; }
.stats--inline { grid-template-columns: repeat(3, 1fr); text-align: left; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--lline); }
.stats--inline .stats__val { color: var(--accent); font-size: clamp(30px, 3.6vw, 44px); }
.stats--inline .stats__label { color: var(--lmuted); }

/* presence */
.presence__in { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.presence__pins { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.presence__pins a { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px 7px 8px; border: 1px solid var(--line-2); border-radius: 999px; font-weight: 700; font-size: 14px; transition: border-color .25s, background .25s; }
.presence__pins a:hover { border-color: var(--accent); background: rgba(255,255,255,.04); }
.presence__pins img { border-radius: 3px; }
.device { padding: 14px; border-radius: 26px; background: linear-gradient(145deg, #2a2a30, #0e0e11); box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.08); transform: perspective(1200px) rotateY(-8deg) rotateX(3deg); transition: transform 1s var(--ease-out); }
.device:hover { transform: perspective(1200px) rotateY(0) rotateX(0); }
.device img { border-radius: 14px; }

/* latest */
.latest { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(30px, 5vw, 60px); align-items: start; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-grid--home { grid-template-columns: repeat(2, 1fr); }
.post-card { background: var(--lbg-2); border: 1px solid var(--lline); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; color: var(--lfg); transition: transform .4s var(--ease-out), box-shadow .4s; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 30px 50px -30px rgba(20,16,20,.4); }
.post-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: #ddd; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.post-card:hover .post-card__media img { transform: scale(1.06); }
.post-card__ph { height: 100%; display: grid; place-items: center; color: var(--accent); background: linear-gradient(135deg, #f0e9e6, #fff); }
.post-card__ph .ic { width: 50px; height: 50px; }
.post-card__body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 10px; }
.post-card h3 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 24px; line-height: 1; }
.post-card h3 a:hover { color: var(--accent); }
.post-card p { color: var(--lfg-2); font-size: 15px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.3fr 1fr; margin-bottom: 20px; }
.post-card--featured .post-card__media { aspect-ratio: auto; min-height: 340px; }
.post-card--featured h3 { font-size: clamp(30px, 4vw, 48px); }
.post-card--featured .post-card__body { padding: 34px; justify-content: center; }
.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; font-size: 13px; color: var(--lmuted); font-weight: 600; }
.meta--light { color: rgba(255,255,255,.75); }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags a, .tags span { display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; font-weight: 700; color: var(--accent); padding: 3px 8px; border-radius: 6px; background: color-mix(in oklab, var(--accent) 10%, transparent); }
.event-list { display: flex; flex-direction: column; gap: 12px; }
.event-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.event-card { display: grid; grid-template-columns: 74px 1fr; gap: 0 18px; background: var(--lbg-2); border: 1px solid var(--lline); border-radius: var(--r-lg); padding: 20px; color: var(--lfg); position: relative; overflow: hidden; transition: transform .4s var(--ease-out), box-shadow .4s; }
.event-card:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -30px rgba(20,16,20,.4); }
.event-card__media { grid-column: 1 / -1; margin: -20px -20px 16px; aspect-ratio: 16/9; overflow: hidden; }
.event-card__media img { width: 100%; height: 100%; object-fit: cover; }
.event-card__date { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--accent); color: #fff; border-radius: 12px; padding: 10px 6px; align-self: start; font-family: var(--display); line-height: 1; }
.event-card__date b { font-size: 30px; font-weight: 800; }
.event-card__date span { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.event-card__body { display: flex; flex-direction: column; gap: 8px; }
.event-card h3 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 22px; line-height: 1; }
.event-card h3 a:hover { color: var(--accent); }
.event-card__where { font-size: 13.5px; color: var(--lmuted); display: flex; flex-wrap: wrap; align-items: center; gap: 4px 6px; }
.event-card__where .ic { color: var(--accent); }
.event-card p { color: var(--lfg-2); font-size: 15px; }
.event-card .btn, .event-card .link-arrow { align-self: flex-start; margin-top: 4px; }
.event-card.is-past .event-card__date { background: #55505a; }
.event-card--compact { padding: 16px; }
.event-card--compact h3 { font-size: 20px; }
.section--dark .event-card, .section--dark .post-card { background: var(--bg-2); border-color: var(--line); color: var(--fg); }
.section--dark .event-card p, .section--dark .post-card p { color: var(--fg-2); }
.section--dark .event-card__where, .section--dark .meta { color: var(--muted); }
.section--dark .post-card__ph { background: linear-gradient(135deg, #1a1a20, #26262d); }

/* showcase & partners */
.showcase__wall { margin-top: 10px; overflow: hidden; border-block: 1px solid var(--line); background: #fff; }
.showcase__wall img { width: min(1400px, 100%); margin: 0 auto; }
.logo-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-marquee__track { display: flex; align-items: center; gap: 56px; width: max-content; animation: ticker 60s linear infinite; padding: 10px 0; }
.logo-marquee:hover .logo-marquee__track { animation-play-state: paused; }
.logo-marquee__item { flex: none; display: grid; place-items: center; height: 84px; padding: 8px 14px; background: #fff; border-radius: 12px; box-shadow: 0 6px 18px -12px rgba(0,0,0,.25); transition: transform .3s var(--ease-out); }
.logo-marquee__item:hover { transform: translateY(-4px) scale(1.04); }
.logo-marquee__item img { height: 60px; width: auto; max-width: 180px; object-fit: contain; }
.wall { background: #fff; padding: 20px 0; }
.wall img { width: min(1400px, 100%); margin-inline: auto; }

/* CTA band */
.cta-band { position: relative; padding: clamp(80px, 12vw, 160px) 0; text-align: center; overflow: hidden; isolation: isolate; background: var(--maroon); color: #fff; }
.cta-band__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: .35; filter: saturate(.6); }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 90% at 50% 100%, color-mix(in oklab, var(--accent) 70%, transparent), transparent 70%), linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.6)); }
.cta-band__title { font-size: clamp(44px, 8vw, 110px); }
.cta-band .lead { color: rgba(255,255,255,.85); margin: 12px auto 30px; }

/* ---------- page hero ---------- */
.phero { position: relative; padding: clamp(150px, 20vw, 220px) 0 clamp(60px, 8vw, 100px); overflow: hidden; isolation: isolate; min-height: 56vh; display: flex; align-items: flex-end; }
.phero--small { min-height: 0; padding-top: clamp(120px, 14vw, 160px); }
.phero__bg { position: absolute; inset: 0; z-index: -2; }
.phero__bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.phero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,13,.55), rgba(11,11,13,.35) 40%, var(--bg) 100%), radial-gradient(50% 60% at 15% 70%, color-mix(in oklab, var(--accent) 45%, transparent), transparent 70%); }
.phero__bg--pattern { background: radial-gradient(60% 80% at 80% 0%, color-mix(in oklab, var(--accent) 35%, transparent), transparent 60%), var(--bg); }
.phero__bg--pattern::after { background: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(60% 80% at 60% 20%, #000, transparent); }
.phero .display { font-size: clamp(50px, 9vw, 120px); margin-top: 12px; }
.phero .lead { margin-top: 18px; }
.phero--center { text-align: center; }
.phero--center .phero__in { display: flex; flex-direction: column; align-items: center; }
.crumbs { margin-bottom: 18px; font-size: 13px; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.crumbs a:hover { color: #fff; }
.crumbs [aria-current] { color: var(--fg-2); }
.crumbs--light ol, .phero.has-img .crumbs ol { color: rgba(255,255,255,.75); }
.jump { margin-top: 26px; }
.jump ul { display: flex; flex-wrap: wrap; gap: 8px; }
.jump a { display: inline-block; padding: 7px 12px; border: 1px solid var(--line-2); border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--fg-2); transition: border-color .2s, color .2s, background .2s; backdrop-filter: blur(6px); }
.jump a:hover { border-color: var(--accent); color: #fff; background: rgba(255,255,255,.05); }

/* ---------- country page ---------- */
.chero { position: relative; min-height: min(92svh, 900px); display: flex; align-items: flex-end; padding: 150px 0 60px; overflow: hidden; isolation: isolate; }
.chero__bg { position: absolute; inset: 0; z-index: -2; }
.chero__bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 24s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1) } to { transform: scale(1.1) } }
.chero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,13,.5), rgba(11,11,13,.2) 40%, var(--bg) 100%), linear-gradient(90deg, color-mix(in oklab, var(--accent) 55%, transparent), transparent 55%); }
.chero__flag { display: inline-flex; align-items: center; gap: 12px; padding: 8px 14px 8px 8px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid var(--line-2); backdrop-filter: blur(8px); font-family: var(--display); font-weight: 800; font-style: italic; font-size: 22px; letter-spacing: .06em; margin-bottom: 20px; }
.chero__flag img { width: 44px; height: 33px; border-radius: 6px; object-fit: cover; box-shadow: 0 6px 16px rgba(0,0,0,.4); }
.chero__lockup { width: min(360px, 60vw); height: auto; margin-bottom: 14px; filter: drop-shadow(0 10px 30px rgba(0,0,0,.6)); }
.chero__title { font-size: clamp(46px, 8vw, 104px); }
.chero .lead { color: rgba(255,255,255,.85); margin-top: 12px; }
.chero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.chero__cities { position: absolute; right: 0; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right center; display: flex; gap: 26px; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .3em; font-size: 12px; color: rgba(255,255,255,.5); padding-right: 30px; white-space: nowrap; }
.chero__cities li + li::before { content: "·"; margin-right: 26px; }
.cswitch { background: var(--bg-2); border-block: 1px solid var(--line); position: sticky; top: 76px; z-index: 40; }
.cswitch__in { display: flex; align-items: center; gap: 14px; height: 52px; }
.cswitch__label { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; white-space: nowrap; }
.cswitch ul { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.cswitch ul::-webkit-scrollbar { display: none; }
.cswitch a { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border-radius: 999px; font-weight: 700; font-size: 13.5px; color: var(--fg-2); border: 1px solid transparent; transition: border-color .2s, color .2s; white-space: nowrap; }
.cswitch a:hover { border-color: var(--c-accent); color: #fff; }
.cswitch img { border-radius: 3px; }
.cintro__in { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.cintro__side { display: flex; flex-direction: column; gap: 22px; }
.cintro__square { width: 220px; height: 220px; object-fit: contain; align-self: flex-end; padding: 26px; border-radius: 24px; background: linear-gradient(160deg, #1b1b21, #0b0b0d); box-shadow: 0 30px 50px -30px rgba(20,16,20,.6); }
.highlights { display: flex; flex-direction: column; gap: 12px; }
.highlights li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: var(--lbg-2); border: 1px solid var(--lline); border-radius: var(--r); }
.highlights .ic { width: 26px; height: 26px; color: var(--accent); flex: none; margin-top: 2px; }
.highlights b { display: block; font-family: var(--display); text-transform: uppercase; font-size: 19px; line-height: 1; margin-bottom: 4px; }
.highlights span { color: var(--lfg-2); font-size: 14px; }
.gallery-strip { display: flex; gap: 12px; overflow-x: auto; padding: 0 var(--gutter) 10px; scroll-snap-type: x mandatory; }
.gallery-strip img { flex: none; width: min(420px, 80vw); aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r); scroll-snap-align: start; }
.office__in { display: grid; grid-template-columns: 1fr 1.2fr; gap: 26px; }
.office__card { background: var(--lbg-2); border: 1px solid var(--lline); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; gap: 18px; }
.office__lines { display: flex; flex-direction: column; gap: 12px; }
.office__lines li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.office__lines .ic { width: 22px; height: 22px; color: var(--accent); flex: none; margin-top: 2px; }
.office__lines a:hover { color: var(--accent); }
.office__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.office__map { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--lline); min-height: 380px; background: #ddd; }
.office__map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: saturate(.85); }
.insta__in { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 40px; border-radius: var(--r-lg); background: linear-gradient(135deg, var(--bg-2), var(--bg-3)); border: 1px solid var(--line); }
.insta__icon { width: 72px; height: 72px; color: var(--accent); }
.office-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.office-mini { display: flex; flex-direction: column; gap: 4px; padding: 22px; background: var(--lbg-2); border: 1px solid var(--lline); border-left: 4px solid var(--c-accent); border-radius: var(--r); font-size: 14px; color: var(--lfg-2); transition: transform .3s var(--ease-out); }
.office-mini:hover { transform: translateY(-3px); }
.office-mini img { border-radius: 3px; margin-bottom: 6px; }
.office-mini b { color: var(--lfg); font-family: var(--display); text-transform: uppercase; font-size: 20px; }

/* ---------- about cluster ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.split__media img { border-radius: var(--r-lg); width: 100%; }
.audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.audience-card { padding: 28px 22px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--bg-2); text-align: center; transition: transform .4s var(--ease-out), border-color .4s; }
.audience-card:hover { transform: translateY(-5px); border-color: var(--accent); }
.audience-card img { width: 64px; height: 64px; object-fit: contain; margin: 0 auto 14px; filter: brightness(0) invert(1); }
.audience-card h3 { font-family: var(--display); text-transform: uppercase; font-size: 21px; line-height: 1; margin-bottom: 8px; }
.audience-card p { color: var(--fg-2); font-size: 14.5px; }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vm { padding: 36px; background: var(--lbg-2); border: 1px solid var(--lline); border-radius: var(--r-lg); }
.vm img { width: 64px; height: 64px; object-fit: contain; margin-bottom: 18px; }
.vm h2 { margin-bottom: 12px; }
.vm p { color: var(--lfg-2); }
.band-type { padding: 30px 0; overflow: hidden; background: var(--maroon); color: #fff; line-height: .9; }
.band-type p { white-space: nowrap; font-size: clamp(56px, 12vw, 160px); }
.band-type__a { animation: bandl 30s linear infinite; }
.band-type__b { animation: bandr 30s linear infinite; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.7); }
@keyframes bandl { from { transform: translateX(0) } to { transform: translateX(-30%) } }
@keyframes bandr { from { transform: translateX(-30%) } to { transform: translateX(0) } }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: v; }
.value { padding: 26px 24px; border: 1px solid var(--line); border-radius: var(--r-lg); position: relative; background: var(--bg-2); transition: border-color .3s, transform .4s var(--ease-out); }
.value:hover { border-color: var(--accent); transform: translateY(-4px); }
.value__num { font-family: var(--display); font-weight: 800; font-style: italic; font-size: 40px; color: var(--accent); line-height: 1; display: block; margin-bottom: 10px; }
.value h3 { font-family: var(--display); text-transform: uppercase; font-size: 22px; line-height: 1; margin-bottom: 8px; }
.value p { color: var(--fg-2); font-size: 14.5px; }
.service-rows { display: flex; flex-direction: column; }
.service-row { display: grid; grid-template-columns: 140px 1fr; gap: 26px; padding: 34px 0; border-top: 1px solid var(--lline); scroll-margin-top: 110px; }
.service-row:last-child { border-bottom: 1px solid var(--lline); }
.service-row__icon { position: relative; }
.service-row__icon img { width: 88px; height: 88px; object-fit: contain; }
.service-row__icon span { position: absolute; left: 100px; top: 0; font-family: var(--display); font-weight: 800; font-style: italic; font-size: 30px; color: rgba(20,16,20,.15); }
.service-row__text h3 { margin-bottom: 10px; }
.service-row__text .rich { color: var(--lfg-2); max-width: 70ch; }
.sports-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.sport { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 22px 12px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 17px; transition: transform .35s var(--ease-out), border-color .35s; }
.sport:hover { transform: translateY(-5px) rotate(-1deg); border-color: var(--accent); }
.sport img { width: 60px; height: 60px; object-fit: contain; }
.sport__ph { width: 60px; height: 60px; display: grid; place-items: center; color: var(--accent); }
.sport__ph .ic { width: 40px; height: 40px; }
.acts .act { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(28px, 5vw, 70px); align-items: center; padding: clamp(40px, 6vw, 80px) 0; border-top: 1px solid var(--lline); scroll-margin-top: 100px; }
.acts .act:first-child { border-top: 0; padding-top: 0; }
.act--flip .act__media { order: 2; }
.act__media { position: relative; }
.act__media img { width: 100%; max-height: 560px; object-fit: cover; border-radius: var(--r-lg); box-shadow: 0 40px 60px -40px rgba(20,16,20,.5); }
.act__num { position: absolute; left: -10px; top: -22px; font-family: var(--display); font-weight: 800; font-style: italic; font-size: 90px; color: var(--accent); line-height: 1; text-shadow: 0 10px 30px rgba(20,16,20,.2); }
.act__text h2 { margin-bottom: 14px; }
.checklist { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 8px 20px; margin-top: 12px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--lfg-2); }
.checklist .ic { color: var(--accent); flex: none; margin-top: 3px; }
.section--dark .checklist li { color: var(--fg-2); }
.badges { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; align-items: center; }
.badges img { height: 64px; width: auto; max-width: 100%; background: #fff; padding: 6px 10px; border-radius: 10px; }
.csr-blocks .csr { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: center; padding: clamp(30px, 5vw, 60px) 0; border-top: 1px solid var(--line); }
.csr-blocks .csr:first-child { border-top: 0; padding-top: 0; }
.csr--flip .csr__media { order: 2; }
.csr__media img { border-radius: var(--r-lg); width: 100%; }
.csr__text h2 { margin-bottom: 12px; }
.csr__text p { color: var(--fg-2); margin-bottom: 10px; }

/* ---------- partner ---------- */
.partner-intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 5vw, 70px); }
.benefits { display: flex; flex-direction: column; gap: 14px; }
.benefits li { padding: 22px 24px 22px 80px; background: var(--lbg-2); border: 1px solid var(--lline); border-radius: var(--r-lg); position: relative; }
.benefits__num { position: absolute; left: 22px; top: 18px; font-family: var(--display); font-weight: 800; font-style: italic; font-size: 36px; color: var(--accent); }
.benefits b { font-family: var(--display); text-transform: uppercase; font-size: 22px; line-height: 1; display: block; margin-bottom: 6px; }
.benefits p { color: var(--lfg-2); font-size: 15px; }
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.tier { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 28px 24px; border-radius: var(--r-lg); background: var(--bg-2); border: 1px solid var(--line); transition: transform .4s var(--ease-out), border-color .4s; }
.tier:hover { transform: translateY(-6px); border-color: var(--line-2); }
.tier--hi { background: linear-gradient(160deg, color-mix(in oklab, var(--accent) 22%, var(--bg-2)), var(--bg-2)); border-color: var(--accent); }
.tier__badge { position: absolute; top: -12px; left: 24px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.tier__name { font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 30px; line-height: 1; }
.tier__blurb { color: var(--fg-2); font-size: 14.5px; min-height: 44px; }
.tier__features { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 14px; color: var(--fg-2); }
.tier__features li { display: flex; gap: 8px; align-items: flex-start; }
.tier__features .ic { color: var(--accent); flex: none; margin-top: 3px; }
.tier-notes { margin-top: 26px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 6px 24px; color: var(--muted); font-size: 13px; }

/* ---------- forms ---------- */
.form-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.form-intro { display: flex; flex-direction: column; gap: 20px; }
.form-intro .shead { margin-bottom: 0; }
.form-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 36px); }
.section--light .form-card { background: var(--lbg-2); border-color: var(--lline); }
.form { display: flex; flex-direction: column; gap: 16px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 700; }
.field > span, .field legend { color: var(--fg-2); }
.section--light .field > span, .section--light .field legend { color: var(--lfg-2); }
.field i { color: var(--accent); font-style: normal; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border-radius: 10px; border: 1.5px solid var(--line-2); background: rgba(255,255,255,.04); color: var(--fg); font-weight: 500; transition: border-color .2s, box-shadow .2s; }
.section--light .field input, .section--light .field select, .section--light .field textarea { background: #fff; color: var(--lfg); border-color: rgba(20,16,20,.18); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 20%, transparent); }
.field textarea { resize: vertical; min-height: 120px; }
.field--radios { border: 0; padding: 0; margin: 0; }
.radios { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.radios label { position: relative; }
.radios input { position: absolute; opacity: 0; inset: 0; }
.radios span { display: inline-block; padding: 9px 14px; border-radius: 999px; border: 1.5px solid var(--line-2); font-weight: 700; font-size: 14px; cursor: pointer; transition: all .2s; }
.section--light .radios span { border-color: rgba(20,16,20,.2); }
.radios input:checked + span { background: var(--accent); border-color: var(--accent); color: #fff; }
.radios input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-error { padding: 12px 14px; border-radius: 10px; background: color-mix(in oklab, var(--red) 15%, transparent); color: var(--coral); border: 1px solid color-mix(in oklab, var(--red) 40%, transparent); font-weight: 600; }
.section--light .form-error { color: #9c1015; background: #fdecec; }
.form-note { font-size: 12.5px; color: var(--muted); }
.form-ok { text-align: center; padding: 30px 10px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.form-ok .ic { width: 56px; height: 56px; color: #fff; background: var(--accent-2, #0f7b3d); border-radius: 50%; padding: 12px; }
.form-ok p { font-size: 17px; }
.offices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.office-card { background: var(--lbg-2); border: 1px solid var(--lline); border-top: 4px solid var(--c-accent); border-radius: var(--r-lg); padding: 22px; display: flex; flex-direction: column; gap: 16px; transition: transform .35s var(--ease-out), box-shadow .35s; }
.office-card:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -30px rgba(20,16,20,.35); }
.office-card__head { display: flex; align-items: center; justify-content: space-between; background: #17171b; margin: -22px -22px 0; padding: 18px 22px; border-radius: 0 0 0 0; }
.office-card__head img { width: 130px; }
.office-card__num { font-family: var(--display); font-weight: 800; font-style: italic; font-size: 34px; color: rgba(255,255,255,.2); }
.office-card__foot { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--lline); }
.office-card__foot img { border-radius: 3px; }

/* ---------- filters / news ---------- */
.filters { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.filters__row { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pills a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; border: 1.5px solid rgba(20,16,20,.15); background: #fff; font-weight: 700; font-size: 14px; color: var(--lfg-2); transition: all .2s; }
.pills a:hover { border-color: var(--lfg); color: var(--lfg); }
.pills a.is-active { background: var(--lfg); border-color: var(--lfg); color: #fff; }
.pills img { border-radius: 3px; }
.pills--tags a { font-size: 13px; padding: 6px 12px; }
.pill-clear { color: var(--accent) !important; }
.section--dark .pills a { background: var(--bg-2); border-color: var(--line-2); color: var(--fg-2); }
.section--dark .pills a.is-active { background: #fff; color: var(--lfg); border-color: #fff; }
.pager { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; color: var(--lmuted); font-weight: 600; }
.article__head { position: relative; padding: 170px 0 50px; min-height: 60vh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.article__cover { position: absolute; inset: 0; z-index: -2; }
.article__cover img { width: 100%; height: 100%; object-fit: cover; }
.article__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,13,.5), rgba(11,11,13,.3) 40%, var(--bg) 100%); }
.article__title { font-size: clamp(38px, 6.5vw, 88px); margin: 12px 0 14px; max-width: 18ch; }
.article__body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(30px, 5vw, 70px); padding: 40px 0 90px; align-items: start; }
.article__main { max-width: 760px; }
.article__side { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 16px; }
.side-card { padding: 22px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg); display: flex; flex-direction: column; gap: 14px; }
.side-card--event .office__lines { font-size: 14px; }
.side-list { display: flex; flex-direction: column; gap: 10px; }
.side-list a { display: flex; gap: 12px; align-items: center; }
.side-list img { width: 72px; height: 54px; object-fit: cover; border-radius: 8px; flex: none; }
.side-list b { display: block; font-size: 14px; line-height: 1.3; }
.side-list time { font-size: 12px; color: var(--muted); }
.side-list a:hover b { color: var(--accent); }
.article__foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.share { display: flex; align-items: center; gap: 6px; }
.share > span { color: var(--muted); font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; margin-right: 6px; }
.share a, .share button { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-2); color: var(--fg-2); transition: all .2s; }
.share a:hover, .share button:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.gallery__item { border-radius: 12px; overflow: hidden; aspect-ratio: 3/2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.gallery__item:hover img { transform: scale(1.06); }
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.92); display: grid; place-items: center; padding: 20px; }
.lightbox img { max-width: 100%; max-height: 90vh; border-radius: 10px; }
.lightbox button { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; color: #fff; }
.lightbox .prev, .lightbox .next { top: 50%; transform: translateY(-50%); font-size: 40px; }
.lightbox .prev { left: 10px; right: auto; }
.lightbox .next { right: 10px; }
.results { display: flex; flex-direction: column; gap: 10px; }
.result a { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; align-items: center; padding: 14px; background: var(--lbg-2); border: 1px solid var(--lline); border-radius: var(--r); color: var(--lfg); transition: transform .3s var(--ease-out), border-color .3s; }
.result a:hover { transform: translateX(6px); border-color: var(--accent); }
.result img { width: 110px; height: 80px; object-fit: cover; border-radius: 8px; }
.result__ph { width: 110px; height: 80px; display: grid; place-items: center; background: #eee; border-radius: 8px; color: var(--accent); }
.result__text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.result__text b { font-family: var(--display); text-transform: uppercase; font-size: 21px; line-height: 1; }
.result__text small { color: var(--lfg-2); }
.result__text time { font-size: 12px; color: var(--lmuted); }
.result .ic { color: var(--accent); }
.search-form { display: flex; align-items: center; gap: 10px; background: var(--bg-2); border: 1.5px solid var(--line-2); border-radius: 999px; padding: 6px 6px 6px 18px; }
.search-form .ic { color: var(--muted); }
.search-form input { flex: 1; background: none; border: 0; color: #fff; padding: 12px 0; min-width: 0; }
.search-form input:focus { outline: none; }
.search-form--page { margin-top: 24px; max-width: 640px; }
.search-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: start center; padding: 12vh 20px 20px; }
.search-modal[hidden] { display: none; }
.search-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.7); backdrop-filter: blur(6px); }
.search-modal__panel { position: relative; width: min(680px, 100%); background: var(--bg-2); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--shadow); animation: pop .3s var(--ease-out); }
@keyframes pop { from { transform: translateY(-14px); opacity: 0 } }
.search-modal__hint { color: var(--muted); font-size: 13px; margin-top: 12px; }
.search-modal__close { position: absolute; top: -50px; right: 0; width: 44px; height: 44px; color: #fff; }

/* rich text */
.rich { color: var(--fg-2); }
.section--light .rich { color: var(--lfg-2); }
.rich--lg { font-size: 17.5px; line-height: 1.75; }
.rich p, .rich ul, .rich ol, .rich blockquote, .rich table, .rich figure, .rich iframe { margin-bottom: 1.1em; }
.rich ul { list-style: disc; padding-left: 1.3em; }
.rich ol { list-style: decimal; padding-left: 1.3em; }
.rich h2, .rich h3, .rich h4 { font-family: var(--display); text-transform: uppercase; line-height: 1; margin: 1.4em 0 .5em; color: var(--fg); }
.section--light .rich h2, .section--light .rich h3, .section--light .rich h4 { color: var(--lfg); }
.rich h2 { font-size: 34px; } .rich h3 { font-size: 28px; } .rich h4 { font-size: 22px; }
.rich a { color: var(--accent); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.rich img { border-radius: 12px; }
.rich blockquote { border-left: 3px solid var(--accent); padding: 6px 18px; font-style: italic; }
.rich table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.rich th, .rich td { text-align: left; padding: 10px 12px; border: 1px solid var(--lline); vertical-align: top; }
.section--dark .rich th, .section--dark .rich td { border-color: var(--line); }
.rich th { background: rgba(20,16,20,.05); }
.rich iframe { width: 100%; aspect-ratio: 16/9; height: auto; border: 0; border-radius: 12px; }

/* ---------- footer ---------- */
.site-footer { position: relative; background: #070709; color: var(--fg-2); padding: 80px 0 30px; overflow: hidden; border-top: 1px solid var(--line); }
.site-footer__glow { position: absolute; left: 50%; top: -200px; width: 900px; height: 500px; transform: translateX(-50%); background: radial-gradient(closest-side, color-mix(in oklab, var(--accent) 22%, transparent), transparent); pointer-events: none; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; position: relative; }
.footer-brand img { width: 150px; margin-bottom: 18px; }
.footer-brand p { font-size: 14.5px; max-width: 44ch; margin-bottom: 16px; }
.footer-mail { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; margin-bottom: 14px; }
.footer-mail:hover { color: var(--accent); }
.footer-col h3 { font-family: var(--display); text-transform: uppercase; font-size: 18px; letter-spacing: .06em; color: #fff; margin-bottom: 14px; }
.footer-col li { margin-bottom: 8px; font-size: 14.5px; }
.footer-col a { display: inline-flex; align-items: center; gap: 8px; transition: color .2s, transform .2s; }
.footer-col a:hover { color: #fff; transform: translateX(3px); }
.footer-col img { border-radius: 3px; }
.footer-apps { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 40px; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--r); font-weight: 700; }
.footer-apps__badges { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
/* Apple's SVG is tight; Google's PNG was trimmed of its ~49% built-in clear space so both share one height. */
.storebadge { display: inline-flex; transition: transform .25s var(--ease-out); }
.storebadge img { height: 52px; width: auto; }
.storebadge:hover { transform: translateY(-3px); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.footer-bottom a:hover { color: #fff; }
.footer-bottom ul { display: flex; gap: 16px; }
.totop { position: fixed; right: 20px; bottom: 20px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; z-index: 50; opacity: 0; transform: translateY(20px); transition: opacity .3s, transform .3s var(--ease-out); box-shadow: 0 10px 30px -10px var(--accent); }
.totop.is-visible { opacity: 1; transform: none; }
.consent { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 80; margin: 0 auto; max-width: 720px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; background: var(--bg-2); border: 1px solid var(--line-2); border-radius: var(--r); box-shadow: var(--shadow); font-size: 14px; }
.consent a { color: var(--accent); font-weight: 700; }
.consent div { display: flex; gap: 8px; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .tiers { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .offices { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: repeat(2, 1fr); }
  .country-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .latest { grid-template-columns: 1fr; }
  .article__body { grid-template-columns: 1fr; }
  .article__side { position: static; }
  .topbar__mail span { display: none; }
}
@media (max-width: 900px) {
  .only-mobile { display: inline-grid !important; }
  .mainnav, .navbar__cta { display: none; }
  .burger { display: inline-grid; }
  .navbar__in { height: 66px; }
  .brand img { width: 88px; }
  .topbar__right .topbar__search, .topbar__right .socials--top, .topbar__mail { display: none; }
  .flags__label { display: none; }
  .flags { width: 100%; }
  .flags ul { width: 100%; justify-content: space-between; }
  .flag { padding: 5px 6px; }
  .flag__code { display: none; }
  .flag img { width: 26px; height: 19px; }
  .cswitch { top: 66px; }
  .hero { padding: 120px 0 70px; min-height: 92svh; }
  .hero__title { font-size: clamp(60px, 17vw, 120px); }
  .presence__in, .cintro__in, .office__in, .split, .vm-grid, .partner-intro, .form-wrap, .grid2, .acts .act, .csr-blocks .csr, .service-row { grid-template-columns: 1fr; }
  .act--flip .act__media, .csr--flip .csr__media { order: 0; }
  .act__media img { max-height: 420px; }
  .service-row { gap: 12px; }
  .service-row__icon span { left: 100px; }
  .insta__in { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 30px 22px; }
  .chero { min-height: 80svh; padding: 130px 0 50px; }
  .chero__cities { display: none; }
  .post-card--featured { grid-template-columns: 1fr; }
  .post-card--featured .post-card__media { min-height: 0; aspect-ratio: 16/9; }
  .article__head { min-height: 50vh; padding-top: 130px; }
  .cta-band__title { font-size: clamp(40px, 12vw, 80px); }
  .device { transform: none; }
  .ticker { transform: none; margin: 0; }
}
@media (max-width: 640px) {
  .country-grid, .service-grid, .post-grid, .tiers, .offices, .values, .gallery { grid-template-columns: 1fr; }
  .country-card { aspect-ratio: 5/4; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; }
  .stats--inline { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .shead { flex-direction: column; align-items: flex-start; }
  .shead--center { align-items: center; }
  .btn--lg { padding: 15px 22px; }
  .hero__cta .btn { flex: 1 1 auto; justify-content: center; }
  .result a { grid-template-columns: 80px 1fr; }
  .result .ic { display: none; }
  .result img, .result__ph { width: 80px; height: 60px; }
  .event-card { grid-template-columns: 62px 1fr; gap: 0 12px; padding: 16px; }
  .event-card__media { margin: -16px -16px 12px; }
  .office-card__foot { flex-direction: column; }
  .search-modal { padding-top: 60px; }
  .search-form .btn { padding: 10px 14px; }
  .totop { right: 12px; bottom: 12px; }
  .chero__flag { font-size: 18px; }
  .chero__actions .socials--hero { width: 100%; }
}
@media (pointer: coarse) { .btn, .iconbtn, .flag, .socials a, .pills a { min-height: 44px; } }
@media print { .site-header, .site-footer, .totop, .cta-band, .ticker { display: none !important; } body { background: #fff; color: #000; } }

/* ---------- partner tier comparison ---------- */
.tmatrix-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: linear-gradient(180deg, var(--bg-2), var(--bg)); margin-bottom: 26px; }
.tmatrix { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 820px; }
.tmatrix th, .tmatrix td { padding: 15px 14px; border-bottom: 1px solid var(--line); text-align: center; vertical-align: middle; }
.tmatrix thead th { padding: 18px 10px 14px; vertical-align: bottom; border-bottom: 1px solid var(--line-2); }
.tmatrix__corner { text-align: left !important; vertical-align: bottom; padding-left: 26px !important; padding-bottom: 22px !important; }
.tmatrix__corner small { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; }
.tmatrix__lead { font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 30px; line-height: 1; }
.tmatrix tbody th { text-align: left; font-weight: 600; color: var(--fg); font-size: 15.5px; width: 36%; padding-left: 26px; }
.tmatrix tbody tr:last-child th, .tmatrix tbody tr:last-child td { border-bottom: 0; }
.tmatrix tbody tr:not(.tmatrix__group):hover th, .tmatrix tbody tr:not(.tmatrix__group):hover td { background: rgba(255,255,255,.03); }
.tmatrix__group th { text-align: left !important; padding: 20px 26px 8px !important; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 12.5px; color: var(--muted); border-bottom: 0 !important; background: rgba(255,255,255,.015); }
.tmatrix__group + tr th, .tmatrix__group + tr td { border-top: 1px solid var(--line); }
.fn { font-size: .85em; color: var(--accent); margin-left: 4px; font-weight: 800; }
.tmatrix .is-hi { background: color-mix(in oklab, var(--tc) 9%, transparent); }
.tmatrix__tier { min-width: 150px; }
.tplate { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 18px 12px 16px; border-radius: 16px; background: linear-gradient(170deg, color-mix(in oklab, var(--tc) 28%, var(--bg-2)) 0%, color-mix(in oklab, var(--tc) 8%, var(--bg-2)) 60%, var(--bg-2) 100%); border: 1px solid color-mix(in oklab, var(--tc) 45%, transparent); box-shadow: inset 0 1px 0 color-mix(in oklab, var(--tc) 55%, transparent), 0 20px 40px -30px var(--tc); position: relative; }
.is-hi .tplate { box-shadow: inset 0 1px 0 color-mix(in oklab, var(--tc) 70%, transparent), 0 0 0 1px color-mix(in oklab, var(--tc) 40%, transparent), 0 30px 50px -30px var(--tc); }
.tplate__badge { position: absolute; top: -11px; background: var(--tc); color: #fff; font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.tplate__name { font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 32px; line-height: 1; color: #fff; text-shadow: 0 2px 20px color-mix(in oklab, var(--tc) 60%, transparent); }
.tplate__meter { display: block; width: 100%; height: 5px; border-radius: 5px; background: rgba(255,255,255,.08); overflow: hidden; }
.tplate__meter i { display: block; height: 100%; background: linear-gradient(90deg, var(--tc), color-mix(in oklab, var(--tc) 60%, #fff)); border-radius: 5px; }
.tplate small { color: var(--fg-2); font-size: 12.5px; font-weight: 700; }
.tplate .btn { margin-top: 4px; }
.tmark { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 34px; height: 34px; padding: 0 10px; border-radius: 999px; background: color-mix(in oklab, var(--tc) 22%, transparent); color: color-mix(in oklab, var(--tc) 70%, #fff); border: 1px solid color-mix(in oklab, var(--tc) 40%, transparent); }
.tmark .ic { width: 18px; height: 18px; }
.tmark b { font-family: var(--display); font-weight: 800; font-size: 16px; letter-spacing: .02em; }
.tmark--off { background: transparent; border-color: transparent; color: rgba(255,255,255,.22); font-size: 20px; font-weight: 300; }
.tier { --tc: var(--accent); }
.tier--hi { background: linear-gradient(160deg, color-mix(in oklab, var(--tc) 22%, var(--bg-2)), var(--bg-2)); border-color: color-mix(in oklab, var(--tc) 60%, transparent); }
.tier__badge { background: var(--tc); }
.tier__name { color: #fff; text-shadow: 0 2px 20px color-mix(in oklab, var(--tc) 60%, transparent); }
.tier .tplate__meter { margin-top: 4px; }
.tier__count { font-size: 13px; color: var(--muted); }
.tier__count b { color: var(--fg); }
.tier__features .ic { color: var(--tc); }
.tier__features li.is-off { color: var(--muted); }
.tier__features li.is-off span { text-decoration: line-through; text-decoration-color: rgba(255,255,255,.3); }
.tier__features li.is-off .ic { color: rgba(255,255,255,.3); }
.tier__features li.is-group { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: var(--muted); margin-top: 8px; }
.tier-notes { color: var(--fg-2); }
@media (min-width: 901px) { .tiers { display: none; } }
@media (max-width: 900px) { .tmatrix-wrap { display: none; } }
