.home-container {
    overflow-anchor: none;
}

.nameday-holiday {
    gap: .55rem;
    margin: .28rem 0 0;
    text-align: center!important;
}

.sviatok-text {
    margin: 0;
    color: var(--color-deactivate);
    font-family: serif;
    font-style: italic;
    font-size: clamp(.9rem, 2vw, 1.1rem);
    line-height: 1.2;
}

.home-donaska-container {
    min-height: auto;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 0.375rem;
    padding: 15px 5px;
}

.home-donaska-container h5,
.home-donaska-container p {
    font-size: clamp(0.9rem,2.5vw,1.1rem);
}

.home-len-tak-promo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.8), transparent 30%), radial-gradient(circle at 90% 85%, rgba(204, 25, 86, 0.08), transparent 35%);
    pointer-events: none;
}

.home-len-tak-copy,
.home-len-tak-image-wrap {
    position: relative;
    z-index: 1;
}

.home-len-tak-divider {
    align-items: center;
    margin: 0 0 1rem 0;
    color: var(--color-primary);
}

.home-len-tak-divider::before,
.home-len-tak-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--color-primary);
    opacity: 0.75;
}

.home-len-tak-divider span {
    margin: 0 0.75rem;
    font-size: 1rem;
    line-height: 1;
}

.home-len-tak-image {
    display: block;
}

html.dark-mode .home-len-tak-promo::before {
    background: radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.04), transparent 30%), radial-gradient(circle at 90% 85%, rgba(255, 161, 193, 0.1), transparent 35%);
}

html.dark-mode .home-len-tak-image-wrap {
    border-color: rgba(255, 161, 193, 0.18);
    background: var(--color-bg2);
}

@media (max-width: 768px) {
    .home-len-tak-promo {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 1.25rem 1rem;
    }

    .home-len-tak-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .home-len-tak-text {
        margin-left: auto;
        margin-right: auto;
    }

    .home-len-tak-image-wrap {
        max-width: 520px;
        margin: 0 auto;
    }

}

.home-store-hours-title {
    font-size: var(--home-title-fs);
    color: var(--color-secondary);
    margin-bottom: 0.25rem;
    font-family: var(--font-hero-subtitle);
}

.home-store-hours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.home-store-hours-opening {
    margin: 0;
}

.home-store-hours-opening-badge svg {
    flex: 0 0 auto;
}

.home-store-hours-exception {
    font-weight: 500;
    margin-bottom: 0.85rem;
}

.home-store-hours-section-title {
    align-items: center;
    gap: 0.75rem;
}

.home-store-hours-section-title::before,
.home-store-hours-section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient( 90deg, transparent, rgba(204, 25, 86, 0.45), transparent );
}

.home-store-hours-section-chip {
    white-space: nowrap;
}

.home-store-hours-list {
    padding-left: 0;
    list-style: none;
    display: grid;
}

.home-store-hours-list a {
    font-weight: 700;
    text-decoration: none;
}

.home-store-hours-list a:hover,
.home-store-hours-list a:focus-visible {
    text-decoration: underline;
}

.home-namedays-redesign {
    width: 100%;
    max-width: none;
    margin: 0 auto 2rem;
    padding: clamp(1rem, 2.3vw, 1.5rem);
    background: var(--public-surface);
    border: 1px solid var(--public-border);
    border-radius: 1rem;
    box-shadow: var(--public-shadow-soft);
}

.home-namedays-heading {
    max-width: 42rem;
    margin: 0 auto 1.15rem;
    text-align: center;
}

.home-namedays-kicker {
    display: block;
    margin-bottom: .25rem;
    color: var(--public-brand-pink);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.home-namedays-heading h2 {
    margin: 0;
    color: var(--public-text);
    font-family: var(--font-hero-title);
    font-size: clamp(1.7rem, 2.8vw, 2.15rem);
    font-weight: 400;
    line-height: 1.1;
}

.home-namedays-heading p {
    margin: .55rem 0 0;
    color: var(--public-muted);
    font-size: .9rem;
}

.home-namedays-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr);
    gap: 0;
    overflow: hidden;
    background: var(--public-surface-soft);
    border: 1px solid var(--public-border);
    border-radius: .85rem;
}

.home-namedays-upcoming,
.home-nameday-search {
    min-width: 0;
    padding: 1rem 1.15rem;
}

.home-namedays-upcoming {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 1px solid var(--public-border);
}

.meniny-nadpis,
.home-nameday-search-title {
    display: block;
    margin: 0 0 .45rem;
    color: var(--public-muted);
    font-family: var(--font-base);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.meniny-vypis {
    color: var(--public-brand-pink);
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.55;
}

.home-nameday-search {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.home-nameday-search-control {
    position: relative;
}

#nameSearchInput,
.home-nameday-search .form-control {
    width: 100%;
    min-height: 2.8rem;
    padding: .68rem 2.75rem .68rem .85rem;
    color: var(--public-text);
    background: var(--public-surface);
    border: 1px solid var(--public-border-strong);
    border-radius: .65rem;
    box-shadow: none;
}

#nameSearchInput::placeholder {
    color: var(--public-muted);
    opacity: .85;
}

#nameSearchInput:focus {
    border-color: color-mix(in srgb, var(--public-brand-green) 45%, var(--public-border-strong));
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--public-brand-green) 14%, transparent);
}

.home-nameday-search-control svg {
    position: absolute;
    top: 50%;
    right: .85rem;
    color: var(--public-brand-green);
    pointer-events: none;
    transform: translateY(-50%);
}

.home-nameday-search-hint {
    display: block;
    margin-top: .45rem;
    color: var(--public-muted);
    font-size: .72rem;
}

.home-nameday-search-result {
    margin-top: .6rem;
    min-height: 0;
    color: var(--public-text);
    font-size: .86rem;
}

.home-nameday-search-result:empty {
    display: none;
}

.home-nameday-search-result .result-item {
    padding: .38rem .5rem;
    border-radius: .4rem;
    cursor: default;
}

