.contact-section {
    background: #2a2a2a;
    padding: 0 0 clamp(2rem, 5vw, 3.5rem);
    overflow: hidden;
}

.contact-checker {
    position: relative;
    width: 100%;
    height: clamp(48px, 6vw, 82px);
    overflow: hidden;
    transform: rotate(-2.4deg) scale(1.02);
    transform-origin: center;
    margin-top: clamp(2rem, 4vw, 4.2rem);
    margin-bottom: clamp(1.6rem, 5vw, 3rem);
}

.contact-checker__track {
    position: absolute;
    inset: 0 -20%;
    background: conic-gradient(from 90deg, #57ea22 0 25%, #062f08 25% 50%, #57ea22 50% 75%, #062f08 75% 100%);
    background-size: 84px 84px;
    animation: contactCheckerMove 2.8s linear infinite;
}

.contact-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(0.9rem, 3vw, 2rem);
    display: grid;
    justify-items: center;
    row-gap: clamp(2.1rem, 6vw, 4rem);
}

.contact-hero {
    width: 100%;
    display: grid;
    justify-items: center;
    row-gap: 0.8rem;
}

.contact-hero__eyes {
    width: clamp(44px, 5vw, 72px);
    height: auto;
    justify-self: end;
    margin-right: clamp(20.2rem, 3.2vw, -3.2rem);
    opacity: 0.95;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
    animation: eyesFloat 3.8s ease-in-out infinite;
}

.contact-hero__copy {
    position: relative;
    text-align: center;
    color: #f3f3ef;
    max-width: 720px;
    padding-inline: 0.5rem;
}

.contact-hero__mascot {
    position: absolute;
    width: clamp(44px, 5vw, 68px);
    left: clamp(-0.8rem, -1vw, -0.2rem);
    top: 56%;
    transform: translateY(-50%) rotate(-4deg);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    animation: mascotBob 4.2s ease-in-out infinite;
}

.contact-hero__title {
    margin: 0;
    position: relative;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.95;
    font-size: clamp(1rem, 3vw, 2.95rem);
}

.contact-hero__title span {
    display: block;
}

.contact-hero__title em {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 600;
    color: #59ea20;
    font-size: 4.1rem;
}

.contact-hero__title-stroke {
    position: absolute;
    width: clamp(54px, 8vw, 120px);
    height: 0.28rem;
    right: clamp(3.5rem, 10vw, -2rem);
    bottom: -0.25rem;
    border-radius: 999px;
    background:
        radial-gradient(circle at 14% 50%, rgba(255, 255, 255, 0.96) 0 1px, transparent 1.4px),
        radial-gradient(circle at 47% 38%, rgba(255, 255, 255, 0.93) 0 1px, transparent 1.4px),
        radial-gradient(circle at 78% 55%, rgba(255, 255, 255, 0.96) 0 1px, transparent 1.4px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88));
    transform: rotate(-4deg);
    opacity: 0.95;
}

.contact-hero__cta {
    margin-top: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: clamp(150px, 18vw, 210px);
    min-height: clamp(46px, 4.8vw, 58px);
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 3px solid #ffffff;
    background: #58e71f;
    color: #0f120f;
    font-weight: 500;
    font-size: clamp(0.95rem, 1.3vw, 1.15rem);
    line-height: 1;
    box-shadow: 2px 3px 0px rgb(255 255 255);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.contact-hero__cta:hover {
    transform: translateY(-2px);
    background: #63ef2a;
    box-shadow: 1px 2px 0px rgb(255 255 255);
}

.contact-social {
    width: 100%;
    display: grid;
    justify-items: center;
    row-gap: 1.25rem;
}

.contact-social__title {
    margin: 0;
    text-align: center;
    line-height: 1;
}

.contact-social__line {
    display: block;
    color: #f4f4f1;
    font-size: clamp(1.2rem, 2.3vw, 2.15rem);
    letter-spacing: -0.03em;
    margin-top: clamp(2rem, 5vw, 5rem);
}

.contact-social__line--green {
    margin-top: 0.15rem;
    color: #59ea20;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-right: clamp(16px, 1.5vw, 24px);
}

.contact-social__arrow {
    width: clamp(14px, 1.1vw, 18px);
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-45%);
}

.contact-social__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.contact-social__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: clamp(150px, 20vw, 210px);
    min-height: 46px;
    padding: 0.8rem 2.9rem 0.8rem 2.55rem;
    border-radius: 999px;
    border: 3px solid #ffffff;
    background: #58e71f;
    color: #f7f7f4;
    font-weight: 500;
    text-align: center;
    font-size: clamp(0.95rem, 1.1vw, 1.15rem);
    line-height: 1;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
    box-shadow: 2px 3px 0px rgb(255 255 255);
}

.contact-social__pill:hover {
    transform: translateY(-2px);
    background: #63ef2a;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.18);
}

.contact-social__icon {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #111311;
    color: #f5f5f1;
    font-size: 0.95rem;
    flex: 0 0 auto;
}

@keyframes contactCheckerMove {
    from { background-position: 0 0; }
    to { background-position: 78px 0; }
}

@keyframes eyesFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes mascotBob {
    0%, 100% { transform: translateY(-50%) rotate(-4deg); }
    50% { transform: translateY(calc(-50% - 4px)) rotate(-2deg); }
}

@media (max-width: 768px) {
    .contact-checker {
        height: 42px;
        margin-bottom: 1.5rem;
    }

    .contact-checker__track {
        background-size: 48px 48px;
        animation-duration: 2.1s;
    }

    .contact-hero__copy {
        max-width: 520px;
    }

    .contact-hero__mascot {
        left: 0.2rem;
        top: 62%;
        width: 46px;
    }

    .contact-hero__title {
        font-size: 2.1rem;
    }

    .contact-hero__title-stroke {
        right: 3.5rem;
        width: 70px;
        bottom: -0.15rem;
        height: 0.22rem;
    }

    .contact-hero__cta {
        margin-top: 1.15rem;
    }

    .contact-social {
        row-gap: 1rem;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding-bottom: 1.8rem;
    }

    .contact-shell {
        row-gap: 1.8rem;
        padding-inline: 0.9rem;
    }

    .contact-hero__eyes {
        width: 42px;
    }

    .contact-hero__copy {
        max-width: 100%;
        padding-inline: 0;
    }

    .contact-hero__mascot {
        position: static;
        display: block;
        margin: 0 auto 0.35rem;
        transform: rotate(-4deg);
        width: 52px;
    }

    .contact-hero__title {
        font-size: 1.9rem;
        line-height: 0.98;
    }

    .contact-hero__title-stroke {
        right: 1.65rem;
        width: 54px;
    }

    .contact-hero__cta {
        min-width: 148px;
        min-height: 44px;
        font-size: 0.95rem;
        border-width: 2px;
    }

    .contact-social__line {
        font-size: 1.15rem;
    }

    .contact-social__list {
        gap: 0.75rem;
        width: 100%;
    }

    .contact-social__pill {
        min-width: 0;
        width: 100%;
        max-width: 240px;
        min-height: 44px;
        border-width: 2px;
        font-size: 0.95rem;
    }

    .contact-social__icon {
        width: 1.55rem;
        height: 1.55rem;
        font-size: 0.85rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-checker__track,
    .contact-hero__eyes,
    .contact-hero__mascot {
        animation: none;
    }

    .contact-hero__cta,
    .contact-social__pill {
        transition: none;
    }
}
