.story-immersive{--story-bg: var(--color-surface-base);--story-surface: var(--color-surface-raised);--story-teal: var(--color-accent-teal);--story-teal-dim: #1a7a68;--story-teal-dark: #0f4a40;--story-white: var(--color-text-on-dark);--story-muted: var(--color-text-muted-on-dark);--story-border: var(--color-border-dark);background-color:var(--color-surface-base);color:var(--color-text-muted-on-dark);min-height:100vh}.story-immersive__content{position:relative;max-width:var(--width-wide);margin:0 auto;padding:var(--space-12) var(--space-6)}.story-chapter{max-width:var(--width-editorial);margin:0 auto;opacity:0;transform:translateY(16px);animation:storyReveal .5s ease-out forwards}@keyframes storyReveal{to{opacity:1;transform:translateY(0)}}.story-chapter__eyebrow{font-family:var(--font-heading);font-size:11px;font-weight:var(--weight-bold);letter-spacing:.12em;text-transform:uppercase;color:var(--story-muted);margin:0 0 var(--space-6);line-height:1}.story-chapter__title{font-family:var(--font-editorial);font-size:clamp(22px,3vw,28px);font-weight:500;color:var(--story-white);line-height:var(--leading-tight);margin:0 0 var(--space-8)}.story-chapter__title .teal{color:var(--story-teal)}.story-immersive .story-prose{max-width:var(--width-editorial);margin:0 auto}.story-immersive .story-prose p{font-family:var(--font-body);font-size:15px;line-height:1.8;color:var(--story-muted);margin:0 0 var(--space-6)}.story-immersive .story-prose p em{font-style:italic;color:var(--story-white)}.story-immersive .story-question-list{list-style:none;padding:0;margin:0 0 var(--space-6)}.story-immersive .story-question-list li{font-family:var(--font-body);font-size:15px;line-height:1.8;color:var(--story-muted);padding-left:var(--space-6);position:relative;margin-bottom:var(--space-3)}.story-immersive .story-question-list li:before{content:"—";position:absolute;left:0;color:var(--story-teal)}.story-immersive .story-question-list li em{color:var(--story-white)}.story-immersive .pull-quote{color:var(--story-white);border-left-color:var(--story-teal);font-family:var(--font-editorial);font-size:clamp(16px,2vw,17px);font-style:italic;line-height:1.7}.story-immersive .story-vignette{background:var(--story-surface);border-left-color:var(--story-teal);border-radius:0 var(--radius-md) var(--radius-md) 0}.story-immersive .story-vignette__title{color:var(--story-white)}.story-immersive .story-vignette__body p{color:var(--story-muted);font-family:var(--font-body);font-size:14px;line-height:1.75}.story-immersive .story-vignette__trigger:hover{background:#2dd4b40a}.story-immersive .story-vignette__toggle{color:var(--story-teal)}.story-immersive .story-vignette__trigger:hover .story-vignette__toggle{color:var(--story-white)}.story-immersive .story-vignette__client{color:var(--story-muted)}.story-immersive .product-handoff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);max-width:var(--width-wide);margin:var(--space-12) auto;padding:0}@media (max-width: 768px){.story-immersive .product-handoff-grid{grid-template-columns:1fr;max-width:400px}}.story-immersive .product-mini-card{background:var(--story-surface);border-color:var(--story-border)}.story-immersive .product-mini-card__tagline{color:var(--story-muted)}.story-immersive .story-signoff{font-family:var(--font-editorial);font-size:var(--text-2xl);font-weight:500;color:var(--story-white);margin:var(--space-12) 0 0}.story-immersive .story-footer-note{max-width:var(--width-editorial);margin:var(--space-12) auto 0;padding-top:var(--space-6);border-top:1px solid var(--story-border)}.story-immersive .story-footer-note p{font-family:var(--font-body);font-size:var(--text-sm);font-style:italic;line-height:var(--leading-normal);color:var(--story-muted)}.story-immersive .story-footer-note a{color:var(--story-teal)}.chapter-nav{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--story-border)}.chapter-nav__dots{display:flex;gap:8px;align-items:center}.chapter-nav__dot{width:8px;height:8px;border-radius:50%;background:var(--story-teal-dark);border:none;padding:0;cursor:pointer;transition:background .2s ease}.chapter-nav__dot--visited{background:var(--story-teal)}.chapter-nav__dot--current{background:var(--story-teal);box-shadow:0 0 0 3px #2dd4b440}.chapter-nav__actions{display:flex;gap:var(--space-3);align-items:center}.chapter-nav__btn{font-family:var(--font-body);font-size:14px;font-weight:500;padding:10px 20px;border-radius:var(--radius-md);cursor:pointer;transition:opacity .2s ease,color .2s ease,border-color .2s ease;line-height:1}.chapter-nav__btn--primary{background:var(--story-teal);color:var(--story-bg);border:none}.chapter-nav__btn--primary:hover{opacity:.88}.chapter-nav__btn--ghost{background:transparent;border:.5px solid rgba(255,255,255,.12);color:var(--story-muted)}.chapter-nav__btn--ghost:hover{color:var(--story-white);border-color:#ffffff40}.story-immersive .wordmark__trust{color:var(--story-white)}.story-immersive .wordmark__tech{color:var(--story-teal)}.story-immersive .wordmark__underline{background:var(--story-teal)}.brand-grid{position:fixed;right:-40px;top:0;bottom:0;z-index:0;pointer-events:none;display:grid;gap:6px;align-content:center;padding:var(--space-6);opacity:.7}.brand-grid__cell{width:28px;height:28px;border-radius:6px;transition:background-color .9s ease}@media (max-width: 768px){.brand-grid{display:none}}.story-immersive__content{position:relative;z-index:1}.story-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease-out,transform .6s ease-out}.story-reveal--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.story-chapter{animation:none;opacity:1;transform:none}.story-reveal{transition:none;opacity:1;transform:none}.brand-grid__cell{transition:none}.story-vignette__body{transition:none!important}.story-vignette__toggle-icon{transition:none}}
