/* ============================================================
   EVO CREATION — Photography Edition
   No glass. No bubbles. No tilt. The photographs are the design.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Inter:wght@300;400;500&display=swap');

:root {
  /* near-black + bone */
  --bg:    #F2EFE7;
  --bg-2:  #E8E3D4;
  --ink:   #1D1A15;
  --ink-2: #3A352E;
  --mute:  #8A8278;
  --mute-2:#B6AE9F;
  --line:  rgba(29, 26, 21, 0.16);
  --line-soft: rgba(29, 26, 21, 0.08);
  --accent:#9B7D4C;

  --serif: 'Cormorant Garamond', 'Adobe Caslon Pro', Garamond, serif;
  --display: 'Tenor Sans', 'Optima', serif;
  --sans: 'Inter', 'Helvetica Neue', system-ui, sans-serif;

  --gutter: clamp(24px, 5vw, 80px);
  --max-w:  1440px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 1100ms;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
html { overflow-x: clip; }
body { overflow-x: clip; }

/* Lenis smooth-scroll baseline — required by Lenis 1.x */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: transparent; border: 0; color: inherit; }
::selection { background: var(--ink); color: var(--bg); }

/* ============================================================
   Atoms
   ============================================================ */
.eyebrow {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mute);
}

.h-hero {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  margin: 0;
  text-wrap: balance;
}
.h-big {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(32px, 4.4vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.004em;
  margin: 0;
  text-wrap: balance;
}
.h-med {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.15;
  letter-spacing: 0;
  margin: 0;
}
.serif-italic {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
}

.lede {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 56ch;
  text-wrap: pretty;
}
.copy {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-2);
  max-width: 56ch;
  text-wrap: pretty;
}

/* ============================================================
   Nav — minimal text-only
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex; align-items: center;
  padding: 28px var(--gutter);
  color: var(--bg);
  transition: color 700ms var(--ease), padding 700ms var(--ease), background 700ms var(--ease);
  mix-blend-mode: difference;
}
.nav.is-scrolled {
  padding: 18px var(--gutter);
}
.nav-inner {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}
.nav-mark {
  display: inline-flex; align-items: center; gap: 14px;
  height: 28px;
  color: inherit;
}
.nav-mark img {
  height: 100%; width: auto;
  display: block;
  /* logo is dark; on dark hero we invert it to bone */
  filter: invert(1) brightness(1.4);
  transition: filter 600ms var(--ease);
}
.nav.is-scrolled .nav-mark img { filter: none; }
.nav-links {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.nav-links a {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: currentColor;
  position: relative;
  padding: 4px 0;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -2px;
  height: 1px;
  background: currentColor;
  transition: right 600ms var(--ease);
}
.nav-links a:hover::after,
.nav-links a.is-active::after { right: 0; }
.nav-cta {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: currentColor;
  position: relative;
  padding: 4px 0;
  border-bottom: 1px solid currentColor;
}

/* ============================================================
   Hero — single image, cinema-quiet
   ============================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  color: var(--bg);
  background: #0A0907;
}
.hero-stage { position: absolute; inset: 0; }
.hero-stage img,
.hero-stage video {
  width: 100%; height: 112%;
  object-fit: cover;
  filter: brightness(0.78) saturate(1.05) contrast(1.04);
  position: absolute; inset: 0;
}
.hero-stage video { animation: none; }
.hero-stage img {
  animation: heroZoom 22s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1) translate(0, -2%); }
  to   { transform: scale(1.08) translate(-1%, -4%); }
}
.hero-stage::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,9,7,0.42) 0%, rgba(10,9,7,0) 22%, rgba(10,9,7,0) 55%, rgba(10,9,7,0.65) 100%),
    radial-gradient(120% 80% at 50% 100%, rgba(10,9,7,0.32) 0%, rgba(10,9,7,0) 60%);
}

/* hairline frame inside hero */
.hero-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: calc(var(--gutter) + 36px) var(--gutter);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
}
.hero-frame::before {
  content: "";
  position: absolute;
  inset: var(--gutter);
  border: 1px solid rgba(242, 239, 231, 0.22);
  pointer-events: none;
  z-index: -1;
}

