/* ============================================
   АЛЬФА ГРАНИТ — Full-scale Editorial Luxury
   ============================================ */

@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/MonumentExtended-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/MonumentExtended-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atziluth Script";
  src: url("../fonts/Atziluth-Script.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --graphite: #111111;
  --warm-black: #161616;
  --stone: #2a2a28;
  --granite: #4a4a46;
  --stone-beige: #a8a29a;
  --platinum: #c8c5be;
  --soft-white: #f7f7f5;
  --muted: rgba(247, 247, 245, 0.55);
  --muted-2: rgba(247, 247, 245, 0.28);
  --line: rgba(247, 247, 245, 0.12);
  --line-strong: rgba(247, 247, 245, 0.22);

  --font: "Switzer", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Monument Extended", "Switzer", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-script: "Atziluth Script", "Brush Script MT", cursive;
  --font-tight: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-literata: "Literata", "Georgia", "Times New Roman", serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 72px;
  --pad: clamp(1.5rem, 4vw, 4.5rem);
  --max: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

html.lenis,
html.lenis body {
  height: auto;
}

body {
  font-family: var(--font);
  background: var(--graphite);
  color: var(--soft-white);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: none;
}

body.is-loading {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
}

::selection {
  background: var(--soft-white);
  color: var(--graphite);
}

/* ---- Preloader ---- */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: var(--graphite);
  display: grid;
  place-items: center;
  transition: opacity 0.8s var(--ease-out), visibility 0.8s;
}

.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: min(280px, 70vw);
}

.preloader__mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.preloader__brand {
  font-size: 0.6875rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
}

.preloader__bar {
  width: 100%;
  height: 1px;
  background: var(--line);
  overflow: hidden;
}

.preloader__fill {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--soft-white);
  transition: width 0.15s linear;
}

.preloader__pct {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: var(--stone-beige);
  font-variant-numeric: tabular-nums;
}

/* ---- Scroll progress ---- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: var(--platinum);
  z-index: 10001;
  transform-origin: left;
  pointer-events: none;
}

/* ---- Cursor ---- */
.cursor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10000;
  mix-blend-mode: difference;
}

.cursor__dot,
.cursor__ring,
.cursor__label {
  position: fixed;
  top: 0;
  left: 0;
  will-change: transform;
}

.cursor__dot {
  width: 5px;
  height: 5px;
  background: var(--soft-white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.35s var(--ease), height 0.35s var(--ease), opacity 0.35s;
}

.cursor__ring {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(247, 247, 245, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.45s var(--ease), height 0.45s var(--ease), border-color 0.35s, opacity 0.35s;
}

.cursor__label {
  font-size: 0.5625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--soft-white);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s;
  white-space: nowrap;
}

.cursor.is-hover .cursor__dot {
  width: 0;
  height: 0;
  opacity: 0;
}

.cursor.is-hover .cursor__ring {
  width: 56px;
  height: 56px;
  border-color: rgba(247, 247, 245, 0.9);
}

.cursor.is-view .cursor__ring {
  width: 80px;
  height: 80px;
}

.cursor.is-view .cursor__dot {
  width: 0;
  height: 0;
  opacity: 0;
}

.cursor.is-view .cursor__label {
  opacity: 1;
}

@media (pointer: coarse) {
  .cursor {
    display: none;
  }
  body {
    cursor: auto;
  }
}

/* ---- Typography ---- */
.editorial-title {
  font-family: var(--font-literata);
  font-weight: 300;
  font-optical-sizing: auto;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(2.5rem, 7.5vw, 6.5rem);
  line-height: 0.94;
}

.editorial-title .line,
.hero__title .line {
  display: block;
  overflow: hidden;
}

.editorial-title .line,
.editorial-title .word {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.section-lead,
.hero__sub,
.story__body {
  font-family: var(--font-tight);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--muted);
  letter-spacing: -0.01em;
}

.section-lead {
  max-width: 34ch;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stone-beige);
}

.section-label span:first-child {
  color: var(--platinum);
  font-weight: 500;
}

.section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
  max-width: 120px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--soft-white);
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 0.35rem;
  transition: border-color 0.4s var(--ease), gap 0.4s var(--ease);
}

