*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--bm-font-body)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.demo-banner{background:#12372f;color:#fff}.demo-banner,.live-test-banner{padding:8px 16px;font-size:14px}.live-test-banner{background:#0f2f24;color:#f5d98b;font-weight:800}.shell{max-width:1180px;margin:0 auto;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--line);background:#fff}.nav{display:flex;flex-wrap:wrap;gap:10px}.button,button{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:10px;padding:10px 12px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.button.primary,button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:16px}.muted{color:var(--muted)}.badge{display:inline-flex;border-radius:999px;border:1px solid var(--line);padding:4px 8px;font-size:12px;background:#eef8f4}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px;margin:6px 0 12px}textarea{resize:vertical}.form-error{color:var(--danger);font-weight:800}table{width:100%;border-collapse:collapse;background:#fff}td,th{border-bottom:1px solid var(--line);padding:10px;text-align:left}h1,h2,h3,h4{font-family:var(--bm-font-display);letter-spacing:0}.customer-app{background:var(--customer-bg);min-height:100vh;color:var(--customer-text)}.customer-shell{max-width:var(--customer-shell);margin:0 auto;padding:0 24px 96px}.customer-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(248,250,252,.9);border-bottom:1px solid rgba(220,230,242,.9)}.customer-header__inner,.customer-header__subnav{max-width:var(--customer-shell);margin:0 auto;padding:14px 24px}.customer-header__inner{display:grid;grid-template-columns:220px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center}.customer-brand{display:inline-flex;align-items:center;gap:12px}.customer-brand strong{display:block;font-size:1.05rem}.customer-brand small{display:block;color:var(--customer-text-soft);font-size:.84rem;margin-top:2px}.customer-brand__mark{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#fff,#f4efe2);border:1px solid rgba(207,174,95,.28);overflow:hidden}.customer-brand__mark img{width:100%;height:100%;object-fit:cover}.customer-search{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 20px;border-radius:999px;background:var(--customer-surface);border:1.5px solid rgba(33,81,63,.2);box-shadow:0 2px 12px rgba(33,81,63,.06),inset 0 1px 0 hsla(0,0%,100%,.9);transition:border-color .15s ease,box-shadow .15s ease}.customer-search:focus-within{border-color:var(--customer-brand);box-shadow:0 4px 16px rgba(33,81,63,.14),0 0 0 3px rgba(33,81,63,.08)}.customer-search input{margin:0;padding:0;border:0;background:transparent;color:var(--customer-text)}.customer-search input:focus{outline:none}.customer-actions{display:flex;align-items:center;gap:10px}.customer-actions a{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 14px;border-radius:16px;background:var(--customer-surface);border:1px solid var(--customer-line);box-shadow:var(--customer-shadow-soft);cursor:pointer}.customer-actions__cart strong{display:inline-flex;min-width:28px;height:28px;padding:0 8px;align-items:center;justify-content:center;border-radius:999px;background:var(--customer-brand);color:#fff;font-size:.8rem}.customer-icon{width:18px;height:18px;flex:0 0 auto}.customer-header__subnav{display:flex;gap:10px;overflow-x:auto;padding-top:0;padding-bottom:18px}.customer-header__subnav::-webkit-scrollbar,.promo-slider__track::-webkit-scrollbar{display:none}.customer-chip{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:10px 14px;border-radius:999px;background:hsla(0,0%,100%,.88);border:1px solid var(--customer-line);color:var(--customer-text-soft);cursor:pointer}.customer-chip__dot{width:8px;height:8px;border-radius:999px}.hero-banner{max-width:var(--customer-shell);margin:0 auto;padding:28px 24px 0;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.85fr);grid-gap:20px;gap:20px}.cart-item,.cart-summary__card,.catalog-hero,.category-tile,.checkout-card,.deals-placeholder,.hero-banner__content,.hero-banner__panel,.product-card,.product-detail__content,.product-detail__main-image,.promo-card{background:var(--customer-surface);border:1px solid var(--customer-line);border-radius:var(--customer-radius);box-shadow:var(--customer-shadow)}.hero-banner__content{padding:34px}.hero-banner__eyebrow,.section-heading__eyebrow{margin:0 0 10px;display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800;color:var(--customer-brand)}.section-heading__eyebrow:before{content:"";display:inline-block;width:20px;height:2px;border-radius:999px;background:var(--customer-accent);flex-shrink:0}.cart-main h1,.catalog-hero h1,.checkout-form h1,.hero-banner h1{margin:0;font-size:clamp(2.3rem,5vw,4.25rem);line-height:.98}.catalog-hero__copy,.hero-banner p{color:var(--customer-text-soft);max-width:48rem;font-size:1.05rem;line-height:1.65}.hero-banner__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.customer-primary{background:var(--customer-brand);border-color:var(--customer-brand);color:#fff;box-shadow:0 10px 22px rgba(33,81,63,.28);transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.customer-primary:hover{background:var(--customer-brand-strong);transform:translateY(-1px);box-shadow:0 14px 28px rgba(33,81,63,.34)}.customer-secondary{background:var(--customer-surface-muted);border-color:var(--customer-line);color:var(--customer-text);transition:background .14s ease,border-color .14s ease}.customer-secondary:hover{background:var(--customer-surface);border-color:rgba(33,81,63,.24)}.hero-banner__panel{padding:24px;background:linear-gradient(180deg,rgba(33,81,63,.06),rgba(33,81,63,0) 32%),var(--customer-surface)}.hero-banner__panel-top{margin-bottom:18px}.hero-banner__pill{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(33,81,63,.1);color:var(--customer-brand);font-size:.82rem;font-weight:700}.hero-banner__metric{display:grid;grid-template-columns:44px 1fr;grid-gap:14px;padding:18px;border-radius:18px;background:hsla(0,0%,100%,.88);border:1px solid rgba(220,230,242,.88)}.hero-banner__metric svg{width:24px;height:24px;color:var(--customer-accent)}.hero-banner__metric p{margin:4px 0 0;font-size:.92rem}.hero-banner__mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.hero-banner__mini-grid div{padding:16px;border-radius:18px;background:rgba(248,250,252,.88);border:1px solid rgba(220,230,242,.88)}.hero-delivery-promise{grid-gap:10px;margin-top:18px}.hero-delivery-promise__slot{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:14px;background:rgba(231,247,239,.72);border:1px solid rgba(33,81,63,.12)}.hero-delivery-promise__slot strong{font-size:.92rem;color:var(--customer-brand-strong)}.hero-delivery-promise__slot span{color:var(--customer-text-soft);font-size:.8rem}.cart-summary__card span:first-child,.deals-placeholder span:first-child,.hero-banner__mini-grid span,.product-card__category,.product-detail__meta span{display:block;color:var(--customer-text-soft);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}.cart-layout,.catalog-section,.category-band,.checkout-layout,.delivery-confidence,.promo-slider,.split-showcase{padding-top:28px}.discovery-kit-section.bm-section,.homepage-kit-section.bm-section{padding-block:0}.discovery-section-heading{margin-bottom:18px}.discovery-section-heading .bm-stack{gap:8px}.discovery-section-heading .bm-cluster{align-items:flex-end}.discovery-loading-state{display:grid;grid-gap:12px;gap:12px;padding-top:28px}.detail-kit-section.bm-section{padding-block:0}.detail-loading-state{display:grid;grid-gap:12px;gap:12px;padding-top:28px}.basket-kit-section.bm-section{padding-block:0}.basket-loading-state{display:grid;grid-gap:12px;gap:12px;padding-top:28px}.basket-section-heading{margin-bottom:0}.basket-section-heading .bm-stack{gap:8px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.section-heading h2{margin:0;font-size:clamp(1.65rem,3vw,2.4rem)}.section-heading__hint,.text-link{color:var(--customer-text-soft);font-size:.92rem}.text-link{font-weight:700}.promo-slider__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);grid-gap:14px;overflow-x:auto;scroll-snap-type:x mandatory}.promo-card{padding:22px;scroll-snap-align:start;background:radial-gradient(circle at top right,rgba(207,174,95,.14),transparent 28%),var(--customer-surface)}.promo-card span{color:var(--customer-accent);font-size:.82rem;font-weight:700}.deals-placeholder h3,.promo-card h3{margin:12px 0 10px;font-size:1.45rem}.category-tile p,.checkout-card p,.deals-placeholder p,.product-card__subtitle,.product-detail__description p,.product-detail__subtitle,.promo-card p{margin:0;color:var(--customer-text-soft);line-height:1.6}.category-band__grid{display:grid;grid-gap:14px}.category-tile{display:block;padding:16px;cursor:pointer}.category-tile>p{display:none}.category-tile--small{box-shadow:var(--customer-shadow-soft)}.category-tile__tint{display:block;width:42px;height:42px;border-radius:14px;margin-bottom:12px}.category-tile strong{display:block;margin-top:12px;font-size:1rem;letter-spacing:-.01em}.category-tile__image{border-radius:12px!important}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.catalog-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-grid--rail{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.product-card__image{display:block;position:relative;min-height:192px;color:#fff}.product-card__status{display:inline-flex;padding:6px 11px;border-radius:999px;background:hsla(0,0%,100%,.82);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--customer-brand-strong);font-size:.76rem;font-weight:800}.product-card__status--available{background:rgba(234,248,239,.94);color:#1f6b4d}.product-card__status--low-stock{background:rgba(255,244,229,.96);color:#ad6200}.product-card__status--fresh-today{background:rgba(232,246,239,.96);color:#16634c}.cart-item__image span,.product-card__visual,.product-detail__main-image span{display:flex;align-items:flex-end;justify-content:flex-start;min-height:148px;max-width:11rem;font-family:Rubik,Segoe UI,sans-serif;font-size:1rem;font-weight:700;line-height:1.2}.product-card__body{flex:1 1;display:flex;flex-direction:column;padding:10px 12px 12px;position:relative;z-index:1}.product-card__badges,.product-detail__badges{display:flex;flex-wrap:wrap;gap:6px}.product-card__badge,.product-detail__badge,.product-detail__badges span{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--customer-surface-muted);color:var(--customer-text-soft);font-size:.72rem;font-weight:800}.product-card__copy{margin-top:6px;display:grid;grid-gap:3px;gap:3px}.product-card__title{font-family:Rubik,Segoe UI,sans-serif;font-size:.95rem;font-weight:700;-webkit-line-clamp:2}.product-card__subtitle,.product-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-card__subtitle{margin:0;font-size:.78rem;line-height:1.28;color:var(--customer-text-soft);-webkit-line-clamp:1}.product-card__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:auto;padding-top:10px}.product-card__price-row{display:flex;align-items:baseline;gap:6px;margin-top:2px}.product-card__price{font-size:1.04rem}.product-card__compare{color:var(--customer-text-soft);text-decoration:line-through;font-size:.9rem}.product-card__unit{margin:0;color:var(--customer-text-soft);font-size:.74rem}.product-card__cta{display:inline-flex;gap:6px;min-width:72px;justify-content:center;padding:9px 12px;background:var(--customer-brand);color:#fff;font-size:.82rem;font-weight:800;box-shadow:0 8px 18px rgba(33,81,63,.24)}.product-card__meta{display:grid;grid-gap:2px;gap:2px}.product-card--compact .product-card__body{padding:8px 10px 10px}.product-card--compact .product-card__badges{gap:4px}.product-card--compact .product-card__badge{padding:4px 8px;font-size:.68rem}.product-card--compact .product-card__copy{gap:2px;margin-top:4px}.product-card--compact .product-card__category{font-size:.7rem}.product-card--compact .product-card__title{font-size:.86rem;line-height:1.18}.product-card--compact .product-card__price{font-size:.96rem}.product-card--compact .product-card__compare{font-size:.78rem}.product-card--compact .product-card__subtitle,.product-card--compact .product-card__unit{font-size:.72rem}.product-card--compact .product-card__footer{padding-top:8px}.product-card--compact .product-card__cta{min-width:64px;padding:8px 10px;font-size:.78rem}.product-card--compact .product-card__cta strong{width:18px;height:18px}.product-card--compact .product-card__save{top:38px;padding:5px 8px;font-size:.66rem}.split-showcase{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.8fr);grid-gap:18px;gap:18px}.deals-placeholder{padding:24px;background:radial-gradient(circle at top right,rgba(33,81,63,.08),transparent 30%),var(--customer-surface)}.deals-placeholder__list{display:grid;grid-gap:12px;gap:12px;margin-top:18px}.deals-placeholder__list div{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:16px;background:var(--customer-surface-muted)}.floating-cart{position:fixed;right:22px;z-index:40;display:flex;align-items:center;gap:14px;min-width:248px;padding:12px 14px;border-radius:18px;background:linear-gradient(135deg,#133329,#0d1f2d);color:#fff;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 22px 44px rgba(15,23,42,.24)}.floating-cart__icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:hsla(0,0%,100%,.08)}.floating-cart__copy{display:grid;grid-gap:2px;gap:2px;flex:1 1}.floating-cart__action,.floating-cart__copy em,.floating-cart__copy small,.floating-cart__copy strong{display:block}.floating-cart__copy small{color:hsla(0,0%,100%,.68);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.floating-cart__copy strong{font-size:1rem;line-height:1.1}.floating-cart__copy em{color:hsla(0,0%,100%,.72);font-size:.82rem;font-style:normal}.floating-cart__action{color:#f8d66d;font-size:.8rem;font-weight:800;white-space:nowrap}.delivery-confidence{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:18px;gap:18px;align-items:stretch}.delivery-confidence,.delivery-confidence img,.delivery-confidence>div{border-radius:8px}.delivery-confidence img{width:100%;height:100%;min-height:280px;object-fit:cover}.delivery-confidence img,.delivery-confidence>div{border:1px solid var(--retail-border);box-shadow:var(--retail-shadow)}.delivery-confidence>div{display:grid;align-content:center;padding:clamp(24px,5vw,42px);background:radial-gradient(circle at 88% 18%,rgba(255,200,87,.18),transparent 30%),linear-gradient(135deg,#fff,#f2fbf6)}.delivery-confidence h2{margin:0;max-width:680px;color:var(--retail-ink);font-size:clamp(1.8rem,4vw,3.25rem);line-height:1.02}.delivery-confidence p:last-child{max-width:560px;margin:16px 0 0;color:#36516b;line-height:1.65}.cart-summary__card,.catalog-hero,.checkout-card,.product-detail__content{padding:26px}.catalog-hero__filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.catalog-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--customer-surface-muted);color:var(--customer-text-soft);font-size:.82rem;font-weight:700}.category-band--inline{padding-top:18px}.breadcrumb-row{display:flex;gap:8px;padding-top:28px;color:var(--customer-text-soft);font-size:.92rem}.collection-loading-state{display:grid;grid-gap:16px;gap:16px}.collection-hero.bm-hero{margin-top:12px;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,rgba(255,249,240,.92),hsla(38,41%,95%,.88)),#fff;border:1px solid rgba(26,60,48,.08);box-shadow:0 28px 60px rgba(15,35,28,.08)}.collection-hero__content{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:20px;gap:20px}.collection-hero__copy{display:grid;grid-gap:16px;gap:16px;align-content:center}.collection-hero__copy h1{margin:0;font-size:clamp(2.2rem,4.2vw,4rem);line-height:.98;color:var(--customer-text)}.collection-hero__body{margin:0;max-width:720px;color:var(--customer-text-soft);font-size:1.02rem;line-height:1.7}.collection-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.collection-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.collection-hero__pill{background:hsla(0,0%,100%,.82);border:1px solid rgba(33,81,63,.16);color:var(--customer-text)}.collection-hero__media{display:grid;grid-gap:14px;gap:14px;align-content:center}.collection-hero__image{width:100%;min-height:320px;max-height:460px;border-radius:22px;background:linear-gradient(180deg,#fffdf9,#f5efe5)}.collection-hero__image--fallback{background:linear-gradient(135deg,rgba(33,81,63,.14),hsla(41,58%,63%,.12)),linear-gradient(180deg,#fffdf9,#f5efe5)}.collection-hero__panel{display:grid;grid-gap:14px;gap:14px;padding:20px}.collection-hero__panel-eyebrow{color:var(--customer-text-soft);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.collection-hero__panel strong{font-size:1.35rem;color:var(--customer-text)}.collection-hero__panel p{margin:0;color:var(--customer-text-soft);line-height:1.65}.collection-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.collection-hero__stats div{padding:14px 12px;border-radius:16px;background:hsla(0,0%,100%,.72);border:1px solid rgba(26,60,48,.08)}.collection-hero__stats span{display:block;margin-bottom:6px;color:var(--customer-text-soft);font-size:.78rem;font-weight:700}.collection-hero__stats strong{font-size:1rem}.product-detail{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);grid-gap:14px;gap:14px;padding-top:8px}.product-detail__gallery{display:grid;grid-gap:0;gap:0;align-content:start}.product-detail__main-image{min-height:300px;padding:12px;color:#fff}.product-detail__main-image--photo{background:linear-gradient(180deg,#fffdf9,#f6f1e8);border:1px solid rgba(31,63,51,.08);border-radius:16px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7)}.product-detail__main-image--fallback{overflow:hidden;position:relative}.product-detail__photo-stage{position:relative;display:grid;place-items:center;width:100%;min-height:274px;height:100%;padding:6px}.product-detail__photo-skeleton{position:absolute;inset:10px;border-radius:14px;background:linear-gradient(90deg,hsla(0,0%,100%,.38),hsla(0,0%,100%,.78),hsla(0,0%,100%,.38)),linear-gradient(180deg,#f7f2ea,#eee7db);background-size:280px 100%,100% 100%;animation:retail-image-shimmer 1.6s linear infinite}.product-detail__fallback{position:absolute;inset:0}.product-detail__fallback img{width:100%;height:100%;object-fit:cover}.product-detail__fallback-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,57,45,.02),rgba(21,57,45,.52)),linear-gradient(0deg,hsla(0,0%,100%,.14),transparent 34%)}.product-detail__fallback-copy{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;display:grid;grid-gap:6px;gap:6px}.product-detail__fallback-copy small{width:-moz-fit-content;width:fit-content;padding:7px 12px;border-radius:999px;background:hsla(0,0%,100%,.82);color:var(--customer-brand-strong);font-size:.74rem;font-weight:800}.product-detail__fallback-copy strong{max-width:18rem;font-size:clamp(1.25rem,2.2vw,1.8rem);line-height:1.06;text-shadow:0 12px 28px rgba(20,35,59,.28)}.product-detail__category{margin:2px 0;color:var(--customer-brand);font-size:.78rem;font-weight:700}.product-detail__content h1{margin:0;font-size:clamp(2.25rem,2.8vw,2.625rem)}.product-detail__subtitle{margin-top:4px;font-size:.86rem}.product-detail__price{margin-top:10px}.product-detail__price .bm-stack{gap:4px}.product-detail__price .bm-cluster{align-items:baseline;gap:8px}.product-detail__price .bm-price{font-size:1.55rem}.product-detail__price .bm-small{color:var(--customer-text-soft)}.product-detail__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:10px}.product-detail__meta div,.product-detail__meta-card{padding:8px 10px;border-radius:10px;background:var(--customer-surface-muted)}.product-detail__meta span,.product-detail__meta-card span{display:block;margin-bottom:2px;font-size:.72rem}.product-detail__purchase{display:flex;align-items:center;gap:10px}.product-detail__purchase-panel{display:grid;grid-gap:8px;gap:8px;margin-top:10px;padding:10px 12px;border-radius:14px;background:linear-gradient(180deg,#f8fbf8,#fff);border:1px solid var(--customer-line);box-shadow:none}.product-detail__trust-line{margin:0;color:var(--customer-text-soft);font-size:.8rem;line-height:1.35}.quantity-selector{display:inline-flex;align-items:center;gap:10px;padding:6px;border-radius:12px;background:var(--customer-surface-muted);border:1px solid var(--customer-line)}.quantity-selector button{min-width:38px;height:38px;padding:0;border-radius:10px}.quantity-selector span{min-width:30px;text-align:center;font-weight:700}.product-detail__add-button{min-width:170px;min-height:48px;justify-content:center;font-size:.92rem;font-weight:800;box-shadow:0 14px 28px rgba(11,122,90,.2)}.product-detail__description{margin-top:14px;padding-top:12px;border-top:1px solid var(--customer-line)}.product-detail__description summary{list-style:none;font-size:.96rem}.product-detail__description summary::-webkit-details-marker{display:none}.product-detail__description-body{padding-top:10px}.product-detail__description p{margin:0;color:var(--customer-text-soft);line-height:1.5}.cart-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:20px;gap:20px}.cart-list{display:grid;grid-gap:18px;gap:18px;margin-top:20px}.cart-main__intro{max-width:760px;margin:10px 0 0;color:var(--customer-text-soft);font-size:1rem;line-height:1.65}.cart-main__actions{display:flex;flex-wrap:wrap}.cart-item{display:grid;grid-template-columns:186px minmax(0,1fr);grid-gap:18px;gap:18px;padding:18px;box-shadow:var(--customer-shadow-soft)}.cart-item__image{position:relative;min-height:184px;background:linear-gradient(180deg,#fffdf8,#f5efe4);border:1px solid rgba(31,63,51,.08)}.cart-item__image--photo{background:linear-gradient(180deg,#fdfaf4,#f3ebde)}.cart-item__fallback,.cart-item__photo-stage{position:absolute;inset:0}.cart-item__photo-stage{display:grid;place-items:center;padding:14px}.cart-item__proxy-image{width:min(100%,150px);height:min(100%,144px);object-fit:contain;object-position:center;filter:drop-shadow(0 14px 18px rgba(62,45,18,.1))}.cart-item__fallback-image{width:100%;height:100%;object-fit:cover}.cart-item__content{align-content:start;grid-gap:10px;gap:10px}.cart-item__head{grid-gap:14px;gap:14px}.cart-item__category{display:block;margin-bottom:6px;color:var(--customer-text-soft);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}.cart-item__head h2{margin:0;font-size:1.16rem;line-height:1.14}.cart-item__price-block{padding:10px 12px;text-align:right;border-radius:14px;background:hsla(0,0%,100%,.82);border:1px solid var(--customer-line)}.cart-item__price-block .bm-stack{gap:4px}.cart-item__price-block .bm-cluster{justify-content:flex-end}.cart-item__price-block .bm-price{color:var(--retail-green);font-size:1.08rem}.cart-item__price-block .bm-caption{color:var(--customer-text-soft);font-size:.76rem;text-transform:uppercase;letter-spacing:.05em}.cart-item__actions,.cart-item__detail-row,.cart-item__head p,.cart-summary__card p{color:var(--customer-text-soft)}.cart-item__actions,.cart-item__detail-row{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center}.cart-item__qty-badge{align-items:center;padding:6px 12px;background:var(--customer-fresh);font-size:.86rem;font-weight:800}.cart-item__qty-badge,.cart-item__save-link{display:inline-flex;border-radius:999px;border:1px solid var(--customer-line);color:var(--customer-brand-strong)}.cart-item__save-link{padding:10px 14px;background:hsla(0,0%,100%,.9);font-weight:700}.cart-summary__clear{margin-top:16px;padding-top:14px;border-top:1px solid var(--customer-line);display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cart-summary__clear span{flex:0 0 100%;color:var(--customer-text-soft);font-size:.86rem}.cart-clear-trigger{border-radius:999px;background:transparent;border:1px solid var(--customer-line);color:var(--customer-text-soft)}.cart-clear-confirm,.cart-clear-trigger{padding:8px 14px;font-size:.82rem;cursor:pointer;box-shadow:none}.cart-clear-confirm{border-radius:999px;background:#fee2e2;border:1px solid #fca5a5;color:#991b1b;font-weight:700}.cart-clear-cancel{padding:8px 14px;background:var(--customer-surface-muted);color:var(--customer-text-soft);font-size:.82rem;cursor:pointer;box-shadow:none}.cart-clear-cancel,.cart-item__stepper{border-radius:999px;border:1px solid var(--customer-line)}.cart-item__stepper{display:inline-flex;align-items:center;gap:10px;padding:7px 9px;background:#f7f8f5}.cart-item__stepper button{width:28px;height:28px;padding:0;border-radius:999px;border:0;background:rgba(33,81,63,.08);color:var(--customer-brand)}.cart-item__replacement,.cart-item__stepper span{color:var(--customer-brand-strong);font-size:.88rem;font-weight:700}.cart-item__replacement{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f7f3eb;color:#86632a}.cart-item__actions a,.cart-item__actions button{padding:0;background:transparent;border:0;color:var(--customer-brand-strong);font-weight:700}.cart-summary__card{position:-webkit-sticky;position:sticky;top:120px;padding:20px;border-radius:20px;box-shadow:var(--customer-shadow)}.cart-summary__card .bm-heading-3{margin-top:8px}.cart-summary__card .bm-price{color:var(--retail-green);font-size:2rem;line-height:1.05}.cart-summary__card .bm-summary-card__rows{margin-top:10px}.cart-summary__card .bm-summary-card__row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--customer-line)}.cart-summary__card .bm-summary-card__footer{margin-top:18px}.cart-summary__promo{display:grid;grid-gap:8px;gap:8px;margin-top:18px;padding:14px 16px;background:#fff9e8;border:1px solid rgba(245,182,66,.26)}.cart-summary__promo-code{display:grid;grid-gap:12px;gap:12px;align-items:start}.cart-summary__promo strong{display:block;color:#8f6500}.cart-summary__confidence span,.cart-summary__promo span{display:block;color:var(--customer-text-soft);line-height:1.55}.cart-summary__confidence{display:grid;grid-gap:12px;margin-top:18px}.cart-summary__confidence div{display:grid;grid-gap:6px;gap:6px;padding:14px 16px;border-radius:18px;background:#f8fbf8;border:1px solid var(--customer-line)}.cart-summary__confidence strong{display:block;color:var(--customer-brand-strong);line-height:1.2}.checkout-button{margin-top:18px;min-height:54px;font-size:.96rem;box-shadow:0 14px 30px rgba(11,122,90,.2)}.checkout-layout{max-width:1240px}.checkout-form__intro{max-width:760px;margin:10px 0 0;color:var(--customer-text-soft);font-size:1rem;line-height:1.65}.checkout-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:22px;gap:22px;margin-top:20px;align-items:start}.checkout-card{margin-top:0;padding:22px}.checkout-card__section+.checkout-card__section{margin-top:22px;padding-top:22px;border-top:1px solid var(--customer-line)}.checkout-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.checkout-card__heading span{display:block;margin-bottom:6px;color:var(--customer-text-soft);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.checkout-card__heading strong{color:var(--customer-brand-strong);font-size:.88rem}.checkout-card__section h2{margin:0;font-size:1.2rem}.checkout-card__hint{margin-top:12px;color:var(--customer-text-soft);line-height:1.55}.checkout-card .bm-form{display:grid;grid-gap:8px;gap:8px}.checkout-review{display:grid;grid-gap:12px;gap:12px}.checkout-review div{display:flex;justify-content:space-between;gap:14px;padding:14px 16px;background:var(--customer-surface-muted)}.checkout-sidebar{display:grid;grid-gap:16px;gap:16px;position:-webkit-sticky;position:sticky;top:120px}.checkout-sidebar__card{padding:22px;border-radius:24px;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,251,248,.96));border:1px solid var(--customer-line);box-shadow:var(--customer-shadow)}.checkout-sidebar__card .bm-eyebrow,.checkout-sidebar__card>span{display:block;color:var(--customer-text-soft);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.checkout-sidebar__card .bm-price,.checkout-sidebar__card>strong{display:block;margin-top:8px;color:var(--retail-green);font-size:2rem;line-height:1.05}.checkout-sidebar__card .bm-summary-card__footer small,.checkout-sidebar__card>small{display:block;margin-top:8px;color:var(--customer-text-soft);line-height:1.5}.checkout-sidebar__card .bm-summary-card__rows,.checkout-sidebar__rows{display:grid;grid-gap:12px;gap:12px;margin-top:20px}.checkout-sidebar__card .bm-summary-card__row,.checkout-sidebar__card--trust div,.checkout-sidebar__rows div{display:flex;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid var(--customer-line)}.checkout-sidebar__card--trust div{display:grid;justify-content:stretch}.checkout-sidebar__card--trust strong{color:var(--customer-brand-strong)}.checkout-sidebar__card--trust small{color:var(--customer-text-soft);line-height:1.5}.checkout-button{width:100%;margin-top:24px;justify-content:center;min-height:52px;font-weight:700}@media (max-width:1100px){.cart-layout,.checkout-shell,.customer-header__inner,.hero-banner,.product-detail,.split-showcase{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-band__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-header__inner{grid-template-columns:1fr}.customer-actions{overflow-x:auto;padding-bottom:4px}.product-detail__meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.customer-header__inner,.customer-header__subnav,.customer-shell,.hero-banner,.shell{padding-left:16px;padding-right:16px}.section-heading{align-items:flex-start;flex-direction:column}.catalog-grid,.catalog-grid--compact,.category-band__grid,.hero-banner__mini-grid,.product-detail__meta{grid-template-columns:1fr}.cart-item,.cart-item__head,.product-card__footer,.product-detail__purchase{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.product-detail__main-image{min-height:320px}.cart-item{grid-template-columns:1fr}.cart-main__actions,.checkout-card__heading,.checkout-sidebar__rows div{width:100%}.cart-item__head,.checkout-card__heading,.checkout-sidebar__rows div{flex-direction:column;align-items:flex-start}.floating-cart{left:16px;right:16px;bottom:16px;justify-content:space-between;min-width:0}.customer-actions a span:not(strong),.floating-cart__action{display:none}.customer-actions__cart strong{min-width:24px;height:24px}.cart-main h1,.catalog-hero h1,.checkout-form h1,.hero-banner h1{font-size:2.2rem}.topbar{flex-wrap:wrap}table{display:block;overflow-x:auto}}.account-hero,.order-tracking-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:24px;gap:24px;align-items:stretch;margin-bottom:28px;padding:30px;border:1px solid var(--customer-line);border-radius:8px;background:linear-gradient(135deg,rgba(8,120,88,.08),hsla(0,0%,100%,.9)),#fff;box-shadow:var(--customer-shadow)}.account-hero h1,.order-tracking-hero h1{max-width:780px;margin:6px 0 12px;font-size:clamp(2rem,5vw,4rem);line-height:.98;color:var(--customer-ink)}.account-hero p,.order-tracking-hero p{max-width:680px;margin:0;color:var(--customer-muted);font-size:1.04rem;line-height:1.65}.account-hero__card,.order-tracking-hero__summary{display:flex;min-height:210px;flex-direction:column;justify-content:flex-end;gap:8px;padding:22px;border-radius:8px;background:linear-gradient(145deg,#0b2f24,#087858);color:#fff}.account-hero__card span,.order-tracking-hero__summary span{font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.72)}.account-hero__card strong,.order-tracking-hero__summary strong{font-size:1.6rem;line-height:1.1}.account-hero__card small,.order-tracking-hero__summary small{color:hsla(0,0%,100%,.78)}.account-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;grid-gap:18px;gap:18px;margin-bottom:34px}.account-panel{padding:22px;border:1px solid var(--customer-line);border-radius:8px;background:hsla(0,0%,100%,.96);box-shadow:0 18px 48px rgba(24,38,58,.08)}.account-panel__heading{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:18px}.account-panel__heading span{color:var(--customer-muted);font-weight:800}.account-panel__heading strong{color:var(--customer-ink)}.account-definition-list{display:grid;grid-gap:12px;gap:12px;margin:0}.account-definition-list div{display:grid;grid-gap:4px;gap:4px;padding-bottom:12px;border-bottom:1px solid var(--customer-line)}.account-definition-list div:last-child{padding-bottom:0;border-bottom:0}.account-definition-list dt{color:var(--customer-muted);font-size:.8rem;font-weight:800}.account-definition-list dd{margin:0;color:var(--customer-ink);font-weight:900}.account-address,.account-loyalty{display:grid;grid-gap:8px;gap:8px;color:var(--customer-muted)}.account-address strong,.account-loyalty strong{color:var(--customer-ink);font-size:1.25rem}.account-loyalty a{padding:10px 14px;border-radius:999px;background:var(--retail-green);color:#fff;font-weight:900;text-decoration:none}.account-orders{margin-bottom:72px}.account-order-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.account-order-card{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--customer-line);border-radius:8px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 16px 44px rgba(24,38,58,.08);transition:transform .18s ease,box-shadow .18s ease}.account-order-card:hover{transform:translateY(-3px);box-shadow:0 22px 58px rgba(24,38,58,.12)}.account-order-card em,.account-order-card small,.account-order-card span{color:var(--customer-muted);font-style:normal}.account-order-card strong{color:var(--customer-ink);font-size:1.2rem}.account-order-card div{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-top:10px;border-top:1px solid var(--customer-line)}.order-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:22px;gap:22px;align-items:start;margin-bottom:72px}.order-detail-main,.order-detail-side{display:grid;grid-gap:18px;gap:18px}.customer-timeline{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.customer-timeline li{display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:14px;gap:14px;min-height:72px;position:relative}.customer-timeline li:before{content:"";position:absolute;left:9px;top:24px;bottom:0;width:2px;background:var(--customer-line)}.customer-timeline li:last-child:before{display:none}.customer-timeline li>span{width:20px;height:20px;margin-top:3px;border:3px solid var(--customer-line);border-radius:999px;background:#fff;z-index:1}.customer-timeline li.is-active>span,.customer-timeline li.is-complete>span{border-color:var(--retail-green);background:var(--retail-green)}.customer-timeline li.is-active strong{color:var(--retail-green)}.customer-timeline strong{display:block;color:var(--customer-ink)}.customer-timeline small{color:var(--customer-muted)}.tracking-item-list{display:grid;grid-gap:12px;gap:12px}.tracking-item{display:grid;grid-gap:4px;gap:4px;padding:14px;border:1px solid var(--customer-line);border-radius:8px;background:#f8fbf7}.tracking-item strong{color:var(--customer-ink)}.support-entry-card p,.support-entry-card small,.tracking-item small,.tracking-item span{color:var(--customer-muted)}.support-entry-card button{width:100%;margin:10px 0;padding:12px 16px;border:0;border-radius:999px;background:var(--customer-ink);color:#fff;font-weight:900}.issue-form{display:grid;grid-gap:12px;gap:12px;margin-top:14px}.issue-form label{display:grid;grid-gap:7px;gap:7px}.issue-form label span{color:var(--customer-muted);font-size:.82rem;font-weight:900}.issue-form select,.issue-form textarea{width:100%;border:1px solid var(--customer-line);border-radius:8px;background:#fff;color:var(--customer-ink);font:inherit;padding:11px 12px}.issue-form textarea{resize:vertical}.issue-form button:disabled{opacity:.72;cursor:wait}.issue-status-card{display:grid;grid-gap:5px;gap:5px;margin:12px 0;padding:12px;border:1px solid rgba(8,120,88,.24);border-radius:8px;background:rgba(8,120,88,.08)}.issue-status-card strong{color:var(--customer-ink)}.issue-status-card small,.issue-status-card span{color:var(--customer-muted)}.notification-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:22px;gap:22px;align-items:start;margin-bottom:72px}.notification-feed{display:grid;grid-gap:14px;gap:14px}.notification-card{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border:1px solid var(--customer-line);border-radius:8px;background:#fff;box-shadow:0 16px 44px rgba(24,38,58,.08)}.notification-card--unread{border-color:rgba(8,120,88,.32);background:linear-gradient(135deg,rgba(8,120,88,.08),#fff)}.notification-card span{color:var(--retail-green);font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.notification-card strong{display:block;margin-top:5px;color:var(--customer-ink);font-size:1.1rem}.notification-card p,.notification-card small,.notification-preferences p{color:var(--customer-muted)}.notification-card button{min-width:104px;padding:10px 12px;border:0;border-radius:999px;background:var(--customer-ink);color:#fff;font-weight:900}.notification-card button:disabled{background:#d8e2ec;color:#53657a}.notification-preferences{display:grid;grid-gap:12px;gap:12px}.notification-preferences label{display:flex;padding:12px;border:1px solid var(--customer-line);border-radius:8px;color:var(--customer-ink);font-weight:900}.product-card__save{position:absolute;top:46px;right:12px;z-index:2;padding:6px 9px;border:1px solid hsla(0,0%,100%,.72);border-radius:999px;background:hsla(0,0%,100%,.9);color:var(--customer-ink);font-size:.7rem;font-weight:900;box-shadow:0 8px 24px rgba(24,38,58,.16)}.product-card__save--active{background:var(--retail-green);color:#fff}.wishlist-feedback{margin-bottom:20px;padding:14px 16px;border:1px solid rgba(8,120,88,.22);border-radius:8px;background:rgba(8,120,88,.08);color:var(--customer-ink);font-weight:900}.wishlist-section{margin-bottom:46px}.wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.wishlist-item-card{display:grid;grid-gap:12px;gap:12px}.wishlist-item-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.buy-again-card button,.wishlist-empty a,.wishlist-item-actions button{padding:11px 14px;border:0;border-radius:999px;background:var(--customer-ink);color:#fff;font-weight:900;text-align:center;text-decoration:none}.wishlist-item-actions button:last-child{background:#edf3ee;color:var(--customer-ink)}.wishlist-empty{display:grid;grid-gap:10px;gap:10px;max-width:520px;padding:24px;border:1px dashed var(--customer-line);border-radius:8px;background:#fff}.wishlist-empty strong{color:var(--customer-ink);font-size:1.25rem}.wishlist-empty p{color:var(--customer-muted)}.wishlist-empty a{width:-moz-fit-content;width:fit-content}.buy-again-list{grid-gap:16px;gap:16px}.buy-again-card{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--customer-line);border-radius:8px;background:#fff;box-shadow:0 16px 44px rgba(24,38,58,.08)}.buy-again-card span{color:var(--retail-green);font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.buy-again-card strong{display:block;margin-top:4px;color:var(--customer-ink)}.buy-again-card small{color:var(--customer-muted)}.buy-again-card button{white-space:nowrap}@media (max-width:980px){.notification-layout{grid-template-columns:1fr}.buy-again-list,.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.notification-card{flex-direction:column}.notification-card button{width:100%}.buy-again-list,.wishlist-grid{grid-template-columns:1fr}.buy-again-card{align-items:stretch;flex-direction:column}}@media (max-width:980px){.account-grid,.account-hero,.order-detail-layout,.order-tracking-hero{grid-template-columns:1fr}.account-order-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.account-hero,.account-panel,.order-tracking-hero{padding:18px}.account-order-list{grid-template-columns:1fr}}:root{--phase6-navy:#10233f;--phase6-emerald:#087858;--phase6-leaf:#dff6e8;--phase6-sun:#ffc857;--phase6-rose:#f06f55;--phase6-ice:#edf7fb}.customer-shell,.hero-banner{max-width:1320px}.hero-banner--commercial{grid-template-columns:minmax(0,1.5fr) minmax(360px,.9fr);gap:22px}.hero-banner--commercial .hero-banner__content{padding:clamp(24px,3.5vw,44px);border-radius:8px;box-shadow:0 30px 70px rgba(16,35,63,.18)}.hero-banner--commercial .hero-banner__content:before{content:"";position:absolute;right:clamp(24px,7vw,88px);bottom:28px;z-index:0;width:min(34vw,420px);aspect-ratio:1.08;background:radial-gradient(circle at 28% 64%,#f9d94f 0 8%,transparent 9%),radial-gradient(circle at 42% 56%,#f5b642 0 9%,transparent 10%),radial-gradient(circle at 55% 63%,#e55636 0 8%,transparent 9%),radial-gradient(circle at 68% 54%,#7dbb57 0 9%,transparent 10%),linear-gradient(145deg,hsla(0,0%,100%,.35),hsla(0,0%,100%,.08));border:1px solid hsla(0,0%,100%,.24);border-radius:8px;-webkit-clip-path:polygon(14% 18%,88% 10%,96% 78%,22% 96%);clip-path:polygon(14% 18%,88% 10%,96% 78%,22% 96%);filter:drop-shadow(0 26px 40px rgba(0,0,0,.18))}.hero-banner--commercial h1{max-width:680px;font-size:clamp(2.4rem,4.8vw,4.8rem);letter-spacing:-.02em;line-height:1}.hero-banner--commercial p{max-width:540px;font-size:1.05rem}.retail-campaign-card{padding:26px;background:radial-gradient(circle at 18% 18%,rgba(255,200,87,.28),transparent 28%),linear-gradient(180deg,#fff,#f7fbf8);box-shadow:0 28px 64px rgba(16,35,63,.12)}.hero-banner__mini-grid div{min-height:86px;box-shadow:0 12px 26px rgba(16,35,63,.06)}.premium-collections{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);grid-gap:18px;gap:18px;padding-top:28px}.premium-collection-card,.premium-collections__feature{position:relative;overflow:hidden;border:1px solid var(--retail-border);border-radius:8px;background:#fff;box-shadow:0 22px 50px rgba(16,35,63,.09)}.premium-collections__feature{display:grid;align-content:end;padding:28px;color:var(--retail-ink);background:linear-gradient(0deg,rgba(255,252,247,.98),rgba(255,252,247,.88) 48%,rgba(255,252,247,.18)),#fffcf7}.premium-collections__feature:after{content:none;position:absolute;top:28px;right:28px;width:180px;aspect-ratio:1;background:radial-gradient(circle at 35% 35%,#fff1a8 0 15%,transparent 16%),radial-gradient(circle at 64% 43%,#f06f55 0 14%,transparent 15%),radial-gradient(circle at 48% 70%,#7bc96f 0 16%,transparent 17%);border-radius:8px;opacity:.82}.premium-collections__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover}.premium-collections__feature>*{position:relative;z-index:1}.premium-collections__feature .section-heading__eyebrow,.premium-collections__feature p{color:#36516b}.premium-collections__feature h2{max-width:480px;margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.02}.premium-collections__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.homepage-showcase{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);grid-gap:18px;gap:18px;padding-top:28px;align-items:start}.homepage-showcase--reverse{grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr)}.homepage-showcase--reverse .homepage-showcase__intro{order:2}.homepage-showcase--reverse .catalog-grid{order:1}.homepage-mini-section,.homepage-showcase__intro{border:1px solid var(--retail-border);border-radius:8px;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(247,251,248,.96)),var(--customer-surface);box-shadow:var(--customer-shadow-soft)}.homepage-showcase__intro{overflow:hidden}.homepage-showcase__image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.homepage-showcase__copy{padding:22px 22px 24px}.homepage-mini-section h3,.homepage-showcase__copy h2{margin:0;font-size:clamp(1.55rem,2.8vw,2.2rem);line-height:1.06}.homepage-mini-section p,.homepage-showcase__copy p,.premium-collection-card--story p{color:var(--customer-text-soft);line-height:1.6}.homepage-section-stack{padding-top:34px}.homepage-section-stack__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.homepage-mini-section{padding:18px}.homepage-mini-section__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.homepage-mini-section__header a{white-space:nowrap;color:var(--retail-green);font-weight:800}.premium-collections--homepage .premium-collection-card--story{display:grid;grid-gap:10px;gap:10px;min-height:0;padding:18px;border:1px solid var(--retail-border);border-radius:8px;background:linear-gradient(135deg,hsla(0,0%,100%,.98),rgba(255,247,237,.84)),var(--customer-surface)}.premium-collection-card{display:grid;align-content:end;min-height:340px;padding:20px}.premium-collection-card:before{content:"";position:absolute;inset:18px 18px auto auto;width:86px;height:86px;border-radius:8px;background:hsla(0,0%,100%,.56);transform:rotate(-8deg)}.premium-collection-card--deal{background:linear-gradient(145deg,#fff7ed,#ffe2cf)}.premium-collection-card--pantry{background:linear-gradient(145deg,#f7f3df,#e7f7ef)}.premium-collection-card--loyalty{background:linear-gradient(145deg,#eef2ff,#f6e7ff)}.premium-collection-card span{color:#64748b;font-size:.82rem;font-weight:900;text-transform:uppercase}.premium-collection-card strong{margin-top:8px;color:var(--phase6-navy);font-size:1.35rem;line-height:1.12}.product-card{background:linear-gradient(180deg,#fff,#fbfdff)}.product-card__image{min-height:285px}.product-card__body{display:grid;grid-template-rows:auto 1fr auto;min-height:292px}.product-card__title{color:var(--phase6-navy)}.product-card__status{background:hsla(0,0%,100%,.78);color:#064e3b;box-shadow:0 8px 18px rgba(16,35,63,.12)}.product-card__discount{background:#fff3cd;color:#8a4b00;box-shadow:0 10px 22px rgba(138,75,0,.14)}.product-card__footer{padding-top:14px;border-top:1px solid #edf2f7}.product-card__price-row{align-items:end}.product-card__price{font-size:1.36rem;letter-spacing:0}.product-card__unit{color:#475569;font-weight:700}.product-card__cta{min-width:84px;min-height:42px}.grocery-visual__stage{inset:46px 18px 36px}.grocery-visual__shape{filter:drop-shadow(0 22px 22px rgba(16,35,63,.22))}.grocery-visual--avocado,.grocery-visual--bananas,.grocery-visual--dates,.grocery-visual--detergent,.grocery-visual--rice,.grocery-visual--wraps{background-blend-mode:overlay,normal}.catalog-hero,.category-landing-hero,.deals-hero,.search-hero{position:relative;overflow:hidden;padding:32px;box-shadow:0 22px 52px rgba(16,35,63,.08)}.catalog-hero:after,.category-landing-hero:after,.deals-hero:after{content:"";position:absolute;right:26px;bottom:-18px;width:170px;height:130px;border-radius:8px;background:radial-gradient(circle at 24% 70%,#f7c948 0 16%,transparent 17%),radial-gradient(circle at 54% 48%,#f06f55 0 17%,transparent 18%),radial-gradient(circle at 76% 66%,#5fbf72 0 15%,transparent 16%);opacity:.65}.category-shop-layout{gap:26px}.retail-filter-panel{border-top:5px solid var(--phase6-emerald)}.retail-filter-panel span{border-radius:8px;background:#f8fafc}.checkout-layout{max-width:980px}.checkout-card{box-shadow:0 24px 58px rgba(16,35,63,.1)}.checkout-card__section{border-radius:8px}.checkout-review div{background:linear-gradient(90deg,#f8fafc,#fff);border:1px solid #e2e8f0}.checkout-button{font-size:1.05rem}.staff-page-hero{background:linear-gradient(135deg,rgba(8,120,88,.13),rgba(16,35,63,.05)),#fff}.staff-page-hero h1{color:var(--phase6-navy)}.staff-task-card{border-top:5px solid var(--phase6-emerald)}.staff-action-row .button,.staff-delivery-card button,.staff-task-card button{border-radius:999px}.staff-delivery-card{border-left:5px solid #4338ca}.staff-provider-card{background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 14px 30px rgba(15,23,42,.05)}.staff-kpi-card{position:relative;overflow:hidden}.staff-kpi-card:after{content:"";position:absolute;inset:auto 12px 12px auto;width:42px;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--phase6-emerald),var(--phase6-sun))}@media (max-width:1100px){.category-landing-hero,.delivery-confidence,.hero-banner--commercial,.premium-collections,.premium-collections__grid,.search-hero__layout{grid-template-columns:1fr}.premium-collection-card{min-height:180px}.search-top-categories{grid-template-columns:1fr}}@media (max-width:720px){.hero-banner--commercial .hero-banner__content{min-height:360px;justify-content:flex-end;background:linear-gradient(180deg,rgba(255,252,247,.98),rgba(255,252,247,.94) 58%,rgba(255,252,247,.42)),#fffcf7}.hero-banner__asset{object-position:58% 50%}.hero-banner--commercial h1{font-size:2.35rem}.premium-collections__feature{min-height:260px}.delivery-confidence img{min-height:220px}.product-card__image{min-height:176px}.product-card__body{min-height:auto}}.customer-service-strip{display:flex;justify-content:center;gap:32px;padding:9px 24px;background:var(--customer-brand-strong);color:hsla(0,0%,100%,.92);font-size:.78rem;font-weight:600;letter-spacing:.02em}.customer-service-strip span:before{content:"·";margin-right:8px;color:var(--customer-accent);font-weight:900}.customer-mobile-categories{display:none}.customer-mega-nav{border-top:1px solid rgba(220,230,242,.7)}.customer-mega-nav__inner{gap:8px;overflow-x:auto;padding:0 24px 10px}.category-subnav::-webkit-scrollbar,.customer-mega-nav__inner::-webkit-scrollbar,.deals-tabs::-webkit-scrollbar,.search-suggestions::-webkit-scrollbar{display:none}.customer-mega-link{min-height:38px;padding:0 12px;white-space:nowrap;border-radius:999px;color:var(--customer-text);font-size:.9rem;font-weight:800}.customer-mobile-nav{display:none}.hero-banner--commercial .hero-banner__content{min-height:420px;color:#fff;background:linear-gradient(90deg,rgba(15,61,46,.95),rgba(15,61,46,.72)),linear-gradient(135deg,#2f855a,#f97316)}.hero-banner--commercial .hero-banner__eyebrow,.hero-banner--commercial p{color:hsla(0,0%,100%,.84)}.retail-campaign-card{border-radius:8px}.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;padding-top:28px}.checkout-trust-grid>div,.trust-strip>div{padding:16px 18px;border:1px solid var(--customer-line);border-left:3px solid var(--customer-brand);border-radius:12px;background:var(--customer-surface);box-shadow:var(--customer-shadow-soft)}.checkout-trust-grid strong,.trust-strip strong{display:block;margin-bottom:4px}.checkout-trust-grid span,.trust-strip span{display:block;color:var(--customer-text-soft);font-size:.86rem;line-height:1.45}.trust-strip--compact{padding-top:18px}.promo-card--retail{min-height:210px;border-radius:8px}.promo-card--retail a{display:inline-flex;margin-top:18px;color:var(--customer-brand-strong);font-weight:800}.buy-again-band,.category-landing-hero,.deals-hero,.loyalty-spotlight,.search-hero{margin-top:28px;padding:20px;border:1px solid var(--customer-line);border-radius:8px;background:var(--customer-surface);box-shadow:var(--customer-shadow)}.buy-again-band,.deals-hero,.loyalty-spotlight{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);grid-gap:20px;gap:20px;align-items:center}.buy-again-band h2,.category-landing-hero h1,.deals-hero h1,.loyalty-spotlight h2,.search-hero h1{margin:0;font-size:clamp(1.75rem,3vw,2.4rem)}.buy-again-band p,.category-landing-hero p,.deals-hero p,.loyalty-spotlight p,.search-hero p{color:var(--customer-text-soft);line-height:1.6}.buy-again-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.buy-again-list a{display:grid;grid-gap:6px;gap:6px;padding:16px;border-radius:8px;background:var(--customer-surface-muted)}.buy-again-list b,.buy-again-list span{color:var(--customer-text-soft);font-size:.9rem}.loyalty-spotlight{grid-template-columns:minmax(0,1fr) auto;background:linear-gradient(135deg,rgba(15,139,111,.1),rgba(249,115,22,.1)),var(--customer-surface)}.product-card{position:relative;border-radius:8px;display:flex;flex-direction:column;background:linear-gradient(180deg,hsla(0,0%,100%,.98),hsla(42,56%,96%,.94));transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-3px);border-color:rgba(11,122,90,.28);box-shadow:0 22px 44px rgba(19,40,72,.12)}.product-card:after{content:"";position:absolute;left:18px;right:18px;bottom:58px;height:8px;border-radius:999px;background:rgba(121,95,48,.08);filter:blur(10px);pointer-events:none}.product-card--fresh{background:linear-gradient(180deg,rgba(248,252,249,.98),hsla(0,0%,100%,.96))}.product-card--bakery{background:linear-gradient(180deg,hsla(34,78%,96%,.98),hsla(0,0%,100%,.96))}.product-card--dairy{background:linear-gradient(180deg,rgba(244,248,255,.98),hsla(0,0%,100%,.96))}.product-card--drinks{background:linear-gradient(180deg,rgba(243,249,255,.98),hsla(0,0%,100%,.96))}.product-card--baby{background:linear-gradient(180deg,rgba(252,246,250,.98),hsla(0,0%,100%,.96))}.product-card--household{background:linear-gradient(180deg,rgba(244,247,246,.98),hsla(0,0%,100%,.96))}.product-card--personal-care{background:linear-gradient(180deg,rgba(253,246,249,.98),hsla(0,0%,100%,.96))}.product-card--pantry{background:linear-gradient(180deg,hsla(42,56%,96%,.98),hsla(0,0%,100%,.96))}.product-card__image{min-height:174px;aspect-ratio:1/.9;padding:0;border-bottom:1px solid hsla(0,0%,100%,.14);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card__image--photo{background:linear-gradient(180deg,#f9f4ea,#f4ecdf);border-bottom-color:rgba(31,63,51,.08)}.product-card__image--loading{background:linear-gradient(180deg,#f8f2e8,#f2e8d9)}.product-card__discount{position:absolute;top:10px;right:12px;display:inline-flex;padding:6px 9px;border-radius:999px;background:#ffedd5;color:#9a3412;font-size:.78rem;font-weight:900}.product-card__rank{margin:0 0 6px;color:var(--customer-success);font-size:.76rem;font-weight:800}.product-card__cta{align-items:center;gap:8px;border-radius:999px}.product-card__cta strong{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:hsla(0,0%,100%,.2)}.product-card__fallback,.product-card__image-stage{position:absolute;inset:0;overflow:hidden}.product-card__image-stage--real{display:grid;place-items:center;padding:10px 12px 8px;background:radial-gradient(circle at 50% 18%,hsla(0,0%,100%,.82),hsla(0,0%,100%,0) 48%),linear-gradient(180deg,rgba(255,252,247,.92),hsla(37,51%,92%,.96))}.product-card--fresh .product-card__image-stage--real{background:radial-gradient(circle at 50% 18%,hsla(0,0%,100%,.86),hsla(0,0%,100%,0) 48%),linear-gradient(180deg,#f5fbf6,#e6f2e8)}.product-card--bakery .product-card__image-stage--real{background:radial-gradient(circle at 50% 18%,hsla(0,0%,100%,.86),hsla(0,0%,100%,0) 48%),linear-gradient(180deg,#fff9f1,#f6e8d7)}.product-card--drinks .product-card__image-stage--real{background:radial-gradient(circle at 50% 18%,hsla(0,0%,100%,.86),hsla(0,0%,100%,0) 48%),linear-gradient(180deg,#f4fbff,#e1edf9)}.product-card--baby .product-card__image-stage--real{background:radial-gradient(circle at 50% 18%,hsla(0,0%,100%,.86),hsla(0,0%,100%,0) 48%),linear-gradient(180deg,#fff9fc,#f5e7ef)}.product-card--household .product-card__image-stage--real{background:radial-gradient(circle at 50% 18%,hsla(0,0%,100%,.86),hsla(0,0%,100%,0) 48%),linear-gradient(180deg,#f8fbfa,#e9efec)}.product-card--personal-care .product-card__image-stage--real{background:radial-gradient(circle at 50% 18%,hsla(0,0%,100%,.86),hsla(0,0%,100%,0) 48%),linear-gradient(180deg,#fff8fb,#f5e5ee)}.product-card__image-stage--real:after{content:"";position:absolute;inset:0;box-shadow:inset 0 -18px 28px rgba(91,69,28,.06);pointer-events:none}.product-card__photo-skeleton{position:absolute;inset:14px 16px 12px;border-radius:18px;background:linear-gradient(90deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.62),hsla(0,0%,100%,.25)),linear-gradient(180deg,#f1e8d9,#e8ddcc);background-size:240px 100%,100% 100%;animation:retail-image-shimmer 1.6s linear infinite}.product-card__proxy-image{position:relative;z-index:1;width:min(100%,182px);max-width:100%;height:min(100%,164px);max-height:164px;object-fit:contain;object-position:center;opacity:0;transition:opacity .18s ease;filter:drop-shadow(0 18px 20px rgba(62,45,18,.08))}.product-card__proxy-image--loaded{opacity:1}.product-card__fallback-image{width:100%;height:100%;object-fit:cover}.product-detail__proxy-image{width:100%;height:100%;min-height:464px;object-fit:contain;display:block;object-position:center;opacity:0;transition:opacity .18s ease}.product-detail__proxy-image--loaded{opacity:1}.product-card__fallback-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,57,45,.06),rgba(21,57,45,.5)),linear-gradient(0deg,hsla(0,0%,100%,.1),transparent 38%)}.product-card__fallback-copy{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;display:grid;grid-gap:4px;gap:4px}.product-card__fallback-copy small{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.78);color:var(--customer-brand-strong);font-size:.72rem;font-weight:800}.product-card__fallback-copy strong{max-width:14rem;font-size:.98rem;line-height:1.16;text-shadow:0 10px 24px rgba(20,35,59,.28)}.product-card__fallback--fresh{background:linear-gradient(135deg,#dff2de,#90c68e)}.product-card__fallback--bakery{background:linear-gradient(135deg,#f4dcc0,#ddae7b)}.product-card__fallback--dairy-eggs{background:linear-gradient(135deg,#e9f1ff,#bfd4ff)}.product-card__fallback--drinks{background:linear-gradient(135deg,#d9f5f2,#94d1ca)}.product-card__fallback--pantry{background:linear-gradient(135deg,#f2ecd4,#dacb93)}.product-card__fallback--snacks{background:radial-gradient(circle at 24% 28%,hsla(0,0%,100%,.34),transparent 16%),linear-gradient(135deg,#f6d7bd,#e39b6e)}.product-card__fallback--baby-kids{background:radial-gradient(circle at 76% 24%,hsla(0,0%,100%,.34),transparent 15%),linear-gradient(135deg,#f7dce8,#e7bfd2)}.product-card__fallback--household{background:linear-gradient(135deg,#dbeff2,#9fc4c9)}.product-card__fallback--personal-care{background:radial-gradient(circle at 18% 24%,hsla(0,0%,100%,.3),transparent 14%),linear-gradient(135deg,#e5e1f3,#c6c0e2)}.category-landing-hero{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1fr) minmax(220px,.5fr);grid-gap:18px;gap:18px;align-items:stretch;color:var(--customer-text)}.category-landing-hero__media{overflow:hidden;border-radius:8px;min-height:240px;background:linear-gradient(135deg,#f4f6ef,#dceada)}.category-landing-hero__media img{width:100%;height:100%;object-fit:cover}.category-landing-hero__tint{display:block;width:100%;height:100%}.category-landing-hero__copy{display:grid;align-content:center}.category-landing-hero__pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.category-landing-hero__pills span{display:inline-flex;padding:9px 12px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(217,228,220,.9);color:var(--customer-brand-strong);font-size:.8rem;font-weight:800}.category-landing-hero__stats{display:grid;align-content:center;grid-gap:8px;gap:8px;min-width:190px;padding:18px;border-radius:8px;background:hsla(0,0%,100%,.82)}.category-landing-hero__stats small{color:var(--customer-text-soft);line-height:1.45}.category-subnav,.deals-tabs,.search-suggestions{display:flex;gap:10px;overflow-x:auto;padding:18px 0 0}.category-subnav a,.deals-tabs span,.search-suggestions a{display:inline-flex;white-space:nowrap;padding:10px 14px;border:1px solid var(--customer-line);border-radius:999px;background:var(--customer-surface);color:var(--customer-text);font-weight:800}.search-hero__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.34fr);grid-gap:14px}.search-hero__summary{display:grid;grid-gap:10px}.search-hero__summary div,.search-top-categories a{border:1px solid var(--customer-line);border-radius:18px;background:hsla(0,0%,100%,.86);box-shadow:var(--customer-shadow-soft)}.search-hero__summary div{display:grid;grid-gap:2px;gap:2px}.search-hero__summary span{color:var(--customer-text-soft);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.search-top-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.search-top-categories a{display:grid;grid-gap:6px;gap:6px;padding:16px}.search-top-categories span{color:var(--customer-text-soft);line-height:1.45;font-size:.9rem}.search-top-categories--compact{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}.search-top-categories--compact a{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:999px;background:hsla(0,0%,100%,.92);box-shadow:none}.category-shop-layout{display:grid;grid-template-columns:188px minmax(0,1fr);grid-gap:18px;padding-top:18px}.retail-filter-panel{position:-webkit-sticky;position:sticky;top:158px;align-self:start;display:grid;grid-gap:10px;padding:14px;border:1px solid var(--customer-line);border-radius:8px;background:var(--customer-surface);box-shadow:var(--customer-shadow-soft)}.retail-filter-panel span{color:var(--customer-text-soft);font-weight:700}.retail-sort-bar{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:8px;background:var(--customer-surface);border:1px solid var(--customer-line)}.category-section-tight{padding-top:18px}.search-page-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;margin-top:14px}.search-page-form input{margin:0}.empty-retail-state{padding:34px;border:1px dashed var(--customer-line);border-radius:8px;background:var(--customer-surface)}.deals-hero{background:linear-gradient(135deg,rgba(249,115,22,.16),rgba(15,139,111,.12)),var(--customer-surface)}.deals-hero__coupon{padding:20px;border-radius:8px;background:#fff;border:1px solid var(--customer-line)}.deals-hero__coupon span{color:var(--customer-text-soft)}.deals-hero__coupon strong{display:block;margin-top:8px;font-size:1.8rem}.checkout-progress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;margin-top:18px}.checkout-progress span{padding:10px;border-radius:999px;background:var(--customer-surface);border:1px solid var(--customer-line);text-align:center;font-size:.84rem;font-weight:800}.checkout-trust-grid,.replacement-grid,.slot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.replacement-grid button,.slot-card{display:grid;grid-gap:6px;gap:6px;text-align:left;border-radius:8px;background:var(--customer-surface-muted)}.slot-card span{color:var(--customer-text-soft);font-size:.86rem}.slot-card--active{border-color:var(--customer-brand);background:#eff6ff}.checkout-trust-grid{margin-top:22px}.product-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1100px){.buy-again-list,.catalog-grid--rail,.checkout-trust-grid,.homepage-section-stack__grid,.replacement-grid,.slot-grid,.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.buy-again-band,.category-shop-layout,.deals-hero,.homepage-showcase,.homepage-showcase--reverse,.loyalty-spotlight{grid-template-columns:1fr}.retail-filter-panel{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.customer-mega-nav,.customer-service-strip{display:none}.customer-mobile-categories{display:flex;gap:8px;overflow-x:auto;padding:10px 16px;border-top:1px solid rgba(220,230,242,.6);scrollbar-width:none}.customer-mobile-categories::-webkit-scrollbar{display:none}.customer-mobile-category-chip{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:8px 13px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(165,185,209,.5);color:var(--customer-text);font-size:.82rem;font-weight:700;flex-shrink:0}.customer-mobile-category-chip .customer-chip__dot{width:7px;height:7px;border-radius:999px;flex-shrink:0}.customer-shell{padding-bottom:132px}.customer-mobile-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:45;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px;padding:8px;border-radius:20px;background:hsla(0,0%,100%,.97);border:1px solid rgba(165,185,209,.5);box-shadow:0 8px 32px rgba(20,35,59,.14),0 2px 6px rgba(20,35,59,.06)}.customer-mobile-nav a{display:grid;place-items:center;min-height:44px;border-radius:12px;color:var(--customer-text-soft);font-size:.72rem;font-weight:800;transition:background .14s ease,color .14s ease}.customer-mobile-nav a:active,.customer-mobile-nav a:hover{background:var(--customer-fresh);color:var(--customer-brand)}.customer-mobile-nav__cart{position:relative;background:var(--customer-brand);color:#fff!important;border-radius:12px}.customer-mobile-nav__cart strong{position:absolute;top:4px;right:6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--customer-accent);color:var(--customer-brand-strong);font-size:.64rem;font-weight:900;display:inline-flex;align-items:center;justify-content:center;line-height:1}.hero-banner--commercial .hero-banner__content{min-height:300px;padding:20px}.buy-again-list,.catalog-grid--rail,.checkout-progress,.checkout-trust-grid,.homepage-section-stack__grid,.product-trust-grid,.replacement-grid,.slot-grid,.trust-strip{grid-template-columns:1fr}.homepage-mini-section,.homepage-showcase__copy{padding:16px}.homepage-mini-section__header{flex-direction:column}.category-landing-hero{gap:14px}.retail-filter-panel{display:flex;overflow-x:auto}.search-page-form{grid-template-columns:1fr}.product-card__image{min-height:210px}.floating-cart{bottom:74px}.search-top-categories{grid-template-columns:1fr}}:root{--retail-ink:#14233b;--retail-green:#0b7a5a;--retail-mint:#e7f7ef;--retail-gold:#f5b642;--retail-coral:#ef6f45;--retail-blue:#1f6feb;--retail-shadow:0 18px 44px rgba(20,35,59,.12);--retail-border:#d7e2ef;--merch-fresh:#edf7ef;--merch-bakery:#fbf0e4;--merch-dairy:#edf4ff;--merch-drinks:#eaf5ff;--merch-baby:#f9eef5;--merch-household:#eef3f1;--merch-personal-care:#fbeef4;--merch-pantry:#f6f0e3}.customer-app{background:linear-gradient(180deg,#f7fbf8,#eef5f7 44%,#f8fafc)}.customer-shell{padding-bottom:138px}.customer-header{box-shadow:0 10px 26px rgba(20,35,59,.06)}.customer-brand__mark,.staff-brand span{box-shadow:0 12px 24px rgba(33,81,63,.16)}.customer-actions a,.customer-chip,.customer-mega-link,.customer-search{border-color:rgba(165,185,209,.64)}.category-subnav a:hover,.customer-chip:hover,.customer-mega-link:hover,.deals-tabs span:hover,.search-suggestions a:hover{color:var(--retail-green);background:#fff;box-shadow:0 10px 20px rgba(20,35,59,.07)}.hero-banner--commercial .hero-banner__content{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(255,252,247,.98),rgba(255,252,247,.94) 38%,rgba(255,252,247,.72) 56%,rgba(255,252,247,.08)),#fffcf7;color:var(--retail-ink)}.hero-banner__asset{position:absolute;inset:0;height:100%;display:block;object-fit:cover;pointer-events:none;z-index:0}.hero-banner__asset img{height:100%}.hero-banner__copy{position:relative;z-index:2;max-width:680px}.hero-banner--commercial .hero-banner__content:after{content:none;position:absolute;right:-2%;bottom:-6%;width:min(42%,360px);aspect-ratio:1;background:linear-gradient(140deg,transparent 0 26%,hsla(0,0%,100%,.24) 26% 29%,transparent 29%),linear-gradient(70deg,hsla(0,0%,100%,.18),transparent 46%),linear-gradient(135deg,#f8d66d,#ef6f45);-webkit-clip-path:polygon(18% 15%,100% 6%,88% 88%,8% 100%);clip-path:polygon(18% 15%,100% 6%,88% 88%,8% 100%);opacity:.9}.hero-banner--commercial .hero-banner__content>*{position:relative;z-index:1}.hero-banner--commercial .hero-banner__content:before{content:none}.hero-banner--commercial .hero-banner__eyebrow{color:var(--retail-green)}.hero-banner--commercial .hero-banner__actions .customer-secondary{background:hsla(0,0%,100%,.78)}.hero-banner--commercial{grid-template-columns:minmax(0,1.2fr) minmax(300px,.78fr)}.hero-banner--commercial .hero-banner__content{display:flex;flex-direction:column;justify-content:flex-end;min-height:clamp(340px,38vw,500px);padding:clamp(22px,3vw,36px)}.hero-banner__copy{max-width:620px}.hero-banner--commercial h1{max-width:580px;font-size:clamp(2.2rem,4.1vw,4.2rem)}.hero-banner--commercial p{max-width:520px;font-size:.98rem;line-height:1.55}.hero-banner--commercial .hero-banner__copy p{color:rgba(20,35,59,.72);text-shadow:0 1px 0 hsla(0,0%,100%,.58)}.hero-banner__panel-top{margin-bottom:14px}.hero-banner__metric{padding:16px}.hero-delivery-promise{margin-top:14px}.hero-delivery-promise__slot{padding:10px 14px}.hero-banner__debug-source{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:hsla(0,0%,100%,.82);border:1px solid rgba(8,120,88,.14);color:var(--phase6-emerald);font-size:.76rem;font-weight:800;letter-spacing:.04em}.homepage-kit-section+.homepage-kit-section{margin-top:22px}.trust-strip.homepage-kit-section{margin-top:18px}.catalog-section,.category-band,.delivery-confidence,.premium-collections--homepage{padding-top:18px}.premium-collections--homepage{gap:16px}.premium-collections__feature{min-height:340px}.premium-collections__grid{gap:14px}.floating-cart{bottom:20px;min-width:228px;padding:10px 12px}.retail-campaign-card{background:linear-gradient(180deg,rgba(231,247,239,.92),hsla(0,0%,100%,.96)),var(--customer-surface);border-color:rgba(11,122,90,.2)}.buy-again-band,.cart-item,.cart-summary__card,.category-landing-hero,.category-tile,.checkout-card,.checkout-trust-grid>div,.deals-hero,.hero-banner__metric,.hero-banner__mini-grid div,.loyalty-spotlight,.product-detail__content,.promo-card,.search-hero,.staff-kpi-card,.staff-page-hero,.staff-panel,.staff-task-card,.trust-strip>div{border-radius:8px;border-color:var(--retail-border)}.hero-banner__metric{grid-template-columns:112px 1fr;align-items:center}.hero-banner__metric-image{width:112px;height:84px;border-radius:8px;border:1px solid rgba(11,122,90,.14)}.hero-banner__eyebrow,.section-heading__eyebrow,.staff-eyebrow{letter-spacing:.08em}.promo-card--retail{background:linear-gradient(135deg,hsla(0,0%,100%,.98),rgba(255,247,237,.88)),var(--customer-surface);border-left:5px solid var(--retail-coral)}.category-tile{position:relative;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.category-tile--fresh{background:linear-gradient(180deg,rgba(237,247,239,.98),hsla(0,0%,100%,.96))}.category-tile--bakery{background:linear-gradient(180deg,hsla(31,74%,94%,.98),hsla(0,0%,100%,.96))}.category-tile--dairy{background:linear-gradient(180deg,rgba(237,244,255,.98),hsla(0,0%,100%,.96))}.category-tile--drinks{background:linear-gradient(180deg,rgba(234,245,255,.98),hsla(0,0%,100%,.96))}.category-tile--baby{background:linear-gradient(180deg,rgba(249,238,245,.98),hsla(0,0%,100%,.96))}.category-tile--household{background:linear-gradient(180deg,rgba(238,243,241,.98),hsla(0,0%,100%,.96))}.category-tile--personal-care{background:linear-gradient(180deg,rgba(251,238,244,.98),hsla(0,0%,100%,.96))}.category-tile--pantry{background:linear-gradient(180deg,hsla(41,51%,93%,.98),hsla(0,0%,100%,.96))}.category-tile:after{content:"";position:absolute;right:18px;bottom:16px;width:48px;height:34px;border-radius:8px;background:hsla(0,0%,100%,.42);transform:skew(-12deg)}.category-tile__image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;margin-bottom:16px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.36)}.category-tile:hover{transform:translateY(-3px);border-color:rgba(11,122,90,.32);box-shadow:var(--retail-shadow)}.grocery-visual{isolation:isolate;overflow:hidden}.grocery-visual:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(145deg,hsla(0,0%,100%,.28),transparent 38%),linear-gradient(0deg,rgba(20,35,59,.16),transparent 38%)}.grocery-visual:after{content:"";position:absolute;left:12%;right:12%;bottom:20px;z-index:0;height:16px;border-radius:999px;background:rgba(20,35,59,.18);filter:blur(12px)}.grocery-visual__stage{position:absolute;inset:54px 20px 36px;z-index:1;display:block}.grocery-visual__shape{position:absolute;display:block;filter:drop-shadow(0 18px 20px rgba(20,35,59,.2))}.grocery-visual__shape--main{left:19%;bottom:8%;width:42%;height:48%;border-radius:44% 46% 42% 48%;background:#f8d66d}.grocery-visual__shape--side{right:18%;bottom:10%;width:30%;height:40%;border-radius:8px 8px 18px 18px;background:#fff8df}.grocery-visual__shape--accent{left:42%;top:16%;width:16%;height:18%;border-radius:999px 999px 999px 20px;background:#0b7a5a;transform:rotate(-22deg)}.grocery-visual--bananas .grocery-visual__shape--main,.grocery-visual--bananas .grocery-visual__shape--side{height:16%;border-radius:999px 12px 999px 12px;background:#ffe06b;transform:rotate(-18deg)}.grocery-visual--bananas .grocery-visual__shape--side{right:22%;bottom:23%;background:#ffd15c;transform:rotate(12deg)}.grocery-visual--rice .grocery-visual__shape--main{width:48%;height:58%;border-radius:10px 10px 22px 22px;background:linear-gradient(180deg,#fffdf2,#e6d9b8)}.grocery-visual--rice .grocery-visual__shape--side{width:20%;background:#0b7a5a}.grocery-visual--dates .grocery-visual__shape--main,.grocery-visual--dates .grocery-visual__shape--side{border-radius:999px;background:#7f3f2a}.grocery-visual--dates .grocery-visual__shape--side{background:#a35b37}.grocery-visual--detergent .grocery-visual__shape--main{width:34%;height:60%;border-radius:14px 14px 22px 22px;background:linear-gradient(180deg,#e7fbff,#4eb9d4)}.grocery-visual--detergent .grocery-visual__shape--side{width:18%;height:18%;border-radius:8px;background:#103a67}.grocery-visual--wraps .grocery-visual__shape--main{width:54%;height:30%;border-radius:16px;background:#f2c98b;transform:rotate(-8deg)}.grocery-visual--wraps .grocery-visual__shape--side{border-radius:999px;background:#d24f35}.grocery-visual--avocado .grocery-visual__shape--main,.grocery-visual--avocado .grocery-visual__shape--side{border-radius:52% 48% 58% 42%;background:#416f43}.grocery-visual--avocado .grocery-visual__shape--accent{left:32%;top:44%;width:13%;height:13%;background:#c99b43}.cart-item__image,.product-card__image,.product-detail__main-image{position:relative}.cart-item__image>span:not(.grocery-visual__stage),.product-card__discount,.product-card__status,.product-card__visual,.product-detail__main-image>span:not(.grocery-visual__stage){position:relative;z-index:2}.cart-item__image>span:not(.grocery-visual__stage),.product-card__visual,.product-detail__main-image>span:not(.grocery-visual__stage){padding:10px 12px;border-radius:8px;background:hsla(0,0%,100%,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--customer-brand-strong);text-shadow:none}@keyframes retail-image-shimmer{0%{background-position:-220px 0,0 0}to{background-position:220px 0,0 0}}.product-card__badge{background:#eef7f2;color:#0a6b50}.product-card__badge:nth-child(2n){background:#fff7ed;color:#b45309}.product-card__badge--best-seller{background:#ecf6ef;color:#0a6b50}.product-card__badge--new{background:#eef3ff;color:#3156c7}.product-card__badge--popular{background:#fff4e7;color:#b86112}.product-card__badge--low-stock{background:#fff1ea;color:#b93815}.product-card__badge--family-favorite{background:#f7eef8;color:#9a3a8a}.product-card__badge--best-value{background:#fff8df;color:#9e6b00}.product-card__price{color:#0a6b50;font-size:1.32rem}.customer-primary,.product-card__cta,button.primary{background:linear-gradient(135deg,#0b7a5a,#1f6feb);border-color:transparent;color:#fff}.customer-primary:hover,.product-card__cta:hover,button.primary:hover{box-shadow:0 14px 28px rgba(11,122,90,.24)}.catalog-section{position:relative}.catalog-section:after{content:"";position:absolute;left:10px;right:10px;bottom:-2px;height:14px;border-radius:999px;background:rgba(112,90,50,.08);filter:blur(12px);pointer-events:none}.catalog-section--fresh .section-heading__eyebrow{color:#1f7b54}.catalog-section--bakery .section-heading__eyebrow{color:#b06a2d}.catalog-section--drinks .section-heading__eyebrow{color:#2d6ab0}.catalog-section--baby .section-heading__eyebrow{color:#ad5f99}.catalog-section--household .section-heading__eyebrow{color:#4c6e66}.catalog-section--pantry .section-heading__eyebrow{color:#9a6d1d}.catalog-section .catalog-grid--rail{position:relative;padding:8px 4px 20px}.catalog-section .catalog-grid--rail:after{content:"";position:absolute;left:6px;right:6px;bottom:4px;height:8px;border-radius:999px;background:linear-gradient(180deg,rgba(153,122,72,.16),rgba(153,122,72,.04))}.catalog-grid--rail .product-card__image,.product-card--compact .product-card__image{min-height:148px;aspect-ratio:4/3}.catalog-grid--rail .product-card__proxy-image,.product-card--compact .product-card__proxy-image{width:min(100%,132px);height:min(100%,112px);max-height:112px}.catalog-grid--rail .product-card__fallback-copy{left:10px;right:10px;bottom:10px}.catalog-grid--rail .product-card__fallback-copy small{padding:4px 8px;font-size:.64rem}.catalog-grid--rail .product-card__fallback-copy strong{font-size:.84rem;line-height:1.12}.product-card__image--rail-no-image{min-height:96px;aspect-ratio:auto}.product-card__fallback--rail{background-position:50%}.product-card__fallback--rail .product-card__fallback-overlay{background:linear-gradient(180deg,rgba(21,57,45,.04),rgba(21,57,45,.62)),linear-gradient(0deg,hsla(0,0%,100%,.08),transparent 38%)}.product-card__fallback--no-image{display:grid;place-items:center;background:linear-gradient(180deg,rgba(255,252,247,.98),hsla(38,44%,92%,.98))}.product-card__fallback-no-image-copy{display:grid;grid-gap:4px;gap:4px;padding:14px 12px;text-align:center}.product-card__fallback-no-image-copy small{color:var(--customer-brand);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.product-card__fallback-no-image-copy strong{color:var(--customer-text);font-size:.84rem;line-height:1.16}.product-detail__related-section{margin-top:12px}.product-detail__related-rail{margin-top:4px}.product-detail__related-rail .product-card{min-height:100%}.product-detail__related-rail .product-card:after{bottom:48px;height:6px}.catalog-hero,.category-landing-hero,.deals-hero,.search-hero{background:linear-gradient(135deg,rgba(231,247,239,.92),rgba(255,247,237,.78)),#fff}.deals-hero__coupon,.empty-retail-state,.retail-filter-panel,.retail-sort-bar{box-shadow:var(--customer-shadow-soft)}.cart-summary__card,.checkout-card{border-top:5px solid var(--retail-green)}.checkout-progress span:first-child,.checkout-progress span:nth-child(2){background:#ecfdf5;border-color:rgba(11,122,90,.26);color:#0a6b50}.replacement-grid button:hover,.slot-card--active{border-color:var(--retail-green);background:#ecfdf5}.staff-app{min-height:100vh;display:grid;grid-template-columns:282px minmax(0,1fr);background:linear-gradient(180deg,#f7fafc,#edf3f7)}.staff-sidebar{display:flex;flex-direction:column;gap:18px;padding:22px 18px;background:hsla(0,0%,100%,.95);border-right:1px solid #d8e0ec;box-shadow:12px 0 30px rgba(15,23,42,.04)}.staff-brand{display:flex;align-items:center;gap:12px;padding:4px 6px 14px;border-bottom:1px solid #e2e8f0}.staff-brand span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#fff;font-weight:900}.staff-brand strong,.staff-context strong,.staff-topbar strong{display:block}.staff-brand small,.staff-context small,.staff-context span,.staff-delivery-card p,.staff-driver-row span,.staff-hero-metric small,.staff-kpi-card small,.staff-page-hero p,.staff-provider-card p,.staff-task-card p,.staff-topbar span{color:#64748b}.staff-nav{display:grid;grid-gap:8px;gap:8px}.staff-nav a{min-height:44px;display:flex;align-items:center;padding:0 13px;border-radius:8px;border:1px solid #d8e0ec;background:#f8fafc;color:#22324d;font-weight:800}.staff-nav a:hover{background:#fff;border-color:#9fb3c8;box-shadow:0 12px 22px rgba(15,23,42,.06)}.staff-context{display:grid;grid-gap:4px;gap:4px;margin-top:auto;padding:16px;border-radius:8px;border:1px solid #d8e0ec;background:#fff}.staff-main{min-width:0}.staff-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 28px;border-bottom:1px solid #d8e0ec;background:hsla(0,0%,100%,.72);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.staff-action-row,.staff-topbar__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.staff-topbar__meta span{padding:9px 12px;border:1px solid #d8e0ec;border-radius:999px;background:#fff;font-weight:800}.staff-shell-content{max-width:1220px}.staff-page-hero{display:grid;grid-template-columns:minmax(0,1fr) 230px;grid-gap:18px;gap:18px;align-items:end;padding:24px;background:linear-gradient(135deg,rgba(11,122,90,.1),rgba(31,111,235,.08)),#fff;box-shadow:0 18px 38px rgba(15,23,42,.06)}.staff-lane h2,.staff-page-hero h1,.staff-panel h2{margin:0}.staff-page-hero h1{font-size:clamp(2rem,4vw,3rem);line-height:1.02}.staff-hero-metric,.staff-kpi-card{display:grid;grid-gap:6px;gap:6px;padding:16px;background:#fff;border:1px solid #d8e0ec}.staff-hero-metric strong,.staff-kpi-card strong{color:#0f172a;font-size:1.8rem;line-height:1}.staff-kpi-grid,.staff-provider-grid,.staff-work-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.staff-provider-grid,.staff-work-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.staff-lane,.staff-panel,.staff-task-card{background:#fff;border:1px solid #d8e0ec;box-shadow:0 18px 38px rgba(15,23,42,.06)}.staff-panel{margin-top:18px;padding:18px}.staff-panel__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:16px}.staff-filter-pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.78rem;font-weight:900}.staff-table th{color:#64748b;font-size:.78rem;text-transform:uppercase}.staff-table td,.staff-table th{border-color:#e2e8f0}.staff-task-card{display:grid;grid-gap:16px;gap:16px;min-height:238px;padding:18px;border-radius:8px}.staff-task-card--compact{min-height:auto}.staff-task-card h3{margin:12px 0 6px}.staff-checklist-preview{display:grid;grid-gap:8px;gap:8px}.staff-checklist-preview span,.staff-driver-row{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;background:#f8fafc;color:#475569;font-size:.88rem}.staff-lane-board{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);grid-gap:18px;gap:18px;margin-top:18px}.staff-lane{display:grid;grid-gap:12px;gap:12px;align-content:start;padding:18px;border-radius:8px}.staff-delivery-card{display:flex;align-items:center;justify-content:space-between;gap:18px}.staff-action-row--top{margin-top:18px}.staff-provider-card{padding:16px;border:1px solid #d8e0ec;border-radius:8px;background:#f8fafc}.status-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:6px 9px;border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.02em}.status-badge--accepted,.status-badge--new{background:#eff6ff;color:#1d4ed8}.status-badge--packing,.status-badge--picking{background:#fff7ed;color:#c2410c}.status-badge--delivered,.status-badge--ready{background:#ecfdf5;color:#047857}.status-badge--out_for_delivery{background:#eef2ff;color:#4338ca}.status-badge--cancelled,.status-badge--failed{background:#fef2f2;color:#b91c1c}.executive-app{min-height:100vh;display:grid;grid-template-columns:300px minmax(0,1fr);background:radial-gradient(circle at 16% 10%,rgba(255,200,87,.12),transparent 26%),linear-gradient(135deg,#fffcf7,#edf7fb 46%,#f8fafc);color:#10233f}.executive-app--blocked{display:grid;place-items:center;padding:24px}.executive-app--presentation .executive-filters,.executive-app--presentation .executive-sidebar,.executive-app--presentation .executive-table-panel{display:none}.executive-app--presentation{grid-template-columns:1fr}.executive-app--presentation .executive-main{max-width:1480px;width:100%;margin:0 auto}.executive-app--presentation .executive-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.executive-blocked-card{max-width:640px;padding:34px;border:1px solid #d8e2ec;border-radius:8px;background:hsla(0,0%,100%,.92);box-shadow:0 28px 70px rgba(16,35,63,.12)}.executive-blocked-card h1{margin:10px 0 12px;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.executive-blocked-card p{margin:0 0 22px;color:#48627c;line-height:1.65}.executive-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:26px;padding:28px;background:#10233f;color:#fffcf7}.executive-brand{display:flex;align-items:center;gap:14px}.executive-brand>span{display:grid;place-items:center;width:48px;height:48px;border-radius:8px;background:linear-gradient(145deg,#087858,#ffc857);color:#fff;font-weight:900}.executive-brand small,.executive-sidebar nav a,.executive-user-card small,.executive-user-card span{color:rgba(255,252,247,.72)}.executive-sidebar nav{display:grid;grid-gap:8px;gap:8px}.executive-sidebar nav a{padding:12px 14px;border-radius:8px;background:hsla(0,0%,100%,.06);font-weight:800}.executive-user-card{margin-top:auto;padding:16px;border:1px solid hsla(0,0%,100%,.16);border-radius:8px;background:hsla(0,0%,100%,.08)}.executive-user-card small,.executive-user-card span,.executive-user-card strong{display:block}.executive-main{min-width:0;padding:clamp(22px,4vw,42px)}.executive-hero{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:clamp(28px,5vw,48px);border:1px solid #d8e2ec;border-radius:8px;background:linear-gradient(90deg,rgba(255,252,247,.96),rgba(255,252,247,.78)),url(/assets/bloomha/launch/p1-launch-market-table.png) 50% /cover;box-shadow:0 28px 70px rgba(16,35,63,.12)}.executive-hero h1{max-width:760px;margin:0;font-size:clamp(2.4rem,5vw,5.2rem);line-height:.98;letter-spacing:0}.executive-hero p:not(.executive-eyebrow){max-width:660px;margin:16px 0 0;color:#36516b;font-size:1.05rem;line-height:1.65}.executive-hero__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.executive-hero button{border:1px solid #10233f;border-radius:999px;padding:11px 16px;background:#10233f;color:#fff;font-weight:900}.executive-eyebrow{margin:0;color:#087858;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.executive-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:18px}.executive-filters label,.executive-filters>div{display:grid;grid-gap:8px;gap:8px;padding:16px;border:1px solid #d8e2ec;border-radius:8px;background:hsla(0,0%,100%,.9);box-shadow:0 12px 28px rgba(16,35,63,.06)}.executive-filters span{color:#64748b;font-size:.78rem;font-weight:900;text-transform:uppercase}.executive-filters select{min-height:42px;border:1px solid #d8e2ec;border-radius:8px;padding:0 12px;background:#fffcf7;color:#10233f;font-weight:800}.executive-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:18px}.executive-kpi-card{position:relative;overflow:hidden;display:grid;grid-gap:10px;gap:10px;min-height:176px;padding:22px;border:1px solid #d8e2ec;border-radius:8px;background:hsla(0,0%,100%,.94);box-shadow:0 20px 44px rgba(16,35,63,.08)}.executive-kpi-card:after{content:"";position:absolute;right:18px;bottom:18px;width:56px;height:10px;border-radius:999px;background:#087858;opacity:.18}.executive-kpi-card--watch:after{background:#f06f55}.executive-kpi-card span{color:#64748b;font-size:.82rem;font-weight:900;text-transform:uppercase}.executive-kpi-card strong{font-size:clamp(1.8rem,4vw,3rem);line-height:1}.executive-kpi-card p{margin:0;color:#48627c;line-height:1.5}.executive-board{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);grid-gap:18px;gap:18px;margin-top:18px}.executive-commercial-grid,.executive-trends{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.executive-panel{padding:24px;border:1px solid #d8e2ec;border-radius:8px;background:hsla(0,0%,100%,.94);box-shadow:0 20px 44px rgba(16,35,63,.08)}.executive-panel__head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.executive-panel h2{margin:8px 0 0;font-size:clamp(1.6rem,3vw,2.3rem)}.executive-panel__head>span{padding:8px 12px;border-radius:999px;background:#dff6e8;color:#087858;font-weight:900}.executive-health-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.executive-health-item{display:grid;grid-gap:6px;gap:6px;padding:16px;border:1px solid #d8e2ec;border-left:5px solid #087858;border-radius:8px;background:#f8fafc}.executive-health-item--watch{border-left-color:#ffc857}.executive-health-item--risk{border-left-color:#f06f55}.executive-health-item small,.executive-health-item span{color:#64748b;font-size:.78rem;font-weight:900;text-transform:uppercase}.executive-health-item strong{font-size:2rem}.executive-panel--summary{background:radial-gradient(circle at 88% 10%,rgba(255,200,87,.22),transparent 28%),linear-gradient(180deg,#fff,#f2fbf6)}.executive-panel--summary>p:not(.executive-eyebrow){color:#48627c;line-height:1.65}.executive-country-list{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.executive-country-list div{display:grid;grid-gap:4px;gap:4px;padding:14px;border:1px solid #d8e2ec;border-radius:8px;background:hsla(0,0%,100%,.72)}.executive-country-list span{color:#64748b}.executive-chart-card{min-height:360px}.executive-bar-chart,.executive-line-chart{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;grid-gap:12px;gap:12px;min-height:210px;padding:18px;border:1px solid #d8e2ec;border-radius:8px;background:linear-gradient(180deg,rgba(237,247,251,.65),rgba(255,252,247,.94))}.executive-bar,.executive-line-point{display:grid;grid-template-rows:1fr auto;grid-gap:8px;gap:8px;align-items:end;min-height:190px}.executive-bar span,.executive-line-point span{display:block;width:100%;border-radius:8px 8px 2px 2px;background:linear-gradient(180deg,#087858,#dff6e8);box-shadow:0 10px 22px rgba(8,120,88,.14)}.executive-line-point span{width:18px;margin:0 auto;border-radius:999px;background:linear-gradient(180deg,#ffc857,#f06f55)}.executive-bar small,.executive-line-point small{color:#64748b;font-size:.7rem;font-weight:900;text-align:center}.executive-country-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.executive-country-card{padding:24px;border:1px solid #d8e2ec;border-radius:8px;background:radial-gradient(circle at 92% 12%,rgba(255,200,87,.18),transparent 28%),hsla(0,0%,100%,.94);box-shadow:0 20px 44px rgba(16,35,63,.08)}.executive-country-card>span{color:#087858;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.executive-country-card>strong{display:block;margin-top:10px;color:#10233f;font-size:clamp(1.8rem,4vw,3rem)}.executive-country-card div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.executive-country-card p{display:grid;grid-gap:4px;gap:4px;margin:0;padding:12px;border-radius:8px;background:#f8fafc;font-weight:900}.executive-country-card small{color:#64748b;font-size:.72rem;text-transform:uppercase}.executive-table-panel{margin-top:18px}.executive-table-scroll{overflow-x:auto}.executive-table{width:100%;min-width:720px;border-collapse:collapse}.executive-table td,.executive-table th{padding:13px 14px;border-bottom:1px solid #e2e8f0;text-align:left;white-space:nowrap}.executive-table th{color:#64748b;font-size:.76rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.executive-table td{color:#10233f;font-weight:700}.executive-table-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:900;text-transform:uppercase}.executive-table-status--healthy{background:#dff6e8;color:#087858}.executive-table-status--watch{background:#fff7df;color:#9a5b00}.customer-service-layout{display:grid;grid-template-columns:320px minmax(0,1fr);grid-gap:18px;gap:18px}.customer-service-profile,.customer-service-search{border:1px solid #d8e2ec;border-radius:8px;background:hsla(0,0%,100%,.94);box-shadow:0 18px 44px rgba(16,35,63,.08)}.customer-service-search{display:grid;align-content:start;grid-gap:14px;gap:14px;padding:18px}.customer-service-search label{display:grid;grid-gap:8px;gap:8px}.customer-service-search label span{color:#64748b;font-size:.78rem;font-weight:900;text-transform:uppercase}.customer-service-search input{min-height:44px;padding:0 12px;border:1px solid #d8e2ec;border-radius:8px;background:#fffcf7}.customer-service-results{display:grid;grid-gap:10px;gap:10px}.customer-service-result{display:grid;grid-gap:5px;gap:5px;width:100%;padding:14px;border:1px solid #d8e2ec;border-radius:8px;background:#f8fafc;color:#10233f;text-align:left}.customer-service-result--active{border-color:#087858;background:#dff6e8}.customer-service-result small,.customer-service-result span{color:#64748b}.customer-service-profile{padding:20px}.customer-service-profile__header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.customer-service-profile__header h2{margin:6px 0 8px;font-size:clamp(1.8rem,3vw,2.6rem)}.customer-service-profile__header p{margin:0;color:#64748b}.customer-service-profile__header>span{padding:8px 12px;border-radius:999px;background:#fff7df;color:#9a5b00;font-weight:900}.customer-service-tabs{display:flex;gap:8px;overflow-x:auto;margin-bottom:18px;padding-bottom:8px}.customer-service-tabs span{flex:0 0 auto;padding:8px 12px;border:1px solid #d8e2ec;border-radius:999px;background:#f8fafc;color:#10233f;font-size:.78rem;font-weight:900}.customer-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:1100px){.customer-service-grid,.customer-service-layout{grid-template-columns:1fr}}.executive-ranked-list{display:grid;grid-gap:12px;gap:12px}.executive-ranked-list div{display:grid;grid-template-columns:44px 1fr;grid-gap:4px 12px;gap:4px 12px;align-items:center;padding:14px;border:1px solid #d8e2ec;border-radius:8px;background:#f8fafc}.executive-ranked-list span{grid-row:span 2;display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#10233f;color:#fff;font-weight:900}.executive-ranked-list strong{color:#10233f}.executive-ranked-list small{color:#64748b;font-weight:800}@media (max-width:1120px){.executive-app{grid-template-columns:1fr}.executive-sidebar{position:static;height:auto}.executive-sidebar nav{grid-template-columns:repeat(4,minmax(0,1fr))}.executive-board,.executive-commercial-grid,.executive-country-cards,.executive-filters,.executive-health-grid,.executive-kpi-grid,.executive-trends{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.executive-main,.executive-sidebar{padding:18px}.executive-board,.executive-commercial-grid,.executive-country-cards,.executive-filters,.executive-health-grid,.executive-kpi-grid,.executive-sidebar nav,.executive-trends{grid-template-columns:1fr}.executive-hero{flex-direction:column;padding:24px}.executive-hero__actions{justify-content:flex-start}.executive-hero h1{font-size:2.45rem}.executive-kpi-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.executive-kpi-card{min-width:82vw;scroll-snap-align:start}.executive-country-card div{grid-template-columns:1fr}}@media (max-width:1100px){.staff-app,.staff-lane-board,.staff-page-hero{grid-template-columns:1fr}.staff-sidebar{border-right:0;border-bottom:1px solid #d8e0ec}.staff-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.staff-kpi-grid,.staff-provider-grid,.staff-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.staff-delivery-card,.staff-topbar{align-items:stretch;flex-direction:column}.staff-kpi-grid,.staff-nav,.staff-provider-grid,.staff-work-grid{grid-template-columns:1fr}.staff-lane,.staff-page-hero,.staff-panel,.staff-task-card{padding:16px}.cart-item__image>span:not(.grocery-visual__stage),.product-card__visual,.product-detail__main-image>span:not(.grocery-visual__stage){font-size:1rem}}@media (max-width:1100px){.hero-banner--commercial{grid-template-columns:1fr;gap:16px}.hero-banner--commercial .hero-banner__content{min-height:320px}.hero-banner__panel.retail-campaign-card{width:100%}}@media (max-width:720px){.customer-shell{padding-bottom:156px}.hero-banner{padding:18px 16px 0}.hero-banner--commercial{gap:14px}.hero-banner--commercial .hero-banner__content{min-height:300px;padding:18px}.hero-banner--commercial h1{max-width:280px;font-size:clamp(2rem,11vw,2.85rem);line-height:.95}.hero-banner__copy{max-width:100%}.hero-banner__asset{inset:auto 0 0 0;height:48%}.hero-banner__asset img{object-position:center bottom}.hero-banner__panel.retail-campaign-card{padding:16px}.hero-banner__metric{grid-template-columns:88px 1fr;padding:14px}.hero-banner__metric-image{width:88px;height:68px}.hero-delivery-promise__slot{gap:8px}.hero-banner__debug-source{min-height:28px;padding:0 10px;font-size:.7rem}.floating-cart{display:none}}.hero-banner--commercial{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)}.hero-banner--commercial .hero-banner__content{min-height:clamp(320px,34vw,460px);padding:clamp(24px,2.6vw,34px);border-radius:26px}.hero-banner--commercial h1{max-width:560px;font-size:clamp(2.3rem,4vw,4.5rem)}.hero-banner--commercial .hero-banner__copy p{font-size:1rem}.hero-banner__actions{row-gap:10px}.hero-banner__asset{inset:0 0 0 auto;width:min(54%,600px)}.hero-banner__asset img{object-position:82% center}.hero-banner__panel.retail-campaign-card{box-shadow:0 24px 46px rgba(18,36,30,.12)}.hero-banner__metric{grid-template-columns:108px 1fr;gap:14px}.hero-banner__metric-image{width:108px;height:82px;object-fit:cover;border-radius:18px}.hero-delivery-promise{display:grid}.hero-delivery-promise__slot{min-height:88px;background:hsla(0,0%,100%,.72)}.homepage-kit-section+.homepage-kit-section{margin-top:18px}.section-heading{align-items:end;gap:14px}.section-heading h2{max-width:820px}.section-heading .bm-body,.section-heading__hint{max-width:580px}.bloomha-weekly-story{padding-top:8px}.homepage-showcase--editorial{grid-template-columns:minmax(320px,.96fr) minmax(0,1.04fr);gap:20px;padding-top:10px}.bloomha-weekly-feature{min-height:100%;border-radius:24px;overflow:hidden}.bloomha-weekly-feature .homepage-showcase__image{aspect-ratio:4/3.2}.bloomha-weekly-feature .homepage-showcase__copy{display:grid;grid-gap:14px;gap:14px;padding:24px 24px 26px}.homepage-section-stack__grid--retail{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.homepage-mini-section--retail{min-height:100%;border-radius:20px;padding:18px;gap:12px}.homepage-mini-section--retail h3{font-size:clamp(1.05rem,1.5vw,1.28rem);line-height:1.15}.homepage-mini-section--retail .homepage-mini-section__header{align-items:center}.homepage-mini-section--retail .homepage-mini-section__header p{margin:0}.category-band--premium{padding-top:12px}.category-band--premium .section-heading{margin-bottom:4px}.category-band__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.category-tile{display:grid;grid-template-rows:auto 1fr;min-height:100%;padding:0;overflow:hidden;border-radius:22px}.category-tile__media{position:relative;min-height:138px;background:linear-gradient(180deg,hsla(0,0%,100%,.22),hsla(0,0%,100%,0))}.category-tile__image,.category-tile__tint{width:100%;height:100%;min-height:138px;object-fit:cover}.category-tile__kicker{position:absolute;left:14px;top:14px;display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:hsla(0,0%,100%,.84);color:var(--retail-green);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.category-tile__content{display:grid;align-content:start;grid-gap:8px;gap:8px;padding:16px 16px 18px}.category-tile__content strong{font-size:1.05rem}.category-tile>p,.category-tile__content p{margin:0;min-height:0}.category-tile__cta{display:inline-flex;align-items:center;gap:6px;margin-top:2px;color:var(--retail-green);font-size:.84rem;font-weight:800}.promo-slider{padding-top:4px}.promo-slider__track{gap:14px}.promo-card--retail{min-height:208px;border-radius:22px;padding:20px}.catalog-section{padding-top:8px}.catalog-section .catalog-grid--rail{padding-top:4px}.catalog-section .section-heading .bm-body{max-width:640px}.delivery-confidence{grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:22px;padding:24px;border-radius:24px}.delivery-confidence img{min-height:100%;border-radius:22px;aspect-ratio:4/3}.delivery-confidence>div{justify-content:center}.bloomha-trust-stage{display:grid;grid-template-columns:minmax(260px,.88fr) minmax(0,1.12fr);grid-gap:18px;gap:18px;align-items:start}.bloomha-trust-stage__intro{display:grid;grid-gap:12px;gap:12px;padding:10px 0}.bloomha-trust-stage__intro h2{margin:0;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.02}.bloomha-trust-stage__intro p:last-child{margin:0;color:var(--customer-text-soft);line-height:1.65}.bloomha-trust-stage__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.bloomha-trust-stage__card{display:grid;grid-gap:10px;gap:10px;min-height:100%;padding:18px;border-radius:20px}.bloomha-trust-stage__card strong{font-size:1.02rem;line-height:1.18}.bloomha-trust-stage__card p{margin:0;color:var(--customer-text-soft);line-height:1.55}.premium-collections--homepage{padding-top:8px}.premium-collections__feature{min-height:320px;border-radius:24px}.bloomha-homepage-footer{margin-top:10px;padding-top:16px;padding-bottom:40px}.bloomha-homepage-footer__grid{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(0,.8fr));grid-gap:18px;gap:18px;padding:24px;border:1px solid rgba(21,81,63,.12);border-radius:28px;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(246,250,247,.98));box-shadow:var(--customer-shadow-soft)}.bloomha-homepage-footer__brand{display:grid;grid-gap:16px;gap:16px;align-content:start}.bloomha-homepage-footer__brand>div{display:grid;grid-gap:8px;gap:8px}.bloomha-homepage-footer__brand strong{font-size:1.22rem}.bloomha-homepage-footer__brand p,.bloomha-homepage-footer__column p,.bloomha-homepage-footer__promise-list{margin:0;color:var(--customer-text-soft);line-height:1.6}.bloomha-homepage-footer__meta{display:flex;flex-wrap:wrap;gap:10px}.bloomha-homepage-footer__meta span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(21,81,63,.08);color:var(--retail-green);font-size:.76rem;font-weight:800}.bloomha-homepage-footer__column{display:grid;align-content:start;grid-gap:10px;gap:10px}.bloomha-homepage-footer__column h3{margin:0;font-size:1rem}.bloomha-homepage-footer__links{display:grid;grid-gap:8px;gap:8px}.bloomha-homepage-footer__links a{color:var(--customer-text);font-weight:600}.bloomha-homepage-footer__promise-list{display:grid;grid-gap:10px;gap:10px;padding-left:18px}@media (max-width:1280px){.hero-banner--commercial{grid-template-columns:minmax(0,1fr) minmax(300px,.82fr)}.category-band__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.homepage-section-stack__grid--retail{grid-template-columns:repeat(2,minmax(0,1fr))}.bloomha-homepage-footer__grid{grid-template-columns:minmax(0,1fr) repeat(2,minmax(0,.86fr))}}@media (max-width:1100px){.bloomha-homepage-footer__grid,.bloomha-trust-stage,.delivery-confidence,.homepage-showcase--editorial{grid-template-columns:1fr}.category-band__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-banner__asset{width:min(58%,520px)}}@media (max-width:820px){.hero-banner--commercial .hero-banner__content{min-height:360px;padding-bottom:170px}.hero-banner__asset{inset:auto 0 0 auto;width:min(70%,360px);height:52%}.hero-banner__asset img{object-position:center bottom}.bloomha-trust-stage__grid,.category-band__grid,.hero-delivery-promise{grid-template-columns:repeat(2,minmax(0,1fr))}.bloomha-homepage-footer__grid{padding:22px}}@media (max-width:720px){.hero-banner--commercial .hero-banner__content{min-height:340px;padding:20px 18px 168px}.hero-banner--commercial h1{max-width:290px;font-size:clamp(2.1rem,10.6vw,3.1rem);line-height:.94}.hero-banner--commercial .hero-banner__copy p{font-size:.94rem;line-height:1.5}.hero-banner__panel.retail-campaign-card{padding:18px}.hero-banner__metric{grid-template-columns:82px 1fr;gap:12px}.hero-banner__metric-image{width:82px;height:66px}.bloomha-trust-stage__grid,.category-band__grid,.homepage-section-stack__grid--retail{grid-template-columns:1fr}.category-tile__image,.category-tile__media,.category-tile__tint{min-height:156px}.promo-card--retail{min-width:82vw}.delivery-confidence{padding:20px}.bloomha-homepage-footer{padding-bottom:132px}.bloomha-homepage-footer__grid{gap:16px;padding:20px}}@media (max-width:560px){.hero-banner__actions{flex-direction:column;align-items:stretch}.hero-banner__actions>*{width:100%;justify-content:center}.hero-banner__debug-source{width:auto}.hero-delivery-promise{grid-template-columns:1fr}.bloomha-trust-stage__intro h2,.section-heading h2{font-size:clamp(1.7rem,8.2vw,2.3rem)}}@media (max-width:980px){.bm-hero.hero-banner--commercial{display:flex;flex-direction:column;gap:16px}.hero-banner--commercial .hero-banner__content,.hero-banner__panel.retail-campaign-card{width:100%}.hero-banner--commercial .hero-banner__content{min-height:0;padding:20px}.hero-banner__asset{position:relative;inset:auto;width:100%;height:auto;margin-top:18px}.hero-banner__asset img{width:100%;height:auto;aspect-ratio:16/11;object-fit:cover;object-position:center;border-radius:18px}}@media (max-width:720px){.hero-banner--commercial .hero-banner__content{padding:18px}.hero-banner--commercial h1{max-width:100%}.hero-banner__asset img{aspect-ratio:4/3}.customer-service-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:10px;row-gap:10px}}@media (max-width:520px){.customer-service-strip{grid-template-columns:1fr}}@media (max-width:980px){.floating-cart{display:none}}.basket-kit-section,.detail-kit-section,.discovery-kit-section{position:relative}.catalog-hero,.category-landing-hero,.search-hero{margin-top:20px;padding:24px;border:1px solid rgba(20,84,64,.1);border-radius:24px;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(249,252,250,.98)),var(--customer-surface);box-shadow:0 22px 44px rgba(18,36,30,.08)}.catalog-hero:after,.category-landing-hero:after,.deals-hero:after{opacity:.34;right:20px;bottom:-10px}.catalog-hero h1,.category-landing-hero h1,.search-hero h1{max-width:12ch;font-size:clamp(2rem,3.2vw,3.1rem);line-height:.96;letter-spacing:0}.catalog-hero p,.category-landing-hero p,.search-hero p{max-width:58ch;color:rgba(28,43,57,.74)}.catalog-hero__filters,.category-landing-hero__pills,.search-top-categories{gap:10px}.catalog-pill,.category-landing-hero__pills span,.search-top-categories a{border:1px solid rgba(20,84,64,.1);background:hsla(0,0%,100%,.86);box-shadow:0 10px 20px rgba(18,36,30,.04)}.search-hero__layout{gap:18px;align-items:end}.search-page-form{gap:10px;padding:8px;border-radius:18px;background:hsla(0,0%,100%,.88);border:1px solid rgba(20,84,64,.12);box-shadow:0 12px 24px rgba(18,36,30,.04)}.search-page-form input{min-height:52px;border-radius:14px;background:transparent}.search-hero__summary{gap:10px}.category-landing-hero__stats,.search-hero__summary div{border-radius:18px;border:1px solid rgba(20,84,64,.1);background:hsla(0,0%,100%,.84);box-shadow:0 12px 24px rgba(18,36,30,.04)}.category-landing-hero__stats strong,.search-hero__summary div strong{color:var(--retail-ink)}.category-subnav,.search-suggestions{gap:10px}.category-subnav a,.search-suggestions a{border-radius:999px;border:1px solid rgba(20,84,64,.1);background:hsla(0,0%,100%,.9);font-weight:700}.retail-filter-panel{border-radius:22px;border:1px solid rgba(20,84,64,.12);background:linear-gradient(180deg,rgba(251,253,252,.98),rgba(244,249,246,.98)),var(--customer-surface);box-shadow:0 18px 34px rgba(18,36,30,.06)}.retail-filter-panel strong{color:var(--retail-ink);font-size:1.05rem}.retail-filter-panel span{padding:9px 11px;border-radius:14px;border:1px solid rgba(20,84,64,.08);background:hsla(0,0%,100%,.84);color:rgba(28,43,57,.76)}.category-band--inline .category-band__grid{gap:12px}.category-tile--small{overflow:hidden}.category-tile--small .category-tile__image,.category-tile--small .category-tile__media,.category-tile--small .category-tile__tint{min-height:118px}.category-tile--small .category-tile__content{padding:14px 14px 16px}.category-tile--small .category-tile__content strong{font-size:1rem}.catalog-grid{gap:14px}.catalog-grid--compact,.catalog-grid--rail{gap:12px}.product-detail{gap:18px;align-items:start}.product-detail__content,.product-detail__main-image{border-radius:24px;box-shadow:0 22px 42px rgba(18,36,30,.08)}.product-detail__content{padding:22px;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(249,252,250,.98)),var(--customer-surface)}.product-detail__category{margin-bottom:4px;color:var(--retail-green);font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-detail__content h1{font-size:clamp(2rem,3vw,2.8rem);line-height:.96}.product-detail__subtitle{color:rgba(28,43,57,.72)}.product-detail__meta{gap:10px}.product-detail__meta-card{border-radius:16px;border:1px solid rgba(20,84,64,.1);background:hsla(0,0%,100%,.86);box-shadow:none}.product-detail__purchase-panel{border-radius:20px;border:1px solid rgba(20,84,64,.12);background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(245,249,246,.98)),var(--customer-surface);box-shadow:0 18px 34px rgba(18,36,30,.06)}.product-detail__add-button{min-width:190px;box-shadow:0 14px 28px rgba(21,81,63,.18)}.product-detail__trust-line{color:rgba(28,43,57,.66);font-size:.9rem}.product-detail__description{border-radius:18px;border:1px solid rgba(20,84,64,.1);background:hsla(0,0%,100%,.84)}.product-detail__description summary{padding:16px 18px;font-weight:800;cursor:pointer}.product-detail__description-body{padding:0 18px 18px}.cart-layout,.checkout-shell{gap:20px}.cart-main,.checkout-form{gap:18px}.cart-main__intro,.checkout-form__intro{max-width:58ch;color:rgba(28,43,57,.74)}.cart-main__actions{gap:10px}.cart-item{padding:14px;border-radius:22px;border:1px solid rgba(20,84,64,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(249,252,250,.98)),var(--customer-surface);box-shadow:0 18px 34px rgba(18,36,30,.06)}.cart-item__image{border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#faf5ec,#f3ebde)}.cart-item__head h2{font-size:clamp(1.2rem,2vw,1.45rem);line-height:1.08}.cart-item__price-block{min-width:144px;padding:12px 14px;border-radius:16px;border:1px solid rgba(20,84,64,.08);background:hsla(0,0%,100%,.88)}.cart-item__qty-badge,.cart-item__replacement{border-radius:999px}.cart-summary__card,.checkout-card,.checkout-sidebar__card{border-radius:22px;border:1px solid rgba(20,84,64,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(249,252,250,.98)),var(--customer-surface);box-shadow:0 18px 34px rgba(18,36,30,.06)}.cart-summary__card{top:108px}.cart-summary__promo{gap:14px;align-items:start;border-radius:18px;border:1px solid rgba(201,163,79,.24);background:linear-gradient(180deg,rgba(255,249,234,.94),rgba(255,251,242,.98))}.cart-summary__promo-code{min-width:118px}.cart-summary__confidence{gap:12px}.cart-summary__confidence>div{border-radius:16px;border:1px solid rgba(20,84,64,.1);background:hsla(0,0%,100%,.88)}.cart-summary__clear{padding-top:8px}.checkout-progress{padding:10px 14px;border-radius:999px;border:1px solid rgba(20,84,64,.1);background:hsla(0,0%,100%,.88);box-shadow:0 10px 22px rgba(18,36,30,.04)}.checkout-card{padding:16px}.checkout-card__section{padding:18px;border-radius:18px;border:1px solid rgba(20,84,64,.08);background:hsla(0,0%,100%,.84)}.checkout-card__heading h2{font-size:1.18rem}.replacement-grid,.slot-grid{gap:10px}.replacement-grid button,.slot-card{min-height:82px;border-radius:18px;border:1px solid rgba(20,84,64,.1);background:hsla(0,0%,100%,.9);box-shadow:0 10px 20px rgba(18,36,30,.04);font-weight:800}.replacement-grid button strong,.slot-card strong{color:var(--retail-ink)}.checkout-card__hint,.muted,.replacement-grid button span,.slot-card span{color:rgba(28,43,57,.68)}.checkout-review{gap:10px}.checkout-review div{border-radius:16px;background:linear-gradient(180deg,rgba(248,251,249,.98),hsla(0,0%,100%,.98))}.checkout-trust-grid{gap:12px}.checkout-trust-card{border-radius:18px}.checkout-button{box-shadow:0 16px 30px rgba(21,81,63,.18)}.checkout-sidebar__card .bm-eyebrow,.checkout-sidebar__card>span{color:var(--retail-green)}@media (max-width:1100px){.catalog-hero,.category-landing-hero,.search-hero{padding:20px}.catalog-grid{gap:12px}}@media (max-width:820px){.catalog-hero h1,.category-landing-hero h1,.search-hero h1{max-width:none;font-size:clamp(1.85rem,7.2vw,2.65rem)}.category-tile--small .category-tile__image,.category-tile--small .category-tile__media,.category-tile--small .category-tile__tint{min-height:108px}.product-detail__content{padding:18px}}@media (max-width:640px){.catalog-hero,.category-landing-hero,.search-hero{margin-top:16px;padding:18px;border-radius:20px}.search-page-form{grid-template-columns:1fr}.cart-item,.cart-summary__card,.checkout-card,.checkout-sidebar__card{border-radius:18px}.cart-item__price-block{min-width:0;width:100%}.checkout-progress{overflow-x:auto;white-space:nowrap}}.customer-app{background:radial-gradient(circle at top center,rgba(236,246,240,.92),transparent 34%),linear-gradient(180deg,#f6faf7,#f4f8f5 34%,#f7faf8)}.customer-header{background:hsla(45,57%,97%,.92);border-bottom:1px solid rgba(20,84,64,.1);box-shadow:0 10px 26px rgba(17,42,33,.04)}.customer-service-strip{min-height:34px;padding:0 24px;gap:18px;font-size:.84rem}.customer-header__inner{padding-top:12px;padding-bottom:12px}.customer-mega-nav__inner{max-width:var(--customer-shell);margin:0 auto;padding:0 24px 14px;display:flex;flex-wrap:wrap;gap:18px}.customer-mega-link{display:inline-flex;align-items:center;gap:8px;min-height:28px;color:rgba(24,54,42,.9);font-weight:700}.hero-banner{padding-top:24px}.hero-banner--commercial{grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);align-items:stretch}.hero-banner--commercial .hero-banner__content{display:grid;grid-gap:18px;min-height:clamp(300px,31vw,420px);padding:24px;border-radius:24px;background:linear-gradient(180deg,rgba(255,252,247,.98),rgba(255,250,243,.96) 52%,rgba(255,248,238,.94)),#fffcf7;box-shadow:0 26px 48px rgba(18,36,30,.08)}.hero-banner__copy{display:grid;grid-gap:14px;gap:14px}.hero-banner--commercial h1{max-width:520px;font-size:clamp(2.35rem,3.65vw,3.95rem)}.hero-banner--commercial .hero-banner__copy p{max-width:540px;font-size:.98rem;line-height:1.58;color:rgba(28,43,57,.76);text-shadow:none}.hero-banner__actions{margin-top:2px}.hero-banner__debug-source{min-height:26px;border-style:dashed;font-size:.68rem;opacity:.78}.hero-banner__visual-stack{display:grid;grid-gap:12px;margin-top:auto}.hero-banner__highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.hero-banner__highlight{display:grid;grid-gap:4px;gap:4px;border-radius:16px;border:1px solid rgba(20,84,64,.1);background:hsla(0,0%,100%,.82);box-shadow:0 10px 24px rgba(18,36,30,.05)}.hero-banner__highlight strong{font-size:.84rem;line-height:1.15;color:var(--retail-ink)}.hero-banner__highlight span{color:rgba(28,43,57,.7);font-size:.77rem;line-height:1.42}.hero-banner__asset{position:relative;inset:auto;width:100%;height:auto;overflow:hidden;border-radius:20px;border:1px solid rgba(20,84,64,.1);box-shadow:0 20px 38px rgba(18,36,30,.08)}.hero-banner__asset img{display:block;width:100%;height:auto;aspect-ratio:16/7.8;object-fit:cover;object-position:center 58%}.hero-banner__panel.retail-campaign-card{display:grid;grid-template-rows:auto auto auto 1fr;grid-gap:14px;gap:14px;min-height:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,rgba(235,249,241,.96) 0,rgba(247,252,249,.98) 100%),var(--customer-surface);box-shadow:0 24px 44px rgba(18,36,30,.1)}.hero-banner__panel-top{display:flex;align-items:center;justify-content:space-between}.hero-banner__panel-top strong{font-size:1rem;line-height:1.15;color:rgba(24,54,42,.92)}.hero-banner__metric{grid-template-columns:92px 1fr;padding:14px;background:hsla(0,0%,100%,.9);border:1px solid rgba(20,84,64,.09);box-shadow:none}.hero-banner__metric strong{display:block;margin-bottom:4px;line-height:1.16}.hero-banner__metric p{margin:0;color:rgba(28,43,57,.72);font-size:.9rem}.hero-banner__metric-image{border-radius:14px}.hero-banner__panel-copy{display:grid;grid-gap:8px;gap:8px;padding:2px 2px 0}.hero-banner__panel-eyebrow{margin:0;color:var(--retail-green);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero-banner__panel-copy h2{margin:0;max-width:22ch;font-size:1.36rem;line-height:1.04;color:var(--retail-ink)}.hero-banner__panel-copy p{margin:0;color:rgba(28,43,57,.72);font-size:.92rem;line-height:1.55}.hero-delivery-promise__slot{min-height:78px;border-radius:16px;border:1px solid rgba(20,84,64,.08);background:hsla(0,0%,100%,.9)}.hero-delivery-promise__slot strong{font-size:.95rem}.hero-delivery-promise__slot span{font-size:.82rem;line-height:1.34;color:rgba(28,43,57,.7)}.homepage-kit-section+.homepage-kit-section{margin-top:16px}.bloomha-weekly-story{padding-top:4px}.homepage-showcase--editorial{padding-top:6px}.category-band--premium{padding-top:8px}.category-band__grid{gap:12px}.category-tile{border-radius:20px}.category-tile__image,.category-tile__media,.category-tile__tint{min-height:128px}.category-tile__content{gap:7px;padding:14px 14px 16px}.bloomha-homepage-footer,.bloomha-trust-stage,.delivery-confidence,.premium-collections--homepage{padding-top:6px}.bloomha-trust-stage{gap:16px}.bloomha-trust-stage__card{padding:16px}.bloomha-homepage-footer__grid{gap:16px;padding:22px}.floating-cart{right:16px;bottom:16px}@media (max-width:1280px){.hero-banner--commercial{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)}.hero-banner__highlights{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1100px){.hero-banner--commercial{grid-template-columns:1fr}.hero-banner__panel.retail-campaign-card{min-height:0}.hero-banner__highlights{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.hero-banner--commercial .hero-banner__content{min-height:0;padding:20px}.hero-banner--commercial h1{max-width:100%;font-size:clamp(2.2rem,7vw,3.4rem)}.hero-banner__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-banner__asset img{aspect-ratio:16/9}}@media (max-width:720px){.customer-service-strip{min-height:32px;padding:0 16px;font-size:.78rem}.customer-mega-nav__inner{padding:0 16px 12px;gap:14px}.hero-banner{padding:18px 16px 0}.hero-banner--commercial .hero-banner__content,.hero-banner__panel.retail-campaign-card{padding:18px}.hero-banner--commercial h1{font-size:clamp(2.05rem,10vw,3rem)}.hero-banner__highlights{grid-template-columns:1fr}.hero-banner__metric{grid-template-columns:78px 1fr}.hero-banner__metric-image{width:78px;height:64px}.hero-banner__panel-copy h2{max-width:none;font-size:1.18rem}.hero-delivery-promise{grid-template-columns:1fr}}.customer-app :is(.hero-banner__panel-top,.hero-banner__metric,.hero-banner__metric>div,.hero-banner__panel-copy,.hero-delivery-promise,.hero-delivery-promise__slot,.category-tile__content,.product-card__body,.product-card__copy,.product-card__footer,.cart-item,.cart-item__content,.cart-item__head,.cart-summary__promo,.cart-summary__promo-code,.cart-summary__confidence,.cart-summary__confidence>div,.checkout-card__heading,.checkout-card__heading>div,.checkout-review,.checkout-review div,.checkout-trust-grid,.checkout-sidebar__card--trust>div,.search-hero__summary,.search-hero__summary div,.category-landing-hero__stats,.retail-filter-panel,.trust-strip>div,.bloomha-trust-stage__card){min-width:0}.customer-app :is(.hero-banner--commercial h1,.hero-banner__metric strong,.hero-banner__metric p,.hero-banner__panel-top strong,.hero-banner__panel-copy h2,.hero-banner__panel-copy p,.hero-delivery-promise__slot strong,.hero-delivery-promise__slot span,.category-tile__content strong,.category-tile__content p,.product-card__title,.product-card__subtitle,.product-card__category,.cart-item__head h2,.cart-item__head p,.checkout-card__heading h2,.checkout-card__heading strong,.checkout-card__hint,.checkout-review strong,.checkout-review span,.cart-summary__confidence strong,.cart-summary__confidence span,.checkout-sidebar__card--trust strong,.checkout-sidebar__card--trust small,.search-hero__summary strong,.search-hero__summary span,.category-landing-hero__stats strong,.category-landing-hero__stats span,.category-landing-hero__stats small,.retail-filter-panel span,.trust-strip strong,.trust-strip span,.bloomha-trust-stage__card strong,.bloomha-trust-stage__card p){overflow-wrap:anywhere;word-break:break-word}.hero-banner--commercial{grid-template-columns:minmax(0,1.04fr) minmax(320px,.72fr)}.hero-banner--commercial .hero-banner__content{justify-content:flex-start;min-height:clamp(300px,32vw,430px)}.hero-banner__copy{max-width:560px}.hero-banner--commercial h1{max-width:11ch;font-size:clamp(2.35rem,3.75vw,3.85rem);line-height:.9}.hero-banner--commercial .hero-banner__copy p{max-width:48ch;font-size:.96rem;line-height:1.52}.hero-banner__visual-stack{gap:12px}.hero-banner__asset{margin-top:12px}.hero-banner__asset img{aspect-ratio:16/7;object-position:center 54%}.hero-banner__panel.retail-campaign-card{grid-template-rows:auto auto auto;padding:20px}.hero-banner__panel-top{align-items:flex-start}.hero-banner__panel-top strong{max-width:18ch;text-align:right}.hero-banner__metric{grid-template-columns:88px minmax(0,1fr)}.hero-banner__metric-image{width:88px;height:72px}.hero-banner__panel-copy h2{font-size:1.24rem}.hero-banner__panel-copy p{font-size:.88rem}.hero-delivery-promise{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-delivery-promise__slot{display:grid;grid-template-columns:minmax(0,1fr);align-content:start;min-height:auto;grid-gap:4px;gap:4px}.hero-delivery-promise__slot span{font-size:.78rem}.hero-banner__debug-source{margin-top:2px;opacity:.72;font-size:.7rem}.category-tile__content{gap:6px}.category-tile__content strong{line-height:1.14}.category-tile__content p{font-size:.9rem;line-height:1.45}.category-tile__cta{margin-top:4px}.catalog-grid{align-items:stretch}.product-card__copy{gap:8px}.product-card__title{line-height:1.18}.bloomha-trust-stage__card,.cart-summary__confidence>div,.category-landing-hero__stats,.checkout-trust-grid>div,.retail-filter-panel span,.search-hero__summary div,.trust-strip>div{overflow:hidden}.cart-layout,.checkout-shell{align-items:start}.cart-item{grid-template-columns:minmax(120px,144px) minmax(0,1fr)}.cart-item__content{display:grid;grid-gap:12px;gap:12px}.cart-item__head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start}.cart-item__price-block{min-width:132px;justify-self:end}.cart-summary__promo{grid-template-columns:minmax(110px,auto) minmax(0,1fr)}.cart-summary__confidence{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-progress{gap:8px;padding:10px 12px;overflow-x:auto;overflow-y:hidden}.checkout-progress span{flex:0 0 auto}.checkout-card__heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:10px;gap:10px}.checkout-review{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-review div{padding:12px}.checkout-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-sidebar__card--trust{gap:12px}.checkout-sidebar__card--trust>div{display:grid;grid-gap:4px;gap:4px}@media (max-width:1180px){.hero-banner--commercial{grid-template-columns:1fr}.hero-banner__panel.retail-campaign-card{width:100%}.hero-banner__panel-top strong{max-width:none;text-align:left}}@media (max-width:900px){.cart-item,.cart-summary__confidence,.checkout-trust-grid,.search-hero__summary{grid-template-columns:1fr}.cart-item__price-block{width:100%;justify-self:stretch}.checkout-review{grid-template-columns:1fr}}@media (max-width:720px){.hero-banner--commercial .hero-banner__content{gap:16px}.hero-banner--commercial h1{max-width:100%;font-size:clamp(2rem,9vw,3rem)}.hero-banner__metric{grid-template-columns:78px minmax(0,1fr)}.hero-banner__metric-image{width:78px;height:64px}.cart-item__head,.cart-summary__promo,.checkout-card__heading,.hero-delivery-promise{grid-template-columns:1fr}}.customer-app :is(.account-hero,.order-tracking-hero,.account-hero__card,.order-tracking-hero__summary,.account-grid,.account-panel,.account-panel__heading,.account-definition-list div,.account-address,.account-loyalty,.account-order-card,.account-order-card div,.order-detail-layout,.order-detail-main,.order-detail-side,.tracking-item,.issue-status-card,.issue-form,.issue-form label,.notification-layout,.notification-card,.notification-card>div,.notification-preferences,.notification-preferences label,.wishlist-grid,.wishlist-item-card,.wishlist-item-actions,.wishlist-empty,.buy-again-list,.buy-again-card,.buy-again-card>div,.customer-login-layout,.customer-login-form,.customer-login-notes){min-width:0}.customer-app :is(.account-hero h1,.account-hero p,.order-tracking-hero h1,.order-tracking-hero p,.account-hero__card strong,.account-hero__card small,.order-tracking-hero__summary strong,.order-tracking-hero__summary small,.account-panel__heading strong,.account-definition-list dd,.account-address strong,.account-address small,.account-loyalty strong,.account-order-card strong,.account-order-card small,.account-order-card em,.customer-timeline strong,.customer-timeline small,.tracking-item strong,.tracking-item span,.tracking-item small,.support-entry-card p,.support-entry-card small,.issue-status-card strong,.issue-status-card span,.issue-status-card small,.notification-card strong,.notification-card p,.notification-card small,.notification-preferences p,.wishlist-empty strong,.wishlist-empty p,.buy-again-card strong,.buy-again-card small,.customer-login-form .form-error,.customer-login-notes p){overflow-wrap:anywhere;word-break:break-word}.account-hero,.order-tracking-hero{grid-template-columns:minmax(0,1fr) minmax(260px,.4fr);gap:18px;align-items:start;margin-bottom:22px;padding:26px;border:1px solid rgba(20,84,64,.1);border-radius:24px;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(247,251,248,.98)),var(--customer-surface);box-shadow:0 20px 40px rgba(18,36,30,.08)}.account-hero h1,.order-tracking-hero h1{max-width:12ch;margin:4px 0 10px;font-size:clamp(2.1rem,3.5vw,3.6rem);line-height:.94}.account-hero p,.order-tracking-hero p{max-width:56ch;font-size:.98rem;line-height:1.58}.account-hero__card,.order-tracking-hero__summary{min-height:0;justify-content:flex-start;gap:10px;padding:20px;border-radius:22px;background:linear-gradient(180deg,rgba(16,53,42,.98),rgba(9,107,80,.98));box-shadow:0 18px 34px rgba(10,44,35,.2)}.account-hero__card strong,.order-tracking-hero__summary strong{font-size:clamp(1.4rem,2vw,1.9rem);line-height:1.08}.account-grid{gap:16px;margin-bottom:26px}.account-panel{padding:20px;border-radius:22px;border:1px solid rgba(20,84,64,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,251,249,.98)),var(--customer-surface);box-shadow:0 18px 34px rgba(18,36,30,.06)}.account-panel__heading{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;margin-bottom:16px}.account-panel__heading strong{text-align:right}.account-definition-list div{gap:5px;padding:10px 0 12px}.account-address,.account-loyalty{gap:10px}.account-address{padding:12px 14px;border-radius:16px;background:hsla(0,0%,100%,.88);border:1px solid rgba(20,84,64,.08)}.account-loyalty a{width:-moz-fit-content;width:fit-content;min-height:40px;display:inline-flex;align-items:center}.account-orders{margin-bottom:56px}.account-order-list{gap:14px}.account-order-card{gap:12px;padding:18px;border-radius:20px;border:1px solid rgba(20,84,64,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,251,249,.98)),var(--customer-surface);box-shadow:0 18px 34px rgba(18,36,30,.06)}.account-order-card strong{font-size:1.08rem;line-height:1.14}.account-order-card div{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:end}.order-detail-layout{gap:18px;margin-bottom:56px}.tracking-item{gap:6px;padding:14px 16px;border-radius:16px;border:1px solid rgba(20,84,64,.08);background:hsla(0,0%,100%,.86)}.support-entry-card p{margin:0;line-height:1.55}.issue-form{gap:14px}.customer-login-form input,.customer-login-form select,.issue-form select,.issue-form textarea{border-radius:14px;border:1px solid rgba(20,84,64,.12);background:hsla(0,0%,100%,.96);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.84)}.issue-status-card{gap:6px;padding:14px;border-radius:16px}.notification-layout{gap:18px;margin-bottom:56px}.notification-feed{gap:12px}.notification-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;padding:18px;border-radius:20px;border:1px solid rgba(20,84,64,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,251,249,.98)),var(--customer-surface);box-shadow:0 18px 34px rgba(18,36,30,.06)}.notification-card>div{display:grid;grid-gap:6px;gap:6px}.notification-card strong{margin-top:0;line-height:1.14}.notification-card button{align-self:start}.notification-preferences{gap:10px}.notification-preferences label{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;padding:12px 14px;border-radius:16px;background:hsla(0,0%,100%,.88);border:1px solid rgba(20,84,64,.08)}.wishlist-feedback{margin-bottom:16px;border-radius:16px}.wishlist-section{margin-bottom:36px}.buy-again-list,.wishlist-grid{gap:14px}.wishlist-item-card{padding:14px;border-radius:22px;border:1px solid rgba(20,84,64,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,251,249,.98)),var(--customer-surface);box-shadow:0 18px 34px rgba(18,36,30,.06)}.wishlist-item-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.buy-again-card button,.customer-login-form button,.wishlist-empty a,.wishlist-item-actions button{min-height:44px}.wishlist-empty{gap:12px;padding:22px;border-radius:20px;border-style:solid}.buy-again-card,.wishlist-empty{background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,251,249,.98)),var(--customer-surface)}.buy-again-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:18px;border-radius:20px;border:1px solid rgba(20,84,64,.1);box-shadow:0 18px 34px rgba(18,36,30,.06)}.buy-again-card>div{display:grid;grid-gap:4px;gap:4px}.buy-again-card button{white-space:normal}.customer-login-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);grid-gap:18px;gap:18px;align-items:start;margin-bottom:56px}.customer-login-form,.customer-login-notes{display:grid;grid-gap:14px;gap:14px}.customer-login-form label{display:grid;grid-gap:6px;gap:6px}.customer-login-form label span{color:var(--customer-text-soft);font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.customer-login-notes a{width:-moz-fit-content;width:fit-content;min-height:42px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;background:rgba(20,84,64,.08);color:var(--retail-green);font-weight:800;text-decoration:none}@media (max-width:980px){.account-grid,.account-hero,.customer-login-layout,.notification-layout,.order-detail-layout,.order-tracking-hero{grid-template-columns:1fr}.account-order-list,.buy-again-list,.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.account-hero,.account-panel,.order-tracking-hero,.wishlist-item-card{padding:18px;border-radius:18px}.account-hero h1,.order-tracking-hero h1{max-width:100%;font-size:clamp(2rem,8.8vw,3rem)}.account-order-card div,.account-panel__heading,.buy-again-card,.notification-card{grid-template-columns:1fr}.account-panel__heading strong{text-align:left}.account-order-list,.buy-again-list,.wishlist-grid{grid-template-columns:1fr}.buy-again-card button,.customer-login-notes a,.notification-card button,.wishlist-empty a{width:100%;justify-content:center}}.hero-banner--commercial{grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);gap:16px}.hero-banner--commercial .hero-banner__content{min-height:clamp(240px,25vw,340px);gap:14px;padding:clamp(20px,2.2vw,28px)}.hero-banner--commercial h1{max-width:8.4ch;font-size:clamp(2.2rem,3.7vw,4.05rem);line-height:.92;letter-spacing:0}.hero-banner--commercial .hero-banner__copy{max-width:510px;gap:10px}.hero-banner--commercial .hero-banner__copy p{max-width:42ch;font-size:.95rem;line-height:1.5}.hero-banner__actions,.hero-banner__visual-stack{gap:10px}.hero-banner__highlight{padding:12px 14px}.hero-banner__highlight strong{font-size:.95rem}.hero-banner__highlight span{font-size:.82rem;line-height:1.4}.hero-banner__asset{margin-top:6px}.hero-banner__asset img{aspect-ratio:16/6.2;object-position:center 52%}.hero-banner__panel.retail-campaign-card{align-self:stretch;grid-template-rows:auto auto auto auto;gap:10px;padding:18px}.hero-banner__panel-top{gap:12px}.hero-banner__panel-top strong{max-width:14ch;font-size:.94rem;line-height:1.1}.hero-banner__metric{grid-template-columns:92px minmax(0,1fr);gap:12px;padding:10px 12px}.hero-banner__metric>div{display:grid;grid-gap:3px;gap:3px}.hero-banner__metric-image{width:92px;height:76px}.hero-banner__metric strong{font-size:1rem;line-height:1.15}.hero-banner__metric p{font-size:.86rem;line-height:1.42}.hero-banner__panel-copy{gap:4px}.hero-banner__panel-copy h2{font-size:clamp(1.55rem,1.9vw,2rem);line-height:1.06;max-width:none;text-wrap:balance}.hero-banner__panel-copy p{font-size:.82rem;line-height:1.48}.hero-delivery-promise{gap:10px}.hero-delivery-promise__slot{padding:12px;gap:3px}.hero-delivery-promise__slot strong{font-size:.94rem;line-height:1.12}.hero-delivery-promise__slot span{font-size:.76rem;line-height:1.32}.hero-banner__debug-source{align-self:center;padding:0 10px;min-height:32px}.homepage-kit-section.bloomha-weekly-story{padding-top:6px}.homepage-showcase--editorial{grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:16px;padding-top:2px}.bloomha-weekly-feature{border-radius:22px}.bloomha-weekly-feature .homepage-showcase__image{aspect-ratio:4/2.75}.bloomha-weekly-feature .homepage-showcase__copy{gap:10px;padding:18px 18px 20px}.bloomha-weekly-feature .homepage-showcase__copy h2{font-size:clamp(1.9rem,2.9vw,3rem);line-height:.98}.bloomha-weekly-feature .homepage-showcase__copy p:last-of-type{max-width:34ch}.homepage-section-stack{padding-top:0}.homepage-section-stack__grid--retail{gap:12px}.homepage-mini-section--retail{padding:16px;gap:10px;border-radius:18px}.homepage-mini-section--retail h3{font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.12}.homepage-mini-section--retail p{font-size:.9rem;line-height:1.5}.homepage-mini-section--retail .homepage-mini-section__header{gap:10px}.homepage-mini-section--retail .homepage-mini-section__header a{font-size:.92rem}@media (max-width:1180px){.hero-banner--commercial{grid-template-columns:1fr}.hero-banner__panel.retail-campaign-card{align-self:start}.homepage-showcase--editorial{grid-template-columns:1fr}}@media (max-width:900px){.hero-banner--commercial .hero-banner__content{min-height:auto}.bloomha-weekly-feature .homepage-showcase__image,.hero-banner__asset img{aspect-ratio:16/9}.homepage-section-stack__grid--retail{grid-template-columns:1fr}}@media (max-width:720px){.hero-banner--commercial h1{max-width:9.5ch;font-size:clamp(2.1rem,10vw,3.1rem)}.hero-banner__visual-stack{gap:8px}.hero-banner__highlight{padding:10px 12px}.bloomha-weekly-feature .homepage-showcase__copy,.hero-banner--commercial .hero-banner__content,.hero-banner__panel.retail-campaign-card,.homepage-mini-section--retail{padding:16px}.hero-delivery-promise{grid-template-columns:1fr}}.hero-banner--commercial{grid-template-columns:minmax(0,1.08fr) minmax(332px,.62fr);align-items:start;gap:18px}.hero-banner--commercial .hero-banner__content{min-height:clamp(220px,22vw,300px);gap:12px}.hero-banner--commercial h1{max-width:10.8ch;font-size:clamp(2.45rem,4.1vw,4.35rem);line-height:.94;text-wrap:balance}.hero-banner--commercial .hero-banner__copy{max-width:44rem}.hero-banner--commercial .hero-banner__copy p{max-width:36ch}.hero-banner__panel.retail-campaign-card{align-self:start;align-content:start;gap:12px;min-height:0;padding:16px}.hero-banner__panel-top{margin-bottom:0}.hero-banner__panel-top strong{max-width:12ch;font-size:.9rem}.hero-banner__metric{padding:12px}.hero-banner__panel-copy{gap:6px}.hero-banner__panel-copy h2{font-size:clamp(1.35rem,1.7vw,1.78rem);line-height:1.08}.hero-banner__panel-copy p{font-size:.84rem;line-height:1.5}.hero-delivery-promise{gap:8px}.hero-delivery-promise__slot{padding:11px 12px}.hero-banner__asset img{aspect-ratio:16/5.8}.search-hero{margin-top:14px;padding:18px 20px 16px}.search-hero h1{max-width:10.5ch;font-size:clamp(2rem,3.2vw,3.2rem);line-height:.96}.search-hero p{max-width:42ch}.search-hero__layout{grid-template-columns:minmax(0,1fr) minmax(250px,296px)}.search-page-form{padding:7px}.search-page-form input{min-height:48px}.search-suggestions,.search-top-categories--compact{margin-top:10px}.category-shop-layout{gap:18px}.retail-filter-panel span{padding:8px 10px}.cart-main h1{max-width:11ch;font-size:clamp(2.25rem,3.6vw,4rem);line-height:.96}.cart-main__intro{max-width:34ch}.cart-item{grid-template-columns:136px minmax(0,1fr);gap:16px}.cart-item__image{min-height:164px}.cart-item__head h2{max-width:18ch}.checkout-button{min-height:58px;color:#fff;font-size:1rem;font-weight:800;letter-spacing:.01em}.cart-summary__promo{grid-template-columns:minmax(108px,auto) minmax(0,1fr)}.cart-summary__promo>span{line-height:1.5}.cart-summary__confidence>div{gap:6px}@media (max-width:1180px){.hero-banner--commercial,.search-hero__layout{grid-template-columns:1fr}}@media (max-width:900px){.cart-item{grid-template-columns:1fr}}@media (max-width:720px){.hero-banner--commercial h1{max-width:8.5ch;font-size:clamp(2.1rem,9.2vw,3.2rem)}.cart-summary__card,.search-hero{padding:16px}.cart-summary__confidence,.cart-summary__promo,.search-hero__summary{grid-template-columns:1fr}}.catalog-grid--discovery{grid-template-columns:repeat(auto-fit,minmax(196px,1fr));gap:14px}.catalog-grid--discovery.catalog-grid--compact{grid-template-columns:repeat(auto-fit,minmax(188px,1fr));gap:12px}.product-card{border-radius:18px;overflow:hidden;box-shadow:0 16px 30px rgba(18,36,30,.08)}.product-card:after{left:16px;right:16px;bottom:44px;height:7px;background:rgba(112,90,50,.1)}.product-card__image{min-height:212px;aspect-ratio:4/4.2}.product-card__image-stage--real{padding:10px 10px 6px}.product-card__proxy-image{width:min(100%,150px);height:min(100%,138px);max-height:138px}.product-card__body{min-height:0;padding:12px;gap:0}.product-card__badges{gap:5px}.product-card__badge{padding:4px 8px;font-size:.68rem}.product-card__copy{margin-top:5px;gap:4px}.product-card__category{font-size:.7rem;letter-spacing:.06em}.product-card__title{font-size:.92rem;line-height:1.22}.product-card__price-row{margin-top:4px;gap:5px}.product-card__price{font-size:1.18rem;line-height:1}.product-card__compare{font-size:.82rem}.product-card__meta{gap:3px}.product-card__subtitle,.product-card__unit{font-size:.74rem;line-height:1.35}.product-card__footer{padding-top:8px}.product-card__cta{min-width:122px;min-height:40px;padding:8px 12px;font-size:.76rem;justify-content:space-between}.product-card__cta strong{width:20px;height:20px}.product-card__save{top:12px;left:12px;right:auto;padding:5px 8px;font-size:.66rem}.catalog-grid--rail .product-card__image,.product-card--compact .product-card__image{min-height:164px;aspect-ratio:4/3.4}.catalog-grid--rail .product-card__proxy-image,.product-card--compact .product-card__proxy-image{width:min(100%,126px);height:min(100%,108px);max-height:108px}.product-card--compact .product-card__body{padding:10px}.product-card--compact .product-card__title{font-size:.84rem}.product-card--compact .product-card__price{font-size:1.04rem}.product-card--compact .product-card__cta{min-width:110px;min-height:38px;padding:7px 10px}.catalog-hero,.category-landing-hero,.collection-hero.bm-hero,.search-hero{margin-top:16px}.catalog-hero{padding:20px 22px}.catalog-hero h1{max-width:11ch;font-size:clamp(2.2rem,3.4vw,3.5rem)}.catalog-hero__filters{margin-top:12px}.catalog-pill{padding:9px 12px;font-size:.78rem}.search-hero{padding:18px 20px}.search-hero h1{max-width:8.4ch;font-size:clamp(2rem,3vw,3rem)}.search-hero__layout{align-items:start;gap:14px}.search-hero__summary div{padding:12px 14px}.search-suggestions,.search-top-categories{gap:8px}.category-subnav a,.search-suggestions a,.search-top-categories a{padding:9px 12px;font-size:.84rem}.category-shop-layout{gap:16px}.retail-filter-panel{padding:16px;gap:10px}.retail-sort-bar{margin-bottom:12px;padding:10px 12px;border-radius:16px}.category-landing-hero{grid-template-columns:minmax(220px,.66fr) minmax(0,1fr) minmax(210px,.44fr);gap:16px;padding:20px}.category-landing-hero__media{min-height:212px;border-radius:18px}.category-landing-hero__copy{align-content:start}.category-landing-hero__pills{margin-top:14px;gap:8px}.category-landing-hero__pills span{padding:8px 10px;font-size:.76rem}.category-landing-hero__stats{padding:16px}.collection-hero.bm-hero{grid-template-columns:minmax(0,1.02fr) minmax(300px,.82fr);gap:18px}.collection-hero__content{gap:14px;padding:22px}.collection-hero__copy h1{max-width:11ch;font-size:clamp(2.1rem,3vw,3.2rem);line-height:.96}.collection-hero__body{max-width:36ch}.collection-hero__media{min-height:220px;border-radius:20px}.collection-hero__image{object-fit:cover}.collection-hero__panel{padding:18px;gap:10px}.collection-hero__stats{gap:10px}@media (max-width:1180px){.category-landing-hero,.collection-hero.bm-hero{grid-template-columns:1fr}}@media (max-width:900px){.catalog-grid--discovery,.catalog-grid--discovery.catalog-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.category-shop-layout{grid-template-columns:1fr}}@media (max-width:640px){.catalog-grid--discovery,.catalog-grid--discovery.catalog-grid--compact{grid-template-columns:1fr 1fr;gap:10px}.product-card__image{min-height:156px}.product-card__body{padding:10px}.product-card__title{font-size:.82rem}.product-card__price{font-size:1rem}.product-card__cta{min-width:100%;justify-content:center}.catalog-hero,.category-landing-hero,.search-hero{padding:16px}}.account-journey-section,.order-confirmation-layout,.order-journey-section{display:grid;grid-gap:20px;gap:20px}.account-pill{display:inline-flex;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:8px 12px;background:#eef8f1;color:#0f6b45;border:1px solid #d0e3d6;font-size:.78rem;font-weight:900}.account-hero--premium,.notification-hero--premium,.order-confirmation-hero,.order-tracking-hero--premium{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);grid-gap:20px;gap:20px;align-items:stretch}.account-hero--premium h1,.notification-hero--premium h1,.order-confirmation-hero h1,.order-tracking-hero--premium h1{max-width:13ch}.account-hero__actions,.order-confirmation-actions,.order-tracking-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.account-hero__card--premium,.order-confirmation-summary,.order-tracking-hero__summary--premium{min-height:180px;display:grid;align-content:center;grid-gap:8px;gap:8px}.account-hero__card--premium p,.order-confirmation-summary p{color:#61736a;line-height:1.5}.account-link-stack{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.account-order-list--premium{display:grid;grid-gap:14px;gap:14px}.account-order-card--premium{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:start;padding:18px}.account-order-card__actions,.account-order-card__meta,.account-order-card__summary,.notification-card>div,.order-confirmation-card,.order-status-ribbon div,.tracking-item--premium{min-width:0}.account-order-card__meta span,.account-order-card__summary em{display:block;color:#64746d;font-size:.92rem}.account-order-card__meta strong,.account-order-card__summary b{display:block;font-size:1.1rem;line-height:1.25;overflow-wrap:anywhere}.account-order-card__meta small{display:block;color:#556660;line-height:1.45;overflow-wrap:anywhere}.account-order-card__actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:12px}.account-order-card__actions a{color:#0f6b45;font-weight:800}.order-status-ribbon{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.order-status-ribbon div{border:1px solid #dbe7e0;border-radius:18px;background:hsla(0,0%,100%,.8);padding:14px 16px}.order-status-ribbon small{display:block;color:#70827a;margin-bottom:6px;font-weight:800}.order-status-ribbon strong{display:block;font-size:1rem;line-height:1.35;overflow-wrap:anywhere}.tracking-item-list--premium{display:grid;grid-gap:12px;gap:12px}.tracking-item--premium{border:1px solid #dbe7e0;border-radius:16px;padding:14px 16px;background:#f9fcfa}.notification-card p,.notification-card small,.order-confirmation-card p,.order-confirmation-step p,.order-confirmation-summary p,.order-confirmation-summary small,.tracking-item--premium small,.tracking-item--premium span{display:block;color:#5c6d65;line-height:1.45;overflow-wrap:anywhere}.support-entry-card--premium .bm-button{width:100%;justify-content:center}.notification-layout--premium{align-items:start}.notification-card{gap:14px}.order-confirmation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.order-confirmation-steps{display:grid;grid-gap:12px;gap:12px}.order-confirmation-step{display:grid;grid-template-columns:12px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.order-confirmation-step span{width:12px;height:12px;border-radius:999px;margin-top:6px;background:linear-gradient(135deg,#0f7a59,#d7b46a)}.order-confirmation-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}@media (max-width:1180px){.account-hero--premium,.notification-hero--premium,.order-confirmation-grid,.order-confirmation-hero,.order-tracking-hero--premium{grid-template-columns:1fr}.order-status-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.account-order-card--premium,.order-status-ribbon{grid-template-columns:1fr}.account-hero__actions,.order-confirmation-actions,.order-confirmation-links,.order-tracking-hero__actions{flex-direction:column}.account-hero--premium h1,.notification-hero--premium h1,.order-confirmation-hero h1,.order-tracking-hero--premium h1{max-width:none}}.homepage-kit-section.bloomha-weekly-story .homepage-showcase--editorial{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr)}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature{align-self:start}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__image{aspect-ratio:16/8.5;max-height:300px}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__copy{padding:20px 22px 22px}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__copy h2{max-width:13ch;font-size:clamp(1.85rem,2.45vw,2.65rem)}.homepage-kit-section.bloomha-weekly-story .homepage-section-stack__grid--retail{grid-template-columns:repeat(3,minmax(220px,1fr))}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail{min-width:0}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail .homepage-mini-section__header{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;align-items:start}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail .homepage-mini-section__header a{white-space:normal;line-height:1.25}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail h3{font-size:clamp(1.08rem,1.25vw,1.22rem);line-height:1.16}@media (max-width:1240px){.homepage-kit-section.bloomha-weekly-story .homepage-showcase--editorial{grid-template-columns:1fr}.homepage-kit-section.bloomha-weekly-story .homepage-section-stack__grid--retail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.homepage-kit-section.bloomha-weekly-story .homepage-section-stack__grid--retail{grid-template-columns:1fr}}.homepage-hero-title{max-width:9.6ch;margin:0;color:#14302a;font-size:clamp(2.8rem,4.4vw,5.15rem);font-weight:780;line-height:.96;letter-spacing:0;text-wrap:balance}.customer-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.customer-service-strip{gap:24px;min-height:30px;padding-inline:20px;font-size:.76rem}.customer-header__inner{grid-template-columns:minmax(0,244px) minmax(0,1fr) auto;gap:16px;padding-top:10px;padding-bottom:10px}.customer-brand{gap:14px;min-width:0}.customer-brand>span:last-child{min-width:0}.customer-brand strong{font-size:1.02rem;line-height:1.05}.customer-brand small{font-size:.77rem;line-height:1.35;margin-top:3px}.customer-header__inner .customer-brand__mark{width:52px;height:52px;padding:6px;border-radius:16px;background:linear-gradient(180deg,#fffdfa,#f7f1e4);box-shadow:0 10px 22px rgba(20,36,30,.08)}.bloomha-homepage-footer__brand .customer-brand__mark img,.customer-header__inner .customer-brand__mark img{object-fit:contain;object-position:center}.customer-search{min-height:50px;padding-inline:18px}.customer-search input{width:100%;font-size:.96rem}.customer-actions{gap:8px}.customer-actions a{min-height:46px;padding-inline:13px;border-radius:15px}.customer-actions a span:not(strong){font-size:.9rem;font-weight:700}.customer-mega-nav__inner{gap:12px;padding-bottom:12px}.customer-mega-link{min-height:34px;padding-inline:10px;font-size:.86rem}.hero-banner{padding-top:18px}.hero-banner--commercial{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:0;align-items:center;padding:22px;border:1px solid rgba(20,84,64,.08);border-radius:34px;background:radial-gradient(circle at top left,hsla(44,58%,96%,.92),rgba(255,252,246,.98) 34%,rgba(255,251,245,.98) 100%);box-shadow:0 28px 54px rgba(17,41,33,.08)}.hero-banner--commercial .hero-banner__content{min-height:clamp(320px,33vw,438px);align-content:start;gap:18px;padding:34px 42px 28px 30px;border:0;border-radius:0;background:transparent;box-shadow:none}.hero-banner--commercial .hero-banner__copy{max-width:31rem;gap:14px}.hero-banner--commercial .hero-banner__copy p{max-width:31ch;margin:0;color:rgba(27,46,40,.7);font-size:1.03rem;line-height:1.68}.hero-banner--commercial .hero-banner__eyebrow{margin-bottom:2px;color:#16825f;font-size:.88rem;letter-spacing:.14em}.hero-banner__media{display:flex;align-items:center;justify-content:center;min-width:0;padding:0 0 0 34px}.homepage-hero-media{position:relative;width:100%;min-height:420px;overflow:hidden;border-radius:28px;border:1px solid rgba(20,84,64,.08);background:#e8f1ea;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8)}.homepage-hero-media__image{display:block;width:100%;height:420px;object-fit:cover;object-position:center center}.homepage-hero-media__booking{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:hsla(0,0%,100%,.95);border:1px solid rgba(20,84,64,.08);box-shadow:0 16px 28px rgba(20,36,31,.12)}.homepage-hero-media__booking-thumb{width:48px;height:48px;flex-shrink:0;border-radius:12px;object-fit:cover}.homepage-hero-media__booking-copy{flex:1 1;min-width:0}.homepage-hero-media__booking-copy strong{display:block;margin-bottom:2px;color:#183629;font-size:.95rem;line-height:1.18}.homepage-hero-media__booking-copy span{display:block;color:rgba(27,46,40,.72);font-size:.78rem;line-height:1.45}.homepage-hero-media__booking-cta{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:11px;background:#0f6b45;color:#fff;font-size:.78rem;font-weight:800;white-space:nowrap;text-decoration:none}.homepage-hero-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:2px}.homepage-hero-highlight{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border-radius:16px;background:rgba(245,249,246,.94);border:1px solid rgba(20,84,64,.06)}.homepage-hero-highlight strong{display:block;color:#0f6b45;font-size:.84rem;font-weight:800;line-height:1.18}.homepage-hero-highlight span{display:block;color:rgba(27,46,40,.66);font-size:.74rem;line-height:1.4}.hero-banner__actions{margin-top:8px}.hero-banner__actions .bm-button{min-height:50px;padding-inline:20px}.homepage-kit-section.bloomha-weekly-story{padding-top:2px}.homepage-kit-section.bloomha-weekly-story .homepage-showcase--editorial{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);align-items:start;gap:20px}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature{overflow:hidden;border-radius:24px;min-height:0}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__image{aspect-ratio:16/6.6;max-height:220px;object-fit:cover;object-position:center}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__copy{gap:10px;padding:18px 20px}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__copy h2{max-width:9ch;font-size:clamp(1.5rem,1.85vw,2.05rem);line-height:1.02;text-wrap:balance}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__copy p:last-of-type{max-width:29ch;font-size:.92rem;line-height:1.52}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .customer-primary{margin-top:2px;width:-moz-fit-content;width:fit-content}.homepage-kit-section.bloomha-weekly-story .homepage-section-stack__grid--retail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;grid-gap:16px;gap:16px}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail{display:grid;align-content:start;min-height:100%;padding:18px;grid-gap:10px;gap:10px;border-radius:20px}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail:nth-child(3){grid-column:1/-1;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);column-gap:22px;align-items:start}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail .homepage-mini-section__header{gap:7px}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail .homepage-mini-section__header p{margin:0}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail .homepage-mini-section__header a{font-size:.88rem;font-weight:700}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail h3{max-width:12ch;font-size:clamp(1.08rem,1.2vw,1.34rem);line-height:1.14;text-wrap:balance}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail p{margin:0;font-size:.92rem;line-height:1.56}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail:nth-child(3) .homepage-mini-section__header,.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail:nth-child(3) h3{grid-column:1}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail:nth-child(3) p{grid-column:2;align-self:center;max-width:32ch}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail:nth-child(3) h3{max-width:10ch}.bloomha-trust-stage__intro{max-width:44rem}.bloomha-trust-stage__intro h2{max-width:16ch;text-wrap:balance}.bloomha-homepage-footer{margin-top:4px}.bloomha-homepage-footer__grid{grid-template-columns:minmax(0,1.05fr) repeat(3,minmax(0,.85fr));gap:14px;padding:20px}.bloomha-homepage-footer__brand{gap:14px}.bloomha-homepage-footer__brand .customer-brand__mark{width:64px;height:64px;padding:8px;border-radius:18px;background:linear-gradient(180deg,#fffdf8,#f5efe1)}.bloomha-homepage-footer__brand strong{font-size:1.08rem;line-height:1.1}.bloomha-homepage-footer__brand p{max-width:34ch;font-size:.95rem}.bloomha-homepage-footer__column h3{font-size:.96rem}.bloomha-homepage-footer__links a,.bloomha-homepage-footer__promise-list{font-size:.9rem}.floating-cart{right:18px;bottom:18px;gap:12px;min-width:220px;padding:11px 12px;border-radius:16px}.floating-cart__icon{width:38px;height:38px}.floating-cart__copy strong{font-size:.96rem}.floating-cart__action{font-size:.76rem}@media (max-width:1180px){.customer-header__inner{grid-template-columns:minmax(0,220px) minmax(0,1fr) auto}.customer-actions a span:not(strong){font-size:.84rem}.hero-banner--commercial{grid-template-columns:1fr}.hero-banner__media{padding:8px 0 0}.bloomha-homepage-footer__grid,.homepage-kit-section.bloomha-weekly-story .homepage-showcase--editorial{grid-template-columns:1fr}.bloomha-homepage-footer__brand p{max-width:46ch}.homepage-kit-section.bloomha-weekly-story .homepage-section-stack__grid--retail{grid-template-columns:1fr 1fr}}@media (max-width:900px){.customer-service-strip span:nth-child(n+4){display:none}.customer-header__inner{grid-template-columns:minmax(0,1fr);gap:12px}.customer-actions{justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__image{max-height:none;aspect-ratio:16/9}.homepage-kit-section.bloomha-weekly-story .homepage-section-stack__grid--retail{grid-template-columns:1fr}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail:nth-child(3){grid-column:auto;grid-template-columns:1fr;column-gap:0}.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail:nth-child(3) .homepage-mini-section__header,.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail:nth-child(3) h3,.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail:nth-child(3) p{grid-column:auto;max-width:none}.homepage-hero-title{max-width:10.2ch;font-size:clamp(2.45rem,8vw,4rem)}.homepage-hero-highlights{grid-template-columns:1fr}.homepage-hero-media__image{min-height:340px}}@media (max-width:720px){.customer-service-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;justify-content:start;padding:8px 16px;text-align:left}.customer-service-strip span{min-width:0}.customer-service-strip span:nth-child(n+3){display:none}.customer-header__inner .customer-brand__mark{width:46px;height:46px;padding:5px}.customer-brand strong{font-size:.98rem}.customer-brand small{font-size:.74rem}.customer-search{min-height:48px}.hero-banner{padding-top:14px}.hero-banner--commercial{padding:14px;border-radius:26px}.hero-banner--commercial .hero-banner__content{min-height:0;padding:16px 10px 8px;gap:14px}.hero-banner--commercial .hero-banner__copy p{max-width:none;font-size:.95rem;line-height:1.62}.hero-banner__media{padding:10px 0 0}.homepage-hero-media{border-radius:22px;min-height:280px}.homepage-hero-media__image{height:280px}.homepage-hero-media__booking{left:12px;right:12px;bottom:12px;padding:12px}.homepage-hero-media__booking-copy strong{font-size:.86rem}.homepage-hero-media__booking-copy span{font-size:.74rem}.homepage-hero-media__booking-cta{min-height:36px;padding-inline:12px;font-size:.74rem}.bloomha-homepage-footer__grid,.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__copy,.homepage-kit-section.bloomha-weekly-story .homepage-mini-section--retail{padding:18px}.bloomha-trust-stage__intro h2,.homepage-kit-section.bloomha-weekly-story .bloomha-weekly-feature .homepage-showcase__copy h2{max-width:none}.floating-cart{display:none}}