.hero-mark {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(242, 239, 231, 0.7);
  display: flex; justify-content: space-between; align-items: center;
}
.hero-mark .right { display: inline-flex; align-items: center; gap: 22px; }
.hero-mark .pulse {
  display: inline-flex; align-items: center; gap: 8px;
  letter-spacing: 0.28em;
}
.hero-mark .pulse::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(155, 125, 76, 0.32);
  animation: heroPulse 2.4s ease-in-out infinite;
}
@keyframes heroPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(155, 125, 76, 0.32); }
  50%      { box-shadow: 0 0 0 8px rgba(155, 125, 76, 0.04); }
}

/* vertical rail on the left */
.hero-rail {
  position: absolute;
  left: calc(var(--gutter) - 4px);
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(242, 239, 231, 0.6);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  z-index: 2;
}
.hero-rail::after {
  content: "";
  width: 56px; height: 1px;
  background: rgba(242, 239, 231, 0.5);
  display: inline-block;
}

.hero-grow {
  display: grid; align-items: end;
}

.hero-bottom {
  align-self: end;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 48px;
}
.hero-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(44px, 8vw, 138px);
  line-height: 0.98;
  letter-spacing: -0.012em;
  color: var(--bg);
  margin: 0;
  text-wrap: balance;
  max-width: 14ch;
}
.hero-title .it {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
  color: var(--bg);
}
.hero-meta {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(242, 239, 231, 0.65);
  text-align: right;
  display: flex; flex-direction: column;
  gap: 6px;
  min-width: 220px;
}
.hero-scene {
  animation: sceneFade 0.7s var(--ease) both;
}
@keyframes sceneFade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-meta .em {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--bg);
  font-weight: 300;
}

/* hero CTAs row — sits between hero meta and rail */
.hero-actions {
  display: flex; gap: 14px;
  margin-top: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* hero bottom: press strip */
.hero-press {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(242, 239, 231, 0.6);
  padding-top: 18px;
  border-top: 1px solid rgba(242, 239, 231, 0.18);
}
.hero-press .label { opacity: 0.7; }
.hero-press .list {
  display: flex; gap: 36px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(242, 239, 231, 0.88);
}
.hero-press .scroll {
  display: inline-flex; align-items: center; gap: 12px;
}
.hero-press .scroll::after {
  content: "↓";
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--accent);
  animation: scrollNudge 2.4s ease-in-out infinite;
}
@keyframes scrollNudge {
  0%, 100% { transform: translateY(0); opacity: 0.7; }
  50%      { transform: translateY(4px); opacity: 1; }
}

/* ============================================================
   Buttons — luxury hairline pill with sweep-fill hover
   ============================================================ */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding: 20px 36px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: color 700ms var(--ease), border-color 700ms var(--ease);
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  transform: translateY(100%);
  transition: transform 700ms var(--ease);
  z-index: -1;
}
.btn:hover { color: var(--bg); }
.btn:hover::before { transform: translateY(0); }
.btn .arrow {
  display: inline-block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  transition: transform 700ms var(--ease);
}
.btn:hover .arrow { transform: translateX(6px); }

.btn-solid {
  background: var(--ink);
  color: var(--bg);
}
.btn-solid::before {
  background: var(--accent);
}
.btn-solid:hover { color: var(--bg); }

.btn-on-dark {
  border-color: rgba(242, 239, 231, 0.55);
  color: var(--bg);
}
.btn-on-dark::before { background: var(--bg); }
.btn-on-dark:hover { color: var(--ink); border-color: var(--bg); }

.btn-on-dark.solid {
  background: var(--bg);
  color: var(--ink);
  border-color: var(--bg);
}
.btn-on-dark.solid::before { background: var(--accent); }
.btn-on-dark.solid:hover { color: var(--bg); border-color: var(--accent); }

/* ============================================================
   Section scaffolding
   ============================================================ */
