@font-face {
  font-family: "Relative";
  src: url("assets/MWSans-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Relative";
  src: url("assets/MWSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Relative";
  src: url("assets/MWSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --gray: #f3f3f3;
  --gray-sub: #efefef;
  --border: #d3d3d3;
  --container: 1400px;
  --work-container: 1420px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Relative", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: var(--black);
  background: var(--white);
  line-height: 1.5;
  letter-spacing: -0.02em;
  overflow-x: hidden;
}

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

img,
video,
iframe {
  display: block;
}

button {
  font-family: inherit;
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 20px;
  top: -40px;
  padding: 8px 12px;
  background: var(--black);
  color: var(--white);
  z-index: 200;
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  z-index: 100;
}

.logo {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.logo.inverse {
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.a11y-toggle-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.a11y-toggle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid currentColor;
  position: relative;
}

.a11y-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: currentColor;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.a11y-toggle:hover::after {
  transform: scale(0.5);
}

body.a11y-on .a11y-toggle::after,
body.a11y-on .a11y-toggle-large::after {
  transform: scale(1);
}

.a11y-link {
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.a11y-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.menu-button {
  width: 24px;
  height: 24px;
  position: relative;
}

.menu-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--black);
  transition: transform 0.3s ease;
}

.menu-line:first-child {
  transform: translateY(-6px);
}

.menu-line:last-child {
  transform: translateY(6px);
}

.menu-button:hover .menu-line:first-child {
  transform: translateY(-8px);
}

.menu-button:hover .menu-line:last-child {
  transform: translateY(8px);
}

.menu-button.inverse .menu-line {
  background: var(--white);
}

body.menu-open .menu-button .menu-line:first-child {
  transform: rotate(45deg);
}

body.menu-open .menu-button .menu-line:last-child {
  transform: rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: var(--black);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 105;
}

body.menu-open .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.menu-inner {
  height: 100%;
  padding: 20px;
  position: relative;
}

.menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-body {
  margin-top: 360px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.menu-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 58px;
  line-height: 76px;
  font-weight: 400;
  width: 690px;
}

.menu-nav a {
  color: var(--white);
}

.menu-nav a:first-child {
  color: #37ab49;
}

body[data-page] .menu-nav a {
  color: var(--white);
}

body[data-page] .menu-nav a:first-child {
  color: var(--white);
}

body[data-page="work"] .menu-nav a[href="our-work.html"],
body[data-page="capabilities"] .menu-nav a[href="our-capabilities.html"],
body[data-page="culture"] .menu-nav a[href="culture.html"],
body[data-page="news"] .menu-nav a[href="news.html"],
body[data-page="thought-leadership"] .menu-nav a[href="thought-leadership.html"],
body[data-page="contact"] .menu-nav a[href="contact-us.html"],
body[data-page="case-study"] .menu-nav a[href="our-work.html"],
body[data-page="article"][data-article-type="news"] .menu-nav a[href="news.html"],
body[data-page="article"][data-article-type="thought"] .menu-nav a[href="thought-leadership.html"] {
  color: #37ab49;
}

.menu-follow {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-follow span {
  font-size: 12px;
  letter-spacing: 0.1em;
}

main {
  padding-top: 60px;
}

.hero-video {
  height: 100vh;
  background: var(--white);
}

.hero-video-wrap {
  height: 80vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.hero-poster-mobile {
  display: none;
}

.hero-video-wrap.is-loaded video {
  opacity: 1;
}

.hero-video-wrap.is-loaded .hero-poster {
  opacity: 0;
}

body.capture-mode .hero-video-wrap video {
  opacity: 0 !important;
}

body.capture-mode .hero-poster {
  opacity: 1 !important;
}

.hero-video-mobile {
  display: none;
}

.hero-text {
  padding: 32px 0;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-copy {
  max-width: 690px;
}

.hero-copy h1 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero-link {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-top: 21px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  transition: border-color 0.35s ease;
  padding-bottom: 2px;
}

.hero-link:hover,
.hero-link:focus-visible {
  border-bottom-color: var(--black);
}

.home-main {
  padding-top: 60px;
  background: var(--white);
}

[data-home-reveal] {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-hero-block {
  position: relative;
  --hero-hue: 0deg;
  --hero-sat: 1.1;
  --hero-contrast: 1.02;
  --hero-brightness: 0.96;
  --hero-overlay-a: rgba(14, 213, 255, 0.34);
  --hero-overlay-b: rgba(255, 44, 203, 0.36);
  --hero-overlay-c: rgba(255, 255, 255, 0.08);
  min-height: calc(100vh - 60px);
  background: #070707;
  color: var(--white);
  overflow: hidden;
}

.home-hero-block.theme-pop {
  --hero-hue: -22deg;
  --hero-sat: 1.42;
  --hero-contrast: 1.08;
  --hero-brightness: 0.97;
  --hero-overlay-a: rgba(0, 224, 255, 0.43);
  --hero-overlay-b: rgba(255, 56, 217, 0.45);
  --hero-overlay-c: rgba(255, 251, 143, 0.14);
}

.home-hero-block.theme-acid {
  --hero-hue: 28deg;
  --hero-sat: 1.35;
  --hero-contrast: 1.12;
  --hero-brightness: 0.92;
  --hero-overlay-a: rgba(0, 255, 136, 0.34);
  --hero-overlay-b: rgba(94, 79, 255, 0.34);
  --hero-overlay-c: rgba(255, 255, 255, 0.06);
}

.home-hero-block.theme-midnight {
  --hero-hue: 4deg;
  --hero-sat: 1.06;
  --hero-contrast: 1.2;
  --hero-brightness: 0.86;
  --hero-overlay-a: rgba(30, 90, 255, 0.24);
  --hero-overlay-b: rgba(0, 0, 0, 0.42);
  --hero-overlay-c: rgba(255, 255, 255, 0.04);
}

.home-hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
  margin-bottom: auto;
}

.home-hero-top h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(38px, 7.2vw, 108px);
  line-height: 0.84;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--white);
  text-shadow: 0 8px 36px rgba(0, 0, 0, 0.62);
}

.home-hero-top h1 em {
  font-style: italic;
}

.home-featured-project {
  min-width: 180px;
  padding-top: 10px;
  text-align: right;
}

.home-featured-project span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.84;
  margin-bottom: 8px;
}

.home-featured-project p {
  margin: 0;
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.home-feature-link {
  position: absolute;
  inset: 0;
  display: block;
  margin-top: 0;
  background: #050505;
  z-index: 0;
}

.home-feature-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-feature-media img,
.home-feature-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06) translateY(var(--home-feature-shift, 0px));
  transition: transform 0.2s linear;
  filter: saturate(var(--hero-sat)) contrast(var(--hero-contrast)) brightness(var(--hero-brightness)) hue-rotate(var(--hero-hue));
}

.home-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.54) 100%),
    radial-gradient(circle at 18% 36%, var(--hero-overlay-a) 0%, rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 76% 24%, var(--hero-overlay-b) 0%, rgba(255, 255, 255, 0) 50%),
    radial-gradient(circle at 64% 70%, var(--hero-overlay-c) 0%, rgba(255, 255, 255, 0) 34%);
}

.home-hero-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.home-hero-noise {
  position: absolute;
  inset: -20%;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, rgba(255, 255, 255, 0) 1.5px),
    radial-gradient(circle, rgba(0, 0, 0, 0.06) 1px, rgba(0, 0, 0, 0) 1.5px);
  background-size: 3px 3px, 5px 5px;
  opacity: 0.4;
  mix-blend-mode: soft-light;
  animation: home-noise-drift 9s linear infinite;
}

.home-hero-burst {
  position: absolute;
  left: -26vw;
  top: -14vh;
  width: 62vw;
  height: 62vw;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(255, 255, 255, 0.24) 0deg 9deg,
      rgba(255, 255, 255, 0) 9deg 22deg
    );
  opacity: 0.23;
  filter: blur(0.5px);
  animation: home-burst-spin 16s linear infinite;
}

.home-hero-shape {
  position: absolute;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-shape-tv {
  left: 2.2%;
  top: 49%;
  width: 128px;
  height: 78px;
  border: 3px solid #0d0d0d;
  border-radius: 18px;
  color: #0d0d0d;
  background: linear-gradient(135deg, rgba(9, 208, 255, 0.72), rgba(255, 255, 255, 0.86));
  display: grid;
  place-items: center;
  font-weight: 700;
  transform: rotate(-0.9deg);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.24);
}

.home-hero-shape-tv::before {
  content: "";
  position: absolute;
  inset: 8px 10px 14px;
  border-radius: 11px;
  border: 2px solid rgba(13, 13, 13, 0.8);
}

.home-hero-shape-finger {
  right: 8.5%;
  top: 20%;
  width: 98px;
  height: 134px;
  border-radius: 30px 30px 46px 46px;
  background:
    radial-gradient(circle at 33% 56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 56%),
    linear-gradient(180deg, #4ec4ff 0%, #00a6ff 100%);
  border: 4px solid #101010;
  transform: rotate(7deg);
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.26);
}

.home-hero-shape-finger::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 38px;
  width: 24px;
  height: 40px;
  border-radius: 16px;
  background: #00a6ff;
  border: 4px solid #101010;
}

.home-hero-shape-monitor {
  right: 3.5%;
  top: 8%;
  width: 172px;
  height: 110px;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(212, 233, 255, 0.92) 100%);
  border: 4px solid #121212;
  color: #101010;
  display: grid;
  place-items: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: none;
  transform: rotate(-2deg);
}

.home-hero-shape-monitor::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 88px;
  height: 8px;
  transform: translateX(-50%);
  background: #101010;
  border-radius: 4px;
}

.home-hero-shape-word {
  left: 13%;
  bottom: -2%;
  font-size: clamp(88px, 12vw, 186px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: rgba(8, 230, 117, 0.75);
  mix-blend-mode: multiply;
  transform: rotate(-3deg);
}

.home-hero-overlay {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 14px;
}

.home-hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-audio-toggle {
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(0, 0, 0, 0.34);
  transition: background 0.25s ease, color 0.25s ease;
}

.home-audio-toggle:hover,
.home-audio-toggle:focus-visible {
  background: var(--white);
  color: #050505;
}

.home-scroll-note {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
}

.home-siena-hero {
  position: relative;
  min-height: calc(100vh - 60px);
  background: #050505;
  color: var(--white);
  overflow: hidden;
}

.home-siena-entry {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 32px;
  background: repeating-linear-gradient(
    90deg,
    #efefef 0 12px,
    #040404 12px 58px
  );
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.home-siena-entry-mark {
  margin: 0;
  font-size: clamp(56px, 9vw, 140px);
  line-height: 0.84;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.home-siena-entry-button {
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.36);
}

.home-siena-hero:not(.is-entered) .home-feature-media,
.home-siena-hero:not(.is-entered) .home-siena-overlay {
  opacity: 0;
  pointer-events: none;
}

.home-siena-hero.is-entered .home-siena-entry {
  opacity: 0;
  visibility: hidden;
}

.home-siena-hero .home-feature-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050505;
  z-index: 0;
}

.home-siena-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 77% 74%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 40%);
}

.home-siena-hero .home-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.54) 100%),
    radial-gradient(circle at 46% 84%, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 38%);
}

.home-siena-track {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.84s cubic-bezier(0.22, 0.76, 0.15, 1);
  touch-action: none;
  cursor: ns-resize;
  will-change: transform;
}

.home-siena-track.is-dragging {
  transition: none;
  cursor: grabbing;
}

.home-siena-slide {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.52;
  transform: scale(1.06);
  filter: saturate(0.76) brightness(0.74) contrast(1.02);
  transition: transform 0.88s cubic-bezier(0.2, 0.72, 0.15, 1), opacity 0.8s ease, filter 0.9s ease;
}

.home-siena-slide.is-active {
  opacity: 1;
  transform: scale(1);
  filter: none;
}

.home-siena-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.36) 100%);
  pointer-events: none;
  z-index: 1;
}

.home-siena-slide img,
.home-siena-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  transition: none;
}

.home-siena-overlay {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: opacity 0.7s ease;
}

.home-siena-ticket {
  margin-left: auto;
  width: min(360px, 36vw);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  padding: 10px 14px;
  background: rgba(10, 10, 10, 0.52);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: auto;
}

.home-siena-ticket-label {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.74;
}

.home-siena-ticket-title {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-siena-top {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  text-align: left;
  max-width: min(74vw, 720px);
}

.home-siena-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.78;
}

