/* Kripto Bumba — glavna stilska datoteka */

:root {
  --ink: oklch(22% 0.03 250);
  --ink-strong: oklch(20% 0.03 250);
  --text-muted: oklch(45% 0.02 250);
  --text-light: oklch(48% 0.02 250);
  --text-lighter: oklch(55% 0.02 250);
  --border: oklch(90% 0.01 240);
  --border-soft: oklch(88% 0.01 240);
  --blue: oklch(58% 0.16 235);
  --blue-dark: oklch(48% 0.16 235);
  --blue-darker: oklch(38% 0.16 235);
  --blue-deep: oklch(30% 0.1 235);
  --green: oklch(68% 0.15 150);
  --green-dark: oklch(38% 0.1 150);
  --green-darker: oklch(35% 0.1 150);
  --green-soft: oklch(95% 0.04 150);
  --green-mid: oklch(50% 0.13 165);
  --white: #ffffff;
  --font-heading: 'Poppins', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-body: 'Manrope', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --container: 1200px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow-card: 0 20px 50px rgba(20, 40, 80, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  font-family: var(--font-body);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-dark); text-decoration: none; }
a:hover { color: var(--blue-darker); }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 800; margin: 0; }
p { margin: 0; }
button { font-family: var(--font-body); cursor: pointer; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; background: var(--ink-strong); color: #fff;
  padding: 10px 16px; border-radius: 8px; z-index: 200; transition: top .15s ease;
}
.skip-link:focus { top: 12px; color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40; background: var(--white);
  border-bottom: 1px solid var(--border);
}
.site-header.site-header--static { position: static; }
.site-header__inner {
  max-width: var(--container); margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand__mark {
  width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue), var(--green));
}
.brand__name { font-family: var(--font-heading); font-weight: 800; font-size: 20px; color: var(--ink-strong); letter-spacing: -0.02em; }

.nav-toggle {
  display: none; border: 1px solid var(--border-soft); background: #fff; border-radius: 10px;
  width: 42px; height: 42px; align-items: center; justify-content: center;
}
.nav-toggle__bar, .nav-toggle__bar::before, .nav-toggle__bar::after {
  content: ""; display: block; width: 20px; height: 2px; background: var(--ink-strong); position: relative;
}
.nav-toggle__bar::before { position: absolute; top: -6px; }
.nav-toggle__bar::after { position: absolute; top: 6px; }

.main-nav { display: flex; gap: 26px; align-items: center; font-weight: 600; font-size: 15px; }
.main-nav a { color: oklch(30% 0.02 250); text-decoration: none; }
.main-nav a[aria-current="page"] { color: var(--ink-strong); }

