/* ==========================================================================
   MELOANA - Direction A (editorial collage / stel + janet genre)
   Shared stylesheet for index.html, sklep.html, produkt.html
   Fonts: Archivo (grotesque UI + heavy wordmarks) + Fraunces (editorial serif)
   ========================================================================== */

/* ---- Design tokens ------------------------------------------------------ */
:root {
  --paper: #f4f0e9;        /* warm bone background */
  --paper-2: #ece6dc;      /* slightly deeper panel */
  --ink: #17130e;          /* warm near-black text */
  --muted: #8c8377;        /* warm gray secondary text */
  --line: #ddd5c8;         /* hairline borders */
  --black: #100f0d;        /* true-black bars / CTA / PDP footer */
  --tile: #e7e1d6;         /* product image tile background */

  --sans: 'Archivo', system-ui, sans-serif;
  --serif: 'Fraunces', Georgia, serif;

  --pad: clamp(16px, 3vw, 40px); /* global horizontal gutter for contained rows */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---- Reset / base ------------------------------------------------------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }

/* Shared small-caps label used throughout (nav, section eyebrows, PDP labels) */
.label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ==========================================================================
   TOP NAV (quiet, full-width, stel style: links left, utility right)
   ========================================================================== */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 18px var(--pad);
  background: var(--paper);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.site-nav.is-solid { border-color: var(--line); }
.nav-left, .nav-right { display: flex; gap: 26px; align-items: center; }
.nav-right { justify-content: flex-end; }
.site-nav a { font-size: 12px; letter-spacing: 0.05em; }
.site-nav a:hover { opacity: 0.55; }

/* Center wordmark in the nav (small) */
.nav-mark {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: 0.24em;
  font-size: 15px;
  text-align: center;
  padding-left: 0.24em; /* optical: compensate tracking */
}

/* Burger (hidden on desktop, shown on mobile + used on PDP header) */
.burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: 0;
  padding: 6px 0;
}
.burger span { width: 22px; height: 1.5px; background: currentColor; display: block; }

/* ==========================================================================
   THIN PROMO BAR (janet PDP style) - true black
   ========================================================================== */
.promo-bar {
  background: var(--black);
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ==========================================================================
   HOME - HERO COLLAGE with giant overlapping MELOANA wordmark
   ========================================================================== */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}
/* Collage grid of oversized stacked imagery */
.hero-collage {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.15fr;
  grid-template-rows: 30vw 20vw;   /* vw is stable in the capture viewport */
  gap: 0;
}
.hero-collage figure { margin: 0; overflow: hidden; background: var(--tile); }
.hero-collage img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage .span-2 { grid-row: span 2; }

/* The giant cropped wordmark sits over the lower half of the collage */
.hero-mark {
  position: absolute;
  left: 50%;
  bottom: -1.5vw;
  transform: translateX(-50%);
  width: 108%;
  text-align: center;
  font-family: var(--sans);
  font-weight: 900;
  font-size: 20vw;
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: var(--paper);
  mix-blend-mode: difference;   /* letterforms read against any photo behind */
  pointer-events: none;
  white-space: nowrap;
}

/* Intro strip under hero (quiet eyebrow + line, stel cadence) */
.hero-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding: 40px var(--pad) 8px;
  flex-wrap: wrap;
}
.hero-intro h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.05;
  margin: 0;
  max-width: 16ch;
  letter-spacing: -0.01em;
}
.hero-intro p { color: var(--muted); max-width: 34ch; margin: 0; }

/* ==========================================================================
   SECTION SCAFFOLD
   ========================================================================== */
.section { padding: clamp(48px, 7vw, 110px) 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 0 var(--pad) 26px;
}
.section-head h2 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
}
.section-head a { font-size: 12px; letter-spacing: 0.05em; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.section-head a:hover { opacity: 0.55; }

/* ==========================================================================
   PRODUCT CARDS + GRIDS
   ========================================================================== */
.grid {
  display: grid;
  gap: clamp(10px, 1.4vw, 22px);
  padding: 0 var(--pad);
}
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Card */
.card { position: relative; }
.card-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--tile);
  margin-bottom: 12px;
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s var(--ease), transform 1.2s var(--ease);
}
/* Second image stacked for hover swap */
.card-media .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.card:hover .card-media .img-main { opacity: 0; }
.card:hover .card-media .img-hover { opacity: 1; }
.card:hover .card-media img { transform: scale(1.04); }
/* Cards without a second image just get a subtle zoom */
.card-media.single:hover img { transform: scale(1.04); }

.card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--paper);
  color: var(--ink);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 8px;
  z-index: 2;
}
.card-name { font-size: 13px; font-weight: 500; margin: 0 0 2px; letter-spacing: 0.01em; }
.card-price { font-size: 13px; color: var(--muted); margin: 0; }

