/* ============================================================
   Novo Marble LLC — v5 "premium editorial" (dark cinematic)
   Owner: "version trop cheap" → elevation inspired by
   flowcon.net / precisionstone.net / prodesignny.com.
   DNA KEPT: graphite #1b1914 / paper #f5f2ea / brass #b3925f,
   Cormorant Garamond + Inter, STRICT 4:3 grid, brass numerals,
   Ken Burns hero, reveal on scroll, fixed nav, prefers-reduced-motion.
   ============================================================ */

:root {
  --ink: #1b1914;
  --ink-2: #232019;
  --paper: #f5f2ea;
  --paper-dim: rgba(245, 242, 234, .62);
  --paper-faint: rgba(245, 242, 234, .32);
  --brass: #b3925f;
  --line: rgba(245, 242, 234, .1);
  --line-soft: rgba(245, 242, 234, .06);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--ink);
  color: var(--paper);
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  line-height: 1.6;
}
::selection { background: var(--brass); color: var(--ink); }
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 56px; }
img { display: block; max-width: 100%; }

/* ---------- reveal (JS; visible without JS) ---------- */
body.js .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1.1s ease, transform 1.1s cubic-bezier(.16, 1, .3, 1);
}
body.js .reveal.in { opacity: 1; transform: none; }

/* ---------- nav (fixed, dark graphite blur) ---------- */
header {
  position: relative; z-index: 50;
  padding: 40px 0 12px;
  border-bottom: 1px solid var(--line-soft);
}
nav {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  max-width: 1320px; margin: 0 auto;
}
nav .logo img {
  height: 30px; width: auto;
  filter: brightness(0) invert(.96); /* monochrome paper wordmark on dark */
  opacity: .95;
}
nav .links { display: flex; gap: 42px; justify-content: center; }
nav a {
  color: var(--paper-dim); text-decoration: none; font-size: 10px;
  letter-spacing: .3em; text-transform: uppercase; font-weight: 400;
  opacity: .85; transition: color .25s, opacity .25s; padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
nav a:hover { color: var(--paper); opacity: 1; }
nav a.active { color: var(--brass); opacity: 1; border-bottom-color: rgba(179, 146, 95, .65); }

/* ---------- hero (full-bleed photo, quiet type) ---------- */
.hero { position: relative; height: 140vh; min-height: 660px; overflow: hidden; }
.hero img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  object-position: 50% 86%;
  animation: ns_kenburns 30s ease-out both;
  filter: saturate(.92) contrast(1.04);
}
@keyframes ns_kenburns { from { transform: scale(1.03); } to { transform: scale(1.12); } }
.hero .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(27, 25, 20, .32) 0%, rgba(27, 25, 20, .08) 16%, rgba(27, 25, 20, 0) 34%, rgba(27, 25, 20, 0) 58%, rgba(27, 25, 20, .42) 80%, rgba(27, 25, 20, .68) 100%);
}
.hero .inner {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 0 56px 96px; color: var(--paper);
}
.hero .kicker {
  display: flex; align-items: center; gap: 16px;
  font-size: 10px; letter-spacing: .42em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 26px; font-weight: 400;
}
.hero .kicker::before { content: ""; width: 44px; height: 1px; background: var(--brass); }
.hero h1 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: clamp(56px, 7.4vw, 108px); line-height: 1.01;
  letter-spacing: -.018em; max-width: 18ch;
  text-shadow: 0 2px 32px rgba(27, 25, 20, .55);
}
.hero h1 em { font-style: italic; color: var(--brass); }
.hero p {
  margin-top: 30px; font-weight: 300; font-size: 15px; line-height: 1.85;
  max-width: 46ch; color: var(--paper-dim);
  text-shadow: 0 1px 18px rgba(27, 25, 20, .65);
}
.hero .cta {
  display: inline-block; margin-top: 42px; color: var(--paper); text-decoration: none;
  font-size: 10px; letter-spacing: .34em; text-transform: uppercase; font-weight: 400;
  border-bottom: 1px solid var(--brass); padding-bottom: 9px;
  transition: color .25s, border-color .25s;
}
.hero .cta:hover { color: var(--brass); }
.hero .side {
  position: absolute; right: 34px; top: 50%; transform: translateY(-50%);
  writing-mode: vertical-rl; font-size: 9px; letter-spacing: .5em;
  text-transform: uppercase; color: var(--paper-faint); font-weight: 400;
}
.hero .side::after { content: ""; display: block; width: 1px; height: 52px; background: var(--paper-faint); margin: 16px auto 0; }