.text-link:hover {
  border-color: var(--soft-white);
  gap: 1.1rem;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 1.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.5s var(--ease), color 0.5s var(--ease), border-color 0.5s var(--ease);
  border: 1px solid transparent;
}

.btn--primary {
  background: var(--soft-white);
  color: var(--graphite);
}

.btn--primary:hover {
  background: var(--platinum);
}

.btn--ghost {
  border-color: var(--line-strong);
  color: var(--soft-white);
}

.btn--ghost:hover {
  border-color: var(--soft-white);
  background: rgba(247, 247, 245, 0.04);
}

/* ---- Nav ---- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  height: var(--nav-h);
  padding: 0 var(--pad);
  background: rgba(17, 17, 17, 0.28);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  border-bottom: 1px solid transparent;
  transition: border-color 0.5s var(--ease), background 0.5s var(--ease), transform 0.5s var(--ease);
}

.nav.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(17, 17, 17, 0.78);
}

.nav.is-hidden {
  transform: translateY(-100%);
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  z-index: 2;
}

.nav__logo-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.nav__logo-text {
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}

.nav__line {
  height: 1px;
  background: var(--line);
  opacity: 0.7;
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
}

.nav__menu a {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.35s var(--ease);
  position: relative;
}

.nav__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--soft-white);
  transition: width 0.45s var(--ease);
}

.nav__menu a:hover {
  color: var(--soft-white);
}

.nav__menu a:hover::after {
  width: 100%;
}

.nav__cta {
  padding: 0.55rem 0.9rem !important;
  border: 1px solid var(--line-strong);
  color: var(--soft-white) !important;
}

.nav__cta::after {
  display: none !important;
}

.nav__cta:hover {
  border-color: var(--soft-white);
}

.nav__burger {
  display: none;
  width: 28px;
  height: 16px;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.nav__burger span {
  display: block;
  height: 1px;
  background: var(--soft-white);
  transition: transform 0.45s var(--ease), opacity 0.3s;
}

.nav.is-open .nav__burger span:first-child {
  transform: translateY(7.5px) rotate(45deg);
}

.nav.is-open .nav__burger span:last-child {
  transform: translateY(-7.5px) rotate(-45deg);
}

.nav-mobile {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--warm-black);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease);
}

.nav-mobile.is-open {
  opacity: 1;
  pointer-events: auto;
}

.nav-mobile nav {
  text-align: center;
}

.nav-mobile a {
  display: block;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  padding: 0.7rem 0;
  color: var(--muted);
  transition: color 0.35s;
}

.nav-mobile a::before {
  content: attr(data-index);
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--stone-beige);
  vertical-align: middle;
}

.nav-mobile a:hover {
  color: var(--soft-white);
}

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-start;
  padding: calc(var(--nav-h) + clamp(2rem, 5vh, 4rem)) var(--pad) clamp(3rem, 6vw, 5rem);
  overflow: hidden;
  background: var(--graphite);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__img {
  will-change: transform, opacity;
  transform: scale(1.12);
  opacity: 0.42;
}

.hero__veil {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-width: 1100px;
}

.hero__brand {
  font-family: var(--font-tight);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.01em;
  text-transform: none;
  color: rgba(247, 247, 245, 0.82);
  max-width: 38ch;
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.hero__pair {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(240px, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  margin-top: clamp(1.25rem, 3vh, 2.5rem);
  margin-bottom: calc(clamp(3.5rem, 7vh, 5.5rem) + 5cm);
}

.hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}

.hero__title .line--literata,
.hero__title .line--literata .word {
  font-family: var(--font-literata);
  font-weight: 300;
  font-optical-sizing: auto;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(4.875rem, 13.5vw, 11.625rem);
  line-height: 0.88;
  margin-left: -0.06em;
  background: radial-gradient(circle at center, rgba(255, 243, 202, 1) 0%, rgba(255, 194, 156, 0.74) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero__title-sub {
  display: block;
  margin: calc(1cm - 0.9rem) 0 0;
  padding: 0;
  min-width: 0;
  margin-left: -0.34em;
}

.hero__title-sub .line--tight,
.hero__title-sub .line--tight .word {
  font-family: var(--font-tight);
  font-weight: 300;
  text-transform: none;
  letter-spacing: -0.025em;
  font-size: clamp(2.025rem, 4.2vw, 3.375rem);
  line-height: 1.1;
  color: var(--soft-white);
  white-space: nowrap;
}

.hero__sub {
  font-family: var(--font-tight);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: var(--soft-white);
  max-width: 36ch;
  margin: calc(0.88 * clamp(4.875rem, 13.5vw, 11.625rem) + 1cm) 0 0;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(247, 247, 245, 0.45);
  text-shadow:
    0 0 40px rgba(17, 17, 17, 0.95),
    0 2px 18px rgba(17, 17, 17, 0.75),
    0 0 1px rgba(17, 17, 17, 1);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(0.5rem, 1.5vh, 1rem);
}

.hero__meta {
  position: absolute;
  top: calc(var(--nav-h) + 2rem);
  right: var(--pad);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero__scroll {
  position: absolute;
  right: var(--pad);
  bottom: clamp(3rem, 6vw, 5rem);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  writing-mode: vertical-rl;
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero__scroll i {
  display: block;
  width: 1px;
  height: 64px;
  background: var(--line-strong);
  writing-mode: horizontal-tb;
  transform-origin: top;
  animation: scrollPulse 2.4s var(--ease) infinite;
}

@keyframes scrollPulse {
  0%,
  100% {
    transform: scaleY(1);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(0.55);
    opacity: 1;
  }
}

/* ---- Marquee ---- */
.marquee {
  border-block: 1px solid var(--line);
  overflow: hidden;
  padding: 1.25rem 0;
  background: var(--warm-black);
}

