/* ================================================================
   REJECT EMPLOYMENT, site redesign
   ================================================================ */
:root {
  --ink: #0d0e0c;
  --ink-2: #171915;
  --ink-3: #23261f;
  --bone: #ece8df;
  --bone-2: #ddd7cb;
  --paper: #f4f0e7;
  --signal: #ff4b1f;
  --moss: #34522b;
  --mute: rgba(236, 232, 223, .58);
  --line: rgba(236, 232, 223, .16);
  --line-ink: rgba(13, 14, 12, .16);

  --wide: "Archivo", "Arial Black", system-ui, sans-serif;
  --serif: "Newsreader", "Times New Roman", serif;

  --gut: clamp(16px, 3.2vw, 44px);
  --ease: cubic-bezier(.7, 0, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --top-h: 30px;
  --nav-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--wide);
  font-stretch: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
::selection { background: var(--signal); color: var(--ink); }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }

/* ---------- type helpers ---------- */
.h-xl, .h-lg, .dict-word, .hero-word, .foot-word, .nav-logo, .paper-logo, .stamp {
  font-family: var(--wide);
  font-stretch: 125%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.012em;
}
.h-xl { font-size: clamp(56px, 10.5vw, 188px); line-height: .84; margin: 0; }
.h-lg { font-size: clamp(40px, 6.4vw, 104px); line-height: .88; margin: 0; }
.eyebrow {
  font-stretch: 125%;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--mute);
}
.split .ln { display: block; overflow: hidden; padding-bottom: .04em; margin-bottom: -.04em; }
.split .ln > span { display: inline-block; will-change: transform; }

/* ---------- arrows + x glyph ---------- */
.arr { display: inline-block; width: .9em; height: .9em; position: relative; vertical-align: -.08em; }
.arr::before { content: ""; position: absolute; left: 0; right: .1em; top: 50%; height: 2px; margin-top: -1px; background: currentColor; }
.arr::after { content: ""; position: absolute; right: .06em; top: 50%; width: .42em; height: .42em; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: translateY(-50%) rotate(45deg); }
.arr--ne { transform: rotate(-45deg); }
.x { display: inline-block; width: .5em; height: .5em; position: relative; flex: none; }
.x::before, .x::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: .16em; margin-left: -.08em; background: currentColor; transform: rotate(45deg); }
.x::after { transform: rotate(-45deg); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  height: 54px; padding: 0 26px;
  font-stretch: 125%; font-weight: 800; font-size: 14px; letter-spacing: .02em; text-transform: uppercase;
  border-radius: 0; position: relative; overflow: hidden; isolation: isolate;
  transition: color .45s var(--ease);
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  transform: translateY(101%); transition: transform .45s var(--ease);
}
.btn:hover::before { transform: none; }
.btn--light { background: var(--bone); color: var(--ink); }
.btn--light::before { background: var(--signal); }
.btn--signal { background: var(--signal); color: var(--ink); }
.btn--signal::before { background: var(--bone); }
.btn--ink { background: var(--ink); color: var(--bone); }
.btn--ink::before { background: var(--signal); }
.btn--ink:hover { color: var(--ink); }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }
.btn[disabled]::before { display: none; }
.link { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.link:hover { color: var(--signal); }

/* ---------- grain + cursor ---------- */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1s steps(6) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -4%); }
  60% { transform: translate(-4%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); }
}
.cursor { position: fixed; left: 0; top: 0; z-index: 120; pointer-events: none; display: none; }
.has-cursor .cursor { display: block; }
.cursor-label {
  position: absolute; left: 0; top: 0; transform: translate(-50%, -50%) scale(0);
  width: 84px; height: 84px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--signal); color: var(--ink);
  font-stretch: 125%; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .02em;
  transition: transform .35s var(--ease-out);
}
.cursor.on .cursor-label { transform: translate(-50%, -50%) scale(1); }

/* ================================================================
   LOADER
   ================================================================ */
