/* ============================================================
   KOLO DESIGNZ — design system (replica of kouture-sanctuary)
   Tokens: ivory/noir/emerald/gold · Cormorant Garamond + Inter
   ============================================================ */

:root {
  --ivory: #f7f4f0;
  --noir: #0e0e0e;
  --emerald: #1e6b4a;
  --gold: #d4af37;
  --charcoal: #2b2625;
  --cream: #eae6e1;
  --earth: #6b5f5c;
  --font-display: "Cormorant Garamond", "Canela", Georgia, serif;
  --font-sans: "Inter", "Söhne", "Suisse Intl", system-ui, sans-serif;
  --radius: 0.625rem;
  --nav-h: 76px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--noir);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
::selection { background: var(--gold); color: var(--noir); }
:focus-visible { outline: 2px solid var(--emerald); outline-offset: 3px; border-radius: 2px; }

/* ---------- typography ---------- */
.display-1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3.4rem, 9vw, 9.5rem);
  line-height: 0.92;
  letter-spacing: -0.01em;
  margin: 0;
}
.display-2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.1rem, 4.6vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.005em;
  margin: 0;
}
.display-3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  line-height: 1.12;
  margin: 0;
}
.eyebrow {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}
.caption {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--earth);
}
.text-ivory { color: var(--ivory); }
.text-noir { color: var(--noir); }
.text-gold { color: var(--gold); }
.text-charcoal { color: var(--charcoal); }
.text-muted { color: var(--earth); }

/* ---------- layout helpers ---------- */
.container { width: min(1400px, 100% - 3rem); margin-inline: auto; }
.section { position: relative; padding: clamp(5rem, 10vw, 9rem) 0; }
.section--cream { background: var(--cream); }
.section--ivory { background: var(--ivory); }
.section--noir { background: var(--noir); color: var(--ivory); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  gap: 0.75rem;
  padding: 1.05rem 2.2rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.35s var(--ease-out), color 0.35s var(--ease-out),
    border-color 0.35s var(--ease-out), transform 0.35s var(--ease-out);
  white-space: nowrap;
}
.btn--primary { background: var(--noir); color: var(--ivory); }
.btn--primary:hover { background: var(--gold); color: var(--noir); }
.btn--gold { background: var(--gold); color: var(--noir); }
.btn--gold:hover { background: var(--ivory); }
.btn--outline { border: 1px solid var(--gold); color: var(--gold); background: transparent; }
.btn--outline:hover { background: var(--gold); color: var(--noir); }
.btn--outline-dark { border: 1px solid var(--noir); color: var(--noir); }
.btn--outline-dark:hover { background: var(--noir); color: var(--ivory); }
.btn:active { transform: scale(0.98); }
.btn[disabled] { opacity: 0.4; pointer-events: none; }

/* ---------- nav ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding: 0.9rem clamp(1rem, 3vw, 2.5rem) 0;
  pointer-events: none;
}
.nav-inner {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  height: 58px;
  padding: 0 clamp(0.9rem, 1.6vw, 1.3rem);
  border-radius: 999px;
  background: rgba(247, 244, 240, 0.06);
  border: 1px solid rgba(247, 244, 240, 0.14);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 12px 36px rgba(14, 14, 14, 0.3);
  max-width: 1400px;
  transition: max-width 0.6s var(--ease-out), min-width 0.6s var(--ease-out), height 0.6s var(--ease-out), padding 0.6s var(--ease-out), gap 0.6s var(--ease-out);
}
.nav-logo {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nav-logo img { height: 33px; width: auto; transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out); }
.nav-logo > img:not(.nav-icon) { max-width: 240px; transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out), max-width 0.6s var(--ease-out); }
.nav-icon {
  position: absolute;
  left: 50%; top: 50%;
  height: 28px;
  width: 28px;
  object-fit: contain;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.35s var(--ease-out), transform 0.45s var(--ease-out);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 1.9rem);
  max-width: 60rem;
  opacity: 1;
  overflow: hidden;
  transition: max-width 0.5s var(--ease-out), opacity 0.4s var(--ease-out), gap 0.5s var(--ease-out);
}
.nav-links a {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(247, 244, 240, 0.72);
  transition: color 0.3s;
  position: relative;
}
.nav--light .nav-inner {
  background: rgba(14, 14, 14, 0.06);
  border-color: rgba(14, 14, 14, 0.16);
}
.nav--light .nav-links a { color: rgba(14, 14, 14, 0.78); }
.nav--light .nav-links a.active { color: var(--noir); }
.nav--light .nav-toggle span { background: var(--noir); }
.nav--light .nav-logo img { filter: brightness(0); }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 100%; height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}
.nav-links a:hover, .nav-links a.active { color: var(--ivory); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; }

/* scrolled: the pill collapses into a circular brand-icon button.
   Shrink is fast (0.22s), expand is slow (0.6s): the transition of the NEW state
   applies, so base rules govern expanding and .scrolled rules govern shrinking. */
.nav.scrolled .nav-inner { height: 78px; max-width: 78px; min-width: 78px; padding: 0; gap: 0; justify-content: center;
  transition-duration: 0.22s; }
.nav.scrolled .nav-links { max-width: 0; opacity: 0; gap: 0; transition-duration: 0.22s; }
.nav.scrolled .nav-logo { width: 44px; height: 44px; flex: 0 0 auto; overflow: visible; }
.nav.scrolled .nav-logo > img:not(.nav-icon) { opacity: 0; transform: scale(0.6); max-width: 0;
  transition-duration: 0.22s; }
.nav.scrolled .nav-icon { opacity: 1; transform: translate(-50%, -50%) scale(1); max-width: none; }

@media (max-width: 1023px) {
  /* on mobile the collapsed pill keeps the menu button beside the icon */
  .nav.scrolled .nav-inner { max-width: none; width: auto; height: 56px; padding: 0 0.55rem; gap: 0.4rem; }?
  .nav.scrolled .nav-icon { height: 36px; width: 36px; }
  /* the pill must not constrain the full-screen overlay: drop its blur while the menu is open */
  .nav-inner:has(.nav-links.open) { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav-links {
    position: fixed;
    inset: 0;
    background: var(--noir);
    flex-direction: column;
    justify-content: center;
  gap: 4rem;
    gap: 2rem;
    max-width: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s var(--ease-out);
  }
  .nav-links.open, .nav.scrolled .nav-links.open { opacity: 1; pointer-events: auto; max-width: none; gap: 2rem; }
  .nav-links a { font-size: 1rem; letter-spacing: 0.3em; }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
    z-index: 70;
  }
  .nav-toggle span {
    width: 26px; height: 1.5px;
    background: var(--ivory);
    transition: transform 0.35s var(--ease-out), opacity 0.3s;
  }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}

/* Kollective teaser sections (homepage preview, journal loop): shared image under a noir overlay.
   section.kollective-tease::* specificity beats the later .kollectiv-preview::before gold glow. */
section.kollective-tease { position: relative; overflow: hidden; }
section.kollective-tease::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/kollective-teaser.webp") center / cover no-repeat;
}
section.kollective-tease::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(74% 60% at 50% 46%, rgba(212, 175, 55, 0.06), transparent),
    linear-gradient(180deg, rgba(14, 14, 14, 0.82) 0%, rgba(14, 14, 14, 0.7) 50%, rgba(14, 14, 14, 0.86) 100%);
}
.kollective-tease > .container { position: relative; z-index: 1; }

/* ---------- loader ---------- */
/* ---------- splash ---------- */
.splash {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--noir);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  transition: transform 0.85s cubic-bezier(0.76, 0, 0.24, 1), visibility 0.85s;
}
.splash.is-done { transform: translateY(-101%); visibility: hidden; pointer-events: none; }
.splash-inner { text-align: center; padding: 0 1.5rem; }
.splash-icon {
  height: 62px;
  width: auto;
  margin: 0 auto 1.9rem;
  opacity: 0;
  animation: splash-rise 0.9s 0.1s var(--ease-out) forwards;
}
.splash-word {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 5vw, 3.2rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ivory);
  margin: 0;
  text-indent: 0.24em;
}
.splash-word span { display: inline-block; opacity: 0; animation: splash-char 0.7s var(--ease-out) forwards; animation-delay: var(--d, 0.3s); }
.splash-tag {
  margin: 1.1rem 0 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1rem, 2.4vw, 1.4rem);
  color: rgba(247, 244, 240, 0.62);
  opacity: 0;
  animation: splash-fade 0.8s 1.05s var(--ease-out) forwards;
}
@keyframes splash-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes splash-char { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: none; } }
@keyframes splash-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* page transition veil (ajax navigation) */
.page-veil {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: var(--noir);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.page-veil.on { opacity: 1; pointer-events: all; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  height: 100dvh;
  min-height: 620px;
  overflow: hidden;
  background: var(--noir);
  color: var(--ivory);
}
.hero-media { position: absolute; inset: 0; will-change: transform; }
.hero-media canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero.no-video .hero-video { display: none; }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 74% 60% at 50% 46%, rgba(14,14,14,0.46) 0%, rgba(14,14,14,0.2) 52%, rgba(14,14,14,0) 76%),
    linear-gradient(180deg, rgba(14,14,14,0.52) 0%, rgba(14,14,14,0.3) 45%, rgba(14,14,14,0.66) 100%);
}
.hero-content {
  position: absolute; inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  text-align: center;
  padding: var(--nav-h) 1.5rem 10dvh;
}
.hero-wordmark {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 6.5vw, 6.2rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ivory);
  text-shadow: 0 2px 40px rgba(14, 14, 14, 0.5);
}
.hero-tagline {
  margin: clamp(1.4rem, 3.5vh, 2.4rem) 0 0;
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.8rem);
  line-height: 1.1;
  font-weight: 400;
  color: var(--ivory);
  text-shadow: 0 2px 30px rgba(14, 14, 14, 0.5);
  opacity: 0;
  transform: translateY(16px);
  animation: hero-rise 1s 0.9s var(--ease-out) forwards;
}
.hero-scroll {
  position: absolute;
  right: clamp(1.2rem, 4vw, 3.5rem);
  bottom: clamp(5.5rem, 10vh, 8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  color: rgba(247, 244, 240, 0.75);
}
.hero-scroll .line { width: 1px; height: 56px; background: linear-gradient(var(--ivory), transparent); animation: scroll-hint 2s infinite; }
@keyframes scroll-hint { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@keyframes hero-rise { to { opacity: 1; transform: none; } }
@media (max-width: 640px) {
  .hero-scroll { display: none; }
}

/* ---------- page hero (inner pages) ---------- */
.page-hero {
  position: relative;
  height: 78dvh;
  min-height: 520px;
  overflow: hidden;
  background: var(--noir);
  color: var(--ivory);
  display: flex;
  align-items: flex-end;
}
.page-hero--genesis { height: 100dvh; min-height: 560px; }
@media (min-width: 1024px) {
  .page-hero--genesis { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 44vw); grid-template-rows: minmax(0, 100%); align-items: stretch; }
  .page-hero--genesis .page-hero-media { position: static; height: 100%; min-height: 0; }
  .page-hero--genesis .page-hero-media img { object-position: 62% 20%; }
  .page-hero--genesis .page-hero-overlay { display: none; }
  .page-hero--genesis .page-hero-content { grid-column: 1; grid-row: 1; align-self: end; padding: 0 clamp(2rem, 5vw, 4.5rem) clamp(4rem, 9vh, 7rem); }
}
.page-hero-media { position: absolute; inset: 0; will-change: transform; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media--founder img { object-position: 50% 22%; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,14,14,0.35), rgba(14,14,14,0.72)); }
.page-hero-content { position: relative; z-index: 2; padding: 0 clamp(1.2rem, 4vw, 3.5rem) clamp(3rem, 7vh, 5rem); width: 100%; }
.page-hero .eyebrow { margin-bottom: 1.2rem; }
.page-hero .display-1 { font-size: clamp(3rem, 7vw, 7rem); }

/* ---------- reveal ---------- */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
  will-change: opacity, transform;
}
.js [data-reveal].shown { opacity: 1; transform: none; }
@keyframes cardIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* ---------- acts (home) ---------- */
.act-intro {
  background: var(--ivory);
  padding: clamp(6rem, 12vw, 10rem) 0;
}
.act-intro .display-2 { max-width: 22ch; margin-top: 1.5rem; }
.act-intro-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}
.act-intro-grid figure { margin: 0; }
.act-intro-grid .img-a { grid-column: 1 / 8; }
.act-intro-grid .img-b { grid-column: 8 / 13; margin-top: 4rem; }
.act-intro-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.act-intro-grid figcaption { margin-top: 0.9rem; display: flex; justify-content: space-between; }
@media (max-width: 767px) {
  .act-intro-grid .img-a, .act-intro-grid .img-b { grid-column: 1 / -1; margin-top: 0; }
}

/* pinned acts */
.pin-wrap { position: relative; }
.pin-panel { position: sticky; top: 0; height: 100dvh; overflow: hidden; }

/* manifesto - the gallery wall */
.act-manifesto { height: 300vh; background: var(--ivory); }
.act-manifesto .pin-panel { background: var(--noir); }
.manifesto-wipe { position: absolute; inset: 0; background: var(--noir); transform: translateY(-100%); }
.manifesto-body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 0 clamp(1.2rem, 4vw, 4rem);
}
.manifesto-text { position: relative; z-index: 2; flex: 0 0 36%; }
.manifesto-text .eyebrow { margin-bottom: 1.4rem; }
.manifesto-text [data-char-scrub] {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 2.9rem);
  line-height: 1.25;
  text-align: left;
  max-width: 26ch;
  color: var(--ivory);
  margin: 0;
}
.manifesto-text [data-char] { opacity: 0.06; }
.manifesto-wall {
  flex: 1;
  height: min(76%, 620px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: clamp(0.4rem, 0.8vw, 0.85rem);
}
.wall-item { margin: 0; position: relative; opacity: 0; will-change: opacity, transform; }
.wall-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(247, 244, 240, 0.16);
}
.wall-item[data-wall="1"] { grid-column: 1 / 3; grid-row: 1 / 5; }
.wall-item[data-wall="2"] { grid-column: 3; grid-row: 1 / 4; }
.wall-item[data-wall="3"] { grid-column: 4; grid-row: 1 / 3; }
.wall-item[data-wall="4"] { grid-column: 3 / 5; grid-row: 4 / 7; }
.wall-item[data-wall="5"] { grid-column: 1; grid-row: 5 / 7; }
.wall-item[data-wall="6"] { grid-column: 2; grid-row: 5 / 7; }
.manifesto-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(14, 14, 14, 0.5);
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .manifesto-wall { grid-template-columns: repeat(3, 1fr); }
  .wall-item[data-wall="1"] { grid-column: 1; grid-row: 1 / 4; }
  .wall-item[data-wall="2"] { grid-column: 2; grid-row: 1 / 3; }
  .wall-item[data-wall="3"] { grid-column: 3; grid-row: 1 / 5; }
  .wall-item[data-wall="4"] { grid-column: 1 / 3; grid-row: 4 / 7; }
  .wall-item[data-wall="5"] { grid-column: 3; grid-row: 5 / 7; }
  .wall-item[data-wall="6"] { display: none; }
}
@media (max-width: 767px) {
  .manifesto-body { display: block; padding: 0; }
  .manifesto-wall {
    position: absolute;
    inset: 0;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 0.3rem;
    padding: 0.9rem;
  }
  .wall-item[data-wall="1"] { grid-column: 1; grid-row: 1 / 3; }
  .wall-item[data-wall="2"] { grid-column: 2; grid-row: 1 / 3; }
  .wall-item[data-wall="3"] { grid-column: 1; grid-row: 3 / 5; }
  .wall-item[data-wall="4"] { grid-column: 2; grid-row: 3 / 5; }
  .wall-item[data-wall="5"], .wall-item[data-wall="6"] { display: none; }
  .manifesto-veil { background: rgba(14, 14, 14, 0.62); }
  .manifesto-text {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  gap: 4rem;
    padding: 0 clamp(1.4rem, 8vw, 3rem);
  }
  .manifesto-text [data-char-scrub] { text-align: center; max-width: 30ch; }
  .manifesto-text .eyebrow { text-align: center; margin-bottom: 1.2rem; }
}

/* hands */
.act-hands { height: 260vh; background: var(--noir); }
.act-hands .pin-panel { background: var(--noir); color: var(--ivory); }
.hands-intro { position: absolute; top: clamp(6rem, 12vh, 9rem); left: clamp(1.2rem, 4vw, 3.5rem); z-index: 3; }
.hands-stage { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 1.5rem; padding: 0 clamp(1.2rem, 4vw, 3.5rem) clamp(4rem, 8vh, 6rem); }
.hand { opacity: 0; transform: translateY(50px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
.hand.active { opacity: 1; transform: none; }
.hand .num { font-family: var(--font-display); color: var(--gold); font-size: 1.3rem; }
.hand img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; margin: 1rem 0; }
.hand h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.4rem, 2.4vw, 2rem); margin: 0; }
.hand p { color: rgba(247, 244, 240, 0.66); margin: 0.4rem 0 0; font-size: 0.92rem; }
@media (max-width: 767px) {
  .act-hands { height: auto; }
  .act-hands .pin-panel { position: static; height: auto; padding: 6rem 0; }
  .hands-stage { position: static; grid-template-columns: 1fr; }
  .hand { opacity: 1; transform: none; }
}

