/* ==========================================================================
   LOUDPAPER — main stylesheet (mobile-first)
   Black & white gallery around colourful art. Pink only in tiny details.
   ========================================================================== */

/* ---------- fonts ---------- */
@font-face { font-family: 'Univers'; src: url('../assets/fonts/UniversLight.ttf') format('truetype'); font-weight: 300; font-display: swap; unicode-range: U+0000-001F, U+0021-FFFF; }
@font-face { font-family: 'Univers'; src: url('../assets/fonts/UniversRegular.ttf') format('truetype'); font-weight: 400; font-display: swap; unicode-range: U+0000-001F, U+0021-FFFF; }
@font-face { font-family: 'Univers'; src: url('../assets/fonts/UniversBold.ttf') format('truetype'); font-weight: 700; font-display: swap; unicode-range: U+0000-001F, U+0021-FFFF; }
@font-face { font-family: 'Univers Cn'; src: url('../assets/fonts/UniversCnRg.ttf') format('truetype'); font-weight: 400; font-display: swap; unicode-range: U+0000-001F, U+0021-FFFF; }
@font-face { font-family: 'Univers Cn'; src: url('../assets/fonts/UniversCnBold.ttf') format('truetype'); font-weight: 700; font-display: swap; unicode-range: U+0000-001F, U+0021-FFFF; }

/* The Univers files kern the space against capitals (e.g. ' T' = -18/100em), which swallows word gaps.
   Serving the space glyph from a separate face stops cross-glyph kerning on spaces only. */
@font-face { font-family: 'LP Space'; src: url('../assets/fonts/UniversRegular.ttf') format('truetype'); unicode-range: U+0020; font-display: swap; }
@font-face { font-family: 'LP Space Cn'; src: url('../assets/fonts/UniversCnRg.ttf') format('truetype'); unicode-range: U+0020; font-display: swap; }

/* ---------- tokens ---------- */
:root {
  --ink: #0c0c0c;
  --ink-2: #1a1a1a;
  --paper: #fafaf7;
  --wall: #efede8;
  --wall-2: #e6e4de;
  --line: rgba(12, 12, 12, .13);
  --line-inv: rgba(250, 250, 247, .16);
  --mute: #6f6e69;
  --mute-inv: #9d9c97;
  --pink: #ff6fae;
  --pink-soft: #ffd6e8;

  --f-sans: 'Univers', 'LP Space', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --f-cn: 'Univers Cn', 'LP Space Cn', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  --f-it: 'Instrument Serif', 'Times New Roman', serif;

  --gut: clamp(16px, 4.2vw, 48px);
  --hdr-h: 56px;
  --ann-h: 30px;
  --r: 999px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);
  --safe-b: env(safe-area-inset-bottom, 0px);
  color-scheme: light;
}
@media (min-width: 900px) { :root { --hdr-h: 68px; } }

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: auto; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--f-sans); font-size: 15px; line-height: 1.5; font-weight: 400;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }
a { -webkit-tap-highlight-color: transparent; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
[hidden] { display: none !important; }
::selection { background: var(--ink); color: var(--pink); }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; border-radius: 2px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--ink); color: var(--paper); padding: 10px 14px; border-radius: 8px; }
.skip:focus { top: 12px; }
html.lock, html.lock body { overflow: hidden; }

.app { min-height: 70vh; outline: none; }
.wrap { padding-inline: var(--gut); }

/* ---------- type ---------- */
.eyebrow {
  font-family: var(--f-cn); font-weight: 400; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: .6em;
}
.eyebrow--dot::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); flex: none; }
.num { font-family: var(--f-cn); font-size: 13px; letter-spacing: .08em; }
.it { font-family: var(--f-it); font-style: italic; font-weight: 400; letter-spacing: 0; text-transform: none; }
.display {
  font-family: var(--f-cn); font-weight: 700; text-transform: uppercase;
  line-height: .86; letter-spacing: -.012em; text-wrap: balance;
}
.h-xl { font-size: clamp(56px, 16vw, 210px); }
.h-l { font-size: clamp(46px, 12.5vw, 148px); }
.h-m { font-size: clamp(36px, 8.6vw, 88px); }
.h-s { font-size: clamp(28px, 6vw, 46px); }
.lede { font-size: 16px; line-height: 1.5; max-width: 38ch; }
.small { font-size: 13px; line-height: 1.45; }
.mute { color: var(--mute); }
.pdot { display: inline-block; width: .16em; height: .16em; min-width: 5px; min-height: 5px; background: var(--pink); border-radius: 50%; vertical-align: .08em; }
.period { color: var(--pink); }
/* line-mask reveal for big headings */
.ln { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.ln > span { display: block; transform: translateY(0); }
.js .rv-lines:not(.in) .ln > span { transform: translateY(105%); }
.rv-lines .ln > span { transition: transform 1s var(--ease); }
.rv-lines .ln:nth-child(2) > span { transition-delay: .07s; }
.rv-lines .ln:nth-child(3) > span { transition-delay: .14s; }
.rv-lines .ln:nth-child(4) > span { transition-delay: .21s; }

/* generic reveal */
.js .rv:not(.in) { opacity: 0; transform: translateY(26px); }
.rv { transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }

/* ---------- logo ---------- */
.logo {
  display: block; width: var(--lw, 128px); aspect-ratio: 574 / 92; background: currentColor;
  -webkit-mask: url('../assets/brand/logo-black.png') center / contain no-repeat;
  mask: url('../assets/brand/logo-black.png') center / contain no-repeat;
}

/* ---------- buttons & links ---------- */
.btn {
  --bg: var(--ink); --fg: var(--paper);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .7em;
  min-height: 52px; padding: 0 26px; border-radius: var(--r); background: var(--bg); color: var(--fg);
  font-family: var(--f-cn); font-weight: 700; font-size: 15px; letter-spacing: .08em; text-transform: uppercase;
  overflow: hidden; isolation: isolate; transition: transform .35s var(--ease), background .3s;
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn .roll { display: inline-grid; overflow: hidden; height: 1.2em; line-height: 1.2; }
.btn .roll > span { grid-area: 1 / 1; transition: transform .5s var(--ease); }
.btn .roll > span + span { transform: translateY(110%); }
.btn .arr { display: inline-block; width: 18px; height: 18px; flex: none; transition: transform .5s var(--ease); }
.btn .arr svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2; }
.btn::after {
  content: ''; position: absolute; right: 14px; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%;
  background: var(--pink); transform: scale(0); transition: transform .4s var(--ease);
}
@media (hover: hover) {
  .btn:hover .roll > span:first-child { transform: translateY(-110%); }
  .btn:hover .roll > span + span { transform: translateY(0); }
  .btn:hover .arr { transform: translateX(4px); }
  .btn:hover::after { transform: scale(1); }
}
.btn--light { --bg: var(--paper); --fg: var(--ink); }
.btn--ghost { --bg: transparent; --fg: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn--ghost-inv { --bg: transparent; --fg: var(--paper); box-shadow: inset 0 0 0 1.5px var(--paper); }
.btn--block { width: 100%; }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: 13px; }
.btn[disabled] { opacity: .35; pointer-events: none; }

.ulink {
  position: relative; display: inline-flex; align-items: center; gap: .45em;
  font-family: var(--f-cn); font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase;
  padding-block: 6px;
}
.ulink::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 2px; height: 1.5px; background: currentColor;
  transform-origin: right; transition: transform .5s var(--ease), background .3s;
}
@media (hover: hover) {
  .ulink:hover::after { background: var(--pink); animation: uline .7s var(--ease); }
}
@keyframes uline { 0% { transform: scaleX(1); transform-origin: right; } 49% { transform: scaleX(0); transform-origin: right; } 50% { transform-origin: left; } 100% { transform: scaleX(1); transform-origin: left; } }

.xbtn { position: relative; width: 44px; height: 44px; border-radius: 50%; flex: none; }
.xbtn span { position: absolute; left: 13px; right: 13px; top: 50%; height: 1.5px; background: currentColor; transition: transform .4s var(--ease); }
.xbtn span:first-child { transform: rotate(45deg); }
.xbtn span:last-child { transform: rotate(-45deg); }
@media (hover: hover) { .xbtn:hover span:first-child { transform: rotate(135deg); } .xbtn:hover span:last-child { transform: rotate(45deg); } }

/* pills (filters) */
.pills { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-block: 2px; -webkit-overflow-scrolling: touch; }
.pills::-webkit-scrollbar { display: none; }
.pill {
  position: relative; flex: none; display: inline-flex; align-items: center; gap: 8px;
  min-height: 40px; padding: 0 16px; border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line);
  font-family: var(--f-cn); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap;
  transition: background .3s, color .3s, box-shadow .3s;
}
.pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); margin-left: -4px; transform: scale(0); width: 0; transition: transform .35s var(--ease), width .35s var(--ease); }
.pill sup { font-size: 10px; opacity: .55; margin-left: -3px; }
.pill.is-on { background: var(--ink); color: var(--paper); box-shadow: none; }
.pill.is-on::before { transform: scale(1); width: 6px; }
@media (hover: hover) { .pill:not(.is-on):hover { box-shadow: inset 0 0 0 1px var(--ink); } }
.inv .pill { box-shadow: inset 0 0 0 1px var(--line-inv); }
.inv .pill.is-on { background: var(--paper); color: var(--ink); }

/* ---------- loader ---------- */
.loader {
  position: fixed; inset: 0; z-index: 200; background: var(--ink); color: var(--paper);
  display: grid; place-items: center; align-content: center; gap: 22px;
  transition: transform 1s var(--ease-io) .05s, visibility 0s 1.1s;
}
.loader.out { transform: translateY(-100%); visibility: hidden; }
.loader:not(.on) { display: none; }
.loader__mark { display: flex; align-items: center; gap: 10px; }
.loader__dot { width: 12px; height: 12px; border-radius: 50%; background: var(--pink); animation: pop .5s var(--ease) both; }
.wave { display: flex; gap: 5px; align-items: center; }
.wave i { display: block; width: 9px; height: 40px; border: 3px solid currentColor; border-radius: 50%; opacity: 0; animation: wave 1.2s var(--ease) infinite; }
.wave--l i { border-right-color: transparent; border-top-color: transparent; border-bottom-color: transparent; }
.wave--r i { border-left-color: transparent; border-top-color: transparent; border-bottom-color: transparent; }
.wave--l { flex-direction: row-reverse; }
.wave i:nth-child(1) { height: 22px; animation-delay: .05s; }
.wave i:nth-child(2) { height: 32px; animation-delay: .17s; }
.wave i:nth-child(3) { height: 42px; animation-delay: .29s; }
@keyframes wave { 0% { opacity: 0; transform: scale(.7); } 30% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(1.12); } }
@keyframes pop { from { transform: scale(0); } }
.loader__line { font-family: var(--f-cn); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; overflow: hidden; color: var(--mute-inv); }
.loader__line span { display: block; animation: up .8s var(--ease) .15s both; }
@keyframes up { from { transform: translateY(110%); } }

/* ---------- marquee ---------- */
.mq { position: relative; overflow: hidden; display: flex; user-select: none; -webkit-user-select: none; }
.mq__track { display: flex; flex: none; will-change: transform; animation: mq var(--dur, 30s) linear infinite; }
.mq--rev .mq__track { animation-direction: reverse; }
.mq__group { display: flex; flex: none; align-items: center; }
.mq__item { display: inline-flex; align-items: center; white-space: nowrap; }
.mq__sep { display: inline-block; flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); margin-inline: 1.1em; }
@keyframes mq { to { transform: translateX(-50%); } }

