/* ==========================================================================
   MILLAN VENDING — SHARED SITE THEME
   Derived directly from the live nightlife page (millanvending.com).
   Tokens, type scale, and component treatments match that page exactly.
   Used by: / (main), /snacks, /tcg, 404.
   The nightlife page keeps its own original inline styles, untouched.
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Parisienne&family=Inter:wght@400;500;600;700&display=swap');

:root{
  /* --- identical to the live nightlife page --- */
  --bg:#0A070E;
  --panel:#150E20;
  --panel-2:#1C1329;
  --line:rgba(208,176,128,.18);
  --line-soft:rgba(208,176,128,.10);
  --brass:#D0B080;
  --brass-light:#E9D2A6;
  --brass-dim:rgba(208,176,128,.16);
  --white-glow:#F8F8F8;
  --steel:#948C9E;
  --steel-dim:#6C6478;
  --neon:#9B6BFF;
  --neon-dim:rgba(155,107,255,.35);

  /* division accents — restrained, same ground */
  --acc-night:#9B6BFF;
  --acc-snack:#D0B080;
  --acc-tcg:#8C9EF0;

  --maxw:1160px;
}

*,*::before,*::after{ box-sizing:border-box; }

html{ scroll-behavior:smooth; }

body{
  margin:0;
  background:var(--bg);
  color:var(--white-glow);
  font-family:'Inter',sans-serif;
  font-size:15px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

h1,h2{
  font-family:'Bebas Neue',sans-serif;
  letter-spacing:.03em;
  line-height:1.02;
  font-weight:400;
  margin:0;
  text-wrap:balance;
}
h3,h4{
  font-family:'Inter',sans-serif;
  font-weight:600;
  letter-spacing:0;
  line-height:1.3;
  margin:0;
  text-transform:none;
}
p{ margin:0; }
a{ color:inherit; text-decoration:none; }
img{ display:block; max-width:100%; }

:focus-visible{
  outline:2px solid var(--brass-light);
  outline-offset:3px;
  border-radius:0;
}

.wrap{
  width:100%;
  max-width:var(--maxw);
  margin-inline:auto;
  padding-inline:28px;
}

/* ---------- atoms ---------- */
.eyebrow{
  font-family:'Inter',sans-serif;
  font-size:11px;
  font-weight:600;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:var(--brass);
  display:inline-block;
  margin-bottom:14px;
}
.eyebrow.gold{ color:var(--brass); }

.script{ font-family:'Parisienne',cursive; color:var(--brass); font-weight:400; }

.rule{
  height:1px;
  background:linear-gradient(90deg, var(--brass-dim), rgba(208,176,128,.42) 18%, var(--line-soft) 70%, transparent);
  border:0;
  margin:0;
}

.divider{ display:flex; align-items:center; justify-content:center; gap:14px; margin:0 auto 20px; }
.divider .slot-mark{ width:2px; height:26px; background:var(--brass); opacity:.7; }
.divider .ring{ width:10px; height:10px; border:1.5px solid var(--brass); border-radius:50%; opacity:.7; }

/* ---------- buttons: squared rectangles, never pills ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px 34px;
  border-radius:2px;
  font-family:'Inter',sans-serif;
  font-size:12.5px;
  letter-spacing:.18em;
  font-weight:600;
  text-transform:uppercase;
  cursor:pointer;
  border:1px solid transparent;
  transition:all .25s ease;
}
.btn-primary{ background:var(--brass); color:#150E20; box-shadow:0 0 0 rgba(208,176,128,0); }
.btn-primary:hover{ background:var(--brass-light); box-shadow:0 0 30px rgba(208,176,128,.35); }
.btn-ghost{ border-color:rgba(248,248,248,.28); color:var(--white-glow); background:transparent; }
.btn-ghost:hover{ border-color:var(--white-glow); background:rgba(248,248,248,.06); }
/* legacy hook from the TCG draft — folded into the brass primary */
.btn-volt{ background:var(--brass); color:#150E20; }
.btn-volt:hover{ background:var(--brass-light); box-shadow:0 0 30px rgba(208,176,128,.35); }

/* ---------- nav ---------- */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:rgba(10,7,14,.72);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  display:flex; align-items:center; gap:2rem;
  max-width:var(--maxw); margin-inline:auto;
  padding:16px 28px;
  min-height:76px;
}
.brand{ display:flex; align-items:center; gap:.8rem; flex:0 0 auto; }
.brand-logo{ height:44px; width:auto; display:block; }
.brand-fallback{ display:none; }
.brand-name{
  font-family:'Bebas Neue',sans-serif; font-size:1.35rem; letter-spacing:.06em;
  display:block; white-space:nowrap; color:var(--white-glow);
}
.brand-div{
  font-family:'Inter',sans-serif;
  font-size:10px; font-weight:600; letter-spacing:.26em; text-transform:uppercase;
  color:var(--steel-dim);
  padding-left:.85rem; border-left:1px solid var(--line); white-space:nowrap;
}
.nav-links{ display:none; gap:26px; margin-left:auto; align-items:center; flex-wrap:nowrap; }
.nav-links a{
  font-size:11.5px; letter-spacing:.13em; text-transform:uppercase; color:var(--steel);
  white-space:nowrap;
  transition:color .2s ease;
}
.nav-links a:hover{ color:var(--white-glow); }
.nav .btn, .nav-links a.btn{ padding:12px 20px; font-size:11px; letter-spacing:.18em; white-space:nowrap; }
@media(min-width:1180px){ .nav-links{ display:flex; } }

/* ---------- hero ---------- */
.hero{
  position:relative;
  padding:clamp(9rem,15vw,12rem) 0 clamp(3.5rem,7vw,6rem);
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(ellipse 700px 500px at 50% 10%, rgba(155,107,255,.16), transparent 60%),
    radial-gradient(ellipse 900px 700px at 50% 35%, rgba(208,176,128,.10), transparent 65%);
  pointer-events:none;
}
.hero-inner{ position:relative; z-index:2; max-width:820px; margin-inline:auto; text-align:center; }
.hero-grid{
  position:relative; z-index:2;
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:clamp(2rem,5vw,4.5rem);
  align-items:center;
}
.hero h1{
  font-size:clamp(38px,6vw,64px);
  color:var(--white-glow);
  text-shadow:0 0 30px rgba(248,248,248,.14);
  margin:0;
}
.hero h1 em{ font-style:normal; color:var(--brass); }
.hero-sub{
  color:var(--steel);
  font-size:16px;
  max-width:56ch;
  margin-top:22px;
  line-height:1.6;
}
.hero-inner .hero-sub{ margin-inline:auto; }
.hero-cta{ display:flex; flex-wrap:wrap; gap:16px; margin-top:38px; }
.hero-inner .hero-cta{ justify-content:center; }
.hero-facts{
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1.6rem 1.4rem;
  margin-top:2.8rem; padding-top:1.9rem;
  border-top:1px solid var(--line);
}
.fact-n{
  font-family:'Bebas Neue',sans-serif; font-size:2rem; letter-spacing:.03em;
  color:var(--brass); font-variant-numeric:tabular-nums; display:block; line-height:1;
}
.fact-l{
  font-family:'Inter',sans-serif; font-size:10px; font-weight:600;
  letter-spacing:.2em; text-transform:uppercase; color:var(--steel-dim);
  margin-top:.6rem; display:block;
}

/* ---------- sections ---------- */
section{ padding:clamp(5rem,9vw,7.5rem) 0; position:relative; }
.alt{ background:var(--panel); border-block:1px solid var(--line); }
.plan{ background:var(--panel); border-block:1px solid var(--line); }
.area{ background:var(--panel); border-block:1px solid var(--line); }

.sec-head{ max-width:62ch; }
.sec-head h2{ font-size:clamp(30px,4.4vw,44px); color:var(--white-glow); }
.sec-head p{ color:var(--steel); font-size:15px; margin-top:16px; max-width:58ch; line-height:1.65; }

.routes{ padding-top:clamp(1.5rem,3vw,2.5rem); }
.routes-head{ text-align:center; max-width:640px; margin:0 auto 64px; }
.routes-head h2{ font-size:clamp(30px,4.4vw,44px); color:var(--white-glow); }
.routes-head p{ color:var(--steel); font-size:15px; margin-top:16px; line-height:1.65; }

/* ---------- division route cards (flat, hairline grid — live-site pattern) ---------- */
.route-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}
.route{
  position:relative;
  display:flex;
  flex-direction:column;
  background:var(--bg);
  padding:52px 34px 40px;
  overflow:hidden;
  transition:background .3s ease;
}
.route::before{
  content:"";
  position:absolute; top:0; left:0; right:0; height:2px;
}
.route::after{
  content:"";
  position:absolute; inset:0; opacity:0; transition:opacity .35s ease; pointer-events:none;
}
.route:hover{ background:var(--panel); }
.route:hover::after{ opacity:1; }
.r-night::before{ background:linear-gradient(90deg, var(--acc-night), rgba(155,107,255,0)); }
.r-snack::before{ background:linear-gradient(90deg, var(--acc-snack), rgba(208,176,128,0)); }
.r-tcg::before  { background:linear-gradient(90deg, var(--acc-tcg), rgba(140,158,240,0)); }
.r-night::after{ background:radial-gradient(ellipse 420px 300px at 50% 0%, rgba(155,107,255,.15), transparent 68%); }
.r-snack::after{ background:radial-gradient(ellipse 420px 300px at 50% 0%, rgba(208,176,128,.12), transparent 68%); }
.r-tcg::after  { background:radial-gradient(ellipse 420px 300px at 50% 0%, rgba(140,158,240,.14), transparent 68%); }
.route > *{ position:relative; z-index:2; }