/* materials + threshold (shader) */
.shader-figure { position: relative; overflow: hidden; }
.shader-figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.4s ease; }
.shader-figure canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.act-materials { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.act-materials .mats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.mats figure { margin: 0; }
.mats img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.act-threshold { background: var(--noir); color: var(--ivory); }
.act-threshold .inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
@media (max-width: 767px) {
  .act-materials, .act-threshold .inner { grid-template-columns: 1fr; }
  .act-materials .mats { order: -1; }
}

/* tiers */
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.tier-card {
  background: var(--ivory);
  border: 1px solid rgba(14, 14, 14, 0.08);
  overflow: hidden;
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.tier-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px -30px rgba(14, 14, 14, 0.35); }
.tier-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.tier-card-body { padding: 1.6rem 1.6rem 1.8rem; }
.tier-card .lead { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1rem; }
.tier-card h3 { font-family: var(--font-display); font-size: 1.9rem; font-weight: 400; margin: 0 0 0.4rem; }
.tier-card .line { font-style: italic; font-family: var(--font-display); font-size: 1.15rem; color: var(--emerald); margin: 0 0 0.7rem; }
.tier-card p { margin: 0; color: var(--charcoal); font-size: 0.95rem; }
@media (max-width: 1023px) { .tiers-grid { grid-template-columns: 1fr; } }

/* closing CTA (home → kouture) */
.closing-cta {
  position: relative;
  min-height: 90dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  text-align: center;
  overflow: hidden;
  background: var(--noir);
  color: var(--ivory);
  padding: 6rem 1.5rem;
}
.closing-cta .display-2 { max-width: 18ch; margin: 1.6rem auto 0; }
.closing-cta .btn { margin-top: 3rem; }

/* ---------- sphere (kouture) ---------- */
.sphere-section { background: var(--noir); color: var(--ivory); }
.sphere-stage {
  position: relative;
  height: 70dvh;
  min-height: 520px;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
  perspective: 1400px;
}
.sphere-stage:active { cursor: grabbing; }
.sphere { position: absolute; top: 50%; left: 50%; width: 0; height: 0; transform-style: preserve-3d; will-change: transform; }
.sphere-tile {
  position: absolute;
  top: -56px; left: -44px;
  width: 88px; height: 112px;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 240, 0.1);
  background: var(--noir);
  transition: border-color 0.3s ease, opacity 0.3s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 0;
}
.sphere-tile img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: opacity 0.3s ease; }
.sphere-tile:hover { border-color: var(--gold); }
.sphere-tile:hover img { opacity: 1; }
@media (min-width: 768px) {
  .sphere-tile { top: -80px; left: -60px; width: 120px; height: 160px; }
}
.sphere-hint { margin-top: 2rem; text-align: center; color: rgba(247, 244, 240, 0.45); }
.sphere-fallback { display: none; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
@media (min-width: 768px) { .sphere-fallback { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .sphere-fallback { grid-template-columns: repeat(4, 1fr); } }
.sphere-fallback img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }

/* ---------- lightbox ---------- */
.paper-fly {
  position: fixed;
  inset: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--noir);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox-stage { flex: 1; display: flex; align-items: center; justify-content: center;
  gap: 4rem; padding: 1.5rem; position: relative; min-height: 0; }
.lightbox-stage img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox-meta { padding: 1.2rem clamp(1.5rem, 5vw, 4rem) 2rem; display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
.lightbox-meta h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.8rem; margin: 0; }
.lightbox-meta .meta { color: rgba(247, 244, 240, 0.6); font-size: 0.85rem; }
.lightbox-close { position: absolute; top: 1.2rem; right: 1.4rem; color: var(--ivory); font-size: 2rem; line-height: 1; z-index: 2; padding: 0.4rem; }
.lightbox-close:hover { color: var(--gold); }
.lightbox-prev, .lightbox-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  color: var(--ivory); font-size: 1.4rem; padding: 1rem; z-index: 2;
}
.lightbox-prev { left: 1rem; } .lightbox-next { right: 1rem; }
.lightbox-prev:hover, .lightbox-next:hover { color: var(--gold); }

/* ---------- process (kolo lab) ---------- */
.process-wrap { position: relative; background: var(--ivory); }
.process-sticky { position: relative; overflow: hidden; }
.process-line { position: absolute; left: 0; top: 2.5rem; height: 1px; width: 100%; z-index: 2; pointer-events: none; }
.process-track { display: flex; flex-direction: column; gap: 3.5rem; }
.process-step { position: relative; flex-shrink: 0; }
.process-step .img-box { overflow: hidden; background: var(--cream); }
.process-step img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.process-step .meta { margin-top: 1.4rem; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.4rem 1.4rem; }
.process-step h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.7rem, 3vw, 2.6rem); margin: 0; }
.process-step p { max-width: 34rem; color: var(--charcoal); }
@media (min-width: 1024px) {
  .process-wrap { height: auto; }
  .process-sticky { position: sticky; top: 0; height: 100dvh; display: flex; align-items: center; padding-bottom: 2rem; }
  .process-track { flex-direction: row; align-items: center; gap: 2.5rem; padding-left: 0.5rem; will-change: transform; }
  .process-step { width: 52vw; }
  .process-step img { aspect-ratio: 16 / 10; height: 58dvh; }
}

/* ---------- portfolio ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem 1.8rem; margin-bottom: 3rem; }
.filters button {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--earth); padding: 0.3rem 0; position: relative; transition: color 0.3s;
}
.filters button::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 0.35s var(--ease-out);
}
.filters button:hover { color: var(--noir); }
.filters button.active { color: var(--noir); }
.filters button.active::after { transform: scaleX(1); transform-origin: left; }
.masonry { columns: 1; column-gap: 1.5rem; }
@media (min-width: 768px) { .masonry { columns: 2; } }
@media (min-width: 1200px) { .masonry { columns: 3; } }
.work-card { break-inside: avoid; margin-bottom: 1.5rem; }
.work-card .img-wrap { position: relative; overflow: hidden; background: var(--cream); }
.work-card img { width: 100%; object-fit: cover; transition: transform 0.8s var(--ease-out), opacity 0.4s; }
.work-card:hover img { transform: scale(1.04); }
.work-card .hover-tag {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  gap: 4rem;
  background: rgba(14, 14, 14, 0.35); color: var(--ivory);
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  opacity: 0; transition: opacity 0.4s;
}
.work-card:hover .hover-tag { opacity: 1; }
.work-card .meta { margin-top: 0.9rem; display: flex; justify-content: space-between; gap: 1rem; font-size: 0.85rem; }
.work-card .meta .tags { color: var(--earth); }

/* ---------- journal ---------- */
.post-list { display: grid; gap: 2rem; margin-top: 3.5rem; }
.post-card { display: grid; grid-template-columns: 280px 1fr; gap: 2rem; align-items: center; padding-bottom: 2rem; border-bottom: 1px solid rgba(14, 14, 14, 0.1); transition: opacity 0.3s; }
.post-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.post-card h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2.2rem); margin: 0.4rem 0; }
.post-card .excerpt { color: var(--charcoal); margin: 0; }
.post-card .cats { display: flex; gap: 0.8rem; margin-top: 1rem; }
@media (max-width: 767px) { .post-card { grid-template-columns: 1fr; } }

/* ---------- forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem 1.5rem; }
.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--earth); }
.field input, .field select, .field textarea {
  font: inherit; font-weight: 300;
  background: var(--ivory);
  border: 1px solid rgba(14, 14, 14, 0.18);
  border-radius: 0;
  padding: 0.9rem 1rem;
  color: var(--noir);
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 100%;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--emerald);
  box-shadow: 0 0 0 3px rgba(30, 107, 74, 0.14);
}
.field input::placeholder, .field textarea::placeholder { color: rgba(43, 38, 37, 0.4); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #b3261e; }
.field .error-msg { display: none; font-size: 0.78rem; color: #b3261e; }
.field.invalid .error-msg { display: block; }
.form-note { margin-top: 1.2rem; font-size: 0.85rem; color: var(--emerald); min-height: 1.2em; }
@media (max-width: 767px) { .form-grid { grid-template-columns: 1fr; } }

/* newsletter */
.newsletter { display: flex; gap: 0.6rem; max-width: 380px; }
.newsletter input {
  flex: 1; min-width: 0;
  font: inherit; font-weight: 300;
  background: transparent;
  border: 0; border-bottom: 1px solid rgba(247, 244, 240, 0.3);
  color: var(--ivory); padding: 0.7rem 0.2rem;
}
.newsletter input::placeholder { color: rgba(247, 244, 240, 0.4); }
.newsletter input:focus { outline: none; border-bottom-color: var(--gold); }
.newsletter button { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
.newsletter button:hover { color: var(--ivory); }

/* ---------- footer ---------- */
.footer { background: var(--noir); color: var(--ivory); padding: clamp(4rem, 8vw, 7rem) 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 3rem; }
.footer .tagline { font-family: var(--font-display); font-style: italic; font-size: 1.5rem; margin: 1.2rem 0 0; max-width: 16ch; }
.footer h4 { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(247, 244, 240, 0.5); font-weight: 400; margin: 0 0 1.2rem; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.footer a { color: rgba(247, 244, 240, 0.75); transition: color 0.3s; }
.footer a:hover { color: var(--gold); }
.footer .cities li { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.9rem; }
.footer .cities span:last-child { color: rgba(247, 244, 240, 0.4); font-size: 0.78rem; }
.footer-connect {
  display: flex; flex-wrap: wrap; gap: 1.2rem 2.5rem;
  align-items: center; justify-content: space-between;
  margin-top: 2.2rem; padding-top: 1.6rem;
  border-top: 1px solid rgba(247, 244, 240, 0.12);
}
.footer-socials { display: flex; gap: 0.9rem; }
.footer-socials a {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(247, 244, 240, 0.25);
  display: flex; align-items: center; justify-content: center;
  color: rgba(247, 244, 240, 0.75);
  transition: color 0.3s, border-color 0.3s, transform 0.3s;
}
.footer-socials a:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.footer-socials svg { width: 17px; height: 17px; }
.footer-phones { display: flex; flex-wrap: wrap; gap: 0.6rem 1.8rem; }
.footer-phones a {
  color: rgba(247, 244, 240, 0.75); font-size: 0.85rem;
  letter-spacing: 0.06em; text-decoration: none; transition: color 0.3s;
}
.footer-phones a:hover { color: var(--gold); }

/* contact page: phone numbers beside the intro copy (ivory section) */
.contact-phones { display: flex; flex-wrap: wrap; gap: 0.6rem 1.8rem; margin: 1.5rem 0 0; }
.contact-phones a {
  color: rgba(38, 32, 25, 0.78); font-size: 0.95rem;
  letter-spacing: 0.06em; text-decoration: none; border-bottom: 1px solid rgba(38, 32, 25, 0.25);
  padding-bottom: 2px; transition: color 0.3s, border-color 0.3s;
}
.contact-phones a:hover { color: var(--gold); border-color: var(--gold); }
@media (max-width: 640px) {
  .footer-connect { flex-direction: column; align-items: flex-start; }
}
.footer-bottom { margin-top: 4rem; padding-top: 1.6rem; border-top: 1px solid rgba(247, 244, 240, 0.12); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.8rem; color: rgba(247, 244, 240, 0.5); }
@media (max-width: 1023px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  /* stack the bottom row and keep it clear of the fixed WhatsApp bubble */
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.55rem; padding-bottom: 5.5rem; }
}

/* ---------- internal links row ---------- */
.internal-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3rem; }
.internal-links a {
  border: 1px solid rgba(14, 14, 14, 0.14);
  padding: 2rem 2rem 1.8rem;
  display: flex; flex-direction: column; gap: 0.6rem;
  transition: background 0.4s var(--ease-out), border-color 0.4s, color 0.4s;
}
.internal-links a:hover { background: var(--noir); color: var(--ivory); border-color: var(--noir); }
.internal-links .il-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.internal-links .il-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; line-height: 1.1; }
@media (max-width: 767px) { .internal-links { grid-template-columns: 1fr; } }

/* ---------- misc ---------- */
.lead { font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: var(--charcoal); max-width: 62ch; }
.lead--ivory { color: rgba(247, 244, 240, 0.75); }
.stat-row { display: flex; flex-wrap: wrap; gap: 1rem 3rem; }
.num { font-family: var(--font-display); color: var(--gold); }

/* ============================================================
   HOME ACTS — refined composition (matches original site)
   ============================================================ */

/* hero wordmark char reveal */
.hero-wordmark {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  gap: 0 0.18em;
}
.hero-char {
  opacity: 0;
  transform: translateY(-0.4em);
  filter: blur(6px);
  animation: hero-char 0.9s var(--ease-out) forwards;
  animation-delay: var(--d, 0ms);
}
@keyframes hero-char {
  from { opacity: 0; transform: translateY(-0.4em); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}
.hero-cta {
  position: absolute;
  left: clamp(1.2rem, 4vw, 3.5rem);
  bottom: clamp(3.2rem, 7vh, 5rem);
  opacity: 0;
  animation: hero-rise 1s 2s var(--ease-out) forwards;
}

/* pillars — full-bleed pinned panels */
.act-pillars { height: 300vh; background: var(--noir); }
.pillar {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(2rem, 6vw, 4.5rem);
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}
.pillar.active { opacity: 1; pointer-events: auto; }
.pillar .pillar-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.pillar .pillar-shade { position: absolute; inset: 0; background: rgba(14, 14, 14, 0.38); }
.pillar .pillar-content { position: relative; z-index: 2; max-width: 44rem; text-align: left; }
.pillar .pillar-content::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  bottom: -1.5rem;
  width: 130%;
  height: 150%;
  background: linear-gradient(70deg, rgba(14,14,14,0.68) 0%, rgba(14,14,14,0.32) 55%, transparent 80%);
  z-index: -1;
  pointer-events: none;
}
.pillar .pillar-content { position: relative; z-index: 2; max-width: 44rem; text-align: left; }
.pillar .pillar-content .line {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 1.08;
  color: var(--ivory);
  margin: 0;
}
.pillar .pillar-content .pillar-link {
  display: inline-block;
  margin-top: 1.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.pillar .pillar-content .pillar-link:hover { border-color: var(--gold); }
@media (max-width: 767px) {
  .act-pillars { height: auto; }
  .act-pillars .pin-panel { position: static; height: auto; }
  .pillar {
    position: relative;
    height: 85dvh;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-bottom: 0.4rem;
  }
}

/* hands — pinned horizontal track */
.act-hands { height: 400vh; background: var(--ivory); }
.act-hands .pin-panel { display: flex; align-items: center; }
.hands-track { display: flex; height: 100%; will-change: transform; }
.hand-panel {
  position: relative;
  width: 100vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
}
.hand-figure { display: flex; flex-direction: column; height: 72vh; width: min(62vw, 1100px); }
.hand-figure img { flex: 1; min-height: 0; width: 100%; object-fit: cover; }
.hand-cap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-top: 1.4rem;
}
.hand-cap .num { display: block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.hand-cap .cap {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.1;
  max-width: 22ch;
  color: #e9dcb4;
}
.hand-cap .hand-link {
  white-space: nowrap;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 0.4rem;
}
.hand-line {
  position: absolute;
  top: 50%;
  right: -2rem;
  width: 4rem;
  height: 1px;
  background: var(--emerald);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}
@media (max-width: 767px) {
  .act-hands { height: auto; }
  .act-hands .pin-panel { position: static; height: auto; padding: 6rem 0 4rem; }
  .hands-track { flex-direction: column; gap: 4rem; }
  .hand-panel { width: 100%; padding: 0 1.5rem; }
  .hand-figure { height: auto; width: 100%; }
  .hand-figure img { aspect-ratio: 4 / 3; flex: none; }
  .hand-line { display: none; }
}

/* invitation act - pinned curtain reveal */
.act-invitation { height: 320vh; background: var(--ivory); }
.act-invitation .pin-panel {
  background: var(--ivory);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 0;
}
.invitation-media {
  width: 100%;
  height: 74dvh;
  overflow: hidden;
  position: relative;
}
.invitation-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.invitation-body { text-align: center; padding: clamp(1.8rem, 3.5vw, 2.8rem) 1.5rem clamp(2.5rem, 6vw, 4.5rem); }
.invitation-body h2 { margin: 0 auto; max-width: 14ch; font-size: clamp(2.1rem, 5vw, 4.1rem); }
.invitation-body .btn { margin-top: 1.8rem; }
@media (max-width: 767px) {
  .invitation-media { height: 54dvh; }
  .invitation-body { padding-top: 1.5rem; }
}
.kouture-experience {
  position: relative;
  min-height: 100dvh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: clamp(5.5rem, 12vh, 8rem) 1.5rem clamp(2.5rem, 5vh, 3.5rem);
  overflow: hidden;
}
.kouture-stack { margin: auto; width: 100%; }
.kouture-title { margin-top: 1.2rem; }
.kouture-note {
  margin: 1.1rem auto 0;
  max-width: 44ch;
  color: rgba(247, 244, 240, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}
.kouture-experience .sphere-stage { margin-top: clamp(1.2rem, 4vh, 2.6rem); }
.kouture-prompts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  gap: 1.1rem clamp(2.2rem, 6vw, 4.5rem);
  margin-top: 2.4rem;
}
.kouture-prompts a {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  padding-bottom: 0.35rem;
  transition: border-color 0.3s;
}
.kouture-prompts a:hover { border-color: var(--gold); }
.lb-note {
  margin: 0.7rem 0 0;
  color: rgba(247, 244, 240, 0.66);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 56ch;
}
.sphere-fallback-item {
  display: block;
  text-align: left;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ivory);
  cursor: pointer;
}
.sphere-fallback-item .caption { display: block; margin-top: 0.65rem; color: rgba(247, 244, 240, 0.7); transition: color 0.3s; }
.sphere-fallback-item:hover .caption { color: var(--gold); }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .sphere-fallback { display: grid; }
  .sphere-stage { display: none; }
  .pin-panel { position: static; height: auto; }
  .act-manifesto, .act-pillars, .act-hands { height: auto; }
  .manifesto-wipe { transform: none; }
  .wall-item { opacity: 1; transform: none; }
  .manifesto-text [data-char] { opacity: 1; }
  .pillar { opacity: 1; transform: none; position: static; }
}

/* ============================================================
   inner pages (our-story / kolo-lab / services / portfolio /
   journal / contact)
   ============================================================ */

.group { display: block; }
.text-earth { color: var(--earth); }

.page-hero-sub {
  margin: 1.6rem 0 0;
  max-width: 30ch;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.6rem);
  line-height: 1.15;
  color: var(--ivory);
}

/* ---------- our-story ---------- */
.story-lead { max-width: 56rem; }
.story-lead .eyebrow { margin-bottom: 1.6rem; }
.story-lead-text {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 4.2vw, 3.6rem);
  line-height: 1.15;
  margin: 0;
}
.story-lead-text em { font-style: italic; color: var(--emerald); }

.story-architect { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.story-architect-media { position: relative; }
.story-architect-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.story-architect-body .eyebrow { margin-bottom: 1.2rem; }
.story-architect-body .display-2 { margin-bottom: 1.6rem; }
.story-architect-copy { font-size: 1.05rem; color: var(--charcoal); margin: 0 0 1.8rem; max-width: 46ch; }
.story-route {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  color: var(--noir);
  margin: 0 0 2.4rem;
}
.story-route em { color: var(--emerald); font-style: italic; }
.story-architect-links { display: flex; gap: 0.9rem; flex-wrap: wrap; }

.ceo-split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.ceo-split .ceo-portrait { position: relative; }
.ceo-split .ceo-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid rgba(247, 244, 240, 0.16); }
@media (max-width: 1023px) { .ceo-split { grid-template-columns: 1fr; } }
.ceo-quote { max-width: 64rem; margin: 0; text-align: left; position: relative; }
.ceo-quote-mark {
  font-family: var(--font-display);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.6;
  color: var(--gold);
  margin: 0 0 1.4rem;
}
.ceo-quote blockquote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.6vw, 3rem);
  line-height: 1.2;
  margin: 0;
}
.ceo-quote figcaption { margin-top: 2.4rem; }
.ceo-name { display: block; font-family: var(--font-display); font-size: 1.05rem; letter-spacing: 0.01em; text-transform: none; color: var(--ivory); }
.ceo-role { display: block; margin-top: 0.4rem; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(247, 244, 240, 0.55); }

.story-mv { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); }
.story-mv .eyebrow { margin-bottom: 1.4rem; }
.story-mv-text {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  line-height: 1.25;
  margin: 0;
}

.story-values-title { max-width: 20ch; margin: 1.4rem 0 3.5rem; }
.story-values { list-style: none; margin: 0; padding: 0; }
.story-values li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.7rem 0;
  border-bottom: 1px solid rgba(247, 244, 240, 0.14);
}
.story-values-num { font-family: var(--font-display); font-size: 1.1rem; color: var(--gold); letter-spacing: 0.08em; }
.story-values h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2.2rem); margin: 0 0 0.3rem; }
.story-values p { margin: 0; color: rgba(247, 244, 240, 0.72); font-size: 0.98rem; }

