/** Shopify CDN: Minification failed

Line 1224:15 Unterminated string token

**/
/* ==========================================================================
   MODABIJOUX — Premium Jewelry Shopify Theme (v2)
   Elevated design system — 2026
   ========================================================================== */

/* ===== Design tokens ===== */
:root {
  /* Palette */
  --color-gold: #c6a65b;
  --color-gold-dark: #a88842;
  --color-gold-light: #e0c98a;
  --color-gold-soft: #f3ead6;
  --gold-gradient: linear-gradient(135deg, #d4b879 0%, #c6a65b 45%, #a88842 100%);
  --gold-gradient-soft: linear-gradient(135deg, #f3ead6 0%, #e0c98a 100%);

  --color-rose: #efb6c8;
  --color-rose-dark: #d995ab;
  --color-rose-light: #f8dce5;
  --color-rose-soft: #fbeef3;

  --color-white: #ffffff;
  --color-cream: #fbf8f2;
  --color-beige: #f5f0e8;
  --color-border: #e8e2d5;
  --color-border-light: #f0ead9;

  --color-anthracite: #2b2b2b;
  --color-anthracite-soft: #3a3a3a;
  --color-anthracite-light: #5a5a5a;
  --color-muted: #8a8a8a;
  --color-muted-light: #b5b5b5;

  /* Typography */
  --font-heading: "Cormorant Garamond", "Didot", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --fs-display: clamp(3rem, 7vw, 6.5rem);
  --fs-h1: clamp(2.5rem, 5vw, 4.5rem);
  --fs-h2: clamp(2rem, 4vw, 3.25rem);
  --fs-h3: clamp(1.5rem, 2.5vw, 2rem);
  --fs-h4: clamp(1.15rem, 1.8vw, 1.4rem);
  --fs-body: 15px;
  --fs-small: 13px;
  --fs-micro: 11px;

  --ls-wide: 0.25em;
  --ls-medium: 0.12em;
  --ls-tight: 0.02em;

  /* Layout */
  --container-width: 1400px;
  --container-padding: 24px;
  --section-spacing: 120px;
  --section-spacing-mobile: 64px;

  /* Shape */
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;

  /* Shadows — refined layered */
  --shadow-xs: 0 1px 2px rgba(43, 43, 43, 0.04);
  --shadow-sm: 0 2px 8px rgba(43, 43, 43, 0.05);
  --shadow-md: 0 8px 24px rgba(43, 43, 43, 0.08), 0 2px 6px rgba(43, 43, 43, 0.04);
  --shadow-lg: 0 16px 48px rgba(43, 43, 43, 0.12), 0 4px 16px rgba(43, 43, 43, 0.06);
  --shadow-xl: 0 32px 80px rgba(43, 43, 43, 0.16), 0 8px 24px rgba(43, 43, 43, 0.08);
  --shadow-gold: 0 12px 32px rgba(198, 166, 91, 0.25);
  --shadow-focus: 0 0 0 3px rgba(198, 166, 91, 0.25);

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-expressive: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --duration-fast: 0.2s;
  --duration-base: 0.4s;
  --duration-slow: 0.8s;

  --transition-fast: var(--duration-fast) var(--ease-out);
  --transition-base: var(--duration-base) var(--ease-out);
  --transition-slow: var(--duration-slow) var(--ease-out);

  --header-height: 96px;
  --header-height-mobile: 68px;
}

/* ===== Reset & base ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--color-anthracite);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

img, svg, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover { color: var(--color-gold); }

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

input, textarea, select {
  font: inherit;
  color: inherit;
}

ul, ol { list-style: none; }

::selection {
  background: var(--color-gold);
  color: var(--color-white);
}

:focus-visible {
  outline: none;
  box-shadow: var(--shadow-focus);
}

/* ===== Typography ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-anthracite);
  letter-spacing: var(--ls-tight);
}

h1 { font-size: var(--fs-h1); font-weight: 400; }
h2 { font-size: var(--fs-h2); font-weight: 500; }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

.display {
  font-family: var(--font-heading);
  font-size: var(--fs-display);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

.h-serif { font-family: var(--font-heading); }
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-micro);
  font-weight: 500;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--color-gold);
}
.eyebrow::before,
.eyebrow::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
  vertical-align: middle;
  opacity: 0.5;
}
.eyebrow::before { margin-right: 12px; }
.eyebrow::after { margin-left: 12px; }

.text-gold { color: var(--color-gold); }
.text-muted { color: var(--color-muted); }
.text-white { color: var(--color-white); }

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 16px 0;
  color: var(--color-gold);
}
.ornament::before,
.ornament::after {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}
.ornament-diamond {
  width: 6px; height: 6px;
  background: currentColor;
  transform: rotate(45deg);
}

/* ===== Layout utilities ===== */
.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

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

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

.section {
  padding: var(--section-spacing) 0;
}

.section-sm { padding: 64px 0; }
.section-lg { padding: calc(var(--section-spacing) + 32px) 0; }

@media (max-width: 768px) {
  .section { padding: var(--section-spacing-mobile) 0; }
  .section-lg { padding: calc(var(--section-spacing-mobile) + 16px) 0; }
}

.section-title {
  text-align: center;
  margin-bottom: 64px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-title .eyebrow { margin-bottom: 16px; }
.section-title h2 { margin-bottom: 16px; }
.section-title p {
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 40px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: var(--ls-medium);
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition-base);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transform: translateY(100%);
  transition: transform var(--transition-base);
  z-index: 0;
}

.btn > * { position: relative; z-index: 1; }

.btn-primary {
  background: var(--color-gold);
  color: var(--color-white);
  border-color: var(--color-gold);
}
.btn-primary:hover {
  background: var(--color-gold-dark);
  border-color: var(--color-gold-dark);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.btn-gold-gradient {
  background: var(--gold-gradient);
  color: var(--color-white);
  border: none;
}
.btn-gold-gradient:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
  color: var(--color-white);
}

.btn-secondary {
  background: transparent;
  color: var(--color-anthracite);
  border-color: var(--color-anthracite);
}
.btn-secondary:hover {
  background: var(--color-anthracite);
  color: var(--color-white);
}

.btn-outline-gold {
  background: transparent;
  color: var(--color-gold);
  border-color: var(--color-gold);
}
.btn-outline-gold:hover {
  background: var(--color-gold);
  color: var(--color-white);
}

.btn-outline-white {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}
.btn-outline-white:hover {
  background: var(--color-white);
  color: var(--color-anthracite);
}

.btn-ghost {
  background: transparent;
  color: var(--color-anthracite);
  border: none;
  padding: 14px 0;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-gold);
}
.btn-ghost:hover {
  color: var(--color-gold);
  text-decoration-thickness: 2px;
}

.btn-block { display: flex; width: 100%; }
.btn-large { padding: 20px 48px; font-size: 13px; }
.btn-small { padding: 12px 24px; font-size: 11px; }

/* ===== Forms ===== */
.form-field { margin-bottom: 20px; }

.form-field label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--color-anthracite);
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  font-size: 14px;
  transition: all var(--transition-fast);
  border-radius: 0;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: var(--shadow-focus);
}

