:root {
  color-scheme: dark;
  --ink: #061009;
  --ink-2: #0a1710;
  --ink-3: #102118;
  --forest: #173724;
  --forest-soft: #214a31;
  --mineral: #86c996;
  --mineral-bright: #b8ebb5;
  --ivory: #f4efdf;
  --ivory-soft: #d9dece;
  --muted: #9dad9f;
  --gold: #d7b66b;
  --coral: #ef7e67;
  --line: rgba(204, 232, 207, .14);
  --line-strong: rgba(204, 232, 207, .26);
  --surface: rgba(15, 31, 21, .82);
  --surface-solid: #0f2016;
  --shadow: 0 30px 90px rgba(0, 0, 0, .38);
  --wrap: min(1180px, calc(100% - 40px));
  --radius: 24px;
  --font-display: "Fraunces", Georgia, serif;
  --font-sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 0%, rgba(72, 145, 89, .16), transparent 30rem),
    radial-gradient(circle at 93% 35%, rgba(215, 182, 107, .08), transparent 27rem),
    var(--ink);
  color: var(--ivory-soft);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: .12;
  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: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ivory);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--mineral-bright); outline-offset: 3px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.public-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(218, 235, 218, .1);
  background: rgba(5, 15, 8, .78);
  backdrop-filter: blur(18px) saturate(135%);
}
.public-nav__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.public-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.public-brand__mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(188, 226, 190, .18);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(123, 192, 136, .2), rgba(7, 19, 10, .8));
  box-shadow: inset 0 1px rgba(255,255,255,.08);
}
.public-brand__mark svg { width: 28px; height: 28px; }
.public-brand b { color: var(--mineral-bright); }
.public-links { display: flex; align-items: center; gap: 6px; }
.public-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #bdc9bd;
  font-size: 14px;
  font-weight: 700;
}
.public-links a:hover { color: var(--ivory); background: rgba(255,255,255,.055); }
.public-links .nav-primary {
  padding-inline: 17px;
  background: var(--mineral-bright);
  color: #07140b;
  box-shadow: 0 9px 28px rgba(113, 190, 128, .16);
}
.public-links .nav-primary:hover { color: #07140b; background: #cbf4c5; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.04);
  place-items: center;
}
.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 3px;
  background: var(--ivory);
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle span { margin: 4px 0; }
.public-nav.is-open .nav-toggle::before { transform: translateY(6px) rotate(45deg); }
.public-nav.is-open .nav-toggle span { opacity: 0; }
.public-nav.is-open .nav-toggle::after { transform: translateY(-6px) rotate(-45deg); }

