@font-face {
  font-family: "Elms Sans";
  src: url("assets/fonts/ElmsSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0b0b0a;
  --ink-2: #141411;
  --ink-3: #202018;
  --cream: #f7f7f2;
  --paper: #eeeee6;
  --muted: #77776f;
  --muted-dark: #a6a69a;
  --line: rgba(255, 255, 255, 0.13);
  --line-dark: rgba(11, 11, 10, 0.14);
  --yellow: #ecd444;
  --yellow-2: #ffcb18;
  --red: #f94b45;
  --green: #34d178;
  --radius: 8px;
  --max: 1220px;
  --font-body: "Elms Sans", Arial, sans-serif;
  --weight-regular: 450;
  --weight-medium: 650;
  --weight-bold: 800;
  --weight-black: 900;
  --text-caption: 0.8125rem;
  --text-small: 0.875rem;
  --text-body: 1rem;
  --text-lead: clamp(1.0625rem, 0.7vw + 0.95rem, 1.25rem);
  --text-h3: clamp(1.35rem, 1.45vw + 1rem, 1.95rem);
  --text-h2: clamp(2.25rem, 4.1vw, 4.85rem);
  --text-hero: clamp(3.15rem, 7.2vw, 5.75rem);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f2f2eb;
  color: var(--cream);
  font-family: var(--font-body);
  font-kerning: normal;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
}

:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

body::selection {
  background: var(--yellow);
  color: var(--ink);
}

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

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

button,
input,
select {
  font: inherit;
}

.cursor-light {
  position: fixed;
  inset: auto;
  left: 0;
  top: 0;
  z-index: 0;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(236, 212, 68, 0.16), transparent 65%);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms var(--ease-out);
}

body.has-pointer .cursor-light {
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(calc(100% - 32px), var(--max));
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(9, 9, 7, 0.72);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out);
}

.site-header.is-scrolled {
  background: rgba(9, 9, 7, 0.94);
  border-color: rgba(236, 212, 68, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: var(--weight-black);
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 6px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: var(--weight-black);
}

.brand-name {
  color: var(--cream);
  font-size: 1.125rem;
}

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

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(247, 247, 242, 0.68);
  font-size: var(--text-small);
  font-weight: var(--weight-medium);
  transition: color 160ms var(--ease-out), background 160ms var(--ease-out);
}

.nav-links a:hover {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
  min-height: 42px;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: var(--yellow);
  color: var(--ink);
  font-size: var(--text-small);
  font-weight: var(--weight-black);
}

.mobile-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 30;
  display: none;
  min-height: 52px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--yellow);
  color: var(--ink);
  font-weight: var(--weight-black);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.26);
}

.section-pad {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
  padding: clamp(88px, 11vw, 150px) 0;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100dvh;
  place-items: center;
  padding: 128px 16px 20px;
  isolation: isolate;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--ink);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
  filter: saturate(1.05) contrast(1.08);
  transform: scale(1.03);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(236, 212, 68, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(5, 5, 4, 0.62), rgba(5, 5, 4, 0.92) 72%, #0a0a08 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 45%, rgba(0, 0, 0, 0.78));
}

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