.section {
  padding: clamp(96px, 18vh, 200px) var(--gutter);
}
.section-narrow {
  max-width: 880px;
  margin: 0 auto;
}
.section-wide {
  max-width: var(--max-w);
  margin: 0 auto;
}

/* ============================================================
   Statement — single quiet paragraph
   ============================================================ */
.statement {
  text-align: center;
  padding: clamp(120px, 22vh, 240px) var(--gutter);
}
.statement-eyebrow {
  display: block;
  margin-bottom: 40px;
}
.statement-text {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.002em;
  color: var(--ink);
  max-width: 24ch;
  margin: 0 auto;
  text-wrap: balance;
}
.statement-text .it {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
}

/* ============================================================
   Featured Work — full-bleed cinema image with thin caption
   ============================================================ */
.featured {
  padding: 0;
}
.featured-frame {
  position: relative;
  height: clamp(620px, 88vh, 920px);
  overflow: hidden;
  color: var(--bg);
}
.featured-frame > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.featured-frame::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,9,7,0.28) 0%, rgba(10,9,7,0) 25%, rgba(10,9,7,0) 60%, rgba(10,9,7,0.6) 100%);
}
.featured-frame-content {
  position: absolute; inset: 0;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 56px var(--gutter);
}
.featured-tag {
  align-self: start;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(242, 239, 231, 0.72);
}
.featured-bottom {
  align-self: end;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 48px;
}
.featured-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 60px);
  line-height: 1.08;
  color: var(--bg);
  margin: 0;
  max-width: 22ch;
  text-wrap: balance;
}
.featured-title .it {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
}
.featured-meta {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(242, 239, 231, 0.7);
  text-align: right;
  line-height: 1.8;
}
.featured-meta .em {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--bg);
}
.featured-link {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bg);
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  display: inline-block;
  margin-top: 24px;
}

/* ============================================================
   Studio Note — photo + paragraph, simple
   ============================================================ */
.studio {
  padding: clamp(120px, 22vh, 220px) var(--gutter);
}
.studio-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(48px, 8vw, 140px);
  align-items: center;
}
.studio-photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--ink);
}
.studio-photo img,
.studio-photo video {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 2400ms var(--ease);
}
.studio-photo:hover img,
.studio-photo:hover video { transform: scale(1.04); }
.studio-copy .eyebrow { margin-bottom: 32px; display: block; }
.studio-copy h2 { margin-bottom: 32px; }
.studio-copy h2 .it { font-family: var(--serif); font-style: italic; font-weight: 300; text-transform: lowercase; }
.studio-copy p { margin-bottom: 24px; }
.studio-signature {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex; align-items: end;
  gap: 16px;
}
.studio-signature .role {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 4px;
  line-height: 1.6;
}
.studio-signature .name {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  margin-bottom: 2px;
}

/* ============================================================
   Services — editorial pinned scroll (list + sticky image)
   ============================================================ */
.services {
  padding: clamp(120px, 22vh, 240px) var(--gutter);
}
.services-head {
  max-width: var(--max-w);
  margin: 0 auto clamp(80px, 12vh, 140px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
}
.services-head .eyebrow { margin-bottom: 28px; display: block; }
.services-head h2 .it {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
}
.services-head .count {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(56px, 6vw, 96px);
  line-height: 0.9;
  color: var(--accent);
  letter-spacing: -0.01em;
  align-self: end;
}

/* layout — list on left, sticky image on right */
.services-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(48px, 6vw, 120px);
  align-items: start;
}

.services-list {
  display: flex;
  flex-direction: column;
}
.service {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 32px;
  align-items: baseline;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  color: var(--ink);
  transition: padding-left 700ms var(--ease), color 500ms var(--ease);
}
.service:first-child { border-top: 1px solid var(--line); }
.service::before {
  content: "";
  position: absolute;
  left: -10px; top: 50%;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%) scale(0);
  transition: transform 500ms var(--ease);
}
.service.is-active,
.service:hover {
  padding-left: 24px;
}
.service.is-active::before,
.service:hover::before {
  transform: translateY(-50%) scale(1);
}
.service .num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: var(--accent);
  letter-spacing: 0;
}
.service .name {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 52px);
  line-height: 1.0;
  letter-spacing: -0.012em;
  color: var(--ink);
  transition: color 500ms var(--ease), letter-spacing 700ms var(--ease);
}
.service.is-active .name,
.service:hover .name { color: var(--accent-deep); }
.service .desc {
  display: none; /* keep the list quiet; description lives on the image side */
}
.service .arrow {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: var(--mute);
  transition: color 500ms var(--ease), transform 700ms var(--ease);
}
.service:hover .arrow,
.service.is-active .arrow { color: var(--accent-deep); transform: translateX(8px); }

