/* ============================================================
   HUDSONVILLE BODY SHOP, INC. — full-width, flat (~2014-16)
   Navy + red, Montserrat/Open Sans, flat cards & buttons,
   hero, multi-column footer. Features: before/after slider
   (one car, damage overlay), damage marker, parts store/cart.
   ============================================================ */

* { box-sizing: border-box; }
body { margin: 0; background: #fff; color: #454b54;
  font: 15px/1.7 "Barlow", Helvetica, Arial, sans-serif; }
a { color: #c0561a; text-decoration: none; } a:hover { color: #2a2f36; }
img { border: 0; max-width: 100%; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: #c0561a; color: #fff; padding: 10px 16px; font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; font-size: 13px; }
.skip:focus { left: 8px; top: 8px; }
.inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
h1,h2,h3,h4 { font-family: "Oswald", Helvetica, Arial, sans-serif; color: #23272c; margin: 0 0 .5em; font-weight: 700; line-height: 1.12; letter-spacing: .3px; }
h1 { font-size: 36px; } h2 { font-size: 27px; } h3 { font-size: 18px; } h4 { font-size: 15px; }
p { margin: 0 0 14px; }
.lede { font-size: 17px; color: #5a616b; line-height: 1.7; }
.muted { color: #8a919b; } .small { font-size: 13px; color: #8a919b; } .note { font-size: 13px; color: #8a919b; }
hr { border: 0; border-top: 1px solid #e7e9ec; margin: 22px 0; }

/* Top bar */
.topbar { background: #1c2026; color: #b6bbc1; font-size: 13px; }
.topbar .inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 24px; flex-wrap: wrap; gap: 8px; }
.topbar b { color: #fff; } .topbar a { color: #fff; } .topbar .star { color: #ef7a2a; }

/* Header */
.hdr { background: #fff; border-bottom: 1px solid #e7e9ec; }
.hdr .inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 24px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand .em { width: 56px; height: 56px; flex-shrink: 0; }
.brand b { display: block; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 24px; color: #2a2f36; line-height: 1.1; }
.brand small { display: block; color: #c0561a; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 3px; font-weight: 600; }
.brand .logo-img { height: 52px; width: auto; display: block; }
.ft-brand { display: block; }
.ft-brand .logo-img-w { height: 44px; width: auto; display: block; margin-bottom: 14px; }
@media (max-width: 560px) { .brand .logo-img { height: 42px; } }
.hphone { text-align: right; line-height: 1.25; }
.hphone .lbl { font-size: 11px; color: #8a919b; text-transform: uppercase; letter-spacing: 1px; }
.hphone .num { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 26px; color: #c0561a; }
.hphone .num:hover { color: #2a2f36; }

/* Nav */
.nav { background: #2a2f36; }
.nav .inner { padding: 0 24px; display: flex; }
.nav ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; width: 100%; }
.nav a { display: block; padding: 15px 20px; color: #cdd1d6; font-family: "Oswald", sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; transition: background .15s, color .15s; }
.nav a:hover { background: #363c44; color: #fff; }
.nav a.active { background: #c0561a; color: #fff; }
.nav .cartlink { margin-left: auto; }
.nav .cartlink a { background: #363c44; color: #fff; }
.nav .cartlink a:hover { background: #c0561a; }
.nav .badge { background: #ef7a2a; color: #1c2026; border-radius: 10px; padding: 1px 7px; margin-left: 7px; font-size: 12px; font-weight: 700; }

/* Hero (home) — asymmetric split */
.hero2 { background: #1c2026; color: #fff; overflow: hidden; position: relative; }
.hero2:before { content: ""; position: absolute; inset: 0; background-image: url(images/shop.jpg); background-size: cover; background-position: center; opacity: .06; }
.hero2-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 50px; align-items: center; padding: 62px 24px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #ef7a2a; font-family: "Oswald", sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 18px; }
.eyebrow:before { content: ""; width: 28px; height: 2px; background: #c0561a; }
.hero2-h1 { color: #fff; font-family: "Oswald", sans-serif; font-weight: 700; font-size: clamp(46px, 6.4vw, 92px); line-height: .9; letter-spacing: .5px; text-transform: uppercase; margin: 0 0 22px; }
.hero2-h1 .o { color: #ef7a2a; }
.hero2-sub { color: #c3c8ce; font-size: 17px; line-height: 1.6; max-width: 470px; margin: 0 0 28px; }
.hero2-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero2-meta { display: flex; align-items: baseline; gap: 14px; margin-top: 26px; border-top: 1px solid #363c44; padding-top: 20px; flex-wrap: wrap; }
.hero2-meta b { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 27px; color: #fff; letter-spacing: .5px; }
.hero2-meta span { color: #8f97a1; font-size: 13px; }
.hero2-media { position: relative; }
.hero2-media > img { width: 100%; height: 430px; object-fit: cover; display: block; clip-path: polygon(0 0, 100% 0, 100% 100%, 26px 100%, 0 calc(100% - 26px)); }
.hero2-badge { position: absolute; left: -16px; bottom: 28px; background: #c0561a; color: #fff; padding: 15px 22px; display: flex; align-items: center; gap: 13px; box-shadow: 0 12px 34px rgba(0,0,0,.45); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%); }
.hero2-badge b { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 42px; line-height: 1; }
.hero2-badge span { font-size: 12px; line-height: 1.15; text-transform: uppercase; letter-spacing: .8px; }
@media (max-width: 860px) { .hero2-grid { grid-template-columns: 1fr; gap: 30px; padding: 42px 24px; } .hero2-media > img { height: 300px; } .hero2-sub { max-width: none; } }
@media (max-width: 420px) { .hero2-badge b { font-size: 34px; } }

/* Full-width sections (home) */
.section { padding: 58px 0; }
.section.gray { background: #f4f6f8; }
.section-head { text-align: left; max-width: 860px; margin: 0 0 34px; }
.section-head .sh-eye { display: inline-flex; align-items: center; gap: 10px; color: #c0561a; font-family: "Oswald", sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 11px; }
.section-head .sh-eye:before { content: ""; width: 26px; height: 2px; background: #c0561a; }
.section-head h2 { margin: 0; font-size: clamp(28px, 3.6vw, 42px); line-height: 1.03; text-transform: uppercase; }
.section-head p { color: #8a919b; margin: 13px 0 0; font-size: 16px; max-width: 640px; }
.center { text-align: center; }
.btnrow { text-align: left; margin-top: 28px; }
.wrapmid { max-width: 900px; margin: 0 auto; }

/* Welcome split */
.split2 { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.split2 img { width: 100%; height: 320px; object-fit: cover; border-radius: 5px; box-shadow: 0 3px 12px rgba(18,22,28,.16); }
@media (max-width: 820px) { .split2 { grid-template-columns: 1fr; } .split2 img { height: 240px; } }

/* 4-up service cards — number-led, editorial */
.svc4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.svc4 .s { position: relative; border: 1px solid #e7e9ec; background: #fff; padding: 26px 22px 26px; text-align: left; transition: box-shadow .16s, transform .16s, border-color .16s; text-decoration: none; display: block; overflow: hidden; }
.svc4 .s:hover { box-shadow: 0 12px 28px rgba(18,22,28,.13); transform: translateY(-3px); border-color: #d8dce1; }
.svc4 .svc-num { display: block; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 44px; line-height: 1; color: #e4cbb8; letter-spacing: 1px; margin-bottom: 14px; transition: color .16s; }
.svc4 .s:hover .svc-num { color: #c0561a; }
.svc4 h3 { margin: 0 0 8px; color: #2a2f36; text-transform: uppercase; font-size: 18px; }
.svc4 p { margin: 0; font-size: 13px; color: #6a717b; line-height: 1.55; }
.svc4 .s:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #c0561a; transition: width .22s cubic-bezier(.2,.7,.2,1); }
.svc4 .s:hover:after { width: 100%; }
@media (max-width: 900px) { .svc4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .svc4 { grid-template-columns: 1fr; } }

/* FAQ accordion */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid #e7e9ec; border-radius: 4px; margin-bottom: 10px; box-shadow: 0 1px 2px rgba(18,22,28,.05); }
.faq summary { cursor: pointer; padding: 16px 46px 16px 20px; font-family: "Oswald", sans-serif; font-weight: 700; color: #23272c; list-style: none; position: relative; font-size: 15px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after { content: "+"; position: absolute; right: 18px; top: 12px; font-size: 22px; color: #c0561a; }
.faq details[open] summary:after { content: "\2212"; }
.faq .a { padding: 0 20px 18px; color: #5a616b; }

/* Home contact 2-col */
.hcontact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: start; }
.hcontact .info dt { font-family: "Oswald", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; color: #2a2f36; font-weight: 700; margin-top: 12px; }
.hcontact .info dd { margin: 2px 0 0; }
@media (max-width: 820px) { .hcontact { grid-template-columns: 1fr; } }

/* CTA strip */
.ctastrip { background: #c0561a; color: #fff; text-align: center; padding: 44px 24px; }
.ctastrip h2 { color: #fff; margin: 0 0 6px; }
.ctastrip p { color: #ffe2d1; margin: 0 0 18px; font-size: 16px; }
.ctastrip .btn { --a: #fff; --b: #1c2026; color: #2a2f36; margin: 4px; } .ctastrip .btn:hover { color: #fff; }
.ctastrip .btn.ghost { --a: transparent; --b: #fff; color: #fff; box-shadow: inset 0 0 0 2px #fff; } .ctastrip .btn.ghost:hover { color: #c0561a; }

/* Service-area pills */
.areas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; max-width: 860px; margin: 0; }
.areas span { background: #f4f6f8; border: 1px solid #e7e9ec; border-radius: 20px; padding: 8px 16px; font-family: "Oswald", sans-serif; font-weight: 600; font-size: 13px; color: #2a2f36; }
.section.gray .areas span { background: #fff; }

/* Blog */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post { border: 1px solid #e7e9ec; border-radius: 4px; background: #fff; box-shadow: 0 1px 2px rgba(18,22,28,.05); overflow: hidden; display: block; text-decoration: none; color: inherit; transition: box-shadow .15s, transform .15s; }
.post:hover { box-shadow: 0 8px 22px rgba(18,22,28,.14); transform: translateY(-3px); }
.post img { width: 100%; height: 170px; object-fit: cover; display: block; }
.post-in { padding: 16px; }
.post-cat { font-family: "Oswald", sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #c0561a; font-weight: 700; }
.post h3 { margin: 5px 0 6px; font-size: 16px; color: #23272c; line-height: 1.3; }
.post p { margin: 0 0 8px; font-size: 13px; color: #6a717b; }
.post-date { font-size: 12px; color: #8a919b; }
@media (max-width: 900px) { .posts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .posts { grid-template-columns: 1fr; } }
.post-hero { width: 100%; max-height: 360px; object-fit: cover; border-radius: 5px; margin: 6px 0 18px; }
.post-meta { font-family: "Oswald", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; color: #c0561a; font-weight: 700; margin: 0 0 6px; }
#content h2 { margin-top: 1.4em; }

/* Nav dropdown */
.nav li.has-sub { position: relative; }
.nav li.has-sub > a:after { content: " \25BE"; font-size: 9px; opacity: .8; }
.nav .sub { display: none; position: absolute; top: 100%; left: 0; background: #2a2f36; min-width: 240px; box-shadow: 0 10px 24px rgba(0,0,0,.28); z-index: 60; padding: 6px 0; }
.nav li.has-sub:hover > .sub { display: block; }
.nav .sub li { border: 0; width: 100%; }
.nav .sub a { padding: 10px 18px; text-transform: none; letter-spacing: 0; font-weight: 600; font-size: 13px; color: #cdd1d6; }
.nav .sub a:hover { background: #c0561a; color: #fff; }
@media (max-width: 960px) { .nav .sub { position: static; box-shadow: none; min-width: 0; background: #363c44; } .nav li.has-sub:hover > .sub { display: none; } }

/* Trust strip (spec bar under hero) */
.trustbar { background: #14171b; border-top: 3px solid #c0561a; }
.trustbar .inner { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 0 24px; }
.tb-i { display: flex; align-items: center; gap: 13px; padding: 22px 22px 22px 0; }
.tb-i + .tb-i { border-left: 1px solid #23272c; padding-left: 24px; }
.tb-i .ic { width: 32px; height: 32px; flex-shrink: 0; display: grid; place-items: center; }
.tb-i .ic svg { width: 30px; height: 30px; fill: #ef7a2a; }
.tb-i b { display: block; color: #fff; font-family: "Oswald", sans-serif; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .6px; line-height: 1.15; }
.tb-i small { color: #8f97a1; font-size: 12px; }
@media (max-width: 860px) { .trustbar .inner { grid-template-columns: repeat(2, 1fr); } .tb-i { border-left: 0 !important; padding-left: 0 !important; padding: 16px 14px; } }
@media (max-width: 460px) { .trustbar .inner { grid-template-columns: 1fr; } }

/* Title bar (inner) */
.titlebar { background: #2a2f36; }
.titlebar .inner { padding: 30px 24px; }
.titlebar h1 { margin: 0; color: #fff; }
.titlebar .crumbs { font-size: 13px; color: #aeb3b9; margin-top: 5px; }
.titlebar .crumbs a { color: #fff; }

/* Layout */
main { display: block; }
main .inner { display: flex; gap: 34px; padding: 40px 24px 52px; align-items: flex-start; }
#content { flex: 1; min-width: 0; }
#sidebar { width: 290px; flex-shrink: 0; }
main.full .inner { display: block; }

/* Buttons (flat) */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px; --a: #c0561a; --b: #2a2f36;
  color: #fff; padding: 13px 26px; border: 0; cursor: pointer; line-height: 1.1;
  font-family: "Oswald", sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .6px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%);
  background: linear-gradient(100deg, var(--b) 0 46%, var(--a) 54% 100%); background-size: 220% 100%; background-position: 100% 0;
  transition: background-position .34s cubic-bezier(.2,.7,.2,1), transform .12s, box-shadow .15s; }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; }
.btn:hover { background-position: 0 0; color: #fff; transform: translateY(-2px); box-shadow: 0 7px 16px rgba(192,86,26,.28); }
.btn:active { transform: translateY(0); box-shadow: none; }
.btn:focus-visible { outline: 3px solid rgba(192,86,26,.55); outline-offset: 3px; }
.btn.blue { --a: #2a2f36; --b: #c0561a; } .btn.blue:hover { box-shadow: 0 7px 16px rgba(42,47,54,.3); }
.btn.gold { --a: #ef7a2a; --b: #c0561a; }
.btn.white { --a: #fff; --b: #eef0f2; color: #2a2f36; } .btn.white:hover { color: #2a2f36; box-shadow: 0 7px 16px rgba(18,22,28,.2); }
.btn.ghost { --a: transparent; --b: #fff; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); } .btn.ghost:hover { color: #2a2f36; box-shadow: inset 0 0 0 2px #fff; }
.btn.big { padding: 15px 32px; font-size: 14px; }
.btn.big::after { content: "\2192"; font-size: 16px; margin-left: 1px; transition: transform .2s cubic-bezier(.2,.7,.2,1); }
.btn.big:hover::after { transform: translateX(5px); }
.btn.full { display: flex; width: 100%; }
.btn.sm { padding: 9px 16px; font-size: 12px; }

/* Sidebar cards (flat) */
.box { background: #fff; border: 1px solid #e7e9ec; border-radius: 4px; margin-bottom: 20px; box-shadow: 0 1px 2px rgba(18,22,28,.05); overflow: hidden; }
.box .bt { background: #2a2f36; color: #fff; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; padding: 12px 16px; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%); }
.box.red .bt { background: #c0561a; }
.box .bb { padding: 16px; font-size: 14px; }
.box .bb p { margin: 0 0 9px; } .box .bb p:last-child { margin: 0; }

/* Lists */
ul.list { margin: 8px 0 14px; padding-left: 22px; } ul.list li { margin: 5px 0; }
ul.checks { list-style: none; margin: 10px 0 16px; padding: 0; }
ul.checks li { padding: 6px 0 6px 30px; position: relative; }
ul.checks li:before { content: "\2714"; position: absolute; left: 0; top: 6px; color: #2e9c4f; font-weight: 700; }
.callout { background: #fdf1e8; border-left: 4px solid #ef7a2a; border-radius: 0 4px 4px 0; padding: 14px 18px; margin: 18px 0; }
.callout b { color: #b0521a; }

/* Services grid (flat cards) */
.svc { display: flex; flex-wrap: wrap; gap: 18px; margin: 14px 0; }
.svc .s { width: calc(50% - 9px); border: 1px solid #e7e9ec; border-radius: 4px; background: #fff; padding: 20px; box-shadow: 0 1px 2px rgba(18,22,28,.05); border-top: 3px solid #c0561a; }
.svc .s h3 { margin: 0 0 6px; } .svc .s p { margin: 0; font-size: 14px; color: #6a717b; }

/* Photos */
.photos { display: flex; flex-wrap: wrap; gap: 16px; margin: 16px 0; }
.photos figure { width: calc(33.33% - 11px); margin: 0; }
.photos img { width: 100%; height: 200px; object-fit: cover; border-radius: 4px; display: block; box-shadow: 0 2px 6px rgba(18,22,28,.12); }
.photos figcaption { font-size: 13px; color: #8a919b; padding: 7px 2px 0; }
.pic-right { float: right; width: 340px; margin: 0 4px 16px 22px; }
.pic-right img { width: 100%; height: 230px; object-fit: cover; border-radius: 4px; box-shadow: 0 2px 6px rgba(18,22,28,.12); }
.pic-right .c { font-size: 13px; color: #8a919b; padding: 6px 2px 0; }

/* Testimonials */
.tst { border: 1px solid #e7e9ec; border-radius: 4px; background: #fff; padding: 18px 20px; margin-bottom: 16px; box-shadow: 0 1px 2px rgba(18,22,28,.05); }
.tst .stars { color: #ef7a2a; letter-spacing: 2px; font-size: 15px; } .tst p { margin: 8px 0; font-style: italic; color: #454b54; } .tst .who { font-weight: 700; color: #2a2f36; font-size: 13px; }

/* Hours / status */
table.hours { width: 100%; border-collapse: collapse; font-size: 14px; }
table.hours td { padding: 6px 0; border-bottom: 1px solid #eef0f2; } table.hours td + td { text-align: right; font-weight: 700; color: #23272c; }
table.hours tr:last-child td { border-bottom: 0; } table.hours .closed { color: #c0561a; } table.hours tr.today td { color: #c0561a; }
.status { font-weight: 700; margin-bottom: 10px; padding: 9px; text-align: center; border-radius: 3px; background: #eef0f2; color: #6a717b; }
.status.open { color: #257a3a; background: #e8f5ec; } .status.closed { color: #c0561a; background: #fbeee4; }

/* Contact */
.cinfo dt { font-weight: 700; color: #2a2f36; margin-top: 10px; font-family: "Oswald", sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; } .cinfo dd { margin: 2px 0 6px; }
.mapbox { border-radius: 4px; overflow: hidden; margin: 16px 0; box-shadow: 0 2px 6px rgba(18,22,28,.12); } .mapbox iframe { display: block; width: 100%; height: 360px; border: 0; }

/* Forms */
.form { border: 1px solid #e7e9ec; border-radius: 4px; background: #fafbfc; padding: 22px; box-shadow: 0 1px 2px rgba(18,22,28,.05); }
.field { margin-bottom: 14px; }
.field label { display: block; font-weight: 600; font-size: 13px; color: #23272c; margin-bottom: 5px; }
.field input, .field select, .field textarea { width: 100%; padding: 11px 12px; border: 1px solid #cfd4da; border-radius: 3px; font: 15px "Barlow", Arial, sans-serif; background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: #2a2f36; box-shadow: 0 0 0 3px rgba(192,86,26,.12); }
.field textarea { height: 110px; resize: vertical; } .field .req { color: #c0561a; }
.row2 { display: flex; gap: 14px; } .row2 .field { flex: 1; }

/* Before/after slider */
.ba { position: relative; width: 100%; aspect-ratio: 3/2; max-height: 560px; overflow: hidden; border-radius: 5px; box-shadow: 0 3px 12px rgba(18,22,28,.2); user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; touch-action: pan-y; background: #1c2026; cursor: ew-resize; }
.ba__pane { position: absolute; inset: 0; } .ba__pane img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba__before img { filter: grayscale(.22) saturate(.45) brightness(.7) contrast(1.14); }
.ba .dmg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba img, .ba .dmg, .ba .glass { -webkit-user-drag: none; user-select: none; -webkit-user-select: none; pointer-events: none; }
.ba__before .glass { position: absolute; left: 34%; top: 30%; width: 15%; height: 13%; background: url(images/glass.jpg) center/cover no-repeat; mix-blend-mode: screen; opacity: .95; transform: rotate(-9deg); }
.ba__after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba__lab { position: absolute; top: 14px; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #fff; padding: 6px 12px; border-radius: 3px; z-index: 3; }
.ba__lab.b { left: 14px; background: #c0561a; } .ba__lab.a { right: 14px; background: #2e9c4f; }
.ba__h { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 3px; background: #fff; transform: translateX(-50%); z-index: 4; cursor: ew-resize; }
.ba__grip { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 3px solid #c0561a; color: #2a2f36; display: grid; place-items: center; font-size: 18px; box-shadow: 0 2px 8px rgba(0,0,0,.35); }
.ba__hint { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); font-family: "Oswald", sans-serif; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: #fff; background: rgba(20,24,30,.75); padding: 5px 11px; border-radius: 20px; z-index: 3; pointer-events: none; }

/* Damage marker */
.marker { position: relative; border-radius: 5px; overflow: hidden; box-shadow: 0 3px 12px rgba(18,22,28,.2); background: #1c2026; }
.marker img { width: 100%; display: block; }
.marker svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.marker .zone { fill: rgba(192,86,26,0); stroke: rgba(255,255,255,0); stroke-width: 2; cursor: pointer; transition: fill .12s; }
.marker .zone:hover { fill: rgba(192,86,26,.3); stroke: #fff; }
.marker .zone.sel { fill: rgba(192,86,26,.55); stroke: #fff; }
.marker .zlbl { fill: #fff; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 9px; text-transform: uppercase; letter-spacing: .5px; pointer-events: none; opacity: 0; }
.marker .zone:hover + .zlbl, .marker .zone.sel + .zlbl { opacity: 1; }
.marker .hint { position: absolute; left: 12px; bottom: 12px; background: rgba(20,24,30,.8); color: #fff; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; padding: 6px 11px; border-radius: 3px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; min-height: 26px; }
.chip { background: #c0561a; color: #fff; font-family: "Oswald", sans-serif; font-weight: 600; font-size: 12px; text-transform: uppercase; padding: 6px 11px; border-radius: 3px; display: inline-flex; gap: 8px; align-items: center; }
.chip b { cursor: pointer; color: #f6ded0; }
.chips .empty { color: #8a919b; font-style: italic; font-size: 14px; }

/* Parts store */
.store-tabs { display: flex; flex-wrap: wrap; gap: 7px; margin: 6px 0 20px; }
.store-tabs button { background: #eef0f2; border: 1px solid #dfe3e8; border-radius: 3px; color: #2a2f36; font-family: "Oswald", sans-serif; font-weight: 600; font-size: 12px; text-transform: uppercase; padding: 8px 14px; cursor: pointer; transition: .15s; }
.store-tabs button:hover { background: #dfe4ea; } .store-tabs button.on { background: #2a2f36; color: #fff; border-color: #2a2f36; }
.store { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.prod { border: 1px solid #e7e9ec; border-radius: 4px; background: #fff; display: flex; flex-direction: column; box-shadow: 0 1px 2px rgba(18,22,28,.05); transition: box-shadow .15s, transform .15s; }
.prod:hover { box-shadow: 0 6px 18px rgba(18,22,28,.14); transform: translateY(-2px); }
.prod .ico { height: 160px; overflow: hidden; border-bottom: 1px solid #eef0f2; background: #e9ebee; }
.prod .ico img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.prod:hover .ico img { transform: scale(1.05); }
.prod .in { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.prod .cat { font-family: "Oswald", sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #c0561a; font-weight: 700; }
.prod h3 { margin: 4px 0 5px; font-size: 15px; }
.prod .desc { font-size: 13px; color: #6a717b; flex: 1; margin-bottom: 10px; }
.prod .price { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 20px; color: #2a2f36; margin-bottom: 10px; }
.prod .price small { font-size: 12px; font-weight: 400; color: #8a919b; }

/* Cart */
.cart { border: 1px solid #e7e9ec; border-radius: 4px; background: #fff; box-shadow: 0 1px 2px rgba(18,22,28,.05); overflow: hidden; }
.cart .bt { background: #c0561a; color: #fff; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .5px; padding: 13px 16px; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%); }
.cart .bb { padding: 16px; }
.cart-empty { color: #8a919b; font-size: 14px; font-style: italic; }
.citem { display: flex; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid #eef0f2; font-size: 13px; }
.citem .nm { flex: 1; } .citem .nm b { display: block; color: #2a2f36; }
.citem .qty { display: flex; align-items: center; gap: 5px; }
.citem .qty button { width: 24px; height: 24px; border: 1px solid #c0561a; background: #fff; color: #c0561a; font-weight: 700; cursor: pointer; border-radius: 3px; line-height: 1; }
.citem .rm { color: #c0561a; cursor: pointer; font-weight: 700; }
.cart-tot { display: flex; justify-content: space-between; font-weight: 700; color: #2a2f36; padding: 12px 0 4px; font-size: 15px; font-family: "Oswald", sans-serif; }

/* ============================================================
   FOOTER (multi-column)
   ============================================================ */
.site-ft { background: #1c2026; color: #a6abb1; font-size: 14px; }
.site-ft a { color: #cdd1d6; } .site-ft a:hover { color: #ef7a2a; }
.ft-main { padding: 46px 0 34px; }
.ft-cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.5fr; gap: 34px; }
.ft-col h4 { color: #fff; font-family: "Oswald", sans-serif; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid #c0561a; display: inline-block; }
.ft-col ul { list-style: none; margin: 0; padding: 0; } .ft-col li { padding: 5px 0; }
.ft-col li a:before { content: "\203A"; color: #c0561a; margin-right: 8px; font-weight: 700; }
.ft-about .ft-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.ft-about .ft-brand .em { width: 46px; height: 46px; }
.ft-about .ft-brand b { color: #fff; font-family: "Oswald", sans-serif; font-size: 18px; display: block; line-height: 1.1; }
.ft-about .ft-brand span { color: #ef7a2a; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.ft-about p { line-height: 1.7; margin-bottom: 14px; }
.ft-social { display: flex; gap: 10px; }
.ft-social a { width: 38px; height: 38px; border-radius: 3px; background: #363c44; display: grid; place-items: center; transition: background .15s; }
.ft-social a:hover { background: #c0561a; }
.ft-social svg { width: 18px; height: 18px; fill: #fff; }
.ft-contact .row { display: flex; gap: 10px; padding: 5px 0; }
.ft-contact .row svg { width: 16px; height: 16px; fill: #c0561a; flex-shrink: 0; margin-top: 3px; }
.ft-bottom { background: #14171b; }
.ft-bottom .inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 16px 24px; font-size: 13px; color: #8b9098; }
.ft-bottom a { color: #a6abb1; }
@media (max-width: 900px) { .ft-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ft-cols { grid-template-columns: 1fr; } }

@media (max-width: 960px) {
  main .inner { flex-direction: column; } #sidebar { width: auto; }
  .svc .s { width: 100%; } .photos figure { width: calc(50% - 8px); }
  .pic-right { float: none; width: auto; margin: 0 0 16px; }
  .hdr .inner { flex-direction: column; align-items: flex-start; gap: 8px; } .hphone { text-align: left; }
  .store { grid-template-columns: repeat(2, 1fr); } .nav .cartlink { margin-left: 0; }
}
@media (max-width: 560px) { .store { grid-template-columns: 1fr; } .photos figure { width: 100%; } }