/* ---------- sections ---------- */
section { padding: 190px 0; }
.label {
  display: flex; align-items: baseline; gap: 14px; font-size: 10px;
  letter-spacing: .44em; text-transform: uppercase; color: var(--paper-faint);
  margin-bottom: 30px; font-weight: 400;
}
.label .n {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 19px; letter-spacing: .02em; color: var(--brass);
}
h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: clamp(34px, 4.2vw, 62px); line-height: 1.06;
  max-width: 22ch; letter-spacing: -.012em;
}
h2 em { font-style: italic; color: var(--brass); }
.lead { margin-top: 26px; color: var(--paper-dim); font-weight: 300; font-size: 15px; line-height: 1.95; max-width: 58ch; }

.head-row { display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid rgba(179, 146, 95, .4); padding-bottom: 28px; }
.head-row .count { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 19px; letter-spacing: .04em; color: var(--paper-faint); }

/* ---------- work grid (STRICT 4:3) ---------- */
.grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 84px 48px; margin-top: 72px;
}
.card { text-decoration: none; color: var(--paper); display: block; }
.card .ph {
  overflow: hidden; aspect-ratio: 4/3; background: rgba(245, 242, 234, .04);
  border: 1px solid var(--line-soft);
}
.card img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(.92) contrast(1.05);
  transition: transform 1s cubic-bezier(.16, 1, .3, 1), filter 1s;
}
.card:hover img { transform: scale(1.045); filter: saturate(1.04) contrast(1.02); }
.card .row { display: flex; align-items: baseline; gap: 22px; margin-top: 26px; }
.card .idx { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 16px; color: var(--brass); min-width: 30px; }
.card .t { flex: 1; }
.card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 27px; line-height: 1.18; transition: color .3s; }
.card:hover h3 { color: var(--brass); }
.card .meta { margin-top: 6px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--paper-faint); }
.chip {
  display: inline-block; font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--brass); border: 1px solid rgba(179, 146, 95, .4); border-radius: 99px;
  padding: 4px 13px; margin-left: 12px; font-weight: 400;
}

/* ---------- home teasers (16:10) ---------- */
.teasers { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; margin-top: 72px; }
.teaser { position: relative; overflow: hidden; aspect-ratio: 16/10; display: block; text-decoration: none; }
.teaser img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); transition: transform 1.2s cubic-bezier(.16, 1, .3, 1); }
.teaser:hover img { transform: scale(1.05); }
.teaser .cap { position: absolute; left: 34px; bottom: 30px; color: var(--paper); z-index: 2; }
.teaser .cap .k { font-size: 9px; letter-spacing: .34em; text-transform: uppercase; color: var(--brass); margin-bottom: 10px; font-weight: 400; }
.teaser .cap h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 31px; letter-spacing: -.01em; }
.teaser .veil-t { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27, 25, 20, 0) 42%, rgba(27, 25, 20, .78) 100%); }

/* ---------- materials strip (giant words) ---------- */
.mats { margin-top: 76px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; }
.mat {
  display: flex; align-items: baseline; gap: 22px; padding: 26px 0;
  border-bottom: 1px solid var(--line-soft);
}
.mat .n { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; color: var(--brass); min-width: 34px; }
.mat .w {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: clamp(30px, 4.3vw, 62px); letter-spacing: .04em;
  text-transform: uppercase; line-height: 1; color: var(--paper);
  transition: color .35s;
}
.mat:hover .w { color: var(--brass); }

