:root {
  --sky-green-950: #0c2f27;
  --sky-green-900: #123e34;
  --sky-green-800: #185346;
  --sky-green-700: #236b59;
  --sky-lime: #cef64a;
  --sky-cream: #f5f1e7;
  --sky-soft: #f1f3ef;
  --sky-ink: #111a17;
  --sky-muted: #68736f;
  --sky-line: #dce2dd;
  --sky-white: #fff;
  --sky-shadow: 0 16px 45px rgba(12, 47, 39, .09);
  --sky-radius: 18px;
  --sky-wrap: 1500px;
}

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  color: var(--sky-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body.mobile-menu-open { overflow: hidden; }
img { height: auto; max-width: 100%; }
a { color: inherit; }
.wrap, #wrapper > .container, .breadcrumb, .sky-category-header {
  margin-inline: auto;
  max-width: var(--sky-wrap);
  width: calc(100% - 64px);
}
#wrapper { background: #fff; box-shadow: none; padding-top: 0; }
#wrapper > .container { padding: 0; }
#content-wrapper { min-width: 0; }
#index #wrapper > .container { max-width: none; width: 100%; }
#index #wrapper .breadcrumb { display: none; }
#index #content-wrapper { padding: 0; width: 100%; }
.sky-home-content { margin: 0; }

/* En-tête */
.sky-promo-slot:empty { display: none; }
.sky-header { background: #fff; border-bottom: 1px solid var(--sky-line); position: relative; z-index: 50; }
.sky-header__main {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 190px minmax(160px, 1fr) minmax(280px, auto);
  min-height: 92px;
}
.sky-header__logo h1 { margin: 0; }
.sky-header__logo img { display: block; height: auto; max-height: 64px; width: 174px; }
.sky-header__promise { color: var(--sky-green-900); display: flex; flex-direction: column; font-size: 14px; line-height: 1.3; }
.sky-header__promise strong { font-size: 17px; }
.sky-header__tools { align-items: center; display: flex; justify-content: flex-end; min-width: 0; }
.sky-header__tools > * { margin-left: 18px; }
.sky-header__tools #search_widget { float: none; margin: 0; min-width: 240px; position: relative; }
.sky-header__tools #search_widget form input {
  background: var(--sky-soft); border: 1px solid transparent; border-radius: 999px; height: 44px; padding: 0 48px 0 18px;
}
.sky-header__tools #search_widget form input:focus { background: #fff; border-color: var(--sky-green-700); outline: 0; }
.sky-header__tools .user-info, .sky-header__tools .blockcart { margin: 0; }
.sky-header__tools .blockcart { background: transparent; height: auto; padding: 0; }
.sky-menu-toggle { align-items: center; background: none; border: 0; color: var(--sky-green-950); display: none; gap: 4px; padding: 8px; }
.sky-menu-toggle span { background: currentColor; display: block; height: 2px; width: 22px; }
.sky-menu-toggle b { font-size: 10px; margin-left: 5px; text-transform: uppercase; }

