/*
Theme Name: Pharaohs Marine Modern
Theme URI: https://pharaohsmarine.com/
Author: Pharaohs Marine Consultants
Description: A premium, responsive corporate maritime theme created for Pharaohs Marine Consultants. Preserves existing Elementor and Formidable content while introducing a modern homepage, services hub, applications hub, and about page.
Version: 1.2.6
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: pharaohs-marine-modern
*/

:root {
  --pmm-navy: #082534;
  --pmm-navy-2: #10394b;
  --pmm-ink: #102b38;
  --pmm-gold: #ba8b42;
  --pmm-gold-soft: #dfbd79;
  --pmm-ivory: #f8f7f2;
  --pmm-sand: #eeece3;
  --pmm-white: #fff;
  --pmm-muted: #61727b;
  --pmm-line: rgba(8, 37, 52, .12);
  --pmm-shadow: 0 28px 70px rgba(8, 37, 52, .12);
  --pmm-display: "Cormorant Garamond", Georgia, serif;
  --pmm-body: "Manrope", Arial, sans-serif;
  --pmm-ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pmm-site { margin: 0; overflow-x: hidden; background: var(--pmm-ivory); color: var(--pmm-ink); font-family: var(--pmm-body); font-size: 16px; line-height: 1.65; }
body.pmm-site.pmm-menu-open { overflow: hidden; }
.pmm-site img { display: block; max-width: 100%; height: auto; }
.pmm-site a { color: inherit; text-decoration: none; }
.pmm-site button, .pmm-site input, .pmm-site select, .pmm-site textarea { font: inherit; }
.pmm-site ::selection { background: var(--pmm-gold); color: var(--pmm-navy); }
.pmm-container { width: min(100% - 40px, 1216px); margin-inline: auto; }
.pmm-skip { position: fixed; z-index: 99999; top: 10px; left: 10px; transform: translateY(-180%); border-radius: 6px; background: var(--pmm-white); color: var(--pmm-navy); padding: 10px 16px; font-weight: 800; }
.pmm-skip:focus { transform: translateY(0); }

.pmm-topbar { background: var(--pmm-navy); color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.pmm-topbar__inner { display: flex; min-height: 35px; align-items: center; justify-content: space-between; }
.pmm-topbar__inner > a { color: var(--pmm-gold-soft); font-size: 8px; transition: color .18s var(--pmm-ease); }
.pmm-topbar__inner > a:hover { color: var(--pmm-white); }
.pmm-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid var(--pmm-line); background: rgba(248,247,242,.98); }
.admin-bar .pmm-header { top: 32px; }
.pmm-header__inner { display: grid; min-height: 82px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.pmm-brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.pmm-brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 24px rgba(8,37,52,.08); }
.pmm-brand strong { display: block; color: var(--pmm-navy); font-family: var(--pmm-display); font-size: 20px; font-weight: 600; line-height: 1; }
.pmm-brand small { display: block; margin-top: 6px; color: #728088; font-size: 9px; font-weight: 700; line-height: 1; letter-spacing: .25em; text-transform: uppercase; }
.pmm-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 34px); }
.pmm-nav a { position: relative; color: rgba(8,37,52,.72); font-size: 12px; font-weight: 800; }
.pmm-nav a::after { content: ""; position: absolute; right: 100%; bottom: -10px; left: 0; height: 1px; background: var(--pmm-gold); transition: right .22s var(--pmm-ease); }
.pmm-nav a:hover { color: var(--pmm-gold); }
.pmm-nav a:hover::after { right: 0; }
.pmm-nav-item { position: relative; display: flex; align-items: center; }
.pmm-nav-item > a { display: inline-flex; align-items: center; gap: 5px; }
.pmm-nav-item > a > span { color: var(--pmm-gold); font-size: 13px; }
.pmm-mega-menu { position: fixed; z-index: 1001; top: var(--pmm-navigation-top, 117px); left: 50%; display: grid; width: min(calc(100% - 40px), 1160px); grid-template-columns: .72fr 1.28fr; overflow: hidden; border: 1px solid rgba(8,37,52,.12); border-radius: 0 0 26px 26px; background: var(--pmm-white); box-shadow: 0 30px 70px rgba(8,37,52,.18); opacity: 0; pointer-events: none; transform: translate(-50%, -10px); visibility: hidden; transition: opacity .18s var(--pmm-ease), transform .18s var(--pmm-ease), visibility .18s;
}
.admin-bar .pmm-mega-menu { top: var(--pmm-navigation-top, 117px); }
.pmm-nav-item--mega:hover .pmm-mega-menu,
.pmm-nav-item--mega:focus-within .pmm-mega-menu,
.pmm-nav-item--mega.is-mega-open .pmm-mega-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); visibility: visible; }
.pmm-mega-menu__intro { background: var(--pmm-navy); padding: 38px; color: rgba(255,255,255,.64); }
.pmm-mega-menu__intro h2 { color: var(--pmm-white); font-size: 38px; }
.pmm-mega-menu__intro > p:not(.pmm-eyebrow) { margin: 16px 0 0; font-size: 12px; line-height: 1.75; }
.pmm-mega-menu__intro .pmm-button { margin-top: 24px; }
.pmm-mega-menu__links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 1px; background: var(--pmm-line); }
.pmm-nav .pmm-mega-menu__links a { display: grid; min-height: 104px; grid-template-columns: 42px 1fr; align-items: center; gap: 15px; background: var(--pmm-white); padding: 18px 21px; transition: background .18s var(--pmm-ease); }
.pmm-nav .pmm-mega-menu__links a::after { display: none; }
.pmm-nav .pmm-mega-menu__links a:hover { background: #fdfbf5; }
.pmm-mega-menu__links a > small { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--pmm-sand); color: var(--pmm-gold); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.pmm-mega-menu__links strong,
.pmm-mega-menu__links em { display: block; }
.pmm-mega-menu__links strong { color: var(--pmm-navy); font-size: 11px; }
.pmm-mega-menu__links em { display: -webkit-box; overflow: hidden; margin-top: 5px; color: var(--pmm-muted); font-size: 8px; font-style: normal; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pmm-menu-toggle { display: none; }

.pmm-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 11px 21px; font-size: 12px; font-weight: 800; line-height: 1.3; transition: transform .16s var(--pmm-ease), background .2s var(--pmm-ease), border-color .2s var(--pmm-ease), color .2s var(--pmm-ease); }
.pmm-button:hover { transform: translateY(-2px); }
.pmm-button:active { transform: scale(.97); }
.pmm-header .pmm-button--nav,
.pmm-header .pmm-button--nav:link,
.pmm-header .pmm-button--nav:visited { justify-self: end; background: var(--pmm-navy); color: var(--pmm-white) !important; box-shadow: 0 12px 26px rgba(8,37,52,.12); }
.pmm-header .pmm-button--nav span { background: transparent !important; color: var(--pmm-white) !important; box-shadow: none !important; }
.pmm-button--nav:hover, .pmm-button--dark:hover { background: var(--pmm-navy-2); color: var(--pmm-white); }
.pmm-button--gold { background: #d2a65e; color: var(--pmm-navy); box-shadow: 0 14px 30px rgba(186,139,66,.18); }
.pmm-button--gold:hover { background: var(--pmm-gold-soft); color: var(--pmm-navy); }
.pmm-button--ghost { border-color: rgba(255,255,255,.26); color: var(--pmm-white); }
.pmm-button--ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.06); }
.pmm-button--dark { background: var(--pmm-navy); color: var(--pmm-white); box-shadow: 0 14px 30px rgba(8,37,52,.14); }
.pmm-button--outline { border-color: rgba(8,37,52,.18); color: var(--pmm-navy); background: transparent; }
.pmm-button--outline:hover { border-color: var(--pmm-gold); color: #966b2b; }
.pmm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.pmm-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--pmm-gold); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.pmm-eyebrow::before { width: 31px; height: 1px; background: currentColor; content: ""; }
.pmm-eyebrow--light { color: var(--pmm-gold-soft); }
.pmm-site h1, .pmm-site h2, .pmm-site h3 { margin: 0; color: var(--pmm-navy); font-family: var(--pmm-display); font-weight: 600; letter-spacing: -.025em; }
.pmm-site h2 { max-width: 720px; font-size: clamp(40px, 4.4vw, 59px); line-height: 1.02; }
.pmm-site h3 { font-size: 25px; line-height: 1.1; }
.pmm-copy { max-width: 650px; margin: 24px 0 0; color: var(--pmm-muted); line-height: 1.85; }
.pmm-section { padding: clamp(76px, 9vw, 122px) 0; }
.pmm-section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 58px; }
.pmm-section-head p:last-child { max-width: 600px; margin: 21px 0 0; color: var(--pmm-muted); }
.pmm-text-link { flex: 0 0 auto; color: #936927; font-size: 12px; font-weight: 800; }

.pmm-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--pmm-navy); color: var(--pmm-white); }
.pmm-hero__grid { position: absolute; inset: 0; z-index: -1; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.pmm-hero__inner { display: grid; min-height: 695px; grid-template-columns: 1.03fr .97fr; }
.pmm-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 78px 55px 78px 0; }
.pmm-hero h1 { max-width: 720px; color: var(--pmm-white); font-size: clamp(64px, 7.1vw, 96px); line-height: .92; }
.pmm-hero .pmm-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.85; }
.pmm-hero__image { position: relative; min-height: 100%; overflow: hidden; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); }
.pmm-hero__image > img { width: 100%; height: 100%; object-fit: cover; }
.pmm-hero__image::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,37,52,.75), transparent 45%); content: ""; }
.pmm-hero__badge { position: absolute; z-index: 1; right: 27px; bottom: 30px; left: 70px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.1); padding: 18px; backdrop-filter: blur(15px); }
.pmm-hero__badge > span { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--pmm-gold); color: var(--pmm-navy); font-weight: 800; }
.pmm-hero__badge strong, .pmm-hero__badge small { display: block; }
.pmm-hero__badge small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 11px; }
.pmm-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 58px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 28px; }
.pmm-stats strong { display: block; color: var(--pmm-gold-soft); font-family: var(--pmm-display); font-size: 31px; line-height: 1; }
.pmm-stats span { display: block; margin-top: 8px; color: rgba(255,255,255,.43); font-size: 9px; letter-spacing: .11em; line-height: 1.45; text-transform: uppercase; }