.home-nameday-search-result .result-item.selected {
    background: color-mix(in srgb, var(--public-brand-green) 10%, transparent);
}

.result-item mark {
    padding: 0;
    color: var(--public-brand-pink);
    background: transparent;
}

@media (max-width: 767.98px) {
    .home-namedays-redesign {
        margin-bottom: 1.5rem;
        padding: .9rem;
    }

    .home-namedays-heading {
        margin-bottom: .85rem;
    }

    .home-namedays-grid {
        grid-template-columns: 1fr;
    }

    .home-namedays-upcoming {
        border-right: 0;
        border-bottom: 1px solid var(--public-border);
    }

    .home-namedays-upcoming,
    .home-nameday-search {
        padding: .9rem;
    }

}

@media (max-width: 991.98px) {
    .home-store-hours-grid {
        grid-template-columns: 1fr;
    }

    .nameday-container {
        max-width: calc(100% - 1rem);
        margin: -4.65rem auto 1.5rem;
    }

}

@media (max-width: 767.98px) {
    .nameday {
        flex-wrap: wrap;
        gap: .35rem .65rem;
    }

    .nameday-holiday {
        flex-wrap: wrap;
        gap: .25rem .5rem;
        margin-top: .4rem;
    }

    .sviatok-info {
        font-size: 1rem;
    }

    .home-store-hours-item {
        padding: 0.95rem;
    }

    .home-store-hours-section-title::before,
    .home-store-hours-section-title::after {
        display: none;
    }

    .home-store-hours-section-chip {
        white-space: normal;
    }

}

@media (max-width: 480px) {
    .nameday-container {
        margin-top: -4.35rem;
        padding: .8rem .9rem;
    }

    .nameday {
        flex-direction: column;
        gap: .15rem;
    }

    .nameday::before,
    .nameday::after {
        display: none;
    }

    .nameday-holiday {
        flex-direction: column;
        margin-top: .5rem;
    }

    .nameday-holiday::before {
        display: none;
    }

}

.home-hero-redesign {
    position: relative;
    padding: 2.15rem 0 5.1rem;
    background: radial-gradient(circle at 12% 10%, rgba(204, 25, 86, .07), transparent 27rem), var(--public-page-bg);
    color: var(--public-text);
    overflow: hidden;
}

.home-hero-redesign-inner {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
    min-height: 455px;
    overflow: hidden;
    background: var(--public-surface);
    border: 1px solid var(--public-border);
    border-radius: 1.4rem;
    box-shadow: var(--public-shadow);
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(2.1rem, 5vw, 4.7rem);
    background: radial-gradient(circle at 90% 18%, rgba(204, 25, 86, .06), transparent 14rem), linear-gradient(135deg, var(--public-surface) 0%, var(--public-page-bg) 100%);
}

.home-hero-eyebrow {
    margin: 0 0 .7rem;
    color: var(--public-brand-pink);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.home-hero-copy h1 {
    margin: 0;
    color: var(--public-text);
    font-family: var(--font-hero-title);
    font-size: clamp(3.2rem, 6vw, 5.35rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.02em;
}

.home-hero-lead {
    max-width: 34rem;
    margin: 1.1rem 0 0;
    color: var(--public-muted);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    line-height: 1.65;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.7rem;
}

.home-hero-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: .76rem 1.15rem;
    border: 1px solid transparent;
    border-radius: .55rem;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.home-hero-btn:hover,
.home-hero-btn:focus-visible {
    transform: translateY(-1px);
    text-decoration: none;
}

.home-hero-btn-primary {
    color: #fff;
    background: var(--public-action-green);
    border-color: var(--public-action-green);
    box-shadow: 0 10px 24px rgba(21, 95, 17, .16);
}

.home-hero-btn-primary:hover,
.home-hero-btn-primary:focus-visible {
    color: #fff;
    background: var(--public-action-green-hover);
    border-color: var(--public-brand-green-hover);
}

.home-hero-btn-secondary {
    color: var(--public-text);
    background: var(--public-surface);
    border-color: var(--public-border);
}

.home-hero-btn-secondary:hover,
.home-hero-btn-secondary:focus-visible {
    color: var(--public-brand-pink);
    border-color: var(--public-brand-pink);
}

.home-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    margin-top: 1.65rem;
    color: var(--public-muted);
    font-size: .8rem;
}

.home-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
}

.home-hero-trust span::before {
    content: "";
    width: .42rem;
    height: .42rem;
    flex: 0 0 .42rem;
    border-radius: 50%;
    background: var(--public-brand-pink);
    box-shadow: 0 0 0 3px rgba(204, 25, 86, .08);
}

.home-hero-media {
    position: relative;
    min-height: 455px;
    overflow: hidden;
    background: var(--public-surface-soft);
}

.home-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 250, 246, .26), transparent 30%);
}

html.dark-mode .home-hero-media::after {
    background: linear-gradient(90deg, rgba(11, 14, 12, .28), transparent 30%);
}

.home-hero-redesign-img {
    width: 100%;
    height: 100%;
    min-height: 455px;
    display: block;
    object-fit: cover;
    object-position: center 44%;
    transform: scale(1.015);
}

.home-hero-since {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    padding: .45rem .7rem;
    color: var(--public-text);
    background: var(--public-nav-bg);
    border: 1px solid var(--public-border);
    border-radius: 999px;
    font-size: .74rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#home-products {
    scroll-margin-top: 6rem;
}

@media (max-width: 991.98px) {
    .home-hero-redesign {
        padding: 1rem 0 4.7rem;
    }

    .home-hero-redesign-inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
        min-height: 400px;
        border-radius: 1.1rem;
    }

    .home-hero-copy {
        padding: clamp(1.6rem, 4vw, 2.8rem);
    }

    .home-hero-media,
    .home-hero-redesign-img {
        min-height: 400px;
    }

    .home-hero-copy h1 {
        font-size: clamp(2.9rem, 7vw, 4.3rem);
    }

}

