/*
Theme Name: Praga Extensiones
Theme URI: https://www.medellinweb.co/
Author: Medellín Web Soluciones
Description: Tema a medida de la tienda Praga Extensiones (catálogo, Bold, asistente).
Version: 2.0.0
Text Domain: praga
*/

:root {
  --background: #0e0c0a;
  --foreground: #f0e6d4;
  --muted: #c4b49a;
  --surface: #1a1612;
  --border: #3d342c;
  --primary: #c9a36a;
  --secondary: #d4c4a8;
  --accent: #c9a36a;
  --accent-soft: #2a2218;
  --ink: #0e0c0a;
  --brand: #c9a36a;
  --brand-soft: #241c16;
  --ivory: #f3eadc;
  --metal: #c9a36a;
  --font-sans: "Manrope", system-ui, sans-serif;
  --font-display: "Ibarra Real Nova", "Ibarra Real Nova Fallback", Georgia, serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --radius: 1.35rem;
  --radius-sm: 0.85rem;
  --radius-lg: 1.75rem;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
html, body { overscroll-behavior-y: contain; }

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, .font-display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-transform: none;
}

::selection { background: var(--metal); color: var(--ink); }
::placeholder { color: #9a9a7a; opacity: 1; }
input, textarea { caret-color: var(--metal); }

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--border); }

a, button, [role="button"] { cursor: pointer; touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; color: inherit; }

:focus-visible { outline: 1px solid var(--metal); outline-offset: 3px; }

.media-fill, .ratio-3-4, .ratio-4-5,
.product-card .media, .thumb, .path-thumb,
.gallery-main, .gallery-thumbs button,
.trust-tile, .offer-card, .trust-hero .media-fill,
.review-lead .media-fill, .review-card img,
.filter-panel, .assist-panel, .panel, .empty, .order-row,
.filter-fab, .assist-fab, .google-btn {
  border-radius: var(--radius);
}
.filter-chips a, .badge, .cart-count, .admin-nav a {
  border-radius: var(--radius-sm);
}
.btn-light, .btn-ghost {
  border-radius: var(--radius-sm);
}

.btn-cta {
  background: var(--metal);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: none;
  border: 0;
  border-radius: var(--radius-sm);
  transition: background-color 220ms var(--ease-out), color 220ms var(--ease-out);
}
.btn-cta:hover { background: var(--ivory); color: var(--ink); }

.btn-secondary-outline {
  border: 1px solid var(--metal);
  color: var(--ivory);
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: none;
  border-radius: var(--radius-sm);
  background: transparent;
  transition: background-color 220ms var(--ease-out), color 220ms var(--ease-out);
}
.btn-secondary-outline:hover { background: var(--metal); color: var(--ink); }

.rule { height: 1px; background: var(--border); border: 0; }
.section-y { padding-block: clamp(4.5rem, 12vw, 8rem); }
.site-width { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
@media (min-width: 768px) {
  .site-width { width: min(1220px, calc(100% - 4.5rem)); }
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* Header — appointment strip */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background 280ms var(--ease-out), border-color 280ms var(--ease-out);
}
.site-header.is-solid {
  background: color-mix(in srgb, var(--background) 88%, transparent);
  border-bottom-color: var(--border);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
}
@media (min-width: 768px) { .site-header__inner { padding: 1.15rem 0; gap: 1.5rem; } }
.site-header__nav { display: none; align-items: center; gap: 1.75rem; margin-left: auto; }
@media (min-width: 768px) { .site-header__nav { display: flex; } }
.nav-link {
  font-size: 0.8rem; font-weight: 500;
  color: var(--muted); transition: color 200ms;
}
.nav-link:hover, .nav-link.is-active { color: var(--ivory); }
.site-logo {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-style: italic;
  letter-spacing: -0.02em;
  color: var(--ivory);
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-logo { font-size: 1.85rem; margin-right: 0; }
}
.header-actions { display: flex; align-items: center; margin-left: auto; gap: 0.25rem; color: var(--ivory); }
@media (min-width: 768px) { .header-actions { margin-left: 1.5rem; } }
.icon-btn { background: none; border: 0; padding: 0.4rem; color: inherit; position: relative; min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.icon-btn svg { pointer-events: none; }
.menu-toggle { justify-self: start; display: inline-flex; }
@media (min-width: 768px) { .menu-toggle { display: none; } }
.account-link { display: none; }
@media (min-width: 768px) { .account-link { display: inline-flex; } }
.cart-count {
  position: absolute; right: 2px; top: 4px; min-width: 16px; height: 16px;
  display: flex; align-items: center; justify-content: center;
  background: var(--metal); color: var(--ink); font-size: 9px; font-weight: 600; padding: 0 4px;
}
.cart-count[hidden] { display: none; }
.mobile-menu {
  display: none; border-top: 1px solid var(--border); background: var(--background);
  padding: 1.75rem 1.25rem 2rem; flex-direction: column; gap: 1.1rem;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a { font-size: 1.35rem; font-family: var(--font-display); color: var(--ivory); }

main { flex: 1; padding-bottom: 4.25rem; }
@media (min-width: 768px) { main { padding-bottom: 0; } }
body.is-admin-view main { padding-bottom: 0; }

/* Hero — split portrait + appointment card */
.hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: 52vh auto;
  background: var(--background);
}
.hero-cut-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    grid-template-rows: none;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    min-height: 100dvh;
  }
}
.hero-portrait {
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 52vh;
  clip-path: url(#hero-cut-mob);
}
@media (min-width: 768px) {
  .hero-portrait {
    min-height: 100dvh;
    clip-path: url(#hero-cut-desk);
  }
}
.hero-clip {
  position: absolute; inset: 0;
  background: var(--brand-soft);
  overflow: hidden;
}
.hero-media {
  width: 100%; height: 100%; max-width: none;
  object-fit: cover;
  transform: scale(1.12);
  transform-origin: 62% 42%;
  will-change: transform;
}
.hero-sheen {
  position: absolute;
  inset: -20% -30%;
  background:
    radial-gradient(ellipse 40% 55% at 78% 35%, color-mix(in srgb, var(--metal) 28%, transparent), transparent 70%),
    linear-gradient(118deg, transparent 42%, color-mix(in srgb, var(--ivory) 14%, transparent) 50%, transparent 58%);
  mix-blend-mode: soft-light;
  pointer-events: none;
  opacity: 0.55;
  will-change: transform, opacity;
}
.hero-curve {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  overflow: visible;
}
.hero-curve path {
  stroke: color-mix(in srgb, var(--metal) 82%, var(--ivory));
  stroke-width: 1.15;
  opacity: 0.72;
  fill: none;
}
.hero-curve__desk { display: none; }
.hero-curve__mob { display: block; }
@media (min-width: 768px) {
  .hero-curve__desk { display: block; }
  .hero-curve__mob { display: none; }
  .hero-media { transform-origin: 70% 45%; }
}
.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1.25rem 3rem;
  border-top: 1px solid var(--border);
}
@media (min-width: 768px) {
  .hero-card {
    justify-content: center;
    padding: 7rem 3.25rem 4rem 2.75rem;
    border-top: 0;
    border-left: 0;
  }
}
.hero-place {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--metal);
  margin: 0;
}
.hero-card h1 {
  margin: 0.65rem 0 0;
  color: var(--ivory);
  font-size: clamp(2.45rem, 7vw, 4.65rem);
  font-style: italic;
  line-height: 0.92;
  max-width: 8.5em;
}
.hero-card .lead {
  margin: 1.25rem 0 0;
  max-width: 26rem;
  color: var(--secondary);
  font-size: 1.05rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}