.announce { height: var(--ann-h); background: var(--ink); color: var(--paper); display: flex; align-items: center; position: relative; z-index: 51; }
.announce .mq__item { font-family: var(--f-cn); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.announce .mq__sep { width: 5px; height: 5px; margin-inline: 1.6em; }

/* the big brand strips */
.strips { position: relative; padding-block: 34px; overflow: hidden; }
.strip { background: var(--ink); color: var(--paper); padding-block: 14px; }
.strip .mq__item { font-family: var(--f-cn); font-weight: 700; text-transform: uppercase; font-size: clamp(26px, 7.4vw, 64px); letter-spacing: -.005em; line-height: 1; }
.strip .mq__sep { width: .24em; height: .24em; min-width: 8px; min-height: 8px; margin-inline: .45em; }
.strip--tilt { transform: rotate(-3deg) scale(1.06); position: relative; z-index: 2; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.strip--under { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%) rotate(2.4deg) scale(1.06); background: var(--paper); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); padding-block: 10px; }
.strip--under .mq__item { font-size: clamp(16px, 4vw, 30px); font-weight: 400; letter-spacing: .06em; }

/* ---------- header ---------- */
.hdr {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; height: var(--hdr-h);
  background: rgba(250, 250, 247, .88); -webkit-backdrop-filter: blur(14px) saturate(1.4); backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid transparent; transition: transform .45s var(--ease), border-color .3s, background .3s;
}
.hdr.is-scrolled { border-bottom-color: var(--line); }
.hdr.is-hidden { transform: translateY(-100%); }
.hdr__in { height: 100%; padding-inline: var(--gut); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; }
.hdr__nav { display: none; }
.hdr__logo { justify-self: start; display: block; padding: 8px 0; --lw: 132px; }
.hdr__tools { display: flex; align-items: center; gap: 2px; justify-self: end; }
.hdr__btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 44px; height: 44px; }
.hdr__btn svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hdr__label { display: none; font-family: var(--f-cn); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.cartcount {
  min-width: 26px; height: 26px; padding: 0 7px; border-radius: 13px; background: var(--ink); color: var(--paper);
  font-family: var(--f-cn); font-weight: 700; font-size: 13px; display: inline-grid; place-items: center; transition: transform .4s var(--ease), background .3s;
}
.cartcount.has { background: var(--ink); box-shadow: 0 0 0 2px var(--paper), 0 0 0 3.5px var(--pink); }
.cartcount.bump { animation: bump .6s var(--ease); }
@keyframes bump { 30% { transform: scale(1.35); } }
.hdr__menu { flex-direction: column; gap: 6px; }
.hdr__menu span { display: block; width: 22px; height: 1.8px; background: currentColor; transition: transform .45s var(--ease); }
.menu-open .hdr__menu span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-open .hdr__menu span:last-child { transform: translateY(-4px) rotate(-45deg); }
.menu-open .hdr { background: var(--ink); color: var(--paper); }
.menu-open .cartcount { background: var(--paper); color: var(--ink); box-shadow: none; }

@media (min-width: 900px) {
  .hdr__in { grid-template-columns: 1fr auto 1fr; }
  .hdr__nav { display: flex; gap: 26px; }
  .hdr__nav a { position: relative; font-family: var(--f-cn); font-size: 14px; letter-spacing: .1em; text-transform: uppercase; padding: 8px 0; }
  .hdr__nav a::before { content: ''; position: absolute; left: 50%; bottom: -2px; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: var(--pink); transform: scale(0); transition: transform .35s var(--ease); }
  .hdr__nav a.is-on::before, .hdr__nav a:hover::before { transform: scale(1); }
  .hdr__logo { justify-self: center; --lw: 150px; }
  .hdr__label { display: inline; }
  .hdr__menu { display: none; }
  .hdr__tools { gap: 18px; }
}

/* ---------- mobile menu ---------- */
.menu {
  position: fixed; inset: 0; z-index: 49; background: var(--ink); color: var(--paper);
  padding: calc(var(--hdr-h) + var(--ann-h) + 20px + env(safe-area-inset-top, 0px)) var(--gut) calc(24px + var(--safe-b));
  display: flex; flex-direction: column; gap: 28px; overflow-y: auto;
  clip-path: inset(0 0 100% 0); visibility: hidden; transition: clip-path .7s var(--ease-io), visibility 0s .7s;
}
.menu-open .menu { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .7s var(--ease-io); }
.menu__links { display: flex; flex-direction: column; }
.menu__links a {
  display: flex; align-items: flex-start; gap: 10px; font-family: var(--f-cn); font-weight: 700; text-transform: uppercase;
  font-size: clamp(44px, 13.5vw, 72px); line-height: .98; letter-spacing: -.01em; padding-block: 2px;
  transform: translateY(40px); opacity: 0; transition: transform .8s var(--ease), opacity .6s;
}
.menu__links small { font-size: 12px; font-weight: 400; letter-spacing: .1em; margin-top: .9em; color: var(--mute-inv); }
.menu__links a.is-on small { color: var(--pink); }
.menu-open .menu__links a { transform: none; opacity: 1; }
.menu-open .menu__links a:nth-child(1) { transition-delay: .12s; }
.menu-open .menu__links a:nth-child(2) { transition-delay: .17s; }
.menu-open .menu__links a:nth-child(3) { transition-delay: .22s; }
.menu-open .menu__links a:nth-child(4) { transition-delay: .27s; }
.menu-open .menu__links a:nth-child(5) { transition-delay: .32s; }
.menu__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; opacity: 0; transition: opacity .6s .35s; }
.menu-open .menu__cols { opacity: 1; }
.menu__cols a { display: grid; gap: 6px; font-family: var(--f-cn); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute-inv); }
.menu__cols img { aspect-ratio: 1 / 1.414; object-fit: cover; border-radius: 3px; }
.menu__foot { margin-top: auto; display: flex; justify-content: space-between; font-family: var(--f-cn); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
@media (min-width: 900px) { .menu { display: none; } }

/* ---------- sections ---------- */
.sec { padding-block: clamp(64px, 12vw, 150px); position: relative; }
.sec--tight { padding-block: clamp(40px, 8vw, 90px); }
.inv { background: var(--ink); color: var(--paper); }
.inv .mute { color: var(--mute-inv); }
.sec__head { display: grid; gap: 18px; margin-bottom: clamp(28px, 5vw, 56px); }
.sec__meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid var(--line); padding-top: 12px; }
.inv .sec__meta { border-color: var(--line-inv); }
.sec__row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 18px 32px; }
@media (min-width: 900px) {
  .sec__head--split { grid-template-columns: 1.4fr 1fr; align-items: end; }
}