@media (max-width: 767.98px) {
    .home-hero-redesign-inner {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 1rem;
    }

    .home-hero-media {
        order: 1;
    }

    .home-hero-media::after {
        background: linear-gradient(0deg, var(--public-surface) 0%, transparent 42%);
    }

    html.dark-mode .home-hero-media::after {
        background: linear-gradient(0deg, var(--public-surface) 0%, transparent 42%);
    }

    .home-hero-copy {
        order: 2;
        align-items: center;
        text-align: center;
        background: var(--public-surface);
    }

    .home-hero-eyebrow {
        margin-bottom: .4rem;
        font-size: .7rem;
    }

    .home-hero-copy h1 {
        font-size: clamp(2.65rem, 14vw, 3.65rem);
    }

    .home-hero-lead {
        margin-top: .65rem;
        font-size: .92rem;
        line-height: 1.5;
    }

    .home-hero-actions {
        width: 100%;
        justify-content: center;
    }

    .home-hero-btn {
        min-height: 44px;
        flex: 1 1 9.5rem;
        max-width: 13rem;
        padding: .68rem .85rem;
        font-size: .78rem;
    }

    .home-hero-trust {
        justify-content: center;
        gap: .4rem .75rem;
        font-size: .7rem;
    }

    .home-hero-since {
        right: .75rem;
        bottom: .75rem;
        font-size: .68rem;
    }

}

@media (max-width: 420px) {
    .home-hero-redesign {
        padding-inline: .25rem;
    }

    .home-hero-media,
    .home-hero-redesign-img {
        min-height: 235px;
        max-height: 270px;
    }

    .home-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-hero-btn {
        width: 100%;
        max-width: none;
    }

    .home-hero-trust {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

}

.nameday-container {
    position: relative;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 1120px;
    min-height: 0;
    margin: -3.2rem auto 2.1rem;
    padding: 0;
    gap: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--public-border);
    border-radius: 1rem;
    box-shadow: 0 16px 38px rgba(67, 46, 42, .1);
    backdrop-filter: blur(10px);
}

.home-today-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .85rem;
    min-width: 0;
    min-height: 94px;
    margin: 0;
    padding: 1rem 1.2rem;
    text-align: left;
}

.home-today-item + .home-today-item {
    border-left: 1px solid var(--public-border);
}

.home-today-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--public-brand-green);
    font-size: 1.2rem;
    border: 1px solid rgba(39, 111, 43, .18);
    border-radius: .8rem;
    background: rgba(39, 111, 43, .055);
}

.home-today-icon-flower,
.home-today-icon-holiday {
    color: var(--public-brand-pink);
    border-color: rgba(204, 25, 86, .18);
    background: rgba(204, 25, 86, .055);
}

.home-today-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: .14rem;
}

.home-today-label,
.meniny-text,
.sviatok-text {
    display: block;
    margin: 0;
    color: var(--public-muted);
    font-family: inherit;
    font-size: .78rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
}

.home-today-date strong,
#today-date {
    color: var(--public-text);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.home-today-meta {
    color: var(--public-brand-green);
    font-size: .78rem;
    font-weight: 650;
    line-height: 1.2;
    text-transform: capitalize;
}

.nameday,
.nameday-holiday {
    text-align: left!important;
}

.nameday::before,
.nameday::after,
.nameday-holiday::before {
    content: none!important;
    display: none!important;
}

.meniny-meno {
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 0;
    color: var(--public-brand-pink);
    font-family: "Italianno", cursive;
    font-size: clamp(2.15rem, 3vw, 3rem);
    font-weight: 400;
    line-height: .92;
    white-space: normal;
    overflow-wrap: anywhere;
}

.sviatok-info {
    display: block;
    font-family: inherit;
    font-size: .98rem;
    font-style: normal;
    line-height: 1.28;
    overflow-wrap: anywhere;
}

.dark-mode .nameday-container {
    background: rgba(16, 19, 17, .96);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}

.dark-mode .home-today-item + .home-today-item {
    border-left-color: rgba(255, 255, 255, .12);
}

@media (max-width: 767.98px) {
    .nameday-container {
        grid-template-columns: 1fr;
        margin: -1.4rem 0 1.65rem;
        border-radius: .9rem;
    }

    .home-today-item {
        min-height: 78px;
        padding: .82rem 1rem;
    }

    .home-today-item + .home-today-item {
        border-left: 0;
        border-top: 1px solid var(--public-border);
    }

    .dark-mode .home-today-item + .home-today-item {
        border-top-color: rgba(255, 255, 255, .12);
    }

    .home-today-icon {
        flex-basis: 2.25rem;
        width: 2.25rem;
        height: 2.25rem;
    }

}

@media (max-width: 360px) {
    .home-today-item {
        gap: .7rem;
        padding: .75rem .85rem;
    }

}

@media (min-width: 768px) {
    .home-hero-redesign {
        padding: 1.35rem 0 3.25rem;
    }

    .home-hero-redesign-inner {
        height: clamp(360px, 35vw, 430px);
        min-height: 0;
        background-repeat: no-repeat;
        background-size: 65% auto;
        background-position: right 44%;
    }

    .home-hero-copy {
        padding: clamp(1.8rem, 4vw, 3.5rem);
        overflow: visible;
        isolation: auto;
    }

    .home-hero-redesign-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

}

@media (max-width: 767.98px) {
    .home-hero-redesign {
        padding: .55rem .35rem .65rem;
    }

    .home-hero-redesign-inner {
        height: auto;
    }

    .home-hero-media {
        position: relative;
        height: 235px;
        min-height: 0;
        max-height: none;
    }

    .home-hero-redesign-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: none;
        object-fit: cover;
        transform: none;
    }

    .home-hero-copy {
        padding: 1.1rem 1.15rem 1.25rem;
    }

    .home-hero-actions {
        margin-top: .95rem;
    }

    .home-hero-trust {
        margin-top: .85rem;
    }

}

@media (max-width: 420px) {
    .home-hero-media {
        height: 215px;
    }

}

@media (min-width: 768px) {
    .home-hero-copy > * {
        position: relative;
        z-index: 1;
    }

    .home-hero-copy::before,
    .home-hero-copy::after {
        content: none!important;
        display: none!important;
    }

    html.dark-mode .home-hero-redesign-inner {
        background-color: var(--public-surface);
    }

}

