:root {
  --paper: #edf0ea;
  --paper-warm: #f7f4ec;
  --ink: #0b1110;
  --ink-soft: #4b5551;
  --muted: #7a837f;
  --green: #28b47e;
  --green-deep: #0f6f58;
  --orange: #ff6b32;
  --blue: #236ea6;
  --line: rgba(11, 17, 16, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

.progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 0;
  height: 3px;
  background: var(--green);
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 64px;
  color: var(--ink);
  transition: padding 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.site-header.scrolled {
  padding-block: 16px;
  background: rgba(237, 240, 234, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--green);
  color: var(--ink);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.34);
}

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

.brand-copy strong {
  font-size: 17px;
  font-weight: 800;
}

.brand-copy small,
.eyebrow,
.section-kicker,
.scroll-cue,
.hero-meta,
.cinema-copy p,
.cinema-counter,
.business-card span,
.method-step span,
.showcase-item span,
.impact-grid span,
.contact-actions,
.site-footer {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.02em;
}

.brand-copy small {
  color: var(--ink-soft);
  font-size: 11px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 15px;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding-block: 8px;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: width 0.24s ease;
}

.site-nav a:hover::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 90svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 136px 64px 86px;
  perspective: 1200px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(237, 240, 234, 0.86), rgba(237, 240, 234, 0.5) 52%, rgba(237, 240, 234, 0.16)),
    linear-gradient(0deg, rgba(237, 240, 234, 0.94), rgba(237, 240, 234, 0) 34%);
}

.kinetic-field {
  position: absolute;
  inset: -12% -4%;
  z-index: 1;
  pointer-events: none;
  transform: translate3d(0, var(--kinetic-y, 0), 0);
}

.slab {
  position: absolute;
  width: 260px;
  height: 164px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.45);
  box-shadow:
    0 22px 36px rgba(23, 32, 30, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: rotateX(58deg) rotateZ(-25deg) translate3d(var(--slab-x, 0), var(--slab-y, 0), 0);
  transition: transform 0.2s linear;
}

.slab::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(15, 111, 88, 0.15) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0.42;
}

.slab-green {
  background: linear-gradient(135deg, rgba(72, 201, 142, 0.92), rgba(30, 151, 113, 0.68));
}

.slab-blue {
  background: linear-gradient(135deg, rgba(35, 110, 166, 0.32), rgba(255, 255, 255, 0.38));
}

.slab-orange {
  background: linear-gradient(135deg, rgba(255, 107, 50, 0.34), rgba(255, 255, 255, 0.46));
}

.slab-a {
  left: 8%;
  top: 66%;
}

.slab-b {
  left: 23%;
  top: 58%;
  width: 240px;
  height: 136px;
}

.slab-c {
  right: 9%;
  top: 23%;
  width: 220px;
  height: 132px;
}

.slab-d {
  right: 27%;
  top: 40%;
  width: 190px;
  height: 118px;
}

.slab-e {
  left: 58%;
  top: 76%;
  width: 300px;
  height: 180px;
}

.slab-f {
  left: 74%;
  top: 61%;
  width: 160px;
  height: 104px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1020px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  display: grid;
  margin: 0 0 22px;
  font-size: 92px;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 900;
}

.hero-cn {
  margin-bottom: 18px;
  color: var(--green-deep);
  font-size: 31px;
  font-weight: 800;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 19px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 660px);
  margin-top: 34px;
  border-top: 1px solid rgba(11, 17, 16, 0.2);
  border-left: 1px solid rgba(11, 17, 16, 0.2);
  font-size: 12px;
  font-weight: 800;
  color: var(--ink-soft);
  text-transform: uppercase;
}

.hero-meta span {
  min-height: 86px;
  padding: 16px;
  border-right: 1px solid rgba(11, 17, 16, 0.2);
  border-bottom: 1px solid rgba(11, 17, 16, 0.2);
}

.hero-meta strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
}

