:root {
  --bg: #131313;
  --panel: #1a1a1a;
  --text: #e6e4e1;
  --muted: #c9c6c0;
  --line: rgba(230, 228, 225, 0.14);
  --header-h: 86px;
  --font-main: "Helvetica Now Variable Pro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

html,
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-main);
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 999;
  background: var(--text);
  color: var(--bg);
  padding: 0.5rem 0.7rem;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 1.15rem 1rem;
  background: rgba(19, 19, 19, 0.16);
  backdrop-filter: blur(8px);
  transition: background 300ms ease, padding 300ms ease, box-shadow 300ms ease;
}

.site-header.is-scrolled {
  background: rgba(19, 19, 19, 0.76);
  backdrop-filter: blur(12px);
  padding: 0.62rem 1rem;
  box-shadow: none;
}

.header-inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.brand-word {
  font-family: var(--font-main);
  font-weight: 300;
  font-size: clamp(1.4rem, 0.95vw, 1.68rem);
  line-height: 1.75rem;
  letter-spacing: 0.15em;
  text-transform: lowercase;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: none;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 0;
  margin-left: 0.5rem;
  position: relative;
  padding-bottom: 0.15rem;
}

.desktop-nav a {
  padding: 0.18rem clamp(0.7rem, 0.72vw, 0.92rem);
  text-decoration: none;
  font-size: clamp(0.79rem, 0.56vw, 0.92rem);
  text-transform: lowercase;
  color: rgba(230, 228, 225, 0.78);
  transition: color 250ms ease;
}

.nav-label {
  display: inline-block;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--text);
}

.nav-divider {
  color: #7b7b7b;
  font-size: 0.72rem;
  line-height: 1;
  padding: 0 0.15rem;
  transform: translateY(-1px);
  user-select: none;
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.5px;
  background: var(--text);
  transform: translateX(0);
  opacity: 0;
  transition:
    transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
    width 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 180ms ease;
}

.socials {
  display: none;
  align-items: center;
  gap: 0.6rem;
}

.shop-local-nav {
  display: none;
  align-items: center;
  gap: 0.1rem;
  margin-right: 0;
}

.shop-local-nav a {
  text-decoration: none;
  font-size: clamp(0.79rem, 0.56vw, 0.92rem);
  letter-spacing: 0;
  text-transform: lowercase;
  color: rgba(230, 228, 225, 0.78);
}

.shop-local-nav a:hover,
.shop-local-nav a:focus-visible {
  color: var(--text);
}

.socials a {
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icon-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-mark-link {
  width: 18px;
  height: 18px;
  opacity: 0.92;
}

.header-mark-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.header-mark-link:hover,
.header-mark-link:focus-visible {
  opacity: 1;
}

.menu-toggle {
  border: 0;
  background: transparent;
  color: var(--text);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--text);
  margin: 1.8px 0;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1.1rem 0.5rem 0.3rem;
}

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

.mobile-nav a {
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1rem;
  color: var(--text);
}

main {
  padding-top: var(--header-h);
}

.panel {
  padding: 1.5rem 0;
}

.portraits-panel {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.9rem;
  padding-bottom: 1.2rem;
  padding-inline: 2.4rem;
}

.section-bridge {
  width: 100%;
  height: 8rem;
  pointer-events: none;
}

.section-bridge--to-motion {
  height: 4rem;
}

.portraits-slices {
  width: min(90vw, 1680px);
  margin: 0 auto;
  display: flex;
  height: min(72vh, 680px);
  overflow: hidden;
}

.portrait-slice {
  appearance: none;
  background: #0a0a0a;
  color: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  will-change: flex, opacity;
  transition:
    flex 520ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 260ms ease;
  opacity: 1;
}

.portrait-slice::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  opacity: 1;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.portrait-slice::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.5));
  opacity: 0.32;
  transition: none;
}

.portrait-slice img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focus-x, 50%) var(--focus-y, 50%);
  transform: none;
}

.portrait-slice.is-active {
  flex: 0 0 var(--open-width, 42vw);
  background: transparent;
  opacity: 1;
}

