/* v2 — Dark Atelier · craft pass 3 */

:root {
  --bg: #0a0a0b;
  --surface: #121214;
  --surface-2: #18181b;
  --text: #f5f0e8;
  --mute: #8a857a;
  --gold: #c8a96e;
  --gold-dim: rgba(200, 169, 110, 0.35);
  --line: #222226;
  --sidebar-w: 240px;
  --ribbon-h: 28px;
  --inner: 1200px;
  --gutter: clamp(24px, 4vw, 48px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--mute);
  font-size: 15px;
  line-height: 1.65;
  overflow-x: hidden;
  padding-top: var(--ribbon-h);
}
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(200,169,110,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,169,110,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 20%, transparent 80%);
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: none; background: none; cursor: pointer; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.demo-ribbon {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  text-align: center; font-size: 9px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); background: #111114;
  border-bottom: 1px solid var(--line);
  padding: 7px 12px;
}

.section-inner {
  width: 100%;
  max-width: calc(var(--inner) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Sidebar */
.sidebar {
  position: fixed; top: var(--ribbon-h); left: 0; z-index: 200;
  width: var(--sidebar-w);
  height: calc(100dvh - var(--ribbon-h));
  background: var(--bg);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
  padding: 36px 24px 28px;
}
.sidebar-logo img { filter: brightness(10); width: 124px; height: auto; }
.sidebar-tagline {
  margin-top: 10px; font-size: 9px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
}
.sidebar-nav {
  flex: 1; display: flex; flex-direction: column; gap: 2px;
  margin-top: 36px;
}
.sidebar-nav a {
  display: block; padding: 11px 0;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--mute);
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.sidebar-nav a:hover { color: var(--gold); border-bottom-color: var(--gold-dim); }
.sidebar-trust {
  display: flex; flex-direction: column; gap: 5px;
  padding: 18px 0; border-top: 1px solid var(--line);
  font-size: 10px; letter-spacing: 0.06em; line-height: 1.45; color: var(--mute);
}
.sidebar-foot {
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 18px; border-top: 1px solid var(--line);
}
.sidebar-foot a {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute);
}
.sidebar-foot a:hover { color: var(--gold); }
.cart-n {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; margin-left: 4px; padding: 0 5px;
  font-size: 9px; color: var(--bg); background: var(--gold); border-radius: 999px;
}

.mob-hdr, .drawer-backdrop { display: none; }

.site { margin-left: var(--sidebar-w); min-height: calc(100dvh - var(--ribbon-h)); position: relative; z-index: 1; }

.section-label {
  display: block; font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 6px;
}
.section-desc { font-size: 14px; color: var(--mute); max-width: 42ch; line-height: 1.5; margin-bottom: 4px; }

/* Hero */
.hero {
  position: relative;
  min-height: calc(100dvh - var(--ribbon-h));
  display: flex; flex-direction: column;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-spotlight {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 520px 520px at 70% 40%, rgba(200,169,110,.22) 0%, transparent 68%);
  pointer-events: none;
  transition: background 0.4s ease;
}
.hero-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 90%, rgba(0,0,0,.5) 0%, transparent 50%);
  pointer-events: none;
}
.hero-wrap {
  position: relative; z-index: 2; flex: 1;
  display: flex; flex-direction: column;
  padding-block: clamp(48px, 6vw, 80px) 0;
}
.hero-inner {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(32px, 5vw, 64px);
  padding-bottom: clamp(32px, 4vw, 48px);
}
.hero-copy { align-self: end; max-width: 30rem; padding-bottom: 8px; }
.hero-eyebrow {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.hero-copy h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 300; line-height: 1.05; letter-spacing: -0.01em;
  color: var(--text); margin-bottom: 16px;
}
.hero-lead {
  font-size: 15px; line-height: 1.6; color: var(--mute);
  margin-bottom: 20px; max-width: 40ch;
}
.hero-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 24px;
}
.hero-chips span {
  padding: 6px 12px;
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold-dim);
}
.btn-gold {
  display: inline-block; padding: 16px 40px;
  border: 1px solid var(--gold); color: var(--gold);
  font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  transition: background 0.35s, color 0.35s, box-shadow 0.35s;
}
.btn-gold:hover {
  background: var(--gold); color: var(--bg);
  box-shadow: 0 8px 28px rgba(200, 169, 110, 0.22);
}
.hero-product {
  display: flex; flex-direction: column; align-items: flex-end;
  justify-content: flex-end; align-self: end;
}
.hero-product img {
  width: 100%; max-width: 520px; max-height: min(58vh, 500px);
  object-fit: contain; object-position: bottom center;
  filter: drop-shadow(0 40px 80px rgba(0,0,0,.65)) drop-shadow(0 8px 24px rgba(200,169,110,.1));
  will-change: transform;
  transition: transform 0.6s var(--ease), opacity 0.6s;
}
.hero-frame {
  position: relative;
  padding: 12px;
  border: 1px solid var(--gold-dim);
  background: linear-gradient(145deg, rgba(200,169,110,.08), transparent);
  box-shadow: inset 0 0 40px rgba(200,169,110,.06);
}
.hero-frame::before {
  content: '';
  position: absolute; inset: -1px;
  border: 1px solid rgba(200,169,110,.15);
  pointer-events: none;
  animation: framePulse 4s ease-in-out infinite;
}
.hero-plaque {
  margin-top: 14px; font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); text-align: right;
}
.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  background: rgba(18, 18, 20, 0.6);
  backdrop-filter: blur(8px);
  margin-top: auto;
}
.hero-stats div {
  padding: 20px 0;
  text-align: center;
  border-right: 1px solid var(--line);
}
.hero-stats div:last-child { border-right: none; }
.hero-stats strong {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem; font-weight: 400; color: var(--gold); line-height: 1.1;
  margin-bottom: 4px;
}
.hero-stats span { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }

