:root {
  color-scheme: dark;
  --page-progress: 0;
  --entry-intensity: 1;
  --entry-dive-progress: 0;
  --entry-dive-opacity: 1;
  --intro-progress: 0;
  --intro-presence: 0;
  --light-x: 72%;
  --light-y: 18%;
  --bg: #090807;
  --bg-2: #11100e;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: rgba(255, 255, 255, 0.095);
  --line: rgba(255, 244, 220, 0.14);
  --line-strong: rgba(255, 213, 139, 0.28);
  --text: #fff6e9;
  --muted: #b6aca0;
  --soft: #ded3c1;
  --amber: #d99a31;
  --amber-2: #f4c46f;
  --graphite: #1b1916;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  --max: 1180px;
  --space: clamp(72px, 9vw, 132px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(217, 154, 49, 0.16), transparent 34rem),
    radial-gradient(circle at 12% 18%, rgba(255, 244, 220, 0.08), transparent 26rem),
    linear-gradient(180deg, #090807 0%, #11100e 54%, #080706 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 72%);
}

.page-lightshow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  contain: paint;
  opacity: 0.46;
}

.page-lightshow__wash,
.page-lightshow__beam,
.page-lightshow__trace {
  position: absolute;
  inset: -18vh -18vw;
  will-change: transform, opacity;
}

.page-lightshow__wash {
  background:
    radial-gradient(ellipse at var(--light-x) var(--light-y), rgba(244, 196, 111, 0.14), transparent 26rem),
    linear-gradient(118deg, transparent 4%, rgba(244, 196, 111, 0.055), transparent 48%),
    linear-gradient(246deg, transparent 18%, rgba(255, 244, 220, 0.035), transparent 58%);
  opacity: calc(0.45 + var(--page-progress) * 0.12);
  transform:
    translate3d(calc((var(--page-progress) - 0.5) * -7vw), calc(var(--page-progress) * 9vh), 0)
    rotate(calc(-7deg + var(--page-progress) * 13deg));
}

.page-lightshow__beam {
  background:
    linear-gradient(102deg, transparent 0 25%, rgba(244, 196, 111, 0.08) 39%, transparent 55%),
    linear-gradient(74deg, transparent 0 41%, rgba(255, 244, 220, 0.045) 50%, transparent 63%);
  opacity: calc(0.28 + var(--page-progress) * 0.16);
  transform:
    translate3d(calc(var(--page-progress) * 10vw), calc(var(--page-progress) * -5vh), 0)
    rotate(calc(8deg - var(--page-progress) * 16deg));
}

.page-lightshow__trace {
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(244, 196, 111, 0.06), transparent),
    linear-gradient(180deg, rgba(255, 244, 220, 0.035), transparent 44%, rgba(244, 196, 111, 0.035));
  mask-image: linear-gradient(90deg, transparent, black 18% 82%, transparent);
  opacity: 0.32;
  transform: translateY(calc((var(--page-progress) - 0.5) * 22vh));
}

.entry-dive {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  contain: paint;
  opacity: var(--entry-dive-opacity);
  background: #030302;
}

.entry-dive__image {
  position: absolute;
  inset: -8vh -8vw;
  width: 116vw;
  height: 116vh;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08) brightness(0.48);
  transform-origin: 50% 45%;
  will-change: transform, opacity;
}

.entry-dive__image--room {
  opacity: calc(0.72 - var(--entry-dive-progress) * 0.36);
  transform:
    scale(calc(1.05 + var(--entry-dive-progress) * 0.14))
    translate3d(calc(var(--entry-dive-progress) * -3vw), calc(var(--entry-dive-progress) * -4vh), 0);
}

.entry-dive__image--plan {
  opacity: clamp(0, calc((var(--entry-dive-progress) - 0.12) * 1.8), 0.5);
  mix-blend-mode: screen;
  filter: saturate(0.82) contrast(1.08) brightness(0.42);
  transform:
    scale(calc(1.12 + var(--entry-dive-progress) * 0.12))
    translate3d(calc(var(--entry-dive-progress) * 3vw), calc(var(--entry-dive-progress) * 1.5vh), 0);
}

.entry-dive__image--detail {
  opacity: clamp(0, calc((var(--entry-dive-progress) - 0.58) * 1.9), 0.46);
  filter: saturate(0.9) contrast(1.1) brightness(0.42);
  transform:
    scale(calc(1.2 - var(--entry-dive-progress) * 0.08))
    translate3d(calc(var(--entry-dive-progress) * -1vw), calc(var(--entry-dive-progress) * 2vh), 0);
}

