:root {
  --ink: #171815;
  --ink-2: #2a2d28;
  --paper: #f6f4ee;
  --paper-2: #ebe7dd;
  --jade: #5ba89a;
  --jade-dark: #2f756b;
  --cinnabar: #b94632;
  --gold: #c4a25d;
  --line: rgba(23, 24, 21, 0.16);
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  line-height: 1.65;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  color: var(--white);
  background: linear-gradient(to bottom, rgba(8, 15, 20, 0.94), rgba(8, 15, 20, 0.78));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.site-header.solid,
.legal-page .site-header {
  position: sticky;
  color: var(--ink);
  background: rgba(246, 244, 238, 0.96);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.studio-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 17px;
  letter-spacing: 0;
}

.brand small {
  margin-top: -3px;
  font-size: 12px;
  opacity: 0.8;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}

.nav-links a {
  opacity: 0.86;
}

.nav-links a:hover {
  color: var(--gold);
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: #060706;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: center center;
  opacity: 0.9;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(0deg, rgba(23, 24, 21, 0.9) 0%, rgba(23, 24, 21, 0) 38%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1840px, 92vw);
  margin: 0 auto;
  padding-top: 70px;
  display: grid;
  grid-template-columns: minmax(420px, 0.62fr) minmax(560px, 1fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: center;
}

.hero-content {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cinnabar);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0c36e;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 4.8vw, 78px);
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 {
  white-space: nowrap;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-copy {
  width: min(640px, 100%);
  margin-bottom: 30px;
  font-size: clamp(18px, 2.4vw, 25px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-showcase {
  width: 100%;
  min-width: 0;
  justify-self: end;
}

.hero-video-carousel {
  position: relative;
  padding-bottom: 24px;
}

.hero-video-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hero-video-viewport {
  overflow: hidden;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(6, 7, 6, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 10px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.hero-video-track {
  display: flex;
  width: 300%;
  transition: transform 360ms ease;
}

.hero-video-slide {
  position: relative;
  flex: 0 0 33.3333%;
  min-width: 0;
  background: #050505;
}

.hero-video-slide video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #050505;
  border-radius: 4px;
}

.hero-video-carousel::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: min(220px, 34%);
  height: 10px;
  transform: translateX(-50%);
  background: rgba(6, 7, 6, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.hero-video-arrows {
  pointer-events: none;
}

.arrow-button {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 3;
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: background 160ms ease, transform 160ms ease;
}

.arrow-button:hover {
  background: rgba(196, 162, 93, 0.92);
  transform: scale(1.06);
}

.arrow-button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--white);
  border-left: 3px solid var(--white);
}

.arrow-button.prev {
  left: -21px;
}

.arrow-button.next {
  right: -21px;
}

.arrow-button.prev::before {
  transform: translateX(2px) rotate(-45deg);
}

.arrow-button.next::before {
  transform: translateX(-2px) rotate(135deg);
}

#hero-video-1:checked ~ .hero-video-arrows .for-video-1,
#hero-video-2:checked ~ .hero-video-arrows .for-video-2,
#hero-video-3:checked ~ .hero-video-arrows .for-video-3 {
  display: flex;
}

.hero-video-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.hero-video-dots label {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  transition: background 160ms ease, transform 160ms ease;
}

#hero-video-1:checked ~ .hero-video-viewport .hero-video-track {
  transform: translateX(0);
}

#hero-video-2:checked ~ .hero-video-viewport .hero-video-track {
  transform: translateX(-33.3333%);
}

#hero-video-3:checked ~ .hero-video-viewport .hero-video-track {
  transform: translateX(-66.6666%);
}

#hero-video-1:checked ~ .hero-video-dots label[for="hero-video-1"],
#hero-video-2:checked ~ .hero-video-dots label[for="hero-video-2"],
#hero-video-3:checked ~ .hero-video-dots label[for="hero-video-3"] {
  background: var(--gold);
  transform: scale(1.35);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  font-weight: 700;
}

