:root {
  --green-950:#09271f; --green-900:#123c2f; --green-800:#19523f; --green-700:#216b4e;
  --green-100:#dff3e5; --green-50:#eef8f0; --cream:#f7f8f4; --white:#fff;
  --ink:#17201c; --muted:#68736d; --line:#e4e9e5; --warm:#f3a93b; --danger:#c5443e;
  --shadow:0 18px 50px rgba(13,53,40,.09); --shadow-sm:0 7px 24px rgba(13,53,40,.07);
  --radius-xl:28px; --radius-lg:20px; --radius-md:14px; --container:1220px;
}

/* Invitation application mobile */
.app-promo-modal[hidden]{display:none}.app-promo-modal{position:fixed;z-index:220;inset:0;display:grid;place-items:center;padding:24px}.app-promo-backdrop{position:absolute;inset:0;border:0;background:rgba(3,12,48,.76);backdrop-filter:blur(10px)}.app-promo-dialog{position:relative;z-index:1;width:min(720px,92vw);height:430px;min-height:0;display:grid;grid-template-columns:.41fr .59fr;overflow:hidden;border:1px solid rgba(255,255,255,.45);border-radius:24px;background:#fff;box-shadow:0 30px 85px rgba(0,0,0,.34);animation:appPromoIn .4s cubic-bezier(.2,.8,.2,1)}
@keyframes appPromoIn{from{opacity:0;transform:translateY(25px) scale(.96)}to{opacity:1;transform:none}}.app-promo-close{position:absolute;z-index:4;right:13px;top:13px;width:36px;height:36px;border:1px solid #e3e8f1;border-radius:50%;background:#fff;color:#07185f;font-size:21px;box-shadow:0 8px 22px rgba(7,24,95,.12);cursor:pointer}.app-promo-close:hover{background:#ffc400}.app-promo-visual{position:relative;height:430px;min-height:0;overflow:hidden;background:#07185f}.app-promo-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,20,83,.33),transparent 45%);pointer-events:none}.app-promo-visual img{width:100%;height:100%;object-fit:cover;object-position:center 46%}.app-promo-visual-badge{position:absolute;z-index:2;left:14px;bottom:14px;padding:7px 10px;border:1px solid rgba(255,255,255,.3);border-radius:30px;background:rgba(7,24,95,.78);color:#fff;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;backdrop-filter:blur(7px)}
.app-promo-content{display:flex;flex-direction:column;justify-content:center;padding:38px 38px 31px}.app-promo-label{display:flex;align-items:center;gap:7px;color:#1557c8;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.app-promo-label>span{width:20px;height:3px;border-radius:3px;background:#ffc400}.app-promo-content h2{margin:13px 0 11px;color:#07185f;font-size:31px;line-height:1.02;letter-spacing:-.055em}.app-promo-content h2 em{color:#1557c8;font-style:normal}.app-promo-content>p{margin:0;color:#68738e;font-size:10px;line-height:1.6}.app-promo-points{display:flex;flex-wrap:wrap;gap:7px 11px;margin:14px 0}.app-promo-points span{color:#30405f;font-size:7px;font-weight:800}
.app-store-actions{display:flex;align-items:center;gap:9px}.app-store-official{height:43px;display:grid;place-items:center;padding:0;border:0;background:none;cursor:pointer;transition:.2s}.app-store-official:hover{transform:translateY(-2px);filter:drop-shadow(0 8px 12px rgba(7,24,95,.18))}.app-store-official.apple img{width:128px;height:auto}.app-store-official.android img{width:144px;height:auto}.app-promo-later{align-self:center;margin-top:12px;border:0;background:none;color:#77819a;font-size:8px;font-weight:800;text-decoration:underline;cursor:pointer}.app-promo-later:hover{color:#1557c8}
.app-promo-modal~.toast-region{z-index:240}
@media(max-width:720px){.app-promo-modal{padding:12px}.app-promo-dialog{width:min(350px,100%);height:auto;max-height:90dvh;display:block;overflow:auto;border-radius:21px}.app-promo-close{position:absolute;right:11px;top:11px;width:35px;height:35px}.app-promo-visual{min-height:0;height:155px}.app-promo-visual img{object-position:center 39%}.app-promo-visual-badge{left:11px;bottom:10px}.app-promo-content{padding:23px 19px 19px}.app-promo-content h2{margin:10px 0;font-size:27px}.app-promo-content>p{font-size:9px}.app-promo-points{margin:12px 0}.app-store-actions{justify-content:center;gap:5px}.app-store-official.apple img{width:118px}.app-store-official.android img{width:132px}.app-promo-later{margin-top:10px}}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,system-ui,sans-serif;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.hidden{display:none!important}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;top:8px;left:8px;z-index:9999;background:#fff;padding:10px 16px;border-radius:10px;transform:translateY(-160%)}.skip-link:focus{transform:none}:focus-visible{outline:3px solid #e5a12f;outline-offset:3px}
.announcement{height:34px;background:var(--green-950);color:#dcebe3;font-size:11px;font-weight:700;letter-spacing:.04em}.announcement-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.pulse-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:7px;background:#6ee7a3;box-shadow:0 0 0 4px rgba(110,231,163,.12)}
.site-header{height:78px;position:sticky;top:0;z-index:50;background:rgba(247,248,244,.91);border-bottom:1px solid rgba(221,228,222,.7);backdrop-filter:blur(18px)}.header-inner{height:100%;display:flex;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;gap:10px;flex:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;color:var(--green-800)}.brand-mark svg{width:100%;height:100%}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{font-size:17px;letter-spacing:-.04em}.brand-copy small{margin-top:5px;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.13em;font-weight:700}.desktop-nav{display:flex;align-items:center;gap:27px;margin:auto}.desktop-nav a{position:relative;font-size:13px;font-weight:700;color:#4c5b54}.desktop-nav a:hover,.desktop-nav a.active{color:var(--green-800)}.desktop-nav a.active:after{content:"";position:absolute;left:50%;bottom:-13px;width:5px;height:5px;background:var(--green-700);border-radius:50%;transform:translateX(-50%)}.header-actions{display:flex;align-items:center;gap:7px}.icon-button,.cart-button{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon-button{position:relative;width:41px;height:41px;border-radius:50%;background:#fff;border:1px solid var(--line)}.icon-button:hover{background:var(--green-50);border-color:#cce4d3}.icon-button svg,.cart-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-button{gap:8px;height:43px;background:var(--green-900);color:#fff;border-radius:50px;padding:0 15px}.cart-label{font-size:12px;font-weight:700}.cart-count{min-width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--green-900);font-size:10px;font-weight:800}.action-badge{position:absolute;right:-2px;top:-2px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--warm);color:#251703;border:2px solid #fff;font-size:8px;display:grid;place-items:center}
main{min-height:70vh}.section{padding:84px 0}.section-sm{padding:58px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--green-700);font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.13em}.eyebrow:before{content:"";width:22px;height:2px;background:currentColor}.section-title{font-size:clamp(29px,4vw,44px);letter-spacing:-.05em;line-height:1.06;margin:0}.section-subtitle{color:var(--muted);font-size:14px;line-height:1.7;max-width:570px;margin:13px 0 0}.text-link{font-size:12px;font-weight:800;color:var(--green-800);display:inline-flex;gap:6px;align-items:center}.text-link:hover{gap:10px}.btn{border:0;min-height:48px;padding:0 20px;border-radius:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:800;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green-900);color:#fff;box-shadow:0 10px 25px rgba(18,60,47,.18)}.btn-secondary{background:#fff;color:var(--green-900);border:1px solid var(--line)}.btn-soft{background:var(--green-50);color:var(--green-800)}.btn-danger{background:#fff0ef;color:var(--danger)}.btn-block{width:100%}.btn[disabled]{opacity:.5;pointer-events:none}.btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.hero{padding:44px 0 34px}.hero-shell{min-height:505px;border-radius:34px;overflow:hidden;background:linear-gradient(118deg,#dff0e1 0%,#eaf5e8 58%,#dcecdf 100%);display:grid;grid-template-columns:1.03fr .97fr;position:relative}.hero-copy{padding:72px 28px 68px 70px;position:relative;z-index:2}.hero-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.8);padding:8px 12px;border-radius:50px;color:var(--green-800);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.hero h1{font-size:clamp(42px,5vw,68px);letter-spacing:-.065em;line-height:.98;margin:24px 0 20px;max-width:670px;color:var(--green-950)}.hero h1 em{font-style:normal;color:var(--green-700)}.hero-copy>p{font-size:15px;line-height:1.75;color:#53645c;max-width:520px;margin:0}.hero-actions{display:flex;gap:11px;margin-top:30px}.hero-note{display:flex;gap:22px;margin-top:34px}.hero-note span{display:flex;align-items:center;gap:7px;color:#53645c;font-size:10px;font-weight:700}.hero-note svg{width:15px;height:15px;fill:none;stroke:var(--green-700);stroke-width:2}.hero-visual{position:relative;min-height:430px}.hero-blob{position:absolute;width:450px;height:450px;border-radius:50%;background:rgba(255,255,255,.56);right:-14px;top:35px}.hero-products{position:absolute;inset:0}.hero-product{position:absolute;background:#fff;border-radius:23px;padding:12px;box-shadow:0 23px 45px rgba(28,79,56,.14);animation:float 5s ease-in-out infinite}.hero-product img{width:100%;height:100%;object-fit:contain}.hero-product.one{width:190px;height:230px;right:205px;top:90px;transform:rotate(-7deg)}.hero-product.two{width:180px;height:210px;right:38px;top:165px;transform:rotate(7deg);animation-delay:-1.3s}.hero-product.three{width:130px;height:145px;right:175px;top:322px;transform:rotate(3deg);animation-delay:-2.5s}.floating-pill{position:absolute;right:22px;top:69px;background:#fff;border-radius:16px;padding:11px 15px;box-shadow:var(--shadow-sm);display:flex;gap:9px;align-items:center;font-size:10px;font-weight:800}.floating-pill span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green-100);font-size:16px}@keyframes float{0%,100%{translate:0 0}50%{translate:0 -8px}}
.search-strip{margin-top:-4px;position:relative;z-index:3}.search-box{height:76px;display:flex;align-items:center;background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:9px 10px 9px 24px}.search-box>svg{width:21px;fill:none;stroke:var(--green-800);stroke-width:1.8}.search-box input{flex:1;min-width:0;border:0;outline:0;padding:0 15px;color:var(--ink);font-size:14px}.search-box .btn{height:56px;border-radius:14px;padding-inline:26px}
.category-row{display:grid;grid-template-columns:repeat(7,1fr);gap:13px}.category-card{min-width:0;background:#fff;border:1px solid #edf0ed;border-radius:20px;padding:16px 10px;text-align:center;cursor:pointer;transition:.25s ease}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);border-color:transparent}.category-icon{width:76px;height:68px;margin:0 auto 12px;display:grid;place-items:center;border-radius:18px;background:#f5f8f5;overflow:hidden}.category-icon img{width:100%;height:100%;object-fit:cover}.category-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.category-card small{display:block;margin-top:5px;color:var(--muted);font-size:9px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.category-grid .category-card{padding:22px 14px}.category-grid .category-icon{width:100%;height:130px}
.soft-section{background:#f0f4ef}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.product-card{position:relative;min-width:0;background:#fff;border:1px solid #e9ede9;border-radius:21px;padding:12px;transition:.25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}.product-media{height:205px;border-radius:15px;background:#f6f8f5;overflow:hidden;display:grid;place-items:center;position:relative;cursor:pointer}.product-media img{width:100%;height:100%;object-fit:contain;padding:11px;mix-blend-mode:multiply;transition:transform .35s}.product-card:hover .product-media img{transform:scale(1.05)}.product-badge{position:absolute;top:11px;left:11px;border-radius:30px;padding:6px 9px;background:var(--warm);font-size:8px;font-weight:800;text-transform:uppercase}.stock-badge{position:absolute;right:10px;top:10px;width:25px;height:25px;background:rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;color:var(--green-700)}.stock-badge svg{width:13px;fill:none;stroke:currentColor;stroke-width:2}.product-info{padding:13px 3px 3px}.product-category{display:block;color:var(--green-700);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-name{display:block;height:37px;margin:7px 0 5px;font-size:12px;line-height:1.45;font-weight:700;overflow:hidden}.product-unit{font-size:9px;color:var(--muted)}.product-buy{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-price{font-size:16px;font-weight:800;letter-spacing:-.04em}.product-price small{font-size:9px;color:var(--muted);margin-left:2px}.add-btn{width:38px;height:38px;border:0;border-radius:12px;background:var(--green-900);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:22px;line-height:1}.add-btn:hover{background:var(--green-700);transform:scale(1.04)}.qty-control{height:38px;display:flex;align-items:center;border-radius:12px;background:var(--green-900);color:#fff;overflow:hidden}.qty-control button{width:31px;height:100%;border:0;background:none;color:#fff;cursor:pointer}.qty-control span{min-width:22px;text-align:center;font-size:10px;font-weight:800}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);background:var(--green-950);color:#fff;border-radius:28px;padding:35px}.benefit{display:flex;gap:14px;padding:7px 24px;border-right:1px solid rgba(255,255,255,.12)}.benefit:last-child{border:0}.benefit-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:rgba(255,255,255,.1);flex:none}.benefit-icon svg{width:20px;fill:none;stroke:#bce3c7;stroke-width:1.7}.benefit strong{display:block;font-size:11px;margin-top:2px}.benefit p{font-size:9px;line-height:1.5;color:#aebfb7;margin:5px 0 0}
.services-teaser{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}.service-intro{border-radius:26px;background:#e7efe8;padding:38px;display:flex;flex-direction:column;justify-content:space-between}.service-intro h2{font-size:34px;letter-spacing:-.05em;line-height:1.06;margin:12px 0}.service-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.service-card{min-height:230px;border-radius:24px;padding:25px;background:#fff;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.service-card:nth-child(2){background:#f7eee2}.service-icon{width:50px;height:50px;border-radius:16px;background:var(--green-50);display:grid;place-items:center;font-size:24px}.service-card h3{margin:22px 0 7px;font-size:17px}.service-card p{color:var(--muted);font-size:11px;line-height:1.6;margin:0 0 17px}
.page-hero{padding:54px 0 36px}.page-hero-inner{background:var(--green-900);color:#fff;border-radius:28px;padding:49px 53px;position:relative;overflow:hidden}.page-hero-inner:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:3%;top:-105px;background:rgba(255,255,255,.06)}.page-hero h1{font-size:clamp(36px,5vw,55px);line-height:1;margin:0;letter-spacing:-.055em}.page-hero p{margin:16px 0 0;color:#bed1c8;font-size:13px;max-width:560px;line-height:1.7}.breadcrumb{margin-bottom:15px;color:#b6c9c0;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.catalog-layout{display:grid;grid-template-columns:220px 1fr;gap:30px;padding-bottom:80px}.filter-panel{align-self:start;position:sticky;top:98px}.filter-block{padding:20px 0;border-bottom:1px solid var(--line)}.filter-block:first-child{padding-top:0}.filter-block h3{font-size:11px;margin:0 0 15px}.filter-list{display:grid;gap:8px;max-height:320px;overflow:auto;padding-right:5px}.filter-option{display:flex;align-items:center;gap:9px;font-size:10px;color:#59655f;cursor:pointer}.filter-option input{accent-color:var(--green-700)}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.result-count{font-size:11px;color:var(--muted)}.result-count strong{color:var(--ink)}.select{height:42px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:0 34px 0 13px;font-size:10px;font-weight:700}.load-more{display:flex;justify-content:center;margin-top:35px}.empty-state{text-align:center;padding:70px 20px;background:#fff;border-radius:24px}.empty-icon{width:65px;height:65px;border-radius:50%;background:var(--green-50);display:grid;place-items:center;margin:0 auto 17px;font-size:26px}.empty-state h2,.empty-state h3{margin:0 0 8px}.empty-state p{color:var(--muted);font-size:12px;margin:0 auto 20px;max-width:420px}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:60px 0}.detail-media{background:#fff;border-radius:28px;min-height:510px;display:grid;place-items:center}.detail-media img{width:85%;height:450px;object-fit:contain}.detail-content{padding-top:25px}.detail-category{color:var(--green-700);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.detail-content h1{font-size:42px;line-height:1.08;letter-spacing:-.055em;margin:16px 0}.detail-price{font-size:29px;font-weight:800;margin:22px 0}.detail-price small{font-size:12px;color:var(--muted)}.availability{display:inline-flex;align-items:center;gap:7px;color:var(--green-700);font-size:10px;font-weight:800;background:var(--green-50);padding:8px 11px;border-radius:30px}.availability.out{color:var(--danger);background:#fff0ef}.detail-description{font-size:12px;line-height:1.8;color:var(--muted);border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.detail-actions{display:flex;gap:10px;margin:28px 0}.detail-actions .qty-picker{height:48px;display:flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:13px}.qty-picker button{width:42px;height:100%;border:0;background:none;cursor:pointer}.qty-picker span{width:35px;text-align:center;font-weight:800;font-size:12px}.detail-meta{display:grid;gap:10px;border-top:1px solid var(--line);padding-top:20px}.detail-meta div{display:flex;justify-content:space-between;font-size:10px}.detail-meta span{color:var(--muted)}
.drawer{position:fixed;z-index:102;right:0;top:0;width:min(440px,100%);height:100dvh;background:#fff;transform:translateX(105%);transition:transform .32s cubic-bezier(.2,.8,.2,1);box-shadow:-20px 0 60px rgba(0,0,0,.1);overflow:auto}.drawer.open{transform:none}.overlay{position:fixed;inset:0;z-index:100;background:rgba(7,27,21,.48);backdrop-filter:blur(3px)}.drawer-head{height:83px;display:flex;align-items:center;justify-content:space-between;padding:0 25px;border-bottom:1px solid var(--line)}.drawer-head h2{font-size:18px;margin:0}.close-btn{width:37px;height:37px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:22px;cursor:pointer}.cart-lines{padding:8px 25px}.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:13px;padding:17px 0;border-bottom:1px solid var(--line)}.cart-line img{width:72px;height:72px;object-fit:contain;background:#f6f8f5;border-radius:13px;padding:5px}.cart-line h3{font-size:10px;margin:3px 0 6px;line-height:1.4}.cart-line p{font-size:11px;font-weight:800;margin:0}.cart-line .qty-control{margin-top:9px;width:max-content;background:var(--green-50);color:var(--green-900);height:29px}.cart-line .qty-control button{color:var(--green-900);width:27px}.remove-line{border:0;background:none;color:#9baaa2;cursor:pointer;padding:3px}.cart-summary{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);padding:20px 25px 27px}.summary-row{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-bottom:10px}.summary-row.total{font-size:16px;color:var(--ink);font-weight:800;margin:17px 0}.free-note{background:var(--green-50);padding:10px;border-radius:9px;color:var(--green-700);font-size:9px;text-align:center;margin-bottom:13px}
.search-modal{display:none;position:fixed;inset:0;z-index:110;background:rgba(7,27,21,.5);backdrop-filter:blur(6px);padding:8vh 20px}.search-modal.open{display:block}.search-panel{width:min(690px,100%);max-height:78vh;overflow:auto;margin:auto;background:#fff;border-radius:24px;box-shadow:0 35px 90px rgba(0,0,0,.25)}.search-top{height:75px;display:flex;align-items:center;border-bottom:1px solid var(--line);padding:0 19px}.search-top svg{width:22px;fill:none;stroke:var(--green-800);stroke-width:2}.search-top input{flex:1;border:0;outline:0;padding:0 15px;font-size:14px}.search-top button{border:0;background:none;font-size:25px;cursor:pointer}.search-results-list{padding:9px}.search-result{display:grid;grid-template-columns:56px 1fr auto;gap:13px;align-items:center;padding:10px;border-radius:13px;cursor:pointer}.search-result:hover{background:var(--green-50)}.search-result img{width:56px;height:56px;object-fit:contain;background:#f6f8f5;border-radius:10px}.search-result strong{display:block;font-size:10px}.search-result small{font-size:8px;color:var(--muted)}.search-result b{font-size:11px}.search-hint{padding:35px;text-align:center;color:var(--muted);font-size:11px}
.modal-host:not(:empty){position:fixed;inset:0;z-index:120;background:rgba(7,27,21,.55);backdrop-filter:blur(5px);display:grid;place-items:center;padding:20px}.modal{width:min(470px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.22)}.modal-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:23px}.modal-head h2{font-size:23px;letter-spacing:-.04em;margin:0}.modal-head p{font-size:10px;color:var(--muted);line-height:1.6;margin:7px 0 0}.modal-close{border:0;background:#f2f5f2;width:34px;height:34px;border-radius:50%;cursor:pointer}.form-grid{display:grid;gap:13px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:11px}.field label{display:block;font-size:9px;font-weight:800;margin:0 0 7px}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:#fbfcfb;border-radius:11px;outline:0;padding:12px 13px;font-size:11px}.field textarea{min-height:100px;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--green-700);box-shadow:0 0 0 3px rgba(33,107,78,.08)}.form-error{background:#fff1f0;color:var(--danger);padding:10px 12px;border-radius:10px;font-size:9px}.form-foot{text-align:center;color:var(--muted);font-size:9px;margin-top:14px}.form-foot button{border:0;background:none;color:var(--green-700);font-weight:800;cursor:pointer}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{rotate:360deg}}
.toast-region{position:fixed;right:20px;bottom:25px;z-index:200;display:grid;gap:9px}.toast{min-width:280px;max-width:360px;background:var(--green-950);color:#fff;border-radius:13px;padding:13px 16px;box-shadow:var(--shadow);font-size:10px;font-weight:700;display:flex;align-items:center;gap:10px;animation:toast-in .25s ease}.toast:before{content:"✓";width:23px;height:23px;background:#347d5e;border-radius:50%;display:grid;place-items:center}.toast.error{background:#7e2d29}.toast.error:before{content:"!";background:#a84640}@keyframes toast-in{from{translate:0 15px;opacity:0}}
.auth-layout{min-height:650px;display:grid;grid-template-columns:1fr 1fr;margin:45px auto 75px;background:#fff;border-radius:29px;overflow:hidden;box-shadow:var(--shadow)}.auth-art{background:linear-gradient(145deg,var(--green-900),var(--green-950));color:#fff;padding:55px;display:flex;flex-direction:column;justify-content:space-between}.auth-art h1{font-size:43px;line-height:1.05;letter-spacing:-.055em;margin:18px 0}.auth-art p{color:#b9ccc3;font-size:12px;line-height:1.7}.auth-points{display:grid;gap:15px}.auth-points span{font-size:10px;display:flex;align-items:center;gap:9px}.auth-points span:before{content:"✓";width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}.auth-form{padding:60px 12%;display:flex;flex-direction:column;justify-content:center}.auth-form h2{font-size:28px;letter-spacing:-.04em;margin:0 0 8px}.auth-form>p{color:var(--muted);font-size:11px;margin:0 0 27px}
.checkout{padding:50px 0 80px}.checkout-progress{display:flex;justify-content:center;gap:0;margin:0 auto 45px;max-width:680px}.progress-step{flex:1;text-align:center;position:relative;color:#9aa49f;font-size:8px;font-weight:800}.progress-step:before{content:"";position:absolute;top:13px;left:-50%;width:100%;height:2px;background:#dde4df}.progress-step:first-child:before{display:none}.progress-step span{position:relative;z-index:1;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e8ece9;margin:0 auto 8px}.progress-step.active{color:var(--green-800)}.progress-step.active span{background:var(--green-900);color:#fff}.progress-step.active:before{background:var(--green-900)}.checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:25px}.checkout-card{background:#fff;border-radius:21px;padding:28px}.checkout-card h2{font-size:19px;margin:0 0 22px}.order-mini{display:flex;gap:11px;padding:11px 0;border-bottom:1px solid var(--line)}.order-mini img{width:50px;height:50px;object-fit:contain;background:#f6f8f5;border-radius:9px}.order-mini div{flex:1}.order-mini strong{font-size:9px;display:block}.order-mini small{font-size:8px;color:var(--muted)}.order-mini b{font-size:10px}.checkout-success{text-align:center;background:#fff;border-radius:28px;padding:70px 30px;max-width:700px;margin:auto}.success-mark{width:75px;height:75px;border-radius:50%;background:var(--green-50);color:var(--green-700);font-size:32px;display:grid;place-items:center;margin:0 auto 22px}.checkout-success h1{font-size:35px;letter-spacing:-.05em;margin:0 0 12px}.checkout-success p{color:var(--muted);font-size:11px}.success-actions{display:flex;justify-content:center;gap:10px;margin-top:25px}
.account-layout{display:grid;grid-template-columns:220px 1fr;gap:28px;padding:50px 0 80px}.account-nav{background:#fff;border-radius:20px;padding:13px;height:max-content;position:sticky;top:100px}.account-user{padding:15px 12px 19px;border-bottom:1px solid var(--line);margin-bottom:8px}.avatar{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--green-100);color:var(--green-800);font-weight:800;margin-bottom:10px}.account-user strong{display:block;font-size:11px}.account-user small{font-size:8px;color:var(--muted)}.account-nav a,.account-nav button{width:100%;border:0;background:none;display:flex;align-items:center;padding:11px 12px;border-radius:10px;font-size:9px;font-weight:700;cursor:pointer}.account-nav a:hover,.account-nav a.active,.account-nav button:hover{background:var(--green-50);color:var(--green-800)}.dashboard-welcome{background:var(--green-900);color:#fff;border-radius:22px;padding:30px;margin-bottom:20px}.dashboard-welcome h1{margin:0 0 8px;font-size:27px}.dashboard-welcome p{color:#bcd0c6;font-size:10px;margin:0}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat-card{background:#fff;border-radius:17px;padding:20px}.stat-card small{color:var(--muted);font-size:8px}.stat-card strong{display:block;font-size:24px;margin-top:6px}.orders-list{display:grid;gap:13px}.order-card{background:#fff;border-radius:18px;padding:22px;display:grid;grid-template-columns:1fr auto;gap:18px}.order-card h3{font-size:12px;margin:0 0 8px}.order-meta{display:flex;gap:14px;color:var(--muted);font-size:9px}.status{display:inline-flex;padding:6px 9px;border-radius:30px;background:#fff4da;color:#90630c;font-size:8px;font-weight:800}.status.delivered{background:var(--green-50);color:var(--green-700)}.status.cancelled{background:#fff0ef;color:var(--danger)}
.timeline{margin:30px 0;display:grid}.timeline-step{display:grid;grid-template-columns:35px 1fr;gap:13px;min-height:67px;position:relative}.timeline-step:after{content:"";position:absolute;left:13px;top:28px;width:2px;height:40px;background:var(--line)}.timeline-step:last-child:after{display:none}.timeline-dot{width:28px;height:28px;border-radius:50%;background:#e5eae6;display:grid;place-items:center;font-size:10px}.timeline-step.done .timeline-dot,.timeline-step.current .timeline-dot{background:var(--green-900);color:#fff}.timeline-step.current .timeline-dot{box-shadow:0 0 0 5px var(--green-100)}.timeline-step strong{font-size:10px}.timeline-step p{font-size:8px;color:var(--muted);margin:4px 0}
.notification-item{padding:17px 25px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:37px 1fr;gap:12px}.notification-item.unread{background:#f6faf7}.notification-item-icon{width:37px;height:37px;border-radius:11px;background:var(--green-100);display:grid;place-items:center}.notification-item strong{display:block;font-size:10px}.notification-item p{font-size:9px;line-height:1.5;color:var(--muted);margin:4px 0}.notification-item small{font-size:8px;color:#95a19b}
.page-loader{padding:45px 0}.skeleton{background:linear-gradient(90deg,#e9eee9 25%,#f6f8f6 45%,#e9eee9 65%);background-size:300% 100%;animation:shimmer 1.4s infinite;border-radius:24px}.hero-skeleton{height:500px}.skeleton-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:45px}.skeleton-row span{height:260px;border-radius:20px;background:linear-gradient(90deg,#e9eee9 25%,#f6f8f6 45%,#e9eee9 65%);background-size:300% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-150% 0}}
.error-banner{background:#fff1f0;color:#8c342f;padding:14px 16px;border-radius:12px;font-size:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.mobile-nav{display:none}.mobile-catalog-actions{display:none}
.site-footer{background:var(--green-950);color:#fff;padding:62px 0 95px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px}.brand-light .brand-mark{color:#bde6c8}.brand-light .brand-copy small{color:#8eaaa0}.footer-brand p{font-size:10px;color:#8eaaa0;line-height:1.7;max-width:280px;margin:18px 0}.footer-grid h3{font-size:10px;margin:6px 0 18px}.footer-grid>div>a:not(.brand){display:block;color:#8eaaa0;font-size:9px;margin:11px 0}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;color:#799289;font-size:8px}
@media(max-width:980px){.desktop-nav{display:none}.hero-shell{grid-template-columns:1.1fr .9fr}.hero-copy{padding:55px 20px 55px 45px}.hero-product.one{right:100px}.hero-product.two{right:-45px}.category-row{grid-template-columns:repeat(4,1fr)}.category-row .category-card:nth-child(n+9){display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}.benefits{grid-template-columns:1fr 1fr;gap:20px}.benefit:nth-child(2){border:0}.catalog-layout{grid-template-columns:190px 1fr}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:25px}}
@media(max-width:720px){body{padding-bottom:70px}.container{width:min(100% - 24px,var(--container))}.announcement{display:none}.site-header{height:68px}.brand-mark{width:37px;height:37px}.brand-copy strong{font-size:14px}.brand-copy small{font-size:7px}.header-inner{gap:8px}.header-actions{margin-left:auto}.desktop-account,.cart-label{display:none}.icon-button{width:38px;height:38px}.cart-button{width:40px;height:40px;padding:0;position:relative}.cart-count{position:absolute;right:-4px;top:-4px;min-width:17px;height:17px;font-size:8px;border:2px solid var(--cream)}.hero{padding:14px 0 22px}.hero-shell{display:block;min-height:auto;border-radius:25px}.hero-copy{padding:35px 24px 32px}.hero h1{font-size:42px}.hero-copy>p{font-size:12px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .btn{padding:0 10px}.hero-note{gap:10px;justify-content:space-between}.hero-note span{font-size:8px}.hero-visual{height:260px;min-height:0}.hero-blob{width:290px;height:290px;right:-35px;top:-5px}.hero-product.one{width:130px;height:155px;right:48%;top:25px}.hero-product.two{width:125px;height:145px;right:8%;top:70px}.hero-product.three{width:90px;height:100px;right:38%;top:158px}.floating-pill{top:10px;right:13px}.search-strip{display:none}.section{padding:54px 0}.section-sm{padding:42px 0}.section-head{align-items:start}.section-title{font-size:29px}.section-subtitle{font-size:11px}.category-row{display:flex;overflow:auto;margin-right:-12px;padding-right:12px;scrollbar-width:none}.category-card{flex:0 0 115px}.category-icon{width:70px;height:62px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{padding:8px;border-radius:17px}.product-media{height:155px;border-radius:12px}.product-info{padding:10px 3px 3px}.product-name{font-size:10px;height:34px}.product-price{font-size:14px}.add-btn{width:34px;height:34px}.benefits{grid-template-columns:1fr;padding:23px;gap:0}.benefit{border:0;border-bottom:1px solid rgba(255,255,255,.1);padding:16px 7px}.services-teaser{grid-template-columns:1fr}.service-intro{padding:27px}.service-intro h2{font-size:29px}.service-cards{gap:10px}.service-card{padding:20px;min-height:215px}.page-hero{padding:18px 0 30px}.page-hero-inner{padding:35px 24px;border-radius:23px}.page-hero h1{font-size:37px}.catalog-layout{display:block}.filter-panel{display:none}.catalog-toolbar{position:sticky;top:68px;z-index:20;background:var(--cream);padding:10px 0}.catalog-toolbar .select{display:none}.mobile-catalog-actions{display:flex;gap:7px}.mobile-catalog-actions .btn{min-height:39px;padding:0 12px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-grid .category-icon{height:110px}.product-detail{grid-template-columns:1fr;gap:27px;padding:25px 0 50px}.detail-media{min-height:350px}.detail-media img{height:320px}.detail-content{padding:0 7px}.detail-content h1{font-size:31px}.detail-actions .btn{flex:1}.auth-layout{display:block;margin:20px auto 50px;min-height:0}.auth-art{padding:35px 28px}.auth-art h1{font-size:32px}.auth-points{display:none}.auth-form{padding:38px 25px}.checkout{padding:30px 0 50px}.checkout-progress{margin-bottom:30px}.progress-step{font-size:7px}.checkout-grid{grid-template-columns:1fr}.checkout-card{padding:21px}.form-row{grid-template-columns:1fr}.account-layout{display:block;padding:25px 0 55px}.account-nav{position:static;margin-bottom:17px;display:flex;overflow:auto;padding:7px}.account-user{display:none}.account-nav a,.account-nav button{width:auto;white-space:nowrap}.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-stats .stat-card:last-child{grid-column:1/-1}.order-card{padding:17px}.order-meta{flex-wrap:wrap}.site-footer{padding:50px 0 40px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{display:grid;gap:8px}.mobile-nav{position:fixed;z-index:60;bottom:0;left:0;right:0;height:70px;background:rgba(255,255,255,.96);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom);backdrop-filter:blur(15px)}.mobile-nav a,.mobile-nav button{border:0;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:7px;color:#68766f}.mobile-nav svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.mobile-nav .active{color:var(--green-800);font-weight:800}.mobile-search-orb{width:40px;height:40px;margin-top:-24px;border-radius:50%;display:grid;place-items:center;background:var(--green-900);color:#fff;box-shadow:0 6px 15px rgba(18,60,47,.25)}.mobile-search-orb svg{width:18px}.search-modal{padding:0}.search-panel{height:100dvh;max-height:none;border-radius:0}.drawer{width:100%}.toast-region{bottom:85px;left:12px;right:12px}.toast{min-width:0;max-width:none}.hero-skeleton{height:600px}.skeleton-row{grid-template-columns:1fr 1fr}.skeleton-row span{height:220px}}
@media(max-width:390px){.brand-copy small{display:none}.hero h1{font-size:37px}.hero-actions{grid-template-columns:1fr}.hero-note span:last-child{display:none}.product-media{height:135px}.service-cards{grid-template-columns:1fr}.category-grid .category-icon{height:95px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* ─────────────────────────────────────────────────────────────
   Identité marocaine contemporaine — Atlas, argile et zellige
   ───────────────────────────────────────────────────────────── */
:root{
  --green-950:#102f28;--green-900:#17473a;--green-800:#205b4b;--green-700:#2c725e;
  --green-100:#dce9df;--green-50:#edf4ed;--cream:#f7f1e7;--white:#fffdf8;
  --ink:#29241e;--muted:#756e64;--line:#e3d7c8;--warm:#d49a33;--danger:#a9473f;
  --terracotta:#bd6848;--terracotta-soft:#f1ded2;--sand:#eadac5;
  --shadow:0 20px 52px rgba(55,43,29,.10);--shadow-sm:0 9px 28px rgba(55,43,29,.08);
  --radius-xl:32px;--radius-lg:22px;--radius-md:14px;
}
body{font-family:"DM Sans",system-ui,sans-serif;background-color:var(--cream);background-image:radial-gradient(circle at 1px 1px,rgba(54,82,65,.035) 1px,transparent 0);background-size:22px 22px}
h1,h2,.section-title,.auth-art h1,.checkout-success h1,.detail-content h1{font-family:"Fraunces",Georgia,serif;font-weight:700;letter-spacing:-.035em}
.announcement{height:38px;background:var(--terracotta);color:#fff8ef}.announcement-inner:after{content:"✦";position:absolute;left:50%;transform:translateX(-50%);opacity:.65}.pulse-dot{background:#f5d384;box-shadow:0 0 0 4px rgba(245,211,132,.17)}
.site-header{height:82px;background:rgba(247,241,231,.94);border-bottom-color:rgba(162,129,94,.18)}
.brand-mark{color:var(--terracotta);filter:drop-shadow(0 4px 8px rgba(136,71,46,.13))}.brand-copy strong{font-family:"Fraunces",Georgia,serif;font-size:19px;color:var(--green-950)}.brand-copy small{color:#9a755d;letter-spacing:.16em}
.desktop-nav a{color:#64594e}.desktop-nav a:hover,.desktop-nav a.active{color:var(--terracotta)}.desktop-nav a.active:after{width:18px;height:3px;border-radius:2px;background:var(--warm);bottom:-14px}
.icon-button{background:rgba(255,253,248,.82);border-color:#dfd0bf}.icon-button:hover{background:#fff9ef;border-color:#c99676;color:var(--terracotta)}.cart-button{background:var(--green-900);box-shadow:0 8px 20px rgba(23,71,58,.18)}.cart-count{background:#f4cf84;color:#4d3515}
.eyebrow{color:var(--terracotta);letter-spacing:.16em}.eyebrow:before{width:27px;height:1px}.section-title{color:var(--green-950)}.text-link{color:var(--terracotta)}
.btn{border-radius:9px;letter-spacing:.015em}.btn-primary{background:var(--green-900);box-shadow:0 11px 25px rgba(23,71,58,.18)}.btn-primary:hover{background:var(--terracotta)}.btn-secondary{background:#fffaf2;border-color:#d9c7b4}.btn-soft{background:var(--terracotta-soft);color:#88452f}
.hero{padding-top:32px}.hero-shell{min-height:535px;border:1px solid rgba(176,129,90,.14);background:linear-gradient(125deg,#eadac5 0%,#f2e7d7 48%,#e4d2bb 100%);border-radius:38px;box-shadow:0 22px 60px rgba(78,52,29,.08)}
.hero-shell:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:linear-gradient(45deg,transparent 46%,#b76b48 47%,#b76b48 53%,transparent 54%),linear-gradient(-45deg,transparent 46%,#b76b48 47%,#b76b48 53%,transparent 54%);background-size:28px 28px;mask-image:linear-gradient(to right,transparent 50%,#000 100%)}
.hero-copy{padding-top:68px}.hero-label{background:#fff8ec;border-color:#ead2b7;color:#966044;border-radius:7px}.hero h1{font-family:"Fraunces",Georgia,serif;color:var(--green-950);font-size:clamp(45px,5.3vw,72px);line-height:.94;letter-spacing:-.048em}.hero h1 em{color:var(--terracotta);position:relative}.hero h1 em:after{content:"";position:absolute;left:2%;right:0;bottom:-4px;height:5px;background:var(--warm);opacity:.55;border-radius:50%}
.hero-copy>p{color:#695f54}.hero-note span{color:#6f6458}.hero-note svg{stroke:var(--terracotta)}
.hero-blob{border-radius:50% 50% 12% 12%/42% 42% 10% 10%;background:rgba(255,250,240,.64);border:1px solid rgba(183,107,72,.11)}
.hero-product{border:1px solid #ead8c5;border-radius:90px 90px 22px 22px;background:#fffaf2;box-shadow:0 25px 48px rgba(86,52,31,.15)}.floating-pill{border-radius:7px;border:1px solid #ead4bd;background:#fffaf3}.floating-pill span{background:#f1ded2;color:var(--terracotta)}
.search-box{border:1px solid #decbb6;border-radius:15px;background:#fffaf3}.search-box>svg{stroke:var(--terracotta)}
.category-card{border-color:#e5d6c5;background:#fffaf3;border-radius:70px 70px 18px 18px;padding-top:12px}.category-card:hover{border-color:#d8b99f;box-shadow:0 16px 34px rgba(98,62,36,.11)}.category-icon{border-radius:60px 60px 15px 15px;background:#f3e8d9}.category-card strong{color:#42372d}
.category-grid{gap:19px}.category-grid .category-card{border-radius:100px 100px 22px 22px;padding:15px 14px 24px}.category-grid .category-icon{border-radius:90px 90px 18px 18px}
.soft-section{background:#efe4d5;border-block:1px solid rgba(179,137,99,.12)}
.product-grid{gap:20px}.product-card{background:#fffaf3;border-color:#e4d5c3;border-radius:22px;padding:11px}.product-card:hover{box-shadow:0 22px 48px rgba(86,54,31,.13);border-color:#d9b899}.product-media{background:#f0e5d7;border-radius:17px}.product-media:after{content:"";position:absolute;inset:auto 12px 9px;height:1px;background:linear-gradient(90deg,transparent,#c69a76,transparent);opacity:.45}.product-category{color:var(--terracotta);letter-spacing:.12em}.product-name{color:#3b332b}.product-price{color:var(--green-950)}.add-btn,.qty-control{background:var(--terracotta);border-radius:9px}.add-btn:hover{background:var(--green-800)}.stock-badge{color:var(--green-700);background:#fffaf3}
.benefits{background:var(--green-900);border-radius:38px 38px 15px 15px;position:relative;overflow:hidden}.benefits:before{content:"";position:absolute;inset:0;opacity:.09;background-image:linear-gradient(45deg,transparent 43%,#fff 44%,#fff 48%,transparent 49%),linear-gradient(-45deg,transparent 43%,#fff 44%,#fff 48%,transparent 49%);background-size:30px 30px}.benefit{position:relative}.benefit-icon{background:rgba(233,205,163,.14);border:1px solid rgba(240,213,171,.13)}.benefit-icon svg{stroke:#efc98f}
.service-intro{background:#dcc7ad;border-radius:70px 70px 24px 24px}.service-card{background:#fffaf3;border:1px solid #e4d2bd;border-radius:70px 70px 22px 22px;box-shadow:none}.service-card:nth-child(2){background:#eed8ca}.service-icon{background:#f1ded2;color:var(--terracotta);border-radius:50% 50% 12px 12px}
.page-hero-inner{background:var(--green-900);border-radius:75px 75px 25px 25px;border-bottom:6px solid var(--terracotta)}.page-hero-inner:before{content:"";position:absolute;inset:0;opacity:.065;background-image:linear-gradient(45deg,transparent 46%,#fff 47%,#fff 53%,transparent 54%),linear-gradient(-45deg,transparent 46%,#fff 47%,#fff 53%,transparent 54%);background-size:32px 32px}.page-hero h1,.page-hero p,.breadcrumb{position:relative;z-index:1}
.filter-panel{background:#f1e7d9;border:1px solid #e3d2bd;border-radius:18px;padding:22px}.select,.field input,.field textarea,.field select{background:#fffaf3;border-color:#ddcbb7}
.detail-media{background:#fffaf3;border:1px solid #e3d1bd;border-radius:120px 120px 28px 28px}.availability{background:#dfeadf}.checkout-card,.stat-card,.order-card,.account-nav,.modal,.search-panel,.drawer{background:#fffaf3;border:1px solid #e2d2bf}.auth-layout{background:#fffaf3;border:1px solid #dfcbb4}.auth-art{background:linear-gradient(145deg,#17473a,#102f28);position:relative}.auth-art:after{content:"";position:absolute;inset:0;opacity:.08;background-image:linear-gradient(45deg,transparent 45%,#fff 46%,#fff 52%,transparent 53%),linear-gradient(-45deg,transparent 45%,#fff 46%,#fff 52%,transparent 53%);background-size:34px 34px}.auth-art>*{position:relative;z-index:1}.dashboard-welcome{background:var(--terracotta);border-radius:45px 45px 18px 18px}
.mobile-nav{background:rgba(255,250,242,.97);border-top-color:#ddcbb7}.mobile-search-orb{background:var(--terracotta)}
.site-footer{background:var(--green-950);position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;inset:0;opacity:.045;background-image:linear-gradient(45deg,transparent 43%,#fff 44%,#fff 49%,transparent 50%),linear-gradient(-45deg,transparent 43%,#fff 44%,#fff 49%,transparent 50%);background-size:38px 38px}.footer-grid,.footer-bottom{position:relative}.brand-light .brand-mark{color:#e9b888}
@media(max-width:720px){.site-header{height:70px}.hero-shell{border-radius:60px 60px 24px 24px}.hero-shell:before{opacity:.12}.hero h1{font-size:43px}.hero-product{border-radius:60px 60px 18px 18px}.category-card{border-radius:55px 55px 16px 16px}.product-grid{gap:12px}.product-card{border-radius:18px}.product-media{background:#f1e5d6}.benefits{border-radius:45px 45px 18px 18px}.service-intro,.service-card{border-radius:48px 48px 20px 20px}.page-hero-inner{border-radius:52px 52px 22px 22px}.filter-panel{border-radius:16px}.detail-media{border-radius:80px 80px 24px 24px}}

/* ─────────────────────────────────────────────────────────────
   Couleurs officielles — Bleu Repère & Jaune solaire
   ───────────────────────────────────────────────────────────── */
:root{
  --green-950:#07185f;--green-900:#09267f;--green-800:#0c3ca5;--green-700:#1557c8;
  --green-100:#dbe7ff;--green-50:#eff4ff;--cream:#f7f8fc;--white:#fff;
  --ink:#081957;--muted:#66708c;--line:#dfe4ef;--warm:#ffc400;--danger:#d83939;
  --terracotta:#1148bc;--terracotta-soft:#e5edff;--sand:#eef3ff;
  --shadow:0 20px 55px rgba(7,24,95,.10);--shadow-sm:0 9px 28px rgba(7,24,95,.08);
}
body{font-family:"DM Sans",system-ui,sans-serif;background-color:#f7f8fc;background-image:radial-gradient(circle at 1px 1px,rgba(10,51,150,.035) 1px,transparent 0)}
h1,h2,.section-title,.auth-art h1,.checkout-success h1,.detail-content h1,.hero h1{font-family:"DM Sans",system-ui,sans-serif;font-weight:700;letter-spacing:-.055em}
.announcement{background:var(--green-900);color:#fff}.announcement-inner:after{color:var(--warm)}.pulse-dot{background:var(--warm);box-shadow:0 0 0 4px rgba(255,196,0,.18)}
.site-header{background:rgba(255,255,255,.96);border-bottom-color:#e6e9f1}.brand{height:68px}.official-logo{display:block;width:112px;height:68px;object-fit:contain;mix-blend-mode:multiply}.footer-logo{width:145px;height:104px;mix-blend-mode:normal;border-radius:14px;background:#fff;padding:3px}
.desktop-nav a{color:#3f4969}.desktop-nav a:hover,.desktop-nav a.active{color:var(--green-800)}.desktop-nav a.active:after{background:var(--warm)}
.icon-button{background:#fff;border-color:#e1e5ef}.icon-button:hover{background:#f3f6ff;border-color:#afc4ef;color:var(--green-700)}.cart-button{background:var(--green-900);box-shadow:0 8px 20px rgba(7,24,95,.20)}.cart-count{background:var(--warm);color:var(--green-950)}
.eyebrow,.text-link,.product-category{color:var(--green-700)}.btn-primary{background:var(--green-800);box-shadow:0 11px 25px rgba(12,60,165,.19)}.btn-primary:hover{background:var(--green-900)}.btn-secondary{background:#fff;border-color:#dce2ef}.btn-soft{background:#e7efff;color:var(--green-800)}
.hero-shell{background:linear-gradient(125deg,#f7f9ff 0%,#eef4ff 52%,#e2ebff 100%);border-color:#dce5f7;box-shadow:0 22px 60px rgba(7,24,95,.08)}
.hero-shell:before{background-image:linear-gradient(45deg,transparent 46%,#174fc1 47%,#174fc1 53%,transparent 54%),linear-gradient(-45deg,transparent 46%,#174fc1 47%,#174fc1 53%,transparent 54%);opacity:.1}.hero-label{background:#fff;border-color:#dce5f6;color:var(--green-800)}.hero h1{color:var(--green-950)}.hero h1 em{color:var(--green-700)}.hero h1 em:after{background:var(--warm);opacity:1}.hero-copy>p,.hero-note span{color:#5e6885}.hero-note svg{stroke:var(--green-700)}
.hero-blob{background:rgba(255,255,255,.75);border-color:#dfe7f6}.hero-product{background:#fff;border-color:#dce4f2;box-shadow:0 25px 48px rgba(7,24,95,.13)}.floating-pill{background:#fff;border-color:#dde5f4}.floating-pill span{background:#fff2b6;color:var(--green-900)}
.search-box{background:#fff;border-color:#dce2ef}.search-box>svg{stroke:var(--green-700)}
.category-card,.category-grid .category-card{background:#fff;border-color:#dfe4ef}.category-card:hover{border-color:#a9bfe9;box-shadow:0 16px 34px rgba(7,24,95,.10)}.category-icon{background:#f0f4fc}.category-card strong{color:var(--green-950)}
.soft-section{background:#eef3ff;border-block-color:#dde7fb}.product-card{background:#fff;border-color:#e0e5ef}.product-card:hover{border-color:#b7c8e8;box-shadow:0 22px 48px rgba(7,24,95,.12)}.product-media{background:#f3f6fb}.product-media:after{background:linear-gradient(90deg,transparent,var(--warm),transparent)}.product-name,.product-price{color:var(--green-950)}.add-btn,.qty-control{background:var(--green-800)}.add-btn:hover{background:var(--green-950)}
.benefits{background:linear-gradient(135deg,var(--green-900),#07185f)}.benefit-icon{background:rgba(255,196,0,.13);border-color:rgba(255,196,0,.2)}.benefit-icon svg{stroke:var(--warm)}
.service-intro{background:#fff1ad}.service-card{background:#fff;border-color:#dfe5f1}.service-card:nth-child(2){background:#edf3ff}.service-icon{background:#fff2b6;color:var(--green-800)}
.page-hero-inner{background:linear-gradient(135deg,var(--green-900),#0a3baf);border-bottom-color:var(--warm)}.filter-panel{background:#f1f5fd;border-color:#dfe5f0}.select,.field input,.field textarea,.field select{background:#fff;border-color:#dce2ed}.detail-media,.checkout-card,.stat-card,.order-card,.account-nav,.modal,.search-panel,.drawer,.auth-layout{background:#fff;border-color:#dfe5ef}.dashboard-welcome{background:linear-gradient(135deg,var(--green-800),var(--green-900))}.auth-art{background:linear-gradient(145deg,#0b43b4,#06185f)}
.mobile-nav{background:rgba(255,255,255,.98);border-top-color:#dfe4ef}.mobile-search-orb{background:var(--green-800)}
.site-footer{background:var(--green-950)}.brand-light{height:auto}
@media(max-width:720px){.brand{height:62px}.official-logo{width:90px;height:61px}.footer-logo{width:126px;height:92px}.hero-shell{background:linear-gradient(145deg,#f8faff,#e7efff)}.product-media{background:#f3f6fb}}

/* ─────────────────────────────────────────────────────────────
   Premium delivery experience — identité officielle conservée
   ───────────────────────────────────────────────────────────── */
body{background:#f6f8fc;background-image:none}
.container{width:min(1240px,calc(100% - 42px))}
.announcement{height:36px;background:#06185f}.announcement-inner{font-size:10px;letter-spacing:.075em}.announcement-inner:after{color:#ffc400}
.site-header{height:84px;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(9,38,127,.07);box-shadow:0 8px 30px rgba(7,24,95,.035);backdrop-filter:blur(20px)}
.header-inner{gap:38px}.official-logo{width:118px;height:72px}.desktop-nav{gap:32px}.desktop-nav a{font-size:12px;font-weight:700}.desktop-nav a.active:after{width:22px;height:3px;bottom:-15px}
.icon-button{width:43px;height:43px;box-shadow:0 5px 17px rgba(7,24,95,.045)}.cart-button{height:46px;padding-inline:18px;border-radius:14px;background:linear-gradient(135deg,#0d3dac,#071d73)}
.section{padding:92px 0}.section-sm{padding:64px 0}.section-title{font-size:clamp(31px,4vw,46px)}.section-subtitle{font-size:13px}.eyebrow{color:#154bc0;font-size:10px}.eyebrow:before{background:#ffc400;height:3px;border-radius:4px}
.hero{padding:34px 0 0}.hero-shell{min-height:570px;border:0;border-radius:30px;background:radial-gradient(circle at 78% 35%,rgba(39,102,229,.85),transparent 31%),linear-gradient(135deg,#06185f 0%,#0a2f96 50%,#0d49c5 100%);box-shadow:0 30px 80px rgba(7,24,95,.22)}
.hero-shell:before{opacity:.065;background-image:linear-gradient(45deg,transparent 46%,#fff 47%,#fff 50%,transparent 51%),linear-gradient(-45deg,transparent 46%,#fff 47%,#fff 50%,transparent 51%);background-size:34px 34px;mask-image:linear-gradient(to right,transparent 30%,#000 100%)}
.hero-copy{padding:76px 28px 70px 72px}.hero-label{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff;border-radius:30px;backdrop-filter:blur(8px)}
.hero h1{color:#fff;font-size:clamp(48px,5.5vw,74px);line-height:.95;letter-spacing:-.065em;margin-top:26px}.hero h1 em{color:#ffc400}.hero h1 em:after{background:#ffc400;height:4px;bottom:-7px}.hero-copy>p{color:#d9e4ff;font-size:15px;max-width:540px}.hero-note span{color:#d7e3ff}.hero-note svg{stroke:#ffc400}
.hero-actions .btn-primary{background:#ffc400;color:#07185f;box-shadow:0 14px 30px rgba(0,0,0,.2)}.hero-actions .btn-primary:hover{background:#fff;transform:translateY(-3px)}.hero-actions .btn-secondary{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25);color:#fff;backdrop-filter:blur(8px)}.hero-actions .btn-secondary:hover{background:rgba(255,255,255,.18)}
.hero-visual{min-height:500px}.hero-blob{width:480px;height:480px;right:-8px;top:38px;border-radius:50%;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 0 70px rgba(255,255,255,.06)}
.hero-product{background:#fff;border:0;border-radius:24px;box-shadow:0 28px 65px rgba(0,0,0,.25)}.hero-product.one{transform:rotate(-6deg)}.hero-product.two{transform:rotate(6deg)}.hero-product.three{transform:rotate(2deg)}
.floating-pill{background:#fff;border:0;border-radius:14px;box-shadow:0 18px 38px rgba(0,0,0,.2);color:#07185f}.floating-pill span{background:#fff1ad;color:#09267f}
.search-strip{margin-top:-35px}.search-box{height:82px;border:0;border-radius:18px;box-shadow:0 22px 55px rgba(7,24,95,.15);padding-left:26px}.search-box .btn{height:60px;border-radius:13px;background:#0a3ca8}.search-box input{font-size:13px}
.category-row{gap:15px}.category-card,.category-grid .category-card{background:#fff;border:1px solid #e7ebf3;border-radius:22px;padding:14px 11px 18px;box-shadow:0 8px 24px rgba(7,24,95,.045)}.category-card:hover{border-color:#b9c9ed;box-shadow:0 18px 40px rgba(7,24,95,.11);transform:translateY(-6px)}.category-icon,.category-grid .category-icon{border-radius:17px;background:linear-gradient(145deg,#f5f7fc,#eef3fc)}.category-card strong{font-size:10px}.category-grid{gap:18px}
.soft-section{background:#eef3fd;border:0}.product-grid{gap:20px}.product-card{border:0;border-radius:22px;padding:11px;background:#fff;box-shadow:0 9px 30px rgba(7,24,95,.06)}.product-card:hover{box-shadow:0 24px 55px rgba(7,24,95,.14);transform:translateY(-7px)}.product-media{height:215px;border-radius:17px;background:linear-gradient(145deg,#f7f9fd,#edf2f9)}.product-media:after{display:none}.product-name{font-size:12px}.product-price{font-size:17px}.add-btn,.qty-control{border-radius:12px;background:linear-gradient(135deg,#164fc0,#09267f);box-shadow:0 8px 18px rgba(9,38,127,.18)}
.benefits{padding:38px;background:linear-gradient(120deg,#06185f,#0b3dab);border-radius:26px;box-shadow:0 25px 60px rgba(7,24,95,.18)}.benefits:before{opacity:.035}.benefit-icon{border-radius:14px;background:rgba(255,196,0,.13)}
.services-teaser{gap:22px}.service-intro{border-radius:26px;background:linear-gradient(145deg,#ffe36d,#ffc400);box-shadow:0 20px 50px rgba(183,139,0,.16)}.service-intro .eyebrow{color:#09267f}.service-intro .section-subtitle{color:#39415a}.service-card{border:0;border-radius:24px;background:#fff;box-shadow:0 12px 35px rgba(7,24,95,.07)}.service-card:nth-child(2){background:#eef4ff}.service-icon{border-radius:15px;background:#e3ecff;color:#0b3ba5}
.page-hero{padding-top:38px}.page-hero-inner{border:0;border-radius:27px;background:radial-gradient(circle at 85% 20%,rgba(44,107,229,.9),transparent 28%),linear-gradient(135deg,#06185f,#0b3ca9);box-shadow:0 25px 60px rgba(7,24,95,.18)}.page-hero-inner:before{opacity:.04}.filter-panel{background:#fff;border:0;border-radius:20px;padding:24px;box-shadow:0 10px 32px rgba(7,24,95,.055)}
.detail-media{border:0;border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(7,24,95,.08)}.checkout-card,.stat-card,.order-card,.account-nav,.modal,.search-panel,.drawer,.auth-layout{border:0;box-shadow:0 14px 44px rgba(7,24,95,.075)}
.auth-layout{border-radius:28px}.auth-art{background:radial-gradient(circle at 75% 20%,rgba(45,105,226,.8),transparent 28%),linear-gradient(145deg,#0a42b6,#06185f)}.dashboard-welcome{border-radius:22px;background:linear-gradient(135deg,#0c48bd,#071e74)}
.site-footer{background:linear-gradient(145deg,#06185f,#041044)}.footer-logo{box-shadow:0 12px 28px rgba(0,0,0,.18)}
@media(max-width:720px){.container{width:calc(100% - 24px)}.site-header{height:70px}.official-logo{width:94px;height:63px}.hero{padding-top:15px}.hero-shell{min-height:auto;border-radius:24px;background:radial-gradient(circle at 70% 72%,rgba(38,99,222,.7),transparent 28%),linear-gradient(155deg,#06185f,#0b3fae)}.hero-copy{padding:36px 24px 34px}.hero h1{font-size:43px;color:#fff}.hero-copy>p{color:#d9e4ff}.hero-actions .btn-secondary{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25)}.hero-note span{color:#dce6ff}.hero-visual{height:270px}.hero-blob{width:300px;height:300px}.search-strip{display:none}.category-card{border-radius:18px}.product-grid{gap:11px}.product-card{border-radius:18px}.product-media{height:152px}.benefits{border-radius:22px}.service-intro,.service-card{border-radius:22px}.page-hero-inner{border-radius:23px}.mobile-nav{box-shadow:0 -8px 28px rgba(7,24,95,.07)}}

/* Lisibilite premium — echelle typographique confortable */
html{font-size:16px}
body{font-size:16px;line-height:1.6}
.announcement-inner{font-size:12px}
.desktop-nav a{font-size:14px}
.cart-label{font-size:14px}
.cart-count{font-size:11px}
.hero-label,.eyebrow{font-size:12px}
.hero-copy>p{font-size:17px;line-height:1.75}
.hero-note span{font-size:12px}
.btn{font-size:14px}
.section-subtitle{font-size:15px;line-height:1.7}
.text-link{font-size:14px}
.category-card strong{font-size:13px;line-height:1.35}
.product-category{font-size:11px}
.product-name{font-size:15px;line-height:1.45;height:44px}
.product-price{font-size:20px}
.old-price{font-size:12px}
.stock-badge{font-size:11px}
.benefit h3{font-size:16px}
.benefit p{font-size:13px;line-height:1.55}
.service-card h3{font-size:18px}
.service-card p,.service-intro p{font-size:14px;line-height:1.65}
.breadcrumb{font-size:12px}
.page-hero p{font-size:15px;line-height:1.7}
.filter-panel h3{font-size:15px}
.filter-option,.catalog-count,.select{font-size:13px}
.field label{font-size:13px}
.field input,.field textarea,.field select{font-size:15px}
.detail-content p{font-size:15px;line-height:1.7}
.availability{font-size:12px}
.checkout-card p,.checkout-success p{font-size:14px}
.order-mini strong{font-size:13px}.order-mini small{font-size:12px}.order-mini b{font-size:13px}
.progress-step{font-size:11px}
.account-user strong{font-size:14px}.account-user small{font-size:12px}
.account-nav a,.account-nav button{font-size:13px}
.dashboard-welcome p{font-size:14px}
.stat-card small{font-size:12px}
.order-card h3{font-size:15px}.order-meta{font-size:12px}.status{font-size:11px}
.timeline-step strong{font-size:14px}.timeline-step p{font-size:12px}
.notification-item strong{font-size:14px}.notification-item p{font-size:13px}.notification-item small{font-size:11px}
.footer-brand p{font-size:13px}.footer-grid h3{font-size:14px}.footer-grid>div>a:not(.brand){font-size:13px}.footer-bottom{font-size:11px}
.error-banner{font-size:13px}

@media(max-width:720px){
  body{font-size:15px}
  .hero-copy>p{font-size:15px;line-height:1.75}
  .hero-note span{font-size:10px}
  .hero-actions .btn{font-size:13px}
  .section-subtitle{font-size:14px}
  .category-card strong{font-size:12px}
  .product-name{font-size:13px;line-height:1.4;height:39px}
  .product-price{font-size:17px}
  .product-category{font-size:10px}
  .benefit h3{font-size:15px}.benefit p{font-size:12px}
  .mobile-nav a,.mobile-nav button{font-size:9px}
  .progress-step{font-size:9px}
  .footer-grid h3{font-size:14px}.footer-grid>div>a:not(.brand){font-size:12px}
}

/* Services — univers réels Mon Repère */
.services-universe-visual .services-orbit.four{right:4%;bottom:1%;transform:rotate(7deg)}
.services-experiences-section{padding-bottom:0}.services-experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.experience-card{position:relative;min-height:318px;display:flex;flex-direction:column;align-items:flex-start;padding:30px;border:1px solid #dfe6f2;border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 17px 44px rgba(7,24,95,.08);transition:transform .25s,box-shadow .25s,border-color .25s}.experience-card:before{content:"";position:absolute;right:-55px;bottom:-70px;width:180px;height:180px;border-radius:50%;background:var(--experience-glow,#edf3ff)}.experience-card:hover{transform:translateY(-6px);border-color:#f6c335;box-shadow:0 26px 58px rgba(7,24,95,.14)}.experience-number{position:absolute;right:24px;top:22px;color:rgba(7,24,95,.08);font-size:45px;font-weight:900}.experience-icon{position:relative;width:62px;height:62px;display:grid;place-items:center;margin-bottom:24px;border-radius:19px;background:var(--experience-color,#123ca8);color:#fff;font-size:27px;box-shadow:0 12px 27px color-mix(in srgb,var(--experience-color,#123ca8) 28%,transparent)}.experience-card .service-tag{position:relative}.experience-card h3{position:relative;margin:8px 0 10px;color:#07185f;font-size:25px;line-height:1.08}.experience-card p{position:relative;max-width:360px;margin:0 0 22px;color:#687592;font-size:12px;line-height:1.7}.experience-action,.experience-place{position:relative;margin-top:auto}.experience-action{display:inline-flex;align-items:center;gap:9px;padding:0;border:0;background:none;color:#1557c8;font:800 11px/1 inherit;cursor:pointer}.experience-action svg{width:15px}.experience-place{padding:9px 12px;border-radius:999px;background:#f2f5fa;color:#53617d;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.experience-superette{--experience-color:#123ca8;--experience-glow:#e5edff}.experience-pharmacy{--experience-color:#169447;--experience-glow:#e0f7e8}.experience-pressing{--experience-color:#1689a2;--experience-glow:#e2f6fa}.experience-cafe{--experience-color:#7d311c;--experience-glow:#f9e8df}.experience-bakery{--experience-color:#ef5c13;--experience-glow:#fff0df}.experience-conference{--experience-color:#c68a08;--experience-glow:#fff5d2}
.services-facility-bar{display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#04144f,#092c8d);box-shadow:0 22px 50px rgba(7,24,95,.17)}.services-facility-bar>div{display:flex;align-items:center;gap:13px;padding:24px 20px;border-right:1px solid rgba(255,255,255,.13)}.services-facility-bar>div:last-child{border-right:0}.services-facility-bar>div>span{width:43px;height:43px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #ffc400;border-radius:50%;color:#ffc400;font-size:20px}.services-facility-bar p{display:grid;gap:4px;margin:0}.services-facility-bar strong{color:#fff;font-size:11px;text-transform:uppercase}.services-facility-bar small{color:#bdcae8;font-size:9px;line-height:1.35}
@media(max-width:900px){.services-experience-grid{grid-template-columns:repeat(2,1fr)}.services-facility-bar{grid-template-columns:repeat(2,1fr)}.services-facility-bar>div:nth-child(2){border-right:0}.services-facility-bar>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}}
@media(max-width:720px){.services-universe-visual .services-orbit.four{right:2%;bottom:-4%}.services-experience-grid{grid-template-columns:1fr;gap:13px}.experience-card{min-height:270px;padding:24px;border-radius:22px}.experience-card h3{font-size:23px}.experience-card p{font-size:11px}.services-facility-bar{margin-top:20px;border-radius:21px}.services-facility-bar>div{padding:18px 12px}.services-facility-bar>div>span{width:37px;height:37px;font-size:17px}.services-facility-bar strong{font-size:9px}.services-facility-bar small{font-size:8px}}

/* ─────────────────────────────────────────────────────────────
   Grocery Atelier — direction premium 2026
   ───────────────────────────────────────────────────────────── */
body{
  background:
    radial-gradient(circle at 8% 4%,rgba(255,196,0,.08),transparent 18%),
    radial-gradient(circle at 92% 22%,rgba(21,87,200,.07),transparent 22%),
    #f6f8fc;
}
.announcement{height:32px;background:#04134f}
.announcement-inner{font-size:10px;font-weight:800;letter-spacing:.105em;text-transform:uppercase}
.site-header{height:88px;border-bottom:1px solid rgba(7,24,95,.065);box-shadow:0 12px 38px rgba(7,24,95,.045)}
.header-inner{gap:42px}.official-logo{width:124px;height:76px}.desktop-nav{gap:38px}
.desktop-nav a{font-size:13px;letter-spacing:.01em}.desktop-nav a.active:after{bottom:-18px;width:28px}
.cart-button{height:48px;padding-inline:20px;border-radius:16px;box-shadow:0 12px 25px rgba(7,24,95,.18)}

.home-hero{padding-top:28px}
.home-hero-shell{
  isolation:isolate;position:relative;min-height:620px;padding:70px 72px;border-radius:38px;
  background:
    radial-gradient(circle at 82% 42%,rgba(57,122,255,.82),transparent 31%),
    radial-gradient(circle at 105% -10%,rgba(255,196,0,.3),transparent 25%),
    linear-gradient(132deg,#03134f 0%,#08277f 52%,#0c49c8 100%);
  box-shadow:0 38px 100px rgba(5,24,87,.25);
}
.home-hero-shell:before{
  content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;pointer-events:none;opacity:.22;
  background-image:radial-gradient(rgba(255,255,255,.55) .7px,transparent .7px);background-size:17px 17px;
  mask-image:linear-gradient(100deg,transparent 20%,#000 72%,transparent 100%);
}
.home-hero-shell:after{
  content:"";position:absolute;z-index:-1;width:380px;height:380px;right:90px;top:120px;border-radius:46% 54% 58% 42%/46% 40% 60% 54%;
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);transform:rotate(18deg);
}
.home-hero-copy .hero-label{padding:10px 15px;border-radius:999px;font-size:10px;letter-spacing:.13em}
.home-hero-copy h1{max-width:660px;margin:28px 0 22px;font-size:clamp(57px,6vw,84px);line-height:.91;letter-spacing:-.075em}
.home-hero-copy h1 em{display:inline-block;position:relative}
.home-hero-copy h1 em:after{content:"";position:absolute;left:2px;right:5px;bottom:-9px;height:5px;border-radius:5px;background:#ffc400;opacity:.92}
.home-hero-copy>p{max-width:560px;color:#e3eaff;font-size:17px;line-height:1.75}
.home-hero-copy .hero-actions{margin-top:34px}.home-hero-copy .btn{min-height:54px;padding-inline:24px;border-radius:15px}
.home-yellow-btn{background:linear-gradient(135deg,#ffd74d,#ffc400);box-shadow:0 16px 35px rgba(0,0,0,.2)}
.home-ghost-btn{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.08)}
.home-trust-row{margin-top:32px}.home-trust-row span{font-size:10px;letter-spacing:.025em}
.home-hero-visual{min-height:470px}.home-orbit{width:470px;height:470px;right:-35px;top:0;border-color:rgba(255,255,255,.15)}
.home-floating-product{padding:10px;border-width:6px;border-radius:28px;box-shadow:0 34px 72px rgba(0,0,0,.28)}
.home-floating-product img{padding:9px}.home-floating-product span{padding:8px 7px 3px;font-size:9px;letter-spacing:.035em}
.home-floating-product.item-1{left:4px;top:32px;width:200px;height:245px;transform:rotate(-8deg)}
.home-floating-product.item-2{right:-18px;top:92px;width:220px;height:260px;transform:rotate(8deg)}
.home-floating-product.item-3{left:130px;bottom:-5px;width:195px;height:220px}
.home-fresh-stamp{
  position:absolute;z-index:6;right:126px;top:-6px;width:102px;height:102px;display:grid;place-content:center;text-align:center;
  border:2px solid #07185f;border-radius:50%;outline:5px solid #ffc400;background:#ffc400;color:#07185f;
  box-shadow:0 15px 35px rgba(0,0,0,.2);transform:rotate(8deg);
}
.home-fresh-stamp:before{content:"✦";font-size:12px}.home-fresh-stamp strong{font-size:20px;line-height:1;text-transform:uppercase;letter-spacing:.04em}.home-fresh-stamp span{margin-top:4px;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.home-catalog-pill{left:-12px;top:292px;padding:14px 19px;border-radius:17px}.home-catalog-pill strong{font-size:23px}
.home-delivery-pill{right:-5px;bottom:3px;padding:14px 18px;border-radius:17px}.home-delivery-pill strong{font-size:12px}

.home-search-wrap{margin-top:-34px}.home-search{min-height:72px;border-radius:22px;box-shadow:0 24px 65px rgba(7,24,95,.16)}
.home-search>b{height:54px;padding-inline:25px;border-radius:15px;background:linear-gradient(135deg,#1557c8,#08277f)}
.home-grocery-ribbon{margin-top:34px;overflow:hidden;border-block:1px solid rgba(7,24,95,.08);background:#ffc400;color:#07185f}
.home-grocery-ribbon>div{min-height:48px;display:flex;align-items:center;justify-content:center;gap:31px;padding-inline:24px;white-space:nowrap}
.home-grocery-ribbon span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.085em}

.home-category-section{padding:72px 0 76px}
.home-category-panel{
  overflow:hidden;padding:54px;border:1px solid rgba(7,24,95,.075);border-radius:34px;
  background:
    radial-gradient(circle at 96% 0%,rgba(255,196,0,.2),transparent 23%),
    linear-gradient(145deg,#fff 0%,#f8faff 100%);
  box-shadow:0 24px 70px rgba(7,24,95,.09);
}
.home-category-panel .eyebrow{color:#1557c8}.home-category-panel .section-title{max-width:680px;color:#07185f;font-size:clamp(34px,4vw,52px)}
.home-category-panel .section-subtitle{color:#6f7991;font-size:14px}.home-category-all{border-color:#d9e2f4;background:#edf3ff;color:#0a3ba6}
.home-category-all:hover{border-color:#ffc400;background:#ffc400;color:#07185f}
.home-category-panel .home-category-grid{gap:14px}
.home-category-panel .home-category-card{border:1px solid #e2e8f2;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(7,24,95,.065)}
.home-category-panel .home-category-card:nth-child(2),.home-category-panel .home-category-card:nth-child(5){background:#fffbeb}
.home-category-panel .home-category-card:hover{border-color:#ffc400;box-shadow:0 23px 48px rgba(7,24,95,.14)}
.home-category-panel .home-category-image{height:170px;background:#f2f5fb}.home-category-panel .home-category-card h3{color:#07185f}
.home-category-panel .home-category-card p{color:#69758e}

.home-promise{border-radius:32px;background:radial-gradient(circle at 94% 8%,rgba(255,196,0,.18),transparent 22%),linear-gradient(135deg,#06185f,#0a3ba9)}
.home-products-section{background:linear-gradient(180deg,#f0f4fc 0%,#f7f9fd 100%)}
.home-products-section .section-title{color:#07185f}.home-products-section .product-card{box-shadow:0 13px 38px rgba(7,24,95,.075)}
.home-benefits{border-radius:28px}.home-services-intro{border-radius:30px}.home-service-list>a{border-radius:25px}

@media(max-width:1050px){
  .home-hero-shell{padding:56px 48px}.home-hero-copy h1{font-size:62px}.home-fresh-stamp{right:108px}
  .home-category-panel{padding:42px}.home-category-panel .home-category-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:720px){
  .announcement{height:28px}.announcement-inner span:last-child{display:none}.site-header{height:70px}.official-logo{width:96px;height:62px}
  .home-hero{padding-top:13px}.home-hero-shell{padding:36px 21px 24px;border-radius:28px;background:radial-gradient(circle at 80% 73%,rgba(57,122,255,.78),transparent 28%),linear-gradient(155deg,#03134f,#0a3eb1)}
  .home-hero-copy h1{margin-top:24px;font-size:46px;line-height:.94}.home-hero-copy h1 em:after{bottom:-5px;height:3px}
  .home-hero-copy>p{font-size:14px}.home-hero-copy .hero-actions{margin-top:27px}.home-trust-row{margin-top:23px;gap:11px}.home-trust-row span{font-size:8px}
  .home-hero-visual{height:310px;margin-top:20px}.home-orbit{width:310px;height:310px;right:-82px}
  .home-floating-product.item-1{left:-2px;top:20px;width:126px;height:157px}.home-floating-product.item-2{right:-5px;top:54px;width:137px;height:172px}.home-floating-product.item-3{left:88px;bottom:0;width:123px;height:146px}
  .home-fresh-stamp{right:89px;top:-4px;width:70px;height:70px;outline-width:3px}.home-fresh-stamp strong{font-size:14px}.home-fresh-stamp span{font-size:5px}.home-fresh-stamp:before{font-size:8px}
  .home-catalog-pill{left:0;top:184px}.home-delivery-pill{bottom:0}
  .home-search-wrap{margin-top:-19px}.home-grocery-ribbon{margin-top:26px;overflow-x:auto}.home-grocery-ribbon>div{width:max-content;min-height:43px;justify-content:flex-start;gap:22px}.home-grocery-ribbon span{font-size:8px}
  .home-category-section{padding:52px 0}.home-category-panel{padding:31px 19px;border-radius:27px}.home-category-panel .section-title{font-size:35px}.home-category-panel .section-subtitle{font-size:13px}
  .home-category-panel .home-category-grid{display:flex}.home-category-panel .home-category-card{flex-basis:72%}.home-category-panel .home-category-image{height:178px}
  .home-promise{border-radius:27px}.home-products-section{padding-top:52px}
}

/* Visuels produits — cadrage plus genereux et meilleure definition */
.product-media{
  background:linear-gradient(145deg,#fff 0%,#f2f6fd 100%);
  border:1px solid rgba(15,65,173,.06);
}
.product-media img{
  width:100%;height:100%;padding:12px;object-fit:contain;
  object-position:center center;
  transform:none;
  filter:saturate(1.08) contrast(1.04);
  transform-origin:center;
}
.product-card:hover .product-media img{transform:scale(1.025)}
.category-icon,.category-grid .category-icon{
  background:linear-gradient(145deg,#fff,#eef3fc);
  border:1px solid rgba(15,65,173,.06);
}
.category-icon img{
  width:100%;height:100%;padding:5px;object-fit:contain;
  object-position:center center;transform:none;
  filter:saturate(1.08) contrast(1.04);
}
.category-card:hover .category-icon img{transform:scale(1.025)}
.category-icon img{transition:transform .3s ease}
.detail-media{overflow:hidden;background:linear-gradient(145deg,#fff,#f2f6fd)}
.detail-media img{width:94%;height:480px;padding:20px;object-fit:contain;object-position:center;filter:saturate(1.08) contrast(1.04);transform:none}
.hero-product{overflow:hidden}
.hero-product img{padding:8px;object-fit:contain;object-position:center;transform:none;filter:saturate(1.08) contrast(1.04)}
.cart-line img,.search-result img,.order-mini img{
  object-fit:contain;padding:2px;background:#f4f7fc;
  filter:saturate(1.08) contrast(1.04);
}

@media(max-width:720px){
  .product-media img{padding:9px;transform:none}
  .product-card:hover .product-media img{transform:scale(1.02)}
  .category-icon img{padding:4px;transform:none}
  .detail-media img{width:98%;height:330px;padding:14px;transform:none}
}

/* Carte produit premium — compacte, equilibree, image toujours complete */
.product-grid{align-items:start}
.product-card{
  display:flex;flex-direction:column;align-self:start;width:100%;overflow:hidden;
  padding:10px;border:1px solid #e2e8f3;border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);
  box-shadow:0 10px 30px rgba(7,24,95,.075);
}
.product-card:hover{
  border-color:#b9c9ea;box-shadow:0 22px 48px rgba(7,24,95,.14);
  transform:translateY(-5px);
}
.product-media{
  width:100%;height:auto;aspect-ratio:1/1;min-height:0;
  border-radius:18px;border:1px solid #e7ecf5;
  background:linear-gradient(145deg,#fff,#f2f6fc);
}
.product-media img{
  width:100%;height:100%;padding:16px;object-fit:contain;object-position:center;
  transform:none;mix-blend-mode:multiply;
}
.product-card:hover .product-media img{transform:scale(1.02)}
.stock-badge{
  right:11px;top:11px;width:30px;height:30px;
  background:rgba(255,255,255,.94);border:1px solid #e4eaf4;
  box-shadow:0 5px 14px rgba(7,24,95,.08);
}
.product-badge{top:12px;left:12px;font-size:10px;padding:7px 10px;box-shadow:0 6px 16px rgba(255,196,0,.2)}
.product-info{display:flex;flex-direction:column;padding:16px 7px 7px}
.product-category{font-size:11px;letter-spacing:.11em}
.product-name{height:auto;min-height:0;margin:8px 0 0;font-size:15px;line-height:1.45}
.product-unit{display:none}
.product-buy{
  margin-top:8px;padding-top:0;border-top:0;min-height:44px;
}
.product-price{font-size:20px;white-space:nowrap}
.product-price small{font-size:10px;font-weight:600;color:#7c86a0}
.add-btn{width:42px;height:42px;border-radius:13px;font-size:24px}

@media(max-width:720px){
  .product-card{padding:8px;border-radius:20px}
  .product-media{height:auto;aspect-ratio:1/1;border-radius:15px}
  .product-media img{padding:10px;transform:none}
  .product-card:hover .product-media img{transform:none}
  .product-info{padding:13px 5px 5px}
  .product-category{font-size:9px}
  .product-name{min-height:0;font-size:13px;margin-top:6px}
  .product-unit{font-size:10px}
  .product-buy{margin-top:7px;padding-top:0;min-height:40px}
  .product-price{font-size:17px}
  .product-price small{display:block;margin:1px 0 0;font-size:8px}
  .add-btn{width:38px;height:38px;border-radius:12px}
  .stock-badge{right:8px;top:8px;width:27px;height:27px}
}

/* Carte produit compacte — aucune zone vide entre nom et prix */
.product-grid{grid-auto-rows:max-content;align-content:start}
.product-card{height:auto!important;min-height:0!important;justify-content:flex-start!important}
.product-info{
  display:block!important;flex:0 0 auto!important;height:auto!important;
  padding:12px 7px 6px;
}
.product-category{display:block;margin:0 0 5px}
.product-name{display:block;height:auto!important;min-height:0!important;margin:0!important}
.product-buy{
  display:flex!important;align-items:center;justify-content:space-between;
  height:auto!important;min-height:0!important;margin:5px 0 0!important;
  padding:0!important;border:0!important;
}
.product-price{line-height:1.1}

@media(max-width:720px){
  .product-info{padding:10px 5px 4px}
  .product-category{margin-bottom:4px}
  .product-buy{margin-top:4px!important}
}

/* Achat au poids */
.weight-card-button{
  min-height:38px;padding:0 11px;border:0;border-radius:12px;cursor:pointer;
  background:linear-gradient(135deg,#164fc0,#09267f);color:#fff;
  box-shadow:0 7px 16px rgba(9,38,127,.18);font-size:10px;font-weight:800;
  white-space:nowrap;
}
.weight-card-button:hover{transform:translateY(-2px);background:#07185f}
.weight-card-button:disabled{opacity:.45;pointer-events:none}
.product-buy.weighted-buy{display:grid!important;grid-template-columns:1fr;gap:8px;align-items:stretch}
.weighted-buy .weight-card-button{width:100%}
#weight-form{display:grid;gap:18px}
.weight-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.weight-quick button{
  min-height:42px;border:1px solid #dce4f2;border-radius:11px;background:#f5f8ff;
  color:#09267f;font-size:12px;font-weight:800;cursor:pointer;
}
.weight-quick button:hover{background:#e6efff;border-color:#9eb8eb}
.weight-field,.detail-weight{display:grid;gap:8px;font-size:12px;font-weight:800;color:#25345f}
.weight-input-wrap{
  height:52px;display:flex;align-items:center;border:1px solid #dce4f2;
  border-radius:13px;background:#fff;overflow:hidden;
}
.weight-input-wrap:focus-within{border-color:#1557c8;box-shadow:0 0 0 3px rgba(21,87,200,.1)}
.weight-input-wrap input{width:100%;height:100%;border:0;outline:0;padding:0 14px;font-size:17px;font-weight:800;color:#07185f}
.weight-input-wrap b{height:100%;display:grid;place-items:center;padding:0 15px;background:#eef3ff;color:#0c3ca5}
.weight-estimate{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border-radius:13px;background:#eef3ff;color:#425074;font-size:13px}
.weight-estimate strong{color:#07185f;font-size:21px}
.detail-weight{min-width:155px}.detail-weight .weight-input-wrap{height:48px}
.cart-line .qty-control span{min-width:52px;font-size:10px}

@media(max-width:720px){
  .weight-card-button{min-height:36px;padding:0 8px;font-size:10px}
  .product-price small{display:block;margin-top:2px}
  .weight-quick{grid-template-columns:repeat(2,1fr)}
  .detail-actions{align-items:end;flex-wrap:wrap}
  .detail-weight{flex:1;min-width:130px}
}

/* Checkout — profil client recupere automatiquement */
.checkout-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}
.checkout-card-title h2{margin-bottom:0}.checkout-card-title .eyebrow{margin-bottom:6px}
.profile-synced{display:inline-flex;align-items:center;white-space:nowrap;padding:8px 11px;border-radius:30px;background:#e8f6ec;color:#18713a;font-size:11px;font-weight:800}
.checkout-profile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px}
.profile-data{min-width:0;padding:13px 14px;border:1px solid #e5eaf3;border-radius:13px;background:#f8faff}
.profile-data span{display:block;margin-bottom:4px;color:#77819b;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.profile-data strong{display:block;overflow-wrap:anywhere;color:#07185f;font-size:13px;line-height:1.45}
.profile-complete{margin:0 0 18px;padding:12px 14px;border-radius:12px;background:#eaf7ee;color:#196d39;font-size:12px;font-weight:700}
.missing-data-note{display:grid;gap:2px;margin:0 0 15px;padding:12px 14px;border-radius:12px;background:#fff6cf;color:#695314;font-size:12px}
.missing-data-note strong{color:#59430b}.checkout-profile+.missing-data-note{margin-top:-3px}
#checkout-form input[type="hidden"]{display:none}

@media(max-width:720px){
  .checkout-card-title{display:grid}.profile-synced{width:max-content}
  .checkout-profile{grid-template-columns:1fr}
  .profile-data{padding:11px 12px}
}

/* Suivi et detail des commandes */
.tracking-orders{display:grid;gap:13px;margin-bottom:24px}
.tracking-search{margin-top:24px}.tracking-search form{grid-template-columns:1fr auto;align-items:end;margin-top:16px}.tracking-search .btn{min-width:190px}
.order-delivery-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:8px 0 28px}
.order-delivery-info>div{padding:13px 15px;border-radius:13px;background:#f5f8ff;border:1px solid #e5eaf4}
.order-delivery-info span{display:block;color:#77819b;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.order-delivery-info strong{display:block;margin-top:4px;font-size:13px;color:#07185f;overflow-wrap:anywhere}
.empty-order-lines{display:flex;align-items:center;gap:12px;padding:18px;border-radius:14px;background:#f7f9fd;color:#66708c}
.empty-order-lines span{font-size:24px}.empty-order-lines p{margin:0;font-size:13px}

@media(max-width:720px){
  .tracking-search form{grid-template-columns:1fr}.tracking-search .btn{width:100%;min-width:0}
  .order-delivery-info{grid-template-columns:1fr}
}

/* Page commande — suivi visuel et quantites exactes */
.order-detail-page{display:grid;gap:20px}
.order-detail-head{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:34px;border-radius:24px;color:#fff;background:radial-gradient(circle at 84% 20%,rgba(45,105,226,.85),transparent 30%),linear-gradient(135deg,#06185f,#0b3ca9);box-shadow:0 22px 55px rgba(7,24,95,.18)}
.order-detail-head .eyebrow{color:#ffe267}.order-detail-head h1{margin:2px 0 15px;font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.045em}
.order-detail-head .status{background:#fff1b7;color:#755500;font-size:11px}
.order-total-highlight{min-width:190px;padding:20px 22px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px)}
.order-total-highlight span{display:block;color:#dce6ff;font-size:11px}.order-total-highlight strong{display:block;margin-top:5px;color:#fff;font-size:29px}
.order-progress-card,.order-items-card{padding:27px;border-radius:22px;background:#fff;box-shadow:0 12px 38px rgba(7,24,95,.065)}
.order-section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.order-section-title .eyebrow{margin-bottom:5px}.order-section-title h2{margin:0;font-size:23px}.order-section-title>span{color:#66708c;font-size:12px;font-weight:700}
.order-detail-page .timeline{grid-template-columns:repeat(5,minmax(0,1fr));margin:18px 0 0}
.order-detail-page .timeline-step{display:grid;grid-template-columns:1fr;gap:9px;min-height:0;text-align:center}
.order-detail-page .timeline-step:after{left:calc(50% + 14px);top:13px;width:calc(100% - 28px);height:2px}
.order-detail-page .timeline-dot{position:relative;z-index:1;margin:auto}
.order-detail-page .timeline-step strong{display:block;font-size:12px}.order-detail-page .timeline-step p{font-size:10px;margin:3px 0 0}
.order-products-list{display:grid;gap:10px}
.order-product-line{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:15px;padding:12px;border:1px solid #e7ebf3;border-radius:16px;background:#fbfcff}
.order-product-line>img{width:72px;height:72px;padding:5px;border-radius:12px;background:#fff;object-fit:contain;mix-blend-mode:multiply}
.order-product-main{display:grid;gap:4px;min-width:0}.order-product-main>strong{font-size:14px;color:#07185f}.order-product-main>small{font-size:11px;color:#79839c}
.order-quantity{width:max-content;padding:5px 9px;border-radius:20px;background:#e7efff;color:#0a3ca8;font-size:11px;font-weight:800}
.order-product-line>b{font-size:16px;color:#07185f;white-space:nowrap}
.order-grand-total{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:18px 5px 2px;border-top:2px solid #e6ebf4;font-size:18px;font-weight:800}.order-grand-total strong{font-size:24px;color:#07185f}

@media(max-width:720px){
  .order-detail-head{display:grid;padding:25px 22px}.order-total-highlight{min-width:0}
  .order-progress-card,.order-items-card{padding:20px 15px}
  .order-detail-page .timeline{grid-template-columns:repeat(5,125px);overflow-x:auto;padding-bottom:8px;scrollbar-width:none}
  .order-product-line{grid-template-columns:58px minmax(0,1fr);gap:11px}.order-product-line>img{width:58px;height:58px}.order-product-line>b{grid-column:2;justify-self:start;font-size:15px}
  .order-section-title{align-items:start}.order-grand-total strong{font-size:21px}
}

/* Tableau de bord Mon compte */
.account-dashboard{display:grid;gap:20px}
.account-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:32px;border-radius:25px;color:#fff;background:radial-gradient(circle at 82% 20%,rgba(47,108,230,.9),transparent 30%),linear-gradient(135deg,#06185f,#0b3ca9);box-shadow:0 24px 60px rgba(7,24,95,.2)}
.account-hero-main{display:flex;align-items:center;gap:20px;min-width:0}.account-avatar-large{flex:none;width:72px;height:72px;border-radius:21px;display:grid;place-items:center;background:#ffc400;color:#07185f;font-size:28px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.account-hero .eyebrow{color:#ffe16a;margin-bottom:6px}.account-hero h1{margin:0;font-size:clamp(29px,4vw,43px);line-height:1.08;letter-spacing:-.045em}.account-hero p:not(.eyebrow){margin:7px 0 0;color:#dbe6ff;font-size:13px}
.account-hero-actions{display:flex;gap:9px;flex:none}.account-ghost-btn{color:#fff;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1)}.account-yellow-btn{color:#07185f;background:#ffc400}.account-yellow-btn:hover{background:#fff}
.account-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.account-stat{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid #e5eaf3;border-radius:19px;background:#fff;box-shadow:0 10px 28px rgba(7,24,95,.055)}
.account-stat-icon{flex:none;width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#e8efff;color:#0a3ca8;font-size:18px;font-weight:900}.account-stat small{display:block;color:#717c97;font-size:10px;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.account-stat strong{display:block;margin-top:2px;color:#07185f;font-size:25px;line-height:1.1}.account-stat p{margin:3px 0 0;color:#8a93aa;font-size:10px}
.account-stat-total{background:linear-gradient(145deg,#fff4bd,#ffe169);border-color:#ffe068}.account-stat-total .account-stat-icon{background:#07185f;color:#ffc400;font-size:11px}.account-stat-total strong{font-size:20px}
.account-panel{padding:25px;border-radius:22px;background:#fff;box-shadow:0 12px 38px rgba(7,24,95,.06)}.account-panel-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:18px}.account-panel-head .eyebrow{margin-bottom:5px}.account-panel-head h2{margin:0;font-size:23px}
.account-empty{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:18px;border-radius:16px;background:#f6f8fd}.account-empty>span{font-size:28px}.account-empty strong{font-size:14px}.account-empty p{margin:3px 0 0;color:#75809a;font-size:12px}
.account-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.account-shortcuts>a{display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:12px;padding:18px;border:1px solid #e5eaf3;border-radius:17px;background:#fff;transition:.2s ease}.account-shortcuts>a:hover{transform:translateY(-3px);border-color:#adc1eb;box-shadow:0 14px 32px rgba(7,24,95,.08)}.account-shortcuts>a>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#e9f0ff;color:#0a3ca8;font-size:19px;font-weight:900}.account-shortcuts strong{display:block;font-size:13px}.account-shortcuts p{margin:3px 0 0;color:#7c86a0;font-size:10px}.account-shortcuts svg{width:18px;fill:none;stroke:#0a3ca8;stroke-width:2}
.account-soft-alert{margin:0;padding:12px 14px;border-radius:12px;background:#fff5d1;color:#6d5611;font-size:12px}

@media(max-width:1050px){.account-stats-grid{grid-template-columns:repeat(2,1fr)}.account-hero{align-items:flex-start}.account-hero-actions{display:grid}}
@media(max-width:720px){
  .account-hero{display:grid;padding:24px 20px}.account-hero-main{align-items:flex-start}.account-avatar-large{width:58px;height:58px;border-radius:17px;font-size:23px}.account-hero-actions{grid-template-columns:1fr 1fr}.account-hero-actions .btn{padding:0 10px;font-size:11px}
  .account-stats-grid{grid-template-columns:1fr 1fr;gap:9px}.account-stat{display:grid;gap:9px;padding:15px}.account-stat-icon{width:39px;height:39px}.account-stat strong{font-size:22px}.account-stat-total strong{font-size:17px}
  .account-panel{padding:19px 14px}.account-panel-head{align-items:start}.account-panel-head h2{font-size:20px}.account-empty{grid-template-columns:auto 1fr}.account-empty .btn{grid-column:1/-1}
  .account-shortcuts{grid-template-columns:1fr}.account-shortcuts>a{padding:15px}
}

/* Parametres du compte */
.settings-page{display:grid;gap:18px}
.settings-hero{display:flex;align-items:center;gap:19px;padding:27px 30px;border-radius:23px;color:#fff;background:radial-gradient(circle at 85% 10%,rgba(48,109,232,.9),transparent 30%),linear-gradient(135deg,#06185f,#0b3ca9);box-shadow:0 20px 50px rgba(7,24,95,.17)}
.settings-hero .eyebrow{margin-bottom:4px;color:#ffe16a}.settings-hero h1{margin:0;font-size:34px;letter-spacing:-.045em}.settings-hero p:not(.eyebrow){margin:5px 0 0;color:#dce7ff;font-size:13px}
.settings-form{display:grid;gap:17px}.settings-card{padding:25px;border-radius:21px;background:#fff;box-shadow:0 11px 35px rgba(7,24,95,.06)}
.settings-card-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:22px;padding-bottom:17px;border-bottom:1px solid #e8ecf4}.settings-card-head>span{flex:none;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#e8efff;color:#0a3ca8;font-size:11px;font-weight:900}.settings-card-head h2{margin:0;font-size:20px}.settings-card-head p{margin:4px 0 0;color:#77819b;font-size:12px}
.settings-card .field label{font-size:12px}.settings-card .field input,.settings-card .field textarea{font-size:14px;padding:13px 14px}.settings-card .field textarea{min-height:90px}
.settings-save{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 23px;border-radius:18px;background:#edf3ff}.settings-save p{margin:0;color:#66728f;font-size:12px}.settings-save .btn{flex:none}
.profile-save-success{padding:13px 15px;border-radius:12px;background:#e8f6ec;color:#186d38;font-size:13px;font-weight:800}
.settings-danger{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:5px;padding:22px 25px;border:1px solid #f2dada;border-radius:19px;background:#fffafa}.settings-danger h2{margin:0;color:#8e2525;font-size:18px}.settings-danger p{margin:5px 0 0;color:#8c6c6c;font-size:12px}.settings-danger .btn-danger{flex:none;border:1px solid #f0cccc}

@media(max-width:720px){
  .settings-hero{align-items:flex-start;padding:23px 19px}.settings-hero h1{font-size:28px}
  .settings-card{padding:20px 15px}.settings-card-head h2{font-size:18px}
  .settings-save,.settings-danger{display:grid;padding:18px}.settings-save .btn,.settings-danger .btn{width:100%}
}

/* Page Services */
.services-hero{padding:34px 0 15px}.services-hero-shell{min-height:480px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;overflow:hidden;padding:58px 65px;border-radius:30px;color:#fff;background:radial-gradient(circle at 78% 38%,rgba(43,104,228,.85),transparent 31%),linear-gradient(135deg,#06185f,#0b3ca9);box-shadow:0 28px 70px rgba(7,24,95,.2)}
.services-hero h1{margin:24px 0 18px;font-size:clamp(48px,6vw,76px);line-height:.94;letter-spacing:-.065em}.services-hero p{max-width:560px;color:#dbe6ff;font-size:16px;line-height:1.75}.services-yellow-btn{background:#ffc400;color:#07185f}.services-ghost-btn{color:#fff;border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.1)}
.services-hero-visual{position:relative;min-height:330px}.services-center-mark{position:absolute;left:50%;top:50%;width:145px;height:145px;border-radius:42px;display:grid;place-items:center;transform:translate(-50%,-50%) rotate(-7deg);background:#ffc400;color:#07185f;font-size:55px;font-weight:900;box-shadow:0 28px 60px rgba(0,0,0,.25)}.services-center-mark span{color:#0b43b4}.services-orbit{position:absolute;width:76px;height:76px;border-radius:24px;display:grid;place-items:center;background:#fff;color:#0b3da8;font-size:28px;font-weight:900;box-shadow:0 18px 40px rgba(0,0,0,.2)}.services-orbit.one{left:8%;top:8%;transform:rotate(-8deg)}.services-orbit.two{right:6%;top:18%;transform:rotate(9deg)}.services-orbit.three{left:18%;bottom:3%;transform:rotate(7deg)}
.primary-services{display:grid;grid-template-columns:1fr 1fr;gap:20px}.primary-service{position:relative;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;gap:20px;min-height:410px;padding:31px;border-radius:25px;background:#fff;box-shadow:0 15px 45px rgba(7,24,95,.075)}.primary-service.pharmacy{background:linear-gradient(145deg,#fff,#eef4ff)}.primary-service.pressing{background:linear-gradient(145deg,#fff9dc,#fff1ad)}.primary-service-icon{width:63px;height:63px;border-radius:19px;display:grid;place-items:center;background:#0a3ca8;color:#fff;font-size:28px;font-weight:900;box-shadow:0 12px 25px rgba(10,60,168,.2)}.pressing .primary-service-icon{background:#ffc400;color:#07185f}.service-tag{display:inline-block;margin-bottom:8px;color:#1557c8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.primary-service h3{margin:0;font-size:27px;letter-spacing:-.04em}.primary-service p{color:#66718d;font-size:14px;line-height:1.65}.primary-service ul{display:grid;gap:7px;margin:16px 0 0;padding:0;list-style:none}.primary-service li{color:#3f4e70;font-size:12px;font-weight:700}.primary-service li:before{content:'✓';margin-right:8px;color:#0b4bc1}.primary-service .btn{width:max-content}
.services-steps{padding:68px 0;background:#eaf1ff}.service-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-step-grid article{padding:25px;border-radius:20px;background:#fff}.service-step-grid span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#ffc400;color:#07185f;font-size:12px;font-weight:900}.service-step-grid h3{margin:18px 0 7px;font-size:18px}.service-step-grid p{margin:0;color:#6d7894;font-size:12px;line-height:1.6}
.partner-stores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.partner-store-card{overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 12px 38px rgba(7,24,95,.07)}.partner-store-media{height:150px;display:grid;place-items:center;background:linear-gradient(145deg,#eef4ff,#f8faff)}.partner-store-media img{width:100%;height:100%;padding:15px;object-fit:contain}.partner-store-media>span{width:70px;height:70px;border-radius:20px;display:grid;place-items:center;background:#0a3ca8;color:#ffc400;font-size:28px;font-weight:900}.partner-store-content{padding:20px}.partner-store-content>span{color:#1557c8;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.partner-store-content h3{margin:6px 0 8px;font-size:19px}.partner-store-content p{min-height:38px;margin:0;color:#6e7893;font-size:12px;line-height:1.55}.partner-store-content>div{display:flex;gap:7px;margin-top:16px}.partner-store-content .btn{min-height:41px;padding:0 12px;font-size:10px}
.partner-login-card,.partner-empty{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:18px;min-height:180px;padding:28px;border-radius:22px;text-align:left;background:#fff;box-shadow:0 12px 38px rgba(7,24,95,.06)}.partner-login-card>span,.partner-empty>span{font-size:34px}.partner-login-card h3,.partner-empty h3{margin:0}.partner-login-card p,.partner-empty p{margin:5px 0 0;color:#6d7893;font-size:12px}.partner-login-card .btn{margin-left:auto}.partner-empty{display:grid;text-align:center}
.service-modal-form input[type=file]{padding:10px;background:#f7f9fd}.store-catalog-list{display:grid;gap:9px}.store-catalog-list>div{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:12px;padding:9px;border-radius:13px;background:#f6f8fd}.store-catalog-list img{width:58px;height:58px;padding:4px;object-fit:contain;background:#fff;border-radius:10px}.store-catalog-list strong,.store-catalog-list small{display:block}.store-catalog-list strong{font-size:12px}.store-catalog-list small{margin-top:4px;color:#1557c8;font-size:11px;font-weight:800}

@media(max-width:900px){.services-hero-shell{grid-template-columns:1fr;padding:45px}.services-hero-visual{display:none}.partner-stores-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){
  .services-hero{padding-top:14px}.services-hero-shell{min-height:0;padding:38px 23px;border-radius:24px}.services-hero h1{font-size:45px}.services-hero p{font-size:14px}.services-hero .hero-actions{grid-template-columns:1fr}.services-hero .btn{width:100%}
  .primary-services{grid-template-columns:1fr}.primary-service{min-height:0;padding:24px 20px}.primary-service h3{font-size:23px}.primary-service .btn{width:100%}
  .services-steps{padding:50px 0}.service-step-grid{grid-template-columns:1fr}
  .partner-stores-grid{grid-template-columns:1fr}.partner-store-content>div{display:grid}.partner-store-content .btn{width:100%}
  .partner-login-card{display:grid;text-align:center}.partner-login-card .btn{margin:0;width:100%}
}

/* Page Categories */
.categories-hero{padding:34px 0 22px}.categories-hero-shell{min-height:510px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:35px;overflow:hidden;padding:62px 68px;border-radius:30px;color:#fff;background:radial-gradient(circle at 78% 32%,rgba(45,107,230,.86),transparent 31%),linear-gradient(135deg,#06185f,#0b3ca9);box-shadow:0 28px 70px rgba(7,24,95,.2)}
.categories-hero h1{margin:25px 0 18px;font-size:clamp(46px,5.7vw,72px);line-height:.95;letter-spacing:-.065em}.categories-hero h1 em{color:#ffc400;font-style:normal}.categories-hero p{max-width:570px;color:#dbe6ff;font-size:16px;line-height:1.75}.categories-hero-stats{display:flex;gap:34px;margin-top:28px}.categories-hero-stats>div{display:grid}.categories-hero-stats strong{color:#ffc400;font-size:28px}.categories-hero-stats span{color:#dbe6ff;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.categories-collage{position:relative;min-height:360px}.category-collage-card{position:absolute;overflow:hidden;border:8px solid #fff;border-radius:24px;background:#fff;box-shadow:0 24px 55px rgba(0,0,0,.25);transition:.25s ease}.category-collage-card:hover{z-index:5;transform:translateY(-7px) rotate(0)!important}.category-collage-card img{width:100%;height:100%;object-fit:cover}.category-collage-card span{position:absolute;left:10px;right:10px;bottom:10px;padding:8px 10px;border-radius:10px;background:rgba(7,24,95,.88);color:#fff;font-size:10px;font-weight:800;text-align:center;backdrop-filter:blur(7px)}.category-collage-card.card-1{width:235px;height:185px;left:0;top:15px;transform:rotate(-7deg)}.category-collage-card.card-2{width:225px;height:180px;right:-10px;top:75px;transform:rotate(8deg)}.category-collage-card.card-3{width:205px;height:165px;left:90px;bottom:0;transform:rotate(3deg)}
.category-popular-section{padding-top:55px}.category-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.category-premium-card{display:block;overflow:hidden;border:1px solid #e4e9f2;border-radius:22px;background:#fff;box-shadow:0 10px 32px rgba(7,24,95,.06);transition:.25s ease}.category-premium-card:hover{transform:translateY(-6px);border-color:#b8c9ec;box-shadow:0 22px 48px rgba(7,24,95,.12)}.category-premium-media{height:175px;overflow:hidden;background:linear-gradient(145deg,#f3f6fc,#fff)}.category-premium-media img{width:100%;height:100%;padding:8px;object-fit:cover;transition:transform .35s ease}.category-premium-card:hover .category-premium-media img{transform:scale(1.035)}.category-premium-content{padding:18px}.category-premium-content>span{color:#1557c8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.category-premium-content h3{margin:6px 0 9px;font-size:18px;line-height:1.25}.category-premium-content p{display:flex;align-items:center;gap:7px;margin:0;color:#68738f;font-size:11px;font-weight:700}.category-premium-content svg{width:15px;fill:none;stroke:#1557c8;stroke-width:2}
.all-categories-section{padding:72px 0;background:#edf3ff}.categories-toolbar{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:27px}.category-search{width:min(360px,100%);height:52px;display:flex;align-items:center;gap:9px;padding:0 16px;border:1px solid #dce4f1;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(7,24,95,.05)}.category-search svg{width:19px;fill:none;stroke:#1557c8;stroke-width:2}.category-search input{width:100%;border:0;outline:0;background:none;font-size:13px;color:#07185f}.premium-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.premium-category-grid .category-premium-media{height:135px}.premium-category-grid .category-premium-content{padding:15px}.premium-category-grid .category-premium-content h3{font-size:15px}.category-empty{padding:55px;text-align:center}.category-empty span{font-size:35px}.category-empty h3{margin:10px 0 5px}.category-empty p{color:#77819b}
.category-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:35px 40px;border-radius:24px;color:#fff;background:linear-gradient(135deg,#06185f,#0b3ca9);box-shadow:0 20px 50px rgba(7,24,95,.15)}.category-cta .eyebrow{color:#ffc400}.category-cta h2{margin:0;font-size:27px}.category-cta p:not(.eyebrow){margin:7px 0 0;color:#dbe6ff;font-size:13px}.category-cta-button{flex:none;background:#ffc400;color:#07185f}

@media(max-width:980px){.categories-hero-shell{grid-template-columns:1fr;padding:48px}.categories-collage{display:none}.premium-category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){
  .categories-hero{padding-top:14px}.categories-hero-shell{min-height:0;padding:38px 23px;border-radius:24px}.categories-hero h1{font-size:43px}.categories-hero p{font-size:14px}.categories-hero-stats{gap:22px}.categories-hero-stats strong{font-size:24px}
  .category-featured-grid{display:flex;overflow-x:auto;margin-right:-12px;padding:0 12px 12px 0;scrollbar-width:none}.category-featured-grid .category-premium-card{flex:0 0 78%}
  .all-categories-section{padding:52px 0}.categories-toolbar{display:grid;align-items:start}.category-search{width:100%}.premium-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.premium-category-grid .category-premium-media{height:112px}.premium-category-grid .category-premium-content{padding:12px}.premium-category-grid .category-premium-content h3{font-size:13px}.premium-category-grid .category-premium-content p{font-size:9px}
  .category-cta{display:grid;padding:26px 21px}.category-cta h2{font-size:23px}.category-cta-button{width:100%}
}

/* Accueil premium */
.home-hero{padding:34px 0 0}.home-hero-shell{min-height:590px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;overflow:hidden;padding:62px 66px;border-radius:31px;color:#fff;background:radial-gradient(circle at 79% 36%,rgba(45,109,235,.84),transparent 31%),linear-gradient(135deg,#06185f 0%,#082d91 53%,#0d4bc8 100%);box-shadow:0 30px 75px rgba(7,24,95,.22)}
.home-hero-copy{position:relative;z-index:3}.home-hero-copy .hero-label{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}.home-hero-copy h1{margin:26px 0 20px;font-size:clamp(50px,5.6vw,75px);line-height:.94;letter-spacing:-.068em}.home-hero-copy h1 em{color:#ffc400;font-style:normal}.home-hero-copy>p{max-width:590px;margin:0;color:#dce6ff;font-size:17px;line-height:1.72}.home-yellow-btn{background:#ffc400;color:#07185f;box-shadow:0 14px 30px rgba(0,0,0,.18)}.home-yellow-btn:hover{background:#fff;transform:translateY(-2px)}.home-ghost-btn{color:#fff;border:1px solid rgba(255,255,255,.27);background:rgba(255,255,255,.1);backdrop-filter:blur(8px)}.home-trust-row{display:flex;flex-wrap:wrap;gap:19px;margin-top:28px}.home-trust-row span{display:flex;align-items:center;gap:6px;color:#dce6ff;font-size:11px;font-weight:800}.home-trust-row svg{width:17px;fill:none;stroke:#ffc400;stroke-width:2}
.home-hero-visual{position:relative;min-height:430px}.home-orbit{position:absolute;width:430px;height:430px;right:-25px;top:0;border:1px solid rgba(255,255,255,.17);border-radius:50%;box-shadow:inset 0 0 80px rgba(255,255,255,.05)}.home-product-stage{position:absolute;inset:0}.home-floating-product{position:absolute;display:grid;grid-template-rows:1fr auto;padding:12px;border:7px solid #fff;border-radius:25px;background:#fff;color:#07185f;box-shadow:0 28px 60px rgba(0,0,0,.24);transition:.25s ease}.home-floating-product:hover{z-index:5;transform:translateY(-7px) rotate(0)!important}.home-floating-product img{width:100%;height:100%;padding:4px;object-fit:contain}.home-floating-product span{overflow:hidden;padding:7px 5px 2px;font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.home-floating-product.item-1{left:20px;top:15px;width:205px;height:230px;transform:rotate(-7deg)}.home-floating-product.item-2{right:-10px;top:74px;width:205px;height:245px;transform:rotate(7deg)}.home-floating-product.item-3{left:135px;bottom:-3px;width:180px;height:205px;transform:rotate(2deg)}.home-delivery-pill{position:absolute;right:3px;bottom:7px;z-index:4;display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:15px;background:#fff;color:#07185f;box-shadow:0 18px 35px rgba(0,0,0,.2)}.home-delivery-pill svg{width:25px;fill:none;stroke:#1557c8;stroke-width:2}.home-delivery-pill div{display:grid}.home-delivery-pill strong{font-size:11px}.home-delivery-pill span{color:#78829a;font-size:9px}.home-catalog-pill{position:absolute;left:0;top:255px;z-index:4;display:grid;padding:12px 17px;border:1px solid rgba(255,255,255,.35);border-radius:14px;background:rgba(7,24,95,.72);backdrop-filter:blur(9px)}.home-catalog-pill strong{color:#ffc400;font-size:20px}.home-catalog-pill span{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.home-search-wrap{position:relative;z-index:6;margin-top:-29px}.home-search{width:min(970px,90%);min-height:66px;display:flex;align-items:center;gap:14px;margin:auto;padding:8px 9px 8px 20px;border:1px solid #e1e7f1;border-radius:19px;background:#fff;color:#7c869c;box-shadow:0 18px 45px rgba(7,24,95,.13);text-align:left}.home-search>svg{width:22px;flex:none;fill:none;stroke:#1557c8;stroke-width:2}.home-search>span{flex:1;font-size:13px}.home-search>b{height:50px;display:flex;align-items:center;gap:8px;padding:0 22px;border-radius:13px;background:#0d43b5;color:#fff;font-size:12px}.home-search b svg{width:16px;fill:none;stroke:currentColor;stroke-width:2}
.home-category-section{padding:78px 0 70px}.home-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.home-category-card{min-width:0;display:grid;grid-template-columns:135px 1fr;align-items:center;overflow:hidden;border:1px solid #e3e8f1;border-radius:22px;background:#fff;box-shadow:0 9px 28px rgba(7,24,95,.055);transition:.25s ease}.home-category-card:hover{transform:translateY(-5px);border-color:#b5c7ed;box-shadow:0 19px 42px rgba(7,24,95,.11)}.home-category-image{height:145px;overflow:hidden;background:#f3f6fb}.home-category-image img{width:100%;height:100%;padding:5px;object-fit:cover}.home-category-card>div:last-child{min-width:0;padding:15px}.home-category-card span{color:#1557c8;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.home-category-card h3{overflow:hidden;margin:6px 0 12px;color:#07185f;font-size:17px;line-height:1.2;text-overflow:ellipsis}.home-category-card p{display:flex;align-items:center;gap:6px;margin:0;color:#6e7892;font-size:10px;font-weight:800}.home-category-card p svg{width:14px;fill:none;stroke:#1557c8;stroke-width:2}
.home-promise-section{padding:0 0 35px}.home-promise{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px;padding:50px 58px;border-radius:27px;color:#fff;background:radial-gradient(circle at 87% 18%,rgba(45,109,235,.78),transparent 27%),linear-gradient(135deg,#06185f,#0a3ba9);box-shadow:0 24px 60px rgba(7,24,95,.18)}.home-promise .eyebrow{color:#ffc400}.home-promise h2{margin:7px 0 15px;font-size:clamp(34px,4vw,49px);line-height:1.02;letter-spacing:-.055em}.home-promise h2 em{color:#ffc400;font-style:normal}.home-promise-copy>p:not(.eyebrow){max-width:560px;color:#dce6ff;font-size:14px;line-height:1.7}.home-promise-copy .btn{margin-top:10px}.home-numbers{display:grid;grid-template-columns:1fr 1fr;gap:12px}.home-numbers>div{display:grid;padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.home-numbers strong{color:#ffc400;font-size:27px}.home-numbers span{margin-top:4px;color:#dce6ff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.home-products-section{padding-top:70px;background:#eef3fd}.home-products-section .product-grid{margin-top:3px}.home-benefits{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #e0e6f1;border-radius:24px;background:#fff;box-shadow:0 14px 40px rgba(7,24,95,.07)}.home-benefits article{display:flex;align-items:center;gap:13px;padding:24px 20px;border-right:1px solid #e6eaf2}.home-benefits article:last-child{border-right:0}.home-benefits article>span{width:44px;height:44px;flex:none;display:grid;place-items:center;border-radius:13px;background:#edf3ff}.home-benefits svg{width:22px;fill:none;stroke:#0d43b5;stroke-width:2}.home-benefits strong{font-size:13px}.home-benefits p{margin:4px 0 0;color:#717b93;font-size:10px;line-height:1.45}
.home-services-section{padding-top:35px}.home-services-section>.container{display:grid;grid-template-columns:.83fr 1.17fr;gap:18px}.home-services-intro{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px;border-radius:25px;color:#fff;background:linear-gradient(145deg,#06185f,#0b43b4)}.home-services-intro .eyebrow{color:#ffc400}.home-services-intro h2{margin:8px 0 15px;font-size:36px;line-height:1.05;letter-spacing:-.05em}.home-services-intro p:not(.eyebrow){color:#dce6ff;font-size:13px;line-height:1.65}.home-services-intro .btn{margin-top:12px}.home-service-list{display:grid;gap:14px}.home-service-list>a{display:grid;grid-template-columns:58px 1fr 24px;align-items:center;gap:15px;padding:26px;border:1px solid #e1e6ef;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(7,24,95,.055);transition:.25s}.home-service-list>a:hover{transform:translateX(5px);border-color:#b9c9ec}.home-service-list>a>span{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:#edf3ff;color:#0d43b5;font-size:25px;font-weight:900}.home-service-list small{color:#1557c8;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.home-service-list h3{margin:4px 0 5px;font-size:18px}.home-service-list p{margin:0;color:#727d95;font-size:11px}.home-service-list>a>svg{width:20px;fill:none;stroke:#1557c8;stroke-width:2}
@media(max-width:1050px){.home-hero-shell{padding:50px 45px}.home-hero-visual{transform:scale(.88)}.home-category-grid{grid-template-columns:repeat(2,1fr)}.home-benefits{grid-template-columns:repeat(2,1fr)}.home-benefits article:nth-child(2){border-right:0}.home-benefits article:nth-child(-n+2){border-bottom:1px solid #e6eaf2}.home-services-section>.container{grid-template-columns:1fr}}
@media(max-width:720px){
  .home-hero{padding-top:14px}.home-hero-shell{min-height:0;display:block;padding:38px 22px 25px;border-radius:24px}.home-hero-copy h1{font-size:44px}.home-hero-copy>p{font-size:14px}.home-hero-copy .hero-actions{grid-template-columns:1fr}.home-hero-copy .btn{width:100%}.home-trust-row{gap:12px;margin-top:22px}.home-trust-row span{font-size:9px}.home-hero-visual{height:300px;min-height:0;margin-top:22px;transform:none}.home-orbit{width:290px;height:290px;right:-65px}.home-floating-product{border-width:5px;border-radius:18px;padding:7px}.home-floating-product.item-1{left:0;top:12px;width:128px;height:155px}.home-floating-product.item-2{right:-2px;top:35px;width:132px;height:165px}.home-floating-product.item-3{left:91px;bottom:0;width:120px;height:143px}.home-floating-product span{font-size:7px}.home-delivery-pill{right:-2px;bottom:3px;padding:9px 11px}.home-delivery-pill strong{font-size:9px}.home-catalog-pill{left:0;top:176px;padding:9px 12px}.home-catalog-pill strong{font-size:16px}
  .home-search-wrap{margin-top:-18px}.home-search{width:94%;min-height:57px;padding-left:15px}.home-search>span{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.home-search>b{width:48px;height:43px;padding:0;display:grid;place-items:center;font-size:0}.home-search b svg{width:17px}
  .home-category-section{padding:57px 0 48px}.home-category-grid{display:flex;overflow-x:auto;margin-right:-12px;padding:0 12px 12px 0;scrollbar-width:none}.home-category-card{flex:0 0 84%;grid-template-columns:118px 1fr}.home-category-image{height:135px}.home-category-card h3{font-size:15px}
  .home-promise{grid-template-columns:1fr;gap:28px;padding:32px 22px;border-radius:23px}.home-promise h2{font-size:34px}.home-numbers{gap:8px}.home-numbers>div{padding:16px 13px}.home-numbers strong{font-size:21px}.home-numbers span{font-size:8px}.home-promise-copy .btn{width:100%}
  .home-products-section{padding-top:53px}.home-benefits{grid-template-columns:1fr}.home-benefits article{border-right:0;border-bottom:1px solid #e6eaf2!important}.home-benefits article:last-child{border-bottom:0!important}.home-services-intro{padding:31px 22px}.home-services-intro h2{font-size:30px}.home-services-intro .btn{width:100%}.home-service-list>a{grid-template-columns:48px 1fr 17px;padding:19px 15px}.home-service-list>a>span{width:48px;height:48px;border-radius:14px}.home-service-list h3{font-size:15px}.home-service-list p{font-size:9px}
}

/* Accueil — nouvelle vitrine des catégories */
.home-category-section{padding:76px 0}.home-category-panel{overflow:hidden;padding:46px;border-radius:29px;background:radial-gradient(circle at 92% 5%,rgba(43,105,230,.72),transparent 25%),linear-gradient(135deg,#06185f,#092e91);box-shadow:0 25px 65px rgba(7,24,95,.18)}
.home-category-panel .section-head{align-items:flex-end;margin-bottom:28px}.home-category-panel .eyebrow{color:#ffc400}.home-category-panel .section-title{color:#fff}.home-category-panel .section-subtitle{color:#cbd9f7}.home-category-all{height:43px;display:flex;align-items:center;gap:8px;padding:0 16px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(255,255,255,.09);color:#fff;font-size:11px;font-weight:800;white-space:nowrap;transition:.2s}.home-category-all:hover{background:#ffc400;color:#07185f}.home-category-all svg{width:16px;fill:none;stroke:currentColor;stroke-width:2}
.home-category-panel .home-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.home-category-panel .home-category-card{display:block;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:19px;background:#fff;box-shadow:0 15px 32px rgba(0,0,0,.17)}.home-category-panel .home-category-card:hover{border-color:#ffc400;transform:translateY(-7px);box-shadow:0 24px 45px rgba(0,0,0,.24)}.home-category-panel .home-category-image{height:155px;background:#f6f8fc}.home-category-panel .home-category-image img{padding:0;object-fit:cover}.home-category-panel .home-category-card>div:last-child{padding:15px 14px 16px}.home-category-panel .home-category-card span{font-size:8px}.home-category-panel .home-category-card h3{min-height:39px;margin:6px 0 10px;font-size:15px;line-height:1.25}.home-category-panel .home-category-card p{justify-content:space-between;padding-top:10px;border-top:1px solid #e9edf4;font-size:9px}.home-category-panel .home-category-card p svg{width:15px}
@media(max-width:1100px){.home-category-panel .home-category-grid{grid-template-columns:repeat(3,1fr)}.home-category-panel .home-category-image{height:180px}}
@media(max-width:720px){.home-category-section{padding:55px 0}.home-category-panel{padding:31px 20px;border-radius:23px}.home-category-panel .section-head{display:grid;grid-template-columns:1fr;align-items:start;gap:19px}.home-category-panel .section-title{font-size:34px}.home-category-panel .home-category-all{width:100%;justify-content:center}.home-category-panel .home-category-grid{display:flex;gap:11px;margin-right:-20px;padding:0 20px 12px 0}.home-category-panel .home-category-card{flex:0 0 70%}.home-category-panel .home-category-image{height:175px}.home-category-panel .home-category-card h3{min-height:0;font-size:16px}}

/* Page Produits premium */
.products-hero{padding:34px 0 20px}.products-hero-shell{min-height:470px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:40px;overflow:hidden;padding:52px 62px;border-radius:30px;color:#fff;background:radial-gradient(circle at 80% 34%,rgba(45,108,232,.83),transparent 30%),linear-gradient(135deg,#06185f,#0a3cae);box-shadow:0 28px 70px rgba(7,24,95,.2)}.products-hero-copy{position:relative;z-index:2}.products-hero-copy .breadcrumb{margin-bottom:15px;color:#aebfe5;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.products-hero-copy .hero-label{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}.products-hero-copy h1{margin:20px 0 15px;font-size:clamp(44px,5vw,67px);line-height:.96;letter-spacing:-.062em}.products-hero-copy h1 em{color:#ffc400;font-style:normal}.products-hero-copy>p{max-width:610px;color:#dce6ff;font-size:14px;line-height:1.7}
.products-main-search{max-width:630px;height:58px;display:flex;align-items:center;gap:11px;margin-top:24px;padding:6px 7px 6px 17px;border:1px solid rgba(255,255,255,.26);border-radius:16px;background:#fff;box-shadow:0 15px 35px rgba(0,0,0,.2)}.products-main-search>svg{width:20px;flex:none;fill:none;stroke:#1557c8;stroke-width:2}.products-main-search input{min-width:0;flex:1;border:0;outline:0;background:none;color:#07185f;font-size:12px}.products-main-search>span{height:44px;display:grid;place-items:center;padding:0 18px;border-radius:11px;background:#ffc400;color:#07185f;font-size:10px;font-weight:900}.products-hero-stats{display:flex;gap:27px;margin-top:22px}.products-hero-stats>div{display:grid}.products-hero-stats strong{color:#ffc400;font-size:19px}.products-hero-stats span{color:#cfdbf6;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.products-hero-preview{position:relative;min-height:360px}.products-preview-card{position:absolute;display:grid;grid-template-rows:1fr auto;overflow:hidden;padding:10px;border:7px solid #fff;border-radius:22px;background:#fff;color:#07185f;box-shadow:0 25px 55px rgba(0,0,0,.24);transition:.25s}.products-preview-card:hover{z-index:6;transform:translateY(-6px) rotate(0)!important}.products-preview-card img{width:100%;height:100%;padding:5px;object-fit:contain}.products-preview-card span{overflow:hidden;padding:5px 3px 0;font-size:8px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.products-preview-card.preview-1{left:0;top:8px;width:180px;height:215px;transform:rotate(-7deg)}.products-preview-card.preview-2{right:2px;top:46px;width:185px;height:230px;transform:rotate(7deg)}.products-preview-card.preview-3{left:112px;bottom:0;width:165px;height:190px;transform:rotate(2deg)}.products-preview-badge{position:absolute;right:5px;bottom:5px;z-index:5;display:flex;align-items:center;gap:8px;padding:11px 14px;border-radius:13px;background:#ffc400;color:#07185f;box-shadow:0 14px 30px rgba(0,0,0,.2)}.products-preview-badge svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}.products-preview-badge strong{font-size:9px}
.products-quick-categories{padding:20px 0 32px}.quick-category-row{display:flex;gap:10px;overflow-x:auto;padding:5px 3px 14px;scrollbar-width:none}.quick-category{min-width:128px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;align-items:center;gap:0 9px;padding:8px;border:1px solid #e1e6f0;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(7,24,95,.045);transition:.2s}.quick-category:hover,.quick-category.active{border-color:#1557c8;box-shadow:0 11px 28px rgba(7,24,95,.11)}.quick-category>span{grid-row:1/3;width:42px;height:42px;overflow:hidden;display:grid;place-items:center;border-radius:11px;background:#eef3fc}.quick-category img{width:100%;height:100%;object-fit:cover}.quick-category strong{overflow:hidden;color:#07185f;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.quick-category small{color:#78829a;font-size:8px}.quick-category-all{color:#1557c8;font-size:19px;font-weight:900}.quick-category.active{background:#edf3ff}
.products-catalog-section{padding:52px 0 85px;background:#eef3fd}.products-catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.products-catalog-heading .eyebrow{margin-bottom:5px}.products-catalog-heading h2{margin:0;font-size:35px;letter-spacing:-.045em}.products-catalog-heading>p{margin:0;color:#6f7991;font-size:11px}.products-catalog-heading>p strong{color:#0b43b4;font-size:17px}.products-catalog-section .catalog-layout{grid-template-columns:235px 1fr;gap:24px;padding-bottom:0}.products-filter-panel{top:94px;padding:20px;border:1px solid #e2e7f0;background:#fff;box-shadow:0 10px 32px rgba(7,24,95,.055)}.products-filter-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:17px;border-bottom:1px solid #e7ebf2}.products-filter-head span{color:#1557c8;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.products-filter-head h3{margin:3px 0 0;font-size:19px}.products-filter-head button{display:none;width:37px;height:37px;border:0;border-radius:50%;background:#eef2f8;color:#07185f;font-size:20px}.products-filter-panel .filter-block{padding:19px 0}.products-filter-panel .filter-block h3{font-size:12px}.products-filter-panel .filter-list{max-height:390px;gap:5px}.products-filter-panel .filter-option{min-height:31px;display:grid;grid-template-columns:15px 1fr auto;gap:7px;padding:4px 3px;color:#59647d;font-size:9px}.products-filter-panel .filter-option input{margin:0;accent-color:#1557c8}.products-filter-panel .filter-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-filter-panel .filter-option small{color:#97a0b3}.products-filter-panel .stock-filter{grid-template-columns:15px 1fr}.products-results{min-width:0}.products-results .catalog-toolbar{justify-content:flex-end;min-height:46px;margin-bottom:14px}.catalog-sort-label{display:flex;align-items:center;gap:9px;color:#788198;font-size:9px;font-weight:800}.catalog-sort-label .select{min-width:170px;border-color:#dce3ee;background:#fff}.products-catalog-section .product-grid{gap:15px}.products-load-more{background:#0d43b5;color:#fff;box-shadow:0 11px 25px rgba(13,67,181,.2)}.products-load-more svg{width:17px;fill:none;stroke:currentColor;stroke-width:2}
@media(max-width:1050px){.products-hero-shell{grid-template-columns:1fr;padding:48px}.products-hero-preview{display:none}.products-catalog-section .catalog-layout{grid-template-columns:210px 1fr}}
@media(max-width:720px){
  .products-hero{padding-top:14px}.products-hero-shell{min-height:0;padding:34px 21px;border-radius:24px}.products-hero-copy h1{font-size:42px}.products-hero-copy>p{font-size:13px}.products-main-search{height:55px;padding-left:14px}.products-main-search>span{width:43px;padding:0;font-size:0}.products-main-search>span:after{content:'→';font-size:17px}.products-hero-stats{justify-content:space-between;gap:10px}.products-hero-stats strong{font-size:17px}.products-hero-stats span{font-size:7px}
  .products-quick-categories{padding:11px 0 24px}.quick-category{min-width:121px}.products-catalog-section{padding:40px 0 65px}.products-catalog-heading{display:grid;gap:8px}.products-catalog-heading h2{font-size:29px}.products-catalog-section .catalog-layout{display:block}.products-results .catalog-toolbar{position:static;justify-content:space-between;padding:0;background:transparent}.products-results .mobile-catalog-actions{display:flex}.catalog-sort-label>span{display:none}.catalog-sort-label .select{display:block;min-width:150px;height:40px}.products-filter-panel{display:none}.products-filter-panel.mobile-open{position:fixed;z-index:100;inset:0 0 70px auto;width:min(88vw,360px);display:block;overflow:auto;padding:22px;border-radius:22px 0 0 0;box-shadow:-20px 0 55px rgba(7,24,95,.25)}.products-filter-panel.mobile-open .products-filter-head button{display:grid;place-items:center}.products-filter-panel.mobile-open .filter-list{max-height:none}.products-filter-panel.mobile-open .filter-option{min-height:40px;font-size:11px}.products-catalog-section .product-grid{gap:10px}.products-load-more{width:100%}
}

/* Final homepage finish — Marché premium */
.home-category-panel{
  overflow:hidden;
  padding:54px;
  border:1px solid rgba(14,57,154,.1);
  border-radius:34px;
  background:radial-gradient(circle at 92% 0,rgba(255,196,0,.2),transparent 27%),linear-gradient(145deg,#fff 0%,#f8faff 68%,#fff9e7 100%);
  box-shadow:0 30px 80px rgba(7,24,95,.1)
}
.home-category-panel .eyebrow{color:#1557c8}
.home-category-panel .section-title{max-width:760px;color:#07185f;font-size:clamp(42px,4.2vw,68px);letter-spacing:-.055em}
.home-category-panel .section-subtitle{color:#6f7991}
.home-category-panel .home-category-all{border-color:#d9e2f4;background:#edf3ff;color:#0a3ba6}
.home-category-panel .home-category-all:hover{border-color:#ffc400;background:#ffc400;color:#07185f}
.home-category-panel .home-category-grid{gap:14px}
.home-category-panel .home-category-card{border:1px solid #e4e9f2;background:#fff;box-shadow:0 12px 34px rgba(7,24,95,.07)}
.home-category-panel .home-category-card:nth-child(2),.home-category-panel .home-category-card:nth-child(5){background:#fffbeb}
.home-category-panel .home-category-card:hover{border-color:#ffc400;box-shadow:0 20px 42px rgba(7,24,95,.13)}
.home-category-panel .home-category-image{height:170px;background:#f5f7fb}
@media(max-width:720px){
  .home-category-panel{padding:31px 19px;border-radius:27px}
  .home-category-panel .section-title{font-size:35px}
  .home-category-panel .home-category-grid{display:flex}
  .home-category-panel .home-category-card{flex:0 0 72%}
  .home-category-panel .home-category-image{height:178px}
}

/* Page Produits — marché premium 2026 */
.products-hero{padding:30px 0 0}
.products-hero-shell{
  position:relative;isolation:isolate;min-height:520px;padding:58px 66px;border-radius:36px;
  background:radial-gradient(circle at 84% 25%,rgba(47,111,238,.95),transparent 28%),radial-gradient(circle at 20% 120%,rgba(255,196,0,.13),transparent 34%),linear-gradient(135deg,#061655 0%,#092b91 60%,#0b49c5 100%);
  box-shadow:0 34px 85px rgba(7,24,95,.24)
}
.products-hero-shell:before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;opacity:.14;background-image:radial-gradient(rgba(255,255,255,.75) .8px,transparent .8px);background-size:19px 19px;mask-image:linear-gradient(90deg,transparent,#000)}
.products-hero-copy .breadcrumb{color:#93a9db}
.products-hero-copy .hero-label{padding:9px 13px;border-radius:999px;letter-spacing:.13em}
.products-hero-copy h1{max-width:690px;font-size:clamp(49px,5.2vw,72px)}
.products-hero-copy>p{max-width:650px;font-size:15px}
.products-main-search{height:64px;max-width:650px;border-radius:19px;padding-left:20px}
.products-main-search>span{height:50px;border-radius:14px;padding-inline:23px}
.products-hero-stats{gap:14px}
.products-hero-stats>div{min-width:108px;padding:12px 15px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.products-hero-stats strong{font-size:21px}.products-hero-stats span{margin-top:2px}
.products-preview-card{border-width:6px;border-radius:25px;box-shadow:0 28px 58px rgba(0,0,0,.28)}
.products-preview-card img{padding:10px;filter:saturate(1.08) contrast(1.03)}
.products-preview-card.preview-1{left:-5px;top:5px;width:190px;height:225px}
.products-preview-card.preview-2{right:-3px;top:55px;width:190px;height:235px}
.products-preview-card.preview-3{left:118px;bottom:-4px;width:175px;height:205px}
.products-fresh-seal{position:absolute;z-index:7;right:118px;top:0;width:91px;height:91px;display:grid;place-content:center;text-align:center;border:2px solid #07185f;border-radius:50%;outline:4px solid #ffc400;background:#ffc400;color:#07185f;box-shadow:0 15px 32px rgba(0,0,0,.23);transform:rotate(7deg)}
.products-fresh-seal:before{content:"✦";font-size:10px}.products-fresh-seal strong{font-size:18px;letter-spacing:.08em}.products-fresh-seal small{font-size:6px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.products-preview-badge{right:0;bottom:0;padding:13px 16px;border-radius:15px;background:#fff;color:#07185f}.products-preview-badge svg{stroke:#1557c8}.products-preview-badge strong{font-size:10px}
.products-market-ribbon{margin-top:30px;overflow:hidden;border-block:1px solid rgba(7,24,95,.08);background:#ffc400;color:#07185f}
.products-market-ribbon>div{min-height:50px;display:flex;align-items:center;justify-content:center;gap:34px;padding:0 22px}
.products-market-ribbon span{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}
.products-quick-categories{padding:32px 0 34px;background:linear-gradient(180deg,#fff,#f7f9fd)}
.quick-category-row{gap:12px;padding-block:7px 17px}
.quick-category{min-width:145px;padding:10px;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 10px 30px rgba(7,24,95,.07)}
.quick-category>span{width:48px;height:48px;border-radius:14px}.quick-category strong{font-size:10px}.quick-category small{font-size:8px}
.quick-category:hover,.quick-category.active{border-color:#ffc400;background:#fffaf0;box-shadow:0 15px 34px rgba(7,24,95,.11)}
.products-catalog-section{padding:68px 0 95px;background:radial-gradient(circle at 95% 2%,rgba(255,196,0,.16),transparent 19%),linear-gradient(180deg,#f2f6ff,#edf2fb)}
.products-catalog-heading{margin-bottom:34px;align-items:center}
.products-catalog-heading h2{color:#07185f;font-size:clamp(38px,4vw,55px);line-height:1.02;letter-spacing:-.055em}
.products-catalog-heading>div>span{display:block;margin-top:12px;color:#707b94;font-size:12px}
.products-catalog-heading>p{padding:13px 16px;border:1px solid #dce4f2;border-radius:14px;background:rgba(255,255,255,.75)}
.products-filter-panel{padding:24px;border-radius:24px;border-color:#dfe6f2;box-shadow:0 18px 45px rgba(7,24,95,.08)}
.products-filter-head{padding-bottom:20px}.products-filter-head h3{font-size:22px}
.products-filter-panel .filter-option{border-radius:9px;transition:.18s}.products-filter-panel .filter-option:hover{padding-inline:8px;background:#f3f6fd;color:#0d43b5}
.products-results .catalog-toolbar{margin-bottom:18px}.catalog-sort-label .select{height:46px;border-radius:13px;box-shadow:0 8px 24px rgba(7,24,95,.055)}
.products-catalog-section .product-grid{gap:17px}
.products-catalog-section .product-card{border-color:#dde5f2;border-radius:25px;box-shadow:0 13px 36px rgba(7,24,95,.075)}
.products-catalog-section .product-card:hover{border-color:#ffc400;box-shadow:0 25px 55px rgba(7,24,95,.15)}
.products-catalog-section .product-media{background:radial-gradient(circle at 50% 38%,#fff 0%,#f3f6fc 78%)}
.products-catalog-section .product-category{color:#1557c8}
.products-catalog-section .add-btn,.products-catalog-section .qty-control,.products-catalog-section .weight-card-button{background:linear-gradient(135deg,#1657ca,#071f75)}

@media(max-width:1050px){.products-hero-shell{min-height:0}.products-hero-copy h1{max-width:760px}}
@media(max-width:720px){
  .products-hero{padding-top:12px}.products-hero-shell{padding:38px 22px 34px;border-radius:26px}
  .products-hero-shell:before{mask-image:none;opacity:.09}.products-hero-copy .breadcrumb{display:none}
  .products-hero-copy h1{margin-top:22px;font-size:43px}.products-hero-copy>p{font-size:13px}
  .products-main-search{height:58px;padding-left:15px}.products-main-search>span{height:44px}
  .products-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.products-hero-stats>div{min-width:0;padding:10px 7px}.products-hero-stats strong{font-size:17px}.products-hero-stats span{font-size:6px}
  .products-market-ribbon{margin-top:20px;overflow-x:auto}.products-market-ribbon>div{width:max-content;min-height:44px;justify-content:flex-start;gap:22px}.products-market-ribbon span{font-size:8px}
  .products-quick-categories{padding:19px 0 24px}.quick-category{min-width:137px}
  .products-catalog-section{padding:47px 0 70px}.products-catalog-heading{gap:16px;margin-bottom:23px}.products-catalog-heading h2{font-size:36px}.products-catalog-heading>div>span{font-size:11px}.products-catalog-heading>p{width:max-content;padding:10px 12px}
  .products-catalog-section .product-grid{gap:10px}.products-catalog-section .product-card{border-radius:20px}
}

/* Footer premium — signature Mon Repère */
.site-footer{
  position:relative;overflow:hidden;padding:74px 0 26px;color:#fff;
  background:radial-gradient(circle at 88% 14%,rgba(32,91,211,.72),transparent 27%),radial-gradient(circle at 8% 88%,rgba(255,196,0,.1),transparent 25%),linear-gradient(145deg,#030e3e 0%,#06185f 48%,#082b8d 100%)
}
.site-footer:before{content:"";position:absolute;inset:0;opacity:.09;background-image:radial-gradient(rgba(255,255,255,.65) .7px,transparent .7px);background-size:22px 22px;mask-image:linear-gradient(90deg,transparent,#000)}
.site-footer>.container,.footer-trust-wrap{position:relative;z-index:1}
.footer-market-cta{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px;padding:52px 58px;border:1px solid rgba(255,255,255,.5);border-radius:34px;background:radial-gradient(circle at 92% 10%,rgba(255,255,255,.55),transparent 28%),linear-gradient(135deg,#ffc400,#ffda52);color:#07185f;box-shadow:0 30px 75px rgba(0,0,0,.27)}
.footer-kicker{display:block;margin-bottom:14px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.footer-market-cta h2{margin:0;font-size:clamp(40px,4.4vw,62px);line-height:.98;letter-spacing:-.06em}.footer-market-cta h2 em{color:#1557c8;font-style:normal}.footer-market-cta p{max-width:660px;margin:18px 0 0;color:#4a421e;font-size:14px;line-height:1.7}
.footer-cta-actions{display:grid;gap:11px}.footer-cta-actions a{min-height:55px;display:flex;align-items:center;justify-content:center;border-radius:16px;font-size:12px;font-weight:900;transition:.22s}.footer-primary-action{gap:14px;background:#07185f;color:#fff;box-shadow:0 14px 30px rgba(7,24,95,.22)}.footer-primary-action span{font-size:18px}.footer-secondary-action{border:1px solid rgba(7,24,95,.23);background:rgba(255,255,255,.38);color:#07185f}.footer-cta-actions a:hover{transform:translateY(-3px)}
.footer-trust-wrap{margin-top:34px;border-block:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);backdrop-filter:blur(10px)}
.footer-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.footer-trust-grid>div{display:grid;place-items:center;padding:24px 18px;border-right:1px solid rgba(255,255,255,.12);text-align:center}.footer-trust-grid>div:last-child{border-right:0}.footer-trust-grid strong{color:#ffc400;font-size:25px;letter-spacing:-.04em}.footer-trust-grid span{margin-top:4px;color:#c8d5f2;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.footer-main{display:grid;grid-template-columns:1.35fr .7fr .75fr 1.15fr;gap:54px;padding-top:54px;padding-bottom:50px}
.footer-brand .brand{display:inline-flex}.footer-brand .footer-logo{width:175px;height:auto;padding:9px;border-radius:18px;background:#fff;box-shadow:0 16px 34px rgba(0,0,0,.24)}
.footer-brand p{max-width:340px;margin:20px 0;color:#b8c7e8;font-size:12px;line-height:1.75}.footer-brand-tags{display:flex;flex-wrap:wrap;gap:7px}.footer-brand-tags span{padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:#d8e2f8;font-size:8px;font-weight:800}
.footer-column h3,.footer-app h3{margin:5px 0 20px;color:#fff;font-size:15px}.footer-column h3:after{content:"";display:block;width:27px;height:3px;margin-top:10px;border-radius:3px;background:#ffc400}.footer-column a{display:flex;align-items:center;gap:8px;margin:13px 0;color:#b9c8e7;font-size:11px;transition:.2s}.footer-column a:before{content:"";width:4px;height:4px;border-radius:50%;background:#ffc400;opacity:.75}.footer-column a:hover{color:#fff;transform:translateX(4px)}
.footer-app{padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.07);backdrop-filter:blur(10px)}.footer-app-label{color:#ffc400;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.footer-app h3{margin:8px 0 10px;font-size:19px;line-height:1.25}.footer-app p{margin:0 0 16px;color:#b9c8e7;font-size:10px;line-height:1.6}.footer-store-actions{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.footer-store-actions button{width:150px;height:46px;flex:0 0 150px;display:grid;place-items:center;overflow:visible;padding:0;border:0;border-radius:8px;background:transparent;cursor:pointer;transition:.2s}.footer-store-actions button:hover{transform:translateY(-2px)}.footer-store-actions img{display:block;width:100%;height:100%;max-width:none;max-height:none;border:0;object-fit:fill}
.footer-bottom{min-height:56px;display:flex;align-items:center;justify-content:space-between;margin-top:0;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);color:#8fa3ce;font-size:9px}.footer-bottom>div{display:flex;align-items:center;gap:22px}.footer-bottom a{color:#b9c8e7}.footer-bottom b{color:#ffc400;font-weight:800}

@media(max-width:1000px){.footer-main{grid-template-columns:1.2fr 1fr 1fr}.footer-app{grid-column:1/-1}.footer-market-cta{padding:45px}}
@media(max-width:720px){
  .site-footer{padding:42px 0 92px}.footer-market-cta{grid-template-columns:1fr;gap:28px;padding:34px 22px;border-radius:26px}.footer-market-cta h2{font-size:40px}.footer-market-cta p{font-size:12px}.footer-cta-actions a{min-height:52px}
  .footer-trust-wrap{margin-top:24px}.footer-trust-grid{grid-template-columns:1fr 1fr}.footer-trust-grid>div{padding:18px 8px}.footer-trust-grid>div:nth-child(2){border-right:0}.footer-trust-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.footer-trust-grid strong{font-size:21px}.footer-trust-grid span{font-size:7px}
  .footer-main{grid-template-columns:1fr 1fr;gap:34px 22px;padding:38px 0}.footer-brand{grid-column:1/-1}.footer-brand .footer-logo{width:155px}.footer-column h3{font-size:14px}.footer-column a{font-size:10px}.footer-app{grid-column:1/-1;padding:21px}.footer-store-actions{gap:8px;overflow:hidden}.footer-store-actions button{width:140px;height:44px;flex-basis:140px}
  .footer-bottom{display:grid;gap:13px;padding-top:20px}.footer-bottom>div{display:grid;gap:9px}.footer-bottom b{font-size:9px}
}

/* Services — conciergerie premium */
.services-hero{padding:30px 0 0}.services-hero-shell{position:relative;isolation:isolate;min-height:535px;grid-template-columns:1.12fr .88fr;gap:55px;padding:62px 68px;border-radius:36px;background:radial-gradient(circle at 84% 28%,rgba(48,111,237,.94),transparent 29%),radial-gradient(circle at 12% 115%,rgba(255,196,0,.13),transparent 34%),linear-gradient(135deg,#05144e,#082988 58%,#0c49c6);box-shadow:0 34px 85px rgba(7,24,95,.24)}
.services-hero-shell:before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;opacity:.12;background-image:radial-gradient(rgba(255,255,255,.8) .75px,transparent .75px);background-size:20px 20px;mask-image:linear-gradient(90deg,transparent,#000)}
.services-hero-copy{position:relative;z-index:2}.services-hero .hero-label{padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}
.services-hero h1{max-width:720px;margin:25px 0 19px;font-size:clamp(52px,5.8vw,78px);line-height:.94}.services-hero h1 em{color:#ffc400;font-style:normal}.services-hero p{max-width:650px;font-size:15px}
.services-hero .hero-actions{margin-top:29px}.services-yellow-btn{box-shadow:0 13px 30px rgba(0,0,0,.18)}
.services-hero-trust{display:flex;flex-wrap:wrap;gap:16px 22px;margin-top:28px;color:#d8e4ff}.services-hero-trust span{font-size:9px;font-weight:800}
.services-hero-visual{min-height:390px}.services-orbit-ring{position:absolute;left:50%;top:50%;width:330px;height:330px;border:1px solid rgba(255,255,255,.22);border-radius:50%;transform:translate(-50%,-50%)}.services-orbit-ring:before,.services-orbit-ring:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.services-orbit-ring:before{inset:28px}.services-orbit-ring:after{inset:62px}
.services-center-mark{width:155px;height:155px;border-radius:46px;display:flex;flex-direction:column;gap:4px;transform:translate(-50%,-50%) rotate(-6deg)}.services-center-mark strong{font-size:53px;line-height:.9}.services-center-mark small{font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.services-center-mark span{color:#1557c8}
.services-orbit{width:104px;height:86px;display:flex;flex-direction:column;gap:5px;border:1px solid rgba(255,255,255,.65);border-radius:24px}.services-orbit b{font-size:24px}.services-orbit small{font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.services-orbit.one{left:1%;top:7%}.services-orbit.two{right:0;top:17%}.services-orbit.three{left:11%;bottom:2%}
.services-market-ribbon{margin-top:30px;overflow:hidden;border-block:1px solid rgba(7,24,95,.08);background:#ffc400;color:#07185f}.services-market-ribbon>div{min-height:50px;display:flex;align-items:center;justify-content:center;gap:38px;padding:0 22px}.services-market-ribbon span{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}
.services-primary-section{padding:78px 0 82px;background:radial-gradient(circle at 94% 8%,rgba(255,196,0,.12),transparent 21%),linear-gradient(180deg,#fff,#f5f8ff)}.services-section-head{align-items:center;margin-bottom:35px}.services-section-head .section-title{max-width:850px;font-size:clamp(40px,4.5vw,58px)}.services-section-note{padding:12px 15px;border:1px solid #dfe6f2;border-radius:999px;background:#fff;color:#1557c8;font-size:9px;font-weight:900;white-space:nowrap}
.primary-services{gap:22px}.primary-service{min-height:455px;grid-template-rows:auto 1fr auto;gap:21px;padding:34px;border:1px solid #dfe6f2;border-radius:28px;box-shadow:0 18px 48px rgba(7,24,95,.09);transition:.25s}.primary-service:hover{transform:translateY(-6px);box-shadow:0 27px 62px rgba(7,24,95,.15)}.primary-service.pharmacy{background:radial-gradient(circle at 100% 0,rgba(39,102,229,.13),transparent 30%),linear-gradient(145deg,#fff,#eef4ff)}.primary-service.pressing{background:radial-gradient(circle at 100% 0,rgba(255,196,0,.29),transparent 31%),linear-gradient(145deg,#fffdf4,#fff4c8)}
.service-card-index{position:absolute;right:29px;top:24px;color:rgba(7,24,95,.1);font-size:52px;font-weight:900;letter-spacing:-.06em}.primary-service-top{display:flex;align-items:center;gap:13px}.primary-service-top>span{padding:8px 11px;border:1px solid #dbe4f3;border-radius:999px;background:rgba(255,255,255,.7);color:#1557c8;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.primary-service-icon{width:68px;height:68px;border-radius:21px}.primary-service h3{font-size:31px}.primary-service p{font-size:13px}.primary-service li{font-size:11px}.primary-service .btn{min-height:50px;padding-inline:20px;border-radius:14px;background:linear-gradient(135deg,#1657ca,#071f75);box-shadow:0 11px 25px rgba(7,31,117,.2)}
.services-steps{padding:76px 0;background:#edf3ff}.services-steps-shell{padding:49px;border-radius:31px;color:#fff;background:radial-gradient(circle at 92% 10%,rgba(38,99,222,.72),transparent 26%),linear-gradient(135deg,#05144e,#082f99);box-shadow:0 28px 70px rgba(7,24,95,.18)}.services-steps-shell .eyebrow{color:#ffc400}.services-steps-shell .section-title{color:#fff}.services-steps-shell .section-subtitle{color:#cbd8f5}.services-steps-shell .section-head{margin-bottom:32px}
.service-step-grid{position:relative;gap:13px}.service-step-grid:before{content:"";position:absolute;left:17%;right:17%;top:45px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,196,0,.65),transparent)}.service-step-grid article{position:relative;padding:27px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.08);backdrop-filter:blur(9px)}.service-step-grid span{background:#ffc400}.service-step-grid small{display:block;margin-top:18px;color:#ffc400;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.service-step-grid h3{margin-top:6px;color:#fff;font-size:20px}.service-step-grid p{color:#c7d4f1}
.partner-stores-section{padding:82px 0 95px;background:#fff}.partner-stores-section .section-title{font-size:clamp(39px,4vw,54px)}.partner-store-card{border:1px solid #e0e6f1;border-radius:25px;box-shadow:0 15px 42px rgba(7,24,95,.08);transition:.25s}.partner-store-card:hover{transform:translateY(-5px);border-color:#ffc400;box-shadow:0 24px 55px rgba(7,24,95,.14)}.partner-store-media{height:175px}.partner-store-content{padding:23px}

@media(max-width:900px){.services-hero-shell{grid-template-columns:1fr;padding:48px}.services-hero-visual{display:block;min-height:300px;margin-top:20px}.services-hero-copy{max-width:760px}.services-section-head{align-items:flex-start}.services-section-note{display:none}}
@media(max-width:720px){
  .services-hero{padding-top:12px}.services-hero-shell{padding:38px 22px 30px;border-radius:26px}.services-hero-shell:before{mask-image:none}.services-hero h1{font-size:44px}.services-hero p{font-size:13px}.services-hero-trust{gap:10px 14px}.services-hero-trust span{font-size:8px}.services-hero-visual{min-height:255px;margin-top:24px}.services-orbit-ring{width:245px;height:245px}.services-center-mark{width:115px;height:115px;border-radius:35px}.services-center-mark strong{font-size:40px}.services-orbit{width:82px;height:68px;border-radius:19px}.services-orbit b{font-size:19px}.services-orbit.one{left:-3%;top:5%}.services-orbit.two{right:-3%;top:14%}.services-orbit.three{left:6%;bottom:0}
  .services-market-ribbon{margin-top:20px;overflow-x:auto}.services-market-ribbon>div{width:max-content;min-height:44px;justify-content:flex-start;gap:22px}.services-market-ribbon span{font-size:8px}
  .services-primary-section{padding:53px 0 58px}.services-section-head .section-title{font-size:36px}.primary-services{gap:14px}.primary-service{min-height:0;padding:25px 20px;border-radius:23px}.primary-service h3{font-size:25px}.service-card-index{right:20px;top:17px;font-size:42px}.primary-service-top>span{font-size:7px}.primary-service .btn{width:100%}
  .services-steps{padding:52px 0}.services-steps-shell{padding:32px 20px;border-radius:25px}.service-step-grid:before{display:none}.service-step-grid article{padding:22px}.partner-stores-section{padding:57px 0 72px}
}

/* Services — présentation réelle du centre */
.services-real-hero{grid-template-columns:.95fr 1.05fr;align-items:stretch;padding:34px 34px 34px 68px}.services-real-hero .services-hero-copy{align-self:center}.services-real-photo{position:relative;min-height:465px;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:27px;background:#07185f;box-shadow:0 25px 55px rgba(0,0,0,.3)}.services-real-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(3,12,45,.88) 100%)}.services-real-photo img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 16%;filter:saturate(.94) contrast(1.04)}.services-real-photo figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;display:grid;gap:3px;color:#fff}.services-real-photo figcaption span{color:#ffc400;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.services-real-photo figcaption strong{font-size:25px}.services-real-photo figcaption small{color:#d3ddf2;font-size:10px}.services-real-hero .services-hero-trust span{position:relative;padding-left:13px}.services-real-hero .services-hero-trust span:before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;background:#ffc400;transform:translateY(-50%)}
.services-experiences-section{padding-bottom:78px}.experience-card{min-height:300px;border-radius:20px;box-shadow:0 12px 32px rgba(7,24,95,.065)}.experience-card:before{left:0;right:0;top:0;bottom:auto;width:auto;height:4px;border-radius:0;background:var(--experience-color,#123ca8)}.experience-card:hover{transform:translateY(-3px)}.experience-icon.service-monogram{width:54px;height:54px;margin-bottom:22px;border-radius:14px;font-family:Arial,sans-serif;font-size:18px;font-weight:900;letter-spacing:-.04em}.experience-card .service-tag{color:#65718a}.experience-card h3{font-size:24px}.experience-card p{font-size:11px}.experience-place{display:inline-flex;align-items:center;gap:7px;background:#f5f7fb;color:#53617d}.experience-place i{width:6px;height:6px;border-radius:50%;background:#20a45a}.experience-conference .experience-place i{background:#c68a08}
@media(max-width:900px){.services-real-hero{grid-template-columns:1fr;padding:48px}.services-real-photo{min-height:440px;margin-top:24px}}
@media(max-width:720px){.services-real-hero{padding:38px 22px 22px}.services-real-photo{min-height:365px;margin-top:25px;border-radius:20px}.services-real-photo figcaption{left:18px;bottom:17px}.services-real-photo figcaption strong{font-size:21px}.services-experiences-section{padding-bottom:54px}.experience-card{min-height:255px}}
.services-real-photo img{object-position:50% 0}
.services-real-hero .services-real-photo{min-height:0;aspect-ratio:1030/572;align-self:center;background:#061650}.services-real-photo:after{display:none}.services-real-photo img{object-fit:contain;object-position:center}
@media(max-width:900px){.services-real-hero .services-real-photo{min-height:0;aspect-ratio:1030/572}}
@media(max-width:720px){.services-real-hero .services-real-photo{min-height:0;aspect-ratio:1030/572;margin-top:25px}}

/* Hero Services — visuel officiel uniquement */
.services-real-hero{display:block;min-height:0;padding:0;background:#061650;box-shadow:0 25px 60px rgba(7,24,95,.18)}
.services-real-hero .services-hero-copy{display:none}
.services-real-hero .services-real-photo{width:100%;margin:0;border:0;border-radius:36px;box-shadow:none}
@media(max-width:720px){.services-real-hero{padding:0}.services-real-hero .services-real-photo{margin:0;border-radius:25px}}

/* Logos dédiés des services Mon Repère */
.experience-unit-logo{position:relative;width:152px;min-height:62px;display:grid;align-content:center;gap:2px;margin-bottom:22px;padding:10px 14px 9px 17px;overflow:hidden;border:1px solid color-mix(in srgb,var(--experience-color,#123ca8) 25%,#dfe6f2);border-radius:15px;background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--experience-color,#123ca8) 8%,#fff));box-shadow:0 10px 24px color-mix(in srgb,var(--experience-color,#123ca8) 13%,transparent)}.experience-unit-logo:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--experience-color,#123ca8)}.experience-unit-logo strong{color:#07185f;font:900 22px/1 Arial,sans-serif;letter-spacing:-.09em}.experience-unit-logo strong span{color:var(--experience-color,#123ca8)}.experience-unit-logo small{color:var(--experience-color,#123ca8);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.experience-cafe .experience-unit-logo{width:172px}.experience-card .experience-number{top:28px}
@media(max-width:720px){.experience-unit-logo{width:143px;min-height:57px;margin-bottom:19px}.experience-cafe .experience-unit-logo{width:165px}.experience-unit-logo strong{font-size:20px}.experience-unit-logo small{font-size:7px}}

/* Header premium — navigation du centre */
.announcement{height:30px;background:linear-gradient(90deg,#031044,#071d70 58%,#0b3aa5);border-bottom:1px solid rgba(255,255,255,.08)}.announcement-inner{height:100%;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:8px;letter-spacing:.14em}.announcement-inner>span:first-child{display:flex;align-items:center;gap:8px}.announcement .pulse-dot{box-shadow:0 0 0 5px rgba(255,196,0,.12)}
.site-header{height:92px;background:rgba(255,255,255,.96);border-bottom:1px solid #e7ebf3;box-shadow:0 14px 42px rgba(7,24,95,.07);backdrop-filter:blur(22px)}.header-inner{gap:34px}.brand{height:100%;padding:5px 0}.official-logo{width:128px;height:80px;mix-blend-mode:multiply}
.desktop-nav{gap:4px;padding:6px;border:1px solid #e3e8f2;border-radius:18px;background:#f5f7fb;box-shadow:inset 0 1px 0 #fff}.desktop-nav a{min-height:42px;display:flex;align-items:center;padding:0 18px;border-radius:12px;color:#495572;font-size:11px;font-weight:800;transition:.2s}.desktop-nav a:hover{background:#fff;color:#0d43b5}.desktop-nav a.active{background:linear-gradient(135deg,#0d42b6,#071c70);color:#fff;box-shadow:0 8px 18px rgba(7,31,117,.2)}.desktop-nav a.active:after{display:none}
.header-actions{gap:7px;padding:5px;border:1px solid #e3e8f2;border-radius:19px;background:#f7f9fc}.icon-button{width:43px;height:43px;border-color:transparent;border-radius:13px;background:#fff;color:#07185f;box-shadow:0 5px 15px rgba(7,24,95,.055)}.icon-button:hover{border-color:#d7e1f3;background:#edf3ff;color:#1557c8}.cart-button{height:43px;padding:0 15px;border-radius:13px;background:linear-gradient(135deg,#ffc400,#ffd84b);color:#07185f;box-shadow:0 9px 20px rgba(255,196,0,.23)}.cart-button:hover{transform:translateY(-1px);box-shadow:0 12px 25px rgba(255,196,0,.3)}.cart-count{background:#07185f;color:#fff}.cart-button svg{stroke-width:2}.cart-label{font-size:11px;font-weight:900}
@media(max-width:900px){.desktop-nav a{padding-inline:12px}.header-inner{gap:18px}}
@media(max-width:720px){.announcement{height:25px}.announcement-inner{justify-content:center;font-size:7px}.site-header{height:72px}.header-inner{gap:7px}.brand{padding:3px 0}.official-logo{width:101px;height:65px}.header-actions{margin-left:auto;gap:5px;padding:3px;border-radius:15px}.icon-button{width:40px;height:40px;border-radius:11px}.cart-button{position:relative;width:42px;height:40px;padding:0;border-radius:11px}.cart-button svg{display:block;width:18px;height:18px}.cart-count{right:-4px;top:-5px;border-color:#fff;background:#ffc400;color:#07185f}.cart-label{display:none}}

/* Réservation de la salle de conférences */
.conference-booking-action{padding:11px 14px;border-radius:11px;background:#fff5d2;color:#815a04;box-shadow:inset 0 0 0 1px rgba(198,138,8,.2)}.conference-booking-action:hover{background:#c68a08;color:#fff}.modal:has(.conference-modal-form){width:min(620px,100%)}.conference-modal-form .field label{font-size:10px}.conference-modal-form input,.conference-modal-form select,.conference-modal-form textarea{min-height:46px;font-size:13px}.conference-modal-form textarea{min-height:96px}.conference-modal-form .btn{margin-top:3px;background:linear-gradient(135deg,#c68a08,#8e5e00)}
@media(max-width:720px){.modal-host:not(:empty){padding:10px}.modal:has(.conference-modal-form){max-height:94vh;padding:23px 18px;border-radius:20px}.conference-modal-form .form-row{grid-template-columns:1fr}.conference-booking-action{padding:10px 12px}}
