/* ===== mk-galhero.css — /mascot-galerie cinematic hero ======================
   A large, homepage-style hero: the artworks crossfade full-bleed as Ken Burns
   backgrounds behind the headline, and ALL the prints drift past as small
   FRAMED cards in a "flying" marquee along the bottom (GoodMood gallery wall in
   motion). Dark Mascot ink theme + Ivorian accents. Scoped to .galhero; the
   background crossfade is driven by a tiny inline ticker in the hero markup,
   the marquee is pure CSS. prefers-reduced-motion kills all of it.
   ------------------------------------------------------------------------- */
.galhero{--gh-ink:#0A0C10;--gh-orange:#F2890E;--gh-amber:#F7A12B;--gh-green:#13BE6D;
  --gh-ease:cubic-bezier(.22,.61,.36,1);
  position:relative;isolation:isolate;overflow:hidden;background:var(--gh-ink);color:#fff;
  min-height:clamp(600px,94vh,1040px);display:flex;flex-direction:column;justify-content:center;
  font-family:'General Sans',-apple-system,BlinkMacSystemFont,sans-serif}

/* ---- crossfading Ken Burns background ---- */
.gh-slides{position:absolute;inset:0;z-index:0}
.gh-slide{position:absolute;inset:0;background-size:cover;background-position:center;
  opacity:0;transform:scale(1.12);transition:opacity 1.6s var(--gh-ease);will-change:opacity,transform}
.gh-slide.on{opacity:1;animation:ghKB 8.6s ease-out forwards}
@keyframes ghKB{from{transform:scale(1.12)}to{transform:scale(1.23) translate3d(-1.6%,-1.4%,0)}}

/* legibility + brand scrim (dark to the left where the copy sits, and along the
   bottom so the marquee reads as framed art on a shelf) */
.gh-scrim{position:absolute;inset:0;z-index:1;background:
  linear-gradient(90deg,rgba(10,12,16,.95) 0%,rgba(10,12,16,.74) 44%,rgba(10,12,16,.34) 100%),
  linear-gradient(0deg,rgba(10,12,16,.97) 0%,rgba(10,12,16,.30) 30%,rgba(10,12,16,0) 55%,rgba(10,12,16,.5) 100%)}
.gh-grain{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.05;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}

/* Ivorian tricolour */
.gh-flag{position:absolute;top:clamp(18px,3vw,30px);right:clamp(18px,4vw,48px);z-index:4;display:flex;gap:6px}
.gh-flag i{display:block;width:clamp(22px,2.6vw,34px);height:7px;border-radius:99px}
.gh-flag i:nth-child(1){background:var(--gh-orange);box-shadow:0 0 16px rgba(242,137,14,.6)}
.gh-flag i:nth-child(2){background:#fff;box-shadow:0 0 16px rgba(255,255,255,.45)}
.gh-flag i:nth-child(3){background:var(--gh-green);box-shadow:0 0 16px rgba(19,190,109,.55)}

/* ---- headline block ---- */
.gh-in{position:relative;z-index:3;width:100%;max-width:1220px;margin:0 auto;
  padding:0 clamp(20px,5vw,56px);padding-bottom:clamp(150px,20vh,210px)}
.gh-kick{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--gh-amber);border:1px solid rgba(247,161,43,.4);
  background:rgba(247,161,43,.08);padding:7px 15px;border-radius:99px}
.gh-kick .pip{width:7px;height:7px;border-radius:50%;background:var(--gh-green);
  box-shadow:0 0 0 0 rgba(19,190,109,.6);animation:ghpip 2.1s infinite}
@keyframes ghpip{70%{box-shadow:0 0 0 9px rgba(19,190,109,0)}100%{box-shadow:0 0 0 0 rgba(19,190,109,0)}}
.galhero h1{font-family:'Clash Display',sans-serif;font-weight:600;letter-spacing:-.03em;line-height:1.0;
  font-size:clamp(46px,7.6vw,108px);margin:22px 0 16px;max-width:15ch;color:#fff}
.galhero h1 em{font-style:normal;background:linear-gradient(100deg,var(--gh-orange),var(--gh-amber));
  -webkit-background-clip:text;background-clip:text;color:transparent}
.gh-sub{max-width:560px;color:rgba(255,255,255,.82);font-size:clamp(15px,1.5vw,19px);line-height:1.6}
.gh-cta{display:flex;gap:13px;flex-wrap:wrap;margin:30px 0 36px}
.gh-p{background:var(--gh-orange);color:#0A0C10;font-weight:600;padding:15px 28px;border-radius:99px;
  font-size:15.5px;display:inline-flex;gap:8px;align-items:center;
  transition:transform .25s var(--gh-ease),box-shadow .25s var(--gh-ease)}
.gh-p:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(242,137,14,.42)}
.gh-p .arw{transition:transform .25s var(--gh-ease)}.gh-p:hover .arw{transform:translateX(4px)}
.gh-g{border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:500;padding:15px 26px;border-radius:99px;
  font-size:15.5px;transition:background .25s,border-color .25s}
