:root {
  --landing-ink: #11120f;
  --landing-paper: #f3f4ee;
  --landing-white: #ffffff;
  --landing-line: #d7d9d0;
  --landing-muted: #666960;
  --landing-lime: #c7ff3d;
  --landing-red: #f2332f;
  --landing-cyan: #74ddf7;
  --landing-cobalt: #163cff;
  --landing-ease: cubic-bezier(.22, 1, .36, 1);
}

.landing-page { margin: 0; overflow-x: hidden; background: var(--landing-paper); color: var(--landing-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
.landing-page * { box-sizing: border-box; letter-spacing: 0; }
.landing-page button, .landing-page input { font: inherit; }
.landing-page a { color: inherit; text-decoration: none; }
.landing-page button { cursor: pointer; }
.section-shell { width: min(1380px, calc(100% - 80px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 34px; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(9,10,8,.74); color: #fff; backdrop-filter: blur(14px); transition: height .3s var(--landing-ease), background .3s; }
.site-header.is-scrolled { height: 64px; background: rgba(9,10,8,.94); }
.site-brand { display: inline-flex; align-items: center; justify-self: start; gap: 11px; width: max-content; font-size: 15px; }
.site-brand strong { font-weight: 850; }
.brand-glyph { width: 34px; height: 34px; display: inline-block; flex: 0 0 34px; background: url("../brand/prelusion-mark-primary.svg") center / contain no-repeat; }
.brand-glyph i { display: none; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 650; }
.site-nav a { color: #d6d8d1; transition: color .2s; }
.site-nav a:hover { color: var(--landing-lime); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.header-actions button { min-height: 40px; border-radius: 4px; font-size: 12px; font-weight: 800; }
.header-login { padding: 0 15px; border: 0; background: transparent; color: #fff; }
.header-cta { display: flex; align-items: center; gap: 9px; padding: 0 14px; border: 0; background: var(--landing-lime); color: #11140d; }
.header-cta svg { width: 15px; }

.landing-hero { position: relative; height: 88svh; min-height: 680px; max-height: 900px; overflow: hidden; isolation: isolate; background: #080907; color: #fff; }
.hero-picture { display: contents; }
.hero-media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-scale 1.8s var(--landing-ease) both; }
.landing-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(0,0,0,.08); pointer-events: none; }
.hero-content { width: min(1380px, calc(100% - 80px)); height: 100%; margin: auto; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 64px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; font-size: 11px; font-weight: 800; text-transform: uppercase; animation: hero-rise .8s .15s var(--landing-ease) both; }
.hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--landing-lime); box-shadow: 0 0 0 6px rgba(199,255,61,.14); }
.hero-content h1 { margin: 0; font-size: 96px; line-height: .9; font-weight: 850; animation: hero-rise .9s .25s var(--landing-ease) both; }
.hero-lead { width: min(600px, 46%); margin: 28px 0 0; color: #e7e8e2; font-size: 22px; line-height: 1.38; animation: hero-rise .9s .34s var(--landing-ease) both; }
.hero-actions { display: flex; gap: 10px; margin-top: 34px; animation: hero-rise .9s .42s var(--landing-ease) both; }
.hero-actions > * { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; border-radius: 4px; font-size: 13px; font-weight: 800; }
.hero-primary { min-width: 216px; border: 1px solid var(--landing-lime); background: var(--landing-lime); color: #11130e; }
.hero-primary svg { width: 17px; }
.hero-secondary { border: 1px solid rgba(255,255,255,.34); background: rgba(10,11,9,.44); color: #fff; backdrop-filter: blur(8px); }
.hero-secondary svg { width: 15px; fill: currentColor; }
.hero-proof { position: absolute; left: max(40px, calc((100% - 1380px) / 2)); bottom: 34px; display: flex; gap: 28px; animation: hero-rise .9s .52s var(--landing-ease) both; }
.hero-proof span { display: grid; grid-template-columns: auto auto; align-items: center; gap: 7px; color: #d5d7cf; font-size: 10px; }
.hero-proof strong { color: var(--landing-lime); font-size: 9px; }
.hero-side-note { position: absolute; right: 32px; top: 50%; display: flex; align-items: center; gap: 12px; transform: translate(43%, -50%) rotate(90deg); transform-origin: center; font-size: 9px; text-transform: uppercase; }
.hero-side-note small { color: #bfc2b8; }
.hero-scroll { position: absolute; right: 34px; bottom: 30px; display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 10px; font-weight: 750; }
.hero-scroll svg { width: 16px; }

.problem-section { padding: 128px 0 120px; background: var(--landing-paper); }
.problem-section > .section-shell:first-child, .possibilities-section > .section-shell:first-child, .pricing-head { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 60px; }
.section-index { display: flex; align-items: flex-start; gap: 12px; padding-top: 9px; color: #5e6159; }
.section-index span, .section-index b { min-width: 34px; color: var(--landing-red); font-size: 12px; font-weight: 850; }
.section-index small { font-size: 11px; line-height: 1.4; text-transform: uppercase; }
.section-index.light { color: #a9ada3; }
.section-index.light span { color: var(--landing-lime); }
.problem-heading { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .7fr); gap: 70px; align-items: end; }
.problem-heading h2, .possibilities-copy h2, .pricing-head h2 { margin: 0; font-size: 64px; line-height: 1.02; font-weight: 770; }
.problem-heading h2 em, .possibilities-copy h2 em, .pricing-head h2 em, .final-cta h2 em { color: var(--landing-red); font-style: normal; }
.problem-heading p, .possibilities-copy p, .pricing-head p { margin: 0 0 5px; color: var(--landing-muted); font-size: 16px; line-height: 1.65; }
.pain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 88px; border-top: 1px solid var(--landing-line); }
.pain-item { min-width: 0; padding: 34px 36px 10px 0; border-right: 1px solid var(--landing-line); }
.pain-item + .pain-item { padding-left: 36px; }
.pain-item:last-child { border-right: 0; }
.pain-icon { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 5px; background: var(--landing-lime); }
.pain-icon.coral { background: #ff755d; }
.pain-icon.cyan { background: var(--landing-cyan); }
.pain-icon svg { width: 20px; }
.pain-item > small { color: #74776f; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.pain-item h3 { min-height: 81px; margin: 14px 0 18px; font-size: 24px; line-height: 1.18; }
.pain-item p { margin: 0; color: var(--landing-muted); font-size: 14px; line-height: 1.62; }

.workflow-section { padding: 124px 0 112px; background: var(--landing-ink); color: #fff; }
.workflow-head { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 60px; }
.workflow-head > div:last-child { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.workflow-head h2 { margin: 0; font-size: 62px; line-height: 1.02; }
.workflow-head p { width: 300px; margin: 0 0 6px; color: #aeb1a7; font-size: 15px; line-height: 1.55; }
.workflow-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 78px; border-top: 1px solid #3a3d36; }
.workflow-step { min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 26px 28px; border-right: 1px solid #3a3d36; }
.workflow-step:first-child { border-left: 1px solid #3a3d36; }
.workflow-step > span { color: var(--landing-lime); font-size: 10px; font-weight: 850; }
.workflow-step > div { display: grid; gap: 15px; }
.workflow-step svg { width: 27px; height: 27px; color: var(--landing-cyan); }
.workflow-step:nth-child(2) svg { color: #ff735d; }
.workflow-step:nth-child(3) svg { color: var(--landing-lime); }
.workflow-step:nth-child(4) svg { color: #7e8dff; }
.workflow-step h3 { margin: 4px 0 0; font-size: 24px; }
.workflow-step p { margin: 0; color: #aeb1a7; font-size: 13px; line-height: 1.6; }

.possibilities-section { padding: 130px 0; background: #fff; }
.possibilities-copy { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .7fr); align-items: end; gap: 70px; }
.showcase-grid { height: 780px; display: grid; grid-template-columns: 1.35fr .65fr .65fr; grid-template-rows: 1fr .72fr; gap: 8px; margin-top: 84px; }
.showcase-grid figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #d9dbd3; }
.showcase-large { grid-row: 1 / 3; }
.showcase-wide { grid-column: 2 / 4; }
.landing-crop { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s var(--landing-ease); }
.crop-fashion { object-fit: contain; object-position: 50% center; background: #50070a; }
.showcase-grid figure:hover .landing-crop { transform: scale(1.035); }
.showcase-grid figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; display: flex; justify-content: space-between; align-items: end; padding: 12px 13px; border-radius: 4px; background: rgba(11,12,10,.78); color: #fff; backdrop-filter: blur(8px); }
.showcase-grid figcaption strong { font-size: 12px; }
.showcase-grid figcaption small { color: #bec1b7; font-size: 9px; }

.focus-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr); min-height: 770px; background: var(--landing-cyan); }
.focus-visual { min-width: 0; min-height: 650px; overflow: hidden; }
.focus-visual .landing-crop { object-fit: cover; }
.focus-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(60px, calc((100vw - 1380px) / 2)); padding-left: 78px; }
.section-index.compact { gap: 13px; padding: 0; font-size: 10px; text-transform: uppercase; }
.focus-copy h2 { margin: 30px 0 25px; font-size: 62px; line-height: 1; }
.focus-copy > p { max-width: 550px; margin: 0; color: #2c3d42; font-size: 16px; line-height: 1.65; }
.focus-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 56px 0 42px; padding-top: 25px; border-top: 1px solid rgba(17,18,15,.22); }
.focus-stats div { display: grid; gap: 8px; }
.focus-stats dt { font-size: 34px; font-weight: 850; }
.focus-stats dd { margin: 0; color: #35484e; font-size: 11px; line-height: 1.45; }
.text-cta { width: max-content; display: inline-flex; align-items: center; gap: 10px; padding: 0 0 7px; border: 0; border-bottom: 2px solid currentColor; background: transparent; color: var(--landing-ink); font-size: 13px; font-weight: 850; }
.text-cta svg { width: 16px; }

.pricing-section { padding: 130px 0; background: var(--landing-paper); }
.pricing-head > div:last-child { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .7fr); align-items: end; gap: 70px; }
.landing-launch-offer { min-height: 190px; display: grid; grid-template-columns: 132px minmax(270px, 1fr) minmax(330px, .9fr) auto; align-items: center; gap: 30px; margin-top: 72px; padding: 24px; overflow: hidden; border: 1px solid #25271f; border-radius: 6px; background: var(--landing-ink); color: #fff; }
.landing-offer-badge { width: 132px; height: 118px; display: grid; place-items: center; align-content: center; gap: 5px; border-radius: 5px; background: var(--landing-lime); color: var(--landing-ink); transform: rotate(-2deg); }
.landing-offer-badge strong { font-size: 35px; }
.landing-offer-badge span { font-size: 9px; font-weight: 850; text-transform: uppercase; }
.landing-offer-copy > span { color: var(--landing-cyan); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.landing-offer-copy h3 { margin: 11px 0 8px; font-size: 27px; }
.landing-offer-copy h3 del { margin-left: 6px; color: #7e8177; font-size: 15px; font-weight: 650; }
.landing-offer-copy p { max-width: 520px; margin: 0; color: #b9bcb1; font-size: 12px; line-height: 1.55; }
.landing-offer-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; }
.landing-offer-flow > span { display: grid; gap: 5px; }
.landing-offer-flow b { color: var(--landing-lime); font-size: 25px; }
.landing-offer-flow small { color: #aeb1a7; font-size: 9px; line-height: 1.4; }
.landing-offer-flow svg { width: 14px; color: #666a5f; }
.landing-launch-offer > button { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 17px; border: 0; border-radius: 4px; background: var(--landing-lime); color: var(--landing-ink); font-size: 11px; font-weight: 850; white-space: nowrap; }
.landing-launch-offer > button svg { width: 16px; }
.revision-value { min-height: 104px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; margin-top: 12px; padding: 20px 24px; border: 1px solid var(--landing-line); border-radius: 6px; background: #fff; }
.revision-value-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 5px; background: var(--landing-cyan); }
.revision-value-icon svg { width: 23px; }
.revision-value > div { display: grid; gap: 6px; }
.revision-value strong { font-size: 15px; }
.revision-value p { max-width: 780px; margin: 0; color: var(--landing-muted); font-size: 12px; line-height: 1.55; }
.revision-value-price { display: grid; grid-template-columns: auto auto auto; align-items: center; gap: 10px; }
.revision-value-price b { font-size: 30px; }
.revision-value-price b:last-of-type { color: #4d8200; }
.revision-value-price svg { width: 18px; color: var(--landing-red); }
.revision-value-price small { grid-column: 1 / -1; color: var(--landing-muted); font-size: 9px; text-align: right; }
.landing-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 38px; }
.landing-plan { min-height: 520px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--landing-line); border-radius: 6px; background: #fff; }
.landing-plan.featured { border-color: var(--landing-ink); background: var(--landing-ink); color: #fff; }
.plan-label { min-height: 25px; display: flex; align-items: center; justify-content: space-between; color: var(--landing-red); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.landing-plan.featured .plan-label { color: var(--landing-lime); }
.plan-label i { padding: 5px 7px; border-radius: 3px; background: var(--landing-lime); color: #10120d; font-size: 8px; font-style: normal; }
.landing-plan h3 { margin: 22px 0 42px; font-size: 25px; }
.landing-price { display: flex; align-items: baseline; gap: 8px; }
.landing-price strong { font-size: 44px; }
.landing-price small { color: #777a72; font-size: 11px; }
.landing-plan > p { margin: 10px 0 0; color: #4d7a00; font-size: 12px; font-weight: 800; }
.landing-plan.featured > p { color: var(--landing-lime); }
.landing-plan ul { display: grid; gap: 14px; margin: 38px 0; padding: 27px 0 0; border-top: 1px solid var(--landing-line); list-style: none; }
.landing-plan.featured ul { border-color: #3c3e38; }
.landing-plan li { display: flex; align-items: center; gap: 9px; color: #555850; font-size: 12px; }
.landing-plan.featured li { color: #c4c7bc; }
.landing-plan li svg { width: 15px; color: #579400; }
.landing-plan.featured li svg { color: var(--landing-lime); }
.landing-plan button { min-height: 48px; margin-top: auto; border: 1px solid var(--landing-ink); border-radius: 4px; background: transparent; color: var(--landing-ink); font-size: 12px; font-weight: 850; }
.landing-plan.featured button { border-color: var(--landing-lime); background: var(--landing-lime); color: var(--landing-ink); }

.final-cta { position: relative; min-height: 720px; overflow: hidden; background: var(--landing-red); color: #fff; }
.final-cta-media { position: absolute; inset: 0 0 0 47%; width: 53%; height: 100%; object-fit: cover; object-position: center; }
.final-cta-copy { position: relative; z-index: 2; min-height: 720px; width: 54%; display: flex; flex-direction: column; justify-content: center; padding: 80px 6vw; background: var(--landing-red); }
.final-cta-copy > span { font-size: 11px; font-weight: 850; text-transform: uppercase; }
.final-cta h2 { margin: 30px 0 42px; font-size: 72px; line-height: .98; }
.final-cta h2 em { color: var(--landing-lime); }
.final-cta button { width: max-content; min-height: 52px; display: inline-flex; align-items: center; gap: 18px; padding: 0 18px; border: 0; border-radius: 4px; background: var(--landing-ink); color: #fff; font-size: 13px; font-weight: 850; }
.final-cta button svg { width: 17px; }

.site-footer { padding: 76px 0 24px; background: #0b0c0a; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; padding-bottom: 76px; }
.footer-brand { margin-bottom: 24px; }
.footer-top > div:first-child p { margin: 0; color: #8f9388; font-size: 14px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.footer-links > span { display: grid; align-content: start; gap: 12px; }
.footer-links strong { margin-bottom: 8px; color: #73776d; font-size: 10px; text-transform: uppercase; }
.footer-links a { width: max-content; max-width: 100%; color: #c8cbc1; font-size: 12px; }
.footer-links a:hover { color: var(--landing-lime); }
.footer-bottom { min-height: 66px; display: grid; grid-template-columns: 1fr 1.4fr auto auto; align-items: center; gap: 20px; border-top: 1px solid #2f312c; color: #74786e; font-size: 9px; }
.footer-bottom button { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; color: var(--landing-lime); font-size: 11px; font-weight: 800; }
.footer-bottom svg { width: 14px; }
.footer-bottom [data-cookie-settings] { color: #9a9e94; font-size: 9px; font-weight: 650; }
.footer-bottom [data-cookie-settings]:hover { color: #fff; }

.auth-dialog { width: min(540px, calc(100vw - 28px)); max-height: calc(100dvh - 28px); overflow: auto; padding: 0; border: 0; border-radius: 7px; background: #f3f4ef; color: #171816; box-shadow: 0 30px 110px rgba(0,0,0,.54); }
.auth-dialog::backdrop { background: rgba(7,8,6,.78); backdrop-filter: blur(10px); }
.auth-dialog .auth-card { position: relative; width: 100%; padding: 34px 40px 38px; animation: none; }
.auth-dialog .modal-brand { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; font-size: 13px; }
.auth-dialog .auth-tabs { margin-bottom: 28px; }
.auth-dialog .auth-copy { margin-bottom: 22px; }
.auth-dialog .auth-copy h2 { margin-top: 13px; font-size: 30px; }
.auth-dialog .auth-form { gap: 14px; }
.auth-dialog .input-wrap input { height: 48px; }
.auth-dialog-close { position: fixed; z-index: 2; top: max(22px, calc((100dvh - min(720px, 100dvh - 28px)) / 2 + 16px)); left: calc(50% + min(270px, (100vw - 28px) / 2) - 49px); width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #d3d5ce; border-radius: 4px; background: #fff; color: #171816; }
.auth-dialog-close svg { width: 16px; }
.signup-note { margin: -2px 0 0; color: #777971; font-size: 10px; line-height: 1.5; }
.signup-note a { font-weight: 750; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--landing-ease), transform .8s var(--landing-ease); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes hero-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-scale { from { opacity: .35; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1100px) {
  .site-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-content h1 { font-size: 76px; }
  .hero-lead { width: 52%; font-size: 19px; }
  .problem-section > .section-shell:first-child, .possibilities-section > .section-shell:first-child, .pricing-head, .workflow-head { grid-template-columns: 150px minmax(0, 1fr); gap: 35px; }
  .problem-heading, .possibilities-copy, .pricing-head > div:last-child { grid-template-columns: 1fr; gap: 28px; }
  .problem-heading h2, .possibilities-copy h2, .pricing-head h2, .workflow-head h2 { font-size: 52px; }
  .workflow-head > div:last-child { align-items: flex-start; flex-direction: column; }
  .workflow-rail { grid-template-columns: repeat(2, 1fr); }
  .workflow-step { min-height: 290px; border-bottom: 1px solid #3a3d36; }
  .showcase-grid { height: 650px; }
  .focus-section { grid-template-columns: .9fr 1.1fr; }
  .focus-copy { padding-left: 52px; }
  .focus-copy h2 { font-size: 52px; }
  .final-cta h2 { font-size: 60px; }
  .landing-launch-offer { grid-template-columns: 112px minmax(260px, 1fr) minmax(280px, .8fr); }
  .landing-offer-badge { width: 112px; }
  .landing-launch-offer > button { grid-column: 2 / -1; width: 100%; }
}

@media (max-width: 760px) {
  .section-shell { width: calc(100% - 36px); }
  .site-header { height: 62px; padding: 0 18px; }
  .site-brand { font-size: 13px; }
  .header-login { display: none; }
  .header-cta { min-height: 36px !important; padding-inline: 12px; }
  .landing-hero { height: 91svh; min-height: 650px; max-height: 790px; }
  .hero-media { object-position: 57% center; opacity: .7; }
  .landing-hero::after { background: rgba(0,0,0,.34); }
  .hero-content { width: calc(100% - 36px); justify-content: flex-end; padding: 0 0 128px; }
  .hero-content h1 { max-width: 100%; font-size: 51px; overflow-wrap: anywhere; }
  .hero-lead { width: 100%; max-width: 480px; margin-top: 20px; font-size: 17px; }
  .hero-actions { width: 100%; display: grid; margin-top: 26px; }
  .hero-actions > * { width: 100%; }
  .hero-proof { left: 18px; right: 18px; bottom: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hero-proof span { display: grid; grid-template-columns: 1fr; gap: 3px; font-size: 8px; }
  .hero-side-note, .hero-scroll { display: none; }
  .problem-section, .possibilities-section, .pricing-section { padding: 88px 0; }
  .problem-section > .section-shell:first-child, .possibilities-section > .section-shell:first-child, .pricing-head, .workflow-head { grid-template-columns: 1fr; gap: 30px; }
  .section-index { padding: 0; }
  .problem-heading h2, .possibilities-copy h2, .pricing-head h2, .workflow-head h2 { font-size: 39px; }
  .problem-heading p, .possibilities-copy p, .pricing-head p { font-size: 14px; }
  .pain-grid { grid-template-columns: 1fr; margin-top: 58px; }
  .pain-item, .pain-item + .pain-item { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--landing-line); }
  .pain-item h3 { min-height: 0; font-size: 22px; }
  .pain-icon { margin-bottom: 24px; }
  .workflow-section { padding: 88px 0; }
  .workflow-head > div:last-child { gap: 22px; }
  .workflow-head p { width: auto; }
  .workflow-rail { grid-template-columns: 1fr; margin-top: 50px; }
  .workflow-step { min-height: 240px; border-left: 1px solid #3a3d36; }
  .showcase-grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .showcase-grid figure { aspect-ratio: 1; }
  .showcase-large { grid-column: 1 / 3; grid-row: auto; aspect-ratio: 4 / 5 !important; }
  .showcase-wide { grid-column: 1 / 3; aspect-ratio: 4 / 3 !important; }
  .showcase-grid figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .focus-section { grid-template-columns: 1fr; }
  .focus-visual { min-height: 0; aspect-ratio: 1; }
  .focus-copy { padding: 76px 18px 84px; }
  .focus-copy h2 { font-size: 42px; }
  .focus-copy > p { font-size: 14px; }
  .focus-stats { gap: 10px; }
  .focus-stats dt { font-size: 29px; }
  .landing-plans { grid-template-columns: 1fr; margin-top: 54px; }
  .landing-plan { min-height: 480px; }
  .landing-launch-offer { grid-template-columns: 82px minmax(0, 1fr); gap: 16px; margin-top: 48px; padding: 16px; }
  .landing-offer-badge { width: 82px; height: 96px; }
  .landing-offer-badge strong { font-size: 27px; }
  .landing-offer-copy h3 { font-size: 20px; }
  .landing-offer-flow { grid-column: 1 / -1; padding: 14px 0 4px; border-top: 1px solid #3a3d36; }
  .landing-launch-offer > button { grid-column: 1 / -1; }
  .revision-value { grid-template-columns: auto minmax(0, 1fr); padding: 16px; }
  .revision-value-price { grid-column: 1 / -1; justify-content: center; padding-top: 12px; border-top: 1px solid var(--landing-line); }
  .revision-value-price small { text-align: center; }
  .final-cta { min-height: 0; display: flex; flex-direction: column; }
  .final-cta-media { position: static; order: 2; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .final-cta-copy { order: 1; min-height: 470px; width: 100%; justify-content: center; padding: 70px 18px 60px; }
  .final-cta h2 { margin: 24px 0 34px; font-size: 49px; }
  .footer-top { grid-template-columns: 1fr; padding-bottom: 54px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 44px 20px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; padding: 22px 0; }
  .auth-dialog .auth-card { padding: 28px 22px 32px; }
  .auth-dialog-close { position: absolute; top: 14px; right: 14px; left: auto; }
}

.landing-journal { padding: 128px 0; background: #fff; }
.landing-journal-head { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 60px; }
.landing-journal-head > div:last-child { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 70px; }
.landing-journal-head h2 { margin: 0; font-size: 62px; line-height: 1.02; }
.landing-journal-head h2 em { color: #5d8500; font-style: normal; }
.landing-journal-head p { margin: 0 0 5px; color: var(--landing-muted); font-size: 16px; line-height: 1.65; }
.landing-journal-grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 10px; margin-top: 72px; }
.landing-story { min-width: 0; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 6px; background: var(--landing-paper); transition: transform .35s var(--landing-ease), box-shadow .35s; }
.landing-story:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(18,20,14,.11); }
.landing-story img { width: 100%; height: auto; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.landing-story-featured img { aspect-ratio: 16 / 10; }
.landing-story > div { padding: 24px; }
.landing-story small { color: #5d8500; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.landing-story h3 { margin: 11px 0 13px; font-size: 24px; line-height: 1.2; }
.landing-story p { margin: 0; color: var(--landing-muted); font-size: 13px; line-height: 1.55; }
.landing-story footer { display: flex; align-items: center; justify-content: space-between; margin-top: 25px; color: #73776d; font-size: 10px; }
.landing-story footer svg { width: 17px; color: var(--landing-ink); }
.landing-guide-link { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 12px; padding: 15px 18px; border: 1px solid #30322c; border-radius: 6px; background: var(--landing-ink); color: #fff; }
.landing-guide-link > span { min-width: 0; display: grid; grid-template-columns: auto auto; gap: 3px 12px; align-items: center; }
.landing-guide-link > span svg { grid-row: 1 / 3; width: 24px; color: var(--landing-lime); }
.landing-guide-link b { font-size: 14px; }
.landing-guide-link small { color: #aeb2a7; font-size: 11px; }
.landing-guide-link > a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 14px; border-radius: 4px; background: var(--landing-lime); color: var(--landing-ink); font-size: 11px; font-weight: 850; white-space: nowrap; }
.landing-guide-link > a svg { width: 15px; }

@media (max-width: 980px) {
  .landing-journal-head > div:last-child { grid-template-columns: 1fr; gap: 24px; }
  .landing-journal-grid { grid-template-columns: 1fr 1fr; }
  .landing-story-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; }
  .landing-story-featured img { height: 100%; aspect-ratio: auto; }
}

@media (max-width: 760px) {
  .landing-journal { padding: 82px 0; }
  .landing-journal-head { grid-template-columns: 1fr; gap: 20px; }
  .landing-journal-head h2 { font-size: 42px; }
  .landing-journal-head p { font-size: 15px; }
  .landing-journal-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .landing-story-featured { grid-column: auto; display: block; }
  .landing-story-featured img, .landing-story img { height: auto; aspect-ratio: 4 / 3; }
  .landing-story h3 { font-size: 22px; }
  .landing-guide-link { align-items: stretch; flex-direction: column; padding: 17px; }
  .landing-guide-link > a { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .hero-media, .hero-content > *, .hero-proof { animation: none !important; }
}

/* V4 product system: graphite, white and lime only. */
:root{--landing-ink:#11130f;--landing-paper:#f5f6f3;--landing-line:#d9ddd3;--landing-muted:#64695f;--landing-lime:#c7ff3d;--landing-red:#5e851f;--landing-cyan:#dfffa0;--landing-cobalt:#385b17}
.landing-hero::after{background:linear-gradient(90deg,rgba(4,6,3,.9) 0%,rgba(4,6,3,.58) 38%,rgba(4,6,3,.08) 70%)}
.hero-media{object-position:center}.hero-content h1{font-size:clamp(64px,7vw,104px)}.hero-proof strong{font-size:18px}.hero-proof span{grid-template-columns:auto 1fr;max-width:180px}.section-index span,.section-index b{color:#5e851f}.problem-heading h2 em,.possibilities-copy h2 em,.pricing-head h2 em,.final-cta h2 em{color:#5e851f}
.pain-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:0}.pain-item:nth-child(3n){border-right:0}.pain-item:nth-child(n+4){margin-top:32px;padding-top:36px;border-top:1px solid var(--landing-line)}.pain-icon,.pain-icon.coral,.pain-icon.cyan{background:var(--landing-lime)}
.workflow-step svg,.workflow-step:nth-child(2) svg,.workflow-step:nth-child(3) svg,.workflow-step:nth-child(4) svg{color:var(--landing-lime)}.speed-meter{display:grid!important;gap:8px!important;margin-top:4px}.speed-meter i{position:relative;height:5px;overflow:hidden;border-radius:3px;background:#30342d}.speed-meter i::after{content:"";display:block;width:46%;height:100%;background:var(--landing-lime);animation:speed-run 2s ease-in-out infinite}.speed-meter b{color:#cbd0c5;font-size:9px;font-weight:650}@keyframes speed-run{0%{transform:translateX(-110%)}65%,100%{transform:translateX(220%)}}

.before-after{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);gap:0;margin-top:76px;overflow:hidden;border:1px solid #252a22;border-radius:8px;background:var(--landing-ink);color:#fff}.before-after-stage{position:relative;min-width:0;aspect-ratio:16/9;overflow:hidden}.before-after-stage>img,.before-after-overlay img{width:100%;height:100%;display:block;object-fit:cover}.before-after-overlay{position:absolute;inset:0;clip-path:inset(0 0 0 52%)}.before-after-stage>i{position:absolute;z-index:3;top:0;bottom:0;left:52%;width:2px;background:var(--landing-lime);transform:translateX(-1px)}.before-after-stage>i button{position:absolute;top:50%;left:50%;width:44px;height:44px;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:var(--landing-ink);transform:translate(-50%,-50%)}.before-after-stage>i button::before,.before-after-stage>i button::after{content:"";position:absolute;top:50%;width:8px;height:8px;border-top:2px solid var(--landing-lime);border-left:2px solid var(--landing-lime)}.before-after-stage>i button::before{left:10px;transform:translateY(-50%) rotate(-45deg)}.before-after-stage>i button::after{right:10px;transform:translateY(-50%) rotate(135deg)}.before-after-stage input{position:absolute;z-index:5;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}.compare-label{position:absolute;z-index:4;top:16px;padding:7px 9px;border-radius:3px;background:rgba(12,14,11,.75);font-size:9px;text-transform:uppercase}.compare-label.before{left:16px}.compare-label.after{right:16px;color:var(--landing-lime)}.before-after-copy{display:flex;flex-direction:column;justify-content:center;padding:38px}.before-after-copy>span,.economy-proof-grid>div:first-child>span,.roadmap-grid>div:first-child>span{color:var(--landing-lime);font-size:10px;font-weight:850;text-transform:uppercase}.before-after-copy h3{margin:14px 0 18px;font-size:32px;line-height:1.05}.before-after-copy p{margin:0;color:#b8bdb2;font-size:13px;line-height:1.6}.before-after-copy ul{display:grid;gap:10px;margin:28px 0 0;padding:22px 0 0;border-top:1px solid #353a32;list-style:none}.before-after-copy li{display:flex;align-items:center;gap:9px;color:#d6dad1;font-size:11px}.before-after-copy li svg{width:16px;color:var(--landing-lime)}
.product-values{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.product-values article{min-height:190px;display:grid;grid-template-columns:auto 1fr;align-content:start;gap:14px;padding:24px;border:1px solid var(--landing-line);border-radius:7px;background:#f5f6f3}.product-values>article>svg{width:23px;color:#4f7b12}.product-values article span{display:grid;gap:7px}.product-values small{color:#6a7065;font-size:9px;text-transform:uppercase}.product-values strong{font-size:17px}.product-values p{margin:0;color:var(--landing-muted);font-size:12px;line-height:1.55}

.economy-proof{padding:120px 0;background:var(--landing-ink);color:#fff}.economy-proof-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:100px;align-items:center}.economy-proof h2{margin:18px 0 25px;font-size:62px;line-height:1}.economy-proof p{max-width:600px;margin:0;color:#b8bdb2;font-size:15px;line-height:1.65}.economy-proof button{min-height:48px;display:inline-flex;align-items:center;gap:10px;margin-top:30px;padding:0 16px;border:0;border-radius:4px;background:var(--landing-lime);color:var(--landing-ink);font-size:12px;font-weight:850}.economy-proof button svg{width:16px}.economy-chart{display:grid;gap:20px;padding:30px;border:1px solid #353a32;border-radius:8px;background:#181b16}.economy-chart>div{display:grid;grid-template-columns:130px minmax(0,1fr) 120px;align-items:center;gap:14px}.economy-chart span{color:#aeb4a8;font-size:11px}.economy-chart i{height:24px;overflow:hidden;border-radius:3px;background:#292e26}.economy-chart i::after{content:"";display:block;width:var(--bar);height:100%;background:linear-gradient(90deg,#6c9628,var(--landing-lime));transform:scaleX(0);transform-origin:left;transition:transform 1.2s var(--landing-ease)}.is-visible .economy-chart i::after{transform:scaleX(1)}.economy-chart b{text-align:right;font-size:11px}.economy-chart b strong{color:var(--landing-lime);font-size:23px}.economy-chart>small{padding-top:18px;border-top:1px solid #353a32;color:#8f958a;font-size:10px;line-height:1.5}

.landing-launch-offer{position:relative;border-color:#40551e;background:linear-gradient(110deg,#151912,#222b18);box-shadow:0 0 0 0 rgba(199,255,61,.2);animation:landing-offer-pulse 3s ease-in-out infinite}.landing-offer-copy>span{color:var(--landing-lime)}@keyframes landing-offer-pulse{50%{box-shadow:0 0 0 4px rgba(199,255,61,.08),0 18px 46px rgba(37,51,20,.2)}}.revision-value-icon{background:var(--landing-lime)}.revision-value-price svg{color:#5e851f}.plan-label{color:#5e851f}.payment-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.payment-trust span{min-height:70px;display:flex;align-items:center;gap:10px;padding:15px;border:1px solid var(--landing-line);border-radius:6px;background:#fff}.payment-trust svg{width:20px;color:#5e851f}.payment-trust b{font-size:11px}
.roadmap-section{padding:120px 0;background:#e9eee4}.roadmap-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:90px;align-items:center}.roadmap-grid>div:first-child>span{color:#4f7b12}.roadmap-grid h2{margin:18px 0 22px;font-size:54px;line-height:1}.roadmap-grid>div:first-child p{margin:0;color:var(--landing-muted);font-size:14px;line-height:1.65}.roadmap-cards{display:grid;gap:8px}.roadmap-cards article{min-height:116px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:16px;padding:20px;border:1px solid #ced5c7;border-radius:7px;background:#f7f8f5}.roadmap-cards article:first-child{border-color:#729b34;background:var(--landing-ink);color:#fff}.roadmap-cards>article>svg{width:28px;color:#5e851f}.roadmap-cards article:first-child>svg{color:var(--landing-lime)}.roadmap-cards span{display:grid;gap:4px}.roadmap-cards small{color:#70766b;font-size:9px;text-transform:uppercase}.roadmap-cards article:first-child small{color:var(--landing-lime)}.roadmap-cards strong{font-size:18px}.roadmap-cards p{margin:0;color:#747a70;font-size:11px}.roadmap-cards article:first-child p{color:#aeb4a8}
.final-cta{background:var(--landing-ink)}.final-cta-copy{background:linear-gradient(90deg,var(--landing-ink) 0%,var(--landing-ink) 76%,transparent 100%)}.final-cta-media{inset:0 0 0 42%;width:58%;object-position:64% center}.final-cta button{background:var(--landing-lime);color:var(--landing-ink)}

@media(max-width:900px){.before-after{grid-template-columns:1fr}.before-after-copy{padding:28px}.product-values{grid-template-columns:1fr}.economy-proof-grid,.roadmap-grid{grid-template-columns:1fr;gap:52px}.payment-trust{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.landing-hero{height:92svh;min-height:680px}.hero-media{object-position:center top}.landing-hero::after{background:linear-gradient(0deg,rgba(5,7,4,.98) 0%,rgba(5,7,4,.84) 44%,rgba(5,7,4,.06) 72%,rgba(5,7,4,.04) 100%)}.hero-content{padding-bottom:162px}.hero-content h1{font-size:49px}.hero-proof strong{font-size:15px}.pain-grid{grid-template-columns:1fr}.pain-item,.pain-item+ .pain-item,.pain-item:nth-child(n+4){margin:0;padding:28px 0;border-right:0;border-top:0;border-bottom:1px solid var(--landing-line)}.before-after{width:calc(100% - 24px);margin-top:48px}.before-after-stage{aspect-ratio:4/5}.before-after-stage>img,.before-after-overlay img{object-fit:cover;object-position:62% center}.before-after-copy h3{font-size:27px}.product-values{width:calc(100% - 36px)}.economy-proof{padding:84px 0}.economy-proof h2,.roadmap-grid h2{font-size:40px}.economy-chart{padding:18px}.economy-chart>div{grid-template-columns:1fr 90px}.economy-chart i{grid-column:1/-1;grid-row:2}.economy-chart b{grid-column:2;grid-row:1}.landing-launch-offer{animation:none}.payment-trust{grid-template-columns:1fr}.roadmap-section{padding:84px 0}.final-cta-media{position:static;width:100%;aspect-ratio:4/5;object-position:62% center}.final-cta-copy{background:var(--landing-ink)}}

/* V5 portfolio system: graphite type, lime markers and category-specific imagery. */
.problem-heading h2 em,.possibilities-copy h2 em,.pricing-head h2 em{display:inline;color:var(--landing-ink);font-style:normal;background:linear-gradient(transparent 63%,rgba(199,255,61,.78) 63%);box-decoration-break:clone;-webkit-box-decoration-break:clone}
.final-cta h2 em{color:var(--landing-lime);background:none}
.section-index span,.section-index b{min-width:38px;height:30px;display:inline-grid;place-items:center;padding:0 7px;border-radius:4px;background:var(--landing-ink);color:var(--landing-lime)}
.section-index.light span{background:var(--landing-lime);color:var(--landing-ink)}
.showcase-grid{margin-top:64px}.showcase-grid figure{border-radius:7px}.showcase-grid figcaption{border:1px solid rgba(255,255,255,.12);background:rgba(12,14,11,.74)}
.identity-proof-head{display:grid;grid-template-columns:170px minmax(0,1.05fr) minmax(280px,.65fr);align-items:end;gap:48px;margin-top:118px}.identity-proof-head>span{width:max-content;padding:7px 9px;border-radius:3px;background:var(--landing-lime);color:var(--landing-ink);font-size:9px;font-weight:850;text-transform:uppercase}.identity-proof-head h3{margin:0;color:var(--landing-ink);font-size:42px;line-height:1.02}.identity-proof-head p{margin:0;color:var(--landing-muted);font-size:14px;line-height:1.65}.identity-proof-head+.before-after{margin-top:36px}
.product-values>article>svg{box-sizing:content-box;padding:8px;border-radius:4px;background:var(--landing-lime);color:var(--landing-ink)}
.product-values small,.plan-label,.landing-plan>p,.roadmap-grid>div:first-child>span{color:var(--landing-ink)}
.landing-plan li svg,.payment-trust svg,.revision-value-price svg,.roadmap-cards>article>svg{color:var(--landing-ink)}
.revision-value-price b:last-of-type{color:var(--landing-ink)}
.roadmap-grid>div:first-child>span{display:inline-block;width:max-content;padding-bottom:3px;border-bottom:4px solid var(--landing-lime)}
.roadmap-cards article:first-child{border-color:#3b432f}.roadmap-cards article:first-child>svg,.roadmap-cards article:first-child small{color:var(--landing-lime)}
.final-cta-media{inset:0;width:100%;object-position:center}

@media(max-width:900px){.identity-proof-head{grid-template-columns:1fr;gap:16px}.identity-proof-head h3{font-size:36px}.identity-proof-head p{max-width:620px}}
@media(max-width:760px){.showcase-grid{margin-top:44px;gap:6px}.showcase-grid figcaption{left:8px;right:8px;bottom:8px;padding:9px}.showcase-grid figcaption strong{font-size:11px}.showcase-grid figcaption small{font-size:8px}.identity-proof-head{width:calc(100% - 36px);margin-top:78px}.identity-proof-head h3{font-size:30px}.identity-proof-head p{font-size:13px}.identity-proof-head+.before-after{margin-top:28px}.final-cta-media{position:static;width:100%;aspect-ratio:16/10;object-position:center}}

/* V7 campaign close: one premium image, assertive typography and a mobile-safe overlay. */
.final-cta{min-height:780px;isolation:isolate;background:#080907}
.final-cta::before{content:"PRELUSION";position:absolute;z-index:1;right:3vw;bottom:-.08em;color:transparent;font-size:clamp(92px,14vw,250px);font-weight:900;line-height:.8;-webkit-text-stroke:1px rgba(255,255,255,.12);pointer-events:none}
.final-cta-picture{position:absolute;inset:0;display:block}
.final-cta-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.final-cta::after{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,rgba(4,5,4,.96) 0%,rgba(4,5,4,.76) 38%,rgba(4,5,4,.14) 66%,rgba(4,5,4,.04) 100%);pointer-events:none}
.final-cta-copy{z-index:2;min-height:780px;width:min(760px,64%);padding:96px max(40px,calc((100vw - 1380px)/2));background:none}
.final-cta-copy>span{display:inline-flex;align-items:center;gap:10px;color:#e7eadf;font-size:10px}
.final-cta-copy>span i{width:32px;height:2px;background:var(--landing-lime)}
.final-cta h2{max-width:720px;margin:26px 0 24px;font-size:clamp(58px,6vw,94px);line-height:.92}
.final-cta-copy>p{max-width:520px;margin:0;color:#c4c9bd;font-size:16px;line-height:1.65}
.final-cta-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px}
.final-cta-meta b{min-height:30px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid rgba(199,255,61,.34);border-radius:4px;background:rgba(12,14,11,.55);color:var(--landing-lime);font-size:9px}
.final-cta button{margin-top:34px;background:var(--landing-lime);color:var(--landing-ink)}
@media(max-width:760px){.final-cta{min-height:900px;height:100svh;max-height:980px}.final-cta::before{right:-12px;bottom:18px;font-size:72px}.final-cta-picture,.final-cta-media{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto}.final-cta-media{object-position:center}.final-cta::after{background:linear-gradient(180deg,rgba(4,5,4,.94) 0%,rgba(4,5,4,.72) 38%,rgba(4,5,4,.08) 63%,rgba(4,5,4,.18) 100%)}.final-cta-copy{min-height:0;width:100%;justify-content:flex-start;padding:72px 18px 24px;background:none}.final-cta h2{margin:22px 0 18px;font-size:49px;line-height:.95}.final-cta-copy>p{max-width:390px;font-size:15px}.final-cta-meta{margin-top:20px}.final-cta button{width:100%;justify-content:center;margin-top:25px}}

/* V6 video launch: a real product surface with a distinct motion accent. */
.video-launch-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #111014;
  color: #fff;
}
.video-launch-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(199, 255, 61, .06), transparent 34%, rgba(154, 108, 255, .08));
}
.video-launch-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: 78px;
}
.video-launch-copy > span {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 1px solid #594678;
  border-radius: 4px;
  color: #d9c9ff;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}
.video-launch-copy > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--landing-lime);
  box-shadow: 0 0 0 5px rgba(199, 255, 61, .1);
}
.video-launch-copy h2 {
  margin: 22px 0 24px;
  font-size: 60px;
  line-height: .98;
  letter-spacing: 0;
}
.video-launch-copy > p {
  max-width: 560px;
  margin: 0;
  color: #bdb8c5;
  font-size: 15px;
  line-height: 1.65;
}
.video-launch-benefits {
  display: grid;
  margin-top: 32px;
  border-top: 1px solid #333038;
}
.video-launch-benefits span {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #333038;
}
.video-launch-benefits svg {
  width: 18px;
  color: #a984ff;
}
.video-launch-benefits b {
  font-size: 12px;
  font-weight: 700;
}
.video-launch-copy > button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: var(--landing-lime);
  color: var(--landing-ink);
  font-size: 13px;
  font-weight: 850;
}
.video-launch-copy > button svg { width: 17px; }
.video-launch-preview {
  min-width: 0;
  padding: 14px;
  border: 1px solid #4c405d;
  border-radius: 8px;
  background: #09090b;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .38);
}
.video-launch-preview > header {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 4px 12px;
}
.video-launch-preview > header span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.video-launch-preview > header svg { width: 17px; color: #a984ff; }
.video-launch-preview > header em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--landing-lime);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}
.video-launch-preview > header em::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.video-launch-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #1a171e;
}
.video-launch-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 6, 10, .64), transparent 52%);
  pointer-events: none;
}
.video-launch-stage img,
.video-launch-stage video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.video-launch-media {
  opacity: 0;
  background: #1a171e;
  pointer-events: none;
  transition: opacity .55s ease;
}
.video-launch-media.is-ready { opacity: 1; }
.video-launch-stage > small {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 14px;
  font-size: 10px;
  font-weight: 750;
}
.video-model-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}
.video-model-row > span {
  min-width: 0;
  min-height: 66px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 10px;
  padding: 12px;
  border: 1px solid #302d35;
  border-radius: 6px;
  background: #151418;
}
.video-model-row > span.is-active { border-color: #8763d9; background: #1b1722; }
.video-model-row svg { grid-row: 1 / 3; align-self: center; width: 20px; color: #a984ff; }
.video-model-row b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.video-model-row small { color: #89848f; font-size: 9px; }
.video-launch-preview > footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
  border: 1px solid #302d35;
  border-radius: 6px;
  background: #111014;
}
.video-launch-preview > footer span {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 13px;
  border-right: 1px solid #302d35;
}
.video-launch-preview > footer span:last-child { border-right: 0; }
.video-launch-preview > footer small { color: #77727e; font-size: 8px; text-transform: uppercase; }
.video-launch-preview > footer b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 900px) {
  .video-launch-grid { grid-template-columns: 1fr; gap: 52px; }
  .video-launch-copy { max-width: 680px; }
}

@media (max-width: 760px) {
  .video-launch-section { padding: 84px 0; }
  .video-launch-grid { gap: 38px; }
  .video-launch-copy h2 { font-size: 42px; }
  .video-launch-copy > p { font-size: 15px; }
  .video-launch-benefits b { font-size: 13px; }
  .video-launch-copy > button { width: 100%; min-height: 52px; }
  .video-launch-preview { width: calc(100% + 12px); margin-left: -6px; padding: 9px; }
  .video-launch-preview > header { padding: 2px 4px 10px; }
  .video-launch-stage { aspect-ratio: 4 / 3; }
  .video-model-row > span { min-height: 62px; padding: 10px; }
  .video-model-row small { font-size: 8px; }
  .video-launch-preview > footer span { padding: 11px 8px; }
}

/* Product system: the newer tools are grouped by workflow, not exposed as a feature dump. */
.production-system {
  padding: 128px 0;
  overflow: hidden;
  background: #eef1e9;
  color: var(--landing-ink);
}
.production-system-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 54px;
}
.production-system-head > div:last-child {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  align-items: end;
  gap: 46px;
}
.production-system-head h2 {
  margin: 0;
  font-size: 58px;
  line-height: .98;
}
.production-system-head h2 em {
  color: var(--landing-ink);
  font-style: normal;
  background: linear-gradient(transparent 63%, rgba(199, 255, 61, .86) 63%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.production-system-head p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.65;
}
.production-system-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1.06fr) minmax(420px, .94fr);
  gap: 10px;
  margin-top: 70px;
}
.production-system-visual {
  position: relative;
  min-width: 0;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #0c0d0b;
}
.production-system-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 8, 6, .86), transparent 38%);
  pointer-events: none;
}
.production-system-visual img,
.production-system-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.production-system-video {
  opacity: 0;
  background: #0c0d0b;
  pointer-events: none;
  transition: opacity .55s ease;
}
.production-system-video.is-ready {
  opacity: 1;
}
.production-system-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  grid-template-columns: auto 22px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
}
.production-system-visual figcaption span {
  color: #c5cabf;
  font-size: 11px;
}
.production-system-visual figcaption svg {
  width: 18px;
  color: var(--landing-lime);
}
.production-system-visual figcaption strong {
  font-size: 18px;
}
.production-system-list {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.production-system-list article {
  min-height: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 24px;
  border: 1px solid #d0d5ca;
  border-radius: 7px;
  background: #fafbf8;
}
.production-system-list article > span {
  display: grid;
  justify-items: center;
  align-content: space-between;
  padding: 10px 0;
  border-radius: 5px;
  background: var(--landing-ink);
  color: var(--landing-lime);
}
.production-system-list article > span svg { width: 22px; }
.production-system-list article > span small { font-size: 8px; }
.production-system-list h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.15;
}
.production-system-list p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 12px;
  line-height: 1.55;
}
.production-system-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 10px;
  border: 1px solid #30342c;
  border-radius: 7px;
  background: var(--landing-ink);
  color: #fff;
}
.production-system-strip > span {
  min-width: 0;
  min-height: 132px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  column-gap: 12px;
  padding: 22px;
  border-right: 1px solid #343830;
}
.production-system-strip > span:last-child { border-right: 0; }
.production-system-strip svg {
  grid-row: 1 / 3;
  width: 22px;
  color: var(--landing-lime);
}
.production-system-strip b { font-size: 13px; }
.production-system-strip small {
  margin-top: 6px;
  color: #9fa59a;
  font-size: 10px;
  line-height: 1.45;
}

@media (max-width: 1000px) {
  .production-system-head > div:last-child { grid-template-columns: 1fr; gap: 20px; }
  .production-system-grid { grid-template-columns: 1fr; }
  .production-system-visual { min-height: 560px; }
  .production-system-strip { grid-template-columns: 1fr 1fr; }
  .production-system-strip > span:nth-child(2) { border-right: 0; }
  .production-system-strip > span:nth-child(-n+2) { border-bottom: 1px solid #343830; }
}

@media (max-width: 760px) {
  .production-system { padding: 84px 0; }
  .production-system-head { grid-template-columns: 1fr; gap: 22px; }
  .production-system-head h2 { font-size: 40px; }
  .production-system-head p { font-size: 15px; }
  .production-system-grid { width: calc(100% - 24px); margin-top: 42px; }
  .production-system-visual { min-height: 450px; }
  .production-system-visual img,
  .production-system-video { object-position: center; }
  .production-system-visual figcaption { left: 16px; right: 16px; bottom: 16px; }
  .production-system-visual figcaption strong { font-size: 14px; }
  .production-system-list article { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; padding: 18px; }
  .production-system-list h3 { font-size: 18px; }
  .production-system-list p { font-size: 13px; }
  .production-system-strip { width: calc(100% - 36px); grid-template-columns: 1fr; }
  .production-system-strip > span { min-height: 104px; border-right: 0; border-bottom: 1px solid #343830; }
  .production-system-strip > span:last-child { border-bottom: 0; }
}

/* Hero video keeps the existing responsive 4K artwork as an instant fallback. */
.hero-video-poster .hero-media {
  z-index: -3;
}
.hero-video {
  z-index: -2;
  opacity: 0;
  object-position: center;
  animation: none;
  background: #080907;
  transition: opacity .55s ease;
}
.hero-video.is-ready {
  opacity: 1;
}

@media (max-width: 760px) {
  .hero-video-poster .hero-media,
  .hero-video {
    top: 0;
    bottom: auto;
    height: 48%;
  }
  .hero-video {
    object-position: 76% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
  .production-system-video {
    display: none;
  }
  .video-launch-media {
    display: none;
  }
}