/* ---------- quote (paper band — the one light moment) ---------- */
.quote { padding: 210px 0; background: var(--paper); color: var(--ink); }
.quote blockquote {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400;
  font-size: clamp(30px, 4.2vw, 60px); line-height: 1.24; max-width: 24ch; margin: 0 auto;
  letter-spacing: -.01em; color: var(--ink);
}
.quote blockquote em { color: var(--brass); }
.quote .by { margin-top: 34px; font-size: 10px; letter-spacing: .4em; text-transform: uppercase; color: var(--ink); opacity: .5; }

/* ---------- in construction ---------- */
.under-list { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 72px; }
.u-card {
  border: 1px solid var(--line); background: rgba(245, 242, 234, .03);
  padding: 34px 36px; display: flex; flex-direction: column; gap: 18px; min-height: 400px;
}
.u-card .ph { aspect-ratio: 16/9; overflow: hidden; background: rgba(245, 242, 234, .05); }
.u-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); }
.u-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 29px; }
.u-card .meta {
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--paper-faint);
  display: flex; align-items: center; gap: 12px; font-weight: 400;
}
.pulse {
  width: 6px; height: 6px; border-radius: 50%; background: var(--brass);
  animation: ns_pulse 2.2s ease-out infinite; flex: none;
}
@keyframes ns_pulse {
  0% { box-shadow: 0 0 0 0 rgba(179, 146, 95, .55); }
  70% { box-shadow: 0 0 0 12px rgba(179, 146, 95, 0); }
  100% { box-shadow: 0 0 0 0 rgba(179, 146, 95, 0); }
}
.u-card .status {
  margin-top: auto; font-size: 9px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--brass); border-top: 1px solid var(--line); padding-top: 18px; font-weight: 400;
}

