/* Lumen Atelier — premium editorial lighting brand */
:root {
  --bg: #f3eee6;
  --bg-elev: #fffcf7;
  --ink: #14110f;
  --ink-2: #3a322c;
  --mute: #7a7068;
  --line: rgba(20, 17, 15, 0.1);
  --gold: #9a7340;
  --gold-2: #c4a46a;
  --night: #171411;
  --serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
  --max: 1280px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 40px 80px rgba(20, 17, 15, 0.12);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.site-visual {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

/* Minimal demo strip */
.cms-bar {
  display: flex; justify-content: space-between; align-items: center; gap: .75rem;
  padding: .4rem clamp(1rem, 3vw, 2rem);
  background: var(--night);
  color: rgba(255,255,255,.45);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cms-bar strong { color: var(--gold-2); font-weight: 500; }
.cms-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.cms-links a { color: rgba(255,255,255,.4); }
.cms-links a:hover { color: #fff; }

/* Nav */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 1.5rem;
  padding: 1.1rem clamp(1.25rem, 4vw, 2.5rem);
  background: rgba(243, 238, 230, 0.88);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.site-nav.is-scrolled { border-bottom-color: var(--line); }
.logo {
  display: inline-flex; align-items: center; gap: .65rem;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-right: auto;
}
.logo-mark {
  width: 11px; height: 11px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff4d6, var(--gold) 50%, #5c3d14);
  box-shadow: 0 0 0 4px rgba(154, 115, 64, 0.15);
}
.site-nav nav {
  display: flex; gap: 1.75rem;
}
.site-nav nav a {
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--mute);
  position: relative;
  padding: .25rem 0;
}
.site-nav nav a:hover,
.site-nav nav a.is-active { color: var(--ink); }
.site-nav nav a.is-active::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--gold);
}
.nav-cta {
  padding: .7rem 1.2rem;
  background: var(--ink);
  color: var(--bg) !important;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.nav-cta:hover { background: var(--gold); transform: translateY(-1px); }

/* Page container */
main.page {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem) 0;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .95rem 1.6rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--ink);
  color: var(--bg) !important;
  box-shadow: 0 16px 40px rgba(20, 17, 15, 0.18);
}
.btn-primary:hover { background: var(--gold); color: #fff !important; }
.btn-ghost {
  border-color: var(--line);
  background: rgba(255,255,255,.35);
  color: var(--ink) !important;
}
.btn-ghost:hover { border-color: var(--gold); background: #fff; }
.btn-lg { padding: 1.05rem 1.85rem; }

/* ========== HERO — full-bleed cinematic ========== */
.b-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  min-height: min(88vh, 820px);
  background: var(--night);
  color: #fff;
  overflow: hidden;
}
.hero-stage {
  position: absolute;
  inset: 0;
  margin: 0;
}
.hero-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  transform: scale(1.02);
}
.hero-stage::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(15,12,10,.88) 0%, rgba(15,12,10,.45) 48%, rgba(15,12,10,.2) 100%),
    linear-gradient(to top, rgba(15,12,10,.7), transparent 45%);
}
.stage-cap {
  position: absolute;
  bottom: 1.5rem; right: clamp(1.25rem, 4vw, 2.5rem);
  z-index: 2;
  margin: 0;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(5rem, 12vh, 8rem) clamp(1.25rem, 5vw, 4rem) clamp(3rem, 8vh, 5rem);
  max-width: 760px;
}
.eyebrow {
  margin: 0 0 1.25rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-2);
}
.b-hero h1 {
  margin: 0 0 1.25rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  max-width: 10ch;
  color: #fff;
}
.lead {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
  max-width: 38ch;
}
.actions {
  display: flex; flex-wrap: wrap; gap: .75rem;
  margin-top: 2rem;
}
.b-hero .btn-primary {
  background: #fff;
  color: var(--ink) !important;
}
.b-hero .btn-primary:hover { background: var(--gold-2); color: var(--ink) !important; }
.b-hero .btn-ghost {
  border-color: rgba(255,255,255,.3);
  color: #fff !important;
  background: transparent;
}
.b-hero .btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* Inner sections use page padding */
.b-stats, .b-services, .b-gallery, .b-process, .b-quote, .b-split,
.b-faq, .b-text, .b-cta, .b-contact, .b-logos {
  width: min(var(--max), 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* Logos */
.b-logos {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--line);
}
.logos-label {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
}
.logos-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1rem 2.5rem;
}
.logos-row span {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--ink-2);
  opacity: .55;
}

