/* ==========================================================================
   mount_trains store  ·  design tokens + component styles
   Tokens live in :root so the same file can theme Snipcart's cart/checkout.
   ========================================================================== */

:root {
  --mt-red: #B5342A;      /* primary accent, buttons, price */
  --mt-red-2: #C13B2D;    /* brighter red, hero eyebrow/glow */
  --mt-red-d: #8E271F;    /* hover/pressed red */
  --mt-charcoal: #1B1A19; /* header, footer, dark bands */
  --mt-charcoal-2: #262523; /* utility bar */
  --mt-ink: #23211E;      /* body text */
  --mt-cream: #F4EEE1;    /* page background */
  --mt-paper: #FBF7EE;    /* cards, paper bands */
  --mt-brass: #B08A4F;    /* premium/gold detail, rules, dashed borders */
  --mt-muted: #6E665A;    /* secondary text */
  --mt-border: #E2D8C4;   /* hairline borders */
  --mt-slot: #ECE3D1;     /* image placeholder background */
  --mt-maxw: 1180px;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  background: var(--mt-cream);
  color: var(--mt-ink);
  font-family: 'IBM Plex Sans', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--mt-red); text-decoration: none; }
a:hover { color: var(--mt-red-d); text-decoration: underline; }
::selection { background: rgba(181, 52, 42, .22); }

img { max-width: 100%; }

@keyframes mtGlow { 0%, 100% { opacity: .55; } 50% { opacity: .85; } }

.wrap { max-width: var(--mt-maxw); margin: 0 auto; padding-left: 24px; padding-right: 24px; }

.mono { font-family: 'IBM Plex Mono', monospace; }
.oswald { font-family: 'Oswald', sans-serif; }

/* ---- Eyebrow ---- */
.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--mt-red);
  font-weight: 600;
}

/* ---- Buttons ---- */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--mt-red); color: #fff; border: none; cursor: pointer;
  font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase;
  letter-spacing: .06em; font-size: 16px; padding: 15px 28px; border-radius: 5px;
  transition: background .15s ease; text-decoration: none;
}
.btn-primary:hover { background: var(--mt-red-d); color: #fff; text-decoration: none; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--mt-ink); background: none; border: none; cursor: pointer;
  font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; font-size: 16px; padding: 15px 6px;
  text-decoration: none;
}
.btn-ghost:hover { color: var(--mt-red); text-decoration: none; }

/* ==========================================================================
   Utility bar
   ========================================================================== */
