:root {
  --ink: #111316;
  --ink-soft: #343a40;
  --muted: #69727d;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #d9dfe5;
  --line-strong: #b8c2cc;
  --blue: #163a5f;
  --cyan: #1b8aa5;
  --green: #3f7f5f;
  --gold: #b88336;
  --red: #b65346;
  --shadow: 0 28px 80px rgba(31, 41, 55, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

main {
  min-height: 100vh;
  overflow: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(17, 19, 22, 0.1);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.site-header a {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: var(--ink);
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-size: 12px;
}

nav {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
}

nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--ink-soft);
}

nav a:hover {
  background: rgba(22, 58, 95, 0.08);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 130px clamp(20px, 5vw, 80px) 64px;
  background:
    radial-gradient(circle at 74% 44%, rgba(27, 138, 165, 0.2), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4f7f8 46%, #eef0ea 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(960px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: min(980px, 92vw);
  margin: 42px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 30px 90px rgba(17, 19, 22, 0.16);
}

.hero-visual img,
.offer-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  margin: 0 auto;
  max-width: 920px;
  color: var(--ink);
  font-size: clamp(46px, 7.2vw, 102px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--ink);
}

.subhead {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.actions,
.pricing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(17, 19, 22, 0.1);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.button.secondary {
  color: var(--blue);
  border-color: rgba(22, 58, 95, 0.2);
  background: rgba(255, 255, 255, 0.78);
}

.button.secondary.dark {
  color: var(--ink);
  background: var(--white);
}

.proof-strip {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 32px auto 0;
}

.proof-strip span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(22, 58, 95, 0.13);
  border-radius: 8px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 900;
}

.founder-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.65fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
  padding: 72px clamp(20px, 5vw, 80px);
  color: var(--white);
  background: linear-gradient(135deg, #082d25, #0f5d4e 58%, #b88336);
}

.founder-strip h2,
.founder-strip p,
.founder-strip .eyebrow {
  color: var(--white);
}

.founder-strip h2 {
  max-width: 900px;
}

.founder-strip p:last-child {
  margin: 0;
  font-size: 18px;
  line-height: 1.56;
}

.hero-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  perspective: 1300px;
}

.stage-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(255, 255, 255, 0.08) 36%, rgba(247, 245, 239, 0.9) 82%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(247, 245, 239, 0.9));
  pointer-events: none;
}

.wire-grid {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 980px;
  height: 720px;
  background-image:
    linear-gradient(rgba(22, 58, 95, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 58, 95, 0.1) 1px, transparent 1px);
  background-size: 38px 38px;
  transform: translate(-50%, -44%) rotateX(64deg) rotateZ(-12deg);
  transform-origin: center;
  opacity: 0.55;
}

.orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 1px solid rgba(27, 138, 165, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(18deg);
}

.orbit-one {
  width: 560px;
  height: 560px;
  animation: spin 18s linear infinite;
}

.orbit-two {
  width: 760px;
  height: 760px;
  border-color: rgba(184, 131, 54, 0.22);
  animation: spin 26s linear reverse infinite;
}

.property-model {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(48vw, 560px);
  aspect-ratio: 1.08;
  transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-24deg);
  transform-style: preserve-3d;
  animation: floatModel 8s ease-in-out infinite;
}

.model-floor {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(22, 58, 95, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(235, 246, 249, 0.8)),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(22, 58, 95, 0.08) 42px 44px);
  box-shadow: 0 28px 70px rgba(22, 58, 95, 0.18);
}

.floor-one {
  transform: translateZ(0);
}

.floor-two {
  inset: 18% 14% 20% 18%;
  transform: translateZ(46px);
}

.floor-three {
  inset: 28% 25% 24% 28%;
  transform: translateZ(92px);
}

.model-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid var(--white);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 12px 28px rgba(182, 83, 70, 0.35);
  transform: translateZ(120px);
}

.pin-one {
  left: 22%;
  top: 34%;
}

.pin-two {
  left: 62%;
  top: 28%;
  background: var(--cyan);
}

.pin-three {
  left: 48%;
  top: 66%;
  background: var(--gold);
}

.asset-tile {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 116px;
  min-height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 54px rgba(17, 19, 22, 0.12);
  backdrop-filter: blur(18px);
  font-weight: 900;
}

