:root {
  --cream: #f2ece6;
  --cream-deep: #f2ece6;
  --ink: #1c1c26;
  --ink-soft: #33313b;
  --blue: #6480af;
  --rose: #8d6064;
  --gold: #bba464;
  --media-revit-source: #fefaf3;
  --media-revit-surface: #f2ece6;
  --media-revit-opacity: .78;
  --media-revit-hover-opacity: .84;
  --media-matterport: #000000;
  --media-vabi: #f0f0f0;
  --media-addin-ribbon: #3c4454;
  --white: #ffffff;
  --line: rgba(28, 28, 38, .16);
  --shadow: 0 24px 70px rgba(28, 28, 38, .12);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shell: min(1220px, calc(100vw - 64px));
  --curve-depth: clamp(118px, 9vw, 158px);
  --reveal-duration: .85s;
  --heading: "Inter", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}
img { display: block; max-width: 100%; }
/*
 * Public media deterrence: this removes the ordinary drag and touch-callout
 * routes without pretending the browser-delivered file is DRM.
 */
img[data-protected-image] {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.shell { width: var(--shell); margin-inline: auto; }
.curve-in { position: relative; isolation: isolate; }
.curve-in::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -12vw;
  right: -12vw;
  top: calc(var(--curve-depth) * -.52);
  height: var(--curve-depth);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background: var(--curve-color);
  pointer-events: none;
}
.curve-in::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -12vw;
  right: -12vw;
  top: calc(var(--curve-depth) * -.52);
  height: var(--curve-depth);
  border-bottom: 1px solid rgba(100,128,175,.36);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  pointer-events: none;
}
.curve-in > .shell { position: relative; z-index: 2; }
.curve-from-cream-deep { --curve-color: var(--cream-deep); }
.curve-from-cream { --curve-color: var(--cream); }
.curve-from-ink { --curve-color: var(--ink); }
.curve-from-rose { --curve-color: var(--rose); }
.curve-from-blue { --curve-color: #e7ebf2; }
.curve-from-rose-soft { --curve-color: #eee4e3; }
.curve-from-story { --curve-color: #17171f; }
.pointer-react {
  --pointer-x: 50%;
  --pointer-y: 50%;
  --pointer-shift-x: 0px;
  --pointer-shift-y: 0px;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; background: var(--ink); color: var(--cream); border-radius: 10px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.concept-bar {
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 6px 20px;
  background: var(--ink);
  color: var(--cream);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.concept-bar span:first-child { font-weight: 700; }
.concept-bar__detail { opacity: .58; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(242,236,230,.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(28,28,38,.05); }
.nav { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { width: 220px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.nav-menu { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-family: var(--heading); font-size: 15px; }
.nav-menu > a:not(.button) { position: relative; padding: 12px 0; }
.nav-menu > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: var(--ink); transition: right .25s ease; }
.nav-menu > a:not(.button):hover::after { right: 0; }
.nav-menu > a.nav-product-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(100,128,175,.38);
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(100,128,175,.13), rgba(187,164,100,.11));
  font-weight: 600;
  box-shadow: inset 3px 0 0 rgba(187,164,100,.82);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}
.nav-menu > a.nav-product-link::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 1px solid var(--gold);
  background: rgba(187,164,100,.18);
  transform: rotate(45deg);
}
.nav-menu > a.nav-product-link::after { display: none; }
.nav-menu > a.nav-product-link:hover,
.nav-menu > a.nav-product-link:focus-visible {
  border-color: var(--blue);
  background: linear-gradient(135deg, rgba(100,128,175,.2), rgba(187,164,100,.15));
  box-shadow: inset 3px 0 0 var(--gold), 0 9px 22px rgba(28,28,38,.1);
  transform: translateY(-1px);
}
.nav-menu > a.nav-product-link:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.nav-menu > a.nav-product-link[aria-current="page"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
  box-shadow: inset 3px 0 0 var(--gold);
}
.nav-menu > a.nav-product-link[aria-current="page"]::before { background: var(--gold); }
.nav-services { position: relative; }
.nav-services__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.nav-services__toggle::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: var(--ink); transition: right .25s ease; }
.nav-services:hover .nav-services__toggle::after,
.nav-services.is-open .nav-services__toggle::after,
.nav-services.is-current .nav-services__toggle::after { right: 0; }
.nav-services__chevron { width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .22s ease; }
.nav-services__panel {
  position: absolute;
  z-index: 8;
  top: calc(100% + 8px);
  left: -18px;
  width: min(304px, calc(100vw - 40px));
  display: grid;
  gap: 3px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(28,28,38,.1);
  border-radius: 16px;
  background: rgba(242,236,230,.94);
  box-shadow: 0 18px 48px rgba(28,28,38,.11), 0 2px 8px rgba(28,28,38,.05);
  backdrop-filter: blur(18px) saturate(1.04);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px) scale(.985);
  transform-origin: 34px 0;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.nav-services__panel a {
  padding: 10px 12px;
  border-radius: 9px;
  color: rgba(28,28,38,.7);
  line-height: 1.25;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}
.nav-services__panel a:first-child { margin-bottom: 3px; background: rgba(255,250,246,.55); color: var(--ink); font-weight: 600; }
.nav-services__panel a:hover,
.nav-services__panel a:focus-visible,
.nav-services__panel a[aria-current="page"] { background: rgba(157,108,111,.08); box-shadow: inset 2px 0 0 var(--rose); color: var(--ink); }
.nav-services__panel a:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; }
.nav-services.is-open .nav-services__panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
.nav-services.is-open .nav-services__chevron { transform: translateY(2px) rotate(225deg); }
@media (min-width: 1121px) {
  .nav-services::after {
    content: "";
    position: absolute;
    z-index: 7;
    top: 100%;
    left: -18px;
    width: min(304px, calc(100vw - 40px));
    height: 10px;
  }
  .nav-services:hover .nav-services__panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
  .nav-services:hover .nav-services__chevron { transform: translateY(2px) rotate(225deg); }
}
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 6px 0; background: var(--ink); transition: transform .25s ease; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--heading);
  font-size: 15px;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(28,28,38,.17); }
.button--small { min-height: 42px; padding: 10px 19px; font-size: 13px; }
.button--cream { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; font-family: var(--heading); font-weight: 600; border-bottom: 1px solid currentColor; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; padding: 88px 0 185px; isolation: isolate; background-color: var(--cream-deep); background-image: linear-gradient(90deg, transparent 49.95%, rgba(28,28,38,.06) 50%, transparent 50.05%), radial-gradient(circle at 20% 20%, rgba(255,255,255,.62), transparent 42%); }
.hero-axis { position: absolute; z-index: 1; top: 60px; bottom: 120px; left: 50%; width: 1px; background: rgba(28,28,38,.11); pointer-events: none; }
.hero-axis span { position: absolute; left: -4px; width: 9px; height: 1px; background: rgba(28,28,38,.24); }
.hero-axis span:nth-child(1) { top: 14%; }
.hero-axis span:nth-child(2) { top: 32%; }
.hero-axis span:nth-child(3) { top: 50%; }
.hero-axis span:nth-child(4) { top: 68%; }
.hero-axis span:nth-child(5) { top: 86%; }
.hero-lines { position: absolute; z-index: 0; inset: auto 0 -200px; height: 430px; overflow: visible; opacity: .86; }
.hero-lines svg { width: 100%; height: 100%; overflow: visible; }
.line-field path { fill: none; stroke: var(--blue); stroke-width: 1.1; opacity: .84; vector-effect: non-scaling-stroke; }
.line-field path:nth-child(n+5) { stroke: var(--gold); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); align-items: center; gap: clamp(50px, 7vw, 110px); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--rose); font-family: var(--heading); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--cream); }
h1, h2, h3 { margin: 0; font-family: var(--heading); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 720px; font-size: clamp(54px, 5.2vw, 82px); }
h1 em, h2 em { color: var(--rose); font-style: normal; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: rgba(28,28,38,.72); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 36px; }
.microcopy { margin: 22px 0 0; color: rgba(28,28,38,.52); font-size: 12px; }
.hero-service-line {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 34px;
  left: 0;
  margin: 0 auto;
  color: rgba(28,28,38,.56);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 500;
  letter-spacing: .01em;
}
.hero-service-line span { margin-inline: .42em; color: var(--rose); }

