:root{
  --ink:#17201b;--muted:#68736c;--brand:#174634;--brand-strong:#0f3426;--brand-soft:#edf4ef;
  --accent:#a97b43;--canvas:#f7f6f2;--surface:#fff;--surface-alt:#f1f3ef;--line:#e2e6e2;--line-strong:#cfd6d1;
  --shadow-sm:0 1px 2px rgba(19,35,27,.04),0 8px 24px rgba(19,35,27,.05);--shadow:0 24px 60px rgba(16,34,25,.14);
  --radius-sm:8px;--radius:14px;--radius-lg:22px;--container:1200px;--page-gutter:32px;--control:48px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font-family:'DM Sans',sans-serif;overflow-x:hidden}body.modal-open{overflow:hidden}button,input,select,a{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:calc(var(--container) + (var(--page-gutter) * 2));margin-inline:auto;padding-inline:var(--page-gutter)}.announcement{padding:8px 16px;text-align:center;background:var(--brand-strong);color:#fff;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:100;background:rgba(247,246,242,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(207,214,209,.8)}.header-row{height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:9px}.brand img{width:150px}.brand span{font:700 13px 'Manrope';color:var(--brand);letter-spacing:.12em;text-transform:uppercase}.main-nav{display:flex;justify-content:center;gap:5px}.main-nav a{padding:10px 12px;border-radius:8px;color:#4f5b54;font-size:13px;font-weight:600}.main-nav a:hover,.main-nav a.active{background:#fff;color:var(--brand)}.header-cta,.button{min-height:46px;padding:0 18px;border:1px solid transparent;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px;transition:.18s ease}.header-cta,.button-primary{background:var(--brand);color:#fff}.header-cta:hover,.button-primary:hover{background:var(--brand-strong);transform:translateY(-1px)}.button-secondary{background:#fff;border-color:var(--line-strong);color:var(--brand)}.button-secondary:hover{border-color:#9baaa1;background:var(--brand-soft)}.menu-button{display:none}.eyebrow{display:block;margin-bottom:12px;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.page-hero{background:linear-gradient(180deg,#fff 0%,var(--canvas) 100%);border-bottom:1px solid var(--line)}.page-hero-grid{min-height:430px;padding:72px 0;display:grid;grid-template-columns:1.05fr .75fr;gap:70px;align-items:center}.page-hero h1,.landing-hero h1{max-width:760px;margin:0;font:800 clamp(42px,5.5vw,68px)/1.02 'Manrope';letter-spacing:-.04em}.page-hero p,.landing-hero p{max-width:650px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-visual{min-height:270px;padding:24px;display:flex;align-items:flex-end;border-radius:var(--radius-lg);background:linear-gradient(145deg,#dfe8e1,#bfcfc3);box-shadow:var(--shadow-sm)}.visual-card{width:min(100%,340px);padding:24px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.75);border-radius:var(--radius)}.visual-card span{color:var(--accent);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.visual-card strong{display:block;margin:8px 0;font:800 24px/1.15 'Manrope'}.visual-card p{margin:0;font-size:13px;line-height:1.55}.collection-section{padding:76px 0 90px}.section-heading{margin-bottom:32px}.section-heading.split{display:grid;grid-template-columns:1fr .8fr;gap:48px;align-items:end}.section-heading h2{margin:0;font:800 clamp(30px,4vw,46px)/1.08 'Manrope';letter-spacing:-.025em}.section-heading p{margin:0;color:var(--muted);line-height:1.7}.category-browser{margin-bottom:20px}.category-browser-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:12px}.category-browser-head h3{margin:0;font:750 19px 'Manrope'}.category-count{color:var(--muted);font-size:12px}.category-grid{display:flex;gap:8px;padding:2px 0 8px;overflow-x:auto;scrollbar-width:thin}.category-tile{flex:0 0 auto;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#4d5952;display:inline-flex;align-items:center;gap:9px;box-shadow:0 1px 2px rgba(19,35,27,.03);transition:.16s ease}.category-tile span{font-size:13px;font-weight:650}.category-tile small{padding-left:9px;border-left:1px solid var(--line);color:#8a948e;font-size:10px}.category-tile:hover{border-color:#aeb9b2;background:#fafcfb}.category-tile.active{border-color:var(--brand);background:var(--brand);color:#fff}.category-tile.active small{color:rgba(255,255,255,.72);border-color:rgba(255,255,255,.25)}.filter-panel{margin-bottom:14px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.filter-panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.filter-panel-title strong{font:750 15px 'Manrope'}.filter-panel-title span{color:var(--muted);font-size:12px}.shop-toolbar{display:grid;grid-template-columns:minmax(250px,1.45fr) minmax(160px,.8fr) minmax(220px,1fr) minmax(175px,.85fr) auto;gap:12px;align-items:end}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field-label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#68746c}.field-control{position:relative}.field-control svg{position:absolute;left:14px;top:50%;width:17px;height:17px;transform:translateY(-50%);color:#738078;pointer-events:none}.field-control input,.field-control select,.budget-range input{width:100%;height:var(--control);border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--ink);outline:none;transition:.16s ease}.field-control input{padding:0 14px 0 42px}.field-control select{appearance:none;padding:0 38px 0 14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236a756e' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.field-control input:hover,.field-control select:hover,.budget-range input:hover{border-color:#aab6ae}.field-control input:focus,.field-control select:focus,.budget-range input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(23,70,52,.1)}.budget-range{display:flex;flex-direction:column;gap:7px}.budget-range>span{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#68746c}.budget-range>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.budget-range input{padding:0 12px}.clear-filters{height:var(--control);padding:0 15px;border:1px solid var(--line-strong);border-radius:9px;background:#f8faf8;color:#46534b;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;transition:.16s ease}.clear-filters:hover{border-color:#9caaa1;background:var(--brand-soft);color:var(--brand)}.results-row{display:flex;justify-content:space-between;gap:20px;margin:0 2px 22px;color:var(--muted);font-size:13px}.results-row p{margin:0}.results-row strong{color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px 2px rgba(19,35,27,.03);transition:.2s ease}.product-card:hover{transform:translateY(-3px);border-color:#d3d9d5;box-shadow:0 16px 34px rgba(19,35,27,.09)}.product-image{position:relative;width:100%;aspect-ratio:4/5;padding:0;border:0;background:#edf0eb;overflow:hidden}.product-card-image-open{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.025)}.product-card-gallery-arrow{position:absolute;top:50%;z-index:4;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.78);border-radius:50%;display:grid;place-items:center;transform:translateY(-50%);background:rgba(255,255,255,.9);color:var(--brand-strong);font-size:21px;line-height:1;box-shadow:0 5px 16px rgba(0,0,0,.14);opacity:0;transition:.16s ease}.product-card-gallery:hover .product-card-gallery-arrow,.product-card-gallery-arrow:focus-visible{opacity:1}.product-card-gallery-arrow[hidden]{display:none}.product-card-gallery-prev{left:8px}.product-card-gallery-next{right:8px}.product-card-gallery-counter{position:absolute;right:9px;bottom:9px;z-index:4;padding:4px 7px;border-radius:999px;background:rgba(18,28,22,.68);color:#fff;font-size:9px;font-weight:800}.product-card-gallery-counter[hidden]{display:none}.product-badge{position:absolute;left:12px;top:12px;z-index:4;padding:6px 9px;border-radius:6px;background:rgba(255,255,255,.94);color:var(--brand);font-size:10px;font-weight:800;box-shadow:0 4px 12px rgba(0,0,0,.08)}.product-body{display:flex;flex-direction:column;flex:1;padding:17px}.product-meta{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.product-body h3{margin:7px 0 6px;font:750 17px/1.35 'Manrope'}.product-description{margin:0 0 13px}.product-description-text{margin:0;color:var(--muted);font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description.is-expanded .product-description-text{display:block;-webkit-line-clamp:unset;overflow:visible}.product-description-toggle{display:none;margin-top:4px;padding:0;border:0;background:none;color:var(--brand);font-size:12px;font-weight:700;line-height:1.4}.product-description-toggle.is-visible{display:inline-flex}.product-description-toggle:hover{text-decoration:underline;text-underline-offset:3px}.product-footer{margin-top:auto;padding-top:13px;border-top:1px solid #edf0ed;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-footer strong{color:var(--brand);font-size:16px}.text-link,.share-product,.copy-link-modal{padding:0;border:0;background:none;color:var(--brand);font-size:12px;font-weight:700}.text-link:hover{text-decoration:underline;text-underline-offset:3px}.product-actions{margin-top:10px}.share-product,.copy-link-modal{display:inline-flex;align-items:center;gap:7px;color:#69756e}.share-product:hover,.copy-link-modal:hover{color:var(--brand)}.tier-rates{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:2px 0 13px}.tier-rates span{padding:8px;border:1px solid var(--line);border-radius:7px;background:#fafbf9}.tier-rates small,.tier-rates strong{display:block}.tier-rates small{color:var(--muted);font-size:9px}.tier-rates strong{color:var(--brand);font-size:12px}.product-cta-group,.modal-action-group{display:grid;gap:9px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.product-cta-group.has-two-actions,.modal-action-group.has-two-actions{grid-template-columns:1fr 1fr}.product-cta-group.single-action,.modal-action-group.single-action{grid-template-columns:1fr}.product-cta{min-height:46px;padding:0 14px;border:1px solid transparent;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:750;white-space:nowrap;transition:.16s ease}.product-cta svg,.ui-icon{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-cta-primary{background:var(--brand);border-color:var(--brand);color:#fff}.product-cta-primary:hover{background:var(--brand-strong);border-color:var(--brand-strong);transform:translateY(-1px)}.product-cta-secondary{background:#fff;border-color:var(--line-strong);color:var(--brand)}.product-cta-secondary:hover{background:var(--brand-soft);border-color:#9eaea4}.product-cta-secondary.is-added{background:var(--brand-soft);border-color:#87a092}.load-more{display:block;min-width:210px;height:48px;margin:34px auto 0;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--brand);font-size:13px;font-weight:750}.load-more:hover{background:var(--brand-soft);border-color:#9eaea4}.load-more[hidden]{display:none}.empty-state,.no-results{grid-column:1/-1;padding:64px 24px;text-align:center;border:1px dashed var(--line-strong);border-radius:var(--radius);background:#fff}.empty-state h3,.no-results h3{margin:0 0 6px}.empty-state p,.no-results p{margin:0;color:var(--muted)}.service-strip{padding:0 0 84px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.service-grid div{padding:24px;border-right:1px solid var(--line)}.service-grid div:last-child{border-right:0}.service-grid strong,.service-grid span{display:block}.service-grid strong{font:700 14px 'Manrope'}.service-grid span{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.5}.modal[hidden],.hamper-panel[hidden]{display:none}.modal,.hamper-panel{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:24px}.modal-backdrop,.hamper-backdrop{position:absolute;inset:0;background:rgba(12,22,16,.56);backdrop-filter:blur(5px)}.modal-panel{position:relative;width:min(960px,100%);max-height:calc(100vh - 48px);overflow:auto;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:18px;box-shadow:var(--shadow)}.modal-close{position:absolute;right:14px;top:14px;z-index:2;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:var(--ink)}.modal-media{padding:22px;background:#f0f2ee}.modal-main-image{position:relative;overflow:hidden;border-radius:12px;background:#e7ebe6;touch-action:pan-y}.modal-main-image>img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:12px}.modal-gallery-arrow{position:absolute;top:50%;z-index:3;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.78);border-radius:50%;display:grid;place-items:center;transform:translateY(-50%);background:rgba(255,255,255,.92);color:var(--brand-strong);font-size:25px;line-height:1;box-shadow:0 7px 22px rgba(0,0,0,.16)}.modal-gallery-arrow[hidden]{display:none}.modal-gallery-prev{left:12px}.modal-gallery-next{right:12px}.modal-gallery-counter{position:absolute;right:12px;bottom:12px;z-index:3;padding:5px 8px;border-radius:999px;background:rgba(18,28,22,.72);color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em}.modal-gallery-counter[hidden]{display:none}.modal-thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto}.modal-thumbs button{width:58px;height:68px;padding:2px;border:1px solid transparent;border-radius:7px;background:#fff}.modal-thumbs button.active{border-color:var(--brand)}.modal-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:5px}.modal-content{padding:44px}.modal-content h2{margin:0 0 12px;font:800 34px/1.12 'Manrope'}.modal-content>p{color:var(--muted);line-height:1.7}.modal-price{margin:20px 0;color:var(--brand);font:800 25px 'Manrope'}.modal-tier-rates{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.modal-tier-rates span{padding:11px;border:1px solid var(--line);border-radius:8px;background:#fafbf9}.modal-tier-rates small,.modal-tier-rates strong{display:block}.modal-tier-rates small{color:var(--muted);font-size:10px}.modal-tier-rates strong{margin-top:3px;color:var(--brand)}.quantity-row{margin-top:18px}.quantity-row label{display:flex;flex-direction:column;gap:7px;color:#68746c;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.quantity-row input{width:120px;height:46px;padding:0 12px;border:1px solid var(--line-strong);border-radius:9px}.hamper-bar{position:fixed;left:50%;bottom:18px;z-index:180;width:min(720px,calc(100% - 24px));transform:translateX(-50%);padding:12px 14px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;background:var(--brand-strong);color:#fff;border-radius:14px;box-shadow:var(--shadow)}.hamper-bar strong,.hamper-bar small{display:block}.hamper-bar small{margin-top:2px;color:rgba(255,255,255,.68)}.hamper-bar button,.hamper-bar a{min-height:42px;padding:0 14px;border-radius:8px;border:1px solid rgba(255,255,255,.25);display:inline-flex;align-items:center;justify-content:center;color:#fff;background:transparent;font-weight:700;font-size:12px}.hamper-bar a{background:#fff;color:var(--brand-strong)}.hamper-sheet{position:absolute;right:0;top:0;bottom:0;width:min(460px,100%);padding:28px;overflow:auto;background:#fff;box-shadow:var(--shadow)}.hamper-head{display:flex;justify-content:space-between;gap:20px}.hamper-head h2{margin:0;font:800 30px 'Manrope'}.hamper-head button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff}.hamper-items{display:grid;gap:12px;margin:28px 0}.hamper-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:start;padding:12px;border:1px solid var(--line);border-radius:10px}.hamper-item img{width:72px;height:84px;object-fit:cover;border-radius:7px}.hamper-item strong,.hamper-item span{display:block}.hamper-item span{margin-top:3px;color:var(--muted);font-size:11px}.hamper-item label{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:11px}.hamper-item input{width:62px;height:34px;border:1px solid var(--line);border-radius:7px;padding:0 8px}.hamper-item>button{padding:0;border:0;background:none;color:#8b4c42;font-size:11px}.hamper-summary{padding:16px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between}.hamper-disclaimer{color:var(--muted);font-size:12px;line-height:1.55}.full{width:100%}.site-footer{padding:58px 0 22px;background:#f7f6f2;color:var(--ink);border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:minmax(240px,1.45fr) repeat(3,minmax(150px,1fr));gap:48px;align-items:start}.footer-brand-block,.footer-column{min-width:0}.footer-logo-link{width:170px;height:44px;margin:0 0 18px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.footer-logo{display:block;width:170px;max-width:100%;height:44px;margin:0;padding:0;background:transparent;border-radius:0;object-fit:contain;object-position:left center;filter:none}.footer-grid h3{margin:3px 0 16px;font:700 14px 'Manrope';line-height:1.3}.footer-grid p,.footer-grid a{display:block;margin:0 0 9px;color:var(--muted);font-size:13px;line-height:1.65}.footer-brand-block p{max-width:360px;margin:0}.footer-grid a:hover{color:var(--brand)}.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:24px;color:var(--muted);font-size:11px}.landing-hero{background:#fff}.landing-hero-grid{min-height:600px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.landing-collage{display:grid;grid-template-columns:1fr 1fr;gap:12px}.landing-collage img{width:100%;height:255px;object-fit:cover;border-radius:12px}.landing-collage img:first-child{grid-row:span 2;height:522px}.category-section{padding:82px 0}.category-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.category-card{min-height:210px;padding:28px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.category-card span{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.category-card h3{margin:10px 0;font:800 25px/1.18 'Manrope'}.category-card p{margin:0 0 20px;color:var(--muted)}.category-card a{margin-top:auto;color:var(--brand);font-weight:700}.about-band{padding:78px 0;background:#edf1ed}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}.about-grid h2{margin:0 0 16px;font:800 43px/1.08 'Manrope'}.about-grid p{color:var(--muted)}.about-points{display:grid;gap:10px}.about-points div{padding:16px 0;border-bottom:1px solid #d2d9d4}.about-points strong,.about-points span{display:block}.about-points span{margin-top:3px;color:var(--muted);font-size:13px}
@media(max-width:1100px){.shop-toolbar{grid-template-columns:1fr 1fr 1fr}.field:first-child{grid-column:1/-1}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.header-row{grid-template-columns:auto auto}.header-cta{display:none}.menu-button{display:block;justify-self:end;height:42px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--brand);font-weight:700}.main-nav{position:absolute;left:20px;right:20px;top:76px;display:none;flex-direction:column;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:12px}.page-hero-grid,.landing-hero-grid,.about-grid{grid-template-columns:1fr;gap:36px}.page-hero-grid{padding:58px 0}.landing-hero-grid{padding:54px 0}.landing-collage{max-width:650px}.section-heading.split{grid-template-columns:1fr;gap:12px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 44px}.footer-logo-link{margin-bottom:14px}}
@media(max-width:760px){:root{--page-gutter:18px}.header-row{height:68px}.brand img{width:126px}.brand span{display:none}.main-nav{top:68px;left:12px;right:12px}.page-hero-grid{min-height:auto;padding:48px 0}.page-hero h1,.landing-hero h1{font-size:39px}.page-hero p,.landing-hero p{font-size:15px}.hero-actions{display:grid}.button{width:100%}.collection-section,.category-section{padding:56px 0}.category-count{display:none}.filter-panel{padding:14px}.shop-toolbar{grid-template-columns:1fr}.field:first-child{grid-column:auto}.results-row{flex-direction:column;gap:4px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card-gallery-arrow{width:30px;height:30px;font-size:19px;opacity:.92}.product-card-gallery-prev{left:6px}.product-card-gallery-next{right:6px}.product-body{padding:13px}.product-body h3{font-size:15px}.product-description{margin-bottom:11px}.product-description-text{font-size:12px;-webkit-line-clamp:2}.product-footer{align-items:flex-start;flex-direction:column;gap:5px}.product-cta-group.has-two-actions{grid-template-columns:1fr}.tier-rates{grid-template-columns:1fr}.tier-rates span{display:flex;justify-content:space-between}.service-grid{grid-template-columns:1fr}.service-grid div{border-right:0;border-bottom:1px solid var(--line)}.service-grid div:last-child{border-bottom:0}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-logo-link{width:155px;height:40px;margin-bottom:14px}.footer-logo{width:155px;height:40px}.footer-grid h3{margin-top:0;margin-bottom:11px}.footer-bottom{flex-direction:column;gap:6px}.modal{padding:10px}.modal-panel{grid-template-columns:1fr}.modal-media{padding:12px}.modal-gallery-arrow{width:36px;height:36px;font-size:22px}.modal-content{padding:24px}.modal-content h2{font-size:27px}.hamper-bar{grid-template-columns:1fr 1fr}.hamper-bar>div{grid-column:1/-1}.hamper-item{grid-template-columns:58px 1fr}.hamper-item img{width:58px;height:68px}.hamper-item>button{grid-column:2;justify-self:start}.category-cards{grid-template-columns:1fr}.landing-collage img{height:180px}.landing-collage img:first-child{height:372px}.about-grid h2{font-size:34px}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr}.product-cta-group.has-two-actions{grid-template-columns:1fr}.budget-range>div{grid-template-columns:1fr}.hamper-bar{grid-template-columns:1fr}.hamper-bar>div{grid-column:auto}}