.hero-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0.9rem 1.75rem;
  width: fit-content;
  margin: 0;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.8rem;
}

.tiny {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-transform: none;
}

/* Manifesto + atelier offers — texture over showroom noise */
.manifesto {
  border-block: 1px solid var(--border);
  background: var(--surface);
}
.manifesto-stage {
  display: grid;
  gap: 2.25rem;
}
@media (min-width: 880px) {
  .manifesto.has-offers .manifesto-stage {
    grid-template-columns: minmax(18rem, 1fr) minmax(0, 1.15fr);
    gap: 2.5rem;
    align-items: start;
  }
}
.manifesto-copy {
  max-width: 40rem;
  margin-inline: 0;
  text-align: left;
}
.manifesto:not(.has-offers) .manifesto-copy {
  margin-inline: auto;
}
.manifesto-kicker {
  margin: 0 0 1.15rem;
  color: var(--metal);
}
.manifesto-line--quiet {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-style: italic;
  line-height: 1.28;
  color: var(--muted);
}
.manifesto-line--hit {
  margin: 0.5rem 0 0;
  font-size: clamp(2.65rem, 6.4vw, 4.5rem);
  line-height: 1.02;
  color: var(--ivory);
}
.manifesto-line--body {
  margin: 1.25rem 0 0;
  max-width: 38rem;
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  line-height: 1.5;
  color: var(--secondary);
}
.cta-actions.manifesto-actions {
  margin-top: 2rem;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  align-items: stretch;
  gap: 0.55rem;
}
.manifesto-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.5rem;
  width: auto;
  flex: 0 1 auto;
  white-space: nowrap;
}
@media (max-width: 639px) {
  .manifesto-cta {
    min-height: 44px;
    padding: 0.7rem 0.9rem;
    font-size: 0.75rem;
  }
}

.offer-board {
  display: flex;
  gap: 0.75rem;
  margin-inline: -1rem;
  padding-inline: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.offer-board__item {
  flex: 0 0 78%;
  scroll-snap-align: start;
  min-width: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .offer-board {
    display: grid;
    grid-template-columns: 1.28fr 0.86fr;
    grid-auto-rows: minmax(14.5rem, 1fr);
    gap: 0.75rem;
    margin-inline: 0;
    padding-inline: 0;
    overflow: visible;
    min-height: 32rem;
    scroll-snap-type: none;
  }
  .offer-board__item:first-child {
    grid-row: 1 / 3;
  }
  .offer-board:has(.offer-board__item:only-child) {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .offer-board:has(.offer-board__item:only-child) .offer-board__item:first-child {
    grid-row: auto;
    max-width: 28rem;
  }
  .offer-board:has(.offer-board__item:nth-child(2):last-child) .offer-board__item:last-child {
    grid-row: 1 / 3;
  }
}
.offer-card {
  position: relative;
  display: block;
  height: 100%;
  min-height: 22rem;
  overflow: hidden;
  color: var(--ivory);
  background: var(--brand-soft);
  isolation: isolate;
  transition: box-shadow 220ms var(--ease-out);
}
@media (min-width: 768px) {
  .offer-card { min-height: 0; }
  .offer-card.is-lead { min-height: 100%; }
}
.offer-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transform-origin: 55% 40%;
  transition: transform 700ms var(--ease-out);
}
.offer-card:hover img,
.offer-card:focus-visible img {
  transform: scale(1.08);
}
.offer-card__sheen {
  position: absolute;
  inset: -20% -40%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 42%, color-mix(in srgb, var(--ivory) 16%, transparent) 50%, transparent 58%);
  opacity: 0;
  transform: translateX(-28%);
  transition: transform 700ms var(--ease-out), opacity 280ms var(--ease-out);
}
.offer-card:hover .offer-card__sheen,
.offer-card:focus-visible .offer-card__sheen {
  opacity: 0.85;
  transform: translateX(22%);
}
.offer-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(14,12,10,.9) 0%, rgba(14,12,10,.28) 36%, transparent 64%);
}
.offer-card__mark {
  position: absolute;
  z-index: 3;
  top: 0.85rem;
  left: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid color-mix(in srgb, var(--metal) 65%, transparent);
  background: var(--ink);
  color: var(--metal);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: var(--radius-sm);
}
.offer-card__pct {
  color: var(--ivory);
  font-style: italic;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}
