html,
body {
    background: #fbfaf7;
}

body {
    color: #20251e;
}

a {
    color: inherit;
}

#hd_h1,
.sound_only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#hd.flower-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-width: 0;
    border-bottom: 1px solid #e5e0d6;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
}

.flower-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1180px;
    min-height: 38px;
    margin: 0 auto;
    padding: 0 18px;
    border-bottom: 1px solid #eee9df;
    color: #6b7165;
    font-size: 13px;
}

.flower-topline div,
.flower-topline nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.flower-topline span {
    color: #315b36;
    font-weight: 800;
}

.flower-topline strong {
    color: #6b7165;
    font-weight: 600;
}

.flower-topline a {
    color: #5a6254;
    text-decoration: none;
}

.flower-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    max-width: 1180px;
    min-height: 76px;
    margin: 0 auto;
    padding: 0 18px;
}

.flower-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
}

.flower-brand__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #315b36;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
}

.flower-brand strong,
.flower-brand em {
    display: block;
    letter-spacing: 0;
}

.flower-brand strong {
    color: #1f2a1d;
    font-size: 19px;
    line-height: 1.2;
}

.flower-brand em {
    margin-top: 2px;
    color: #66705f;
    font-size: 12px;
    font-style: normal;
}

.flower-nav {
    border-top: 1px solid #f0ebe2;
    background: #fbfaf7;
}

.flower-nav div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
}

.flower-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    color: #313b2d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.flower-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 1px;
    height: 14px;
    background: #ded8cb;
}

.flower-nav a:last-child::after {
    display: none;
}

.flower-nav a:hover {
    color: #315b36;
    background: #f1f5ec;
}

.flower-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flower-header__phone,
.flower-header__admin,
.flower-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
}

.flower-header__phone {
    padding: 0 15px;
    background: #315b36;
    color: #fff;
}

.flower-header__admin {
    padding: 0 12px;
    border: 1px solid #d9d6ce;
    background: #fff;
    color: #354030;
}

.flower-menu-btn {
    display: none;
    width: 42px;
    border: 1px solid #d9d6ce;
    background: #fff;
    color: #24301f;
    cursor: pointer;
}

.flower-mobile-menu {
    display: none;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px 18px;
}

.flower-mobile-menu a {
    display: block;
    padding: 13px 0;
    border-top: 1px solid #ebe7de;
    color: #25301f;
    font-weight: 800;
    text-decoration: none;
}

#wrapper.flower-wrapper {
    max-width: none;
    min-width: 0;
    margin: 0;
}

#container.flower-container {
    float: none;
    width: 100%;
    min-height: 520px;
    margin: 0;
    padding: 0;
}

.flower-page-title {
    max-width: 1180px;
    margin: 0 auto 28px;
    padding: 36px 18px 0;
}

.flower-page-title p,
.flower-section__head p,
.flower-hero__content p,
.flower-visit-band p {
    margin: 0 0 9px;
    color: #6d8f50;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.flower-page-title h2 {
    margin: 0;
    color: #20251e;
    font-size: 30px;
    line-height: 1.3;
}

.flower-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.flower-hero__image {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.flower-hero__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 18, 10, .78), rgba(12, 18, 10, .42) 48%, rgba(12, 18, 10, .2));
}

.flower-hero__content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: end;
    gap: 36px;
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 72px 18px;
    color: #fff;
}

.flower-hero__content p {
    color: #d9edc5;
}

.flower-hero__copy h2 {
    max-width: 690px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 54px;
    line-height: 1.12;
    letter-spacing: 0;
}

.flower-hero__copy > span {
    display: block;
    max-width: 560px;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.7;
}

.flower-hero__actions {
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.flower-hero__actions a,
.flower-section__head--split a,
.flower-empty-guide a,
.flower-visit-band a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
}

.flower-hero__actions a:first-child,
.flower-section__head--split a,
.flower-empty-guide a,
.flower-visit-band a {
    background: #315b36;
    color: #fff;
}

.flower-hero__actions a:last-child {
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
}

.flower-hero__panel {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    color: #20251e;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.flower-hero__panel strong {
    display: block;
    margin-bottom: 14px;
    font-size: 19px;
}

.flower-hero__panel div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.flower-hero__panel a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid #ded8cb;
    border-radius: 6px;
    background: #fff;
    color: #24301f;
    font-weight: 800;
    text-decoration: none;
}

.flower-hero__panel p {
    margin: 16px 0 0;
    color: #596253;
    font-size: 14px;
    line-height: 1.6;
    text-transform: none;
}

.flower-category-band {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    max-width: 1180px;
    margin: -38px auto 0;
    padding: 0 18px;
    position: relative;
    z-index: 2;
}

.flower-category-band a {
    display: block;
    min-height: 96px;
    padding: 20px 18px;
    background: #fff;
    color: #20251e;
    text-decoration: none;
    box-shadow: 0 14px 36px rgba(48, 58, 42, .1);
}

.flower-category-band a:first-child {
    border-radius: 8px 0 0 8px;
}

.flower-category-band a:last-child {
    border-radius: 0 8px 8px 0;
}

.flower-category-band strong,
.flower-category-band span {
    display: block;
}

.flower-category-band strong {
    font-size: 18px;
}

