/* MP Site Code — snippet #7503706. Edited in wp-admin; do not edit this file. */
/* MENSTRUAL PORTAL — About Us | pairs with mp-about.html | no JS
   Colours resolve from :root; hex after the comma is fallback only. */
.mp-about{ line-height:1.68; }

/* Theme flow spacing — must hit the wrapper itself, not just children */
.mp-about,
.mp-about > *{ margin-block-start:0 !important; }

/* Uncomment if the block wrapper still adds space above the hero */
/* main:has(.mp-about) .wp-block-html:first-child{ margin-block-start:0; } */

/* PRIMITIVES --------------------------------------------------------------- */
.mp-about *{ box-sizing:border-box; }
.mp-about .wrap{ max-width:var(--maxw,1120px); margin:0 auto; padding:0 24px; }
.mp-about h1,
.mp-about h2,
.mp-about h3{ color:var(--black,#000); line-height:1.2; letter-spacing:-.02em; font-weight:800; }
.mp-about a{ color:var(--berry,#8E2C4E); text-decoration:none; }
.mp-about :focus-visible{ outline:3px solid var(--berry,#8E2C4E); outline-offset:2px; border-radius:6px; }

.mp-about .eyebrow{
  font-size:.72rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:var(--berry,#8E2C4E); gap:8px;
  display:flex; align-items:center; width:fit-content;
  line-height:1;
  margin-bottom:20px;     /* KNOB: gap above heading */
}
.mp-about .eyebrow::before{
  content:""; width:20px; height:2px; background:var(--berry,#8E2C4E); border-radius:2px; flex:0 0 auto;
}

.mp-about .section{ padding:76px 0; }
.mp-about .section.tint{ background:var(--base-wash,#FBF1F3); }

.mp-about .sec-head{ max-width:700px; margin:0 auto 40px; text-align:center; }
.mp-about .sec-head .eyebrow{ margin-inline:auto; }
.mp-about .sec-head h2{ font-size:clamp(1.7rem,3.4vw,2.3rem); margin-bottom:8px; }
.mp-about .sec-head p{ color:var(--black,#000); }

/* CAP-HEIGHT TRIM — pulls back Open Sans' dead air above capitals.
   Less negative = looser gap under the eyebrow. */
.mp-about .hero-content h1,
.mp-about .sec-head h2,
.mp-about .goal-inner h2{ margin-top:-.14em; }

.mp-about .go{
  font-size:.88rem; font-weight:700; text-decoration:none; display:inline-flex;
  align-items:baseline; gap:7px; line-height:1.45;
}
.mp-about .go span{ transition:transform .18s; }

/* HERO — two-glow wash, matches Editorial Process + Contact */
.mp-about .hero{
  padding:60px 0 30px;
  position:relative; overflow:hidden;
}
.mp-about .hero::before{
  content:""; position:absolute; width:520px; height:520px;
  background:radial-gradient(circle,var(--light-pink,#F8D5DF) 0%,transparent 70%);
  top:-220px; right:-160px; opacity:.7; z-index:0; pointer-events:none;
}
.mp-about .hero::after{
  content:""; position:absolute; width:340px; height:340px;
  background:radial-gradient(circle,var(--lav,#E6DFF4) 0%,transparent 70%);
  bottom:-180px; left:-140px; opacity:.6; z-index:0; pointer-events:none;
}
.mp-about .hero .wrap{ position:relative; z-index:1; }

.mp-about .hero-grid{
  display:grid; grid-template-columns:1.15fr .85fr; gap:44px; align-items:center;
}
.mp-about .hero-content{ text-align:left; }
.mp-about .hero-content h1{ font-size:clamp(2.2rem,4.6vw,3.1rem); margin-bottom:8px; }
.mp-about .hero-content p{ color:var(--black,#000); margin-bottom:14px; }
.mp-about .hero-content p:last-child{ margin-bottom:0; }

.mp-about .hero-art{ display:flex; justify-content:center; margin:0; padding:0; }
.mp-about .hero-art img{
  width:100%; max-width:380px; height:auto; display:block; margin:0; padding:0;
}

/* OUR GOAL ----------------------------------------------------------------- */
.mp-about .goal{ text-align:center; }

.mp-about .goal-inner{ max-width:700px; margin:0 auto; }
.mp-about .goal-inner .eyebrow{ margin-inline:auto; }
.mp-about .goal-inner h2{ font-size:clamp(1.7rem,3.4vw,2.3rem); margin-bottom:8px; }
.mp-about .goal-inner p{ color:var(--black,#000); margin-bottom:14px; }
.mp-about .goal-inner p:last-child{ margin-bottom:0; }

/* HUB CARDS ---------------------------------------------------------------- */
.mp-about .hub-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.mp-about .hub-card{
  background:#fff; border:1px solid var(--line,#F1E0E6); border-radius:var(--r-lg,24px); padding:30px;
  display:flex; flex-direction:column; text-align:center;
  transition:transform .2s, box-shadow .2s;
}

.mp-about .hub-card .ic{
  width:132px; height:132px; border-radius:24px; display:flex;
  align-items:center; justify-content:center; margin:0 auto 18px;
  padding:12px; overflow:hidden; flex:0 0 auto;
}
/* 100% + contain, never max-width (max-width can only shrink) */
.mp-about .hub-card .ic img{ width:100%; height:100%; object-fit:contain; display:block; }
.mp-about .hub-card .ic-baby{ background:var(--baby,#FBE1E8); }
.mp-about .hub-card .ic-lav{ background:var(--lav,#E6DFF4); }
.mp-about .hub-card .ic-peach{ background:var(--peach,#FBE6DC); }
.mp-about .hub-card .ic-sage{ background:var(--sage-soft,#E7F0EB); }

.mp-about .hub-card h3{ font-size:1.18rem; margin-bottom:10px; }
/* color:inherit keeps headings from all rendering berry */
.mp-about .hub-card h3 a{ color:inherit; text-decoration:none; transition:color .2s; }
.mp-about .hub-card h3 a:focus-visible{ color:var(--berry,#8E2C4E); }
.mp-about .hub-card p{ font-size:.94rem; color:var(--muted,#645A60); margin-bottom:16px; }
/* Same baseline across cards regardless of copy length */
.mp-about .hub-card .go{ margin-top:auto; align-self:center; }

/* FOLLOW US ---------------------------------------------------------------- */
/* Spacing hook for this band */
.mp-about .follow-section{ padding:76px 0; }
.mp-about .follow-row{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
.mp-about .follow-chip{
  display:inline-flex; align-items:center; gap:10px; background:#fff;
  border:1px solid var(--line,#F1E0E6); border-radius:100px; padding:11px 20px 11px 14px;
  font-weight:700; font-size:.9rem; color:var(--black,#000); text-decoration:none;
  transition:transform .2s, box-shadow .2s, border-color .2s;
}
.mp-about .follow-chip .ic{
  width:30px; height:30px; display:flex;
  align-items:center; justify-content:center; flex:0 0 auto;
  color:var(--black,#000); transition:color .2s;
}
.mp-about .follow-chip:focus-visible .ic{ color:var(--berry,#8E2C4E); }
.mp-about .follow-chip .ic svg{ display:block; width:22px; height:22px; }

/* POLICIES ----------------------------------------------------------------- */
.mp-about .pol-grid{ display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.mp-about .pol-card{
  background:#fff; border:1px solid var(--line,#F1E0E6); border-radius:var(--r-lg,24px); padding:30px;
  display:flex; flex-direction:column;
}
.mp-about .pol-card h3{ font-size:1.1rem; margin-bottom:12px; }
.mp-about .pol-card p{ font-size:.92rem; color:var(--muted,#645A60); margin-bottom:12px; }
.mp-about .pol-card .go{ margin-top:auto; }

/* RESPONSIVE --------------------------------------------------------------- */
@media(max-width:960px){
  .mp-about .hub-grid{ grid-template-columns:1fr; }
}
@media(max-width:900px){
  .mp-about .hero-grid{ grid-template-columns:1fr; text-align:center; }
  .mp-about .hero-content{ text-align:center; }
  .mp-about .hero-content .eyebrow{ margin-inline:auto; }
  .mp-about .hero-art{ max-width:360px; margin:0 auto; padding:0; }
}
@media(max-width:640px){
  .mp-about .wrap{ padding:0 18px; }
  .mp-about .section{ padding:56px 0; }
  .mp-about .hero{ padding:56px 0 24px; }
  .mp-about .hub-card,
  .mp-about .pol-card{ padding:24px; }
  .mp-about .pol-grid{ grid-template-columns:1fr; }
}
/* Phone: image slots between headline and body copy */
@media(max-width:560px){
  /* display:contents makes children grid items — kill the inherited 44px gap */
  .mp-about .hero-grid{ row-gap:0; }
  .mp-about .hero-content{ display:contents; }
  .mp-about .hero-content .eyebrow{ order:1; }
  .mp-about .hero-content h1{ order:1; }
  .mp-about .hero-art{ order:2; max-width:340px; margin:18px auto; padding:0; }
  .mp-about .hero-content p{ order:3; }
}
/* POINTER-AWARE — touch fires :hover on tap and holds it, so hover is
   mouse-only. :focus-visible stays outside both queries. */
@media (hover:hover){
  .mp-about .hub-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-md,0 14px 40px rgba(0,0,0,.09)); }
  .mp-about .hub-card h3 a:hover{ color:var(--berry,#8E2C4E); }
  .mp-about .go:hover{ color:var(--berry-hover,#7A2542); }
  .mp-about .go:hover span{ transform:translateX(3px); }
  .mp-about .follow-chip:hover{
    border-color:var(--berry,#8E2C4E); transform:translateY(-2px); box-shadow:var(--shadow-sm,0 2px 10px rgba(0,0,0,.05));
  }
  .mp-about .follow-chip:hover .ic{ color:var(--berry,#8E2C4E); }
}

/* Touch: releases with the finger */
@media (hover:none){
  .mp-about .hub-card:active{ transform:translateY(-2px); }
  .mp-about .hub-card h3 a:active{ color:var(--berry,#8E2C4E); }
  .mp-about .follow-chip:active{ border-color:var(--berry,#8E2C4E); }
  .mp-about .follow-chip:active .ic{ color:var(--berry,#8E2C4E); }
}

@media(prefers-reduced-motion:reduce){
  .mp-about *{ transition:none !important; animation:none !important; }
}