/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --ink: #000000;
  --soft: #0d0d0d;
  --steel: #1a1a1a;
  --line-dark: #262626;
  --line: #e8e8e8;
  --concrete: #ffffff;
  --bg: #ffffff;
  --muted: #6b6b6b;
  --muted-soft: #8a8a8a;
  --accent: #14a3a8;
  --accent-dark: #0f7a82;
  --accent-bright: #22c8ce;
  --serif: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --display: 'Chakra Petch', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --container: 1240px;
  --radius: 2px;
  --radius-lg: 4px;
}

/* Display headings — Chakra Petch carries the brand DNA */
h1, h2, h3, h4, h5, h6, .h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.005em;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 1.5rem; }
.mono { font-family: var(--mono); }

/* Section utilities */
section { padding: 6rem 0; }
@media (max-width: 720px) { section { padding: 4rem 0; } }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-family: var(--mono); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::before {
  content: ''; display: inline-block;
  width: 32px; height: 1px; background: currentColor; opacity: 0.55;
}
.h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.6rem);
  font-weight: 700; letter-spacing: -0.02em; line-height: 1.1;
  margin-top: 0.4rem;
}
.lead { color: var(--muted); font-size: 1.05rem; max-width: 620px; margin-top: 0.85rem; }
.section-head { margin-bottom: 3rem; }
.section-head.center { text-align: center; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.5rem; border-radius: var(--radius);
  font-weight: 600; font-size: 0.95rem; text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.12s, background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 4px 14px rgba(20,163,168,0.22); }
