* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: #0a0a0a;
    font-family: 'Russo One', sans-serif;
}

/* ── Фон ── */
.санчез {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.виньетка {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.72) 100%),
        linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, transparent 40%, transparent 60%, rgba(0,0,0,0.6) 100%);
}

/* ── Стикеры по бокам ── */
.стикер {
    position: absolute;
    z-index: 10;
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 1.15;
    color: #0a0a0a;
    background: #f5e642;
    padding: 14px 18px;
    border: 3px solid #0a0a0a;
    box-shadow: 6px 6px 0 #0a0a0a;
    text-transform: uppercase;
    top: 50%;
    animation: покачивание 3.4s ease-in-out infinite;
}

.стикер--лево {
    left: 32px;
    transform: translateY(-50%) rotate(-4deg);
    animation-delay: 0s;
}

.стикер--право {
    right: 32px;
    transform: translateY(-50%) rotate(5deg);
    animation-delay: 1.7s;
    background: #ff3c3c;
    color: #fff;
}

@keyframes покачивание {
    0%, 100% { transform: translateY(-50%) rotate(-4deg); }
    50%       { transform: translateY(-52%) rotate(-2deg); }
}

.стикер--право {
    animation-name: покачивание-право;
}

@keyframes покачивание-право {
    0%, 100% { transform: translateY(-50%) rotate(5deg); }
    50%       { transform: translateY(-48%) rotate(3deg); }
}

/* ── Главный текст ── */
.главный-текст {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.строка {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 0.92;
    letter-spacing: -0.02em;
    -webkit-text-stroke: 3px #0a0a0a;
    text-shadow:
        5px  5px 0   #0a0a0a,
        -2px 2px 0   #0a0a0a,
        2px -2px 0   #0a0a0a,
        0   0   40px rgba(0,0,0,0.9);
    animation: глитч 8s infinite;
}

.строка--1 {
    font-size: clamp(100px, 17vw, 220px);
    color: #f5e642;
    animation-delay: 0s;
    transform: rotate(-1.5deg);
}

.строка--2 {
    font-size: clamp(110px, 19vw, 255px);
    animation-delay: 2.1s;
    transform: rotate(0.8deg);
}

.строка--3 {
    font-size: clamp(72px, 12vw, 168px);
    color: #ff3c3c;
    animation-delay: 4.3s;
    transform: rotate(-0.5deg);
    -webkit-text-stroke: 4px #0a0a0a;
    text-shadow:
        6px 6px 0 #0a0a0a,
        -2px 2px 0 #0a0a0a,
        0 0 60px rgba(255, 60, 60, 0.5);
}

@keyframes глитч {
    0%, 90%, 100% {
        clip-path: none;
        transform: translate(0) rotate(var(--r, 0deg));
    }
    91% {
        clip-path: inset(20% 0 60% 0);
        transform: translate(-4px, 2px) rotate(var(--r, 0deg));
    }
    92% {
        clip-path: inset(60% 0 10% 0);
        transform: translate(4px, -2px) rotate(var(--r, 0deg));
    }
    93% {
        clip-path: none;
        transform: translate(0) rotate(var(--r, 0deg));
    }
}

.строка--1 { --r: -1.5deg; }
.строка--2 { --r:  0.8deg; }
.строка--3 { --r: -0.5deg; }

/* ── Подпись ── */
.подпись {
    margin-top: 18px;
    font-family: 'Russo One', sans-serif;
    font-size: clamp(11px, 1.4vw, 18px);
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0,0,0,0.9);
    background: rgba(0,0,0,0.45);
    padding: 6px 20px;
    border-left: 3px solid #f5e642;
    border-right: 3px solid #f5e642;
}

/* ── Бейдж ── */
.бейдж {
    margin-top: 20px;
    display: inline-block;
    font-family: 'Russo One', sans-serif;
    font-size: clamp(13px, 1.6vw, 20px);
    letter-spacing: 0.18em;
    color: #0a0a0a;
    background: #f5e642;
    padding: 8px 24px;
    border: 3px solid #0a0a0a;
    box-shadow: 4px 4px 0 #0a0a0a;
    animation: пульс 2s ease-in-out infinite;
}

