/* Super Intestin — refonte éditoriale complète, juillet 2026. */

body.page-super-intestin{
  --sii17-night:#02051f;
  --sii17-night-soft:#080c31;
  --sii17-canvas:#f4f6f9;
  --sii17-white:#ffffff;
  --sii17-ink:#17152f;
  --sii17-copy:#667188;
  --sii17-line:#d9deea;
  --sii17-coral:#ff7285;
  --sii17-violet:#6f4df6;
  --sii17-mint:#1f9f8e;
  --sii17-gold:#ffc957;
  background:var(--sii17-canvas)!important;
  color:var(--sii17-ink)!important;
}

body.page-super-intestin main{
  overflow:hidden;
  background:var(--sii17-canvas)!important;
}

body.page-super-intestin main :is(h1,h2,h3,p,figure){margin-top:0}

body.page-super-intestin main .eyebrow{
  margin:0 0 16px!important;
  color:var(--sii17-coral)!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.2em!important;
  line-height:1.3!important;
  text-transform:uppercase!important;
}

.sii17-hero{
  min-height:calc(640px + var(--header-height));
  padding-top:var(--header-height);
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  /* Le bleu reprend la teinte native des bords de l'illustration afin que
     son fond se prolonge dans le héros sans rectangle visible. */
  background:#010122;
  color:#fff;
}

.sii17-hero-inner{
  width:min(1180px,calc(100% - 48px));
  min-height:640px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  align-items:center;
  gap:36px;
}

.sii17-hero-copy{
  position:relative;
  z-index:2;
  padding:34px 0 36px;
}

.sii17-product-name{
  display:flex;
  align-items:center;
  gap:13px;
  margin:0 0 28px!important;
}

.sii17-product-name img{
  width:50px;
  height:50px;
  flex:0 0 50px;
  border-radius:0;
  object-fit:contain;
}