/* Stats */
.b-stats { padding: 3rem 0; }
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.stat {
  background: var(--bg-elev);
  padding: 2rem 1.5rem;
  text-align: left;
}
.stat strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.stat span {
  display: block;
  margin-top: .55rem;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 500;
}

/* Section intro */
.sec-intro {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2.25rem;
}
.sec-num {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--gold);
  padding-top: .35rem;
}
.sec-intro h2 {
  margin: 0 0 .5rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.sec-intro p {
  margin: 0;
  color: var(--mute);
  font-weight: 300;
  max-width: 42ch;
  font-size: 1.05rem;
}

/* Services */
.b-services { padding: 4rem 0 3rem; }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.svc-card {
  padding: 2rem 1.6rem 2.25rem;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.svc-i {
  display: block;
  font-size: .7rem;
  letter-spacing: .16em;
  color: var(--gold);
  margin-bottom: 2rem;
  font-weight: 600;
}
.svc-card h3 {
  margin: 0 0 .65rem;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
}
.svc-card p {
  margin: 0;
  color: var(--mute);
  font-weight: 300;
  line-height: 1.65;
}

/* Gallery — masonry-ish */
.b-gallery { padding: 3rem 0 4rem; }
.gal-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.gal-card {
  position: relative;
  grid-column: span 6;
  min-height: 320px;
  overflow: hidden;
  background: var(--night);
  isolation: isolate;
}
.gal-card:nth-child(1) { grid-column: span 7; min-height: 440px; }
.gal-card:nth-child(2) { grid-column: span 5; min-height: 440px; }
.gal-card:nth-child(3) { grid-column: span 5; min-height: 300px; }
.gal-card:nth-child(4) { grid-column: span 7; min-height: 300px; }
.gal-card:nth-child(n+5) { grid-column: span 4; min-height: 260px; }
.gal-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.gal-card:hover .gal-photo { transform: scale(1.06); }
.gal-meta {
  position: absolute; left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 2.5rem 1.5rem 1.35rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
}
.gal-meta span {
  font-size: .68rem;
  letter-spacing: .16em;
  opacity: .6;
  font-weight: 600;
}
.gal-meta h3 {
  margin: .3rem 0 .2rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.75rem;
}
.gal-meta p { margin: 0; font-size: .9rem; opacity: .7; font-weight: 300; }

/* Process */
.b-process { padding: 3rem 0 4rem; }
.process-track {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: step;
}
.process-track li {
  padding: 0 1.5rem 0 0;
  position: relative;
}
.process-track li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.1rem; right: 1rem; left: 3.5rem;
  height: 1px;
  background: var(--line);
}
.p-num {
  display: flex; align-items: center; justify-content: center;
  width: 2.2rem; height: 2.2rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: .95rem;
  color: var(--gold);
  margin-bottom: 1.25rem;
  background: var(--bg);
  position: relative;
  z-index: 1;
}
.process-track h3 {
  margin: 0 0 .5rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}
.process-track p {
  margin: 0;
  color: var(--mute);
  font-weight: 300;
  font-size: .95rem;
  line-height: 1.6;
  max-width: 22ch;
}

/* Quote */
.b-quote { padding: 2rem 0 4rem; }
.b-quote blockquote {
  margin: 0;
  padding: clamp(2.5rem, 6vw, 4rem);
  background: var(--night);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.b-quote blockquote::before {
  content: "“";
  position: absolute;
  top: -0.15em; left: .15em;
  font-family: var(--serif);
  font-size: 12rem;
  line-height: 1;
  color: rgba(196, 164, 106, 0.15);
  pointer-events: none;
}
.b-quote p {
  position: relative;
  margin: 0 0 2rem;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 400;
  line-height: 1.3;
  max-width: 22ch;
  color: #fff;
}
.b-quote footer {
  position: relative;
  display: flex; flex-wrap: wrap; gap: .4rem 1rem;
  align-items: baseline;
}
.b-quote cite {
  font-style: normal;
  font-weight: 600;
  color: var(--gold-2);
}
.b-quote footer span { color: rgba(255,255,255,.45); font-size: .9rem; }

/* Split */
.b-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: 3rem 0 4rem;
}
.b-split.flip .split-copy { order: 2; }
.b-split.flip .split-media { order: 1; }
.split-copy h2 {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
  max-width: 12ch;
}
.split-copy p {
  margin: 0 0 1.5rem;
  color: var(--mute);
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 38ch;
}
.split-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 5/4;
  background: var(--night);
  box-shadow: var(--shadow);
}
.split-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.b-split:hover .split-media img { transform: scale(1.04); }

