:root {
  --red: #de1e33;
  --red-dark: #b91024;
  --amber: #fba919;
  --ink: #17191d;
  --graphite: #676766;
  --muted: #747982;
  --line: #e4e5e7;
  --soft: #f4f4f2;
  --paper: #fff;
  --green: #198754;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(23, 25, 29, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
.shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-150%); color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { display: block; margin-bottom: 10px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--red); box-shadow: 0 8px 24px rgba(222, 30, 51, .24); }
.button--primary:hover { background: var(--red-dark); }
.button--dark { color: #fff; background: var(--ink); }
.button--ghost { border-color: var(--line); background: #fff; }
.button--wide { width: 100%; }
.button--large { min-height: 58px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 14px; font-weight: 800; }
.text-link span { color: var(--red); }

/* Header */
.service-strip { color: #fff; background: var(--ink); font-size: 12px; }
.service-strip__inner { display: flex; min-height: 34px; align-items: center; gap: 30px; }
.service-strip__promise { flex: 1; color: #bfc1c6; text-align: center; }
.service-strip a { font-weight: 800; }
.site-header { position: relative; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.header-main { display: flex; min-height: 88px; align-items: center; gap: 24px; }
.brand { flex: 0 0 245px; }
.brand img { width: 245px; height: auto; }
.header-search { display: flex; flex: 1; min-width: 250px; height: 46px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: var(--soft); }
.header-search:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px rgba(222, 30, 51, .08); }
.header-search input { min-width: 0; flex: 1; padding: 0 15px; border: 0; outline: 0; background: transparent; }
.header-search button { padding: 0 17px; color: #fff; border: 0; background: var(--ink); font-size: 13px; font-weight: 800; }
.header-action { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.header-action__icon { display: grid; width: 38px; height: 38px; place-items: center; color: var(--red); border: 1px solid var(--line); border-radius: 10px; font-size: 20px; font-weight: 800; }
.header-action span:last-child { display: flex; flex-direction: column; }
.header-action small { color: var(--muted); font-size: 11px; }
.header-action strong { font-size: 12px; }
.site-nav { border-top: 1px solid var(--line); }
.nav-links { display: flex; min-height: 52px; align-items: center; gap: 32px; }
.nav-links a { font-size: 13px; font-weight: 700; }
.nav-links a:hover { color: var(--red); }
.nav-catalog { align-self: stretch; display: flex; align-items: center; gap: 10px; padding-inline: 22px; color: #fff !important; background: var(--red); }
.nav-spacer { flex: 1; }
.nav-phone { padding: 7px 14px; color: var(--red) !important; border: 1px solid rgba(222, 30, 51, .28); border-radius: 8px; }
.nav-toggle { display: none; border: 0; background: transparent; font-weight: 800; }
.toast { position: fixed; z-index: 1000; top: 135px; right: 24px; padding: 14px 20px; color: #fff; background: var(--ink); border-left: 4px solid var(--amber); border-radius: 8px; box-shadow: var(--shadow); animation: toast-in .3s ease; }
@keyframes toast-in { from { transform: translateX(40px); opacity: 0; } }

/* Hero */
.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(23,25,29,.98) 0%, rgba(23,25,29,.91) 42%, rgba(23,25,29,.46) 75%, rgba(23,25,29,.64) 100%), url("/images/centers/service-history.jpg") 72% 48% / cover no-repeat; filter: saturate(.6); }
.hero::after { position: absolute; right: -150px; bottom: -240px; width: 600px; height: 600px; content: ""; border: 110px solid rgba(222,30,51,.18); border-radius: 50%; }
.hero__inner { position: relative; z-index: 1; display: grid; min-height: 590px; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; padding-block: 64px; }
.hero__copy .eyebrow { color: var(--amber); }
.hero h1 { max-width: 680px; margin: 0 0 24px; font-size: clamp(44px, 5vw, 76px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: #bbbfc6; }
.hero__copy > p { max-width: 660px; margin: 0 0 34px; color: #ced0d4; font-size: 17px; }
.hero__facts { display: flex; gap: 34px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.hero__facts span { display: flex; flex-direction: column; color: #aeb2b8; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.hero__facts strong { margin-bottom: 3px; color: #fff; font-size: 19px; text-transform: none; letter-spacing: normal; }
.vehicle-picker { padding: 28px; color: var(--ink); background: rgba(255,255,255,.97); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.vehicle-picker__head { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.step-number { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-weight: 800; }
.vehicle-picker__head div { display: flex; flex-direction: column; }
.vehicle-picker__head strong { font-size: 18px; }
.vehicle-picker__head small { color: var(--muted); }
.picker-fields { display: grid; gap: 14px; padding-block: 22px; }
.picker-fields label, .filters label, .checkout-form label, .admin-form label, .login-card label { display: grid; gap: 7px; color: #51555c; font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; padding: 12px 13px; border: 1px solid #d8dade; border-radius: 9px; outline: none; background: #fff; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(222,30,51,.08); }
select:disabled { color: #999; background: #f4f4f4; }
.picker-note { padding-top: 13px; color: var(--muted); font-size: 11px; text-align: center; }
.picker-note a { color: var(--red); font-weight: 800; }
.is-disabled { opacity: .45; pointer-events: none; }
.trust-line { border-bottom: 1px solid var(--line); background: #fff; }
.trust-line__inner { display: grid; min-height: 70px; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-line__inner span { padding-inline: 20px; border-right: 1px solid var(--line); color: #555a62; font-size: 12px; font-weight: 700; text-align: center; }
.trust-line__inner span:last-child { border-right: 0; }
.trust-line b { margin-right: 7px; color: var(--red); }

/* Sections */
.section { padding-block: 84px; }
.section--soft { background: var(--soft); }
.section--dark { color: #fff; background: var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 3vw, 45px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading--light .text-link { color: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.category-card { position: relative; min-height: 210px; overflow: hidden; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: .25s ease; }
.category-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.category-card__number { position: absolute; top: 20px; right: 20px; color: #c1c3c7; font-size: 11px; font-weight: 800; }
.category-card strong { position: absolute; right: 24px; bottom: 48px; left: 24px; font-size: 19px; }
.category-card > span:last-child { position: absolute; right: 24px; bottom: 23px; left: 24px; color: var(--muted); font-size: 11px; font-weight: 700; }
.category-icon { position: absolute; top: 34px; left: 28px; display: block; width: 78px; height: 82px; border-radius: 45% 55% 50% 50%; background: var(--soft); }
.category-icon::before, .category-icon::after { position: absolute; content: ""; }
.category-icon::before { inset: 18px; border: 9px solid var(--red); border-radius: 50%; }
.category-icon--drop { clip-path: polygon(50% 0, 91% 49%, 88% 76%, 72% 95%, 49% 100%, 25% 94%, 9% 76%, 10% 49%); background: rgba(222,30,51,.12); }
.category-icon--gear::after { inset: 31px; border-radius: 50%; background: var(--amber); }
.category-icon--filter { width: 88px; height: 65px; border: 12px solid #676766; border-radius: 8px; background: repeating-linear-gradient(90deg, #fff 0 5px, var(--amber) 5px 9px); }
.category-icon--filter::before { inset: -22px 18px auto; height: 14px; border-radius: 8px 8px 0 0; background: var(--red); }
.category-icon--snow { background: transparent; }
.category-icon--snow::before { inset: 4px; content: "✣"; color: #55a7cb; font-size: 70px; line-height: 1; }
.category-icon--flask { width: 58px; height: 78px; margin-left: 12px; border: 8px solid var(--graphite); border-top: 0; border-radius: 8px 8px 22px 22px; background: linear-gradient(to bottom, transparent 42%, var(--amber) 43%); }
.category-icon--flask::before { top: -20px; left: 13px; width: 18px; height: 26px; border: 7px solid var(--graphite); border-bottom: 0; }
.category-icon--disc::before { inset: 7px; border: 12px solid var(--graphite); box-shadow: inset 0 0 0 8px #fff; }
.category-icon--disc::after { inset: 31px; border-radius: 50%; background: var(--red); }

/* Product cards and CSS product art */
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid #e1e2e4; border-radius: 14px; transition: .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__visual { position: relative; display: grid; height: 260px; place-items: center; overflow: hidden; background: linear-gradient(145deg,#f9f9f7,#e9e9e6); }
.product-card__visual img { width: 80%; height: 80%; object-fit: contain; }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 9px; color: #fff; background: var(--red); border-radius: 6px; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.product-card__body { padding: 18px; }
.product-card__meta { margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.product-card h3 { min-height: 66px; margin: 0 0 10px; font-size: 14px; line-height: 1.45; }
.product-card h3 a:hover { color: var(--red); }
.availability { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 10px; }
.availability span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.product-card__bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 17px; }
.price { display: flex; flex-direction: column; }
.price strong { font-size: 19px; }
.price del { color: #a0a3a8; font-size: 11px; }
.icon-button { display: grid; width: 43px; height: 43px; place-items: center; color: #fff; border: 0; border-radius: 10px; background: var(--red); font-size: 24px; }
.product-pack { position: relative; display: flex; width: 116px; height: 165px; flex-direction: column; align-items: center; justify-content: center; padding: 43px 10px 12px; color: #fff; background: linear-gradient(145deg,#30343b,#111318); border-radius: 13px 13px 21px 21px; box-shadow: 0 18px 28px rgba(0,0,0,.22); transform: perspective(500px) rotateY(-5deg); }
.product-pack::before { position: absolute; inset: 37px 9px 12px; content: ""; border: 2px solid rgba(255,255,255,.22); border-radius: 7px 7px 15px 15px; }
.product-pack__cap { position: absolute; top: -14px; left: 22px; width: 53px; height: 25px; border-radius: 5px 5px 2px 2px; background: repeating-linear-gradient(90deg,#24272c 0 4px,#40444b 4px 7px); }
.product-pack__cap::after { position: absolute; top: 20px; left: 8px; width: 37px; height: 22px; content: ""; background: #2c3035; clip-path: polygon(0 0,100% 0,85% 100%,15% 100%); }
.product-pack__brand { z-index: 1; max-width: 100%; overflow: hidden; color: var(--amber); font-size: 13px; font-weight: 900; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
.product-pack__grade { z-index: 1; margin-top: 8px; font-size: 15px; font-weight: 800; text-align: center; }
.product-pack__volume { z-index: 1; margin-top: auto; color: #ced1d5; font-size: 9px; }
.product-pack--2 { background: linear-gradient(145deg,#d22638,#7a0f1a); }
.product-pack--3 { color: var(--ink); background: linear-gradient(145deg,#f9fafb,#d5d9dd); }
.product-pack--3 .product-pack__brand { color: var(--red); }
.product-pack--3 .product-pack__volume { color: #555; }
.product-pack--4 { background: linear-gradient(145deg,#1688b9,#065a7d); }
.product-pack--5 { background: linear-gradient(145deg,#fba919,#d47600); }
.product-pack--6 { background: linear-gradient(145deg,#676766,#272727); }
.product-pack--large { width: 220px; height: 310px; padding: 80px 20px 20px; border-radius: 24px 24px 38px 38px; }
.product-pack--large .product-pack__cap { top: -27px; left: 45px; width: 100px; height: 44px; }
.product-pack--large .product-pack__cap::after { top: 38px; left: 15px; width: 70px; height: 38px; }
.product-pack--large::before { inset: 70px 18px 22px; border-width: 4px; }
.product-pack--large .product-pack__brand { font-size: 25px; }
.product-pack--large .product-pack__grade { font-size: 30px; }
.product-pack--large .product-pack__volume { font-size: 15px; }
.product-pack--mini { width: 58px; height: 78px; flex: 0 0 58px; padding: 23px 5px 5px; border-radius: 7px 7px 10px 10px; }
.product-pack--mini .product-pack__cap { top: -7px; left: 12px; width: 26px; height: 12px; }
.product-pack--mini .product-pack__cap::after { top: 10px; left: 4px; width: 18px; height: 10px; }
.product-pack--mini::before { inset: 18px 4px 5px; }
.product-pack--mini .product-pack__brand { font-size: 7px; }
.product-pack--mini .product-pack__grade { margin-top: 3px; font-size: 8px; }
.product-pack--mini .product-pack__volume { display: none; }

/* Story, services, centers, articles */
.service-story { padding-block: 100px; color: #fff; background: var(--red); }
.service-story__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 70px; }
.service-story__photo { position: relative; min-height: 600px; overflow: hidden; border-radius: 18px; background: #222; }
.service-story__photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.15); }
.photo-caption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; flex-direction: column; padding: 20px; background: rgba(23,25,29,.92); border-radius: 12px; }
.photo-caption span { margin-top: 6px; color: #bfc1c6; font-size: 12px; }
.service-story__content { padding-block: 15px; }
.service-story .eyebrow { color: #fff; opacity: .75; }
.service-story h2 { margin: 0 0 20px; font-size: clamp(36px,4vw,55px); line-height: 1.04; letter-spacing: -.05em; }
.service-story__content > p { color: #ffd5d9; }
.service-list { margin: 30px 0; border-top: 1px solid rgba(255,255,255,.25); }
.service-list a { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.service-list__icon { display: grid; width: 40px; height: 40px; place-items: center; color: var(--red); background: #fff; border-radius: 50%; font-weight: 900; }
.service-list a > span:nth-child(2) { display: flex; flex-direction: column; }
.service-list small { color: #ffd5d9; }
.service-list b { font-size: 13px; }
.center-teasers { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.center-city { padding: 26px; border: 1px solid var(--line); border-radius: 14px; }
.center-city > span { color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.center-city > strong { display: block; margin: 2px 0 18px; font-size: 25px; }
.center-city a { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.center-city a b { color: var(--red); }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.article-card { display: flex; min-height: 285px; flex-direction: column; padding: 28px; border: 1px solid #35383e; border-radius: 14px; background: #202329; transition: .2s ease; }
.article-card:hover { transform: translateY(-4px); border-color: var(--red); }
.article-card span { color: var(--amber); font-size: 11px; font-weight: 700; }
.article-card h2, .article-card h3 { margin: 22px 0 12px; font-size: 22px; line-height: 1.2; }
.article-card p { color: #aeb2b8; }
.article-card b { margin-top: auto; color: #fff; }
.article-grid--light .article-card { color: #fff; }

/* Generic page heads */
.page-head { padding: 42px 0 36px; background: var(--soft); border-bottom: 1px solid var(--line); }
.page-head--catalog { background: linear-gradient(120deg,#f4f4f2,#fff); }
.page-head--service { color: #fff; background: linear-gradient(120deg,var(--ink),#343840); }
.page-head--centers { background: linear-gradient(120deg,#fff3f4,#f4f4f2); }
.page-head--checkout { background: #fff8e9; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: 11px; }
.breadcrumbs a:hover { color: var(--red); }
.page-head__row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.page-head h1 { margin: 0; font-size: clamp(40px,5vw,62px); line-height: 1; letter-spacing: -.05em; }
.page-head__row > p { max-width: 330px; margin: 0; color: var(--muted); text-align: right; }
.page-head--service .page-head__row > p { color: #c7cad0; }
.vehicle-result { display: inline-flex; align-items: center; gap: 12px; margin-top: 25px; padding: 11px 14px; border: 1px solid #cfe8d9; border-radius: 10px; background: #f5fff9; }
.vehicle-result > span { color: var(--green); font-weight: 900; }
.vehicle-result div { display: flex; flex-direction: column; }
.vehicle-result small { color: var(--muted); }
.vehicle-result a { margin-left: 16px; color: var(--red); font-size: 11px; font-weight: 800; }

/* Catalog */
.catalog-layout { display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 35px; padding-block: 45px 90px; }
.filters { position: sticky; top: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.filters__head { display: flex; justify-content: space-between; margin-bottom: 18px; font-size: 18px; }
.filters__head button { display: none; border: 0; background: none; }
.filters form { display: grid; gap: 18px; }
.filters fieldset { display: grid; gap: 9px; margin: 0; padding: 16px 0; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filters legend { margin-bottom: 10px; font-size: 12px; font-weight: 800; }
.radio-row { display: flex !important; grid-template-columns: 18px 1fr; align-items: center; gap: 9px !important; font-weight: 500 !important; }
.radio-row input { width: 16px; height: 16px; padding: 0; accent-color: var(--red); }
.filter-reset { color: var(--muted); font-size: 11px; text-align: center; text-decoration: underline; }
.catalog-toolbar { display: flex; justify-content: flex-end; margin-bottom: 16px; color: var(--muted); font-size: 12px; }
.filter-toggle { display: none; }
.product-grid--catalog { grid-template-columns: repeat(3,1fr); }
.empty-state { grid-column: 1/-1; max-width: 560px; margin: 80px auto; padding: 40px; text-align: center; }
.empty-state > span { display: grid; width: 70px; height: 70px; margin: 0 auto 18px; place-items: center; color: var(--red); background: #fff1f3; border-radius: 50%; font-size: 34px; }
.empty-state h2 { margin: 0 0 8px; font-size: 28px; }
.empty-state p { margin-bottom: 22px; color: var(--muted); }

/* Product details */
.product-page { padding-block: 30px 90px; }
.product-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 30px 0 65px; }
.product-detail__visual { display: grid; min-height: 520px; place-items: center; padding: 40px; border-radius: 18px; background: var(--soft); }
.product-detail__visual > img { max-height: 390px; object-fit: contain; }
.authenticity { display: flex; width: 100%; align-items: center; gap: 10px; padding: 13px; background: #fff; border-radius: 10px; }
.authenticity b { display: grid; width: 34px; height: 34px; place-items: center; color: var(--green); background: #eaf8f0; border-radius: 50%; }
.authenticity span { display: flex; flex-direction: column; }
.authenticity small { color: var(--muted); }
.product-detail__info { padding-top: 20px; }
.product-brand { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.product-detail h1 { margin: 10px 0 12px; font-size: clamp(36px,4vw,54px); line-height: 1.07; letter-spacing: -.045em; }
.product-code { color: var(--muted); font-size: 11px; }
.product-code span { margin-inline: 7px; color: var(--red); }
.product-lead { margin: 28px 0; color: #51555c; font-size: 16px; }
.detail-price { display: flex; align-items: baseline; gap: 13px; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-price strong { font-size: 38px; }
.detail-price del { color: #999; }
.detail-price small { margin-left: auto; color: var(--muted); }
.buy-row { display: flex; align-items: end; gap: 12px; margin: 22px 0; }
.buy-row label { display: grid; gap: 5px; color: var(--muted); font-size: 11px; }
.buy-row input { width: 95px; }
.detail-benefits { display: grid; gap: 10px; }
.detail-benefits span { display: flex; align-items: center; gap: 10px; color: #51555c; font-size: 12px; }
.detail-benefits b { color: var(--red); font-size: 10px; }
.detail-section { padding: 50px 0; border-top: 1px solid var(--line); }
.detail-section h2, .detail-columns h2, .fitment-list h2 { margin: 0 0 25px; font-size: 34px; }
.stock-table { border: 1px solid var(--line); border-radius: 14px; }
.stock-table > div { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.stock-table > div:last-child { border-bottom: 0; }
.stock-table span { display: flex; flex-direction: column; }
.stock-table small { color: var(--muted); }
.in-stock { color: var(--green); }
.out-stock { color: var(--muted); }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 60px 0; border-top: 1px solid var(--line); }
.detail-columns p { color: #51555c; font-size: 16px; }
.detail-columns dl { margin: 0; border-top: 1px solid var(--line); }
.detail-columns dl div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.detail-columns dt { color: var(--muted); }
.detail-columns dd { margin: 0; font-weight: 700; }
.fitment-list { padding-top: 50px; border-top: 1px solid var(--line); }
.fitment-list > div { display: flex; flex-wrap: wrap; gap: 8px; }
.fitment-list > div span { padding: 8px 12px; border-radius: 8px; background: var(--soft); font-size: 12px; }

/* Cart & checkout */
.cart-layout { display: grid; grid-template-columns: 1fr 380px; align-items: start; gap: 45px; min-height: 480px; padding-block: 45px 90px; }
.cart-items { display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 75px 1fr auto auto; align-items: center; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; }
.cart-item small { color: var(--muted); }
.cart-item h2 { margin: 4px 0; font-size: 15px; }
.cart-item > strong { font-size: 17px; }
.cart-item form button { padding: 0; color: var(--red); border: 0; background: none; font-size: 11px; }
.cart-summary, .order-card { position: sticky; top: 20px; padding: 27px; border-radius: 14px; background: var(--soft); }
.cart-summary > div { display: flex; justify-content: space-between; gap: 15px; padding-block: 9px; }
.cart-summary hr, .order-card hr { border: 0; border-top: 1px solid #d8d9da; }
.cart-summary .cart-total { display: block; }
.cart-total span { display: block; color: var(--muted); }
.cart-total strong { font-size: 27px; }
.cart-summary p { color: var(--muted); font-size: 10px; }
.checkout-layout { display: grid; grid-template-columns: 1fr 360px; align-items: start; gap: 50px; padding-block: 45px 90px; }
.checkout-form { display: grid; gap: 18px; }
.checkout-step { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; }
.checkout-step__number { display: grid; width: 45px; height: 45px; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-weight: 800; }
.checkout-step h2 { margin: 5px 0 22px; font-size: 23px; }
.checkout-step__body { min-width: 0; }
.checkout-step__body > label { margin-bottom: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid__wide { grid-column: 1/-1; }
.checkout-form small[data-valmsg-for], .checkout-form .field-validation-error { color: var(--red); }
.slot-picker { display: grid; max-height: 320px; grid-template-columns: repeat(4,1fr); gap: 8px; overflow-y: auto; margin-top: 18px; padding: 13px; border-radius: 10px; background: var(--soft); }
.slot-picker > p { grid-column: 1/-1; color: var(--muted); text-align: center; }
.slot-button { padding: 9px 5px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 11px; }
.slot-button:hover, .slot-button.is-selected { color: #fff; border-color: var(--red); background: var(--red); }
.slot-day { grid-column: 1/-1; margin-top: 8px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.consent { display: flex !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; padding: 5px; font-weight: 500 !important; }
.consent input, .checkbox input { width: 18px; height: 18px; flex: 0 0 18px; padding: 0; accent-color: var(--red); }
.validation-summary { color: var(--red); border-radius: 9px; background: #fff0f2; }
.validation-summary:empty { display: none; }
.validation-summary ul { margin: 0; padding: 12px 30px; }
.order-line, .order-service, .order-total { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid #d8d9da; font-size: 12px; }
.order-line span { display: flex; flex-direction: column; }
.order-line small { color: var(--muted); }
.order-total { border: 0; font-size: 17px; }
.pay-later { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 14px; color: #fff; background: var(--ink); border-radius: 10px; }
.pay-later b { display: grid; width: 35px; height: 35px; place-items: center; color: var(--ink); background: var(--amber); border-radius: 50%; }
.pay-later span { display: flex; flex-direction: column; }
.pay-later small { color: #bfc1c6; font-size: 9px; }
.success-page { max-width: 760px; padding-block: 85px 120px; text-align: center; }
.success-mark { display: grid; width: 90px; height: 90px; margin: 0 auto 25px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 42px; }
.success-page h1 { margin: 0; font-size: clamp(42px,6vw,65px); letter-spacing: -.05em; }
.success-page > p { color: var(--muted); font-size: 16px; }
.reservation-ticket { display: grid; grid-template-columns: 1fr 1fr; margin: 40px 0; overflow: hidden; text-align: left; border: 1px solid var(--line); border-radius: 14px; }
.reservation-ticket div { display: flex; min-height: 100px; flex-direction: column; justify-content: center; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reservation-ticket div:nth-child(even) { border-right: 0; }
.reservation-ticket div:nth-last-child(-n+2) { border-bottom: 0; }
.reservation-ticket small { color: var(--muted); }
.success-actions { display: flex; justify-content: center; gap: 10px; }

/* Services, center, prose */
.services-page, .centers-page, .articles-page { padding-block: 65px 100px; }
.services-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-bottom: 45px; }
.services-intro h2 { margin: 0; font-size: 35px; }
.services-intro p { margin: 0; color: var(--muted); font-size: 16px; }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.service-card { min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; }
.service-card__top { display: flex; align-items: center; justify-content: space-between; }
.service-card__top span { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-weight: 900; }
.service-card__top small { color: var(--muted); }
.service-card h2 { margin: 28px 0 10px; font-size: 26px; }
.service-card > p { color: var(--muted); }
.service-card > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 35px; }
.service-card > div:last-child > strong { font-size: 20px; }
.service-disclaimer { display: flex; gap: 14px; margin-top: 25px; padding: 20px; background: #fff8e9; border-radius: 10px; }
.service-disclaimer b { color: var(--red); }
.service-disclaimer p { margin: 0; color: var(--muted); font-size: 11px; }
.centers-page { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.center-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; }
.center-card__photo { position: relative; height: 280px; overflow: hidden; background: var(--soft); }
.center-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: .3s ease; }
.center-card:hover img { transform: scale(1.03); }
.center-card__photo > span { position: absolute; top: 16px; left: 16px; padding: 6px 10px; color: #fff; background: var(--red); border-radius: 6px; font-size: 10px; font-weight: 800; }
.center-card__body { padding: 25px; }
.center-card__body > small { color: var(--red); font-weight: 800; }
.center-card h2 { margin: 6px 0; font-size: 28px; }
.center-address { font-size: 17px; font-weight: 700; }
.center-card dl { margin: 20px 0; border-top: 1px solid var(--line); }
.center-card dl div { display: grid; grid-template-columns: 130px 1fr; padding: 10px 0; border-bottom: 1px solid var(--line); }
.center-card dt { color: var(--muted); }
.center-card dd { margin: 0; }
.center-card__actions { display: flex; gap: 9px; }
.prose-page { max-width: 850px; padding-block: 70px 110px; }
.prose-page h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(42px,6vw,68px); line-height: 1.04; letter-spacing: -.05em; }
.prose-lead { max-width: 720px; color: var(--muted); font-size: 20px; }
.prose-body { max-width: 720px; margin-top: 45px; font-family: Georgia,serif; font-size: 18px; line-height: 1.8; }
.prose-body h2 { margin-top: 40px; font-family: Manrope,Arial,sans-serif; font-size: 28px; }
.prose-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 50px; padding: 25px; color: #fff; background: var(--ink); border-radius: 13px; }
.prose-cta div { display: flex; flex-direction: column; }
.prose-cta span { color: #bfc1c6; }

/* Footer */
.site-footer { padding: 60px 0 22px; color: #d6d8db; background: #101216; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 60px; }
.footer-brand img { width: 230px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; color: #8f939a; }
.footer-grid h2 { margin: 0 0 16px; color: #fff; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { color: #aeb2b8; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-phone { color: #fff !important; font-size: 19px !important; font-weight: 800; }
.footer-contact p { margin: 0; color: #7f838a; font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; color: #747982; border-top: 1px solid #292c31; font-size: 10px; }

/* Login and admin */
.login-body { display: grid; min-height: 100vh; place-items: center; padding: 30px; background: var(--soft); }
.login-card { width: min(430px,100%); padding: 40px; background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.login-card > a:first-child img { width: 230px; margin-bottom: 38px; }
.login-card h1 { margin: 0 0 25px; font-size: 32px; }
.login-card form { display: grid; gap: 16px; }
.checkbox { display: flex !important; grid-template-columns: 18px 1fr; align-items: center; gap: 9px !important; }
.login-back { display: block; margin-top: 22px; color: var(--muted); font-size: 11px; text-align: center; }
.admin-body { min-height: 100vh; background: #f3f4f5; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; display: flex; width: 250px; flex-direction: column; padding: 25px 18px; color: #fff; background: var(--ink); }
.admin-logo { margin-bottom: 45px; padding: 5px 8px; }
.admin-logo img { filter: brightness(0) invert(1); }
.admin-sidebar nav { display: grid; gap: 5px; }
.admin-sidebar nav a { padding: 12px 13px; border-radius: 8px; color: #c9ccd1; font-size: 13px; font-weight: 700; }
.admin-sidebar nav a:hover { color: #fff; background: #2a2d33; }
.admin-user { margin-top: auto; padding: 15px 10px 0; border-top: 1px solid #34373d; }
.admin-user span { display: block; overflow: hidden; color: #b6bac0; font-size: 10px; text-overflow: ellipsis; }
.admin-user button { padding: 5px 0; color: #fff; border: 0; background: none; font-size: 11px; }
.admin-main { min-height: 100vh; margin-left: 250px; padding: 40px; }
.admin-header { display: flex; align-items: end; justify-content: space-between; gap: 25px; max-width: 1500px; margin: 0 auto 30px; }
.admin-header h1 { margin: 0; font-size: 40px; letter-spacing: -.04em; }
.admin-stats { display: grid; max-width: 1500px; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 0 auto 20px; }
.admin-stats article { display: flex; min-height: 150px; flex-direction: column; padding: 22px; border: 1px solid #e0e1e3; border-radius: 12px; background: #fff; }
.admin-stats article span { color: var(--muted); font-size: 11px; font-weight: 700; }
.admin-stats article strong { margin-top: 10px; font-size: 40px; line-height: 1; }
.admin-stats article small { margin-top: auto; color: var(--muted); }
.admin-stat--alert { border-color: #f3c5cb !important; background: #fff5f6 !important; }
.admin-stat--alert strong { color: var(--red); }
.admin-panel { max-width: 1500px; margin: 0 auto; overflow: hidden; border: 1px solid #e0e1e3; border-radius: 12px; background: #fff; }
.admin-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; border-bottom: 1px solid var(--line); }
.admin-panel__head h2 { margin: 0; font-size: 19px; }
.admin-panel__head p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.admin-panel__head a { color: var(--red); font-size: 11px; font-weight: 800; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.admin-table th { padding: 13px 16px; color: var(--muted); background: #f8f8f7; font-size: 9px; text-align: left; text-transform: uppercase; }
.admin-table td { padding: 15px 16px; vertical-align: top; border-top: 1px solid var(--line); }
.admin-table small { color: var(--muted); }
.admin-table a { color: var(--red); font-weight: 700; }
.admin-table form { display: grid; gap: 6px; min-width: 130px; }
.admin-table form select { padding: 7px; font-size: 10px; }
.admin-table form button { padding: 7px; color: #fff; border: 0; border-radius: 6px; background: var(--ink); font-size: 10px; }
.status { display: inline-flex; margin-top: 5px; padding: 4px 7px; color: #42464d; background: #eceef0; border-radius: 5px; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.status--confirmed, .status--completed { color: #0f6840; background: #e5f5ed; }
.status--requiresattention { color: #a00e20; background: #ffe8eb; }
.status--cancelled { text-decoration: line-through; }
.admin-line { display: block; max-width: 260px; margin-bottom: 4px; }
.admin-line--service { color: var(--red); }
.error-text { display: block; max-width: 220px; color: var(--red) !important; }
.admin-filters { display: flex; max-width: 1500px; flex-wrap: wrap; gap: 7px; margin: -15px auto 18px; }
.admin-filters a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 7px; background: #fff; font-size: 10px; }
.admin-split { display: grid; max-width: 1500px; grid-template-columns: 420px 1fr; align-items: start; gap: 18px; margin: 0 auto; }
.admin-form { display: grid; gap: 16px; padding: 23px; }
.admin-form textarea { resize: vertical; }
.admin-note { padding: 13px; color: var(--muted); background: var(--soft); border-radius: 8px; font-size: 10px; }
.block-list > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.block-list > p { padding: 20px; color: var(--muted); }
.block-list span { display: flex; flex-direction: column; }
.block-list small, .block-list em { color: var(--muted); font-size: 10px; }
.block-list form button { color: var(--red); border: 0; background: none; font-size: 10px; }
.admin-search { display: flex; gap: 7px; }
.admin-search input { width: 270px; }
.admin-search button { padding-inline: 18px; color: #fff; border: 0; border-radius: 8px; background: var(--ink); }
.admin-panel--form { max-width: 900px; margin-left: 0; }
.admin-toast { max-width: 1500px; margin: 0 auto 15px; padding: 12px 16px; color: #0f6840; background: #e5f5ed; border-radius: 8px; }

@media (max-width: 1050px) {
  .header-action--booking { display: none; }
  .hero__inner { grid-template-columns: 1fr 400px; gap: 35px; }
  .hero h1 { font-size: 55px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid--catalog { grid-template-columns: repeat(2,1fr); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .service-story__grid { gap: 35px; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr 320px; gap: 25px; }
  .admin-stats { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 28px, 1220px); }
  .service-strip__promise { display: none; }
  .service-strip__inner { justify-content: space-between; }
  .header-main { min-height: 70px; gap: 12px; }
  .brand { flex-basis: 190px; }
  .brand img { width: 190px; }
  .header-search, .header-action--booking { display: none; }
  .header-action--cart span:last-child { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav { display: none; }
  .site-nav.is-open { display: block; }
  .nav-links { align-items: stretch; flex-direction: column; gap: 0; padding-block: 10px; }
  .nav-links a { padding: 11px 14px; }
  .nav-catalog { padding: 12px 14px !important; }
  .nav-spacer { display: none; }
  .hero__inner { grid-template-columns: 1fr; gap: 35px; padding-block: 55px; }
  .hero h1 { font-size: clamp(42px,12vw,62px); }
  .hero__facts { gap: 15px; }
  .trust-line__inner { grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .trust-line__inner span { padding: 10px; border: 0; text-align: left; }
  .section { padding-block: 60px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .service-story__grid { grid-template-columns: 1fr; }
  .service-story__photo { min-height: 450px; }
  .center-teasers, .centers-page { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 230px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { position: fixed; z-index: 200; inset: 0; display: none; overflow-y: auto; border: 0; border-radius: 0; background: #fff; }
  .filters.is-open { display: block; }
  .filters__head button, .filter-toggle { display: inline-flex; }
  .catalog-toolbar { justify-content: space-between; }
  .filter-toggle { padding: 8px 13px; border: 0; border-radius: 7px; background: var(--ink); color: #fff; }
  .product-detail { grid-template-columns: 1fr; gap: 25px; }
  .product-detail__visual { min-height: 450px; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .cart-summary, .order-card { position: static; }
  .slot-picker { grid-template-columns: repeat(3,1fr); }
  .services-intro, .detail-columns { grid-template-columns: 1fr; gap: 30px; }
  .admin-sidebar { position: static; width: 100%; }
  .admin-sidebar nav { grid-template-columns: repeat(4,1fr); }
  .admin-user { display: none; }
  .admin-main { margin-left: 0; padding: 22px 14px; }
  .admin-split { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .service-strip { display: none; }
  .brand { flex-basis: 170px; }
  .brand img { width: 170px; }
  .hero__facts { display: grid; grid-template-columns: repeat(3,1fr); }
  .hero__facts strong { font-size: 16px; }
  .vehicle-picker { padding: 20px; }
  .trust-line__inner { grid-template-columns: 1fr; }
  .category-grid, .product-grid, .product-grid--catalog, .services-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 180px; }
  .product-card { display: grid; grid-template-columns: 140px 1fr; }
  .product-card__visual { height: 100%; min-height: 240px; }
  .product-pack { transform: scale(.8); }
  .product-card h3 { min-height: auto; }
  .service-story { padding-block: 65px; }
  .service-story__photo { min-height: 360px; }
  .page-head__row { display: block; }
  .page-head__row > p { margin-top: 15px; text-align: left; }
  .product-detail__visual { min-height: 400px; }
  .product-pack--large { transform: scale(.8); }
  .detail-price { flex-wrap: wrap; }
  .detail-price small { width: 100%; margin-left: 0; }
  .buy-row { align-items: stretch; flex-direction: column; }
  .buy-row input { width: 100%; }
  .stock-table > div { align-items: start; flex-direction: column; gap: 8px; }
  .cart-item { grid-template-columns: 60px 1fr; }
  .cart-item > strong, .cart-item form { grid-column: 2; }
  .checkout-step { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .slot-picker { grid-template-columns: repeat(2,1fr); }
  .reservation-ticket { grid-template-columns: 1fr; }
  .reservation-ticket div { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .reservation-ticket div:last-child { border-bottom: 0 !important; }
  .center-card__photo { height: 230px; }
  .center-card__actions, .success-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .prose-cta { align-items: stretch; flex-direction: column; }
  .admin-sidebar nav { grid-template-columns: 1fr 1fr; }
  .admin-stats { grid-template-columns: 1fr; }
  .admin-header { align-items: stretch; flex-direction: column; }
  .admin-search input { width: 100%; }
}