.scroll-cue {
  position: absolute;
  left: 64px;
  bottom: 36px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.scroll-cue span {
  width: 28px;
  height: 28px;
  border-left: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(-45deg) translateY(-3px);
}

.cinema {
  position: relative;
  height: 430svh;
  background: #e9ece8;
}

.cinema-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding: 112px 64px 72px;
}

.cinema-sticky::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(237, 240, 234, 0.34), rgba(237, 240, 234, 0.78)),
    url("assets/material-field-cinema.jpg?v=20260613f"),
    radial-gradient(circle at 78% 22%, rgba(35, 110, 166, 0.12), transparent 26%),
    radial-gradient(circle at 18% 76%, rgba(255, 107, 50, 0.09), transparent 28%);
  background-position:
    center,
    var(--cinema-bg-x, 50%) var(--cinema-bg-y, 50%),
    center,
    center;
  background-size:
    cover,
    112% auto,
    cover,
    cover;
  transform: scale(var(--cinema-bg-scale, 1.04));
  transition: background-position 0.08s linear, transform 0.08s linear;
}

.cinema-sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(233, 236, 232, 0.28), rgba(233, 236, 232, 0.02) 45%, rgba(233, 236, 232, 0.2)),
    radial-gradient(circle at 58% 52%, rgba(255, 255, 255, 0.1), rgba(233, 236, 232, 0.58) 58%, rgba(233, 236, 232, 0.82));
}

.cinema-field {
  position: absolute;
  inset: -18% -10% -12%;
  z-index: -2;
  transform:
    translate3d(var(--cinema-shift-x, 0), var(--cinema-shift-y, 0), 0)
    scale(var(--cinema-scale, 1));
  transition: transform 0.08s linear;
}

.floor-card {
  position: absolute;
  width: 360px;
  height: 218px;
  border-radius: 3px;
  opacity: var(--floor-opacity, 1);
  background: rgba(255, 255, 255, 0.48);
  box-shadow:
    0 28px 46px rgba(12, 18, 16, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform:
    translate3d(var(--floor-x, 0), var(--floor-y, 0), 0)
    rotateX(62deg)
    rotateZ(var(--floor-r, -24deg))
    scale(var(--floor-scale, 1));
  transition: transform 0.08s linear, opacity 0.08s linear;
}

.floor-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(15, 111, 88, 0.16) 1px, transparent 1px);
  background-size: 15px 15px;
  opacity: 0.34;
}

.floor-card:nth-child(2n) {
  background: linear-gradient(135deg, rgba(58, 190, 132, 0.52), rgba(255, 255, 255, 0.36));
}

.floor-1 {
  left: 2%;
  top: 24%;
}

.floor-2 {
  left: 26%;
  top: 43%;
  width: 270px;
  height: 160px;
}

.floor-3 {
  right: 8%;
  top: 19%;
  width: 300px;
  height: 180px;
}

.floor-4 {
  right: 28%;
  top: 64%;
  width: 240px;
  height: 148px;
}

.floor-5 {
  left: 10%;
  bottom: 4%;
  width: 430px;
  height: 250px;
}

.floor-6 {
  right: -4%;
  bottom: 8%;
  width: 420px;
  height: 260px;
}

.cinema-counter {
  position: absolute;
  left: 64px;
  bottom: 44px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.cinema-counter i {
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}

.cinema-progress {
  position: absolute;
  right: 64px;
  bottom: 49px;
  z-index: 4;
  width: 170px;
  height: 2px;
  background: rgba(11, 17, 16, 0.16);
}

.cinema-progress span {
  display: block;
  width: var(--cinema-bar, 0%);
  height: 100%;
  background: var(--green);
}

.cinema-copy-wrap {
  position: relative;
  z-index: 3;
  width: min(100%, var(--max));
  min-height: 480px;
  margin-inline: auto;
}

.cinema-copy {
  position: absolute;
  top: 50%;
  left: clamp(420px, 50vw, 700px);
  width: min(42vw, 580px);
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 80px, 0) scale(0.96);
  transition: opacity 0.48s ease, filter 0.48s ease, transform 0.58s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cinema-copy.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, -50%, 0) scale(1);
}

