/* Lookbook + editorial story (20 Sep 2026). Photos always sit in a frame at
   their own size — nothing is stretched across the screen. */

/* ---------------------------------------------------------- lookbook */
.lb { position: relative; background: var(--bg); color: var(--ink); overflow: hidden;
  min-height: max(620px, 92svh); padding: clamp(20px, 3vw, 40px) clamp(18px, 4vw, 60px) clamp(70px, 9vh, 110px); }
.lb-head { display: flex; justify-content: space-between; align-items: baseline;
  font: 600 10px var(--mono); letter-spacing: .3em; text-transform: uppercase; opacity: .75; }
.lb-count b { font-size: 12px; }

.lb-look { position: absolute; inset: clamp(52px, 8vh, 90px) clamp(18px, 4vw, 60px) clamp(70px, 9vh, 110px);
  opacity: 0; visibility: hidden; transition: opacity .6s var(--ease); }
.lb-look.is-on { opacity: 1; visibility: visible; }

.lb-fig { position: absolute; left: 50%; top: 0; bottom: 0; transform: translateX(-50%); margin: 0;
  width: min(var(--shot), 42vw); display: grid; place-items: stretch; overflow: hidden; }
.lb-fig picture { display: block; width: 100%; height: 100%; min-height: 0; }
.lb-fig img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; border-radius: 10px; }
/* a cut-out stands on the floor of its box instead of filling it */
.lb-fig.is-cut { overflow: visible; }
.lb-fig.is-cut img { object-fit: contain; object-position: 50% 100%; border-radius: 0; filter: drop-shadow(0 26px 50px rgba(0,18,25,.35)); }

.lb-name { position: absolute; left: 0; bottom: 4%; margin: 0; z-index: 3;
  font: 800 clamp(48px, 8.4vw, 132px)/.9 var(--body); letter-spacing: -.03em; text-transform: lowercase; }

.lb-video { position: absolute; left: 0; top: 16%; z-index: 3; display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: inherit; }
.lb-video picture, .lb-video img { width: 132px; height: 84px; object-fit: cover; object-position: 50% 0%; border-radius: 6px; }
.lb-video i { position: absolute; left: 54px; top: 30px; display: grid; place-items: center; width: 26px; height: 26px;
  border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-size: 10px; font-style: normal; }
.lb-video span { display: grid; font: 600 12px var(--body); }
.lb-video small { font: 500 11px var(--body); opacity: .65; }

.lb-card { position: absolute; right: 0; top: 12%; z-index: 3; width: min(30vw, 290px); background: #fff; color: #14130F;
  border-radius: 10px; padding: 16px 18px; display: grid; gap: 10px; box-shadow: 0 24px 50px -28px rgba(0,18,25,.55); }
.lb-card-top { display: flex; justify-content: space-between; gap: 10px; font: 700 14px var(--body); }
.lb-card-top span { white-space: nowrap; }
.lb-card small { font: 500 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; opacity: .6; }
.lb-card-bot { display: flex; align-items: center; justify-content: space-between; }
.lb-dots { display: flex; gap: 6px; }
.lb-dots i { width: 14px; height: 14px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,18,25,.2); }
.lb-plus { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ac); color: #fff;
  text-decoration: none; font: 400 22px/1 var(--body); }
.lb-plus:hover { filter: brightness(1.1); }

.lb-next { position: absolute; right: 0; bottom: 0; z-index: 3; width: min(32vw, 300px); height: 120px; overflow: hidden;
  border-radius: 10px; background: var(--ink); color: var(--bg); text-decoration: none; display: grid; align-content: center; padding: 0 18px; }
.lb-next picture, .lb-next img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; opacity: .32; }
.lb-next small, .lb-next b { position: relative; z-index: 2; }
.lb-next small { font: 600 10px var(--mono); letter-spacing: .26em; text-transform: uppercase; opacity: .8; }
.lb-next b { font: 700 18px var(--body); text-transform: lowercase; }

.lb-nav { position: absolute; left: clamp(18px, 4vw, 60px); bottom: clamp(24px, 4vh, 44px); z-index: 4; display: flex; align-items: center; gap: 14px; }
.lb-pips { display: flex; gap: 6px; }
.lb-pips button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: color-mix(in srgb, var(--ink) 25%, transparent); cursor: pointer; }
.lb-pips button.on { background: var(--ink); }
.lb-arrow { width: 34px; height: 34px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--ink) 30%, transparent);
  background: none; color: inherit; cursor: pointer; font-size: 15px; }
