@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap";:root{--color-brand:#e63946;--color-brand-hover:#d62839;--color-brand-active:#b71c2b;--color-brand-light:#ffe5e8;--color-accent:#f76c8e;--color-accent-hover:#f35b81;--color-accent-active:#e64b72;--color-floral:#ffb6c1;--color-floral-hover:#ffa6b5;--color-floral-active:#ff8fa3;--color-pink-50:#fff7f9;--color-pink-100:#fff0f4;--color-pink-200:#ffe5e8;--color-pink-300:#f8d7de;--color-pink-400:#f3c5d0;--color-ink:#1f1f1f;--color-muted:#555;--color-soft:#888;--color-card:#fff;--shadow-card:0 8px 24px #e6394614;--shadow-button:0 4px 12px #e6394626;--shadow-card-hover:0 16px 36px #e6394624;--font-display:Georgia, "Times New Roman", serif;--font-product-name:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-xs:8px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-pill:999px;--container:1180px;--space-page:clamp(18px, 5vw, 56px)}*{box-sizing:border-box}:root{background:var(--color-pink-50);color:var(--color-ink);font:16px/1.6 var(--font-body);font-synthesis:none;letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{background:var(--color-pink-50);min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--color-brand-active);font-family:var(--font-display);letter-spacing:0;font-weight:700;line-height:1.05}h1{font-size:clamp(42px,11vw,82px)}h2{font-size:clamp(30px,7vw,50px)}h3{font-size:24px}#root{min-height:100svh}.app-shell{min-height:100svh;overflow-x:hidden}.site-header{border-bottom:1px solid var(--color-pink-300);padding:12px var(--space-page);z-index:20;background:#fffffff0;grid-template-columns:1fr;align-items:center;gap:12px;display:grid;position:sticky;top:0}.site-header--home{background:#fff0f4b8;border-bottom-color:#ffffff6b;width:100%;position:absolute}.brand-mark{color:var(--color-ink);text-align:left;background:0 0;border:0;justify-self:center;align-items:center;min-width:0;padding:0;display:inline-flex}.brand-mark__image{filter:drop-shadow(0 10px 18px #b89b742e);width:auto;height:clamp(42px,13vw,72px);display:block}.site-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.site-nav button{border-radius:var(--radius-sm);color:var(--color-muted);text-transform:uppercase;background:0 0;border:0;min-height:36px;padding:8px 6px;font-size:11px;font-weight:900}.site-nav button.active,.site-nav button:hover{background:var(--color-brand-light);color:var(--color-brand)}.cart-pill{appearance:none;border:1px solid var(--color-pink-300);border-radius:var(--radius-pill);color:inherit;cursor:pointer;font:inherit;text-align:left;background:#fff;justify-self:center;align-items:center;gap:8px;max-width:100%;padding:5px 12px 5px 5px;transition:border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.cart-pill:hover,.cart-pill.active{border-color:var(--color-brand);box-shadow:var(--shadow-card)}.cart-pill:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.cart-pill span{background:var(--color-brand);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:900;display:inline-flex}.cart-pill p{color:var(--color-soft);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.page-section{padding:clamp(42px,9vw,92px) 0}.page-container{max-width:var(--container);padding:0 var(--space-page);width:100%;margin:0 auto}.section-heading{gap:8px;margin-bottom:26px;display:grid}.section-heading>p:not(.eyebrow){color:var(--color-muted);max-width:680px}.eyebrow{color:var(--color-accent);text-transform:uppercase;font-size:12px;font-weight:900;line-height:1.35}.button{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;min-height:48px;padding:11px 20px;font-weight:900;text-decoration:none;display:inline-flex}.button--primary{background:var(--color-brand);box-shadow:var(--shadow-button);color:#fff}.button--primary:hover{background:var(--color-brand-hover)}.button--secondary{border-color:var(--color-accent);color:var(--color-accent);background:0 0}.button--secondary:hover,.button--ghost{background:var(--color-pink-100)}.button--ghost{color:var(--color-brand)}.button--full{width:100%}@media (width>=760px){.site-header{grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr)}.brand-mark{justify-self:start}.brand-mark__image{height:68px}.site-nav{gap:18px;display:flex}.cart-pill{justify-self:end;max-width:260px}}.field{gap:7px;display:grid}.field__label{color:var(--color-brand-active);font-size:13px;font-weight:900}.field__control{border:1px solid var(--color-pink-300);border-radius:var(--radius-sm);color:var(--color-ink);background:#fff;outline:none;width:100%;min-height:50px;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.field__control::placeholder{color:var(--color-soft)}.field__control:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px #f76c8e26}.field__control--area{resize:vertical;min-height:126px}.field__helper{color:var(--color-soft);font-size:12px}.form-grid{grid-template-columns:1fr;gap:14px;display:grid}.panel-form,.contact-form,.description-card,.composition-panel,.delivery-panel{border:1px solid var(--color-pink-300);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;padding:clamp(18px,5vw,26px)}.panel-form__header{align-items:start;gap:10px;display:grid}.panel-form__header h2{font-size:28px}.panel-form__header span{background:var(--color-brand-light);border-radius:var(--radius-sm);color:var(--color-brand);padding:8px 10px;font-size:13px;font-weight:800}@media (width>=720px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-form__header{grid-template-columns:1fr auto;align-items:start}.panel-form__header span{max-width:260px}}.bouquet-stage{--product-accent:var(--color-brand);aspect-ratio:1;background:radial-gradient(circle, #fff 0 48%, var(--color-pink-100) 49% 66%, transparent 67%), linear-gradient(180deg, #ffffffbf, transparent);border-radius:50%;justify-content:center;align-items:center;width:210px;height:210px;margin:0 auto;display:flex;position:relative;overflow:hidden}.bouquet-stage:after{background:linear-gradient(90deg, transparent, var(--product-accent), transparent);border-radius:var(--radius-pill);content:"";opacity:.14;width:46%;height:6px;position:absolute;bottom:18px}.bouquet-image{filter:drop-shadow(0 20px 20px #4520282b);object-fit:contain;z-index:1;width:95%;height:95%;transition:transform .25s;position:relative}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.price-row,.detail-price{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;display:flex}.price-row strong,.detail-price strong{color:var(--color-ink);font-size:22px;font-weight:900}.price-row span,.detail-price span{color:var(--color-soft);font-size:14px;text-decoration:line-through}.price-row em,.detail-price em{background:var(--color-brand-light);border-radius:var(--radius-pill);color:var(--color-brand);padding:3px 8px;font-size:11px;font-style:normal;font-weight:900}@media (width>=760px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{text-align:center;min-width:0}.product-card__link{appearance:none;color:inherit;text-align:center;background:0 0;border:0;align-content:start;justify-items:center;gap:6px;width:100%;padding:0;display:grid}.product-card__link:focus-visible{border-radius:var(--radius-sm);outline:2px solid var(--color-brand);outline-offset:6px}.product-card__media{place-items:center;width:100%;min-height:190px;display:grid;position:relative}.product-card__circle{aspect-ratio:1;background:radial-gradient(circle,#fff0f4f5 0 64%,#ffb6c1c7 65% 100%);border-radius:50%;width:min(72%,170px);transition:box-shadow .25s,transform .25s;display:block;position:absolute;top:50%;transform:translateY(-54%);box-shadow:0 14px 30px #f76c8e29}.product-card__image{filter:drop-shadow(0 18px 24px #4520282e);object-fit:contain;z-index:1;width:min(100%,220px);height:clamp(176px,42vw,228px);transition:transform .25s;position:relative}.product-card:hover .product-card__circle,.product-card__link:focus-visible .product-card__circle{transform:translateY(-54%)scale(1.04);box-shadow:0 18px 36px #f76c8e38}.product-card:hover .product-card__image,.product-card__link:focus-visible .product-card__image{transform:translateY(-4px)scale(1.02)}.product-card__body{justify-items:center;width:100%;display:grid}.product-card__body h3{color:var(--color-accent);font-family:var(--font-product-name);font-size:clamp(18px,4vw,28px);font-weight:700;line-height:1.08}.product-card .price-row{justify-content:center;gap:8px}.product-card .price-row strong{letter-spacing:-.02em;font-size:clamp(18px,4.2vw,24px)}.product-card .price-row span{font-size:clamp(12px,3.2vw,16px)}@media (width>=760px){.product-card__media{min-height:238px}.product-card__circle{width:min(74%,184px)}}.details-grid{align-items:start;gap:28px;display:grid}.product-gallery{gap:14px;display:grid}.gallery-main{border:1px solid var(--color-pink-300);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;padding:clamp(16px,5vw,34px);overflow:hidden}.bouquet-stage--detail{width:min(500px,78vw);height:min(500px,78vw)}.thumbnail-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.thumbnail-row button{border:1px solid var(--color-pink-300);border-radius:var(--radius-sm);background:#fff;min-height:92px;padding:6px}.thumbnail-row button.active,.thumbnail-row button:hover{border-color:var(--color-brand);box-shadow:var(--shadow-card)}.thumbnail-row img{object-fit:contain;height:86px;margin:0 auto}.product-info{gap:18px;display:grid}.product-info h1{font-size:clamp(40px,10vw,64px)}.breadcrumb{color:var(--color-soft);text-align:left;background:0 0;border:0;padding:0}.rating-row{color:var(--color-soft);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rating-row span,.rating-row strong{color:var(--color-brand)}.detail-price{justify-content:flex-start}.purchase-panel{gap:10px;display:grid}.quantity-control{border:1px solid var(--color-pink-300);border-radius:var(--radius-sm);background:#fff;grid-template-columns:44px 1fr 44px;min-height:54px;display:grid;overflow:hidden}.quantity-control button{color:var(--color-brand);background:0 0;border:0;font-size:20px;font-weight:900}.quantity-control strong{color:var(--color-brand-active);text-align:center;align-self:center}.description-card{gap:8px;display:grid}.description-card h2,.composition-panel h2,.delivery-panel h2{font-size:28px}.description-card p,.delivery-item p,.composition-table span{color:var(--color-muted)}.specs-grid{gap:20px;display:grid}.composition-table{display:grid}.composition-table div{border-bottom:1px solid var(--color-pink-400);justify-content:space-between;align-items:center;gap:20px;padding:12px 0;display:flex}.composition-table div:last-child{border-bottom:0}.composition-table strong{color:var(--color-brand-active)}.delivery-grid{gap:14px;display:grid}.delivery-item{align-items:flex-start;gap:12px;display:flex}.delivery-item>span{background:var(--color-pink-100);border:1px solid var(--color-pink-300);color:var(--color-accent);border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:inline-flex}.recommended-row{grid-auto-columns:minmax(230px,1fr);grid-auto-flow:column;gap:18px;padding-bottom:8px;display:grid;overflow-x:auto}@media (width>=880px){.details-grid,.specs-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr)}.purchase-panel{grid-template-columns:140px 1fr 1fr}.delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.breadcrumb--desktop{display:none}@media (width>=880px){.breadcrumb--mobile{display:none}.breadcrumb--desktop{display:block}}.comments-section{background:radial-gradient(circle at top left, #f76c8e1f, transparent 34%), linear-gradient(180deg, var(--color-pink-50), #fff)}.comments-shell,.comments-heading,.comments-grid,.comment-card{display:grid}.comments-shell,.comments-heading,.comments-grid{gap:18px}.comments-heading{max-width:720px}.comments-heading p{color:var(--color-muted)}.comments-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.comment-card{border:1px solid var(--color-pink-300);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#ffffffe0;gap:16px;padding:20px}.comment-card__top{justify-content:space-between;align-items:start;gap:14px;display:flex}.comment-card__top strong,.comment-card__top span{color:var(--color-brand-active)}.comment-card__top p,.comment-card>p{color:var(--color-muted)}.comment-card__top p{font-size:14px}@media (width>=880px){.comments-shell{gap:24px}.comment-card{padding:24px}}.product-config-card{gap:16px}.product-summary,.detail-note{color:var(--color-muted)}.detail-note{font-size:14px}.purchase-panel.purchase-panel--stacked{grid-template-columns:1fr;gap:14px}.extras-list{gap:10px;display:grid}.extra-option{border:1px solid var(--color-pink-300);border-radius:var(--radius-sm);background:#fff;grid-template-columns:auto 1fr auto;align-items:start;gap:10px;padding:12px 14px;transition:border-color .2s,box-shadow .2s;display:grid}.extra-option input{accent-color:var(--color-brand);margin-top:4px}.extra-option strong{color:var(--color-brand-active);font-size:14px}.extra-option--active{border-color:var(--color-brand);box-shadow:var(--shadow-card)}.customization-summary{background:var(--color-pink-100);border:1px solid var(--color-pink-300);border-radius:var(--radius-sm);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px 16px;padding:12px 14px;display:flex}.customization-summary p{color:var(--color-soft)}.customization-summary strong{color:var(--color-brand-active);font-size:24px}.catalog-hero{background:radial-gradient(circle at 0 0,#f76c8e24,#0000 38%),linear-gradient(#fff0f4d9,#fff7f9e6)}.catalog-hero__grid{gap:24px;display:grid}.catalog-hero__copy,.catalog-hero__panel,.catalog-empty,.catalog-content{gap:14px;display:grid}.catalog-content{min-width:0}.catalog-hero__copy>p:not(.eyebrow),.catalog-hero__panel>p:not(.eyebrow),.catalog-empty p:not(.eyebrow){color:var(--color-muted);max-width:62ch}.catalog-stats,.catalog-highlights{gap:12px;display:grid}.catalog-stat,.catalog-highlight,.catalog-hero__panel,.catalog-empty{border:1px solid var(--color-pink-300);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#ffffffe0}.catalog-stat{padding:16px}.catalog-stat span,.catalog-highlight span{color:var(--color-soft);font-size:12px}.catalog-stat strong,.catalog-highlight strong{color:var(--color-brand-active);font-family:var(--font-display);font-size:clamp(24px,5vw,32px)}.catalog-hero__panel,.catalog-empty{padding:22px}.catalog-highlight{border-radius:var(--radius-md);background:#fff7f9eb;border:1px solid #f8d7deeb;align-content:start;gap:4px;padding:16px;display:grid}.catalog-highlight p{color:var(--color-muted);font-size:13px}.catalog-hero__tags,.catalog-active-filters{flex-wrap:wrap;gap:8px;display:flex}.catalog-chip{border:1px solid var(--color-pink-300);border-radius:var(--radius-pill);color:var(--color-brand-active);background:#ffffffe6;min-height:36px;padding:9px 14px;font-size:12px;font-weight:800}.catalog-chip--accent{background:var(--color-brand);border-color:var(--color-brand);color:#fff}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.catalog-content__heading{margin-bottom:0}.catalog-empty{text-align:center;justify-items:center;padding:28px 22px}.catalog-section{padding-top:10px}.catalog-layout{gap:26px;display:grid}.catalog-layout.page-container{max-width:none;margin:0}@media (width>=760px){.catalog-stats,.catalog-highlights{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=980px){.catalog-layout{grid-template-columns:minmax(0,1fr) minmax(0,3fr);align-items:flex-start}.catalog-content{width:100%;min-width:0}.catalog-hero__grid{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:start}.catalog-section{padding-top:28px}}@media (width>=1280px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.catalog-sidebar{min-width:0;display:grid}.catalog-filter-card,.catalog-filter-card__heading,.catalog-range{gap:14px;display:grid}.catalog-filter-card{border:1px solid var(--color-pink-300);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#ffffffe0;padding:22px}.catalog-filter-card__heading>p:not(.eyebrow){color:var(--color-muted);max-width:62ch}.catalog-filter-card__result{border-radius:var(--radius-md);background:#fff7f9eb;border:1px solid #f8d7deeb;align-content:start;gap:2px;padding:16px;display:grid}.catalog-filter-card__result span,.catalog-range__legend{color:var(--color-soft);font-size:12px}.catalog-filter-card__result strong,.catalog-range strong{color:var(--color-brand-active);font-family:var(--font-display);font-size:clamp(24px,5vw,32px)}.catalog-type-list{flex-wrap:wrap;gap:8px;display:flex}.catalog-type-list button{background:var(--color-pink-100);border-radius:var(--radius-pill);color:var(--color-brand-active);border:1px solid #0000;min-height:40px;padding:0 14px;font-size:12px;font-weight:900}.catalog-type-list button.active{background:var(--color-brand);box-shadow:var(--shadow-button);color:#fff}.catalog-range__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.catalog-range input{accent-color:var(--color-brand);width:100%}@media (width>=980px){.catalog-sidebar{width:100%}.catalog-filter-card{position:sticky;top:112px}}.panel-screen .section-heading{gap:10px}.panel-grid{align-items:start;gap:24px;display:grid}.panel-form{gap:16px;display:grid}.panel-preview{background:var(--color-pink-100);border:1px solid var(--color-pink-300);border-radius:var(--radius-md);align-items:center;gap:14px;padding:12px;display:grid}.panel-preview .bouquet-stage{width:118px;height:118px}.panel-preview strong{color:var(--color-brand-active);font-family:var(--font-display);font-size:24px;line-height:1.1;display:block}.panel-preview p{color:var(--color-muted);font-size:14px}.panel-actions{gap:10px;display:grid}.panel-list{gap:12px;display:grid}.panel-list-item{border:1px solid var(--color-pink-300);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#fff;align-items:center;gap:12px;padding:12px;display:grid}.panel-list-item img{background:var(--color-pink-100);border-radius:var(--radius-sm);object-fit:contain;width:100%;height:132px}.panel-list-item span{color:var(--color-soft);text-transform:uppercase;font-size:12px;font-weight:900;display:block}.panel-list-item strong{color:var(--color-brand-active);font-family:var(--font-display);font-size:22px;line-height:1.1;display:block}.panel-list-item p{color:var(--color-brand);font-weight:900}@media (width>=720px){.panel-preview,.panel-list-item{grid-template-columns:122px 1fr auto}.panel-actions{flex-wrap:wrap;display:flex}.panel-list-item img{width:92px;height:92px}}@media (width>=980px){.panel-grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}}.cart-page{gap:28px;display:grid}.cart-heading{margin-bottom:0}.cart-layout{gap:22px;display:grid}.cart-lines{gap:14px;display:grid}.cart-item,.cart-summary,.cart-empty__card{background:var(--color-card);border:1px solid var(--color-pink-300);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.cart-item{gap:18px;padding:18px;display:grid}.cart-item__media{border-radius:var(--radius-md);background:radial-gradient(circle,#fff0f4f5 0 66%,#ffb6c1c2 67% 100%);place-items:center;min-height:180px;display:grid}.cart-item__media img{filter:drop-shadow(0 18px 26px #45202829);object-fit:contain;width:min(100%,180px);height:150px}.cart-item__copy{gap:6px;display:grid}.cart-item__copy h2{color:var(--color-accent);font-family:var(--font-product-name);font-size:clamp(24px,6vw,34px);line-height:1.05}.cart-item__copy p:last-child{color:var(--color-muted)}.cart-item__actions{align-items:center;gap:12px;display:grid}.cart-stepper{background:var(--color-pink-50);border:1px solid var(--color-pink-300);border-radius:var(--radius-pill);align-items:center;gap:14px;width:fit-content;padding:4px;display:inline-flex}.cart-stepper button,.cart-summary__link,.cart-item__remove{color:var(--color-brand);font:inherit;background:0 0;border:0}.cart-stepper button{border-radius:50%;width:36px;height:36px;font-size:20px}.cart-stepper strong,.cart-item__total{color:var(--color-ink);font-size:18px}.cart-item__remove,.cart-summary__link{text-underline-offset:.2em;justify-self:start;padding:0;font-size:14px;font-weight:800;text-decoration:underline}.cart-summary,.cart-empty__card{gap:16px;padding:20px;display:grid}.cart-summary__rows{gap:12px;display:grid}.cart-summary__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-summary__note{color:var(--color-muted);font-size:14px}.cart-empty{display:grid}.cart-empty__card{justify-items:start}@media (width>=760px){.cart-layout{grid-template-columns:minmax(0,1.7fr) minmax(280px,360px);align-items:start;gap:28px}.cart-item{grid-template-columns:150px minmax(0,1fr) auto;align-items:center}.cart-item__media{min-height:150px}.cart-item__media img{height:132px}.cart-item__actions{justify-items:end}.cart-item__remove,.cart-summary__link{justify-self:end}.cart-summary{position:sticky;top:108px}}.contact-grid{align-items:start;gap:26px;display:grid}.contact-copy{gap:12px;max-width:600px;display:grid}.contact-copy>p:not(.eyebrow){color:var(--color-muted);font-size:18px}.contact-notes{gap:12px;margin-top:8px;display:grid}.contact-notes article{border:1px solid var(--color-pink-300);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#fff;gap:4px;padding:18px;display:grid}.contact-notes span{color:var(--color-accent);font-weight:900}.contact-notes strong{color:var(--color-brand-active);font-family:var(--font-display);font-size:24px}.contact-notes p{color:var(--color-muted)}.contact-form{gap:16px;display:grid}.empty-state{text-align:center;min-height:58svh}.empty-state .page-container{justify-items:center;gap:18px;display:grid}@media (width>=900px){.contact-grid{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr)}}.app-shell--home main{background:#fff}.site-header--home{pointer-events:none;background:0 0;border-bottom:0;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding-top:18px;padding-bottom:0}.site-header--home>*{pointer-events:auto}.site-header--home .brand-mark{justify-self:start;align-items:center;gap:8px;padding:6px 10px 6px 6px;display:inline-flex}.site-header--home .brand-mark__image{filter:drop-shadow(0 8px 14px #e639462e);width:36px;max-width:none;height:36px}.site-header--home .brand-mark__label{color:var(--color-brand-active);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800;line-height:1;display:none}.site-header--home .site-nav{scrollbar-width:none;gap:10px;padding-bottom:6px;display:flex;overflow-x:auto}.site-header--home .site-nav::-webkit-scrollbar{display:none}.site-header--home .site-nav button{color:#1f1f1f94;letter-spacing:.1em;white-space:nowrap;border-radius:0;flex:none;min-height:auto;padding:4px 0;font-size:9px}.site-header--home .site-nav button.active,.site-header--home .site-nav button:hover{color:var(--color-brand);background:0 0}.site-header--home .cart-pill{box-shadow:var(--shadow-card);background:#ffffffd6;border-color:#f8d7dee6;justify-self:end;gap:0;min-width:38px;padding:4px}.site-header--home .cart-pill.active,.site-header--home .cart-pill:hover{border-color:var(--color-brand);background:#fffffff5}.site-header--home .cart-pill p{display:none}.site-header--home .cart-pill span{width:30px;height:30px}@media (width>=760px){.site-header--home{gap:26px;padding-top:24px}.site-header--home .brand-mark__image{width:44px;height:44px}.site-header--home .brand-mark__label{display:inline}.site-header--home .site-nav{justify-content:center}.site-header--home .site-nav button{font-size:10px}}.home-hero{background:linear-gradient(180deg, var(--color-pink-50), var(--color-pink-100) 58%, #ffe5e8);min-height:min(780px,100svh);padding:102px 0 72px;position:relative;overflow:hidden}.home-hero:before{content:"";background:radial-gradient(circle at 16% 24%,#f76c8e2e,#0000 24%),radial-gradient(circle at 84% 26%,#e639461f,#0000 20%),linear-gradient(#ffffff85,#0000 64%);position:absolute;inset:0}.home-hero:after{content:"";z-index:2;background:#fff;border-radius:46% 46% 0 0/100% 100% 0 0;width:100%;height:92px;position:absolute;bottom:-1px;left:0}.home-hero__inner{min-height:610px;position:relative}.home-hero__copy{gap:14px;max-width:min(100%,620px);padding-top:18px;display:grid;position:relative}.home-hero__eyebrow,.home-hero__meta,.home-hero__tag span{color:#1f1f1f85;letter-spacing:.24em;text-transform:uppercase;font-size:10px;font-weight:800}.home-hero__copy h1{color:#ffffffdb;font-family:var(--font-body);letter-spacing:-.05em;mix-blend-mode:screen;z-index:2;max-width:100%;margin-left:-5px;font-size:clamp(84px,29vw,212px);font-weight:300;line-height:.82;position:relative}.home-hero__eyebrow,.home-hero__meta,.home-hero__story{z-index:4;position:relative}.home-hero__meta{max-width:160px;line-height:1.6}.home-hero__meta--right{text-align:right;justify-self:end;margin-top:8px}.home-hero__story{justify-items:start;gap:10px;margin-top:90px;display:grid}.home-hero__story p{color:var(--color-brand-active);font-family:var(--font-body);text-transform:uppercase;max-width:60%;font-size:clamp(11px,8.8vw,20px);font-weight:500;line-height:1}.home-hero__chip{border:1px solid var(--color-border);border-radius:var(--radius-pill);color:var(--color-brand);letter-spacing:.14em;text-transform:uppercase;background:#fffffff5;min-height:40px;margin-top:5px;padding:0 18px;font-size:11px;font-weight:900;transition:background-color .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s;box-shadow:0 10px 24px #e6394624}.home-hero__chip:hover,.home-hero__chip:focus-visible,.home-hero__chip:active{background:var(--color-brand);border-color:var(--color-brand);color:#fff;box-shadow:0 14px 26px #e6394642}.home-hero__chip:active{transform:translateY(1px)}.home-hero__tag{border-radius:var(--radius-sm);max-width:170px;right:var(--space-page);z-index:4;background:#ffffff80;border:1px solid #ffffffad;gap:6px;padding:10px 12px;display:grid;position:absolute;top:118px}.home-hero__tag strong{color:var(--color-brand-active);text-transform:uppercase;font-size:14px;line-height:1.05}@media (width>=760px){.home-hero{min-height:820px;padding-top:136px}.home-hero__inner{min-height:680px}.home-hero__meta--left{margin-left:28px}.home-hero__story{margin-top:14px;margin-left:0}.home-hero__tag{right:max(var(--space-page), 18%);top:154px}.home-hero__story p{max-width:75%;font-size:clamp(16px,8.8vw,32px);font-weight:700}}.home-hero__image,.home-hero__accent{object-fit:contain;max-width:none;position:absolute}.home-hero__image{filter:drop-shadow(0 34px 38px #b71c2b29);mix-blend-mode:multiply;z-index:3;width:min(92vw,300px);max-height:min(72svh,620px);bottom:20%;left:65%;transform:translate(-50%)rotate(-8deg)}.home-hero__accent{mix-blend-mode:normal;opacity:.5;z-index:2;width:118px}.home-hero__accent--1{mix-blend-mode:screen;opacity:1;top:150px;left:-10px;transform:rotate(-14deg)}.home-hero__accent--2{top:400px;right:-24px;transform:rotate(12deg)}.home-hero__button{color:var(--color-brand);z-index:5;background:#fff;border:0;border-radius:50%;width:58px;height:58px;margin:18px auto 0;font-size:24px;font-weight:900;display:block;position:relative;box-shadow:0 18px 40px #e6394629}.home-hero__wash{z-index:1;background:radial-gradient(circle,#f76c8e57,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;top:220px;right:-50px}@media (width>=760px){.home-hero__image{width:min(54vw,600px);max-height:none;bottom:-20%;left:auto;right:2%;transform:rotate(-10deg)}.home-hero__accent--1{top:156px;left:2%}.home-hero__accent--2{top:550px;right:1%}}.home-benefits{background:#fff;padding-top:58px}.home-benefits__heading{text-align:center;gap:10px;max-width:360px;margin:0 auto 30px;display:grid}.home-benefits__heading h2{color:#2c3a33;font-size:clamp(20px,7vw,30px)}.home-benefits__heading p{color:var(--color-muted);font-size:13px}.home-benefits__grid{grid-template-columns:minmax(0,1fr) minmax(134px,.86fr) minmax(0,1fr);align-items:center;gap:12px;display:grid}.home-benefits__column{gap:10px;display:grid}.home-benefits__column--right .benefit-card{text-align:right;justify-items:end}.home-benefits__media{max-width:180px;margin:0 auto;position:relative}.home-benefits__media:before{content:"";background:linear-gradient(#fff0f4cc,#f8d7debd);border-radius:46% 46% 38% 38%;position:absolute;inset:12% 4% 10%}.home-benefits__media img{filter:drop-shadow(0 20px 22px #1f1f1f1a);mix-blend-mode:multiply;object-fit:contain;width:100%;max-height:260px;position:relative}.benefit-card{gap:6px;min-height:104px;padding:10px 0;display:grid}.benefit-card span{color:var(--color-accent);background:#fff0f4a8;border:0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:900;display:inline-flex}.benefit-card strong{color:#243730;font-family:var(--font-body);font-size:14px;font-weight:800;line-height:1.15}.benefit-card p{color:var(--color-muted);max-width:150px;font-size:11px;line-height:1.45}.home-founder{background:linear-gradient(180deg, #fff, var(--color-pink-50));padding-top:18px}.home-founder__container{gap:18px;display:grid}.home-founder__copy{text-align:center;justify-items:center;gap:10px;display:grid}.home-founder__eyebrow{color:#1f1f1f8f;letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:800}.home-founder__name{color:var(--color-accent)}.home-founder__copy h2{color:var(--color-accent);font-size:clamp(28px,7vw,46px);line-height:1.04}.home-founder__copy p{color:var(--color-muted);max-width:66ch;font-size:13px;line-height:1.6}.home-founder__media{justify-self:center;max-width:280px;margin:0}.home-founder__media img{object-fit:cover;border-radius:24px;width:100%;display:block;transform:scaleX(-1);box-shadow:0 22px 38px #1f1f1f1f}@media (width>=760px){.home-benefits{padding-top:76px}.home-benefits__heading{max-width:520px}.home-benefits__grid{grid-template-columns:1fr minmax(220px,.9fr) 1fr;gap:28px}.home-benefits__media{max-width:260px}.home-benefits__media img{max-height:360px}.benefit-card strong{font-size:17px}.benefit-card p{max-width:210px;font-size:13px}.home-founder{padding-top:28px}.home-founder__container{grid-template-columns:minmax(240px,.7fr) minmax(0,1.1fr);align-items:center;gap:36px}.home-founder__copy{text-align:left;grid-area:1/2;justify-items:start}.home-founder__copy p{text-align:justify}.home-founder__media{grid-area:1/1;justify-self:start;max-width:360px}}.home-new{background:#fff;padding-top:6px;padding-bottom:84px}.home-new__heading{justify-content:space-between;align-items:end;gap:14px;margin-bottom:26px;display:flex}.home-new__link{background:var(--color-pink-50);color:var(--color-brand-active);border:1px solid #f8d7deeb;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:14px;font-weight:900;display:inline-flex}.home-new__heading h2{color:var(--color-ink);font-family:var(--font-body);font-size:clamp(28px,8vw,42px);font-weight:800}.home-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 18px;display:grid}.home-product{text-align:center;gap:12px;min-width:0;display:grid}.home-product__media{border-radius:var(--radius-sm);background:linear-gradient(#fffffffa,#fff7f9eb);border:1px solid #f8d7deb3;min-height:188px;padding:12px 10px 42px;position:relative;overflow:hidden;box-shadow:0 16px 28px #1f1f1f0f}.home-product__badge{border-radius:var(--radius-pill);color:var(--color-accent);letter-spacing:.12em;text-transform:uppercase;background:#ffffffdb;padding:5px 8px;font-size:9px;font-weight:900;position:absolute;top:10px;left:10px}.home-product:hover .home-product__image-button img{transform:translateY(-3px)scale(1.03)}.home-product__image-button{background:0 0;border:0;width:100%;padding:0;display:block}.home-product__image-button img{mix-blend-mode:multiply;object-fit:contain;width:100%;height:180px;margin:0 auto;transition:transform .25s}.home-product__actions{justify-content:center;gap:6px;display:flex;position:absolute;bottom:10px;left:0;right:0}.home-product__actions button{color:var(--color-brand);background:#ffffffeb;border:1px solid #f8d7deeb;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:900;display:inline-flex}.home-product__copy{gap:5px;display:grid}.home-product__type{color:var(--color-accent);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:900}.home-product h3{color:var(--color-ink);font-family:var(--font-body);font-size:15px;font-weight:800;line-height:1.25}.home-product__price{color:var(--color-brand-active);font-size:13px;font-weight:700}@media (width>=760px){.home-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.home-product__media{min-height:232px}.home-product__image-button img{height:220px}}.home-footer{background:var(--color-pink-100);color:#6f4250}.home-footer__content{gap:20px;padding-top:44px;padding-bottom:36px;display:grid}.home-footer h2,.home-footer h3{color:#6f4250;font-family:var(--font-body);font-size:22px;font-weight:500}.home-footer p,.home-footer a{color:#6f4250;font-size:16px}.home-footer__contact,.home-footer__follow,.home-footer__review,.home-footer__newsletter{gap:6px;display:grid}.home-footer__link-button{color:#6f4250;text-transform:uppercase;background:0 0;border:0;padding:10px 0 0;font-weight:900;text-decoration:underline}.home-footer__social{gap:12px;display:flex}.home-footer__social-link{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.home-footer__social-link--facebook{background:#3340a4}.home-footer__social-link--instagram{background:linear-gradient(135deg,#f76c8e,#e63946)}.home-footer__social-link--youtube{background:#e62117}.home-footer__social-link--pinterest{background:#d70f32}.home-footer__subscribe{border:1px solid var(--color-brand);border-radius:var(--radius-sm);color:#6f4250;text-transform:uppercase;background:0 0;width:min(100%,320px);min-height:56px;font-size:16px;font-weight:800}.home-footer__links{gap:13px;display:grid}.home-footer__links button{color:#6f4250;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0;font-size:21px;display:flex}.home-footer__review{gap:2px}.home-footer__newsletter form{grid-template-columns:1fr auto;max-width:380px;display:grid}.home-footer__newsletter input{color:var(--color-ink);background:#fff;border:1px solid #cdbfc4;min-width:0;padding:11px 14px}.home-footer__newsletter button{color:#6f4250;background:#fff;border:1px solid #6f4250;min-width:62px;font-weight:800}.home-footer__legal{color:#fff;padding:22px var(--space-page);text-align:center;background:#ff4d5f;gap:4px;display:grid}.home-footer__legal strong,.home-footer__legal span{color:#fff}@media (width>=860px){.home-footer__content{grid-template-columns:minmax(0,360px) minmax(0,1fr);align-items:start;column-gap:48px}.home-footer__subscribe,.home-footer__links,.home-footer__review,.home-footer__newsletter{grid-column:2}}
