/* Vodanix — shared stylesheet. Self-hosted fonts, no external CDN. */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/manrope-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/manrope-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+0300-036F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/manrope-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/manrope-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+0300-036F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/manrope-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/manrope-800-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+0300-036F;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.container { max-width: 1280px; margin: 0 auto; }

/* ---------- Header ---------- */
.topbar {
  background: oklch(22% 0.012 250);
  color: oklch(88% 0.006 240);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  padding: 7px 40px; font-size: 12.5px; letter-spacing: 0.01em; gap: 10px;
}
.topbar a { color: inherit; }
.topbar-group { display: flex; gap: 24px; flex-wrap: wrap; }

.site-header { font-family: Arial, Helvetica, sans-serif; position: relative; z-index: 50; background: #fff; }
.header-inner {
  display: flex; align-items: center; justify-content: space-between; padding: 18px 40px; gap: 24px;
  flex-wrap: wrap; border-bottom: 1px solid oklch(91% 0.004 240); max-width: 1360px; margin: 0 auto;
}
.logo { display: flex; flex-direction: column; line-height: 1; color: inherit; }
.logo-text { font-family: 'Manrope', Arial, sans-serif; font-size: 28px; font-weight: 800; }
.logo-dark { color: oklch(24% 0.01 250); }
.logo-accent { color: oklch(58% 0.14 235); }
.logo-sub { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(52% 0.01 245); margin-top: 2px; }

.nav-links { display: flex; gap: 24px; flex-wrap: wrap; font-size: 14px; font-weight: 600; }
.nav-links a { color: oklch(24% 0.01 250); padding-bottom: 4px; border-bottom: 2px solid transparent; }
.nav-links a:hover { opacity: 0.7; }
.nav-links a.active { color: oklch(58% 0.14 235); border-bottom-color: oklch(58% 0.14 235); }

.header-actions { display: flex; align-items: center; gap: 18px; }
.cart-link {
  display: flex; align-items: center; gap: 8px; background: oklch(58% 0.14 235); color: #fff;
  padding: 10px 18px; border-radius: 3px; font-weight: 700; font-size: 14px;
}
.cart-badge {
  background: #fff; color: oklch(58% 0.14 235); border-radius: 50%; width: 20px; height: 20px;
  display: none; align-items: center; justify-content: center; font-size: 12px; font-weight: 800;
}
.cart-badge.show { display: flex; }

.nav-toggle {
  display: none; background: none; border: 1px solid oklch(85% 0.005 240); border-radius: 3px;
  width: 40px; height: 40px; cursor: pointer; font-size: 20px; color: oklch(24% 0.01 250);
}

/* ---------- Breadcrumb ---------- */
.breadcrumb { max-width: 1280px; margin: 0 auto; padding: 16px 40px 0; font-size: 13px; color: oklch(52% 0.01 245); }
.breadcrumb a { color: inherit; }
.breadcrumb .current { color: oklch(24% 0.01 250); }

/* ---------- Hero ---------- */
.hero { position: relative; height: 560px; overflow: hidden; }
.hero img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, oklch(20% 0.012 250 / 0.82) 0%, oklch(20% 0.012 250 / 0.35) 55%, oklch(20% 0.012 250 / 0.05) 100%);
  display: flex; align-items: center;
}
.hero-content { max-width: 1280px; margin: 0 auto; width: 100%; padding: 0 40px; }
.hero-box { max-width: 560px; }
.eyebrow {
  display: inline-block; background: oklch(58% 0.14 235); color: #fff; font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 12px; border-radius: 3px; margin-bottom: 18px;
}
.hero-box h1 { font-family: 'Manrope', Arial, sans-serif; font-size: 46px; line-height: 1.12; color: #fff; margin: 0 0 18px; }
.hero-box p { font-size: 16px; line-height: 1.6; color: oklch(92% 0.006 240); margin: 0 0 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn { display: inline-block; padding: 14px 26px; font-weight: 700; font-size: 15px; border-radius: 3px; border: none; cursor: pointer; font-family: inherit; }
.btn-primary { background: oklch(58% 0.14 235); color: #fff; }
.btn-light { background: #fff; color: oklch(24% 0.01 250); }
.btn-dark { background: oklch(24% 0.01 250); color: #fff; }

/* ---------- Category hero (inner pages) ---------- */
.page-hero { max-width: 1280px; margin: 0 auto; padding: 28px 40px 8px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.page-hero h1 { font-family: 'Manrope', Arial, sans-serif; font-size: 36px; margin: 0 0 16px; }
.page-hero p { font-size: 15.5px; line-height: 1.7; color: oklch(40% 0.01 250); margin: 0; }
.page-hero-img { height: 260px; border-radius: 4px; overflow: hidden; }
.page-hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- USPs strip ---------- */
.usps { background: oklch(22% 0.012 250); padding: 26px 40px; }
.usps-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.usp-stat { font-family: 'Manrope', Arial, sans-serif; font-size: 24px; font-weight: 800; color: oklch(70% 0.13 235); }
.usp-label { font-size: 13.5px; color: oklch(82% 0.006 240); margin-top: 4px; }

/* ---------- Sections ---------- */
.section { max-width: 1280px; margin: 0 auto; padding: 72px 40px; }
.section-tight { padding: 56px 40px; }
.section-alt { background: oklch(96% 0.014 235); }
.section-dark { background: oklch(22% 0.012 250); color: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; flex-wrap: wrap; gap: 12px; }
.section-head h2 { font-family: 'Manrope', Arial, sans-serif; font-size: 30px; margin: 0 0 8px; }
.section-head p { font-size: 15px; color: oklch(45% 0.01 250); margin: 0; }
h2.center { text-align: center; }

/* ---------- Grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ---------- Category tiles ---------- */
.cat-tile { position: relative; display: block; height: 230px; border-radius: 4px; overflow: hidden; }
.cat-tile img { width: 100%; height: 100%; object-fit: cover; }
.cat-tile-overlay {
  position: absolute; inset: 0; background: linear-gradient(0deg, oklch(20% 0.012 250 / 0.75) 0%, transparent 55%);
  display: flex; align-items: flex-end; padding: 20px;
}
.cat-tile-overlay span { color: #fff; font-family: 'Manrope', Arial, sans-serif; font-size: 19px; font-weight: 700; }

/* ---------- Product cards ---------- */
.card { background: #fff; border-radius: 4px; overflow: hidden; border: 1px solid oklch(90% 0.005 240); display: flex; flex-direction: column; }
.card-img { height: 170px; position: relative; }
.card-img.tall { height: 190px; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.badge {
  position: absolute; top: 10px; left: 10px; background: oklch(58% 0.14 235); color: #fff; font-size: 11px;
  font-weight: 700; padding: 4px 9px; border-radius: 2px;
}
.card-body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-body.pad-lg { padding: 18px; }
.card-cat { font-size: 11.5px; color: oklch(52% 0.01 245); text-transform: uppercase; letter-spacing: 0.04em; }
.card-title { font-size: 15px; font-weight: 700; line-height: 1.3; }
.card-title.lg { font-size: 16px; }
.card-spec { font-size: 13px; color: oklch(45% 0.01 250); flex: 1; }
.card-spec.lg { font-size: 13.5px; line-height: 1.5; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.card-price { font-family: 'Manrope', Arial, sans-serif; font-size: 19px; font-weight: 800; color: oklch(24% 0.01 250); }
.card-price.lg { font-size: 20px; }
.add-btn { background: oklch(24% 0.01 250); color: #fff; border: none; padding: 9px 14px; font-size: 13px; font-weight: 700; border-radius: 3px; cursor: pointer; }
.add-btn.lg { padding: 10px 16px; font-size: 13.5px; }

/* ---------- Value props ---------- */
.values-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.values-grid h3 { font-family: 'Manrope', Arial, sans-serif; font-size: 20px; margin: 0 0 12px; color: oklch(70% 0.13 235); }
.values-grid p { font-size: 14.5px; line-height: 1.7; color: oklch(82% 0.006 240); margin: 0; }

/* ---------- Reviews ---------- */
.review-card { background: oklch(96% 0.014 235); border-radius: 4px; padding: 26px; }
.review-stars { color: oklch(58% 0.14 235); font-size: 14px; margin-bottom: 12px; }
.review-text { font-size: 14.5px; line-height: 1.65; color: oklch(30% 0.01 250); margin: 0 0 14px; }
.review-name { font-size: 13.5px; font-weight: 700; }
.review-city { font-size: 12.5px; color: oklch(52% 0.01 245); display: block; }

/* ---------- Articles ---------- */
.article-card { background: #fff; border-radius: 4px; overflow: hidden; border: 1px solid oklch(90% 0.005 240); display: block; }
.article-card .article-img { height: 150px; }
.article-card .article-img img { width: 100%; height: 100%; object-fit: cover; }
.article-card-body { padding: 18px; }
.article-tag { font-size: 11.5px; color: oklch(58% 0.14 235); text-transform: uppercase; font-weight: 700; letter-spacing: 0.04em; }
.article-title { font-size: 15.5px; font-weight: 700; color: oklch(24% 0.01 250); margin-top: 8px; line-height: 1.35; }

.article-row { background: #fff; border-radius: 4px; border: 1px solid oklch(90% 0.005 240); padding: 26px; display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: center; margin-bottom: 16px; }
.article-row .article-row-img { height: 130px; border-radius: 3px; overflow: hidden; }
.article-row .article-row-img img { width: 100%; height: 100%; object-fit: cover; }
.article-row h3 { font-family: 'Manrope', Arial, sans-serif; font-size: 19px; margin: 8px 0 8px; }
.article-row p { font-size: 14px; line-height: 1.65; color: oklch(40% 0.01 250); margin: 0; }

/* ---------- Newsletter ---------- */
.newsletter {
  max-width: 1280px; margin: 24px auto 0; padding: 56px 40px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px; flex-wrap: wrap; border-top: 1px solid oklch(90% 0.005 240);
}
.newsletter h3 { font-family: 'Manrope', Arial, sans-serif; font-size: 22px; margin: 0 0 6px; }
.newsletter p { font-size: 14px; color: oklch(45% 0.01 250); margin: 0; }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.input {
  padding: 13px 16px; border: 1px solid oklch(85% 0.005 240); border-radius: 3px; font-size: 14px; font-family: inherit;
}
.newsletter-form .input { width: 260px; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 28px; right: 28px; background: oklch(24% 0.01 250); color: #fff; padding: 14px 20px;
  border-radius: 4px; font-size: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.25); z-index: 100;
  display: none; max-width: 320px;
}
.toast.show { display: block; }

/* ---------- Guide split ---------- */
.guide-split { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.guide-split.reverse { direction: rtl; }
.guide-split.reverse > * { direction: ltr; }
.guide-split h2 { font-family: 'Manrope', Arial, sans-serif; font-size: 24px; margin: 0 0 14px; }
.guide-split p { font-size: 14.5px; line-height: 1.7; color: oklch(40% 0.01 250); margin: 0 0 12px; }
.guide-split a { color: oklch(58% 0.14 235); font-weight: 700; font-size: 14.5px; }
.guide-img { height: 200px; border-radius: 4px; overflow: hidden; }
.guide-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Sort bar ---------- */
.sort-bar { max-width: 1280px; margin: 0 auto; padding: 24px 40px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.sort-bar .count { font-size: 14px; color: oklch(45% 0.01 250); }
.sort-bar .sort-select-wrap { display: flex; align-items: center; gap: 10px; font-size: 14px; color: oklch(45% 0.01 250); }
.select { padding: 8px 12px; border: 1px solid oklch(85% 0.005 240); border-radius: 3px; font-size: 14px; font-family: inherit; }

/* ---------- Legal / static pages ---------- */
.legal-layout { max-width: 1280px; margin: 0 auto; padding: 28px 40px 72px; display: grid; grid-template-columns: 260px 1fr; gap: 48px; }
.legal-nav { display: flex; flex-direction: column; gap: 4px; font-size: 14px; }
.legal-nav a { padding: 10px 14px; border-radius: 3px; color: oklch(24% 0.01 250); }
.legal-nav a.active { background: oklch(96% 0.014 235); color: oklch(58% 0.14 235); font-weight: 700; }
.legal-article { max-width: 760px; }
.legal-article h1 { font-family: 'Manrope', Arial, sans-serif; font-size: 32px; margin: 0 0 8px; }
.legal-article .updated { font-size: 13px; color: oklch(52% 0.01 245); margin: 0 0 32px; }
.legal-article h2 { font-family: 'Manrope', Arial, sans-serif; font-size: 19px; margin: 28px 0 10px; }
.legal-article p { font-size: 14.5px; line-height: 1.75; color: oklch(35% 0.01 250); margin: 0 0 12px; }
.legal-article a { color: oklch(58% 0.14 235); font-weight: 600; }

/* ---------- Contact page ---------- */
.contact-grid { max-width: 1280px; margin: 0 auto; padding: 32px 40px 64px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
.contact-cards { display: flex; flex-direction: column; gap: 22px; }
.contact-card { background: #fff; border: 1px solid oklch(90% 0.005 240); border-radius: 4px; padding: 22px; }
.contact-card h3 { font-family: 'Manrope', Arial, sans-serif; font-size: 16px; margin: 0 0 10px; }
.contact-card p { font-size: 14px; margin: 0 0 4px; color: oklch(40% 0.01 250); }
.contact-card a { font-size: 16px; font-weight: 700; color: oklch(58% 0.14 235); }
.contact-form-box { background: #fff; border: 1px solid oklch(90% 0.005 240); border-radius: 4px; padding: 32px; margin-bottom: 24px; }
.contact-form-box h3 { font-family: 'Manrope', Arial, sans-serif; font-size: 20px; margin: 0 0 20px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-field { width: 100%; padding: 12px 14px; border: 1px solid oklch(85% 0.005 240); border-radius: 3px; font-size: 14px; font-family: inherit; margin-bottom: 16px; }
textarea.form-field { resize: vertical; }
.consent-label { display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; color: oklch(45% 0.01 250); margin-bottom: 18px; }
.consent-label a { color: oklch(58% 0.14 235); }
.contact-map { height: 240px; border-radius: 4px; overflow: hidden; border: 1px solid oklch(90% 0.005 240); }
.contact-map iframe { width: 100%; height: 100%; border: 0; }
.billing-info { background: oklch(96% 0.014 235); padding: 48px 40px; }
.billing-info-inner { max-width: 1280px; margin: 0 auto; text-align: center; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-msg { max-width: 1280px; margin: 20px auto 0; padding: 0 40px; }
.alert { padding: 14px 18px; border-radius: 4px; font-size: 14px; margin-bottom: 8px; }
.alert-success { background: oklch(92% 0.06 150); color: oklch(30% 0.06 150); }
.alert-error { background: oklch(92% 0.06 25); color: oklch(35% 0.1 25); }

/* ---------- Cart page ---------- */
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: flex-start; }
.cart-items { display: flex; flex-direction: column; gap: 14px; }
.cart-item { background: #fff; border: 1px solid oklch(90% 0.005 240); border-radius: 4px; padding: 16px; display: grid; grid-template-columns: 90px 1fr auto auto; gap: 18px; align-items: center; }
.cart-item-img { width: 90px; height: 90px; border-radius: 3px; overflow: hidden; }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-name { font-size: 15px; font-weight: 700; }
.cart-item-price { font-size: 13px; color: oklch(45% 0.01 250); margin-top: 4px; }
.qty-control { display: flex; align-items: center; gap: 8px; }
.qty-btn { width: 30px; height: 30px; border: 1px solid oklch(85% 0.005 240); background: #fff; border-radius: 3px; cursor: pointer; font-size: 16px; }
.qty-val { min-width: 22px; text-align: center; font-weight: 700; }
.cart-item-end { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.line-total { font-family: 'Manrope', Arial, sans-serif; font-weight: 800; font-size: 16px; }
.remove-btn { border: none; background: none; color: oklch(52% 0.01 245); font-size: 12.5px; cursor: pointer; text-decoration: underline; }
.cart-summary { background: oklch(96% 0.014 235); border-radius: 4px; padding: 26px; position: sticky; top: 24px; }
.cart-summary h3 { font-family: 'Manrope', Arial, sans-serif; font-size: 18px; margin: 0 0 18px; }
.summary-line { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 10px; color: oklch(45% 0.01 250); }
.summary-total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 800; padding-top: 14px; border-top: 1px solid oklch(85% 0.005 240); }
.checkout-fields { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.checkout-fields .form-field { margin-bottom: 0; background: #fff; }
.checkout-fields fieldset { border: 1px solid oklch(85% 0.005 240); border-radius: 3px; padding: 10px 12px; margin: 0; }
.checkout-fields legend { font-size: 12.5px; color: oklch(45% 0.01 250); padding: 0 4px; }
.checkout-fields label.radio { display: flex; align-items: center; gap: 6px; font-size: 13.5px; margin: 4px 0; }
.checkout-btn { width: 100%; background: oklch(58% 0.14 235); color: #fff; border: none; padding: 14px; font-weight: 700; font-size: 15px; border-radius: 3px; cursor: pointer; margin-top: 20px; }
.secure-note { font-size: 12px; color: oklch(52% 0.01 245); text-align: center; margin: 14px 0 0; }
.empty-cart, .ordered-box { text-align: center; padding: 80px 20px; background: oklch(96% 0.014 235); border-radius: 4px; }
.empty-cart h2, .ordered-box h2 { font-family: 'Manrope', Arial, sans-serif; font-size: 22px; margin: 0 0 12px; }
.ordered-box h2 { color: oklch(58% 0.14 235); }
.empty-cart p, .ordered-box p { font-size: 14.5px; color: oklch(45% 0.01 250); margin: 0 0 22px; }

/* ---------- Shipping / payment table ---------- */
.ship-row { display: flex; justify-content: space-between; padding: 16px 18px; background: oklch(96% 0.014 235); border-radius: 4px; font-size: 14.5px; margin-bottom: 12px; }
.pay-row { padding: 16px 18px; border: 1px solid oklch(90% 0.005 240); border-radius: 4px; font-size: 14.5px; margin-bottom: 12px; }

/* ---------- About stats ---------- */
.about-stats { max-width: 1280px; margin: 0 auto; padding: 56px 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; border-top: 1px solid oklch(90% 0.005 240); border-bottom: 1px solid oklch(90% 0.005 240); }
.about-stats .num { font-family: 'Manrope', Arial, sans-serif; font-size: 32px; font-weight: 800; color: oklch(58% 0.14 235); }
.about-stats .lbl { font-size: 13.5px; color: oklch(45% 0.01 250); margin-top: 4px; }
.values-3 { max-width: 1280px; margin: 0 auto; padding: 56px 40px; }
.values-3-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.values-3-grid h3 { font-family: 'Manrope', Arial, sans-serif; font-size: 18px; margin: 0 0 10px; color: oklch(24% 0.01 250); }
.values-3-grid p { font-size: 14px; line-height: 1.65; color: oklch(45% 0.01 250); margin: 0; }
.showroom-split { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.showroom-split img { border-radius: 4px; }
.showroom-img { height: 220px; border-radius: 4px; overflow: hidden; }
.showroom-img img { width: 100%; height: 100%; object-fit: cover; }
.showroom-split h2 { font-family: 'Manrope', Arial, sans-serif; font-size: 24px; margin: 0 0 14px; }
.showroom-split p { font-size: 14.5px; line-height: 1.7; color: oklch(82% 0.006 240); margin: 0 0 18px; }

/* ---------- CTA banner ---------- */
.cta-center { max-width: 1280px; margin: 0 auto; padding: 56px 40px; text-align: center; }
.cta-center h2 { font-family: 'Manrope', Arial, sans-serif; font-size: 24px; margin: 0 0 12px; }
.cta-center p { font-size: 14.5px; color: oklch(45% 0.01 250); margin: 0 0 22px; }

/* ---------- Footer ---------- */
.site-footer { font-family: Arial, Helvetica, sans-serif; background: oklch(22% 0.012 250); color: oklch(80% 0.006 240); }
.footer-grid { max-width: 1280px; margin: 0 auto; padding: 56px 40px 32px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-logo { font-family: 'Manrope', Arial, sans-serif; font-size: 24px; font-weight: 800; margin-bottom: 12px; }
.footer-grid p { font-size: 14px; line-height: 1.6; color: oklch(72% 0.006 240); max-width: 320px; margin: 0; }
.social-row { display: flex; gap: 10px; margin-top: 18px; }
.social-circle { width: 34px; height: 34px; border: 1px solid oklch(40% 0.01 250); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.footer-col-title { color: #fff; font-weight: 700; margin-bottom: 14px; font-size: 13.5px; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-links a { color: inherit; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: oklch(72% 0.006 240); }
.footer-contact a { color: inherit; }
.footer-bottom { border-top: 1px solid oklch(32% 0.01 250); padding: 20px 40px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; max-width: 1280px; margin: 0 auto; font-size: 12.5px; color: oklch(60% 0.006 240); }

/* ---------- Cookie consent ---------- */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: oklch(22% 0.012 250); color: #fff;
  padding: 18px 40px; display: none; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; font-size: 13.5px; line-height: 1.6; color: oklch(82% 0.006 240); max-width: 640px; }
.cookie-banner a { color: oklch(70% 0.13 235); font-weight: 600; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions button { border: none; border-radius: 3px; padding: 10px 18px; font-size: 13.5px; font-weight: 700; cursor: pointer; font-family: inherit; }
.cookie-accept { background: oklch(58% 0.14 235); color: #fff; }
.cookie-reject { background: transparent; color: oklch(82% 0.006 240); border: 1px solid oklch(45% 0.01 250) !important; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .grid-products, .values-grid, .values-3-grid { grid-template-columns: repeat(2, 1fr); }
  .usps-grid, .about-stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .page-hero, .guide-split, .contact-grid, .showroom-split, .legal-layout { grid-template-columns: 1fr; }
  .page-hero-img { order: -1; height: 220px; }
  .cart-layout { grid-template-columns: 1fr; }
  .legal-nav { flex-direction: row; flex-wrap: wrap; position: static !important; }
  .hero-box h1 { font-size: 36px; }
}

@media (max-width: 760px) {
  .topbar { padding: 7px 20px; font-size: 11.5px; justify-content: center; text-align: center; }
  .header-inner { padding: 14px 20px; }
  .nav-links { display: none; width: 100%; flex-direction: column; gap: 2px; order: 3; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 4px; border-bottom: 1px solid oklch(94% 0.005 240); }
  .nav-toggle { display: block; }
  .section, .section-tight, .cta-center, .billing-info, .about-stats, .values-3, .newsletter, .contact-grid, .legal-layout, .page-hero, .sort-bar { padding-left: 20px; padding-right: 20px; }
  .breadcrumb { padding-left: 20px; padding-right: 20px; }
  .hero { height: 460px; }
  .hero-box h1 { font-size: 28px; }
  .hero-content { padding: 0 20px; }
  .grid-4, .grid-3, .grid-products, .values-grid, .values-3-grid, .usps-grid, .about-stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding: 40px 20px 24px; }
  .footer-bottom { padding: 16px 20px; }
  .cart-item { grid-template-columns: 64px 1fr; grid-template-rows: auto auto; }
  .cart-item-img { width: 64px; height: 64px; }
  .qty-control, .cart-item-end { grid-column: span 2; flex-direction: row; justify-content: space-between; align-items: center; }
  .form-row-2 { grid-template-columns: 1fr; }
  .article-row { grid-template-columns: 1fr; }
  .cookie-banner { padding: 16px 20px; }
}