/* right column: sticky image stack */
.services-stage {
  position: sticky;
  top: clamp(80px, 14vh, 140px);
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--bg-2);
}
.services-stage-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 900ms var(--ease), transform 1800ms var(--ease);
}
.services-stage-img.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.services-stage-cap {
  position: absolute;
  left: 24px; right: 24px; bottom: 24px;
  z-index: 2;
  display: flex; justify-content: space-between; align-items: end;
  pointer-events: none;
  color: var(--bg);
}
.services-stage::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,9,7,0.55) 100%);
  z-index: 1;
  pointer-events: none;
}
.services-stage-cap .name {
  font-family: var(--display);
  font-size: clamp(20px, 1.6vw, 26px);
  letter-spacing: -0.005em;
  line-height: 1.05;
}
.services-stage-cap .meta {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(242, 239, 231, 0.8);
  text-align: right;
}
.services-stage-cap .desc {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(242, 239, 231, 0.78);
  margin-top: 6px;
  max-width: 28ch;
  display: block;
}

@media (max-width: 1000px) {
  .services-grid { grid-template-columns: 1fr; gap: 48px; }
  .services-stage { position: relative; top: auto; aspect-ratio: 16/10; order: -1; }
  .service { grid-template-columns: 40px 1fr auto; gap: 16px; padding: 24px 0; }
  .service .name { font-size: clamp(24px, 5vw, 32px); }
}

/* ============================================================
   Pillars — three value props
   ============================================================ */
.pillars {
  padding: clamp(120px, 20vh, 220px) var(--gutter);
}
.pillars-head {
  max-width: var(--max-w);
  margin: 0 auto clamp(72px, 12vh, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
}
.pillars-head .eyebrow { margin-bottom: 24px; display: block; }
.pillars-head h2 .it { font-family: var(--serif); font-style: italic; font-weight: 300; text-transform: lowercase; }
.pillars-head .lede { margin: 0 0 0 auto; max-width: 48ch; }
.pillars-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5vw, 96px);
  align-items: start;
}
.pillar {
  border-top: 1px solid var(--line);
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pillar .num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: var(--accent);
}
.pillar h4 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(22px, 2vw, 32px);
  letter-spacing: -0.006em;
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
}
.pillar h4 .it { font-family: var(--serif); font-style: italic; font-weight: 300; text-transform: lowercase; }
.pillar p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--mute);
  margin: 0;
  max-width: 36ch;
}
@media (max-width: 1000px) {
  .pillars-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .pillars-head .lede { margin: 0; }
  .pillars-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   Portfolio — 2-up alternating big photos
   ============================================================ */
.portfolio {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.portfolio-head {
  padding: clamp(96px, 16vh, 160px) var(--gutter) clamp(48px, 8vh, 96px);
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
}
.portfolio-head .eyebrow { margin-bottom: 16px; display: block; }
.portfolio-head h2 .it { font-family: var(--serif); font-style: italic; font-weight: 300; text-transform: lowercase; }
.portfolio-head .count {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(48px, 5vw, 80px);
  color: var(--accent);
  letter-spacing: -0.01em;
  line-height: 0.9;
}
.portfolio-loop {
  overflow: hidden;
  padding-bottom: clamp(80px, 12vh, 140px);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.portfolio-track {
  display: flex;
  gap: clamp(20px, 2vw, 32px);
  padding: 0 var(--gutter);
  width: max-content;
  align-items: end;
  animation: portfolioDrift 80s linear infinite;
  will-change: transform;
}
.portfolio-loop:hover .portfolio-track { animation-play-state: paused; }
@keyframes portfolioDrift {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-100% / 3)); } /* track is 3x duplicated */
}
.work {
  flex-shrink: 0;
  display: block;
  width: clamp(320px, 32vw, 480px);
}
.work .img {
  width: 100%;
  overflow: hidden;
  background: var(--bg-2);
}
.work .img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 2400ms var(--ease);
}
.work:hover .img img { transform: scale(1.04); }
.work .cap {
  margin-top: 18px;
  display: flex; justify-content: space-between; align-items: end;
  gap: 16px;
}
.work .cap-name {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(18px, 1.4vw, 24px);
  letter-spacing: -0.003em;
  color: var(--ink);
}
.work .cap-meta {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute);
}
.work.w-tall .img { aspect-ratio: 3/4; }
.work.w-wide .img { aspect-ratio: 16/11; }
.work.w-sq   .img { aspect-ratio: 4/5; }
.work.span-5, .work.span-7, .work.span-6, .work.span-12 { grid-column: auto; }

