:root{--bg:#040507;--surface:rgba(10,14,19,0.8);--surface-soft:rgba(255,255,255,0.06);--text:#f3efe8;--muted:rgba(243,239,232,0.78);--line:rgba(255,255,255,0.12);--gold:#f4c75d;--cyan:#69daf8;--red:#d9635f;--shell:1240px;--shadow:0 28px 100px rgba(0,0,0,0.32)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#020304;font-family:Inter,Segoe UI,system-ui,sans-serif}a{color:inherit}img,video{display:block;max-width:100%}button,input,textarea{font:inherit}.shell{width:min(calc(100% - 2rem),var(--shell));margin:0 auto}.eyebrow{margin:0 0 1rem;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.site-header{position:fixed;top:0;inset-inline:0;z-index:60;display:flex;align-items:flex-end;gap:1rem;padding:1rem 1.25rem .8rem;background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,0))}.site-header__brand{display:inline-flex;align-items:center}.site-header__logo{width:clamp(7rem,12vw,10rem);height:auto}.site-header__nav{display:flex;align-items:center;gap:1.4rem;margin-left:.6rem;padding-bottom:.7rem}.site-header__nav a{color:rgba(243,239,232,.84);text-decoration:none}.site-header__nav a:focus-visible,.site-header__nav a:hover{color:var(--text);text-decoration:underline;text-underline-offset:.2em}.hero{position:relative;min-height:100svh}.hero__media,.hero__overlay{position:absolute;inset:0}.hero__media{background:url(/assets/index1.png) 50%/cover no-repeat}.hero__video{width:100%;height:100%;object-fit:cover;filter:saturate(.82) brightness(.7)}.hero__overlay{background:linear-gradient(180deg,rgba(2,3,4,.2),rgba(2,3,4,.76)),linear-gradient(125deg,rgba(105,218,248,.14),transparent 38%),linear-gradient(315deg,rgba(217,99,95,.18),transparent 44%)}.hero__content{position:relative;z-index:1}.hero__content--centered{min-height:100svh;display:grid;align-content:center;justify-items:center;text-align:center;grid-gap:1.2rem;gap:1.2rem;padding:8rem 0 6rem}.hero h1,.privacy-page h1,.scene h2{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;letter-spacing:-.035em}.headline-gradient{color:transparent;background-image:linear-gradient(90deg,var(--cyan) 0,var(--gold) 38%,var(--red) 68%,var(--gold) 100%);background-clip:text;-webkit-background-clip:text}.hero h1{max-width:9ch;font-size:clamp(3.5rem,8vw,6.8rem);line-height:.92}.hero__lede{max-width:50rem;margin:0;font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.7;color:rgba(243,239,232,.92)}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;z-index:2;transform:translateX(-50%)}.hero__scroll-circle{width:3.4rem;height:3.4rem;border-radius:999px;border:1px solid rgba(255,255,255,.5);display:grid;place-items:center;background:rgba(0,0,0,.2)}.hero__scroll-arrow{width:.9rem;height:.9rem;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg) translateY(-.1rem);animation:hero-bounce 1.8s ease-in-out infinite}@keyframes hero-bounce{0%,to{transform:rotate(45deg) translateY(-.2rem);opacity:.6}50%{transform:rotate(45deg) translateY(.12rem);opacity:1}}.scrollytelling{position:relative;height:calc(var(--scroll-steps) * 100svh)}.scrollytelling__sticky{position:-webkit-sticky;position:sticky;top:0;height:100svh;overflow:hidden}.scrollytelling__track{display:flex;width:calc(var(--slide-count) * 100vw);height:100%;will-change:transform;transition:transform .18s ease-out}.scene{position:relative;width:100vw;height:100svh;flex:0 0 100vw;background-image:radial-gradient(circle at 20% 30%,rgba(105,218,248,.18),transparent 28%),radial-gradient(circle at 80% 18%,rgba(244,199,93,.14),transparent 24%),linear-gradient(160deg,#0c1118,#090d12 45%,#05070a);background-size:cover;background-position:50%;overflow:hidden}.scene--plain{background-image:radial-gradient(circle at 24% 30%,rgba(105,218,248,.22),transparent 24%),radial-gradient(circle at 78% 20%,rgba(244,199,93,.18),transparent 22%),linear-gradient(140deg,#101722,#0b1017 40%,#05070a)}.scene__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.74)),radial-gradient(circle at 20% 30%,rgba(105,218,248,.11),transparent 30%),radial-gradient(circle at 80% 20%,rgba(244,199,93,.1),transparent 26%)}.scene__content{position:relative;z-index:1;height:100%;display:flex;align-items:center}.scene--center .scene__content{justify-content:center;text-align:center}.scene__copy{max-width:min(40rem,100%);display:grid;grid-gap:1rem;gap:1rem}.scene--center .scene__copy{justify-items:center}.scene h2{font-size:clamp(2.8rem,6.8vw,5.8rem);line-height:.95;max-width:10ch}.scene h3{margin:0;font-size:clamp(1.35rem,3vw,3rem);line-height:1.08;font-weight:500}.scene p{margin:0;font-size:clamp(1rem,1.9vw,1.45rem);line-height:1.72;color:rgba(243,239,232,.9)}.scene--left .scene__copy{margin-right:auto}.scene__index{position:absolute;top:2.2rem;left:1.4rem;z-index:2;padding:.55rem .9rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:rgba(243,239,232,.88);font-size:.95rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.scene__action-block{width:min(34rem,100%);margin-top:1rem;display:grid;grid-gap:1rem;gap:1rem}.scene__action-block--center{justify-items:center}.button,.footer-button{display:inline-flex;justify-content:center;align-items:center;border:1px solid transparent;border-radius:999px;padding:.95rem 1.4rem;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.button:focus-visible,.button:hover,.footer-button:focus-visible,.footer-button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(120deg,var(--gold),#f9dd8a);color:#0c1015;font-weight:700}.button--light{background:rgba(255,255,255,.95);color:#0c1015;font-weight:700}.button--ghost,.footer-button{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);color:var(--text)}.text-link{text-decoration:underline;text-underline-offset:.2em}.contact-form{padding:1.35rem;border-radius:1.6rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.14);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.contact-form--compact{background:rgba(255,255,255,.18)}.contact-form__grid{display:grid;grid-gap:1rem;gap:1rem}.form-row{display:grid;grid-gap:.45rem;gap:.45rem}.checkbox-row span,.form-row label{font-weight:600}.form-row input,.form-row textarea{width:100%;padding:.9rem 1rem;color:var(--text);background:rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.14);border-radius:1rem}.form-row input:focus,.form-row textarea:focus{outline:2px solid rgba(244,199,93,.45);border-color:rgba(244,199,93,.58)}.checkbox-row{display:grid;grid-template-columns:auto 1fr;grid-gap:.75rem;gap:.75rem;align-items:start;color:rgba(243,239,232,.86)}.checkbox-row input{margin-top:.2rem}.form-note,.form-status{margin:0;font-size:.95rem;color:rgba(243,239,232,.84)}.form-status--error{color:#ffb4ad}.form-status--success{color:#d3f4b6}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer{padding:1.3rem 0 2.1rem;border-top:1px solid rgba(255,255,255,.08);background:#020304}.site-footer__inner{display:flex;justify-content:space-between;gap:1rem;align-items:center}.site-footer__links{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}.site-footer__inner p,.site-footer__links a,.site-footer__links button{color:rgba(243,239,232,.82)}.footer-button{cursor:pointer}.privacy-page{padding:4rem 0 5rem;background:radial-gradient(circle at top,rgba(105,218,248,.12),transparent 24rem),linear-gradient(180deg,#06080d,#090d14 40%,#05070b);min-height:100svh}.privacy-page__inner{max-width:52rem}.privacy-page h1{font-size:clamp(2.6rem,6vw,4.4rem);margin-bottom:1rem}.privacy-page h2{margin-top:2rem;margin-bottom:.7rem;font-size:1.5rem}.privacy-page li,.privacy-page p{color:var(--muted);line-height:1.72}.privacy-page ul{padding-left:1.2rem}.consent-banner{position:fixed;right:1rem;bottom:1rem;z-index:100;width:min(28rem,calc(100vw - 2rem));padding:1.15rem;border-radius:1.3rem;border:1px solid rgba(255,255,255,.12);background:rgba(5,7,11,.95);box-shadow:var(--shadow)}.consent-banner h2{margin:0 0 .55rem;font-size:1.15rem}.consent-banner p{margin:0 0 1rem;color:var(--muted);line-height:1.6}.consent-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem}@media (max-width:900px){.site-header{align-items:center;justify-content:space-between;padding:.9rem 1rem;background:rgba(2,3,4,.88);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__nav{display:none}.hero__content--centered{min-height:100svh;padding:6.5rem 0 5rem}.scrollytelling{height:auto}.scrollytelling__sticky{position:relative;height:auto;overflow:visible}.scrollytelling__track{width:100%;display:grid;height:auto;transform:none!important}.scene{width:100%;height:auto;min-height:100svh}.scene__content{min-height:100svh;padding:5.5rem 0 2rem}.scene__copy{max-width:100%}.scene h2{max-width:none;font-size:clamp(2.6rem,10vw,4.2rem)}.scene h3{font-size:clamp(1.2rem,5vw,2rem)}.scene__index{top:1rem;left:1rem}.site-footer__inner{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero__video{display:none}.hero__scroll-arrow{animation:none}.button,.footer-button,.scrollytelling__track{transition:none}}