/* =========================================================
   ALPHA DISTRIBUTION — BALTIC CLARITY
   Bright, editorial, B2B-trust design system
   v4 · 2026
   ========================================================= */

:root {
  /* Canvas */
  --bg:            #fafaf7;
  --bg-soft:       #f3efe6;
  --surface:       #ffffff;
  --surface-2:     #f7f4ec;
  --surface-3:     #ecead9;

  /* Ink */
  --ink:           #12182a;
  --ink-2:         #2a3142;
  --ink-3:         #3f485d;
  --ink-muted:     #5b647a;
  --ink-soft:      #8a92a4;

  /* Accents */
  --gold:          #b5882d;
  --gold-dk:       #8a6616;
  --gold-soft:     #f4e8c9;
  --gold-bright:   #e6c17a;

  --blue:          #1f5596;
  --blue-2:        #2a72c4;
  --blue-soft:     #e3edf9;

  --warm:          #d76a3a;
  --warm-soft:     #fbe6d9;

  --success:       #2f7a3f;

  /* Legacy tokens (kept for ELFBAR subsite) */
  --accent:        #2a72c4;
  --accent-2:      #d76a3a;
  --accent-3:      #8a5ecf;
  --text:          var(--ink);
  --text-dim:      var(--ink-muted);
  --text-muted:    var(--ink-soft);

  /* Lines */
  --line:          rgba(18, 24, 42, 0.09);
  --line-2:        rgba(18, 24, 42, 0.14);

  /* Shape */
  --radius-xl:     28px;
  --radius-lg:     20px;
  --radius-md:     14px;
  --radius-sm:     10px;

  /* Motion */
  --ease:          cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out:      cubic-bezier(0.16, 0.84, 0.44, 1);

  /* Shadow */
  --shadow-xs:     0 1px 2px rgba(18,24,42,0.05);
  --shadow-sm:     0 2px 8px rgba(18,24,42,0.06), 0 1px 2px rgba(18,24,42,0.04);
  --shadow-md:     0 8px 28px rgba(18,24,42,0.08), 0 2px 6px rgba(18,24,42,0.05);
  --shadow-lg:     0 22px 60px rgba(18,24,42,0.14), 0 6px 18px rgba(18,24,42,0.07);

  /* Type */
  --ff: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
        "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-serif: "Fraunces", "Cormorant Garamond", "Playfair Display",
        Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body {
  font-family: var(--ff);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.003em;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

img, svg { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--gold-dk); }

button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px;
  font-size: 15px; font-weight: 500;
  transition: transform .18s var(--ease), background .2s var(--ease),
              color .2s var(--ease), box-shadow .2s var(--ease),
              border-color .2s var(--ease);
  white-space: nowrap; line-height: 1;
  border: 1px solid transparent;
}
.btn-primary { background: var(--ink); color: #fff; box-shadow: var(--shadow-xs); }
.btn-primary:hover { background: #000; color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border-color: var(--line-2);
}
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); background: rgba(18,24,42,0.03); }
.btn-link { color: var(--blue); padding: 0; font-size: 15px; background: transparent; }
.btn-link:hover { color: var(--gold-dk); text-decoration: underline; }

