/* Generated by scripts/build-wide.cjs; edit source styles instead. */
@media(min-width:1921px) {
:root { --wide-unit: calc(100vw / 1920); }
@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/albert-sans-400.ttf") format("truetype");
}
@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/albert-sans-500.ttf") format("truetype");
}
@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/albert-sans-600.ttf") format("truetype");
}
@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/albert-sans-700.ttf") format("truetype");
}
:root {
  color-scheme: dark;
  --bg: #111214;
  --footer: #08090b;
  --text: #fff;
  --muted: #d0d0d4;
  --purple: #7c3cff;
  --border: #34343c;
  --container: calc(1280 * var(--wide-unit));
  --space: clamp(calc(64 * var(--wide-unit)), 8.333vw, calc(120 * var(--wide-unit)));
  --gutter: clamp(calc(24 * var(--wide-unit)), 5.556vw, calc(80 * var(--wide-unit)));
  --radius: calc(12 * var(--wide-unit));
  --hero-gradient: linear-gradient(
    90deg,
    #111214 0%,
    #201333 55%,
    #39166a 100%
  );
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(24 * var(--wide-unit));
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Albert Sans", Arial, sans-serif;
  font-size: calc(18 * var(--wide-unit));
  line-height: 1.5;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 700;
}
h1 {
  font-size: clamp(calc(36 * var(--wide-unit)), 3.889vw, calc(56 * var(--wide-unit)));
  line-height: 1.14;
  letter-spacing: -0.01em;
}
h2 {
  font-size: clamp(calc(29 * var(--wide-unit)), 2.778vw, calc(40 * var(--wide-unit)));
  line-height: 1.125;
  letter-spacing: -0.005em;
}
h3 {
  font-size: calc(24 * var(--wide-unit));
  line-height: 1.2;
  font-weight: 600;
}
p {
  color: var(--muted);
}
p + p {
  margin-top: calc(24 * var(--wide-unit));
}
:focus-visible {
  outline: calc(3 * var(--wide-unit)) solid #c9a7ff;
  outline-offset: calc(5 * var(--wide-unit));
}
a:hover {
  color: #c9a7ff;
}
a:active {
  opacity: 0.8;
}
::selection {
  background: #7c3cff;
  color: #fff;
}
.container {
  width: min(var(--container), calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}
.eyebrow {
  font-size: calc(16 * var(--wide-unit));
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--purple);
  margin: 0 0 calc(24 * var(--wide-unit));
}
.number {
  color: var(--purple);
  font-size: calc(24 * var(--wide-unit));
  font-weight: 600;
}
.sr-only {
  position: absolute;
  width: calc(1 * var(--wide-unit));
  height: calc(1 * var(--wide-unit));
  padding: 0;
  margin: calc(-1 * var(--wide-unit));
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: calc(12 * var(--wide-unit));
  left: calc(12 * var(--wide-unit));
  transform: translateY(-160%);
  z-index: 100;
  background: #fff;
  color: #111214;
  padding: calc(12 * var(--wide-unit)) calc(20 * var(--wide-unit));
  border-radius: calc(6 * var(--wide-unit));
}
.skip-link:focus {
  transform: none;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: calc(52 * var(--wide-unit));
  border: calc(1 * var(--wide-unit)) solid transparent;
  border-radius: calc(8 * var(--wide-unit));
  padding: calc(12 * var(--wide-unit)) calc(28 * var(--wide-unit));
  background: var(--purple);
  color: #fff;
  font-size: calc(18 * var(--wide-unit));
  line-height: calc(24 * var(--wide-unit));
  font-weight: 600;
  text-align: center;
  transition:
    transform 0.18s,
    background 0.18s,
    box-shadow 0.18s;
}
.button:hover {
  background: #8b51ff;
  color: #fff;
  transform: translateY(calc(-2 * var(--wide-unit)));
  box-shadow: 0 calc(5 * var(--wide-unit)) calc(20 * var(--wide-unit)) #7c3cff25;
}
.button:active {
  transform: translateY(0);
}
.button-light {
  background: #fff;
  color: #2a0c62;
  font-size: calc(16 * var(--wide-unit));
  min-height: calc(60 * var(--wide-unit));
  border-radius: calc(6 * var(--wide-unit));
}
.button-light:hover {
  background: #eee5ff;
  color: #2a0c62;
}
.button-outline {
  background: transparent;
  border-color: var(--purple);
  padding: calc(11 * var(--wide-unit)) calc(25 * var(--wide-unit));
}
.button-outline:hover {
  background: #7c3cff18;
}
.button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
/* Shared navigation and footer. */
.site-header {
  height: calc(119 * var(--wide-unit));
  width: 100%;
  padding: calc(20 * var(--wide-unit)) clamp(calc(24 * var(--wide-unit)), 2.847vw, calc(41 * var(--wide-unit)));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #00000038;
  position: relative;
  z-index: 10;
  gap: calc(30 * var(--wide-unit));
}
.brand {
  display: block;
  flex: 0 1 calc(349 * var(--wide-unit));
}
.brand img {
  width: calc(349 * var(--wide-unit));
  height: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(493 * var(--wide-unit));
  padding-top: calc(23 * var(--wide-unit));
  gap: calc(28 * var(--wide-unit));
  font-size: calc(16 * var(--wide-unit));
  letter-spacing: -0.05em;
}
.main-nav a {
  position: relative;
  padding: 0 0 calc(14 * var(--wide-unit));
  white-space: nowrap;
}
.main-nav a[aria-current="page"]:after {
  position: absolute;
  content: "";
  height: calc(2 * var(--wide-unit));
  background: var(--purple);
  inset: auto 0 0;
}
.menu-toggle {
  display: none;
}
.site-footer {
  background: var(--footer);
  padding-top: calc(60 * var(--wide-unit));
  min-height: calc(400 * var(--wide-unit));
  font-size: calc(15 * var(--wide-unit));
  line-height: calc(22 * var(--wide-unit));
}
.footer-grid {
  display: grid;
  grid-template-columns: 400fr 260fr 200fr 240fr;
  gap: calc(60 * var(--wide-unit));
  min-height: calc(260 * var(--wide-unit));
}
.footer-brand img {
  width: calc(349 * var(--wide-unit));
}
.footer-brand p {
  max-width: calc(275 * var(--wide-unit));
  color: #a7a7ae;
  margin-top: calc(25 * var(--wide-unit));
  line-height: calc(23 * var(--wide-unit));
}
.site-footer h2 {
  font-size: calc(12 * var(--wide-unit));
  font-weight: 500;
  color: #a7a7ae;
  letter-spacing: 0.08em;
  line-height: calc(23 * var(--wide-unit));
  margin: 0 0 calc(22 * var(--wide-unit));
}
.site-footer nav > a {
  display: block;
  width: fit-content;
}
.site-footer [aria-current="page"] {
  color: var(--purple);
}
.footer-contact {
  padding-top: calc(10 * var(--wide-unit));
}
.footer-contact a {
  display: flex;
  align-items: center;
  gap: calc(10 * var(--wide-unit));
  min-height: calc(35 * var(--wide-unit));
  font-size: calc(15 * var(--wide-unit));
}
.footer-contact img {
  width: calc(24 * var(--wide-unit));
  height: calc(24 * var(--wide-unit));
  object-fit: contain;
}
.copyright {
  border-top: calc(1 * var(--wide-unit)) solid #24252a;
  padding: calc(25 * var(--wide-unit)) 0 calc(28 * var(--wide-unit));
  font-size: calc(13 * var(--wide-unit));
  color: #74757d;
  letter-spacing: 0.01em;
}
/* Hero gradient fades replicate the two Figma transition strengths. */
.hero-shell {
  background: var(--hero-gradient);
  position: relative;
  isolation: isolate;
}
.hero-shell:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: calc(260 * var(--wide-unit));
  background: linear-gradient(
    180deg,
    rgba(17, 18, 20, 0) 0%,
    rgba(17, 18, 20, 0) 46%,
    rgba(17, 18, 20, 0.22) 76%,
    rgba(17, 18, 20, 0.96) 100%
  );
  pointer-events: none;
  z-index: 2;
}
.page-hero {
  min-height: calc(561 * var(--wide-unit));
  position: relative;
  display: grid;
  grid-template-columns: 670fr 560fr;
  gap: calc(50 * var(--wide-unit));
  padding-top: calc(70 * var(--wide-unit));
  padding-bottom: calc(70 * var(--wide-unit));
  align-items: start;
}
.hero-copy {
  position: relative;
  z-index: 3;
}
.hero-copy .eyebrow {
  margin-bottom: calc(24 * var(--wide-unit));
}
.hero-copy > p:not(.eyebrow):not(.motto) {
  margin-top: calc(24 * var(--wide-unit));
  line-height: calc(25 * var(--wide-unit));
  max-width: calc(630 * var(--wide-unit));
}
.hero-art {
  position: relative;
  z-index: 1;
  align-self: start;
  justify-self: end;
  width: 100%;
  object-fit: contain;
  margin-top: calc(-30 * var(--wide-unit));
}
.services-hero h1,
.contact-hero h1 {
  font-size: clamp(calc(36 * var(--wide-unit)), 3.612vw, calc(52 * var(--wide-unit)));
  line-height: 1.115;
}
.services-hero .hero-art {
  width: calc(540 * var(--wide-unit));
}
.discover {
  display: inline-block;
  color: var(--purple);
  font-size: calc(16 * var(--wide-unit));
  margin-top: calc(24 * var(--wide-unit));
}
.about-hero .page-hero {
  grid-template-columns: 610fr 570fr;
  gap: calc(87 * var(--wide-unit));
  padding-bottom: 0;
}
.about-hero .hero-art {
  width: calc(570 * var(--wide-unit));
  align-self: end;
  margin-top: calc(-15 * var(--wide-unit));
  mask-image: linear-gradient(#000 0 84%, transparent 100%);
}
.about-hero .page-hero:before {
  content: "";
  position: absolute;
  right: calc(30 * var(--wide-unit));
  top: 0;
  width: calc(540 * var(--wide-unit));
  height: calc(561 * var(--wide-unit));
  background: linear-gradient(120deg, #7c3cff35, #4d16b412 70%, transparent);
  clip-path: polygon(43% 0, 100% 26%, 100% 100%, 0 100%);
}
.hero-copy .motto {
  margin-top: calc(64 * var(--wide-unit));
  padding-left: calc(14 * var(--wide-unit));
  border-left: calc(3 * var(--wide-unit)) solid var(--purple);
  font-size: calc(13 * var(--wide-unit));
  line-height: calc(16 * var(--wide-unit));
  letter-spacing: 0.18em;
  color: #e0e0e8;
}
.contact-hero .hero-copy > p:not(.eyebrow) {
  font-size: calc(20 * var(--wide-unit));
  line-height: calc(28 * var(--wide-unit));
  max-width: calc(610 * var(--wide-unit));
  margin-top: calc(36 * var(--wide-unit));
}
.contact-hero .hero-art {
  margin-top: calc(-39 * var(--wide-unit));
}
.legal-hero .page-hero {
  min-height: calc(341 * var(--wide-unit));
  padding-top: calc(61 * var(--wide-unit));
  padding-bottom: calc(35 * var(--wide-unit));
  grid-template-columns: 690fr 482fr;
  gap: calc(90 * var(--wide-unit));
}
.legal-hero .hero-copy > p:not(.eyebrow) {
  font-size: calc(20 * var(--wide-unit));
  line-height: calc(30 * var(--wide-unit));
  margin-top: calc(26 * var(--wide-unit));
}
.legal-hero .hero-art {
  width: calc(482 * var(--wide-unit));
  margin-top: calc(-62 * var(--wide-unit));
}
.legal-hero:after {
  height: calc(180 * var(--wide-unit));
  background: linear-gradient(
    180deg,
    rgba(17, 18, 20, 0) 0%,
    rgba(17, 18, 20, 0) 55%,
    rgba(17, 18, 20, 0.2) 82%,
    #111214 100%
  );
}
/* Landing page. */
.home-hero {
  height: min(61.243vw, calc(1080 * var(--wide-unit)));
  min-height: calc(700 * var(--wide-unit));
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.home-background {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: none;
  top: -12.36%;
  z-index: -2;
}
.home-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 13%;
  background: linear-gradient(transparent, var(--bg));
  pointer-events: none;
  z-index: -1;
}
.home-hero .site-header {
  background: transparent;
}
.home-hero-copy {
  position: absolute;
  top: 21.66%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: calc(600 * var(--wide-unit));
}
.home-hero h1 {
  font-size: clamp(calc(52 * var(--wide-unit)), 4.981vw, calc(88 * var(--wide-unit)));
  line-height: 0.99;
  letter-spacing: -0.05em;
}
.home-hero p {
  font-size: calc(20 * var(--wide-unit));
  font-weight: 600;
  line-height: calc(24 * var(--wide-unit));
  letter-spacing: -0.05em;
  color: #fff;
  margin-top: calc(20 * var(--wide-unit));
}
.home-hero .button {
  margin-top: calc(25 * var(--wide-unit));
  min-width: calc(220 * var(--wide-unit));
}
.home-intro {
  display: grid;
  grid-template-columns: 550fr 620fr;
  gap: calc(110 * var(--wide-unit));
  padding-top: calc(20 * var(--wide-unit));
  padding-bottom: calc(120 * var(--wide-unit));
  position: relative;
  min-height: calc(845 * var(--wide-unit));
}
.intro-copy h2 {
  max-width: calc(550 * var(--wide-unit));
}
.intro-copy > p:not(.eyebrow) {
  font-size: calc(18 * var(--wide-unit));
  line-height: calc(25 * var(--wide-unit));
  max-width: calc(550 * var(--wide-unit));
}
.intro-copy .short-rule {
  display: block;
  width: calc(64 * var(--wide-unit));
  height: calc(3 * var(--wide-unit));
  background: var(--purple);
  margin: calc(40 * var(--wide-unit)) 0 calc(30 * var(--wide-unit));
}
.intro-copy .button {
  margin: calc(28 * var(--wide-unit)) 0 0 calc(112 * var(--wide-unit));
}
.service-preview {
  position: relative;
  padding-top: calc(76 * var(--wide-unit));
  isolation: isolate;
}
.brand-orbit {
  position: absolute;
  z-index: -1;
  top: calc(-52 * var(--wide-unit));
  left: calc(30 * var(--wide-unit));
  width: calc(788 * var(--wide-unit));
  aspect-ratio: 1;
  border: calc(46 * var(--wide-unit)) solid #7c3cff15;
  border-radius: 50%;
  box-shadow: inset 0 0 0 calc(44 * var(--wide-unit)) #7c3cff08;
  pointer-events: none;
}
.brand-orbit img {
  position: absolute;
  top: calc(259 * var(--wide-unit));
  left: calc(225 * var(--wide-unit));
  width: calc(364 * var(--wide-unit));
  filter: drop-shadow(0 0 calc(25 * var(--wide-unit)) #7c3cff77);
}
.home-intro {
  clip-path: inset(calc(-60 * var(--wide-unit)) calc((calc(1280 * var(--wide-unit)) - 100vw) / 2) 0);
}
.service-card {
  position: relative;
  background: #111216bf;
  border: calc(1.5 * var(--wide-unit)) solid var(--border);
  border-radius: calc(12 * var(--wide-unit));
  display: flex;
  align-items: center;
  gap: calc(15 * var(--wide-unit));
  padding: calc(18 * var(--wide-unit)) calc(22 * var(--wide-unit));
  width: calc(430 * var(--wide-unit));
  min-height: calc(150 * var(--wide-unit));
  margin-bottom: calc(30 * var(--wide-unit));
}
.service-card > img {
  width: calc(60 * var(--wide-unit));
  height: calc(60 * var(--wide-unit));
  flex: none;
  background: #34343c60;
  border-radius: 50%;
  padding: calc(3 * var(--wide-unit));
}
.service-card h3 {
  margin-top: calc(1 * var(--wide-unit));
}
.service-card p {
  font-size: calc(16 * var(--wide-unit));
  line-height: calc(19 * var(--wide-unit));
  color: #c3c3c9;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(100 * var(--wide-unit));
  align-items: start;
  margin-bottom: calc(40 * var(--wide-unit));
}
.section-heading > p {
  max-width: calc(514 * var(--wide-unit));
  margin-top: calc(45 * var(--wide-unit));
  justify-self: end;
  line-height: calc(25 * var(--wide-unit));
}
.project-image {
  background: #25262b;
  padding: calc(36 * var(--wide-unit)) calc(56 * var(--wide-unit)) 0;
  overflow: hidden;
}
.project-image img {
  width: 100%;
}
.project-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(20 * var(--wide-unit));
  margin-top: calc(20 * var(--wide-unit));
  font-size: calc(16 * var(--wide-unit));
  line-height: calc(19 * var(--wide-unit));
}
.project-caption span {
  color: var(--purple);
}
.project-caption h3 {
  font-size: calc(24 * var(--wide-unit));
  line-height: calc(29 * var(--wide-unit));
  max-width: calc(235 * var(--wide-unit));
}
.project-caption > p {
  font-size: calc(16 * var(--wide-unit));
}
.text-link {
  font-size: calc(16 * var(--wide-unit));
  border-bottom: calc(1 * var(--wide-unit)) solid #666;
  padding-bottom: calc(6 * var(--wide-unit));
  white-space: nowrap;
}
.featured-project {
  padding-bottom: calc(36 * var(--wide-unit));
  border-bottom: calc(1 * var(--wide-unit)) solid #7c3cff55;
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(30 * var(--wide-unit));
  margin-top: calc(50 * var(--wide-unit));
}
.project-grid .project-image {
  padding: calc(34 * var(--wide-unit)) calc(42 * var(--wide-unit)) 0;
  aspect-ratio: 625/304;
  display: flex;
  align-items: end;
}
.project-grid .project-caption {
  margin-top: calc(16 * var(--wide-unit));
  gap: calc(12 * var(--wide-unit));
}
.project-grid .project-caption > p {
  font-size: calc(16 * var(--wide-unit));
  white-space: nowrap;
}
.process {
  margin-top: var(--space);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: calc(24 * var(--wide-unit)) 0;
  margin: 0;
  border-block: calc(1 * var(--wide-unit)) solid #7c3cff70;
}
.process-grid li {
  padding: 0 calc(60 * var(--wide-unit)) 0 calc(80 * var(--wide-unit));
  border-right: calc(1 * var(--wide-unit)) solid #7c3cff99;
}
.process-grid li:last-child {
  border: 0;
}
.process-grid h3 {
  line-height: calc(29 * var(--wide-unit));
}
.process-grid p {
  font-size: calc(16 * var(--wide-unit));
  line-height: calc(19 * var(--wide-unit));
  max-width: calc(279 * var(--wide-unit));
}
.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(140 * var(--wide-unit));
  margin-top: var(--space);
}
.benefits > div > p:not(.eyebrow) {
  max-width: calc(465 * var(--wide-unit));
  line-height: calc(25 * var(--wide-unit));
  margin-top: calc(32 * var(--wide-unit));
}
.benefit-list article {
  display: flex;
  gap: calc(24 * var(--wide-unit));
  align-items: flex-start;
  margin-bottom: calc(28 * var(--wide-unit));
}
.benefit-list img {
  width: calc(80 * var(--wide-unit));
  height: calc(80 * var(--wide-unit));
  flex: none;
}
.benefit-list h3 {
  font-size: calc(24 * var(--wide-unit));
}
.benefit-list p {
  font-size: calc(16 * var(--wide-unit));
  line-height: calc(19 * var(--wide-unit));
  margin-top: calc(18 * var(--wide-unit));
}
.benefit-list article:not(:last-child) > div {
  padding-bottom: calc(28 * var(--wide-unit));
  border-bottom: calc(1 * var(--wide-unit)) solid #292a2e;
}
.faq-section {
  text-align: center;
  padding-top: calc(100 * var(--wide-unit));
  padding-bottom: calc(120 * var(--wide-unit));
}
.faq-section .eyebrow {
  margin-bottom: calc(24 * var(--wide-unit));
}
.faq-section h2 {
  margin-bottom: calc(42 * var(--wide-unit));
}
.faq-list {
  text-align: left;
  max-width: calc(900 * var(--wide-unit));
  margin: auto;
  border: calc(1 * var(--wide-unit)) solid #292a2e;
  border-radius: calc(8 * var(--wide-unit));
  overflow: hidden;
}
.faq-list details {
  background: #121316;
}
.faq-list details + details {
  border-top: calc(1 * var(--wide-unit)) solid #292a2e;
}
.faq-list details[open] {
  background: #15161a;
}
.faq-list summary {
  list-style: none;
  padding: calc(25 * var(--wide-unit)) calc(32 * var(--wide-unit));
  min-height: calc(80 * var(--wide-unit));
  font-size: calc(20 * var(--wide-unit));
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(24 * var(--wide-unit));
  line-height: 1.4;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-symbol {
  color: var(--purple);
  font-size: calc(24 * var(--wide-unit));
  flex: none;
}
.faq-symbol:before {
  content: "+";
}
details[open] .faq-symbol:before {
  content: "−";
}
.faq-answer {
  padding: 0 calc(32 * var(--wide-unit)) calc(28 * var(--wide-unit));
}
.faq-answer p {
  font-size: calc(16 * var(--wide-unit));
  line-height: calc(23 * var(--wide-unit));
}
.faq-list summary:hover {
  background: #7c3cff09;
}
.cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 56% 50%, #9a5bff26, transparent 60%),
    linear-gradient(74.476deg, #31106f 0%, #5920cc 48%, #762cff 100%);
  padding: calc(70 * var(--wide-unit)) 0;
  min-height: calc(400 * var(--wide-unit));
  text-align: center;
}
.cta:before,
.cta:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: calc(50 * var(--wide-unit)) solid #ffffff09;
  z-index: -1;
}
.cta:before {
  width: calc(420 * var(--wide-unit));
  height: calc(420 * var(--wide-unit));
  left: calc(-300 * var(--wide-unit));
  top: calc(-310 * var(--wide-unit));
}
.cta:after {
  width: calc(280 * var(--wide-unit));
  height: calc(280 * var(--wide-unit));
  right: calc(-200 * var(--wide-unit));
  bottom: calc(-240 * var(--wide-unit));
}
.cta .eyebrow {
  color: #ffffffbf;
  font-weight: 500;
  margin-bottom: calc(24 * var(--wide-unit));
}
.cta h2 {
  font-size: clamp(calc(32 * var(--wide-unit)), 3.333vw, calc(48 * var(--wide-unit)));
  line-height: 1.375;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: calc(24 * var(--wide-unit));
}
.cta .button {
  min-width: calc(274 * var(--wide-unit));
}
/* Services and about. */
.services-section {
  padding-top: calc(120 * var(--wide-unit));
}
.services-section .section-heading {
  margin-bottom: calc(60 * var(--wide-unit));
}
.service-row {
  display: grid;
  grid-template-columns: calc(45 * var(--wide-unit)) 460fr calc(60 * var(--wide-unit)) 600fr;
  gap: calc(40 * var(--wide-unit));
  padding: calc(60 * var(--wide-unit)) 0;
  border-bottom: calc(1 * var(--wide-unit)) solid #7c3cff26;
}
.service-row:first-of-type {
  padding-top: 0;
}
.service-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.service-row > div > p {
  line-height: calc(25 * var(--wide-unit));
  margin-top: calc(20 * var(--wide-unit));
}
.service-row > img {
  width: calc(60 * var(--wide-unit));
  height: calc(60 * var(--wide-unit));
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  display: flex;
  gap: calc(8 * var(--wide-unit));
  color: var(--muted);
  font-size: calc(18 * var(--wide-unit));
  line-height: calc(25 * var(--wide-unit));
  margin-bottom: calc(16 * var(--wide-unit));
}
.check-list li:before {
  content: "✓";
  font-weight: 600;
}
.solutions,
.extras {
  padding-top: calc(120 * var(--wide-unit));
  padding-bottom: 0;
}
.solutions > h2 {
  margin-bottom: calc(32 * var(--wide-unit));
}
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(80 * var(--wide-unit));
}
.two-columns article > p {
  margin: calc(24 * var(--wide-unit)) 0;
}
.extras {
  padding-bottom: calc(120 * var(--wide-unit));
}
.extras > p:not(.eyebrow) {
  max-width: calc(640 * var(--wide-unit));
  line-height: calc(25 * var(--wide-unit));
  margin-top: calc(32 * var(--wide-unit));
}
.extra-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(40 * var(--wide-unit));
  margin-top: calc(32 * var(--wide-unit));
}
.card {
  border: calc(1.5 * var(--wide-unit)) solid var(--border);
  border-radius: calc(12 * var(--wide-unit));
  background: #111216bf;
  padding: calc(15 * var(--wide-unit)) calc(20 * var(--wide-unit));
}
.card p {
  margin-top: calc(14 * var(--wide-unit));
  line-height: calc(25 * var(--wide-unit));
}
.about-intro {
  padding-top: calc(112 * var(--wide-unit));
  min-height: calc(520 * var(--wide-unit));
}
.about-intro .two-columns {
  margin-top: calc(48 * var(--wide-unit));
  gap: calc(110 * var(--wide-unit));
}
.about-intro p:not(.eyebrow) {
  line-height: calc(27 * var(--wide-unit));
}
.accent-column {
  position: relative;
}
.accent-column:before {
  content: "";
  position: absolute;
  left: calc(-48 * var(--wide-unit));
  top: 0;
  width: calc(4 * var(--wide-unit));
  height: calc(118 * var(--wide-unit));
  border-radius: calc(2 * var(--wide-unit));
  background: linear-gradient(#8c40ffe6, #8c40ff14);
}
.about-story {
  display: grid;
  grid-template-columns: 560fr 600fr;
  gap: calc(80 * var(--wide-unit));
  min-height: calc(650 * var(--wide-unit));
  padding-top: calc(112 * var(--wide-unit));
  padding-bottom: calc(112 * var(--wide-unit));
}
.about-story > div:nth-child(2) {
  padding-top: calc(45 * var(--wide-unit));
}
.about-story p:not(.eyebrow) {
  line-height: calc(27 * var(--wide-unit));
}
.about-story p + p {
  margin-top: calc(65 * var(--wide-unit));
}
.about-story blockquote {
  position: relative;
  background: #15121c;
  border: calc(1 * var(--wide-unit)) solid #7c3cff61;
  border-radius: calc(10 * var(--wide-unit));
  margin: calc(112 * var(--wide-unit)) calc(30 * var(--wide-unit)) 0 0;
  padding: calc(34 * var(--wide-unit)) calc(34 * var(--wide-unit)) calc(34 * var(--wide-unit)) calc(38 * var(--wide-unit));
  font-weight: 600;
  line-height: calc(27 * var(--wide-unit));
}
.about-story blockquote:before {
  content: "";
  position: absolute;
  left: calc(18 * var(--wide-unit));
  top: calc(35 * var(--wide-unit));
  bottom: calc(35 * var(--wide-unit));
  width: calc(4 * var(--wide-unit));
  background: var(--purple);
}
.page-about .faq-section {
  padding-top: calc(92 * var(--wide-unit));
  min-height: calc(740 * var(--wide-unit));
}
/* Contact and forms. */
.contact-section {
  display: grid;
  grid-template-columns: 490fr 740fr;
  gap: calc(50 * var(--wide-unit));
  padding-top: calc(76 * var(--wide-unit));
  padding-bottom: calc(70 * var(--wide-unit));
}
.contact-direct {
  padding-top: calc(30 * var(--wide-unit));
}
.contact-direct > p:not(.eyebrow) {
  margin-top: calc(30 * var(--wide-unit));
  font-size: calc(20 * var(--wide-unit));
  line-height: calc(28 * var(--wide-unit));
}
.contact-methods {
  margin-top: calc(60 * var(--wide-unit));
  display: grid;
  gap: calc(24 * var(--wide-unit));
}
.contact-methods > a,
.contact-methods > div {
  display: flex;
  gap: calc(22 * var(--wide-unit));
  align-items: center;
}
.contact-methods img {
  width: calc(52 * var(--wide-unit));
  height: calc(52 * var(--wide-unit));
  object-fit: contain;
  padding: calc(13 * var(--wide-unit));
  background: #15121c;
  border: calc(1 * var(--wide-unit)) solid #7c3cff6b;
  border-radius: calc(8 * var(--wide-unit));
}
.personal-note {
  display: flex;
  align-items: flex-start;
  gap: calc(28 * var(--wide-unit));
  background: #15121c;
  border: calc(1 * var(--wide-unit)) solid #7c3cff57;
  border-radius: calc(10 * var(--wide-unit));
  padding: calc(30 * var(--wide-unit));
  margin-top: calc(40 * var(--wide-unit));
}
.personal-note > img {
  width: calc(56 * var(--wide-unit));
  height: calc(56 * var(--wide-unit));
  flex: none;
}
.personal-note .eyebrow {
  font-size: calc(14 * var(--wide-unit));
  margin-bottom: calc(14 * var(--wide-unit));
}
.personal-note p:not(.eyebrow) {
  font-size: calc(16 * var(--wide-unit));
  line-height: calc(23 * var(--wide-unit));
}
.contact-form {
  background: #0e0f12;
  border: calc(1 * var(--wide-unit)) solid #7c3cff75;
  border-radius: calc(10 * var(--wide-unit));
  padding: calc(39 * var(--wide-unit));
  align-self: start;
}
.contact-form .eyebrow {
  margin-bottom: calc(16 * var(--wide-unit));
}
.contact-form h2 {
  font-size: calc(34 * var(--wide-unit));
  line-height: calc(42 * var(--wide-unit));
  margin-bottom: calc(28 * var(--wide-unit));
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(16 * var(--wide-unit)) calc(30 * var(--wide-unit));
}
.field {
  min-width: 0;
}
.full {
  grid-column: 1/-1;
}
input:not([type="checkbox"]),
textarea,
select {
  display: block;
  width: 100%;
  min-width: 0;
  border: calc(1 * var(--wide-unit)) solid #292a2e;
  border-radius: calc(7 * var(--wide-unit));
  background: #121316;
  color: #fff;
  min-height: calc(58 * var(--wide-unit));
  padding: calc(16 * var(--wide-unit));
  font-size: calc(16 * var(--wide-unit));
}
input::placeholder,
textarea::placeholder {
  color: #9696a3;
  opacity: 1;
}
select {
  color: #aaaab5;
}
textarea {
  resize: vertical;
  min-height: calc(168 * var(--wide-unit));
}
.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: calc(12 * var(--wide-unit));
  margin: calc(20 * var(--wide-unit)) 0 calc(8 * var(--wide-unit));
  font-size: calc(15 * var(--wide-unit));
  color: #c8c5ce;
}
.privacy-check input {
  width: calc(20 * var(--wide-unit));
  height: calc(20 * var(--wide-unit));
  flex: none;
  accent-color: var(--purple);
  margin: calc(2 * var(--wide-unit)) 0;
}
.privacy-check a,
.form-note a {
  text-decoration: underline;
  text-underline-offset: calc(3 * var(--wide-unit));
}
.contact-form .button {
  width: 100%;
  margin-top: calc(16 * var(--wide-unit));
}
.form-note {
  font-size: calc(14 * var(--wide-unit));
  line-height: calc(21 * var(--wide-unit));
  color: #9696a3;
  margin-top: calc(24 * var(--wide-unit));
}
.form-note + .form-note {
  margin-top: calc(16 * var(--wide-unit));
}
.field-error {
  display: block;
  font-size: calc(14 * var(--wide-unit));
  color: #ffb4b4;
  line-height: calc(20 * var(--wide-unit));
}
.field-error:not(:empty) {
  margin-top: calc(6 * var(--wide-unit));
}
[aria-invalid="true"] {
  border-color: #ffb4b4 !important;
}
.form-status {
  font-size: calc(16 * var(--wide-unit));
  line-height: calc(24 * var(--wide-unit));
  margin-top: 0;
}
.form-status:not(:empty) {
  margin-top: calc(20 * var(--wide-unit));
  padding: calc(12 * var(--wide-unit));
  border: calc(1 * var(--wide-unit)) solid #7c3cff75;
  border-radius: calc(6 * var(--wide-unit));
}
.form-status[data-state="error"] {
  color: #ffb4b4;
  border-color: #ffb4b4;
}
.form-status[data-state="success"] {
  color: #c5efce;
  border-color: #c5efce;
}
.honeypot {
  position: absolute;
  width: calc(1 * var(--wide-unit));
  height: calc(1 * var(--wide-unit));
  overflow: hidden;
  clip-path: inset(50%);
}
.regional {
  position: relative;
  min-height: calc(462 * var(--wide-unit));
  padding-bottom: calc(120 * var(--wide-unit));
  isolation: isolate;
}
.regional h2 {
  max-width: calc(640 * var(--wide-unit));
  margin-top: calc(24 * var(--wide-unit));
}
.regional > p:not(.eyebrow) {
  max-width: calc(650 * var(--wide-unit));
  line-height: calc(27 * var(--wide-unit));
  margin-top: calc(28 * var(--wide-unit));
}
.regional-art {
  position: absolute;
  bottom: 0;
  right: calc(-1 * var(--gutter));
  width: calc(690 * var(--wide-unit));
  z-index: -1;
}
.regional > p,
.regional > h2 {
  position: relative;
  z-index: 1;
}
/* Verbatim legal content; flexible cards preserve text on small screens. */
.legal-main {
  padding-top: calc(92 * var(--wide-unit));
  padding-bottom: calc(40 * var(--wide-unit));
}
.legal-main h2 {
  font-size: calc(38 * var(--wide-unit));
  line-height: calc(46 * var(--wide-unit));
  margin-bottom: calc(22 * var(--wide-unit));
}
.legal-main > section > p:not(.eyebrow):not(.legal-date) {
  font-size: calc(18 * var(--wide-unit));
  line-height: calc(29 * var(--wide-unit));
  max-width: calc(1040 * var(--wide-unit));
  color: #bebbc5;
}
.legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(40 * var(--wide-unit)) calc(60 * var(--wide-unit));
  margin-top: calc(60 * var(--wide-unit));
}
.legal-card {
  border: calc(1.2 * var(--wide-unit)) solid #34333fe6;
  background: #141519f0;
  border-radius: calc(12 * var(--wide-unit));
  padding: calc(30 * var(--wide-unit));
  min-width: 0;
}
.legal-card .eyebrow {
  font-size: calc(14 * var(--wide-unit));
  line-height: calc(20 * var(--wide-unit));
  letter-spacing: 0.05em;
  margin-bottom: calc(14 * var(--wide-unit));
}
.legal-card h3 {
  font-size: calc(25 * var(--wide-unit));
  line-height: calc(32 * var(--wide-unit));
  margin-bottom: calc(16 * var(--wide-unit));
}
.legal-card > p:not(.eyebrow) {
  font-size: calc(18 * var(--wide-unit));
  line-height: calc(29 * var(--wide-unit));
  color: #c8c5ce;
  overflow-wrap: anywhere;
}
.imprint .legal-card {
  min-height: calc(320 * var(--wide-unit));
}
.imprint .legal-card:nth-child(n + 3) {
  min-height: calc(290 * var(--wide-unit));
}
.legal-date {
  font-size: calc(14 * var(--wide-unit));
  line-height: calc(20 * var(--wide-unit));
  color: #777480;
  margin-top: calc(52 * var(--wide-unit));
}
.privacy {
  padding-top: calc(82 * var(--wide-unit));
  padding-bottom: calc(16 * var(--wide-unit));
}
.privacy .legal-grid {
  margin-top: calc(24 * var(--wide-unit));
}
.privacy .legal-card > p:not(.eyebrow) {
  font-size: calc(17 * var(--wide-unit));
  line-height: calc(27 * var(--wide-unit));
}
.wide {
  grid-column: 1/-1;
}
.privacy .legal-card:nth-child(1) {
  min-height: calc(280 * var(--wide-unit));
}
.privacy .legal-card:nth-child(2),
.privacy .legal-card:nth-child(3) {
  min-height: calc(330 * var(--wide-unit));
}
.privacy .legal-card:nth-child(4) {
  min-height: calc(440 * var(--wide-unit));
}
.privacy .legal-card:nth-child(5),
.privacy .legal-card:nth-child(6) {
  min-height: calc(414 * var(--wide-unit));
}
.privacy .legal-card:nth-child(7),
.privacy .legal-card:nth-child(8) {
  min-height: calc(306 * var(--wide-unit));
}
.privacy .legal-card:nth-child(9) {
  min-height: calc(500 * var(--wide-unit));
}
.privacy .legal-card:nth-child(10),
.privacy .legal-card:nth-child(11) {
  min-height: calc(248 * var(--wide-unit));
}
.privacy .legal-date {
  margin-top: calc(16 * var(--wide-unit));
}
@media (min-width: 1600px) {
  .site-header {
    padding-inline: max(calc(41 * var(--wide-unit)), calc((100vw - calc(1440 * var(--wide-unit))) / 2 + calc(41 * var(--wide-unit))));
  }
  .home-intro {
    clip-path: none;
  }
  .brand-orbit {
    left: calc(-10 * var(--wide-unit));
    width: calc(650 * var(--wide-unit));
  }
  .brand-orbit img {
    left: calc(160 * var(--wide-unit));
    top: calc(200 * var(--wide-unit));
    width: calc(320 * var(--wide-unit));
  }
}
@media (max-width: 1150px) {
  .site-header {
    align-items: center;
  }
  .brand {
    flex-basis: calc(280 * var(--wide-unit));
  }
  .main-nav {
    gap: calc(22 * var(--wide-unit));
    width: auto;
    padding-top: 0;
  }
  .page-hero {
    gap: calc(28 * var(--wide-unit));
  }
  .hero-copy h1 br {
    display: none;
  }
  .home-hero {
    min-height: calc(610 * var(--wide-unit));
  }
  .home-hero-copy {
    top: 24%;
    width: calc(520 * var(--wide-unit));
  }
  .home-hero h1 {
    font-size: calc(56 * var(--wide-unit));
  }
  .home-background {
    height: 116%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-intro {
    gap: calc(40 * var(--wide-unit));
    min-height: unset;
    padding-bottom: calc(80 * var(--wide-unit));
  }
  .intro-copy .button {
    margin-left: 0;
  }
  .service-card {
    width: 100%;
    padding: calc(16 * var(--wide-unit));
    gap: calc(12 * var(--wide-unit));
  }
  .service-card > img {
    width: calc(48 * var(--wide-unit));
    height: calc(48 * var(--wide-unit));
  }
  .brand-orbit {
    left: calc(-60 * var(--wide-unit));
    width: calc(660 * var(--wide-unit));
  }
  .brand-orbit img {
    left: calc(160 * var(--wide-unit));
    top: calc(210 * var(--wide-unit));
  }
  .section-heading {
    gap: calc(50 * var(--wide-unit));
  }
  .project-caption {
    flex-wrap: wrap;
  }
  .project-grid .project-caption > p {
    white-space: normal;
  }
  .process-grid li {
    padding-inline: calc(30 * var(--wide-unit));
  }
  .benefits {
    gap: calc(60 * var(--wide-unit));
  }
  .benefit-list img {
    width: calc(60 * var(--wide-unit));
    height: calc(60 * var(--wide-unit));
  }
  .footer-grid {
    gap: calc(30 * var(--wide-unit));
    grid-template-columns: 1.3fr 1fr 0.7fr 0.7fr;
  }
  .service-row {
    gap: calc(25 * var(--wide-unit));
    grid-template-columns: calc(30 * var(--wide-unit)) 1fr calc(48 * var(--wide-unit)) 1fr;
  }
  .extra-grid {
    gap: calc(20 * var(--wide-unit));
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-section {
    grid-template-columns: 1fr 1.4fr;
    gap: calc(30 * var(--wide-unit));
  }
  .contact-form {
    padding: calc(26 * var(--wide-unit));
  }
  .contact-form h2 {
    font-size: calc(29 * var(--wide-unit));
  }
  .form-grid {
    gap: calc(16 * var(--wide-unit));
  }
  .personal-note {
    gap: calc(16 * var(--wide-unit));
    padding: calc(20 * var(--wide-unit));
  }
  .personal-note > img {
    width: calc(40 * var(--wide-unit));
  }
  .regional-art {
    width: 50%;
    right: calc(-1 * var(--gutter));
  }
  .regional > p:not(.eyebrow) {
    max-width: 55%;
  }
  .about-hero .page-hero {
    gap: calc(30 * var(--wide-unit));
  }
  .about-story {
    gap: calc(40 * var(--wide-unit));
  }
  .about-story blockquote {
    margin-top: calc(60 * var(--wide-unit));
    margin-right: 0;
  }
  .legal-grid {
    gap: calc(30 * var(--wide-unit));
  }
  .legal-card {
    padding: calc(24 * var(--wide-unit));
  }
  .legal-hero .page-hero {
    gap: calc(20 * var(--wide-unit));
  }
  .legal-hero h1 {
    font-size: calc(44 * var(--wide-unit));
  }
}
@media (max-width: 800px) {
  :root {
    --gutter: calc(24 * var(--wide-unit));
    --space: calc(72 * var(--wide-unit));
  }
  body {
    font-size: calc(17 * var(--wide-unit));
  }
  h3 {
    font-size: calc(22 * var(--wide-unit));
  }
  .site-header {
    height: calc(88 * var(--wide-unit));
    padding: calc(16 * var(--wide-unit)) calc(24 * var(--wide-unit));
    align-items: center;
  }
  .brand {
    flex-basis: calc(240 * var(--wide-unit));
  }
  .brand img {
    width: calc(240 * var(--wide-unit));
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: calc(8 * var(--wide-unit));
    background: #111214;
    border: calc(1 * var(--wide-unit)) solid #7c3cff75;
    border-radius: calc(6 * var(--wide-unit));
    min-height: calc(44 * var(--wide-unit));
    padding: calc(8 * var(--wide-unit)) calc(12 * var(--wide-unit));
    font-size: calc(16 * var(--wide-unit));
  }
  .menu-symbol {
    width: calc(18 * var(--wide-unit));
    height: calc(12 * var(--wide-unit));
    border-block: calc(2 * var(--wide-unit)) solid currentColor;
    position: relative;
  }
  .menu-symbol:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(4 * var(--wide-unit));
    border-top: calc(2 * var(--wide-unit)) solid currentColor;
  }
  .menu-toggle[aria-expanded="true"] .menu-symbol {
    transform: rotate(90deg);
  }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(88 * var(--wide-unit));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: auto;
    padding: calc(16 * var(--wide-unit)) calc(24 * var(--wide-unit)) calc(24 * var(--wide-unit));
    background: #111214;
    border-bottom: calc(1 * var(--wide-unit)) solid #34343c;
    visibility: hidden;
    opacity: 0;
    transform: translateY(calc(-8 * var(--wide-unit)));
    transition:
      opacity 0.15s,
      transform 0.15s,
      visibility 0.15s;
  }
  .main-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .main-nav a {
    padding: calc(13 * var(--wide-unit)) calc(8 * var(--wide-unit));
    letter-spacing: 0;
    font-size: calc(18 * var(--wide-unit));
  }
  .main-nav a[aria-current="page"]:after {
    inset: calc(10 * var(--wide-unit)) auto calc(10 * var(--wide-unit)) 0;
    height: auto;
    width: calc(2 * var(--wide-unit));
  }
  .page-hero {
    grid-template-columns: 1fr;
    padding-top: calc(44 * var(--wide-unit));
    padding-bottom: calc(40 * var(--wide-unit));
    min-height: unset;
    gap: calc(32 * var(--wide-unit));
  }
  .hero-copy h1 {
    max-width: calc(660 * var(--wide-unit));
  }
  .hero-copy .eyebrow {
    margin-bottom: calc(18 * var(--wide-unit));
  }
  .hero-art {
    justify-self: center;
    width: min(100%, calc(460 * var(--wide-unit))) !important;
    margin-top: 0 !important;
  }
  .hero-shell:after {
    height: calc(180 * var(--wide-unit));
  }
  .about-hero .page-hero {
    grid-template-columns: 1fr;
  }
  .about-hero .hero-art {
    width: min(100%, calc(470 * var(--wide-unit))) !important;
  }
  .about-hero .page-hero:before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(400 * var(--wide-unit));
  }
  .hero-copy .motto {
    margin-top: calc(30 * var(--wide-unit));
  }
  .contact-hero .hero-copy > p:not(.eyebrow) {
    font-size: calc(18 * var(--wide-unit));
    line-height: calc(27 * var(--wide-unit));
    margin-top: calc(24 * var(--wide-unit));
  }
  .legal-hero .page-hero {
    grid-template-columns: 1fr;
    padding-top: calc(40 * var(--wide-unit));
    padding-bottom: calc(20 * var(--wide-unit));
    gap: calc(10 * var(--wide-unit));
  }
  .legal-hero .hero-art {
    width: min(100%, calc(350 * var(--wide-unit))) !important;
  }
  .legal-hero h1 {
    font-size: clamp(calc(32 * var(--wide-unit)), 6vw, calc(44 * var(--wide-unit)));
    overflow-wrap: anywhere;
  }
  .legal-hero:after {
    height: calc(130 * var(--wide-unit));
  }
  .home-hero {
    height: calc(640 * var(--wide-unit));
    min-height: 0;
  }
  .home-background {
    height: 100%;
    width: auto;
    min-width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    opacity: 0.8;
  }
  .home-hero-copy {
    top: calc(175 * var(--wide-unit));
    width: calc(100% - calc(48 * var(--wide-unit)));
    max-width: calc(520 * var(--wide-unit));
  }
  .home-hero h1 {
    font-size: clamp(calc(40 * var(--wide-unit)), 7vw, calc(56 * var(--wide-unit)));
  }
  .home-hero p {
    font-size: calc(18 * var(--wide-unit));
    line-height: calc(23 * var(--wide-unit));
    letter-spacing: -0.025em;
  }
  .home-hero:after {
    height: calc(90 * var(--wide-unit));
  }
  .home-intro {
    grid-template-columns: 1fr;
    gap: calc(20 * var(--wide-unit));
    padding-top: calc(60 * var(--wide-unit));
    clip-path: inset(0 calc(-1 * var(--gutter)) 0);
    padding-bottom: calc(72 * var(--wide-unit));
  }
  .intro-copy h2 {
    max-width: calc(600 * var(--wide-unit));
  }
  .intro-copy > p:not(.eyebrow) {
    max-width: none;
  }
  .service-preview {
    padding-top: calc(40 * var(--wide-unit));
    padding-bottom: calc(35 * var(--wide-unit));
  }
  .service-card {
    max-width: calc(500 * var(--wide-unit));
    margin-inline: auto;
  }
  .brand-orbit {
    width: calc(580 * var(--wide-unit));
    left: calc(50% - calc(180 * var(--wide-unit)));
    top: calc(-45 * var(--wide-unit));
  }
  .brand-orbit img {
    left: calc(140 * var(--wide-unit));
    top: calc(170 * var(--wide-unit));
    width: calc(300 * var(--wide-unit));
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: calc(24 * var(--wide-unit));
    margin-bottom: calc(32 * var(--wide-unit));
  }
  .section-heading > p {
    justify-self: start;
    margin-top: 0;
    max-width: calc(600 * var(--wide-unit));
  }
  .section-heading h2 br {
    display: none;
  }
  .project-image {
    padding: calc(24 * var(--wide-unit)) calc(24 * var(--wide-unit)) 0;
  }
  .project-caption h3 {
    font-size: calc(21 * var(--wide-unit));
  }
  .project-caption p {
    font-size: calc(14 * var(--wide-unit));
  }
  .project-grid {
    gap: calc(24 * var(--wide-unit));
  }
  .project-grid .project-image {
    padding: calc(20 * var(--wide-unit)) calc(20 * var(--wide-unit)) 0;
  }
  .process-grid li {
    padding-inline: calc(20 * var(--wide-unit));
  }
  .process-grid h3 {
    font-size: calc(20 * var(--wide-unit));
    line-height: calc(24 * var(--wide-unit));
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: calc(40 * var(--wide-unit));
  }
  .benefits > div > p:not(.eyebrow) {
    max-width: calc(600 * var(--wide-unit));
  }
  .benefit-list article {
    gap: calc(24 * var(--wide-unit));
  }
  .faq-section {
    padding-top: calc(72 * var(--wide-unit));
    padding-bottom: calc(72 * var(--wide-unit));
  }
  .faq-list summary {
    padding: calc(20 * var(--wide-unit));
    min-height: calc(72 * var(--wide-unit));
    font-size: calc(18 * var(--wide-unit));
  }
  .faq-answer {
    padding: 0 calc(20 * var(--wide-unit)) calc(24 * var(--wide-unit));
  }
  .faq-section h2 {
    margin-bottom: calc(30 * var(--wide-unit));
  }
  .cta {
    min-height: unset;
    padding: calc(56 * var(--wide-unit)) 0;
  }
  .cta h2 br {
    display: none;
  }
  .site-footer {
    padding-top: calc(40 * var(--wide-unit));
  }
  .footer-grid {
    grid-template-columns: 1.3fr 1fr;
    gap: calc(36 * var(--wide-unit));
    padding-bottom: calc(40 * var(--wide-unit));
  }
  .footer-brand img {
    width: calc(280 * var(--wide-unit));
  }
  .footer-grid nav > a {
    min-height: calc(32 * var(--wide-unit));
    padding-block: calc(5 * var(--wide-unit));
  }
  .footer-contact a {
    min-height: calc(40 * var(--wide-unit));
  }
  .copyright {
    padding-block: calc(24 * var(--wide-unit));
  }
  .services-section {
    padding-top: calc(72 * var(--wide-unit));
  }
  .services-section .section-heading {
    margin-bottom: calc(40 * var(--wide-unit));
  }
  .service-row {
    grid-template-columns: calc(32 * var(--wide-unit)) 1fr calc(48 * var(--wide-unit));
    gap: calc(20 * var(--wide-unit));
    padding: calc(40 * var(--wide-unit)) 0;
  }
  .service-row .check-list {
    grid-column: 2/4;
  }
  .service-row > img {
    width: calc(48 * var(--wide-unit));
    height: calc(48 * var(--wide-unit));
  }
  .solutions,
  .extras {
    padding-top: calc(72 * var(--wide-unit));
  }
  .extras {
    padding-bottom: calc(72 * var(--wide-unit));
  }
  .extras h2 br {
    display: none;
  }
  .two-columns {
    gap: calc(32 * var(--wide-unit));
  }
  .about-intro {
    padding-top: calc(72 * var(--wide-unit));
    min-height: unset;
  }
  .about-intro .two-columns {
    gap: calc(40 * var(--wide-unit));
    margin-top: calc(32 * var(--wide-unit));
  }
  .accent-column:before {
    left: calc(-22 * var(--wide-unit));
  }
  .about-story {
    min-height: unset;
    padding-block: calc(72 * var(--wide-unit));
    gap: calc(40 * var(--wide-unit));
    grid-template-columns: 1fr;
  }
  .about-story > div:nth-child(2) {
    padding-top: 0;
  }
  .about-story blockquote {
    margin-top: calc(32 * var(--wide-unit));
  }
  .about-story p + p {
    margin-top: calc(24 * var(--wide-unit));
  }
  .page-about .faq-section {
    padding-top: calc(20 * var(--wide-unit));
    min-height: unset;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: calc(40 * var(--wide-unit));
    padding-top: calc(40 * var(--wide-unit));
  }
  .contact-direct {
    padding-top: 0;
  }
  .contact-methods {
    grid-template-columns: 1fr 1fr;
    margin-top: calc(32 * var(--wide-unit));
    gap: calc(20 * var(--wide-unit));
  }
  .contact-methods > a,
  .contact-methods > div {
    gap: calc(12 * var(--wide-unit));
    font-size: calc(16 * var(--wide-unit));
  }
  .personal-note {
    max-width: calc(600 * var(--wide-unit));
  }
  .regional {
    min-height: unset;
    padding-bottom: 0;
  }
  .regional-art {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: calc(690 * var(--wide-unit));
    margin: calc(30 * var(--wide-unit)) auto 0;
  }
  .regional > p:not(.eyebrow) {
    max-width: calc(650 * var(--wide-unit));
  }
  .regional h2 br {
    display: none;
  }
  .legal-main {
    padding-top: calc(50 * var(--wide-unit));
  }
  .legal-main h2 {
    font-size: calc(30 * var(--wide-unit));
    line-height: calc(38 * var(--wide-unit));
  }
  .legal-grid {
    gap: calc(24 * var(--wide-unit));
    margin-top: calc(32 * var(--wide-unit));
  }
  .legal-card h3 {
    font-size: calc(22 * var(--wide-unit));
    line-height: calc(28 * var(--wide-unit));
  }
  .legal-main .legal-card {
    min-height: unset;
  }
  .legal-card > p:not(.eyebrow) {
    font-size: calc(17 * var(--wide-unit));
    line-height: calc(27 * var(--wide-unit));
  }
  .privacy .legal-date {
    margin-top: calc(32 * var(--wide-unit));
  }
}
@media (max-width: 520px) {
  .brand {
    flex-basis: calc(200 * var(--wide-unit));
  }
  .brand img {
    width: calc(200 * var(--wide-unit));
  }
  .menu-toggle {
    padding: calc(8 * var(--wide-unit));
  }
  .menu-toggle > span:last-child {
    font-size: calc(14 * var(--wide-unit));
  }
  .site-header {
    gap: calc(12 * var(--wide-unit));
    padding-inline: calc(20 * var(--wide-unit));
  }
  .home-hero {
    height: calc(600 * var(--wide-unit));
  }
  .home-hero-copy {
    top: calc(177 * var(--wide-unit));
  }
  .home-hero h1 {
    font-size: calc(40 * var(--wide-unit));
  }
  .home-hero p {
    font-size: calc(16 * var(--wide-unit));
    line-height: calc(21 * var(--wide-unit));
  }
  .home-hero .button {
    margin-top: calc(22 * var(--wide-unit));
    min-height: calc(48 * var(--wide-unit));
    font-size: calc(16 * var(--wide-unit));
  }
  .home-background {
    height: calc(600 * var(--wide-unit));
    max-width: none;
    opacity: 0.65;
  }
  .home-hero-copy p br {
    display: none;
  }
  .hero-copy h1 {
    font-size: calc(36 * var(--wide-unit));
    line-height: 1.12;
  }
  .legal-hero .hero-copy h1 {
    font-size: calc(32 * var(--wide-unit));
  }
  .eyebrow {
    font-size: calc(14 * var(--wide-unit));
  }
  .project-grid,
  .process-grid,
  .two-columns,
  .extra-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }
  .project-caption {
    gap: calc(10 * var(--wide-unit));
  }
  .project-grid .project-image {
    aspect-ratio: auto;
    padding: calc(24 * var(--wide-unit)) calc(24 * var(--wide-unit)) 0;
  }
  .process-grid {
    padding: 0;
  }
  .process-grid li {
    border-right: 0;
    border-bottom: calc(1 * var(--wide-unit)) solid #7c3cff55;
    padding: calc(24 * var(--wide-unit)) calc(8 * var(--wide-unit));
  }
  .process-grid li p {
    max-width: none;
    margin-top: calc(12 * var(--wide-unit));
    line-height: calc(23 * var(--wide-unit));
  }
  .process-grid li:last-child {
    border: 0;
  }
  .benefit-list img {
    width: calc(48 * var(--wide-unit));
    height: calc(48 * var(--wide-unit));
  }
  .benefit-list h3 {
    font-size: calc(21 * var(--wide-unit));
  }
  .benefit-list p {
    line-height: calc(23 * var(--wide-unit));
    margin-top: calc(12 * var(--wide-unit));
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: calc(30 * var(--wide-unit));
  }
  .footer-brand,
  .footer-grid > div:nth-child(2) {
    grid-column: 1/-1;
  }
  .footer-brand p {
    max-width: calc(300 * var(--wide-unit));
  }
  .service-row {
    grid-template-columns: calc(24 * var(--wide-unit)) 1fr;
    gap: calc(16 * var(--wide-unit));
  }
  .service-row > img {
    display: none;
  }
  .service-row .check-list {
    grid-column: 2;
  }
  .about-intro .two-columns {
    gap: calc(24 * var(--wide-unit));
  }
  .accent-column:before {
    display: none;
  }
  .about-intro h2 br {
    display: none;
  }
  .contact-methods {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: calc(24 * var(--wide-unit)) calc(20 * var(--wide-unit));
  }
  .contact-form h2 {
    font-size: calc(27 * var(--wide-unit));
    line-height: calc(34 * var(--wide-unit));
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-direct > p:not(.eyebrow) {
    font-size: calc(18 * var(--wide-unit));
  }
  .wide {
    grid-column: auto;
  }
  .legal-card {
    padding: calc(24 * var(--wide-unit));
  }
  .privacy .legal-card .eyebrow {
    font-size: calc(13 * var(--wide-unit));
    overflow-wrap: anywhere;
  }
  .legal-date {
    margin-top: calc(32 * var(--wide-unit));
  }
  .cta h2 {
    font-size: calc(30 * var(--wide-unit));
  }
  .faq-list summary {
    gap: calc(16 * var(--wide-unit));
    font-size: calc(17 * var(--wide-unit));
  }
  .service-card h3 {
    font-size: calc(23 * var(--wide-unit));
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Contain decorative orbit overflow while keeping all content in normal flow. */
.page-home main {
  overflow-x: clip;
}
.hero-copy {
  min-width: 0;
}
.legal-hero .hero-art {
  max-width: 100%;
}
.section-heading > div {
  min-width: 0;
}

.legal-card h3 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

@media (min-width: 801px) {
  .legal-hero .page-hero {
    height: calc(341 * var(--wide-unit));
  }
  .legal-hero .hero-art {
    position: absolute;
    top: 0;
    right: calc(44 * var(--wide-unit));
    margin-top: calc(-18 * var(--wide-unit));
  }
  .page-home .faq-section {
    padding-bottom: calc(40 * var(--wide-unit));
  }
  .page-home .projects .section-heading {
    margin-bottom: calc(21 * var(--wide-unit));
  }
  .page-home .benefits {
    gap: calc(140 * var(--wide-unit));
  }
}
@media (max-width: 800px) {
  .home-background {
    width: 100%;
    height: auto;
    min-width: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  .home-hero {
    height: calc(740 * var(--wide-unit));
  }
  .home-hero-copy {
    top: calc(145 * var(--wide-unit));
  }
}
@media (max-width: 520px) {
  .home-hero {
    height: calc(680 * var(--wide-unit));
  }
  .home-background {
    height: auto;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .home-hero-copy {
    top: calc(145 * var(--wide-unit));
  }
}

/* Desktop review: fluid wide layouts and a shared coordinate system for the laptop. */
:root { --container: clamp(calc(1280 * var(--wide-unit)), 88.889vw, calc(1920 * var(--wide-unit))); --gutter: clamp(calc(24 * var(--wide-unit)), 5.556vw, calc(160 * var(--wide-unit))); }
.brand-lockup { display: flex; align-items: center; gap: calc(13 * var(--wide-unit)); width: calc(365 * var(--wide-unit)); max-width: 100%; }
.brand-lockup > img { width: calc(102 * var(--wide-unit)); height: calc(50 * var(--wide-unit)); object-fit: contain; flex: 0 0 28%; }
.brand-wordmark { border-left: calc(1.5 * var(--wide-unit)) solid #fff; padding: calc(9 * var(--wide-unit)) 0 calc(9 * var(--wide-unit)) calc(13 * var(--wide-unit)); min-width: 0; }
.brand-name { display: block; white-space: nowrap; font-size: calc(31 * var(--wide-unit)); font-weight: 400; line-height: 1.25; letter-spacing: calc(-.5 * var(--wide-unit)); }
.brand-name strong { font-weight: 700; }
.brand-tagline { display: block; margin-top: calc(3 * var(--wide-unit)); font-size: calc(9 * var(--wide-unit)); font-weight: 500; line-height: 1.5; letter-spacing: calc(1.2 * var(--wide-unit)); white-space: nowrap; }
.brand, .footer-brand > a { color: #fff; }
.home-hero { height: auto; min-height: 0; background: #0b0c0e; overflow: hidden; }
.home-hero .site-header { background: linear-gradient(#00000038, #00000038), var(--hero-gradient); }
.home-hero:after { display: none; }
.laptop-stage { width: min(100%, calc((100svh - calc(119 * var(--wide-unit))) * 1.40548)); aspect-ratio: 1487 / 1058; margin-inline: auto; position: relative; container-type: inline-size; }
.home-background { position: absolute; inset: 0; width: 100%; height: 100%; min-width: 0; max-width: none; opacity: 1; object-fit: contain; transform: none; z-index: 0; }
.home-hero-copy { position: absolute; inset: 26.5% auto auto 25.5%; transform: none; width: 47.7%; height: 41.5%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5%; text-align: center; background: radial-gradient(ellipse at 50% 55%, #7c3cff18, transparent 75%); }
.home-hero h1 { font-size: 4.65cqw; line-height: 1.02; letter-spacing: -.045em; text-shadow: 0 0 calc(32 * var(--wide-unit)) #b99aff20; }
.home-hero h1 span { color: #c6a4ff; background: linear-gradient(100deg, #f0e7ff, #b086ff 60%, #9460ff); background-clip: text; -webkit-text-fill-color: transparent; }
.home-hero p { margin-top: 1.55cqw; font-size: 1.4cqw; line-height: 1.3; letter-spacing: -.02em; }
.home-hero .button { margin-top: 1.8cqw; min-width: 0; min-height: 0; padding: .85cqw 2cqw; font-size: 1.35cqw; line-height: 1.4; border-radius: .55cqw; box-shadow: 0 0 calc(25 * var(--wide-unit)) #7c3cff30; }
.home-intro { padding-top: calc(64 * var(--wide-unit)); clip-path: none; }
.brand-orbit { top: calc(80 * var(--wide-unit)); left: 15%; }
.brand-orbit img { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.about-hero { overflow: hidden; }
.about-hero .page-hero:before { right: 5%; top: calc(-60 * var(--wide-unit)); width: calc(350 * var(--wide-unit)); height: calc(720 * var(--wide-unit)); border-radius: calc(28 * var(--wide-unit)); transform: rotate(31deg); clip-path: none; background: linear-gradient(90deg, #7c3cff21, #4d16b412 58%, #11121400); }
.about-hero .page-hero:after { content: ''; position: absolute; right: -2%; top: calc(-88 * var(--wide-unit)); width: 66%; height: calc(731 * var(--wide-unit)); background: url('../assets/images/portrait-glow.svg') center / contain no-repeat; pointer-events: none; z-index: 0; }
.about-hero .hero-art { z-index: 1; }
.about-story { align-items: start; min-height: 0; margin-top: calc(56 * var(--wide-unit)); padding: clamp(calc(32 * var(--wide-unit)), 4vw, calc(72 * var(--wide-unit))); gap: clamp(calc(32 * var(--wide-unit)), 5vw, calc(96 * var(--wide-unit))); border: calc(1 * var(--wide-unit)) solid #7c3cff38; border-radius: calc(16 * var(--wide-unit)); background: radial-gradient(ellipse at 0 100%, #7c3cff12, transparent 65%), #141318; }
.about-story > div:nth-child(2) { padding-top: 0; }
.about-story .eyebrow { margin-bottom: calc(24 * var(--wide-unit)); }
.about-story blockquote { margin: calc(32 * var(--wide-unit)) 0 0; padding: calc(24 * var(--wide-unit)) calc(28 * var(--wide-unit)); background: #7c3cff09; border: 0; border-left: calc(3 * var(--wide-unit)) solid var(--purple); border-radius: 0 calc(8 * var(--wide-unit)) calc(8 * var(--wide-unit)) 0; }
.about-story blockquote:before { display: none; }
.about-story p + p { margin-top: calc(28 * var(--wide-unit)); }
.about-story p:not(.eyebrow) { max-width: 62ch; }
@media (min-width: 1600px) {
  .site-header { padding-inline: max(calc(41 * var(--wide-unit)), calc((100vw - calc(1920 * var(--wide-unit))) / 2)); }
  .page-hero { min-height: calc(620 * var(--wide-unit)); align-items: center; }
  .hero-art, .services-hero .hero-art, .about-hero .hero-art { width: min(100%, calc(700 * var(--wide-unit))); }
  .about-hero .page-hero:before { right: 10%; }
  .about-hero .page-hero:after { right: 0; height: calc(850 * var(--wide-unit)); }
  .home-intro { grid-template-columns: 1fr 1fr; }
  .intro-copy h2, .intro-copy > p:not(.eyebrow) { max-width: calc(660 * var(--wide-unit)); }
  .service-card { width: min(80%, calc(580 * var(--wide-unit))); }
  .brand-orbit { width: min(54vw, calc(1000 * var(--wide-unit))); }
  .legal-hero .page-hero { min-height: calc(380 * var(--wide-unit)); height: auto; }
  .legal-hero .hero-art { width: calc(520 * var(--wide-unit)); }
}
@media (max-width: 800px) {
  .brand-lockup { width: calc(280 * var(--wide-unit)); gap: calc(9 * var(--wide-unit)); }
  .brand-lockup > img { width: calc(76 * var(--wide-unit)); height: calc(38 * var(--wide-unit)); }
  .brand-wordmark { padding: calc(6 * var(--wide-unit)) 0 calc(6 * var(--wide-unit)) calc(9 * var(--wide-unit)); }
  .brand-name { font-size: calc(23 * var(--wide-unit)); }
  .brand-tagline { font-size: calc(7 * var(--wide-unit)); letter-spacing: calc(.7 * var(--wide-unit)); }
  .laptop-stage { width: 100%; }
  .home-hero-copy p br { display: initial; }
  .home-intro { padding-top: calc(48 * var(--wide-unit)); }
  .about-hero .page-hero:after { top: auto; bottom: calc(-60 * var(--wide-unit)); width: 100%; height: calc(580 * var(--wide-unit)); }
  .about-story { margin-top: calc(24 * var(--wide-unit)); }
}
@media (max-width: 520px) {
  .brand-lockup { width: calc(215 * var(--wide-unit)); gap: calc(7 * var(--wide-unit)); }
  .brand-lockup > img { width: calc(58 * var(--wide-unit)); height: calc(29 * var(--wide-unit)); }
  .brand-wordmark { padding-left: calc(7 * var(--wide-unit)); }
  .brand-name { font-size: calc(18 * var(--wide-unit)); }
  .brand-tagline { font-size: calc(5.5 * var(--wide-unit)); letter-spacing: calc(.4 * var(--wide-unit)); }
  .home-hero p { font-size: 1.8cqw; }
  .home-hero .button { font-size: 2cqw; padding: 1.1cqw 2.5cqw; }
}
/* Blend the uncropped scene into the full-width backdrop. */
.laptop-stage:after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #0b0c0e, transparent 8%, transparent 92%, #0b0c0e), linear-gradient(0deg, #111214, transparent 8%); }
@media (max-width: 800px) {
  .laptop-stage { width: min(160vw, calc((100svh - calc(88 * var(--wide-unit))) * 1.40548)); left: 50%; margin-inline: 0; transform: translateX(-50%); }
  .home-hero h1 { font-size: 5cqw; }
  .home-hero p { font-size: 2cqw; margin-top: 1.3cqw; }
  .home-hero .button { font-size: 2cqw; min-height: calc(44 * var(--wide-unit)); padding: 1cqw 2.5cqw; margin-top: 1.3cqw; }
}

/* Review 2: full-bleed backdrop, image-bound glow and original PNG mark. */
.home-hero { height: 100svh; background: #111214; display: grid; place-items: center; }
.home-hero:before { content: ''; position: absolute; inset: calc(-30 * var(--wide-unit)); z-index: -1; background: url('../assets/images/background.webp') center / cover no-repeat; filter: blur(calc(70 * var(--wide-unit))) brightness(.45); }
.home-hero .site-header { position: absolute; inset: 0 0 auto; background: rgba(0,0,0,.22); }
.laptop-stage { width: min(100%, calc(100svh * 1.40548)); margin-top: 0; }
.home-background { mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.laptop-stage:after { background: linear-gradient(0deg, #111214, transparent 8%); }
.brand-orbit { width: clamp(calc(620 * var(--wide-unit)), 47vw, calc(800 * var(--wide-unit))); top: calc(calc(331 * var(--wide-unit)) - clamp(calc(620 * var(--wide-unit)), 47vw, calc(800 * var(--wide-unit))) / 2); left: 20%; border-width: calc(36 * var(--wide-unit)); box-shadow: inset 0 0 0 calc(34 * var(--wide-unit)) #7c3cff08; }
.brand-orbit img { width: calc(320 * var(--wide-unit)); }
.service-preview:after { content: ''; position: absolute; z-index: -1; right: 0; top: calc(405 * var(--wide-unit)); width: calc(125 * var(--wide-unit)); height: calc(125 * var(--wide-unit)); background-image: radial-gradient(circle, #9b66ff calc(2.5 * var(--wide-unit)), transparent calc(3 * var(--wide-unit))); background-size: calc(30 * var(--wide-unit)) calc(30 * var(--wide-unit)); opacity: .25; pointer-events: none; }
.about-hero .page-hero:after { display: none; }
.portrait-stage { position: relative; isolation: isolate; width: min(100%, calc(570 * var(--wide-unit))); justify-self: end; align-self: end; }
.portrait-stage:before { content: ''; position: absolute; z-index: -1; width: 148%; height: 145%; left: -24%; top: -25%; background: url('../assets/images/portrait-glow.svg') center / 100% 100% no-repeat; pointer-events: none; }
.about-hero .portrait-stage .hero-art { width: 100%; margin-top: 0; }
@media(min-width:1600px) { .portrait-stage { width: min(100%,calc(700 * var(--wide-unit))); } }
@media(max-width:800px) {
 .home-hero { height: auto; min-height: 0; padding-top: calc(88 * var(--wide-unit)); }
 .laptop-stage { width: min(160vw, calc((100svh - calc(88 * var(--wide-unit))) * 1.40548)); left: auto; transform: none; margin-inline: 0; }
 .portrait-stage { max-width: calc(570 * var(--wide-unit)); justify-self: center; }
 .brand-orbit { top: calc(-29 * var(--wide-unit)); }
}

/* Original logo artwork; live small print stays crisp on high-density screens. */
.original-logo { display: block; position: relative; width: calc(349 * var(--wide-unit)); max-width: 100%; aspect-ratio: 349 / 73; container-type: inline-size; }
.original-logo img { width: 100%; height: auto; }
.original-logo:after { content: ''; position: absolute; left: 32.38%; top: 0; height: 100%; width: .44%; background: #7c3cff; }
.original-tagline { position: absolute; left: 36.53%; top: 67.1%; display: flex; align-items: center; gap: .4em; color: #fff; font-size: clamp(calc(8 * var(--wide-unit)), 2.87cqw, calc(10 * var(--wide-unit))); line-height: 1.4; letter-spacing: .04em; font-weight: 600; white-space: nowrap; }
.original-tagline i { display: block; flex: none; width: calc(3 * var(--wide-unit)); height: calc(3 * var(--wide-unit)); border-radius: 50%; background: #297dff; }
/* Three matching crops fill the viewport; the central laptop retains its proportions. */
.home-hero { --scene-width: min(100vw, calc(100svh * 940 / 840)); height: 100svh; padding-top: 0; }
.home-hero:before, .home-hero:after { content: ''; display: block; position: absolute; top: 0; bottom: 0; width: calc((100% - var(--scene-width)) / 2 + calc(1 * var(--wide-unit))); height: 100%; z-index: -1; filter: none; pointer-events: none; background-size: 100% 100%; background-repeat: no-repeat; }
.home-hero:before { left: 0; right: auto; background-image: url('../assets/images/hero-left.webp'); }
.home-hero:after { right: 0; left: auto; background-image: url('../assets/images/hero-right.webp'); }
.laptop-stage { width: var(--scene-width); height: 100%; aspect-ratio: 940 / 840; margin: 0; left: auto; transform: none; }
.laptop-stage:after { display: none; }
.home-background { mask-image: none; object-fit: fill; }
.home-hero-copy { left: 12.7%; top: 16.7%; width: 75.45%; height: 52.3%; padding: 2%; max-width: none; }
.home-hero h1 { font-size: 7.35cqw; }
.home-hero p { font-size: 2.22cqw; margin-top: 2.45cqw; }
.home-hero .button { font-size: 2.14cqw; margin-top: 2.85cqw; padding: 1.35cqw 3.16cqw; border-radius: .87cqw; }
@media(max-aspect-ratio: 940/840) {
 .home-hero { height: auto; padding-top: calc(88 * var(--wide-unit)); }
 .laptop-stage { height: auto; aspect-ratio: 940 / 840; }
 .home-hero h1 { font-size: 7.9cqw; }
 .home-hero p { font-size: 3.1cqw; margin-top: 2cqw; }
 .home-hero .button { font-size: 3.1cqw; min-height: calc(44 * var(--wide-unit)); margin-top: 2cqw; }
}

/* Review 4: restore the hero color transition without covering the laptop. */
.hero-color-fade {
  position: absolute;
  inset: auto 0 0;
  height: calc(260 * var(--wide-unit));
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17,18,20,0) 0%, rgba(17,18,20,0) 46%, rgba(17,18,20,.22) 76%, #111214 100%);
}
/* Screenshots contain fine type: lossless encoding and no enlargement beyond source pixels. */
.project-image { display: flex; justify-content: center; align-items: end; }
.featured-project .project-image img { width: min(100%, calc(1168 * var(--wide-unit))); height: auto; flex: 0 1 auto; }
.project-grid .project-image { aspect-ratio: auto; min-height: 0; padding-bottom: 0; }
.project-grid .project-image img { width: min(100%, calc(540 * var(--wide-unit))); height: auto; flex: 0 1 auto; }

/* Project frames follow the source image width instead of the wide page container. */
.featured-project { max-width: calc(1392 * var(--wide-unit)); margin-inline: auto; }
.featured-project .project-image { padding-inline: clamp(calc(24 * var(--wide-unit)), 5.8vw, calc(112 * var(--wide-unit))); }
.project-grid { max-width: calc(1392 * var(--wide-unit)); margin-inline: auto; gap: calc(48 * var(--wide-unit)); }
.project-grid > article { min-width: 0; }
.project-grid .project-image { padding: calc(34 * var(--wide-unit)) clamp(calc(24 * var(--wide-unit)), 3vw, calc(66 * var(--wide-unit))) 0; }
.project-grid .project-caption { flex-wrap: wrap; row-gap: calc(10 * var(--wide-unit)); }
.project-grid .project-caption > p { white-space: normal; }
@media(max-width:800px) { .project-grid { gap: calc(30 * var(--wide-unit)); } }

/* Screen treatment: follow the photographed display's slight perspective. */
.home-hero-copy {
  transform: perspective(calc(1100 * var(--wide-unit))) rotateX(1deg) rotateY(-1.1deg) rotateZ(-.25deg);
  transform-origin: center;
  isolation: isolate;
  background: radial-gradient(ellipse at 48% 55%, rgba(124,60,255,.075), transparent 75%);
}
.home-hero h1 {
  color: #eeeff8;
  text-shadow: 0 0 calc(1 * var(--wide-unit)) rgba(230,230,255,.65), 0 0 calc(12 * var(--wide-unit)) rgba(164,142,255,.12);
}
.home-hero h1 span {
  background-image: linear-gradient(100deg, #e3d9f5, #ad84ef 60%, #8e5ae8);
}
.home-hero p {
  color: #e1e3ef;
  font-weight: 500;
  text-shadow: 0 0 calc(1 * var(--wide-unit)) rgba(220,220,255,.4);
}
.home-hero .button {
  background: #7338ea;
  color: #f1ecff;
  box-shadow: 0 0 calc(18 * var(--wide-unit)) rgba(124,60,255,.17);
}
.home-hero .button:hover { background: #8447f4; }
.home-hero-copy:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(212,225,255,.045), transparent 37%, transparent 70%, rgba(174,158,222,.018)), repeating-linear-gradient(0deg, transparent 0 calc(3 * var(--wide-unit)), rgba(8,10,20,.035) calc(3 * var(--wide-unit)) calc(4 * var(--wide-unit)));
}
@media (max-width: 800px) {
  .home-hero-copy:after { background: linear-gradient(118deg, rgba(212,225,255,.035), transparent 55%); }
}

/* Active desktop page: raised label with a closer underline. */
@media (min-width: 801px) {
  .main-nav a { padding-bottom: calc(6 * var(--wide-unit)); transition: transform .18s ease, color .18s ease; }
  .main-nav a[aria-current="page"] { transform: translateY(calc(-4 * var(--wide-unit))); }
}

/* Round 5: render the original logo typefaces as text at every density. */
@font-face { font-family: 'Almarai'; font-weight: 800; font-style: normal; font-display: swap; src: url('../assets/fonts/almarai-800.ttf') format('truetype'); }
.original-logo { aspect-ratio: 349 / 73; }
.original-logo .logo-emblem, .brand .original-logo .logo-emblem { position: absolute; left: 0; top: 16%; width: 29.15%; height: auto; }
.logo-live-name { position: absolute; left: 36.53%; top: 16%; font-size: 8.98cqw; line-height: 1.18; letter-spacing: 0; white-space: nowrap; font-weight: 400; }
.logo-live-name strong { font-family: 'Almarai', 'Albert Sans', sans-serif; font-weight: 800; }
.original-tagline { top: 70%; font-size: clamp(calc(9 * var(--wide-unit)), 2.87cqw, calc(10 * var(--wide-unit))); font-weight: 600; letter-spacing: .025em; gap: .3em; }
.check-list li:before { color: var(--purple); }
/* Crop side photographs proportionally instead of squeezing their contents. */
.home-hero:before, .home-hero:after { background-size: cover; }
.home-hero:before { background-position: right center; }
.home-hero:after { background-position: left center; }
.project-grid .project-image > :is(img, video) {
  width: min(100%, calc(540 * var(--wide-unit)));
  aspect-ratio: 2 / 1;
  height: auto;
  object-fit: contain;
  flex: 0 1 auto;
  min-width: 0;
  display: block;
}
.project-video { background: transparent; }
.project-video:focus-visible { outline: calc(2 * var(--wide-unit)) solid #a477ff; outline-offset: calc(3 * var(--wide-unit)); }
.project-grid .project-caption .project-note { color: #aeb0b8; text-align: right; }


/* Tablet and phone refinements. Desktop styling remains in styles.css. */
@media(max-width:1180px) {
 .brand { min-width: 0; flex: 0 1 calc(280 * var(--wide-unit)); }
 .brand .original-logo { width: 100%; }
 .brand .original-logo img { width: 100%; height: auto; }
 .legal-hero .page-hero { height: auto; min-height: 0; padding-block: calc(52 * var(--wide-unit)); grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); align-items: center; }
 .legal-hero .hero-art { position: static; width: 100%; margin: 0; }
 .legal-hero h1 { font-size: clamp(calc(30 * var(--wide-unit)),3.7vw,calc(44 * var(--wide-unit))); overflow-wrap: anywhere; }
 .page-hero { min-height: 0; padding-block: calc(48 * var(--wide-unit)); align-items: center; }
 .hero-art { align-self: center; }
 .services-section, .about-intro { padding-top: calc(72 * var(--wide-unit)); }
 .contact-section { padding-top: calc(56 * var(--wide-unit)); }
 .about-story { gap: calc(32 * var(--wide-unit)); padding: calc(32 * var(--wide-unit)); }
 .footer-grid { grid-template-columns: 1.3fr 1fr; gap: calc(40 * var(--wide-unit)); padding-bottom: calc(32 * var(--wide-unit)); }
 .footer-brand .original-logo { width: min(100%, calc(300 * var(--wide-unit))); }
 .footer-grid nav > a, .footer-contact a { min-height: calc(44 * var(--wide-unit)); padding-block: calc(10 * var(--wide-unit)); }
 .footer-grid nav h2 { margin-bottom: calc(12 * var(--wide-unit)); }
}
@media(max-width:1024px) {
  .site-header {
    height: calc(88 * var(--wide-unit));
    padding: calc(16 * var(--wide-unit)) calc(24 * var(--wide-unit));
    align-items: center;
  }
  .brand {
    flex-basis: calc(240 * var(--wide-unit));
  }
  .brand img {
    width: calc(240 * var(--wide-unit));
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: calc(8 * var(--wide-unit));
    background: #111214;
    border: calc(1 * var(--wide-unit)) solid #7c3cff75;
    border-radius: calc(6 * var(--wide-unit));
    min-height: calc(44 * var(--wide-unit));
    padding: calc(8 * var(--wide-unit)) calc(12 * var(--wide-unit));
    font-size: calc(16 * var(--wide-unit));
  }
  .menu-symbol {
    width: calc(18 * var(--wide-unit));
    height: calc(12 * var(--wide-unit));
    border-block: calc(2 * var(--wide-unit)) solid currentColor;
    position: relative;
  }
  .menu-symbol:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(4 * var(--wide-unit));
    border-top: calc(2 * var(--wide-unit)) solid currentColor;
  }
  .menu-toggle[aria-expanded="true"] .menu-symbol {
    transform: rotate(90deg);
  }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(88 * var(--wide-unit));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: auto;
    padding: calc(16 * var(--wide-unit)) calc(24 * var(--wide-unit)) calc(24 * var(--wide-unit));
    background: #111214;
    border-bottom: calc(1 * var(--wide-unit)) solid #34343c;
    visibility: hidden;
    opacity: 0;
    transform: translateY(calc(-8 * var(--wide-unit)));
    transition:
      opacity 0.15s,
      transform 0.15s,
      visibility 0.15s;
  }
  .main-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .main-nav a {
    padding: calc(13 * var(--wide-unit)) calc(8 * var(--wide-unit));
    letter-spacing: 0;
    font-size: calc(18 * var(--wide-unit));
  }
  .main-nav a[aria-current="page"]:after {
    inset: calc(10 * var(--wide-unit)) auto calc(10 * var(--wide-unit)) 0;
    height: auto;
    width: calc(2 * var(--wide-unit));
  }

 .brand { flex-basis: calc(260 * var(--wide-unit)); min-width: 0; }
 .menu-toggle { flex: none; }
 .main-nav { z-index: 20; max-height: calc(100dvh - calc(88 * var(--wide-unit))); overflow-y: auto; }
 .main-nav a { transform: none; transition: none; }
 .main-nav a[aria-current="page"] { transform: none; }
 .main-nav a[aria-current="page"]:after { inset: calc(10 * var(--wide-unit)) auto calc(10 * var(--wide-unit)) 0; width: calc(2 * var(--wide-unit)); height: auto; }
 .contact-section { grid-template-columns: 1fr; gap: calc(40 * var(--wide-unit)); }
 .contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: calc(16 * var(--wide-unit)); }
 .personal-note { max-width: calc(620 * var(--wide-unit)); }
 .contact-form { max-width: calc(740 * var(--wide-unit)); width: 100%; justify-self: center; }
 .home-intro { grid-template-columns: 1fr; gap: calc(40 * var(--wide-unit)); }
 .intro-copy h2, .intro-copy > p:not(.eyebrow) { max-width: 65ch; }
 .service-preview { padding-top: 0; }
 .service-card { width: min(100%, calc(580 * var(--wide-unit))); }
 .brand-orbit { top: calc(-135 * var(--wide-unit)); left: 25%; }
 .service-preview:after { top: calc(300 * var(--wide-unit)); }
}
@media(max-width:800px) {
 .legal-hero .page-hero { grid-template-columns: 1fr; padding-block: calc(36 * var(--wide-unit)); gap: calc(24 * var(--wide-unit)); }
 .page-hero { padding-top: calc(36 * var(--wide-unit)); gap: calc(28 * var(--wide-unit)); }
 .hero-art { max-width: calc(390 * var(--wide-unit)); }
 .portrait-stage { width: min(100%,calc(440 * var(--wide-unit))); }
 .about-hero .portrait-stage .hero-art { width: 100% !important; max-width: none; }
 .hero-copy .motto { margin-top: calc(32 * var(--wide-unit)); }
 .about-hero .page-hero:before { width: calc(300 * var(--wide-unit)); height: calc(500 * var(--wide-unit)); right: 15%; }
 .about-intro { padding-top: calc(56 * var(--wide-unit)); }
 .contact-hero .hero-copy > p:not(.eyebrow) { font-size: calc(18 * var(--wide-unit)); line-height: 1.5; margin-top: calc(24 * var(--wide-unit)); }
 .contact-form input, .contact-form textarea, .contact-form select { font-size: calc(16 * var(--wide-unit)); }
 .contact-form .privacy-check { padding-block: calc(10 * var(--wide-unit)); align-items: start; }
 .page-about .faq-section { padding-top: calc(64 * var(--wide-unit)); }
}
@media(max-width:700px) {
 .project-grid, .process-grid { grid-template-columns: 1fr; }
 .project-grid { max-width: calc(620 * var(--wide-unit)); gap: calc(40 * var(--wide-unit)); }
 .project-grid .project-image { padding: calc(24 * var(--wide-unit)) calc(24 * var(--wide-unit)) 0; }
 .process-grid li { padding: calc(24 * var(--wide-unit)) calc(8 * var(--wide-unit)); border-right: 0; border-bottom: calc(1 * var(--wide-unit)) solid #7c3cff55; }
 .process-grid li:last-child { border: 0; }
 .process-grid li p { max-width: 60ch; margin-top: calc(12 * var(--wide-unit)); line-height: 1.5; }
 .process-grid h3 br { display: none; }
 .about-intro .two-columns { grid-template-columns: 1fr; gap: calc(24 * var(--wide-unit)); }
 .accent-column:before { display: none; }
}
@media(max-width:520px) {
 :root { --gutter: calc(20 * var(--wide-unit)); }
 .site-header { padding-inline: calc(20 * var(--wide-unit)); gap: calc(12 * var(--wide-unit)); }
 .brand { flex: 0 1 calc(235 * var(--wide-unit)); }
 .menu-toggle { padding: calc(8 * var(--wide-unit)) calc(10 * var(--wide-unit)); }
 .menu-toggle > span:last-child { display: none; }
 .menu-toggle { min-width: calc(44 * var(--wide-unit)); justify-content: center; }
 .hero-copy h1 { font-size: clamp(calc(30 * var(--wide-unit)),8.2vw,calc(36 * var(--wide-unit))); }
 .hero-copy h1 br { display: none; }
 .hero-art { max-width: calc(320 * var(--wide-unit)); }
 .portrait-stage { max-width: calc(350 * var(--wide-unit)); }
 .about-story { padding: calc(24 * var(--wide-unit)); gap: calc(28 * var(--wide-unit)); }
 .about-story blockquote { padding: calc(20 * var(--wide-unit)); }
 .contact-methods { grid-template-columns: 1fr; }
 .contact-form { padding: calc(24 * var(--wide-unit)) calc(18 * var(--wide-unit)); }
 .contact-form h2 { font-size: calc(26 * var(--wide-unit)); }
 .privacy .legal-card .eyebrow { font-size: calc(14 * var(--wide-unit)); }
 .legal-card { padding: calc(22 * var(--wide-unit)); }
 .footer-grid { grid-template-columns: 1fr 1fr; gap: calc(28 * var(--wide-unit)); }
 .footer-brand, .footer-grid > div:nth-child(2) { grid-column: 1 / -1; }
 .footer-brand .original-logo { max-width: calc(300 * var(--wide-unit)); }
 .cta .button { min-width: 0; max-width: 100%; }
 .brand-orbit { left: 16%; opacity: .6; }
}

/* Compact phone screen: keep the headline and usable CTA inside the laptop. */
@media(max-width:600px) {
 .home-hero-copy > p { display: none; }
 .home-hero h1 { font-size: 8cqw; line-height: 1.08; }
 .home-hero .button { font-size: calc(16 * var(--wide-unit)); line-height: 1.3; min-height: calc(44 * var(--wide-unit)); margin-top: 4cqw; padding: calc(10 * var(--wide-unit)) calc(18 * var(--wide-unit)); }
 .home-hero-copy { transform: perspective(calc(1100 * var(--wide-unit))) rotateY(-.5deg); }
 .hero-color-fade { height: calc(90 * var(--wide-unit)); }
}
@media(max-width:1024px) and (max-height:600px) {
 .home-hero { --scene-width: min(100vw, calc(calc(520 * var(--wide-unit)) * 940 / 840)); height: calc(520 * var(--wide-unit)); min-height: calc(520 * var(--wide-unit)); padding-top: 0; }
 .home-hero-copy > p { display: none; }
 .home-hero .button { font-size: calc(16 * var(--wide-unit)); min-height: calc(44 * var(--wide-unit)); padding: calc(10 * var(--wide-unit)) calc(20 * var(--wide-unit)); }
 .hero-color-fade { height: calc(100 * var(--wide-unit)); }
}
@media(max-width:520px) {
 .brand .original-tagline { gap: calc(2 * var(--wide-unit)); letter-spacing: 0; }
 .brand .original-tagline i { width: calc(2 * var(--wide-unit)); height: calc(2 * var(--wide-unit)); }
}

@media(max-width:1024px) {
 .menu-toggle { border: 0; background: transparent; border-radius: 0; padding: calc(10 * var(--wide-unit)); min-width: calc(44 * var(--wide-unit)); min-height: calc(44 * var(--wide-unit)); }
 .menu-toggle > span:last-child { display: none; }
 .menu-symbol { width: calc(24 * var(--wide-unit)); height: calc(16 * var(--wide-unit)); border-top: calc(2 * var(--wide-unit)) solid #fff; border-bottom: calc(2 * var(--wide-unit)) solid #fff; }
 .menu-symbol:after { display: none; }
 .menu-toggle[aria-expanded="true"] .menu-symbol { transform: none; border: 0; }
 .menu-toggle[aria-expanded="true"] .menu-symbol:before, .menu-toggle[aria-expanded="true"] .menu-symbol:after { display: block; content: ''; position: absolute; top: calc(7 * var(--wide-unit)); left: 0; width: calc(24 * var(--wide-unit)); height: calc(2 * var(--wide-unit)); border: 0; background: #fff; transform: rotate(45deg); }
 .menu-toggle[aria-expanded="true"] .menu-symbol:after { transform: rotate(-45deg); }
}
@media(max-width:700px) {
 .service-preview { padding-top: calc(145 * var(--wide-unit)); }
 .brand-orbit { width: calc(480 * var(--wide-unit)); top: calc(-170 * var(--wide-unit)); left: 50%; transform: translateX(-50%); opacity: 1; }
 .brand-orbit img { width: calc(180 * var(--wide-unit)); }
 .service-preview:after { top: calc(250 * var(--wide-unit)); }
 .regional-art { width: calc(100% + var(--gutter)); max-width: none; margin-right: calc(-1 * var(--gutter)); margin-left: 0; }
}
@media(max-width:520px) {
 .brand { flex-basis: calc(255 * var(--wide-unit)); }
 .brand .original-tagline { font-size: calc(9 * var(--wide-unit)); gap: calc(2 * var(--wide-unit)); letter-spacing: 0; }
 .site-header { padding-inline: calc(16 * var(--wide-unit)); gap: calc(8 * var(--wide-unit)); }
}
@media(max-width:360px) {
 .brand .original-tagline { left: 32.5%; font-size: calc(8.5 * var(--wide-unit)); gap: calc(1.5 * var(--wide-unit)); }
}
@media(min-width:521px) and (max-width:1024px) {
 .brand .original-tagline { font-size: calc(9 * var(--wide-unit)); gap: calc(2 * var(--wide-unit)); letter-spacing: 0; }
}

/* Three bars remain unchanged when the menu is open. */
@media(max-width:1024px) {
 .menu-symbol, .menu-toggle[aria-expanded="true"] .menu-symbol { width: calc(24 * var(--wide-unit)); height: calc(18 * var(--wide-unit)); border-top: calc(2 * var(--wide-unit)) solid #fff; border-bottom: calc(2 * var(--wide-unit)) solid #fff; transform: none; }
 .menu-symbol:before, .menu-toggle[aria-expanded="true"] .menu-symbol:before { display: none; }
 .menu-symbol:after, .menu-toggle[aria-expanded="true"] .menu-symbol:after { content: ''; display: block; position: absolute; top: calc(6 * var(--wide-unit)); left: 0; width: calc(24 * var(--wide-unit)); height: calc(2 * var(--wide-unit)); background: #fff; border: 0; transform: none; }
 .regional-art { position: relative; right: auto; bottom: auto; display: block; width: calc(100% + var(--gutter)); max-width: none; margin: calc(30 * var(--wide-unit)) calc(-1 * var(--gutter)) 0 0; }
 .regional { min-height: 0; padding-bottom: 0; }
 .regional > p:not(.eyebrow) { max-width: 65ch; }
}
@media(max-width:700px) {
 .service-preview { padding-top: 0; }
 .brand-orbit { width: calc(360 * var(--wide-unit)); top: calc(90 * var(--wide-unit)); left: auto; right: calc(-45 * var(--wide-unit)); transform: none; border-width: calc(24 * var(--wide-unit)); box-shadow: inset 0 0 0 calc(22 * var(--wide-unit)) #7c3cff08; }
 .brand-orbit img { width: calc(140 * var(--wide-unit)); }
 .service-preview:after { top: calc(340 * var(--wide-unit)); }
}
@media(max-width:700px) {
 .service-preview { display: grid; grid-template-columns: minmax(0,1fr); gap: calc(30 * var(--wide-unit)); }
 .service-preview .service-card { margin-bottom: 0; }
 .service-preview .service-card:nth-of-type(1) { grid-row: 1; }
 .service-preview .service-card:nth-of-type(2) { grid-row: 2; }
 .service-preview .service-card:nth-of-type(3) { grid-row: 3; }
 .brand-orbit { grid-area: 2 / 1 / 3 / 2; top: 50%; transform: translateY(-50%); }
}

/* More legible small logo text on touch layouts; desktop remains unchanged. */
/* Slightly smaller decorative JU motif; preserve its existing responsive anchor. */
.brand-orbit { scale: .9; }
.brand-orbit::before {
 content: ''; position: absolute; inset: -16%; z-index: -1;
 border-radius: 50%; pointer-events: none;
 background: radial-gradient(ellipse, #7c3cff09 18%, #7c3cff06 42%, #7c3cff02 58%, transparent 73%);
}
.brand-orbit img { filter: drop-shadow(0 0 calc(18 * var(--wide-unit)) #7c3cff33); }
.service-preview::after { scale: .9; transform-origin: right top; }

@media(max-width:1024px) {
 .original-logo .original-tagline { font-size: calc(10 * var(--wide-unit)); font-weight: 700; letter-spacing: 0; gap: calc(2 * var(--wide-unit)); }
 .original-logo .original-tagline i { width: calc(2 * var(--wide-unit)); height: calc(2 * var(--wide-unit)); }
 .brand { flex-basis: calc(280 * var(--wide-unit)); }
}
@media(max-width:360px) {
 .brand .original-tagline { font-size: calc(9.5 * var(--wide-unit)); left: 32.5%; gap: calc(1 * var(--wide-unit)); }
}
@media(max-width:360px) {
 .site-header { padding-inline: calc(12 * var(--wide-unit)); }
 .brand .original-tagline { font-size: calc(9 * var(--wide-unit)); }
}

/* One continuous photograph per aspect ratio. Image and text share the same coordinates. */
.home-hero { position: relative; display: block; height: 100svh; min-height: 0; padding: 0; overflow: hidden; background: #111214; isolation: isolate; }
.home-hero:before, .home-hero:after, .laptop-stage:after { display: none; background: none; }
.home-hero .site-header { position: absolute; inset: 0 0 auto; background: rgba(0,0,0,.22); }
.laptop-stage { position: absolute; top: 50%; left: 50%; width: max(100vw, calc(100svh * 1672 / 941)); height: auto; aspect-ratio: 1672 / 941; margin: 0; transform: translate(-50%, -50%); container-type: inline-size; }
.hero-picture { display: block; width: 100%; height: 100%; }
.home-background { position: absolute; inset: 0; width: 100%; height: 100%; min-width: 0; max-width: none; object-fit: contain; transform: none; mask-image: none; opacity: 1; }
.home-hero-copy { inset: 27.8% auto auto 31.2%; width: 37.3%; height: 38.1%; max-width: none; padding: 1%; transform: perspective(calc(1100 * var(--wide-unit))) rotateY(-.5deg); display: flex; flex-direction: column; justify-content: center; align-items: center; }
.home-hero h1 { font-size: 3.65cqw; line-height: 1.04; }
.home-hero-copy > p { display: block; font-size: 1.1cqw; line-height: 1.35; margin-top: 1.35cqw; }
.home-hero .button { font-size: 1.1cqw; line-height: 1.35; padding: .75cqw 1.6cqw; min-height: calc(44 * var(--wide-unit)); margin-top: 1.5cqw; border-radius: .5cqw; }
.hero-color-fade { height: min(calc(260 * var(--wide-unit)), 22svh); }
@media(max-aspect-ratio:3/2) and (min-aspect-ratio:1/1) {
 .laptop-stage { width: max(100vw, calc(100svh * 1487 / 1058)); aspect-ratio: 1487 / 1058; }
 .home-hero-copy { left: 25.2%; top: 26.5%; width: 48.2%; height: 41.5%; }
 .home-hero h1 { font-size: 4.6cqw; }
 .home-hero-copy > p { font-size: 1.6cqw; }
 .home-hero .button { font-size: 1.5cqw; padding: 1cqw 2cqw; }
}
@media(max-aspect-ratio:1/1) {
 .laptop-stage { width: max(100vw, calc(100svh * 941 / 1672)); aspect-ratio: 941 / 1672; }
 .home-hero-copy { left: 20.5%; top: 38.65%; width: 59.5%; height: 20.4%; padding: 1%; }
 .home-hero h1 { font-size: 6cqw; line-height: 1.05; }
 .home-hero-copy > p { display: none; }
 .home-hero .button { font-size: clamp(calc(14 * var(--wide-unit)), 3.2cqw, calc(20 * var(--wide-unit))); padding: calc(10 * var(--wide-unit)) calc(16 * var(--wide-unit)); margin-top: 2.7cqw; min-height: calc(44 * var(--wide-unit)); border-radius: calc(6 * var(--wide-unit)); }
 .hero-color-fade { height: calc(120 * var(--wide-unit)); }
}
@media(max-aspect-ratio:9/20) {
 .home-hero { height: calc(100vw * 20 / 9); }
 .laptop-stage { width: calc(100vw * 20 / 9 * 941 / 1672); }
}
@media(max-height:600px) and (min-aspect-ratio:1/1) {
 .home-hero-copy > p { display: none; }
 .home-hero .button { font-size: calc(14 * var(--wide-unit)); padding: calc(8 * var(--wide-unit)) calc(14 * var(--wide-unit)); margin-top: 1cqw; }
}

/* Phone crop removes excess wall and desk while preserving the whole laptop. */
@media(max-width:600px) and (max-aspect-ratio:1/1) {
 .home-hero { height: calc(calc(88 * var(--wide-unit)) + 105vw); }
 .laptop-stage { width: 125vw; top: calc(calc(88 * var(--wide-unit)) - 70vw); left: 50%; transform: translateX(-50%); }
 .hero-color-fade { height: calc(75 * var(--wide-unit)); }
 .home-hero .button { position: relative; font-size: clamp(calc(12 * var(--wide-unit)), 2.7cqw, calc(15 * var(--wide-unit))); padding: calc(6 * var(--wide-unit)) calc(12 * var(--wide-unit)); min-height: calc(34 * var(--wide-unit)); }
 /* Keep the touch target at least 44px high around the smaller visible button. */
 .home-hero .button::before { content: ''; position: absolute; inset: calc(-5 * var(--wide-unit)) 0; }
}

/* Subtle screen scanlines on phones and tablets; the overlay never intercepts taps. */
@media(max-width:1180px) {
 .home-hero-copy:after {
  background: linear-gradient(118deg, rgba(212,225,255,.035), transparent 55%), repeating-linear-gradient(0deg, transparent 0 calc(3 * var(--wide-unit)), rgba(8,10,20,.022) calc(3 * var(--wide-unit)) calc(4 * var(--wide-unit)));
  pointer-events: none;
 }
}
/* Ultra-wide composition has extra side room so the laptop stays within the viewport. */
@media(min-aspect-ratio:14/5) {
 .laptop-stage { width: max(100vw, calc(100svh * 3)); aspect-ratio: 3 / 1; }
 .home-hero-copy { left: 40.5%; top: 37%; width: 19%; height: 32%; padding: .4%; }
 .home-hero h1 { font-size: 1.85cqw; }
 .home-hero-copy > p { font-size: .62cqw; margin-top: .65cqw; }
 .home-hero .button { font-size: .65cqw; padding: .4cqw .9cqw; margin-top: .7cqw; }
}

/* Bring the ultrawide laptop closer, bounded by the space below navigation. */
@media(min-aspect-ratio:14/5) {
 .home-hero { --hero-nav-height: max(calc(119 * var(--wide-unit)), 6.19792vw); --ultra-scene-height: calc((100svh - var(--hero-nav-height) - calc(32 * var(--wide-unit))) / .49); }
 .laptop-stage { width: calc(var(--ultra-scene-height) * 3); top: calc(var(--hero-nav-height) + calc(16 * var(--wide-unit)) - var(--ultra-scene-height) * .35); left: 50%; transform: translateX(-50%); }
}
/* Screen artwork stays in the same coordinate system as the live headline/CTA.
   Clip only the decoration, preserving the button's enlarged touch target. */
.home-hero-copy {
  background: #060913;
  isolation: isolate;
}
.laptop-screen-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 0% 100%, #12317d55, transparent 53%),
    radial-gradient(ellipse at 85% 72%, #32106322, transparent 55%),
    linear-gradient(125deg, #080c18, #050711 70%);
}
.screen-ribbon {
  position: absolute;
  display: block;
  width: 13%;
  height: 66%;
  right: -1%;
  top: 13%;
  border-radius: 65% 10% 75% 45%;
  transform: skewX(-22deg) rotate(6deg);
  background: linear-gradient(170deg, #10307a 4%, #173bd3 39%, #6c26bd 76%, #301148 98%);
  opacity: .62;
}
.screen-ribbon-back {
  right: -10%;
  top: 40%;
  height: 48%;
  width: 16%;
  opacity: .4;
  background: linear-gradient(155deg, #152260, #742eb0 78%, #281036);
}
.home-hero h1 { text-shadow: 0 0 calc(1 * var(--wide-unit)) #e6e6ff44, 0 0 calc(9 * var(--wide-unit)) #a48eff12; }
@media(max-aspect-ratio:1/1) {
  .screen-ribbon-front { right: -3%; opacity: .42; }
  .screen-ribbon-back { right: -12%; opacity: .3; }
}

}
