/* Homepage story, production work, services, process, and conversion. */
.optics-hero { overflow-x: clip; }
.services-section { overflow-x: clip; }

.optics-hero { height: auto; min-height: 0; padding: 0; }
.hero-stage { display: block; position: relative; height: auto; min-height: 0; }
.hero-layout {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(850px, 100svh);
  padding-block: 150px 120px;
  perspective: 1200px;
}
.hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.hero-eyebrow span { display: inline-block; }
.hero-copy { position: relative; z-index: 2; width: 55%; }
.headline-mask {
  display: block;
  overflow: clip;
  padding-bottom: 0.22em;
  margin-bottom: -0.08em;
}
.headline-mask > span { display: block; }
.hero-copy h1 {
  font-size: clamp(56px, 6.4vw, 80px);
  letter-spacing: -0.03em;
  line-height: 1.02;
  max-width: 720px;
}
.hero-emphasis { color: var(--accent); }
.hero-copy p {
  font-size: 19px;
  line-height: 1.47;
  letter-spacing: -0.011em;
  max-width: 440px;
  margin-top: 28px;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.optics-art {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: min(780px, 66vw);
  height: auto;
  aspect-ratio: 1;
  right: -110px;
  top: 50%;
  transform: translateY(-48%);
  transform-origin: center;
  mix-blend-mode: multiply;
}
.optics-premium { width: 100%; height: 100%; object-fit: contain; }
.optics-art canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
.optics-art .optics-poster { transition: opacity 600ms var(--ease-out); }
.optics-art.is-live .optics-poster { opacity: 0; }
.headline-mask > span > span { display: inline-block; will-change: transform; }
.story-cue {
  position: absolute;
  bottom: 42px;
  left: var(--gutter);
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink);
}
.aperture {
  width: 22px;
  height: 22px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--bg), 0 0 0 6px var(--bg), 0 0 0 7.5px currentColor;
}

.proof-section { padding: 72px 0 36px; background: var(--bg); }
.proof-section h2 {
  font-size: clamp(32px, 4.2vw, 54px);
  max-width: 820px;
  margin-bottom: 44px;
}
.proof-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}
.proof-band > div { padding: 18px 18px 18px 0; border-right: 1px solid var(--line); }
.proof-band > div + div { padding-left: 24px; }
.proof-band > div:last-child { border-right: 0; }
.proof-band strong {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.proof-band span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.proof-band > div p { margin-top: 10px; font-size: 13px; color: var(--muted); max-width: 26ch; }
.provenance {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  align-items: center;
  padding-top: 22px;
}
.provenance > p { font-size: 12px; color: var(--muted); }
.provenance-names {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.provenance-names span { font-size: 16px; font-weight: 600; }
.provenance .provenance-note { grid-column: 2; font-size: 11px; }

.work-section { padding: 0 0 72px; }
.work-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.6fr);
  gap: 40px;
  align-items: end;
  padding-block: 72px 40px;
}
.work-intro h2 { font-size: clamp(40px, 5vw, 64px); letter-spacing: -0.028em; }
.work-intro p { max-width: 34ch; color: var(--muted); font-size: 17px; line-height: 1.47; }
.work-card {
  padding-block: 48px;
  background: transparent;
}
.work-card-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  padding-block: 28px;
}
.work-card-gym { color: var(--ink); }
.work-card-anpr { color: var(--ink); }
.work-card-docs {
  color: var(--bg);
}
.work-media {
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #D2E2F0;
}
.work-card-docs .work-media { background: #1A243D; }
.work-media video,
.work-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-height: 560px;
}
.work-media video { object-fit: contain; background: #11182D; }
.work-summary h3 {
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.022em;
  line-height: 1.12;
  max-width: 16em;
}
.work-summary > div > p.work-kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
  max-width: none;
}
.work-card-docs .work-kicker { color: #FF9784; }
.work-points {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.011em;
  color: var(--muted);
}
.work-card-docs .work-points { color: #C0CADE; }
.work-points li { padding: 6px 0 6px 22px; position: relative; }
.work-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.work-summary > div > p:not(.work-kicker) {
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.011em;
  color: var(--muted);
  margin-top: 14px;
  max-width: 38ch;
}
.work-card-docs .work-summary > div > p:not(.work-kicker),
.work-card-docs .work-results div > span { color: #C0CADE; }
.work-card-docs .text-link { color: var(--bg); }
.work-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  margin-top: 28px;
}
.work-results strong { font-size: clamp(44px, 4.6vw, 56px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.work-results strong span { font-size: 0.42em; letter-spacing: -0.02em; }
.work-results div > span { display: block; margin-top: 6px; font-size: 14px; letter-spacing: -0.011em; color: var(--muted); }
.work-results > p {
  grid-column: 1 / -1;
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}
.work-card-docs .work-results > p { color: #C0CADE; }
.work-summary .text-link { margin-top: 18px; }
.project-previews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 28px;
}
.project-previews > div { padding-top: 20px; border-top: 1px solid var(--line); }
.project-previews span { font-size: 11px; color: var(--accent-text); text-transform: uppercase; letter-spacing: 0.04em; }
.project-previews h3 { margin: 10px 0 5px; }
.project-previews p { color: var(--muted); font-size: 13px; }
.project-demos {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.services-section {
  --rail-inset: max(var(--gutter), calc((100vw - var(--shell)) / 2));
  background: transparent;
  color: var(--ink);
  padding: 96px 0 72px;
}
.services-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 48px;
}
.services-intro h2 { font-size: clamp(40px, 5vw, 64px); letter-spacing: -0.028em; line-height: 1.04; }
.services-intro p { max-width: 36ch; color: var(--muted); font-size: 17px; line-height: 1.47; letter-spacing: -0.011em; }
.service-rail {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--rail-inset);
  padding-inline: var(--rail-inset);
  scrollbar-width: none;
}
.service-rail::-webkit-scrollbar { display: none; }
.service-card {
  flex: 0 0 min(720px, calc((100vw - var(--rail-inset) - 48px) / 2.18));
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  scroll-snap-align: start;
  container-type: scroll-state;
}
.service-art {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 32px;
  background: var(--midnight);
}
.service-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(17, 24, 45, 0.42));
  pointer-events: none;
}
.service-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 240ms var(--ease-out);
}
.service-chips {
  position: absolute;
  inset: auto 16px 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
}
.service-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 100px;
  background: color-mix(in srgb, var(--midnight) 58%, transparent);
  color: var(--bg);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
}
.service-chips span:nth-child(n + 4) { display: none; }
.service-name {
  background: var(--ink);
  font-weight: 600;
}
.service-title {
  max-width: 24em;
  margin-top: 22px;
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.service-detail {
  max-width: 38ch;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
}
.service-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
}
.service-controls { display: flex; align-items: center; gap: 10px; }
.service-controls button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 100px;
  background: color-mix(in srgb, var(--ink) 8%, transparent);
  color: var(--ink);
  transition: background 200ms var(--ease-out), color 200ms var(--ease-out);
}
.service-controls button svg { width: 18px; height: 18px; }
.service-controls [data-service-control="previous"] svg { transform: rotate(180deg); }
.service-position { font-size: 13px; color: var(--muted); margin-right: 6px; }
.services-section .text-link { color: var(--ink); }