/* Categories scroll — aligned to section-inner */
.cats { padding: 72px 0 80px; border-bottom: 1px solid var(--line); }
.cats-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 20px;
}
.scroll-hint {
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--mute); opacity: 0.65; padding-bottom: 2px;
}
.cats-track-wrap {
  margin-inline: calc(-1 * var(--gutter));
  padding-inline: var(--gutter);
}
.cats-track {
  display: flex; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  padding: 8px 0 20px;
  -webkit-overflow-scrolling: touch;
}
.cats-track::-webkit-scrollbar { height: 3px; }
.cats-track::-webkit-scrollbar-thumb { background: var(--gold-dim); }
.cat-card {
  flex: 0 0 auto; width: min(380px, 78vw); height: 500px;
  scroll-snap-align: start; position: relative; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line);
  transition: border-color 0.35s;
}
.cat-card:hover { border-color: var(--gold-dim); }
.cat-card img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.82;
  transition: opacity 0.5s, transform 0.65s var(--ease);
}
.cat-card:hover img { opacity: 0.95; transform: scale(1.05); }
.cat-card-cap {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,11,.95) 0%, transparent 52%);
  padding: 28px; display: flex; flex-direction: column; justify-content: flex-end;
}
.cat-num {
  font-family: 'Cormorant Garamond', serif; font-size: 2rem;
  color: var(--gold); line-height: 1; margin-bottom: 6px;
}
.cat-meta {
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(200,169,110,.75); margin-bottom: 8px;
}
.cat-card-cap h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem;
  font-weight: 400; color: var(--text); line-height: 1.25; margin-bottom: 8px;
}
.cat-sub {
  font-size: 13px; line-height: 1.45; color: rgba(245,240,232,.72);
  margin-bottom: 12px; max-width: 30ch;
}
.cat-cta { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }

/* Materials */
.materials {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.materials-desc {
  font-size: 14px; color: var(--mute); max-width: 48ch;
  margin-bottom: 24px; line-height: 1.55;
}
.swatch-row {
  display: flex; flex-wrap: wrap; gap: 12px 20px;
}
.swatch {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--mute);
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s;
}
.swatch:hover { border-color: var(--gold-dim); color: var(--text); transform: translateY(-2px); }
.swatch.is-active {
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 0 24px rgba(200,169,110,.15);
}
.swatch-dot {
  width: 28px; height: 28px; border-radius: 50%;
  flex-shrink: 0;
}