#home-branches {
    scroll-margin-top: 6rem;
}

.home-hero-picture {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .home-hero-redesign-inner {
        position: relative;
        display: block;
        background-color: var(--public-surface);
        background-image: none;
    }

    .home-hero-media {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: none;
        background: var(--public-surface-soft);
    }

    .home-hero-picture,
    .home-hero-redesign-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .home-hero-redesign-img {
        min-height: 0;
        max-height: none;
        opacity: 1;
        object-fit: cover;
        object-position: 58% center;
        transform: none;
    }

    .home-hero-media::after {
        display: block;
        z-index: 1;
        background: linear-gradient( 90deg, rgba(255, 252, 249, .98) 0%, rgba(255, 252, 249, .96) 30%, rgba(255, 252, 249, .86) 43%, rgba(255, 250, 246, .54) 55%, rgba(255, 250, 246, .16) 66%, rgba(255, 250, 246, 0) 76% );
    }

    .home-hero-copy {
        position: relative;
        z-index: 2;
        width: min(54%, 650px);
        min-height: 100%;
        background: transparent;
    }

    .home-hero-since {
        z-index: 3;
    }

    html.dark-mode .home-hero-media::after {
        display: block;
        background: linear-gradient( 90deg, rgba(20, 24, 21, .98) 0%, rgba(20, 24, 21, .96) 30%, rgba(20, 24, 21, .88) 43%, rgba(20, 24, 21, .62) 55%, rgba(20, 24, 21, .24) 66%, rgba(20, 24, 21, 0) 76% );
    }

    html.dark-mode .home-hero-copy {
        background: transparent;
    }

}

@media (max-width: 767.98px) {
    .home-hero-picture {
        position: absolute;
        inset: 0;
    }

    .home-hero-redesign-img {
        object-position: 70% center;
    }

}

@media (max-width: 420px) {
    .home-hero-btn {
        flex: 0 0 auto;
        min-height: 44px;
        height: auto;
    }

}

@media (max-width: 767.98px) {
    .home-today-icon {
        display: none;
    }

    .home-today-item,
    .nameday,
    .nameday-holiday {
        flex-direction: row;
        align-items: center;
        min-height: 76px;
        gap: 0;
        padding: .8rem .95rem;
        text-align: left!important;
    }

    .home-today-copy {
        width: 100%;
        align-items: flex-start;
    }

    .meniny-meno {
        font-size: clamp(2.15rem, 7vw, 2.45rem);
    }

}

@media (min-width: 640px) and (max-width: 767.98px) {
    .nameday-container {
        grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    }

    .home-today-item + .home-today-item {
        border-top: 0;
        border-left: 1px solid var(--public-border);
    }

    .dark-mode .home-today-item + .home-today-item {
        border-top: 0;
        border-left-color: rgba(255, 255, 255, .12);
    }

}

@media (max-width: 639.98px) {
    .nameday-container {
        grid-template-columns: 1fr;
    }

    .home-today-item + .home-today-item {
        border-left: 0;
        border-top: 1px solid var(--public-border);
    }

    .dark-mode .home-today-item + .home-today-item {
        border-left: 0;
        border-top-color: rgba(255, 255, 255, .12);
    }

}

.home-today-icon svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-today-icon-holiday {
    color: var(--public-muted);
    border-color: rgba(92, 82, 76, .16);
    background: rgba(92, 82, 76, .055);
}

.sviatok-info {
    color: var(--public-text);
    font-weight: 650;
}

@media (max-width: 767.98px) {
    .nameday-container {
        margin-top: -.2rem;
        margin-bottom: 1.45rem;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}

.home-branches-redesign {
    margin: 0 auto 2.35rem;
    scroll-margin-top: 6rem;
}

.home-branches-heading {
    max-width: 48rem;
    margin: 0 auto 1.35rem;
    text-align: center;
}

.home-branches-kicker {
    display: inline-block;
    margin-bottom: .35rem;
    color: var(--public-brand-pink);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-branches-heading h2 {
    margin: 0;
    color: var(--public-text);
    font-family: var(--font-hero-subtitle);
    font-size: clamp(1.8rem, 3.5vw, 2.45rem);
    font-weight: 400;
    line-height: 1.1;
}

.home-branches-heading p {
    margin: .7rem auto 0;
    color: var(--public-muted);
    font-size: .94rem;
    line-height: 1.55;
}

.home-branches-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.home-branch-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(180px, .92fr);
    min-width: 0;
    overflow: hidden;
    background: var(--public-surface);
    border: 1px solid var(--public-border);
    border-radius: 1.05rem;
    box-shadow: 0 14px 34px rgba(74, 50, 34, .08);
}

.home-branch-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(1.15rem, 2.4vw, 1.55rem);
}

