.home-hero {
    padding: 46px 0 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(90deg, rgba(3, 11, 25, 0.98) 0%, rgba(6, 17, 36, 0.84) 40%, rgba(6, 17, 36, 0.34) 68%, rgba(3, 11, 25, 0.12) 100%),
        radial-gradient(circle at 18% 18%, rgba(106, 214, 247, 0.2), transparent 30%),
        radial-gradient(circle at 78% 24%, rgba(246, 140, 203, 0.16), transparent 34%),
        url("../img/public/home-hero-arrivals-inside.png") center 52% / cover no-repeat,
        #061124;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.home-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
    align-items: center;
}

.home-hero__copy {
    max-width: 850px;
}

.home-hero__copy h1 {
    max-width: 760px;
    margin: 18px 0 16px;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: 0;
}

.home-hero__copy p,
.home-creator p,
.home-path-card small,
.home-creator-links small,
.home-focus p {
    color: var(--pp-muted);
    line-height: 1.62;
}

.home-hero__copy p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
}

.home-hero .eyebrow {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.14);
}

.home-hero__actions .button-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.home-focus {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.11);
    box-shadow: 0 18px 42px rgba(8, 22, 48, 0.18);
    backdrop-filter: blur(10px);
}

.home-focus .section-kicker {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.13);
}

.home-focus-list {
    display: grid;
    gap: 10px;
}

.home-focus-item {
    display: grid;
    gap: 4px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-focus-item:last-child {
    border-bottom: 0;
}

.home-focus-item strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
}

.home-focus-item span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    line-height: 1.42;
}

.home-focus p {
    color: rgba(255, 255, 255, 0.82);
}

.home-section {
    margin-top: 36px;
}

.home-hero + .home-section {
    margin-top: 0;
    padding: 38px 0 0;
    background:
        linear-gradient(125deg, rgba(106, 214, 247, 0.12), rgba(65, 136, 245, 0.07) 46%, rgba(246, 140, 203, 0.12));
}

.home-section__head {
    max-width: 760px;
    margin-bottom: 18px;
}

.home-section__head h2,
.home-creator h2 {
    margin: 12px 0 8px;
    color: var(--pp-ink);
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.home-feed {
    margin-top: 0;
    padding: 44px 0 82px;
    border-top: 1px solid rgba(65, 136, 245, 0.14);
    border-bottom: 1px solid rgba(151, 107, 234, 0.14);
    background:
        linear-gradient(125deg, rgba(106, 214, 247, 0.12), rgba(65, 136, 245, 0.08) 46%, rgba(246, 140, 203, 0.12));
}

.home-current {
    display: grid;
    gap: 18px;
}

.home-current__head h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 760;
    line-height: 1.05;
    letter-spacing: 0;
}

.home-current-list {
    display: grid;
    max-width: 860px;
}

.home-current-item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(91, 126, 178, 0.18);
    text-decoration: none;
}

.home-current-item:first-child {
    padding-top: 0;
}

.home-current-date {
    display: grid;
    grid-template-rows: minmax(0, 1fr) 24px;
    width: 70px;
    height: 78px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(18, 43, 86, 0.12);
}

.home-current-date strong,
.home-current-date span {
    display: grid;
    place-items: center;
}

