:root {
  --font-logo: "3dwiesel Russo One", "Arial Black", Arial, sans-serif;
  --font-heading: "3dwiesel Russo One", "Arial Black", Arial, sans-serif;
  --font-body: "3dwiesel Exo 2", "3dwiesel Segoe", Arial, sans-serif;
  --font-tech: "3dwiesel JetBrains Mono", "3dwiesel Cascadia", Consolas, monospace;
  --font-display: var(--font-heading);
  --type-hero: clamp(3rem, 6vw, 6.15rem);
  --type-section: clamp(2rem, 3.7vw, 3.75rem);
  --type-card-title: clamp(1.16rem, 1.35vw, 1.38rem);
  --type-body: 1rem;
  --type-lead: clamp(1.06rem, 1.65vw, 1.28rem);
  --type-label: 0.78rem;
  --type-button: 0.86rem;
  --ink: #f4fff8;
  --muted: #9db9b5;
  --line: rgba(92, 225, 204, 0.2);
  --paper: #031417;
  --soft: #082328;
  --panel: rgba(7, 28, 33, 0.9);
  --panel-strong: rgba(5, 22, 26, 0.96);
  --teal-deep: #062c32;
  --teal-mid: #0b3d43;
  --teal-soft: #114f52;
  --accent: #76ff9a;
  --accent-dark: #18d8d2;
  --violet: #9b6cff;
  --violet-soft: #c05cff;
  --hot: #f766d9;
  --amber: #ffb84d;
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-glow: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-fast: 160ms;
  --motion-base: 240ms;
  --motion-slow: 6s;
}

@font-face {
  font-family: "3dwiesel Russo One";
  src: url("assets/fonts/russo-one.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel Exo 2";
  src: url("assets/fonts/exo-2-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel Exo 2";
  src: url("assets/fonts/exo-2-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel Exo 2";
  src: url("assets/fonts/exo-2-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel Exo 2";
  src: url("assets/fonts/exo-2-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel Exo 2";
  src: url("assets/fonts/exo-2-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel JetBrains Mono";
  src: url("assets/fonts/jetbrains-mono-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel JetBrains Mono";
  src: url("assets/fonts/jetbrains-mono-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel JetBrains Mono";
  src: url("assets/fonts/jetbrains-mono-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel JetBrains Mono";
  src: url("assets/fonts/jetbrains-mono-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel Segoe";
  src: url("assets/fonts/segoeui.ttf") format("truetype");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3dwiesel Cascadia";
  src: url("assets/fonts/cascadia-code.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@keyframes hero-gradient-drift {
  0% {
    background-position: 0% 50%, 100% 45%, 50% 100%;
  }

  50% {
    background-position: 18% 42%, 84% 55%, 56% 84%;
  }

  100% {
    background-position: 0% 50%, 100% 45%, 50% 100%;
  }
}

@keyframes hero-panel-scan {
  0% {
    opacity: 0.62;
    transform: translate3d(-1.5%, 0, 0);
  }

  50% {
    opacity: 0.88;
    transform: translate3d(1.5%, -1%, 0);
  }

  100% {
    opacity: 0.62;
    transform: translate3d(-1.5%, 0, 0);
  }
}

@keyframes mascot-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes mascot-green-pulse {
  0%,
  100% {
    opacity: 0.78;
    transform: rotate(-7deg) scale(1.08);
  }

  50% {
    opacity: 0.96;
    transform: rotate(-4deg) scale(1.14);
  }
}

@keyframes mascot-inner-float {
  0%,
  100% {
    transform: rotate(8deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(12deg) translate3d(8px, -6px, 0);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    linear-gradient(rgba(92, 225, 204, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 225, 204, 0.06) 1px, transparent 1px),
    radial-gradient(ellipse at 18% 28%, rgba(155, 108, 255, 0.32), transparent 30rem),
    radial-gradient(ellipse at 34% 46%, rgba(192, 92, 255, 0.16), transparent 34rem),
    radial-gradient(ellipse at 82% 16%, rgba(155, 108, 255, 0.12), transparent 26rem),
    linear-gradient(120deg, transparent 0 18%, rgba(155, 108, 255, 0.08) 34%, transparent 58%),
    linear-gradient(135deg, rgba(3, 28, 32, 0.96), rgba(2, 16, 20, 0.98) 48%, rgba(5, 35, 39, 0.94)),
    linear-gradient(180deg, rgba(12, 71, 75, 0.28), transparent 34rem),
    var(--paper);
  background-size: 42px 42px, 42px 42px, auto, auto, auto, auto, auto, auto;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--type-body);
  font-weight: 500;
  line-height: 1.58;
}

a {
  color: inherit;
  text-decoration: none;
  transition:
    color var(--motion-fast) var(--ease-out),
    background-color var(--motion-fast) var(--ease-out),
    border-color var(--motion-fast) var(--ease-out),
    box-shadow var(--motion-fast) var(--ease-out);
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(3, 18, 22, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-family: var(--font-logo);
  font-weight: 400;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(118, 255, 122, 0.45);
  border-radius: 50%;
  background: #eafff4;
  box-shadow: 0 0 24px rgba(24, 216, 210, 0.2);
}

.brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  filter: contrast(1.1);
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 31, 36, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  color: #b9c7c9;
  font-family: var(--font-tech);
  font-size: var(--type-label);
  font-weight: 700;
}

.nav a:hover {
  color: var(--ink);
  background: rgba(92, 225, 204, 0.14);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 12px 16px;
  border: 1px solid rgba(118, 255, 154, 0.58);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(9, 45, 50, 0.98), rgba(6, 24, 33, 0.98) 48%, rgba(23, 21, 56, 0.98)),
    linear-gradient(90deg, rgba(118, 255, 154, 0.16), rgba(24, 216, 210, 0.08), rgba(155, 108, 255, 0.14));
  color: var(--ink);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  box-shadow: 0 0 30px rgba(155, 108, 255, 0.22);
  font-family: var(--font-tech);
  font-size: var(--type-button);
  font-weight: 700;
  text-shadow: 0 0 14px rgba(118, 255, 154, 0.32);
}

.section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.8fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  padding: 54px 0 42px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-family: var(--font-tech);
  font-size: var(--type-label);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
.portfolio-meta h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: var(--type-hero);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: var(--type-section);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-family: var(--font-heading);
  font-size: var(--type-card-title);
  font-weight: 400;
  line-height: 1.12;
}

.hero-text {
  max-width: 650px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: var(--type-lead);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: var(--font-tech);
  font-size: var(--type-button);
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark), var(--violet));
  color: var(--ink);
  box-shadow: 0 0 30px rgba(155, 108, 255, 0.22);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.34);
}

.button-primary:hover {
  filter: saturate(1.2) brightness(1.06);
}

.button-secondary {
  border-color: rgba(155, 108, 255, 0.38);
  background: rgba(155, 108, 255, 0.09);
  color: #efe7ff;
}

.button-secondary:hover {
  background: rgba(192, 92, 255, 0.14);
  border-color: rgba(192, 92, 255, 0.48);
}

.hero-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.mascot-card {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  width: min(440px, 92%);
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  overflow: visible;
}

.mascot-card img {
  position: relative;
  z-index: 2;
  aspect-ratio: 1 / 1;
  width: 80%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  filter:
    invert(1)
    contrast(1.2)
    drop-shadow(0 0 20px rgba(118, 255, 154, 0.25))
    drop-shadow(0 18px 34px rgba(0, 0, 0, 0.22));
}

.print-spec {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  gap: 2px;
  width: min(240px, 70%);
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--panel-strong);
  box-shadow: -18px -18px 44px rgba(0, 0, 0, 0.25);
}

.print-spec strong {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.print-spec span {
  color: var(--muted);
  font-size: 0.88rem;
}

.print-spec .spec-kicker {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 34, 39, 0.6);
}

.intro-strip div {
  display: grid;
  gap: 12px;
  min-height: 126px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.intro-strip div:last-child {
  border-right: 0;
}

.intro-strip span,
.steps span {
  color: var(--accent);
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 800;
}

.intro-strip strong {
  align-self: end;
  max-width: 250px;
  font-family: var(--font-heading);
  font-size: var(--type-card-title);
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.split,
.process,
.materials,
.works,
.quote {
  padding: 110px 0;
  border-bottom: 1px solid var(--line);
}

.split,
.materials,
.works {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(36px, 6vw, 80px);
}

.works {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 38px;
}

.works .section-heading {
  max-width: 760px;
  text-align: center;
}

.works .portfolio-grid {
  width: min(920px, 100%);
}

.section-heading {
  max-width: 460px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 210px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(24, 216, 210, 0.09), transparent 45%),
    linear-gradient(225deg, rgba(155, 108, 255, 0.08), transparent 42%),
    var(--panel);
}

.service-grid p,
.steps p,
.material-table span,
.work-grid span,
.quote-copy p,
.site-footer p {
  color: var(--muted);
}

.process {
  display: grid;
  gap: 44px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  border: 1px solid var(--line);
  list-style: none;
}

.steps li {
  min-height: 240px;
  padding: 24px;
  background:
    linear-gradient(160deg, rgba(17, 79, 82, 0.24), transparent 48%),
    linear-gradient(20deg, rgba(155, 108, 255, 0.08), transparent 50%),
    var(--panel);
}

.steps strong {
  display: block;
  margin: 34px 0 10px;
  font-family: var(--font-heading);
  font-size: var(--type-card-title);
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.material-table {
  display: grid;
  border-top: 1px solid var(--line);
}

.material-table div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid var(--line);
}

.material-table strong {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.portfolio-card {
  display: grid;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow:
    0 24px 80px rgba(0, 16, 18, 0.34),
    0 0 0 1px rgba(155, 108, 255, 0.06);
}

.portfolio-card-large {
  grid-column: 1 / -1;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 520px;
}

.portfolio-image {
  position: relative;
  min-height: 320px;
  background-color: var(--teal-deep);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover, contain, contain;
}

.portfolio-image::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(8, 35, 40, 0) 45%, rgba(3, 20, 23, 0.68)),
    linear-gradient(90deg, rgba(118, 255, 154, 0.12), transparent 26%, transparent 70%, rgba(155, 108, 255, 0.2));
}

.portfolio-image-androids {
  background-image:
    linear-gradient(135deg, rgba(17, 79, 82, 0.38), rgba(155, 108, 255, 0.2)),
    url("assets/portfolio-androids.jpg"),
    url("assets/portfolio-androids.svg");
}

.portfolio-image-bust {
  background-image:
    linear-gradient(135deg, rgba(17, 79, 82, 0.32), rgba(192, 92, 255, 0.16)),
    url("assets/portfolio-bust.jpg"),
    url("assets/portfolio-bust.svg");
}

.portfolio-image-horror {
  background-image:
    linear-gradient(135deg, rgba(24, 216, 210, 0.22), rgba(155, 108, 255, 0.24)),
    url("assets/portfolio-horror.jpg"),
    url("assets/portfolio-horror.svg");
}

.portfolio-meta {
  align-self: end;
  padding: 28px;
}

.portfolio-meta span {
  display: block;
  margin-bottom: 14px;
  color: var(--violet-soft);
  font-family: var(--font-tech);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.portfolio-meta h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1;
}

.portfolio-meta p {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--muted);
}

.quote {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(17, 79, 82, 0.22), transparent 42%),
    linear-gradient(225deg, rgba(155, 108, 255, 0.1), transparent 48%),
    var(--panel);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: var(--type-label);
  font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(2, 15, 18, 0.76);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--type-body);
  font-weight: 500;
  padding: 12px 14px;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(155, 108, 255, 0.45);
  border-color: rgba(192, 92, 255, 0.55);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form button:disabled {
  cursor: wait;
  filter: grayscale(0.35);
  opacity: 0.72;
}

.quote-status {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--muted);
  font-family: var(--font-tech);
  font-weight: 800;
}

.quote-status:not(:empty) {
  padding: 14px 16px;
  background: rgba(7, 9, 13, 0.74);
}

.quote-status[data-state="pending"] {
  border-color: rgba(155, 108, 255, 0.42);
  color: var(--accent-dark);
}

.quote-status[data-state="success"] {
  border-color: rgba(118, 255, 154, 0.45);
  background:
    linear-gradient(135deg, rgba(118, 255, 154, 0.1), rgba(155, 108, 255, 0.08));
  color: var(--accent);
}

.section-lead {
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted);
  font-size: var(--type-lead);
  font-weight: 500;
}

.service-signal .card,
.service-card,
.step-card,
.tech-card {
  background:
    linear-gradient(160deg, rgba(17, 79, 82, 0.28), transparent 48%),
    linear-gradient(24deg, rgba(155, 108, 255, 0.1), transparent 54%),
    var(--panel);
}

.service-signal strong,
.step-card h3,
.service-card h3,
.tech-card h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  text-transform: uppercase;
}

.service-signal strong {
  display: block;
  margin: 18px 0 10px;
  font-size: var(--type-card-title);
  line-height: 1.12;
}

.service-signal p,
.service-card p,
.step-card p,
.tech-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.metric,
.step-card span {
  color: var(--accent);
  font-family: var(--font-tech);
  font-size: 0.82rem;
  font-weight: 900;
}

.step-card,
.tech-card {
  padding: 24px;
  border: 1px solid var(--line);
}

.step-card h3,
.service-card h3,
.tech-card h3 {
  margin: 22px 0 12px;
  font-size: var(--type-card-title);
  line-height: 1.08;
}

.service-card h3,
.tech-card h3 {
  margin-top: 0;
}

.service-card-accent {
  border-color: rgba(192, 92, 255, 0.42);
  box-shadow: 0 0 42px rgba(155, 108, 255, 0.12);
}

.quote-section {
  padding-bottom: 96px;
}

.service-form {
  display: block;
}

.service-form .row {
  display: flex;
}

.service-form .form-label {
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: var(--type-label);
}

.service-form .btn {
  width: max-content;
}

.quote-privacy-note,
.quote-field-note {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: var(--type-small);
  line-height: 1.55;
}

.quote-privacy-note {
  padding: 14px 16px;
  border: 1px solid rgba(64, 214, 198, 0.28);
  border-radius: 8px;
  background: rgba(64, 214, 198, 0.08);
}

.quote-field-note {
  margin-top: 8px;
  margin-bottom: 0;
}

.consent-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-weight: 700;
}

