:root {
  --paper: #feffed;
  --paper-2: #feffed;
  --cream: #feffed;
  --ink: #141414;
  --ink-2: #141414;
  --muted: color-mix(in srgb, #141414 58%, #feffed);
  --sand: #feffed;
  --beige-dark: #141414;
  --taupe: #141414;
  --bar: 0px;
  --hair: color-mix(in srgb, var(--ink) 14%, transparent);
  --hair-paper: color-mix(in srgb, var(--paper) 18%, transparent);
  --display: "Fraunces", "Times New Roman", serif;
  --sans: "Outfit", system-ui, sans-serif;
  --gutter: clamp(18px, 4.2vw, 64px);
  --header: 72px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scrollbar-gutter: stable;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  min-height: 100svh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input {
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
p,
figure,
ul,
ol,
fieldset {
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--ink);
  color: var(--paper);
  padding: 8px 12px;
  z-index: 80;
}

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

.crop {
  position: fixed;
  width: 18px;
  height: 18px;
  z-index: 50;
  pointer-events: none;
}

.crop::before,
.crop::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.crop::before {
  width: 18px;
  height: 1px;
}

.crop::after {
  width: 1px;
  height: 18px;
}

.crop-tl {
  top: 14px;
  left: 14px;
}
.crop-tr {
  top: 14px;
  right: 14px;
}
.crop-tr::before {
  right: 0;
}
.crop-tr::after {
  right: 0;
}
.crop-bl {
  bottom: 14px;
  left: 14px;
}
.crop-bl::before {
  bottom: 0;
}
.crop-bl::after {
  bottom: 0;
}
.crop-br {
  bottom: 14px;
  right: 14px;
}
.crop-br::before {
  right: 0;
  bottom: 0;
}
.crop-br::after {
  right: 0;
  bottom: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 0 var(--gutter);
  background: var(--paper);
  border-bottom: 1px solid var(--hair);
}

.page-contact .site-header {
  background: var(--ink-2);
  border-bottom-color: var(--hair-paper);
  color: var(--cream);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  justify-self: start;
}

.brand-logo {
  display: block;
  height: 20px;
  width: auto;
}

.page-contact .brand-logo {
  filter: brightness(0) invert(1);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--hair);
  min-height: 44px;
  padding: 0 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
}

.site-nav a {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
}

.page-contact .site-nav a {
  color: color-mix(in srgb, var(--paper) 62%, transparent);
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
  box-shadow: inset 0 -1px 0 var(--ink);
}

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

.header-wa {
  justify-self: end;
  color: var(--taupe);
  font-size: 13px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.header-wa:hover,
.header-wa:focus-visible {
  transform: none;
}

.page-contact .header-wa {
  color: var(--cream);
}

.kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.display {
  font-family: var(--display);
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: -0.035em;
  line-height: 0.92;
}

.lede {
  font-size: 17px;
  line-height: 1.45;
  max-width: 42ch;
}

.cta-line {
  display: inline-block;
  padding: 12px 0;
  color: var(--taupe);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  text-decoration-skip-ink: none;
}

.cta-line .arrow {
  font-size: 1em;
  line-height: inherit;
}

.cta-line:hover,
.cta-line:focus-visible {
  transform: none;
}

.live-stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 3px 7px;
}

.plate-marks {
  position: absolute;
  inset: 8px;
  pointer-events: none;
}

.plate-marks span {
  position: absolute;
  width: 12px;
  height: 12px;
}

.plate-marks span::before,
.plate-marks span::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.plate-marks span::before {
  width: 12px;
  height: 1px;
}

.plate-marks span::after {
  width: 1px;
  height: 12px;
}

.plate-marks .m-tr {
  top: 0;
  right: 0;
}
.plate-marks .m-tr::before {
  right: 0;
}
.plate-marks .m-tr::after {
  right: 0;
}
.plate-marks .m-bl {
  left: 0;
  bottom: 0;
}
.plate-marks .m-bl::before {
  bottom: 0;
}
.plate-marks .m-bl::after {
  bottom: 0;
}
.plate-marks .m-br {
  right: 0;
  bottom: 0;
}
.plate-marks .m-br::before {
  right: 0;
  bottom: 0;
}
.plate-marks .m-br::after {
  right: 0;
  bottom: 0;
}

.browser {
  position: relative;
  background: var(--paper-2);
  border: 1px solid var(--hair);
  box-shadow: 0 24px 50px color-mix(in srgb, var(--ink) 10%, transparent);
}

.browser-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  height: 32px;
  padding: 0 10px;
  border-bottom: 1px solid var(--hair);
  background: var(--paper-2);
}