.route-tag{
  font-family:'Inter',sans-serif;
  font-size:10px; font-weight:600;
  letter-spacing:.26em; text-transform:uppercase;
  align-self:flex-start;
  border-radius:2px;
  padding:.4rem .75rem;
  border:1px solid var(--line);
  color:var(--steel-dim);
}
.r-night .route-tag{ color:var(--acc-night); border-color:rgba(155,107,255,.3); }
.r-snack .route-tag{ color:var(--acc-snack); border-color:var(--brass-dim); }
.r-tcg   .route-tag{ color:var(--acc-tcg);   border-color:rgba(140,158,240,.3); }

.route h3{
  font-family:'Bebas Neue',sans-serif; font-weight:400;
  font-size:32px; letter-spacing:.04em; color:var(--white-glow);
  margin:1.3rem 0 .8rem;
}
.route p{ font-size:14px; color:var(--steel); line-height:1.7; }
.route ul{
  list-style:none; padding:0; margin:1.5rem 0 1.9rem;
  display:flex; flex-direction:column; gap:.65rem;
}
.route li{
  font-size:13px; color:var(--steel);
  display:flex; gap:.7rem; align-items:flex-start; line-height:1.55;
}
.route li::before{
  content:""; width:6px; height:6px; margin-top:.5rem;
  border:1px solid var(--brass); opacity:.8; flex:0 0 auto;
}
.route-go{
  margin-top:auto;
  padding-top:1.3rem;
  border-top:1px solid var(--line);
  font-family:'Inter',sans-serif;
  font-weight:600;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.6rem;
  color:var(--brass);
  transition:color .2s ease;
}
.route-go svg{ transition:transform .22s ease; flex:0 0 auto; }
.route:hover .route-go{ color:var(--brass-light); }
.route:hover .route-go svg{ transform:translateX(4px); }

