
:root{
  --v10-navy:#04172f;
  --v10-navy2:#082a53;
  --v10-blue:#0879e6;
  --v10-blue2:#4db0ff;
  --v10-red:#e52332;
  --v10-text:#10243c;
  --v10-muted:#687b8f;
  --v10-border:#dfe8f1;
  --v10-soft:#f5f9fd;
  --v10-radius:20px;
  --v10-shadow:0 16px 45px rgba(5,28,57,.09);
}

.pmf-v10-page{
  width:100%;
  margin:0;
  padding:0;
  color:var(--v10-text);
  background:#fff;
}

.pmf-v10-shell{
  width:min(1180px,calc(100% - 44px));
  margin-inline:auto;
}

.pmf-v10-kicker{
  display:block;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:#d9e8f7;
}

.pmf-v10-kicker--blue{color:var(--v10-blue)}

.pmf-v10-section{
  padding:72px 0;
}

.pmf-v10-section--quick{
  padding-top:48px;
  padding-bottom:52px;
  background:linear-gradient(180deg,#fff,#f8fbfe);
  border-bottom:1px solid #edf2f7;
}

.pmf-v10-section--actions{
  background:#fff;
}

.pmf-v10-section-head{
  margin-bottom:28px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:35px;
}

.pmf-v10-section-head>div{max-width:720px}
.pmf-v10-section-head>p{max-width:500px;margin:0;color:var(--v10-muted);line-height:1.65}
.pmf-v10-section-head h2{
  margin:6px 0 0;
  color:var(--v10-navy);
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  letter-spacing:-.045em;
}

.pmf-v10-section-head--compact h2{font-size:clamp(1.8rem,3vw,2.45rem)}

.pmf-v10-text-link{
  color:var(--v10-blue)!important;
  text-decoration:none!important;
  font-weight:900;
  white-space:nowrap;
}

/* HOME HERO */
.pmf-v10-hero{
  position:relative;
  min-height:510px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background-image:var(--pmf-v10-hero);
  background-size:cover;
  background-position:center 48%;
}

.pmf-v10-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(2,18,40,.95) 0%,rgba(3,29,60,.84) 38%,rgba(4,25,49,.34) 67%,rgba(3,18,38,.12) 100%);
}

.pmf-v10-hero__inner{
  position:relative;
  z-index:2;
  padding-block:48px;
}

.pmf-v10-hero__copy{
  width:min(650px,100%);
}

.pmf-v10-hero h1{
  margin:12px 0 18px;
  display:flex;
  flex-direction:column;
  gap:1px;
  color:#fff;
  font-size:clamp(3.15rem,5.4vw,4.8rem);
  line-height:.91;
  letter-spacing:-.055em;
  font-weight:900;
}

.pmf-v10-hero h1 span{
  display:block;
  white-space:nowrap;
}

.pmf-v10-hero h1 em{
  font-style:normal;
  color:#fff;
}

.pmf-v10-motto{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:15px;
  font-size:clamp(1.15rem,2vw,1.55rem);
  font-weight:900;
}