.hero-proof,
.label {
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: var(--text-caption);
  font-weight: var(--weight-black);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

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

h1 {
  max-width: 1120px;
  margin: 0 auto 28px;
  color: var(--cream);
  font-size: var(--text-hero);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 0;
  color: inherit;
  font-size: var(--text-h2);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

h3 {
  margin-bottom: 12px;
  font-size: var(--text-h3);
  line-height: 1.12;
  letter-spacing: 0;
}

.dynamic-word {
  position: relative;
  display: inline-block;
  min-width: 3.6em;
  color: var(--yellow);
  transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.dynamic-word.is-changing {
  opacity: 0;
  transform: translateY(12px);
}

.hero-text {
  max-width: 760px;
  margin: 0 auto 30px;
  color: rgba(247, 247, 242, 0.78);
  font-size: var(--text-lead);
  font-weight: var(--weight-regular);
  line-height: 1.6;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 20px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: var(--weight-black);
  line-height: 1;
  transition: transform 160ms var(--ease-out), background 160ms var(--ease-out), color 160ms var(--ease-out), border-color 160ms var(--ease-out);
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.38) 45%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform 620ms var(--ease-out);
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: var(--yellow);
  color: var(--ink);
}

.btn-primary:hover {
  background: var(--yellow-2);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
}

.btn-ghost:hover {
  border-color: rgba(236, 212, 68, 0.6);
  background: rgba(236, 212, 68, 0.12);
}

.btn-ghost.dark {
  border-color: rgba(11, 11, 10, 0.2);
  color: var(--ink);
  background: rgba(11, 11, 10, 0.04);
}

.hero-device {
  position: relative;
  z-index: 2;
  width: min(100%, 970px);
  min-height: 320px;
  margin: 0 auto;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.device-phone,
.device-admin,
.device-qr {
  position: absolute;
  border-radius: var(--radius);
  background: #111;
  transform-style: preserve-3d;
}

.device-phone {
  left: 4%;
  top: 0;
  width: min(24vw, 205px);
  min-width: 150px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
  transform: rotateX(8deg) rotateY(-18deg) rotateZ(4deg);
}

.device-phone img {
  overflow: hidden;
  border-radius: 7px;
}

.device-admin {
  right: 2%;
  top: 54px;
  width: min(64vw, 620px);
  padding: 10px;
  border: 1px solid rgba(236, 212, 68, 0.2);
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.54);
  transform: rotateX(9deg) rotateY(16deg) rotateZ(-2deg);
}

.device-admin img {
  width: 100%;
  border-radius: 5px;
}

.device-qr {
  right: 11%;
  bottom: 40px;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border: 1px solid rgba(236, 212, 68, 0.32);
  background:
    linear-gradient(90deg, #111 7px, transparent 7px) 0 0 / 22px 22px,
    linear-gradient(#111 7px, transparent 7px) 0 0 / 22px 22px,
    var(--yellow);
  color: var(--ink);
  box-shadow: 0 22px 60px rgba(236, 212, 68, 0.2);
  transform: rotateX(10deg) rotateY(-24deg) rotateZ(8deg) translateZ(70px);
}

.device-qr span {
  font-size: 2.375rem;
  font-weight: var(--weight-black);
}

.device-qr b {
  align-self: start;
  margin-top: -18px;
  font-size: 0.75rem;
}

.marquee {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--yellow);
  color: var(--ink);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.marquee span {
  padding: 20px 34px;
  font-size: clamp(1.0625rem, 1.55vw, 1.45rem);
  font-weight: var(--weight-black);
  white-space: nowrap;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.product-lab,
.feature-bento,
.workflow,
.admin-proof {
  position: relative;
  background: #f2f2eb;
  color: var(--ink);
}

.product-lab {
  padding-top: clamp(54px, 6vw, 86px);
}

.section-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.62fr);
  column-gap: clamp(26px, 5vw, 72px);
  row-gap: 14px;
  align-items: end;
  margin-bottom: clamp(44px, 7vw, 76px);
}

.section-lead .label {
  grid-column: 1;
  margin-bottom: 0;
}

.section-lead h2 {
  grid-column: 1;
  max-width: 12ch;
}

.section-lead > p:not(.label) {
  grid-column: 2;
  grid-row: 2;
  max-width: 54ch;
  align-self: end;
}

.section-lead p:not(.label),
.pilot-head > p,
.sticky-copy p,
.plans-head + p,
.final-panel p,
.bento-card p,
.step-card p,
.plan-card p,
.plan-card li {
  color: #55554d;
  font-size: var(--text-body);
  line-height: 1.58;
  text-wrap: pretty;
}

.section-lead .label,
.pilot .label,
.workflow .label,
.plans .label,
.final-cta .label,
.admin-proof .label {
  color: #927f00;
}

.system-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
  gap: 14px;
  min-height: 560px;
  padding: clamp(16px, 2.4vw, 28px);
  border: 1px solid rgba(11, 11, 10, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(236, 212, 68, 0.08), transparent 34%),
    #11110d;
  color: var(--cream);
}

.system-card {
  position: relative;
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.system-card h3 {
  max-width: 12ch;
  margin-bottom: 14px;
  color: var(--yellow);
}

.system-card p {
  max-width: 45ch;
  margin: 0;
  color: rgba(247, 247, 242, 0.72);
}

.system-kicker {
  display: inline-flex;
  min-width: 44px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  padding: 0 12px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-size: var(--text-small);
  font-weight: var(--weight-black);
  font-variant-numeric: tabular-nums;
}

.system-landing,
.system-admin {
  align-self: stretch;
}

.system-menu {
  grid-row: span 2;
  display: grid;
  grid-template-columns: minmax(150px, 0.48fr) minmax(0, 0.52fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 46%, rgba(236, 212, 68, 0.16), transparent 18rem),
    #080807;
}

.system-phone {
  width: min(100%, 245px);
  justify-self: center;
  padding: 9px;
  border: 1px solid rgba(236, 212, 68, 0.32);
  border-radius: 30px;
  background: #050505;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

.system-phone img {
  border-radius: 22px;
}

.system-flow {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  pointer-events: none;
}

.system-flow span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(236, 212, 68, 0.22);
  background: rgba(236, 212, 68, 0.08);
  color: rgba(247, 247, 242, 0.62);
  font-size: var(--text-small);
  font-weight: var(--weight-bold);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  gap: 14px;
}

.bento-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line-dark);
}

.bento-wide {
  grid-column: span 7;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 28px;
  align-items: center;
  min-height: 520px;
  background: var(--ink);
  color: var(--cream);
}

.bento-wide p:not(.label) {
  color: rgba(247, 247, 242, 0.72);
}

.bento-wide .label {
  color: var(--yellow);
}

.bento-phone {
  width: 220px;
  padding: 8px;
  border-radius: 28px;
  background: #050505;
  transform: rotate(-4deg);
}

.bento-phone img {
  border-radius: 20px;
}

.bento-dark {
  grid-column: span 5;
  background: #11110d;
  color: var(--cream);
}

.bento-dark p {
  color: rgba(247, 247, 242, 0.68);
}

.bento-dark img {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.bento-yellow {
  grid-column: span 4;
  min-height: 300px;
  background: var(--yellow);
}

.bento-yellow p {
  color: rgba(11, 11, 10, 0.72);
}

.bento-screen {
  grid-column: span 8;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
  min-height: 300px;
}

.bento-screen img {
  border-radius: 6px;
  border: 1px solid var(--line-dark);
}

.pilot {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max)) / 2));
  background: #0b0b0a;
  color: var(--cream);
}