.story-global .display-2 { max-width: 24ch; margin: 1.4rem 0 3.5rem; }
.city-list { list-style: none; margin: 0; padding: 0; max-width: 44rem; }
.city-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(14, 14, 14, 0.14);
}
.city-list li span:first-child { font-family: var(--font-display); font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.city-list li span:last-child { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--earth); }
.city-list--dark li { border-bottom-color: rgba(247, 244, 240, 0.16); }
.city-list--dark li span:first-child { color: var(--ivory); }
.city-list--dark li span:last-child { color: rgba(247, 244, 240, 0.55); }
.story-global-cta { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 3rem; }

/* ---------- kolo-lab ---------- */
.lab-cat-title { max-width: 30ch; margin: 1.4rem 0 0; }
.act-process { height: 300vh; background: var(--noir); }
.act-process .pin-panel { display: flex; flex-direction: column; justify-content: center;
  gap: 4rem; }
.process-head {
  position: static;
  padding: clamp(2rem, 4vh, 3rem) clamp(1.2rem, 4vw, 4rem) 0;
  z-index: 2;
}
.act-process .pin-panel { display: flex; flex-direction: column; justify-content: center;
  gap: 4rem; }
.process-head .eyebrow { margin-bottom: 0.8rem; }
.process-intro {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  margin: 0;
  color: var(--ivory);
  max-width: 46ch;
}
.process-track { display: flex; align-items: center; height: 100%; will-change: transform; padding: 0 clamp(1.2rem, 4vw, 4rem); }
.process-step {
  flex-shrink: 0;
  width: min(78vw, 560px);
  margin-right: clamp(2rem, 6vw, 5rem);
  padding: clamp(2rem, 4vw, 3.4rem);
  border: 1px solid rgba(247, 244, 240, 0.16);
  background: rgba(247, 244, 240, 0.03);
}
.process-step:last-child { margin-right: clamp(2rem, 6vw, 5rem); }
.process-num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--gold);
  letter-spacing: 0.14em;
  margin-bottom: 2.2rem;
}
.process-step h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2rem, 3.6vw, 3rem); margin: 0 0 1rem; color: var(--ivory); }
.process-step p { margin: 0; font-size: 1rem; color: rgba(247, 244, 240, 0.72); max-width: 40ch; }

/* ---------- services ---------- */
.svc-title { max-width: 22ch; margin: 1.4rem 0 3.5rem; }
.svc-list { list-style: none; margin: 0; padding: 0; }
.svc-list li {
  display: grid;
  grid-template-columns: 4rem 1fr auto;
  gap: 1.5rem;
  align-items: start;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(14, 14, 14, 0.12);
}
.svc-num { font-family: var(--font-display); color: var(--gold); letter-spacing: 0.08em; font-size: 1.05rem; }
.svc-body h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.6rem, 2.8vw, 2.4rem); margin: 0 0 0.5rem; }
.svc-body p { margin: 0; color: var(--charcoal); font-size: 0.98rem; max-width: 52ch; }
.svc-link {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--noir);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.2rem;
  white-space: nowrap;
  transition: color 0.3s;
}
.svc-link:hover { color: var(--emerald); }
.svc-links { display: flex; flex-direction: column; align-items: flex-end; gap: 0.7rem; }

/* ---------- portfolio ---------- */
.filter-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 3rem; }
.filter-chip {
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--earth);
  border: 1px solid rgba(14, 14, 14, 0.18);
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.filter-chip:hover { border-color: var(--noir); color: var(--noir); }
.filter-chip.active { background: var(--noir); color: var(--ivory); border-color: var(--noir); }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
.work-card { margin: 0; }
.work-card .img-wrap { aspect-ratio: 4 / 5; }
.work-card .img-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; }
.work-open {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory);
  cursor: pointer;
  transition: opacity 0.4s;
}
.work-card:hover .work-open, .work-open:focus-visible { opacity: 1; }
.work-meta { padding-top: 1.1rem; }
.work-meta .caption { display: block; margin-bottom: 0.5rem; }
.work-meta h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin: 0 0 0.4rem; }
.work-meta p { margin: 0; color: var(--charcoal); font-size: 0.95rem; max-width: 44ch; }
.work-empty { margin-top: 3rem; color: var(--earth); font-style: italic; }
@media (max-width: 767px) { .work-grid { grid-template-columns: 1fr; } }

/* ---------- journal ---------- */
.journal-list { list-style: none; margin: 0 0 3.5rem; padding: 0; }
.journal-row { padding: 2.4rem 0; border-bottom: 1px solid rgba(14, 14, 14, 0.12); }
.journal-cat { display: block; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.7rem; }
.journal-date { display: block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--earth); margin-bottom: 1rem; }
.journal-row h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.9rem, 4vw, 3.2rem); margin: 0 0 0.6rem; }
.journal-row p { margin: 0; color: var(--charcoal); font-size: 1.02rem; max-width: 56ch; }
.journal-cats { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--earth); }
.journal-cats span { color: var(--noir); }
.journal-links { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 3rem; }

/* ---------- contact ---------- */
.contact-wrap { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.contact-intro .eyebrow { margin-bottom: 1.2rem; }
.contact-intro .display-2 { margin-bottom: 1.4rem; }
.contact-form { max-width: 640px; }
.contact-form .btn { margin-top: 1.6rem; }
.contact-showrooms { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); }
.contact-press .eyebrow { margin-bottom: 1.2rem; }
.press-mail {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  color: var(--ivory);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.2rem;
  transition: color 0.3s;
}
.press-mail:hover { color: var(--gold); }

/* ---------- split media/text rows ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.split--flip .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.split-body .eyebrow { margin-bottom: 1.2rem; }
.split-body .display-2 { margin-bottom: 1.4rem; }
.split-copy { color: var(--charcoal); font-size: 1.02rem; max-width: 46ch; margin: 0 0 2.2rem; }
.section--noir .split-copy { color: rgba(247, 244, 240, 0.75); }

/* ---------- responsive ---------- */
@media (max-width: 1023px) {
  .story-architect, .story-mv, .split, .contact-wrap, .contact-showrooms { grid-template-columns: 1fr; }
  .split--flip .split-media { order: 0; }
  .svc-list li { grid-template-columns: 3rem 1fr; }
  .svc-links { flex-direction: row; align-items: center; grid-column: 2; }
}
@media (max-width: 767px) {
  .act-process { height: auto; }
  .act-process .pin-panel { position: static; height: auto; overflow: visible; }
  .process-head { position: static; padding: 0 0 2.5rem; }
  .process-track { flex-direction: column; align-items: stretch; height: auto; padding: 0; gap: 1.4rem; }
  .process-step { width: 100%; margin: 0; }
  .process-step:last-child { margin: 0; }
  .process-num { margin-bottom: 1.2rem; }
  .story-values li { grid-template-columns: 2.6rem 1fr; gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .act-process { height: auto; }
  .act-process .pin-panel { position: static; height: auto; overflow: visible; }
  .process-track { flex-direction: column; height: auto; padding: 0; gap: 1.4rem; }
  .process-step { width: 100%; margin: 0; }
  .process-head { position: static; padding: 0 0 2.5rem; }
  .filter-chip { border-color: rgba(14, 14, 14, 0.3); }
}


/* ============ V9 ============ */
/* values: stacked cards with drawing line icons */
.story-values { list-style: none; margin-top: 3.25rem; display: grid; gap: 1px; background: rgba(247, 244, 240, 0.16); border: 1px solid rgba(247, 244, 240, 0.16); }
.values-preview { display: none; }
@media (min-width: 900px) and (hover: hover) and (pointer: fine) {
  .story-values-wrap { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: start; }
  .values-preview {
    display: block;
    position: sticky;
    top: 6.5rem;
    aspect-ratio: 3 / 4;
    width: 100%;
    max-height: 72vh;
    overflow: hidden;
    border-radius: 3px;
    background: #141210;
    opacity: 0;
    transform: scale(0.985);
    transition: opacity 0.45s var(--ease-out), transform 0.45s var(--ease-out);
    pointer-events: none;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  }
  .values-preview.is-visible { opacity: 1; transform: scale(1); }
  .values-preview canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
  .values-preview-fallback { position: absolute; inset: 0; opacity: 0; background-size: cover; background-position: center; transform: scale(1.05); filter: blur(8px); transition: opacity 0.55s var(--ease-out), transform 0.9s var(--ease-out), filter 0.9s var(--ease-out); }
  .values-preview-fallback.is-shown { opacity: 1; transform: scale(1); filter: blur(0); }
  .values-preview-index {
    position: absolute;
    right: 1.1rem;
    bottom: 0.9rem;
    z-index: 2;
    font: 500 0.72rem/1.4 "Inter", sans-serif;
    letter-spacing: 0.28em;
    color: rgba(247, 244, 240, 0.85);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
  }
  .story-values li { transition: background 0.35s var(--ease-out); position: relative; }
  .story-values li.is-hovered { background: #1a1714; }
  .story-values li.is-hovered::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--gold); opacity: 0.85; }
}
@media (prefers-reduced-motion: reduce) {
  .values-preview-fallback { transition: none; transform: none; filter: none; }
}
.story-values li { display: grid; grid-template-columns: 64px 1fr; gap: 1.5rem 2rem; align-items: start; padding: 2.1rem 2.4rem; background: var(--noir); }
.story-values-num { display: block; font: 500 0.72rem/1.4 "Inter", sans-serif; letter-spacing: 0.28em; color: var(--gold); margin-bottom: 0.6rem; }
.story-values h3 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(1.5rem, 2.4vw, 1.9rem); letter-spacing: -0.01em; }
.story-values p { margin-top: 0.5rem; color: rgba(247, 244, 240, 0.66); max-width: 44em; }
.value-icon { width: 56px; height: 56px; color: var(--gold); opacity: 0.92; margin-top: 0.2rem; }
.value-icon * { stroke-dasharray: 160; stroke-dashoffset: 160; }
.story-values li.shown .value-icon * { animation: kolo-draw 1.1s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
.story-values li:nth-child(2).shown .value-icon * { animation-delay: 0.09s; }
.story-values li:nth-child(3).shown .value-icon * { animation-delay: 0.18s; }
.story-values li:nth-child(4).shown .value-icon * { animation-delay: 0.27s; }
.story-values li:nth-child(5).shown .value-icon * { animation-delay: 0.36s; }
@keyframes kolo-draw { to { stroke-dashoffset: 0; } }
@media (max-width: 560px) {
  .story-values li { grid-template-columns: 44px 1fr; gap: 1rem 1.25rem; padding: 1.6rem 1.3rem; }
  .value-icon { width: 40px; height: 40px; }
}

/* calligraphic founder name */
.script-name { font-family: "Great Vibes", cursive; font-weight: 400; text-transform: none; letter-spacing: 0.01em; color: var(--gold); }

/* typewriter name */
.js .script-name.typewrite { visibility: hidden; }
.js .script-name.typewrite.tw-active { visibility: visible; }
.tw-caret {
  display: inline-block;
  width: 0.05em;
  height: 0.85em;
  margin-left: 0.14em;
  vertical-align: 0.06em;
  background: var(--gold);
  animation: tw-blink 0.75s steps(1) infinite;
}
@keyframes tw-blink { 50% { opacity: 0; } }

/* route note under Douala -> Global. */
.story-route-note {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  color: var(--emerald);
  font-style: italic;
  margin: -1.4rem 0 2.4rem;
}
.display-2.script-name { font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1.15; }

/* kouture: intro removed, stage spacing restored */
.kouture-stack > .sphere-stage { margin-top: 2.2rem; }

/* kouture: animated interaction hand */
.sphere-hand { position: absolute; right: 12%; bottom: 15%; width: 88px; height: 88px; z-index: 6; pointer-events: none; opacity: 0; }
.sphere-hand svg { width: 100%; height: 100%; overflow: visible; }
.sphere-hand.is-visible { animation: handInOut 3.4s ease forwards; }
.sphere-hand.is-done { opacity: 0 !important; transition: opacity 0.4s ease; }
@keyframes handInOut {
  0% { opacity: 0; transform: translateX(-20px); }
  14% { opacity: 1; transform: translateX(-12px); }
  38% { transform: translateX(10px); }
  52% { transform: translateX(-11px); }
  66% { transform: translateX(10px); }
  82% { opacity: 1; transform: translateX(10px); }
  100% { opacity: 0; transform: translateX(10px); }
}

/* kouture: sphere fully visible on small screens (JS also scales to fit width) */
@media (max-width: 767px) {
  .sphere-stage { height: 58dvh; min-height: 400px; }
}

@media (prefers-reduced-motion: reduce) {
  .sphere-hand { display: none; }
  .value-icon * { animation: none !important; stroke-dashoffset: 0 !important; }
}


/* ============================================================
   CINEMATIC ELEVATION (brief-driven)
   ============================================================ */

/* hero explanatory line */
.hero-sub {
  margin: 1.3rem auto 0;
  max-width: 34rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.5;
  color: rgba(247, 244, 240, 0.85);
  text-shadow: 0 2px 24px rgba(14, 14, 14, 0.5);
}

/* manifesto clarity + CTA */
.manifesto-clarity {
  margin: 1.6rem 0 0;
  max-width: 30rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(247, 244, 240, 0.82);
}
.manifesto-cta { margin-top: 2rem; }

/* pillars: support + micro lines */
.pillar-sub {
  display: block;
  margin: 0.7rem 0 0;
  max-width: 27rem;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: rgba(247, 244, 240, 0.78);
}
.pillar-micro {
  display: block;
  margin: 0.55rem 0 0;
  max-width: 27rem;
  text-align: left;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(247, 244, 240, 0.55);
}

/* kolo lab process cards */
.process-counter {
  margin: 0.8rem 0 0;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.process-cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  width: max-content;
  margin-top: clamp(1.4rem, 3vh, 2.2rem);
  padding: 0 clamp(1.2rem, 4vw, 4rem);
}
.proc-card { position: relative; width: min(68vw, 560px); flex-shrink: 0; }
.proc-media {
  margin: 0;
  overflow: hidden;
  height: min(33vh, 420px);
  background: rgba(247, 244, 240, 0.06);
}
.proc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.4s var(--ease-out);
}
.proc-card:hover .proc-media img { transform: scale(1.045); }
.proc-body { padding: 1.4rem 0.4rem 0; }
.proc-num {
  display: block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.proc-body h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  margin: 0 0 0.4rem;
}
.proc-poem {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold);
  margin: 0 0 0.7rem;
}
.proc-copy {
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(240, 232, 205, 0.9);
  margin: 0;
  max-width: 30rem;
}

/* services: journey of a commission */
.svc-journey-intro {
  max-width: 34rem;
  margin: 1.2rem 0 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(247, 244, 240, 0.72);
}
.act-journey { height: 300vh; background: var(--noir); }
.journey-head {
  position: static;
  padding: clamp(2rem, 4vh, 3rem) clamp(1.2rem, 4vw, 4rem) 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}
.journey-head .display-2 { margin-bottom: 0.6rem; }
.journey-cards {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  width: max-content;
  margin: clamp(1.4rem, 3vh, 2.2rem) 0 0;
  padding: 0 clamp(1.2rem, 4vw, 4rem);
}
.journey-card { width: min(68vw, 560px); flex-shrink: 0; }
.journey-media {
  margin: 0;
  overflow: hidden;
  height: min(33vh, 420px);
  background: rgba(247, 244, 240, 0.06);
}
.journey-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.4s var(--ease-out);
}
.journey-card:hover .journey-media img { transform: scale(1.045); }
.journey-body { padding: 1.4rem 0.4rem 0; }
.journey-num {
  display: block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.journey-body h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  margin: 0 0 0.6rem;
}
.journey-body p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(247, 244, 240, 0.7);
  margin: 0;
  max-width: 30rem;
}
.journey-cta { margin-top: 0.4rem; }

@media (max-width: 900px) {
  .journey-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .act-process { height: auto; }
  .act-process .pin-panel { position: static; height: auto; overflow: visible; }
  .act-journey { height: auto; }
  .act-journey .pin-panel { position: static; height: auto; overflow: visible; }
  .process-head, .journey-head { padding-top: 3.5rem; }
  .process-cards, .journey-cards { flex-direction: column; width: auto; padding: 0; }
  .proc-card, .journey-card { width: 100%; }
  .proc-media, .journey-media { height: auto; aspect-ratio: 4 / 5; }
}
@media (max-width: 560px) {
  .journey-list { grid-template-columns: 1fr; }
  .manifesto-clarity { max-width: none; }
  .hero-sub { max-width: none; }
}

/* kouture archive intro */
.kouture-sub {
  margin: 1.1rem auto 0;
  max-width: 34rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: rgba(247, 244, 240, 0.78);
}

/* ============ MAGIC LAYER (phases 7-9) ============ */