.pmf-v10-motto b{color:#2e9df8}
.pmf-v10-motto strong{color:#fff}
.pmf-v10-motto em{color:#ff3945;font-style:normal}
.pmf-v10-motto i{color:#bdcad8;font-style:normal}

.pmf-v10-hero__copy>p{
  max-width:610px;
  margin:0 0 24px;
  color:#dce7f2;
  font-size:1rem;
  line-height:1.6;
}

.pmf-v10-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.pmf-v10-btn{
  min-height:48px;
  padding:0 18px;
  border-radius:13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:.86rem;
  font-weight:900;
  text-decoration:none!important;
  transition:.18s ease;
}

.pmf-v10-btn:hover{transform:translateY(-2px)}
.pmf-v10-btn .pmf-v9-svg{width:18px;height:18px}

.pmf-v10-btn--primary{
  background:linear-gradient(135deg,#0a86f4,#0766c7);
  color:#fff!important;
  box-shadow:0 12px 28px rgba(0,116,232,.28);
}

.pmf-v10-btn--outline{
  border:1px solid rgba(255,255,255,.62);
  background:rgba(4,24,49,.22);
  color:#fff!important;
  backdrop-filter:blur(8px);
}

.pmf-v10-btn--white{
  background:#fff;
  color:var(--v10-navy)!important;
}

/* QUICK */
.pmf-v10-quick-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.pmf-v10-quick{
  min-height:112px;
  padding:17px;
  border:1px solid var(--v10-border);
  border-radius:18px;
  background:#fff;
  display:grid;
  grid-template-columns:44px 1fr auto;
  align-items:center;
  gap:11px;
  color:var(--v10-text)!important;
  text-decoration:none!important;
  box-shadow:0 8px 25px rgba(4,29,59,.045);
  transition:.18s ease;
}

.pmf-v10-quick:hover{
  transform:translateY(-4px);
  border-color:#bad5ef;
  box-shadow:0 17px 38px rgba(4,29,59,.10);
}

.pmf-v10-quick>span{
  width:44px;height:44px;
  border-radius:14px;
  background:#edf6ff;
  color:var(--v10-blue);
  display:flex;align-items:center;justify-content:center;
}

.pmf-v10-quick>span .pmf-v9-svg{width:24px;height:24px}
.pmf-v10-quick>div{display:flex;flex-direction:column;gap:4px}
.pmf-v10-quick strong{color:var(--v10-navy);font-size:.9rem}
.pmf-v10-quick small{color:var(--v10-muted);font-size:.7rem;line-height:1.35}
.pmf-v10-quick>b{color:var(--v10-blue)}

/* ACTIONS */
.pmf-v10-action-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.pmf-v10-action-card{
  position:relative;
  min-height:290px;
  padding:24px;
  border:1px solid var(--v10-border);
  border-radius:22px;
  background:#fff;
  color:var(--v10-text)!important;
  text-decoration:none!important;
  box-shadow:0 10px 32px rgba(4,29,59,.055);
  display:flex;
  flex-direction:column;
  transition:.2s ease;
  overflow:hidden;
}

.pmf-v10-action-card::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:4px;
  background:linear-gradient(90deg,#0879e6 0 38%,#fff 38% 62%,#e52332 62%);
}

.pmf-v10-action-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(4,29,59,.12);
  border-color:#bdd6ee;
}

.pmf-v10-action-card__icon{
  width:54px;height:54px;
  border-radius:16px;
  background:#edf6ff;
  color:var(--v10-blue);
  display:flex;align-items:center;justify-content:center;
}

.pmf-v10-action-card__icon .pmf-v9-svg{width:29px;height:29px}

.pmf-v10-action-card>span{
  position:absolute;
  top:25px;
  right:24px;
  color:#cfd9e4;
  font-size:2rem;
  font-weight:900;
}

.pmf-v10-action-card h3{
  margin:24px 0 8px;
  color:var(--v10-navy);
  font-size:1.3rem;
}

.pmf-v10-action-card p{
  margin:0 0 24px;
  color:var(--v10-muted);
  line-height:1.6;
  font-size:.92rem;
}

.pmf-v10-action-card>b{
  margin-top:auto;
  padding-top:15px;
  border-top:1px solid #edf2f6;
  color:var(--v10-blue);
  font-size:.8rem;
}

/* IMPACT */
.pmf-v10-impact{
  padding:0 0 20px;
}

.pmf-v10-impact__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.pmf-v10-impact-card{
  padding:22px;
  border:1px solid var(--v10-border);
  border-radius:18px;
  display:grid;
  grid-template-columns:46px 1fr;
  grid-template-rows:auto auto;
  column-gap:12px;
  background:#fff;
  box-shadow:0 8px 26px rgba(4,29,59,.045);
}

.pmf-v10-impact-card>span{
  grid-row:1/3;
  width:46px;height:46px;
  border-radius:14px;
  background:#edf6ff;
  color:var(--v10-blue);
  display:flex;align-items:center;justify-content:center;
}

.pmf-v10-impact-card>span .pmf-v9-svg{width:25px;height:25px}
.pmf-v10-impact-card strong{color:var(--v10-navy);font-size:1.6rem;line-height:1}
.pmf-v10-impact-card small{color:var(--v10-muted);font-weight:700}

/* CTA */
.pmf-v10-cta{
  padding:62px 0;
  background:linear-gradient(120deg,#04172f,#0a315f);
  color:#fff;
}

.pmf-v10-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
}

.pmf-v10-cta h2{
  margin:7px 0;
  color:#fff;
  font-size:clamp(2rem,4vw,3rem);
}

.pmf-v10-cta p{margin:0;color:#c8d8e8}

/* SHOP HERO */
.pmf-v10-shophero{
  padding:42px 0;
  color:#fff;
  background:
    radial-gradient(circle at 88% 0%,rgba(49,151,247,.20),transparent 30%),
    linear-gradient(125deg,#04172f,#0a315f);
}

.pmf-v10-shophero__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.pmf-v10-shophero__inner>div:first-child{max-width:760px}
.pmf-v10-shophero h1{
  margin:7px 0 10px;
  color:#fff;
  font-size:clamp(2.5rem,5vw,4rem);
  line-height:1;
  letter-spacing:-.05em;
}

.pmf-v10-shophero p{
  margin:0;
  max-width:690px;
  color:#d5e2ee;
  line-height:1.6;
}

.pmf-v10-shophero__mark{
  flex:0 0 105px;
  width:105px;height:105px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  display:flex;align-items:center;justify-content:center;
  color:#78c3ff;
}

.pmf-v10-shophero__mark .pmf-v9-svg{width:52px;height:52px}

.pmf-v10-trust{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:22px;
}

.pmf-v10-trust span{
  display:flex;
  align-items:center;
  gap:6px;
  color:#e8f3fd;
  font-size:.78rem;
  font-weight:800;
}

.pmf-v10-trust .pmf-v9-svg{width:17px;height:17px;color:#6bbdff}

.pmf-v10-shop-content{
  padding:40px 0 72px;
  background:#f9fbfd;
}

.pmf-v10-shop-section-head{
  margin-bottom:18px;
}

.pmf-v10-shop-section-head h2{
  margin:5px 0 0;
  color:var(--v10-navy);
  font-size:clamp(1.8rem,3vw,2.45rem);
}

/* SHOP CATEGORIES */
.pmf-v10-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-bottom:34px;
}

.pmf-v10-category{
  min-height:108px;
  padding:13px;
  border:1px solid var(--v10-border);
  border-radius:17px;
  background:#fff;
  display:grid;
  grid-template-columns:54px 1fr auto;
  align-items:center;
  gap:11px;
  text-align:left;
  color:var(--v10-text);
  cursor:pointer;
  box-shadow:0 8px 24px rgba(4,29,59,.045);
  transition:.18s ease;
}

.pmf-v10-category:hover{
  transform:translateY(-3px);
  border-color:#bad5ef;
  box-shadow:0 15px 34px rgba(4,29,59,.09);
}

.pmf-v10-category__visual{
  width:54px;height:54px;
  overflow:hidden;
  border-radius:14px;
  background:#edf6ff;
  color:var(--v10-blue);
  display:flex;align-items:center;justify-content:center;
}

.pmf-v10-category__visual img{width:100%;height:100%;object-fit:cover}
.pmf-v10-category__visual .pmf-v9-svg{width:27px;height:27px}
.pmf-v10-category__copy{display:flex;flex-direction:column;gap:4px}
.pmf-v10-category__copy strong{color:var(--v10-navy);font-size:.9rem}
.pmf-v10-category__copy small{color:var(--v10-blue);font-size:.72rem;font-weight:800}
.pmf-v10-category>b{color:var(--v10-blue)}

/* TOOLBAR */
.pmf-v10-shop-toolbar{
  position:sticky;
  top:110px;
  z-index:70;
  padding:11px;
  margin-bottom:14px;
  display:grid;
  grid-template-columns:minmax(260px,1.4fr) minmax(190px,.75fr) minmax(165px,.65fr) auto;
  gap:8px;
  border:1px solid var(--v10-border);
  border-radius:17px;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(14px);
  box-shadow:0 10px 28px rgba(4,29,59,.07);
}

.admin-bar .pmf-v10-shop-toolbar{top:142px}

.pmf-v10-search{
  min-height:46px;
  padding:0 11px;
  border:1px solid var(--v10-border);
  border-radius:12px;
  background:#f8fbfe;
  display:flex;
  align-items:center;
  gap:8px;
}

.pmf-v10-search .pmf-v9-svg{width:19px;height:19px;color:var(--v10-blue)}
.pmf-v10-search input{
  min-width:0;
  flex:1;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.pmf-v10-search button{
  border:0;
  background:transparent;
  color:#8294a6;
  font-size:1.4rem;
  cursor:pointer;
}

.pmf-v10-shop-toolbar select{
  min-height:46px;
  border:1px solid var(--v10-border);
  border-radius:12px;
  padding:0 11px;
  background:#fff;
  color:var(--v10-text);
}

.pmf-v10-view{
  display:flex;
  gap:5px;
}

.pmf-v10-view button{
  width:46px;
  border:1px solid var(--v10-border);
  border-radius:12px;
  background:#fff;
  color:#65798d;
  cursor:pointer;
  font-size:1.15rem;
}

.pmf-v10-view button.is-active{
  background:#eaf5ff;
  color:var(--v10-blue);
  border-color:#bcd8f2;
}

.pmf-v10-results{
  min-height:28px;
  margin-bottom:8px;
  color:#718397;
  font-size:.78rem;
}

/* PRODUCTS */
.pmf-v10-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px;
}

.pmf-v10-product{
  overflow:hidden;
  border:1px solid var(--v10-border);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(4,29,59,.05);
  transition:.18s ease;
  display:flex;
  flex-direction:column;
}

.pmf-v10-product[hidden]{display:none!important}

.pmf-v10-product:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(4,29,59,.11);
}

.pmf-v10-product__image{
  position:relative;
  aspect-ratio:1/1;
  display:block;
  overflow:hidden;
  background:linear-gradient(135deg,#f0f5f9,#e8eff5);
}

.pmf-v10-product__image img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}

.pmf-v10-product:hover .pmf-v10-product__image img{transform:scale(1.035)}

.pmf-v10-product__placeholder{
  width:100%;height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#879bad;
}

.pmf-v10-product__placeholder .pmf-v9-svg{width:40px;height:40px}

.pmf-v10-badge{
  position:absolute;
  top:9px;left:9px;
  padding:5px 8px;
  border-radius:999px;
  background:var(--v10-blue);
  color:#fff;
  font-size:.63rem;
  font-weight:900;
}

.pmf-v10-product__body{
  flex:1;
  padding:14px;
  display:flex;
  flex-direction:column;
}

.pmf-v10-product__cat{
  color:#71869b;
  font-size:.64rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.035em;
}

.pmf-v10-product h3{
  margin:6px 0 10px;
  min-height:42px;
  font-size:.94rem;
  line-height:1.35;
}

.pmf-v10-product h3 a{
  color:var(--v10-navy)!important;
  text-decoration:none!important;
}

.pmf-v10-product__price{
  margin-top:auto;
  margin-bottom:11px;
  color:var(--v10-blue);
  font-weight:900;
}

.pmf-v10-product__price span{
  color:#71869b;
  font-size:.76rem;
}

.pmf-v10-product__button{
  min-height:40px;
  padding:0 10px;
  border-radius:11px;
  background:var(--v10-blue);
  color:#fff!important;
  text-decoration:none!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  font-size:.74rem;
  font-weight:900;
}

.pmf-v10-product__button .pmf-v9-svg{width:16px;height:16px}
.pmf-v10-product__button--soft{background:#edf5fc;color:#086fcf!important}

.pmf-v10-product-grid.is-list{
  grid-template-columns:1fr;
}

.pmf-v10-product-grid.is-list .pmf-v10-product{
  display:grid;
  grid-template-columns:150px 1fr;
}

.pmf-v10-product-grid.is-list .pmf-v10-product__image{
  aspect-ratio:auto;
  min-height:150px;
}

.pmf-v10-product-grid.is-list .pmf-v10-product__body{
  justify-content:center;
}

.pmf-v10-product-grid.is-list .pmf-v10-product h3{
  min-height:0;
}

.pmf-v10-no-results{
  padding:32px;
  border:1px dashed #c7d8e8;
  border-radius:17px;
  background:#fff;
  text-align:center;
  color:#718397;
}

/* Responsive */
@media(max-width:1100px){
  .pmf-v10-quick-grid,
  .pmf-v10-category-grid,
  .pmf-v10-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .pmf-v10-shop-toolbar{
    grid-template-columns:1fr 1fr 1fr;
  }

  .pmf-v10-search{grid-column:1/-1}
}

@media(max-width:900px){
  .pmf-v10-section-head,
  .pmf-v10-cta__inner,
  .pmf-v10-shophero__inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .pmf-v10-action-grid{
    grid-template-columns:1fr;
  }

  .pmf-v10-impact__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .pmf-v10-shophero__mark{display:none}
}

@media(max-width:782px){
  .pmf-v10-shell{width:min(100% - 30px,1180px)}
  .pmf-v10-section{padding:52px 0}
  .pmf-v10-section--quick{padding:40px 0 44px}

  .pmf-v10-hero{
    min-height:450px;
    background-position:62% center;
  }

  .pmf-v10-hero__overlay{
    background:linear-gradient(90deg,rgba(2,18,40,.96),rgba(3,29,60,.78) 72%,rgba(3,20,42,.52));
  }

  .pmf-v10-hero h1{
    font-size:clamp(2.7rem,12vw,4rem);
  }

  .pmf-v10-quick-grid,
  .pmf-v10-category-grid,
  .pmf-v10-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .pmf-v10-shop-toolbar{
    position:relative;
    top:auto!important;
    grid-template-columns:1fr;
  }

  .pmf-v10-search{grid-column:auto}
  .pmf-v10-view{display:none}
}

@media(max-width:540px){
  .pmf-v10-hero h1 span{white-space:normal}
  .pmf-v10-actions{width:100%}
  .pmf-v10-btn{width:100%}

  .pmf-v10-quick-grid,
  .pmf-v10-category-grid,
  .pmf-v10-product-grid,
  .pmf-v10-impact__grid{
    grid-template-columns:1fr;
  }

  .pmf-v10-product-grid.is-list .pmf-v10-product{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   PMF V10.1 — DUPLICATE / COMING SOON SAFETY
   ========================================================= */

/* V10 templates own the page content; legacy coming-soon wrappers should never
   create extra vertical space around them. */
body:has(.pmf-v10-shop) .wp-block-template-part:has(+ .pmf-v10-shop),
body:has(.pmf-v10-home) .wp-block-template-part:has(+ .pmf-v10-home){
  display:none!important;
}

/* Only one PMF header/footer should be visually present. */
.pmf-v9-header + .pmf-v9-header,
.pmf-v9-footer + .pmf-v9-footer{
  display:none!important;
}

/* Never let Woo's Coming Soon message sit above the clean V10 shop. */
body:has(.pmf-v10-shop) .woocommerce-coming-soon,
body:has(.pmf-v10-shop) .wp-block-woocommerce-coming-soon{
  display:none!important;
}

/* =========================================================
   PMF V10.4 — MOBILE UX OPTIMISATION
   ========================================================= */
@media(max-width:782px){
  /* Keep the fixed quick-nav from covering the last controls/content. */
  body.pmf-final-site{padding-bottom:76px!important;}
  .pmf-v9-footer{margin-bottom:0!important;}

  /* Current public homepage (PMF13) */
  .pmf13-hero{min-height:500px!important;}
  .pmf13-hero__content{padding:54px 0 62px!important;}
  .pmf13-hero h1{font-size:clamp(36px,11vw,44px)!important;line-height:.98!important;letter-spacing:-.045em!important;margin:18px 0 20px!important;}
  .pmf13-hero p{font-size:16px!important;line-height:1.5!important;}
  .pmf13-section{padding:48px 0!important;}
  .pmf13-section-head h2{font-size:clamp(30px,9vw,40px)!important;}
  .pmf13-public-card{min-height:175px!important;padding:22px!important;}
  .pmf13-public-card h3{font-size:23px!important;}
  .pmf13-mission-copy h2{font-size:clamp(34px,10vw,46px)!important;}
  .pmf13-pillar{padding:20px!important;}
  .pmf13-pillar h3{font-size:24px!important;}
  .pmf13-join{padding:26px 20px!important;border-radius:22px!important;}

  /* Shop: reach products faster and simplify controls. */
  .pmf-v10-shophero{padding:28px 0!important;}
  .pmf-v10-shophero h1{font-size:clamp(2.25rem,11vw,3rem)!important;}
  .pmf-v10-shophero p{font-size:.92rem;line-height:1.5;}
  .pmf-v10-trust{margin-top:16px;gap:9px 14px;}
  .pmf-v10-shop-content{padding:28px 0 52px!important;}
  .pmf-v10-shop-section-head{margin-bottom:14px;}
  .pmf-v10-shop-section-head h2{font-size:clamp(1.65rem,8vw,2.1rem)!important;}
  .pmf-v10-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-bottom:22px!important;}
  .pmf-v10-category{min-height:82px!important;padding:10px!important;grid-template-columns:42px 1fr!important;gap:9px!important;}
  .pmf-v10-category__visual{width:42px!important;height:42px!important;border-radius:12px!important;}
  .pmf-v10-category__visual .pmf-v9-svg{width:22px!important;height:22px!important;}
  .pmf-v10-category__copy strong{font-size:.82rem!important;line-height:1.15;}
  .pmf-v10-category__copy small{font-size:.66rem!important;}
  .pmf-v10-category>b{display:none!important;}
  .pmf-v10-shop-toolbar{padding:9px!important;gap:7px!important;margin-bottom:10px!important;}
  .pmf-v10-search,.pmf-v10-shop-toolbar select{min-height:44px!important;}
  .pmf-v10-product h3{min-height:auto!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
}

@media(min-width:390px) and (max-width:540px){
  .pmf-v10-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .pmf-v10-product__body{padding:11px!important;}
  .pmf-v10-product h3{font-size:.82rem!important;line-height:1.28!important;}
  .pmf-v10-product__button{font-size:.68rem!important;padding:0 7px!important;}
}

@media(max-width:389px){
  .pmf-v10-product-grid{grid-template-columns:1fr!important;}
}

/* =========================================================
   PMF V10.5 — MOBILE POLISH: HOME / PARTNERS / FOOTER
   ========================================================= */
@media(max-width:782px){
  /* Homepage: reduce vertical travel without removing content. */
  .pmf13-section{padding:40px 0!important;}
  .pmf13-section-head{margin-bottom:22px!important;}
  .pmf13-public-grid{gap:11px!important;}
  .pmf13-public-card{min-height:158px!important;padding:19px!important;border-radius:18px!important;}
  .pmf13-public-card p{font-size:14px!important;line-height:1.45!important;}
  .pmf13-impact{gap:9px!important;margin-top:15px!important;}
  .pmf13-impact div{padding:15px!important;border-radius:15px!important;}
  .pmf13-impact strong{font-size:28px!important;}
  .pmf13-impact span{font-size:12px!important;line-height:1.35!important;}
  .pmf13-mission{gap:24px!important;}
  .pmf13-mission-copy p{font-size:16px!important;line-height:1.58!important;}
  .pmf13-pillars{gap:9px!important;}
  .pmf13-pillar{padding:18px!important;border-radius:16px!important;}
  .pmf13-news-grid{gap:12px!important;}
  .pmf13-news-card__body{padding:17px!important;}
  .pmf13-news-card h3{font-size:19px!important;}

  /* Partners: denser, uniform and easier to scan on phones. */
  body.page-id-19 .pmf-partners{padding:24px 0 44px!important;}
  body.page-id-19 .pmf-partners-hero{padding:4px 0 22px!important;}
  body.page-id-19 .pmf-partners-hero h1{font-size:clamp(32px,10vw,42px)!important;}
  body.page-id-19 .pmf-partners-hero p{font-size:14px!important;line-height:1.5!important;margin-top:10px!important;}
  body.page-id-19 .pmf-partner-section{margin-top:26px!important;}
  body.page-id-19 .pmf-section-head{margin-bottom:11px!important;padding-bottom:8px!important;}
  body.page-id-19 .pmf-section-icon{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:10px!important;}
  body.page-id-19 .pmf-section-head h2{font-size:19px!important;}
  body.page-id-19 .pmf-partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  body.page-id-19 .pmf-partner-card{min-height:232px!important;padding:14px 12px!important;border-radius:15px!important;}
  body.page-id-19 .pmf-partner-logo{height:60px!important;margin-bottom:7px!important;}
  body.page-id-19 .pmf-partner-logo img{max-width:125px!important;max-height:52px!important;}
  body.page-id-19 .pmf-partner-card h3{font-size:15px!important;line-height:1.2!important;min-height:36px!important;margin:3px 0 6px!important;}
  body.page-id-19 .pmf-partner-card p{font-size:12px!important;line-height:1.42!important;min-height:51px!important;margin-bottom:10px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
  body.page-id-19 .pmf-partner-card a{min-height:44px!important;padding:8px 9px!important;font-size:11px!important;}
  body.page-id-19 .pmf-partners-cta{margin-top:28px!important;padding-top:20px!important;}

  /* Footer accordion generated by v10.js. */
  .pmf-v9-footer__grid{gap:0!important;}
  .pmf-v9-footer__brand{padding-bottom:18px!important;}
  .pmf-v9-footer__grid>div:not(:first-child){padding:12px 0!important;border-top:1px solid rgba(255,255,255,.12);}
  .pmf-v9-footer__grid>div:not(:first-child)>strong{display:block;margin-bottom:6px!important;font-size:13px!important;}
  .pmf-v9-footer__grid>div:not(:first-child)>a{font-size:12px!important;line-height:1.35!important;margin:3px 0!important;}
  .pmf-v9-footer-group{border-top:1px solid rgba(255,255,255,.14);padding:0!important;}
  .pmf-v9-footer-group>strong{display:none!important;}
  .pmf-v9-footer-toggle{width:100%;min-height:52px;padding:0!important;border:0!important;background:transparent!important;color:#fff!important;display:flex!important;align-items:center;justify-content:space-between;text-align:left;font:inherit;font-weight:800!important;cursor:pointer;}
  .pmf-v9-footer-toggle:after{content:'+';font-size:22px;font-weight:500;line-height:1;}
  .pmf-v9-footer-group.is-open .pmf-v9-footer-toggle:after{content:'−';}
  .pmf-v9-footer-group>a{display:none!important;margin:0!important;padding:7px 0!important;}
  .pmf-v9-footer-group.is-open>a{display:block!important;}
  .pmf-v9-footer-group.is-open{padding-bottom:10px!important;}
  .pmf-v9-footer__bottom{padding-top:16px!important;padding-bottom:16px!important;font-size:12px!important;}
}

@media(min-width:390px) and (max-width:520px){
  body.page-id-19 .pmf-partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

@media(max-width:389px){
  body.page-id-19 .pmf-partners-grid{grid-template-columns:1fr!important;}
  body.page-id-19 .pmf-partner-card{min-height:0!important;}
}
