/*
Theme Name: MindSpiritLeaders Wealth
Theme URI: https://www.mindspiritleaders.com
Author: MindSpiritLeaders GmbH
Author URI: https://www.mindspiritleaders.com
Description: Individuelles WordPress-Theme für MindSpiritLeaders mit Private Wealth Check, Wealth Leadership System und integriertem MSL Magazin.
Version: 1.0.7
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: mindspiritleaders-wealth
*/

@font-face { font-family: "Inter"; src: url('assets/fonts/inter-400.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url('assets/fonts/inter-500.woff2') format('woff2'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url('assets/fonts/inter-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url('assets/fonts/cormorant-garamond-500.woff2') format('woff2'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url('assets/fonts/cormorant-garamond-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }

:root {
  --navy: #022540;
  --navy-deep: #011a2a;
  --marine: #344066;
  --blue: #344066;
  --gold: #dab775;
  --ice: #d9ddec;
  --silver: #f4f5f9;
  --paper: #f4f5f9;
  --mist: #d9ddec;
  --white: #ffffff;
  --ink: #022540;
  --grey: #5f666b;
  --line: rgba(2, 40, 63, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--navy-deep); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
.site-canvas { width: 100%; min-height: 100vh; margin-inline: auto; overflow: clip; background: var(--white); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, blockquote { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; letter-spacing: -.02em; line-height: .99; }
h3 { line-height: 1.22; }
.page-width { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.section-light { background: var(--white); }
.section-paper { background: var(--paper); }
.section-mist { background: var(--mist); }
.section-dark { background: var(--navy); color: var(--white); }
.section-kicker, .eyebrow { margin-bottom: 22px; color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .19em; line-height: 1.45; text-transform: uppercase; }
.section-kicker.gold, .gold { color: var(--gold); }

/* Header and brand */
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 30; }
.brand { width: 176px; min-height: 88px; display: flex; align-items: center; flex: 0 0 auto; }
.brand-logo { width: 100%; height: auto; max-height: 82px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.76); font-size: .86rem; }
.desktop-nav > a:not(.button-primary) { transition: color .2s ease; }
.desktop-nav > a:not(.button-primary):hover { color: var(--ice); }
.desktop-nav .button-primary { min-height: 46px; padding: 12px 19px; }
.mobile-nav { display: none; }

.button-primary, .button-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 58px; padding: 16px 25px; border: 1px solid var(--gold); background: var(--gold); color: var(--navy-deep); font-size: .84rem; font-weight: 600; letter-spacing: .015em; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button-primary:hover, .button-secondary:hover { transform: translateY(-2px); background: var(--ice); border-color: var(--ice); }
.button-primary span, .button-secondary span { font-size: 1rem; }
.button-secondary { background: transparent; border-color: var(--navy); color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(2,37,64,.28); color: var(--navy); font-size: .85rem; font-weight: 600; }

/* Home: first viewport */
.hero { min-height: 100svh; position: relative; overflow: hidden; background: radial-gradient(circle at 82% 28%, var(--marine) 0%, var(--navy) 38%, var(--navy-deep) 80%); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(to right, black 0%, transparent 82%); }
.hero-grid { min-height: calc(100svh - 97px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .62fr); align-items: center; gap: 56px; position: relative; z-index: 2; }
.hero-copy { padding: 24px 0 42px; }
.hero .eyebrow, .subpage-hero .eyebrow { color: var(--gold); }
.hero-eyebrow-mobile, .hero-microcopy-mobile { display: none; }
.hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.55rem, 4.65vw, 5.25rem); }
.hero-lead { max-width: 670px; margin-bottom: 30px; color: rgba(255,255,255,.74); font-size: 1.02rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.microcopy { max-width: 230px; margin: 0; color: rgba(255,255,255,.5); font-size: .75rem; line-height: 1.55; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; color: rgba(255,255,255,.45); font-size: .75rem; }
.hero-assurance span { display: flex; align-items: center; gap: 9px; }
.hero-assurance span::before { content: ""; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.check-card { width: 100%; max-width: 420px; align-self: center; justify-self: end; padding: 32px 32px 24px; border: 1px solid rgba(218,183,117,.38); background: rgba(1,26,42,.76); box-shadow: 0 35px 90px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.check-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.check-card-head span { color: var(--gold); font-weight: 600; }
.check-card-head em { color: rgba(255,255,255,.42); font-style: normal; }
.check-card h2 { margin: 28px 0 30px; font-size: 2.35rem; line-height: 1.05; }
.check-axis-list > div { display: grid; grid-template-columns: 30px auto 1fr; align-items: center; gap: 12px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.09); }
.check-axis-list span { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: .95rem; }
.check-axis-list strong { font-size: .75rem; font-weight: 500; }
.check-axis-list i { height: 1px; margin-left: 10px; background: linear-gradient(to right, rgba(218,183,117,.55), transparent); }
.check-card-foot { display: flex; justify-content: space-between; margin-top: 24px; color: rgba(255,255,255,.4); font-size: .72rem; }
.hero-rule, .subpage-rule { height: 1px; position: relative; z-index: 2; background: linear-gradient(to right, var(--gold), rgba(218,183,117,0)); }

.market-position { border-bottom: 1px solid var(--line); }
.position-line { min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.position-line p, .position-line strong { margin: 0; padding: 0 25px; border-right: 1px solid var(--line); font-size: .78rem; font-weight: 500; text-align: center; }
.position-line p:first-child { padding-left: 0; }
.position-line strong { padding-right: 0; border-right: 0; color: var(--navy); }

/* Recognition and qualification */
.recognition { padding: 145px 0; }
.recognition-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 130px; }
blockquote { max-width: 690px; margin-bottom: 0; font-size: clamp(3rem, 4.6vw, 4.8rem); }
.recognition-copy { padding-top: 36px; border-top: 1px solid var(--gold); }
.recognition-copy h2 { margin-bottom: 28px; font-size: 2.45rem; }
.recognition-copy > p { color: var(--grey); }
.qualification-note { margin-top: 36px; padding: 28px 30px; border-left: 2px solid var(--gold); background: var(--paper); }
.qualification-note strong { display: block; margin-bottom: 9px; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.qualification-note p { margin: 0; color: var(--grey); font-size: .86rem; }

/* Check dimensions */
.dimensions { padding: 145px 0 125px; }
.section-heading { margin-bottom: 70px; }
.split-heading, .method-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 120px; }
.split-heading h2, .method-heading h2, .insights-heading h2 { margin-bottom: 0; font-size: clamp(3.4rem, 5vw, 5.25rem); }
.split-heading > div:last-child > p:first-child { margin-bottom: 22px; color: rgba(255,255,255,.67); }
.quiet-note { margin: 0; padding-top: 21px; border-top: 1px solid rgba(218,183,117,.35); color: var(--ice); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.3rem; }
.dimension-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); }
.dimension-card { min-height: 325px; padding: 34px 25px 30px; border-right: 1px solid rgba(255,255,255,.14); }
.dimension-card:last-child { border-right: 0; }
.dimension-card > span { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.15rem; }
.dimension-card h3 { margin: 76px 0 19px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; font-weight: 500; overflow-wrap: anywhere; }
.dimension-card p { margin: 0; color: rgba(255,255,255,.57); font-size: .84rem; }
.centered-action { margin-top: 58px; text-align: center; }
.action-note { margin: 18px 0 0; color: rgba(255,255,255,.42); font-size: .75rem; }

/* Dual architecture USP */
.difference { padding: 145px 0; }
.difference-intro { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 130px; margin-bottom: 78px; }
.difference-intro h2 { margin-bottom: 0; font-size: clamp(3.6rem, 5.2vw, 5.4rem); }
.difference-intro > p { margin-bottom: 8px; color: var(--grey); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; line-height: 1.4; }
.difference-portrait { margin-bottom: 20px; overflow: hidden; background: var(--navy); }
.difference-portrait picture, .difference-portrait img { width: 100%; display: block; }
.difference-portrait img { height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.architecture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.architecture-card { min-height: 475px; padding: 53px 50px 45px; background: var(--white); }
.architecture-card > span { color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.architecture-card h3 { max-width: 480px; margin: 98px 0 25px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.65rem; font-weight: 500; }
.architecture-card p { max-width: 500px; color: var(--grey); }
.architecture-card strong { display: block; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--gold); font-size: .8rem; letter-spacing: .04em; }
.architecture-inner { background: var(--navy); color: var(--white); }
.architecture-inner > span { color: var(--gold); }
.architecture-inner p { color: rgba(255,255,255,.62); }
.architecture-close { max-width: 870px; margin-top: 42px; margin-bottom: 0; color: var(--blue); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; line-height: 1.35; }

/* Method overview */
.method-overview { padding: 145px 0; }
.method-heading > div:last-child > p { margin-bottom: 28px; color: var(--grey); }
.method-group-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.method-group { min-height: 540px; display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--line); background: var(--white); }
.method-group-head { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.method-group-head span { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; }
.method-group-head h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 500; }
.method-group > p { min-height: 105px; margin: 36px 0; color: var(--grey); font-size: .9rem; }
.method-mini-phases { margin-top: auto; }
.method-mini-phases > div { display: grid; grid-template-columns: 28px 1fr; gap: 8px 13px; padding: 19px 0; border-top: 1px solid var(--line); }
.method-mini-phases span { grid-row: span 2; color: var(--gold); font-size: .75rem; }
.method-mini-phases strong { font-size: .82rem; font-weight: 600; }
.method-mini-phases em { color: var(--grey); font-size: .72rem; font-style: normal; }

/* Founders */
.founders { padding: 145px 0; }
.founders-heading { margin-bottom: 65px; }
.founders-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(3.5rem, 5.2vw, 5.5rem); }
.founder-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.founder-card-grid article { min-height: 430px; padding: 48px; border-top: 1px solid var(--gold); background: var(--white); }
.founder-card-grid article > span { color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.founder-card-grid h3 { margin: 72px 0 24px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 3.1rem; font-weight: 500; }
.founder-card-grid p { color: var(--grey); }
.founder-card-grid strong { display: block; margin-top: 27px; color: var(--navy); font-size: .82rem; }
.founders-link { margin-top: 40px; }

/* Check entry */
.check-process { padding: 145px 0 125px; }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.process-layout > div:first-child h2 { font-size: clamp(3.3rem, 4.8vw, 5rem); }
.process-layout > div:first-child > p:last-child { max-width: 500px; color: var(--grey); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 28px; padding: 27px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.1rem; }
.process-list h3 { margin-bottom: 9px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.process-list p { margin: 0; color: var(--grey); font-size: .88rem; }

/* Insights */
.insights { padding: 135px 0; }
.insights-heading { display: flex; align-items: flex-end; justify-content: space-between; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.insight-card { min-height: 300px; padding: 36px; border: 1px solid var(--line); background: rgba(255,255,255,.45); transition: transform .2s ease, border-color .2s ease; }
.insight-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.insight-card span { color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.insight-card h3 { margin: 98px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 500; }

.final-cta { padding: 155px 0; position: relative; overflow: hidden; background: var(--navy-deep); color: var(--white); text-align: center; }
.final-cta::before { content: ""; width: 760px; height: 760px; position: absolute; top: -430px; left: 50%; border: 1px solid rgba(218,183,117,.2); border-radius: 50%; transform: translateX(-50%); }
.final-cta-inner { position: relative; z-index: 2; }
.final-cta h2 { max-width: 1000px; margin: 0 auto 31px; font-size: clamp(3.8rem, 6.5vw, 7rem); }
.final-cta p:not(.section-kicker) { max-width: 680px; margin: 0 auto 38px; color: rgba(255,255,255,.64); }
.final-trust { display: block; margin-top: 20px; color: rgba(255,255,255,.38); font-size: .75rem; }

/* Footer */
.site-footer { padding: 75px 0 30px; background: var(--navy-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr; gap: 90px; padding-bottom: 62px; }
.footer-brand { margin-bottom: 16px; }
.footer-grid > div:first-child > p { max-width: 390px; color: rgba(255,255,255,.45); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; }
.footer-links { display: flex; flex-direction: column; gap: 12px; color: rgba(255,255,255,.64); font-size: .8rem; }
.footer-links > span { margin-bottom: 10px; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover { color: var(--ice); }
.footer-bottom { display: grid; grid-template-columns: .5fr 1.5fr; gap: 70px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: .72rem; line-height: 1.65; }
.footer-bottom p { margin: 0; }

@media (min-width: 1300px) {
  body { padding: 18px; }
  .site-canvas { max-width: 1600px; border: 1px solid rgba(218,183,117,.14); box-shadow: 0 36px 110px rgba(0,0,0,.34); }
}

/* Shared subpages */
.subpage-hero { min-height: 650px; position: relative; overflow: hidden; background: radial-gradient(circle at 82% 22%, var(--marine), var(--navy) 42%, var(--navy-deep) 80%); color: var(--white); }
.subpage-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(to right, black, transparent 85%); }
.subpage-hero-inner { padding: 115px 0 125px; position: relative; z-index: 2; }
.subpage-hero h1 { max-width: 1050px; margin-bottom: 34px; font-size: clamp(4.2rem, 6.4vw, 6.8rem); }
.subpage-hero-inner > p:last-child { max-width: 780px; margin-bottom: 0; color: rgba(255,255,255,.66); font-size: 1.06rem; }
.subpage-hero-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .58fr); gap: 72px; align-items: stretch; }
.subpage-hero-layout .subpage-hero-inner { padding: 92px 0 108px; }
.subpage-hero-layout h1 { font-size: clamp(3.8rem, 5vw, 5.7rem); }
.subpage-hero-visual { min-height: 500px; margin: 45px 0 55px; position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(218,183,117,.38); background: var(--navy-deep); }
.subpage-hero-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(1,26,42,.08), rgba(1,26,42,.22)); }
.subpage-hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: brightness(.84) saturate(.95); }

/* Legal and contact pages */
.legal-hero { min-height: 470px; position: relative; overflow: hidden; background: radial-gradient(circle at 82% 22%, var(--marine), var(--navy) 42%, var(--navy-deep) 80%); color: var(--white); }
.legal-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(to right, black, transparent 85%); }
.legal-hero-inner { padding: 72px 0 88px; position: relative; z-index: 2; }
.legal-hero h1 { max-width: 930px; margin-bottom: 25px; font-size: clamp(4rem, 5.8vw, 6.2rem); }
.legal-hero-inner > p:last-child { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.66); }
.legal-page, .contact-page { padding: 105px 0 130px; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 820px); justify-content: space-between; gap: 90px; align-items: start; }
.legal-nav { display: flex; flex-direction: column; position: sticky; top: 35px; border-top: 1px solid var(--gold); }
.legal-nav > span { padding: 24px 0 18px; color: var(--blue); font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.legal-nav a { padding: 13px 0; border-top: 1px solid var(--line); color: var(--grey); font-size: .79rem; transition: color .2s ease, padding-left .2s ease; }
.legal-nav a:last-child { border-bottom: 1px solid var(--line); }
.legal-nav a:hover, .legal-nav a[aria-current="page"] { padding-left: 8px; color: var(--navy); }
.legal-nav a[aria-current="page"] { font-weight: 600; }
.legal-document { padding: 62px 70px 74px; background: var(--white); border-top: 2px solid var(--gold); box-shadow: 0 22px 65px rgba(1,26,42,.06); }
.legal-document > h2:first-child { margin-top: 0; }
.legal-document h2 { margin: 62px 0 20px; font-size: 2.45rem; line-height: 1.08; }
.legal-document h3 { margin: 38px 0 15px; font-size: 1.55rem; line-height: 1.2; }
.legal-document p { margin-bottom: 18px; color: #39444c; }
.legal-document a { overflow-wrap: anywhere; }
.contact-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 90px; align-items: start; }
.contact-details { padding-top: 8px; }
.contact-details h2 { margin-bottom: 30px; font-size: 3.7rem; }
.contact-details > p:not(.section-kicker) { color: var(--grey); }
.contact-details a:not(.button-primary) { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.contact-note { margin: 38px 0 25px; padding-top: 25px; border-top: 1px solid var(--gold); }
.contact-form-shell { padding: 54px 60px 58px; background: var(--white); border-top: 2px solid var(--gold); box-shadow: 0 22px 65px rgba(1,26,42,.06); }
.contact-form-shell .wpforms-container { margin: 0; }
.contact-form-shell .wpforms-field-label { color: var(--navy); font-size: .78rem; font-weight: 600; letter-spacing: .03em; }
.contact-form-shell input[type="text"], .contact-form-shell input[type="email"], .contact-form-shell input[type="tel"], .contact-form-shell textarea, .contact-form-shell select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid rgba(2,37,64,.2); border-radius: 0; background: var(--silver); color: var(--navy); font: inherit; }
.contact-form-shell textarea { min-height: 150px; }
.contact-form-shell button[type="submit"] { min-height: 54px !important; padding: 14px 24px !important; border: 1px solid var(--gold) !important; border-radius: 0 !important; background: var(--gold) !important; color: var(--navy-deep) !important; font-family: "Inter", Arial, sans-serif !important; font-size: .82rem !important; font-weight: 600 !important; }

/* System page */
.prestage { padding: 85px 0; }
.prestage-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; align-items: center; }
.prestage-grid > div:first-child { position: relative; padding-left: 70px; }
.prestage-grid > div:first-child > span { position: absolute; top: 0; left: 0; color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.4rem; }
.prestage h2 { margin-bottom: 0; font-size: 3.5rem; }
.prestage-grid > div:last-child p { max-width: 680px; color: var(--grey); }
.prestage-grid .button-primary { margin-top: 8px; }
.system-intro { padding: 130px 0; }
.system-intro-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 120px; align-items: end; }
.system-intro h2 { margin-bottom: 0; font-size: clamp(3.6rem, 5.4vw, 5.5rem); }
.system-intro-grid > div:last-child p { color: var(--grey); }
.system-phases { padding: 105px 0 125px; }
.phase-axis-head { display: flex; align-items: center; justify-content: center; gap: 28px; margin-bottom: 55px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.62); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.phase-axis-head i { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; font-style: normal; }
.phase-row { display: grid; grid-template-columns: .42fr 1.18fr .4fr; gap: 50px; padding: 58px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.phase-number span { display: block; color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.5rem; }
.phase-number em { display: block; margin-top: 18px; color: rgba(255,255,255,.38); font-size: .72rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.phase-content h2 { margin-bottom: 16px; font-size: 3.2rem; }
.phase-content h3 { max-width: 650px; margin-bottom: 22px; color: var(--ice); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.phase-content p { max-width: 720px; margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }
.phase-result { align-self: end; padding-top: 22px; border-top: 1px solid rgba(218,183,117,.42); }
.phase-result span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.38); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.phase-result strong { color: var(--white); font-size: .8rem; font-weight: 500; }
.inner-axis { padding: 130px 0; }
.inner-axis-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 120px; }
.inner-axis h2 { margin-bottom: 0; font-size: clamp(3.3rem, 4.9vw, 5rem); }
.inner-axis-grid > div:last-child p { color: var(--grey); }
.no-either-or { padding: 140px 0; }
.no-either-grid { max-width: 900px; }
.no-either-grid blockquote { margin-bottom: 38px; }
.no-either-grid > p:last-child { max-width: 690px; color: var(--grey); }
.transparency-band { padding: 80px 0; }
.transparency-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.transparency-grid > div { padding: 40px; background: var(--white); }
.transparency-grid span { display: block; margin-bottom: 24px; color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.transparency-grid p { margin: 0; color: var(--grey); }

/* About */
.origin { padding: 135px 0; }
.origin-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 120px; align-items: end; }
.origin h2 { margin-bottom: 0; font-size: clamp(3.4rem, 5vw, 5.2rem); }
.origin-grid > div:last-child p { color: var(--grey); }
.people { padding: 130px 0; }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.person-card { min-height: 960px; padding: 48px; background: var(--white); }
.person-index { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.person-index span { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.3rem; }
.person-index em { color: var(--blue); font-size: .72rem; font-style: normal; letter-spacing: .09em; text-transform: uppercase; }
.person-photo { margin: 38px 0 0; overflow: hidden; background: var(--mist); }
.person-photo img { width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: cover; }
.kristine-photo img { object-position: center 42%; }
.marcel-photo img { object-position: center 38%; }
.person-card h2 { margin: 54px 0 34px; font-size: clamp(4rem, 5vw, 5.6rem); }
.person-card > p { color: var(--grey); }
.person-card blockquote { margin: 50px 0 0; padding-top: 30px; border-top: 1px solid var(--gold); font-size: 2rem; line-height: 1.22; }
.marcel-card { background: var(--navy); color: var(--white); }
.marcel-card .person-index { border-color: rgba(255,255,255,.14); }
.marcel-card .person-index em { color: var(--ice); }
.marcel-card > p { color: rgba(255,255,255,.61); }
.joint-system { padding: 135px 0; }
.joint-system-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.joint-system h2 { font-size: clamp(3.4rem, 4.9vw, 5.1rem); }
.joint-principles article { display: grid; grid-template-columns: 45px .65fr 1fr; gap: 26px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.15); }
.joint-principles span { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; }
.joint-principles h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.joint-principles p { margin: 0; color: rgba(255,255,255,.55); font-size: .86rem; }
.belief { padding: 135px 0; }
.belief-grid { max-width: 920px; }
.belief blockquote { margin-bottom: 36px; }
.belief-grid > p:last-child { max-width: 700px; color: var(--grey); }

/* Insights page */
.topic-section { padding: 130px 0; }
.topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.topic-card { min-height: 430px; padding: 42px; border: 1px solid var(--line); }
.topic-index { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.topic-index span { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; }
.topic-index em { color: var(--blue); font-size: .72rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.topic-card h2 { margin: 95px 0 22px; font-size: 2.45rem; }
.topic-card p { color: var(--grey); }
.legacy-blog { padding: 100px 0; }
.legacy-blog-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; }
.legacy-blog h2 { max-width: 780px; margin-bottom: 0; font-size: 3.5rem; }

@media (max-width: 1050px) {
  .page-width { width: min(100% - 48px, 1180px); }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 48px; height: 48px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.24); list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 20px; height: 1px; background: var(--white); }
  .mobile-nav nav { width: min(350px, calc(100vw - 32px)); position: absolute; top: 60px; right: 0; display: flex; flex-direction: column; padding: 15px; background: var(--white); box-shadow: 0 25px 70px rgba(0,0,0,.25); color: var(--navy); }
  .mobile-nav nav > a:not(.button-primary) { padding: 15px 10px; border-bottom: 1px solid var(--line); }
  .mobile-nav nav .button-primary { margin-top: 14px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding: 56px 0 90px; }
  .hero-copy { max-width: 820px; padding: 0; }
  .check-card { width: min(100%, 620px); max-width: 620px; justify-self: start; }
  .position-line { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .position-line p, .position-line strong { min-height: 42px; display: grid; place-content: center; border-bottom: 1px solid var(--line); }
  .recognition-grid, .difference-intro, .split-heading, .method-heading, .process-layout, .system-intro-grid, .inner-axis-grid, .origin-grid, .joint-system-grid { grid-template-columns: 1fr; gap: 60px; }
  .dimension-grid { grid-template-columns: repeat(2, 1fr); }
  .dimension-card { border-bottom: 1px solid rgba(255,255,255,.14); }
  .dimension-card:last-child { grid-column: 1 / -1; }
  .method-group-grid { grid-template-columns: 1fr; }
  .method-group { min-height: auto; }
  .method-group > p { min-height: 0; }
  .footer-grid { gap: 45px; }
  .prestage-grid { grid-template-columns: 1fr; gap: 45px; }
  .phase-row { grid-template-columns: .35fr 1.2fr .45fr; gap: 32px; }
  .joint-system-grid > div:first-child { max-width: 760px; }
  .subpage-hero-layout { grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr); gap: 42px; }
  .subpage-hero-layout h1 { font-size: 4.2rem; }
  .legal-layout { grid-template-columns: 180px minmax(0,1fr); gap: 48px; }
  .legal-document { padding: 50px 48px 60px; }
  .contact-layout { gap: 50px; }
  .contact-form-shell { padding: 46px 42px 50px; }
}