@keyframes пульс {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.04); }
}

/* ── Бегущая строка снизу ── */
.плашка-снизу {
    position: absolute;
    z-index: 8;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff3c3c;
    color: #fff;
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    font-size: clamp(11px, 1.5vw, 16px);
    letter-spacing: 0.1em;
    padding: 10px 0;
    border-top: 3px solid #0a0a0a;
    white-space: nowrap;
    overflow: hidden;
    animation: бегущая 12s linear infinite;
}

@keyframes бегущая {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ── Второй элемент ── */
.дэниэлъ {
    position: absolute;
    width: 450px;
    height: 150px;
    top: 650px;
    left: 800px;
    z-index: 6;
}

/* ── Голодные собаки ── */
.собака {
    position: absolute;
    z-index: 12;
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    font-size: clamp(13px, 1.8vw, 22px);
    white-space: nowrap;
    color: #fff;
    background: rgba(0,0,0,0.65);
    padding: 6px 14px;
    border-radius: 30px;
    border: 2px solid #f5e642;
    animation: бежать-собака linear infinite;
}

.собака--1 {
    bottom: 70px;
    --speed: 7s;
    animation-duration: var(--speed);
    animation-delay: 0s;
}

.собака--2 {
    bottom: 110px;
    --speed: 9.5s;
    animation-duration: var(--speed);
    animation-delay: -3s;
}

.собака--3 {
    bottom: 152px;
    --speed: 6s;
    animation-duration: var(--speed);
    animation-delay: -1.5s;
}

@keyframes бежать-собака {
    from { transform: translateX(110vw); }
    to   { transform: translateX(-400px); }
}

/* ── Карасики ── */
.карась {
    position: absolute;
    z-index: 4;
    font-size: clamp(22px, 3.5vw, 46px);
    animation: плыть-карась linear infinite;
    opacity: 0.85;
}

.карась--1 { top: 12%;  --speed: 11s; animation-duration: var(--speed); animation-delay: 0s; }
.карась--2 { top: 22%;  --speed: 14s; animation-duration: var(--speed); animation-delay: -5s; }
.карась--3 { top: 78%;  --speed: 9s;  animation-duration: var(--speed); animation-delay: -2s; }
.карась--4 { top: 88%;  --speed: 13s; animation-duration: var(--speed); animation-delay: -7s; }

@keyframes плыть-карась {
    from { transform: translateX(-120px) scaleX(-1); }
    to   { transform: translateX(110vw)  scaleX(-1); }
}

/* ── Стикер собаки ── */
.стикер-собака {
    position: absolute;
    z-index: 11;
    bottom: 55px;
    left: 28px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    font-size: clamp(10px, 1.3vw, 16px);
    line-height: 1.3;
    color: #0a0a0a;
    background: #f5e642;
    padding: 10px 14px;
    border: 3px solid #0a0a0a;
    box-shadow: 5px 5px 0 #0a0a0a;
    text-transform: uppercase;
    animation: тряска 0.4s ease-in-out infinite;
}

@keyframes тряска {
    0%   { transform: rotate(-2deg) scale(1); }
    25%  { transform: rotate(2deg) scale(1.03); }
    50%  { transform: rotate(-1deg) scale(0.98); }
    75%  { transform: rotate(1.5deg) scale(1.02); }
    100% { transform: rotate(-2deg) scale(1); }
}

/* ── Стикер удочка ── */
.стикер-удочка {
    position: absolute;
    z-index: 11;
    top: 28px;
    right: 28px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    font-size: clamp(10px, 1.3vw, 16px);
    line-height: 1.4;
    color: #fff;
    background: #1a7a3a;
    padding: 10px 14px;
    border: 3px solid #0a0a0a;
    box-shadow: 5px 5px 0 #0a0a0a;
    text-transform: uppercase;
    animation: покачивание-удочка 2.2s ease-in-out infinite;
}

@keyframes покачивание-удочка {
    0%, 100% { transform: rotate(3deg); }
    50%       { transform: rotate(-3deg); }
}