.approach-section {
  padding: 110px 0;
  background: var(--pale);
}
.approach-statement {
  font-size: clamp(44px, 6vw, 76px);
  max-width: 1000px;
}
.kinetic-heading {
  max-width: none;
  overflow: clip;
  white-space: nowrap;
  text-wrap: nowrap;
  font-size: clamp(56px, 9vw, 128px);
  letter-spacing: -0.045em;
  margin-inline: calc(var(--gutter) * -1);
  padding-inline: var(--gutter);
}
.kinetic-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
}
.kinetic-track > span { flex-shrink: 0; }
@media (prefers-reduced-motion: no-preference) {
  .kinetic-track { animation: marquee-scroll 22s linear infinite; }
}
.kinetic-heading:hover .kinetic-track { animation-play-state: paused; }

/* Work stack pagination dots */
.work-stack { position: relative; }
.work-dots {
  display: none;
  height: 0;
  overflow: visible;
  position: sticky;
  top: 50vh;
  z-index: 5;
  pointer-events: none;
}
@media (min-width: 901px) and (min-height: 621px) {
  .work-dots {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: 20px;
    transform: translateY(-50%);
    padding: 10px 8px;
    border-radius: 100px;
    background: color-mix(in srgb, var(--bg) 72%, transparent);
    backdrop-filter: blur(8px);
  }
}
.work-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: background 200ms var(--ease-out), border-color 200ms var(--ease-out), transform 200ms var(--ease-out);
}
.work-dots button[aria-current="true"] { background: var(--accent); border-color: var(--accent); transform: scale(1.25); }
@media (prefers-reduced-motion: reduce) { .work-dots { display: none; } }
.approach-intro { margin-top: 28px; color: var(--muted); max-width: 46ch; }
.process-steps {
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.process-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 180px;
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.process-number {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-text);
  padding-top: 6px;
}
.process-step h3 { font-size: 24px; }
.process-step p { font-size: 14px; color: var(--muted); margin-top: 8px; max-width: 52ch; }
.process-time { padding-top: 8px; font-size: 12px; font-weight: 600; text-align: right; }
.js .process-step { color: var(--ink); }
.js .process-step:not(.is-current) .process-number,
.js .process-step:not(.is-current) .process-time { color: #7A8AA3; }
.js .process-step.is-current {
  background: color-mix(in srgb, var(--bg) 70%, transparent);
  margin-inline: calc(var(--gutter) * -0.35);
  padding-inline: calc(var(--gutter) * 0.35);
  border-radius: 12px;
}

.why-section { padding: 88px 0; }
.why-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}
.why-lead h2 { font-size: clamp(36px, 4.4vw, 56px); }
.why-lead p { margin-top: 18px; color: var(--muted); max-width: 36ch; }
.principle-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
}
.principle h3 { font-size: 18px; }
.principle p { color: var(--muted); font-size: 14px; margin-top: 8px; }

.insights-section { padding: 0 0 96px; }
.insights-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}
.insights-intro h2 { font-size: clamp(36px, 4.6vw, 60px); }
.insights-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 28px;
}
.insight-image {
  height: 210px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
}
.insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms var(--ease-out);
}
.insight-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-text);
  display: block;
  margin-bottom: 10px;
}
.insight-card:first-child .insight-image { height: 310px; }

/* Kinetic marquee */
.marquee {
  overflow: clip;
  white-space: nowrap;
  padding-block: 14px;
  border-block: 1px solid var(--line);
  background: var(--pale);
  color: var(--ink);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  padding-right: 56px;
  animation: marquee-scroll 24s linear infinite;
  will-change: transform;
}
.marquee-track span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.marquee-track span.proof-stat {
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}
.marquee-track span.proof-label { color: var(--muted); }
.marquee-track span.provenance-name { color: var(--accent-text); }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}
.insight-card h3 { font-size: 22px; margin: 0 0 18px; }