/* ---------- about / stats ---------- */
.about-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:clamp(2rem,5vw,4rem);
  align-items:start;
}
.about-body p + p{ margin-top:1.1rem; }
.about-body p{ color:var(--steel); line-height:1.75; }
.about-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}
.stat{ background:var(--bg); padding:1.8rem 1.5rem; }
.stat-n{
  font-family:'Bebas Neue',sans-serif; font-size:2.2rem; letter-spacing:.03em;
  color:var(--brass); line-height:1; font-variant-numeric:tabular-nums; display:block;
}
.stat-l{
  font-family:'Inter',sans-serif; font-size:10px; font-weight:600;
  letter-spacing:.2em; text-transform:uppercase; color:var(--steel-dim);
  margin-top:.7rem; display:block;
}

/* ---------- hairline card grid ---------- */
.cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:1px;
  margin-top:3rem;
  background:var(--line);
  border:1px solid var(--line);
}
.card{ background:var(--bg); padding:44px 30px; transition:background .25s ease; }
.card:hover{ background:var(--panel); }
.card-ico{
  width:44px; height:44px;
  border:1px solid var(--brass);
  border-radius:2px;
  display:grid; place-items:center;
  color:var(--brass);
  margin-bottom:1.4rem;
}
.card h3{ font-size:22px; color:var(--white-glow); margin-bottom:.7rem; }
.card p{ font-size:14px; color:var(--steel); line-height:1.65; }