.btn-primary:hover { background: var(--accent-dark); box-shadow: 0 8px 24px rgba(20,163,168,0.36); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--soft); }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost-dark:hover { background: var(--ink); color: #fff; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-sm { padding: 0.55rem 1rem; font-size: 0.85rem; }
.btn-block { width: 100%; justify-content: center; }

/* ============================================================
   COMMAND BAR (sticky header)
   ============================================================ */
.cmd-bar {
  position: sticky; top: 0; z-index: 60;
  background: rgba(10,10,10,0.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line-dark);
  color: #fff;
}
.cmd-bar .row { display: flex; align-items: center; gap: 1rem; padding: 0.75rem 0; }
.cmd-brand, .foot-brand-mark {
  display: inline-flex; flex-direction: column; align-items: center;
  text-decoration: none; color: #fff;
  font-family: var(--display); line-height: 1; gap: 0.45em;
}
.bm-line {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; letter-spacing: 0.4em; text-transform: uppercase;
  white-space: nowrap; color: #fff;
}
.bm-line::before, .bm-line::after { content: ''; display: block; height: 1px; background: var(--accent-bright); }
.bm-line--top::before, .bm-line--top::after { width: 18px; }
.bm-line--bot::before, .bm-line--bot::after { width: 28px; }
.bm-word { display: inline-flex; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; line-height: 1; }
.bm-auto { color: #fff; }
.bm-care { color: var(--accent-bright); }
.bm-tag {
  font-family: var(--mono); font-weight: 500; letter-spacing: 0.18em;
  color: var(--accent-bright); text-transform: uppercase;
}
.cmd-brand .bm-line--top { font-size: 0.6rem; }
.cmd-brand .bm-line--bot { font-size: 0.55rem; }
.cmd-brand .bm-word { font-size: 1.55rem; }
.foot-brand-mark { margin-bottom: 1.1rem; }
.foot-brand-mark .bm-line--top { font-size: 0.72rem; }
.foot-brand-mark .bm-line--bot { font-size: 0.64rem; }
.foot-brand-mark .bm-word { font-size: 2.15rem; }
.foot-brand-mark .bm-tag { font-size: 0.66rem; margin-top: 0.6em; }
@media (max-width: 540px) {
  .cmd-brand .bm-word { font-size: 1.2rem; }
  .cmd-brand .bm-line--top { font-size: 0.5rem; }
  .cmd-brand .bm-line--bot { font-size: 0.45rem; }
}
.cmd-nav { display: flex; gap: 1.4rem; list-style: none; margin-left: 2rem; }
.cmd-nav a {
  text-decoration: none; color: rgba(255,255,255,0.78);
  font-weight: 500; font-size: 0.9rem; transition: color 0.12s;
}
.cmd-nav a:hover, .cmd-nav a.active { color: var(--accent-bright); }
.cmd-spacer { flex: 1; }
.cmd-actions { display: flex; gap: 0.6rem; }
.cmd-actions .btn-ghost-dark { color: #fff; border-color: rgba(255,255,255,0.4); }
.cmd-actions .btn-ghost-dark:hover { background: rgba(255,255,255,0.1); }
@media (max-width: 980px) { .cmd-nav { display: none; } .cmd-actions .secondary { display: none; } }
@media (max-width: 540px) { .cmd-actions .btn { padding: 0.55rem 0.9rem; font-size: 0.8rem; } }

/* ============================================================
   HOMEPAGE HERO
   ============================================================ */
.hero {
  position: relative; min-height: 84vh;
  display: flex; align-items: center;
  color: #fff; overflow: hidden;
  padding: 5rem 0 5.5rem;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('hero-supply-counter.png');
  background-size: cover; background-position: center; z-index: 0;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(95deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.25) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 30%);
}
.hero-mark { position: absolute; top: 1.75rem; right: 1.75rem; z-index: 2; opacity: 0.88; pointer-events: none; }
.hero-mark img { height: 76px; width: auto; display: block; }
@media (max-width: 820px) { .hero-mark img { height: 56px; } }
@media (max-width: 540px) { .hero-mark { display: none; } }
.hero-grid {
  position: relative; z-index: 1;
  display: grid; gap: 3rem;
  grid-template-columns: 1.4fr 1fr; align-items: end;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; align-items: start; } }
.hero-stamp {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--mono); font-size: 0.72rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-bright);
  border: 1px solid rgba(34,200,206,0.4);
  padding: 0.45rem 0.85rem; border-radius: 999px;
  background: rgba(34,200,206,0.08);
}
.hero-stamp .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-bright); box-shadow: 0 0 0 4px rgba(34,200,206,0.18); }
.hero h1 {
  font-size: clamp(2.4rem, 5.6vw, 4rem); font-weight: 700;
  line-height: 1.05; letter-spacing: -0.02em;
  margin: 1.4rem 0 1.25rem; max-width: 720px;
}
.hero h1 em { font-style: normal; color: var(--accent-bright); }
.hero-sub { font-size: clamp(1.05rem, 1.5vw, 1.2rem); max-width: 580px; color: rgba(255,255,255,0.85); margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-proof {
  margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1.4rem;
  font-family: var(--mono); font-size: 0.78rem;
  color: rgba(255,255,255,0.65); letter-spacing: 0.05em;
}
.hero-proof span { display: inline-flex; align-items: center; gap: 0.45rem; }
.hero-proof span::before { content: '+'; color: var(--accent-bright); font-weight: 700; }
.hero-spec {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.4); backdrop-filter: blur(8px);
  padding: 1.5rem; border-radius: var(--radius-lg);
}
.hero-spec h4 {
  font-family: var(--mono); font-size: 0.7rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent-bright); margin-bottom: 1rem;
}
.hero-spec ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.hero-spec li {
  display: flex; justify-content: space-between; gap: 1rem;
  font-size: 0.88rem; padding-bottom: 0.55rem;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.85);
}
.hero-spec li:last-child { border-bottom: 0; padding-bottom: 0; }
.hero-spec li .v { font-family: var(--mono); color: #fff; font-size: 0.82rem; }

/* ============================================================
   LOADOUT WALL
   ============================================================ */
.loadout { background: var(--ink); color: #fff; border-top: 1px solid var(--line-dark); }
.loadout .eyebrow { color: var(--accent-bright); }
.loadout h2 { color: #fff; }
.loadout .lead { color: rgba(255,255,255,0.65); }
.lanes { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-dark); }
@media (max-width: 900px) { .lanes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .lanes { grid-template-columns: 1fr; } }
.lane {
  padding: 0;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--soft); position: relative;
  transition: background 0.15s;
  display: flex; flex-direction: column; overflow: hidden;
}
.lane:hover { background: var(--steel); }
.lane-img { aspect-ratio: 16/9; overflow: hidden; border-bottom: 1px solid var(--line-dark); background: var(--ink); }
.lane-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s ease, opacity 0.3s; opacity: 0.9;
}
.lane:hover .lane-img img { transform: scale(1.04); opacity: 1; }
.lane-body { padding: 1.6rem; flex: 1; display: flex; flex-direction: column; }
.lanes .lane:nth-child(3n) { border-right: 0; }
.lanes .lane:nth-last-child(-n+3) { border-bottom: 0; }
@media (max-width: 900px) {
  .lanes .lane { border-right: 1px solid var(--line-dark) !important; border-bottom: 1px solid var(--line-dark) !important; }
  .lanes .lane:nth-child(2n) { border-right: 0 !important; }
  .lanes .lane:nth-last-child(-n+2) { border-bottom: 0 !important; }
}
@media (max-width: 600px) {
  .lanes .lane { border-right: 0 !important; border-bottom: 1px solid var(--line-dark) !important; }
  .lanes .lane:last-child { border-bottom: 0 !important; }
}
.lane-num { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.2em; color: var(--accent-bright); margin-bottom: 0.4rem; }
.lane h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.5rem; letter-spacing: -0.01em; }
.lane-purpose { color: rgba(255,255,255,0.72); font-size: 0.95rem; margin-bottom: 1rem; }
.lane-meta {
  border-top: 1px dashed rgba(255,255,255,0.15);
  padding-top: 0.85rem; margin-top: auto;
  font-family: var(--mono); font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  display: grid; gap: 0.4rem;
}
.lane-meta b { color: rgba(255,255,255,0.85); font-weight: 500; }
.lane-stocked { color: rgba(255,255,255,0.85); margin-bottom: 1rem; font-size: 0.88rem; }
.lane-stocked b { color: var(--accent-bright); font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; display: block; margin-bottom: 0.35rem; font-weight: 500; }
.lane-cta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 1rem; padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-family: var(--mono); font-size: 0.8rem;
  letter-spacing: 0.08em; color: var(--accent-bright);
  text-decoration: none; text-transform: uppercase;
}
.lane-cta:hover { color: #fff; }
.lane-cta::after { content: '→'; transition: transform 0.15s; }
.lane-cta:hover::after { transform: translateX(3px); }

/* ============================================================
   BUILD YOUR KIT
   ============================================================ */
.kits { background: var(--concrete); }
.kit-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .kit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .kit-grid { grid-template-columns: 1fr; } }
.kit {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.6rem;
  display: flex; flex-direction: column;
  transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s;
}
.kit:hover { transform: translateY(-3px); border-color: var(--ink); box-shadow: 0 14px 30px rgba(0,0,0,0.06); }
.kit-tier {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--mono); font-size: 0.68rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.85rem;
}
.kit-tier::before { content: ''; display: inline-block; width: 14px; height: 2px; background: var(--accent); }
.kit h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.4rem; letter-spacing: -0.01em; }
.kit-who { color: var(--muted); font-size: 0.9rem; margin-bottom: 1rem; }
.kit-row { margin-top: 0.85rem; padding-top: 0.85rem; border-top: 1px dashed var(--line); }
.kit-row:first-of-type { border-top: 1px solid var(--line); margin-top: 1rem; }
.kit-label {
  display: inline-block; font-family: var(--mono);
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--ink);
  background: #f4f4f3; border: 1px solid var(--line);
  padding: 0.22rem 0.55rem; border-radius: 2px; margin-bottom: 0.6rem;
}
.kit-label--up { color: var(--accent); border-color: var(--accent); background: rgba(20,163,168,0.06); }
.kit-list { list-style: none; margin-bottom: 0.25rem; }
.kit-list li {
  font-size: 0.86rem; padding: 0.28rem 0;
  display: flex; gap: 0.5rem; color: var(--soft); line-height: 1.4;
}
.kit-list li::before {
  content: '✓'; color: var(--accent); font-family: var(--mono); font-size: 0.85rem; flex-shrink: 0;
}
.kit-list--up li::before { content: '↑'; }
.kit-why {
  font-size: 0.85rem; color: var(--muted);
  margin: 1.1rem 0 1.25rem; font-style: italic;
  border-top: 1px solid var(--line); padding-top: 1rem;
}
.kit-why b { color: var(--ink); font-weight: 600; font-style: normal; }
.kit .btn { margin-top: auto; }