/* FAQ */
.b-faq { padding: 2rem 0 4rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.35rem 0;
  font-family: var(--serif);
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--gold);
  font-family: var(--sans);
  font-size: 1.2rem;
  font-weight: 300;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  margin: 0 0 1.4rem;
  color: var(--mute);
  font-weight: 300;
  max-width: 56ch;
  line-height: 1.7;
}

/* Text */
.b-text { padding: 2rem 0 3rem; }
.text-panel {
  max-width: 640px;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}
.text-panel h2 {
  margin: 0 0 .85rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 2.2rem;
}
.text-panel p {
  margin: 0;
  color: var(--mute);
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.75;
}

/* CTA */
.b-cta {
  padding: 1rem 0 5rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: clamp(1.25rem, 4vw, 2.5rem);
  padding-right: clamp(1.25rem, 4vw, 2.5rem);
}
.cta-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: clamp(2.25rem, 5vw, 3.5rem);
  background: var(--night);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-inner::before {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  right: -100px; top: -160px;
  background: radial-gradient(circle, rgba(196,164,106,.28), transparent 65%);
  pointer-events: none;
}
.cta-copy { position: relative; max-width: 480px; }
.cta-inner h2 {
  margin: 0 0 .6rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  color: #fff;
  letter-spacing: -0.02em;
}
.cta-inner p {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-weight: 300;
  line-height: 1.65;
}
.cta-inner .btn-primary {
  position: relative;
  background: var(--gold-2);
  color: var(--ink) !important;
}

/* Contact */
.b-contact { padding: 3rem 0 5rem; }
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.contact-copy h2 {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  letter-spacing: -0.03em;
}
.contact-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.contact-line {
  display: block;
  padding: 1.4rem 1.6rem;
  border-bottom: 1px solid var(--line);
}
.contact-line span {
  display: block;
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: .35rem;
  font-weight: 600;
}
.contact-line strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}
.contact-card .note {
  margin: 0;
  padding: 1.1rem 1.6rem 1.3rem;
  font-size: .85rem;
  color: var(--mute);
  background: rgba(0,0,0,.03);
}

/* Footer */
.site-foot, .foot-rich {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  background: var(--bg-elev);
}
.foot-grid {
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
}
.foot-brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  margin: .5rem 0 .65rem;
}
.foot-brand p, .foot-meta {
  margin: 0;
  color: var(--mute);
  font-weight: 300;
  font-size: .95rem;
  line-height: 1.6;
}
.foot-meta { margin-top: 1rem; }
.foot-grid h4 {
  margin: 0 0 1rem;
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
}
.foot-grid a {
  display: block;
  color: var(--ink-2);
  font-size: .95rem;
  font-weight: 500;
  margin: .4rem 0;
  transition: color .2s;
}
.foot-grid a:hover { color: var(--gold); }
.foot-base {
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 1.25rem 0 1.75rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .5rem;
  font-size: .75rem;
  color: var(--mute);
  letter-spacing: .04em;
}

