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

:root {
  --primary: oklch(0.32 0.06 155);
  --primary-deep: oklch(0.24 0.05 155);
  --accent: oklch(0.85 0.10 75);
  --bg: oklch(1.000 0.000 0);
  --surface: oklch(0.975 0.002 155);
  --ink: oklch(0.16 0.012 155);
  --muted: oklch(0.50 0.008 155);
  --ink-06: oklch(0.16 0.012 155 / 0.06);
  --ink-10: oklch(0.16 0.012 155 / 0.10);
  --ink-14: oklch(0.16 0.012 155 / 0.14);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
p { max-width: 62ch; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 2.2rem; }

@media (prefers-reduced-motion: reduce) {
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---------- LABEL ---------- */
.label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 16px 36px;
  border-radius: 0;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.btn-primary { background: var(--primary); color: var(--bg); }
.btn-primary:hover { background: var(--primary-deep); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-ghost:hover { background: var(--ink-06); }
.btn-ghost-light { background: transparent; color: var(--bg); border: 1px solid oklch(1 0 0 / 0.5); }
.btn-ghost-light:hover { background: oklch(1 0 0 / 0.1); }
.btn:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }

/* ---------- NAV ---------- */
nav {
  position: sticky;
  top: 0; z-index: 100;
  background: var(--primary);
  color: var(--bg);
  border-bottom: 1px solid oklch(1 0 0 / 0.14);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  color: var(--bg);
  text-decoration: none;
}
.nav-links {
  display: flex;
  gap: 2.4rem;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: oklch(1 0 0 / 0.82);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--bg); border-bottom-color: var(--accent); }
.nav-burger { display: none; flex-direction: column; gap: 5px; }
.nav-burger span { width: 22px; height: 1px; background: var(--bg); }

/* ---------- HERO ---------- */
.hero {
  padding: 1.4vw 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  align-items: center;
}
.hero .label { color: var(--muted); margin-bottom: 0.6rem; display: block; }
.hero h1 {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  text-wrap: balance;
  margin-bottom: 0.7rem;
}
.hero h1 em { font-style: italic; color: var(--primary); }
.hero p.lede { color: var(--muted); max-width: 42ch; margin-bottom: 1.1rem; font-size: 0.95rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-photo {
  position: relative;
  aspect-ratio: 16/9;
}
.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 62% 62% at 50% 50%, transparent 30%, var(--bg) 100%);
  pointer-events: none;
}
.hero-photo img, .hero-photo video { width: 100%; height: 100%; object-fit: cover; }

/* ---------- SECTION SHARED ---------- */
section { padding: 7vw 0; }
.section-head { max-width: 640px; margin-bottom: 4vw; }
.section-head .label { color: var(--muted); display: block; margin-bottom: 1.2rem; }
.section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 1rem; }
.section-head p { color: var(--muted); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- PAGE HEADER (sub-pages) ---------- */
.page-header { padding: 4vw 0 3vw; }
.page-header .section-head { margin-bottom: 0; }

/* ---------- CONTENT HERO (photo header for Wiedza / articles) ---------- */
.content-hero {
  position: relative;
  min-height: 340px;
  height: 38vw;
  max-height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--bg);
}
.content-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.content-hero::after {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, oklch(0.16 0.012 155 / 0.1) 0%, oklch(0.16 0.012 155 / 0.82) 100%);
}
.content-hero-inner { position: relative; z-index: 2; padding: 3rem 0 2.6rem; }
.content-hero .label { color: var(--accent); display: block; margin-bottom: 1rem; }
.content-hero h1 { color: var(--bg); font-size: clamp(2rem, 4.4vw, 3.2rem); text-wrap: balance; margin-bottom: 0.8rem; }
.content-hero p { color: oklch(1 0 0 / 0.85); max-width: 60ch; }