.marquee__track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: marquee 42s linear infinite;
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stone-beige);
  white-space: nowrap;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

/* ---- Sections ---- */
.section {
  padding: clamp(5rem, 12vw, 10rem) var(--pad);
  max-width: var(--max);
  margin: 0 auto;
}

/* ---- Story ---- */
.story__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}

.story__text {
  padding-bottom: clamp(1rem, 4vw, 4rem);
}

.story__body {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  max-width: 28ch;
}

.story__figure {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--stone);
  position: relative;
}

.story__figure img {
  position: absolute;
  inset: -12% 0;
  width: 100%;
  height: 124%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.story__figure img,
.collection-card__media img,
.gallery__cell img,
.craft__shot img,
.materials__visual img {
  transition: transform 1.3s var(--ease);
}

.story__figure:hover img {
  transform: scale(1.04);
}

.collection-card:hover .collection-card__media img,
.gallery__cell:hover img,
.craft__shot:hover img {
  transform: scale(1.06);
}

.media-reveal {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.2s var(--ease-out);
}

.media-reveal.is-inview {
  clip-path: inset(0 0 0% 0);
}

/* ---- Collections ---- */
.collections__intro {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(0.75rem, 1.5vw, 1.25rem);
  row-gap: 2rem;
  align-items: end;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.collections__intro .editorial-title {
  grid-column: 1 / 9;
}

.collections__intro .section-lead {
  grid-column: 9 / 13;
  max-width: none;
}

.collections__gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
}

.collection-card {
  position: relative;
  grid-column: span 4;
  display: block;
  overflow: hidden;
  background: var(--warm-black);
}

.collection-card--wide {
  grid-column: span 8;
}

.collection-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.collection-card--wide .collection-card__media {
  aspect-ratio: 16 / 9;
}

.collection-card__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  background: rgba(17, 17, 17, 0.72);
}

.collection-card__meta span {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: var(--stone-beige);
}

.collection-card h3 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* ---- Why ---- */
.why__title {
  margin-bottom: clamp(3rem, 7vw, 6rem);
  max-width: 12ch;
}

.why__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
}

.why__item {
  padding: clamp(2rem, 3vw, 2.75rem) clamp(1rem, 1.5vw, 1.75rem);
  border-right: 1px solid var(--line);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  transition: background 0.5s var(--ease);
}

.why__item:last-child {
  border-right: none;
}

.why__item:hover {
  background: rgba(247, 247, 245, 0.03);
}

.why__num {
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  color: var(--platinum);
  line-height: 1;
  margin-bottom: auto;
  padding-bottom: 2rem;
}

