/* =====================================================================
   MERAJ COLLECTIVE — Luxury Sneaker Reseller
   Shared stylesheet. Layout modelled on omegawatches.com editorial luxury.
   Pure CSS. Navy (#1B3A6D) + Gold (#D4AF37) brand identity.
   ===================================================================== */

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

:root {
  /* Brand palette */
  --navy:        #1B3A6D;
  --navy-mid:    #16305a;
  --navy-deep:   #0f2547;
  --navy-ink:    #0a1830;
  --logo-navy:   #0a1936;  /* matches the logo artwork background so it blends */
  --gold:        #D4AF37;
  --gold-light:  #E5C767;
  --gold-dark:   #B8952E;

  /* Neutrals */
  --bg:          #ffffff;
  --bg-alt:      #f6f5f1;
  --bg-warm:     #faf9f6;
  --surface:     #ffffff;
  --border:      #e6e4dd;
  --ink:         #14192b;
  --text:        #2b3040;
  --text-soft:   #6b7182;
  --text-muted:  #9aa0ad;
  --on-dark:     #f4f3ef;
  --on-dark-soft:#b9becb;

  /* Typography */
  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body:    'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing / structure */
  --container:   1340px;
  --container-narrow: 900px;
  --gutter:      clamp(1.15rem, 5vw, 3rem);
  --section-pad: clamp(64px, 9vw, 140px);
  --nav-h:       92px;
  --radius:      2px;

  /* Motion */
  --ease:        cubic-bezier(0.32, 0.72, 0, 1);
  --ease-soft:   cubic-bezier(0.4, 0, 0.2, 1);
}

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

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }

/* ---- Typography scale ---- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.04; letter-spacing: 0.01em; color: var(--navy-deep); }
h1 { font-size: clamp(2.8rem, 7vw, 6rem); }
h2 { font-size: clamp(2.1rem, 5vw, 4rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.4rem); }
p  { font-size: clamp(0.98rem, 1.1vw, 1.08rem); font-weight: 300; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-dark);
  display: inline-block;
}
.eyebrow--light { color: var(--gold-light); }

/* ---- Layout helpers ---- */
.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section  { padding-block: var(--section-pad); }
.center   { text-align: center; }