/* ===== Announcement bar (marquee optional) ===== */
.announcement-bar {
  background: var(--color-anthracite);
  color: var(--color-white);
  padding: 12px 0;
  text-align: center;
  font-size: var(--fs-micro);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.announcement-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.announcement-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.announcement-item::before {
  content: "✦";
  color: var(--color-gold);
  font-size: 10px;
}

.announcement-bar a {
  color: var(--color-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.announcement-bar a:hover {
  color: var(--color-gold-light);
  border-color: var(--color-gold-light);
}

@media (max-width: 768px) {
  .announcement-bar .container { gap: 16px; }
  .announcement-item:nth-child(n+2) { display: none; }
}

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all var(--transition-base);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  box-shadow: var(--shadow-sm);
  border-bottom-color: var(--color-border);
  background: rgba(255, 255, 255, 0.98);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  min-height: var(--header-height);
}

.header-nav { display: flex; align-items: center; }

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-nav a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: var(--ls-medium);
  text-transform: uppercase;
  position: relative;
  padding: 10px 0;
  color: var(--color-anthracite);
}

.header-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--color-gold);
  transition: all var(--transition-base);
  transform: translateX(-50%);
}

.header-nav a:hover::after {
  width: 100%;
}

.header-logo {
  text-align: center;
}

