/* Ovara: light editorial canvas, dark product windows, one connected story. */
:root {
  color-scheme: light;
  --paper: #f7f7f5;
  --white: #fff;
  --ink: #202024;
  --muted: #68686f;
  --line: #dfdfe3;
  --violet: #7160b7;
  --violet-light: #b6a9f0;
  --ease: cubic-bezier(.2,.75,.25,1);
  --gutter: clamp(22px,4vw,64px);
  --nav-height: 72px;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 24px); }
body { margin: 0; font-family: Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button,input,textarea { font: inherit; }
button,a,input,textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img,video { display: block; max-width: 100%; }
figure,p,h1,h2,h3 { margin: 0; }
[hidden] { display: none !important; }
::selection { background: #e0d9fa; color: #202024; }
:focus-visible { outline: 2px solid var(--violet); outline-offset: 5px; }
[tabindex='-1']:focus { outline: none; }
.wrap { max-width: 1248px; margin-inline: auto; padding-inline: var(--gutter); }
.wrap-wide { max-width: 1560px; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px,7vw,104px); }
h2 { font-size: clamp(32px,3.6vw,52px); letter-spacing: -.045em; line-height: 1.12; font-weight: 500; }
h3 { font-weight: 500; letter-spacing: -.035em; }
.muted { color: var(--muted); }
.eyebrow { font-size: 13px; font-weight: 500; line-height: 1.5; margin-bottom: 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 17px 25px; border-radius: 100px; border: 1px solid transparent; background: var(--ink); color: white; font-size: 14px; font-weight: 500; text-decoration: none; transition: background .2s,transform .25s var(--ease); }
.btn:hover { background: #3a3a41; transform: translateY(-2px); }
.btn:active { transform: scale(.98); }
.btn-small { padding: 11px 19px; font-size: 12px; }
.text-link { font-size: 14px; font-weight: 500; text-decoration: none; color: var(--violet); text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.cta-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; margin-top: 30px; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 20px; padding: 12px; background: white; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.nav { position: sticky; top: 0; z-index: 30; background: rgba(247,247,245,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(32,32,36,.07); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--nav-height); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 21px; font-weight: 500; letter-spacing: -.04em; text-decoration: none; }
.nav-links { margin-left: auto; display: flex; gap: 30px; margin-right: 28px; }
.nav-links a { font-size: 12px; color: var(--muted); text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.hero { padding-top: clamp(54px,7vw,96px); overflow: clip; }
.hero-copy { text-align: center; }
.hero .eyebrow { color: var(--violet); }
h1 { font-size: clamp(44px,6.2vw,88px); font-weight: 500; letter-spacing: -.065em; line-height: 1.02; }
h1 > span { color: #6c6b73; }
.hero-lede { max-width: 58ch; margin: 28px auto 0; font-size: clamp(16px,1.4vw,19px); color: var(--muted); line-height: 1.65; }
.hero-promise { max-width: 60ch; margin: 16px auto 0; font-size: 16px; line-height: 1.6; }
.hero-product { margin-top: clamp(44px,5vw,72px); max-width: 1320px; perspective: 1600px; }
.product-window { border-radius: 18px; overflow: hidden; background: #202022; border: 1px solid #39383e; box-shadow: 0 30px 75px -35px rgba(39,27,68,.4); transform: perspective(1600px) rotateX(calc(3deg * (1 - var(--hero-progress,0)))); transform-origin: center bottom; }
.window-bar { height: 42px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 11px; color: #aeacb7; border-bottom: 1px solid #333239; }
.window-dots { font-size: 9px; letter-spacing: 4px; color: #66646e; }
.window-state { display: inline-flex; align-items: center; gap: 7px; }
.window-state i { width: 5px; height: 5px; background: #aa9bdc; border-radius: 100%; }
.product-image { display: block; width: 100%; padding: 0; border: 0; position: relative; overflow: hidden; background: #171719; text-align: left; }
.product-image img { width: 100%; height: auto; }
.image-open { position: absolute; right: 16px; bottom: 16px; padding: 10px 14px; border-radius: 100px; background: rgba(247,247,250,.95); color: #252329; font-size: 11px; font-weight: 500; box-shadow: 0 3px 20px #0002; transition: transform .25s var(--ease); }
.product-image:hover .image-open { transform: translateY(-3px); }
.hero-product figcaption { text-align: center; color: var(--muted); font-size: 11px; margin-top: 18px; }
.trust-line { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 18px; padding-block: 34px 50px; font-size: 13px; }
.trust-line > span:first-child { color: var(--muted); font-size: 12px; }
.trust-line a { text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.trust-dot { color: #aaa; }
/* Sticky screenshots: no scroll trapping; the copy selects the active view. */
.product-section { background: #fff; }
.section-heading .section-lede { color: var(--muted); font-size: 17px; line-height: 1.6; margin-top: 22px; max-width: 54ch; }
.product-story { margin-top: 56px; }
.story-step { margin-bottom: 52px; }
.step-label { display: block; color: var(--violet); font-size: 12px; font-weight: 500; margin-bottom: 22px; }
.story-step h3 { font-size: clamp(29px,2.7vw,40px); line-height: 1.12; }
.story-step > p { max-width: 36ch; margin-top: 20px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.story-step .step-detail { font-size: 12px; color: #7c728f; margin-top: 24px; }
.story-shot { margin-top: 24px; }
.story-shot .product-image { border-radius: 14px; border: 1px solid #35353a; box-shadow: 0 24px 60px -30px #29233966; }
.story-shot figcaption { color: var(--muted); font-size: 12px; line-height: 1.5; padding-top: 17px; }
.story-stage { display: none; }
.product-story.is-enhanced { display: grid; grid-template-columns: minmax(240px,.65fr) minmax(0,1.7fr); gap: clamp(36px,5vw,80px); align-items: start; }
.is-enhanced .story-copy { padding-block: 8vh 16vh; }
.is-enhanced .story-step { min-height: 44vh; display: flex; flex-direction: column; justify-content: center; margin-bottom: 9vh; }
.is-enhanced .story-step:last-child { margin-bottom: 0; }
.is-enhanced .story-step h3 { color: #787580; transition: color .35s ease; }
.is-enhanced .story-step.is-active h3 { color: var(--ink); }
.is-enhanced .story-stage { display: block; position: sticky; top: calc(var(--nav-height) + 8vh); min-width: 0; width: 100%; max-width: calc((100svh - var(--nav-height) - 180px) * 1.6923); justify-self: center; }
.stage-images { position: relative; aspect-ratio: 2200/1300; }
.stage-images .story-shot { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: translateY(12px) scale(.987); transition: opacity .55s var(--ease),transform .7s var(--ease),visibility .55s; }
.stage-images .story-shot.is-active { opacity: 1; visibility: visible; transform: none; }
.story-controls { display: flex; justify-content: center; gap: 5px; margin-top: 66px; padding: 5px; border: 1px solid var(--line); border-radius: 100px; width: max-content; max-width: 100%; margin-inline: auto; }
.story-controls a { font-size: 11px; text-decoration: none; padding: 10px 15px; color: var(--muted); border-radius: 100px; transition: background .25s,color .25s; }
.story-controls a span { margin-left: 7px; }
.story-controls a[aria-current] { background: #eeebf7; color: #55458d; }
.stage-hint { text-align: center; color: var(--muted); font-size: 11px; margin-top: 16px; }
.concept-film { background: #f7f7fa; }
.video-bleed { position: relative; line-height: 0; }
.video-bleed video { width: 100%; height: auto; }
.video-sound-toggle { position: absolute; right: var(--gutter); bottom: 26px; width: 44px; height: 44px; padding: 11px; display: grid; place-items: center; background: #25252bdd; color: #fff; border: 1px solid #fff3; border-radius: 50%; }
.video-sound-toggle svg { width: 19px; height: 19px; }
.icon-unmuted { display: none; }
.video-sound-toggle[aria-pressed='true'] .icon-muted { display: none; }
.video-sound-toggle[aria-pressed='true'] .icon-unmuted { display: block; }
/* The full vision gets a darker chapter; live modules keep their violet glow. */
.dark-section { background: #19191d; color: #f1f0f6; }
.dark-section .muted { color: #94929d; }
.vision-intro { text-align: center; }
.vision-intro .eyebrow { color: #b6a9df; }
.vision-intro > p:last-child { margin-top: 22px; color: #acabb5; font-size: 16px; line-height: 1.6; }
.lifecycle-rail { display: grid; grid-template-columns: repeat(7,1fr); list-style: none; padding: 0; margin: 48px 0 36px; }
.lifecycle-rail li { position: relative; padding-top: 22px; color: #929099; text-align: center; font-size: 11px; }
.lifecycle-rail li::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: #39383e; }
.lifecycle-rail li::after { content: ''; position: absolute; top: -3px; left: calc(50% - 3px); width: 7px; height: 7px; border-radius: 50%; background: #55515d; }
.lifecycle-rail li:first-child::before { left: 50%; }
.lifecycle-rail li:last-child::before { right: 50%; }
.lifecycle-rail .is-live { color: #eeebf8; }
.lifecycle-rail .is-live::before { background: #79699d; }
.lifecycle-rail .is-live::after { background: #b4a4e9; }
.modules { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.module { padding: 27px 24px; border-radius: 22px; border: 1px solid rgba(150,138,224,.35); background: linear-gradient(145deg,#9381d51b,#9381d505),#202026; box-shadow: 0 0 28px #968ae013; transition: box-shadow .3s,border-color .3s,transform .3s; }
.module:hover { transform: translateY(-4px); border-color: #968ae078; box-shadow: 0 0 34px #968ae029; }
.chip { display: flex; align-items: center; gap: 7px; font-size: 11px; color: #bfb3e9; margin-bottom: 24px; }
.chip::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.module h3 { font-size: 21px; line-height: 1.25; }
.module p { margin-top: 14px; color: #b0aeb9; font-size: 14px; line-height: 1.6; }
.next-layer { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 32px; align-items: center; }
.roadmap .eyebrow { font-size: 12px; color: #95939f; margin-bottom: 12px; }
.roadmap > p:last-child { font-size: 15px; line-height: 1.9; color: #c4c2cb; }
.roadmap span { padding-inline: 8px; color: #77737f; }
.module-ai { padding: 24px 28px; background: linear-gradient(145deg,#5bcac215,#5bcac202); border: 1px solid #5bcac25c; box-shadow: 0 0 30px #5bcac21a; border-radius: 20px; }
.chip-ai { color: #8ed9d1; margin-bottom: 12px; }
.module-ai h3 { font-size: 20px; }
.module-ai p { font-size: 14px; line-height: 1.6; color: #b0b8b7; margin-top: 10px; }
.partners-section { background: #fff; }
.partners-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.partners-layout > div > p:last-child { font-size: 17px; line-height: 1.65; color: var(--muted); margin-top: 22px; max-width: 45ch; }
.partner-logos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.partner-tile { min-height: 150px; padding: 28px; background: #f5f5f7; border-radius: 20px; display: grid; place-items: center; }
.partner-tile img { max-height: 105px; width: 100%; height: auto; object-fit: contain; }
.contact-section { background: #eceaf0; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 80px; align-items: start; }
.invitation > p:not(.eyebrow) { color: #62606c; font-size: 17px; line-height: 1.65; margin-top: 22px; max-width: 42ch; }
.invitation .audience-label { font-size: 14px !important; }
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-left: 18px; margin: 20px 0 30px; font-size: 14px; }
.audience li::marker { color: var(--violet); }
.contact-form { background: #fff; border-radius: 24px; padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; box-shadow: 0 12px 40px -25px #5144684d; }
.form-heading { grid-column: 1/-1; font-size: 23px; line-height: 1.25; margin-bottom: 6px; }
.field { display: grid; gap: 10px; min-width: 0; }
.field label { font-size: 12px; color: #62606b; }
.field input,.field textarea { width: 100%; min-width: 0; border: 1px solid #e4e2e8; border-radius: 11px; padding: 15px; font-size: 16px; color: var(--ink); background: #f8f7fa; transition: border-color .2s; }
.field textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.field input:focus,.field textarea:focus { outline: none; border-color: #89858e; box-shadow: none; }
.field--wide,.form-actions,.form-status { grid-column: 1/-1; }
.form-actions { display: flex; justify-content: center; }
.form-actions button[aria-busy='true'] { opacity: .6; cursor: progress; }
.form-status { font-size: 13px; line-height: 1.5; text-align: center; color: var(--muted); }
.form-status:empty { display: none; }
.form-status[data-state='error'] { color: #a03039; }
.field-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-success { background: #fff; border-radius: 24px; padding: 64px 24px; text-align: center; }
.form-success .check { width: 52px; height: 52px; margin-bottom: 24px; color: var(--violet); }
.form-success p { font-size: 22px; }
/* Keep the founder cards' original proportions and portrait placement. */
.team-section { background: var(--paper); padding-block: 60px; }
.about-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 30px; }
.about-card { display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-areas: 'name photo' 'role photo' 'email email'; column-gap: 16px; align-items: center; min-height: clamp(180px,20vw,232px); padding: clamp(24px,3.6vw,44px); border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .3s var(--ease),border-color .3s; }
.about-card:hover { transform: translateY(-4px); border-color: #b1a8c8; }
.about-photo { grid-area: photo; width: clamp(64px,7vw,88px); height: clamp(64px,7vw,88px); border-radius: 50%; object-fit: cover; }
.about-card h3 { grid-area: name; align-self: end; font-size: clamp(20px,2.2vw,28px); line-height: 1.15; margin-bottom: 8px; }
.about-card > p { grid-area: role; align-self: start; font-size: 15px; color: var(--muted); }
.about-email { grid-area: email; margin-top: 32px; color: var(--violet); font-size: 14px; text-decoration: none; overflow-wrap: anywhere; }
.about-email:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer { padding-block: 28px; border-top: 1px solid var(--line); background: var(--paper); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); font-size: 11px; }
.footer .brand { font-size: 18px; color: var(--ink); }
.screen-dialog { width: min(1500px,96vw); max-width: 96vw; max-height: 92vh; padding: 0; border: 1px solid #42404b; border-radius: 18px; background: #1b1b20; color: #eeeaf5; box-shadow: 0 30px 100px #0007; }
.screen-dialog::backdrop { background: #16131ac9; backdrop-filter: blur(10px); }
.dialog-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px 8px; gap: 20px; }
.dialog-toolbar h2 { font-size: 18px; letter-spacing: -.02em; }
.dialog-close { background: #333139; color: #fff; border: 1px solid #55505e; padding: 10px 16px; border-radius: 100px; font-size: 13px; }
.dialog-close span { margin-left: 12px; }
.dialog-hint { font-size: 11px; color: #b2acbe; padding: 0 22px 18px; }
.dialog-image-area { max-height: calc(92vh - 105px); overflow: auto; }
.dialog-image-area img { width: 100%; min-width: 1050px; max-width: none; height: auto; }
@media (min-width: 1600px) { .is-enhanced .story-stage { top: calc(var(--nav-height) + 5vh); } }
@media (max-width: 1100px) {
 .nav-links { gap: 20px; margin-right: 12px; }
 .modules { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .partners-layout,.contact-layout { gap: 40px; }
 h1 { max-width: 850px; margin-inline: auto; }
}
@media (max-width: 950px), (max-height: 650px) {
 .product-story { max-width: 900px; }
 .story-step { padding-bottom: 24px; }
 .story-step > p { max-width: 54ch; }
 .story-shot { margin-top: 30px; }
 .story-step:last-child { margin-bottom: 0; padding-bottom: 0; }
}
@media (max-width: 720px) {
 :root { --nav-height: 64px; }
 .nav-links { display: none; }
 .nav-inner { gap: 16px; }
 .hero { padding-top: 48px; }
 h1 { font-size: clamp(44px,8.4vw,62px); }
 .hero-lede { font-size: 16px; max-width: 40ch; }
 .hero-promise { font-size: 15px; }
 .hero-product { padding-inline: 14px; margin-top: 40px; }
 .product-window { border-radius: 12px; }
 .window-bar { padding-inline: 12px; height: 32px; font-size: 9px; }
 .window-dots { display: none; }
 .image-open { right: 10px; bottom: 10px; padding: 8px 11px; font-size: 10px; }
 .trust-line { gap: 10px 16px; padding-block: 24px 38px; font-size: 12px; }
 .trust-line > span:first-child { flex-basis: 100%; text-align: center; }
 .product-story { margin-top: 40px; }
 .story-step h3 { font-size: 32px; }
 .concept-intro { padding-top: 52px; }
 .concept-intro > p:last-child { font-size: 16px; }
 .lifecycle-rail { margin-top: 36px; }
 .lifecycle-rail li { font-size: 9px; }
 .modules { gap: 12px; }
 .module { padding: 24px 18px; border-radius: 18px; }
 .module h3 { font-size: 19px; }
 .module p { font-size: 13px; }
 .next-layer,.partners-layout,.contact-layout { grid-template-columns: 1fr; gap: 36px; }
 .partner-tile { min-height: 135px; }
 .contact-form { padding: 28px; }
 .about-grid { grid-template-columns: 1fr; }
 .about-card { min-height: 190px; }
 .footer-inner > span:not(:last-child) { display: none; }
 .screen-dialog { border-radius: 12px; }
 .dialog-toolbar h2 { font-size: 15px; }
 .dialog-close { font-size: 12px; }
}
@media (max-width: 400px) {
 .cta-row { gap: 22px; }
 .window-state { display: none; }
 .module h3 { font-size: 17px; }
 .module { padding: 22px 16px; }
 .contact-form { grid-template-columns: 1fr; padding: 24px; }
 .lifecycle-rail li { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *,*::before,*::after { transition: none !important; animation: none !important; }
 .product-window { transform: none; }
 .btn:hover,.module:hover,.about-card:hover { transform: none; }
}
/* Original Ovara illustrations: information moves around the project. */
.hero { background: #1b1b20; color: #f5f2fa; padding-top: 40px; }
.hero .eyebrow { color: #bba9e8; margin-bottom: 18px; }
.hero h1 { font-size: clamp(28px,3.7vw,48px); max-width: none; white-space: nowrap; }
.hero h1 > span { color: #b4a7ca; }
.hero-lede { color: #c0bdca; font-size: 18px; margin-top: 24px; }
.hero .btn { background: #eee9f7; color: #242029; }
.hero .btn:hover { background: #fff; }
.hero .text-link { color: #cbb9ed; }
.hero .trust-line { color: #ddd5e9; padding-bottom: 36px; }
.hero .trust-line > span:first-child { color: #aaa3b7; }
.hero .trust-line a { border-color: #4c425a; }
.hero-product { margin-top: 32px; max-width: 1250px; perspective: none; }
.connection-art { background: radial-gradient(ellipse at 50% 52%,#44364c 0%,#27232e 43%,#212027 74%); border: 1px solid #4b4056; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 75px -35px #09060e; }
.connection-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 20px 28px; gap: 16px; }
.art-brand { display: inline-flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 500; letter-spacing: -.04em; }
.connection-switch { display: flex; padding: 4px; border: 1px solid #54485f; border-radius: 100px; gap: 4px; background: #25222d; }
.connection-switch button { border: 0; background: transparent; color: #b3aabe; font-size: 11px; border-radius: 100px; padding: 9px 14px; transition: background .3s,color .3s; }
.connection-switch button[aria-pressed='true'] { background: #dcd0ef; color: #2c2535; }
.connection-world { position: relative; height: clamp(340px,38vw,480px); max-width: 1100px; margin: auto; }
.network-lines { position: absolute; width: 100%; height: 100%; inset: 0; overflow: visible; }
.network-base,.network-pulse { fill: none; stroke-width: 1.5; }
.network-base { stroke: #71617f; }
.network-pulse { stroke: #c6b1e8; stroke-width: 3; stroke-dasharray: 8 200; animation: network-flow 7s linear infinite; }
.project-model { position: absolute; width: 34%; top: 11%; left: 33%; text-align: center; transition: opacity .6s; }
.project-model svg { width: 100%; height: auto; filter: drop-shadow(0 18px 22px #0003); }
.project-caption { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; letter-spacing: .16em; color: #d0c1e5; margin-top: 4px; }
.project-status-dot { width: 5px; height: 5px; background: #d8baff; border-radius: 50%; box-shadow: 0 0 14px #c4a0ed; }
.network-card { position: absolute; width: 23%; padding: 20px 22px; border: 1px solid #62536f; border-radius: 17px; background: linear-gradient(145deg,#3e344a,#292630); box-shadow: 0 15px 30px #110d1929; display: grid; gap: 10px; transition: transform .7s var(--ease),border-color .6s,background .6s; }
.card-budget { top: 6%; left: 5%; }
.card-purchase { top: 6%; right: 5%; }
.card-progress { bottom: 7%; left: 5%; }
.card-cost { bottom: 7%; right: 5%; }
.network-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: #c7b2e7; background: #76608b33; font-size: 21px; margin-bottom: 2px; }
.card-label { font-size: 12px; color: #bdb2cd; }
.network-card strong { font-size: clamp(16px,1.6vw,23px); font-weight: 500; letter-spacing: -.025em; white-space: nowrap; }
.card-status { font-size: 10px; color: #b2a7c0; }
.mini-progress { display: block; height: 4px; border-radius: 4px; background: #554360; }
.mini-progress i { display: block; width: 50%; height: 100%; border-radius: 4px; background: #b99bd9; }
.connection-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 28px; border-top: 1px solid #4b40564d; }
.connection-caption { font-size: 13px; color: #d9cee5; }
.illustration-note { font-size: 10px; color: #a99ab7; }
.connection-art[data-connected='false'] .network-lines { opacity: .15; }
.connection-art[data-connected='false'] .network-pulse { animation-play-state: paused; opacity: 0; }
.connection-art[data-connected='false'] .project-model { opacity: .28; }
.connection-art[data-connected='false'] .card-budget { transform: translate(-6px,-2px) rotate(-5deg); }
.connection-art[data-connected='false'] .card-purchase { transform: translate(6px,5px) rotate(4deg); }
.connection-art[data-connected='false'] .card-progress { transform: translate(-7px,5px) rotate(3deg); }
.connection-art[data-connected='false'] .card-cost { transform: translate(7px,-4px) rotate(-4deg); }
.connection-art[data-connected='false'] .network-card { border-color: #756375; background: #332d37; }
.product-section { background: #f2f0f5; }
.product-art { display: block; width: 100%; height: auto; border-radius: 22px; box-shadow: 0 24px 60px -25px #34234355; font-family: Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; }
.stage-images { aspect-ratio: 1000/660; }
.is-enhanced .story-stage { max-width: calc((100svh - var(--nav-height) - 160px) * 1.515); }
.is-enhanced .story-copy { padding-block: 4vh 8vh; }
.is-enhanced .story-step { min-height: 38vh; margin-bottom: 7vh; }
.story-step > p { max-width: 26ch; font-size: 18px; }
.story-controls { margin-top: 28px; background: #faf9fc; }
.stage-hint { margin-top: 13px; }
.flow-trace { animation: network-flow 4s linear infinite; }
.forecast-line { stroke-dasharray: 1; stroke-dashoffset: 0; }
.story-shot.is-active.art-in-view .forecast-line { animation: forecast-draw 1.6s var(--ease) both; }
.story-shot.is-active.art-in-view .progress-fill { transform-origin: 438px 321px; animation: progress-grow 1.2s var(--ease) both; }
.story-shot:not(.is-active) .flow-trace { animation-play-state: paused; }
@keyframes network-flow { to { stroke-dashoffset: -416; } }
@keyframes forecast-draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes progress-grow { from { transform: scaleX(.04); } to { transform: scaleX(1); } }
.contact-section { background: #25222b; color: #f3eef9; }
.contact-section .eyebrow { color: #baa7d4; }
.contact-section .invitation > p:not(.eyebrow) { color: #c1b8cd; }
.contact-section .text-link { color: #c7b2e2; }
.contact-section .contact-form { background: #332e3d; box-shadow: none; }
.contact-section .field label { color: #bcb1c9; }
.contact-section .field input,.contact-section .field textarea { background: #292530; border-color: #51465c; color: #f1ebf7; }
.contact-section .field input:focus,.contact-section .field textarea:focus { border-color: #aaa3b1; }
.contact-section .form-actions .btn { background: #e9e2f2; color: #302738; }
.contact-section .form-status { color: #c6bcd0; }
.contact-section .form-status[data-state='error'] { color: #f1a9b5; }
.contact-section .form-success { background: #332e3d; }
@media (max-width: 950px) {
 .product-story { max-width: 850px; }
 .story-step > p { max-width: 40ch; }
 .story-shot { margin-top: 25px; }
 .story-step { margin-bottom: 40px; }
}
@media (max-width: 720px) {
 .hero { padding-top: 40px; }
 .hero h1 { font-size: clamp(36px,7vw,48px); white-space: normal; }
 .hero-lede { font-size: 16px; max-width: 31ch; }
 .connection-toolbar { padding: 15px; }
 .connection-world { height: 345px; }
 .project-model { width: 42%; left: 29%; top: 24%; }
 .network-card { width: 35%; padding: 13px; gap: 7px; border-radius: 12px; }
 .card-budget { left: 4%; top: 2%; }
 .card-purchase { right: 4%; top: 2%; }
 .card-progress { left: 4%; bottom: 3%; }
 .card-cost { right: 4%; bottom: 3%; }
 .network-icon { display: none; }
 .network-card strong { font-size: 14px; }
 .card-label { font-size: 10px; }
 .card-status { font-size: 9px; }
 .project-caption { font-size: 8px; }
 .connection-footer { padding: 16px; flex-direction: column; gap: 8px; }
 .connection-caption { font-size: 12px; }
 .connection-switch button { padding: 8px 10px; font-size: 10px; }
 .art-brand { font-size: 17px; }
 .connection-art { border-radius: 18px; }
 .product-art { border-radius: 14px; }
}
@media (max-width: 400px) {
 .network-card strong { font-size: 12px; }
 .card-status { font-size: 8px; }
 .connection-world { height: 305px; }
 .project-model { top: 28%; }
 .art-brand { font-size: 15px; gap: 5px; }
 .art-brand img { width: 18px; }
}
@media (prefers-reduced-motion: reduce) {
 .network-pulse,.flow-trace,.forecast-line,.progress-fill { animation: none !important; }
 .forecast-line { stroke-dashoffset: 0; }
}

.connection-art:not(.art-in-view) .network-pulse,
.story-shot:not(.art-in-view) .flow-trace { animation-play-state: paused; }

.mobile-art { display: none; }
@media (max-width: 600px) {
 .product-art:not(.mobile-art) { display: none; }
 .mobile-art { display: block; }
 .project-caption { display: none; }
}

/* Disconnected comparison: neutral records, clear warning states. */
.connection-art[data-connected='false'] { background: radial-gradient(ellipse at 50% 52%,#38383b,#262628 55%,#212123); border-color: #515155; }
.connection-art[data-connected='false'] .network-card { background: linear-gradient(145deg,#3d3d40,#2e2e31); border-color: #8d595d; box-shadow: 0 12px 30px #0002; }
.connection-art[data-connected='false'] .project-model { filter: grayscale(1); }
.connection-art[data-connected='false'] .card-label { color: #bebec3; }
.connection-art[data-connected='false'] .network-card strong { color: #dedee2; }
.connection-art[data-connected='false'] .card-status { color: #ffadb2; }
.connection-art[data-connected='false'] .card-status::before { content: '!'; display: inline-grid; place-items: center; width: 12px; height: 12px; margin-right: 5px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; font-weight: 600; }
.connection-art[data-connected='false'] .network-icon { background: #ac4e5629; color: #f29ca4; }
.connection-art[data-connected='false'] .mini-progress { background: #4f4144; }
.connection-art[data-connected='false'] .mini-progress i { background: #b9787e; }
.connection-art[data-connected='false'] .connection-caption { color: #f0a4ab; }
.connection-art[data-connected='false'] .connection-switch { background: #2a2a2d; border-color: #56565b; }
.connection-art[data-connected='false'] .connection-switch button[aria-pressed='true'] { background: #50383b; color: #ffc1c6; }

/* Clearer design-partner invitation. */
.invitation #contact-title { font-size: clamp(32px,3.1vw,45px); line-height: 1.14; letter-spacing: -.04em; }
.invitation #contact-title span { color: #c7b2e2; }
.contact-section .invitation > p:not(.eyebrow) { max-width: 31ch; font-size: 17px; line-height: 1.6; margin-top: 20px; }
.invitation .eyebrow { margin-bottom: 18px; }
.invitation-audience { margin: 30px 0 26px; padding-top: 24px; border-top: 1px solid #4d4258; }
.contact-section .invitation .audience-label { margin: 0; color: #f0e9f7; font-size: 16px !important; font-weight: 500; line-height: 1.5; }
.audience-intro { color: #b5a9c1; font-size: 13px; line-height: 1.5; margin-top: 6px; }
.invitation .audience { list-style: none; padding: 0; margin: 18px 0 0; gap: 14px 24px; color: #ddd2e8; font-size: 14px; }
.invitation .audience li { display: flex; align-items: center; gap: 10px; }
.invitation .audience li::before { content: ''; width: 4px; height: 4px; flex: none; border-radius: 50%; background: #b79ad6; }


/* A short arrival sequence; the layout is visible without JavaScript. */
@media (prefers-reduced-motion: no-preference) {
 .hero-copy > .eyebrow { animation: hero-copy-arrive 650ms cubic-bezier(.22,1,.36,1) both; }
 .hero-copy > h1 { animation: hero-title-arrive 950ms cubic-bezier(.22,1,.36,1) 80ms both; }
 .hero-copy > .hero-lede { animation: hero-copy-arrive 750ms cubic-bezier(.22,1,.36,1) 180ms both; }
 .hero-copy > .cta-row { animation: hero-copy-arrive 750ms cubic-bezier(.22,1,.36,1) 260ms both; }
 .hero-product { animation: hero-visual-arrive 1000ms cubic-bezier(.22,1,.36,1) 180ms both; }
}
@keyframes hero-title-arrive {
 from { opacity: .15; transform: translateY(18px); filter: blur(5px); }
 to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes hero-copy-arrive {
 from { opacity: 0; transform: translateY(10px); }
 to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-visual-arrive {
 from { opacity: .4; transform: translateY(20px) scale(.99); }
 to { opacity: 1; transform: translateY(0) scale(1); }
}


/* Give the connected project the largest share of the first screen. */
:root { --nav-height: 56px; }
.nav .brand { font-size: 19px; }
.nav .brand img { width: 25px; height: 25px; }
.nav .btn-small { padding: 9px 17px; }
.hero { padding-top: 22px; }
.hero .eyebrow { margin-bottom: 10px; font-size: 12px; }
.hero-lede { margin-top: 12px; font-size: 16px; }
.hero .cta-row { margin-top: 16px; gap: 24px; }
.hero .cta-row .btn { padding: 12px 21px; }
.hero-product { margin-top: 20px; }
.hero .connection-art { border-color: #736084; box-shadow: 0 16px 65px -26px #a688cd30; }
.hero .connection-toolbar { padding: 12px 24px; }
.hero .connection-footer { padding: 12px 24px; }
@media (min-width: 721px) {
 .hero .connection-world { height: clamp(280px,calc(100svh - 390px),440px); }
 .hero .network-card { padding: 14px 18px; gap: 7px; }
 .hero .network-icon { width: 24px; height: 24px; font-size: 18px; margin: 0; }
 .hero .project-model { top: 5%; height: 90%; }
 .hero .project-model svg { height: calc(100% - 24px); object-fit: contain; }
 .hero .network-card strong { font-size: clamp(15px,1.5vw,21px); }
}
@media (max-width: 720px) {
 .hero { padding-top: 18px; }
 .hero h1 { font-size: clamp(30px,6.6vw,43px); }
 .hero-lede { font-size: 14px; margin-top: 10px; }
 .hero .cta-row { margin-top: 12px; gap: 12px; }
 .hero .cta-row .btn { padding: 10px 16px; font-size: 12px; }
 .hero .cta-row .text-link { font-size: 12px; }
 .hero-product { margin-top: 18px; }
 .hero .connection-toolbar { padding: 10px 12px; }
 .hero .connection-world { height: clamp(260px,calc(100svh - 405px),345px); }
 .hero .connection-footer { padding: 10px 12px; gap: 5px; }
}

@media (max-width: 720px) and (max-height: 700px) {
 .hero { padding-top: 10px; }
 .hero .connection-world { height: 240px; }
 .hero-product { margin-top: 12px; }
}
@media (max-width: 600px) and (prefers-reduced-motion: no-preference) {
 .story-shot.art-in-view .mobile-art { animation: mobile-art-arrive 800ms var(--ease) both; }
 .story-shot.art-in-view .mobile-workflow-step {
   animation: mobile-step-arrive 850ms var(--ease) var(--step-delay,0ms) both;
 }
 .mobile-art .flow-trace { animation-duration: 7s; }
}
@keyframes mobile-art-arrive {
 from { opacity: .35; transform: translateY(18px); }
 to { opacity: 1; transform: translateY(0); }
}
@keyframes mobile-step-arrive {
 from { opacity: .15; transform: translateY(12px); }
 to { opacity: 1; transform: translateY(0); }
}

/* Keep the complete film within a single viewing area. */
.video-bleed { background: #f7f7fa; }
.video-bleed video {
 width: 100%; height: auto; max-height: calc(100svh - var(--nav-height) - 24px);
 object-fit: contain;
}
.video-expand {
 position: absolute; left: var(--gutter); bottom: 26px;
 min-height: 44px; padding: 10px 16px; border: 1px solid #fff3;
 border-radius: 100px; background: #25252bdd; color: #fff;
 font-size: 12px; line-height: 1.4;
}
.video-bleed:fullscreen { display: grid; place-items: center; background: #111; }
.video-bleed:fullscreen video { max-height: 100vh; height: 100%; }
@media (max-width: 720px) {
 .video-expand { bottom: 10px; left: 14px; }
 .video-sound-toggle { bottom: 10px; right: 14px; }
}

/* Mobile: one pinned scene, three scroll-selected stages. */
.mobile-story-caption { display: none; }
.product-story.is-mobile-story {
 display: block; position: relative; height: 300svh; margin-top: 28px;
}
.is-mobile-story .story-copy { display: none; }
.is-mobile-story .story-stage {
 display: flex; flex-direction: column; align-items: center;
 position: sticky; top: calc(var(--nav-height) + 12px);
 height: calc(100svh - var(--nav-height) - 24px);
 max-width: none; width: 100%; padding: 0; min-height: 0;
}
.is-mobile-story .mobile-story-caption {
 display: block; width: 100%; max-width: 500px; min-height: 130px;
}
.mobile-story-caption .step-label { margin-bottom: 8px; font-size: 11px; }
.mobile-story-caption h3 { font-size: 28px; line-height: 1.1; }
.mobile-story-caption p { font-size: 14px; line-height: 1.5; color: var(--muted); margin-top: 10px; max-width: 36ch; }
.is-mobile-story .stage-images {
 flex: 1; min-height: 0; width: 100%; aspect-ratio: auto;
}
.is-mobile-story .story-shot { display: flex; justify-content: center; height: 100%; }
.is-mobile-story .product-art { display: none; }
.is-mobile-story .mobile-art {
 display: block; width: auto; height: 100%; max-width: 100%;
 object-fit: contain; border-radius: 16px;
}
.is-mobile-story .story-controls { flex-shrink: 0; margin-top: 12px; }
.is-mobile-story .stage-hint { flex-shrink: 0; margin-top: 8px; font-size: 10px; }
.is-mobile-story .story-shot:not(.is-active) .mobile-art,
.is-mobile-story .story-shot:not(.is-active) .mobile-workflow-step { animation: none; }