.offer-card__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.15rem 1.15rem 1.2rem;
  gap: 0.28rem;
}
.offer-card.is-lead .offer-card__copy { padding: 1.35rem 1.35rem 1.4rem; }
.offer-card__name {
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.12;
  text-shadow: 0 1px 14px rgba(14,12,10,.55);
}
.offer-card.is-lead .offer-card__name {
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}
.offer-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem;
  margin-top: 0.2rem;
}
.offer-card__price s {
  color: var(--muted);
  font-size: 0.82rem;
  text-decoration-thickness: 1px;
}
.offer-card__price b {
  color: var(--metal);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.offer-card.is-lead .offer-card__price b { font-size: 1.05rem; }
.offer-card__go {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 200ms var(--ease-out);
}
.offer-card:hover .offer-card__go,
.offer-card:focus-visible .offer-card__go {
  color: var(--metal);
}
.offer-card:not(.is-lead) .offer-card__go {
  display: none;
}
@media (max-width: 767px) {
  .offer-card:not(.is-lead) .offer-card__go {
    display: inline-flex;
  }
}
.offer-card.is-lead {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--metal) 42%, transparent);
}
.pills {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.75rem;
  color: var(--metal);
  font-size: 0.8rem;
}

.trust-ledger {
  background: var(--background);
  border-bottom: 1px solid var(--border);
}
.trust-hero {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}
@media (min-width: 900px) {
  .trust-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.5rem 4rem;
  }
}
.trust-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 34rem;
}
.trust-ledger__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-style: italic;
  line-height: 1.12;
}
.trust-lede {
  margin: 0.9rem 0 0;
  color: var(--secondary);
  line-height: 1.55;
}
.trust-hero__cta {
  display: inline-flex;
  margin-top: 1.35rem;
  min-height: 48px;
  align-items: center;
  padding: 0.85rem 1.5rem;
  white-space: nowrap;
}
.trust-hero__detail {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  width: 100%;
}
.trust-hero__detail h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-style: italic;
}
.trust-hero__detail p {
  margin: 0.75rem 0 0;
  color: var(--secondary);
  max-width: 28rem;
}
.trust-hero__detail .link-quiet {
  display: inline-flex;
  margin-top: 1rem;
  align-items: center;
  gap: 0.35rem;
}
.trust-tiles {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .trust-tiles { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
.trust-tile {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
  color: var(--ivory);
  background: var(--brand-soft);
}
@media (min-width: 768px) { .trust-tile { min-height: 340px; } }
.trust-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 700ms var(--ease-out);
}
.trust-tile:hover img { transform: scale(1.04); }
.trust-tile__shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14,12,10,.92) 0%, rgba(14,12,10,.25) 55%, transparent 100%);
}
.trust-tile__copy {
  position: relative;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  gap: 0.4rem;
}
.trust-tile__copy .font-display { font-size: 1.65rem; font-style: italic; }
.trust-tile__copy span:nth-child(2) { color: var(--secondary); font-size: 0.9rem; }
.trust-tile__cta {
  margin-top: 0.65rem;
  color: var(--metal);
  font-size: 0.8rem;
  font-weight: 600;
}

.reviews { border-top: 1px solid var(--border); background: var(--surface); }
.review-board {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .review-board { grid-template-columns: 0.95fr 1.05fr; gap: 3.5rem; align-items: start; }
}
.review-lead blockquote {
  margin: 1.25rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-style: italic;
  line-height: 1.22;
  color: var(--ivory);
}
.review-lead footer { margin-top: 1.15rem; }
.review-stack { display: grid; gap: 0; border-top: 1px solid var(--border); }
.review-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
}
.review-card img { width: 72px; height: 90px; object-fit: cover; background: var(--brand-soft); }
.review-card blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ivory);
  line-height: 1.3;
}
.review-card p { margin: 0.45rem 0 0; }

.featured-head, .look-head, .path-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .featured-head, .look-head { flex-direction: row; align-items: flex-end; }
}
.link-quiet {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--metal);
  text-underline-offset: 4px;
}
.link-quiet:hover { text-decoration: underline; }

