:root {
  --bg: #0a0e13;
  --panel: #11171e;
  --panel-2: #151c24;
  --line: rgba(168, 188, 207, .14);
  --text: #f2f5f7;
  --muted: #8d99a6;
  --amber: #ffb43b;
  --amber-deep: #d98b10;
  --cyan: #27c2e4;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.ambient { position: absolute; border-radius: 50%; filter: blur(120px); opacity: .12; pointer-events: none; }
.ambient-a { width: 440px; height: 440px; top: 40px; right: -130px; background: var(--amber); }
.ambient-b { width: 360px; height: 360px; top: 720px; left: -220px; background: var(--cyan); }

.site-header {
  width: min(calc(100% - 48px), 1370px);
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Space Grotesk", sans-serif; font-weight: 600; letter-spacing: -.02em; }
.brand strong { color: var(--amber); }
.brand-mark { width: 36px; height: 36px; display: block; flex: 0 0 auto; }
.site-header nav { display: flex; gap: 34px; color: var(--muted); }
.site-header nav a,
.button-text,
.tester-link,
.site-footer > div a {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.site-header nav a::before { content: "/"; margin-right: 7px; color: rgba(255,180,59,.55); }
.site-header nav a:hover { color: var(--text); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 0; border-radius: 10px; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:disabled { cursor: wait; opacity: .62; transform: none; }
.button span { font-size: 18px; }
.button-primary { color: #17120a; background: var(--amber); box-shadow: 0 10px 36px rgba(255,180,59,.14); }
.button-primary:hover { transform: translateY(-2px); background: #ffc25d; box-shadow: 0 14px 42px rgba(255,180,59,.22); }
.button-small { min-height: 42px; padding: 0 17px; }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.025); color: #c6ced6; }
.button-ghost:hover { border-color: rgba(255,180,59,.45); color: var(--amber); }
.button-text { color: #b2bdc8; }
.button-text:hover { color: var(--text); }

.hero { min-height: 690px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; padding-block: 88px 76px; }
.eyebrow, .kicker { color: var(--amber); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 11px; border: 1px solid rgba(255,180,59,.24); border-radius: 999px; background: rgba(255,180,59,.06); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 5px rgba(255,180,59,.08); }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; line-height: 1.06; margin: 0; }
h1 { max-width: 640px; margin-top: 25px; font-size: clamp(48px, 5.25vw, 76px); letter-spacing: -.055em; }
h1 em { display: block; color: var(--amber); font-style: normal; }
.hero-lede { max-width: 600px; color: #a5b0ba; font-size: 18px; line-height: 1.7; margin: 26px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.hero-proof { display: flex; margin-top: 52px; }
.hero-proof > div { display: flex; flex-direction: column; gap: 2px; padding: 0 27px; border-left: 1px solid var(--line); }
.hero-proof > div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { font-size: 13px; }
.hero-proof span { color: #6f7c88; font-size: 11px; }

.hero-object { height: 530px; position: relative; perspective: 950px; }
.object-grid { position: absolute; inset: 35px -45px -25px 15px; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 34px 34px; transform: rotateX(67deg) rotateZ(-18deg); mask-image: radial-gradient(ellipse, #000 10%, transparent 72%); }
.enclosure-demo { position: absolute; inset: 40px 10px 25px 10px; transform-style: preserve-3d; transform: rotateX(59deg) rotateZ(-30deg); animation: drift 7s ease-in-out infinite; }
.demo-base { position: absolute; left: 13%; top: 39%; width: 74%; height: 45%; border-radius: 34px; background: linear-gradient(145deg, #34c9e9, #1287a1); border: 7px solid #3fd0ed; box-shadow: 45px 48px 80px rgba(0,0,0,.45), inset 0 0 0 17px rgba(5,47,58,.28); transform: translateZ(0); }
.demo-base:before { content: ""; position: absolute; inset: 30px; border-radius: 20px; background: #0c3e49; border: 3px solid rgba(255,255,255,.12); }
.demo-base i { position: absolute; width: 26px; height: 26px; background: #18a4c1; border: 5px solid #43d3ee; border-radius: 50%; z-index: 2; }
.demo-base i:nth-child(1) { left: 16px; top: 16px; }.demo-base i:nth-child(2) { right: 16px; top: 16px; }.demo-base i:nth-child(3) { left: 16px; bottom: 16px; }.demo-base i:nth-child(4) { right: 16px; bottom: 16px; }
.demo-lid { position: absolute; left: 10%; top: 10%; width: 78%; height: 41%; border-radius: 35px; background: linear-gradient(145deg, #ffc45c, #c77b09); border: 7px solid #f5ad31; box-shadow: 20px 30px 42px rgba(0,0,0,.4), inset 0 0 0 16px rgba(255,220,150,.12); transform: translateZ(118px); opacity: .92; }
.demo-lid:before { content: ""; position: absolute; inset: 25px; border-radius: 20px; border: 3px solid rgba(108,60,0,.35); }
.demo-lid span { position: absolute; width: 22px; height: 22px; border-radius: 50%; background: #e69a22; box-shadow: inset 0 0 0 5px rgba(255,210,115,.32); }
.demo-lid span:nth-child(1) { left: 19px; top: 18px; }.demo-lid span:nth-child(2) { right: 19px; top: 18px; }.demo-lid span:nth-child(3) { left: 19px; bottom: 18px; }.demo-lid span:nth-child(4) { right: 19px; bottom: 18px; }
.dimension { position: absolute; font-family: monospace; font-size: 11px; color: #a7b3bd; letter-spacing: .08em; padding: 6px 10px; border: 1px solid var(--line); border-radius: 6px; background: rgba(9,14,19,.82); }
.dimension-x { bottom: 34px; left: 20%; }.dimension-y { top: 85px; right: 4%; }
.object-tag { position: absolute; bottom: 16px; right: 2%; color: #687582; font-family: monospace; font-size: 9px; letter-spacing: .16em; }
@keyframes drift { 0%,100% { transform: rotateX(59deg) rotateZ(-30deg) translateY(0); } 50% { transform: rotateX(58deg) rotateZ(-28deg) translateY(-10px); } }

.product { padding-block: 110px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 80px; margin-bottom: 45px; }
.section-heading h2, .workflow h2, .beta h2 { margin-top: 12px; font-size: clamp(35px, 4vw, 55px); letter-spacing: -.045em; }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); }
.app-frame { overflow: hidden; border: 1px solid rgba(181,202,219,.18); border-radius: 15px; background: #10161d; box-shadow: 0 45px 100px rgba(0,0,0,.38); }
.frame-bar { height: 52px; padding: 0 18px; display: flex; align-items: center; border-bottom: 1px solid var(--line); background: #151c23; }
.frame-dots { display: flex; gap: 7px; }.frame-dots span { width: 8px; height: 8px; border-radius: 50%; background: #3c4854; }
.frame-address { margin: auto; display: flex; align-items: center; gap: 8px; color: #71808c; font-size: 11px; font-family: monospace; }.frame-address i { width: 7px; height: 7px; background: #49c17b; border-radius: 50%; }
.frame-live { color: #3bbf75; font-size: 9px; letter-spacing: .12em; }
.product-showcase { position: relative; height: 300vh; min-height: 1800px; }
.showcase-sticky { position: sticky; top: max(24px, calc(50vh - 270px)); z-index: 2; min-height: 540px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(270px, .65fr); gap: 65px; align-items: center; }
.product-stage { min-width: 0; }
.shot-stack { position: relative; aspect-ratio: 2.1157/1; overflow: hidden; background: #0b0f14; }
.shot-stack img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; transform: scale(1.012); transition: opacity .55s ease, transform .7s ease; }
.shot-stack img.active { opacity: 1; transform: scale(1); }
.stage-caption { min-height: 44px; display: flex; align-items: center; gap: 14px; color: #66737f; font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .095em; }
.stage-caption span:first-child { color: var(--amber); }
.story-steps { position: relative; min-height: 330px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-step { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 42px 0; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .35s ease, transform .45s ease; }
.story-step.active { opacity: 1; transform: translateY(0); }
.story-step > span { color: var(--amber); font-family: "JetBrains Mono", monospace; font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.story-step h3 { margin: 15px 0 13px; font-size: clamp(25px, 2.4vw, 36px); letter-spacing: -.04em; }
.story-step p { margin: 0; color: #87939e; font-size: 14px; line-height: 1.75; }
.story-track { position: absolute; inset: 0; z-index: 0; }
.story-trigger { display: block; height: 25%; }

.features { padding: 20px 0 120px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 285px; padding: 26px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(21,28,36,.96), rgba(13,18,24,.96)); }
.feature:after { content: ""; position: absolute; inset: auto -30% -70% 10%; height: 270px; border-radius: 50%; background: var(--cyan); opacity: .035; filter: blur(50px); }
.feature:nth-child(2):after { background: var(--amber); }
.feature-index { color: #52606c; font-family: monospace; font-size: 11px; }
.feature h3 { margin: 95px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.feature p { max-width: 510px; color: #8f9ba6; margin: 0; font-size: 13px; line-height: 1.65; }
.feature-icon { position: absolute; top: 42px; right: 28px; width: 120px; height: 82px; }
.icon-parametric i { position: absolute; border: 2px solid rgba(39,194,228,.55); width: 53px; height: 42px; transform: skewY(-22deg); }
.icon-parametric i:nth-child(1) { left: 4px; top: 29px; }.icon-parametric i:nth-child(2) { left: 31px; top: 15px; border-color: rgba(255,180,59,.65); }.icon-parametric i:nth-child(3) { left: 58px; top: 1px; }
.icon-lid i { position: absolute; inset: 14px 4px; border: 3px solid var(--amber); border-radius: 15px; transform: rotate(-11deg); box-shadow: inset 0 0 0 9px rgba(255,180,59,.08); }
.icon-lid i:after { content: ""; position: absolute; left: 18px; right: 18px; top: 22px; border-top: 2px dashed rgba(255,180,59,.4); }
.icon-port i { position: absolute; border: 3px solid var(--cyan); }.icon-port i:first-child { width: 53px; height: 53px; border-radius: 50%; left: 8px; top: 17px; box-shadow: inset 0 0 0 8px rgba(39,194,228,.08); }.icon-port i:last-child { width: 57px; height: 42px; border-radius: 7px; right: 0; bottom: 6px; border-color: var(--amber); }
.icon-library { display: grid; grid-template-columns: repeat(2, 35px); grid-auto-rows: 28px; gap: 6px; justify-content: end; align-content: center; }
.icon-library i { border: 2px solid rgba(39,194,228,.58); border-radius: 5px; background: rgba(39,194,228,.045); }
.icon-library i:nth-child(2), .icon-library i:nth-child(3) { border-color: rgba(255,180,59,.52); }
.icon-library b { position: absolute; right: -2px; bottom: 4px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #091016; background: var(--amber); font-size: 15px; }
.icon-support-free i { position: absolute; bottom: 15px; width: 20px; height: 48px; border: 2px solid var(--cyan); border-top: 0; }
.icon-support-free i:first-child { left: 9px; }.icon-support-free i:nth-child(2) { right: 9px; }
.icon-support-free b { position: absolute; left: 9px; right: 9px; top: 15px; height: 15px; border: 3px solid var(--amber); border-radius: 4px; transform: skewX(-18deg); box-shadow: 0 14px 0 -5px rgba(255,180,59,.42); }
.icon-export { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 5px; }
.icon-export span { width: 62px; padding: 5px 8px; border: 1px solid rgba(39,194,228,.42); border-radius: 5px; color: #8ca2b1; background: rgba(39,194,228,.035); font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .08em; text-align: center; }
.icon-export span:nth-child(2) { width: 78px; color: var(--amber); border-color: rgba(255,180,59,.56); background: rgba(255,180,59,.045); }

.outcome { margin-bottom: 120px; min-height: 540px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(135deg, rgba(21,28,36,.98), rgba(10,14,19,.98)); }
.outcome-copy { padding: 58px 0 58px 58px; }
.outcome-copy h2 { margin: 14px 0 20px; font-size: clamp(34px, 3.8vw, 52px); letter-spacing: -.045em; }
.outcome-copy > p { color: #8b98a3; font-size: 14px; }
.outcome-note { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); color: #707e89; font-family: "JetBrains Mono", monospace; font-size: 9px; line-height: 1.8; letter-spacing: .04em; }
.outcome-note span { margin-right: 12px; color: var(--amber); }
.outcome-image { height: 100%; min-height: 540px; overflow: hidden; position: relative; }
.outcome-image:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #10161d 0, transparent 24%); pointer-events: none; }
.outcome-image img { width: 100%; height: 100%; object-fit: cover; object-position: 59% center; display: block; }

.workflow { padding-block: 115px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; border-top: 1px solid var(--line); }
.workflow-copy > p { max-width: 440px; color: var(--muted); }
.workflow ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.workflow li { display: grid; grid-template-columns: 65px 1fr; gap: 15px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.workflow li > span { color: var(--amber); font-family: monospace; font-size: 11px; }
.workflow li strong { font-family: "Space Grotesk",sans-serif; font-size: 18px; }
.workflow li p { margin: 3px 0 0; color: #74818d; font-size: 13px; }

.beta { min-height: 500px; margin-bottom: 100px; padding: 65px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; position: relative; overflow: hidden; border: 1px solid rgba(255,180,59,.25); border-radius: 18px; background: radial-gradient(circle at 80% 10%, rgba(255,180,59,.12), transparent 34%), #11171e; }
.beta:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(90deg, transparent, #000); }
.beta > * { position: relative; z-index: 1; }
.beta-copy > p { color: #98a4af; max-width: 650px; }
.beta-actions { margin-top: 30px; display: flex; align-items: center; gap: 26px; }
.tester-link { color: #98a5b0; }.tester-link:hover { color: var(--text); }
.beta-card { padding: 27px; border: 1px solid var(--line); border-radius: 13px; background: rgba(8,12,17,.7); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.beta-card-top { display: flex; align-items: center; justify-content: space-between; color: #697683; font-family: monospace; font-size: 10px; letter-spacing: .1em; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.beta-card-top i { width: 8px; height: 8px; background: #4ac178; border-radius: 50%; box-shadow: 0 0 0 5px rgba(74,193,120,.09); }
.beta-card ul { list-style: none; padding: 10px 0; margin: 0; }
.beta-card li { display: flex; gap: 12px; padding: 10px 0; color: #c8d0d7; font-size: 13px; }.beta-card li span { color: var(--amber); }
.beta-note { padding: 11px 13px; border-radius: 8px; color: #7f8c97; background: rgba(255,255,255,.035); font-size: 11px; }.beta-note i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; background: var(--amber); border-radius: 50%; }

.modal-open { overflow: hidden; }
.beta-modal[hidden] { display: none; }
.beta-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.beta-modal-backdrop { position: absolute; inset: 0; background: rgba(2,5,8,.82); backdrop-filter: blur(10px); }
.beta-modal-panel { width: min(760px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; position: relative; padding: 38px; border: 1px solid rgba(169,193,211,.2); border-radius: 18px; background: linear-gradient(145deg, #151c24, #0d1218); box-shadow: 0 35px 110px rgba(0,0,0,.65); }
.beta-modal-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 28px; }
.beta-modal-header h2 { margin-top: 9px; font-size: clamp(30px, 5vw, 45px); letter-spacing: -.045em; }
.beta-modal-header p { max-width: 580px; margin: 12px 0 0; color: #8f9ca7; font-size: 14px; }
.beta-modal-close { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 9px; color: #aeb8c1; background: rgba(255,255,255,.025); font: 24px/1 sans-serif; cursor: pointer; }
.beta-modal-close:hover { color: var(--text); border-color: rgba(255,180,59,.4); }
.beta-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.beta-field { display: flex; flex-direction: column; gap: 7px; }
.beta-field-full { grid-column: 1 / -1; }
.beta-field label, .beta-consent { color: #c4cdd5; font-size: 12px; font-weight: 700; }
.beta-field label span { color: var(--amber); }
.beta-field input, .beta-field select, .beta-field textarea { width: 100%; border: 1px solid rgba(169,193,211,.17); border-radius: 9px; padding: 12px 13px; color: var(--text); background: #0a1016; font: inherit; font-size: 14px; outline: none; }
.beta-field textarea { min-height: 116px; resize: vertical; }
.beta-field input::placeholder, .beta-field textarea::placeholder { color: #53616d; }
.beta-field input:focus, .beta-field select:focus, .beta-field textarea:focus { border-color: rgba(39,194,228,.72); box-shadow: 0 0 0 3px rgba(39,194,228,.1); }
.beta-consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; color: #84919c; font-weight: 500; line-height: 1.55; }
.beta-consent input { margin-top: 4px; accent-color: var(--amber); }
.beta-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.beta-form-status { grid-column: 1 / -1; min-height: 22px; margin: 0; color: #d8a5a5; font-size: 12px; }
.beta-form-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 10px; }
.beta-success { padding: 28px 4px 10px; text-align: center; }
.beta-success-mark { width: 62px; height: 62px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: #091016; background: var(--cyan); font-size: 28px; font-weight: 800; }
.beta-success h3 { font-size: 30px; }
.beta-success p { max-width: 520px; margin: 14px auto 25px; color: #94a0ab; }

.site-footer { min-height: 145px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line); color: #697681; font-size: 12px; }
.site-footer > p { text-align: center; }.site-footer > div { display: flex; justify-content: flex-end; gap: 25px; }.site-footer a:hover { color: var(--text); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 15px; padding-top: 75px; }
  .hero-copy { text-align: center; }.hero-lede { margin-inline: auto; }.hero-actions,.hero-proof { justify-content: center; }
  .hero-object { height: 450px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .product-showcase { height: 280vh; min-height: 1700px; }
  .showcase-sticky { top: 10px; min-height: 0; grid-template-columns: 1fr; gap: 4px; padding-top: 10px; background: var(--bg); }
  .story-steps { min-height: 205px; padding-inline: 24px; }
  .story-step { padding: 28px 24px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .outcome { grid-template-columns: 1fr; gap: 0; }.outcome-copy { padding: 45px; }.outcome-image { min-height: 390px; }.outcome-image:before { background: linear-gradient(180deg, #10161d 0, transparent 24%); }
  .workflow { grid-template-columns: 1fr; gap: 45px; }
  .beta { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 680px) {
  .section-shell, .site-header { width: min(calc(100% - 28px), var(--max)); }
  .site-header { height: 72px; }.button-small { display: none; }
  .hero { padding-top: 58px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: 14px; }.hero-proof > div { padding: 0; border: 0; }
  .hero-object { height: 350px; margin-inline: -20px; }.enclosure-demo { inset: 20px -30px 5px; }.dimension-y { display: none; }
  .product { padding-block: 80px; }.section-heading h2 { font-size: 36px; }.app-frame { border-radius: 9px; }.frame-address { display: none; }.frame-live { margin-left: auto; }
  .product-showcase { height: 260vh; min-height: 1500px; }.showcase-sticky { top: 6px; }.product-stage { margin-inline: -4px; }.stage-caption { padding-inline: 4px; }.story-steps { min-height: 220px; padding-inline: 4px; }.story-step { padding: 24px 4px; }
  .features { grid-template-columns: 1fr; padding-bottom: 85px; }.feature { min-height: 270px; }
  .outcome { width: min(calc(100% - 28px), var(--max)); margin-bottom: 80px; }.outcome-copy { padding: 34px 24px; }.outcome-image { min-height: 300px; }.outcome-image img { object-position: 58% center; }
  .workflow { padding-block: 85px; }
  .beta { width: min(calc(100% - 28px), var(--max)); margin-bottom: 65px; padding: 34px 22px; }.beta-actions { align-items: stretch; flex-direction: column; }.beta h2 { font-size: 36px; }
  .beta-modal { padding: 10px; }.beta-modal-panel { max-height: calc(100vh - 20px); padding: 25px 18px; }.beta-modal-header { gap: 12px; }.beta-form-grid { grid-template-columns: 1fr; }.beta-field-full, .beta-consent, .beta-form-status, .beta-form-actions { grid-column: 1; }.beta-form-actions { flex-direction: column-reverse; }.beta-form-actions .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 10px; padding-block: 35px; text-align: center; }.site-footer > p { margin: 0; }.site-footer > div { justify-content: center; }.site-footer .brand { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .enclosure-demo { animation: none; }
  .button { transition: none; }
}