.pilot-head {
  display: grid;
  grid-template-columns: 1fr 0.52fr;
  gap: clamp(26px, 5vw, 72px);
  align-items: end;
  width: min(100%, var(--max));
  margin: 0 auto clamp(42px, 6vw, 72px);
}

.pilot-head > p {
  color: rgba(247, 247, 242, 0.7);
}

.pilot-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  width: min(100%, var(--max));
  margin: 0 auto;
  align-items: start;
}

.pilot-browser {
  position: relative;
  height: clamp(520px, 50vw, 680px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #050505;
}

.pilot-browser img {
  width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  animation: landing-pan 22s var(--ease-in-out) infinite alternate;
}

@keyframes landing-pan {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% + clamp(520px, 50vw, 680px)));
  }
}

.pilot-stack {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
  max-height: calc(100dvh - 124px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(236, 212, 68, 0.6) rgba(255, 255, 255, 0.08);
}

.pilot-stack::-webkit-scrollbar {
  width: 8px;
}

.pilot-stack::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.pilot-stack::-webkit-scrollbar-thumb {
  background: rgba(236, 212, 68, 0.62);
  border-radius: 999px;
}

.pilot-phone {
  margin: 0;
  padding: 8px;
  border-radius: 28px;
  background: #050505;
  color: rgba(247, 247, 242, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pilot-phone img {
  border-radius: 20px;
}

.pilot-phone figcaption,
.admin-shot figcaption {
  padding: 14px 4px 4px;
  font-size: var(--text-small);
  line-height: 1.4;
}

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

.step-card {
  min-height: 250px;
  padding: 26px;
  background: #f7f7f2;
}

.step-card span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 46px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-weight: var(--weight-black);
}

.admin-proof {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.sticky-copy {
  position: sticky;
  top: 120px;
}

.admin-gallery {
  display: grid;
  gap: 18px;
}

.admin-shot {
  margin: 0;
  padding: 10px;
  border-radius: var(--radius);
  background: #0b0b0a;
  color: rgba(247, 247, 242, 0.72);
}

.admin-shot img {
  border-radius: 5px;
}

.plans {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max)) / 2));
  background: var(--yellow);
  color: var(--ink);
}

.plans-head {
  width: min(100%, var(--max));
  margin: 0 auto 42px;
}

.plans-intro {
  max-width: 62ch;
  margin: 22px 0 0;
  color: rgba(11, 11, 10, 0.72);
  font-size: var(--text-lead);
  line-height: 1.58;
  text-wrap: pretty;
}

.plans .label {
  color: rgba(11, 11, 10, 0.72);
}

.plan-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.delivery-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(100%, var(--max));
  margin: 0 auto 16px;
  border: 1px solid rgba(11, 11, 10, 0.16);
  background: rgba(11, 11, 10, 0.16);
}

.delivery-timeline article {
  min-width: 0;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.48);
}

.delivery-timeline span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  font-weight: var(--weight-black);
}

.delivery-timeline h3 {
  max-width: 14ch;
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 1.45vw + 0.95rem, 1.85rem);
  line-height: 1.12;
}

.delivery-timeline p {
  margin: 0;
  color: rgba(11, 11, 10, 0.7);
  font-size: 0.98rem;
  line-height: 1.52;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 580px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--radius);
  min-width: 0;
}

.plan-main {
  background: #0b0b0a;
  color: var(--cream);
}

.plan-main p,
.plan-main li,
.plan-main .plan-price span,
.plan-main .plan-ideal {
  color: rgba(247, 247, 242, 0.72);
}

.plan-secondary {
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(11, 11, 10, 0.14);
}

.plan-tag {
  align-self: flex-start;
  margin-bottom: 46px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: var(--text-small);
  font-weight: var(--weight-black);
}

.plan-secondary .plan-tag {
  background: var(--ink);
  color: var(--cream);
}

.plan-card h3 {
  max-width: 11ch;
  font-size: clamp(2.15rem, 3.75vw, 3.85rem);
  line-height: 1;
  text-wrap: balance;
}

.plan-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0 4px;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  color: rgba(247, 247, 242, 0.18);
  font-variant-numeric: tabular-nums;
}

.plan-secondary .plan-price {
  color: rgba(11, 11, 10, 0.16);
}

.plan-price div {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.plan-secondary .plan-price div {
  background: rgba(255, 255, 255, 0.46);
}

.plan-price span {
  display: block;
  margin-bottom: 10px;
  color: rgba(11, 11, 10, 0.66);
  font-size: var(--text-caption);
  font-weight: var(--weight-bold);
  line-height: 1.3;
}

.plan-price b {
  display: block;
  color: currentColor;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: var(--weight-black);
  line-height: 1;
}

.plan-main .plan-price b {
  color: var(--cream);
}

.plan-secondary .plan-price b {
  color: var(--ink);
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 22px;
  font-size: 0.96rem;
  line-height: 1.46;
}

.plan-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.78;
}