.entry-dive__light {
  position: absolute;
  inset: -18vh -18vw;
  pointer-events: none;
  will-change: transform, opacity;
}

.entry-dive__light--warm {
  background:
    radial-gradient(circle at calc(20% + var(--entry-dive-progress) * 58%) calc(24% + var(--entry-dive-progress) * 42%), rgba(244, 196, 111, 0.42), transparent 15rem),
    linear-gradient(114deg, transparent 6%, rgba(244, 196, 111, 0.18), transparent 52%);
  opacity: 0.86;
  transform: rotate(calc(-10deg + var(--entry-dive-progress) * 16deg));
}

.entry-dive__light--soft {
  background:
    radial-gradient(circle at calc(82% - var(--entry-dive-progress) * 44%) calc(18% + var(--entry-dive-progress) * 34%), rgba(255, 244, 220, 0.18), transparent 13rem),
    radial-gradient(circle at 50% 72%, rgba(217, 154, 49, 0.16), transparent 19rem);
  opacity: 0.72;
}

.entry-dive__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 2, 0.92), rgba(3, 3, 2, 0.38) 48%, rgba(3, 3, 2, 0.86)),
    linear-gradient(180deg, rgba(3, 3, 2, 0.32), rgba(3, 3, 2, 0.7) 76%, rgba(3, 3, 2, 0.96)),
    radial-gradient(circle at 50% 42%, transparent 0 26%, rgba(3, 3, 2, 0.66) 82%);
}

.scroll-lightline {
  position: fixed;
  top: 120px;
  right: max(10px, calc((100vw - var(--max)) / 2 - 34px));
  bottom: 32px;
  z-index: 45;
  width: 1px;
  pointer-events: none;
  background: rgba(255, 244, 220, 0.12);
}

.scroll-lightline span {
  display: block;
  width: 100%;
  height: calc(var(--page-progress) * 100%);
  background: linear-gradient(180deg, var(--amber-2), var(--amber));
  box-shadow: 0 0 18px rgba(244, 196, 111, 0.7);
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

main > section {
  position: relative;
}

main > section:not(.immersive-scroll)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(244, 196, 111, 0.36), transparent);
  opacity: 0.42;
  transform: scaleX(calc(0.38 + var(--page-progress) * 0.46));
  transform-origin: center;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

:focus-visible {
  outline: 2px solid var(--amber-2);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--amber);
  color: #120c05;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1rem;
  align-items: center;
  width: min(var(--max), calc(100% - 32px));
  margin: 16px auto 0;
  padding: 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(9, 8, 7, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
}

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

.brand img {
  width: 118px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.7rem, 1.6vw, 1.35rem);
}

.main-nav a,
.footer-grid a,
.mobile-panel a {
  text-decoration: none;
  color: var(--soft);
}

.main-nav a {
  font-size: 0.88rem;
}

.main-nav a:hover,
.footer-grid a:hover,
.mobile-panel a:hover {
  color: var(--amber-2);
}

.header-cta {
  text-decoration: none;
  color: #140e06;
  background: linear-gradient(135deg, var(--amber-2), var(--amber));
  padding: 0.72rem 0.95rem;
  border-radius: var(--radius);
  font-weight: 760;
  box-shadow: 0 0 30px rgba(217, 154, 49, 0.2);
}

.menu-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.mobile-panel {
  position: fixed;
  top: 88px;
  left: 16px;
  right: 16px;
  z-index: 49;
  display: none;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 16, 14, 0.96);
  box-shadow: var(--shadow);
}

.mobile-panel.is-open {
  display: grid;
}

.mobile-panel a {
  padding: 0.95rem;
  border-radius: var(--radius);
}

.mobile-panel a:hover {
  background: var(--surface);
}

.section-shell {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

.section-pad {
  padding-block: var(--space);
}

.hero {
  position: relative;
  min-height: calc(100svh - 86px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 54px 0 80px;
  isolation: isolate;
}

.hero,
.intro,
.services {
  background-color: rgba(5, 4, 3, 0.28);
}

.hero__light {
  position: absolute;
  inset: -24% -10% auto 18%;
  height: 104%;
  background:
    radial-gradient(ellipse at 58% 38%, rgba(244, 196, 111, 0.28), transparent 32%),
    linear-gradient(118deg, transparent 5%, rgba(244, 196, 111, 0.13), transparent 58%);
  opacity: 0.62;
  transform:
    rotate(-11deg)
    translate3d(-1vw, -1vh, 0);
}

.hero::before,
.hero::after,
.intro::before,
.services::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 24%, rgba(244, 196, 111, 0.08) 42%, transparent 62%),
    radial-gradient(ellipse at 72% 28%, rgba(255, 244, 220, 0.07), transparent 26rem);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.hero::after {
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(5, 4, 3, 0.82));
  z-index: 0;
}