.why__item h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
}

.why__item p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--muted);
}

/* ---- Process ---- */
.process__header {
  margin-bottom: clamp(3rem, 7vw, 5rem);
}

.process__timeline {
  border-top: 1px solid var(--line);
}

.process__step {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 2rem;
  align-items: baseline;
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: padding-left 0.5s var(--ease);
}

.process__step:hover {
  padding-left: 1rem;
}

.process__index {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--stone-beige);
}

.process__content h3 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 0.65rem;
}

.process__content p {
  font-size: 1rem;
  font-weight: 300;
  color: var(--muted);
  max-width: 42ch;
  line-height: 1.65;
}

/* ---- Gallery ---- */
.gallery.section {
  max-width: none;
}

.gallery .section-label,
.gallery__title {
  max-width: var(--max);
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
  margin-right: auto;
}

.gallery__title {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.gallery__stage {
  width: 100%;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows:
    clamp(72px, 8.5vw, 110px)
    clamp(72px, 8.5vw, 110px)
    clamp(72px, 8.5vw, 110px)
    clamp(72px, 8.5vw, 110px)
    clamp(88px, 10vw, 130px)
    clamp(88px, 10vw, 130px)
    clamp(72px, 8.5vw, 110px);
  gap: clamp(6px, 0.75vw, 10px);
  min-height: clamp(640px, 72vh, 920px);
}

.gallery__cell {
  position: relative;
  overflow: hidden;
  background: var(--stone);
  display: block;
  min-height: 0;
  isolation: isolate;
}

.gallery__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

.gallery__cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.18);
  opacity: 0;
  transition: opacity 0.55s var(--ease);
  z-index: 1;
  pointer-events: none;
}

.gallery__cell:hover::before {
  opacity: 1;
}

.gallery__cell-num,
.gallery__cell-cap {
  position: absolute;
  z-index: 2;
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--soft-white);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
  pointer-events: none;
}

.gallery__cell-num {
  top: 1rem;
  left: 1rem;
  color: var(--platinum);
}

.gallery__cell-cap {
  bottom: 1rem;
  left: 1rem;
  font-weight: 400;
}

.gallery__cell:hover .gallery__cell-num,
.gallery__cell:hover .gallery__cell-cap {
  opacity: 1;
  transform: translateY(0);
}

/* Editorial bento placement */
.gallery__cell--1 { grid-column: 1 / 6; grid-row: 1 / 5; }
.gallery__cell--2 { grid-column: 6 / 10; grid-row: 1 / 3; }
.gallery__cell--3 { grid-column: 10 / 13; grid-row: 1 / 4; }
.gallery__cell--4 { grid-column: 6 / 10; grid-row: 3 / 5; }
.gallery__cell--meta {
  grid-column: 10 / 13;
  grid-row: 4 / 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid var(--line);
  background: transparent;
}

.gallery__cell--meta p {
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.gallery__cell--meta span {
  margin-top: 0.85rem;
  font-size: 0.625rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--stone-beige);
}

.gallery__cell--5 { grid-column: 1 / 5; grid-row: 5 / 8; }
.gallery__cell--6 { grid-column: 5 / 13; grid-row: 5 / 7; }
.gallery__cell--7 { grid-column: 5 / 8; grid-row: 7 / 8; }
.gallery__cell--8 { grid-column: 8 / 11; grid-row: 7 / 8; }
.gallery__cell--9 { grid-column: 11 / 13; grid-row: 7 / 8; }

/* ---- Materials ---- */
.materials__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.materials__stage {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  min-height: 70vh;
}

.materials__visual {
  overflow: hidden;
  background: var(--warm-black);
  position: relative;
}

.materials__visual img {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: opacity 0.7s var(--ease), transform 1.2s var(--ease);
}

.materials__visual.is-switching img {
  opacity: 0;
  transform: scale(1.04);
}

.materials__caption {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  font-size: 0.625rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  z-index: 1;
}

.materials__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.material-tab {
  text-align: left;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  cursor: none;
  transition: padding-left 0.45s var(--ease);
}

.material-tab:hover,
.material-tab.is-active {
  padding-left: 0.75rem;
}