.consent-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--accent);
}

.quote-success {
  max-width: 760px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(17, 79, 82, 0.24), transparent 42%),
    linear-gradient(225deg, rgba(155, 108, 255, 0.12), transparent 50%),
    var(--panel);
}

details.accordion-item summary {
  cursor: pointer;
  list-style: none;
}

details.accordion-item summary::-webkit-details-marker {
  display: none;
}

details.accordion-item[open] {
  border-color: rgba(192, 92, 255, 0.36);
}

details.accordion-item summary::after {
  float: right;
  color: var(--accent);
  content: "+";
}

details.accordion-item[open] summary::after {
  content: "−";
}

.quote-status[data-state="error"] {
  border-color: rgba(255, 61, 242, 0.45);
  background: rgba(255, 61, 242, 0.08);
  color: var(--hot);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 32px clamp(20px, 4vw, 56px);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.site-footer a:last-child {
  color: var(--accent);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .split,
  .materials,
  .works,
  .quote {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 60px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-grid,
  .portfolio-card-large {
    grid-template-columns: 1fr;
  }

  .portfolio-card-large {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

  .header-action {
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .section {
    width: min(100% - 28px, 1160px);
  }

  h1 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .hero-visual {
    min-height: 360px;
  }

  .mascot-card {
    left: auto;
    width: min(340px, 92%);
  }

  .intro-strip,
  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .intro-strip div {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .intro-strip div:last-child {
    border-bottom: 0;
  }

  .split,
  .process,
  .materials,
  .works,
  .quote {
    padding: 76px 0;
  }

  .material-table div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 0;
  }

  .quote-form {
    padding: 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

/* Premium conversion layer */
body {
  min-height: 100vh;
  background:
    linear-gradient(rgba(92, 225, 204, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 225, 204, 0.045) 1px, transparent 1px),
    radial-gradient(ellipse at 18% 22%, rgba(155, 108, 255, 0.28), transparent 32rem),
    radial-gradient(ellipse at 78% 8%, rgba(24, 216, 210, 0.16), transparent 28rem),
    radial-gradient(ellipse at 52% 72%, rgba(192, 92, 255, 0.12), transparent 34rem),
    linear-gradient(135deg, rgba(2, 19, 24, 0.98), rgba(2, 13, 17, 0.98) 52%, rgba(5, 30, 36, 0.96)),
    var(--paper);
  background-size: 42px 42px, 42px 42px, auto, auto, auto, auto;
}

.site-header {
  margin: 12px clamp(12px, 2vw, 28px) 0;
  min-height: 72px;
  border: 1px solid rgba(92, 225, 204, 0.22);
  background:
    linear-gradient(135deg, rgba(9, 42, 48, 0.84), rgba(4, 18, 24, 0.78)),
    rgba(3, 18, 22, 0.86);
  box-shadow:
    0 18px 70px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(155, 108, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.brand {
  letter-spacing: 0.02em;
}

.brand-mark {
  border-color: rgba(118, 255, 154, 0.6);
  box-shadow:
    0 0 24px rgba(24, 216, 210, 0.24),
    0 0 42px rgba(155, 108, 255, 0.12);
}

.nav {
  border-color: rgba(92, 225, 204, 0.24);
  background:
    linear-gradient(135deg, rgba(8, 44, 50, 0.72), rgba(11, 29, 39, 0.78));
}

.nav a {
  transition:
    color var(--motion-fast) var(--ease-out),
    background-color var(--motion-fast) var(--ease-out),
    box-shadow var(--motion-fast) var(--ease-out),
    transform var(--motion-fast) var(--ease-out);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
  background: rgba(118, 255, 154, 0.1);
  box-shadow: inset 0 0 0 1px rgba(118, 255, 154, 0.18);
  transform: translateY(-1px);
}

.header-action,
.button,
.btn {
  transition:
    transform var(--motion-base) var(--ease-glow),
    box-shadow var(--motion-base) var(--ease-glow),
    border-color var(--motion-base) var(--ease-out),
    background-color var(--motion-base) var(--ease-out),
    filter var(--motion-base) var(--ease-out);
}

.header-action:hover,
.header-action:focus-visible,
.button:hover,
.button:focus-visible,
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.16) brightness(1.05);
  box-shadow:
    0 0 26px rgba(118, 255, 154, 0.28),
    0 0 64px rgba(155, 108, 255, 0.22),
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.header-action,
.button-primary,
.btn-primary {
  box-shadow:
    0 0 34px rgba(24, 216, 210, 0.2),
    0 0 58px rgba(155, 108, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.button-primary,
.btn-primary {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(118, 255, 154, 0.58);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(9, 45, 50, 0.98), rgba(6, 24, 33, 0.98) 48%, rgba(23, 21, 56, 0.98)),
    linear-gradient(90deg, rgba(118, 255, 154, 0.16), rgba(24, 216, 210, 0.08), rgba(155, 108, 255, 0.14));
  color: var(--ink);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  text-shadow: 0 0 14px rgba(118, 255, 154, 0.32);
}

.button-primary::before,
.btn-primary::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(118, 255, 154, 0.32), transparent 30%, transparent 68%, rgba(155, 108, 255, 0.28)),
    radial-gradient(circle at 14% 0%, rgba(118, 255, 154, 0.22), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(155, 108, 255, 0.24), transparent 36%);
  opacity: 0.62;
  transition:
    opacity var(--motion-base) var(--ease-out),
    transform var(--motion-base) var(--ease-glow);
}

.button-primary::after,
.btn-primary::after {
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 32px;
  height: 2px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, var(--accent), var(--violet));
  box-shadow: 0 0 14px rgba(118, 255, 154, 0.38);
}

.button-primary:hover,
.button-primary:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  border-color: rgba(155, 108, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(11, 57, 60, 0.98), rgba(8, 30, 42, 0.98) 46%, rgba(34, 27, 78, 0.98));
}

.button-primary:hover::before,
.button-primary:focus-visible::before,
.btn-primary:hover::before,
.btn-primary:focus-visible::before {
  opacity: 0.92;
  transform: translateX(8px);
}

.button-secondary,
.btn-outline-light {
  background:
    linear-gradient(135deg, rgba(155, 108, 255, 0.12), rgba(24, 216, 210, 0.06));
  border-color: rgba(192, 92, 255, 0.42);
}

.hero-actions .button-secondary {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(155, 108, 255, 0.52);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(18, 18, 45, 0.98), rgba(7, 29, 37, 0.96) 56%, rgba(9, 44, 48, 0.92)),
    linear-gradient(90deg, rgba(155, 108, 255, 0.18), rgba(24, 216, 210, 0.08));
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  color: #efe7ff;
  text-shadow: 0 0 14px rgba(155, 108, 255, 0.3);
}

.hero-actions .button-secondary::after {
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 32px;
  height: 2px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, var(--violet-soft), var(--accent-dark));
  box-shadow: 0 0 14px rgba(155, 108, 255, 0.36);
}

.button-ghost {
  border-color: rgba(118, 255, 154, 0.28);
  color: var(--accent);
}

.hero {
  position: relative;
  min-height: calc(100vh - 110px);
  padding-top: clamp(54px, 7vw, 88px);
  padding-bottom: clamp(54px, 7vw, 88px);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  z-index: 0;
  inset: -18% -8% -12%;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 0% 50%, rgba(118, 255, 154, 0.13), transparent 32rem),
    radial-gradient(ellipse at 100% 45%, rgba(155, 108, 255, 0.16), transparent 34rem),
    radial-gradient(ellipse at 50% 100%, rgba(24, 216, 210, 0.1), transparent 30rem);
  background-repeat: no-repeat;
  filter: blur(2px);
  mix-blend-mode: screen;
  animation: hero-gradient-drift 12s var(--ease-glow) infinite;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-visual {
  z-index: 1;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(118, 255, 154, 0.22);
  background: rgba(7, 31, 36, 0.56);
  box-shadow: 0 0 24px rgba(118, 255, 154, 0.08);
}

h1 {
  text-wrap: balance;
  text-shadow:
    0 0 22px rgba(118, 255, 154, 0.08),
    0 0 42px rgba(155, 108, 255, 0.12);
}

h2,
h3 {
  text-wrap: balance;
}

.hero-text,
.section-lead {
  color: #bad0ce;
}

.hero-actions {
  gap: 14px;
}

.hero-visual {
  filter: drop-shadow(0 24px 70px rgba(0, 0, 0, 0.28));
}

.mascot-card {
  background: transparent;
  box-shadow: none;
  animation: mascot-float 7s var(--ease-glow) infinite;
}

.mascot-card::before,
.mascot-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.mascot-card::before {
  z-index: 0;
  inset: 2% 0 5%;
  border: 0;
  border-radius: 47% 53% 58% 42% / 48% 44% 56% 52%;
  background:
    radial-gradient(ellipse at 52% 48%, rgba(118, 255, 154, 0.34), rgba(24, 216, 210, 0.17) 42%, transparent 72%),
    radial-gradient(ellipse at 35% 34%, rgba(192, 92, 255, 0.13), transparent 56%);
  filter: blur(14px);
  transform: rotate(-7deg) scale(1.08);
  mix-blend-mode: screen;
  animation: mascot-green-pulse 8s var(--ease-glow) infinite;
}

.mascot-card::after {
  z-index: 1;
  inset: 12% 9% 13%;
  border-radius: 50% 44% 52% 48% / 44% 55% 45% 56%;
  background:
    radial-gradient(ellipse at 48% 50%, rgba(118, 255, 154, 0.18), rgba(24, 216, 210, 0.1) 48%, transparent 74%);
  filter: blur(28px);
  transform: rotate(8deg);
  mix-blend-mode: screen;
  animation: mascot-inner-float 9s var(--ease-glow) infinite;
}

.print-spec {
  border-color: rgba(118, 255, 154, 0.28);
  background:
    linear-gradient(135deg, rgba(7, 45, 51, 0.94), rgba(7, 17, 26, 0.96));
  box-shadow:
    -18px -18px 52px rgba(0, 0, 0, 0.28),
    0 0 40px rgba(24, 216, 210, 0.1);
}

.service-signal,
#process,
#services,
.works,
#materials,
#technologies,
#faq,
.quote-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 680px;
}

.card,
.service-signal .card,
.service-card,
.step-card,
.tech-card,
.quote-form,
.quote-success,
.portfolio-card,
.accordion-item {
  border-color: rgba(92, 225, 204, 0.22);
  background:
    linear-gradient(160deg, rgba(17, 79, 82, 0.28), transparent 48%),
    linear-gradient(24deg, rgba(155, 108, 255, 0.12), transparent 54%),
    rgba(5, 22, 27, 0.88);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(14px);
}

.service-signal .card,
.service-card,
.step-card,
.tech-card,
.portfolio-card,
.quote-form,
.quote-success,
.quote-hint-card,
.accordion-item {
  transition:
    transform var(--motion-base) var(--ease-glow),
    border-color var(--motion-base) var(--ease-out),
    box-shadow var(--motion-base) var(--ease-glow),
    background-color var(--motion-base) var(--ease-out);
}

.service-signal .card:hover,
.service-signal .card:focus-within,
.service-card:hover,
.service-card:focus-within,
.step-card:hover,
.step-card:focus-within,
.tech-card:hover,
.tech-card:focus-within,
.portfolio-card:hover,
.portfolio-card:focus-within,
.quote-form:focus-within,
.quote-success:hover,
.quote-hint-card:hover,
.accordion-item:hover {
  transform: translateY(-3px);
  border-color: rgba(118, 255, 154, 0.34);
  box-shadow:
    0 26px 86px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(118, 255, 154, 0.12),
    0 0 44px rgba(155, 108, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.service-signal .card-body,
.service-card .card-body,
.step-card,
.tech-card {
  position: relative;
  overflow: hidden;
}

.service-signal .card-body::after,
.service-card .card-body::after,
.step-card::after,
.tech-card::after {
  position: absolute;
  right: -20%;
  bottom: -32%;
  width: 70%;
  height: 70%;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, transparent, rgba(118, 255, 154, 0.08), rgba(155, 108, 255, 0.1));
  transform: rotate(-12deg);
}

.metric,
.step-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid rgba(118, 255, 154, 0.22);
  background: rgba(118, 255, 154, 0.06);
}

#process .row > :nth-child(1) .step-card {
  border-color: rgba(118, 255, 154, 0.34);
  background:
    linear-gradient(160deg, rgba(118, 255, 154, 0.13), transparent 50%),
    linear-gradient(24deg, rgba(155, 108, 255, 0.12), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    0 0 34px rgba(118, 255, 154, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#process .row > :nth-child(2) .step-card {
  border-color: rgba(24, 216, 210, 0.36);
  background:
    linear-gradient(160deg, rgba(24, 216, 210, 0.14), transparent 50%),
    linear-gradient(24deg, rgba(118, 255, 154, 0.09), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    0 0 34px rgba(24, 216, 210, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#process .row > :nth-child(3) .step-card {
  border-color: rgba(155, 108, 255, 0.38);
  background:
    linear-gradient(160deg, rgba(155, 108, 255, 0.16), transparent 50%),
    linear-gradient(24deg, rgba(247, 102, 217, 0.1), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    0 0 34px rgba(155, 108, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#process .row > :nth-child(4) .step-card {
  border-color: rgba(255, 184, 77, 0.32);
  background:
    linear-gradient(160deg, rgba(255, 184, 77, 0.12), transparent 50%),
    linear-gradient(24deg, rgba(192, 92, 255, 0.13), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    0 0 34px rgba(255, 184, 77, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#process .row > :nth-child(1) .step-card span {
  color: var(--accent);
  border-color: rgba(118, 255, 154, 0.38);
  background: rgba(118, 255, 154, 0.08);
}

#process .row > :nth-child(2) .step-card span {
  color: var(--accent-dark);
  border-color: rgba(24, 216, 210, 0.4);
  background: rgba(24, 216, 210, 0.08);
}

#process .row > :nth-child(3) .step-card span {
  color: var(--violet-soft);
  border-color: rgba(192, 92, 255, 0.42);
  background: rgba(155, 108, 255, 0.1);
}

#process .row > :nth-child(4) .step-card span {
  color: var(--amber);
  border-color: rgba(255, 184, 77, 0.38);
  background: rgba(255, 184, 77, 0.08);
}

#services .row > :nth-child(1) .service-card,
#technologies .row > :nth-child(1) .tech-card {
  border-color: rgba(118, 255, 154, 0.32);
  background:
    linear-gradient(160deg, rgba(118, 255, 154, 0.12), transparent 50%),
    linear-gradient(24deg, rgba(155, 108, 255, 0.1), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    0 0 32px rgba(118, 255, 154, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#services .row > :nth-child(2) .service-card,
#technologies .row > :nth-child(2) .tech-card {
  border-color: rgba(24, 216, 210, 0.34);
  background:
    linear-gradient(160deg, rgba(24, 216, 210, 0.13), transparent 50%),
    linear-gradient(24deg, rgba(118, 255, 154, 0.08), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    0 0 32px rgba(24, 216, 210, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#services .row > :nth-child(3) .service-card,
#technologies .row > :nth-child(3) .tech-card {
  border-color: rgba(155, 108, 255, 0.36);
  background:
    linear-gradient(160deg, rgba(155, 108, 255, 0.15), transparent 50%),
    linear-gradient(24deg, rgba(247, 102, 217, 0.09), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    0 0 32px rgba(155, 108, 255, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#services .row > :nth-child(4) .service-card {
  border-color: rgba(255, 184, 77, 0.32);
  background:
    linear-gradient(160deg, rgba(255, 184, 77, 0.11), transparent 50%),
    linear-gradient(24deg, rgba(192, 92, 255, 0.11), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    0 0 32px rgba(255, 184, 77, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#services .row > :nth-child(5) .service-card {
  border-color: rgba(247, 102, 217, 0.32);
  background:
    linear-gradient(160deg, rgba(247, 102, 217, 0.12), transparent 50%),
    linear-gradient(24deg, rgba(24, 216, 210, 0.09), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    0 0 32px rgba(247, 102, 217, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.service-card-accent {
  background:
    linear-gradient(135deg, rgba(118, 255, 154, 0.13), transparent 40%),
    linear-gradient(225deg, rgba(192, 92, 255, 0.18), transparent 50%),
    rgba(5, 22, 27, 0.9);
}

.works {
  position: relative;
  width: min(1560px, calc(100% - clamp(28px, 5vw, 80px)));
}

.works::before,
.quote-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(155, 108, 255, 0.08), transparent),
    linear-gradient(180deg, transparent, rgba(24, 216, 210, 0.04), transparent);
  opacity: 0.75;
}

.portfolio-card {
  border-color: rgba(92, 225, 204, 0.24);
}

.portfolio-card:hover .portfolio-image,
.portfolio-card:focus-within .portfolio-image {
  transform: none;
  filter: saturate(1.1) contrast(1.03);
}

.portfolio-image {
  transition:
    transform 520ms var(--ease-glow),
    filter 520ms var(--ease-out);
}

.portfolio-image::before {
  background:
    linear-gradient(180deg, rgba(8, 35, 40, 0) 38%, rgba(3, 20, 23, 0.78)),
    linear-gradient(90deg, rgba(118, 255, 154, 0.14), transparent 26%, transparent 70%, rgba(155, 108, 255, 0.24));
}

.material-table {
  border-top-color: rgba(92, 225, 204, 0.28);
}

.material-table div {
  border-bottom-color: rgba(92, 225, 204, 0.18);
  transition:
    background-color var(--motion-fast) var(--ease-out),
    padding-left var(--motion-fast) var(--ease-out),
    color var(--motion-fast) var(--ease-out);
}

.material-table div:hover {
  padding-left: 12px;
  background: rgba(118, 255, 154, 0.035);
}

.accordion-button {
  font-family: var(--font-display);
  line-height: 1.2;
}

details.accordion-item summary::after {
  margin-left: 18px;
  font-family: var(--font-tech);
}

.quote-section {
  position: relative;
}

.quote-form {
  border-color: rgba(118, 255, 154, 0.24);
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.quote-form input,
.quote-form select,
.quote-form textarea,
.form-control,
.form-select {
  border-color: rgba(92, 225, 204, 0.22);
  background:
    linear-gradient(135deg, rgba(3, 20, 25, 0.96), rgba(7, 18, 27, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    border-color var(--motion-base) var(--ease-out),
    box-shadow var(--motion-base) var(--ease-out),
    background-color var(--motion-base) var(--ease-out),
    transform var(--motion-fast) var(--ease-out);
}

.quote-form input:hover,
.quote-form select:hover,
.quote-form textarea:hover,
.form-control:hover,
.form-select:hover {
  border-color: rgba(118, 255, 154, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(118, 255, 154, 0.08);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus,
.form-control:focus,
.form-select:focus {
  border-color: rgba(118, 255, 154, 0.52);
  outline: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 3px rgba(118, 255, 154, 0.08),
    0 0 34px rgba(155, 108, 255, 0.1);
  transform: translateY(-1px);
}

.quote-page-main .quote-section {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}

.quote-hint-card {
  border-color: rgba(118, 255, 154, 0.24);
}

.quote-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.quote-mini-list span {
  padding: 8px 10px;
  border: 1px solid rgba(92, 225, 204, 0.18);
  background: rgba(7, 31, 36, 0.62);
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 800;
}

.consent-line {
  padding: 12px;
  border: 1px solid rgba(92, 225, 204, 0.16);
  background: rgba(7, 31, 36, 0.44);
}

main > section:not(.hero) .section-heading,
#materials .col-lg-5,
.quote-section .col-lg-5 {
  max-width: min(900px, 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

main > section:not(.hero) .section-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 34px;
}

main > section:not(.hero) .section-heading .eyebrow,
#materials .col-lg-5 .eyebrow,
.quote-section .col-lg-5 .eyebrow {
  margin-right: auto;
  margin-left: auto;
}

main > section:not(.hero) h2 {
  max-width: min(920px, 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.quote-page-main h1,
.seo-landing-page h1,
.service-page h1 {
  max-width: min(920px, 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

main > section:not(.hero) .section-lead {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#materials .row,
.quote-section > .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  margin-right: 0;
  margin-left: 0;
}

#materials .row > *,
.quote-section > .row > * {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

#materials .col-lg-7,
.quote-section .col-lg-7 {
  max-width: min(980px, 100%);
  margin-right: auto;
  margin-left: auto;
}

#materials .material-table {
  margin-top: 4px;
}

.seo-landing-page,
.service-page {
  width: min(100% - 40px, 1160px);
  margin-right: auto;
  margin-left: auto;
}

.seo-landing-page .section-heading,
.service-page .section-heading {
  max-width: min(900px, 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  margin-top: 36px;
  border: 1px solid rgba(92, 225, 204, 0.16);
  background:
    linear-gradient(90deg, rgba(155, 108, 255, 0.1), rgba(24, 216, 210, 0.08) 42%, rgba(118, 255, 154, 0.06)),
    linear-gradient(135deg, rgba(7, 31, 36, 0.22), rgba(4, 18, 24, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 0 90px rgba(24, 216, 210, 0.05);
}

.landing-hero::before,
.landing-cta::before {
  position: absolute;
  inset: -12% -8%;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 18% 24%, rgba(155, 108, 255, 0.18), transparent 32rem),
    radial-gradient(ellipse at 82% 30%, rgba(118, 255, 154, 0.12), transparent 28rem);
  mix-blend-mode: screen;
}

.landing-actions,
.landing-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.landing-section {
  border-bottom: 1px solid rgba(92, 225, 204, 0.12);
}

.landing-grid,
.landing-list,
.landing-steps,
.landing-links {
  display: grid;
  gap: 16px;
}

.landing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-panel,
.landing-list div,
.landing-steps li,
.landing-cta {
  border: 1px solid rgba(92, 225, 204, 0.22);
  background:
    linear-gradient(160deg, rgba(17, 79, 82, 0.28), transparent 48%),
    linear-gradient(24deg, rgba(155, 108, 255, 0.12), transparent 54%),
    rgba(5, 22, 27, 0.88);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.landing-panel,
.landing-list div,
.landing-steps li {
  min-height: 132px;
  padding: 22px;
}

.landing-panel h3,
.landing-list strong,
.landing-steps span {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.landing-panel h3 {
  margin-bottom: 0;
}

.landing-steps span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--accent);
  font-family: var(--font-tech);
  font-size: 0.82rem;
  font-weight: 900;
}

.landing-steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.landing-cta {
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.landing-cta > * {
  position: relative;
  z-index: 1;
}

.landing-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-links a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(118, 255, 154, 0.22);
  background: rgba(7, 31, 36, 0.56);
  color: var(--accent);
  font-family: var(--font-tech);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.landing-links a:hover {
  border-color: rgba(118, 255, 154, 0.38);
  box-shadow: 0 0 24px rgba(118, 255, 154, 0.08);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 28px 0 0;
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: var(--accent);
}

.breadcrumbs a:hover,
.contact-card a:hover,
.footer-nap a:hover {
  color: var(--violet-soft);
}

.contact-page .landing-hero {
  margin-top: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-card {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(92, 225, 204, 0.22);
  background:
    linear-gradient(160deg, rgba(118, 255, 154, 0.1), transparent 50%),
    linear-gradient(24deg, rgba(155, 108, 255, 0.12), transparent 58%),
    rgba(5, 22, 27, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.contact-card span,
.footer-nap strong {
  display: block;
  color: var(--accent);
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong,
.contact-card a {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: var(--type-card-title);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.contact-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.footer-nap {
  display: grid;
  gap: 4px;
}

.footer-nap span,
.footer-nap a {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid rgba(92, 225, 204, 0.18);
  background:
    linear-gradient(135deg, rgba(7, 31, 36, 0.82), rgba(4, 16, 22, 0.92));
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .nav {
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding: 6px;
    border-radius: 8px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .header-action {
    justify-self: start;
    min-height: 44px;
  }

  .hero {
    min-height: auto;
    gap: 28px;
  }
}

@media (max-width: 680px) {
  :root {
    --type-section: clamp(1.85rem, 9vw, 2.75rem);
    --type-card-title: clamp(1.1rem, 5vw, 1.28rem);
    --type-label: 0.8rem;
    --type-button: 0.88rem;
  }

  body {
    background:
      linear-gradient(rgba(92, 225, 204, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(92, 225, 204, 0.03) 1px, transparent 1px),
      radial-gradient(ellipse at 14% 18%, rgba(155, 108, 255, 0.14), transparent 22rem),
      radial-gradient(ellipse at 86% 8%, rgba(24, 216, 210, 0.09), transparent 20rem),
      radial-gradient(ellipse at 54% 72%, rgba(192, 92, 255, 0.07), transparent 24rem),
      linear-gradient(135deg, rgba(1, 10, 13, 0.99), rgba(1, 8, 11, 0.99) 52%, rgba(3, 20, 24, 0.98)),
      #01090c;
    background-size: 34px 34px, 34px 34px, auto, auto, auto, auto, auto;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    margin: 8px;
    padding: 12px;
    gap: 12px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .nav a {
    min-height: 44px;
    padding: 11px 12px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .header-action {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    justify-self: end;
    width: auto;
    min-width: 132px;
    padding: 12px 14px;
    white-space: nowrap;
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 9.2vw, 3.1rem);
    line-height: 1.02;
  }

  .hero-copy {
    display: grid;
    justify-items: start;
  }

  .hero-text {
    margin-bottom: 24px;
    font-size: 1.02rem;
  }

  .hero-visual {
    min-height: 170px;
  }

  .mascot-card {
    width: min(230px, 78%);
  }

  .hero-actions,
  .quote-actions,
  .quote-success .d-flex {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .hero-actions .button-primary,
  .quote-actions .button-primary {
    grid-column: 1 / -1;
  }

  .hero-actions .button,
  .quote-actions .button,
  .service-form .btn,
  .quote-success .button {
    min-height: 52px;
    width: 100%;
  }

  .eyebrow {
    width: auto;
    font-size: 0.78rem;
  }

  .print-spec {
    width: min(280px, 82%);
    padding: 18px;
  }

  .print-spec strong {
    font-size: 1.85rem;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .py-5 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .card-body,
  .step-card,
  .tech-card {
    padding: 20px;
  }

  .service-signal .card,
  .service-card,
  .step-card,
  .tech-card,
  .portfolio-card,
  .quote-form,
  .accordion-item {
    box-shadow:
      0 14px 46px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
  }

  .portfolio-grid,
  .portfolio-card-large {
    grid-template-columns: 1fr;
  }

  .portfolio-card,
  .portfolio-card-large {
    min-height: auto;
  }

  .portfolio-image {
    min-height: 250px;
  }

  .portfolio-meta {
    padding: 22px;
  }

  .material-table div {
    min-height: auto;
  }

  .accordion-button {
    min-height: 56px;
    padding: 17px 18px;
    font-size: clamp(1.02rem, 4.5vw, 1.18rem);
    line-height: 1.22;
  }

  .accordion-body {
    padding: 0 18px 18px;
    font-size: 1rem;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea,
  .form-control,
  .form-select {
    min-height: 52px;
    font-size: 1rem;
    padding: 12px 14px;
  }

  .quote-form textarea,
  textarea.form-control {
    min-height: 132px;
  }

  .consent-line {
    align-items: start;
    padding: 14px;
    font-size: 0.96rem;
  }

  .quote-mini-list span {
    font-size: 0.8rem;
  }

  .quote-page-main .quote-section {
    min-height: auto;
  }

  .landing-grid,
  .landing-list,
  .landing-steps,
  .landing-links {
    grid-template-columns: 1fr;
  }

  .landing-panel,
  .landing-list div,
  .landing-steps li {
    min-height: auto;
    padding: 20px;
  }

  .landing-cta {
    display: grid;
    justify-items: center;
    padding: 22px;
    text-align: center;
  }

  .landing-actions .button,
  .landing-cta .button {
    width: 100%;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .section,
  .seo-landing-page,
  .service-page {
    width: min(100% - 24px, 1160px);
  }

  h1 {
    font-size: clamp(2rem, 11.5vw, 2.75rem);
  }

  .quote-page-main h1 {
    font-size: clamp(2rem, 10.5vw, 2.8rem);
  }

  .hero {
    gap: 18px;
  }

  .hero-visual {
    min-height: 180px;
  }

  .mascot-card {
    width: min(220px, 82%);
  }

  .hero-actions,
  .quote-actions,
  .quote-success .d-flex {
    grid-template-columns: 1fr;
  }

  .hero-actions .button-primary,
  .quote-actions .button-primary {
    grid-column: auto;
  }

  main > section:not(.hero) .section-heading,
  #materials .col-lg-5,
  .quote-section .col-lg-5 {
    margin-bottom: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .header-action:hover,
  .header-action:focus-visible,
  .button:hover,
  .button:focus-visible,
  .btn:hover,
  .btn:focus-visible,
  .service-signal .card:hover,
  .service-signal .card:focus-within,
  .service-card:hover,
  .service-card:focus-within,
  .step-card:hover,
  .step-card:focus-within,
  .tech-card:hover,
  .tech-card:focus-within,
  .portfolio-card:hover,
  .portfolio-card:focus-within,
  .quote-form:focus-within,
  .quote-success:hover,
  .quote-hint-card:hover,
  .accordion-item:hover,
  .quote-form input:focus,
  .quote-form select:focus,
  .quote-form textarea:focus,
  .form-control:focus,
  .form-select:focus {
    transform: none !important;
  }
}

/* 2026 interactive landing refresh */
.site-shell {
  --surface: rgba(6, 17, 23, 0.9);
  --surface-soft: rgba(11, 31, 38, 0.72);
  --surface-warm: rgba(42, 31, 21, 0.72);
  --line-soft: rgba(201, 231, 224, 0.16);
  --green: #d8c2ff;
  --cyan: #b08cff;
  --rose: #ff8fd2;
  --gold: #ffd166;
  --blue: #7c5cff;
  --text-soft: #c4d7d4;
  background:
    linear-gradient(rgba(94, 231, 216, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 231, 216, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #031116 0%, #071a20 36%, #12141d 62%, #071a18 100%);
  background-size: 56px 56px, 56px 56px, auto;
}

.landing-header {
  top: 10px;
  width: min(1180px, calc(100% - 28px));
  min-height: 68px;
  margin: 10px auto 0;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(4, 15, 20, 0.82);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.22);
}

.landing-header .brand-mark,
.landing-footer .brand-mark {
  border-radius: 8px;
}

.landing-nav {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 5px;
  background: currentColor;
}

.menu-toggle span:last-child {
  margin-bottom: 0;
}

.landing-hero-main {
  position: relative;
  overflow: hidden;
  width: min(1180px, calc(100% - 40px));
  min-height: auto;
  padding: clamp(34px, 5vw, 62px) clamp(22px, 4vw, 56px);
  grid-template-columns: 1fr;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(3, 17, 22, 0.98) 0%, rgba(3, 17, 22, 0.88) 48%, rgba(3, 17, 22, 0.22) 100%),
    linear-gradient(0deg, rgba(3, 17, 22, 0.22), rgba(3, 17, 22, 0.22)),
    url("assets/portfolio-androids.jpg");
  background-position: center, center, right center;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, auto 100%;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.28);
}

.landing-hero-main h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  line-height: 1;
}

.landing-hero-main .hero-text {
  max-width: 700px;
  color: var(--text-soft);
}

.landing-hero-main .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.button,
.header-action,
.scenario-tab,
.builder-option,
.quick-prompts button {
  border-radius: 8px;
}

.button-primary {
  border-color: rgba(216, 194, 255, 0.7);
  background:
    linear-gradient(135deg, rgba(216, 194, 255, 0.98), rgba(176, 140, 255, 0.96) 48%, rgba(124, 92, 255, 0.98)),
    #8e63ff;
  color: #12071f;
  box-shadow:
    0 16px 42px rgba(124, 92, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  text-shadow: none;
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: rgba(235, 220, 255, 0.9);
  background:
    linear-gradient(135deg, rgba(232, 219, 255, 1), rgba(190, 158, 255, 1) 48%, rgba(145, 102, 255, 1)),
    #a77bff;
  box-shadow:
    0 18px 52px rgba(153, 102, 255, 0.34),
    0 0 0 3px rgba(176, 140, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.button-primary::before,
.button-primary::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
}

.button-secondary {
  border-color: rgba(255, 209, 102, 0.42);
  background: rgba(255, 209, 102, 0.08);
  color: #fff4d2;
}

.button-ghost {
  border-color: rgba(255, 123, 184, 0.34);
  background: rgba(255, 123, 184, 0.06);
  color: #ffd9ea;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-line span,
.quick-prompts button,
.scenario-tab,
.builder-option {
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text-soft);
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-studio {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: absolute;
  inset: 0;
  min-height: 0;
  pointer-events: none;
  transform: none;
}

.studio-photo {
  display: none;
}

.studio-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(3, 13, 18, 0.78)),
    linear-gradient(90deg, rgba(156, 255, 123, 0.16), transparent 30%, rgba(255, 123, 184, 0.18));
}

.studio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.studio-panel {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 18px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(5, 18, 24, 0.9);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.studio-panel span {
  color: var(--cyan);
  font-family: var(--font-tech);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.studio-panel strong {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.studio-panel-top {
  top: clamp(24px, 4vw, 54px);
  right: clamp(18px, 4vw, 58px);
}

.studio-panel-bottom {
  right: auto;
  bottom: clamp(22px, 4vw, 52px);
  left: auto;
  right: clamp(18px, 4vw, 58px);
  border-color: rgba(255, 209, 102, 0.28);
  background: rgba(30, 24, 18, 0.92);
}

.metrics-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(124, 92, 255, 0.14), rgba(176, 140, 255, 0.1), rgba(255, 143, 210, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.metrics-band div {
  min-height: 134px;
  padding: 24px;
  border-right: 1px solid var(--line-soft);
}

.metrics-band div:last-child {
  border-right: 0;
}

.metrics-band strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 1;
}

.metrics-band span {
  color: var(--text-soft);
  font-family: var(--font-tech);
  font-size: 0.8rem;
  font-weight: 800;
}

.catalog-section,
.calculator-section,
.process-section,
.materials-section,
.review-section,
.faq-section,
.quote-section {
  padding: clamp(74px, 9vw, 122px) 0;
}

.scenario-tabs,
.option-row,
.quick-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scenario-tabs {
  justify-content: center;
  margin: 0 auto 28px;
}

.scenario-tab,
.builder-option,
.quick-prompts button {
  cursor: pointer;
  transition:
    transform var(--motion-fast) var(--ease-out),
    border-color var(--motion-fast) var(--ease-out),
    background-color var(--motion-fast) var(--ease-out),
    color var(--motion-fast) var(--ease-out);
}

.scenario-tab:hover,
.builder-option:hover,
.quick-prompts button:hover {
  transform: translateY(-2px);
  border-color: rgba(176, 140, 255, 0.52);
  color: var(--ink);
}

.scenario-tab.is-active,
.builder-option.is-active {
  border-color: rgba(216, 194, 255, 0.58);
  background: rgba(124, 92, 255, 0.18);
  color: var(--green);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.scenario-card {
  display: grid;
  align-content: space-between;
  min-height: 286px;
  padding: 24px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(94, 231, 216, 0.09), transparent 52%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  transition:
    transform var(--motion-base) var(--ease-out),
    border-color var(--motion-base) var(--ease-out),
    box-shadow var(--motion-base) var(--ease-out);
}

.scenario-card:hover,
.scenario-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(156, 255, 123, 0.36);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.26);
}

.scenario-card[hidden] {
  display: none;
}

.scenario-card span,
.builder-label,
.review-card > span {
  color: var(--cyan);
  font-family: var(--font-tech);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.scenario-card h3 {
  margin: 26px 0 14px;
}

.scenario-card p {
  color: var(--text-soft);
}

.scenario-card a {
  display: inline-flex;
  width: max-content;
  margin-top: 18px;
  color: var(--green);
  font-family: var(--font-tech);
  font-weight: 900;
}

.scenario-card-dark {
  background:
    linear-gradient(145deg, rgba(255, 123, 184, 0.12), transparent 52%),
    linear-gradient(320deg, rgba(255, 209, 102, 0.08), transparent 48%),
    rgba(255, 255, 255, 0.035);
}

.calculator-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.calculator-copy .section-lead {
  text-align: left;
}

.quote-builder {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 16px;
}

.builder-column,
.builder-summary {
  padding: 24px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: var(--surface-soft);
}

.builder-column {
  display: grid;
  gap: 14px;
}

.builder-label {
  margin-top: 8px;
}

.builder-label:first-child {
  margin-top: 0;
}

.builder-summary {
  align-content: center;
  background:
    linear-gradient(145deg, rgba(255, 209, 102, 0.1), transparent 48%),
    var(--surface-warm);
}

.builder-summary span {
  color: var(--gold);
  font-family: var(--font-tech);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.builder-summary strong {
  display: block;
  margin: 16px 0;
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
}

.builder-summary p {
  color: var(--text-soft);
}

.site-shell .builder-summary .button-primary {
  position: relative;
  align-self: start;
  min-height: 46px;
  padding: 0 22px;
  border-color: rgba(176, 140, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(20, 20, 52, 0.92), rgba(5, 25, 34, 0.9) 58%, rgba(10, 45, 48, 0.84)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.16), rgba(176, 140, 255, 0.1), rgba(24, 216, 210, 0.08));
  color: #efe7ff;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  box-shadow:
    0 0 24px rgba(176, 140, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 12px rgba(216, 194, 255, 0.22);
}

.site-shell .builder-summary .button-primary::before {
  background:
    linear-gradient(90deg, rgba(216, 194, 255, 0.18), transparent 28%, transparent 70%, rgba(24, 216, 210, 0.16)),
    radial-gradient(circle at 12% 0%, rgba(176, 140, 255, 0.16), transparent 32%);
  opacity: 0.72;
}

.site-shell .builder-summary .button-primary::after {
  right: 10px;
  bottom: 7px;
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--violet-soft), var(--accent-dark));
  box-shadow: 0 0 14px rgba(24, 216, 210, 0.34);
}

.site-shell .builder-summary .button-primary:hover,
.site-shell .builder-summary .button-primary:focus-visible {
  border-color: rgba(216, 194, 255, 0.86);
  background:
    linear-gradient(135deg, rgba(24, 24, 62, 0.96), rgba(7, 31, 42, 0.94) 58%, rgba(13, 52, 58, 0.9)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.2), rgba(176, 140, 255, 0.14), rgba(24, 216, 210, 0.1));
  box-shadow:
    0 0 28px rgba(176, 140, 255, 0.22),
    0 0 0 3px rgba(176, 140, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.story-portfolio {
  width: min(1040px, 100%);
}

.portfolio-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.portfolio-card:hover {
  border-color: transparent;
}

.portfolio-image {
  overflow: hidden;
}

.site-shell .story-portfolio {
  display: flex;
  width: min(1520px, 100%);
  min-height: clamp(540px, 42vw, 740px);
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(3, 17, 22, 0.92);
}

.site-shell .story-portfolio .portfolio-card,
.site-shell .story-portfolio .portfolio-card-large {
  position: relative;
  display: grid;
  flex: 1 1 0;
  grid-column: auto;
  grid-template-columns: 1fr;
  min-width: 0;
  min-height: inherit;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #031116;
  box-shadow: none;
  transform: none;
  transition:
    flex 520ms var(--ease-glow),
    filter 520ms var(--ease-out);
}

.site-shell .story-portfolio .portfolio-card:hover,
.site-shell .story-portfolio .portfolio-card.is-expanded,
.site-shell .story-portfolio .portfolio-card:focus-within {
  flex: 1.55 1 0;
  border-color: transparent;
  filter: saturate(1.08) contrast(1.04);
}

.site-shell .story-portfolio .portfolio-image {
  position: absolute;
  inset: 0;
  min-height: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(1.05) contrast(1.02) brightness(1.08);
  transform: scale(1);
  transition:
    transform 700ms var(--ease-glow),
    filter 700ms var(--ease-out);
}

.site-shell .story-portfolio .portfolio-card:hover .portfolio-image,
.site-shell .story-portfolio .portfolio-card.is-expanded .portfolio-image,
.site-shell .story-portfolio .portfolio-card:focus-within .portfolio-image {
  transform: scale(1.08);
}

.site-shell .story-portfolio .portfolio-image::before {
  background:
    linear-gradient(180deg, rgba(3, 17, 22, 0.04), rgba(3, 17, 22, 0.08) 38%, rgba(3, 17, 22, 0.46)),
    linear-gradient(90deg, rgba(3, 17, 22, 0.12), transparent 32%, rgba(3, 17, 22, 0.16));
}

.site-shell .story-portfolio .portfolio-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  min-height: inherit;
  padding: clamp(28px, 3.5vw, 58px);
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.62);
}

.site-shell .story-portfolio .portfolio-meta span {
  margin: 0 0 16px;
  color: #e8d7ff;
  font-size: 0.78rem;
}

.site-shell .story-portfolio .portfolio-meta h3 {
  max-width: 12ch;
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 0.98;
}

.site-shell .story-portfolio .portfolio-meta p {
  display: none;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: var(--line-soft);
}

.process-track article {
  min-height: 260px;
  padding: 24px;
  background:
    linear-gradient(150deg, rgba(122, 167, 255, 0.1), transparent 50%),
    rgba(8, 23, 30, 0.94);
}

.process-track span {
  color: var(--gold);
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 900;
}

.process-track h3 {
  margin-top: 34px;
}

.process-track p,
.review-grid p,
.review-card p {
  color: var(--text-soft);
}

.interactive-materials {
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.interactive-materials div {
  grid-template-columns: minmax(100px, 160px) 1fr;
  min-height: 88px;
  padding: 18px 24px;
}

.interactive-materials div:hover {
  padding-left: 34px;
}

.review-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
  align-items: stretch;
}

.review-card,
.review-grid article {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.review-card {
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(145deg, rgba(156, 255, 123, 0.1), transparent 52%),
    rgba(255, 255, 255, 0.04);
}

.review-card h2 {
  margin: 20px 0;
  font-size: 31px;
  text-align: center;
}

.review-grid {
  display: grid;
  gap: 16px;
}

.review-grid article {
  padding: 24px;
}

.review-grid strong {
  font-family: var(--font-heading);
  font-size: var(--type-card-title);
  font-weight: 400;
  text-transform: uppercase;
}

.faq-section .accordion {
  width: min(920px, 100%);
  margin: 0 auto;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.quote-section .quote-copy {
  position: sticky;
  top: 112px;
}

.quote-section .section-lead {
  text-align: left;
}

.quick-prompts {
  margin-top: 22px;
}

.quick-prompts button {
  color: var(--gold);
}

.quote-section .quote-form {
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(94, 231, 216, 0.08), transparent 45%),
    rgba(5, 18, 24, 0.9);
}

.quote-actions {
  margin-top: 20px;
}

.landing-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 28px clamp(20px, 5vw, 56px);
}

.landing-footer .footer-nap {
  justify-self: end;
}

@media (max-width: 980px) {
  .landing-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .landing-header .header-action {
    display: none;
  }

  .landing-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    overflow: visible;
  }

  .landing-nav[data-open="true"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 8px;
  }

  .landing-hero-main,
  .calculator-section,
  .quote-section,
  .review-section {
    grid-template-columns: 1fr;
  }

  .hero-studio {
    min-height: 0;
  }

  .studio-photo {
    display: none;
  }

  .metrics-band,
  .scenario-grid,
  .process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-builder {
    grid-template-columns: 1fr;
  }

  .quote-section .quote-copy {
    position: static;
  }

  .landing-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .landing-footer > a:last-child {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .landing-hero-main,
  .section,
  .metrics-band {
    width: min(100% - 24px, 1180px);
  }

  .landing-hero-main {
    min-height: auto;
    padding: 24px 20px;
    background-position: center, center, center bottom;
    background-size: 100% 100%, 100% 100%, contain;
  }

  .landing-hero-main h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.35rem);
    line-height: 1.04;
  }

  .landing-hero-main .hero-text {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .landing-hero-main .trust-line {
    display: none;
  }

  .landing-hero-main .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-main .hero-actions .button-primary {
    grid-column: 1 / -1;
  }

  .landing-nav[data-open="true"],
  .metrics-band,
  .scenario-grid,
  .process-track {
    grid-template-columns: 1fr;
  }

  .metrics-band div {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .metrics-band div:last-child {
    border-bottom: 0;
  }

  .hero-studio {
    min-height: 0;
  }

  .studio-panel {
    min-width: 174px;
    padding: 14px;
  }

  .studio-panel strong {
    font-size: 1.18rem;
  }

  .studio-panel-top {
    right: 12px;
  }

  .studio-panel-bottom {
    display: none;
  }

  .scenario-card,
  .process-track article {
    min-height: auto;
  }

  .option-row,
  .scenario-tabs,
  .quick-prompts {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .quick-prompts button,
  .builder-option,
  .scenario-tab {
    width: 100%;
  }

  .interactive-materials div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }

  .site-shell .story-portfolio {
    display: grid;
    min-height: 0;
    overflow: visible;
  }

  .site-shell .story-portfolio .portfolio-card,
  .site-shell .story-portfolio .portfolio-card-large {
    min-height: 420px;
    border-radius: 8px;
  }

  .site-shell .story-portfolio .portfolio-card:hover,
  .site-shell .story-portfolio .portfolio-card.is-expanded,
  .site-shell .story-portfolio .portfolio-card:focus-within {
    flex: none;
  }

  .site-shell .story-portfolio .portfolio-meta h3 {
    max-width: 16ch;
  }
}

@media (max-width: 430px) {
  .option-row,
  .scenario-tabs,
  .quick-prompts,
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .landing-hero-main .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-main .hero-actions .button-primary {
    grid-column: 1 / -1;
  }

  .hero-studio {
    min-height: 0;
  }
}

/* Purple CTA pass */
.site-shell .header-action,
.site-shell .button-primary {
  border: 1px solid rgba(216, 194, 255, 0.68);
  background:
    linear-gradient(135deg, rgba(235, 224, 255, 0.98), rgba(176, 140, 255, 0.96) 46%, rgba(124, 92, 255, 0.98)),
    #8d62ff;
  color: #12071f;
  box-shadow:
    0 16px 42px rgba(124, 92, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  text-shadow: none;
}

.site-shell .header-action::before,
.site-shell .button-primary::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.38), transparent 26%, transparent 70%, rgba(255, 143, 210, 0.28)),
    radial-gradient(circle at 14% 0%, rgba(235, 224, 255, 0.28), transparent 34%);
}

.site-shell .header-action::after,
.site-shell .button-primary::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.76), transparent);
  box-shadow: 0 0 14px rgba(216, 194, 255, 0.44);
}

.site-shell .header-action:hover,
.site-shell .header-action:focus-visible,
.site-shell .button-primary:hover,
.site-shell .button-primary:focus-visible {
  border-color: rgba(244, 235, 255, 0.92);
  background:
    linear-gradient(135deg, rgba(247, 241, 255, 1), rgba(196, 166, 255, 1) 46%, rgba(145, 102, 255, 1)),
    #a77bff;
  box-shadow:
    0 18px 54px rgba(153, 102, 255, 0.36),
    0 0 0 3px rgba(176, 140, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.site-shell .landing-hero-main .hero-actions .button-primary {
  border-color: rgba(216, 194, 255, 0.58);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(18, 18, 45, 0.88), rgba(7, 29, 37, 0.82) 56%, rgba(9, 44, 48, 0.76)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.2), rgba(176, 140, 255, 0.12), rgba(24, 216, 210, 0.08));
  color: #efe7ff;
  box-shadow:
    0 0 24px rgba(176, 140, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-shadow: 0 0 14px rgba(216, 194, 255, 0.28);
}

.site-shell .landing-hero-main .hero-actions .button-primary::before {
  background:
    linear-gradient(90deg, rgba(216, 194, 255, 0.2), transparent 28%, transparent 70%, rgba(24, 216, 210, 0.16)),
    radial-gradient(circle at 12% 0%, rgba(176, 140, 255, 0.18), transparent 32%);
  opacity: 0.7;
}

.site-shell .landing-hero-main .hero-actions .button-primary::after {
  background: linear-gradient(90deg, transparent, var(--violet-soft), var(--accent-dark));
  box-shadow: 0 0 14px rgba(155, 108, 255, 0.36);
}

.site-shell .landing-hero-main .hero-actions .button-primary:hover,
.site-shell .landing-hero-main .hero-actions .button-primary:focus-visible {
  border-color: rgba(216, 194, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(22, 22, 58, 0.94), rgba(8, 34, 44, 0.9) 56%, rgba(13, 52, 58, 0.86)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.24), rgba(176, 140, 255, 0.16), rgba(24, 216, 210, 0.1));
  box-shadow:
    0 0 28px rgba(176, 140, 255, 0.26),
    0 0 0 3px rgba(176, 140, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.site-shell .landing-header .header-action {
  position: relative;
  overflow: hidden;
  border-color: rgba(216, 194, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(18, 18, 45, 0.88), rgba(7, 29, 37, 0.82) 56%, rgba(9, 44, 48, 0.76)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.2), rgba(176, 140, 255, 0.12), rgba(24, 216, 210, 0.08));
  color: #efe7ff;
  box-shadow:
    0 0 24px rgba(176, 140, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-shadow: 0 0 14px rgba(216, 194, 255, 0.28);
}

.site-shell .landing-header .header-action::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(216, 194, 255, 0.2), transparent 28%, transparent 70%, rgba(24, 216, 210, 0.16)),
    radial-gradient(circle at 12% 0%, rgba(176, 140, 255, 0.18), transparent 32%);
  opacity: 0.7;
}

.site-shell .landing-header .header-action::after {
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 32px;
  height: 2px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, var(--violet-soft), var(--accent-dark));
  box-shadow: 0 0 14px rgba(155, 108, 255, 0.36);
}

.site-shell .landing-header .header-action:hover,
.site-shell .landing-header .header-action:focus-visible {
  border-color: rgba(216, 194, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(22, 22, 58, 0.94), rgba(8, 34, 44, 0.9) 56%, rgba(13, 52, 58, 0.86)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.24), rgba(176, 140, 255, 0.16), rgba(24, 216, 210, 0.1));
  box-shadow:
    0 0 28px rgba(176, 140, 255, 0.26),
    0 0 0 3px rgba(176, 140, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.site-shell .quote-section .quote-actions .button-primary {
  border-color: rgba(216, 194, 255, 0.58);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(18, 18, 45, 0.88), rgba(7, 29, 37, 0.82) 56%, rgba(9, 44, 48, 0.76)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.2), rgba(176, 140, 255, 0.12), rgba(24, 216, 210, 0.08));
  color: #efe7ff;
  box-shadow:
    0 0 24px rgba(176, 140, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-shadow: 0 0 14px rgba(216, 194, 255, 0.28);
}

.site-shell .quote-section .quote-actions .button-primary::before {
  background:
    linear-gradient(90deg, rgba(216, 194, 255, 0.2), transparent 28%, transparent 70%, rgba(24, 216, 210, 0.16)),
    radial-gradient(circle at 12% 0%, rgba(176, 140, 255, 0.18), transparent 32%);
  opacity: 0.7;
}

.site-shell .quote-section .quote-actions .button-primary::after {
  background: linear-gradient(90deg, transparent, var(--violet-soft), var(--accent-dark));
  box-shadow: 0 0 14px rgba(155, 108, 255, 0.36);
}

.site-shell .quote-section .quote-actions .button-primary:hover,
.site-shell .quote-section .quote-actions .button-primary:focus-visible {
  border-color: rgba(216, 194, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(22, 22, 58, 0.94), rgba(8, 34, 44, 0.9) 56%, rgba(13, 52, 58, 0.86)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.24), rgba(176, 140, 255, 0.16), rgba(24, 216, 210, 0.1));
  box-shadow:
    0 0 28px rgba(176, 140, 255, 0.26),
    0 0 0 3px rgba(176, 140, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.site-shell .trust-line span,
.site-shell .quick-prompts button,
.site-shell .scenario-tab.is-active,
.site-shell .builder-option.is-active {
  border-color: rgba(216, 194, 255, 0.54);
  background:
    linear-gradient(135deg, rgba(124, 92, 255, 0.2), rgba(176, 140, 255, 0.12)),
    rgba(255, 255, 255, 0.04);
  color: #e7d8ff;
}

.site-shell .metrics-band {
  background:
    linear-gradient(90deg, rgba(124, 92, 255, 0.16), rgba(176, 140, 255, 0.12), rgba(255, 143, 210, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.site-shell .metrics-band strong,
.site-shell .scenario-card a,
.site-shell .studio-panel span,
.site-shell .builder-label,
.site-shell .review-card > span,
.site-shell .landing-footer > a:last-child {
  color: #d8c2ff;
}

.site-shell .button-neon {
  position: relative;
  overflow: hidden;
  border-color: rgba(216, 194, 255, 0.58);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(18, 18, 45, 0.88), rgba(7, 29, 37, 0.82) 56%, rgba(9, 44, 48, 0.76)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.2), rgba(176, 140, 255, 0.12), rgba(24, 216, 210, 0.08));
  color: #efe7ff;
  box-shadow:
    0 0 24px rgba(176, 140, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-shadow: 0 0 14px rgba(216, 194, 255, 0.28);
}

.site-shell .button-neon::before {
  background:
    linear-gradient(90deg, rgba(216, 194, 255, 0.2), transparent 28%, transparent 70%, rgba(24, 216, 210, 0.16)),
    radial-gradient(circle at 12% 0%, rgba(176, 140, 255, 0.18), transparent 32%);
  opacity: 0.7;
}

.site-shell .button-neon::after {
  background: linear-gradient(90deg, transparent, var(--violet-soft), var(--accent-dark));
  box-shadow: 0 0 14px rgba(155, 108, 255, 0.36);
}

.site-shell .button-neon:hover,
.site-shell .button-neon:focus-visible {
  border-color: rgba(216, 194, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(22, 22, 58, 0.94), rgba(8, 34, 44, 0.9) 56%, rgba(13, 52, 58, 0.86)),
    linear-gradient(90deg, rgba(216, 194, 255, 0.24), rgba(176, 140, 255, 0.16), rgba(24, 216, 210, 0.1));
  box-shadow:
    0 0 28px rgba(176, 140, 255, 0.26),
    0 0 0 3px rgba(176, 140, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