.loader {
  position: fixed; inset: 0; z-index: 200; background: var(--ink); color: var(--bone);
  display: grid; place-items: center; padding: var(--gut);
}
.no-intro .loader { display: none; }
.loader-form { width: min(440px, 100%); }
.loader-head {
  display: flex; justify-content: space-between; margin: 0 0 22px;
  font-stretch: 125%; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .03em;
}
.loader-head span { color: var(--mute); font-weight: 600; }
.loader dl { margin: 0 0 26px; border-top: 1px solid var(--line); }
.loader dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.loader dt { color: var(--mute); }
.loader dd { margin: 0; text-align: right; }
.loader-status { color: var(--signal); }
.loader-bar { height: 3px; background: var(--line); overflow: hidden; }
.loader-bar i { display: block; height: 100%; background: var(--bone); transform-origin: left; transform: scaleX(0); }
.loader-count { margin: 12px 0 0; font-stretch: 125%; font-weight: 900; font-size: 44px; line-height: 1; font-variant-numeric: tabular-nums; }
.loader-stamp { position: absolute; left: 50%; top: 50%; opacity: 0; font-size: clamp(44px, 11vw, 120px); }

/* ---------- stamp ---------- */
.stamp {
  display: inline-block; transform-origin: center;
  color: var(--signal);
  line-height: 1;
  filter: url(#rough);
  pointer-events: none;
}
.stamp span {
  display: block; padding: .14em .3em .12em;
  border: .09em solid currentColor; outline: .03em solid currentColor; outline-offset: .06em;
  white-space: nowrap;
}
.stamp--approve { color: var(--moss); }

/* ================================================================
   TOP BAR + NAV
   ================================================================ */
.topbar {
  position: absolute; top: 0; left: 0; right: 0; z-index: 60; height: var(--top-h);
  background: var(--signal); color: var(--ink); overflow: hidden;
  display: flex; align-items: center;
}
.mq { overflow: hidden; white-space: nowrap; width: 100%; }
.mq-inner { display: inline-flex; align-items: center; will-change: transform; }
.mq--small .mq-inner { gap: 18px; padding-right: 18px; font-stretch: 125%; font-weight: 800; font-size: 11px; letter-spacing: .03em; text-transform: uppercase; }
.mq--small .x { width: 8px; height: 8px; }

.nav {
  position: fixed; left: 0; right: 0; top: var(--top-h); z-index: 70; height: var(--nav-h);
  padding: 0 var(--gut);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  color: #fff; mix-blend-mode: difference;
  transition: top .5s var(--ease);
}
.nav.scrolled { top: 0; }
.nav-logo { font-size: 13px; line-height: .95; letter-spacing: 0; justify-self: start; }
.nav-links { display: flex; gap: 30px; font-stretch: 112%; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .02em; }
.nav-links a, .nav-bag { position: relative; }
.nav-links a::after, .nav-bag::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease);
}
.nav-links a:hover::after, .nav-bag:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-bag { justify-self: end; font-stretch: 112%; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .02em; }
.nav-bag-count b { display: inline-block; font-weight: 700; }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative; height: 100vh; height: 100svh; min-height: 560px;
  overflow: hidden; background: #2b3322;
}
.hero-bg, .hero-cut { position: absolute; inset: 0; will-change: transform; }
.hero-bg { z-index: 1; }
.hero-cut { z-index: 3; }
.hero-bg img, .hero-cut img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: var(--hero-pos, 66% 50%);
  filter: brightness(.86) contrast(1.04) saturate(.92);
}
.hero-word {
  position: absolute; z-index: 2; left: 0; right: 0; top: var(--word-top, 20%);
  margin: 0; text-align: center; color: var(--bone);
  font-size: var(--word-size, 8.4vw); line-height: .86;
  will-change: transform;
}
.hero-word .line { display: block; overflow: hidden; padding: .03em 0 .02em; margin-bottom: -.05em; }
.hero-word .ch { display: inline-block; will-change: transform; }
.hero-shade {
  position: absolute; inset: 0; z-index: 4; pointer-events: none;
  background: linear-gradient(to top, rgba(13, 14, 12, .72) 0%, rgba(13, 14, 12, .18) 26%, rgba(13, 14, 12, 0) 44%),
              linear-gradient(to bottom, rgba(13, 14, 12, .42) 0%, rgba(13, 14, 12, 0) 18%);
}
.hero-foot {
  position: absolute; z-index: 5; left: var(--gut); right: var(--gut); bottom: clamp(20px, 4vh, 40px);
  display: flex; justify-content: space-between; align-items: end; gap: 16px;
}
.hero-cta { display: flex; flex-direction: column; align-items: start; gap: 18px; }
.hero-tag, .hero-loc {
  margin: 0; font-stretch: 125%; font-weight: 800; font-size: 13px; line-height: 1.15; text-transform: uppercase; letter-spacing: .02em;
}
.hero-loc { text-align: right; color: var(--mute); font-weight: 600; }