.portrait-slice.is-active.is-landscape {
  flex: 0 0 var(--open-width, 56vw);
}

.portrait-slice.is-active::before,
.portrait-slice:hover::before,
.portrait-slice:focus-visible::before {
  opacity: 0;
}

.portrait-slice.is-active::after,
.portrait-slice:hover::after,
.portrait-slice:focus-visible::after {
  opacity: 0.15;
}

.portrait-slice:hover,
.portrait-slice:focus-visible {
  opacity: 1;
}

.portrait-slice.is-active img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.portrait-slice.is-active.is-opened img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.portrait-slice:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: -2px;
}

.portrait-meta {
  width: min(90vw, 1680px);
  margin: 0.45rem auto 0;
  color: var(--text);
  min-height: 2.1rem;
  position: relative;
  --meta-x: 0px;
}

.portrait-meta-content {
  width: max-content;
  max-width: min(420px, calc(100% - 8px));
  transform: translateX(var(--meta-x));
  opacity: 1;
  transition: none;
}

.portrait-meta-content.is-typing {
  opacity: 1;
}

.portrait-meta h2 {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  min-height: 1em;
}

.portrait-meta p {
  margin: 0.12rem 0 0;
  font-size: 0.72rem;
  line-height: 1.25;
  color: rgba(230, 228, 225, 0.92);
  min-height: 1em;
}

.portraits-slices.is-intro .portrait-slice {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  will-change: transform, opacity;
}

.portraits-slices.is-preloading .portrait-slice {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  pointer-events: none;
}

.portraits-slices.is-intro.is-playing .portrait-slice {
  animation: portrait-drop 720ms cubic-bezier(0.2, 0.9, 0.25, 1) forwards;
  animation-delay: calc(var(--slice-i, 0) * 45ms);
}

@keyframes portrait-drop {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.clients-panel {
  padding: 0 1rem 0;
}

#portraits,
#clients,
#motion,
#about,
#contact,
#forms,
#shop-catalog {
  scroll-margin-top: calc(var(--header-h) + 0.95rem);
}