/* --- custom cursor --- */
.magic-cursor {
  position: fixed; top: 0; left: 0; width: 10px; height: 10px;
  border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 1px rgba(14, 14, 14, 0.18);
  pointer-events: none; z-index: 9998; opacity: 0;
  transition: opacity 0.3s ease, width 0.3s var(--ease-out), height 0.3s var(--ease-out),
              margin 0.3s var(--ease-out), background 0.3s;
}
.magic-cursor.is-on { opacity: 0.95; }
.magic-cursor.is-text { opacity: 0; }
.magic-cursor .cursor-label {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%) scale(0.55);
  opacity: 0; font: 600 0.55rem/1 "Inter", sans-serif; letter-spacing: 0.24em;
  color: var(--noir); text-transform: uppercase; white-space: nowrap;
  transition: opacity 0.25s ease, transform 0.25s var(--ease-out);
}
.magic-cursor.is-link {
  width: 72px; height: 72px; margin: -36px 0 0 -36px;
  background: rgba(247, 244, 240, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(212, 175, 55, 0.4);
}
.magic-cursor.is-link .cursor-label { opacity: 1; transform: translate(-50%, -50%) scale(1); }
body.has-magic, body.has-magic a, body.has-magic button, body.has-magic [data-cursor] { cursor: none; }
body.has-magic input, body.has-magic textarea, body.has-magic select { cursor: auto; }
@media (hover: none), (pointer: coarse) {
  .magic-cursor { display: none; }
  body.has-magic, body.has-magic a, body.has-magic button { cursor: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .magic-cursor { display: none; }
  body.has-magic, body.has-magic a, body.has-magic button { cursor: auto; }
}

/* --- full-screen menu (all breakpoints) --- */
.nav-toggle { display: flex; }
/* backdrop-filter on .nav-inner creates a containing block that traps the fixed
   overlay; disable it while the menu is open so inset:0 means the viewport */
body.menu-open .nav-inner { backdrop-filter: none; -webkit-backdrop-filter: none; }
.nav-links.open {
  position: fixed; inset: 0; background: var(--noir);
  flex-direction: column; justify-content: center;
  gap: 4rem; align-items: center;
  gap: clamp(1.6rem, 3.4vh, 2.6rem); max-width: none;
  opacity: 1; pointer-events: auto; z-index: 60;
  animation: menu-fade 0.45s var(--ease-out) both;
}
.nav-links.open a { color: var(--ivory); font-size: clamp(1.35rem, 3.4vw, 2.3rem); }
/* the menu-foot email/sound row must keep its small size even when the
   full-screen menu is open (.nav-links.open a above would otherwise win) */
.nav-links.open .menu-foot a,
.nav-links.open .menu-foot .sound-toggle { font-size: 0.74rem; letter-spacing: 0.14em; max-width: 100%; overflow-wrap: anywhere; white-space: normal; }
@keyframes menu-fade { from { opacity: 0; } }
.menu-foot {
  display: flex; flex-direction: column; gap: 0.65rem; align-items: center;
  margin-top: clamp(1.8rem, 4vh, 3rem);
  padding: 0 1.5rem;
  max-width: 100%;
  font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(247, 244, 240, 0.55); text-align: center;
}
.menu-foot a {
  color: rgba(247, 244, 240, 0.85); font-size: inherit;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.menu-foot .sound-toggle {
  background: none; border: 0; padding: 0.2rem 0;
  color: rgba(247, 244, 240, 0.85); font: inherit; letter-spacing: 0.16em;
  text-decoration: underline; text-underline-offset: 4px;
}
.nav-links .menu-foot { opacity: 0; transform: translateY(14px); transition: opacity 0.45s ease, transform 0.45s var(--ease-out); }
.nav-links.open .menu-foot { opacity: 1; transform: translateY(0); transition-delay: 480ms; }
@media (max-width: 1023px) {
  .nav-links {
    position: fixed; inset: 0; background: var(--noir);
    flex-direction: column; justify-content: center;
  gap: 4rem; max-width: none;
    opacity: 0; pointer-events: none;
  }
  .nav-links a {
    font-size: 1.25rem; letter-spacing: 0.24em;
    opacity: 0; transform: translateY(26px);
    transition: color 0.3s, opacity 0.45s var(--ease-out), transform 0.45s var(--ease-out);
  }
  .nav-links.open a { opacity: 1; transform: translateY(0); transition-delay: calc(var(--i, 0) * 70ms + 160ms); }
  .nav-links.open .menu-foot { transition-delay: calc(6 * 70ms + 240ms); }
}

/* --- curtain page transition --- */
.page-curtain { position: fixed; inset: 0; z-index: 400; pointer-events: none; }
.page-curtain.is-open { pointer-events: all; }
.curtain-panel {
  position: absolute; left: 0; right: 0; height: 51%;
  background: var(--noir); will-change: transform;
  transition: transform 0.62s cubic-bezier(0.77, 0, 0.18, 1);
}
.curtain-a { top: 0; transform: translateY(-102%); }
.curtain-b { bottom: 0; transform: translateY(102%); }
.page-curtain.is-open .curtain-a { transform: translateY(0); }
.page-curtain.is-open .curtain-b { transform: translateY(0); }
.curtain-label {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  gap: 4rem;
  opacity: 0; transition: opacity 0.3s ease 0.28s;
}
.page-curtain.is-open .curtain-label { opacity: 1; }
.curtain-title {
  font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 3.2rem);
  color: var(--ivory); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 300;
}
@media (prefers-reduced-motion: reduce) { .curtain-panel { transition: none; } }

/* --- material motion: magnetic --- */
.btn, .hand-link, .nav-logo, .conv-chip, .conv-go, .conv-send {
  transition: transform 0.35s var(--ease-out), background 0.3s, color 0.3s,
              border-color 0.3s, box-shadow 0.3s, opacity 0.3s;
  will-change: transform;
}

/* --- conversational appointment form --- */
.conv-appointment { max-width: 640px; margin: 0 auto; }
.conv-chat {
  height: min(52vh, 400px); overflow-y: auto;
  display: flex; flex-direction: column; gap: 0.75rem;
  padding: 1.3rem; border-radius: 14px;
  background: var(--cream); border: 1px solid rgba(14, 14, 14, 0.14);
  scroll-behavior: smooth;
}
.conv-bubble {
  max-width: 80%; padding: 0.78rem 1.05rem; border-radius: 15px;
  font-size: 0.95rem; line-height: 1.55;
  animation: conv-in 0.4s var(--ease-out) both;
}
.conv-bubble.bot { align-self: flex-start; background: var(--noir); color: var(--ivory); border-bottom-left-radius: 5px; }
.conv-bubble.user { align-self: flex-end; background: var(--gold); color: var(--noir); border-bottom-right-radius: 5px; }
.conv-bubble .conv-go { margin-top: 0.5rem; }
@keyframes conv-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.conv-chips { display: flex; flex-wrap: wrap; gap: 0.55rem; padding: 0.5rem 0 0.2rem; }
.conv-chip {
  border: 1px solid rgba(14, 14, 14, 0.4); border-radius: 999px;
  padding: 0.55rem 1.2rem; background: transparent; color: var(--noir);
  font: 500 0.82rem/1 "Inter", sans-serif; letter-spacing: 0.08em;
}
.conv-chip:hover { background: var(--noir); color: var(--ivory); border-color: var(--noir); }
.conv-input-row { display: flex; gap: 0.6rem; margin-top: 0.85rem; }
.conv-input {
  flex: 1; min-width: 0; border: 1px solid rgba(14, 14, 14, 0.3);
  border-radius: 999px; padding: 0.82rem 1.25rem; font: inherit;
  background: #fff; color: var(--noir);
}
.conv-input:focus { outline: 2px solid rgba(212, 175, 55, 0.65); outline-offset: 1px; border-color: transparent; }
.conv-input[aria-invalid="true"] { outline-color: #b3362c; }
.conv-send {
  border: 0; border-radius: 999px; padding: 0.82rem 1.5rem;
  background: var(--noir); color: var(--ivory);
  font: 500 0.78rem/1 "Inter", sans-serif; letter-spacing: 0.16em; text-transform: uppercase;
}
/* the final CTA lives inside a noir bot bubble: dark-on-dark outline is
   invisible until hover, so flip it to an ivory outline with ivory text */
.conv-bubble.bot .conv-go { border-color: rgba(247, 244, 240, 0.8); color: var(--ivory); }
.conv-bubble.bot .conv-go:hover { background: var(--ivory); color: var(--noir); }

/* --- intro attention: staggered jitter on the seeded bubbles, then a soft
   pulse on the input until the visitor starts typing --- */
@keyframes conv-jitter {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(-2px, 1px) rotate(-0.5deg); }
  40% { transform: translate(2px, -1px) rotate(0.5deg); }
  60% { transform: translate(-1px, -1px) rotate(-0.3deg); }
  80% { transform: translate(1px, 1px) rotate(0.3deg); }
}
.conv-jitter { animation: conv-jitter 0.45s var(--ease-out) both; }
@keyframes conv-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
  50% { box-shadow: 0 0 0 5px rgba(212, 175, 55, 0.16); }
}
.conv-input.is-pulsing { animation: conv-pulse 1.7s ease-in-out infinite; border-color: rgba(212, 175, 55, 0.55); }
@media (prefers-reduced-motion: reduce) {
  .conv-jitter, .conv-input.is-pulsing { animation: none; }
}
.conv-progress {
  display: flex; align-items: center; gap: 0.9rem; margin-top: 1.1rem;
  font: 500 0.72rem/1 "Inter", sans-serif; letter-spacing: 0.2em;
  color: rgba(14, 14, 14, 0.5);
}
.conv-bar { flex: 1; height: 1px; background: rgba(14, 14, 14, 0.18); overflow: hidden; }
.conv-bar::after {
  content: ""; display: block; height: 100%; background: var(--gold);
  transform: scaleX(var(--p, 0)); transform-origin: left;
  transition: transform 0.5s var(--ease-out);
}
.conv-foot { display: flex; gap: 1.2rem; margin-top: 0.7rem; font-size: 0.8rem; }
.conv-reset, .conv-classic {
  background: none; border: 0; padding: 0;
  color: rgba(14, 14, 14, 0.62); text-decoration: underline;
  text-underline-offset: 3px; font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .conv-bubble { animation: none; }
  .conv-chat { scroll-behavior: auto; }
  .btn, .hand-link, .nav-logo, .conv-chip, .conv-go, .conv-send { transition: none; }
}

/* ================= V21 · THE SECOND ACT ================= */

/* --- 1. atelier scrub: thread + needle across the process head --- */
.scrub-line { position: relative; height: 1px; background: rgba(231,220,180,.28); margin: 1.7rem 0 0; max-width: 30rem; }
.scrub-needle { position: absolute; top: 50%; left: 0; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); transform: translate(-50%,-50%);
  box-shadow: 0 0 14px rgba(212,175,55,.55); }
.scrub-needle::after { content: ""; position: absolute; left: 50%; bottom: 50%; width: 1px; height: 16px;
  background: linear-gradient(to top, rgba(212,175,55,.85), transparent); transform: translateX(-50%); }

/* --- 2. wax seal --- */
.conv-appointment { position: relative; }
.wax-seal { position: absolute; left: 50%; top: 46%; width: 78px; height: 78px; margin: -39px 0 0 -39px;
  border-radius: 50%; z-index: 3; pointer-events: none; opacity: 0; transform: scale(1.8);
  background: radial-gradient(circle at 32% 28%, #2f8a60, #18513a 58%, #0e3525 100%);
  box-shadow: 0 12px 30px rgba(0,0,0,.5), inset 0 1px 2px rgba(255,255,255,.22), inset 0 -6px 14px rgba(0,0,0,.35); }
.wax-seal::before { content: none; }
.wax-seal .wax-icon { position: absolute; inset: 0; margin: auto; width: 40px; height: 40px;
  object-fit: contain; filter: brightness(0) invert(1); opacity: .95; }
.wax-seal::after { content: ""; position: absolute; inset: 9px; border-radius: 50%;
  border: 1px solid rgba(247,244,240,.2); }
.wax-seal.is-stamped { animation: wax-stamp .8s var(--ease-out) forwards; }
.wax-seal.is-fading { opacity: 0; transition: opacity .55s ease; }
.conv-chat.is-fading { opacity: 0; transition: opacity .4s ease; }

/* --- conversational review summary: one aligned row per detail --- */
.conv-bubble.conv-sum { display: flex; flex-direction: column; gap: .55rem; max-width: min(92%, 380px); }
.conv-sum-rows { display: flex; flex-direction: column; border-top: 1px solid rgba(247,244,240,.16); }
.conv-sum-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: .38rem 0; border-bottom: 1px solid rgba(247,244,240,.12); }
.conv-sum-label { font: 500 .68rem/1.3 "Inter", sans-serif; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(247,244,240,.55); flex: 0 0 auto; }
.conv-sum-value { font-size: .92rem; text-align: right; color: #f7f4f0; word-break: break-word; }
.conv-sum-cta { margin: .35rem 0 0; font-size: .88rem; line-height: 1.55; color: rgba(247,244,240,.85); }

/* --- classic form: "Other" city free-text field --- */
#cf-city-other-wrap[hidden] { display: none; }
.wax-seal.is-cracked { box-shadow: 0 12px 30px rgba(0,0,0,.5), inset 0 1px 2px rgba(255,255,255,.22), inset 0 -6px 14px rgba(0,0,0,.35); }
.wax-seal.is-cracked::marker { content: none; }
.wax-crack { position: absolute; background: rgba(10,26,18,.55); }
.wax-crack.c1 { left: 34%; top: 22%; width: 1.5px; height: 22px; transform: rotate(58deg); border-radius: 1px; }
.wax-crack.c2 { left: 52%; top: 30%; width: 1px; height: 15px; transform: rotate(-42deg); border-radius: 1px; }
@keyframes wax-stamp {
  0% { opacity: 0; transform: scale(2) rotate(-10deg); }
  55% { opacity: 1; transform: scale(.93) rotate(2deg); }
  74% { transform: scale(1.05) rotate(-1deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

/* --- 3. kouture archive scrub-list --- */
.act-archive { background: var(--noir); color: var(--ivory); padding: clamp(5rem, 10vw, 9rem) 0; }
.archive-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.archive-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(231,220,180,.16); }
.archive-item button {
  width: 100%; display: grid; grid-template-columns: 3rem 1fr auto; gap: 1.1rem; align-items: baseline;
  padding: 1.3rem .25rem; background: none; border: 0; border-bottom: 1px solid rgba(231,220,180,.12);
  color: inherit; font: inherit; text-align: left; cursor: pointer; }
.archive-item .a-num { font: 500 .74rem/1 "Inter", sans-serif; letter-spacing: .16em; color: rgba(231,220,180,.48); }
.archive-item .a-title { font-family: var(--font-display); font-size: clamp(1.12rem, 2vw, 1.55rem); font-style: italic;
  color: rgba(247,244,240,.62); transition: color .35s, transform .35s var(--ease-out); }
.archive-item .a-meta { font: 500 .66rem/1.2 "Inter", sans-serif; letter-spacing: .12em; color: rgba(231,220,180,.4); text-transform: uppercase; }
.archive-item.is-active .a-title { color: var(--gold); transform: translateX(6px); }
.archive-item.is-active .a-num { color: var(--gold); }
.archive-item button:focus-visible { outline: 1px solid rgba(212,175,55,.6); outline-offset: -2px; }
.archive-item.is-active .a-title, .archive-item button:focus-visible .a-title { color: var(--gold); }
.archive-preview { position: sticky; top: 6.5rem; overflow: hidden; aspect-ratio: 3 / 4; background: #141210; }
.archive-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.07); transition: opacity .55s var(--ease-out), transform 1.2s var(--ease-out); }
.archive-preview img.is-on { opacity: 1; transform: scale(1); }
.archive-preview-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.4rem 1.4rem 1.2rem;
  display: flex; justify-content: space-between; gap: 1rem; align-items: flex-end;
  background: linear-gradient(to top, rgba(14,14,14,.86), transparent); }
.archive-preview-cap b { font-family: var(--font-display); font-style: italic; font-weight: 400; color: var(--ivory); font-size: 1.05rem; }
.archive-preview-cap span { font: 500 .64rem/1.3 "Inter", sans-serif; letter-spacing: .1em; color: rgba(231,220,180,.78); text-transform: uppercase; text-align: right; }
@media (max-width: 900px) {
  .archive-grid { grid-template-columns: 1fr; }
  .archive-preview { position: static; order: -1; aspect-ratio: 4 / 3; margin-bottom: 2.4rem; }
}

/* --- 4. cursor light (noir rooms) --- */
.cursor-light { position: fixed; top: 0; left: 0; width: 48vmax; height: 48vmax; margin: -24vmax 0 0 -24vmax;
  border-radius: 50%; pointer-events: none; z-index: 5; opacity: 0; will-change: transform;
  background: radial-gradient(closest-side, rgba(238,231,214,.14), rgba(238,231,214,.055) 42%, transparent 70%);
  mix-blend-mode: screen; transition: opacity .5s ease; }
.cursor-light.is-on { opacity: 1; }
@media (hover: none), (pointer: coarse) { .cursor-light { display: none; } }
@media (prefers-reduced-motion: reduce) { .cursor-light { display: none; } }

/* --- 5. needle thread scroll progress --- */
.thread-progress { position: fixed; right: 1.15rem; top: 50%; transform: translateY(-50%);
  height: 32vh; width: 1px; background: rgba(231,220,180,.16); z-index: 40; pointer-events: none;
  opacity: 0; transition: opacity .5s ease; }
.thread-needle { position: absolute; left: 50%; top: 0; width: 9px; height: 15px;
  transform: translate(-50%,-50%) rotate(45deg); opacity: .95;
  background: linear-gradient(135deg, #f6f1e6, #cdbd8e 55%, #b7a469);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.thread-needle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 1px; height: 10px;
  background: rgba(212,175,55,.5); transform: translate(-50%,-50%); }
@media (hover: none), (pointer: coarse) { .thread-progress { display: none; } }
@media (prefers-reduced-motion: reduce) { .thread-progress { display: none; } }

/* --- 6. film grain --- */
.film-grain { position: fixed; inset: -60px; z-index: 2; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
  animation: grain-shift 1.1s steps(4) infinite; will-change: background-position; }
@keyframes grain-shift { 0% { background-position: 0 0; } 25% { background-position: -42px 30px; }
  50% { background-position: 26px -46px; } 75% { background-position: -18px -22px; } 100% { background-position: 0 0; } }
@media (prefers-reduced-motion: reduce) { .film-grain { animation: none; opacity: .03; } }

/* --- 7. chip stitching --- */
.conv-chip { position: relative; overflow: hidden; }
.conv-chip::after { content: ""; position: absolute; left: 14%; right: 14%; bottom: 24%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .32s var(--ease-out); }
.conv-chip.selected { border-color: var(--gold); color: var(--gold); }
.conv-chip.selected:hover { background: var(--noir); color: var(--ivory); border-color: var(--noir); }
.conv-chip.selected::after { transform: scaleX(1); }

/* --- 8. nav active dot --- */
/* position: relative is desktop-only; on mobile .nav-links is the full-screen fixed overlay */
@media (min-width: 1024px) { .nav-links { position: relative; } }
/* the JS-injected .menu-foot (press email + sound toggle) belongs to the mobile
   full-screen menu only; as a flex item it would overflow the desktop pill */
@media (min-width: 1024px) { .nav-links .menu-foot { display: none; } }
.nav-dot { position: absolute; bottom: .5rem; left: 0; width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); opacity: 0; pointer-events: none;
  transition: left .5s var(--ease-out), opacity .3s ease; box-shadow: 0 0 8px rgba(212,175,55,.6); }
@media (max-width: 1023px) { .nav-dot { display: none; } }

/* --- 9. curtain variants --- */
.page-curtain--exposure .curtain-panel { height: 100%; transform: translateY(0); opacity: 0;
  transition: opacity .55s var(--ease-out); }
.page-curtain--exposure.is-open .curtain-panel { opacity: 1; }
.page-curtain--exposure .curtain-label { transition: opacity .45s ease .22s; }
.page-curtain--frame .curtain-panel { height: 100%; transform: translateY(0); opacity: 0; transition: opacity .5s ease; }
.page-curtain--frame.is-open .curtain-panel { opacity: .46; }
.curtain-frame { position: absolute; inset: 0; margin: 3.4vh 3.4vw; border: 1px solid rgba(231,220,180,.42);
  opacity: 0; transform: scale(.94); pointer-events: none;
  transition: opacity .5s ease, transform .9s var(--ease-out); }
.page-curtain--frame.is-open .curtain-frame { opacity: 1; transform: scale(1); }
.page-curtain--frame .curtain-label { transition: opacity .4s ease .28s; }

/* --- 10. lab -> kouture handoff --- */
.act-handoff { position: relative; overflow: hidden; background: var(--noir); color: var(--ivory); }
.handoff-media { position: relative; height: min(86vh, 760px); overflow: hidden; }
.handoff-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.handoff-garment { opacity: 0; }
.handoff-body { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center;
  justify-content: center;
  gap: 4rem; text-align: center; gap: 1.5rem; padding: 2rem;
  background: rgba(14,14,14,.16); }
.handoff-body h2 { font-family: var(--font-display); font-style: italic; font-weight: 300;
  font-size: clamp(3rem, 11vw, 8.5rem); letter-spacing: .02em; color: var(--ivory);
  opacity: 0; transform: translateY(26px) scale(.985); }
.handoff-body p { max-width: 34rem; margin-inline: auto; color: rgba(247,244,240,.86);
  font-size: clamp(.95rem, 1.6vw, 1.1rem); line-height: 1.65; opacity: 0; }
.handoff-body .btn { opacity: 0; }
.handoff-eyebrow { font: 500 .72rem/1 "Inter", sans-serif; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(231,220,180,.8); opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .handoff-garment { opacity: 1; }
  .handoff-body h2, .handoff-body p, .handoff-body .btn, .handoff-eyebrow { opacity: 1; transform: none; }
  .wax-seal { animation: none; opacity: 1; transform: scale(1); }
  .scrub-line { display: none; }
}
@media (max-width: 768px) { .handoff-media { height: 72vh; } }

/* ---------- V22 · thread + garment ---------- */
.thread-canvas {
  position: fixed;
  inset: 0;
  z-index: 42;
  pointer-events: none;
}
.hero-media.has-garment img { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .thread-canvas { display: none !important; }
}

.hero.garment-prelude .hero-tagline,
.hero.garment-prelude .hero-sub,
.hero.garment-prelude .hero-cta {
  opacity: 0 !important;
  animation: none !important;
}
.hero.garment-revealed .hero-tagline,
.hero.garment-revealed .hero-sub,
.hero.garment-revealed .hero-cta {
  animation: none !important;
}

/* ---------- journal article pages ---------- */
.article-meta {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(247, 244, 240, 0.75);
  margin: 0.6rem 0 0;
}
.article-container { max-width: 46rem; }
.article-body .article-container p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(30, 26, 22, 0.86);
  margin: 0 0 1.5rem;
}
.article-body .article-container h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 3rem 0 1.2rem;
  color: var(--noir);
}
.article-body .article-container h2::first-letter { text-transform: capitalize; }
.article-back { margin-top: 3.5rem; }
.journal-list h2 a { color: inherit; text-decoration: none; }
.journal-list h2 a:hover { color: var(--gold); }
@media (max-width: 767px) {
  .article-container { padding: 0 1.2rem; }
}