.model-stage { position: relative; min-height: 565px; display: grid; place-items: center; transform: translate(var(--pointer-shift-x), var(--pointer-shift-y)); transition: transform .22s ease-out; }
.model-stage__grid { position: absolute; inset: 5% 0 0 10%; opacity: .36; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(135deg, transparent 2%, #000 38%, transparent 88%); }
.model-frame { position: relative; z-index: 1; width: 86%; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #edeeec; transform: translate(-5%, -3%); }
.model-frame::after { content: ""; position: absolute; inset: 0; border: 12px solid rgba(255,250,246,.22); pointer-events: none; }
.model-frame img { width: 100%; aspect-ratio: 1.02; object-fit: cover; filter: saturate(.45) contrast(.96); }
.image-label { position: absolute; z-index: 2; left: 13px; top: 13px; padding: 8px 10px; border: 1px solid rgba(255,250,246,.5); background: rgba(28,28,38,.76); color: var(--cream); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.model-cubes { position: absolute; z-index: 2; right: -8%; bottom: -1%; width: 43%; overflow: visible; }
.model-cubes g { fill: rgba(255,250,246,.7); stroke: var(--rose); stroke-width: 1.25; stroke-linejoin: round; }
.model-cubes path:nth-child(2) { stroke: var(--blue); }
.model-cubes path:nth-child(3) { stroke: var(--gold); }

.product-stage { position: relative; min-height: 520px; display: grid; place-items: center; }
.stage-orbit { position: absolute; border: 1px solid rgba(100,128,175,.34); border-radius: 50%; }
.stage-orbit--one { width: 520px; height: 420px; transform: rotate(-14deg); }
.stage-orbit--two { width: 410px; height: 530px; border-color: rgba(187,164,100,.3); transform: rotate(23deg); }
.product-window { position: relative; z-index: 2; width: min(620px, 100%); overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: var(--ink); color: var(--cream); box-shadow: 0 40px 100px rgba(28,28,38,.25); transform: rotate(1.5deg); }
.product-window__bar { min-height: 55px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; color: rgba(255,250,246,.64); }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--rose); }
.window-dots span:nth-child(2) { background: var(--gold); }
.window-dots span:nth-child(3) { background: var(--blue); }
.window-status { justify-self: end; padding: 4px 8px; border-radius: 999px; background: rgba(187,164,100,.15); color: #eadba9; }
.product-window__body { min-height: 390px; display: grid; grid-template-columns: 72px 1fr; }
.product-sidebar { display: flex; flex-direction: column; align-items: center; gap: 19px; padding: 22px 0; border-right: 1px solid rgba(255,255,255,.1); }
.product-sidebar img { width: 34px; height: 34px; margin-bottom: 20px; filter: invert(1); opacity: .9; }
.product-sidebar span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.22); }
.product-sidebar span.active { width: 30px; height: 30px; border-radius: 9px; background: var(--blue); box-shadow: inset 0 0 0 9px var(--ink); outline: 1px solid rgba(255,255,255,.25); }
.product-content { padding: 30px; }
.product-heading { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.product-heading strong { display: block; margin-top: 5px; font-family: var(--heading); font-size: 28px; }
.product-kicker { color: rgba(255,250,246,.5); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.product-count { color: var(--gold); font-family: var(--heading); font-size: 38px; }
.workflow-list { margin-top: 13px; }
.workflow-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.workflow-row div { min-width: 0; }
.workflow-row strong, .workflow-row small { display: block; }
.workflow-row strong { font-family: var(--heading); font-size: 14px; }
.workflow-row small { margin-top: 2px; color: rgba(255,250,246,.45); font-size: 10px; }
.workflow-row i { color: rgba(255,250,246,.38); font-style: normal; }
.workflow-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--blue); color: var(--ink); font-family: var(--heading); font-size: 9px; font-weight: 700; }
.workflow-icon--rose { background: var(--rose); color: var(--cream); }
.workflow-icon--gold { background: var(--gold); }
.workflow-icon--ink { background: rgba(255,255,255,.1); color: var(--cream); }
.stage-label { position: absolute; z-index: 3; right: -6px; bottom: 18px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 2px; background: var(--cream); color: rgba(28,28,38,.56); font-size: 10px; }

.trust-strip { position: relative; z-index: 3; min-height: 230px; padding: 62px 0 58px; background: var(--cream); }
.trust-curve { position: absolute; z-index: 1; inset: 4px 0 -34px; overflow: visible; opacity: .52; pointer-events: none; }
.trust-curve svg { width: 100%; height: 100%; }
.trust-curve path { fill: none; stroke: var(--blue); stroke-width: 1; vector-effect: non-scaling-stroke; }
.trust-curve path:nth-child(2) { stroke: var(--gold); }
.trust-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid--three { grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 100px; display: flex; align-items: baseline; justify-content: center; gap: 16px; padding: 20px; }
.trust-grid strong { color: var(--rose); font-family: var(--heading); font-size: 18px; }
.trust-grid span { max-width: none; white-space: nowrap; font-size: 13px; font-weight: 600; line-height: 1.45; }

.section { padding: 135px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 90px; margin-bottom: 64px; }
.section-heading h2 { font-size: clamp(44px, 5vw, 72px); }
.section-heading > p { max-width: 440px; margin: 0 0 7px; color: rgba(28,28,38,.63); line-height: 1.75; }
.section-heading--compact { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); }