.featured-grid { display: grid; gap: 2.5rem; }
@media (min-width: 1024px) {
  .featured-grid {
    grid-template-columns: 1.18fr 0.82fr;
    gap: 2.75rem 2.75rem;
    align-items: stretch;
  }
}
.ratio-3-4, .ratio-4-5 { position: relative; overflow: hidden; background: var(--brand-soft); }
.ratio-3-4 { aspect-ratio: 3/4; }
.ratio-4-5 { aspect-ratio: 4/5; }
@media (min-width: 768px) { .ratio-4-5 { aspect-ratio: 5/6; } }
.ratio-3-4 img, .ratio-4-5 img, .media-fill img, .gallery-main img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.media-fill { position: relative; overflow: hidden; }
.zoom img { transition: transform 800ms var(--ease-out); }
.group:hover .zoom img, a.group:hover img { transform: scale(1.04); }
.featured-lead { display: flex; flex-direction: column; min-height: 0; }
@media (min-width: 1024px) {
  .featured-lead__media {
    aspect-ratio: 4 / 5;
    max-height: min(34rem, 68vh);
  }
}
.feat-meta {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .feat-meta { flex-direction: row; align-items: flex-end; justify-content: space-between; }
}
.feat-fiche {
  margin-top: 1.1rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.feat-fiche__pitch {
  margin: 0;
  max-width: 40ch;
  color: var(--secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}
.feat-fiche__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  margin: 0;
}
.feat-fiche__specs > div { display: flex; flex-direction: column; gap: 0.12rem; min-width: 4.5rem; }
.feat-fiche__specs dd {
  margin: 0;
  color: var(--ivory);
  font-size: 0.9rem;
  font-weight: 500;
}
.feat-fiche__proof {
  margin: 0;
  max-width: 42ch;
  color: var(--metal);
  font-size: 0.82rem;
  line-height: 1.5;
}
.feat-fiche__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-top: auto;
  padding-top: 0.35rem;
}
.side-list { display: flex; flex-direction: column; justify-content: flex-start; }
@media (min-width: 1024px) {
  .side-list { min-height: 100%; }
  .side-list ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.side-list ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.side-list li,
.side-list__item {
  display: grid; grid-template-columns: 72px 1fr; gap: 0.85rem 1rem; align-items: center;
  padding: 1.15rem 0; border-bottom: 1px solid var(--border);
  transition: background-color 220ms var(--ease-out);
}
@media (min-width: 768px) {
  .side-list li,
  .side-list__item {
    grid-template-columns: 88px 1fr auto;
  }
}
.side-list__item.is-flash {
  background: color-mix(in srgb, var(--metal) 8%, transparent);
}
.side-list__info { min-width: 0; }
.side-list__info a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-list__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .side-list__actions {
    grid-column: auto;
    min-width: 7.5rem;
  }
}
.side-list__detail {
  min-height: 44px;
  padding: 0 0.35rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 200ms var(--ease-out);
}
.side-list__detail:hover {
  color: var(--metal);
}
.featured-lead.is-swapping {
  opacity: 0.72;
  transition: opacity 180ms var(--ease-out);
}
.thumb { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--brand-soft); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.add-quiet {
  font-size: 0.8125rem; font-weight: 600; color: var(--metal); background: none; border: 0; min-height: 44px;
  cursor: pointer; font-family: inherit; padding: 0 0.35rem;
}
.add-quiet:hover { color: var(--ivory); }
.side-list .add-quiet {
  min-width: 44px;
  padding: 0 0.85rem;
  border: 1px solid var(--metal);
  border-radius: var(--radius-sm);
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: var(--ink);
  background: var(--metal);
  transition: color 200ms var(--ease-out), border-color 200ms var(--ease-out), background-color 200ms var(--ease-out), opacity 200ms var(--ease-out);
}
.side-list .add-quiet:hover {
  border-color: var(--ivory);
  background: var(--ivory);
  color: var(--ink);
}
.side-list .add-quiet.is-added {
  opacity: 0.85;
}
.add-quiet[aria-busy="true"], .js-add[aria-busy="true"] { opacity: 0.55; pointer-events: none; }
.header-actions .js-open-cart.is-pulse { color: var(--metal); }
.cart-toast {
  position: fixed;
  z-index: 75;
  left: 50%;
  bottom: calc(1.35rem + env(safe-area-inset-bottom));
  width: min(calc(100vw - 2rem), 26rem);
  transform: translateX(-50%) translateY(0.75rem);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  background: var(--surface);
  border: 1px solid var(--metal);
  color: var(--ivory);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 280ms var(--ease-out), transform 280ms var(--ease-out), visibility 280ms;
}
.cart-toast.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.cart-toast.is-error { border-color: color-mix(in srgb, #c45c4a 70%, var(--metal)); }
.cart-toast__copy { flex: 1; min-width: 0; }
.cart-toast__kicker { margin: 0; color: var(--metal); letter-spacing: 0.04em; }
.cart-toast__name {
  margin: 0.15rem 0 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-toast__go { flex-shrink: 0; color: var(--ivory); text-underline-offset: 3px; }
.cart-toast__go:hover { color: var(--metal); }
@media (max-width: 767px) {
  .cart-toast { bottom: calc(5.75rem + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  .cart-toast, .cart-toast.is-open { transition: none; transform: translateX(-50%); }
}

/* Lookbook — one pinned sequence (desktop) / fade carousel (mobile) */
.lookbook {
  background: var(--ink);
  color: var(--ivory);
  border-block: 1px solid var(--border);
  padding: 0;
}
.lookbook-pin { height: auto; width: 100%; background: var(--ink); }
.lookbook-stage {
  display: grid;
  width: 100%;
  min-height: auto;
  background: var(--ink);
}
@media (min-width: 1024px) {
  .lookbook-stage {
    grid-template-columns: minmax(0, 1.25fr) minmax(22rem, 0.75fr);
    min-height: 100dvh;
  }
}
.look-slides {
  position: relative;
  width: 100%;
  min-height: 46vh;
  background: var(--brand-soft);
  overflow: hidden;
  border-radius: 0;
}
.look-slides::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, rgba(14,12,10,.62), transparent);
}
@media (min-width: 1024px) { .look-slides { min-height: 100dvh; } }
.look-slide {
  position: absolute; inset: 0;
}
.look-slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .look-slide {
    opacity: 0;
    visibility: hidden;
    clip-path: none !important;
    transition: opacity 520ms var(--ease-out), visibility 520ms var(--ease-out);
  }
  .look-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .look-slide:not(:first-child) { clip-path: inset(100% 0 0 0); }
  .look-slide { opacity: 1; visibility: visible; }
}
.lookbook-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.15rem 1.25rem 1.35rem;
  border-top: 1px solid var(--border);
  gap: 0;
  background: var(--ink);
  color: var(--ivory);
}
@media (min-width: 1024px) {
  .lookbook-copy {
    justify-content: center;
    padding: 3.5rem 2.75rem;
    border-top: 0;
    border-left: 1px solid var(--border);
  }
}
.lookbook-copy h2 {
  margin: 0;
  font-size: clamp(1.85rem, 6vw, 3.25rem);
  font-style: italic;
  line-height: 1.12;
  max-width: 18ch;
}
.look-lede {
  margin: 1rem 0 0;
  max-width: 34rem;
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}
.look-caption {
  margin-top: 0.55rem;
  color: var(--ivory);
  min-height: 0;
  max-width: 32rem;
  font-size: 0.92rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .look-caption {
    margin-top: 1rem;
    min-height: 2.8em;
    font-size: 0.95rem;
    line-height: 1.45;
  }
}
.look-hud {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  padding: 0.2rem 0.3rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 74%, transparent);
  border: 1px solid color-mix(in srgb, var(--metal) 42%, transparent);
}
.look-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ivory);
  border-radius: 999px;
  transition: color 200ms var(--ease-out), background-color 200ms var(--ease-out);
}
.look-step:hover,
.look-step:focus-visible {
  color: var(--metal);
  background: color-mix(in srgb, var(--metal) 12%, transparent);
}
.look-index {
  margin: 0;
  min-width: 3.8rem;
  text-align: center;
  color: var(--metal);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .look-step { display: none; }
  .look-hud { padding: 0.4rem 0.95rem; bottom: 1.25rem; }
}
.look-cta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0.65rem;
  padding: 0.7rem 1.25rem;
  min-height: 44px;
}
@media (min-width: 1024px) {
  .look-cta { margin-top: 1.35rem; padding: 0.8rem 1.4rem; min-height: 48px; }
}