.plan-card .btn {
  width: fit-content;
  margin-top: 28px;
}

.plan-ideal {
  margin: auto 0 0;
  padding-top: 20px;
  border-top: 1px solid currentColor;
  color: rgba(11, 11, 10, 0.72);
  font-size: 0.96rem;
  line-height: 1.52;
  text-wrap: pretty;
}

.final-cta {
  padding: clamp(90px, 12vw, 160px) 16px;
  background:
    radial-gradient(circle at 70% 20%, rgba(236, 212, 68, 0.18), transparent 28rem),
    #0b0b0a;
}

.final-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  gap: clamp(28px, 6vw, 82px);
  width: min(100%, var(--max));
  margin: 0 auto;
  align-items: start;
}

.final-panel h2 {
  color: var(--cream);
}

.final-panel p {
  max-width: 62ch;
  color: rgba(247, 247, 242, 0.72);
  font-size: var(--text-body);
  line-height: 1.6;
  text-wrap: pretty;
}

.final-cta .label {
  color: var(--yellow);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(247, 247, 242, 0.78);
  font-size: var(--text-small);
  font-weight: var(--weight-bold);
}

.form-note,
.form-status {
  margin: 0;
  color: rgba(247, 247, 242, 0.7);
  font-size: var(--text-small);
  line-height: 1.45;
}

.form-status {
  min-height: 1.45em;
}

.form-status.is-error {
  color: #ffb4aa;
}

.form-status.is-success {
  color: var(--yellow);
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #080807;
  color: var(--cream);
}

.lead-form input::placeholder {
  color: rgba(247, 247, 242, 0.58);
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 2px solid rgba(236, 212, 68, 0.55);
  border-color: var(--yellow);
}

.lead-form button {
  width: 100%;
  border: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px max(16px, calc((100% - var(--max)) / 2)) 44px;
  background: #0b0b0a;
  color: rgba(247, 247, 242, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: transform 700ms var(--ease-out), opacity 700ms var(--ease-out), filter 700ms var(--ease-out);
}

body.motion-ready .reveal {
  opacity: 1;
  transform: translateY(18px) scale(0.99);
  filter: none;
}

body.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, auto) minmax(0, auto);
    justify-content: space-between;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-device {
    min-height: 430px;
    overflow: hidden;
  }

  .device-phone {
    left: 0;
    width: 190px;
  }

  .device-admin {
    right: 0;
    top: 148px;
    width: 82%;
  }

  .device-qr {
    right: 4%;
    bottom: 24px;
  }

  .section-lead,
  .pilot-head,
  .pilot-stage,
  .admin-proof,
  .plan-grid,
  .delivery-timeline,
  .final-panel {
    grid-template-columns: 1fr;
  }

  .section-lead .label,
  .section-lead h2,
  .section-lead > p:not(.label) {
    grid-column: auto;
    grid-row: auto;
    max-width: 100%;
  }

  .system-map {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .system-menu {
    grid-row: auto;
  }

  .system-flow {
    position: static;
    margin-top: 14px;
  }

  .bento-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .bento-wide,
  .bento-dark,
  .bento-yellow,
  .bento-screen {
    grid-column: span 6;
  }

  .pilot-browser {
    height: 620px;
  }

  @keyframes landing-pan {
    to {
      transform: translateY(calc(-100% + 620px));
    }
  }

  .pilot-stack {
    position: static;
    max-height: none;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .sticky-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    gap: 8px;
    padding: 8px;
  }

  .nav-cta {
    display: none;
  }

  .mobile-sticky-cta {
    display: grid;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
  }

  .brand-name {
    min-width: 0;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding: 104px 12px 24px;
  }

  h1 {
    max-width: 10.8ch;
    font-size: clamp(2.45rem, 10.5vw, 3.45rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(2.05rem, 9.2vw, 3.45rem);
  }

  .hero-actions,
  .final-panel .btn {
    display: grid;
    width: 100%;
  }

  .hero-proof,
  .hero-text {
    width: min(100%, 350px);
    margin-inline: auto;
  }

  .hero-proof {
    font-size: 0.75rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
  }

  .hero-device {
    width: min(100%, 370px);
    min-height: 360px;
    margin-top: 12px;
    overflow: hidden;
  }

  .device-phone {
    left: 10px;
    top: 12px;
    width: 150px;
    min-width: 0;
    transform: rotate(-4deg);
  }

  .device-admin {
    left: 96px;
    right: auto;
    top: 148px;
    width: min(73vw, 300px);
    transform: rotate(1deg);
  }

  .device-qr {
    right: 4px;
    bottom: 28px;
    width: 88px;
    height: 88px;
    transform: rotate(6deg);
  }

  .device-qr span {
    font-size: 1.75rem;
  }

  .device-qr b {
    margin-top: -14px;
    font-size: 0.625rem;
  }

  .section-pad {
    width: calc(100% - 24px);
    padding: 78px 0;
  }

  .bento-wide,
  .bento-screen {
    grid-template-columns: 1fr;
  }

  .bento-phone {
    justify-self: start;
  }

  .system-menu {
    grid-template-columns: 1fr;
  }

  .system-phone {
    justify-self: start;
    width: min(72vw, 220px);
  }

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

  .bento-card {
    min-height: auto;
  }

  .bento-dark {
    min-height: 430px;
  }

  .pilot {
    padding-inline: 12px;
  }

  .pilot-browser {
    height: 520px;
  }

  @keyframes landing-pan {
    to {
      transform: translateY(calc(-100% + 520px));
    }
  }

  .pilot-stack,
  .workflow-rail {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: auto;
  }

  .step-card span {
    margin-bottom: 44px;
  }

  .plans {
    padding-inline: 12px;
  }

  .delivery-timeline article {
    padding: 22px;
  }

  .delivery-timeline h3 {
    max-width: none;
  }

  .plan-card {
    min-height: auto;
  }

  .plan-card .btn {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 12px;
  }
}

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

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

  .cursor-light {
    display: none;
  }
}