.home-siena-title {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(52px, 8.5vw, 128px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  font-weight: 400;
  text-transform: uppercase;
  text-wrap: balance;
}

.home-siena-meta {
  margin: 0;
  max-width: 560px;
  font-size: clamp(12px, 1.3vw, 15px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.home-siena-link {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
  transition: border-color 0.25s ease;
}

.home-siena-link:hover,
.home-siena-link:focus-visible {
  border-color: rgba(255, 255, 255, 1);
}

.home-siena-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 12px 20px;
  margin-top: 30px;
}

.home-siena-controls {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-width: 0;
}

.home-siena-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 9px;
  min-width: 0;
}

.home-siena-nav-item {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding: 2px 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.home-siena-nav-item.is-active {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.78);
}

.home-siena-index {
  min-width: 48px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.home-siena-utility {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-experience {
  --scene-progress: 0;
  --scene-reel-opacity: 1;
  --scene-reel-shift: 0px;
  --scene-project-opacity: 0.84;
  --scene-project-shift: 34px;
  --scene-services-opacity: 0.84;
  --scene-services-shift: 40px;
  --scene-values-opacity: 0.84;
  --scene-values-shift: 40px;
  --scene-contact-opacity: 0.9;
  --scene-contact-shift: 28px;
  position: relative;
  color: var(--white);
  background: radial-gradient(160% 110% at 50% -20%, #212121 0%, #090909 42%, #050505 100%);
  overflow: clip;
}

.home-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 76% 76%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 40%);
  z-index: 0;
}

.home-experience > section {
  position: relative;
  z-index: 1;
}

.home-experience-rails {
  position: sticky;
  top: 76px;
  left: 0;
  right: 0;
  height: 0;
  z-index: 16;
  pointer-events: none;
}

.home-rail-left {
  position: absolute;
  left: 20px;
  top: calc(50vh - 42px);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.72;
  transform: translateY(-50%);
}

.home-rail-menu {
  position: absolute;
  right: 20px;
  top: calc(50vh - 42px);
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  pointer-events: auto;
  transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.home-rail-dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}

.home-rail-menu:hover,
.home-rail-menu:focus-visible {
  background: var(--white);
  color: #050505;
  border-color: var(--white);
}

.home-reel-stage {
  position: relative;
  background: #050505;
  color: var(--white);
  min-height: 100vh;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  opacity: var(--scene-reel-opacity);
  transform: translateY(var(--scene-reel-shift));
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.home-reel-media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-reel-media img,
.home-reel-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.7s ease, transform 6.5s ease;
}

.home-reel-media .is-active {
  opacity: 0.38;
  transform: scale(1);
}

.home-reel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.68) 62%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.86) 100%);
}

.home-reel-overlay {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.home-reel-overlay h2 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(54px, 7vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: none;
  font-weight: 400;
}

.home-reel-button {
  margin-top: 4px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--white);
  transition: background 0.3s ease, color 0.3s ease;
}

.home-reel-button:hover,
.home-reel-button:focus-visible {
  background: var(--white);
  color: #050505;
}

.home-reel-card {
  margin-top: 12px;
  width: min(72vw, 760px);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #111;
  overflow: hidden;
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.42);
  transform: translateY(28px);
}

.home-reel-card img,
.home-reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}

.home-project-strip {
  background: #050505;
  color: var(--white);
  padding: 14px 0 48px;
  opacity: var(--scene-project-opacity);
  transform: translateY(var(--scene-project-shift));
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.home-project-heading {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.76;
}

.home-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.home-project-card {
  position: relative;
  display: block;
  background: #101010;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
}

.home-project-card-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #131313;
}

.home-project-card-media img,
.home-project-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-project-card:hover .home-project-card-media img,
.home-project-card:hover .home-project-card-media video,
.home-project-card:focus-visible .home-project-card-media img,
.home-project-card:focus-visible .home-project-card-media video {
  transform: scale(1.04);
}

.home-project-card-copy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-project-card-copy strong {
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-project-card-copy p {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
  text-align: right;
  max-width: 64%;
}

.home-circle-link {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  border-radius: 999px;
  border: 1px solid currentColor;
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.home-circle-link:hover,
.home-circle-link:focus-visible {
  transform: translateY(-2px);
  background: var(--white);
  color: #050505;
}

.home-services {
  background: radial-gradient(140% 130% at 0% 0%, #1a1a1a 0%, #070707 55%, #050505 100%);
  color: var(--white);
  padding: 10px 0 64px;
  opacity: var(--scene-services-opacity);
  transform: translateY(var(--scene-services-shift));
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.home-services-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.home-services-intro h3 {
  margin: 0 0 20px;
  font-size: clamp(30px, 5.7vw, 72px);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 640px;
}

.home-services-intro h3 em {
  font-style: italic;
}

.home-services-intro p {
  margin: 0;
  max-width: 430px;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.home-services-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.home-service-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-service-card span {
  font-size: 13px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  opacity: 0.72;
}

.home-service-card h4 {
  margin: 0 0 7px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  font-weight: 400;
}

.home-service-card p {
  margin: 0;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.3;
}

.home-values {
  background: radial-gradient(120% 120% at 100% 100%, #171717 0%, #070707 46%, #050505 100%);
  color: var(--white);
  padding: 4px 0 72px;
  opacity: var(--scene-values-opacity);
  transform: translateY(var(--scene-values-shift));
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.home-values-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 26px;
}

.home-values-copy p {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.05vw, 28px);
  line-height: 1.02;
  letter-spacing: -0.028em;
  text-transform: uppercase;
  max-width: 420px;
}

.home-values-copy strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}

.home-values-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.home-values-media {
  position: relative;
  min-height: 430px;
  background: #131313;
  overflow: hidden;
}

.home-values-media img,
.home-values-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.home-values-media .is-active {
  opacity: 1;
  transform: scale(1);
}

.home-values-list {
  display: grid;
  gap: 5px;
}

.home-value-item {
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 14px 14px 14px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.home-value-item h5 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 400;
}

.home-value-item p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.36;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.home-value-item.is-active {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.home-value-item.is-active p {
  max-height: 130px;
  opacity: 1;
}

.home-contact-band {
  background: #0a0a0a;
  color: var(--white);
  padding: 58px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  opacity: var(--scene-contact-opacity);
  transform: translateY(var(--scene-contact-shift));
  transition: opacity 0.4s ease, transform 0.4s ease;
}

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

.home-contact-band h3 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(24px, 3.2vw, 50px);
  line-height: 0.97;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 400;
}

.home-contact-band-actions {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.home-book-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.25s ease, color 0.25s ease;
}

.home-book-call:hover,
.home-book-call:focus-visible {
  background: var(--white);
  color: #0a0a0a;
}

.home-contact-email {
  font-size: 14px;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

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

.pad-t-none {
  padding-top: 0;
}

.pad-t-smallest {
  padding-top: 5px;
}

.pad-b-smallest {
  padding-bottom: 5px;
}

.work-grid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

.work-grid.half {
  grid-template-columns: repeat(2, 1fr);
}

.work-card {
  position: relative;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--white);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.work-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.work-media iframe,
.work-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.work-media.is-loaded iframe,
.work-media.is-loaded video {
  opacity: 1;
}

.work-media.is-loaded .work-poster {
  opacity: 0;
}

body.capture-mode .work-media iframe,
body.capture-mode .work-media video {
  opacity: 0 !important;
}

body.capture-mode .work-poster {
  opacity: 1 !important;
}

.work-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 450px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-card:hover .work-overlay,
.work-card:focus .work-overlay {
  opacity: 1;
}

.work-overlay h2,
.work-overlay p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.work-overlay h2 {
  font-weight: 700;
}

.work-overlay p {
  margin-top: 4px;
}

.work-card.overlay-white .work-overlay {
  color: var(--white);
}

.work-card.overlay-white .case-arrow svg,
.work-card.overlay-white .case-arrow path {
  fill: var(--white);
}

.case-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
}

.case-arrow svg {
  width: 16px;
  height: 12px;
}

@keyframes animate-arrow {
  0%,
  50%,
  100% {
    transform: translateY(-2px);
  }
  25%,
  75% {
    transform: translateY(2px);
  }
}

@keyframes home-noise-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1.5%, -1.2%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes home-burst-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.case-arrow svg {
  width: 24px;
  height: 24px;
  fill: var(--black);
}

.arrow-mobile {
  display: none;
}

.arrow-desktop {
  display: inline-flex;
}

.offices {
  background: var(--gray);
}

.offices-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 821px;
}

.offices-list {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.offices-label {
  font-size: 14px;
  margin: 0 0 16px;
}

.offices-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 0.55fr);
  column-gap: 24px;
  row-gap: 4px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  max-width: 525px;
}

.offices-grid a {
  text-decoration: none;
  display: inline-block;
  padding: 4px 0;
}

.office-detail {
  border-left: 1px solid var(--border);
  padding: 80px 24px 24px;
}

.office-detail h2 {
  margin: 0 0 24px;
  font-size: 95px;
  line-height: 120px;
  font-weight: 400;
}

.office-label {
  font-size: 14px;
  margin: 0 0 12px;
}

.office-info {
  display: flex;
  gap: 80px;
  font-size: 14px;
  margin-bottom: 40px;
}

.office-meta {
  margin: 0 0 12px;
  font-size: 14px;
}

.office-follow {
  display: flex;
  gap: 24px;
  font-size: 14px;
  align-items: center;
}

.office-follow a {
  text-transform: uppercase;
}

.site-footer {
  min-height: auto;
  display: flex;
  flex-direction: column;
}

.footer-main {
  background: var(--gray);
  flex: 0 0 auto;
}

.footer-sub {
  background: var(--gray);
}

.footer-container {
  padding: 0 20px;
}

.footer-pad {
  padding: 4px 0 0;
}

.footer-spacer {
  display: none !important;
  height: 0 !important;
  pointer-events: none;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 100%;
}

.footer-text {
  font-size: 12px;
  line-height: 15px;
}

.footer-text p {
  margin: 0;
}

.footer-text .bold {
  font-weight: 500;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  line-height: 24px;
}

.footer-links a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.footer-links a:hover {
  border-color: var(--black);
}

.footer-logo img {
  max-width: 100px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-logo {
  display: flex;
  align-items: flex-end;
  align-self: flex-start;
  order: -1;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer-logo {
    align-self: flex-end;
    order: 1;
  }

  .footer-logo img {
    max-width: 75px;
    width: 100%;
    height: auto;
  }

  .footer-pad {
    padding: 4px 0 0;
  }
}

@media (max-width: 768px) {
  .footer-spacer {
    display: none !important;
    height: 0 !important;
  }
}

.a11y-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 600px;
  background: var(--white);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 91;
  padding-top: 40px;
}

body.a11y-info-open .a11y-panel {
  transform: translateY(0);
}

.a11y-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 48px;
  display: grid;
  gap: 32px;
}

.a11y-left {
  display: flex;
  justify-content: flex-start;
}

.a11y-toggle-big {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.a11y-arrow {
  display: none;
  width: 18px;
  height: 18px;
}

.a11y-toggle-large {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  border: 2px solid var(--black);
  position: relative;
}

.a11y-toggle-large::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--black);
  transform: scale(0);
  transition: transform 0.3s ease;
}

.a11y-toggle-large:hover::after {
  transform: scale(0.5);
}

.a11y-hint {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
}

.a11y-hint .mobile {
  display: none;
}

.a11y-right h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
  font-weight: 500;
}

.a11y-status {
  text-transform: uppercase;
}

.a11y-right p {
  font-size: 14px;
  line-height: 20px;
}

body.menu-open,
body.a11y-info-open {
  overflow: hidden;
}

.simple-page {
  background: var(--white);
  color: var(--black);
}

.simple-page main {
  padding-top: 0;
}

.simple-back {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--black);
}

.simple-main {
  padding: 120px 20px 80px;
  max-width: 900px;
  margin: 0 auto;
}

.simple-main h1 {
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 16px;
  font-weight: 400;
}

.simple-main h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 32px 0 8px;
  font-weight: 500;
}

.simple-main p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
}

.simple-list {
  list-style: disc;
  padding-left: 20px;
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}

.legal-page .site-header {
  position: sticky;
  top: 0;
  height: 72px;
  padding: 0 24px;
  border-bottom: 1px solid #e6e6e6;
  background: var(--white);
}

.legal-page .logo {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.legal-page .legal-back {
  border-bottom: none;
  opacity: 0.72;
  transition: opacity 0.25s ease;
}

.legal-page .legal-back:hover {
  opacity: 1;
}

.legal-page .legal-main {
  max-width: 980px;
  padding: 116px 24px 110px;
}

.legal-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.65;
}

