@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");

:root {
  --bg: #050607;
  --bg-deep: #020303;
  --panel: #0b0c0e;
  --panel-2: #111316;
  --panel-3: #17191d;
  --ink: #f5f6f7;
  --metal-ink: #dce0e7;
  --muted: #9a9ea5;
  --muted-2: #6f747c;
  --amber: #f4a000;
  --amber-bright: #ffb51d;
  --amber-soft: rgba(244, 160, 0, 0.13);
  --amber-line: rgba(244, 160, 0, 0.48);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.17);
  --success: #48bca0;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --wrap: 1280px;
  --gutter: clamp(1.1rem, 4vw, 4rem);
  --section: clamp(6rem, 11vw, 10rem);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
  --font: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-accent: "Lobster", "Segoe Print", cursive;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color-scheme: dark;
  scroll-behavior: smooth;
}

/* Ambient light: two amber pools that slowly drift and breathe behind
   everything. Oversized (inset -14%) so the transform never reveals an edge;
   GPU-composited via transform for smooth, cheap motion. */
html::before {
  position: fixed;
  inset: -14%;
  z-index: -3;
  background:
    radial-gradient(46rem 46rem at 12% 80%, rgba(244, 160, 0, 0.12), transparent 60%),
    radial-gradient(40rem 40rem at 88% 22%, rgba(255, 181, 29, 0.09), transparent 58%);
  background-repeat: no-repeat;
  animation: glow-drift 26s ease-in-out infinite alternate;
  will-change: transform;
  content: "";
  pointer-events: none;
}

@keyframes glow-drift {
  from {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 1.5%, 0) scale(1.06);
  }
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  /* Hero-top glow only; the drifting ambient pools live on html::before.
     Base colour is on <html>, so this reads over it. */
  background: radial-gradient(circle at 52% 2%, rgba(244, 160, 0, 0.055), transparent 24rem);
  background-repeat: no-repeat;
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 34rem);
  content: "";
  pointer-events: none;
}

/* Faded blueprint site-plan — a fixed, tiling technical-drawing texture that
   sits behind all content and echoes the hero. Amber linework, ~8% ink,
   masked to a soft top/bottom vignette so it never fights the hero or footer. */
body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360' fill='none'%3E%3Cg stroke='rgb(244,160,0)'%3E%3Cpath d='M0 90H360M0 180H360M0 270H360M90 0V360M180 0V360M270 0V360' stroke-opacity='0.10'/%3E%3Crect x='44' y='44' width='272' height='272' stroke-opacity='0.30'/%3E%3Crect x='74' y='74' width='212' height='212' stroke-opacity='0.16' stroke-dasharray='5 7'/%3E%3Cpath d='M36 60V36H60M300 36H324V60M324 300V324H300M60 324H36V300' stroke-opacity='0.42'/%3E%3Cpath d='M44 336H316M44 330V342M316 330V342M180 331V341' stroke-opacity='0.22'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 340px 340px;
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 20vh, #000 76%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 20vh, #000 76%, transparent 100%);
  content: "";
  pointer-events: none;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  background: var(--amber);
  color: #171004;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.35rem;
  font-size: clamp(3.45rem, 7.3vw, 6.3rem);
  color: var(--metal-ink);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.97;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 26px rgba(0, 0, 0, 0.38);
}

h2 {
  max-width: 15ch;
  margin-bottom: 1.2rem;
  font-size: clamp(2.35rem, 5.2vw, 4.6rem);
  color: var(--metal-ink);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 22px rgba(0, 0, 0, 0.32);
}

h1 em,
h2 em {
  display: inline-block;
  color: #f7f8fa;
  font-family: var(--font-accent);
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32), 0 8px 22px rgba(0, 0, 0, 0.42);
}

h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

p {
  max-width: 68ch;
  color: var(--muted);
  text-wrap: pretty;
}

.wrap {
  width: min(100%, var(--wrap));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 100;
  width: min(calc(100% - 2rem), 780px);
  margin: 1rem auto 0;
}

.nav-shell {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.35rem;
  padding: 0.4rem 0.45rem 0.4rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(12, 13, 15, 0.8);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(22px) saturate(130%);
}

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ink);
  font-size: 0.97rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 0.72rem;
  aspect-ratio: 1;
  display: inline-block;
  background: var(--amber);
  box-shadow: 0 0 18px rgba(244, 160, 0, 0.4);
  transform: rotate(45deg);
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

.nav-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.72rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-links a::after {
  position: absolute;
  right: 0.72rem;
  bottom: 3px;
  left: 0.72rem;
  height: 2px;
  border-radius: 2px;
  background: var(--amber);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.menu-button {
  width: 46px;
  height: 46px;
  display: none;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel-2);
  color: var(--ink);
  cursor: pointer;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  width: 18px;
  height: 1px;
  display: block;
  margin: 4px auto;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] span {
  opacity: 0;
}

.menu-button[aria-expanded="true"]::before {
  transform: translateY(5px) rotate(45deg);
}

.menu-button[aria-expanded="true"]::after {
  transform: translateY(-5px) rotate(-45deg);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 0.35rem 0.35rem 0.35rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--amber);
  color: #171004;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), 0 10px 30px rgba(244, 160, 0, 0.16);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button::after {
  width: 38px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 16, 4, 0.28);
  border-radius: 50%;
  content: "↗";
  font-size: 1rem;
  transition: transform 180ms ease;
}

.button:hover {
  background: var(--amber-bright);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 15px 38px rgba(244, 160, 0, 0.24);
  transform: translateY(-2px);
}

.button:hover::after {
  transform: rotate(45deg);
}

.button--small {
  min-height: 44px;
  padding-left: 1rem;
  font-size: 0.8rem;
}

.button--small::after {
  width: 34px;
}

.button--ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  color: var(--ink);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03);
}

.button--ghost::after {
  border-color: var(--line-strong);
}

.button--ghost:hover {
  border-color: rgba(244, 160, 0, 0.4);
  background: var(--amber-soft);
  box-shadow: none;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.45rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(12, 13, 15, 0.54);
  color: #c4c7cc;
  font-size: 0.75rem;
  line-height: 1.2;
  backdrop-filter: blur(12px);
}

.eyebrow::before {
  width: 0.48rem;
  aspect-ratio: 1;
  background: var(--amber);
  content: "";
  transform: rotate(45deg);
}

.lead {
  max-width: 57ch;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.62;
}