.material-tab__name {
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 0.4rem;
  color: var(--muted);
  transition: color 0.35s;
}

.material-tab.is-active .material-tab__name {
  color: var(--soft-white);
}

.material-tab__desc {
  display: block;
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--muted-2);
  line-height: 1.55;
  max-width: 28ch;
}

.material-tab.is-active .material-tab__desc {
  color: var(--muted);
}

/* ---- Craft ---- */
.craft__title {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.craft__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.65rem, 1.2vw, 1rem);
}

.craft__shot {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--warm-black);
}

.craft__shot figcaption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  font-size: 0.625rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

/* ---- Stats ---- */
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat {
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 2vw, 2rem);
  text-align: center;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: none;
}

.stat__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.stat__value,
.stat__suffix {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1;
}

.stat__suffix {
  font-weight: 200;
  color: var(--platinum);
  margin-left: 0.1em;
}

.stat__value--text {
  font-size: clamp(2.75rem, 6.5vw, 5rem);
  letter-spacing: 0.04em;
}

.stat__label {
  display: block;
  margin-top: 1.25rem;
  font-family: var(--font-literata);
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--soft-white);
  line-height: 1.35;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

.stat__desc {
  margin-top: 1rem;
  font-family: var(--font-tight);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--muted);
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Testimonials ---- */
.quote {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--line);
}

.quote:last-child {
  border-bottom: 1px solid var(--line);
}

.quote p {
  font-size: clamp(1.75rem, 4vw, 3.25rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.035em;
  max-width: 18ch;
  margin-bottom: 1.75rem;
}

.quote footer {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--stone-beige);
}

/* ---- Contact ---- */
.contact {
  background: var(--warm-black);
  max-width: none;
  width: 100%;
}

.contact .section-label,
.contact__grid {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 2.5rem 0 3rem;
}

.contact__details a {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  transition: color 0.35s;
}

.contact__details a:hover {
  color: var(--platinum);
}

.contact__details address {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
}

.contact__form {
  display: grid;
  gap: 1.5rem;
  max-width: 420px;
}

.contact__form label {
  display: grid;
  gap: 0.65rem;
}

.contact__form label span {
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--stone-beige);
}

.contact__form input,
.contact__form textarea {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  transition: border-color 0.35s;
  resize: none;
}

.contact__form input:focus,
.contact__form textarea:focus {
  border-bottom-color: var(--platinum);
}

.contact__form input.is-invalid,
.contact__form textarea.is-invalid {
  border-bottom-color: #8a6a6a;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: var(--muted-2);
}

.contact__form .btn {
  justify-self: start;
  margin-top: 0.5rem;
}

.contact__note {
  font-size: 0.6875rem;
  color: var(--muted-2);
  letter-spacing: 0.02em;
}

.contact__success {
  margin-top: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--platinum);
}

.contact__map {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--stone);
  border: 1px solid var(--line);
}

.contact__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.05) brightness(0.72);
  transition: filter 0.6s var(--ease);
}

.contact__map:hover iframe {
  filter: grayscale(0.8) contrast(1.05) brightness(0.82);
}

.contact__map-label {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  font-size: 0.625rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  pointer-events: none;
}

/* ---- Footer ---- */
.footer {
  padding: clamp(4rem, 10vw, 8rem) var(--pad) clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  max-width: var(--max);
  margin: 0 auto;
}

