:root {
  --bone:#f3f0e9;
  --ink:#191919;
  --muted:#6f6b64;
  --line:rgba(25,25,25,.18);
  --red:#b51f1f;
  --dark:#1d1d1d;
  --body-font:Arial,Helvetica,sans-serif;
  --anchor-offset:76px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
section[id] {
  scroll-margin-top:var(--anchor-offset)
}
body {
  margin:0;
  background:var(--bone);
  color:var(--ink);
  font-family:var(--body-font);
  font-size:15px;
  overflow-x:hidden
}
body.locked {
  overflow:hidden
}
a {
  color:inherit;
  text-decoration:none
}
img {
  display:block;
  width:100%
}
.grain {
  position:fixed;
  inset:0;
  z-index:999;
  pointer-events:none;
  opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")
}
.wordmark span,h1 span,h2 span {
  color:var(--red)
}
.logo-mark {
  width:72px;
  height:80px;
  position:relative
}
.logo-mark span {
  position:absolute;
  left:17px;
  top:3px;
  width:24px;
  height:70px;
  background:var(--ink);
  transform:skew(24deg)
}
.logo-mark i {
  position:absolute;
  right:2px;
  top:12px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--red)
}
.logo-mark.large {
  width:120px;
  height:130px
}
.logo-mark.large span {
  left:24px;
  width:40px;
  height:112px
}
.logo-mark.large i {
  width:28px;
  height:28px;
  top:17px
}
.header {
  position:fixed;
  left:0;
  right:0;
  top:0;
  height:76px;
  padding:0 4vw;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  z-index:100;
  background:rgba(243,240,233,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;
  transition:border .3s
}
.header.scrolled {
  border-color:var(--line)
}
.wordmark {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  font-family:'Arial Narrow',Arial,sans-serif;
  font-weight:900;
  font-stretch:condensed;
  font-size:28px;
  letter-spacing:-.07em
}
.header nav {
  display:flex;
  gap:38px;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.06em
}
.header nav a {
  display:flex;
  align-items:center;
  min-height:44px
}
.header nav a,.header-ig,.underlink {
  position:relative
}
.header nav a:after,.header-ig:after,.underlink:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-6px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:right;
  transition:transform .35s
}
.header nav a:hover:after,.header-ig:hover:after,.underlink:hover:after {
  transform:scaleX(1);
  transform-origin:left
}
.header-ig {
  display:flex;
  align-items:center;
  min-height:44px;
  justify-self:end;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.06em
}
.arrow-icon {
  display:inline-block;
  width:12px;
  height:12px;
  flex:none;
  fill:none;
  stroke:currentColor;
  stroke-width:1.35;
  stroke-linecap:round;
  stroke-linejoin:round;
  vertical-align:-.12em
}
.header-ig .arrow-icon {
  margin-left:4px
}
.hero {
  min-height:100vh;
  padding:110px 4vw 42px;
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:3vw;
  align-items:center;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--line)
}
.not-found {
  min-height:100vh;
  padding:clamp(130px,20vh,220px) 4vw 80px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center
}
.not-found h1 {
  font-family:'Arial Narrow',Arial,sans-serif;
  font-stretch:condensed;
  font-weight:900;
  font-size:clamp(62px,10vw,144px);
  letter-spacing:-.075em;
  line-height:.86;
  margin:24px 0
}
.not-found>p:not(.section-index) {
  max-width:38rem;
  line-height:1.7;
  color:#4b4944
}
.kicker,.section-index {
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase
}
.hero h1,.manifesto h2,.studio h2,.connect h2 {
  font-family:'Arial Narrow',Arial,sans-serif;
  font-stretch:condensed;
  font-weight:900;
  letter-spacing:-.075em;
  line-height:.86;
  margin:24px 0
}
.hero h1 {
  font-size:clamp(62px,7vw,132px)
}
.hero-intro {
  font-size:15px;
  line-height:1.65;
  margin:34px 0
}
.underlink {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.06em;
  padding-bottom:4px
}
.underlink .arrow-icon {
  margin-left:12px
}
.hero-figure {
  height:min(58vh,550px);
  height:min(58svh,550px);
  max-height:calc(100vh - 200px);
  max-height:calc(100svh - 200px);
  min-height:400px;
  margin:16px 0 0;
  position:relative;
  display:grid;
  place-items:center;
  align-self:start;
  overflow:visible;
  isolation:isolate
}
.hero-figure img {
  --hero-image-y:-56px;
  position:relative;
  z-index:1;
  height:80%;
  max-height:100%;
  object-fit:contain;
  filter:drop-shadow(12px 16px 8px rgba(25,25,25,.26)) drop-shadow(26px 32px 24px rgba(25,25,25,.2)) drop-shadow(40px 48px 46px rgba(25,25,25,.14)) drop-shadow(0 0 44px rgba(25,25,25,.1));
  transform:translate(-6px,var(--hero-image-y))
}
@media(min-width:981px) {
  .hero-figure img {
    --hero-image-y:-144px;
    filter:drop-shadow(14px 18px 10px rgba(25,25,25,.28)) drop-shadow(30px 40px 36px rgba(25,25,25,.23)) drop-shadow(52px 68px 76px rgba(25,25,25,.18)) drop-shadow(0 0 88px rgba(25,25,25,.14))
  }
}
.hero-figure figcaption {
  position:absolute;
  z-index:2;
  right:2px;
  bottom:8px;
  text-align:right
}
.hero-figure small,.product-copy small,.dialog-id {
  display:block;
  font-size:10px;
  letter-spacing:.08em;
  margin-bottom:7px
}
.hero-figure strong {
  font-size:16px
}
.hero-foot {
  position:absolute;
  left:4vw;
  right:4vw;
  bottom:18px;
  display:flex;
  justify-content:space-between;
  font-size:9px;
  letter-spacing:.13em
}
.section {
  padding:115px 4vw;
  border-bottom:1px solid var(--line)
}
.manifesto-layout {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:10vw;
  align-items:end;
  margin-top:55px
}
.manifesto h2 {
  font-size:clamp(70px,9vw,165px);
  margin:0
}
.manifesto-text {
  padding-bottom:12px
}
.statement {
  font-family:var(--body-font);
  font-stretch:normal;
  font-weight:700;
  font-size:clamp(35px,4vw,70px);
  line-height:1.02;
  letter-spacing:-.04em;
  margin:0 0 45px
}
.statement span {
  display:block;
}
.manifesto-text p:not(.statement) {
  max-width:620px;
  line-height:1.75;
  color:#4b4944
}
.principles-intro {
  display:grid;
  grid-template-columns:.38fr 1fr;
  gap:8vw;
  align-items:center;
  margin:70px 0 85px
}
.principles-intro h2,.collection h2 {
  font-family:'Arial Narrow',Arial,sans-serif;
  font-weight:900;
  font-size:clamp(52px,6vw,106px);
  letter-spacing:-.065em;
  line-height:.9;
  margin:15px 0 24px
}
.principles-intro p:last-child {
  max-width:600px;
  line-height:1.7;
  color:#4b4944
}
.principle-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.principle-grid article {
  padding:28px 22px 34px;
  border-right:1px solid var(--line)
}
.principle-grid article:last-child {
  border-right:0
}
.principle-grid article>span {
  font-size:42px;
  font-weight:300
}
.principle-grid .dot {
  color:var(--red);
  font-size:24px;
  line-height:50px
}
.principle-grid h3 {
  font-size:12px;
  margin:25px 0 12px
}
.principle-grid p {
  font-size:12px;
  line-height:1.55;
  color:#55524c
}
.collection-head {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10vw;
  align-items:end;
  margin-bottom:100px
}
.collection h2 {
  margin:24px 0 8px
}
.accent {
  color:var(--red);
  font-size:12px;
  letter-spacing:.12em
}
.collection-copy {
  font-size:clamp(20px,2vw,30px);
  line-height:1.5;
  max-width:720px;
  margin:0
}
.products {
  display:flex;
  flex-direction:column;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line)
}
.product {
  position:relative;
  background:var(--bone);
  display:grid;
  grid-template-columns:1.35fr .65fr;
  min-height:78vh;
  cursor:pointer;
  overflow:hidden
}
.product:nth-child(even) {
  grid-template-columns:.65fr 1.35fr
}
.product:nth-child(even) .product-media {
  order:2
}
.product-media {
  min-height:620px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:var(--bone)
}
.product-media img {
  height:100%;
  object-fit:contain;
  transition:transform .45s cubic-bezier(.2,.7,.2,1)
}
@media(min-width:981px) {
  .product[data-product="the-grid"],
  .product[data-product="the-column"] {
    min-height:min(70vh,760px)
  }
  .product[data-product="the-grid"] .product-media,
  .product[data-product="the-column"] .product-media {
    min-height:min(70vh,580px)
  }
}
.product-copy {
  padding:55px 48px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-left:1px solid var(--line)
}
.product:nth-child(even) .product-copy {
  border-left:0;
  border-right:1px solid var(--line)
}
.product-copy h3 {
  font-family:'Arial Narrow',Arial,sans-serif;
  font-weight:900;
  font-size:clamp(44px,5vw,85px);
  letter-spacing:-.065em;
  line-height:.9;
  margin:15px 0
}
.product-type {
  font-size:10px;
  letter-spacing:.12em;
  color:var(--red)
}
.product-description {
  font-size:15px;
  line-height:1.72;
  color:#4b4944;
  max-width:460px
}
.product-open {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  padding-top:18px;
  font-size:11px;
  letter-spacing:.08em
}
.dark {
  background:var(--dark);
  color:var(--bone)
}
.dark .section-index {
  color:#aaa59c
}
.studio-layout {
  display:grid;
  grid-template-columns:1.4fr .6fr;
  gap:8vw;
  align-items:end
}
.studio h2 {
  font-size:clamp(65px,8vw,150px)
}
.studio-layout>p {
  line-height:1.8;
  color:#c5c0b7;
  max-width:520px;
  margin-bottom:28px
}
.studio-services {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:70px;
  border-top:1px solid rgba(255,255,255,.2)
}
.studio-services span {
  padding:23px 0;
  border-bottom:1px solid rgba(255,255,255,.2);
  font-size:12px
}
.connect h2 {
  font-size:clamp(72px,9vw,165px);
  max-width:1200px
}
.connect-copy {
  font-size:18px;
  line-height:1.6;
  max-width:580px
}
.contact-list {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
  margin-top:80px
}
.contact-list a {
  border-top:1px solid var(--line);
  padding-top:20px
}
.contact-list small {
  display:block;
  font-size:9px;
  letter-spacing:.12em;
  color:var(--muted);
  margin-bottom:12px
}
.contact-list strong {
  font-size:14px;
  font-weight:500
}
.contact-list .arrow-icon {
  width:11px;
  height:11px;
  margin-left:4px
}
footer {
  padding:28px 4vw;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  align-items:end;
  font-size:9px;
  letter-spacing:.06em
}
footer p:last-child {
  text-align:right
}
.reveal {
  opacity:1;
  transform:none;
  transition:opacity .9s ease,transform .9s ease
}
.js .reveal {
  opacity:0;
  transform:translateY(35px)
}
.js .reveal.visible {
  opacity:1;
  transform:none
}
.product-dialog {
  width:min(1240px,96vw);
  height:min(820px,94vh);
  padding:0;
  border:0;
  background:var(--bone);
  color:var(--ink);
  box-shadow:0 30px 100px rgba(0,0,0,.25)
}
.product-dialog::backdrop {
  background:rgba(20,20,20,.7);
  backdrop-filter:blur(8px)
}
.product-dialog[open] {
  display:grid;
  grid-template-columns:1.12fr .88fr
}
.dialog-close {
  position:absolute;
  right:18px;
  top:12px;
  z-index:3;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:0;
  background:none;
  font-size:35px;
  font-weight:300;
  cursor:pointer
}
.dialog-content {
  padding:65px 52px 45px;
  overflow:visible
}
.dialog-title {
  font-family:'Arial Narrow',Arial,sans-serif;
  font-weight:900;
  font-size:clamp(54px,6vw,95px);
  letter-spacing:-.07em;
  line-height:.9;
  margin:15px 0 8px
}
.dialog-type {
  font-size:10px;
  letter-spacing:.13em;
  color:var(--red);
  margin-bottom:38px
}
.dialog-story p {
  line-height:1.72;
  color:#4b4944
}
.specs {
  margin:38px 0 35px
}
.specs>div {
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--line);
  padding:13px 0;
  font-size:11px
}
.specs dt {
  color:var(--muted)
}
.specs dd {
  margin:0;
  text-align:right
}
.dm-button {
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:var(--ink);
  color:var(--bone);
  padding:18px 20px;
  font-size:11px;
  letter-spacing:.09em;
  transition:background .25s
}
.dm-button .arrow-icon {
  width:15px;
  height:15px
}
.dm-button:hover {
  background:var(--red)
}
.dm-note {
  font-size:10px;
  color:var(--muted);
  margin-top:10px
}
.cursor-label {
  position:fixed;
  z-index:200;
  pointer-events:none;
  width:82px;
  height:82px;
  border-radius:50%;
  background:var(--red);
  color:white;
  display:grid;
  place-content:center;
  text-align:center;
  font-size:9px;
  letter-spacing:.08em;
  opacity:0;
  transform:translate(-50%,-50%) scale(.7);
  transition:opacity .2s,transform .2s
}
.cursor-label.show {
  opacity:1;
  transform:translate(-50%,-50%) scale(1)
}
@media(max-width:980px) {
  :root {
    --anchor-offset:138px
  }
  .header {
    grid-template-columns:1fr 1fr
  }
  .header nav {
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:flex;
    justify-content:center;
    gap:clamp(14px,4vw,30px);
    padding:6px 20px;
    background:rgba(243,240,233,.94);
    border-bottom:1px solid var(--line);
    font-size:10px
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:142px
  }
  .hero-figure {
    height:58vh;
    min-height:390px
  }
  .hero-foot {
    display:none
  }
  .manifesto-layout,.principles-intro,.collection-head,.studio-layout {
    grid-template-columns:1fr
  }
  .principle-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .principle-grid article:nth-child(even) {
    border-right:0
  }
  .product,.product:nth-child(even) {
    grid-template-columns:1fr;
    min-height:auto
  }
  .product:nth-child(even) .product-media {
    order:0
  }
  .product-copy,.product:nth-child(even) .product-copy {
    border:0;
    border-top:1px solid var(--line);
    min-height:430px
  }
  .product-media {
    min-height:540px
  }
  .product[data-product="the-grid"] .product-media,
  .product[data-product="the-column"] .product-media {
    min-height:470px
  }
  .product[data-product="the-grid"] .product-copy,
  .product[data-product="the-column"] .product-copy {
    min-height:380px
  }
  .studio-services,.contact-list {
    grid-template-columns:1fr
  }
  .product-dialog[open] {
    grid-template-columns:1fr;
    height:96vh
  }
  .dialog-content {
    padding:35px 28px
  }
  .contact-list {
    gap:0
  }
  .contact-list a {
    padding:22px 0
  }
}
@media(max-width:600px) {
  :root {
    --anchor-offset:126px
  }
  .header {
    height:64px;
    padding:0 20px
  }
  .header-ig {
    font-size:9px
  }
  .not-found {
    padding:126px 20px 60px
  }
  .not-found h1 {
    font-size:clamp(56px,16vw,92px)
  }
  .hero {
    padding:124px 20px 35px
  }
  .hero h1 {
    font-size:clamp(42px,13vw,52px)
  }
  .hero-figure {
    height:48vh;
    min-height:340px
  }
  .section {
    padding:82px 20px
  }
  .manifesto h2 {
    font-size:65px
  }
  .statement {
    font-size:36px
  }
  .principle-grid {
    grid-template-columns:1fr
  }
  .principle-grid article {
    border-right:0
  }
  .product-media {
    min-height:420px
  }
  .product[data-product="the-grid"] .product-media,
  .product[data-product="the-column"] .product-media {
    min-height:350px
  }
  .product-copy {
    padding:35px 25px;
    min-height:380px
  }
  .product[data-product="the-grid"] .product-copy,
  .product[data-product="the-column"] .product-copy {
    min-height:360px
  }
  .studio h2,.connect h2 {
    font-size:clamp(42px,14.5vw,58px)
  }
  .studio h2 {
    font-size:clamp(40px,12.5vw,58px)
  }
  .studio-layout {
    grid-template-columns:minmax(0,1fr)
  }
  .studio-layout>* {
    min-width:0
  }
  .studio-services {
    grid-template-columns:1fr
  }
  .contact-list {
    grid-template-columns:1fr
  }
  footer {
    grid-template-columns:1fr;
    gap:10px;
    padding:24px 20px
  }
  footer p:last-child {
    text-align:left
  }
  .dialog-title {
    font-size:52px
  }
}
@media(pointer:coarse) {
  .cursor-label {
    display:none
  }
}
/* COLLECTION SYSTEM — editorial controls, quiet motion, and object browsing */
.hero-stats {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0 30px
}
.hero-stats span {
  font-size:9px;
  letter-spacing:.1em;
  color:var(--muted);
  padding-right:14px;
  border-right:1px solid var(--line)
}
.hero-stats span:last-child {
  border-right:0;
  padding-right:0
}
.hero-stats b {
  font-size:17px;
  font-weight:500;
  letter-spacing:-.03em;
  color:var(--ink);
  margin-right:5px
}
.collection-tools {
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  margin:0 0 34px;
  padding:18px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.collection-status {
  font-size:10px;
  letter-spacing:.1em;
  white-space:nowrap;
  color:var(--muted)
}
.status-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--red);
  margin-right:8px;
  box-shadow:0 0 0 5px rgba(181,31,31,.08);
  animation:statusPulse 2.6s ease-in-out infinite
}
@keyframes statusPulse {
  0%,100% {
    box-shadow:0 0 0 4px rgba(181,31,31,.08)
  }
  50% {
    box-shadow:0 0 0 8px rgba(181,31,31,0)
  }
}
.filter-chips {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  flex-wrap:wrap
}
.filter-chip {
  border:1px solid var(--line);
  background:transparent;
  color:var(--muted);
  min-height:44px;
  padding:9px 11px;
  font:inherit;
  font-size:9px;
  letter-spacing:.1em;
  cursor:pointer;
  transition:color .25s,background .25s,border-color .25s,transform .25s
}
.filter-chip:hover {
  color:var(--ink);
  border-color:var(--ink);
  transform:translateY(-1px)
}
.filter-chip.active {
  background:var(--ink);
  color:var(--bone);
  border-color:var(--ink)
}
.collection-search {
  display:flex;
  align-items:center;
  gap:9px;
  border-bottom:1px solid var(--ink);
  padding:7px 0;
  min-width:190px
}
.collection-search span {
  font-size:9px;
  letter-spacing:.12em;
  color:var(--muted)
}
.collection-search input {
  width:100%;
  min-width:0;
  min-height:44px;
  flex:1;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ink);
  font:inherit;
  font-size:12px
}
.collection-search input::placeholder {
  color:var(--muted)
}
.product[hidden] {
  display:none!important
}
.empty-collection {
  display:grid;
  justify-items:center;
  gap:18px;
  padding:80px 0;
  text-align:center;
  color:var(--muted);
  font-size:14px;
  letter-spacing:.03em
}
.empty-collection[hidden] {
  display:none
}
.empty-collection p {
  margin:0
}
.empty-collection button {
  min-height:44px;
  padding:10px 16px;
  border:1px solid var(--line);
  background:transparent;
  color:var(--ink);
  font:inherit;
  font-size:10px;
  letter-spacing:.1em;
  cursor:pointer;
  transition:background .2s,color .2s,border-color .2s
}
.empty-collection button:hover {
  background:var(--ink);
  border-color:var(--ink);
  color:var(--bone)
}
.product-copy {
  transition:background .45s ease
}
.product-open .arrow-motion {
  display:inline-block;
  transition:transform .3s ease
}
@media (hover:hover) and (pointer:fine) {
  .product:hover .product-copy {
    background:rgba(255,255,255,.22)
  }
  .product:hover .product-open .arrow-motion {
    transform:translate(4px,-4px)
  }
}
.dialog-switcher {
  position:absolute;
  left:24px;
  top:18px;
  z-index:4;
  display:flex;
  align-items:center;
  gap:11px;
  padding:4px 7px;
  background:rgba(243,240,233,.78);
  backdrop-filter:blur(10px);
  font-size:9px;
  letter-spacing:.1em
}
.dialog-switcher button {
  border:0;
  background:transparent;
  color:var(--ink);
  min-width:44px;
  min-height:44px;
  padding:5px 3px;
  font:inherit;
  font-size:9px;
  letter-spacing:.1em;
  cursor:pointer;
  transition:color .2s,transform .2s
}
.dialog-switcher button:hover {
  color:var(--red);
  transform:translateY(-1px)
}
.dialog-switcher>span {
  color:var(--muted);
  font-size:9px;
  min-width:44px;
  text-align:center
}
.dialog-switcher button span {
  font-size:8px
}
@media(max-width:1100px) {
  .collection-tools {
    grid-template-columns:1fr;
    gap:14px
  }
  .collection-status {
    order:0
  }
  .filter-chips {
    justify-content:flex-start
  }
  .collection-search {
    max-width:220px
  }
}
@media(max-width:600px) {
  .hero-stats {
    gap:10px;
    margin:22px 0 26px
  }
  .hero-stats span {
    font-size:8px;
    padding-right:9px
  }
  .hero-stats b {
    font-size:15px
  }
  .collection-tools {
    margin-bottom:24px;
    padding:15px 0
  }
  .filter-chips {
    justify-content:flex-start;
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:3px;
    scrollbar-width:none
  }
  .filter-chips::-webkit-scrollbar {
    display:none
  }
  .filter-chip {
    flex:0 0 auto;
    padding:8px 10px
  }
  .collection-search {
    max-width:none
  }
  .dialog-switcher {
    left:12px;
    top:12px;
    gap:5px
  }
  .dialog-switcher button {
    padding:4px 2px
  }
  .dialog-switcher>span {
    min-width:38px
  }
}
/* Keep body and manifesto typography on a predictable system font stack. */
body {
  font-family:var(--body-font)
}
body p,body a,body li,body small,body dt,body dd,body button,body input,body textarea,
.kicker,.section-index,.hero-intro,.underlink,.header nav,.header-ig,
.product-type,.product-description,.product-open,.dialog-id,.dialog-type,
.dialog-story,.specs,.dm-button,.dm-note,.contact-list,.studio-services,footer {
  font-family:var(--body-font);
}
/* PRODUCT GALLERY EXPANSION — preserves the original site and adds detailed object views */
.product-dialog {
  width:min(1480px,97vw);
  height:min(940px,96vh);
  overflow:auto;
  overscroll-behavior:contain
}
.product-dialog[open] {
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr);
  align-items:start
}
.dialog-gallery {
  min-width:0;
  border-right:1px solid var(--line);
  background:var(--bone)
}
.dialog-hero {
  height:76vh;
  min-height:620px;
  margin:0;
  display:grid;
  place-items:center;
  border-bottom:1px solid var(--line);
  overflow:hidden
}
.dialog-hero img {
  width:100%;
  height:100%;
  object-fit:contain;
  transform:scale(var(--view-zoom,1));
  transform-origin:var(--view-origin,50% 50%);
  transition:transform .35s ease
}
.dialog-thumbs {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-bottom:1px solid var(--line)
}
.dialog-thumbs button {
  position:relative;
  aspect-ratio:1.3;
  border:0;
  border-right:1px solid var(--line);
  padding:0;
  background:var(--bone);
  cursor:pointer;
  overflow:hidden
}
.dialog-thumbs button:last-child {
  border-right:0
}
.dialog-thumbs button:focus-visible {
  z-index:2;
  outline:2px solid var(--red);
  outline-offset:-4px
}
.dialog-thumbs button img {
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.72;
  transform:scale(var(--thumb-zoom,1));
  transform-origin:var(--thumb-origin,50% 50%);
  transition:opacity .2s ease,transform .35s ease
}
.dialog-thumbs button.active img {
  opacity:1;
}
@media (hover:hover) and (pointer:fine) {
  .dialog-thumbs button:not(.active):hover img {
    opacity:1
  }
}
.dialog-thumbs button.active {
  box-shadow:inset 0 -3px 0 var(--red)
}
.dialog-thumbs button span {
  position:absolute;
  left:8px;
  bottom:7px;
  font-size:8px;
  letter-spacing:.1em;
  background:rgba(243,240,233,.86);
  padding:3px 5px
}
.dialog-gallery-grid {
  display:grid;
  grid-template-columns:1fr 1fr
}
.dialog-gallery-grid figure {
  margin:0;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--bone)
}
.dialog-gallery-grid figure:nth-child(even) {
  border-right:0
}
.dialog-gallery-grid .detail-image {
  aspect-ratio:4/3;
  overflow:hidden;
  background:var(--bone)
}
.dialog-gallery-grid img {
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(var(--grid-zoom,1));
  transform-origin:var(--grid-origin,50% 50%);
  transition:transform .35s ease
}
.dialog-gallery-grid figcaption {
  padding:13px 16px 16px;
  font-size:9px;
  letter-spacing:.11em;
  color:var(--muted)
}
.dialog-content {
  position:relative;
  top:auto;
  max-height:none
}
.product-trigger {
  position:absolute;
  inset:0;
  z-index:2;
  border:0;
  padding:0;
  background:transparent;
  cursor:pointer
}
.product-trigger:focus-visible {
  outline:3px solid var(--red);
  outline-offset:-5px
}
@media(max-width:980px) {
  .product-dialog[open] {
    display:block
  }
  .dialog-gallery {
    border-right:0
  }
  .dialog-hero {
    height:58vh;
    min-height:420px
  }
  .dialog-content {
    position:relative;
    max-height:none
  }
}
@media(max-width:600px) {
  .dialog-hero {
    height:45vh;
    min-height:330px
  }
  .dialog-thumbs {
    grid-template-columns:repeat(3,minmax(0,1fr));
    overflow-x:visible
  }
  .dialog-gallery-grid {
    grid-template-columns:1fr
  }
  .dialog-gallery-grid figure {
    border-right:0
  }
}
/* REQUESTED COLLECTION EMPHASIS + FRAME IMAGE ALIGNMENT */
.collection-copy .red-phrase {
  color:var(--red)
}
/* The dialog owns scrolling while product details are open. */
html:has(.product-dialog[open]) {
  overflow:hidden
}
/* Product cutouts use a restrained grounding shadow on the page background. */
.product-media {
  position:relative;
  background:var(--bone);
  isolation:isolate
}
.product-media::after {
  content:"";
  position:absolute;
  left:20%;
  right:20%;
  bottom:12%;
  height:14%;
  z-index:0;
  background:radial-gradient(ellipse at center,rgba(25,25,25,.18) 0%,rgba(25,25,25,.08) 34%,transparent 72%);
  filter:blur(6px);
  opacity:.72;
  pointer-events:none
}
.product-media img {
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:contain;
  transform:scale(var(--preview-scale,1));
  transform-origin:center center;
  mix-blend-mode:normal;
  filter:none
}
.product-media[data-preview="the-frame"] img {
  filter:drop-shadow(14px 18px 10px rgba(25,25,25,.28)) drop-shadow(30px 40px 36px rgba(25,25,25,.23)) drop-shadow(52px 68px 76px rgba(25,25,25,.18)) drop-shadow(0 0 88px rgba(25,25,25,.14))
}
@media (hover:hover) and (pointer:fine) {
  .product:hover .product-media img {
    transform:scale(calc(var(--preview-scale,1) * 1.025))
  }
}
.product-media[data-preview="the-spark"]::after,
.product-media[data-preview="the-frame"]::after,
.product-media[data-preview="the-archive"]::after,
.product-media[data-preview="the-rise"]::after,
.product-media[data-preview="the-column"]::after,
.product-media[data-preview="the-portal"]::after {
  display:none
}

.skip-link {
  position:fixed;
  top:10px;
  left:10px;
  z-index:1200;
  padding:12px 16px;
  background:var(--ink);
  color:var(--bone);
  transform:translateY(-160%)
}
.skip-link:focus { transform:translateY(0) }
:focus-visible { outline:2px solid var(--red); outline-offset:4px }
.collection-search input:focus-visible { outline:2px solid var(--red); outline-offset:4px }
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important }
  .js .reveal { opacity:1; transform:none }
}
