:root {
  --ink: #050505;
  --ink-soft: #0b0b0c;
  --panel: #111113;
  --panel-light: #18181b;
  --red: #ed1c24;
  --red-dark: #9c080d;
  --white: #f5f5f2;
  --silver: #b9b9bd;
  --muted: #77777e;
  --line: rgba(255, 255, 255, 0.14);
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  background: var(--ink);
  color: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

body.is-interacting {
  cursor: grabbing;
}

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

button {
  appearance: none;
}

a {
  text-decoration: none;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  align-items: center;
  background: rgba(5, 5, 5, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: var(--header-height);
  left: 0;
  padding: 0 clamp(18px, 4.4vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@supports (backdrop-filter: blur(18px)) {
  .site-header {
    backdrop-filter: blur(18px);
  }
}

.brand {
  align-items: center;
  display: flex;
  justify-self: start;
  min-width: 0;
}

.brand-monogram {
  align-items: center;
  background: var(--red);
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-right: 12px;
  width: 38px;
}

.brand-name {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-sub {
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  margin-left: 12px;
  padding-left: 12px;
  text-transform: uppercase;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

.desktop-nav a {
  color: #c2c2c6;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: #fff;
}

.header-action {
  align-items: center;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 12px;
  justify-self: end;
  text-transform: uppercase;
}

.header-action svg {
  height: 17px;
  transition: transform 180ms ease;
  width: 17px;
}

.header-action:hover svg {
  transform: translateX(4px);
}

.hero {
  background: #050505;
  height: calc(100svh - 28px);
  max-height: 980px;
  min-height: 700px;
  overflow: hidden;
  position: relative;
}

.webgl-stage,
#carCanvas,
.stage-fallback,
.stage-shutter {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.webgl-stage {
  background: #050505;
}

#carCanvas {
  cursor: grab;
  display: block;
  opacity: 0;
  outline: none;
  touch-action: pan-y;
  transition: opacity 600ms ease;
  z-index: 2;
}

.webgl-stage.webgl-ready #carCanvas {
  opacity: 1;
}

.stage-fallback {
  filter: brightness(0.56) contrast(1.2) saturate(0.9);
  object-fit: cover;
  object-position: 68% center;
  opacity: 1;
  transition: opacity 600ms ease;
  z-index: 1;
}

.webgl-stage.webgl-ready .stage-fallback {
  opacity: 0;
  pointer-events: none;
}

.stage-shutter {
  background: #050505;
  clip-path: inset(0 0 0 0);
  pointer-events: none;
  transition: clip-path 900ms cubic-bezier(0.74, 0, 0.18, 1);
  z-index: 11;
}

.webgl-stage.webgl-ready .stage-shutter {
  clip-path: inset(0 0 0 100%);
}

.hero::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  inset: var(--header-height) auto 0 0;
  pointer-events: none;
  position: absolute;
  width: 43%;
  z-index: 3;
}

.hero::after {
  background: rgba(0, 0, 0, 0.34);
  bottom: 0;
  content: "";
  height: 152px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 3;
}

.studio-index {
  align-items: center;
  display: flex;
  gap: 16px;
  position: absolute;
  right: clamp(20px, 4.4vw, 72px);
  top: calc(var(--header-height) + 34px);
  z-index: 12;
}

.studio-index span {
  color: #a3a3a8;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.studio-index strong {
  color: #fff;
  font-size: 11px;
}

.hero-copy {
  left: clamp(20px, 5vw, 80px);
  max-width: min(500px, 38vw);
  position: absolute;
  top: 22%;
  z-index: 10;
}

.eyebrow {
  color: #ff4249;
  font-size: 10px;
  font-weight: 800;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.studio-copy h2,
.package-option h2 {
  font-family: "Bodoni Moda", Georgia, serif;
  letter-spacing: 0;
  margin: 0;
}

.hero h1 {
  display: flex;
  flex-direction: column;
  font-size: clamp(64px, 7.2vw, 116px);
  font-weight: 500;
  line-height: 0.78;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.7);
}

.hero h1 em {
  color: var(--red);
  font-style: normal;
  margin-left: clamp(18px, 3vw, 48px);
  margin-top: 0.18em;
}

.hero-lede {
  border-left: 2px solid var(--red);
  color: #c9c9cc;
  font-size: clamp(11px, 0.9vw, 14px);
  line-height: 1.55;
  margin: 30px 0 0;
  max-width: 310px;
  padding-left: 14px;
  text-shadow: 0 2px 12px #000;
  text-transform: uppercase;
}

.hero-lede strong {
  color: #fff;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--red);
  color: #fff;
}

.button-primary:hover {
  background: #ff2c34;
}

.button-line {
  background: rgba(5, 5, 5, 0.5);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.button-line:hover {
  border-color: #fff;
}

.service-console {
  background: rgba(8, 8, 9, 0.76);
  border-left: 2px solid var(--red);
  max-width: 350px;
  padding: 22px 24px;
  position: absolute;
  right: clamp(20px, 4.4vw, 72px);
  top: 23%;
  width: min(350px, 29vw);
  z-index: 10;
}

.service-console.service-swap > * {
  animation: serviceConsoleReveal 360ms cubic-bezier(0.2, 0.75, 0.12, 1) both;
}

.service-console.service-swap > *:nth-child(2) {
  animation-delay: 30ms;
}

.service-console.service-swap > *:nth-child(3) {
  animation-delay: 60ms;
}

.service-console.service-swap > *:nth-child(4) {
  animation-delay: 90ms;
}

@keyframes serviceConsoleReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@supports (backdrop-filter: blur(18px)) {
  .service-console,
  .viewer-controls,
  .service-rail {
    backdrop-filter: blur(18px);
  }
}

.console-kicker {
  align-items: center;
  color: #8f8f95;
  display: flex;
  font-size: 8px;
  font-weight: 800;
  justify-content: space-between;
  text-transform: uppercase;
}

.console-kicker span:first-child {
  color: var(--red);
  font-size: 11px;
}

.service-console h2 {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.15;
  margin: 22px 0 10px;
}

.service-console > p {
  color: #a6a6ab;
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}

.console-specs {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0 0;
  padding-top: 14px;
}

.console-specs div {
  min-width: 0;
}

.console-specs dt {
  color: #68686f;
  font-size: 7px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.console-specs dd {
  font-size: 9px;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hotspot-layer {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 9;
}

.car-hotspot {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 24px;
  left: 50%;
  opacity: 0;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease;
  width: 24px;
}

.webgl-ready + .studio-index ~ .hotspot-layer .car-hotspot,
.hero.is-3d-ready .car-hotspot {
  opacity: 0.42;
}

.car-hotspot.is-front {
  opacity: 0.88;
}

.car-hotspot.active {
  opacity: 1;
}

.hotspot-core {
  background: var(--red);
  border: 2px solid #fff;
  display: block;
  height: 10px;
  left: 7px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  width: 10px;
}

.hotspot-core::before {
  border: 1px solid rgba(255, 255, 255, 0.55);
  content: "";
  inset: -8px;
  position: absolute;
}

.active .hotspot-core::before {
  animation: hotspotPulse 1.8s ease-out infinite;
}

@keyframes hotspotPulse {
  from {
    opacity: 0.9;
    transform: scale(0.65);
  }
  to {
    opacity: 0;
    transform: scale(1.55);
  }
}

.hotspot-label {
  background: rgba(5, 5, 5, 0.86);
  border: 1px solid var(--line);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  left: 28px;
  opacity: 0;
  padding: 7px 9px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: -2px;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.part-readout {
  align-items: center;
  background: rgba(5, 5, 5, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 9px;
  left: 50%;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(12px, 12px, 0);
  transition: opacity 120ms ease;
  z-index: 13;
}

.part-readout.visible {
  opacity: 1;
}

.part-readout i {
  background: var(--red);
  display: inline-block;
  height: 5px;
  transform: rotate(45deg);
  width: 5px;
}

.part-readout span {
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.car-hotspot:hover .hotspot-label,
.car-hotspot.active .hotspot-label {
  opacity: 1;
  transform: translateX(0);
}

.viewer-controls {
  align-items: center;
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid var(--line);
  bottom: 112px;
  display: flex;
  left: auto;
  min-height: 42px;
  padding: 0 6px;
  position: absolute;
  right: clamp(20px, 4.4vw, 72px);
  transform: none;
  z-index: 12;
}

.icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #84848a;
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  transition: color 160ms ease, background 160ms ease;
  width: 34px;
}

.icon-button:hover,
.icon-button.active {
  color: #fff;
}

.icon-button svg {
  height: 15px;
  width: 15px;
}

.play-icon {
  display: none;
}

.icon-button:not(.active) .pause-icon {
  display: none;
}

.icon-button:not(.active) .play-icon {
  display: block;
}

.viewer-status {
  align-items: center;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: #a0a0a6;
  display: flex;
  font-size: 8px;
  font-weight: 800;
  gap: 8px;
  height: 28px;
  min-width: 82px;
  padding: 0 10px;
  text-transform: uppercase;
}

.viewer-status i {
  background: #83838a;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  width: 5px;
}

.hero.is-auto-touring .viewer-status i {
  background: var(--red);
}

.hero.is-3d-ready:not(.is-auto-touring) .viewer-status i {
  background: #8b8b91;
}

.service-rail {
  background: rgba(5, 5, 5, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.16);
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(6, minmax(92px, 1fr));
  left: 50%;
  max-width: 960px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 10vw);
  z-index: 12;
}

.service-tab {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 68px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.service-tab::after {
  background: rgba(255, 255, 255, 0.92);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}

.hero.is-auto-touring .service-tab.active::after {
  transform: scaleX(var(--tour-progress, 0));
}

.service-tab:last-child {
  border-right: 0;
}

.service-tab span {
  color: #66666d;
  font-size: 7px;
  font-weight: 800;
}

.service-tab strong {
  font-size: 9px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.service-tab:hover {
  background: rgba(255, 255, 255, 0.05);
}

.service-tab.active {
  background: var(--red);
}

.service-tab.active span {
  color: rgba(255, 255, 255, 0.68);
}

.load-progress {
  bottom: 36px;
  left: clamp(20px, 5vw, 80px);
  position: absolute;
  width: 190px;
  z-index: 20;
}

.load-progress span {
  color: #7b7b81;
  display: block;
  font-size: 8px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.load-progress div {
  background: #252529;
  height: 2px;
  overflow: hidden;
}

.load-progress i {
  background: var(--red);
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.hero.is-3d-ready .load-progress {
  display: none;
}

.package-duo {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.package-option {
  align-items: center;
  display: grid;
  gap: clamp(18px, 3vw, 48px);
  grid-template-columns: auto 1fr auto;
  min-height: 238px;
  padding: clamp(28px, 4vw, 64px);
  transition: background 220ms ease;
}

.package-option + .package-option {
  border-left: 1px solid var(--line);
}

.package-signature {
  background: #f0f0ed;
  color: #111;
}

.package-signature:hover {
  background: #fff;
}

.package-premium {
  background: var(--red-dark);
  color: #fff;
}

.package-premium:hover {
  background: var(--red);
}

.package-number {
  align-self: start;
  font-size: 10px;
  font-weight: 800;
}

.package-option p {
  font-size: 9px;
  font-weight: 800;
  margin: 0 0 12px;
  opacity: 0.58;
  text-transform: uppercase;
}

.package-option h2 {
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 600;
  line-height: 1.05;
}

.package-link {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  margin-top: 22px;
  text-transform: uppercase;
}

.package-option > svg {
  height: 30px;
  transition: transform 180ms ease;
  width: 30px;
}

.package-option:hover > svg {
  transform: translateX(8px);
}

.services {
  background: #0b0b0c;
  padding: clamp(78px, 10vw, 150px) clamp(18px, 5vw, 80px);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 50px;
  grid-template-columns: 1.2fr 0.8fr;
  margin: 0 auto 64px;
  max-width: 1440px;
}

.section-heading h2 {
  font-size: clamp(42px, 5.8vw, 84px);
  font-weight: 500;
  line-height: 0.98;
}

.section-heading > p {
  color: #939399;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 4px;
  max-width: 510px;
}

.service-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1440px;
}

.service-card {
  aspect-ratio: 1.26 / 1;
  background: #101012;
  border: 0;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
}

.service-card::after {
  background: rgba(0, 0, 0, 0.36);
  content: "";
  inset: 0;
  position: absolute;
  transition: background 260ms ease;
}

.service-card img {
  filter: brightness(0.66) saturate(0.9);
  height: 100%;
  object-fit: cover;
  transition: filter 450ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.1, 1);
  width: 100%;
}

.service-card:hover img {
  filter: brightness(0.9) saturate(1.1);
  transform: scale(1.045);
}

.service-card:hover::after {
  background: rgba(0, 0, 0, 0.18);
}

.service-card-index {
  font-size: 9px;
  font-weight: 800;
  left: 24px;
  position: absolute;
  top: 22px;
  z-index: 2;
}

.service-card > div {
  bottom: 24px;
  left: 24px;
  position: absolute;
  right: 24px;
  z-index: 2;
}

.service-card p {
  color: #c7c7ca;
  font-size: 8px;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.service-card h3 {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(19px, 2vw, 29px);
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}

.studio {
  background: #efefec;
  color: #111;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 720px;
}

.studio-image {
  min-height: 560px;
  overflow: hidden;
}

.studio-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.studio-copy {
  align-self: center;
  padding: clamp(44px, 7vw, 110px);
}

.studio-copy h2 {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
}

.studio-copy > p:not(.eyebrow) {
  color: #54545a;
  font-size: 14px;
  line-height: 1.8;
  margin: 30px 0;
  max-width: 520px;
}

.process {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 34px;
  padding: 20px 0;
  row-gap: 14px;
}

.process span {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.process b {
  color: var(--red);
  margin-right: 8px;
}

.site-footer {
  align-items: center;
  background: #050505;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 180px;
  padding: 42px clamp(20px, 5vw, 80px);
}

.site-footer p {
  color: #77777e;
  font-size: 10px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.site-footer > a {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 500;
}

.site-footer small {
  color: #5f5f65;
  font-size: 8px;
  justify-self: end;
  line-height: 1.5;
  max-width: 260px;
  text-align: right;
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

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

  .hero-copy {
    max-width: 52vw;
  }

  .service-console {
    width: 31vw;
  }

  .service-rail {
    width: calc(100% - 40px);
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    padding: 0 16px;
  }

  .brand-monogram {
    height: 34px;
    margin-right: 10px;
    width: 34px;
  }

  .brand-sub,
  .header-action span {
    display: none;
  }

  .header-action svg {
    height: 20px;
    width: 20px;
  }

  .hero {
    height: calc(100svh - 22px);
    max-height: none;
    min-height: 690px;
  }

  .hero::before {
    background: rgba(0, 0, 0, 0.36);
    inset: var(--header-height) 0 auto;
    height: 305px;
    width: 100%;
  }

  .hero::after {
    height: 190px;
  }

  .studio-index {
    display: none;
  }

  .hero-copy {
    left: 18px;
    max-width: calc(100% - 36px);
    right: 18px;
    top: 92px;
  }

  .eyebrow {
    font-size: 8px;
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: clamp(52px, 16vw, 72px);
    line-height: 0.8;
  }

  .hero-lede {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 22px;
    max-width: 250px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .button {
    min-height: 42px;
    padding: 0 14px;
  }

  .service-console {
    bottom: 158px;
    left: 18px;
    max-width: none;
    padding: 15px 16px;
    right: 18px;
    top: auto;
    width: auto;
  }

  .service-console h2 {
    font-size: 17px;
    margin: 12px 0 6px;
  }

  .service-console > p {
    font-size: 9px;
    line-height: 1.45;
  }

  .console-specs {
    margin-top: 11px;
    padding-top: 9px;
  }

  .viewer-controls {
    bottom: 106px;
    left: auto;
    right: 14px;
    transform: none;
  }

  .service-rail {
    bottom: 14px;
    grid-template-columns: repeat(6, 98px);
    left: 14px;
    max-width: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    transform: none;
    width: calc(100% - 28px);
  }

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

  .service-tab {
    height: 66px;
    padding: 0 12px;
  }

  .hotspot-label {
    display: none;
  }

  .part-readout {
    display: none;
  }

  .car-hotspot {
    transform: translate(-50%, -50%) scale(0.82);
  }

  .load-progress {
    bottom: 30px;
    left: 18px;
  }

  .package-duo {
    grid-template-columns: 1fr;
  }

  .package-option {
    min-height: 188px;
    padding: 28px 22px;
  }

  .package-option + .package-option {
    border-left: 0;
  }

  .package-option h2 {
    font-size: 31px;
  }

  .services {
    padding: 78px 16px;
  }

  .section-heading {
    align-items: start;
    gap: 28px;
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .section-heading h2 {
    font-size: 44px;
  }

  .section-heading > p {
    font-size: 12px;
  }

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

  .service-card {
    aspect-ratio: 1.3 / 1;
  }

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

  .studio-image {
    min-height: 360px;
  }

  .studio-copy {
    padding: 68px 22px;
  }

  .site-footer {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 42px 22px;
  }

  .site-footer small {
    justify-self: start;
    text-align: left;
  }
}

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

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