.pmm-services { background: var(--pmm-ivory); }
.pmm-service-grid { display: grid; overflow: hidden; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--pmm-line); border-radius: 28px; background: var(--pmm-line); gap: 1px; }
.pmm-service-card { display: flex; min-height: 326px; flex-direction: column; background: var(--pmm-white); padding: 32px 28px; transition: transform .22s var(--pmm-ease), background .22s var(--pmm-ease); }
.pmm-service-card:hover { z-index: 1; background: #fdfcf8; transform: translateY(-5px); }
.pmm-service-symbol { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--pmm-sand); color: #976b28; font-size: 10px; font-weight: 800; letter-spacing: .08em; transition: transform .22s var(--pmm-ease), background .22s var(--pmm-ease); }
.pmm-service-card:hover .pmm-service-symbol { background: var(--pmm-gold-soft); color: var(--pmm-navy); transform: rotate(-7deg); }
.pmm-service-card h3 { margin-top: 31px; }
.pmm-service-card p { margin: 14px 0; color: var(--pmm-muted); font-size: 13px; line-height: 1.75; }
.pmm-service-card > strong { margin-top: auto; color: var(--pmm-gold); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }

.pmm-why { background: var(--pmm-white); }
.pmm-split { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(55px, 8vw, 100px); }
.pmm-image-card { position: relative; }
.pmm-image-card > img { width: 100%; height: 520px; border-radius: 28px; object-fit: cover; box-shadow: var(--pmm-shadow); }
.pmm-image-card > div { position: absolute; right: -20px; bottom: -25px; width: 210px; border-radius: 18px; background: var(--pmm-gold); padding: 26px; color: var(--pmm-navy); box-shadow: var(--pmm-shadow); }
.pmm-image-card > div::before { display: block; width: 25px; height: 2px; margin-bottom: 22px; background: var(--pmm-navy); content: ""; }
.pmm-image-card > div strong { font-family: var(--pmm-display); font-size: 22px; line-height: 1.1; }
.pmm-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 35px; margin: 31px 0 37px; }
.pmm-check-grid > div { position: relative; padding-left: 27px; }
.pmm-check-grid > div::before { position: absolute; left: 0; color: var(--pmm-gold); content: "✓"; font-weight: 800; }
.pmm-check-grid strong, .pmm-check-grid span { display: block; }
.pmm-check-grid strong { font-size: 13px; }
.pmm-check-grid span { margin-top: 3px; color: var(--pmm-muted); font-size: 12px; line-height: 1.6; }