/* Paths as appointment rows */
.paths { background: var(--surface); border-bottom: 1px solid var(--border); }
@media (max-width: 767px) {
  .paths.section-y { padding-block: 2.75rem; }
}
.path-head { margin-bottom: 0.35rem; }
.path-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.path-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--ivory);
  min-height: 0;
}
@media (min-width: 768px) {
  .path-card {
    gap: 1rem;
    padding: 1.35rem 0;
    min-height: 88px;
  }
}
.path-card .copy { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.path-card .font-display { font-size: clamp(1.35rem, 5.5vw, 2.15rem); line-height: 1.15; }
.path-thumb {
  width: 64px; height: 80px; overflow: hidden; background: var(--brand-soft); flex-shrink: 0;
}
@media (min-width: 768px) { .path-thumb { width: 96px; height: 120px; } }
.path-thumb img {
  width: 100%; height: 100%; max-width: none; object-fit: cover;
  transform: scale(1.04);
  transition: transform 480ms var(--ease-out);
}
.path-card:hover { color: var(--metal); }
.path-card:hover .path-thumb img,
.path-card:focus-visible .path-thumb img { transform: scale(1.12); }

.proof-grid { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 768px) { .proof-grid { grid-template-columns: 0.9fr 1.1fr; gap: 4.5rem; } }
blockquote.display {
  margin: 0;
  font-size: clamp(1.65rem, 3.4vw, 2.45rem);
  line-height: 1.22;
  font-style: italic;
  color: var(--ivory);
}

.home-cta { border-top: 1px solid var(--border); background: var(--surface); color: var(--ivory); }
.home-cta-inner { display: flex; flex-direction: column; gap: 2rem; padding: 3.25rem 0; }
@media (min-width: 768px) {
  .home-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 4rem 0;
  }
}
.home-cta-copy { max-width: 34rem; }

/* Trust marks — shipping & payments (no galleries) */
.trust-marks {
  border-block: 1px solid var(--border);
  background: var(--surface);
  padding: 1.15rem 0;
}
.trust-marks__row {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 768px) {
  .trust-marks__row {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }
}
.trust-marks__row p {
  margin: 0;
  color: var(--secondary);
  font-size: 0.92rem;
  line-height: 1.45;
}
.trust-marks__row strong {
  color: var(--metal);
  font-weight: 600;
}
.footer-trust {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.footer-trust li {
  color: var(--secondary);
  font-size: 0.88rem;
}
.footer-trust strong { color: var(--metal); font-weight: 600; }

/* Visual validators — work gallery only */
.work-validators {
  background: var(--background);
  border-top: 1px solid var(--border);
}
.validator-lanes {
  display: grid;
  gap: 2.25rem;
  margin-top: 0.5rem;
}
@media (min-width: 900px) {
  .validator-lanes { gap: 2.75rem; }
}
.validator-lane__head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}
@media (min-width: 768px) {
  .validator-lane__head {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.validator-lane__head h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-style: italic;
}
.validator-lane__head p {
  margin: 0;
  color: var(--secondary);
  font-size: 0.9rem;
}
.validator-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(42%, 1fr);
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
@media (min-width: 768px) {
  .validator-strip {
    grid-auto-flow: dense;
    grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
    grid-auto-columns: unset;
    overflow: visible;
    scroll-snap-type: none;
    gap: 0.75rem;
  }
}
.validator-shot {
  margin: 0;
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--brand-soft);
  scroll-snap-align: start;
  border-radius: var(--radius-sm);
}
@media (min-width: 768px) {
  .validator-shot:first-child { aspect-ratio: 4 / 5; }
  .validator-shot:nth-child(2) { aspect-ratio: 1 / 1; align-self: end; }
  .validator-shot:nth-child(3) { aspect-ratio: 3 / 4; }
  .validator-shot:nth-child(4) { aspect-ratio: 5 / 6; align-self: start; }
}
.validator-shot__open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
  position: relative;
  color: inherit;
}
.validator-shot__open:focus-visible {
  outline: 2px solid var(--metal);
  outline-offset: 2px;
}
.validator-shot__media,
.validator-shot img,
.validator-shot video {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 700ms var(--ease-out);
  display: block;
  pointer-events: none;
}
.validator-shot:hover .validator-shot__media,
.validator-shot:hover img,
.validator-shot:hover video,
.validator-shot.is-hot .validator-shot__media,
.validator-shot.is-hot img,
.validator-shot.is-hot video {
  transform: scale(1.12);
}
.validator-shot__badge {
  position: absolute;
  inset: auto 0.65rem 0.65rem auto;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(20, 16, 14, 0.72);
  color: #fff;
  pointer-events: none;
}

/* Work gallery lightbox */
.work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(12, 10, 9, 0.88);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms var(--ease-out), visibility 220ms;
}
.work-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.work-lightbox__dialog {
  position: relative;
  width: min(100%, 56rem);
  max-height: min(88vh, 52rem);
  display: grid;
  place-items: center;
}
.work-lightbox__media {
  max-width: 100%;
  max-height: min(88vh, 52rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #0c0a09;
}
.work-lightbox__close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 0.35rem 0.5rem;
}
.work-lightbox__close:hover {
  opacity: 0.8;
}
.work-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}
.work-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.22);
}
.work-lightbox__prev { left: -0.25rem; }
.work-lightbox__next { right: -0.25rem; }
@media (min-width: 900px) {
  .work-lightbox__prev { left: -3rem; }
  .work-lightbox__next { right: -3rem; }
}
body.work-lightbox-open {
  overflow: hidden;
}

/* Instagram feed — plugin or brand fallback grid */
.ig-feed__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.75rem;
}
@media (min-width: 720px) {
  .ig-feed__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; }
}
.ig-feed__cell {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--brand-soft);
}
.ig-feed__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-out);
}
.ig-feed__cell:hover img { transform: scale(1.05); }
.ig-feed__note {
  margin-top: 1rem;
  color: var(--secondary);
}
.ig-feed__plugin {
  margin-top: 1.75rem;
}
.ig-feed__plugin #sb_instagram,
.ig-feed__plugin .sbi_item {
  border-radius: 0 !important;
}