/* Catalog */
.catalog-strip {
  padding: 64px 0; background: var(--bg); border-bottom: 1px solid var(--line);
}
.strip-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  margin-top: 24px;
}
.strip-cell {
  position: relative; background: var(--surface-2); overflow: hidden;
  aspect-ratio: 4/5;
}
.strip-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.strip-cell:hover img { transform: scale(1.04); }
.strip-cap {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(10,10,11,.94) 0%, transparent 55%);
}
.strip-code { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.strip-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--text); margin-bottom: 2px; }
.strip-spec { font-size: 11px; color: rgba(138,133,122,.85); margin-bottom: 4px; line-height: 1.4; }
.strip-price { font-size: 12px; color: var(--mute); }

/* Atelier note */
.atelier-note {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(200,169,110,.06) 0%, transparent 60%);
}
.note-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.note-inner blockquote { margin: 0; }
.note-inner blockquote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-style: italic; font-weight: 400; line-height: 1.4;
  color: var(--text); margin-bottom: 12px;
}
.note-inner cite {
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); font-style: normal;
}
.note-specs {
  list-style: none; display: flex; flex-direction: column; gap: 14px;
}
.note-specs li {
  font-size: 13px; line-height: 1.5; color: var(--mute);
  padding-left: 16px; position: relative;
}
.note-specs li::before {
  content: ''; position: absolute; left: 0; top: 0.65em;
  width: 5px; height: 5px; background: var(--gold); border-radius: 50%;
}
.note-specs strong { color: var(--text); font-weight: 500; }

/* Masonry */
.masonry { padding: 64px 0 72px; }
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(200px, 260px));
  gap: 12px; margin-top: 24px;
}
.masonry-large { grid-column: 1 / span 8; grid-row: 1 / span 2; }
.masonry-sm:nth-of-type(2) { grid-column: 9 / span 4; grid-row: 1; }
.masonry-sm:nth-of-type(3) { grid-column: 9 / span 4; grid-row: 2; }
.masonry-cell { position: relative; overflow: hidden; background: var(--surface); }
.masonry-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.masonry-cell:hover img { transform: scale(1.03); }
.masonry-cell::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,11,.55) 0%, transparent 42%);
  pointer-events: none;
}
.masonry-cap {
  position: absolute; bottom: 18px; left: 18px; right: 18px; z-index: 1;
  display: flex; flex-direction: column; gap: 3px;
}
.masonry-cap span { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.masonry-cap strong { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 400; color: var(--text); }
.masonry-cap em { font-size: 12px; font-style: normal; color: var(--mute); }

/* Blog */
.blog { padding: 72px 0 88px; border-top: 1px solid var(--line); }
.blog-inner { max-width: calc(880px + var(--gutter) * 2); }
.blog-inner > h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 2.5rem;
  font-weight: 400; color: var(--text); margin-bottom: 10px;
}
.blog-intro {
  font-size: 15px; color: var(--mute);
  max-width: 44ch; margin-bottom: 40px; line-height: 1.55;
}
.blog-post {
  display: grid; grid-template-columns: 180px 1fr;
  gap: 28px; align-items: start;
  border-top: 1px solid var(--gold); padding: 28px 0 32px;
}
.blog-thumb {
  display: block; overflow: hidden; aspect-ratio: 1;
  border: 1px solid var(--line); background: var(--surface);
}
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s; }
.blog-post:hover .blog-thumb img { transform: scale(1.05); }
.blog-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 10px; }
.blog-meta time, .blog-cat, .blog-read {
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
}
.blog-cat { color: var(--gold); }
.blog-post h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.6rem;
  font-weight: 400; line-height: 1.28; color: var(--text); margin-bottom: 10px;
}
.blog-post h3 a:hover { color: var(--gold); }
.blog-post p { font-size: 14px; line-height: 1.65; }
.blog-read-link {
  display: inline-block; margin-top: 14px;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold);
}

