:root {
  color-scheme: light;
  --ice: #fbfbf8;
  --off-white: #f4f3ef;
  --titanium: #d6d8d7;
  --silver: #bfc3c4;
  --chrome: #eef0ef;
  --graphite: #1d2021;
  --gunmetal: #43494b;
  --muted: #747a7c;
  --line: rgba(28, 31, 32, 0.12);
  --glass: rgba(255, 255, 255, 0.62);
  --champagne: #b7aa8d;
  --orange: #c18457;
  --steel: #6d7f8b;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(30, 34, 35, 0.12);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -18rem, rgba(92, 98, 100, 0.22), transparent 34rem),
    radial-gradient(circle at 82% 20rem, rgba(193, 132, 87, 0.07), transparent 24rem),
    linear-gradient(180deg, var(--ice) 0%, var(--off-white) 48%, #ececea 100%);
  color: var(--graphite);
  letter-spacing: 0;
}

body.lcmd-theme {
  min-height: 100vh;
}

body.lcmd-theme .entry-title,
body.lcmd-theme .page-title,
body.lcmd-theme .breadcrumb,
body.lcmd-theme .breadcrumbs,
body.lcmd-theme .woocommerce-breadcrumb {
  display: none !important;
}

body.admin-bar .site-header {
  top: 60px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, 0.66) 42%, transparent 58%),
    repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 9px);
  opacity: 0.58;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header,
.section-shell {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(226, 229, 229, 0.48)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 16px 42px rgba(37, 41, 42, 0.08);
  backdrop-filter: blur(22px) saturate(150%);
}

.site-header.is-scrolled {
  border-color: rgba(28, 31, 32, 0.1);
  background: rgba(250, 250, 248, 0.9);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--graphite);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.04em;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(28, 31, 32, 0.12);
  border-radius: 50%;
  background:
    linear-gradient(135deg, #ffffff 0%, #bfc3c4 42%, #ffffff 58%, #6f777a 100%);
  color: #1f2324;
  font-size: 1.12rem;
  font-weight: 520;
  line-height: 1;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.95),
    inset 0 -2px 5px rgba(20, 23, 24, 0.18);
}

.brand-name {
  white-space: nowrap;
}

.desktop-nav,
.header-cta {
  display: none;
}

.desktop-nav ul,
.desktop-nav li {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero {
  display: grid;
  gap: 36px;
  padding-block: 70px 62px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gunmetal);
  font-size: 0.67rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--graphite);
  letter-spacing: -0.026em;
}

h1 {
  max-width: 12ch;
  margin-bottom: 26px;
  font-size: clamp(2.38rem, 9.1vw, 4.4rem);
  line-height: 1.03;
  font-weight: 650;
  text-wrap: balance;
}

h2 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 8.2vw, 4.85rem);
  line-height: 0.98;
  font-weight: 690;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
  line-height: 1.25;
  font-weight: 760;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 32px;
  color: #565b5d;
  font-size: clamp(1.04rem, 3.55vw, 1.24rem);
  line-height: 1.68;
}

.hero-actions {
  display: grid;
  gap: 12px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  overflow: hidden;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 770;
  letter-spacing: 0.005em;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.button::before {
  position: absolute;
  inset: 1px 12% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  content: "";
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  border: 1px solid rgba(20, 23, 24, 0.72);
  background:
    linear-gradient(135deg, #111314 0%, #52595b 44%, #202324 100%);
  color: #fafaf7;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -10px 24px rgba(0, 0, 0, 0.18),
    0 18px 42px rgba(32, 35, 36, 0.18);
}

.button-secondary {
  border: 1px solid rgba(28, 31, 32, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(220, 224, 224, 0.5));
  color: var(--graphite);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 12px 30px rgba(50, 55, 56, 0.08);
}

.hero-object {
  position: relative;
  min-height: 410px;
  margin: 0;
  perspective: 1300px;
}

.exploded-shell,
.logo-core {
  position: absolute;
  inset: 0;
}

.plate,
.axis,
.halo,
.micro-part {
  position: absolute;
  display: block;
  pointer-events: none;
}

.exploded-shell {
  transform-style: preserve-3d;
}

.halo {
  left: 50%;
  top: 45%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.halo-main {
  width: min(96%, 600px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(215, 219, 219, 0.42) 34%, rgba(124, 132, 135, 0.16) 52%, transparent 72%);
  filter: blur(8px);
  opacity: 0.72;
}

.halo-secondary {
  width: min(74%, 470px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.54), rgba(191, 197, 199, 0.13), transparent 68%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 22px 90px rgba(43, 48, 50, 0.1);
  opacity: 0.58;
}

.plate {
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 32px;
  background:
    linear-gradient(126deg, rgba(255, 255, 255, 0.7), rgba(193, 198, 199, 0.15), rgba(55, 61, 63, 0.08)),
    rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(35, 39, 40, 0.05),
    0 30px 90px rgba(31, 35, 36, 0.105);
  backdrop-filter: blur(20px);
  transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-18deg);
}

.plate-back {
  width: 96%;
  height: 58%;
  opacity: 0.36;
  transform: translate(-50%, -66%) rotateX(64deg) rotateZ(-19deg);
}

.plate-mid {
  width: 80%;
  height: 50%;
  opacity: 0.62;
  transform: translate(-50%, -49%) rotateX(64deg) rotateZ(-19deg);
}

.plate-front {
  width: 64%;
  height: 40%;
  opacity: 0.8;
  transform: translate(-50%, -32%) rotateX(64deg) rotateZ(-19deg);
}

.plate-glass {
  border-color: rgba(255, 255, 255, 0.54);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.46), rgba(197, 204, 206, 0.11), rgba(255, 255, 255, 0.18));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 64px rgba(31, 35, 36, 0.06);
}