/* ---- Buttons ---- */
.btn {
  --btn-fg: var(--navy);
  --btn-bd: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 1.05rem 2.3rem;
  color: var(--btn-fg);
  border: 1px solid var(--btn-bd);
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: color 0.5s var(--ease), border-color 0.5s var(--ease);
  z-index: 0;
}
.btn::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--btn-bd);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
  z-index: -1;
}
.btn:hover { color: var(--btn-hover-fg, #fff); }
.btn:hover::before { transform: scaleX(1); }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.btn--gold { --btn-fg: var(--gold-dark); --btn-bd: var(--gold); --btn-hover-fg: var(--navy-ink); }
.btn--light { --btn-fg: #fff; --btn-bd: rgba(255,255,255,0.75); --btn-hover-fg: var(--navy-ink); }
.btn--light:hover::before { background: #fff; }
.btn--solid-navy { --btn-fg: #fff; --btn-bd: var(--navy); background: var(--navy); --btn-hover-fg: var(--navy); }
.btn--solid-navy::before { background: #fff; }

.link-underline {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink); position: relative; padding-bottom: 4px; display: inline-block;
}
.link-underline::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: currentColor; transform: scaleX(1); transform-origin: right;
  transition: transform 0.45s var(--ease);
}
.link-underline:hover::after { transform: scaleX(0); }

/* =====================================================================
   TICKER + HEADER (retail, single row — OG Kicks format)
   ===================================================================== */
.ticker { background: var(--navy-ink); overflow: hidden; white-space: nowrap; }
.ticker__track { display: inline-flex; align-items: center; gap: 3rem; padding: 0.5rem 0; animation: ticker 38s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__track span { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); display: inline-flex; align-items: center; gap: 0.9rem; }
.ticker__track span::before { content: '◆'; color: var(--gold); font-size: 0.5rem; opacity: 0.85; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--logo-navy);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.header__inner {
  max-width: var(--container); margin-inline: auto; padding: 0 var(--gutter);
  display: flex; align-items: center; gap: 1rem; min-height: 84px;
}
.logo { display: flex; align-items: center; }
.logo__img { height: 58px; width: auto; display: block; }

.nav { margin-inline: auto; }
.nav__inner { display: flex; gap: clamp(0.9rem, 2vw, 2rem); }
.nav__link {
  display: block; padding: 0.5rem 0;
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--on-dark-soft); position: relative; transition: color 0.3s;
}
.nav__link:hover, .nav__link.is-active { color: var(--gold-light); }
.nav__link::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 1.5px;
  background: var(--gold); transform: scaleX(0); transition: transform 0.35s var(--ease);
}
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }

.header__icons { display: flex; align-items: center; gap: 1.15rem; }
.header__icons button { color: var(--on-dark); display: inline-flex; transition: color 0.3s; }
.header__icons button:hover { color: var(--gold-light); }
.icon { width: 21px; height: 21px; stroke: currentColor; fill: none; stroke-width: 1.4; }

/* Mobile nav */
.burger { display: none; justify-self: start; width: 26px; height: 18px; position: relative; }
.burger span {
  position: absolute; left: 0; height: 1.5px; width: 100%; background: #fff;
  transition: transform 0.4s var(--ease), opacity 0.3s var(--ease), background 0.4s;
}
.burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.burger span:nth-child(3) { bottom: 0; }
body.nav-open .burger span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
body.nav-open .burger span:nth-child(2) { opacity: 0; }
body.nav-open .burger span:nth-child(3) { bottom: auto; top: 50%; transform: translateY(-50%) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 45;
  background: var(--navy-ink);
  padding: calc(var(--nav-h) + 3rem) var(--gutter) 3rem;
  display: flex; flex-direction: column; gap: 0.4rem;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.55s var(--ease), visibility 0s linear 0.55s;
  overflow-y: auto;
}
body.nav-open .mobile-menu { transform: translateX(0); visibility: visible; transition: transform 0.55s var(--ease); }
.mobile-menu a {
  font-family: var(--font-display); font-size: 2rem; font-weight: 500; color: var(--on-dark);
  padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.08);
  opacity: 0; transform: translateY(18px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease), color 0.3s;
}
.mobile-menu a:hover { color: var(--gold-light); }
body.nav-open .mobile-menu a { opacity: 1; transform: none; }
.mobile-menu a:nth-child(1) { transition-delay: 0.12s; }
.mobile-menu a:nth-child(2) { transition-delay: 0.18s; }
.mobile-menu a:nth-child(3) { transition-delay: 0.24s; }
.mobile-menu a:nth-child(4) { transition-delay: 0.30s; }
.mobile-menu__meta { margin-top: auto; padding-top: 2rem; color: var(--on-dark-soft); font-size: 0.8rem; letter-spacing: 0.1em; }
.mobile-menu__meta a { font-family: var(--font-body); font-size: 0.85rem; border: none; padding: 0.2rem 0; display: inline; color: var(--gold-light); }

/* =====================================================================
   HERO CAROUSEL (OG Kicks format)
   ===================================================================== */
.hcar { position: relative; background: var(--navy-ink); }
.hcar__viewport { position: relative; height: clamp(400px, 60vh, 620px); overflow: hidden; }
.hcar__slide {
  position: absolute; inset: 0; display: flex; align-items: center;
  opacity: 0; visibility: hidden; transition: opacity 0.8s var(--ease), visibility 0s linear 0.8s;
}
.hcar__slide.is-active { opacity: 1; visibility: visible; transition: opacity 0.8s var(--ease); }
.hcar__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hcar__slide::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,18,38,0.85) 0%, rgba(8,18,38,0.4) 55%, rgba(8,18,38,0.1) 85%);
}
.hcar__slide--navy {
  background:
    radial-gradient(120% 130% at 82% 18%, rgba(212,175,55,0.20) 0%, transparent 46%),
    linear-gradient(140deg, var(--navy) 0%, var(--navy-ink) 72%);
}
.hcar__slide--navy::after { display: none; }
.hcar__content { position: relative; z-index: 2; max-width: var(--container); width: 100%; margin-inline: auto; padding: 0 var(--gutter); color: #fff; }
.hcar__eyebrow { display: inline-block; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.1rem; }
.hcar__title { color: #fff; font-size: clamp(2.1rem, 5.2vw, 4.4rem); line-height: 1.04; max-width: 16ch; margin-bottom: 1rem; }
.hcar__title em { color: var(--gold-light); font-style: normal; }
.hcar__sub { color: var(--on-dark-soft); max-width: 40ch; margin-bottom: 1.8rem; }
.hcar__arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px); color: #fff; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.25); transition: background 0.3s, border-color 0.3s;
}
.hcar__arrow:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-ink); }
.hcar__arrow--prev { left: clamp(0.6rem, 2vw, 1.6rem); }
.hcar__arrow--next { right: clamp(0.6rem, 2vw, 1.6rem); }
.hcar__arrow svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
.hcar__dots { position: absolute; bottom: 1.3rem; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; gap: 0.5rem; }
.hcar__dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.4); transition: all 0.4s var(--ease); }
.hcar__dot.is-active { background: var(--gold); width: 24px; border-radius: 5px; }

