:root {
  --ink: #0d1013;
  --ink-soft: #15191d;
  --paper: #f7f5f0;
  --paper-soft: #eceae4;
  --green: #91c99a;
  --green-dark: #284d31;
  --white: #ffffff;
  --muted: #a9adb0;
  --muted-dark: #5c6260;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(13, 16, 19, 0.16);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: clamp(26px, 3vw, 44px);
  --content: min(1440px, 92vw);
  --narrow: min(1060px, 92vw);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  touch-action: manipulation;
}

button {
  color: inherit;
  font: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 5px;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

p {
  margin: 0 0 1.35em;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3.6rem, 9.2vw, 9.4rem);
}

h2 {
  font-size: clamp(2.65rem, 6.3vw, 6.5rem);
}

h3 {
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  line-height: 1.08;
}

em {
  color: var(--green);
  font-style: normal;
}

.wrap {
  width: var(--content);
  margin-inline: auto;
}

.narrow {
  width: var(--narrow);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: -100px;
  left: 20px;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
}

.skip-link:focus {
  top: 14px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(13, 16, 19, 0.82);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.site-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left;
  background: var(--green);
}

.nav-shell {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  line-height: 1;
}

.brand-logo {
  width: clamp(106px, 9.5vw, 138px);
  height: auto;
  filter: brightness(0) invert(1);
}

.brand-mark {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(145, 201, 154, 0.12);
}

.brand small {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 0.89rem;
}

.site-nav a {
  position: relative;
  padding-block: 9px;
  color: #d8d9d7;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--green);
  content: "";
  transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav .nav-contact {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
}

.site-nav .nav-contact::after {
  display: none;
}

.site-nav .nav-contact:hover {
  border-color: var(--green);
  background: var(--green);
  color: var(--ink);
}

.menu-button {
  display: none;
  min-width: 68px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 0.85rem;
}

.eyebrow {
  display: block;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  font-size: 0.93rem;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: var(--green);
}

.button.primary {
  border-color: var(--green);
  background: var(--green);
  color: var(--ink);
}

.button.primary:hover {
  background: #a8dbaf;
}

.button.dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.text-link {
  display: inline-block;
  padding: 7px 0 5px;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 180ms ease, border-color 180ms ease;
}

.text-link:hover {
  color: var(--white);
}

.light .text-link {
  color: var(--green-dark);
}

.light .text-link:hover {
  color: var(--ink);
}

.home-hero {
  padding: clamp(68px, 9vw, 130px) 0 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin-inline: auto;
  transform: translate3d(0, var(--hero-copy-y, 0), 0);
  opacity: var(--hero-copy-opacity, 1);
  text-align: center;
  will-change: transform, opacity;
}

.hero-copy h1 {
  max-width: 1160px;
  margin-inline: auto;
}

.hero-copy .lead {
  max-width: 710px;
  margin: 30px auto 0;
  color: #c5c7c5;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.55;
}

.hero-copy .button-row {
  justify-content: center;
}

.hero-stage {
  position: relative;
  display: block;
  width: var(--content);
  height: min(72vw, 760px);
  min-height: 460px;
  margin: clamp(56px, 7vw, 96px) auto 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink-soft);
  box-shadow: var(--shadow);
}

.hero-stage img {
  height: 100%;
  transform: translate3d(0, var(--hero-y, 0), 0) scale(var(--hero-scale, 1.035));
  object-fit: cover;
  object-position: center 58%;
  will-change: transform;
}

.hero-stage::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(6, 8, 10, 0.72));
  content: "";
}

.hero-caption {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 4vw, 54px);
  bottom: clamp(20px, 4vw, 46px);
  left: clamp(20px, 4vw, 54px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
}