.utilbar {
  background: var(--mt-charcoal-2); color: #CFC7B8;
  font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .12em;
  text-transform: uppercase; padding: 9px 24px;
  display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.utilbar .tagline { opacity: .8; }
.utilbar .ship-to { opacity: .7; }
.region-toggle {
  display: inline-flex; border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px; overflow: hidden; gap: 2px; padding: 2px;
  background: rgba(0,0,0,.25);
}
.region-toggle a {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: 'IBM Plex Mono', monospace; font-size: 13px; font-weight: 700;
  letter-spacing: .1em; padding: 6px 16px; color: rgba(207,199,184,.65);
  border-radius: 999px; transition: all .15s ease;
}
.region-toggle a:hover { color: #fff; background: rgba(255,255,255,.1); }
.region-toggle a.is-active {
  background: var(--mt-red); color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.35);
}

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--mt-charcoal); border-bottom: 3px solid var(--mt-red);
}
.site-header .wrap {
  min-height: 76px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  padding-top: 0; padding-bottom: 0;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  background: none; border: none; cursor: pointer; padding: 8px 0; text-decoration: none;
}
.brand:hover { text-decoration: none; }
.brand img { height: 44px; width: auto; display: block; }
.brand .wordmark {
  font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 600;
  letter-spacing: .02em; color: #F4EEE1;
}
.brand .wordmark u { text-decoration: none; color: var(--mt-red); }
.mainnav { margin-left: auto; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.mainnav a, .mainnav .navlink {
  background: none; border: none; color: #E8E0D0;
  font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; font-weight: 500;
  cursor: pointer; padding: 9px 13px; border-radius: 5px; text-decoration: none;
  transition: background .15s ease, color .15s ease;
}
.mainnav a:hover, .mainnav .navlink:hover { background: rgba(255,255,255,.08); color: #fff; text-decoration: none; }
.mainnav a[aria-current="page"], .mainnav .navlink[aria-current="page"] { color: #fff; background: rgba(255,255,255,.06); }
.cart-btn {
  position: relative; margin-left: 8px; display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px; color: #F4EEE1; cursor: pointer; transition: background .15s ease, border-color .15s ease;
}
.cart-btn:hover { background: var(--mt-red); border-color: var(--mt-red); }
.cart-badge {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px;
  background: var(--mt-red); color: #fff; border: 2px solid var(--mt-charcoal); border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 600;
  display: none; align-items: center; justify-content: center;
}
.cart-badge.is-visible { display: flex; }

/* ==========================================================================
   Hero (direction C)
   ========================================================================== */
.hero {
  background: var(--mt-cream); color: var(--mt-ink); position: relative; overflow: hidden;
}
.hero .glow {
  position: absolute; top: -160px; right: -40px; width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(181,52,42,.16), rgba(181,52,42,0) 62%);
  animation: mtGlow 6s ease-in-out infinite; pointer-events: none;
}
.hero .wrap {
  padding-top: 64px; padding-bottom: 72px;
  display: flex; align-items: center; gap: 40px; flex-wrap: wrap; position: relative;
}
.hero .copy { flex: 1 1 400px; min-width: 300px; }
.hero .eyebrow { color: var(--mt-red); font-size: 12px; letter-spacing: .24em; }
.hero h1 {
  font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase;
  font-size: clamp(38px, 6vw, 68px); line-height: .98; letter-spacing: .005em;
  margin: 18px 0 0; color: var(--mt-ink);
}
.hero h1 .accent { color: var(--mt-red); }
.brass-rule { width: 76px; height: 4px; background: var(--mt-brass); margin: 26px 0; }
.hero p {
  font-family: 'IBM Plex Sans', sans-serif; font-size: 18px; line-height: 1.6;
  color: var(--mt-muted); max-width: 460px; margin: 0 0 30px;
}
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero .art { flex: 1 1 380px; min-width: 300px; display: flex; justify-content: center; align-items: center; }
.hero .art img { width: 100%; max-width: 520px; filter: drop-shadow(0 22px 30px rgba(27,26,25,.28)); }

/* ==========================================================================
   Trust row
   ========================================================================== */
.trust { background: var(--mt-charcoal); border-top: 1px solid rgba(255,255,255,.06); }
.trust .wrap { padding-top: 22px; padding-bottom: 22px; display: flex; gap: 20px; flex-wrap: wrap; justify-content: space-between; }
.trust-item { display: flex; align-items: center; gap: 12px; color: #E8E0D0; flex: 1 1 240px; }
.trust-item span { font-size: 14.5px; }
.trust-item strong { color: #fff; }

/* ==========================================================================
   Section headings
   ========================================================================== */
.section { max-width: var(--mt-maxw); margin: 0 auto; padding: 80px 24px 20px; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 28px;
}
.section-head h2 {
  font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase;
  font-size: 34px; letter-spacing: .01em; margin: 8px 0 0;
}
.viewall {
  display: inline-flex; align-items: center; gap: 7px; background: none; border: none; cursor: pointer;
  color: var(--mt-red); font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; font-size: 15px;
  text-decoration: none;
}
.viewall:hover { color: var(--mt-red-d); text-decoration: none; }

/* Product grids */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)); gap: 22px; }
.featured-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; }

/* ==========================================================================
   How it works
   ========================================================================== */
.howitworks {
  background: var(--mt-paper); border-top: 1px solid var(--mt-border); border-bottom: 1px solid var(--mt-border);
  margin-top: 72px;
}
.howitworks .wrap { padding-top: 76px; padding-bottom: 76px; }
.center-head { text-align: center; margin-bottom: 44px; }
.center-head h2 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 34px; margin: 8px 0 0; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; }
.step { text-align: center; padding: 8px; }
.step .num {
  width: 56px; height: 56px; margin: 0 auto 16px; border: 2px solid var(--mt-red); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 600; color: var(--mt-red);
}
.step h3 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 19px; margin: 0 0 8px; }
.step p { font-size: 15px; line-height: 1.6; color: var(--mt-muted); margin: 0 auto; max-width: 280px; }

/* ==========================================================================
   Shipping + STL two-up
   ========================================================================== */