.header-logo a {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 2.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--color-anthracite);
  line-height: 1;
  position: relative;
}

.header-logo a::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: var(--color-gold);
  margin: 6px auto 0;
  opacity: 0.5;
}

.header-logo img {
  max-height: 52px;
  width: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--color-anthracite);
  position: relative;
  transition: all var(--transition-fast);
  border-radius: 50%;
}

.header-icon:hover {
  color: var(--color-gold);
  background: var(--color-cream);
}

.header-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
}

.cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-white);
}

.menu-toggle { display: none; }

@media (max-width: 990px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    min-height: var(--header-height-mobile);
  }
  .header-nav { display: none; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  .header-logo a { font-size: 1.625rem; }
  .header-logo a::after { display: none; }
}

/* ===== Mobile drawer ===== */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 360px;
  height: 100vh;
  background: var(--color-white);
  z-index: 200;
  transform: translateX(-100%);
  transition: transform var(--transition-base);
  overflow-y: auto;
  padding: 28px;
}

.mobile-drawer.is-open { transform: translateX(0); }

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 24px;
}

.mobile-drawer nav ul { display: block; }

.mobile-drawer nav li {
  border-bottom: 1px solid var(--color-border);
}

.mobile-drawer nav a {
  display: block;
  padding: 18px 0;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

/* ===== Overlay ===== */
.site-overlay {
  position: fixed;
  inset: 0;
  background: rgba(43, 43, 43, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-base);
}

.site-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  padding: 120px 0;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoom 14s var(--ease-out) forwards;
}

@keyframes heroZoom {
  from { transform: scale(1.1); }
  to { transform: scale(1); }
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(43,43,43,0.1) 0%, rgba(43,43,43,0.45) 70%),
    linear-gradient(to bottom, rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.55));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 0 24px;
}

.hero-eyebrow {
  display: inline-block;
  font-size: var(--fs-micro);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  margin-bottom: 28px;
  color: var(--color-gold-light);
  opacity: 0;
  animation: fadeInUp 1s var(--ease-out) 0.2s forwards;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
  content: "";
  display: inline-block;
  width: 36px; height: 1px;
  background: currentColor;
  vertical-align: middle;
  opacity: 0.6;
}
.hero-eyebrow::before { margin-right: 14px; }
.hero-eyebrow::after { margin-left: 14px; }

.hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  color: var(--color-white);
  margin-bottom: 28px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  opacity: 0;
  animation: fadeInUp 1.1s var(--ease-out) 0.4s forwards;
}

.hero h1 em {
  font-style: italic;
  color: var(--color-gold-light);
}

.hero p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: fadeInUp 1s var(--ease-out) 0.6s forwards;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeInUp 1s var(--ease-out) 0.8s forwards;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255,255,255,0.8);
  font-size: 11px;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: bounce 2s ease-in-out infinite;
}

.hero-scroll-hint span::before {
  content: "";
  display: block;
  width: 1px; height: 40px;
  background: currentColor;
  margin: 8px auto 0;
}

@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 10px); }
}

/* ===== USP bar / Trust strip ===== */
.usp-bar {
  background: var(--color-cream);
  padding: 40px 0;
  border-bottom: 1px solid var(--color-border-light);
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.usp-icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
}

.usp-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.4;
}

.usp-text strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-anthracite);
  margin-bottom: 2px;
}

.usp-text span {
  font-size: 12px;
  color: var(--color-muted);
  line-height: 1.4;
}

@media (max-width: 990px) {
  .usp-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
}
@media (max-width: 520px) {
  .usp-grid { grid-template-columns: 1fr; }
}

/* ===== Product grid ===== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 32px;
}

@media (max-width: 1200px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 32px 24px; }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}

/* ===== Product card — elevated ===== */
.product-card {
  display: block;
  position: relative;
  transition: transform var(--transition-base);
}

.product-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--color-cream);
  margin-bottom: 20px;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out), opacity var(--transition-base);
  will-change: transform;
}

.product-card-media img.product-card-media-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-card:hover .product-card-media img {
  transform: scale(1.06);
}