.hero-caption strong {
  display: block;
  max-width: 590px;
  font-size: clamp(1.3rem, 2.7vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.hero-caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.capability-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: var(--content);
  margin: 34px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}

.capability-strip div {
  padding: 25px 22px;
  border-right: 1px solid var(--line);
}

.capability-strip div:last-child {
  border-right: 0;
}

.capability-strip small {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.capability-strip span {
  font-size: 0.92rem;
}

.section {
  padding-block: clamp(88px, 11vw, 158px);
}

.section.compact {
  padding-block: clamp(64px, 8vw, 110px);
}

.section.light {
  background: var(--paper);
  color: var(--ink);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(35px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(45px, 7vw, 92px);
}

.section-heading p {
  max-width: 520px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 1.05rem;
}

.light .section-heading p,
.light .eyebrow,
.light .muted {
  color: var(--muted-dark);
}

.light em {
  color: #3f7449;
}

.statement {
  display: grid;
  grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1.5fr);
  gap: clamp(30px, 8vw, 130px);
  padding-block: clamp(82px, 10vw, 140px);
  border-bottom: 1px solid var(--line);
}

.statement p {
  margin: 0;
  font-size: clamp(1.5rem, 3.2vw, 3.2rem);
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.portfolio-feature {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(24px, 4vw, 58px);
  align-items: stretch;
}

.feature-main,
.feature-side {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink-soft);
}

.feature-main {
  min-height: 690px;
}

.feature-side {
  min-height: 690px;
}

.feature-main img,
.feature-side img {
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.feature-side img {
  object-fit: contain;
  padding: clamp(20px, 3vw, 42px);
}

.feature-main:hover img,
.feature-side:hover img {
  transform: scale(1.025);
}

.feature-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: clamp(24px, 4vw, 48px);
  background: linear-gradient(180deg, transparent, rgba(5, 7, 8, 0.84));
}

.feature-overlay h3 {
  margin-bottom: 10px;
  color: var(--white);
}

.feature-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.feature-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}

.feature-meta p {
  margin: 0;
  color: var(--muted);
}

.home-projects {
  margin-top: clamp(78px, 11vw, 150px);
}

.home-projects .media-rail {
  width: 100%;
  padding-right: 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  background: var(--paper-soft);
  transition: transform 220ms ease, background 220ms ease;
}

.audience-card:hover {
  transform: translateY(-5px);
  background: var(--white);
}

.audience-card h3 {
  margin: 18px 0 25px;
  font-size: clamp(2rem, 4vw, 4.1rem);
}

.audience-card p {
  max-width: 530px;
  color: #4a504d;
}

.services-list {
  border-top: 1px solid var(--line);
}

.service-item {
  display: grid;
  grid-template-columns: 72px minmax(220px, 0.85fr) minmax(260px, 1.15fr);
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.service-number {
  color: var(--green);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.service-item p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.page-hero {
  padding: clamp(72px, 10vw, 142px) 0 clamp(52px, 7vw, 96px);
}

.page-hero h1 {
  max-width: 1260px;
}

.page-hero .lead {
  max-width: 790px;
  margin: 34px 0 0 auto;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.page-visual {
  width: var(--content);
  max-height: 760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink-soft);
}

.page-visual img {
  height: min(63vw, 760px);
  object-fit: cover;
}

.project-launch {
  display: block;
}

.project-launch-media {
  position: relative;
  height: min(68vw, 760px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink-soft);
}

.project-launch-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 750ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.project-launch:hover img {
  transform: scale(1.025);
}

.project-launch-copy {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.6fr);
  gap: 35px;
  align-items: start;
  padding: 30px 4px 0;
}

.project-launch-copy p {
  margin: 0;
  color: var(--muted);
}

.project-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.project-title-row small {
  color: var(--green);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-preview-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: clamp(60px, 9vw, 120px);
}

.project-preview-strip figure {
  margin: 0;
}

.project-preview-strip img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  background: var(--ink-soft);
  object-fit: cover;
}

.project-preview-strip .plan-preview img {
  object-fit: contain;
  padding: 16px;
}

.project-preview-strip figcaption {
  padding: 15px 5px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 96px) 22px;
}

.portfolio-card {
  display: block;
  min-width: 0;
}

.portfolio-card:nth-child(even) {
  padding-top: clamp(60px, 9vw, 130px);
}

.portfolio-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink-soft);
}

.portfolio-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 350ms ease;
}

.portfolio-card:hover .portfolio-card-media img {
  transform: scale(1.028);
  filter: saturate(1.03);
}

.portfolio-card-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 20px 5px 0;
}

.portfolio-card h2,
.portfolio-card h3 {
  margin-bottom: 9px;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.portfolio-card p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.portfolio-card small {
  padding-top: 6px;
  color: var(--green);
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.light .project-preview-strip figcaption {
  color: var(--muted-dark);
}

.case-hero {
  padding: clamp(62px, 9vw, 126px) 0 40px;
}

.case-hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.55fr);
  gap: clamp(35px, 8vw, 120px);
  align-items: end;
}