/* Operational premium landing refresh */
.op-page {
  background: #f8f7ef;
  color: var(--ink);
}

.op-page ~ .site-footer,
body:has(.op-page) .site-header {
  border-color: rgba(11, 11, 10, 0.12);
  background: rgba(248, 247, 239, 0.9);
  color: var(--ink);
}

body:has(.op-page) .site-header.is-scrolled {
  background: rgba(248, 247, 239, 0.96);
  border-color: rgba(11, 11, 10, 0.16);
}

body:has(.op-page) .brand-name,
body:has(.op-page) .nav-links a {
  color: var(--ink);
}

body:has(.op-page) .nav-links a {
  opacity: 0.68;
}

body:has(.op-page) .nav-links a:hover {
  opacity: 1;
  background: rgba(11, 11, 10, 0.06);
}

body:has(.op-page) .nav-cta {
  background: var(--ink);
  color: var(--cream);
}

.op-page img {
  width: 100%;
  height: auto;
}

.op-label {
  margin: 0 0 16px;
  color: #9b8500;
  font-size: var(--text-caption);
  font-weight: var(--weight-black);
  line-height: 1.35;
}

.op-section {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
  padding: clamp(78px, 10vw, 136px) 0;
}

.op-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  column-gap: clamp(28px, 6vw, 82px);
  row-gap: 14px;
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 64px);
}

.op-section-head .op-label {
  grid-column: 1;
  margin-bottom: 0;
}

.op-section-head h2 {
  grid-column: 1;
  max-width: 12ch;
  margin: 0;
  color: var(--ink);
  font-size: var(--text-h2);
  line-height: 1;
}

.op-section-head p:not(.op-label) {
  grid-column: 2;
  grid-row: 2;
  max-width: 58ch;
  margin: 0;
  color: #55554d;
  line-height: 1.6;
}

.op-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  width: min(calc(100% - 32px), var(--max));
  min-height: 100dvh;
  margin-inline: auto;
  padding: clamp(118px, 12vw, 148px) 0 clamp(44px, 7vw, 82px);
}

.op-hero-copy h1 {
  max-width: 13ch;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(3rem, 5.4vw, 5.15rem);
  line-height: 1.02;
  text-wrap: balance;
}

.op-hero-copy > p:not(.op-label) {
  max-width: 58ch;
  margin: 0 0 28px;
  color: #4f4f48;
  font-size: var(--text-lead);
  line-height: 1.62;
}

.op-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.op-hero-visual {
  position: relative;
  min-height: 520px;
}

.op-admin-shot,
.op-phone-shot,
.op-quote {
  position: absolute;
  border-radius: var(--radius);
  background: #0b0b0a;
}

.op-admin-shot {
  right: 0;
  top: 38px;
  width: min(86%, 690px);
  padding: 14px 14px 36px;
  border: 1px solid rgba(11, 11, 10, 0.18);
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(11, 11, 10, 0.2);
}

.op-admin-shot::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -18px;
  height: 18px;
  border-radius: 0 0 18px 18px;
  background: #1b1b17;
}

.op-admin-shot img {
  border-radius: 5px;
}

.op-phone-shot {
  left: 7%;
  top: 190px;
  z-index: 2;
  width: min(28%, 190px);
  padding: 8px;
  border: 1px solid rgba(236, 212, 68, 0.34);
  box-shadow: 0 22px 58px rgba(11, 11, 10, 0.22);
}

.op-phone-shot img {
  border-radius: 7px;
}

.op-quote {
  right: 4%;
  bottom: 70px;
  z-index: 3;
  display: grid;
  width: 138px;
  min-height: 162px;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(11, 11, 10, 0.2);
  background:
    linear-gradient(90deg, #111 8px, transparent 8px) 0 0 / 24px 24px,
    linear-gradient(#111 8px, transparent 8px) 0 0 / 24px 24px,
    var(--yellow);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 18px 50px rgba(11, 11, 10, 0.2);
}

.op-quote b {
  color: var(--ink);
  font-size: 2.45rem;
  line-height: 1;
}

.op-quote span {
  max-width: 12ch;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: var(--weight-black);
  line-height: 1.2;
  text-transform: uppercase;
}

.op-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  border-block: 1px solid rgba(11, 11, 10, 0.12);
  background: transparent;
  color: var(--ink);
}

.op-strip > article {
  display: grid;
  gap: 4px;
  min-height: 86px;
  place-items: center;
  padding: 0 18px;
  border-inline-end: 1px solid rgba(11, 11, 10, 0.12);
  text-align: center;
}

.op-strip b {
  font-weight: var(--weight-black);
}

.op-strip small {
  color: #68685f;
  font-size: 0.8rem;
  line-height: 1.25;
}

.op-centered-head {
  max-width: 760px;
  margin: 0 auto clamp(34px, 5vw, 60px);
  text-align: center;
}

.op-centered-head h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(2.25rem, 4.4vw, 4.55rem);
  line-height: 1.02;
  text-wrap: balance;
}