/* drag-hint label at bottom of horizontal portfolio */
.portfolio-hint {
  position: absolute;
  bottom: 48px; left: var(--gutter);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--mute);
  display: inline-flex; align-items: center; gap: 14px;
  pointer-events: none;
}
.portfolio-hint::before, .portfolio-hint::after {
  content: ""; display: inline-block;
  width: 56px; height: 1px;
  background: var(--line);
}

/* ============================================================
   Ambient orb — small brass marker drifting through the page
   ============================================================ */
.ambient-orb {
  position: fixed;
  top: 22vh;
  right: 8vw;
  width: 220px; height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 248, 232, 0.32) 0%, rgba(155, 125, 76, 0.18) 35%, rgba(155, 125, 76, 0) 70%);
  pointer-events: none;
  z-index: 1;
  filter: blur(2px);
  mix-blend-mode: multiply;
  opacity: 0.55;
}

/* ============================================================
   Quote — single line italic
   ============================================================ */
.quote {
  padding: clamp(120px, 22vh, 240px) var(--gutter);
  text-align: center;
}
.quote-wrap { max-width: 1000px; margin: 0 auto; }
.quote-text {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.6vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.002em;
  color: var(--ink);
  margin: 0 0 40px;
  text-wrap: pretty;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}
.quote-attr {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mute);
}
.quote-attr .em { color: var(--ink); }
.quote-attr .sep { color: var(--accent); margin: 0 14px; }

/* ============================================================
   Contact — calm, single block
   ============================================================ */
.contact {
  background: var(--ink);
  color: var(--bg);
  padding: clamp(120px, 22vh, 240px) var(--gutter);
}
.contact-wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.contact .eyebrow { color: rgba(242, 239, 231, 0.62); margin-bottom: 32px; display: block; }
.contact h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 5.4vw, 88px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: var(--bg);
  margin: 0 0 40px;
  text-wrap: balance;
}
.contact h2 .it { font-family: var(--serif); font-style: italic; font-weight: 300; text-transform: lowercase; }
.contact p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.5;
  color: rgba(242, 239, 231, 0.82);
  margin: 0 auto 56px;
  max-width: 44ch;
}
.contact-actions {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 64px;
}

.contact-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-top: 56px;
  border-top: 1px solid rgba(242, 239, 231, 0.16);
}
.contact-meta-item {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(242, 239, 231, 0.55);
}
.contact-meta-item .v {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--bg);
  margin-top: 10px;
}

/* ============================================================
   Footer
   ============================================================ */