.twoup { max-width: var(--mt-maxw); margin: 0 auto; padding: 76px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.card-charcoal {
  background: var(--mt-charcoal); color: #F4EEE1; border-radius: 10px; padding: 36px;
  position: relative; overflow: hidden;
}
.card-charcoal .kicker { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--mt-brass); }
.card-charcoal h3 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 26px; margin: 12px 0 14px; }
.card-charcoal p { font-size: 15px; line-height: 1.65; color: #D8D0C2; margin: 0 0 18px; }
.chiprow { display: flex; gap: 22px; flex-wrap: wrap; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #B9B1A2; }
.card-stl {
  background: var(--mt-paper); border: 1px dashed var(--mt-brass); border-radius: 10px; padding: 36px;
  display: flex; flex-direction: column;
}
.card-stl .kicker { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--mt-brass); }
.card-stl h3 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 26px; margin: 12px 0 14px; color: var(--mt-ink); }
.card-stl p { font-size: 15px; line-height: 1.65; color: var(--mt-muted); margin: 0 0 20px; }
.card-stl .tag {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(176,138,79,.14); color: var(--mt-brass);
  font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 5px;
}

/* ==========================================================================
   Partner store
   ========================================================================== */
.partner { max-width: var(--mt-maxw); margin: 0 auto; padding: 76px 24px; }
.partner-card {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 0;
  border: 1px solid var(--mt-border); border-radius: 12px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(27,26,25,.06);
}
.partner-logo { background: var(--mt-charcoal); display: flex; align-items: center; justify-content: center; padding: 48px 40px; }
.partner-logo img { width: 100%; max-width: 300px; height: auto; display: block; }
.partner-copy { background: var(--mt-paper); padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.partner-copy h2 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 30px; letter-spacing: .01em; margin: 10px 0 14px; color: var(--mt-ink); }
.partner-copy p { font-family: 'IBM Plex Sans', sans-serif; font-size: 16px; line-height: 1.65; color: var(--mt-muted); margin: 0 0 26px; max-width: 460px; }
.btn-primary.sm { font-size: 15px; padding: 14px 26px; align-self: flex-start; }

/* ==========================================================================
   Newsletter
   ========================================================================== */