.footer__logo {
  display: block;
  font-size: clamp(4rem, 14vw, 11rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.footer__meta {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}

.footer__nav a {
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.35s;
}

.footer__nav a:hover {
  color: var(--soft-white);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: var(--muted-2);
  font-weight: 300;
}

/* ---- To top ---- */
.to-top {
  position: fixed;
  right: var(--pad);
  bottom: 2rem;
  z-index: 900;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  background: rgba(17, 17, 17, 0.7);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s var(--ease), border-color 0.35s;
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.to-top:hover {
  border-color: var(--soft-white);
}

/* ---- GLightbox dark ---- */
.glightbox-clean .gslide-description {
  background: transparent;
}

.goverlay {
  background: rgba(17, 17, 17, 0.92) !important;
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .why__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .why__item:nth-child(3) {
    border-right: none;
  }
  .why__item:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }
  .craft__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .collection-card {
    grid-column: span 6;
  }
  .collection-card--wide {
    grid-column: span 12;
  }
}

@media (max-width: 900px) {
  .nav__menu,
  .nav__line {
    display: none;
  }
  .nav {
    grid-template-columns: 1fr auto;
  }
  .nav__burger {
    display: flex;
  }
  .story__grid,
  .collections__intro {
    grid-template-columns: 1fr;
  }

  .collections__intro .editorial-title,
  .collections__intro .section-lead {
    grid-column: 1 / -1;
  }

  .collections__intro .section-lead {
    max-width: 34ch;
  }
  .materials__intro,
  .materials__stage,
  .contact__grid,
  .stats__grid {
    grid-template-columns: 1fr;
  }
  .materials__visual {
    aspect-ratio: 4 / 3;
    min-height: 40vh;
  }
  .materials__visual img {
    position: relative;
  }
  .why__list {
    grid-template-columns: 1fr;
  }
  .why__item {
    border-right: none;
    border-bottom: 1px solid var(--line);
    min-height: auto;
    flex-direction: row;
    gap: 1.5rem;
  }
  .why__item:nth-child(n + 4) {
    border-top: none;
  }
  .why__num {
    font-size: 2rem;
    padding-bottom: 0;
    min-width: 3rem;
  }
  .process__step {
    grid-template-columns: 3.5rem 1fr;
    gap: 1rem;
  }
  .gallery__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    min-height: auto;
  }

  .gallery__cell--1 { grid-column: 1 / 4; grid-row: auto; aspect-ratio: 3 / 4; }
  .gallery__cell--2 { grid-column: 4 / 7; grid-row: auto; aspect-ratio: 4 / 3; }
  .gallery__cell--3 { grid-column: 1 / 3; grid-row: auto; aspect-ratio: 3 / 4; }
  .gallery__cell--4 { grid-column: 3 / 7; grid-row: auto; aspect-ratio: 16 / 9; }
  .gallery__cell--meta { grid-column: 1 / 7; grid-row: auto; min-height: 120px; }
  .gallery__cell--5 { grid-column: 1 / 4; grid-row: auto; aspect-ratio: 3 / 4; }
  .gallery__cell--6 { grid-column: 4 / 7; grid-row: auto; aspect-ratio: 4 / 3; }
  .gallery__cell--7 { grid-column: 1 / 3; grid-row: auto; aspect-ratio: 1; }
  .gallery__cell--8 { grid-column: 3 / 5; grid-row: auto; aspect-ratio: 1; }
  .gallery__cell--9 { grid-column: 5 / 7; grid-row: auto; aspect-ratio: 1; }
  .stat {
    border-right: none;
    border-bottom: 1px solid var(--line);
    padding: 2.5rem 1rem;
  }
  .stat:last-child {
    border-bottom: none;
  }
  .stats__grid {
    border-bottom: none;
  }
  .hero__pair {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .hero__sub {
    max-width: none;
    margin-top: 1.25rem;
    padding-left: 0;
    border-left: none;
    padding-top: 1.1rem;
    border-top: 1px solid var(--line);
  }

  .hero__title-sub {
    margin-top: 0.08em;
  }

  .hero__scroll,
  .hero__meta {
    display: none;
  }
  .quote p {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .collection-card,
  .collection-card--wide {
    grid-column: span 12;
  }
  .collection-card__media,
  .collection-card--wide .collection-card__media {
    aspect-ratio: 5 / 4;
  }
  .hero__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .btn {
    width: 100%;
  }
  .gallery__grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .gallery__cell--1,
  .gallery__cell--2,
  .gallery__cell--3,
  .gallery__cell--4,
  .gallery__cell--5,
  .gallery__cell--6,
  .gallery__cell--7,
  .gallery__cell--8,
  .gallery__cell--9,
  .gallery__cell--meta {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  .gallery__cell--meta {
    grid-column: 1 / -1;
    aspect-ratio: auto;
    min-height: 100px;
  }

  .gallery__cell--6 {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }
  .footer__bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .marquee__track {
    animation: none;
  }
  .media-reveal {
    clip-path: none;
  }
}