/* ============================================================
   FIELD CARDS
   ============================================================ */
.field { background: #fff; }
.field-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1000px) { .field-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .field-grid { grid-template-columns: 1fr; } }
.field-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s;
}
.field-card:hover { transform: translateY(-3px); border-color: var(--ink); box-shadow: 0 18px 36px rgba(0,0,0,0.07); }
.field-img { aspect-ratio: 4/3; background: var(--ink); position: relative; overflow: hidden; }
.field-img img { width: 100%; height: 100%; object-fit: cover; }
.field-cat {
  position: absolute; top: 0.85rem; left: 0.85rem;
  font-family: var(--mono); font-size: 0.68rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: #fff;
  background: rgba(0,0,0,0.65); border: 1px solid rgba(255,255,255,0.25);
  padding: 0.3rem 0.6rem; border-radius: 4px; backdrop-filter: blur(4px);
}
.field-body { padding: 1.4rem 1.4rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.field-body h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.85rem; letter-spacing: -0.005em; }
.spec {
  display: grid; grid-template-columns: 92px 1fr;
  gap: 0.35rem 0.85rem; margin: 0.5rem 0 1.2rem;
  padding: 0.85rem 0;
  border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line);
  font-size: 0.85rem;
}
.spec dt {
  font-family: var(--mono); font-size: 0.64rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); padding-top: 2px;
}
.spec dd { color: var(--soft); }
.field-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 0.5rem; }
.field-price { font-family: var(--mono); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.field-price small { display: block; font-weight: 400; color: var(--muted); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 2px; }
.field-price--quote {
  font-family: var(--mono); font-weight: 500;
  font-size: 0.78rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent);
  padding: 0.45rem 0.6rem;
  border: 1px dashed var(--accent); border-radius: 2px;
}
.field-cta {
  font-family: var(--mono); font-size: 0.78rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent); text-decoration: none;
  border: 1px solid var(--accent);
  padding: 0.55rem 0.9rem; border-radius: var(--radius);
  transition: background 0.15s, color 0.15s;
}
.field-cta:hover { background: var(--accent); color: #fff; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.howit { background: var(--concrete); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { display: grid; gap: 1rem; grid-template-columns: repeat(5, 1fr); list-style: none; }
@media (max-width: 1100px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.25rem;
  display: flex; flex-direction: column;
  transition: transform 0.18s, box-shadow 0.18s;
}
.step:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.06); }
.step-num { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.18em; color: var(--accent); margin-bottom: 0.6rem; font-weight: 500; }
.step h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.45rem; letter-spacing: -0.005em; }
.step p { font-size: 0.86rem; color: var(--muted); line-height: 1.5; }

