/* ============================================================
   MINGO PAGES — FERRLI PREMIUM PAGE SUITE V2
   Fully scoped. Does not touch header/footer/icons.
   ============================================================ */

.mpf-page {
  --mpf-ink:#141414;
  --mpf-muted:rgba(20,20,20,.62);
  --mpf-soft:rgba(20,20,20,.08);
  --mpf-line:rgba(20,20,20,.11);
  --mpf-cream:#fbf7f3;
  --mpf-blush:#f3e3e7;
  --mpf-mist:#ede8df;
  --mpf-accent:#c79aa5;
  --mpf-accent-dark:#7f5b65;
  --mpf-dark:#232323;
  --mpf-max:1440px;
  --mpf-radius-xl:38px;
  --mpf-radius-lg:28px;
  --mpf-radius:18px;
  --mpf-shadow:0 34px 90px rgba(24,18,20,.08);
  --mpf-shadow-soft:0 18px 55px rgba(24,18,20,.06);
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:var(--mpf-top-padding,132px) 22px 84px;
  background:
    radial-gradient(circle at 8% 0%, rgba(199,154,165,.22), transparent 30%),
    radial-gradient(circle at 100% 9%, rgba(255,255,255,.95), transparent 34%),
    linear-gradient(180deg,#fff 0%,#fbf7f3 34%,#fff 100%);
  color:var(--mpf-ink);
  overflow:hidden;
}

.mpf-page,
.mpf-page * { box-sizing:border-box; font-family:"Poppins", Arial, sans-serif; }
.mpf-page a { color:inherit; text-decoration:none; }
.mpf-page p { margin:0; }
.mpf-page img { max-width:100%; height:auto; display:block; }

.mpf-kicker {
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  color:var(--mpf-accent-dark);
  font-size:11px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.16em;
}
.mpf-kicker:before { content:""; width:8px; height:8px; border-radius:50%; background:var(--mpf-accent); }

.mpf-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:50px;
  padding:15px 22px;
  border-radius:999px;
  background:#232323;
  color:#fff !important;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 18px 40px rgba(0,0,0,.16);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.mpf-btn:hover { transform:translateY(-2px); background:#050505; box-shadow:0 24px 54px rgba(0,0,0,.22); }
.mpf-btn--ghost { background:rgba(255,255,255,.72); color:#171717 !important; border:1px solid rgba(20,20,20,.1); box-shadow:none; }
.mpf-btn--ghost:hover { background:#fff; box-shadow:0 18px 45px rgba(24,18,20,.08); }

/* Hero */
.mpf-hero {
  width:min(var(--mpf-max),100%);
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.72fr);
  gap:34px;
  align-items:stretch;
}
.mpf-hero__copy {
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:54px;
  border:1px solid var(--mpf-line);
  border-radius:var(--mpf-radius-xl);
  background:rgba(255,255,255,.76);
  box-shadow:var(--mpf-shadow);
  backdrop-filter:blur(12px);
}
.mpf-hero h1 {
  max-width:900px;
  margin:0;
  color:var(--mpf-ink);
  font-size:clamp(48px,7vw,112px);
  line-height:.86;
  letter-spacing:-.075em;
  font-weight:700;
}
.mpf-hero p {
  max-width:760px;
  margin:25px 0 0;
  color:var(--mpf-muted);
  font-size:16px;
  line-height:1.75;
}
.mpf-hero__actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:30px; }
.mpf-hero__visual {
  position:relative;
  min-height:560px;
  margin:0;
  padding:28px;
  border-radius:var(--mpf-radius-xl);
  border:1px solid rgba(20,20,20,.09);
  background:
    linear-gradient(140deg, rgba(255,255,255,.6), rgba(243,227,231,.8)),
    #f7eeef;
  box-shadow:var(--mpf-shadow-soft);
  overflow:hidden;
}
.mpf-hero__visual:before {
  content:"";
  position:absolute;
  inset:12%;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.85), transparent 62%);
  filter:blur(8px);
}
.mpf-hero__visual img { position:relative; width:100%; height:100%; object-fit:cover; border-radius:30px; mix-blend-mode:multiply; opacity:.94; }
.mpf-hero__visual figcaption {
  position:absolute;
  left:30px;
  right:30px;
  bottom:30px;
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(20,20,20,.08);
  backdrop-filter:blur(10px);
  color:rgba(20,20,20,.68);
  font-size:12px;
  font-weight:700;
}
.mpf-hero__visual figcaption b { color:#141414; }

.mpf-hero--technology .mpf-hero__visual { background:linear-gradient(135deg,#eff3ef,#fff7fa); }
.mpf-hero--professionals .mpf-hero__visual { background:linear-gradient(135deg,#f4efe8,#fff); }
.mpf-hero--community .mpf-hero__visual { background:linear-gradient(135deg,#fdeef3,#f8f2e9); }
.mpf-hero--journal .mpf-hero__visual { background:linear-gradient(135deg,#f5f1ea,#fffafc); }
.mpf-hero--delivery .mpf-hero__visual,
.mpf-hero--warranty .mpf-hero__visual,
.mpf-hero--support .mpf-hero__visual,
.mpf-hero--tracking .mpf-hero__visual,
.mpf-hero--contact .mpf-hero__visual { background:linear-gradient(135deg,#fff,#f1e4e8); }
.mpf-hero--terms .mpf-hero__visual,
.mpf-hero--privacy .mpf-hero__visual,
.mpf-hero--cookies .mpf-hero__visual,
.mpf-hero--accessibility .mpf-hero__visual { background:linear-gradient(135deg,#f9f6ef,#fff); }

/* General sections */
.mpf-section {
  width:min(var(--mpf-max),100%);
  margin:0 auto 34px;
}
.mpf-section-head {
  max-width:860px;
  margin:0 0 24px;
}
.mpf-section-head.is-center { margin-left:auto; margin-right:auto; text-align:center; }
.mpf-section h2,
.mpf-section-head h2,
.mpf-context-footer h2 {
  margin:0;
  color:var(--mpf-ink);
  font-size:clamp(30px,4vw,62px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:700;
}
.mpf-section-head p,
.mpf-section > p,
.mpf-editorial-copy p,
.mpf-pro-panel p,
.mpf-return-studio p,
.mpf-support-desk p,
.mpf-tracking-panel p,
.mpf-cookie-lab p,
.mpf-accessibility-statement p,
.mpf-warranty-hero p,
.mpf-journal-feature p {
  max-width:780px;
  margin:17px 0 0;
  color:var(--mpf-muted);
  font-size:15px;
  line-height:1.75;
}

.mpf-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.mpf-card-grid--4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.mpf-card-grid--3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.mpf-card {
  min-height:250px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px;
  border-radius:28px;
  border:1px solid rgba(20,20,20,.09);
  background:rgba(255,255,255,.76);
  box-shadow:var(--mpf-shadow-soft);
  overflow:hidden;
  position:relative;
}
.mpf-card:before {
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  border-radius:50%;
  right:-84px;
  top:-84px;
  background:rgba(199,154,165,.14);
}
.mpf-card span {
  position:relative;
  align-self:flex-start;
  display:inline-flex;
  margin-bottom:auto;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(251,247,243,.9);
  border:1px solid rgba(20,20,20,.08);
  color:var(--mpf-accent-dark);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mpf-card h3 { position:relative; margin:28px 0 0; color:#141414; font-size:22px; line-height:1.05; letter-spacing:-.035em; font-weight:700; }
.mpf-card p { position:relative; margin:12px 0 0; color:var(--mpf-muted); font-size:13px; line-height:1.65; }

/* Brand */
.mpf-brand-story {
  display:grid;
  grid-template-columns:1fr 420px;
  gap:24px;
  align-items:stretch;
}
.mpf-editorial-copy {
  padding:46px;
  border-radius:var(--mpf-radius-xl);
  background:#fff;
  border:1px solid var(--mpf-line);
  box-shadow:var(--mpf-shadow-soft);
}
.mpf-editorial-copy h2 { margin:0; max-width:850px; font-size:clamp(38px,4vw,70px); line-height:.92; letter-spacing:-.065em; }
.mpf-brand-metrics { display:grid; gap:14px; }
.mpf-brand-metrics article {
  min-height:150px;
  padding:24px;
  border-radius:30px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:linear-gradient(145deg,#251f21,#4f3b41);
  color:#fff;
  box-shadow:var(--mpf-shadow-soft);
}
.mpf-brand-metrics b { font-size:13px; letter-spacing:.14em; color:rgba(255,255,255,.58); }
.mpf-brand-metrics span { font-size:25px; line-height:1; letter-spacing:-.04em; font-weight:700; }
.mpf-quote-band {
  padding:58px;
  border-radius:var(--mpf-radius-xl);
  background:linear-gradient(135deg,#242424,#5c4149);
  color:#fff;
  box-shadow:var(--mpf-shadow);
}
.mpf-quote-band blockquote { max-width:1050px; margin:0; font-size:clamp(34px,5vw,78px); line-height:.95; letter-spacing:-.065em; font-weight:700; }

/* Technology */
.mpf-tech-lab {
  padding:42px;
  border-radius:var(--mpf-radius-xl);
  background:#111;
  color:#fff;
  box-shadow:var(--mpf-shadow);
}
.mpf-tech-lab .mpf-section-head h2 { color:#fff; max-width:880px; }
.mpf-tech-lab .mpf-section-head p { color:rgba(255,255,255,.66); }
.mpf-tech-orbit {
  min-height:520px;
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.mpf-tech-core {
  position:absolute;
  z-index:2;
  left:50%; top:50%; transform:translate(-50%,-50%);
  width:210px; height:210px;
  border-radius:50%;
  display:flex; flex-direction:column; justify-content:center; align-items:center;
  background:radial-gradient(circle,#fff,#efdfe4);
  color:#151515;
  box-shadow:0 20px 70px rgba(255,255,255,.16);
}
.mpf-tech-core b { font-size:34px; letter-spacing:-.055em; }
.mpf-tech-core span { font-size:12px; font-weight:800; color:rgba(21,21,21,.58); text-transform:uppercase; letter-spacing:.12em; }
.mpf-tech-orbit article {
  min-height:235px;
  padding:28px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.07);
  display:flex; flex-direction:column; justify-content:flex-end;
}
.mpf-tech-orbit h3 { margin:0; color:#fff; font-size:28px; line-height:1; letter-spacing:-.045em; }
.mpf-tech-orbit p { margin:12px 0 0; color:rgba(255,255,255,.66); font-size:14px; line-height:1.65; max-width:410px; }
.mpf-spec-board { padding:36px; border-radius:var(--mpf-radius-xl); background:rgba(255,255,255,.72); border:1px solid var(--mpf-line); }

/* Professionals */
.mpf-pro-panel {
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
  padding:44px;
  border-radius:var(--mpf-radius-xl);
  background:linear-gradient(135deg,#fff,#f4e8ea);
  border:1px solid rgba(20,20,20,.09);
  box-shadow:var(--mpf-shadow);
}
.mpf-pro-panel h2 { max-width:800px; }
.mpf-pro-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:26px; }
.mpf-pro-panel aside {
  padding:28px;
  border-radius:30px;
  background:#1f1f1f;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
}
.mpf-pro-panel aside b { font-size:26px; line-height:1; letter-spacing:-.04em; margin-bottom:auto; }
.mpf-pro-panel aside span { padding:12px 14px; border-radius:999px; background:rgba(255,255,255,.09); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.mpf-link-strip { display:flex; flex-wrap:wrap; gap:12px; padding:18px; border-radius:999px; background:#fff; border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }
.mpf-link-strip a { flex:1; min-width:220px; padding:17px 20px; text-align:center; border-radius:999px; background:#fbf7f3; font-weight:800; font-size:12px; letter-spacing:.08em; text-transform:uppercase; }

/* Community */
.mpf-community-wall { padding:44px; border-radius:var(--mpf-radius-xl); background:linear-gradient(135deg,#fff,#fbeff2); border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }
.mpf-social-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; margin-top:28px; }
.mpf-social-grid article {
  min-height:260px;
  padding:18px;
  border-radius:28px;
  background:linear-gradient(145deg,#282322,#f2dbe1);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  position:relative;
}
.mpf-social-grid article:nth-child(even) { transform:translateY(36px); background:linear-gradient(145deg,#f0dfe2,#fff); color:#171717; }
.mpf-social-grid b { font-size:12px; letter-spacing:.12em; opacity:.7; }
.mpf-social-grid span { font-size:22px; line-height:1; letter-spacing:-.04em; font-weight:800; }
.mpf-insta-section { padding:38px; border-radius:var(--mpf-radius-xl); background:#fff; border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }
.mpf-insta-placeholder { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.mpf-insta-placeholder a { min-height:210px; padding:16px; border-radius:26px; background:linear-gradient(135deg,#f4e3e7,#fff7f9); display:flex; flex-direction:column; justify-content:space-between; border:1px solid rgba(20,20,20,.08); }
.mpf-insta-placeholder span { color:var(--mpf-muted); font-size:12px; font-weight:800; }
.mpf-insta-placeholder b { font-size:24px; letter-spacing:-.04em; }

/* Journal */
.mpf-journal-feature { display:grid; grid-template-columns:1fr 360px; gap:24px; padding:44px; border-radius:var(--mpf-radius-xl); background:#111; color:#fff; box-shadow:var(--mpf-shadow); }
.mpf-journal-feature h2 { color:#fff; }
.mpf-journal-feature p { color:rgba(255,255,255,.66); }
.mpf-journal-feature aside { display:flex; flex-wrap:wrap; align-content:flex-end; gap:10px; }
.mpf-journal-feature aside span { padding:12px 14px; border-radius:999px; background:rgba(255,255,255,.1); color:#fff; font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.mpf-journal-section { padding:38px; border-radius:var(--mpf-radius-xl); background:#fff; border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }
.mpf-journal-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.mpf-journal-grid article { min-height:245px; padding:24px; border-radius:28px; background:#fbf7f3; border:1px solid rgba(20,20,20,.08); display:flex; flex-direction:column; justify-content:flex-end; }
.mpf-journal-grid span { margin-bottom:auto; color:var(--mpf-accent-dark); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.mpf-journal-grid h3 { margin:26px 0 0; font-size:24px; line-height:1.05; letter-spacing:-.04em; }
.mpf-journal-grid p { margin:12px 0 0; color:var(--mpf-muted); font-size:13px; line-height:1.65; }

/* Care / delivery / warranty / support */
.mpf-delivery-map,
.mpf-claim-steps { padding:42px; border-radius:var(--mpf-radius-xl); background:#fff; border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }
.mpf-timeline { display:grid; gap:12px; margin-top:24px; }
.mpf-step { display:grid; grid-template-columns:72px 1fr; gap:18px; align-items:start; padding:20px; border-radius:24px; background:#fbf7f3; border:1px solid rgba(20,20,20,.08); }
.mpf-step b { width:52px; height:52px; border-radius:50%; background:#232323; color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size:13px; font-weight:800; }
.mpf-step h3 { margin:0; color:#141414; font-size:21px; line-height:1.1; letter-spacing:-.035em; }
.mpf-step p { margin:8px 0 0; color:var(--mpf-muted); font-size:13px; line-height:1.65; }
.mpf-return-studio,
.mpf-warranty-hero,
.mpf-support-desk,
.mpf-tracking-panel,
.mpf-cookie-lab,
.mpf-accessibility-statement {
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:24px;
  padding:44px;
  border-radius:var(--mpf-radius-xl);
  background:linear-gradient(135deg,#fff,#f7ecef);
  border:1px solid var(--mpf-line);
  box-shadow:var(--mpf-shadow);
}
.mpf-return-studio aside,
.mpf-warranty-badge,
.mpf-tracking-box,
.mpf-cookie-cta,
.mpf-a11y-score {
  padding:28px;
  border-radius:30px;
  background:#232323;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:14px;
}
.mpf-return-studio aside h3 { color:#fff; margin:0; font-size:28px; line-height:1; letter-spacing:-.04em; }
.mpf-return-studio aside p { color:rgba(255,255,255,.7); margin:0; }
.mpf-warranty-badge b,
.mpf-a11y-score b { font-size:76px; line-height:.85; letter-spacing:-.075em; }
.mpf-warranty-badge span,
.mpf-a11y-score span { color:rgba(255,255,255,.7); font-size:13px; line-height:1.5; font-weight:700; }
.mpf-support-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.mpf-support-desk { grid-template-columns:360px 1fr; }
.mpf-support-form { padding:38px; border-radius:var(--mpf-radius-xl); background:#fff; border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }

/* Tracking form */
.mpf-tracking-box { background:#fff; color:#141414; }
.mpf-tracking-box form { display:grid; gap:12px; margin:0; }
.mpf-tracking-box p { color:var(--mpf-muted); font-size:13px; line-height:1.55; }
.mpf-tracking-box input { width:100%; min-height:54px; padding:0 15px; border-radius:14px; border:1px solid var(--mpf-line); background:#fff; }
.mpf-tracking-box button,
.mpf-tracking-box .button { border:0; cursor:pointer; }

/* Contact */
.mpf-contact-hub { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.mpf-contact-card { min-height:310px; padding:30px; border-radius:var(--mpf-radius-xl); background:#fff; border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); display:flex; flex-direction:column; justify-content:flex-end; }
.mpf-contact-card h2 { margin:0; font-size:38px; line-height:.95; letter-spacing:-.055em; }
.mpf-contact-card p { margin:14px 0 24px; color:var(--mpf-muted); font-size:14px; line-height:1.65; }
.mpf-contact-card a { color:var(--mpf-accent-dark); font-weight:800; overflow-wrap:anywhere; }
.mpf-default-form { display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center; padding:28px; border-radius:28px; background:#fbf7f3; border:1px solid rgba(20,20,20,.08); }
.mpf-default-form h3 { margin:0; font-size:28px; line-height:1; letter-spacing:-.04em; }
.mpf-default-form p { margin:12px 0 0; color:var(--mpf-muted); max-width:760px; }
.mpf-default-form__actions { display:flex; flex-direction:column; gap:10px; align-items:flex-end; }
.mpf-default-form__actions span { color:var(--mpf-muted); font-size:12px; font-weight:700; }

/* Legal */
.mpf-legal-shell { display:grid; grid-template-columns:360px minmax(0,1fr); gap:24px; align-items:start; }
.mpf-legal-shell > aside { position:sticky; top:110px; padding:30px; border-radius:var(--mpf-radius-xl); background:#232323; color:#fff; box-shadow:var(--mpf-shadow-soft); }
.mpf-legal-shell > aside h2 { color:#fff; font-size:36px; line-height:.95; letter-spacing:-.055em; }
.mpf-legal-shell > aside p { color:rgba(255,255,255,.66); margin:16px 0 0; font-size:13px; line-height:1.65; }
.mpf-legal-shell > aside nav { display:grid; gap:8px; margin-top:22px; }
.mpf-legal-shell > aside nav a { padding:12px 14px; border-radius:999px; background:rgba(255,255,255,.08); color:#fff; font-size:12px; font-weight:800; }
.mpf-legal-copy { display:grid; gap:14px; }
.mpf-legal-block { padding:30px; border-radius:28px; background:#fff; border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }
.mpf-legal-block h3 { margin:0; color:#141414; font-size:26px; line-height:1.05; letter-spacing:-.04em; }
.mpf-legal-block p { margin:14px 0 0; color:rgba(20,20,20,.68); font-size:14px; line-height:1.8; }
.mpf-data-map { padding:38px; border-radius:var(--mpf-radius-xl); background:linear-gradient(135deg,#fff,#fbf7f3); border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }
.mpf-cookie-lab { background:linear-gradient(135deg,#fff,#f9f1f3); }
.mpf-cookie-cta { background:#232323; align-items:flex-start; }
.mpf-cookie-table-section { padding:28px; border-radius:var(--mpf-radius-xl); background:#fff; border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }
.mpf-table { overflow:auto; }
.mpf-table table { width:100%; border-collapse:separate; border-spacing:0; min-width:820px; }
.mpf-table th { text-align:left; padding:16px; color:#141414; font-size:12px; letter-spacing:.1em; text-transform:uppercase; background:#fbf7f3; }
.mpf-table td { padding:18px 16px; border-top:1px solid rgba(20,20,20,.08); color:rgba(20,20,20,.68); font-size:14px; line-height:1.65; vertical-align:top; }

/* FAQ */
.mpf-faq { padding:38px; border-radius:var(--mpf-radius-xl); background:#fff; border:1px solid var(--mpf-line); box-shadow:var(--mpf-shadow-soft); }
.mpf-faq__items { display:grid; gap:10px; }
.mpf-faq details { border:1px solid rgba(20,20,20,.08); border-radius:18px; background:#fbf7f3; overflow:hidden; }
.mpf-faq summary { cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:18px 20px; list-style:none; color:#141414; font-size:15px; font-weight:800; }
.mpf-faq summary::-webkit-details-marker { display:none; }
.mpf-faq summary b { width:26px; height:26px; border-radius:50%; background:#fff; display:flex; align-items:center; justify-content:center; }
.mpf-faq details[open] summary b { transform:rotate(45deg); }
.mpf-faq details p { padding:0 20px 20px; color:var(--mpf-muted); font-size:13px; line-height:1.7; }

/* Internal note */
.mpf-internal-note { width:min(var(--mpf-max),100%); margin:0 auto 24px; padding:14px 18px; border:1px dashed rgba(127,91,101,.45); border-radius:16px; background:rgba(255,255,255,.82); color:#7f5b65; font-size:13px; }

/* Context footer */
.mpf-context-footer { width:min(var(--mpf-max),100%); margin:48px auto 0; padding:36px; border-radius:var(--mpf-radius-xl); background:#141414; color:#fff; display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:end; box-shadow:var(--mpf-shadow); }
.mpf-context-footer h2 { color:#fff; }
.mpf-context-footer p { margin:14px 0 0; color:rgba(255,255,255,.64); font-size:14px; line-height:1.65; max-width:620px; }
.mpf-context-footer nav { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.mpf-context-footer nav a { padding:14px 16px; border-radius:999px; color:#fff; background:rgba(255,255,255,.09); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; text-align:center; }

/* Subtle page-specific variants */
.mpf-layout--delivery .mpf-card:before,
.mpf-layout--warranty .mpf-card:before,
.mpf-layout--support .mpf-card:before { background:rgba(127,91,101,.11); }
.mpf-layout--terms .mpf-page,
.mpf-layout--privacy .mpf-page,
.mpf-layout--cookies .mpf-page { background:#fff; }

/* Mobile */
@media (max-width: 1180px) {
  .mpf-hero,
  .mpf-brand-story,
  .mpf-pro-panel,
  .mpf-return-studio,
  .mpf-warranty-hero,
  .mpf-support-desk,
  .mpf-tracking-panel,
  .mpf-cookie-lab,
  .mpf-accessibility-statement,
  .mpf-journal-feature,
  .mpf-context-footer,
  .mpf-legal-shell { grid-template-columns:1fr; }
  .mpf-hero__copy,.mpf-hero__visual { min-height:auto; }
  .mpf-hero__visual { min-height:420px; }
  .mpf-legal-shell > aside { position:relative; top:auto; }
  .mpf-card-grid,.mpf-card-grid--4,.mpf-card-grid--3,.mpf-contact-hub { grid-template-columns:repeat(2,1fr); }
  .mpf-social-grid { grid-template-columns:repeat(3,1fr); }
  .mpf-social-grid article:nth-child(even) { transform:none; }
  .mpf-insta-placeholder,.mpf-journal-grid { grid-template-columns:repeat(2,1fr); }
  .mpf-tech-core { position:relative; left:auto; top:auto; transform:none; grid-column:1/-1; margin:0 auto; }
  .mpf-tech-orbit { min-height:auto; }
}

@media (max-width: 720px) {
  .mpf-page { padding:96px 12px 54px; }
  .mpf-hero { gap:14px; margin-bottom:20px; }
  .mpf-hero__copy { padding:28px; border-radius:28px; }
  .mpf-hero h1 { font-size:46px; }
  .mpf-hero p { font-size:14px; line-height:1.65; }
  .mpf-hero__visual { min-height:300px; border-radius:28px; padding:16px; }
  .mpf-hero__visual img { border-radius:22px; }
  .mpf-hero__visual figcaption { left:18px; right:18px; bottom:18px; border-radius:18px; flex-direction:column; }
  .mpf-section { margin-bottom:18px; }
  .mpf-section h2,.mpf-section-head h2,.mpf-context-footer h2 { font-size:34px; }
  .mpf-card-grid,.mpf-card-grid--4,.mpf-card-grid--3,.mpf-contact-hub,.mpf-insta-placeholder,.mpf-journal-grid,.mpf-social-grid,.mpf-tech-orbit { grid-template-columns:1fr; }
  .mpf-editorial-copy,.mpf-tech-lab,.mpf-pro-panel,.mpf-community-wall,.mpf-journal-feature,.mpf-delivery-map,.mpf-return-studio,.mpf-warranty-hero,.mpf-claim-steps,.mpf-support-desk,.mpf-support-form,.mpf-tracking-panel,.mpf-cookie-lab,.mpf-accessibility-statement,.mpf-faq,.mpf-context-footer,.mpf-cookie-table-section,.mpf-data-map { padding:22px; border-radius:26px; }
  .mpf-card { min-height:220px; padding:22px; border-radius:24px; }
  .mpf-step { grid-template-columns:1fr; }
  .mpf-context-footer nav { grid-template-columns:1fr; }
  .mpf-default-form { grid-template-columns:1fr; }
  .mpf-default-form__actions { align-items:flex-start; }
  .mpf-link-strip { border-radius:26px; }
  .mpf-link-strip a { min-width:100%; }
}

@media (prefers-reduced-motion: no-preference) {
  .mpf-page .mpf-hero,
  .mpf-page .mpf-section,
  .mpf-page .mpf-context-footer { opacity:0; transform:translateY(18px); transition:opacity .55s ease, transform .55s ease; }
  .mpf-page .mpf-is-visible { opacity:1; transform:none; }
}