.button.primary {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.button.dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.section {
  padding: 92px 0;
}

.section-inner {
  width: min(1180px, 90vw);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 60px;
  align-items: start;
}

.body-copy {
  font-size: 18px;
}

.body-copy p:last-child,
.section-heading p:last-child,
.contact-layout p:last-child,
.panel-copy p:last-child,
.process-item p:last-child,
.team-list p:last-child {
  margin-bottom: 0;
}

.studio-band {
  background: var(--paper);
}

.product-section {
  background: var(--white);
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 38px;
}

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

.product-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.feature-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.feature-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--ink);
}

.panel-copy {
  padding: 24px;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
  border: 1px solid var(--line);
}

.facts-grid div {
  min-height: 116px;
  padding: 22px 18px;
  background: var(--white);
}

.facts-grid strong,
.facts-grid span {
  display: block;
}

.facts-grid strong {
  margin-bottom: 8px;
  color: var(--cinnabar);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.1;
}

.facts-grid span {
  color: rgba(23, 24, 21, 0.72);
  font-size: 14px;
}

.projects-band {
  background:
    radial-gradient(circle at 86% 12%, rgba(120, 91, 45, 0.1), transparent 32%),
    var(--paper-2);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.project-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 20px 54px rgba(41, 32, 21, 0.08);
}

.project-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink);
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-media .project-icon {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  width: 82px;
  height: 82px;
  object-fit: cover;
  background: rgba(12, 18, 18, 0.82);
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.media-note {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(10, 15, 17, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.project-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}

.project-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 38px);
}

.project-copy p:not(.project-status) {
  color: rgba(23, 24, 21, 0.72);
  font-size: 17px;
}

.project-status {
  margin-bottom: 12px;
  color: var(--jade);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.project-boundary {
  display: inline-flex;
  margin-top: auto;
  padding-top: 20px;
  color: rgba(23, 24, 21, 0.58);
  font-size: 13px;
  font-weight: 700;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
}

.project-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.project-gallery img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 320ms ease;
}

.project-gallery figure:hover img {
  transform: scale(1.025);
}

.project-gallery figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 5px 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(10, 15, 17, 0.7);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.pipeline-band {
  color: var(--white);
  background: #20251f;
}

.pipeline-band .eyebrow {
  color: #7fc2b6;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-item {
  min-height: 248px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.process-item span {
  display: block;
  margin-bottom: 38px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.process-item p {
  color: rgba(255, 255, 255, 0.74);
}

.tools-band {
  color: var(--white);
  background:
    radial-gradient(circle at 14% 15%, rgba(56, 139, 147, 0.19), transparent 31%),
    #0c1726;
}

.tools-band .eyebrow,
.tools-band .project-status {
  color: #72d6d1;
}

.tools-band .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.tools-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 28px;
  align-items: stretch;
}

.tool-preview {
  margin: 0;
  overflow: hidden;
  background: #07111d;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.tool-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
}

.tool-preview figcaption {
  padding: 13px 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.tool-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}

.tool-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 38px);
}

.tool-copy > p:not(.project-status) {
  color: rgba(255, 255, 255, 0.72);
}

.tool-note {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 18px;
  background: rgba(7, 17, 29, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.tool-note strong {
  color: var(--gold);
}

.tool-note span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.gallery-section {
  padding: 90px 0 112px;
  background:
    radial-gradient(circle at 50% 0%, rgba(91, 168, 154, 0.18), rgba(23, 24, 21, 0) 42%),
    var(--ink);
}

.title-band {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  color: var(--white);
  background: var(--ink);
}

.title-band-bg,
.title-band-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.title-band-bg {
  object-fit: cover;
  object-position: center center;
  opacity: 0.72;
}

.title-band-shade {
  background:
    linear-gradient(90deg, rgba(23, 24, 21, 0.92) 0%, rgba(23, 24, 21, 0.66) 52%, rgba(23, 24, 21, 0.34) 100%),
    linear-gradient(0deg, rgba(23, 24, 21, 0.78) 0%, rgba(23, 24, 21, 0.18) 100%);
}

.title-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.88fr);
  gap: 42px;
  align-items: center;
}

.title-copy {
  max-width: 560px;
}

.title-copy .eyebrow {
  color: #f0c36e;
}

.title-copy p {
  margin-bottom: 26px;
  font-size: 18px;
}

