/* ==========================================================================
   HIVE-2-BOTTLE — Home Three "Raw & Rooted"
   Organic wellness aesthetic: warm paper + honey amber + deep olive green,
   Fraunces editorial serif. Fully page-scoped under .h3-scope so it works
   under the default light navbar/footer.
   ========================================================================== */

.h3-scope {
    --h3-paper:  #fdfbf6;
    --h3-cream:  #f6efe2;
    --h3-honey:  #f2a900;
    --h3-honey2: #ffbe3d;
    --h3-ink:    #241d14;
    --h3-muted:  #7a6b57;
    --h3-green:  #2f4a34;
    --h3-green2: #3d5a45;
    --h3-sage:   #e7efe6;
    background: var(--h3-paper);
    color: var(--h3-ink);
    font-family: 'Inter', system-ui, sans-serif;
    overflow-x: clip;
}
.h3-scope h1, .h3-scope h2, .h3-scope h3, .h3-scope .h3-display {
    font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
    color: var(--h3-ink); font-weight: 600; letter-spacing: -0.015em; line-height: 1.05;
}
.h3-scope p { color: var(--h3-muted); }

/* ---------- Shared bits ---------- */
.h3-scope .h3-eyebrow {
    display: inline-flex; align-items: center; gap: .55rem;
    background: var(--h3-sage); color: var(--h3-green);
    padding: .4rem .9rem; border-radius: 100px;
    font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.h3-scope .h3-eyebrow i { color: var(--h3-honey); }
.h3-scope .h3-mark {
    position: relative; white-space: nowrap; color: var(--h3-ink);
    background: linear-gradient(transparent 62%, rgba(242,169,0,.42) 62%);
}
.h3-scope .h3-section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.h3-scope .h3-sechead { max-width: 40rem; }
.h3-scope .h3-sechead h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin: .8rem 0 0; }

/* Buttons */
.h3-scope .h3-btn, .h3-scope .h3-btn-ghost, .h3-scope .h3-btn-dark {
    display: inline-flex; align-items: center; gap: .55rem;
    padding: .9rem 1.7rem; border-radius: 100px; font-weight: 600; font-size: .95rem;
    text-decoration: none; border: 1.5px solid transparent;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.h3-scope .h3-btn { background: var(--h3-honey); color: #2a1d0c; box-shadow: 0 12px 26px rgba(242,169,0,.32); }
.h3-scope .h3-btn:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(242,169,0,.42); }
.h3-scope .h3-btn-dark { background: var(--h3-green); color: #f3f7f2; }
.h3-scope .h3-btn-dark:hover { transform: translateY(-3px); background: var(--h3-green2); }
.h3-scope .h3-btn-ghost { border-color: rgba(47,74,52,.28); color: var(--h3-green); }
.h3-scope .h3-btn-ghost:hover { background: var(--h3-sage); transform: translateY(-3px); }

/* ===================== HERO ===================== */
.h3-scope .h3-hero { position: relative; padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 5.5rem); }
.h3-scope .h3-hero::before {
    content: ""; position: absolute; top: -12%; right: -8%; width: 46vw; height: 46vw; max-width: 620px; max-height: 620px;
    background: radial-gradient(circle, rgba(242,169,0,.14), transparent 65%); border-radius: 50%; z-index: 0;
}
.h3-scope .h3-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.h3-scope .h3-headline { font-size: clamp(2.6rem, 6.2vw, 5.2rem); margin: 1.3rem 0; }
.h3-scope .h3-headline em { font-style: italic; color: var(--h3-green); }
.h3-scope .h3-lead { font-size: clamp(1.02rem, 1.5vw, 1.22rem); max-width: 32rem; margin-bottom: 1.9rem; }
.h3-scope .h3-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 2.4rem; }
.h3-scope .h3-ministats { display: flex; gap: 2.2rem; flex-wrap: wrap; }
.h3-scope .h3-ministats .n { font-family: 'Fraunces', serif; font-size: 1.9rem; color: var(--h3-ink); line-height: 1; }
.h3-scope .h3-ministats .l { font-size: .82rem; color: var(--h3-muted); }