.scroll-story { position: relative; min-height: 620vh; background: var(--ink); color: var(--cream); }
.scroll-story__sticky { position: sticky; z-index: 0; top: 90px; height: calc(100vh - 90px); min-height: 620px; overflow: hidden; background: var(--ink); }
.story-backdrops, .story-backdrop { position: absolute; inset: 0; }
.story-backdrop { margin: 0; opacity: 0; transform: scale(1.035); transition: opacity 1.15s ease, transform 1.85s cubic-bezier(.2,.75,.25,1); }
.story-backdrop.is-active { opacity: 1; transform: scale(1); }
.story-backdrop img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) contrast(1.03); transform: translate(var(--pointer-shift-x), var(--pointer-shift-y)) scale(1.015); transition: transform .24s ease-out; }
.story-backdrop--bim, .story-backdrop--vabi { background: #e9e8e4; }
.story-backdrop--bim img { object-fit: contain; object-position: 70% 50%; }
.story-backdrop--scan img { object-fit: contain; object-position: 42% 50%; }
.story-backdrop--vabi img { object-fit: cover; object-position: 58% 48%; }
.story-backdrop--addin { background: #e9e8e4; }
.story-backdrop--addin img { object-fit: contain; object-position: 68% 52%; }
.story-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,25,.96) 0%, rgba(18,18,25,.79) 36%, rgba(18,18,25,.28) 70%, rgba(18,18,25,.48) 100%), linear-gradient(0deg, rgba(18,18,25,.42), transparent 38%); }
.story-graphic { position: absolute; z-index: 3; top: 48px; bottom: 48px; left: auto; right: clamp(24px, 3.5vw, 58px); width: 1px; background: rgba(255,255,255,.3); box-shadow: 0 0 18px rgba(255,255,255,.08); }
.story-graphic i { position: absolute; left: -4px; width: 9px; height: 1px; background: rgba(255,255,255,.42); }
.story-graphic i:nth-child(1) { top: 8%; }
.story-graphic i:nth-child(2) { top: 29%; }
.story-graphic i:nth-child(3) { top: 50%; }
.story-graphic i:nth-child(4) { top: 71%; }
.story-graphic i:nth-child(5) { top: 92%; }
.story-graphic__marker { position: absolute; left: -4px; top: 0; width: 9px; height: 32px; background: var(--gold); box-shadow: 0 0 14px rgba(187,164,100,.35); transform: translateY(var(--story-marker-y, 0px)); transition: transform .18s ease-out; }
.story-counter { position: absolute; z-index: 4; left: auto; right: clamp(42px, 5.4vw, 86px); bottom: 25px; width: auto; display: flex; align-items: baseline; gap: 6px; padding: 0; color: rgba(255,250,246,.58); font-size: 10px; letter-spacing: .08em; }
.story-counter strong { color: var(--cream); font-size: 18px; }
.story-sequence { position: relative; z-index: 2; margin-top: calc(-100vh + 90px); }
.story-step { min-height: 155vh; display: flex; align-items: center; width: 50%; padding: 90px 7vw 90px 0; }
.story-step__copy { max-width: 555px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.3); text-shadow: 0 2px 24px rgba(0,0,0,.28); }
.story-step__copy h2 { font-size: clamp(48px, 5.2vw, 78px); }
.story-step__copy h2 em { color: #c9b574; }
.story-step__copy > p:not(.story-chapter) { max-width: 520px; margin: 27px 0 0; color: rgba(255,250,246,.7); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.75; }
.story-chapter { margin: 0 0 24px; color: #c9b574; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.story-meta { display: flex; align-items: center; gap: 13px; margin: 0 0 24px; }
.story-meta .story-chapter { margin: 0; }
.story-platform-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 3px;
  opacity: .86;
  filter: saturate(.76) brightness(.96);
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}
.story-link { margin-top: 30px; color: var(--cream); }
.story-step__mobile { display: none; }

.addin { border-bottom: 1px solid var(--line); background: var(--cream-deep); }
.addin-editorial { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.addin-editorial__lead { position: sticky; top: 145px; }
.addin-editorial__lead h2 { max-width: 760px; font-size: clamp(46px, 5.2vw, 74px); }
.addin-editorial__lead > p:not(.eyebrow) { max-width: 620px; margin: 30px 0 36px; color: rgba(28,28,38,.64); font-size: 18px; }
.addin-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: -14px 0 28px; }
.addin-facts span { padding: 7px 9px; border: 1px solid var(--line); color: rgba(28,28,38,.62); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.addin-tool-groups { border-top: 1px solid var(--ink); }
.addin-tool-group { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 38px 0; border-bottom: 1px solid rgba(28,28,38,.11); }
.addin-tool-group__index { display: flex; flex-direction: column; align-items: center; gap: 9px; padding-top: 1px; color: var(--rose); }
.addin-tool-group__index svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s cubic-bezier(.2,.75,.25,1), color .3s ease; }
.addin-tool-group__index small { font-size: 9px; letter-spacing: .08em; }
.addin-tool-group:hover .addin-tool-group__index svg { color: var(--blue); transform: translateY(-3px) rotate(-2deg); }
.addin-tool-group__label { margin: 0 0 8px; color: rgba(28,28,38,.48); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.addin-tool-group h3 { max-width: 580px; font-size: clamp(25px, 2.6vw, 36px); line-height: 1.08; }
.addin-tool-group ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.addin-tool-group li { display: inline-flex; align-items: center; gap: 7px; padding: 0; color: rgba(28,28,38,.66); font-size: 10px; }
.addin-tool-group li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.addin-note { margin: 25px 0 0; color: rgba(28,28,38,.48); font-size: 11px; line-height: 1.7; }
.addin-tool-groups--quiet .addin-tool-group { padding-block: 46px; }
.addin-tool-groups--quiet .addin-tool-group h3 { max-width: 520px; }
.addin-overview-link { margin-top: 30px; }

.bento-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 335px 290px; gap: 18px; }
.bento { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.bento--large { grid-row: span 2; padding: 40px; }
.bento--ink { background: var(--ink); color: var(--cream); }
.bento--blue { background: var(--blue); color: var(--ink); }
.bento--cream { background: rgba(255,255,255,.34); }
.bento--gold { grid-column: span 2; background: var(--gold); }
.bento-top { display: flex; justify-content: space-between; align-items: center; color: rgba(28,28,38,.52); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.bento--ink .bento-top { color: rgba(255,250,246,.5); }
.tag { display: inline-flex; align-items: center; min-height: 25px; padding: 5px 8px; border-radius: 2px; background: rgba(255,250,246,.28); font-family: var(--heading); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tag--cream { background: var(--cream); color: var(--ink); }
.tag--rose { background: var(--rose); color: var(--cream); }
.tag--ink { background: var(--ink); color: var(--cream); }
.tag--outline { border: 1px solid var(--line); background: transparent; color: rgba(28,28,38,.64); }
.bento h3 { max-width: 570px; margin-top: 55px; font-size: clamp(34px, 4vw, 58px); }
.bento p { max-width: 500px; color: rgba(255,250,246,.58); }
.bento--blue p, .bento--cream p, .bento--gold p { color: rgba(28,28,38,.63); }
.flow-map { position: absolute; left: 40px; right: 40px; bottom: 42px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 10px; }
.flow-map span { font-family: var(--heading); font-size: 11px; }
.flow-map i { height: 1px; background: linear-gradient(90deg, var(--blue), var(--gold)); }
.metric { margin-top: 58px; font-family: var(--heading); font-size: clamp(32px, 3vw, 46px); line-height: 1; }
.metric strong { font-weight: 600; }
.bento--cream h3 { max-width: 300px; margin-top: 42px; font-size: 36px; }
.status-lines { position: absolute; right: 26px; bottom: 30px; width: 96px; display: grid; gap: 8px; transform: rotate(-8deg); }
.status-lines span { height: 7px; border-radius: 999px; background: var(--rose); }
.status-lines span:nth-child(2) { width: 70%; background: var(--blue); }
.status-lines span:nth-child(3) { width: 45%; background: var(--gold); }
.bento blockquote { max-width: 650px; margin: 50px 0 0; font-family: var(--heading); font-size: clamp(28px, 3.5vw, 48px); line-height: 1.08; }
.quote-mark { position: absolute; right: 26px; bottom: -34px; color: rgba(28,28,38,.08); font-family: var(--heading); font-size: 160px; font-weight: 700; }
.section-action { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 32px; }
.section-action p { max-width: 550px; margin: 0; color: rgba(28,28,38,.5); font-size: 13px; }

.services { background: var(--ink); color: var(--cream); }
.services .eyebrow { color: #e3d391; }
.services .section-heading h2 em { color: #a9bad4; }
.services .section-heading > p { color: rgba(255,250,246,.58); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 62px 34px; }
.service-card {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  overflow: visible;
  background: transparent;
}
.service-image { position: relative; width: 100%; height: auto; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.13); background: #f0efed; }
.service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.96); transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.service-image--advice img,
.service-image--bim img,
.service-image--vabi img { object-fit: contain; padding: 10px; }
.service-image--bim { background: var(--media-revit-surface); }
.service-image--bim img { mix-blend-mode: darken; filter: saturate(.64) contrast(.92) brightness(1.02); }
.service-image--scan { background: #050505; }
.service-image--scan img { object-position: 49% 54%; transform: scale(1.08); }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-card:hover .service-image--scan img { transform: scale(1.13); }
.service-image--photo img { object-position: 42% 48%; }
.service-copy { position: relative; min-height: 0; padding: 3px 0 0; }
.service-copy .tag { color: rgba(255,250,246,.72); border-color: rgba(255,255,255,.18); }
.service-copy h3 { margin-top: 24px; font-size: clamp(24px, 2.1vw, 30px); line-height: 1.1; }
.service-copy p { color: rgba(255,250,246,.52); font-size: 14px; }

.projects { position: relative; padding-bottom: 165px; background: var(--cream); }
.projects > .shell { position: relative; z-index: 1; }
.project-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 18px; }
.project-layout--single { grid-template-columns: 1fr; }
.project-layout--single .project-feature { grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); min-height: 540px; }
.project-feature, .project-card { border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.28); }
.project-feature { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 640px; overflow: hidden; }
.project-feature__image { position: relative; min-height: 460px; background: #efefed; overflow: hidden; }
.project-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.case-badge { position: absolute; top: 22px; left: 22px; padding: 8px 12px; border-radius: 2px; background: var(--rose); color: var(--cream); font-family: var(--heading); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.project-feature__copy { align-self: end; padding: 44px; }
.project-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; color: rgba(28,28,38,.5); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.project-meta span + span::before { content: "/"; margin-right: 12px; }
.project-feature h3 { margin-top: 24px; font-size: clamp(38px, 4vw, 58px); }
.project-feature p { color: rgba(28,28,38,.62); }
.case-status { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.6; }
.project-side { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.project-card { position: relative; overflow: hidden; min-height: 311px; }
.project-card > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.project-card > div { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 24px 22px; background: linear-gradient(transparent, rgba(28,28,38,.9)); color: var(--cream); }
.project-card h3 { margin-top: 12px; font-size: 25px; }
.project-card p { margin: 5px 0 0; color: rgba(255,250,246,.62); font-size: 12px; }
.project-card--anonymous img { filter: grayscale(1) contrast(.88); }
.privacy-note { margin-top: 18px; display: flex; align-items: center; gap: 20px; padding: 25px 30px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.privacy-note__icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--gold); }
.privacy-note strong { font-family: var(--heading); }
.privacy-note p { margin: 2px 0 0; color: rgba(28,28,38,.54); font-size: 13px; }

.scan-story { position: relative; padding: 175px 0 165px; background: var(--ink); color: var(--cream); }
.scan-story__lines { position: absolute; z-index: 1; inset: auto -4% -5% 29%; height: 620px; opacity: .88; filter: drop-shadow(0 0 12px rgba(100,128,175,.16)); pointer-events: none; }
.scan-story__lines svg { width: 100%; height: 100%; }
.scan-story__lines path { fill: none; stroke: var(--blue); stroke-width: 1.25; vector-effect: non-scaling-stroke; }
.scan-story__lines path:nth-child(n+4) { stroke: var(--gold); }
.scan-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.scan-copy h2 { font-size: clamp(48px, 5vw, 74px); }
.scan-copy h2 em { color: #a9bad4; }
.scan-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,250,246,.6); }
.check-list { margin: 34px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; padding: 10px 0; color: rgba(255,250,246,.8); font-size: 14px; }
.check-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(187,164,100,.13); }
.scan-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: #000; box-shadow: 0 40px 90px rgba(0,0,0,.26); }
.scan-visual img { width: 100%; aspect-ratio: 1.35; object-fit: cover; object-position: 49% 52%; transform: scale(1.08); }
.scan-visual figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; display: flex; justify-content: space-between; gap: 16px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(28,28,38,.78); backdrop-filter: blur(8px); color: rgba(255,250,246,.64); font-size: 10px; }

.matterport-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #08080b; }
.matterport-shell iframe { display: block; width: 100%; aspect-ratio: 16 / 10; border: 0; background: #08080b url("assets/images/scan-dollhouse-project.webp") center / contain no-repeat; }
.matterport-shell__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 16px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,250,246,.58); font-size: 10px; }
.matterport-shell__footer a { color: var(--cream); border-bottom: 1px solid rgba(255,250,246,.45); }
.matterport-qr { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.matterport-qr img { width: 46px; height: 46px; padding: 3px; background: var(--cream); }
.matterport-qr span { max-width: 90px; line-height: 1.25; }

.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 110px 1fr; padding: 38px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--rose); font-family: var(--heading); font-size: 16px; }
.process-list li > div { display: grid; grid-template-columns: .75fr 1.25fr; align-items: baseline; gap: 50px; }
.process-list h3 { font-size: clamp(32px, 4vw, 48px); }
.process-list p { max-width: 580px; margin: 0; color: rgba(28,28,38,.58); }