/* v3: identical content alignment across all catalogue pages */
.page-hero-grid,.collection-section>.container,.service-strip>.container{width:min(100% - 64px,var(--container))!important;max-width:var(--container)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.page-hero-grid>div:first-child,.section-heading,.category-browser,.filter-panel,.results-row,.product-grid,.no-results{margin-left:0!important;margin-right:0!important}@media(max-width:760px){.page-hero-grid,.collection-section>.container,.service-strip>.container{width:calc(100% - 36px)!important;max-width:none!important}}


/* v4: reliable filters, clearer actions and mobile refinements */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.main-nav a.is-active{background:#fff;color:var(--brand)}
.mobile-nav-whatsapp{display:none}
.shop-toolbar{grid-template-columns:minmax(260px,1.35fr) minmax(160px,.8fr) minmax(230px,1fr) minmax(175px,.85fr)}
.filter-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
.apply-filters,.clear-filters{min-height:var(--control);padding:0 17px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:750;transition:.16s ease}
.apply-filters{border:1px solid var(--brand);background:var(--brand);color:#fff;box-shadow:0 5px 14px rgba(23,70,52,.12)}
.apply-filters:hover{background:var(--brand-strong);border-color:var(--brand-strong);transform:translateY(-1px)}
.apply-filters:focus-visible,.clear-filters:focus-visible,.category-tile:focus-visible,.menu-button:focus-visible{outline:3px solid rgba(23,70,52,.18);outline-offset:2px}
.category-tile{min-height:44px;scroll-snap-align:start}
.category-grid{scroll-snap-type:x proximity;overscroll-behavior-inline:contain}
.product-body h3,.product-body p,.product-meta{overflow-wrap:anywhere}

@media(max-width:1100px){
  .shop-toolbar{grid-template-columns:1fr 1fr}
  .field:first-child{grid-column:1/-1}
}
@media(max-width:980px){
  .main-nav{max-height:calc(100dvh - 88px);overflow:auto}
  .mobile-nav-whatsapp{display:flex!important;align-items:center;justify-content:center;margin-top:5px;background:var(--brand)!important;color:#fff!important;font-weight:750!important}
  .mobile-nav-whatsapp:hover{background:var(--brand-strong)!important;color:#fff!important}
}
@media(max-width:760px){
  .announcement{padding:7px 12px;font-size:10px;line-height:1.4}
  .page-hero h1,.landing-hero h1{font-size:clamp(34px,10vw,39px)}
  .filter-panel{padding:16px}
  .filter-panel-title{align-items:flex-start;gap:5px;flex-direction:column;margin-bottom:16px}
  .filter-panel-title span{line-height:1.45}
  .shop-toolbar{grid-template-columns:1fr}
  .field:first-child{grid-column:auto}
  .field-control input,.field-control select,.budget-range input{font-size:16px}
  .filter-actions{display:grid;grid-template-columns:1fr 1fr}
  .apply-filters,.clear-filters{width:100%;min-height:48px}
  .category-grid{margin-inline:-2px;padding-bottom:10px}
  .modal{align-items:flex-end;padding:0}
  .modal-panel{width:100%;max-height:94dvh;border-radius:18px 18px 0 0}
  .modal-close{width:44px;height:44px}
  .modal-content{padding:24px 20px 30px}
  .hamper-sheet{padding:22px 18px 28px}
}
@media(max-width:520px){
  .product-grid{grid-template-columns:1fr}
  .filter-actions{grid-template-columns:1fr}
  .budget-range>div{grid-template-columns:1fr 1fr}
  .page-hero-grid{padding:40px 0}
  .collection-section{padding-top:48px}
  .section-heading{margin-bottom:26px}
}
@media(max-width:380px){
  .budget-range>div{grid-template-columns:1fr}
  .brand img{width:116px}
  .menu-button{padding-inline:12px}
}
[hidden]{display:none!important}

/* v5: professional homepage + Google Sheet controlled hero slider */
.home-slider-shell{padding:34px 0 22px;background:linear-gradient(180deg,#fff 0%,#f7f6f2 100%);border-bottom:1px solid var(--line)}
.home-slider{position:relative;overflow:hidden;border-radius:26px;background:var(--brand-strong);box-shadow:0 22px 60px rgba(15,52,38,.14);isolation:isolate}
.home-slider-track{display:flex;width:100%;transition:transform .68s cubic-bezier(.77,0,.18,1);will-change:transform}
.home-slide{position:relative;flex:0 0 100%;min-width:100%;min-height:540px;padding:clamp(30px,4.5vw,58px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.82fr);gap:clamp(26px,4vw,54px);align-items:center;overflow:hidden;color:#fff}
.home-slide:before,.home-slide:after{content:'';position:absolute;border-radius:50%;pointer-events:none;filter:blur(2px)}
.home-slide:before{width:430px;height:430px;right:-150px;top:-210px;background:rgba(255,255,255,.08)}
.home-slide:after{width:360px;height:360px;left:-190px;bottom:-240px;background:rgba(255,255,255,.055)}
.home-slide.theme-forest{background:linear-gradient(135deg,#0e3325 0%,#174634 56%,#315e4b 100%)}
.home-slide.theme-warm{background:linear-gradient(135deg,#4e382a 0%,#76583f 56%,#a97b43 100%)}
.home-slide.theme-deep{background:linear-gradient(135deg,#11221b 0%,#223d31 60%,#4c5d51 100%)}
.home-slide.theme-cream{background:linear-gradient(135deg,#2c493b 0%,#53705f 100%)}
.home-slide-copy,.home-slide-visual{position:relative;z-index:1;min-width:0}
.home-slide-kicker{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;margin-bottom:20px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);color:#f4e8d8;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;backdrop-filter:blur(10px)}
.home-slide h1{max-width:760px;margin:0;font:800 clamp(40px,5.5vw,69px)/1.01 'Manrope';letter-spacing:-.045em;color:#fff}
.home-slide p{max-width:650px;margin:22px 0 0;color:rgba(255,255,255,.77);font-size:16px;line-height:1.75}
.home-slide-actions{margin-top:28px}
.home-slide-primary{background:#fff;color:var(--brand-strong);border-color:#fff}.home-slide-primary:hover{background:#f7f6f2;color:var(--brand-strong);transform:translateY(-1px)}
.home-slide-secondary{background:transparent;border-color:rgba(255,255,255,.35);color:#fff}.home-slide-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.58)}
.home-slide-visual{width:min(410px,100%);justify-self:end;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.10);box-shadow:0 24px 54px rgba(0,0,0,.18);backdrop-filter:blur(10px)}
.home-slide-image-wrap,.home-slide-placeholder{overflow:hidden;border-radius:17px;background:#e9eee9}.home-slide-image-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover}.home-slide-placeholder{min-height:410px;display:grid;place-items:center}.home-slide-placeholder img{width:58%;height:auto}
.home-slide-note{padding:14px 8px 4px}.home-slide-note strong,.home-slide-note span{display:block}.home-slide-note strong{font:700 13px 'Manrope'}.home-slide-note span{margin-top:3px;color:rgba(255,255,255,.68);font-size:11px;line-height:1.45}
.home-slider-controls{position:absolute;left:14px;right:14px;top:50%;z-index:5;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}.home-slider-arrow{pointer-events:auto;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.93);color:var(--brand-strong);font-size:25px;line-height:1;box-shadow:0 8px 22px rgba(0,0,0,.18);transition:.18s ease}.home-slider-arrow:hover{transform:scale(1.05);background:#fff}
.home-slider-dots{position:absolute;left:50%;bottom:20px;z-index:6;display:flex;align-items:center;gap:7px;transform:translateX(-50%)}.home-slider-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.42);transition:.22s ease}.home-slider-dot.active{width:26px;background:#fff}
.home-trust-strip{padding:0 0 12px;background:#f7f6f2}.home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden}.home-trust-grid>div{padding:20px 22px;border-right:1px solid var(--line)}.home-trust-grid>div:last-child{border-right:0}.home-trust-grid strong,.home-trust-grid span{display:block}.home-trust-grid strong{font:750 13px 'Manrope';color:var(--ink)}.home-trust-grid span{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.5}
.home-services{padding:82px 0 90px}.home-section-heading{margin-bottom:34px}.home-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-service-card{position:relative;min-height:270px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 1px 2px rgba(19,35,27,.03);transition:.22s ease}.home-service-card:after{content:'';position:absolute;right:-70px;top:-70px;width:180px;height:180px;border-radius:50%;background:var(--brand-soft);opacity:.55;transition:.25s ease}.home-service-card>*{position:relative;z-index:1}.home-service-card:hover{transform:translateY(-4px);border-color:#cbd4ce;box-shadow:0 18px 38px rgba(19,35,27,.09)}.home-service-card:hover:after{transform:scale(1.12)}.home-service-no{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--accent);font-size:10px;font-weight:800;background:#fff}.home-service-card small{display:block;margin-top:20px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-service-card h3{margin:7px 0 8px;font:800 28px/1.12 'Manrope';letter-spacing:-.025em}.home-service-card p{max-width:500px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.home-service-card>strong{margin-top:24px;color:var(--brand);font-size:12px}.home-service-card>strong span{margin-left:4px;transition:.18s ease}.home-service-card:hover>strong span{margin-left:9px}
.home-process{padding:86px 0;background:#edf1ed;border-top:1px solid #dbe1dc;border-bottom:1px solid #dbe1dc}.home-process-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}.home-process-intro{position:sticky;top:122px}.home-process-intro h2{margin:0;font:800 clamp(32px,4vw,48px)/1.08 'Manrope';letter-spacing:-.03em}.home-process-intro p{margin:18px 0 26px;color:var(--muted);line-height:1.72}.home-process-steps{display:grid}.home-process-steps article{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid #ced8d1}.home-process-steps article:first-child{padding-top:4px}.home-process-steps article>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:11px;font-weight:800}.home-process-steps h3{margin:0 0 7px;font:750 21px 'Manrope'}.home-process-steps p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.home-cta-section{padding:76px 0}.home-cta-card{padding:38px 40px;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;border-radius:20px;background:var(--brand-strong);color:#fff;box-shadow:0 20px 46px rgba(15,52,38,.16)}.home-cta-card .eyebrow{color:#d9bd91}.home-cta-card h2{max-width:760px;margin:0;font:800 clamp(28px,3.6vw,42px)/1.08 'Manrope';letter-spacing:-.03em}.home-cta-actions{display:flex;flex-direction:column;gap:10px;min-width:190px}.home-cta-card .button-primary{background:#fff;color:var(--brand-strong)}.home-cta-card .button-primary:hover{background:#f7f6f2}.home-cta-card .button-secondary{background:transparent;border-color:rgba(255,255,255,.32);color:#fff}.home-cta-card .button-secondary:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5)}
@media(max-width:980px){.home-slide{grid-template-columns:1fr;min-height:auto;padding:38px 52px 64px;text-align:center}.home-slide-copy{max-width:720px;margin:auto}.home-slide p{margin-left:auto;margin-right:auto}.home-slide-actions{justify-content:center}.home-slide-visual{justify-self:center;width:min(330px,76vw)}.home-slide-note{text-align:left}.home-trust-grid{grid-template-columns:1fr 1fr}.home-trust-grid>div:nth-child(2){border-right:0}.home-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-process-grid{grid-template-columns:1fr;gap:42px}.home-process-intro{position:static}.home-cta-card{grid-template-columns:1fr}.home-cta-actions{flex-direction:row;min-width:0}}
@media(max-width:760px){.home-slider-shell{padding:18px 0 14px}.home-slider{border-radius:18px}.home-slide{padding:28px 18px 62px;gap:24px}.home-slide h1{font-size:clamp(34px,10vw,43px)}.home-slide p{margin-top:16px;font-size:14px;line-height:1.65}.home-slide-kicker{margin-bottom:15px;font-size:9.5px}.home-slide-actions{display:grid;width:100%;margin-top:22px}.home-slide-actions .button{width:100%}.home-slide-visual{width:min(280px,86vw);padding:9px;border-radius:19px}.home-slide-image-wrap{border-radius:13px}.home-slide-note{padding:11px 6px 3px}.home-slider-controls{top:auto;bottom:13px;left:13px;right:13px;transform:none}.home-slider-arrow{width:34px;height:34px;font-size:21px}.home-slider-dots{bottom:25px}.home-trust-strip{padding-top:0}.home-trust-grid{grid-template-columns:1fr;border-radius:13px}.home-trust-grid>div,.home-trust-grid>div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.home-trust-grid>div:last-child{border-bottom:0}.home-services{padding:60px 0 64px}.home-service-grid{grid-template-columns:1fr}.home-service-card{min-height:245px;padding:24px}.home-service-card h3{font-size:24px}.home-process{padding:60px 0}.home-process-steps article{grid-template-columns:48px 1fr;gap:14px;padding:22px 0}.home-process-steps article>span{width:38px;height:38px}.home-cta-section{padding:54px 0}.home-cta-card{padding:28px 22px;border-radius:16px}.home-cta-actions{flex-direction:column}.home-cta-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){.home-slider-track{transition:none}.home-service-card,.home-service-card:after,.home-slider-arrow,.home-slider-dot{transition:none}}


/* v5.1: Homepage store locator */
.home-stores{padding:86px 0;background:#fff;border-bottom:1px solid var(--line)}
.home-stores-heading{margin-bottom:34px}
.home-stores-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:22px;align-items:stretch}
.home-stores-map{min-height:470px;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#eef2ef;box-shadow:0 12px 34px rgba(19,35,27,.07)}
.home-stores-map iframe{width:100%;height:100%;min-height:470px;border:0;display:block;filter:saturate(.88) contrast(1.02)}
.home-store-list{display:grid;grid-template-rows:1fr 1fr;gap:16px}
.home-store-card{position:relative;padding:28px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#fff 0%,#f5f8f5 100%);box-shadow:0 1px 2px rgba(19,35,27,.03);display:flex;flex-direction:column;justify-content:center}
.home-store-card:after{content:'';position:absolute;width:170px;height:170px;right:-84px;bottom:-92px;border-radius:50%;background:var(--brand-soft);opacity:.72;pointer-events:none}
.home-store-card>*{position:relative;z-index:1}
.home-store-top{display:flex;align-items:flex-start;gap:15px}
.home-store-pin{width:42px;height:42px;flex:0 0 42px;border-radius:12px;display:grid;place-items:center;background:var(--brand);color:#fff}
.home-store-pin svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-store-card small{display:block;margin:1px 0 5px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-store-card h3{margin:0;font:800 25px/1.12 'Manrope';letter-spacing:-.025em}
.home-store-card p{margin:17px 0 20px;color:var(--muted);font-size:13px;line-height:1.65}
.home-store-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:auto}
.home-store-actions .button{width:100%;padding-inline:12px;white-space:nowrap}
@media(max-width:980px){.home-stores-grid{grid-template-columns:1fr}.home-stores-map,.home-stores-map iframe{min-height:360px}.home-store-list{grid-template-columns:1fr 1fr;grid-template-rows:auto}}
@media(max-width:760px){.home-stores{padding:60px 0}.home-stores-grid{gap:16px}.home-stores-map,.home-stores-map iframe{min-height:300px}.home-stores-map{border-radius:16px}.home-store-list{grid-template-columns:1fr}.home-store-card{padding:23px;border-radius:16px}.home-store-card h3{font-size:22px}.home-store-actions{grid-template-columns:1fr}.home-store-actions .button{min-height:48px}}

/* Shareable catalogue filters */
.share-filter-link{background:#fff;color:var(--brand)}
.share-filter-link:hover{background:var(--brand-soft);border-color:#9eaea4;color:var(--brand-strong)}
@media(max-width:1100px){
  .filter-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .filter-actions{grid-template-columns:1fr 1fr}
  .share-filter-link{grid-column:1/-1}
}
@media(max-width:520px){
  .filter-actions{grid-template-columns:1fr}
  .share-filter-link{grid-column:auto}
}


/* v5.2: custom hamper CTA alignment */
.product-cta-group.has-two-actions,.modal-action-group.has-two-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}
.product-cta-group.has-two-actions .product-cta,.modal-action-group.has-two-actions .product-cta{width:100%;min-width:0;margin:0;align-self:stretch}
.product-cta-group.has-two-actions .product-cta{padding-inline:9px;gap:6px;font-size:11px}
@media(max-width:760px){
  .product-cta-group.has-two-actions{grid-template-columns:1fr}
  .product-cta-group.has-two-actions .product-cta{padding-inline:14px;gap:8px;font-size:12px}
}


/* v5.4: overlap-safe Customize Hamper action buttons */
.product-cta-group.has-two-actions,
.modal-action-group.has-two-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  align-items:stretch;
}
.product-cta-group.has-two-actions .product-cta,
.modal-action-group.has-two-actions .product-cta{
  width:100%;
  min-width:0;
  max-width:100%;
  min-height:50px;
  margin:0;
  padding-inline:8px;
  overflow:hidden;
  white-space:normal;
  text-align:center;
  line-height:1.2;
}
.product-cta-group.has-two-actions .product-cta span,
.modal-action-group.has-two-actions .product-cta span{
  min-width:0;
  overflow-wrap:anywhere;
}
.product-cta-group.has-two-actions .ui-icon,
.modal-action-group.has-two-actions .ui-icon{
  flex:0 0 16px;
  width:16px;
  height:16px;
}
@media(max-width:760px){
  .product-cta-group.has-two-actions,
  .modal-action-group.has-two-actions{grid-template-columns:1fr}
  .product-cta-group.has-two-actions .product-cta,
  .modal-action-group.has-two-actions .product-cta{min-height:48px;padding-inline:14px}
}

/* Instagram native embed -------------------------------------------------- */
.product-card-instagram-embed{position:absolute;inset:0;z-index:3;overflow:hidden;background:#fff;display:flex;align-items:flex-start;justify-content:center}
.product-card-instagram-embed[hidden],.modal-instagram-embed[hidden]{display:none!important}
.product-card-instagram-embed .instagram-media,.modal-instagram-embed .instagram-media{margin:0!important;min-width:0!important;width:100%!important;max-width:100%!important;background:#fff!important}
.product-card-instagram-embed iframe{display:block!important;width:100%!important;max-width:100%!important;min-width:100%!important;border:0!important;background:#fff!important}
/* Content-only Instagram view: Instagram's profile header lives inside a
   cross-origin iframe and cannot be styled away. We keep the native iframe
   (so carousel swiping/arrows still work) and clip only its top header area. */
.product-card-instagram-embed.instagram-content-only,.modal-instagram-embed.instagram-content-only{--ig-header-crop:62px;overflow:hidden!important}
.product-card-instagram-embed.instagram-content-only .instagram-media,.modal-instagram-embed.instagram-content-only .instagram-media{position:absolute!important;left:0!important;right:0!important;top:calc(-1 * var(--ig-header-crop))!important;width:100%!important;max-width:100%!important;height:calc(100% + var(--ig-header-crop))!important;min-height:calc(100% + var(--ig-header-crop))!important;margin:0!important;overflow:hidden!important}
.product-card-instagram-embed.instagram-content-only .instagram-media iframe,.modal-instagram-embed.instagram-content-only .instagram-media iframe{display:block!important;width:100%!important;max-width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;border:0!important}
.product-card-instagram-embed.instagram-content-only>iframe,.modal-instagram-embed.instagram-content-only>iframe{position:absolute!important;left:0!important;right:0!important;top:calc(-1 * var(--ig-header-crop))!important;width:100%!important;max-width:100%!important;min-width:100%!important;height:calc(100% + var(--ig-header-crop))!important;min-height:calc(100% + var(--ig-header-crop))!important;margin:0!important;border:0!important}
.product-card-gallery.has-native-instagram-carousel{background:#fff}
.product-card-gallery.has-native-instagram-carousel .product-badge{z-index:6;pointer-events:none}
.instagram-native-loading{position:absolute;inset:0;display:grid;place-items:center;padding:20px;background:#f4f5f2;color:var(--muted);font-size:12px;font-weight:700;text-align:center;z-index:-1}
.modal-instagram-embed{position:absolute;inset:0;z-index:2;overflow:auto;border-radius:12px;background:#fff;display:flex;align-items:flex-start;justify-content:center;padding:0}
.modal-instagram-embed .instagram-media{align-self:flex-start}
.modal-instagram-embed iframe{display:block!important;width:100%!important;max-width:100%!important;min-width:100%!important;min-height:640px!important;border:0!important;background:#fff!important}
.modal-main-image:has(.modal-instagram-embed:not([hidden])){min-height:640px;background:#fff;overflow:hidden}
@media(max-width:760px){
  .product-card-instagram-embed.instagram-content-only,.modal-instagram-embed.instagram-content-only{--ig-header-crop:58px}
  .modal-instagram-embed iframe{min-height:590px!important}
  .modal-main-image:has(.modal-instagram-embed:not([hidden])){min-height:590px}
}


/* v5.5: Homepage live product previews */
.home-products-showcase{padding:88px 0 94px;background:#f1f3ef;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.home-products-intro{margin-bottom:42px}
.home-collection-list{display:grid;gap:56px}
.home-product-collection{min-width:0}
.home-product-collection-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:20px}
.home-product-collection-head .eyebrow{margin-bottom:8px}
.home-product-collection-head h3{margin:0;font:800 clamp(26px,3vw,36px)/1.1 'Manrope';letter-spacing:-.025em}
.home-product-collection-head p{max-width:720px;margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.65}
.home-view-all{min-height:42px;padding:0 3px;display:inline-flex;align-items:center;gap:7px;color:var(--brand);font-size:12px;font-weight:800;white-space:nowrap}
.home-view-all span{transition:.18s ease}.home-view-all:hover span{transform:translateX(4px)}
.home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-product-card{min-width:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 1px 2px rgba(19,35,27,.03);transition:.2s ease}
.home-product-card:hover{transform:translateY(-3px);border-color:#cbd4ce;box-shadow:0 16px 34px rgba(19,35,27,.09)}
.home-product-image{position:relative;aspect-ratio:4/5;overflow:hidden;background:#e8ede8}
.home-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}
.home-product-card:hover .home-product-image img{transform:scale(1.025)}
.home-product-body{padding:16px 17px 17px}
.home-product-body>span{display:block;min-height:14px;overflow:hidden;color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
.home-product-body h4{min-height:44px;margin:7px 0 14px;font:750 16px/1.35 'Manrope';display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.home-product-body>div{padding-top:12px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}
.home-product-body strong{color:var(--brand);font:800 15px 'Manrope'}
.home-product-body small{color:var(--muted);font-size:10px;font-weight:700;white-space:nowrap}
.home-product-mobile-cta{display:none;margin-top:16px}.home-product-view-more{display:flex;justify-content:center;margin-top:22px}.home-product-view-more .button{min-width:150px}
@media(max-width:980px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-collection-head{grid-template-columns:1fr}.home-view-all{justify-self:start}}
@media(max-width:760px){.home-products-showcase{padding:60px 0 64px}.home-products-intro{margin-bottom:34px}.home-collection-list{gap:46px}.home-product-collection-head{gap:12px;margin-bottom:16px}.home-product-collection-head h3{font-size:26px}.home-product-collection-head p{font-size:12px}.home-view-all{display:none}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.home-product-card{border-radius:13px}.home-product-image{aspect-ratio:4/5}.home-product-body{padding:12px}.home-product-body h4{min-height:40px;margin:6px 0 11px;font-size:14px}.home-product-body>div{align-items:flex-start;flex-direction:column;gap:4px;padding-top:10px}.home-product-body strong{font-size:14px}.home-product-mobile-cta{display:none}.home-product-view-more{margin-top:16px}.home-product-view-more .button{width:100%}}
@media(max-width:430px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-body small{display:none}}

/* v6: homepage cards use the exact product-page 4:5 media ratio + centered premium CTA */
.home-product-image.product-image{
  position:relative;
  width:100%;
  height:auto!important;
  aspect-ratio:4 / 5!important;
  min-height:0;
  padding:0;
  overflow:hidden;
  background:#edf0eb;
}
.home-product-image.product-image img{
  display:block;
  width:100%!important;
  height:100%!important;
  min-height:0;
  object-fit:cover!important;
}
.home-product-view-more{
  width:100%;
  margin-top:26px;
  display:flex!important;
  align-items:center;
  justify-content:center!important;
  text-align:center;
}
.home-product-view-more .button{
  width:auto!important;
  min-width:174px;
  min-height:44px;
  padding:0 24px;
  border-radius:999px;
  justify-content:center;
  background:#fff;
  border:1px solid var(--line-strong);
  color:var(--brand);
  box-shadow:0 5px 16px rgba(19,35,27,.06);
  font-size:12px;
  font-weight:800;
  letter-spacing:.015em;
}
.home-product-view-more .button:hover{
  background:var(--brand);
  border-color:var(--brand);
  color:#fff;
  box-shadow:0 10px 24px rgba(19,35,27,.12);
  transform:translateY(-1px);
}
@media(max-width:760px){
  .home-product-image.product-image{aspect-ratio:4 / 5!important;}
  .home-product-view-more{margin-top:20px;}
  .home-product-view-more .button{
    width:auto!important;
    min-width:164px;
    min-height:42px;
    padding:0 22px;
  }
}

/* v7: optional Amazon purchase link -------------------------------------- */
.amazon-buy-button{
  width:100%;
  min-height:44px;
  margin-top:9px;
  padding:0 13px;
  border:1px solid #d7a318;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:#ffd814;
  color:#111820;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
  text-align:center;
  box-shadow:0 2px 5px rgba(17,24,32,.08);
  transition:.16s ease;
}
.amazon-buy-button:hover{
  background:#f7ca00;
  border-color:#c89411;
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(17,24,32,.12);
}
.amazon-brand-icon{
  position:relative;
  width:23px;
  height:23px;
  flex:0 0 23px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#18222d;
  color:#fff;
  font:800 17px/1 Georgia,serif;
  padding-bottom:3px;
}
.amazon-brand-icon::after{
  content:"";
  position:absolute;
  left:5px;
  right:4px;
  bottom:4px;
  height:4px;
  border-bottom:2px solid #ff9900;
  border-radius:0 0 50% 50%;
  transform:rotate(4deg);
}
.amazon-external-icon{
  width:15px;
  height:15px;
  flex:0 0 15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.72;
}
.modal-amazon-button{margin-top:10px;min-height:48px}
.modal-amazon-button[hidden]{display:none!important}
.home-product-main{display:block}
.home-product-amazon-wrap{padding:0 14px 14px}
.home-amazon-button{margin-top:0;min-height:42px;font-size:11px}
@media(max-width:760px){
  .amazon-buy-button{min-height:43px;padding-inline:10px;gap:7px;font-size:11px}
  .amazon-brand-icon{width:21px;height:21px;flex-basis:21px;font-size:16px}
  .home-product-amazon-wrap{padding:0 10px 10px}
  .home-amazon-button{min-height:40px}
}

/* v9: homepage direct WhatsApp ordering --------------------------------- */
.home-product-actions{
  display:grid;
  gap:8px;
  padding:0 14px 14px;
}
.home-order-button{
  width:100%;
  min-height:42px;
  padding:0 13px;
  border:1px solid #168a4f;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:#1f9d5a;
  color:#fff;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  text-align:center;
  box-shadow:0 2px 5px rgba(13,101,55,.12);
  transition:.16s ease;
}
.home-order-button:hover{
  background:#17894c;
  border-color:#147a45;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(13,101,55,.17);
}
.home-whatsapp-icon{
  width:20px;
  height:20px;
  flex:0 0 20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-product-actions .home-amazon-button{margin-top:0}
@media(max-width:760px){
  .home-product-actions{gap:7px;padding:0 10px 10px}
  .home-order-button{min-height:40px;padding-inline:10px;font-size:11px}
  .home-whatsapp-icon{width:19px;height:19px;flex-basis:19px}
}
.home-product-card{display:flex;flex-direction:column}
.home-product-main{display:flex;flex:1;flex-direction:column}
.home-product-body{display:flex;flex:1;flex-direction:column}
.home-product-body>div{margin-top:auto}