/* Hero media: organic image + rotating seal */
.h3-scope .h3-hero-media { position: relative; }
.h3-scope .h3-hero-img {
    width: 100%; aspect-ratio: 4/4.4; object-fit: cover;
    border-radius: 46% 54% 48% 52% / 40% 44% 56% 60%;
    box-shadow: 0 40px 80px rgba(47,74,52,.22);
}
.h3-scope .h3-blob {
    position: absolute; inset: 6% -4% -6% 6%; z-index: -1;
    background: var(--h3-sage);
    border-radius: 54% 46% 52% 48% / 56% 60% 40% 44%;
}
.h3-scope .h3-seal {
    position: absolute; left: -6%; bottom: 8%; width: 118px; height: 118px;
    display: grid; place-items: center; border-radius: 50%;
    background: var(--h3-green); color: #f3f7f2; text-align: center;
    box-shadow: 0 18px 40px rgba(47,74,52,.35);
}
.h3-scope .h3-seal .seal-in { font-family: 'Fraunces', serif; }
.h3-scope .h3-seal .seal-in b { display: block; font-size: 1.55rem; line-height: 1; }
.h3-scope .h3-seal .seal-in small { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--h3-honey2); }
.h3-scope .h3-seal::after {
    content: ""; position: absolute; inset: -9px; border-radius: 50%;
    border: 2px dashed rgba(255,190,61,.6); animation: h3spin 14s linear infinite;
}
@keyframes h3spin { to { transform: rotate(360deg); } }

/* ===================== BENEFITS STRIP ===================== */
.h3-scope .h3-benefits {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
    background: var(--h3-cream); border-radius: 24px; padding: 1.6rem;
}
.h3-scope .h3-benefit { display: flex; gap: .85rem; align-items: flex-start; padding: .4rem .6rem; }
.h3-scope .h3-benefit i {
    flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
    background: #fff; color: var(--h3-green); font-size: 1.2rem; box-shadow: 0 6px 16px rgba(47,74,52,.08);
}
.h3-scope .h3-benefit b { display: block; color: var(--h3-ink); font-size: .96rem; }
.h3-scope .h3-benefit span { font-size: .84rem; color: var(--h3-muted); }