/* landscape: seated shot, centred */
@media (min-aspect-ratio: 1/1) {
  .hero { --hero-pos: 50% 70%; --word-top: 17%; --word-size: 9.2vw; }
}
/* portrait: standing shot */
@media (max-aspect-ratio: 1/1) {
  .hero { --hero-pos: 64% 40%; --word-top: 30%; --word-size: 9.4vw; }
}
@media (max-width: 700px) {
  .hero-foot { flex-direction: column; align-items: stretch; }
  .hero-cta { flex-direction: row; justify-content: space-between; align-items: end; }
  .hero-cta .btn { height: 46px; padding: 0 16px; font-size: 12px; white-space: nowrap; flex: none; }
  .hero-loc { display: none; }
  .hero { --word-top: 19%; --word-size: 10.6vw; }
}

/* ================================================================
   TAPE
   ================================================================ */
.tape { position: relative; z-index: 6; padding: clamp(40px, 7vw, 90px) 0; margin: -1px 0; overflow: hidden; background: var(--ink); }
.mq--tape { padding: .32em 0; font-stretch: 125%; font-weight: 900; font-size: clamp(26px, 4.4vw, 64px); text-transform: uppercase; line-height: 1; letter-spacing: -.01em; }
.mq--tape .mq-inner { gap: .5em; padding-right: .5em; }
.mq--tape .x { width: .42em; height: .42em; }
.mq--signal { background: var(--signal); color: var(--ink); transform: rotate(-2.2deg) scale(1.04); position: relative; z-index: 2; }
.mq--bone { background: var(--bone); color: var(--ink); transform: rotate(1.6deg) scale(1.04); margin-top: -.3em; }

/* ================================================================
   SHOP
   ================================================================ */