/* Trust strip (slim badges) */
.trust-strip { background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.trust-strip__inner { max-width: var(--container); margin-inline: auto; padding: 0.9rem var(--gutter); display: flex; justify-content: center; gap: clamp(1.2rem, 5vw, 4rem); flex-wrap: wrap; }
.trust-strip__item { display: flex; align-items: center; gap: 0.55rem; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy-deep); font-weight: 500; }
.trust-strip__item svg { width: 18px; height: 18px; stroke: var(--gold-dark); fill: none; stroke-width: 1.5; flex: 0 0 auto; }

/* =====================================================================
   PRODUCT ROWS (brand/category carousels) + PRODUCT CARDS
   ===================================================================== */
.prow { padding-block: clamp(2rem, 4vw, 3.4rem); }
.prow--alt { background: var(--bg-alt); }
.prow__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; max-width: var(--container); margin: 0 auto clamp(1.3rem, 2.5vw, 1.9rem); padding: 0 var(--gutter); }
.prow__title { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2.1rem); color: var(--navy-deep); }
.prow__more { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dark); border-bottom: 1px solid var(--gold); padding-bottom: 2px; white-space: nowrap; transition: color 0.3s; }
.prow__more:hover { color: var(--navy); }
.prow__rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(210px, 1fr);
  gap: clamp(0.8rem, 1.6vw, 1.4rem); overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 0.3rem var(--gutter) 1.2rem; scrollbar-width: thin;
}
.prow__rail::-webkit-scrollbar { height: 3px; }
.prow__rail::-webkit-scrollbar-thumb { background: var(--border); }

.pcard {
  scroll-snap-align: start; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--border); border-radius: 4px; overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.pcard:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(15,37,71,0.13); border-color: #dcd8cc; }