.availability {
  border-bottom: 1px solid rgba(215, 182, 107, .16);
  background: linear-gradient(90deg, rgba(25, 54, 35, .88), rgba(21, 35, 25, .9));
}
.availability .wrap {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #dcd6bf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
}
.availability i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(215, 182, 107, .08);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mineral-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow::before { width: 26px; height: 1px; content: ""; background: currentColor; opacity: .7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .display {
  color: var(--ivory);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .99;
}
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3.5rem, 7vw, 6.8rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 4.8vw, 4.9rem); }
h3 { color: var(--ivory); font-size: 1.35rem; line-height: 1.2; }
.lead { max-width: 720px; color: #bdc9bd; font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.65; }
.section { position: relative; padding: 112px 0; }
.section--quiet { border-block: 1px solid rgba(208, 234, 209, .08); background: rgba(12, 27, 18, .54); }
.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head p { max-width: 650px; color: var(--muted); font-size: 18px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: var(--ivory);
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); border-color: rgba(190, 233, 193, .45); background: rgba(255,255,255,.07); }
.button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #c8f3c4, #8ad49a);
  color: #07140b;
  box-shadow: 0 18px 45px rgba(72, 154, 89, .2);
}
.button--primary:hover { background: linear-gradient(135deg, #d8f8d3, #9bdda8); }
.button--text { min-height: 44px; padding-inline: 5px; border: 0; background: none; color: var(--mineral-bright); }
.button svg { width: 18px; height: 18px; }

.home-hero {
  position: relative;
  min-height: calc(100svh - 116px);
  overflow: clip;
  display: grid;
  align-items: center;
  padding: 84px 0 62px;
}
.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, #061009 0%, rgba(6,16,9,.92) 34%, rgba(6,16,9,.46) 70%, #061009 100%),
    linear-gradient(0deg, #061009 0%, transparent 34%),
    url("/static/img/landing/hero-suite-max-cinematic.jpg") center 44% / cover no-repeat;
}
.home-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 66% 46%, rgba(112, 190, 127, .12), transparent 30%);
}
.home-hero__grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); gap: 58px; align-items: center; }
.home-hero__copy { padding-block: 34px; }
.home-hero__copy .eyebrow { margin-bottom: 24px; }
.home-hero__copy .lead { margin-bottom: 32px; }
.hero-trust {
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
  color: #aebcaf;
  font-size: 13px;
  font-weight: 700;
}
.hero-trust li { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust li::before { width: 7px; height: 7px; content: ""; border: 1px solid var(--mineral); border-radius: 50%; }

.product-orbit {
  position: relative;
  border: 1px solid rgba(190, 229, 192, .2);
  border-radius: 28px;
  background: rgba(5, 17, 9, .76);
  box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.055);
  overflow: hidden;
  backdrop-filter: blur(14px);
}
.product-orbit::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  content: "";
  box-shadow: inset 0 0 80px rgba(0,0,0,.35);
}
.product-orbit__image { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #09150d; }
.product-orbit__image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: opacity .18s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.product-orbit:hover .product-orbit__image img { transform: scale(1.018); }
.product-orbit__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to bottom, transparent 58%, #08130b 100%); }
.product-orbit__meta { position: relative; z-index: 3; padding: 22px 24px 24px; }
.product-orbit__label { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.product-orbit__label small { display: block; color: var(--mineral); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-orbit__label strong { display: block; color: var(--ivory); font-family: var(--font-display); font-size: 29px; font-weight: 400; }
.product-orbit__label span { max-width: 220px; color: var(--muted); font-size: 12px; line-height: 1.45; text-align: right; }
.product-selector { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.product-selector button {
  min-height: 44px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  color: #aebcae;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}
.product-selector button:hover { border-color: var(--line-strong); color: var(--ivory); }
.product-selector button[aria-selected="true"] { border-color: rgba(151, 218, 160, .46); background: rgba(105, 184, 120, .15); color: var(--mineral-bright); }
.orbit-link { position: absolute; inset: 0; z-index: 1; }

.section-rail {
  padding: 22px 0;
  border-block: 1px solid var(--line);
  background: rgba(10, 23, 15, .85);
}
.section-rail__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.rail-item { min-height: 56px; padding: 4px 22px; border-right: 1px solid var(--line); }
.rail-item:last-child { border-right: 0; }
.rail-item b { display: block; color: var(--ivory); font-size: 13px; }
.rail-item span { color: var(--muted); font-size: 12px; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.product-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
  isolation: isolate;
}
.product-card__image { position: absolute; inset: 0; z-index: -2; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to bottom, rgba(6,16,9,.08) 8%, rgba(6,16,9,.4) 45%, rgba(6,16,9,.97) 87%); }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__body { padding: 30px; }
.product-card__topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.product-card__body h3 { margin: 8px 0 10px; font-family: var(--font-display); font-size: 2.2rem; font-weight: 400; letter-spacing: -.04em; }
.product-card__body p { max-width: 560px; margin-bottom: 20px; color: #b2beb3; line-height: 1.55; }
.product-card__question { color: var(--mineral-bright); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.capability-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 22px; padding: 0; list-style: none; }
.capability-list li { padding: 6px 9px; border: 1px solid rgba(215, 231, 215, .15); border-radius: 999px; background: rgba(5,15,8,.52); color: #c4cec4; font-size: 11px; font-weight: 700; }
.card-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--mineral-bright); font-size: 13px; font-weight: 800; }
.text-link::after { content: "→"; transition: transform .18s ease; }
.text-link:hover::after { transform: translateX(4px); }

.contrast-grid { display: grid; grid-template-columns: 1fr 80px 1fr; gap: 28px; align-items: stretch; }
.contrast-panel { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13, 29, 19, .74); }
.contrast-panel--before { background: rgba(29, 30, 22, .5); }
.contrast-panel .eyebrow { margin-bottom: 18px; }
.contrast-panel h3 { margin-bottom: 24px; font-family: var(--font-display); font-size: 2.1rem; font-weight: 400; }
.contrast-list { margin: 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.contrast-list li { position: relative; padding-left: 28px; color: #b9c5ba; }
.contrast-list li::before { position: absolute; left: 0; top: .72em; width: 12px; height: 1px; content: ""; background: var(--coral); }
.contrast-panel--after .contrast-list li::before { width: 15px; height: 15px; top: .34em; border: 1px solid var(--mineral); border-radius: 50%; background: radial-gradient(circle, var(--mineral) 0 3px, transparent 4px); }
.contrast-arrow { display: grid; place-items: center; color: var(--gold); font-family: var(--font-display); font-size: 38px; }

.story-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 46px; align-items: center; }
.story-tabs { display: grid; gap: 9px; }
.story-tab {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: transparent;
  color: #aebbae;
  cursor: pointer;
  text-align: left;
}
.story-tab:hover { background: rgba(255,255,255,.035); }
.story-tab[aria-selected="true"] { border-color: var(--line-strong); background: rgba(80, 151, 94, .1); color: var(--ivory); }
.story-tab__index { color: var(--gold); font-family: var(--font-display); font-size: 20px; }
.story-tab b { display: block; font-size: 14px; }
.story-tab small { display: block; color: var(--muted); font-size: 12px; }
.product-screen { overflow: hidden; border: 1px solid rgba(195, 228, 197, .2); border-radius: 22px; background: #0b160f; box-shadow: var(--shadow); }
.product-screen__bar { min-height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid var(--line); background: #101e15; }
.product-screen__bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(228, 240, 227, .25); }
.product-screen__bar span { margin-left: 8px; color: #849486; font-size: 11px; }
.product-screen__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.product-screen__media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: opacity .18s ease; }
.screen-caption { display: flex; justify-content: space-between; gap: 24px; padding: 18px 20px; border-top: 1px solid var(--line); }
.screen-caption b { color: var(--ivory); font-size: 13px; }
.screen-caption span { color: var(--muted); font-size: 12px; text-align: right; }

.lucia-preview {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  padding: 54px;
  border: 1px solid rgba(190, 226, 192, .18);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(7,19,10,.98), rgba(8,22,13,.7)),
    url("/static/img/landing/lucia-producer-cinematic-v1.jpg") center / cover;
  box-shadow: var(--shadow);
}
.lucia-preview__copy { max-width: 510px; }
.lucia-preview__copy h2 { font-size: clamp(2.7rem, 4.5vw, 4.5rem); }
.lucia-preview__copy p { color: #b7c3b8; font-size: 17px; }
.preview-chat { max-width: 500px; justify-self: end; overflow: hidden; border: 1px solid rgba(215, 237, 215, .22); border-radius: 22px; background: rgba(242, 244, 235, .96); color: #17301f; box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.preview-chat__head { display: flex; align-items: center; gap: 12px; padding: 16px; border-bottom: 1px solid rgba(14,48,25,.1); }
.preview-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: #183d27; color: #d8f1d8; font-family: var(--font-display); }
.preview-chat__head b { display: block; font-size: 14px; }
.preview-chat__head small { display: block; color: #58675b; font-size: 11px; }
.preview-chat__body { display: grid; gap: 10px; padding: 18px; }
.preview-bubble { max-width: 85%; padding: 11px 13px; border-radius: 14px; background: #fff; font-size: 13px; line-height: 1.5; box-shadow: 0 5px 18px rgba(25,55,33,.08); }
.preview-bubble--user { margin-left: auto; background: #d9f0dc; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: start-step; }
.step { position: relative; min-height: 220px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(14, 30, 20, .62); counter-increment: start-step; }
.step::before { content: "0" counter(start-step); color: var(--gold); font-family: var(--font-display); font-size: 25px; }
.step h3 { margin: 30px 0 10px; font-size: 18px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: start; }
.proof-note { position: sticky; top: 120px; }
.proof-note p { color: var(--muted); font-size: 17px; }
.proof-stack { display: grid; gap: 14px; }
.proof-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: rgba(14, 30, 20, .58); }
.proof-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(154, 213, 162, .2); border-radius: 14px; background: rgba(88, 166, 103, .1); color: var(--mineral-bright); }
.proof-icon svg { width: 23px; height: 23px; }
.proof-item h3 { margin: 2px 0 6px; font-size: 15px; }
.proof-item p { margin: 0; color: var(--muted); font-size: 13px; }

.faq { max-width: 840px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; color: var(--ivory); font-size: 17px; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--mineral-bright); font-family: var(--font-display); font-size: 28px; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; padding: 0 0 26px; margin: 0; color: var(--muted); }

.final-cta { padding: 82px 40px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, rgba(30,71,42,.7), rgba(10,24,15,.92)); text-align: center; }
.final-cta h2 { max-width: 820px; margin-inline: auto; }
.final-cta p { max-width: 650px; margin: 0 auto 26px; color: #b5c2b6; font-size: 17px; }
.final-cta .button-row { justify-content: center; }

.public-footer { padding: 34px 0 44px; border-top: 1px solid var(--line); }
.public-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #89998b; font-size: 12px; }
.public-footer__links { display: flex; flex-wrap: wrap; gap: 18px; }
.public-footer a:hover { color: var(--ivory); }

/* Lucia conversation */
.lucia-page { min-height: 100svh; background: #061009; }
.lucia-stage { padding: 42px 0 70px; }
.lucia-stage__intro { max-width: 760px; margin-bottom: 30px; }
.lucia-stage__intro h1 { margin: 12px 0 14px; font-size: clamp(2.7rem, 5.2vw, 5.5rem); }
.lucia-stage__intro p { max-width: 660px; color: var(--muted); font-size: 17px; }
.lucia-workspace { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(290px, .52fr); gap: 18px; align-items: stretch; }
.chat-shell {
  min-height: 670px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(300px, 1fr) auto auto;
  border: 1px solid rgba(192, 228, 195, .2);
  border-radius: 26px;
  background: #edf2e9;
  color: #15251a;
  box-shadow: var(--shadow);
}
.chat-shell__head { min-height: 76px; display: flex; align-items: center; gap: 13px; padding: 13px 18px; border-bottom: 1px solid rgba(15,48,25,.1); background: rgba(245, 247, 240, .92); }
.chat-avatar { position: relative; width: 47px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; background: linear-gradient(145deg, #214b30, #102719); color: #d9f0db; font-family: var(--font-display); font-size: 18px; }
.chat-avatar::after { position: absolute; right: -1px; bottom: -1px; width: 11px; height: 11px; border: 2px solid #eef3ea; border-radius: 50%; background: #5fba72; content: ""; }
.chat-identity { min-width: 0; }
.chat-identity b { display: block; color: #142b1b; font-size: 15px; }
.chat-identity span { display: block; overflow: hidden; color: #5d6a60; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.chat-status { margin-left: auto; color: #3b7049; font-size: 11px; font-weight: 800; }
.chat-restart { min-height: 42px; padding: 0 12px; border: 1px solid rgba(21,62,33,.13); border-radius: 999px; background: transparent; color: #3e5e47; cursor: pointer; font-size: 12px; font-weight: 800; }
.chat-restart:hover { background: rgba(36,91,49,.06); color: #173a22; }
.chat-log { overflow-y: auto; overscroll-behavior: contain; padding: 26px 22px 20px; scroll-behavior: smooth; }
.chat-row { max-width: 86%; display: flex; gap: 9px; align-items: flex-end; margin-bottom: 16px; animation: message-in .22s ease both; }
.chat-row--user { margin-left: auto; flex-direction: row-reverse; }
.chat-mini-avatar { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #1f4730; color: #e7f4e7; font-family: var(--font-display); font-size: 10px; }
.chat-row--user .chat-mini-avatar { background: #d8e5d8; color: #31513a; font-family: var(--font-sans); font-weight: 800; }
.chat-message-wrap { min-width: 0; }
.chat-message { padding: 12px 14px; border-radius: 17px 17px 17px 5px; background: #fff; color: #233428; font-size: 14px; line-height: 1.55; box-shadow: 0 5px 18px rgba(25,55,33,.07); overflow-wrap: anywhere; }
.chat-message p { margin: 0 0 8px; }
.chat-message p:last-child { margin-bottom: 0; }
.chat-row--user .chat-message { border-radius: 17px 17px 5px 17px; background: #d9efdc; }
.chat-message--error { border: 1px solid rgba(189,74,54,.24); background: #fff4ef; color: #7b3226; }
.chat-meta { margin-top: 4px; padding-inline: 4px; color: #5d6a60; font-size: 10px; }
.chat-row--user .chat-meta { text-align: right; }
.retry-button { min-height: 38px; margin-top: 9px; padding: 0 12px; border: 1px solid rgba(132,56,43,.2); border-radius: 999px; background: #fff; color: #7b3226; cursor: pointer; font-size: 12px; font-weight: 800; }
.typing-row { display: flex; gap: 6px; align-items: center; padding: 13px 15px; }
.typing-row i { width: 6px; height: 6px; border-radius: 50%; background: #4b8e5c; animation: typing 1.1s infinite; }
.typing-row i:nth-child(2) { animation-delay: .13s; }
.typing-row i:nth-child(3) { animation-delay: .26s; }
.chat-quick { overflow-x: auto; display: flex; gap: 7px; padding: 10px 16px 12px; border-top: 1px solid rgba(16,53,27,.08); background: #e6ece3; scrollbar-width: thin; }
.quick-button { min-height: 40px; flex: 0 0 auto; padding: 0 12px; border: 1px solid rgba(32,94,48,.19); border-radius: 999px; background: #fff; color: #285638; cursor: pointer; font-size: 12px; font-weight: 800; white-space: nowrap; }
.quick-button:hover { border-color: #4d9a60; background: #f1faf1; }
.chat-composer { display: grid; grid-template-columns: 1fr auto; gap: 9px; align-items: end; padding: 14px 16px 16px; border-top: 1px solid rgba(16,53,27,.08); background: #e6ece3; }
.chat-input-wrap { position: relative; }
.chat-input { width: 100%; min-height: 50px; padding: 13px 16px; border: 1px solid rgba(19,59,30,.17); border-radius: 16px; outline: 0; background: #fff; color: #1d3022; font-size: 16px; line-height: 1.4; }
.chat-input:focus { border-color: #4c9560; box-shadow: 0 0 0 3px rgba(76,149,96,.15); }
.chat-input::placeholder { color: #5d6a60; }
.chat-send { width: 50px; height: 50px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 16px; background: linear-gradient(145deg, #3f9856, #26733e); color: white; cursor: pointer; box-shadow: 0 9px 22px rgba(38,115,62,.22); }
.chat-send:hover { transform: translateY(-1px); }
.chat-send:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.chat-send svg { width: 20px; height: 20px; }
.chat-live-status { min-height: 20px; padding: 0 18px 10px; background: #e6ece3; color: #5d6a60; font-size: 11px; }

.operation-panel { display: flex; flex-direction: column; gap: 14px; }
.operation-card { padding: 23px; border: 1px solid var(--line); border-radius: 22px; background: rgba(14, 30, 20, .8); }
.operation-card h2 { margin: 8px 0 8px; font-family: var(--font-display); font-size: 2rem; font-weight: 400; }
.operation-card > p { margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.operation-state { display: grid; gap: 10px; margin-bottom: 20px; }
.state-row { padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.state-row span { display: block; color: #859689; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.state-row b { display: block; margin-top: 3px; color: var(--ivory); font-size: 13px; }
.operation-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.operation-product { min-height: 46px; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.03); color: #acbbad; cursor: pointer; font-size: 11px; font-weight: 800; }
.operation-product:hover { color: var(--ivory); }
.operation-product[aria-pressed="true"] { border-color: rgba(139,210,150,.4); background: rgba(89,170,104,.13); color: var(--mineral-bright); }
.recommendation { padding: 22px; border: 1px solid rgba(215,182,107,.18); border-radius: 22px; background: linear-gradient(145deg, rgba(65,58,31,.3), rgba(14,30,20,.75)); }
.recommendation__status { display: inline-flex; align-items: center; gap: 7px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.recommendation__status::before { width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; }
.recommendation h3 { margin: 14px 0 7px; font-family: var(--font-display); font-size: 1.65rem; font-weight: 400; }
.recommendation p { margin-bottom: 17px; color: var(--muted); font-size: 12px; }
.recommendation .button { width: 100%; min-height: 46px; }
.privacy-note { padding: 17px 18px; border: 1px solid var(--line); border-radius: 17px; color: #8fa092; font-size: 11px; }
.privacy-note strong { display: block; margin-bottom: 4px; color: #c5d1c6; }

@keyframes message-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes typing { 0%, 70%, 100% { opacity: .35; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }

@media (max-width: 1040px) {
  .public-links a:not(.nav-primary):not(.login-link) { display: none; }
  .home-hero__grid { grid-template-columns: 1fr; }
  .home-hero__copy { max-width: 800px; }
  .product-orbit { max-width: 760px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-tabs { grid-template-columns: repeat(2, 1fr); }
  .lucia-preview { grid-template-columns: 1fr; }
  .preview-chat { justify-self: start; }
  .lucia-workspace { grid-template-columns: 1fr; }
  .operation-panel { display: grid; grid-template-columns: 1fr 1fr; }
  .privacy-note { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --wrap: min(100% - 28px, 1180px); --radius: 19px; }
  html { scroll-padding-top: 76px; }
  .public-nav__inner { min-height: 66px; }
  .public-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    padding: 12px 14px 16px;
    border-bottom: 1px solid var(--line);
    background: rgba(6,16,9,.97);
    box-shadow: 0 18px 30px rgba(0,0,0,.28);
  }
  .public-nav.is-open .public-links { display: grid; }
  .public-links a,
  .public-links a:not(.nav-primary):not(.login-link) { display: flex; width: 100%; min-height: 48px; justify-content: center; }
  .nav-toggle { display: grid; }
  .availability .wrap { min-height: 44px; font-size: 10px; }
  .home-hero { min-height: auto; padding: 54px 0 46px; }
  .home-hero::before { background: linear-gradient(0deg,#061009 5%,rgba(6,16,9,.74) 68%,rgba(6,16,9,.45)), url("/static/img/landing/hero-suite-max-cinematic.jpg") 58% center / cover; }
  .home-hero__grid { gap: 28px; }
  .home-hero__copy { padding: 0; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.5rem, 11vw, 3.9rem); }
  .button-row .button { width: 100%; }
  .product-orbit__meta { padding: 18px; }
  .product-orbit__label { align-items: start; }
  .product-orbit__label span { display: none; }
  .product-selector { grid-template-columns: repeat(2, 1fr); }
  .section-rail__inner { grid-template-columns: 1fr 1fr; }
  .rail-item { padding: 10px 14px; border-bottom: 1px solid var(--line); }
  .rail-item:nth-child(2) { border-right: 0; }
  .rail-item:nth-child(n+3) { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 34px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 440px; }
  .product-card__body { padding: 24px; }
  .contrast-grid { grid-template-columns: 1fr; }
  .contrast-arrow { transform: rotate(90deg); }
  .contrast-panel { padding: 27px; }
  .story-tabs { grid-template-columns: 1fr; }
  .story-tab { min-height: 66px; }
  .screen-caption { display: block; }
  .screen-caption span { display: block; margin-top: 4px; text-align: left; }
  .lucia-preview { padding: 30px 22px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 180px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-note { position: static; }
  .final-cta { padding: 58px 22px; }
  .public-footer__inner { align-items: flex-start; flex-direction: column; }
  .lucia-stage { padding: 26px 0 34px; }
  .lucia-stage__intro { margin-bottom: 20px; }
  .lucia-stage__intro h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .lucia-stage__intro p { font-size: 15px; }
  .chat-shell { min-height: calc(100svh - 132px); max-height: 820px; border-radius: 20px; grid-template-rows: auto minmax(260px,1fr) auto auto auto; }
  .chat-shell__head { min-height: 66px; padding: 10px 12px; }
  .chat-avatar { width: 42px; height: 42px; }
  .chat-identity span { max-width: 165px; }
  .chat-status { display: none; }
  .chat-restart { margin-left: auto; padding-inline: 10px; }
  .chat-log { padding: 18px 12px 12px; }
  .chat-row { max-width: 96%; }
  .chat-message { font-size: 15px; }
  .chat-quick { padding-inline: 12px; }
  .chat-composer { padding: 11px 12px 12px; }
  .chat-live-status { padding-inline: 14px; }
  .operation-panel { grid-template-columns: 1fr; }
  .privacy-note { grid-column: auto; }
}

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

@media (prefers-contrast: more) {
  :root { --line: rgba(230, 246, 230, .32); --line-strong: rgba(230, 246, 230, .56); --muted: #bdc9be; }
  .button, .product-card, .product-orbit, .chat-shell { border-width: 2px; }
}

/* Commercial pricing surface. Server-gated and absent in informational mode. */
.pricing-main{padding:72px 0 100px}.pricing-hero{display:grid;grid-template-columns:1fr minmax(330px,.72fr);gap:44px;align-items:center;margin-bottom:52px}.pricing-hero h1{font-size:clamp(3.4rem,6vw,6rem)}.pricing-shot{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--surface-solid);box-shadow:var(--shadow)}.pricing-shot img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top}.pricing-controls{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:28px}.pricing-control{padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(14,30,20,.7)}.pricing-control b{display:block;margin-bottom:10px;color:var(--ivory);font-size:12px}.pricing-pills{display:flex;flex-wrap:wrap;gap:7px}.pricing-pills a{min-height:38px;display:inline-flex;align-items:center;padding:0 11px;border:1px solid var(--line);border-radius:999px;color:#aebbae;font-size:11px;font-weight:800}.pricing-pills a[aria-current="page"]{border-color:rgba(139,210,150,.4);background:rgba(89,170,104,.13);color:var(--mineral-bright)}.pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pricing-card{min-height:360px;display:flex;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:20px;background:rgba(14,30,20,.75)}.pricing-card--featured{border-color:rgba(215,182,107,.38);background:linear-gradient(160deg,rgba(73,65,35,.32),rgba(14,30,20,.82))}.pricing-card__label{min-height:32px;color:var(--mineral-bright);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pricing-card h2{margin:8px 0 14px;font-family:var(--font-display);font-size:1.9rem;font-weight:400}.pricing-price{margin-bottom:14px;color:var(--ivory);font-family:var(--font-display);font-size:2.6rem;line-height:1}.pricing-price small{color:var(--muted);font-family:var(--font-sans);font-size:11px}.pricing-card p{color:var(--muted);font-size:13px}.pricing-card .button{width:100%;margin-top:auto}.pricing-note{margin-top:22px;padding:20px;border:1px solid rgba(215,182,107,.2);border-radius:18px;background:rgba(62,55,31,.2);color:#c7c4b3;font-size:13px}@media(max-width:1000px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.pricing-main{padding-top:48px}.pricing-hero,.pricing-controls{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr}}