.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-sm { padding: 9px 16px; font-size: 13px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 250, 247, 0.82);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 22px; height: 64px; gap: 16px;
}
.nav-brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; letter-spacing: -0.012em; font-size: 16px; color: var(--ink);
}
.nav-brand:hover { color: var(--ink); }
.nav-brand .mark {
  width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(135deg, var(--blue), #0f3a6d);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(18,24,42,0.12);
}
/* Real Alpha Distribution logo (img element) */
.alpha-logo-img {
  height: 40px; width: auto; display: block;
}
.alpha-logo-img--footer { height: 48px; }
/* On dark surfaces (footer), invert the black logo to white */
.alpha-footer .alpha-logo-img { filter: brightness(0) invert(1); }
@media (max-width: 900px) {
  .alpha-logo-img { height: 34px; }
}
.nav-links {
  display: flex; gap: 4px; list-style: none; align-items: center;
}
.nav-links a {
  font-size: 14px; color: var(--ink-2); padding: 8px 12px; border-radius: 999px;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.nav-links a:hover { color: var(--ink); background: rgba(18,24,42,0.05); }
.nav-lang {
  display: inline-flex; gap: 4px; font-size: 13px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 999px; padding: 4px;
}
.nav-lang a {
  color: var(--ink-muted); padding: 5px 10px; border-radius: 999px;
  font-weight: 500; line-height: 1;
}
.nav-lang a.active { background: var(--ink); color: #fff; }
.nav-lang a:not(.active):hover { color: var(--ink); background: rgba(18,24,42,0.04); }

.nav-cta { display: inline-flex; }
.nav-cta .btn { padding: 9px 16px; font-size: 14px; }

.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 10px;
  background: transparent; border: 1px solid var(--line-2);
  color: var(--ink);
}
.nav-toggle:hover { background: rgba(18,24,42,0.04); }
.nav-toggle svg { width: 20px; height: 20px; }

@media (max-width: 900px) {
  .nav-inner { height: 58px; padding: 0 16px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* Mobile drawer */
.mobile-drawer {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(18,24,42,0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none;
  transition: opacity .25s var(--ease);
}
.mobile-drawer.open { opacity: 1; pointer-events: auto; }
.mobile-drawer-panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(88vw, 360px);
  background: var(--bg); color: var(--ink);
  padding: 22px 22px 32px;
  transform: translateX(100%);
  transition: transform .3s var(--ease);
  display: flex; flex-direction: column; gap: 18px;
  border-left: 1px solid var(--line);
  overflow-y: auto;
}
.mobile-drawer.open .mobile-drawer-panel { transform: translateX(0); }
.md-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 14px; border-bottom: 1px solid var(--line);
}
.md-close {
  width: 40px; height: 40px; border-radius: 10px;
  border: 1px solid var(--line-2); display: inline-flex;
  align-items: center; justify-content: center;
}
.md-links { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.md-links a {
  display: block; padding: 14px 12px;
  font-size: 17px; color: var(--ink);
  border-radius: 12px;
}
.md-links a:hover { background: var(--surface-2); color: var(--ink); }
.md-lang {
  display: flex; gap: 6px; background: var(--surface-2);
  border: 1px solid var(--line); border-radius: 999px; padding: 5px;
  align-self: flex-start;
}
.md-lang a {
  padding: 8px 14px; border-radius: 999px; font-size: 14px;
  color: var(--ink-muted); font-weight: 500;
}
.md-lang a.active { background: var(--ink); color: #fff; }
.md-cta { display: grid; gap: 10px; margin-top: 6px; }
.md-cta .btn { width: 100%; justify-content: center; }

/* ---------- Sections ---------- */
section { padding: 100px 22px; position: relative; }
.container { max-width: 1200px; margin: 0 auto; }
.container-narrow { max-width: 880px; margin: 0 auto; }

.section-head { text-align: center; margin-bottom: 56px; }
.eyebrow {
  font-size: 12px; color: var(--gold-dk);
  letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 8px;
}
.eyebrow::before {
  content: ""; width: 18px; height: 1px; background: var(--gold);
}
.section-head h2 {
  font-size: clamp(30px, 4.2vw, 52px); font-weight: 600;
  letter-spacing: -0.025em; line-height: 1.08; color: var(--ink);
  max-width: 22ch; margin: 0 auto;
}
.section-head p {
  color: var(--ink-muted); font-size: 17px; max-width: 62ch; margin: 16px auto 0;
  line-height: 1.6;
}

@media (max-width: 760px) {
  section { padding: 72px 18px; }
  .section-head { margin-bottom: 40px; }
  .section-head p { font-size: 16px; }
}

/* ---------- Hero ---------- */
.alpha-hero {
  position: relative;
  padding: 120px 22px 80px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, var(--gold-soft), transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 90%, var(--blue-soft), transparent 65%),
    radial-gradient(ellipse 50% 40% at 10% 100%, var(--warm-soft), transparent 70%),
    var(--bg);
}
.alpha-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(18,24,42,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,24,42,0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
}
.alpha-hero-orbs {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.alpha-hero-orbs .orb {
  position: absolute; border-radius: 50%;
  filter: blur(70px); opacity: 0.5;
  will-change: transform;
  animation: orbFloat 22s ease-in-out infinite;
}
.orb-gold  { width: 520px; height: 520px; top: -180px; left: 8%; background: radial-gradient(circle, rgba(181,136,45,0.35), transparent 60%); }
.orb-blue  { width: 460px; height: 460px; bottom: -200px; right: 10%; background: radial-gradient(circle, rgba(31,85,150,0.25), transparent 60%); animation-delay: -8s; }
.orb-warm  { width: 340px; height: 340px; top: 50%; right: 32%; background: radial-gradient(circle, rgba(215,106,58,0.18), transparent 60%); animation-delay: -14s; }
@keyframes orbFloat {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  33%     { transform: translate3d(30px,-20px,0) scale(1.05); }
  66%     { transform: translate3d(-20px,24px,0) scale(0.96); }
}
@media (prefers-reduced-motion: reduce) {
  .alpha-hero-orbs .orb { animation: none; }
}

.alpha-hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px;
  align-items: center;
}
.alpha-hero-copy .hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--surface); border: 1px solid var(--line-2);
  border-radius: 999px; padding: 8px 14px; font-size: 13px;
  color: var(--ink-2); box-shadow: var(--shadow-xs);
  margin-bottom: 22px;
}
.hero-tag .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--success); box-shadow: 0 0 0 4px rgba(47,122,63,0.15);
}
.alpha-hero h1 {
  font-size: clamp(36px, 6vw, 76px); font-weight: 600;
  letter-spacing: -0.032em; line-height: 1.02;
  color: var(--ink); max-width: 14ch;
}
.alpha-hero h1 em {
  font-style: italic; font-family: var(--ff-serif); font-weight: 500;
  color: var(--gold-dk);
}
.alpha-hero .sub {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--ink-muted);
  max-width: 52ch; margin: 22px 0 0; line-height: 1.55;
}
.alpha-hero .cta-row {
  margin-top: 36px; display: flex; gap: 12px; flex-wrap: wrap;
}
.hero-trust {
  margin-top: 36px; display: flex; gap: 28px; flex-wrap: wrap;
  color: var(--ink-muted); font-size: 13px;
}
.hero-trust .ti { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .ti svg { width: 16px; height: 16px; color: var(--success); }

/* Hero card visual (right side) */
.alpha-hero-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.alpha-hero-card::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 20% 0%, rgba(31,85,150,0.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(181,136,45,0.10), transparent 55%);
  pointer-events: none;
}
.hc-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 18px; position: relative;
}
.hc-head .badge {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--gold-dk); font-weight: 600;
}
.hc-head .live {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; color: var(--success); font-weight: 600;
}
.hc-head .live .d {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--success); animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.4; transform: scale(1.5); }
}
.hc-body { position: relative; display: grid; gap: 10px; }
.hc-row {
  display: grid; grid-template-columns: 1fr auto; gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-size: 14px;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.hc-row:hover { transform: translateX(2px); border-color: var(--gold); }
.hc-row .label { color: var(--ink-muted); font-size: 12px; }
.hc-row .val { font-weight: 600; color: var(--ink); }
.hc-row .flag {
  display: inline-flex; align-items: center; gap: 8px;
}
.hc-row .flag .fm {
  width: 18px; height: 12px; border-radius: 2px; overflow: hidden; flex-shrink: 0;
}
.hc-row .status {
  color: var(--success); font-size: 12px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
}
.hc-row .status::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--success);
}
.hc-foot {
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-muted);
}
.hc-foot .updated { color: var(--gold-dk); font-weight: 500; }