.dots {
  display: flex;
  gap: 5px;
}

.dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ink) 22%, transparent);
}

.url {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-align: center;
}

.browser-screen {
  position: relative;
  overflow: hidden;
  background: #111;
}

.browser-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fake-site {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  color: var(--ink);
  background: var(--paper-2);
}

.fake-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.fake-body {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 0;
}

.fake-copy {
  padding: 18px 16px 20px;
}

.fake-copy h3 {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.fake-copy p {
  font-size: 12px;
  color: var(--muted);
  max-width: 28ch;
}

.home-hero {
  min-height: calc(100svh - var(--header) - 210px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
  padding: clamp(20px, 4vh, 40px) var(--gutter) 28px;
}

.home-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
}

.home-copy h1 {
  font-size: clamp(52px, 9.2vw, 128px);
  max-width: 9ch;
  margin-bottom: 28px;
}

.home-copy .lede {
  margin-bottom: 18px;
}

.plate-link {
  display: block;
  color: inherit;
}

.plate-link .browser {
  transition: transform 180ms var(--ease);
}

.plate-link:hover .browser,
.plate-link:focus-visible .browser {
  transform: translateY(-3px);
}

.home-plate {
  position: relative;
  z-index: 3;
  margin-left: -18%;
  transform: rotate(-1.1deg);
  margin-bottom: 18px;
}

.home-plate .browser-screen {
  aspect-ratio: 16 / 10;
}

.home-caption {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--taupe);
}

.file-band {
  position: relative;
  overflow: hidden;
  background: var(--beige-dark);
  color: var(--cream);
  padding: 72px var(--gutter) 80px;
  border-block: 1px solid var(--ink);
}

.file-ghost {
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  overflow: visible;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(96px, 18vw, 280px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--cream) 22%, transparent);
  opacity: 0.42;
  pointer-events: none;
  user-select: none;
}

.file-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
  list-style: none;
  z-index: 1;
}

.file-list li {
  min-height: 44px;
}

.file-list .num {
  display: block;
  font-size: 13px;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}

.file-list h3 {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 10px;
}

.file-list p {
  font-size: 14px;
  line-height: 1.4;
  max-width: 28ch;
}

.file-band .kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
  color: var(--sand);
}

body[data-page="home"] {
  --bar: 92px;
}

.need-submit {
  justify-self: auto;
  white-space: nowrap;
  margin-left: auto;
}

.live-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.home-plate .live-shot {
  position: absolute;
  inset: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 720ms cubic-bezier(0.4, 0, 0.2, 1);
}

.live-shot.is-exit {
  transform: translate3d(-100%, 0, 0);
}

.live-shot.is-enter {
  transform: translate3d(100%, 0, 0);
  transition: none;
}

.live-shot.is-enter.is-ready {
  transition: transform 720ms cubic-bezier(0.4, 0, 0.2, 1);
}

.live-shot.is-enter.is-in {
  transform: translate3d(0, 0, 0);
}

.enquire {
  background: var(--ink);
  color: var(--cream);
  margin: 56px var(--gutter) 40px;
  padding: 40px 40px 44px;
}

.enquire .kicker {
  color: var(--sand);
}

.enquire h2 {
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 10px 0 28px;
}

.enquire .need-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.enquire .need-options label {
  background: transparent;
  border-color: color-mix(in srgb, var(--sand) 45%, transparent);
  color: var(--cream);
}

.enquire .need-options label:has(input:checked) {
  background: var(--sand);
  border-color: var(--sand);
  color: var(--ink);
}

.enquire .need-submit {
  color: var(--cream);
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.enquire .need-submit .arrow {
  font-size: 18px;
  line-height: 1;
}

.site-bar {
  display: none;
}

.page-contact .site-bar {
  background: var(--ink-2);
  border-top-color: var(--hair-paper);
  color: var(--paper);
}

.site-bar-brand {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  white-space: nowrap;
}

.page-contact .site-bar-brand {
  color: color-mix(in srgb, var(--paper) 55%, transparent);
}

.site-bar .need-form {
  flex: 1;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  min-width: 0;
}

.need-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border: 0;
  min-width: 0;
}