.tile-photo {
  left: 12%;
  top: 33%;
  animation: bob 6.6s ease-in-out infinite;
}

.tile-copy {
  right: 14%;
  top: 30%;
  animation: bob 7.2s ease-in-out infinite reverse;
}

.tile-reels {
  right: 20%;
  bottom: 20%;
  animation: bob 6.8s ease-in-out infinite;
}

.scroll-system {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  padding: 96px clamp(20px, 5vw, 80px);
  background: var(--white);
}

.system-copy {
  position: sticky;
  top: 118px;
  align-self: start;
}

.system-steps {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.step-card,
.service-card,
.mini-dashboard,
.notice,
.intake-form,
.deliverables article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.step-card {
  padding: 18px;
  opacity: 0.62;
  transition: opacity 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.step-card.active {
  opacity: 1;
  border-color: rgba(27, 138, 165, 0.42);
  box-shadow: 0 18px 50px rgba(27, 138, 165, 0.12);
}

.step-card span,
.service-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.step-card p,
.service-card p,
.dashboard-copy p,
.pricing p,
.deliverables p,
.page p,
.notice p {
  color: var(--muted);
  line-height: 1.58;
}

.exploded-wrap {
  position: sticky;
  top: 96px;
  min-height: 720px;
  display: grid;
  place-items: center;
}

.exploded-view {
  position: relative;
  width: min(640px, 100%);
  aspect-ratio: 1;
  transform-style: preserve-3d;
}

.core-node,
.component {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  min-width: 128px;
  min-height: 70px;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(22, 58, 95, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 58px rgba(22, 58, 95, 0.14);
  font-weight: 900;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: transform 100ms linear;
}

.core-node {
  z-index: 3;
  min-width: 150px;
  min-height: 96px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.component {
  --x: 0px;
  --y: 0px;
  --r: 0deg;
  transform: translate(calc(-50% + (var(--x) * var(--explode, 0))), calc(-50% + (var(--y) * var(--explode, 0)))) rotate(calc(var(--r) * var(--explode, 0)));
}

.comp-media { --x: -230px; --y: -210px; --r: -10deg; }
.comp-copy { --x: 0px; --y: -260px; --r: 5deg; }
.comp-social { --x: 230px; --y: -196px; --r: 10deg; }
.comp-reel { --x: 280px; --y: 20px; --r: -6deg; }
.comp-email { --x: 190px; --y: 238px; --r: 8deg; }
.comp-site { --x: -40px; --y: 280px; --r: -4deg; }
.comp-crm { --x: -260px; --y: 152px; --r: 9deg; }
.comp-report { --x: -300px; --y: -20px; --r: -8deg; }

.band,
.pricing,
.dashboard-band {
  padding: 88px clamp(20px, 5vw, 80px);
}

.section-heading {
  max-width: 900px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.96fr 0.96fr;
  gap: 16px;
  margin-top: 32px;
}

.service-card {
  min-height: 330px;
  padding: 24px;
  box-shadow: 0 18px 54px rgba(17, 19, 22, 0.06);
}

.service-card.featured {
  color: var(--white);
  border-color: transparent;
  background:
    linear-gradient(135deg, rgba(22, 58, 95, 0.94), rgba(27, 138, 165, 0.9)),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.38), transparent 30%);
}

.service-card.featured h3,
.service-card.featured p,
.service-card.featured span {
  color: var(--white);
}

.service-card h3 {
  font-size: 25px;
  line-height: 1.08;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 900;
}

.service-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.dashboard-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  color: var(--white);
  background: linear-gradient(135deg, #111316, #173752 54%, #1b8aa5);
}

.offer-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 520px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: 88px clamp(20px, 5vw, 80px);
  background: #ffffff;
}

.offer-copy {
  max-width: 760px;
}

.offer-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.offer-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.offer-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--ink-soft);
  font-weight: 900;
}

.offer-list li::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.offer-copy .button {
  width: fit-content;
  margin-top: 30px;
}

.offer-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--white);
}

.dashboard-band h2,
.dashboard-band p,
.dashboard-band .eyebrow {
  color: var(--white);
}

.dashboard-copy {
  max-width: 820px;
}