@media (max-width: 720px) {
  .page-width { width: min(100% - 32px, 1180px); }
  .site-header { height: 78px; }
  .brand { width: 138px; min-height: 70px; }
  .brand-logo { max-height: 68px; }
  .hero { min-height: auto; }
  .hero-grid { gap: 40px; padding: 30px 0 64px; }
  .hero-copy { min-height: auto; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero-eyebrow-desktop, .hero-microcopy-desktop { display: none; }
  .hero-eyebrow-mobile, .hero-microcopy-mobile { display: inline; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 11.5vw, 3.25rem); line-height: .98; overflow-wrap: break-word; }
  .hero-lead { margin-bottom: 25px; font-size: 1rem; line-height: 1.62; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button-primary, .button-secondary { width: 100%; min-height: 58px; padding-inline: 18px; }
  .microcopy { max-width: none; text-align: center; }
  .hero-assurance { display: none; }
  .check-card { padding: 30px 24px 24px; }
  .check-card h2 { font-size: 2.25rem; }
  .check-card-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .check-axis-list > div { grid-template-columns: 26px 1fr; }
  .check-axis-list i { display: none; }
  .position-line { grid-template-columns: 1fr; }
  .position-line p, .position-line strong { padding: 14px 0; border-right: 0; }
  .recognition, .dimensions, .difference, .method-overview, .founders, .check-process, .insights, .system-intro, .inner-axis, .no-either-or, .origin, .people, .joint-system, .belief, .topic-section { padding: 92px 0; }
  blockquote { font-size: 2.75rem; }
  .recognition-grid, .difference-intro, .split-heading, .method-heading, .process-layout, .system-intro-grid, .inner-axis-grid, .origin-grid, .joint-system-grid { gap: 44px; }
  .split-heading h2, .method-heading h2, .insights-heading h2, .difference-intro h2, .founders-heading h2, .process-layout > div:first-child h2, .system-intro h2, .inner-axis h2, .origin h2, .joint-system h2 { font-size: 3.5rem; }
  .dimension-grid, .architecture-grid, .founder-card-grid, .insight-grid, .people-grid, .topic-grid, .transparency-grid { grid-template-columns: 1fr; }
  .dimension-card { min-height: auto; padding: 28px 23px; border-right: 0; }
  .dimension-card:last-child { grid-column: auto; }
  .dimension-card h3 { margin-top: 40px; overflow-wrap: normal; }
  .architecture-card { min-height: auto; padding: 38px 28px; }
  .architecture-card h3 { margin-top: 60px; font-size: 2.25rem; }
  .architecture-close { font-size: 1.55rem; }
  .method-group { padding: 30px 25px; }
  .method-group-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .founder-card-grid article { min-height: auto; padding: 38px 28px; }
  .founder-card-grid h3 { margin-top: 55px; font-size: 2.7rem; }
  .difference-portrait { margin-bottom: 16px; }
  .difference-portrait img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center 32%; }
  .insights-heading { align-items: flex-start; flex-direction: column; gap: 32px; }
  .insight-card { min-height: 260px; }
  .insight-card h3 { margin-top: 75px; }
  .final-cta { padding: 110px 0; }
  .final-cta h2 { font-size: 3.8rem; overflow-wrap: break-word; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; gap: 40px; }
  .footer-links a { min-height: 46px; display: flex; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .footer-bottom { font-size: .78rem; }
  .subpage-hero { min-height: 580px; }
  .subpage-hero-inner { padding: 90px 0 105px; }
  .subpage-hero h1 { font-size: 4rem; overflow-wrap: break-word; }
  .subpage-hero-layout { grid-template-columns: 1fr; gap: 0; }
  .subpage-hero-layout .subpage-hero-inner { padding: 70px 0 38px; }
  .subpage-hero-layout h1 { font-size: 3.55rem; }
  .subpage-hero-visual { min-height: 0; margin: 0 0 64px; aspect-ratio: 4 / 5; }
  .subpage-hero-visual img { object-position: center; }
  .prestage { padding: 70px 0; }
  .prestage-grid > div:first-child { padding-left: 50px; }
  .phase-axis-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .phase-axis-head i { transform: rotate(90deg); margin-left: 30px; }
  .phase-row { grid-template-columns: 1fr; gap: 28px; padding: 48px 0; }
  .phase-content h2 { font-size: 2.8rem; overflow-wrap: break-word; }
  .phase-result { max-width: 320px; }
  .person-card { min-height: auto; padding: 36px 28px; }
  .person-index { align-items: flex-start; flex-direction: column; gap: 15px; }
  .person-photo { margin-top: 30px; }
  .person-photo img { aspect-ratio: 3 / 2; object-fit: cover; }
  .person-card h2 { margin-top: 42px; font-size: 4rem; }
  .person-card blockquote { font-size: 1.8rem; }
  .joint-principles article { grid-template-columns: 34px 1fr; }
  .joint-principles p { grid-column: 2; }
  .topic-card { min-height: auto; padding: 32px 25px; }
  .topic-index { align-items: flex-start; flex-direction: column; gap: 14px; }
  .topic-card h2 { margin-top: 65px; font-size: 2.2rem; }
  .legacy-blog-inner { align-items: stretch; flex-direction: column; }
  .legacy-blog h2 { font-size: 2.8rem; }
  .legal-hero { min-height: 430px; }
  .legal-hero-inner { padding: 58px 0 72px; }
  .legal-hero h1 { font-size: 3.6rem; overflow-wrap: break-word; }
  .legal-page, .contact-page { padding: 72px 0 90px; }
  .legal-layout, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .legal-nav { position: static; }
  .legal-nav a { min-height: 48px; display: flex; align-items: center; }
  .legal-document, .contact-form-shell { padding: 38px 24px 45px; }
  .legal-document h2 { margin-top: 50px; font-size: 2.15rem; }
  .legal-document h3 { font-size: 1.42rem; }
  .contact-details h2 { font-size: 3.15rem; }
}

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

/* WordPress and magazine */
.screen-reader-text { width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.admin-bar .site-header { margin-top: 0; }
.blog-hero { min-height: 520px; background: radial-gradient(circle at 82% 22%, var(--marine), var(--navy) 42%, var(--navy-deep) 80%); color: var(--white); }
.blog-hero-inner { padding: 90px 0 105px; }
.blog-hero h1 { max-width: 920px; margin-bottom: 28px; font-size: clamp(4rem, 6vw, 6.5rem); }
.blog-hero p:last-child { max-width: 720px; color: rgba(255,255,255,.68); }
.post-listing { padding: 115px 0; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card { display: flex; flex-direction: column; min-height: 520px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.post-card-image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--mist); }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.post-card-content { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.post-meta { margin-bottom: 18px; color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.post-card h2 { margin-bottom: 20px; font-size: 2rem; line-height: 1.08; }
.post-card p { color: var(--grey); font-size: .9rem; }
.post-card .text-link { margin-top: auto; align-self: flex-start; }
.pagination { margin-top: 55px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.pagination a, .pagination span { min-width: 44px; min-height: 44px; display: inline-grid; place-content: center; padding: 8px 13px; border: 1px solid var(--line); }
.pagination .current { border-color: var(--gold); background: var(--gold); color: var(--navy); }
.article-shell { padding: 100px 0 125px; }
.article-layout { width: min(860px, calc(100% - 64px)); margin-inline: auto; }
.article-header { margin-bottom: 55px; }
.article-header h1 { margin-bottom: 28px; font-size: clamp(3.6rem, 6vw, 6.4rem); }
.article-featured { margin: 0 0 60px; overflow: hidden; background: var(--mist); }
.article-featured img { width: 100%; height: auto; }
.article-content { color: var(--ink); font-size: 1.05rem; line-height: 1.82; }
.article-content h2 { margin: 70px 0 24px; font-size: 3rem; }
.article-content h3 { margin: 50px 0 20px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; }
.article-content a { color: var(--blue); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.article-content img { height: auto; margin-block: 35px; }
.article-content ul, .article-content ol { padding-left: 1.4rem; }
.article-content blockquote { margin: 55px 0; padding-left: 30px; border-left: 2px solid var(--gold); font-size: 2.4rem; }
.generic-page { padding: 95px 0 125px; }
.generic-page-inner { width: min(920px, calc(100% - 64px)); margin-inline: auto; }
.generic-page h1 { margin-bottom: 48px; font-size: clamp(3.8rem, 6vw, 6.2rem); }
.empty-state { padding: 100px 0; text-align: center; }

@media (max-width: 1050px) { .post-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 720px) {
  .blog-hero { min-height: 480px; }
  .blog-hero-inner { padding: 65px 0 80px; }
  .blog-hero h1 { font-size: 3.7rem; }
  .post-listing, .article-shell, .generic-page { padding: 80px 0; }
  .post-grid { grid-template-columns: 1fr; }
  .post-card { min-height: auto; }
  .article-layout, .generic-page-inner { width: min(100% - 32px, 920px); }
  .article-header h1, .generic-page h1 { font-size: 3.6rem; overflow-wrap: break-word; }
  .article-content { font-size: 1rem; }
  .article-content h2 { font-size: 2.5rem; }
}
