:root {
  --ink: #0b0b0a;
  --ink-soft: #171714;
  --paper: #f1eee6;
  --paper-bright: #fbfaf5;
  --orange: #f25a0a;
  --acid: #d7ef13;
  --blue: #376993;
  --red: #b32622;
  --line-dark: rgba(11, 11, 10, 0.62);
  --line-light: rgba(251, 250, 245, 0.32);
  --display: "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(1.15rem, 3.2vw, 4rem);
  --header: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
body::before {
  content: "";
  position: fixed;
  z-index: 1000;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.74' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 2000;
  left: 1rem;
  top: -5rem;
  padding: 0.8rem 1rem;
  color: var(--ink);
  background: var(--acid);
  font-weight: 900;
}
.skip-link:focus { top: 1rem; }

.paper-noise { position: relative; isolation: isolate; }
.paper-noise::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  background: repeating-linear-gradient(6deg, transparent 0 3px, currentColor 4px 4.5px);
  mix-blend-mode: soft-light;
}

.masthead {
  position: relative;
  z-index: 100;
  height: var(--header);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--line-light);
  color: var(--paper-bright);
  background: var(--ink);
}
.masthead--split { position: absolute; inset: 0 0 auto; background: linear-gradient(90deg, var(--ink) 0 56%, transparent 56%); }
.flagship-page .masthead--split { background: linear-gradient(90deg, var(--ink) 0 48%, transparent 48%); }
.masthead--split .brand-logo { background: var(--paper-bright); }
.desktop-nav, .masthead-tools { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.8rem); }
.desktop-nav a, .masthead-tools button, .preview-status {
  position: relative;
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -12px;
  height: 2px;
  background: var(--orange);
  transition: right 180ms ease;
}
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.brand {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 0.85;
  text-decoration: none;
  text-transform: uppercase;
}
.brand-logo {
  width: 82px;
  padding: 0.28rem 0.35rem;
  background: var(--paper-bright);
}
.brand-logo img { width: 100%; height: auto; }
.brand-logo--footer { width: 132px; }
.masthead-tools { justify-content: flex-end; color: var(--ink); }
.masthead--dark .masthead-tools { color: var(--paper-bright); }
.signal { width: 15px; height: 15px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.signal i, .preview-status i, .availability-preview i { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--acid); }
.menu-toggle { display: none; padding: 0; border: 0; color: inherit; background: none; text-transform: uppercase; }
.mobile-menu { position: fixed; z-index: 90; inset: var(--header) 0 0; padding: 2rem var(--gutter); color: var(--paper); background: var(--ink); }
.mobile-menu a { display: block; padding: 1rem 0; border-bottom: 1px solid var(--line-light); font-family: var(--display); font-size: 2rem; text-decoration: none; text-transform: uppercase; }