.need-options legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.need-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--hair);
  background: var(--paper);
}

.need-options input {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid var(--ink);
  background: transparent;
  display: grid;
  place-items: center;
}

.need-options label:has(input:checked) {
  background: var(--sand);
  border-color: var(--taupe);
}

.need-options input:checked {
  background: var(--taupe);
  border-color: var(--taupe);
}

.enquire .need-options input {
  border-color: var(--cream);
  background: var(--cream);
}

.enquire .need-options input:checked {
  background: var(--ink);
  border-color: var(--ink);
}

.need-submit {
  background: none;
  border: 0;
  color: var(--taupe);
  min-height: 44px;
  cursor: pointer;
  font-weight: 500;
  justify-self: end;
}

.need-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.work-intro {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 32px;
  padding: 48px var(--gutter) 36px;
  align-items: end;
}

.work-intro h1 {
  font-size: clamp(56px, 8vw, 112px);
  max-width: 8ch;
  margin: 14px 0 18px;
}

.work-index {
  list-style: none;
  display: grid;
  gap: 10px;
  padding-bottom: 8px;
}

.work-index li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--hair);
  padding-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.work-index a:hover {
  color: var(--taupe);
}

.work-cases {
  position: relative;
}

.work-rail {
  position: sticky;
  top: calc(var(--header) + 24px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 36px;
  margin: 8px 0 -90px var(--gutter);
  z-index: 5;
}

.work-rail a {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  width: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.work-rail a.is-active {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.work-rail.is-on-dark a.is-active {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.case {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
  min-height: 92svh;
  padding: 48px var(--gutter) 64px;
  background: var(--paper);
}

.case-dark {
  background: var(--ink-2);
  color: var(--cream);
}

.case-dark .kicker,
.case-dark .meta,
.case-dark .lede {
  color: color-mix(in srgb, var(--paper) 72%, transparent);
}

.case-dark .num {
  color: var(--cream);
}

.case-posh {
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
}

#case-vid {
  grid-template-columns: minmax(0, 0.62fr) minmax(220px, 0.38fr);
}

#case-vid .case-media {
  order: -1;
}

.case-copy .num {
  color: var(--taupe);
  font-size: 22px;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 8px;
}

.case-copy h2 {
  font-family: var(--display);
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 12px;
}

.ghost-name {
  font-family: var(--display);
  font-size: clamp(48px, 7vw, 108px);
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px var(--hair);
  margin: 18px 0 10px;
  user-select: none;
  overflow: hidden;
}

.case-dark .ghost-name {
  -webkit-text-stroke-color: color-mix(in srgb, var(--paper) 16%, transparent);
}

.meta {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 16px;
}

.case-media {
  position: relative;
}

.inner-plate {
  position: absolute;
  left: -8%;
  bottom: -14%;
  width: min(42%, 280px);
  transform: rotate(-3.5deg);
  z-index: 2;
}

.inner-plate .browser-screen {
  aspect-ratio: 4 / 3;
}

.case .browser-screen {
  aspect-ratio: 16 / 10;
}

.collection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px;
  background: var(--paper-2);
}

.collection figure {
  display: grid;
  gap: 6px;
}

.collection img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.collection figcaption {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  color: var(--muted);
}

.work-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 28px var(--gutter) 40px;
  border-top: 1px solid var(--hair);
  font-size: 14px;
}

.work-foot .fine {
  width: 100%;
  font-size: 12px;
  color: var(--muted);
}

.scrub {
  height: 240vh;
}

.scrub-sticky {
  position: sticky;
  top: var(--header);
  height: calc(100svh - var(--header));
  overflow: hidden;
  padding: 28px var(--gutter) 32px;
  background: var(--paper);
}

.scrub-thread {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--ink);
  transform: translateX(-50%);
}

.scrub-head {
  position: absolute;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ink);
  transform: translate(-50%, -50%);
  top: 45%;
}

.scrub-rail {
  position: absolute;
  left: var(--gutter);
  top: 22%;
  list-style: none;
  display: grid;
  gap: 18px;
}

.scrub-rail li {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--muted);
  transition: transform 480ms var(--ease), color 480ms var(--ease), opacity 480ms var(--ease);
}

.scrub-rail li.is-active {
  color: var(--ink);
  transform: scale(1.35);
  transform-origin: left center;
}