/* ---------- Kolo Bridal page ---------- */

/* hero */
.page-hero--bridal { height: 100dvh; min-height: 600px; }
.bridal-hero-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  color: rgba(247, 244, 240, 0.85);
  margin: 1.1rem 0 0;
  max-width: 34ch;
}
.bridal-hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.btn--gold {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--noir);
}
.btn--gold:hover { background: transparent; color: var(--gold); }
.btn--outline-light {
  border: 1px solid rgba(247, 244, 240, 0.45);
  color: var(--ivory);
  background: transparent;
}
.btn--outline-light:hover { border-color: var(--ivory); }
.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 2.2rem;
  width: 1px;
  height: 3.4rem;
  background: linear-gradient(to bottom, transparent, rgba(247, 244, 240, 0.7), transparent);
  animation: bridalScrollLine 2.6s var(--ease-out) infinite;
}
@keyframes bridalScrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@media (max-width: 767px) { .hero-scroll { display: none; } }

/* 02 philosophy */
.bridal-philo { padding: clamp(7rem, 16vh, 12rem) 0; }
.bridal-philo-inner { max-width: 52rem; text-align: center; }
.bridal-philo-line {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.6vw, 3rem);
  line-height: 1.15;
  color: rgba(247, 244, 240, 0.82);
  margin: 0 0 2.8rem;
}
.bridal-philo-line--strong { color: var(--ivory); margin-bottom: 3.2rem; }
.bridal-philo-body {
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(247, 244, 240, 0.62);
  max-width: 44rem;
  margin: 0 auto 1.4rem;
}

/* 03 the kolo bride — pinned horizontal */
.act-brides { height: 520vh; background: var(--noir); }
.act-brides .pin-panel { display: flex; align-items: center; }
.brides-track { display: flex; height: 100%; will-change: transform; }
.bride-slide {
  position: relative;
  width: 100vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
}
.bride-slide-inner {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: min(88vw, 1100px);
  width: 100%;
}
.bride-slide-media { display: flex; flex-direction: column; height: 76vh; width: min(42vw, 640px); flex-shrink: 0; }
.bride-slide-media img { flex: 1; min-height: 0; width: 100%; object-fit: cover; }
.bride-slide-cap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}
.bride-word {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.bride-line {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 1.12;
  color: #e9dcb4;
  max-width: 26ch;
}
@media (max-width: 767px) {
  .act-brides { height: auto; }
  .act-brides .pin-panel { position: static; height: auto; padding: 6rem 0 4rem; }
  .brides-track { flex-direction: column; gap: 4rem; }
  .bride-slide { width: 100%; padding: 0 1.5rem; }
  .bride-slide-inner { flex-direction: column; gap: 1.5rem; max-width: 100%; }
  .bride-slide-media { height: auto; width: 100%; }
  .bride-slide-media img { aspect-ratio: 4 / 3; flex: none; }
}

/* 04 bridal language */
.bridal-lang { padding: clamp(6rem, 12vh, 9rem) 0; }
.lang-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin-top: 3.5rem;
}
.lang-panel { margin: 0; }
.lang-media { overflow: hidden; aspect-ratio: 3 / 4; background: rgba(247, 244, 240, 0.06); }
.lang-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); }
.lang-panel:hover .lang-media img { transform: scale(1.045); }
.lang-panel h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
  margin: 1.1rem 0 0.35rem;
}
.lang-panel p { font-size: 0.95rem; line-height: 1.65; color: rgba(30, 26, 22, 0.72); margin: 0; }
.lang-foot {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: var(--noir);
  text-align: center;
  margin: 3.5rem 0 0;
}
@media (max-width: 900px) { .lang-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .lang-grid { grid-template-columns: 1fr; } }

/* 05 lookbook */
.look-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.4rem;
  margin-top: 3.5rem;
}
.look-item { position: relative; margin: 0; overflow: hidden; }
.look-item--w { grid-column: span 4; }
.look-item--n { grid-column: span 2; }
.look-item img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 1.4s var(--ease-out);
}
.look-item:hover img { transform: scale(1.03); }
.look-cap {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 2.4rem 1.5rem 1.3rem;
  background: linear-gradient(to top, rgba(14, 14, 14, 0.72), transparent);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}
.look-item:hover .look-cap, .look-item:focus-within .look-cap { opacity: 1; transform: translateY(0); }
.look-kicker { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.look-title { font-family: var(--font-display); font-weight: 400; font-size: 1.3rem; color: var(--ivory); }
@media (max-width: 900px) {
  .look-grid { grid-template-columns: repeat(2, 1fr); }
  .look-item--w, .look-item--n { grid-column: span 1; }
}

/* 06 doors — the entrance moment */
.act-doors { height: 300vh; background: var(--noir); }
.act-doors .pin-panel { display: flex; align-items: center; justify-content: center;
  gap: 4rem; }
.doors-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0% 0% 0% 100%);
  will-change: clip-path;
}
.doors-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); will-change: transform; }
.doors-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 14, 0.45);
}
.doors-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 40rem;
  padding: 0 1.5rem;
}
.doors-copy p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.9rem);
  line-height: 1.15;
  color: var(--ivory);
  margin: 0 0 1.6rem;
}
.doors-copy .doors-final {
  color: var(--gold);
  font-style: italic;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .act-doors { height: auto; }
  .act-doors .pin-panel { position: static; height: auto; padding: 0; }
  .doors-media { position: relative; clip-path: none; height: 60vh; }
}

/* 07 craft */
.bridal-craft { padding: clamp(6rem, 12vh, 9rem) 0; }
.bridal-craft-sub {
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(247, 244, 240, 0.66);
  max-width: 46rem;
  margin: 1.4rem 0 3.5rem;
}
.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.craft-step { margin: 0; }
.craft-media { overflow: hidden; aspect-ratio: 4 / 3; background: rgba(247, 244, 240, 0.06); }
.craft-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); }
.craft-step:hover .craft-media img { transform: scale(1.045); }
.craft-step h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.4rem; margin: 1.1rem 0 0.3rem; color: var(--ivory); }
.craft-step p { font-size: 0.95rem; color: rgba(247, 244, 240, 0.62); margin: 0; }
.craft-foot {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--ivory);
  margin: 3.5rem 0 0;
}
.craft-foot a { color: var(--gold); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.3s; }
.craft-foot a:hover { border-color: var(--gold); }
@media (max-width: 900px) { .craft-grid { grid-template-columns: 1fr; } }

/* 08 fitting */
.bridal-fitting { padding: clamp(7rem, 15vh, 11rem) 0; }
.bridal-fitting-inner { max-width: 54rem; text-align: center; }
.bridal-fitting-lead {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  color: rgba(30, 26, 22, 0.6);
  margin: 0 0 2.4rem;
}
.bridal-fitting-big {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  line-height: 1.05;
  color: var(--noir);
  margin: 0 0 2.6rem;
}
.bridal-fitting-body { font-size: 1.02rem; line-height: 1.85; color: rgba(30, 26, 22, 0.72); max-width: 42rem; margin: 0 auto; }

/* 09 journey */
.bridal-journey { padding: clamp(6rem, 12vh, 9rem) 0; }
.bridal-journey-list {
  list-style: none;
  margin: 3.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.4rem;
  counter-reset: none;
}
.journey-step { position: relative; padding-top: 1.4rem; border-top: 1px solid rgba(30, 26, 22, 0.18); }
.journey-step .journey-num {
  display: block;
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.journey-step h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.3rem; margin: 0 0 0.4rem; }
.journey-step p { font-size: 0.92rem; line-height: 1.65; color: rgba(30, 26, 22, 0.7); margin: 0; }
@media (max-width: 1000px) { .bridal-journey-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .bridal-journey-list { grid-template-columns: 1fr; } }

/* 10 heritage */
.bridal-heritage { padding: clamp(6rem, 12vh, 9rem) 0; }
.heritage-media { max-width: 64rem; margin: 0 auto 3rem; overflow: hidden; }
.heritage-media img { width: 100%; height: auto; object-fit: cover; display: block; }
.bridal-heritage .display-2 { text-align: center; }
.bridal-heritage-body {
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(247, 244, 240, 0.66);
  max-width: 44rem;
  margin: 1.4rem auto 0;
  text-align: center;
}
.bridal-heritage-foot {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: var(--ivory);
  text-align: center;
  margin: 3rem auto 0;
}

/* 11 journal cards */
.bridal-journal { padding: clamp(5rem, 10vh, 8rem) 0; }
.bridal-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3rem; }
.bjournal-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 2rem 1.8rem;
  border: 1px solid rgba(30, 26, 22, 0.14);
  background: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.3s, transform 0.5s var(--ease-out);
}
.bjournal-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.bj-kicker { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.bj-title { font-family: var(--font-display); font-weight: 400; font-size: 1.45rem; line-height: 1.2; }
.bj-link { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--noir); margin-top: auto; padding-top: 1rem; border-bottom: 1px solid transparent; width: fit-content; }
.bjournal-card:hover .bj-link { border-color: var(--gold); }
@media (max-width: 900px) { .bridal-journal-grid { grid-template-columns: 1fr; } }

/* 12 investment + faq */
.bridal-practical { padding: clamp(6rem, 12vh, 9rem) 0; }
.invest-block { max-width: 46rem; margin-bottom: 5rem; }
.invest-body { font-size: 1.02rem; line-height: 1.85; color: rgba(30, 26, 22, 0.72); margin: 1.2rem 0 0; }
.invest-block .btn { margin-top: 2rem; }
.faq-block { max-width: 46rem; }
.faq-item { border-bottom: 1px solid rgba(30, 26, 22, 0.16); }
.faq-item:first-of-type { border-top: 1px solid rgba(30, 26, 22, 0.16); margin-top: 3rem; }
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.4rem 0.2rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--noir);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary em {
  font-style: normal;
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 1.3rem;
  color: var(--gold);
  transition: transform 0.35s var(--ease-out);
  flex-shrink: 0;
}
.faq-item[open] summary em { transform: rotate(45deg); }
.faq-item p { font-size: 0.98rem; line-height: 1.8; color: rgba(30, 26, 22, 0.72); margin: 0; padding: 0 0.2rem 1.6rem; }

/* 13 final */
.bridal-final { padding: clamp(8rem, 18vh, 13rem) 0; position: relative; overflow: hidden; }
.bridal-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(74% 60% at 50% 46%, rgba(212, 175, 55, 0.06), transparent);
  pointer-events: none;
}
.bridal-final-inner { max-width: 46rem; text-align: center; }
.bridal-final-line {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  color: rgba(247, 244, 240, 0.75);
  margin: 0 0 2.2rem;
}
.bridal-final-big {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: 1.02;
  color: var(--ivory);
  margin: 0 0 3rem;
}
.bridal-final .btn { position: relative; z-index: 2; }
.bridal-final-atelier {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 244, 240, 0.45);
  margin: 3rem 0 0;
}

/* 15 bridal form */
.bridal-form { max-width: 56rem; }
.bridal-form .form-grid { grid-template-columns: 1fr 1fr; }
.bridal-form .field--full { grid-column: 1 / -1; }
.bridal-form textarea {
  width: 100%;
  resize: vertical;
  min-height: 110px;
}
.bridal-form .btn { margin-top: 2rem; }
@media (max-width: 700px) { .bridal-form .form-grid { grid-template-columns: 1fr; } }

/* bridal signature transition veil */
.bridal-veil {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  background: var(--noir);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--ease-out);
}
.bridal-veil.is-open { opacity: 1; pointer-events: auto; }
.bridal-veil span {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  color: var(--ivory);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s var(--ease-out) 0.15s, transform 0.6s var(--ease-out) 0.15s;
}
.bridal-veil.is-open span { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .bridal-veil { display: none; } }

/* homepage hero dual CTA + bridal teaser */
.hero-ctas { position: absolute; left: clamp(1.4rem, 5vw, 4.5rem); bottom: clamp(9rem, 22vh, 13rem); display: flex; flex-wrap: wrap; gap: 1rem; z-index: 5; }
.hero-ctas .hero-cta { position: static; }
@media (max-width: 767px) { .hero-ctas { position: static; margin-top: 2rem; } }

.bridal-teaser { padding: clamp(7rem, 15vh, 11rem) 0; position: relative; overflow: hidden; }
.bridal-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(74% 60% at 50% 46%, rgba(212, 175, 55, 0.05), transparent);
  pointer-events: none;
}
.bridal-teaser-inner { max-width: 50rem; text-align: center; }
.bridal-teaser .display-2 { font-size: clamp(1.8rem, 4vw, 3.2rem); }
.bridal-teaser-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(247, 244, 240, 0.68);
  max-width: 42rem;
  margin: 1.6rem auto 0;
}
.bridal-teaser .btn { margin-top: 2.4rem; }

/* kolo lab: the standard + bridal note */
.lab-standard { padding: clamp(7rem, 15vh, 11rem) 0; position: relative; overflow: hidden; }
.lab-standard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(74% 60% at 50% 46%, rgba(212, 175, 55, 0.05), transparent);
  pointer-events: none;
}
.lab-standard-inner { max-width: 50rem; text-align: center; }
.lab-standard-copy {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(247, 244, 240, 0.68);
  max-width: 42rem;
  margin: 1.6rem auto 0;
}
.lab-standard-foot {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: var(--ivory);
  margin: 2.6rem auto 0;
}
.lab-bridal-note {
  margin-top: 2.8rem;
  padding: 2rem 2.2rem;
  border: 1px solid rgba(30, 26, 22, 0.14);
  background: rgba(255, 255, 255, 0.45);
}
.lab-bridal-note .btn { margin-top: 1.4rem; }
.lab-bridal-note strong { color: var(--noir); }

/* services: bridal hero service */
.svc-bridal { padding: clamp(7rem, 15vh, 11rem) 0; position: relative; overflow: hidden; }
.svc-bridal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(74% 60% at 50% 46%, rgba(212, 175, 55, 0.05), transparent);
  pointer-events: none;
}
.svc-bridal-inner { max-width: 50rem; text-align: center; }
.svc-bridal-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(247, 244, 240, 0.68);
  max-width: 42rem;
  margin: 1.6rem auto 0;
}
.svc-bridal .btn { margin-top: 2.4rem; }

.final-bg { position: absolute; inset: 0; z-index: 0; }
.final-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.bridal-final-inner { position: relative; z-index: 1; }


/* reserve image space so lazy loading never shifts the layout mid-scroll */
.look-item--w img { aspect-ratio: 16 / 10; min-height: 0; }
.look-item--n img { aspect-ratio: 3 / 4; min-height: 0; }
.heritage-media { aspect-ratio: 3 / 2; }
.heritage-media img { height: 100%; object-fit: cover; }
@media (max-width: 767px) {
  .look-item--w img, .look-item--n img { aspect-ratio: 4 / 5; }
}

/* mega round 2: kolo woman act, invitation line, journal sub, chips */
.kolo-woman-act { padding: clamp(7rem, 15vh, 11rem) 0; }
.kolo-woman-inner { max-width: 50rem; text-align: center; }
.kw-body { font-size: 1.05rem; line-height: 1.85; color: rgba(30, 26, 22, 0.74); margin: 1.6rem auto 0; max-width: 42rem; }
.kw-energy {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: var(--noir);
  margin: 2.6rem 0 0;
}
.kolo-woman-act .btn { margin-top: 2.4rem; }
.invitation-line {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  color: rgba(247, 244, 240, 0.85);
  margin: 1.4rem 0 0;
}
.journal-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  color: rgba(247, 244, 240, 0.8);
  margin: 1.1rem 0 0;
}
.svc-hero-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  color: rgba(247, 244, 240, 0.82);
  margin: 1.1rem 0 0;
  max-width: 46ch;
}
.filter-chips { display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 0 0 2.2rem; }
.filter-chips .chip {
  border: 1px solid rgba(30, 26, 22, 0.25);
  background: transparent;
  color: var(--noir);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.65rem 1.3rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.filter-chips .chip:hover { border-color: var(--gold); color: var(--gold); }
.filter-chips .chip.active { background: var(--noir); border-color: var(--noir); color: var(--ivory); }
.archive-item[hidden] { display: none; }

/* ---------- nav: bridal standout + orbiting particles + slower collapse ---------- */
.nav-links a.nav-bridal {
  position: relative;
  color: var(--gold);
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  margin: 0 0.35rem;
}
.nav-links a.nav-bridal::after { display: none; }
.nav-links a.nav-bridal:hover,
.nav--light .nav-links a.nav-bridal,
.nav--light .nav-links a.nav-bridal:hover { color: var(--gold); }
.nav-links a.nav-bridal:hover {
  background: var(--gold);
  color: var(--noir);
}
.nav--light .nav-links a.nav-bridal { border-color: rgba(160, 128, 20, 0.65); }
.nav-links.open a.nav-bridal {
  color: var(--gold);
  font-size: clamp(1.35rem, 3.4vw, 2.1rem);
  padding: 0.6rem 1.4rem;
}
.bridal-orbits { position: absolute; inset: 0; pointer-events: none; }
.bridal-orbits .orbit {
  position: absolute;
  inset: -7px -12px;
  animation: bridalOrbit 9s linear infinite;
  will-change: transform;
}
.bridal-orbits .orbit.o2 {
  inset: -12px -18px;
  animation-duration: 13s;
  animation-direction: reverse;
  animation-delay: -4s;
}
.bridal-orbits .orbit.o3 {
  inset: -17px -24px;
  animation-duration: 17s;
  animation-delay: -9s;
}
.bridal-orbits .orbit i {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 3px;
  height: 3px;
  margin: -1.5px 0 0 -1.5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.85);
}
@keyframes bridalOrbit { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .bridal-orbits .orbit { animation: none; }
}

