/* Shoevera — glavna tabela sloga (site stylesheet) */

:root {
  --bg: #f7f6f3;
  --ink: #171614;
  --line: #e4e0d9;
  --line-2: #ded9d1;
  --line-3: #d8d3ca;
  --line-4: #e0dbd3;
  --line-5: #cdc7bd;
  --muted-1: #5f5a53;
  --muted-2: #6f6a63;
  --muted-3: #4c4842;
  --muted-4: #8b857c;
  --muted-5: #7c766d;
  --muted-6: #3c3833;
  --paper: #fff;
  --alt-bg: #f1efe9;
  --alt-bg-2: #eceae4;
  --alt-bg-hover: #ece8e1;
  --accent: #96603f;
  --accent: oklch(0.52 0.07 40);
  --accent-light: #b98d5e;
  --accent-light: oklch(0.66 0.08 60);
  --accent-dark: #8a5a38;
  --accent-dark: oklch(0.48 0.08 40);
  --dark: #171614;
  --dark-text: #efece6;
  --dark-muted-1: #bdb7ae;
  --dark-muted-2: #9a938a;
  --dark-muted-3: #c9c3ba;
  --dark-muted-4: #b8b2a9;
  --dark-muted-5: #c1bbb2;
  --dark-muted-6: #7e786f;
  --dark-line: #2e2b28;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --font-sans: 'DM Sans', Helvetica, Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', 'Courier New', monospace;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
}

body {
  font-family: var(--font-sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent); }

button, input, textarea, select { font-family: var(--font-sans); }

::selection { background: #e6ded2; }

img { max-width: 100%; display: block; }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff;
  padding: 12px 18px; z-index: 200; font-size: 14px;
}
.skip-link:focus { left: 12px; top: 12px; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted-4); margin-bottom: 16px;
}
.eyebrow.accent { color: var(--accent); }

h1, h2, h3 { font-family: var(--font-serif); font-weight: 400; margin: 0; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--dark); color: #e9e6e0; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; display: flex; justify-content: center;
  gap: 36px; padding: 9px 20px; flex-wrap: wrap; text-align: center;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(247,246,243,0.94);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.site-header .container {
  padding: 18px 28px; display: flex; align-items: center; gap: 28px;
}
.logo {
  font-family: var(--font-serif); font-size: 30px; letter-spacing: 0.02em; line-height: 1;
  white-space: nowrap;
}
.main-nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap; }
.main-nav a {
  font-size: 14px; letter-spacing: 0.03em; padding: 6px 0; border-bottom: 1px solid transparent;
}
.main-nav a:hover, .main-nav a.active { border-bottom: 1px solid var(--ink); color: var(--ink); }
.cart-btn {
  display: flex; align-items: center; gap: 8px; cursor: pointer; border: 1px solid var(--ink);
  border-radius: 999px; padding: 8px 16px; font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.08em; background: transparent; color: var(--ink); white-space: nowrap;
}
.cart-btn:hover { background: var(--ink); color: var(--bg); }
.nav-toggle {
  display: none; margin-left: auto; background: none; border: 1px solid var(--ink); border-radius: 8px;
  width: 40px; height: 40px; font-size: 18px; cursor: pointer; color: var(--ink);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-family: var(--font-sans); font-size: 14px; letter-spacing: 0.06em;
  cursor: pointer; padding: 16px 30px; border-radius: 999px; border: 1px solid var(--ink);
  background: transparent; color: var(--ink); text-align: center;
}
.btn:hover { background: var(--alt-bg-hover); color: var(--ink); }
.btn-solid { background: var(--ink); color: var(--bg); border: 1px solid var(--ink); }
.btn-solid:hover { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.btn-block { display: block; width: 100%; padding: 16px; }
.btn-light { background: var(--bg); color: var(--ink); border: none; }
.btn-light:hover { background: var(--accent-light); color: var(--ink); }
.btn-sm {
  display: inline-block; border: 1px solid var(--ink); border-radius: 999px; padding: 7px 14px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; cursor: pointer;
  background: transparent; color: var(--ink);
}
.btn-sm:hover { background: var(--ink); color: #fff; }
.link-arrow {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; cursor: pointer;
  border-bottom: 1px solid var(--ink); padding-bottom: 3px; white-space: nowrap;
}

/* ---------- Hero ---------- */
.hero {
  padding: 64px 0 40px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
}
.hero h1 {
  font-size: 76px; line-height: 1.02; margin: 0 0 24px; letter-spacing: -0.01em;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.hero p.lead { font-size: 17px; line-height: 1.65; color: var(--muted-1); max-width: 460px; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 38px; margin-top: 44px; font-family: var(--font-mono); font-size: 12px;
  color: var(--muted-2); letter-spacing: 0.06em; flex-wrap: wrap;
}
.media-box {
  position: relative; overflow: hidden; background: #e8e4dc; border: 1px solid var(--line-2);
}
.media-box img { width: 100%; height: 100%; object-fit: cover; }
.hero .media-box { aspect-ratio: 4/5; }

/* ---------- USP strip ---------- */
.usp-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--alt-bg); }
.usp-grid { padding: 26px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.usp-grid .tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--accent); margin-bottom: 8px; }
.usp-grid .text { font-size: 14px; line-height: 1.55; color: var(--muted-3); }