/* ==========================================================================
   HOME - BRAND STATEMENT (large serif display paragraph)
   ========================================================================== */
.statement { padding: clamp(60px, 10vw, 150px) var(--pad); }
.statement p {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 4.4vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 20ch;
}
.statement.wide p { max-width: 26ch; }
.statement .em { font-style: italic; }

/* ==========================================================================
   HOME - 50/50 image + text split
   ========================================================================== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.split-media { background: var(--tile); overflow: hidden; }
.split-media img { width: 100%; height: 100%; object-fit: cover; min-height: 44vw; }
.split-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: clamp(32px, 6vw, 90px);
}
.split-text .eyebrow { color: var(--muted); }
.split-text h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.01em;
}
.split-text p { max-width: 42ch; margin: 0; color: #3a352d; }

/* ==========================================================================
   HOME - EDITORIAL IMAGE STRIP (mixed campaign + product shots)
   ========================================================================== */
.strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(6px, 0.8vw, 12px);
  padding: 0 var(--pad);
}
.strip figure { margin: 0; overflow: hidden; background: var(--tile); aspect-ratio: 3 / 4; }
.strip img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.strip figure:hover img { transform: scale(1.05); }
.strip .tall { aspect-ratio: 3 / 5; grid-row: span 1; }

/* ==========================================================================
   HOME - FULL-BLEED CAMPAIGN IMAGE
   ========================================================================== */
.campaign { position: relative; overflow: hidden; background: var(--tile); }
.campaign img { width: 100%; height: clamp(520px, 60vw, 880px); object-fit: cover; }
/* bottom scrim so the white caption stays legible over light imagery */
.campaign::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 45%;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  pointer-events: none;
}
.campaign .campaign-cap {
  position: absolute;
  left: var(--pad);
  bottom: var(--pad);
  color: #fff;
  max-width: 30ch;
  z-index: 2;
}
.campaign .campaign-cap h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 3.4vw, 46px);
  margin: 0 0 6px;
  line-height: 1.05;
}
.campaign .campaign-cap a {
  font-size: 12px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

/* ==========================================================================
   NEWSLETTER BAND (shared home + shop)
   ========================================================================== */
.newsletter {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 96px) var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.newsletter h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 3.4vw, 46px);
  line-height: 1.04;
  margin: 0;
  max-width: 16ch;
  letter-spacing: -0.01em;
}
.newsletter .nl-sub { color: var(--muted); margin: 10px 0 0; max-width: 40ch; }
.nl-form { display: flex; flex-direction: column; gap: 12px; max-width: 460px; margin-left: auto; width: 100%; }
.nl-row { display: flex; border-bottom: 1px solid var(--ink); }
.nl-row input {
  flex: 1;
  border: 0;
  background: none;
  padding: 12px 4px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
}
.nl-row input:focus { outline: none; }
.nl-row button {
  background: none;
  border: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0 6px;
}
.nl-note { font-size: 11px; color: var(--muted); }
.nl-ok { font-size: 13px; color: var(--ink); font-family: var(--serif); font-style: italic; display: none; }
.nl-ok.show { display: block; }

/* ==========================================================================
   FOOTER with giant cropped wordmark at bottom (stel style)
   ========================================================================== */
.site-footer { padding-top: clamp(48px, 6vw, 80px); overflow: hidden; }
.footer-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 var(--pad) clamp(40px, 6vw, 80px);
}
.footer-cols h4 { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 16px; font-weight: 600; }
.footer-cols li { margin-bottom: 9px; }
.footer-cols a { font-size: 13px; color: #3a352d; }
.footer-cols a:hover { opacity: 0.55; }
.footer-lead { font-family: var(--serif); font-weight: 300; font-size: 20px; line-height: 1.3; max-width: 26ch; }
.footer-lead .small { font-family: var(--sans); font-size: 12px; color: var(--muted); display: block; margin-top: 14px; }
.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 0 var(--pad) 8px;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
/* Giant cropped wordmark bleeding off the bottom edge */
.footer-mark {
  font-family: var(--sans);
  font-weight: 900;
  font-size: 22vw;
  line-height: 0.72;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--ink);
  margin: 10px 0 -3.2vw;   /* crop the descender area off the page bottom */
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

/* ==========================================================================
   SHOP (sklep) - left rail + interleaved editorial grid
   ========================================================================== */
.shop-head { padding: clamp(28px, 4vw, 56px) var(--pad) clamp(20px, 3vw, 40px); }
.shop-head h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(34px, 5vw, 74px);
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 1;
}
.shop-head p { color: var(--muted); margin: 12px 0 0; }

