:root{--blue: #17357e;--blue-dark: #0f2557;--red: #e0322e;--red-dark: #c2261f;--border: rgba(23, 53, 126, .14);--bg: #fffdf7;--bg-alt: #f2ede1;--bg-blue: #14306f;--text: #17213a;--text-secondary: #45506b;--text-muted: #6b7590;--font-heading: var(--font-playfair-display), Georgia, serif;--font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--container: 1150px;--header-h: 4.25rem;--section-gap: 3.25rem;--radius: 12px;--radius-lg: 22px;--shadow-sm: 0 1px 4px rgba(15, 37, 87, .06);--shadow-md: 0 6px 22px rgba(15, 37, 87, .1);--shadow-lg: 0 16px 48px rgba(15, 37, 87, .16);--t-fast: .15s ease;--t-base: .3s cubic-bezier(.25, .46, .45, .94)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--header-h) + 1rem)}body{font-family:var(--font-body);font-size:1rem;line-height:1.7;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:var(--blue);text-decoration:none;transition:color var(--t-fast)}a:hover{color:var(--blue-dark)}ul{list-style:none}h1,h2,h3{font-family:var(--font-heading);font-weight:700;line-height:1.15;color:var(--text);text-wrap:balance}p{text-wrap:pretty}.container{max-width:var(--container);margin-inline:auto;padding-inline:1.5rem}.skip-to-content{position:absolute;top:-100%;left:1rem;padding:.5rem 1rem;background:var(--blue);color:#fff;border-radius:var(--radius);z-index:9999;font-weight:600}.skip-to-content:focus{top:1rem}.tricolore{height:4px;width:64px;border-radius:4px;background:linear-gradient(90deg,var(--blue) 0 33.3%,#fff 33.3% 66.6%,var(--red) 66.6% 100%);box-shadow:inset 0 0 0 1px var(--border)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.9rem;font-family:var(--font-body);font-size:.98rem;font-weight:700;border-radius:50px;border:2px solid transparent;cursor:pointer;transition:all var(--t-base);text-decoration:none;letter-spacing:.01em}.btn--primary{background:var(--red);color:#fff;border-color:var(--red)}.btn--primary:hover{background:var(--red-dark);border-color:var(--red-dark);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn--outline{background:transparent;color:var(--blue);border-color:var(--blue)}.btn--outline:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:transparent;transition:background var(--t-base),box-shadow var(--t-base),border-color var(--t-base);padding:.6rem 0;border-bottom:1px solid transparent}.header.scroll-header{background:#fffdf7f5;border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}@supports (backdrop-filter: blur(12px)){.header.scroll-header{background:#fffdf7d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}.header:has(.nav__menu.show-menu){background:var(--bg);border-bottom-color:var(--border)}.nav{display:flex;align-items:center;justify-content:space-between}.nav__logo{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--text);white-space:nowrap}.nav__logo-img{height:29px;width:auto;mix-blend-mode:multiply}.nav__menu{position:fixed;top:0;right:-100%;width:82%;max-width:320px;height:100vh;height:100dvh;background:var(--bg);box-shadow:var(--shadow-lg);padding:5rem 2rem 2rem;transition:right var(--t-base);z-index:1001}.nav__menu.show-menu{right:0}.nav__list{display:flex;flex-direction:column;gap:.4rem;align-items:stretch}.nav__link{display:block;padding:.75rem 1rem;font-weight:600;color:var(--text-secondary);border-radius:var(--radius);transition:all var(--t-fast)}.nav__link:hover,.nav__link.active{color:var(--blue);background:var(--bg-alt)}.nav__link--cta{background:var(--red);color:#fff!important;margin-top:.5rem;text-align:center}.nav__link--cta:hover{background:var(--red-dark)}.nav__toggle{display:inline-flex;background:none;border:none;cursor:pointer;color:var(--text);padding:.25rem}.nav__close{display:block;position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;cursor:pointer;color:var(--text);padding:.25rem}@media(min-width:769px){.nav__menu{position:static;width:auto;max-width:none;height:auto;background:transparent;box-shadow:none;padding:0;display:flex;align-items:center;gap:.5rem}.nav__list{flex-direction:row;align-items:center;gap:.25rem}.nav__link{padding:.5rem .9rem;font-size:.92rem;border-radius:50px}.nav__link--cta{margin-top:0;margin-left:.35rem}.nav__toggle,.nav__close{display:none}}.hero{padding:calc(var(--header-h) + 2.5rem) 0 3rem;background:var(--bg-alt);position:relative;overflow:hidden}.hero__heads{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__head{position:absolute;top:var(--top, auto);left:var(--left, auto);right:var(--right, auto);bottom:var(--bottom, auto);width:var(--w, 60px);height:auto;filter:drop-shadow(0 7px 14px rgba(15,37,87,.2));animation:hero-float var(--dur, 6s) ease-in-out var(--delay, 0s) infinite;will-change:transform}.hero__head--1{--top: 6%;--left: 3%;--w: 94px;--dur: 6s;--delay: 0s;--rot: -8deg}.hero__head--2{--top: 9%;--right: 5%;--w: 72px;--dur: 5.2s;--delay: -1.5s;--rot: 7deg}.hero__head--3{--top: 43%;--left: 1%;--w: 54px;--dur: 7s;--delay: -.8s;--rot: 6deg}.hero__head--4{--top: 50%;--right: 2%;--w: 66px;--dur: 6.4s;--delay: -2s;--rot: -6deg}.hero__head--5{--bottom: 7%;--left: 8%;--w: 66px;--dur: 5.6s;--delay: -1s;--rot: 9deg}.hero__head--6{--bottom: 9%;--right: 10%;--w: 82px;--dur: 6.1s;--delay: -3s;--rot: -5deg}.hero__head--7{--top: 4%;--left: 47%;--w: 46px;--dur: 5s;--delay: -2.5s;--rot: 11deg}.hero__head--8{--bottom: 5%;--left: 44%;--w: 52px;--dur: 7.2s;--delay: -.4s;--rot: -10deg}@media(max-width:559px){.hero__head--1{--top: 8%;--left: -5%;--right: auto;--w: 48px}.hero__head--2{--top: 7%;--right: -5%;--left: auto;--w: 44px}.hero__head--5{--bottom: -2%;--left: -5%;--right: auto;--w: 48px}.hero__head--6{--bottom: -1%;--right: -5%;--left: auto;--w: 52px}}@keyframes hero-float{0%,to{transform:translateY(0) rotate(var(--rot, 0deg))}50%{transform:translateY(-16px) rotate(calc(var(--rot, 0deg) * -.6))}}@media(prefers-reduced-motion:reduce){.hero__head{animation:none;transform:rotate(var(--rot, 0deg))}}.hero__inner{position:relative;z-index:1}.hero__text{max-width:640px;margin:0 auto;text-align:center}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--blue);background:#fff;padding:.35rem .8rem;border:1px solid var(--border);border-radius:50px;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.hero__badge b{color:var(--red)}.hero__badge-dept{display:none}@media(min-width:520px){.hero__badge-dept{display:inline}}.hero__title{font-size:clamp(2.15rem,8.5vw,3.9rem);line-height:1.04;letter-spacing:-.02em;margin-bottom:1rem}.hero__title em{font-style:normal;color:var(--red)}.hero__desc{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin:0 auto 1.5rem;max-width:44ch}.hero__actions{display:flex;flex-direction:column;gap:.75rem}.hero__actions .btn{width:100%}@media(max-width:559px){.hero__head--sm-hide{display:none}}@media(min-width:820px){.hero{padding:calc(var(--header-h) + 4rem) 0 4.5rem}.hero__badge{font-size:.72rem;letter-spacing:.14em;padding:.4rem .9rem;margin-bottom:1.1rem}.hero__title{margin-bottom:1.1rem}.hero__desc{font-size:1.1rem;line-height:1.75;margin-bottom:1.75rem}.hero__actions{flex-direction:row;justify-content:center}.hero__actions .btn{width:auto}}.section{padding:var(--section-gap) 0;content-visibility:auto;contain-intrinsic-size:auto 700px}.section--alt{background:var(--bg-alt)}.section__head{text-align:center;max-width:640px;margin:0 auto 1.9rem}@media(min-width:769px){.section__head{margin-bottom:2.75rem}}.section__head .tricolore{margin:0 auto 1.1rem}.section__label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--red-dark);margin-bottom:.5rem}.section__title{font-size:clamp(1.7rem,4vw,2.4rem);margin-bottom:.75rem}.section__intro{color:var(--text-secondary);font-size:1.05rem}.shop-group{margin-bottom:2.4rem}.shop-group:last-child{margin-bottom:0}.shop-group__head{margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--border)}.shop-group__title{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-heading);font-size:1.4rem;color:var(--blue)}.shop-group__count{font-family:var(--font-body);font-size:.7rem;font-weight:800;color:#fff;background:var(--red);border-radius:50px;padding:.1rem .5rem}.shop-shelf{position:relative}.shop-grid{display:flex;gap:.8rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;margin-inline:-1.5rem;padding:.4rem 1.5rem 1.1rem;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.shop-grid::-webkit-scrollbar{display:none}.shop-grid--solo,.shop-grid.is-centered{justify-content:center}@media(min-width:769px){.shop-grid{margin-inline:0;padding-inline:0;gap:1.1rem}}.shop-card{flex:0 0 76%;max-width:340px;scroll-snap-align:start;display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform var(--t-base),box-shadow var(--t-base)}@media(min-width:560px){.shop-card{flex-basis:46%}}@media(min-width:769px){.shop-card{flex-basis:31%;max-width:none}}@media(min-width:1024px){.shop-card{flex-basis:23%}}.shop-nav{display:none}@media(min-width:769px){.shop-nav{position:absolute;top:38%;transform:translateY(-50%);width:46px;height:46px;display:grid;place-items:center;background:#fff;color:var(--blue);border:1px solid var(--border);border-radius:50%;box-shadow:var(--shadow-md);cursor:pointer;z-index:6;transition:background var(--t-fast),color var(--t-fast),opacity var(--t-fast)}.shop-nav:hover{background:var(--blue);color:#fff}.shop-nav[hidden]{display:none}.shop-nav--prev{left:-1rem}.shop-nav--next{right:-1rem}}.shop-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.shop-card__view{position:relative;display:block;width:100%;padding:0;border:0;background:#fff;cursor:zoom-in}.shop-card__view:focus-visible{outline:3px solid var(--blue);outline-offset:-3px}.shop-card__img{display:block;width:100%;height:auto;aspect-ratio:var(--ar, 4 / 5);object-fit:cover;object-position:var(--obj, center);background:#fff}.shop-card__zoom-ico{position:absolute;top:.45rem;right:.45rem;width:27px;height:27px;display:grid;place-items:center;background:#ffffffeb;color:var(--blue);border-radius:50%;box-shadow:var(--shadow-sm);opacity:.85;transition:opacity var(--t-fast)}.shop-card__view:hover .shop-card__zoom-ico{opacity:1}.shop-card__frame{position:relative;display:block;width:100%;aspect-ratio:1 / 1;background:#fff;overflow:hidden}.shop-card__vimg{position:absolute;inset:0;width:100%;height:100%;display:none}.shop-card__vimg.is-active{display:block}.shop-card__vimg--tshirt{object-fit:cover;object-position:center 42%}.shop-card__vimg--mug{object-fit:contain;padding:.5rem .25rem}.shop-card__variants{display:grid;grid-template-columns:1fr 1fr;border:1.5px solid var(--border);border-radius:50px;overflow:hidden}.shop-card__opt{font:inherit;font-size:.76rem;font-weight:700;padding:.3rem .2rem;background:#fff;color:var(--text-secondary);border:0;cursor:pointer;transition:background var(--t-fast),color var(--t-fast)}.shop-card__opt:hover{color:var(--blue)}.shop-card__opt.is-on{background:var(--blue);color:#fff}.shop-card__opt:focus-visible{outline:2px solid var(--red);outline-offset:-2px}.shop-card__body{display:flex;flex-direction:column;gap:.5rem;padding:.55rem .65rem .65rem;flex:1;border-top:1px solid var(--border)}.shop-card__name{font-family:var(--font-heading);font-size:.95rem;font-weight:700;color:var(--blue);line-height:1.15;flex:1}.shop-card__order{width:100%;padding:.5rem 1rem;font-size:.85rem}@media(min-width:820px){.shop-group__title{font-size:1.55rem}.shop-card__name{font-size:1rem}}.story{display:grid;gap:1.9rem;align-items:center}.story__media{background:var(--bg-blue);padding:1.1rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Ctext x='12' y='44' font-size='22' fill='%23ffffff' fill-opacity='0.06'%3E%E2%9D%84%3C/text%3E%3Ctext x='58' y='84' font-size='14' fill='%23ffffff' fill-opacity='0.05'%3E%E2%9D%84%3C/text%3E%3C/svg%3E")}@media(min-width:820px){.story__media{padding:1.9rem}}.story__media img{width:100%;height:auto;border-radius:var(--radius);background:#fff}.story__title{font-size:clamp(1.6rem,3.6vw,2.2rem);margin-bottom:1rem}.story__text{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.story__text strong{color:var(--text)}@media(min-width:820px){.story{grid-template-columns:1.05fr 1fr;gap:3.5rem}}.tk-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;max-width:920px;margin-inline:auto}@media(min-width:768px){.tk-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.tk-card{position:relative;display:block;aspect-ratio:3 / 4;border-radius:var(--radius);overflow:hidden;background:#000;box-shadow:var(--shadow-sm);transition:transform var(--t-base),box-shadow var(--t-base)}.tk-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.tk-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform var(--t-base)}.tk-card:hover .tk-card__img{transform:scale(1.06)}.tk-card__tag{position:absolute;top:.5rem;left:.5rem;z-index:2;display:inline-flex;align-items:center;gap:.28rem;background:#010101b8;color:#fff;font-size:.68rem;font-weight:700;padding:.2rem .5rem;border-radius:50px}.tk-card__play{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);width:50px;height:50px;display:grid;place-items:center;background:#ffffffeb;color:#010101;border-radius:50%;box-shadow:var(--shadow-md);padding-left:3px;transition:transform var(--t-fast)}.tk-card:hover .tk-card__play{transform:translate(-50%,-50%) scale(1.08)}.tk-card__cap{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.4rem .6rem .55rem;font-size:.72rem;font-weight:600;color:#fff;line-height:1.3;background:linear-gradient(transparent,#000c)}.order-layout{display:grid;gap:1.75rem;max-width:980px;margin-inline:auto}@media(min-width:880px){.order-layout{grid-template-columns:1.55fr 1fr;align-items:start}}.order-form{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm)}@media(min-width:769px){.order-form{padding:1.75rem}}.order-form__row{display:grid;gap:1rem;margin-bottom:1rem}@media(min-width:540px){.order-form__row{grid-template-columns:1fr 1fr}}.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.order-form__row .field{margin-bottom:0}.field--size{max-width:220px}.field__label{font-size:.82rem;font-weight:700;color:var(--text)}.field__label>span[aria-hidden]{color:var(--red)}.field__opt{font-weight:400;color:var(--text-muted)}.field__input{font:inherit;font-size:.95rem;color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:10px;padding:.65rem .8rem;width:100%;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.field__input:focus-visible{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 18%,transparent)}textarea.field__input{resize:vertical;min-height:3.4rem}.order-form__submit{width:100%;margin-top:.35rem}.order-form__note{margin-top:.85rem;font-size:.8rem;color:var(--text-muted);line-height:1.55}.order-aside{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}@media(min-width:769px){.order-aside{padding:1.6rem}}.order-aside__title{font-family:var(--font-heading);font-size:1.15rem;color:var(--blue);margin-bottom:1rem}.order-aside__line{display:flex;align-items:center;gap:.65rem;font-size:.92rem;color:var(--text-secondary);margin-bottom:.7rem}.order-aside__line svg{color:var(--blue);flex-shrink:0}.order-aside__line a{font-weight:600;overflow-wrap:anywhere}.order-aside__social{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.btn-ta{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;background:#00aa6c;color:#fff!important;border-radius:50px;font-size:.86rem;font-weight:700;text-decoration:none;transition:background var(--t-fast),transform var(--t-fast)}.btn-ta:hover{background:#00915c;color:#fff!important;transform:translateY(-1px)}.btn-ta b{font-weight:800}.btn-ta svg{flex-shrink:0;color:#ffd34d}.order-aside__follow{display:flex;align-items:center;gap:.5rem}.order-aside__follow-lbl{font-size:.82rem;font-weight:600;color:var(--text-secondary);margin-right:.15rem}.soc-ico{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;text-decoration:none;transition:transform var(--t-fast),filter var(--t-fast)}.soc-ico:hover{transform:translateY(-2px);filter:brightness(1.1)}.soc-ico--fb{background:#1877f2}.soc-ico--tk{background:#010101}.order-aside__foot{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted);line-height:1.55}.section--cta{background:var(--bg-blue);color:#fff;position:relative}.section--cta:before{content:"";position:absolute;top:-1px;left:0;right:0;height:46px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpath d='M0 0 H1200 V26 L1100 62 L1000 22 L880 66 L760 18 L640 58 L520 14 L400 62 L280 26 L160 66 L60 30 L0 52 Z' fill='%23f2ede1'/%3E%3C/svg%3E") top center / 100% 100% no-repeat;pointer-events:none}.cta-block{text-align:center;max-width:680px;margin:0 auto}.cta-block .tricolore{margin:0 auto 1.25rem}.cta-block__title{color:#fff;font-size:clamp(1.6rem,4vw,2.4rem);margin-bottom:.9rem}.cta-block__title em{font-style:normal;color:#ffd34d}.cta-block__desc{color:#ffffffd1;margin-bottom:1.75rem;font-size:1.05rem}.cta-block__actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}@media(min-width:520px){.cta-block__actions{flex-direction:row;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}}.section--cta .btn--outline{color:#fff;border-color:#fff9}.section--cta .btn--outline:hover{background:#fff;color:var(--blue);border-color:#fff}.section--404{min-height:60vh;display:flex;align-items:center;text-align:center;padding-top:calc(var(--header-h) + 4rem)}.error-code{font-size:6rem;color:var(--red);line-height:1;margin-bottom:1rem}.error-text{font-size:1.15rem;color:var(--text-secondary);margin-bottom:2rem}.footer{background:var(--bg-blue);color:#ffffffad;padding:2.5rem 0 1.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Ctext x='14' y='40' font-size='20' fill='%23ffffff' fill-opacity='0.05'%3E%E2%9D%84%3C/text%3E%3Ctext x='68' y='92' font-size='13' fill='%23ffffff' fill-opacity='0.04'%3E%E2%9D%84%3C/text%3E%3C/svg%3E")}@media(min-width:769px){.footer{padding:3.5rem 0 1.5rem}}.footer a{color:#ffffffad;text-decoration:underline;text-decoration-color:#ffffff40;text-underline-offset:2px}.footer a:hover{color:#fff;text-decoration-color:#fffc}.footer-content{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem}@media(min-width:769px){.footer-content{gap:2.5rem;margin-bottom:2rem;padding-bottom:2rem}}.footer-logo{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-tagline{font-size:.9rem;color:#ffffffb8;max-width:46ch}.footer-column{display:flex;flex-direction:column;gap:.35rem}.footer-title{font-size:.8rem;font-weight:700;color:#ffffffe6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.footer-link{font-size:.88rem}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem}.footer-bottom-grid{display:grid;grid-template-columns:1fr;align-items:center;gap:.5rem}.footer-left,.footer-center,.footer-right{text-align:center;margin:0}.sobercloud-link{color:#0f8!important;font-weight:600}.sobercloud-link:hover{color:#00cc6a!important}@media(min-width:769px){.footer-content{grid-template-columns:1.6fr 1fr}.footer-bottom-grid{grid-template-columns:1fr auto 1fr;gap:2rem}.footer-left{text-align:left}.footer-right{text-align:right}}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;border:none;cursor:pointer;display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(1rem);transition:all var(--t-base);box-shadow:var(--shadow-md);z-index:900}.scroll-top.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top:hover{background:var(--red);transform:translateY(-2px)}.lightbox{position:fixed;inset:0;z-index:3800;display:grid;place-items:center;padding:1.5rem;background:#0f172ad1;opacity:0;pointer-events:none;transition:opacity .3s ease}.lightbox.show{opacity:1;pointer-events:auto}.lightbox__figure{margin:0;max-width:min(94vw,1100px)}.lightbox img{width:100%;height:auto;max-height:78vh;object-fit:contain;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-lg)}.lightbox__caption{color:#ffffffe0;text-align:center;font-style:italic;font-size:.95rem;margin-top:.9rem}.lightbox__close{position:absolute;top:1.1rem;right:1.1rem;width:44px;height:44px;display:grid;place-items:center;background:#fff;color:var(--text);border:none;border-radius:50%;cursor:pointer;box-shadow:var(--shadow-md)}.lightbox__close:hover{background:var(--red);color:#fff}@media(prefers-reduced-motion:reduce){.lightbox{transition:opacity .2s ease}}.egg-confetti{position:fixed;inset:0;z-index:4001;overflow:hidden;pointer-events:none}.egg-confetti i{position:absolute;top:-18px;width:10px;height:16px;border-radius:1px;opacity:.95;will-change:transform;animation:egg-fall linear forwards}@keyframes egg-fall{to{transform:translateY(114vh) rotate(760deg)}}.egg-overlay{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;padding:1.5rem;background:#0f255794;opacity:0;transition:opacity .35s ease}@supports (backdrop-filter: blur(4px)){.egg-overlay{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}}.egg-overlay.show{opacity:1}.egg-card{position:relative;width:min(94vw,560px);background:var(--bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:3.25rem 2rem 2.25rem;text-align:center;overflow:hidden;opacity:0;transform:scale(.85) translateY(12px);transition:transform .5s cubic-bezier(.22,1.3,.36,1),opacity .35s ease}.egg-overlay.show .egg-card{opacity:1;transform:none}.egg-card:before{content:"";position:absolute;top:0;left:0;right:0;height:7px;background:linear-gradient(90deg,var(--blue) 0 33.3%,#fff 33.3% 66.6%,var(--red) 66.6% 100%)}.egg-card__medal{font-size:3.6rem;line-height:1;margin-bottom:.4rem}.egg-card__eyebrow{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--red-dark);margin-bottom:.85rem}.egg-card__title{font-family:var(--font-heading);font-size:clamp(2.1rem,7.5vw,3.2rem);line-height:1.04;color:var(--blue);margin-bottom:.9rem}.egg-card__title em{font-style:normal;color:var(--red)}.egg-card__text{color:var(--text-secondary);font-size:1.02rem;line-height:1.6;margin:0 auto 1.6rem;max-width:42ch}.egg-card__close{cursor:pointer}@media(prefers-reduced-motion:reduce){.egg-confetti{display:none}.egg-overlay,.egg-card{transition:opacity .25s ease}.egg-card{transform:none}}[data-reveal],[data-reveal].is-visible{opacity:1;transform:none}@media(min-width:769px){:root{--section-gap: 6.5rem}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}html{scroll-behavior:auto}}@media print{.header,.footer,.scroll-top,.hero__actions,.cta-block__actions{display:none}body{color:#000;background:#fff}.section{padding:2rem 0;break-inside:avoid}a{color:#000;text-decoration:underline}}
