@font-face{font-family:Lemonada;src:url('assets/lemonada.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Nunito;src:url('assets/nunito.ttf') format('truetype');font-weight:800;font-display:swap}
:root{--ivory:#fffff0;--red:#e90035;--burgundy:#7f0303;--gold:#ffa901;--ink:#430d17;--line:#d9c7b8}
*{box-sizing:border-box}html{background:var(--ivory);color:var(--ink)}body{margin:0;font-family:Lemonada,serif;font-weight:600}button{font:inherit}::selection{background:var(--gold);color:var(--burgundy)}.page{min-height:100svh;overflow:hidden;display:flex;flex-direction:column}.latin{font-family:Nunito,sans-serif;font-weight:800;letter-spacing:.15em}.header{margin:0 4.6%;padding:27px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:20px;font-size:24px;color:var(--burgundy)}.brand .latin{font-size:12px;letter-spacing:.22em;padding-right:20px;border-right:1px solid var(--line)}.status{font-size:13px;color:var(--burgundy);padding:9px 18px;border:1px solid var(--burgundy);border-radius:40px}main{max-width:1680px;width:100%;margin:auto;display:grid;grid-template-columns:1.08fr 1fr;align-items:center;gap:2vw;padding:58px 6.5% 65px;flex:1;min-height:660px}.story{z-index:2;animation:reveal .9s .1s both}.eyebrow{font-size:15px;display:flex;gap:13px;align-items:center;margin:0 0 30px}.rule{width:34px;height:2px;background:var(--red)}h1{font-size:clamp(48px,5.6vw,88px);line-height:1.65;letter-spacing:-.06em;margin:0;font-weight:600}h1>span{display:block}.second-line{white-space:nowrap}h1 em{font-style:normal;color:var(--red);position:relative}h1 em:after{content:"";position:absolute;bottom:0;right:4%;width:94%;height:4px;background:var(--gold);transform:rotate(-5deg);transform-origin:right;animation:underline 1s .6s both}.teaser{font-size:16px;line-height:2.1;margin:30px 0 0}.signature{display:flex;align-items:center;gap:14px;max-width:185px;margin-top:46px;color:var(--burgundy)}.signature span{height:1px;background:var(--line);flex:1}.signature b{font-size:17px;font-weight:600}.identity{position:relative;aspect-ratio:1;display:grid;place-items:center;isolation:isolate;animation:reveal 1.2s .2s both;direction:ltr}.roundel{position:relative;width:80%;height:80%;border-radius:50%;background:var(--burgundy);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:17px 19px 0 var(--red);transform:rotate(-7deg);animation:float 7s ease-in-out infinite}.roundel:before{content:"";position:absolute;inset:14px;border-radius:50%;border:1px solid #fffff050}.roundel-top{font-size:clamp(10px,1vw,15px);color:var(--ivory);letter-spacing:.24em;margin:0 0 18px}.logo{display:block;width:39%;height:auto;filter:drop-shadow(0 10px 8px #34040035)}.roundel-bottom{color:var(--ivory);font-size:clamp(12px,1.2vw,17px);margin-top:18px}.orbit{position:absolute;border:1px solid #7f030326;border-radius:50%;inset:0;z-index:-1;transform:rotate(-22deg)}.orbit-outer{inset:-1% 6%;transform:rotate(-34deg);border-color:#7f030338}.orbit-inner{inset:8% -3%;transform:rotate(-34deg)}.spark{position:absolute;color:var(--gold);line-height:1;font-family:serif;animation:turn 28s linear infinite}.spark-one{top:8%;right:6%;font-size:88px}.spark-two{bottom:10%;left:7%;font-size:45px;color:var(--red)}.edition{position:absolute;bottom:-35px;font-size:10px;letter-spacing:.2em;color:var(--burgundy)}.ribbon{margin:15px -2% 0;background:var(--red);color:var(--ivory);transform:rotate(-2deg);padding:17px 0;direction:ltr;overflow:hidden;flex:none;user-select:none}.ribbon-track{display:flex;align-items:center;width:max-content;gap:44px;animation:marquee 36s linear infinite}.ribbon span{white-space:nowrap;font-size:21px;line-height:1.6}.ribbon .latin{font-size:24px;letter-spacing:.12em}.ribbon i{font-style:normal;color:var(--gold);font-size:35px;line-height:1}footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:42px 4.6% 23px;font-size:12px;min-height:100px}footer .origin{font-size:10px;letter-spacing:.18em}.footer-slash{padding:0 12px;color:var(--red)}#motion{display:flex;align-items:center;gap:8px;min-height:44px;border:0;background:none;color:var(--burgundy);padding:6px 0;cursor:pointer;font-size:12px}#motion[hidden]{display:none}.motion-icon{font:18px Nunito,sans-serif}button:focus-visible{outline:2px solid var(--red);outline-offset:7px;border-radius:2px}button:hover{color:var(--red)}
@keyframes reveal{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0) rotate(-7deg)}50%{transform:translateY(-10px) rotate(-4deg)}}@keyframes turn{to{transform:rotate(360deg)}}@keyframes underline{from{transform:rotate(-5deg) scaleX(0)}to{transform:rotate(-5deg) scaleX(1)}}@keyframes marquee{to{transform:translateX(-50%)}}
html[data-paused="true"] *,html[data-paused="true"] *:before,html[data-paused="true"] *:after{animation-play-state:paused!important}
@media(min-width:1700px){main{min-height:760px}}
@media(max-width:1000px){main{padding:60px 5% 65px;min-height:580px}h1{font-size:clamp(40px,5.8vw,64px)}.eyebrow{font-size:14px}.teaser{font-size:16px}.roundel-top{margin-bottom:12px}.roundel-bottom{margin-top:12px}.spark-one{font-size:66px}.signature{margin-top:30px}.header{padding:22px 0}}
@media(max-width:700px){.header{margin:0 6%;padding:19px 0}.brand{font-size:20px;gap:9px}.brand .latin{font-size:9px;letter-spacing:.1em;padding-right:9px}.status{font-size:12px;padding:7px 10px}main{display:flex;flex-direction:column;gap:48px;padding:42px 7% 62px;min-height:0}.story{text-align:center;width:100%}.eyebrow{justify-content:center;font-size:14px;margin-bottom:14px}.rule{width:24px}h1{font-size:clamp(38px,9vw,61px);line-height:1.6;letter-spacing:-.065em}.teaser{font-size:16px;margin-top:18px}.signature{display:none}.identity{width:min(84%,380px);margin:0 auto}.roundel{width:82%;height:82%;box-shadow:10px 13px 0 var(--red)}.roundel-top{font-size:9px;letter-spacing:.18em;margin-bottom:11px}.roundel-bottom{font-size:11px;margin-top:10px}.roundel:before{inset:10px}.spark-one{font-size:54px;right:2%;top:5%}.spark-two{font-size:32px;bottom:8%;left:3%}.edition{font-size:8px;bottom:-28px;letter-spacing:.14em}.ribbon{padding:13px 0;margin-top:11px}.ribbon-track{gap:25px}.ribbon span{font-size:15px}.ribbon .latin{font-size:19px}.ribbon i{font-size:25px}footer{padding:30px 6% 18px;gap:12px;flex-wrap:wrap;font-size:12px}footer .origin{display:none}#motion{font-size:12px}.footer-slash{padding:0 7px}}
@media(max-width:360px){.brand .latin{display:none}.status{font-size:12px}h1{font-size:34px}.teaser{font-size:14px}.identity{width:92%}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important}.story,.identity{opacity:1}}

html:not([data-paused]) .roundel,html:not([data-paused]) .spark,html:not([data-paused]) .ribbon-track{animation:none}

.not-found main{min-height:100svh}.not-found h1{font-size:clamp(28px,4vw,56px)}.not-found main>img{margin:auto;max-width:100%;height:auto}.home-link{display:inline-block;margin-top:24px;color:var(--burgundy);text-underline-offset:8px;font-size:16px}.home-link:focus-visible{outline:2px solid var(--red);outline-offset:6px}