/* ---------- steps ---------- */
.steps{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:2.4rem;
  margin-top:3rem;
  counter-reset:step;
}
.step{ padding-top:1.5rem; border-top:1px solid var(--line); }
.step::before{
  content:"0" counter(step);
  counter-increment:step;
  font-family:'Bebas Neue',sans-serif;
  font-size:16px; letter-spacing:.2em;
  color:var(--brass);
  display:block; margin-bottom:1rem;
}
.step h3{ font-size:17px; color:var(--white-glow); margin-bottom:.5rem; }
.step p{ font-size:13.5px; color:var(--steel); line-height:1.6; }

/* ---------- machine panel (snacks) ---------- */
.machine{
  border:1px solid var(--line);
  border-radius:2px;
  background:var(--panel);
  padding:1.5rem;
  box-shadow:0 30px 70px -40px rgba(0,0,0,.9);
}
.machine-top{
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  padding-bottom:1rem;
  border-bottom:1px solid var(--line);
}
.machine-title{ font-family:'Inter',sans-serif; font-weight:600; font-size:13px; }
.led{
  display:inline-flex; align-items:center; gap:.45rem;
  font-family:'Inter',sans-serif; font-size:10px; font-weight:600;
  letter-spacing:.2em; text-transform:uppercase;
  color:var(--brass);
  border:1px solid var(--brass-dim);
  border-radius:2px;
  padding:.35rem .65rem;
}
.led::before{
  content:""; width:6px; height:6px; border-radius:50%;
  background:var(--brass-light);
  box-shadow:0 0 8px var(--brass-light);
  animation:pulse 2.6s ease-in-out infinite;
}
@keyframes pulse{ 0%,100%{opacity:1} 50%{opacity:.35} }

.slots{ display:grid; grid-template-columns:repeat(4,1fr); gap:6px; margin-top:1.2rem; }
.slot{
  aspect-ratio:3/4;
  border:1px solid var(--line);
  border-radius:2px;
  background:var(--bg);
  display:flex; flex-direction:column; justify-content:flex-end;
  padding:.4rem;
  position:relative; overflow:hidden;
}
.slot::after{
  content:"";
  position:absolute; left:.4rem; right:.4rem; top:.4rem;
  height:52%;
  border-radius:1px;
  background:linear-gradient(160deg, rgba(208,176,128,.30), rgba(208,176,128,.06));
}
.slot span{
  font-family:'Inter',sans-serif; font-size:9.5px; font-weight:600;
  color:var(--steel-dim); letter-spacing:.12em; position:relative;
}
.machine-pay{
  display:flex; flex-wrap:wrap; gap:.45rem;
  margin-top:1.2rem; padding-top:1.2rem;
  border-top:1px solid var(--line);
}
.chip{
  font-family:'Inter',sans-serif; font-size:10px; font-weight:600;
  letter-spacing:.16em; text-transform:uppercase;
  color:var(--steel);
  border:1px solid var(--line);
  border-radius:2px;
  padding:.38rem .7rem;
}