.home-branch-city {
    display: inline-flex;
    width: fit-content;
    margin-bottom: .3rem;
    padding: .28rem .58rem;
    color: var(--public-brand-pink);
    background: var(--public-surface-soft);
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.home-branch-content h3 {
    margin: 0 0 1rem;
    color: var(--public-text);
    font-family: var(--font-hero-subtitle);
    font-size: clamp(1.3rem, 2.2vw, 1.65rem);
    font-weight: 400;
    line-height: 1.2;
}

.home-branch-details {
    display: grid;
    gap: .72rem;
    margin: 0;
}

.home-branch-details > div {
    min-width: 0;
}

.home-branch-details dt {
    margin: 0 0 .12rem;
    color: var(--public-muted);
    font-size: .68rem;
    font-weight: 650;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.home-branch-details dd {
    margin: 0;
    color: var(--public-text);
    font-size: .86rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.home-branch-details a {
    color: var(--public-brand-green);
    font-weight: 700;
    text-decoration: none;
}

.home-branch-details a:hover,
.home-branch-details a:focus-visible {
    color: var(--public-brand-pink);
    text-decoration: underline;
    text-underline-offset: .16em;
}

.home-branch-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: auto;
    padding-top: 1.15rem;
}

.home-branch-btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: .62rem .86rem;
    border: 1px solid transparent;
    border-radius: .5rem;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, color .18s ease, background-color .18s ease, border-color .18s ease;
}

.home-branch-btn:hover,
.home-branch-btn:focus-visible {
    transform: translateY(-1px);
    text-decoration: none;
}

.home-branch-btn:focus-visible,
.home-branch-media:focus-visible {
    outline: 3px solid var(--public-brand-pink);
    outline-offset: 3px;
}

.home-branch-btn-primary {
    color: #fff;
    background: var(--public-action-green);
    border-color: var(--public-action-green);
}

.home-branch-btn-primary:hover,
.home-branch-btn-primary:focus-visible {
    color: #fff;
    background: var(--public-action-green-hover);
    border-color: var(--public-brand-green-hover);
}

.home-branch-btn-secondary {
    color: var(--public-text);
    background: transparent;
    border-color: var(--public-border);
}

.home-branch-btn-secondary:hover,
.home-branch-btn-secondary:focus-visible {
    color: var(--public-brand-pink);
    border-color: var(--public-brand-pink);
}

.home-branch-media {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    background: var(--public-surface-soft);
}

.home-branch-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 12px 0 22px rgba(38, 34, 31, .08);
}

.home-branch-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.home-branch-media:hover img,
.home-branch-media:focus-visible img {
    transform: scale(1.025);
}

html.dark-mode .home-branch-card {
    box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
}

html.dark-mode .home-branch-media::after {
    box-shadow: inset 12px 0 22px rgba(0, 0, 0, .28);
}

@media (max-width: 1099.98px) {
    .home-branches-grid {
        grid-template-columns: 1fr;
    }

    .home-branch-card {
        grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
    }

    .home-branch-media {
        min-height: 260px;
    }

}

@media (max-width: 639.98px) {
    .home-branches-redesign {
        margin-bottom: 1.75rem;
    }

    .home-branches-heading {
        margin-bottom: 1rem;
        padding-inline: .3rem;
    }

    .home-branches-heading p {
        font-size: .86rem;
    }

    .home-branch-card {
        grid-template-columns: 1fr;
    }

    .home-branch-media {
        order: -1;
        min-height: 185px;
        max-height: 220px;
    }

    .home-branch-media::after {
        box-shadow: inset 0 -10px 20px rgba(38, 34, 31, .06);
    }

    .home-branch-content {
        padding: 1rem;
    }

    .home-branch-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-branch-btn {
        width: 100%;
    }

}

@media (max-width: 420px) {
    .home-branch-actions {
        grid-template-columns: 1fr;
    }

}

@media (prefers-reduced-motion: reduce) {
    .home-branch-btn,
    .home-branch-media img {
        transition: none;
    }

    .home-branch-btn:hover,
    .home-branch-btn:focus-visible,
    .home-branch-media:hover img,
    .home-branch-media:focus-visible img {
        transform: none;
    }

}

.home-intro-redesign {
    margin: 0 auto 2.15rem;
    padding: clamp(1.1rem, 2.6vw, 1.8rem) 0;
}

.home-intro-redesign-heading {
    margin: 0 auto 1.4rem;
    text-align: center;
}

.home-intro-redesign-kicker {
    display: inline-block;
    margin-bottom: .35rem;
    color: var(--public-brand-pink);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-intro-redesign-heading h2 {
    margin: 0;
    color: var(--public-text);
    font-family: var(--font-hero-subtitle);
    font-weight: 400;
    line-height: 1.08;
}

.home-intro-redesign-heading p {
    margin: .8rem auto 0;
    color: var(--public-muted);
}

.home-intro-redesign-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    border-top: 1px solid var(--public-border);
    border-bottom: 1px solid var(--public-border);
}

.home-intro-redesign-feature {
    display: flex;
    min-width: 0;
    gap: .7rem;
    align-items: flex-start;
    padding: 1rem clamp(.75rem, 2vw, 1.25rem);
}

.home-intro-redesign-feature + .home-intro-redesign-feature {
    border-left: 1px solid var(--public-border);
}

.home-intro-redesign-feature-mark {
    display: grid;
    flex: 0 0 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    place-items: center;
    margin-top: .05rem;
    color: var(--public-brand-green);
    background: var(--public-surface-soft);
    border: 1px solid var(--public-border);
    border-radius: 50%;
    font-size: .84rem;
    font-weight: 800;
}

.home-intro-redesign-feature > span:last-child {
    min-width: 0;
}

.home-intro-redesign-feature strong,
.home-intro-redesign-feature small {
    display: block;
}

.home-intro-redesign-feature strong {
    color: var(--public-text);
    font-size: .88rem;
    line-height: 1.35;
}

.home-intro-redesign-feature small {
    margin-top: .18rem;
    color: var(--public-muted);
    font-size: .76rem;
    line-height: 1.45;
}

.home-len-tak-promo::before,
html.dark-mode .home-len-tak-promo::before {
    background: none;
}

.home-len-tak-title,
.home-len-tak-lead {
    color: var(--public-brand-pink);
}

@media (max-width: 767.98px) {
    .home-intro-redesign {
        margin-bottom: 1.6rem;
        padding-top: .8rem;
    }

    .home-intro-redesign-heading {
        margin-bottom: 1rem;
        padding-inline: .25rem;
    }

    .home-intro-redesign-features {
        grid-template-columns: 1fr;
    }

    .home-intro-redesign-feature + .home-intro-redesign-feature {
        border-left: 0;
        border-top: 1px solid var(--public-border);
    }

}

.home-fulfillment-section {
    margin: 0 auto 2.25rem;
}

.home-fulfillment-heading {
    max-width: 50rem;
    margin: 0 auto 1.25rem;
    text-align: center;
}