.pmm-process { background: var(--pmm-sand); }
.pmm-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; margin-top: 65px; }
.pmm-process-grid > div { border-top: 1px solid var(--pmm-line); padding-top: 30px; }
.pmm-process-grid span { color: rgba(186,139,66,.58); font-family: var(--pmm-display); font-size: 49px; }
.pmm-process-grid h3 { margin-top: 31px; }
.pmm-process-grid p { color: var(--pmm-muted); font-size: 13px; line-height: 1.75; }

.pmm-applications { background: var(--pmm-navy); color: var(--pmm-white); }
.pmm-applications h2 { color: var(--pmm-white); }
.pmm-applications .pmm-copy { color: rgba(255,255,255,.6); }
.pmm-app-list { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: rgba(255,255,255,.045); }
.pmm-app-list a { display: grid; min-height: 103px; grid-template-columns: 34px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.1); padding: 18px 24px; transition: background .18s var(--pmm-ease), padding .18s var(--pmm-ease); }
.pmm-app-list a:last-child { border-bottom: 0; }
.pmm-app-list a:hover { background: rgba(255,255,255,.06); padding-left: 29px; }
.pmm-app-list a > span { color: rgba(223,189,121,.65); font-size: 10px; font-weight: 800; }
.pmm-app-list strong, .pmm-app-list small { display: block; }
.pmm-app-list strong { color: var(--pmm-white); font-family: var(--pmm-display); font-size: 21px; }
.pmm-app-list small { margin-top: 3px; color: rgba(255,255,255,.4); font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.pmm-app-list b { color: var(--pmm-white); font-size: 14px; }

.pmm-final-cta { background: var(--pmm-white); }
.pmm-final-cta__image { width: 100%; height: 365px; border-radius: 30px; object-fit: cover; box-shadow: var(--pmm-shadow); }

.pmm-page-hero { overflow: hidden; background: var(--pmm-navy); color: var(--pmm-white); padding: 55px 0; }
.pmm-page-hero .pmm-split { grid-template-columns: 1.05fr .95fr; gap: 65px; min-height: 350px; }
.pmm-page-hero h1 { max-width: 700px; color: var(--pmm-white); font-size: clamp(56px, 6vw, 78px); line-height: .95; }
.pmm-page-hero p:last-child { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.61); font-size: 16px; }
.pmm-page-hero img { width: 100%; height: 300px; border-radius: 27px; object-fit: cover; }
.pmm-service-list { background: var(--pmm-ivory); }
.pmm-service-row { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 30px; margin-bottom: 19px; border: 1px solid var(--pmm-line); border-radius: 25px; background: var(--pmm-white); padding: 29px 33px; box-shadow: 0 8px 22px rgba(8,37,52,.035); transition: transform .2s var(--pmm-ease), box-shadow .2s var(--pmm-ease); }
.pmm-service-row:hover { transform: translateY(-3px); box-shadow: var(--pmm-shadow); }
.pmm-service-row > span { display: grid; width: 51px; height: 51px; place-items: center; border-radius: 50%; background: var(--pmm-sand); color: var(--pmm-gold); font-family: var(--pmm-display); font-size: 18px; }
.pmm-service-row small { color: var(--pmm-gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.pmm-service-row h2 { margin-top: 4px; font-size: 32px; }
.pmm-service-row p { max-width: 760px; margin: 7px 0 0; color: var(--pmm-muted); font-size: 13px; }

.pmm-hub { background: var(--pmm-ivory); }
.pmm-hub__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pmm-hub-card { display: grid; min-height: 180px; grid-template-columns: 53px 1fr; align-items: center; gap: 24px; border: 1px solid var(--pmm-line); border-radius: 25px; background: var(--pmm-white); padding: 30px; box-shadow: 0 10px 25px rgba(8,37,52,.035); transition: transform .2s var(--pmm-ease), box-shadow .2s var(--pmm-ease), border-color .2s var(--pmm-ease); }
.pmm-hub-card:hover { border-color: rgba(186,139,66,.5); box-shadow: var(--pmm-shadow); transform: translateY(-4px); }
.pmm-hub-card > span { display: grid; width: 49px; height: 49px; place-items: center; border-radius: 50%; background: var(--pmm-sand); color: var(--pmm-gold); font-family: var(--pmm-display); }
.pmm-hub-card small { color: #849098; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.pmm-hub-card h2 { margin-top: 7px; font-size: 30px; }
.pmm-hub-card strong { display: block; margin-top: 14px; color: var(--pmm-gold); font-size: 11px; }
.pmm-hub-help { border-radius: 25px; background: var(--pmm-navy); padding: 34px; color: var(--pmm-white); }
.pmm-hub-help > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--pmm-gold); color: var(--pmm-navy); font-family: var(--pmm-display); font-size: 25px; }
.pmm-hub-help h2 { margin-top: 23px; color: var(--pmm-white); font-size: 34px; }
.pmm-hub-help p { color: rgba(255,255,255,.59); font-size: 13px; }

.pmm-about { background: var(--pmm-white); }
.pmm-value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pmm-value-grid > div { min-height: 255px; border-radius: 24px; background: var(--pmm-sand); padding: 28px; }
.pmm-value-grid span { color: var(--pmm-gold); font-family: var(--pmm-display); font-size: 21px; }
.pmm-value-grid h3 { margin-top: 52px; }
.pmm-value-grid p { color: var(--pmm-muted); font-size: 13px; }

.pmm-content-page { min-height: 55vh; background: radial-gradient(circle at 86% 4%, rgba(186,139,66,.10), transparent 28rem), var(--pmm-ivory); }
.pmm-simple-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--pmm-navy); color: var(--pmm-white); padding: clamp(70px, 8vw, 112px) 0; }
.pmm-simple-hero::before { position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, #000, transparent 82%); content: ""; }
.pmm-simple-hero__glow { position: absolute; z-index: -1; top: -180px; right: -100px; width: 520px; height: 520px; border: 1px solid rgba(223,189,121,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(223,189,121,.035), 0 0 0 140px rgba(223,189,121,.025); }
.pmm-simple-hero__inner { position: relative; }
.pmm-simple-hero h1 { max-width: 920px; color: var(--pmm-white); font-size: clamp(50px, 6vw, 78px); line-height: .96; }
.pmm-simple-hero__lead { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.8; }
.pmm-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 30px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.pmm-breadcrumbs a { color: var(--pmm-gold-soft); }
.pmm-breadcrumbs a:hover { color: var(--pmm-white); }
.pmm-page-shell { width: min(100% - 40px, 1160px); margin: clamp(38px, 6vw, 78px) auto clamp(74px, 9vw, 120px); }
.pmm-page-shell--application { width: min(100% - 24px, 1120px); margin-top: 36px; }
.pmm-internal-page:not(.pmm-page--application) .pmm-entry { overflow: hidden; border: 1px solid var(--pmm-line); border-radius: 30px; background: var(--pmm-white); padding: clamp(28px, 5vw, 68px); box-shadow: 0 24px 70px rgba(8,37,52,.09); }
.pmm-entry > * { max-width: 100%; }
.pmm-content-page .elementor { color: var(--pmm-ink); font-family: var(--pmm-body); }
.pmm-content-page .elementor img { max-width: 100%; height: auto; }
.pmm-content-page .elementor p,
.pmm-content-page .elementor li,
.pmm-content-page .elementor .elementor-widget-text-editor { color: var(--pmm-muted); font-family: var(--pmm-body); font-size: 15px; line-height: 1.82; }
.pmm-content-page .elementor h1,
.pmm-content-page .elementor h2,
.pmm-content-page .elementor h3,
.pmm-content-page .elementor h4,
.pmm-content-page .elementor h5,
.pmm-content-page .elementor h6,
.pmm-content-page .elementor .elementor-heading-title { color: var(--pmm-navy); font-family: var(--pmm-display); font-weight: 600; letter-spacing: -.02em; }
.pmm-content-page .elementor h2,
.pmm-content-page .elementor .elementor-heading-title.elementor-size-default { font-size: clamp(32px, 4vw, 50px); line-height: 1.05; }
.pmm-content-page .elementor h3 { font-size: clamp(25px, 3vw, 34px); line-height: 1.15; }
.pmm-content-page .elementor h4,
.pmm-content-page .elementor h5,
.pmm-content-page .elementor h6 { font-size: 22px; line-height: 1.25; }
.pmm-internal-page:not(.pmm-page--application) .pmm-entry > .elementor > .elementor-section,
.pmm-internal-page:not(.pmm-page--application) .pmm-entry > .elementor > .e-con { min-height: 0 !important; margin: 0 !important; padding: 0 !important; }
.pmm-internal-page:not(.pmm-page--application) .pmm-entry > .elementor > .elementor-section,
.pmm-internal-page:not(.pmm-page--application) .pmm-entry > .elementor > .elementor-section > .elementor-container,
.pmm-internal-page:not(.pmm-page--application) .pmm-entry > .elementor > .elementor-section > .elementor-container > .elementor-top-column { height: auto !important; }
.pmm-internal-page:not(.pmm-page--application) .pmm-entry .elementor-top-column > .elementor-widget-wrap { min-height: 0 !important; align-content: flex-start !important; }
.pmm-internal-page:not(.pmm-page--application) .pmm-entry .elementor-section.elementor-section-boxed > .elementor-container { max-width: 100%; }
.pmm-entry .elementor-element + .elementor-element { scroll-margin-top: 130px; }
.pmm-entry .elementor-widget-text-editor p:first-child { margin-top: 0; }
.pmm-entry .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.pmm-entry .elementor-widget-text-editor ul,
.pmm-entry .elementor-widget-text-editor ol { margin: 18px 0; padding-left: 1.35em; }
.pmm-entry .elementor-widget-text-editor li { margin: 9px 0; padding-left: 5px; }
.pmm-entry .elementor-widget-text-editor li::marker { color: var(--pmm-gold); }
.pmm-entry .elementor-widget-image img { border-radius: 22px; box-shadow: 0 18px 44px rgba(8,37,52,.11); }
.pmm-entry .elementor-widget-divider { --divider-color: var(--pmm-line); }
.pmm-entry .pmm-duplicate-title,
.pmm-entry .pmm-legacy-shell { display: none !important; }
.pmm-internal-page:not(.pmm-page--application) .pmm-entry .elementor-widget-nav-menu { display: none !important; }
.pmm-entry a:not(.elementor-button):not(.pmm-auto-button) { color: #966b2b; text-decoration-color: rgba(150,107,43,.35); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.pmm-entry a:not(.elementor-button):not(.pmm-auto-button):hover { color: var(--pmm-navy); text-decoration-color: currentColor; }
.pmm-entry .elementor-button,
.pmm-entry .pmm-auto-button { display: inline-flex !important; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--pmm-navy) !important; border-radius: 999px !important; background: var(--pmm-navy) !important; padding: 12px 22px !important; color: var(--pmm-white) !important; font-family: var(--pmm-body) !important; font-size: 12px !important; font-weight: 800 !important; line-height: 1.3 !important; text-decoration: none !important; box-shadow: 0 12px 28px rgba(8,37,52,.14); transition: transform .16s var(--pmm-ease), background .2s var(--pmm-ease), border-color .2s var(--pmm-ease); }
.pmm-entry .elementor-button span,
.pmm-entry .pmm-auto-button span { color: inherit !important; }
.pmm-entry .elementor-button:hover,
.pmm-entry .pmm-auto-button:hover { border-color: var(--pmm-gold) !important; background: var(--pmm-gold) !important; color: var(--pmm-navy) !important; transform: translateY(-2px); }
.pmm-entry input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.pmm-entry select,
.pmm-entry textarea { width: 100%; max-width: 100%; border: 1px solid rgba(8,37,52,.18); border-radius: 11px; background: var(--pmm-white); color: var(--pmm-ink); padding: 13px 15px; outline: none; transition: border-color .18s var(--pmm-ease), box-shadow .18s var(--pmm-ease); }
.pmm-entry input:focus,
.pmm-entry select:focus,
.pmm-entry textarea:focus { border-color: var(--pmm-gold); box-shadow: 0 0 0 4px rgba(186,139,66,.14); }
.pmm-entry label { color: var(--pmm-ink); font-family: var(--pmm-body); font-weight: 700; }
.pmm-entry table { width: 100%; border-collapse: collapse; }
.pmm-entry th,
.pmm-entry td { border-bottom: 1px solid var(--pmm-line); padding: 14px 12px; text-align: left; }
.pmm-page--utility .woocommerce,
.pmm-page--utility .woocommerce-notices-wrapper { color: var(--pmm-ink); font-family: var(--pmm-body); }
.pmm-page--utility .woocommerce nav,
.pmm-page--utility .woocommerce-MyAccount-navigation { border-radius: 18px; background: var(--pmm-sand); padding: 20px; }
.pmm-page--utility .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.pmm-page--utility .woocommerce-MyAccount-navigation li + li { border-top: 1px solid var(--pmm-line); }
.pmm-page--utility .woocommerce-MyAccount-navigation a { display: block; padding: 11px 4px; color: var(--pmm-ink); font-weight: 700; text-decoration: none; }
.pmm-service-unavailable { display: grid; grid-template-columns: 68px 1fr; align-items: start; gap: 28px; }
.pmm-service-unavailable > span { display: grid; width: 68px; height: 68px; place-items: center; border-radius: 50%; background: var(--pmm-gold); color: var(--pmm-navy); font-family: var(--pmm-display); font-size: 22px; font-weight: 700; }
.pmm-service-unavailable h2 { font-size: clamp(34px, 4vw, 48px); }
.pmm-service-unavailable p { max-width: 690px; margin: 17px 0 0; color: var(--pmm-muted); }
.pmm-content-page .frm_forms { width: min(100% - 40px, 980px); margin: 70px auto; }

.pmm-directory-hero__stats { display: grid; max-width: 470px; grid-template-columns: auto 1fr auto 1fr; align-items: center; gap: 10px 15px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 25px; }
.pmm-directory-hero__stats strong { color: var(--pmm-gold-soft); font-family: var(--pmm-display); font-size: 31px; line-height: 1; }
.pmm-directory-hero__stats span { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.pmm-directory-groups { background: var(--pmm-white); }
.pmm-directory-group-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.pmm-directory-group-card { display: grid; min-height: 245px; grid-template-columns: 48px 1fr; align-items: start; gap: 18px; border: 1px solid var(--pmm-line); border-radius: 23px; background: var(--pmm-ivory); padding: 27px; transition: transform .2s var(--pmm-ease), border-color .2s var(--pmm-ease), box-shadow .2s var(--pmm-ease); }
.pmm-directory-group-card:hover { border-color: rgba(186,139,66,.48); box-shadow: 0 22px 50px rgba(8,37,52,.09); transform: translateY(-4px); }
.pmm-directory-group-card > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: var(--pmm-sand); color: var(--pmm-gold); font-family: var(--pmm-display); font-size: 14px; font-weight: 700; }
.pmm-directory-group-card small { color: var(--pmm-gold); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pmm-directory-group-card h3 { margin-top: 9px; font-size: 27px; }
.pmm-directory-group-card p { margin: 12px 0 17px; color: var(--pmm-muted); font-size: 11px; line-height: 1.7; }
.pmm-directory-group-card strong { color: #966b2b; font-size: 10px; }
.pmm-directory { scroll-margin-top: 125px; background: var(--pmm-sand); }
.pmm-directory__heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 50px; margin-bottom: 42px; }
.pmm-directory__heading > p { margin: 0 0 8px; color: var(--pmm-muted); font-size: 13px; line-height: 1.8; }
.pmm-directory-tools { position: sticky; z-index: 20; top: 96px; margin-bottom: 30px; border: 1px solid var(--pmm-line); border-radius: 24px; background: rgba(255,255,255,.96); padding: 24px; box-shadow: 0 15px 42px rgba(8,37,52,.09); backdrop-filter: blur(16px); }
.admin-bar .pmm-directory-tools { top: 128px; }
.pmm-directory-tools > label { display: block; margin-bottom: 9px; color: var(--pmm-navy); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pmm-directory-search { position: relative; display: flex; align-items: center; }
.pmm-directory-search > span { position: absolute; left: 17px; color: var(--pmm-gold); font-size: 25px; pointer-events: none; }
.pmm-directory-search input { width: 100%; height: 58px; border: 1px solid rgba(8,37,52,.17); border-radius: 15px; background: var(--pmm-ivory); padding: 0 80px 0 51px; color: var(--pmm-ink); font-size: 15px; outline: none; }
.pmm-directory-search input:focus { border-color: var(--pmm-gold); box-shadow: 0 0 0 4px rgba(186,139,66,.12); }
.pmm-directory-search button { position: absolute; right: 9px; border: 0; border-radius: 9px; background: var(--pmm-navy); padding: 8px 12px; color: var(--pmm-white); font-size: 10px; font-weight: 800; }
.pmm-directory-filters { display: flex; gap: 8px; overflow-x: auto; margin-top: 15px; padding-bottom: 3px; scrollbar-width: thin; }
.pmm-directory-filters button { display: inline-flex; min-height: 38px; flex: 0 0 auto; align-items: center; gap: 8px; border: 1px solid var(--pmm-line); border-radius: 999px; background: transparent; padding: 8px 13px; color: var(--pmm-muted); font-size: 10px; font-weight: 800; }
.pmm-directory-filters button span { display: grid; min-width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--pmm-sand); color: var(--pmm-navy); font-size: 8px; }
.pmm-directory-filters button.is-active { border-color: var(--pmm-navy); background: var(--pmm-navy); color: var(--pmm-white); }
.pmm-directory-status { margin: 12px 2px 0; color: var(--pmm-muted); font-size: 10px; }
.pmm-directory-section { scroll-margin-top: 300px; overflow: hidden; margin-top: 22px; border: 1px solid var(--pmm-line); border-radius: 26px; background: var(--pmm-white); }
.pmm-directory-section[hidden] { display: none; }
.pmm-directory-section > header { display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--pmm-line); padding: 29px 31px; }
.pmm-directory-section > header > div { display: flex; align-items: center; gap: 18px; }
.pmm-directory-section > header > div > span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--pmm-gold); color: var(--pmm-navy); font-family: var(--pmm-display); font-size: 15px; font-weight: 700; }
.pmm-directory-section h3 { font-size: 31px; }
.pmm-directory-section header p { margin: 5px 0 0; color: var(--pmm-muted); font-size: 11px; }
.pmm-directory-section header > a { flex: 0 0 auto; color: #966b2b; font-size: 10px; font-weight: 800; }
.pmm-directory-links { display: grid; grid-template-columns: 1fr 1fr; }
.pmm-directory-links > a { display: grid; min-height: 70px; grid-template-columns: 36px 1fr auto; align-items: center; gap: 11px; border-bottom: 1px solid var(--pmm-line); padding: 13px 20px; transition: background .18s var(--pmm-ease), padding .18s var(--pmm-ease); }
.pmm-directory-links > a:nth-child(odd) { border-right: 1px solid var(--pmm-line); }
.pmm-directory-links > a:hover { background: #fdfbf5; padding-left: 24px; }
.pmm-directory-links > a[hidden] { display: none; }
.pmm-directory-links > a > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--pmm-sand); color: var(--pmm-gold); font-size: 7px; font-weight: 800; }
.pmm-directory-links > a > strong { color: var(--pmm-ink); font-size: 11px; font-weight: 700; line-height: 1.4; }
.pmm-directory-links > a > b { color: var(--pmm-gold); font-weight: 500; }
.pmm-directory-empty { border-radius: 25px; background: var(--pmm-white); padding: 55px; text-align: center; }
.pmm-directory-empty[hidden] { display: none; }
.pmm-directory-empty > span { display: grid; width: 52px; height: 52px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: var(--pmm-gold); color: var(--pmm-navy); font-family: var(--pmm-display); font-size: 28px; }
.pmm-directory-empty h3 { font-size: 34px; }
.pmm-directory-empty p { margin: 10px auto 21px; color: var(--pmm-muted); }