/* ---------- ARTICLE BODY ---------- */
.article-section { padding: 4.5vw 0 6vw; }
.article-back {
  display: inline-flex; align-items: center; gap: 0.5rem;
  color: var(--muted); text-decoration: none; font-size: 0.85rem;
  margin-bottom: 2.2rem;
}
.article-back:hover { color: var(--ink); }
.article-body { max-width: 700px; margin: 0 auto; }
.article-meta { color: var(--muted); font-size: 0.85rem; margin-bottom: 1rem; }
.article-body h2 { font-size: 1.55rem; margin: 2.2rem 0 1rem; }
.article-body h2:first-child, .article-body > h2:first-of-type { margin-top: 0; }
.article-body p { color: var(--ink); margin-bottom: 1.2rem; max-width: none; }
.article-body ul { margin: 0 0 1.2rem 1.2rem; color: var(--ink); }
.article-body li { margin-bottom: 0.5rem; }
.article-body strong { font-weight: 600; }
.article-lede { font-size: 1.1rem; color: var(--muted); margin-bottom: 1.6rem; max-width: none; }
.article-closing {
  margin-top: 2.2rem; padding-top: 1.8rem;
  border-top: 1px solid var(--ink-10);
  font-style: italic;
  color: var(--muted);
}

/* ---------- PHILOSOPHY ---------- */
.philosophy { background: var(--surface); }
.philosophy-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5vw;
  align-items: center;
}
.philosophy-photo { aspect-ratio: 1; overflow: hidden; }
.philosophy-photo img { width: 100%; height: 100%; object-fit: cover; }
.philosophy-text h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 1.4rem; text-wrap: balance; }
.philosophy-text p { color: var(--muted); margin-bottom: 1.2rem; }
.philosophy-text p:last-of-type { margin-bottom: 0; }

/* ---------- COLLECTION / PRODUCT CARD ---------- */
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 3rem;
}
.filter-pill {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 0.55rem 1.2rem;
  border-radius: 0;
  border: 1px solid var(--ink-14);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.filter-pill:hover { border-color: var(--primary); color: var(--ink); }
.filter-pill.active { background: var(--primary); border-color: var(--primary); color: var(--bg); }
.product.is-hidden { display: none; }

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.6rem;
}
.product {
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-photo {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 1.3rem;
  border: 1px solid transparent;
  transition: border-color 0.25s ease;
}
.product:hover .product-photo { border-color: var(--ink-14); }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product:hover .product-photo img { transform: scale(1.035); }
.product-cat { color: var(--muted); margin-bottom: 0.35rem; display: block; }
.product h3 { font-size: 1.35rem; font-weight: 500; margin-bottom: 0.5rem; }
.product-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.product-price { font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; font-size: 0.78rem; letter-spacing: 0.06em; color: var(--accent-ink, oklch(0.5 0.11 75)); }

.collection-note {
  margin-top: 4.5rem;
  text-align: center;
  color: var(--muted);
}

.product-photo a { display: block; width: 100%; height: 100%; }
.product h3 a { color: inherit; text-decoration: none; }
.product h3 a:hover { text-decoration: underline; }

/* ---------- PRODUCT DETAIL ---------- */
.breadcrumb { font-size: 0.82rem; color: var(--muted); margin: 1.8rem 0 0; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); text-decoration: underline; }
.breadcrumb span[aria-hidden] { margin: 0 0.4rem; }

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  align-items: start;
  padding: 2.2rem 0 4vw;
}
.product-detail-photo { aspect-ratio: 1; overflow: hidden; }
.product-detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-info .product-cat { margin-bottom: 0.6rem; }
.product-detail-info h1 { font-size: clamp(2rem, 3.6vw, 2.8rem); margin-bottom: 0.9rem; text-wrap: balance; }
.product-detail-tagline { color: var(--muted); font-size: 1.05rem; max-width: 46ch; margin-bottom: 1.8rem; }
.product-detail-price { font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; font-size: 1.6rem; color: var(--ink); }
.product-detail-price .vat-note { font-size: 0.78rem; color: var(--muted); font-weight: 400; margin-left: 0.4rem; }
.size-selector { display: flex; gap: 0.6rem; margin: 1.1rem 0; }
.size-pill {
  font-family: 'IBM Plex Sans', sans-serif; font-size: 0.82rem; padding: 0.55rem 1rem;
  border: 1px solid var(--ink-14); background: var(--bg); color: var(--ink); cursor: pointer;
}
.size-pill:hover { border-color: var(--primary); }
.size-pill.active { background: var(--primary); border-color: var(--primary); color: var(--bg); }
.product-detail-availability { font-size: 0.85rem; color: var(--muted); margin: 0.4rem 0 1.8rem; }
.product-detail-qty { display: inline-flex; align-items: center; border: 1px solid var(--ink-14); margin-right: 1rem; }
.product-detail-qty button { width: 40px; height: 40px; background: none; border: none; font-size: 1.1rem; cursor: pointer; color: var(--ink); }
.product-detail-qty button:hover { background: var(--ink-06); }
.product-detail-qty span { width: 36px; text-align: center; font-size: 0.92rem; }
.product-detail-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem 0; margin-bottom: 2.6rem; }
.product-detail-desc h2 { font-size: 1.3rem; margin: 2rem 0 0.8rem; }
.product-detail-desc h2:first-child { margin-top: 0; }
.product-detail-desc p { color: var(--ink); margin-bottom: 0.9rem; max-width: 60ch; }
.product-detail-desc .closing { color: var(--primary); font-style: italic; }