.home-fulfillment-kicker {
    display: inline-block;
    margin-bottom: .35rem;
    color: var(--public-brand-pink);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-fulfillment-heading h2 {
    margin: 0;
    color: var(--public-text);
    font-family: var(--font-hero-subtitle);
    font-size: clamp(1.9rem, 3.5vw, 2.45rem);
    font-weight: 400;
    line-height: 1.08;
}

.home-fulfillment-heading p {
    max-width: 44rem;
    margin: .65rem auto 0;
    color: var(--public-muted);
    font-size: .92rem;
    line-height: 1.6;
}

.home-store-hours-card {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-store-hours-item,
.home-store-hours-item--offline {
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.25rem);
    background: var(--public-surface);
    border: 1px solid var(--public-border);
    border-radius: 1rem;
    box-shadow: 0 12px 30px rgba(74, 50, 34, .07);
}

html.dark-mode .home-store-hours-item,
html.dark-mode .home-store-hours-item--offline {
    background: var(--public-surface);
    border-color: var(--public-border);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}

.home-store-hours-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-store-hours-branch-label {
    display: inline-block;
    margin-bottom: .3rem;
    padding: .24rem .55rem;
    color: var(--public-brand-pink);
    background: color-mix(in srgb, var(--public-brand-pink) 8%, transparent);
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
}

.home-store-hours-branch {
    margin: 0;
    color: var(--public-text);
    font-family: var(--font-hero-subtitle);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 400;
    line-height: 1.15;
}

.home-store-hours-opening {
    color: var(--public-brand-green);
}

.home-store-hours-opening-badge {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .4rem .68rem;
    color: var(--public-brand-green);
    background: color-mix(in srgb, var(--public-brand-green) 8%, transparent);
    border: 1px solid color-mix(in srgb, var(--public-brand-green) 18%, transparent);
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
}

.home-store-hours-opening-badge strong {
    font-weight: 800;
}

.home-store-hours-exception {
    margin: 0 0 .9rem;
    padding: .65rem .8rem;
    color: var(--public-brand-pink);
    background: color-mix(in srgb, var(--public-brand-pink) 7%, transparent);
    border: 1px solid color-mix(in srgb, var(--public-brand-pink) 16%, transparent);
    border-left: 3px solid var(--public-brand-pink);
    border-radius: .65rem;
}

.home-store-hours-div {
    padding-top: .85rem;
}

.home-store-hours-div + .home-store-hours-div {
    margin-top: .85rem;
    border-top: 1px solid var(--public-border);
}

.home-store-hours-section-title {
    display: block;
    margin: 0 0 .55rem;
    font-size: .9rem;
}

.home-store-hours-section-title::before,
.home-store-hours-section-title::after {
    display: none;
}

.home-store-hours-section-chip {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: 0;
    color: var(--public-text);
    background: transparent;
    border-radius: 0;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-store-hours-section-chip svg {
    flex: 0 0 auto;
    color: var(--public-brand-green);
}

.home-store-hours-list {
    gap: .42rem;
    color: var(--public-muted);
    font-size: .84rem;
}

.home-store-hours-list li {
    position: relative;
    padding-left: 1rem;
    line-height: 1.45;
}

.home-store-hours-list li::before {
    font-size: 0.85rem;
    content: "";
    position: absolute;
    left: .12rem;
    top: .62em;
    width: .32rem;
    height: .32rem;
    background: var(--public-brand-pink);
    border-radius: 50%;
}

.home-store-hours-list a {
    color: var(--public-brand-green);
}

.home-store-hours-offline-box {
    margin-top: .85rem;
    padding: .8rem .85rem;
    background: var(--public-surface-soft);
    border: 1px solid var(--public-border);
    border-radius: .75rem;
}

.home-store-hours-offline-title {
    margin: 0 0 .5rem;
    color: var(--public-text);
    font-size: .88rem;
    font-weight: 700;
}

.home-fulfillment-actions {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: .7rem;
    margin-top: 1rem;
}

.home-fulfillment-action {
    display: inline-flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    padding: .7rem 1rem;
    color: var(--public-text);
    background: var(--public-surface);
    border: 1px solid var(--public-border-strong);
    border-radius: .65rem;
    font-size: .86rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.home-fulfillment-action:hover,
.home-fulfillment-action:focus-visible {
    color: var(--public-text);
    border-color: color-mix(in srgb, var(--public-brand-green) 45%, var(--public-border-strong));
    box-shadow: 0 8px 20px rgba(74, 50, 34, .08);
    transform: translateY(-1px);
}

.home-fulfillment-action:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--public-brand-pink) 55%, transparent);
    outline-offset: 3px;
}

.home-fulfillment-action--primary {
    color: #fff;
    background: var(--public-action-green);
    border-color: var(--public-action-green);
    box-shadow: 0 10px 22px rgba(31, 111, 46, .14);
}

.home-fulfillment-action--primary:hover,
.home-fulfillment-action--primary:focus-visible {
    color: #fff;
    background: var(--public-action-green-hover);
    border-color: var(--public-action-green-hover);
}

@media (max-width: 767.98px) {
    .home-fulfillment-section {
        margin-bottom: 1.75rem;
    }

    .home-fulfillment-heading {
        margin-bottom: 1rem;
        padding-inline: .2rem;
    }

    .home-store-hours-grid {
        grid-template-columns: 1fr;
    }

    .home-store-hours-head {
        flex-direction: column;
        gap: .65rem;
    }

    .home-store-hours-opening-badge {
        white-space: normal;
    }

    .home-fulfillment-actions {
        grid-template-columns: 1fr;
    }

}

@media (prefers-reduced-motion: reduce) {
    .home-fulfillment-action {
        transition: none;
    }

    .home-fulfillment-action:hover,
    .home-fulfillment-action:focus-visible {
        transform: none;
    }

}

.home-editorial {
    margin: 2rem 0 2.25rem;
}