.footer {
  padding: clamp(80px, 12vh, 140px) var(--gutter) 32px;
  background: var(--bg);
}
.footer-top {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  padding-bottom: clamp(60px, 8vh, 96px);
  border-bottom: 1px solid var(--line);
}
.footer-mark {
  display: inline-block;
  margin-bottom: 24px;
  height: 56px;
}
.footer-mark img { height: 100%; width: auto; display: block; }
.footer-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: var(--mute);
  max-width: 320px;
}
.footer-col h5 {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 24px;
  font-weight: 400;
}
.footer-col a, .footer-col p {
  display: block;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-2);
  margin-bottom: 12px;
  line-height: 1.5;
  transition: color 320ms var(--ease);
}
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  max-width: var(--max-w);
  margin: 32px auto 0;
  display: flex; justify-content: space-between; flex-wrap: wrap;
  gap: 16px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute-2);
}

/* ============================================================
   Chatbot — extremely quiet
   ============================================================ */
.chat-launcher {
  position: fixed;
  right: 28px; bottom: 28px;
  z-index: 70;
  padding: 14px 22px;
  background: var(--ink);
  color: var(--bg);
  border: none;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 320ms var(--ease);
  cursor: pointer;
}
.chat-launcher:hover { background: var(--accent); }
.chat-panel {
  position: fixed;
  right: 28px; bottom: 28px;
  width: min(400px, calc(100vw - 32px));
  height: min(560px, calc(100vh - 56px));
  z-index: 75;
  background: var(--bg);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  animation: pIn 600ms var(--ease);
}
@keyframes pIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; } }
.chat-head {
  padding: 24px;
  border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: start;
}
.chat-head h4 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}
.chat-head h4 .it { font-family: var(--serif); font-style: italic; font-weight: 300; text-transform: lowercase; }
.chat-head .sub {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 6px;
  display: block;
}
.chat-close {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--mute);
  width: 30px; height: 30px;
  display: grid; place-items: center;
  font-size: 14px;
}
.chat-body { flex: 1; overflow-y: auto; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.chat-msg {
  max-width: 86%;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.55;
}
.chat-msg.bot { background: var(--bg-2); color: var(--ink); align-self: flex-start; }
.chat-msg.user { background: var(--ink); color: var(--bg); align-self: flex-end; }
.chat-sugs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.chat-sug {
  font-family: var(--sans);
  font-size: 11px;
  padding: 6px 12px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-2);
}
.chat-sug:hover { border-color: var(--ink); }
.chat-input { border-top: 1px solid var(--line); padding: 16px; display: flex; gap: 8px; }
.chat-input input {
  flex: 1; background: transparent;
  border: 0;
  color: var(--ink);
  padding: 10px 0;
  font-family: var(--sans); font-size: 14px;
  outline: none;
  border-bottom: 1px solid var(--line);
}
.chat-input button {
  background: var(--ink); color: var(--bg); border: none;
  padding: 0 18px; font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.32em; text-transform: uppercase;
}

/* ============================================================
   Reveal — handled by GSAP via evo-anim.jsx (fallback shown here)
   ============================================================ */
.reveal { opacity: 1; transform: none; }

/* ============================================================
   Image mask-wipe — GSAP injects .mr-curtain dynamically
   ============================================================ */
.media-reveal {
  position: relative;
  overflow: hidden;
}
.media-reveal .mr-curtain {
  position: absolute; inset: 0;
  background: var(--bg);
  transform-origin: right center;
  transform: scaleX(1);
  z-index: 2;
  pointer-events: none;
}
.media-reveal-dark .mr-curtain { background: var(--ink); }
.media-reveal > img,
.media-reveal > picture {
  /* GSAP controls scale; keep declarative fallback */
  transform: scale(1.14);
}

/* keep .media-reveal::after suppressed — GSAP owns the curtain now */
.media-reveal::after { display: none; }

/* ============================================================
   Line-reveal — GSAP controls .line > .inner directly
   ============================================================ */
.line-reveal .line {
  display: block;
  overflow: hidden;
  padding: 0.04em 0;
  margin-bottom: -0.04em;
}
.line-reveal .line > .inner {
  display: block;
  will-change: transform;
}

/* ============================================================
   Custom cursor — soft ring + dot
   ============================================================ */