.hero__grid,
.intro__grid,
.workshop__grid,
.visualisation__grid,
.contact__grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hero__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.eyebrow,
.section-kicker,
.card-index,
.download-card span,
.project-card span,
.news-card span {
  color: var(--amber-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 820;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 1.2rem;
  font-size: clamp(3.25rem, 8vw, 7.65rem);
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 860;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 820;
}

h3 {
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  line-height: 1.18;
}

.hero__lead,
.section-head p,
.intro__text,
.workshop__copy > p,
.visualisation p,
.contact__copy > p {
  color: var(--soft);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
}

.hero__actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: var(--radius);
  padding: 0.82rem 1.05rem;
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 780;
  cursor: pointer;
}

.button--primary {
  border-color: rgba(244, 196, 111, 0.62);
  color: #140e06;
  background: linear-gradient(135deg, var(--amber-2), var(--amber));
  box-shadow: 0 0 34px rgba(217, 154, 49, 0.18);
}

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

.button--ghost {
  background: transparent;
  color: var(--soft);
}

.button:hover,
.download-card a:hover,
.partner-links a:hover {
  transform: translateY(-2px);
}

.trust-row,
.spec-grid,
.partner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.8rem;
}

.trust-row span,
.spec-grid span,
.partner-links a,
.partner-links span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.52rem 0.72rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--soft);
  font-size: 0.88rem;
  text-decoration: none;
}

.hero__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  transform: translateY(-4px);
}

.hero__visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  filter: saturate(1.02) contrast(1.08) brightness(0.94);
  transform: scale(1.018);
  box-shadow:
    var(--shadow),
    0 0 95px rgba(217, 154, 49, 0.22);
}

.hero-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: min(280px, calc(100% - 2rem));
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(9, 8, 7, 0.78);
  backdrop-filter: blur(18px);
}

.hero-card span {
  color: var(--amber-2);
  font-size: 0.78rem;
  font-weight: 820;
}

.intro {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(244, 196, 111, 0.05), transparent 42%),
    rgba(5, 4, 3, 0.18);
  overflow: hidden;
  isolation: isolate;
}

.intro::before {
  inset: -35% -20%;
  background:
    linear-gradient(96deg, transparent 0 24%, rgba(255, 244, 220, 0.18) 43%, transparent 62%),
    radial-gradient(ellipse at 22% 44%, rgba(244, 196, 111, 0.3), transparent 27rem);
  opacity: calc(0.54 + var(--intro-presence) * 0.42);
  mix-blend-mode: screen;
  transform:
    translate3d(calc(3vw - var(--intro-progress) * 7vw), calc(var(--intro-progress) * -5vh), 0)
    rotate(calc(-8deg + var(--intro-progress) * 12deg));
}

.intro-effect {
  position: absolute;
  inset: -24% -18%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: calc(0.78 + var(--intro-presence) * 0.2);
}

.intro-effect__image {
  position: absolute;
  inset: -12% -8%;
  width: 116%;
  height: 124%;
  object-fit: cover;
  transform-origin: 48% 42%;
  will-change: transform, opacity;
}

.intro-effect__image--room {
  opacity: calc(0.34 + var(--intro-presence) * 0.24);
  filter: saturate(0.9) contrast(1.12) brightness(0.46);
  transform:
    scale(calc(1.1 + var(--intro-progress) * 0.14))
    translate3d(calc(var(--intro-progress) * -5vw), calc(var(--intro-progress) * -7vh), 0);
}

.intro-effect__image--plan {
  opacity: clamp(0.16, calc(var(--intro-progress) * 0.98), 0.58);
  mix-blend-mode: screen;
  filter: saturate(0.86) contrast(1.18) brightness(0.42);
  transform:
    scale(calc(1.16 + var(--intro-progress) * 0.18))
    translate3d(calc(var(--intro-progress) * 6vw), calc(var(--intro-progress) * 2.5vh), 0);
}

.intro-effect__image--detail {
  opacity: clamp(0, calc((var(--intro-progress) - 0.44) * 1.45), 0.38);
  filter: saturate(0.92) contrast(1.16) brightness(0.38);
  transform:
    scale(calc(1.22 - var(--intro-progress) * 0.08))
    translate3d(calc(var(--intro-progress) * -3vw), calc(var(--intro-progress) * 5vh), 0);
}

.intro-effect__beam,
.intro-effect__trace,
.intro-effect__shade {
  position: absolute;
  inset: 0;
}