/* ---------- framed poster (fp) ---------- */
.fp {
  --fwr: .05; --fc: #161616;
  position: relative; container-type: inline-size; background: transparent;
  transition: background-color .5s var(--ease), box-shadow .5s var(--ease);
}
.fp__art { position: relative; margin: 0; transition: margin .55s var(--ease); background: var(--ph, #ddd); }
.fp__art img { width: 100%; height: auto; aspect-ratio: 1 / 1.4142; object-fit: cover; opacity: 0; transition: opacity .5s ease; }
.fp__art img.ld { opacity: 1; }
.fp__art::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); transition: box-shadow .5s; }
.fp--none .fp__art { box-shadow: 0 1px 1px rgba(0,0,0,.08), 0 14px 30px -12px rgba(0,0,0,.35); }
.fp--framed { background: var(--fc); box-shadow: 0 1px 1px rgba(0,0,0,.2), 0 18px 40px -14px rgba(0,0,0,.45), 0 4px 10px -4px rgba(0,0,0,.2); }
.fp--framed .fp__art { margin: calc(var(--fwr) * 100cqw); }
.fp--framed .fp__art::after { box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), inset 1px 2px 5px rgba(0,0,0,.35); }
.fp--framed::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(150deg, rgba(255,255,255,.14), transparent 35%, transparent 70%, rgba(0,0,0,.14)); }
.fp--black { --fc: #161616; }
.fp--white { --fc: #f4f2ed; }
.fp--white::before { background: linear-gradient(150deg, rgba(255,255,255,.7), transparent 40%, transparent 70%, rgba(0,0,0,.08)); box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.fp--oak { --fc: #c79b63; background-image: repeating-linear-gradient(92deg, rgba(110, 70, 30, .13) 0 1px, transparent 1px 5px, rgba(255,255,255,.06) 5px 6px, transparent 6px 11px), linear-gradient(135deg, #d6ae78, #b9884f); }

/* ---------- room scenes ---------- */
.room { position: relative; width: 100%; aspect-ratio: var(--ra, 5 / 4); background: var(--wall, #ebe7df); overflow: hidden; container-type: inline-size; transition: background .6s; }
.room__furn { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; }
.room > .fp { position: absolute; transition: left .7s var(--ease), top .7s var(--ease), width .7s var(--ease), background-color .5s var(--ease), box-shadow .5s; }
.room > .fp--framed { box-shadow: 0 1px 1px rgba(0,0,0,.25), 2px 8px 14px -6px rgba(0,0,0,.45); }
.room > .fp--none .fp__art { box-shadow: 0 1px 1px rgba(0,0,0,.1), 2px 6px 10px -5px rgba(0,0,0,.35); }
.room--dark > .fp--framed { box-shadow: 0 1px 1px rgba(0,0,0,.5), 2px 10px 18px -6px rgba(0,0,0,.7); }
.room__light { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 80% at 70% 0%, rgba(255,255,255,.35), transparent 60%), linear-gradient(90deg, rgba(0,0,0,.06), transparent 30%); mix-blend-mode: soft-light; }
.room--dark .room__light { background: radial-gradient(90% 70% at 50% 10%, rgba(255,190,120,.16), transparent 60%); mix-blend-mode: screen; }

/* ---------- poster cards ---------- */
.card { position: relative; display: grid; gap: 12px; }
.card__media {
  position: relative; display: grid; place-items: center; background: var(--wall); overflow: hidden;
  aspect-ratio: 4 / 5; border-radius: 2px; isolation: isolate;
}
.card__media .fp { width: 72%; transition: transform .7s var(--ease), background-color .5s var(--ease), box-shadow .5s var(--ease); }
.card__tag { position: absolute; left: 10px; top: 10px; z-index: 2; display: flex; gap: 6px; }
.tag {
  display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 10px; border-radius: 12px;
  background: var(--paper); color: var(--ink); font-family: var(--f-cn); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;
}
.tag::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }
.tag--ink { background: var(--ink); color: var(--paper); }
.tag--line { background: transparent; color: inherit; box-shadow: inset 0 0 0 1px currentColor; }
.card__hint {
  position: absolute; right: 10px; bottom: 10px; z-index: 2; height: 30px; padding: 0 12px; border-radius: 15px; background: var(--ink); color: var(--paper);
  display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-cn); font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .5s var(--ease);
}
.card__info { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.card__name { font-family: var(--f-cn); font-weight: 700; font-size: 17px; letter-spacing: .02em; text-transform: uppercase; line-height: 1.1; }
.card__price { font-family: var(--f-cn); font-size: 15px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.card__price small { font-size: 12px; color: var(--mute); letter-spacing: .04em; }
.card__sub { font-size: 13px; color: var(--mute); margin-top: -8px; }
.inv .card__media { background: #1c1c1b; }
.inv .card__price small, .inv .card__sub { color: var(--mute-inv); }
.card:active .card__media .fp { transform: scale(.97); }
@media (hover: hover) {
  .card:hover .card__media .fp { transform: translateY(-2%) rotate(-1.2deg) scale(1.02); }
  .card:hover .card__media .fp.fp--none { background-color: var(--fc); box-shadow: 0 1px 1px rgba(0,0,0,.2), 0 24px 44px -16px rgba(0,0,0,.5); }
  .card:hover .card__media .fp.fp--none .fp__art { margin: calc(var(--fwr) * 100cqw); box-shadow: none; }
  .card:hover .card__hint { opacity: 1; transform: none; }
}
.sold { position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; background: rgba(250,250,247,.55); font-family: var(--f-cn); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* grid of cards */
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 12px; }
.grid--one { grid-template-columns: 1fr; gap: 36px; }
@media (min-width: 700px) { .grid { grid-template-columns: repeat(3, 1fr); gap: 40px 18px; } .grid--one { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .grid { grid-template-columns: repeat(4, 1fr); gap: 48px 22px; } .grid--one { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 420px) {
  .grid .card__name { font-size: 15px; }
  .grid .card__price { font-size: 13px; }
  .grid .card__price small { display: none; }
  .grid .tag { height: 22px; padding: 0 8px; font-size: 10px; }
}

/* FLIP-friendly filter */
.card.is-out { display: none; }
.card.flip-in { animation: cardIn .6s var(--ease) both; }
@keyframes cardIn { from { opacity: 0; transform: translateY(18px) scale(.98); } }

/* ---------- horizontal scrollers ---------- */
.hs { position: relative; }
.hs__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: var(--col, 74%); gap: 14px;
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none;
  padding-inline: var(--gut); scroll-padding-inline: var(--gut); padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
}
.hs__track::-webkit-scrollbar { display: none; }
.hs__track > * { scroll-snap-align: start; }
.hs__track.dragging { scroll-snap-type: none; cursor: grabbing; }
.hs__track.dragging * { pointer-events: none; }
.hs__bar { margin: 22px var(--gut) 0; height: 2px; background: var(--line); position: relative; overflow: hidden; border-radius: 2px; }
.inv .hs__bar { background: var(--line-inv); }
.hs__bar i { position: absolute; left: 0; top: 0; bottom: 0; width: var(--w, 30%); background: var(--ink); transform: translateX(var(--x, 0)); border-radius: 2px; }
.hs__bar i::after { content: ''; position: absolute; right: 0; top: -2px; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.inv .hs__bar i { background: var(--paper); }
.hs__nav { display: none; gap: 8px; }
.hs__nav button { width: 48px; height: 48px; border-radius: 50%; box-shadow: inset 0 0 0 1px var(--line); display: grid; place-items: center; transition: background .3s, color .3s, box-shadow .3s; }
.hs__nav button svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.hs__nav button:hover { background: var(--ink); color: var(--paper); }
.inv .hs__nav button { box-shadow: inset 0 0 0 1px var(--line-inv); }
.inv .hs__nav button:hover { background: var(--paper); color: var(--ink); }
@media (min-width: 700px) { .hs__track { --col: 40%; gap: 18px; } }
@media (min-width: 1100px) { .hs__track { --col: 23.5%; gap: 22px; } .hs__nav { display: flex; } }

/* ==========================================================================
   HOME
   ========================================================================== */
.hero { position: relative; padding: 14px var(--gut) 0; overflow: hidden; }
.hero__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.hero__top .eyebrow { font-size: 11px; }
@media (max-width: 599px) { .hero__top a.eyebrow { display: none; } }
.eq { display: inline-flex; align-items: flex-end; gap: 2px; height: 11px; }
.eq i { width: 2.5px; background: var(--pink); border-radius: 1px; animation: eq 1s ease-in-out infinite; }
.eq i:nth-child(1) { height: 60%; animation-delay: -.2s; } .eq i:nth-child(2) { height: 100%; animation-delay: -.5s; } .eq i:nth-child(3) { height: 40%; animation-delay: -.8s; } .eq i:nth-child(4) { height: 80%; animation-delay: -.35s; }
@keyframes eq { 0%, 100% { transform: scaleY(.3); } 50% { transform: scaleY(1); } }
.eq i { transform-origin: bottom; }

.hero__title { margin-top: 18px; font-size: clamp(64px, 22.5vw, 118px); line-height: .84; letter-spacing: -.02em; position: relative; z-index: 2; }
.hero__title .ln > span { white-space: nowrap; }
.hero__title .l2 { display: flex; align-items: center; gap: .14em; }
.hero__pill {
  display: inline-block; flex: none; width: 1.02em; height: .66em; border-radius: .33em; overflow: hidden; position: relative;
  transform: translateY(-.02em); background: var(--wall);
}
.hero__pill img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .6s; }
.hero__title .l3 { display: flex; align-items: flex-end; justify-content: space-between; }
.hero__aside { font-family: var(--f-it); font-size: clamp(18px, 4.8vw, 26px); line-height: 1.05; letter-spacing: 0; text-transform: none; font-weight: 400; max-width: 7.2em; text-align: right; padding-bottom: .5em; }

.hero__stage { position: relative; margin: 22px calc(var(--gut) * -1) 0; }
.hero__wall { position: relative; background: var(--wall); aspect-ratio: 1 / .94; overflow: hidden; display: grid; place-items: center; }
.hero__frame { position: relative; width: 50%; transform: rotate(-2deg); transition: transform .9s var(--ease); will-change: transform; }
.hero__frame .fp { width: 100%; }
.hero__slides { position: relative; aspect-ratio: 1 / 1.4142; }
.hero__slides img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__slides img.enter { animation: wipe 1.1s var(--ease-io) both; }
@keyframes wipe { from { clip-path: inset(100% 0 0 0); transform: scale(1.08); } to { clip-path: inset(0 0 0 0); transform: none; } }
.hero__shadow { position: absolute; left: 20%; right: 20%; bottom: 7%; height: 18px; background: radial-gradient(closest-side, rgba(0,0,0,.18), transparent); filter: blur(4px); }
.hero__now {
  position: absolute; left: var(--gut); bottom: 16px; z-index: 3; display: flex; align-items: center; gap: 10px;
  background: var(--paper); border-radius: 22px; padding: 7px 14px 7px 10px; box-shadow: 0 6px 20px rgba(0,0,0,.08);
  font-family: var(--f-cn); font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}
.hero__now b { font-weight: 700; display: inline-block; overflow: hidden; vertical-align: bottom; height: 1.25em; }
.hero__now b span { display: block; }
.hero__now b span.in { animation: up .6s var(--ease) both; }
.hero__sticker {
  position: absolute; right: 14px; top: 14px; z-index: 4; width: 96px; height: 96px; border-radius: 50%;
  background: var(--ink); color: var(--paper); display: grid; place-items: center;
  transition: transform .6s var(--ease);
}
.hero__sticker svg.ring { position: absolute; inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); animation: spin 14s linear infinite; }
.hero__sticker svg.ring text { font-family: var(--f-cn); font-size: 10.4px; letter-spacing: .21em; fill: currentColor; text-transform: uppercase; }
.hero__sticker .core { width: 38px; height: 38px; border-radius: 50%; background: var(--pink); display: grid; place-items: center; color: var(--ink); transition: transform .5s var(--ease); }
.hero__sticker .core svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 2.2; fill: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (hover: hover) { .hero__sticker:hover { transform: scale(1.06) rotate(-8deg); } .hero__sticker:hover .core { transform: scale(1.12) rotate(-45deg); } }
.hero__cta { display: grid; gap: 14px; padding: 22px 0 8px; }
.hero__sub { font-size: 16px; line-height: 1.45; max-width: 34ch; }
.hero__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.hero__btns .btn { flex: 1 1 auto; }

/* load-in choreography */
.js .hero:not(.go) .hero__frame { transform: translateY(40px) rotate(4deg); opacity: 0; }
.hero__frame { transition: transform 1.1s var(--ease) .25s, opacity .8s .25s; }
.js .hero:not(.go) .hero__sticker { transform: scale(0) rotate(-90deg); }
.hero.go .hero__sticker { transition: transform .9s var(--ease) .7s; }
.js .hero:not(.go) .hero__now, .js .hero:not(.go) .hero__cta, .js .hero:not(.go) .hero__top { opacity: 0; transform: translateY(12px); }
.hero__now, .hero__cta, .hero__top { transition: opacity .8s var(--ease) .55s, transform .8s var(--ease) .55s; }

@media (min-width: 900px) {
  .hero { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: auto 1fr auto; column-gap: 3vw; padding-top: 18px; min-height: calc(100svh - var(--hdr-h) - var(--ann-h)); }
  .hero__top { grid-column: 1 / -1; }
  .hero__title { grid-column: 1; grid-row: 2; align-self: center; font-size: clamp(90px, 11.2vw, 196px); margin-top: 0; }
  .hero__aside { font-size: clamp(22px, 1.9vw, 32px); }
  .hero__stage { grid-column: 2; grid-row: 2 / 4; margin: 16px calc(var(--gut) * -1) 0 0; }
  .hero__wall { aspect-ratio: auto; height: 100%; min-height: 560px; }
  .hero__frame { width: min(62%, 440px); }
  .hero__cta { grid-column: 1; grid-row: 3; grid-template-columns: 1fr auto; align-items: end; padding: 24px 0 36px; }
  .hero__btns .btn { flex: none; }
  .hero__sticker { width: 138px; height: 138px; top: 56px; right: auto; left: -69px; }
  .hero__sticker svg.ring text { font-size: 10.4px; }
  .hero__now { left: auto; right: var(--gut); bottom: 22px; }
}

/* best sellers */
.best__title { font-size: clamp(58px, 17vw, 210px); }
.best__title .it { font-size: .42em; vertical-align: .9em; margin-left: .15em; color: var(--ink); }
.best .hs__track { --col: 72%; }
@media (min-width: 700px) { .best .hs__track { --col: 38%; } }
@media (min-width: 1100px) { .best .hs__track { --col: 23.8%; } }
.best .card:nth-child(1) .card__media { background: var(--wall-2); }

/* featured collection (inverted) */
.feat { overflow: hidden; }
.feat__grid { display: grid; gap: 30px; }
.feat__title { font-size: clamp(76px, 25vw, 260px); line-height: .8; }
.feat__meta { display: flex; gap: 8px; flex-wrap: wrap; }
.feat__fan { position: relative; height: clamp(360px, 108vw, 560px); margin-inline: calc(var(--gut) * -1); }
.feat__fan .fc { position: absolute; top: 50%; left: 50%; width: clamp(150px, 44vw, 250px); transform: translate(-50%, -50%) translate(var(--tx, 0), var(--ty, 0)) rotate(var(--rot, 0deg)); transition: transform .2s linear; }
.feat__fan .fc .fp { width: 100%; }
.feat__fan .fc:hover { z-index: 5; }
.feat__fan .fc span { position: absolute; left: 0; bottom: -28px; font-family: var(--f-cn); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transition: opacity .3s; white-space: nowrap; }
@media (hover: hover) { .feat__fan .fc:hover span { opacity: 1; } }
.palette { display: flex; }
.palette i { width: 22px; height: 22px; border-radius: 50%; box-shadow: 0 0 0 2px var(--ink); margin-left: -6px; }
.palette i:first-child { margin-left: 0; }
.inv .palette i { box-shadow: 0 0 0 2px var(--ink); }
@media (min-width: 900px) {
  .feat__grid { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .feat__fan { height: 640px; margin: 0; }
  .feat__fan .fc { width: 270px; }
}

/* bundle feature (gallery wall) */
.wallsec__stage { position: relative; }
.wallsec__stage .room { border-radius: 2px; }
.swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.swatch {
  display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px 0 8px; border-radius: 20px; box-shadow: inset 0 0 0 1px var(--line);
  font-family: var(--f-cn); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; transition: box-shadow .3s, background .3s;
}
.swatch i { width: 24px; height: 24px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); position: relative; }
.swatch i.none { background: linear-gradient(135deg, transparent 46%, var(--ink) 46%, var(--ink) 54%, transparent 54%), var(--paper); }
.swatch.is-on { box-shadow: inset 0 0 0 1.5px var(--ink); }
.swatch.is-on i::after { content: ''; position: absolute; right: -2px; top: -2px; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 2px var(--paper); }
.wallsec__float { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; flex-wrap: wrap; pointer-events: none; }
.wallsec__float > * { pointer-events: auto; }
.wallsec__float .swatches { background: rgba(250,250,247,.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-radius: 26px; padding: 5px; gap: 2px; }
.wallsec__float .swatch { box-shadow: none; height: 38px; padding: 0 12px 0 7px; font-size: 12px; }
.wallsec__float .swatch.is-on { background: var(--ink); color: var(--paper); }
.wallsec__float .swatch.is-on i::after { box-shadow: 0 0 0 2px var(--ink); }
.wallsec__float .swatch span { display: none; }
@media (min-width: 560px) { .wallsec__float .swatch span { display: inline; } }
.bcard { display: grid; gap: 12px; }
.bcard__media { position: relative; overflow: hidden; border-radius: 2px; }
.bcard__media .room { transition: transform .9s var(--ease); }
@media (hover: hover) { .bcard:hover .bcard__media .room { transform: scale(1.03); } }
.bcard__save { position: absolute; right: 10px; top: 10px; z-index: 2; }
.bcard__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.bcard__name { font-family: var(--f-cn); font-weight: 700; font-size: 20px; text-transform: uppercase; letter-spacing: .01em; line-height: 1.05; }
.bcard__price { font-family: var(--f-cn); font-size: 16px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.bcard__price s { color: var(--mute); margin-left: 6px; font-size: 14px; }
.bcard__sub { font-size: 13px; color: var(--mute); margin-top: -6px; }

/* manifesto (scroll lit words) */
.mani { padding-block: clamp(80px, 16vw, 200px); }
.mani__text { font-family: var(--f-cn); font-weight: 700; text-transform: uppercase; font-size: clamp(38px, 10.4vw, 120px); line-height: .92; letter-spacing: -.01em; }
.mani__text .w { color: rgba(12,12,12,.12); transition: color .35s; }
.mani__text .w.lit { color: var(--ink); }
.mani__text .w.pk.lit { color: var(--ink); }
.mani__text .w .pdot { background: var(--pink); }
.mani__foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.mani__sig { font-family: var(--f-it); font-size: 26px; }

/* collections list with hover preview */
.clist { border-top: 1px solid var(--line); }
.clist__row {
  position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; padding-block: 18px; border-bottom: 1px solid var(--line);
}
.clist__name { font-family: var(--f-cn); font-weight: 700; text-transform: uppercase; font-size: clamp(38px, 11vw, 120px); line-height: .9; letter-spacing: -.01em; transition: transform .6s var(--ease); }
.clist__name sup { font-size: 13px; font-weight: 400; letter-spacing: .06em; vertical-align: top; margin-left: 6px; position: relative; top: .7em; }
.clist__vol { display: flex; flex-wrap: wrap; gap: 4px 8px; align-items: center; margin-top: 6px; font-family: var(--f-cn); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.clist__thumbs { display: flex; }
.clist__thumbs img { width: 42px; aspect-ratio: 1 / 1.414; object-fit: cover; box-shadow: 0 4px 10px rgba(0,0,0,.15); margin-left: -18px; transform: rotate(var(--r)); transition: transform .5s var(--ease), margin .5s var(--ease); }
.clist__thumbs img:first-child { margin-left: 0; }
.clist__row::before { content: ''; position: absolute; left: 0; top: 50%; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; background: var(--pink); transform: scale(0); transition: transform .5s var(--ease); }
@media (hover: hover) {
  .clist__row:hover .clist__name { transform: translateX(26px); }
  .clist__row:hover::before { transform: scale(1); }
  .clist__row:hover .clist__thumbs img { margin-left: -6px; transform: rotate(0); }
}
@media (min-width: 900px) { .clist__thumbs img { width: 64px; margin-left: -26px; } .clist__row { padding-block: 22px; } }
.follow { position: fixed; left: 0; top: 0; z-index: 40; width: 220px; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.6); transition: opacity .35s, transform .5s var(--ease); }
.follow.on { opacity: 1; }
.follow .fp { width: 100%; }

/* pinned horizontal section (desktop) */
.hpin__end .card__media { display: grid; place-items: center; }
.hpin.pinned { padding-block: 0; }
.hpin.pinned .hpin__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.hpin.pinned .hs__track { overflow: visible; scroll-snap-type: none; grid-auto-columns: 22vw; width: max-content; will-change: transform; }

/* instagram */
.insta .mq__track { gap: 0; }
.insta__tile { width: clamp(200px, 56vw, 320px); margin-right: 12px; flex: none; position: relative; }
.insta__tile .room { border-radius: 2px; }
.insta__tile span { position: absolute; left: 10px; bottom: 10px; font-family: var(--f-cn); font-size: 11px; letter-spacing: .08em; background: var(--paper); padding: 4px 8px; border-radius: 10px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.ftr { background: var(--ink); color: var(--paper); padding: 56px var(--gut) calc(28px + var(--safe-b)); overflow: hidden; }
.ftr__big { font-family: var(--f-cn); font-weight: 700; text-transform: uppercase; font-size: clamp(60px, 19vw, 260px); line-height: .82; letter-spacing: -.02em; }
.ftr__grid { display: grid; gap: 36px; margin-top: 48px; }
.ftr__news h3 { font-family: var(--f-cn); font-weight: 700; font-size: 24px; text-transform: uppercase; letter-spacing: .01em; }
.ftr__news p { color: var(--mute-inv); margin-top: 6px; font-size: 14px; }
.news { display: flex; margin-top: 16px; border-bottom: 1.5px solid var(--paper); }
.news input { flex: 1; min-width: 0; background: transparent; border: 0; height: 52px; font-size: 16px; color: var(--paper); outline: none; }
.news input::placeholder { color: var(--mute-inv); }
.news button { font-family: var(--f-cn); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: 14px; padding: 0 4px 0 16px; display: inline-flex; align-items: center; gap: 8px; }
.news button i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.ftr__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.ftr__cols h4 { font-family: var(--f-cn); font-weight: 400; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute-inv); margin-bottom: 12px; }
.ftr__cols a { display: block; padding-block: 5px; font-size: 15px; transition: color .25s; }
.ftr__cols a:hover { color: var(--pink); }
.ftr__base { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-top: 56px; padding-top: 18px; border-top: 1px solid var(--line-inv); font-size: 12px; color: var(--mute-inv); }
.ftr__base .logo { --lw: 150px; color: var(--paper); }
@media (min-width: 900px) {
  .ftr__grid { grid-template-columns: 1.2fr 2fr; gap: 8vw; }
  .ftr__cols { grid-template-columns: repeat(3, 1fr); }
}

/* ==========================================================================
   LISTING / SHOP
   ========================================================================== */
.phead { padding: 28px var(--gut) 22px; display: grid; gap: 14px; }
.phead__title { font-size: clamp(60px, 18vw, 200px); }
.phead__title sup { font-family: var(--f-cn); font-weight: 400; font-size: .16em; letter-spacing: .04em; vertical-align: top; margin-left: .2em; position: relative; top: .5em; }
.phead__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.fbar {
  position: sticky; top: calc(var(--hdr-h) + env(safe-area-inset-top, 0px)); z-index: 20; background: rgba(250,250,247,.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  padding: 10px var(--gut); display: flex; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); transition: top .45s var(--ease);
}
.hdr-hidden .fbar { top: env(safe-area-inset-top, 0px); }
.fbar .pills { flex: 1; min-width: 0; mask-image: linear-gradient(90deg, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent); padding-right: 30px; }
.fbar__btn { flex: none; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px; border-radius: 20px; background: var(--ink); color: var(--paper); font-family: var(--f-cn); font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.fbar__btn b { min-width: 18px; height: 18px; border-radius: 9px; background: var(--pink); color: var(--ink); font-size: 11px; display: inline-grid; place-items: center; }
.fbar__view { flex: none; display: flex; gap: 2px; }
.fbar__view button { width: 36px; height: 40px; display: grid; place-items: center; opacity: .35; transition: opacity .3s; }
.fbar__view button.is-on { opacity: 1; }
.fbar__view svg { width: 18px; height: 18px; fill: currentColor; }
@media (min-width: 700px) { .fbar__view { display: none; } }
.shopgrid { padding: 26px var(--gut) 0; }
.shop__count { font-family: var(--f-cn); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.empty-filter { padding: 60px 0; text-align: center; display: grid; gap: 14px; justify-items: center; }

/* bottom sheet (filters) */
.sheet { position: fixed; inset: 0; z-index: 80; pointer-events: none; }
.sheet__scrim { position: absolute; inset: 0; background: rgba(12,12,12,.45); opacity: 0; transition: opacity .4s; }
.sheet__panel {
  position: absolute; left: 0; right: 0; bottom: 0; max-height: 86vh; overflow-y: auto; background: var(--paper); border-radius: 20px 20px 0 0;
  padding: 10px var(--gut) calc(20px + var(--safe-b)); transform: translateY(100%); transition: transform .55s var(--ease);
}
.sheet.open { pointer-events: auto; }
.sheet.open .sheet__scrim { opacity: 1; }
.sheet.open .sheet__panel { transform: none; }
.sheet__grab { width: 40px; height: 4px; border-radius: 2px; background: var(--line); margin: 0 auto 14px; }
.sheet__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.sheet__head h3 { font-family: var(--f-cn); font-weight: 700; font-size: 26px; text-transform: uppercase; }
.sheet__group { padding-block: 16px; border-top: 1px solid var(--line); }
.sheet__group h4 { font-family: var(--f-cn); font-weight: 400; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); margin-bottom: 12px; }
.sheet__group .pills { flex-wrap: wrap; overflow: visible; }
.sheet__foot { display: flex; gap: 10px; padding-top: 14px; position: sticky; bottom: 0; background: var(--paper); }
.sheet__foot .btn { flex: 1; }
@media (min-width: 900px) {
  .sheet__panel { left: auto; top: 0; width: 420px; max-height: none; border-radius: 0; transform: translateX(100%); padding-top: 24px; }
  .sheet__grab { display: none; }
}

/* ==========================================================================
   PRODUCT PAGE
   ========================================================================== */
.pdp { display: grid; }
.crumbs { display: none; }
.gal { position: relative; }
.gal__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain;
}
.gal__track::-webkit-scrollbar { display: none; }
.gal__slide { scroll-snap-align: center; position: relative; aspect-ratio: 1 / 1.06; background: var(--wall); overflow: hidden; display: grid; place-items: center; }
.gal__slide .room { position: absolute; inset: 0; }
.gal__studio { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(90% 70% at 50% 35%, #f6f5f1, var(--wall) 70%); }
.gal__studio::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 16%; background: linear-gradient(#e2e0da, #dddbd4); }
.gal__studio .fp { width: 54%; z-index: 1; margin-bottom: 4%; }
.gal__studio .shadow { position: absolute; z-index: 1; left: 26%; right: 26%; bottom: 14%; height: 14px; background: radial-gradient(closest-side, rgba(0,0,0,.2), transparent); filter: blur(3px); }
.gal__flat { width: 100%; height: 100%; display: grid; place-items: center; padding: 8%; }
.gal__flat img { max-height: 100%; width: auto; height: 100%; aspect-ratio: 1/1.4142; object-fit: contain; box-shadow: 0 20px 40px -20px rgba(0,0,0,.4); }
.gal__detail { position: absolute; inset: 0; overflow: hidden; }
.gal__detail img { position: absolute; width: 260%; max-width: none; left: -70%; top: -40%; }
.gal__detail::after { content: ''; position: absolute; inset: 0; background: radial-gradient(transparent 60%, rgba(0,0,0,.15)); }
.gal__cap {
  position: absolute; left: 12px; bottom: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(250,250,247,.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-radius: 14px; height: 28px; padding: 0 11px;
  font-family: var(--f-cn); font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}
.gal__cap::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }
.gal__dots { position: absolute; right: 14px; bottom: 20px; z-index: 3; display: flex; gap: 5px; }
.gal__dots i { width: 14px; height: 2px; background: rgba(12,12,12,.25); border-radius: 1px; transition: width .4s var(--ease), background .3s; }
.gal__dots i.on { width: 28px; background: var(--ink); }
.gal__thumbs { display: none; }
.gal__scale { position: absolute; right: 12px; top: 12px; z-index: 3; font-family: var(--f-cn); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; background: var(--ink); color: var(--paper); border-radius: 12px; height: 24px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; }
.gal__scale i { width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }

.pinfo { padding: 22px var(--gut) 0; display: grid; gap: 22px; }
.pinfo__head { display: grid; gap: 8px; }
.pinfo__tags { display: flex; gap: 6px; flex-wrap: wrap; }
.pinfo__title { font-size: clamp(46px, 13.6vw, 96px); line-height: .86; }
.pinfo__blurb { font-family: var(--f-it); font-size: 22px; line-height: 1.1; }
.pinfo__price { display: flex; align-items: baseline; gap: 10px; font-family: var(--f-cn); font-size: 26px; font-variant-numeric: tabular-nums; }
.pinfo__price small { font-size: 13px; color: var(--mute); letter-spacing: .04em; }
.pinfo__price .ticker { display: inline-block; overflow: hidden; height: 1.15em; vertical-align: bottom; }
.pinfo__price .ticker span { display: block; }
.pinfo__price .ticker span.in { animation: up .45s var(--ease) both; }

.opt { display: grid; gap: 10px; }
.opt__head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.opt__head h3 { font-family: var(--f-cn); font-weight: 700; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; display: flex; gap: 8px; align-items: baseline; }
.opt__head h3 em { font-style: normal; font-weight: 400; color: var(--mute); letter-spacing: .04em; }
.opt__head a, .opt__head button { font-size: 13px; text-decoration: underline; text-underline-offset: 3px; color: var(--mute); }

.sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.size {
  position: relative; display: grid; grid-template-rows: 64px auto auto auto; justify-items: start; gap: 2px; text-align: left;
  padding: 12px 11px 11px; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .3s, background .3s; min-height: 44px;
}
.size__vis { align-self: end; justify-self: start; display: flex; align-items: flex-end; height: 56px; }
.size__vis i { display: block; background: var(--wall-2); box-shadow: inset 0 0 0 1.5px var(--ink); border-radius: 1px; transition: background .3s; }
.size__name { font-family: var(--f-cn); font-weight: 700; font-size: 20px; letter-spacing: .01em; margin-top: 6px; line-height: 1; }
.size__dims { font-size: 12px; color: var(--mute); line-height: 1.3; font-variant-numeric: tabular-nums; }
.size__price { font-family: var(--f-cn); font-size: 14px; margin-top: 4px; font-variant-numeric: tabular-nums; }
.size.is-on { box-shadow: inset 0 0 0 2px var(--ink); }
.size.is-on .size__vis i { background: var(--pink-soft); }
.size.is-on::after { content: ''; position: absolute; right: 10px; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); animation: pop .4s var(--ease); }
.size__pop { position: absolute; right: 8px; top: 8px; font-family: var(--f-cn); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.size.is-on .size__pop { display: none; }
.size[disabled] { opacity: .45; cursor: not-allowed; }
.size[disabled] .size__price { text-decoration: line-through; }
.size__out { font-family: var(--f-cn); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); position: absolute; right: 8px; top: 8px; }

.frames { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.frame {
  position: relative; display: grid; justify-items: center; gap: 6px; padding: 10px 4px 10px; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow .3s; text-align: center; min-height: 44px;
}
.frame__vis { width: 34px; aspect-ratio: 1 / 1.3; position: relative; transition: transform .45s var(--ease); }
.frame__vis .fp { width: 100%; --fwr: .12; }
.frame__vis .fp__art { background: var(--pink-soft); }
.frame__vis .fp__art img { opacity: .95; }
.frame__name { font-family: var(--f-cn); font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; line-height: 1.1; }
.frame__price { font-size: 11px; color: var(--mute); font-variant-numeric: tabular-nums; }
.frame.is-on { box-shadow: inset 0 0 0 2px var(--ink); }
.frame.is-on .frame__vis { transform: translateY(-2px) rotate(-4deg); }
.frame.is-on::after { content: ''; position: absolute; right: 8px; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); animation: pop .4s var(--ease); }

.qty { display: inline-flex; align-items: center; height: 52px; border-radius: 26px; box-shadow: inset 0 0 0 1px var(--line); flex: none; }
.qty button { width: 44px; height: 100%; display: grid; place-items: center; font-size: 20px; }
.qty span { min-width: 22px; text-align: center; font-family: var(--f-cn); font-weight: 700; font-size: 16px; font-variant-numeric: tabular-nums; }
.qty--sm { height: 36px; } .qty--sm button { width: 34px; font-size: 16px; } .qty--sm span { font-size: 14px; min-width: 16px; }
.atc { display: flex; gap: 10px; }
.atc .btn { flex: 1; }
.atc__sum { font-size: 13px; color: var(--mute); margin-top: -8px; }
.btn.added { --bg: var(--pink); --fg: var(--ink); }

.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.perks div { display: grid; gap: 6px; padding: 12px 10px; background: var(--wall); border-radius: 10px; font-size: 12px; line-height: 1.3; }
.perks b { font-family: var(--f-cn); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; }

.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; min-height: 56px; font-family: var(--f-cn); font-weight: 700; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary i { position: relative; width: 14px; height: 14px; }
.acc summary i::before, .acc summary i::after { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1.5px; background: currentColor; transition: transform .4s var(--ease); }
.acc summary i::after { transform: rotate(90deg); }
.acc details[open] summary i::after { transform: rotate(0); }
.acc details[open] summary { color: var(--ink); }
.acc__body { padding-bottom: 18px; font-size: 14px; line-height: 1.6; max-width: 60ch; }
.acc__body p + p { margin-top: 10px; }
.acc__body table { border-collapse: collapse; width: 100%; font-size: 13px; font-variant-numeric: tabular-nums; }
.acc__body td, .acc__body th { text-align: left; padding: 8px 0; border-bottom: 1px solid var(--line); }
.acc__body th { font-family: var(--f-cn); font-weight: 400; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; color: var(--mute); }

/* sticky mobile add-to-cart */
.satc {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; padding: 10px 12px calc(10px + var(--safe-b));
  background: rgba(250,250,247,.94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 12px; transform: translateY(110%); transition: transform .5s var(--ease);
}
.satc.on { transform: none; }
.satc__thumb { width: 40px; flex: none; }
.satc__thumb .fp { --fwr: .08; }
.satc__thumb.pulse { animation: bump .5s var(--ease); }
.satc__txt { flex: 1; min-width: 0; display: grid; line-height: 1.2; }
.satc__txt b { font-family: var(--f-cn); font-size: 15px; text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.satc__txt span { font-size: 12px; color: var(--mute); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.satc .btn { min-height: 48px; padding: 0 20px; flex: none; }
@media (min-width: 900px) { .satc { display: none; } }

/* recommendations */
.recs { padding-top: clamp(70px, 12vw, 130px); }
.complete { margin-top: clamp(70px, 12vw, 130px); }
.complete__card { display: grid; gap: 18px; background: var(--wall); padding: 14px; border-radius: 4px; }
.complete__card .room { border-radius: 2px; }
.complete__info { display: grid; gap: 12px; padding: 4px 4px 6px; }
@media (min-width: 900px) { .complete__card { grid-template-columns: 1.3fr 1fr; align-items: center; padding: 22px; gap: 40px; } }

@media (min-width: 900px) {
  .pdp { grid-template-columns: 1.25fr 1fr; gap: 0 4vw; padding: 20px var(--gut) 0; align-items: start; }
  .crumbs { display: flex; gap: 8px; grid-column: 1 / -1; padding-bottom: 16px; font-family: var(--f-cn); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
  .crumbs a:hover { color: var(--ink); }
  .gal { position: sticky; top: calc(var(--hdr-h) + 16px); display: grid; grid-template-columns: 76px 1fr; gap: 12px; }
  .gal__main { grid-column: 2; position: relative; }
  .gal__track { overflow: hidden; }
  .gal__thumbs { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: 8px; }
  .gal__thumbs button { position: relative; aspect-ratio: 1; background: var(--wall); overflow: hidden; border-radius: 4px; box-shadow: inset 0 0 0 1px transparent; transition: box-shadow .3s; display: grid; place-items: center; }
  .gal__thumbs button.on { box-shadow: inset 0 0 0 1.5px var(--ink); }
  .gal__thumbs img { width: 46%; box-shadow: 0 2px 6px rgba(0,0,0,.2); }
  .gal__thumbs span { font-family: var(--f-cn); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; position: absolute; bottom: 4px; left: 0; right: 0; text-align: center; }
  .gal__dots { display: none; }
  .pinfo { padding: 0 0 40px; position: sticky; top: calc(var(--hdr-h) + 16px); }
  .perks { grid-template-columns: repeat(3, 1fr); }
}

/* ==========================================================================
   COLLECTIONS
   ========================================================================== */
.chero { position: relative; overflow: hidden; }
.chero__in { display: grid; gap: 26px; padding: 26px var(--gut) clamp(50px, 9vw, 110px); position: relative; z-index: 1; }
.chero__title { font-size: clamp(76px, 25vw, 300px); line-height: .8; }
.chero__art { position: relative; height: clamp(380px, 110vw, 620px); }
.chero__art .fc { position: absolute; width: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) rotate(var(--rot)); transition: transform 1.2s var(--ease); }
.js .chero:not(.go) .chero__art .fc { transform: translate(-50%, -50%) rotate(0deg) scale(.9); }
.chero__art .fc:nth-child(1) { --tx: -30%; --ty: -8%; --rot: -8deg; }
.chero__art .fc:nth-child(2) { --tx: 28%; --ty: -14%; --rot: 7deg; }
.chero__art .fc:nth-child(3) { --tx: -18%; --ty: 16%; --rot: 4deg; z-index: 2; }
.chero__art .fc:nth-child(4) { --tx: 22%; --ty: 12%; --rot: -5deg; z-index: 3; }
.chero__meta { display: flex; flex-wrap: wrap; gap: 20px 30px; }
.chero__meta > div { display: grid; gap: 8px; }
.chero__meta dt { font-family: var(--f-cn); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }
.inv .chero__meta dt { color: var(--mute-inv); }
.chero__meta dd { margin: 0; font-size: 14px; }
@media (min-width: 900px) {
  .chero__in { grid-template-columns: 1fr 1fr; align-items: center; column-gap: 4vw; }
  .chero__in > .sec__meta, .chero__title { grid-column: 1 / -1; }
  .chero__title { grid-row: 2; }
  .chero__art { height: 600px; grid-column: 2; grid-row: 3 / 7; }
  .chero__art .fc { width: 44%; }
}

.cband { display: grid; gap: 22px; padding-block: 40px; border-top: 1px solid var(--line); }
.cband__top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.cband__name { font-size: clamp(56px, 16vw, 170px); line-height: .84; transition: transform .7s var(--ease); }
.cband__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.cband__row .fp { width: 100%; }
.cband__row a { transition: transform .6s var(--ease); }
@media (hover: hover) { .cband:hover .cband__row a:nth-child(odd) { transform: translateY(-10px) rotate(-1.5deg); } .cband:hover .cband__row a:nth-child(even) { transform: translateY(6px) rotate(1.5deg); } .cband:hover .cband__name { transform: translateX(12px); } }
@media (min-width: 900px) { .cband { grid-template-columns: 1fr 1.1fr; align-items: center; column-gap: 5vw; padding-block: 60px; } .cband__row { gap: 16px; } }

/* bundle page */
.bhero { display: grid; }
.bhero__stage { position: relative; }
.bhero__stage .room { --ra: 1 / 1.02; }
.binc { display: grid; gap: 10px; }
.binc a { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; padding: 8px; border-radius: 10px; box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .3s; }
.binc a:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.binc .fp { width: 100%; }
.binc b { font-family: var(--f-cn); font-size: 16px; text-transform: uppercase; letter-spacing: .02em; display: block; }
.binc span { font-size: 12px; color: var(--mute); }
.binc em { font-style: normal; font-family: var(--f-cn); font-size: 14px; color: var(--mute); font-variant-numeric: tabular-nums; }
.save { display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 12px; border-radius: 14px; background: var(--ink); color: var(--paper); font-family: var(--f-cn); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.save::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.price-was { color: var(--mute); font-size: .7em; }
@media (min-width: 900px) {
  .bhero { grid-template-columns: 1.3fr 1fr; gap: 4vw; padding: 20px var(--gut) 0; align-items: start; }
  .bhero__stage { position: sticky; top: calc(var(--hdr-h) + 16px); }
  .bhero__stage .room { --ra: 5 / 4; }
  .bhero .pinfo { padding: 0 0 40px; position: static; }
}

/* ==========================================================================
   CART DRAWER
   ========================================================================== */
.scrim { position: fixed; inset: 0; z-index: 90; background: rgba(12,12,12,.4); opacity: 0; pointer-events: none; transition: opacity .45s; }
.cart-open .scrim { opacity: 1; pointer-events: auto; }
.cart {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 91; width: 100%; max-width: 480px; background: var(--paper);
  display: flex; flex-direction: column; transform: translateX(104%); transition: transform .65s var(--ease); visibility: hidden;
  padding-top: env(safe-area-inset-top, 0px);
}
.cart-open .cart { transform: none; visibility: visible; }
.cart__head { display: flex; justify-content: space-between; align-items: center; padding: 10px 10px 10px var(--gut); border-bottom: 1px solid var(--line); }
.cart__head h2 { font-family: var(--f-cn); font-weight: 700; font-size: 26px; text-transform: uppercase; letter-spacing: .01em; }
.cart__head sup { font-size: 13px; font-weight: 400; margin-left: 2px; }
.cart__body { flex: 1; overflow-y: auto; padding: 0 var(--gut); overscroll-behavior: contain; }
.cart__foot { border-top: 1px solid var(--line); padding: 16px var(--gut) calc(16px + var(--safe-b)); display: grid; gap: 12px; }
.cart__foot:empty { display: none; }
.cart__sum { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--f-cn); font-size: 20px; text-transform: uppercase; font-variant-numeric: tabular-nums; }
.cart__sum small { font-family: var(--f-sans); text-transform: none; font-size: 12px; color: var(--mute); display: block; }
.cart__nudge { font-size: 13px; display: flex; gap: 8px; align-items: center; }
.cart__nudge i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); flex: none; }

.ci { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding-block: 18px; border-bottom: 1px solid var(--line); animation: cardIn .5s var(--ease) both; }
.ci__thumb { background: var(--wall); aspect-ratio: 4 / 5; display: grid; place-items: center; border-radius: 3px; overflow: hidden; }
.ci__thumb .fp { width: 66%; --fwr: .07; }
.ci__thumb--bundle { position: relative; }
.ci__thumb--bundle .fp { position: absolute; width: 42%; }
.ci__main { display: grid; gap: 4px; min-width: 0; }
.ci__top { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.ci__name { font-family: var(--f-cn); font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .02em; line-height: 1.1; }
.ci__price { font-family: var(--f-cn); font-size: 16px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.ci__opts { display: flex; flex-wrap: wrap; gap: 4px 12px; font-size: 13px; color: var(--mute); }
.ci__opts span { display: inline-flex; align-items: center; gap: 5px; }
.ci__opts i { width: 10px; height: 10px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,.2); }
.ci__inc { font-size: 12px; color: var(--mute); }
.ci__row { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 8px; }
.ci__acts { display: flex; gap: 14px; }
.ci__acts button { font-size: 13px; text-decoration: underline; text-underline-offset: 3px; min-height: 36px; }
.ci__edit { display: grid; gap: 12px; margin-top: 10px; padding: 12px; background: var(--wall); border-radius: 10px; animation: cardIn .4s var(--ease) both; }
.ci__edit h5 { margin: 0 0 6px; font-family: var(--f-cn); font-weight: 400; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { height: 36px; padding: 0 12px; border-radius: 18px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); font-family: var(--f-cn); font-size: 13px; letter-spacing: .04em; display: inline-flex; align-items: center; gap: 6px; transition: box-shadow .25s, background .25s, color .25s; }
.chip i { width: 12px; height: 12px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,.2); }
.chip small { font-size: 11px; opacity: .6; }
.chip.is-on { background: var(--ink); color: var(--paper); box-shadow: none; }

.cempty { display: grid; gap: 18px; padding-block: 40px 20px; text-align: left; }
.cempty__title { font-size: clamp(52px, 15vw, 76px); line-height: .84; }
.cempty__mark { display: flex; align-items: center; gap: 8px; height: 40px; }
.cempty__mark .wave i { animation: none; opacity: .18; }
.cempty__mark .loader__dot { animation: shh 2.4s ease-in-out infinite; width: 10px; height: 10px; }
@keyframes shh { 0%, 100% { transform: scale(.7); opacity: .6; } 50% { transform: scale(1); opacity: 1; } }
.cempty__links { display: flex; gap: 8px; flex-wrap: wrap; }
.cempty__recs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.cempty__recs .card__name { font-size: 13px; }
.cempty__recs .card__price { font-size: 12px; }
.cempty__recs .card__info { flex-direction: column; gap: 2px; }
.cupsell .card__hint, .cempty__recs .card__hint { display: none; }
.cupsell { display: grid; gap: 10px; padding-block: 18px; }
.cupsell h4 { font-family: var(--f-cn); font-weight: 700; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.cupsell__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cupsell .card__info { flex-direction: column; gap: 2px; }
.cupsell .card__name { font-size: 13px; }
.cupsell .card__price { font-size: 12px; }

/* toast */
.toast {
  position: fixed; left: 50%; bottom: calc(18px + var(--safe-b)); z-index: 120; transform: translate(-50%, calc(100% + 40px)); visibility: hidden; transition: transform .5s var(--ease), visibility 0s .5s;
  background: var(--ink); color: var(--paper); border-radius: 26px; padding: 12px 18px; display: flex; gap: 12px; align-items: center; max-width: calc(100vw - 32px);
  font-size: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.toast::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); flex: none; }
.toast.on { transform: translate(-50%, 0); visibility: visible; transition: transform .5s var(--ease); }
.toast button { font-family: var(--f-cn); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 3px; }
.satc-on .toast { bottom: calc(86px + var(--safe-b)); }

/* ==========================================================================
   SEARCH
   ========================================================================== */
.search { position: fixed; inset: 0; z-index: 95; background: var(--paper); display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity .35s, visibility 0s .35s; padding-top: env(safe-area-inset-top, 0px); }
.search.open { opacity: 1; visibility: visible; transition: opacity .35s; }
.search__bar { display: flex; align-items: center; gap: 8px; padding: 10px 10px 10px var(--gut); border-bottom: 1.5px solid var(--ink); }
.search__bar input { flex: 1; min-width: 0; border: 0; background: transparent; outline: none; font-family: var(--f-cn); font-weight: 700; font-size: clamp(26px, 7vw, 56px); text-transform: uppercase; height: 64px; letter-spacing: .01em; }
.search__bar input::placeholder { color: rgba(12,12,12,.2); }
.search__bar input::-webkit-search-cancel-button { display: none; }
.search__body { flex: 1; overflow-y: auto; padding: 20px var(--gut) 40px; }
.search__sugs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }

/* ==========================================================================
   CHECKOUT
   ========================================================================== */
.co { padding: 18px var(--gut) 60px; display: grid; gap: 24px; }
.co__steps { display: flex; gap: 6px; align-items: center; font-family: var(--f-cn); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); flex-wrap: wrap; }
.co__steps b { color: var(--ink); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.co__steps b::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.co__title { font-size: clamp(48px, 13vw, 110px); }
.co__sum { background: var(--wall); border-radius: 12px; }
.co__sum > summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 16px; cursor: pointer; font-family: var(--f-cn); font-weight: 700; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.co__sum > summary::-webkit-details-marker { display: none; }
.co__sum > summary span:last-child { font-size: 20px; font-variant-numeric: tabular-nums; }
.co__sumbody { padding: 0 16px 16px; display: grid; gap: 12px; }
.co__line { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; }
.co__line .ci__thumb { background: var(--paper); }
.co__line b { font-family: var(--f-cn); font-size: 15px; text-transform: uppercase; display: block; }
.co__line span { font-size: 12px; color: var(--mute); }
.co__line em { font-style: normal; font-family: var(--f-cn); font-variant-numeric: tabular-nums; }
.co__totals { border-top: 1px solid var(--line); padding-top: 12px; display: grid; gap: 6px; font-size: 14px; font-variant-numeric: tabular-nums; }
.co__totals div { display: flex; justify-content: space-between; }
.co__totals .grand { font-family: var(--f-cn); font-weight: 700; font-size: 22px; text-transform: uppercase; padding-top: 6px; }
.co__form { display: grid; gap: 34px; }
.fs { border: 0; margin: 0; padding: 0; display: grid; gap: 12px; }
.fs legend { display: flex; align-items: baseline; gap: 10px; padding: 0; margin-bottom: 14px; font-family: var(--f-cn); font-weight: 700; font-size: 24px; text-transform: uppercase; letter-spacing: .01em; }
.fs legend small { font-family: var(--f-cn); font-weight: 400; font-size: 13px; color: var(--mute); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fld { position: relative; display: block; }
.fld input, .fld select {
  width: 100%; height: 56px; border-radius: 10px; border: 0; box-shadow: inset 0 0 0 1px var(--line); background: var(--paper);
  padding: 22px 14px 6px; font-size: 16px; outline: none; transition: box-shadow .25s; -webkit-appearance: none; appearance: none;
}
.fld select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 20px) 26px, calc(100% - 15px) 26px; background-size: 5px 5px; background-repeat: no-repeat; }
.fld span { position: absolute; left: 14px; top: 18px; font-size: 15px; color: var(--mute); pointer-events: none; transition: transform .25s var(--ease), font-size .25s; transform-origin: left top; }
.fld input:focus, .fld select:focus { box-shadow: inset 0 0 0 1.5px var(--ink); }
.fld input:focus + span, .fld input:not(:placeholder-shown) + span, .fld select + span { transform: translateY(-10px); font-size: 11px; letter-spacing: .04em; }
.fld.err input { box-shadow: inset 0 0 0 1.5px #d93025; }
.fld .msg { display: none; font-size: 12px; color: #d93025; margin-top: 4px; }
.fld.err .msg { display: block; }
.check { display: flex; gap: 10px; align-items: center; font-size: 14px; min-height: 36px; cursor: pointer; }
.check input { width: 20px; height: 20px; accent-color: var(--ink); }
.radios { display: grid; gap: 8px; }
.radio { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 16px; border-radius: 10px; box-shadow: inset 0 0 0 1px var(--line); cursor: pointer; transition: box-shadow .25s; }
.radio input { position: absolute; opacity: 0; pointer-events: none; }
.radio .dot { width: 20px; height: 20px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--ink); display: grid; place-items: center; }
.radio .dot::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--pink); transform: scale(0); transition: transform .3s var(--ease); }
.radio:has(input:checked) { box-shadow: inset 0 0 0 2px var(--ink); }
.radio:has(input:checked) .dot::after { transform: scale(1); }
.radio b { font-family: var(--f-cn); font-size: 16px; text-transform: uppercase; letter-spacing: .02em; display: block; }
.radio small { font-size: 12px; color: var(--mute); }
.radio em { font-style: normal; font-family: var(--f-cn); font-variant-numeric: tabular-nums; }
.pay { display: grid; gap: 12px; padding: 16px; border-radius: 12px; background: var(--wall); }
.pay__note { font-size: 12px; color: var(--mute); display: flex; gap: 8px; align-items: center; }
.pay__wallets { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pay__wallets button { height: 50px; border-radius: 10px; background: var(--ink); color: var(--paper); font-weight: 700; font-size: 15px; }
.pay__or { display: flex; align-items: center; gap: 12px; font-family: var(--f-cn); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }
.pay__or::before, .pay__or::after { content: ''; flex: 1; height: 1px; background: var(--line); }
@media (min-width: 900px) {
  .co { grid-template-columns: 1.2fr .9fr; column-gap: 6vw; padding-top: 30px; align-items: start; }
  .co__head { grid-column: 1 / -1; }
  .co__sum { grid-column: 2; grid-row: 2; position: sticky; top: calc(var(--hdr-h) + 20px); }
  .co__sum > summary { pointer-events: none; }
  .co__sum > summary .sumtog { display: none; }
  .co__form { grid-column: 1; grid-row: 2; }
}

/* confirmation */
.done { padding: 40px var(--gut) 80px; display: grid; gap: 28px; }
.done__title { font-size: clamp(56px, 16vw, 190px); }
.done__steps { display: grid; gap: 0; border-top: 1px solid var(--line); }
.done__steps li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.done__steps li b { font-family: var(--f-cn); font-size: 17px; text-transform: uppercase; display: block; }
.done__steps li span { font-size: 13px; color: var(--mute); }
.done__steps li i { width: 12px; height: 12px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--ink); margin-top: 4px; }
.done__steps li.on i { background: var(--pink); box-shadow: none; }
@media (min-width: 900px) { .done { grid-template-columns: 1.2fr 1fr; column-gap: 6vw; } .done__title { grid-column: 1 / -1; } }

/* ==========================================================================
   HELP
   ========================================================================== */
.help { padding: 26px var(--gut) 40px; display: grid; gap: 30px; }
.sizeviz { display: flex; align-items: flex-end; gap: clamp(10px, 4vw, 40px); padding: 26px 16px 16px; background: var(--wall); border-radius: 6px; overflow-x: auto; }
.sizeviz figure { margin: 0; display: grid; gap: 8px; justify-items: start; flex: none; }
.sizeviz figcaption { font-family: var(--f-cn); font-size: 13px; letter-spacing: .04em; }
.sizeviz figcaption b { font-size: 18px; display: block; }
.sizeviz .fp { width: 100%; }
.sizeviz .person { width: auto; }
@media (min-width: 900px) { .help { grid-template-columns: 1fr 1.4fr; column-gap: 6vw; } .help > h1 { grid-column: 1 / -1; } }

/* ==========================================================================
   STUDIO (owner preview)
   ========================================================================== */
.st { padding: 20px var(--gut) 60px; display: grid; gap: 22px; }
.st__note { display: flex; gap: 10px; align-items: flex-start; padding: 14px 16px; background: var(--wall); border-radius: 10px; font-size: 13px; max-width: 80ch; }
.st__note i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); margin-top: 6px; flex: none; }
.st__tabs { position: sticky; top: calc(var(--hdr-h) + env(safe-area-inset-top, 0px)); z-index: 5; background: var(--paper); padding-block: 8px; border-bottom: 1px solid var(--line); }
.st__kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.st__kpis div { padding: 14px; border-radius: 10px; box-shadow: inset 0 0 0 1px var(--line); display: grid; gap: 2px; }
.st__kpis b { font-family: var(--f-cn); font-size: 30px; font-variant-numeric: tabular-nums; line-height: 1; }
.st__kpis span { font-size: 12px; color: var(--mute); }
@media (min-width: 700px) { .st__kpis { grid-template-columns: repeat(4, 1fr); } }
.st__list { display: grid; gap: 10px; }
.st__item { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 12px; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line); align-items: start; }
.st__item .fp { width: 100%; }
.st__item h4 { font-family: var(--f-cn); font-size: 18px; text-transform: uppercase; letter-spacing: .02em; line-height: 1.1; }
.st__item p { font-size: 12px; color: var(--mute); }
.st__fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 10px; }
.st__fields label { display: grid; gap: 3px; font-family: var(--f-cn); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.st__fields input, .st__ta { height: 38px; border: 0; border-radius: 8px; box-shadow: inset 0 0 0 1px var(--line); background: var(--paper); padding: 0 10px; font-size: 15px; width: 100%; font-variant-numeric: tabular-nums; }
.st__ta { height: auto; padding: 12px; min-height: 160px; line-height: 1.6; resize: vertical; }
.st__toggles { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.tog { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 12px 0 6px; border-radius: 17px; box-shadow: inset 0 0 0 1px var(--line); font-family: var(--f-cn); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.tog i { width: 30px; height: 20px; border-radius: 10px; background: var(--wall-2); position: relative; transition: background .3s; }
.tog i::after { content: ''; position: absolute; left: 2px; top: 2px; width: 16px; height: 16px; border-radius: 50%; background: var(--paper); box-shadow: 0 1px 3px rgba(0,0,0,.2); transition: transform .35s var(--ease); }
.tog.is-on i { background: var(--ink); }
.tog.is-on i::after { transform: translateX(10px); background: var(--pink); }
@media (min-width: 900px) { .st__list { grid-template-columns: 1fr 1fr; } .st__item { grid-template-columns: 70px 1fr; } }
.st__table { width: 100%; border-collapse: collapse; font-size: 14px; font-variant-numeric: tabular-nums; }
.st__table th { text-align: left; font-family: var(--f-cn); font-weight: 400; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); padding: 8px 10px 8px 0; border-bottom: 1px solid var(--line); }
.st__table td { padding: 12px 10px 12px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.st__scroll { overflow-x: auto; }

/* ==========================================================================
   CURSOR (desktop, fine pointer)
   ========================================================================== */
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
  .cursor {
    display: grid; place-items: center; position: fixed; left: 0; top: 0; z-index: 300; pointer-events: none;
    width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--ink);
    transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), background .3s, opacity .3s; opacity: 0;
  }
  .cursor.on { opacity: 1; }
  .cursor span { font-family: var(--f-cn); font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--paper); opacity: 0; transition: opacity .2s; white-space: nowrap; }
  .cursor.link { width: 34px; height: 34px; margin: -17px 0 0 -17px; background: rgba(255, 111, 174, .28); }
  .cursor.view { width: 84px; height: 84px; margin: -42px 0 0 -42px; background: var(--ink); }
  .cursor.view span { opacity: 1; }
  .cursor.drag { width: 84px; height: 84px; margin: -42px 0 0 -42px; background: var(--pink); }
  .cursor.drag span { opacity: 1; color: var(--ink); }
  .cursor.hide { opacity: 0; }
}

/* page transitions */
.app.leaving { opacity: 0; transform: translateY(10px); transition: opacity .2s ease, transform .25s ease; }
.app.entering { animation: pageIn .7s var(--ease) both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(16px); } }
::view-transition-old(root) { animation: vtOut .25s ease both; }
::view-transition-new(root) { animation: vtIn .6s var(--ease) both; }
@keyframes vtOut { to { opacity: 0; } }
@keyframes vtIn { from { opacity: 0; transform: translateY(14px); } }
::view-transition-group(poster) { animation-duration: .65s; animation-timing-function: cubic-bezier(.22, 1, .36, 1); }

/* 404 */
.nf { padding: 60px var(--gut) 100px; display: grid; gap: 20px; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .mq__track { animation: none !important; }
  .js .rv:not(.in), .js .rv-lines:not(.in) .ln > span { opacity: 1; transform: none; }
}

/* ==========================================================================
   v2: refined scale (matches the client reference: tight bold grotesk,
   italic serif accent, small typewriter labels, calmer motion)
   ========================================================================== */
:root { --f-mono: 'Space Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace; --ann-h: 0px; --hdr-h: 60px; }
@media (min-width: 900px) { :root { --hdr-h: 64px; } }
.mono { font-family: var(--f-mono); font-size: 12px; line-height: 1.55; letter-spacing: 0; text-transform: uppercase; }
.small.mono { font-size: 11.5px; }

/* headings: Univers Bold, tight */
.display { font-family: var(--f-sans); font-weight: 700; letter-spacing: -.045em; line-height: .92; word-spacing: .04em; text-transform: uppercase; }
.h-xl { font-size: clamp(40px, 9vw, 88px); }
.h-l { font-size: clamp(34px, 7.2vw, 62px); }
.h-m { font-size: clamp(26px, 5vw, 40px); }
.h-s { font-size: clamp(20px, 4vw, 28px); }

/* small labels: typewriter mono */
.eyebrow, .num, .pill, .tag, .btn, .ulink, .hdr__nav a, .hdr__label, .cartcount, .card__price, .size__dims, .size__price, .frame__name, .frame__price,
.gal__cap, .gal__scale, .crumbs, .co__steps, .ftr__cols h4, .news button, .opt__head h3, .acc summary, .perks b, .save, .chip, .swatch,
.shop__count, .fbar__btn, .sheet__group h4, .clist__vol, .menu__links small, .menu__cols a, .menu__foot, .insta__tile span, .cart__sum, .pinfo__price, .sizeviz figcaption, .st__fields label, .tog {
  font-family: var(--f-mono); letter-spacing: 0;
}
.eyebrow { font-size: 11px; }
.num { font-size: 12px; }
.pill { font-size: 11px; min-height: 34px; padding: 0 14px; letter-spacing: .02em; }
.tag { font-size: 10px; height: 22px; padding: 0 9px; }
.btn { font-size: 12px; font-weight: 700; min-height: 46px; padding: 0 22px; letter-spacing: .02em; }
.btn--sm { min-height: 38px; font-size: 11px; }
.btn::after { display: none; }
.ulink { font-size: 12px; }

/* header */
.hdr__logo { --lw: 118px; }
@media (min-width: 900px) { .hdr__logo { --lw: 132px; } .hdr__nav a, .hdr__label { font-size: 12px; } }
.cartcount { min-width: 24px; height: 24px; font-size: 12px; }
.menu__links a { font-family: var(--f-sans); font-size: clamp(34px, 10vw, 52px); letter-spacing: -.04em; line-height: 1.04; }

/* strip under hero, like the reference */
.strip { padding-block: 11px; }
.strip .mq__item { font-family: var(--f-mono); font-weight: 700; font-size: 12px; letter-spacing: .02em; line-height: 1; text-transform: uppercase; }
.strip .mq__sep { width: 6px; height: 6px; min-width: 6px; min-height: 6px; margin-inline: 22px; }

/* ---------- hero ---------- */
.hero { display: grid; padding: 0; overflow: hidden; min-height: 0; }
.hero__copy { padding: 34px var(--gut) 30px; display: grid; gap: 22px; align-content: center; }
.hero__kicker { display: flex; align-items: center; gap: 8px; }
.hero__kicker .pdot { width: 6px; height: 6px; min-width: 6px; min-height: 6px; vertical-align: 0; }
.hero__title { font-family: var(--f-sans); font-weight: 700; text-transform: uppercase; font-size: clamp(44px, 13.4vw, 104px); line-height: .9; letter-spacing: -.055em; word-spacing: .04em; }
.hero__title em { font-family: var(--f-it); font-style: italic; font-weight: 400; text-transform: uppercase; letter-spacing: -.02em; font-size: 1.08em; line-height: .85; }
.hero__foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.hero__sub { max-width: 34ch; font-size: 12px; }
.hero__circle {
  flex: none; width: 76px; height: 76px; border-radius: 50%; box-shadow: inset 0 0 0 1px var(--ink); display: grid; place-items: center; align-content: center; gap: 2px;
  font-family: var(--f-mono); font-size: 10px; line-height: 1.1; text-transform: uppercase; text-align: center; transition: background .35s, color .35s, transform .5s var(--ease);
}
.hero__circle svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 1.6; fill: none; }
@media (hover: hover) { .hero__circle:hover { background: var(--ink); color: var(--paper); transform: rotate(-10deg); } }
.hero__panel { position: relative; display: grid; place-items: center; background: var(--panel, #c8f135); aspect-ratio: 1 / 1; transition: background-color .9s var(--ease); overflow: hidden; }
.hero__poster { position: relative; width: 54%; aspect-ratio: 1 / 1.4142; box-shadow: 12px 12px 0 var(--ink); background: var(--ink); transition: transform .8s var(--ease); }
.hero__poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__poster img.enter { animation: heroIn .9s var(--ease) both; }
@keyframes heroIn { from { opacity: 0; transform: translateY(14px); } }
@media (hover: hover) { .hero__panel:hover .hero__poster { transform: translate(-3px, -3px); } }
.hero__cap { position: absolute; left: 14px; bottom: 12px; font-size: 10.5px; background: var(--paper); padding: 5px 9px; border-radius: 3px; }
.hero__cap b { font-weight: 700; }
@media (min-width: 900px) {
  .hero { grid-template-columns: 1.1fr .9fr; grid-template-rows: 1fr; min-height: min(calc(100svh - var(--hdr-h) - 36px), 760px); }
  .hero__copy { padding: 40px var(--gut); gap: 30px; }
  .hero__title { font-size: clamp(64px, 6.6vw, 112px); }
  .hero__panel { aspect-ratio: auto; }
  .hero__poster { width: min(52%, 360px); box-shadow: 16px 16px 0 var(--ink); }
  .hero__circle { width: 88px; height: 88px; }
}

/* ---------- section heads ---------- */
.shead { display: grid; gap: 14px; }
.shead__row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px 40px; }
.shead__side { max-width: 36ch; }
.shead__side .small { font-size: 13.5px; line-height: 1.5; }
.shead__side .small.mono { font-size: 11.5px; }
.sec { padding-block: clamp(56px, 9vw, 110px); }
.sec--tight { padding-block: clamp(40px, 6vw, 72px); }

/* ---------- cards: the poster is the card ---------- */
.card { gap: 10px; }
.card__media { aspect-ratio: auto; background: none; display: block; border-radius: 0; overflow: visible; }
.card__media .fp { width: 100%; }
.card__media .fp__art { transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.card__tag { left: 8px; top: 8px; }
.card__name { font-family: var(--f-sans); font-weight: 700; font-size: 13.5px; letter-spacing: -.01em; text-transform: uppercase; }
.card__price { font-size: 11.5px; }
.card__price small { font-size: 11px; }
.card__sub { font-size: 12.5px; }
.inv .card__media { background: none; }
@media (hover: hover) {
  .card:hover .card__media .fp { transform: none; }
  .card:hover .card__media .fp.fp--none { background: none; box-shadow: none; }
  .card:hover .card__media .fp.fp--none .fp__art { margin: 0; transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--ink); }
  .inv .card:hover .card__media .fp.fp--none .fp__art { box-shadow: 8px 8px 0 var(--paper); }
}
.fp--none .fp__art { box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.best .hs__track, #fresh .hs__track { --col: 62%; }
@media (min-width: 700px) { .best .hs__track, #fresh .hs__track { --col: 31%; } }
@media (min-width: 1100px) { .best .hs__track, #fresh .hs__track { --col: 19.5%; } }
.feat__grid { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .feat__grid { grid-template-columns: repeat(4, 1fr); } }
.grid { gap: 26px 12px; }
@media (min-width: 1100px) { .grid { gap: 40px 20px; } }

/* bundle / wall */
.wallsec__float .swatch { font-size: 10.5px; }
.wallsec__float .tag { height: 30px; padding: 0 12px; font-size: 10.5px; }
.bcard__name { font-family: var(--f-sans); font-size: 15px; letter-spacing: -.01em; }
.bcard__price { font-family: var(--f-mono); font-size: 12px; }
.bcard__price s { font-size: 11px; }
.bcard__sub { font-size: 12.5px; }

/* statement */
.statement { display: grid; gap: 18px; }
.statement__text { font-family: var(--f-sans); font-weight: 700; font-size: clamp(24px, 4.2vw, 44px); line-height: 1.08; letter-spacing: -.035em; max-width: 24ch; text-wrap: balance; }

/* collections list */
.clist__name { font-family: var(--f-sans); font-size: clamp(26px, 5vw, 46px); letter-spacing: -.045em; line-height: 1; }
.clist__name sup { font-family: var(--f-mono); font-size: 11px; top: .5em; }
.clist__vol { font-size: 10.5px; margin-top: 8px; }
.clist__thumbs img { width: 34px; margin-left: -12px; transform: none; box-shadow: 0 2px 6px rgba(0,0,0,.15); }
@media (min-width: 900px) { .clist__thumbs img { width: 46px; margin-left: -14px; } }
@media (hover: hover) { .clist__row:hover .clist__name { transform: translateX(14px); } .clist__row::before { width: 7px; height: 7px; margin-top: -3.5px; } }
.insta__tile { width: clamp(180px, 46vw, 260px); }
.insta__tile span { font-size: 10px; }

/* footer */
.ftr__big { font-family: var(--f-sans); font-size: clamp(40px, 9vw, 96px); letter-spacing: -.055em; line-height: .9; }
.ftr__news h3 { font-family: var(--f-sans); font-size: 18px; letter-spacing: -.02em; }
.ftr__cols a { font-size: 14px; }
.ftr__base .logo { --lw: 120px; }

/* listing pages */
.phead { padding-top: 26px; }
.phead__title { font-family: var(--f-sans); font-size: clamp(38px, 8.4vw, 76px); letter-spacing: -.05em; }
.phead__title sup { font-family: var(--f-mono); font-size: 12px; top: .4em; letter-spacing: 0; }
.fbar__btn { font-size: 11px; height: 34px; }

/* product page */
.pinfo { gap: 20px; }
.pinfo__title { font-family: var(--f-sans); font-size: clamp(30px, 6.4vw, 48px); letter-spacing: -.05em; line-height: .95; }
.pinfo__blurb { font-size: 19px; }
.pinfo__price { font-size: 20px; }
.pinfo__price small { font-size: 11px; }
.opt__head h3 { font-size: 11.5px; font-weight: 700; }
.opt__head h3 em { font-weight: 400; }
.size { grid-template-rows: 50px auto auto auto; padding: 10px; border-radius: 10px; }
.size__vis { height: 44px; }
.size__name { font-family: var(--f-sans); font-size: 17px; letter-spacing: -.02em; }
.size__dims { font-size: 10.5px; }
.size__price { font-size: 11.5px; }
.size__pop, .size__out { font-family: var(--f-mono); font-size: 9px; letter-spacing: 0; }
.frame { border-radius: 10px; padding: 9px 4px; }
.frame__name { font-size: 11px; font-weight: 700; }
.frame__price { font-size: 10px; }
.perks div { font-size: 11.5px; }
.perks b { font-size: 11px; }
.acc summary { font-size: 12px; font-weight: 700; min-height: 52px; }
.satc__txt b { font-family: var(--f-sans); font-size: 13.5px; letter-spacing: -.01em; }
.gal__cap, .gal__scale { font-size: 10px; }

/* collection & bundle pages */
.chero__title { font-family: var(--f-sans); font-size: clamp(48px, 12vw, 120px); letter-spacing: -.055em; line-height: .88; }
.chero__art { height: clamp(320px, 92vw, 520px); }
.chero__art .fc { width: 42%; }
@media (min-width: 900px) { .chero__art { height: 520px; } .chero__art .fc { width: 38%; } }
.chero__art .fc:nth-child(1) { --rot: -5deg; } .chero__art .fc:nth-child(2) { --rot: 4deg; } .chero__art .fc:nth-child(3) { --rot: 2deg; } .chero__art .fc:nth-child(4) { --rot: -3deg; }
.cband__name { font-family: var(--f-sans); font-size: clamp(34px, 7vw, 64px); letter-spacing: -.05em; }
.binc b { font-family: var(--f-sans); font-size: 14px; letter-spacing: -.01em; }

/* cart, checkout, confirmation, misc */
.cart__head h2 { font-family: var(--f-sans); font-size: 20px; letter-spacing: -.03em; }
.ci__name { font-family: var(--f-sans); font-size: 14px; letter-spacing: -.01em; }
.ci__price { font-family: var(--f-mono); font-size: 13px; }
.cart__sum { font-size: 15px; }
.cempty__title { font-family: var(--f-sans); font-size: clamp(34px, 9vw, 44px); letter-spacing: -.05em; }
.co__title { font-family: var(--f-sans); font-size: clamp(36px, 8vw, 64px); letter-spacing: -.05em; }
.fs legend { font-family: var(--f-sans); font-size: 18px; letter-spacing: -.02em; }
.radio b, .co__line b, .done__steps li b { font-family: var(--f-sans); font-size: 14px; letter-spacing: -.01em; }
.co__totals .grand { font-family: var(--f-sans); font-size: 18px; }
.co__sum > summary { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0; }
.done__title { font-family: var(--f-sans); font-size: clamp(40px, 9vw, 88px); letter-spacing: -.05em; }
.search__bar input { font-family: var(--f-sans); font-size: clamp(22px, 5vw, 36px); letter-spacing: -.03em; }
.sheet__head h3 { font-family: var(--f-sans); font-size: 20px; letter-spacing: -.03em; }
.st__item h4 { font-family: var(--f-sans); font-size: 15px; letter-spacing: -.01em; }
.st__kpis b { font-family: var(--f-sans); font-size: 26px; letter-spacing: -.03em; }
