:root {
  --navy: #24211d;
  --navy-soft: #353029;
  --cream: #f5f0e7;
  --cream-deep: #e7dccd;
  --ink: #211f1b;
  --gold: #c66b3b;
  --gold-dark: #994621;
  --gold-light: #e6aa88;
  --white: #fffaf3;
  --muted: #6d675f;
  --line: rgba(33, 31, 27, 0.16);
  --light-line: rgba(255, 255, 255, 0.17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 220px 1fr 54px;
  align-items: center;
  padding: 20px clamp(22px, 4vw, 68px);
  color: var(--white);
  transition: color 220ms ease, background 220ms ease, padding 220ms ease;
}

.site-header.scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--ink);
  background: rgba(243, 238, 228, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  flex-direction: column;
  width: max-content;
  line-height: 1;
}

.brand span {
  font-family: var(--serif);
  font-size: 27px;
  letter-spacing: 0.24em;
}

.brand small {
  margin-top: 7px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.3vw, 38px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-nav a:not(.nav-contact) {
  position: relative;
}

.site-nav a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-contact {
  padding: 12px 18px;
  color: var(--navy);
  background: var(--gold);
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
}

.menu-button span {
  display: block;
  width: 25px;
  height: 1px;
  margin: 7px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.section {
  padding: clamp(72px, 7vw, 112px) clamp(22px, 6vw, 100px);
}

.micro-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.micro-label.dark {
  color: var(--navy);
}

.micro-label.gold {
  color: var(--gold-light);
}

.section-tag {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.section-tag span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 16px;
}

.section-tag p {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.light-tag {
  border-color: var(--light-line);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(470px, 0.92fr) minmax(520px, 1.08fr);
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero::before {
  position: absolute;
  top: -10vw;
  left: -7vw;
  width: 45vw;
  height: 45vw;
  content: "";
  border: 1px solid rgba(209, 161, 75, 0.2);
  border-radius: 50%;
}

.hero::after {
  position: absolute;
  bottom: -18vw;
  left: 15vw;
  width: 50vw;
  height: 50vw;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.hero-noise {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 115px 5vw 65px;
}

.hero h1 {
  margin: 26px 0 0;
  font-family: var(--serif);
  font-size: clamp(68px, 6.5vw, 110px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 .hero-kicker-line {
  font-size: 0.39em;
  line-height: 1.05;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.hero h1 .hero-origin-line {
  margin-left: 0.12em;
  color: var(--gold);
  font-size: 0.82em;
  font-weight: 400;
}

.hero h1 .hero-promise-line {
  font-size: 0.53em;
  line-height: 0.95;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.hero-intro {
  max-width: 585px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(15px, 1.2vw, 18px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 30px;
}

.hero-email {
  width: max-content;
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 22px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-email span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-email strong {
  font-family: var(--serif);
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 400;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 56px;
  padding: 0 26px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.button-gold {
  color: var(--navy);
  background: var(--gold);
}

.line-link {
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 86px 4vw 72px 0;
}

.hero-main-image {
  height: 100%;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}

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

.hero-plan-card {
  position: absolute;
  right: 1.7vw;
  bottom: 7.2vh;
  width: min(26vw, 390px);
  margin: 0;
  padding: 9px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.32);
  transform: rotate(-3deg);
}

.hero-plan-card img {
  width: 100%;
  aspect-ratio: 1.48 / 1;
  object-fit: contain;
  background: var(--white);
}

.hero-plan-card figcaption {
  padding: 9px 5px 2px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-stamp {
  position: absolute;
  top: 16vh;
  left: 24px;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.hero-stamp strong {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
}

.hero-stamp span {
  font-size: 8px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-index {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 21px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.ticker {
  overflow: hidden;
  color: var(--navy);
  background: var(--gold);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 17px 0;
  animation: ticker 28s linear infinite;
}

.ticker span {
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 29px);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.ticker i {
  width: 7px;
  height: 7px;
  background: var(--navy);
  border-radius: 50%;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.manifesto {
  background: var(--cream);
}

.manifesto-head {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  align-items: start;
  gap: 70px;
  padding: clamp(48px, 5vw, 72px) 0;
}

.manifesto h2,
.capability-content h2,
.resource-network h2,
.team-intro h2,
.proposal-heading h2,
.process-title h2,
.consultation-statement h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5.4vw, 86px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.manifesto-grid article {
  min-height: 240px;
  padding: 28px clamp(24px, 3vw, 42px) 32px;
  border-right: 1px solid var(--line);
}

.manifesto-grid article:last-child {
  border-right: 0;
}

.manifesto-grid strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.manifesto-grid h3 {
  margin: 45px 0 14px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1;
}

.manifesto-grid p {
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.impact-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 35px;
  padding-top: 40px;
}

.impact-line p,
.impact-line strong {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 400;
}

.impact-line strong {
  color: var(--gold);
}

.capabilities {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  color: var(--white);
  background: var(--navy);
}

.capability-visual {
  position: relative;
  min-height: 750px;
  overflow: hidden;
}

.capability-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(7, 22, 40, 0.8), transparent 45%);
}

.capability-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-caption {
  position: absolute;
  z-index: 2;
  right: 55px;
  bottom: 50px;
  left: 55px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.image-caption span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.image-caption strong {
  max-width: 320px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.05;
  text-align: right;
}

.capability-content {
  align-self: center;
  padding: 100px clamp(40px, 6vw, 105px);
}

.capability-content h2 {
  margin-top: 24px;
  font-size: clamp(42px, 4.8vw, 76px);
}

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

.capability-list article {
  display: grid;
  grid-template-columns: 45px 0.45fr 1fr;
  align-items: baseline;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--light-line);
  transition: padding 180ms ease, color 180ms ease;
}

.capability-list article:hover {
  padding-right: 12px;
  padding-left: 12px;
  color: var(--gold-light);
}

.capability-list span {
  color: var(--gold);
  font-family: var(--serif);
}

.capability-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.capability-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
}

.resource-network {
  color: var(--navy);
  background: var(--cream);
}

.resource-network-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(50px, 9vw, 145px);
  align-items: end;
  margin-bottom: clamp(60px, 8vw, 110px);
}

.resource-network h2 {
  margin-top: 25px;
}

.resource-network-intro > p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.resource-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-top: 28px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.resource-proof-line span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 65px 22px;
}

.resource-card {
  min-width: 0;
}

.resource-card-featured {
  grid-column: 1 / -1;
}

.resource-images {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 8px;
}

.resource-card-featured .resource-images {
  grid-template-columns: 1.45fr 0.55fr;
}

.resource-images figure {
  position: relative;
  min-width: 0;
  height: clamp(310px, 37vw, 570px);
  margin: 0;
  overflow: hidden;
  background: var(--cream-deep);
}

.resource-card:not(.resource-card-featured) .resource-images figure {
  height: clamp(280px, 28vw, 430px);
}

.resource-images img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms ease;
}

.resource-card:hover .resource-images img {
  transform: scale(1.025);
}

.resource-images figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(7, 22, 40, 0.78);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-card-copy {
  display: grid;
  grid-template-columns: 0.52fr 1fr;
  gap: 22px;
  padding-top: 24px;
  border-top: 1px solid var(--navy);
}

.resource-card-copy > span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-card-copy h3 {
  grid-column: 2;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 0.98;
}

.resource-card-copy p {
  grid-column: 2;
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

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

.factory-proof-card {
  min-width: 0;
}

.factory-proof-card header {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  min-height: 105px;
  padding: 18px 0;
  border-top: 1px solid var(--navy);
}

.factory-proof-card header > span {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 19px;
}

.factory-proof-card h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(22px, 1.8vw, 29px);
  font-weight: 400;
  line-height: 1;
}

.factory-proof-card header p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.factory-proof-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: clamp(150px, 14vw, 230px);
  gap: 5px;
}

.factory-proof-images figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--cream-deep);
}

.factory-proof-images img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 650ms ease;
}

.factory-proof-card:hover .factory-proof-images img {
  transform: scale(1.025);
}

.factory-proof-images figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 7px 9px;
  color: var(--white);
  background: rgba(7, 22, 40, 0.78);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showroom-videos {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.82), rgba(231, 220, 205, 0.72)),
    var(--cream);
}

.showroom-videos-heading {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(42px, 8vw, 130px);
  align-items: end;
  margin-bottom: 46px;
}

.showroom-videos-heading h2 {
  max-width: 780px;
  margin: 22px 0 0;
  font-family: var(--sans);
  font-size: clamp(42px, 5.6vw, 84px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.showroom-videos-heading > p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

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

.showroom-video-card {
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid var(--navy);
}

.showroom-video-frame {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.showroom-video-frame video {
  width: 100%;
  aspect-ratio: 9 / 14;
  display: block;
  object-fit: cover;
}

.showroom-video-frame span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(36, 33, 29, 0.72);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.showroom-video-card h3 {
  margin: 18px 0 10px;
  font-family: var(--serif);
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 400;
  line-height: 1;
}

.showroom-video-card p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.showroom-videos-note {
  max-width: 820px;
  margin: 36px 0 0;
  padding-top: 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 10px;
  line-height: 1.45;
}

.execution-proof {
  color: var(--white);
  background: var(--navy);
}

.execution-proof-heading {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: clamp(45px, 9vw, 140px);
  align-items: end;
  margin-bottom: 45px;
}

.execution-proof-heading h2,
.compact-cases-heading h2 {
  margin: 24px 0 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5.2vw, 82px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.execution-proof-heading > p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

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

.execution-proof-grid figure {
  margin: 0;
  border: 1px solid var(--light-line);
}

.execution-proof-grid img {
  width: 100%;
  aspect-ratio: 1.15;
  display: block;
  object-fit: cover;
}

.execution-proof-grid figcaption {
  min-height: 125px;
  padding: 20px;
}

.execution-proof-grid figcaption span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: var(--serif);
}

.execution-proof-grid figcaption strong {
  display: block;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
}

.execution-proof-grid figcaption p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.execution-proof-note {
  max-width: 880px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  line-height: 1.45;
}

.project-desk {
  color: var(--ink);
  background: var(--cream-deep);
}

.project-desk-heading {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(40px, 7vw, 120px);
  align-items: end;
  margin-bottom: 42px;
}

.project-desk-heading h2 {
  max-width: 760px;
  margin: 22px 0 0;
  font-family: var(--sans);
  font-size: clamp(42px, 5.4vw, 84px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.project-desk-heading > p {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

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

.project-desk-grid article {
  min-height: 250px;
  padding: clamp(24px, 2.6vw, 36px);
  background: rgba(255, 250, 243, 0.56);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-desk-grid span {
  display: block;
  margin-bottom: 48px;
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 17px;
}

.project-desk-grid h3 {
  margin: 0;
  max-width: 260px;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.project-desk-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.client-proof {
  color: var(--white);
  background: var(--navy);
}

.client-proof-heading {
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  gap: clamp(45px, 9vw, 140px);
  align-items: end;
  margin-bottom: 48px;
}

.client-proof-heading h2 {
  max-width: 980px;
  margin: 20px 0 0;
  font-family: var(--sans);
  font-size: clamp(42px, 5.5vw, 84px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.client-proof-heading > p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 250, 243, 0.64);
  font-size: 14px;
  line-height: 1.8;
}

.client-proof-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 580px), 1fr));
  gap: 14px;
  align-items: start;
}

.client-proof-card {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  overflow: hidden;
  background: rgba(255, 250, 243, 0.055);
  border: 1px solid var(--light-line);
}

.client-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: clamp(300px, 27vw, 340px);
  padding: clamp(28px, 3vw, 42px);
  border-bottom: 1px solid var(--light-line);
}

.client-proof-copy span {
  display: block;
  margin-bottom: 0;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 15px;
}

.client-proof-copy h3 {
  max-width: 560px;
  margin: 28px 0 0;
  font-size: clamp(25px, 2.25vw, 36px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.client-proof-copy p {
  max-width: 480px;
  margin: 24px 0 0;
  color: rgba(255, 250, 243, 0.62);
  font-size: 12px;
  line-height: 1.75;
}

.client-proof-gallery {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: clamp(300px, 23vw, 360px) clamp(145px, 11vw, 185px);
  gap: 8px;
  padding: 8px;
}

.client-proof-gallery figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--navy-soft);
}

.client-proof-gallery .client-proof-main {
  grid-column: 1 / -1;
  grid-row: auto;
}

.client-proof-gallery img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.client-proof-gallery figure:hover img {
  transform: scale(1.035);
}

.client-proof-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 11px 12px;
  color: var(--white);
  background: rgba(36, 33, 29, 0.74);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.client-proof-gallery-visit {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-proof-note {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 30px;
  max-width: 960px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--light-line);
}

.client-proof-note strong {
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.client-proof-note p {
  margin: 0;
  color: rgba(255, 250, 243, 0.58);
  font-size: 12px;
  line-height: 1.65;
}

.compact-cases {
  color: var(--navy);
  background: var(--cream-deep);
}

.compact-cases-heading {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  gap: clamp(45px, 9vw, 140px);
  align-items: end;
  margin-bottom: 50px;
}

.compact-cases-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.compact-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.compact-case-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
}

.compact-case-main {
  position: relative;
  height: clamp(260px, 24vw, 350px);
  overflow: hidden;
}

.compact-case-main::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(7, 22, 40, 0.72), transparent 48%);
}

.compact-case-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.compact-case-main > div {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 25px;
  left: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
}

.compact-case-main span,
.compact-case-type,
.compact-case-output span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.compact-case-main strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.compact-case-copy {
  padding: 26px;
}

.compact-case-type {
  margin: 0 0 14px;
  color: var(--gold-dark);
}

.compact-case-copy h3 {
  max-width: 590px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 400;
  line-height: 0.98;
}

.compact-case-copy ul {
  padding: 0;
  margin: 24px 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.compact-case-copy li {
  padding: 10px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.compact-case-output {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.compact-case-output span {
  margin-right: 12px;
  color: var(--navy);
}

.compact-case-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 0 5px 5px;
}

.compact-case-thumbs img {
  width: 100%;
  aspect-ratio: 1.5;
  display: block;
  object-fit: cover;
}

.team {
  color: var(--white);
  background: #030c16;
}

.team-intro {
  display: grid;
  grid-template-columns: 0.5fr 1.2fr 0.5fr;
  align-items: end;
  gap: 55px;
  margin-bottom: 55px;
}

.team-intro h2 span {
  color: var(--gold);
}

.team-intro > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.team-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: clamp(8px, 1.4vw, 22px);
}

.team-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--navy-soft);
}

.team-card:nth-child(n + 5) {
  margin-top: 0;
}

.team-card-shift {
  margin-top: 0;
}

.team-card img {
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
  object-position: center 19%;
  filter: grayscale(0.25) saturate(0.78) contrast(1.02);
  transition: filter 350ms ease, transform 500ms ease;
}

.team-card:hover img {
  filter: grayscale(0) saturate(1);
  transform: scale(1.035);
}

.team-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 18px;
  background: linear-gradient(0deg, rgba(3, 12, 22, 0.94), rgba(3, 12, 22, 0.05));
}

.team-card figcaption span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 12px;
}

.team-card figcaption strong {
  font-family: var(--serif);
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 400;
}

.team-note {
  max-width: 980px;
  margin: 60px 0 0 auto;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(26px, 3.1vw, 44px);
  line-height: 0.98;
  text-align: right;
}

.case-studies {
  overflow: hidden;
  background: var(--cream);
}

.case-heading {
  display: grid;
  grid-template-columns: 0.4fr 1.2fr 0.4fr;
  align-items: end;
  gap: 55px;
  margin-bottom: clamp(80px, 10vw, 155px);
}

.case-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5.4vw, 84px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.case-heading h2 em {
  color: var(--gold);
  font-weight: 400;
}

.case-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.case-study {
  position: relative;
  margin: 0 calc(clamp(22px, 6vw, 100px) * -1);
  padding: 0 clamp(22px, 6vw, 100px) clamp(110px, 13vw, 210px);
}

.case-study + .case-study {
  padding-top: clamp(110px, 13vw, 210px);
}

.case-study-usa {
  color: var(--white);
  background: #09131f;
}

.case-study-mauritius {
  color: var(--ink);
  background: #e6ded1;
}

.case-hero {
  position: relative;
  height: min(78vw, 880px);
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

.case-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(3, 12, 22, 0.72));
  pointer-events: none;
}

.case-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.case-study:hover .case-hero img {
  transform: scale(1.018);
}

.case-index {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 38px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(46px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
}

.case-location {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 35px;
  left: 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 18px;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.case-location span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.case-location strong {
  font-family: var(--serif);
  font-size: clamp(21px, 2.3vw, 34px);
  font-weight: 400;
}

.case-intro {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  align-items: end;
  gap: clamp(45px, 8vw, 125px);
  padding: clamp(65px, 8vw, 115px) 0;
}

.case-title > p {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.case-title h3 {
  max-width: 1120px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 78px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.case-lede {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.case-study-mauritius .case-lede {
  color: var(--muted);
}

.case-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: clamp(65px, 8vw, 115px);
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.case-study-mauritius .case-facts {
  border-color: var(--line);
}

.case-facts > div {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 25px;
  border-right: 1px solid var(--light-line);
}

.case-study-mauritius .case-facts > div {
  border-color: var(--line);
}

.case-facts > div:last-child {
  border-right: 0;
}

.case-facts span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.case-facts strong {
  max-width: 250px;
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 400;
  line-height: 1.08;
}

.case-context {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: clamp(65px, 8vw, 115px);
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.case-study-mauritius .case-context {
  border-color: var(--line);
}

.case-context article {
  min-height: 370px;
  padding: clamp(35px, 5vw, 72px);
  border-right: 1px solid var(--light-line);
}

.case-study-mauritius .case-context article {
  border-color: var(--line);
}

.case-context article:last-child {
  border-right: 0;
}

.case-context-kicker {
  margin: 0 0 55px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.case-context h4 {
  max-width: 620px;
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(26px, 2.7vw, 40px);
  font-weight: 400;
  line-height: 1;
}

.case-context article > p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.case-study-mauritius .case-context article > p:last-child {
  color: var(--muted);
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.case-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.case-gallery-wide {
  grid-column: 1 / -1;
}

.case-gallery img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  aspect-ratio: 1.25;
  object-fit: cover;
  transition: transform 600ms ease;
}

.case-gallery-wide img {
  min-height: 620px;
  aspect-ratio: 2 / 1;
}

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

.case-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 45px 22px 18px;
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: linear-gradient(0deg, rgba(3, 12, 22, 0.85), transparent);
}

.case-gallery-mauritius {
  grid-template-columns: 0.85fr 1.15fr;
}

.case-gallery-mauritius .case-plan {
  grid-row: span 2;
}

.case-gallery-mauritius .case-plan img {
  min-height: 936px;
  object-fit: contain;
  background: #f8f5ef;
}

.case-proof {
  margin-top: clamp(85px, 10vw, 150px);
}

.case-proof-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: clamp(45px, 9vw, 145px);
  margin-bottom: clamp(45px, 6vw, 85px);
}

.case-proof-heading h4 {
  max-width: 870px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.case-proof-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.case-study-mauritius .case-proof-heading > p {
  color: var(--muted);
}

.case-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(285px, 22vw);
  gap: 16px;
}

.case-proof-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #101a25;
}

.case-proof-grid figure::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 12, 22, 0.82), transparent);
  pointer-events: none;
}

.case-proof-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.case-proof-grid figure:hover img {
  transform: scale(1.025);
}

.case-proof-grid figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-proof-grid figcaption span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.case-proof-grid-usa .case-proof-plan {
  grid-column: span 2;
  grid-row: span 2;
}

.case-proof-grid-usa figure:nth-child(4) {
  grid-column: span 2;
}

.case-proof-plan img {
  padding: 26px;
  object-fit: contain;
  background: #f6f2eb;
}

.case-proof-grid-mauritius .case-proof-kitchen {
  grid-column: span 2;
}

.case-proof-grid-mauritius .case-proof-bedroom {
  grid-row: span 2;
}

.case-proof-material img {
  object-fit: cover;
}

.case-proof-grid-mauritius .case-proof-material:last-child {
  grid-column: 1 / -1;
}

.case-challenge-preview {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: clamp(45px, 8vw, 125px);
  margin-top: clamp(75px, 9vw, 130px);
  padding: clamp(38px, 5vw, 68px) 0;
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.case-study-mauritius .case-challenge-preview {
  border-color: var(--line);
}

.case-challenge-heading h4 {
  max-width: 640px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 2.8vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.case-challenge-preview ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.case-challenge-preview li {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  border-top: 1px solid var(--light-line);
}

.case-study-mauritius .case-challenge-preview li {
  border-color: var(--line);
}

.case-challenge-preview li:last-child {
  border-bottom: 1px solid var(--light-line);
}

.case-study-mauritius .case-challenge-preview li:last-child {
  border-color: var(--line);
}

.case-challenge-preview li span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 19px;
}

.case-challenge-preview li strong {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 400;
}

.case-story {
  margin-top: 0;
  border-bottom: 1px solid var(--light-line);
}

.case-study-mauritius .case-story {
  border-color: var(--line);
}

.case-story summary {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 34px);
  list-style: none;
}

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

.case-story summary span {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 300;
  transition: transform 220ms ease;
}

.case-story[open] summary span {
  transform: rotate(45deg);
}

.case-story-body {
  padding: 25px 0 85px;
}

.case-story-opening {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(50px, 9vw, 145px);
  padding: 25px 0 clamp(65px, 8vw, 105px);
}

.case-story-label {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.case-story h4 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 400;
  line-height: 0.98;
}

.case-story-copy {
  columns: 2;
  column-gap: 45px;
}

.case-story-copy p {
  break-inside: avoid;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.case-study-mauritius .case-story-copy p {
  color: var(--muted);
}

.case-problems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.case-study-mauritius .case-problems {
  border-color: var(--line);
}

.case-problem {
  position: relative;
  min-height: 510px;
  padding: clamp(32px, 4.5vw, 65px);
  border-right: 1px solid var(--light-line);
}

.case-study-mauritius .case-problem {
  border-color: var(--line);
}

.case-problem:last-child {
  border-right: 0;
}

.case-problem-number {
  display: block;
  margin-bottom: 60px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 0.8;
}

.case-problem h5 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 400;
  line-height: 1.02;
}

.case-problem > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.case-problem > p:last-child strong {
  color: var(--white);
  font-weight: 600;
}

.case-study-mauritius .case-problem > p:last-child {
  color: var(--muted);
}

.case-study-mauritius .case-problem > p:last-child strong {
  color: var(--ink);
}

.case-outcome {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: clamp(35px, 7vw, 105px);
  align-items: start;
  padding: clamp(65px, 8vw, 110px) 0 20px;
}

.case-outcome > p:nth-child(2) {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.case-study-mauritius .case-outcome > p:nth-child(2) {
  color: var(--muted);
}

.case-outcome > strong {
  grid-column: 2;
  max-width: 900px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(27px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.case-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  margin-top: clamp(70px, 8vw, 120px);
  padding: clamp(42px, 6vw, 82px);
  color: var(--white);
  background: var(--navy);
}

.case-cta h3 {
  max-width: 900px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.8vw, 56px);
  font-weight: 400;
  line-height: 0.98;
}

.process {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(60px, 10vw, 165px);
  color: var(--white);
  background: var(--navy);
}

.process-title {
  position: sticky;
  top: 125px;
  align-self: start;
}

.process-title h2 {
  margin-top: 26px;
  font-size: clamp(42px, 4.8vw, 74px);
}

.process-detail {
  min-width: 0;
}

.process-track {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-track li {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  min-height: 105px;
  padding: 20px 0;
  border-top: 1px solid var(--light-line);
}

.process-track li:last-child {
  border-bottom: 1px solid var(--light-line);
}

.process-track li::before {
  position: absolute;
  top: 0;
  left: 29px;
  width: 1px;
  height: 100%;
  content: "";
  background: var(--light-line);
}

.process-track span {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-family: var(--serif);
}

.process-track h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.3vw, 35px);
  font-weight: 400;
}

.process-track p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.service-stages {
  display: none;
}

.service-stages-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.service-stages-heading > span,
.plan-input span,
.plan-list-label,
.plan-fit span,
.payment-heading > span,
.field-evidence-card figcaption > span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-stages-heading > span {
  color: var(--gold);
}

.service-stages-heading p {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-align: right;
}

.service-stage-list {
  border-bottom: 1px solid var(--light-line);
}

.service-stage-list article {
  display: grid;
  grid-template-columns: 140px minmax(150px, 0.72fr) 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 24px 0;
  border-top: 1px solid var(--light-line);
}

.service-stage-list article > span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-stage-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.service-stage-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.trust-support {
  color: var(--navy);
  background: var(--cream);
}

.trust-support-heading {
  display: grid;
  grid-template-columns: 1fr 0.48fr;
  gap: clamp(45px, 8vw, 125px);
  align-items: end;
  margin-bottom: 40px;
}

.trust-support-heading h2 {
  margin: 16px 0 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.4vw, 66px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.trust-support-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.trust-support-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
  align-items: stretch;
}

.faq-list {
  border-top: 1px solid var(--navy);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 68px;
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  gap: 15px;
  align-items: center;
  padding: 13px 4px;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 17px;
}

.faq-list summary strong {
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 1.05;
}

.faq-list summary i {
  position: relative;
  width: 17px;
  height: 17px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 15px;
  height: 1px;
  content: "";
  background: var(--navy);
  transition: transform 180ms ease;
}

.faq-list summary i::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details > p {
  max-width: 660px;
  margin: -2px 38px 22px 57px;
  color: var(--muted);
  font-size: 12px;
}

.after-sales-card {
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.after-sales-visuals {
  height: 155px;
  display: grid;
  grid-template-columns: 1.35fr 0.82fr 0.82fr;
  grid-template-rows: 1fr;
  gap: 4px;
  padding: 4px;
}

.after-sales-visuals img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.after-sales-copy {
  padding: clamp(26px, 2.8vw, 36px);
}

.after-sales-copy h3 {
  margin: 13px 0 20px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.4vw, 35px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.after-sales-copy ol {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--light-line);
}

.after-sales-copy li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--light-line);
}

.after-sales-copy li > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 16px;
}