.product-card:hover .product-card-media-hover {
  opacity: 1;
}

.product-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--color-white);
  color: var(--color-anthracite);
  padding: 6px 12px;
  font-size: 10px;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  font-weight: 600;
  z-index: 2;
  box-shadow: var(--shadow-xs);
}

.product-card-badge.sale {
  background: var(--color-anthracite);
  color: var(--color-white);
}

.product-card-badge.new {
  background: var(--color-gold);
  color: var(--color-white);
}

.product-card-quickview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-anthracite);
  color: var(--color-white);
  padding: 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: var(--ls-medium);
  text-transform: uppercase;
  text-align: center;
  transform: translateY(100%);
  transition: transform var(--transition-base);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.product-card:hover .product-card-quickview {
  transform: translateY(0);
}

.product-card-info {
  text-align: center;
  padding: 0 4px;
}

.product-card-vendor {
  font-size: 10px;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 6px;
}

.product-card-title {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-anthracite);
  margin-bottom: 8px;
  letter-spacing: var(--ls-tight);
  line-height: 1.4;
}

.product-card:hover .product-card-title {
  color: var(--color-gold);
}

.product-card-price {
  font-size: 14px;
  color: var(--color-anthracite);
  font-weight: 500;
}

.product-card-price .price-compare {
  text-decoration: line-through;
  color: var(--color-muted);
  margin-right: 10px;
  font-weight: 400;
}

.product-card-price .price-sale {
  color: var(--color-anthracite);
  font-weight: 600;
}

/* ===== Collection list — refined ===== */
.collection-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .collection-list-grid { grid-template-columns: 1fr; }
}

.collection-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--color-cream);
}

.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s var(--ease-out);
}

.collection-card:hover img {
  transform: scale(1.08);
}

.collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(43, 43, 43, 0.75));
  z-index: 1;
  transition: background var(--transition-base);
}

.collection-card:hover::before {
  background: linear-gradient(to bottom, rgba(43,43,43,0.1) 10%, rgba(43, 43, 43, 0.85));
}

.collection-card-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 2;
  color: var(--color-white);
  text-align: center;
}

.collection-card-content h3 {
  color: var(--color-white);
  margin-bottom: 10px;
  font-size: 2rem;
}

.collection-card-content .discover {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--color-gold-light);
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  transition: all var(--transition-fast);
}

.collection-card:hover .discover {
  color: var(--color-white);
  gap: 14px;
}

/* ===== Image with text ===== */
.image-with-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.image-with-text.reversed {
  direction: rtl;
}
.image-with-text.reversed > * {
  direction: ltr;
}

@media (max-width: 768px) {
  .image-with-text { grid-template-columns: 1fr; gap: 40px; }
  .image-with-text.reversed { direction: ltr; }
}

.image-with-text-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
}

.image-with-text-image::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(198, 166, 91, 0.25);
  pointer-events: none;
}

.image-with-text-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s var(--ease-out);
}

.image-with-text-image:hover img {
  transform: scale(1.04);
}

.image-with-text-content .eyebrow { margin-bottom: 24px; }
.image-with-text-content h2 { margin-bottom: 28px; }
.image-with-text-content p {
  color: var(--color-anthracite-light);
  margin-bottom: 36px;
  line-height: 1.85;
  font-size: 16px;
}

/* ===== Materials / Craftsmanship ===== */
.craftsmanship {
  background: var(--color-cream);
  position: relative;
}

.craftsmanship-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

@media (max-width: 768px) {
  .craftsmanship-grid { grid-template-columns: 1fr; gap: 40px; }
}

.craftsmanship-item {
  text-align: center;
  padding: 0 16px;
}

.craftsmanship-icon {
  width: 72px; height: 72px;
  margin: 0 auto 24px;
  border: 1px solid var(--color-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  position: relative;
  background: var(--color-white);
}

.craftsmanship-icon::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid var(--color-gold);
  border-radius: 50%;
  opacity: 0.25;
}

.craftsmanship-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.2;
}

.craftsmanship-item h3 {
  font-size: 1.5rem;
  margin-bottom: 14px;
}