.pcard__media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: linear-gradient(160deg, #f4f2ec, #e8e6de); }
.pcard__media .ph { background: linear-gradient(160deg, #efece4 0%, #f6f5ef 55%, #e7e4da 100%); transition: transform 0.8s var(--ease); }
.pcard__media .ph::after { color: rgba(15,37,71,0.30); }
.pcard__media .ph--sneaker::before { background-image: repeating-linear-gradient(115deg, transparent 0 26px, rgba(15,37,71,0.02) 26px 27px); }
.pcard:hover .pcard__media .ph { transform: scale(1.05); }
.pcard__ship { position: absolute; top: 0; left: 0; z-index: 2; background: var(--navy-ink); color: #fff; font-size: 0.52rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.34rem 0.6rem; }
.pcard__save { position: absolute; top: 0; right: 0; z-index: 2; background: var(--gold); color: var(--navy-ink); font-size: 0.52rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; padding: 0.34rem 0.55rem; }
.pcard__info { padding: 0.9rem 0.95rem 1.05rem; display: flex; flex-direction: column; gap: 0.28rem; flex: 1; }
.pcard__title { font-family: var(--font-body); font-weight: 500; font-size: 0.9rem; color: var(--navy-deep); line-height: 1.32; }
.pcard__sub { font-size: 0.74rem; color: var(--text-muted); }
.pcard__price { margin-top: auto; padding-top: 0.5rem; font-weight: 500; color: var(--ink); font-size: 0.96rem; }
.pcard__price s { color: var(--text-muted); font-weight: 400; margin-left: 0.35rem; font-size: 0.82rem; }

/* Promo banner */
.promo { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--navy) 0%, var(--navy-ink) 100%); color: #fff; }
.promo::before { content: ''; position: absolute; right: -4%; top: -40%; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,0.22), transparent 65%); }
.promo__inner { position: relative; z-index: 1; max-width: var(--container); margin-inline: auto; padding: clamp(2.4rem, 6vw, 4.6rem) var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.promo__text { max-width: 52ch; }
.promo h2 { color: #fff; }
.promo .eyebrow { color: var(--gold-light); }
.promo p { color: var(--on-dark-soft); margin-top: 0.7rem; }

/* =====================================================================
   HERO / FEATURE PANELS
   ===================================================================== */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  color: #fff; overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,18,38,0.55) 0%, rgba(8,18,38,0.12) 30%, rgba(8,18,38,0.80) 100%),
    linear-gradient(90deg, rgba(8,18,38,0.60) 0%, rgba(8,18,38,0.10) 55%, rgba(8,18,38,0) 80%);
}
.hero__content {
  position: relative; z-index: 1;
  max-width: var(--container); width: 100%; margin-inline: auto;
  padding: 0 var(--gutter) clamp(4rem, 9vh, 7rem);
}
.hero__eyebrow { margin-bottom: 1.4rem; }
.hero h1 { color: #fff; max-width: 15ch; margin-bottom: 2rem; }
.hero__title-sub { display: block; color: var(--gold-light); }
.hero .btn { margin-top: 0.5rem; }

/* Full-bleed generic feature panel (image + text overlay) */
.feature-panel {
  position: relative; min-height: clamp(560px, 82vh, 860px);
  display: flex; align-items: center; color: #fff; overflow: hidden;
}
.feature-panel__media { position: absolute; inset: 0; z-index: 0; }
.feature-panel__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,24,48,0.72) 0%, rgba(10,24,48,0.32) 45%, rgba(10,24,48,0.05) 100%);
}
.feature-panel--right .feature-panel__media::after {
  background: linear-gradient(270deg, rgba(10,24,48,0.72) 0%, rgba(10,24,48,0.32) 45%, rgba(10,24,48,0.05) 100%);
}
.feature-panel__content { position: relative; z-index: 1; max-width: var(--container); width: 100%; margin-inline: auto; padding: 0 var(--gutter); }
.feature-panel__inner { max-width: 40ch; }
.feature-panel--right .feature-panel__inner { margin-left: auto; text-align: right; }
.feature-panel h2 { color: #fff; margin: 1.2rem 0 1.4rem; }
.feature-panel p { color: var(--on-dark-soft); margin-bottom: 2rem; }

/* =====================================================================
   IMAGE PLACEHOLDERS (swap for real photography)
   ===================================================================== */
.ph {
  position: absolute; inset: 0; width: 100%; height: 100%;
  background:
    radial-gradient(140% 120% at 80% 15%, rgba(212,175,55,0.16) 0%, transparent 45%),
    radial-gradient(120% 120% at 15% 90%, rgba(212,175,55,0.10) 0%, transparent 50%),
    linear-gradient(140deg, var(--navy-deep) 0%, var(--navy-ink) 55%, #06101f 100%);
}
.ph::after {
  content: attr(data-label);
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-family: var(--font-body); font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.28); white-space: nowrap; text-align: center;
}
.ph--sneaker::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(115deg, transparent 0 26px, rgba(255,255,255,0.018) 26px 27px);
}
.ph--light {
  background:
    radial-gradient(130% 120% at 78% 20%, rgba(212,175,55,0.22) 0%, transparent 46%),
    linear-gradient(150deg, #e9e6dd 0%, #f4f2ec 50%, #e4e0d4 100%);
}
.ph--light::after { color: rgba(20,25,43,0.32); }

/* Real photographic images (cover their container) */
.cover-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split__media .cover-img { position: absolute; }

/* =====================================================================
   PRODUCT RAIL (tabbed, horizontal scroll)
   ===================================================================== */
.rail-head { display: flex; flex-direction: column; align-items: center; gap: 1.6rem; margin-bottom: clamp(2.4rem, 5vw, 3.8rem); text-align: center; }
.rail-tabs { display: inline-flex; gap: 2.2rem; flex-wrap: wrap; justify-content: center; }
.rail-tab {
  font-size: 0.74rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-muted); padding-bottom: 0.5rem; position: relative; transition: color 0.3s;
}
.rail-tab::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 100%;
  background: var(--gold); transform: scaleX(0); transition: transform 0.4s var(--ease);
}
.rail-tab.is-active { color: var(--ink); }
.rail-tab.is-active::after { transform: scaleX(1); }
.rail-tab:hover { color: var(--ink); }

.rail {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 1.2rem; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter);
  scrollbar-width: thin;
}
.rail::-webkit-scrollbar { height: 3px; }
.rail::-webkit-scrollbar-thumb { background: var(--border); }
.rail-panel { display: none; }
.rail-panel.is-active { display: block; }

.product-card { scroll-snap-align: start; display: flex; flex-direction: column; animation: card-in 0.6s var(--ease) both; }
@keyframes card-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.product-card__media {
  position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--bg-alt);
  margin-bottom: 1.2rem;
}
.product-card__media .ph { transition: transform 0.9s var(--ease); }
.product-card:hover .product-card__media .ph { transform: scale(1.05); }
.product-card__tag {
  position: absolute; top: 0.9rem; left: 0.9rem; z-index: 2;
  font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  color: var(--navy-ink); background: var(--gold); padding: 0.3rem 0.6rem;
}
.product-card__brand { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.5rem; }
.product-card__name { font-family: var(--font-display); font-size: 1.32rem; font-weight: 500; color: var(--navy-deep); line-height: 1.15; margin-bottom: 0.35rem; }
.product-card__spec { font-size: 0.82rem; color: var(--text-soft); margin-bottom: 0.8rem; }
.product-card__foot { display: flex; align-items: baseline; justify-content: space-between; gap: 0.6rem; margin-top: auto; }
.product-card__price { font-family: var(--font-display); font-size: 1.25rem; color: var(--ink); font-weight: 500; }
.product-card__was { font-size: 0.78rem; color: var(--text-muted); text-decoration: line-through; margin-left: 0.5rem; }
.product-card__cta { font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-dark); border-bottom: 1px solid var(--gold); padding-bottom: 2px; transition: color 0.3s; }
.product-card__cta:hover { color: var(--ink); }

