.krokmou-page {
    font-family: Arial, sans-serif;
}

.krokmou-main {
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 48px 24px 120px;
}

.title {
    margin: 0;
    text-align: center;
    font-size: clamp(2rem, 5vw, 2.5rem);
    line-height: 1.2;
}

.krokmou-name {
    color: #4caf50;
}

.krokmou-image {
    margin: 18px 0 56px;
    text-align: center;
}

.krokmou-image img {
    width: min(500px, 92vw);
    height: auto;
    border-radius: 10px;
}

.counter-group {
    display: grid;
    gap: 20px;
    margin-top: 72px;
}

.counter-section {
    text-align: center;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    line-height: 1.6;
}

.days {
    margin-top: 5px;
    color: rgb(136, 136, 136);
    font-size: 18px;
}

.text-area {
    width: min(600px, 92vw);
    margin: 120px auto 56px;
}

.text-content {
    min-height: 150px;
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    background-color: var(--panel-bg);
    padding: clamp(40px, 12vw, 120px);
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.krokmou-gallery {
    display: grid;
    gap: 18px;
    width: 100%;
    margin: 40px auto 0;
}

.krokmou-photo {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.krokmou-photo:nth-child(odd) {
    align-items: flex-start;
}

.krokmou-photo:nth-child(even) {
    align-items: flex-end;
}

.krokmou-photo img {
    width: min(480px, 85vw);
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.krokmou-caption {
    max-width: min(480px, 85vw);
    margin-top: 6px;
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.4;
}

.oneko-treat {
    position: fixed;
    width: 16px;
    height: 16px;
    image-rendering: pixelated;
}

@media (max-width: 600px) {
    .krokmou-main {
        padding: 34px 14px 96px;
    }

    .counter-group {
        margin-top: 52px;
    }

    .text-area {
        margin-top: 82px;
    }

    .krokmou-photo,
    .krokmou-photo:nth-child(even),
    .krokmou-photo:nth-child(odd) {
        align-items: center;
    }
}