.shop { padding: clamp(60px, 10vw, 140px) var(--gut) clamp(80px, 12vw, 160px); position: relative; z-index: 6; background: var(--ink); }
.shop-head { display: grid; grid-template-columns: 1fr; gap: 28px; margin-bottom: clamp(36px, 5vw, 64px); }
.shop-meta { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.shop-note { max-width: 380px; margin: 0; color: var(--mute); font-size: 15px; }
.filters { display: flex; gap: 6px; flex-wrap: wrap; }
.filters button {
  height: 40px; padding: 0 16px; border: 1px solid var(--line);
  font-stretch: 112%; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .03em;
  transition: background .3s, color .3s, border-color .3s;
}
.filters button sup { font-size: 9px; margin-left: 2px; opacity: .6; }
.filters button:hover { border-color: var(--bone); }
.filters button.on { background: var(--bone); color: var(--ink); border-color: var(--bone); }

.grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 3vw, 44px) clamp(12px, 1.6vw, 22px); }
.card { position: relative; }
.grid.is-filtering { overflow: hidden; }
.grid.is-filtering .card { pointer-events: none; }
.card[hidden] { display: none; }
.card-media { position: relative; aspect-ratio: 4 / 5; background: var(--bone); overflow: hidden; }
.card-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 50% 50%;
  padding: 9% 5% 12%;
  mix-blend-mode: multiply; transform: scale(1);
  transition: transform 1s var(--ease-out), opacity .5s var(--ease);
}
.card-img.b { opacity: 0; }
.card-open { position: absolute; inset: 0; z-index: 2; }
.card-idx {
  position: absolute; z-index: 3; left: 14px; top: 12px; color: var(--ink);
  font-stretch: 125%; font-weight: 900; font-size: 13px; pointer-events: none;
}
.card-tag {
  position: absolute; z-index: 3; right: 12px; top: 10px; pointer-events: none;
  background: var(--signal); color: var(--ink); padding: 6px 9px;
  font-stretch: 112%; font-weight: 800; font-size: 10px; text-transform: uppercase; letter-spacing: .03em;
}
.quick {
  position: absolute; z-index: 4; left: 10px; right: 10px; bottom: 10px;
  background: var(--ink); color: var(--bone); padding: 12px;
  transform: translateY(calc(100% + 12px)); transition: transform .5s var(--ease);
}
.quick-label { display: block; margin-bottom: 10px; font-size: 11px; font-stretch: 112%; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; color: var(--mute); }
.quick-label b { color: var(--bone); font-weight: 700; }
.quick-sizes { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.quick-sizes button {
  height: 34px; border: 1px solid var(--line); font-size: 12px; font-weight: 700; font-stretch: 112%;
  transition: background .25s, color .25s, border-color .25s;
}
.quick-sizes button:hover { background: var(--signal); border-color: var(--signal); color: var(--ink); }
.quick-sizes button:disabled { opacity: .3; text-decoration: line-through; pointer-events: none; }
@media (hover: hover) and (pointer: fine) {
  .card:hover .card-img.a { transform: scale(1.06); }
  .card:hover .card-img.b { transform: scale(1.06); }
  .card.has-alt:hover .card-img.b { opacity: 1; }
  .card.has-alt:hover .card-img.a { opacity: 0; }
  .card:hover .quick, .card:focus-within .quick { transform: none; }
}
.card-info { display: flex; justify-content: space-between; gap: 16px; margin-top: 14px; }
.card-info h3 { margin: 0; font-stretch: 112%; font-weight: 800; font-size: 15px; line-height: 1.2; text-transform: uppercase; letter-spacing: .005em; }
.card-info p { margin: 3px 0 0; font-size: 13px; color: var(--mute); }
.card-price { font-stretch: 112%; font-weight: 800; font-size: 15px; white-space: nowrap; }
.card-swatches { display: flex; gap: 6px; margin-top: 12px; }
.sw {
  width: 18px; height: 18px; border-radius: 50%; background: var(--c);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22); position: relative;
}
.sw::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1.5px solid transparent; transition: border-color .25s; }
.sw.on::after { border-color: var(--bone); }
.sw:hover::after { border-color: var(--mute); }

@media (max-width: 980px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) {
  .card-info { flex-direction: column; gap: 6px; }
  .card-info h3 { font-size: 13px; }
  .card-idx { left: 10px; top: 9px; font-size: 11px; }
  .card-tag { font-size: 9px; right: auto; left: 8px; top: auto; bottom: 8px; padding: 5px 7px; }
}

/* ================================================================
   LOOKBOOK
   ================================================================ */
.look { position: relative; background: var(--bone); color: var(--ink); overflow: hidden; }
.look-track { display: flex; flex-direction: column; gap: 60px; padding: 90px var(--gut); }
.look .eyebrow { color: rgba(13, 14, 12, .55); }
.look-intro .h-xl { font-size: clamp(56px, 9vw, 150px); }
@media (min-width: 900px) { .look-intro .h-xl { font-size: min(6vw, 13vh); } }
.look-copy { max-width: 360px; margin: 26px 0 0; font-size: 16px; }
.look-hint { display: none; margin: 34px 0 0; font-stretch: 125%; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.look-img { margin: 0; }
.look-img .frame { overflow: hidden; aspect-ratio: 3 / 4; background: var(--bone-2); position: relative; }
.look-img .frame img { width: 100%; height: 100%; object-fit: cover; }
.look-img figcaption { margin-top: 12px; display: flex; gap: 12px; font-size: 13px; font-weight: 500; }
.look-img figcaption span { font-stretch: 125%; font-weight: 900; }
.look-big { margin: 0; font-stretch: 125%; font-weight: 900; font-size: clamp(44px, 7vw, 120px); line-height: .88; text-transform: uppercase; }
.look-big em { font-style: normal; color: var(--signal); }
.look-product { display: block; text-align: left; width: 100%; max-width: 420px; }
.look-product-img { display: block; aspect-ratio: 1; background: var(--paper); overflow: hidden; }
.look-product-img img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform 1s var(--ease-out); }
.look-product:hover .look-product-img img { transform: scale(1.06); }
.look-product-name { display: block; margin-top: 14px; font-stretch: 112%; font-weight: 800; font-size: 16px; text-transform: uppercase; line-height: 1.2; }
.look-product-name small { font-size: 13px; font-weight: 500; text-transform: none; color: rgba(13, 14, 12, .6); }