/* slower, softer nav collapse + menu close */
.nav-links {
  transition: max-width 0.9s var(--ease-out), opacity 0.8s var(--ease-out), gap 0.9s var(--ease-out);
}
.nav-links a {
  transition: color 0.3s, opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

/* menu exit animation */
.nav-links.closing {
  animation: menuFadeOut 0.62s var(--ease-out) forwards;
  pointer-events: none;
}
@keyframes menuFadeOut { from { opacity: 1; } to { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .nav-links.closing { animation-duration: 0.01s; }
}

/* ---------- tier modal (services page) ---------- */
.tier-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
}
.tier-modal[hidden] { display: none; }
.tier-modal.open,
.tier-modal.expanding { opacity: 1; pointer-events: auto; }
.tier-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 14, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.tier-modal-panel {
  position: relative;
  z-index: 2;
  width: min(1375px, 96vw);
  max-height: 92vh;
  background: var(--ivory);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.tier-modal.open .tier-modal-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.tier-modal.expanding .tier-modal-panel {
  opacity: 1;
}
.tier-modal.expanding .tier-modal-body {
  opacity: 0;
}
.tier-modal.open .tier-modal-body {
  opacity: 1;
  transition: opacity 0.45s ease 0.15s;
}
.tier-modal-content { display: none; }
.tier-modal-content.is-active { display: contents; }
.tier-modal-rule {
  border: 0;
  height: 1px;
  background: rgba(14, 14, 14, 0.12);
  margin: 1.4rem 0;
}
.tier-modal-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1.2rem;
  margin: 1.6rem 0;
  align-items: baseline;
}
.tm-meta-label {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--earth);
}
.tm-meta-value {
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--noir);
}
.tier-modal-body .eyebrow {
  margin-bottom: 0.8rem;
}
.tier-modal-body .display-3 {
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  line-height: 1.18;
  margin-bottom: 0.2rem;
}
.tier-modal-body > p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--charcoal);
  margin: 0;
}
.tier-modal-body .btn {
  margin-top: 1rem;
}
.tier-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  z-index: 5;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--noir);
  padding: 0.3rem;
  background: rgba(247, 244, 240, 0.8);
  backdrop-filter: blur(4px);
}
.tier-modal-close:hover { color: var(--gold); }
.tier-modal-prev, .tier-modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 1.4rem;
  color: var(--noir);
  padding: 0.8rem;
  background: rgba(247, 244, 240, 0.7);
  backdrop-filter: blur(4px);
  transition: color 0.2s, background 0.2s;
}
.tier-modal-prev:hover, .tier-modal-next:hover { color: var(--gold); background: rgba(247, 244, 240, 0.95); }
.tier-modal-prev { left: 0.6rem; }
.tier-modal-next { right: 0.6rem; }
.tier-modal-media {
  position: relative;
  min-height: 0;
  background: var(--cream);
}
.tier-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tier-modal-body {
  padding: clamp(2rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
.tier-modal-body .caption { margin-bottom: 1rem; }
.tier-modal-body h2 { margin-bottom: 1rem; }
.tier-modal-body .line {
  font-style: italic;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--emerald);
  margin: 0 0 1.2rem;
}
.tier-modal-body p {
  color: var(--charcoal);
  font-size: 0.95rem;
  margin: 0 0 1rem;
  line-height: 1.7;
}
.tier-modal-content { display: none; }
.tier-modal-content.is-active { display: contents; }

@media (max-width: 1023px) {
  .tier-modal { padding: 0; align-items: flex-end; }
  .tier-modal-panel {
    width: 100%;
    max-height: 96vh;
    grid-template-columns: 1fr;
    grid-template-rows: 42vh auto;
    transform: translateY(100%);
    border-radius: 0;
  }
  .tier-modal.open .tier-modal-panel { transform: translateY(0); }
  .tier-modal-media { max-height: 38vh; }
  .tier-modal-prev, .tier-modal-next {
    top: auto;
    bottom: 1rem;
    transform: none;
    background: rgba(14, 14, 14, 0.6);
    color: var(--ivory);
  }
  .tier-modal-prev:hover, .tier-modal-next:hover { color: var(--gold); }
  .tier-modal-close {
    background: rgba(14, 14, 14, 0.5);
    color: var(--ivory);
  }
}
@media (max-width: 640px) {
  .tier-modal-panel { grid-template-rows: 32vh auto; }
  .tier-modal-media { max-height: 32vh; }
}

/* ---------- WhatsApp chat widget ---------- */
.kolo-whatsapp {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
}
.wa-bubble {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
  animation: wa-pulse 2.5s ease-in-out infinite;
}
.wa-bubble:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(0,0,0,0.3); }
.wa-bubble svg { width: 28px; height: 28px; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(0,0,0,0.25), 0 0 0 0 rgba(37,211,102,0.5); }
  50% { box-shadow: 0 4px 14px rgba(0,0,0,0.25), 0 0 0 12px rgba(37,211,102,0); }
}
.wa-notif {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: max-content;
  max-width: 260px;
  background: var(--ivory);
  color: var(--noir);
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  font-size: 0.82rem;
  line-height: 1.5;
  box-shadow: 0 8px 30px rgba(14,14,14,0.18);
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.45s var(--ease-out), transform 0.45s var(--ease-out);
  cursor: pointer;
}
.wa-notif.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.wa-notif::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: var(--ivory);
  transform: rotate(45deg);
}
.wa-notif-close {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--earth);
  padding: 2px 4px;
  cursor: pointer;
  background: none;
  border: 0;
}
.wa-notif-close:hover { color: var(--noir); }
@media (max-width: 480px) {
  .wa-notif { max-width: 220px; font-size: 0.78rem; }
}


/* ============================================================
   3D UNIVERSE GALLERY (Kouture page)
   Three.js canvas · spiral gallery · detail overlay
   ============================================================ */

/* ---------- universe stage ---------- */
.universe-stage {
  position: relative;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
  background: var(--noir);
}
.universe-stage:active { cursor: grabbing; }
.universe-hint {
  margin-top: 1.4rem;
  text-align: center;
  color: rgba(247, 244, 240, 0.45);
}

/* ---------- intro flash cards ---------- */
.universe-flash {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.flash-card {
  position: absolute;
  width: clamp(180px, 22vw, 320px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 240, 0.12);
  opacity: 0;
}
.flash-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- detail overlay ---------- */
.universe-detail {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(14, 14, 14, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease-out);
  display: flex;
  align-items: center;
  justify-content: center;
}
.universe-detail.is-open {
  opacity: 1;
  pointer-events: auto;
}
.ud-close {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  color: var(--ivory);
  font-size: 2.2rem;
  line-height: 1;
  z-index: 2;
  padding: 0.5rem;
  transition: color 0.3s;
}
.ud-close:hover { color: var(--gold); }
.ud-prev,
.ud-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ivory);
  font-size: 2rem;
  line-height: 1;
  z-index: 2;
  padding: 1rem;
  transition: color 0.3s, opacity 0.3s;
  background: none;
  border: none;
  cursor: pointer;
}
.ud-prev { left: 1rem; }
.ud-next { right: 1rem; }
.ud-prev:hover,
.ud-next:hover { color: var(--gold); }
.ud-prev[disabled],
.ud-next[disabled] { opacity: 0.2; cursor: default; }
.ud-panels {
  display: grid;
  grid-template-columns: 1fr minmax(0, 58vw) 1fr;
  gap: 2rem;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem clamp(1.5rem, 4vw, 3.5rem);
}
.ud-left { text-align: left; }
.ud-right { text-align: right; }
.ud-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  color: var(--ivory);
  margin: 0;
  line-height: 1.15;
}
.ud-meta {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0.6rem 0 0;
}
.ud-year {
  font-size: 0.85rem;
  color: rgba(247, 244, 240, 0.55);
  margin: 0;
  max-width: 24ch;
  margin-left: auto;
}
.ud-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ud-center img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
}
.ud-center video {
  max-width: 100%;
  max-height: 78vh;
  display: block;
  background: #000;
}

@media (max-width: 1023px) {
  .ud-panels {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 1.2rem;
    padding: 5rem 1.5rem 2rem;
  }
  .ud-left, .ud-right { text-align: center; }
  .ud-year { margin-left: 0; max-width: none; }
  .ud-center img { max-height: 55vh; }
}

@media (max-width: 640px) {
  .universe-stage { height: 100dvh; }
  .flash-card { width: clamp(150px, 48vw, 240px); }
  .universe-detail {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .ud-close { top: 0.7rem; right: 0.8rem; font-size: 1.9rem; }
  .ud-prev,
  .ud-next { padding: 0.7rem; font-size: 1.6rem; }
  .ud-prev { left: 0.2rem; }
  .ud-next { right: 0.2rem; }
  .ud-panels { padding: 4rem 1rem 1.5rem; gap: 0.9rem; }
  .ud-center img { max-height: 56vh; }
  .ud-title { font-size: 1.25rem; }
}


/* ============================================================
   KOUTURE PAGE - brand pattern background
   ============================================================ */

body.kouture-page {
  position: relative;
  background: var(--noir);
}


/* scroll hint inside the universe */
.scroll-hint {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  pointer-events: none;
  z-index: 3;
}
.scroll-hint-text {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 244, 240, 0.55);
}
.scroll-hint-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(var(--ivory), transparent);
  animation: scroll-hint 2s infinite;
}

/* Kouture experience section - transparent over pattern */
.kouture-experience {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) 0;
}
.kouture-stack {
  position: relative;
  z-index: 1;
}
.kouture-sub {
  max-width: 56ch;
  margin-top: 1.2rem;
  color: rgba(247, 244, 240, 0.72);
}
.kouture-prompts {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
}
.kouture-prompts a {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  transition: color 0.3s;
}
.kouture-prompts a:hover { color: var(--ivory); }

/* Archive section on kouture - semi-transparent over pattern */
.act-archive {
  position: relative;
  background: rgba(14, 14, 14, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ============================================================
   PHASE 1 ADDONS — process, craft, standard, footer Kollectiv CTA
   ============================================================ */

/* --- homepage: From Vision to Reveal (horizontal scroll) --- */
.process-section { background: var(--cream); }
.process-wrap-home { position: relative; }
.process-sticky-home {
  position: relative;
  overflow: hidden;
}
.process-track-home {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  width: max-content;
  padding: 0 clamp(1.2rem, 4vw, 4rem);
}
.process-step-home {
  position: relative;
  width: min(68vw, 560px);
  flex-shrink: 0;
}
.step-media {
  margin: 0;
  overflow: hidden;
  height: min(33vh, 420px);
  background: rgba(247, 244, 240, 0.06);
}
.step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.4s var(--ease-out);
}
.process-step-home:hover .step-media img { transform: scale(1.045); }
.step-meta { padding: 1.4rem 0.4rem 0; }
.step-num {
  display: block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.step-meta h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  margin: 0 0 0.3rem;
}
.step-sub {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--earth);
  margin-bottom: 0.6rem;
}
.step-copy {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--charcoal);
  margin: 0;
  max-width: 30rem;
}
@media (min-width: 1024px) {
  .process-wrap-home { height: 280vh; }
  .process-sticky-home { position: sticky; top: 0; height: 100dvh; display: flex; align-items: center; padding-bottom: 2rem; }
  .process-track-home { will-change: transform; }
}
@media (max-width: 1023px) {
  .process-sticky-home { overflow-x: auto; padding: 1rem 0; }
  .process-track-home { padding: 0 1.2rem; }
}
@media (max-width: 640px) {
  .process-step-home { width: 82vw; }
  .step-media { height: auto; aspect-ratio: 4 / 5; }
}

/* --- Kolo Lab: The Craft grid --- */
.craft-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}
.craft-item {
  padding: 2rem 2rem 2.4rem;
  border: 1px solid rgba(14, 14, 14, 0.1);
  background: var(--ivory);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.craft-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -20px rgba(14, 14, 14, 0.18);
}
.craft-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold);
  line-height: 1;
}
.craft-item h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin-top: 0.8rem;
}
.craft-item p {
  color: var(--earth);
  margin-top: 0.6rem;
  font-size: 0.96rem;
  line-height: 1.65;
}

/* --- Kolo Lab: The Kolo Standard grid --- */
.standard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}
.standard-item {
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(247, 244, 240, 0.1);
  background: rgba(247, 244, 240, 0.03);
  transition: transform 0.4s var(--ease-out), border-color 0.4s;
}
.standard-item:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.4);
}
.standard-item h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 400;
  color: var(--ivory);
  margin: 0;
}
.standard-item p {
  color: var(--ivory);
  opacity: 0.7;
  margin-top: 0.6rem;
  font-size: 0.96rem;
  line-height: 1.65;
}
.standard-item:last-child {
  grid-column: 1 / -1;
  max-width: 48ch;
  margin: 0 auto;
}
.standard-item:last-child h3 {
  color: var(--gold);
}
@media (max-width: 640px) {
  .standard-grid { grid-template-columns: 1fr; }
  .standard-item:last-child { grid-column: 1 / -1; }
}

/* --- footer Kollectiv CTA link styling --- */
.footer-kollectiv-cta {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
  padding-bottom: 0.2rem;
}
.footer-kollectiv-cta:hover {
  border-color: var(--gold);
}
.act-archive {
  position: relative;
  background: rgba(14, 14, 14, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* --- bridal teaser: scroll mosaic background --- */
.bridal-teaser { position: relative; overflow: hidden; }
.bridal-mosaic {
  position: absolute;
  inset: -20% 0;
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
  overflow: hidden;
  z-index: 0;
}
.mosaic-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}
.mosaic-col img {
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;
  opacity: 0.55;
  aspect-ratio: 3 / 4;
}
/* varied heights for mosaic feel */
.mosaic-col-1 img:nth-child(1) { aspect-ratio: 3 / 4; }
.mosaic-col-1 img:nth-child(2) { aspect-ratio: 4 / 3; }
.mosaic-col-1 img:nth-child(3) { aspect-ratio: 3 / 4; }
.mosaic-col-2 img:nth-child(1) { aspect-ratio: 4 / 5; }
.mosaic-col-2 img:nth-child(2) { aspect-ratio: 3 / 4; }
.mosaic-col-2 img:nth-child(3) { aspect-ratio: 4 / 3; }
.mosaic-col-3 img:nth-child(1) { aspect-ratio: 3 / 4; }
.mosaic-col-3 img:nth-child(2) { aspect-ratio: 4 / 3; }
.mosaic-col-3 img:nth-child(3) { aspect-ratio: 4 / 5; }
.mosaic-col-4 img:nth-child(1) { aspect-ratio: 4 / 3; }
.mosaic-col-4 img:nth-child(2) { aspect-ratio: 3 / 4; }
.mosaic-col-4 img:nth-child(3) { aspect-ratio: 4 / 5; }
.mosaic-col-5 img:nth-child(1) { aspect-ratio: 3 / 4; }
.mosaic-col-5 img:nth-child(2) { aspect-ratio: 4 / 5; }
.mosaic-col-5 img:nth-child(3) { aspect-ratio: 3 / 4; }
.bridal-mosaic-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0.82) 0%,
    rgba(14, 14, 14, 0.72) 40%,
    rgba(14, 14, 14, 0.78) 100%
  );
}
.bridal-teaser-inner { position: relative; z-index: 2; }
@media (max-width: 767px) {
  .bridal-mosaic { gap: 0.5rem; padding: 0 0.5rem; }
  .mosaic-col { gap: 0.5rem; }
  .mosaic-col-4, .mosaic-col-5 { display: none; }
}
@media (max-width: 480px) {
  .mosaic-col-3 { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .bridal-mosaic { inset: 0; }
}

/* ============================================================
   PHASE 2 — Beyond Borders, Testimonials, Journal, Kollectiv
   ============================================================ */

/* --- Beyond Borders --- */
.beyond-borders { padding: clamp(6rem, 12vh, 9rem) 0; }
.beyond-borders-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.beyond-borders-body .display-2 { max-width: 22ch; margin: 1.4rem 0; }
.beyond-borders-copy {
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(247, 244, 240, 0.68);
  max-width: 42rem;
  margin: 0 0 2rem;
}
.beyond-borders-body .city-list { margin-bottom: 2.5rem; }
.beyond-borders-media { overflow: hidden; }
.beyond-borders-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
@media (max-width: 1023px) {
  .beyond-borders-inner { grid-template-columns: 1fr; }
  .beyond-borders-media { order: -1; }
  .beyond-borders-media img { aspect-ratio: 16 / 10; }
}

/* --- Testimonials --- */
.testimonials { padding: clamp(6rem, 12vh, 9rem) 0; }
.testimonials .display-2 { max-width: 24ch; margin: 1.4rem 0 3.5rem; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.testimonial-card {
  margin: 0;
  padding: 2.2rem 2rem 2rem;
  border: 1px solid rgba(14, 14, 14, 0.1);
  background: var(--ivory);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -20px rgba(14, 14, 14, 0.15);
}
.testimonial-card blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  color: var(--noir);
  margin: 0;
  flex: 1;
}
.testimonial-card figcaption { display: flex; flex-direction: column; gap: 0.2rem; }
.t-name {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.t-context {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--earth);
}
.testimonials-note {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--earth);
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 1023px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* --- Journal preview --- */
.journal-preview { padding: clamp(6rem, 12vh, 9rem) 0; }
.journal-preview .display-2 { max-width: 24ch; margin: 1.4rem 0 0.8rem; }
.journal-preview-sub {
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(30, 26, 22, 0.68);
  max-width: 44rem;
  margin: 0 0 3rem;
}
.journal-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.journal-teaser {
  display: flex;
  flex-direction: column;
  background: var(--ivory);
  border: 1px solid rgba(14, 14, 14, 0.1);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.journal-teaser:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -20px rgba(14, 14, 14, 0.15);
}
.jt-media { overflow: hidden; aspect-ratio: 4 / 3; background: rgba(14, 14, 14, 0.04); }
.jt-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.4s var(--ease-out);
}
.journal-teaser:hover .jt-media img { transform: scale(1.045); }
.jt-body { padding: 1.6rem 1.6rem 1.8rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.jt-cat {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.jt-body h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin: 0;
  line-height: 1.2;
}
.jt-body p {
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(30, 26, 22, 0.68);
  margin: 0;
  flex: 1;
}
.jt-link {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--noir);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.15rem;
  width: fit-content;
  margin-top: 0.8rem;
  transition: color 0.3s;
}
.journal-teaser:hover .jt-link { color: var(--gold); }
@media (max-width: 1023px) { .journal-preview-grid { grid-template-columns: 1fr; } }

/* --- Kollectiv preview --- */
.kollectiv-preview { padding: clamp(7rem, 15vh, 11rem) 0; position: relative; overflow: hidden; }
.kollectiv-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(74% 60% at 50% 46%, rgba(212, 175, 55, 0.05), transparent);
  pointer-events: none;
}
.kollectiv-preview-inner { max-width: 44rem; text-align: center; }
.kollectiv-preview .display-2 { margin: 1.4rem 0 0; }
.kollectiv-preview-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(247, 244, 240, 0.68);
  max-width: 38rem;
  margin: 1.6rem auto 0;
}
.kollectiv-preview .btn { margin-top: 2.4rem; }
.kollectiv-preview-foot {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: rgba(247, 244, 240, 0.55);
  margin: 2.6rem 0 0;
}