.legal-title {
  margin: 0;
  font-size: clamp(34px, 5.3vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 500;
}

.legal-updated {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.68;
}

.legal-intro {
  margin: 20px 0 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.legal-section {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #eaeaea;
}

.legal-section h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 500;
}

.legal-section p,
.legal-section li {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.legal-main a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-main a:hover {
  opacity: 0.75;
}

.show-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .a11y-link {
    display: none;
  }

  .menu-body {
    margin-top: 120px;
    flex-direction: column;
    gap: 40px;
  }

  .menu-nav {
    font-size: 36px;
    line-height: 48px;
    width: 100%;
    position: static;
  }

  .menu-follow {
    position: static;
    margin-top: 0;
  }

  .offices-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .office-detail {
    border-left: none;
    border-top: 1px solid var(--border);
    padding: 40px 20px 30px;
  }

  .office-detail h2 {
    font-size: 56px;
    line-height: 68px;
  }

  .office-info {
    flex-direction: column;
    gap: 24px;
  }

  .offices-grid {
    grid-template-rows: auto;
    grid-auto-flow: row;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 40px;
  }

  main {
    padding-top: 40px;
  }

  .hero-video-wrap {
    height: 80vh;
  }

  .hero-video-desktop {
    display: none;
  }

  .hero-video-mobile {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-poster-desktop {
    display: none;
  }

  .hero-poster-mobile {
    display: block;
  }

  .hero-copy h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .hero-link {
    font-size: 18px;
    line-height: 22px;
  }

  .legal-page .site-header {
    height: 56px;
    padding: 0 16px;
  }

  .legal-page .legal-main {
    padding: 92px 16px 80px;
  }

  .legal-intro {
    font-size: 16px;
    line-height: 26px;
  }

  .legal-section {
    margin-top: 26px;
    padding-top: 22px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 15px;
    line-height: 24px;
  }

  .work-grid,
  .work-grid.half {
    grid-template-columns: 1fr;
  }

  .work-grid.half .work-card {
    grid-column: span 12;
  }

  .work-overlay {
    position: absolute;
    opacity: 1;
    padding: 0;
  }

  .work-overlay p {
    display: none;
  }

  .arrow-mobile {
    display: inline-flex;
  }

  .arrow-desktop {
    display: none;
  }


  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .footer-inner {
    padding: 18px 20px 13px;
  }

  .a11y-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .a11y-toggle-large {
    width: 192px;
    height: 192px;
  }

  .a11y-hint .desktop {
    display: none;
  }

  .a11y-hint .mobile {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .a11y-link {
    display: inline;
  }

  .header-actions {
    gap: 32px;
  }

  .menu-nav {
    max-width: 690px;
    position: static;
    margin-top: 0;
  }

  .work-grid {
    max-width: 100%;
    padding: 0 10px;
    gap: 10px;
  }

  .work-overlay h2,
  .work-overlay p {
    line-height: 26px;
  }

  .pad-t-smallest {
    padding-top: 10px;
  }

  .pad-b-smallest {
    padding-bottom: 10px;
  }

  .offices-inner {
    min-height: auto;
  }

  .office-detail {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .a11y-panel {
    padding-top: 60px;
  }

  .a11y-arrow {
    display: block;
    margin: 0 auto 16px;
    animation: animate-arrow 3s infinite;
  }

  .a11y-hint {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
  }

  .a11y-inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .a11y-left {
    justify-content: center;
    padding-left: 15%;
    text-align: center;
  }

  .a11y-toggle-big {
    flex-direction: column;
    gap: 40px;
  }

  .a11y-toggle-large {
    width: 256px;
    height: 256px;
  }

  .a11y-right h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .a11y-right p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .hero-text {
    padding: 48px 0;
  }
}

@media (min-width: 1024px) {
  .hero-text {
    padding: 80px 0;
  }

  .hero-link {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 1536px) {
  .hero-copy h1 {
    font-size: 58px;
    line-height: 62px;
  }
}

/* Our Work directory */
.work-directory-hero {
  padding: 72px 0 20px;
}

.work-directory-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.work-directory-header h1 {
  margin: 0;
  font-size: 58px;
  line-height: 62px;
  font-weight: 400;
}

.view-toggle {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.view-button {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding-bottom: 6px;
  transition: border-color 0.2s ease;
}

.view-button.is-active,
.view-button:focus-visible {
  border-bottom-color: var(--black);
}

.work-filters {
  margin-top: 24px;
  padding: 14px 20px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.filter-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.filter-search {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filter-search label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.filter-search input {
  border: 1px solid var(--border);
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.filter-clear {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--black);
  padding-bottom: 4px;
}

.filter-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.filter {
  position: relative;
}

.filter summary {
  list-style: none;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter summary::-webkit-details-marker {
  display: none;
}

.filter summary::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--black);
  border-bottom: 1.5px solid var(--black);
  transform: rotate(45deg);
  margin-left: 4px;
}

.filter[open] summary::after {
  transform: rotate(-135deg);
}

.filter-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 12px;
  display: grid;
  gap: 6px;
  max-height: 320px;
  overflow: auto;
  z-index: 10;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.filter-menu button {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 0;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-checkbox {
  width: 12px;
  height: 12px;
  border: 1px solid var(--black);
  display: inline-block;
}

.filter-option.is-selected .filter-checkbox {
  background: var(--black);
}

.work-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 32px 20px 40px;
}

.work-entry {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.work-entry-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #ededed;
}

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

.work-entry-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.work-entry-body h2 {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.work-entry-body p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.work-entry-meta {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-entry-link {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.work-entry-arrow {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid var(--black);
  border-top: 1.5px solid var(--black);
  transform: rotate(45deg);
}

.work-directory[data-view="list"] .work-directory-grid {
  grid-template-columns: 1fr;
}

.work-directory[data-view="list"] .work-entry {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

.work-directory[data-view="list"] .work-entry-body {
  padding-right: 16px;
}

.work-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 0 120px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pagination-button {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pagination-button[disabled] {
  opacity: 0.4;
  cursor: default;
}

/* Our Capabilities */
.cap-hero {
  padding: 90px 0 60px;
}

.cap-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.cap-hero-label,
.cap-section-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

.cap-hero-content h1 {
  margin: 0 0 20px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
}

.cap-hero-content p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  max-width: 620px;
}

.capability-section {
  padding: 20px 0 80px;
}

.capabilities-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  border-top: 1px solid #e5e5e5;
  padding-top: 32px;
}

.capability-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.capability-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.capability-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-card a {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--black);
  width: fit-content;
  padding-bottom: 3px;
}

.leadership-section {
  padding: 40px 0 80px;
  border-top: 1px solid #e5e5e5;
}

.leadership-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.leadership-header h2 {
  margin: 0;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

.leadership-copy {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 24px;
}

.leadership-link {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--black);
  padding-bottom: 4px;
}

.leadership-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 260px);
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.leadership-card {
  background: #f1f1f1;
  padding: 16px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  scroll-snap-align: start;
}

.leadership-photo {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #d8d8d8, #f5f5f5);
  margin-bottom: auto;
}

.leadership-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.leadership-card p {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-cta {
  background: var(--gray);
  padding: 80px 0;
}

.project-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.project-cta h2 {
  margin: 12px 0 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  max-width: 520px;
}

.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-button {
  padding: 12px 22px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--black);
}

.cta-button.outline {
  background: transparent;
}

.follow-section {
  padding: 32px 0 60px;
}

.follow-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.follow-links {
  display: flex;
  gap: 24px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .work-directory-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .work-directory-header h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .work-directory-grid {
    grid-template-columns: 1fr;
  }

  .work-directory[data-view="list"] .work-entry {
    grid-template-columns: 1fr;
  }

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

  .leadership-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .follow-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .cap-hero-grid {
    grid-template-columns: 0.45fr 0.55fr;
    align-items: start;
  }

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

@media (max-width: 700px) {
  .work-filters {
    gap: 12px;
  }

  .filter-search {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .filter-search label {
    flex: 1;
    width: 100%;
  }

  .filter-search input {
    width: 100%;
  }

  .filter-menu {
    position: static;
    box-shadow: none;
    border: 0;
    padding: 8px 0 0;
  }

  .filter[open] summary::after {
    transform: rotate(-135deg);
  }
}

/* General interior pages */
.page-hero {
  padding: 90px 0 50px;
}

.page-label,
.section-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.page-hero h1 {
  margin: 0 0 16px;
  font-size: 52px;
  line-height: 58px;
  font-weight: 400;
}

.page-intro {
  max-width: 680px;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.work-directory-intro {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 24px;
  max-width: 520px;
}

.work-loading,
.work-empty {
  font-size: 14px;
  color: #666666;
}

/* Culture */
.culture-values {
  padding: 20px 0 60px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.value-card {
  border: 1px solid #e5e5e5;
  padding: 18px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.culture-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.stat-card {
  background: var(--gray);
  padding: 18px;
}

.stat-card h3 {
  margin: 0 0 4px;
  font-size: 28px;
  font-weight: 500;
}

.stat-card p {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.culture-gallery {
  padding: 10px 0 80px;
}

.culture-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.culture-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* News & Thought leadership */
.news-section {
  padding: 10px 0 80px;
}

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

.news-card {
  display: grid;
  gap: 12px;
}

.news-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #ededed;
  overflow: hidden;
}

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

.news-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.news-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.news-card p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

.news-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--black);
  width: fit-content;
  padding-bottom: 3px;
}

/* Contact */
.contact-section {
  padding: 20px 0 90px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 40px;
}

.contact-detail {
  margin-bottom: 24px;
}

.contact-value {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.contact-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid var(--border);
  padding: 12px;
  font-size: 14px;
  font-family: inherit;
}

.form-status {
  margin: 0;
  font-size: 14px;
}

/* Case Study */
.fb-case-floating-title {
  position: fixed;
  top: 84px;
  left: clamp(16px, 2.8vw, 44px);
  z-index: 90;
  margin: 0;
  pointer-events: none;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: #ffffff;
  mix-blend-mode: difference;
  opacity: 1;
  transform: translateY(0);
  transition:
    color 260ms ease,
    mix-blend-mode 260ms ease,
    opacity 240ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fb-case-floating-title.is-dark {
  color: #111111;
  mix-blend-mode: normal;
}

.fb-case-floating-title.is-locked {
  opacity: 0;
  transform: translateY(-18px);
}

body.menu-open .fb-case-floating-title {
  opacity: 0;
}

.fb-case-hero {
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  padding: 60px 14px 14px;
  background: var(--black);
  position: relative;
  overflow: clip;
}

.fb-case-hero-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
  background: #070707;
}

.fb-case-hero-media,
.fb-case-hero-media [data-case-hero],
.fb-case-hero-media [data-case-hero] > img,
.fb-case-hero-media [data-case-hero] > video {
  width: 100%;
  height: 100%;
}

.fb-case-hero-media {
  position: relative;
}

.fb-case-hero-media [data-case-hero] > img,
.fb-case-hero-media [data-case-hero] > video {
  object-fit: cover;
}

.fb-case-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 22%, rgba(0, 0, 0, 0.34) 100%);
  pointer-events: none;
}

.fb-case-hero-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(0, 0, 0, 0.36);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 220ms ease, transform 220ms ease;
}

.fb-case-hero-play:hover,
.fb-case-hero-play:focus-visible {
  background: rgba(0, 0, 0, 0.56);
  transform: translate(-50%, -50%) scale(1.03);
}

.fb-case-hero-play[hidden] {
  display: none;
}

.fb-case-hero-play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #ffffff;
}

.fb-case-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  animation: case-scroll-nudge 2s ease-in-out infinite;
}

.fb-case-hero-scroll span {
  width: 9px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-1px);
}

@keyframes case-scroll-nudge {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

.fb-case-editorial {
  position: relative;
  z-index: 2;
  background: var(--white);
  padding: 88px 0 64px;
}

.fb-case-editorial-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.54fr) minmax(0, 0.46fr);
  gap: clamp(18px, 2.4vw, 40px);
  align-items: start;
}

.fb-case-rail {
  position: sticky;
  top: 88px;
  align-self: start;
  min-height: calc(100vh - 108px);
  min-height: calc(100svh - 108px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fb-case-rail h1 {
  margin: 0;
  font-size: clamp(36px, 3.9vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: #111111;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fb-case-rail h1.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fb-case-taxonomy {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fb-case-taxonomy li {
  margin: 0;
}

.fb-case-taxonomy a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.fb-case-statement {
  margin: 10px 0 22px;
  max-width: none;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(19, 16, 20, 0.58);
}

.fb-case-insights {
  margin-top: auto;
  padding-top: clamp(14px, 2.4vh, 26px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.fb-case-insight {
  border: 0;
  padding: 16px 0;
}

.fb-case-insight + .fb-case-insight {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.fb-case-insight-toggle {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
}

.fb-case-insight-toggle h3 {
  margin: 0;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 600;
}

.fb-case-insight-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.fb-case-insight-icon::before {
  content: "+";
  transition: opacity 180ms ease, transform 180ms ease;
  transform: translateY(0);
}

.fb-case-insight.is-open .fb-case-insight-icon::before {
  content: "\00d7";
  transform: translateY(-1px);
}

.fb-case-insight-body {
  display: grid;
  gap: 8px;
  height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    height 340ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 340ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.fb-case-insight.is-open .fb-case-insight-body {
  margin-top: 12px;
  opacity: 1;
}

.fb-case-insight-body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: rgba(19, 16, 20, 0.46);
}

.fb-case-visual-column {
  display: grid;
  gap: 20px;
  align-content: start;
}

.fb-case-feature-media,
.fb-case-content {
  padding: 0;
}

.fb-case-feature-grid,
.fb-case-content-stack {
  margin: 0;
  display: grid;
  gap: 20px;
}

.fb-case-section,
.fb-case-section-split,
.fb-case-section-text,
.fb-case-section-quote {
  margin: 0;
}

.fb-case-section-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 28px;
}

.fb-case-section-media img,
.fb-case-section-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fb-case-section-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fb-case-section-text {
  padding: 14px 0 6px;
}

.fb-case-section-text h3 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 400;
}

.fb-case-section-text p {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.6;
}

.fb-case-section-text p:last-child {
  margin-bottom: 0;
}

.fb-case-section-quote {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 34px 0;
}

.fb-case-section-quote blockquote {
  margin: 0;
}

.fb-case-section-quote p {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.15;
}

.fb-case-section-quote cite {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: normal;
}

.fb-case-cta {
  background: var(--black);
  color: var(--white);
  padding: 38px 0;
}

.fb-case-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fb-case-cta-inner h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 400;
}

.cta-button.light {
  border: 1px solid var(--white);
  color: var(--white);
}

.cta-button.light:hover,
.cta-button.light:focus-visible {
  background: var(--white);
  color: var(--black);
}

.fb-case-related {
  background: var(--black);
  color: var(--white);
  padding: 40px 0 80px;
}

.fb-case-related h2 {
  margin: 0 0 20px;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.08;
  font-weight: 400;
}

.fb-case-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fb-case-related-card {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
  color: var(--white);
  background: #1a1a1a;
}

.fb-case-related-media {
  position: absolute;
  inset: 0;
}

.fb-case-related-media img,
.fb-case-related-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fb-case-related-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.72) 100%);
  transition: background 220ms ease;
}

.fb-case-related-card:hover .fb-case-related-overlay,
.fb-case-related-card:focus-visible .fb-case-related-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 16%, rgba(0, 0, 0, 0.86) 100%);
}

.fb-case-related-overlay strong {
  font-size: 24px;
  line-height: 1.14;
  font-weight: 400;
}

.fb-case-related-overlay p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  max-width: 86%;
}

.fb-case-related-overlay span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.fb-case-related-overlay span::after {
  content: "";
  width: 15px;
  height: 10px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

/* Article detail */
.article-hero {
  padding: 60px 0 20px;
}

.article-hero-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #ededed;
  overflow: hidden;
}

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

.article-hero-content {
  padding: 24px 20px 10px;
}

.article-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 16px 0 8px;
}