@media (max-width: 960px) {
  .alpha-hero { padding: 90px 18px 60px; }
  .alpha-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .alpha-hero h1 { max-width: none; }
  .alpha-hero-card { margin: 0 auto; max-width: 460px; padding: 22px; }
}

/* ---------- Marquee / logo strip ---------- */
.brand-marquee {
  padding: 32px 0; background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.brand-marquee-title {
  text-align: center; font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-soft);
  margin-bottom: 20px;
}
.bm-track {
  display: flex; gap: 48px; align-items: center;
  animation: bmScroll 38s linear infinite;
  width: max-content;
}
.bm-track:hover { animation-play-state: paused; }
.bm-item {
  font-size: 18px; font-weight: 600; letter-spacing: -0.01em;
  color: var(--ink-3); opacity: 0.7;
  white-space: nowrap; padding: 0 4px;
  display: inline-flex; align-items: center; gap: 10px;
}
.bm-item .dotsep {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); opacity: 0.6;
}
@keyframes bmScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .bm-track { animation: none; flex-wrap: wrap; justify-content: center; }
}

/* ---------- Stats ---------- */
.alpha-stats-section {
  padding: 0 22px;
}
.alpha-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  margin: -48px auto 0; max-width: 1080px;
  position: relative; z-index: 3;
}
.alpha-stats .stat {
  padding: 28px 24px; text-align: center;
  border-right: 1px solid var(--line);
  position: relative;
}
.alpha-stats .stat:last-child { border-right: 0; }
.alpha-stats .num {
  font-size: clamp(30px, 3.6vw, 44px); font-weight: 600;
  letter-spacing: -0.025em; color: var(--ink);
  font-family: var(--ff);
}
.alpha-stats .num .pct { font-size: 0.55em; margin-left: 2px; color: var(--gold-dk); font-weight: 600; }
.alpha-stats .label {
  color: var(--ink-muted); font-size: 13px; margin-top: 4px;
  letter-spacing: 0.01em;
}
@media (max-width: 760px) {
  .alpha-stats { grid-template-columns: repeat(2, 1fr); margin-top: -36px; }
  .alpha-stats .stat { padding: 20px 14px; border-bottom: 1px solid var(--line); }
  .alpha-stats .stat:nth-child(2) { border-right: 0; }
  .alpha-stats .stat:nth-last-child(-n+2) { border-bottom: 0; }
}

