.hero{position:relative;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.5rem 1.25rem 1.5rem;min-height:100vh;min-height:100svh}.hero__stage{display:grid;place-items:center}.hero__dog{width:min(68vw,420px);height:auto;display:block;-webkit-user-select:none;user-select:none}.hero__name{margin:1.15rem 0 0;line-height:0}.hero__tiny{position:absolute;top:18px;right:18px;width:min(7.2vw,44px);height:auto;display:block;-webkit-user-select:none;user-select:none;transform:rotate(8deg)}@media(max-width:640px){.hero{padding-top:2.5rem}.hero__dog{width:min(82vw,340px)}.hero__word{width:min(70vw,240px)}.hero__tiny{top:10px;right:10px;width:29px}}.hero__ca{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;gap:.55rem;margin:0;padding:0;border:0;background:none;cursor:pointer;color:var(--color-ink);font-family:inherit;font-size:1.05rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.hero__ca-label{text-transform:lowercase}.hero__ca-value{max-width:min(52vw,28rem);overflow:hidden;text-overflow:ellipsis}@media(max-width:640px){.hero__ca{right:12px;bottom:12px;font-size:.82rem;max-width:calc(100% - 24px)}}.scenes{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(5rem,12vw,9rem);padding:1.5rem 8vw 2.5rem}.scenes__row{display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,6vw,5rem);flex-wrap:wrap}.scenes__pic{width:min(70vw,360px);height:auto;display:block;-webkit-user-select:none;user-select:none}.scenes__text{margin:0;font-size:clamp(2.2rem,7vw,4rem);font-weight:600;line-height:1;color:var(--color-ink)}.scenes__row--0{justify-content:flex-start;padding-left:5vw}.scenes__row--0 .scenes__pic{transform:rotate(-4deg);width:min(62vw,300px)}.scenes__row--0 .scenes__text{transform:rotate(6deg)}.scenes__row--1{flex-direction:row-reverse;flex-wrap:nowrap;justify-content:flex-start;padding-right:0;margin-right:-8vw;width:calc(100% + 8vw)}.scenes__row--1 .scenes__pic{transform:rotate(2deg) translate(14px);transform-origin:right center;width:min(80vw,440px)}.scenes__row--1 .scenes__text{transform:rotate(-4deg)}.scenes__row--2{flex-direction:row-reverse;justify-content:flex-end;padding-right:2vw}.scenes__row--2 .scenes__pic{transform:rotate(3deg);width:min(58vw,280px)}.scenes__row--2 .scenes__text{transform:rotate(-8deg)}.scenes__row--3{flex-direction:row-reverse;justify-content:space-between;flex-wrap:nowrap;padding-left:4.5rem;padding-right:0;margin-left:-8vw;margin-right:-8vw;width:calc(100% + 16vw);gap:1.4rem}.scenes__row--3 .scenes__pic{transform:rotate(-5deg);width:min(70vw,340px);flex-shrink:0}.scenes__row--3 .scenes__text{transform:rotate(-3deg);font-size:clamp(1.7rem,4.2vw,2.7rem);font-weight:600;max-width:12ch;line-height:1.2;text-align:left}@media(max-width:640px){.scenes{padding:1rem 1.2rem 2rem;gap:4.5rem}.scenes__row,.scenes__row--0,.scenes__row--2{justify-content:center;padding:0}.scenes__row--1{justify-content:flex-start;padding:0 0 0 1rem;margin-right:-1.2rem;width:calc(100% + 1.2rem);gap:.75rem}.scenes__row--1 .scenes__pic{width:min(52vw,210px)}.scenes__row--1 .scenes__text{flex-shrink:0;font-size:1.55rem}.scenes__row--3{justify-content:space-between;padding:0 0 0 1.4rem;margin-left:-1.2rem;margin-right:-1.2rem;width:calc(100% + 2.4rem)}.scenes__row--3 .scenes__text{text-align:left;max-width:12ch}}.corner{line-height:0}.corner__pic{display:block;width:min(72vw,420px);height:auto;aspect-ratio:479 / 411;-webkit-user-select:none;user-select:none}.socials{position:absolute;top:14px;left:12px;z-index:3;width:200px;height:200px}.socials__link{position:absolute;display:block;line-height:0}.socials__link img{display:block;width:81px;height:auto}.socials__link--x{top:3px;left:0;transform:rotate(-14deg)}.socials__link--dex{top:72px;left:28px;transform:rotate(-7deg)}.socials__link--tg{top:18px;left:78px;transform:rotate(12deg)}.socials__link:hover{transform:rotate(-6deg) scale(1.08)}.socials__link--dex:hover{transform:rotate(4deg) scale(1.08)}.socials__link--tg:hover{transform:rotate(6deg) scale(1.08)}@media(max-width:640px){.socials{top:8px;left:6px;width:160px;height:160px}.socials__link img{width:63px}.socials__link--dex{top:56px;left:22px}.socials__link--tg{top:14px;left:60px}}.app{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;background:var(--color-base);position:relative;width:100%;max-width:100%;overflow-x:hidden;overflow-x:clip}:root{--color-base: #ffffff;--color-accent: #007dfe;--color-accent-ear: #117be9;--color-ink: #000000;--font-doodle: "Fredoka", "Trebuchet MS", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;max-width:100%}html,body{overflow-x:hidden;overflow-x:clip;overscroll-behavior-x:none}body{background:var(--color-base);color:var(--color-ink);font-family:var(--font-doodle);-webkit-font-smoothing:antialiased}::selection{background:var(--color-accent);color:var(--color-base)}