@media (min-width: 900px) {
  .look { height: 100vh; height: 100svh; }
  .look-track {
    flex-direction: row; align-items: center; gap: clamp(40px, 5vw, 90px);
    height: 100%; width: max-content; padding: calc(var(--nav-h) + 20px) 8vw 40px var(--gut);
    will-change: transform;
  }
  .look-panel { flex: none; }
  .look-intro { width: min(520px, 40vw); }
  .look-hint { display: block; }
  .look-img .frame { height: min(72vh, 780px); width: auto; aspect-ratio: 3 / 4; }
  .look-img--tall .frame { height: min(78vh, 840px); }
  .look-img .frame img { position: absolute; top: 0; left: -8%; width: 116%; max-width: none; }
  .look-quote { width: max-content; padding: 0 2vw; }
  .look-big { font-size: min(6vw, 12vh); }
  .look-shop { width: min(380px, 30vw); }
}

@media (max-width: 899px) {
  .look-big { font-size: 9vw; }
}

/* ================================================================
   LETTER
   ================================================================ */
.letter {
  position: relative; padding: clamp(90px, 12vw, 180px) var(--gut);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 620px); gap: clamp(40px, 6vw, 110px); align-items: start;
  background: var(--ink);
}
.letter-intro { position: sticky; top: calc(var(--nav-h) + 40px); }
.letter-intro .h-lg { font-size: clamp(44px, 5vw, 96px); }
.paper {
  position: relative; background: var(--paper); color: #1b1c19;
  padding: clamp(28px, 4.6vw, 64px) clamp(24px, 4.6vw, 60px) clamp(40px, 5vw, 70px);
  transform: rotate(-1deg);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .7);
}
.paper::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.6' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 .55  0 0 0 0 .5  0 0 0 0 .42  0 0 0 .35 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
}
.paper-head { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding-bottom: 22px; margin-bottom: 30px; border-bottom: 1px solid var(--line-ink); }
.paper-logo { font-size: 15px; line-height: .95; letter-spacing: 0; }
.paper-ref { font-size: 11px; line-height: 1.4; text-align: right; color: rgba(27, 28, 25, .6); font-stretch: 112%; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; }
.paper-body { font-family: var(--serif); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.5; }
.paper-body p { margin: 0 0 1em; }
.paper-sign { display: flex; flex-direction: column; margin-top: 1.6em !important; }
.paper-sign .sig { font-style: italic; font-size: 2.2em; line-height: 1.1; margin: .1em 0 .05em; transform: rotate(-3deg); transform-origin: left; display: inline-block; }
.paper-sign .small { font-family: var(--wide); font-stretch: 112%; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: rgba(27, 28, 25, .6); }
.paper-stamp { position: absolute; right: 5%; bottom: 31%; font-size: clamp(38px, 5vw, 70px); transform: rotate(-14deg); opacity: 0; mix-blend-mode: multiply; }
.paper-stamp2 { position: absolute; left: 44%; bottom: 5%; font-size: clamp(15px, 1.6vw, 22px); transform: rotate(6deg); opacity: 0; mix-blend-mode: multiply; }
.no-anim .paper-stamp, .no-anim .paper-stamp2 { opacity: .9; }
.paper-body .wd { transition: none; }

@media (max-width: 900px) {
  .letter { grid-template-columns: 1fr; }
  .letter-intro { position: static; }
  .paper-stamp { bottom: 24%; }
}

/* ================================================================
   DENIZED
   ================================================================ */