.flower-category-band span {
    margin-top: 8px;
    color: #6a7264;
    font-size: 13px;
    line-height: 1.45;
}

.flower-category-band a:hover {
    background: #315b36;
}

.flower-category-band a:hover strong,
.flower-category-band a:hover span {
    color: #fff;
}

.flower-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 76px 18px 0;
}

.flower-section--tight {
    padding-top: 58px;
}

.flower-section__head {
    margin-bottom: 26px;
}

.flower-section__head h2 {
    margin: 0;
    color: #20251e;
    font-size: 32px;
    line-height: 1.28;
}

.flower-section__head--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.flower-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.flower-steps article,
.flower-empty-guide {
    border: 1px solid #e3dfd6;
    border-radius: 8px;
    background: #fff;
}

.flower-steps article {
    padding: 24px;
}

.flower-steps strong {
    color: #6d8f50;
    font-size: 14px;
}

.flower-steps h3 {
    margin: 12px 0 8px;
    color: #20251e;
    font-size: 20px;
}

.flower-steps p,
.flower-empty-guide p {
    margin: 0;
    color: #5e6659;
    font-size: 15px;
    line-height: 1.7;
}

.flower-product-preview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.flower-product-preview__item {
    display: block;
    border: 1px solid #e3dfd6;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.flower-product-preview__item:hover {
    border-color: #b7caa2;
    box-shadow: 0 16px 34px rgba(48, 58, 42, .13);
    transform: translateY(-2px);
}

.flower-product-preview__item span {
    display: block;
    aspect-ratio: 4 / 3;
    background: #f0eee7;
}

.flower-product-preview__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flower-product-preview__item small,
.flower-product-preview__item strong,
.flower-product-preview__item em {
    display: block;
    padding: 0 16px;
}

.flower-product-preview__item small {
    padding-top: 14px;
    color: #6d8f50;
    font-size: 12px;
    font-weight: 800;
}

.flower-product-preview__item strong {
    padding-top: 6px;
    color: #20251e;
    font-size: 17px;
    line-height: 1.35;
}

.flower-product-preview__item em {
    padding-top: 6px;
    padding-bottom: 16px;
    color: #6c7465;
    font-size: 13px;
    font-style: normal;
}

.flower-empty-guide {
    padding: 30px;
}

.flower-empty-guide h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.flower-empty-guide a {
    margin-top: 18px;
}

.flower-visit-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1180px;
    margin: 76px auto;
    padding: 34px;
    border-radius: 8px;
    background: #eef3e8;
}

.flower-visit-band h2 {
    max-width: 780px;
    margin: 0;
    font-size: 28px;
    line-height: 1.35;
}

#ft.flower-footer {
    min-width: 0;
    background: #1f2a1d;
    color: #fff;
    text-align: left;
}

.flower-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(180px, .7fr) minmax(220px, .9fr);
    gap: 34px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 46px 18px;
}

.flower-brand--footer .flower-brand__mark {
    background: #d9edc5;
    color: #1f2a1d;
}

.flower-brand--footer strong,
.flower-footer__links strong,
.flower-footer__info strong {
    color: #fff;
}

.flower-brand--footer em,
.flower-footer p,
.flower-footer a,
.flower-footer span {
    color: rgba(255, 255, 255, .72);
}

.flower-footer p {
    max-width: 420px;
    margin: 18px 0 0;
    line-height: 1.7;
}

.flower-footer__links a,
.flower-footer__info span {
    display: block;
    margin-top: 10px;
    text-decoration: none;
}

.flower-footer__info {
    font-style: normal;
}

.flower-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

#top_btn {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #d9edc5;
    color: #1f2a1d;
    cursor: pointer;
}

@media (max-width: 920px) {
    .flower-topline {
        display: none;
    }

    .flower-nav,
    .flower-header__phone {
        display: block;
    }

    .flower-nav div {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .flower-menu-btn {
        display: inline-flex;
    }

    .flower-mobile-menu.is-open {
        display: block;
    }

    .flower-hero {
        min-height: 560px;
    }

    .flower-hero__content {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .flower-hero__copy h2 {
        font-size: 42px;
    }

    .flower-steps,
    .flower-product-preview,
    .flower-footer__inner {
        grid-template-columns: 1fr;
    }

    .flower-category-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0;
        padding-top: 18px;
    }

    .flower-category-band a,
    .flower-category-band a:first-child,
    .flower-category-band a:last-child {
        border-radius: 8px;
    }

    .flower-visit-band {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .flower-header__bar {
        min-height: 68px;
        padding: 0 14px;
    }

    .flower-brand__mark {
        width: 38px;
        height: 38px;
    }

    .flower-brand strong {
        font-size: 17px;
    }

    .flower-hero {
        min-height: 520px;
    }

    .flower-hero__content {
        padding: 0 16px 48px;
    }

    .flower-hero__copy h2 {
        font-size: 34px;
    }

    .flower-hero__copy > span {
        font-size: 16px;
    }

    .flower-hero__actions,
    .flower-section__head--split {
        align-items: flex-start;
        flex-direction: column;
    }

    .flower-section {
        padding-top: 54px;
    }

    .flower-section__head h2,
    .flower-visit-band h2 {
        font-size: 25px;
    }

    .flower-visit-band {
        margin: 54px 14px;
        padding: 24px;
    }
}
