@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;overflow-x:hidden}.app img{max-width:100%;height:auto}.hero{z-index:1;flex-direction:column;justify-content:flex-end;min-height:90vh;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%}.navbar__toggle{cursor:pointer;background:#ffffff14;border:1px solid #ffffff59;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:38px;height:38px;padding:0;display:none}.navbar__toggle span{background:#fff;border-radius:999px;width:18px;height:2px;display:block}.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{text-align:center;z-index:2;background-color:#f6437b;grid-template-columns:minmax(0,1fr);place-items:center;gap:clamp(1.5rem,4vw,3rem);padding:clamp(2.5rem,6vw,4.5rem) clamp(1.5rem,8vw,6rem);display:grid;position:relative;overflow:visible}.description__logo{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.description__logo img{opacity:.3;filter:drop-shadow(0 10px 25px #00000059);width:clamp(420px,70vw,860px);position:absolute;top:-12rem;left:-17rem}.description__text{color:#fff;z-index:2;max-width:820px;position:relative}.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{pointer-events:none;z-index:5;width:min(40vw,520px);position:absolute;top:0;bottom:0;right:0;overflow:visible}.keychain{filter:drop-shadow(0 10px 25px #0006);width:clamp(100px,15vw,160px);position:absolute;right:0}.keychain--top{width:80%;top:-70%;transform:translate(35%)rotate(-6deg)}.keychain--bottom{width:60%;bottom:0%;transform:translate(30%,18%)rotate(6deg)}.products{color:#0f0f0f;background:#fff;padding:3.5rem clamp(1.5rem,5vw,4rem) 5rem}.products__inner{width:min(1100px,100%);margin:0 auto}.products__title{text-transform:lowercase;letter-spacing:.02em;margin:0 0 2rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700}.products__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,3vw,2.5rem);display:grid}.product-card{background:#fff;border:1px solid #ececec;border-radius:1.5rem;flex-direction:column;align-items:center;gap:1.2rem;padding:1rem 1rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 18px 30px #0000001f}.product-card:hover,.product-card:focus-within{transform:translateY(-6px);box-shadow:0 24px 40px #00000029}.product-card__image{aspect-ratio:4/3;background:linear-gradient(135deg,#f7f1f4 0%,#f1e4eb 100%);border-radius:1.1rem;justify-content:center;align-items:center;width:100%;padding:.75rem;display:flex;overflow:hidden}.product-card__image img{object-fit:contain;width:100%;height:100%}.product-card__label{text-transform:lowercase;margin:0;font-size:1rem;font-weight:600}@media (max-width:700px){.navbar{border-radius:24px;flex-flow:wrap;justify-content:space-between;align-items:center;gap:.4rem;padding:.6rem .9rem}.navbar__links{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;font-size:.85rem;display:none}.navbar__brand{gap:.5rem;font-size:.95rem}.navbar__brand img{width:34px;height:34px}.navbar__toggle{display:inline-flex}.navbar--open .navbar__links{display:flex}.hero__content{flex-direction:column;align-items:flex-start}.description{text-align:center;grid-template-columns:1fr;padding-right:clamp(1.5rem,6vw,4rem)}.description__logo{inset:0}.description__logo img{width:clamp(280px,85vw,560px);top:auto;bottom:-6rem;left:-6rem}.keychain,.keychain--top,.keychain--bottom{width:clamp(90px,18vw,130px)}.products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.hero{padding:2rem 1.25rem 3rem}.navbar{border-radius:24px;width:calc(100% - 2rem);padding:.55rem .8rem;top:1rem}.hero__copy{font-size:.95rem}.products{padding:3rem 1.25rem 4rem}.products__grid{grid-template-columns:1fr}.description__logo img{width:clamp(260px,90vw,480px);bottom:-6rem;left:-8rem}.description__keychains{width:min(45vw,300px);right:-.5rem}.keychain--top{top:-10%;transform:translate(25%)rotate(-6deg)}.keychain--bottom{bottom:-6%;transform:translate(20%,12%)rotate(6deg)}}@media (max-width:430px){.navbar{border-radius:22px;width:calc(100% - 1.5rem);padding:.5rem .7rem}.navbar__links{font-size:.8rem}.navbar__brand{font-size:.9rem}.navbar__brand img{width:30px;height:30px}.keychain,.keychain--top,.keychain--bottom{width:clamp(80px,22vw,110px)}.description__keychains{width:min(55vw,240px);right:-.25rem}.description__logo img{width:clamp(240px,92vw,420px);bottom:-7rem;left:-7rem}.keychain--top{top:-6%;transform:translate(22%)rotate(-6deg)}.keychain--bottom{bottom:-4%;transform:translate(18%,10%)rotate(6deg)}}