/* Footer */
.foot {
  border-top: 1px solid var(--line);
  background: var(--bg);
  margin-left: var(--sidebar-w);
  padding-block: 48px 24px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
  padding-bottom: 32px;
}
.foot-brand img { filter: brightness(10); height: 24px; width: auto; margin-bottom: 14px; }
.foot-brand p { font-size: 13px; line-height: 1.65; max-width: 28ch; }
.foot-col h3 {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.foot-col a, .foot-col p {
  display: block; font-size: 13px; line-height: 1.5;
  color: var(--mute); margin-bottom: 8px;
  transition: color 0.25s;
}
.foot-col a:hover { color: var(--gold); }
.foot-social { display: flex; gap: 10px; margin-top: 12px; }
.foot-social a {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border: 1px solid var(--line); color: var(--mute);
  transition: color 0.25s, border-color 0.25s;
}
.foot-social a:hover { color: var(--gold); border-color: var(--gold-dim); }
.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 20px; border-top: 1px solid var(--line);
  font-size: 12px; color: var(--mute);
}
.foot-legal { display: flex; gap: 20px; }
.foot-legal a:hover { color: var(--gold); }

.back-link {
  position: fixed; bottom: 22px; left: calc(var(--sidebar-w) + 22px); z-index: 150;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--surface); border: 1px solid var(--line); color: var(--gold);
  padding: 10px 16px;
}

.rv { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.rv.vis { opacity: 1; transform: none; }

.anim-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.anim-item.vis { opacity: 1; transform: none; }

.stagger-group > * {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.stagger-group > *.vis { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .rv, .anim-item, .stagger-group > *, .marquee-track { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; }
}

@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; align-items: center; }
  .hero-product { align-items: center; order: -1; }
  .hero-product img { max-height: 44vh; object-position: center; }
  .hero-plaque { text-align: center; }
  .hero-chips { justify-content: flex-start; }
  .note-inner { grid-template-columns: 1fr; }
  .masonry-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .masonry-large, .masonry-sm:nth-of-type(2), .masonry-sm:nth-of-type(3) {
    grid-column: 1; grid-row: auto;
  }
  .masonry-large { aspect-ratio: 4/5; }
  .masonry-sm { aspect-ratio: 16/10; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .sidebar {
    top: var(--ribbon-h); height: calc(100dvh - var(--ribbon-h));
    transform: translateX(-100%); transition: transform 0.4s var(--ease);
  }
  .sidebar.open { transform: translateX(0); box-shadow: 24px 0 48px rgba(0,0,0,.55); }
  .mob-hdr {
    display: flex; align-items: center; justify-content: space-between;
    position: fixed; top: var(--ribbon-h); left: 0; right: 0; z-index: 190;
    height: 56px; padding: 0 16px;
    background: rgba(10,10,11,.94); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
  }
  .mob-logo img { filter: brightness(10); height: 22px; width: auto; }
  .mob-act { display: flex; gap: 14px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
  .mob-toggle { display: flex; flex-direction: column; gap: 5px; width: 32px; height: 32px; padding: 4px; }
  .mob-toggle span { display: block; width: 20px; height: 1px; background: var(--text); transition: transform 0.3s, opacity 0.3s; }
  .mob-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mob-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mob-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .drawer-backdrop {
    display: block; position: fixed; inset: 0; z-index: 195;
    background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: opacity 0.35s;
  }
  .drawer-backdrop.visible { opacity: 1; pointer-events: auto; }
  .site { margin-left: 0; padding-top: 56px; }
  .foot { margin-left: 0; }
  .hero { min-height: auto; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div { border-right: none; border-bottom: 1px solid var(--line); padding: 16px; }
  .hero-stats div:last-child { border-bottom: none; }
  .cat-card { height: 420px; }
  .strip-grid { grid-template-columns: 1fr; }
  .blog-post { grid-template-columns: 1fr; gap: 14px; }
  .blog-thumb { aspect-ratio: 16/10; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .back-link { left: 16px; bottom: 16px; }
}

/* ── Visual density + motion · pass 4 ── */

@keyframes framePulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -18px) scale(1.06); }
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hero-stage {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
}
.hero-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,169,110,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,169,110,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 85%);
}
.hero-orb {
  position: absolute; border-radius: 50%; filter: blur(60px);
  animation: orbFloat 8s ease-in-out infinite;
}
.hero-orb--1 { width: 280px; height: 280px; top: 10%; right: 15%; background: rgba(200,169,110,.12); }
.hero-orb--2 { width: 200px; height: 200px; bottom: 20%; left: 8%; background: rgba(200,169,110,.08); animation-delay: -3s; animation-duration: 10s; }
.hero-orb--3 { width: 140px; height: 140px; top: 40%; left: 35%; background: rgba(245,240,232,.04); animation-delay: -5s; animation-duration: 12s; }