.denized { background: var(--bone); color: var(--ink); padding: clamp(90px, 12vw, 170px) 0 clamp(60px, 8vw, 110px); position: relative; }
.denized .eyebrow { color: rgba(13, 14, 12, .55); }
.dict { padding: 0 var(--gut); max-width: 1500px; }
.dict-word { font-size: clamp(56px, 15.6vw, 300px); line-height: .8; margin: 0 0 0 -.04em; }
.dict-pron { margin: 26px 0 30px; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); }
.dict-pron em { color: rgba(13, 14, 12, .55); }
.dict-defs { margin: 0; padding: 0; list-style: none; counter-reset: d; max-width: 980px; }
.dict-defs li {
  counter-increment: d; display: grid; grid-template-columns: 56px 1fr; align-items: baseline;
  padding: 18px 0; border-top: 1px solid var(--line-ink);
  font-stretch: 112%; font-weight: 700; font-size: clamp(20px, 2.6vw, 38px); line-height: 1.1; letter-spacing: -.01em;
}
.dict-defs li:last-child { border-bottom: 1px solid var(--line-ink); }
.dict-defs li::before { content: counter(d) "."; font-stretch: 125%; font-weight: 900; font-size: 14px; color: var(--signal); }
.dict-eg { margin: 28px 0 8px; font-family: var(--serif); font-style: italic; font-size: clamp(18px, 1.8vw, 24px); }
.dict-see { margin: 0; font-size: 15px; }
.dict-see .link:hover { color: var(--signal); }

.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin: clamp(70px, 9vw, 130px) var(--gut) 0;
  border-top: 1px solid var(--ink);
}
.stat { padding: 22px 20px 0 0; }
.stat + .stat { padding-left: 20px; border-left: 1px solid var(--line-ink); }
.stat b { display: block; font-stretch: 125%; font-weight: 900; font-size: clamp(44px, 6vw, 96px); line-height: .9; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stat span { display: block; margin-top: 10px; font-size: 13px; font-weight: 600; font-stretch: 112%; text-transform: uppercase; letter-spacing: .02em; color: rgba(13, 14, 12, .6); }
@media (max-width: 800px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line-ink); margin-top: 22px; }
}

.quotes { margin-top: clamp(80px, 10vw, 140px); }
.quotes-title { padding: 0 var(--gut); }
.mq--quotes { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 26px 0; }
.mq--quotes .mq-inner { gap: 40px; padding-right: 40px; }
.mq--quotes q { font-family: var(--serif); font-style: italic; font-size: clamp(30px, 4.4vw, 64px); line-height: 1.1; }
.mq--quotes q::before { content: "\201C"; color: var(--signal); }
.mq--quotes q::after { content: "\201D"; color: var(--signal); }
.mq--quotes .x { width: 18px; height: 18px; color: var(--signal); }

/* ================================================================
   JOIN
   ================================================================ */
.join { padding: clamp(100px, 14vw, 200px) var(--gut) clamp(70px, 9vw, 120px); background: var(--ink); }
.join-links { margin-top: clamp(40px, 6vw, 80px); border-top: 1px solid var(--line); }
.join-link {
  display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 20px;
  padding: clamp(18px, 2.4vw, 30px) 0; border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden; isolation: isolate;
  transition: color .45s var(--ease), padding .45s var(--ease);
}
.join-link::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--signal); transform: scaleY(0); transform-origin: bottom; transition: transform .45s var(--ease); }
.join-link:hover { color: var(--ink); padding-left: 18px; padding-right: 18px; }
.join-link:hover::before { transform: none; }
.join-link span:first-child { font-size: 13px; font-weight: 600; font-stretch: 112%; text-transform: uppercase; letter-spacing: .03em; opacity: .7; }
.join-link b { font-stretch: 125%; font-weight: 900; font-size: clamp(26px, 4.4vw, 64px); line-height: 1; text-transform: uppercase; letter-spacing: -.01em; }
.join-link .arr { width: clamp(22px, 3vw, 42px); height: clamp(22px, 3vw, 42px); }
@media (max-width: 640px) {
  .join .h-xl { font-size: 8.8vw; }
  .join-link { grid-template-columns: 1fr auto; gap: 6px 14px; }
  .join-link span:first-child { grid-column: 1 / -1; }
}