.plate-left {
  width: 54%;
  height: 22%;
  opacity: 0.54;
  transform: translate(-86%, -48%) rotateX(64deg) rotateZ(-19deg);
}

.plate-right {
  width: 54%;
  height: 22%;
  opacity: 0.5;
  transform: translate(-16%, -42%) rotateX(64deg) rotateZ(-19deg);
}

.axis {
  left: 6%;
  right: 6%;
  top: 49%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(67, 73, 75, 0.18), rgba(255, 255, 255, 0.72), rgba(67, 73, 75, 0.14), transparent);
}

.axis-y {
  left: 50%;
  right: auto;
  top: 4%;
  width: 1px;
  height: 88%;
  background: linear-gradient(180deg, transparent, rgba(67, 73, 75, 0.15), rgba(255, 255, 255, 0.78), rgba(67, 73, 75, 0.12), transparent);
}

.micro-part {
  width: 78px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(172, 180, 183, 0.35), rgba(255, 255, 255, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 34px rgba(35, 39, 40, 0.08);
  opacity: 0.62;
}

.micro-a {
  left: 14%;
  top: 27%;
  transform: rotate(-16deg);
}

.micro-b {
  right: 10%;
  top: 34%;
  width: 58px;
  transform: rotate(18deg);
}

.micro-c {
  left: 20%;
  bottom: 25%;
  width: 46px;
  opacity: 0.46;
  transform: rotate(8deg);
}

.logo-core {
  display: grid;
  place-items: center;
  z-index: 2;
}

.logo-core::before {
  position: absolute;
  width: min(88%, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96), rgba(213, 217, 217, 0.38) 34%, rgba(68, 75, 78, 0.07) 58%, transparent 72%);
  filter: blur(3px);
  content: "";
}

.logo-core::after {
  position: absolute;
  width: min(72%, 460px);
  height: min(20%, 110px);
  top: 31%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  filter: blur(12px);
  opacity: 0.52;
  content: "";
}

.logo-core img {
  position: relative;
  z-index: 2;
  width: min(82%, 455px);
  height: auto;
  border-radius: 28px;
  filter: saturate(0.74) contrast(1.16) drop-shadow(0 20px 24px rgba(24, 27, 28, 0.18));
  box-shadow:
    0 38px 96px rgba(31, 34, 35, 0.23),
    0 0 0 1px rgba(255, 255, 255, 0.22);
}

.hero-object figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  max-width: 510px;
  margin: auto;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
  text-align: center;
}

.section-kicker {
  max-width: 860px;
  margin-bottom: 36px;
}

.section-kicker p {
  max-width: 700px;
}

.ecosystem,
.engineering,
.audience,
.technology,
.proof,
.final-cta,
.faq {
  padding-block: 78px;
}

.ecosystem-grid {
  display: grid;
  gap: 12px;
}

.metal-card,
.quiet-card,
details {
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(224, 228, 228, 0.36)),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 48px rgba(33, 36, 37, 0.065);
  backdrop-filter: blur(18px);
}

.metal-card {
  min-height: 210px;
  padding: 24px;
  border-radius: 18px;
}

.line-icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 48px;
  border: 1px solid rgba(67, 73, 75, 0.26);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(190, 196, 198, 0.42));
}

.line-icon::after {
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(67, 73, 75, 0.38);
  border-radius: inherit;
  content: "";
}

.icon-node::after {
  inset: 8px;
  border-style: dashed;
}

.icon-flow {
  border-radius: 12px;
}

.icon-shield::after {
  border-radius: 8px 8px 14px 14px;
}

.icon-layer::after {
  inset: 14px 7px;
  border-radius: 999px;
}

.icon-spark::after {
  inset: 10px;
  transform: rotate(45deg);
  border-radius: 3px;
}

.blueprint {
  display: grid;
  gap: 30px;
}

.blueprint-copy {
  max-width: 520px;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--graphite);
  font-size: 0.88rem;
  font-weight: 760;
}