.pmm-related { margin-top: 34px; border: 1px solid var(--pmm-line); border-radius: 28px; background: var(--pmm-white); padding: clamp(25px, 4vw, 42px); box-shadow: 0 16px 45px rgba(8,37,52,.06); }
.pmm-related__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.pmm-related__head h2 { font-size: clamp(34px, 4vw, 46px); }
.pmm-related__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.pmm-related__grid a { display: grid; min-height: 92px; grid-template-columns: 1fr auto; align-content: center; gap: 4px 13px; border: 1px solid var(--pmm-line); border-radius: 16px; background: var(--pmm-ivory); padding: 17px; transition: transform .18s var(--pmm-ease), border-color .18s var(--pmm-ease); }
.pmm-related__grid a:hover { border-color: rgba(186,139,66,.55); transform: translateY(-2px); }
.pmm-related__grid small { grid-column: 1 / -1; color: var(--pmm-gold); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.pmm-related__grid strong { color: var(--pmm-ink); font-size: 10px; line-height: 1.4; }
.pmm-related__grid span { color: var(--pmm-gold); }

.pmm-footer { background: #061923; color: rgba(255,255,255,.61); }
.pmm-footer__grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.7fr) minmax(0,.8fr) minmax(0,.7fr); gap: 55px; padding-top: 65px; padding-bottom: 65px; }
.pmm-footer__grid > div { min-width: 0; }
.pmm-brand--footer strong { color: var(--pmm-white); }
.pmm-brand--footer small { color: rgba(255,255,255,.45); }
.pmm-footer__about p { max-width: 470px; margin: 23px 0 0; font-size: 13px; line-height: 1.8; }
.pmm-footer__directory { display: inline-block; margin-top: 18px; color: var(--pmm-gold-soft) !important; font-size: 11px; font-weight: 800; }
.pmm-footer h2 { margin: 5px 0 21px; color: var(--pmm-gold-soft); font-family: var(--pmm-body); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.pmm-footer__grid > div:not(:first-child) a { display: block; margin: 11px 0; font-size: 12px; transition: color .18s var(--pmm-ease); }
.pmm-footer__grid a:hover { color: var(--pmm-gold-soft); }
.pmm-footer__base { border-top: 1px solid rgba(255,255,255,.09); }
.pmm-footer__base .pmm-container { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; color: rgba(255,255,255,.36); }

.pmm-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s var(--pmm-ease), transform .55s var(--pmm-ease); }
.pmm-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .pmm-header__inner { grid-template-columns: 1fr auto auto; }
  .pmm-nav { position: fixed; z-index: 999; top: var(--pmm-navigation-top, 117px); right: 0; bottom: 0; left: 0; display: none; height: auto !important; min-height: 0; align-items: stretch; flex-direction: column; gap: 0; overflow-y: auto; background: var(--pmm-ivory); padding: 25px; }
  .admin-bar .pmm-nav { top: var(--pmm-navigation-top, 117px); }
  .pmm-nav.is-open { display: flex; }
  .pmm-nav a { border-bottom: 1px solid var(--pmm-line); padding: 17px 9px; font-size: 14px; }
  .pmm-nav a::after { display: none; }
  .pmm-nav-item { display: block; }
  .pmm-nav-item > a { display: flex; justify-content: space-between; }
  .pmm-mega-menu { position: static; display: block; width: 100%; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
  .pmm-mega-menu__intro { display: none; }
  .pmm-mega-menu__links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--pmm-line); }
  .pmm-nav .pmm-mega-menu__links a { min-height: 78px; grid-template-columns: 34px 1fr; border: 0; padding: 13px; }
  .pmm-mega-menu__links a > small { width: 31px; height: 31px; }
  .pmm-mega-menu__links em { display: none; }
  .pmm-menu-toggle { display: inline-grid; width: 46px; height: 46px; place-content: center; border: 1px solid var(--pmm-line); border-radius: 50%; background: transparent; gap: 4px; }
  .pmm-menu-toggle span { width: 18px; height: 1px; background: var(--pmm-navy); }
  .pmm-menu-toggle em { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
  .pmm-button--nav { display: none; }
  .pmm-service-grid { grid-template-columns: repeat(2, 1fr); }
  .pmm-split { gap: 55px; }
  .pmm-directory-group-grid { grid-template-columns: repeat(2, 1fr); }
  .pmm-related__grid { grid-template-columns: 1fr 1fr; }
  .pmm-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .pmm-header { top: 46px; }
  .admin-bar .pmm-nav { top: var(--pmm-navigation-top, 117px); }
}

