*,:before,:after{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}li{list-style:none}a,img,time,input,button,text-area{display:block}img{color:#fff}a{color:inherit;text-decoration:none}main,footer{width:100%}input,button,textarea{font:inherit;background:0 0;border:none}button,a{cursor:pointer}address{font-style:normal}html{overscroll-behavior:contain;scroll-behavior:smooth;max-width:100vw;line-height:1;overflow:hidden}body{background-color:#212020;flex-direction:column;align-items:center;width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero{flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.hero__bg-img{object-fit:cover;z-index:-1;opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0}.hero__logo{pointer-events:none;z-index:20;width:120px;height:auto;position:absolute;top:-20px;right:-20px}.hero__bg{pointer-events:none;z-index:0;height:960px;position:absolute;top:50%}.hero__bg--left{left:0;transform:translateY(-50%)}.hero__bg--right{right:0;transform:scaleX(-1)translateY(-50%)}@media (width<=720px){.hero__bg{height:780px}}@media (width<=540px){.hero__bg{opacity:.4}}.hero__bg-item{position:absolute}.hero__bg-item--1{aspect-ratio:1/1.9;width:300px;height:auto;top:0;left:50%;transform:translate(-30%,-30%)rotate(45deg)}.hero__bg-item--2{aspect-ratio:1/1.7;width:300px;height:auto;top:40%;transform:translate(-30%,-30%)}.hero__bg-item--3{aspect-ratio:1/1.7;width:300px;height:auto;bottom:0;left:50%;transform:translate(-30%,30%)}@media (width<=720px){.hero__bg-item--1,.hero__bg-item--2,.hero__bg-item--3{width:230px}}.hero__ribs{width:280px;height:auto;position:absolute;bottom:0;left:50%;transform:translate(-20%,20%)rotate(20deg)}@media (width<=720px){.hero__ribs{width:200px}}.hero__scull{width:240px;height:auto;position:absolute;bottom:0;left:50%;transform:translate(-30%,30%)rotate(20deg)scaleX(-1)}@media (width<=720px){.hero__scull{width:180px}}.hero__container{z-index:10;border-radius:16px;justify-content:center;align-items:center;min-height:520px;padding:20px;display:flex;position:relative}@media (width<=720px){.hero__container{padding:12px}}.hero__card{text-align:center;background:linear-gradient(160deg,#111 0%,#0d0d0d 100%);border:1px solid #212020;border-radius:12px;width:100%;max-width:540px;padding:3rem 2.5rem;position:relative}.hero__card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#555 0%,#111 40%,#444 70%,#111 100%);border-radius:12px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (width<=720px){.hero__card{padding:2rem 1.6rem}}.hero__eyebrow{letter-spacing:.4em;color:#666;text-transform:uppercase;margin-bottom:1.5rem;font-family:Cinzel,serif;font-size:12px}@media (width<=540px){.hero__eyebrow{font-size:10px}}.hero__name{background:linear-gradient(#e8e8e8 0%,#aaa 35%,#fff 55%,#888 80%,#ccc 100%);-webkit-text-fill-color:transparent;letter-spacing:.05em;-webkit-background-clip:text;background-clip:text;margin-bottom:.8rem;font-family:Cinzel Decorative,serif;font-size:38px;font-weight:700;line-height:1.1}@media (width<=720px){.hero__name{font-size:24px}}@media (width<=375px){.hero__name{font-size:22px}}.hero__title{letter-spacing:.35em;color:#555;margin-bottom:2.5rem;font-family:Cinzel,serif;font-size:12px}.hero__divider{background:linear-gradient(90deg,#0000,#555,#0000);width:60px;height:1px;margin:0 auto 2rem}.hero__contacts{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;display:flex}.hero__contact{letter-spacing:.2em;color:#777;text-transform:uppercase;font-family:Cinzel,serif;font-size:.7rem}.hero__contact span{color:#999}.hero__tagline{letter-spacing:.3em;color:#444;text-transform:uppercase;font-family:Cinzel,serif;font-size:.62rem;line-height:1.8}.hero__corner{opacity:.35;width:24px;height:24px;position:absolute}.hero__corner--tl{border-top:1px solid #888;border-left:1px solid #888;top:16px;left:16px}.hero__corner--tr{border-top:1px solid #888;border-right:1px solid #888;top:16px;right:16px}.hero__corner--bl{border-bottom:1px solid #888;border-left:1px solid #888;bottom:16px;left:16px}.hero__corner--br{border-bottom:1px solid #888;border-right:1px solid #888;bottom:16px;right:16px}.hero__dancing-cat{aspect-ratio:1;border-radius:8px;width:100px;height:auto;margin:0 auto 2rem}.hero__link{text-wrap:nowrap;letter-spacing:.3em;color:#fff;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #666;border-radius:4px;justify-content:center;align-items:center;gap:4px;margin-top:1.5rem;padding:.6rem 1.5rem;font-family:Cinzel,serif;font-size:12px;transition:color .2s,border-color .2s;display:flex}.hero__link:hover{color:#fff;border-color:#fff}@media (width<=540px){.hero__link{font-size:10px}}.hero__link-icon--left{animation:1.2s ease-in-out infinite pulse-1}.hero__link-icon--right{animation:1.2s ease-in-out infinite pulse-2}@keyframes pulse-1{0%{transform:translate(0)scaleX(-1)}50%{transform:translate(-5px)scaleX(-1)}to{transform:translate(0)scaleX(-1)}}@keyframes pulse-2{0%{transform:translate(0)}50%{transform:translate(5px)}to{transform:translate(0)}}