.contact-section {
  padding: 105px 0;
  background: var(--surface-inverse);
  color: var(--bg);
}
.contact-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 24px;
}
.contact-heading h2 {
  font-size: clamp(42px, 6.2vw, 76px);
  color: var(--bg);
  max-width: 850px;
  position: relative;
  z-index: 1;
}
.contact-heading img {
  display: block;
  width: min(420px, 40vw);
  margin-left: auto;
  margin-bottom: -80px;
  opacity: 0.55;
  mix-blend-mode: screen;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid #47536D;
}
.contact-lead { font-size: 19px; max-width: 520px; }
.contact-grid .btn-primary { margin-top: 28px; }
.contact-email {
  display: block;
  margin-top: 24px;
  font-size: 26px;
  font-weight: 600;
}
.contact-response, .contact-grid .text-link { margin-top: 16px; font-size: 12px; color: #C0CADE; }
.contact-grid .text-link { color: var(--bg); }
.calendly-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 0;
  padding: 22px 22px 20px;
  color: var(--ink);
  border-radius: 36px;
}
.calendly-fallback {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding: 2px 4px 0;
}
.calendly-fallback p {
  margin: 0;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.15;
}
.calendly-fallback a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 100px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(17, 24, 45, 0.08);
}
.calendly-fallback a svg {
  width: 16px;
  height: 16px;
}
.calendly-embed {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
}
.calendly-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 28px 22px;
  pointer-events: none;
}
.calendly-placeholder-top,
.calendly-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
  gap: 10px;
}
.calendly-placeholder-top span,
.calendly-placeholder-grid span {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--ink) 8%, transparent);
}
.calendly-placeholder-top span {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: color-mix(in srgb, var(--ink) 18%, transparent);
}
.calendly-placeholder-grid span.is-active {
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 24, 45, 0.1);
}
.calendly-placeholder,
.calendly-inline-widget {
  transition: opacity 220ms var(--ease-out), visibility 220ms var(--ease-out);
}
.calendly-inline-widget {
  position: relative;
  z-index: 2;
  min-height: 360px;
}
.calendly-inline-widget iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}
.calendly-wrap:not(.is-hydrated) .calendly-inline-widget {
  opacity: 0;
}
.calendly-spinner {
  display: none;
}
.calendly-wrap.is-hydrated .calendly-placeholder {
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .calendly-fallback a {
    transition: transform 160ms var(--ease-out), background 160ms var(--ease-out);
  }
  .calendly-fallback a:hover { background: var(--accent); }
}
.calendly-fallback a:active { transform: scale(0.97); }
.calendly-wrap.is-loading .calendly-placeholder-grid span:not(.is-active) {
  animation: calendly-placeholder-pulse 1.4s ease-in-out infinite;
}
@keyframes calendly-placeholder-pulse {
  50% { opacity: 0.45; }
}
@media (prefers-reduced-motion: reduce) {
  .calendly-fallback a { transition: none; }
  .calendly-fallback a:active { transform: none; }
  .calendly-placeholder,
  .calendly-inline-widget { transition: none; }
  .calendly-wrap.is-loading .calendly-placeholder-grid span:not(.is-active) { animation: none; }
}

@media (min-width: 901px) and (min-height: 621px) and (prefers-reduced-motion: no-preference) {
  .work-card {
    position: sticky;
    top: 78px;
    min-height: calc(100svh - 96px);
    display: flex;
    align-items: center;
    padding-block: 56px;
    view-timeline-name: --work-card;
    view-timeline-axis: block;
  }
  .work-card-inner { transform-origin: center top; }
  .work-card-gym { top: 78px; z-index: 1; }
  .work-card-anpr { top: 96px; z-index: 2; }
  .work-card-docs { top: 114px; z-index: 3; }
}

@supports ((animation-timeline: view()) and (animation-range: exit 0% exit 100%)) {
  @media (min-width: 901px) and (min-height: 621px) and (prefers-reduced-motion: no-preference) {
    .work-card-gym .work-card-inner,
    .work-card-anpr .work-card-inner {
      animation: work-recede linear both;
      animation-timeline: --work-card;
      animation-range: exit 0% exit 100%;
    }
  }
}
@keyframes work-recede {
  to { transform: scale(0.94); }
}
@keyframes aperture-breathe {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.86); opacity: 0.7; }
}
@keyframes optic-settle {
  from { transform: scale(0.96); opacity: 0.4; }
  to { transform: none; opacity: 1; }
}

@media (prefers-reduced-motion: no-preference) {
  .optics-premium { animation: optic-settle 700ms var(--ease-out) both; }
  .aperture { animation: aperture-breathe 2.2s var(--ease-out) infinite; }
}

@media (hover: hover) and (pointer: fine) {
  .insight-card:hover img,
  .work-media:hover img { transform: scale(1.025); }
  .work-media img { transition: transform 240ms var(--ease-out); }
  .service-controls button:hover {
    background: color-mix(in srgb, var(--ink) 16%, transparent);
  }
  .service-card:hover .service-art img { transform: scale(1.025); }
}

@media (max-width: 1100px) {
  .hero-copy h1 { font-size: clamp(60px, 7vw, 76px); }
  .optics-art { right: -70px; }
  .work-card-inner { gap: 28px; }
}

@media (max-width: 900px) {
  .hero-layout {
    display: block;
    min-height: 0;
    padding-block: 130px 0;
  }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: clamp(44px, 8vw, 68px); max-width: 760px; }
  .hero-copy p { max-width: 500px; }
  .optics-art {
    position: relative;
    width: 100%;
    max-width: 680px;
    right: auto;
    top: auto;
    transform: none;
    margin: -12px auto 0;
  }
  .story-cue { display: none; }
  .marquee { margin-top: 24px; }
  .work-intro,
  .services-intro,
  .why-strip,
  .work-card-inner { grid-template-columns: 1fr; }
  .work-card { min-height: 0; padding-block: 36px; }
  .service-card { flex-basis: min(420px, 78vw); }
  .service-art { border-radius: 28px; }
  .process-step { grid-template-columns: 48px 1fr; }
  .process-time { grid-column: 2; text-align: left; padding-top: 0; }
  .principle-list { grid-template-columns: 1fr 1fr; }
  .insights-grid { grid-template-columns: 1fr 1fr; }
  .insight-card:first-child { grid-column: 1 / -1; }
  .contact-heading { grid-template-columns: 1fr; }
  .contact-heading img { width: 220px; margin: 0 0 -40px auto; }
  .contact-grid { gap: 40px; }
}

