:root{--color-bg:#050508;--color-bg-elevated:#0e0e14;--color-surface:#14141c;--color-primary:#ef5713;--color-primary-glow:#ef571373;--color-violet:#8b5cf6;--color-blue:#3b82f6;--color-pink:#ec4899;--color-text:#f5f5f7;--color-text-muted:#9a9aad;--color-border:#ffffff14;--font-display:"Fredoka", system-ui, sans-serif;--font-body:"Outfit", system-ui, sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--radius:12px;--header-h:72px;--ease-out:cubic-bezier(.22, 1, .36, 1);--max-w:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}main{background:0 0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.15}.container{width:min(100% - 2rem, var(--max-w));margin-inline:auto}.btn{letter-spacing:.02em;min-height:48px;transition:transform .2s var(--ease-out), box-shadow .2s var(--ease-out), background .2s var(--ease-out);border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:0 0 0 0 var(--color-primary-glow)}.btn-primary:hover{box-shadow:0 8px 28px var(--color-primary-glow);transform:translateY(-2px)}.btn-ghost{border:1px solid var(--color-border);background:#ffffff0a}.btn-ghost:hover{background:#ef57131a;border-color:#ef571380}.section{padding:var(--space-9) 0;background-color:#0000;position:relative}.section-title{color:var(--color-primary);text-align:center;margin-bottom:var(--space-3);font-size:clamp(2rem,5vw,3.25rem)}.section-lead{text-align:center;color:var(--color-text-muted);max-width:36rem;margin:0 auto var(--space-7);font-size:1.05rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:300;height:var(--header-h);transition:background .25s var(--ease-out), box-shadow .25s var(--ease-out);position:fixed;top:0;left:0;right:0;overflow:visible}.site-header--scrolled,.site-header--menu-open{box-shadow:0 1px 0 var(--color-border);background:#050508}.site-header__inner{justify-content:space-between;align-items:center;gap:.5rem;height:100%;display:flex}.site-header__brand{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.1rem;min-width:0;display:flex}.site-header__brand img{filter:drop-shadow(0 0 12px #8b5cf659);width:auto;height:36px}.site-header__tag{letter-spacing:.28em;color:var(--color-text-muted);padding-left:.15rem;font-size:.5rem;font-weight:500}.site-header__nav{display:none}.site-header__nav ul{gap:.15rem;display:flex}.site-header__nav a{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);border-radius:999px;padding:.55rem .85rem;font-size:.82rem;font-weight:600;transition:color .2s,background .2s;display:block}.site-header__nav a:hover,.site-header__nav a:focus-visible{color:var(--color-text);background:#ffffff0f}.site-header__actions{z-index:301;flex-shrink:0;align-items:center;gap:.2rem;display:flex}.icon-btn{width:44px;height:44px;color:var(--color-text-muted);border-radius:50%;place-items:center;transition:color .2s,background .2s;display:grid}.icon-btn:hover,.site-header__menu-btn{color:var(--color-text);background:#ffffff0f}.lang-switch{position:relative}.lang-switch__btn{border:1px solid var(--color-border);min-height:40px;color:var(--color-text);letter-spacing:.06em;cursor:pointer;background:#ffffff0f;border-radius:999px;align-items:center;gap:.3rem;padding:0 .65rem;font-size:.75rem;font-weight:700;transition:border-color .2s,background .2s;display:inline-flex}.lang-switch__btn:hover,.lang-switch__btn[aria-expanded=true]{background:#ef57131f;border-color:#ef57138c}.lang-switch__menu{z-index:320;background:#0e0e14;border:1px solid #ffffff1f;border-radius:12px;min-width:168px;padding:.4rem;position:absolute;top:calc(100% + .45rem);right:0;box-shadow:0 16px 40px #0000008c}.lang-switch__menu button{width:100%;color:var(--color-text-muted);text-align:left;cursor:pointer;border-radius:8px;align-items:center;gap:.65rem;padding:.55rem .7rem;font-size:.88rem;transition:background .15s,color .15s;display:flex}.lang-switch__menu button:hover,.lang-switch__menu button.is-active{color:var(--color-text);background:#ef571326}.lang-switch__code{letter-spacing:.04em;color:var(--color-primary);min-width:1.6rem;font-weight:700}.mobile-nav{inset:var(--header-h) 0 0;z-index:280;visibility:hidden;pointer-events:none;-webkit-overflow-scrolling:touch;background:#050508;padding:1.5rem 1.25rem 2.5rem;transition:transform .32s cubic-bezier(.22,1,.36,1);position:fixed;overflow-y:auto;transform:translate(100%)}.mobile-nav--open{visibility:visible;pointer-events:auto;transform:translate(0,0)}.mobile-nav nav{flex-direction:column;gap:1.5rem;max-width:360px;margin:0 auto;display:flex}.mobile-nav a:not(.btn){font-family:var(--font-display);border-bottom:1px solid var(--color-border);color:#f5f5f7;padding:.65rem 0;font-size:1.5rem;display:block}.mobile-nav .btn{width:100%}.mobile-nav__langs{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.mobile-nav__langs button{border:1px solid var(--color-border);min-height:44px;color:var(--color-text-muted);letter-spacing:.04em;cursor:pointer;background:#14141c;border-radius:10px;font-weight:700}.mobile-nav__langs button.is-active{border-color:var(--color-primary);color:#fff;background:#ef571333}@media (width>=900px){.site-header__nav{display:block}.site-header__menu-btn{display:none}.mobile-nav{display:none!important}.site-header__brand img{height:46px}.site-header__tag{font-size:.55rem}}.hero{z-index:1;min-height:100svh;padding:calc(var(--header-h) + 2rem) 0 4rem;align-items:center;display:flex;position:relative;overflow:hidden}.hero__glow{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero__glow--left{background:#3b82f638;width:min(480px,70vw);height:min(480px,70vw);top:20%;left:-10%}.hero__glow--right{background:#ef57132e;width:min(420px,60vw);height:min(420px,60vw);bottom:10%;right:-5%}.hero__grid{z-index:2;align-items:center;gap:2.5rem;display:grid;position:relative}.hero__brand-mark{flex-direction:column;align-items:flex-start;gap:.35rem;margin-bottom:1.25rem;display:flex}.hero__logo{aspect-ratio:1184/524;object-fit:contain;filter:drop-shadow(0 0 28px #8b5cf680);width:min(220px,70vw);height:auto}.hero__brand-mark span{letter-spacing:.32em;color:var(--color-text-muted);padding-left:.2rem;font-size:.72rem;font-weight:500}.hero__headline{max-width:14ch;margin-bottom:1rem;font-size:clamp(2.1rem,6vw,3.6rem)}.hero__headline span{background:linear-gradient(105deg,#ef5713,#ec4899 55%,#8b5cf6);color:#0000;-webkit-background-clip:text;background-clip:text;display:block}.hero__lead{color:var(--color-text-muted);max-width:34rem;margin-bottom:1.75rem;font-size:1.08rem}.hero__cta{flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem;display:flex}.hero__badges{flex-wrap:wrap;gap:.65rem;display:flex}.hero__badges li{color:var(--color-text-muted);border:1px solid var(--color-border);background:#ffffff0a;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero__visual{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(.75rem,2vw,1.5rem);width:100%;display:grid;position:relative}.hero__stage{place-items:center;width:100%;min-width:0;display:grid;position:relative}.hero__orbit{aspect-ratio:1;filter:blur(8px);background:radial-gradient(circle at 40% 40%,#f59e0b59,#0000 55%),radial-gradient(circle at 70% 60%,#3b82f666,#0000 55%);border-radius:50%;width:min(92%,420px);animation:5s ease-in-out infinite orbit-pulse;position:absolute}.hero__product{z-index:2;aspect-ratio:877/655;object-fit:contain;filter:drop-shadow(0 30px 50px #0000008c);will-change:transform;width:100%;max-width:520px;height:auto;position:relative}.hero__hex-stack{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:clamp(.65rem,1.5vw,1rem);padding-block:.5rem;display:flex}.hero__hex{aspect-ratio:1/1.1547;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);border:2px solid #ef57138c;flex-shrink:0;width:clamp(72px,14vw,112px);margin:0;overflow:hidden;box-shadow:0 12px 40px #0006}.hero__hex img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero__hex--a{animation:4s ease-in-out infinite hex-float}.hero__hex--b{border-color:#8b5cf68c;width:clamp(64px,12vw,96px);animation:4.8s ease-in-out infinite reverse hex-float}.hero__hex--c{border-color:#3b82f68c;width:clamp(56px,11vw,88px);animation:4.2s ease-in-out infinite hex-float}@keyframes orbit-pulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes hex-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=699px){.hero{padding-top:calc(var(--header-h) + 1.25rem);align-items:flex-start}.hero__headline{max-width:none}.hero__cta{flex-direction:column}.hero__cta .btn{width:100%}.hero__visual{grid-template-columns:1fr;justify-items:center}.hero__hex-stack{flex-direction:row;order:-1;justify-content:center;gap:.75rem;width:100%}.hero__hex,.hero__hex--b,.hero__hex--c{width:clamp(64px,20vw,96px)}}@media (width>=900px){.hero__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.1fr);gap:1.5rem}}@media (width>=1100px){.hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) auto;gap:1.25rem}.hero__visual{display:contents}.hero__stage{grid-column:2}.hero__hex-stack{grid-column:3;align-self:center}}@media (prefers-reduced-motion:reduce){.hero__orbit,.hero__hex--a,.hero__hex--b,.hero__hex--c{animation:none}}.about{background:linear-gradient(#0000,#8b5cf60f 40%,#0000)}.about__grid{align-items:center;gap:2.5rem;display:grid}.about__media{place-items:center;display:grid;position:relative}.about__img--main{filter:drop-shadow(0 24px 40px #00000073);width:min(100%,480px)}.about__hex{aspect-ratio:1/1.1;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);border:2px solid #8b5cf699;width:clamp(90px,22vw,140px);position:absolute;bottom:4%;right:4%;overflow:hidden;box-shadow:0 10px 30px #0006}.about__hex img{object-fit:cover;width:100%;height:100%}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.about__copy h2{color:#c4b5fd;margin-bottom:1.25rem;font-size:clamp(1.9rem,4vw,2.75rem)}.about__copy p{color:var(--color-text-muted);max-width:36rem;margin-bottom:1rem}.about__copy .btn{margin-top:1rem}@media (width>=900px){.about__grid{grid-template-columns:1fr 1fr;gap:4rem}}.collections{overflow:hidden}.collections__wrap{max-width:1400px;margin:0 auto;padding:0 .5rem;position:relative}.collections__track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1.25rem;padding:1rem 2.5rem 2rem;display:flex;overflow-x:auto}.collections__track:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px}.collections__track::-webkit-scrollbar{display:none}.collection-card{scroll-snap-align:center;text-align:center;transition:transform .25s var(--ease-out);flex-direction:column;flex:0 0 min(78vw,280px);align-items:center;display:flex;position:relative}.collection-card:hover{transform:translateY(-6px)}.collection-card__glow{aspect-ratio:1.2;filter:blur(6px);z-index:0;background:radial-gradient(circle at 40% 40%,#f59e0b73,#0000 60%),radial-gradient(circle at 70% 55%,#3b82f680,#0000 60%);border-radius:50%;width:85%;position:absolute;top:18%}.collection-card img{z-index:1;object-fit:contain;filter:drop-shadow(0 16px 24px #0006);width:100%;height:200px;position:relative}.collection-card__meta{z-index:1;margin-top:.75rem;position:relative}.collection-card__meta h3{letter-spacing:.06em;margin-bottom:.25rem;font-size:1.15rem}.collection-card__meta p{color:var(--color-text-muted);font-size:.9rem}.collections__nav{z-index:5;color:#fff;background:#ef5713e6;border-radius:50%;place-items:center;width:48px;height:48px;transition:transform .2s,background .2s;display:none;position:absolute;top:40%}.collections__nav:hover{background:var(--color-primary);transform:scale(1.06)}.collections__nav--prev{left:.25rem}.collections__nav--next{right:.25rem}@media (width>=768px){.collections__nav{display:grid}.collection-card{flex-basis:260px}.collections__track{padding-inline:3.5rem}}.offer{background:linear-gradient(#0000,#ef57130d,#0000)}.offer__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.offer-tile{border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-surface);isolation:isolate;min-height:240px;transition:transform .25s var(--ease-out), border-color .25s;position:relative;overflow:hidden}.offer-tile:hover{border-color:#ef571373;transform:translateY(-4px)}.offer-tile__img{z-index:0;position:absolute;inset:0}.offer-tile__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out)}.offer-tile:hover .offer-tile__img img{transform:scale(1.06)}.offer-tile__body{z-index:1;background:linear-gradient(#0000 20%,#050508bf 65%,#050508f2);flex-direction:column;justify-content:flex-end;height:100%;min-height:240px;padding:1.5rem;display:flex;position:relative}.offer-tile__body h3{margin-bottom:.35rem;font-size:1.25rem}.offer-tile__body p{color:var(--color-text-muted);font-size:.92rem}@media (width>=640px){.offer__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1000px){.offer__grid{grid-template-columns:repeat(3,1fr)}}.highlights__list{flex-direction:column;gap:3rem;display:flex}.highlight{align-items:center;gap:1.75rem;display:grid}.highlight__visual{place-items:center;display:grid}.highlight__visual img{filter:drop-shadow(0 20px 40px #00000073);width:min(100%,440px)}.highlight__copy h3{color:#e9d5ff;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.1rem)}.highlight__copy p{color:var(--color-text-muted);max-width:32rem;margin-bottom:1.25rem}@media (width>=900px){.highlight{grid-template-columns:1fr 1fr;gap:3rem}.highlight--flip .highlight__visual{order:2}.highlight--flip .highlight__copy{order:1}}.realizations__grid{grid-template-columns:repeat(2,1fr);justify-items:center;gap:1rem;display:grid}.real-hex{aspect-ratio:1/1.1;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);width:100%;max-width:220px;transition:transform .3s var(--ease-out), border-color .3s;border:2px solid #ef571359;overflow:hidden}.real-hex:hover{border-color:var(--color-primary);transform:scale(1.04)}.real-hex img{object-fit:cover;width:100%;height:100%}@media (width>=700px){.realizations__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.real-hex--lg{max-width:260px}}.contact{background:radial-gradient(at 20% 0,#8b5cf61f,#0000 50%)}.contact__grid{gap:2.5rem;display:grid}.contact__info h2{margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem)}.contact__info>p{color:var(--color-text-muted);max-width:28rem;margin-bottom:2rem}.contact__details{flex-direction:column;gap:1.15rem;display:flex}.contact__details li{align-items:flex-start;gap:.85rem;font-size:1.02rem;display:flex}.contact__details a:hover{color:var(--color-primary)}.contact__form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--radius) + 4px);flex-direction:column;gap:.85rem;padding:1.75rem;display:flex}.contact__form h3{margin-bottom:.35rem;font-size:1.35rem}.contact__form input,.contact__form textarea{border:1px solid var(--color-border);width:100%;color:var(--color-text);font:inherit;background:#ffffff0a;border-radius:10px;padding:.85rem 1rem;transition:border-color .2s}.contact__form input:focus,.contact__form textarea:focus{border-color:var(--color-primary);outline:none}.contact__form .btn{width:100%;margin-top:.35rem}.contact__success{color:#86efac;padding:1rem 0;line-height:1.5}@media (width>=900px){.contact__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem}}.site-footer{border-top:1px solid var(--color-border);padding:4rem 0 2rem;position:relative;overflow:hidden}.site-footer__bg{opacity:.25;pointer-events:none;background:url(/images/footer.webp) 50%/cover no-repeat,linear-gradient(#050508,#0a0a12);position:absolute;inset:0}.site-footer__inner{z-index:1;gap:2rem;display:grid;position:relative}.site-footer__brand img{filter:drop-shadow(0 0 16px #8b5cf666);width:auto;height:48px;margin-bottom:.5rem}.site-footer__brand p{letter-spacing:.3em;color:var(--color-text-muted);font-size:.65rem}.site-footer__cols{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.site-footer__cols h4{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;font-size:.85rem}.site-footer__cols a{color:var(--color-text-muted);padding:.25rem 0;font-size:.95rem;display:inline-block}.site-footer__cols a:hover{color:var(--color-text)}.site-footer__cols li{color:var(--color-text-muted);padding:.25rem 0;font-size:.95rem}.site-footer__note{color:#9a9aadb3;border-top:1px solid var(--color-border);padding-top:1rem;font-size:.8rem}@media (width>=800px){.site-footer__inner{grid-template-columns:1.2fr 1fr;align-items:start}.site-footer__note{grid-column:1/-1}}.app-shell{opacity:0;transition:opacity .45s cubic-bezier(.22,1,.36,1);position:relative}.app-shell main,.app-shell .site-footer{z-index:1;position:relative}.app-shell--ready{opacity:1}@media (prefers-reduced-motion:reduce){.app-shell{opacity:1;transition:none}}