.section {
  position: relative;
  padding-block: var(--section);
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.section--tight {
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.7fr);
  align-items: end;
  gap: 2rem 5rem;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading p {
  margin-bottom: 0.3rem;
  font-size: 1.05rem;
}

.hero {
  position: relative;
  min-height: min(920px, calc(100svh - 2rem));
  display: flex;
  align-items: center;
  padding-block: clamp(5rem, 10vw, 9rem) 5rem;
}

.hero::after,
.page-hero::after {
  position: absolute;
  inset: auto 10% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 160, 0, 0.44), transparent);
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(33rem, 1.12fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-copy .lead {
  margin-bottom: 2rem;
}

.product-stage {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  min-height: 560px;
  isolation: isolate;
  perspective: 1300px;
}

.product-stage::before {
  position: absolute;
  right: 4%;
  bottom: 4%;
  left: 3%;
  height: 26%;
  z-index: -1;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(244, 160, 0, 0.18), transparent 44%),
    linear-gradient(180deg, #17191c, #070809);
  box-shadow: 0 42px 80px rgba(0, 0, 0, 0.76), inset 0 2px rgba(255, 255, 255, 0.05);
  content: "";
  transform: perspective(500px) rotateX(65deg);
}

.product-stage::after {
  position: absolute;
  inset: 16% 8% 5%;
  z-index: -2;
  background: radial-gradient(circle at 55% 58%, rgba(244, 160, 0, 0.16), transparent 44%);
  filter: blur(34px);
  content: "";
}

.signal-wire {
  position: absolute;
  z-index: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--amber), var(--amber-bright), transparent);
  box-shadow: 0 0 16px rgba(244, 160, 0, 0.7);
  transform-origin: left center;
}

.wire-a {
  width: 48%;
  top: 54%;
  left: 2%;
  transform: rotate(15deg);
}

.wire-b {
  width: 38%;
  right: 2%;
  bottom: 30%;
  transform: rotate(-13deg);
}

.wire-c {
  width: 30%;
  top: 26%;
  right: 14%;
  transform: rotate(67deg);
}

.ui-screen,
.ui-phone,
.ui-module {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 72% 18%, rgba(244, 160, 0, 0.08), transparent 36%),
    linear-gradient(145deg, rgba(22, 24, 28, 0.96), rgba(8, 9, 11, 0.98));
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, 0.055);
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 220ms ease;
}

.ui-screen {
  top: 8%;
  right: 8%;
  width: 66%;
  aspect-ratio: 1.35;
  border-radius: var(--radius);
}

.ui-phone {
  right: 1%;
  bottom: 13%;
  width: 24%;
  aspect-ratio: 0.51;
  border: 5px solid #1c1f23;
  border-radius: 28px;
}

.ui-phone::before {
  width: 38%;
  height: 14px;
  position: absolute;
  top: 7px;
  left: 31%;
  z-index: 2;
  border-radius: 999px;
  background: #020303;
  content: "";
}

.ui-module {
  width: 26%;
  min-height: 118px;
  padding: 1.05rem;
  border-radius: var(--radius-sm);
}

.module-trust {
  top: 18%;
  left: 1%;
}

.module-search {
  bottom: 15%;
  left: 5%;
}

.module-calls {
  right: 25%;
  bottom: 4%;
}

.module-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 600;
}

.module-label::before {
  width: 0.45rem;
  aspect-ratio: 1;
  border: 1px solid var(--amber);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 12px rgba(244, 160, 0, 0.6);
}

.ui-lines {
  display: grid;
  gap: 0.45rem;
}

.ui-lines i {
  height: 5px;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.ui-lines i:nth-child(2) {
  width: 72%;
}

.ui-lines i:nth-child(3) {
  width: 46%;
  background: rgba(244, 160, 0, 0.5);
}

.screen-bar {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.62rem;
}

.screen-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--ink);
  font-weight: 700;
}

.screen-brand::before {
  width: 0.45rem;
  aspect-ratio: 1;
  background: var(--amber);
  content: "";
  transform: rotate(45deg);
}

.screen-links {
  display: flex;
  gap: 0.8rem;
}