.mini-dashboard {
  padding: 20px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.dash-top,
.dash-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-top {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.dash-top span {
  color: var(--muted);
  font-weight: 900;
}

.dash-top strong {
  font-size: 34px;
}

.dash-row {
  min-height: 48px;
  border-bottom: 1px solid rgba(217, 223, 229, 0.72);
  color: var(--muted);
}

.dash-row b {
  color: var(--ink);
}

.dash-progress {
  height: 10px;
  margin-top: 18px;
  border-radius: 99px;
  background: #eef2f4;
  overflow: hidden;
}

.dash-progress span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.pricing {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  background: #f1eee5;
}

.pricing div:first-child {
  max-width: 760px;
}

.pricing-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 80px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.site-footer p {
  max-width: 760px;
  margin: 0;
  line-height: 1.5;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
  justify-content: flex-end;
}

.site-footer a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.page {
  max-width: 880px;
  margin: 0 auto;
  padding: 120px 24px 72px;
}

.page h1 {
  color: var(--ink);
  font-size: clamp(38px, 6vw, 64px);
  text-shadow: none;
}

.page h2 {
  margin-top: 32px;
  font-size: 24px;
}

.page a {
  color: var(--blue);
  font-weight: 900;
}

.notice {
  margin: 28px 0;
  padding: 20px;
}

.notice p {
  margin: 8px 0 0;
  font-size: 16px;
}

.intake-page {
  max-width: 1040px;
}

.intake-form {
  padding: 24px;
}

.intake-form fieldset {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.intake-form legend {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 900;
}

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

.form-grid label,
.approval-check label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

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

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--blue) 50%),
    linear-gradient(135deg, var(--blue) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 12px) 20px;
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.approval-check {
  margin-bottom: 20px;
}

.approval-check label {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
}

.approval-check input {
  min-height: 18px;
  margin: 2px 0 0;
}

.form-actions {
  margin-top: 10px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.demo-page-body {
  background: #f6f4ee;
}

.demo-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: 132px clamp(20px, 5vw, 80px) 74px;
  background:
    radial-gradient(circle at 78% 20%, rgba(184, 131, 54, 0.18), transparent 24%),
    radial-gradient(circle at 18% 20%, rgba(27, 138, 165, 0.2), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f8f5 52%, #ecefe8 100%);
}

.demo-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #f6f4ee);
}

.demo-hero-copy,
.demo-hero-panel {
  position: relative;
  z-index: 1;
}

.demo-hero-copy h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(46px, 6.4vw, 92px);
}

.demo-hero-copy .subhead {
  margin-left: 0;
  margin-right: 0;
}

.demo-hero-copy .actions,
.demo-cta .actions {
  justify-content: flex-start;
}