.article-hero-content h1 {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

.article-body {
  padding: 10px 0 80px;
}

.article-body p {
  font-size: 16px;
  line-height: 26px;
  max-width: 720px;
  margin: 0 0 16px;
}

.article-quote {
  border-left: 2px solid var(--black);
  padding-left: 16px;
  margin: 24px 0;
}

.article-quote p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 8px;
}

.article-quote cite {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: normal;
}

.article-pullout {
  background: var(--gray);
  padding: 18px;
  font-size: 18px;
  line-height: 26px;
  margin: 24px 0;
}

.article-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 28px;
}

.article-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

@media (max-width: 1024px) {
  .fb-case-floating-title {
    top: 78px;
    left: 14px;
    font-size: clamp(32px, 7vw, 48px);
  }

  .fb-case-hero {
    min-height: 620px;
    padding: 60px 10px 10px;
  }

  .fb-case-hero-inner {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
  }

  .fb-case-insights {
    margin-top: clamp(48px, 10vh, 110px);
    padding-top: 0;
  }

  .values-grid,
  .culture-stats,
  .culture-gallery-grid,
  .news-grid,
  .article-gallery {
    grid-template-columns: 1fr;
  }

  .contact-grid,
  .fb-case-editorial-grid,
  .fb-case-section-split,
  .fb-case-related-grid {
    grid-template-columns: 1fr;
  }

  .home-experience-rails {
    display: none;
  }

  .fb-case-rail {
    position: static;
    min-height: 0;
  }

  .fb-case-rail h1 {
    opacity: 1;
    transform: none;
    font-size: clamp(32px, 6.2vw, 48px);
  }

  .fb-case-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .fb-case-floating-title {
    top: 70px;
    left: 12px;
    font-size: clamp(28px, 8.8vw, 40px);
    line-height: 0.96;
  }

  .fb-case-hero {
    min-height: 520px;
    height: 100svh;
    padding: 60px 8px 8px;
  }

  .fb-case-hero-inner {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .fb-case-hero-play {
    width: 66px;
    height: 66px;
  }

  .fb-case-hero-play-icon {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 14px;
  }

  .fb-case-hero-scroll {
    width: 36px;
    height: 36px;
    bottom: 14px;
  }

  .fb-case-editorial {
    padding-top: 68px;
  }

  .fb-case-statement {
    margin-top: 4px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .fb-case-taxonomy a {
    min-height: 32px;
    padding: 5px 12px;
    font-size: 12px;
  }

  .fb-case-insight-toggle h3 {
    font-size: 14px;
  }

  .fb-case-insights {
    margin-top: clamp(26px, 6vh, 56px);
  }

  .fb-case-section-split {
    gap: 12px;
  }

  .fb-case-feature-grid,
  .fb-case-content-stack,
  .fb-case-visual-column {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fb-case-insight-body,
  .fb-case-insight-icon::before {
    transition: none;
  }

  .fb-case-hero-scroll {
    animation: none;
  }
}

@media (max-width: 900px) {
  .home-siena-entry {
    gap: 26px;
    background-size: 58px 100%, 100% 100%;
  }

  .home-siena-entry-mark {
    font-size: clamp(40px, 13vw, 88px);
  }

  .home-siena-ticket {
    width: min(420px, 100%);
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 18px;
  }

  .home-siena-ticket-title {
    font-size: 14px;
  }

  .home-siena-overlay {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .home-siena-title {
    font-size: clamp(40px, 11.2vw, 84px);
  }

  .home-siena-bottom {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 10px;
  }

  .home-siena-controls {
    width: 100%;
    justify-content: space-between;
  }

  .home-siena-utility {
    width: 100%;
    justify-content: space-between;
  }

  .home-siena-nav {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-siena-nav::-webkit-scrollbar {
    display: none;
  }

  .home-hero-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-featured-project {
    min-width: 0;
    padding-top: 0;
    text-align: left;
  }

  .home-hero-shape-monitor {
    right: 2%;
    top: 10%;
    width: 134px;
    height: 86px;
    font-size: 30px;
  }

  .home-hero-shape-finger {
    width: 74px;
    height: 112px;
    right: 7%;
  }

  .home-hero-shape-tv {
    width: 104px;
    height: 64px;
    left: 2%;
  }

  .home-hero-shape-word {
    font-size: clamp(76px, 11vw, 150px);
    left: 9%;
  }

  .home-reel-stage,
  .home-reel-overlay {
    min-height: 82vh;
  }

  .home-reel-overlay h2 {
    max-width: 680px;
    font-size: clamp(40px, 8.8vw, 66px);
  }

  .home-reel-card {
    width: min(88vw, 660px);
    transform: translateY(18px);
  }

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

  .home-services-grid,
  .home-values-layout,
  .home-values-stage,
  .home-contact-band-layout {
    grid-template-columns: 1fr;
  }

  .home-values-media {
    min-height: 360px;
  }

  .home-value-item h5 {
    font-size: 28px;
  }

  .home-contact-band {
    padding: 42px 0 44px;
  }
}

@media (max-width: 600px) {
  .home-main {
    overflow-x: clip;
  }

  .home-siena-entry {
    background-size: 44px 100%, 100% 100%;
  }

  .home-siena-entry-button {
    padding: 9px 16px;
    font-size: 10px;
  }

  .home-siena-ticket {
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
  }

  .home-siena-ticket-label {
    font-size: 9px;
  }

  .home-siena-ticket-title {
    font-size: 12px;
  }

  .home-siena-overlay {
    min-height: calc(92vh - 60px);
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .home-siena-top {
    gap: 10px;
  }

  .home-siena-title {
    font-size: clamp(32px, 12.2vw, 56px);
  }

  .home-siena-meta {
    font-size: 11px;
  }

  .home-siena-link {
    font-size: 12px;
  }

  .home-siena-index {
    min-width: 44px;
    font-size: 10px;
  }

  .home-hero-top h1 {
    font-size: clamp(30px, 11.3vw, 50px);
  }

  .home-hero-overlay {
    min-height: calc(92vh - 60px);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-hero-shape-finger,
  .home-hero-shape-monitor,
  .home-hero-shape-word {
    display: none;
  }

  .home-hero-shape-tv {
    width: 80px;
    height: 50px;
    border-width: 2px;
    left: 3%;
    top: 62%;
    font-size: 9px;
  }

  .home-services-intro h3 {
    font-size: clamp(24px, 8.9vw, 42px);
  }

  .home-reel-stage,
  .home-reel-overlay {
    min-height: 74vh;
  }

  .home-reel-overlay {
    align-content: center;
    justify-items: start;
    text-align: left;
  }

  .home-reel-overlay h2 {
    font-size: clamp(34px, 11.4vw, 54px);
    max-width: 95%;
  }

  .home-reel-card {
    width: min(94vw, 560px);
    transform: translateY(10px);
  }

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

  .home-project-card-copy strong {
    font-size: 13px;
  }

  .home-service-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-service-card h4 {
    font-size: 24px;
  }

  .home-values-copy p {
    font-size: 18px;
    line-height: 1.02;
  }

  .home-values-media {
    min-height: 250px;
  }

  .home-value-item h5 {
    font-size: 20px;
  }

  .home-value-item p {
    font-size: 12px;
  }

  .home-contact-band h3 {
    font-size: clamp(20px, 8vw, 30px);
  }
}

/* Homepage layout refresh inspired by Stripe + Valley (homepage only) */
.home-main {
  --home-surface: #f4f7fd;
  --home-panel: #ffffff;
  --home-ink: #0d1430;
  --home-muted: #59627b;
  --home-accent: #635bff;
  --home-accent-2: #0a84ff;
  background:
    radial-gradient(1200px 520px at 10% -8%, rgba(99, 91, 255, 0.1), rgba(99, 91, 255, 0) 58%),
    radial-gradient(900px 420px at 86% 8%, rgba(10, 132, 255, 0.09), rgba(10, 132, 255, 0) 60%),
    linear-gradient(180deg, #f9fbff 0%, #f4f7fd 48%, #eef3fb 100%);
  color: var(--home-ink);
}

.home-proof-band {
  padding: 68px 0 62px;
  position: relative;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.home-proof-copy {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #dbe3f2;
  border-radius: 18px;
  padding: 24px;
  backdrop-filter: blur(6px);
}

.home-proof-kicker {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-accent);
}

.home-proof-copy h2 {
  margin: 0;
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.home-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-proof-metric {
  background: var(--home-panel);
  border: 1px solid #d8e0f0;
  border-radius: 16px;
  min-height: 146px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 14px 34px rgba(13, 20, 48, 0.08);
}

.home-proof-metric strong {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.home-proof-metric span {
  font-size: 13px;
  line-height: 1.35;
  color: var(--home-muted);
}

.home-project-strip {
  padding: 88px 0 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(236, 242, 252, 0.9) 100%);
}

.home-project-strip .container {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.home-project-intro {
  position: sticky;
  top: 88px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-project-heading {
  margin: 0;
  font-size: clamp(26px, 3.1vw, 44px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--home-ink);
}

.home-project-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--home-muted);
}

.home-project-intro .home-circle-link {
  margin-top: 2px;
}

.home-project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-project-card {
  border: 1px solid #d6dfef;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(15, 25, 53, 0.08);
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.home-project-card:hover,
.home-project-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 28px 50px rgba(12, 22, 50, 0.14);
}

.home-project-card-media {
  border-bottom: 1px solid #e4eaf6;
}

.home-project-card-media img,
.home-project-card-media video {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-project-card:hover .home-project-card-media img,
.home-project-card:hover .home-project-card-media video {
  transform: scale(1.04);
}

.home-project-card-copy {
  padding: 14px 14px 16px;
}

.home-project-card-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #0e1530;
}

.home-project-card-copy p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #5e6780;
}

.home-services {
  padding: 92px 0 94px;
  background:
    radial-gradient(760px 300px at 80% 0%, rgba(99, 91, 255, 0.1), rgba(99, 91, 255, 0) 60%),
    #f5f8ff;
}

.home-services-grid {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.home-services-intro {
  position: sticky;
  top: 96px;
  background: var(--home-panel);
  border: 1px solid #d9e2f2;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 16px 32px rgba(11, 18, 41, 0.08);
}

.home-services-intro h3 {
  margin-top: 0;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 0.97;
  letter-spacing: -0.03em;
  color: #111a34;
}

.home-services-intro p {
  color: var(--home-muted);
}

.home-services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-service-card {
  min-height: 200px;
  border: 1px solid #d7e0f1;
  border-radius: 16px;
  padding: 20px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  box-shadow: 0 14px 30px rgba(13, 22, 46, 0.08);
}

.home-service-card span {
  color: #4f5dee;
}

.home-service-card h4 {
  color: #121a34;
}

.home-service-card p {
  color: #5d6780;
}

.home-values {
  padding: 102px 0;
  background:
    radial-gradient(900px 450px at 15% -20%, rgba(99, 91, 255, 0.18), rgba(99, 91, 255, 0) 64%),
    radial-gradient(700px 420px at 88% 112%, rgba(10, 132, 255, 0.16), rgba(10, 132, 255, 0) 66%),
    #0d1325;
}

.home-values-layout {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 28px;
  gap: 24px;
}

.home-values-copy p,
.home-values-copy strong {
  color: #f5f7ff;
}

.home-values-media {
  border-radius: 18px;
  overflow: hidden;
}

.home-value-item {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(9, 14, 29, 0.56);
  transition: border-color 0.24s ease, background 0.24s ease;
}

.home-value-item.is-active {
  border-color: rgba(126, 157, 255, 0.72);
  background: rgba(79, 98, 204, 0.24);
}

.home-contact-band {
  padding: 94px 0;
  background: linear-gradient(128deg, #121831 0%, #1f2a52 48%, #1357be 100%);
}

.home-contact-band-layout {
  align-items: end;
  gap: 24px;
}

.home-contact-band h3 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(30px, 4.3vw, 60px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.home-contact-band-actions {
  gap: 10px;
}

.home-book-call,
.home-contact-email {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 18px;
}

@media (max-width: 1200px) {
  .home-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 1024px) {
  .home-proof-grid,
  .home-project-strip .container,
  .home-services-grid,
  .home-contact-band-layout {
    grid-template-columns: 1fr;
  }

  .home-project-intro,
  .home-services-intro {
    position: static;
  }

  .home-proof-metrics,
  .home-services-list,
  .home-project-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-proof-band,
  .home-project-strip,
  .home-services,
  .home-values,
  .home-contact-band {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-proof-copy,
  .home-services-intro,
  .home-values-layout {
    padding: 18px;
    border-radius: 16px;
  }

  .home-proof-metric,
  .home-service-card,
  .home-project-card {
    border-radius: 14px;
  }
}

/* Heavier Stripe + Valley section patterns (homepage only) */
.home-client-wall {
  padding: 42px 0 74px;
}

.home-client-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #596485;
}

.home-client-marquee {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-client-marquee span {
  border: 1px solid #d7e0f2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 24px rgba(16, 30, 66, 0.06);
  padding: 11px 14px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #303a56;
}

.home-client-marquee-alt {
  margin-top: 10px;
}

.home-reel-stage {
  min-height: 88vh;
  display: grid;
  align-items: stretch;
}

.home-reel-overlay {
  position: relative;
  z-index: 2;
  min-height: 88vh;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(360px, 540px);
  gap: 22px;
  align-items: end;
  padding-bottom: 26px;
}

.home-reel-overlay h2 {
  margin: 0;
  max-width: 15ch;
  font-size: clamp(40px, 5.6vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.home-reel-lead {
  margin: 12px 0 16px;
  max-width: 48ch;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.home-reel-button {
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(10, 10, 10, 0.3);
}

.home-reel-card {
  width: min(100%, 540px);
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  background: rgba(5, 5, 5, 0.44);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.home-services-intro h3 {
  margin-bottom: 14px;
}

.home-values-copy {
  max-width: 420px;
}

.home-values-copy strong {
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-values-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 14px;
}

.home-values-list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.home-value-item h5 {
  margin: 0 0 7px;
  font-size: 24px;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.home-value-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.42;
}

.home-testimonials {
  padding: 86px 0 90px;
  background:
    radial-gradient(760px 240px at 12% 0%, rgba(99, 91, 255, 0.1), rgba(99, 91, 255, 0) 66%),
    #f3f7ff;
}

.home-testimonials-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.home-testimonials-intro h3 {
  margin: 0;
  font-size: clamp(28px, 4.1vw, 54px);
  line-height: 0.93;
  letter-spacing: -0.03em;
  color: #111a35;
}

.home-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-testimonial-card {
  background: #fff;
  border: 1px solid #d6e0f2;
  border-radius: 16px;
  padding: 20px;
  min-height: 246px;
  display: grid;
  align-content: space-between;
  box-shadow: 0 16px 34px rgba(18, 29, 62, 0.09);
}

.home-testimonial-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #192344;
}

.home-testimonial-card strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #17254f;
}

.home-testimonial-card span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #5d6885;
}

@media (max-width: 1200px) {
  .home-client-marquee {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-reel-overlay {
    grid-template-columns: 1fr;
    min-height: 92vh;
    align-items: end;
  }

  .home-reel-card {
    justify-self: start;
    width: min(90vw, 560px);
  }

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

@media (max-width: 900px) {
  .home-values-stage {
    grid-template-columns: 1fr;
  }

  .home-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-client-wall {
    padding-top: 24px;
    padding-bottom: 54px;
  }

  .home-client-marquee {
    grid-template-columns: 1fr;
  }

  .home-reel-overlay h2 {
    font-size: clamp(32px, 11vw, 56px);
  }

  .home-reel-lead {
    font-size: 14px;
  }

  .home-testimonial-card {
    min-height: 0;
  }
}

/* Apple-inspired homepage */
.home-apple {
  --apl-bg: #030304;
  --apl-bg-soft: #0b0c10;
  --apl-panel: #11131b;
  --apl-panel-alt: #171926;
  --apl-border: rgba(255, 255, 255, 0.14);
  --apl-text: #f7f8fc;
  --apl-muted: rgba(247, 248, 252, 0.7);
  --apl-accent: #7ca5ff;
  --apl-accent-2: #89f0f5;
  --apl-accent-3: #ff6bb9;
  background: var(--apl-bg);
  color: var(--apl-text);
  overflow: clip;
}

.home-apple section {
  position: relative;
}

.home-apple .container {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.apl-block-head {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}

.apl-block-head h2 {
  margin: 0;
  font-size: clamp(34px, 5.8vw, 78px);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.apl-block-head p {
  margin: 0;
  font-size: clamp(18px, 2.5vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--apl-muted);
}

.apl-hero {
  min-height: 100svh;
  padding: clamp(130px, 16vw, 200px) 0 clamp(72px, 11vw, 148px);
  background:
    radial-gradient(820px 520px at 76% 12%, rgba(138, 231, 255, 0.2), rgba(138, 231, 255, 0)),
    radial-gradient(680px 360px at 16% 4%, rgba(126, 165, 255, 0.18), rgba(126, 165, 255, 0)),
    linear-gradient(180deg, #040507 0%, #030304 58%, #05070b 100%);
}

.apl-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.apl-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.6;
}

.apl-orb-a {
  width: min(48vw, 620px);
  aspect-ratio: 1;
  top: -18%;
  left: -10%;
  background: radial-gradient(circle, rgba(124, 165, 255, 0.5), rgba(124, 165, 255, 0));
}

.apl-orb-b {
  width: min(40vw, 520px);
  aspect-ratio: 1;
  top: 6%;
  right: -14%;
  background: radial-gradient(circle, rgba(137, 240, 245, 0.44), rgba(137, 240, 245, 0));
}

.apl-orb-c {
  width: min(34vw, 460px);
  aspect-ratio: 1;
  bottom: -14%;
  left: 42%;
  background: radial-gradient(circle, rgba(255, 107, 185, 0.3), rgba(255, 107, 185, 0));
}

.apl-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 930px;
  display: grid;
  gap: 20px;
}

.apl-eyebrow {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(247, 248, 252, 0.58);
}

.apl-hero h1 {
  margin: 0;
  font-size: clamp(52px, 10vw, 148px);
  line-height: 0.88;
  letter-spacing: -0.045em;
  max-width: 980px;
  text-wrap: balance;
}

.apl-hero-sub {
  margin: 0;
  max-width: 780px;
  font-size: clamp(18px, 2.4vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--apl-muted);
}

.apl-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.apl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 190ms ease, border-color 190ms ease, background-color 190ms ease;
}

.apl-btn:hover {
  transform: translateY(-1px);
}

.apl-btn-primary {
  background: linear-gradient(100deg, #a3bcff 0%, #9ef4ff 52%, #f39bcc 100%);
  color: #090d1b;
  border-color: rgba(255, 255, 255, 0.4);
}

.apl-btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--apl-text);
  border-color: rgba(255, 255, 255, 0.28);
}

.apl-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.apl-hero-support {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.65);
}

.apl-hero-stage {
  position: relative;
  z-index: 2;
  margin: clamp(44px, 5.2vw, 72px) auto 0;
  width: min(1120px, calc(100% - 72px));
}

.apl-stage-frame {
  position: relative;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(130deg, rgba(10, 14, 28, 0.92), rgba(19, 26, 48, 0.9)),
    radial-gradient(circle at 78% 20%, rgba(137, 240, 245, 0.28), rgba(137, 240, 245, 0));
  aspect-ratio: 16 / 7.2;
  overflow: hidden;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.42);
}

.apl-stage-shimmer {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(104deg, rgba(255, 255, 255, 0.02) 24%, rgba(255, 255, 255, 0.25) 47%, rgba(255, 255, 255, 0.02) 70%);
  transform: translateX(-115%);
  animation: apl-shimmer 7s linear infinite;
}

.apl-stage-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.apl-stage-ring-a {
  width: min(38vw, 500px);
  aspect-ratio: 1;
  left: -8%;
  top: 12%;
}

.apl-stage-ring-b {
  width: min(30vw, 390px);
  aspect-ratio: 1;
  right: 12%;
  top: 30%;
}

.apl-stage-ring-c {
  width: min(46vw, 620px);
  aspect-ratio: 1;
  left: 34%;
  top: -22%;
}

.apl-highlights {
  padding: clamp(72px, 9vw, 124px) 0;
  background: #040507;
}

.apl-inline-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #9fc1ff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.apl-highlights-shell {
  border: 1px solid var(--apl-border);
  border-radius: 24px;
  background: linear-gradient(140deg, #0b0d15 0%, #121725 100%);
  padding: clamp(20px, 3vw, 34px);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.36);
}

.apl-highlights-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.apl-tab {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(247, 248, 252, 0.76);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 16px;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.apl-tab.is-active {
  background: rgba(124, 165, 255, 0.18);
  color: #eff4ff;
  border-color: rgba(124, 165, 255, 0.84);
}

.apl-highlights-panels {
  position: relative;
  margin-top: 18px;
  min-height: 430px;
}

.apl-highlight-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
}

.apl-highlight-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.apl-panel-content {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(20px, 2.8vw, 36px);
  align-items: stretch;
}

.apl-panel-content h3 {
  margin: 0;
  font-size: clamp(28px, 5vw, 58px);
  line-height: 0.93;
  letter-spacing: -0.03em;
}

.apl-panel-content p {
  margin: 14px 0 0;
  max-width: 460px;
  font-size: clamp(16px, 1.9vw, 24px);
  line-height: 1.3;
  color: var(--apl-muted);
}

.apl-panel-visual {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  min-height: 320px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.apl-panel-visual-direction {
  background:
    radial-gradient(circle at 18% 18%, rgba(137, 240, 245, 0.4), rgba(137, 240, 245, 0)),
    linear-gradient(140deg, #111b39 0%, #0f2740 44%, #21214f 100%);
}

.apl-panel-visual-interaction {
  background:
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.08) 0 2px, rgba(255, 255, 255, 0.02) 2px 18px),
    linear-gradient(130deg, #2a0f3a, #0f1f43);
}

.apl-panel-visual-ai {
  background:
    radial-gradient(circle at 68% 26%, rgba(137, 240, 245, 0.42), rgba(137, 240, 245, 0)),
    radial-gradient(circle at 20% 75%, rgba(124, 165, 255, 0.42), rgba(124, 165, 255, 0)),
    #13162b;
}

.apl-panel-visual-enterprise {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0 1px, rgba(255, 255, 255, 0) 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, rgba(255, 255, 255, 0) 1px),
    linear-gradient(135deg, #1a1d32, #10293f);
  background-size: 26px 26px, 26px 26px, auto;
}

.apl-panel-visual-attention {
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 107, 185, 0.44), rgba(255, 107, 185, 0)),
    radial-gradient(circle at 28% 84%, rgba(124, 165, 255, 0.38), rgba(124, 165, 255, 0)),
    #17122d;
}

.apl-viewer {
  padding: clamp(74px, 9vw, 128px) 0;
  background: #06070c;
}

.apl-viewer-shell {
  border: 1px solid var(--apl-border);
  border-radius: 24px;
  background: linear-gradient(150deg, #0a0e18, #121826);
  padding: clamp(20px, 3.2vw, 36px);
  display: grid;
  gap: 18px;
}

.apl-viewer-stage {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  min-height: clamp(280px, 46vw, 440px);
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #151b2f, #1d263b);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.apl-viewer-screen {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(70%, 740px);
  aspect-ratio: 16/10;
  transform: translate(-50%, -55%) rotateX(10deg) rotateY(-10deg);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(145deg, rgba(9, 17, 38, 0.84), rgba(26, 37, 66, 0.84));
  overflow: hidden;
}

.apl-viewer-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(255, 255, 255, 0) 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 32px 32px;
}

.apl-viewer-base {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: min(58%, 560px);
  height: 16px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(137, 240, 245, 0.3), rgba(137, 240, 245, 0));
}

.apl-viewer-stage[data-apl-theme="interaction"] {
  background: linear-gradient(140deg, #220f34, #15274c);
}

.apl-viewer-stage[data-apl-theme="engineering"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(255, 255, 255, 0) 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(255, 255, 255, 0) 1px),
    #121727;
  background-size: 20px 20px, 20px 20px, auto;
}

.apl-viewer-stage[data-apl-theme="ai"] {
  background:
    radial-gradient(circle at 20% 84%, rgba(124, 165, 255, 0.52), rgba(124, 165, 255, 0)),
    radial-gradient(circle at 80% 24%, rgba(137, 240, 245, 0.52), rgba(137, 240, 245, 0)),
    #11172c;
}

.apl-viewer-stage[data-apl-theme="evolution"] {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 107, 185, 0.32), rgba(255, 107, 185, 0)),
    #1a1632;
}

.apl-viewer-controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.apl-viewer-tab {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(247, 248, 252, 0.76);
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 9px 10px;
  cursor: pointer;
  transition: all 170ms ease;
}

.apl-viewer-tab.is-active {
  border-color: rgba(124, 165, 255, 0.9);
  background: rgba(124, 165, 255, 0.18);
  color: #f0f5ff;
}

.apl-viewer-copy {
  margin: 0;
  font-size: clamp(16px, 1.9vw, 24px);
  line-height: 1.32;
  letter-spacing: -0.012em;
  max-width: 820px;
  color: var(--apl-muted);
}

.apl-performance {
  padding: clamp(74px, 9vw, 126px) 0;
  background: linear-gradient(180deg, #05060b, #060812);
}

.apl-performance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(20px, 3vw, 36px);
}

.apl-performance-visual {
  position: sticky;
  top: 110px;
  border-radius: 22px;
  min-height: 530px;
  border: 1px solid var(--apl-border);
  background: radial-gradient(circle at 50% 50%, rgba(124, 165, 255, 0.23), rgba(124, 165, 255, 0)), #0f1526;
  overflow: hidden;
}

.apl-perf-core {
  position: absolute;
  width: min(44vw, 440px);
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.apl-perf-beam {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(137, 240, 245, 0.92), rgba(255, 255, 255, 0));
}

.apl-perf-beam-a {
  width: 78%;
  left: 11%;
  top: 28%;
}

.apl-perf-beam-b {
  width: 90%;
  left: 5%;
  top: 50%;
}

.apl-perf-beam-c {
  width: 70%;
  left: 15%;
  top: 72%;
}

.apl-performance-copy p {
  margin: 0;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: var(--apl-muted);
}

.apl-chip-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.apl-chip-list li {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.apl-performance-cards {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.apl-performance-cards article {
  border-radius: 16px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(145deg, #101626, #151b2a);
  padding: 18px;
}

.apl-performance-cards h3 {
  margin: 0;
  font-size: 24px;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.apl-performance-cards p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.75);
}

.apl-ai {
  padding: clamp(72px, 8.5vw, 118px) 0;
  background: #080a10;
}

.apl-ai-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.45fr) minmax(0, 0.45fr);
  gap: 14px;
}

.apl-ai-intro {
  border-radius: 20px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(140deg, #121629, #181f34);
  padding: clamp(22px, 3vw, 34px);
}

.apl-ai-intro h2,
.apl-ai-intro h3 {
  margin: 0;
}

.apl-ai-intro h2 {
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 248, 252, 0.72);
}

.apl-ai-intro h3 {
  margin-top: 10px;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.028em;
}

.apl-ai-intro p {
  margin: 14px 0 0;
  font-size: clamp(16px, 1.7vw, 22px);
  line-height: 1.35;
  color: var(--apl-muted);
}

.apl-ai-tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.apl-ai-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.apl-ai-intro .apl-inline-link {
  margin-top: 22px;
}

.apl-ai-card {
  border-radius: 20px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(140deg, #171725, #1d1f31);
  padding: clamp(18px, 2.4vw, 24px);
  display: grid;
  align-content: end;
  min-height: 300px;
}

.apl-ai-card h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.apl-ai-card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.78);
}

.apl-band {
  padding: clamp(72px, 8.5vw, 118px) 0;
  background: #07090e;
}

.apl-band-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.apl-band-card {
  border-radius: 18px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(140deg, #111725, #171c2d);
  padding: clamp(20px, 3vw, 30px);
}

.apl-band-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(247, 248, 252, 0.68);
}

.apl-band-card h3 {
  margin: 10px 0 0;
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.apl-band-card p:last-child {
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.35;
  color: rgba(247, 248, 252, 0.78);
}

.apl-capabilities {
  padding: clamp(70px, 8.2vw, 112px) 0;
  background: #07080d;
}

.apl-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.apl-capability-grid article {
  border-radius: 14px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(150deg, #121524, #171b2a);
  min-height: 120px;
  display: flex;
  align-items: end;
  padding: 16px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.apl-projects {
  padding: clamp(72px, 9vw, 124px) 0;
  background:
    radial-gradient(760px 380px at 18% -8%, rgba(124, 165, 255, 0.17), rgba(124, 165, 255, 0)),
    #05060a;
}

.apl-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.apl-project-card {
  border-radius: 20px;
  border: 1px solid var(--apl-border);
  background: #121524;
  overflow: hidden;
}

.apl-project-visual {
  min-height: 240px;
  border-bottom: 1px solid var(--apl-border);
}

.apl-project-visual-fewo {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0)),
    linear-gradient(130deg, #10243f, #1e406d);
}

.apl-project-visual-drift {
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 107, 185, 0.4), rgba(255, 107, 185, 0)),
    linear-gradient(120deg, #2a112d, #0e2343);
}

.apl-project-visual-museum {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    linear-gradient(130deg, #2f1b12, #493027);
}

.apl-project-copy {
  padding: 18px;
}

.apl-project-copy h3 {
  margin: 0;
  font-size: 28px;
  line-height: 0.94;
  letter-spacing: -0.024em;
}

.apl-project-copy p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.78);
}

.apl-projects-cta-wrap {
  margin-top: 24px;
}

.apl-quality {
  padding: clamp(70px, 8vw, 108px) 0;
  background: #080a12;
}

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

.apl-quality-card {
  border-radius: 16px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(140deg, #121728, #1a1f2f);
  padding: 18px;
}

.apl-quality-card h3 {
  margin: 10px 0 0;
  font-size: 28px;
  line-height: 0.94;
  letter-spacing: -0.024em;
}

.apl-quality-card p:last-child {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.76);
}

.apl-engagements {
  padding: clamp(76px, 9vw, 124px) 0;
  background: #07090f;
}

.apl-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.apl-tier-card {
  border-radius: 18px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(145deg, #111625, #191f32);
  padding: 20px;
}

.apl-tier-card.is-featured {
  border-color: rgba(124, 165, 255, 0.84);
  box-shadow: 0 0 0 1px rgba(124, 165, 255, 0.36) inset;
}

.apl-tier-card h3 {
  margin: 0;
  font-size: 30px;
  line-height: 0.94;
  letter-spacing: -0.02em;
}

.apl-tier-price {
  margin: 10px 0 0;
  font-size: 15px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(247, 248, 252, 0.68);
}

.apl-tier-card p:last-child {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.8);
}

.apl-values {
  padding: clamp(66px, 7.8vw, 104px) 0;
  background: #06070c;
}

.apl-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.apl-values-grid article {
  border-radius: 14px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(140deg, #111523, #171d2b);
  padding: 18px;
  font-size: 24px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.apl-values-note {
  margin: 18px 0 0;
  max-width: 780px;
  font-size: 17px;
  line-height: 1.4;
  color: rgba(247, 248, 252, 0.74);
}

.apl-final-cta {
  padding: clamp(78px, 9.5vw, 132px) 0 clamp(84px, 10vw, 146px);
  background:
    radial-gradient(620px 260px at 50% 0%, rgba(124, 165, 255, 0.25), rgba(124, 165, 255, 0)),
    #040508;
}

.apl-final-inner {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(130deg, #111628, #181f33);
  padding: clamp(24px, 3.6vw, 44px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.apl-final-inner h2 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(34px, 5.2vw, 74px);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.apl-final-inner p {
  margin: 16px 0 0;
  max-width: 860px;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.3;
  color: var(--apl-muted);
}

.apl-tab:focus-visible,
.apl-viewer-tab:focus-visible,
.apl-btn:focus-visible,
.apl-inline-link:focus-visible {
  outline: 2px solid #9fc1ff;
  outline-offset: 2px;
}

@keyframes apl-shimmer {
  0% {
    transform: translateX(-115%);
  }

  100% {
    transform: translateX(115%);
  }
}

@media (max-width: 1200px) {
  .home-apple .container {
    width: min(1220px, calc(100% - 52px));
  }

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

  .apl-performance-grid {
    grid-template-columns: 1fr;
  }

  .apl-performance-visual {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .apl-ai-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .apl-tier-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .apl-panel-content {
    grid-template-columns: 1fr;
  }

  .apl-highlights-panels {
    min-height: 520px;
  }

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

  .apl-band-grid {
    grid-template-columns: 1fr;
  }

  .apl-values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-apple .container {
    width: calc(100% - 32px);
  }

  .apl-hero {
    min-height: 92svh;
    padding-top: 118px;
  }

  .apl-hero h1 {
    font-size: clamp(42px, 16vw, 78px);
  }

  .apl-hero-sub,
  .apl-block-head p,
  .apl-performance-copy p,
  .apl-viewer-copy,
  .apl-final-inner p {
    font-size: 16px;
    line-height: 1.4;
  }

  .apl-btn {
    width: 100%;
  }

  .apl-stage-frame {
    border-radius: 20px;
    aspect-ratio: 16 / 10;
  }

  .apl-highlights-shell,
  .apl-viewer-shell,
  .apl-ai-intro,
  .apl-ai-card,
  .apl-band-card,
  .apl-project-card,
  .apl-quality-card,
  .apl-tier-card,
  .apl-final-inner {
    border-radius: 16px;
  }

  .apl-highlights-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .apl-tab {
    white-space: nowrap;
  }

  .apl-viewer-stage {
    min-height: 240px;
  }

  .apl-viewer-controls {
    grid-template-columns: 1fr;
  }

  .apl-capability-grid,
  .apl-quality-grid {
    grid-template-columns: 1fr;
  }
}

.home-apple .section {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.home-apple .section:first-child {
  border-top: 0;
}

.home-apple .section.background-alt {
  background-color: #0b0d14;
}

.home-apple .section.section-product-stories {
  background-color: #080a11;
}

.apl-battery {
  padding: clamp(74px, 9vw, 122px) 0;
}

.apl-battery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 14px;
}

.apl-battery-copy {
  border-radius: 18px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(140deg, #121727, #1b2233);
  padding: clamp(20px, 3vw, 30px);
}

.apl-battery-copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.apl-battery-lead {
  margin: 14px 0 0;
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.apl-battery-copy p:last-child {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.45;
  color: var(--apl-muted);
}

.apl-battery-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.apl-battery-metrics article {
  border-radius: 16px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(140deg, #171a2a, #1d2638);
  padding: 18px;
  min-height: 160px;
  display: grid;
  align-content: end;
}

.apl-battery-metrics strong {
  display: block;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.88;
  letter-spacing: -0.03em;
}

.apl-battery-metrics span {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 248, 252, 0.72);
}

.apl-macos {
  padding: clamp(70px, 8.5vw, 112px) 0;
}

.apl-macos-shell {
  border-radius: 18px;
  border: 1px solid var(--apl-border);
  background:
    radial-gradient(620px 340px at 82% 20%, rgba(124, 165, 255, 0.24), rgba(124, 165, 255, 0)),
    linear-gradient(140deg, #121727, #191f31);
  padding: clamp(22px, 3vw, 34px);
}

.apl-macos-shell p {
  margin: 0;
  max-width: 920px;
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: var(--apl-muted);
}

.apl-continuity {
  padding: clamp(68px, 8vw, 108px) 0;
}

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

.apl-continuity-grid article {
  border-radius: 14px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(140deg, #111829, #1a2234);
  min-height: 124px;
  padding: 16px;
  display: flex;
  align-items: end;
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -0.014em;
}

.apl-camera,
.apl-connectivity,
.apl-security {
  padding: clamp(64px, 7.8vw, 100px) 0;
}

.apl-simple-feature {
  border-radius: 18px;
  border: 1px solid var(--apl-border);
  background: linear-gradient(140deg, #141a2a, #1d2538);
  padding: clamp(20px, 3vw, 30px);
}

.apl-simple-feature h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.apl-simple-lead {
  margin: 14px 0 0;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.016em;
}

.apl-simple-feature p:last-child {
  margin: 12px 0 0;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.45;
  color: var(--apl-muted);
}

.apl-incentive {
  padding: clamp(64px, 8vw, 104px) 0;
}

.apl-incentive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.apl-incentive-grid article {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(140deg, #1a1f33, #20273a);
  padding: 18px;
}

.apl-incentive-grid h3 {
  margin: 0;
  font-size: 28px;
  line-height: 0.94;
  letter-spacing: -0.02em;
}

.apl-incentive-grid p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.76);
}

.apl-contrast {
  padding: clamp(64px, 8vw, 104px) 0;
}

.apl-contrast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.apl-contrast-grid article {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(140deg, #151b2d, #1d2538);
  padding: 20px;
}

.apl-contrast-grid h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 0.94;
  letter-spacing: -0.02em;
}

.apl-contrast-grid p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.76);
}

.apl-contrast-grid .apl-inline-link {
  margin-top: 14px;
}

.apl-environment {
  padding: clamp(60px, 7.5vw, 96px) 0;
}

.apl-environment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.apl-environment-grid article {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(140deg, #141a29, #1a2132);
  padding: 16px;
}

.apl-environment-grid h3 {
  margin: 0;
  font-size: 24px;
  line-height: 0.98;
  letter-spacing: -0.018em;
}

.apl-environment-grid p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.76);
}

.apl-index {
  padding: clamp(70px, 9vw, 120px) 0;
}

.apl-index-links {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.apl-index-links > div {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 13, 22, 0.55);
  padding: 14px;
  display: grid;
  gap: 6px;
}

.apl-index-links h3 {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 248, 252, 0.62);
}

.apl-index-links a {
  font-size: 14px;
  color: #d7e3ff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .apl-battery-grid,
  .apl-continuity-grid,
  .apl-incentive-grid,
  .apl-environment-grid {
    grid-template-columns: 1fr;
  }

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

  .apl-contrast-grid,
  .apl-index-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .apl-battery-metrics {
    grid-template-columns: 1fr;
  }
}

/* --- Apple fidelity pass (homepage only) --- */
.home-main.home-apple {
  --apl-page-bg: #000;
  --apl-alt-bg: #090909;
  --apl-text: #f5f5f7;
  --apl-subtle: #a1a1a6;
  --apl-link: #2997ff;
  --apl-card-bg: #101114;
  --apl-card-border: rgba(255, 255, 255, 0.08);
  --apl-radius-xl: 34px;
  --apl-radius-lg: 28px;
  --apl-radius-md: 20px;
  --apl-shadow: 0 40px 90px rgba(0, 0, 0, 0.52);
  background: var(--apl-page-bg);
  color: var(--apl-text);
}

.home-main.home-apple .section {
  position: relative;
  padding: clamp(5.5rem, 7vw, 8.5rem) 0;
  overflow: clip;
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-main.home-apple .section.is-revealed,
.home-main.home-apple .section.section-welcome {
  opacity: 1;
  transform: none;
}

.home-main.home-apple .section.background-alt {
  background: var(--apl-alt-bg);
}

.home-main.home-apple .container {
  width: min(1120px, calc(100% - 3rem));
}

.home-main.home-apple h1,
.home-main.home-apple h2,
.home-main.home-apple h3,
.home-main.home-apple h4 {
  letter-spacing: -0.03em;
}

.home-main.home-apple p {
  color: var(--apl-subtle);
}

.home-main.home-apple .apl-hero {
  min-height: min(1120px, calc(100svh - 40px));
  display: grid;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(1150px 650px at 50% 12%, rgba(106, 121, 255, 0.2), transparent 65%),
    radial-gradient(820px 500px at 15% 28%, rgba(43, 129, 255, 0.14), transparent 72%),
    radial-gradient(820px 460px at 86% 26%, rgba(143, 65, 255, 0.14), transparent 74%),
    #000;
}

.home-main.home-apple .apl-hero-inner {
  min-height: min(640px, 64svh);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.2rem;
}

.home-main.home-apple .apl-eyebrow {
  margin: 0;
  color: #d2d2d7;
  font-size: 1rem;
  letter-spacing: 0;
}

.home-main.home-apple .apl-hero h1 {
  margin: 0;
  max-width: 16ch;
  color: #fff;
  font-size: clamp(3.1rem, 8.7vw, 7.65rem);
  line-height: 0.94;
  font-weight: 600;
}

.home-main.home-apple .apl-hero-sub {
  margin: 0;
  max-width: 54ch;
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  line-height: 1.4;
}

.home-main.home-apple .apl-hero-support {
  margin: 0;
  color: #d2d2d7;
  font-size: 0.92rem;
}

.home-main.home-apple .apl-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.home-main.home-apple .apl-btn {
  border-radius: 999px;
  padding: 0.72rem 1.28rem;
  font-size: 0.94rem;
  text-decoration: none;
  transition: transform 0.22s ease, opacity 0.22s ease, background-color 0.22s ease;
}

.home-main.home-apple .apl-btn:hover {
  transform: translateY(-1px);
}

.home-main.home-apple .apl-btn-primary {
  background: #0071e3;
  color: #fff;
}

.home-main.home-apple .apl-btn-primary:hover {
  background: #0077ed;
}

.home-main.home-apple .apl-btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.home-main.home-apple .apl-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.11);
}

.home-main.home-apple .apl-hero-stage {
  width: min(1160px, calc(100% - 2.5rem));
  margin: clamp(0.8rem, 3vw, 2.6rem) auto 0;
}

.home-main.home-apple .apl-stage-frame {
  position: relative;
  aspect-ratio: 21 / 9;
  border-radius: var(--apl-radius-xl);
  background:
    radial-gradient(180% 120% at 50% 0, rgba(80, 87, 251, 0.26), transparent 60%),
    linear-gradient(165deg, #15161a 0%, #08090c 60%, #040405 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--apl-shadow);
  overflow: hidden;
  transform: translateZ(0);
}

.home-main.home-apple .apl-stage-shimmer {
  position: absolute;
  inset: -40%;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.22) 50%, transparent 63%);
  animation: aplShimmer 11s linear infinite;
}

@keyframes aplShimmer {
  from {
    transform: translate3d(-36%, 0, 0);
  }
  to {
    transform: translate3d(36%, 0, 0);
  }
}

.home-main.home-apple .apl-stage-ring {
  position: absolute;
  inset: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  filter: blur(0.2px);
}

.home-main.home-apple .apl-stage-ring-a {
  width: 50%;
  height: 76%;
  left: 10%;
  top: 10%;
}

.home-main.home-apple .apl-stage-ring-b {
  width: 54%;
  height: 84%;
  right: 8%;
  top: 7%;
  border-color: rgba(106, 121, 255, 0.5);
}

.home-main.home-apple .apl-stage-ring-c {
  width: 72%;
  height: 108%;
  left: 14%;
  top: -9%;
  border-color: rgba(255, 255, 255, 0.13);
}

.home-main.home-apple .apl-block-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.2rem;
  margin-bottom: 2.2rem;
}

.home-main.home-apple .apl-block-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5.1vw, 4.95rem);
  line-height: 0.98;
}

.home-main.home-apple .apl-block-head > p {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  max-width: 30ch;
}

.home-main.home-apple .apl-inline-link {
  color: var(--apl-link);
  text-decoration: none;
  font-size: 1rem;
}

.home-main.home-apple .apl-inline-link:hover {
  text-decoration: underline;
}

.home-main.home-apple .apl-highlights-shell {
  display: grid;
  gap: 1rem;
}

.home-main.home-apple .apl-highlights-tabs {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.25rem 0.1rem 0.75rem;
  scrollbar-width: thin;
}

.home-main.home-apple .apl-tab {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #d2d2d7;
  padding: 0.55rem 0.95rem;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.home-main.home-apple .apl-tab.is-active {
  background: #fff;
  color: #111;
}

.home-main.home-apple .apl-highlights-panels {
  border-radius: var(--apl-radius-xl);
  border: 1px solid var(--apl-card-border);
  background: linear-gradient(180deg, #121317 0%, #090a0d 100%);
  box-shadow: var(--apl-shadow);
  min-height: clamp(430px, 52vw, 660px);
}

.home-main.home-apple .apl-highlight-panel {
  display: none;
  height: 100%;
}

.home-main.home-apple .apl-highlight-panel.is-active {
  display: block;
}

.home-main.home-apple .apl-panel-content {
  padding: clamp(1.5rem, 2.4vw, 2.4rem);
  min-height: inherit;
  display: grid;
  align-content: space-between;
  gap: 2.2rem;
}

.home-main.home-apple .apl-panel-content h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.7vw, 2.75rem);
}

.home-main.home-apple .apl-panel-content p {
  margin: 0.7rem 0 0;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  max-width: 48ch;
}

.home-main.home-apple .apl-panel-visual {
  border-radius: var(--apl-radius-lg);
  min-height: clamp(240px, 34vw, 410px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-main.home-apple .apl-panel-visual-direction {
  background:
    radial-gradient(72% 72% at 48% 34%, rgba(106, 121, 255, 0.64), rgba(12, 12, 18, 0)),
    linear-gradient(150deg, #1d2038 0%, #0b0c11 80%);
}

.home-main.home-apple .apl-panel-visual-interaction {
  background:
    radial-gradient(75% 72% at 25% 25%, rgba(0, 163, 255, 0.54), rgba(12, 12, 18, 0)),
    linear-gradient(150deg, #122131 0%, #0a0c11 78%);
}

.home-main.home-apple .apl-panel-visual-ai {
  background:
    radial-gradient(72% 66% at 68% 24%, rgba(104, 71, 255, 0.62), rgba(12, 12, 18, 0)),
    linear-gradient(150deg, #251734 0%, #0a0b12 78%);
}

.home-main.home-apple .apl-panel-visual-enterprise {
  background:
    radial-gradient(66% 66% at 48% 32%, rgba(99, 108, 121, 0.62), rgba(12, 12, 18, 0)),
    linear-gradient(150deg, #1c1f26 0%, #090a0d 78%);
}

.home-main.home-apple .apl-panel-visual-attention {
  background:
    radial-gradient(76% 66% at 56% 20%, rgba(255, 132, 0, 0.52), rgba(12, 12, 18, 0)),
    linear-gradient(150deg, #302012 0%, #0a0b0d 78%);
}

.home-main.home-apple .apl-viewer-shell {
  display: grid;
  gap: 1.05rem;
}

.home-main.home-apple .apl-viewer-stage {
  border-radius: var(--apl-radius-xl);
  background: linear-gradient(180deg, #0f1115 0%, #07080b 100%);
  border: 1px solid var(--apl-card-border);
  height: clamp(340px, 47vw, 670px);
  position: relative;
  overflow: hidden;
  transition: background 0.6s ease;
}

.home-main.home-apple .apl-viewer-stage[data-apl-theme="direction"] {
  background: radial-gradient(120% 100% at 50% 0%, rgba(72, 100, 255, 0.42), transparent 66%), linear-gradient(180deg, #101421, #080a10);
}

.home-main.home-apple .apl-viewer-stage[data-apl-theme="interaction"] {
  background: radial-gradient(120% 100% at 50% 0%, rgba(0, 163, 255, 0.33), transparent 66%), linear-gradient(180deg, #0c1a25, #080c12);
}

.home-main.home-apple .apl-viewer-stage[data-apl-theme="engineering"] {
  background: radial-gradient(120% 100% at 50% 0%, rgba(161, 176, 196, 0.26), transparent 66%), linear-gradient(180deg, #14171f, #090b0f);
}

.home-main.home-apple .apl-viewer-stage[data-apl-theme="ai"] {
  background: radial-gradient(120% 100% at 50% 0%, rgba(129, 82, 255, 0.34), transparent 66%), linear-gradient(180deg, #17112a, #080910);
}

.home-main.home-apple .apl-viewer-stage[data-apl-theme="evolution"] {
  background: radial-gradient(120% 100% at 50% 0%, rgba(255, 119, 34, 0.3), transparent 66%), linear-gradient(180deg, #21150f, #090908);
}

.home-main.home-apple .apl-viewer-screen {
  width: min(900px, calc(100% - 3.6rem));
  height: clamp(230px, 62%, 470px);
  margin: 2.1rem auto 0;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(2px);
}

.home-main.home-apple .apl-viewer-grid {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 28%, transparent 94%);
}

.home-main.home-apple .apl-viewer-base {
  width: min(980px, calc(100% - 2.4rem));
  height: 20px;
  border-radius: 0 0 40px 40px;
  margin: 0.65rem auto 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.home-main.home-apple .apl-viewer-controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.6rem;
}

.home-main.home-apple .apl-viewer-tab {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--apl-radius-md);
  background: rgba(255, 255, 255, 0.03);
  color: #e8e8ed;
  min-height: 52px;
  padding: 0.62rem 0.7rem;
  font-size: 0.78rem;
  line-height: 1.2;
  cursor: pointer;
}

.home-main.home-apple .apl-viewer-tab.is-active {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.11);
}

.home-main.home-apple .apl-viewer-copy {
  margin: 0;
  color: #d2d2d7;
  font-size: 1rem;
}

.home-main.home-apple .apl-performance-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(1rem, 3vw, 2rem);
}

.home-main.home-apple .apl-performance-visual,
.home-main.home-apple .apl-ai-card,
.home-main.home-apple .apl-battery-metrics article,
.home-main.home-apple .apl-project-card,
.home-main.home-apple .apl-tier-card,
.home-main.home-apple .apl-incentive-grid article,
.home-main.home-apple .apl-contrast-grid article,
.home-main.home-apple .apl-environment-grid article,
.home-main.home-apple .apl-values-grid article,
.home-main.home-apple .apl-simple-feature {
  border-radius: var(--apl-radius-lg);
  border: 1px solid var(--apl-card-border);
  background: var(--apl-card-bg);
}

.home-main.home-apple .apl-performance-visual {
  min-height: clamp(360px, 40vw, 540px);
  position: relative;
  overflow: hidden;
  box-shadow: var(--apl-shadow);
}

.home-main.home-apple .apl-perf-core {
  position: absolute;
  width: clamp(170px, 22vw, 250px);
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(150deg, rgba(92, 129, 255, 0.86), rgba(20, 22, 30, 0.82));
  box-shadow: 0 0 40px rgba(106, 121, 255, 0.4);
}

.home-main.home-apple .apl-perf-beam {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  animation: aplBeam 3.2s ease-in-out infinite;
}

.home-main.home-apple .apl-perf-beam-a {
  width: 82%;
  left: 9%;
  top: 32%;
}

.home-main.home-apple .apl-perf-beam-b {
  width: 74%;
  left: 13%;
  top: 50%;
  animation-delay: 0.45s;
}

.home-main.home-apple .apl-perf-beam-c {
  width: 64%;
  left: 18%;
  top: 68%;
  animation-delay: 0.9s;
}

@keyframes aplBeam {
  0%,
  100% {
    opacity: 0.25;
    transform: scaleX(0.94);
  }
  50% {
    opacity: 0.92;
    transform: scaleX(1.03);
  }
}

.home-main.home-apple .apl-performance-copy > p {
  margin-top: 0;
  font-size: clamp(1.03rem, 1.26vw, 1.15rem);
}

.home-main.home-apple .apl-chip-list {
  margin: 1rem 0 1.5rem;
  padding-left: 1.2rem;
  color: #fff;
  display: grid;
  gap: 0.42rem;
}

.home-main.home-apple .apl-performance-cards {
  display: grid;
  gap: 0.7rem;
}

.home-main.home-apple .apl-performance-cards article {
  border-radius: var(--apl-radius-md);
  border: 1px solid var(--apl-card-border);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.95rem 1rem;
}

.home-main.home-apple .apl-performance-cards h3 {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
}

.home-main.home-apple .apl-performance-cards p {
  margin: 0.35rem 0 0;
  font-size: 0.93rem;
}

.home-main.home-apple .apl-ai-grid,
.home-main.home-apple .apl-battery-grid,
.home-main.home-apple .apl-contrast-grid,
.home-main.home-apple .apl-incentive-grid,
.home-main.home-apple .apl-environment-grid,
.home-main.home-apple .apl-project-grid,
.home-main.home-apple .apl-values-grid,
.home-main.home-apple .apl-tier-grid,
.home-main.home-apple .apl-continuity-grid,
.home-main.home-apple .apl-capability-grid,
.home-main.home-apple .apl-index-links {
  display: grid;
  gap: 0.85rem;
}

.home-main.home-apple .apl-ai-grid {
  grid-template-columns: 1.15fr 1fr 1fr;
}

.home-main.home-apple .apl-ai-intro {
  padding: 1.5rem 0.2rem 0;
}

.home-main.home-apple .apl-ai-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.8rem);
}

.home-main.home-apple .apl-ai-intro h3 {
  margin: 0.5rem 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.65rem);
}

.home-main.home-apple .apl-ai-intro p {
  margin: 1rem 0;
  max-width: 46ch;
}

.home-main.home-apple .apl-ai-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.home-main.home-apple .apl-ai-tags span {
  border-radius: 999px;
  padding: 0.45rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #d2d2d7;
  font-size: 0.78rem;
}

.home-main.home-apple .apl-ai-card {
  padding: 1.2rem 1.2rem 1.35rem;
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    var(--apl-card-bg);
}

.home-main.home-apple .apl-ai-card h4 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
}

.home-main.home-apple .apl-ai-card p {
  margin: 0.65rem 0 0;
  font-size: 0.96rem;
}

.home-main.home-apple .apl-battery-grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.home-main.home-apple .apl-battery-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.8rem);
}

.home-main.home-apple .apl-battery-lead {
  margin: 0.65rem 0 0;
  color: #fff;
  font-size: clamp(1.3rem, 2.4vw, 2.15rem);
}

.home-main.home-apple .apl-battery-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-main.home-apple .apl-battery-metrics article {
  padding: 1.25rem;
  display: grid;
  gap: 0.28rem;
  align-content: start;
}

.home-main.home-apple .apl-battery-metrics strong {
  color: #fff;
  font-size: clamp(1.8rem, 3.1vw, 3rem);
  line-height: 0.95;
}

.home-main.home-apple .apl-battery-metrics span {
  color: #d2d2d7;
  font-size: 0.88rem;
}

.home-main.home-apple .apl-macos-shell {
  border-radius: var(--apl-radius-xl);
  border: 1px solid var(--apl-card-border);
  background: linear-gradient(160deg, #191a20 0%, #0a0c11 72%);
  min-height: clamp(190px, 21vw, 280px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.4rem;
}

.home-main.home-apple .apl-macos-shell p {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
}

.home-main.home-apple .apl-continuity-grid,
.home-main.home-apple .apl-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-main.home-apple .apl-continuity-grid article,
.home-main.home-apple .apl-capability-grid article,
.home-main.home-apple .apl-values-grid article {
  border-radius: var(--apl-radius-md);
  border: 1px solid var(--apl-card-border);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 1rem;
  min-height: 100px;
  display: grid;
  place-items: end start;
}

.home-main.home-apple .apl-project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-main.home-apple .apl-project-card {
  overflow: hidden;
  min-height: 440px;
}

.home-main.home-apple .apl-project-visual {
  min-height: 280px;
}

.home-main.home-apple .apl-project-visual-fewo {
  background:
    radial-gradient(72% 62% at 38% 26%, rgba(112, 180, 255, 0.44), transparent 75%),
    linear-gradient(145deg, #11262d, #0b0f14 75%);
}

.home-main.home-apple .apl-project-visual-drift {
  background:
    radial-gradient(72% 62% at 64% 22%, rgba(116, 98, 255, 0.4), transparent 75%),
    linear-gradient(145deg, #201a37, #0b0d14 75%);
}

.home-main.home-apple .apl-project-visual-museum {
  background:
    radial-gradient(72% 62% at 36% 22%, rgba(255, 180, 126, 0.34), transparent 75%),
    linear-gradient(145deg, #2a1c16, #0f0d0b 75%);
}

.home-main.home-apple .apl-project-copy {
  padding: 1rem 1.1rem 1.2rem;
}

.home-main.home-apple .apl-project-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
}

.home-main.home-apple .apl-project-copy p {
  margin: 0.55rem 0 0;
  font-size: 0.95rem;
}

.home-main.home-apple .apl-projects-cta-wrap {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.home-main.home-apple .apl-simple-feature {
  padding: clamp(1.4rem, 2vw, 2.1rem);
}

.home-main.home-apple .apl-simple-feature h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
}

.home-main.home-apple .apl-simple-lead {
  margin: 0.45rem 0 0;
  color: #fff;
  font-size: clamp(1.15rem, 1.9vw, 1.66rem);
}

.home-main.home-apple .apl-simple-feature > p:last-child {
  margin: 0.72rem 0 0;
}

.home-main.home-apple .apl-tier-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-main.home-apple .apl-tier-card {
  padding: 1.2rem;
}

.home-main.home-apple .apl-tier-card.is-featured {
  border-color: rgba(41, 151, 255, 0.62);
  box-shadow: 0 0 0 1px rgba(41, 151, 255, 0.25) inset;
}

.home-main.home-apple .apl-tier-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
}

.home-main.home-apple .apl-tier-price {
  margin: 0.45rem 0 0;
  color: #fff;
  font-size: 1.35rem;
}

.home-main.home-apple .apl-tier-card p {
  margin: 0.5rem 0 0;
}

.home-main.home-apple .apl-incentive-grid,
.home-main.home-apple .apl-environment-grid,
.home-main.home-apple .apl-values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-main.home-apple .apl-incentive-grid article,
.home-main.home-apple .apl-contrast-grid article,
.home-main.home-apple .apl-environment-grid article {
  padding: 1.12rem;
}

.home-main.home-apple .apl-incentive-grid h3,
.home-main.home-apple .apl-contrast-grid h3,
.home-main.home-apple .apl-environment-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
}

.home-main.home-apple .apl-incentive-grid p,
.home-main.home-apple .apl-contrast-grid p,
.home-main.home-apple .apl-environment-grid p {
  margin: 0.5rem 0 0;
  font-size: 0.94rem;
}

.home-main.home-apple .apl-contrast-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-main.home-apple .apl-values-note {
  margin: 1rem auto 0;
  text-align: center;
  max-width: 62ch;
  font-size: 1.05rem;
}

.home-main.home-apple .apl-final-inner {
  text-align: center;
  border-radius: var(--apl-radius-xl);
  border: 1px solid var(--apl-card-border);
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(0, 113, 227, 0.32), transparent 75%),
    #0b0f18;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.2rem, 3vw, 2.4rem);
}

.home-main.home-apple .apl-final-inner h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: 0.98;
}

.home-main.home-apple .apl-final-inner p {
  margin: 1rem auto 0;
  max-width: 56ch;
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
}

.home-main.home-apple .apl-index-links {
  margin-top: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-main.home-apple .apl-index-links > div {
  border-radius: var(--apl-radius-md);
  border: 1px solid var(--apl-card-border);
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem;
  display: grid;
  gap: 0.35rem;
}

.home-main.home-apple .apl-index-links h3 {
  margin: 0 0 0.22rem;
  color: #fff;
  font-size: 0.96rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-main.home-apple .apl-index-links a {
  color: #d2d2d7;
  text-decoration: none;
  font-size: 0.95rem;
}

.home-main.home-apple .apl-index-links a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .home-main.home-apple .apl-ai-grid,
  .home-main.home-apple .apl-performance-grid,
  .home-main.home-apple .apl-battery-grid {
    grid-template-columns: 1fr;
  }

  .home-main.home-apple .apl-viewer-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-main.home-apple .apl-project-grid,
  .home-main.home-apple .apl-tier-grid,
  .home-main.home-apple .apl-continuity-grid,
  .home-main.home-apple .apl-capability-grid,
  .home-main.home-apple .apl-incentive-grid,
  .home-main.home-apple .apl-environment-grid,
  .home-main.home-apple .apl-values-grid,
  .home-main.home-apple .apl-index-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-main.home-apple .container {
    width: min(1120px, calc(100% - 1.4rem));
  }

  .home-main.home-apple .section {
    padding: 4.25rem 0;
  }

  .home-main.home-apple .apl-block-head {
    display: grid;
    gap: 0.7rem;
  }

  .home-main.home-apple .apl-hero {
    min-height: auto;
    padding-top: 5.25rem;
  }

  .home-main.home-apple .apl-hero-inner {
    min-height: auto;
  }

  .home-main.home-apple .apl-hero h1 {
    font-size: clamp(2.3rem, 12.5vw, 3.7rem);
  }

  .home-main.home-apple .apl-hero-sub {
    font-size: 1rem;
  }

  .home-main.home-apple .apl-highlights-panels {
    min-height: 520px;
  }

  .home-main.home-apple .apl-viewer-controls {
    grid-template-columns: 1fr;
  }

  .home-main.home-apple .apl-battery-metrics {
    grid-template-columns: 1fr;
  }

  .home-main.home-apple .apl-project-grid,
  .home-main.home-apple .apl-tier-grid,
  .home-main.home-apple .apl-continuity-grid,
  .home-main.home-apple .apl-capability-grid,
  .home-main.home-apple .apl-incentive-grid,
  .home-main.home-apple .apl-environment-grid,
  .home-main.home-apple .apl-values-grid,
  .home-main.home-apple .apl-contrast-grid,
  .home-main.home-apple .apl-index-links {
    grid-template-columns: 1fr;
  }

  .home-main.home-apple .apl-project-card {
    min-height: 360px;
  }

  .home-main.home-apple .apl-project-visual {
    min-height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-main.home-apple .section {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-main.home-apple .apl-stage-shimmer,
  .home-main.home-apple .apl-perf-beam {
    animation: none;
  }
}