/* ============================================================
   BULK SUPPLY COUNTER
   ============================================================ */
.bulk { background: var(--ink); color: #fff; position: relative; }
.bulk::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-bright), var(--accent));
}
.bulk h2 { color: #fff; }
.bulk .lead { color: rgba(255,255,255,0.7); }
.bulk-grid { display: grid; gap: 3rem; grid-template-columns: 1fr 1.2fr; align-items: start; }
@media (max-width: 900px) { .bulk-grid { grid-template-columns: 1fr; } }
.bulk-side h3 { font-size: 1.6rem; font-weight: 700; margin-bottom: 1rem; }
.bulk-side-img {
  aspect-ratio: 1/1; overflow: hidden;
  border-radius: var(--radius-lg); border: 1px solid var(--line-dark);
  margin-bottom: 1.75rem; background: var(--ink); max-width: 420px;
}
.bulk-side-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bulk-side .checks { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; margin-top: 1.5rem; }
.bulk-side .checks li {
  display: grid; grid-template-columns: 24px 1fr; gap: 0.8rem;
  font-size: 0.95rem; color: rgba(255,255,255,0.85);
}
.bulk-side .checks li::before { content: '✓'; color: var(--accent-bright); font-family: var(--mono); font-weight: 700; font-size: 1rem; }
.bulk-side .checks li b { color: #fff; font-weight: 600; }

.intake { background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: 2rem; border: 1px solid var(--line); }
.intake-head { display: flex; align-items: center; gap: 0.7rem; border-bottom: 1px solid var(--line); padding-bottom: 1rem; margin-bottom: 1.5rem; }
.intake-head .badge {
  font-family: var(--mono); font-size: 0.65rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  background: var(--ink); color: #fff;
  padding: 0.3rem 0.55rem; border-radius: 4px;
}
.intake-head h4 { font-size: 1.05rem; font-weight: 700; }
.field-row { display: grid; gap: 0.85rem; margin-bottom: 0.85rem; }
.field-row.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 540px) { .field-row.two { grid-template-columns: 1fr; } }
.intake label {
  font-family: var(--mono); font-size: 0.65rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.35rem; display: block;
}
.intake label .req { color: var(--accent); }
.intake input, .intake select, .intake textarea {
  width: 100%; padding: 0.75rem 0.85rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  font: inherit; font-size: 0.95rem;
  background: #fff; color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.intake input:focus, .intake select:focus, .intake textarea:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(20,163,168,0.15);
}
.intake textarea { resize: vertical; min-height: 110px; }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-top: 0.25rem; }
@media (max-width: 460px) { .checkbox-grid { grid-template-columns: 1fr; } }
.checkbox-grid label {
  display: flex; align-items: center; gap: 0.55rem;
  font-family: var(--serif); font-size: 0.88rem;
  text-transform: none; letter-spacing: 0;
  color: var(--soft);
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  cursor: pointer; margin-bottom: 0;
  transition: border-color 0.12s, background 0.12s;
}
.checkbox-grid label:hover { border-color: var(--ink); }
.checkbox-grid input { width: auto; margin: 0; }
.intake-submit { margin-top: 1.25rem; }
.intake-note { margin-top: 0.85rem; font-size: 0.78rem; color: var(--muted); text-align: center; }
.intake-note a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.intake-success {
  display: none; background: var(--ink); border: 1px solid var(--accent);
  border-radius: var(--radius); padding: 1.5rem 1rem;
  font-size: 0.95rem; margin-top: 1rem;
  color: #fff; text-align: center;
}
.intake-success.show { display: block; }
.success-mark { height: 70px; width: auto; margin: 0 auto 1rem; display: block; }
.intake-success strong { color: var(--accent-bright); display: block; margin-bottom: 0.25rem; font-family: var(--display); font-size: 1.05rem; letter-spacing: 0.01em; }