.cta-actions { display: flex; flex-direction: column; gap: 0.75rem; width: 100%; }
@media (min-width: 640px) { .cta-actions { flex-direction: row; width: auto; } }
.btn-light {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  background: var(--metal); color: var(--ink); padding: 0.85rem 1.75rem;
  font-size: 0.8125rem; font-weight: 600;
}
.btn-ghost {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  border: 1px solid var(--border); color: var(--ivory); padding: 0.85rem 1.75rem;
  font-size: 0.8125rem; font-weight: 500;
}
.btn-ghost:hover { border-color: var(--metal); color: var(--metal); }

/* Catalog — lead + irregular index */
.page-pad { padding-top: 6.5rem; padding-bottom: 6rem; }
.catalog-head { margin-bottom: 0.5rem; padding-right: 4.5rem; }
@media (min-width: 768px) {
  .catalog-head { padding-right: 7.5rem; }
}
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
}
.filter-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.7rem;
  border: 1px solid var(--border);
  color: var(--ivory);
  font-size: 0.75rem;
}
.filter-chips a:hover { border-color: var(--metal); color: var(--metal); }
.filter-chips__clear { color: var(--metal); border-color: var(--metal); }

.filter-dock {
  position: fixed;
  top: 5.35rem;
  right: 1rem;
  z-index: 46;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
}
@media (min-width: 768px) {
  .filter-dock { top: 5.75rem; right: 1.5rem; }
}
.filter-fab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0;
  width: 48px;
  justify-content: center;
  border: 1px solid var(--metal);
  background: var(--ink);
  color: var(--ivory);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.filter-fab > span:not(.filter-fab__n) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .filter-fab {
    width: auto;
    padding: 0 1.15rem;
  }
  .filter-fab > span:not(.filter-fab__n) {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    overflow: visible;
  }
}
.filter-fab.has-active,
.filter-dock.is-open .filter-fab {
  background: var(--metal);
  color: var(--ink);
}
.filter-fab__n {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  display: inline-flex;
  min-width: 1.15rem;
  height: 1.15rem;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--ivory);
  font-size: 0.68rem;
  border: 1px solid var(--metal);
}
@media (min-width: 768px) {
  .filter-fab__n {
    position: static;
    border: 0;
  }
}
.filter-panel {
  display: none;
  flex-direction: column;
  width: min(22rem, calc(100vw - 2rem));
  max-height: min(70vh, 32rem);
  background: var(--background);
  border: 1px solid var(--border);
}
.filter-dock.is-open .filter-panel { display: flex; }
.filter-panel[hidden] { display: none; }
.filter-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid var(--border);
}
.filter-panel__head .font-display {
  margin: 0;
  font-size: 1.45rem;
  font-style: italic;
}
.filter-panel__form {
  overflow: auto;
  padding: 1.15rem 1.15rem 1.35rem;
  display: grid;
  gap: 1.15rem;
}
.filter-panel__form label { display: block; }
.filter-panel__form .tiny { display: block; margin-bottom: 0.4rem; }
.filter-panel__form input,
.filter-panel__form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  padding: 0.6rem 0;
  font-size: 0.95rem;
  outline: none;
  color: var(--ivory);
}
.filter-panel__form option { background: var(--ink); color: var(--ivory); }
.filter-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.35rem;
}
.filter-panel__actions .btn-cta,
.filter-panel__actions .btn-secondary-outline {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 1.15rem;
}
.product-grid, .product-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 0.85rem;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .product-grid, .product-index { grid-template-columns: repeat(3, 1fr); gap: 2.25rem 1.25rem; }
}
@media (min-width: 1200px) {
  .product-grid, .product-index { grid-template-columns: repeat(4, 1fr); gap: 2.5rem 1.35rem; }
}
.product-card { display: flex; flex-direction: column; height: 100%; }
.product-card .media { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--brand-soft); }
.product-card .media img { width: 100%; height: 100%; object-fit: cover; }
.product-card .meta { margin-top: 0.9rem; flex: 1; display: flex; flex-direction: column; }
.product-card h3 { margin: 0.2rem 0 0; font-size: 1.15rem; font-style: italic; line-height: 1.25; }
@media (min-width: 1200px) {
  .product-card h3 { font-size: 1.05rem; }
}
.card-actions { margin-top: 0.85rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* PDP */
.pdp-grid { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .pdp-grid { grid-template-columns: 1.05fr 0.95fr; gap: 4.5rem; } }
.gallery-main { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--brand-soft); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.4rem; margin-top: 0.5rem; }
.gallery-thumbs button { border: 1px solid transparent; padding: 0; background: var(--brand-soft); aspect-ratio: 1; overflow: hidden; }
.gallery-thumbs button:hover, .gallery-thumbs button:focus-visible { border-color: var(--metal); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pdp-dl { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border); display: grid; gap: 0.85rem; }
.pdp-dl div { display: flex; justify-content: space-between; gap: 1rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 0.75rem; }
.chip-row a { border-bottom: 1px solid var(--border); padding-bottom: 2px; color: var(--secondary); }
.chip-row a:hover { color: var(--metal); }
.pdp-actions { display: none; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.25rem; }
@media (min-width: 768px) { .pdp-actions { display: flex; } }
.sticky-buy {
  position: fixed; left: 0; right: 0; bottom: calc(3.5rem + env(safe-area-inset-bottom));
  z-index: 40; border-top: 1px solid var(--border); background: var(--background);
  padding: 0.75rem 1.25rem; display: flex; gap: 0.5rem;
}
@media (min-width: 768px) { .sticky-buy { display: none; } }
@media (max-width: 767px) {
  body:has(.sticky-buy) .page-pad {
    padding-bottom: calc(9.5rem + env(safe-area-inset-bottom));
  }
  body:has(.sticky-buy) .pdp-related {
    padding-bottom: calc(8.5rem + env(safe-area-inset-bottom));
  }
  body:has(.sticky-buy) .assist-fab {
    bottom: calc(8.25rem + env(safe-area-inset-bottom));
  }
}
.trust-compact {
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem;
  border-top: 1px solid var(--border); padding-top: 1.25rem; margin-top: 2rem;
  font-size: 0.75rem; color: var(--muted); list-style: none;
}
.pdp-related {
  border-top: 1px solid var(--border);
  background: var(--surface);
  padding: 3.25rem 0 4.5rem;
}
.pdp-related h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  font-style: italic;
}
.pdp-related__lede {
  margin: 0.65rem 0 0;
  max-width: 36rem;
  color: var(--secondary);
}
.pdp-related .product-grid {
  padding-top: 1.85rem;
  padding-bottom: 0;
}

