:root{--color-bg:#000;--color-text:#fff}body{text-align:center;background-color:var(--color-bg);background-image:url(/images/bg.webp);background-position:10% 0;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (min-width:768px){body{background-position:50%}}@media only screen and (max-width:992px) and (min-aspect-ratio:3/2){body{height:100%}}main{width:100%}.coming-soon{flex-direction:column;justify-content:center;align-items:center;display:flex}@media only screen and (max-width:992px) and (min-aspect-ratio:3/2){.coming-soon{padding:15px 0}}.container{padding:0 15px}.image-wrapper{isolation:isolate;justify-content:center;width:100%;height:100%;display:flex;position:relative;transform:translateY(3%)}@media (min-width:768px){.image-wrapper{transform:translateY(6%)}}.image-wrapper:before{content:"";aspect-ratio:1;opacity:.65;filter:blur(110px);z-index:-1;background:#4715dc;border-radius:50%;width:100%;max-width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:768px){.image-wrapper:before{filter:blur(150px);max-width:300px;transform:translate(-50%,-20%)}}@media only screen and (max-width:992px) and (min-aspect-ratio:3/2){.image-wrapper:before{filter:blur(110px);max-width:200px;transform:translate(-50%,-50%)}}.image-wrapper:after{content:"";aspect-ratio:1;opacity:.75;filter:blur(60px);z-index:1;background:#4715dc;border-radius:50%;width:100%;max-width:100px;position:absolute;bottom:3%;left:50%;transform:translate(-50%)}.image-wrapper .hero-image{aspect-ratio:3/4;z-index:0;background-image:url(/images/chicken.webp);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;max-width:270px;position:relative}@media (min-width:768px){.image-wrapper .hero-image{max-width:325px}}@media only screen and (max-width:992px) and (min-aspect-ratio:3/2){.image-wrapper .hero-image{max-width:200px}}.content{transform:translateY(-15%)}.title{font-family:var(--font-jost);text-transform:uppercase;background:linear-gradient(#fff 0%,#a5a8ff 100%);-webkit-text-fill-color:#0000;filter:drop-shadow(3px 3px #45489d);-webkit-background-clip:text;background-clip:text;margin-bottom:8px;padding-right:10px;font-size:clamp(64px,8vw,100px);font-style:italic;font-weight:900;line-height:1.2}@media (min-width:768px){.title{filter:drop-shadow(3px 3px #020564);margin-bottom:12px}}.description{max-width:58ch;color:var(--color-text);margin:0 auto 36px;font-size:clamp(14px,3vw,16px);font-weight:500;line-height:1.5}@media (min-width:768px){.description{margin-bottom:40px}}.btn-primary{min-width:200px;color:var(--color-bg);cursor:pointer;background:linear-gradient(#6c6c6c26 0%,#fff0 100%),#71f55f;border:none;border-radius:12px;padding:12px 20px;font-size:16px;font-weight:600;line-height:1.5;text-decoration:none;transition:background .2s;display:inline-block;box-shadow:0 1px 2px #1c691280,0 0 0 2px #1c6912}.btn-primary:hover,.btn-primary:focus{background:#b6ff82}