/* ============================================================
   PHASE 4 — The Kollectiv page + Journal editorial layout
   ============================================================ */

/* ---------- The Kollectiv ---------- */
.klv-intro { max-width: 58rem; }
.klv-lede {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  line-height: 1.45;
  color: var(--charcoal);
  margin: 1.6rem 0 0;
}
.klv-find-title { margin: 1.2rem 0 clamp(2.5rem, 6vw, 4.5rem); }
.klv-find { display: grid; gap: clamp(3rem, 7vw, 6rem); }
.klv-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.klv-item--flip .klv-item-media { order: 2; }
.klv-item-media { overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 3; }
.klv-item-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}
.klv-item:hover .klv-item-media img { transform: scale(1.05); }
.klv-item-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--gold);
  letter-spacing: 0.12em;
}
.klv-item-copy .display-3 { margin: 0.6rem 0 1rem; }
.klv-item-copy p { color: var(--earth); max-width: 30rem; margin: 0; }
@media (max-width: 768px) {
  .klv-item { grid-template-columns: 1fr; gap: 1.4rem; }
  .klv-item--flip .klv-item-media { order: 0; }
}

.klv-cta { text-align: center; }
.klv-cta-inner { display: flex; flex-direction: column; align-items: center; }
.klv-cta-title { margin: 1.4rem 0 2rem; }
.klv-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  color: rgba(247, 244, 240, 0.75);
  margin: 0 0 2.4rem;
}
.klv-cta-note {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 244, 240, 0.45);
  margin: 1.4rem 0 0;
}

.klv-final {
  position: relative;
  height: 88dvh;
  min-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.klv-final-media { position: absolute; inset: 0; }
.klv-final-media img { width: 100%; height: 100%; object-fit: cover; }
.klv-final-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,14,14,0.25), rgba(14,14,14,0.65));
}
.klv-final-content {
  position: relative; z-index: 2;
  width: 100%;
  text-align: center;
  color: var(--ivory);
  padding: 0 1.5rem clamp(3rem, 8vh, 6rem);
}

/* ---------- Journal — editorial layout ---------- */
.jrn-feature {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.jrn-feature-media { overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; }
.jrn-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.jrn-feature-title { margin: 1rem 0 1.4rem; }
.jrn-feature-excerpt {
  color: var(--earth);
  font-size: 1.05rem;
  max-width: 32rem;
  margin: 0 0 2rem;
}
.jrn-read {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--noir);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.25rem;
  transition: color 0.3s;
}
.jrn-read:hover { color: var(--gold); }
@media (max-width: 860px) {
  .jrn-feature { grid-template-columns: 1fr; }
  .jrn-feature-media { aspect-ratio: 4 / 3; }
}

.jrn-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(2rem, 4vw, 3.5rem);
}
.jrn-cat { border-top: 1px solid rgba(43, 38, 37, 0.25); padding-top: 1.2rem; }
.jrn-cat h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  margin: 0 0 0.4rem;
}
.jrn-cat p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--earth);
}
.jrn-cat--soon h3 { color: rgba(43, 38, 37, 0.45); }
@media (max-width: 768px) { .jrn-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .jrn-cat-grid { grid-template-columns: 1fr; } }

.jrn-row-cat {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.jrn-row-date { display: block; font-size: 0.78rem; color: var(--earth); margin-top: 0.35rem; letter-spacing: 0.06em; }

.jrn-list {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: clamp(1.4rem, 2.5vw, 2.2rem);
}
.jrn-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--ivory);
  border: 1px solid rgba(43, 38, 37, 0.12);
  overflow: hidden;
  transition: box-shadow 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}
.jrn-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px -32px rgba(14, 14, 14, 0.35);
}
.jrn-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--cream);
}
.jrn-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-out);
}
.jrn-card:hover .jrn-card-media img { transform: scale(1.06); }
.jrn-card-body {
  display: flex; flex-direction: column; gap: 0.6rem;
  padding: 1.3rem 1.3rem 1.5rem;
  flex: 1;
}
.jrn-card-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.jrn-card-meta .jrn-row-date { margin-top: 0; }
.jrn-card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  line-height: 1.15;
  margin: 0;
  flex: 1;
  transition: color 0.3s;
}
.jrn-card:hover .jrn-card-title { color: var(--emerald); }
.jrn-row-arrow {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--gold);
  display: inline-block;
  transition: transform 0.4s var(--ease-out);
}
.jrn-card-cta {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.jrn-card-cta .jrn-row-arrow { font-size: 1rem; vertical-align: -0.1em; }
.jrn-card:hover .jrn-card-cta .jrn-row-arrow { transform: translateX(0.4rem); }
@media (max-width: 640px) {
  .jrn-list { grid-template-columns: 1fr; }
}

.jrn-loop { text-align: center; }
.jrn-loop-inner { display: flex; flex-direction: column; align-items: center; }
.jrn-loop-title { margin: 1.4rem 0 1.2rem; }
.jrn-loop-copy {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: rgba(247, 244, 240, 0.7);
  margin: 0 0 2.4rem;
}


/* ============================================================
   PHASE 5 — testimonials marquee + process→tiers bg lighten
   ============================================================ */
.testimonials-marquee { overflow: hidden; }
.testimonials-track {
  display: flex;
  align-items: stretch;
  gap: 1.4rem;
  width: max-content;
  animation: t-marquee 48s linear infinite;
}
.testimonials-track .testimonials-grid {
  flex: 0 0 auto;
  width: min(1180px, 86vw);
}
.testimonials-marquee:hover .testimonials-track { animation-play-state: paused; }
@keyframes t-marquee {
  to { transform: translateX(calc(-50% - 0.7rem)); }
}
@media (max-width: 1023px) {
  .testimonials-track { animation: none; width: auto; flex-direction: column; }
  .testimonials-clone { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .testimonials-track { animation: none; }
}

/* process → tiers: cream lightens 5% across the scroll span (JS scrubbed) */


/* ============================================================
   PHASE 6 — Services interactive cards + FLIP modal
   ============================================================ */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 3rem;
}
.svc-card {
  text-align: left;
  background: var(--ivory);
  border: 1px solid rgba(14, 14, 14, 0.1);
  padding: 1.8rem 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 16rem;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), border-color 0.4s;
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -20px rgba(14, 14, 14, 0.18);
  border-color: rgba(212, 175, 55, 0.5);
}
.svc-card-top { display: flex; justify-content: space-between; align-items: baseline; }
.svc-card .svc-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold);
}
.svc-arrow {
  font-family: var(--font-display);
  color: var(--gold);
  transition: transform 0.4s var(--ease-out);
}
.svc-card:hover .svc-arrow { transform: translateX(0.3rem); }
.svc-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.15;
  margin: 0;
}
.svc-card p { margin: 0; font-size: 0.88rem; line-height: 1.65; color: var(--earth); }
@media (max-width: 1023px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card { min-height: 0; }
}

/* svc modal — mirrors the tier modal FLIP behaviour */
.svc-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
}
.svc-modal[hidden] { display: none; }
.svc-modal.open,
.svc-modal.expanding { opacity: 1; pointer-events: auto; }
.svc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 14, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.svc-modal-panel {
  position: relative;
  z-index: 2;
  width: min(880px, 96vw);
  max-height: 92vh;
  background: var(--ivory);
  overflow: hidden;
}
.svc-modal.open .svc-modal-panel { transform: translateY(0) scale(1); opacity: 1; }
.svc-modal.expanding .svc-modal-panel { opacity: 1; }
.svc-modal.expanding .svc-modal-body { opacity: 0; }
.svc-modal.open .svc-modal-body { opacity: 1; transition: opacity 0.45s ease 0.15s; }
.svc-modal-content { display: none; }
.svc-modal-content.is-active { display: block; }
.svc-modal-body {
  padding: clamp(2.2rem, 5vw, 4rem);
  overflow-y: auto;
  max-height: 92vh;
}
.svc-modal-body .eyebrow { margin-bottom: 0.8rem; }
.svc-modal-body .display-3 {
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  line-height: 1.18;
  margin-bottom: 0.2rem;
}
.svc-modal-rule {
  border: 0;
  height: 1px;
  background: rgba(14, 14, 14, 0.12);
  margin: 1.4rem 0;
}
.svc-modal-body > p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--charcoal);
  margin: 0;
}
.svc-modal-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1.2rem;
  margin: 1.6rem 0;
  align-items: baseline;
}
.svc-modal-body .btn { margin-top: 1rem; }
.svc-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  z-index: 5;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--noir);
  padding: 0.3rem;
  background: rgba(247, 244, 240, 0.8);
  backdrop-filter: blur(4px);
}
.svc-modal-close:hover { color: var(--gold); }
.svc-modal-prev, .svc-modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 1.4rem;
  color: var(--noir);
  padding: 0.8rem;
  background: rgba(247, 244, 240, 0.7);
  backdrop-filter: blur(4px);
  transition: color 0.2s, background 0.2s;
}
.svc-modal-prev:hover, .svc-modal-next:hover { color: var(--gold); background: rgba(247, 244, 240, 0.95); }
.svc-modal-prev { left: 0.6rem; }
.svc-modal-next { right: 0.6rem; }


/* ============================================================
   PHASE 7 — folded nav: brand icon ~30% bigger; mobile bar = small centered icon pill
   ============================================================ */

/* folded (scrolled) pill — icon 28→36px, pill 46→60px */
.nav.scrolled .nav-icon { height: 44px; width: 44px; }

@media (max-width: 1023px) {
  /* mobile: swap the wide wordmark for the brand icon so the bar stays a small centered pill */
  .nav-logo { width: 36px; height: 36px; flex: 0 0 auto; }
  .nav.scrolled .nav-logo { width: 36px; height: 36px; }
  .nav-logo > img:not(.nav-icon) { display: none; }
  .nav-icon {
    position: static;
    transform: none;
    opacity: 1;
    height: 36px;
    width: 36px;
  }
  /* folded mobile pill: compact, centered — icon + menu button only */
  .nav.scrolled .nav-inner { width: auto; padding: 0 0.55rem; gap: 0.4rem; }
}


/* ============================================================
   PHASE 8 — Journal Studio (admin) + article reader + svc modal media
   ============================================================ */

/* ---------- studio ---------- */
body.adm { background: var(--noir); color: var(--ivory); min-height: 100vh; }
.adm-topbar {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem clamp(1rem, 4vw, 2.5rem);
  border-bottom: 1px solid rgba(247, 244, 240, 0.1);
  background: rgba(14, 14, 14, 0.85);
  backdrop-filter: blur(12px);
}
.adm-brand { display: flex; align-items: center; gap: 0.9rem; }
.adm-brand img { height: 34px; width: auto; }
.adm-topbar .caption { color: rgba(247, 244, 240, 0.55); }
.adm-logout {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); background: none; border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 0.55rem 1rem; border-radius: 999px; cursor: pointer; transition: 0.3s;
}
.adm-logout:hover { background: var(--gold); color: var(--noir); }

.adm-login {
  min-height: calc(100vh - 70px);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem 1rem;
}
.adm-login-card {
  width: min(420px, 100%);
  background: rgba(247, 244, 240, 0.04);
  border: 1px solid rgba(247, 244, 240, 0.12);
  border-radius: var(--radius);
  padding: clamp(2rem, 5vw, 3rem);
  text-align: center;
  display: flex; flex-direction: column; gap: 1.1rem;
}
.adm-login-card > img { height: 52px; width: auto; margin: 0 auto 0.4rem; }
.adm-hint { color: rgba(247, 244, 240, 0.55); font-size: 0.9rem; margin: 0; }
.adm-login input {
  background: rgba(247, 244, 240, 0.06);
  border: 1px solid rgba(247, 244, 240, 0.18);
  color: var(--ivory); padding: 0.9rem 1.1rem; border-radius: 6px;
  font: inherit; text-align: center; letter-spacing: 0.05em;
}
.adm-login input:focus { outline: none; border-color: var(--gold); }
.adm-error { color: #e0705c; font-size: 0.85rem; margin: 0; }

.adm-dash { width: min(880px, 100% - 3rem); margin: 0 auto; padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.adm-dash-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.adm-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(247, 244, 240, 0.12); }
.adm-item {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.2rem 0; border-bottom: 1px solid rgba(247, 244, 240, 0.12);
}
.adm-item-cat { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.adm-item h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.35rem; margin: 0.25rem 0; }
.adm-item-date { font-size: 0.8rem; color: rgba(247, 244, 240, 0.5); letter-spacing: 0.08em; }
.adm-item-actions { display: flex; gap: 0.5rem; flex: 0 0 auto; }
.adm-mini {
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ivory); background: none; border: 1px solid rgba(247, 244, 240, 0.25);
  padding: 0.45rem 0.9rem; border-radius: 999px; cursor: pointer; transition: 0.3s;
}
.adm-mini:hover { border-color: var(--gold); color: var(--gold); }
.adm-mini.is-danger:hover { border-color: #e0705c; color: #e0705c; }
.adm-empty {
  color: rgba(247, 244, 240, 0.5); font-style: italic;
  font-family: var(--font-display); font-size: 1.1rem;
}

.adm-editor { width: min(1400px, 100% - 3rem); margin: 0 auto; padding: 1.5rem 0 4rem; }
.adm-editor-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.adm-back {
  background: none; border: none; color: rgba(247, 244, 240, 0.7);
  font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
  cursor: pointer; padding: 0.5rem 0;
}
.adm-back:hover { color: var(--gold); }
.adm-editor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.adm-form { display: flex; flex-direction: column; gap: 1.3rem; }
.adm-form label {
  display: flex; flex-direction: column; gap: 0.5rem;
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(247, 244, 240, 0.55);
}
.adm-form input[type="text"], .adm-form input[type="date"], .adm-form textarea {
  background: rgba(247, 244, 240, 0.06);
  border: 1px solid rgba(247, 244, 240, 0.16);
  color: var(--ivory); padding: 0.85rem 1rem; border-radius: 6px;
  font: inherit; letter-spacing: normal; text-transform: none; width: 100%;
}
.adm-form textarea { resize: vertical; min-height: 260px; line-height: 1.7; }
.adm-form input:focus, .adm-form textarea:focus { outline: none; border-color: var(--gold); }
.adm-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.adm-chip {
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(247, 244, 240, 0.75); background: none;
  border: 1px solid rgba(247, 244, 240, 0.25);
  padding: 0.5rem 1rem; border-radius: 999px; cursor: pointer; transition: 0.25s;
}
.adm-chip.is-active { background: var(--gold); border-color: var(--gold); color: var(--noir); }
.adm-drop {
  position: relative; border: 1px dashed rgba(247, 244, 240, 0.3);
  border-radius: 6px; min-height: 120px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; overflow: hidden; transition: 0.25s;
}
.adm-drop.is-over, .adm-drop:hover { border-color: var(--gold); }
.adm-drop span { color: rgba(247, 244, 240, 0.5); font-size: 0.85rem; padding: 1.5rem; text-align: center; }
.adm-drop img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.adm-preview {
  position: sticky; top: 90px;
  background: var(--ivory); color: var(--noir);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.8rem);
  max-height: calc(100vh - 120px); overflow-y: auto;
}
.adm-preview > .caption { color: var(--earth); margin-bottom: 1rem; }
.adm-pv-img { margin: 1.2rem 0; border-radius: 4px; overflow: hidden; }
.adm-pv-img img { width: 100%; display: block; }
.adm-toast {
  position: fixed; left: 50%; bottom: 2rem;
  transform: translate(-50%, 20px);
  background: var(--gold); color: var(--noir);
  padding: 0.85rem 1.6rem; border-radius: 999px;
  font-size: 0.85rem; letter-spacing: 0.05em;
  opacity: 0; pointer-events: none;
  transition: 0.35s var(--ease-out); z-index: 200;
}
.adm-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.adm-toast.is-error { background: #e0705c; color: var(--ivory); }
@media (max-width: 960px) {
  .adm-editor-grid { grid-template-columns: 1fr; }
  .adm-preview { position: static; max-height: none; }
}
@media (max-width: 640px) {
  .adm-item { flex-direction: column; align-items: flex-start; }
}

/* ---------- article reader ---------- */
.reader { min-height: 60vh; }
.reader-inner { max-width: 46rem; }
.reader-hero { margin: 2rem 0; border-radius: var(--radius); overflow: hidden; }
.reader-hero img { width: 100%; display: block; }
.reader-excerpt {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.25rem; color: var(--earth); margin: 1.2rem 0 0;
}
.reader-body { margin-top: 2rem; }
.reader-body p { font-size: 1.02rem; line-height: 1.85; color: var(--charcoal); margin: 0 0 1.4rem; }
.reader-body h2 { font-family: var(--font-display); font-weight: 400; font-size: 1.6rem; margin: 2.2rem 0 1rem; }
.reader-back {
  display: inline-block; margin-top: 2.5rem;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--noir); border-bottom: 1px solid var(--gold); padding-bottom: 0.25rem;
}

/* ---------- svc modal: illustrating image ---------- */
.svc-modal-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  width: min(1100px, 96vw);
}
.svc-modal-content.is-active { display: contents; }
.svc-modal-media { position: relative; min-height: 0; background: var(--cream); }
.svc-modal-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-modal-body { min-height: 0; max-height: none; }
@media (max-width: 860px) {
  .svc-modal-panel { grid-template-columns: 1fr; }
  .svc-modal-media img { aspect-ratio: 16 / 10; height: auto; max-height: 32vh; }
}

/* ---------- Phase 9: Studio entry types, blocks, share, reader ---------- */
[hidden] { display: none !important; }

.adm-brand img, .adm-login-card > img { filter: brightness(0) invert(1); }

.adm-types { width: min(880px, 100% - 3rem); margin: 0 auto; padding: clamp(2.5rem, 6vw, 4.5rem) 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.adm-type-card { text-align: left; background: transparent; border: 1px solid rgba(247, 244, 240, 0.18); padding: 2rem 1.6rem; cursor: pointer; transition: border-color 0.3s, transform 0.3s; display: flex; flex-direction: column; gap: 0.8rem; color: var(--ivory); font-family: inherit; }
.adm-type-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.adm-type-card .t-num { font-size: 0.7rem; letter-spacing: 0.3em; color: var(--gold); }
.adm-type-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; margin: 0; }
.adm-type-card p { font-size: 0.85rem; line-height: 1.6; color: rgba(247, 244, 240, 0.55); margin: 0; }

.adm-grp { display: flex; flex-direction: column; gap: 1.3rem; }
.adm-form input[type="datetime-local"] { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(247, 244, 240, 0.25); color: var(--ivory); font: inherit; font-size: 0.95rem; padding: 0.5rem 0; }
.adm-form input[type="datetime-local"]:focus { outline: none; border-color: var(--gold); }