.screen-hero {
  position: relative;
  height: calc(100% - 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9%;
}

.screen-hero::after {
  width: 42%;
  aspect-ratio: 0.78;
  position: absolute;
  right: 8%;
  bottom: -8%;
  border: 1px solid rgba(244, 160, 0, 0.36);
  border-radius: 50% 50% 12px 12px;
  background:
    repeating-linear-gradient(120deg, transparent 0 13px, rgba(244, 160, 0, 0.18) 14px 15px),
    linear-gradient(145deg, rgba(244, 160, 0, 0.13), transparent);
  box-shadow: 0 0 44px rgba(244, 160, 0, 0.08);
  content: "";
  transform: rotate(20deg);
}

.screen-hero strong {
  position: relative;
  z-index: 1;
  max-width: 9ch;
  color: var(--ink);
  font-size: clamp(1.3rem, 2.3vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.screen-hero span {
  width: max-content;
  position: relative;
  z-index: 1;
  margin-top: 1.15rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: var(--amber);
  color: #171004;
  font-size: 0.62rem;
  font-weight: 700;
}

.phone-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 23% 11% 12%;
}

.phone-content small {
  margin-bottom: 1rem;
  color: var(--amber);
  font-size: 0.58rem;
  font-weight: 700;
}

.phone-content strong {
  color: var(--ink);
  font-size: clamp(0.92rem, 1.45vw, 1.35rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.phone-content span {
  margin-top: 1.1rem;
  padding: 0.42rem 0.5rem;
  border-radius: 999px;
  background: var(--amber);
  color: #171004;
  font-size: 0.54rem;
  font-weight: 700;
  text-align: center;
}

.outcomes-section {
  overflow: hidden;
}

.outcomes-heading {
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.outcome-flow {
  min-height: 610px;
  position: relative;
  display: grid;
  grid-template-columns: 0.86fr 1.18fr 0.86fr;
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: center;
}

.outcome-route {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.outcome-route path {
  stroke: var(--amber);
  stroke-width: 2;
  filter: drop-shadow(0 0 8px rgba(244, 160, 0, 0.72));
}

.outcome-route circle {
  fill: var(--amber-bright);
  filter: drop-shadow(0 0 8px rgba(244, 160, 0, 0.9));
}

.outcome-node {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.outcome-node--trust {
  align-self: end;
  padding-bottom: 1.4rem;
}

.outcome-node--search {
  align-self: start;
  padding-top: 0.4rem;
}

.outcome-node--call {
  align-self: center;
  padding-top: 5rem;
}

.outcome-label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.outcome-label span {
  color: var(--amber);
  font-size: 0.86rem;
  font-weight: 700;
}

.outcome-label h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.outcome-label--admin {
  cursor: default;
  user-select: none;
}

.outcome-device {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  background:
    radial-gradient(circle at 75% 8%, rgba(244, 160, 0, 0.08), transparent 36%),
    linear-gradient(145deg, #111317, #08090b);
  box-shadow: var(--shadow), 0 0 42px rgba(244, 160, 0, 0.035);
}

.trust-device {
  min-height: 355px;
  transform: rotate(-2deg);
}

.search-device {
  min-height: 455px;
  transform: rotate(2deg);
}

.call-device {
  min-height: 330px;
  padding: 1.5rem;
  transform: rotate(1.5deg);
}

.device-title {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding-inline: 1.25rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
}

.device-title .brand-mark {
  width: 0.58rem;
}

.trust-list,
.search-list,
.call-list {
  display: grid;
  gap: 0;
  padding: 1rem 1.15rem 1.25rem;
}

.trust-list span,
.search-list span,
.call-list span {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.35rem;
  border-bottom: 1px solid var(--line);
  color: #d9dce0;
  font-size: 0.82rem;
}

.trust-list span::before,
.search-list span::before,
.call-list span::before {
  width: 0.55rem;
  aspect-ratio: 1;
  border: 1px solid var(--amber);
  border-radius: 50%;
  content: "";
}

.search-field {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.2rem 1.2rem 0.4rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
}

.search-field strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.search-tabs {
  display: flex;
  gap: 1.1rem;
  padding: 0.35rem 1.4rem 0.7rem;
  color: var(--muted-2);
  font-size: 0.68rem;
}

.search-tabs strong {
  position: relative;
  color: var(--ink);
}

.search-tabs strong::after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  background: var(--amber);
  content: "";
}

.search-device .search-list {
  width: 58%;
  position: relative;
  z-index: 2;
  margin: 0.5rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(10, 11, 13, 0.92);
}

.map-mark {
  width: 38%;
  aspect-ratio: 0.85;
  position: absolute;
  right: 0.5rem;
  bottom: 0.4rem;
  opacity: 0.58;
  background:
    linear-gradient(45deg, transparent 47%, var(--line) 48%, var(--line) 52%, transparent 53%) 0 0 / 28px 28px,
    linear-gradient(-45deg, transparent 47%, var(--line) 48%, var(--line) 52%, transparent 53%) 0 0 / 28px 28px;
  clip-path: polygon(50% 0, 100% 35%, 76% 100%, 20% 88%, 0 30%);
}

.map-mark::after {
  width: 1rem;
  aspect-ratio: 1;
  position: absolute;
  top: 43%;
  left: 42%;
  border: 5px solid var(--amber);
  border-radius: 50% 50% 50% 0;
  content: "";
  transform: rotate(-45deg);
}

.call-device > strong,
.call-device > small {
  display: block;
}

.call-device > small {
  margin-top: 0.25rem;
  color: var(--muted);
}

.call-device .call-list {
  padding: 1.2rem 0 0;
}

.call-device .call-list span {
  margin-top: 0.65rem;
  padding-inline: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.call-device .call-list span::before {
  display: none;
}

.call-device .call-list .call-list-primary {
  border-color: var(--amber);
  background: var(--amber);
  color: #171004;
  font-weight: 700;
}

.work-showcase {
  display: grid;
  grid-template-columns: minmax(16rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.work-intro h2 {
  max-width: 10ch;
}

.work-intro p {
  margin-bottom: 2rem;
}

.work-stage {
  display: grid;
  min-height: 0;
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: start;
  perspective: 1200px;
}

.work-stage::before {
  width: 80%;
  height: 44%;
  position: absolute;
  right: 2%;
  bottom: 3%;
  border-radius: 50%;
  background: rgba(244, 160, 0, 0.1);
  filter: blur(60px);
  content: "";
}

.browser-chrome {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 0.38rem;
  padding-inline: 0.8rem;
  border-bottom: 1px solid var(--line);
  background: #101216;
}

.browser-chrome i {
  width: 0.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--muted-2);
}

.browser-chrome small {
  margin-left: auto;
  color: var(--muted-2);
  font-size: 0.58rem;
}

.work-window {
  min-width: 0;
  position: relative;
  display: block;
  overflow: visible;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 320ms cubic-bezier(0.2, 0.75, 0.25, 1), border-color 220ms ease;
}

.work-window:hover {
  border-color: var(--amber-line);
}

.work-window img {
  width: 100%;
  height: calc(100% - 34px);
  display: block;
  border-radius: 0 0 calc(var(--radius) - 1px) calc(var(--radius) - 1px);
  object-fit: cover;
}

.work-window img.showcase-snapshot {
  background: #08090b;
  height: auto;
  object-fit: contain;
}

.work-window--feature {
  width: auto;
  grid-column: 1 / -1;
  z-index: 1;
}

.work-window--feature:hover {
  transform: translateY(-4px);
}

.work-window--joinery {
  width: auto;
  z-index: 1;
}

.work-window--joinery:hover {
  transform: translateY(-4px);
}

.work-window--client {
  width: auto;
  z-index: 1;
}

.work-window--client:hover {
  transform: translateY(-4px);
}

.work-caption {
  position: absolute;
  top: calc(100% + 0.8rem);
  display: grid;
  padding-left: 0.9rem;
  border-left: 2px solid var(--amber);
}

.work-caption small {
  color: var(--amber);
  font-weight: 700;
}

.work-caption strong {
  font-size: 0.9rem;
}

.work-window--feature .work-caption {
  top: calc(100% + 0.8rem);
  right: auto;
  padding: 0 0 0 0.9rem;
  border: 0;
  border-left: 2px solid var(--amber);
  border-radius: 0;
  background: transparent;
}

.process-showcase {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(23rem, 1.08fr) minmax(18rem, 0.86fr);
  gap: clamp(1.5rem, 3vw, 3.75rem);
  align-items: center;
}

.process-copy h2 {
  max-width: 11ch;
}

.process-map {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.process-moment {
  min-height: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  padding: clamp(1.15rem, 2vw, 1.8rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  transition: border-color 220ms ease, transform 320ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.process-moment:hover {
  border-color: var(--amber-line);
  transform: translateY(-4px);
}

.process-moment--brief {
  grid-row: 1 / -1;
  align-content: space-between;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 160, 0, 0.2), transparent 34%),
    linear-gradient(145deg, #14100a, var(--panel) 58%);
}

.process-moment--direction {
  background: linear-gradient(145deg, var(--panel-2), var(--panel));
}

.process-moment--launch {
  background:
    linear-gradient(0deg, rgba(244, 160, 0, 0.1), transparent 58%),
    var(--panel);
}

.process-moment__marker {
  color: var(--amber);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.process-moment small {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--amber);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-moment h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
}

.process-moment p {
  margin-bottom: 0;
  font-size: 0.84rem;
  line-height: 1.5;
}

.process-moment__outcome {
  grid-column: 2;
  align-self: end;
  padding-top: 0.85rem;
  border-top: 1px solid var(--amber-line);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 600;
}

.launch-stage {
  min-height: 680px;
  position: relative;
  perspective: 1400px;
}

.launch-stage::before {
  width: 88%;
  height: 26%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(244, 160, 0, 0.19), transparent 68%);
  filter: blur(18px);
  content: "";
}

.launch-browser {
  width: 94%;
  height: 520px;
  position: absolute;
  top: 2rem;
  right: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow), 0 0 60px rgba(244, 160, 0, 0.055);
  transform: rotateY(-3deg);
}

.launch-browser img {
  width: 100%;
  height: calc(100% - 34px);
  object-fit: cover;
  object-position: center top;
}

.launch-tablet {
  width: 38%;
  aspect-ratio: 0.82;
  position: absolute;
  bottom: 0;
  left: -1rem;
  z-index: 2;
  overflow: hidden;
  padding: 0.6rem;
  border: 1px solid var(--line-strong);
  border-radius: 26px;
  background: #0b0d10;
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
}

.launch-tablet img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  object-position: left center;
}

.launch-phone {
  width: 21%;
  aspect-ratio: 0.49;
  position: absolute;
  right: -1rem;
  bottom: -0.5rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 1rem 1.5rem;
  border: 1px solid var(--line-strong);
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 20%, rgba(244, 160, 0, 0.14), transparent 35%),
    #090a0c;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.launch-phone::before {
  width: 38%;
  height: 16px;
  position: absolute;
  top: 0.55rem;
  left: 31%;
  border-radius: 999px;
  background: #020303;
  content: "";
}

.launch-phone small {
  margin-bottom: 1.2rem;
  color: var(--amber);
  font-weight: 700;
}

.launch-phone strong {
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.05;
}

.launch-phone > span {
  margin-top: 1.3rem;
  padding: 0.6rem 0.7rem;
  border-radius: 999px;
  background: var(--amber);
  color: #171004;
  font-size: 0.62rem;
  font-weight: 700;
  text-align: center;
}

.phone-lines {
  display: grid;
  gap: 0.55rem;
  margin-top: 2rem;
}

.phone-lines i {
  height: 4px;
  border-radius: 999px;
  background: var(--line-strong);
}

.phone-lines i:nth-child(2) {
  width: 72%;
}

.phone-lines i:nth-child(3) {
  width: 48%;
  background: var(--amber-line);
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(22rem, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.founder-portrait {
  min-height: 0;
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--amber-line);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: -12px 0 60px rgba(244, 160, 0, 0.08), var(--shadow);
}

.founder-portrait::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 160, 0, 0.12), transparent 18%),
    linear-gradient(to top, rgba(5, 6, 7, 0.22), transparent 30%);
  content: "";
}

.founder-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
}

.founder-content {
  min-width: 0;
}

.founder-copy h2 {
  max-width: 13ch;
}

.founder-copy p {
  font-size: 1.05rem;
}

.founder-detail {
  display: grid;
  grid-template-columns: minmax(16rem, 0.95fr) minmax(15rem, 1.05fr);
  gap: 1.2rem;
  align-items: start;
  margin: 2rem 0;
}

.founder-points {
  display: grid;
}

.founder-points p {
  display: grid;
  gap: 0.15rem;
  margin: 0;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

.founder-points p:first-child {
  padding-top: 0;
}

.founder-points strong {
  color: var(--ink);
  font-size: 0.85rem;
}

.founder-points span {
  color: var(--muted);
  font-size: 0.76rem;
}

.message-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.message-head {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding-inline: 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
}

.message-avatar {
  width: 30px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--panel-3);
}

.message-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.online {
  color: var(--success);
  font-size: 0.67rem;
}

.messages {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.message {
  max-width: 88%;
  margin: 0;
  padding: 0.72rem 0.8rem;
  border-radius: 12px 12px 12px 2px;
  background: #181b1f;
  color: #d7d9dc;
  font-size: 0.75rem;
}

.message--sent {
  margin-left: auto;
  border-radius: 12px 12px 2px 12px;
  background: var(--amber-soft);
}

.spec-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 80% 30%, rgba(244, 160, 0, 0.08), transparent 36%),
    var(--panel);
}

.spec-panel h2 {
  max-width: none;
  text-align: center;
}

.spec-panel > p {
  margin-inline: auto;
  text-align: center;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
}

.spec-item {
  min-height: 190px;
  padding: 1.5rem;
  background: var(--panel);
}

.spec-icon {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 2.5rem;
  border: 1px solid var(--amber-line);
  border-radius: 50%;
  color: var(--amber);
}

.spec-icon svg {
  width: 20px;
}

.spec-item strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.spec-item p {
  margin: 0;
  font-size: 0.82rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 7rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(115deg, rgba(244, 160, 0, 0.06), transparent 38%),
    var(--panel);
}

.final-cta::after {
  width: 62%;
  height: 3px;
  position: absolute;
  right: -8%;
  bottom: 16%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, var(--amber), var(--amber-bright));
  box-shadow: 0 0 18px rgba(244, 160, 0, 0.72);
  content: "";
  transform: rotate(-7deg);
}

.final-cta h2 {
  max-width: 13ch;
  position: relative;
  z-index: 1;
}

.final-cta .actions {
  position: relative;
  z-index: 1;
}

.site-footer {
  margin-top: var(--section);
  padding-block: 4.5rem 2rem;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.6fr);
  gap: 2rem 4rem;
}

.footer-brand p {
  max-width: 28ch;
  margin-top: 1rem;
  font-size: 0.88rem;
}

.footer-group strong {
  display: block;
  margin-bottom: 1rem;
  color: var(--muted-2);
  font-size: 0.68rem;
  font-weight: 600;
}

.footer-group a {
  min-height: 36px;
  display: flex;
  align-items: center;
  color: var(--muted);
  font-size: 0.84rem;
  text-decoration: none;
}

.footer-group a:hover {
  color: var(--amber);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 0.75rem;
}

/* Page openings */
.page-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding-block: clamp(6rem, 11vw, 10rem) 5rem;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(32rem, 1.28fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.page-hero-copy .lead {
  margin-bottom: 2rem;
}

.gallery-stage {
  min-height: 540px;
  position: relative;
  perspective: 1400px;
}

.gallery-stage::before {
  position: absolute;
  right: 0;
  bottom: 12%;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
  box-shadow: 0 0 20px rgba(244, 160, 0, 0.62);
  content: "";
  transform: rotate(-2deg);
}

.gallery-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--panel);
  box-shadow: var(--shadow);
  transform: rotateY(-12deg) rotateX(4deg);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card:nth-child(1) {
  top: 12%;
  left: 0;
  width: 42%;
  aspect-ratio: 1.25;
}

.gallery-card:nth-child(2) {
  top: 2%;
  left: 29%;
  width: 48%;
  aspect-ratio: 1.3;
  transform: rotateY(-4deg);
}

.gallery-card:nth-child(3) {
  top: 17%;
  right: 0;
  width: 39%;
  aspect-ratio: 1.2;
  transform: rotateY(11deg) rotateX(3deg);
}

.gallery-phone {
  width: 19%;
  aspect-ratio: 0.52;
  position: absolute;
  right: 10%;
  bottom: 2%;
  overflow: hidden;
  border: 5px solid #1c1f23;
  border-radius: 25px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.gallery-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Work page: native-ratio screenshots and pre-production concept directions. */
.gallery-stage--work {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  perspective: none;
}

.gallery-stage--work::before {
  display: none;
}

.gallery-stage--work .gallery-card {
  width: auto;
  min-width: 0;
  position: relative;
  inset: auto;
  display: block;
  margin: 0;
  aspect-ratio: auto;
  transform: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.gallery-stage--work .gallery-card:hover {
  border-color: var(--amber-line);
  transform: translateY(-4px);
}

.gallery-stage--work .gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gallery-stage--work .gallery-card--primary {
  grid-column: 1 / -1;
}

.concept-heading {
  max-width: 46rem;
}

.concept-heading h2 {
  max-width: 12ch;
  margin: 0;
}

.concept-heading p {
  max-width: 42rem;
  margin: 1.35rem 0 0;
}

.concept-rail {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr 0.95fr;
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: start;
  margin-top: clamp(2.5rem, 6vw, 5.5rem);
}

.concept-sheet {
  min-width: 0;
  margin: 0;
}

.concept-sheet--offset {
  margin-top: clamp(2rem, 7vw, 7rem);
}

.concept-sheet img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.concept-sheet figcaption {
  display: grid;
  gap: 0.28rem;
  margin-top: 0.9rem;
  padding-left: 0.85rem;
  border-left: 2px solid var(--amber);
}

.concept-sheet figcaption span {
  color: var(--amber);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.concept-sheet figcaption strong {
  color: #e7e9eb;
  font-size: 0.92rem;
}

.client-feature {
  display: grid;
  grid-template-columns: minmax(18rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.client-feature .eyebrow {
  margin-bottom: 1rem;
}

.client-points {
  display: grid;
  gap: 0.8rem;
  margin: 2rem 0;
}

.client-points span {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #d0d3d7;
  font-size: 0.88rem;
}

.client-points span::before {
  width: 0.5rem;
  aspect-ratio: 1;
  border: 1px solid var(--amber);
  border-radius: 50%;
  content: "";
}

.client-browser {
  min-height: 540px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #090a0c;
  box-shadow: var(--shadow);
}

.client-browser::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 6, 7, 0.82), transparent 68%);
  content: "";
  pointer-events: none;
}

.client-browser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-overlay {
  max-width: 18rem;
  position: absolute;
  top: 22%;
  left: 7%;
  z-index: 1;
}

.client-overlay small {
  color: var(--amber);
  font-size: 0.7rem;
  font-weight: 700;
}

.client-overlay strong {
  display: block;
  margin-top: 0.8rem;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.demo-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.72fr 0.72fr 1.05fr;
  gap: 1rem;
}

.demo-shot {
  min-height: 440px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.demo-shot:nth-child(2),
.demo-shot:nth-child(3) {
  min-height: 520px;
}

.demo-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-shot figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.76);
  color: #d9dcdf;
  font-size: 0.72rem;
  backdrop-filter: blur(10px);
}

.assembly {
  display: grid;
  grid-template-columns: repeat(4, 1fr) minmax(22rem, 1.4fr);
  gap: 1rem;
  align-items: center;
}

.assembly-part {
  min-height: 260px;
  position: relative;
  padding: 1.4rem;
  border: 1px solid var(--amber-line);
  border-radius: var(--radius);
  background: var(--panel);
}

.assembly-part:not(:nth-last-child(2))::after {
  width: 1rem;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -1.05rem;
  background: var(--amber);
  box-shadow: 0 0 10px rgba(244, 160, 0, 0.62);
  content: "";
}

.assembly-part small {
  color: var(--amber);
  font-weight: 700;
}

.assembly-part strong {
  display: block;
  margin-top: 3.5rem;
  font-size: 1.15rem;
}

.assembly-output {
  min-height: 380px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.assembly-output img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honesty-strip {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.7fr;
  gap: 1px;
  border-block: 1px solid var(--line);
  background: var(--line);
}

.honesty-strip > * {
  min-height: 220px;
  padding: 2rem;
  background: var(--bg);
}

.label-card strong {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.label-card strong::before {
  width: 0.65rem;
  aspect-ratio: 1;
  background: var(--amber);
  content: "";
  transform: rotate(45deg);
}

/* Process page */
.route-stage {
  min-height: 500px;
  position: relative;
}

.route-stage::before {
  height: 2px;
  position: absolute;
  top: 55%;
  right: 2%;
  left: 2%;
  background: linear-gradient(90deg, transparent, var(--amber) 12%, var(--amber) 88%, transparent);
  box-shadow: 0 0 18px rgba(244, 160, 0, 0.65);
  content: "";
}

.route-object {
  width: 23%;
  min-height: 290px;
  position: absolute;
  top: 16%;
  padding: 1.2rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.route-object:nth-child(1) {
  left: 0;
  transform: rotateY(10deg);
}

.route-object:nth-child(2) {
  left: 25%;
}

.route-object:nth-child(3) {
  left: 50%;
}

.route-object:nth-child(4) {
  right: 0;
  transform: rotateY(-10deg);
}

.route-object small {
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 700;
}

.route-object strong {
  display: block;
  margin-top: 3rem;
  font-size: 1.3rem;
}

.route-object .ui-lines {
  margin-top: 1.5rem;
}

.route-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.route-rail div {
  min-height: 130px;
  position: relative;
  padding: 1.3rem;
  border-right: 1px solid var(--line);
}

.route-rail div:last-child {
  border-right: 0;
}

.route-rail span {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 700;
}

.route-rail strong {
  display: block;
  margin-top: 2rem;
}

.stage-story {
  display: grid;
  grid-template-columns: minmax(16rem, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid var(--line);
}

.stage-copy {
  position: relative;
  padding-left: 3.8rem;
}

.stage-copy::before {
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  background: linear-gradient(var(--amber), rgba(244, 160, 0, 0.08));
  box-shadow: 0 0 12px rgba(244, 160, 0, 0.55);
  content: "";
}

.stage-number {
  width: 2rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--amber);
  border-radius: 50%;
  background: var(--bg);
  color: var(--amber);
  font-size: 0.68rem;
  font-weight: 700;
}

.interface-panel {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 80% 20%, rgba(244, 160, 0, 0.08), transparent 36%),
    var(--panel);
}

.mock-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.mock-field {
  display: grid;
  gap: 0.5rem;
}

.mock-field.full {
  grid-column: 1 / -1;
}

.mock-field label {
  color: var(--muted);
  font-size: 0.7rem;
}

.mock-field span {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #090a0c;
  color: var(--muted-2);
  font-size: 0.78rem;
}

.design-board {
  height: 100%;
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 1rem;
}

.token-column {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.token-block {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #090a0c;
}

.token-block small {
  color: var(--muted);
}

.token-circles {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.token-circles i {
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--panel-3);
}

.token-circles i:last-child {
  background: var(--amber);
}

.responsive-lineup {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1.2rem;
}

.responsive-device {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #070809;
  box-shadow: var(--shadow);
}

.responsive-device.desktop {
  width: 55%;
  aspect-ratio: 1.35;
}

.responsive-device.tablet {
  width: 27%;
  aspect-ratio: 0.78;
}

.responsive-device.phone {
  width: 16%;
  aspect-ratio: 0.49;
  border-width: 4px;
  border-radius: 24px;
}

.responsive-device .screen-hero {
  height: 100%;
}

.review-board {
  height: 100%;
  position: relative;
}

.review-board .canvas-artboard {
  inset: 1rem 8rem 1rem 1rem;
}

.comment-pin {
  max-width: 180px;
  position: absolute;
  z-index: 3;
  padding: 0.8rem;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #181b1f;
  color: #d6d8dc;
  font-size: 0.72rem;
  box-shadow: var(--shadow);
}

.pin-one {
  top: 20%;
  right: 2%;
}

.pin-two {
  right: 8%;
  bottom: 13%;
}

.launch-line {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}

.launch-node {
  min-height: 160px;
  position: relative;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  text-align: center;
}

.launch-node:last-child {
  border-right: 0;
}

.launch-node i {
  width: 52px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--amber-line);
  border-radius: 50%;
  color: var(--amber);
  font-style: normal;
  font-size: 1.2rem;
}

.launch-node strong {
  font-size: 0.84rem;
}

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

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

.faq-list summary {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  color: #e4e6e8;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  width: 34px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  color: var(--amber);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 60ch;
  padding-bottom: 1.5rem;
}

/* Pricing */
.price-stage {
  min-height: 500px;
  position: relative;
}

.price-plinth {
  width: 76%;
  height: 24%;
  position: absolute;
  right: 7%;
  bottom: 7%;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(244, 160, 0, 0.15), transparent 44%), #101215;
  box-shadow: var(--shadow);
  transform: perspective(500px) rotateX(65deg);
}

.price-screen {
  width: 58%;
  aspect-ratio: 1.3;
  position: absolute;
  top: 5%;
  left: 23%;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.price-tile {
  min-width: 155px;
  position: absolute;
  top: 48%;
  z-index: 3;
  padding: 1.2rem;
  border: 1px solid var(--amber-line);
  border-radius: var(--radius);
  background: rgba(10, 11, 13, 0.94);
  box-shadow: var(--shadow);
}

.price-tile--build {
  left: 5%;
}

.price-tile--care {
  right: 0;
}

.price-tile small {
  color: var(--muted);
}

.price-tile strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 2.35rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.price-tile span {
  font-size: 0.74rem;
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(21rem, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.offer-preview {
  min-height: 570px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.offer-preview .screen-hero {
  min-height: 520px;
}

.offer-price {
  margin-bottom: 1.5rem;
  color: var(--ink);
  font-size: clamp(4.5rem, 8vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.offer-includes {
  display: grid;
  gap: 0.8rem;
  margin-block: 2rem;
  padding: 0;
  list-style: none;
}

.offer-includes li {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-bottom: 1px solid var(--line);
  color: #d6d9dc;
  font-size: 0.9rem;
}

.offer-includes li::before {
  width: 0.55rem;
  aspect-ratio: 1;
  border: 1px solid var(--amber);
  border-radius: 50%;
  content: "";
}

.care-flow {
  display: grid;
  grid-template-columns: 0.8fr repeat(5, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--line);
  overflow: hidden;
}

.care-price,
.care-node {
  min-height: 250px;
  padding: 1.5rem;
  background: var(--panel);
}

.care-price strong {
  display: block;
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.care-node {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.care-node i {
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--amber-line);
  border-radius: 50%;
  color: var(--amber);
  font-style: normal;
}

.care-note {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--amber-line);
  border-radius: 999px;
  color: #d7dadc;
  font-size: 0.84rem;
  text-align: center;
}

.seo-offer {
  display: grid;
  grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.seo-offer__intro {
  padding-top: 1rem;
}

.seo-offer__intro h2 {
  margin-top: 1.5rem;
}

.seo-offer__price {
  display: grid;
  margin-top: 1.8rem;
  padding: 1.5rem 0;
  border-block: 1px solid var(--line);
}

.seo-offer__price small,
.seo-offer__price span {
  color: var(--muted);
  font-size: 0.76rem;
}

.seo-offer__price strong {
  margin: 0.4rem 0;
  color: var(--ink);
  font-size: clamp(3.8rem, 6vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.seo-offer__scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.seo-scope {
  min-height: 176px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  gap: 0.9rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.seo-scope > span {
  color: var(--amber);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.seo-scope h3 {
  margin-bottom: 0.55rem;
  font-size: 1.13rem;
}

.seo-scope p {
  margin-bottom: 0;
  font-size: 0.84rem;
  line-height: 1.48;
}

.seo-scope--feature {
  min-height: 190px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(6rem, 0.36fr) 1fr;
  align-items: center;
  background:
    radial-gradient(circle at 13% 50%, rgba(244, 160, 0, 0.2), transparent 36%),
    linear-gradient(125deg, #151008, var(--panel) 54%);
}

.seo-scope--feature > strong {
  color: var(--amber);
  font-size: clamp(4rem, 7vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.75;
}

.seo-scope--note {
  min-height: auto;
  grid-column: 1 / -1;
  display: block;
  padding: 1.1rem 1.35rem;
  border-color: var(--amber-line);
  background: rgba(244, 160, 0, 0.055);
}

.seo-scope--note p {
  color: #d4d7da;
}

.payment-flow {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 1rem;
}

.invoice,
.approval-step {
  min-height: 350px;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.invoice-row {
  display: flex;
  justify-content: space-between;
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.invoice-total {
  margin-top: 3rem;
  color: var(--ink);
  font-size: 3.5rem;
  letter-spacing: -0.06em;
}

.approval-step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.approval-step span {
  color: var(--amber);
  font-weight: 700;
}

.approval-step strong {
  font-size: 1.5rem;
}

.extras-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-block: 1px solid var(--line);
  background: var(--line);
}

.extra {
  min-height: 230px;
  padding: 1.5rem;
  background: var(--bg);
}

.extra small {
  color: var(--amber);
}

.extra strong {
  display: block;
  margin-top: 4rem;
}

/* About */
.about-hero .page-hero-grid {
  grid-template-columns: minmax(0, 0.84fr) minmax(28rem, 0.8fr);
}

.about-portrait {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 48% 48% var(--radius-lg) var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.about-portrait::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5, 6, 7, 0.66), transparent 40%),
    radial-gradient(circle at 80% 50%, rgba(244, 160, 0, 0.08), transparent 35%);
  content: "";
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.74) contrast(1.05);
}

.portrait-labels {
  position: absolute;
  right: 1.3rem;
  bottom: 1.3rem;
  left: 1.3rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.portrait-labels span {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.72);
  color: #d7d9dc;
  font-size: 0.72rem;
  backdrop-filter: blur(12px);
}

.responsibility-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.responsibility-node {
  min-height: 320px;
  position: relative;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.responsibility-node:not(:last-child)::after {
  width: 1rem;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -1.05rem;
  background: var(--amber);
  box-shadow: 0 0 14px rgba(244, 160, 0, 0.62);
  content: "";
}

.responsibility-node small {
  color: var(--amber);
}

.responsibility-node strong {
  display: block;
  margin-top: 5rem;
  font-size: 1.4rem;
}

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

.principle-row {
  min-height: 170px;
  display: grid;
  grid-template-columns: 0.18fr 0.82fr 1fr;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.principle-row span {
  color: var(--amber);
  font-size: 0.8rem;
  font-weight: 700;
}

.principle-row strong {
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.principle-row p {
  margin-bottom: 0;
}

.truth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--line);
}

.truth-column {
  min-height: 420px;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--panel);
}

.truth-column h3 {
  margin-bottom: 2rem;
}

.truth-column ul {
  display: grid;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.truth-column li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #d4d7da;
}

.truth-column li::before {
  width: 0.55rem;
  aspect-ratio: 1;
  border: 1px solid var(--amber);
  border-radius: 50%;
  content: "";
}

/* Process redesign */
.process-hero-art {
  min-height: 500px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 78% 18%, rgba(244, 160, 0, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%),
    var(--panel);
  box-shadow: var(--shadow);
}

.page-hero--process {
  min-height: 680px;
  padding-block: clamp(5rem, 8vw, 7rem) 4rem;
}

.page-hero--process .page-hero-grid {
  grid-template-columns: minmax(27rem, 0.95fr) minmax(32rem, 1.05fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
}

.page-hero--process h1 {
  max-width: 9.5ch;
  font-size: clamp(3.35rem, 5.2vw, 5.1rem);
}

.process-hero-rail {
  position: absolute;
  top: 50%;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
  box-shadow: 0 0 22px rgba(244, 160, 0, 0.38);
}

.process-hero-step {
  min-height: 170px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.25rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(9, 10, 12, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.process-hero-step small,
.process-chapter-detail > span {
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.process-hero-step strong {
  margin-top: 2.7rem;
  font-size: clamp(1.25rem, 2.1vw, 1.85rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.process-hero-step span {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.process-hero-step--brief,
.process-hero-step--build {
  transform: translateX(-0.7rem);
}

.process-hero-step--direction,
.process-hero-step--live {
  transform: translateX(0.7rem);
}

.process-introduction {
  max-width: 780px;
}

.process-introduction h2 {
  max-width: 10ch;
}

.process-introduction .lead {
  margin-bottom: 0;
}

.process-journey {
  display: grid;
}

.process-chapter {
  display: grid;
  grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
  padding-block: clamp(4.5rem, 9vw, 8rem);
  border-top: 1px solid var(--line);
}

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

.process-chapter-copy h2 {
  max-width: 10ch;
}

.process-chapter-copy p {
  margin-bottom: 0;
}

.process-chapter-detail {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3.5vw, 2.6rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.process-chapter-detail ul {
  display: grid;
  gap: 0;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.process-chapter-detail li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  color: #d7dade;
  font-size: 0.94rem;
}

.process-chapter-detail li:last-child {
  border-bottom: 0;
}

.process-chapter-detail--brief {
  background:
    linear-gradient(135deg, rgba(244, 160, 0, 0.08), transparent 44%),
    var(--panel);
}

.process-chapter--direction {
  grid-template-columns: minmax(16rem, 0.66fr) minmax(0, 1.34fr);
}

.process-concept-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: #08090b;
  box-shadow: var(--shadow);
}

.process-concept-frame img {
  width: 100%;
  height: auto;
}

.process-concept-frame figcaption,
.foundations-frame figcaption {
  padding: 1rem 1.2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

.process-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 2.5rem;
}

.process-checks strong {
  min-height: 90px;
  display: flex;
  align-items: end;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.025);
  color: #dfe1e3;
  font-size: 0.84rem;
  line-height: 1.2;
}

.process-chapter-detail--launch {
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 160, 0, 0.12), transparent 30%),
    var(--panel);
}

/* About refinements */
.about-portrait {
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.about-portrait::after {
  right: 0;
  bottom: auto;
  height: calc(100% - 64px);
  background: linear-gradient(to top, rgba(5, 6, 7, 0.36), transparent 34%);
}

.about-portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.04);
}

.portrait-labels {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  background: var(--panel);
}

.portrait-labels span {
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 0.7rem;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: #cfd2d6;
  font-size: 0.68rem;
  text-align: center;
}

.portrait-labels span:last-child {
  border-right: 0;
}

.foundations-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: center;
}

.foundations-copy h2 {
  max-width: 11ch;
}

.foundation-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.foundation-list article {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.foundation-list strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.foundation-list span {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.42;
}

.foundations-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: #08090b;
  box-shadow: var(--shadow);
}

.foundations-frame img {
  width: 100%;
  height: auto;
}

/* Apply */
.form-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 7rem;
}

.application-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.field {
  display: grid;
  gap: 0.55rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: #dadddf;
  font-size: 0.84rem;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #08090b;
  color: var(--ink);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #70757c;
}

.consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.consent input {
  width: 20px;
  height: 20px;
  margin-top: 0.2rem;
  accent-color: var(--amber);
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.6rem;
  margin: 0;
  color: var(--success);
  font-size: 0.84rem;
}

/* Motion */
@keyframes section-rise {
  from {
    opacity: 0.55;
    transform: translateY(42px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@supports (animation-timeline: view()) {
  .reveal {
    animation: section-rise linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 28%;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .page-hero--process .page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    min-height: auto;
  }

  .hero-copy,
  .page-hero-copy {
    max-width: 760px;
  }

  .product-stage,
  .gallery-stage,
  .route-stage,
  .price-stage {
    width: min(100%, 800px);
    margin-inline: auto;
  }

  .work-showcase,
  .process-showcase,
  .foundations-layout {
    grid-template-columns: 1fr;
  }

  .process-map {
    min-height: 480px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  }

  .process-moment--brief {
    min-height: 480px;
  }

  .work-intro,
  .process-copy {
    max-width: 720px;
  }

  .work-intro h2,
  .process-copy h2 {
    max-width: 12ch;
  }

  .work-stage,
  .launch-stage {
    width: min(100%, 860px);
    margin-inline: auto;
  }

  .demo-mosaic {
    grid-template-columns: 1fr 1fr;
  }

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

  .assembly-output {
    grid-column: 1 / -1;
  }

  .founder-section {
    grid-template-columns: minmax(19rem, 0.75fr) minmax(0, 1.25fr);
  }

  .care-flow {
    grid-template-columns: 1fr repeat(3, 1fr);
  }

  .seo-offer {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 2.5rem;
  }

  .care-node:nth-child(n + 5) {
    grid-column: span 2;
  }

  .responsibility-line {
    grid-template-columns: 1fr 1fr;
  }

  .responsibility-node:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .site-header {
    top: 0.6rem;
    width: calc(100% - 1.2rem);
    margin-top: 0.6rem;
  }

  .nav-shell {
    grid-template-columns: 1fr auto auto;
    padding-left: 1rem;
  }

  .nav-links {
    position: fixed;
    inset: 5rem 0.6rem auto;
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-lg);
    background: rgba(8, 9, 11, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-links[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    justify-content: space-between;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .nav-links a::after {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .nav-shell > .button {
    min-height: 46px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .spec-list,
  .extras-rail {
    grid-template-columns: 1fr 1fr;
  }

  .spec-item:last-child {
    grid-column: 1 / -1;
  }

  .client-feature,
  .offer-layout,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: relative;
    top: auto;
  }

  .outcome-flow {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .outcome-route {
    display: none;
  }

  .outcome-node {
    width: min(76%, 560px);
    padding: 0;
    align-self: auto;
  }

  .outcome-node--search {
    margin-left: auto;
  }

  .outcome-node--call {
    width: min(68%, 500px);
    margin-inline: auto 4%;
  }

  .founder-section {
    grid-template-columns: 1fr;
  }

  .process-hero-art {
    min-height: 440px;
  }

  .process-chapter,
  .process-chapter--direction {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .process-chapter-detail {
    min-height: 0;
  }

  .founder-portrait {
    width: min(100%, 570px);
    min-height: 0;
    margin-inline: auto;
  }

  .route-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .route-rail div:nth-child(3) {
    border-right: 0;
  }

  .route-rail div:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .stage-story {
    grid-template-columns: 1fr;
  }

  .interface-panel {
    min-height: 420px;
  }

  .launch-line {
    grid-template-columns: repeat(3, 1fr);
  }

  .launch-node:nth-child(3) {
    border-right: 0;
  }

  .launch-node:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .payment-flow {
    grid-template-columns: 1fr 1fr;
  }

  .invoice {
    grid-column: 1 / -1;
  }

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

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

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

@media (max-width: 620px) {
  :root {
    --gutter: 1rem;
    --section: 5.6rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .nav-shell > .button {
    width: 46px;
    padding: 0;
    font-size: 0;
  }

  .nav-shell > .button::after {
    width: 38px;
  }

  .hero,
  .page-hero {
    padding-top: 5rem;
  }

  .hero-grid,
  .page-hero-grid {
    gap: 2.5rem;
  }

  .page-hero--process .page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-stage,
  .gallery-stage,
  .route-stage,
  .price-stage {
    min-height: 420px;
  }

  .ui-screen {
    top: 4%;
    right: 2%;
    width: 78%;
  }

  .ui-phone {
    right: 0;
    width: 28%;
  }

  .ui-module {
    width: 33%;
    min-height: 96px;
    padding: 0.8rem;
  }

  .module-label {
    font-size: 0.68rem;
  }

  .module-trust {
    top: 14%;
  }

  .module-search {
    bottom: 18%;
    left: 0;
  }

  .module-calls {
    right: 24%;
  }

  .screen-links {
    display: none;
  }

  .spec-list,
  .extras-rail {
    grid-template-columns: 1fr;
  }

  .spec-item,
  .spec-item:last-child {
    grid-column: auto;
  }

  .outcome-node,
  .outcome-node--search,
  .outcome-node--call {
    width: 100%;
    margin-inline: 0;
  }

  .trust-device,
  .search-device,
  .call-device {
    transform: none;
  }

  .work-stage {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .work-window--feature,
  .work-window--joinery,
  .work-window--client {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    transform: none;
  }

  .launch-stage {
    min-height: 540px;
  }

  .process-map {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .process-moment,
  .process-moment--brief {
    min-height: 0;
    grid-row: auto;
  }

  .process-moment--brief {
    min-height: 300px;
  }

  .launch-browser {
    width: 100%;
    height: 390px;
    top: 1rem;
    transform: none;
  }

  .launch-tablet {
    width: 42%;
  }

  .launch-phone {
    width: 27%;
    right: 0;
  }

  .founder-portrait {
    min-height: 0;
  }

  .about-portrait {
    min-height: 0;
  }

  .process-hero-art {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .process-hero-rail {
    top: 8%;
    bottom: 8%;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(var(--amber), transparent);
  }

  .process-hero-step,
  .process-hero-step--brief,
  .process-hero-step--direction,
  .process-hero-step--build,
  .process-hero-step--live {
    min-height: 138px;
    transform: none;
  }

  .process-hero-step strong {
    margin-top: 1.4rem;
  }

  .process-checks,
  .foundation-list {
    grid-template-columns: 1fr;
  }

  .foundation-list {
    border-right: 1px solid var(--line);
  }

  .foundation-list article {
    min-height: 0;
  }

  .portrait-labels span {
    min-height: 56px;
    padding: 0.55rem 0.35rem;
    font-size: 0.61rem;
  }

  .founder-detail {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .gallery-card:nth-child(1) {
    top: 12%;
    width: 52%;
  }

  .gallery-card:nth-child(2) {
    left: 23%;
    width: 58%;
  }

  .gallery-card:nth-child(3) {
    top: 22%;
    width: 48%;
  }

  .gallery-stage--work {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .gallery-stage--work .gallery-card,
  .gallery-stage--work .gallery-card:nth-child(1),
  .gallery-stage--work .gallery-card:nth-child(2),
  .gallery-stage--work .gallery-card:nth-child(3) {
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .gallery-stage--work .gallery-card--primary {
    grid-column: auto;
  }

  .gallery-phone {
    width: 24%;
  }

  .client-browser {
    min-height: 440px;
  }

  .demo-mosaic {
    grid-template-columns: 1fr;
  }

  .concept-rail {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .concept-sheet,
  .concept-sheet--offset {
    width: min(100%, 29rem);
    margin: 0 auto;
  }

  .demo-shot,
  .demo-shot:nth-child(2),
  .demo-shot:nth-child(3) {
    min-height: 390px;
  }

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

  .assembly-part {
    min-height: 210px;
  }

  .honesty-strip {
    grid-template-columns: 1fr;
  }

  .route-object {
    width: 36%;
    min-height: 220px;
    padding: 0.8rem;
  }

  .route-object:nth-child(1) {
    left: 0;
  }

  .route-object:nth-child(2) {
    left: 21%;
  }

  .route-object:nth-child(3) {
    left: 42%;
  }

  .route-object:nth-child(4) {
    right: 0;
  }

  .route-object strong {
    margin-top: 2rem;
    font-size: 0.9rem;
  }

  .route-rail {
    grid-template-columns: 1fr 1fr;
  }

  .route-rail div:nth-child(2n) {
    border-right: 0;
  }

  .route-rail div:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }

  .mock-form,
  .design-board {
    grid-template-columns: 1fr;
  }

  .token-column {
    grid-template-columns: 1fr 1fr;
  }

  .responsive-lineup {
    gap: 0.55rem;
  }

  .review-board .canvas-artboard {
    inset: 1rem 3rem 1rem 0;
  }

  .comment-pin {
    max-width: 130px;
    font-size: 0.62rem;
  }

  .launch-line {
    grid-template-columns: 1fr 1fr;
  }

  .launch-node:nth-child(2n) {
    border-right: 0;
  }

  .launch-node:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }

  .price-screen {
    width: 70%;
    left: 15%;
  }

  .price-tile {
    min-width: 126px;
    padding: 0.9rem;
  }

  .price-tile strong {
    font-size: 1.8rem;
  }

  .care-flow {
    grid-template-columns: 1fr 1fr;
  }

  .care-price,
  .care-node,
  .care-node:nth-child(n + 5) {
    min-height: 200px;
    grid-column: auto;
  }

  .care-price {
    grid-column: 1 / -1;
  }

  .seo-offer {
    grid-template-columns: 1fr;
  }

  .seo-offer__scope {
    grid-template-columns: 1fr;
  }

  .seo-scope,
  .seo-scope--feature,
  .seo-scope--note {
    grid-column: auto;
  }

  .seo-scope--feature {
    grid-template-columns: minmax(5rem, 0.3fr) 1fr;
  }

  .payment-flow {
    grid-template-columns: 1fr;
  }

  .invoice {
    grid-column: auto;
  }

  .responsibility-line {
    grid-template-columns: 1fr;
  }

  .responsibility-node:not(:last-child)::after {
    width: 2px;
    height: 1rem;
    top: auto;
    right: auto;
    bottom: -1.05rem;
    left: 50%;
  }

  .principle-row {
    grid-template-columns: auto 1fr;
    padding-block: 1.5rem;
  }

  .principle-row p {
    grid-column: 2;
  }

  .application-form {
    grid-template-columns: 1fr;
  }

  .field.full,
  .consent,
  .form-status {
    grid-column: auto;
  }
}

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

  html::before {
    animation: none;
    transform: none;
    will-change: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .ui-screen,
  .ui-phone,
  .ui-module {
    transform: none !important;
  }
}
