/* Shared category landing layout: a wide hero with calm supporting sections. */
.page-shell:has(> article.category-landing) {
    max-width: 1360px;
    padding-right: 20px;
    padding-left: 20px;
}

.category-landing > .category-landing-hero {
    grid-template-columns: minmax(0, .4fr) minmax(0, .6fr);
    min-height: 520px;
    margin-bottom: 24px;
}

.category-landing .category-hero-content {
    padding: clamp(42px, 4.5vw, 68px) clamp(24px, 3vw, 44px);
}

.category-landing .category-hero h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 3.1vw, 3.15rem);
    line-height: 1.2;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.category-landing .category-hero-image {
    object-position: 84% center;
}

.category-landing .category-hero-catchcopy {
    max-width: 22em;
    margin: 20px 0 0;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    line-height: 1.45;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
}

.category-landing .category-hero-description {
    max-width: 34em;
    margin: 18px 0 28px;
}

.category-landing .category-hero-cta {
    width: min(100%, 440px);
    min-height: 60px;
    justify-content: center;
    gap: 14px;
    padding: 14px 22px;
    white-space: nowrap;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.category-landing .category-hero-cta:hover:not(:disabled) {
    box-shadow: 0 12px 24px rgba(23, 72, 49, .18);
    transform: translateY(-2px);
}

.category-landing .category-hero-cta:focus-visible {
    outline: 3px solid var(--amber);
    outline-offset: 4px;
}

.category-landing-details {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 18px;
    margin-top: 20px;
    align-items: stretch;
}

.category-landing-details .category-landing-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 184px;
    margin-top: 0;
    padding: 26px 30px 28px;
    background: linear-gradient(145deg, #fff 0%, #fbfcf8 70%, #f0f8f2 100%);
    box-shadow: 0 12px 30px rgba(32, 55, 42, .055);
}

.category-landing-details h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    line-height: 1.4;
}

.category-landing-details h2::before {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--green);
    content: '';
}

.category-audience-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-audience-list li,
.category-landing-details .category-point-list li {
    min-width: 0;
    overflow-wrap: anywhere;
}

.category-audience-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    line-height: 1.55;
}

.category-list-icon {
    display: grid;
    flex: 0 0 20px;
    place-items: center;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-radius: 50%;
    background: var(--mint);
    color: var(--green);
    font-weight: 700;
    font-size: .78rem;
}

.category-landing-details .category-point-list {
    display: flex;
    gap: 9px;
    margin: 0;
}

.category-landing-details .category-point-list li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px 7px 9px;
    border: 1px solid rgba(39, 100, 69, .08);
    background: rgba(223, 242, 231, .78);
    line-height: 1.35;
}

.category-point-icon {
    display: inline-grid;
    flex: 0 0 18px;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .82);
    color: var(--green);
    font-size: .72rem;
    font-weight: 800;
}

.category-point-icon::before {
    content: '•';
}

.category-point-list li:nth-child(2) .category-point-icon::before {
    content: '＋';
}

.category-point-list li:nth-child(3) .category-point-icon::before {
    content: '↔';
}

.category-point-list li:nth-child(4) .category-point-icon::before {
    content: '⌁';
}

.category-point-list li:nth-child(5) .category-point-icon::before {
    content: '￥';
}

.category-point-list li:nth-child(6) .category-point-icon::before {
    content: '✦';
}

@media (max-width: 768px) {
    .page-shell:has(> article.category-landing) {
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .category-landing > .category-landing-hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
        margin-bottom: 18px;
    }

    .category-landing .category-hero-content {
        order: 2;
        padding: 30px 24px 32px;
    }

    .category-landing .category-hero-visual {
        order: 1;
        min-height: 240px;
    }

    .category-landing .category-hero h1 {
        font-size: clamp(2rem, 9vw, 2.8rem);
        word-break: normal;
    }

    .category-landing .category-hero-cta {
        width: 100%;
        max-width: none;
        white-space: normal;
    }

    .category-landing-details {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 14px;
    }

    .category-landing-details .category-landing-section {
        min-height: 0;
        padding: 22px;
    }

    .category-landing .category-hero-catchcopy {
        max-width: 20em;
        line-height: 1.5;
    }

    .category-audience-list {
        grid-template-columns: 1fr;
        gap: 9px;
    }
}