/* =====================================================================
   SPLIT EDITORIAL (image + text)
   ===================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.split__body { max-width: 46ch; }
.split__body h2 { margin: 1.2rem 0 1.6rem; }
.split__body p { color: var(--text-soft); margin-bottom: 1.4rem; }
.split__body .btn { margin-top: 0.8rem; }

/* Trust strip */
.trust { background: var(--navy-ink); color: var(--on-dark); }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem, 3vw, 3rem); text-align: center; }
.trust__item { padding: 0.5rem; }
.trust__icon { width: 34px; height: 34px; stroke: var(--gold); fill: none; stroke-width: 1.2; margin: 0 auto 1.1rem; }
.trust__item h3 { color: #fff; font-size: 1.35rem; margin-bottom: 0.5rem; }
.trust__item p { color: var(--on-dark-soft); font-size: 0.86rem; line-height: 1.6; }

/* Section heading block */
.sec-head { text-align: center; max-width: 60ch; margin: 0 auto clamp(2.6rem, 5vw, 4rem); }
.sec-head h2 { margin: 1.1rem 0 1.2rem; }
.sec-head p { color: var(--text-soft); }

/* Subtle gold rule under centred section eyebrows — restrained luxury accent */
.sec-head .eyebrow::after, .rail-head .eyebrow::after {
  content: ''; display: block; width: 34px; height: 2px; background: var(--gold);
  margin: 0.85rem auto 0;
}

/* =====================================================================
   PAGE HERO (interior pages)
   ===================================================================== */
.page-hero {
  position: relative; min-height: 58vh; display: flex; align-items: flex-end;
  color: #fff; overflow: hidden;
}
.page-hero__media { position: absolute; inset: 0; z-index: 0; }
.page-hero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,24,48,0.45), rgba(10,24,48,0.7)); }
.page-hero__content { position: relative; z-index: 1; max-width: var(--container); width: 100%; margin-inline: auto; padding: 0 var(--gutter) clamp(3rem, 7vh, 5rem); }
.page-hero h1 { color: #fff; margin-top: 1rem; }

/* =====================================================================
   SHOP
   ===================================================================== */
.shop-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); margin-bottom: 2.6rem; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip {
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 400;
  padding: 0.55rem 1.15rem; border: 1px solid var(--border); color: var(--text-soft);
  transition: all 0.3s var(--ease-soft);
}
.chip.is-active, .chip:hover { border-color: var(--navy); color: var(--navy); background: var(--bg-alt); }
.shop-count { font-size: 0.78rem; letter-spacing: 0.1em; color: var(--text-muted); text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.2rem, 2.5vw, 2.2rem) clamp(1rem, 2vw, 1.8rem); }

/* =====================================================================
   CONTACT
   ===================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.contact-info h2 { margin-bottom: 1.4rem; }
.contact-info > p { color: var(--text-soft); margin-bottom: 2.4rem; max-width: 42ch; }
.contact-list { display: flex; flex-direction: column; gap: 1.6rem; }
.contact-row { display: flex; gap: 1.1rem; align-items: flex-start; }
.contact-row__icon { flex: 0 0 auto; width: 26px; height: 26px; stroke: var(--gold-dark); fill: none; stroke-width: 1.3; margin-top: 3px; }
.contact-row h4 { font-family: var(--font-body); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; margin-bottom: 0.3rem; }
.contact-row p, .contact-row a { font-size: 1.02rem; color: var(--text); }
.contact-row a:hover { color: var(--gold-dark); }

.whatsapp-cta {
  display: inline-flex; align-items: center; gap: 0.8rem; margin-top: 2.4rem;
  background: #25D366; color: #fff; padding: 1rem 1.8rem;
  font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.whatsapp-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(37,211,102,0.3); }
.whatsapp-cta svg { width: 20px; height: 20px; fill: #fff; }

.form { background: var(--bg-warm); border: 1px solid var(--border); padding: clamp(1.8rem, 4vw, 3rem); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.field { margin-bottom: 1.5rem; }
.field label { display: block; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 0.6rem; }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--font-body); font-size: 0.98rem; font-weight: 300; color: var(--ink);
  background: transparent; border: none; border-bottom: 1px solid var(--border);
  padding: 0.7rem 0; transition: border-color 0.3s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-bottom-color: var(--gold); }
.field textarea { resize: vertical; min-height: 120px; }
.form__success { display: none; text-align: center; padding: 2rem 0; }
.form__success.show { display: block; }
.form__success .tick { width: 54px; height: 54px; border-radius: 50%; background: var(--navy); color: var(--gold-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; font-size: 1.5rem; }
.form__success h3 { margin-bottom: 0.6rem; }

/* =====================================================================
   PRODUCT DETAIL
   ===================================================================== */