.scrub-kicker {
  position: absolute;
  left: 16%;
  top: 9%;
  font-style: italic;
  color: var(--muted);
}

.scrub-title {
  position: absolute;
  left: 14%;
  top: 16%;
  font-size: clamp(64px, 11vw, 152px);
  max-width: 8ch;
  z-index: 2;
}

.scrub-copy {
  position: absolute;
  left: 14%;
  top: 46%;
  max-width: 28ch;
  font-size: 17px;
  z-index: 2;
}

.scrub-ghost {
  position: absolute;
  left: 6%;
  bottom: 6%;
  font-family: var(--display);
  font-size: clamp(80px, 16vw, 210px);
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px var(--hair);
  letter-spacing: -0.05em;
  pointer-events: none;
}

.scrub-stage {
  position: absolute;
  inset: 0;
  opacity: 0;
  will-change: transform, opacity;
  pointer-events: none;
}

.viz {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.viz-file {
  left: 60%;
  right: auto;
  top: 38%;
  display: grid;
  grid-template-columns: repeat(2, 54px);
  gap: 8px;
  transform: rotate(8deg) scale(2.5);
  transform-origin: center center;
  z-index: 4;
  opacity: 1;
}

.swatch {
  width: 54px;
  height: 72px;
  border: 1px solid var(--hair);
}

.swatch b {
  display: block;
  height: 48px;
}

.swatch span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.08em;
  padding: 4px;
}

.viz-options {
  right: 7%;
  top: 18%;
  width: min(40vw, 480px);
  transform: rotate(5.5deg);
  z-index: 3;
}

.viz-options .browser-screen {
  aspect-ratio: 16 / 10;
}

.viz-build {
  right: 18%;
  bottom: 16%;
  background: var(--paper-2);
  border: 1px solid var(--hair);
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
}

.viz-sit {
  right: 7%;
  bottom: 24%;
  width: 168px;
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 14px 16px 16px;
  z-index: 5;
}

.sit-kicker {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.sit-title {
  font-family: var(--display);
  font-size: 28px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 4px 0 12px;
}

.sit-ticks {
  list-style: none;
  display: grid;
  gap: 7px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.sit-ticks li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.sit-ticks li::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid var(--ink);
  flex: 0 0 auto;
}

.sit-ticks li.is-on {
  color: var(--ink);
}

.sit-ticks li.is-on::before {
  background: var(--ink);
}

.viz-live {
  left: auto;
  right: 7%;
  bottom: 7%;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 12px 16px;
  color: var(--ink);
  z-index: 6;
}

.live-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink);
  flex: 0 0 auto;
  animation: live-pulse 1.8s ease-in-out infinite;
}

.live-word {
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.live-meta {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

@keyframes live-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.72);
  }
}

.process-resolve {
  padding: 48px var(--gutter) 64px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--hair);
}

.process-fallback {
  display: none;
  padding: 24px var(--gutter) 64px;
}

.process-fallback article {
  padding: 36px 0;
  border-top: 1px solid var(--hair);
}

.process-fallback h2 {
  font-family: var(--display);
  font-size: clamp(40px, 7vw, 72px);
  line-height: 0.95;
  margin: 8px 0 12px;
}

.page-contact {
  background: var(--ink);
  color: var(--cream);
}

.contact-hero {
  min-height: calc(100svh - var(--header));
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
  padding: 48px var(--gutter) 64px;
  position: relative;
  overflow: hidden;
}

.contact-ghost {
  position: absolute;
  left: -4%;
  top: 8%;
  font-family: var(--display);
  font-size: clamp(160px, 28vw, 380px);
  line-height: 0.8;
  color: color-mix(in srgb, var(--paper) 8%, transparent);
  pointer-events: none;
  letter-spacing: -0.06em;
}

.contact-copy {
  position: relative;
  z-index: 1;
}

.contact-copy h1 {
  font-size: clamp(48px, 7.2vw, 104px);
  max-width: 10ch;
  margin: 0 0 24px;
}

.contact-copy .lede {
  color: color-mix(in srgb, var(--paper) 72%, transparent);
}

.doors {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.door {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 88px;
  border-top: 1px solid var(--hair-paper);
  border-bottom: 1px solid var(--hair-paper);
  padding: 12px 0;
  transform: none !important;
}

.door-sq {
  width: 48px;
  height: 48px;
  background: var(--sand);
  color: var(--ink);
  display: grid;
  place-items: center;
}

.door-sq svg {
  width: 22px;
  height: 22px;
  display: block;
}

.door h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--paper-2);
  margin-bottom: 4px;
}