.intro-effect__beam {
  inset: -18% -18%;
  background:
    radial-gradient(circle at calc(18% + var(--intro-progress) * 58%) calc(28% + var(--intro-progress) * 30%), rgba(244, 196, 111, 0.46), transparent 17rem),
    linear-gradient(106deg, transparent 6%, rgba(244, 196, 111, 0.24) 34%, rgba(255, 244, 220, 0.12) 48%, transparent 66%);
  opacity: calc(0.56 + var(--intro-presence) * 0.38);
  mix-blend-mode: screen;
  transform: rotate(calc(-12deg + var(--intro-progress) * 18deg));
}

.intro-effect__trace {
  background:
    linear-gradient(90deg, transparent, rgba(244, 196, 111, 0.12), transparent),
    linear-gradient(180deg, rgba(255, 244, 220, 0.07), transparent 48%, rgba(244, 196, 111, 0.05));
  mask-image:
    linear-gradient(90deg, transparent, black 14% 86%, transparent),
    repeating-linear-gradient(104deg, transparent 0 90px, black 92px 94px, transparent 98px 178px);
  opacity: calc(0.28 + var(--intro-presence) * 0.38);
  transform:
    translateY(calc((var(--intro-progress) - 0.5) * 24vh))
    rotate(calc(-2deg + var(--intro-progress) * 5deg));
}

.intro-effect__shade {
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.9), rgba(5, 4, 3, 0.36) 48%, rgba(5, 4, 3, 0.8)),
    linear-gradient(180deg, rgba(5, 4, 3, 0.54), rgba(5, 4, 3, 0.16) 42%, rgba(5, 4, 3, 0.92)),
    radial-gradient(circle at 46% 48%, transparent 0 24%, rgba(5, 4, 3, 0.54) 78%);
}

.intro__grid {
  position: relative;
  z-index: 1;
  align-items: start;
}

.intro__text {
  max-width: 630px;
}

.immersive-scroll {
  --scroll-progress: 0;
  position: relative;
  min-height: 480vh;
  margin-top: -1px;
  background: #050403;
  isolation: isolate;
}

.immersive__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  background: #040302;
}

.immersive__image {
  position: absolute;
  inset: -8vh -8vw;
  width: 116vw;
  height: 116vh;
  object-fit: cover;
  transform-origin: 52% 48%;
  will-change: transform, opacity, filter;
}

.immersive__image--base {
  opacity: calc(1 - (var(--scroll-progress) * 0.48));
  filter: saturate(0.96) contrast(1.12) brightness(0.8);
  transform:
    scale(calc(1.03 + var(--scroll-progress) * 0.26))
    translate3d(calc(var(--scroll-progress) * -4vw), calc(var(--scroll-progress) * -6vh), 0);
}

.immersive__image--detail {
  opacity: clamp(0, calc((var(--scroll-progress) - 0.16) * 3.2), 0.84);
  mix-blend-mode: screen;
  filter: saturate(1) contrast(1.13) brightness(0.82);
  transform:
    scale(calc(1.12 + var(--scroll-progress) * 0.3))
    translate3d(calc(var(--scroll-progress) * 5vw), calc(var(--scroll-progress) * 3.5vh), 0);
}

.immersive__image--workshop {
  opacity: clamp(0, calc((var(--scroll-progress) - 0.54) * 2.8), 0.86);
  object-position: 50% 50%;
  filter: saturate(0.96) contrast(1.1) brightness(0.68);
  transform:
    scale(calc(1.22 - var(--scroll-progress) * 0.1))
    translate3d(calc(var(--scroll-progress) * -3vw), calc(var(--scroll-progress) * 2vh), 0);
}

.immersive__beam {
  position: absolute;
  inset: -20vh -20vw;
  background:
    radial-gradient(circle at calc(18% + var(--scroll-progress) * 62%) calc(28% + var(--scroll-progress) * 28%), rgba(244, 196, 111, 0.48), transparent 18rem),
    linear-gradient(112deg, transparent 10%, rgba(244, 196, 111, 0.26), rgba(255, 244, 220, 0.12), transparent 58%);
  filter: blur(7px);
  opacity: 1;
  transform: rotate(calc(-13deg + var(--scroll-progress) * 18deg));
  will-change: transform;
}

.immersive__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.34;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.immersive__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.88), rgba(5, 4, 3, 0.24) 42%, rgba(5, 4, 3, 0.8)),
    radial-gradient(circle at 50% 42%, transparent 0 28%, rgba(5, 4, 3, 0.64) 82%);
}