.after-sales-copy li strong {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.after-sales-copy li p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
}

.after-sales-boundary {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
  line-height: 1.7;
}

.consultation {
  background: var(--cream-deep);
}

.consultation-statement {
  display: grid;
  grid-template-columns: 0.35fr 1.25fr 0.4fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 50px;
}

.consultation-statement > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.plan-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 3.5vw, 46px);
  background: var(--white);
  border: 1px solid var(--line);
}

.plan-card-featured {
  color: var(--white);
  background: var(--navy);
}

.plan-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid currentColor;
}

.plan-top p {
  margin: 0;
  font-family: var(--serif);
  font-size: 27px;
}

.plan-top span {
  max-width: 180px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.plan-card-featured .plan-top span {
  color: rgba(255, 255, 255, 0.5);
}

.plan-price {
  margin: 36px 0 24px;
  font-family: var(--serif);
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 0.8;
}

.plan-price small {
  margin-right: 12px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.plan-input {
  margin-bottom: 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.plan-card-featured .plan-input {
  border-color: var(--light-line);
}

.plan-input span,
.plan-list-label,
.plan-fit span {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-dark);
}

.plan-card-featured .plan-input span,
.plan-card-featured .plan-list-label,
.plan-card-featured .plan-fit span {
  color: var(--gold);
}

.plan-input p,
.plan-fit {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.plan-card-featured .plan-input p,
.plan-card-featured .plan-fit {
  color: rgba(255, 255, 255, 0.58);
}

.plan-list-label {
  margin: 0;
}

.plan-card ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.plan-card li {
  padding: 7px 0;
  color: var(--muted);
  font-size: 12px;
  border-bottom: 1px solid var(--line);
}

.plan-card-featured li {
  color: rgba(255, 255, 255, 0.62);
  border-color: var(--light-line);
}

.plan-fit {
  margin-bottom: 25px;
}

.plan-card > a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border-top: 1px solid currentColor;
}

.payment-structure {
  margin-top: 12px;
  padding: clamp(32px, 3.5vw, 46px);
  color: var(--white);
  background: var(--navy);
}

.payment-heading {
  display: grid;
  grid-template-columns: 0.35fr 0.95fr 0.7fr;
  gap: 35px;
  align-items: end;
  margin-bottom: 30px;
}

.payment-heading > span {
  color: var(--gold);
}

.payment-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 400;
  line-height: 0.98;
}

.payment-heading p,
.payment-grid p,
.payment-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.7;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.payment-grid article {
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--light-line);
}

