@import "https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap";:root{color:#fff;background-color:#0f0f0f}*,:before,:after{box-sizing:border-box}a{color:inherit;text-decoration:none}a:focus-visible{outline-offset:4px;outline:2px dashed #ffffffbf}body{background-color:#0f0f0f;min-height:100vh;margin:0;font-family:Raleway,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{max-width:100%;display:block}#root{width:100%;min-height:100vh}.app{color:#fff;background-color:#0f0f0f;min-height:100vh;font-family:Raleway,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero{flex-direction:column;justify-content:flex-end;min-height:100vh;padding:2.5rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;z-index:0;filter:brightness(.55);width:100%;height:100%;position:absolute;inset:0}.hero__gradient{z-index:1;background:linear-gradient(#06020a33 0%,#06020acc 100%);position:absolute;inset:0}.navbar{z-index:2;background:#a02168;border-radius:999px;justify-content:space-between;align-items:center;gap:1.5rem;width:min(1100px,100% - 3rem);padding:.85rem 1.5rem;display:flex;position:absolute;top:2rem;left:50%;transform:translate(-50%);box-shadow:0 15px 30px #00000059}.navbar__brand{text-transform:lowercase;letter-spacing:.02em;align-items:center;gap:.75rem;font-weight:700;display:flex}.navbar__brand img{object-fit:contain;width:42px;height:42px}.navbar__links{text-transform:lowercase;gap:1.25rem;font-size:.95rem;display:flex}.navbar__links a{color:#fff;letter-spacing:.02em;font-weight:600;position:relative}.navbar__links a:after{content:"";background-color:#ffffffd9;width:0%;height:2px;transition:width .2s;position:absolute;bottom:-.3rem;left:0}.navbar__links a:hover:after,.navbar__links a:focus-visible:after{width:100%}.hero__content{z-index:2;justify-content:flex-start;align-items:flex-end;width:min(1100px,100%);margin:0 auto;display:flex;position:relative}.hero__title{text-transform:lowercase;margin:0;font-size:clamp(2.8rem,8vw,5rem);font-weight:700;line-height:1}.description{background-color:#e25883;grid-template-columns:minmax(120px,220px) minmax(280px,520px) minmax(120px,220px);align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:4rem clamp(1.5rem,5vw,4rem);display:grid;position:relative}.description__logo{justify-content:center;display:flex}.description__logo img{opacity:.4;filter:drop-shadow(0 10px 25px #00000059);width:min(240px,100%)}.description__text{color:#fff}.description__eyebrow{text-transform:uppercase;letter-spacing:.4em;margin-bottom:.8rem;font-size:.8rem}.description__text p{margin:0 0 1rem;font-size:1.05rem;line-height:1.7}.description__keychains{width:100%;height:100%;position:relative}.keychain{filter:drop-shadow(0 10px 25px #0006);width:clamp(100px,15vw,160px);position:absolute;right:0}.keychain--top{top:0;transform:translateY(-15%)rotate(-6deg)}.keychain--bottom{bottom:0;transform:translateY(15%)rotate(8deg)}@media (max-width:960px){.navbar{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 1.25rem}.navbar__links{flex-wrap:wrap;width:100%}.hero__content{flex-direction:column;align-items:flex-start}.description{text-align:left;grid-template-columns:1fr}.description__logo,.description__keychains{order:-1;justify-content:flex-start;min-height:160px}.keychain{margin-right:1rem;display:inline-block;position:relative;transform:rotate(0)translateY(0)}}@media (max-width:600px){.hero{padding:2rem 1.25rem 3rem}.navbar{width:calc(100% - 2rem);top:1.5rem}.hero__copy{font-size:.95rem}}
