/* ═══════════════════════════════════════════════════════════════
   Lola's Street Thrifts
   Archival paper + ink. Acid yellow lifted from the smiley swing
   tags on Lola's own rail; the red from the leather coat in the
   lookbook. Bodoni carries the premium, the tags and ticker carry
   the funk.
   ═══════════════════════════════════════════════════════════════ */

:root {
  --paper:    #F4F1E9;
  --paper-2:  #EBE7DC;
  --paper-3:  #DFDACB;
  --ink:      #131410;
  --ink-2:    #1D1E18;
  --ink-3:    #2A2C24;
  --graphite: #6B6D63;
  --graphite-2:#8E9086;

  --acid:     #DCFF4F;
  --acid-d:   #B9DC28;
  --red:      #E5402A;
  --indigo:   #22346A;

  --line:     rgba(19,20,16,.14);
  --line-2:   rgba(19,20,16,.07);
  --line-dk:  rgba(244,241,233,.16);

  --display: 'Bodoni Moda', Georgia, serif;
  --ui:      'Familjen Grotesk', system-ui, -apple-system, sans-serif;

  --t-hero: clamp(2.4rem, 1.5rem + 3.4vw, 4.4rem);
  --t-h2:   clamp(2rem, 1.3rem + 3vw, 4rem);
  --t-body: clamp(1rem, .96rem + .2vw, 1.1rem);
  --t-sm:   .9rem;
  --t-xs:   .74rem;

  --wrap: 1220px;
  --gut:  clamp(20px, 4vw, 56px);
  --sec:  clamp(4rem, 2.6rem + 5.4vw, 8.5rem);

  --r:    2px;
  --r-md: 6px;
  --ease: cubic-bezier(.22,1,.36,1);
  --fast: 170ms;
  --norm: 340ms;

  --sh-1: 0 1px 2px rgba(19,20,16,.05), 0 8px 24px -10px rgba(19,20,16,.16);
  --sh-2: 0 2px 6px rgba(19,20,16,.06), 0 26px 60px -24px rgba(19,20,16,.32);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--ui);
  font-size: var(--t-body);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Paper grain. Cheap, and it stops the cream reading as flat CSS beige. */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 999; pointer-events: none;
  opacity: .30; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

h1, h2, h3 { font-family: var(--display); font-weight: 700; margin: 0 0 .4em; line-height: .98; letter-spacing: -.02em; text-wrap: balance; }
h1 { font-size: var(--t-hero); }
h2 { font-size: var(--t-h2); }
h1 em, h2 em, blockquote em { font-style: italic; font-weight: 400; }
h1 mark {
  /* <mark> carries a UA default background-color: yellow. Without clearing it
     the swatch fills the whole inline box instead of underlining the words. */
  color: inherit; padding-inline: .06em;
  background-color: transparent;
  background-image: linear-gradient(var(--acid), var(--acid));
  background-repeat: no-repeat;
  background-size: 100% .26em;
  background-position: 0 .92em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2.5px solid var(--ink); outline-offset: 3px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.sec { padding-block: var(--sec); }

.skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--ink); color: var(--paper); padding: .8rem 1.2rem; }
.skip:focus { left: 0; }

.eyebrow {
  display: inline-block; margin: 0 0 1rem;
  font-size: var(--t-xs); font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--graphite);
}
.eyebrow.on-dark { color: var(--acid); }

.sec-head { max-width: 40rem; margin-bottom: clamp(2.25rem, 1.6rem + 2.4vw, 3.75rem); }
.sec-head p:not(.eyebrow) { color: var(--graphite); max-width: 46ch; }
.dark .sec-head p:not(.eyebrow) { color: var(--graphite-2); }

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .82rem 1.5rem; border: 1.5px solid var(--ink); border-radius: 100px;
  font-family: var(--ui); font-size: .92rem; font-weight: 600;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: transform var(--fast) var(--ease), background-color var(--fast) var(--ease), color var(--fast) var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn.lg { padding: 1.05rem 2rem; font-size: 1.05rem; }