/* ---------- planogram aisles (snacks) ---------- */
.aisle{
  display:grid;
  grid-template-columns:200px 1fr;
  gap:1.5rem;
  padding:1.6rem 0;
  border-bottom:1px solid var(--line);
  align-items:start;
}
.aisle:last-of-type{ border-bottom:0; }
.aisle-label{ display:flex; align-items:baseline; gap:.8rem; }
.aisle-code{
  font-family:'Bebas Neue',sans-serif; font-size:15px; letter-spacing:.14em;
  color:var(--brass);
  border:1px solid var(--brass-dim);
  border-radius:2px;
  padding:.2rem .6rem;
}
.aisle-name{ font-family:'Inter',sans-serif; font-weight:600; font-size:14.5px; }
.aisle-items{ display:flex; flex-wrap:wrap; gap:.5rem; }
.item{
  font-size:13px; color:var(--steel);
  border:1px solid var(--line);
  border-radius:2px;
  padding:.38rem .85rem;
  background:var(--bg);
}
.item.more{ color:var(--brass); border-color:var(--brass-dim); font-style:italic; }
.plan-note{ margin-top:2.2rem; font-size:13.5px; color:var(--steel-dim); max-width:62ch; line-height:1.7; }

/* ---------- location tiles ---------- */
.locs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  margin-top:3rem;
  background:var(--line);
  border:1px solid var(--line);
}
.loc{ background:var(--bg); padding:1.6rem 1.4rem; transition:background .25s ease; }
.loc:hover{ background:var(--panel); }
.loc h4{ font-size:14.5px; color:var(--white-glow); margin-bottom:.4rem; }
.loc p{ font-size:12.5px; color:var(--steel-dim); line-height:1.55; }