.title-art-panel {
  justify-self: end;
  width: min(640px, 100%);
  overflow: hidden;
  background: rgba(6, 7, 6, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
}

.title-art-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.title-art-panel span {
  display: block;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.image-strip {
  width: min(1420px, 92vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.monitor-frame {
  position: relative;
  margin: 0;
  padding: 10px 10px 46px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    #070807;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.monitor-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 80px;
  height: 6px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.monitor-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 180px;
  height: 18px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  filter: blur(0.2px);
}

.monitor-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--ink);
  border-radius: 4px;
}

.monitor-frame figcaption {
  position: absolute;
  left: 20px;
  bottom: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.team-band {
  background: var(--paper-2);
}

.team-list {
  display: grid;
  gap: 16px;
}

.team-list article {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.team-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.business-band {
  background: var(--white);
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.business-card {
  position: relative;
  min-height: 284px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.business-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--cinnabar);
}

.business-card span {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.business-card p {
  margin-bottom: 0;
  color: rgba(23, 24, 21, 0.72);
}

.contact-band {
  color: var(--white);
  background: var(--jade-dark);
}

.contact-band .eyebrow {
  color: #f0c36e;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 56px;
  align-items: end;
}

address {
  display: grid;
  gap: 12px;
  padding: 28px;
  font-style: normal;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.qr-grid figure {
  margin: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.qr-grid img {
  width: 100%;
  aspect-ratio: 464 / 577;
  object-fit: cover;
  background: var(--white);
  border-radius: 4px;
}

.qr-grid figcaption {
  margin-top: 10px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(280px, 1fr);
  gap: 26px;
  align-items: center;
  padding: 30px 5vw;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
  font-size: 13px;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--white);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.site-footer a:hover {
  color: var(--gold);
}

.site-footer p {
  margin: 0;
  text-align: right;
}

.site-footer .site-footer-filing {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.site-footer .site-footer-filing a {
  color: rgba(255, 255, 255, 0.9);
}

.legal-main {
  padding: 58px 0 90px;
}

.legal-article {
  width: min(860px, 90vw);
  margin: 0 auto;
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-article h1 {
  color: var(--ink);
  font-size: clamp(38px, 6vw, 64px);
}

.legal-article h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: 23px;
}

.legal-article p {
  font-size: 16px;
}

.updated {
  color: rgba(23, 24, 21, 0.62);
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    min-height: 72px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-links {
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 132px;
  }

  .hero-content {
    width: min(720px, 100%);
  }

  .hero-showcase {
    justify-self: start;
  }

  .two-column,
  .product-layout,
  .projects-grid,
  .tools-layout,
  .title-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .title-art-panel {
    justify-self: start;
  }

  .facts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .site-footer nav {
    justify-content: flex-start;
  }

  .site-footer p:not(.site-footer-filing) {
    text-align: left;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 108px;
  }

  .site-header {
    gap: 8px;
    min-height: 0;
    padding: 10px 16px 8px;
    background: rgba(8, 15, 20, 0.94);
    backdrop-filter: blur(14px);
  }

  .studio-mark {
    width: 30px;
    height: 30px;
  }

  .brand {
    gap: 9px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    display: none;
  }

  .nav-links {
    gap: 16px;
    padding-bottom: 0;
    font-size: 13px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    object-position: 62% center;
  }

  .hero-inner {
    width: min(520px, 90vw);
    padding-top: 132px;
    padding-bottom: 58px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .arrow-button {
    width: 36px;
    height: 36px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section {
    padding: 68px 0;
  }

  .facts-grid,
  .process-grid,
  .projects-grid,
  .business-grid,
  .qr-grid,
  .image-strip {
    grid-template-columns: 1fr;
  }

  .facts-grid div {
    min-height: 96px;
  }

  .process-item {
    min-height: auto;
  }

  .business-card {
    min-height: auto;
  }

  .project-copy,
  .tool-copy {
    padding: 22px;
  }

  .project-media .project-icon {
    left: 14px;
    bottom: 14px;
    width: 68px;
    height: 68px;
    border-radius: 16px;
  }

  .project-gallery {
    grid-template-columns: 1fr;
  }

  .tool-preview img {
    aspect-ratio: 4 / 3;
  }

  .legal-article {
    padding: 26px;
  }
}