/* ---------- about ---------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 72px;
  border-top: 1px solid var(--line); padding-top: 56px;
}
.stat .n { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 4.5vw, 60px); font-weight: 400; letter-spacing: -.01em; }
.stat .t { font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--paper-faint); margin-top: 12px; }
.about-lists { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 84px; border-top: 1px solid var(--line); padding-top: 56px; }
.about-lists h4 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--brass); margin-bottom: 20px; font-weight: 400; }
.about-lists ul { list-style: none; }
.about-lists li { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--paper-dim); padding: 9px 0; border-bottom: 1px solid var(--line-soft); font-weight: 400; }
.about-lists .caps { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--paper-dim); line-height: 2.4; font-weight: 400; }
.about-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 96px; }
.about-ph { aspect-ratio: 4/3; overflow: hidden; background: rgba(245, 242, 234, .04); }
.about-ph img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); }

/* ---------- process (how we work — six steps) ---------- */
.process { margin-top: 110px; }
.process-head { border-bottom: 1px solid rgba(179, 146, 95, .4); padding-bottom: 28px; }
.process-head h2 { max-width: 24ch; }
.steps { margin-top: 8px; }
.step {
  display: grid; grid-template-columns: 88px 1fr; gap: 28px;
  padding: 34px 0; border-bottom: 1px solid var(--line-soft);
}
.step-n {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 20px; color: var(--brass); padding-top: 4px;
}
.step h3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: 27px; letter-spacing: -.01em; line-height: 1.15;
}
.step p {
  margin-top: 10px; font-size: 14px; font-weight: 300;
  line-height: 1.85; color: var(--paper-dim); max-width: 62ch;
}
.step.has-ph { grid-template-columns: 88px 1fr 300px; }
.step-ph {
  width: 300px; aspect-ratio: 4/3; overflow: hidden; margin: 0;
  background: rgba(245, 242, 234, .04); border: 1px solid var(--line);
  align-self: center;
}
.step-ph img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); }
.step-ph img:hover { transform: scale(1.02); }
.step-ph img { transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.step-phs {
  grid-column: 1 / -1; margin-top: 4px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.step-phs .step-ph { width: auto; align-self: start; }
.specs {
  margin-top: 48px; display: flex; align-items: baseline; gap: 22px; flex-wrap: wrap;
}
.specs::before {
  content: "Specialised in";
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--paper-faint); font-weight: 400; margin-right: 4px;
}
.spec {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400;
  font-size: 18px; color: var(--paper-dim); letter-spacing: .02em;
  border: 1px solid var(--line); border-radius: 99px; padding: 9px 20px;
  transition: color .3s, border-color .3s;
}
.spec:hover { color: var(--brass); border-color: rgba(179, 146, 95, .5); }

/* ---------- contact ---------- */
.contact { background: rgba(245, 242, 234, .035); padding: 150px 0; }
.contact .row { display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.contact h2 { color: var(--paper); font-size: clamp(30px, 3.4vw, 50px); }
.contact .contact-p { max-width: 40ch; margin-top: 26px; font-weight: 300; font-size: 14px; line-height: 1.9; color: var(--paper-dim); }
.contact a.mail {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400;
  font-size: clamp(24px, 2.8vw, 40px); color: var(--brass); text-decoration: none;
  border-bottom: 1px solid rgba(179, 146, 95, .6); transition: color .25s;
  word-break: break-all; display: inline-block;
}
.contact a.mail:hover { color: var(--paper); }
.contact .small { font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--paper-faint); margin-top: 18px; }
.contact a.small-mail { display: inline-block; margin-top: 12px; font-family: 'Inter', sans-serif; font-style: normal; font-size: 12px; letter-spacing: .14em; color: var(--paper-dim); border-bottom: 1px solid rgba(245, 242, 234, .2); }
.contact-loc { list-style: none; margin-top: 84px; padding-top: 48px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 30px 56px; }
.contact-loc .loc { display: flex; flex-direction: column; gap: 8px; }
.contact-loc .lk { font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: var(--brass); font-weight: 400; }
.contact-loc .la { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: var(--paper-dim); }

/* ---------- footer (wordmark + quiet row) ---------- */
footer { padding: 76px 0 48px; border-top: 1px solid var(--line-soft); }
footer .wordmark {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400;
  font-size: clamp(34px, 4vw, 54px); letter-spacing: .04em; color: var(--brass);
}
footer .row {
  margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line-soft);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
  font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--paper-faint);
}
.footer-right { display: inline-flex; align-items: center; gap: 20px; }
footer a.footer-social { color: var(--paper-dim); text-decoration: none; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s; }
footer a.footer-social:hover { color: var(--brass); border-bottom-color: rgba(179, 146, 95, .6); }

/* ---------- lightbox carousel (work cards) ---------- */
.ns_card { cursor: pointer; }
.ns_card .ph { position: relative; }
.ns_card .ph::after {
  content: "VIEW"; position: absolute; right: 18px; bottom: 16px;
  font-size: 9px; letter-spacing: .3em; color: var(--paper);
  background: rgba(27, 25, 20, .62); padding: 7px 13px;
  border: 1px solid var(--line); opacity: 0; transition: opacity .35s;
}
.ns_card:hover .ph::after, .ns_card:focus .ph::after { opacity: 1; }

.ns_lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(27, 25, 20, .97);
  display: none; flex-direction: column; align-items: center; justify-content: center;
  gap: 24px; padding: 48px 88px;
}
.ns_lightbox.open { display: flex; }
.ns_lightbox .ns_lb-img {
  max-width: min(86vw, 1240px); max-height: 80vh; object-fit: contain;
  border: 1px solid var(--line-soft);
}
.ns_lightbox .ns_lb-meta { display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; }
.ns_lightbox .ns_lb-name {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400;
  font-size: 26px; color: var(--brass); letter-spacing: .01em;
}
.ns_lightbox .ns_lb-counter { font-size: 13px; letter-spacing: .3em; color: var(--paper-dim); font-weight: 400; }
.ns_lightbox .ns_lb-caption { font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: var(--paper-faint); font-weight: 400; }