.op-centered-head p {
  margin: 0;
  color: #66665e;
  font-size: var(--text-lead);
}

.op-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-block: 1px solid rgba(11, 11, 10, 0.16);
}

.op-capability-grid article {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border-inline-end: 1px solid rgba(11, 11, 10, 0.16);
}

.op-capability-grid span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: transparent;
  color: #9b8500;
  border: 1px solid rgba(155, 133, 0, 0.28);
  font-size: var(--text-small);
  font-weight: var(--weight-black);
}

.op-capability-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
}

.op-capability-grid p {
  margin: 0;
  color: #55554d;
  line-height: 1.55;
}

.op-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.op-compare article,
.op-system-grid article,
.op-outcome-grid article,
.op-process-list article {
  border: 1px solid rgba(11, 11, 10, 0.14);
  border-radius: var(--radius);
  background: #fbfbf6;
}

.op-compare article {
  padding: clamp(24px, 4vw, 42px);
}

.op-compare article:first-child {
  background: #e9e9df;
}

.op-compare span,
.op-system-grid span,
.op-plan-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: var(--text-small);
  font-weight: var(--weight-black);
}

.op-compare h3,
.op-system-grid h3,
.op-outcome-grid h3,
.op-process-list h3 {
  margin: 0 0 12px;
  color: var(--ink);
}

.op-compare p,
.op-system-grid p,
.op-outcome-grid p,
.op-process-list p,
.op-plan p {
  margin: 0;
  color: #55554d;
  line-height: 1.58;
}

.op-system-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.12fr 0.72fr;
  gap: 14px;
}

.op-system-grid article {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
}

.op-system-feature {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
  background: #0b0b0a !important;
}

.op-system-feature h3 {
  color: var(--yellow);
}

.op-system-feature p {
  color: rgba(247, 247, 242, 0.72);
}

.op-system-feature img {
  max-width: 210px;
  justify-self: center;
  border: 8px solid #050505;
  border-radius: 28px;
}

.op-pilot {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max)) / 2));
  background: #0b0b0a;
  color: var(--cream);
}

.op-pilot .op-section-head h2,
.op-contact h2 {
  color: var(--cream);
}

.op-pilot .op-section-head p:not(.op-label) {
  color: rgba(247, 247, 242, 0.7);
}

.op-pilot-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  width: min(100%, var(--max));
  margin-inline: auto;
  align-items: start;
}

.op-pilot-browser,
.op-pilot-aside figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #050505;
}

.op-pilot-browser {
  height: clamp(520px, 50vw, 680px);
}

.op-pilot-browser img {
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
  animation: landing-pan 22s var(--ease-in-out) infinite alternate;
}

.op-pilot-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
  max-height: calc(100dvh - 124px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.op-pilot-aside figure {
  padding: 8px;
  color: rgba(247, 247, 242, 0.74);
}

.op-pilot-aside img {
  border-radius: 20px;
}

.op-pilot-aside figcaption {
  padding: 14px 4px 4px;
  font-size: var(--text-small);
  line-height: 1.42;
}

.op-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.op-outcome-grid article {
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
}

.op-outcome-grid img {
  margin-top: 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(11, 11, 10, 0.12);
}

.op-plans {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max)) / 2));
  background: var(--yellow);
}

.op-plan-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 16px;
  width: min(100%, var(--max));
  margin-inline: auto;
}

.op-plan {
  display: flex;
  flex-direction: column;
  min-height: 680px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(11, 11, 10, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
}

.op-plan-featured {
  background: #0b0b0a;
  color: var(--cream);
}

.op-plan h3 {
  max-width: 12ch;
  margin: 0 0 24px;
  color: inherit;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1;
}

.op-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 4px 0 28px;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  color: rgba(11, 11, 10, 0.16);
  font-variant-numeric: tabular-nums;
}

.op-plan-featured .op-price {
  color: rgba(247, 247, 242, 0.18);
}

.op-price div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.38);
}

.op-plan-featured .op-price div {
  background: rgba(255, 255, 255, 0.06);
}

.op-price span {
  display: block;
  margin-bottom: 10px;
  color: #55554d;
  font-size: var(--text-caption);
  font-weight: var(--weight-bold);
}

.op-plan-featured .op-price span,
.op-plan-featured p,
.op-plan-featured li {
  color: rgba(247, 247, 242, 0.72);
}

.op-price b {
  display: block;
  color: var(--ink);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 1;
}

.op-plan-featured .op-price b {
  color: var(--cream);
}

