.flora-hero {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Cover: natural aspect ratio (no forced height — that created the white gap) */
.flora-hero > picture:first-of-type {
    display: block;
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.flora-hero-cover {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 1354 / 535;
    object-fit: cover;
    object-position: center center;
    margin: 0 !important;
    background: #ffffff;
}

        .flora-hero-body {
            text-align: center;
            padding: 0 16px 34px;
            max-width: 760px;
            margin: 0 auto;
        }

        /* Pull logo up onto the banner (margin on wrapper, not only img) */
        .flora-hero-body > picture {
            display: block;
            width: min(190px, 60%);
            margin: -48px auto 8px;
            line-height: 0;
        }

        .flora-hero-logo {
            width: 100% !important;
            max-width: 190px !important;
            height: auto !important;
            max-height: 80px !important;
            margin: 0 auto;
            display: block;
            position: relative;
            object-fit: contain;
            filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .18));
        }

        .flora-hero-body h1 {
            font-size: clamp(26px, 4vw, 40px);
            margin: 6px 0 10px;
            color: #2b2b2b;
        }

        .flora-hero-body p.lead {
            font-size: clamp(15px, 1.8vw, 19px);
            color: #6a6a6a;
            margin-bottom: 22px;
            line-height: 1.6;
        }

        .flora-cta {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 12px;
        }

        .flora-cta .btn {
            margin: 0;
            min-width: 190px;
            border-radius: 40px;
            padding: 12px 26px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-align: center;
            line-height: 1.3;
        }

        .flora-cta .btn i {
            margin: 0;
            line-height: 1;
        }

        .flora-section {
            padding: 46px 0;
        }

        .flora-section-title {
            text-align: center;
            margin-bottom: 8px;
            font-size: clamp(22px, 3vw, 30px);
            color: #2b2b2b;
        }

        .flora-section-sub {
            text-align: center;
            color: #8a8a8a;
            margin-bottom: 30px;
        }

        .flora-featured-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }

        .flora-featured-grid > .grid-item {
            min-width: 0;
        }

        @media (min-width: 768px) {
            .flora-featured-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 20px;
            }
        }

        @media (min-width: 1200px) {
            .flora-featured-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 24px;
            }
        }

        .flora-content {
            background: #fbf6f4;
        }

        .flora-content .store-site-content {
            font-size: 16.5px;
            line-height: 1.9;
            color: #444;
        }

        .flora-content .store-site-content h2,
        .flora-content .store-site-content h3 {
            color: #2b2b2b;
            margin-top: 26px;
        }

        /* ===== Editorial story block (special, not plain text) ===== */
        .flora-story {
            position: relative;
            padding: 56px 0 64px;
            overflow: hidden;
            background: #faf6f2;
        }
        .flora-story-bg {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse 70% 50% at 8% 15%, rgba(232, 168, 184, .2), transparent 58%),
                radial-gradient(ellipse 50% 40% at 92% 85%, rgba(196, 214, 180, .16), transparent 55%),
                linear-gradient(180deg, #fdf9f6 0%, #f7efe9 100%);
            pointer-events: none;
        }
        .flora-story-inner { position: relative; z-index: 1; }

        .flora-story-head {
            max-width: 780px;
            margin: 0 auto 40px;
            text-align: center;
        }
        .flora-story-eyebrow {
            display: inline-block;
            font-size: 11px;
            letter-spacing: .16em;
            text-transform: uppercase;
            color: #b06b7e;
            font-weight: 700;
            margin-bottom: 12px;
            padding: 5px 12px;
            border: 1px solid rgba(176, 107, 126, .32);
            border-radius: 999px;
            background: rgba(255,255,255,.6);
        }
        .flora-story-title {
            font-size: clamp(26px, 3.8vw, 40px);
            line-height: 1.28;
            color: #2a2426;
            margin: 0 0 14px;
            font-weight: 700;
        }
        .flora-story-lead {
            font-size: clamp(15px, 1.55vw, 18px);
            line-height: 1.8;
            color: #5c5255;
            margin: 0;
        }

        .flora-story-reasons {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
            margin-bottom: 44px;
        }
        @media (max-width: 991px) {
            .flora-story-reasons { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 520px) {
            .flora-story-reasons { grid-template-columns: 1fr; }
        }
        .flora-reason {
            position: relative;
            background: #fff;
            border-radius: 20px;
            padding: 24px 18px 20px;
            border: 1px solid rgba(0,0,0,.04);
            box-shadow: 0 8px 24px rgba(80, 40, 50, .05);
            transition: transform .22s ease, box-shadow .22s ease;
            overflow: hidden;
        }
        .flora-reason:hover {
            transform: translateY(-4px);
            box-shadow: 0 14px 32px rgba(80, 40, 50, .1);
        }
        .flora-reason--a { background: linear-gradient(160deg, #fff 55%, #fdf0f3); }
        .flora-reason--b { background: linear-gradient(160deg, #fff 55%, #f3f8ef); }
        .flora-reason--c { background: linear-gradient(160deg, #fff 55%, #f3f6fb); }
        .flora-reason--d { background: linear-gradient(160deg, #fff 55%, #faf3ea); }
        .flora-reason-num {
            position: absolute;
            top: 10px;
            left: 14px;
            font-size: 36px;
            font-weight: 800;
            line-height: 1;
            color: rgba(200, 120, 140, .11);
            pointer-events: none;
        }
        html[dir="rtl"] .flora-reason-num { left: auto; right: 14px; }
        .flora-reason i {
            display: inline-flex;
            width: 44px; height: 44px;
            align-items: center; justify-content: center;
            border-radius: 12px;
            background: #f6d5df;
            color: #c46e86;
            font-size: 18px;
            margin-bottom: 12px;
        }
        .flora-reason--b i { background: #ddebcf; color: #6a9a4e; }
        .flora-reason--c i { background: #d6e4f5; color: #4a7fb5; }
        .flora-reason--d i { background: #f3e0c9; color: #b07a3a; }
        .flora-reason h3 {
            font-size: 16px;
            margin: 0 0 6px;
            color: #2a2426;
        }
        .flora-reason p {
            margin: 0;
            font-size: 13.5px;
            line-height: 1.6;
            color: #7a7074;
        }

        .flora-story-split {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            align-items: center;
            margin-bottom: 48px;
        }
        @media (max-width: 767px) {
            .flora-story-split { grid-template-columns: 1fr; gap: 18px; }
        }
        .flora-story-photo {
            position: relative;
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 14px 36px rgba(60, 30, 40, .12);
            aspect-ratio: 3 / 2;
            background: #f0e8e4;
        }
        .flora-story-photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .flora-story-photo-tag {
            position: absolute;
            bottom: 12px;
            right: 12px;
            background: rgba(255,255,255,.93);
            color: #8a4a5c;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .05em;
            padding: 6px 12px;
            border-radius: 999px;
            box-shadow: 0 3px 10px rgba(0,0,0,.08);
        }
        .flora-story-copy h3 {
            font-size: clamp(22px, 2.8vw, 30px);
            margin: 8px 0 12px;
            color: #2a2426;
        }
        .flora-story-copy p {
            font-size: 15.5px;
            line-height: 1.8;
            color: #5c5255;
            margin-bottom: 16px;
        }
        .flora-story-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-weight: 700;
            color: #c46e86;
            font-size: 15px;
            border-bottom: 2px solid rgba(196, 110, 134, .35);
            padding-bottom: 2px;
            transition: color .2s, border-color .2s;
        }
        .flora-story-link:hover {
            color: #9e4f66;
            border-color: #9e4f66;
            text-decoration: none;
        }

        .flora-story-order {
            background: #ffffff;
            color: #2a2426;
            border-radius: 24px;
            padding: 30px 22px 34px;
            border: 1px solid rgba(0, 0, 0, .06);
            box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
        }
        .flora-story-order-title {
            text-align: center;
            color: #2a2426;
            font-size: clamp(18px, 2.4vw, 24px);
            margin: 0 0 22px;
        }
        .flora-story-steps {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
        }
        @media (max-width: 767px) {
            .flora-story-steps { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 420px) {
            .flora-story-steps { grid-template-columns: 1fr; }
        }
        .flora-story-steps li {
            text-align: center;
            padding: 6px 4px;
            position: relative;
        }
        .flora-story-steps .step-dot {
            display: inline-flex;
            width: 38px; height: 38px;
            align-items: center; justify-content: center;
            border-radius: 50%;
            background: linear-gradient(135deg, #e7a6b8, #d98ba0);
            color: #fff;
            font-weight: 800;
            font-size: 15px;
            margin-bottom: 10px;
            box-shadow: 0 5px 14px rgba(217, 139, 160, .4);
        }
        .flora-story-steps strong {
            display: block;
            color: #2a2426;
            font-size: 15px;
            margin-bottom: 3px;
        }
        .flora-story-steps em {
            display: block;
            font-style: normal;
            color: #7a7074;
            font-size: 13px;
        }

        .flora-trust {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 18px;
            margin-bottom: 8px;
        }

        .flora-trust .trust-item {
            flex: 1 1 200px;
            max-width: 260px;
            background: #fff;
            border: 1px solid #f0e6e2;
            border-radius: 14px;
            padding: 22px 18px;
            text-align: center;
            box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
        }

        .flora-trust .trust-item i {
            font-size: 30px;
            color: #d98ba0;
            margin-bottom: 10px;
        }

        .flora-trust .trust-item h3 {
            font-size: 17px;
            margin: 6px 0 4px;
            color: #2b2b2b;
        }

        .flora-trust .trust-item p {
            font-size: 13.5px;
            color: #8a8a8a;
            margin: 0;
        }

        .flora-faq {
            max-width: 820px;
            margin: 0 auto;
        }

        .flora-faq .card {
            border: 1px solid #f0e6e2;
            border-radius: 12px !important;
            margin-bottom: 12px;
            overflow: hidden;
        }

        .flora-faq .card-header {
            background: #fff;
            padding: 0;
            border: 0;
        }

        .flora-faq .card-header button {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 10px;
            text-align: inherit;
            padding: 16px 18px;
            font-size: 16px;
            font-weight: 600;
            color: #2b2b2b;
            text-decoration: none;
            white-space: normal;
        }

        .flora-faq .card-header button .faq-q {
            flex: 1 1 auto;
        }

        .flora-faq .card-header button .faq-chevron {
            flex: 0 0 auto;
            transition: transform .2s ease;
        }

        .flora-faq .card-header button:not(.collapsed) .faq-chevron {
            transform: rotate(180deg);
        }

        .flora-faq .card-body {
            color: #555;
            line-height: 1.8;
            padding-top: 4px;
        }

        .flora-final-cta {
            background: linear-gradient(135deg, #e7a6b8 0%, #d98ba0 100%);
            color: #fff;
            text-align: center;
            padding: 48px 16px;
        }

        .flora-final-cta h2 {
            color: #fff;
            font-size: clamp(22px, 3vw, 32px);
            margin-bottom: 10px;
        }

        .flora-final-cta p {
            color: rgba(255, 255, 255, .92);
            font-size: 17px;
            margin-bottom: 22px;
        }

        .flora-final-cta .btn {
            background: #fff;
            color: #c46e86;
            border: 0;
            border-radius: 40px;
            padding: 13px 34px;
            font-weight: 700;
            min-width: 200px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1.3;
        }

        @media (max-width: 767px) {
            .flora-hero-body > picture {
                margin-top: -36px;
                width: min(160px, 55%);
            }

            .flora-hero-logo {
                max-height: 68px !important;
            }
        }

        @media (max-width: 480px) {
            .flora-cta .btn {
                display: block;
                width: 100%;
                min-width: 0;
                margin: 8px 0 0;
            }

            .flora-trust .trust-item {
                flex: 1 1 100%;
                max-width: 100%;
            }

            .flora-story-head,
            .flora-story-order {
                padding-left: 4px;
                padding-right: 4px;
            }

            .flora-story-lead,
            .flora-story-copy p {
                font-size: 15px;
            }
        }

        /* SEO hub — occasions + delivery areas */
        .flora-seo-hub {
            background: #fff;
            padding: 52px 0 58px;
            border-top: 1px solid #f3ebe7;
        }
        .flora-seo-hub h2 {
            font-size: clamp(22px, 3vw, 30px);
            color: #2a2426;
            margin: 0 0 12px;
            text-align: center;
        }
        .flora-seo-hub .flora-seo-intro {
            max-width: 820px;
            margin: 0 auto 28px;
            text-align: center;
            color: #5c5255;
            font-size: clamp(15px, 1.6vw, 17px);
            line-height: 1.85;
        }
        .flora-seo-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px;
            margin-bottom: 36px;
        }
        @media (max-width: 991px) {
            .flora-seo-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 520px) {
            .flora-seo-grid { grid-template-columns: 1fr; }
        }
        .flora-seo-card {
            background: #fdf9f7;
            border: 1px solid #f0e6e2;
            border-radius: 16px;
            padding: 20px 18px;
            height: 100%;
        }
        .flora-seo-card h3 {
            font-size: 16px;
            margin: 0 0 8px;
            color: #2a2426;
        }
        .flora-seo-card p {
            margin: 0;
            font-size: 14px;
            line-height: 1.7;
            color: #6a6064;
        }
        .flora-seo-areas {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-top: 8px;
        }
        .flora-seo-areas span {
            display: inline-block;
            background: #fbeef2;
            color: #9e4f66;
            border-radius: 999px;
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 600;
        }
        .flora-seo-cta {
            text-align: center;
            margin-top: 28px;
        }
        .flora-seo-cta .btn {
            border-radius: 40px;
            padding: 12px 30px;
            font-weight: 600;
        }

/* —— Tishrei promo (homepage) —— */
.flora-tishrei-banner-wrap {
    max-width: 1100px;
    margin: 8px auto 28px;
    padding: 0 16px;
}
.flora-tishrei-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #2f241c 0%, #5a4030 55%, #8b5e45 100%);
    box-shadow: 0 12px 32px rgba(47, 36, 28, .18);
    transition: transform .35s ease, box-shadow .35s ease;
}
.flora-tishrei-banner:hover,
.flora-tishrei-banner:focus {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(47, 36, 28, .24);
    color: inherit;
    text-decoration: none;
}
.flora-tishrei-banner-media {
    position: relative;
    overflow: hidden;
    min-height: 180px;
}
.flora-tishrei-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: floraTishreiFloat 7s ease-in-out infinite;
    transform-origin: center center;
}
.flora-tishrei-banner-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.22) 50%, transparent 70%);
    background-size: 200% 100%;
    animation: floraTishreiShimmer 3.8s ease-in-out infinite;
    pointer-events: none;
}
.flora-tishrei-banner-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 22px 24px;
    color: #fff8f2;
    /* Match Flora storefront tokens (Heebo / Assistant) — not Georgia (no Hebrew) */
    font-family: var(--store-font-body, "Heebo", "Assistant", "Segoe UI", sans-serif);
}
.flora-tishrei-banner-eyebrow {
    font-family: inherit;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .85;
}
.flora-tishrei-banner-title {
    font-family: var(--store-font-heading, "Heebo", "Assistant", "Segoe UI", sans-serif);
    font-size: clamp(1.25rem, 2.6vw, 1.75rem);
    font-weight: 700;
    line-height: 1.25;
}
.flora-tishrei-banner-text {
    font-family: inherit;
    font-size: .95rem;
    line-height: 1.5;
    opacity: .92;
}
.flora-tishrei-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-family: inherit;
    font-weight: 700;
    font-size: .95rem;
    animation: floraTishreiPulse 2.4s ease-in-out infinite;
}
.flora-tishrei-home-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
}
.flora-tishrei-home-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2d5c8;
    color: #5a4030;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}
.flora-tishrei-home-link:hover,
.flora-tishrei-home-link:focus {
    background: #f7efe7;
    color: #3d2a20;
    text-decoration: none;
    transform: translateY(-1px);
}
.flora-tishrei-home-link--alt {
    border-color: #c9d4b8;
    color: #3f5230;
}
@keyframes floraTishreiFloat {
    0%, 100% { transform: scale(1.02) translateY(0); }
    50% { transform: scale(1.06) translateY(-4px); }
}
@keyframes floraTishreiShimmer {
    0% { background-position: 120% 0; }
    100% { background-position: -40% 0; }
}
@keyframes floraTishreiPulse {
    0%, 100% { opacity: 1; transform: translateX(0); }
    50% { opacity: .88; transform: translateX(-3px); }
}
@media (max-width: 767px) {
    .flora-tishrei-banner {
        grid-template-columns: 1fr;
    }
    .flora-tishrei-banner-media {
        min-height: 160px;
        max-height: 200px;
    }
}

/* Below-fold sections: faster initial paint on mobile */
.flora-story,
.flora-seo-hub {
    content-visibility: auto;
    contain-intrinsic-size: auto 480px;
}