.ns_lb-close {
  position: absolute; top: 24px; right: 34px; background: none; border: none;
  color: var(--paper-dim); font-size: 36px; line-height: 1; cursor: pointer;
  font-weight: 300; padding: 8px; transition: color .25s;
}
.ns_lb-close:hover { color: var(--brass); }
.ns_lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer; padding: 22px;
  color: var(--paper-dim); font-family: 'Cormorant Garamond', serif;
  font-size: 52px; font-weight: 300; line-height: 1; transition: color .25s;
}
.ns_lb-nav:hover { color: var(--brass); }
.ns_lb-prev { left: 14px; }
.ns_lb-next { right: 14px; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .wrap { padding: 0 28px; }
  nav { padding: 16px 28px; }
  nav .links { gap: 22px; }
  .hero .inner { padding: 0 28px 72px; }
  .hero .side { display: none; }
  .grid { grid-template-columns: 1fr; gap: 56px; }
  .teasers, .under-list, .about { grid-template-columns: 1fr; }
  .mats { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .about-lists { grid-template-columns: 1fr; }
  .about-gallery { grid-template-columns: 1fr 1fr; }
  .step { grid-template-columns: 1fr; gap: 6px; }
  .step.has-ph { grid-template-columns: 1fr; }
  .step-phs { grid-template-columns: 1fr; }
  .step-ph { width: 100%; margin-top: 18px; }
  .specs { gap: 12px; }
  .quote { padding: 140px 28px; }
  .contact-loc { grid-template-columns: 1fr; gap: 22px; }
  section { padding: 130px 0; }
  .ns_lightbox { padding: 28px 16px; gap: 18px; }
  .ns_lightbox .ns_lb-img { max-height: 72vh; }
  .ns_lb-nav { font-size: 34px; padding: 10px; }
  .ns_lb-prev { left: 2px; }
  .ns_lb-next { right: 2px; }
  .ns_lb-close { top: 14px; right: 16px; font-size: 28px; }
}

/* ============================================================
   FLOWER MODE (approved Aug 25) — fullscreen home, centered nav,
   3-per-row grids, captions under images, letter intro.
   ============================================================ */
.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0;
  white-space: nowrap;
}

/* soft page transitions (flower/barba copy): 600ms + cubic-bezier(.36,.04,.56,.73) */
body { transition: opacity 600ms cubic-bezier(.36, .04, .56, .73); }
body.ns_leaving { opacity: 0; }
body.ns_appear { animation: ns_pageIn 600ms cubic-bezier(.36, .04, .56, .73) both; }
@keyframes ns_pageIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* projects cascade in one-by-one (GSAP-like stagger, delay set by JS) */
body.js .card, body.js .u-card { transition-delay: 0ms; }
body.js .card.in, body.js .u-card.in { transition-duration: .9s; transition-timing-function: cubic-bezier(.36, .04, .56, .73); }