.op-plan ul {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.op-plan li {
  position: relative;
  padding-left: 22px;
  color: #55554d;
  line-height: 1.45;
}

.op-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}

.op-plan .btn {
  width: fit-content;
  margin-top: 28px;
}

.op-plan > p {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid currentColor;
}

.op-process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(11, 11, 10, 0.14);
  background: rgba(11, 11, 10, 0.14);
}

.op-process-list article {
  padding: clamp(22px, 3vw, 30px);
  border: 0;
  border-radius: 0;
}

.op-process-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 44px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-weight: var(--weight-black);
}

.op-contact {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max)) / 2));
  background: #0b0b0a;
}

.op-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 6vw, 82px);
  width: min(100%, var(--max));
  margin-inline: auto;
}

.op-contact-panel > div > p:not(.op-label) {
  max-width: 58ch;
  color: rgba(247, 247, 242, 0.72);
  line-height: 1.6;
}

.op-contact .lead-form {
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 980px) {
  .op-hero,
  .op-section-head,
  .op-system-grid,
  .op-pilot-stage,
  .op-plan-grid,
  .op-contact-panel {
    grid-template-columns: 1fr;
  }

  .op-section-head .op-label,
  .op-section-head h2,
  .op-section-head p:not(.op-label) {
    grid-column: auto;
    grid-row: auto;
  }

  .op-hero {
    min-height: auto;
  }

  .op-hero-visual {
    min-height: 500px;
  }

  .op-system-feature,
  .op-compare,
  .op-outcome-grid,
  .op-process-list {
    grid-template-columns: 1fr;
  }

  .op-pilot-aside {
    position: static;
    max-height: none;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 680px) {
  .op-section {
    width: calc(100% - 24px);
    padding: 72px 0;
  }

  .op-hero {
    width: calc(100% - 24px);
    padding: 104px 0 52px;
  }

  .op-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 11vw, 3.5rem);
  }

  .op-hero-visual {
    min-height: 390px;
  }

  .op-phone-shot {
    width: 150px;
  }

  .op-admin-shot {
    top: 118px;
    width: min(78vw, 300px);
  }

  .op-quote {
    right: 0;
    bottom: 8px;
    width: min(86%, 300px);
  }

  .op-actions,
  .op-plan .btn {
    display: grid;
    width: 100%;
  }

  .op-strip > article {
    min-height: 58px;
    font-size: var(--text-small);
  }

  .op-system-feature {
    gap: 22px;
  }

  .op-system-feature img {
    justify-self: start;
    max-width: 190px;
  }

  .op-pilot {
    padding-inline: 12px;
  }

  .op-pilot-browser {
    height: 500px;
  }

  .op-pilot-aside {
    grid-template-columns: 1fr;
  }

  .op-plans,
  .op-contact {
    padding-inline: 12px;
  }

  .op-plan {
    min-height: auto;
  }

  .op-price {
    grid-template-columns: 1fr;
  }
}

/* Option 2 alignment: operational, light, product-led */
.theme-operational {
  background: #f8f7ef;
  color: var(--ink);
}

.theme-operational .cursor-light {
  background: radial-gradient(circle, rgba(236, 212, 68, 0.12), transparent 66%);
}

.theme-operational .site-header {
  top: 14px;
  border-color: rgba(11, 11, 10, 0.13);
  background: rgba(248, 247, 239, 0.9);
  color: var(--ink);
  box-shadow: none;
}

.theme-operational .site-header.is-scrolled {
  border-color: rgba(11, 11, 10, 0.18);
  background: rgba(250, 249, 242, 0.97);
}

.theme-operational .brand-name,
.theme-operational .nav-links a {
  color: var(--ink);
}

.theme-operational .nav-links a {
  opacity: 0.66;
}

.theme-operational .nav-links a:hover {
  opacity: 1;
  background: rgba(11, 11, 10, 0.055);
}

.theme-operational .nav-cta {
  background: var(--ink);
  color: #fffdf7;
}

.theme-operational .mobile-sticky-cta {
  background: var(--ink);
  color: #fffdf7;
}

.op-page {
  background:
    linear-gradient(180deg, #fbfaf4 0%, #f6f5ec 46%, #f8f7ef 100%);
}

.op-page .btn {
  border-radius: 6px;
}

.op-hero {
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  min-height: 86dvh;
  padding-top: clamp(124px, 12vw, 154px);
  padding-bottom: clamp(42px, 6vw, 72px);
}

.op-label {
  color: #9d8500;
  text-transform: none;
}

.op-hero-copy h1 {
  max-width: 14ch;
  font-size: clamp(3.05rem, 5.15vw, 5rem);
  letter-spacing: -0.03em;
}

.op-hero-copy > p:not(.op-label) {
  max-width: 51ch;
  color: #3f3f39;
}

.op-hero .btn-primary {
  background: var(--ink);
  color: #fffdf7;
}

.op-hero .btn-ghost.dark {
  border-color: transparent;
  background: transparent;
  color: var(--ink);
}

.op-hero .btn-ghost.dark:hover {
  background: rgba(11, 11, 10, 0.055);
}

.op-hero-visual {
  min-height: clamp(455px, 40vw, 560px);
}

.op-admin-shot,
.op-phone-shot,
.op-quote {
  box-shadow: none;
}

.op-admin-shot {
  top: 34px;
  right: 0;
  width: min(88%, 720px);
  padding: 12px 12px 34px;
  border-color: rgba(11, 11, 10, 0.2);
  background: #10100d;
}

.op-admin-shot::after {
  left: 12%;
  right: 12%;
  bottom: -16px;
  height: 16px;
  background: #22221c;
}

.op-phone-shot {
  top: 210px;
  left: 6%;
  width: min(29%, 188px);
  border-color: rgba(11, 11, 10, 0.22);
  background: #0b0b0a;
}

.op-quote {
  right: 2%;
  bottom: 44px;
  width: 142px;
  min-height: 160px;
  transform: rotate(4deg);
}

.op-strip {
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.18);
}