@media (max-width: 760px) {
  .pmm-container { width: min(100% - 32px, 1216px); }
  .pmm-topbar__inner > a { display: none; }
  .pmm-topbar__inner { justify-content: center; }
  .pmm-header__inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .pmm-brand img { width: 44px; height: 44px; }
  .pmm-brand strong { font-size: 17px; }
  .pmm-brand small { font-size: 7px; }
  .pmm-nav { top: var(--pmm-navigation-top, 109px); }
  .admin-bar .pmm-nav { top: var(--pmm-navigation-top, 109px); }
  .pmm-section { padding: 76px 0; }
  .pmm-mega-menu__links { grid-template-columns: 1fr; }
  .pmm-nav .pmm-mega-menu__links a { min-height: 60px; }
  .pmm-section-head { display: block; margin-bottom: 38px; }
  .pmm-section-head .pmm-text-link { display: inline-block; margin-top: 20px; }
  .pmm-site h2 { font-size: 42px; }
  .pmm-hero__inner { min-height: auto; grid-template-columns: 1fr; width: 100%; }
  .pmm-hero__copy { padding: 70px 20px 55px; }
  .pmm-hero h1 { font-size: 57px; }
  .pmm-hero .pmm-lead { font-size: 14px; }
  .pmm-hero__image { min-height: 440px; clip-path: none; }
  .pmm-hero__badge { right: 20px; bottom: 22px; left: 20px; }
  .pmm-stats { gap: 12px; }
  .pmm-stats strong { font-size: 26px; }
  .pmm-stats span { font-size: 7px; }
  .pmm-service-grid { grid-template-columns: 1fr; }
  .pmm-service-card { min-height: 260px; }
  .pmm-split { grid-template-columns: 1fr; }
  .pmm-image-card > img { height: 390px; }
  .pmm-image-card > div { right: 12px; width: 180px; }
  .pmm-check-grid { grid-template-columns: 1fr; }
  .pmm-process-grid { grid-template-columns: 1fr; gap: 30px; }
  .pmm-process-grid h3 { margin-top: 13px; }
  .pmm-page-hero { padding: 65px 0; }
  .pmm-page-hero .pmm-split { grid-template-columns: 1fr; min-height: auto; }
  .pmm-page-hero h1 { font-size: 54px; }
  .pmm-page-hero img { height: 260px; }
  .pmm-directory-hero__stats { grid-template-columns: auto 1fr; }
  .pmm-simple-hero { padding: 58px 0 64px; }
  .pmm-simple-hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .pmm-simple-hero__lead { font-size: 14px; }
  .pmm-simple-hero__glow { right: -270px; }
  .pmm-breadcrumbs { margin-bottom: 24px; font-size: 9px; }
  .pmm-page-shell { width: min(100% - 24px, 1160px); margin: 24px auto 72px; }
  .pmm-page-shell--application { width: min(100% - 16px, 1120px); margin-top: 18px; }
  .pmm-internal-page:not(.pmm-page--application) .pmm-entry { border-radius: 22px; padding: 26px 20px 38px; }
  .pmm-content-page .elementor h2,
  .pmm-content-page .elementor .elementor-heading-title.elementor-size-default { font-size: 34px; }
  .pmm-content-page .elementor h3 { font-size: 27px; }
  .pmm-content-page .elementor .elementor-column,
  .pmm-content-page .elementor .e-con { max-width: 100%; }
  .pmm-entry .elementor-button,
  .pmm-entry .pmm-auto-button { width: 100%; text-align: center; }
  .pmm-service-unavailable { grid-template-columns: 1fr; }
  .pmm-service-unavailable > span { width: 56px; height: 56px; font-size: 18px; }
  .pmm-service-unavailable .pmm-actions { align-items: stretch; flex-direction: column; }
  .pmm-entry table { display: block; overflow-x: auto; white-space: nowrap; }
  .pmm-service-row { grid-template-columns: 50px 1fr; padding: 25px 21px; }
  .pmm-service-row .pmm-button { grid-column: 1 / -1; justify-self: start; }
  .pmm-hub__grid { grid-template-columns: 1fr; }
  .pmm-directory-group-grid { grid-template-columns: 1fr; }
  .pmm-directory-group-card { min-height: 205px; }
  .pmm-directory__heading { grid-template-columns: 1fr; gap: 16px; }
  .pmm-directory-tools { top: 83px; margin-inline: -5px; border-radius: 18px; padding: 17px; }
  .admin-bar .pmm-directory-tools { top: 129px; }
  .pmm-directory-section { scroll-margin-top: 255px; }
  .pmm-directory-section > header { align-items: flex-start; flex-direction: column; padding: 23px 20px; }
  .pmm-directory-section h3 { font-size: 26px; }
  .pmm-directory-section header > a { margin-left: 66px; }
  .pmm-directory-links { grid-template-columns: 1fr; }
  .pmm-directory-links > a:nth-child(odd) { border-right: 0; }
  .pmm-related__head { align-items: flex-start; flex-direction: column; }
  .pmm-related__grid { grid-template-columns: 1fr; }
  .pmm-hub-card { min-height: 165px; padding: 25px 21px; }
  .pmm-value-grid { grid-template-columns: 1fr; }
  .pmm-final-cta__image { height: 310px; }
  .pmm-footer__grid { grid-template-columns: minmax(0,1fr); gap: 35px; }
  .pmm-footer__base .pmm-container { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .pmm-reveal { opacity: 1; transform: none; }
}
