:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --soft:#f7f7f6;
  --soft-2:#f2f1ee;
  --ink:#252525;
  --muted:#6f716f;
  --line:#e7e6e2;
  --accent:#f4a024;
  --secondary:#f3e7c8;
  --accent-ink:#241708;
  --success:#218a55;
  --danger:#b42318;
  --radius:20px;
  --radius-sm:13px;
  --shadow:0 14px 35px rgba(24,24,22,.08);
  --shadow-soft:0 7px 22px rgba(24,24,22,.06)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Heebo,Arial,sans-serif;line-height:1.65;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
svg{display:block}
.container{width:min(1280px,calc(100% - 40px));margin-inline:auto}
.narrow{width:min(850px,calc(100% - 40px));margin-inline:auto}
.section{padding:88px 0}
.skip-link{position:fixed;top:-100px;right:20px;z-index:1000;background:#111;color:#fff;padding:12px 16px;border-radius:10px}.skip-link:focus{top:18px}
:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 55%,transparent);outline-offset:3px}

/* Header */
.topbar{background:#252525;color:#fff;font-size:12px}.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar-trust{color:rgba(255,255,255,.68)}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);backdrop-filter:blur(16px);transition:box-shadow .25s ease,background .25s ease}.site-header.scrolled{background:rgba(255,255,255,.97);box-shadow:0 10px 30px rgba(22,22,20,.07)}
.header-inner{height:82px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;font-size:27px;font-weight:700;letter-spacing:-.05em;white-space:nowrap}.brand b,.footer-brand b{color:var(--accent)}.brand img{max-height:48px;width:auto}
.desktop-nav{display:flex;align-items:center;gap:4px;white-space:nowrap}.desktop-nav a{padding:9px 11px;border-radius:10px;font-size:14px;font-weight:500;color:#535552;transition:.2s}.desktop-nav a:hover{background:var(--soft);color:var(--ink)}
.header-search{position:relative;flex:1;max-width:420px;margin-inline-start:auto}.header-search svg,.mobile-search svg,.input-with-icon svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;fill:none;stroke:#878984;stroke-width:1.8;stroke-linecap:round}.header-search input,.mobile-search input{width:100%;height:43px;border:1px solid #dcdcd8;border-radius:999px;background:#fff;padding:0 44px 0 16px;outline:none;transition:.2s}.header-search input:focus,.mobile-search input:focus{border-color:#aaa;box-shadow:0 0 0 4px rgba(0,0,0,.035)}
.header-actions{display:flex;align-items:center;gap:8px}.round-action{width:43px;height:43px;border:1px solid var(--line);background:#fff;border-radius:999px;display:grid;place-items:center;transition:.2s}.round-action:hover{background:var(--soft);border-color:#d5d4d0}.round-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.search-toggle,.menu-toggle{display:none}.icon-close{display:none}.menu-toggle[aria-expanded=true] .icon-menu{display:none}.menu-toggle[aria-expanded=true] .icon-close{display:block}
.header-whatsapp{gap:8px;padding-inline:17px}.header-whatsapp svg,.whatsapp-order svg{width:19px;height:19px;fill:currentColor}
.mobile-search{padding:0 0 15px}.mobile-search form{position:relative}.mobile-menu{background:#fff;border-top:1px solid var(--line)}.mobile-menu-inner{padding-top:12px;padding-bottom:22px}.mobile-menu a:not(.btn){display:flex;align-items:center;justify-content:space-between;padding:14px 4px;border-bottom:1px solid var(--line);font-weight:600}.mobile-contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}

/* Shared UI */
.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;padding:10px 18px;border:1px solid transparent;font-weight:650;font-size:14px;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 6px 16px color-mix(in srgb,var(--accent) 24%,transparent)}.btn-primary:hover{filter:saturate(1.06);box-shadow:0 9px 20px color-mix(in srgb,var(--accent) 30%,transparent)}.btn-dark{background:#252525;color:#fff}.btn-outline{background:#fff;border-color:#d9d9d5;color:var(--ink)}.btn-outline:hover{background:var(--soft)}.btn-ghost{background:transparent;color:var(--ink)}.btn-lg{min-height:52px;padding:13px 23px;font-size:15px}.btn.full,.full{width:100%}
.section-kicker{display:block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a6a2f;margin-bottom:9px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:34px}.bloom-heading h2,.faq-intro h2,.promo-copy h2,.final-cta h2,.contact-info h2,.bloom-form-card h2,.bloom-content-card h2{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.035em;margin:0 0 10px}.bloom-heading p{color:var(--muted);margin:0;max-width:600px}.view-all-link,.article-link{display:inline-flex;align-items:center;gap:8px;font-weight:650;color:#4f514e}.view-all-link:hover,.article-link:hover{color:#9a650f}
.empty-state{grid-column:1/-1;text-align:center;padding:70px 20px;background:var(--soft);border:1px dashed #d9d8d3;border-radius:var(--radius)}.empty-state>div{font-size:54px;line-height:1}.empty-state h2{margin:12px 0 5px}.empty-state p{color:var(--muted)}

/* Homepage */
.bloom-hero{background:linear-gradient(180deg,#fffaf1 0%,#fff 100%);border-bottom:1px solid #f0ece3}.bloom-hero-inner{padding:98px 0 72px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid #e8dfce;background:#fff;border-radius:999px;color:#706b62;font-size:13px;box-shadow:var(--shadow-soft)}.hero-badge span{width:8px;height:8px;border-radius:50%;background:var(--accent)}.bloom-hero h1{font-size:clamp(52px,7vw,82px);line-height:1.02;letter-spacing:-.055em;max-width:940px;margin:23px auto 18px;text-wrap:balance}.bloom-hero p{font-size:19px;color:#666861;max-width:720px;margin:0 auto}.hero-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:30px}.hero-trust{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:34px;color:#6e706b;font-size:13px}.hero-trust b{color:var(--success)}
.category-nav-section{border-bottom:1px solid var(--line);background:#fff}.category-nav{min-height:76px;display:flex;align-items:center;gap:10px;overflow:auto;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-nav-label{font-weight:700;margin-left:5px;white-space:nowrap}.category-pill{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-height:38px;padding:8px 15px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#666863;font-size:13px;font-weight:600;transition:.2s}.category-pill:hover,.category-pill.active{background:#252525;border-color:#252525;color:#fff}
.section-products{background:#fff}.bloom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.promo-section{padding-top:40px}.promo-card{min-height:490px;background:#f5efe3;border-radius:30px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:64px 70px;overflow:hidden}.promo-copy p{font-size:17px;color:#686962;max-width:570px;margin-bottom:26px}.promo-visual{height:360px;position:relative;display:grid;place-items:center}.promo-phone{width:270px;height:350px;border:8px solid #272725;border-radius:38px;background:#f4f6f2;padding:45px 16px 16px;box-shadow:0 30px 55px rgba(40,35,24,.18);transform:rotate(-3deg);position:relative;z-index:2}.phone-top{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:90px;height:16px;border-radius:999px;background:#272725}.message{padding:10px 12px;border-radius:12px;font-size:12px;margin-bottom:13px;box-shadow:0 6px 16px rgba(0,0,0,.05)}.message-one,.message-three{background:#fff;margin-left:26px}.message-two{background:#dff3df;margin-right:22px}.floating-dot{position:absolute;border-radius:50%}.dot-one{width:90px;height:90px;background:var(--accent);right:8%;top:5%}.dot-two{width:62px;height:62px;background:#8fc4bb;left:9%;bottom:12%}.dot-three{width:32px;height:32px;background:#e4a1ad;right:18%;bottom:4%}
.features-section{padding-top:35px}.bloom-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bloom-features article{display:flex;gap:16px;padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff}.feature-icon{flex:0 0 43px;width:43px;height:43px;border-radius:12px;background:#fff2d8;color:#8a5d15;display:grid;place-items:center;font-weight:800;font-size:12px}.bloom-features h3{margin:0 0 3px;font-size:17px}.bloom-features p{margin:0;color:var(--muted);font-size:14px}
.blog-home-section{background:var(--soft)}.bloom-articles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.faq-home-section{background:#fff}.faq-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:80px;align-items:start}.faq-intro{position:sticky;top:125px}.faq-intro p{color:var(--muted);margin-bottom:22px}.bloom-accordion details{border-bottom:1px solid var(--line)}.bloom-accordion details:first-child{border-top:1px solid var(--line)}.bloom-accordion summary{list-style:none;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:21px 0;font-size:17px;font-weight:650;cursor:pointer}.bloom-accordion summary::-webkit-details-marker{display:none}.bloom-accordion summary span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--soft);font-size:19px;flex:0 0 auto}.bloom-accordion details>div{color:var(--muted);padding:0 46px 20px 0}.bloom-accordion p{margin-top:0}
.final-cta-section{padding-top:30px}.final-cta{background:#252525;color:#fff;border-radius:26px;padding:54px 58px;display:flex;justify-content:space-between;align-items:center;gap:35px}.final-cta h2{margin-bottom:8px}.final-cta p{margin:0;color:rgba(255,255,255,.66)}.final-cta-actions{display:flex;gap:10px;flex-wrap:wrap}.final-cta .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.25)}

/* Cards */
.bloom-product-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s;min-width:0}.bloom-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d8d7d2}.product-media-wrap{padding:10px 10px 0}.product-media{position:relative;display:grid;place-items:center;aspect-ratio:1.05/1;border-radius:15px;background:color-mix(in srgb,var(--card-tint) 36%,#f6f6f4);overflow:hidden}.product-media img{width:88%;height:88%;object-fit:contain;transition:transform .35s}.bloom-product-card:hover .product-media img{transform:scale(1.045)}.badge{position:absolute;top:12px;right:12px;z-index:2;background:#fff;color:#343532;border:1px solid rgba(0,0,0,.07);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;box-shadow:var(--shadow-soft)}.quick-view{position:absolute;left:50%;bottom:14px;transform:translate(-50%,10px);opacity:0;background:rgba(255,255,255,.95);border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:650;transition:.25s;white-space:nowrap}.bloom-product-card:hover .quick-view{opacity:1;transform:translate(-50%,0)}.no-image{width:78%;height:78%;display:grid;place-content:center;text-align:center;color:#484943}.no-image span{font-family:'Frank Ruhl Libre',serif;font-size:90px;line-height:.85}.no-image small{margin-top:12px;font-weight:700;color:#777972}.product-info{padding:18px 19px 20px}.product-meta,.article-meta,.product-top-meta{display:flex;justify-content:space-between;gap:16px;color:#8a8c87;font-size:11px;text-transform:uppercase;letter-spacing:.055em}.product-info h3{font-size:19px;line-height:1.28;margin:7px 0 5px}.product-info h3 a:hover{color:#a56d14}.product-info p{margin:0 0 12px;color:var(--muted);font-size:13px;min-height:42px}.price-row{display:flex;align-items:center;gap:9px}.price-row strong{font-size:20px}.price-row del{color:#969893;font-size:14px}.tier-preview{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.tier-preview span{font-size:11px;border-radius:999px;background:var(--soft);padding:5px 8px;color:#676963}.card-actions{display:grid;grid-template-columns:1fr 1.15fr;gap:8px;margin-top:15px}.card-actions .btn{padding-inline:10px}
.bloom-article-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s}.bloom-article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.article-image{display:block;aspect-ratio:1.55;overflow:hidden;background:#eee}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.bloom-article-card:hover .article-image img{transform:scale(1.035)}.article-placeholder{height:100%;display:flex;align-items:center;justify-content:space-between;padding:30px;background:#f2e7ca}.article-placeholder span{font-weight:700}.article-placeholder b{font-family:'Frank Ruhl Libre',serif;font-size:80px}.article-body{padding:21px}.article-body h3{font-size:24px;line-height:1.25;letter-spacing:-.025em;margin:9px 0}.article-body p{color:var(--muted);font-size:14px;margin:0 0 15px}.article-link{font-size:13px}

/* Page hero and catalog */
.bloom-page-hero,.category-page-hero{background:#faf9f6;border-bottom:1px solid var(--line);padding:72px 0}.bloom-page-hero h1,.category-page-hero h1{font-size:clamp(44px,6vw,68px);line-height:1.05;letter-spacing:-.05em;margin:0 0 10px}.bloom-page-hero p,.category-page-hero p{font-size:17px;color:var(--muted);margin:0;max-width:680px}.category-page-hero{background:color-mix(in srgb,var(--category-tint,#f3ead5) 32%,#fff)}.category-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:40px}.category-hero-mark{justify-self:end;width:220px;height:220px;border-radius:28px;background:color-mix(in srgb,var(--category-tint,#ead5a5) 66%,#fff);display:grid;place-items:center;font-family:'Frank Ruhl Libre',serif;font-size:110px;font-weight:700}
.catalog-section{padding-top:62px}.catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:36px;align-items:start}.bloom-filters{position:sticky;top:116px;border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff}.filters-heading{display:flex;justify-content:space-between;gap:10px;margin-bottom:20px}.filters-heading h2{font-size:20px;line-height:1.25;margin:0}.filter-close{display:none;border:0;background:transparent;font-size:30px}.bloom-filters form{display:grid;gap:15px}.bloom-filters label,.bloom-form-card label{display:grid;gap:7px;font-size:13px;font-weight:650}.bloom-filters input,.bloom-filters select,.bloom-form-card input,.bloom-form-card select,.bloom-form-card textarea,.blog-search input{width:100%;border:1px solid #dadad6;border-radius:10px;background:#fff;padding:11px 12px;outline:none}.bloom-filters input:focus,.bloom-filters select:focus,.bloom-form-card input:focus,.bloom-form-card select:focus,.bloom-form-card textarea:focus,.blog-search input:focus{border-color:#aaa;box-shadow:0 0 0 4px rgba(0,0,0,.035)}.input-with-icon{position:relative}.input-with-icon input{padding-right:40px}.price-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:8px!important}.check input{width:17px;height:17px;accent-color:var(--accent)}.clear-filters{text-align:center;color:#777973;font-size:13px;text-decoration:underline}.catalog-results .bloom-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-toolbar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;color:#6f716c;font-size:14px}.catalog-toolbar b{color:var(--ink)}.filter-open{display:none}.filter-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:98}.seo-copy{margin-top:70px}.bloom-content-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px}.seo-copy p{color:var(--muted)}

/* Product detail */
.product-page{padding-top:34px}.bloom-breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#858781;font-size:12px;margin-bottom:25px}.bloom-breadcrumbs a:hover{color:var(--ink)}.bloom-product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:56px;align-items:start}.bloom-gallery{min-width:0}.main-product-image{position:relative;aspect-ratio:1;border-radius:24px;background:color-mix(in srgb,var(--card-tint) 36%,#f5f5f2);display:grid;place-items:center;overflow:hidden}.main-product-image>img{width:90%;height:90%;object-fit:contain}.detail-placeholder{width:100%;height:100%}.detail-placeholder span{font-size:150px}.product-badge{top:18px;right:18px}.thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:2px}.thumb{flex:0 0 80px;width:80px;height:80px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:5px;overflow:hidden}.thumb.active{border-color:#777;box-shadow:0 0 0 2px rgba(0,0,0,.06)}.thumb img{width:100%;height:100%;object-fit:contain}.bloom-product-summary{position:sticky;top:118px}.product-top-meta a{color:#a56d14}.bloom-product-summary h1{font-size:clamp(40px,5vw,60px);line-height:1.04;letter-spacing:-.045em;margin:8px 0 13px}.lead{font-size:17px;color:var(--muted);margin:0}.rating-row{display:flex;align-items:center;gap:12px;color:#8a8c87;font-size:12px;margin-top:14px}.stars{color:#e69b1d;letter-spacing:1px}.product-price{display:flex;align-items:center;gap:11px;margin:24px 0 7px}.product-price strong{font-size:32px}.product-price del{color:#9a9b97}.sale-chip{font-size:11px;font-weight:700;background:#fee7df;color:#a93b21;padding:5px 8px;border-radius:999px}.stock{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:#52705f}.stock>span{width:8px;height:8px;border-radius:50%;background:var(--success)}.stock-out_of_stock{color:var(--danger)}.stock-out_of_stock>span{background:var(--danger)}.bloom-tiers{margin-top:27px}.tiers-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:12px}.tiers-heading h2{font-size:20px;margin:0}.tiers-heading>span{font-size:12px;color:var(--muted)}.tier-list{display:grid;gap:9px}.tier-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid #dcdcd8;border-radius:13px;padding:14px;cursor:pointer;transition:.2s}.tier-card:hover{border-color:#bdbdb8}.tier-card input{position:absolute;opacity:0;pointer-events:none}.tier-card:has(input:checked){border-color:#8c671e;box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 25%,transparent);background:#fffaf0}.tier-radio{width:19px;height:19px;border:1.5px solid #adada8;border-radius:50%;display:grid;place-items:center}.tier-card:has(input:checked) .tier-radio:after{content:"";width:9px;height:9px;border-radius:50%;background:var(--accent)}.tier-main,.tier-end{display:grid}.tier-main small,.tier-end small{color:var(--muted);font-size:11px}.tier-end{text-align:left}.tier-end strong{font-size:18px}.tier-card em{position:absolute;top:-9px;left:13px;background:#252525;color:#fff;border-radius:999px;padding:3px 8px;font-style:normal;font-size:9px;font-weight:700}.selected-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:16px 0}.selected-summary>div{background:#fafafa;padding:11px;display:grid;gap:2px}.selected-summary span{font-size:10px;color:var(--muted)}.selected-summary b{font-size:13px}.whatsapp-order{gap:9px;margin-bottom:9px}.product-assurances{display:flex;flex-wrap:wrap;gap:10px 16px;color:#777973;font-size:11px;margin-top:16px}.legal-note{margin-top:18px;padding:14px 15px;background:#fff8e8;border:1px solid #eedeb7;border-radius:12px;color:#6b5b37;font-size:13px}.legal-note b{display:block;color:#47391c}.legal-note p{margin:4px 0 0}.product-content-section{background:var(--soft)}.bloom-content-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.product-description .prose{color:#555751}.product-facts h2{font-size:30px}.feature-line{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.feature-line>div{display:grid}.feature-line>div span{color:var(--muted);font-size:13px}.feature-check{width:28px;height:28px;border-radius:50%;background:#e8f5ec;color:var(--success);display:grid;place-items:center;font-weight:700;flex:0 0 auto}.spec-line{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.spec-line span{color:var(--muted)}.related-section{background:#fff}

/* Blog */
.blog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:30px}.category-pills{display:flex;gap:8px;flex-wrap:wrap}.blog-search{display:flex;gap:8px}.blog-search input{min-width:220px}.blog-search button{border:0;border-radius:10px;background:#252525;color:#fff;padding:0 16px}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bloom-post .post-header{padding:48px 0 42px}.post-header-inner{max-width:870px;margin-inline:auto;text-align:center}.post-header .article-meta{justify-content:center;gap:16px}.post-header h1{font-size:clamp(46px,6vw,74px);line-height:1.05;letter-spacing:-.05em;margin:16px auto 15px}.post-header p{font-size:19px;color:var(--muted);max-width:720px;margin:0 auto}.post-author{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:23px}.author-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f4e5c5;font-weight:700}.post-author>div:last-child{display:grid;text-align:right}.post-author span{color:var(--muted);font-size:12px}.post-cover img{width:100%;max-height:700px;object-fit:cover;border-radius:24px}.post-layout{display:grid;grid-template-columns:minmax(0,760px) 285px;justify-content:center;gap:65px;padding-top:62px;padding-bottom:92px}.bloom-prose{font-size:17px;line-height:1.9}.bloom-prose h2{font-size:34px;line-height:1.2;margin-top:46px}.bloom-prose h3{font-size:25px;margin-top:32px}.bloom-prose p{color:#51534f}.bloom-prose a{color:#9a650f;text-decoration:underline}.sticky-card{position:sticky;top:122px;border:1px solid var(--line);border-radius:18px;background:#fff8e8;padding:24px}.sticky-card h2{font-size:25px;line-height:1.2;margin:0 0 8px}.sticky-card p{color:var(--muted);font-size:14px}

/* Contact and forms */
.contact-hero{text-align:center}.contact-hero p{margin-inline:auto}.bloom-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.contact-info>p{color:var(--muted);font-size:16px}.contact-cards{display:grid;gap:10px;margin:26px 0}.contact-card{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}.contact-card:hover{border-color:#cfcfca}.contact-icon{width:42px;height:42px;border-radius:12px;background:#fff3dd;display:grid;place-items:center;font-weight:700;color:#8b5b13}.contact-card>div:last-child{display:grid}.contact-card span{font-size:11px;color:var(--muted)}.contact-card b{font-size:14px}.contact-card small{color:#999a96}.bloom-form-card{box-shadow:var(--shadow-soft);padding:32px}.bloom-form-card>p{color:var(--muted);margin-top:-2px}.bloom-form-card form{display:grid;gap:15px;margin-top:22px}.bloom-form-card textarea{resize:vertical;min-height:130px}.bloom-form-card label:has(input[type=checkbox]){display:flex;grid-template-columns:auto 1fr;align-items:center}.bloom-form-card input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.error{color:var(--danger)}.form-note{color:#8a8c87;text-align:center}.alerts{padding-top:14px}.alert{background:#e8f5ec;border:1px solid #cce4d3;color:#315d40;padding:12px 15px;border-radius:11px}

/* Footer */
.site-footer{border-top:1px solid var(--line);background:#fff;padding-top:68px}.footer-top{display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:52px;padding-bottom:48px}.footer-intro p{color:var(--muted);max-width:350px}.footer-brand{font-size:30px;font-weight:700;letter-spacing:-.05em}.footer-socials{display:flex;gap:8px;margin-top:20px}.footer-socials a{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:11px;font-weight:700}.footer-column{display:flex;flex-direction:column;gap:8px}.footer-column h2{font-size:14px;margin:5px 0 8px}.footer-column a,.footer-column p{color:#777974;font-size:13px;margin:0}.footer-column a:hover{color:var(--ink)}.footer-contact a,.footer-contact p{display:grid}.footer-contact span{font-size:10px;color:#a1a29f;text-transform:uppercase;letter-spacing:.07em}.footer-bottom{border-top:1px solid var(--line);min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#8a8c87;font-size:11px}

/* Misc */
.bloom-pagination{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:42px}.bloom-pagination a,.bloom-pagination .disabled,.bloom-pagination .page-current{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center}.bloom-pagination a:hover{background:var(--soft)}.bloom-pagination .page-current{background:#252525;color:#fff;border-color:#252525}.bloom-pagination .disabled{opacity:.38}.page-total{font-size:12px;color:var(--muted)}.selection-card{max-width:760px}.selection-row{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}.selection-row>div{display:grid}.selection-row span{color:var(--muted);font-size:13px}.selection-card>.btn{margin-top:24px}.error-page{min-height:68vh;display:grid;place-items:center;text-align:center;padding:70px 0}.error-code{font-size:clamp(90px,17vw,190px);font-weight:800;line-height:.8;color:#f2e1bc;letter-spacing:-.08em}.error-page h1{font-size:38px;margin:23px 0 6px}.error-page p{color:var(--muted)}.error-page .hero-actions{margin-top:20px}
.mobile-bottom{display:none}

@media (max-width:1120px){
  .desktop-nav{display:none}.menu-toggle{display:grid}.header-search{max-width:none}.bloom-grid,.catalog-results .bloom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promo-card{gap:35px;padding-inline:45px}.footer-top{grid-template-columns:1.5fr repeat(2,1fr)}.footer-column:last-child{grid-column:2/4}.bloom-product-detail{gap:35px}.catalog-layout{grid-template-columns:240px minmax(0,1fr)}
}
@media (max-width:820px){
  body{padding-bottom:78px}.container,.narrow{width:min(100% - 28px,1280px)}.topbar-trust{display:none}.topbar-inner{justify-content:center}.header-inner{height:69px;gap:10px}.brand{font-size:23px}.header-search,.phone-action,.header-whatsapp{display:none}.header-actions{margin-right:auto}.search-toggle{display:grid}.bloom-hero-inner{padding:72px 0 54px}.bloom-hero h1{font-size:50px}.bloom-hero p{font-size:16px}.hero-trust{gap:13px}.section{padding:66px 0}.section-heading{align-items:flex-start}.bloom-grid,.catalog-results .bloom-grid{gap:14px}.promo-card{grid-template-columns:1fr;padding:42px 28px}.promo-visual{height:330px}.bloom-features{grid-template-columns:1fr 1fr}.bloom-articles,.blog-grid{grid-template-columns:1fr 1fr}.faq-layout,.bloom-contact-grid,.bloom-product-detail,.bloom-content-grid,.post-layout{grid-template-columns:1fr}.faq-intro,.bloom-product-summary,.sticky-card{position:static}.final-cta{align-items:flex-start;flex-direction:column;padding:40px 28px}.footer-top{grid-template-columns:1fr 1fr}.footer-intro{grid-column:1/-1}.footer-column:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:18px 0}.catalog-layout{grid-template-columns:1fr}.bloom-filters{position:fixed;top:0;bottom:0;right:0;z-index:99;width:min(88vw,360px);border-radius:0;transform:translateX(105%);transition:transform .25s;overflow:auto;padding-top:28px}.bloom-filters.open{transform:none}.filter-close,.filter-open{display:inline-flex}.catalog-toolbar{margin-bottom:17px}.filter-open{min-height:40px}.category-hero-grid{grid-template-columns:1fr}.category-hero-mark{display:none}.bloom-product-summary h1{font-size:43px}.post-header-inner{text-align:right}.post-header .article-meta,.post-author{justify-content:flex-start}.post-layout{padding-top:45px}.blog-toolbar{align-items:stretch;flex-direction:column}.blog-search input{min-width:0;flex:1}.mobile-bottom{position:fixed;bottom:0;left:0;right:0;z-index:89;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid var(--line);padding:7px 10px calc(7px + env(safe-area-inset-bottom));box-shadow:0 -8px 24px rgba(0,0,0,.06)}.mobile-bottom a{min-height:51px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:12px;font-size:10px}.mobile-bottom svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mobile-bottom .active{background:var(--accent);color:var(--accent-ink)}
}
@media (max-width:560px){
  .bloom-hero h1{font-size:42px}.hero-actions .btn{width:100%}.category-nav{min-height:67px}.section-heading{display:block}.view-all-link{margin-top:14px}.bloom-grid,.catalog-results .bloom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-media-wrap{padding:6px 6px 0}.product-info{padding:12px 11px 14px}.product-meta{display:none}.product-info h3{font-size:15px}.product-info p{display:none}.price-row strong{font-size:17px}.tier-preview{display:none}.card-actions{grid-template-columns:1fr}.card-actions .btn:first-child{display:none}.card-actions .btn{min-height:40px;font-size:12px}.badge{top:8px;right:8px;padding:4px 7px}.quick-view{display:none}.promo-copy h2,.final-cta h2,.faq-intro h2,.contact-info h2,.bloom-form-card h2,.bloom-content-card h2{font-size:32px}.promo-card{border-radius:20px}.promo-phone{width:230px;height:310px}.bloom-features{grid-template-columns:1fr}.bloom-articles,.blog-grid{grid-template-columns:1fr}.article-body h3{font-size:22px}.faq-layout{gap:36px}.final-cta-actions{width:100%}.final-cta-actions .btn{width:100%}.bloom-page-hero,.category-page-hero{padding:52px 0}.bloom-page-hero h1,.category-page-hero h1{font-size:43px}.catalog-toolbar{font-size:12px}.main-product-image{border-radius:17px}.bloom-product-summary h1{font-size:38px}.selected-summary{grid-template-columns:1fr}.selected-summary>div{grid-template-columns:1fr 1fr}.tiers-heading{align-items:flex-start;flex-direction:column}.tier-card{grid-template-columns:auto 1fr auto;padding:12px 10px}.tier-main b{font-size:13px}.tier-end strong{font-size:15px}.product-assurances{display:grid}.bloom-content-card{padding:24px 20px}.product-facts h2{font-size:28px}.post-header h1{font-size:41px}.post-header p{font-size:16px}.post-cover img{border-radius:16px}.bloom-prose{font-size:16px}.blog-search{display:grid;grid-template-columns:1fr auto}.contact-grid{gap:38px}.footer-top{grid-template-columns:1fr;gap:30px}.footer-intro,.footer-column:last-child{grid-column:auto}.footer-bottom{font-size:10px}.error-page h1{font-size:30px}
}
@media (max-width:360px){.bloom-grid,.catalog-results .bloom-grid{grid-template-columns:1fr}.product-info p{display:block;min-height:0}.card-actions{grid-template-columns:1fr 1fr}.card-actions .btn:first-child{display:inline-flex}}

/* Premium 404 page */
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.not-found-page{position:relative;overflow:hidden;padding:72px 0 84px;background:linear-gradient(180deg,#fffaf1 0%,#fff 72%);border-bottom:1px solid var(--line)}
.not-found-page::before{content:"";position:absolute;width:460px;height:460px;left:-260px;top:-210px;border-radius:50%;background:#f8e9c9;opacity:.58;filter:blur(1px)}
.not-found-shell{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);gap:74px;align-items:center;min-height:520px}
.not-found-copy{position:relative;z-index:3}
.not-found-kicker{display:inline-flex;align-items:center;gap:9px;color:#756b5e;font-size:13px;font-weight:700;letter-spacing:.03em}
.not-found-kicker span{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 17%,transparent)}
.not-found-copy h1{font-family:'Frank Ruhl Libre',serif;font-size:clamp(54px,6.2vw,86px);font-weight:700;line-height:.96;letter-spacing:-.055em;margin:21px 0 22px;text-wrap:balance}
.not-found-lead{max-width:620px;margin:0;color:#666860;font-size:18px;line-height:1.8}
.not-found-search{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;width:min(100%,590px);margin-top:29px;border:1px solid #dedbd4;border-radius:14px;background:#fff;padding:6px;box-shadow:0 14px 32px rgba(42,37,28,.07)}
.not-found-search>svg{position:absolute;right:18px;top:50%;width:20px;height:20px;transform:translateY(-50%);fill:none;stroke:#8a8b86;stroke-width:1.8;stroke-linecap:round}
.not-found-search input{width:100%;height:48px;border:0;outline:0;background:transparent;padding:0 45px 0 15px;min-width:0}
.not-found-search button{min-width:92px;height:44px;border:0;border-radius:10px;background:#252525;color:#fff;font-weight:700;transition:transform .2s,background .2s}
.not-found-search button:hover{background:#111;transform:translateY(-1px)}
.not-found-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.not-found-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.not-found-shortcuts{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:25px;color:#777970;font-size:13px}
.not-found-shortcuts span{color:#a09f99}
.not-found-shortcuts a{font-weight:650;border-bottom:1px solid #cbc7bd;transition:.2s}
.not-found-shortcuts a:hover{color:#95600f;border-color:#95600f}
.not-found-visual{position:relative;min-height:470px;display:grid;place-items:center;isolation:isolate}
.not-found-number{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;direction:ltr;color:#272724;font-family:'Frank Ruhl Libre',serif;font-size:clamp(128px,15vw,206px);font-weight:700;line-height:.8;letter-spacing:-.09em;text-shadow:0 12px 30px rgba(39,39,36,.08)}
.not-found-zero{width:.66em;height:.82em;display:grid;place-items:center;margin-inline:.035em;border-radius:50%;background:var(--accent);box-shadow:0 24px 50px color-mix(in srgb,var(--accent) 31%,transparent);transform:rotate(5deg)}
.not-found-zero svg{width:55%;height:55%;fill:none;stroke:#2d2418;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
.not-found-orbit{position:absolute;border-radius:50%;z-index:-1}
.orbit-one{width:360px;height:360px;background:#f5ead7;right:50%;top:50%;transform:translate(50%,-50%)}
.orbit-two{width:102px;height:102px;background:#a8cec4;right:7%;top:11%}
.orbit-three{width:58px;height:58px;background:#e6a7b0;left:8%;bottom:13%}
.not-found-card{position:absolute;z-index:4;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(35,35,32,.1);border-radius:16px;padding:12px 14px;box-shadow:0 16px 38px rgba(42,37,28,.11)}
.not-found-card>div:last-child{display:grid;line-height:1.3}
.not-found-card b{font-size:13px}
.not-found-card small{font-size:10px;color:#898a85;margin-top:3px}
.card-search{top:13%;left:0;transform:rotate(-4deg)}
.card-search-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:#e9d9f2}
.card-search-icon svg{width:22px;height:22px;fill:none;stroke:#493d50;stroke-width:1.8;stroke-linecap:round}
.card-product{bottom:7%;right:0;transform:rotate(3deg)}
.mini-product-art{width:48px;height:52px;position:relative;border-radius:11px;background:#f0d778;overflow:hidden}
.mini-product-art::before{content:"";position:absolute;width:23px;height:34px;left:50%;bottom:0;transform:translateX(-50%);border-radius:8px 8px 4px 4px;background:#fff}
.mini-product-art span{position:absolute;z-index:2;width:13px;height:5px;left:50%;top:15px;transform:translateX(-50%);border-radius:999px;background:#292926}
.not-found-tag{position:absolute;left:10%;top:9%;z-index:3;padding:8px 12px;border-radius:999px;background:#252525;color:#fff;font-size:11px;font-weight:700;transform:rotate(7deg)}
.not-found-help{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft);overflow:hidden}
.not-found-help>a{display:flex;align-items:center;gap:14px;min-height:105px;padding:22px 24px;border-left:1px solid var(--line);transition:background .2s}
.not-found-help>a:last-child{border-left:0}
.not-found-help>a:hover{background:#fffaf1}
.not-found-help-icon{flex:0 0 45px;width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:#fff1d5;color:#735019}
.not-found-help-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.not-found-help>a>span:last-child{display:grid}
.not-found-help b{font-size:15px}
.not-found-help small{font-size:12px;color:#858681;margin-top:2px}

@media (max-width:980px){
  .not-found-page{padding-top:50px}
  .not-found-shell{grid-template-columns:1fr;gap:30px;text-align:center}
  .not-found-lead,.not-found-search{margin-inline:auto}
  .not-found-actions,.not-found-shortcuts{justify-content:center}
  .not-found-visual{min-height:380px;order:-1}
  .not-found-number{font-size:170px}
  .orbit-one{width:310px;height:310px}
  .card-search{left:8%}.card-product{right:8%}
}
@media (max-width:700px){
  .not-found-page{padding:38px 0 64px}
  .not-found-shell{min-height:0}
  .not-found-visual{min-height:295px}
  .not-found-number{font-size:126px}
  .orbit-one{width:235px;height:235px}.orbit-two{width:70px;height:70px}.orbit-three{width:42px;height:42px}
  .not-found-card{padding:9px 10px}.not-found-card small{display:none}.not-found-card b{font-size:11px}.card-search-icon{width:36px;height:36px}.mini-product-art{width:39px;height:43px}
  .not-found-tag{left:4%;top:4%;font-size:9px}
  .not-found-copy h1{font-size:48px;margin-top:17px}
  .not-found-lead{font-size:16px}
  .not-found-search{grid-template-columns:1fr auto;margin-top:24px}.not-found-search button{min-width:78px}
  .not-found-actions{display:grid;grid-template-columns:1fr;width:100%}.not-found-actions .btn{width:100%}
  .not-found-shortcuts{gap:10px}
  .not-found-help{grid-template-columns:1fr}
  .not-found-help>a{min-height:88px;border-left:0;border-bottom:1px solid var(--line);padding:16px 18px;text-align:right}
  .not-found-help>a:last-child{border-bottom:0}
}
@media (max-width:390px){
  .not-found-visual{min-height:255px}.not-found-number{font-size:108px}.orbit-one{width:205px;height:205px}
  .card-search{left:0}.card-product{right:0}.not-found-tag{display:none}
  .not-found-copy h1{font-size:42px}
}