.door p {
  color: color-mix(in srgb, var(--paper) 62%, transparent);
  font-size: 14px;
}

@media (hover: hover) and (pointer: fine) {
  .js-magnet {
    transition: transform 160ms var(--ease);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scrub {
    display: none;
  }

  .process-fallback {
    display: block;
  }

  .js-magnet {
    transform: none !important;
  }

  .live-pulse {
    animation: none;
  }

  .live-shot.is-exit,
  .live-shot.is-enter,
  .live-shot.is-enter.is-ready,
  .live-shot.is-enter.is-in {
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .file-ghost {
    display: block;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center center;
    font-size: 42vh;
    line-height: 1;
    max-width: none;
    white-space: nowrap;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    background: var(--paper);
    flex-direction: column;
    padding: 12px var(--gutter) 20px;
    border-bottom: 1px solid var(--hair);
  }

  .page-contact .site-nav {
    background: var(--ink-2);
  }

  .site-nav.is-open {
    display: flex;
  }

  .home-hero,
  .work-intro,
  .case,
  .contact-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-left: var(--gutter);
  }

  #case-vid {
    grid-template-columns: 1fr;
  }

  #case-vid .case-media {
    order: 0;
  }

  .home-plate {
    margin-left: 0;
  }

  .file-list {
    grid-template-columns: 1fr 1fr;
  }

  .enquire {
    margin-left: var(--gutter);
    margin-right: var(--gutter);
    padding-left: 24px;
    padding-right: 24px;
  }

  .enquire .need-options {
    flex-wrap: wrap;
    max-width: none;
    overflow: visible;
  }

  .need-form {
    grid-template-columns: 1fr;
  }

  .need-submit {
    justify-self: start;
  }

  .work-rail {
    display: none;
  }

  .inner-plate {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(70%, 260px);
    margin-top: -28px;
  }

  .scrub-rail {
    left: auto;
    right: var(--gutter);
    top: 8%;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .scrub-rail li.is-active {
    transform-origin: center;
  }

  .scrub-kicker {
    left: 8%;
    top: 8%;
  }

  .scrub-title {
    font-size: clamp(44px, 13vw, 68px);
    left: 8%;
    right: 8%;
    top: 14%;
    max-width: none;
  }

  .scrub-copy {
    left: 8%;
    right: 50%;
    top: 24%;
    bottom: auto;
    max-width: none;
    font-size: 15px;
  }

  .viz-file {
    left: 58%;
    top: 44%;
    grid-template-columns: repeat(2, 40px);
    gap: 6px;
    transform: rotate(8deg) scale(2.3);
    transform-origin: center center;
  }

  .viz-file .swatch {
    width: 40px;
    height: 54px;
  }

  .viz-file .swatch b {
    height: 34px;
  }

  .viz-options {
    width: min(78vw, 420px);
    right: 6%;
    top: auto;
    bottom: 24%;
  }

  .viz-options .fake-nav {
    padding: 6px 10px;
    font-size: 8px;
  }

  .viz-options .fake-copy {
    padding: 8px 10px 10px;
  }

  .viz-options .fake-copy h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .viz-options .fake-copy p {
    font-size: 10px;
  }

  .viz-build {
    left: 6%;
    right: auto;
    top: 40%;
    bottom: auto;
    width: min(44vw, 168px);
    font-size: 8px;
    line-height: 1.35;
    padding: 8px 10px;
    overflow: visible;
    white-space: pre-wrap;
    word-break: break-word;
    z-index: 5;
  }

  .viz-options .fake-body img {
    object-fit: contain;
    object-position: center;
  }

  .viz-sit {
    width: 132px;
    bottom: 12%;
    padding: 10px 12px 12px;
  }

  .sit-title {
    font-size: 20px;
  }

  .viz-live {
    bottom: 11%;
    padding: 8px 12px;
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .viz-file {
    left: 51%;
    top: 24%;
    transform: rotate(8deg) scale(1);
  }
}

@media (max-width: 600px) {
  .file-list {
    grid-template-columns: 1fr;
  }

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

  .crop {
    width: 12px;
    height: 12px;
  }
}