/* ===================== BENTO FEATURED ===================== */
.h3-scope .h3-bento {
    display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(190px, 1fr);
    grid-auto-flow: dense; gap: 1.1rem;
}
.h3-scope .h3-tile {
    position: relative; overflow: hidden; border-radius: 22px; cursor: pointer;
    background: var(--h3-cream); display: flex; flex-direction: column; text-decoration: none;
    box-shadow: 0 12px 30px rgba(36,29,20,.06); transition: transform .3s ease, box-shadow .3s ease;
}
.h3-scope .h3-tile:hover { transform: translateY(-6px); box-shadow: 0 26px 50px rgba(36,29,20,.14); }
.h3-scope .h3-tile--lg { grid-column: span 2; grid-row: span 2; }
.h3-scope .h3-tile-img { position: relative; flex: 1; overflow: hidden; background: #efe6d5; }
.h3-scope .h3-tile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.h3-scope .h3-tile:hover .h3-tile-img img { transform: scale(1.06); }
.h3-scope .h3-tag {
    position: absolute; top: .8rem; left: .8rem; z-index: 2;
    background: rgba(253,251,246,.92); color: var(--h3-green);
    font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    padding: .3rem .7rem; border-radius: 100px;
}
.h3-scope .h3-tile-body {
    display: flex; align-items: center; justify-content: space-between; gap: .6rem;
    padding: .9rem 1.05rem 1.05rem; background: #fff;
}
.h3-scope .h3-tile-body .nm { font-family: 'Fraunces', serif; font-size: 1.02rem; color: var(--h3-ink); line-height: 1.15; }
.h3-scope .h3-tile--lg .h3-tile-body .nm { font-size: 1.3rem; }
.h3-scope .h3-tile-body .pr { font-size: .82rem; color: var(--h3-muted); }
.h3-scope .h3-add {
    flex: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
    background: var(--h3-honey); color: #2a1d0c; font-size: 1.05rem; transition: transform .2s ease;
}
.h3-scope .h3-tile:hover .h3-add { transform: rotate(90deg) scale(1.05); }

/* ===================== GREEN STORY BAND ===================== */
.h3-scope .h3-band {
    background:
        radial-gradient(circle at 12% 15%, rgba(255,190,61,.16), transparent 40%),
        var(--h3-green);
    color: #eaf1e8; border-radius: 32px; padding: clamp(2.5rem, 5vw, 4.5rem);
}
.h3-scope .h3-band h2 { color: #fff; }
.h3-scope .h3-band p { color: #cadbc7; }
.h3-scope .h3-band .h3-eyebrow { background: rgba(255,255,255,.12); color: #eaf1e8; }
.h3-scope .h3-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 2.5rem; }
.h3-scope .h3-step { position: relative; padding-top: 1.2rem; border-top: 2px solid rgba(255,255,255,.18); }
.h3-scope .h3-step .no { font-family: 'Fraunces', serif; color: var(--h3-honey2); font-size: 1.05rem; }
.h3-scope .h3-step h3 { color: #fff; font-size: 1.3rem; margin: .3rem 0 .5rem; }
.h3-scope .h3-step p { color: #cadbc7; font-size: .92rem; margin: 0; }

/* ===================== CATEGORY PILLS ===================== */
.h3-scope .h3-cats { display: flex; flex-wrap: wrap; gap: .9rem; }
.h3-scope .h3-catpill {
    display: inline-flex; align-items: center; gap: .7rem; text-decoration: none;
    background: var(--h3-cream); color: var(--h3-ink); border: 1px solid transparent;
    padding: .8rem 1.3rem; border-radius: 100px; font-weight: 600;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.h3-scope .h3-catpill:hover { transform: translateY(-3px); border-color: var(--h3-honey); background: #fff; }
.h3-scope .h3-catpill i { color: var(--h3-honey); }
.h3-scope .h3-catpill .c { background: var(--h3-sage); color: var(--h3-green); font-size: .74rem; padding: .1rem .5rem; border-radius: 100px; }

/* ===================== CTA BLOCK ===================== */
.h3-scope .h3-ctablock {
    background:
        radial-gradient(circle at 85% 20%, rgba(255,190,61,.18), transparent 45%),
        var(--h3-green); color: #eaf1e8;
    border-radius: 32px; padding: clamp(2.5rem, 5vw, 4.5rem); text-align: center;
}
.h3-scope .h3-ctablock h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); }
.h3-scope .h3-ctablock p { color: #cadbc7; max-width: 34rem; margin-inline: auto; }
.h3-scope .h3-ctablock .h3-btn-ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.h3-scope .h3-ctablock .h3-btn-ghost:hover { background: rgba(255,255,255,.12); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 991px) {
    .h3-scope .h3-hero-grid { grid-template-columns: 1fr; }
    .h3-scope .h3-hero-media { max-width: 460px; margin-inline: auto; }
    .h3-scope .h3-benefits { grid-template-columns: repeat(2, 1fr); }
    .h3-scope .h3-bento { grid-template-columns: repeat(2, 1fr); }
    .h3-scope .h3-tile--lg { grid-column: span 2; grid-row: span 1; }
    .h3-scope .h3-steps { grid-template-columns: 1fr; gap: 1.2rem; }
}
@media (max-width: 575px) {
    .h3-scope .h3-benefits { grid-template-columns: 1fr; }
    .h3-scope .h3-ministats { gap: 1.4rem; }
}
