:root{--main-color:#000;--accent-gradient:linear-gradient(135deg,#d32b3f,#e4a89c);--max-content-width:600px;--body-padding:4vh 6vw;--standard-spacing:1rem}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}main{display:flex;flex-direction:column;gap:var(--standard-spacing);width:100%;max-width:var(--max-content-width);margin:3vh auto;padding:0 max(.5rem,2vw)}footer,h1,p{margin:0;padding:0}h1{font-feature-settings:"smcp";font-variant:small-caps;font-weight:300;font-size:clamp(1.8rem,6vw,2.5rem);opacity:.8;line-height:1.2;opacity:0;animation:fadeIn 1s ease forwards;padding-top:4vh;padding-bottom:2vh}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}p{opacity:0;animation:fadeIn .7s ease forwards;margin-bottom:1rem}p:first-of-type{animation-delay:.3s}p:nth-of-type(2){animation-delay:.4s}p:nth-of-type(3){animation-delay:.5s}p:nth-of-type(4){animation-delay:.6s}p:nth-of-type(5){animation-delay:.7s}p:nth-of-type(6){animation-delay:.8s}p:nth-of-type(7){animation-delay:.9s}p:nth-of-type(8){animation-delay:1s}p:nth-of-type(9){animation-delay:1.1s}p:nth-of-type(10){animation-delay:1.2s}p:nth-of-type(11){animation-delay:1.3s}p:nth-of-type(12){animation-delay:1.4s}p:nth-of-type(13){animation-delay:1.5s}p:nth-of-type(14){animation-delay:1.6s}p:nth-of-type(15){animation-delay:1.7s}p:nth-of-type(16){animation-delay:1.8s}p:nth-of-type(17){animation-delay:1.9s}p:nth-of-type(18){animation-delay:2s}p:nth-of-type(19){animation-delay:2.1s}p:nth-of-type(20){animation-delay:2.2s}.smallcaps{font-feature-settings:"smcp";font-variant:small-caps}.bold{font-weight:600}.logo-box{margin:3rem auto 1rem;width:min(80px,20vw);height:min(80px,20vw);background:var(--accent-gradient);opacity:0;animation:fadeIn 1s ease forwards;animation-delay:3.8s}footer{text-align:center;font-weight:600;font-size:clamp(.75rem,2.5vw,.85rem);line-height:1.2;text-transform:uppercase;letter-spacing:.08em;opacity:0;animation:fadeIn 1s ease forwards;animation-delay:4s;width:100%;margin-top:1.5rem}footer span{display:block;font-weight:300;font-size:clamp(.65rem,2vw,.75rem);letter-spacing:.12em;margin-top:.25rem}@media (max-width:600px){main{margin:4vh auto}.logo-box{margin:1.5rem auto .5rem}}@media (hover:none){:focus{outline:none}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}