/* ================================================================
   FOOTER
   ================================================================ */
.foot { background: var(--ink); padding: 9vw 0 26px; overflow: hidden; border-top: 1px solid var(--line); }
.foot-word {
  font-size: var(--foot-size, 7vw); line-height: .8; text-align: center; white-space: nowrap;
  color: var(--bone); user-select: none;
}
.foot-word .fc { display: inline-block; transform-origin: 50% 100%; will-change: transform; transition: color .3s; }
.foot-row {
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  margin-top: 34px; padding: 18px var(--gut) 0; border-top: 1px solid var(--line);
  font-size: 13px; color: var(--mute);
}
.foot-row p { margin: 0; }
.foot-row nav { display: flex; gap: 22px; flex-wrap: wrap; }
.foot-row a:hover { color: var(--bone); }

/* ================================================================
   DRAWERS
   ================================================================ */
.scrim { position: fixed; inset: 0; z-index: 140; background: rgba(8, 9, 7, .6); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); opacity: 0; transition: opacity .5s var(--ease); }
.scrim.on { opacity: 1; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 150;
  width: min(560px, 100vw); background: var(--ink-2); color: var(--bone);
  display: flex; flex-direction: column;
  transform: translateX(102%); transition: transform .7s var(--ease);
  overscroll-behavior: contain;
}
.drawer.open { transform: none; }
.drawer-close {
  position: absolute; top: 16px; right: 16px; z-index: 3; height: 36px; padding: 0 14px;
  background: var(--bone); color: var(--ink);
  font-stretch: 112%; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .04em;
}
.drawer-close:hover { background: var(--signal); }