.home-faq h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-style: italic;
  max-width: 22rem;
  line-height: 1.08;
}
.home-faq__list {
  margin: 2.25rem 0 0;
  display: grid;
  gap: 0;
}
.home-faq__item {
  border-bottom: 1px solid var(--border);
  margin: 0;
}
.home-faq__item:first-child {
  border-top: 1px solid var(--border);
}
.home-faq__q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--ivory);
}
.home-faq__q::-webkit-details-marker { display: none; }
.home-faq__q::marker { content: ""; }
.home-faq__q span:first-child { flex: 1; min-width: 0; }
.home-faq__icon {
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  position: relative;
}
.home-faq__icon::before,
.home-faq__icon::after {
  content: "";
  position: absolute;
  background: var(--metal);
  transition: transform 220ms var(--ease-out), opacity 220ms var(--ease-out);
}
.home-faq__icon::before {
  left: 0;
  right: 0;
  top: 50%;
  height: 1.5px;
  transform: translateY(-50%);
}
.home-faq__icon::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1.5px;
  transform: translateX(-50%);
}
.home-faq__item[open] .home-faq__icon::after {
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}
.home-faq__a {
  margin: 0;
  padding: 0 1.6rem 1.15rem 0;
  color: var(--secondary);
  max-width: 36rem;
  font-size: 0.98rem;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .home-faq__list {
    grid-template-columns: 1fr 1fr;
    gap: 0 3.25rem;
    border: 0;
  }
  .home-faq__item {
    border: 0;
    padding-bottom: 1.75rem;
  }
  .home-faq__item:first-child { border-top: 0; }
  .home-faq__q {
    padding: 0;
    cursor: default;
    pointer-events: none;
  }
  .home-faq__icon { display: none; }
  .home-faq__a {
    padding: 0.55rem 0 0;
  }
}

/* Footer */
.site-footer { margin-top: auto; border-top: 1px solid var(--border); background: var(--ink); color: var(--ivory); }
.footer-grid { display: grid; gap: 3rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; } }
.footer-grid a { color: var(--secondary); }
.footer-grid a:hover { color: var(--metal); }
.footer-bar { border-top: 1px solid var(--border); }
.footer-bar .site-width {
  display: flex; flex-direction: column; align-items: center; gap: 0.55rem;
  padding: 1.25rem 0 calc(8.75rem + env(safe-area-inset-bottom));
  font-size: 0.75rem; color: var(--muted); text-align: center;
}
@media (min-width: 768px) {
  .footer-bar .site-width {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    text-align: left;
    padding-bottom: 1.25rem;
  }
}
.footer-bar .mws-credit-line {
  margin: 0;
  order: -1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem 0.45rem;
}
@media (min-width: 768px) {
  .footer-bar .mws-credit-line {
    order: 0;
    justify-content: flex-end;
  }
}
.mws-credit {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  padding: 0.9rem 0.15rem 0.15rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--ivory);
  text-decoration: none;
  line-height: 1;
}
.mws-credit__text {
  position: relative;
  z-index: 1;
  transition: color 220ms var(--ease-out);
}
.mws-credit__wig {
  position: absolute;
  left: 50%;
  top: -0.15rem;
  width: 2.85rem;
  height: 2.05rem;
  color: var(--metal);
  transform: translate(-50%, -75%) scale(0.7) rotate(-4deg);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 240ms var(--ease-out),
    transform 440ms cubic-bezier(0.22, 1.4, 0.36, 1);
  z-index: 2;
}
.mws-credit__wig svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.mws-credit:hover,
.mws-credit:focus-visible {
  color: var(--metal);
}
.mws-credit:hover .mws-credit__text,
.mws-credit:focus-visible .mws-credit__text {
  color: var(--metal);
}
.mws-credit:hover .mws-credit__wig,
.mws-credit:focus-visible .mws-credit__wig {
  opacity: 1;
  transform: translate(-50%, -18%) scale(1) rotate(0deg);
}
@media (prefers-reduced-motion: reduce) {
  .mws-credit__wig {
    transition: opacity 160ms linear;
  }
  .mws-credit:hover .mws-credit__wig,
  .mws-credit:focus-visible .mws-credit__wig {
    transform: translate(-50%, -18%) scale(1);
  }
}

/* Drawers */
.cart-backdrop, .drawer-backdrop {
  position: fixed; inset: 0; z-index: 60; background: rgba(8,6,4,.62); display: none;
}
.cart-panel {
  position: fixed; inset: 0 0 0 auto; z-index: 70; width: 100%; max-width: 28rem;
  background: var(--background); border-left: 1px solid var(--border);
  display: none; flex-direction: column;
  will-change: transform;
}
.cart-panel.is-open, .cart-backdrop.is-open { display: flex; }
.cart-backdrop.is-open { display: block; }
.cart-head, .assist-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 1.25rem; border-bottom: 1px solid var(--border);
}
.cart-body { flex: 1; overflow: auto; padding: 1rem 1.25rem; }
.cart-foot { border-top: 1px solid var(--border); padding: 1.25rem; display: grid; gap: 0.75rem; }
.cart-body img,
#cart-page li img,
#checkout-page li img {
  width: 56px;
  height: 72px;
  max-width: 56px;
  object-fit: cover;
  flex-shrink: 0;
}
.qty button { border: 1px solid var(--border); background: none; padding: 0.35rem 0.55rem; min-width: 36px; min-height: 36px; color: var(--ivory); }

