:root{--demo-bg:#fff;--demo-bg-warm:#faf8f2;--demo-bg-aged:#f0ebd8;--demo-bg-card:#f7f7f5;--demo-bg-muted:#efefed;--demo-border:#e3e2e0;--demo-border-mid:#c4c0b4;--demo-foreground:#1a1a1a;--demo-muted-foreground:#787774;--demo-subtle-foreground:#acaba8;--demo-dark-bg:#191919;--demo-dark-bg-deeper:#111110;--demo-dark-text:#fff;--demo-dark-muted:#787774;--demo-dark-subtle:hsla(0,0%,100%,.25);--demo-gradient-paper:linear-gradient(180deg,#fff,#faf8f2);--demo-gradient-fog:linear-gradient(180deg,#faf8f2,#f0ebd8);--demo-gradient-ink:linear-gradient(135deg,#1a1918,#2e2d2a);--demo-gradient-charcoal:linear-gradient(135deg,#2a2926,#111110);--demo-gradient-text:linear-gradient(135deg,#1a1918,#6b6760);--demo-accent-graphite:#c4c0b4;--demo-ink-black:#1a1918;--demo-background:#faf8f2}@keyframes demo-hero-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes demo-hero-fade-rule{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes demo-hero-fade{0%{opacity:0}to{opacity:1}}.demo-hero .hero-eyebrow{animation:demo-hero-fade-up .5s ease-out both;animation-delay:0s}.demo-hero .hero-headline{animation:demo-hero-fade-up .5s ease-out both}.demo-hero .hero-headline-line-1{animation-delay:80ms}.demo-hero .hero-headline-line-2{animation-delay:.16s}.demo-hero .hero-rule{animation:demo-hero-fade-rule .4s ease-out both;animation-delay:.24s;transform-origin:center}.demo-hero .hero-descriptor{animation:demo-hero-fade-up .5s ease-out both;animation-delay:.32s}.demo-hero .hero-form{animation:demo-hero-fade-up .5s ease-out both;animation-delay:.42s}.demo-hero .hero-trust{animation:demo-hero-fade .4s ease-out both;animation-delay:.52s}@media (prefers-reduced-motion:reduce){.demo-hero .hero-descriptor,.demo-hero .hero-eyebrow,.demo-hero .hero-form,.demo-hero .hero-headline,.demo-hero .hero-rule,.demo-hero .hero-trust{animation:none;opacity:1;transform:none}}.demo-hero__grid{inset:0;pointer-events:none;position:absolute;z-index:0}.demo-hero__content{position:relative;z-index:10}