/* ============================================================
   CATALOG WAVES
   ============================================================ */
.waves { background: var(--concrete); }
.waves-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; }
@media (max-width: 800px) { .waves-grid { grid-template-columns: 1fr; } }
.wave {
  background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--accent);
  border-radius: var(--radius-lg); padding: 1.5rem;
}
.wave-num { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.6rem; }
.wave h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.wave p { color: var(--muted); font-size: 0.92rem; margin-bottom: 1rem; }
.wave a { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 2px; }
.wave a:hover { color: var(--accent); }

/* ============================================================
   GUIDES
   ============================================================ */
.guides { background: #fff; }
.guides-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .guides-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .guides-grid { grid-template-columns: 1fr; } }
.guide {
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem; display: flex; flex-direction: column;
  transition: border-color 0.15s, transform 0.15s; background: #fff;
}
.guide:hover { border-color: var(--ink); transform: translateY(-2px); }
.guide-num { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.2em; color: var(--accent); margin-bottom: 0.5rem; }
.guide h4 { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 0.5rem; }
.guide p { color: var(--muted); font-size: 0.92rem; margin-bottom: 1.2rem; flex: 1; }
.guide-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px dashed var(--line); padding-top: 0.85rem; }
.guide-time { font-family: var(--mono); font-size: 0.72rem; color: var(--muted); letter-spacing: 0.05em; }
.guide-link { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); text-decoration: none; }
.guide-link:hover { color: var(--ink); }
.guide-badge {
  font-family: var(--mono); font-size: 0.66rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
  border: 1px dashed var(--line);
  padding: 0.3rem 0.55rem; border-radius: 2px;
}

/* ============================================================
   SMART BRAND FAMILY
   ============================================================ */