.cursor {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  display: none;
  mix-blend-mode: difference;
}
body.has-cursor .cursor { display: block; }
body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: none; }
.cursor-ring {
  position: absolute;
  top: 0; left: 0;
  width: 40px; height: 40px;
  margin: -20px 0 0 -20px;
  border: 1px solid rgba(242, 239, 231, 0.62);
  border-radius: 50%;
}
.cursor-dot {
  position: absolute;
  top: 0; left: 0;
  width: 6px; height: 6px;
  margin: -3px 0 0 -3px;
  background: rgba(242, 239, 231, 0.9);
  border-radius: 50%;
}

/* ============================================================
   Image parallax inside container
   image is 110% tall, JS shifts translateY by --py
   ============================================================ */
.parallax-frame {
  overflow: hidden;
  position: relative;
}
.parallax-frame > img,
.parallax-frame > .px-img {
  position: relative;
  display: block;
  width: 100%;
  height: 112%;
  object-fit: cover;
  transform: translate3d(0, var(--py, -6%), 0);
  will-change: transform;
}

/* ============================================================
   Photo swap on hover (service rows + portfolio)
   second image fades in over first
   ============================================================ */
.swap {
  position: relative;
  overflow: hidden;
}
.swap > img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1800ms var(--ease), opacity 900ms var(--ease);
}
.swap > .swap-b {
  position: absolute; inset: 0;
  opacity: 0;
}
.swap:hover > .swap-a { transform: scale(1.06); }
.swap:hover > .swap-b { opacity: 1; transform: scale(1.04); }

/* ============================================================
   Numbers strip — count-up
   ============================================================ */