.adm-blocks { display: flex; flex-direction: column; gap: 0.8rem; }
.adm-block { display: grid; grid-template-columns: 2rem 1fr; gap: 0.8rem; border: 1px solid rgba(247, 244, 240, 0.14); padding: 0.9rem; }
.adm-block-tools { display: flex; flex-direction: column; gap: 0.3rem; }
.adm-block-tools button { background: none; border: 1px solid rgba(247, 244, 240, 0.2); color: rgba(247, 244, 240, 0.6); width: 1.6rem; height: 1.6rem; font-size: 0.72rem; line-height: 1; cursor: pointer; padding: 0; }
.adm-block-tools button:hover { border-color: var(--gold); color: var(--gold); }
.adm-block-main { display: flex; flex-direction: column; gap: 0.6rem; min-width: 0; }
.adm-block-kind { font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.adm-block textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(247, 244, 240, 0.2); color: var(--ivory); font-family: inherit; font-size: 0.95rem; padding: 0.4rem 0; resize: vertical; min-height: 70px; line-height: 1.6; }
.adm-block textarea:focus { outline: none; border-color: var(--gold); }
.adm-block-media { display: flex; flex-direction: column; gap: 0.6rem; }
.adm-block-media img, .adm-block-media video { width: 100%; max-height: 220px; object-fit: cover; display: block; border: 1px solid rgba(247, 244, 240, 0.12); }
.adm-block-media input[type="text"] { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(247, 244, 240, 0.2); color: var(--ivory); font-family: inherit; font-size: 0.85rem; padding: 0.35rem 0; }
.adm-block-media input[type="text"]:focus { outline: none; border-color: var(--gold); }
.adm-media-pick { align-self: flex-start; background: none; border: 1px dashed rgba(247, 244, 240, 0.3); color: rgba(247, 244, 240, 0.7); padding: 0.5rem 0.9rem; font-family: inherit; font-size: 0.78rem; letter-spacing: 0.06em; cursor: pointer; }
.adm-media-pick:hover { border-color: var(--gold); color: var(--gold); }
.adm-add-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.8rem; }
.adm-add-row button { background: none; border: 1px dashed rgba(247, 244, 240, 0.28); color: rgba(247, 244, 240, 0.65); padding: 0.45rem 0.85rem; font-family: inherit; font-size: 0.75rem; letter-spacing: 0.05em; cursor: pointer; }
.adm-add-row button:hover { border-color: var(--gold); color: var(--gold); }
.adm-note { font-size: 0.8rem; color: rgba(247, 244, 240, 0.5); }
.adm-pv-film video { width: 100%; display: block; max-height: 60vh; background: #000; }
.adm-drop video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #000; }

.adm-share { position: fixed; inset: 0; z-index: 300; background: rgba(20, 16, 12, 0.72); display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.adm-share-card { background: var(--ivory); color: var(--noir); width: min(480px, 100%); padding: 2.4rem 2.2rem; border-radius: 4px; }
.adm-share-card .eyebrow { color: var(--gold); }
.adm-share-hint { color: rgba(20, 16, 12, 0.6); font-size: 0.9rem; }
.adm-share-link { display: flex; gap: 0.6rem; margin: 1.4rem 0 1rem; }
.adm-share-link input { flex: 1; min-width: 0; border: 1px solid rgba(20, 16, 12, 0.2); background: transparent; padding: 0.6rem 0.7rem; font-family: inherit; font-size: 0.85rem; color: var(--noir); }
.adm-share-socials { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.4rem; }
.adm-share-socials a { border: 1px solid rgba(20, 16, 12, 0.25); padding: 0.5rem 0.9rem; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--noir); text-decoration: none; }
.adm-share-socials a:hover { background: var(--noir); color: var(--ivory); border-color: var(--noir); }
.adm-share-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.adm-share .adm-mini { color: var(--noir); border-color: rgba(20, 16, 12, 0.3); }
.adm-share .adm-mini:hover { border-color: var(--gold); color: var(--gold); }

.reader-runway-meta {
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin: -0.4rem 0 1.8rem;
}
.reader-series { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid rgba(20, 16, 12, 0.14); }
.reader-series-label {
  font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 1.2rem;
}
.reader-series-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.reader-series-link { display: flex; flex-direction: column; gap: 0.4rem; text-decoration: none; min-width: 0; }
.reader-series-link.is-next { text-align: right; }
.reader-series-link.is-empty { visibility: hidden; }
.reader-series-dir { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--earth); }
.reader-series-title {
  font-family: var(--font-display); font-size: 1.35rem; line-height: 1.25;
  color: var(--charcoal); transition: color 0.3s;
}
.reader-series-link:hover .reader-series-title { color: var(--gold); }
@media (max-width: 640px) {
  .reader-series-row { grid-template-columns: 1fr; gap: 1.2rem; }
  .reader-series-link.is-next { text-align: left; }
}
.reader-chip { display: inline-block; font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); padding: 0.35rem 0.8rem; margin-right: 0.6rem; }
.reader-event { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2rem 0; padding: 1.6rem 1.8rem; border: 1px solid rgba(20, 16, 12, 0.14); background: var(--cream, #f3efe9); }
.reader-event-label { font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.3rem; }
.reader-event p { margin: 0; font-size: 0.98rem; color: var(--charcoal); }
.reader-video { margin: 2rem 0; border-radius: var(--radius, 4px); overflow: hidden; background: #000; }
.reader-video video { width: 100%; display: block; max-height: 70vh; }
.reader-body blockquote { font-family: var(--font-display); font-style: italic; font-size: 1.4rem; line-height: 1.5; margin: 2.4rem 0; padding-left: 1.6rem; border-left: 2px solid var(--gold); color: var(--charcoal); }
.reader-body figure { margin: 2.4rem 0; }
.reader-body figure img { width: 100%; display: block; border-radius: var(--radius, 4px); }
.reader-body figcaption { font-size: 0.8rem; color: var(--earth); margin-top: 0.6rem; font-style: italic; }

.jrn-row-type { display: inline-block; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); padding: 0.2rem 0.6rem; margin-right: 0.6rem; }
.jrn-row-play { color: var(--gold); font-size: 0.8em; }

@media (max-width: 760px) {
  .adm-types { grid-template-columns: 1fr; }
  .reader-event { grid-template-columns: 1fr; }
  .adm-editor-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   P5 CONTENT - Why Africa, She wore Kolo, The Practical
   ============================================================ */
.story-architect-kicker { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; color: var(--gold); margin: 0.4rem 0 0; }
.story-africa-title { margin: 1.2rem 0 0; }
.story-africa-lead { max-width: 56ch; margin: 1.6rem 0 0; color: var(--charcoal); line-height: 1.8; font-size: 1.02rem; }
.africa-grid { list-style: none; margin: 3rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(20, 16, 12, 0.12); border: 1px solid rgba(20, 16, 12, 0.12); }
.africa-grid li { background: var(--ivory); padding: 1.8rem 1.5rem; }
.africa-grid h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.25rem; margin: 0 0 0.5rem; }
.africa-grid p { font-size: 0.88rem; line-height: 1.65; color: var(--earth); margin: 0; }

.bridal-shewore-inner { max-width: 60rem; }
.shewore-quote { margin: 2rem 0 0; }
.shewore-quote blockquote { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.6rem, 3.2vw, 2.6rem); line-height: 1.35; margin: 0; color: var(--ivory); }
.shewore-quote figcaption { margin-top: 1.6rem; display: flex; flex-direction: column; gap: 0.2rem; }
.shewore-quote .t-name { color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.75rem; }
.shewore-quote .t-context { color: rgba(247, 244, 240, 0.55); font-size: 0.85rem; }
.shewore-note { margin-top: 2.5rem; font-size: 0.82rem; color: rgba(247, 244, 240, 0.45); font-style: italic; }

.practical-grid { list-style: none; margin: 3rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(20, 16, 12, 0.12); border: 1px solid rgba(20, 16, 12, 0.12); }
.practical-grid li { background: var(--ivory); padding: 1.8rem 1.5rem; }
.practical-num { font-size: 0.68rem; letter-spacing: 0.28em; color: var(--gold); }
.practical-grid h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.25rem; margin: 0.6rem 0 0.5rem; }
.practical-grid p { font-size: 0.88rem; line-height: 1.65; color: var(--earth); margin: 0; }
.faq-block { margin-top: 3.5rem; max-width: 46rem; }
.faq-title { font-family: var(--font-display); font-weight: 400; font-size: 1.6rem; margin: 0 0 1.2rem; }
.faq-item { border-top: 1px solid rgba(20, 16, 12, 0.14); padding: 1.1rem 0; }
.faq-item:last-child { border-bottom: 1px solid rgba(20, 16, 12, 0.14); }
.faq-item summary { cursor: pointer; font-size: 0.95rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--font-display); font-size: 1.3rem; color: var(--gold); flex: 0 0 auto; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { margin: 0.8rem 0 0; font-size: 0.9rem; line-height: 1.7; color: var(--earth); }
.invest-cta { margin-top: 3rem; }

@media (max-width: 1023px) {
  .africa-grid, .practical-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .africa-grid, .practical-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   P6 CONTACT - what happens note
   ============================================================ */
.contact-what { margin: 1.6rem 0 0; max-width: 46ch; font-size: 0.9rem; line-height: 1.7; color: var(--earth); border-left: 2px solid var(--gold); padding-left: 1.1rem; }


/* ============================================================
   ROUND 2 - our-story hero, film modal, craft images, standard icons
   ============================================================ */
.page-hero .split-copy { color: rgba(247, 244, 240, 0.92); text-shadow: 0 1px 12px rgba(14, 14, 14, 0.35); }
.page-hero .page-hero-sub { color: rgba(247, 244, 240, 0.95); }

/* craft cards on kolo-lab get imagery */
.craft-item .craft-media { margin: -2rem -2rem 1.4rem; aspect-ratio: 16 / 10; overflow: hidden; }
.craft-item .craft-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.4s var(--ease-out); }
.craft-item:hover .craft-media img { transform: scale(1.04); }

/* What makes it Kolo: icons + horizontal scroll */
.standard-track { overflow: hidden; }
.standard-grid--scroll {
  display: flex;
  gap: 1.4rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.4) transparent;
}
.standard-grid--scroll .standard-item {
  flex: 0 0 clamp(240px, 26vw, 320px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.standard-hint { color: rgba(247, 244, 240, 0.45); margin-top: 0.8rem; }
.standard-icon { width: 52px; height: 52px; color: var(--gold); margin-bottom: 1.2rem; }
.standard-icon path, .standard-icon circle {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
.standard-item.shown .standard-icon path, .standard-item.shown .standard-icon circle {
  animation: standard-draw 1.6s var(--ease-out) forwards;
}
.standard-grid--scroll .standard-item:nth-child(2) .standard-icon path,
.standard-grid--scroll .standard-item:nth-child(2) .standard-icon circle { animation-delay: 0.15s; }
.standard-grid--scroll .standard-item:nth-child(3) .standard-icon path,
.standard-grid--scroll .standard-item:nth-child(3) .standard-icon circle { animation-delay: 0.3s; }
.standard-grid--scroll .standard-item:nth-child(4) .standard-icon path,
.standard-grid--scroll .standard-item:nth-child(4) .standard-icon circle { animation-delay: 0.45s; }
.standard-grid--scroll .standard-item:nth-child(5) .standard-icon path,
.standard-grid--scroll .standard-item:nth-child(5) .standard-icon circle { animation-delay: 0.6s; }
@keyframes standard-draw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  .standard-icon path, .standard-icon circle { animation: none; stroke-dashoffset: 0; }
}

/* film hero + modal on article pages */
.film-hero { position: relative; margin: 2.5rem auto 0; max-width: 62rem; border-radius: var(--radius, 4px); overflow: hidden; background: #000; }
.film-hero img { width: 100%; display: block; }
.film-play {
  position: absolute; inset: 0; width: 100%; border: 0; background: rgba(14, 14, 14, 0.18);
  color: var(--ivory); cursor: pointer; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1rem; font-family: inherit;
  letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.75rem;
  transition: background 0.4s;
}
.film-play:hover { background: rgba(14, 14, 14, 0.34); }
.film-play svg { width: 76px; height: 76px; }
.film-modal { position: fixed; inset: 0; z-index: 400; display: none; align-items: center; justify-content: center; padding: 2rem; }
.film-modal.is-open { display: flex; }
.film-modal-backdrop { position: absolute; inset: 0; background: rgba(14, 14, 14, 0.88); }
.film-modal-stage { position: relative; width: min(1100px, 100%); }
.film-modal-stage video { width: 100%; max-height: 82vh; display: block; background: #000; }
.film-modal-close { position: absolute; top: -2.6rem; right: 0; background: none; border: 0; color: var(--ivory); font-size: 1.8rem; cursor: pointer; line-height: 1; }

/* studio: smaller dropzone variant */
.adm-drop--sm { min-height: 110px; }


/* honeypot, off-screen and unfocusable */
.field--hp { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* ============================================================
   RUNWAY SECTION (homepage)
   ============================================================ */
.runway-section {
  background: var(--noir);
  color: var(--ivory);
  min-height: 90dvh;
  display: flex;
  align-items: center;
  padding: clamp(4rem, 8vh, 7rem) 0;
}
.runway-inner {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  padding: 0 clamp(1.2rem, 4vw, 3.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.runway-text {
  position: relative;
  z-index: 2;
}
.runway-text .eyebrow { margin-bottom: 1.4rem; }
.runway-text .display-2 {
  max-width: 16ch;
  margin-bottom: 1.6rem;
}
.runway-lead {
  color: rgba(247, 244, 240, 0.72);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.65;
  max-width: 38ch;
  margin: 0 0 2.4rem;
}
.runway-gallery {
  position: relative;
  overflow: hidden;
}
.runway-track {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.5rem 0 1.5rem;
  cursor: grab;
}
.runway-track::-webkit-scrollbar { display: none; }
.runway-track:active { cursor: grabbing; }
.runway-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: clamp(325px, 35vw, 450px);
  margin: 0;
  position: relative;
}
.runway-slide img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(247, 244, 240, 0.1);
}
.runway-slide--film .runway-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.runway-play::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(10, 8, 6, 0.55);
  border: 1px solid rgba(247, 244, 240, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.runway-play svg {
  position: absolute;
  color: #f7f4f0;
  margin-left: 3px;
}
.runway-slide--film:hover .runway-play::before {
  transform: scale(1.1);
  background: rgba(201, 162, 39, 0.38);
  border-color: rgba(201, 162, 39, 0.7);
}
.runway-slide figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  background: rgba(14, 14, 14, 0.55);
  backdrop-filter: blur(6px);
  padding: 0.35rem 0.7rem;
}
.runway-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(247, 244, 240, 0.1);
  border: 1px solid rgba(247, 244, 240, 0.2);
  color: var(--ivory);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  z-index: 2;
}
.runway-nav:hover {
  background: rgba(247, 244, 240, 0.2);
  border-color: var(--gold);
  color: var(--gold);
}
.runway-prev { left: 0.6rem; }
.runway-next { right: 0.6rem; }
@media (max-width: 1023px) {
  .runway-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .runway-text { text-align: center; }
  .runway-text .display-2 { max-width: none; }
  .runway-lead { max-width: 48ch; margin-inline: auto; }
  .runway-slide { width: clamp(275px, 60vw, 400px); }
}
@media (max-width: 640px) {
  .runway-nav { display: none; }
  .runway-slide { width: 85vw; }
}
.field--hp { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* ---- Journal category filter rail ---- */
.jrn-filter {
  position: sticky; top: 0; z-index: 30;
  background: rgba(247, 244, 240, 0.92);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(14, 14, 14, 0.08);
}
.jrn-filter-rail {
  display: flex; gap: 0.6rem 2rem; align-items: center;
  max-width: 76rem; margin: 0 auto; padding: 1rem 1.5rem;
  overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
}
.jrn-filter-rail::-webkit-scrollbar { display: none; }
.jrn-filter-btn {
  flex: 0 0 auto;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--earth); padding: 0.3rem 0; position: relative; transition: color 0.3s;
  background: none; border: 0; cursor: pointer; white-space: nowrap;
}
.jrn-filter-btn::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}
.jrn-filter-btn:hover { color: var(--noir); }
.jrn-filter-btn.is-active { color: var(--noir); }
.jrn-filter-btn.is-active::after { transform: scaleX(1); transform-origin: left; }
.jrn-filter-empty {
  color: var(--earth); font-size: 0.9rem; margin: 2.5rem 0 0;
}
@media (max-width: 640px) {
  .jrn-filter-rail { padding: 0.85rem 1.25rem; gap: 0.6rem 1.5rem; }
}




/* ---- Runway lightbox (universe-style float) ---- */
.runway-slide { cursor: pointer; }
.rw-lightbox { position: fixed; inset: 0; z-index: 9998; visibility: hidden; }
.rw-lightbox.is-active { visibility: visible; }
.rw-lb-backdrop { position: absolute; inset: 0; background: rgba(10, 8, 6, 0.88); opacity: 0; }
.rw-lb-stage {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  margin: 0; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s;
}
.rw-lightbox.is-open .rw-lb-stage { opacity: 1; visibility: visible; }
.rw-lb-stage img {
  max-width: 86vw; max-height: 84vh; object-fit: contain; display: block;
  border: 1px solid rgba(247, 244, 240, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.rw-lb-stage video {
  max-width: 86vw; max-height: 84vh; object-fit: contain; display: block;
  border: 1px solid rgba(247, 244, 240, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  background: #000;
}
.rw-lb-close, .rw-lb-prev, .rw-lb-next {
  position: absolute; z-index: 3; background: none; border: 0; cursor: pointer;
  color: var(--ivory, #f7f4f0); line-height: 1; padding: 0.6rem;
  opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s, color 0.3s;
}
.rw-lightbox.is-open .rw-lb-close,
.rw-lightbox.is-open .rw-lb-prev,
.rw-lightbox.is-open .rw-lb-next { opacity: 1; visibility: visible; }
.rw-lb-close { top: 1rem; right: 1.2rem; font-size: 2.4rem; }
.rw-lb-prev, .rw-lb-next { top: 50%; transform: translateY(-50%); font-size: 2rem; }
.rw-lb-prev { left: 1rem; }
.rw-lb-next { right: 1rem; }
.rw-lb-close:hover, .rw-lb-prev:hover, .rw-lb-next:hover { color: var(--gold, #c9a227); }
.rw-flyer { position: fixed; z-index: 9999; pointer-events: none; overflow: hidden; }
.rw-flyer img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 640px) {
  .rw-lb-stage img, .rw-lb-stage video { max-width: 92vw; max-height: 78vh; }
  .runway-play::before { width: 52px; height: 52px; }
  .runway-play svg { width: 18px; height: 18px; }
  .rw-lb-close { font-size: 2rem; top: 0.6rem; right: 0.8rem; }
  .rw-lb-prev, .rw-lb-next { font-size: 1.6rem; padding: 0.9rem; }
  .rw-lb-prev { left: 0.2rem; }
  .rw-lb-next { right: 0.2rem; }
}

/* ---- Mobile ergonomics: 44px minimum tap targets ---- */
.jrn-filter-btn { min-height: 44px; display: inline-flex; align-items: center; }
@media (min-width: 641px) {
  .jrn-filter-btn { min-height: 36px; }
}
.nav-toggle { min-width: 44px; min-height: 44px; justify-content: center; align-items: center; }

/* ---- Desktop: fullscreen-menu toggle is mobile-only ----
   The "all breakpoints" rule above shows .nav-toggle everywhere, but its bars are
   only styled <=1023px; on desktop it is an invisible 44px flex item that breaks
   the folded pill's centering. Hide it on wide screens. */
@media (min-width: 1024px) {
  .nav-toggle { display: none; }
}