@media (max-width: 960px) {
  .site-nav nav { display: none; }
  .svc-grid { grid-template-columns: 1fr; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .process-track li:not(:last-child)::after { display: none; }
  .b-split, .contact-split { grid-template-columns: 1fr; }
  .b-split.flip .split-copy { order: 0; }
  .gal-card, .gal-card:nth-child(n) { grid-column: span 12 !important; min-height: 260px !important; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .process-track { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .b-hero h1 { font-size: clamp(2.6rem, 12vw, 3.4rem); }
}
/* ===== v50 MAX POLISH ===== */
::selection { background: rgba(154,115,64,.28); color: #14110f; }
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 3px; background: transparent; pointer-events: none;
}
.scroll-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, #9a7340, #e8d5a8, #9a7340);
  box-shadow: 0 0 12px rgba(196,164,106,.6);
  transition: width .05s linear;
}
.fx-grain {
  pointer-events: none; position: fixed; inset: 0; z-index: 90; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.5);
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span {
  display: block; width: 16px; height: 1.5px; background: var(--ink);
  transition: transform .25s, opacity .25s;
}
.nav-cta-mobile { display: none !important; }
.b-hero .hero-stage img {
  animation: ken 22s ease-in-out infinite alternate;
}
@keyframes ken {
  from { transform: scale(1.02); }
  to { transform: scale(1.1); }
}
.b-hero h1 {
  animation: rise .9s var(--ease) both;
}
.b-hero .eyebrow, .b-hero .lead, .b-hero .actions {
  animation: rise .9s var(--ease) both;
}
.b-hero .eyebrow { animation-delay: .05s; }
.b-hero .lead { animation-delay: .15s; }
.b-hero .actions { animation-delay: .25s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}
.svc-card:nth-child(2).reveal, .process-track li:nth-child(2).reveal { transition-delay: .08s; }
.svc-card:nth-child(3).reveal, .process-track li:nth-child(3).reveal { transition-delay: .16s; }
.process-track li:nth-child(4).reveal { transition-delay: .24s; }
.gal-card.reveal { transition-delay: calc(var(--i, 0) * .06s); }
.mobile-fab {
  display: none;
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 60;
  text-align: center;
  padding: 1rem 1.25rem;
  background: var(--ink);
  color: var(--bg) !important;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
.b-hero::before {
  content: "";
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 70% 40%, rgba(196,164,106,.15), transparent 60%);
}
.svc-card, .gal-card, .split-media, .contact-card, .cta-inner {
  will-change: transform;
}
@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-cta-desk { display: none; }
  .site-nav nav {
    display: none;
    position: fixed;
    inset: 0;
    top: 0;
    z-index: 80;
    background: rgba(243,238,230,.97);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 5rem 2rem 2rem;
    gap: 0;
  }
  .site-nav nav.is-open { display: flex; }
  .site-nav nav a {
    font-family: var(--serif);
    font-size: 2.4rem;
    text-transform: none;
    letter-spacing: -0.02em;
    color: var(--ink);
    padding: .55rem 0;
    border: 0 !important;
  }
  .nav-cta-mobile {
    display: inline-flex !important;
    margin-top: 1.5rem;
  }
  body.nav-open { overflow: hidden; }
  .mobile-fab { display: block; }
  main.page { padding-bottom: 5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}
/* ===== v60 WAHOO ===== */
body.has-cursor, body.has-cursor * { cursor: none !important; }
.cur-dot, .cur-ring {
  position: fixed; top: 0; left: 0; z-index: 200;
  pointer-events: none; border-radius: 50%;
  transform: translate(-100px,-100px);
}
.cur-dot {
  width: 6px; height: 6px; margin: -3px 0 0 -3px;
  background: #c4a46a;
  box-shadow: 0 0 12px rgba(196,164,106,.8);
}
.cur-ring {
  width: 36px; height: 36px; margin: -18px 0 0 -18px;
  border: 1px solid rgba(196,164,106,.55);
  transition: width .2s, height .2s, margin .2s, background .2s, border-color .2s;
}
body.cur-hot .cur-ring {
  width: 56px; height: 56px; margin: -28px 0 0 -28px;
  background: rgba(196,164,106,.12);
  border-color: rgba(196,164,106,.9);
}
.b-hero {
  --lx: 70%;
  --ly: 40%;
}
.b-hero::after {
  content: "";
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(500px 400px at var(--lx) var(--ly), rgba(232,213,168,.22), transparent 55%);
  mix-blend-mode: soft-light;
  transition: background .1s linear;
}
.b-hero .hero-copy { z-index: 3; }
.b-hero .hero-stage { z-index: 0; }
.b-hero .stage-cap { z-index: 3; }

.runway {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 4rem 0 5rem;
  background: #171411;
  color: #f3eee6;
  overflow: hidden;
}
.runway-head {
  width: min(1280px, calc(100% - 2.5rem));
  margin: 0 auto 1.75rem;
}
.runway-head .eyebrow { color: #c4a46a; }
.runway-head h2 {
  margin: 0 0 .4rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
}
.runway-head p { margin: 0; color: rgba(243,238,230,.55); font-weight: 300; }
.runway-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem) 1rem;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: #9a7340 transparent;
}
.runway-track.is-drag { cursor: grabbing; scroll-snap-type: none; }
.runway-card {
  flex: 0 0 min(72vw, 340px);
  scroll-snap-align: start;
  position: relative;
  height: min(58vh, 460px);
  overflow: hidden;
  background: #0d0b0a;
}
.runway-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
  opacity: .9;
}
.runway-card:hover img { transform: scale(1.08); opacity: 1; }
.runway-card div {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2rem 1.2rem 1.2rem;
  background: linear-gradient(transparent, rgba(0,0,0,.8));
}
.runway-card span {
  font-size: .68rem;
  letter-spacing: .16em;
  color: #c4a46a;
  font-weight: 600;
}
.runway-card h3 {
  margin: .25rem 0 .15rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  color: #fff;
}
.runway-card p { margin: 0; color: rgba(255,255,255,.6); font-size: .88rem; font-weight: 300; }
.btn-primary { transition: transform .15s ease-out, background .25s, box-shadow .25s !important; }
/* ===== v70 WTF ===== */
body.is-booting { overflow: hidden; }
.wtf-boot {
  position: fixed; inset: 0; z-index: 300;
  display: grid; place-items: center;
  background: #14110f;
  color: #f3eee6;
  transition: opacity .7s ease, visibility .7s;
}
.wtf-boot.is-out { opacity: 0; visibility: hidden; pointer-events: none; }
.wtf-boot-inner { text-align: center; }
.wtf-boot-mark {
  display: block; width: 14px; height: 14px; margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff4d6, #c4a46a 50%, #5c3d14);
  box-shadow: 0 0 40px rgba(196,164,106,.55);
  animation: pulseMark 1.1s ease-in-out infinite;
}
@keyframes pulseMark {
  0%, 100% { transform: scale(1); box-shadow: 0 0 30px rgba(196,164,106,.4); }
  50% { transform: scale(1.25); box-shadow: 0 0 60px rgba(196,164,106,.7); }
}
.wtf-boot-word {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 400;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
}
.wtf-boot-bar {
  display: block; width: min(220px, 50vw); height: 1px;
  margin: 0 auto; background: rgba(255,255,255,.12); overflow: hidden;
}
.wtf-boot-bar b {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, #9a7340, #e8d5a8);
}
.hero-canvas {
  position: absolute; inset: 0; z-index: 2;
  pointer-events: none; width: 100%; height: 100%;
}
.b-hero .hero-copy { z-index: 4; }
.b-hero .stage-cap { z-index: 4; }
.sec-intro h2 .ch,
.runway-head h2 .ch,
.cta-copy h2 .ch {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.55em);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
}
.sec-intro h2.chars-in .ch,
.runway-head h2.chars-in .ch,
.cta-copy h2.chars-in .ch {
  opacity: 1;
  transform: none;
}
.clip-prep {
  clip-path: inset(8% 8% 8% 8%);
  transition: clip-path 1.1s var(--ease);
}
.clip-prep.clip-in { clip-path: inset(0 0 0 0); }
.lightbox {
  position: fixed; inset: 0; z-index: 250;
  background: rgba(10,8,6,.92);
  display: grid; place-items: center;
  padding: 2rem;
  backdrop-filter: blur(10px);
}
.lightbox[hidden] { display: none !important; }
.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 80vh;
  object-fit: contain;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
  animation: lbIn .45s var(--ease);
}
@keyframes lbIn {
  from { opacity: 0; transform: scale(.96); }
  to { opacity: 1; transform: none; }
}
.lb-x {
  position: absolute; top: 1.25rem; right: 1.25rem;
  width: 48px; height: 48px; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.1); color: #fff; font-size: 1.5rem;
  cursor: pointer;
}
.lb-cap {
  position: absolute; bottom: 1.5rem; left: 0; right: 0;
  text-align: center; color: rgba(255,255,255,.7);
  font-family: var(--serif); font-size: 1.2rem; margin: 0;
}
body.lb-open { overflow: hidden; }
body.is-ready .b-hero h1 { animation: none; }
