:root {
  --sh-ink: #07090a;
  --sh-paper: #f8f7f2;
  --sh-blue: #78aaba;
  --sh-rose: #efdadd;
  --sh-signal: #78aaba;
  --sh-warm: #f1ede3;
  --sh-muted: #acb8bb;
  --sh-shell: 1220px;
  --sh-content-width: 720px;
  --sh-gutter: clamp(2rem, 5.5vw, 6rem);
  --sh-body-font: Inter, Arial, Helvetica, sans-serif;
  --sh-display-font: Inter, Arial, Helvetica, sans-serif;
  --sh-body-size: 18px;
  --sh-button-radius: 0px;
  --sh-link-decoration: none;
  --sh-line: rgba(248,247,242,.22);
}
* { box-sizing: border-box; }
html { background: var(--sh-ink); scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--sh-ink); color: var(--sh-paper); font-family: var(--sh-body-font); font-size: var(--sh-body-size); line-height: 1.55; }
body.nav-open { overflow: hidden; }
body, button, input, textarea, select { font-family: var(--sh-body-font); }
a { color: inherit; text-decoration-line: var(--sh-link-decoration); text-underline-offset: .18em; text-decoration-thickness: .08em; }
a:hover { color: var(--sh-blue); }
img, video { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell, .sh20-bridge, .sh20-section-heading, .sh20-story-list, .sh20-pathways, .sh20-membership, .sh20-contact { width: min(calc(100% - 2 * var(--sh-gutter)), var(--sh-shell)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .skip-link:focus { z-index: 10000; clip: auto; width: auto; height: auto; left: 1rem; top: 1rem; margin: 0; overflow: visible; padding: .8rem 1rem; background: var(--sh-rose); color: var(--sh-ink); outline: 3px solid var(--sh-paper); }
.topbar { border-bottom: 1px solid var(--sh-line); background: var(--sh-ink); color: var(--sh-paper); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.topbar a, .topbar span { display: block; padding: .62rem 0; text-decoration: none; }
.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--sh-line); background: rgba(7,9,10,.96); color: var(--sh-paper); backdrop-filter: blur(16px); }
.has-sticky-header .site-header { position: sticky; top: 0; }
body.admin-bar.has-sticky-header .site-header { top: 32px; }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 1.2rem; }
.site-branding { flex-shrink: 0; }
.custom-logo-link { display: block; line-height: 0; }
.custom-logo { max-height: 40px; width: auto; filter: grayscale(1) contrast(3); }
.wordmark, .footer-mark { display: inline-flex; align-items: baseline; gap: .14em; font-family: var(--sh-display-font); font-size: 1.3rem; font-weight: 800; letter-spacing: -.07em; line-height: 1; text-decoration: none; }
.wordmark em, .footer-mark i { color: var(--sh-blue); font-family: inherit; font-style: normal; }
.wordmark small { align-self: flex-end; padding-bottom: .1rem; color: var(--sh-muted); font-family: var(--sh-body-font); font-size: .54rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul, .site-footer ul { list-style: none; padding: 0; margin: 0; }
.primary-navigation .menu { display: flex; align-items: center; gap: clamp(.65rem, 1.05vw, 1.15rem); }
.primary-navigation a { font-size: .69rem; font-weight: 750; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.primary-navigation .menu-item-has-children { position: relative; }
.primary-navigation .menu-item-has-children > a::after { content: ' +'; color: var(--sh-blue); }
.primary-navigation .sub-menu { position: absolute; left: -.9rem; top: calc(100% + 1rem); width: 240px; display: grid; gap: .35rem; padding: .85rem; border: 1px solid var(--sh-line); background: var(--sh-ink); box-shadow: .55rem .55rem 0 var(--sh-blue); opacity: 0; pointer-events: none; transform: translateY(-.45rem); transition: .16s ease; }
.primary-navigation .menu-item-has-children:hover > .sub-menu, .primary-navigation .menu-item-has-children:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.primary-navigation .sub-menu a { display: block; padding: .5rem; white-space: normal; }
.header-cta, .wp-element-button, .wp-block-button__link, .button, .woocommerce a.button, .learndash-wrapper .ld-button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: .75rem 1rem; border: 1px solid var(--sh-paper); border-radius: var(--sh-button-radius); background: var(--sh-paper); color: var(--sh-ink) !important; font-size: .72rem; font-weight: 800; letter-spacing: .055em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: background .16s ease, color .16s ease, transform .16s ease; }
.header-cta:hover, .wp-element-button:hover, .wp-block-button__link:hover, .button:hover, .woocommerce a.button:hover, .learndash-wrapper .ld-button:hover { border-color: var(--sh-blue); background: var(--sh-blue); color: var(--sh-ink) !important; transform: translate(-2px,-2px); }
.wp-block-button.is-style-outline .wp-block-button__link { border-color: var(--sh-paper); background: transparent; color: var(--sh-paper) !important; }
.wp-block-button.is-style-outline .wp-block-button__link:hover { background: var(--sh-paper); color: var(--sh-ink) !important; }
.menu-toggle { display: none; width: 44px; padding: 10px; border: 0; background: transparent; color: var(--sh-paper); cursor: pointer; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; }
/* Modern SH 2.0 homepage */
.homepage-content > .entry-content { overflow: clip; }
.sh20-manifesto { min-height: min(760px, calc(100vh - 78px)); display: grid; align-items: end; padding: clamp(5rem, 10vw, 9.5rem) var(--sh-gutter) 3.5rem; border-bottom: 1px solid var(--sh-line); }
.sh20-kicker, .eyebrow { margin: 0 0 1rem; color: var(--sh-blue); font-size: clamp(.72rem, 1.1vw, .88rem); font-weight: 800; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.sh20-manifesto h1 { max-width: 12.8ch; margin: 0; color: var(--sh-paper); font-family: var(--sh-display-font); font-size: clamp(3.5rem, 9.2vw, 9.5rem); font-weight: 800; letter-spacing: -.075em; line-height: .88; }
.sh20-manifesto h1 .signal { color: var(--sh-blue); }
.sh20-manifesto__bottom { width: min(100%, var(--sh-shell)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 410px); align-items: end; gap: 2rem; margin-top: clamp(3rem, 8vw, 7.5rem); }
.sh20-manifesto__bottom p { max-width: 38ch; margin: 0; color: rgba(248,247,242,.82); font-size: clamp(1.05rem, 1.5vw, 1.32rem); line-height: 1.4; }
.sh20-scroll-cue { display: inline-flex; align-items: center; gap: .6rem; color: var(--sh-paper); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.sh20-scroll-cue::before { width: 2rem; height: 1px; background: var(--sh-blue); content: ''; }
.sh20-problem-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--sh-line); }
.sh20-problem-strip p { min-height: 9rem; display: flex; align-items: flex-end; margin: 0; padding: clamp(1.25rem, 3vw, 2.5rem) var(--sh-gutter); border-right: 1px solid var(--sh-line); font-family: var(--sh-display-font); font-size: clamp(1.1rem, 1.75vw, 1.7rem); font-weight: 750; letter-spacing: -.04em; line-height: 1.02; }
.sh20-problem-strip p:last-child { border-right: 0; }
.sh20-bridge { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .8fr); gap: clamp(3rem, 9vw, 10rem); padding: clamp(5rem, 11vw, 9rem) 0; }
.sh20-bridge h2, .sh20-section-heading h2, .sh20-conversion h2, .sh20-membership h2, .sh20-faq h2, .sh20-contact h2, .sh20-newsletter h2 { margin: 0; color: var(--sh-paper); font-family: var(--sh-display-font); font-size: clamp(2.75rem, 5.4vw, 6.4rem); font-weight: 800; letter-spacing: -.07em; line-height: .92; }
.sh20-bridge p { max-width: 34ch; margin: 0; color: rgba(248,247,242,.82); font-size: clamp(1.08rem, 1.5vw, 1.32rem); line-height: 1.45; }
.sh20-story { padding: clamp(4rem, 8vw, 7rem) 0; border-top: 1px solid var(--sh-line); }
.sh20-section-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr); gap: 3rem; padding-bottom: clamp(3rem, 6vw, 5rem); }
.sh20-section-heading p { max-width: 30ch; margin: 0; color: var(--sh-muted); font-size: 1.05rem; line-height: 1.4; }
.sh20-story-list { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--sh-line); background: var(--sh-line); }
.sh20-story-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); background: var(--sh-ink); }
.sh20-story-card:nth-child(even) { grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); }
.sh20-story-card:nth-child(even) .sh20-story-card__media { order: 2; }
.sh20-story-card__media { position: relative; min-height: 430px; overflow: hidden; background: #101416; }
.sh20-story-card video { width: 100%; height: 100%; object-fit: cover; }
.sh20-video-toggle { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; padding: .55rem .7rem; border: 1px solid rgba(248,247,242,.75); background: rgba(7,9,10,.78); color: var(--sh-paper); font-size: .65rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.sh20-video-toggle:hover, .sh20-video-toggle:focus-visible { border-color: var(--sh-rose); background: var(--sh-rose); color: var(--sh-ink); }
.sh20-story-card__quote { display: flex; flex-direction: column; justify-content: space-between; min-height: 430px; padding: clamp(2rem, 4.2vw, 4.7rem); }
.sh20-story-card__number { color: var(--sh-blue); font-size: .78rem; font-weight: 800; letter-spacing: .09em; }
.sh20-story-card blockquote { max-width: 17.5ch; margin: auto 0; color: var(--sh-paper); font-family: var(--sh-display-font); font-size: clamp(1.45rem, 2.8vw, 3.35rem); font-weight: 750; letter-spacing: -.055em; line-height: 1; }
.sh20-story-card blockquote::before, .sh20-story-card blockquote::after { color: var(--sh-rose); }
.sh20-story-card blockquote::before { content: '„'; }
.sh20-story-card blockquote::after { content: '“'; }
.sh20-story-card__label { margin: 0; color: var(--sh-muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sh20-pathways { padding: clamp(5rem, 9vw, 8rem) 0; }
.sh20-pathways__head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(250px, .6fr); align-items: end; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--sh-line); }
.sh20-pathways__head h2 { max-width: 15ch; margin: 0; font-family: var(--sh-display-font); font-size: clamp(2.75rem, 5.4vw, 6.4rem); font-weight: 800; letter-spacing: -.07em; line-height: .92; }
.sh20-pathways__head p { max-width: 31ch; margin: 0; color: var(--sh-muted); font-size: 1.08rem; line-height: 1.4; }
.sh20-pathway { display: grid; grid-template-columns: 11rem minmax(260px, 1.25fr) minmax(210px, .75fr) auto; align-items: center; gap: 2rem; padding: 1.55rem 0; border-bottom: 1px solid var(--sh-line); text-decoration: none; transition: padding .16s ease, color .16s ease; }
.sh20-pathway:hover { padding-left: .55rem; color: var(--sh-blue); }
.sh20-pathway__code { color: var(--sh-blue); font-size: .72rem; font-weight: 800; letter-spacing: .09em; }
.sh20-pathway__title { font-family: var(--sh-display-font); font-size: clamp(1.3rem, 2.3vw, 2.45rem); font-weight: 750; letter-spacing: -.055em; line-height: 1; }
.sh20-pathway__description { color: var(--sh-muted); font-size: 1rem; line-height: 1.35; }
.sh20-pathway__arrow { color: var(--sh-rose); font-size: 1.8rem; font-weight: 500; }
.sh20-conversion { padding: clamp(4rem, 8vw, 7rem) var(--sh-gutter); border-top: 1px solid var(--sh-line); background: var(--sh-warm); color: var(--sh-ink); }
.sh20-conversion > * { width: min(100%, var(--sh-shell)); margin-inline: auto; }
.sh20-conversion h2, .sh20-conversion .eyebrow { color: var(--sh-ink); }
.sh20-conversion__grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: clamp(2rem, 5vw, 4rem); border-top: 1px solid rgba(7,9,10,.48); border-left: 1px solid rgba(7,9,10,.48); }
.sh20-conversion__item { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border-right: 1px solid rgba(7,9,10,.48); border-bottom: 1px solid rgba(7,9,10,.48); color: var(--sh-ink); text-decoration: none; transition: background .16s ease, color .16s ease; }
.sh20-conversion__item:hover { background: var(--sh-blue); color: var(--sh-ink); }
.sh20-conversion__item small { color: inherit; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.sh20-conversion__item strong { max-width: 10ch; font-family: var(--sh-display-font); font-size: clamp(1.2rem, 2vw, 2.1rem); font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.sh20-conversion__item span { color: var(--sh-blue); font-size: 1.55rem; font-weight: 500; }
.sh20-conversion__item:hover span { color: var(--sh-ink); }
.sh20-membership { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .63fr); gap: clamp(3rem, 9vw, 10rem); padding: clamp(5rem, 9vw, 8rem) 0; border-bottom: 1px solid var(--sh-line); }
.sh20-membership h2 { max-width: 12ch; }
.sh20-membership__copy p { max-width: 43ch; margin: 1.8rem 0 2rem; color: rgba(248,247,242,.82); font-size: 1.12rem; line-height: 1.45; }
.sh20-membership__side { align-self: center; padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid var(--sh-line); background: #101517; }
.sh20-membership__side p { margin: 0 0 1.7rem; color: var(--sh-muted); font-size: .95rem; font-weight: 600; line-height: 1.45; }
.sh20-newsletter { padding: clamp(5rem, 9vw, 8rem) var(--sh-gutter); border-bottom: 1px solid var(--sh-line); background: var(--sh-rose); color: var(--sh-ink); }
.sh20-newsletter > * { width: min(100%, var(--sh-shell)); margin-inline: auto; }
.sh20-newsletter h2, .sh20-newsletter .eyebrow { color: var(--sh-ink); }
.sh20-newsletter__layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .72fr); gap: clamp(3rem, 8vw, 8rem); }
.sh20-newsletter p { max-width: 37ch; margin: 1.5rem 0 0; font-size: 1.12rem; line-height: 1.42; }
.sh20-newsletter__form { align-self: end; }
.sh20-newsletter .ff-el-form-control, .sh20-newsletter input[type="email"], .sh20-newsletter input[type="text"] { width: 100%; min-height: 3.25rem; padding: .8rem; border: 1px solid var(--sh-ink); border-radius: 0; background: transparent; color: var(--sh-ink); }
.sh20-newsletter .ff-btn-submit, .sh20-newsletter button[type="submit"] { min-height: 3.25rem; margin-top: .5rem; padding: .75rem 1rem; border: 1px solid var(--sh-ink); border-radius: 0; background: var(--sh-ink); color: var(--sh-paper); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.sh20-contact { padding: clamp(5rem, 9vw, 8rem) 0; }
.sh20-contact__head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr); gap: clamp(3rem, 8vw, 8rem); padding-bottom: 3rem; }
.sh20-contact__head h2 { max-width: 13ch; }
.sh20-contact__head p { max-width: 34ch; margin: 0; color: var(--sh-muted); font-size: 1.08rem; line-height: 1.45; }
.sh20-contact__form-shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--sh-line); background: #0d1011; }
.sh20-contact__form-shell p { max-width: 52ch; margin: 0; color: rgba(248,247,242,.83); font-size: 1.05rem; line-height: 1.45; }
.sh20-contact__form-shell .ff-el-form-control, .sh20-contact__form-shell input, .sh20-contact__form-shell textarea, .sh20-contact__form-shell select { border-radius: 0 !important; background: transparent !important; color: var(--sh-paper) !important; border-color: var(--sh-line) !important; }
.sh20-contact__form-shell .ff-btn-submit { border-radius: 0 !important; background: var(--sh-paper) !important; color: var(--sh-ink) !important; }
.sh20-faq { padding: clamp(4rem, 8vw, 7rem) var(--sh-gutter); border-top: 1px solid var(--sh-line); }
.sh20-faq > * { width: min(100%, var(--sh-shell)); margin-inline: auto; }
.sh20-faq h2 { max-width: 16ch; }
.sh20-faq__lead { max-width: 38ch; margin: 1.5rem 0 3rem !important; color: var(--sh-muted); font-size: 1.05rem; }
.sh20-faq details { border-top: 1px solid var(--sh-line); }
.sh20-faq details:last-child { border-bottom: 1px solid var(--sh-line); }
.sh20-faq summary { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.2rem 0; font-size: clamp(1rem, 1.65vw, 1.38rem); font-weight: 750; line-height: 1.2; cursor: pointer; list-style: none; }
.sh20-faq summary::after { flex: 0 0 auto; color: var(--sh-blue); content: '+'; font-size: 1.4em; line-height: .7; }
.sh20-faq details[open] summary::after { content: '–'; }
.sh20-faq details p { max-width: 65ch; margin: 0 0 1.5rem; color: rgba(248,247,242,.78); }
/* Pages, Academy, commerce and LMS */
.page-section { padding: clamp(4rem, 9vw, 8rem) 0; }
.entry-header, .post-header, .archive-heading { width: min(calc(100% - 2 * var(--sh-gutter)), var(--sh-shell)); margin: 0 auto clamp(3rem, 6vw, 5rem); }
.entry-header h1, .post-header h1, .archive-heading h1, .academy-page-header h1, .course-landing-header h1, .dashboard-header h1, .workshop-header h1, .product-header h1, .calculator-header h1, .publication-header h1 { max-width: 13ch; margin: .2em 0 0; font-family: var(--sh-display-font); font-size: clamp(3rem, 7vw, 7.2rem); font-weight: 800; letter-spacing: -.075em; line-height: .9; }
.prose { max-width: var(--sh-content-width); margin-inline: auto; }
.prose > * + * { margin-top: 1.5rem; }
.prose h2 { margin-top: 3.5rem; font-family: var(--sh-display-font); font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 800; letter-spacing: -.065em; line-height: .95; }
.prose h3 { margin-top: 2.5rem; font-family: var(--sh-display-font); font-size: 1.35rem; }
.prose figcaption, .post-meta { color: var(--sh-muted); font-size: .85rem; }
.prose li + li { margin-top: .45rem; }
.featured-figure { width: min(calc(100% - 2 * var(--sh-gutter)), var(--sh-shell)); margin: 0 auto 3.5rem; }
.featured-figure img { width: 100%; }
.post-footer { max-width: var(--sh-content-width); margin: 3rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--sh-line); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--sh-line); background: var(--sh-line); }
.content-card { min-width: 0; background: var(--sh-ink); transition: background .16s ease; }
.content-card:hover { background: #12191b; }
.card-link { display: block; height: 100%; color: var(--sh-paper); text-decoration: none; }
.card-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.75); }
.card-body { padding: 1.35rem; }
.card-body h2 { margin: 0; font-family: var(--sh-display-font); font-size: 1.55rem; letter-spacing: -.055em; line-height: 1; }
.card-body p:not(.eyebrow) { margin: .85rem 0 1.2rem; color: var(--sh-muted); font-size: .94rem; line-height: 1.45; }
.arrow-link { color: var(--sh-blue); font-size: .8rem; font-weight: 800; }
.site-footer { border-top: 1px solid var(--sh-line); background: var(--sh-ink); color: var(--sh-paper); padding: clamp(3rem, 6vw, 5rem) 0 1.3rem; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(130px, .7fr) minmax(130px, .7fr) minmax(170px, .85fr); gap: clamp(1.5rem, 4vw, 4rem); }
.footer-mark { margin-bottom: 1rem; color: var(--sh-paper); }
.footer-intro p { max-width: 33ch; color: var(--sh-muted); font-size: .95rem; line-height: 1.5; }
.footer-widget__title, .footer-column .menu > li > a { margin: 0 0 1rem; color: var(--sh-blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-column ul { display: grid; gap: .55rem; }
.site-footer a { color: var(--sh-paper); text-decoration: none; }
.site-footer a:hover { color: var(--sh-blue); }
.site-footer p { margin-top: 0; color: var(--sh-muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid var(--sh-line); color: var(--sh-muted); font-size: .75rem; }
.footer-bottom .menu { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.academy-page-header, .course-landing-header, .dashboard-header, .workshop-header, .product-header, .calculator-header, .publication-header { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 8rem) 0 clamp(3rem, 7vw, 5rem); border-bottom: 1px solid var(--sh-line); background: var(--sh-ink); color: var(--sh-paper); }
.academy-page-header::after, .course-landing-header::after { position: absolute; right: 4vw; bottom: -5vw; width: min(18vw, 260px); aspect-ratio: 1; border: 1px solid var(--sh-blue); border-radius: 50%; content: ''; }
.academy-page-header .site-shell, .course-landing-header .site-shell, .dashboard-header .site-shell, .workshop-header .site-shell, .product-header .site-shell, .calculator-header .site-shell, .publication-header .site-shell { position: relative; z-index: 1; }
.academy-lead { max-width: 48ch; margin: 2rem 0 0; color: rgba(248,247,242,.8); font-size: clamp(1.1rem, 2vw, 1.4rem); }
.academy-overview > .entry-content, .academy-course-landing > .entry-content, .workshop-page > .entry-content, .product-landing > .entry-content { padding: 0; }
.academy-overview .wp-block-group.is-layout-constrained, .academy-course-landing .wp-block-group.is-layout-constrained, .workshop-page .wp-block-group.is-layout-constrained, .product-landing .wp-block-group.is-layout-constrained { padding-left: var(--sh-gutter); padding-right: var(--sh-gutter); }
.sh20-catalog-grid, .academy-overview .wp-block-query-loop { width: min(calc(100% - 2 * var(--sh-gutter)), var(--sh-shell)); margin-inline: auto; }
.dashboard-header { width: min(calc(100% - 2 * var(--sh-gutter)), var(--sh-shell)); margin: 2rem auto 0; border: 1px solid var(--sh-line); }
.dashboard-header h1 { font-size: clamp(2.6rem, 5vw, 5rem); }
.academy-dashboard-main { padding: 3rem 0 6rem; }
.woocommerce .woocommerce-breadcrumb, .woocommerce div.product, .learndash-wrapper { width: min(calc(100% - 2 * var(--sh-gutter)), var(--sh-shell)); margin-left: auto; margin-right: auto; }
.woocommerce .products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; width: min(calc(100% - 2 * var(--sh-gutter)), var(--sh-shell)); margin-inline: auto !important; overflow: hidden; border: 1px solid var(--sh-line); background: var(--sh-line); }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 1.15rem; background: var(--sh-ink); }
.woocommerce ul.products li.product img { filter: saturate(.7); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: .8rem 0 0; color: var(--sh-paper); font-family: var(--sh-display-font); font-size: 1.2rem; line-height: 1; }
.woocommerce ul.products li.product .price { color: var(--sh-blue) !important; font-weight: 800; }
.woocommerce div.product { margin-top: 4rem; margin-bottom: 4rem; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error { border-top-color: var(--sh-blue); background: #111819; color: var(--sh-paper); }
.learndash-wrapper, .tutor-wrap, .llms-sd-section { --ld-primary: var(--sh-paper); --ld-secondary: var(--sh-blue); color: var(--sh-paper); }
.learndash-wrapper .ld-item-list .ld-item-list-item, .learndash-wrapper .ld-course-status, .learndash-wrapper .ld-table-list, .tutor-course-details-page, .llms-course-outline { border: 1px solid var(--sh-line); border-radius: 0; box-shadow: none; background: transparent; }
.learndash-wrapper .ld-progress .ld-progress-bar { background: rgba(255,255,255,.14); }
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage { background: var(--sh-blue); }
.learndash-wrapper .ld-status { border-radius: 0; background: var(--sh-blue); color: var(--sh-ink); }
.sh20-lms-catalog-intro { width: min(calc(100% - 2 * var(--sh-gutter)), var(--sh-shell)); margin: 4rem auto 2rem; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--sh-line); background: var(--sh-ink); color: var(--sh-paper); }
.sh20-lms-catalog-intro h1 { max-width: 13ch; margin: 0; font-family: var(--sh-display-font); font-size: clamp(2.5rem, 6vw, 5.5rem); font-weight: 800; line-height: .9; letter-spacing: -.075em; }
@media (max-width: 1320px) {
  .header-inner { min-height: 70px; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-cta { display: none; }
  .primary-navigation { position: fixed; inset: 70px 0 0; display: none; margin: 0; padding: 1.25rem var(--sh-gutter) 4rem; background: var(--sh-ink); overflow-y: auto; }
  body.admin-bar .primary-navigation { top: 102px; }
  .primary-navigation.is-open { display: block; }
  .primary-navigation .menu { display: grid; gap: 0; border-top: 1px solid var(--sh-line); }
  .primary-navigation li { border-bottom: 1px solid var(--sh-line); }
  .primary-navigation a { display: block; padding: 1rem 0; font-size: 1rem; }
  .primary-navigation .sub-menu { position: static; display: none; width: auto; padding: 0 0 .5rem 1rem; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .primary-navigation .submenu-open > .sub-menu { display: grid; }
}
@media (max-width: 900px) {
  .site-shell, .sh20-bridge, .sh20-section-heading, .sh20-story-list, .sh20-pathways, .sh20-membership, .sh20-contact { width: min(calc(100% - 2rem), var(--sh-shell)); }
  .sh20-manifesto { padding-inline: 1rem; }
  .sh20-manifesto__bottom, .sh20-bridge, .sh20-section-heading, .sh20-membership, .sh20-newsletter__layout, .sh20-contact__head, .sh20-pathways__head { grid-template-columns: 1fr; }
  .sh20-story-card, .sh20-story-card:nth-child(even) { grid-template-columns: 1fr; }
  .sh20-story-card:nth-child(even) .sh20-story-card__media { order: 0; }
  .sh20-story-card__media, .sh20-story-card__quote { min-height: unset; }
  .sh20-story-card__media { aspect-ratio: 16 / 10; }
  .sh20-story-card__quote { min-height: 320px; }
  .sh20-pathways__head p { margin-top: 1.2rem; }
  .sh20-pathway { grid-template-columns: 7rem minmax(0, 1fr) auto; gap: 1rem; }
  .sh20-pathway__description { display: none; }
  .sh20-conversion__grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid, .woocommerce .products { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  body { font-size: max(18px, var(--sh-body-size)); }
  body.admin-bar.has-sticky-header .site-header { top: 46px; }
  .header-cta { display: none; }
  body.admin-bar .primary-navigation { top: 116px; }
  .sh20-manifesto h1 { font-size: clamp(3.3rem, 17.5vw, 5.7rem); line-height: .9; }
  .sh20-problem-strip { grid-template-columns: 1fr; }
  .sh20-problem-strip p { min-height: 0; padding: 1.1rem 1rem; border-right: 0; border-bottom: 1px solid var(--sh-line); font-size: 1.18rem; }
  .sh20-problem-strip p:last-child { border-bottom: 0; }
  .sh20-section-heading h2, .sh20-conversion h2, .sh20-membership h2, .sh20-faq h2, .sh20-contact h2, .sh20-newsletter h2 { font-size: clamp(2.6rem, 13vw, 4.3rem); }
  .sh20-story-card blockquote { font-size: clamp(1.85rem, 9.4vw, 2.8rem); }
  .sh20-conversion, .sh20-newsletter, .sh20-faq { padding-inline: 1rem; }
  .sh20-conversion__grid { grid-template-columns: 1fr; }
  .sh20-conversion__item { min-height: 145px; }
  .sh20-pathway { grid-template-columns: 5.6rem 1fr auto; gap: .5rem; }
  .sh20-pathway__title { font-size: 1.45rem; }
  .entry-header, .post-header, .archive-heading, .featured-figure, .woocommerce .woocommerce-breadcrumb, .woocommerce div.product, .learndash-wrapper, .woocommerce .products { width: min(calc(100% - 2rem), var(--sh-shell)); }
  .entry-header h1, .post-header h1, .archive-heading h1, .academy-page-header h1, .course-landing-header h1, .dashboard-header h1, .workshop-header h1, .product-header h1, .calculator-header h1, .publication-header h1 { font-size: clamp(3rem, 15vw, 5.3rem); }
  .post-grid, .woocommerce .products { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; margin-top: 2rem; }
  .academy-overview .wp-block-group.is-layout-constrained, .academy-course-landing .wp-block-group.is-layout-constrained, .workshop-page .wp-block-group.is-layout-constrained, .product-landing .wp-block-group.is-layout-constrained { padding-left: 1rem; padding-right: 1rem; }
  .sh20-contact__form-shell { display: grid; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
/* 1.3.1 — Vivid signal green; neutral white space for the complete origin story. */
:root { --sh-signal: #d9ff3f; --sh-display-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.sh20-story {
  background: #ffffff;
  color: var(--sh-ink);
  border-top: 0;
}
.sh20-story .sh20-section-heading h2 { color: var(--sh-ink); }
.sh20-story .sh20-section-heading p { color: #53636a; }
.sh20-story-list {
  border-color: rgba(20,21,22,.24);
  background: rgba(20,21,22,.24);
}
.sh20-story-card { background: #ffffff; }
.sh20-story-card__media { background: var(--sh-blue); }
.sh20-story-card__quote { background: #ffffff; }
.sh20-story-card__number { color: #657886; }
.sh20-story-card blockquote { color: var(--sh-ink); }
.sh20-story-card blockquote::before,
.sh20-story-card blockquote::after { color: #788898; }
.sh20-story-card__label { color: #59676e; }
.sh20-story .sh20-video-toggle {
  border-color: rgba(255,255,255,.82);
  background: rgba(20,21,22,.78);
  color: #ffffff;
}
.sh20-story .sh20-video-toggle:hover,
.sh20-story .sh20-video-toggle:focus-visible {
  border-color: #ffffff;
  background: #788898;
  color: #ffffff;
}
/* 1.4.0 — Space Grotesk and the requested SH 2.0 signal green. */
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
:root {
  --sh-signal: #d9ff3f !important;
  --sh-body-font: 'Space Grotesk', Arial, Helvetica, sans-serif;
  --sh-display-font: 'Space Grotesk', Arial, Helvetica, sans-serif;
}
a:hover { color: var(--sh-signal); }
.wordmark em, .footer-mark i { color: var(--sh-signal); }
.primary-navigation .menu-item-has-children > a::after { color: var(--sh-signal); }
.primary-navigation .sub-menu { box-shadow: .55rem .55rem 0 var(--sh-signal); }
.header-cta:hover, .wp-element-button:hover, .wp-block-button__link:hover, .button:hover, .woocommerce a.button:hover, .learndash-wrapper .ld-button:hover { border-color: var(--sh-signal); background: var(--sh-signal); }
.sh20-kicker, .eyebrow { color: var(--sh-signal); }
.sh20-manifesto h1 .signal { color: var(--sh-signal); }
.sh20-scroll-cue::before { background: var(--sh-signal); }
.sh20-pathway:hover { color: var(--sh-signal); }
.sh20-pathway__code { color: var(--sh-signal); }
.sh20-conversion__item:hover { background: var(--sh-signal); }
.sh20-conversion__item span { color: var(--sh-signal); }
.sh20-conversion__item:hover span { color: var(--sh-ink); }
.footer-widget__title, .footer-column .menu > li > a, .site-footer a:hover { color: var(--sh-signal); }
.sh20-faq summary::after { color: var(--sh-signal); }
.woocommerce ul.products li.product .price, .arrow-link { color: var(--sh-signal) !important; }
.learndash-wrapper, .tutor-wrap, .llms-sd-section { --ld-secondary: var(--sh-signal); }
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage, .learndash-wrapper .ld-status { background: var(--sh-signal); }

/* The origin story remains the intentionally neutral no-green chapter. */
.sh20-story .eyebrow { color: #657886; }
.sh20-story .sh20-scroll-cue::before { background: #788898; }
/* 1.5.0 — user-directed content and layout corrections. */
.site-header .custom-logo,
.site-header .sh20-default-logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 48px;
  filter: grayscale(1) invert(1) !important;
}
.site-header .custom-logo-link,
.site-header .sh20-default-logo { display: block; line-height: 0; }
.header-cta { border-color: var(--sh-signal); background: var(--sh-signal); color: var(--sh-ink) !important; }
.sh20-newsletter { background: var(--sh-signal) !important; }
.sh20-newsletter h2,
.sh20-newsletter .eyebrow,
.sh20-newsletter p { color: var(--sh-ink) !important; }
.sh20-newsletter .wp-element-button { border-color: var(--sh-ink); background: var(--sh-ink); color: var(--sh-paper) !important; }
.sh20-newsletter .wp-element-button:hover { border-color: var(--sh-paper); background: var(--sh-paper); color: var(--sh-ink) !important; }
.sh20-story-list { gap: 1px; }
.sh20-story-card,
.sh20-story-card:nth-child(even) { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); height: clamp(430px, 40vw, 560px); }
.sh20-story-card:nth-child(even) .sh20-story-card__media { order: 2; }
.sh20-story-card__media,
.sh20-story-card__quote { min-height: 0; height: 100%; }
.sh20-story-card__quote { padding: clamp(2rem, 4vw, 4.4rem); justify-content: center; background: #ffffff; }
.sh20-story-card blockquote { max-width: 21ch; color: #141516 !important; font-size: clamp(1.5rem, 2.55vw, 3.1rem); line-height: 1.05; }
.sh20-story-card:nth-child(2) blockquote { max-width: 27ch; font-size: clamp(1.25rem, 2vw, 2.35rem); line-height: 1.15; }
.sh20-story-card blockquote::before,
.sh20-story-card blockquote::after { color: #141516 !important; }
.sh20-pathways__head { display: block; }
.sh20-pathway { grid-template-columns: 4rem minmax(0, 1fr) auto; }
.sh20-pathway__description { display: none; }
.sh20-analyses { width: min(calc(100% - 2 * var(--sh-gutter)), var(--sh-shell)); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; }
.sh20-analyses__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.sh20-analyses__head h2 { margin: 0; color: var(--sh-paper); font-family: var(--sh-display-font); font-size: clamp(2.75rem, 5.4vw, 6.4rem); font-weight: 800; letter-spacing: -.07em; line-height: .92; }
.sh20-analysis-query .wp-block-post-template { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; border: 1px solid var(--sh-line); background: var(--sh-line); list-style: none; }
.sh20-analysis-card { height: 100%; padding: 1.3rem; background: var(--sh-ink); }
.sh20-analysis-card .wp-block-post-featured-image { margin: -1.3rem -1.3rem 1.35rem; }
.sh20-analysis-card .wp-block-post-featured-image img { width: 100%; object-fit: cover; }
.sh20-analysis-card .wp-block-post-terms { color: var(--sh-signal); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sh20-analysis-card h3 { margin: .8rem 0; font-family: var(--sh-display-font); font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -.05em; line-height: 1; }
.sh20-analysis-card h3 a { text-decoration: none; }
.sh20-analysis-card .wp-block-post-excerpt { color: var(--sh-muted); font-size: .95rem; }
.sh20-analysis-card .wp-block-post-excerpt__more-link { color: var(--sh-signal); font-weight: 700; text-decoration: none; }
.sh20-form-slot { width: 100%; }
.sh20-form-slot--empty { display: flex; align-items: center; min-height: 4rem; }
.sh20-contact .sh20-form-slot--empty { justify-content: flex-start; }
.footer-grid--three { grid-template-columns: minmax(0, 1.65fr) minmax(140px, .8fr) minmax(180px, .95fr); }
@media (max-width: 900px) {
  .sh20-story-card,
  .sh20-story-card:nth-child(even) { grid-template-columns: 1fr; height: auto; }
  .sh20-story-card:nth-child(even) .sh20-story-card__media { order: 0; }
  .sh20-story-card__media { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .sh20-story-card__quote { height: auto; min-height: 260px; }
  .sh20-analysis-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .sh20-analysis-query .wp-block-post-template { grid-template-columns: 1fr; }
  .sh20-analyses__head { align-items: flex-start; flex-direction: column; }
  .footer-grid--three { grid-template-columns: 1fr; }
}
/* 1.6.0 — Insight, optional signal strip and mobile pathway correction. */
.sh20-pathways__head h2 { max-width: 15ch; }
.sh20-pathway { grid-template-columns: minmax(8.25rem, .52fr) minmax(0, 1fr) 2rem; gap: clamp(.75rem, 2vw, 2rem); }
.sh20-pathway__code { min-width: 0; overflow-wrap: anywhere; }
.sh20-pathway__title { min-width: 0; }
.sh20-pathway__arrow { justify-self: end; }
.sh20-signal-ticker { overflow: hidden; border-bottom: 1px solid var(--sh-ink); background: var(--sh-signal); color: var(--sh-ink); }
.sh20-signal-ticker__track { width: max-content; display: flex; align-items: center; gap: 1.2rem; padding: .88rem 0; font-family: var(--sh-display-font); font-size: clamp(.78rem, 1.25vw, 1rem); font-weight: 700; letter-spacing: .03em; line-height: 1; text-transform: uppercase; white-space: nowrap; animation: sh20-ticker 32s linear infinite; }
.sh20-signal-ticker__track span { display: inline-block; }
.sh20-signal-ticker__track b { font-size: 1em; font-weight: 700; }
@keyframes sh20-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 600px) {
  .sh20-pathways { padding: 4.5rem 0; }
  .sh20-pathways__head { padding-bottom: 1.75rem; }
  .sh20-pathway { grid-template-columns: minmax(6.75rem, .62fr) minmax(0, 1fr) 1.4rem; gap: .7rem; padding: 1.3rem 0; }
  .sh20-pathway__code { align-self: start; padding-top: .18rem; font-size: .66rem; line-height: 1.35; }
  .sh20-pathway__title { font-size: clamp(1.35rem, 6.7vw, 1.85rem); line-height: 1.02; }
  .sh20-pathway__arrow { align-self: center; font-size: 1.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  .sh20-signal-ticker__track { animation: none; width: auto; flex-wrap: wrap; padding-inline: var(--sh-gutter); white-space: normal; }
}
/* 1.7.0 — fixed homepage hierarchy and legacy-content safety. */
.site-header { background: #07090a !important; backdrop-filter: none; }
.site-header .header-inner { position: relative; z-index: 1; }
/* Old first-generation blocks are hidden even before the controlled page-content refresh. */

/* The legacy lower-card declaration is removed without suppressing the five supplied quotations. */
.homepage-content .sh20-story-card__label { display: none !important; }
/* Preserve enough dark breathing room before white sections and prevent headline bleed beneath the opaque header. */
.sh20-manifesto { position: relative; z-index: 0; padding-bottom: clamp(4.75rem, 9vw, 8rem); }
.sh20-story { scroll-margin-top: 110px; }
/* The ticker is the sole visual transition below the Hero. */
.sh20-signal-ticker { position: relative; z-index: 2; min-height: 3rem; border-top: 1px solid var(--sh-ink); border-bottom: 1px solid var(--sh-ink); background: var(--sh-signal); color: var(--sh-ink); }
.sh20-signal-ticker__track { min-height: 3rem; align-content: center; }
/* v1.7.0 explicit Space Grotesk choice: stored legacy Theme Customizer settings cannot reintroduce serif or mono fonts. */
:root { --sh-body-font: 'Space Grotesk', Arial, Helvetica, sans-serif !important; --sh-display-font: 'Space Grotesk', Arial, Helvetica, sans-serif !important; }
/* Prevent any old green hover/title state from sitting on a white neighbor. */
.sh20-conversion { position: relative; z-index: 1; }
.footer-grid--three { align-items: start; }
.footer-column .menu { gap: .65rem; }
.footer-column .menu > li > a { display: inline-block; margin-bottom: 0; }
@media (max-width: 700px) {
  .sh20-signal-ticker__track { font-size: .72rem; }
  .sh20-manifesto { padding-bottom: 4.5rem; }
}
/* 1.8.0 — Slow, readable signal ticker without decorative separators. */
.sh20-signal-ticker__track { animation-duration: 90s; }
@media (max-width: 700px) {
  .sh20-signal-ticker__track { animation-duration: 105s; }
}







/* 1.9.13 — verbindliche Reparaturen: no 3D, no glass cards, no generic visual effects. */
:root {
  --sh-ink: #050505 !important;
  --sh-paper: #ffffff !important;
  --sh-signal: #d9ff3f !important;
  --sh-body-font: 'Space Grotesk', Arial, Helvetica, sans-serif !important;
  --sh-display-font: 'Space Grotesk', Arial, Helvetica, sans-serif !important;
}
html, body, .site-header, .site-footer { background: var(--sh-ink) !important; }
/* The structural section is visibly restored directly below the hero. */
.homepage-content .sh20-bridge.sh20-bridge--statement {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(1.5rem, 4vw, 5rem);
  row-gap: clamp(1.4rem, 3vw, 3rem);
  align-items: start;
  padding: clamp(5rem, 10vw, 8.5rem) 0;
  border-bottom: 1px solid var(--sh-line);
}
.sh20-bridge--statement > .eyebrow { grid-column: 1 / span 5; grid-row: 1; margin: 0; }
.sh20-bridge--statement > h2 { grid-column: 1 / span 8; grid-row: 2; max-width: 11ch; }
.sh20-bridge--statement > .sh20-bridge__copy { grid-column: 8 / -1; grid-row: 3; padding-top: clamp(.75rem, 2vw, 2rem); }
.sh20-bridge--statement > .sh20-bridge__copy p { max-width: 32ch; }
/* Story headings belong in the text panels: never hide, absolutely position or remove them. */
.homepage-content .sh20-story-card__number {
  position: static !important;
  display: block !important;
  order: 0;
  margin: 0 0 clamp(2.5rem, 6vw, 6rem) !important;
  color: #657886 !important;
  font-family: var(--sh-body-font);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}
.homepage-content .sh20-story-card__quote { justify-content: flex-start !important; }
.homepage-content .sh20-story-card blockquote { margin: 0 !important; }
/* Statement pairs replace the former ticker. The content is maintained in the Customizer. */
.sh20-statements {
  position: relative;
  min-height: clamp(390px, 42vw, 560px);
  display: grid;
  grid-template-rows: auto 1fr;
  padding: clamp(2rem, 5vw, 5rem) var(--sh-gutter);
  border-top: 1px solid var(--sh-line);
  border-bottom: 1px solid var(--sh-line);
  background: var(--sh-ink);
  color: var(--sh-paper);
}
.sh20-statements::after { position: absolute; right: var(--sh-gutter); bottom: clamp(2rem, 5vw, 5rem); left: var(--sh-gutter); height: 1px; background: var(--sh-signal); content: ''; }
.sh20-statements__head, .sh20-statements__stage { width: min(100%, var(--sh-shell)); margin-inline: auto; }
.sh20-statements__head h2 { max-width: 15ch; margin: 0; color: var(--sh-paper); font-family: var(--sh-display-font); font-size: clamp(2.25rem, 4.4vw, 5.1rem); font-weight: 700; letter-spacing: -.075em; line-height: .94; }
.sh20-statements__stage { position: relative; min-height: clamp(190px, 21vw, 280px); display: grid; place-items: center; padding-bottom: clamp(1.5rem, 4vw, 4rem); text-align: center; }
.sh20-statements__pair { position: absolute; width: min(100%, 24ch); margin: 0; color: var(--sh-paper); font-family: var(--sh-display-font); font-size: clamp(2.2rem, 5.8vw, 7.25rem); font-weight: 600; letter-spacing: -.085em; line-height: .9; opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .75s cubic-bezier(.2,.72,.26,1); }
.sh20-statements__pair.is-active { opacity: 1; transform: translateY(0); }
/* Four exactly equal entry cards. Strong black arrows remain visible on white. */
.sh20-conversion { background: #ffffff !important; color: var(--sh-ink); }
.sh20-conversion .eyebrow, .sh20-conversion h2 { color: var(--sh-ink) !important; }
.sh20-conversion__grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.sh20-conversion__item { min-width: 0; min-height: 238px; padding: clamp(1.35rem, 2vw, 1.8rem); }
.sh20-conversion__item strong { max-width: 100% !important; overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: wrap; font-size: clamp(1.2rem, 2vw, 2.1rem); }
.sh20-conversion__item span { color: var(--sh-ink) !important; font-size: 2.15rem; font-weight: 700; line-height: 1; }
@media (min-width: 901px) { .sh20-conversion h2 { max-width: none; white-space: nowrap; } }
@media (max-width: 900px) {
  .homepage-content .sh20-bridge.sh20-bridge--statement { grid-template-columns: 1fr; }
  .sh20-bridge--statement > .eyebrow, .sh20-bridge--statement > h2, .sh20-bridge--statement > .sh20-bridge__copy { grid-column: 1; grid-row: auto; }
  .sh20-bridge--statement > .sh20-bridge__copy { padding-top: 0; }
  .sh20-conversion__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 600px) {
  .sh20-statements { min-height: 350px; padding-inline: 1rem; }
  .sh20-statements::after { right: 1rem; left: 1rem; }
  .sh20-statements__pair { width: 100%; font-size: clamp(2rem, 12vw, 4.1rem); }
  .sh20-conversion__grid { grid-template-columns: 1fr !important; }
}
@media (prefers-reduced-motion: reduce) {
  .sh20-statements__pair { transition: none; }
  .sh20-statements__pair:not(.is-active) { display: none; }
}
