:root {
  --ink: #17191c;
  --paper: #ffffff;
  --mist: #f3f4f6;
  --line: #e2e4e8;
  --mute: #656b75;
  --red: #e2382b;
  --red-deep: #b8261c;
  --yellow: #f7c400;
  --display: 'Baloo 2', 'Arial Rounded MT Bold', sans-serif;
  --body: 'Nunito Sans', -apple-system, system-ui, sans-serif;
  --w: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
body { margin: 0; font: 17px/1.55 var(--body); color: var(--ink); background: var(--paper); }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: var(--display); line-height: 1.05; margin: 0; letter-spacing: -0.01em; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }

/* header + hazard stripe */
.top { max-width: var(--w); margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand img { height: 35px; width: auto; }
.phone { font-weight: 700; text-decoration: none; padding: 8px 14px; border: 2px solid var(--ink); border-radius: 999px; white-space: nowrap; }
.phone:hover { background: var(--ink); color: #fff; }
.stripe { height: 10px; background: repeating-linear-gradient(-45deg, var(--yellow) 0 22px, var(--ink) 22px 44px); }

main { max-width: var(--w); margin: 0 auto; padding: 0 24px 64px; }

/* hero */
.hero { padding: 64px 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.eyebrow { grid-column: 1 / -1; margin: 0; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; color: var(--red); }
.hero h1 { font-size: clamp(52px, 8vw, 104px); font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--red); display: block; }
.lede p { margin: 0 0 14px; font-size: 18px; }
.cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 22px !important; }
.cta span { font-size: 15px; color: var(--mute); max-width: 26em; }
.btn { display: inline-block; background: var(--red); color: #fff; text-decoration: none; font-weight: 700; padding: 14px 22px; border-radius: 999px; box-shadow: 0 2px 0 var(--red-deep); }
.btn:hover { background: var(--red-deep); }

/* category nav */
.catnav { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 0 8px; border-top: 1px solid var(--line); position: sticky; top: 0; background: var(--paper); z-index: 2; }
.catnav a { text-decoration: none; font-weight: 600; font-size: 15px; padding: 7px 12px; border-radius: 999px; background: var(--mist); }
.catnav a:hover { background: var(--yellow); }
.catnav span { color: var(--mute); font-weight: 400; margin-left: 4px; }

/* grid */
.cat { padding-top: 40px; scroll-margin-top: 64px; }
.cat h2 { font-size: 34px; margin-bottom: 18px; display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.count { font: 600 14px var(--body); color: var(--mute); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.card { text-decoration: none; border-radius: 14px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.10); }
.thumb { aspect-ratio: 4 / 3; background: var(--mist); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.noimg { display: grid; place-items: center; height: 100%; color: var(--mute); font-weight: 600; background: repeating-linear-gradient(-45deg, var(--mist) 0 12px, #eaecef 12px 24px); }
.noimg.tall { aspect-ratio: 16 / 7; border-radius: 14px; }
.cardbody { padding: 14px 16px 16px; }
.card h3 { font-size: 21px; }
.meta { margin: 4px 0 0; color: var(--mute); font-size: 14px; }
.price { margin: 10px 0 0; font-family: var(--display); font-weight: 800; font-size: 22px; color: var(--red); }
.ask { color: var(--mute); font: 600 15px var(--body); }

/* detail */
.detail { padding-top: 24px; }
.crumbs { font-size: 14px; color: var(--mute); margin: 0 0 12px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.detail h1 { font-size: clamp(38px, 6vw, 64px); font-weight: 800; margin-bottom: 20px; }
.gallery { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
.gallery a { flex: 0 0 auto; scroll-snap-align: start; border-radius: 12px; overflow: hidden; background: var(--mist); }
.gallery img { height: min(60vh, 520px); width: auto; max-width: 92vw; object-fit: cover; }
.cols { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; padding-top: 28px; }
.text p { margin: 0 0 14px; }
.note { font-weight: 600; }
.buy { align-self: start; position: sticky; top: 20px; background: var(--mist); border-radius: 14px; padding: 22px; }
.buy dl { margin: 0 0 18px; display: grid; gap: 10px; }
.buy dl > div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 8px; }
.buy dt { color: var(--mute); }
.buy dd { margin: 0; font-weight: 700; text-align: right; }
.buy dl > div:first-child dd { font-family: var(--display); font-weight: 800; font-size: 26px; color: var(--red); }
.buy .btn { display: block; text-align: center; }
.small { font-size: 14px; color: var(--mute); margin: 12px 0 0; }
.more { padding-top: 40px; }
.more h2 { font-size: 24px; margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips a { text-decoration: none; font-weight: 600; font-size: 15px; padding: 7px 12px; border-radius: 999px; background: var(--mist); }
.chips a:hover { background: var(--yellow); }

.foot { max-width: var(--w); margin: 0 auto; padding: 28px 24px 48px; }
.foot p { margin: 0 0 6px; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 40px; }
  .cols { grid-template-columns: 1fr; gap: 24px; }
  .buy { position: static; }
  .gallery img { height: 60vw; }
  .top { padding: 14px 18px; }
  main { padding: 0 18px 48px; }
}
.text ul { padding-left: 20px; margin: 0 0 14px; }
.text li { margin: 4px 0; }
.soldtag { display: inline-block; background: var(--ink); color: var(--yellow); font: 800 14px var(--display); letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 6px; }
.soldtag.big { font-size: 18px; vertical-align: middle; margin-left: 8px; }
.card.is-sold .thumb img { filter: grayscale(1); opacity: .6; }
.card.is-sold h3 { color: var(--mute); }
.soldbox { font: 800 28px var(--display); color: var(--ink); margin: 0; }
.vat { margin: -8px 0 14px; }

/* contact in header */
.topcontact { display: flex; align-items: center; gap: 14px; }
.topcontact .mail { font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--yellow); }
.topcontact .mail:hover { color: var(--red); }
.cta-note { font-size: 15px; color: var(--mute); max-width: 34em; }
.btn.ghost { background: transparent; color: var(--ink); border: 2px solid var(--ink); box-shadow: none; padding: 12px 20px; }
.btn.ghost:hover { background: var(--ink); color: #fff; }

/* bundle band */
.band { display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; align-items: start; background: var(--mist); border-radius: 18px; padding: 30px 32px; margin-bottom: 8px; }
.band h2 { font-size: 30px; margin-bottom: 12px; }
.band p { margin: 0 0 14px; }
.band-cta { margin-top: 18px !important; }
.band-facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; font-size: 15px; }
.band-facts li { padding-left: 26px; position: relative; }
.band-facts li::before { content: ""; position: absolute; left: 0; top: 6px; width: 14px; height: 14px; border-radius: 4px; background: var(--yellow); }

/* stock (manufacturer) photos */
.gallery a { position: relative; }
.stocktag { position: absolute; left: 10px; bottom: 14px; background: rgba(23,25,28,.82); color: #fff; font: 700 12px/1 var(--body); letter-spacing: .04em; text-transform: uppercase; padding: 6px 9px; border-radius: 6px; }
.stocktag.sm { left: 8px; bottom: 8px; font-size: 11px; padding: 5px 7px; }
.thumb { position: relative; }
.stocknote { background: #fff8dc; border-left: 4px solid var(--yellow); padding: 12px 16px; margin: 14px 0 0; font-size: 15px; border-radius: 0 8px 8px 0; }
.forcenote { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 22px; font-size: 15px; color: var(--mute); }
.bundlehint { border-top: 1px solid var(--line); padding-top: 12px; margin-top: 14px !important; font-weight: 600; color: var(--ink); }
.buy .btn.ghost { margin-top: 10px; }

@media (max-width: 760px) {
  .band { grid-template-columns: 1fr; padding: 24px 22px; gap: 24px; }
  .topcontact .mail { display: none; }
}
/* Manufacturer shots are usually cut out on white; showing them whole beats cropping. */
.thumb img.stockimg { object-fit: contain; background: #fff; padding: 8px; }