.shop-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(20px, 3vw, 48px);
  padding: 0 var(--pad);
  align-items: start;
}
/* left rail category list */
.shop-rail { position: sticky; top: 84px; }
.shop-rail li { margin-bottom: 11px; }
.shop-rail a { font-size: 13px; letter-spacing: 0.02em; color: var(--muted); }
.shop-rail a.active, .shop-rail a:hover { color: var(--ink); }
.shop-rail a.active { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.shop-rail .rail-count { font-size: 11px; color: var(--muted); margin-top: 24px; letter-spacing: 0.02em; }

/* the interleaved product grid (product cards + big editorial tiles) */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 26px); grid-auto-flow: row dense; }
/* large editorial tile spanning 2x2 cells */
.editorial-tile {
  grid-column: span 2;
  grid-row: span 2;
  position: relative;
  overflow: hidden;
  background: var(--tile);
  min-height: 100%;
}
.editorial-tile img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform 1.4s var(--ease); }
.editorial-tile:hover img { transform: scale(1.04); }
/* scrim for the tile caption */
.editorial-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.42), transparent 48%);
  pointer-events: none;
  z-index: 1;
}
.editorial-tile .et-cap {
  position: absolute;
  left: 22px;
  bottom: 20px;
  color: #fff;
  z-index: 2;
}
.editorial-tile .et-cap span { display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.85; margin-bottom: 6px; }
.editorial-tile .et-cap h3 { font-family: var(--serif); font-weight: 300; font-size: clamp(22px, 2.4vw, 36px); margin: 0; line-height: 1.05; }

/* Load-more pill button */
.load-more { text-align: center; padding: clamp(40px, 6vw, 80px) 0 0; }
.pill {
  display: inline-block;
  border: 1px solid var(--ink);
  border-radius: 100px;
  padding: 14px 40px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: none;
  transition: background 0.3s, color 0.3s;
}
.pill:hover { background: var(--ink); color: var(--paper); }

/* ==========================================================================
   PDP (produkt)
   ========================================================================== */