.immersive__meter {
  position: absolute;
  left: max(16px, calc((100vw - var(--max)) / 2));
  right: max(16px, calc((100vw - var(--max)) / 2));
  bottom: 24px;
  height: 1px;
  background: rgba(255, 244, 220, 0.18);
}

.immersive__meter span {
  display: block;
  width: calc(var(--scroll-progress) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--amber), var(--amber-2));
  box-shadow: 0 0 22px rgba(244, 196, 111, 0.48);
}

.immersive__steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 36vh;
  padding-top: 24vh;
  padding-bottom: 72vh;
  pointer-events: none;
}

.immersive-step {
  width: min(560px, 100%);
  padding: clamp(1.1rem, 3vw, 2rem);
  border: 1px solid rgba(255, 244, 220, 0.18);
  border-radius: var(--radius);
  background: rgba(9, 8, 7, 0.54);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  opacity: 0.48;
  transform: translateY(16px) scale(0.98);
  transition: opacity 260ms ease, transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.immersive-step:nth-child(even) {
  justify-self: end;
}

.immersive-step.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(244, 196, 111, 0.48);
  background: rgba(9, 8, 7, 0.72);
}

.immersive-step span {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--amber-2);
  font-size: 0.75rem;
  font-weight: 840;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.immersive-step h2 {
  font-size: clamp(1.8rem, 4vw, 4rem);
  margin-bottom: 0.9rem;
}

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

.section-head {
  max-width: 820px;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.services {
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 74% 0%, rgba(244, 196, 111, 0.07), transparent 32rem),
    linear-gradient(180deg, rgba(5, 4, 3, 0.34), rgba(5, 4, 3, 0.78) 74%, #050403 100%);
}

.services::before {
  inset: -22% -12%;
  background:
    linear-gradient(104deg, transparent 0 24%, rgba(244, 196, 111, 0.08) 38%, transparent 55%),
    linear-gradient(76deg, transparent 0 42%, rgba(255, 244, 220, 0.045) 49%, transparent 60%);
  opacity: 0.54;
  transform: translate3d(-2vw, 1vh, 0) rotate(3deg);
}

.services .section-shell {
  position: relative;
  z-index: 1;
}

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

.service-card,
.download-card,
.team-card,
.news-card,
.contact-form,
.project-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    var(--graphite);
  box-shadow:
    0 16px 55px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 244, 220, 0.06);
}

.service-card::before,
.download-card::before,
.team-card::before,
.news-card::before,
.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 0% 0%, rgba(244, 196, 111, 0.18), transparent 34%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-card:hover::before,
.download-card:hover::before,
.team-card:hover::before,
.news-card:hover::before,
.project-card:hover::before {
  opacity: 1;
}

.service-card::after,
.download-card::after,
.team-card::after,
.news-card::after,
.project-card::after,
.contact-form::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -65%;
  width: 54%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 244, 220, 0.1), transparent);
  opacity: 0;
  transform: translateX(calc(var(--page-progress) * 260%)) rotate(10deg);
  transition: opacity 180ms ease;
}

.service-card:hover::after,
.download-card:hover::after,
.team-card:hover::after,
.news-card:hover::after,
.project-card:hover::after,
.contact-form:hover::after {
  opacity: 1;
}

.service-card {
  min-height: 260px;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    var(--graphite);
  box-shadow:
    0 18px 70px rgba(0, 0, 0, 0.36),
    0 0 36px rgba(217, 154, 49, 0.07),
    inset 0 1px 0 rgba(255, 244, 220, 0.08);
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1;
  border: 1px solid rgba(244, 196, 111, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(244, 196, 111, 0.32), transparent 56%),
    rgba(255, 255, 255, 0.06);
  color: var(--amber-2);
  box-shadow: 0 0 32px rgba(217, 154, 49, 0.14);
}

.service-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin-bottom: 0.7rem;
}

.service-card--large {
  grid-column: auto;
}

.service-card p,
.service-card li,
.download-card p,
.project-card p,
.news-card p,
.team-card span,
.contact-form p,
.muted {
  color: var(--muted);
}

.service-card ul,
.check-list {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.service-card li,
.check-list li {
  margin-bottom: 0.48rem;
}

.service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.service-points span {
  padding: 0.42rem 0.58rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.84rem;
  line-height: 1.2;
}

.process {
  background: linear-gradient(180deg, rgba(217, 154, 49, 0.06), rgba(255, 255, 255, 0.02));
  border-block: 1px solid var(--line);
}

.process-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  scrollbar-color: var(--amber) transparent;
}

.process-list li {
  min-height: 156px;
  display: grid;
  align-content: space-between;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: var(--soft);
}

.process-list span {
  color: var(--amber-2);
  font-weight: 860;
}