.btn-ink  { background: var(--ink); color: var(--paper); }
.btn-ink:hover  { background: var(--ink-3); transform: translateY(-2px); }
.btn-out  { background: transparent; color: var(--ink); }
.btn-out:hover  { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn-acid { background: var(--acid); color: var(--ink); border-color: var(--ink); }
.btn-acid:hover { background: var(--paper); transform: translateY(-2px); }
.btn-ig   { display: none; background: var(--acid); color: var(--ink); padding: .6rem 1.15rem; font-size: .85rem; }
.btn-ig:hover { background: var(--ink); color: var(--acid); }
.btn-wa   { display: none; background: var(--ink); color: var(--acid); padding: .6rem 1.15rem; font-size: .85rem; }
.btn-wa svg { width: 17px; height: 17px; flex: none; }
.btn-wa:hover { background: var(--acid); color: var(--ink); }

/* Per-piece enquiry on the swing tag. */
.swing-ask {
  display: inline-flex; align-items: center; gap: .35rem; margin-top: .55rem;
  font-size: var(--t-xs); font-weight: 600; letter-spacing: .04em;
  text-decoration: none; color: var(--ink);
  border-bottom: 1.5px solid var(--acid); padding-bottom: 1px;
  transition: background-color var(--fast) var(--ease);
}
.swing-ask svg { width: 14px; height: 14px; flex: none; }
.swing-ask:hover { background: var(--acid); }

/* Floating WhatsApp. Ink and acid rather than the stock green, so it belongs
   to this palette — the glyph still reads as WhatsApp on its own. */
.fab {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 90;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .8rem; border-radius: 100px;
  background: var(--ink); color: var(--acid); text-decoration: none;
  border: 1.5px solid var(--ink);
  box-shadow: var(--sh-2);
  transition: transform var(--norm) var(--ease), background-color var(--fast) var(--ease), color var(--fast) var(--ease);
}
.fab svg { width: 24px; height: 24px; flex: none; }
.fab span { display: none; font-weight: 600; font-size: .9rem; padding-right: .35rem; }
.fab:hover { transform: translateY(-3px); background: var(--acid); color: var(--ink); }
@media (min-width: 700px) {
  .fab { right: 1.5rem; bottom: 1.5rem; padding: .8rem 1.1rem .8rem .9rem; }
  .fab span { display: inline; }
}

/* ── Header ──────────────────────────────────────────────────── */
.bar {
  position: sticky; top: 0; z-index: 60;
  background: rgba(244,241,233,.88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.bar-in { display: flex; align-items: center; gap: 1.25rem; min-height: 74px; }
.brand { display: flex; flex-direction: column; line-height: 1; text-decoration: none; flex: none; }
.brand span { font-family: var(--display); font-weight: 700; font-size: 1.3rem; letter-spacing: -.02em; }
.brand em { font-style: normal; font-size: .6rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--graphite); margin-top: .18rem; }

.links { display: none; gap: 1.6rem; margin-left: auto; }
.links a { font-size: .9rem; font-weight: 500; text-decoration: none; padding-block: .3rem; position: relative; }
.links a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--acid); transition: right var(--norm) var(--ease);
}
.links a:hover::after { right: 0; }

.burger { margin-left: auto; display: grid; gap: 5px; place-content: center; width: 44px; height: 44px; padding: 0; background: transparent; border: 1.5px solid var(--ink); border-radius: 100px; cursor: pointer; }
.burger span { display: block; width: 17px; height: 1.8px; background: var(--ink); transition: transform var(--fast) var(--ease), opacity var(--fast) var(--ease); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.8px) rotate(-45deg); }

.sheet { position: sticky; top: 74px; z-index: 55; display: grid; gap: .2rem; padding: 1rem var(--gut) 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); }
.sheet[hidden] { display: none; }
.sheet a { padding: .7rem .2rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--line-2); }
.sheet .sheet-wa { margin-top: .9rem; border: 0; background: var(--ink); color: var(--acid); border-radius: 100px; text-align: center; font-weight: 600; }
.sheet .sheet-ig { margin-top: .5rem; border: 0; background: var(--acid); border-radius: 100px; text-align: center; font-weight: 600; }

/* ── Hero ────────────────────────────────────────────────────── */
.hero { padding-block: clamp(2.5rem, 1.6rem + 4vw, 5.5rem) clamp(2.5rem, 1.6rem + 3vw, 4.5rem); }
.hero-in { display: grid; gap: clamp(2rem, 1.2rem + 3.4vw, 4rem); align-items: center; }
@media (min-width: 900px) { .hero-in { grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); } }
.hero-in > * { min-width: 0; }
.hero-sub { max-width: 40ch; margin-top: 1.4rem; color: var(--graphite); font-size: 1.06rem; }
.hero-act { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }

