/* =========================================================
   SnoBear USA — 2026 Styles
   ========================================================= */

/* ---------- CSS VARIABLES ---------- */
:root{
  --sb-black:#0f0f10;
  --sb-charcoal:#1a1a1c;
  --sb-steel:#5a5a5f;
  --sb-white:#fbfbfc;

  /* Brand accents */
  --sb-xp-gold:#b8943b;
  --sb-tl-ice:rgba(175,215,235,.9);

  /* UI */
  --border:rgba(15,15,16,.12);
  --muted:rgba(15,15,16,.70);
  --muted2:rgba(15,15,16,.55);

  --radius:18px;
  --shadow:0 10px 30px rgba(15,15,16,.08);
  --max:1120px;
}

/* ---------- RESET ---------- */
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
  background:var(--sb-white);
  color:var(--sb-black);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

a{ color:inherit; text-decoration:none; }
a:hover{ opacity:.9; }

img{ max-width:100%; display:block; }

/* ---------- LAYOUT ---------- */
.wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:0 22px;
}

.section{
  padding:56px 0;
}

.sub{
  color:var(--muted);
  max-width:640px;
}

/* ---------- HEADER ---------- */
.header{
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(251,251,252,.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 0;
  gap:16px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:650;
  letter-spacing:-0.02em;
}

.brand-mark{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  background: white; /* important */
}

.brand-mark .dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--sb-xp-gold);
}

/* Brand dot (used in header logo) */
.brand-dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sb-xp-gold);
}

.nav{
  display:flex;
  gap:18px;
  align-items:center;
  font-size:13px;
  color:rgba(15,15,16,.75);
}

.actions{
  display:flex;
  gap:10px;
}

/* ---------- BUTTONS ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  border:1px solid var(--border);
  background:transparent;
  white-space:nowrap;
}

.btn-primary{
  background:var(--sb-black);
  color:var(--sb-white);
  border-color:rgba(15,15,16,.2);
}

.btn-primary:hover{ opacity:.92; }

/* ---------- HERO ---------- */
.hero{
  padding:58px 0 30px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.3fr .9fr;
  gap:28px;
  align-items:center;
}

.hero h1{
  font-size:clamp(34px,5vw,64px);
  line-height:1.02;
  letter-spacing:-0.04em;
  margin:0 0 18px;
}

.lead{
  font-size:15px;
  color:var(--muted);
  max-width:46ch;
}

.hero-card{
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:white;
  box-shadow:var(--shadow);
  overflow:hidden;
  min-height:260px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.hero-card-inner{
  padding:18px;
}

.kicker{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--muted2);
}

/* ---------- XP / TL ACCENT RULES ---------- */
.gold-rule{
  width:68px;
  height:2px;
  background:var(--sb-xp-gold);
  margin:10px 0 14px;
}

.ice-rule{
  width:68px;
  height:2px;
  background:var(--sb-tl-ice);
  margin:10px 0 14px;
}

/* ---------- CARDS ---------- */
.card{
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:white;
  box-shadow:var(--shadow);
  padding:22px;
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--sb-black);
  text-decoration: none;
  font-size: 13px;
  box-shadow: 0 1px 0 rgba(15,15,16,.03);
}
.pill:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(15,15,16,.08);
}

#team{
  margin-bottom: 32px;
}

/* ---------- VEHICLE DOTS ---------- */
.xp-dot,
.tl-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  display:inline-block;
  margin-right:8px;
  vertical-align:middle;
}

.xp-dot{ background:var(--sb-xp-gold); }
.tl-dot{ background:var(--sb-tl-ice); }

/* ---------- PILLS ---------- */
.pill{
  display:inline-block;
  padding:6px 10px;
  font-size:12px;
  border-radius:999px;
  border:1px solid var(--border);
  color:var(--muted);
}

/* ---------- DEALERS ---------- */
.dealer-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:16px;
}

.dealer-card .top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
}

.badge{
  font-size:11px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid var(--border);
}

.lines{
  font-size:13px;
  color:var(--muted);
  line-height:1.6;
}

.dealer-actions{
  display:flex;
  gap:10px;
  margin-top:14px;
}

/* ---------- FORMS ---------- */
input,
textarea{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid var(--border);
  font-family:inherit;
  font-size:14px;
}

textarea{
  resize:vertical;
  min-height:120px;
}

label{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted2);
}

/* =========================================================
   Primary Panel (boxed callout)
   ========================================================= */
.panel{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 24px;
}

.panel .eyebrow{
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted2);
  margin: 0 0 10px;
}

.panel h3{
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.panel p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Optional: small rule inside panel */
.panel .rule{
  width: 88px;
  height: 2px;
  background: var(--sb-tl-ice);
  border-radius: 999px;
  margin: 14px 0 0;
}

/* ---------- DOCUMENT ROW FULL-WIDTH FIX ---------- */
.list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  width:100%;
  padding:18px 18px;
  border:1px solid var(--border);
  border-radius:16px;
  background:rgba(255,255,255,.75);
}

.row-left{
  display:flex;
  flex-direction:column;
  gap:6px;
  max-width:75%;
}

.row-title{
  font-weight:650;
  letter-spacing:-0.01em;
}

.row-sub{
  font-size:13px;
  color:var(--muted);
}

.row-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.row:hover{
  background:rgba(255,255,255,.9);
  border-color:rgba(15,15,16,.18);
}

/* ---------- FOOTER ---------- */
footer{
  margin-top:56px;
  border-top:1px solid