.home-editorial__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-section-eyebrow {
    display: block;
    margin-bottom: .35rem;
    color: var(--public-brand-pink);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.home-editorial__heading h3 {
    margin: 0;
    color: var(--public-text);
    font-family: var(--font-hero-subtitle);
    font-size: clamp(1.65rem, 2.7vw, 2.25rem);
    font-weight: 400;
    line-height: 1.1;
}

.home-editorial__all {
    flex: 0 0 auto;
    padding-bottom: .15rem;
    color: var(--public-brand-green);
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
}

.home-editorial__all:hover,
.home-editorial__all:focus-visible {
    color: var(--public-brand-green-hover);
    text-decoration: underline;
    text-underline-offset: .2em;
}

.home-editorial-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    overflow: hidden;
    background: var(--public-surface);
    border: 1px solid var(--public-border);
    border-radius: 1rem;
    box-shadow: var(--public-shadow-soft);
}

.home-editorial-card__media {
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: var(--public-surface-soft);
}

.home-editorial-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .28s ease;
}

.home-editorial-card:hover .home-editorial-card__media img {
    transform: scale(1.018);
}

.home-editorial-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(1.25rem, 2.7vw, 2.2rem);
}

.home-editorial-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
    margin-bottom: .8rem;
    color: var(--public-muted);
    font-size: .82rem;
}

.home-editorial-card__tag {
    color: var(--public-brand-pink);
    font-weight: 700;
}

.home-editorial-card__title {
    margin: 0;
    font-family: var(--font-hero-subtitle);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.2;
}

.home-editorial-card__title a {
    color: var(--public-text);
    text-decoration: none;
}

.home-editorial-card__title a:hover,
.home-editorial-card__title a:focus-visible {
    color: var(--public-brand-pink);
}

.home-editorial-card__title a:focus-visible,
.home-editorial__all:focus-visible,
.home-editorial-card__primary:focus-visible,
.home-editorial-card__secondary:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--public-brand-pink) 55%, transparent);
    outline-offset: 3px;
}

.home-editorial-card__excerpt {
    display: -webkit-box;
    margin: .8rem 0 1.1rem;
    overflow: hidden;
    color: var(--public-muted);
    font-size: .96rem;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home-editorial-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: auto;
}

.home-editorial-card__primary,
.home-editorial-card__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: .65rem 1rem;
    border-radius: .65rem;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease;
}

.home-editorial-card__primary {
    color: #fff;
    background: var(--public-action-green);
    border: 1px solid var(--public-action-green);
    box-shadow: 0 9px 20px rgba(31, 111, 46, .12);
}

.home-editorial-card__primary:hover,
.home-editorial-card__primary:focus-visible {
    color: #fff;
    background: var(--public-action-green-hover);
    border-color: var(--public-action-green-hover);
    transform: translateY(-1px);
}

.home-editorial-card__secondary {
    color: var(--public-text);
    background: transparent;
    border: 1px solid var(--public-border-strong);
}

.home-editorial-card__secondary:hover,
.home-editorial-card__secondary:focus-visible {
    color: var(--public-text);
    background: var(--public-surface-soft);
    border-color: color-mix(in srgb, var(--public-brand-pink) 38%, var(--public-border-strong));
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .home-editorial {
        margin: 1.65rem 0 1.85rem;
    }

    .home-editorial__heading {
        align-items: flex-start;
    }

    .home-editorial__heading h3 {
        font-size: clamp(1.55rem, 7vw, 1.9rem);
    }

    .home-editorial-card {
        grid-template-columns: 1fr;
    }

    .home-editorial-card__media {
        aspect-ratio: 16 / 9;
    }

    .home-editorial-card__media img {
        height: 100%;
    }

    .home-editorial-card__content {
        padding: 1.05rem;
    }

    .home-editorial-card__excerpt {
        -webkit-line-clamp: 3;
    }

}

@media (max-width: 420px) {
    .home-editorial__heading {
        display: grid;
        gap: .55rem;
    }

    .home-editorial__all {
        justify-self: start;
    }

    .home-editorial-card__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-editorial-card__primary,
    .home-editorial-card__secondary {
        width: 100%;
    }

}

@media (hover: none) {
    .home-editorial-card:hover .home-editorial-card__media img {
        transform: none;
    }

}

@media (prefers-reduced-motion: reduce) {
    .home-editorial-card__media img,
    .home-editorial-card__primary,
    .home-editorial-card__secondary {
        transition: none;
    }

    .home-editorial-card:hover .home-editorial-card__media img,
    .home-editorial-card__primary:hover,
    .home-editorial-card__primary:focus-visible,
    .home-editorial-card__secondary:hover,
    .home-editorial-card__secondary:focus-visible {
        transform: none;
    }

}

.home-len-tak-promo {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
    gap: 0;
    align-items: stretch;
    margin: 0 auto 2.35rem;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--public-border);
    border-radius: 1.1rem;
    background: var(--public-surface);
    box-shadow: var(--public-shadow-soft);
}

