:root {
  --pm-ink: #111018;
  --pm-navy: #1d2048;
  --pm-navy-deep: #10122d;
  --pm-paper: #f3f0e7;
  --pm-white: #fffdf7;
  --pm-yellow: #f4e928;
  --pm-blue: #61a7ff;
  --pm-purple: #5b32df;
  --pm-muted: #6b6974;
  --pm-line: rgba(17, 16, 24, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--pm-paper); color: var(--pm-ink); font-family: "DM Sans", Arial, sans-serif; }
body.admin-bar .pm-site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.pm-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.pm-site-header { position: relative; z-index: 20; background: var(--pm-navy); color: white; }
.pm-header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.pm-logo { position: relative; display: block; width: 242px; height: 70px; overflow: hidden; flex: 0 0 auto; }
.pm-logo img { position: absolute; width: 245px; height: auto; left: 0; top: -34px; }
.pm-nav { display: flex; align-items: center; gap: 34px; }
.pm-nav a { font-size: 13px; font-weight: 800; }
.pm-nav a:hover { color: var(--pm-yellow); }
.pm-menu-toggle { display: none; border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; padding: 9px 12px; font-weight: 800; }
.pm-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 20px; border: 0; border-radius: 2px; font-size: 13px; font-weight: 850; transition: transform .2s, background .2s; }
.pm-button:hover { transform: translateY(-2px); }
.pm-button-primary { background: var(--pm-navy); color: white; }
.pm-button-primary:hover { background: #292e68; }
.pm-kicker, .pm-section-index { margin: 0; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 900; }
.pm-light { color: var(--pm-yellow); }
.pm-eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 900; }
.pm-eyebrow span { padding: 7px 9px 6px; background: var(--pm-yellow); color: var(--pm-ink); }
.pm-eyebrow i { width: 30px; height: 1px; background: currentColor; opacity: .45; }
.pm-section-heading { display: grid; grid-template-columns: 1fr 350px; align-items: end; gap: 50px; margin-bottom: 57px; }
.pm-section-heading h2 { margin: 15px 0 0; font-size: clamp(44px, 5.4vw, 76px); line-height: .93; letter-spacing: -.055em; }
.pm-section-heading > p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }

/* Course */
.pm-course-hero { padding: 74px 0 96px; }
.pm-hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 78px; }
.pm-course-hero h1 { margin: 24px 0 16px; font-size: clamp(67px, 8vw, 116px); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; font-weight: 900; }
.pm-course-hero h1 em { color: var(--pm-navy); font-family: "Playfair Display", Georgia, serif; font-weight: 500; text-transform: none; letter-spacing: -.055em; }
.pm-hero-subtitle { max-width: 690px; margin: 0; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.12; letter-spacing: -.035em; font-weight: 650; }
.pm-hero-description { max-width: 630px; margin: 24px 0 0; color: var(--pm-muted); font-size: 16px; line-height: 1.65; }
.pm-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.pm-text-link { display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--pm-ink); padding-bottom: 4px; font-size: 12px; font-weight: 800; }
.pm-hero-meta { display: flex; gap: 36px; margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--pm-line); }
.pm-hero-meta div { display: flex; align-items: center; gap: 10px; }
.pm-hero-meta strong { font-size: 27px; letter-spacing: -.05em; }
.pm-hero-meta span { color: var(--pm-muted); font-size: 9px; text-transform: uppercase; line-height: 1.3; letter-spacing: .12em; font-weight: 800; }
.pm-poster { position: relative; min-height: 570px; padding: 34px; color: white; background: var(--pm-navy); overflow: hidden; box-shadow: 20px 20px 0 var(--pm-yellow); transform: rotate(1.2deg); }
.pm-poster::before { content: ""; position: absolute; width: 320px; height: 320px; right: -100px; top: -100px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.pm-card-label { position: relative; margin-bottom: 90px; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 900; }
.pm-poster-line { position: relative; font-size: clamp(63px, 6.1vw, 92px); line-height: .78; font-weight: 950; letter-spacing: -.075em; }
.pm-outline { margin-left: 20px; color: transparent; -webkit-text-stroke: 1px white; }
.pm-yellow { color: var(--pm-yellow); }
.pm-poster-rule { width: 58px; height: 5px; margin: 38px 0 26px; background: var(--pm-yellow); }
.pm-poster p { position: relative; max-width: 390px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.65; }
.pm-poster-foot { position: absolute; left: 34px; right: 34px; bottom: 28px; display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); text-transform: uppercase; letter-spacing: .15em; font-size: 8px; font-weight: 800; }
.pm-manifesto { padding: 110px 0; background: var(--pm-ink); color: white; }
.pm-manifesto-grid { display: grid; grid-template-columns: 140px 1fr 260px; gap: 48px; }
.pm-section-index { color: rgba(255,255,255,.45); }
.pm-display-copy { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; font-weight: 650; }
.pm-display-copy.pm-muted { color: rgba(255,255,255,.42); font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 400; }
.pm-manifesto-body p { margin: 0 0 22px; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.7; }
.pm-evidence { display: grid; grid-template-columns: .55fr 1.2fr .55fr; align-items: center; gap: 54px; padding: 92px 0; border-bottom: 1px solid var(--pm-line); }
.pm-evidence-number { color: var(--pm-navy); font-size: clamp(105px, 13vw, 190px); line-height: .7; letter-spacing: -.09em; font-weight: 900; }
.pm-evidence-number span { margin-left: 6px; color: var(--pm-ink); font-size: .36em; vertical-align: top; }
.pm-evidence h2 { margin: 15px 0 18px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 4.2vw, 61px); line-height: 1; letter-spacing: -.045em; font-style: italic; font-weight: 500; }
.pm-evidence p:last-child { color: var(--pm-muted); font-size: 14px; line-height: 1.6; }
.pm-evidence-note { padding-left: 20px; border-left: 4px solid var(--pm-yellow); }
.pm-evidence-note strong { display: block; font-size: 34px; }
.pm-evidence-note span { display: block; margin-top: 8px; color: var(--pm-muted); font-size: 11px; line-height: 1.5; }
.pm-laws { padding: 110px 0 120px; background: var(--pm-navy); color: white; }
.pm-laws-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.pm-law-card { min-height: 210px; display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 34px 28px 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.pm-law-card:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }
.pm-law-card:nth-child(even) { padding-left: 28px; }
.pm-law-card > span { color: var(--pm-yellow); font-size: 11px; font-weight: 900; }
.pm-law-card h3 { margin: 0 0 12px; text-transform: uppercase; font-size: 22px; letter-spacing: -.025em; }
.pm-law-card p { max-width: 420px; margin: 0 0 28px; color: rgba(255,255,255,.59); font-size: 13px; line-height: 1.6; }
.pm-law-card small { color: var(--pm-blue); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; font-weight: 900; }
.pm-journey { padding: 115px 0; }
.pm-dark-heading > p { color: var(--pm-muted); }
.pm-module-list { border-top: 1px solid var(--pm-ink); }
.pm-module-row { min-height: 93px; display: grid; grid-template-columns: 55px 1fr .75fr 30px; align-items: center; gap: 22px; border-bottom: 1px solid var(--pm-line); }
.pm-module-row > span { color: var(--pm-muted); font-size: 10px; font-weight: 900; }
.pm-module-row h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.pm-module-row p { margin: 0; color: var(--pm-muted); font-family: "Playfair Display", Georgia, serif; font-size: 15px; font-style: italic; }
.pm-module-row b { font-size: 20px; }
.pm-audit { padding: 110px 0; background: #202457; color: white; overflow: hidden; }
.pm-audit-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 120px; }
.pm-audit h2 { margin: 16px 0 25px; font-size: clamp(46px, 5.2vw, 74px); line-height: .93; letter-spacing: -.06em; }
.pm-audit h2 em { color: var(--pm-yellow); font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.pm-audit-grid > div:first-child > p:last-of-type { max-width: 470px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }
.pm-audit ul { columns: 2; margin: 32px 0 0; padding: 0; list-style: none; }
.pm-audit li { position: relative; margin: 0 12px 12px 0; padding-left: 16px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.pm-audit li::before { content: ""; position: absolute; left: 0; top: 5px; width: 5px; height: 5px; background: var(--pm-yellow); }
.pm-audit-sheet { position: relative; min-height: 570px; padding: 34px 40px; background: var(--pm-white); color: var(--pm-ink); transform: rotate(2.6deg); box-shadow: 22px 22px 0 rgba(0,0,0,.24); }
.pm-sheet-head { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 2px solid var(--pm-ink); font-size: 8px; letter-spacing: .15em; font-weight: 900; }
.pm-audit-sheet h3 { margin: 27px 0 36px; font-size: clamp(55px, 6vw, 83px); line-height: .78; letter-spacing: -.08em; }
.pm-sheet-field { display: grid; grid-template-columns: 35px 1fr; gap: 18px; margin: 22px 0; }
.pm-sheet-field > span { font-size: 9px; font-weight: 900; }
.pm-sheet-field small { font-size: 8px; letter-spacing: .13em; font-weight: 900; }
.pm-sheet-field i { display: block; height: 1px; margin-top: 17px; background: var(--pm-ink); opacity: .45; }
.pm-sheet-stamp { position: absolute; right: 25px; bottom: 25px; padding: 8px 10px; border: 3px solid var(--pm-navy); color: var(--pm-navy); transform: rotate(-8deg); font-size: 10px; letter-spacing: .12em; font-weight: 950; }
.pm-included { padding: 115px 0; }
.pm-included-intro { display: grid; grid-template-columns: .6fr 1fr; align-items: start; margin-bottom: 55px; }
.pm-included-intro h2 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: .95; letter-spacing: -.055em; }
.pm-included-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--pm-ink); border-left: 1px solid var(--pm-line); }
.pm-included-grid > div { min-height: 150px; padding: 22px; border-right: 1px solid var(--pm-line); border-bottom: 1px solid var(--pm-line); }
.pm-included-grid span { color: var(--pm-muted); font-size: 9px; font-weight: 900; }
.pm-included-grid p { margin: 43px 0 0; font-size: 13px; line-height: 1.4; font-weight: 700; }
.pm-boundary { display: grid; grid-template-columns: .45fr 1fr; gap: 45px; margin-top: 30px; padding: 25px 30px; background: var(--pm-yellow); }
.pm-boundary strong { font-size: 18px; }
.pm-boundary p { margin: 0; font-size: 12px; line-height: 1.6; }
.pm-creator { padding: 105px 0; background: var(--pm-ink); color: white; }
.pm-creator-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 120px; }
.pm-creator-logo { height: 350px; display: grid; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: var(--pm-navy); }
.pm-creator-logo img { width: 100%; height: auto; }
.pm-creator h2 { max-width: 560px; margin: 15px 0 27px; font-size: clamp(42px, 4.8vw, 67px); line-height: .96; letter-spacing: -.05em; }
.pm-creator p:not(.pm-kicker) { max-width: 540px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; }
.pm-offer { padding: 120px 0; }
.pm-offer-card { display: grid; grid-template-columns: 1fr 360px; background: var(--pm-navy); color: white; box-shadow: 18px 18px 0 var(--pm-yellow); }
.pm-offer-main { padding: 66px; }
.pm-offer-main h2 { margin: 25px 0 20px; font-size: clamp(56px, 7vw, 96px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.pm-offer-main > p:not(.pm-eyebrow) { max-width: 530px; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.6; }
.pm-offer-facts { display: flex; gap: 55px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.pm-offer-facts div { display: grid; gap: 7px; }
.pm-offer-facts span { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .13em; font-size: 8px; font-weight: 900; }
.pm-offer-facts strong { font-size: 13px; }
.pm-price-panel { display: flex; flex-direction: column; justify-content: center; padding: 45px; background: var(--pm-white); color: var(--pm-ink); }
.pm-price-panel > p { margin: 0; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 900; }
.pm-price { margin-top: 15px; font-size: 112px; line-height: 1; letter-spacing: -.09em; font-weight: 900; }
.pm-price sup { vertical-align: top; font-size: 28px; letter-spacing: 0; }
.pm-regular { margin: 4px 0 30px; color: var(--pm-muted); font-size: 12px; }
.pm-price-panel small { margin-top: 17px; text-align: center; color: var(--pm-muted); font-size: 9px; line-height: 1.55; }
.pm-faq { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; padding: 90px 0 120px; }
.pm-faq h2 { margin: 15px 0 0; font-size: clamp(45px, 5vw, 69px); line-height: .92; letter-spacing: -.055em; }
.pm-faq-list { border-top: 1px solid var(--pm-ink); }
.pm-faq details { border-bottom: 1px solid var(--pm-line); }
.pm-faq summary { min-height: 80px; display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; cursor: pointer; list-style: none; font-size: 15px; font-weight: 750; }
.pm-faq summary::-webkit-details-marker { display: none; }
.pm-faq summary span { color: var(--pm-muted); font-size: 9px; font-weight: 900; }
.pm-faq summary b { font-size: 20px; transition: transform .2s; }
.pm-faq details[open] summary b { transform: rotate(45deg); }
.pm-faq details > p { margin: -5px 25px 28px 38px; color: var(--pm-muted); font-size: 13px; line-height: 1.65; }

/* Free guide */
.pm-guide-page { background: #f6f2e9; }
.pm-guide-hero { min-height: 760px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 80px; padding: 84px 0 95px; }
.pm-guide-copy h1 { max-width: 720px; margin: 18px 0 25px; color: var(--pm-navy-deep); font-size: clamp(48px, 5.5vw, 78px); line-height: .96; letter-spacing: -.055em; }
.pm-guide-lead { max-width: 700px; font-size: 21px; line-height: 1.45; font-weight: 700; }
.pm-guide-copy > p:not(.pm-kicker):not(.pm-guide-lead):not(.pm-form-note) { max-width: 700px; color: #383743; font-size: 16px; line-height: 1.8; }
.pm-form-shell { margin-top: 30px; }
.pm-placeholder-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pm-placeholder-form input { min-height: 62px; padding: 0 18px; border: 1px solid #c9c3b9; background: white; color: var(--pm-ink); }
.pm-placeholder-form button { grid-column: 1 / -1; min-height: 62px; border: 0; border-radius: 2px; background: var(--pm-purple); color: white; font-weight: 800; opacity: .92; }
.pm-form-shell > small { display: block; margin-top: 10px; color: var(--pm-muted); font-size: 10px; }
.pm-form-note { color: var(--pm-muted); font-size: 11px; }
.pm-guide-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.pm-guide-aura { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: var(--pm-yellow); opacity: .72; }
.pm-guide-visual img { position: relative; z-index: 2; width: min(470px, 88%); transform: rotate(2deg); box-shadow: 28px 30px 0 var(--pm-navy); }
.pm-guide-stamp { position: absolute; z-index: 3; right: 2%; top: 7%; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; background: var(--pm-navy); color: white; text-align: center; font-size: 13px; letter-spacing: .1em; font-weight: 900; transform: rotate(8deg); }
.pm-guide-inside { padding: 105px 0; background: var(--pm-navy); color: white; }
.pm-guide-laws { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.pm-guide-laws article { min-height: 245px; padding: 26px 20px 25px 0; border-right: 1px solid rgba(255,255,255,.15); }
.pm-guide-laws article + article { padding-left: 20px; }
.pm-guide-laws span { color: var(--pm-yellow); font-size: 10px; font-weight: 900; }
.pm-guide-laws h3 { margin: 55px 0 15px; font-size: 20px; line-height: 1.1; }
.pm-guide-laws p { color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.6; }
.pm-guide-course-bridge { padding: 105px 0; text-align: center; }
.pm-guide-course-bridge h2 { max-width: 850px; margin: 18px auto 35px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.06; font-weight: 500; }

/* Books */
.pm-books-page { padding-bottom: 100px; }
.pm-books-hero { padding: 90px 0 75px; text-align: center; }
.pm-books-hero h1 { max-width: 950px; margin: 20px auto 25px; color: var(--pm-navy); font-size: clamp(50px, 6vw, 84px); line-height: .95; letter-spacing: -.06em; }
.pm-books-hero > p:not(.pm-kicker) { max-width: 740px; margin: 0 auto; color: var(--pm-muted); font-size: 17px; line-height: 1.7; }
.pm-disclosure { max-width: 900px; margin: 42px auto 0; padding: 18px 24px; border: 1px solid var(--pm-line); background: var(--pm-white); font-size: 12px; line-height: 1.6; }
.pm-books-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 75px 54px; }
.pm-book-card { position: relative; }
.pm-book-cover { position: relative; height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 30px; overflow: hidden; border: 12px solid rgba(255,255,255,.5); box-shadow: 0 18px 40px rgba(17,16,24,.1); }
.pm-book-cover::after { content: ""; position: absolute; width: 220px; height: 220px; right: -75px; bottom: -85px; border: 1px solid currentColor; border-radius: 50%; opacity: .2; }
.pm-book-cover small { position: relative; z-index: 1; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.pm-book-cover strong { position: relative; z-index: 1; max-width: 90%; font-family: "Playfair Display", Georgia, serif; font-size: 38px; line-height: .94; }
.pm-cover-positioning { background: #f2f0e8; color: #d2202e; }
.pm-cover-warfare { background: #090909; color: #f6e63d; }
.pm-cover-laws { background: #161616; color: #f0d949; }
.pm-cover-influence { background: #f4f0e6; color: #204e8b; }
.pm-cover-alchemy { background: #f0e942; color: #111; }
.pm-cover-propaganda { background: #c87539; color: #17100c; }
.pm-cover-scientific { background: #efd800; color: #111; }
.pm-cover-obvious { background: #7370af; color: white; }
.pm-cover-growth { background: #f7f7f1; color: #e62f28; }
.pm-cover-human { background: #d91b31; color: white; }
.pm-cover-ogilvy { background: #f2efe7; color: #111; }
.pm-cover-ocean { background: #3f85a7; color: white; }
.pm-cover-giants { background: #edf2ef; color: #355a56; }
.pm-book-number { margin-top: 25px; color: var(--pm-purple); font-size: 10px; letter-spacing: .12em; font-weight: 900; }
.pm-book-card h2 { margin: 8px 0 5px; color: var(--pm-navy-deep); font-size: 28px; line-height: 1.08; letter-spacing: -.03em; }
.pm-book-author { margin: 0 0 24px; color: var(--pm-muted); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.pm-book-verdict { min-height: 52px; font-family: "Playfair Display", Georgia, serif; font-size: 17px !important; font-style: italic; }
.pm-book-card > p:not(.pm-book-author):not(.pm-book-verdict) { color: #42414a; font-size: 13px; line-height: 1.7; }
.pm-book-link-placeholder { display: inline-flex; margin-top: 12px; padding: 11px 15px; border: 1px solid var(--pm-purple); color: var(--pm-purple); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 900; }
.pm-why-books { display: grid; grid-template-columns: .8fr 1fr; gap: 120px; margin-top: 120px; padding: 75px; background: var(--pm-navy); color: white; }
.pm-why-books h2 { margin: 18px 0 0; color: var(--pm-yellow); font-size: 55px; line-height: .95; letter-spacing: -.05em; }
.pm-why-books > div:last-child p { margin: 0 0 25px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }

/* Footer and defaults */
.pm-footer { padding: 58px 0 24px; background: var(--pm-navy-deep); color: white; }
.pm-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.pm-footer-brand { font-family: "Playfair Display", Georgia, serif; font-size: 20px; }
.pm-footer-grid > p { margin: 0; color: var(--pm-yellow); text-align: center; font-family: "Playfair Display", Georgia, serif; font-size: 20px; font-style: italic; }
.pm-footer nav { display: flex; justify-content: flex-end; gap: 24px; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; font-weight: 900; }
.pm-legal { margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); text-transform: uppercase; letter-spacing: .12em; font-size: 7px; }
.pm-default-page { min-height: 60vh; padding: 80px 0; }

@media (max-width: 980px) {
  .pm-hero-grid, .pm-manifesto-grid, .pm-audit-grid, .pm-creator-grid, .pm-offer-card, .pm-faq, .pm-guide-hero { grid-template-columns: 1fr; }
  .pm-hero-grid { gap: 65px; }
  .pm-poster { max-width: 570px; }
  .pm-manifesto-grid { gap: 25px; }
  .pm-evidence { grid-template-columns: .6fr 1.4fr; }
  .pm-evidence-note { grid-column: 2; }
  .pm-audit-grid, .pm-creator-grid { gap: 70px; }
  .pm-audit-sheet { max-width: 600px; }
  .pm-included-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-offer-card { max-width: 760px; margin: auto; }
  .pm-price-panel { min-height: 440px; }
  .pm-guide-hero { gap: 25px; }
  .pm-guide-visual { order: -1; min-height: 540px; }
  .pm-guide-laws { grid-template-columns: repeat(2, 1fr); }
  .pm-books-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-why-books { gap: 65px; padding: 55px; }
}

@media (max-width: 760px) {
  body.admin-bar .pm-site-header { top: 46px; }
  .pm-shell { width: min(100% - 30px, 1180px); }
  .pm-header-inner { min-height: 76px; }
  .pm-logo { width: 190px; height: 60px; }
  .pm-logo img { width: 195px; top: -25px; }
  .pm-menu-toggle { display: block; }
  .pm-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 15px 18px; background: var(--pm-navy); }
  .pm-nav.is-open { display: flex; }
  .pm-nav a { padding: 14px 8px; border-top: 1px solid rgba(255,255,255,.12); }
  .pm-course-hero { padding: 50px 0 72px; }
  .pm-course-hero h1 { font-size: 62px; }
  .pm-hero-subtitle { font-size: 24px; }
  .pm-actions { align-items: flex-start; flex-direction: column; }
  .pm-hero-meta { gap: 19px; flex-wrap: wrap; }
  .pm-poster { min-height: 470px; padding: 25px; box-shadow: 10px 10px 0 var(--pm-yellow); }
  .pm-card-label { margin-bottom: 65px; }
  .pm-poster-line { font-size: 60px; }
  .pm-manifesto, .pm-laws, .pm-journey, .pm-audit, .pm-included, .pm-creator, .pm-guide-inside { padding: 78px 0; }
  .pm-evidence { grid-template-columns: 1fr; gap: 35px; padding: 70px 0; }
  .pm-evidence-note { grid-column: auto; }
  .pm-section-heading { grid-template-columns: 1fr; gap: 25px; }
  .pm-laws-grid { grid-template-columns: 1fr; }
  .pm-law-card:nth-child(odd) { border-right: 0; }
  .pm-law-card:nth-child(even) { padding-left: 0; }
  .pm-module-row { grid-template-columns: 35px 1fr 20px; gap: 12px; padding: 20px 0; }
  .pm-module-row p { grid-column: 2; }
  .pm-module-row b { grid-column: 3; grid-row: 1 / 3; }
  .pm-audit ul { columns: 1; }
  .pm-audit-sheet { min-height: 490px; padding: 27px; }
  .pm-included-intro, .pm-boundary { grid-template-columns: 1fr; gap: 25px; }
  .pm-included-grid { grid-template-columns: 1fr; }
  .pm-creator-logo { height: 260px; }
  .pm-offer { padding: 80px 0; }
  .pm-offer-main { padding: 40px 25px; }
  .pm-offer-main h2 { font-size: 58px; }
  .pm-offer-facts { flex-direction: column; gap: 20px; }
  .pm-price-panel { min-height: 390px; padding: 40px 25px; }
  .pm-faq { gap: 40px; padding: 75px 0 90px; }
  .pm-guide-hero { padding: 55px 0 75px; }
  .pm-guide-copy h1 { font-size: 48px; }
  .pm-guide-visual { min-height: 410px; }
  .pm-guide-aura { width: 315px; height: 315px; }
  .pm-guide-visual img { width: 75%; box-shadow: 14px 16px 0 var(--pm-navy); }
  .pm-guide-stamp { width: 70px; height: 70px; font-size: 10px; }
  .pm-placeholder-form { grid-template-columns: 1fr; }
  .pm-placeholder-form button { grid-column: auto; }
  .pm-guide-laws, .pm-books-grid { grid-template-columns: 1fr; }
  .pm-guide-laws article, .pm-guide-laws article + article { padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .pm-guide-laws h3 { margin: 35px 0 12px; }
  .pm-books-hero { padding: 65px 0 55px; }
  .pm-books-grid { gap: 60px; }
  .pm-book-cover { height: 360px; }
  .pm-why-books { grid-template-columns: 1fr; gap: 35px; margin-top: 80px; padding: 38px 25px; }
  .pm-why-books h2 { font-size: 45px; }
  .pm-footer-grid { grid-template-columns: 1fr; gap: 30px; justify-items: center; }
  .pm-footer nav { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