.cinema-copy p {
  margin-bottom: 18px;
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.cinema-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(42px, 4.3vw, 68px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: break-word;
}

.cinema-copy span {
  display: block;
  max-width: 560px;
  color: var(--ink-soft);
  font-size: 19px;
  font-weight: 700;
}

.cinema-media {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.cinema-card {
  position: absolute;
  margin: 0;
  width: min(32vw, 470px);
  opacity: var(--card-opacity, 0.12);
  transform:
    translate3d(var(--card-x, 0), var(--card-y, 0), 0)
    rotate(var(--card-rotate, -6deg))
    scale(var(--card-scale, 0.74));
  transform-origin: center;
  transition: opacity 0.48s ease, transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cinema-card img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(17, 25, 22, 0.18);
}

.cinema-card::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: 26px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 10px 24px rgba(40, 180, 126, 0.28);
}

.cinema-card-a {
  left: -3vw;
  top: 23vh;
}

.cinema-card-b {
  left: 10vw;
  top: 18vh;
}

.cinema-card-c {
  left: 8vw;
  bottom: 5vh;
}

.cinema-card-d {
  left: 13vw;
  bottom: 8vh;
}

.section {
  padding: 108px 64px;
}

.story {
  background: var(--paper);
}

.story.section {
  padding-top: 56px;
}

.story-grid,
.section-head,
.business-grid,
.method-rail,
.capability,
.showcase-strip,
.impact-grid,
.impact-note,
.contact-panel,
.site-footer {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 56px;
  align-items: start;
}

.section-kicker {
  color: var(--green-deep);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}

.story-copy h2,
.section-head h2,
.capability-copy h2,
.contact-panel h2 {
  margin-bottom: 0;
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: 0;
}

.story-copy p {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
}

.statement {
  width: min(100%, var(--max));
  margin: 88px auto 0;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  text-transform: uppercase;
}

.statement span,
.statement strong {
  display: block;
}

.statement span {
  color: var(--muted);
  font-size: 28px;
  font-weight: 800;
}

.statement strong {
  color: var(--ink);
  font-size: 58px;
  line-height: 1;
}

.business {
  background: linear-gradient(180deg, var(--paper), #f7f8f2);
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.business-card {
  min-height: 310px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.36);
}

.business-card:nth-child(2) {
  background: rgba(40, 180, 126, 0.08);
}

.business-card:nth-child(3) {
  background: rgba(35, 110, 166, 0.08);
}

.business-card:nth-child(4) {
  background: rgba(255, 107, 50, 0.08);
}

.business-card span {
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 900;
}

.business-card h3 {
  margin: 72px 0 18px;
  font-size: 30px;
  line-height: 1.12;
}

.business-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.method {
  background: var(--paper-warm);
}

.section-head {
  margin-bottom: 52px;
}

.method-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.method-step {
  min-height: 280px;
  padding: 30px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.32);
}

.method-step span {
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
}

.method-step h3 {
  margin: 58px 0 16px;
  font-size: 27px;
  line-height: 1.15;
}

.method-step p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.capability {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 64px;
  align-items: center;
}

.capability-media img {
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
  transform: rotate(-2deg);
  box-shadow: 0 30px 70px rgba(20, 32, 28, 0.16);
}

.capability-copy p {
  color: var(--ink-soft);
}

.capability-list {
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.capability-list p {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  margin: 0;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.capability-list strong {
  color: var(--green-deep);
}

.showcase {
  background: #111916;
  color: #f4f4ee;
}

.showcase .eyebrow {
  color: #76d6a9;
}

.showcase .section-head h2 {
  color: #fff;
}

.showcase-strip {
  display: grid;
  gap: 22px;
}

.showcase-item {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 36px;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.showcase-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.showcase-item:nth-child(even) img {
  transform: rotate(2deg);
}

.showcase-item img {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
  transform: rotate(-2deg);
}

.showcase-item span {
  color: #76d6a9;
  font-weight: 900;
  text-transform: uppercase;
}

.showcase-item h3 {
  margin: 8px 0 12px;
  font-size: 42px;
  line-height: 1.05;
}

.showcase-item p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(244, 244, 238, 0.72);
  font-size: 18px;
}

.impact {
  background: var(--paper-warm);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.impact-grid div {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.impact-grid span {
  display: block;
  color: var(--green-deep);
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
}

.impact-grid p {
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-weight: 800;
}

.impact-note {
  max-width: 760px;
  margin-top: 42px;
  color: var(--ink-soft);
  font-size: 20px;
}

.contact {
  background:
    linear-gradient(135deg, rgba(40, 180, 126, 0.17), rgba(247, 244, 236, 0) 42%),
    var(--paper);
}

.contact-panel {
  padding: 54px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.contact-panel p {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 19px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
  color: var(--ink-soft);
  font-size: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

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

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 64px 44px;
  color: var(--ink-soft);
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-header {
    padding-inline: 28px;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 96px 28px;
    background: rgba(237, 240, 234, 0.97);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-110%);
    transition: opacity 0.24s ease, transform 0.3s ease;
    font-size: 28px;
  }

  body.menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-toggle {
    position: relative;
    z-index: 42;
    display: block;
  }

  .hero,
  .section,
  .cinema-sticky {
    padding-inline: 28px;
  }

  h1 {
    font-size: 74px;
  }

  .story-grid,
  .capability,
  .showcase-item {
    grid-template-columns: 1fr;
  }

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

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

  .cinema-copy {
    left: 44vw;
    width: 50vw;
  }

  .cinema-card {
    width: 42vw;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 18px 18px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

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

  .brand-copy small {
    font-size: 10px;
  }

  .hero {
    min-height: auto;
    padding: 112px 20px 36px;
  }

  h1 {
    font-size: 50px;
    line-height: 0.92;
  }

  .hero-cn {
    font-size: 25px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-meta {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .hero-meta span {
    min-height: 68px;
    padding: 13px 14px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 76px 20px;
  }

  .story.section {
    padding-top: 20px;
  }

  .cinema {
    height: 390svh;
  }

  .cinema-sticky {
    min-height: 100svh;
    padding: 104px 20px 42px;
    align-items: end;
  }

  .cinema-counter {
    left: 20px;
    bottom: 20px;
  }

  .cinema-progress {
    right: 20px;
    bottom: 25px;
    width: 112px;
  }

  .cinema-copy-wrap {
    min-height: 78svh;
  }

  .cinema-copy {
    left: 0;
    top: auto;
    bottom: 72px;
    width: 100%;
    transform: translate3d(0, 44px, 0) scale(0.97);
  }

  .cinema-copy.is-active {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .cinema-copy h2 {
    font-size: 42px;
    line-height: 0.96;
  }

  .cinema-copy span {
    font-size: 16px;
  }

  .cinema-card {
    width: 66vw;
  }

  .cinema-card-a {
    left: -28vw;
    top: 16vh;
  }

  .cinema-card-b {
    left: -24vw;
    top: 18vh;
  }

  .cinema-card-c {
    left: -22vw;
    bottom: 37vh;
  }

  .cinema-card-d {
    left: -26vw;
    bottom: 36vh;
  }

  .floor-card {
    width: 230px;
    height: 138px;
  }

  .story-copy h2,
  .section-head h2,
  .capability-copy h2,
  .contact-panel h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .story-copy p,
  .impact-note,
  .contact-panel p {
    font-size: 17px;
  }

  .statement {
    margin-top: 58px;
  }

  .statement span {
    font-size: 20px;
  }

  .statement strong {
    font-size: 34px;
  }

  .method-rail,
  .business-grid,
  .impact-grid {
    grid-template-columns: 1fr;
  }

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

  .business-card h3 {
    margin-top: 28px;
  }

  .method-step {
    min-height: auto;
  }

  .method-step h3 {
    margin-top: 28px;
  }

  .capability-list p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .showcase-item h3 {
    font-size: 31px;
  }

  .contact-panel {
    padding: 30px 22px;
  }

  .site-footer {
    display: grid;
    padding-inline: 20px;
  }
}

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

  .reveal,
  .cinema-copy,
  .cinema-card,
  .cinema-field,
  .slab {
    transition: none;
  }
}
