:root{--bh-wine: #4A1B3D;--bh-wine-deep: #2C0E24;--bh-cream: #F9F1EA;--bh-cream-soft: #FDF7F2;--bh-berry: #8C2F5A;--bh-rose: #C77B96;--bh-rose-soft: #d99bb0;--bh-text: #1f1a1d;--bh-text-muted: #6a5560}.bh-page{background:var(--bh-cream);color:var(--bh-text);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.bh-hero{background:linear-gradient(135deg,var(--bh-wine) 0%,var(--bh-wine-deep) 100%);color:var(--bh-cream);position:relative;overflow:hidden}.bh-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 18% 28%,rgba(199,123,150,.1) 0%,transparent 42%),radial-gradient(circle at 82% 72%,rgba(199,123,150,.08) 0%,transparent 42%);pointer-events:none}.bh-hero-inner{max-width:1280px;margin:0 auto;padding:4rem 1.5rem 5rem;display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}@media(max-width:900px){.bh-hero-inner{grid-template-columns:1fr;gap:2.5rem;padding:3rem 1.5rem}}.bh-eyebrow{font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;letter-spacing:.18em;color:var(--bh-rose-soft);font-weight:600;text-transform:uppercase;margin-bottom:1.25rem}.bh-eyebrow-dark{color:var(--bh-berry)}.bh-h1{font-family:Playfair Display,Cormorant Garamond,Georgia,serif;font-size:clamp(2.5rem,5vw,4.25rem);line-height:1.05;font-weight:700;margin-bottom:1.5rem;color:var(--bh-cream)}.bh-h1 em{font-style:italic;color:var(--bh-rose-soft);font-weight:500}.bh-hero-tagline{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:clamp(1.25rem,2.2vw,1.6rem);color:var(--bh-rose-soft);margin:-.5rem 0 1.5rem;font-weight:400}.bh-hero-sub{font-size:1.05rem;margin-bottom:2rem;color:#f9f1ead9;max-width:34rem;line-height:1.6}.bh-hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--bh-rose);color:var(--bh-wine-deep);font-weight:700;font-size:.95rem;border-radius:999px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 4px 14px #c77b9659}.bh-hero-cta:hover{background:var(--bh-rose-soft);transform:translateY(-2px);box-shadow:0 6px 20px #c77b9680}.bh-hero-meta{margin-top:2rem;font-size:.8rem;color:#f9f1ea8c;letter-spacing:.05em}.bh-hero-art{position:relative;height:380px}@media(max-width:900px){.bh-hero-art{height:300px}}.bh-art-card{position:absolute;border-radius:16px;overflow:hidden;box-shadow:0 18px 40px #00000059;background:#fff;border:4px solid rgba(255,255,255,.9)}.bh-art-card img{width:100%;height:100%;object-fit:cover;display:block}.bh-art-1{width:56%;height:78%;top:8%;left:4%;transform:rotate(-5deg);z-index:3;animation:bh-float 9s ease-in-out infinite}.bh-art-2{width:44%;height:56%;top:2%;right:2%;transform:rotate(5deg);z-index:2;animation:bh-float 10s ease-in-out infinite 1s}.bh-art-3{width:40%;height:50%;bottom:2%;right:10%;transform:rotate(-3deg);z-index:4;animation:bh-float 8s ease-in-out infinite .5s}@keyframes bh-float{0%,to{transform:translateY(0) rotate(var(--r, 0deg))}50%{transform:translateY(-10px) rotate(var(--r, 0deg))}}.bh-art-1{--r: -5deg}.bh-art-2{--r: 5deg}.bh-art-3{--r: -3deg}.bh-trust{background:var(--bh-cream-soft);border-bottom:1px solid rgba(199,123,150,.18)}.bh-trust-inner{max-width:1280px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem}.bh-trust-item{display:flex;align-items:center;gap:.6rem;color:var(--bh-text);font-size:.9rem}.bh-trust-item svg{color:var(--bh-berry)}.bh-h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--bh-text);line-height:1.15;margin:2.5rem 0 .75rem}.bh-h2-center{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--bh-text);text-align:center;margin-bottom:2rem}.bh-h2-sub{color:var(--bh-text-muted);margin-bottom:2rem;font-size:1rem;max-width:42rem}.bh-personas{padding:2rem 0}.bh-persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.bh-persona-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.bh-persona-grid{grid-template-columns:1fr}}.bh-persona-card{position:relative;display:block;text-decoration:none;border-radius:14px;overflow:hidden;background:var(--bh-wine);transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:16 / 10}.bh-persona-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #4a1b3d47}.bh-persona-image{position:absolute;inset:0}.bh-persona-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bh-persona-card:hover .bh-persona-image img{transform:scale(1.08)}.bh-persona-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#2c0e2426,#2c0e24d9)}.bh-persona-name{position:absolute;bottom:1rem;left:1.25rem;right:1.25rem;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-style:italic;color:var(--bh-cream);font-weight:500;margin:0;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.4)}.bh-pills-label{color:var(--bh-text-muted);font-size:.85rem;margin-bottom:.5rem}.bh-pills-row{display:flex;gap:.75rem;flex-wrap:wrap}.bh-pill{padding:.5rem 1.25rem;background:transparent;border:1.5px solid var(--bh-text);border-radius:999px;color:var(--bh-text);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.bh-pill:hover,.bh-pill.active{background:var(--bh-berry);border-color:var(--bh-berry);color:var(--bh-cream)}.bh-categories{text-align:center}.bh-category-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.bh-category-chip{display:inline-block;padding:.6rem 1.4rem;background:var(--bh-cream-soft);border:1.5px solid var(--bh-rose);border-radius:999px;color:var(--bh-wine-deep);font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.bh-category-chip:hover{background:var(--bh-berry);border-color:var(--bh-berry);color:var(--bh-cream);transform:translateY(-2px)}.bh-gift-edit-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.bh-edit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1100px){.bh-edit-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.bh-edit-grid{grid-template-columns:repeat(2,1fr)}}.bh-premium{background:linear-gradient(180deg,var(--bh-cream-soft) 0%,var(--bh-cream) 100%);border-top:1px solid rgba(199,123,150,.18);border-bottom:1px solid rgba(199,123,150,.18)}.bh-premium-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.bh-slider-nav{display:flex;gap:.5rem}.bh-slider-btn{width:44px;height:44px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.1);color:var(--bh-berry);font-size:1.4rem;cursor:pointer;line-height:1;transition:all .2s ease}.bh-slider-btn:hover{background:var(--bh-berry);color:var(--bh-cream);border-color:var(--bh-berry)}.bh-slider-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:var(--bh-rose) transparent}.bh-slider-track::-webkit-scrollbar{height:6px}.bh-slider-track::-webkit-scrollbar-thumb{background:var(--bh-rose);border-radius:3px}.bh-slider-item{flex:0 0 280px;scroll-snap-align:start}@media(max-width:540px){.bh-slider-item{flex-basis:240px}}.bh-editorial{background:var(--bh-cream)}.bh-editorial-html h2{font-family:Playfair Display,Georgia,serif;font-weight:600;color:var(--bh-text);font-size:1.5rem;margin-top:2.5rem;margin-bottom:.6rem;border-bottom:1px solid rgba(199,123,150,.25);padding-bottom:.5rem}.bh-editorial-html h2:first-child{margin-top:0}.bh-editorial-html p{line-height:1.75;margin-bottom:1.1rem;color:var(--bh-text)}.bh-editorial-html a{color:var(--bh-berry);text-decoration:underline;text-decoration-color:#8c2f5a66;text-underline-offset:3px}.bh-editorial-html a:hover{text-decoration-color:var(--bh-berry)}.bh-editorial-html ul{padding-left:1.5rem;margin-bottom:1.25rem}.bh-editorial-html li{margin-bottom:.4rem;line-height:1.7}.bh-faq-list{display:flex;flex-direction:column;gap:.5rem}.bh-faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.bh-faq-q{padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;color:var(--bh-text);font-weight:500;font-size:1rem}.bh-faq-q::-webkit-details-marker{display:none}.bh-faq-chevron{color:var(--bh-berry);transition:transform .2s ease;flex-shrink:0}.bh-faq-item[open] .bh-faq-chevron{transform:rotate(180deg)}.bh-faq-a{padding-bottom:1.25rem;color:var(--bh-text-muted);line-height:1.65;font-size:.95rem}.bh-faq-a a{color:var(--bh-berry);text-decoration:underline}.bh-cta-strip{background:var(--bh-berry);color:var(--bh-cream)}.bh-cta-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.bh-cta-text h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;margin-bottom:.4rem;font-weight:600}.bh-cta-text p{color:#f9f1eacc;font-size:.95rem}.bh-cta-buttons{display:flex;gap:.6rem}.bh-cta-btn{padding:.6rem 1.25rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:var(--bh-cream);font-size:.85rem;text-decoration:none;transition:all .2s ease}.bh-cta-btn:hover{background:var(--bh-cream);color:var(--bh-berry);border-color:var(--bh-cream)}.bh-occasion-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}@media(max-width:1100px){.bh-occasion-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:540px){.bh-occasion-grid{grid-template-columns:repeat(2,1fr)}}.bh-occasion-card{position:relative;display:block;text-decoration:none;border-radius:12px;overflow:hidden;background:var(--bh-wine);aspect-ratio:1 / 1;transition:transform .25s ease}.bh-occasion-card:hover{transform:translateY(-3px)}.bh-occasion-card .bh-persona-name{font-size:1.15rem}