.demo-hero-panel {
  min-height: 600px;
  display: grid;
  align-content: space-between;
  padding: 22px;
  border: 1px solid rgba(22, 58, 95, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.demo-console-top,
.generated-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.demo-console-top strong,
.generated-panel-top strong {
  color: var(--green);
}

.demo-scan {
  min-height: 360px;
  display: grid;
  place-items: center;
  perspective: 960px;
}

.scan-house {
  position: relative;
  width: min(420px, 78vw);
  height: 330px;
  transform: rotateX(58deg) rotateZ(-34deg);
  transform-style: preserve-3d;
}

.scan-roof,
.scan-floor,
.scan-line {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.scan-roof {
  width: 290px;
  height: 220px;
  border: 1px solid rgba(22, 58, 95, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent),
    linear-gradient(135deg, rgba(27, 138, 165, 0.28), rgba(22, 58, 95, 0.82));
  box-shadow: 0 28px 70px rgba(17, 19, 22, 0.22);
}

.scan-floor {
  width: 238px;
  height: 152px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 60px rgba(22, 58, 95, 0.2);
}

.floor-a { transform: translate(-82%, -86%) translateZ(54px); }
.floor-b { transform: translate(-26%, -22%) translateZ(24px); }
.floor-c { transform: translate(-50%, 46%) translateZ(-4px); }

.scan-line {
  width: 340px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(27, 138, 165, 0.72), transparent);
  animation: scanSweep 4.6s ease-in-out infinite;
}

.line-b {
  animation-delay: -1.8s;
  transform: translate(-50%, 78px) rotate(90deg);
}

.demo-console-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.demo-console-grid span,
.brief-grid article,
.asset-card,
.approval-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.demo-console-grid span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 900;
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.brief-grid article,
.approval-grid article {
  padding: 22px;
  box-shadow: 0 14px 38px rgba(17, 19, 22, 0.06);
}

.brief-grid span,
.asset-card span,
.approval-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.brief-grid h3,
.asset-card h3 {
  font-size: 22px;
  line-height: 1.08;
}

.brief-grid p,
.asset-card p,
.approval-grid p,
.demo-output-copy p,
.demo-cta p,
.walkthrough-copy p,
.generated-panel p,
.generated-panel li {
  color: var(--muted);
  line-height: 1.58;
}

.demo-output-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding: 96px clamp(20px, 5vw, 80px);
  background: #ffffff;
}

.demo-output-copy {
  position: sticky;
  top: 110px;
}

.demo-output-copy p {
  max-width: 680px;
}

.demo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.demo-tabs button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(22, 58, 95, 0.18);
  border-radius: 8px;
  color: var(--blue);
  background: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.demo-tabs button.active {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.generated-panel {
  min-height: 560px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(22, 58, 95, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 245, 239, 0.74), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: var(--shadow);
}

.generated-panel h3 {
  margin-top: 54px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.02;
}

.generated-panel p {
  margin-top: 22px;
  font-size: 18px;
}

.generated-panel ul {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.generated-panel li {
  position: relative;
  padding-left: 24px;
  font-weight: 800;
}

.generated-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.campaign-board {
  background: #eef2f1;
}

.asset-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.asset-card {
  min-height: 230px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    #ffffff;
  box-shadow: 0 18px 54px rgba(17, 19, 22, 0.06);
}

.asset-card.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 474px;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.26), transparent 28%),
    linear-gradient(135deg, #102f4a, #1b8aa5 62%, #3f7f5f);
}

.asset-card.large h3,
.asset-card.large p,
.asset-card.large span {
  color: var(--white);
}

.asset-lines {
  display: grid;
  gap: 12px;
  margin-top: 120px;
}

.asset-lines i {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.asset-lines i:nth-child(2) {
  width: 78%;
}

.asset-lines i:nth-child(3) {
  width: 58%;
}

.walkthrough-demo {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.9fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: 96px clamp(20px, 5vw, 80px);
  color: var(--white);
  background: linear-gradient(135deg, #111316, #163a5f 54%, #0f5d4e);
}

.walkthrough-demo h2,
.walkthrough-demo p,
.walkthrough-demo .eyebrow {
  color: var(--white);
}

.dollhouse-demo {
  position: relative;
  min-height: 520px;
  perspective: 980px;
}

.dollhouse-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(460px, 80vw);
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  transform: translate(-50%, -50%) rotateX(60deg) rotateZ(-28deg);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.layer-one {
  background: rgba(255, 255, 255, 0.16);
  transform: translate(-50%, -88%) rotateX(60deg) rotateZ(-28deg);
}

.layer-two {
  background: rgba(27, 138, 165, 0.5);
}

.layer-three {
  background: rgba(184, 131, 54, 0.45);
  transform: translate(-50%, -12%) rotateX(60deg) rotateZ(-28deg);
}

.dollhouse-chip {
  position: absolute;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}

.chip-one {
  left: 4%;
  top: 18%;
}

.chip-two {
  right: 2%;
  top: 46%;
}

.chip-three {
  left: 22%;
  bottom: 12%;
}

.approval-system {
  background: #ffffff;
}

.approval-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.demo-cta {
  padding: 104px clamp(20px, 5vw, 80px);
  color: var(--white);
  background:
    radial-gradient(circle at 20% 10%, rgba(184, 131, 54, 0.32), transparent 26%),
    linear-gradient(135deg, #082d25, #173752 64%, #1b8aa5);
}

.demo-cta h2,
.demo-cta p,
.demo-cta .eyebrow {
  max-width: 900px;
  color: var(--white);
}

.demo-cta p {
  font-size: 20px;
}

.subpage .site-header {
  position: static;
  width: auto;
  transform: none;
  color: var(--ink);
  border-radius: 0;
  border-width: 0 0 1px;
  background: var(--white);
  box-shadow: none;
}

.subpage .site-footer {
  position: static;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(378deg);
  }
}

@keyframes floatModel {
  0%,
  100% {
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-24deg) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-24deg) translateY(-18px);
  }
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes scanSweep {
  0%,
  100% {
    opacity: 0.28;
    transform: translate(-50%, -122px);
  }
  50% {
    opacity: 0.92;
    transform: translate(-50%, 126px);
  }
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    width: auto;
    transform: none;
    border-radius: 0;
    box-shadow: none;
  }

  .hero {
    min-height: 92svh;
    padding-top: 74px;
  }

  .tile-photo,
  .tile-copy,
  .tile-reels {
    display: none;
  }

  .scroll-system,
  .dashboard-band,
  .founder-strip,
  .offer-band,
  .pricing {
    grid-template-columns: 1fr;
  }

  .system-copy,
  .exploded-wrap {
    position: relative;
    top: auto;
  }

  .exploded-wrap {
    min-height: 520px;
  }

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

  .pricing {
    display: grid;
  }

  .pricing-actions {
    justify-content: flex-start;
  }

  .hero-visual {
    width: min(760px, 94vw);
  }

  .demo-hero,
  .demo-output-section,
  .walkthrough-demo {
    grid-template-columns: 1fr;
  }

  .demo-hero {
    padding-top: 74px;
  }

  .demo-output-copy {
    position: relative;
    top: auto;
  }

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

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

@media (max-width: 680px) {
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
  }

  nav a {
    padding: 0 10px;
  }

  .hero {
    place-items: end center;
    min-height: 760px;
    padding: 60px 18px 44px;
  }

  h1 {
    font-size: clamp(38px, 12.4vw, 56px);
    line-height: 0.98;
  }

  .subhead {
    font-size: 17px;
    line-height: 1.48;
  }

  .property-model {
    width: 720px;
    opacity: 0.9;
  }

  .orbit-one {
    width: 430px;
    height: 430px;
  }

  .orbit-two {
    width: 560px;
    height: 560px;
  }

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

  .actions,
  .pricing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .band,
  .pricing,
  .dashboard-band,
  .founder-strip,
  .offer-band,
  .scroll-system {
    padding: 64px 18px;
  }

  .hero-visual {
    margin-top: 26px;
  }

  .offer-copy .button {
    width: 100%;
  }

  .exploded-wrap {
    min-height: 430px;
  }

  .component {
    min-width: 104px;
    min-height: 56px;
    font-size: 12px;
  }

  .core-node {
    min-width: 118px;
    min-height: 72px;
  }

  .exploded-view {
    --mobile-scale: 0.82;
    transform: scale(var(--mobile-scale));
  }

  .comp-media { --x: -138px; --y: -196px; }
  .comp-copy { --x: 0px; --y: -230px; }
  .comp-social { --x: 138px; --y: -188px; }
  .comp-reel { --x: 152px; --y: 0px; }
  .comp-email { --x: 120px; --y: 184px; }
  .comp-site { --x: -20px; --y: 224px; }
  .comp-crm { --x: -142px; --y: 128px; }
  .comp-report { --x: -154px; --y: -14px; }

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

  .demo-hero,
  .demo-output-section,
  .campaign-board,
  .walkthrough-demo,
  .approval-system,
  .demo-cta {
    padding: 64px 18px;
  }

  .demo-hero-panel,
  .generated-panel {
    min-height: auto;
  }

  .demo-scan {
    min-height: 280px;
  }

  .scan-house {
    width: 300px;
    height: 250px;
  }

  .scan-roof {
    width: 220px;
    height: 170px;
  }

  .scan-floor {
    width: 180px;
    height: 116px;
  }

  .demo-console-grid,
  .brief-grid,
  .asset-board,
  .approval-grid {
    grid-template-columns: 1fr;
  }

  .asset-card.large {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
  }

  .dollhouse-demo {
    min-height: 380px;
  }

  .dollhouse-layer {
    width: 300px;
    height: 178px;
  }

  .dollhouse-chip {
    font-size: 12px;
  }
}

@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;
  }
}