.sii17-product-name > span{display:grid;gap:2px}
.sii17-product-name strong{font-size:18px;line-height:1.1;color:#fff}
.sii17-product-name small{font-size:12px;line-height:1.3;color:#aaaec3}

.sii17-hero h1{
  max-width:10.5ch;
  margin:0 0 22px!important;
  color:#fff!important;
  font-size:58px!important;
  font-weight:880!important;
  letter-spacing:-.055em!important;
  line-height:.98!important;
}

.sii17-hero h1 span{color:var(--sii17-coral)!important}

.sii17-hero-lead{
  max-width:570px;
  margin:0 0 26px!important;
  color:#c4c8d7!important;
  font-size:17px!important;
  line-height:1.7!important;
}

.sii17-store-buttons{
  margin:0 0 18px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}

.sii17-store-buttons a{
  min-width:190px!important;
  min-height:58px!important;
  padding:10px 14px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:10px!important;
  background:#0a0e31!important;
  box-shadow:none!important;
  color:#fff!important;
}

.sii17-store-buttons a:hover{
  border-color:rgba(255,201,87,.62)!important;
  transform:translateY(-2px)!important;
}

.sii17-store-buttons .store-icon{width:28px!important;height:28px!important}
.sii17-store-buttons strong{font-size:14px!important;color:#fff!important}
.sii17-store-buttons small{font-size:10px!important;color:#aeb3ca!important}

.sii17-text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:2px;
  color:var(--sii17-gold)!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

.sii17-text-link:hover span{transform:translateY(2px)}
.sii17-text-link span{transition:transform .2s ease}

.sii17-caution{
  display:flex;
  align-items:center;
  gap:9px;
  margin:24px 0 0!important;
  color:#9fa6bc!important;
  font-size:12px!important;
  line-height:1.45!important;
}

.sii17-caution svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:#65c6b4;
  stroke-width:1.7;
}

.sii17-hero-art{
  height:640px;
  min-width:0;
  position:relative;
  overflow:hidden;
  margin:0!important;
  background:#010122;
}

.sii17-hero-art img{
  width:910px;
  max-width:none;
  height:auto;
  position:absolute;
  top:50%;
  left:-220px;
  transform:translateY(-50%);
  display:block;
}

.sii17-section{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto!important;
  padding:84px 0!important;
}

.sii17-section h2,
.sii17-consultation h2,
.sii17-gallery h2,
.sii17-cta h2{
  color:var(--sii17-ink)!important;
  font-size:42px!important;
  font-weight:870!important;
  letter-spacing:-.045em!important;
  line-height:1.04!important;
}

.sii17-section h3,
.sii17-consultation h3{
  color:var(--sii17-ink)!important;
  font-weight:820!important;
  letter-spacing:-.025em!important;
}

.sii17-section p,
.sii17-consultation p{
  color:var(--sii17-copy)!important;
  font-size:15px!important;
  line-height:1.65!important;
}

.sii17-intro{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:90px;
  align-items:start;
}

.sii17-intro-copy h2{max-width:12ch;margin-bottom:24px!important}
.sii17-intro-copy p{max-width:58ch;margin-bottom:14px!important}
.sii17-intro-copy strong{color:var(--sii17-ink)}

.sii17-flow{
  list-style:none;
  margin:0;
  padding:0;
  border-bottom:1px solid var(--sii17-line);
}

.sii17-flow li{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:18px;
  padding:25px 0;
  border-top:1px solid var(--sii17-line);
}

.sii17-flow li > span{
  padding-top:2px;
  color:var(--sii17-violet);
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
}

.sii17-flow li:nth-child(2) > span{color:var(--sii17-coral)}
.sii17-flow li:nth-child(3) > span{color:var(--sii17-mint)}
.sii17-flow h3{margin:0 0 7px!important;font-size:21px!important;line-height:1.2!important}
.sii17-flow p{max-width:56ch;margin:0!important}

body.page-super-intestin .sii17-gallery{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  margin:0!important;
  padding:78px max(24px,calc((100vw - 1180px)/2)) 82px!important;
  background:var(--sii17-night)!important;
  color:#fff!important;
  overflow:hidden!important;
}

body.page-super-intestin .sii17-gallery .current-app-gallery-head{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto 42px!important;
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
  gap:70px!important;
  align-items:end!important;
}

body.page-super-intestin .sii17-gallery h2{
  max-width:12ch!important;
  margin:0!important;
  color:#fff!important;
}

body.page-super-intestin .sii17-gallery .current-app-gallery-intro{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:24px!important;
}

body.page-super-intestin .sii17-gallery .current-app-gallery-intro > p{
  max-width:55ch!important;
  margin:0!important;
  color:#aeb4cb!important;
  font-size:15px!important;
  line-height:1.65!important;
}

body.page-super-intestin .sii17-gallery .current-app-gallery-controls{display:none!important}

body.page-super-intestin .sii17-gallery .current-app-gallery-rail{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:22px!important;
  overflow:visible!important;
  scroll-snap-type:none!important;
}

body.page-super-intestin .sii17-gallery .current-app-gallery-rail figure,
body.page-super-intestin .sii17-gallery .current-app-gallery-rail figure.is-active{
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
  opacity:1!important;
  transform:none!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  scroll-snap-align:none!important;
}

body.page-super-intestin .sii17-gallery .current-app-gallery-rail img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:1000/2174!important;
  display:block!important;
  object-fit:contain!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:17px!important;
  background:#050827!important;
  box-shadow:0 18px 42px rgba(0,0,0,.28)!important;
}

body.page-super-intestin .sii17-gallery .current-app-gallery-rail figcaption{
  min-height:0!important;
  margin:14px 0 0!important;
  padding:0!important;
  display:flex!important;
  align-items:baseline!important;
  gap:8px!important;
  color:#eceefa!important;
  font-size:12px!important;
  font-weight:750!important;
  line-height:1.35!important;
  background:none!important;
  border:0!important;
}

body.page-super-intestin .sii17-gallery .current-app-gallery-rail figcaption span{
  color:var(--sii17-gold)!important;
  font-size:10px!important;
  letter-spacing:.1em!important;
}

body.page-super-intestin .sii17-gallery .gallery-pagination{display:none!important}

.sii17-section-heading{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:80px;
  align-items:end;
  margin-bottom:48px;
}

.sii17-section-heading h2{max-width:12ch;margin-bottom:0!important}
.sii17-section-heading > p{max-width:58ch;margin:0!important}

.sii17-feature-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-bottom:1px solid var(--sii17-line);
}

.sii17-feature-list article{
  min-width:0;
  padding:24px 26px 28px 0!important;
  border-top:1px solid var(--sii17-line)!important;
  background:transparent!important;
  box-shadow:none!important;
}

.sii17-feature-list article + article{padding-left:26px!important;border-left:1px solid var(--sii17-line)!important}
.sii17-feature-list svg{width:29px!important;height:29px!important;margin:0 0 24px!important;fill:none!important;stroke:var(--sii17-violet)!important;stroke-width:1.6!important}
.sii17-feature-list article:nth-child(2) svg{stroke:var(--sii17-coral)!important}
.sii17-feature-list article:nth-child(3) svg{stroke:var(--sii17-mint)!important}
.sii17-feature-list article:nth-child(4) svg{stroke:#b97916!important}
.sii17-feature-list h3{margin:0 0 10px!important;font-size:19px!important;line-height:1.2!important}
.sii17-feature-list p{margin:0!important;font-size:14px!important}

.sii17-food{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:84px;
  align-items:center;
}

.sii17-food h2{max-width:13ch;margin-bottom:22px!important}
.sii17-food-copy > p{max-width:58ch;margin-bottom:25px!important}

.sii17-food-notes{margin-top:30px;border-bottom:1px solid var(--sii17-line)}
.sii17-food-notes article{display:grid;grid-template-columns:52px minmax(0,1fr);gap:15px;padding:17px 0;border-top:1px solid var(--sii17-line)}
.sii17-food-notes article > span{padding-top:2px;color:var(--sii17-coral);font-size:13px;font-weight:900;letter-spacing:.08em}
.sii17-food-notes article:nth-child(2) > span{color:var(--sii17-violet)}
.sii17-food-notes article:nth-child(3) > span{color:var(--sii17-mint)}
.sii17-food-notes h3{margin:0 0 4px!important;font-size:17px!important}
.sii17-food-notes p{margin:0!important;font-size:13px!important}

.sii17-inline-link{
  display:inline-block;
  margin-top:22px;
  color:var(--sii17-violet)!important;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}

.sii17-inline-link:hover{text-decoration:underline;text-underline-offset:4px}

body.page-super-intestin .sii17-recipe-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
  transform:rotate(0)!important;
}

body.page-super-intestin .sii17-recipe-grid img{
  width:100%!important;
  aspect-ratio:1!important;
  object-fit:cover!important;
  border-radius:13px!important;
  border:0!important;
  box-shadow:none!important;
}

body.page-super-intestin .sii17-recipe-grid img:nth-child(2),
body.page-super-intestin .sii17-recipe-grid img:nth-child(4){transform:translateY(20px)}

.sii17-transit{
  width:100%!important;
  max-width:none!important;
  padding:82px max(24px,calc((100vw - 1180px)/2))!important;
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  gap:76px 90px;
  background:#eef3f3!important;
}

.sii17-transit-head h2{max-width:11ch;margin-bottom:20px!important}
.sii17-transit-head p{max-width:52ch;margin-bottom:0!important}

.sii17-profile-index{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-content:start;
  border-bottom:1px solid #cfd9da;
}

.sii17-profile-index article{
  min-width:0;
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:19px 18px 19px 0;
  border-top:1px solid #cfd9da;
}

.sii17-profile-index article:nth-child(even){padding-left:18px;border-left:1px solid #cfd9da}
.sii17-profile-index img{width:72px!important;height:72px!important;object-fit:contain!important;border-radius:0!important;background:none!important}
.sii17-profile-index h3{margin:0 0 5px!important;font-size:19px!important}
.sii17-profile-index p{margin:0!important;font-size:13px!important;line-height:1.55!important}

.sii17-bristol-note{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:60px;
  padding-top:28px;
  border-top:1px solid #cfd9da;
}

.sii17-bristol-note > div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:24px}
.sii17-bristol-note > div + div{padding-left:60px;border-left:1px solid #cfd9da}
.sii17-bristol-note h3{margin:0!important;font-size:17px!important}
.sii17-bristol-note p{margin:0!important;font-size:13px!important}

.sii17-consultation{
  width:100%;
  margin:0;
  padding:84px max(24px,calc((100vw - 1180px)/2));
  background:var(--sii17-night);
  color:#fff;
}

.sii17-consultation-inner{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:90px;
  align-items:center;
}

.sii17-consultation h2{max-width:12ch;margin-bottom:20px!important;color:#fff!important}
.sii17-consultation-copy > p:not(.eyebrow){max-width:57ch;margin-bottom:28px!important;color:#aeb4cb!important}

.sii17-consultation-list{border-bottom:1px solid rgba(255,255,255,.14)}
.sii17-consultation-list article{display:grid;grid-template-columns:42px minmax(0,1fr);gap:16px;padding:17px 0;border-top:1px solid rgba(255,255,255,.14)}
.sii17-consultation-list article > span{padding-top:2px;color:var(--sii17-gold);font-size:11px;font-weight:900;letter-spacing:.1em}
.sii17-consultation-list h3{margin:0 0 4px!important;color:#fff!important;font-size:17px!important}
.sii17-consultation-list p{margin:0!important;color:#aeb4cb!important;font-size:13px!important}

.sii17-export-previews{
  min-height:560px;
  position:relative;
  margin:0!important;
}

.sii17-export-previews img{
  width:276px;
  height:auto;
  position:absolute;
  top:15px;
  left:22px;
  display:block;
  border-radius:5px;
  box-shadow:0 28px 70px rgba(0,0,0,.34);
}

.sii17-export-previews img:nth-child(1){transform:rotate(-4deg)}
.sii17-export-previews img:nth-child(2){top:42px;left:260px;transform:rotate(4deg)}
.sii17-export-previews figcaption{position:absolute;right:0;bottom:0;color:#858da7;font-size:11px}

.sii17-pricing{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  gap:90px;
  align-items:start;
}

.sii17-pricing-intro h2{max-width:12ch;margin-bottom:20px!important}
.sii17-pricing-intro > p:not(.eyebrow):not(.sii17-price){max-width:48ch;margin-bottom:26px!important}

.sii17-price{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:end;
  gap:0 10px;
  margin:28px 0 0!important;
  padding:18px 0 18px 18px;
  border-left:3px solid var(--sii17-coral);
}

.sii17-price strong{color:var(--sii17-ink);font-size:34px;line-height:1}
.sii17-price span{color:var(--sii17-ink);font-size:13px;font-weight:800}
.sii17-price small{grid-column:1/-1;margin-top:7px;color:var(--sii17-copy);font-size:12px}

body.page-super-intestin .sii17-table-wrap{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow-x:auto!important;
  border:1px solid #d7ddea!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 22px 54px rgba(23,21,47,.09)!important;
  scrollbar-color:#aeb6c8 #eef1f6;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}

body.page-super-intestin .sii17-table-wrap:focus-visible{outline:3px solid rgba(111,77,246,.32);outline-offset:5px}

body.page-super-intestin .sii17-table-wrap .premium-table-v2{
  width:100%!important;
  min-width:650px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:#fff!important;
}

body.page-super-intestin .sii17-table-wrap .premium-table-v2 th,
body.page-super-intestin .sii17-table-wrap .premium-table-v2 td{
  padding:15px 18px!important;
  border:0!important;
  border-bottom:1px solid var(--sii17-line)!important;
  background:transparent!important;
  color:var(--sii17-copy)!important;
  font-size:12px!important;
  line-height:1.45!important;
  text-align:left!important;
}

body.page-super-intestin .sii17-table-wrap .premium-table-v2 thead th{
  padding-top:19px!important;
  padding-bottom:19px!important;
  border-bottom-color:#cfd6e4!important;
  color:var(--sii17-ink)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

body.page-super-intestin .sii17-table-wrap .premium-table-v2 thead th:nth-child(2){
  background:#eef1f6!important;
}

body.page-super-intestin .sii17-table-wrap .premium-table-v2 thead th:last-child{
  border-bottom-color:#17152f!important;
  background:#17152f!important;
  color:#fff!important;
}

body.page-super-intestin .sii17-table-wrap .premium-table-v2 tbody th{width:55%;color:var(--sii17-ink)!important;font-weight:750!important}
body.page-super-intestin .sii17-table-wrap .premium-table-v2 tbody td:nth-child(2){background:#fafbfc!important}
body.page-super-intestin .sii17-table-wrap .premium-table-v2 tbody td:last-child{
  border-left:1px solid rgba(111,77,246,.14)!important;
  background:#f7f5ff!important;
  color:#35304f!important;
  font-weight:720!important;
}
body.page-super-intestin .sii17-table-wrap .premium-table-v2 tbody tr:last-child > *{border-bottom:0!important}
body.page-super-intestin .sii17-table-wrap .included{color:var(--sii17-mint)!important;font-weight:850!important}
body.page-super-intestin .sii17-table-wrap .not-included{color:#9aa1b2!important}

body.page-super-intestin .sii17-cta{
  width:min(1180px,calc(100% - 48px))!important;
  min-height:0!important;
  margin:0 auto 84px!important;
  padding:34px 38px!important;
  display:grid!important;
  grid-template-columns:76px minmax(0,1fr) auto!important;
  gap:28px!important;
  align-items:center!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:16px!important;
  background:var(--sii17-night)!important;
  box-shadow:none!important;
  color:#fff!important;
}

body.page-super-intestin .sii17-cta .showcase-icon{width:68px!important;height:68px!important;border-radius:15px!important;background:none!important;box-shadow:none!important}
body.page-super-intestin .sii17-cta .showcase-icon img{width:68px!important;height:68px!important;object-fit:cover!important;border-radius:15px!important}
body.page-super-intestin .sii17-cta .eyebrow{margin-bottom:8px!important}
body.page-super-intestin .sii17-cta h2{margin:0 0 7px!important;color:#fff!important;font-size:27px!important;letter-spacing:-.035em!important;line-height:1.1!important}
body.page-super-intestin .sii17-cta p:not(.eyebrow){max-width:64ch;margin:0!important;color:#aeb4cb!important;font-size:13px!important;line-height:1.55!important}
body.page-super-intestin .sii17-cta .store-buttons{margin:0!important;display:grid!important;grid-template-columns:repeat(2,170px)!important;gap:9px!important}
body.page-super-intestin .sii17-cta .store-buttons a{min-width:0!important;min-height:54px!important;padding:9px 11px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:9px!important;background:#0a0e31!important;box-shadow:none!important}
body.page-super-intestin .sii17-cta .store-buttons a:hover{border-color:rgba(255,201,87,.55)!important;transform:translateY(-2px)!important}
body.page-super-intestin .sii17-cta .store-icon{width:25px!important;height:25px!important}
body.page-super-intestin .sii17-cta .store-buttons strong{color:#fff!important;font-size:12px!important}
body.page-super-intestin .sii17-cta .store-buttons small{color:#aeb4cb!important;font-size:8px!important}

.sii17-hero a:focus-visible,
.sii17-inline-link:focus-visible,
.sii17-cta a:focus-visible,
.sii17-gallery button:focus-visible,
.sii17-gallery [tabindex="0"]:focus-visible{
  outline:3px solid rgba(255,201,87,.7)!important;
  outline-offset:4px!important;
}

@media (max-width:1100px){
  .sii17-hero-inner{grid-template-columns:minmax(0,1fr) minmax(0,.9fr)}
  .sii17-hero-art img{width:820px;left:-235px}
  .sii17-intro,.sii17-food,.sii17-pricing{gap:58px}
  .sii17-consultation-inner{gap:56px}
  .sii17-export-previews img{width:235px}
  .sii17-export-previews img:nth-child(2){left:210px}
  body.page-super-intestin .sii17-cta{grid-template-columns:64px minmax(0,1fr)}
  body.page-super-intestin .sii17-cta .store-buttons{grid-column:2;grid-template-columns:repeat(2,180px)!important}
}

@media (max-width:900px){
  .sii17-hero-inner{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:8px}
  .sii17-hero h1{font-size:49px!important}
  .sii17-hero-art img{width:750px;left:-255px}

  .sii17-section{padding:68px 0!important}
  .sii17-section h2,.sii17-consultation h2,.sii17-gallery h2{font-size:37px!important}
  .sii17-intro,.sii17-section-heading,.sii17-food,.sii17-pricing{grid-template-columns:1fr;gap:42px}
  .sii17-intro-copy h2,.sii17-section-heading h2,.sii17-food h2,.sii17-pricing-intro h2{max-width:18ch}

  body.page-super-intestin .sii17-gallery{padding-top:68px!important;padding-bottom:68px!important}
  body.page-super-intestin .sii17-gallery .current-app-gallery-head{grid-template-columns:1fr!important;gap:20px!important;margin-bottom:34px!important}
  body.page-super-intestin .sii17-gallery h2{max-width:18ch!important}
  body.page-super-intestin .sii17-gallery .current-app-gallery-intro{align-items:center!important}
  body.page-super-intestin .sii17-gallery .current-app-gallery-controls{display:flex!important;flex:0 0 auto!important}
  body.page-super-intestin .sii17-gallery .current-app-gallery-rail{
    display:flex!important;
    gap:20px!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    padding:0 8vw 16px 0!important;
  }
  body.page-super-intestin .sii17-gallery .current-app-gallery-rail::-webkit-scrollbar{display:none}
  body.page-super-intestin .sii17-gallery .current-app-gallery-rail figure,
  body.page-super-intestin .sii17-gallery .current-app-gallery-rail figure.is-active{flex:0 0 220px!important;scroll-snap-align:start!important}
  body.page-super-intestin .sii17-gallery .gallery-pagination{display:flex!important;margin:20px 0 0!important}

  .sii17-feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sii17-feature-list article:nth-child(3){padding-left:0!important;border-left:0!important}
  .sii17-food{align-items:start}

  .sii17-transit{grid-template-columns:1fr;gap:42px;padding-top:68px!important;padding-bottom:68px!important}
  .sii17-transit-head h2{max-width:18ch}
  .sii17-bristol-note{gap:36px}
  .sii17-bristol-note > div{grid-template-columns:1fr;gap:8px}
  .sii17-bristol-note > div + div{padding-left:36px}

  .sii17-consultation{padding-top:68px;padding-bottom:68px}
  .sii17-consultation-inner{grid-template-columns:1fr;gap:44px}
  .sii17-consultation h2{max-width:18ch}
  .sii17-export-previews{min-height:510px;width:min(560px,100%);margin:0 auto!important}
  .sii17-export-previews img{width:245px}
  .sii17-export-previews img:nth-child(2){left:auto;right:25px}
  .sii17-export-previews figcaption{right:25px}
}

@media (max-width:680px){
  .sii17-hero{min-height:0;padding-top:var(--header-height)}
  .sii17-hero-inner{width:100%;min-height:0;grid-template-columns:1fr;gap:0}
  .sii17-hero-copy{width:calc(100% - 40px);margin:0 auto;padding:36px 0 12px}
  .sii17-product-name{margin-bottom:24px!important}
  .sii17-product-name img{width:45px;height:45px;flex-basis:45px}
  .sii17-product-name strong{font-size:16px}
  .sii17-hero h1{max-width:9.5ch;font-size:42px!important;line-height:1!important}
  .sii17-hero-lead{font-size:15px!important;line-height:1.62!important}
  .sii17-store-buttons{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .sii17-store-buttons a{min-width:0!important}
  .sii17-caution{margin-top:20px!important}
  .sii17-hero-art{height:min(80vw,427px)}
  .sii17-hero-art img{width:min(120vw,640px);top:50%;left:50%;transform:translate(-52%,-50%)}

  .sii17-section{width:calc(100% - 40px);padding:58px 0!important}
  .sii17-section h2,.sii17-consultation h2,.sii17-gallery h2{font-size:34px!important;line-height:1.06!important}
  .sii17-intro,.sii17-section-heading,.sii17-food,.sii17-pricing{gap:34px}
  .sii17-flow li{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:20px 0}
  .sii17-flow h3{font-size:18px!important}

  body.page-super-intestin .sii17-gallery{padding-left:20px!important;padding-right:20px!important;padding-top:58px!important;padding-bottom:58px!important}
  body.page-super-intestin .sii17-gallery .current-app-gallery-intro{display:block!important}
  body.page-super-intestin .sii17-gallery .current-app-gallery-controls{margin-top:20px!important}
  body.page-super-intestin .sii17-gallery .current-app-gallery-rail figure,
  body.page-super-intestin .sii17-gallery .current-app-gallery-rail figure.is-active{flex-basis:min(66vw,235px)!important}

  .sii17-feature-list{grid-template-columns:1fr}
  .sii17-feature-list article,.sii17-feature-list article + article,.sii17-feature-list article:nth-child(3){padding:21px 0 23px!important;border-left:0!important}
  .sii17-feature-list svg{margin-bottom:17px!important}

  body.page-super-intestin .sii17-recipe-grid{gap:9px!important}
  body.page-super-intestin .sii17-recipe-grid img{border-radius:10px!important}
  body.page-super-intestin .sii17-recipe-grid img:nth-child(2),
  body.page-super-intestin .sii17-recipe-grid img:nth-child(4){transform:translateY(10px)}

  .sii17-transit{padding:58px 20px!important}
  .sii17-profile-index{grid-template-columns:1fr}
  .sii17-profile-index article,.sii17-profile-index article:nth-child(even){padding:16px 0;border-left:0}
  .sii17-profile-index article{grid-template-columns:64px minmax(0,1fr)}
  .sii17-profile-index img{width:64px!important;height:64px!important}
  .sii17-bristol-note{grid-template-columns:1fr;gap:0;padding-top:0;border-top:0}
  .sii17-bristol-note > div,.sii17-bristol-note > div + div{padding:20px 0;border-top:1px solid #cfd9da;border-left:0}

  .sii17-consultation{padding:58px 20px}
  .sii17-consultation-list article{grid-template-columns:36px minmax(0,1fr)}
  .sii17-export-previews{min-height:390px}
  .sii17-export-previews img{width:44%;left:3%}
  .sii17-export-previews img:nth-child(2){left:auto;right:3%}
  .sii17-export-previews figcaption{right:3%;font-size:9px}

  .sii17-pricing{align-items:start}
  .sii17-table-wrap{margin-right:0!important;width:100%!important;border-radius:15px!important}

  body.page-super-intestin .sii17-cta{
    width:calc(100% - 40px)!important;
    margin-bottom:58px!important;
    padding:26px!important;
    grid-template-columns:56px minmax(0,1fr)!important;
    gap:18px!important;
  }
  body.page-super-intestin .sii17-cta .showcase-icon,
  body.page-super-intestin .sii17-cta .showcase-icon img{width:54px!important;height:54px!important}
  body.page-super-intestin .sii17-cta .eyebrow{grid-column:1/-1}
  body.page-super-intestin .sii17-cta h2{font-size:25px!important}
  body.page-super-intestin .sii17-cta > div:nth-child(2){grid-column:2}
  body.page-super-intestin .sii17-cta .store-buttons{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width:460px){
  .sii17-store-buttons{grid-template-columns:1fr!important}
  .sii17-hero-art{height:80vw}
  .sii17-hero-art img{width:120vw;transform:translate(-53%,-50%)}
  body.page-super-intestin .sii17-cta{display:block!important}
  body.page-super-intestin .sii17-cta .showcase-icon{margin-bottom:18px!important}
  body.page-super-intestin .sii17-cta > div:nth-child(2){margin-bottom:22px}
  body.page-super-intestin .sii17-cta .store-buttons{grid-template-columns:1fr!important}
}

@media (prefers-reduced-motion:reduce){
  .sii17-hero a,
  .sii17-text-link span,
  .sii17-cta a{transition:none!important}
  .sii17-hero a:hover,
  .sii17-cta a:hover{transform:none!important}
  html{scroll-behavior:auto!important}
}