@media (max-width: 800px) {
  .product-detail { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 900px) {
  .collection-grid { grid-template-columns: repeat(2, 1fr); gap: 2.6rem 1.6rem; }
}
@media (max-width: 600px) {
  .collection-grid { grid-template-columns: 1fr; }
}

/* ---------- RITUAL ---------- */
.ritual { background: var(--primary); color: var(--bg); }
.ritual .section-head .label { color: oklch(1 0 0 / 0.6); }
.ritual .section-head h2 { color: var(--bg); }
.ritual .section-head p { color: oklch(1 0 0 / 0.75); }
.ritual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.ritual-step .num { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; color: var(--accent); margin-bottom: 0.8rem; display: block; }
.ritual-step h3 { font-size: 1.4rem; color: var(--bg); margin-bottom: 0.6rem; font-weight: 500; }
.ritual-step p { color: oklch(1 0 0 / 0.72); }

@media (max-width: 760px) {
  .ritual-grid { grid-template-columns: 1fr; gap: 2.4rem; }
}

/* ---------- NEWSLETTER ---------- */
.newsletter { text-align: center; }
.newsletter .section-head { margin-left: auto; margin-right: auto; }
.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 460px;
  margin: 0 auto;
  border: 1px solid var(--ink);
}
.newsletter-form input {
  flex: 1;
  border: none;
  padding: 16px 20px;
  font-family: inherit;
  font-size: 0.92rem;
  background: transparent;
  color: var(--ink);
}
.newsletter-form input:focus { outline: none; }
.newsletter-form input::placeholder { color: var(--muted); }
.newsletter-form button {
  padding: 16px 28px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex: none;
  transition: background 0.2s;
}
.newsletter-form button:hover { background: var(--primary-deep); }

/* ---------- FOOTER ---------- */
footer { background: var(--primary); color: oklch(1 0 0 / 0.82); padding: 4rem 0 2rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid oklch(1 0 0 / 0.15);
}
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--bg); margin-bottom: 1rem; }
.footer-col h4 { color: var(--bg); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1.1rem; font-weight: 600; }
.footer-col a, .footer-col p { display: block; text-decoration: none; font-size: 0.92rem; margin-bottom: 0.65rem; color: oklch(1 0 0 / 0.75); }
.footer-col a:hover { color: var(--bg); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.6rem; font-size: 0.78rem; flex-wrap: wrap; gap: 0.6rem; color: oklch(1 0 0 / 0.55); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .hero { padding: 0 0 2.5vw; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { order: -1; aspect-ratio: 16/8; margin-bottom: 0.8rem; }
  .hero .label { margin-bottom: 0.4rem; }
  .hero h1 { font-size: clamp(1.5rem, 5.5vw, 2rem); margin-bottom: 0.5rem; }
  .hero p.lede { margin-bottom: 0.8rem; font-size: 0.88rem; max-width: none; }
  .hero-actions { gap: 0.6rem; flex-wrap: nowrap; }
  .hero-actions .btn { padding: 13px 16px; font-size: 0.7rem; flex: 1; justify-content: center; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  nav.nav-open .nav-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--primary-deep);
    padding: 0.5rem 1.25rem 1.25rem;
  }
  nav.nav-open .nav-links li { border-top: 1px solid oklch(1 0 0 / 0.12); }
  nav.nav-open .nav-links a { display: block; padding: 0.95rem 0; border-bottom: none; }
  .nav-burger { position: relative; width: 22px; height: 16px; justify-content: center; }
  .nav-burger span { position: absolute; left: 0; transition: transform 0.2s, opacity 0.2s; }
  .nav-burger span:nth-child(1) { top: 0; }
  .nav-burger span:nth-child(2) { top: 7px; }
  .nav-burger span:nth-child(3) { top: 14px; }
  nav.nav-open .nav-burger span:nth-child(1) { top: 7px; transform: rotate(45deg); }
  nav.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
  nav.nav-open .nav-burger span:nth-child(3) { top: 7px; transform: rotate(-45deg); }
}