.newsletter { background: var(--mt-charcoal); color: #F4EEE1; }
.newsletter .inner { max-width: 760px; margin: 0 auto; padding: 72px 24px; text-align: center; }
.newsletter .eyebrow { color: var(--mt-red-2); font-size: 12px; }
.newsletter h2 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 34px; margin: 12px 0 12px; }
.newsletter p.lead { font-size: 16px; line-height: 1.6; color: #D8D0C2; margin: 0 auto 28px; max-width: 520px; }
.news-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; max-width: 480px; margin: 0 auto; }
.news-form input {
  flex: 1 1 260px; background: #12110F; border: 1px solid rgba(255,255,255,.18); border-radius: 6px;
  color: #F4EEE1; font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; padding: 14px 16px; outline: none;
}
.news-form button {
  background: var(--mt-red); color: #fff; border: none; cursor: pointer;
  font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .06em;
  font-size: 15px; padding: 14px 26px; border-radius: 6px; transition: background .15s ease;
}
.news-form button:hover { background: var(--mt-red-d); }
.news-note { font-size: 12.5px; color: #8F887B; margin: 14px 0 0; }
.news-done {
  display: inline-flex; align-items: center; gap: 10px; background: rgba(176,138,79,.16); color: var(--mt-brass);
  border: 1px solid var(--mt-brass); border-radius: 6px; padding: 15px 24px; font-size: 15px;
}

/* ==========================================================================
   Product card
   ========================================================================== */
.card {
  display: flex; flex-direction: column; background: var(--mt-paper);
  border: 1px solid var(--mt-border); border-radius: 8px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(27,26,25,.06);
  transition: transform .18s ease, box-shadow .18s ease; height: 100%;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(27,26,25,.12); }
.card .imglink {
  border: none; padding: 0; margin: 0; background: var(--mt-slot); cursor: pointer;
  position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; display: block;
}
.card .imglink img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.badge {
  position: absolute; top: 10px; left: 10px; background: var(--mt-charcoal); color: #F4EEE1;
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 3px; z-index: 2;
}
.badge-popular { left: auto; right: 10px; background: #2F7D4F; color: #fff; }
/* "New" sticker: top-right in brand red (same slot as Popular — a product shows one or the other). */
.badge-new { left: auto; right: 10px; background: var(--mt-red); color: #fff; }
.card .body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.card .cat { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--mt-muted); }
.card .name {
  text-align: left; background: none; border: none; padding: 0; margin: 0; cursor: pointer; text-decoration: none;
  font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 19px; line-height: 1.15; letter-spacing: .005em; color: var(--mt-ink);
}
.card .name:hover { color: var(--mt-red); text-decoration: none; }
.card .blurb { font-family: 'IBM Plex Sans', sans-serif; font-size: 13.5px; line-height: 1.5; color: var(--mt-muted); }
.card .foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; }
.card .price { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 22px; color: var(--mt-ink); }
.card .price-from { display: block; font-family: 'IBM Plex Mono', monospace; font-weight: 400; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--mt-muted); margin-bottom: -2px; }
.btn-add {
  display: inline-flex; align-items: center; gap: 7px; background: var(--mt-red); color: #fff; border: none; cursor: pointer;
  font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .05em;
  font-size: 12.5px; padding: 9px 13px; border-radius: 4px; transition: background .15s ease; text-decoration: none;
}
.btn-add:hover { background: var(--mt-red-d); color: #fff; text-decoration: none; }
.btn-notify {
  display: inline-flex; align-items: center; gap: 7px; background: transparent; color: var(--mt-ink);
  border: 1px solid var(--mt-border); cursor: pointer;
  font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .05em;
  font-size: 12.5px; padding: 9px 13px; border-radius: 4px; text-decoration: none;
}
.btn-notify:hover { border-color: var(--mt-ink); color: var(--mt-ink); text-decoration: none; }

/* ==========================================================================
   Shop
   ========================================================================== */
.shop-main { max-width: var(--mt-maxw); margin: 0 auto; padding: 56px 24px 90px; }
.shop-head { margin-bottom: 8px; }
.shop-head h1 { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 44px; margin: 8px 0 6px; }
.shop-head p { font-size: 16px; color: var(--mt-muted); margin: 0; max-width: 560px; }
.chips {
  display: flex; gap: 10px; flex-wrap: wrap; margin: 30px 0 34px;
  border-top: 1px solid var(--mt-border); border-bottom: 1px solid var(--mt-border); padding: 16px 0;
}
.chip {
  font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 600; padding: 9px 16px;
  border-radius: 999px; cursor: pointer; transition: all .15s ease;
  background: var(--mt-paper); border: 1px solid var(--mt-border); color: var(--mt-ink); text-decoration: none;
}
.chip:hover { text-decoration: none; color: var(--mt-ink); }
.chip.is-active { background: var(--mt-charcoal); border: 1px solid var(--mt-charcoal); color: #F4EEE1; }
.chip.is-active:hover { color: #F4EEE1; }
.chip.soon { background: transparent; border: 1px dashed var(--mt-brass); color: var(--mt-brass); cursor: default; }
.chip.soon:hover { color: var(--mt-brass); }
.chip-link { display: inline-flex; align-items: center; gap: 7px; background: transparent; border: 1px solid var(--mt-red); color: var(--mt-red); }
.chip-link:hover { background: var(--mt-red); color: #fff; }

/* ==========================================================================
   Product detail
   ========================================================================== */
.product-main { max-width: var(--mt-maxw); margin: 0 auto; padding: 34px 24px 90px; }
.back-link {
  display: inline-flex; align-items: center; gap: 7px; background: none; border: none; cursor: pointer;
  color: var(--mt-muted); font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 500;
  padding: 0; margin-bottom: 26px; text-decoration: none;
}
.back-link:hover { color: var(--mt-red); text-decoration: none; }
.product-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 44px; align-items: start; }
.gallery .main {
  background: var(--mt-slot); border: 1px solid var(--mt-border); border-radius: 10px; overflow: hidden;
  aspect-ratio: 1 / 1; position: relative;
}
.gallery .main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery .main .badge { z-index: 3; padding: 6px 11px; font-size: 11px; border-radius: 4px; box-shadow: 0 2px 8px rgba(27,26,25,.25); }
.gallery .thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.gallery .thumb {
  background: var(--mt-slot); border: 1px solid var(--mt-border); border-radius: 8px; overflow: hidden;
  aspect-ratio: 1 / 1; position: relative; padding: 0; cursor: pointer; display: block; width: 100%;
}
.gallery .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.pd-cat { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--mt-muted); }
.pd-name { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 38px; line-height: 1.05; margin: 8px 0 14px; }
.pd-pricerow { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.pd-price { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 34px; color: var(--mt-red); }
.pd-price-suffix { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--mt-muted); align-self: center; }
.pd-compare { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 20px; color: var(--mt-muted); text-decoration: line-through; align-self: center; }
.pd-save { align-self: center; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: #2F7D4F; border-radius: 4px; padding: 5px 9px; }
.pd-pill {
  font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--mt-muted); background: var(--mt-paper); border: 1px solid var(--mt-border); border-radius: 4px; padding: 5px 10px;
}
.pd-desc { font-size: 16.5px; line-height: 1.7; color: var(--mt-ink); margin: 0 0 26px; }
.variants { display: flex; gap: 18px; flex-wrap: wrap; margin: 0 0 26px; }
.variants label {
  display: flex; flex-direction: column; gap: 7px;
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mt-muted);
}
.variants select {
  appearance: none; -webkit-appearance: none; background: var(--mt-paper); border: 1px solid var(--mt-border);
  border-radius: 6px; color: var(--mt-ink); font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; font-weight: 500;
  padding: 11px 38px 11px 14px; cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2214%22 height=%2214%22 fill=%22none%22 stroke=%22%236E665A%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22><path d=%22M6 9l6 6 6-6%22/></svg>');
  background-repeat: no-repeat; background-position: right 12px center;
}
.variants .len-field select { min-width: 180px; }
.variants .surf-field select { min-width: 150px; }
.variant-note {
  display: flex; gap: 9px; align-items: flex-start;
  background: rgba(176, 138, 79, .10); border: 1px solid var(--mt-border); border-left: 3px solid var(--mt-brass);
  border-radius: 6px; padding: 12px 14px; margin: 0 0 26px; max-width: 460px;
  font-size: 14px; line-height: 1.55; color: var(--mt-ink);
}
.variant-note svg { color: var(--mt-brass); flex: 0 0 auto; margin-top: 1px; }
.btn-buy {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; max-width: 340px;
  background: var(--mt-red); color: #fff; border: none; cursor: pointer;
  font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .06em;
  font-size: 17px; padding: 17px 28px; border-radius: 6px; transition: background .15s ease; text-decoration: none;
}
.btn-buy:hover { background: var(--mt-red-d); color: #fff; text-decoration: none; }
.in-dev { background: var(--mt-paper); border: 1px dashed var(--mt-brass); border-radius: 8px; padding: 20px 22px; max-width: 400px; }
.in-dev .t { margin: 0 0 6px; font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; color: var(--mt-ink); }
.in-dev .d { margin: 0; font-size: 14.5px; color: var(--mt-muted); }

.print-details { margin-top: 34px; border-top: 1px solid var(--mt-border); padding-top: 24px; }
.print-details h3 { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--mt-muted); margin: 0 0 16px; }
/* Columns: normal / wide (long mm+in Dimensions value) / medium (Scale, Climbing grade). */
.detail-grid { display: grid; grid-template-columns: 1fr 1.3fr 1.3fr; gap: 2px; background: var(--mt-border); border: 1px solid var(--mt-border); border-radius: 8px; overflow: hidden; }
@media (max-width: 560px) { .detail-grid { grid-template-columns: 1fr 1fr; } }
.detail-cell { background: var(--mt-paper); padding: 14px 16px; }
/* Cell that spans the full width of the detail grid (e.g. the station's "In the box"). */
.detail-cell--wide { grid-column: 1 / -1; }
.detail-cell .k { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mt-muted); margin-bottom: 4px; }
.detail-cell .v { font-weight: 600; }
/* Inch line under the mm dimensions */
.detail-cell .v .dims-in { display: block; font-weight: 500; font-size: 14px; color: var(--mt-muted); }
/* Color article number: a little more air below the color name */
#colorCell .dims-in { margin-top: 5px; }