.founder { position: relative; z-index: 2; padding-top: 190px; background: var(--cream-deep); }
.founder-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px clamp(45px, 7vw, 100px); align-items: stretch; }
.founder-photo { margin: 0; border: 1px solid var(--line); background: var(--ink); }
.founder-photo img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center 34%; filter: saturate(.72); }
.founder-story { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 5vw, 70px); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.founder-kicker { color: var(--rose); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.founder-story p { max-width: 750px; margin: 35px 0 0; font-size: clamp(24px, 2.6vw, 38px); line-height: 1.35; letter-spacing: -.025em; }
.founder-values { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.founder-values > div { display: grid; grid-template-columns: 38px 1fr; gap: 8px 12px; padding: 30px 30px 0 0; border-right: 1px solid var(--line); }
.founder-values > div + div { padding-left: 30px; }
.founder-values > div:last-child { border-right: 0; }
.founder-values span { color: var(--rose); font-size: 10px; }
.founder-values h3 { font-size: 21px; }
.founder-values p { grid-column: 2; margin: 0; color: rgba(28,28,38,.55); font-size: 13px; }

.blog { padding-top: 175px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.blog-card { min-height: 310px; padding: 30px 28px 30px 0; border-right: 1px solid var(--line); }
.blog-card + .blog-card { padding-left: 28px; }
.blog-card:last-child { border-right: 0; }
.blog-type { color: var(--rose); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.blog-card h3 { margin-top: 55px; font-size: clamp(23px, 2.25vw, 34px); line-height: 1.1; }
.blog-card p { margin: 28px 0 0; color: rgba(28,28,38,.56); font-size: 12px; }

.quiet-routes { padding: 132px 0 142px; background: var(--cream-deep); }
.quiet-routes__grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quiet-route { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px 44px 34px 0; color: var(--ink); text-decoration: none; }
.quiet-route + .quiet-route { padding-left: 44px; border-left: 1px solid var(--line); }
.quiet-route span { color: var(--rose); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.quiet-route strong { max-width: 560px; font-size: clamp(28px, 3vw, 44px); line-height: 1.12; letter-spacing: -.035em; }
.quiet-route i { position: absolute; right: 20px; bottom: 32px; font-style: normal; transition: transform .25s ease; }
.quiet-route:hover i { transform: translate(4px, 4px); }
.content-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 15px; margin-top: 34px; color: rgba(28,28,38,.62); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.content-flow i { height: 1px; background: linear-gradient(90deg, var(--blue), var(--gold)); }

.final-cta { padding: 155px 0 110px; background: #e7ebf2; color: var(--ink); }
.final-cta__inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; }
.final-cta h2 { font-size: clamp(48px, 5.6vw, 80px); }
.final-cta h2 em { color: var(--rose); }
.final-cta__action p { max-width: 450px; margin-bottom: 30px; color: rgba(28,28,38,.66); }

.footer { padding: 125px 0 24px; background: var(--ink); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, .7fr); gap: 60px; }
.footer-brand img { width: 210px; height: auto; aspect-ratio: 759 / 181; filter: invert(1); opacity: .92; }
.footer-brand p { color: rgba(255,250,246,.42); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { margin-bottom: 8px; font-family: var(--heading); font-size: 12px; }
.footer-grid a { color: rgba(255,250,246,.55); font-size: 12px; }
.footer-grid a:hover { color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,250,246,.35); font-size: 10px; }
.footer-bottom a { color: rgba(255,250,246,.55); text-decoration: underline; text-decoration-color: rgba(255,250,246,.2); text-underline-offset: 4px; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--cream); text-decoration-color: currentColor; }

.has-js .reveal { opacity: 0; transform: translateY(22px); transition: opacity var(--reveal-duration) ease, transform var(--reveal-duration) cubic-bezier(.2,.75,.25,1); }
.has-js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.has-js .model-stage.reveal.is-visible { transform: translate(var(--pointer-shift-x), var(--pointer-shift-y)); transition-duration: .28s; }
.reveal--delay-small { transition-delay: .07s; }
.reveal--delay { transition-delay: .14s; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 980px); }
  .nav { min-height: 80px; }
  .brand { width: 185px; }
  .nav-menu { gap: 17px; font-size: 13px; }
  .hero { min-height: 780px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .model-stage { min-height: 520px; }
  .scroll-story__sticky { top: 80px; height: calc(100vh - 80px); }
  .story-sequence { margin-top: calc(-100vh + 80px); }
  .story-step { min-height: 140vh; }
  .product-stage { min-height: 470px; }
  .product-window__body { grid-template-columns: 58px 1fr; }
  .product-content { padding: 24px; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 270px 270px; }
  .bento--large { grid-row: span 2; }
  .bento--gold { grid-column: span 2; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { grid-template-columns: minmax(145px, 185px) minmax(0, 1fr); gap: 22px; }
  .project-feature { grid-template-columns: 1fr; }
  .project-feature__copy { padding: 34px; }
  .project-layout { grid-template-columns: 1.2fr .8fr; }
}

@media (max-width: 840px) {
  .concept-bar__detail { display: none; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-menu { position: fixed; inset: 114px 16px auto; display: grid; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .nav-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-menu > a:not(.button) { padding: 13px 7px; border-bottom: 1px solid var(--line); }
  .nav-menu .button { margin-top: 14px; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero { padding: 70px 0 165px; }
  .hero-axis { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 690px; }
  .model-stage { width: min(650px, 100%); min-height: 590px; margin-inline: auto; }
  .product-stage { width: min(650px, 100%); margin-inline: auto; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-strip { padding-block: 50px; }
  .trust-curve { display: none; }
  .trust-grid > div, .trust-grid > div:nth-child(2), .trust-grid > div:nth-child(3) { min-height: 68px; justify-content: flex-start; padding: 8px 0; transform: none; }
  .trust-grid span { white-space: normal; }
  .section { padding: 100px 0; }
  .section-heading, .section-heading--compact { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p { max-width: 620px; }
  .addin-editorial { grid-template-columns: 1fr; }
  .addin-editorial__lead { position: static; }
  .addin-tool-groups { margin-top: 25px; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 280px 280px; }
  .bento--large { grid-column: span 2; grid-row: auto; }
  .bento--gold { grid-column: span 2; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: minmax(180px, 220px) minmax(0, 1fr); }
  .project-layout { grid-template-columns: 1fr; }
  .project-feature { grid-template-columns: 1fr 1fr; min-height: 540px; }
  .project-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .scan-grid { grid-template-columns: 1fr; }
  .scan-copy { max-width: 650px; }
  .process-list li > div { grid-template-columns: 1fr; gap: 12px; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-photo img { min-height: 690px; }
  .founder-values { grid-column: auto; }
  .blog-grid { grid-template-columns: 1fr; }
  .quiet-routes__grid { grid-template-columns: 1fr; }
  .quiet-route, .quiet-route + .quiet-route { min-height: 210px; padding: 30px 0; border-left: 0; }
  .quiet-route + .quiet-route { border-top: 1px solid var(--line); }
  .blog-card, .blog-card + .blog-card { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .blog-card h3 { margin-top: 28px; }
  .content-flow { grid-template-columns: auto 1fr auto; }
  .content-flow span:nth-of-type(3), .content-flow span:nth-of-type(4), .content-flow i:nth-of-type(2), .content-flow i:nth-of-type(3) { display: none; }
  .final-cta__inner { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: span 3; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); --curve-depth: 90px; }
  .concept-bar { min-height: 30px; font-size: 9px; }
  .nav { min-height: 72px; }
  .brand { width: 170px; }
  .nav-menu { inset: 102px 12px auto; }
  .hero { min-height: 0; padding: 55px 0 130px; }
  h1 { font-size: clamp(43px, 13.5vw, 60px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: fit-content; }
  .microcopy { line-height: 1.5; }
  .hero-service-line {
    position: relative;
    bottom: auto;
    margin-top: 28px;
    padding-inline: 16px;
    font-size: 12px;
    line-height: 1.7;
  }
  .model-stage { min-height: 520px; }
  .model-frame { width: 94%; transform: translate(-2%, 0); }
  .model-frame img { aspect-ratio: 1; }
  .model-cubes { right: -5%; bottom: -8%; width: 42%; }
  .image-label { left: 9px; top: 9px; font-size: 8px; }
  .product-stage { min-height: 405px; }
  .stage-orbit--one { width: 340px; height: 320px; }
  .stage-orbit--two { width: 285px; height: 385px; }
  .product-window { transform: none; border-radius: 18px; }
  .product-window__bar { grid-template-columns: 1fr auto; padding: 0 13px; }
  .product-window__bar > span:nth-child(2) { display: none; }
  .product-window__body { min-height: 340px; grid-template-columns: 48px 1fr; }
  .product-sidebar { padding-top: 16px; gap: 16px; }
  .product-sidebar img { width: 27px; height: 27px; }
  .product-content { padding: 18px 14px; }
  .product-heading strong { font-size: 22px; }
  .product-count { font-size: 28px; }
  .workflow-row { grid-template-columns: 34px 1fr auto; gap: 10px; padding: 11px 0; }
  .workflow-icon { width: 31px; height: 31px; }
  .stage-label { right: 4px; bottom: -5px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2 { font-size: clamp(39px, 11vw, 55px); }
  .scroll-story { min-height: 0; padding: 70px 0; }
  .scroll-story__sticky { display: none; }
  .story-sequence { margin-top: 0; }
  .story-step { min-height: 0; width: 100%; display: block; padding: 0 0 90px; }
  .story-step:last-child { padding-bottom: 0; }
  .story-step__mobile { display: block; width: 100%; height: 330px; margin-bottom: 32px; border: 1px solid rgba(255,255,255,.14); object-fit: cover; background: #08080b; }
  .story-step:nth-child(1) .story-step__mobile, .story-step:nth-child(3) .story-step__mobile, .story-step:nth-child(4) .story-step__mobile { object-fit: contain; background: #ecebea; }
  .story-step:nth-child(1) .story-step__mobile, .story-step:nth-child(3) .story-step__mobile { opacity: .92; mix-blend-mode: darken; }
  .story-step:nth-child(4) .story-step__mobile { background: var(--ink); }
  .story-step__copy { max-width: none; padding-left: 18px; }
  .story-step__copy h2 { font-size: clamp(42px, 12vw, 58px); }
  .story-step__copy > p:not(.story-chapter) { font-size: 15px; }
  .story-platform-mark { width: 30px; height: 30px; }
  .addin-tool-group { grid-template-columns: 48px 1fr; gap: 14px; }
  .addin-tool-group__index svg { width: 34px; height: 34px; }
  .bento-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .bento, .bento--large, .bento--gold { grid-column: auto; grid-row: auto; min-height: 300px; padding: 26px; }
  .bento--large { min-height: 430px; }
  .flow-map { left: 26px; right: 26px; bottom: 34px; gap: 6px; }
  .flow-map span { font-size: 8px; }
  .bento blockquote { margin-top: 44px; }
  .section-action { align-items: flex-start; flex-direction: column; }
  .service-card { grid-template-columns: 1fr; gap: 22px; }
  .service-image { width: min(52vw, 180px); height: auto; }
  .service-copy { min-height: 0; }
  .project-feature { grid-template-columns: 1fr; }
  .project-feature__image { min-height: 350px; }
  .project-feature__copy { padding: 28px; }
  .project-side { grid-template-columns: 1fr; }
  .project-card { min-height: 330px; }
  .projects { padding-bottom: 120px; }
  .project-layout--single .project-feature { grid-template-columns: 1fr; min-height: 0; }
  .privacy-note { align-items: flex-start; padding: 21px; }
  .scan-story { padding: 145px 0 120px; }
  .scan-story__lines { right: 0; overflow: hidden; }
  .founder { padding-top: 135px; }
  .scan-copy h2 { font-size: 48px; }
  .matterport-shell iframe { aspect-ratio: 4 / 5; }
  .matterport-shell__footer { align-items: flex-start; flex-direction: column; gap: 10px; }
  .matterport-qr { display: none; }
  .scan-visual img { aspect-ratio: .9; }
  .scan-visual figcaption { align-items: flex-start; flex-direction: column; border-radius: 15px; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 10px; }
  .founder-photo img { min-height: 0; aspect-ratio: 4 / 5; }
  .founder-story { padding: 28px 0; }
  .founder-values { grid-template-columns: 1fr; }
  .founder-values > div, .founder-values > div + div { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .content-flow { grid-template-columns: 1fr; gap: 10px; padding-left: 16px; border-left: 1px solid var(--gold); }
  .content-flow i { display: none; }
  .content-flow span:nth-of-type(3), .content-flow span:nth-of-type(4) { display: block; }
  .final-cta { padding: 125px 0 82px; }
  .quiet-routes { padding: 100px 0 105px; }
  .footer { padding-top: 105px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: span 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .has-js .reveal { opacity: 1; transform: none; }
  .model-stage, .story-backdrop img, .story-graphic__marker { transform: none !important; transition: none !important; }
}

/* v5.14: one crisp brand curve per transition; no haze or stacked shadow edge. */
.curve-in::before {
  top: calc((var(--curve-depth) * -.52) - 3px);
  height: calc(var(--curve-depth) + 6px);
  box-shadow: none;
}
.curve-in::after {
  top: calc((var(--curve-depth) * -.52) - 3px);
  height: calc(var(--curve-depth) + 6px);
}

.hero { min-height: 760px; }
.hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr); }
.hero-copy { position: relative; z-index: 3; }
.hero-imprint {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform: translate(var(--pointer-shift-x), var(--pointer-shift-y));
  transition: transform .35s ease-out;
}
.hero-imprint > img:first-child {
  width: 112%;
  max-width: none;
  opacity: .3;
  filter: saturate(.52) contrast(.84) brightness(1.04);
  mix-blend-mode: multiply;
  transform: translateX(-3%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 88%, transparent 100%);
}
.has-js .hero-imprint.reveal.is-visible {
  transform: translate(var(--pointer-shift-x), var(--pointer-shift-y));
}

.story-backdrop { background: #17171f !important; }
.story-backdrop img,
.story-backdrop--bim img,
.story-backdrop--scan img,
.story-backdrop--vabi img,
.story-backdrop--addin img {
  position: absolute;
  top: 11%;
  right: 4%;
  width: min(68vw, 1150px);
  height: 78%;
  object-fit: contain;
  object-position: center;
  opacity: .92;
  -webkit-mask-image: radial-gradient(ellipse 70% 68% at 60% 50%, #000 38%, rgba(0,0,0,.96) 63%, transparent 94%);
  mask-image: radial-gradient(ellipse 70% 68% at 60% 50%, #000 38%, rgba(0,0,0,.96) 63%, transparent 94%);
}
.story-backdrop--bim img,
.story-backdrop--vabi img {
  mix-blend-mode: screen;
  filter: invert(1) hue-rotate(180deg) saturate(.52) contrast(1.08) brightness(.9);
}
.story-backdrop--scan img {
  opacity: .96;
  filter: saturate(.68) contrast(1.02) brightness(.82);
}
.story-backdrop--addin img {
  width: min(62vw, 1040px);
  opacity: .88;
  mix-blend-mode: screen;
  filter: saturate(.72) contrast(1.02) brightness(.78);
}
.story-shade {
  background: linear-gradient(90deg, rgba(18,18,25,.98) 0%, rgba(18,18,25,.84) 31%, rgba(18,18,25,.25) 63%, rgba(18,18,25,.42) 100%), linear-gradient(0deg, rgba(18,18,25,.48), transparent 42%);
}

.service-image--advice img {
  padding: 10px;
  filter: saturate(.68) contrast(.9) brightness(1.02);
}

.project-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}
.project-preview { min-width: 0; }
.project-preview figure {
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(28,28,38,.12);
  border-radius: 0;
  background: rgba(255,255,255,.48);
}
.project-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7%;
  filter: saturate(.82) contrast(.96);
  transition: transform .55s cubic-bezier(.2,.75,.25,1), filter .35s ease;
}
.project-preview--revit figure {
  padding: 0;
  border-radius: 0;
  background: var(--media-revit-surface);
  isolation: isolate;
}
.project-preview--matterport figure { background: var(--media-matterport); border-color: rgba(28,28,38,.28); }
.project-preview--vabi figure { background: var(--media-vabi); }
.project-preview--revit img,
.project-preview--matterport img,
.project-preview--vabi img { padding: 0; }
.project-preview--revit img {
  background: transparent;
  opacity: var(--media-revit-opacity);
  filter: saturate(.62) contrast(.9) brightness(1.02);
  mix-blend-mode: darken;
  transform: scale(.94);
  transform-origin: center;
  transition: transform .55s cubic-bezier(.2,.75,.25,1), opacity .35s ease;
  -webkit-mask-image: radial-gradient(ellipse 88% 84% at 50% 51%, #000 54%, rgba(0,0,0,.96) 72%, rgba(0,0,0,.52) 92%, transparent 100%);
  mask-image: radial-gradient(ellipse 88% 84% at 50% 51%, #000 54%, rgba(0,0,0,.96) 72%, rgba(0,0,0,.52) 92%, transparent 100%);
}
.project-preview:hover img { transform: scale(1.045); filter: saturate(.9) contrast(.98); }
.project-preview--revit:hover img {
  transform: scale(.975);
  opacity: var(--media-revit-hover-opacity);
  filter: saturate(.62) contrast(.9) brightness(1.02);
}
.project-preview--matterport:hover img,
.project-preview--vabi:hover img { transform: scale(1.025); }
.project-preview > span {
  display: block;
  margin-top: 21px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.project-preview h3 { margin-top: 8px; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.08; }
.projects .section-action { justify-content: flex-end; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); }
  .hero-imprint { min-height: 470px; }
}

@media (max-width: 840px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-imprint { min-height: 410px; margin-top: -30px; }
  .hero-imprint > img:first-child { width: min(720px, 112%); opacity: .24; }
  .project-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .hero-imprint { height: 270px; min-height: 270px; margin: -18px -30px 0; overflow: hidden; }
  .hero-imprint > img:first-child { width: 118%; max-height: 260px; object-fit: contain; opacity: .16; }
  .project-preview-grid { grid-template-columns: 1fr; gap: 42px; }
  .project-preview figure { aspect-ratio: 1; }
  .story-step__mobile { border-radius: 50% 50% 0 0 / 20% 20% 0 0; padding: 4%; filter: saturate(.66) contrast(.92); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-imprint,
  .project-preview img { transform: none !important; }
  .project-preview--revit img { transform: scale(.94) !important; opacity: var(--media-revit-opacity); }
}

.matterport-gate { position: relative; min-height: 0; aspect-ratio: 16 / 10; overflow: hidden; }
.matterport-gate > img { width: 100%; height: 100%; object-fit: cover; opacity: .78; filter: saturate(.72) contrast(.94); }
.matterport-gate::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,11,.82), rgba(8,8,11,.06) 65%); pointer-events: none; }
.matterport-gate__action { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--cream); }
.matterport-gate__action > span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.matterport-gate__action button { display: none; }
.has-js .matterport-gate__action button { display: inline-flex; }
.matterport-frame { position: relative; aspect-ratio: 16 / 10; background: #08080b url("assets/images/bimmate-matterport-poster.webp") center / cover no-repeat; }
.matterport-frame iframe { display: block; width: 100%; height: 100%; border: 0; background: #08080b; }
.matterport-frame[hidden], .matterport-gate[hidden] { display: none; }
.matterport-frame__mobile-exit { display: none; }
.matterport-frame__mobile-exit[hidden] { display: none; }

@media (max-width: 1350px) and (min-width: 1121px) {
  .nav { gap: 18px; }
  .brand { width: 185px; }
  .nav-menu { gap: 15px; font-size: 13px; }
  .nav-menu > a.nav-product-link { padding-inline: 12px; }
  .nav-menu .button--small { padding-inline: 15px; }
}

@media (max-width: 1120px) {
  .nav { min-height: 80px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-menu { position: fixed; inset: 114px 16px auto; display: grid; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .nav-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-menu > a:not(.button) { padding: 13px 7px; border-bottom: 1px solid var(--line); }
  .nav-menu > a.nav-product-link {
    width: 100%;
    margin: 8px 0 2px;
    padding: 11px 13px;
    border-color: rgba(100,128,175,.38);
  }
  .nav-services { border-bottom: 1px solid var(--line); }
  .nav-services__toggle { width: 100%; justify-content: space-between; padding: 13px 7px; }
  .nav-services__toggle::after { display: none; }
  .nav-services__panel {
    position: static;
    width: auto;
    max-height: 0;
    overflow: hidden;
    gap: 0;
    padding: 0 7px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: none;
    transition: max-height .25s ease, padding .25s ease;
  }
  .nav-services.is-open .nav-services__panel { max-height: 310px; padding: 2px 7px 12px; pointer-events: auto; }
  .nav-services__panel a { padding: 10px 13px; font-size: 13px; }
  .nav-services__panel a:first-child { margin-bottom: 2px; background: transparent; }
  .nav-menu .button { margin-top: 14px; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
}

@media (max-width: 600px) {
  .nav-menu { inset: 102px 12px auto; }
  .matterport-gate, .matterport-frame { aspect-ratio: 4 / 5; }
  .matterport-gate__action { left: 18px; right: 18px; bottom: 18px; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .matterport-frame__mobile-exit {
    position: relative;
    z-index: 5;
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    padding: 0 16px;
    border: 0;
    border-bottom: 1px solid rgba(255, 250, 246, .28);
    border-radius: 0;
    color: #fffaf6;
    background: #1c1c26;
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
    cursor: pointer;
  }
  .matterport-frame__mobile-exit::before { content: "\2190"; font-size: 17px; line-height: 1; }
  .matterport-frame__mobile-exit[data-matterport-state="paused"]::before { content: "\2197"; }
  .matterport-frame__mobile-exit:focus-visible { outline: 3px solid #bba464; outline-offset: 3px; }
}

/* Local v5.3 taste test — a tiny brand observer in the wide desktop gutter. */
.brand-observer {
  --observer-look-x: 0px;
  --observer-look-y: 0px;
  position: fixed;
  z-index: 40;
  right: max(10px, calc((100vw - 1320px) / 4));
  bottom: 24px;
  display: none;
  width: 50px;
  height: 57px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(7px) scale(.96);
  transition: opacity .45s ease, transform .45s cubic-bezier(.2,.75,.25,1);
}
.brand-observer.is-ready {
  opacity: .82;
  transform: translateY(0) scale(1);
}
.brand-observer__arch {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(100,128,175,.64);
  border-bottom-color: rgba(187,164,100,.65);
  border-radius: 50% 50% 18% 18% / 38% 38% 13% 13%;
  background: rgba(255,250,246,.9);
  box-shadow: 0 8px 22px rgba(28,28,38,.09);
}
.brand-observer__arch::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 8px;
  left: 50%;
  width: 1px;
  background: linear-gradient(rgba(100,128,175,.16), transparent 68%);
}
.brand-observer__arch::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}
.brand-observer__eye {
  position: absolute;
  top: 19px;
  width: 10px;
  height: 14px;
  overflow: hidden;
  border: 1px solid rgba(100,128,175,.55);
  border-radius: 50%;
  background: rgba(100,128,175,.08);
}
.brand-observer__eye--left { left: 11px; }
.brand-observer__eye--right { right: 11px; }
.brand-observer__pupil {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
  transform: translate(calc(-50% + var(--observer-look-x)), calc(-50% + var(--observer-look-y)));
  will-change: transform;
}
.brand-observer__mouth {
  position: absolute;
  left: 17px;
  bottom: 10px;
  width: 16px;
  height: 6px;
  border-bottom: 1px solid rgba(141,96,100,.82);
  border-radius: 0 0 50% 50%;
}

@media (min-width: 1360px) and (hover: hover) and (pointer: fine) {
  .brand-observer { display: block; }
}

@media (min-width: 1121px) and (max-width: 1359px) and (hover: hover) and (pointer: fine) {
  .brand-observer {
    right: 3px;
    bottom: 18px;
    display: block;
    width: 32px;
    height: 37px;
  }
  .brand-observer__arch {
    inset: auto 0 0 auto;
    width: 50px;
    height: 57px;
    transform: scale(.64);
    transform-origin: right bottom;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-observer { display: none !important; }
}

/* Local v5.4 taste test - a restrained, pointer-reactive 3D Bimmate mark. */
.brand-object {
  --object-rotate-x: 0deg;
  --object-rotate-y: 0deg;
  position: fixed;
  z-index: 39;
  top: 49%;
  right: max(4px, calc((100vw - 1220px) / 2 - 112px));
  display: none;
  width: clamp(58px, calc(58px + (100vw - 1360px) * .06), 92px);
  aspect-ratio: 1;
  pointer-events: none;
  perspective: 460px;
  opacity: 0;
  transform: translateY(calc(-50% + 7px)) scale(.96);
  transition: opacity .5s ease, transform .55s cubic-bezier(.2,.75,.25,1);
}
.brand-object.is-ready {
  opacity: .84;
  transform: translateY(-50%) scale(1);
}
.brand-object__body {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform: rotateX(var(--object-rotate-x)) rotateY(var(--object-rotate-y)) rotateZ(-4deg);
  filter: drop-shadow(0 9px 12px rgba(28,28,38,.16)) drop-shadow(0 0 1px rgba(255,250,246,.8));
  will-change: transform;
}
.brand-object__layer {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(145deg, #3a3945, var(--ink) 74%);
  -webkit-mask: url("assets/images/bimmate-mark.svg") center / 176% auto no-repeat;
  mask: url("assets/images/bimmate-mark.svg") center / 176% auto no-repeat;
  transform: translateZ(calc(var(--layer-depth) * .72px));
  backface-visibility: hidden;
}
.brand-object__layer--edge {
  background: linear-gradient(145deg, #d4c486, var(--gold) 72%);
}
.brand-object__layer--face {
  background: linear-gradient(145deg, #8ca2c6 4%, var(--blue) 58%, #4f6998 100%);
}
.brand-object__shadow {
  position: absolute;
  left: 23%;
  right: 23%;
  bottom: 10%;
  height: 9%;
  border-radius: 50%;
  background: rgba(28,28,38,.25);
  filter: blur(7px);
  opacity: .42;
  transform: translateY(10px) scaleX(.9);
}

@media (min-width: 1360px) and (hover: hover) and (pointer: fine) {
  .brand-object { display: block; }
}

@media (min-width: 1121px) and (max-width: 1359px) and (hover: hover) and (pointer: fine) {
  .brand-object {
    right: -1px;
    display: block;
    width: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-object { display: none !important; }
}

/* Local v5.13.2 taste test - a quiet geometric Bimmate sensor. */
.brand-sensor {
  --sensor-rotate-x: -1deg;
  --sensor-rotate-y: 1.5deg;
  position: fixed;
  z-index: 38;
  top: 47%;
  right: max(8px, calc((100vw - 1220px) / 2 - 86px));
  display: none;
  width: clamp(56px, calc(56px + (100vw - 1360px) * .022), 72px);
  aspect-ratio: 1;
  pointer-events: none;
  perspective: 420px;
  opacity: 0;
  transform: translateY(calc(-50% + 5px)) scale(.97);
  transition: opacity .5s ease, transform .55s cubic-bezier(.2,.75,.25,1);
}
.brand-sensor.is-ready {
  opacity: .7;
  transform: translateY(-50%) scale(1);
}
.brand-sensor__frame,
.brand-sensor__body {
  position: absolute;
  inset: 0;
}
.brand-sensor__corner {
  position: absolute;
  width: 9px;
  height: 9px;
  border-color: rgba(100,128,175,.72);
  border-style: solid;
  border-width: 0;
}
.brand-sensor__corner--north-west {
  top: 0;
  left: 0;
  border-top-width: 1px;
  border-left-width: 1px;
}
.brand-sensor__corner--north-east {
  top: 0;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
.brand-sensor__corner--south-west {
  bottom: 0;
  left: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.brand-sensor__corner--south-east {
  right: 0;
  bottom: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(187,164,100,.86);
}
.brand-sensor__axis {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(100,128,175,.2), transparent);
}
.brand-sensor__axis--vertical {
  top: 7px;
  bottom: 7px;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(100,128,175,.18), transparent);
}
.brand-sensor__axis--horizontal {
  top: 50%;
  right: 7px;
  left: 7px;
  height: 1px;
}
.brand-sensor__datum {
  position: absolute;
  right: -2px;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border: 1px solid rgba(187,164,100,.9);
  transform: rotate(45deg);
  background: var(--paper);
}
.brand-sensor__body {
  inset: 13%;
  transform-style: preserve-3d;
  transform: rotateX(var(--sensor-rotate-x)) rotateY(var(--sensor-rotate-y)) rotateZ(-2deg);
  will-change: transform;
}
.brand-sensor__layer {
  position: absolute;
  inset: 0;
  display: block;
  -webkit-mask: url("assets/images/bimmate-mark.svg") center / 176% auto no-repeat;
  mask: url("assets/images/bimmate-mark.svg") center / 176% auto no-repeat;
  backface-visibility: hidden;
}
.brand-sensor__layer--depth {
  background: rgba(187,164,100,.68);
  transform: translate3d(1.2px, 1.4px, -1px);
}
.brand-sensor__layer--face {
  background: linear-gradient(145deg, #8499bd 4%, var(--blue) 70%, #526d9b 100%);
  transform: translateZ(1px);
}

@media (min-width: 1600px) and (hover: hover) and (pointer: fine) {
  .brand-sensor { display: block; }
}

@media (min-width: 1121px) and (max-width: 1599px) and (hover: hover) and (pointer: fine) {
  .brand-sensor {
    right: 1px;
    display: block;
    width: 30px;
  }
  .brand-sensor__corner { width: 6px; height: 6px; }
  .brand-sensor__axis--vertical { top: 5px; bottom: 5px; }
  .brand-sensor__axis--horizontal { right: 5px; left: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-sensor { display: none !important; }
}