/* ---------- rarity ladder (tcg) ---------- */
.ladder{
  display:grid; gap:1px;
  margin-top:3rem;
  background:var(--line);
  border:1px solid var(--line);
}
.tier{
  background:var(--bg);
  display:grid;
  grid-template-columns:200px 1fr auto;
  gap:1.6rem;
  align-items:center;
  padding:1.5rem 1.6rem;
  transition:background .25s ease;
}
.tier:hover{ background:var(--panel); }
.tier-name{ display:flex; align-items:center; gap:.8rem; }
.tier-dot{ width:9px; height:9px; border-radius:50%; flex:0 0 auto; }
.tier-title{ font-family:'Inter',sans-serif; font-weight:600; font-size:14.5px; }
.tier-desc{ font-size:13.5px; color:var(--steel); line-height:1.65; }
.tier-price{
  font-family:'Inter',sans-serif; font-weight:600; font-size:10px;
  letter-spacing:.22em; text-transform:uppercase; color:var(--steel-dim);
  white-space:nowrap;
}
/* neutral -> brass ramp. no red anywhere. */
.t1 .tier-dot{ background:#6C6478; box-shadow:0 0 10px rgba(108,100,120,.7); }
.t2 .tier-dot{ background:#948C9E; box-shadow:0 0 10px rgba(148,140,158,.7); }
.t3 .tier-dot{ background:var(--acc-tcg); box-shadow:0 0 10px rgba(140,158,240,.7); }
.t4 .tier-dot{ background:var(--neon); box-shadow:0 0 12px rgba(155,107,255,.75); }
.t5 .tier-dot{ background:var(--brass); box-shadow:0 0 12px rgba(208,176,128,.85); }

/* ---------- holo card (tcg) ---------- */
.card-stage{ display:grid; place-items:center; perspective:1000px; }
.holo{
  position:relative;
  width:min(300px,78vw);
  aspect-ratio:5/7;
  border-radius:4px;
  padding:14px;
  background:var(--panel);
  border:1px solid var(--line);
  box-shadow:0 40px 80px -40px rgba(0,0,0,.95);
  overflow:hidden;
  transform:rotate(-3deg);
  transition:transform .4s cubic-bezier(.2,.7,.3,1);
}
.holo:hover{ transform:rotate(0deg) translateY(-6px); }
.holo::before{
  content:"";
  position:absolute; inset:-40%;
  /* brass / violet / periwinkle foil sweep — no red */
  background:conic-gradient(from 200deg,
    rgba(208,176,128,.26), rgba(155,107,255,.22), rgba(140,158,240,.24),
    rgba(233,210,166,.18), rgba(208,176,128,.26));
  filter:blur(22px);
  opacity:.7;
  animation:sheen 14s linear infinite;
  pointer-events:none;
}
@keyframes sheen{ to{ transform:rotate(360deg); } }
.holo-inner{
  position:relative;
  height:100%;
  border-radius:2px;
  border:1px solid var(--line);
  background:rgba(10,7,14,.82);
  display:flex; flex-direction:column;
  padding:1rem; gap:.8rem;
}
.holo-top{
  display:flex; align-items:center; justify-content:space-between; gap:.6rem;
  font-family:'Inter',sans-serif; font-size:9.5px; font-weight:600;
  letter-spacing:.2em; text-transform:uppercase; color:var(--steel-dim);
}
.holo-art{
  flex:1;
  border-radius:2px;
  border:1px solid var(--line);
  background:
    radial-gradient(120% 90% at 30% 20%, rgba(208,176,128,.20), transparent 60%),
    radial-gradient(120% 90% at 80% 90%, rgba(155,107,255,.26), transparent 62%),
    var(--bg);
  display:grid; place-items:center;
}
.holo-crest{ display:flex; flex-direction:column; align-items:center; gap:.55rem; text-align:center; }
.holo-crest-name{
  font-family:'Bebas Neue',sans-serif; font-size:1.9rem; letter-spacing:.12em; color:var(--white-glow);
}
.holo-crest-rule{ width:52px; height:2px; background:var(--brass); }
.holo-crest-sub{
  font-family:'Inter',sans-serif; font-weight:600; font-size:10px;
  letter-spacing:.34em; text-transform:uppercase; color:var(--brass);
}
.holo-name{ font-family:'Inter',sans-serif; font-weight:600; font-size:15px; }
.holo-meta{
  font-family:'Inter',sans-serif; font-size:10px; font-weight:600;
  letter-spacing:.16em; text-transform:uppercase; color:var(--brass);
}

/* ---------- two-panel split (tcg) ---------- */
.split{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:1px;
  margin-top:3rem;
  background:var(--line);
  border:1px solid var(--line);
}
.panel{
  background:var(--bg);
  padding:44px 34px 38px;
  position:relative;
  overflow:hidden;
  transition:background .25s ease;
}
.panel:hover{ background:var(--panel-2); }
.panel::before{ content:""; position:absolute; inset:0 0 auto 0; height:2px; }
.panel.collectors::before{ background:linear-gradient(90deg, var(--acc-tcg), transparent); }
.panel.hosts::before{ background:linear-gradient(90deg, var(--brass), transparent); }
.panel h3{
  font-family:'Bebas Neue',sans-serif; font-weight:400;
  font-size:28px; letter-spacing:.04em; color:var(--white-glow);
  margin:.9rem 0 .9rem;
}
.panel > p{ color:var(--steel); font-size:14px; line-height:1.7; }
.panel ul{ list-style:none; padding:0; margin:1.6rem 0 0; display:flex; flex-direction:column; gap:.95rem; }
.panel li{ display:flex; gap:.8rem; align-items:flex-start; font-size:13.5px; color:var(--steel); line-height:1.65; }
.panel li strong{ color:var(--white-glow); font-weight:600; }
.tick{
  flex:0 0 auto; margin-top:.3rem;
  width:16px; height:16px;
  border-radius:2px;
  display:grid; place-items:center;
  font-size:10px;
}
.collectors .tick{ background:rgba(140,158,240,.16); color:var(--acc-tcg); }
.hosts .tick{ background:var(--brass-dim); color:var(--brass); }
.panel .btn{ margin-top:2rem; }

/* ---------- trust strip ---------- */
.trust{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:1px;
  margin-top:3rem;
  background:var(--line);
  border:1px solid var(--line);
}
.trust-item{ background:var(--bg); padding:1.7rem 1.5rem; transition:background .25s ease; }
.trust-item:hover{ background:var(--panel); }
.trust-item h4{ font-size:14.5px; color:var(--white-glow); margin-bottom:.5rem; }
.trust-item p{ font-size:12.5px; color:var(--steel-dim); line-height:1.6; }

/* ---------- service area ---------- */
.area-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:2.8rem;
  margin-top:2.8rem;
}
.area-col h3{
  font-family:'Bebas Neue',sans-serif; font-weight:400;
  font-size:26px; letter-spacing:.06em; color:var(--brass);
  padding-bottom:.9rem;
  border-bottom:1px solid var(--line);
  margin-bottom:1.2rem;
}
.area-col ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:.7rem; }
.area-col li{
  font-size:14px; color:var(--steel);
  display:flex; align-items:center; gap:.7rem;
}
.area-col li::before{
  content:""; width:5px; height:5px; background:var(--brass); flex:0 0 auto;
}