.numbers {
  padding: clamp(80px, 14vh, 140px) var(--gutter);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.numbers-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(32px, 4vw, 64px);
}
.num-cell {
  display: flex; flex-direction: column;
  gap: 14px;
}
.num-cell .v {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(52px, 7vw, 120px);
  line-height: 0.9;
  letter-spacing: -0.014em;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.num-cell .v .it {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 0.4em;
  color: var(--accent);
  margin-left: 4px;
}
.num-cell .l {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mute);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

/* ============================================================
   Marquee — single line of cities, slow drift
   ============================================================ */
.marquee {
  padding: clamp(40px, 6vh, 80px) 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.marquee-track {
  display: flex;
  gap: 64px;
  width: max-content;
  animation: drift 70s linear infinite;
  align-items: center;
}
@keyframes drift {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee-item {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 76px);
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.005em;
  white-space: nowrap;
  display: inline-flex; align-items: baseline; gap: 32px;
}
.marquee-item .it {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
  color: var(--accent);
}
.marquee-item .star {
  font-family: var(--serif);
  font-style: italic;
  color: var(--mute-2);
  font-size: 0.5em;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1000px) {
  .nav-links { display: none; }
  .nav-inner { grid-template-columns: 1fr auto; }
  .hero-bottom { grid-template-columns: 1fr; gap: 24px; }
  .hero-meta { text-align: left; flex-direction: row; gap: 32px; }
  .studio-wrap { grid-template-columns: 1fr; gap: 48px; }
  .services-head { grid-template-columns: 1fr; gap: 24px; }
  .services-head .count { font-size: 56px; }
  .services-grid { grid-template-columns: 1fr; gap: 0; }
  .services-stage { position: relative; top: auto; aspect-ratio: 4/3; order: -1; margin-bottom: 48px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .work.span-5, .work.span-7, .work.span-6, .work.span-12 { grid-column: 1; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .contact-meta { grid-template-columns: 1fr 1fr; }
  .numbers-wrap { grid-template-columns: 1fr 1fr; gap: 32px; }
  .pillars-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .pillars-head .lede { margin: 0; }
  .pillars-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 600px) {
  :root { --gutter: 20px; }

  /* Ambient orb — distracting on small screens */
  .ambient-orb { display: none; }

  /* Nav */
  .nav { padding: 20px var(--gutter); }
  .nav-mark { height: 22px; }
  .nav-cta { font-size: 10px; letter-spacing: 0.2em; }

  /* Hero */
  .hero { min-height: 100svh; }
  .hero-frame { padding: calc(var(--gutter) + 56px) var(--gutter) var(--gutter); gap: 16px; }
  .hero-frame::before { inset: 12px; }
  .hero-rail { display: none; }
  .hero-mark { font-size: 8px; letter-spacing: 0.18em; gap: 8px; }
  .hero-mark .right { gap: 10px; }
  .hero-title { font-size: clamp(36px, 11vw, 56px); max-width: 100%; }
  .hero-actions { flex-direction: column; gap: 10px; margin-top: 20px; }
  .hero-actions .btn { width: 100%; justify-content: center; padding: 16px 24px; }
  .hero-meta { flex-direction: column; gap: 4px; }
  .hero-press { flex-wrap: wrap; gap: 10px; }
  .hero-press .list { gap: 16px; font-size: 13px; flex-wrap: wrap; }
  .hero-press .scroll { display: none; }

  /* Statement */
  .statement { padding: 72px var(--gutter) 64px; }
  .statement-text { font-size: clamp(22px, 6vw, 32px); }

  /* Featured */
  .featured-frame { height: clamp(480px, 75vh, 640px); }
  .featured-frame-content { padding: 32px var(--gutter); }
  .featured-bottom { grid-template-columns: 1fr; gap: 16px; align-items: start; }
  .featured-meta { text-align: left; }
  .featured-title { font-size: clamp(24px, 7vw, 36px); }

  /* Numbers */
  .numbers { padding: 60px var(--gutter); }
  .numbers-wrap { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .num-cell .v { font-size: clamp(40px, 10vw, 72px); }

  /* Pillars */
  .pillars { padding: 72px var(--gutter); }
  .pillars-grid { grid-template-columns: 1fr; gap: 28px; }

  /* Studio */
  .studio { padding: 72px var(--gutter); }
  .studio-wrap { grid-template-columns: 1fr; gap: 36px; }
  .studio-copy h2 { font-size: clamp(28px, 8vw, 44px); }

  /* Marquee */
  .marquee-item { font-size: clamp(24px, 6.5vw, 44px); gap: 16px; }
  .marquee-track { gap: 28px; }

  /* Services */
  .services { padding: 72px var(--gutter); }
  .services-head { grid-template-columns: 1fr; gap: 8px; margin-bottom: 36px; }
  .services-head .count { font-size: 48px; align-self: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .services-stage { aspect-ratio: 4/3; margin-bottom: 24px; }
  .service { grid-template-columns: 32px 1fr auto; gap: 10px; padding: 14px 0; }
  .service .name { font-size: clamp(18px, 5vw, 26px); letter-spacing: -0.005em; }
  .service .num { font-size: 14px; }
  .service .arrow { font-size: 16px; }
  .service::before { left: -6px; }

  /* Portfolio */
  .portfolio-head { padding: 72px var(--gutter) 36px; }
  .work { width: clamp(240px, 68vw, 320px); }
  .portfolio-hint {
    position: static;
    display: flex;
    justify-content: center;
    padding: 20px var(--gutter) 48px;
    white-space: normal;
    text-align: center;
  }
  .portfolio-hint::before, .portfolio-hint::after { display: none; }

  /* Quote */
  .quote { padding: 72px var(--gutter); }
  .quote-text { font-size: clamp(22px, 5.5vw, 36px); max-width: 100%; }
  .quote-attr { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }

  /* Contact */
  .contact { padding: 72px var(--gutter); }
  .contact h2 { font-size: clamp(32px, 9vw, 56px); }
  .contact-actions { flex-direction: column; gap: 10px; }
  .contact-actions .btn { width: 100%; justify-content: center; }
  .contact-meta { grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 40px; }

  /* Footer */
  .footer { padding: 56px var(--gutter) 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-mark { height: 40px; }
  .footer-bottom { flex-direction: column; gap: 8px; }

  /* Chat launcher — avoid overlap with content */
  .chat-panel { right: 12px; bottom: 12px; width: calc(100vw - 24px); height: min(500px, calc(100svh - 32px)); }
  .chat-launcher { right: 16px; bottom: 16px; padding: 12px 18px; }

  /* Buttons */
  .btn { padding: 16px 24px; font-size: 10px; }
}