/* ---------- ANNOUNCE BAR ---------- */
.announce { background: var(--primary-deep); color: oklch(1 0 0 / 0.9); }
.announce-inner {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.55rem 0;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.announce-sep { opacity: 0.5; }

/* ---------- LOGO MARK ---------- */
.nav-logo, .footer-logo { display: flex; align-items: center; gap: 0.6rem; }
.logo-mark { width: 32px; height: 32px; color: var(--bg); flex: none; }
.footer-logo .logo-mark { width: 26px; height: 26px; }

/* ---------- NAV CART ---------- */
.nav-right { display: flex; align-items: center; gap: 1.6rem; }
.cart-toggle { position: relative; display: flex; align-items: center; color: var(--bg); }
.cart-toggle svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.cart-count {
  position: absolute; top: -8px; right: -10px;
  width: 17px; height: 17px;
  display: none; align-items: center; justify-content: center;
  background: var(--accent); color: var(--ink);
  font-size: 0.62rem; font-weight: 700;
  border-radius: 50%;
}

/* ---------- PRODUCT CARD DETAIL ---------- */
.badge-bestseller {
  position: absolute; top: 0.9rem; left: 0.9rem; z-index: 1;
  background: var(--accent); color: var(--ink);
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.32rem 0.6rem;
}
.icon-btn {
  position: absolute; z-index: 1;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg);
  border: 1px solid var(--ink-10);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.icon-btn:hover { border-color: var(--ink); }
.icon-btn svg { width: 16px; height: 16px; stroke: var(--ink); fill: none; stroke-width: 1.6; }
.wishlist-btn { top: 0.9rem; right: 0.9rem; }
.wishlist-btn.active svg { fill: var(--primary); stroke: var(--primary); }
.cart-btn { bottom: 0.9rem; right: 0.9rem; }
.cart-btn.added { background: var(--primary); border-color: var(--primary); }
.cart-btn.added svg { stroke: var(--bg); }

/* ---------- CART DRAWER ---------- */
.cart-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: oklch(0.16 0.012 155 / 0.4);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.cart-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 201;
  width: min(420px, 100vw);
  background: var(--bg);
  border-left: 1px solid var(--ink-14);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.6rem 1.8rem;
  border-bottom: 1px solid var(--ink-10);
}
.cart-drawer-head h3 { font-size: 1.5rem; }
.cart-drawer-head button { font-size: 1.1rem; color: var(--ink); width: 30px; height: 30px; }
.cart-items { flex: 1; overflow-y: auto; padding: 1.2rem 1.8rem; }
.cart-empty { color: var(--muted); }
.cart-item { padding: 1.1rem 0; border-bottom: 1px solid var(--ink-10); }
.cart-item-info { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 0.6rem; }
.cart-item-info h4 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 1.15rem; }
.cart-item-size { font-size: 0.78rem; color: var(--muted); }
.cart-item-price { font-size: 0.82rem; font-weight: 600; color: var(--muted); flex: none; }
.cart-item-qty { display: flex; align-items: center; gap: 0.8rem; }
.cart-item-qty button { width: 24px; height: 24px; border: 1px solid var(--ink-14); color: var(--ink); font-size: 0.85rem; }
.cart-item-qty span { min-width: 1.2rem; text-align: center; font-size: 0.9rem; }
.cart-item-remove { margin-left: auto; color: var(--muted); font-size: 0.78rem; border: none !important; width: auto !important; }
.cart-item-remove:hover { color: var(--ink); }
.cart-drawer-foot { padding: 1.6rem 1.8rem; border-top: 1px solid var(--ink-10); }
.cart-subtotal { display: flex; justify-content: space-between; font-weight: 600; margin-bottom: 0.6rem; font-size: 1.05rem; }
.cart-shipping-note { color: var(--muted); font-size: 0.8rem; margin-bottom: 1.2rem; }