/* ---------- Services ---------- */
.alpha-services { padding: 100px 22px; background: var(--bg); }
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px 26px 28px;
  position: relative; overflow: hidden;
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
}
.service-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--gold-soft); color: var(--gold-dk);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.service-icon svg { width: 22px; height: 22px; }
.service-card h3 {
  font-size: 19px; font-weight: 600; letter-spacing: -0.012em;
  color: var(--ink); margin-bottom: 8px;
}
.service-card p {
  color: var(--ink-muted); font-size: 14.5px; line-height: 1.55;
}
.service-card:nth-child(2) .service-icon { background: var(--blue-soft); color: var(--blue); }
.service-card:nth-child(3) .service-icon { background: var(--warm-soft); color: var(--warm); }
.service-card:nth-child(4) .service-icon { background: #e2f1e7; color: var(--success); }

@media (max-width: 960px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* ---------- Brand tiles ---------- */
.alpha-brands { padding: 120px 22px; background: var(--surface-2); }
.brand-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.brand-tile {
  position: relative; overflow: hidden;
  border-radius: 28px; padding: 44px 40px 38px;
  min-height: 420px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
  text-decoration: none; color: var(--ink);
}
.brand-tile:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: var(--shadow-lg);
  color: var(--ink);
}
.brand-bg { position: absolute; inset: 0; z-index: 0; }
.brand-content { position: relative; z-index: 1; }
.brand-status {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold-dk);
  background: var(--gold-soft);
  border: 1px solid rgba(181,136,45,0.3);
  padding: 7px 12px; border-radius: 999px; margin-bottom: 24px;
}
.brand-status::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-dk);
}
.brand-logo {
  font-size: clamp(40px, 4.8vw, 62px);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1;
  margin-bottom: 18px;
}
.brand-desc {
  color: var(--ink-muted); font-size: 15.5px; line-height: 1.55;
  max-width: 42ch; margin-bottom: 26px;
}
.brand-cta {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink); font-weight: 600; font-size: 14px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.brand-cta .arrow { display: inline-block; transition: transform .3s var(--ease); }
.brand-tile:hover .brand-cta { border-bottom-color: var(--gold); color: var(--gold-dk); }
.brand-tile:hover .brand-cta .arrow { transform: translateX(4px); }

.brand-elfbar .brand-bg {
  background:
    radial-gradient(ellipse 80% 60% at 80% 0%, rgba(31,85,150,0.08), transparent 60%),
    radial-gradient(ellipse 60% 60% at 0% 100%, rgba(47,122,63,0.06), transparent 60%),
    linear-gradient(160deg, #f6f9fc 0%, #ffffff 100%);
}
.brand-logo-elfbar { color: var(--blue); letter-spacing: -0.04em; }

.brand-xbooster .brand-bg {
  background:
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(215,106,58,0.10), transparent 60%),
    radial-gradient(ellipse 60% 60% at 100% 0%, rgba(181,136,45,0.08), transparent 60%),
    linear-gradient(160deg, #fff8f3 0%, #ffffff 100%);
}
.brand-logo-xbooster { color: var(--warm); letter-spacing: -0.04em; }

.brand-specs {
  display: flex; flex-wrap: wrap; gap: 18px;
  margin: 0 0 24px; padding-top: 20px;
  border-top: 1px solid var(--line);
}
.bs-item { display: flex; flex-direction: column; gap: 2px; }
.bs-item .k { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); font-weight: 600; }
.bs-item .v { font-size: 14px; color: var(--ink); font-weight: 500; }

@media (max-width: 860px) {
  .brand-grid { grid-template-columns: 1fr; }
  .brand-tile { padding: 36px 28px; min-height: 360px; }
}

/* ---------- Story ---------- */
.alpha-story {
  padding: 120px 22px;
  background: var(--bg);
  position: relative;
}
.story-layout {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center;
}
.story-text h2 {
  font-size: clamp(30px, 4.4vw, 48px); font-weight: 600;
  letter-spacing: -0.028em; line-height: 1.06;
  margin-bottom: 20px; max-width: 16ch;
  color: var(--ink);
}
.story-text h2 em {
  font-family: var(--ff-serif); font-style: italic; font-weight: 500; color: var(--gold-dk);
}
.story-text .lead {
  font-size: 19px; color: var(--ink); font-weight: 400; line-height: 1.5;
  margin-bottom: 18px;
}
.story-text p {
  color: var(--ink-muted); font-size: 15.5px; line-height: 1.7;
  margin-bottom: 16px; max-width: 58ch;
}
.story-visual {
  display: grid; gap: 14px;
  position: relative;
}
.story-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px; padding: 22px 26px;
  box-shadow: var(--shadow-xs);
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
  display: flex; align-items: center; gap: 16px;
}
.story-card:hover { transform: translateX(4px); border-color: var(--gold); box-shadow: var(--shadow-sm); }
.story-card .sc-ico {
  flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px;
  background: var(--gold-soft); color: var(--gold-dk);
  display: inline-flex; align-items: center; justify-content: center;
}
.story-card .sc-ico svg { width: 20px; height: 20px; }
.story-card-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ink-soft); font-weight: 600;
}
.story-card-value {
  font-size: 20px; font-weight: 600; letter-spacing: -0.015em;
  color: var(--ink); margin-top: 2px;
}

@media (max-width: 900px) {
  .story-layout { grid-template-columns: 1fr; gap: 44px; }
}

/* ---------- Warehouse ---------- */
.alpha-warehouse { padding: 120px 22px; background: var(--surface-2); }
.warehouse-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
}
.warehouse-card {
  position: relative; overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--surface);
  aspect-ratio: 4 / 3;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  box-shadow: var(--shadow-xs);
}
.warehouse-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.warehouse-card-lg { grid-column: span 3; aspect-ratio: 16 / 10; }
.warehouse-card:not(.warehouse-card-lg) { grid-column: span 2; }