.cart-link {
  display: flex; align-items: center; gap: 8px; text-decoration: none; background: var(--ink-strong);
  color: #fff; padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: 14px; white-space: nowrap;
}
.cart-link__count {
  background: var(--green); color: oklch(18% 0.05 150); border-radius: 999px; padding: 2px 8px; font-size: 12px; min-width: 18px; text-align: center;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; border-radius: 999px; font-weight: 800; font-size: 15px;
  padding: 15px 28px; border: none; font-family: var(--font-body);
}
.btn-white { background: #fff; color: var(--blue-deep); }
.btn-outline { background: transparent; border: 1.5px solid rgba(255,255,255,0.6); color: #fff; }
.btn-dark { background: var(--ink-strong); color: #fff; }
.btn-green { background: var(--green); color: oklch(15% 0.05 150); }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 18px; font-size: 13px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; padding: 90px 24px 100px;
  background: linear-gradient(135deg, var(--blue-deep), oklch(45% 0.13 190) 55%, oklch(55% 0.14 150));
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.12) 1.5px, transparent 1.5px),
    linear-gradient(135deg, var(--blue-deep), oklch(45% 0.13 190) 55%, oklch(55% 0.14 150));
  background-size: 26px 26px, auto;
}
.hero__inner {
  max-width: var(--container); margin: 0 auto; position: relative;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center;
}
.hero__badge {
  display: inline-block; background: rgba(255,255,255,0.15); color: #fff; font-size: 13px; font-weight: 700;
  padding: 6px 14px; border-radius: 999px; letter-spacing: 0.02em; margin-bottom: 20px;
}
.hero h1 { font-size: 52px; line-height: 1.1; color: #fff; margin: 0 0 22px; letter-spacing: -0.02em; }
.hero__lead { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.88); max-width: 520px; margin: 0 0 34px; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 40px; margin-top: 50px; flex-wrap: wrap; }
.hero__stat-num { font-family: var(--font-heading); font-size: 28px; font-weight: 800; color: #fff; }
.hero__stat-label { font-size: 13px; color: rgba(255,255,255,0.75); }
.hero__media {
  border-radius: 24px; overflow: hidden; height: 380px; border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; }

.page-hero {
  padding: 56px 24px; background: linear-gradient(120deg, var(--blue-deep), var(--green-mid));
}
.page-hero.page-hero--center { text-align: center; padding: 70px 24px; }
.page-hero__eyebrow { color: rgba(255,255,255,0.8); font-weight: 700; font-size: 13px; letter-spacing: 0.05em; }
.page-hero h1 { color: #fff; font-size: 36px; margin: 8px 0 0; }
.page-hero--center h1 { font-size: 38px; max-width: 700px; margin: 10px auto 0; }

/* ---------- Value props ---------- */
.value-strip {
  max-width: var(--container); margin: -56px auto 0; padding: 0 24px; position: relative;
}
.value-strip__grid {
  background: #fff; border-radius: 20px; box-shadow: var(--shadow-card); padding: 36px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.value-card { display: flex; flex-direction: column; gap: 10px; }
.value-card__icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.value-card__icon span { width: 16px; height: 16px; display: block; }
.value-card h3 { font-size: 16px; font-weight: 700; }
.value-card p { font-size: 14px; color: var(--text-light); line-height: 1.5; }

/* ---------- Sections ---------- */
.section { max-width: var(--container); margin: 100px auto 0; padding: 0 24px; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 32px; flex-wrap: wrap; gap: 12px; }
.section-head__eyebrow { font-weight: 800; font-size: 13px; letter-spacing: 0.05em; }
.section-head__eyebrow--blue { color: var(--blue); }
.section-head__eyebrow--green { color: oklch(68% 0.15 150); }
.section-head h2 { font-size: 32px; margin: 6px 0 0; }
.section-head__link { font-weight: 700; color: var(--blue-dark); text-decoration: none; }

/* ---------- Category grid ---------- */
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.category-card {
  text-decoration: none; color: inherit; border-radius: 16px; padding: 26px 18px;
  display: flex; flex-direction: column; gap: 14px; border: 1px solid;
}
.category-card__icon { width: 38px; height: 38px; border-radius: 10px; }
.category-card span.category-card__name { font-family: var(--font-heading); font-weight: 700; font-size: 15px; }

/* ---------- Product cards ---------- */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.products-grid--3 { grid-template-columns: repeat(3, 1fr); }
.product-card {
  border: 1px solid var(--border); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column;
  background: #fff;
}
.product-card__media { height: 170px; overflow: hidden; background: oklch(95% 0.01 240); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.product-card__body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.badge {
  align-self: flex-start; background: var(--green-soft); color: var(--green-dark); font-size: 11px;
  font-weight: 800; padding: 3px 9px; border-radius: 999px;
}
.product-card__category { color: var(--text-light); font-size: 12px; font-weight: 700; }
.product-card__title { text-decoration: none; color: var(--ink-strong); font-family: var(--font-heading); font-weight: 700; font-size: 15px; }
.product-card__price-row { display: flex; align-items: center; gap: 8px; margin-top: auto; }
.price { font-weight: 800; font-size: 16px; }
.price-old { text-decoration: line-through; color: oklch(60% 0.02 250); font-size: 13px; }
.add-to-cart {
  margin-top: 6px; background: var(--ink-strong); color: #fff; border: none; padding: 10px; border-radius: 10px;
  font-weight: 700; font-size: 13px; cursor: pointer; font-family: var(--font-body);
}
.add-to-cart:hover { background: var(--ink); }

/* ---------- Articles ---------- */
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { text-decoration: none; color: inherit; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; display: block; background: #fff; }
.article-card__media { height: 150px; overflow: hidden; background: oklch(95% 0.01 240); }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; }
.article-card__body { padding: 18px; }
.article-card__category { color: var(--blue-dark); font-weight: 700; font-size: 12px; }
.article-card__title { font-size: 17px; margin: 8px 0; font-weight: 700; font-family: var(--font-heading); }
.article-card__meta { font-size: 12px; color: oklch(60% 0.02 250); margin: 0; }
.article-card__excerpt { font-size: 13px; color: var(--text-light); margin: 0 0 10px; line-height: 1.5; }

.filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-pill {
  border: 1px solid var(--border-soft); background: transparent; padding: 8px 16px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 600; font-size: 13px; cursor: pointer; color: var(--ink);
}
.filter-pill[aria-pressed="true"] { background: oklch(95% 0.03 235); }

/* ---------- Newsletter / CTA ---------- */
.newsletter {
  background: linear-gradient(120deg, oklch(95% 0.03 235), oklch(96% 0.04 150)); border-radius: var(--radius-lg);
  padding: 56px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center;
}
.newsletter h2 { font-size: 28px; margin: 0 0 12px; }
.newsletter p { color: var(--text-muted); font-size: 15px; line-height: 1.6; }
.newsletter-success { background: #fff; border-radius: 14px; padding: 18px 22px; font-weight: 700; color: var(--green-darker); }
.form-inline { display: flex; gap: 10px; flex-wrap: wrap; }
.form-inline input[type="email"] {
  flex: 1; min-width: 200px; padding: 14px 16px; border-radius: 10px; border: 1px solid var(--border-soft);
  font-family: var(--font-body); font-size: 14px;
}

.cta-banner { background: var(--ink-strong); border-radius: var(--radius-lg); padding: 56px; text-align: center; margin-bottom: 20px; }
.cta-banner h2 { color: #fff; font-size: 30px; margin: 0 0 14px; }
.cta-banner p { color: oklch(75% 0.01 250); margin: 0 0 26px; }
.cta-banner--sm { padding: 50px; margin-bottom: 90px; }
.cta-banner--sm h2 { font-size: 26px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-strong); color: oklch(85% 0.01 250); padding: 56px 24px 24px; margin-top: 60px; }
.site-footer--tight { padding: 40px 24px; margin-top: 0; }
.site-footer__grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer__brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.site-footer__brand .brand__mark { width: 32px; height: 32px; }
.site-footer__brand span { font-family: var(--font-heading); font-weight: 800; font-size: 18px; color: #fff; }
.site-footer__desc { font-size: 14px; line-height: 1.6; color: oklch(75% 0.01 250); max-width: 280px; }
.site-footer h4 { color: #fff; font-family: var(--font-heading); font-size: 14px; margin: 0 0 14px; }
.site-footer__links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.site-footer__links a { color: oklch(75% 0.01 250); text-decoration: none; }
.site-footer__contact { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: oklch(75% 0.01 250); }
.site-footer__bottom {
  max-width: var(--container); margin: 40px auto 0; padding-top: 20px; border-top: 1px solid oklch(35% 0.02 250);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: oklch(60% 0.01 250);
}
.site-footer__simple {
  max-width: var(--container); margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;
  gap: 16px; font-size: 13px; color: oklch(60% 0.01 250);
}
.site-footer__simple-links { display: flex; gap: 18px; flex-wrap: wrap; }
.site-footer__simple-links a { color: oklch(75% 0.01 250); text-decoration: none; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; background: var(--ink-strong); color: #fff;
  padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: 14px; max-width: 640px; line-height: 1.5; color: oklch(88% 0.01 250); }
.cookie-banner a { color: oklch(75% 0.1 150); }
.cookie-banner__actions { display: flex; gap: 12px; }
.cookie-banner__accept { background: var(--green); color: oklch(15% 0.05 150); border: none; padding: 10px 20px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.cookie-banner__decline { background: transparent; color: oklch(85% 0.01 250); border: 1px solid oklch(45% 0.02 250); padding: 10px 20px; border-radius: 999px; font-weight: 600; font-size: 14px; }

/* ---------- Forms ---------- */
.form { display: flex; flex-direction: column; gap: 14px; }
.form input, .form textarea {
  padding: 14px 16px; border-radius: 10px; border: 1px solid var(--border-soft); font-family: var(--font-body); font-size: 14px;
  width: 100%;
}
.form textarea { resize: vertical; }
.form-status { border-radius: 14px; padding: 24px; font-weight: 700; }
.form-status--success { background: oklch(96% 0.04 150); border: 1px solid oklch(85% 0.08 150); color: var(--green-darker); }
.form-status--error { background: oklch(96% 0.04 25); border: 1px solid oklch(85% 0.08 25); color: oklch(40% 0.15 25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-note { font-size: 12px; color: oklch(55% 0.02 250); margin: 0; }
.radio-row { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; }
.radio-row label { display: flex; align-items: center; gap: 6px; }

/* ---------- Katalog layout ---------- */
.catalog-layout { max-width: var(--container); margin: 0 auto; padding: 40px 24px 100px; display: grid; grid-template-columns: 220px 1fr; gap: 36px; }
.catalog-sidebar h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.04em; color: oklch(45% 0.02 250); margin: 0 0 14px; font-family: var(--font-heading); }
.catalog-filters { display: flex; flex-direction: column; gap: 4px; }
.catalog-filters button {
  text-align: left; border: none; background: transparent; padding: 10px 12px; border-radius: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--ink);
}
.catalog-filters button[aria-pressed="true"] { background: oklch(95% 0.03 235); }
.catalog-results-label { margin: 0 0 20px; color: oklch(45% 0.02 250); font-size: 14px; }

/* ---------- Product detail ---------- */
.back-link { text-decoration: none; color: oklch(48% 0.02 250); font-size: 14px; }
.product-detail { max-width: var(--container); margin: 0 auto; padding: 44px 24px 20px; }
.product-detail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; margin-top: 24px; }
.product-detail__media { height: 420px; border-radius: 20px; overflow: hidden; background: oklch(95% 0.01 240); }
.product-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__category { color: var(--blue-dark); font-weight: 700; font-size: 13px; }
.product-detail h1 { font-size: 32px; margin: 8px 0 14px; }
.product-detail__price-row { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.product-detail__price-row .price { font-family: var(--font-heading); font-size: 26px; }
.product-detail__desc { font-size: 15px; line-height: 1.7; color: oklch(38% 0.02 250); margin: 0 0 28px; }
.qty-stepper { display: flex; align-items: center; border: 1px solid var(--border-soft); border-radius: 10px; }
.qty-stepper button { border: none; background: none; width: 40px; height: 40px; font-size: 18px; }
.qty-stepper span { width: 32px; text-align: center; font-weight: 700; }
.product-detail__actions { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.product-detail__actions .add-to-cart { flex: 1; padding: 14px; font-size: 15px; margin-top: 0; }
.added-msg { color: var(--green-darker); font-weight: 700; font-size: 14px; }
.added-msg[hidden] { display: none; }
.trust-list { border-top: 1px solid var(--border); margin-top: 20px; padding-top: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: oklch(45% 0.02 250); }
.related-heading { font-size: 24px; margin: 0 0 24px; }

/* ---------- Article detail ---------- */
.article-detail { max-width: var(--container); margin: 0 auto; padding: 44px 24px 0; }
.article-detail__grid { display: grid; grid-template-columns: 2fr 1fr; gap: 56px; margin-top: 20px; }
.article-detail__category { color: var(--blue-dark); font-weight: 700; font-size: 13px; }
.article-detail h1 { font-size: 34px; margin: 10px 0 14px; line-height: 1.2; }
.article-detail__meta { color: oklch(55% 0.02 250); font-size: 13px; margin: 0 0 26px; }
.article-detail__media { height: 280px; border-radius: 16px; margin-bottom: 30px; overflow: hidden; background: oklch(95% 0.01 240); }
.article-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.article-body { font-size: 16px; line-height: 1.8; color: oklch(28% 0.02 250); }
.article-body h2 { font-size: 21px; font-weight: 700; margin: 28px 0 12px; font-family: var(--font-heading); }
.article-body p { margin: 0 0 16px; }
.article-cta {
  margin-top: 36px; background: var(--green-soft); border-radius: 14px; padding: 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.article-cta p { margin: 0; font-weight: 700; color: oklch(30% 0.08 150); }
.related-articles-heading { font-size: 15px; text-transform: uppercase; letter-spacing: 0.04em; color: oklch(45% 0.02 250); margin: 0 0 16px; font-family: var(--font-heading); }
.related-article-list { display: flex; flex-direction: column; gap: 16px; }
.related-article-item { text-decoration: none; color: inherit; display: flex; gap: 12px; }
.related-article-item__media { width: 70px; height: 70px; border-radius: 10px; flex-shrink: 0; overflow: hidden; background: oklch(95% 0.01 240); }
.related-article-item__media img { width: 100%; height: 100%; object-fit: cover; }
.related-article-item__title { margin: 0; font-family: var(--font-heading); font-weight: 700; font-size: 14px; line-height: 1.3; }
.related-article-item__meta { margin: 6px 0 0; font-size: 12px; color: oklch(55% 0.02 250); }

/* ---------- Cart page ---------- */
.cart-page { max-width: 900px; margin: 0 auto; padding: 50px 24px 120px; }
.cart-page h1 { font-size: 32px; margin: 0 0 30px; }
.cart-empty { text-align: center; padding: 60px 20px; border: 1px dashed var(--border-soft); border-radius: 16px; }
.cart-empty p { font-size: 16px; color: oklch(45% 0.02 250); margin: 0 0 20px; }
.cart-items { display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.cart-item { display: flex; gap: 18px; align-items: center; border: 1px solid var(--border); border-radius: 14px; padding: 14px; flex-wrap: wrap; }
.cart-item__media { width: 80px; height: 80px; border-radius: 10px; flex-shrink: 0; overflow: hidden; background: oklch(95% 0.01 240); }
.cart-item__media img { width: 100%; height: 100%; object-fit: cover; }
.cart-item__info { flex: 1; min-width: 140px; }
.cart-item__title { text-decoration: none; color: var(--ink-strong); font-family: var(--font-heading); font-weight: 700; font-size: 15px; }
.cart-item__unit { margin: 4px 0 0; color: oklch(48% 0.02 250); font-size: 13px; }
.cart-item__qty button { border: none; background: none; width: 32px; height: 32px; font-size: 16px; }
.cart-item__qty span { width: 26px; text-align: center; font-weight: 700; font-size: 14px; display: inline-block; }
.cart-item__total { font-weight: 800; width: 70px; text-align: right; }
.cart-item__remove { border: none; background: none; color: oklch(55% 0.15 25); cursor: pointer; font-size: 13px; font-weight: 700; }
.cart-summary { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: flex-end; }
.cart-summary__box { width: 300px; max-width: 100%; }
.cart-summary__row { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 14px; color: oklch(45% 0.02 250); }
.cart-summary__total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 800; margin: 14px 0 20px; }
.cart-summary__note { font-size: 12px; color: oklch(55% 0.02 250); margin-top: 10px; text-align: center; }
.checkout-form { margin-top: 24px; border-top: 1px solid var(--border); padding-top: 24px; }
.checkout-form[hidden] { display: none; }
.checkout-form h2 { font-size: 20px; margin: 0 0 16px; }

/* ---------- Legal pages ---------- */
.legal-section { max-width: 800px; margin: 0 auto; padding: 60px 24px 100px; }
.legal-eyebrow { color: var(--blue-dark); font-weight: 700; font-size: 13px; letter-spacing: 0.05em; }
.legal-section h1 { font-size: 32px; margin: 8px 0 10px; }
.legal-updated { color: oklch(55% 0.02 250); font-size: 14px; margin: 0 0 34px; }
.legal-body { font-size: 15px; line-height: 1.85; color: oklch(28% 0.02 250); }
.legal-body h2 { font-family: var(--font-heading); font-size: 19px; margin: 26px 0 10px; }
.legal-body p { margin: 0 0 14px; }
.legal-card-list { display: flex; flex-direction: column; gap: 14px; }
.legal-card { border: 1px solid var(--border); border-radius: 12px; padding: 18px; }
.legal-card p:first-child { margin: 0 0 6px; font-weight: 700; font-family: var(--font-heading); font-size: 15px; }
.legal-card p:last-child { margin: 0; font-size: 14px; color: var(--text-muted); }

/* ---------- About page ---------- */
.about-intro { max-width: 900px; margin: 0 auto; padding: 70px 24px; }
.about-intro p { font-size: 18px; line-height: 1.8; color: oklch(30% 0.02 250); margin: 0 0 20px; }
.about-pillars { background: oklch(97% 0.012 210); padding: 70px 24px; }
.about-pillars__grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.about-pillars__card { background: #fff; border-radius: 16px; padding: 30px; }
.about-pillars__card h3 { font-size: 18px; margin: 0 0 10px; }
.about-pillars__card p { font-size: 14px; line-height: 1.6; color: var(--text-muted); margin: 0; }
.team-section { max-width: 1100px; margin: 0 auto; padding: 80px 24px; }
.team-section h2 { font-size: 28px; margin: 0 0 34px; text-align: center; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { text-align: center; }
.team-card__photo { width: 100%; aspect-ratio: 1; border-radius: 16px; margin-bottom: 14px; overflow: hidden; background: oklch(93% 0.01 240); }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card__name { margin: 0; font-weight: 700; font-family: var(--font-heading); font-size: 14px; }
.team-card__role { margin: 4px 0 0; font-size: 13px; color: var(--text-light); }

/* ---------- Contact page ---------- */
.contact-grid { max-width: 1100px; margin: 0 auto; padding: 60px 24px 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-grid h2 { font-size: 22px; margin: 0 0 20px; }
.contact-info { display: flex; flex-direction: column; gap: 18px; font-size: 15px; }
.contact-info strong { display: block; font-family: var(--font-heading); font-size: 13px; color: oklch(48% 0.02 250); }
.contact-map { margin-top: 28px; height: 200px; border-radius: 14px; overflow: hidden; position: relative; }
.contact-map img { width: 100%; height: 100%; object-fit: cover; }
.contact-map__label {
  position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(0deg, rgba(0,0,0,0.65), transparent);
  color: #fff; padding: 30px 16px 12px; font-size: 13px; display: flex; justify-content: space-between; align-items: end; gap: 10px; flex-wrap: wrap;
}
.contact-map__label a { color: #fff; font-weight: 700; text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { height: 260px; }
  .value-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .products-grid, .products-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter { grid-template-columns: 1fr; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-filters { flex-direction: row; flex-wrap: wrap; }
  .product-detail__grid { grid-template-columns: 1fr; gap: 30px; }
  .article-detail__grid { grid-template-columns: 1fr; }
  .about-pillars__grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border);
    flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 24px 16px;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 10px 0; width: 100%; }
  .site-header__inner { position: relative; }
  .hero h1 { font-size: 36px; }
  .hero { padding: 60px 20px 80px; }
  .value-strip__grid { grid-template-columns: 1fr; padding: 24px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid, .products-grid--3, .articles-grid { grid-template-columns: 1fr; }
  .section { margin-top: 64px; }
  .newsletter, .cta-banner, .cta-banner--sm { padding: 32px 22px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .field-row { grid-template-columns: 1fr; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}