/* ---------- Section heading row ---------- */
.section { padding: 72px 0 20px; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
  margin-bottom: 28px; flex-wrap: wrap;
}
.section-head h2 { font-size: 44px; }
.section-lead { font-size: 15px; color: var(--muted-2); margin: 0 0 30px; max-width: 460px; }

/* ---------- Category cards ---------- */
.cats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cat-card {
  border: 1px solid var(--line); background: var(--paper); padding: 0 0 20px; overflow: hidden;
}
.cat-card:hover { border-color: var(--ink); }
.cat-card .media-box { aspect-ratio: 3/2; }
.cat-card .body { padding: 18px 20px 0; }
.cat-card .title { font-family: var(--font-serif); font-size: 26px; margin-bottom: 6px; }
.cat-card .desc { font-size: 14px; color: var(--muted-2); line-height: 1.55; }
.cat-card .meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--accent); margin-top: 12px; }

/* ---------- Product cards ---------- */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; }
.product-card .media-box { aspect-ratio: 1/1; }
.product-card .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card .cat-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; color: var(--muted-4); text-transform: uppercase; }
.product-card .name { font-size: 17px; font-weight: 500; }
.product-card .short { font-size: 13px; color: var(--muted-2); line-height: 1.5; }
.product-card .row {
  display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px;
}
.product-card .price { font-family: var(--font-mono); font-size: 15px; }