.warehouse-illustration {
  position: absolute; inset: 0; width: 100%; height: 100%;
  transition: transform .5s var(--ease);
}
.warehouse-card:hover .warehouse-illustration { transform: scale(1.03); }
.warehouse-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .6s var(--ease);
}
.warehouse-card:hover .warehouse-photo { transform: scale(1.04); }
/* per-image focal points for tight crops */
.warehouse-card:nth-child(4) .warehouse-photo { object-position: center 70%; }

.warehouse-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, transparent, rgba(18,24,42,0.78));
  color: #fff; z-index: 1;
}
.wc-title { font-size: 15px; font-weight: 600; margin-bottom: 3px; }
.wc-sub { font-size: 12.5px; opacity: 0.85; }

@media (max-width: 900px) {
  .warehouse-grid { grid-template-columns: 1fr 1fr; }
  .warehouse-card-lg, .warehouse-card:not(.warehouse-card-lg) { grid-column: span 2; }
  .warehouse-card-lg { aspect-ratio: 4 / 3; }
}
@media (max-width: 560px) {
  .warehouse-grid { grid-template-columns: 1fr; }
  .warehouse-card-lg, .warehouse-card:not(.warehouse-card-lg) { grid-column: span 1; }
}

/* ---------- Coverage (SVG map) ---------- */
.alpha-coverage {
  padding: 120px 22px;
  background:
    radial-gradient(ellipse 55% 45% at 50% 0%, var(--blue-soft), transparent 60%),
    var(--bg);
}
.coverage-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.coverage-map {
  position: relative; aspect-ratio: 1 / 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.coverage-map svg { width: 100%; height: 100%; }
.baltic-map-img {
  width: 100%; height: 100%; display: block;
  object-fit: contain; padding: 24px;
}
.coverage-map .hq-pin {
  position: absolute; display: flex; flex-direction: column; align-items: center;
  transform: translate(-50%, -100%);
  pointer-events: none;
}
.hq-pin .dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold-dk);
  box-shadow: 0 0 0 6px rgba(181,136,45,0.22), 0 0 0 12px rgba(181,136,45,0.1);
  animation: pinPulse 2.4s ease-in-out infinite;
}
@keyframes pinPulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(181,136,45,0.22), 0 0 0 12px rgba(181,136,45,0.1); }
  50%      { box-shadow: 0 0 0 9px rgba(181,136,45,0.30), 0 0 0 18px rgba(181,136,45,0.08); }
}
.hq-pin .pin-label {
  margin-top: 6px; font-size: 11px; font-weight: 600; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line);
  padding: 3px 8px; border-radius: 999px; white-space: nowrap;
  letter-spacing: 0.06em;
}