.related { margin-top: 72px; border-top: 1px solid var(--mt-border); padding-top: 40px; }
.related h2 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 26px; margin: 0 0 24px; }

/* ==========================================================================
   About
   ========================================================================== */
.about-hero { background: var(--mt-charcoal); color: #F4EEE1; }
.about-hero .grid { max-width: var(--mt-maxw); margin: 0 auto; padding: 60px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 44px; align-items: center; }
.about-hero .eyebrow { color: var(--mt-red-2); }
.about-hero h1 { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: clamp(34px, 5vw, 52px); line-height: 1.02; margin: 12px 0 20px; }
.about-hero p { font-size: 17px; line-height: 1.7; color: #D8D0C2; margin: 0 0 16px; }
.about-hero p.last { margin: 0 0 26px; }
.about-hero .portrait {
  border: 2px solid var(--mt-brass); border-radius: 12px; overflow: hidden; aspect-ratio: 2 / 3;
  position: relative; background: #111; max-width: 420px; width: 100%; margin: 0 auto;
}
.about-hero .portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.values { max-width: var(--mt-maxw); margin: 0 auto; padding: 70px 24px; }
.values .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; }
.value-card { background: var(--mt-paper); border: 1px solid var(--mt-border); border-top: 3px solid var(--mt-red); border-radius: 8px; padding: 26px; }
.value-card h3 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 20px; margin: 0 0 10px; }
.value-card p { font-size: 15px; line-height: 1.6; color: var(--mt-muted); margin: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--mt-charcoal); color: #CFC7B8; border-top: 3px solid var(--mt-red); }
.site-footer .cols { max-width: var(--mt-maxw); margin: 0 auto; padding: 56px 24px 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px; }
.site-footer .brandrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.site-footer .brandrow img { height: 42px; width: auto; }
.site-footer .brandrow .wordmark { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 600; color: #F4EEE1; }
.site-footer .brandrow .wordmark u { text-decoration: none; color: var(--mt-red); }
.site-footer p { font-size: 14px; line-height: 1.6; margin: 0; max-width: 280px; }
.site-footer h4 { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #8F887B; margin: 0 0 14px; }
.site-footer .links { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.site-footer .links a, .site-footer .links button {
  background: none; border: none; color: #CFC7B8; cursor: pointer;
  font-family: 'IBM Plex Sans', sans-serif; font-size: 14.5px; padding: 0; text-decoration: none; text-align: left;
}
.site-footer .links a:hover, .site-footer .links button:hover { color: #fff; text-decoration: none; }
.site-footer .links a { display: inline-flex; align-items: center; gap: 9px; }
.site-footer .links a svg { flex-shrink: 0; opacity: .85; }
.site-footer .links a:hover svg { opacity: 1; }
.site-footer .botbar { border-top: 1px solid rgba(255,255,255,.08); }
.site-footer .botbar .inner { max-width: var(--mt-maxw); margin: 0 auto; padding: 18px 24px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .06em; color: #8F887B; }

/* ==========================================================================
   Notify form (coming-soon product pages)
   ========================================================================== */
.notify-form { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; max-width: 400px; }
.notify-form input[type="email"] {
  flex: 1 1 180px; background: #fff; border: 1px solid var(--mt-border); border-radius: 6px;
  color: var(--mt-ink); font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; padding: 10px 12px; outline: none;
}
.notify-form input[type="email"]:focus { border-color: var(--mt-brass); }
.notify-form .btn-notify { background: var(--mt-red); color: #fff; border-color: var(--mt-red); }
.notify-form .btn-notify:hover { background: var(--mt-red-d); border-color: var(--mt-red-d); color: #fff; }
.notify-msg { margin: 12px 0 0; font-size: 14.5px; color: var(--mt-brass); font-weight: 600; }
.notify-msg.err { color: var(--mt-red); }

/* ==========================================================================
   Contact page
   ========================================================================== */
.contact-main { max-width: 640px; }
.contact-h1 { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 44px; margin: 8px 0 10px; }
.contact-lead { font-size: 16px; line-height: 1.6; color: var(--mt-muted); margin: 0 0 30px; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form label {
  display: flex; flex-direction: column; gap: 7px;
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mt-muted);
}
.contact-form input, .contact-form textarea {
  background: #fff; border: 1px solid var(--mt-border); border-radius: 6px; color: var(--mt-ink);
  font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; padding: 12px 14px; outline: none; resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--mt-brass); }
.contact-form .btn-primary { align-self: flex-start; margin-top: 4px; }
.contact-done {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 20px;
  background: rgba(176, 138, 79, .12); color: var(--mt-brass); border: 1px solid var(--mt-brass);
  border-radius: 6px; padding: 14px 20px; font-size: 15px;
}
.contact-err { margin-top: 16px; color: var(--mt-red); font-size: 14.5px; }
.contact-alt { margin-top: 28px; font-size: 14px; color: var(--mt-muted); }

/* ==========================================================================
   Region price switching helpers
   ========================================================================== */
.price[data-eur][data-usd] { white-space: nowrap; }

/* ==========================================================================
   Responsive tweaks
   ========================================================================== */
@media (max-width: 640px) {
  .hero .wrap { padding-top: 44px; padding-bottom: 52px; }
  .section { padding-top: 60px; }
  .shop-head h1 { font-size: 36px; }
  .pd-name { font-size: 30px; }
}
