@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/fraunces-latin-variable.woff2") format("woff2");
}

:root {
  --canvas: #ffffff;
  --paper: #f7f7f3;
  --surface: #ffffff;
  --ink: #171813;
  --muted: #66665e;
  --line: rgba(23, 24, 19, 0.16);
  --accent: #E3A916;
  --accent-deep: #8d5d08;
  --charcoal: #171a19;
  --forest: #243c31;
  --clay: #a84d32;
  --font-sans: "DM Sans", Arial, sans-serif;
  --font-editorial: "Fraunces", Georgia, serif;
  --page-width: 1380px;
  --reading-width: 680px;
  --gutter: clamp(20px, 4vw, 64px);
  --radius: clamp(20px, 2vw, 32px);
  --space-section: clamp(104px, 11vw, 176px);
  --space-heading: clamp(64px, 7vw, 104px);
  --space-copy: clamp(18px, 2vw, 26px);
  --type-h1: clamp(3.8rem, 6.3vw, 7.2rem);
  --type-h2: clamp(3.1rem, 6.2vw, 6.6rem);
  --type-h3: clamp(2.25rem, 3.7vw, 4.25rem);
  --work-section-height: clamp(760px, 92svh, 900px);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --shadow-object: 0 46px 90px rgba(13, 16, 13, .28), 0 14px 30px rgba(13, 16, 13, .18);
  --shadow-screen: 0 30px 70px rgba(7, 9, 8, .38), 0 8px 18px rgba(7, 9, 8, .25), inset 0 1px 0 rgba(255, 255, 255, .32);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  background: var(--canvas);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.64;
  -webkit-font-smoothing: antialiased;
}

img,
video,
iframe { display: block; max-width: 100%; }
img,
video { height: auto; }
button,
a { font: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .24em; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2,
h3 {
  line-height: 1.02;
  letter-spacing: -.038em;
}

.page-frame {
  width: min(calc(100% - (2 * var(--gutter))), var(--page-width));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 10;
  width: min(calc(100% - (2 * var(--gutter))), var(--page-width));
  min-height: 86px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.monogram {
  min-width: 48px;
  min-height: 48px;
  display: inline-grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: -.05em;
  text-decoration: none;
}

.site-header nav,
.header-socials,
.footer-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}
.site-header nav { justify-content: center; }
.site-header nav a,
.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
}
.site-header nav a:hover,
.footer-links a:hover { color: var(--ink); }
.icon-link { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; }
.icon-link:hover { background: rgba(255,255,255,.7); }
.icon-link img { width: 19px; height: 19px; }

.work-meta {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero {
  min-height: min(900px, calc(100dvh - 86px));
  display: grid;
  grid-template-columns: minmax(420px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(24px, 3.5vw, 56px);
  padding-block: clamp(72px, 9vw, 132px);
  background: var(--canvas);
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: var(--type-h1);
  font-weight: 610;
}
.hero h1 em { font-family: var(--font-editorial); font-weight: 610; }
.hero-intro {
  max-width: 660px;
  margin-bottom: 32px;
  color: #4f5049;
  font-size: clamp(1.06rem, 1.45vw, 1.35rem);
  line-height: 1.58;
}
.hero-fun {
  display: block;
  margin-top: .72em;
  color: var(--ink);
  font-family: var(--font-editorial);
  font-size: 1.08em;
  line-height: 1.35;
}
.hero-fun em { font-weight: 520; }
.hero-actions,
.text-links,
.experience-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,.45); }

.screen-bezel {
  position: relative;
  isolation: isolate;
  margin: 0;
  border: clamp(8px, .9vw, 14px) solid #101312;
  border-radius: clamp(20px, 2vw, 34px);
  background: #0b0d0c;
  box-shadow: var(--shadow-screen);
}
.screen-bezel::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border-radius: calc(clamp(20px, 2vw, 34px) - 10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), inset 0 -2px 5px rgba(0,0,0,.45);
}

.hero-system-media {
  width: min(100%, 980px);
  aspect-ratio: 4 / 3;
  justify-self: end;
  overflow: hidden;
  padding: 0;
  border-width: clamp(6px, .7vw, 10px);
  border-radius: clamp(22px, 2.5vw, 36px);
  transform: perspective(1400px) rotateY(-3deg) rotateX(1deg) rotateZ(1deg);
}
.hero-video-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: clamp(12px, 1.7vw, 24px);
}
.hero-video-source {
  position: relative;
  width: 133.333%;
  height: 100%;
  transform: translateX(-18%);
}
.hero-system-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  background: #e8e3d8;
}
.hero-video-copy {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  color: var(--ink);
  opacity: 0;
  visibility: hidden;
  transition: none;
}
.hero-system-media.is-video-playing .hero-video-copy,
.hero-system-media.has-video-frame .hero-video-copy {
  opacity: 1;
  visibility: visible;
  transition: opacity 120ms ease;
}
.hero-video-label,
.hero-video-inputs,
.hero-video-statement {
  position: absolute;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-video-statement {
  background: #f7f5ed;
  box-shadow: 0 0 10px 5px #f7f5ed;
}
.hero-video-inputs {
  position: absolute;
  left: 24%;
  top: 62.2%;
  width: 10.6%;
  height: 23%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  padding: 4px 7px 5px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  font-weight: 760;
  justify-content: flex-start;
  text-transform: uppercase;
}
.hero-video-label {
  background: transparent;
  box-shadow: none;
}
.hero-video-label > span,
.hero-video-inputs strong,
.hero-video-inputs small span {
  width: max-content;
  max-width: 100%;
  padding-inline: 2px;
  background: #f7f5ed;
  box-shadow: 0 0 4px 3px #f7f5ed;
}
.hero-video-inputs strong {
  align-self: flex-start;
  margin: 10% 0 0 14%;
  padding-left: 12px;
  font-size: clamp(.5rem, .62vw, .67rem);
  letter-spacing: .08em;
  line-height: 1.05;
  text-align: center;
  transform: translateX(-12px);
}
.hero-video-inputs small {
  position: absolute;
  inset: 0;
  font-size: clamp(.31rem, .39vw, .43rem);
  font-weight: 720;
  letter-spacing: .03em;
  line-height: 1.12;
  white-space: nowrap;
}
.hero-video-inputs small span {
  position: absolute;
  left: 14%;
  width: 70%;
  justify-self: start;
}
.hero-video-inputs small span:nth-child(1) { top: 32%; }
.hero-video-inputs small span:nth-child(2) { top: 46%; }
.hero-video-inputs small span:nth-child(3) { top: 60%; }
.hero-video-inputs small span:nth-child(4) { top: 74%; }
.hero-video-inputs small span:nth-child(5) { top: 88%; }
.hero-video-label { padding: 0 5px; font-size: clamp(.56rem, .7vw, .76rem); font-weight: 820; line-height: 1.05; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.hero-video-label-system { left: 57.4%; top: 13.9%; width: 11.4%; height: 7.5%; }
.hero-video-label-outputs { right: .7%; top: 12.3%; width: 15.8%; height: 5.3%; justify-content: flex-start; padding-left: 1.4%; }
.hero-video-statement { left: 70.5%; top: 68.8%; width: 20.5%; height: 18.5%; padding: 8px 12px; align-items: flex-start; flex-direction: column; }
.hero-video-statement strong,
.hero-video-statement small { display: block; }
.hero-video-statement strong { font-family: var(--font-editorial); font-size: clamp(.76rem, .98vw, 1rem); white-space: nowrap; }
.hero-video-statement small { margin-top: 4px; font-size: clamp(.44rem, .56vw, .58rem); font-weight: 700; line-height: 1.25; }

.section-heading h2,
.build-bias h2,
.about h2,
.contact-morph {
  margin-bottom: 0;
  font-size: var(--type-h2);
  font-weight: 610;
}

.selected-work {
  position: relative;
  width: 100%;
  max-width: none;
  padding-block: var(--space-section) 0;
  border-top: 0;
  background: var(--canvas);
}
.selected-work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - (2 * var(--gutter))), var(--page-width));
  border-top: 1px solid var(--line);
  transform: translateX(-50%);
}
.work-heading {
  max-width: 820px;
  margin: 0 auto var(--space-heading);
  text-align: center;
}
.work-sequence { display: grid; gap: 0; }