/* Marquee ticker of the product name */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 18px 0 4px;
  border-bottom: 1px solid var(--line);
}
.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 26s linear infinite;
}
.marquee-track span {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(46px, 9vw, 150px);
  letter-spacing: -0.02em;
  padding-right: 0.4em;
  color: var(--ink);
}
.marquee-track span .sep { color: var(--muted); font-weight: 300; padding: 0 0.15em; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* PDP main layout: description | gallery | buy */
.pdp {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: clamp(20px, 3vw, 56px);
  padding: clamp(28px, 4vw, 60px) var(--pad) clamp(48px, 7vw, 96px);
  align-items: start;
}
.pdp-info { position: sticky; top: 90px; }
.pdp-info .block { margin-bottom: 30px; }
.pdp-info h4 { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; margin: 0 0 12px; font-weight: 600; }
.pdp-info p { margin: 0 0 10px; font-size: 13.5px; line-height: 1.6; color: #3a352d; max-width: 34ch; }
.pdp-info .specs li { display: flex; gap: 10px; font-size: 13px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.pdp-info .specs li b { font-weight: 600; min-width: 92px; color: var(--ink); }
.pdp-info .specs li span { color: var(--muted); }

/* Gallery on a light gray tile with dots + arrows */
.pdp-gallery { position: relative; }
.gallery-stage {
  position: relative;
  background: var(--tile);
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.gallery-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s var(--ease);
}
.gallery-stage img.active { opacity: 1; }
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(244, 240, 233, 0.8);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: background 0.25s;
}
.gallery-arrow:hover { background: var(--paper); }
.gallery-arrow.prev { left: 14px; }
.gallery-arrow.next { right: 14px; }
.gallery-dots { display: flex; justify-content: center; gap: 9px; padding: 18px 0 4px; }
.gallery-dots button {
  width: 7px; height: 7px; border-radius: 50%; border: 0;
  background: var(--line); padding: 0; transition: background 0.25s, transform 0.25s;
}
.gallery-dots button.active { background: var(--ink); transform: scale(1.25); }

/* Buy column */
.pdp-buy { position: sticky; top: 90px; }
.pdp-buy .collection { color: var(--muted); }
.pdp-buy h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.05;
  margin: 10px 0 18px;
  letter-spacing: -0.01em;
}
.pdp-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 28px; }
.pdp-price .now { font-size: 20px; font-weight: 500; }
.pdp-price .was { font-size: 15px; color: var(--muted); text-decoration: line-through; }
.pdp-price .save { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #8a5a2b; }

.size-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.size-head .label { color: var(--ink); }
.size-head a { font-size: 11px; color: var(--muted); border-bottom: 1px solid var(--line); }
.sizes { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.sizes button {
  min-width: 52px;
  padding: 13px 6px;
  border: 1px solid var(--line);
  background: none;
  font-size: 13px;
  letter-spacing: 0.04em;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.sizes button:hover { border-color: var(--ink); }
.sizes button.selected { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.add-cart {
  width: 100%;
  background: var(--black);
  color: #fff;
  border: 0;
  padding: 18px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: opacity 0.25s;
}
.add-cart:hover { opacity: 0.85; }
.pdp-services { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
.pdp-services a { font-size: 12px; color: var(--muted); }
.pdp-services a:hover { color: var(--ink); }
.pdp-usps { margin-top: 26px; border-top: 1px solid var(--line); padding-top: 20px; }
.pdp-usps li { font-size: 12px; color: #3a352d; padding: 5px 0; letter-spacing: 0.01em; }

/* "Może Ci się spodobać" - giant overlapping headline (janet style) */
.you-may { padding: clamp(40px, 6vw, 80px) 0 clamp(48px, 7vw, 90px); }
.you-may-head { padding: 0 var(--pad); position: relative; margin-bottom: 10px; }
.you-may-head .over {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: -1.2vw;
  position: relative;
  z-index: 2;
}
.you-may-head .big {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(46px, 9vw, 130px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin: 0;
}
.you-may-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 1fr);
  gap: clamp(12px, 1.6vw, 24px);
  overflow-x: auto;
  padding: 20px var(--pad) 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.you-may-row::-webkit-scrollbar { display: none; }
.you-may-row .card { scroll-snap-align: start; }

/* PDP black footer with giant two-line wordmark */
.footer-dark {
  background: var(--black);
  color: #efe9dd;
  overflow: hidden;
  padding-top: clamp(56px, 8vw, 110px);
}
.footer-dark .footer-cols a,
.footer-dark .footer-lead .small { color: #a49b8c; }
.footer-dark .footer-cols a:hover { color: #fff; }
.footer-dark .footer-lead { color: #efe9dd; }
.footer-dark .footer-legal { color: #7d7466; }
.footer-dark .nl-row { border-color: #4a453c; }
.footer-dark .nl-row input { color: #efe9dd; }
.footer-dark .nl-row button { color: #efe9dd; }
.footer-dark .nl-note { color: #7d7466; }
.footer-dark-mark {
  font-family: var(--sans);
  font-weight: 900;
  font-size: 27vw;
  line-height: 0.78;
  letter-spacing: -0.03em;
  text-align: center;
  color: #efe9dd;
  margin: 24px 0 -4vw;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
}

/* ==========================================================================
   RESPONSIVE - tablet
   ========================================================================== */
@media (max-width: 900px) {
  .nav-left { display: none; }              /* collapse primary links */
  .burger { display: flex; }
  .site-nav { grid-template-columns: auto 1fr auto; }
  .nav-mark { text-align: left; padding-left: 12px; }

  .hero-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 44vw 30vw; }
  .hero-collage .span-2 { grid-row: span 1; }
  .hero-mark { font-size: 26vw; }

  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split-media img { min-height: 60vw; }
  .strip { grid-template-columns: repeat(3, 1fr); }
  .newsletter { grid-template-columns: 1fr; gap: 20px; }
  .nl-form { margin-left: 0; }

  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-lead { grid-column: span 2; }

  .shop-body { grid-template-columns: 1fr; }
  .shop-rail { position: static; display: flex; gap: 18px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 8px; }
  .shop-rail li { margin: 0; }
  .shop-rail .rail-count { display: none; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-tile { grid-column: span 2; grid-row: span 1; aspect-ratio: 16 / 10; min-height: 0; }

  .pdp { grid-template-columns: 1fr; }
  .pdp-info, .pdp-buy { position: static; }
  .pdp-info { order: 3; }
  .pdp-gallery { order: 1; }
  .pdp-buy { order: 2; }
}

/* ==========================================================================
   RESPONSIVE - phone (390)
   ========================================================================== */
@media (max-width: 560px) {
  .hero-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 56vw 40vw; }
  .hero-mark { font-size: 30vw; bottom: -1vw; }
  .hero-intro { flex-direction: column; align-items: flex-start; gap: 14px; }

  .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .statement p { font-size: 28px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-mark, .footer-dark-mark { font-size: 30vw; }
  .footer-dark-mark { font-size: 33vw; }

  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .editorial-tile { aspect-ratio: 4 / 5; }

  .marquee-track span { font-size: 54px; }
  .you-may-head .big { font-size: 54px; }
  .gallery-arrow { width: 36px; height: 36px; }
  .sizes button { min-width: 46px; padding: 12px 4px; }
}