.breadcrumb { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 2.4rem; }
.breadcrumb a { color: var(--text-soft); }
.breadcrumb a:hover { color: var(--gold-dark); }
.breadcrumb span { margin: 0 0.5rem; }

.pdp { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.pdp__gallery { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: calc(var(--nav-h) + 2rem); }
.pdp__main-img { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--bg-alt); }
.pdp__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.pdp__thumb { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--bg-alt); border: 1px solid transparent; cursor: pointer; }
.pdp__thumb.is-active { border-color: var(--gold); }

.pdp__brand { font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.9rem; }
.pdp__name { font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 0.5rem; }
.pdp__spec { color: var(--text-soft); font-size: 1.05rem; margin-bottom: 1.8rem; }
.pdp__price-row { display: flex; align-items: baseline; gap: 1rem; padding-bottom: 1.8rem; margin-bottom: 1.8rem; border-bottom: 1px solid var(--border); }
.pdp__price { font-family: var(--font-display); font-size: 2.2rem; font-weight: 500; color: var(--ink); }
.pdp__rrp { font-size: 1.05rem; color: var(--text-muted); text-decoration: line-through; }
.pdp__save { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; color: var(--navy-ink); background: var(--gold); padding: 0.35rem 0.7rem; align-self: center; }

.pdp__label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 0.9rem; }
.pdp__sizes { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.size-btn { min-width: 66px; padding: 0.7rem 0.5rem; border: 1px solid var(--border); font-size: 0.82rem; letter-spacing: 0.05em; color: var(--text); transition: all 0.25s var(--ease-soft); }
.size-btn:hover { border-color: var(--navy); }
.size-btn.is-active { border-color: var(--navy); background: var(--navy); color: #fff; }
.pdp__actions { display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 2.4rem; }
.pdp__actions .btn { justify-content: center; width: 100%; }
.pdp__desc { color: var(--text-soft); line-height: 1.8; margin-bottom: 2rem; }

.pdp__acc { border-top: 1px solid var(--border); }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-head { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 0; font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; color: var(--ink); }
.acc-head .plus { position: relative; width: 14px; height: 14px; flex: 0 0 auto; }
.acc-head .plus::before, .acc-head .plus::after { content: ''; position: absolute; background: var(--gold-dark); transition: transform 0.3s var(--ease); }
.acc-head .plus::before { left: 0; top: 50%; width: 100%; height: 1.5px; transform: translateY(-50%); }
.acc-head .plus::after { top: 0; left: 50%; height: 100%; width: 1.5px; transform: translateX(-50%); }
.acc-item.is-open .plus::after { transform: translateX(-50%) scaleY(0); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.acc-body__inner { padding-bottom: 1.4rem; color: var(--text-soft); font-size: 0.92rem; line-height: 1.7; }

/* =====================================================================
   ABOUT
   ===================================================================== */
.about-intro { max-width: 62ch; margin: 0 auto; text-align: center; }
.about-intro p { color: var(--text-soft); font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.75; }
.stat-band { background: var(--navy-ink); color: #fff; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 4rem); text-align: center; }
.stat h3 { font-size: clamp(2.6rem, 5vw, 4rem); color: var(--gold-light); }
.stat p { color: var(--on-dark-soft); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 0.5rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 3vw, 2.6rem); }
.value-card { padding: 2.2rem 1.8rem; background: var(--bg-warm); border: 1px solid var(--border); }
.value-card svg { width: 32px; height: 32px; stroke: var(--gold-dark); fill: none; stroke-width: 1.2; margin-bottom: 1.3rem; }
.value-card h3 { font-size: 1.5rem; margin-bottom: 0.7rem; }
.value-card p { color: var(--text-soft); font-size: 0.92rem; }

/* =====================================================================
   ADMIN
   ===================================================================== */
.admin-wrap { max-width: 1100px; margin-inline: auto; padding: 2rem var(--gutter) 5rem; }
.admin-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem 0 1.8rem; border-bottom: 1px solid var(--border); margin-bottom: 2.4rem; }
.admin-head h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.admin-note { background: var(--bg-alt); border-left: 3px solid var(--gold); padding: 1.1rem 1.4rem; font-size: 0.86rem; color: var(--text-soft); margin-bottom: 2.4rem; line-height: 1.6; }
.admin-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.6rem; align-items: start; }
.admin-list { display: flex; flex-direction: column; gap: 0.8rem; }
.admin-row { display: grid; grid-template-columns: 54px 1fr auto; gap: 1rem; align-items: center; padding: 0.8rem; border: 1px solid var(--border); background: var(--surface); }
.admin-row__img { width: 54px; height: 54px; position: relative; overflow: hidden; background: var(--bg-alt); }
.admin-row__meta strong { display: block; font-family: var(--font-display); font-size: 1.15rem; color: var(--ink); }
.admin-row__meta span { font-size: 0.78rem; color: var(--text-soft); }
.admin-row__actions { display: flex; gap: 0.5rem; }
.admin-btn { font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.5rem 0.9rem; border: 1px solid var(--border); transition: all 0.25s; }
.admin-btn:hover { border-color: var(--navy); color: var(--navy); }
.admin-btn--danger:hover { border-color: #c0392b; color: #c0392b; }
.admin-form { background: var(--bg-warm); border: 1px solid var(--border); padding: 1.8rem; position: sticky; top: 2rem; }
.admin-form h2 { font-size: 1.5rem; margin-bottom: 1.4rem; }
.admin-form .field { margin-bottom: 1.1rem; }
.admin-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.admin-actions { display: flex; gap: 0.8rem; margin-top: 1.4rem; }
.admin-login { max-width: 380px; margin: 8vh auto; padding: 2.4rem; background: var(--bg-warm); border: 1px solid var(--border); text-align: center; }
.admin-login h1 { font-size: 2rem; margin-bottom: 0.4rem; }
.admin-login p { color: var(--text-soft); font-size: 0.9rem; margin-bottom: 1.8rem; }
.admin-toast { position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%) translateY(120%); background: var(--navy-ink); color: #fff; padding: 0.9rem 1.6rem; font-size: 0.8rem; letter-spacing: 0.08em; z-index: 80; transition: transform 0.4s var(--ease); }
.admin-toast.show { transform: translateX(-50%) translateY(0); }

@media (max-width: 860px) {
  .pdp { grid-template-columns: 1fr; }
  .pdp__gallery { position: static; }
  .values, .stat-grid { grid-template-columns: 1fr; }
  .stat-grid { gap: 2.4rem; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-form { position: static; }
}

/* =====================================================================
   NEWSLETTER
   ===================================================================== */
.newsletter { background: var(--bg-alt); text-align: center; }
.newsletter__inner { max-width: 560px; margin-inline: auto; }
.newsletter h2 { margin: 1rem 0 1rem; }
.newsletter p { color: var(--text-soft); margin-bottom: 2rem; }
.newsletter__form { display: flex; gap: 0; border-bottom: 1px solid var(--ink); max-width: 440px; margin-inline: auto; }
.newsletter__form input { flex: 1; background: transparent; border: none; padding: 0.9rem 0.2rem; font-family: var(--font-body); font-size: 0.95rem; }
.newsletter__form input:focus { outline: none; }
.newsletter__form button { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; padding: 0 0.4rem; color: var(--gold-dark); }
.newsletter__form button:hover { color: var(--ink); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer { background: var(--navy-ink); color: var(--on-dark-soft); padding-top: clamp(3.5rem, 6vw, 5.5rem); }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); padding-bottom: 3.5rem; border-bottom: 1px solid rgba(255,255,255,0.09); }
.footer__brand .logo__img { height: 96px; width: auto; }
.footer__brand p { color: var(--on-dark-soft); font-size: 0.9rem; margin-top: 1.4rem; max-width: 34ch; line-height: 1.7; }
.footer__col h4 { font-family: var(--font-body); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: #fff; font-weight: 500; margin-bottom: 1.3rem; }
.footer__col a { display: block; font-size: 0.9rem; padding: 0.4rem 0; color: var(--on-dark-soft); transition: color 0.3s; }
.footer__col a:hover { color: var(--gold-light); }
.footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem; padding-block: 2rem; }
.footer__social { display: flex; gap: 1.1rem; }
.footer__social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s var(--ease); }
.footer__social a:hover { border-color: var(--gold); background: var(--gold); }
.footer__social svg { width: 17px; height: 17px; fill: currentColor; color: var(--on-dark-soft); }
.footer__social a:hover svg { color: var(--navy-ink); }
.footer__legal { font-size: 0.78rem; letter-spacing: 0.05em; color: var(--text-muted); }
.footer__legal a { color: var(--on-dark-soft); }
.footer__legal a:hover { color: var(--gold-light); }
.footer__credit { text-align: center; padding-block: 1.4rem; border-top: 1px solid rgba(255,255,255,0.09); font-size: 0.76rem; letter-spacing: 0.08em; color: var(--text-muted); }
.footer__credit a { color: var(--gold-light); }

/* =====================================================================
   REVEAL ANIMATION
   ===================================================================== */
html.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
html.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.1s; }
.reveal[data-delay="2"] { transition-delay: 0.2s; }
.reveal[data-delay="3"] { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  html.js .reveal, .reveal { opacity: 1 !important; transform: none !important; }
  .product-card { animation: none !important; }
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .footer__top { grid-template-columns: 1fr 1fr; row-gap: 2.6rem; }
  .footer__brand { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .trust__grid { grid-template-columns: repeat(2, 1fr); row-gap: 2.4rem; }
}

@media (max-width: 900px) {
  .header__inner { min-height: 64px; gap: 0.6rem; }
  .burger { display: block; order: -1; }
  .logo { margin-inline: auto; }
  .logo__img { height: 44px; }
  .nav { display: none; }
  .header__icons { gap: 0.9rem; }
  .header__icons .icon-account { display: none; }
  .ticker__track span { font-size: 0.6rem; letter-spacing: 0.14em; }
  .prow__rail { grid-auto-columns: minmax(180px, 74%); }

  .split { grid-template-columns: 1fr; gap: 2.4rem; }
  .split--reverse .split__media { order: 0; }
  .split__media { aspect-ratio: 16/11; }

  .contact-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-panel__inner, .feature-panel--right .feature-panel__inner { max-width: 100%; text-align: left; margin-left: 0; }
  .feature-panel__media::after, .feature-panel--right .feature-panel__media::after {
    background: linear-gradient(180deg, rgba(10,24,48,0.3) 0%, rgba(10,24,48,0.72) 100%);
  }
  .form__row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 520px) {
  .product-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem 0.9rem; }
  .rail { grid-auto-columns: minmax(200px, 78%); }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .newsletter__form { max-width: 100%; }
}