.craftsmanship-item p {
  font-size: 15px;
  color: var(--color-muted);
  line-height: 1.75;
}

/* ===== Testimonials ===== */
.testimonials {
  background: var(--color-beige);
  position: relative;
  overflow: hidden;
}

.testimonials::before {
  content: """;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-heading);
  font-size: 20rem;
  line-height: 0.5;
  color: var(--color-gold);
  opacity: 0.08;
  pointer-events: none;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

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

.testimonial {
  background: var(--color-white);
  padding: 48px 36px;
  text-align: center;
  position: relative;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  border: 1px solid var(--color-border-light);
}

.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.testimonial-stars {
  color: var(--color-gold);
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-family: var(--font-heading);
  font-size: 21px;
  line-height: 1.55;
  font-style: italic;
  color: var(--color-anthracite);
  margin-bottom: 28px;
  font-weight: 500;
}

.testimonial-author {
  font-size: 12px;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--color-gold);
  font-weight: 600;
}

.testimonial-author::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
  margin: 0 auto 12px;
}

/* ===== Lookbook / Instagram gallery ===== */
.lookbook {
  padding: var(--section-spacing) 0;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

@media (max-width: 990px) {
  .lookbook-grid { grid-template-columns: repeat(3, 1fr); }
}

.lookbook-item {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  background: var(--color-cream);
}

.lookbook-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}

.lookbook-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43,43,43,0);
  transition: background var(--transition-base);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.lookbook-item:hover img { transform: scale(1.08); }
.lookbook-item:hover::after {
  background: rgba(43, 43, 43, 0.3);
  opacity: 1;
}

/* ===== FAQ ===== */
.faq {
  background: var(--color-white);
}

.faq-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

.faq .accordion-item {
  border-bottom: 1px solid var(--color-border);
}

.faq .accordion-trigger {
  font-family: var(--font-heading);
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  padding: 28px 0;
}

.faq .accordion-content-inner {
  font-size: 15px;
  line-height: 1.85;
}

/* ===== Newsletter ===== */
.newsletter {
  background: var(--color-anthracite);
  color: var(--color-white);
  text-align: center;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.newsletter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(198,166,91,0.15), transparent 60%);
}

.newsletter > .container-narrow { position: relative; }

.newsletter .eyebrow { color: var(--color-gold); margin-bottom: 20px; }

.newsletter h2 {
  color: var(--color-white);
  margin-bottom: 20px;
  font-weight: 400;
}

.newsletter p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.7;
}

.newsletter-form {
  display: flex;
  max-width: 520px;
  margin: 0 auto;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
}

.newsletter-form input {
  flex: 1;
  padding: 18px 24px;
  border: none;
  background: transparent;
  color: var(--color-white);
  font-size: 14px;
}

.newsletter-form input::placeholder { color: rgba(255,255,255,0.6); }

.newsletter-form input:focus {
  outline: none;
  background: rgba(255,255,255,0.05);
}

.newsletter-form button {
  padding: 18px 32px;
  background: var(--color-gold);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: var(--ls-medium);
  text-transform: uppercase;
  transition: background var(--transition-fast);
}

.newsletter-form button:hover { background: var(--color-gold-dark); }

.newsletter-privacy {
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

@media (max-width: 600px) {
  .newsletter-form { flex-direction: column; border: none; gap: 12px; background: transparent; }
  .newsletter-form input { border: 1px solid rgba(255,255,255,0.2); }
}

/* ===== Footer ===== */
.site-footer {
  background: var(--color-rose);
  color: var(--color-white);
  padding: 96px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.25fr;
  gap: 56px;
  margin-bottom: 64px;
}

@media (max-width: 990px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background: var(--color-white);
  opacity: 0.6;
}

.footer-col .footer-brand {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  margin-bottom: 20px;
  color: var(--color-white);
  font-weight: 500;
  line-height: 1;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 16px;
}

.footer-col ul li { margin-bottom: 12px; }

.footer-col a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  transition: color var(--transition-fast);
  position: relative;
}

.footer-col a:hover {
  color: var(--color-white);
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all var(--transition-fast);
}

.footer-social a:hover {
  background: var(--color-white);
  color: var(--color-rose-dark);
  border-color: var(--color-white);
  transform: translateY(-2px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.5;
}

.footer-payment {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-payment .pay-badge {
  padding: 6px 10px;
  background: rgba(255,255,255,0.15);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.25);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

/* ===== Cart drawer ===== */
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  background: var(--color-white);
  z-index: 200;
  transform: translateX(100%);
  transition: transform var(--transition-base);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-xl);
}

.cart-drawer.is-open { transform: translateX(0); }

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px;
  border-bottom: 1px solid var(--color-border);
}

.cart-drawer-header h2 {
  font-size: 1.75rem;
  margin: 0;
  font-weight: 500;
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 28px 28px;
}

.cart-drawer-empty {
  text-align: center;
  padding: 64px 24px;
}

.cart-drawer-empty p {
  color: var(--color-muted);
  margin-bottom: 28px;
  font-size: 15px;
}

.cart-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--color-border-light);
}

.cart-item:last-child { border-bottom: none; }

.cart-item-image {
  aspect-ratio: 1;
  background: var(--color-cream);
  overflow: hidden;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.4;
}

.cart-item-variant {
  font-size: 12px;
  color: var(--color-muted);
  margin-bottom: 10px;
}

.cart-item-price {
  font-size: 14px;
  color: var(--color-anthracite);
  font-weight: 500;
}

.cart-item-remove {
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--color-muted);
  text-decoration: underline;
  align-self: flex-start;
}

.cart-item-remove:hover { color: var(--color-anthracite); }

.cart-drawer-footer {
  padding: 24px 28px 28px;
  border-top: 1px solid var(--color-border);
  background: var(--color-cream);
}

.cart-drawer-total {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: var(--ls-tight);
}

.cart-drawer-total .amount {
  color: var(--color-anthracite);
  font-family: var(--font-heading);
  font-size: 22px;
}

.free-shipping-bar {
  margin: 8px 0 20px;
  font-size: 12px;
  color: var(--color-muted);
  text-align: center;
}

.free-shipping-progress {
  margin-top: 8px;
  height: 3px;
  background: var(--color-border);
  overflow: hidden;
}
.free-shipping-progress > div {
  height: 100%;
  background: var(--color-gold);
  transition: width 0.6s var(--ease-out);
}

/* ===== Quantity selector ===== */
.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border);
}

.quantity button {
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--color-anthracite);
  transition: background var(--transition-fast);
}

.quantity button:hover { background: var(--color-cream); }

.quantity input {
  width: 52px;
  height: 44px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  background: transparent;
  font-weight: 500;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.quantity input { -moz-appearance: textfield; }

/* ===== Product page ===== */
.product-main {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  padding: 56px 0 96px;
}

@media (max-width: 990px) {
  .product-main { grid-template-columns: 1fr; gap: 40px; }
}

.product-gallery {
  display: flex;
  gap: 16px;
}

.product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.product-thumbnail {
  width: 84px;
  height: 84px;
  border: 1px solid var(--color-border);
  cursor: pointer;
  overflow: hidden;
  transition: all var(--transition-fast);
  position: relative;
}

.product-thumbnail.active {
  border-color: var(--color-gold);
}

.product-thumbnail.active::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid var(--color-gold);
  opacity: 0.4;
}

.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-main-image {
  flex: 1;
  aspect-ratio: 1;
  background: var(--color-cream);
  overflow: hidden;
  position: relative;
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .product-gallery { flex-direction: column-reverse; }
  .product-thumbnails { flex-direction: row; overflow-x: auto; }
  .product-thumbnail { width: 64px; height: 64px; }
}

.product-info {
  padding-top: 8px;
}

.product-info .vendor {
  font-size: 11px;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 14px;
  display: block;
  font-weight: 600;
}

.product-info h1 {
  font-size: clamp(2rem, 4vw, 2.85rem);
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 400;
}

.product-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--color-muted);
}
.product-rating .stars { color: var(--color-gold); letter-spacing: 2px; }

.product-price {
  font-size: 26px;
  font-family: var(--font-heading);
  color: var(--color-anthracite);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-border);
  font-weight: 500;
}

.product-price .compare {
  text-decoration: line-through;
  color: var(--color-muted);
  margin-right: 14px;
  font-size: 18px;
  font-weight: 400;
}

.product-price .save-badge {
  display: inline-block;
  margin-left: 12px;
  padding: 4px 10px;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--color-rose-soft);
  color: var(--color-rose-dark);
  vertical-align: middle;
  font-weight: 600;
}

.product-description {
  color: var(--color-anthracite-light);
  line-height: 1.85;
  margin-bottom: 36px;
  font-size: 15px;
}

.product-variants { margin-bottom: 28px; }

.variant-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.variant-label .selected-value {
  color: var(--color-muted);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.variant-option {
  padding: 12px 22px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  cursor: pointer;
  font-size: 13px;
  transition: all var(--transition-fast);
  min-width: 56px;
  text-align: center;
  font-weight: 500;
}

.variant-option:hover {
  border-color: var(--color-anthracite);
}

.variant-option.selected {
  background: var(--color-anthracite);
  color: var(--color-white);
  border-color: var(--color-anthracite);
}

.variant-option.unavailable {
  opacity: 0.4;
  text-decoration: line-through;
  cursor: not-allowed;
}

.product-form-actions {
  display: flex;
  gap: 12px;
  margin: 36px 0 24px;
}

.product-form-actions .quantity { flex-shrink: 0; }

.product-form-actions .btn { flex: 1; padding: 18px 32px; }

/* Product trust strip */
.product-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 24px;
  background: var(--color-cream);
  margin-bottom: 32px;
}

.product-trust-item {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--color-anthracite);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.product-trust-item svg {
  width: 22px; height: 22px;
  color: var(--color-gold);
  stroke-width: 1.4;
}

.product-trust-item strong {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-trust-item span { color: var(--color-muted); font-size: 10px; }

/* ===== Accordions ===== */
.accordion { border-top: 1px solid var(--color-border); }
.accordion-item { border-bottom: 1px solid var(--color-border); }

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 0;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--ls-medium);
  text-transform: uppercase;
  cursor: pointer;
  color: var(--color-anthracite);
  transition: color var(--transition-fast);
}

.accordion-trigger:hover { color: var(--color-gold); }

.accordion-trigger::after {
  content: "";
  width: 14px; height: 14px;
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 100% 1px, 1px 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform var(--transition-base);
  color: var(--color-gold);
}

.accordion-item.is-open .accordion-trigger::after {
  background-size: 100% 1px, 0 100%;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-base);
}

.accordion-content-inner {
  padding: 0 0 26px;
  color: var(--color-anthracite-light);
  line-height: 1.85;
  font-size: 14px;
}

.accordion-item.is-open .accordion-content {
  max-height: 800px;
}

/* ===== Collection page ===== */
.collection-header {
  text-align: center;
  padding: 96px 0 64px;
  background: var(--color-cream);
  position: relative;
}

.collection-header::after {
  content: "";
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 1px;
  background: var(--color-gold);
}

.collection-header h1 { margin-bottom: 16px; font-weight: 400; }
.collection-header p {
  color: var(--color-muted);
  max-width: 680px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}

.collection-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 48px;
}

.collection-count {
  font-size: 12px;
  color: var(--color-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.collection-sort select {
  padding: 12px 40px 12px 16px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23c6a65b' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  font-weight: 500;
}

/* ===== Pagination ===== */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 56px 0;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--color-border);
  font-size: 13px;
  font-weight: 500;
  transition: all var(--transition-fast);
}

.pagination a:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.pagination .current {
  background: var(--color-anthracite);
  color: var(--color-white);
  border-color: var(--color-anthracite);
}

/* ===== Cart page ===== */
.cart-page { padding: 64px 0 120px; }

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th {
  text-align: left;
  padding: 18px 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--color-muted);
  border-bottom: 1px solid var(--color-border);
}

.cart-table td {
  padding: 28px 0;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
}

.cart-product {
  display: flex;
  gap: 24px;
  align-items: center;
}

.cart-product-image {
  width: 110px;
  height: 110px;
  background: var(--color-cream);
  overflow: hidden;
  flex-shrink: 0;
}

.cart-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-summary {
  margin-top: 56px;
  display: flex;
  justify-content: flex-end;
}

.cart-summary-inner {
  max-width: 420px;
  width: 100%;
  background: var(--color-cream);
  padding: 32px;
}

/* ===== 404 ===== */
.error-page {
  text-align: center;
  padding: 140px 24px;
  background: var(--color-cream);
}

.error-page h1 {
  font-size: clamp(6rem, 14vw, 12rem);
  color: var(--color-gold);
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
}

.error-page p {
  color: var(--color-muted);
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.7;
}

/* ===== Page ===== */
.page-content { padding: 96px 0 120px; }

.page-content h1 {
  text-align: center;
  margin-bottom: 20px;
}

.page-rte {
  max-width: 760px;
  margin: 48px auto 0;
  line-height: 1.85;
  color: var(--color-anthracite-light);
  font-size: 16px;
}

.page-rte h2,
.page-rte h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  color: var(--color-anthracite);
}

.page-rte p { margin-bottom: 20px; }

/* ===== Blog ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

@media (max-width: 990px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

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

.article-card { display: block; }

.article-card-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--color-cream);
  margin-bottom: 24px;
}

.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s var(--ease-out);
}

.article-card:hover .article-card-image img {
  transform: scale(1.06);
}

.article-card-meta {
  font-size: 11px;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 10px;
  font-weight: 600;
}

.article-card h3 {
  font-size: 1.65rem;
  margin-bottom: 14px;
  line-height: 1.2;
}

.article-card:hover h3 { color: var(--color-gold); }

.article-card p {
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.7;
}

.article-main {
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 24px 120px;
}

.article-header {
  text-align: center;
  margin-bottom: 56px;
}

.article-header h1 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
}

.article-meta {
  font-size: 12px;
  color: var(--color-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-image {
  margin: 0 -24px 56px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-content {
  line-height: 1.9;
  font-size: 17px;
  color: var(--color-anthracite-light);
}

.article-content p { margin-bottom: 24px; }
.article-content h2 { margin: 40px 0 16px; color: var(--color-anthracite); }

/* ===== Search ===== */
.search-form-big {
  max-width: 640px;
  margin: 48px auto;
  position: relative;
}

.search-form-big input {
  width: 100%;
  padding: 22px 60px 22px 24px;
  font-size: 16px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  transition: all var(--transition-fast);
}

.search-form-big input:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: var(--shadow-focus);
}

/* ===== Customer pages ===== */
.customer-page {
  max-width: 480px;
  margin: 0 auto;
  padding: 96px 24px 120px;
}

.customer-page h1 {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 400;
}

.customer-page .subtitle {
  text-align: center;
  color: var(--color-muted);
  margin-bottom: 48px;
  font-size: 15px;
}

.customer-page .btn { width: 100%; }

.customer-page .alt-link {
  text-align: center;
  margin-top: 28px;
  font-size: 14px;
  color: var(--color-muted);
}

.customer-page .alt-link a {
  color: var(--color-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== Animations ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.fade-in {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in.delay-1 { transition-delay: 0.1s; }
.fade-in.delay-2 { transition-delay: 0.2s; }
.fade-in.delay-3 { transition-delay: 0.3s; }
.fade-in.delay-4 { transition-delay: 0.4s; }

/* ===== Notices ===== */
.notice {
  padding: 16px 20px;
  background: var(--color-cream);
  border-left: 3px solid var(--color-gold);
  margin-bottom: 24px;
  font-size: 14px;
}

.notice-error {
  background: #fdf0f0;
  border-left-color: #d9534f;
  color: #8a2b2b;
}

.notice-success {
  background: #f0f9f0;
  border-left-color: #5cb85c;
  color: #2b5a2b;
}

/* ===== RTE ===== */
.rte p { margin-bottom: 16px; }
.rte ul, .rte ol { margin: 16px 0 16px 24px; }
.rte ul li { list-style: disc; margin-bottom: 8px; }
.rte ol li { list-style: decimal; margin-bottom: 8px; }
.rte a { color: var(--color-gold); text-decoration: underline; text-underline-offset: 3px; }
.rte img { margin: 16px 0; }

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

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mt-5 { margin-top: 48px; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }
.mb-5 { margin-bottom: 48px; }