.op-strip > article {
  position: relative;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  min-height: 92px;
  place-items: initial;
  align-items: center;
  text-align: left;
}

.op-strip-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #8d7800;
}

.op-strip-icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.op-strip-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.op-strip b,
.op-strip small {
  grid-column: auto;
}

.op-strip b {
  align-self: end;
  line-height: 1.1;
}

.op-strip small {
  align-self: start;
  color: #5f5f57;
}

.op-problem {
  padding-top: clamp(78px, 9vw, 118px);
}

.op-centered-head h2 {
  max-width: 17ch;
  margin-inline: auto;
  font-size: clamp(2.25rem, 4.1vw, 4.8rem);
  letter-spacing: -0.03em;
}

.op-capability-grid {
  border-color: rgba(11, 11, 10, 0.13);
}

.op-capability-grid article {
  background: transparent;
}

.op-capability-grid span {
  min-width: 42px;
  min-height: 42px;
  justify-content: center;
  margin-bottom: 28px;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(236, 212, 68, 0.18);
  color: #8d7800;
}

.op-section-head h2,
.op-centered-head h2 {
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.op-system-grid article,
.op-outcome-grid article,
.op-process-list article {
  background: #fffdf7;
}

.op-system-feature {
  background: #10100d !important;
}

.op-plans {
  background: #f8f7ef;
}

.op-plans .op-section-head {
  display: block;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.op-plans .op-section-head h2 {
  max-width: 18ch;
  margin-inline: auto;
  font-size: clamp(2.1rem, 3.3vw, 3.75rem);
}

.op-plans .op-section-head p:not(.op-label) {
  max-width: 58ch;
  margin: 12px auto 0;
}

.op-plan-grid {
  max-width: 900px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.op-plan {
  min-height: 0;
  padding: clamp(24px, 3vw, 34px);
  border-color: rgba(11, 11, 10, 0.18);
  background: #fffdf7;
  color: var(--ink);
}

.op-plan-featured {
  border-color: rgba(157, 133, 0, 0.5);
  background: linear-gradient(180deg, var(--yellow) 0 118px, #fffdf7 118px 100%);
  color: var(--ink);
}

.op-plan-tag {
  display: block;
  min-height: 0;
  margin-bottom: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.05;
}

.op-plan h3 {
  max-width: none;
  margin-bottom: 22px;
  color: #24241f;
  font-size: 0.96rem;
  line-height: 1.35;
}

.op-plan-featured h3 {
  color: #2b2604;
}

.op-price {
  margin-bottom: 22px;
  border-color: rgba(11, 11, 10, 0.16);
  color: rgba(11, 11, 10, 0.16);
}

.op-plan-featured .op-price {
  color: rgba(11, 11, 10, 0.2);
}

.op-price div,
.op-plan-featured .op-price div {
  background: rgba(255, 255, 255, 0.42);
}

.op-plan-featured .op-price span,
.op-plan-featured p,
.op-plan-featured li,
.op-plan-featured .op-price b {
  color: var(--ink);
}

.op-plan li {
  color: #4e4e46;
  font-size: 0.93rem;
}

.op-plan li::before {
  top: 0.56em;
  width: 8px;
  height: 8px;
  background: var(--yellow);
}

.op-plan > p {
  margin-top: 12px;
  color: #55554d;
}

.op-plan .btn-primary {
  background: var(--ink);
  color: #fffdf7;
}

@media (max-width: 980px) {
  .op-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .op-hero-copy h1 {
    max-width: 16ch;
  }

  .op-capability-grid,
  .op-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .theme-operational .site-header {
    top: 10px;
  }

  .op-hero {
    width: calc(100% - 24px);
    padding-top: 104px;
  }

  .op-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.6rem, 12vw, 3.6rem);
  }

  .op-hero-visual {
    min-height: 392px;
  }

  .op-admin-shot {
    width: min(84vw, 360px);
  }

  .op-phone-shot {
    top: 168px;
    width: 146px;
  }

  .op-quote {
    bottom: 4px;
    width: 118px;
    min-height: 134px;
  }

  .op-quote b {
    font-size: 2rem;
  }

  .op-strip,
  .op-capability-grid,
  .op-plan-grid {
    grid-template-columns: 1fr;
  }

  .op-strip > article {
    min-height: 74px;
  }

  .op-capability-grid article,
  .op-strip > article {
    border-inline-end: 0;
    border-bottom: 1px solid rgba(11, 11, 10, 0.12);
  }
}
