:root {
  --bg: #0d0f10;
  --surface: #15181a;
  --surface-2: #1b1f21;
  --text: #f2f1ed;
  --text-soft: #d3d5d2;
  --muted: #a8adaa;
  --line: rgba(242, 241, 237, .14);
  --line-strong: rgba(242, 241, 237, .24);
  --accent: #a8c3a0;
  --accent-soft: #cbd9c7;
  --accent-ink: #101310;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--accent); color: var(--accent-ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(13, 15, 16, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  font-weight: 800;
  letter-spacing: -.06em;
}
.brand span { font-size: 27px; line-height: 1; }
.brand small { font-size: 9px; letter-spacing: .18em; margin-bottom: 2px; color: var(--muted); }

.nav { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.nav a { color: var(--text-soft); transition: color .2s ease, opacity .2s ease; }
.nav a:hover { color: var(--text); }
.nav .nav-cta { color: var(--text); border-bottom: 1px solid var(--accent); padding-bottom: 4px; }
.menu-button { display: none; border: 0; background: transparent; }

.section { max-width: var(--max); margin: 0 auto; padding: 112px 24px; }
.eyebrow {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .2em;
  font-weight: 700;
  margin-bottom: 34px;
  color: var(--muted);
}
.eyebrow.light { color: var(--muted); }

.hero { padding-top: 80px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 80px;
  align-items: end;
}
.hero h1,
.statement h2,
.section-heading h2,
.process-intro h2,
.studio h2,
.contact h2 {
  margin: 0;
  font-size: clamp(48px, 7.8vw, 112px);
  line-height: .94;
  letter-spacing: -.07em;
  font-weight: 500;
}
.hero h1 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  color: var(--accent-soft);
}
.hero-copy { padding-bottom: 10px; }
.hero-copy p {
  font-size: 19px;
  line-height: 1.62;
  margin: 0 0 34px;
  max-width: 430px;
  color: var(--text-soft);
}
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  color: var(--text);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 6px;
}

.hero-art {
  height: 480px;
  margin-top: 82px;
  position: relative;
  overflow: hidden;
  background: #090b0c;
  border: 1px solid var(--line);
}
.art-card { position: absolute; display: flex; align-items: center; justify-content: center; }
.art-card-a {
  left: 5%; top: 9%; width: 46%; height: 70%;
  background: var(--accent);
  color: var(--accent-ink);
  transform: rotate(-4deg);
}
.art-card-a span { font-size: clamp(64px, 10vw, 160px); font-weight: 800; letter-spacing: -.08em; }
.art-card-b {
  right: 9%; top: 18%; width: 34%; height: 55%;
  background: #e8e6df;
  color: #161816;
  transform: rotate(5deg);
}
.art-card-b span {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: clamp(38px, 6vw, 88px);
  transform: rotate(-90deg);
}
.art-card-c {
  right: 3%; bottom: -10%; width: 23%; aspect-ratio: 1;
  border-radius: 50%;
  background: #59635c;
  color: #f2f1ed;
}
.art-card-c span { font-size: 42px; font-weight: 700; }

.dark { max-width: none; background: #090b0c; color: var(--text); border-block: 1px solid var(--line); }
.dark > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.statement h2 { font-size: clamp(50px, 6.2vw, 88px); }
.lead {
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.45;
  margin-top: 0;
  color: var(--text-soft);
}
.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  border-top: 1px solid var(--line);
}
.mini-stats div {
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
  border-right: 1px solid var(--line);
}
.mini-stats div:last-child { border-right: 0; padding-left: 18px; }
.mini-stats div:nth-child(2) { padding-left: 18px; }
.mini-stats strong { font-size: 12px; color: var(--accent-soft); }
.mini-stats span { color: var(--muted); }

.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: start; }
.section-heading .eyebrow { margin-top: 8px; }
.section-heading h2 { font-size: clamp(48px, 6vw, 82px); }
.service-list { margin-top: 80px; border-top: 1px solid var(--line); }
.service-list article {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.service-list article > span { font-size: 12px; color: var(--accent-soft); }
.service-list h3 { margin: 0; font-size: clamp(26px, 3vw, 40px); letter-spacing: -.04em; font-weight: 500; }
.service-list p { margin: 0; max-width: 500px; line-height: 1.68; color: var(--muted); }

.feature-band {
  overflow: hidden;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  padding: 18px 0;
  background: var(--accent);
  color: var(--accent-ink);
}
.marquee {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .02em;
}
.marquee span { white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.process-intro { position: sticky; top: 110px; align-self: start; }
.process-intro h2 { font-size: clamp(48px, 5.5vw, 76px); }
.timeline { border-top: 1px solid var(--line); }
.step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 30px;
  padding: 32px 0 50px;
  border-bottom: 1px solid var(--line);
}
.step > span { color: var(--accent-soft); font-size: 12px; }
.step h3 { margin: 0 0 16px; font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.step p { margin: 0; line-height: 1.68; color: var(--muted); max-width: 540px; }

.soft {
  max-width: none;
  background: var(--surface);
  border-block: 1px solid var(--line);
}
.soft > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.studio-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; }
.studio h2 { font-size: clamp(48px, 5.7vw, 80px); }
.studio-copy { align-self: end; }
.studio-copy p { font-size: 18px; line-height: 1.68; color: var(--text-soft); }
.quote-card {
  margin-top: 100px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  padding: clamp(34px, 6vw, 80px);
}
.quote-card p {
  margin: 0;
  max-width: 1000px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5.5vw, 76px);
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -.04em;
  color: var(--text);
}
.quote-card span {
  display: block;
  margin-top: 60px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--muted);
}