.family { background: var(--ink); color: #fff; }
.family h2 { color: #fff; }
.family .lead { color: rgba(255,255,255,0.65); }
.family-strip {
  display: grid; gap: 0; grid-template-columns: repeat(5, 1fr);
  margin-top: 2.5rem; border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg); overflow: hidden;
}
@media (max-width: 900px) { .family-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .family-strip { grid-template-columns: 1fr; } }
.family-cell {
  padding: 1.6rem 1.25rem; border-right: 1px solid var(--line-dark);
  display: flex; flex-direction: column; gap: 0.4rem;
  background: var(--soft); color: inherit;
}
.family-cell:last-child { border-right: 0; }
@media (max-width: 900px) {
  .family-cell { border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
  .family-cell:nth-child(2n) { border-right: 0; }
  .family-cell:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 480px) {
  .family-cell { border-right: 0 !important; border-bottom: 1px solid var(--line-dark); }
  .family-cell:last-child { border-bottom: 0; }
}
.family-cell .role { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-bright); }
.family-cell .name { font-weight: 700; font-size: 1rem; }
.family-cell .what { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--concrete); }
.faq-list { display: grid; gap: 0.85rem; max-width: 900px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.5rem 1.75rem; }
.faq-item h4 { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.005em; margin-bottom: 0.5rem; display: flex; gap: 0.7rem; align-items: baseline; }
.faq-item h4 .q-num { font-family: var(--mono); font-size: 0.7rem; color: var(--accent); letter-spacing: 0.15em; flex-shrink: 0; }
.faq-item p { color: var(--muted); font-size: 0.95rem; padding-left: 2.4rem; }
@media (max-width: 540px) { .faq-item p { padding-left: 0; } }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: #050505; color: rgba(255,255,255,0.55); padding: 4rem 0 2rem; border-top: 1px solid var(--line-dark); }
.foot-grid { display: grid; gap: 2.5rem; grid-template-columns: 1.6fr repeat(4, 1fr); }
@media (max-width: 1000px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand p { font-size: 0.9rem; max-width: 300px; line-height: 1.55; }
.foot-brand .ctas { display: flex; gap: 0.55rem; margin-top: 1.25rem; flex-wrap: wrap; }
.foot h5 { color: #fff; font-family: var(--mono); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1rem; }
.foot ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.foot a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.9rem; transition: color 0.12s; }
.foot a:hover { color: var(--accent-bright); }
.foot-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-family: var(--mono); font-size: 0.78rem; color: rgba(255,255,255,0.4); }
.foot-bottom a { color: rgba(255,255,255,0.55); }

/* ============================================================
   INNER PAGES — shared layout primitives
   ============================================================ */
.page-hero {
  background: var(--ink); color: #fff;
  padding: 5rem 0 4rem;
  position: relative; overflow: hidden;
}
.page-hero .eyebrow { color: var(--accent-bright); }
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700; letter-spacing: -0.02em; line-height: 1.1;
  margin: 0.6rem 0 1rem;
}
.page-hero h1 em { font-style: normal; color: var(--accent-bright); }
.page-hero .lead { color: rgba(255,255,255,0.78); font-size: 1.1rem; max-width: 640px; }

.page-hero--img {
  min-height: 52vh; display: flex; align-items: end;
  padding: 0;
}
.page-hero--img .page-hero-bg { position: absolute; inset: 0; }
.page-hero--img .page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.page-hero--img .page-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.25) 100%);
}
.page-hero--img .wrap { position: relative; z-index: 2; padding-top: 6rem; padding-bottom: 3rem; width: 100%; }

.crumbs {
  font-family: var(--mono); font-size: 0.7rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 1rem;
}
.crumbs a { color: var(--accent-bright); text-decoration: none; }
.crumbs a:hover { color: #fff; }
.crumbs span { opacity: 0.5; margin: 0 0.45rem; }

.page-body { padding: 4.5rem 0 5rem; background: #fff; }
.page-body.dark { background: var(--ink); color: #fff; }

.prose { max-width: 720px; margin: 0 auto; }
.prose p { font-size: 1rem; line-height: 1.7; color: #1a1a1a; margin-bottom: 1.1rem; }
.prose h2 {
  font-family: var(--display); font-size: 1.5rem; font-weight: 700;
  margin-top: 2.5rem; margin-bottom: 0.8rem; letter-spacing: -0.01em;
  padding-top: 1.75rem; border-top: 1px solid var(--line);
}
.prose h2:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.prose h3 { font-family: var(--display); font-size: 1.1rem; font-weight: 700; margin-top: 1.8rem; margin-bottom: 0.6rem; }
.prose ul, .prose ol { margin: 0 0 1.25rem 1.5rem; }
.prose li { margin-bottom: 0.4rem; line-height: 1.6; color: #1a1a1a; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose .todo {
  background: rgba(20,163,168,0.08);
  border: 1px dashed var(--accent);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-family: var(--mono); font-size: 0.78rem;
  color: var(--accent-dark); margin: 1rem 0;
  letter-spacing: 0.05em;
}

/* CTA strip — used at the bottom of inner pages */
.cta-strip { background: var(--ink); color: #fff; padding: 4rem 0; text-align: center; }
.cta-strip h2 { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; margin-bottom: 0.6rem; color: #fff; }
.cta-strip p { color: rgba(255,255,255,0.7); max-width: 540px; margin: 0 auto 1.75rem; }
.cta-strip .actions { display: inline-flex; gap: 0.7rem; flex-wrap: wrap; justify-content: center; }

/* Contact page */
.contact-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr 1.3fr; margin-top: 2.5rem; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.75rem; }
.contact-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.5rem; }
.contact-card p { color: var(--muted); font-size: 0.95rem; margin-bottom: 0.5rem; }
.contact-card dl { display: grid; grid-template-columns: auto 1fr; gap: 0.7rem 1.2rem; margin-top: 1rem; }
.contact-card dt { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); padding-top: 2px; }
.contact-card dd { font-size: 0.95rem; color: var(--soft); }
.contact-card dd a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }

/* Buyer landing pages */
.buyer-grid { display: grid; gap: 2.5rem; grid-template-columns: 1.3fr 1fr; margin: 0 0 3rem; align-items: start; }
@media (max-width: 900px) { .buyer-grid { grid-template-columns: 1fr; } }
.buyer-side {
  background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--accent);
  border-radius: var(--radius-lg); padding: 1.75rem;
}
.buyer-side h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.6rem; }
.buyer-side p { color: var(--muted); font-size: 0.92rem; margin-bottom: 1rem; }
.buyer-side ul { list-style: none; }
.buyer-side ul li { display: flex; gap: 0.55rem; padding: 0.4rem 0; font-size: 0.9rem; color: var(--soft); border-bottom: 1px dashed var(--line); }
.buyer-side ul li:last-child { border-bottom: 0; }
.buyer-side ul li::before { content: '+'; color: var(--accent); font-family: var(--mono); font-weight: 700; }

