:root {
  --bg: #070708;
  --surface: #0d0d0f;
  --surface-high: #141416;
  --text: #f4f2f1;
  --muted: #9d9998;
  --line: rgba(255, 255, 255, 0.12);
  --red: #f01835;
  --red-deep: #9c071d;
  --font-heading: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --side: clamp(1.25rem, 5vw, 5.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: clip; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

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

.noise {
  position: fixed;
  inset: 0;
  opacity: .025;
  pointer-events: none;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 90px;
  padding: 0 var(--side);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, height .3s;
}

.site-header.scrolled {
  height: 72px;
  background: rgba(7, 7, 8, .88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: .8rem; z-index: 2; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.brand-mark img { width: 54px; max-width: none; }
.brand-name { font-family: var(--font-heading); font-size: .83rem; font-weight: 500; letter-spacing: .16em; }
.brand-name strong { color: #f23; font-weight: 700; }
.desktop-nav { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 2.25rem; }
.desktop-nav a { color: #c5c1c0; font-size: .88rem; transition: color .2s; }
.desktop-nav a:hover { color: white; }
.desktop-nav .nav-home {
  padding: .55rem .85rem;
  margin: -.55rem 0;
  border: 1px solid var(--red);
  background: var(--red);
  color: white;
  font-weight: 600;
}
.desktop-nav .nav-home:hover { background: #c70b27; border-color: #c70b27; }
.header-actions { display: flex; align-items: center; gap: 1.5rem; }
.language-switcher { display: flex; align-items: center; gap: .35rem; color: #5f5d5d; font-size: .72rem; }
.language { padding: .3rem; border: 0; background: transparent; color: #666; cursor: pointer; }
.language.active { color: white; }
.portal-link { color: #d8d4d3; font-size: .78rem; }
.portal-link:hover { color: white; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-height: 54px;
  padding: 0 1.5rem;
  border: 1px solid var(--red);
  background: var(--red);
  color: white;
  font-size: .86rem;
  font-weight: 600;
  transition: background .25s, transform .25s, border-color .25s;
}
.button:hover { background: #c70b27; border-color: #c70b27; transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button-small { min-height: 42px; padding: 0 1.1rem; font-size: .78rem; }
.menu-toggle, .mobile-nav { display: none; }

.section { padding-left: var(--side); padding-right: var(--side); }
.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 90px;
  display: grid;
  grid-template-columns: 57% 43%;
  align-items: center;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  right: -15vw;
  top: 6%;
  width: 58vw;
  height: 58vw;
  background: radial-gradient(circle, rgba(171, 0, 32, .16), transparent 66%);
}
.hero-copy { position: relative; z-index: 2; max-width: 780px; padding: 5rem 0; }
.eyebrow {
  margin: 0 0 1.75rem;
  color: #b9b5b4;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero .eyebrow { display: flex; align-items: center; gap: .85rem; }
.hero .eyebrow > span:first-child { display: block; width: 30px; height: 1px; background: var(--red); }
h1, h2, h3 { font-family: var(--font-heading); }
h1 {
  margin: 0;
  max-width: 800px;
  font-size: clamp(3.2rem, 6.25vw, 7.1rem);
  line-height: .97;
  letter-spacing: -.065em;
}
h1 em { display: block; color: var(--red); font-style: normal; }
.hero-description { max-width: 610px; margin: 2rem 0 2.4rem; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.23rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.text-link { display: inline-flex; gap: .85rem; color: #d2cecd; font-size: .84rem; padding: .8rem 0; border-bottom: 1px solid #444; }
.hero-visual {
  position: relative;
  height: min(67vw, 760px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.hero-slides {
  position: relative;
  width: min(38vw, 570px);
  height: min(47vw, 690px);
  min-height: 520px;
  background: #101012;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: -30px 50px 100px rgba(0, 0, 0, .5);
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity .9s ease, transform 6.5s ease;
}
.hero-slide.active { opacity: 1; transform: scale(1); z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3,3,4,.65)), linear-gradient(105deg, rgba(7,7,8,.2), transparent 48%);
  pointer-events: none;
}
.hero-slides::after { content: ""; position: absolute; z-index: 3; inset: 0; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.status-dot { position: absolute; z-index: 4; top: 5%; left: 6%; width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 14px var(--red); }
.visual-label { position: absolute; z-index: 4; right: 6%; bottom: 4%; color: rgba(255,255,255,.65); font-size: .58rem; letter-spacing: .18em; }
.hero-controls {
  width: min(38vw, 570px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .6rem;
  margin-top: 1.1rem;
}
.hero-dot {
  position: relative;
  height: 18px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.hero-dot::before { content: ""; position: absolute; left: 0; right: 0; top: 8px; height: 1px; background: #393638; }
.hero-dot span { position: absolute; z-index: 1; left: 0; top: 8px; width: 0; height: 1px; background: var(--red); }
.hero-dot.active span { animation: hero-progress 6.5s linear forwards; }
@keyframes hero-progress { to { width: 100%; } }
.hero-copy.is-changing .eyebrow,
.hero-copy.is-changing h1,
.hero-copy.is-changing .hero-description { animation: hero-text-in .65s both; }
.hero-copy.is-changing h1 { animation-delay: .06s; }
.hero-copy.is-changing .hero-description { animation-delay: .12s; }
@keyframes hero-text-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
.hero-footer {
  position: absolute;
  left: var(--side);
  right: var(--side);
  bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #5e5b5b;
  font-size: .59rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.scroll-line { width: 60px; height: 1px; background: #343232; }

.statement {
  min-height: 85vh;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: start;
  background: #f0eeeb;
  color: #111;
}
.section-index { margin: .6rem 0; color: #777372; font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
.statement-content { max-width: 900px; }
.statement .eyebrow { color: var(--red-deep); }
.statement h2, .section-heading h2, .approach h2, .contact h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.statement-content > p:last-child { max-width: 690px; margin: 2.5rem 0 0 auto; color: #5e5a58; font-size: 1.12rem; line-height: 1.75; }

.services { padding-top: 9rem; padding-bottom: 10rem; }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 3rem; margin-bottom: 5rem; }
.section-heading h2 { margin-top: 1.8rem; }
.section-heading > p { max-width: 540px; margin: 0 0 .5rem; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 540px; padding: clamp(1.6rem, 3vw, 3rem); display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, transform .3s; }
.service-card:hover { background: #101012; transform: translateY(-5px); }
.service-card.featured { background: linear-gradient(155deg, rgba(182, 5, 33, .17), rgba(12, 12, 14, .7) 65%); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; color: #676363; font-size: .66rem; letter-spacing: .1em; }
.service-top svg { width: 46px; fill: none; stroke: #d9d4d2; stroke-width: 1; }
.service-card h3 { margin: 7rem 0 1.25rem; font-size: clamp(1.6rem, 2vw, 2.2rem); letter-spacing: -.035em; }
.service-card > p { min-height: 90px; color: var(--muted); line-height: 1.7; }
.service-card ul { margin: 2.4rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { margin: .7rem 0; color: #c8c3c1; font-size: .8rem; }
.service-card li::before { content: "—"; margin-right: .7rem; color: var(--red); }
.service-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  color: #c8c3c1;
  font-size: .74rem;
  letter-spacing: .06em;
  transition: color .25s;
}
.service-link span:last-child { color: var(--red); font-size: 1rem; transition: transform .25s; }
.service-link:hover { color: white; }
.service-link:hover span:last-child { transform: translateX(4px); }

.work-showcase {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 8rem;
  background: #eeeae6;
  color: #111;
  overflow: hidden;
}
.work-showcase .section-index { color: #77716f; }
.work-showcase .section-heading > p { color: #66615e; }
.work-gallery {
  display: grid;
  grid-template-columns: 1.35fr .75fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}
.work-image { margin: 0; will-change: transform; }
.work-image-large { margin-top: 1rem; }
.image-window { position: relative; overflow: hidden; background: #151416; }
.work-image-large .image-window { aspect-ratio: 1.35; }
.work-side .image-window { aspect-ratio: 1.05; }
.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .6s;
}
.work-image:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.03); }
.image-window::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(118,0,21,.18), transparent 40%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.image-scan {
  position: absolute;
  z-index: 1;
  top: -30%;
  left: 0;
  width: 100%;
  height: 25%;
  opacity: .22;
  background: linear-gradient(transparent, rgba(255,255,255,.25), transparent);
  animation: scan 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes scan {
  0%, 25% { transform: translateY(-120%); }
  70%, 100% { transform: translateY(620%); }
}
.work-image figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  color: #6e6966;
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.work-side { padding-top: 10vw; }
.work-quote {
  max-width: 470px;
  margin: 0 0 4rem;
  font: 600 clamp(1.35rem, 2.1vw, 2.15rem)/1.35 var(--font-heading);
  letter-spacing: -.035em;
}
.moving-band {
  width: calc(100% + var(--side) * 2);
  margin: 8rem calc(var(--side) * -1) -8rem;
  padding: 1.3rem 0;
  border-top: 1px solid rgba(0,0,0,.13);
  white-space: nowrap;
  overflow: hidden;
}
.moving-band > div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 2rem;
  animation: marquee 26s linear infinite;
  color: #6f6966;
  font: 600 .66rem var(--font-heading);
  letter-spacing: .18em;
}
.moving-band i { width: 5px; height: 5px; background: var(--red); border-radius: 50%; }
@keyframes marquee { to { transform: translateX(-50%); } }

.approach {
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 8vw;
  background: var(--surface);
  border-top: 1px solid var(--line);
}
.approach-intro { position: sticky; top: 130px; height: max-content; }
.approach .eyebrow { margin-top: 4rem; color: var(--red); }
.approach-intro > p:last-child { max-width: 560px; margin-top: 2rem; color: var(--muted); line-height: 1.75; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.step > span { color: var(--red); font-size: .67rem; letter-spacing: .15em; }
.step h3 { margin: -.4rem 0 .8rem; font-size: 1.65rem; }
.step p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.65; }

.contact {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--red-deep);
}
.contact-glow { position: absolute; width: 70vw; height: 70vw; right: -20vw; top: -40vw; background: radial-gradient(circle, rgba(255, 71, 90, .65), transparent 65%); }
.contact::after { content: "N"; position: absolute; right: -3vw; bottom: -24vw; color: rgba(0,0,0,.12); font: 800 55vw/1 var(--font-heading); pointer-events: none; }
.contact-inner { position: relative; z-index: 1; max-width: 950px; padding: 8rem 0; }
.contact .eyebrow { color: rgba(255,255,255,.65); }
.contact h2 { max-width: 900px; }
.contact-inner > p:nth-of-type(2) { max-width: 580px; margin: 2rem 0 2.5rem; color: rgba(255,255,255,.7); font-size: 1.07rem; line-height: 1.7; }
.button-light { color: #111; background: white; border-color: white; }
.button-light:hover { color: white; background: #111; border-color: #111; }
.contact-meta { position: absolute; z-index: 1; left: var(--side); right: var(--side); bottom: 2.2rem; display: flex; justify-content: space-between; color: rgba(255,255,255,.58); font-size: .72rem; }

footer {
  padding: 3rem var(--side);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid var(--line);
}
footer > p { margin: 0; color: #686565; font-size: .72rem; line-height: 1.5; }
footer > p:nth-child(2) { text-align: center; }
footer > p:last-child { text-align: right; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .desktop-nav, .desktop-cta, .desktop-portal { display: none; }
  .menu-toggle { display: grid; gap: 6px; width: 42px; height: 42px; padding: 12px 9px; border: 0; background: transparent; z-index: 2; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: white; transition: transform .3s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 120px var(--side) 3rem;
    background: #09090a;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    font: 600 clamp(1.9rem, 6vw, 3rem) var(--font-heading);
  }
  .menu-open .site-header {
    height: 100dvh;
    align-items: flex-start;
    padding-top: 17px;
    overflow: hidden;
    background: #09090a;
    border-color: transparent;
    backdrop-filter: none;
  }
  .menu-open .mobile-nav { display: flex; }
  .mobile-nav > a:not(.button) {
    width: 100%;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    line-height: 1.1;
  }
  .mobile-nav > .nav-home:not(.button) {
    width: auto;
    margin-bottom: 1rem;
    padding: .75rem 1.15rem;
    border: 1px solid var(--red);
    background: var(--red);
    color: white;
    font-size: 1rem;
  }
  .mobile-nav .button {
    width: 100%;
    flex: 0 0 auto;
    margin-top: 2rem;
    font: 600 .9rem var(--font-body);
  }
  .menu-open .brand,
  .menu-open .header-actions { position: relative; z-index: 3; }
  .hero { grid-template-columns: 1fr 42%; }
  .hero-slides, .hero-controls { width: 39vw; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 4rem; }
  .service-card > p { min-height: auto; }
  .approach { grid-template-columns: 1fr; }
  .approach-intro { position: static; }
  .work-gallery { grid-template-columns: 1.15fr .85fr; gap: 2rem; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; }
  .brand-name { font-size: .7rem; }
  .brand-mark { width: 32px; height: 32px; }
  .header-actions { gap: .5rem; }
  .mobile-nav { padding-top: 100px; }
  .language-switcher { margin-right: .25rem; }
  .hero { min-height: auto; padding-top: 130px; padding-bottom: 6rem; display: block; }
  .hero-copy { padding: 1.5rem 0 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .hero-visual { height: auto; margin: 3rem 0 0; align-items: stretch; }
  .hero-slides { width: 100%; height: 64vw; min-height: 285px; max-height: 440px; }
  .hero-slide img { object-position: center 38%; }
  .hero-controls { width: 100%; margin-top: .75rem; }
  .hero-footer { display: none; }
  .statement { min-height: auto; padding-top: 6rem; padding-bottom: 6rem; grid-template-columns: 1fr; gap: 3.5rem; }
  .statement-content > p:last-child { margin-left: 0; }
  .services { padding-top: 6rem; padding-bottom: 6rem; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 3rem; }
  .work-showcase { padding-top: 6rem; padding-bottom: 6rem; }
  .work-gallery { grid-template-columns: 1fr; }
  .work-side { padding-top: 1rem; }
  .work-quote { margin: 2rem 0 3rem; }
  .moving-band { margin-top: 5rem; margin-bottom: -6rem; }
  .approach { padding-top: 6rem; padding-bottom: 6rem; gap: 4rem; }
  .approach .eyebrow { margin-top: 3rem; }
  .contact { min-height: 85vh; }
  .contact-inner { padding: 7rem 0 10rem; }
  .contact-meta { flex-direction: column; gap: .7rem; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p:nth-child(2), footer > p:last-child { text-align: left; }
}

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