.lb-arrow.on { background: var(--ac); border-color: var(--ac); color: #fff; }
.lb-film { border: 0; padding: 0; background: #000; width: min(92vw, 1100px); border-radius: 12px; }
.lb-film video { width: 100%; display: block; }
.lb-film button { position: absolute; right: 10px; top: 10px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; border: 0; cursor: pointer; }
.lb-film::backdrop { background: rgba(0,18,25,.72); }

/* ---------------------------------------------------------- story */
/* The scroll is the movement: the section is tall, the stage sticks. */
.st { position: relative; background: var(--bg); color: var(--ink); height: var(--len, 300vh); }
.st-sticky { position: sticky; top: var(--head-h); height: calc(100svh - var(--head-h)); overflow: hidden;
  padding: clamp(18px, 3vh, 34px) clamp(20px, 6vw, 90px) clamp(60px, 8vh, 90px); }
.st-top { display: flex; justify-content: space-between; align-items: center;
  font: 600 10px var(--mono); letter-spacing: .34em; text-transform: uppercase; opacity: .7; }
.st-pips { display: flex; gap: 7px; }
.st-pips i { width: 6px; height: 6px; border-radius: 50%; background: color-mix(in srgb, var(--ink) 22%, transparent); transition: background .4s; }
.st-pips i.on { background: var(--ac); }

.st-page { position: absolute; inset: clamp(56px, 9vh, 96px) clamp(20px, 6vw, 90px) clamp(70px, 9vh, 100px);
  display: grid; grid-template-columns: 1.05fr auto; align-items: center; gap: clamp(24px, 5vw, 70px);
  opacity: 0; visibility: hidden; will-change: opacity; }
.st-page.is-on { opacity: 1; visibility: visible; }
.st-letter { position: absolute; left: 0; top: 50%; z-index: 0; pointer-events: none; will-change: transform;
  font: 400 clamp(240px, 34vw, 540px)/.8 'Anton', var(--display); text-transform: uppercase;
  color: color-mix(in srgb, var(--ink) 12%, transparent); }
.st-words { position: relative; z-index: 2; display: grid; gap: 4px; align-content: center; will-change: transform, opacity; }
.st-label { font: 600 10px var(--mono); letter-spacing: .34em; text-transform: uppercase; color: var(--ac); margin-bottom: 14px; }
.st-quote { margin: 0; display: grid; gap: 2px; }
.st-quote span { font: 400 italic clamp(26px, 3.4vw, 52px)/1.22 var(--display); color: var(--ac); }
.st-quote span:nth-child(even) { font-style: normal; color: var(--ink); }
.st-text { margin: 18px 0 0; max-width: 54ch; font-size: 15px; line-height: 1.75; opacity: .82; }
.st-link { justify-self: start; margin-top: 20px; font: 600 11px var(--mono); letter-spacing: .24em;
  text-transform: uppercase; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.st-fig { position: relative; z-index: 2; margin: 0; width: min(var(--shot), 34vw); will-change: transform, opacity; }
.st-fig img { width: 100%; height: auto; max-height: min(58vh, 500px); object-fit: cover; object-position: 50% 0%; border-radius: 8px; }
.st-fig figcaption { margin-top: 10px; font: 600 9px var(--mono); letter-spacing: .26em; text-transform: uppercase; opacity: .6; }

.st-nav { position: absolute; left: clamp(20px, 6vw, 90px); right: clamp(20px, 6vw, 90px); bottom: clamp(22px, 3vh, 34px);
  z-index: 4; display: flex; align-items: center; gap: 16px; font: 600 10px var(--mono); letter-spacing: .24em; opacity: .75; }
.st-rail { flex: 1; height: 1px; background: color-mix(in srgb, var(--ink) 20%, transparent); }
.st-rail b { display: block; height: 1px; width: 0; background: var(--ac); }
.st-hint { text-transform: uppercase; }
@media (prefers-reduced-motion: reduce) { .st { height: auto; } .st-sticky { position: relative; height: auto; }
  .st-page { position: relative; inset: auto; opacity: 1; visibility: visible; margin-bottom: 40px; } }

@media (max-width: 900px) {
  .lb { min-height: auto; }
  .lb-look { position: relative; inset: auto; display: grid; gap: 14px; margin-top: 16px; }
  .lb-look:not(.is-on) { display: none; }
  .lb-fig { position: relative; left: auto; transform: none; width: min(var(--shot), 86vw); height: min(54vh, 420px); justify-self: center; place-items: stretch; }
  .lb-name { position: relative; bottom: auto; font-size: clamp(38px, 13vw, 64px); }
  .lb-video, .lb-card, .lb-next { position: relative; right: auto; top: auto; bottom: auto; width: 100%; }
  .lb-video i { left: 50px; top: 28px; }
  .lb-nav { position: relative; left: auto; bottom: auto; margin-top: 18px; }
  .st-sticky { padding-bottom: 70px; }
  .st-page { grid-template-columns: 1fr; gap: 16px; align-content: center; }
  .st-fig { width: min(var(--shot), 80vw); justify-self: center; }
  .st-fig img { max-height: 34vh; }
  .st-letter { font-size: clamp(160px, 52vw, 300px); }
  .st-quote span { font-size: clamp(22px, 6.4vw, 34px); }
  .st-text { font-size: 14px; }
}