.section-heading.compact { grid-template-columns: 1fr 1fr; }
.faq-list { margin-top: 70px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary {
  cursor: pointer;
  list-style: none;
  padding: 28px 0;
  font-size: clamp(22px, 2.5vw, 34px);
  letter-spacing: -.03em;
  color: var(--text);
}
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; float: right; font-weight: 300; color: var(--accent-soft); }
details[open] summary::after { content: '–'; }
details p { margin: -4px 0 30px; max-width: 760px; line-height: 1.68; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.contact h2 { font-size: clamp(52px, 7vw, 96px); }
.contact-side p { font-size: 19px; line-height: 1.62; color: var(--text-soft); margin-bottom: 32px; }
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 18px 22px;
  min-width: 250px;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}
.button:hover { background: var(--accent-soft); transform: translateY(-1px); }

.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  align-items: end;
  font-size: 12px;
  color: var(--muted);
}
.footer-brand { color: var(--text); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 900px) {
  .nav {
    position: fixed;
    inset: 66px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 30px 24px 38px;
    background: rgba(13, 15, 16, .98);
    border-bottom: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .menu-button { display: block; cursor: pointer; }
  .hero-grid, .statement-grid, .section-heading, .process, .studio-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-art { height: 360px; }
  .statement-grid { gap: 50px; }
  .service-list article { grid-template-columns: 50px 1fr; }
  .service-list article p { grid-column: 2; }
  .process-intro { position: static; }
  .footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section { padding: 78px 20px; }
  .site-header { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 56px; }
  .hero h1 { font-size: 52px; }
  .hero-art { height: 300px; margin-top: 56px; }
  .art-card-a { width: 58%; }
  .art-card-b { width: 43%; right: 4%; }
  .mini-stats { margin-top: 50px; }
  .service-list { margin-top: 50px; }
  .service-list article { gap: 16px; }
  .quote-card { margin-top: 70px; }
  .footer { padding: 30px 20px; }
}

/* Scroll composition & motion */
.scroll-progress {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.hero { min-height: calc(100svh - 70px); display: flex; flex-direction: column; justify-content: center; }
.hero-title .title-line { display: block; overflow: hidden; }
.hero-title .title-line > span { display: inline-block; }
.hero-art { transform-origin: 50% 50%; will-change: transform; }
.hero-art::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(9,11,12,.45));
}
.art-card { will-change: transform; }

.statement { position: relative; overflow: clip; }
.statement::after {
  content: 'N&A';
  position: absolute;
  right: -3vw;
  bottom: -7vw;
  font-size: clamp(140px, 28vw, 430px);
  line-height: .75;
  font-weight: 800;
  letter-spacing: -.09em;
  color: rgba(242,241,237,.025);
  pointer-events: none;
}
.statement-grid, .service-list, .timeline, .studio-grid, .quote-card, .contact-grid { position: relative; z-index: 1; }

.service-list article { position: relative; overflow: hidden; transition: padding-left .35s ease, background .35s ease; }
.service-list article::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(168,195,160,.045);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .45s cubic-bezier(.2,.75,.2,1);
  z-index: -1;
}
.service-list article:hover { padding-left: 18px; }
.service-list article:hover::before { transform: scaleX(1); }

.process { align-items: start; }
.process-intro::after {
  content: '';
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 42px;
  background: var(--accent);
  transform-origin: 0 50%;
}
.step { position: relative; }
.step::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: 0 50%;
  opacity: .65;
}
.step.is-active::after { transform: scaleX(1); transition: transform .8s cubic-bezier(.2,.75,.2,1); }
.step.is-active h3 { color: var(--accent-soft); }

.quote-card { transform-origin: 50% 50%; }
.contact { min-height: 80svh; display: flex; flex-direction: column; justify-content: center; }

.js-motion .reveal { opacity: 1; transform: none; transition: none; }

@media (max-width: 900px) {
  .hero { min-height: auto; display: block; }
  .service-list article:hover { padding-left: 0; }
  .statement::after { bottom: -1vw; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress { display: none; }
  .hero-art, .art-card, .quote-card { transform: none !important; }
}
