*{box-sizing:border-box}html,body,#root{min-height:100%}:root{--deep-blueberry: #1e1b4b;--blueberry: #4338ca;--electric-violet: #6d5ef5;--cloud-mist: #eef0ff;--midnight-ink: #111827;--golden-beak: #ffb020;--white: #ffffff;--soft-surface: #f7f8ff;--muted-text: #3e4a63;--surface-border: rgba(30, 27, 75, .1);--shadow-soft: 0 20px 55px rgba(17, 24, 39, .12);--shadow-card: 0 10px 30px rgba(30, 27, 75, .09);--surface-main: #ffffff;--surface-soft: #f7f8ff;--surface-tint: rgba(238, 240, 255, .9);--text-primary: #111827;--text-secondary: #3e4a63;--nav-surface: rgba(247, 248, 255, .88);--nav-shadow: 0 6px 24px rgba(17, 24, 39, .08);--hero-gradient: linear-gradient(140deg, rgba(67, 56, 202, .16), rgba(109, 94, 245, .06));--hero-wrap-gradient: linear-gradient(160deg, rgba(255, 255, 255, .86), rgba(238, 240, 255, .64));--hero-wrap-border: rgba(67, 56, 202, .16);--focus-dim-opacity: .45;--focus-dim-filter: saturate(.86);--toggle-surface: rgba(67, 56, 202, .09);--toggle-border: rgba(67, 56, 202, .26);--toggle-active: rgba(67, 56, 202, .2);--footer-text: rgba(17, 24, 39, .72);--radius-xl: 22px;--radius-lg: 16px;--section-spacing: clamp(4.75rem, 7vw, 8rem)}:root[data-theme=dark]{--deep-blueberry: #dde3ff;--blueberry: #9ea3ff;--electric-violet: #b6a7ff;--cloud-mist: #2a2f4b;--midnight-ink: #edf1ff;--golden-beak: #ffcc66;--white: #12162a;--soft-surface: #0c1020;--muted-text: #b7c1e3;--surface-border: rgba(158, 163, 255, .18);--shadow-soft: 0 20px 55px rgba(4, 7, 18, .58);--shadow-card: 0 10px 30px rgba(4, 7, 18, .42);--surface-main: #131a31;--surface-soft: #0c1020;--surface-tint: rgba(42, 47, 75, .72);--text-primary: #edf1ff;--text-secondary: #b7c1e3;--nav-surface: rgba(15, 21, 38, .86);--nav-shadow: 0 10px 30px rgba(4, 7, 18, .5);--hero-gradient: linear-gradient(145deg, rgba(109, 94, 245, .34), rgba(67, 56, 202, .2));--hero-wrap-gradient: linear-gradient(160deg, rgba(30, 38, 68, .95), rgba(24, 31, 56, .86));--hero-wrap-border: rgba(158, 163, 255, .3);--focus-dim-opacity: .62;--focus-dim-filter: saturate(.9);--toggle-surface: rgba(158, 163, 255, .15);--toggle-border: rgba(158, 163, 255, .36);--toggle-active: rgba(158, 163, 255, .3);--footer-text: rgba(183, 193, 227, .86)}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 12% 14%,rgba(109,94,245,.22),transparent 30%),radial-gradient(circle at 90% 10%,rgba(67,56,202,.18),transparent 28%),var(--surface-soft);color:var(--text-primary)}a{color:inherit}#root{min-height:100vh}.site-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding-bottom:2.5rem}.site-header{position:sticky;top:0;z-index:20;padding-top:1.2rem}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;border:1px solid var(--surface-border);border-radius:999px;background:var(--nav-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--nav-shadow)}.site-nav-header{display:flex;align-items:center;justify-content:space-between;gap:.7rem;width:auto}.brand-mark{font-weight:700;font-size:.95rem;letter-spacing:.01em;color:var(--deep-blueberry);text-decoration:none;white-space:nowrap}.theme-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--toggle-border);background:var(--toggle-surface);color:var(--text-primary);border-radius:999px;display:inline-flex;align-items:center;gap:.2rem;padding:.24rem;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--blueberry);transform:translateY(-1px);outline:none}.theme-toggle:disabled{opacity:.62;cursor:not-allowed;transform:none}.theme-icon{width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;opacity:.62;transform:scale(.94);transition:opacity .18s ease,transform .18s ease,background-color .18s ease;font-size:.9rem}.theme-icon.is-active{opacity:1;transform:scale(1);background:var(--toggle-active)}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}.nav-links-scroll{min-width:0}.nav-links a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:.84rem;color:color-mix(in srgb,var(--text-primary) 82%,transparent);padding:.45rem .7rem;border-radius:999px;transition:background-color .24s ease,color .24s ease,transform .24s ease}.nav-links a:hover,.nav-links a:focus-visible,.nav-links a.is-active{background-color:#4338ca24;color:var(--deep-blueberry);outline:none}.hero-section{position:relative;overflow:hidden;border-radius:var(--radius-xl);margin-top:1.6rem;padding:clamp(3.5rem,8vw,6rem) clamp(1.4rem,4vw,4.2rem);background:var(--hero-gradient),var(--surface-main);border:1px solid rgba(67,56,202,.12);box-shadow:var(--shadow-soft)}.hero-bg{position:absolute;inset:auto -14% -68% auto;width:min(580px,72vw);aspect-ratio:1;background:radial-gradient(circle,#6d5ef561,#6d5ef500 68%);pointer-events:none}.hero-content{position:relative;display:grid;gap:1.15rem;max-width:760px}.hero-logo{width:clamp(82px,16vw,116px);height:auto;border-radius:18px;display:block}.hero-logo-wrap{width:fit-content;padding:clamp(.35rem,1.1vw,.5rem);border-radius:22px;background:var(--hero-wrap-gradient);border:1px solid var(--hero-wrap-border);box-shadow:0 10px 30px #4338ca29}.section-eyebrow{font-size:.82rem;font-weight:650;letter-spacing:.09em;text-transform:uppercase;color:var(--blueberry);margin:0}h1,h2,h3{color:var(--deep-blueberry);margin:0;line-height:1.14}h1{font-size:clamp(2rem,5.2vw,3.3rem);letter-spacing:-.02em}h2{font-size:clamp(1.55rem,3.6vw,2.3rem);letter-spacing:-.015em}h3{font-size:clamp(1.08rem,2vw,1.25rem)}.hero-lead,.section-copy{color:var(--text-secondary);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.7;margin:0;max-width:68ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;padding-top:.6rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;font-size:.95rem;font-weight:620;padding:.72rem 1.22rem;border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.btn:hover,.btn:focus-visible{transform:translateY(-1px);box-shadow:0 10px 24px #4338ca38;outline:none}.btn-primary{color:var(--white);background:linear-gradient(120deg,var(--blueberry),var(--electric-violet))}.btn-secondary{color:var(--deep-blueberry);border-color:#4338ca52;background:color-mix(in srgb,var(--surface-main) 76%,transparent)}.section{padding-top:var(--section-spacing)}.section-inner{display:grid;gap:1.2rem}.card-grid{margin-top:.4rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.surface-card{background:linear-gradient(175deg,color-mix(in srgb,var(--surface-main) 98%,transparent),color-mix(in srgb,var(--surface-tint) 92%,transparent));border:1px solid var(--surface-border);border-radius:var(--radius-lg);padding:clamp(1.1rem,2.1vw,1.5rem);box-shadow:var(--shadow-card)}.surface-card p{margin-top:.5rem;color:var(--text-secondary);line-height:1.62}.products-section{position:relative}.products-grid{perspective:1200px}.section-focus{transition:opacity .54s ease,transform .62s ease,filter .62s ease}.section-focus.is-deemphasized{opacity:var(--focus-dim-opacity);transform:translateY(-16px) scale(.985);filter:var(--focus-dim-filter)}.principles-list{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.principles-list li{border-left:4px solid var(--electric-violet);padding:.6rem .85rem;border-radius:0 12px 12px 0;background:#6d5ef514;color:var(--midnight-ink);font-weight:500}.founder-card h3{margin:0}.founder-profiles{margin-top:.8rem;display:flex;gap:.55rem}.profile-link{width:2.15rem;height:2.15rem;border-radius:999px;border:1px solid var(--surface-border);background:#6d5ef514;display:inline-flex;align-items:center;justify-content:center;color:var(--blueberry);transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.profile-link svg{width:1rem;height:1rem;fill:currentColor}.profile-link:hover,.profile-link:focus-visible{background:#4e35b021;border-color:#4e35b059;transform:translateY(-1px);outline:none}.profile-placeholder{margin-top:.7rem;font-size:.92rem;color:var(--text-secondary)}.site-footer{margin-top:var(--section-spacing);padding:1.2rem 1rem 2rem;color:var(--footer-text);text-align:center}.chicken-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:1.2rem;background:#090c1a8f;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.chicken-modal{position:relative;width:min(460px,calc(100vw - 2rem));border-radius:20px;border:1px solid var(--surface-border);box-shadow:var(--shadow-soft);background:linear-gradient(170deg,color-mix(in srgb,var(--surface-main) 98%,transparent),color-mix(in srgb,var(--surface-tint) 88%,transparent));padding:1.2rem 1.2rem 1.35rem;display:grid;gap:.8rem}.chicken-modal h2{font-size:clamp(1.25rem,3vw,1.5rem)}.chicken-message{color:var(--text-secondary);margin:0;line-height:1.6}.angry-chicken-art{display:block;width:min(100%,330px);height:auto;margin:.2rem auto .25rem;filter:drop-shadow(0 10px 22px rgba(33,24,74,.28))}[data-reveal]{opacity:0;transform:translateY(28px) scale(.985);transition:opacity .62s ease,transform .62s ease;transition-delay:calc(var(--card-index, 0) * .11s)}[data-reveal].is-visible,.is-visible [data-reveal]{opacity:1;transform:translateY(0) scale(1)}@media (max-width: 900px){.site-shell{width:calc(100% - 1rem)}.site-nav{border-radius:18px;align-items:flex-start;flex-direction:column;gap:.62rem}.site-nav-header{width:100%}.brand-mark{flex:0 0 auto}.nav-links-scroll{position:relative;width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.1rem}.nav-links-scroll:after{content:"";position:absolute;top:0;right:0;width:1.65rem;height:calc(100% - .1rem);background:linear-gradient(to right,#f7f8ff00,color-mix(in srgb,var(--nav-surface) 95%,transparent));pointer-events:none}.nav-links-scroll::-webkit-scrollbar{display:none}.nav-links{width:max-content;flex-wrap:nowrap;justify-content:flex-start;white-space:nowrap;padding-right:.45rem}.nav-links li{flex:0 0 auto}.hero-logo{width:clamp(88px,20vw,122px)}.card-grid{grid-template-columns:1fr}.hero-section{margin-top:1rem}}@media (max-width: 560px){.site-nav{padding:.72rem .82rem;border-radius:16px;gap:.55rem}.brand-mark{font-size:.9rem}.nav-links a{font-size:.8rem;padding:.42rem .62rem}.chicken-modal{padding:1.05rem 1rem 1.1rem}.angry-chicken-art{width:min(100%,290px)}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{transition-duration:1ms!important;animation-duration:1ms!important}[data-reveal]{opacity:1;transform:none}.section-focus,.section-focus.is-deemphasized{opacity:1;transform:none;filter:none}}
