@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800&display=swap");

:root {
  --forest:#073c2b;
  --forest-2:#0b5639;
  --green:#11784a;
  --green-soft:#e8f1e9;
  --ivory:#f7f5ed;
  --paper:#fffefa;
  --red:#cf2633;
  --blue:#1479c9;
  --gold:#bd9855;
  --ink:#17231c;
  --muted:#68746c;
  --line:#dce3dc;
  --shadow:0 24px 70px rgba(7,60,43,.12);
  --shadow-sm:0 12px 32px rgba(7,60,43,.08);
  --radius:18px;
  --radius-lg:28px;
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
body.no-scroll{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;font-weight:600}
h1{font-size:clamp(3rem,6.6vw,5.7rem);letter-spacing:-.055em}
h2{font-size:clamp(2rem,4vw,3.15rem);letter-spacing:-.04em}
h3{font-size:1.25rem}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.section{padding:104px 0}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:9999;top:10px;left:10px;padding:10px 16px;background:white;border-radius:8px;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.eyebrow{margin-bottom:13px;color:var(--green);font-size:.72rem;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
.btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 22px;border:1px solid transparent;border-radius:12px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.btn-primary{background:var(--forest);color:white}
.btn-primary:hover{background:var(--forest-2)}
.btn-ghost{background:transparent;border-color:rgba(7,60,43,.24);color:var(--forest)}
.btn-light{background:white;color:var(--forest)}
.btn-whatsapp{background:#1fa855;color:white}
.btn-cart{background:var(--ink);color:white}
.btn.full{width:100%}
.text-link{display:inline-flex;align-items:center;color:var(--forest);font-weight:800;border-bottom:1px solid rgba(7,60,43,.28)}

/* Navigation */
.site-header{position:sticky;z-index:100;top:0;background:rgba(255,254,250,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,60,43,.1)}
.nav-wrap{height:76px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto;color:var(--forest);font-family:Georgia,serif;font-weight:700;line-height:1.05}
.brand img{width:48px;height:48px;object-fit:contain;padding:3px;background:white;border:1px solid var(--line);border-radius:12px}
.main-nav{display:flex;align-items:center;gap:3px}
.main-nav a,.nav-link{padding:10px 14px;border:0;border-radius:9px;background:transparent;color:#465349;font-weight:700}
.main-nav a:hover,.nav-link:hover,.main-nav .active{background:var(--green-soft);color:var(--forest)}
.cart-link{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:0;border-radius:10px;background:var(--forest);color:white;font-weight:800}
.cart-count{min-width:23px;height:23px;display:inline-grid;place-items:center;padding:0 6px;border-radius:99px;background:var(--red);color:white;font-size:.72rem}
.menu-toggle{display:none;padding:8px;border:0;background:transparent}
.menu-toggle span{display:block;width:24px;height:2px;margin:5px;background:var(--forest);border-radius:2px}

/* Home hero */
.hero{position:relative;min-height:680px;display:grid;align-items:center;overflow:hidden;padding:76px 0 88px;background:var(--forest);color:white}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(7,60,43,0) 55%,rgba(255,255,255,.04) 55%)}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:linear-gradient(90deg,var(--red) 0 33%,var(--blue) 33% 66%,#109b4d 66%)}
.hero-grid{position:relative;z-index:2;display:block}
.hero-copy{max-width:880px;margin-inline:auto;text-align:center}
.hero .eyebrow{color:#bcd5b9}
.animated-title{max-width:760px;margin-bottom:26px;color:#fffdf4}
.animated-title span{display:inline-block;opacity:0;transform:translateY(24px);animation:wordIn .6s cubic-bezier(.2,.75,.2,1) forwards;animation-delay:calc(.25s + var(--i)*.13s)}
.animated-title span:nth-child(2),.animated-title span:nth-child(4){color:#f4d3b2}
.hero-text{max-width:680px;margin:0 auto;color:#d7e3da;font-size:1.04rem}
.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:30px 0}
.hero .btn-primary{background:white;color:var(--forest)}
.hero .btn-ghost{border-color:rgba(255,255,255,.28);color:white}
.hero .btn-ghost:hover{background:rgba(255,255,255,.08)}
.hero-reveal{opacity:0;transform:translateY(18px);animation:reveal .65s ease forwards;animation-delay:.9s}
.hero-actions.hero-reveal{animation-delay:1.02s}
.trust-row.hero-reveal{animation-delay:1.12s}
.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}
.trust-row span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:7px;color:#d7e3da;font-size:.76rem;font-weight:700}
.trust-row span:before{content:"✓";color:#a7d3a8;font-weight:900}
.hero-visual{position:relative;min-height:0;display:flex;flex-direction:column;align-items:center;margin:0 auto 34px}
.hero-visual>img{position:relative;z-index:2;width:min(100%,340px);aspect-ratio:1/.74;object-fit:contain;padding:22px;background:white;border-radius:22px;box-shadow:0 28px 70px rgba(0,0,0,.24);opacity:0;transform:translateY(16px) scale(.96);animation:logoIn .8s ease .65s forwards}
.logo-halo{position:absolute;top:-16px;width:285px;height:285px;border:1px solid rgba(255,255,255,.14);border-radius:50%}
.logo-halo:before,.logo-halo:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.logo-halo:before{inset:30px}.logo-halo:after{inset:-32px}
.hero-card{position:relative;z-index:3;width:min(100%,360px);display:flex;align-items:center;gap:13px;margin-top:-14px;padding:15px 17px;background:var(--paper);color:var(--ink);border:1px solid rgba(255,255,255,.8);border-radius:14px;box-shadow:var(--shadow)}
.hero-card-icon{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:9px;background:var(--green-soft);color:var(--green)}
.hero-card strong,.hero-card small{display:block}.hero-card strong{font-size:.89rem;line-height:1.35}.hero-card small{margin-top:3px;color:var(--muted);font-size:.7rem}
.leaf{display:none}

/* Editorial sections */
.section-heading{max-width:720px;margin-bottom:45px}
.section-heading.centered{text-align:center;margin-inline:auto}
.section-heading p:last-child{color:var(--muted)}
.values-section{background:var(--ivory)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.value-card{position:relative;padding:34px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);transition:transform .25s,box-shadow .25s}
.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.value-card>span{width:40px;height:40px;display:grid;place-items:center;margin-bottom:38px;border-radius:9px;background:var(--forest);color:white;font-family:Georgia,serif;font-size:.78rem}
.value-card h3{margin-bottom:11px;color:var(--forest)}
.value-card p{margin:0;color:var(--muted);font-size:.94rem}
.category-section{background:var(--paper);border-block:1px solid var(--line)}
.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}
.split-heading h2{max-width:650px;margin:0}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-card{position:relative;min-height:210px;display:flex;flex-direction:column;justify-content:flex-end;padding:25px;overflow:hidden;border:1px solid rgba(15,107,60,.12);border-radius:22px;background:linear-gradient(145deg,#eef7ed,#dfead8);transition:transform .3s,box-shadow .3s}
.category-card:nth-child(2){background:linear-gradient(145deg,#f4eee1,#eadbc4)}
.category-card:nth-child(3){background:linear-gradient(145deg,#eef7e5,#f4e9bd)}
.category-card:nth-child(4){background:linear-gradient(145deg,#eef3ec,#dce7dc)}
.category-card:after{content:"↗";position:absolute;right:22px;bottom:23px;color:var(--green);font-size:1.1rem}
.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}
.category-card>span{position:absolute;right:22px;top:17px;color:var(--green);font-family:inherit;font-size:3rem;letter-spacing:0;opacity:.72}
.category-card strong{padding-right:28px;color:var(--forest);font-family:Georgia,serif;font-size:1.35rem}
.category-card small{color:var(--muted)}
.delivery-banner{padding:62px 0;background:#0a4c35;color:white}
.delivery-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.delivery-icon{width:64px;height:64px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:14px;font-size:1.5rem}
.delivery-inner .eyebrow{color:#b8d8bc}.delivery-inner h2{margin-bottom:8px;font-size:clamp(1.8rem,3vw,2.45rem)}.delivery-inner p:last-child{margin:0;color:#d1e2d6}
.cta-section{padding:82px 0}
.cta-card{display:flex;align-items:center;justify-content:space-between;gap:38px;padding:46px;background:var(--paper);border:1px solid var(--line);border-left:5px solid var(--red);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}
.cta-card h2{margin-bottom:10px}.cta-card p:last-child{margin:0;color:var(--muted)}

/* Catalogue */
.catalogue-hero{padding:86px 0 78px;background:var(--paper);border-bottom:1px solid var(--line)}
.catalogue-hero .eyebrow{color:var(--red)}
.catalogue-hero h1{max-width:880px;margin-bottom:18px;color:var(--forest);font-size:clamp(2.8rem,6vw,5.1rem)}
.catalogue-hero p:last-child{max-width:700px;margin:0;color:var(--muted);font-size:1.04rem}
.catalogue-section{padding-top:44px}
.catalogue-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px}
.search-box{height:52px;max-width:610px;display:flex;align-items:center;gap:10px;flex:1;padding:0 17px;background:white;border:1px solid var(--line);border-radius:12px}
.search-box:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(17,120,74,.1)}
.search-box span{color:var(--green);font-size:1.35rem}.search-box input{width:100%;border:0;outline:0;background:transparent}
.filter-wrap{display:flex;gap:8px;padding:22px 0;overflow-x:auto;scrollbar-width:none}.filter-wrap::-webkit-scrollbar{display:none}
.filter-btn{flex:none;padding:9px 14px;border:1px solid var(--line);border-radius:9px;background:white;color:#4b5850;font-size:.86rem;font-weight:750}
.filter-btn:hover,.filter-btn.active{border-color:var(--forest);background:var(--forest);color:white}
.catalogue-notice{display:flex;align-items:flex-start;gap:12px;margin-bottom:26px;padding:14px 16px;background:#f5f0e2;border:1px solid #e3d5ad;border-radius:11px;color:#675c3c}
.catalogue-notice span{width:23px;height:23px;display:grid;place-items:center;flex:none;border-radius:50%;background:var(--gold);color:white;font-weight:900}
.catalogue-notice p{margin:0;font-size:.84rem}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{display:flex;flex-direction:column;overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);transition:transform .25s,box-shadow .25s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-image-wrap{position:relative;overflow:hidden;aspect-ratio:852/1280;background:#edf0e9}
.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.product-card:hover .product-image-wrap img{transform:scale(1.012)}
.zoom-btn{position:absolute;right:12px;bottom:12px;width:40px;height:40px;border:1px solid rgba(7,60,43,.12);border-radius:9px;background:rgba(255,255,255,.94);color:var(--forest);box-shadow:0 8px 20px rgba(0,0,0,.1)}
.product-info{display:flex;flex:1;flex-direction:column;padding:20px}
.product-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.product-category{color:var(--green);font-size:.66rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.product-price{color:var(--red);font-size:.9rem;font-weight:900;white-space:nowrap}
.product-info h2{margin:9px 0 20px;font-size:1.32rem;letter-spacing:-.02em}
.product-actions{display:grid;gap:8px;margin-top:auto}
.product-actions .btn{min-height:44px;padding:9px 12px;border-radius:9px;font-size:.82rem}
.product-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.btn-outline{border-color:#b8c6bc;background:white;color:var(--forest)}
.btn-advice{border-color:var(--line);background:#f4f6f2;color:#4c5a51}
.empty-state{text-align:center;padding:50px;color:var(--muted)}
.catalogue-delivery{padding-top:0}
.delivery-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px 42px;background:var(--green-soft);border:1px solid #d3e2d5;border-radius:var(--radius-lg)}
.delivery-icon-small{width:40px;height:40px;display:grid;place-items:center;margin-bottom:16px;border-radius:9px;background:var(--forest);color:white}
.delivery-card h2{margin:5px 0 7px;font-size:2rem}.delivery-card p:last-child{margin:0;color:var(--muted)}

/* Cart, modal and image viewer */
.cart-drawer,.image-modal,.modal{position:fixed;inset:0;z-index:500;visibility:hidden;opacity:0;transition:.22s}
.cart-drawer.open,.image-modal.open,.modal.open{visibility:visible;opacity:1}
.cart-backdrop,.modal-backdrop{position:absolute;inset:0;background:rgba(3,23,15,.62);backdrop-filter:blur(4px)}
.cart-panel{position:absolute;top:0;right:0;width:min(100%,470px);height:100%;display:flex;flex-direction:column;background:var(--ivory);transform:translateX(100%);transition:.34s cubic-bezier(.2,.8,.2,1)}
.cart-drawer.open .cart-panel{transform:none}
.cart-panel>header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--line);background:white}
.cart-panel h2{margin:0;font-size:1.75rem}
.cart-close,.modal-close,.image-modal-close,.ai-close{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--forest);font-size:1.45rem}
.cart-items{overflow:auto;padding:12px 20px}
.cart-item{display:grid;grid-template-columns:68px 1fr auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:68px;height:86px;object-fit:cover;border-radius:9px}
.cart-item h3{margin-bottom:4px;font-family:inherit;font-size:.88rem}.cart-item-price{color:var(--green);font-size:.78rem;font-weight:800}
.cart-qty{display:flex;align-items:center;gap:4px;margin-top:7px}.cart-qty button{width:27px;height:27px;border:1px solid var(--line);border-radius:7px;background:white}.cart-qty span{min-width:23px;text-align:center;font-size:.82rem;font-weight:800}
.cart-remove{border:0;background:transparent;color:var(--red);font-size:1.2rem}
.cart-empty{margin:auto;padding:35px;text-align:center;color:var(--muted)}.cart-empty>span{font-size:2.5rem}.cart-empty h3{margin:9px 0;color:var(--ink)}
.cart-footer{margin-top:auto;padding:20px 24px;background:white;border-top:1px solid var(--line)}.cart-footer.hidden{display:none}.cart-total{display:flex;align-items:center;justify-content:space-between}.cart-total strong{color:var(--forest);font-size:1.15rem}.cart-footer>p{color:var(--muted);font-size:.74rem;line-height:1.45}.cart-footer .btn+.btn{margin-top:7px}
.image-modal{display:grid;place-items:center;padding:24px;background:rgba(2,15,9,.93)}.image-modal img{max-width:min(650px,92vw);max-height:90vh;border-radius:14px}.image-modal-close{position:absolute;top:20px;right:20px}
.modal{display:grid;place-items:center;padding:20px}.modal-card{position:relative;z-index:2;width:min(100%,590px);padding:38px;background:var(--paper);border-radius:var(--radius-lg);box-shadow:var(--shadow);transform:translateY(16px);transition:.25s}.modal.open .modal-card{transform:none}.modal-close{position:absolute;top:17px;right:17px}.modal-icon{font-size:2rem}.modal-card h2{margin-bottom:17px;font-size:2.15rem}.modal-card>p:not(.eyebrow){color:var(--muted)}

/* Floating contact and assistant */
.whatsapp-float,.ai-toggle{position:fixed;right:22px;z-index:300;display:flex;align-items:center;gap:9px;padding:8px 15px 8px 8px;border:1px solid rgba(255,255,255,.16);border-radius:13px;color:white;box-shadow:0 14px 34px rgba(0,0,0,.2);transition:.22s}
.whatsapp-float{bottom:82px;background:#1fa855}.ai-toggle{bottom:22px;background:var(--forest)}
.whatsapp-float:hover,.ai-toggle:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,.24)}
.floating-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.13)}
.floating-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.floating-icon svg .icon-fill,.ai-avatar svg .icon-fill{fill:currentColor;stroke:none}
.ai-panel{position:fixed;right:22px;bottom:88px;z-index:301;width:min(380px,calc(100vw - 28px));max-height:min(620px,calc(100vh - 115px));display:flex;flex-direction:column;overflow:hidden;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 28px 80px rgba(4,39,22,.26);visibility:hidden;opacity:0;transform:translateY(13px) scale(.98);transform-origin:bottom right;transition:.22s}.ai-panel.open{visibility:visible;opacity:1;transform:none}
.ai-panel header{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;background:var(--forest);color:white}.ai-panel header>div{display:flex;align-items:center;gap:10px}.ai-avatar{width:39px;height:39px;display:grid;place-items:center;border-radius:10px;background:white;color:var(--forest)}.ai-avatar svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ai-panel header strong,.ai-panel header small{display:block}.ai-panel header small{color:#cdded3;font-size:.69rem}.ai-panel header small i{width:7px;height:7px;display:inline-block;margin-right:4px;border-radius:50%;background:#67dc8e}.ai-close{width:34px;height:34px;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:white}
.ai-messages{min-height:210px;overflow:auto;padding:15px;background:#f5f7f3}.ai-message{width:fit-content;max-width:88%;margin-bottom:9px;padding:10px 12px;border-radius:12px;font-size:.82rem;line-height:1.45}.ai-message.bot{background:white;border:1px solid var(--line);border-bottom-left-radius:3px}.ai-message.user{margin-left:auto;background:var(--forest);color:white;border-bottom-right-radius:3px}
.ai-suggestions{display:flex;gap:6px;overflow-x:auto;padding:10px 11px 3px}.ai-suggestions button{flex:none;padding:7px 9px;border:1px solid var(--line);border-radius:8px;background:white;color:var(--forest);font-size:.71rem;font-weight:800}
.ai-form{display:flex;gap:7px;padding:9px 11px}.ai-form input{min-width:0;flex:1;padding:10px 12px;border:1px solid var(--line);border-radius:9px;outline:0}.ai-form input:focus{border-color:var(--green)}.ai-form button{width:41px;height:41px;border:0;border-radius:9px;background:var(--forest);color:white}.ai-disclaimer{margin:0;padding:0 12px 9px;text-align:center;color:#89938c;font-size:.62rem}
.toast{position:fixed;z-index:900;left:50%;bottom:28px;max-width:calc(100% - 30px);padding:11px 17px;border-radius:10px;background:var(--ink);color:white;box-shadow:var(--shadow-sm);opacity:0;visibility:hidden;transform:translate(-50%,12px);transition:.22s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

/* Footer */
.site-footer{padding:66px 0 20px;background:#062d20;color:#d7e3da}
.footer-grid{display:grid;grid-template-columns:1.05fr 1.3fr 1fr;gap:56px}
.site-footer h2,.site-footer h3{color:white}.site-footer h3{font-family:inherit;font-size:.98rem;letter-spacing:.02em}
.footer-brand img{width:70px;height:70px;object-fit:contain;margin-bottom:18px;padding:4px;border-radius:12px;background:white}.footer-brand h2{margin-bottom:10px;font-size:1.55rem}.footer-brand p{color:#a8c0b0}
.site-footer ul{padding:0;margin:0;list-style:none}.site-footer li{margin:9px 0;font-size:.86rem}.site-footer a:hover,.site-footer button:hover{color:white}.site-footer button{padding:0;border:0;background:transparent;color:inherit}
.social-actions{display:flex;gap:8px;margin-top:19px}.mini-btn{padding:8px 11px;border-radius:8px;color:white;font-size:.77rem;font-weight:800}.mini-btn.whatsapp{background:#1fa855}.mini-btn.facebook{background:#1877f2}
.footer-note{display:flex;justify-content:space-between;gap:20px;padding-top:24px;margin-top:44px;border-top:1px solid rgba(255,255,255,.12);color:#94ad9d;font-size:.74rem}.footer-note p{margin:0}

@keyframes wordIn{to{opacity:1;transform:none}}
@keyframes reveal{to{opacity:1;transform:none}}
@keyframes logoIn{to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

@media (max-width:960px){
  .main-nav{position:absolute;left:24px;right:24px;top:70px;display:none;flex-direction:column;align-items:stretch;padding:12px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}
  .main-nav.open{display:flex}.main-nav a,.nav-link{text-align:left}.menu-toggle{display:block}.brand span{display:none}.nav-wrap{gap:10px}
  .hero-grid{display:block}.hero-copy{text-align:center}.hero-text{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{min-height:0}.hero-visual>img{width:min(75%,340px)}.hero-card{right:auto;bottom:auto}
  .values-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}
  .delivery-inner{grid-template-columns:auto 1fr}.delivery-inner .btn{grid-column:1/-1}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}

@media (max-width:640px){
  .container{width:min(calc(100% - 28px),var(--container))}.section{padding:72px 0}.nav-wrap{height:68px}.brand img{width:43px;height:43px}.cart-link{padding:8px 10px;font-size:.76rem}
  .hero{min-height:auto;padding:58px 0 72px}.hero-grid{gap:36px}.hero-copy{text-align:left}.animated-title{font-size:clamp(2.75rem,15vw,4rem)}.hero-text{font-size:.96rem}.hero-actions,.trust-row{justify-content:flex-start}.hero-actions .btn{width:100%}.trust-row span{font-size:.7rem}
  .hero-visual{min-height:0}.hero-visual>img{width:min(92%,300px);padding:18px;border-radius:20px}.logo-halo{width:250px;height:250px}.hero-card{position:relative;right:auto;bottom:auto;width:min(92%,330px);margin-top:-14px}
  .split-heading{align-items:flex-start;flex-direction:column}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:170px;padding:17px}.category-card strong{font-size:1.15rem}.category-card:after{right:15px;bottom:16px}
  .delivery-inner{grid-template-columns:1fr}.delivery-icon{width:54px;height:54px}.cta-card,.delivery-card{align-items:stretch;flex-direction:column;padding:27px}.cta-card{border-left-width:3px}
  .catalogue-hero{padding:58px 0}.catalogue-toolbar{align-items:stretch;flex-direction:column}.catalogue-toolbar .search-box{max-width:none}.catalogue-toolbar .btn{width:100%}
  .product-grid{grid-template-columns:1fr;gap:18px}.product-actions-row{grid-template-columns:1fr}.product-card{border-radius:14px}.product-info{padding:17px}
  .footer-grid{grid-template-columns:1fr;gap:34px}.footer-brand{grid-column:auto}.footer-note{flex-direction:column}
  .whatsapp-float,.ai-toggle{right:14px;padding:8px}.whatsapp-float{bottom:72px}.ai-toggle{bottom:14px}.whatsapp-float strong,.ai-toggle strong{display:none}.ai-panel{right:14px;bottom:74px}
  .modal-card{padding:30px 21px}.modal-card h2{font-size:1.8rem}.social-actions{flex-wrap:wrap}
}

/* Design lumineux — édition naturelle */
body{background:#fbfaf6}
.site-header{background:rgba(255,255,252,.96);border-bottom:0;box-shadow:0 8px 30px rgba(20,58,39,.07)}
.nav-wrap{height:80px}
.brand img{border:0;box-shadow:0 5px 18px rgba(7,60,43,.1)}
.main-nav a,.nav-link{border-radius:999px}
.cart-link{border-radius:999px;background:#b92230}

.hero{min-height:auto;padding:82px 0 96px;background:
  radial-gradient(circle at 12% 12%,rgba(17,120,74,.1),transparent 28%),
  radial-gradient(circle at 88% 25%,rgba(207,38,51,.07),transparent 24%),
  #f6f1e4;color:var(--ink)}
.hero:before{inset:34px 5%;border:1px solid rgba(7,60,43,.08);border-radius:34px;background:transparent;pointer-events:none}
.hero:after{height:4px}
.hero-section-label{position:absolute;z-index:3;top:24px;left:max(24px,calc((100vw - var(--container))/2));display:inline-flex;align-items:center;gap:8px;color:var(--forest);font-size:.76rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.hero-section-label:before{content:"";width:22px;height:2px;background:var(--red)}
.hero .eyebrow{color:var(--red)}
.animated-title{max-width:900px;margin-inline:auto;color:var(--forest)}
.animated-title span:nth-child(2),.animated-title span:nth-child(4){color:var(--red)}
.hero-text{color:#536158}
.hero .btn-primary{background:var(--forest);color:white;border-radius:999px}
.hero .btn-ghost{border-color:rgba(7,60,43,.24);border-radius:999px;color:var(--forest)}
.hero .btn-ghost:hover{background:white}
.trust-row span{background:rgba(255,255,255,.7);border-color:rgba(7,60,43,.14);border-radius:999px;color:var(--forest)}
.trust-row span:before{color:var(--green)}
.hero-visual{margin-top:8px}
.hero-visual>img{padding:18px;border:1px solid rgba(7,60,43,.08);border-radius:30px;box-shadow:0 25px 65px rgba(37,67,48,.16)}
.logo-halo{border-color:rgba(17,120,74,.16)}
.logo-halo:before{border-color:rgba(207,38,51,.1)}
.logo-halo:after{border-color:rgba(20,121,201,.08)}
.hero-card{background:var(--forest);color:white;border:0;border-radius:999px;box-shadow:0 18px 45px rgba(7,60,43,.22)}
.hero-card-icon{background:rgba(255,255,255,.14);color:#d9efd9;border-radius:50%}
.hero-card small{color:#bed2c4}

.category-section{padding-top:92px;background:#fffdf8;border:0}
.split-heading h2{color:var(--forest)}
.category-card{border:0;box-shadow:0 12px 32px rgba(7,60,43,.07)}
.category-card:nth-child(1){background:linear-gradient(145deg,#e4f2e5,#cfe4ce)}
.category-card:nth-child(2){background:linear-gradient(145deg,#f6ead9,#ead0b6)}
.category-card:nth-child(3){background:linear-gradient(145deg,#f3f2d7,#e9dda3)}
.category-card:nth-child(4){background:linear-gradient(145deg,#e4eee6,#ccdccc)}
.category-card>span{filter:saturate(.75)}

.delivery-banner{background:linear-gradient(120deg,#083d2c,#0b5a3b)}
.delivery-icon{border-radius:50%}
.cta-section{background:#f3eee2}
.cta-card{border:0;border-radius:30px;background:#fff;box-shadow:0 24px 65px rgba(7,60,43,.11)}
.cta-card .btn{border-radius:999px}

.catalogue-hero{background:
  radial-gradient(circle at 80% 20%,rgba(255,255,255,.08),transparent 28%),
  var(--forest);border:0;color:white}
.catalogue-hero .eyebrow{color:#f3b8b9}
.catalogue-hero h1{color:#fffaf0}
.catalogue-hero p:last-child{color:#d5e1d8}
.search-box,.filter-btn{border-radius:999px}
.product-card{border:0;border-radius:24px;box-shadow:0 14px 38px rgba(7,60,43,.08)}
.product-image-wrap{border-radius:24px 24px 0 0}
.product-info{padding:22px}
.product-actions .btn{border-radius:999px}
.delivery-card{border:0;background:#e9f2e9}

.site-footer{background:#052f22}
.whatsapp-float,.ai-toggle{border-radius:999px}
.floating-icon{border-radius:50%}

@media (max-width:640px){
  .nav-wrap{height:70px}
  .hero{padding:58px 0 74px}
  .hero-section-label{top:18px;left:14px}
  .hero:before{inset:16px 8px;border-radius:24px}
  .animated-title{text-align:left}
  .hero-card{border-radius:18px}
  .category-section{padding-top:70px}
  .category-card{border-radius:20px}
  .cta-card{border-radius:22px}
}

/* Repère Accueil très visible */
.hero-section-label{top:28px;left:max(24px,calc((100vw - var(--container))/2));gap:13px;color:var(--forest);font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:600;letter-spacing:-.04em;text-transform:none}
.hero-section-label:before{width:38px;height:4px;border-radius:4px;background:var(--red)}

/* Fenêtre livraison inspirée du fonctionnement Torres */
.delivery-modal-card{width:min(100%,680px);max-height:min(88vh,760px);overflow:auto;padding:36px}
.delivery-modal-card h2{padding-right:42px;margin-bottom:22px}
.delivery-pricing{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;margin-bottom:20px;border-top:1px solid var(--line)}
.delivery-price-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.9rem}
.delivery-price-row span{color:#45534a}.delivery-price-row strong{color:var(--green);white-space:nowrap}
.shipping-note{margin:5px 0 13px;padding:16px;border-radius:12px;background:var(--green-soft);color:var(--forest)}
.shipping-note strong{display:block;margin-bottom:4px}.shipping-note p{margin:0;font-size:.85rem;line-height:1.5}
.delivery-caution{margin:0 0 16px;color:var(--muted);font-size:.75rem}

/* Conseiller virtuel enrichi */
.ai-typing{color:#718078;font-style:italic}
.ai-human-link{display:block;margin:0 11px 8px;padding:10px 12px;border-radius:9px;background:#e5f4e9;color:#0b6b3e;text-align:center;font-size:.76rem;font-weight:850}
.ai-human-link:hover{background:#d5ebdb}

@media (max-width:640px){
  .hero{padding-top:108px}
  .hero-section-label{top:24px;left:14px;font-size:2.25rem}
  .hero-section-label:before{width:28px;height:3px}
  .delivery-modal-card{padding:30px 20px}
  .delivery-pricing{grid-template-columns:1fr}
}

/* Séquence du logo et bulle de message */
.animated-title span{animation-duration:.9s;animation-delay:calc(.3s + var(--i)*.22s)}
.logo-halo{display:none!important}
.hero-visual>img{animation-delay:1.9s;animation-duration:.9s}
.hero-card{margin-top:22px;border-radius:18px;opacity:0;transform:translateY(12px);animation:reveal .65s ease 2.75s forwards}
.hero-card:before{content:"";position:absolute;top:-10px;left:42px;width:20px;height:20px;background:var(--forest);transform:rotate(45deg);border-radius:3px}
.hero-card-icon{position:relative;z-index:1;width:42px;height:42px}
.hero-card-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:640px){
  .hero-card{margin-top:18px}
  .hero-card:before{left:32px}
}

/* Recherche dans la base livraison et expédition */
.delivery-rate-search{margin-bottom:8px}
.delivery-rate-search label{display:block;margin-bottom:7px;color:var(--forest);font-size:.8rem;font-weight:850}
.delivery-rate-search>div{height:48px;display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:white}
.delivery-rate-search>div:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(17,120,74,.1)}
.delivery-rate-search svg{width:20px;height:20px;flex:none;fill:none;stroke:var(--green);stroke-width:2;stroke-linecap:round}
.delivery-rate-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}
.delivery-result-note{margin:0 0 18px;color:var(--muted);font-size:.75rem}
.delivery-rate-group{margin-bottom:20px}
.delivery-rate-group h3{margin:0 0 8px;padding-bottom:8px;border-bottom:2px solid var(--forest);color:var(--forest);font-family:inherit;font-size:.9rem}
.delivery-price-row[hidden],.delivery-rate-group[hidden]{display:none!important}
.delivery-empty{display:none;margin:16px 0;padding:15px;border-radius:10px;background:#f8e7e7;color:#8d2830;text-align:center;font-size:.85rem;font-weight:750}
.delivery-empty.visible{display:block}

@media (max-width:640px){
  .delivery-rate-search>div{height:46px}
}

/* Bloc du message aux trois couleurs du logo */
@property --border-angle{syntax:"<angle>";inherits:false;initial-value:225deg}
.hero-card{--border-angle:225deg;justify-content:center;padding:17px 22px;border:3px solid transparent;background:linear-gradient(var(--forest),var(--forest)) padding-box,conic-gradient(from var(--border-angle),var(--red) 0 28%,var(--blue) 36% 61%,#119b4d 69% 94%,var(--red) 100%) border-box;text-align:center;animation:reveal .65s ease 2.75s forwards,hero-border-flow 5s linear 3.4s infinite}
.hero-card:before{display:none}
.hero-card>div{width:100%}
@keyframes hero-border-flow{to{--border-angle:585deg}}

/* Description d’accueil plus lisible et mieux hiérarchisée */
.hero-text{max-width:760px;margin:30px auto 0;padding:20px 24px;border-left:4px solid var(--red);border-radius:0 16px 16px 0;background:rgba(255,255,255,.72);box-shadow:0 12px 32px rgba(7,60,43,.08);color:#263d30;font-size:1.08rem;line-height:1.75;text-align:left}
.hero-text strong{display:block;margin-bottom:3px;color:var(--forest);font-family:Georgia,"Times New Roman",serif;font-size:1.28rem;line-height:1.35}

/* Panier enrichi avec le bleu du logo */
.cart-link,.btn-cart{background:var(--blue)}
.cart-link:hover,.btn-cart:hover{background:#0c66aa}
.cart-panel{border-left:4px solid var(--blue)}
.cart-panel>header{border-top:5px solid var(--blue);background:linear-gradient(135deg,#f3f8fd,#fff)}
.cart-panel h2,.cart-item-price,.cart-total strong{color:var(--blue)}
.cart-qty button{border-color:rgba(20,121,201,.35);color:var(--blue)}
.cart-qty button:hover{background:#eaf4fc}
.cart-footer{border-top:3px solid var(--blue)}
.cart-footer .btn-ghost{border-color:rgba(20,121,201,.35);color:var(--blue)}

/* Cartes compactes et confortables sur téléphone */
@media (max-width:640px){
  .hero-text{margin-top:24px;padding:16px 17px;font-size:.94rem;line-height:1.65}
  .hero-text strong{font-size:1.08rem}
  .catalogue-section{padding-top:48px}
  .product-grid{width:min(calc(100% - 40px),430px);gap:16px}
  .product-card{border-radius:18px}
  .product-image-wrap{aspect-ratio:4/3;max-height:260px;border-radius:18px 18px 0 0;background:#f0f2ec}
  .product-image-wrap img{object-fit:contain}
  .product-info{padding:15px}
  .product-info h2,.product-info h3{font-size:1.08rem}
  .product-description{font-size:.86rem;line-height:1.5}
}

@media (prefers-reduced-motion:reduce){
  .hero-card{animation:reveal .01ms ease 0s forwards}
}

/* Nom de l’entreprise aux couleurs du logo : bleu et rouge */
.animated-title span:nth-child(1),
.animated-title span:nth-child(3){color:var(--blue)}
.animated-title span:nth-child(2),
.animated-title span:nth-child(4){color:var(--red)}
.animated-title span:nth-child(3){color:var(--green)}

/* Bouton principal du catalogue en bleu ciel */
.product-actions .add-cart{border-color:#4bb8e8;background:#4bb8e8;color:#073c5b;box-shadow:0 8px 20px rgba(75,184,232,.24)}
.product-actions .add-cart:hover{border-color:#2f9fd1;background:#2f9fd1;color:white}

/* Catalogue plus clair et boutons aux couleurs du logo */
.catalogue-hero{
  background:linear-gradient(135deg,#dcf4df 0%,#f7fff7 58%,#e9f8ed 100%);
  border-bottom:1px solid rgba(17,120,74,.16);
  color:var(--forest);
}
.catalogue-hero .eyebrow.catalogue-title-label{
  margin-bottom:14px;
  color:var(--green);
  font-size:clamp(1.45rem,4vw,2.35rem);
  font-weight:950;
  letter-spacing:.16em;
}
.catalogue-hero p:last-child{
  max-width:720px;
  color:#31523d;
  font-size:1.12rem;
  font-weight:600;
  line-height:1.7;
}
.product-category{
  color:var(--green);
  font-size:.72rem;
  letter-spacing:.08em;
}
.product-price{
  padding:6px 10px;
  border-radius:999px;
  background:#fff1f1;
  color:var(--red);
  font-size:.94rem;
}
.product-info h2{
  color:var(--forest);
  font-size:1.24rem;
  font-weight:900;
  line-height:1.25;
}
.product-actions-row .btn-outline{
  border-color:rgba(17,120,74,.22);
  background:#dcf4df;
  color:var(--forest);
  box-shadow:0 8px 18px rgba(17,120,74,.08);
}
.product-actions-row .btn-outline:hover{
  border-color:rgba(17,120,74,.34);
  background:#c9edcf;
  color:var(--forest);
}
.product-actions-row .btn-advice{
  border-color:rgba(207,38,51,.22);
  background:#ffe4e6;
  color:#9f1c27;
  box-shadow:0 8px 18px rgba(207,38,51,.08);
}
.product-actions-row .btn-advice:hover{
  border-color:rgba(207,38,51,.34);
  background:#ffd3d7;
  color:#8c1520;
}

/* Refonte visuelle professionnelle : accueil et cartes catalogue */
body{
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-rendering:optimizeLegibility;
}
h1,h2,.animated-title{
  font-family:"Playfair Display",Georgia,"Times New Roman",serif;
}
.hero{
  background:
    radial-gradient(circle at 12% 14%,rgba(17,120,74,.12),transparent 28%),
    radial-gradient(circle at 88% 12%,rgba(207,38,51,.07),transparent 26%),
    linear-gradient(180deg,#fbf7e8 0%,#f1f9ef 54%,#fffefa 100%);
}
.logo-intro{
  position:relative;
  width:min(100%,760px);
  margin:12px auto 0;
  padding:34px 24px 30px;
  border:1px solid rgba(17,120,74,.13);
  border-radius:34px;
  background:
    radial-gradient(circle at 18% 14%,rgba(17,120,74,.12),transparent 27%),
    radial-gradient(circle at 84% 18%,rgba(207,38,51,.08),transparent 24%),
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(238,249,237,.9));
  box-shadow:0 24px 70px rgba(7,60,43,.13);
  overflow:hidden;
}
.logo-intro:before,
.logo-intro:after{
  content:"";
  position:absolute;
  width:155px;
  height:155px;
  border-radius:48% 52% 46% 54%;
  background:rgba(17,120,74,.08);
  pointer-events:none;
}
.logo-intro:before{left:-62px;bottom:-58px;transform:rotate(18deg)}
.logo-intro:after{right:-66px;top:-58px;transform:rotate(-18deg)}
.logo-intro>img{
  position:relative;
  z-index:1;
  background:white;
  border:1px solid rgba(17,120,74,.1);
  box-shadow:0 18px 45px rgba(7,60,43,.16);
}
.logo-intro-text{
  position:relative;
  z-index:1;
  max-width:540px;
  margin:18px auto 0;
  color:#31523d;
  font-size:1rem;
  font-weight:700;
  line-height:1.6;
}
.hero-card{
  width:min(100%,560px);
  margin:18px auto 0;
  border-radius:20px;
}
.home-trust-badges{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  width:min(100%,620px);
  margin:22px auto 0;
}
.home-trust-badge{
  display:flex;
  align-items:center;
  gap:9px;
  padding:11px 13px;
  border:1px solid rgba(17,120,74,.12);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#234532;
  font-size:.86rem;
  font-weight:800;
  box-shadow:0 10px 24px rgba(7,60,43,.07);
}
.home-trust-badge span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  flex:none;
  border-radius:50%;
  background:#dcf4df;
}
.hero-actions .btn{
  border-radius:999px;
  box-shadow:0 12px 28px rgba(7,60,43,.12);
}
.hero-actions .btn-whatsapp-soft{
  background:#dcf4df;
  border-color:rgba(17,120,74,.22);
  color:var(--forest);
}
.hero-actions .btn-whatsapp-soft:hover{
  background:#c9edcf;
  color:var(--forest);
  box-shadow:0 16px 34px rgba(17,120,74,.16);
}
.product-card{
  background:#fffdf6;
  border:1px solid rgba(17,120,74,.08);
  box-shadow:0 18px 44px rgba(7,60,43,.09);
  overflow:hidden;
}
.product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 52px rgba(7,60,43,.13);
}
.product-image-wrap{
  border-bottom:1px solid rgba(17,120,74,.08);
  background:linear-gradient(180deg,#f8f6ed,#eef4ea);
}
.product-info{
  background:linear-gradient(180deg,#fffdf7,#fbf6e9);
  border-radius:0 0 24px 24px;
}
.product-meta{
  align-items:center;
}
.product-category{
  padding:5px 9px;
  border-radius:999px;
  background:#eef9ed;
}
.product-info h2{
  margin-bottom:12px;
  font-family:"Inter",system-ui,sans-serif;
  letter-spacing:-.03em;
}
.product-support-note{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0 0 18px;
  color:#55705d;
  font-size:.82rem;
  font-weight:750;
}
.product-support-note:before{
  content:"✓";
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  flex:none;
  border-radius:50%;
  background:#dcf4df;
  color:var(--green);
  font-size:.75rem;
  font-weight:900;
}
.product-actions-row .btn{
  min-height:46px;
  gap:7px;
  font-weight:900;
  letter-spacing:-.01em;
}
.product-actions-row .btn-outline{
  border-color:rgba(17,120,74,.2);
  background:linear-gradient(135deg,#dcf4df,#f6fff6);
  color:var(--forest);
  box-shadow:0 10px 22px rgba(17,120,74,.1);
}
.product-actions-row .btn-outline:hover{
  border-color:rgba(17,120,74,.34);
  background:linear-gradient(135deg,#c9edcf,#f4fff4);
  box-shadow:0 13px 28px rgba(17,120,74,.16);
}
.product-actions-row .btn-advice{
  border-color:rgba(207,38,51,.18);
  background:linear-gradient(135deg,#ffe4e6,#fff9f3);
  color:#9f1c27;
  box-shadow:0 10px 22px rgba(207,38,51,.09);
}
.product-actions-row .btn-advice:hover{
  border-color:rgba(207,38,51,.3);
  background:linear-gradient(135deg,#ffd3d7,#fff4ed);
  box-shadow:0 13px 28px rgba(207,38,51,.14);
}
@media (max-width:640px){
  .logo-intro{padding:24px 14px 22px;border-radius:24px}
  .logo-intro-text{font-size:.92rem}
  .home-trust-badges{grid-template-columns:1fr}
  .home-trust-badge{font-size:.82rem}
  .product-actions-row .btn{font-size:.86rem}
}

/* Catalogue mobile : deux produits par ligne, visuels soignes et actions empilees */
@media (max-width:640px){
  .catalogue-section .container{width:min(calc(100% - 18px),var(--container))}
  .product-grid{
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:11px;
  }
  .product-card{
    min-width:0;
    border-radius:15px;
    box-shadow:0 10px 26px rgba(7,60,43,.09);
  }
  .product-image-wrap{
    width:100%;
    max-height:none;
    aspect-ratio:3/4;
    border-radius:15px 15px 0 0;
    background:linear-gradient(180deg,#f7f6ef,#edf2e9);
  }
  .product-image-wrap img{
    display:block;
    width:100%;
    height:100%;
    padding:3px;
    object-fit:contain;
    object-position:center;
  }
  .zoom-btn{
    right:7px;
    bottom:7px;
    width:31px;
    height:31px;
    border-radius:8px;
  }
  .product-info{
    padding:11px 9px 10px;
    border-radius:0 0 15px 15px;
  }
  .product-meta{align-items:flex-start;gap:5px}
  .product-category{padding:4px 6px;font-size:.53rem;letter-spacing:.06em}
  .product-price{font-size:.7rem}
  .product-info h2,.product-info h3{
    margin:8px 0 10px;
    font-size:.88rem;
    line-height:1.25;
  }
  .product-support-note{
    align-items:flex-start;
    gap:5px;
    margin-bottom:10px;
    font-size:.66rem;
    line-height:1.3;
  }
  .product-support-note:before{width:17px;height:17px;font-size:.62rem}
  .product-actions{gap:6px}
  .product-actions-row{grid-template-columns:1fr;gap:6px}
  .product-actions .btn,.product-actions-row .btn{
    width:100%;
    min-height:37px;
    padding:7px 5px;
    border-radius:999px;
    font-size:.68rem;
    line-height:1.15;
    white-space:normal;
  }
}

/* Action principale de l'accueil : acces direct au catalogue */
.hero-actions .btn-catalogue-main{
  position:relative;
  min-height:56px;
  padding:14px 25px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.24);
  background:linear-gradient(135deg,#178bd5 0%,#116fba 58%,#0a5e9f 100%);
  color:#fff;
  box-shadow:0 15px 32px rgba(20,121,201,.3),0 5px 12px rgba(7,60,43,.12);
  isolation:isolate;
  animation:catalogue-soft-pulse 3.2s ease-in-out infinite;
}
.hero-actions .btn-catalogue-main:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.2) 45%,transparent 68%);
  transform:translateX(-120%);
  transition:transform .6s ease;
}
.btn-catalogue-icon{
  width:21px;
  height:21px;
  flex:none;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.btn-catalogue-arrow{font-size:1.15rem;transition:transform .22s ease}
.hero-actions .btn-catalogue-main:hover{
  color:#fff;
  background:linear-gradient(135deg,#259ce8 0%,#147dca 58%,#0964aa 100%);
  box-shadow:0 19px 40px rgba(20,121,201,.4),0 7px 16px rgba(7,60,43,.14);
  transform:translateY(-3px) scale(1.015);
}
.hero-actions .btn-catalogue-main:hover:before{transform:translateX(120%)}
.hero-actions .btn-catalogue-main:hover .btn-catalogue-arrow{transform:translateX(4px)}
.hero-actions .btn-catalogue-main:active{
  transform:translateY(1px) scale(.985);
  box-shadow:0 8px 18px rgba(20,121,201,.28);
}
@keyframes catalogue-soft-pulse{
  0%,100%{box-shadow:0 15px 32px rgba(20,121,201,.3),0 5px 12px rgba(7,60,43,.12)}
  50%{box-shadow:0 18px 39px rgba(20,121,201,.42),0 6px 15px rgba(7,60,43,.14)}
}
@media (max-width:640px){
  .hero-actions .btn-catalogue-main{min-height:58px}
}
@media (prefers-reduced-motion:reduce){
  .hero-actions .btn-catalogue-main{animation:none}
}

/* Simplification demandee */
.logo-intro-text,
.home-trust-badges,
.catalogue-hero,
.product-actions-row,
.filter-btn[data-filter="digestion"],
.filter-btn[data-filter="douleurs"],
.filter-btn[data-filter="packs"]{
  display:none!important;
}

/* Boutons d'information livraison : survol leger et lumineux */
.delivery-banner [data-delivery],
.catalogue-delivery [data-delivery]{
  transition:transform .24s ease,filter .24s ease,box-shadow .24s ease,background-color .24s ease;
}
.delivery-banner [data-delivery]:hover,
.catalogue-delivery [data-delivery]:hover{
  transform:translateY(-4px);
  filter:brightness(1.13);
  box-shadow:0 16px 32px rgba(7,60,43,.2);
}
.delivery-banner [data-delivery]:active,
.catalogue-delivery [data-delivery]:active{
  transform:translateY(-1px) scale(.985);
}
@media (prefers-reduced-motion:reduce){
  .delivery-banner [data-delivery],
  .catalogue-delivery [data-delivery]{transition:none}
}