.compare-bar {
  position: fixed; left: 0; right: 0; z-index: 55;
  border-top: 1px solid var(--border); background: color-mix(in srgb, var(--surface) 96%, transparent);
  bottom: calc(3.5rem + env(safe-area-inset-bottom));
}
@media (min-width: 768px) { .compare-bar { bottom: 0; } }
.compare-bar .site-width { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 0; }

.mobile-bottom {
  position: fixed; inset: auto 0 0 0; z-index: 50;
  border-top: 1px solid var(--border); background: color-mix(in srgb, var(--background) 94%, transparent);
  padding-bottom: env(safe-area-inset-bottom);
  display: flex;
}
@media (min-width: 768px) { .mobile-bottom { display: none; } }
.mobile-bottom a, .mobile-bottom button {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.2rem; min-height: 56px; background: none; border: 0;
  font-size: 0.65rem; font-weight: 500; color: var(--muted);
}
.mobile-bottom .is-active { color: var(--metal); }

.assist-fab {
  position: fixed; right: 1rem; bottom: calc(4.5rem + env(safe-area-inset-bottom)); z-index: 45;
  width: 52px; height: 52px; border: 1px solid var(--metal); border-radius: var(--radius-sm); background: var(--ink); color: var(--metal);
}
@media (min-width: 768px) { .assist-fab { bottom: 1.5rem; } }
.assist-panel {
  position: fixed; right: 1rem; bottom: calc(8rem + env(safe-area-inset-bottom)); z-index: 70;
  width: min(380px, calc(100% - 2rem)); height: min(560px, 70vh);
  background: var(--background); border: 1px solid var(--border);
  display: none; flex-direction: column;
}
.assist-panel.is-open { display: flex; }
.assist-msgs { flex: 1; overflow: auto; padding: 1rem; display: grid; gap: 0.75rem; }
.bubble { padding: 0.75rem 1rem; font-size: 0.875rem; }
.bubble.user { background: var(--metal); color: var(--ink); justify-self: end; max-width: 85%; }
.bubble.assistant { background: var(--surface); color: var(--ivory); max-width: 95%; }
.assist-form { display: flex; gap: 0.5rem; padding: 0.75rem; border-top: 1px solid var(--border); }
.assist-form input { flex: 1; border: 1px solid var(--border); background: var(--surface); padding: 0.7rem; }
.suggest-row { display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0 1rem 0.5rem; }
.suggest-row button { border: 1px solid var(--border); background: none; font-size: 0.72rem; padding: 0.4rem 0.6rem; color: var(--secondary); }

.field { display: block; margin-bottom: 1rem; }
.field span { display: block; font-size: 0.75rem; font-weight: 600; color: var(--muted); }
.field input, .field textarea, .field select, textarea {
  margin-top: 0.4rem; width: 100%; border: 1px solid var(--border); background: var(--surface);
  padding: 0.85rem 1rem; font-size: 1rem; color: var(--ivory);
}
.panel { border: 1px solid var(--border); background: var(--surface); padding: 1.25rem; }
.order-row { display: flex; flex-direction: column; gap: 0.75rem; border: 1px solid var(--border); background: var(--surface); padding: 1.25rem; }
@media (min-width: 768px) { .order-row { flex-direction: row; align-items: center; justify-content: space-between; } }

.admin-shell { min-height: 100vh; padding: 2rem 1.25rem 4rem; }
.admin-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; border-bottom: 1px solid var(--border); padding-bottom: 1rem; margin-bottom: 2rem; }
.admin-nav a { border: 1px solid var(--border); padding: 0.5rem 1rem; font-size: 0.875rem; color: var(--secondary); }
.admin-nav a.is-active { background: var(--metal); color: var(--ink); border-color: var(--metal); }
.table-wrap { overflow: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
table.data th, table.data td { text-align: left; padding: 0.75rem 0.5rem; border-bottom: 1px solid var(--border); vertical-align: top; }
.badge { display: inline-block; background: var(--accent-soft); color: var(--metal); padding: 0.2rem 0.6rem; font-size: 0.72rem; }

.scroll-progress { position: fixed; top: 0; left: 0; height: 1px; width: 0; background: var(--metal); z-index: 80; transform-origin: left; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .look-slide { clip-path: none !important; opacity: 1 !important; visibility: visible !important; }
  .hero-sheen, .hero-curve, .offer-card__sheen { display: none; }
  .offer-card img, .offer-card:hover img { transform: none; }
}

.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td { border: 1px solid var(--border); padding: 0.75rem; vertical-align: top; }
.google-btn {
  display: inline-flex; width: 100%; align-items: center; justify-content: center; gap: 0.75rem;
  border: 1px solid var(--border); background: var(--surface); padding: 0.9rem 1.5rem; font-size: 0.9rem;
}
.empty { border: 1px dashed var(--border); padding: 3rem 1rem; text-align: center; color: var(--secondary); }

/* WooCommerce skin — keep Praga tokens */
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce #respond input#submit,
.woocommerce .single_add_to_cart_button {
  background: var(--metal) !important;
  color: var(--ink) !important;
  border-radius: 0 !important;
  border: none !important;
  font-family: inherit;
  font-weight: 600;
  padding: 0.9rem 1.4rem !important;
}
.woocommerce .quantity .qty,
.woocommerce form .input-text,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper select,
.woocommerce-input-wrapper textarea {
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  background: var(--surface) !important;
  color: var(--ivory) !important;
}
.woocommerce table.shop_table {
  border: 1px solid var(--border);
  border-radius: 0;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 0;
  border-top: 2px solid var(--metal);
}
.praga-wc-cart .cart-collaterals,
.praga-wc-checkout .woocommerce {
  margin-top: 1rem;
}
.pdp-actions .cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.75rem;
}
.inline-flex { display: inline-flex; align-items: center; }
.min-h-12 { min-height: 48px; }
.px-7 { padding-inline: 1.75rem; }
.py-3 { padding-block: 0.75rem; }

.page-title {
  font-size: clamp(2.4rem, 6vw, 4rem);
  margin: 0;
  font-style: italic;
}
.page-lede { color: var(--secondary); margin-top: 0.75rem; max-width: 36rem; }
.account-head {
  display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-between; align-items: flex-end;
  border-bottom: 1px solid var(--border); padding-bottom: 2rem;
}