.workshop__media {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 1rem;
  align-items: end;
}

.workshop__media img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.workshop__media img:first-child {
  height: 520px;
}

.visualisation {
  background: #e8e1d4;
  color: #16110b;
}

.visualisation .eyebrow,
.visualisation h2 {
  color: #16110b;
}

.visualisation p,
.visualisation li {
  color: #4a3e30;
}

.visualisation img {
  border-radius: var(--radius);
  border: 1px solid rgba(20, 14, 6, 0.15);
  box-shadow: 0 20px 70px rgba(20, 14, 6, 0.18);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.4rem;
}

.filter-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.58rem 0.82rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--soft);
  cursor: pointer;
}

.filter-chip.is-active {
  background: var(--amber);
  color: #140e06;
  border-color: var(--amber);
}

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

.project-card {
  min-height: 248px;
  display: flex;
  flex-direction: column;
}

.project-card.is-hidden {
  display: none;
}

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

.project-card div {
  padding: 1rem;
}

.reference-originals {
  margin-top: clamp(2rem, 5vw, 4.5rem);
  padding-top: clamp(1.5rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
}

.reference-originals__head {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.55fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 1.2rem;
}

.reference-originals__head h3 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3.6vw, 3.55rem);
  line-height: 1.02;
}

.reference-originals__head p:last-child {
  margin-bottom: 0;
  color: var(--soft);
}

.original-shot-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: clamp(150px, 17vw, 230px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.original-shot {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--graphite);
  box-shadow: 0 16px 55px rgba(0, 0, 0, 0.22);
}

.original-shot--wide {
  grid-column: span 2;
}

.original-shot--tall {
  grid-row: span 2;
}

.original-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
  transition: transform 700ms ease, filter 700ms ease;
}

.original-shot:hover img {
  transform: scale(1.055);
  filter: saturate(1) contrast(1.08) brightness(1.04);
}

.original-shot figcaption {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 1.4rem);
  padding: 0.38rem 0.55rem;
  border: 1px solid rgba(255, 244, 220, 0.18);
  border-radius: var(--radius);
  background: rgba(9, 8, 7, 0.68);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 780;
  line-height: 1.2;
  backdrop-filter: blur(14px);
}

.download-feature {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(1rem, 3vw, 2.6rem);
  align-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  margin-bottom: 1rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(217, 154, 49, 0.14), rgba(255, 255, 255, 0.055));
  box-shadow: var(--shadow);
}

.download-feature img,
.download-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

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

.download-card {
  padding: 1rem;
}

.download-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.download-card a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text);
}

.team {
  background: rgba(255, 255, 255, 0.025);
  border-block: 1px solid var(--line);
}

.team-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.team-card {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.team-card--lead {
  grid-row: span 2;
  grid-template-columns: 1fr;
}

.team-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.team-card--lead img {
  aspect-ratio: 4 / 3;
}

.news-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.news-card {
  min-height: 100%;
}

.news-card--featured {
  grid-row: span 2;
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-card div {
  padding: 1rem;
}

.news-card a {
  color: var(--amber-2);
  font-weight: 780;
}

.contact {
  background:
    radial-gradient(circle at 20% 10%, rgba(217, 154, 49, 0.18), transparent 25rem),
    #0a0908;
}

address {
  margin-top: 1.5rem;
  color: var(--soft);
  font-style: normal;
}

address a {
  color: var(--text);
  text-decoration-color: rgba(244, 196, 111, 0.45);
}

.contact__headline {
  max-width: 760px;
  margin-bottom: clamp(1.6rem, 4vw, 2.6rem);
}

.contact__grid {
  align-items: start;
}

.map-link {
  display: block;
  margin-top: 1.4rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}

.map-link img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
}

.contact-form {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  scroll-margin-top: 120px;
}

.contact-card p {
  color: var(--soft);
  line-height: 1.5;
}

.contact-card .button {
  width: fit-content;
}

.site-footer {
  padding: 52px 0 24px;
  border-top: 1px solid var(--line);
  background: #050504;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.7fr 0.8fr;
  align-items: start;
}

.footer-grid nav {
  display: grid;
  gap: 0.55rem;
}

.footer-grid p,
.footer-bottom {
  color: var(--muted);
}

.footer-bottom {
  padding-top: 32px;
  font-size: 0.88rem;
}

.legal-page {
  max-width: 900px;
}

.legal-page h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
}