/* =====================================================================
   PRODUCT PHOTOS (real images from R2)
   ===================================================================== */
.pcard__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.pcard:hover .pcard__photo { transform: scale(1.05); }
.pdp__main-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pdp__thumb { padding: 0; cursor: pointer; }
.pdp__thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* =====================================================================
   ADMIN — size grid, gender segmented control, image manager
   ===================================================================== */
.field-hint { font-size: 0.72rem; color: var(--text-muted); margin-top: 0.4rem; }

.seg { display: inline-flex; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.seg button { padding: 0.55rem 1rem; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-soft); background: var(--surface); border-right: 1px solid var(--border); transition: all 0.2s; }
.seg button:last-child { border-right: none; }
.seg button.is-active { background: var(--navy); color: #fff; }

.size-grid { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.size-toggle { min-width: 58px; padding: 0.5rem 0.6rem; border: 1px solid var(--border); background: var(--surface); font-size: 0.8rem; color: var(--text); cursor: pointer; transition: all 0.2s; text-align: center; }
.size-toggle:hover { border-color: var(--navy); }
.size-toggle.is-on { border-color: var(--navy); background: var(--navy); color: #fff; }

.img-manager { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 0.7rem; margin-bottom: 0.9rem; }
.img-tile { position: relative; aspect-ratio: 1; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; background: var(--bg-alt); cursor: grab; }
.img-tile.dragging { opacity: 0.4; }
.img-tile.drag-over { outline: 2px dashed var(--gold); outline-offset: -2px; }
.img-tile img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.img-tile__badge { position: absolute; top: 4px; left: 4px; background: var(--gold); color: var(--navy-ink); font-size: 0.5rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; padding: 0.15rem 0.35rem; border-radius: 2px; }
.img-tile__remove { position: absolute; top: 4px; right: 4px; width: 22px; height: 22px; border-radius: 50%; background: rgba(10,24,48,0.8); color: #fff; font-size: 0.9rem; line-height: 1; display: flex; align-items: center; justify-content: center; }
.img-tile__remove:hover { background: #c0392b; }
.img-drop { border: 1.5px dashed var(--border); border-radius: 4px; padding: 1.2rem; text-align: center; color: var(--text-soft); font-size: 0.85rem; cursor: pointer; transition: all 0.2s; }
.img-drop:hover, .img-drop.is-over { border-color: var(--gold); background: var(--bg-alt); color: var(--navy); }
.img-drop input { display: none; }
.img-uploading { font-size: 0.78rem; color: var(--gold-dark); margin-top: 0.5rem; }
