:root {
  --brand: #111111;
  --brand-dark: #000000;
  --brand-light: #f4f4f5;
  --text: #0f172a;
  --muted: #64748b;
  --surface: #ffffff;
  --bg: #f8fafc;
  --header-bg: #1a1a1a;
  --header-text: #f5f5f5;
  --radius: 1rem;
  --font: "DM Sans", system-ui, sans-serif;
  --font-display: "DM Sans", system-ui, sans-serif;
}

/* Announcement bar — shared across all templates */
.announcement-bar {
  background: #fff;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  white-space: nowrap;
}
.announcement-bar__track {
  display: inline-flex;
  gap: 3rem;
  padding: .55rem 0;
  animation: announcement-scroll 28s linear infinite;
  will-change: transform;
}
.announcement-bar__track--static {
  animation: none;
  justify-content: center;
  width: 100%;
}
.announcement-bar__msg {
  flex: 0 0 auto;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #111;
}
@keyframes announcement-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Header */
.site-header--store {
  background: var(--header-bg);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header--store .navbar { padding: .85rem 0; }
.header-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: .75rem;
  width: 100%;
}
.header-grid__left { justify-self: start; }
.header-grid__center { justify-self: center; }
.header-grid__right { justify-self: end; }
.header-grid__toggle { justify-self: end; grid-column: 3; }
@media (max-width: 991px) {
  .header-grid { grid-template-columns: 1fr auto auto; }
  .header-grid__left {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
  }
  .header-grid__center { grid-column: 1; justify-self: start; }
  .header-grid__right { grid-column: 2; }
  .header-grid__toggle { grid-column: 3; }
}
.site-header--store .navbar-brand,
.site-header--store .nav-link,
.site-header--store .header-icon,
.site-header--store .header-currency {
  color: var(--header-text) !important;
}
.site-header--store .nav-link {
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 500;
}
.site-header--store .nav-link:hover { opacity: .75; }
.header-brand { padding: 0; margin: 0; }
.site-logo-text {
  display: inline-block;
  font-family: var(--font-display, var(--font));
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: clamp(.95rem, 2.2vw, 1.35rem);
  color: inherit;
  text-decoration: none;
}
.site-logo-text--classic {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: .02em;
}
.site-logo-text--minimal {
  font-weight: 600;
  letter-spacing: .18em;
  font-size: clamp(.85rem, 2vw, 1.05rem);
}
.site-logo-text--boutique {
  letter-spacing: .22em;
  font-size: clamp(.8rem, 1.8vw, 1rem);
}
.site-logo-text--studio {
  text-transform: none;
  letter-spacing: .04em;
  font-weight: 600;
}
.site-logo-text--magazine {
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.site-logo-text--neon {
  font-family: var(--font-display, sans-serif);
  letter-spacing: .14em;
  text-shadow: 0 0 16px rgba(34, 211, 238, .35);
}
.site-logo-text--showcase {
  text-transform: none;
  font-size: clamp(1.05rem, 2.5vw, 1.55rem);
  letter-spacing: -.02em;
  font-weight: 800;
}
.site-header--overlay .site-logo-text {
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}
.header-logo {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: brightness(1.05);
}
.header-nav-left { flex: 1; }
.header-utils { flex: 0 0 auto; }
.header-icon {
  color: var(--header-text);
  text-decoration: none;
  opacity: .9;
  background: none;
  border: none;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-icon svg { display: block; }
.header-icon:hover { opacity: 1; color: #fff; }
.header-currency { font-size: .78rem; opacity: .85; letter-spacing: .04em; }
.site-header--store .navbar-toggler { border-color: rgba(255,255,255,.25); }
.site-header--store .navbar-toggler-icon { filter: invert(1); }

/* Hero */
.hero-cinematic {
  position: relative;
  min-height: clamp(420px, 72vh, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}
.hero-cinematic--fallback {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #111 100%);
}
.hero-cinematic__media { position: absolute; inset: 0; z-index: 0; }
.hero-cinematic__video,
.hero-cinematic__image { width: 100%; height: 100%; object-fit: cover; }
.hero-cinematic__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.55) 100%);
}
.hero-cinematic__content {
  position: relative;
  z-index: 1;
  padding: 3rem 1rem;
  max-width: 720px;
}
.hero-cinematic__title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 1rem;
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.hero-cinematic__subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  opacity: .92;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  line-height: 1.5;
}
.btn-hero-cta {
  background: #fff;
  color: #111;
  border: none;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  padding: .9rem 2rem;
}
.btn-hero-cta:hover { background: #f3f3f3; color: #000; }

/* Catalog & cards */
.features-strip { padding: 2rem 0; background: #fff; border-bottom: 1px solid #e2e8f0; }
.feature-box {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--bg);
}
.feature-box i { font-size: 1.75rem; color: #111; }
.feature-box strong { display: block; }
.feature-box span { font-size: .85rem; color: var(--muted); }
.promo-banner { padding: 2.5rem 0; background: #111; color: #fff; }
.promo-inner {
  background: rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
}
.promo-tag { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; opacity: .85; }
.catalog-section { background: var(--bg); }
.section-kicker {
  color: #111;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
}
.section-title { font-weight: 700; }
.catalog-count {
  background: #f4f4f5;
  color: #111;
  font-size: .9rem;
  padding: .5rem 1rem;
}
.product-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(15,23,42,.1); }
.product-card__media {
  display: block;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f1f5f9;
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.product-card:hover .product-card__media img { transform: scale(1.05); }
.product-card__badge {
  position: absolute;
  top: .75rem;
  left: .75rem;
  background: #111;
  color: #fff;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: .25rem .5rem;
  border-radius: 4px;
}
.product-card__placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #cbd5e1;
}
.product-card__body { padding: 1rem 1rem 1.25rem; }
.btn-add-cart,
.btn-primary {
  background: #111;
  border-color: #111;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .78rem;
  padding: .85rem 1.25rem;
}
.btn-add-cart:hover,
.btn-primary:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.newsletter-section { padding: 3rem 0; background: #fff; }
.newsletter-box { background: #f4f4f5; border-radius: var(--radius); padding: 2.5rem; }
.site-footer { background: #0f172a; color: #94a3b8; }
.site-footer h5, .site-footer h6 { color: #f8fafc; }
.footer-links a { color: #cbd5e1; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.social-pill {
  background: rgba(255,255,255,.1);
  color: #e2e8f0;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .8rem;
  text-decoration: none;
}
.footer-divider { border-color: rgba(255,255,255,.1); }
.product__media img, .product-card__media img { object-fit: cover; }

/* Product page */
.product-page { background: var(--bg); }
.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  color: var(--muted);
}
.product-breadcrumb a { color: var(--muted); text-decoration: none; }
.product-breadcrumb a:hover { color: #111; }
.product-breadcrumb__current { color: #111; font-weight: 500; }
.product-gallery-card,
.product-buy-card,
.product-details-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: var(--radius);
  box-shadow: 0 4px 24px rgba(15, 23, 42, .04);
}
.product-gallery-card { padding: 1rem; }
.product-gallery-card__main {
  aspect-ratio: 1;
  border-radius: calc(var(--radius) - .25rem);
  overflow: hidden;
  background: #f8fafc;
}
.product-gallery-card__img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-card__placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #cbd5e1;
}
.product-gallery-card__thumbs {
  display: flex;
  gap: .5rem;
  margin-top: .75rem;
  overflow-x: auto;
  padding-bottom: .25rem;
}
.product-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: .5rem;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.product-thumb.is-active { border-color: #111; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-buy-card { padding: 1.5rem 1.75rem; }
.product-meta-pill {
  display: inline-block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #111;
  background: #f4f4f5;
  padding: .35rem .65rem;
  border-radius: 999px;
  margin-bottom: .85rem;
}
.product-buy-card__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: .75rem;
}
.product-buy-card__price {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  color: #111;
}
.product-buy-card__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  margin-bottom: .5rem;
}
.product-buy-card__compare {
  margin: 0;
  font-size: 1.05rem;
  color: #94a3b8;
  text-decoration: line-through;
}
.product-buy-card__savings {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #059669;
  margin: 0 0 1.25rem;
}
.product-buy-card__field { margin-bottom: 1rem; }
.product-buy-card__label {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .4rem;
}
.product-buy-card__select { border-radius: .5rem; border-color: #e2e8f0; }
.product-buy-card__cta .btn-add-cart { width: 100%; padding: 1rem 1.25rem; }
.product-trust-list {
  list-style: none;
  padding: 1rem 0 0;
  margin: 1.25rem 0 0;
  border-top: 1px solid #f1f5f9;
  display: grid;
  gap: .55rem;
}
.product-trust-list li {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .82rem;
  color: var(--muted);
}
.product-trust-list i { color: #111; }

/* Product info — Shopify-style accordion */
.product-info-section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e8ecf0;
}
.product-accordion {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 23, 42, .04);
}
.product-accordion__item { border-bottom: 1px solid #eef2f6; }
.product-accordion__item:last-child { border-bottom: none; }
.product-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.35rem;
  cursor: pointer;
  list-style: none;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #111;
  background: #fff;
  transition: background .2s;
}
.product-accordion__summary::-webkit-details-marker { display: none; }
.product-accordion__item[open] .product-accordion__summary { background: #fafafa; }
.product-accordion__item[open] .product-accordion__icon { transform: rotate(180deg); }
.product-accordion__icon {
  font-size: .85rem;
  color: var(--muted);
  transition: transform .2s;
}
.product-accordion__panel {
  padding: 0 1.35rem 1.35rem;
  animation: product-panel-in .25s ease;
}
@keyframes product-panel-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.product-intro {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #111;
  margin: 0 0 1.25rem;
  font-weight: 500;
  max-width: 52ch;
}
.product-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .65rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .product-highlights { grid-template-columns: repeat(3, 1fr); }
}
.product-highlights__item {
  background: #f8fafc;
  border: 1px solid #eef2f6;
  border-radius: .5rem;
  padding: .85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.product-highlights__label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #64748b;
}
.product-highlights__value {
  font-size: .92rem;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}
.product-highlights__value--solo { font-weight: 500; }
.product-description.rte {
  font-size: .92rem;
  line-height: 1.75;
  color: #475569;
}
.product-description.rte br { display: block; content: ""; margin-top: .35rem; }
.product-description.rte span { display: block; }
.product-description.rte ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .5rem;
}
.product-description.rte li,
.product-description.rte p {
  margin: 0;
  padding: .65rem 0 .65rem 1rem;
  border-left: 2px solid #e2e8f0;
  color: #334155;
}
.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}
.product-spec-table th,
.product-spec-table td {
  padding: .75rem 1rem;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: top;
  text-align: left;
}
.product-spec-table tr:last-child th,
.product-spec-table tr:last-child td { border-bottom: none; }
.product-spec-table th {
  width: 38%;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
}
.product-spec-table td { color: #334155; }
.product-shipping-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .85rem;
}
.product-shipping-list li {
  font-size: .92rem;
  line-height: 1.6;
  color: #475569;
  padding-left: 1rem;
  border-left: 2px solid #e2e8f0;
}
.product-shipping-list strong { color: #111; font-weight: 600; }
.product-shipping-list a { color: #111; }

.product-description { font-size: .92rem; line-height: 1.75; color: #475569; }
.product-description p { margin-bottom: .85rem; }
.product-description p:last-child { margin-bottom: 0; }
.product-description ul,
.product-description ol { padding-left: 1.15rem; margin-bottom: .85rem; }
.product-description li { margin-bottom: .35rem; }
.product-description strong { color: #111; font-weight: 600; }
.product-description--plain { white-space: pre-line; }
.product-back-link a { color: var(--muted); text-decoration: none; font-size: .88rem; }
.product-back-link a:hover { color: #111; }

/* Related products carousel */
.related-products {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e8ecf0;
}
.related-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  margin-bottom: 1.25rem;
}
.related-products__title {
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 700;
  margin: 0;
  color: #111;
}
.related-products__nav {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}
.related-products__btn {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .2s, background .2s, opacity .2s;
}
.related-products__btn:hover:not(:disabled) {
  border-color: #111;
  background: #f8fafc;
}
.related-products__btn:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.related-products__viewport {
  margin: 0 -.25rem;
  padding: 0 .25rem;
}
.related-products__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: .35rem;
}
.related-products__track::-webkit-scrollbar { display: none; }
.related-products__slide {
  flex: 0 0 calc(78% - .5rem);
  min-width: 0;
  scroll-snap-align: start;
}
@media (min-width: 576px) {
  .related-products__slide { flex: 0 0 calc(46% - .5rem); }
}
@media (min-width: 768px) {
  .related-products__slide { flex: 0 0 calc(31% - .67rem); }
}
@media (min-width: 992px) {
  .related-products__slide { flex: 0 0 calc(24% - .75rem); }
}
.related-product-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.related-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
}
.related-product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.related-product-card__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f8fafc;
}
.related-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}
.related-product-card:hover .related-product-card__media img { transform: scale(1.04); }
.related-product-card__placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #cbd5e1;
}
.related-product-card__body {
  padding: .85rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  flex: 1;
}
.related-product-card__title {
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-product-card__vendor {
  margin: 0;
  font-size: .72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.related-product-card__price {
  margin: .15rem 0 0;
  font-size: .95rem;
  font-weight: 700;
  color: #111;
}

/* ── Alternate headers ── */
.site-header--centered {
  background: #fff;
  border-bottom: 1px solid #ececec;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.header-centered {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
}
.header-centered__logo img { height: 42px; width: auto; max-width: 180px; object-fit: contain; }
.header-centered__name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #111;
}
.header-centered__nav {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}
.header-centered__nav a {
  color: #444;
  text-decoration: none;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.header-centered__nav a:hover { color: #111; }
.header-cart-btn {
  justify-self: end;
  background: none;
  border: none;
  color: #111;
  position: relative;
  cursor: pointer;
  padding: .25rem;
}
.header-cart-count {
  position: absolute;
  top: -2px;
  right: -6px;
  background: #111;
  color: #fff;
  font-size: .6rem;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: transparent;
}
.header-overlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  color: #fff;
}
.header-overlay__logo img { height: 32px; filter: brightness(0) invert(1); }
.header-overlay__logo span {
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.header-overlay__nav { display: flex; gap: 1.5rem; }
.header-overlay__nav a {
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.header-overlay__nav a:hover { color: #fff; }
.site-header--overlay .header-cart-btn { color: #fff; }
.site-header--overlay .header-cart-count { background: #fff; color: #111; }

/* ── Hero variants ── */
.hero { position: relative; }
.hero__eyebrow {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .85;
  margin-bottom: .75rem;
}
.hero__title { font-family: var(--font-display); line-height: 1.05; margin: 0 0 1rem; }
.hero__subtitle { margin: 0 0 1.5rem; line-height: 1.55; max-width: 34rem; }
.hero__fallback { background: linear-gradient(135deg, #222, #444); width: 100%; height: 100%; }
.btn-hero {
  display: inline-block;
  background: #111;
  color: #fff;
  border: none;
  padding: .85rem 1.75rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-hero:hover { background: #000; color: #fff; }
.btn-hero--outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-hero--outline:hover { background: #fff; color: #111; }

.hero--cinematic {
  min-height: clamp(420px, 72vh, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.hero--cinematic .hero__media { position: absolute; inset: 0; }
.hero--cinematic .hero__media video,
.hero--cinematic .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero--cinematic .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.6));
}
.hero--cinematic .hero__content { position: relative; z-index: 1; text-align: center; padding: 3rem 1rem; }
.hero--cinematic .hero__title { font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 700; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.hero--cinematic .hero__subtitle { margin-inline: auto; }
.hero--cinematic .btn-hero { background: #fff; color: #111; }
.hero--cinematic .btn-hero:hover { background: #f0f0f0; color: #000; }

.hero--split {
  display: grid;
  grid-template-columns: 1fr;
  min-height: clamp(360px, 58vh, 620px);
  background: var(--surface);
}
@media (min-width: 992px) {
  .hero--split { grid-template-columns: 1fr 1fr; }
}
.hero--split .hero__visual { min-height: 280px; background: #f1f5f9; }
.hero--split .hero__visual img,
.hero--split .hero__visual video { width: 100%; height: 100%; object-fit: cover; display: block; min-height: inherit; }
.hero--split .hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}
.hero--split .hero__title { font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 600; }
.hero--split .hero__subtitle { color: var(--muted); font-size: 1.05rem; }

.hero--banner {
  padding: clamp(2.5rem, 8vw, 5rem) 0;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.hero--banner-media { color: #fff; border-bottom: none; }
.hero--banner-media .hero__banner-copy { position: relative; z-index: 2; }
.hero--banner-media .hero__title,
.hero--banner-media .hero__eyebrow,
.hero--banner-media .hero__subtitle { color: #fff; }
.hero--banner-media .hero__link { color: #fff; border-bottom-color: #fff; }
.hero__media--banner {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media--banner video,
.hero__media--banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero--banner .hero__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -.02em;
  max-width: 18ch;
}
.hero--banner .hero__subtitle { color: var(--muted); font-size: .95rem; max-width: 40ch; }
.hero--banner .hero__link {
  display: inline-block;
  margin-top: .5rem;
  color: #111;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 600;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}

.hero--boutique .hero__frame {
  position: relative;
  min-height: clamp(320px, 55vh, 560px);
  overflow: hidden;
}
.hero--boutique .hero__frame img,
.hero--boutique .hero__frame video { width: 100%; height: 100%; object-fit: cover; min-height: inherit; display: block; }
.hero--boutique .hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 60%, transparent 100%);
}
.hero--boutique .hero__content {
  position: absolute;
  left: clamp(1rem, 6vw, 5rem);
  bottom: clamp(2rem, 8vw, 4rem);
  max-width: 28rem;
  color: #fff;
  z-index: 1;
}
.hero--boutique .hero__line {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--accent, #c9a962);
  margin-bottom: 1.25rem;
}
.hero--boutique .hero__title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; }

.hero--shop {
  padding: 2rem 0 1.5rem;
  background: linear-gradient(180deg, #f0f4ff 0%, #fff 100%);
  border-bottom: 1px solid #e8ecf4;
  position: relative;
  overflow: hidden;
}
.hero__media--shop {
  position: absolute;
  inset: 0;
  z-index: 0;
  max-height: 220px;
}
.hero__media--shop video,
.hero__media--shop img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__overlay--shop {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.94) 100%);
}
.hero--shop .container { position: relative; z-index: 1; }
.hero--shop .hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.hero--shop .hero__title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; margin: 0; }
.hero--shop .hero__subtitle { color: var(--muted); margin: .35rem 0 0; }
.hero--shop .hero__search {
  display: flex;
  align-items: center;
  gap: .65rem;
  background: #fff;
  border: 1px solid #dde3ef;
  border-radius: 999px;
  padding: .65rem 1.25rem;
  min-width: min(100%, 320px);
  color: #94a3b8;
  font-size: .9rem;
}
.hero--shop .hero__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}
@media (max-width: 640px) {
  .hero--shop .hero__tiles { grid-template-columns: 1fr; }
}
.hero--shop .hero__tile {
  display: flex;
  align-items: flex-end;
  min-height: 100px;
  padding: 1rem;
  border-radius: .75rem;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
}
.hero--shop .hero__tile--1 { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
.hero--shop .hero__tile--2 { background: linear-gradient(135deg, #059669, #047857); }
.hero--shop .hero__tile--3 { background: linear-gradient(135deg, #ea580c, #c2410c); }

/* Studio hero & masonry */
.hero--studio {
  position: relative;
  min-height: clamp(400px, 68vh, 680px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.hero--studio .hero__media { position: absolute; inset: 0; }
.hero--studio .hero__media video,
.hero--studio .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero--studio .hero__content { position: relative; z-index: 2; max-width: 640px; }
.hero--studio .hero__title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; }
.catalog-masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 992px) {
  .catalog-masonry { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
.product-card--overlay {
  border: none;
  border-radius: var(--radius);
  overflow: hidden;
  background: #111;
  height: auto;
}
.product-card--overlay .product-card__media {
  aspect-ratio: 3/4;
  display: block;
  position: relative;
}
.product-card--overlay .product-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: #fff;
  pointer-events: none;
}
.product-card--overlay .product-card__overlay .product-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 .25rem;
  line-height: 1.25;
}
.product-card--overlay .product-card__overlay .price { margin: 0; font-size: .95rem; }
.product-card--overlay .product-card__body--overlay {
  padding: .75rem 1rem 1rem;
  background: #fff;
}
.product-card--overlay:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.12); }
.product-card--overlay:hover .product-card__media img { transform: scale(1.05); }

/* Neon hero */
.hero--neon {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.hero--neon .hero__media { position: absolute; inset: 0; }
.hero--neon .hero__media video,
.hero--neon .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero--neon .hero__grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34,211,238,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,211,238,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 1;
}
.hero--neon .hero__content { position: relative; z-index: 2; padding: 4rem 1rem; }

/* Showcase hero */
.hero--showcase .hero__showcase-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.product-card--large {
  height: auto;
  border: 1px solid #e8ecf0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  transition: box-shadow .2s;
}
.product-card--large:hover { box-shadow: 0 20px 48px rgba(15,23,42,.08); }
.product-card--large .product-card__media { aspect-ratio: 4/3; display: block; }
.product-card--large .product-card__body { padding: 1.25rem 1.5rem 1.5rem; }
.product-card--large .product-vendor {
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .35rem;
}
.product-card--large .product-title { font-size: 1.25rem; font-weight: 700; margin-bottom: .5rem; }

.hero--magazine {
  min-height: clamp(380px, 68vh, 720px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.hero--magazine .hero__bg { position: absolute; inset: 0; }
.hero--magazine .hero__bg img,
.hero--magazine .hero__bg video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero--magazine .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,.35) 100%);
}
.hero--magazine .hero__content { position: relative; z-index: 2; padding: 3rem 1rem 4rem; }
.hero--magazine .hero__issue { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; opacity: .8; }
.hero--magazine .hero__title { font-size: clamp(2.5rem, 7vw, 5rem); font-weight: 800; text-transform: uppercase; max-width: 14ch; }
.hero--magazine .hero__featured-link { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 2px; font-size: .88rem; }

/* ── Product card variants ── */
.product-card--horizontal {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: center;
  height: auto;
  border: none;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
  background: transparent;
  padding: 1.25rem 0;
}
.product-card--horizontal:hover { transform: none; box-shadow: none; }
.product-card--horizontal .product-card__media { aspect-ratio: 1; border-radius: .35rem; overflow: hidden; }
.product-card--horizontal .product-card__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 0;
}
@media (min-width: 768px) {
  .product-card--horizontal { grid-template-columns: 160px 1fr; }
}

.product-card--compact { border-radius: .65rem; }
.product-card--compact .product-card__body { padding: .75rem; }
.product-card--compact .product-title { font-size: .82rem; line-height: 1.3; }

.product-card--featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: none;
  background: transparent;
  height: auto;
}
@media (min-width: 992px) {
  .product-card--featured { grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: center; }
}
.product-card--featured .product-card__media { aspect-ratio: 4/5; border-radius: .25rem; }
.product-card--featured .product-card__label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255,255,255,.92);
  color: #111;
  font-size: .65rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .35rem .65rem;
}
.product-card--featured .product-card__body { padding: 1rem 0; }
.product-card--featured .product-card__eyebrow {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent, #c9a962);
  margin-bottom: .5rem;
}

.product-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
  .product-row { grid-template-columns: 1fr 1fr; gap: 4rem; }
  .product-row--reverse .product-row__media { order: 2; }
  .product-row--reverse .product-row__copy { order: 1; }
}
.product-row__media {
  display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #f4f4f4;
}
.product-row__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-row:hover .product-row__media img { transform: scale(1.03); }
.product-row__index {
  font-size: .72rem;
  letter-spacing: .2em;
  color: var(--muted);
  margin-bottom: .75rem;
}

/* ── Shop layout ── */
.shop-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .shop-layout { grid-template-columns: 220px 1fr; gap: 2.5rem; }
}
.shop-sidebar {
  background: #f8fafc;
  border: 1px solid #e8ecf0;
  border-radius: .75rem;
  padding: 1.25rem;
  height: fit-content;
}
.shop-sidebar__title {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.shop-sidebar__list { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.shop-sidebar__list a {
  display: block;
  padding: .45rem 0;
  color: #475569;
  text-decoration: none;
  font-size: .9rem;
  border-bottom: 1px solid #eef2f6;
}
.shop-sidebar__list a.is-active { color: #111; font-weight: 600; }
.shop-sidebar__promo {
  background: #111;
  color: #fff;
  border-radius: .5rem;
  padding: .85rem;
  font-size: .82rem;
  display: grid;
  gap: .25rem;
}
.shop-main__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .85rem;
}
@media (min-width: 768px) {
  .shop-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
@media (min-width: 1200px) {
  .shop-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ── Magazine lookbook ── */
.lookbook-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .lookbook-grid { grid-template-columns: 1.4fr 1fr; min-height: 520px; }
  .lookbook-grid__side { display: grid; grid-template-rows: 1fr 1fr; gap: .75rem; }
}
.lookbook-tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111;
  min-height: 200px;
  text-decoration: none;
}
.lookbook-tile--large { min-height: 280px; }
@media (min-width: 992px) {
  .lookbook-tile--large { min-height: 100%; }
}
.lookbook-tile img { width: 100%; height: 100%; object-fit: cover; opacity: .88; transition: opacity .3s, transform .4s; }
.lookbook-tile:hover img { opacity: 1; transform: scale(1.03); }
.lookbook-tile__label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}

.spotlight-section { padding: 3rem 0 1rem; background: var(--surface); }
.section-lead { max-width: 36rem; }
.catalog-list { display: grid; gap: 0; }
.catalog-list-label { letter-spacing: .14em; color: var(--muted); }

/* Legal pages */
.legal-page { max-width: 820px; }
.legal-breadcrumb { font-size: .85rem; color: var(--muted); }
.legal-breadcrumb a { color: var(--muted); text-decoration: none; }
.legal-breadcrumb a:hover { color: #111; }
.legal-page__title { font-weight: 700; }
.legal-page__body { font-size: .95rem; line-height: 1.75; color: #475569; }
.legal-page__body h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
  margin: 2rem 0 .75rem;
}
.legal-page__body h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  margin: 1.25rem 0 .5rem;
}
.legal-page__body p { margin-bottom: 1rem; }
.legal-page__body ul,
.legal-page__body ol { margin-bottom: 1rem; padding-left: 1.25rem; }
.legal-page__body li { margin-bottom: .4rem; }
.legal-page__body a { color: #111; }

/* Track order */
.track-order-page { max-width: 520px; }
.track-order-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: var(--radius);
  padding: 2rem 1.75rem;
  box-shadow: 0 8px 32px rgba(15, 23, 42, .06);
}
.track-order-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.track-order-card__lead { margin-bottom: 1.5rem; }
.track-order-form { display: grid; gap: 1rem; margin-bottom: 1rem; }
.track-order-form__field {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}
.track-order-form__field input {
  border: 1px solid #e2e8f0;
  border-radius: .5rem;
  padding: .75rem .85rem;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  color: var(--text);
  background: #fff;
}
.track-order-form__field input:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, .08);
}
.track-order-form__submit { margin-top: .25rem; }
.track-order-result {
  padding: .85rem 1rem;
  border-radius: .5rem;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.track-order-result--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}
.track-order-card__help a { color: #111; }