.payment-grid article:first-child {
  padding-left: 0;
}

.payment-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.payment-grid article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 18px;
}

.payment-grid h4 {
  margin: 25px 0 8px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.payment-note {
  max-width: 850px;
  margin-top: 28px;
}

.field-evidence {
  color: var(--white);
  background: var(--navy);
}

.field-evidence-title {
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.55fr;
  gap: 45px;
  align-items: end;
  margin-bottom: 70px;
}

.field-evidence-title h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.field-evidence-title > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

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

.field-evidence-card {
  margin: 0;
  border: 1px solid var(--light-line);
}

.field-evidence-visual {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #142a43;
}

.field-evidence-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms ease;
}

.field-evidence-card:hover .field-evidence-visual img {
  transform: scale(1.035);
}

.field-evidence-card figcaption {
  padding: 28px;
}

.field-evidence-card figcaption > span {
  color: var(--gold);
}

.field-evidence-card h3 {
  margin: 26px 0 10px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.field-evidence-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.field-evidence-note {
  max-width: 900px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
}

.contact {
  position: relative;
  min-height: 75svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.contact-bg {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background:
    linear-gradient(90deg, var(--navy) 0%, rgba(7, 22, 40, 0.9) 45%, rgba(7, 22, 40, 0.15)),
    url("assets/images/proposal-dining.jpg") center / cover no-repeat;
}

.contact-content {
  position: relative;
  z-index: 2;
  width: min(1200px, 88%);
  padding: 90px 0;
  margin: 0 auto;
}

.contact h2 {
  max-width: 1050px;
  margin-top: 28px;
  font-size: clamp(46px, 6vw, 92px);
}

.contact-content > p:not(.micro-label) {
  max-width: 620px;
  margin: 35px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.contact-facts {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-facts > div {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-facts > div:last-child {
  border-right: 0;
}

.contact-facts span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-facts strong {
  max-width: 310px;
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 400;
  line-height: 1.08;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 45px;
}

.phone-link {
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 38px);
}

.contact-email {
  width: max-content;
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-top: 32px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.contact-email span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-email strong {
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 36px);
  font-weight: 400;
}

.contact-word {
  position: absolute;
  right: -0.04em;
  bottom: -0.28em;
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(160px, 28vw, 520px);
  line-height: 1;
  letter-spacing: -0.07em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.11);
}

.site-footer {
  display: grid;
  grid-template-columns: 0.55fr 1.25fr 0.35fr;
  align-items: center;
  gap: 30px;
  padding: 30px clamp(22px, 4vw, 68px);
  color: var(--white);
  background: #030c16;
  border-top: 1px solid var(--light-line);
}

.footer-brand {
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: 0.08em;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-company {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 2.5vw, 40px);
  color: rgba(255, 255, 255, 0.44);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-email {
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--serif);
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer p:last-child {
  text-align: right;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 750ms cubic-bezier(0.16, 1, 0.3, 1), transform 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

/* Warm commercial direction */
.site-header {
  color: var(--ink);
  background: rgba(245, 240, 231, 0.92);
  border-bottom: 1px solid rgba(33, 31, 27, 0.1);
  backdrop-filter: blur(16px);
}

.site-header.scrolled {
  background: rgba(255, 250, 243, 0.96);
}

.brand span {
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand small,
.site-nav,
.micro-label {
  letter-spacing: 0.12em;
}

.nav-contact,
.button-gold {
  color: var(--white);
  background: var(--gold);
}

.nav-contact:hover,
.button-gold:hover {
  background: var(--gold-dark);
}

.hero {
  min-height: 92svh;
  grid-template-columns: minmax(440px, 0.86fr) minmax(560px, 1.14fr);
  color: var(--ink);
  background: var(--cream);
}

.hero::before,
.hero::after {
  display: none;
}

.hero-noise {
  opacity: 0.035;
}

.hero-copy {
  padding: 130px 5vw 70px;
}

.hero h1 {
  max-width: 740px;
  margin-top: 22px;
  font-family: var(--sans);
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.07em;
  text-transform: none;
}

.hero h1 .hero-kicker-line {
  font-size: 0.44em;
  letter-spacing: -0.045em;
}

.hero h1 .hero-origin-line {
  margin: 0;
  color: var(--gold);
  font-size: 0.9em;
  font-style: normal;
  font-weight: 700;
}

.hero h1 .hero-promise-line {
  font-size: 0.55em;
  letter-spacing: -0.045em;
}

.hero-intro {
  max-width: 610px;
  color: var(--muted);
}

.hero .micro-label {
  color: var(--gold-dark);
}

.line-link {
  border-color: rgba(33, 31, 27, 0.45);
}

.hero-email {
  border-color: var(--line);
}

.hero-email span {
  color: var(--gold-dark);
}

.hero-visual {
  min-height: 92svh;
  padding: 100px 3vw 34px 0;
}

.hero-main-image {
  border-radius: 3px;
  clip-path: none;
}

.hero-main-image img {
  object-position: center;
}

.hero-plan-card {
  right: 2vw;
  bottom: 48px;
  width: min(22vw, 310px);
  padding: 7px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(55, 42, 30, 0.22);
  transform: none;
}

.hero-stamp {
  top: 118px;
  left: -22px;
  width: 145px;
  height: 76px;
  padding: 14px 22px;
  justify-content: flex-end;
  color: var(--white);
  background: var(--gold);
  border-radius: 0;
  transform: none;
}

.hero-stamp strong {
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 800;
}

.hero-index {
  color: rgba(33, 31, 27, 0.42);
}

.ticker {
  color: var(--cream);
  background: var(--ink);
}

.ticker span {
  font-family: var(--sans);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 700;
  letter-spacing: -0.015em;
}

.ticker i {
  background: var(--gold);
}

.trust-gateway {
  color: var(--ink);
  background: var(--white);
}

.trust-gateway-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(45px, 8vw, 130px);
  margin-bottom: clamp(38px, 5vw, 68px);
}

.trust-gateway h2 {
  max-width: 900px;
  margin: 20px 0 0;
  font-family: var(--sans);
  font-size: clamp(42px, 5.3vw, 82px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.trust-gateway-scope > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.scope-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.scope-tags span {
  padding: 8px 11px;
  color: var(--gold-dark);
  background: var(--cream);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

.trust-proof-card {
  min-width: 0;
  background: var(--cream);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.trust-proof-card:hover {
  box-shadow: 0 18px 42px rgba(67, 52, 38, 0.12);
  transform: translateY(-5px);
}

.trust-proof-card figure {
  height: clamp(210px, 23vw, 350px);
  margin: 0;
  overflow: hidden;
  background: var(--cream-deep);
}

.trust-proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.98);
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-proof-card:nth-child(2) img {
  object-position: center 42%;
}

.trust-proof-card:nth-child(3) img {
  object-position: center 58%;
}

.trust-proof-card:hover img {
  transform: scale(1.035);
}

.trust-proof-card > div {
  min-height: 190px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 24px 26px 25px;
}

.trust-proof-card span,
.trust-proof-card strong {
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-proof-card h3 {
  max-width: 390px;
  margin: 22px 0 28px;
  font-size: clamp(23px, 2.1vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.trust-proof-card strong {
  margin-top: auto;
}

.manifesto {
  background: var(--white);
  padding-top: clamp(64px, 5.5vw, 86px);
  padding-bottom: clamp(64px, 5.5vw, 86px);
}

.manifesto-head {
  padding: clamp(38px, 4vw, 56px) 0;
}

.manifesto h2,
.capability-content h2,
.resource-network h2,
.team-intro h2,
.proposal-heading h2,
.process-title h2,
.consultation-statement h2,
.contact h2,
.execution-proof-heading h2,
.compact-cases-heading h2,
.trust-support-heading h2 {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.06em;
}

.manifesto-grid {
  gap: 12px;
  border: 0;
}

.manifesto-grid article {
  min-height: 220px;
  background: var(--cream);
  border: 0;
}

.manifesto-grid h3,
.factory-proof-card h3,
.compact-case-copy h3,
.capability-list h3,
.process-track h3,
.after-sales-copy h3,
.after-sales-copy li strong,
.plan-top p,
.payment-heading h3,
.payment-grid h4 {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.impact-line {
  border-top: 1px solid var(--line);
}

.impact-line p,
.impact-line strong {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.capabilities {
  min-height: auto;
  color: var(--ink);
  background: #ded1c0;
}

.capability-visual {
  min-height: 720px;
}

.capability-visual .image-caption {
  color: var(--white);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.capability-content {
  padding-top: 82px;
  padding-bottom: 82px;
}

.capability-list {
  margin-top: 48px;
  border-color: var(--line);
}

.capability-list article {
  border-color: var(--line);
}

.capability-list article:hover {
  color: var(--gold-dark);
  background: rgba(255, 250, 243, 0.35);
}

.capability-list p {
  color: var(--muted);
}

.capability-content .micro-label.gold,
.resource-network .micro-label.gold,
.compact-cases .micro-label.gold {
  color: var(--gold-dark);
}

.service-scope-visuals {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  background: #1e1b18;
}

.service-scope-visuals::after {
  display: none;
}

.service-scope-visuals figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--navy-soft);
}

.service-scope-visuals .service-scope-main {
  grid-row: span 2;
}

.service-scope-visuals img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.service-scope-visuals .service-scope-main img {
  object-position: center 55%;
}

.service-scope-visuals figure:nth-child(2) img {
  object-position: center 50%;
}

.service-scope-visuals figure:nth-child(3) img {
  object-position: center 38%;
}

.service-scope-visuals figure:hover img {
  transform: scale(1.035);
}

.service-scope-visuals figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 13px;
  color: var(--white);
  background: rgba(36, 33, 29, 0.78);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.service-scope-intro {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.service-scope-list {
  margin-top: 42px;
}

.service-scope-list article {
  grid-template-columns: 44px 0.48fr 1fr;
}

.service-scope-list h3 {
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.02;
}

.service-scope-boundary {
  margin: 28px 0 0;
  padding: 20px 22px;
  color: var(--muted);
  background: rgba(255, 250, 243, 0.38);
  border: 1px solid var(--line);
  font-size: 11px;
  line-height: 1.7;
}

.resource-network {
  background: var(--cream);
}

.resource-network-heading {
  margin-bottom: clamp(45px, 6vw, 78px);
}

.factory-proof-card {
  padding: 0 10px 12px;
  background: var(--white);
}

.factory-proof-card header {
  padding-right: 10px;
  padding-left: 10px;
  border-color: transparent;
}

.factory-proof-images figure,
.compact-case-card,
.execution-proof-grid figure,
.plan-card,
.after-sales-card {
  border-radius: 3px;
}

.execution-proof {
  background: #29251f;
}

.execution-proof-grid {
  gap: 12px;
}

.execution-proof-grid figure {
  overflow: hidden;
  background: #342f28;
  border: 0;
}

.compact-cases {
  background: #ece3d7;
}

.compact-case-grid {
  gap: 18px;
}

.compact-case-card {
  border: 0;
  box-shadow: 0 12px 34px rgba(67, 52, 38, 0.08);
}

.compact-case-main::after {
  background: linear-gradient(0deg, rgba(35, 31, 27, 0.62), transparent 48%);
}

.team {
  color: var(--ink);
  background: var(--white);
}

.team-intro > p {
  color: var(--muted);
}

.team .section-tag {
  border-color: var(--line);
}

.team .section-tag p {
  color: var(--ink);
}

.team-card {
  border-radius: 3px;
  background: #d8ccbd;
}

.team-card img {
  filter: saturate(0.78) contrast(0.98);
}

.team-note {
  color: var(--gold-dark);
}

.process {
  background: #2b2721;
}

.process-track span {
  color: var(--white);
  background: var(--gold);
  border-radius: 3px;
  font-family: var(--sans);
  font-weight: 700;
}

.process-track li::before {
  display: none;
}

.trust-support {
  background: var(--cream);
}

.faq-list summary strong {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.after-sales-card {
  background: #2b2721;
}

.consultation {
  background: #e7dccd;
}

.plan-card {
  border: 0;
  box-shadow: 0 12px 34px rgba(67, 52, 38, 0.08);
}

.plan-card-featured,
.payment-structure {
  background: #2b2721;
}

.plan-price {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.065em;
}

.contact {
  background: #25211d;
}

.contact-bg {
  opacity: 0.36;
  background:
    linear-gradient(90deg, rgba(37, 33, 29, 0.98) 0%, rgba(37, 33, 29, 0.87) 45%, rgba(37, 33, 29, 0.2)),
    url("assets/images/proposal-dining.jpg") center / cover no-repeat;
}

.site-footer {
  background: #1c1916;
}

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

  .site-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    padding: 100px 35px;
    overflow-y: auto;
    color: var(--white);
    background: var(--navy);
    font-family: var(--serif);
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

  .site-nav .nav-contact {
    margin-top: 10px;
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .menu-button {
    position: relative;
    z-index: 102;
    display: block;
  }

  .menu-button[aria-expanded="true"] {
    color: var(--white);
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

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

  .hero-copy {
    min-height: 76svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
  }

  .hero-visual {
    min-height: 70svh;
    padding: 0 25px 60px;
  }

  .hero-stamp {
    left: 5px;
  }

  .hero-plan-card {
    right: 22px;
    bottom: 30px;
    width: min(42vw, 380px);
  }

  .hero-stamp {
    top: 30px;
    left: 5px;
  }

  .manifesto-head,
  .trust-gateway-heading,
  .resource-network-heading,
  .execution-proof-heading,
  .client-proof-heading,
  .compact-cases-heading,
  .trust-support-heading,
  .team-intro,
  .case-heading,
  .consultation-statement {
    grid-template-columns: 1fr;
  }

  .manifesto-head {
    gap: 30px;
  }

  .trust-gateway-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .capability-visual {
    min-height: clamp(360px, 56svh, 520px);
  }

  .service-scope-visuals {
    min-height: 520px;
  }

  .team-intro,
  .resource-network-heading,
  .execution-proof-heading,
  .project-desk-heading,
  .client-proof-heading,
  .compact-cases-heading,
  .trust-support-heading,
  .case-heading,
  .consultation-statement {
    gap: 30px;
  }

  .team-intro > p,
  .resource-network-intro,
  .execution-proof-heading > p,
  .project-desk-heading > p,
  .client-proof-heading > p,
  .compact-cases-heading > p,
  .trust-support-heading > p,
  .case-heading > p,
  .consultation-statement > p:last-child {
    max-width: 550px;
  }

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

  .project-desk-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .client-proof-layout {
    grid-template-columns: 1fr;
  }

  .client-proof-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .trust-support-layout {
    grid-template-columns: 1fr;
  }

  .after-sales-card {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
  }

  .after-sales-visuals {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }

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

  .case-intro {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .case-lede {
    max-width: 650px;
  }

  .case-facts {
    grid-template-columns: 1fr 1fr;
  }

  .case-facts > div:nth-child(2) {
    border-right: 0;
  }

  .case-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--light-line);
  }

  .case-study-mauritius .case-facts > div:nth-child(-n + 2) {
    border-color: var(--line);
  }

  .case-context,
  .case-proof-heading,
  .case-challenge-preview,
  .case-story-opening {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .case-context article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--light-line);
  }

  .case-study-mauritius .case-context article {
    border-color: var(--line);
  }

  .case-context article:last-child {
    border-bottom: 0;
  }

  .case-problems {
    grid-template-columns: 1fr;
  }

  .case-problem {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--light-line);
  }

  .case-study-mauritius .case-problem {
    border-color: var(--line);
  }

  .case-problem:last-child {
    border-bottom: 0;
  }

  .case-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .case-cta .button {
    width: max-content;
  }

  .service-stage-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .payment-heading,
  .field-evidence-title {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .payment-heading p,
  .field-evidence-title > p:last-child {
    max-width: 580px;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 68px 20px;
  }

  .trust-support-heading {
    margin-bottom: 38px;
  }

  .trust-support-heading h2 {
    font-size: 49px;
  }

  .faq-list summary {
    min-height: 68px;
    grid-template-columns: 34px 1fr 20px;
    gap: 10px;
    padding: 14px 2px;
  }

  .faq-list summary strong {
    font-size: 20px;
  }

  .faq-list details > p {
    margin: 0 28px 20px 44px;
  }

  .after-sales-card {
    display: block;
  }

  .after-sales-visuals {
    height: 180px;
    grid-template-columns: 1.25fr 0.85fr 0.85fr;
    grid-template-rows: 1fr;
  }

  .after-sales-copy {
    padding: 30px 24px;
  }

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

  .brand span {
    font-size: 22px;
  }

  .brand small {
    display: none;
  }

  .hero-copy {
    min-height: 72svh;
    min-width: 0;
    padding: 120px 20px 50px;
  }

  .hero h1 {
    font-size: clamp(55px, 18vw, 88px);
  }

  .hero h1 .hero-kicker-line {
    font-size: 0.28em;
  }

  .hero h1 .hero-origin-line {
    margin-left: 0;
  }

  .hero h1 .hero-promise-line {
    font-size: 0.4em;
  }

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

  .hero-email {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hero-email strong {
    overflow-wrap: anywhere;
  }

  .hero-visual {
    min-height: 58svh;
    padding: 0 12px 45px;
  }

  .hero-main-image {
    clip-path: none;
  }

  .hero-plan-card {
    width: 48vw;
  }

  .hero-stamp {
    top: 22px;
    width: 126px;
    height: 68px;
    padding: 12px 16px;
  }

  .hero-stamp strong {
    font-size: 21px;
  }

  .hero-stamp span {
    font-size: 7px;
  }

  .trust-gateway {
    overflow: hidden;
  }

  .trust-gateway h2 {
    font-size: 43px;
  }

  .trust-proof-grid {
    display: flex;
    gap: 12px;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .trust-proof-card {
    min-width: min(82vw, 420px);
    flex: 0 0 min(82vw, 420px);
    scroll-snap-align: start;
  }

  .trust-proof-card figure {
    height: 310px;
  }

  .trust-proof-card > div {
    min-height: 175px;
    padding: 22px;
  }

  .manifesto h2,
  .capability-content h2,
  .resource-network h2,
  .project-desk-heading h2,
  .client-proof-heading h2,
  .team-intro h2,
  .process-title h2,
  .consultation-statement h2,
  .contact h2 {
    font-size: 44px;
  }

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

  .manifesto-grid article {
    min-height: auto;
    padding: 30px 0 42px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .manifesto-grid h3 {
    margin-top: 45px;
  }

  .impact-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .capability-visual {
    min-height: 55svh;
  }

  .service-scope-visuals {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 8px;
  }

  .service-scope-visuals .service-scope-main {
    grid-row: auto;
  }

  .service-scope-visuals figure {
    min-height: 220px;
  }

  .service-scope-visuals .service-scope-main {
    min-height: 310px;
  }

  .image-caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .image-caption strong {
    font-size: 18px;
  }

  .capability-content {
    padding: 75px 20px;
  }

  .capability-list article {
    grid-template-columns: 35px 0.5fr 1fr;
    gap: 10px;
  }

  .service-scope-list article {
    grid-template-columns: 34px 1fr;
    align-items: start;
    gap: 8px 14px;
    padding: 20px 0;
  }

  .service-scope-list article p {
    grid-column: 2;
  }

  .capability-list h3 {
    font-size: 19px;
  }

  .capability-list p {
    font-size: 10px;
  }

  .resource-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .factory-proof-grid,
  .compact-case-grid {
    grid-template-columns: 1fr;
  }

  .factory-proof-grid {
    gap: 42px;
  }

  .factory-proof-images {
    grid-template-rows: 150px;
  }

  .execution-proof-grid {
    grid-template-columns: 1fr;
  }

  .execution-proof-grid figcaption {
    min-height: auto;
  }

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

  .project-desk-grid article {
    min-height: auto;
  }

  .project-desk-grid span {
    margin-bottom: 34px;
  }

  .client-proof-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .client-proof-card {
    min-height: auto;
  }

  .client-proof-copy {
    order: 2;
    min-height: auto;
    padding: 34px 22px;
  }

  .client-proof-copy span {
    margin-bottom: 0;
  }

  .client-proof-copy h3 {
    margin-top: 26px;
  }

  .client-proof-gallery,
  .client-proof-gallery-visit {
    order: 1;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .client-proof-gallery .client-proof-main {
    grid-row: auto;
  }

  .client-proof-gallery figure {
    min-height: 232px;
  }

  .client-proof-gallery .client-proof-main {
    min-height: 320px;
  }

  .client-proof-note {
    grid-template-columns: 1fr;
  }

  .compact-case-main {
    height: 290px;
  }

  .compact-case-copy {
    padding: 28px 22px;
  }

  .compact-case-main > div {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .resource-card-featured {
    grid-column: auto;
  }

  .resource-card-featured .resource-images,
  .resource-images {
    grid-template-columns: 1fr 0.62fr;
  }

  .resource-images figure,
  .resource-card:not(.resource-card-featured) .resource-images figure {
    height: 360px;
  }

  .resource-card-copy {
    grid-template-columns: 1fr;
  }

  .resource-card-copy h3,
  .resource-card-copy p {
    grid-column: 1;
  }

  .resource-card-copy h3 {
    font-size: 34px;
  }

  .team-wall {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .team-card,
  .team-card:nth-child(n + 5),
  .team-card-shift {
    margin-top: 0;
  }

  .team-card:nth-child(even) {
    margin-top: 45px;
  }

  .team-card figcaption {
    padding: 11px;
  }

  .team-card figcaption strong {
    font-size: 15px;
  }

  .team-note {
    margin-top: 75px;
    font-size: 42px;
  }

  .case-heading {
    margin-bottom: 55px;
  }

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

  .case-study {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .case-study + .case-study {
    padding-top: 100px;
  }

  .case-hero {
    height: 72svh;
    min-height: 530px;
  }

  .case-index {
    top: 18px;
    left: 18px;
    font-size: 58px;
  }

  .case-location {
    right: 18px;
    bottom: 20px;
    left: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .case-location strong {
    font-size: 29px;
  }

  .case-intro {
    padding: 58px 0;
  }

  .case-title h3 {
    font-size: 42px;
  }

  .case-facts {
    grid-template-columns: 1fr;
    margin-bottom: 58px;
  }

  .case-facts > div,
  .case-facts > div:nth-child(2) {
    min-height: auto;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--light-line);
  }

  .case-study-mauritius .case-facts > div {
    border-color: var(--line);
  }

  .case-facts > div:last-child {
    border-bottom: 0;
  }

  .case-context {
    margin-bottom: 58px;
  }

  .case-context article {
    padding: 38px 0;
  }

  .case-context-kicker {
    margin-bottom: 36px;
  }

  .case-context h4 {
    font-size: 34px;
  }

  .case-gallery,
  .case-gallery-mauritius {
    grid-template-columns: 1fr;
  }

  .case-gallery-wide,
  .case-gallery-mauritius .case-plan {
    grid-column: auto;
    grid-row: auto;
  }

  .case-gallery img,
  .case-gallery-wide img,
  .case-gallery-mauritius .case-plan img {
    min-height: 65vw;
    aspect-ratio: 1.15;
  }

  .case-gallery-mauritius .case-plan img {
    min-height: 105vw;
  }

  .case-proof {
    margin-top: 75px;
  }

  .case-proof-heading {
    margin-bottom: 42px;
  }

  .case-proof-heading h4 {
    font-size: 42px;
  }

  .case-proof-grid,
  .case-proof-grid-mauritius {
    display: flex;
    gap: 12px;
    padding-bottom: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .case-proof-grid figure {
    min-width: min(82vw, 520px);
    height: 72vw;
    max-height: 520px;
    flex: 0 0 min(82vw, 520px);
    scroll-snap-align: start;
  }

  .case-proof-plan {
    height: 92vw !important;
    max-height: 620px !important;
  }

  .case-challenge-preview {
    margin-top: 70px;
    padding: 42px 0;
  }

  .case-challenge-heading h4 {
    font-size: 36px;
  }

  .case-challenge-preview li {
    min-height: 66px;
  }

  .case-story {
    margin-top: 0;
  }

  .case-story summary {
    min-height: 82px;
    font-size: 25px;
  }

  .case-story summary span {
    width: 40px;
    height: 40px;
  }

  .case-story-body {
    padding-bottom: 58px;
  }

  .case-story-opening {
    padding-bottom: 58px;
  }

  .case-story h4 {
    font-size: 39px;
  }

  .case-story-copy {
    columns: 1;
  }

  .case-problem {
    padding: 46px 0;
  }

  .case-problem-number {
    margin-bottom: 42px;
  }

  .case-problem h5 {
    font-size: 31px;
  }

  .case-outcome {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .case-outcome > strong {
    grid-column: auto;
    font-size: 38px;
  }

  .case-cta {
    margin: 70px -20px 0;
    padding: 55px 20px;
  }

  .case-cta h3 {
    font-size: 39px;
  }

  .case-cta .button {
    width: 100%;
  }

  .process {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .process-title {
    position: static;
  }

  .process-track li {
    grid-template-columns: 62px 1fr;
  }

  .service-stages {
    margin-top: 58px;
  }

  .service-stages-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-stages-heading p {
    text-align: left;
  }

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

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

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

  .plan-top span {
    text-align: left;
  }

  .plan-price {
    margin: 34px 0 24px;
  }

  .payment-structure {
    margin-right: -20px;
    margin-left: -20px;
    padding: 55px 20px;
  }

  .payment-grid,
  .field-evidence-grid {
    grid-template-columns: 1fr;
  }

  .payment-grid article,
  .payment-grid article:first-child,
  .payment-grid article:last-child {
    min-height: auto;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--light-line);
  }

  .payment-grid article:last-child {
    border-bottom: 0;
  }

  .payment-grid h4 {
    margin-top: 24px;
  }

  .field-evidence-title {
    margin-bottom: 45px;
  }

  .contact {
    min-height: 75svh;
  }

  .contact-content {
    width: auto;
    padding: 78px 20px;
  }

  .contact h2 {
    font-size: 46px;
  }

  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-facts {
    grid-template-columns: 1fr;
  }

  .contact-facts > div {
    min-height: auto;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .contact-facts > div:last-child {
    border-bottom: 0;
  }

  .contact-email {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .contact-email strong {
    overflow-wrap: anywhere;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 30px 20px;
  }

  .footer-company {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .footer-email {
    overflow-wrap: anywhere;
  }

  .site-footer p:last-child {
    text-align: left;
  }
}

@media (max-width: 1080px) {
  .showroom-videos-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .showroom-videos-heading > p {
    max-width: 760px;
  }

  .showroom-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 10px;
  }
}

@media (max-width: 760px) {
  .showroom-videos-heading h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .showroom-video-grid {
    display: flex;
    gap: 12px;
    margin-right: -20px;
    overflow-x: auto;
    padding-right: 20px;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .showroom-video-grid::-webkit-scrollbar {
    height: 4px;
  }

  .showroom-video-grid::-webkit-scrollbar-thumb {
    background: rgba(33, 31, 27, 0.22);
  }

  .showroom-video-card {
    flex: 0 0 min(82vw, 340px);
    scroll-snap-align: start;
  }

  .showroom-video-frame video {
    aspect-ratio: 9 / 13;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