/* ---------- SEARCH ---------- */
.search-toggle { display: flex; align-items: center; color: var(--bg); }
.search-toggle svg { width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.search-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: oklch(0.16 0.012 155 / 0.4);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.search-overlay.open { opacity: 1; pointer-events: auto; }
.search-panel {
  position: fixed; top: 0; left: 0; right: 0; z-index: 301;
  background: var(--bg);
  border-bottom: 1px solid var(--ink-14);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  padding: 2.2rem 0;
}
.search-panel.open { transform: translateY(0); }
.search-panel-inner { max-width: 640px; margin: 0 auto; padding: 0 1.5rem; }
.search-input-row { display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid var(--ink-14); padding-bottom: 1rem; }
.search-input-row svg { width: 20px; height: 20px; stroke: var(--muted); fill: none; stroke-width: 1.6; flex: none; }
.search-input-row input { flex: 1; border: none; outline: none; font-family: 'IBM Plex Sans', sans-serif; font-size: 1.1rem; background: transparent; color: var(--ink); }
.search-panel-close { color: var(--muted); font-size: 1.3rem; width: 30px; height: 30px; flex: none; }
.search-panel-close:hover { color: var(--ink); }
.search-results { margin-top: 1rem; max-height: 55vh; overflow-y: auto; }
.search-result { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid var(--ink-06); text-decoration: none; color: inherit; }
.search-result:hover .search-result-name { color: var(--primary); text-decoration: underline; }
.search-result-name { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; }
.search-result-price { font-size: 0.8rem; color: var(--muted); flex: none; }
.search-empty { color: var(--muted); padding: 1rem 0; }

/* ---------- SETS ---------- */
.sets { background: var(--surface); }
.sets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.6rem; }
.set-contents-line { color: var(--muted); font-size: 0.82rem; margin: 0.3rem 0 0.5rem; }
.price-old { text-decoration: line-through; color: var(--muted); font-weight: 400; margin-right: 0.4rem; }

@media (max-width: 900px) {
  .sets-grid { grid-template-columns: repeat(2, 1fr); gap: 2.6rem 1.6rem; }
}
@media (max-width: 600px) {
  .sets-grid { grid-template-columns: 1fr; }
}

/* ---------- ACCESSORIES TEASER ---------- */
.accessories-banner {
  background: var(--ink);
  color: var(--bg);
  padding: 3.4rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.accessories-banner h2 { color: var(--bg); font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-bottom: 0.6rem; }
.accessories-banner p { color: oklch(1 0 0 / 0.7); max-width: 46ch; }
.accessories-banner .label { color: var(--accent); }
.soon-pill {
  flex: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid oklch(1 0 0 / 0.35);
  padding: 0.6rem 1.1rem;
}

/* ---------- KNOWLEDGE / FAQ ---------- */
.knowledge { background: var(--surface); }
.knowledge-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 5vw; align-items: start; }
.knowledge-intro .label { color: var(--muted); display: block; margin-bottom: 1.2rem; }
.knowledge-intro h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-bottom: 1.2rem; text-wrap: balance; }
.knowledge-intro p { color: var(--muted); margin-bottom: 1.4rem; }
.knowledge-featured {
  border-top: 1px solid var(--ink-14);
  padding-top: 1.4rem;
}
.knowledge-featured h3 { font-size: 1.3rem; margin-bottom: 0.7rem; }
.knowledge-featured p { color: var(--muted); font-size: 0.94rem; }
.knowledge-list { list-style: none; }
.knowledge-list li { border-bottom: 1px solid var(--ink-10); }
.knowledge-list li:first-child { border-top: 1px solid var(--ink-10); }
.knowledge-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.knowledge-list a:hover { color: var(--primary); transform: translateX(0.5rem); }
.knowledge-list .arrow { flex: none; color: var(--muted); font-size: 1.1rem; }

@media (max-width: 900px) {
  .knowledge-grid { grid-template-columns: 1fr; }
}