/* ---------- Dark CTA / Care banner ---------- */
.dark-cta { background: var(--dark); color: var(--dark-text); }
.dark-cta .wrap {
  padding: 76px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.dark-cta .media-box { aspect-ratio: 16/11; background: #2a2825; border: 1px solid #3a3733; }
.dark-cta h2 { font-size: 48px; line-height: 1.08; margin: 0 0 20px; color: var(--dark-text); }
.dark-cta p { font-size: 16px; line-height: 1.7; color: var(--dark-muted-1); margin: 0 0 26px; }
.dark-cta .eyebrow { color: var(--accent-light); }

/* ---------- Blog / trend teasers ---------- */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { border-top: 1px solid var(--ink); padding-top: 16px; }
.post-card .media-box { aspect-ratio: 4/3; margin-bottom: 16px; }
.post-card .tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 8px; }
.post-card .title { font-family: var(--font-serif); font-size: 24px; line-height: 1.2; margin-bottom: 8px; }
.post-card .lead { font-size: 14px; color: var(--muted-2); line-height: 1.6; }

/* ---------- Reviews ---------- */
.reviews-section { background: var(--alt-bg-2); border-top: 1px solid var(--line-4); }
.reviews-grid { padding: 64px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.review-card { background: var(--bg); border: 1px solid var(--line-4); padding: 26px; }
.review-card .stars { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 14px; }
.review-card .text { font-size: 15px; line-height: 1.7; color: var(--muted-6); margin-bottom: 16px; }
.review-card .who { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--muted-4); text-transform: uppercase; }

/* ---------- Newsletter ---------- */
.newsletter { padding: 72px 0; }
.newsletter .box {
  border: 1px solid var(--ink); padding: 48px; display: grid; grid-template-columns: 1fr 1fr;
  gap: 44px; align-items: center;
}
.newsletter h2 { font-size: 38px; margin: 0 0 12px; }
.newsletter p { font-size: 15px; line-height: 1.65; color: var(--muted-1); margin: 0; }
.newsletter form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter input[type="email"] { flex: 1; min-width: 220px; }
.form-msg { font-size: 12px; color: var(--muted-4); margin-top: 12px; line-height: 1.5; min-height: 16px; }
.form-msg.ok { color: var(--accent-dark); }

/* ---------- Inputs ---------- */
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], textarea {
  border: 1px solid var(--line-5); background: var(--paper); padding: 15px 18px; font-size: 15px;
  outline: none; color: var(--ink); width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: var(--ink);
}
textarea { resize: vertical; }
.checkbox-row { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted-2); line-height: 1.55; }
.checkbox-row input { margin-top: 3px; }
.checkbox-row a { border-bottom: 1px solid #b9b2a8; }
.field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }
.field label { font-size: 12px; color: var(--muted-2); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Footer ---------- */
.site-footer { background: var(--dark); color: var(--dark-muted-3); margin-top: 0; }
.footer-grid {
  padding: 64px 0 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
}
.footer-brand .logo { color: #f4f1ec; font-size: 30px; margin-bottom: 14px; }
.footer-brand p { font-size: 14px; line-height: 1.75; margin: 0 0 18px; max-width: 280px; }
.footer-contact { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; line-height: 1.9; color: var(--dark-muted-2); }
.footer-col-title {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #f4f1ec; margin-bottom: 16px;
}
.footer-links { display: flex; flex-direction: column; gap: 9px; list-style: none; margin: 0; padding: 0; }
.footer-links a { font-size: 14px; color: var(--dark-muted-3); }
.footer-links a:hover { color: #fff; }
.footer-bottom { padding: 0 0 28px; }
.footer-bottom .row {
  border-top: 1px solid var(--dark-line); padding-top: 20px; display: flex; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
  color: var(--dark-muted-6);
}

/* ---------- Cart drawer ---------- */
.cart-overlay {
  position: fixed; inset: 0; z-index: 80; display: none; justify-content: flex-end;
}
.cart-overlay.open { display: flex; }
.cart-overlay .backdrop { position: absolute; inset: 0; background: rgba(23,22,20,0.42); border: none; padding: 0; cursor: pointer; }
.cart-panel {
  position: relative; width: 420px; max-width: 92vw; background: var(--bg); height: 100%;
  display: flex; flex-direction: column; border-left: 1px solid #ddd8d0;
}
.cart-panel-head {
  display: flex; justify-content: space-between; align-items: center; padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}
.cart-panel-title { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.cart-close { cursor: pointer; font-family: var(--font-mono); font-size: 16px; background: none; border: none; color: var(--ink); }
.cart-panel-body { flex: 1; overflow: auto; padding: 8px 24px; }
.cart-panel-empty { padding: 40px 0; font-size: 15px; color: var(--muted-2); }
.cart-panel-empty span { cursor: pointer; border-bottom: 1px solid var(--ink); color: var(--ink); }
.cart-line {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; padding: 16px 0;
  border-bottom: 1px solid var(--line); align-items: center;
}
.cart-line .thumb { aspect-ratio: 1/1; background: #e8e4dc; border: 1px solid var(--line-2); overflow: hidden; }
.cart-line .thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-line .name { font-size: 15px; font-weight: 500; }
.cart-line .meta { font-size: 12px; color: var(--muted-4); margin: 3px 0 8px; }
.qty-ctrl { display: flex; gap: 7px; align-items: center; }
.qty-ctrl button {
  cursor: pointer; border: 1px solid var(--line-5); width: 24px; height: 24px; display: flex;
  align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 12px; background: var(--paper);
}
.qty-ctrl .qty { font-family: var(--font-mono); font-size: 13px; min-width: 18px; text-align: center; }
.cart-line .total { font-family: var(--font-mono); font-size: 14px; }
.cart-panel-foot { border-top: 1px solid var(--line); padding: 22px 24px; }
.cart-panel-foot .sum-row { display: flex; justify-content: space-between; font-size: 16px; margin-bottom: 6px; }
.cart-panel-foot .sum-row .amt { font-family: var(--font-mono); }
.cart-panel-foot .ship-msg { font-size: 12px; color: var(--muted-4); margin-bottom: 16px; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; bottom: 18px; left: 18px; right: 18px; z-index: 90; display: none; justify-content: center;
}
.cookie-banner.show { display: flex; }
.cookie-banner .box {
  background: var(--dark); color: #e9e6e0; max-width: 960px; width: 100%; padding: 22px 26px;
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.cookie-banner .eyebrow { color: var(--accent-light); }
.cookie-banner .copy { font-size: 14px; line-height: 1.65; color: #c1bbb2; }
.cookie-banner .copy span { cursor: pointer; color: #f4f1ec; border-bottom: 1px solid #6c665e; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions button {
  border: 1px solid #4c473f; padding: 12px 20px; font-size: 13px; letter-spacing: 0.05em; cursor: pointer;
  background: transparent; color: #e9e6e0; font-family: var(--font-sans);
}
.cookie-actions button:hover { border-color: #9a938a; }
.cookie-actions .accept { background: var(--bg); color: var(--ink); border: none; }
.cookie-actions .accept:hover { background: var(--accent-light); }

/* ---------- Page header (shop/product/guide/etc.) ---------- */
.page-head { padding: 52px 0 20px; }
.page-head h1 { font-size: 56px; margin: 0 0 14px; }
.page-head .lead { font-size: 16px; color: var(--muted-1); max-width: 620px; line-height: 1.65; margin: 0 0 30px; }

/* ---------- Shop filters ---------- */
.filters-row {
  display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 30px; padding-bottom: 24px;
  border-bottom: 1px solid var(--line); align-items: center;
}
.chip {
  cursor: pointer; border: 1px solid var(--line-5); border-radius: 999px; padding: 9px 18px;
  font-size: 13px; letter-spacing: 0.04em; background: transparent; color: var(--ink); font-family: var(--font-sans);
}
.chip.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.result-label { margin-left: auto; font-family: var(--font-mono); font-size: 12px; color: var(--muted-4); }

/* ---------- Product detail ---------- */
.product-detail { padding: 44px 0 80px; }
.back-link {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; color: var(--muted-4);
  text-transform: uppercase; margin-bottom: 24px; display: inline-block; cursor: pointer;
}
.pd-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 52px; }
.pd-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pd-gallery .main { grid-column: span 2; aspect-ratio: 4/3; border: 1px solid var(--line-2); overflow: hidden; }
.pd-gallery .thumb2 { aspect-ratio: 1/1; border: 1px solid var(--line-2); overflow: hidden; }
.pd-gallery .main img, .pd-gallery .thumb2 img { width: 100%; height: 100%; object-fit: cover; }
.pd-info .js-add-cart-product { margin-bottom: 12px; }
.pd-info .price { font-family: var(--font-mono); font-size: 22px; margin-bottom: 20px; }
.pd-info h1 { font-size: 46px; margin: 0 0 10px; }
.pd-info .desc { font-size: 16px; line-height: 1.7; color: var(--muted-3); margin: 0 0 26px; }
.size-label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 10px;
}
.size-grid { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.size-opt {
  cursor: pointer; min-width: 52px; text-align: center; border: 1px solid var(--line-5); padding: 11px 6px;
  font-family: var(--font-mono); font-size: 13px; background: var(--paper); color: var(--ink);
}
.size-opt.selected { background: var(--ink); color: var(--bg); }
.size-hint { font-size: 13px; color: var(--muted-4); margin-bottom: 24px; }
.pd-shipping { display: flex; gap: 20px; font-size: 13px; color: var(--muted-2); margin-bottom: 28px; flex-wrap: wrap; }
.spec-list { border-top: 1px solid var(--line); }
.spec-row {
  display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.spec-row .k { color: var(--muted-4); }
.spec-row .v { text-align: right; }
.related-section { margin-top: 64px; }
.related-section h2 { font-size: 34px; margin: 0 0 20px; }
.mini-card { background: var(--paper); border: 1px solid var(--line); }
.mini-card .media-box { aspect-ratio: 1/1; }
.mini-card .body { padding: 14px 16px 18px; }
.mini-card .name { font-size: 16px; font-weight: 500; margin-bottom: 6px; }
.mini-card .price { font-family: var(--font-mono); font-size: 14px; color: var(--muted-2); }

/* ---------- Guide page ---------- */
.guide-hero h1 { font-size: 58px; margin: 0 0 16px; max-width: 760px; line-height: 1.05; }
.guide-hero .lead { font-size: 17px; color: var(--muted-1); max-width: 660px; line-height: 1.7; margin: 0; }
.calc-box {
  border: 1px solid var(--ink); background: var(--paper); padding: 36px; display: grid;
  grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin: 40px 0;
}
.calc-box h2 { font-size: 32px; margin: 0 0 12px; }
.calc-box p { font-size: 15px; line-height: 1.65; color: var(--muted-1); margin: 0 0 18px; }
.calc-form { display: flex; gap: 10px; flex-wrap: wrap; }
.calc-form input { width: 150px; padding: 14px 16px; }
.calc-result { margin-top: 18px; font-family: var(--font-mono); font-size: 14px; color: var(--accent-dark); line-height: 1.6; min-height: 20px; }
.size-table-box { background: var(--alt-bg); padding: 26px; }
.size-table-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; color: var(--muted-2); margin-bottom: 14px; }
.size-table-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line-4);
  font-family: var(--font-mono); font-size: 13px;
}
.size-table-row span:not(:first-child) { color: var(--muted-2); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { border-top: 2px solid var(--ink); padding-top: 16px; }
.step-card .n { font-family: var(--font-mono); font-size: 26px; color: var(--accent); margin-bottom: 10px; }
.step-card .title { font-size: 18px; font-weight: 500; margin-bottom: 8px; }
.step-card .text { font-size: 14px; line-height: 1.6; color: var(--muted-1); }
.foot-types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.foot-type-card { background: var(--paper); border: 1px solid var(--line); padding: 26px; }
.foot-type-card .title { font-family: var(--font-serif); font-size: 26px; margin-bottom: 10px; }
.foot-type-card .text { font-size: 14px; line-height: 1.65; color: var(--muted-1); margin-bottom: 14px; }
.foot-type-card .rec { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--accent); text-transform: uppercase; }

/* ---------- Care page ---------- */
.care-hero { background: var(--dark); color: var(--dark-text); }
.care-hero .wrap { padding: 64px 0; }
.care-hero .eyebrow { color: var(--accent-light); }
.care-hero h1 { font-size: 58px; margin: 0 0 16px; max-width: 800px; line-height: 1.05; color: var(--dark-text); }
.care-hero .lead { font-size: 17px; color: var(--dark-muted-4); max-width: 660px; line-height: 1.7; margin: 0; }
.care-steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; padding: 56px 0; }
.care-step-card { background: var(--paper); border: 1px solid var(--line); padding: 30px; display: flex; gap: 22px; }
.care-step-card .n { font-family: var(--font-mono); font-size: 13px; color: var(--accent); letter-spacing: 0.1em; min-width: 38px; }
.care-step-card .title { font-size: 20px; font-weight: 500; margin-bottom: 8px; }
.care-step-card .text { font-size: 15px; line-height: 1.7; color: var(--muted-1); }
.materials-box { background: var(--alt-bg-2); border: 1px solid var(--line-4); padding: 40px; margin: 20px 0 40px; }
.materials-box h2 { font-size: 34px; margin: 0 0 20px; }
.materials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.material-item .name { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.material-item .text { font-size: 14px; line-height: 1.65; color: var(--muted-3); }

/* ---------- Trends page ---------- */
.trends-hero h1 { font-size: 58px; margin: 0 0 16px; max-width: 780px; line-height: 1.05; }
.trends-hero .lead { font-size: 17px; color: var(--muted-1); max-width: 660px; line-height: 1.7; margin: 0 0 44px; }
.trend-row {
  display: grid; grid-template-columns: 120px 1.2fr 1fr; gap: 34px; padding: 34px 0;
  border-top: 1px solid var(--line-3); align-items: start;
}
.trend-row .n { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em; color: var(--accent); }
.trend-row h2 { font-size: 34px; margin: 0 0 12px; }
.trend-row p { font-size: 15px; line-height: 1.75; color: var(--muted-3); margin: 0 0 14px; }
.trend-row .verdict { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-4); }
.trend-row .media-box { aspect-ratio: 4/3; }

/* ---------- Style / looks page ---------- */
.style-hero h1 { font-size: 58px; margin: 0 0 16px; max-width: 780px; line-height: 1.05; }
.style-hero .lead { font-size: 17px; color: var(--muted-1); max-width: 660px; line-height: 1.7; margin: 0 0 40px; }
.looks-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.look-card { background: var(--paper); border: 1px solid var(--line); }
.look-card .media-box { aspect-ratio: 16/10; }
.look-card .body { padding: 28px; }
.look-card .tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; color: var(--accent); text-transform: uppercase; margin-bottom: 10px; }
.look-card h2 { font-size: 30px; margin: 0 0 12px; }
.look-card .text { font-size: 15px; line-height: 1.7; color: var(--muted-1); margin: 0 0 16px; }
.look-items { border-top: 1px solid var(--line); padding-top: 14px; }
.look-items div { font-size: 14px; color: var(--muted-3); padding: 5px 0; }

/* ---------- About page ---------- */
.about-hero { padding: 52px 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.about-hero h1 { font-size: 54px; margin: 0 0 18px; line-height: 1.06; }
.about-hero p { font-size: 16px; line-height: 1.75; color: var(--muted-3); margin: 0 0 16px; }
.about-hero .media-box { aspect-ratio: 1/1; }
.facts-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; border-top: 1px solid var(--line-3);
  padding: 32px 0 0; margin: 40px 0;
}
.fact .n { font-family: var(--font-serif); font-size: 46px; margin-bottom: 6px; }
.fact .text { font-size: 14px; color: var(--muted-2); line-height: 1.55; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { border-top: 2px solid var(--ink); padding-top: 16px; }
.value-card .title { font-size: 19px; font-weight: 500; margin-bottom: 8px; }
.value-card .text { font-size: 15px; line-height: 1.7; color: var(--muted-1); }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.contact-grid h1 { font-size: 56px; margin: 0 0 34px; }
.contact-grid h2 { font-size: 28px; margin: 0 0 16px; }
.contact-form { display: flex; flex-direction: column; gap: 12px; }
.support-card, .store-card { background: var(--paper); border: 1px solid var(--line); padding: 28px; margin-bottom: 20px; }
.support-card .eyebrow { color: var(--accent); margin-bottom: 14px; }
.support-card .lines { font-size: 16px; line-height: 1.9; color: var(--muted-6); }
.store-card .city { font-family: var(--font-serif); font-size: 26px; margin-bottom: 8px; }
.store-card .addr { font-size: 15px; line-height: 1.8; color: var(--muted-1); }
.map-box { aspect-ratio: 16/9; border: 1px solid var(--line-2); position: relative; overflow: hidden; }
.map-box img { width: 100%; height: 100%; object-fit: cover; }
.map-box .cap {
  position: absolute; left: 16px; bottom: 16px; font-family: var(--font-mono); font-size: 11px;
  color: #fff; text-transform: uppercase; background: rgba(23,22,20,0.55); padding: 6px 10px;
}
.map-box a.cap:hover { color: #fff; background: rgba(23,22,20,0.75); }
.company-info {
  margin-top: 56px; border-top: 1px solid var(--line-3); padding-top: 28px; display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 26px; font-size: 14px; line-height: 1.75; color: var(--muted-1);
}
.company-info .h {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 10px;
}

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 900px; }
.faq-item { border-bottom: 1px solid var(--line-3); padding: 22px 0; }
.faq-item summary {
  display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; cursor: pointer;
  font-size: 19px; font-weight: 500; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-family: var(--font-mono); font-size: 18px; color: var(--accent); flex-shrink: 0;
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item .answer { font-size: 15px; line-height: 1.75; color: var(--muted-1); margin-top: 12px; max-width: 720px; }

/* ---------- Legal / doc pages ---------- */
.doc-wrap { max-width: 900px; }
.doc-wrap h1 { font-size: 50px; margin: 0 0 14px; line-height: 1.08; }
.doc-wrap > .lead { font-size: 16px; line-height: 1.7; color: var(--muted-1); margin: 0 0 12px; }
.doc-updated { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted-4); text-transform: uppercase; margin-bottom: 36px; }
.doc-section { border-top: 1px solid var(--line-3); padding: 26px 0; }
.doc-section h2 { font-size: 28px; margin: 0 0 12px; }
.doc-section p { font-size: 15px; line-height: 1.8; color: var(--muted-3); margin: 0 0 12px; }
.doc-footnote { background: var(--alt-bg-2); border: 1px solid var(--line-4); padding: 26px; margin-top: 30px; font-size: 14px; line-height: 1.75; color: var(--muted-3); }

/* ---------- Cart page ---------- */
.cart-page-wrap { max-width: 1100px; }
.cart-page-wrap h1 { font-size: 52px; margin: 0 0 30px; }
.cart-empty { border: 1px dashed var(--line-5); padding: 56px; text-align: center; }
.cart-empty .msg { font-size: 17px; color: var(--muted-1); margin-bottom: 20px; }
.cart-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.cart-list-line {
  display: grid; grid-template-columns: 96px 1fr auto; gap: 20px; padding: 20px 0;
  border-bottom: 1px solid var(--line-3); align-items: center;
}
.cart-list-line .thumb { aspect-ratio: 1/1; background: #e8e4dc; border: 1px solid var(--line-2); overflow: hidden; }
.cart-list-line .thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-list-line .name { font-size: 17px; font-weight: 500; margin-bottom: 4px; }
.cart-list-line .meta { font-size: 13px; color: var(--muted-4); }
.cart-list-line .remove { cursor: pointer; font-size: 12px; color: var(--muted-4); margin-left: 12px; border-bottom: 1px solid var(--line-5); background: none; border-top: none; border-left: none; border-right: none; }
.cart-list-line .total { font-family: var(--font-mono); font-size: 16px; }
.order-summary { background: var(--paper); border: 1px solid var(--line); padding: 28px; }
.order-summary .label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 18px; }
.order-summary .row { display: flex; justify-content: space-between; font-size: 15px; padding: 8px 0; }
.order-summary .row .k { color: var(--muted-2); }
.order-summary .row.total-row { font-size: 19px; padding: 16px 0 8px; border-top: 1px solid var(--line); margin-top: 10px; }
.order-summary .row.total-row .amt { font-family: var(--font-mono); }
.order-summary .fine { font-size: 12px; color: var(--muted-4); line-height: 1.6; }
.order-summary .fine a { border-bottom: 1px solid #b9b2a8; }
.order-summary .checkout-msg { font-size: 12px; color: var(--muted-4); line-height: 1.6; margin-top: 12px; }

/* ---------- 404 ---------- */
.error-page { padding: 100px 0; text-align: center; }
.error-page h1 { font-size: 96px; margin: 0 0 10px; }
.error-page p { font-size: 17px; color: var(--muted-1); margin: 0 0 30px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero .media-box { order: -1; aspect-ratio: 16/10; }
  .usp-grid, .cats-grid, .products-grid, .posts-grid, .reviews-grid, .care-steps-grid,
  .materials-grid, .looks-grid, .facts-grid, .values-grid, .foot-types-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .dark-cta .wrap, .newsletter .box, .pd-grid, .about-hero, .contact-grid, .company-info,
  .calc-box, .cart-layout { grid-template-columns: 1fr; }
  .trend-row { grid-template-columns: 1fr; }
  .trend-row .media-box { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 56px; }
  .page-head h1, .guide-hero h1, .care-hero h1, .trends-hero h1, .style-hero h1 { font-size: 42px; }
}

@media (max-width: 700px) {
  .site-header .container { flex-wrap: wrap; }
  .main-nav {
    display: none; width: 100%; margin-left: 0; flex-direction: column; gap: 2px;
    order: 3; padding-top: 12px; border-top: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .usp-grid, .cats-grid, .products-grid, .posts-grid, .reviews-grid, .care-steps-grid,
  .materials-grid, .looks-grid, .facts-grid, .values-grid, .foot-types-grid, .steps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding: 48px 0 20px; }
  .hero h1 { font-size: 42px; }
  .pd-gallery { grid-template-columns: 1fr 1fr; }
  .cookie-banner .box { grid-template-columns: 1fr; }
  .cart-list-line { grid-template-columns: 64px 1fr; }
  .cart-list-line .total { grid-column: 2; }
}