.gh-g:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.55)}
.gh-stats{display:flex;gap:clamp(24px,4vw,48px);flex-wrap:wrap}
.gh-stats div{display:flex;flex-direction:column;gap:2px}
.gh-stats b{font-family:'Clash Display',sans-serif;font-weight:600;font-size:clamp(18px,2vw,24px);color:#fff}
.gh-stats span{font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.5)}

/* ---- flying framed marquee ---- */
.gh-mq{position:absolute;left:0;right:0;bottom:clamp(22px,3.4vh,40px);z-index:3;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.gh-track{display:flex;gap:18px;width:max-content;align-items:flex-end;animation:ghmove 64s linear infinite}
.gh-mq:hover .gh-track{animation-play-state:paused}
@keyframes ghmove{to{transform:translateX(-50%)}}
.gh-fr{flex:none;display:block;background:linear-gradient(135deg,#d9bd8f,#b8965d);padding:6px;border-radius:3px;
  box-shadow:0 20px 32px -16px rgba(0,0,0,.75),inset 0 0 0 1px rgba(0,0,0,.18);
  transition:transform .4s var(--gh-ease),box-shadow .4s var(--gh-ease)}
.gh-fr:hover{transform:translateY(-9px);box-shadow:0 30px 44px -18px rgba(0,0,0,.8)}
.gh-mat{display:block;background:#fff;padding:5px}
.gh-fr img{display:block;width:106px;height:134px;object-fit:cover}

@media(max-width:900px){
  .galhero{min-height:clamp(500px,84vh,760px)}
  .gh-in{padding-bottom:clamp(128px,18vh,168px)}
  .gh-fr img{width:84px;height:106px}
}
@media(max-width:560px){
  .galhero h1{font-size:clamp(40px,11vw,60px);max-width:13ch}
  .gh-stats{gap:22px}
  .gh-fr img{width:70px;height:90px}
  .gh-flag i{width:20px;height:6px}
}
@media(prefers-reduced-motion:reduce){
  .gh-slide.on{animation:none}.gh-track{animation:none}.gh-kick .pip{animation:none}
}

/* ===== Gallery artwork sections (below the hero) ========================== */
/* brand tokens on the body so ALL gallery sections (siblings of .galhero) inherit them */
body.pg-gal{--gh-ink:#0A0C10;--gh-orange:#F2890E;--gh-amber:#F7A12B;--gh-green:#13BE6D;
  --gh-ease:cubic-bezier(.22,.61,.36,1);background:#050505}
/* wide container so the artwork fills the page — no big black side gaps */
.pg-gal .gwide{max-width:min(1780px,94vw)!important}

/* ---- shared section header ---- */
.grow{padding:clamp(30px,3.6vw,56px) 0 0}
.grow-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:24px}
.grow-title{font-family:'Clash Display',sans-serif;font-weight:600;letter-spacing:-.02em;
  font-size:clamp(22px,2.6vw,34px);line-height:1.05;color:#fff}
.grow-sub{color:rgba(255,255,255,.55);font-size:14px;margin-top:6px;max-width:54ch}
.grow-tools{display:flex;align-items:center;gap:10px;flex:none}
.grow-arw,.gfeat-arw{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.04);color:#fff;font-size:18px;cursor:pointer;display:grid;place-items:center;
  transition:background .2s,border-color .2s,transform .2s}
.grow-arw:hover,.gfeat-arw:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.5);transform:translateY(-1px)}
.grow-all{margin-left:6px;color:var(--gh-amber);font-weight:600;font-size:14px;
  border:1px solid rgba(247,161,43,.4);padding:11px 19px;border-radius:99px;white-space:nowrap;
  transition:background .2s,border-color .2s}
.grow-all:hover{background:rgba(247,161,43,.1);border-color:rgba(247,161,43,.7)}

/* ---- shared framed card (dark theme, natural aspect — no cropping) ---- */
.gcard{display:block;color:inherit}
.gcard-frame{position:relative;background:linear-gradient(135deg,#d9bd8f,#b8965d);
  padding:clamp(8px,.7vw,12px);border-radius:3px;
  box-shadow:0 28px 46px -26px rgba(0,0,0,.72),inset 0 0 0 1px rgba(0,0,0,.18);
  transition:transform .45s var(--gh-ease),box-shadow .45s var(--gh-ease)}
.gcard:hover .gcard-frame{transform:translateY(-8px);box-shadow:0 40px 60px -30px rgba(0,0,0,.82)}
.gcard-mat{background:#fff;padding:clamp(7px,.6vw,11px);line-height:0}
.gcard-mat img{display:block;width:100%;height:auto;aspect-ratio:var(--ar,4/5);object-fit:cover}
.gcard-meta{padding:14px 2px 0}
.gcard-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.gcard-name{font-family:'General Sans',sans-serif;font-weight:600;font-size:15px;line-height:1.25;color:#fff}
.gcard-heart{color:rgba(255,255,255,.32);font-size:17px;flex:none;line-height:1}
.gcard:hover .gcard-heart{color:var(--gh-orange)}
.gcard-artist{font-size:13px;color:rgba(255,255,255,.5);margin-top:4px}
.gcard-price{font-family:'Clash Display',sans-serif;font-weight:600;font-size:14.5px;color:#E8B84B;margin-top:9px}

/* ---- horizontal rows: card width by orientation so sizes vary & fill ---- */
.grow-track{display:flex;gap:clamp(20px,1.8vw,30px);overflow-x:auto;scroll-snap-type:x mandatory;
  scroll-behavior:smooth;padding:6px 2px 14px;scrollbar-width:none;-ms-overflow-style:none;align-items:flex-start}
.grow-track::-webkit-scrollbar{display:none}
.grow-track .gcard{flex:0 0 auto;scroll-snap-align:start}
.grow-track .gcard.ori-port{width:clamp(216px,18vw,272px)}
.grow-track .gcard.ori-sq{width:clamp(250px,22vw,322px)}
.grow-track .gcard.ori-land{width:clamp(330px,30vw,440px)}

/* ---- full "Tous les tirages" masonry: natural aspect, fills columns ---- */

/* ---- large featured "À la une" carousel ---- */
.gfeat{overflow:hidden}
.gfeat-track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}
.gfeat-track::-webkit-scrollbar{display:none}
.gfeat-card{flex:0 0 100%;scroll-snap-align:center;display:grid;grid-template-columns:clamp(360px,33vw,470px) 1fr;
  gap:clamp(24px,3.4vw,60px);align-items:center;color:inherit;padding:4px}
.gfeat-frame{background:linear-gradient(135deg,#d9bd8f,#b8965d);padding:clamp(10px,1vw,16px);border-radius:4px;
  box-shadow:0 44px 76px -34px rgba(0,0,0,.85),inset 0 0 0 1px rgba(0,0,0,.2);transition:transform .5s var(--gh-ease)}
.gfeat-card:hover .gfeat-frame{transform:translateY(-6px)}
.gfeat-mat{background:#fff;padding:clamp(10px,1vw,16px);line-height:0}
.gfeat-mat img{display:block;width:100%;height:auto;aspect-ratio:var(--ar,3/2);object-fit:cover}
.gfeat-meta{padding:6px 4px}
.gfeat-kick{display:inline-block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#E8B84B;margin-bottom:14px}
.gfeat-name{font-family:'Clash Display',sans-serif;font-weight:600;letter-spacing:-.02em;font-size:clamp(26px,3vw,46px);line-height:1.04;color:#fff}
.gfeat-artist{color:rgba(255,255,255,.6);font-size:15px;margin-top:12px}
.gfeat-price{font-family:'Clash Display',sans-serif;font-weight:600;font-size:21px;color:#E8B84B;margin-top:20px}
.gfeat-cta{display:inline-flex;align-items:center;gap:8px;margin-top:26px;background:var(--gh-orange);color:#0A0C10;
  font-weight:600;padding:14px 28px;border-radius:99px;font-size:15px;transition:transform .25s var(--gh-ease),box-shadow .25s}
.gfeat-card:hover .gfeat-cta{transform:translateY(-2px);box-shadow:0 16px 34px rgba(242,137,14,.4)}
.gfeat-cta .arw{transition:transform .25s var(--gh-ease)}.gfeat-card:hover .gfeat-cta .arw{transform:translateX(4px)}
.gfeat-dots{display:flex;gap:9px;justify-content:center;margin-top:28px}
.gfeat-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.24);border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}
.gfeat-dot.on{background:var(--gh-orange);transform:scale(1.25)}

@media(max-width:820px){
  .gfeat-card{grid-template-columns:1fr;gap:20px}
  .gfeat-meta{text-align:center}
  .gfeat-cta{margin-left:auto;margin-right:auto}
}
@media(max-width:560px){
  .grow-sub{display:none}
  .grow-track .gcard.ori-port,.grow-track .gcard.ori-sq{width:64vw}
  .grow-track .gcard.ori-land{width:82vw}
}

/* ============================================================================
   Gallery lower page (v8, 2026-07-27)
   (a) "Comment ca marche" kids-photo step cards
   (b) gallery-appropriate icons for the Pourquoi Mascot cards
   (c) mobile: Nouveautes / Paysages / Portraits rows -> smaller center-peek
   ============================================================================ */

/* --- (a) Comment ca marche -> the service-page step-carousel component -------
   Mirrors /transfert-dargent's .sec.white .g3>.scard photo-cards: a centered
   eyebrow + title, then 3/4 photo cards with a scrim + overlaid step text -
   a 3-col grid on desktop, a full-bleed center-peek LOOP carousel (mkCarousel
   + dots) on mobile. mk-mobile.js inits `.pg-gal .ghow-sec .g3`; step photos
   come from :nth-child(3n+k) so mkCarousel's whole-set clones stay correct. */
.ghow-sec .shead{text-align:center;max-width:640px;margin:0 auto clamp(24px,3.2vw,38px)}
.ghow-sec .shead .kick{display:inline-block;color:var(--gh-amber,#F7A12B);font-size:12.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:11px}
.ghow-sec .shead h2{font-family:'Clash Display',sans-serif;font-weight:600;font-size:clamp(28px,4vw,44px);letter-spacing:-.02em;color:#fff;line-height:1.05;margin:0}
/* step text (both widths) */
.pg-gal .ghow-sec .g3>.scard .step{position:relative;z-index:2;display:block}
.pg-gal .ghow-sec .g3>.scard .step .n{color:#E8B84B;font-size:11px;font-weight:600;letter-spacing:1.9px;text-transform:uppercase;line-height:1.2;margin:0 0 7px}
.pg-gal .ghow-sec .g3>.scard .step h4{font-family:'Clash Display',sans-serif;color:#fff;font-weight:600;font-size:22px;line-height:1.1;margin:0 0 8px}
.pg-gal .ghow-sec .g3>.scard .step p{color:rgba(255,255,255,.74);font-size:13.5px;line-height:1.5;margin:0}
.pg-gal .ghow-sec .g3>.scard::before{content:"";position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat}
.pg-gal .ghow-sec .g3>.scard::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(6,7,9,.30) 0%,rgba(6,7,9,.12) 22%,rgba(6,7,9,.55) 48%,rgba(6,7,9,.91) 74%,rgba(6,7,9,.98) 100%)}
/* desktop: 3-col grid (mkCarousel does not run >840px; :not(clone) guards the resize path) */
@media(min-width:841px){
  .pg-gal .ghow-sec .g3{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2vw,30px)}
  .pg-gal .ghow-sec .g3>.scard:not([data-mk-clone]){position:relative;display:flex;flex-direction:column;justify-content:flex-end;aspect-ratio:3/4;border-radius:26px;overflow:hidden;padding:26px;background:#101216;border:1px solid rgba(255,255,255,.09);box-shadow:0 26px 44px -26px rgba(0,0,0,.9)}
  .pg-gal .ghow-sec .g3>.scard>*{flex:0 0 auto}
  .pg-gal .ghow-sec .g3>.scard .step h4{font-size:24px;margin:0 0 9px}
  .pg-gal .ghow-sec .g3>.scard .step p{font-size:14px}
  .pg-gal .ghow-sec .g3>.scard:nth-child(3n+1)::before{background-image:url('/wp-content/uploads/mascot-hero/kids-siblings.jpg')}
  .pg-gal .ghow-sec .g3>.scard:nth-child(3n+2)::before{background-image:url('/wp-content/uploads/mascot-hero/hero-kids.jpg')}
  .pg-gal .ghow-sec .g3>.scard:nth-child(3n+3)::before{background-image:url('/wp-content/uploads/mascot-hero/kids-community.jpg')}
}
/* mobile: full-bleed center-peek loop carousel */
@media(max-width:840px){
  .pg-gal .ghow-sec .g3{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;
    margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;max-width:100vw;
    padding-left:calc((100vw - clamp(280px,78vw,460px))/2);padding-right:calc((100vw - clamp(280px,78vw,460px))/2);padding-bottom:4px}
  .pg-gal .ghow-sec .g3::-webkit-scrollbar{display:none;height:0;width:0}
  .pg-gal .ghow-sec .g3>.scard{position:relative;display:flex;flex-direction:column;justify-content:flex-end;aspect-ratio:3/4;border-radius:26px;overflow:hidden;padding:22px;background:#101216;border:1px solid rgba(255,255,255,.09);box-shadow:0 26px 44px -26px rgba(0,0,0,.9);
    flex:0 0 clamp(280px,78vw,460px);width:clamp(280px,78vw,460px);max-width:clamp(280px,78vw,460px);scroll-snap-align:center;opacity:1!important;transform:none!important}
  .pg-gal .ghow-sec .g3>.scard>*{flex:0 0 auto}
  .pg-gal .ghow-sec .g3>.scard:nth-child(3n+1)::before{background-image:url('/wp-content/uploads/mascot-hero/kids-siblings-m.jpg')}
  .pg-gal .ghow-sec .g3>.scard:nth-child(3n+2)::before{background-image:url('/wp-content/uploads/mascot-hero/hero-kids-m.jpg')}
  .pg-gal .ghow-sec .g3>.scard:nth-child(3n+3)::before{background-image:url('/wp-content/uploads/mascot-hero/kids-community-m.jpg')}
  .pg-gal .ghow-sec .g3~.mk-dots{display:flex!important;justify-content:center;gap:7px;margin:22px 0 0}
}

/* --- (b) Pourquoi Mascot: gallery icons (override the device defaults) -------*/
.pg-gal .mwhy>.mw:nth-child(5n+1)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D8A03D' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9V3h12v6'/%3E%3Crect x='4' y='9' width='16' height='8' rx='2'/%3E%3Crect x='7' y='14' width='10' height='6'/%3E%3C/svg%3E")}
.pg-gal .mwhy>.mw:nth-child(5n+2)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D8A03D' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='1'/%3E%3Crect x='7' y='7' width='10' height='10'/%3E%3C/svg%3E")}
.pg-gal .mwhy>.mw:nth-child(5n+3)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D8A03D' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9V4h5'/%3E%3Cpath d='M20 15v5h-5'/%3E%3Cpath d='M20 9V4h-5'/%3E%3Cpath d='M4 15v5h5'/%3E%3C/svg%3E")}
.pg-gal .mwhy>.mw:nth-child(5n+4)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D8A03D' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Cpath d='M2 10h20M6 15h4'/%3E%3C/svg%3E")}
.pg-gal .mwhy>.mw:nth-child(5n+5)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D8A03D' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l-1 12H7L6 8z'/%3E%3Cpath d='M9 8V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E")}

/* --- (c) mobile center-peek rows (gallery only) -----------------------------*/
@media(max-width:560px){
  .pg-gal .grow-track{gap:12px;padding-left:22vw;padding-right:22vw;scroll-padding-left:22vw;scroll-padding-right:22vw}
  .pg-gal .grow-track .gcard,
  .pg-gal .grow-track .gcard.ori-port,
  .pg-gal .grow-track .gcard.ori-sq,
  .pg-gal .grow-track .gcard.ori-land{width:56vw;scroll-snap-align:center}
}

/* --- (d) mobile: smaller row headings + arrows + Voir-tout pill (per user) --- */
@media(max-width:560px){
  .pg-gal .grow-head{gap:9px;margin-bottom:15px}
  /* beat mk-mobile's `.mk-page .sec h2{...!important}` (0,2,1) with 0,3,0+important */
  .pg-gal .grow-head .grow-title{font-size:18px!important;line-height:1.08}
  .pg-gal .grow-tools{gap:6px}
  .pg-gal .grow-arw,.pg-gal .gfeat-arw{width:32px;height:32px;font-size:14px}
  .pg-gal .grow-all{margin-left:2px;font-size:11.5px;padding:7px 12px}
}