.coverage-list { display: grid; gap: 14px; }
.coverage-card {
  display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px; padding: 22px 24px;
  box-shadow: var(--shadow-xs);
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.coverage-card:hover { transform: translateX(6px); border-color: var(--gold); box-shadow: var(--shadow-sm); }
.coverage-flag {
  width: 48px; height: 34px; border-radius: 5px;
  overflow: hidden; border: 1px solid var(--line-2);
  flex-shrink: 0;
}
.flag-lv { background: linear-gradient(180deg, #9e3039 0 40%, #fff 40% 60%, #9e3039 60%); }
.flag-lt { background: linear-gradient(180deg, #fdb913 0 33.3%, #006a44 33.3% 66.6%, #c1272d 66.6%); }
.flag-ee { background: linear-gradient(180deg, #0072ce 0 33.3%, #000 33.3% 66.6%, #fff 66.6%); }
.cov-body h3 {
  font-size: 18px; font-weight: 600; letter-spacing: -0.012em;
  color: var(--ink); margin-bottom: 3px;
}
.cov-body p { color: var(--ink-muted); font-size: 13.5px; line-height: 1.5; }
.cov-meta {
  text-align: right; color: var(--ink-soft); font-size: 12px; line-height: 1.5;
}
.cov-meta b { color: var(--ink); font-weight: 600; display: block; font-size: 13px; }

@media (max-width: 900px) {
  .coverage-layout { grid-template-columns: 1fr; gap: 40px; }
  .coverage-map { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .coverage-card { grid-template-columns: auto 1fr; row-gap: 10px; }
  .cov-meta { grid-column: 1 / -1; text-align: left; }
}

/* ---------- Process timeline ---------- */
.alpha-process { padding: 120px 22px; background: var(--surface-2); }
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  counter-reset: step;
}
.process-step {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px 26px;
  box-shadow: var(--shadow-xs);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.process-step:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.process-step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  font-size: 13px; font-weight: 700; color: var(--gold-dk);
  margin-bottom: 14px; letter-spacing: 0.1em;
}
.process-step h3 {
  font-size: 17px; font-weight: 600; color: var(--ink);
  letter-spacing: -0.012em; margin-bottom: 6px;
}
.process-step p { font-size: 14px; color: var(--ink-muted); line-height: 1.55; }

@media (max-width: 960px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .process-grid { grid-template-columns: 1fr; }
}

/* ---------- FAQ ---------- */
.alpha-faq { padding: 120px 22px; background: var(--bg); }
.faq-list {
  max-width: 820px; margin: 0 auto;
  display: grid; gap: 10px;
}
.faq-item {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.faq-item[open] { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 20px 22px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 14px; font-weight: 600; color: var(--ink);
  font-size: 15.5px; letter-spacing: -0.008em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .chev {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--surface-2); border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .25s var(--ease), background .25s var(--ease);
  flex-shrink: 0;
}
.faq-item[open] .chev { transform: rotate(45deg); background: var(--gold-soft); }
.faq-item .chev::before { content: "+"; font-size: 16px; line-height: 1; color: var(--ink); }
.faq-body {
  padding: 0 22px 22px; color: var(--ink-muted); font-size: 14.5px; line-height: 1.65;
}
.faq-body a { color: var(--blue); border-bottom: 1px solid currentColor; }
.faq-body a:hover { color: var(--gold-dk); }

/* ---------- Contact ---------- */
.alpha-contact {
  padding: 120px 22px 100px;
  background:
    radial-gradient(ellipse 60% 55% at 50% 0%, var(--gold-soft), transparent 60%),
    var(--bg);
  position: relative;
}
.alpha-contact-h2 {
  font-size: clamp(32px, 4.4vw, 48px); font-weight: 600;
  letter-spacing: -0.028em; line-height: 1.05;
  margin-bottom: 14px; max-width: 20ch; margin-left: auto; margin-right: auto;
  color: var(--ink);
  text-align: center;
}
.alpha-contact-h2 em {
  font-family: var(--ff-serif); font-style: italic; font-weight: 500; color: var(--gold-dk);
}
.alpha-contact-sub {
  color: var(--ink-muted); font-size: 17px; margin-bottom: 40px; text-align: center;
}
.contact-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px;
  max-width: 1040px; margin: 0 auto;
}
.contact-form-wrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px; padding: 32px;
  box-shadow: var(--shadow-sm);
}
.contact-form-wrap h3 { font-size: 20px; font-weight: 600; margin-bottom: 4px; color: var(--ink); }
.contact-form-wrap .muted { font-size: 14px; color: var(--ink-muted); margin-bottom: 20px; }

.contact-cards-right { display: grid; gap: 14px; }
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px; padding: 22px 24px;
  text-align: left; color: var(--ink);
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
  text-decoration: none;
  display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: center;
  box-shadow: var(--shadow-xs);
}
a.contact-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
}
.contact-card .cc-ico {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--gold-soft); color: var(--gold-dk);
  display: inline-flex; align-items: center; justify-content: center;
}
.contact-card .cc-ico svg { width: 20px; height: 20px; }
.cc-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ink-soft); font-weight: 600; margin-bottom: 3px;
}
.cc-value {
  font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -0.005em;
  word-break: break-word;
}

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ---------- Alpha Footer ---------- */
.alpha-footer {
  background: var(--ink); color: rgba(255,255,255,0.72);
  padding: 70px 22px 32px; font-size: 13.5px;
  border-top: 0;
}
.alpha-footer .container {
  display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 44px;
}
.alpha-footer h4 {
  color: #fff; font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px;
}
.alpha-footer ul {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
}
.alpha-footer a { color: rgba(255,255,255,0.62); }
.alpha-footer a:hover { color: var(--gold-bright); }
.alpha-footer .alpha-brand { color: #fff; font-size: 16px; margin-bottom: 12px; }
.alpha-footer .brand-block p {
  max-width: 36ch; line-height: 1.6;
  color: rgba(255,255,255,0.55);
}
.alpha-footer .mark {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--ink);
}
.footer-bottom {
  max-width: 1200px; margin: 52px auto 0; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12px; color: rgba(255,255,255,0.5);
}
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal a { color: rgba(255,255,255,0.5); }
.footer-legal a:hover { color: var(--gold-bright); }
@media (max-width: 860px) {
  .alpha-footer .container { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .alpha-footer .container { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ---------- Forms ---------- */
.form-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-bottom: 14px; }
.form-row.single { grid-template-columns: 1fr; }
label {
  display: block; font-size: 13px; color: var(--ink-2);
  margin-bottom: 6px; font-weight: 500;
}
input, select, textarea {
  width: 100%; background: var(--surface);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-sm);
  padding: 11px 13px;
  color: var(--ink);
  font-family: inherit; font-size: 14.5px;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(181,136,45,0.14);
}
input::placeholder, textarea::placeholder { color: var(--ink-soft); }
select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%235b647a' d='M6 8L0 0h12z'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 34px; }
textarea { min-height: 110px; resize: vertical; }
.form-actions { margin-top: 16px; display: flex; gap: 10px; justify-content: flex-end; }
.form-fine { font-size: 12px; color: var(--ink-soft); margin-top: 6px; }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* =========================================================
   ELFBAR SUBSITE — kept dark-themed (category appropriate).
   Legacy tokens re-scoped under body:not(.alpha).
   ========================================================= */
body:not(.alpha) {
  background: #0a0a0d; color: #f5f5f7;
  --bg: #0a0a0d;
  --bg-soft: #0b0b0d;
  --surface: #13131a;
  --surface-2: #1a1a22;
  --text: #f5f5f7;
  --text-dim: #b7b7c0;
  --text-muted: #7a7a82;
  --ink: #f5f5f7;
  --ink-2: #e5e5ec;
  --ink-muted: #b7b7c0;
  --ink-soft: #7a7a82;
  --line: rgba(255,255,255,0.09);
  --line-2: rgba(255,255,255,0.14);
}
body:not(.alpha) a:hover { color: var(--accent); }
body:not(.alpha) .nav { background: rgba(10,10,13,0.75); border-bottom: 1px solid var(--line); }
body:not(.alpha) .nav-links a { color: var(--text-dim); }
body:not(.alpha) .nav-links a:hover { color: #fff; background: rgba(255,255,255,0.06); }
body:not(.alpha) .nav-brand { color: #fff; }
body:not(.alpha) .nav-brand .mark {
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
}
body:not(.alpha) .nav-lang {
  background: rgba(255,255,255,0.04); border-color: var(--line);
}
body:not(.alpha) .nav-lang a.active { background: #fff; color: #0a0a0d; }
body:not(.alpha) .nav-toggle { color: #fff; border-color: var(--line-2); }
body:not(.alpha) label { color: var(--text-dim); }
body:not(.alpha) input,
body:not(.alpha) select,
body:not(.alpha) textarea {
  background: var(--bg-soft); color: #fff;
  border-color: var(--line);
}
body:not(.alpha) input:focus,
body:not(.alpha) select:focus,
body:not(.alpha) textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(42, 114, 196, 0.25);
}
body:not(.alpha) select { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23b7b7c0' d='M6 8L0 0h12z'/></svg>"); }

/* ELFBAR: Age gate */
.age-gate {
  position: fixed; inset: 0; background: rgba(0,0,0,.88);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  z-index: 9999; display: flex; align-items: center; justify-content: center;
  padding: 24px; animation: fadeIn .35s var(--ease);
}
.age-gate.hidden { display: none; }
.age-card {
  max-width: 480px; width: 100%; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 40px 32px; text-align: center;
}
.age-card h2 { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 10px; }
.age-card p { color: var(--text-dim); font-size: 14.5px; margin-bottom: 24px; line-height: 1.55; }
.age-card .age-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ELFBAR: hero (dark) */
body:not(.alpha) .hero {
  position: relative; min-height: 84vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 90px 22px 60px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 10%, rgba(42,114,196,0.22), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(138,94,207,0.14), transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(215,106,58,0.10), transparent 60%),
    #07070a;
}
body:not(.alpha) .hero .eyebrow {
  color: #8fbff5; font-weight: 500; background: transparent; border: 0;
  padding: 0; margin-bottom: 14px;
}
body:not(.alpha) .hero .eyebrow::before { display: none; }
body:not(.alpha) .hero h1 {
  font-size: clamp(40px, 7vw, 82px);
  font-weight: 600; letter-spacing: -0.035em; line-height: 1.04;
  max-width: 14ch; margin: 0 auto;
  background: linear-gradient(180deg, #fff 0%, #c7c7d0 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
body:not(.alpha) .hero .sub {
  font-size: clamp(16px, 2vw, 20px); color: var(--text-dim);
  max-width: 620px; margin: 20px auto 0;
}
body:not(.alpha) .hero .cta-row { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ELFBAR: buttons inverse */
body:not(.alpha) .btn-primary { background: #fff; color: #0a0a0d; }
body:not(.alpha) .btn-primary:hover { background: #fff; color: #0a0a0d; }
body:not(.alpha) .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.28); }
body:not(.alpha) .btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.06); }

/* ELFBAR: Feature grid */
.feature-grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}
.feature {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative; overflow: hidden;
  min-height: 340px;
  display: flex; flex-direction: column; justify-content: flex-end;
  border: 1px solid var(--line);
}
.feature.span-7  { grid-column: span 7; }
.feature.span-5  { grid-column: span 5; }
.feature.span-6  { grid-column: span 6; }
.feature.span-12 { grid-column: span 12; min-height: 380px; }
.feature h3 {
  font-size: 26px; font-weight: 600; letter-spacing: -0.015em; margin-bottom: 8px;
}
.feature p { color: var(--text-dim); font-size: 15.5px; max-width: 48ch; line-height: 1.6; }
.feature .tag { color: var(--gold-bright); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; font-weight: 600; }

.feature .glow-a {
  position: absolute; top: -80px; right: -80px; width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(42,114,196,0.30), transparent 70%);
  filter: blur(24px); pointer-events: none;
}
.feature .glow-b {
  position: absolute; top: -60px; left: -60px; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(215,106,58,0.22), transparent 70%);
  filter: blur(24px); pointer-events: none;
}
.feature .glow-c {
  position: absolute; bottom: -80px; right: -40px; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(138,94,207,0.22), transparent 70%);
  filter: blur(24px); pointer-events: none;
}
@media (max-width: 820px) {
  .feature.span-7, .feature.span-5, .feature.span-6, .feature.span-12 {
    grid-column: span 12;
  }
  .feature { padding: 28px; min-height: 280px; }
}

/* ELFBAR: products & tech */
.products-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.product-card {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 24px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.product-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.22); }
.product-card .badge {
  font-size: 11px; color: var(--gold-bright);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 8px; font-weight: 600;
}
.product-card h3 { font-size: 21px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 4px; color: #fff; }
.product-card .puffs { color: var(--text-dim); font-size: 13px; margin-bottom: 18px; }
.product-card .visual {
  width: 110px; height: 170px; border-radius: 28px;
  position: relative; margin-bottom: 18px;
  box-shadow: 0 18px 38px rgba(0,0,0,0.5);
}
.product-card .visual::before {
  content: ""; position: absolute; top: 12%; left: 50%; transform: translateX(-50%);
  width: 55%; height: 40%; border-radius: 12px;
  background: rgba(255,255,255,0.2);
}
.product-card .visual::after {
  content: ""; position: absolute; bottom: 6%; left: 50%; transform: translateX(-50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: rgba(0,0,0,0.55);
}
.product-card .specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px;
  width: 100%; border-top: 1px solid var(--line); padding-top: 14px;
  font-size: 13px;
}
.product-card .specs dt { color: var(--text-muted); }
.product-card .specs dd { color: #fff; font-weight: 500; }

.visual.c-blue    { background: linear-gradient(160deg, #2a72c4, #0a3d80); }
.visual.c-purple  { background: linear-gradient(160deg, #8a5ecf, #3c1a7a); }
.visual.c-pink    { background: linear-gradient(160deg, #d76a3a, #7a0e28); }
.visual.c-mint    { background: linear-gradient(160deg, #2fb860, #0d5827); }
.visual.c-amber   { background: linear-gradient(160deg, #e8b34a, #8a5a0e); }
.visual.c-teal    { background: linear-gradient(160deg, #4bb3d4, #0f5d7a); }
.visual.c-grape   { background: linear-gradient(160deg, #9668d8, #3a2290); }
.visual.c-coral   { background: linear-gradient(160deg, #e8973c, #b3440e); }
.visual.c-silver  { background: linear-gradient(160deg, #d1d1d6, #3a3a3c); }
.visual.c-graphite{ background: linear-gradient(160deg, #48484a, #0a0a0c); }

/* ELFBAR flavors */
.flavor-wrap { margin-top: 22px; }
.flavor-title { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; font-weight: 600; }
.flavor-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  font-size: 12px; padding: 6px 11px; border-radius: 999px;
  background: rgba(255,255,255,0.05); color: var(--text-dim);
  border: 1px solid var(--line);
}

/* ELFBAR tech strip */
body:not(.alpha) .tech-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  text-align: center;
}
body:not(.alpha) .tech-strip .stat { padding: 6px; }
body:not(.alpha) .tech-strip .num {
  font-size: clamp(30px, 4vw, 44px); font-weight: 600; letter-spacing: -0.02em;
  background: linear-gradient(180deg, #fff, #9a9aa0);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
body:not(.alpha) .tech-strip .label { color: var(--text-dim); font-size: 13px; margin-top: 3px; }
@media (max-width: 700px) {
  body:not(.alpha) .tech-strip { grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 28px 0; }
}

/* ELFBAR compliance */
.compliance {
  background: linear-gradient(180deg, #1a0f14, #0d0608);
  border-top: 1px solid rgba(215,106,58,0.25);
  border-bottom: 1px solid rgba(215,106,58,0.25);
  padding: 24px 22px; text-align: center;
}
.compliance strong { color: var(--accent-2); }
.compliance p { color: var(--text-dim); font-size: 13.5px; max-width: 64ch; margin: 0 auto; line-height: 1.5; }

/* ELFBAR form card */
.form-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 36px;
  max-width: 640px; margin: 0 auto;
}

/* ELFBAR footer */
.footer {
  background: #000; border-top: 1px solid var(--line);
  padding: 56px 22px 28px; color: var(--text-muted); font-size: 13px;
}
.footer .container { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 32px; max-width: 1200px; }
.footer h4 { color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer a { color: var(--text-muted); }
.footer a:hover { color: #fff; }
.footer .brand-block p { margin-top: 8px; max-width: 34ch; line-height: 1.55; }
.footer-bottom {
  max-width: 1200px; margin: 40px auto 0; padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
@media (max-width: 820px) {
  .footer .container { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer .container { grid-template-columns: 1fr; }
}
