.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;
        }

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