.reasons {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 2.5rem 0;
}
@media (max-width: 800px) { .reasons { grid-template-columns: 1fr; } }
.reason {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.4rem;
}
.reason h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.reason p { color: var(--muted); font-size: 0.9rem; line-height: 1.5; }
.reason .num { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.18em; color: var(--accent); margin-bottom: 0.5rem; }

/* Lane detail pages */
.lane-detail .page-hero--img { min-height: 60vh; }
.lane-stat-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 3rem;
}
@media (max-width: 900px) { .lane-stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .lane-stat-grid { grid-template-columns: 1fr; } }
.lane-stat {
  background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius-lg); padding: 1.25rem;
}
.lane-stat dt { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.4rem; }
.lane-stat dd { font-family: var(--display); font-weight: 700; font-size: 1.1rem; color: var(--ink); }

/* Guide article */
.article-meta {
  display: flex; gap: 1.5rem; flex-wrap: wrap;
  font-family: var(--mono); font-size: 0.75rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 1.5rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.article-meta span { display: inline-flex; align-items: center; gap: 0.4rem; }
.article-meta b { color: var(--accent-bright); font-weight: 500; font-family: var(--mono); }

.guide-listing-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) { .guide-listing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .guide-listing-grid { grid-template-columns: 1fr; } }
.guide-listing {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.5rem;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  transition: border-color 0.15s, transform 0.15s;
}
.guide-listing:hover { border-color: var(--ink); transform: translateY(-2px); }
.guide-listing .guide-num { color: var(--accent); }
.guide-listing h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 0.5rem; }
.guide-listing p { color: var(--muted); font-size: 0.9rem; flex: 1; margin-bottom: 1rem; }
.guide-listing .read-more {
  font-family: var(--mono); font-size: 0.74rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent);
}
.guide-listing .read-more::after { content: ' →'; }

/* ============================================================
   CART (universal across every page via cart.js)
   ============================================================ */
.cart-icon {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  width: 40px; height: 40px;
  border-radius: var(--radius);
  cursor: pointer; padding: 0;
  position: relative;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}
.cart-icon:hover { background: rgba(255,255,255,0.1); border-color: var(--accent-bright); color: var(--accent-bright); }
.cart-icon svg { width: 18px; height: 18px; display: block; }
.cart-icon .count {
  position: absolute; top: -6px; right: -6px;
  min-width: 18px; height: 18px;
  background: var(--accent); color: #fff;
  border-radius: 999px;
  font-family: var(--mono); font-size: 0.65rem; font-weight: 700;
  display: none; align-items: center; justify-content: center;
  padding: 0 5px;
  box-shadow: 0 0 0 2px rgba(10,10,10,0.92);
}
.cart-icon .count.show { display: flex; }

