@charset "utf-8";

.fresh-home {
    background: #fbf8ef;
    color: #263238;
}

.fresh-home a {
    color: inherit;
}

.site_header {
    align-items: center;
    background: rgba(251, 248, 239, .94);
    border-bottom: 1px solid rgba(31, 122, 140, .14);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 18px clamp(18px, 4vw, 56px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.site_brand {
    align-items: center;
    color: #12343b;
    display: inline-flex;
    gap: 12px;
    font-weight: 800;
    line-height: 1.1;
}

.site_brand small {
    color: #687a78;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}

.brand_mark {
    align-items: center;
    background: #1f7a8c;
    border-radius: 14px;
    color: #fff8e8;
    display: inline-flex;
    font-size: 15px;
    height: 44px;
    justify-content: center;
    letter-spacing: .06em;
    width: 44px;
}

.site_nav {
    align-items: center;
    display: flex;
    gap: 8px;
}

.site_nav a {
    border-radius: 999px;
    color: #42514f;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 14px;
}

.site_nav a:hover {
    background: #eef5f2;
    color: #12343b;
}

.hero,
.section_block,
.site_footer {
    margin-inline: auto;
    width: min(1120px, calc(100% - 36px));
}

.hero {
    align-items: center;
    display: grid;
    gap: clamp(28px, 5vw, 64px);
    grid-template-columns: minmax(0, 1.03fr) minmax(320px, .97fr);
    min-height: calc(100vh - 82px);
    padding: clamp(54px, 8vw, 96px) 0;
}

.eyebrow,
.section_intro span {
    color: #1f7a8c;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.hero h1 {
    color: #12343b;
    font-size: clamp(42px, 6.8vw, 82px);
    letter-spacing: 0;
    line-height: 1.05;
    margin-top: 18px;
}

.lead {
    color: #4f625f;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 2;
    margin-top: 24px;
    max-width: 650px;
    text-align: left;
}

.hero_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.primary_action,
.secondary_action {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
}

.primary_action {
    background: #f4b942;
    color: #12343b;
}

.secondary_action {
    background: #fff;
    border: 1px solid rgba(31, 122, 140, .24);
    color: #12343b;
}

.disclosure {
    border-left: 4px solid #2fbf9b;
    color: #687a78;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 28px;
    max-width: 640px;
    padding-left: 14px;
    text-align: left;
}

.hero_visual {
    background: #fffdf7;
    border: 1px solid rgba(31, 122, 140, .16);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(18, 52, 59, .12);
    margin: 0;
    overflow: hidden;
}

.hero_visual img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.section_block {
    padding: clamp(62px, 8vw, 104px) 0;
}

.section_intro {
    max-width: 680px;
}

.section_intro h2 {
    color: #12343b;
    font-size: clamp(32px, 4.8vw, 56px);
    letter-spacing: 0;
    line-height: 1.16;
    margin-top: 10px;
}

.section_intro p {
    color: #5d6e6b;
    font-size: 17px;
    line-height: 1.9;
    margin-top: 14px;
    text-align: left;
}

.step_grid,
.tool_grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.step_grid article,
.tool_grid article,
.audience_list p,
.latest_posts li {
    background: #fffdf7;
    border: 1px solid rgba(31, 122, 140, .16);
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(18, 52, 59, .07);
}

.step_grid article,
.tool_grid article {
    padding: 26px;
}

.step_grid span {
    color: #2fbf9b;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
}

.step_grid h3,
.tool_grid h3 {
    color: #12343b;
    font-size: 22px;
    line-height: 1.35;
    margin-top: 12px;
}

.step_grid p,
.tool_grid p,
.audience_list p,
.latest_posts p {
    color: #5d6e6b;
    font-size: 15px;
    line-height: 1.85;
    margin-top: 12px;
    text-align: left;
}

.audience_block {
    background: #eef5f2;
    border-radius: 34px;
    padding: clamp(34px, 6vw, 72px);
    width: min(1120px, calc(100% - 36px));
}

.audience_list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
}

.audience_list p {
    margin: 0;
    padding: 20px 22px;
}

.tool_grid a {
    align-items: center;
    background: #12343b;
    border-radius: 999px;
    color: #fff8e8;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    margin-top: 20px;
    padding: 12px 16px;
}

.latest_block {
    padding-bottom: clamp(74px, 10vw, 120px);
}

.latest_posts {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.latest_posts li {
    list-style: none;
}

.latest_posts a {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    padding: 22px;
}

.latest_posts time,
.latest_posts span {
    color: #1f7a8c;
    font-size: 13px;
    font-weight: 900;
}

.latest_posts strong {
    color: #12343b;
    font-size: 18px;
    line-height: 1.5;
}

.empty_latest {
    padding: 24px;
}

.site_footer {
    align-items: center;
    border-top: 1px solid rgba(31, 122, 140, .16);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 34px 0 48px;
}

.site_footer strong {
    color: #12343b;
}

.site_footer p {
    color: #687a78;
    font-size: 13px;
    margin-top: 6px;
    text-align: left;
}

.site_footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site_footer a {
    color: #42514f;
    font-size: 13px;
    font-weight: 800;
    padding: 8px;
}

@media screen and (max-width: 860px) {
    .site_header {
        align-items: flex-start;
        flex-direction: column;
    }

    .site_nav {
        flex-wrap: wrap;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero_visual {
        order: -1;
    }

    .step_grid,
    .tool_grid,
    .audience_list {
        grid-template-columns: 1fr;
    }

    .latest_posts a {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .site_footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 520px) {
    .hero,
    .section_block,
    .site_footer,
    .audience_block {
        width: min(100% - 24px, 1120px);
    }

    .hero h1 {
        font-size: 40px;
    }

    .primary_action,
    .secondary_action {
        width: 100%;
    }
}