.legal-block {
  margin-top: 2rem;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.legal-block h2 {
  margin-top: 2rem;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.legal-block h2:first-child {
  margin-top: 0;
}

.legal-block h3 {
  margin-top: 1.6rem;
}

.legal-block p {
  color: var(--soft);
}

.legal-block a {
  color: var(--amber-2);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 420ms ease, transform 420ms ease;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .hero__grid,
  .intro__grid,
  .workshop__grid,
  .visualisation__grid,
  .contact__grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .bento-grid,
  .reference-grid,
  .original-shot-grid,
  .download-grid,
  .team-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-originals__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .service-card--large,
  .team-card--lead,
  .news-card--featured {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  .section-shell,
  .site-header {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .scroll-lightline {
    display: none;
  }

  .page-lightshow {
    opacity: 0.58;
  }

  .main-nav,
  .header-cta {
    display: none !important;
  }

  .menu-toggle {
    display: block !important;
  }

  .hero {
    padding-top: 38px;
  }

  .hero__grid {
    display: block;
  }

  .hero__copy,
  .hero__copy > *,
  .hero__visual {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  .eyebrow {
    font-size: 0.66rem;
    overflow-wrap: anywhere;
  }

  .hero__lead {
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .hero .trust-row {
    display: none;
  }

  .intro {
    min-height: 92svh;
    padding-top: clamp(5rem, 16vw, 7rem);
    padding-bottom: clamp(5rem, 18vw, 8rem);
  }

  .intro::before {
    inset: -32% -64vw;
    opacity: calc(0.7 + var(--intro-presence) * 0.3);
    transform:
      translate3d(calc(8vw - var(--intro-progress) * 18vw), calc(var(--intro-progress) * -8vh), 0)
      rotate(calc(-11deg + var(--intro-progress) * 18deg));
  }

  .intro-effect {
    inset: -24% -52vw;
    opacity: calc(0.86 + var(--intro-presence) * 0.14);
  }

  .intro-effect__image {
    inset: -14% -18%;
    width: 136%;
    height: 132%;
  }

  .intro-effect__image--room {
    opacity: calc(0.44 + var(--intro-presence) * 0.24);
    filter: saturate(0.98) contrast(1.16) brightness(0.5);
    transform:
      scale(calc(1.16 + var(--intro-progress) * 0.22))
      translate3d(calc(var(--intro-progress) * -10vw), calc(var(--intro-progress) * -8vh), 0);
  }

  .intro-effect__image--plan {
    opacity: clamp(0.22, calc(var(--intro-progress) * 1.25), 0.66);
    filter: saturate(0.96) contrast(1.2) brightness(0.52);
    transform:
      scale(calc(1.24 + var(--intro-progress) * 0.22))
      translate3d(calc(var(--intro-progress) * 13vw), calc(var(--intro-progress) * 4vh), 0);
  }

  .intro-effect__image--detail {
    opacity: clamp(0, calc((var(--intro-progress) - 0.34) * 1.75), 0.46);
    transform:
      scale(calc(1.28 - var(--intro-progress) * 0.08))
      translate3d(calc(var(--intro-progress) * -7vw), calc(var(--intro-progress) * 7vh), 0);
  }

  .intro-effect__beam {
    inset: -28% -38%;
    background:
      radial-gradient(circle at calc(15% + var(--intro-progress) * 68%) calc(24% + var(--intro-progress) * 36%), rgba(244, 196, 111, 0.58), transparent 13rem),
      linear-gradient(104deg, transparent 4%, rgba(244, 196, 111, 0.34) 34%, rgba(255, 244, 220, 0.18) 48%, transparent 68%);
    opacity: calc(0.66 + var(--intro-presence) * 0.34);
  }

  .intro-effect__trace {
    opacity: calc(0.34 + var(--intro-presence) * 0.42);
    transform:
      translateY(calc((var(--intro-progress) - 0.5) * 30vh))
      rotate(calc(-3deg + var(--intro-progress) * 7deg));
  }

  .intro-effect__shade {
    background:
      linear-gradient(90deg, rgba(5, 4, 3, 0.92), rgba(5, 4, 3, 0.34) 52%, rgba(5, 4, 3, 0.88)),
      linear-gradient(180deg, rgba(5, 4, 3, 0.72), rgba(5, 4, 3, 0.14) 46%, rgba(5, 4, 3, 0.94)),
      radial-gradient(circle at 48% 46%, transparent 0 22%, rgba(5, 4, 3, 0.62) 78%);
  }

  .immersive-scroll {
    min-height: 390svh;
  }

  .immersive__stage {
    position: sticky;
    top: 0;
    height: 100svh;
  }

  .immersive__image {
    inset: -10svh -28vw;
    width: 156vw;
    height: 120svh;
  }

  .immersive__image--base {
    opacity: calc(1 - (var(--scroll-progress) * 0.5));
    transform:
      scale(calc(1.08 + var(--scroll-progress) * 0.24))
      translate3d(calc(var(--scroll-progress) * -9vw), calc(var(--scroll-progress) * -7vh), 0);
  }

  .immersive__image--detail {
    opacity: clamp(0.08, calc((var(--scroll-progress) - 0.08) * 3.4), 0.86);
    transform:
      scale(calc(1.18 + var(--scroll-progress) * 0.24))
      translate3d(calc(var(--scroll-progress) * 12vw), calc(var(--scroll-progress) * 4vh), 0);
  }

  .immersive__image--workshop {
    opacity: clamp(0, calc((var(--scroll-progress) - 0.48) * 3), 0.86);
    transform:
      scale(calc(1.28 - var(--scroll-progress) * 0.1))
      translate3d(calc(var(--scroll-progress) * -8vw), calc(var(--scroll-progress) * 4vh), 0);
  }

  .immersive__beam {
    inset: -22svh -40vw;
    background:
      radial-gradient(circle at calc(16% + var(--scroll-progress) * 70%) calc(24% + var(--scroll-progress) * 34%), rgba(244, 196, 111, 0.62), transparent 14rem),
      linear-gradient(108deg, transparent 6%, rgba(244, 196, 111, 0.34), rgba(255, 244, 220, 0.16), transparent 62%);
    opacity: 1;
    transform: rotate(calc(-14deg + var(--scroll-progress) * 22deg));
  }

  .immersive__vignette {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.1), rgba(5, 4, 3, 0.42) 42%, rgba(5, 4, 3, 0.9)),
      linear-gradient(90deg, rgba(5, 4, 3, 0.88), rgba(5, 4, 3, 0.18) 48%, rgba(5, 4, 3, 0.82)),
      radial-gradient(circle at 52% 38%, transparent 0 25%, rgba(5, 4, 3, 0.58) 80%);
  }

  .immersive__meter {
    left: 12px;
    right: 12px;
  }

  .immersive__steps {
    gap: 34svh;
    padding-top: 58svh;
    padding-bottom: 78svh;
    pointer-events: none;
  }

  .immersive-step,
  .immersive-step:nth-child(even) {
    justify-self: stretch;
    opacity: 0.54;
    transform: translateY(20px) scale(0.98);
  }

  .immersive-step {
    padding: 1rem;
    background: rgba(9, 8, 7, 0.68);
    backdrop-filter: blur(20px);
  }

  .immersive-step.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    background: rgba(9, 8, 7, 0.82);
  }

  .immersive-step h2 {
    font-size: clamp(2rem, 13vw, 3.4rem);
    line-height: 1.02;
  }

  .hero__actions,
  .button-row,
  .button {
    width: 100%;
  }

  .button {
    justify-content: center;
  }

  .bento-grid,
  .reference-grid,
  .original-shot-grid,
  .download-grid,
  .team-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .original-shot-grid {
    grid-auto-rows: 230px;
  }

  .original-shot--wide,
  .original-shot--tall {
    grid-column: auto;
    grid-row: auto;
  }

  .service-card--large,
  .team-card--lead,
  .news-card--featured {
    grid-column: auto;
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.62rem;
    overflow-x: visible;
  }

  .process-list li {
    min-width: 0;
    min-height: 128px;
    padding: 0.78rem;
    font-size: 0.82rem;
    line-height: 1.28;
    overflow-wrap: break-word;
  }

  .download-feature {
    grid-template-columns: 1fr;
  }

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

  .workshop__media img,
  .workshop__media img:first-child {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .team-card {
    grid-template-columns: 96px 1fr;
  }

  .team-card--lead {
    grid-template-columns: 1fr;
  }

  .hero-card {
    position: static;
    margin-top: 0.8rem;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .page-lightshow {
    opacity: 0.34;
  }

  .page-lightshow__wash,
  .page-lightshow__beam,
  .page-lightshow__trace,
  .service-card::after,
  .download-card::after,
  .team-card::after,
  .news-card::after,
  .project-card::after,
  .contact-form::after {
    transform: none;
  }

  .immersive-scroll {
    min-height: auto;
  }

  .immersive__stage {
    position: relative;
    height: auto;
    min-height: 70svh;
  }

  .immersive__image {
    opacity: 0.72;
    transform: none;
    filter: saturate(0.9) contrast(1.06) brightness(0.62);
  }

  .immersive__image--detail,
  .immersive__image--workshop {
    display: none;
  }

  .immersive__beam {
    transform: none;
  }

  .immersive__steps {
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .immersive-step {
    opacity: 1;
    transform: none;
  }
}