.layer-stack {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 430px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(205, 210, 211, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(190, 196, 198, 0.2));
  box-shadow: var(--shadow);
}

.layer-stack::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(67, 73, 75, 0.09);
  border-radius: 20px;
  content: "";
}

.stack-layer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(205, 210, 211, 0.32));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 32px rgba(35, 39, 40, 0.055);
}

.stack-layer:nth-child(2n) {
  transform: translateX(16px);
}

.stack-layer:nth-child(3n) {
  transform: translateX(-10px);
}

.stack-layer span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stack-layer strong {
  font-size: 0.92rem;
}

.anti-guru {
  margin-block: 78px;
  padding-block: 78px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, #171a1b 0%, #383f41 56%, #111314 100%);
  color: var(--ice);
}

.anti-guru .eyebrow {
  color: rgba(238, 240, 239, 0.62);
}

.anti-grid {
  display: grid;
  gap: 26px;
}

.anti-grid h2,
.anti-grid p {
  color: var(--ice);
}

.anti-grid h2 {
  font-size: clamp(2.25rem, 6.4vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.018em;
}

.anti-grid p {
  max-width: 620px;
  color: rgba(251, 251, 248, 0.74);
}

.audience-grid {
  display: grid;
  gap: 12px;
}

.quiet-card {
  min-height: 118px;
  padding: 22px;
  border-radius: 18px;
  color: var(--graphite);
  font-size: 1.04rem;
  font-weight: 680;
  line-height: 1.42;
}

.tech-panel,
.cta-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(211, 216, 217, 0.4)),
    rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.tech-panel {
  display: grid;
  gap: 26px;
  padding: 30px;
}

.module-system {
  position: relative;
  min-height: 320px;
}

.module {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 120px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(194, 200, 202, 0.36));
  color: var(--graphite);
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(35, 38, 39, 0.08);
}

.module-a {
  left: 4%;
  top: 16%;
}

.module-b {
  right: 8%;
  top: 8%;
}

.module-c {
  left: 18%;
  bottom: 12%;
}

.module-d {
  right: 4%;
  bottom: 24%;
}

.system-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(67, 73, 75, 0.22), transparent);
}

.line-a {
  left: 14%;
  right: 14%;
  top: 48%;
  transform: rotate(-8deg);
}

.line-b {
  left: 19%;
  right: 18%;
  top: 52%;
  transform: rotate(18deg);
}

.proof-strip {
  display: grid;
  gap: 10px;
}

.proof-strip span {
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  color: var(--graphite);
  font-weight: 720;
}

.cta-surface {
  padding: 32px;
}

.cta-surface p {
  max-width: 660px;
  margin-bottom: 26px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border-radius: 16px;
}

summary {
  cursor: pointer;
  padding: 20px;
  color: var(--graphite);
  font-weight: 730;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  float: right;
  color: var(--gunmetal);
  content: "+";
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.site-footer {
  display: grid;
  gap: 16px;
  padding-block: 38px 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer > span {
  font-size: 0.88rem;
}

.lcmd-page-content {
  min-height: 55vh;
  padding-block: 96px;
}

.lcmd-page-content > * {
  max-width: 860px;
}

.reveal {
  opacity: 0.72;
  transform: translateY(14px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-float] {
  transition: transform 600ms ease;
}

@media (min-width: 560px) {
  .hero-actions {
    display: flex;
    align-items: center;
  }

  .button {
    width: auto;
  }

  .ecosystem-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 860px) {
  .site-header,
  .section-shell {
    width: min(100% - 56px, 1180px);
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 650;
  }

  .desktop-nav a:hover {
    color: var(--graphite);
  }

  .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(28, 31, 32, 0.12);
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(220, 224, 224, 0.52));
    color: var(--graphite);
    font-size: 0.79rem;
    font-weight: 760;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
  }

  .hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.9fr);
    gap: 68px;
    padding-block: 76px 76px;
  }

  h1 {
    max-width: 12.7ch;
    font-size: clamp(3.65rem, 5vw, 5.35rem);
  }

  .hero-object {
    min-height: min(660px, calc(100svh - 124px));
  }

  .ecosystem,
  .engineering,
  .audience,
  .technology,
  .proof,
  .final-cta,
  .faq {
    padding-block: 104px;
  }

  .ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .blueprint {
    grid-template-columns: 0.42fr 0.58fr;
    align-items: center;
    gap: 52px;
  }

  .anti-grid {
    grid-template-columns: 0.95fr 1fr;
    align-items: end;
  }

  .audience-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tech-panel {
    grid-template-columns: 0.82fr 1fr;
    align-items: center;
    min-height: 500px;
    padding: 42px;
  }

  .proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cta-surface {
    padding: 46px;
  }

  .faq-list {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer {
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
}

@media (min-width: 783px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