.hero-float {
  position: absolute;
  width: clamp(80px, 12vw, 140px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--gold-dim);
  opacity: 0.35;
  filter: grayscale(30%) brightness(0.7);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,.4);
}
.hero-float--1 { top: 18%; right: 8%; transform: rotate(4deg); }
.hero-float--2 { bottom: 28%; left: 6%; transform: rotate(-6deg); width: clamp(70px, 10vw, 110px); }
.hero-float--3 { top: 55%; right: 28%; transform: rotate(8deg); width: clamp(60px, 8vw, 90px); opacity: 0.25; }

.marquee-band {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--surface);
  padding: 14px 0;
}
.marquee-track {
  display: flex; align-items: center; gap: 32px;
  width: max-content;
  animation: marqueeScroll 28s linear infinite;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.marquee-track span:nth-child(even) { opacity: 0.35; color: var(--mute); }

.gallery-wall {
  padding: 72px 0 64px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--surface) 50%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}
.wall-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 180px);
  gap: 10px;
  padding: 24px var(--gutter) 0;
  max-width: calc(var(--inner) + var(--gutter) * 2);
  margin-inline: auto;
}
.wall-piece {
  position: relative; margin: 0; overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface-2);
  transition: border-color 0.4s, transform 0.5s var(--ease), box-shadow 0.4s;
}
.wall-piece:hover {
  border-color: var(--gold-dim);
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 48px rgba(0,0,0,.45), 0 0 0 1px rgba(200,169,110,.1);
  z-index: 2;
}
.wall-piece img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.wall-piece:hover img { transform: scale(1.08); }
.wall-piece figcaption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 10px 12px;
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
  background: linear-gradient(to top, rgba(10,10,11,.92), transparent);
}
.wall-piece--lg { grid-column: span 2; grid-row: span 2; }
.wall-piece--tall { grid-row: span 2; }
.wall-piece--wide { grid-column: span 2; }

.material-preview {
  margin: 28px 0 0; overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface-2);
  aspect-ratio: 21/9;
  position: relative;
}
.material-preview img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity 0.35s ease, transform 0.5s var(--ease);
}
.material-preview figcaption {
  position: absolute; bottom: 16px; left: 20px;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold);
  padding: 8px 14px;
  background: rgba(10,10,11,.75);
  border: 1px solid var(--gold-dim);
}

.strip-cell {
  transition: transform 0.45s var(--ease), box-shadow 0.45s;
}
.strip-cell:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0,0,0,.5), 0 0 32px rgba(200,169,110,.08);
}

.scroll-progress {
  position: fixed; top: var(--ribbon-h); left: var(--sidebar-w); right: 0;
  height: 2px; z-index: 250;
  background: var(--gold);
  transform-origin: left;
  transform: scaleX(0);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .wall-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 140px);
  }
  .wall-piece--lg { grid-column: span 2; grid-row: span 2; }
  .wall-piece--wide { grid-column: span 2; }
  .wall-piece--tall { grid-row: span 1; }
}

@media (max-width: 900px) {
  .scroll-progress { left: 0; top: calc(var(--ribbon-h) + 56px); }
  .hero-float { display: none; }
  .material-preview { aspect-ratio: 16/10; }
  .wall-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .wall-piece--lg, .wall-piece--wide, .wall-piece--tall { grid-column: span 1; grid-row: span 1; }
  .wall-piece { min-height: 160px; }
}