/* Méga-menu */
.sky-navigation { border-top: 1px solid #edf0ed; }
.sky-navigation .nav { background: #fff; display: block; position: static; }
.sky-navigation .nav__in { align-items: stretch; display: flex; gap: 4px; justify-content: center; min-height: 58px; }
.sky-navigation .nav__item { display: flex; position: static; }
.sky-navigation .nav__link {
  align-items: center; background: transparent; border: 0; color: #26342f; display: flex; font-size: 13px; font-weight: 700; gap: 6px;
  padding: 0 17px; text-decoration: none; white-space: nowrap;
}
.sky-navigation .nav__link:hover, .sky-navigation .nav__link:focus { color: var(--sky-green-700); }
.sky-navigation .nav__link--all { color: var(--sky-green-800); }
.sky-navigation .nav__link em { background: var(--sky-lime); border-radius: 999px; color: var(--sky-green-950); font-size: 9px; font-style: normal; padding: 2px 6px; }
.sky-navigation .mega {
  background: #fff; border: 1px solid var(--sky-line); border-radius: 0 0 18px 18px; box-shadow: var(--sky-shadow); display: none;
  gap: 28px; left: 50%; max-height: calc(100vh - 170px); max-width: var(--sky-wrap); overflow: auto; padding: 30px; position: absolute;
  top: 100%; transform: translateX(-50%); width: calc(100% - 64px); z-index: 70;
}
.sky-navigation [data-mega]:hover > .mega, .sky-navigation [data-mega].is-open > .mega { display: grid; }
.sky-navigation .mega--all { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.sky-navigation .mega--tree { grid-template-columns: minmax(0, 1fr) 250px; }
.sky-navigation .mega__cols { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sky-navigation .mega__title { border-bottom: 1px solid var(--sky-line); margin-bottom: 10px; padding-bottom: 8px; }
.sky-navigation .mega__title a { color: var(--sky-green-900); font-weight: 800; text-decoration: none; }
.sky-navigation .mega__title em, .sky-navigation .mega li em { color: #87918c; font-size: 10px; font-style: normal; }
.sky-navigation .mega ul { list-style: none; margin: 0; padding: 0; }
.sky-navigation .mega li { margin: 7px 0; }
.sky-navigation .mega li a { color: #58645f; font-size: 12px; text-decoration: none; }
.sky-navigation .mega li a:hover { color: var(--sky-green-700); text-decoration: underline; }
.sky-navigation .mega__promo { background: var(--sky-cream); border-radius: 14px; display: grid; padding: 16px; text-decoration: none; }
.sky-navigation .mega__promo img { aspect-ratio: 1; object-fit: contain; width: 100%; }
.mobile-nav__head, .nav-overlay { display: none; }

/* Bandeaux */
.topbar { background: var(--sky-promobar-bg, var(--sky-green-950)); color: var(--sky-promobar-text, #fff); font-size: 12px; }
.topbar__in { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.topbar__slides { min-width: 0; }
.topbar__slide { align-items: center; display: none; gap: 8px; }
.topbar__slide.is-on { display: flex; }
.topbar__slide .dot { background: var(--sky-promobar-accent, var(--sky-lime)); border-radius: 50%; height: 6px; width: 6px; }
.topbar a { color: inherit; }
.topbar__links { display: flex; gap: 18px; }
.noticebar { padding: 8px 0; text-align: center; }

/* Éditeur d'accueil : composants publics */
.section { background: var(--sky-section-bg, #fff); padding: 72px 0; }
.section--soft { background: var(--sky-section-bg, var(--sky-cream)); }
.section__head { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 30px; }
.section__head h1, .section__head h2, .section__head h3 { font-size: clamp(34px, 4vw, 62px); letter-spacing: -.045em; line-height: 1; margin: 6px 0 0; }
.section__head p { color: var(--sky-muted); margin: 12px 0 0; max-width: 680px; }
.eyebrow, .hero__eyebrow { color: var(--sky-green-700); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.link-more { color: var(--sky-green-900); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.trust { background: var(--sky-section-bg, var(--sky-green-900)); color: #fff; }
.trust__in { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust__item { align-items: center; border-right: 1px solid rgba(255,255,255,.16); display: flex; gap: 12px; min-width: 0; padding: 18px 22px; }
.trust__item:last-child { border-right: 0; }
.trust__ico { align-items: center; background: rgba(255,255,255,.1); border-radius: 50%; display: flex; flex: 0 0 42px; height: 42px; justify-content: center; }
.trust__item b, .trust__item span span { display: block; }
.trust__item b { font-size: 13px; }
.trust__item span span { color: rgba(255,255,255,.7); font-size: 11px; }

.hero { background: var(--sky-section-bg, #fff); padding: 26px 0 0; }
.hero__grid { display: grid; gap: 16px; grid-template-columns: minmax(0, 2fr) minmax(280px, .8fr); }
.hero__main { background: var(--sky-green-900); border-radius: var(--sky-radius); color: #fff; min-height: 560px; overflow: hidden; position: relative; }
.hero__photo { height: 100%; inset: 0; object-fit: cover; opacity: .78; position: absolute; width: 100%; }
.hero__main::after { background: linear-gradient(90deg, rgba(5,29,23,.96), rgba(5,29,23,.28) 70%, transparent); content: ''; inset: 0; position: absolute; }
.hero__copy { max-width: 670px; padding: clamp(38px, 6vw, 92px); position: relative; z-index: 2; }
.hero__copy h1, .hero__copy h2 { font-size: clamp(48px, 6vw, 92px); letter-spacing: -.06em; line-height: .92; margin: 15px 0 24px; }
.hero__copy p { color: rgba(255,255,255,.78); font-size: 17px; max-width: 520px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.btn--primary, .btn--dark, .btn--ghost, .btn--sm {
  align-items: center; border-radius: 999px; display: inline-flex; font-weight: 700; gap: 8px; justify-content: center; text-decoration: none;
}
.btn--primary { background: var(--sky-lime); color: var(--sky-green-950); padding: 14px 22px; }
.btn--ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; padding: 13px 22px; }
.btn--sm { padding: 9px 14px; }
.btn--dark { background: var(--sky-green-950); color: #fff; }
.hero__side { display: grid; gap: 16px; grid-template-rows: 1fr 1fr; }
.tile { background: var(--sky-cream); border-radius: var(--sky-radius); min-height: 272px; overflow: hidden; padding: 28px; position: relative; }
.tile__img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.tile::after { background: linear-gradient(0deg, rgba(12,47,39,.72), transparent 72%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.tile > :not(img) { color: #fff; position: relative; z-index: 1; }
.tile h3 { font-size: 30px; line-height: 1; margin: 8px 0 12px; }
.tile__kicker { font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.cats { display: grid; gap: 14px; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.cat { background: var(--sky-card-bg, var(--sky-soft)); border-radius: 16px; color: var(--sky-card-text, var(--sky-ink)); display: flex; flex-direction: column; min-width: 0; overflow: hidden; padding: 12px; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.cat:hover { box-shadow: var(--sky-shadow); transform: translateY(-4px); }
.cat img { aspect-ratio: 1.25; object-fit: contain; width: 100%; }
.cat b { font-size: 12px; margin-top: 8px; text-transform: uppercase; }
.cat span { color: var(--sky-muted); font-size: 10px; }
.cat:nth-child(7n+1) { background: var(--sky-card-bg, #dceccf); }
.cat:nth-child(7n+2) { background: var(--sky-card-bg, #e3dfeb); }
.cat:nth-child(7n+3) { background: var(--sky-card-bg, #dce4f5); }
.cat:nth-child(7n+4) { background: var(--sky-card-bg, #f0d5cd); }
.cat:nth-child(7n+5) { background: var(--sky-card-bg, #f1d9df); }
.cat:nth-child(7n+6) { background: var(--sky-card-bg, #f3dfbf); }
.cat:nth-child(7n+7) { background: var(--sky-card-bg, #d6e9e1); }

.duo { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.promo-card { background: var(--sky-cream); border-radius: var(--sky-radius); display: block; min-height: 350px; overflow: hidden; padding: 42px; position: relative; text-decoration: none; }
.promo-card--wide { min-height: 430px; }
.promo-card > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.promo-card::after { background: linear-gradient(90deg, rgba(12,47,39,.88), rgba(12,47,39,.1)); content: ''; inset: 0; position: absolute; }
.promo-card > :not(img) { color: #fff; max-width: 530px; position: relative; z-index: 1; }
.promo-card h2, .promo-card h3 { font-size: clamp(32px, 4vw, 62px); letter-spacing: -.04em; line-height: 1; margin: 12px 0; }
.promo-card .tag { font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.grid-prod, #products .products, .product-accessories .products { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; }
.grid-prod > .product, #products .products > .product, .product-accessories .products > .product { max-width: none; min-width: 0; padding: 0; width: auto; }
.product-miniature { height: 100%; }
.product-miniature .thumbnail-container { background: #fff; border: 1px solid var(--sky-line); border-radius: 16px; box-shadow: none; display: flex; flex-direction: column; height: 100%; margin: 0; overflow: hidden; width: 100%; }
.product-miniature .thumbnail-top { background: #f0f0eb; position: relative; }
.product-miniature .product-thumbnail { display: block; }
.product-miniature .product-thumbnail img { aspect-ratio: .92; height: auto; object-fit: contain; width: 100%; }
.product-miniature .product-description { background: #fff; display: flex; flex: 1; flex-direction: column; height: auto; padding: 17px; position: static; width: auto; }
.product-miniature .product-title { font-size: 17px; line-height: 1.25; margin: 0 0 15px; text-align: left; }
.product-miniature .product-title a { color: var(--sky-ink); font-weight: 700; }
.product-miniature .product-price-and-shipping { margin-top: auto; text-align: left; }
.product-miniature .price { color: var(--sky-green-800); font-size: 18px; font-weight: 800; }
.product-miniature .product-flags { left: 12px; top: 12px; }
.product-miniature .product-flag { background: var(--sky-lime); color: var(--sky-green-950); font-size: 9px; }
.product-miniature .highlighted-informations { background: rgba(255,255,255,.92); bottom: 0; height: auto; padding: 8px; }
.product-miniature .quick-view { color: var(--sky-green-900); font-size: 12px; }

.posts { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post { border: 1px solid var(--sky-line); border-radius: 16px; overflow: hidden; text-decoration: none; }
.post__img { background: var(--sky-soft); display: block; overflow: hidden; }
.post__img img { aspect-ratio: 1.7; object-fit: cover; width: 100%; }
.post__body { display: block; padding: 22px; }
.post__body h3 { font-size: 21px; margin: 8px 0; }
.post__body p { color: var(--sky-muted); font-size: 13px; }
.post__cat { color: var(--sky-green-700); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brands { align-items: center; display: grid; gap: 18px; grid-template-columns: repeat(7, 1fr); }
.brand { background: #fff; border-radius: 12px; display: grid; min-height: 95px; padding: 15px; place-items: center; }
.news { align-items: center; background: var(--sky-green-900); border-radius: var(--sky-radius); color: #fff; display: grid; gap: 40px; grid-template-columns: 1fr 1fr; padding: 45px; }
.section--seo .seo-block { max-width: 1080px; }
.seo-block .rte { color: #4d5a55; font-size: 15px; }
.content-media { align-items: center; display: grid; gap: clamp(38px, 7vw, 110px); grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); }
.content-media--image-left .content-media__copy { order: 2; }
.content-media--image-left .content-media__visual { order: 1; }
.content-media__copy h2, .content-media__copy h3 { font-size: clamp(38px, 5vw, 68px); letter-spacing: -.05em; line-height: 1; margin: 8px 0 24px; }
.content-media__copy .rte { color: var(--sky-muted); line-height: 1.75; }
.content-media__copy .rte strong { color: var(--sky-green-800); }
.content-media__visual { background: var(--sky-cream); border-radius: var(--sky-radius); margin: 0; overflow: hidden; }
.content-media__visual img { aspect-ratio: 1.18; object-fit: contain; width: 100%; }

/* Catégorie et facettes */
.sky-category-header { margin-bottom: 30px; }
.sky-category-header__fallback { background: var(--sky-cream); border-radius: var(--sky-radius); padding: clamp(28px, 5vw, 68px); }
.sky-category-header h1 { font-size: clamp(42px, 6vw, 78px); letter-spacing: -.05em; line-height: 1; margin: 8px 0 18px; }
.sky-category-header__description { color: var(--sky-muted); max-width: 780px; }
.cat-hero {
  align-items: center; background: var(--sky-green-900); border-radius: var(--sky-radius); color: #fff; display: grid; gap: 40px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); min-height: 340px; overflow: hidden; padding: clamp(32px, 5vw, 70px); position: relative;
}
.cat-hero::after { background: radial-gradient(circle at 80% 20%, rgba(206,246,74,.18), transparent 44%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.cat-hero__content { min-width: 0; position: relative; z-index: 2; }
.cat-hero h1 { color: #fff; margin-top: 0; }
.cat-hero__description, .cat-hero__content > p { color: rgba(255,255,255,.75); }
.cat-hero > img { align-self: stretch; height: 100%; inset: 0 0 0 auto; object-fit: contain; position: absolute; width: 45%; z-index: 1; }
.cat-hero__stats { display: flex; gap: 0; margin-top: 25px; }
.cat-hero__stats div { border-left: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; padding: 0 20px; }
.cat-hero__stats div:first-child { border-left: 0; padding-left: 0; }
.cat-hero__stats b { font-size: 21px; }
.cat-hero__stats span { color: rgba(255,255,255,.65); font-size: 10px; text-transform: uppercase; }
.subcats { display: flex; gap: 8px; margin-top: 14px; overflow-x: auto; padding-bottom: 5px; }
.subcats .chip { border: 1px solid var(--sky-line); border-radius: 999px; flex: 0 0 auto; font-size: 12px; padding: 8px 13px; text-decoration: none; }
.subcats .chip em { color: var(--sky-muted); font-size: 9px; font-style: normal; margin-left: 4px; }
#category #left-column { padding-right: 26px; }
#search_filters, #search_filters_brands, #search_filters_suppliers { border: 1px solid var(--sky-line); border-radius: 14px; box-shadow: none; padding: 18px; }
#search_filters .facet .facet-title { color: var(--sky-green-900); font-size: 13px; }
.products-selection { border: 0; margin: 0 0 20px; }
.block-category { box-shadow: none; min-height: 0; }

/* Fiche produit */
#product #main { padding-bottom: 60px; }
#product .product-container { align-items: start; display: grid; gap: clamp(30px, 5vw, 80px); grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); margin: 0; }
#product .product-container > .col-md-6 { max-width: none; padding: 0; width: auto; }
#product .page-content { margin: 0; }
#product .product-cover img { background: var(--sky-soft); border-radius: var(--sky-radius); box-shadow: none; width: 100%; }
#product .images-container .product-images > li.thumb-container > .thumb { border-radius: 10px; }
#product h1 { font-size: clamp(38px, 4.5vw, 68px); letter-spacing: -.05em; line-height: 1.02; margin: 0 0 20px; text-transform: none; }
#product .current-price { color: var(--sky-green-800); font-size: 30px; }
#product .product-description { color: var(--sky-muted); }
#product .product-actions { border-top: 1px solid var(--sky-line); margin-top: 22px; padding-top: 22px; }
#product .product-variants > .product-variants-item select { border: 1px solid var(--sky-line); border-radius: 10px; min-height: 46px; }
#product .add-to-cart { background: var(--sky-green-800); border-radius: 999px; font-size: 14px; min-height: 52px; padding-inline: 28px; }
#product .add-to-cart:hover { background: var(--sky-green-950); }
#product .tabs { box-shadow: none; margin-top: 36px; padding: 0; }
#product .tabs .nav-tabs { border-bottom: 1px solid var(--sky-line); }
#product .tabs .nav-tabs .nav-link.active { border-bottom-color: var(--sky-green-700); color: var(--sky-green-800); }
#product .tabs .tab-content { padding: 28px 0; }
.sky-key-facts { margin: 20px 0; }

/* CMS */
.page-header h1, .page-cms .page-header h1 { font-size: clamp(38px, 5vw, 66px); letter-spacing: -.04em; text-transform: none; }
.sky-cms { background: #fff; border: 1px solid var(--sky-line); border-radius: var(--sky-radius); box-shadow: none; margin: 0 auto 70px; max-width: 1100px; padding: clamp(24px, 5vw, 70px); }
.sky-cms__body { color: #36433e; font-size: 15px; line-height: 1.75; }
.sky-cms__body h2, .sky-cms__body h3 { color: var(--sky-green-900); margin-top: 1.7em; }

/* Footer configurable + accordéons mobiles */
.sky-footer-newsletter { background: var(--sky-cream); }
.sky-footer { background: var(--sky-green-950); color: #fff; padding: 42px 0 20px; }
.sky-footer a { color: rgba(255,255,255,.76); }
.sky-footer__intro { align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); display: flex; gap: 50px; justify-content: space-between; padding-bottom: 32px; }
.sky-footer__brand { align-items: center; display: flex; gap: 22px; }
.sky-footer__brand img { background: #fff; border-radius: 6px; max-height: 58px; padding: 7px; width: 150px; }
.sky-footer__brand p { font-size: 17px; margin: 0; max-width: 190px; }
.sky-footer__service { display: flex; flex-direction: column; max-width: 520px; text-align: right; }
.sky-footer__service span { color: rgba(255,255,255,.62); font-size: 12px; margin-top: 4px; }
.sky-footer__links { display: grid; gap: 30px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 38px 0; }
.sky-footer__links > * { float: none; margin: 0; max-width: none; padding: 0; width: auto; }
.sky-footer__links .title, .sky-footer__links h3, .sky-footer__links h4 { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .08em; margin: 0 0 18px; text-transform: uppercase; }
.sky-footer__links ul { list-style: none; margin: 0; padding: 0; }
.sky-footer__links li { margin: 9px 0; }
.sky-footer__links li a { font-size: 12px; }
.sky-footer__bottom { border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.6); display: flex; font-size: 11px; gap: 24px; justify-content: space-between; padding-top: 20px; }
.sky-cookie-manage { background: none; border: 0; color: inherit; padding: 0; text-decoration: underline; }

@media (max-width: 1199px) {
  .wrap, #wrapper > .container, .breadcrumb, .sky-category-header { width: calc(100% - 40px); }
  .sky-header__main { grid-template-columns: 160px 1fr auto; }
  .sky-header__promise { display: none; }
  .sky-navigation .nav__link { padding-inline: 11px; }
  .sky-navigation .mega { width: calc(100% - 40px); }
  .cats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-prod, #products .products, .product-accessories .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sky-navigation .mega--all { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .sky-header__main { gap: 14px; grid-template-columns: auto 1fr auto; min-height: 74px; }
  .sky-menu-toggle { display: flex; flex-direction: column; }
  .sky-header__logo { justify-self: center; }
  .sky-header__logo img { max-height: 52px; width: 145px; }
  .sky-header__tools #search_widget { display: none; }
  .sky-header__tools > * { margin-left: 10px; }
  .sky-navigation { border: 0; }
  .sky-navigation .nav { bottom: 0; box-shadow: 10px 0 40px rgba(0,0,0,.18); left: 0; max-width: 390px; overflow-y: auto; position: fixed; top: 0; transform: translateX(-105%); transition: transform .25s ease; width: calc(100% - 38px); z-index: 1002; }
  .mobile-menu-open .sky-navigation .nav { transform: translateX(0); }
  .mobile-nav__head { align-items: center; border-bottom: 1px solid var(--sky-line); display: flex; justify-content: space-between; padding: 20px; }
  .mobile-nav__close { background: none; border: 0; }
  .sky-navigation .nav__in { align-items: stretch; display: flex; flex-direction: column; gap: 0; min-height: 0; padding: 12px 0 30px; width: 100%; }
  .sky-navigation .nav__item { display: block; width: 100%; }
  .sky-navigation .nav__link { border-bottom: 1px solid #edf0ed; justify-content: space-between; min-height: 49px; padding: 12px 20px; width: 100%; }
  .sky-navigation .mega, .sky-navigation .mega--tree, .sky-navigation .mega--all { border: 0; border-radius: 0; box-shadow: none; display: none; grid-template-columns: 1fr; max-height: none; overflow: visible; padding: 5px 20px 18px 32px; position: static; transform: none; width: 100%; }
  .sky-navigation [data-mega]:hover > .mega { display: none; }
  .sky-navigation [data-mega].is-open > .mega { display: grid; }
  .sky-navigation .mega__cols { grid-template-columns: 1fr; }
  .sky-navigation .mega__promo { display: none; }
  .nav-overlay { background: rgba(5,20,16,.55); border: 0; bottom: 0; display: block; left: 0; opacity: 0; pointer-events: none; position: fixed; right: 0; top: 0; transition: opacity .25s; z-index: 1001; }
  .mobile-menu-open .nav-overlay { opacity: 1; pointer-events: auto; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .hero__main { min-height: 500px; }
  .trust__in { grid-template-columns: 1fr 1fr; }
  .trust__item:nth-child(2) { border-right: 0; }
  .grid-prod, #products .products, .product-accessories .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .posts { grid-template-columns: 1fr 1fr; }
  .brands { grid-template-columns: repeat(4, 1fr); }
  #product .product-container { grid-template-columns: 1fr; }
  .sky-footer__links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .wrap, #wrapper > .container, .breadcrumb, .sky-category-header { width: calc(100% - 28px); }
  .sky-header__main { min-height: 66px; }
  .sky-header__logo img { max-height: 46px; width: 124px; }
  .sky-header__tools .user-info .hidden-sm-down, .sky-header__tools .blockcart .hidden-sm-down { display: none !important; }
  .topbar__in { justify-content: center; min-height: 38px; text-align: center; }
  .topbar__links { display: none; }
  .section { padding: 48px 0; }
  .section__head { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 22px; }
  .section__head h1, .section__head h2, .section__head h3 { font-size: 38px; overflow-wrap: anywhere; }
  .hero { padding-top: 14px; }
  .hero__main { min-height: 430px; }
  .hero__copy { padding: 35px 25px; }
  .hero__copy h1, .hero__copy h2 { font-size: 48px; overflow-wrap: anywhere; }
  .hero__copy p { font-size: 14px; }
  .hero__side { grid-template-columns: 1fr; }
  .tile { min-height: 230px; }
  .trust__in { grid-template-columns: 1fr; width: 100%; }
  .trust__item, .trust__item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.13); border-right: 0; padding-inline: 20px; }
  .cats { display: flex; gap: 10px; margin-right: -14px; overflow-x: auto; padding: 0 14px 12px 0; scroll-snap-type: x mandatory; }
  .cat { flex: 0 0 128px; scroll-snap-align: start; }
  .duo { grid-template-columns: 1fr; }
  .promo-card { min-height: 290px; padding: 28px; }
  .grid-prod, #products .products, .product-accessories .products { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-miniature .product-description { padding: 12px; }
  .product-miniature .product-title { font-size: 14px; }
  .product-miniature .price { font-size: 15px; }
  .product-miniature .highlighted-informations { display: none; }
  .posts { grid-template-columns: 1fr; }
  .brands { grid-template-columns: repeat(3, 1fr); }
  .news { gap: 22px; grid-template-columns: 1fr; padding: 28px; }
  .content-media { gap: 28px; grid-template-columns: 1fr; }
  .content-media--image-left .content-media__copy, .content-media--image-left .content-media__visual { order: initial; }
  .content-media__copy h2, .content-media__copy h3 { font-size: 40px; }
  #category #left-column { padding: 0; }
  .cat-hero { display: block; min-height: 0; padding: 30px 22px; }
  .cat-hero > img { display: none; }
  .cat-hero h1 { font-size: 40px; }
  #product h1 { font-size: 38px; }
  #product .product-container { gap: 26px; }
  #product .tabs .nav-tabs { display: flex; overflow-x: auto; white-space: nowrap; }
  .sky-cms { border-left: 0; border-radius: 0; border-right: 0; padding-inline: 0; }
  .sky-footer { padding-top: 28px; }
  .sky-footer__intro { align-items: flex-start; flex-direction: column; gap: 22px; }
  .sky-footer__brand { width: 100%; }
  .sky-footer__brand p { font-size: 15px; }
  .sky-footer__service { text-align: left; }
  .sky-footer__links { display: block; padding: 20px 0; }
  .sky-footer__links > * { border-bottom: 1px solid rgba(255,255,255,.13); padding: 0 !important; }
  .sky-footer__links .title, .sky-footer__links h3, .sky-footer__links h4 { align-items: center; cursor: pointer; display: flex; justify-content: space-between; margin: 0; min-height: 54px; }
  .sky-footer__links .title::after, .sky-footer__links h3::after, .sky-footer__links h4::after { content: '+'; font-size: 20px; font-weight: 400; }
  .sky-footer__links > .is-open .title::after, .sky-footer__links > .is-open h3::after, .sky-footer__links > .is-open h4::after { content: '−'; }
  .sky-footer__links > * > :not(.title):not(h3):not(h4) { display: none; }
  .sky-footer__links > .is-open > :not(.title):not(h3):not(h4) { display: block; }
  .sky-footer__links > .is-open > ul, .sky-footer__links > .is-open > .collapse { padding-bottom: 18px; }
  .sky-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 380px) {
  .wrap, #wrapper > .container, .breadcrumb, .sky-category-header { width: calc(100% - 20px); }
  .sky-header__logo img { width: 108px; }
  .sky-header__tools > * { margin-left: 4px; }
  .grid-prod, #products .products, .product-accessories .products { grid-template-columns: 1fr; }
  .hero__copy h1, .hero__copy h2 { font-size: 40px; }
}

/* En-tête et méga-menu : transposition fidèle de la maquette validée. */
@media (min-width: 992px) {
  .sky-header__main {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 34px;
    min-height: 76px;
  }
  .sky-header__logo img { width: 126px; max-height: 58px; }
  .sky-navigation { align-self: stretch; border: 0; min-width: 0; }
  .sky-navigation .nav,
  .sky-navigation .nav__in { height: 100%; min-height: 76px; }
  .sky-navigation .nav__in { justify-content: center; gap: 26px; width: 100%; }
  .sky-navigation .nav__item { align-items: stretch; }
  .sky-navigation .nav__link {
    min-height: 76px;
    padding: 0;
    color: #303a36;
    font-size: 12px;
    font-weight: 700;
  }
  .sky-navigation .nav__link--all { color: #303a36; }
  .sky-header__tools { gap: 13px; }
  .sky-header__tools > * { margin: 0; }
  .sky-header__tools #search_widget { min-width: 34px; width: 34px; }
  .sky-header__tools #search_widget form { height: 36px; position: relative; width: 34px; }
  .sky-header__tools #search_widget form input {
    border: 0;
    height: 36px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 34px;
  }
  .sky-header__tools #search_widget form button {
    align-items: center;
    background: transparent;
    display: flex;
    height: 36px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
  }
  .sky-navigation .sky-mega-panel {
    background: #fff;
    border: 0;
    border-radius: 0;
    border-top: 2px solid var(--sky-green-900);
    box-shadow: 0 22px 50px rgba(20,34,27,.2);
    display: none;
    gap: 35px;
    grid-template-columns: 1.25fr repeat(4,minmax(0,1fr));
    left: 50%;
    margin: 0;
    max-height: min(620px,calc(100vh - 130px));
    max-width: 1500px;
    overflow: auto;
    padding: 30px 4%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: calc(100vw - 48px);
    z-index: 80;
  }
  .sky-navigation [data-mega]:hover > .sky-mega-panel,
  .sky-navigation [data-mega].is-open > .sky-mega-panel { display: grid; }
}

.sky-mega-intro { background: #1f4a3d; color: #fff; min-height: 288px; padding: 28px 22px; }
.sky-mega-eyebrow { color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sky-mega-intro h3 { color: #fff; font-size: 24px; line-height: 1.12; margin: 14px 0 12px; }
.sky-mega-intro p { color: #d5e1dc; font-size: 11px; line-height: 1.55; margin: 0; }
.sky-mega-quick { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.sky-mega-quick a {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 20px;
  color: var(--sky-lime);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 8px;
  text-decoration: none;
}
.sky-mega-quick a:hover { background: rgba(255,255,255,.08); color: #fff; }
.sky-mega-col { display: flex; flex-direction: column; gap: 9px; padding-top: 3px; }
.sky-mega-col > a { color: #67716c; font-size: 11px; line-height: 1.25; text-decoration: none; }
.sky-mega-col > a:hover { color: #1f4a3d; transform: translateX(2px); }
.sky-mega-col .sky-mega-col__title { color: #17201d; font-size: 12px; font-weight: 800; margin-bottom: 5px; }
.sky-mega-col .sky-mega-col__title.second { margin-top: 10px; }

@media (max-width: 991px) {
  .sky-header__main { grid-template-columns: auto minmax(0,1fr) auto; }
  .sky-navigation { border: 0; min-width: 0; }
  .sky-navigation .nav__in { justify-content: flex-start; }
  .sky-navigation .nav__item--all { display: none; }
  .sky-navigation .sky-mega-panel { display: none !important; }
}

/* Bannière et sélection éditoriale de l'accueil, calées sur la maquette. */
.hero.hero--mockup {
  background: #1f4a3d;
  color: #fff;
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 550px;
  overflow: hidden;
  padding: 0;
}
.hero--mockup .hero__content { align-self: center; padding: 70px clamp(38px,7vw,120px); position: relative; z-index: 2; }
.hero--mockup .hero__pill {
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 8px 13px;
  text-transform: uppercase;
}
.hero--mockup h1,.hero--mockup h2 {
  color: #fff;
  font-size: clamp(58px,6vw,96px);
  letter-spacing: -.055em;
  line-height: .94;
  margin: 24px 0;
  max-width: 680px;
}
.hero--mockup .hero__content > p { color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.65; max-width: 540px; }
.hero--mockup .hero__buttons { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.hero--mockup .btn--cream { background: #fff; border-radius: 999px; color: #15372e; padding: 15px 22px; }
.hero--mockup .hero__text-link { color: #fff; font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.hero--mockup .hero__visual { background: #e5dbc4; min-height: 550px; overflow: hidden; position: relative; }
.hero--mockup .hero__visual::before { background: linear-gradient(90deg,#1f4a3d 0,rgba(31,74,61,.25) 18%,transparent 42%); content: ''; inset: 0; position: absolute; z-index: 1; }
.hero--mockup .hero__orb { background: rgba(255,255,255,.36); border-radius: 50%; height: 470px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 470px; }
.hero--mockup .hero__visual > img { height: 100%; inset: 0; object-fit: contain; padding: 45px 4% 0; position: absolute; width: 100%; z-index: 2; }
.hero__product-note { background: rgba(255,255,255,.92); bottom: 28px; color: #17201d; display: grid; min-width: 210px; padding: 16px 18px; position: absolute; right: 30px; z-index: 3; }
.hero__product-note small { color: #1f4a3d; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero__product-note strong { font-size: 16px; margin: 4px 0; }
.hero__product-note span { color: #68716d; font-size: 11px; }

.editorial-categories { background: #fff; }
.editorial-categories__heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 34px; }
.editorial-categories__heading h2,.editorial-categories__heading h3 { font-size: clamp(44px,5vw,74px); letter-spacing: -.055em; line-height: .96; margin: 12px 0 0; max-width: 680px; }
.editorial-categories__heading > p { color: var(--sky-muted); font-size: 14px; line-height: 1.6; max-width: 390px; }
.editorial-categories__grid { display: grid; gap: 16px; grid-template-columns: 1.2fr 1fr 1fr; }
.editorial-category { background: #ded8c9; display: block; height: 380px; overflow: hidden; position: relative; text-decoration: none; }
.editorial-category::after { background: linear-gradient(0deg,rgba(16,36,29,.88),transparent 60%); content: ''; inset: 0; position: absolute; }
.editorial-category img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.editorial-category:hover img { transform: scale(1.035); }
.editorial-category > span { bottom: 25px; color: #fff; display: grid; left: 25px; position: absolute; z-index: 2; }
.editorial-category small { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.editorial-category strong { color: #fff; font-size: clamp(27px,3vw,46px); line-height: 1; margin: 8px 0 12px; }
.editorial-category em { color: #fff; font-size: 11px; font-style: normal; font-weight: 700; }

@media (max-width: 991px) {
  .hero.hero--mockup { grid-template-columns: 55% 45%; }
  .hero--mockup .hero__content { padding: 60px 35px; }
  .hero--mockup h1,.hero--mockup h2 { font-size: 58px; }
  .editorial-categories__grid { grid-template-columns: 1fr 1fr; }
  .editorial-category--large { grid-column: 1/-1; }
}
@media (max-width: 767px) {
  .hero.hero--mockup { display: flex; flex-direction: column; min-height: 0; }
  .hero--mockup .hero__content { padding: 44px 24px 36px; }
  .hero--mockup h1,.hero--mockup h2 { font-size: 43px; }
  .hero--mockup .hero__content > p { font-size: 13px; }
  .hero--mockup .hero__buttons { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero--mockup .hero__visual { min-height: 300px; }
  .hero--mockup .hero__orb { height: 270px; width: 270px; }
  .hero--mockup .hero__visual > img { padding: 20px 0 0; }
  .hero__product-note { bottom: 12px; right: 12px; }
  .editorial-categories__heading { align-items: flex-start; display: block; }
  .editorial-categories__heading h2,.editorial-categories__heading h3 { font-size: 40px; }
  .editorial-categories__heading > p { margin-top: 18px; }
  .editorial-categories__grid { display: block; }
  .editorial-category { height: 260px; margin-bottom: 12px; }
  .editorial-category--large { height: 330px; }
}

/* Cartes produit aérées de la maquette. */
.grid-prod { gap: 26px 18px; }
.grid-prod .product-miniature .thumbnail-container,
#products .product-miniature .thumbnail-container {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
.grid-prod .product-miniature .thumbnail-top,
#products .product-miniature .thumbnail-top { background: #eeeee8; overflow: hidden; }
.grid-prod .product-miniature .product-thumbnail img,
#products .product-miniature .product-thumbnail img { aspect-ratio: .82; object-fit: cover; }
.grid-prod .product-miniature .product-description,
#products .product-miniature .product-description { background: transparent; min-height: 150px; padding: 15px 0 0; position: relative; }
.grid-prod .product-miniature .product-title,
#products .product-miniature .product-title { font-size: 16px; line-height: 1.25; margin: 7px 42px 16px 0; }
.sky-card-kicker { color: #7a847f; display: block; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.sky-card-heart {
  align-items: center;
  background: rgba(255,255,255,.94);
  border-radius: 50%;
  color: #27342e;
  display: flex;
  font-size: 20px;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 12px;
  text-decoration: none;
  top: 12px;
  width: 38px;
  z-index: 4;
}
.sky-card-plus {
  align-items: center;
  background: #1f4a3d;
  border-radius: 50%;
  bottom: 3px;
  color: #fff;
  display: flex;
  font-size: 25px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  text-decoration: none;
  width: 38px;
}
.sky-card-plus:hover { background: #d7f36a; color: #15372e; text-decoration: none; }
.grid-prod .product-miniature .price,
#products .product-miniature .price { color: #17201d; font-size: 16px; }
.grid-prod .product-miniature .highlighted-informations,
#products .product-miniature .highlighted-informations { display: none; }

@media (max-width: 767px) {
  .grid-prod { gap: 28px 10px; }
  .grid-prod .product-miniature .product-description { min-height: 145px; }
  .grid-prod .product-miniature .product-title { font-size: 13px; margin-right: 32px; }
  .grid-prod .product-miniature .price { font-size: 13px; }
  .sky-card-heart { height: 32px; right: 8px; top: 8px; width: 32px; }
  .sky-card-plus { height: 32px; width: 32px; }
}