/* PDP */
.drawer--pdp { overflow-y: auto; }
.pdp-media { position: relative; background: var(--bone); aspect-ratio: 1; flex: none; overflow: hidden; }
.pdp-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 4%; mix-blend-mode: multiply; transition: opacity .35s var(--ease); }
.pdp-thumbs { position: absolute; left: 14px; bottom: 14px; display: flex; gap: 6px; z-index: 2; }
.pdp-thumbs button { width: 52px; height: 52px; background: var(--paper); border: 1.5px solid transparent; overflow: hidden; }
.pdp-thumbs button img { position: static; width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; padding: 0; }
.pdp-thumbs button.on { border-color: var(--ink); }
.pdp-body { padding: 26px clamp(18px, 3vw, 32px) 40px; }
.pdp-eyebrow { margin: 0 0 12px; color: var(--signal); font-stretch: 112%; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.pdp-title { margin: 0; font-stretch: 125%; font-weight: 900; font-size: clamp(26px, 3vw, 34px); line-height: .95; text-transform: uppercase; }
.pdp-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 10px; }
.pdp-sub { margin: 0; color: var(--mute); }
.pdp-price { margin: 0; font-stretch: 125%; font-weight: 900; font-size: 22px; }
.pdp-blurb { margin: 18px 0 24px; font-family: var(--serif); font-size: 19px; line-height: 1.4; }
.pdp-opt { padding: 16px 0; border-top: 1px solid var(--line); }
.pdp-opt-head { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 12px; font-stretch: 112%; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--mute); }
.pdp-opt-head b { color: var(--bone); }
.pdp-swatches { display: flex; gap: 10px; }
.pdp-swatches .sw { width: 26px; height: 26px; }
.pdp-sizes { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.pdp-sizes button { height: 46px; border: 1px solid var(--line); font-stretch: 112%; font-weight: 700; font-size: 13px; transition: background .25s, color .25s, border-color .25s; }
.pdp-sizes button:hover { border-color: var(--bone); }
.pdp-sizes button.on { background: var(--bone); color: var(--ink); border-color: var(--bone); }
.pdp-sizes button:disabled { opacity: .3; text-decoration: line-through; }
.pdp-add { margin-top: 8px; }
.pdp-feats { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-feats li { padding: 7px 11px; border: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.pdp-guide { margin-top: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pdp-guide summary { list-style: none; cursor: pointer; padding: 16px 0; display: flex; justify-content: space-between; font-stretch: 112%; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.pdp-guide summary::-webkit-details-marker { display: none; }
.pdp-guide summary::after { content: "+"; font-size: 18px; line-height: .7; }
.pdp-guide[open] summary::after { content: "\2212"; }
.pdp-guide table { width: 100%; border-collapse: collapse; margin-bottom: 16px; font-size: 13px; font-variant-numeric: tabular-nums; }
.pdp-guide th, .pdp-guide td { text-align: left; padding: 8px 6px; border-top: 1px solid var(--line); font-weight: 500; }
.pdp-guide th { color: var(--mute); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: .02em; }
.pdp-ext { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 13px; color: var(--mute); }
.pdp-ext:hover { color: var(--bone); }

/* BAG */
.bag-head { display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(18px, 3vw, 32px); border-bottom: 1px solid var(--line); min-height: 70px; }
.bag-head h2 { margin: 0; font-stretch: 125%; font-weight: 900; font-size: 26px; text-transform: uppercase; line-height: 1; }
.bag-head h2 sup { font-size: 12px; color: var(--signal); }
.bag-head .drawer-close { position: static; }
.bag-list { flex: 1; overflow-y: auto; padding: 0 clamp(18px, 3vw, 32px); }
.bag-item { display: grid; grid-template-columns: 92px 1fr auto; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.bag-item-img { width: 92px; aspect-ratio: 4 / 5; background: var(--bone); overflow: hidden; }
.bag-item-img img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.bag-item h3 { margin: 0; font-stretch: 112%; font-weight: 800; font-size: 14px; text-transform: uppercase; line-height: 1.2; }
.bag-item p { margin: 4px 0 0; font-size: 13px; color: var(--mute); }
.qty { display: inline-flex; align-items: center; margin-top: 12px; border: 1px solid var(--line); }
.qty button { width: 32px; height: 32px; font-size: 16px; }
.qty button:hover { color: var(--signal); }
.qty span { min-width: 22px; text-align: center; font-size: 13px; font-weight: 700; }
.bag-item-right { display: flex; flex-direction: column; align-items: end; justify-content: space-between; }
.bag-item-right b { font-stretch: 112%; font-weight: 800; }
.bag-remove { font-size: 12px; color: var(--mute); text-decoration: underline; text-underline-offset: 3px; }
.bag-remove:hover { color: var(--signal); }
.bag-empty { padding: 60px 0; text-align: center; }
.bag-empty p { margin: 0 0 24px; font-family: var(--serif); font-size: 22px; }
.bag-foot { padding: 20px clamp(18px, 3vw, 32px) calc(20px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); }
.bag-total { display: flex; justify-content: space-between; align-items: baseline; font-stretch: 125%; font-weight: 900; font-size: 20px; text-transform: uppercase; }
.bag-note { margin: 6px 0 16px; font-size: 12px; color: var(--mute); }
.bag-foot.empty { display: none; }

@media (max-width: 640px) {
  .drawer { top: auto; left: 0; width: 100%; max-height: 92vh; max-height: 92svh; transform: translateY(102%); }
  .drawer.open { transform: none; }
  .drawer--bag { height: 92vh; height: 92svh; }
  .pdp-media { aspect-ratio: 5 / 4; }
}

/* toast */
.toast {
  position: fixed; left: 24px; bottom: 24px; z-index: 160;
  transform: translateY(140%); opacity: 0;
  background: var(--bone); color: var(--ink); padding: 14px 20px;
  font-stretch: 112%; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .02em;
  display: flex; align-items: center; gap: 12px; white-space: nowrap;
  transition: transform .6s var(--ease), opacity .4s;
}
.toast.on { transform: none; opacity: 1; }
@media (max-width: 640px) {
  .toast { left: 12px; right: 12px; bottom: auto; top: 12px; transform: translateY(-160%); white-space: normal; }
}
.toast i { width: 10px; height: 10px; background: var(--signal); border-radius: 50%; flex: none; }

/* ---------- responsive nav ---------- */
@media (max-width: 760px) {
  :root { --nav-h: 58px; }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .nav-logo { font-size: 12px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .grain { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