.home-len-tak-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.home-len-tak-kicker {
    margin: 0 0 .45rem;
    color: var(--public-brand-green);
    font-size: .72rem!important;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-len-tak-title {
    margin: 0 0 .8rem;
    color: var(--public-brand-pink);
    font-family: "Italianno", cursive;
    font-size: clamp(3.15rem, 5vw, 4.4rem);
    font-weight: 400;
    line-height: .95;
}

.home-len-tak-title-before {
    color: var(--public-text);
    font-family: var(--font-hero-subtitle);
    font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.home-len-tak-divider {
    display: none;
}

.home-len-tak-lead {
    margin: 0 0 .55rem;
    color: var(--public-text);
    font-family: var(--font-hero-subtitle);
    font-size: clamp(1.25rem, 2.3vw, 1.65rem)!important;
    font-weight: 600;
    line-height: 1.25;
}

.home-len-tak-text {
    max-width: 32rem;
    margin: 0 0 1.15rem;
    color: var(--public-muted);
    line-height: 1.65;
}

.home-len-tak-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    margin: 0;
    padding: .65rem 1.05rem;
    color: #fff;
    background: var(--public-action-green);
    border: 1px solid var(--public-action-green);
    border-radius: .65rem;
    box-shadow: 0 9px 20px rgba(31, 111, 46, .12);
    font-weight: 700;
    text-decoration: none;
    transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.home-len-tak-btn:hover,
.home-len-tak-btn:focus-visible {
    color: #fff;
    background: var(--public-action-green-hover);
    border-color: var(--public-action-green-hover);
    transform: translateY(-1px);
}

.home-len-tak-image-wrap,
html.dark-mode .home-len-tak-image-wrap {
    width: 100%;
    height: 100%;
    min-height: 340px;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    background: var(--public-surface-soft);
    box-shadow: none;
    overflow: hidden;
}

.home-len-tak-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

html.dark-mode .home-len-tak-promo {
    background: var(--public-surface);
    border-color: var(--public-border);
    box-shadow: var(--public-shadow-soft);
}

@media (max-width: 767.98px) {
    .home-len-tak-promo {
        grid-template-columns: 1fr;
        margin-bottom: 1.75rem;
        text-align: left;
    }

    .home-len-tak-copy {
        align-items: flex-start;
        padding: 1.35rem 1.15rem 1.45rem;
    }

    .home-len-tak-title {
        font-size: clamp(3rem, 14vw, 3.8rem);
    }

    .home-len-tak-text {
        margin-left: 0;
        margin-right: 0;
    }

    .home-len-tak-image-wrap,
    html.dark-mode .home-len-tak-image-wrap {
        min-height: 0;
        aspect-ratio: 3 / 2;
    }

}

@media (max-width: 420px) {
    .home-len-tak-btn {
        width: 100%;
    }

}

@media (prefers-reduced-motion: reduce) {
    .home-len-tak-btn {
        transition: none;
    }

    .home-len-tak-btn:hover,
    .home-len-tak-btn:focus-visible {
        transform: none;
    }

}

.home-intro-redesign-heading {
    max-width: 68rem;
}

.home-intro-redesign-heading h2 {
    font-size: clamp(2.15rem, 4.1vw, 3rem);
}

.home-intro-redesign-heading p {
    max-width: 58rem;
    font-size: clamp(.96rem, 1.25vw, 1.05rem);
    line-height: 1.72;
}

.home-intro-redesign-heading p + p {
    margin-top: .5rem;
}

.home-intro-redesign-heading strong {
    color: var(--public-text);
    font-weight: 650;
}

.home-intro-redesign-features {
    max-width: 68rem;
}

@media (min-width: 768px) {
    .nameday-container {
        position: relative;
        z-index: 2;
        margin-top: -5.15rem;
        margin-bottom: 1.75rem;
    }

}

.home-fulfillment-action:not(.home-fulfillment-action--primary) {
    background: color-mix(in srgb, var(--public-brand-pink) 7%, var(--public-surface));
    border-color: color-mix(in srgb, var(--public-brand-pink) 24%, var(--public-border-strong));
}

.home-fulfillment-action:not(.home-fulfillment-action--primary):hover,
.home-fulfillment-action:not(.home-fulfillment-action--primary):focus-visible {
    background: color-mix(in srgb, var(--public-brand-pink) 11%, var(--public-surface));
    border-color: color-mix(in srgb, var(--public-brand-pink) 40%, var(--public-border-strong));
}

.home-highlight-wrap {
    margin: 0 auto 2.35rem;
}

.home-highlight-post {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    color: var(--public-text);
    border: 1px solid color-mix(in srgb, var(--public-brand-pink) 32%, var(--public-border));
    border-left: .32rem solid var(--public-brand-pink);
    border-radius: 1.1rem;
    box-shadow: 0 18px 42px rgba(74, 50, 34, .12);
}

.home-highlight-kicker {
    display: block;
    color: var(--public-brand-pink);
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .15em;
}

.home-highlight-text {
    color: var(--public-text);
}

html.dark-mode .home-highlight-post {
    box-shadow: 0 20px 44px rgba(0, 0, 0, .34);
}

@media (max-width: 767.98px) {
    .home-highlight-wrap {
        margin-bottom: 1.75rem;
    }

    .home-highlight-post {
        padding: 1.2rem 1rem;
        border-left-width: .25rem;
        border-radius: .95rem;
    }

}

.home-highlight-post {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 1.35rem;
    background: linear-gradient(180deg, color-mix(in srgb, var(--public-brand-pink) 8%, var(--public-surface)) 0%, color-mix(in srgb, var(--public-brand-pink) 4%, var(--public-surface)) 100%);
}

.home-highlight-copy {
    width: 100%;
    padding: 1.15rem 1.25rem .35rem;
    text-align: center;
}

.home-highlight-kicker {
    margin-bottom: .15rem;
}

.home-highlight-title {
    margin: 0 auto;
    padding: 0 .35rem .55rem;
    color: var(--public-brand-pink);
    font-family: "Italianno", cursive;
    font-size: clamp(2.7rem, 5.8vw, 4.6rem);
    font-weight: 400;
    line-height: 1.02;
    border-bottom: 1px solid color-mix(in srgb, var(--public-brand-pink) 75%, transparent);
}

.home-highlight-text {
    max-width: 52rem;
    margin: .9rem auto 0;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.55;
    text-align: center;
}

.home-highlight-images {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(.7rem, 2vw, 1.6rem);
    padding: .7rem 1rem 0;
}

.home-highlight-images img {
    border: 1px solid var(--public-border);
    flex: 0 1 200px;
    width: min(200px, 100%);
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: .55rem;
}

@media (min-width: 768px) {
    .home-highlight-post:has(.home-highlight-images) {
        display: flex;
        grid-template-columns: none;
        align-items: stretch;
    }

}

@media (max-width: 575.98px) {
    .home-highlight-post {
        padding-bottom: 1rem;
    }

    .home-highlight-copy {
        padding: 1rem .85rem .25rem;
    }

    .home-highlight-title {
        font-size: clamp(2.45rem, 12vw, 3.45rem);
    }

    .home-highlight-text {
        margin-top: .7rem;
        font-size: .98rem;
    }

    .home-highlight-images {
        gap: .65rem;
        padding: .65rem .75rem 0;
    }

    .home-highlight-images img {
        flex-basis: calc(50% - .325rem);
        width: calc(50% - .325rem);
        max-width: 160px;
    }

}