.editorial-hero { min-height: min(100svh, 880px); display: grid; grid-template-columns: 56% 44%; }
.editorial-hero--flagship { grid-template-columns: 48% 52%; }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: calc(var(--header) + 4rem) max(var(--gutter), 7vw) 3.4rem; overflow: hidden; color: var(--paper); background: var(--ink); }
.file-code { margin: 0 0 1.2rem; font-family: var(--display); font-size: 0.68rem; letter-spacing: 0.19em; text-transform: uppercase; }
.hero-copy h1, .collection-rail h1, .product-buy h1, .manifesto h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-transform: uppercase;
}
.hero-copy h1 { max-width: 850px; font-size: clamp(5.2rem, 9.35vw, 10rem); }
.hero-rule { width: min(100%, 610px); height: 4px; margin: 2rem 0 1.1rem; background: var(--orange); }
.hero-kicker { margin: 0; color: var(--orange); font-family: var(--display); font-size: clamp(1.45rem, 2vw, 2.2rem); font-weight: 900; letter-spacing: 0.02em; line-height: 1.02; text-transform: uppercase; }
.outline-cta {
  width: min(100%, 375px);
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
  padding: 0 2rem;
  border: 2px solid var(--orange);
  color: var(--orange);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.outline-cta:hover { color: var(--ink); background: var(--orange); transform: translate(5px, -5px); }
.outline-cta b { font-size: 2rem; font-weight: 400; }
.stamp { position: absolute; right: 7%; bottom: 10%; width: 120px; aspect-ratio: 1; display: grid; place-items: center; border: 3px double var(--orange); border-radius: 50%; color: var(--orange); rotate: -12deg; text-align: center; text-transform: uppercase; }
.stamp span { font-family: var(--display); font-size: 0.54rem; letter-spacing: 0.15em; }
.stamp strong { font-family: var(--display); font-size: 2.25rem; line-height: 0.65; }
.hero-image { position: relative; min-width: 0; overflow: hidden; background: var(--paper-bright); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; transition: scale 1.4s cubic-bezier(.2,.7,.2,1); }
.hero-image:hover img { scale: 1.02; }
.campaign-rotator { position: relative; min-width: 0; overflow: hidden; background: var(--paper-bright); }
.hero-slide { position: absolute; inset: 0; margin: 0; overflow: hidden; opacity: 0; visibility: hidden; transform: translateX(2%); transition: opacity 520ms ease, transform 700ms cubic-bezier(.2,.7,.2,1), visibility 520ms ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-rotator-controls { position: absolute; z-index: 8; right: 1rem; bottom: 1rem; display: grid; grid-template-columns: 40px auto 40px; align-items: center; border: 1px solid var(--ink); color: var(--ink); background: rgba(251,250,245,.9); backdrop-filter: blur(8px); }
.hero-rotator-controls button { width: 40px; height: 36px; border: 0; background: transparent; font-size: 1.15rem; cursor: pointer; }
.hero-rotator-controls button:first-child { border-right: 1px solid var(--ink); }.hero-rotator-controls button:last-child { border-left: 1px solid var(--ink); }
.hero-rotator-controls button:hover { color: var(--paper); background: var(--ink); }
.hero-rotator-controls span { min-width: 74px; font-family: var(--display); font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-align: center; }
.campaign-rotator .image-caption { bottom: 1rem; }
.image-caption { position: absolute; left: 1rem; bottom: 1rem; margin: 0; padding: 0.35rem 0.5rem; color: var(--ink); background: rgba(251,250,245,.86); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.reg-mark { position: absolute; z-index: 5; width: 26px; height: 26px; }
.reg-mark::before, .reg-mark::after { content: ""; position: absolute; background: currentColor; }
.reg-mark::before { left: 50%; top: 0; width: 1px; height: 100%; }
.reg-mark::after { top: 50%; left: 0; width: 100%; height: 1px; }
.reg-mark--tl { left: 1.4rem; top: calc(var(--header) + 1.3rem); }
.reg-mark--tr { right: 1.5rem; top: calc(var(--header) + 1rem); }
.reg-mark--bl { left: 1.5rem; bottom: 1.4rem; }
.reg-mark--br { right: 1.5rem; bottom: 1.4rem; }
.hero-look-selector { width: min(100%, 410px); margin-top: 1.35rem; }
.hero-look-selector > p { margin: 0 0 .5rem; color: rgba(241,238,230,.58); font-family: var(--display); font-size: .58rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-look-selector > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(241,238,230,.48); }
.hero-look-selector button { min-width: 0; min-height: 38px; display: flex; align-items: center; gap: .55rem; padding: .45rem .6rem; border: 0; border-right: 1px solid rgba(241,238,230,.25); border-bottom: 1px solid rgba(241,238,230,.25); color: rgba(241,238,230,.66); background: transparent; font-family: var(--display); font-size: .56rem; font-weight: 900; letter-spacing: .08em; text-align: left; text-transform: uppercase; cursor: pointer; transition: color 160ms ease, background 160ms ease; }
.hero-look-selector button:nth-child(2n) { border-right: 0; }
.hero-look-selector button:nth-last-child(-n + 2) { border-bottom: 0; }
.hero-look-selector button:hover { color: var(--paper); background: rgba(241,238,230,.08); }
.hero-look-selector button.is-active { color: var(--ink); background: var(--orange); }
.look-swatch { flex: 0 0 15px; width: 15px; height: 15px; border: 1px solid rgba(241,238,230,.7); box-shadow: inset 0 0 0 1px rgba(11,11,10,.25); }
.look-swatch--black { background: #111; }
.look-swatch--sage { background: #a4b09e; }
.look-swatch--pink { background: #fee0eb; }
.look-swatch--grey { background: #a7a7a2; }
.look-swatch--green { background: #5e634d; }
.look-swatch--sky { background: #8bcdea; }
.hero-look-selector button.is-active .look-swatch { border-color: var(--ink); }
.hero-copy:has(.hero-look-selector) .stamp { display: none; }

.ticker { overflow: hidden; border-block: 2px solid var(--ink); color: var(--ink); background: var(--orange); }
.ticker div { width: max-content; display: flex; align-items: center; gap: 1.8rem; min-height: 28px; animation: ticker 28s linear infinite; }
.ticker span { font-family: var(--display); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
@keyframes ticker { to { transform: translateX(-50%); } }

.home-drop { display: grid; grid-template-columns: 28% 72%; border-bottom: 1px solid var(--line-dark); background: var(--paper); }
.rail-heading { padding: clamp(2rem, 4vw, 4.6rem) var(--gutter); border-right: 1px solid var(--line-dark); }
.rail-heading p { margin: 0 0 1.6rem; color: var(--orange); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.rail-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.4rem); letter-spacing: -0.045em; line-height: 0.84; text-transform: uppercase; }
.rail-heading a { width: 44px; height: 44px; display: grid; place-items: center; margin-top: 1.6rem; border: 1px solid var(--ink); font-size: 1.6rem; text-decoration: none; }
.home-products { min-width: 0; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 33.333%); overflow-x: auto; scroll-snap-type: x proximity; }
.home-product { min-width: 0; padding: 1rem; border: 0; border-right: 1px solid var(--line-dark); color: var(--ink); background: transparent; text-align: left; text-decoration: none; cursor: pointer; }
.home-product { scroll-snap-align: start; }
.home-product:last-child { border-right: 0; }
.home-product img { width: 100%; aspect-ratio: 1.05; object-fit: contain; transition: transform 260ms ease; }
.home-product:hover img { transform: translateY(-7px) rotate(-1deg); }
.home-product div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0.25rem 0; border-top: 1px solid var(--ink); font-family: var(--display); font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; }
.home-product div span { max-width: 70%; overflow-wrap: anywhere; }
.catalog-loading, .catalog-state { min-height: 320px; display: grid; place-items: center; padding: 2rem; font-family: var(--display); font-size: 1rem; font-weight: 900; letter-spacing: .12em; line-height: 1.5; text-align: center; text-transform: uppercase; }

/* Editorial collections */
.collection-scroll { min-width: 0; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(360px, 46%); overflow-x: auto; scroll-snap-type: x mandatory; }
.collection-card { min-width: 0; display: grid; grid-template-rows: minmax(360px, 1fr) auto; border-right: 1px solid var(--line-dark); color: var(--ink); background: var(--paper); text-decoration: none; scroll-snap-align: start; }
.collection-card:hover .collection-visual { filter: contrast(1.08); }
.collection-card:hover .collection-card-copy span { color: var(--ink); background: var(--orange); }
.collection-visual { position: relative; min-height: 360px; display: grid; place-items: center; overflow: hidden; transition: filter 220ms ease; }
.collection-frame { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; opacity: 0; transform: scale(1.025); transition: opacity 520ms ease, transform 900ms ease; }
.collection-frame.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.collection-frame--paper { background: var(--paper-bright); }
.collection-frame--ink { background: var(--ink); }
.collection-frame--ink-invert { background: var(--ink); }
.collection-frame--photo { background: #e8e7e2; }
.collection-frame img { width: 82%; height: 82%; object-fit: contain; }
.collection-frame img[data-fit="cover"] { width: 100%; height: 100%; object-fit: cover; }
.collection-frame--ink-invert img { filter: invert(1); }
.collection-frame figcaption { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; padding: .4rem .55rem; color: var(--paper); background: rgba(11,11,10,.9); font-family: var(--display); font-size: .55rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.collection-frame--ink figcaption, .collection-frame--ink-invert figcaption { color: var(--ink); background: var(--orange); }
.collection-progress { position: absolute; z-index: 3; right: 1rem; bottom: 1rem; display: flex; gap: 5px; padding: 7px; background: rgba(11,11,10,.82); }
.collection-progress i { width: 18px; height: 3px; background: rgba(241,238,230,.35); transition: background 180ms ease, width 180ms ease; }
.collection-progress i.is-active { width: 30px; background: var(--orange); }
.collection-card-copy { padding: 1.2rem 1.3rem 1.4rem; border-top: 1px solid var(--ink); }
.collection-card-copy > p:first-child { margin: 0 0 .7rem; color: var(--orange); font-size: .57rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.collection-card-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.5rem); letter-spacing: -.05em; line-height: .78; text-transform: uppercase; }
.collection-card-copy > p:nth-of-type(2) { max-width: 34rem; margin: 1rem 0; color: rgba(11,11,10,.68); font-size: .78rem; line-height: 1.55; }
.collection-card-copy span { display: inline-block; padding: .45rem .6rem; font-family: var(--display); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: color 180ms ease, background 180ms ease; }

.collections-intro { min-height: 570px; display: grid; grid-template-columns: 1.3fr .7fr; align-content: end; gap: 4rem; padding: 7rem var(--gutter) 4rem; color: var(--paper); background: var(--ink); }
.collections-intro > p { grid-column: 1 / -1; align-self: start; margin: 0; color: var(--orange); font-family: var(--display); font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.collections-intro h1 { margin: 0; font-family: var(--display); font-size: clamp(5rem, 10vw, 11rem); letter-spacing: -.06em; line-height: .72; text-transform: uppercase; }
.collections-intro h1 em { color: var(--orange); font-style: normal; }
.collections-intro > div { align-self: end; padding-top: 1.5rem; border-top: 3px solid var(--orange); }
.collections-intro > div strong { color: var(--orange); font-family: var(--display); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.collections-intro > div p { max-width: 31rem; color: rgba(241,238,230,.7); line-height: 1.7; }
.collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.collection-grid .collection-card:nth-child(odd) { border-left: 1px solid var(--line-dark); }
.collection-grid .collection-card { grid-template-rows: auto 1fr; border-bottom: 1px solid var(--line-dark); }
.collection-grid .collection-visual { min-height: 0; aspect-ratio: 4 / 3; }

.collection-detail-hero { min-height: calc(100svh - var(--header)); display: grid; grid-template-columns: 42% 58%; }
.collection-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: 4rem var(--gutter); color: var(--paper); background: var(--ink); }
.collection-detail-copy > a { align-self: flex-start; margin-bottom: 4rem; color: var(--orange); font-family: var(--display); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.collection-detail-copy > p:first-of-type { margin: 0 0 1.4rem; font-family: var(--display); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.collection-detail-copy h1 { margin: 0; font-family: var(--display); font-size: clamp(5rem, 9vw, 10rem); letter-spacing: -.06em; line-height: .74; text-transform: uppercase; }
.collection-detail-copy > p:nth-of-type(2) { max-width: 34rem; margin: 2rem 0; color: rgba(241,238,230,.7); font-size: 1rem; line-height: 1.7; }
.collection-detail-copy > strong { align-self: flex-start; padding: .55rem .7rem; color: var(--ink); background: var(--orange); font-family: var(--display); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.collection-detail-visual { min-width: 0; background: var(--paper); }
.collection-detail-visual .collection-visual { width: 100%; height: 100%; min-height: 650px; }
.collection-products { padding: clamp(3rem, 6vw, 6rem) var(--gutter); }
.collection-products > header { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 1rem; margin-bottom: 2rem; }
.collection-products > header p { grid-column: 1 / -1; margin: 0; color: var(--orange); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.collection-products > header h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -.05em; line-height: .8; text-transform: uppercase; }
.collection-products > header a { font-family: var(--display); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.collection-empty { grid-column: 1 / -1; min-height: 320px; display: grid; place-content: center; padding: 2rem; border: 1px solid var(--line-dark); text-align: center; }
.collection-empty strong { font-family: var(--display); font-size: 3rem; text-transform: uppercase; }
.collection-empty p { max-width: 38rem; line-height: 1.7; }

/* Public impact pledge */
.impact-pledge { min-height: 650px; display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.5fr); color: var(--ink); background: var(--orange); border-block: 1px solid var(--ink); }
.impact-pledge-mark { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2rem, 4vw, 4rem) var(--gutter); overflow: hidden; color: var(--orange); background: var(--ink); }
.impact-pledge-mark span { font-family: var(--display); font-size: .62rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.impact-pledge-mark strong { font-family: var(--display); font-size: clamp(4.3rem, 7.2vw, 8rem); letter-spacing: -.065em; line-height: .79; text-transform: uppercase; }
.impact-pledge-mark strong em { color: var(--paper); font-style: normal; }
.impact-pledge-mark i { position: absolute; right: -1.2rem; bottom: -2.7rem; color: rgba(242,90,10,.13); font-family: var(--display); font-size: 15rem; font-style: normal; line-height: 1; }
.impact-pledge-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem) var(--gutter); }
.impact-pledge-copy > p:first-child { margin: 0 0 1.2rem; font-family: var(--display); font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.impact-pledge-copy h2 { max-width: 980px; margin: 0; font-family: var(--display); font-size: clamp(4.2rem, 8vw, 9rem); letter-spacing: -.06em; line-height: .74; text-transform: uppercase; }
.impact-pledge-copy > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); margin-top: 3rem; padding-top: 1.3rem; border-top: 3px solid var(--ink); }
.impact-pledge-copy > div p { margin: 0; font-size: clamp(.92rem, 1.25vw, 1.15rem); line-height: 1.65; }
.impact-pledge-copy blockquote { max-width: 850px; margin: 3rem 0 2rem; font-family: var(--display); font-size: clamp(2rem, 3.4vw, 4rem); font-weight: 900; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; }
.impact-pledge-copy dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; border: 1px solid var(--ink); }
.impact-pledge-copy dl div { min-width: 0; padding: .8rem 1rem; border-right: 1px solid var(--ink); }
.impact-pledge-copy dl div:last-child { border-right: 0; }
.impact-pledge-copy dt { font-family: var(--display); font-size: .56rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.impact-pledge-copy dd { margin: .35rem 0 0; font-size: .72rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; }

.manifesto { position: relative; min-height: 760px; display: flex; align-items: center; padding: clamp(5rem, 9vw, 9rem) var(--gutter); overflow: hidden; color: var(--paper); background: var(--ink); }
.manifesto-copy { position: relative; z-index: 2; width: min(100%, 1080px); }
.manifesto-code { position: absolute; z-index: 0; right: clamp(-10rem, -6vw, -4rem); top: 50%; width: clamp(320px, 42vw, 620px); aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(242,90,10,.13); border-radius: 50%; color: rgba(242,90,10,.12); transform: translateY(-50%); pointer-events: none; }
.manifesto-code::before, .manifesto-code::after { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(242,90,10,.12); border-radius: 50%; }
.manifesto-code::after { inset: 34%; border-style: solid; }
.manifesto-code-track { position: absolute; z-index: 1; inset: 0; height: max-content; animation: manifesto-scroll 18s linear infinite; }
.manifesto-code-group { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 10px 0; }
.manifesto-code span { display: block; font-family: var(--display); font-size: clamp(3rem, 5.5vw, 5.5rem); font-weight: 900; letter-spacing: -.08em; line-height: .72; white-space: nowrap; writing-mode: vertical-rl; text-orientation: sideways; }
.manifesto-code i, .manifesto-code i::before, .manifesto-code i::after { position: absolute; display: block; background: rgba(242,90,10,.28); }
.manifesto-code i { z-index: 2; left: 50%; top: -6%; width: 1px; height: 112%; }
.manifesto-code i::before, .manifesto-code i::after { content: ""; left: 50%; width: 19px; height: 1px; transform: translateX(-50%); }
.manifesto-code i::before { top: 0; }.manifesto-code i::after { bottom: 0; }
@keyframes manifesto-scroll { to { transform: translateY(-50%); } }
.section-label { display: flex; align-items: center; gap: 0.75rem; margin: 0 0 2rem; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.section-label i { width: 35px; height: 3px; background: var(--orange); }
.manifesto h2 { max-width: 1080px; font-size: clamp(4.1rem, 7.25vw, 8rem); }
.manifesto h2 em { color: var(--orange); font-style: normal; }
.manifesto-columns { width: min(100%, 840px); display: grid; grid-template-columns: 1fr; gap: 0; margin-top: clamp(2.5rem, 5vw, 4.5rem); }
.manifesto-columns p { margin: 0; padding: 1.25rem 0; border-top: 1px solid rgba(241,238,230,.28); color: rgba(241,238,230,.72); font-family: var(--display); font-size: clamp(1.35rem, 2.25vw, 2.15rem); font-weight: 800; letter-spacing: -.01em; line-height: 1.28; }
.manifesto-columns p:first-child { color: var(--paper); border-top: 3px solid var(--orange); }
.manifesto-index { width: min(100%, 840px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; margin-top: 2rem; color: rgba(241,238,230,.48); font-family: var(--display); font-size: .58rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.manifesto-index i { height: 1px; background: rgba(241,238,230,.22); }
.manifesto-index strong { color: var(--orange); font-size: inherit; }
.site-footer { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 2rem; padding: 2.5rem var(--gutter); color: var(--paper); background: var(--ink); border-top: 1px solid var(--line-light); }
.site-footer p { margin: 0; color: rgba(241,238,230,.6); font-size: 0.75rem; line-height: 1.5; }
.site-footer div { display: flex; justify-content: flex-end; gap: 1.5rem; font-size: 0.7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

/* Lookbook */
.lookbook-page { background: var(--ink); }
.lookbook-hero { position: relative; min-height: calc(100svh - var(--header)); overflow: hidden; color: var(--paper); background: var(--ink); }
.lookbook-hero-images { position: absolute; inset: 0; }
.lookbook-hero-images::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(11,11,10,.9) 0, rgba(11,11,10,.16) 50%, rgba(11,11,10,.05) 100%), linear-gradient(0deg, rgba(11,11,10,.5), transparent 38%); pointer-events: none; }
.lookbook-hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity 1.15s ease, visibility 1.15s step-end; }
.lookbook-hero-slide.is-active { opacity: 1; visibility: visible; transition: opacity 1.15s ease, visibility 0s step-start; }
.lookbook-hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); }
.lookbook-hero-slide:nth-child(2) img { object-position: center 18%; }
.lookbook-hero-slide:nth-child(3) img { object-position: 58% center; }
.lookbook-hero.is-running .lookbook-hero-slide.is-active img { animation: lookbook-hero-breathe 6.8s cubic-bezier(.2,.7,.2,1) both; }
.lookbook-hero.is-paused .lookbook-hero-slide.is-active img,
.lookbook-hero.is-paused .lookbook-hero-progress i { animation-play-state: paused; }
@keyframes lookbook-hero-breathe { from { transform: scale(1.015); } to { transform: scale(1.055); } }
.lookbook-title { position: absolute; z-index: 2; left: var(--gutter); bottom: clamp(3rem, 7vw, 7rem); width: min(560px, calc(100% - 2 * var(--gutter))); padding: clamp(1.5rem, 3vw, 3rem); border-top: 4px solid var(--orange); background: rgba(11,11,10,.82); backdrop-filter: blur(8px); }
.lookbook-title > p, .lookbook-scene-copy > p:first-child, .lookbook-closing > p { margin: 0 0 1rem; color: var(--orange); font-family: var(--display); font-size: .68rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.lookbook-title h1, .lookbook-scene-copy h2, .lookbook-closing h2 { margin: 0; font-family: var(--display); font-size: clamp(5rem, 9vw, 9.5rem); font-weight: 900; letter-spacing: -.06em; line-height: .76; text-transform: uppercase; }
.lookbook-title h1 em, .lookbook-scene-copy h2 em, .lookbook-closing h2 em { color: var(--orange); font-style: normal; }
.lookbook-title > div { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: .8rem; border-top: 1px solid var(--line-light); font-family: var(--display); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.lookbook-title > div strong { color: var(--orange); }
.lookbook-hero-meta { position: absolute; z-index: 3; right: var(--gutter); bottom: 2rem; display: grid; justify-items: end; gap: .45rem; }
.lookbook-photo-note { margin: 0; padding: .45rem .6rem; color: var(--ink); background: var(--paper); font-family: var(--display); font-size: .58rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.lookbook-hero-controls { display: flex; align-items: stretch; color: var(--paper); background: rgba(11,11,10,.86); border: 1px solid rgba(241,238,230,.44); backdrop-filter: blur(8px); }
.lookbook-hero-controls button, .lookbook-hero-controls span { min-height: 38px; display: grid; place-items: center; padding: 0 .72rem; border: 0; border-right: 1px solid rgba(241,238,230,.25); color: inherit; background: transparent; font-family: var(--display); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lookbook-hero-controls button { cursor: pointer; }
.lookbook-hero-controls button:last-child { border-right: 0; }
.lookbook-hero-controls button:hover, .lookbook-hero-controls button:focus-visible { color: var(--ink); background: var(--orange); outline: none; }
.lookbook-hero-progress { width: 100%; height: 2px; overflow: hidden; background: rgba(241,238,230,.3); }
.lookbook-hero-progress i { display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left center; }
.lookbook-hero.is-running .lookbook-hero-progress i { animation: lookbook-hero-progress 6.4s linear both; }
@keyframes lookbook-hero-progress { to { transform: scaleX(1); } }
.lookbook-intro { min-height: 560px; display: grid; grid-template-columns: 1.35fr .65fr; align-content: center; gap: 2rem 5rem; padding: clamp(5rem, 10vw, 10rem) var(--gutter); color: var(--paper); background: var(--ink); }
.lookbook-intro .section-label { grid-column: 1 / -1; margin: 0; }
.lookbook-intro blockquote { margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 6.5vw, 7.2rem); font-weight: 900; letter-spacing: -.05em; line-height: .8; text-transform: uppercase; }
.lookbook-intro blockquote em { color: var(--orange); font-style: normal; }
.lookbook-intro > p:last-child { align-self: end; max-width: 34rem; margin: 0; padding-top: 1.4rem; border-top: 3px solid var(--orange); color: rgba(241,238,230,.68); font-size: 1rem; line-height: 1.75; }
.lookbook-scene { position: relative; }
.lookbook-scene figure { position: relative; margin: 0; overflow: hidden; }
.lookbook-scene figure img { width: 100%; height: 100%; object-fit: cover; }
.lookbook-scene figcaption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; align-items: end; color: var(--paper); text-transform: uppercase; text-shadow: 0 1px 16px rgba(0,0,0,.78); }
.lookbook-scene figcaption span { font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.lookbook-scene figcaption strong { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.4rem); letter-spacing: -.03em; }
.lookbook-scene--commute { display: grid; grid-template-columns: 56% 44%; min-height: 860px; background: var(--paper); }
.lookbook-scene--commute figure { min-height: 860px; }
.lookbook-scene--commute figure img { object-position: center 18%; }
.lookbook-scene-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem) var(--gutter); color: var(--ink); background: var(--paper); }
.lookbook-scene-copy h2 { font-size: clamp(5rem, 8vw, 9rem); }
.lookbook-scene-copy > p:not(:first-child) { max-width: 30rem; margin: 2.2rem 0 0; padding-top: 1rem; border-top: 3px solid var(--orange); line-height: 1.7; }
.lookbook-scene-copy .outline-cta { color: var(--ink); }
.lookbook-scene--fdt { min-height: 860px; display: grid; grid-template-columns: 42% 58%; background: var(--ink); }
.lookbook-scene--fdt figure { min-height: 860px; }
.lookbook-scene--fdt figure img { object-position: 58% center; }
.lookbook-scene--fdt .lookbook-scene-copy { color: var(--paper); background: var(--ink); }
.lookbook-scene--fdt .lookbook-scene-copy > p:not(:first-child) { color: rgba(241,238,230,.7); }
.lookbook-scene--fdt .lookbook-scene-copy .outline-cta { color: var(--paper); }
.lookbook-scene--night { display: grid; grid-template-columns: 1fr; background: var(--ink); }
.lookbook-scene--night figure { height: min(78vw, 980px); min-height: 620px; }
.lookbook-scene--night figure::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(11,11,10,.68)); pointer-events: none; }
.lookbook-scene--night figcaption { z-index: 1; }
.lookbook-pullquote { position: absolute; z-index: 2; right: var(--gutter); top: var(--gutter); width: min(390px, calc(100% - 2 * var(--gutter))); padding: 1.8rem; color: var(--paper); background: rgba(11,11,10,.88); border-top: 4px solid var(--orange); backdrop-filter: blur(8px); }
.lookbook-pullquote p { margin: 0 0 .65rem; color: var(--orange); font-family: var(--display); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lookbook-pullquote strong { display: block; font-family: var(--display); font-size: clamp(2.3rem, 3.2vw, 3.8rem); letter-spacing: -.035em; line-height: .9; text-transform: uppercase; }
.lookbook-pullquote a { display: inline-block; margin-top: 1.5rem; padding-bottom: .25rem; border-bottom: 1px solid var(--orange); color: var(--orange); font-family: var(--display); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.lookbook-scene--no-kings { display: grid; grid-template-columns: 1fr; background: var(--paper); }
.lookbook-scene--no-kings figure { height: min(68vw, 900px); min-height: 660px; }
.lookbook-scene--no-kings figure img { object-position: 44% center; }
.lookbook-scene--no-kings figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 42%, rgba(11,11,10,.08)); pointer-events: none; }
.lookbook-scene--no-kings figcaption { z-index: 1; }
.lookbook-scene--no-kings .lookbook-pullquote { top: 12%; width: min(430px, calc(100% - 2 * var(--gutter))); }
.lookbook-pullquote--light { color: var(--ink); background: rgba(241,238,230,.92); border: 1px solid rgba(11,11,10,.2); border-top: 4px solid var(--orange); }
.lookbook-pullquote--light strong { color: var(--ink); }
.lookbook-pullquote--light a { color: var(--ink); }
.lookbook-social { min-height: 820px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); background: var(--paper); border-top: 1px solid var(--line-dark); }
.lookbook-social-callout { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 8rem) var(--gutter); color: var(--ink); background: var(--orange); }
.lookbook-social-callout > p:first-child, .community-roll header p { margin: 0 0 1rem; font-family: var(--display); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.lookbook-social-callout h2 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 7.6vw, 8.7rem); font-weight: 900; letter-spacing: -.06em; line-height: .78; text-transform: uppercase; }
.lookbook-social-callout h2 em { display: block; color: var(--paper); font-size: clamp(2.35rem, 4.4vw, 4.8rem); font-style: normal; letter-spacing: -.075em; line-height: .9; white-space: nowrap; }
.lookbook-social-copy { max-width: 38rem; margin: clamp(2.2rem, 4vw, 4rem) 0 0; padding-top: 1.2rem; border-top: 3px solid var(--ink); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.7; }
.lookbook-social-copy strong { font-family: var(--display); letter-spacing: .03em; }
.lookbook-social-cta { width: min(100%, 390px); min-height: 64px; display: flex; justify-content: space-between; align-items: center; margin-top: 2.2rem; padding: 0 1.2rem; color: var(--paper); background: var(--ink); border: 1px solid var(--ink); font-family: var(--display); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.lookbook-social-cta:hover, .lookbook-social-cta:focus-visible { color: var(--ink); background: transparent; outline: 3px solid var(--paper); outline-offset: 3px; }
.lookbook-social-cta b { font-size: 1.15rem; }
.lookbook-social-callout small { max-width: 390px; margin-top: 1rem; font-size: .66rem; font-weight: 800; letter-spacing: .06em; line-height: 1.5; text-transform: uppercase; }
.community-roll { display: flex; flex-direction: column; justify-content: center; gap: 2rem; padding: clamp(3rem, 5vw, 6rem); color: var(--paper); background: var(--ink); }
.community-roll header { display: flex; justify-content: space-between; gap: 2rem; align-items: end; padding-bottom: 1.2rem; border-bottom: 3px solid var(--orange); }
.community-roll header p { margin: 0; color: var(--orange); }
.community-roll header strong { max-width: 18rem; font-family: var(--display); font-size: clamp(1.2rem, 2vw, 2rem); letter-spacing: -.02em; line-height: .95; text-align: right; text-transform: uppercase; }
.community-gallery { min-height: 500px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(220px, 1fr)); gap: .75rem; }
.community-placeholder { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border: 1px solid rgba(241,238,230,.28); background: linear-gradient(135deg, rgba(241,238,230,.035), rgba(242,90,10,.08)); }
.community-placeholder:first-child { grid-row: 1 / 3; }
.community-placeholder::before { content: "#"; position: absolute; right: -.08em; bottom: -.26em; color: rgba(242,90,10,.13); font-family: var(--display); font-size: clamp(12rem, 21vw, 22rem); font-weight: 900; line-height: 1; pointer-events: none; }
.community-placeholder span { position: relative; z-index: 1; color: var(--orange); font-family: var(--display); font-size: .6rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.community-placeholder strong { position: relative; z-index: 1; max-width: 15rem; font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.6rem); letter-spacing: -.04em; line-height: .9; text-transform: uppercase; }
.community-photo { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #1b1b18; }
.community-photo:first-child { grid-row: 1 / 3; }
.community-photo img { width: 100%; height: 100%; object-fit: cover; }
.community-photo figcaption { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 1rem; padding: 2.5rem 1rem 1rem; color: var(--paper); background: linear-gradient(transparent, rgba(11,11,10,.9)); font-family: var(--display); font-size: .6rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.community-photo figcaption a { color: inherit; text-decoration-color: var(--orange); text-underline-offset: .25em; }
.lookbook-closing { min-height: 620px; display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 9vw, 9rem) var(--gutter); color: var(--paper); background: var(--ink); }
.lookbook-closing h2 { max-width: 1000px; }
.lookbook-closing > div { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; margin-top: 3rem; }
.lookbook-closing a { min-width: 230px; padding: 1rem 0; border-top: 2px solid var(--orange); color: var(--orange); font-family: var(--display); font-size: 1rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

/* Shop */
.shop-shell { min-height: calc(100svh - var(--header)); display: grid; grid-template-columns: 18% 82%; }
.collection-rail { position: relative; min-height: calc(100svh - var(--header)); padding: clamp(2rem, 3vw, 3.5rem) 2.7vw; overflow: hidden; color: var(--paper); background: var(--ink); }
.collection-rail .reg-mark--tl { top: 1rem; left: 1rem; }
.collection-rail h1 { margin-top: 2rem; font-size: clamp(2.5rem, 3.75vw, 5.2rem); }
.orange-rule { width: 80%; height: 3px; margin: 1.8rem 0 1.1rem; background: var(--orange); }
.collection-rail > strong, .collection-rail > span { display: block; color: var(--orange); font-family: var(--display); font-size: 1.25rem; letter-spacing: .05em; line-height: 1.5; text-transform: uppercase; }
.collection-rail > span { font-size: .8rem; }
.collection-index { margin: 5rem 0 0; padding: 0; list-style: none; }
.collection-index li { display: grid; grid-template-columns: 8px 24px 1fr; gap: .5rem; align-items: center; margin: 0 0 .75rem; color: rgba(241,238,230,.58); font-family: var(--display); font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }
.collection-index i { width: 8px; height: 8px; border: 1px solid currentColor; }
.collection-index .active { color: var(--orange); }.collection-index .active i { background: var(--orange); }
.barcode { position: absolute; left: 2.7vw; bottom: 2rem; color: var(--paper); font-family: monospace; font-size: 1.6rem; letter-spacing: -.2em; line-height: .8; }
.barcode small { display: block; margin-top: .55rem; color: var(--orange); font-size: .55rem; letter-spacing: .14em; }
.catalog { min-width: 0; padding: 1.6rem; background: var(--paper); }
.catalog-toolbar { display: grid; grid-template-columns: 1fr repeat(3, minmax(150px, .55fr)); gap: .85rem; align-items: end; margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--line-dark); background: rgba(251,250,245,.42); }
.catalog-toolbar > div span, .catalog-toolbar label { display: grid; gap: .35rem; font-family: var(--display); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.catalog-toolbar > div strong { display: block; margin-top: .35rem; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.catalog-toolbar select { width: 100%; min-height: 44px; padding: .65rem 2rem .65rem .7rem; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: var(--paper-bright); font-family: var(--sans); font-size: .72rem; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.catalog-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: .9rem; border: 1px solid var(--line-dark); color: var(--ink); background: rgba(251,250,245,.18); text-align: left; text-decoration: none; cursor: pointer; }
button.catalog-card { width: 100%; }
.corner-cross { position: absolute; z-index: 2; left: .7rem; top: .3rem; color: rgba(11,11,10,.35); font-size: 1.5rem; font-weight: 200; }
.catalog-image { overflow: hidden; }
.catalog-image img { width: 100%; aspect-ratio: .95; object-fit: contain; transition: transform 300ms ease; }
.catalog-card:hover .catalog-image img { transform: translateY(-8px) rotate(-.7deg); }
.catalog-title, .catalog-note { display: flex; justify-content: space-between; align-items: flex-end; gap: .8rem; padding: 1rem 0; border-top: 1px solid var(--ink); }
.catalog-title h2 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.2rem); letter-spacing: -.04em; line-height: .8; text-transform: uppercase; }
.catalog-title strong { font-family: var(--display); font-size: clamp(1.1rem, 1.5vw, 1.6rem); white-space: nowrap; }
.catalog-note { align-items: center; padding-bottom: 0; font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.catalog-note b { font-size: 1.8rem; font-weight: 300; }
.catalog-banner { min-height: 190px; display: grid; grid-template-columns: 1.6fr .8fr; align-items: center; gap: 3rem; margin-top: 1rem; padding: 1.5rem 2rem; color: var(--orange); background: var(--ink); text-decoration: none; text-transform: uppercase; }
.catalog-banner span { font-family: var(--display); font-size: clamp(2.7rem, 5.1vw, 6rem); font-weight: 900; letter-spacing: -.04em; line-height: .75; }
.catalog-banner b { display: flex; justify-content: space-around; align-items: center; min-height: 75px; border: 2px solid var(--orange); font-family: var(--display); font-size: 1.5rem; letter-spacing: .08em; }

/* Product */
.product-shell { min-height: calc(100svh - var(--header)); display: grid; grid-template-columns: 56% 44%; }
.product-gallery { position: relative; display: flex; flex-direction: column; align-items: center; min-width: 0; min-height: calc(100svh - var(--header)); padding: 1.5rem clamp(3rem, 6vw, 7rem) 1.25rem; background: var(--paper); }
.product-gallery .reg-mark--tl { top: 1.5rem; }.product-gallery .reg-mark--br { bottom: 1.5rem; }
.vertical-code { position: absolute; left: 1.5rem; top: 37%; margin: 0; font-family: var(--display); font-size: .62rem; letter-spacing: .16em; writing-mode: vertical-rl; }
.product-carousel { width: min(100%, 780px); flex: 1; min-height: 0; display: grid; grid-template-rows: minmax(420px, 1fr) auto auto; gap: .7rem; }
.carousel-stage { position: relative; min-height: 0; overflow: hidden; border-bottom: 1px solid var(--ink); }
.carousel-slide { position: absolute; inset: 0; margin: 0; }
.carousel-slide[hidden] { display: none; }
.carousel-slide img { width: 100%; height: 100%; object-fit: contain; }
.product-loading-state { min-height: 100%; display: grid; place-items: center; margin: 0; padding: 2rem; color: rgba(11,11,10,.58); font-family: var(--display); font-size: .78rem; font-weight: 900; letter-spacing: .13em; line-height: 1.5; text-align: center; text-transform: uppercase; }
.carousel-slide figcaption { position: absolute; right: .65rem; bottom: .65rem; padding: .35rem .48rem; color: var(--paper); background: var(--ink); font-family: var(--display); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.carousel-controls { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; border: 1px solid var(--ink); }
.carousel-controls button { height: 38px; border: 0; background: transparent; font-size: 1.3rem; cursor: pointer; }
.carousel-controls button:first-child { border-right: 1px solid var(--ink); }
.carousel-controls button:last-child { border-left: 1px solid var(--ink); }
.carousel-controls button:hover { color: var(--paper); background: var(--ink); }
.carousel-controls span { font-family: var(--display); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-align: center; }
.carousel-thumbs { display: flex; justify-content: center; gap: .55rem; }
.carousel-thumbs button { width: 62px; height: 62px; padding: .2rem; border: 1px solid rgba(11,11,10,.35); background: var(--paper-bright); cursor: pointer; }
.carousel-thumbs button.selected { border: 3px solid var(--orange); }
.carousel-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-buy { min-width: 0; padding: 1.5rem clamp(2rem, 3vw, 4rem); color: var(--paper); background: var(--ink); }
.drop-label { margin: 0 0 1rem; color: var(--orange); font-family: var(--display); font-size: 1rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.product-buy h1 { font-size: clamp(4rem, 6.6vw, 7.6rem); }
.product-rule { height: 3px; margin: 1rem 0 .7rem; background: var(--orange); }
.product-buy h2 { margin: 0; color: var(--orange); font-family: var(--display); font-size: 1.2rem; letter-spacing: .07em; text-transform: uppercase; }
.product-price { display: block; margin-top: .35rem; font-family: var(--display); font-size: 1.8rem; }
.product-tagline { margin: .3rem 0 .65rem; color: rgba(241,238,230,.72); font-family: var(--display); font-size: .7rem; letter-spacing: .17em; text-transform: uppercase; }
.option-group { padding: .7rem 0; border-top: 1px solid var(--line-light); }
.option-group > span { display: block; margin-bottom: .55rem; color: var(--orange); font-family: var(--display); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.color-options { display: flex; flex-wrap: wrap; gap: .55rem; }
.color-option { min-width: 98px; display: inline-flex; align-items: center; gap: .6rem; padding: .6rem .75rem; border: 1px solid rgba(241,238,230,.65); color: var(--paper); background: transparent; font-family: var(--display); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.color-option.selected { border-color: var(--orange); box-shadow: inset 0 0 0 1px var(--orange); }
.color-option i { width: 18px; height: 18px; border: 1px solid #aaa; }
.color-option .swatch-white { background: white; }
.color-option .swatch-black { background: var(--ink); }
.size-grid { display: grid; grid-template-columns: repeat(9, 1fr); gap: .4rem; }
.size-grid button { min-width: 0; padding: .6rem .2rem; border: 1px solid rgba(241,238,230,.65); color: var(--paper); background: transparent; font-family: var(--display); font-weight: 900; cursor: pointer; }
.size-grid button.selected { border-color: var(--orange); color: var(--ink); background: var(--orange); }
.size-grid button:disabled { position: relative; color: rgba(241,238,230,.25); cursor: not-allowed; }
.size-grid button:disabled::after { content: ""; position: absolute; inset: 50% -3px auto; height: 1px; background: rgba(241,238,230,.35); rotate: -24deg; }
.add-button { width: 100%; min-height: 68px; margin-top: .25rem; border: 0; color: var(--ink); background: var(--orange); font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.6rem); font-weight: 900; letter-spacing: .02em; text-transform: uppercase; cursor: pointer; transition: background 180ms ease; }
.add-button:hover { background: var(--acid); }
.add-button:disabled { color: rgba(11,11,10,.55); background: #8d887d; cursor: wait; }
.availability-preview, .made-note { display: flex; align-items: center; justify-content: center; gap: .6rem; margin: .55rem 0; color: rgba(241,238,230,.72); font-family: var(--display); font-size: .62rem; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.made-note { padding: .55rem 0; border-block: 1px solid var(--line-light); }
.product-impact { margin: 1.2rem 0; padding: 1.1rem; border: 1px solid var(--orange); color: var(--paper); background: rgba(242,90,10,.08); }
.product-impact span { display: block; margin-bottom: .65rem; color: var(--orange); font-family: var(--display); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-impact p { margin: 0; color: rgba(241,238,230,.7); font-size: .75rem; line-height: 1.55; }
.product-impact a { display: inline-block; margin-top: .8rem; color: var(--orange); font-family: var(--display); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.product-details details { border-bottom: 1px solid var(--line-light); }
.product-details summary { padding: .8rem 0; font-family: var(--display); font-size: 1.2rem; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.product-details p { color: rgba(241,238,230,.66); font-size: .78rem; line-height: 1.6; }
.preview-status { display: inline-flex; align-items: center; gap: .55rem; color: var(--paper); cursor: default; }
.preview-status.is-live i, .availability-preview.is-live i { background: #42d36b; box-shadow: 0 0 0 3px rgba(66,211,107,.14); }
.preview-status.is-offline i, .availability-preview.is-offline i { background: var(--orange); }
.size-grid button.unavailable { color: rgba(241,238,230,.28); text-decoration: line-through; cursor: not-allowed; }
.crosshair { width: 24px; height: 24px; border: 1px solid rgba(241,238,230,.4); border-radius: 50%; }

.toast { position: fixed; z-index: 3000; right: 1.25rem; bottom: 1.25rem; max-width: 380px; padding: 1rem 1.2rem; border: 2px solid var(--orange); color: var(--paper); background: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .06em; line-height: 1.4; text-transform: uppercase; opacity: 0; transform: translateY(12px); transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: none; }

/* Cart + checkout review */
.cart-scrim { position: fixed; z-index: 2400; inset: 0; border: 0; background: rgba(11,11,10,.66); opacity: 0; visibility: hidden; transition: opacity 220ms ease, visibility 220ms ease; cursor: pointer; }
.cart-scrim.is-open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 2500; top: 0; right: 0; width: min(470px, 100%); height: 100svh; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border-left: 2px solid var(--ink); visibility: hidden; transform: translateX(100%); transition: transform 280ms cubic-bezier(.2,.75,.2,1), visibility 280ms ease; }
.cart-drawer.is-open { visibility: visible; transform: none; }
.cart-drawer header { min-height: 86px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1.1rem 1.35rem; border-bottom: 2px solid var(--ink); }
.cart-drawer header p { margin: 0 0 .25rem; color: var(--orange); font-family: var(--display); font-size: .64rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.cart-drawer header h2 { margin: 0; font-family: var(--display); font-size: 2.5rem; letter-spacing: -.04em; line-height: .8; text-transform: uppercase; }
.cart-close { width: 44px; height: 44px; border: 1px solid var(--ink); background: transparent; font-size: 1.6rem; cursor: pointer; }
.cart-close:hover { color: var(--paper); background: var(--ink); }
.cart-body { flex: 1; min-height: 0; overflow-y: auto; padding: 1.2rem 1.35rem; }
.cart-empty { min-height: 52vh; display: grid; place-items: center; border: 1px dashed rgba(11,11,10,.48); font-family: var(--display); font-size: 1.4rem; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.cart-item { display: grid; grid-template-columns: 104px 1fr; gap: 1rem; padding: 0 0 1.2rem; margin-bottom: 1.2rem; border-bottom: 1px solid var(--ink); }
.cart-item img { width: 104px; height: 118px; border: 1px solid rgba(11,11,10,.4); background: var(--paper-bright); object-fit: contain; }
.cart-item h3 { margin: 0 0 .35rem; font-family: var(--display); font-size: 1.45rem; letter-spacing: -.025em; line-height: .9; text-transform: uppercase; }
.cart-item-meta { margin: 0 0 .7rem; color: rgba(11,11,10,.64); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.cart-item-controls { display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.quantity-control { display: grid; grid-template-columns: 30px 30px 30px; border: 1px solid var(--ink); }
.quantity-control button, .quantity-control span { height: 30px; display: grid; place-items: center; border: 0; background: transparent; font-family: var(--display); font-weight: 900; }
.quantity-control button { cursor: pointer; }.quantity-control button:first-child { border-right: 1px solid var(--ink); }.quantity-control button:last-child { border-left: 1px solid var(--ink); }
.cart-remove { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.cart-item-price { display: block; margin-top: .7rem; font-family: var(--display); font-size: 1.35rem; }
.cart-footer { padding: 1.15rem 1.35rem 1.35rem; border-top: 2px solid var(--ink); background: var(--paper-bright); }
.cart-total { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .9rem; font-family: var(--display); font-size: 1.35rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.cart-primary { width: 100%; min-height: 58px; border: 0; color: var(--ink); background: var(--orange); font-family: var(--display); font-size: 1.7rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.cart-primary:hover { background: var(--acid); }
.cart-primary:disabled { color: rgba(11,11,10,.4); background: #c3bfb5; cursor: not-allowed; }
.cart-footnote { margin: .7rem 0 0; color: rgba(11,11,10,.58); font-size: .59rem; font-weight: 800; letter-spacing: .09em; line-height: 1.45; text-align: center; text-transform: uppercase; }
.checkout-back { margin: 0 0 1rem; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-family: var(--display); font-size: .8rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.checkout-form { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.checkout-form label { display: grid; gap: .35rem; font-family: var(--display); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.checkout-form label.wide, .checkout-form .wide { grid-column: 1 / -1; }
.checkout-form input, .checkout-form select { width: 100%; min-height: 45px; padding: .7rem; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: var(--paper-bright); }
.checkout-notice { grid-column: 1 / -1; margin: .4rem 0 0; padding: .8rem; border: 1px solid var(--orange); color: var(--ink); background: rgba(242,90,10,.08); font-size: .65rem; font-weight: 800; letter-spacing: .05em; line-height: 1.5; text-transform: uppercase; }
body.cart-open { overflow: hidden; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 1.2rem; }
  .stamp { display: none; }
  .shop-shell { grid-template-columns: 23% 77%; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-toolbar { grid-template-columns: repeat(2, 1fr); }
  .catalog-toolbar > div { grid-column: 1 / -1; }
  .collection-scroll { grid-auto-columns: minmax(360px, 60%); }
  .collection-detail-hero { grid-template-columns: 48% 52%; }
  .product-shell { grid-template-columns: 52% 48%; }
  .size-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 820px) {
  :root { --header: 64px; }
  .masthead, .masthead--split { position: relative; grid-template-columns: 1fr auto 1fr; color: var(--paper); background: var(--ink); }
  .desktop-nav, .masthead-tools [data-coming-soon] { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: .7rem; font-family: var(--display); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
  .menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { width: 22px; height: 1px; display: block; background: currentColor; }
  .menu-toggle i { position: relative; }.menu-toggle i::before, .menu-toggle i::after { content: ""; position: absolute; left: 0; }.menu-toggle i::before { top: -6px; }.menu-toggle i::after { top: 6px; }
  .brand { font-size: 1.45rem; }
  .brand-logo { width: 72px; }
  .masthead-tools { color: var(--paper); }
  .masthead-tools button { display: block; }
  .signal, .crosshair { display: none; }
  .editorial-hero { min-height: 0; display: flex; flex-direction: column-reverse; }
  .campaign-rotator { height: 62svh; min-height: 480px; }
  .hero-image { height: 57svh; min-height: 440px; }
  .hero-image img { object-position: center 16%; }
  .hero-copy { min-height: 570px; padding: 3.5rem var(--gutter) 3rem; }
  .hero-copy h1 { font-size: clamp(4.6rem, 19vw, 8rem); }
  .reg-mark--tl { top: 1.2rem; }
  .home-drop { display: block; }
  .rail-heading { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .rail-heading h2 { font-size: 3.4rem; }
  .home-products { grid-auto-columns: minmax(280px, 75vw); scroll-snap-type: x mandatory; }
  .home-product { scroll-snap-align: start; }
  .collection-scroll { grid-auto-columns: minmax(310px, 86vw); }
  .collection-card { grid-template-rows: minmax(330px, 1fr) auto; }
  .collection-visual { min-height: 330px; }
  .collections-intro { min-height: 620px; grid-template-columns: 1fr; gap: 2.5rem; padding-top: 5rem; }
  .collections-intro > p { grid-column: auto; }
  .collections-intro h1 { font-size: clamp(4.8rem, 19vw, 8rem); }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-grid .collection-card { grid-template-rows: 330px auto; }
  .collection-grid .collection-visual { min-height: 330px; aspect-ratio: auto; }
  .collection-grid .collection-card:nth-child(odd) { border-left: 0; }
  .collection-detail-hero { display: flex; flex-direction: column-reverse; }
  .collection-detail-copy { min-height: 520px; padding: 3rem var(--gutter); }
  .collection-detail-copy > a { margin-bottom: 2.5rem; }
  .collection-detail-copy h1 { font-size: clamp(4.7rem, 17vw, 8rem); }
  .collection-detail-visual .collection-visual { min-height: 66svh; }
  .collection-products > header { grid-template-columns: 1fr; }
  .collection-products > header p { grid-column: auto; }
  .impact-pledge { grid-template-columns: 1fr; }
  .impact-pledge-mark { min-height: 460px; }
  .impact-pledge-mark strong { font-size: clamp(5rem, 15vw, 8rem); }
  .manifesto { min-height: 780px; display: flex; }
  .manifesto-code { right: -10rem; width: 540px; opacity: .72; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }.site-footer div { justify-content: flex-start; }
  .lookbook-hero { min-height: 850px; }
  .lookbook-hero-slide:first-child img { object-position: 60% center; }
  .lookbook-title { left: var(--gutter); bottom: 3.5rem; }
  .lookbook-hero-meta { top: 1rem; right: 1rem; bottom: auto; }
  .lookbook-photo-note { display: none; }
  .lookbook-intro { grid-template-columns: 1fr; }
  .lookbook-intro .section-label { grid-column: auto; }
  .lookbook-scene--commute { display: flex; flex-direction: column; }
  .lookbook-scene--commute figure { min-height: 760px; }
  .lookbook-scene-copy { min-height: 660px; }
  .lookbook-scene--fdt { display: flex; flex-direction: column-reverse; }
  .lookbook-scene--fdt figure { height: 720px; min-height: 720px; flex: 0 0 720px; }
  .lookbook-scene--night figure { height: 75svh; min-height: 620px; }
  .lookbook-scene--no-kings { display: flex; flex-direction: column; }
  .lookbook-scene--no-kings figure { height: 75svh; min-height: 680px; }
  .lookbook-scene--no-kings .lookbook-pullquote { position: relative; inset: auto; width: 100%; padding: clamp(2.5rem, 8vw, 5rem) var(--gutter); border-right: 0; border-left: 0; backdrop-filter: none; }
  .lookbook-social { grid-template-columns: 1fr; }
  .lookbook-social-callout, .community-roll { min-height: 700px; }
  .lookbook-social-callout h2 { font-size: clamp(4.7rem, 13vw, 7.5rem); }
  .shop-shell { display: block; }
  .collection-rail { min-height: 340px; padding: 2.5rem var(--gutter); }
  .collection-rail h1 { margin-top: 1.3rem; font-size: 4.6rem; }
  .collection-index, .barcode { display: none; }
  .catalog { padding: 1rem; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-banner { grid-template-columns: 1fr; }.catalog-banner span { font-size: 3.4rem; }
  .product-shell { display: block; }
  .product-gallery { min-height: 78svh; padding: 1.25rem 2rem 1rem; }
  .product-carousel { grid-template-rows: minmax(52svh, 1fr) auto auto; }
  .product-buy { padding: 2rem var(--gutter); }
  .product-buy h1 { font-size: clamp(4.5rem, 16vw, 7rem); }
}

@media (max-width: 520px) {
  .masthead { padding: 0 1rem; }
  .menu-toggle span { display: none; }
  .masthead-tools { font-size: .65rem; }
  .hero-image { height: 52svh; min-height: 390px; }
  .campaign-rotator { height: 56svh; min-height: 410px; }
  .campaign-rotator .image-caption { left: .65rem; bottom: 3.45rem; }
  .hero-rotator-controls { right: .65rem; bottom: .65rem; }
  .hero-copy { min-height: 520px; }
  .hero-copy:has(.hero-look-selector) { min-height: 650px; }
  .hero-copy h1 { font-size: 4.65rem; }
  .hero-kicker { font-size: 1.32rem; }
  .hero-look-selector > div { grid-template-columns: 1fr; }
  .hero-look-selector button { border-right: 0; border-bottom: 1px solid rgba(241,238,230,.25); }
  .hero-look-selector button:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(241,238,230,.25); }
  .hero-look-selector button:last-child { border-bottom: 0; }
  .outline-cta { width: 100%; }
  .impact-pledge-mark { min-height: 400px; }
  .impact-pledge-copy h2 { font-size: 4rem; }
  .impact-pledge-copy > div { grid-template-columns: 1fr; gap: 1.4rem; }
  .impact-pledge-copy dl { grid-template-columns: 1fr; }
  .impact-pledge-copy dl div { border-right: 0; border-bottom: 1px solid var(--ink); }
  .impact-pledge-copy dl div:last-child { border-bottom: 0; }
  .manifesto h2 { font-size: 3.4rem; }
  .manifesto { min-height: 760px; }
  .manifesto-code { right: -14rem; width: 470px; }
  .manifesto-columns p { font-size: 1.35rem; }
  .manifesto-index { grid-template-columns: 1fr; gap: .5rem; }
  .manifesto-index i { display: none; }
  .collection-rail h1 { font-size: 4rem; }
  .collection-scroll { grid-auto-columns: 90vw; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .catalog-toolbar > div { grid-column: auto; }
  .catalog-banner { padding: 1.3rem; }.catalog-banner span { font-size: 2.8rem; }
  .product-gallery { min-height: 72svh; padding-inline: 1.2rem; }
  .product-carousel { grid-template-rows: minmax(46svh, 1fr) auto auto; }
  .product-buy h1 { font-size: 4.2rem; }
  .size-grid { grid-template-columns: repeat(5, 1fr); }
  .availability-preview { align-items: flex-start; text-align: left; }
  .toast { left: 1rem; right: 1rem; bottom: 1rem; }
  .cart-drawer { border-left: 0; }
  .cart-drawer header { min-height: 76px; }
  .cart-item { grid-template-columns: 88px 1fr; }.cart-item img { width: 88px; height: 104px; }
  .checkout-form { grid-template-columns: 1fr; }.checkout-form label.wide { grid-column: auto; }
  .lookbook-hero { min-height: 760px; }
  .lookbook-hero-images::after { background: linear-gradient(0deg, rgba(11,11,10,.9), rgba(11,11,10,.08) 70%); }
  .lookbook-hero-slide:first-child img { object-position: 63% center; }
  .lookbook-hero-slide:nth-child(2) img { object-position: 62% center; }
  .lookbook-hero-slide:nth-child(3) img { object-position: 68% center; }
  .lookbook-title { width: calc(100% - 2rem); left: 1rem; bottom: 1rem; padding: 1.4rem; }
  .lookbook-title h1 { font-size: 4.5rem; }
  .lookbook-title > div { display: grid; }
  .lookbook-intro { min-height: 620px; padding-block: 5rem; }
  .lookbook-intro blockquote { font-size: 3.4rem; }
  .lookbook-scene--commute figure { min-height: 650px; }
  .lookbook-scene figcaption { display: grid; }
  .lookbook-scene-copy { min-height: 600px; }
  .lookbook-scene-copy h2 { font-size: 4.55rem; }
  .lookbook-scene--fdt figure { height: 640px; min-height: 640px; flex-basis: 640px; }
  .lookbook-scene--fdt figure img { object-position: 66% center; }
  .lookbook-scene--night figure { height: 76svh; min-height: 600px; }
  .lookbook-scene--night figure img { object-position: 58% center; }
  .lookbook-scene--no-kings figure { height: 72svh; min-height: 610px; }
  .lookbook-scene--no-kings figure img { object-position: 35% center; }
  .lookbook-pullquote { top: 1rem; right: 1rem; width: calc(100% - 2rem); padding: 1.35rem; }
  .lookbook-pullquote strong { font-size: 2.25rem; }
  .lookbook-social-callout, .community-roll { min-height: 0; padding: 4.5rem 1rem; }
  .lookbook-social-callout h2 { font-size: clamp(4rem, 19vw, 5.7rem); }
  .community-roll header { display: grid; gap: .5rem; }
  .community-roll header strong { text-align: left; }
  .community-gallery { min-height: 760px; grid-template-columns: 1fr; grid-template-rows: repeat(3, minmax(230px, 1fr)); }
  .community-placeholder:first-child, .community-photo:first-child { grid-row: auto; }
  .community-placeholder strong { font-size: 2.8rem; }
  .lookbook-closing { min-height: 540px; }
  .lookbook-closing h2 { font-size: 4.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-lookbook-pause],
  .lookbook-hero-progress { display: none; }
}