.hero-media { position: relative; }
.hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--sh-2); }
/* Overhangs vertically only. A horizontal overhang pushed it to 1px from the
   viewport edge on mobile, which the gutter audit rightly failed. */
.sticker {
  position: absolute; right: 10px; bottom: -26px;
  display: grid; place-content: center; width: 104px; height: 104px;
  border-radius: 50%; background: var(--acid); border: 1.5px solid var(--ink);
  font-family: var(--display); font-weight: 700; font-style: italic;
  font-size: 1.02rem; line-height: 1; text-align: center;
  transform: rotate(-11deg);
  box-shadow: var(--sh-1);
}
@media (min-width: 900px) { .sticker { right: 18px; bottom: -30px; width: 122px; height: 122px; font-size: 1.15rem; } }

/* ── Ticker ──────────────────────────────────────────────────── */
.ticker {
  overflow: hidden; border-block: 1.5px solid var(--ink);
  background: var(--acid); padding-block: .6rem;
}
.ticker-track {
  display: flex; width: max-content; gap: 1.5rem; align-items: center;
  font-family: var(--display); font-style: italic; font-size: 1.05rem;
  white-space: nowrap;
  animation: slide 44s linear infinite;
}
.ticker-track i { font-style: normal; color: var(--ink); opacity: .45; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ── The rail (broken grid, not a product table) ─────────────── */
.rail { columns: 2; column-gap: clamp(1rem, .7rem + 1.4vw, 2.25rem); }
@media (min-width: 780px)  { .rail { columns: 3; } }
@media (min-width: 1120px) { .rail { columns: 4; } }
.piece {
  display: inline-block; width: 100%; break-inside: avoid;
  margin: 0 0 clamp(1.6rem, 1.1rem + 1.6vw, 2.6rem);
}
/* Height variation is what stops this reading as a product table. */
.piece:nth-child(5n+2) .piece-img img { aspect-ratio: 4 / 5; }
.piece:nth-child(5n+4) .piece-img img { aspect-ratio: 3 / 4.3; }
.piece-img { position: relative; overflow: hidden; border-radius: var(--r-md); background: var(--paper-2); }
.piece-img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform 620ms var(--ease); }
.piece.tall .piece-img img { aspect-ratio: 3 / 4.5; }
.piece:hover .piece-img img { transform: scale(1.035); }
.piece-no {
  position: absolute; top: 10px; left: 10px;
  padding: .18rem .5rem; border-radius: 100px;
  background: var(--paper); border: 1px solid var(--ink);
  font-size: .68rem; font-weight: 700; letter-spacing: .06em;
}

/* Swing tag, like the ones actually hanging on the garments. */
.swing { display: flex; gap: .6rem; margin-top: .9rem; padding-left: .1rem; }
.swing-hole { flex: none; width: 9px; height: 9px; margin-top: .42rem; border: 1.5px solid var(--ink); border-radius: 50%; background: var(--paper); }
.swing-body { display: block; min-width: 0; }
.swing-name { display: block; font-family: var(--display); font-weight: 700; font-size: 1.02rem; line-height: 1.15; }
.swing-note { display: block; margin-top: .2rem; font-size: var(--t-sm); color: var(--graphite); }
.swing-foot { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; margin-top: .5rem; }
.swing-foot em { font-style: normal; font-size: var(--t-xs); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--graphite); }
.swing-foot b { font-size: var(--t-xs); font-weight: 600; padding: .12rem .5rem; border-radius: 100px; background: var(--acid); border: 1px solid var(--ink); }

.rail-foot { margin-top: clamp(1.75rem, 1.2rem + 1.6vw, 2.75rem); font-size: 1.02rem; color: var(--graphite); }
.rail-foot a { text-decoration-thickness: 1.5px; text-underline-offset: 4px; color: var(--ink); }
.rail-foot a:hover { background: var(--acid); }