/* home: single fullscreen frame, no scroll */
body.home { overflow: hidden; }
body.home header {
  position: fixed; top: 0; left: 0; right: 0;
  padding: 26px 0 8px; border-bottom: none; background: transparent;
}
body.home nav .logo img { height: 26px; }
body.home nav a { color: rgba(245, 242, 234, .92); text-shadow: 0 1px 14px rgba(27, 25, 20, .55); }
body.home nav a:hover { color: #fff; opacity: 1; }
body.home nav a.active { color: #fff; border-bottom-color: rgba(245, 242, 234, .7); }
body.home main { margin: 0; }
.home-hero { height: 100vh !important; min-height: 560px; }
.home-hero img { object-position: 50% 60%; }
.home-hero .veil {
  background: linear-gradient(180deg, rgba(27, 25, 20, .55) 0%, rgba(27, 25, 20, .2) 15%, rgba(27, 25, 20, 0) 32%, rgba(27, 25, 20, 0) 58%, rgba(27, 25, 20, .38) 80%, rgba(27, 25, 20, .72) 100%);
}
.home-hero .chev {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  width: 30px; height: 15px; color: #f5f2ea;
  opacity: .95; filter: drop-shadow(0 2px 6px rgba(27, 25, 20, .75));
  animation: ns_chev 2.6s ease-in-out infinite;
}
.home-hero .chev svg { width: 100%; height: 100%; display: block; }
@keyframes ns_chev {
  0%, 100% { transform: translate(-50%, 0); opacity: .55; }
  50% { transform: translate(-50%, 8px); opacity: 1; }
}

/* letter intro (flowcon-style): overlay + staggered letters, then photo reveal */
.ns_intro {
  position: fixed; inset: 0; z-index: 300;
  background: #141210;
  display: none; align-items: center; justify-content: center;
}
body.home .ns_intro { display: flex; }
.ns_intro.done { opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility 0s 1s; }
.ns_intro-line {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: clamp(26px, 4.4vw, 60px); letter-spacing: .34em;
  text-transform: uppercase; color: var(--paper);
  display: flex; padding: 0 24px;
}
.ns_intro-line .ch {
  opacity: 0; display: inline-block; transform: translateY(.55em);
  animation: ns_chIn .65s cubic-bezier(.16, 1, .3, 1) forwards;
}
@keyframes ns_chIn { to { opacity: 1; transform: none; } }
body.home .hero img {
  opacity: 0; transition: opacity 1.6s ease;
}
body.home.ns_ready .hero img { opacity: 1; }
body.home header { opacity: 0; transition: opacity 1.2s ease .3s; }
body.home.ns_ready header { opacity: 1; }

/* work grid: 3 per row, caption under image (flower-style) */
.grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 88px 28px; margin-top: 72px;
}
.card .row { display: block; margin-top: 18px; }
.card h3 {
  font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 400;
  letter-spacing: .24em; text-transform: uppercase; color: var(--paper-dim);
  line-height: 1.7; transition: color .3s;
}
.card:hover h3 { color: var(--brass); }
.card .meta, .card .idx, .card .chip { display: none; }

/* in construction: same grid language */
.under-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 88px 28px; margin-top: 72px;
}
.u-card {
  border: none; background: none; padding: 0; min-height: 0;
  display: block;
}
.u-card .ph { aspect-ratio: 4/3; border: 1px solid var(--line-soft); }
.u-card .row {
  margin-top: 18px; display: flex !important; align-items: center; gap: 10px;
}
.u-card h3 {
  font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 400;
  letter-spacing: .24em; text-transform: uppercase; color: var(--paper-dim);
}
.u-card .meta, .u-card .status { display: none; }

/* footer: centered (flower-style) */
footer { text-align: center; }
footer .wordmark { font-size: clamp(28px, 3.4vw, 44px); }
footer .row { justify-content: center; gap: 18px; }
footer .footer-right { display: inline-flex; align-items: center; gap: 20px; }

/* subpages: static centered header */
body.page main { max-width: 1320px; margin: 0 auto; }

@media (max-width: 980px) {
  .grid { grid-template-columns: repeat(2, 1fr); gap: 56px 18px; }
  .under-list { grid-template-columns: repeat(2, 1fr); gap: 56px 18px; }
  body.home nav .links { gap: 22px; }
}
@media (max-width: 640px) {
  .grid, .under-list { grid-template-columns: 1fr; }
  nav .links { gap: 18px; flex-wrap: wrap; justify-content: center; padding: 0 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .ns_intro { display: none !important; }
  body.home .hero img, body.home header { opacity: 1; transition: none; }
  .ns_intro-line .ch { animation: none; opacity: 1; transform: none; }
  body { transition: none; }
  body.ns_appear { animation: none; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero img { animation: none; }
  body.js .reveal { transition: none; opacity: 1; transform: none; }
  .card img, .teaser img { transition: none; }
  .pulse { animation: none; }
}