.case-hero .lead {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.case-cover {
  position: relative;
  height: min(70vw, 820px);
  min-height: 500px;
  margin-top: clamp(50px, 7vw, 90px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink-soft);
}

.case-cover img {
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.case-cover.landscape-cover {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
}

.case-cover-label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(13, 16, 19, 0.58);
  color: var(--white);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.fact {
  padding: 24px;
  background: var(--ink);
}

.fact small {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-section {
  padding: clamp(88px, 11vw, 160px) 0;
  background: var(--paper);
  color: var(--ink);
}

.story-section .eyebrow {
  color: var(--muted-dark);
}

.story-intro {
  max-width: 950px;
  margin-bottom: clamp(60px, 8vw, 110px);
}

.story-intro h2 {
  font-size: clamp(3rem, 7vw, 7.2rem);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(45px, 8vw, 120px);
  align-items: start;
}

.story-copy {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.story-step {
  display: flex;
  min-height: 72vh;
  flex-direction: column;
  justify-content: center;
  padding-block: 70px;
  opacity: 0.38;
  transition: opacity 300ms ease;
}

.story-step.is-active {
  opacity: 1;
}

.story-step .step-label {
  margin-bottom: 25px;
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-step h3 {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 4.4vw, 4.6rem);
}

.story-step p {
  max-width: 530px;
  color: #505653;
  font-size: 1.05rem;
}

.story-visuals {
  position: sticky;
  grid-column: 2;
  grid-row: 1;
  top: 106px;
  height: min(76vh, 760px);
  min-height: 540px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #dfe0dc;
  box-shadow: 0 25px 70px rgba(16, 20, 18, 0.14);
}

.story-frame {
  position: relative;
  height: 100%;
  margin: 0;
}

.story-frame img {
  height: 100%;
  object-fit: contain;
  padding: clamp(18px, 3vw, 42px);
}

.story-frame.render-frame img {
  padding: 0;
  object-fit: cover;
}

.story-frame figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(13, 16, 19, 0.72);
  color: white;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  backdrop-filter: blur(10px);
}

.js .story-frame {
  position: absolute;
  inset: 0;
  transform: scale(0.97);
  opacity: 0;
  transition: opacity 550ms ease, transform 850ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js .story-frame.is-active {
  z-index: 2;
  transform: scale(1);
  opacity: 1;
}

.rail-section {
  overflow: hidden;
}

.rail-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

.rail-heading p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
}

.rail-controls {
  display: flex;
  gap: 9px;
}

.rail-button {
  min-height: 43px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 0.82rem;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.rail-button:hover:not(:disabled) {
  border-color: var(--green);
  background: var(--green);
  color: var(--ink);
}

.rail-button:disabled {
  cursor: default;
  opacity: 0.32;
}

.media-rail {
  display: grid;
  grid-auto-columns: min(72vw, 760px);
  grid-auto-flow: column;
  gap: 18px;
  width: calc(100vw - max(4vw, calc((100vw - 1440px) / 2)));
  overflow-x: auto;
  padding: 2px max(4vw, calc((100vw - 1440px) / 2)) 16px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.media-rail::-webkit-scrollbar {
  display: none;
}

.rail-card {
  margin: 0;
  scroll-snap-align: start;
}

.rail-card img {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-lg);
  background: #2b2f32;
  object-fit: cover;
}

.rail-card figcaption,
.rail-caption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 5px 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.rail-caption {
  width: 100%;
}

.render-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.render-grid figure {
  margin: 0;
}

.render-grid figure:nth-child(1) {
  grid-column: span 7;
}

.render-grid figure:nth-child(2) {
  grid-column: span 5;
  padding-top: 90px;
}

.render-grid figure:nth-child(3) {
  grid-column: span 5;
}

.render-grid figure:nth-child(4) {
  grid-column: span 7;
}

.render-grid img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  object-fit: cover;
}

.render-grid figcaption {
  padding: 14px 5px 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.synthesis-note {
  max-width: 820px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 0.9rem;
}

.technical-rail .rail-card img {
  object-fit: contain;
  padding: clamp(18px, 2.6vw, 36px);
  background: #eef0ec;
}

.project-duet {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 18px;
  align-items: stretch;
}

.project-duet figure {
  margin: 0;
}

.project-duet figure:last-child {
  padding-top: clamp(60px, 8vw, 110px);
}

.project-duet img {
  aspect-ratio: 16 / 10;
  height: 100%;
  max-height: 760px;
  border-radius: var(--radius-lg);
  object-fit: cover;
}

.project-duet figcaption {
  padding: 14px 5px 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.project-single {
  margin: 0;
}

.project-single img {
  aspect-ratio: 16 / 9;
  max-height: 820px;
  border-radius: var(--radius-lg);
  object-fit: cover;
}

.project-single figcaption {
  padding: 14px 5px 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.project-film {
  margin: 0;
}

.project-film video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #050607;
  object-fit: cover;
}

.project-film figcaption {
  padding: 14px 5px 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.next-project {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.next-project:hover {
  transform: translateY(-4px);
  border-color: var(--green);
  background: rgba(255, 255, 255, 0.035);
}

.next-project p {
  margin: 0;
  color: var(--green);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.split-copy {
  display: grid;
  grid-template-columns: minmax(200px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(40px, 8vw, 120px);
}

.split-copy .large-copy {
  font-size: clamp(1.5rem, 3vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.34;
}

.pricing-list {
  border-top: 1px solid var(--line);
}

.price-item {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(280px, 1.1fr) minmax(150px, 0.35fr);
  gap: 35px;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
}

.price-item p {
  margin: 0;
  color: var(--muted);
}

.price {
  color: var(--green);
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.price small {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.note {
  max-width: 850px;
  color: var(--muted);
  font-size: 0.9rem;
}

.faq {
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.faq summary {
  cursor: pointer;
  font-size: 1.15rem;
}

.faq details p {
  max-width: 850px;
  padding-top: 20px;
  color: var(--muted);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(45px, 6vw, 92px);
  align-items: center;
}

.about-layout img {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  object-fit: cover;
}

.about-layout h2 {
  margin: 20px 0 30px;
}

.about-layout p {
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-card {
  min-height: 360px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.process-card small {
  color: var(--green);
  letter-spacing: 0.12em;
}

.process-card h3 {
  margin: 70px 0 20px;
}

.process-card p {
  color: var(--muted);
}

.contact-section {
  padding-block: clamp(78px, 9vw, 130px);
  background: var(--green);
  color: var(--ink);
}

.contact-section .eyebrow {
  color: var(--green-dark);
}

.contact-section em {
  color: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
}

.contact-layout h2 {
  font-size: clamp(3.1rem, 7vw, 7.4rem);
}

.contact-details a {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 12px 0;
  border-bottom: 1px solid rgba(13, 16, 19, 0.46);
  font-size: clamp(1.05rem, 2vw, 1.8rem);
  overflow-wrap: anywhere;
}

.contact-details p {
  margin: 30px 0 0;
  font-size: 0.9rem;
}

.site-footer {
  padding: 40px 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 28px;
}

.site-footer a {
  color: var(--paper);
}

.js [data-reveal] {
  transform: translate3d(0, 34px, 0);
  opacity: 0;
  transition: transform 760ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 600ms ease;
}

.js [data-reveal].is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.delay-1 {
  transition-delay: 90ms !important;
}

.delay-2 {
  transition-delay: 180ms !important;
}

@media (max-width: 1050px) {
  .brand small {
    display: none;
  }

  .feature-main,
  .feature-side {
    min-height: 540px;
  }

  .facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 840px) {
  html {
    scroll-padding-top: 78px;
  }

  .nav-shell {
    min-height: 68px;
  }

  .js .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 15px;
    font-size: 0.82rem;
  }

  .js .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: flex;
    max-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    background: rgba(18, 22, 25, 0.98);
    opacity: 0;
    pointer-events: none;
    transition: max-height 300ms ease, opacity 180ms ease, padding 300ms ease;
  }

  .js .site-nav[data-open="true"] {
    max-height: 430px;
    padding: 15px;
    opacity: 1;
    pointer-events: auto;
  }

  .js .site-nav a {
    padding: 13px 12px;
    border-radius: 10px;
  }

  .js .site-nav a::after {
    display: none;
  }

  .js .site-nav a:hover,
  .js .site-nav a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.07);
  }

  .js .site-nav .nav-contact {
    margin-top: 5px;
    text-align: center;
  }

  .home-hero {
    padding-top: 58px;
  }

  .hero-stage {
    min-height: 440px;
  }

  .capability-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-strip div:nth-child(2) {
    border-right: 0;
  }

  .capability-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading,
  .statement,
  .split-copy,
  .case-hero-top {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

  .statement {
    gap: 10px;
  }

  .portfolio-feature {
    grid-template-columns: 1fr;
  }

  .feature-main,
  .feature-side {
    min-height: 510px;
  }

  .feature-side {
    display: none;
  }

  .audience-card {
    min-height: 420px;
  }

  .service-item {
    grid-template-columns: 50px 1fr;
  }

  .service-item p {
    grid-column: 2;
  }

  .project-launch-copy {
    grid-template-columns: 1fr;
  }

  .portfolio-grid,
  .project-duet {
    grid-template-columns: 1fr;
  }

  .portfolio-card:nth-child(even),
  .project-duet figure:last-child {
    padding-top: 0;
  }

  .story-layout {
    display: block;
  }

  .story-visuals {
    top: 83px;
    z-index: 3;
    height: 50vh;
    min-height: 340px;
    margin-bottom: 18px;
  }

  .story-step {
    min-height: 54vh;
    padding: 18vh 0 8vh;
  }

  .render-grid figure:nth-child(n) {
    grid-column: span 6;
    padding-top: 0;
  }

  .price-item {
    grid-template-columns: 1fr minmax(130px, 0.3fr);
  }

  .price-item p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-layout img {
    aspect-ratio: 16 / 9;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    min-height: 300px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --content: 92vw;
    --narrow: 92vw;
  }

  h1 {
    font-size: clamp(3rem, 15.5vw, 5rem);
  }

  h2 {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    width: 108px;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-copy .lead {
    margin-left: 0;
  }

  .hero-copy .button-row {
    justify-content: flex-start;
  }

  .button {
    min-height: 46px;
    padding-inline: 17px;
  }

  .hero-stage {
    height: 118vw;
    min-height: 0;
    margin-top: 48px;
    border-radius: 24px;
  }

  .hero-stage img {
    object-position: 58% center;
  }

  .hero-caption {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .capability-strip div {
    min-height: 105px;
    padding: 20px 15px;
  }

  .section {
    padding-block: 78px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .feature-main {
    min-height: 112vw;
    border-radius: 24px;
  }

  .feature-meta {
    align-items: start;
    flex-direction: column;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 390px;
    border-radius: 24px;
  }

  .page-hero .lead {
    margin-left: 0;
  }

  .page-visual img {
    height: 112vw;
  }

  .project-launch-media {
    height: 112vw;
    border-radius: 24px;
  }

  .project-launch-media img {
    object-position: 58% center;
  }

  .project-preview-strip {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    gap: 50px;
  }

  .portfolio-card-media,
  .project-duet img,
  .project-single img,
  .project-film video {
    border-radius: 22px;
  }

  .portfolio-card-copy {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .next-project {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-cover {
    height: 118vw;
    min-height: 0;
    border-radius: 24px;
  }

  .case-cover img {
    object-position: 58% center;
  }

  .facts {
    grid-template-columns: 1fr;
  }

  .story-visuals {
    height: 44vh;
    min-height: 300px;
    border-radius: 22px;
  }

  .story-frame img {
    padding: 12px;
  }

  .story-frame.render-frame img {
    padding: 0;
  }

  .story-step {
    min-height: 50vh;
  }

  .rail-heading {
    align-items: start;
    flex-direction: column;
  }

  .media-rail {
    grid-auto-columns: 88vw;
    width: 100vw;
  }

  .rail-card img {
    border-radius: 22px;
  }

  .render-grid {
    display: block;
  }

  .render-grid figure {
    margin-bottom: 34px;
  }

  .render-grid img {
    border-radius: 22px;
  }

  .price-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .price-item p,
  .price {
    grid-column: 1;
    grid-row: auto;
  }

  .process-card h3 {
    margin-top: 50px;
  }

  .site-footer .wrap {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-copy,
  .hero-stage img {
    transform: none !important;
    opacity: 1 !important;
  }
}