.home-current-date strong {
    background: linear-gradient(135deg, #36c8ee 0%, #417fe8 58%, #5966df 100%);
    color: #fff;
    font-size: 2.08rem;
    font-weight: 900;
    line-height: 1;
}

.home-current-date span {
    background: linear-gradient(95deg, #7158df 0%, #b35ee8 46%, #f05ab6 100%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 920;
    letter-spacing: 0;
    line-height: 1;
}

.home-current-item__body {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.home-current-item__body strong {
    color: var(--pp-ink);
    font-size: clamp(1.08rem, 2vw, 1.38rem);
    font-weight: 760;
    line-height: 1.18;
}

.home-current-item__body small {
    color: var(--pp-muted);
    font-size: 0.98rem;
    font-weight: 620;
    line-height: 1.42;
}

.home-current-item:hover .home-current-item__body strong,
.home-current-item:focus .home-current-item__body strong {
    color: var(--pp-blue);
}

.route-home .site-main {
    padding-bottom: 0;
}

.route-home .site-footer {
    margin-top: 0;
    background: transparent;
}

.home-feed-empty {
    margin: 0;
    display: grid;
    min-height: 160px;
    place-items: center;
    padding: 24px;
    border: 1px dashed rgba(65, 136, 245, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.64);
    color: var(--pp-muted);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.home-path-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-path-card {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    gap: 10px;
    min-height: 232px;
    padding: 20px;
    border: 1px solid var(--pp-line);
    border-radius: 8px;
    background: var(--pp-panel-strong);
    box-shadow: 0 12px 28px rgba(18, 43, 86, 0.07);
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.home-path-card:hover,
.home-path-card:focus {
    transform: translateY(-2px);
    border-color: rgba(65, 136, 245, 0.4);
    box-shadow: 0 18px 38px rgba(18, 43, 86, 0.12);
}

.home-path-card img,
.home-creator-links img {
    display: block;
    width: 56px;
    height: 56px;
}

.home-path-card__label {
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--pp-blue);
    background: rgba(106, 214, 247, 0.18);
    font-size: 0.76rem;
    font-weight: 600;
}

.home-path-card strong {
    color: var(--pp-ink);
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.22;
}

.home-card-button {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    border-radius: 999px;
    background: var(--pp-gradient);
    color: #fff;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 14px 28px rgba(65, 136, 245, 0.18);
}

.home-benefits {
    margin-top: 0;
    padding: 34px 0 42px;
    background:
        linear-gradient(125deg, rgba(106, 214, 247, 0.12), rgba(65, 136, 245, 0.07) 46%, rgba(246, 140, 203, 0.12));
}

.home-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.home-benefit {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    min-height: 128px;
    padding: 16px;
    border: 1px solid rgba(91, 126, 178, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
}

.home-benefit img {
    display: block;
    width: 42px;
    height: 42px;
}

.home-benefit strong {
    display: block;
    margin-bottom: 5px;
    color: var(--pp-ink);
    font-weight: 600;
    line-height: 1.2;
}

.home-benefit p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.94rem;
    line-height: 1.48;
}

.home-creator {
    margin-top: 0;
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background:
        radial-gradient(circle at 82% 12%, rgba(246, 140, 203, 0.35), transparent 28%),
        linear-gradient(115deg, #112447, #245da7 48%, #7b50c8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.home-creator__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: center;
}

.home-creator p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
}

.home-creator h2 {
    color: #fff;
}

.home-creator .section-kicker {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.14);
}

.home-creator-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-creator-links a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    min-height: 108px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 16px 34px rgba(8, 22, 48, 0.18);
    transition: transform 0.16s ease, border-color 0.16s ease;
}

.home-creator-links a:hover,
.home-creator-links a:focus {
    transform: translateY(-2px);
    border-color: rgba(65, 136, 245, 0.4);
}

.home-creator-links .home-card-button {
    grid-column: 1 / -1;
    margin-top: 0;
}

.home-creator-links span {
    display: grid;
    gap: 4px;
}

.home-creator-links strong {
    color: var(--pp-ink);
    line-height: 1.22;
}

.home-creator-links small {
    font-size: 0.92rem;
}

@media (max-width: 1080px) {
    .home-path-grid,
    .home-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .home-hero__inner,
    .home-creator__inner {
        grid-template-columns: 1fr;
    }

    .home-hero__copy h1 {
        font-size: 3.1rem;
    }
}

@media (max-width: 640px) {
    .home-hero {
        padding-top: 30px;
    }

    .home-hero__copy h1 {
        font-size: 2.3rem;
    }

    .home-section__head h2,
    .home-creator h2 {
        font-size: 1.65rem;
    }

    .home-path-grid,
    .home-benefit-grid,
    .home-creator-links {
        grid-template-columns: 1fr;
    }

    .home-path-card {
        min-height: 0;
    }

    .home-current-item {
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 0;
    }

    .home-current-date {
        width: 62px;
        height: 70px;
        border-radius: 12px;
    }

    .home-current-date strong {
        font-size: 1.82rem;
    }
}