.story-section {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 720ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.story-section.is-story-visible {
  opacity: 1;
  transform: translateY(0);
}

.clients-panel.story-section,
.clients-panel.story-section.is-story-visible {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.motion-panel.story-section,
.motion-panel.story-section.is-story-visible {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.clients-grid {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.client-card p {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: #f2f2f2;
}

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

.client-card {
  transition:
    opacity 1000ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 1000ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.client-card[role="button"] {
  cursor: pointer;
  touch-action: manipulation;
}

.client-card[role="button"]:focus-visible {
  outline: 2px solid #9a9a9a;
  outline-offset: 4px;
}

.story-section .client-card {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 900ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--scroll-seq-delay, 0ms);
}

.story-section.is-story-visible .client-card {
  opacity: 1;
  transform: translateY(0);
}

.clients-panel.is-gallery-opening .client-card {
  pointer-events: none;
}

.clients-panel.is-gallery-opening .client-card.is-opening-away {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 900ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--open-seq-delay, 0ms);
}

.clients-panel.is-gallery-opening .client-card.is-opening-focus {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: none;
  z-index: 2;
}

.clients-panel.is-gallery-opening .client-card.is-opening-focus img {
  opacity: 1;
  filter: none;
}

.logo-marquee {
  margin-top: 2.4rem;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  overflow: hidden;
  padding: 1rem 0;
}

.logo-marquee:hover .logo-row {
  animation-play-state: paused;
}

.story-section .logo-marquee {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease 200ms, transform 760ms cubic-bezier(0.22, 0.61, 0.36, 1) 200ms;
}

.story-section.is-story-visible .logo-marquee {
  opacity: 1;
  transform: translateY(0);
}

.logo-row {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 2.6rem;
  padding-inline: 0.8rem;
  opacity: 0;
  transform: translateX(-10vw);
  transition: opacity 820ms ease, transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
  animation: none;
}

.logo-row img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}

.story-section.is-story-visible .logo-row {
  opacity: 1;
  transform: translateX(0);
}

.logo-marquee.is-looping .logo-row {
  transition: none;
  animation: marquee 36s linear infinite;
}

.client-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  background: var(--bg);
  overflow-y: auto;
  padding: clamp(0.85rem, 2.2vw, 2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.client-gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.client-gallery-modal[hidden] {
  display: none;
}

.client-gallery-shell {
  width: min(96vw, 1540px);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(26px) scale(0.986);
  transform-origin: var(--gallery-origin-x, 50%) var(--gallery-origin-y, 10%);
  transition:
    opacity 560ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.client-gallery-modal.is-open .client-gallery-shell {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.client-gallery-header {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.45rem 0 0.8rem;
  margin-bottom: 0.3rem;
  background: transparent;
}

.client-gallery-close {
  border: 0;
  background: transparent;
  color: #a0a0a0;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

.client-gallery-close:hover {
  color: #d2d2d2;
}

.client-gallery-meta {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: #bebebe;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.client-gallery-stream {
  columns: 1;
  column-gap: clamp(0.5rem, 1.1vw, 0.85rem);
  width: 100%;
}

.client-gallery-modal.is-jordan-gallery {
  overflow: hidden;
}

.client-gallery-modal.is-jordan-gallery .client-gallery-shell {
  height: calc(100vh - clamp(1.7rem, 4vw, 4rem));
  display: flex;
  flex-direction: column;
}

.client-gallery-modal.is-jordan-gallery .client-gallery-header {
  margin-bottom: 0.45rem;
}

.client-gallery-modal.is-jordan-gallery .client-gallery-stream {
  columns: initial;
  column-gap: 0;
  flex: 1 1 auto;
  overflow: visible;
  scrollbar-width: none;
}

.jordan-gallery-carousel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
}

.jordan-gallery-track {
  min-height: 0;
  display: flex;
  align-items: center;
  gap: clamp(0.18rem, 0.45vw, 0.4rem);
  padding: 0 0 clamp(0.15rem, 0.6vw, 0.45rem);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.jordan-gallery-track::-webkit-scrollbar {
  display: none;
}

.jordan-gallery-spacer {
  flex: 0 0 0;
  align-self: stretch;
}

.jordan-gallery-slide {
  margin: 0;
  position: relative;
  z-index: 1;
  flex: 0 0 clamp(260px, 31vw, 560px);
  margin-left: clamp(-9.3rem, -10.5vw, -4.2rem);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  opacity: 0.25;
  filter: brightness(0.32) saturate(0.85);
  transform: translateY(18px) scale(1);
  transition:
    opacity 360ms ease,
    filter 360ms ease,
    transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1),
    z-index 240ms ease;
}

.jordan-gallery-slide:first-child {
  margin-left: 0;
}

.jordan-gallery-slide.is-neighbor {
  z-index: 3;
  opacity: 0.56;
  filter: brightness(0.62) saturate(0.92);
  transform: translateY(8px) scale(1);
}

.jordan-gallery-slide.is-active {
  z-index: 7;
  opacity: 1;
  filter: brightness(1);
  transform: translateY(0) scale(1);
}

.jordan-gallery-slide img {
  display: block;
  width: auto;
  height: var(--jordan-image-height, min(76svh, 900px));
  max-width: none;
  object-fit: contain;
  margin: 0 auto;
  background: #050505;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.jordan-gallery-slide.is-active img {
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.55);
}

.jordan-gallery-active-caption {
  margin: 0;
  min-height: 1.05rem;
  text-align: center;
  align-self: center;
  width: min(90vw, 980px);
  color: #bfbfbf;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: none;
}

.jordan-gallery-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding-bottom: 0.05rem;
}

.jordan-gallery-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #555;
  cursor: pointer;
  transition: transform 220ms ease, background-color 220ms ease;
}

.jordan-gallery-dot.is-active {
  background: #d7d7d7;
  transform: scale(1.22);
}

.client-gallery-item {
  break-inside: avoid;
  margin: 0 0 clamp(0.5rem, 1.1vw, 0.85rem);
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 560ms ease, transform 620ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.client-gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.client-gallery-item.is-offset {
  margin-top: 0;
}

.client-gallery-item.is-breakout {
  column-span: none;
}

.client-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #050505;
}

@media (min-width: 700px) {
  .client-gallery-stream {
    columns: 2;
  }
}

@media (min-width: 1300px) {
  .client-gallery-stream {
    columns: 3;
  }
}

body.is-client-gallery-open {
  overflow: hidden;
}

body.is-client-gallery-open .site-header {
  opacity: 0;
  pointer-events: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.motion-panel {
  --motion-content-w: min(90vw, 1680px);
  --motion-rail-w: 44px;
  --motion-rail-gap: 0.7rem;
  position: relative;
  padding: 1.2rem 1rem;
  display: grid;
  grid-template-columns: var(--motion-rail-w) minmax(0, 1fr) var(--motion-rail-w);
  column-gap: var(--motion-rail-gap);
  align-items: start;
}

.motion-top-fade {
  grid-column: 2;
  width: min(
    var(--motion-content-w),
    calc(100% - (2 * var(--motion-rail-w)) - (2 * var(--motion-rail-gap)))
  );
  justify-self: center;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 10;
  height: 0;
  pointer-events: none;
}

.motion-top-fade::before {
  content: "";
  display: none;
  width: 100%;
  height: 5.5rem;
  transform: translateY(-1px);
  background: linear-gradient(to bottom, rgba(19, 19, 19, 0.96), rgba(19, 19, 19, 0));
}

.motion-stack {
  grid-column: 2;
  width: min(
    var(--motion-content-w),
    calc(100% - (2 * var(--motion-rail-w)) - (2 * var(--motion-rail-gap)))
  );
  max-width: min(
    var(--motion-content-w),
    calc(100% - (2 * var(--motion-rail-w)) - (2 * var(--motion-rail-gap)))
  );
  justify-self: center;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.motion-card {
  --motion-scroll-opacity: 1;
  --motion-scroll-scale: 1;
  margin: 0;
  border: 1px solid var(--line);
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: opacity 140ms linear, transform 180ms ease-out;
}

.motion-card.is-visible {
  opacity: var(--motion-scroll-opacity);
  transform: translateY(0) scale(var(--motion-scroll-scale));
}

.story-section.is-story-visible .motion-card {
  opacity: var(--motion-scroll-opacity);
  transform: translateY(0) scale(var(--motion-scroll-scale));
}

.motion-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.motion-audio-controls {
  position: sticky;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  left: 0.4rem;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.motion-audio-controls.is-tracking {
  opacity: 0.92;
  pointer-events: auto;
}

.motion-audio-controls button,
.motion-audio-controls input {
  font: inherit;
}

.motion-audio-controls button {
  border: 0;
  background: transparent;
  color: #8d8d8d;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.motion-audio-controls button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  vector-effect: non-scaling-stroke;
}

.motion-audio-controls input[type="range"] {
  writing-mode: vertical-lr;
  direction: rtl;
  width: 16px;
  height: 140px;
  accent-color: #8d8d8d;
}

@media (max-width: 899px) {
  .motion-panel {
    --motion-content-w: min(92vw, 1200px);
    --motion-rail-w: 36px;
    --motion-rail-gap: 0.45rem;
  }

  .motion-panel {
    grid-template-columns: var(--motion-rail-w) minmax(0, 1fr) var(--motion-rail-w);
    column-gap: var(--motion-rail-gap);
  }

  .motion-audio-controls {
    left: 0.2rem;
    top: calc(50svh + 40px);
  }

  .motion-audio-controls input[type="range"] {
    height: 110px;
  }

  .client-gallery-modal {
    padding: 0.55rem;
  }

  .client-gallery-header {
    padding-top: 0.25rem;
  }

  .client-gallery-meta {
    font-size: 0.68rem;
  }

  .jordan-gallery-slide {
    margin-left: clamp(-9.8rem, -35vw, -2.8rem);
  }

  .jordan-gallery-active-caption {
    width: 88vw;
    font-size: 0.68rem;
  }
}

.about-panel {
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  padding: 1rem;
  --about-progress: 0;
}

.about-desktop {
  display: none;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  min-height: 76vh;
  grid-template-columns: minmax(320px, 560px) minmax(320px, 520px);
  justify-content: center;
  align-items: center;
  column-gap: clamp(2rem, 6vw, 6.5rem);
}

.about-image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.about-image-wrap img {
  width: min(100%, 560px);
  max-height: 68vh;
  object-fit: contain;
}

.about-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  margin-inline: auto;
  text-align: left;
}

.about-copy h1,
.about-copy-mobile h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--font-main);
  line-height: 1.15;
}

.about-copy p,
.about-copy-mobile p {
  margin: 0 0 1rem;
  color: #f2f2f2;
  font-size: 0.79rem;
  font-weight: 400;
  font-family: var(--font-main);
  line-height: 1.45;
  letter-spacing: 0;
}

.story-section .about-image-wrap,
.story-section .about-mobile img {
  opacity: calc(0.12 + (var(--about-progress, 0) * 0.88));
  transform: translateX(calc((1 - var(--about-progress, 0)) * -120px));
  transition: opacity 180ms linear, transform 220ms linear;
  will-change: opacity, transform;
}

.story-section .about-copy,
.story-section .about-copy-mobile {
  opacity: 1;
  transform: none;
  transition: none;
}

.story-section.is-story-visible .about-copy,
.story-section.is-story-visible .about-copy-mobile {
  opacity: 1;
  transform: none;
}

.about-mobile {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-mobile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.about-copy-mobile {
  max-width: 580px;
  margin: 0 auto;
  padding-inline: 0.8rem;
}

.contact-panel {
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.terminal {
  width: min(96vw, 1280px);
  min-height: 62vh;
  background: transparent;
  border: 1px solid transparent;
}

.story-section .terminal {
  opacity: 0;
  transform: translateY(20px) scale(0.995);
  transition: opacity 740ms ease, transform 760ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.story-section.is-story-visible .terminal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contact-terminal {
  overflow: hidden;
}

.terminal-top {
  position: sticky;
  top: 0;
  text-align: center;
  background: #111;
  padding: 0.5rem;
  color: #a6a6a6;
  font-family: var(--font-main);
  font-size: 0.79rem;
  z-index: 3;
}

.contact-body {
  height: clamp(54vh, 60vh, 68vh);
  background: #0b0b0b;
  overflow-y: auto;
  cursor: text;
  padding: 0.8rem 0.85rem 1.6rem;
  display: flex;
  justify-content: center;
}

.contact-inner {
  width: min(100%, 760px);
  margin: 0 auto;
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: var(--text);
  font-size: 0.79rem;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-intro {
  margin: 0;
  text-align: center;
  min-height: 7.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.02em;
}

.contact-transcript p,
.contact-question {
  margin: 0;
  text-align: center;
}

.contact-question {
  margin-top: 1.55rem;
  font-weight: 700;
}

.contact-answer {
  margin-top: 0.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text);
}

.contact-answer-line {
  margin: 0.2rem 0 0;
  text-align: center;
  color: var(--text);
  font-weight: 400;
}

.contact-arrow {
  color: var(--text);
}

.contact-home {
  color: var(--text);
  margin-left: 0.3rem;
}

.contact-input-form {
  margin-top: 0.6rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-input-form[hidden] {
  display: none !important;
}

.contact-command {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
}

.contact-prefix {
  color: #8d8d8d;
  font-weight: 700;
}

.contact-caret {
  display: inline-block;
  width: 0.58ch;
  height: 1em;
  background: var(--text);
  margin-left: 0.08rem;
  vertical-align: middle;
  transform: translateY(0.08em);
  animation: blink 900ms steps(1) infinite;
}

#contact-input-caret {
  opacity: 0;
}

.contact-summary {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
  display: grid;
  justify-items: center;
  row-gap: 1.6rem;
}

.contact-summary[hidden] {
  display: none !important;
}

.contact-summary-line {
  margin: 0;
}

.contact-summary-values {
  margin: 0;
  display: grid;
  gap: 1.25rem;
}

.contact-summary-values p {
  margin: 0;
  font-weight: 400;
}

.contact-summary-values .summary-key {
  color: #9d9d9d;
  font-weight: 700;
}

.contact-summary-actions {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.contact-btn {
  border: 0;
  padding: 0.38rem 0.78rem;
  font: inherit;
  font-size: 0.79rem;
  cursor: pointer;
}

.contact-btn.restart {
  background: #efefef;
  color: var(--bg);
}

.contact-btn.send {
  background: #0b0b0b;
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.contact-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.contact-status {
  min-height: 1.1rem;
  margin: 0.9rem 0 0;
}

.contact-status.success {
  color: #8ce29b;
}

.contact-status.error {
  color: #f2a9a9;
}

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

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.site-footer {
  text-align: center;
  padding: 3rem 1rem;
  background: var(--bg);
}

.site-footer p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 2px;
}

@media (min-width: 900px) {
  .portraits-panel {
    padding-bottom: 1.6rem;
  }

  .section-bridge {
    height: 12rem;
  }

  .section-bridge--to-motion {
    height: 6rem;
  }

  .motion-panel {
    --motion-content-w: min(90vw, 1600px);
  }

  .menu-toggle,
  .mobile-nav {
    display: none !important;
  }

  .shop-local-nav {
    display: inline-flex;
  }

  .desktop-nav,
  .socials {
    display: flex;
  }

  .brand-mark {
    display: none;
  }

  .clients-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.2rem;
    padding: 0 1rem;
  }

  .motion-panel {
    padding: 1.6rem 0;
  }

  .motion-top-fade::before {
    display: none;
  }

  .motion-stack {
    gap: 8rem;
  }

  .about-desktop {
    display: grid;
  }

  .about-mobile {
    display: none;
  }
}

@media (max-width: 899px) {
  .header-left {
    gap: 0;
  }

  .header-right {
    margin-left: auto;
  }

  .portraits-slices {
    width: min(94vw, 1680px);
    height: min(64vh, 560px);
  }

  .portrait-meta {
    width: min(94vw, 1680px);
    min-height: 1.95rem;
  }

  .portrait-meta h2 {
    font-size: 0.7rem;
  }

  .portrait-meta p {
    font-size: 0.7rem;
  }

  .portrait-slice {
    flex: 0.95 1 0;
  }

  .portrait-slice.is-active {
    flex: 0 0 var(--open-width, 48vw);
  }

  .portrait-slice.is-active.is-landscape {
    flex: 0 0 var(--open-width, 58vw);
  }
}

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

  .brand-mark {
    display: block;
  }
}

@media (min-width: 640px) {
  .brand-word {
    display: inline;
  }

  .brand-mark {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-row,
  .contact-caret,
  .motion-card,
  .portrait-slice,
  .portrait-slice.is-active img,
  .story-section,
  .story-section .client-card,
  .story-section .logo-marquee,
  .story-section .about-image-wrap,
  .story-section .about-mobile img,
  .story-section .about-copy,
  .story-section .about-copy-mobile,
  .story-section .terminal,
  .nav-indicator {
    animation: none;
    transition: none;
  }

  .motion-card {
    opacity: 1;
    transform: none;
  }

  .portraits-slices.is-intro .portrait-slice,
  .portraits-slices.is-intro.is-playing .portrait-slice {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .story-section {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .story-section .client-card,
  .story-section .logo-marquee,
  .story-section .about-image-wrap,
  .story-section .about-mobile img,
  .story-section .about-copy,
  .story-section .about-copy-mobile,
  .story-section .terminal {
    opacity: 1;
    transform: none;
  }

  .logo-marquee.is-looping .logo-row {
    animation: none !important;
    transition: none !important;
  }
}