/* ---------- contact ---------- */
.contact-box{
  border:1px solid var(--line);
  border-radius:2px;
  background:
    radial-gradient(120% 140% at 12% 0%, rgba(155,107,255,.12), transparent 60%),
    var(--panel);
  padding:clamp(2.2rem,4.5vw,3.6rem);
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:2.6rem;
  align-items:center;
}
.contact-box h2{ font-size:clamp(26px,3.6vw,38px); color:var(--white-glow); }
.contact-box p{ color:var(--steel); margin-top:1rem; max-width:44ch; line-height:1.65; }
.contact-box > *{ min-width:0; }
.contact-list{ display:flex; flex-direction:column; gap:1rem; min-width:0; }
.contact-row{
  display:flex; flex-direction:column; gap:.3rem; min-width:0;
  padding:1rem 1.2rem;
  border:1px solid var(--line);
  border-radius:2px;
  background:rgba(10,7,14,.55);
  transition:border-color .18s ease, background-color .18s ease;
}
a.contact-row:hover{ border-color:var(--brass); background:rgba(208,176,128,.05); }
.contact-row .k{
  font-family:'Inter',sans-serif; font-size:10px; font-weight:600;
  letter-spacing:.3em; text-transform:uppercase; color:var(--steel-dim);
}
.contact-row .v{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(18px,4.4vw,24px);
  letter-spacing:.04em; color:var(--white-glow);
  overflow-wrap:anywhere;
}

/* ---------- footer ---------- */
footer{ border-top:1px solid var(--line); padding:3rem 0 2.6rem; }
.foot{
  display:flex; flex-wrap:wrap; justify-content:space-between;
  gap:1.2rem; align-items:center;
}
.foot p{
  font-family:'Inter',sans-serif; font-size:11px; font-weight:500;
  letter-spacing:.14em; text-transform:uppercase; color:var(--steel-dim);
}
.foot-links{ display:flex; gap:1.6rem; flex-wrap:wrap; }
.foot-links a{
  font-size:11px; letter-spacing:.2em; text-transform:uppercase; color:var(--steel);
  transition:color .2s ease;
}
.foot-links a:hover{ color:var(--brass); }
.disclaimer{
  margin-top:1.8rem;
  font-size:11.5px;
  line-height:1.7;
  color:var(--steel-dim);
  max-width:80ch;
  letter-spacing:0;
  text-transform:none;
}

/* ---------- responsive ---------- */
@media (max-width:980px){
  .route-grid{ grid-template-columns:1fr; }
  .about-grid{ grid-template-columns:1fr; }
  .contact-box{ grid-template-columns:1fr; }
  .hero-grid{ grid-template-columns:1fr; }
  .machine{ max-width:420px; }
  .tier{ grid-template-columns:1fr; gap:.7rem; }
  .locs{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px){
  .wrap{ padding-inline:22px; }
  .aisle{ grid-template-columns:1fr; gap:.9rem; }
  .hero-facts{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .brand-div{ display:none; }
  .foot{ justify-content:center; text-align:center; }
}
@media (prefers-reduced-motion:reduce){
  *{ animation:none !important; transition:none !important; }
  .holo{ transform:none; }
}