@media (max-width: 800px) {
  .service-bottom { flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .hero-copy h1 { font-size: clamp(42px, 11vw, 54px); }
  .hero-actions { flex-direction: column; }
  .optics-art { width: 116%; max-width: none; margin: 0 -8%; }
  .proof-section { padding-top: 72px; padding-bottom: 64px; }
  .proof-section h2 { font-size: clamp(28px, 8vw, 36px); margin-bottom: 0; }
  .proof-band > div,
  .proof-metric { border: 0; }
  .provenance { grid-template-columns: 1fr; }
  .provenance .provenance-note { grid-column: 1; }
  .project-previews,
  .insights-grid,
  .contact-grid,
  .principle-list { grid-template-columns: 1fr; }
  .insight-card:first-child { grid-column: auto; }
  .insight-card:first-child .insight-image { height: 210px; }
  .service-card { flex-basis: min(360px, 80vw); }
  .js .process-step.is-current { margin-inline: 0; padding-inline: 0; }
  .marquee { padding-block: 10px; }
  .marquee-track { gap: 32px; padding-right: 32px; animation-duration: 18s; }
  .work-intro,
  .services-intro { padding-block: 56px 28px; }
  .work-section, .services-section, .why-section, .insights-section, .approach-section, .contact-section { padding-block: 64px; }
  .work-section { padding-top: 0; padding-bottom: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-layout { min-height: 0; }
  .optics-premium, .aperture { animation: none; }
  .service-art img { transition: none; }
  .service-card:hover .service-art img { transform: none; }
  .work-card { position: relative; top: auto; min-height: 0; transform: none; }
  .work-card-inner { transform: none; animation: none; }
}

/* Premium story system: color fields, image-led proof, and one authored scroll. */
.story-hero {
  --story-copy: 1;
  --story-input: 1;
  --story-field-input: 0;
  --story-model: 0;
  --story-output: 0;
  --story-beat-input: 0;
  --story-beat-model: 0;
  --story-beat-output: 0;
  position: relative;
  min-height: 100svh;
  overflow: visible;
  background: var(--bg);
}
.story-pin {
  position: relative;
  min-height: 100svh;
  background: var(--bg);
  overflow: clip;
  transition: background 220ms var(--ease-out);
}
.story-hero[data-story="model"] .story-pin { background: var(--pale); }
.story-hero[data-story="output"] .story-pin { background: #1B2236; }
.story-layout {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding-block: 120px 88px;
  position: relative;
}
.story-stage {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: start;
  align-items: start;
  align-self: center;
  justify-items: start;
  min-width: 0;
  min-height: 0;
  isolation: isolate;
  background: var(--bg);
}
.story-hero[data-story="model"] .story-stage { background: var(--pale); }
.story-hero[data-story="output"] .story-stage { background: #1B2236; }
.story-copy,
.story-beat {
  grid-area: 1 / 1;
  width: 100%;
  max-width: 520px;
  min-height: 0;
}
.story-copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 16px 12px 0;
  opacity: var(--story-copy);
  transform: translateY(calc((1 - var(--story-copy)) * -28px));
  will-change: transform, opacity;
}
.story-hero:not([data-story="offer"]) .story-copy {
  pointer-events: none;
  visibility: hidden;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.story-copy h1 {
  font-size: clamp(52px, 6vw, 80px);
  max-width: 690px;
  letter-spacing: -0.028em;
  line-height: 1.03;
}
.story-copy > p {
  max-width: 470px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.47;
  letter-spacing: -0.011em;
}
.story-copy .hero-actions { margin-top: 32px; }
.js .story-hero { --story-field-input: 0; }
@media (prefers-reduced-motion: no-preference) {
  .js .story-copy:not(.is-ready) h1,
  .js .story-copy:not(.is-ready) > p,
  .js .story-copy:not(.is-ready) .hero-actions { opacity: 0; }
}
.story-beat {
  z-index: 3;
  display: none;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 12px 16px 12px 0;
  pointer-events: none;
  visibility: hidden;
}
.js .story-beat { display: flex; }
.story-hero[data-story="input"] .story-beat[data-beat="input"],
.story-hero[data-story="model"] .story-beat[data-beat="model"],
.story-hero[data-story="output"] .story-beat[data-beat="output"] {
  z-index: 5;
  visibility: visible;
}
.story-hero[data-story="offer"] .story-copy { z-index: 6; }
.story-beat[data-beat="input"] {
  opacity: var(--story-beat-input);
  transform: translateY(calc((1 - var(--story-beat-input)) * 24px));
}
.story-beat[data-beat="model"] {
  opacity: var(--story-beat-model);
  transform: translateY(calc((1 - var(--story-beat-model)) * 24px));
}
.story-beat[data-beat="output"] {
  color: var(--bg);
  opacity: var(--story-beat-output);
  transform: translateY(calc((1 - var(--story-beat-output)) * 24px));
}
.story-hero[data-story="offer"] .story-copy,
.story-hero[data-story="input"] .story-beat[data-beat="input"],
.story-hero[data-story="model"] .story-beat[data-beat="model"],
.story-hero[data-story="output"] .story-beat[data-beat="output"] {
  pointer-events: auto;
}
.story-beat span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-text);
}
.story-beat[data-beat="output"] span { color: #FF9784; }
.story-beat strong {
  display: block;
  max-width: 12ch;
  margin-top: 18px;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.045em;
}
.story-beat p {
  max-width: 38ch;
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.story-beat[data-beat="output"] p { color: #C0CADE; }
.story-beat ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.story-beat li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.story-beat-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  max-width: 420px;
}
.story-beat-proof div {
  padding: 14px 0;
  border-top: 1px solid #47536D;
  color: #C0CADE;
  font-size: 11px;
}
.story-beat-proof b {
  display: block;
  color: var(--bg);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.story-beat .hero-actions { margin-top: 28px; }
.story-hero[data-story="output"] .btn-outline {
  border-color: var(--bg);
  color: var(--bg);
}
body.story-on-dark nav {
  background: color-mix(in srgb, #1B2236 84%, transparent);
  border-bottom-color: #2C3650;
}
body.story-on-dark .logo,
body.story-on-dark nav .nav-links a:not(.nav-cta) { color: var(--bg); }
body.story-on-dark nav .nav-cta {
  background: var(--bg);
  border-color: var(--bg);
  color: var(--ink) !important;
}
.js .story-hero.is-preview-section { min-height: 0; }
.js .story-hero.is-preview-section .story-pin {
  position: relative;
  height: auto;
}
.story-visual {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: end;
  align-items: center;
  min-width: 0;
  width: 100%;
  margin: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.story-image {
  grid-area: 1 / 1;
  position: relative;
  width: auto;
  height: min(72svh, 640px);
  aspect-ratio: 4 / 5;
  max-width: 100%;
  overflow: hidden;
  border-radius: 32px;
  background: var(--midnight);
  box-shadow: 0 24px 64px rgba(17, 24, 45, 0.16);
}
.story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(17, 24, 45, 0.02), rgba(17, 24, 45, calc(0.12 + var(--story-output) * 0.5)));
}
.story-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform, opacity;
}
.story-photo-world {
  filter: saturate(calc(0.84 + var(--story-model) * 0.16)) contrast(1.04);
  transform: scale(calc(1.03 + var(--story-beat-input) * 0.04 + var(--story-model) * 0.07));
}
.story-photo-output {
  z-index: 1;
  object-position: 50% 38%;
  opacity: var(--story-output);
  transform: scale(1.04);
}
.story-hud {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.story-hud-input { opacity: var(--story-beat-input); }
.story-hud-model { opacity: var(--story-model); }
.story-hud-output { opacity: var(--story-output); }
.hud-bar {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 45, 0.46);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  backdrop-filter: blur(12px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #F7F8FC;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hud-bar b {
  margin-left: auto;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.72;
}
.hud-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5a4a;
  box-shadow: 0 0 0 4px rgba(255, 90, 74, 0.22);
  animation: hud-pulse 1.4s ease-in-out infinite;
}
.hud-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 22%;
  background: linear-gradient(to bottom, transparent, rgba(255, 112, 94, 0.22), transparent);
  opacity: 0;
}
.story-hero[data-story="input"] .hud-scan {
  animation: hud-scan 2.6s linear infinite;
}
.raw-box {
  position: absolute;
  border: 1.5px dashed rgba(255, 248, 245, 0.72);
}
.raw-box-a { left: 12%; top: 46%; width: 14%; height: 32%; transform: rotate(-3deg); }
.raw-box-b { left: 48%; top: 36%; width: 10%; height: 22%; }
.raw-box-c { right: 14%; top: 41%; width: 16%; height: 34%; transform: rotate(2deg); }
.vision-box {
  position: absolute;
  border: 2px solid var(--accent);
  transform: scale(calc(0.92 + var(--story-model) * 0.08));
}
.vision-box::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(247, 248, 252, 0.8);
}
.vision-box i {
  position: absolute;
  left: -2px;
  bottom: calc(100% + 5px);
  padding: 2px 6px;
  background: var(--accent);
  color: var(--ink);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border-radius: 3px 3px 3px 0;
}
.vision-box-a { left: 14%; top: 49%; width: 11%; height: 28%; }
.vision-box-b { left: 43%; top: 38%; width: 9%; height: 24%; border-color: #98B4D5; }
.vision-box-b i { background: #98B4D5; }
.vision-box-c { right: 17%; top: 44%; width: 13%; height: 30%; }
.vision-pose {
  position: absolute;
  left: 14%;
  top: 49%;
  width: 11%;
  height: 28%;
  overflow: visible;
}
.vision-path {
  position: absolute;
  left: 20%;
  right: 24%;
  top: 64%;
  height: 1px;
  background: #C9DDF3;
  transform: rotate(-4deg) scaleX(var(--story-model));
  transform-origin: left;
}
.hud-ocr {
  position: absolute;
  left: 10%;
  top: 20%;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(17, 24, 45, 0.52);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #F7F8FC;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.hud-outcome {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 36px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(17, 24, 45, 0.48);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #F7F8FC;
  box-shadow: 0 18px 40px rgba(17, 24, 45, 0.25);
}
.hud-outcome span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FF9784;
}
.hud-outcome strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.04em;
}
.hud-outcome p {
  margin: 6px 0 0;
  font-size: 13px;
  color: #C0CADE;
}
@keyframes hud-pulse {
  50% { opacity: 0.4; }
}
@keyframes hud-scan {
  from { transform: translateY(-40%); opacity: 0; }
  18% { opacity: 1; }
  to { transform: translateY(430%); opacity: 0; }
}
.story-field {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 24px;
  color: var(--ink);
  transition: opacity 120ms linear;
}
.story-field span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.story-field strong {
  max-width: 18ch;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.story-field-input {
  top: 0;
  left: 0;
  width: 43%;
  border-radius: 0 0 28px 0;
  background: var(--bg);
  opacity: var(--story-beat-input);
  transform: translateY(calc((1 - var(--story-beat-input)) * 24px));
  pointer-events: none;
  visibility: hidden;
}
.story-field-model {
  top: 8%;
  right: 0;
  width: 43%;
  background: var(--pale);
  border-radius: 28px 0 0 28px;
  opacity: var(--story-model);
  transform: translateX(calc((1 - var(--story-model)) * 45px));
}
.story-field-output {
  right: 0;
  bottom: 0;
  width: 58%;
  min-height: 42%;
  justify-content: flex-end;
  border-radius: 36px 0 0 0;
  background: var(--accent);
  opacity: var(--story-output);
  transform: translateY(calc((1 - var(--story-output)) * 70px));
}
.story-field-output div {
  display: flex;
  gap: 18px;
  margin-top: 12px;
  font-size: 12px;
}
.story-field-output b { font-size: 20px; }
.story-hero[data-story="offer"] .story-field-input,
.story-hero[data-story="model"] .story-field-input,
.story-hero[data-story="output"] .story-field-input,
.story-hero[data-story="output"] .story-field-model {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 901px) {
  .js .story-field { display: none; }
}
.story-hero[data-story="input"] .story-field-input {
  visibility: visible;
}
.story-visual figcaption {
  grid-area: 1 / 1;
  z-index: 4;
  align-self: end;
  justify-self: end;
  width: min(100%, 520px);
  position: relative;
  min-height: 28px;
  padding: 0 18px 14px;
  color: rgba(247, 248, 252, 0.8);
  font-size: 10px;
  pointer-events: none;
}
.story-cap {
  position: absolute;
  left: 18px;
  bottom: 14px;
  opacity: 0;
}
.story-cap[data-cap="offer"] { opacity: var(--story-copy); }
.story-cap[data-cap="input"] { opacity: var(--story-beat-input); }
.story-cap[data-cap="model"] { opacity: var(--story-model); }
.story-cap[data-cap="output"] { opacity: var(--story-output); }
.story-meta {
  position: absolute;
  z-index: 5;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 11px;
}
.story-hero[data-story="output"] .story-meta { color: #C0CADE; }
.story-hero[data-story="output"] .story-progress { background: #47536D; }
.story-meta a { display: inline-flex; align-items: center; gap: 10px; }
.story-meta svg { width: 17px; height: 17px; }
.story-progress {
  position: absolute;
  z-index: 6;
  inset: auto 0 0;
  height: 3px;
  background: var(--line);
}
.story-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(var(--story-progress, 0));
  transform-origin: left;
}
.js .story-hero { min-height: 360svh; }
.js .story-pin {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 0;
}
.story-hero > .marquee {
  position: absolute;
  z-index: 8;
  inset: auto 0 0;
  margin: 0;
}

.proof-section {
  padding: 96px 0 88px;
  background: var(--pale);
  container-type: inline-size;
  container-name: proof;
}
.proof-section h2 {
  max-width: min(14ch, 100%);
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}
.proof-band {
  display: grid;
  grid-template-columns: 1fr 1fr 1.28fr 1fr;
  gap: 14px;
  margin-top: 48px;
  border: 0;
}
.proof-band > div,
.proof-metric {
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 28px 26px 26px;
  border: 0;
  border-radius: 28px;
  background: var(--bg);
}
.proof-band > div + div,
.proof-metric + .proof-metric { padding-left: 26px; }
.proof-band > div:last-child { border-right: 0; }
.proof-metric[data-tone="paper"],
.proof-metric[data-tone="pale"] { background: var(--bg); }
.proof-metric[data-tone="accent"] {
  background: var(--accent);
  color: var(--ink);
}
.proof-metric[data-tone="midnight"] {
  background: var(--midnight);
  color: var(--bg);
}
.proof-band strong,
.proof-metric strong {
  display: block;
  font-size: clamp(48px, 5.4vw, 72px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
}
.proof-metric.is-featured strong { font-size: clamp(56px, 6.4vw, 88px); }
.proof-band span,
.proof-metric span {
  display: block;
  margin-top: auto;
  padding-top: 36px;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.proof-metric[data-tone="paper"] span,
.proof-metric[data-tone="pale"] span { color: var(--muted); }
.proof-metric[data-tone="midnight"] span { color: #C0CADE; }
.proof-band > div p,
.proof-metric p {
  max-width: 22ch;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.proof-metric[data-tone="accent"] p { color: #4D2927; }
.proof-metric[data-tone="midnight"] p { color: #C0CADE; }
.provenance {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr;
  gap: 18px 28px;
  align-items: center;
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 22px;
  background: color-mix(in srgb, var(--bg) 72%, transparent);
}
.provenance > p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.provenance-names {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
.provenance-names span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 100px;
  background: var(--bg);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}
.provenance .provenance-note {
  grid-column: 2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

@container proof (max-width: 900px) {
  .proof-band { grid-template-columns: 1fr 1fr; }
  .proof-metric.is-featured { grid-column: auto; min-height: 220px; }
}

@container proof (max-width: 560px) {
  .proof-band { grid-template-columns: 1fr; }
  .proof-metric,
  .proof-metric.is-featured { min-height: 0; }
  .proof-metric span { padding-top: 22px; }
  .provenance {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .provenance .provenance-note { grid-column: 1; }
}

.services-section { padding: 120px 0 100px; }
.services-intro h2 { font-size: clamp(44px, 5.6vw, 72px); line-height: 1.04; }
.service-title { font-size: clamp(24px, 2.2vw, 30px); }

.work-intro { padding-block: 118px 64px; }
.work-intro h2 { max-width: min(14ch, 100%); font-size: clamp(44px, 5.6vw, 72px); line-height: 1.05; }
.work-card { padding-block: 72px; }
.work-card-inner { gap: clamp(36px, 6vw, 88px); }
.work-media { border-radius: 32px; }
.work-summary h3 { font-size: clamp(32px, 3.4vw, 44px); line-height: 1.1; }
.work-results strong { font-size: clamp(48px, 5vw, 56px); }
.project-previews { gap: 24px; margin-top: 72px; }
.project-previews > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 28px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--surface);
}
.project-previews img {
  grid-row: 1 / 4;
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}
.project-previews span { align-self: end; padding: 28px 24px 0 0; }
.project-previews h3 { padding-right: 24px; }
.project-previews p { padding: 0 24px 28px 0; }

.approach-section {
  padding: 112px 0 120px;
  background: var(--midnight);
  color: var(--bg);
}
.kinetic-heading {
  overflow: visible;
  max-width: min(14ch, 100%);
  margin: 0;
  padding: 0;
  color: var(--bg);
  white-space: normal;
  text-wrap: balance;
  font-size: clamp(40px, 5.2vw, 68px);
  letter-spacing: -0.04em;
  line-height: 0.98;
}
.kinetic-track {
  display: block;
  white-space: normal;
  animation: none !important;
}
.kinetic-track > span[aria-hidden="true"] { display: none; }
.approach-intro {
  max-width: 48ch;
  margin-top: 22px;
  color: #C0CADE;
}
.process-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.process-index button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #47536D;
  border-radius: 100px;
  background: transparent;
  color: #C0CADE;
  font: 600 12px/1 var(--f-sans);
}
.process-index button[aria-selected="true"] {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}
.process-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
  border: 0;
}
.process-step {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(90px, 0.45fr);
  grid-template-rows: auto 1fr auto;
  gap: 8px 20px;
  min-height: 240px;
  padding: 32px 34px;
  border: 0;
  border-radius: 28px;
  background: var(--pale);
  color: var(--ink);
}
.process-step:nth-child(2) { background: var(--bg); }
.process-step:nth-child(3) { background: #1B2236; color: var(--bg); box-shadow: inset 0 0 0 1px #3A4663; }
.process-step:nth-child(4) { background: var(--accent); color: var(--ink); }
.process-number {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  padding: 0;
  color: var(--accent-text);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: -0.05em;
  text-align: right;
}
.process-step:nth-child(3) .process-number { color: #FF9784; }
.process-step:nth-child(4) .process-number { color: var(--ink); }
.process-step div { grid-column: 1; grid-row: 1 / 3; }
.process-step h3 { font-size: clamp(24px, 2.6vw, 36px); }
.process-step p { max-width: 42ch; margin-top: 14px; color: var(--muted); }
.process-step:nth-child(3) p { color: #C0CADE; }
.process-step:nth-child(4) p { color: #4D2927; }
.process-time {
  grid-column: 1;
  grid-row: 3;
  padding-top: 0;
  text-align: left;
  color: var(--ink);
}
.process-step:nth-child(3) .process-time { color: #C0CADE; }
.js .process-steps { min-height: 0; }
.js .process-step {
  grid-area: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition: box-shadow 280ms var(--ease-out);
}
.js .process-step.is-current {
  box-shadow: 0 0 0 2px var(--accent);
  margin-inline: 0;
  padding-inline: 34px;
  border-radius: 28px;
}
.js .process-step:not(.is-current) .process-number,
.js .process-step:not(.is-current) .process-time { color: inherit; }
.process-step:nth-child(3):not(.is-current) .process-number { color: #FF9784; }
html:not(.js) .process-index { display: none; }

.work-section { background: var(--pale); }
.work-intro { padding-block: 118px 64px; }
.why-section { padding: 128px 0; background: var(--bg); }
.why-lead { position: sticky; top: 120px; }
.why-lead h2 { font-size: clamp(44px, 5.5vw, 72px); line-height: 0.98; }
.principle-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  border: 0;
}
.principle {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: 210px;
  padding: 28px 32px;
  border: 0;
  border-radius: 24px;
  background: var(--pale);
}
.principle:nth-child(2) { background: var(--surface); }
.principle:nth-child(3) { background: var(--midnight); color: var(--bg); }
.principle:nth-child(3) p { color: #C0CADE; }
.principle:nth-child(4) { background: var(--accent); }
.principle:nth-child(4) p { color: #4D2927; }
.principle h3 { font-size: 24px; }

.insights-section { padding: 120px 0; background: var(--pale); }
.insights-intro h2 { font-size: clamp(46px, 6vw, 78px); }
.insights-grid { grid-template-columns: 1.25fr 0.88fr 0.88fr; gap: 22px; align-items: start; }
.insight-card { padding: 14px; border-radius: 24px; background: var(--bg); }
.insight-image { border-radius: 16px; }

.contact-section { padding: 128px 0; overflow: visible; }
.contact-heading h2 { font-size: clamp(54px, 7vw, 92px); line-height: 0.96; }
.contact-heading img { display: none; }
.contact-signal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(440px, 38vw);
  margin-left: auto;
  border-block: 1px solid #47536D;
}
.contact-signal span {
  padding: 22px 14px;
  border-right: 1px solid #47536D;
  color: #C0CADE;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.contact-signal span:last-child {
  border-right: 0;
  background: var(--accent);
  color: var(--ink);
}
.calendly-wrap { border-radius: 36px; }

@media (max-width: 1100px) {
  .story-layout { grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr); gap: 28px; }
  .story-copy h1 { font-size: clamp(54px, 6.8vw, 74px); }
  .story-image { height: min(64svh, 560px); }
}

@media (max-width: 900px) {
  .js .story-hero { min-height: 0; }
  .js .story-pin { position: relative; height: auto; }
  .story-hero[data-story] .story-pin,
  .story-hero[data-story="model"] .story-pin,
  .story-hero[data-story="output"] .story-pin { background: var(--bg); }
  .story-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-block: 132px 88px;
  }
  .story-stage { min-height: 0; display: block; }
  .story-copy { opacity: 1 !important; transform: none !important; pointer-events: auto; visibility: visible !important; }
  .story-beat { display: none !important; }
  .story-stage { background: var(--bg) !important; min-height: 0; }
  .story-copy h1 { max-width: 760px; }
  .story-visual {
    width: min(100%, 520px);
    margin: 8px auto 0;
  }
  .story-image {
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: 4 / 3;
    max-height: 360px;
    border-radius: 28px;
  }
  .story-image img { transform: none !important; }
  .story-photo-output,
  .story-hud { display: none; }
  .story-cap:not([data-cap="offer"]) { display: none; }
  .story-cap[data-cap="offer"] { opacity: 1; position: static; }
  .story-field-input,
  .story-hero[data-story] .story-field-input,
  .story-hero[data-story="offer"] .story-field-input {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
  .story-field-model {
    opacity: 1 !important;
    transform: none !important;
    top: auto;
    bottom: 22%;
  }
  .story-field-output {
    opacity: 1 !important;
    transform: none !important;
    min-height: 0;
    padding-block: 18px;
  }
  .story-field-output strong,
  .story-field-output div { display: none; }
  .story-meta { position: static; grid-column: 1; margin-top: 10px; }
  .story-progress { display: none; }
  .story-hero > .marquee { position: relative; inset: auto; }
  .services-intro { padding: 0; }
  .service-card { flex-basis: min(400px, 78vw); }
  .service-chips span { min-height: 32px; font-size: 11px; }
  .proof-section h2,
  .work-intro h2,
  .kinetic-heading,
  .why-lead h2,
  .insights-intro h2,
  .contact-heading h2,
  .services-intro h2 {
    max-width: 100% !important;
    text-wrap: wrap !important;
    overflow-wrap: anywhere;
  }
  .proof-section h2 { font-size: clamp(28px, 8vw, 36px) !important; letter-spacing: -0.04em; }
  .why-lead { position: static; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
    padding: 22px;
  }
  .principle-list { grid-template-columns: 1fr 1fr; }
  .process-step div { grid-column: 1; }
  .contact-signal { width: 100%; margin: 20px 0 0; }
}

@media (max-width: 600px) {
  .story-layout { padding-block: 108px 54px; gap: 34px; }
  .story-copy { width: 100%; min-width: 0; }
  .story-copy h1 { font-size: clamp(43px, 12vw, 56px); }
  .story-copy > p { width: 100%; max-width: none; font-size: 16px; margin-top: 22px; }
  .story-copy .hero-actions { flex-direction: column; }
  .story-visual { width: 100%; }
  .story-field { padding: 14px 16px; }
  .story-field strong { font-size: 18px; }
  .story-field-input { width: 58%; }
  .story-field-model { width: 62%; bottom: 17%; }
  .story-field-output { width: 52%; }
  .story-meta { align-items: flex-start; }
  .story-meta > span { max-width: 18ch; }
  .proof-section h2 { font-size: clamp(28px, 8vw, 36px); }
  .services-section { padding-block: 78px; }
  .work-intro h2,
  .contact-heading h2 { font-size: 46px; }
  .calendly-wrap { padding: 16px; border-radius: 28px; }
  .calendly-embed { min-height: 320px; border-radius: 20px; }
  .calendly-inline-widget,
  .calendly-inline-widget iframe { min-height: 320px; }
  .project-previews { grid-template-columns: 1fr; }
  .project-previews > div { grid-template-columns: 1fr; grid-template-rows: auto; }
  .project-previews img { grid-row: auto; height: 220px; min-height: 0; }
  .project-previews span,
  .project-previews h3,
  .project-previews p { padding-left: 20px; }
  .project-previews span { padding-top: 20px; }
  .project-previews p { padding-bottom: 24px; }
  .principle { grid-template-columns: 1fr; gap: 9px; padding: 22px; }
  .principle-list { grid-template-columns: 1fr; }
  .process-step,
  .js .process-step.is-current { padding: 24px; min-height: 0; grid-template-columns: 1fr; }
  .process-number { grid-column: 1; grid-row: auto; font-size: 40px; text-align: left; }
  .process-step div,
  .process-time { grid-column: 1; grid-row: auto; }
  .process-index button { font-size: 11px; padding: 0 12px; }
  .insight-card { padding: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .js .story-hero { min-height: 0; }
  .js .story-pin { position: relative; height: auto; }
  .story-hero[data-story] .story-pin { background: var(--bg) !important; }
  .story-stage { min-height: 0; display: block; }
  .story-copy, .story-visual, .story-photo-world,
  .story-field,
  .story-hero[data-story] .story-field-input,
  .story-hero[data-story="offer"] .story-field-input {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto;
    visibility: visible !important;
  }
  .story-photo-output,
  .story-hud { display: none !important; }
  .story-cap:not([data-cap="offer"]) { display: none; }
  .story-cap[data-cap="offer"] { opacity: 1 !important; position: static; }
  .hud-scan, .hud-live { animation: none; }
  .story-beat { display: none !important; }
  .story-stage { background: var(--bg) !important; }
  .story-field-model { top: auto; bottom: 22%; }
  .story-field-output { min-height: 34%; }
  .story-hero > .marquee { position: relative; inset: auto; }
  .js .process-steps { min-height: 0; }
  .js .process-step {
    grid-area: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    margin-top: 0;
  }
}