.cart-drawer { position: fixed; inset: 0; z-index: 100; pointer-events: none; }
.cart-drawer.open { pointer-events: all; }
.cart-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0; transition: opacity 0.25s;
}
.cart-drawer.open .cart-backdrop { opacity: 1; }
.cart-panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 100%; max-width: 420px;
  background: var(--ink); color: #fff;
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.3s ease;
  border-left: 1px solid var(--line-dark);
}
.cart-drawer.open .cart-panel { transform: translateX(0); }
.cart-header {
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid var(--line-dark);
  position: relative;
}
.cart-header .eyebrow { color: var(--accent-bright); }
.cart-title {
  font-family: var(--display);
  font-size: 1.4rem; font-weight: 700;
  margin-top: 0.5rem; color: #fff;
}
.cart-close {
  position: absolute; top: 0.85rem; right: 1rem;
  background: transparent; border: 0;
  color: rgba(255,255,255,0.6);
  font-size: 1.8rem; line-height: 1;
  width: 32px; height: 32px; cursor: pointer;
}
.cart-close:hover { color: var(--accent-bright); }
.cart-list { flex: 1; overflow-y: auto; padding: 0.5rem 0; }
.cart-empty {
  text-align: center; padding: 3rem 1.5rem;
  color: rgba(255,255,255,0.55); font-size: 0.95rem;
}
.cart-empty strong { color: rgba(255,255,255,0.8); font-weight: 600; }
.cart-empty small { display: block; margin-top: 0.5rem; font-size: 0.82rem; }
.cart-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
  gap: 1rem;
}
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-cat {
  font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-bright); margin-bottom: 0.25rem;
}
.cart-item-name { font-size: 0.92rem; font-weight: 500; line-height: 1.3; }
.cart-item-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.cart-qty {
  display: flex; align-items: center;
  background: var(--soft); border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}
.cart-qty-btn {
  background: transparent; border: 0; color: #fff;
  width: 28px; height: 28px; cursor: pointer;
  font-size: 1rem; line-height: 1; padding: 0;
}
.cart-qty-btn:hover { color: var(--accent-bright); }
.cart-qty-val { font-family: var(--mono); font-size: 0.85rem; min-width: 22px; text-align: center; }
.cart-remove {
  background: transparent; border: 0;
  color: rgba(255,255,255,0.4);
  font-size: 1.5rem; line-height: 1;
  cursor: pointer; width: 24px; height: 24px; padding: 0;
}
.cart-remove:hover { color: var(--accent-bright); }
.cart-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--line-dark);
  display: flex; flex-direction: column; gap: 0.75rem;
}
.cart-clear {
  background: transparent; border: 0;
  color: rgba(255,255,255,0.5);
  font-family: var(--mono); font-size: 0.7rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; align-self: flex-start;
  text-decoration: underline; padding: 0;
}
.cart-clear:hover { color: var(--accent-bright); }
.cart-send { font-family: var(--display); font-size: 0.95rem; }
.cart-send:disabled { opacity: 0.4; cursor: not-allowed; box-shadow: none; }
.cart-note {
  font-size: 0.74rem; color: rgba(255,255,255,0.5);
  text-align: center; line-height: 1.4;
}

/* Add to Cart button (on field cards and elsewhere) */
.add-to-cart-btn {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff; background: var(--ink);
  border: 1px solid var(--ink);
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.add-to-cart-btn:hover {
  background: var(--accent); border-color: var(--accent);
}
.add-to-cart-btn.added {
  background: var(--accent);
  border-color: var(--accent);
}

/* Buy Now (Stripe Payment Link) — auto-hidden when href is empty */
.buy-now-btn {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff; background: var(--accent);
  border: 1px solid var(--accent);
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.4rem;
  box-shadow: 0 4px 14px rgba(20,163,168,0.3);
  transition: box-shadow 0.15s, background 0.15s;
}
.buy-now-btn:hover {
  background: var(--accent-dark);
  box-shadow: 0 8px 20px rgba(20,163,168,0.5);
}
.buy-now-btn[href=""], .buy-now-btn:not([href]) { display: none; }

/* Field card foot: stack actions vertically when there are multiple */
.field-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.85rem; padding-top: 0.85rem; border-top: 1px dashed var(--line); }
.field-actions .add-to-cart-btn,
.field-actions .buy-now-btn { flex: 1; justify-content: center; text-align: center; }