/* ---------- BLOG ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; }
.blog-card { display: block; text-decoration: none; color: inherit; border-top: 1px solid var(--ink-14); padding-top: 1.2rem; }
.blog-card .blog-date { color: var(--muted); font-size: 0.78rem; letter-spacing: 0.04em; margin-bottom: 0.6rem; display: block; }
.blog-card h3 { font-size: 1.25rem; font-weight: 500; }
.blog-cta { text-align: center; margin-top: 3rem; }

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr; gap: 1.8rem; }
}

/* ---------- FOOTER LINK COLUMNS ---------- */
.footer-grid.expanded { grid-template-columns: 1.2fr 0.9fr 0.9fr 0.9fr; }
.social-icons { display: flex; gap: 0.7rem; margin-top: 0.6rem; }
.social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid oklch(1 0 0 / 0.25); color: oklch(1 0 0 / 0.75); margin-bottom: 0; }
.social-icons a:hover { border-color: var(--bg); color: var(--bg); }
.social-icons svg { width: 16px; height: 16px; fill: currentColor; }
.payment-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; padding-top: 1.6rem; }
.payment-row span { font-size: 0.72rem; color: oklch(1 0 0 / 0.5); letter-spacing: 0.06em; text-transform: uppercase; }
.payment-icons { display: flex; gap: 0.6rem; }
.payment-icons .pay-chip {
  font-size: 0.68rem;
  font-weight: 600;
  color: oklch(1 0 0 / 0.75);
  border: 1px solid oklch(1 0 0 / 0.2);
  padding: 0.3rem 0.55rem;
}

@media (max-width: 900px) {
  .footer-grid.expanded { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid.expanded { grid-template-columns: 1fr; }
  .accessories-banner { padding: 2.2rem 1.6rem; }
}

/* ---------- CHECKOUT ---------- */
.checkout { background: var(--surface); }
.checkout-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 4vw; align-items: start; }
.checkout-form h3 { font-size: 1.1rem; font-weight: 600; font-family: 'IBM Plex Sans', sans-serif; margin: 1.8rem 0 1rem; }
.checkout-form h3:first-child { margin-top: 0; }
.form-row { margin-bottom: 0.9rem; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.checkout-form input {
  width: 100%;
  border: 1px solid var(--ink-14);
  background: var(--bg);
  padding: 13px 16px;
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}
.checkout-form input:focus { outline: none; border-color: var(--primary); }
.payment-methods { display: grid; gap: 0.7rem; }
.payment-method {
  display: flex; align-items: center; gap: 0.8rem;
  border: 1px solid var(--ink-14);
  padding: 0.9rem 1rem;
  cursor: pointer;
  background: var(--bg);
}
.payment-method:has(input:checked) { border-color: var(--primary); }
.payment-method input[type="radio"] { width: auto; flex-shrink: 0; padding: 0; border: none; background: transparent; accent-color: var(--primary); }
.payment-method-logo { height: 26px; width: auto; flex-shrink: 0; border: 1px solid var(--ink-10); border-radius: 3px; }
.payment-method-name { font-size: 0.9rem; font-weight: 500; }
.checkout-demo-note { color: var(--muted); font-size: 0.78rem; margin-top: 1rem; text-align: center; }
.checkout-summary { background: var(--bg); border: 1px solid var(--ink-10); padding: 1.8rem; }
.checkout-summary h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 1.2rem; }
.summary-row { display: flex; justify-content: space-between; font-size: 0.88rem; color: var(--muted); margin-bottom: 0.7rem; }
.summary-total { display: flex; justify-content: space-between; font-weight: 700; font-size: 1.15rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--ink-10); color: var(--ink); }
.checkout-success { text-align: center; padding: 3rem 1rem; }
.checkout-success h3 { font-size: 2rem; margin-bottom: 0.8rem; }
.checkout-success p { color: var(--muted); margin: 0 auto; }

@media (max-width: 900px) {
  .checkout-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .form-row.two { grid-template-columns: 1fr; }
  .announce-inner { font-size: 0.66rem; gap: 0.5rem; }
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: var(--primary);
  color: var(--bg);
  border-top: 1px solid var(--primary-deep);
}
.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem 0;
  flex-wrap: wrap;
}
.cookie-banner-text { max-width: 62ch; font-size: 0.9rem; line-height: 1.6; }
.cookie-banner-text a { color: var(--accent); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.cookie-banner .btn-primary { background: var(--bg); color: var(--primary); }
.cookie-banner .btn-primary:hover { background: var(--surface); }
.cookie-banner .btn-ghost { color: var(--bg); border-color: var(--bg); }
.cookie-banner .btn-ghost:hover { background: rgba(255,255,255,0.08); }
@media (max-width: 700px) {
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; padding: 1.2rem 0; }
}