.work-object {
  position: relative;
  isolation: isolate;
  height: var(--work-section-height);
  min-height: var(--work-section-height);
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 104px);
  padding-inline: max(var(--gutter), calc((100vw - var(--page-width)) / 2 + var(--gutter)));
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
}
.work-object-cool { background: transparent; }

.work-copy {
  position: relative;
  z-index: 4;
  max-width: 520px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.work-meta { margin: 0 0 22px; color: var(--ink); }
.work-copy h3 {
  max-width: 12ch;
  margin-bottom: 12px;
  font-family: var(--font-editorial);
  font-size: var(--type-h3);
  font-weight: 560;
  line-height: 1.01;
}
.work-copy > p:not(.work-meta):not(.work-proof) { margin-bottom: 24px; color: #464740; }
.work-proof { margin: -6px 0 24px; font-size: .88rem; font-weight: 700; color: #30322d; }
.work-proof-result { display: grid; gap: 12px; }
.work-proof-result p { margin: 0; }
.work-proof-result p:first-child { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; }
.work-proof-result strong {
  font-family: var(--font-editorial);
  font-size: clamp(1.8rem, 2.7vw, 2.8rem);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
.work-proof-result span { color: var(--muted); font-size: .78rem; font-weight: 760; }
.text-links a,
.workflow-copy a,
.text-button,
.about-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 780;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
  cursor: pointer;
}

.laptop-object {
  width: min(112%, 980px);
  justify-self: center;
  padding: 0;
  background: transparent;
  filter: drop-shadow(0 30px 34px rgba(18,20,17,.24));
}
.laptop-object video {
  width: 100%;
  aspect-ratio: 1170 / 814;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  -webkit-mask-image: url("../assets/device-mockups/laptop-three-quarter-rccv-cutout.webp");
  mask-image: url("../assets/device-mockups/laptop-three-quarter-rccv-cutout.webp");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.accommodation-showcase {
  --object-reveal: 0;
  position: relative;
  min-width: 0;
  width: min(92%, 860px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  row-gap: clamp(30px, 2.6vw, 40px);
  justify-self: center;
  transform: perspective(1500px)
    translate3d(calc(72px * (1 - var(--object-reveal, 0))), 0, 0)
    rotateY(calc(12deg - (16deg * var(--object-reveal, 0))))
    rotateZ(calc(1.3deg - (2.2deg * var(--object-reveal, 0))));
  transform-origin: center;
  transform-style: preserve-3d;
  will-change: transform;
}
.browser-object {
  width: 100%;
  overflow: hidden;
  border-color: #090b0a;
  background: #090b0a;
}
.browser-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(#222725, #111413);
  color: #aeb3ae;
  font-size: .72rem;
}
.browser-bar i { width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; background: #747a75; }
.browser-bar span { min-width: 0; margin-left: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.browser-viewport { position: relative; overflow: hidden; background: #0a0c0b; }
.browser-viewport img,
.browser-viewport video { width: 100%; height: 100%; object-fit: cover; }
.accommodation-viewport {
  position: relative;
  touch-action: pan-y;
}
.accommodation-viewport iframe { width: 100%; height: 100%; border: 0; background: #10130d; pointer-events: auto; }
.accommodation-viewport.is-desktop-scaled iframe {
  position: absolute;
  inset: 0 auto auto 0;
  max-width: none;
  transform-origin: top left;
}
.browser-object-tall .browser-viewport { aspect-ratio: 16 / 10; }
.browser-object-video .browser-viewport,
.browser-object-elevator .browser-viewport { aspect-ratio: 16 / 10; }
.browser-object-video video { object-position: center; }
.browser-object-elevator img { object-position: center top; }
.accommodation-scroll-cue {
  position: relative;
  z-index: 6;
  top: auto;
  right: auto;
  width: max-content;
  max-width: calc(100% - 4px);
  justify-self: end;
  margin: 0 clamp(14px, 2vw, 28px) -26px 0;
  display: grid;
  grid-template-columns: 72px auto;
  align-items: start;
  gap: 3px;
  color: var(--ink);
  font-family: var(--font-editorial);
  font-size: 1.04rem;
  font-style: italic;
  transform: rotate(-3deg);
}
.accommodation-scroll-cue svg { width: 72px; height: 84px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.accommodation-scroll-cue span { padding-top: 2px; white-space: nowrap; }

[data-scroll-reveal] {
  --object-reveal: 0;
  opacity: calc(.72 + (.28 * var(--object-reveal)));
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
.work-object-accommodation { padding-block: clamp(54px, 7vw, 104px); }
.cool-laptop {
  --object-reveal: 0;
  position: relative;
  width: min(132%, 1180px);
  aspect-ratio: 1672 / 941;
  justify-self: center;
  margin: 0;
  overflow: visible;
  filter: drop-shadow(0 32px 38px rgba(19,22,19,.25));
  transform: perspective(1600px)
    translate3d(calc(42px * (1 - var(--object-reveal, 0))), calc(64px * (1 - var(--object-reveal, 0))), 0)
    scale(calc(.86 + (.14 * var(--object-reveal, 0))))
    rotateX(calc(28deg * (1 - var(--object-reveal, 0))))
    rotateY(calc(-4deg + (2deg * var(--object-reveal, 0))))
    rotateZ(calc(-.9deg + (.4deg * var(--object-reveal, 0))));
  transform-origin: center bottom;
  transform-style: preserve-3d;
  will-change: transform;
}
.cool-laptop-screen {
  position: absolute;
  z-index: 1;
  left: 18.15%;
  top: 12.3%;
  width: 63.95%;
  height: 68.6%;
  overflow: hidden;
  background: #151713;
}
.cool-laptop-screen video { width: 100%; height: 100%; object-fit: cover; }
.cool-laptop-frame {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.browser-object-elevator {
  transform: perspective(1500px)
    translate3d(calc(36px * (1 - var(--object-reveal, 0))), calc(138px * (1 - var(--object-reveal, 0))), 0)
    scale(calc(.7 + (.3 * var(--object-reveal, 0))))
    rotateX(calc(68deg * (1 - var(--object-reveal, 0))))
    rotateY(calc(-5deg * var(--object-reveal, 0)))
    rotateZ(calc(1.1deg * var(--object-reveal, 0)));
  transform-origin: center bottom;
}

.work-object-accommodation,
.work-object-proposal { grid-template-columns: minmax(520px, 1.25fr) minmax(300px, .75fr); }
.work-object-accommodation {
  grid-template-columns: minmax(600px, 1.38fr) minmax(280px, .62fr);
  gap: clamp(28px, 4vw, 64px);
}
.work-object-accommodation .work-copy,
.work-object-proposal .work-copy { order: 2; }
.work-object-proposal .proposal-sheet { order: 1; }
.proposal-sheet {
  position: relative;
  z-index: 2;
  width: min(68%, 530px);
  justify-self: center;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  filter: drop-shadow(0 34px 46px rgba(18,20,17,.24));
  transform: perspective(1400px) rotateY(6deg) rotateZ(-2deg);
  transition: transform 300ms var(--ease-out);
}
.proposal-sheet:hover { transform: perspective(1400px) rotateY(2deg) rotateZ(-.5deg) translateY(-8px); }
.proposal-sheet img { width: 100%; border-radius: 18px; }

.music-interlude {
  min-height: clamp(560px, 55vw, 760px);
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(560px, 1.38fr);
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
  padding: clamp(42px, 6vw, 90px);
  overflow: hidden;
  border-radius: 0;
  background: #060707;
  color: white;
}
.music-interlude .work-copy { padding: 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.music-interlude .work-meta,
.music-interlude .work-copy > p:not(.work-meta) { color: #adb0ab; }
.music-interlude figure { width: min(116%, 980px); margin: 0 0 0 clamp(-72px, -4vw, -28px); }
.music-interlude img { width: 100%; filter: drop-shadow(0 40px 55px rgba(0,0,0,.7)); }

.build-bias {
  margin-top: 0;
  background: var(--accent);
  color: #1f1909;
}
.build-bias-inner { padding-block: clamp(132px, 15vw, 224px); }
.bias-intro { max-width: 900px; margin-bottom: clamp(84px, 10vw, 150px); }
.bias-intro h2 { margin-bottom: 18px; font-family: var(--font-editorial); font-size: clamp(4rem, 8vw, 8.2rem); }
.bias-intro > p { max-width: 560px; margin: 0; color: rgba(31,25,9,.72); font-size: clamp(1.08rem, 1.7vw, 1.4rem); }
.bias-process { position: relative; }
.bias-route {
  position: absolute;
  z-index: 1;
  inset: -12% 0 -18%;
  width: 100%;
  height: 130%;
  overflow: visible;
  pointer-events: none;
}
.bias-route > path {
  fill: none;
  stroke: rgba(31,25,9,.46);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.bias-route marker path { fill: rgba(31,25,9,.62); }
.bias-sequence {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: clamp(96px, 10vw, 148px);
  column-gap: clamp(42px, 5vw, 76px);
}
.bias-step { position: relative; min-width: 0; min-height: 100px; display: flex; align-items: center; padding: 0; }
.bias-step:nth-child(4) { grid-column: 3; grid-row: 2; }
.bias-step:nth-child(5) { grid-column: 2; grid-row: 2; }
.bias-step:nth-child(6) { grid-column: 1; grid-row: 2; }
.bias-step strong {
  flex: 0 1 auto;
  padding: .08em .14em;
  background: var(--accent);
  font-family: var(--font-editorial);
  font-size: clamp(2.75rem, 4.45vw, 5.2rem);
  font-weight: 570;
  line-height: .98;
  letter-spacing: -.045em;
}
.bias-sequence.is-observable .bias-step { opacity: 0; transform: translateY(24px); }
.bias-sequence.is-revealed .bias-step { opacity: 1; transform: none; transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out); }
.bias-sequence.is-revealed .bias-step:nth-child(2) { transition-delay: 70ms; }
.bias-sequence.is-revealed .bias-step:nth-child(3) { transition-delay: 140ms; }
.bias-sequence.is-revealed .bias-step:nth-child(4) { transition-delay: 210ms; }
.bias-sequence.is-revealed .bias-step:nth-child(5) { transition-delay: 280ms; }
.bias-sequence.is-revealed .bias-step:nth-child(6) { transition-delay: 350ms; }

.workflow-section {
  padding-top: clamp(98px, 12vw, 178px);
  background: var(--charcoal);
  color: white;
}
.workflow-heading { max-width: 940px; margin-bottom: clamp(56px, 7vw, 94px); text-align: center; }
.workflow-heading > p { color: rgba(255,255,255,.66); }
.work-heading h2,
.workflow-heading h2,
.outcomes-heading h2,
.experience-heading h2 {
  font-family: var(--font-sans);
  font-size: clamp(2.1rem, 3.8vw, 4rem);
  font-weight: 650;
}
.workflow-accordion {
  width: 100%;
  min-height: 880px;
  display: flex;
  overflow: hidden;
  background: var(--charcoal);
  border-block: 1px solid rgba(255,255,255,.15);
  perspective: 1600px;
  perspective-origin: center;
  isolation: isolate;
}
.workflow-item {
  --rail: #202422;
  --rail-ink: #f7f6f2;
  --rail-edge: #101311;
  --stack-y: 0px;
  --stack-z: 0px;
  position: relative;
  z-index: 1;
  min-width: 64px;
  display: flex;
  flex: 0 0 64px;
  margin-left: -24px;
  overflow: visible;
  background: var(--charcoal);
  color: white;
  transform-style: preserve-3d;
  transition: flex-basis 780ms var(--ease-out), flex-grow 780ms var(--ease-out), margin-left 780ms var(--ease-out), background-color 300ms ease;
}
.workflow-item:first-child { margin-left: 0; }
.workflow-item:nth-child(1) { z-index: 1; --stack-y: 4px; }
.workflow-item:nth-child(2) { z-index: 2; --rail: #292d2b; --stack-y: -3px; --stack-z: 3px; }
.workflow-item:nth-child(3) { z-index: 3; --rail: #242826; --stack-y: 3px; --stack-z: 6px; }
.workflow-item:nth-child(4) { z-index: 4; --rail: #2d312f; --stack-y: -2px; --stack-z: 9px; }
.workflow-item:nth-child(5) { z-index: 5; --rail: #272b29; --stack-y: 2px; --stack-z: 12px; }
.workflow-item.is-active { z-index: 0; min-width: 0; flex-basis: calc(100% - 160px); flex-grow: 0; flex-shrink: 1; overflow: hidden; }
.workflow-item.is-active { background: var(--charcoal); color: white; }
.workflow-trigger {
  position: relative;
  z-index: 3;
  width: 64px;
  min-width: 64px;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  gap: 18px;
  padding: 22px 8px;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.1);
  border-right: 1px solid rgba(0,0,0,.72);
  background: var(--rail);
  color: var(--rail-ink);
  box-shadow: inset 1px 0 rgba(255,255,255,.1), inset -1px 0 rgba(0,0,0,.7), -8px 0 0 var(--rail-edge), -15px 0 26px rgba(0,0,0,.34);
  cursor: pointer;
  transform: translate3d(0, var(--stack-y), var(--stack-z)) rotateY(-4deg);
  transform-origin: left center;
  backface-visibility: hidden;
  transition: filter 220ms ease, transform 420ms var(--ease-out), box-shadow 420ms var(--ease-out), width 780ms var(--ease-out), min-width 780ms var(--ease-out), padding 780ms var(--ease-out), opacity 220ms ease;
}
.workflow-trigger::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -8px;
  width: 8px;
  background: var(--rail-edge);
  box-shadow: inset 1px 0 rgba(255,255,255,.08), inset -1px 0 rgba(0,0,0,.66);
  transform: rotateY(68deg);
  transform-origin: right center;
  pointer-events: none;
}
.workflow-trigger::after {
  content: "";
  position: absolute;
  inset: 8px 0 8px auto;
  width: 1px;
  background: rgba(255,255,255,.14);
  pointer-events: none;
}
.workflow-trigger:hover,
.workflow-trigger:focus-visible {
  filter: brightness(1.3);
  transform: translate3d(-18px, var(--stack-y), 40px) rotateY(1deg) scaleX(1.04);
  box-shadow: inset 1px 0 rgba(255,255,255,.18), inset -1px 0 rgba(0,0,0,.68), -12px 0 0 var(--rail-edge), -34px 0 52px rgba(0,0,0,.62);
}
.workflow-item:has(.workflow-trigger:hover),
.workflow-item:focus-within { z-index: 20; }
.workflow-item.is-active .workflow-trigger { width: 0; min-width: 0; padding-inline: 0; border: 0; opacity: 0; overflow: hidden; pointer-events: none; transform: none; }
.workflow-trigger strong {
  align-self: center;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.02em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.workflow-plus { font-size: 1.6rem; font-weight: 500; transition: transform 450ms var(--ease-out); }
.workflow-item.is-active .workflow-plus { transform: rotate(45deg); }
.workflow-panel {
  position: relative;
  min-width: 0;
  flex: 0 0 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(26px);
  pointer-events: none;
  transition: width 780ms var(--ease-out), flex-basis 780ms var(--ease-out), opacity 220ms ease, transform 560ms var(--ease-out), visibility 0s 780ms;
}
.workflow-item.is-active .workflow-panel {
  flex: 1 1 auto;
  width: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: inset 3px 0 var(--accent);
  pointer-events: auto;
  transition-delay: 0ms, 0ms, 220ms, 220ms, 0ms;
}
.workflow-panel-inner {
  min-width: 0;
  width: 100%;
  min-height: 880px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 24px;
  padding: clamp(32px, 4vw, 56px);
  background: var(--charcoal);
}
.workflow-copy { max-width: none; }
.workflow-copy-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.workflow-copy h3 {
  max-width: 24ch;
  margin-bottom: 0;
  font-family: var(--font-editorial);
  font-size: clamp(2.15rem, 3.15vw, 3.65rem);
  font-weight: 560;
}
.workflow-copy p { max-width: 680px; margin: 12px 0 0; color: rgba(255,255,255,.66); font-size: clamp(.98rem, 1.15vw, 1.12rem); }
.workflow-copy a { color: white; }
.workflow-panel figure {
  min-height: 0;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(12px, 1.5vw, 22px);
  background: #e7e8e3;
}
.workflow-panel figure img { width: 100%; height: 100%; max-height: 650px; object-fit: contain; border-radius: 10px; }
.workflow-dashboard .workflow-panel figure { background: #e7e8e3; }
.workflow-dashboard .workflow-panel figure img {
  width: 100%;
  height: 100%;
  max-height: 650px;
  border-radius: 10px;
  box-shadow: none;
}
.workflow-media-website { padding: clamp(12px, 1.5vw, 22px); }
.website-workflow-visual {
  width: min(100%, 1180px);
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 14px);
  list-style: none;
}
.website-workflow-visual li {
  position: relative;
  min-width: 0;
  min-height: clamp(150px, 15vw, 220px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(14px, 1.7vw, 22px);
  border: 1px solid rgba(23,24,19,.14);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
}
.website-workflow-visual li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(clamp(8px, 1vw, 14px) * -.75);
  transform: translate(50%, -50%);
  color: #6c6f69;
  font-size: 1rem;
}
.website-workflow-visual span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.website-workflow-visual strong {
  font-family: var(--font-editorial);
  font-size: clamp(1rem, 1.2vw, 1.28rem);
  font-weight: 590;
  line-height: 1.08;
}
[data-workflow-transitioning="true"] .workflow-panel { pointer-events: none; }

.outcomes {
  width: 100%;
  max-width: none;
  padding: clamp(96px, 11vw, 166px) var(--gutter);
  background: var(--surface);
}
.outcomes-heading { max-width: 760px; margin: 0 auto clamp(50px, 6vw, 82px); text-align: center; }
.metric-grid {
  width: min(100%, var(--page-width));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.metric-grid article { min-height: 190px; display: grid; place-content: center; gap: 4px; padding: 24px; text-align: center; border-right: 1px solid var(--line); }
.metric-grid article:last-child { border-right: 0; }
.metric-grid strong { font-family: var(--font-editorial); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 600; font-variant-numeric: tabular-nums; line-height: 1; }
.metric-grid span { color: var(--muted); font-size: .86rem; }

.about {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--forest);
  color: #f5f1e7;
}
.about-scroll-story { min-height: 280svh; position: relative; }
.about-story-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.about-inner {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(440px, .92fr);
  align-items: center;
  gap: clamp(42px, 5vw, 76px);
  padding-block: clamp(48px, 6svh, 72px);
}
.about h2 { margin-bottom: 32px; font-family: var(--font-editorial); font-weight: 560; }
.about-copy { position: relative; z-index: 4; align-self: center; transform: translateY(-3svh); }
.about-copy > p { max-width: 650px; color: #d7ddd8; }
.about h2,
.about-copy > p:first-of-type,
.about-context,
.about-value-inline { opacity: calc(1 - var(--about-focus, 0)); transition: opacity 120ms linear; }
.about-questionable {
  position: relative;
  z-index: 1;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  opacity: calc(1 - var(--about-focus, 0));
}
.about-questionable-focus {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: min(650px, calc(100% - var(--about-phrase-x, 0px)));
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  opacity: var(--about-focus, 0);
  pointer-events: none;
  transform: translate3d(var(--about-phrase-x, 0), var(--about-phrase-y, 0), 0);
  transform-origin: left top;
  will-change: transform, font-size;
}
.about.is-about-focused .about-questionable-focus {
  color: #fff5d8;
  font-size: clamp(var(--about-phrase-size, 1rem), calc(var(--about-phrase-size, 1rem) + (2.2rem * var(--about-growth, 0))), 3.2rem);
  font-weight: calc(var(--about-phrase-weight, 400) + (250 * var(--about-growth, 0)));
  line-height: 1.08;
  overflow-wrap: normal;
  transform: translate3d(var(--about-phrase-x, 0), calc(var(--about-phrase-y, 0) - (6svh * var(--about-growth, 0))), 0);
}
.about.is-about-growing .about-questionable-focus { font-family: var(--font-editorial); }
.about-process-reveal {
  margin-top: clamp(20px, 3vw, 36px);
  opacity: var(--about-value, 0);
  transform: translateY(calc(18px * (1 - var(--about-value, 0))));
}
.about-process-value {
  max-width: 580px;
  margin: 0 0 16px;
  color: white;
  font-family: var(--font-editorial);
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 580;
  line-height: 1.08;
}
.about-toggle { color: white; }
.about-note {
  max-width: 620px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(26,39,32,.94);
  box-shadow: 0 18px 38px rgba(5,12,8,.22);
}
.about-note p { color: #d7ddd8; font-size: .94rem; line-height: 1.55; }
.about-note p:last-child { margin-bottom: 0; }
.portrait-object { position: relative; z-index: 4; width: min(100%, 530px, 62svh); margin: 0; justify-self: end; }
.portrait-frame {
  position: relative;
  aspect-ratio: 1023 / 1537;
  overflow: hidden;
  padding: 8px;
  border: 7px solid #725a3d;
  border-radius: 48% 48% 12px 12px / 13% 13% 12px 12px;
  background: #18130f;
  box-shadow: 0 54px 100px rgba(0,0,0,.45), 0 14px 26px rgba(0,0,0,.28), 0 0 0 1px rgba(50,35,20,.72), inset 0 0 0 1px rgba(226,203,163,.44);
  transform: perspective(1500px) rotateY(-3deg) rotateZ(1deg);
}
.portrait-frame::before { content: ""; position: absolute; z-index: 2; inset: 7px; pointer-events: none; border: 1px solid rgba(230,191,123,.52); border-radius: inherit; box-shadow: inset 0 0 12px rgba(0,0,0,.85); }
.portrait-placeholder,
.portrait-placeholder img,
.portrait-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: inherit; }
.portrait-placeholder { z-index: 0; overflow: hidden; background: #5b4028; opacity: 1; transition: opacity 300ms ease; }
.portrait-placeholder img { display: block; object-fit: contain; }
.portrait-placeholder-body { z-index: 0; }
.portrait-placeholder-head { z-index: 1; }
.portrait-frame iframe { z-index: 1; border: 0; opacity: 0; pointer-events: none; transition: opacity 300ms ease; }
.portrait-frame.is-loaded .portrait-placeholder { opacity: 0; }
.portrait-frame.is-loaded iframe { opacity: 1; }
.portrait-object figcaption { margin-top: 18px; color: #bdc8c0; font-size: .78rem; text-align: center; }
.about-process-line {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  transition: opacity 180ms ease;
}
.about.has-about-note .about-process-line { opacity: .12; }
.about-process-line path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 5.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--about-line, 0));
}
.about-line-mobile { display: none; }

.experience { padding-block: var(--space-section); background: var(--canvas); }
.experience-heading { max-width: 780px; margin: 0 auto clamp(52px, 7vw, 88px); text-align: center; }
.experience-ledger { max-width: 980px; margin-inline: auto; }
.experience-ledger article { display: grid; grid-template-columns: 1fr; justify-items: center; align-items: center; gap: 4px; padding: 24px 0; text-align: center; }
.experience-ledger article > div { order: 1; }
.experience-ledger time { order: 2; }
.experience-ledger time { color: var(--muted); font-size: .88rem; }
.experience-ledger h3 { margin: 0 0 5px; font-family: var(--font-editorial); font-size: clamp(1.55rem, 2.4vw, 2.4rem); font-weight: 600; }
.experience-ledger p { margin: 0; color: var(--muted); }
.experience-actions { max-width: 980px; margin: 30px auto 0; justify-content: center; }

.contact-story {
  --finale-progress: 0;
  position: relative;
  min-height: 100svh;
  background: var(--accent);
  color: #1f1909;
}
.contact-story.has-finale-js { min-height: 100svh; }
.contact-stage {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}
.contact-object-field { position: absolute; z-index: 1; inset: 0; overflow: hidden; }
.contact-object {
  position: absolute;
  left: var(--static-left, 7%);
  bottom: var(--static-bottom, 6%);
  width: var(--body-width, 190px);
  margin: 0;
  overflow: hidden;
  border: 5px solid #151713;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(31,25,9,.24);
  transform: rotate(var(--static-rotate, -4deg));
  transform-origin: center;
  user-select: none;
  touch-action: auto;
  will-change: transform, opacity;
}
.contact-object:nth-child(2) { --static-left: 21%; --static-bottom: 4%; --static-rotate: 3deg; }
.contact-object:nth-child(3) { --static-left: 39%; --static-bottom: 7%; --static-rotate: -2deg; }
.contact-object:nth-child(4) { --static-left: 58%; --static-bottom: 4%; --static-rotate: 5deg; }
.contact-object:nth-child(5) { --static-left: 79%; --static-bottom: 7%; --static-rotate: -5deg; }
.contact-object:nth-child(n + 6) { --static-bottom: 24%; }
.contact-object:nth-child(6) { --static-left: 2%; --static-rotate: 4deg; }
.contact-object:nth-child(7) { --static-left: 18%; --static-rotate: -3deg; }
.contact-object:nth-child(8) { --static-left: 68%; --static-rotate: 2deg; }
.contact-object:nth-child(9) { --static-left: 82%; --static-rotate: -3deg; }
.contact-object:nth-child(10) { --static-left: 34%; --static-rotate: 4deg; }
.contact-object:nth-child(11) { --static-left: 52%; --static-rotate: -4deg; }
.contact-story.has-finale-js .contact-object { top: 0; left: 0; bottom: auto; transform: translate3d(-200vw, -200vh, 0); }
.contact-object img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; pointer-events: none; }
.contact-object-portrait { aspect-ratio: 1023 / 1537; border-radius: 48% 48% 12px 12px / 13% 13% 12px 12px; border-color: #725a3d; }
.contact-object-paper { aspect-ratio: 8.5 / 11; }
.contact-object-portrait img,
.contact-object-paper img { aspect-ratio: auto; }
.contact-object-portrait .contact-portrait-body,
.contact-object-portrait .contact-portrait-head {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.contact-object-portrait .contact-portrait-body { z-index: 1; }
.contact-object-portrait .contact-portrait-head { z-index: 2; }
.contact-object-laptop { aspect-ratio: 1170 / 814; border: 0; background: transparent; box-shadow: none; filter: drop-shadow(0 18px 24px rgba(31,25,9,.28)); }
.contact-object-laptop img { aspect-ratio: auto; object-fit: contain; }
.contact-resolution {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: clamp(32px, 6vw, 84px) max(var(--gutter), env(safe-area-inset-right)) clamp(32px, 6vw, 84px) max(var(--gutter), env(safe-area-inset-left));
  text-align: center;
  pointer-events: none;
}
.contact-morph {
  position: relative;
  width: min(920px, calc(100vw - (2 * var(--gutter))));
  min-height: 2em;
  margin: 0;
  color: #1f1909;
  font-family: var(--font-editorial);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 620;
  line-height: .98;
  opacity: 1;
}
.contact-morph span { position: absolute; inset: 0; display: grid; place-items: center; }
.contact-morph [data-contact-morph-before] { display: none; }
.contact-morph [data-contact-morph-after] { position: static; }
.contact-actions,
.contact-continue { opacity: 1; transform: none; }
.contact-actions { justify-content: center; margin-top: 40px; pointer-events: auto; }
.contact-continue { margin: 22px 0 0; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-instruction { position: absolute; z-index: 4; top: 28px; left: 50%; margin: 0; transform: translateX(-50%); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-story:not(.has-finale-js) .contact-instruction { display: none; }
.contact-story.has-finale-js .contact-morph { opacity: 0; }
.contact-story.has-finale-js .contact-morph span { position: absolute; }
.contact-story.has-finale-js .contact-morph [data-contact-morph-before] { display: grid; }
.contact-story.has-finale-js .contact-actions,
.contact-story.has-finale-js .contact-continue { opacity: 0; transform: translateY(16px); }
.contact-story[data-finale-state="releasing"] .contact-instruction,
.contact-story[data-finale-state="physics"] .contact-instruction,
.contact-story[data-finale-state="settled"] .contact-instruction { opacity: 0; }
.contact-story[data-copy-state="visible"] .contact-morph { opacity: 1; }
.contact-story[data-copy-state="visible"] [data-contact-morph-before] { animation: contact-morph-out 480ms both; }
.contact-story[data-copy-state="visible"] [data-contact-morph-after] { animation: contact-morph-in 620ms 120ms both; }
.contact-story[data-copy-state="visible"] .contact-actions,
.contact-story[data-copy-state="visible"] .contact-continue { opacity: 1; transform: none; transition: opacity 360ms 520ms ease, transform 360ms 520ms ease; }
.contact-resolution.is-contrast-light .contact-morph { color: #fff; text-shadow: 0 3px 18px rgba(23,24,19,.82); }
.contact-story .button-primary { background: #1f1909; border-color: #1f1909; color: white; }
.contact-story .button-quiet { border-color: rgba(31,25,9,.4); background: rgba(255,255,255,.2); }
.contact-stage.is-draggable .contact-object { cursor: grab; touch-action: none; }
.contact-stage.is-dragging .contact-object { cursor: grabbing; }
@keyframes contact-morph-out { to { opacity: 0; filter: blur(16px); transform: scale(1.12); } }
@keyframes contact-morph-in { from { opacity: 0; filter: blur(18px); transform: scale(.82); } to { opacity: 1; filter: blur(0); transform: scale(1); } }
.site-footer {
  min-height: 120px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .8rem;
}
.footer-links { justify-self: end; }

.dashboard-dialog {
  width: min(calc(100% - 32px), 1080px);
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 40px 100px rgba(0,0,0,.35);
}
.dashboard-dialog::backdrop { background: rgba(9,12,10,.7); backdrop-filter: blur(8px); }
.dashboard-dialog img { width: 100%; }
.dashboard-dialog > div { padding: 32px; }
.dialog-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: white; font-size: 1.6rem; cursor: pointer; }

@media (max-width: 1099px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 850px; }
  .hero-system-media { width: min(92%, 820px); justify-self: center; }
  .work-object,
  .work-object-accommodation,
  .work-object-proposal,
  .music-interlude { grid-template-columns: 1fr; min-height: auto; }
  .work-object { height: auto; min-height: 900px; gap: 44px; }
  .work-object .work-copy { order: 1; }
  .work-object > :not(.work-copy) { order: 2; }
  .work-copy { max-width: 600px; }
  .browser-object,
  .laptop-object { width: min(100%, 900px); }
  .proposal-sheet { width: min(70%, 560px); }
  .music-interlude .work-copy { max-width: 680px; }
  .bias-sequence { padding-inline: 0; column-gap: clamp(28px, 4vw, 52px); }
  .workflow-accordion { min-height: 0; display: block; perspective: none; overflow: hidden; }
  .workflow-item { z-index: auto; min-width: 0; min-height: 72px; display: grid; grid-template-columns: 1fr; flex: none; margin-left: 0; overflow: hidden; transform-style: flat; }
  .workflow-trigger { width: 100%; min-width: 0; min-height: 72px; grid-template-columns: auto 1fr auto; grid-template-rows: 1fr; justify-items: start; align-items: center; padding: 14px var(--gutter); border-right: 0; border-bottom: 1px solid rgba(0,0,0,.3); box-shadow: inset 0 -5px 0 rgba(0,0,0,.18), 0 7px 18px rgba(0,0,0,.2); transform: none; }
  .workflow-trigger::before { display: none; }
  .workflow-trigger::after { inset: auto 0 0; width: auto; height: 1px; background: rgba(255,255,255,.11); }
  .workflow-item.is-active .workflow-trigger { width: 100%; min-width: 0; padding: 14px var(--gutter); border-bottom: 1px solid rgba(0,0,0,.3); opacity: 1; overflow: visible; pointer-events: auto; }
  .workflow-trigger strong { writing-mode: horizontal-tb; transform: none; font-size: clamp(1.12rem, 2.5vw, 1.45rem); }
  .workflow-plus { justify-self: end; }
  .workflow-panel {
    display: block;
    width: 100%;
    flex: none;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: max-height 520ms var(--ease-out);
  }
  .workflow-panel > * { min-height: 0; }
  .workflow-item.is-active .workflow-panel { max-height: 1400px; }
  .workflow-panel-inner {
    min-width: 0;
    min-height: 0;
    padding: 0 var(--gutter);
    opacity: 0;
    transition: padding 520ms var(--ease-out), opacity 220ms ease;
  }
  .workflow-item.is-active .workflow-panel-inner {
    padding: clamp(32px, 7vw, 64px) var(--gutter);
    opacity: 1;
    transition-delay: 0ms, 180ms;
  }
  .workflow-panel figure { min-height: 300px; }
  .website-workflow-visual { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .website-workflow-visual li { min-height: 138px; }
  .website-workflow-visual li::after { display: none; }
  .about-inner { grid-template-columns: 1fr 1.05fr; }
  .contact-object { --body-width: 170px; }
  .contact-object:nth-child(n + 10) { display: none; }
}

@media (min-width: 761px) and (max-width: 1099px) {
  :root {
    --type-h1: clamp(3.5rem, 7.2vw, 5.4rem);
    --type-h2: clamp(3rem, 6.4vw, 4.9rem);
    --type-h3: clamp(2.15rem, 4.6vw, 3.45rem);
  }
  .work-object {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    min-height: clamp(680px, 84svh, 820px);
    gap: clamp(32px, 5vw, 56px);
  }
  .work-object-accommodation,
  .work-object-proposal { grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); }
  .work-object-accommodation {
    grid-template-columns: 1fr;
  }
  .work-copy { max-width: 480px; }
  .work-object-accommodation .work-copy { max-width: 620px; }
  .workflow-copy h3 { font-size: clamp(2.15rem, 4.7vw, 3.25rem); }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; }
  .site-header { min-height: 72px; grid-template-columns: auto 1fr; }
  .site-header nav { display: none; }
  .header-socials { justify-self: end; gap: 2px; }
  .hero { padding-block: 66px 92px; gap: 52px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
  .hero-system-media { width: 100%; transform: rotate(1deg); }
  .selected-work { width: 100%; padding-block: 90px 0; }
  .work-heading { width: calc(100% - 40px); margin-bottom: 62px; }
  .work-sequence { gap: 20px; }
  .work-object,
  .music-interlude { border-radius: 0; padding: 52px 20px 64px; }
  .work-object { min-height: 740px; background: transparent; }
  .work-object-cool { background: transparent; }
  .work-copy { padding: 0; }
  .work-copy h3 { font-size: clamp(2.1rem, 10.5vw, 3.25rem); }
  .screen-bezel { border-width: 8px; border-radius: 20px; }
  .browser-bar { min-height: 40px; padding-inline: 10px; }
  .browser-bar span { font-size: .6rem; }
  .accommodation-scroll-cue { margin: 0 4px -26px auto; transform: none; }
  .proposal-sheet { width: min(86%, 500px); }
  .music-interlude { min-height: auto; }
  .music-interlude figure { width: 108%; margin: 0 0 0 -4%; }
  .build-bias { margin-top: 0; }
  .build-bias-inner { padding-block: 92px; }
  .bias-intro { margin-bottom: 60px; }
  .bias-route { display: none; }
  .bias-sequence { display: flex; flex-direction: column; row-gap: 38px; padding-left: 34px; }
  .bias-sequence::before { content: ""; position: absolute; left: 10px; top: 24px; bottom: 24px; width: 1.5px; border-radius: 99px; background: rgba(31,25,9,.42); }
  .bias-step { min-height: 0; display: grid; grid-template-columns: 1fr; justify-items: start; }
  .bias-step strong { font-size: clamp(2.75rem, 14vw, 4.7rem); }
  .workflow-section { padding-top: 90px; }
  .workflow-heading { width: calc(100% - 40px); }
  .workflow-panel-inner { gap: 24px; }
  .workflow-copy-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .workflow-copy h3 { font-size: clamp(2rem, 9.5vw, 3.15rem); }
  .workflow-copy p { font-size: 1rem; }
  .workflow-panel figure { min-height: 220px; }
  .workflow-dashboard .workflow-panel figure { padding: 20px; }
  .website-workflow-visual { grid-template-columns: 1fr; }
  .website-workflow-visual li { min-height: 112px; }
  .outcomes { padding: 90px 20px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid article:nth-child(2) { border-right: 0; }
  .metric-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-scroll-story { min-height: 240svh; }
  .about-story-sticky { position: sticky; top: 0; height: 100svh; min-height: 100svh; overflow: hidden; }
  .about-inner { min-height: 100svh; display: block; padding-block: clamp(34px, 5svh, 48px) 24px; }
  .about-copy { width: 100%; transform: none; }
  .about h2 { margin-bottom: 18px; font-size: clamp(2.8rem, 12vw, 3.7rem); }
  .about-copy > p { max-width: none; margin-bottom: 18px; font-size: clamp(.86rem, 3.65vw, .98rem); line-height: 1.48; }
  .portrait-object { position: absolute; z-index: 4; right: 20px; bottom: 18px; width: min(42vw, 172px); }
  .portrait-frame { border-width: 5px; padding: 5px; border-radius: 48% 48% 9px 9px / 13% 13% 9px 9px; transform: rotate(1deg); }
  .portrait-object figcaption { display: none; }
  .about.is-about-focused .about-questionable-focus {
    width: min(100%, calc(100% - var(--about-phrase-x, 0px)));
    font-size: clamp(var(--about-phrase-size, .9rem), calc(var(--about-phrase-size, .9rem) + (1.25rem * var(--about-growth, 0))), 2.35rem);
    line-height: 1.03;
    transform: translate3d(var(--about-phrase-x, 0), calc(var(--about-phrase-y, 0) - (4svh * var(--about-growth, 0))), 0);
  }
  .about-process-reveal { position: absolute; z-index: 5; left: 0; top: 58svh; width: min(48%, 184px); margin: 0; transform: translateY(calc(16px * (1 - var(--about-value, 0)))); }
  .about.has-about-note .about-process-reveal { top: 31svh; width: calc(100% - 40px); }
  .about.has-about-note .about-note { max-height: 48svh; overflow: auto; }
  .about-process-value { margin-bottom: 10px; font-size: clamp(1.15rem, 5.5vw, 1.45rem); }
  .about-toggle { min-height: 44px; font-size: .78rem; line-height: 1.3; }
  .about-process-line { display: block; }
  .about-line-desktop { display: none; }
  .about-line-mobile { display: block; }
  .about-process-line path { stroke-width: 7; }
  .experience-ledger article { grid-template-columns: 1fr; gap: 8px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-block: 26px; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; justify-self: start; }
  .contact-story.has-finale-js,
  .contact-stage { min-height: 100dvh; }
  .contact-object { --body-width: 132px; border-width: 3px; border-radius: 11px; }
  .contact-object:nth-child(n + 8) { display: none; }
  .contact-morph { min-height: 3em; font-size: clamp(2.55rem, 13vw, 4.5rem); }
  .contact-actions { width: min(100%, 340px); flex-direction: column; }
  .contact-actions .button { width: 100%; min-height: 48px; }
}

@media (max-width: 699px) {
  .hero-system-media { aspect-ratio: 9 / 16; }
  .hero-video-source { width: 100%; transform: none; }
}

@media (max-width: 699px) {
  .hero-system-media { width: min(88vw, 380px); }
  .hero-system-media video { aspect-ratio: 9 / 16; }
  .hero-video-copy { display: none; }
  .workflow-panel figure { min-height: 0; aspect-ratio: 864 / 1821; }
  .workflow-dashboard .workflow-panel figure { aspect-ratio: 1569 / 1002; }
  .workflow-presentation .workflow-panel figure { aspect-ratio: 836 / 1881; }
}

@media (max-width: 470px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .work-object { min-height: 700px; }
  .work-copy { padding: 0; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-grid article { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-grid article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .metric-grid article:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video-copy { opacity: 1; visibility: visible; }
  .bias-sequence.is-observable .bias-step { opacity: 1; transform: none; }
  .about-scroll-story { min-height: auto; }
  .about-story-sticky { position: relative; min-height: 0; }
  .about-process-reveal { opacity: 1; transform: none; }
  .about h2,
  .about-copy > p:first-of-type,
  .about-context { opacity: 1; }
  .about-questionable { opacity: 1; }
  .about-questionable-focus { display: none; }
  .about-value-inline { opacity: 1; }
  .about-process-value { display: none; }
  .about-process-line path { stroke-dashoffset: 0; }
  [data-scroll-reveal] { --object-reveal: 1; will-change: auto; }
  .contact-story,
  .contact-story.has-finale-js { min-height: 100svh; }
  .contact-object { opacity: 1; transition: none; }
  .contact-morph,
  .contact-actions,
  .contact-continue { opacity: 1; transform: none; animation: none; transition: none; }
  [data-contact-morph-before] { display: none !important; }
  [data-contact-morph-after] { position: static !important; }
  .contact-instruction { display: none; }
}