/* ── Dark section ────────────────────────────────────────────── */
.dark { padding-block: var(--sec); background: var(--ink); color: var(--paper); }
.dark h2 { color: var(--paper); }
.steps { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.steps li { min-width: 0; padding-top: 1.2rem; border-top: 1px solid var(--line-dk); }
.step-n { display: block; margin-bottom: .7rem; font-family: var(--display); font-style: italic; font-size: 1.5rem; color: var(--acid); }
.steps h3 { font-size: 1.18rem; margin-bottom: .35rem; }
.steps p { font-size: var(--t-sm); color: var(--graphite-2); }

/* ── Lookbook ────────────────────────────────────────────────── */
.looks { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(1rem, .7rem + 1.6vw, 2.25rem); }
@media (min-width: 780px) { .looks { grid-template-columns: repeat(12, minmax(0, 1fr)); } }
.l5 { grid-column: span 5; } .l6 { grid-column: span 6; } .l7 { grid-column: span 7; } .l12 { grid-column: span 12; }
@media (max-width: 779px) { .l5, .l6, .l7, .l12 { grid-column: auto; } }
.look { margin: 0; min-width: 0; }
.look img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--r-md); box-shadow: var(--sh-1);
  transition: transform var(--norm) var(--ease), box-shadow var(--norm) var(--ease);
}
.look.l12 img { aspect-ratio: 16 / 7; }
/* Every lookbook row pairs a 5-col frame with a 7-col one. At a shared 4:3
   the narrow frame is shorter and leaves a hole under it, so the 5-col frame
   is squared up to land at the same height. */
@media (min-width: 780px) { .look.l5 img { aspect-ratio: 1 / 1.06; } }
.look figcaption { margin-top: .65rem; font-size: var(--t-xs); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--graphite); }
@media (min-width: 780px) {
  .look.tilt img { transform: rotate(-1.4deg); }
  .look.tilt:hover img { transform: rotate(0) translateY(-4px); box-shadow: var(--sh-2); }
  .look:not(.tilt):hover img { transform: translateY(-4px); box-shadow: var(--sh-2); }
}

/* ── Story ───────────────────────────────────────────────────── */
.story { padding-block: var(--sec); background: var(--paper-2); border-block: 1px solid var(--line); }
.story-in { display: grid; gap: clamp(2rem, 1.2rem + 3vw, 4rem); align-items: center; }
@media (min-width: 880px) { .story-in { grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); } }
.story-in > * { min-width: 0; }
.story-media { margin: 0; }
.story-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--sh-2); }
blockquote {
  margin: 0 0 .6rem;
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: clamp(1.8rem, 1.2rem + 2.6vw, 3.2rem); line-height: 1.02; letter-spacing: -.02em;
}
.story-by { font-size: var(--t-xs); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--graphite); margin-bottom: 1.6rem; }

/* ── Visit ───────────────────────────────────────────────────── */
.visit { display: grid; gap: clamp(1rem, .7rem + 1.4vw, 2rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.visit-card { min-width: 0; padding: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem); background: var(--paper-2); border: 1.5px solid var(--ink); border-radius: var(--r-md); }
.visit-n { display: block; font-family: var(--display); font-style: italic; font-size: 1.4rem; color: var(--red); margin-bottom: .4rem; }
.visit-card h3 { font-size: 1.6rem; margin-bottom: 1.1rem; }
.visit-card dl { margin: 0 0 1.1rem; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .4rem .9rem; }
.visit-card dt { font-size: var(--t-xs); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--graphite); padding-top: .18rem; }
.visit-card dd { margin: 0; font-size: var(--t-sm); }
.visit-note { font-size: var(--t-sm); color: var(--graphite); padding-top: .9rem; border-top: 1px solid var(--line); }

/* ── Close ───────────────────────────────────────────────────── */
.close { padding-block: var(--sec); background: var(--ink); color: var(--paper); text-align: center; }
.close h2 { color: var(--paper); margin-bottom: 1.6rem; }

/* ── Footer ──────────────────────────────────────────────────── */
.foot { padding-block: 2.75rem; background: var(--ink); color: var(--graphite-2); border-top: 1px solid var(--line-dk); }
.foot-in { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); align-items: start; }
.foot-in > * { min-width: 0; font-size: var(--t-sm); }
.foot .brand span { color: var(--paper); }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--acid); }
.foot-c { color: var(--graphite); }
.foot-credit a { font-size: inherit; color: inherit; text-decoration: none; opacity: .8; }
.foot-credit a:hover { opacity: 1; }

/* ── Reveal ──────────────────────────────────────────────────── */
.js-on .rise { opacity: 0; transform: translateY(16px); }
.js-on .rise.in { opacity: 1; transform: none; transition: opacity 640ms var(--ease), transform 640ms var(--ease); }
.js-on .rise.d1.in { transition-delay: 90ms; }
@media (prefers-reduced-motion: reduce) {
  .js-on .rise { opacity: 1; transform: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (min-width: 940px) {
  .links, .btn-ig, .btn-wa { display: flex; }
  .burger { display: none; }
  .sheet { display: none !important; }
}
