/* ================================================================
   Kanect Co — customer website
   Bold dealership look: black / red / white, condensed headlines
   ================================================================ */
:root {
  --black: #0b0c10;
  --black-2: #16181f;
  --black-3: #23262f;
  --red: #e11d2e;
  --red-d: #b8121f;
  --yellow: #ffc72c;
  --white: #ffffff;
  --paper: #f3f4f6;
  --ink: #111318;
  --ink-2: #3c414d;
  --muted: #6b7280;
  --line: #e2e4e9;
  --radius: 10px;
  --head: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  --body: 'Barlow', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --shadow: 0 1px 2px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.06);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font: 16px/1.55 var(--body); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--head); font-weight: 800; text-transform: uppercase; letter-spacing: .01em; line-height: 1.02; margin: 0; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.ic { width: 1.1em; height: 1.1em; flex: none; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 10px; top: 10px; background: #fff; padding: 8px 12px; z-index: 100; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.hide { display: none !important; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 50px; padding: 0 24px; border-radius: 8px; border: 2px solid transparent;
  font: 700 17px/1 var(--head); text-transform: uppercase; letter-spacing: .06em; text-decoration: none; cursor: pointer; transition: background .15s, transform .15s, border-color .15s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-d); }
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { background: var(--black-3); }
.btn-white { background: #fff; color: var(--black); }
.btn-white:hover { background: var(--yellow); }
.btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-outline { border-color: var(--black); color: var(--black); background: transparent; }
.btn-outline:hover { background: var(--black); color: #fff; }
.btn-lg { height: 58px; padding: 0 30px; font-size: 19px; }
.btn-block { width: 100%; }

/* ---------- top bar & header ---------- */
.topbar { background: var(--black); color: #c9ccd4; font-size: 13.5px; }
.topbar-in { display: flex; gap: 22px; align-items: center; height: 36px; }
.tb-item { display: inline-flex; align-items: center; gap: 6px; }
.tb-item .ic { color: var(--red); }
.tb-bhph { margin-left: auto; color: var(--yellow); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 12.5px; }
.hdr { background: var(--black-2); color: #fff; position: sticky; top: 0; z-index: 50; border-bottom: 3px solid var(--red); }
.hdr-in { display: flex; align-items: center; gap: 28px; height: 76px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.logo-k { width: 44px; height: 44px; border-radius: 8px; background: var(--red); display: grid; place-items: center; font: 900 30px/1 var(--head); transform: skewX(-8deg); }
.logo-t { font: 800 30px/1 var(--head); letter-spacing: .04em; }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a { text-decoration: none; font: 700 17px/1 var(--head); text-transform: uppercase; letter-spacing: .06em; padding: 12px 14px; border-radius: 6px; color: #e6e7eb; }
.nav a:hover { color: #fff; background: rgba(255,255,255,.07); }
.nav a.on { color: #fff; box-shadow: inset 0 -3px 0 var(--red); border-radius: 0; }
.hdr-call { height: 46px; }
.burger { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; margin-left: auto; }
.burger span { display: block; height: 3px; background: #fff; border-radius: 2px; margin: 5px 0; transition: transform .2s, opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--black); color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .55; }
.hero-bg.none { opacity: 1; background: radial-gradient(1200px 500px at 85% 30%, rgba(225,29,46,.35), transparent 60%), repeating-linear-gradient(135deg, #111319 0 22px, #0d0f14 22px 44px); }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,12,16,.96) 0%, rgba(11,12,16,.82) 45%, rgba(11,12,16,.25) 100%); }
.hero-in { position: relative; z-index: 1; padding: 88px 20px 96px; }
.eyebrow { display: inline-block; background: var(--red); color: #fff; font: 700 14px/1 var(--head); text-transform: uppercase; letter-spacing: .14em; padding: 8px 12px; border-radius: 4px; margin-bottom: 18px; }
.hero h1 { font-size: clamp(46px, 7.4vw, 96px); max-width: 880px; }
.hero h1 em { font-style: normal; color: var(--red); }
.hero-sub { font-size: clamp(17px, 1.6vw, 21px); color: #d4d7de; max-width: 620px; margin: 20px 0 30px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.search-box { margin-top: 38px; background: #fff; border-radius: 12px; padding: 14px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr auto; gap: 10px; max-width: 1000px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.search-box select, .search-box input { height: 52px; }

/* ---------- strip ---------- */
.strip { background: var(--red); color: #fff; }
.strip-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-item { display: flex; align-items: center; gap: 14px; padding: 22px 18px; border-left: 1px solid rgba(255,255,255,.2); }
.strip-item:first-child { border-left: 0; }
.strip-item .ic { width: 34px; height: 34px; }
.strip-item b { display: block; font: 800 24px/1 var(--head); text-transform: uppercase; letter-spacing: .02em; }
.strip-item span { font-size: 14px; opacity: .9; }

/* ---------- sections ---------- */
.sec { padding: 76px 0; }
.sec-paper { background: var(--paper); }
.sec-dark { background: var(--black); color: #fff; }
.sec-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.sec-head h2 { font-size: clamp(36px, 4.4vw, 56px); }
.sec-head h2 em { font-style: normal; color: var(--red); }
.sec-head p { color: var(--muted); margin: 8px 0 0; max-width: 560px; }
.sec-dark .sec-head p { color: #b9bdc7; }
.kicker { font: 700 15px/1 var(--head); color: var(--red); text-transform: uppercase; letter-spacing: .16em; margin-bottom: 10px; display: block; }

/* ---------- cards ---------- */
.grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 22px; }
.card { background: #fff; border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; box-shadow: var(--shadow); border: 1px solid var(--line); transition: transform .18s, box-shadow .18s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.14); }
.card-img { aspect-ratio: 4/3; background: #d9dce2 center/cover no-repeat; position: relative; }
.noimg { position: absolute; inset: 0; display: flex; flex-direction: column; gap: 6px; align-items: center; justify-content: center; color: #8b919c; font: 700 14px var(--head); text-transform: uppercase; letter-spacing: .08em; background: repeating-linear-gradient(135deg, #e6e8ec 0 14px, #dfe2e7 14px 28px); }
.noimg .ic { width: 34px; height: 34px; }
.badge { position: absolute; top: 12px; left: 12px; background: var(--yellow); color: var(--black); font: 800 13px/1 var(--head); text-transform: uppercase; letter-spacing: .08em; padding: 7px 10px; border-radius: 4px; }
.pcount { position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,.7); color: #fff; font-size: 12.5px; font-weight: 600; padding: 4px 8px; border-radius: 4px; display: inline-flex; gap: 5px; align-items: center; }
.card-b { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.card-yr { font: 700 15px/1 var(--head); color: var(--red); text-transform: uppercase; letter-spacing: .08em; }
.card-t { font: 800 25px/1.05 var(--head); text-transform: uppercase; margin: 5px 0 8px; }
.card-specs { color: var(--muted); font-size: 14.5px; min-height: 22px; }
.card-foot { display: flex; align-items: end; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.card-price { font: 800 32px/1 var(--head); color: var(--black); }
.card-go { display: inline-flex; gap: 4px; align-items: center; font: 700 15px var(--head); text-transform: uppercase; letter-spacing: .06em; color: var(--red); }
.empty-box { background: var(--paper); border-radius: var(--radius); padding: 48px 24px; text-align: center; }
.empty-box h3 { font-size: 32px; margin-bottom: 8px; }

/* ---------- shop-by tiles ---------- */
.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; }
.tile { background: var(--black-2); color: #fff; text-decoration: none; border-radius: var(--radius); padding: 22px 20px; display: flex; flex-direction: column; gap: 4px; border: 2px solid transparent; transition: border-color .15s, background .15s; }
.tile:hover { border-color: var(--red); background: var(--black-3); }
.tile b { font: 800 28px/1 var(--head); text-transform: uppercase; }
.tile span { color: #aeb3be; font-size: 14px; }

/* ---------- features / values ---------- */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value { background: #fff; border-radius: var(--radius); padding: 26px 24px; border-top: 4px solid var(--red); box-shadow: var(--shadow); }
.value .ic { width: 38px; height: 38px; color: var(--red); margin-bottom: 14px; }
.value h3 { font-size: 26px; margin-bottom: 8px; }
.value p { color: var(--ink-2); margin: 0; font-size: 15.5px; }

/* ---------- promo bands ---------- */
.band { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.band h2 { font-size: clamp(40px, 5vw, 68px); }
.band h2 em { font-style: normal; color: var(--red); }
.band p { color: #c7cad2; font-size: 18px; margin: 16px 0 26px; max-width: 580px; }
.band-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.band-list li { display: flex; gap: 12px; align-items: center; background: var(--black-2); padding: 16px 18px; border-radius: 8px; font-weight: 600; font-size: 17px; }
.band-list .ic { color: var(--red); width: 24px; height: 24px; }
.band-red { background: linear-gradient(115deg, var(--red) 0%, #9c0d19 100%); color: #fff; }
.band-red p { color: #ffe3e5; }

/* ---------- visit ---------- */
.visit { display: grid; grid-template-columns: 1fr 1.3fr; gap: 30px; align-items: stretch; }
.visit-card { background: var(--black); color: #fff; border-radius: var(--radius); padding: 34px; }
.visit-card h3 { font-size: 34px; margin-bottom: 18px; }
.visit-row { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.visit-row .ic { color: var(--red); width: 24px; height: 24px; margin-top: 2px; }
.visit-row b { display: block; font: 700 15px var(--head); letter-spacing: .08em; text-transform: uppercase; color: #9aa0ab; margin-bottom: 2px; }
.visit-row a { color: #fff; }
.hours-line { margin: 0; }
.map { border-radius: var(--radius); overflow: hidden; min-height: 360px; background: var(--paper); box-shadow: var(--shadow); }
.map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }

/* ---------- page header ---------- */
.phead { background: var(--black); color: #fff; padding: 46px 0 40px; border-bottom: 4px solid var(--red); }
.phead h1 { font-size: clamp(42px, 6vw, 72px); }
.phead p { color: #c2c6cf; margin: 10px 0 0; font-size: 18px; max-width: 700px; }
.crumbs { font-size: 14px; color: #9aa0ab; margin-bottom: 10px; }
.crumbs a { color: #d6d9e0; text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }

/* ---------- inventory filters ---------- */
.filters { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 79px; z-index: 20; box-shadow: 0 6px 16px rgba(0,0,0,.04); }
.filters form { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr) auto; gap: 10px; padding: 14px 20px; }
.results-bar { display: flex; justify-content: space-between; align-items: center; margin: 28px 0 18px; gap: 12px; flex-wrap: wrap; }
.results-bar h2 { font-size: 30px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; gap: 6px; background: var(--paper); border: 1px solid var(--line); border-radius: 30px; padding: 6px 12px; font-size: 14px; font-weight: 600; text-decoration: none; }
.chip:hover { border-color: var(--red); }
.chip b { color: var(--red); }

/* ---------- forms ---------- */
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=search], select, textarea {
  width: 100%; height: 48px; padding: 0 14px; border: 2px solid #d7dae0; border-radius: 8px; font: 16px var(--body); color: var(--ink); background: #fff; outline: none; transition: border-color .15s; }
textarea { height: auto; min-height: 120px; padding: 12px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23111' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.form-grid .full { grid-column: 1 / -1; }
.fl { display: block; }
.fl > span { display: block; font: 700 14px var(--head); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; color: var(--ink-2); }
.fl > span i { color: var(--red); font-style: normal; }
.checks { display: flex; gap: 18px; flex-wrap: wrap; }
.checkl { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; cursor: pointer; }
.checkl input { width: 20px; height: 20px; accent-color: var(--red); }
.form-card { background: #fff; border-radius: 12px; padding: 30px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.form-card h2, .form-card h3 { font-size: 34px; margin-bottom: 6px; }
.form-card .sub { color: var(--muted); margin-bottom: 20px; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 12px; }
.flash { padding: 16px 18px; border-radius: 8px; margin-bottom: 18px; font-size: 16px; }
.flash.ok { background: #e7f6ec; color: #145c2e; border-left: 5px solid #1f9d55; }
.flash.err { background: #fde8ea; color: #8a0f1b; border-left: 5px solid var(--red); }
.flash a { font-weight: 700; }
.two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 34px; align-items: start; }

/* ---------- vehicle page ---------- */
.vd { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, 1fr); gap: 34px; align-items: start; padding: 34px 0 60px; }
.gallery { background: var(--black); border-radius: 12px; overflow: hidden; }
.g-main { position: relative; aspect-ratio: 4/3; background: #111 center/contain no-repeat; cursor: zoom-in; }
.g-main img { width: 100%; height: 100%; object-fit: cover; }
.g-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; border: 0; background: rgba(0,0,0,.6); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; display: grid; place-items: center; }
.g-nav:hover { background: var(--red); }
.g-prev { left: 12px; } .g-next { right: 12px; }
.g-count { position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,.7); color: #fff; font-size: 13px; font-weight: 600; padding: 5px 10px; border-radius: 4px; }
.g-thumbs { display: flex; gap: 6px; padding: 8px; overflow-x: auto; scrollbar-width: thin; }
.g-thumbs button { flex: none; width: 92px; aspect-ratio: 4/3; border: 2px solid transparent; border-radius: 6px; padding: 0; background: #222 center/cover; cursor: pointer; opacity: .65; }
.g-thumbs button.on { border-color: var(--red); opacity: 1; }
.g-thumbs button:hover { opacity: 1; }
.g-empty { aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #9aa0ab; font: 700 20px var(--head); text-transform: uppercase; letter-spacing: .08em; }
.g-empty .ic { width: 54px; height: 54px; }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.94); z-index: 200; display: flex; align-items: center; justify-content: center; }
.lightbox img { max-width: 94vw; max-height: 88vh; object-fit: contain; }
.lightbox .g-nav { position: fixed; }
.lb-close { position: fixed; top: 14px; right: 18px; background: none; border: 0; color: #fff; font-size: 40px; cursor: pointer; }
.buybox { position: sticky; top: 96px; background: #fff; border-radius: 12px; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.buybox-top { background: var(--black); color: #fff; padding: 22px 24px; }
.buybox-top .yr { font: 700 16px/1 var(--head); color: var(--red); letter-spacing: .1em; text-transform: uppercase; }
.buybox-top h1 { font-size: clamp(32px, 3.4vw, 44px); margin-top: 6px; }
.buybox-price { padding: 18px 24px; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 10px; flex-wrap: wrap; }
.buybox-price .p { font: 800 50px/1 var(--head); color: var(--red); }
.buybox-price .m { font-weight: 700; color: var(--ink-2); }
.buybox-b { padding: 18px 24px 24px; display: grid; gap: 10px; }
.bhph-note { background: #fff7db; border: 1px solid #f3dc8b; border-radius: 8px; padding: 12px 14px; font-size: 15px; display: flex; gap: 10px; align-items: flex-start; }
.bhph-note .ic { color: #9a6a00; width: 22px; height: 22px; }
.keyspecs { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; margin: 26px 0; }
.ks { background: var(--paper); border-radius: 10px; padding: 14px 16px; display: flex; gap: 12px; align-items: center; }
.ks .ic { width: 26px; height: 26px; color: var(--red); }
.ks b { display: block; font: 700 13px var(--head); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.ks span { font-weight: 700; font-size: 16px; }
.vd-sec { margin-top: 34px; }
.vd-sec h2 { font-size: 34px; margin-bottom: 14px; }
.spec-table { width: 100%; border-collapse: collapse; font-size: 16px; }
.spec-table th, .spec-table td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--line); }
.spec-table th { width: 38%; color: var(--muted); font-weight: 600; }
.spec-table tr:nth-child(odd) td, .spec-table tr:nth-child(odd) th { background: #fafbfc; }
.feat-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 24px; }
.feat-list li { display: flex; gap: 8px; align-items: center; padding: 6px 0; break-inside: avoid; font-weight: 500; }
.feat-list .ic { color: var(--red); }
.desc { white-space: pre-line; font-size: 17px; color: var(--ink-2); }
.sold-box { text-align: center; padding: 70px 20px; }
.sold-box h1 { font-size: clamp(40px, 6vw, 72px); }
.sold-box h1 em { color: var(--red); font-style: normal; }

/* ---------- about ---------- */
.about-text { font-size: 19px; color: var(--ink-2); max-width: 760px; }
.about-text p:first-child::first-letter { font: 800 64px/0.8 var(--head); float: left; color: var(--red); margin: 6px 10px 0 0; }

/* ---------- footer ---------- */
.ftr { background: var(--black); color: #b7bcc6; padding-top: 58px; font-size: 15.5px; }
.ftr-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 40px; }
.ftr h4 { color: #fff; font-size: 22px; margin-bottom: 14px; }
.ftr p { margin: 0 0 8px; }
.ftr a { color: #dfe2e8; text-decoration: none; }
.ftr a:hover { color: #fff; text-decoration: underline; }
.logo-ftr .logo-t { font-size: 26px; }
.ftr-tag { margin-top: 14px !important; max-width: 300px; }
.ftr-social { display: inline-flex; gap: 8px; align-items: center; margin-top: 8px; }
.ftr-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: #868c98; }
.ftr-bottom a { color: #868c98; }
.mobile-cta { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .search-box { grid-template-columns: 1fr 1fr; }
  .search-box .btn { grid-column: 1 / -1; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .filters form { grid-template-columns: 1fr 1fr 1fr; }
  .filters form .f-q { grid-column: 1 / -1; }
  .vd { grid-template-columns: minmax(0, 1fr); }
  .buybox { position: static; }
}
@media (max-width: 900px) {
  .hdr-in { height: 66px; }
  .burger { display: block; }
  .hdr-call { display: none; }
  .nav { position: fixed; top: 102px; left: 0; right: 0; bottom: 0; background: var(--black-2); flex-direction: column; padding: 20px; gap: 2px; transform: translateX(100%); transition: transform .22s; z-index: 60; overflow-y: auto; }
  .nav.open { transform: none; }
  .nav a { font-size: 26px; padding: 16px 12px; border-bottom: 1px solid rgba(255,255,255,.08); border-radius: 0; }
  .nav a.on { box-shadow: inset 4px 0 0 var(--red); }
  .strip-in { grid-template-columns: 1fr 1fr; }
  .strip-item:nth-child(3) { border-left: 0; }
  .strip-item { border-top: 1px solid rgba(255,255,255,.2); }
  .band, .visit, .two-col { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .filters { top: 69px; }
  body { padding-bottom: 66px; }
  .mobile-cta { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; position: fixed; left: 0; right: 0; bottom: 0; background: var(--black); padding: 8px; z-index: 70; box-shadow: 0 -6px 20px rgba(0,0,0,.25); }
  .mobile-cta .btn { height: 48px; padding: 0 8px; font-size: 16px; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .topbar .hide-sm, .tb-bhph { display: none; }
  .topbar-in { height: 32px; font-size: 12.5px; }
  .logo-t { font-size: 24px; }
  .logo-k { width: 38px; height: 38px; font-size: 25px; }
  .nav { top: 98px; }
  .hero-in { padding: 54px 16px 60px; }
  .search-box { grid-template-columns: 1fr; padding: 12px; }
  .sec { padding: 54px 0; }
  .values, .form-grid { grid-template-columns: 1fr; }
  .filters form { grid-template-columns: 1fr 1fr; padding: 12px 16px; }
  .ftr-grid { grid-template-columns: 1fr; }
  .strip-item { padding: 16px 12px; gap: 10px; }
  .strip-item b { font-size: 19px; }
  .strip-item span { font-size: 12.5px; }
  .strip-item .ic { width: 24px; height: 24px; }
  .filters { position: static; }
  .feat-list { columns: 1; }
  .form-card { padding: 22px 18px; }
  .buybox-price .p { font-size: 42px; }
  .hero-btns .btn { flex: 1; }
  .g-thumbs button { width: 72px; }
}
