/*
Theme Name: Hypotential
Theme URI: https://www.hypotential.com
Author: Hypotential Pty Ltd
Author URI: https://www.hypotential.com
Description: Custom theme for Hypotential — trade business coaching in Perth, WA. Converted from static mockups into a full WordPress theme with custom post types for Podcast Episodes and Blog Articles.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: hypotential
*/

/* ============================================================
   MAINTENANCE MAP
   This stylesheet is intentionally loaded as one frontend file. Do not
   reorder existing rules casually because later sections include global
   overrides that depend on cascade order.

   Main regions:
   - Reset, fonts, root variables, card foundations.
   - Base content, media, video, contact, typography, buttons.
   - Site chrome: nav, footer, subscribe/lead forms.
   - Template and block styles for homepage, podcast, articles, layouts,
     membership pages, resource-like sections, tier cards, live events.
   - Final global contracts near the end: section-heading rhythm, CTA
     typography, mobile alignment, and shared section spacing.

   For local changes, start from the unique block/template wrapper first.
   Avoid editing broad selectors such as .h1, .h2, .label, .gold, .btn-*,
   or final :is(...)/:has(...) contracts unless the change is intentionally
   site-wide.
   ============================================================ */

/* ============================================================
   RESET + ROOT VARIABLES
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── SELF-HOSTED FONTS ───────────────────────────────────────
   Both fonts served locally — no external requests, no render
   blocking, works in any network environment (incl. China).
   Files live in /fonts/ and /fonts/poppins/.
   ─────────────────────────────────────────────────────────── */

/* Eurostile Black */
@font-face {
    font-family: 'EurostileBlack';
    src: url('fonts/Eurostile_Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Poppins — latin subset only (woff2, ~40KB total) */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/poppins-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/poppins-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/poppins-400i.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/poppins-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/poppins-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    /* Type foundations */
    --font-heading: 'EurostileBlack', 'Impact', sans-serif;
    --font-body: 'Poppins', sans-serif;

    /* Body text */
    --body-text-font: var(--font-body);
    --body-text-size: 15px;
    --body-text-line: 1.8;
    --body-text-color: var(--silver);
    --body-text-weight: 400;

    /* Prose text */
    --prose-text-font: var(--font-body);
    --prose-text-size: 16px;
    --prose-text-line: 1.85;
    --prose-text-color: #D8D8D8;
    --prose-list-size: 15px;
    --prose-list-line: 1.7;
    --prose-h2-size: 26px;
    --prose-h2-line: 1;
    --prose-h3-size: 18px;
    --prose-h3-line: 1.25;
    --prose-quote-size: 22px;
    --prose-quote-line: 1.25;
    --prose-content-width: 760px;
    --prose-paragraph-gap: 22px;
    --prose-heading-gap: 44px;
    --prose-list-indent: 28px;
    --prose-list-item-padding-y: 10px;
    --prose-quote-margin: 32px 0;
    --prose-quote-padding: 6px 0 6px 26px;
    --prose-quote-border-width: 2px;

    /* Section titles */
    --section-title-font: var(--font-heading);
    --section-title-size: clamp(34px, 4.5vw, 64px);
    --section-title-line: 0.92;
    --section-title-weight: 900;
    --section-title-transform: uppercase;
    --section-title-letter-spacing: 0;
    --section-title-max-width: 70%;
    --section-desc-size: var(--body-text-size);
    --section-desc-line: var(--body-text-line);
    --section-desc-color: var(--body-text-color);
    --section-desc-max-width: 640px;
    --section-padding-y: 112px;
    --section-padding-y-compact: 88px;
    --section-header-gap: 64px;
    --section-header-gap-large: 72px;
    --section-header-gap-small: 56px;
    --section-heading-gap: 32px;
    --section-grid-gap: 14px;
    --section-split-gap: 64px;
    --section-stack-gap: 40px;
    --section-inline-gap: 32px;
    --section-mobile-padding-y: clamp(72px, 10vw, 96px);
    --section-mobile-gap: 32px;
    --section-final-padding-top: 72px;
    --section-final-padding-top-tablet: 60px;
    --section-final-padding-top-mobile: 48px;
    --section-variant-padding-top: 60px;
    --section-variant-padding-top-compact: 48px;

    /* Card titles */
    --card-title-font: var(--font-heading);
    --card-title-size: clamp(15px, 1.4vw, 17px);
    --card-title-line: 1.1;
    --card-title-weight: 900;
    --card-title-transform: uppercase;
    --card-title-letter-spacing: 0.02em;
    --card-desc-size: 13px;
    --card-desc-line: 1.75;
    --card-desc-color: var(--body-text-color);
    --list-text-size: 14px;
    --list-text-line: 1.55;
    --meta-text-size: 13px;
    --meta-text-line: 1.5;
    --caption-text-size: var(--meta-text-size);
    --caption-text-line: 1.7;
    --small-label-size: 9px;
    --micro-label-size: 10px;
    --form-text-size: var(--meta-text-size);
    --form-note-size: 12px;
    --stat-label-size: 11px;
    --stat-label-line: var(--meta-text-line);

    /* FAQ */
    --faq-section-padding-y: 112px;
    --faq-list-width: 820px;
    --faq-question-font: var(--font-heading);
    --faq-question-size: clamp(14px, 1.4vw, 18px);
    --faq-question-line: 1.1;
    --faq-question-letter-spacing: 0.06em;
    --faq-answer-size: 14px;
    --faq-answer-line: 1.8;

    /* Archive cards */
    --archive-card-title-font: var(--font-heading);
    --archive-card-title-size: clamp(15px, 1.6vw, 20px);
    --archive-card-title-line: 1.15;
    --archive-card-title-letter-spacing: 0.06em;
    --archive-featured-card-title-size: 28px;
    --archive-episode-card-title-size: 22px;
    --archive-news-card-title-size: 15px;
    --archive-news-card-title-line: 1.35;
    --archive-card-meta-size: 9px;
    --archive-card-meta-letter-spacing: 0.18em;
    --archive-card-desc-size: 12.5px;
    --archive-card-desc-line: 1.7;
    --archive-card-desc-color: var(--silver);
    --archive-layout-sidebar-width: 300px;
    --archive-layout-gap: 48px;
    --archive-list-gap: 16px;
    --archive-card-bg: var(--surface);
    --archive-card-border: var(--border);
    --archive-card-radius: var(--r-md);
    --archive-card-hover-y: -3px;
    --archive-card-hover-border: rgba(200,162,58,0.4);
    --archive-card-hover-shadow: var(--glow);
    --archive-thumb-bg: #0d0d0d;
    --archive-thumb-filter: brightness(0.88);
    --archive-card-body-padding: 24px 28px;
    --archive-featured-body-padding: 32px 32px 32px 26px;
    --archive-badge-size: 9px;
    --archive-badge-letter-spacing: 0.18em;
    --archive-chip-size: 10px;
    --archive-chip-letter-spacing: 0.06em;
    --archive-chip-bg: rgba(255,255,255,0.05);
    --archive-chip-border: var(--border);
    --archive-chip-color: var(--silver);
    --archive-chip-trade-bg: rgba(200,162,58,0.07);
    --archive-chip-trade-border: rgba(200,162,58,0.35);
    --archive-duration-bg: rgba(0,0,0,0.72);
    --archive-duration-radius: 6px;
    --related-card-hover-y: -5px;
    --related-thumb-filter: brightness(0.78);
    --sidebar-sticky-top: 100px;
    --sidebar-gap: 16px;
    --sidebar-box-bg: var(--surface);
    --sidebar-box-border: var(--border);
    --sidebar-box-radius: var(--r-md);
    --sidebar-box-padding: 26px;
    --sidebar-title-font: var(--card-title-font);
    --sidebar-title-size: var(--meta-text-size);
    --sidebar-title-line: var(--card-title-line);
    --sidebar-title-letter-spacing: 0.06em;
    --sidebar-link-size: var(--meta-text-size);
    --sidebar-link-line: var(--meta-text-line);
    --sidebar-link-color: var(--body-text-color);
    --sidebar-link-active-bg: var(--gold-soft);
    --sidebar-link-active-color: var(--gold);
    --sidebar-count-size: 11px;
    --sidebar-search-size: 12px;
    --sidebar-sub-size: 12px;
    --sidebar-sub-title-size: 14px;
    --sidebar-sub-small-size: 10px;
    --sidebar-sub-icon-size: 21px;

    /* Legacy aliases: keep existing selectors stable while tokens are migrated. */
    --body-line-height: 1.8;
    --text-body-size: var(--body-text-size);
    --text-body-line: 1.85;
    --text-body-color: var(--body-text-color);
    --text-prose-size: var(--prose-text-size);
    --text-prose-line: var(--prose-text-line);
    --text-prose-color: var(--prose-text-color);
    --text-prose-list-size: var(--prose-list-size);
    --text-prose-list-line: var(--prose-list-line);
    --text-prose-h2-size: var(--prose-h2-size);
    --text-prose-h2-line: var(--prose-h2-line);
    --text-prose-h3-size: var(--prose-h3-size);
    --text-prose-h3-line: var(--prose-h3-line);
    --text-prose-quote-size: var(--prose-quote-size);
    --text-prose-quote-line: var(--prose-quote-line);
    --heading-h1-size: clamp(40px, 5.4vw, 76px);
    --heading-h1-line: 0.90;
    --heading-hero-size: clamp(52px, 5vw, 100px);
    --heading-hero-line: 0.88;
    --heading-h2-size: var(--section-title-size);
    --heading-h2-line: var(--section-title-line);
    --heading-h3-size: var(--card-title-size);
    --heading-h3-line: var(--card-title-line);
    --content-h1-size: clamp(44px, 5vw, 56px);
    --content-h2-size: clamp(34px, 4vw, 44px);
    --content-h3-size: clamp(26px, 3vw, 32px);
    --content-h4-size: clamp(22px, 2.4vw, 26px);
    --content-h5-size: clamp(18px, 2vw, 22px);
    --content-h6-size: clamp(16px, 1.6vw, 18px);
    --content-block-width: 860px;
    --article-width: 60%;
    --article-mobile-gutter: 24px;
    /* Colours */
    --black: #000000;
    --charcoal: #111111;
    --charcoal2: #1A1A1A;
    --silver: #B0B0B0;
    --gold: #C8A23A;
    --gold-light: #E7C976;
    --white: #FFFFFF;
    --muted: #555555;
    --surface: #151515; --surface2: #101010;
    --border: rgba(255,255,255,0.09);
    --cream: #F1ECE2; --ink: #16130E; --ink-soft: #5c554b;
    --gold-soft: rgba(200,162,58,0.12);
    /* Global CTA typography — the five Style Guide button families. */
    --cta-primary-size: 13px;
    --cta-primary-weight: 600;
    --cta-primary-tracking: .10em;
    --cta-ghost-size: 12px;
    --cta-ghost-weight: 500;
    --cta-ghost-tracking: .10em;
    --cta-nav-size: 11px;
    --cta-nav-weight: 600;
    --cta-nav-tracking: .14em;
    --cta-download-size: 11px;
    --cta-download-weight: 600;
    --cta-download-tracking: .12em;
    /* Platform colours */
    --yt-red: #FF3B30;
    --spotify-green: #1DB954;
    --apple-purple: #C86FED;
    /* Radius */
    --r-lg: 26px; --r-md: 16px; --r-sm: 10px; --r-pill: 999px;
    /* Shadow */
    --glow: 0 24px 60px -20px rgba(0,0,0,0.7);
    /* Card foundation */
    --card-bg: var(--surface);
    --card-bg-dark: var(--black);
    --card-bg-alt: var(--charcoal);
    --card-border: 1px solid var(--border);
    --card-border-color: var(--border);
    --card-radius: var(--r-md);
    --card-radius-lg: var(--r-lg);
    --card-hover-border: rgba(200,162,58,0.45);
    --card-hover-shadow: var(--glow);
    --card-hover-y: -6px;
    --card-hover-y-soft: -4px;
    --card-hover-y-medium: -5px;
    --card-transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    --card-focus-ring: 2px solid var(--gold);
    --card-highlight-border: rgba(200,162,58,0.72);
    --card-highlight-shadow: 0 18px 48px -28px rgba(200,162,58,0.65);
}

.hyp-card-base,
.hyp-card,
.community-card,
.help-card,
.tool-card,
.about-card {
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: var(--card-radius);
    overflow: hidden;
}

.hyp-card-interactive,
.hyp-card,
.community-card,
.help-card,
.tool-card,
.about-card {
    transition: var(--card-transition);
}

.hyp-card-interactive:hover,
.hyp-card:hover,
.community-card:hover,
.help-card:hover,
.tool-card:hover,
.about-card:hover {
    transform: translateY(var(--card-hover-y));
    border-color: var(--card-hover-border);
    box-shadow: var(--card-hover-shadow);
}

.hyp-card-interactive:focus-within,
.hyp-card:focus-within,
.tool-card:focus-within {
    outline: var(--card-focus-ring);
    outline-offset: 3px;
}

/* Universal editable section backgrounds. */
.hyp-section-bg-black { --section-bg-rgb: 0, 0, 0; background-color: #000000 !important; }
.hyp-section-bg-page { --section-bg-rgb: 10, 10, 10; background-color: #0A0A0A !important; }
.hyp-section-bg-charcoal { --section-bg-rgb: 17, 17, 17; background-color: #111111 !important; }
.hyp-section-bg-charcoal2 { --section-bg-rgb: 26, 26, 26; background-color: #1A1A1A !important; }

html { scroll-behavior: smooth; }
body { background: #0A0A0A; color: var(--white); font-family: var(--body-text-font); -webkit-font-smoothing: antialiased; overflow-x: hidden; line-height: var(--body-text-line); }
img { max-width: 100%; }
.hyp-blank-template { background: var(--page-bg); }
.hyp-blank-main { min-height: 100vh; }
.hyp-homepage-main > .wp-block-paragraph:empty { display: none; }
.entry-content figure.wp-block-image,
.single-article-body figure.wp-block-image,
.single-episode-body figure.wp-block-image,
.template-default-page figure.wp-block-image,
.template-membership-page figure.wp-block-image,
.template-about-page figure.wp-block-image,
.template-live-events-page figure.wp-block-image,
.newsletter-page figure.wp-block-image,
.page-template-default figure.wp-block-image,
.page-template-page-templates-template-default figure.wp-block-image,
.page-template-page-templates-template-membership figure.wp-block-image,
.page-template-page-templates-template-about figure.wp-block-image,
.page-template-page-templates-template-live-events figure.wp-block-image,
.page-template-page-templates-template-newsletter figure.wp-block-image {
	margin-top: 32px;
	margin-bottom: 32px;
	overflow: hidden;
	border-radius: 20px;
}
.entry-content figure.wp-block-image img,
.single-article-body figure.wp-block-image img,
.single-episode-body figure.wp-block-image img,
.template-default-page figure.wp-block-image img,
.template-membership-page figure.wp-block-image img,
.template-about-page figure.wp-block-image img,
.template-live-events-page figure.wp-block-image img,
.newsletter-page figure.wp-block-image img,
.page-template-default figure.wp-block-image img,
.page-template-page-templates-template-default figure.wp-block-image img,
.page-template-page-templates-template-membership figure.wp-block-image img,
.page-template-page-templates-template-about figure.wp-block-image img,
.page-template-page-templates-template-live-events figure.wp-block-image img,
.page-template-page-templates-template-newsletter figure.wp-block-image img {
	display: block;
	border-radius: 20px;
}

.hyp-media-block {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.hyp-media-block--align-left {
	text-align: left;
}

.hyp-media-block--align-center {
	text-align: center;
}

.hyp-media-block--align-right {
	text-align: right;
}

.hyp-media-block__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 20px;
	margin-top: clamp(16px, 2.7vw, 27px);
	margin-bottom: clamp(24px, 4vw, 40px);
}

.hyp-media-block__link {
	display: block;
	color: inherit;
	text-decoration: none;
	margin-top: clamp(16px, 2.7vw, 27px);
	margin-bottom: clamp(24px, 4vw, 40px);
}

.hyp-media-block__link .hyp-media-block__image {
	margin-top: 0;
	margin-bottom: 0;
}

.hyp-media-block--align-left .hyp-media-block__image {
	margin-left: 0;
	margin-right: auto;
}

.hyp-media-block--align-left .hyp-media-block__link {
	margin-left: 0;
	margin-right: auto;
}

.hyp-media-block--align-center .hyp-media-block__image {
	margin-left: auto;
	margin-right: auto;
}

.hyp-media-block--align-center .hyp-media-block__link {
	margin-left: auto;
	margin-right: auto;
}

.hyp-media-block--align-right .hyp-media-block__image {
	margin-left: auto;
	margin-right: 0;
}

.hyp-media-block--align-right .hyp-media-block__link {
	margin-left: auto;
	margin-right: 0;
}

.hyp-media-block--large .hyp-media-block__image {
	width: 100%;
	max-width: 100%;
}

.hyp-media-block--large .hyp-media-block__link {
	width: 100%;
	max-width: 100%;
}

.hyp-media-block--medium .hyp-media-block__image {
	width: 100%;
	max-width: clamp(520px, 72vw, 820px);
}

.hyp-media-block--medium .hyp-media-block__link {
	width: 100%;
	max-width: clamp(520px, 72vw, 820px);
}

.hyp-media-block--small .hyp-media-block__image {
	width: 100%;
	max-width: clamp(220px, 38vw, 460px);
}

.hyp-media-block--small .hyp-media-block__link {
	width: 100%;
	max-width: clamp(220px, 38vw, 460px);
}

.hyp-media-block--thumbnail .hyp-media-block__image {
	width: 100%;
	max-width: clamp(96px, 16vw, 180px);
}

.hyp-media-block--thumbnail .hyp-media-block__link {
	width: 100%;
	max-width: clamp(96px, 16vw, 180px);
}

.hyp-media-block__caption {
	margin-top: 0;
	font-size: var(--caption-text-size);
	line-height: var(--caption-text-line);
	color: var(--body-text-color);
	text-align: center;
}

.hyp-system-page,
.hyp-default-page {
	background: #080808;
}

.hyp-system-hero,
.hyp-system-page--coming-soon {
	min-height: 62vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 72px;
	padding: 150px 0 112px;
	position: relative;
	overflow: hidden;
}

.hyp-system-hero::after,
.hyp-system-page--coming-soon::after {
	content: '';
	position: absolute;
	top: -18%;
	left: 50%;
	width: 900px;
	height: 520px;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(200, 162, 58, .09) 0%, transparent 62%);
	pointer-events: none;
}

.hyp-system-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 780px;
	text-align: center;
}

.hyp-system-hero__inner > .label {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.hyp-system-copy {
	max-width: var(--section-desc-max-width);
	margin: 24px auto 0;
	color: var(--section-desc-color);
	font-size: var(--section-desc-size);
	line-height: var(--section-desc-line);
}

.hyp-system-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 38px;
}

.hyp-coming-soon__inner {
	margin-bottom: 0;
}

.hyp-coming-soon__subscribe {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.hyp-coming-soon__subscribe .subscribe-section {
	padding: 0;
	background: transparent;
}

.hyp-coming-soon__subscribe .subscribe-section .container {
	padding: 0;
}

.hyp-coming-soon__subscribe .subscribe-form {
	padding: 28px;
}

.hyp-coming-soon__subscribe .subscribe-form-head,
.hyp-coming-soon__subscribe .subscribe-form-note {
	display: none;
}

.hyp-coming-soon__subscribe .subscribe-row {
	grid-template-columns: 1fr;
	gap: 10px;
}

.hyp-coming-soon__subscribe .subscribe-form-actions {
	display: block;
	margin: 20px 0 14px;
}

.hyp-coming-soon__subscribe .hyp-turnstile {
	margin-bottom: 14px;
}

.hyp-coming-soon__subscribe .subscribe-btn {
	width: 100%;
	min-width: 0;
}

.hyp-default-page {
	padding: 150px 0 112px;
}

.hyp-default-page__header {
	max-width: 900px;
	margin: 0 auto 48px;
	text-align: center;
}

.hyp-default-page__content {
	max-width: 900px;
	margin: 0 auto;
	color: var(--prose-text-color);
	font-size: var(--prose-text-size);
	line-height: var(--prose-text-line);
}

.hyp-default-page__content > * {
	margin-bottom: 24px;
}

.hyp-default-page__content > *:last-child {
	margin-bottom: 0;
}

.hyp-video-block {
	padding: clamp(32px, 6vw, 72px) 0;
}

.hyp-video-figure {
	width: 100%;
	max-width: var(--hyp-video-max-width, 960px);
	margin: 0 auto;
}

.hyp-video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: var(--hyp-video-aspect, 16 / 9);
	overflow: hidden;
	border-radius: 20px;
	background: #0a0a0a;
	border: 1px solid var(--border);
}

.hyp-video-frame iframe,
.hyp-video-frame video,
.hyp-video-oembed,
.hyp-video-oembed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 20px;
}

.hyp-video-frame video {
	object-fit: cover;
	background: #0a0a0a;
}

.hyp-video-oembed {
	position: absolute;
	inset: 0;
}

.hyp-video-cover {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background-color: #0a0a0a;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.hyp-video-cover::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .28);
	transition: background .2s ease;
}

.hyp-video-cover:hover::before {
	background: rgba(0, 0, 0, .16);
}

.hyp-video-play {
	position: relative;
	z-index: 1;
	width: 72px;
	height: 72px;
	border: 2px solid var(--gold);
	border-radius: 50%;
	background: rgba(0, 0, 0, .72);
	color: var(--gold);
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.hyp-video-play::before {
	content: '';
	position: absolute;
	left: 29px;
	top: 22px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 18px solid currentColor;
}

.hyp-video-cover:hover .hyp-video-play {
	transform: scale(1.08);
	background: var(--gold);
	color: var(--black);
}

.hyp-video-caption {
	margin: 14px auto 0;
	max-width: var(--section-desc-max-width);
	font-size: var(--caption-text-size);
	line-height: var(--caption-text-line);
	color: var(--body-text-color);
	text-align: center;
}

.hyp-contact-section {
	padding: var(--section-padding-y) 0;
	position: relative;
	overflow: hidden;
}

.hyp-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, 1fr);
	gap: 48px;
	align-items: start;
}

.hyp-contact-card {
	padding: 44px;
	border: 1px solid var(--border);
	border-radius: var(--r-lg);
	background: var(--surface);
}

.hyp-contact-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.hyp-contact-field {
	margin-bottom: 18px;
}

.hyp-contact-field label {
	display: block;
	margin-bottom: 8px;
	color: var(--silver);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hyp-contact-field input,
.hyp-contact-field select,
.hyp-contact-field textarea {
	width: 100%;
	padding: 13px 16px;
	border: 1px solid var(--border);
	border-radius: var(--r-sm);
	outline: none;
	background: rgba(255, 255, 255, 0.05);
	color: var(--white);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	transition: border-color 0.2s;
}

.hyp-contact-field input::placeholder,
.hyp-contact-field textarea::placeholder {
	color: var(--muted);
}

.hyp-contact-field input:focus,
.hyp-contact-field select:focus,
.hyp-contact-field textarea:focus {
	border-color: rgba(200, 162, 58, 0.5);
}

.hyp-required-mark {
	color: #e06060;
}

.hyp-contact-field input.is-field-error,
.hyp-contact-field select.is-field-error,
.hyp-contact-field textarea.is-field-error {
	border-color: #e06060;
	box-shadow: 0 0 0 1px rgba(224, 96, 96, 0.35);
}

.hyp-contact-field select {
	appearance: none;
	padding-right: 42px;
	background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%);
	background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	color-scheme: dark;
}

.hyp-contact-field select option {
	background: #1f1f1f;
	color: var(--white);
}

input[type="checkbox"].is-field-error {
	outline: 2px solid #e06060;
	outline-offset: 2px;
}

.hyp-contact-field textarea {
	resize: vertical;
}

.hyp-hp-field {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.hyp-contact-submit {
	width: 100%;
	display: grid;
	grid-template-columns: 34px max-content 34px;
	justify-content: center;
	align-items: center;
	column-gap: 18px;
	margin-top: 8px;
	border: 0;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
}

.hyp-contact-submit::before {
	content: '';
	width: 34px;
	height: 34px;
}

.hyp-contact-submit::after {
	margin: 0;
	text-indent: 4px;
}

.hyp-contact-disclaimer {
	margin-top: 16px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.65;
}

.hyp-contact-disclaimer a {
	color: var(--gold);
	text-decoration: none;
}

.hyp-contact-disclaimer a:hover {
	text-decoration: underline;
}

.hyp-contact-side {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.hyp-contact-details {
	display: flex;
	flex-direction: column;
}

.hyp-contact-detail {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 22px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hyp-contact-detail:first-child {
	padding-top: 0;
}

.hyp-contact-detail:last-child {
	border-bottom: 0;
}

.hyp-contact-detail-ic {
	display: flex;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(200, 162, 58, 0.28);
	border-radius: 50%;
	background: var(--gold-soft);
	color: var(--gold);
}

.hyp-contact-detail-ic img {
	display: block;
	width: auto;
	max-width: 18px;
	height: auto;
	max-height: 18px;
	object-fit: contain;
}

.hyp-contact-detail-lbl {
	margin-bottom: 4px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hyp-contact-detail-val {
	color: var(--white);
	font-size: 15px;
	line-height: 1.6;
	text-decoration: none;
}

a.hyp-contact-detail-val:hover {
	color: var(--gold);
}

.hyp-contact-text-placeholder {
	padding: 26px;
	border: 1px solid rgba(200, 162, 58, 0.28);
	border-radius: var(--r-md);
	background: var(--gold-soft);
}

.hyp-contact-text-placeholder p {
	margin: 0;
	color: var(--silver);
	font-size: 13px;
	line-height: 1.7;
}

.gold { color: var(--gold); }

main :where(
    p,
    li,
    blockquote,
    .hero-sub,
    .hyp-hero__desc,
    .community-description,
    .community-quote,
    .community-card-text,
    .help-text,
    .who-text,
    .coaches-copy,
    .mem-tag,
    .split-copy,
    .perth-sub,
    .faq-a,
    .arc-head,
    .arc-desc,
    .feat-desc,
    .feat-excerpt,
    .arc-guest-copy,
    .fallback-content,
    .hyp-contact-text-placeholder
) a:not([class*="btn"]):not([class*="card"]):not([class*="cta"]):not([class*="nav"]):not([class*="link"]) {
    color: inherit;
    font: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-decoration-line: underline;
    text-decoration-color: rgba(255,255,255,0.86);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
    text-decoration-skip-ink: auto;
}

main :where(
    p,
    li,
    blockquote,
    .hero-sub,
    .hyp-hero__desc,
    .community-description,
    .community-quote,
    .community-card-text,
    .help-text,
    .who-text,
    .coaches-copy,
    .mem-tag,
    .split-copy,
    .perth-sub,
    .faq-a,
    .arc-head,
    .arc-desc,
    .feat-desc,
    .feat-excerpt,
    .arc-guest-copy,
    .fallback-content,
    .hyp-contact-text-placeholder
) a:not([class*="btn"]):not([class*="card"]):not([class*="cta"]):not([class*="nav"]):not([class*="link"]):hover {
    text-decoration-color: var(--white);
}

/* Small front-end utilities used to keep PHP templates free of static inline styles. */
.text-muted { color: var(--silver); }
.link-gold { color: var(--gold); }
.fallback-page { padding-top: 150px; padding-bottom: 112px; min-height: 50vh; }
.fallback-entry { margin-bottom: 56px; }
.fallback-entry-title { margin-bottom: 16px; }
.fallback-featured { margin-bottom: 24px; }
.fallback-featured img { width: 100%; border-radius: var(--r-md); }
.fallback-content { color: var(--body-text-color); font-size: var(--body-text-size); line-height: var(--body-text-line); }
.arc-card-spaced { margin-bottom: 16px; }
.arc-empty-thumb { width: 100%; height: 100%; background: var(--archive-thumb-bg); }
.arc-empty-copy { color: var(--archive-card-desc-color); }
.grid-empty { color: var(--archive-card-desc-color); grid-column: 1 / -1; }
.arc-side-note { font-size: var(--archive-card-desc-size); color: var(--archive-card-desc-color); line-height: var(--archive-card-desc-line); margin-bottom: 16px; }
.related-heading { margin-top: 16px; }
.related-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-12 { transition-delay: .12s; }
.reveal-delay-15 { transition-delay: .15s; }
.hero-sub-offset { margin-top: 28px; }
.section-intro { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); }
.section-intro-center { margin: 16px auto 0; text-align: center; }
.section-spaced { margin-bottom: 64px; }
.section-spaced-center { margin-bottom: 64px; text-align: center; }
.label-center { justify-content: center; }
.section-title-tight { margin-bottom: 20px; }
.section-title-comfort { margin-bottom: 24px; }
.pod-header-action { flex-shrink: 0; padding-bottom: 8px; }
.trade-card.cta .trade-icon { border-color: rgba(200,162,58,0.4); }
.trade-card.cta .trade-name { color: var(--gold); }
.container { max-width: 1240px; margin: 0 auto; padding: 0 48px; }

/* ── TYPOGRAPHY ─────────────────────────────────────────────
   Eurostile Black for all headings (uppercase).
   Poppins 300/400/500/600 for body.
   Sizes from §2 of design system.
   ─────────────────────────────────────────────────────────── */

/* H1 — inner pages */
.h1 {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: var(--heading-h1-size);
    text-transform: uppercase;
    line-height: var(--heading-h1-line);
    letter-spacing: -0.01em;
}
/* H1 — homepage hero only (larger) */
.h1-hero {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: var(--heading-hero-size);
    text-transform: uppercase;
    line-height: var(--heading-hero-line);
    letter-spacing: -0.01em;
}
/* H2 — section titles */
.h2 {
    font-family: var(--section-title-font);
    font-weight: var(--section-title-weight);
    font-size: var(--section-title-size);
    text-transform: var(--section-title-transform);
    letter-spacing: var(--section-title-letter-spacing);
    line-height: var(--section-title-line);
}
/* H3 — card titles */
.h3 {
    font-family: var(--card-title-font);
    font-weight: var(--card-title-weight);
    font-size: var(--card-title-size);
    text-transform: var(--card-title-transform);
    letter-spacing: var(--card-title-letter-spacing);
    line-height: var(--card-title-line);
}

.label {
    display: inline-flex; align-items: center; justify-content: center; gap: 0;
    background: var(--gold-soft); border: 1px solid rgba(200,162,58,0.28);
    border-radius: var(--r-pill); padding: 8px 18px;
    font-size: clamp(11px, 0.9vw, 12px) !important; line-height: 1; font-weight: 600; letter-spacing: 0.16em; color: var(--gold);
    margin-bottom: 22px; text-transform: uppercase;
}

/* REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── BUTTONS ─────────────────────────────────────────────────
   All pill-shaped (radius 999px).
   Primary buttons carry a circular arrow badge.
   Sizes exact from §6 of design system.
   ─────────────────────────────────────────────────────────── */

/* Gold primary — bg gold, black text, black arrow circle with gold → */
.btn-gold {
    font-family: 'Poppins', sans-serif;
    font-size: 13px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase;
    background: var(--gold); color: var(--black); text-decoration: none;
    display: inline-flex; align-items: center; gap: 14px; border-radius: var(--r-pill);
    padding: 12px 14px 12px 28px; transition: background 0.2s, transform 0.15s; border: none; cursor: pointer;
}
.btn-gold:hover { background: var(--white); transform: translateY(-1px); }
.btn-gold::after {
    content: '\2192'; display: grid; place-items: center;
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--black); color: var(--gold); font-size: 15px; line-height: 1; transition: transform 0.2s;
}
.btn-gold:hover::after { transform: translateX(3px); }

/* Hero variant — slightly larger, pulsing glow */
.btn-hero { padding: 15px 16px 15px 32px; box-shadow: 0 16px 44px -12px rgba(200,162,58,0.6); animation: heroPulse 3.2s ease-in-out infinite; }
.btn-hero::after { width: 36px; height: 36px; }
@keyframes heroPulse { 0%,100% { box-shadow: 0 16px 44px -12px rgba(200,162,58,0.55); } 50% { box-shadow: 0 16px 60px -8px rgba(200,162,58,0.85); } }

/* Dark primary — bg black, white text, gold arrow circle */
.btn-dark {
    font-family: 'Poppins', sans-serif;
    font-size: 13px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase;
    background: var(--black); color: var(--white); text-decoration: none; white-space: nowrap;
    display: inline-flex; align-items: center; gap: 14px; border-radius: var(--r-pill);
    padding: 12px 14px 12px 28px; transition: background 0.2s; border: 1px solid var(--border); cursor: pointer;
}
.btn-dark:hover { background: var(--charcoal2); }
.btn-dark::after { content: '\2192'; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--black); font-size: 15px; line-height: 1; transition: transform 0.2s; }
.btn-dark:hover::after { transform: translateX(3px); }

/* Ghost — inline, no bg, silver, hover white */
.btn-ghost { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.10em; text-transform: uppercase; color: var(--silver); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: color 0.2s; background: none; border: none; cursor: pointer; }
.btn-ghost:hover { color: var(--white); }
.ghost-arr { width: 40px; height: 1px; background: currentColor; position: relative; transition: width 0.25s; display: inline-block; align-self: center; vertical-align: middle; transform: translateY(0); }
.ghost-arr::after { content: ''; position: absolute; right: 0; top: 50%; width: 8px; height: 8px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; transform: translateY(-50%) rotate(45deg); }
.btn-ghost:hover .ghost-arr { width: 56px; }

/* Load more */
.load-btn {
    background: var(--surface); border: 1px solid var(--border); color: var(--white);
    font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.10em;
    text-transform: uppercase; border-radius: var(--r-pill); padding: 14px 32px; cursor: pointer; transition: all 0.2s;
}
.load-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ═══════ SCROLL PROGRESS ═══════ */
.scroll-prog { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(90deg, var(--gold), #E7C976); z-index: 200; transition: width 0.1s linear; }

/* ═══════ NAV ═══════ */
.site-nav { position: fixed; top: 0; width: 100%; z-index: 100; background: rgba(0,0,0,0.96); border-bottom: 1px solid rgba(200,162,58,0.12); backdrop-filter: blur(20px); transition: border-color 0.3s; }
body.admin-bar .site-nav,
body.admin-bar .nav-links { top: 32px; }
.nav-inner { max-width: 1240px; margin: 0 auto; padding: 0 48px; height: 74px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo svg,
.nav-logo img { height: 32px; width: auto; display: block; }
/* nav-links lives outside <nav> in the HTML to avoid Chrome's backdrop-filter
   containing-block bug. On desktop we float it back into the nav bar with
   position:fixed; on mobile it becomes the full-screen overlay. */
.nav-links { position: fixed; top: 0; left: 50%; transform: translateX(-50%); height: 74px; display: flex; align-items: center; gap: 36px; list-style: none; z-index: 105; pointer-events: none; }
.nav-links > li { position: relative; pointer-events: auto; }
.nav-links a { font-size: 11px; font-weight: 500; color: var(--silver); text-decoration: none; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-links a.active, .nav-links a[aria-current="page"] { color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 36px; margin-right: var(--nav-actions-offset, -112px); }
.mobile-nav-actions { display: none; }
.nav-cta { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); border-radius: var(--r-pill); padding: 11px 22px; text-decoration: none; transition: all 0.2s; }
.nav-cta:hover { background: var(--gold); color: var(--black); }
.nav-cta-primary { display: inline-flex; align-items: center; gap: 14px; background: var(--gold); color: var(--black); border-color: var(--gold); padding: 9px 12px 9px 26px; }
.nav-cta-primary::after { content: '\2192'; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--black); color: var(--gold); font-size: 14px; line-height: 1; transition: transform 0.2s; }
.nav-cta-primary:hover { background: var(--white); border-color: var(--white); color: var(--black); }
.nav-cta-primary:hover::after { transform: translateX(3px); }

/* ═══════ STICKY PROMO BAR ═══════ */
body { --promo-bar-height: 0px; }
body.has-promo-bar { padding-top: var(--promo-bar-height); }
.promo-bar {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: var(--gold);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 12px 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.35;
    text-align: center;
    transform: translateY(0);
    transition: transform 0.3s ease;
}
body.admin-bar .promo-bar { top: calc(74px + 32px); }
.promo-bar.is-hidden { transform: translateY(-100%); }
.promo-bar__text a { color: var(--black); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.promo-bar__close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: var(--black);
    display: grid;
    place-items: center;
    cursor: pointer;
    opacity: 0.68;
    transition: opacity 0.2s;
}
.promo-bar__close:hover { opacity: 1; }

.popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.popup-overlay.is-visible { opacity: 1; visibility: visible; }
.popup-modal {
    position: relative;
    width: min(100%, 460px);
    padding: 48px 40px;
    border: 1px solid rgba(200,162,58,0.28);
    border-radius: var(--r-lg);
    background: var(--surface);
    box-shadow: var(--glow);
    text-align: center;
    transform: translateY(16px) scale(0.98);
    transition: transform 0.35s ease;
}
.popup-overlay.is-visible .popup-modal { transform: translateY(0) scale(1); }
.popup-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: var(--silver);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: color 0.2s;
}
.popup-modal__close:hover { color: var(--white); }
.popup-modal .label { margin-left: auto; margin-right: auto; justify-content: center; }
.popup-modal__heading { font-size: 26px; margin: 4px 0 14px; }
.popup-modal__text { font-size: var(--list-text-size); color: var(--body-text-color); line-height: var(--card-desc-line); margin-bottom: 28px; }
.popup-modal__cta { width: 100%; justify-content: center; }
.popup-dismiss {
    display: inline-block;
    margin-top: 18px;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}
.popup-dismiss:hover { color: var(--silver); }

.nav-has-drop > a, .menu-item-has-children > a { display: inline-flex; align-items: center; gap: 5px; }
.nav-has-drop > a::after, .menu-item-has-children > a::after { content: ''; width: 5px; height: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-top: -3px; transition: transform .2s; }
.nav-has-drop:hover > a::after, .menu-item-has-children:hover > a::after { transform: rotate(225deg); margin-top: 2px; }
.nav-has-drop::before { content: ''; position: absolute; top: 100%; left: -20px; right: -20px; height: 20px; }
.nav-drop, .nav-links .sub-menu { position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%) translateY(6px); background: #0D0D0D; border: 1px solid var(--border); border-radius: var(--r-md); padding: 10px; min-width: 210px; display: flex; flex-direction: column; gap: 2px; opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s; z-index: 120; box-shadow: 0 24px 60px rgba(0,0,0,0.65); list-style: none; }
.nav-has-drop:hover .nav-drop, .nav-has-drop:hover .sub-menu, .menu-item-has-children:hover .sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-drop a, .nav-links .sub-menu a { font-size: 11px; font-weight: 500; letter-spacing: 0.09em; text-transform: uppercase; color: var(--silver); text-decoration: none; padding: 11px 16px; border-radius: var(--r-sm); white-space: nowrap; transition: background .2s, color .2s; display: block; }
.nav-drop a:hover, .nav-links .sub-menu a:hover { background: rgba(255,255,255,0.05); color: var(--gold); }

/* Mobile nav toggle (new) */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 32px; height: 32px; background: none; border: none; cursor: pointer; z-index: 110; }
.nav-toggle span { display: block; width: 100%; height: 2px; background: var(--white); transition: transform 0.25s, opacity 0.25s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1240px) {
    .site-nav { left: 0; right: 0; width: 100vw; max-width: 100vw; }
    .promo-bar { padding: 10px 48px 10px 18px; font-size: 11px; text-align: left; justify-content: flex-start; }
    .promo-bar__close { right: 14px; }
    .popup-modal { padding: 42px 24px 28px; }
    .popup-modal__heading { font-size: 23px; }
    .nav-toggle { display: flex; }
    .nav-inner { width: 100%; max-width: none; padding: 0 24px; }
    .nav-links {
        position: fixed; top: 74px; left: 0; right: auto; bottom: auto; width: 100vw;
        height: auto; max-height: calc(100vh - 74px); max-height: calc(100dvh - 74px); box-sizing: border-box; z-index: 101;
        background: rgba(0,0,0,0.98); flex-direction: column; align-items: flex-start;
        gap: 0; padding: 24px 24px 40px; overflow-y: auto; overscroll-behavior: contain; pointer-events: none;
        transform: translateX(0) translateY(-12px); opacity: 0; visibility: hidden;
        transition: opacity 0.08s, transform 0.08s, visibility 0.08s;
    }
    .nav-links.is-open { opacity: 1; visibility: visible; transform: translateX(0) translateY(0); pointer-events: auto; }
    .nav-links li { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .nav-links a { display: block; padding: 16px 0; touch-action: manipulation; }
    .nav-links a:focus-visible { outline: 1px solid rgba(200,162,58,0.75); outline-offset: 4px; }
    .nav-links .nav-has-drop > a, .nav-links .menu-item-has-children > a { display: flex; align-items: center; justify-content: space-between; width: 100%; }
    .nav-links .nav-has-drop > a::after, .nav-links .menu-item-has-children > a::after { width: 7px; height: 7px; margin: 0 3px 0 14px; flex-shrink: 0; transform: rotate(45deg); transition: none; }
    .nav-links .nav-has-drop:hover > a::after, .nav-links .menu-item-has-children:hover > a::after { transform: rotate(45deg); margin: 0 3px 0 14px; }
    .nav-links .nav-has-drop.drop-open > a::after, .nav-links .menu-item-has-children.drop-open > a::after,
    .nav-links .nav-has-drop.drop-open:hover > a::after, .nav-links .menu-item-has-children.drop-open:hover > a::after { transform: rotate(225deg); margin-top: 4px; }
    .nav-links .nav-has-drop .nav-drop, .nav-links .nav-has-drop .sub-menu, .nav-links .menu-item-has-children .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; display: flex; width: 100%; max-height: 0; overflow: hidden; pointer-events: none; box-shadow: none; border: none; background: transparent; padding: 0 0 0 12px; transition: none; }
    .nav-links .nav-has-drop:hover .nav-drop, .nav-links .nav-has-drop:hover .sub-menu, .nav-links .menu-item-has-children:hover .sub-menu { opacity: 1; visibility: visible; transform: none; max-height: 0; pointer-events: none; padding-bottom: 0; }
    .nav-links .nav-has-drop.drop-open .nav-drop, .nav-links .nav-has-drop.drop-open .sub-menu, .nav-links .menu-item-has-children.drop-open .sub-menu,
    .nav-links .nav-has-drop.drop-open:hover .nav-drop, .nav-links .nav-has-drop.drop-open:hover .sub-menu, .nav-links .menu-item-has-children.drop-open:hover .sub-menu { opacity: 1; visibility: visible; transform: none; max-height: 640px; pointer-events: auto; padding-bottom: 10px; }
    .nav-links .sub-menu a, .nav-links .nav-drop a { transition: none; }
    .nav-actions { display: none; }
    .nav-links .mobile-nav-actions { display: flex; flex-direction: column; gap: 16px; padding-top: 24px; border-bottom: 0; }
    .nav-links .mobile-nav-actions .nav-cta { display: inline-flex; justify-content: center; align-items: center; width: 100%; box-sizing: border-box; padding: 13px 22px; }
    .nav-links .mobile-nav-actions .nav-cta-primary { color: var(--black); padding: 10px 12px 10px 26px; }
    .container { padding: 0 24px; }
}

@media (max-width: 1240px) {
    body.admin-bar .nav-links {
        top: calc(74px + 32px);
        max-height: calc(100vh - 74px - 32px);
        max-height: calc(100dvh - 74px - 32px);
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-nav,
    body.admin-bar .nav-links { top: 46px; }
    body.admin-bar .promo-bar { top: calc(74px + 46px); }
}

@media screen and (max-width: 782px) and (max-width: 1240px) {
    body.admin-bar .nav-links {
        top: calc(74px + 46px);
        max-height: calc(100vh - 74px - 46px);
        max-height: calc(100dvh - 74px - 46px);
    }
}

/* ═══════ FOOTER ═══════ */
.site-footer { background: var(--charcoal); padding: 88px 0 48px; position: relative; overflow: hidden; }
.site-footer .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 72px; position: relative; z-index: 2; }
.site-footer .footer-logo { margin-bottom: 20px; display: inline-block; }
.site-footer .footer-logo svg,
.site-footer .footer-logo img { height: 26px; width: auto; display: block; }
.site-footer .footer-desc { font-size: clamp(13px, 1.1vw, 14px); color: var(--muted); line-height: 1.8; max-width: 260px; margin-bottom: 24px; }
.site-footer .footer-social { display: grid; grid-template-columns: repeat(5, 36px); gap: 8px; width: max-content; max-width: 100%; }
.site-footer .footer-social a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; color: #9a9a9a; text-decoration: none; transition: all 0.2s; }
.site-footer .footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.site-footer .footer-col-title { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: clamp(13px, 1.2vw, 16px); text-transform: uppercase; letter-spacing: 0.1em; color: var(--white); margin-bottom: 20px; }
.site-footer .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.site-footer .footer-links a { font-size: clamp(13px, 1.1vw, 15px); color: var(--muted); text-decoration: none; transition: color 0.2s; }
.site-footer .footer-links a:hover { color: var(--gold); }
.form-msg { font-size: 12px; margin-top: 10px; display: none; }
.form-msg.is-visible { display: block; }
.form-msg.success { color: var(--gold); }
.form-msg.error {
	padding: 12px 14px;
	border: 1px solid rgba(224, 96, 96, 0.55);
	border-radius: var(--r-sm);
	background: rgba(224, 96, 96, 0.1);
	color: #ff9b9b;
}

.hyp-thank-you-page .hyp-default-page {
	min-height: 62vh;
	display: flex;
	align-items: center;
}

.hyp-thank-you-page .hyp-default-page__header,
.hyp-thank-you-page .hyp-default-page__content {
	text-align: center;
}

.hyp-thank-you-page .hyp-default-page__content > * {
	margin-left: auto;
	margin-right: auto;
}

.hyp-thank-you-page .hyp-default-page__content p {
	max-width: 720px;
}

.hyp-thank-you-page .hyp-system-actions {
	justify-content: center;
}

.site-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,0.04); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; position: relative; z-index: 2; }
.site-footer .footer-legal { font-size: clamp(11px, 1vw, 13px); color: var(--muted); display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.site-footer .footer-legal a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.site-footer .footer-legal a:hover { color: var(--gold); }
.site-footer .footer-policy-links { display: inline-flex; align-items: center; white-space: nowrap; }
.site-footer .footer-sep { margin: 0 10px; opacity: 0.3; }
.site-footer .footer-loc { font-size: clamp(11px, 1vw, 13px); color: var(--muted); display: flex; align-items: center; gap: 8px; }
.site-footer .footer-loc-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; display: inline-block; }

@media (max-width: 900px) {
    .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
    .site-footer { padding: 56px 0 36px; }
    .site-footer .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 14px; row-gap: 38px; margin-bottom: 48px; }
    .site-footer .footer-grid > div:first-child { grid-column: 1 / -1; }
    .site-footer .footer-col-title { font-size: 11px; letter-spacing: .07em; margin-bottom: 16px; }
    .site-footer .footer-links { gap: 9px; }
    .site-footer .footer-links a { display: block; font-size: 11px; line-height: 1.4; overflow-wrap: anywhere; }
    .site-footer .footer-bottom { padding-top: 22px; }
    .site-footer .footer-legal { align-items: flex-start; row-gap: 8px; }
    .site-footer .footer-policy-links { display: flex; width: 100%; white-space: nowrap; }
}

/* ═══════ SUBSCRIBE SECTION ═══════ */
.subscribe-section { background: var(--black); padding: 96px 0 84px; position: relative; overflow: hidden; }
.hyp-homepage-main > .subscribe-section:last-of-type { padding-bottom: 56px; }
.subscribe-wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 520px); gap: 72px; align-items: center; }
.subscribe-copy .label { display: inline-flex; align-items: center; justify-content: center; background: rgba(200,162,58,0.12); border: 1px solid rgba(200,162,58,0.28); border-radius: 999px; padding: 8px 18px; font-size: 10px; font-weight: 600; letter-spacing: 0.18em; line-height: 1; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.subscribe-copy .label::before { display: none; }
.subscribe-copy .h2 { max-width: 520px; margin-bottom: 22px; }
.subscribe-desc { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); }
.subscribe-form { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.09); border-radius: 26px; padding: 38px; }
.subscribe-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.subscribe-input { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; color: var(--white); font-family: 'Poppins', sans-serif; font-size: 13px; padding: 14px 16px; outline: none; margin-bottom: 12px; transition: border-color 0.2s; }
.subscribe-input::placeholder { color: var(--muted); }
.subscribe-input:focus { border-color: rgba(200,162,58,0.5); }
.subscribe-check { display: flex; align-items: flex-start; gap: 11px; margin: 6px 0 16px; cursor: pointer; }
.subscribe-check input { margin-top: 2px; accent-color: var(--gold); width: 15px; height: 15px; flex-shrink: 0; }
.subscribe-check span { font-size: 11.5px; color: var(--silver); line-height: 1.65; }
.subscribe-check a { color: var(--gold); text-decoration: none; }
.subscribe-check a:hover { text-decoration: underline; }
.subscribe-bot { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 14px 16px; margin: 0 0 22px; cursor: pointer; }
.subscribe-bot input { width: 20px; height: 20px; accent-color: var(--gold); flex-shrink: 0; cursor: pointer; }
.subscribe-bot span { font-size: 13px; color: var(--white); }
.subscribe-bot small { margin-left: auto; font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); text-align: right; line-height: 1.4; }
.hyp-turnstile { min-height: 65px; display: flex; align-items: center; margin: 0 0 22px; }
.subscribe-form-actions .hyp-turnstile { margin: 0; }
.subscribe-btn { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; background: var(--gold); color: var(--black); border: none; cursor: pointer; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; padding: 16px 22px; transition: background 0.2s; }
.subscribe-btn::after { content: '\2192'; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--black); color: var(--gold); font-size: 14px; line-height: 1; }
.subscribe-btn:hover:not(:disabled) { background: var(--white); }
.subscribe-btn:disabled { opacity: 0.6; cursor: default; }
.hyp-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.subscribe-section--stacked { padding-top: 0; }
.subscribe-wrap--stacked { grid-template-columns: minmax(0, 940px); justify-content: center; gap: 0; }
.subscribe-wrap--stacked .subscribe-form { max-width: 940px; margin: 0 auto; }
.subscribe-form--stacked { padding: 42px 48px 40px; }
.subscribe-form-head { margin-bottom: 28px; }
.subscribe-form-kicker { display: none; }
.subscribe-form-title { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: clamp(26px, 2.2vw, 36px); line-height: 1; text-transform: uppercase; color: var(--white); margin: 0; }
.subscribe-form-title .gold { color: var(--gold); }
.subscribe-form-dash { color: var(--white); }
.subscribe-form-desc { margin-top: 16px; max-width: var(--section-desc-max-width); font-size: var(--section-desc-size); line-height: var(--section-desc-line); color: var(--section-desc-color); }
.subscribe-wrap--stacked .subscribe-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 14px; }
.subscribe-wrap--stacked .subscribe-row .subscribe-input { margin-bottom: 0; }
.subscribe-form-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: stretch; margin-bottom: 16px; }
.subscribe-form--stacked .subscribe-form-actions { grid-template-columns: 1fr; align-items: start; }
.subscribe-wrap--stacked .subscribe-bot { margin: 0; min-height: 54px; }
.subscribe-wrap--stacked .subscribe-btn { width: 100%; min-width: 0; padding-left: 34px; padding-right: 18px; }
.subscribe-wrap--stacked .subscribe-check { margin: 0; }
.subscribe-form-note { margin: 18px 0 0; text-align: center; font-size: 12px; color: var(--muted); }

.guest-enquiry-wrap { grid-template-columns: minmax(0, 1fr) minmax(460px, 560px); gap: 64px; align-items: center; }
.guest-enquiry-copy .h2 { max-width: 520px; }
.guest-enquiry-copy > .h2 + .guest-enquiry-body { margin-top: 32px; }
.guest-enquiry-body p { max-width: 460px; }
.guest-enquiry-body > p:last-child { margin-bottom: 34px; }
.guest-enquiry-body ul { list-style: none; margin: 0; padding: 0; max-width: var(--section-desc-max-width); }
.guest-enquiry-body ul li { font-size: var(--list-text-size); color: var(--body-text-color); padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; gap: 14px; align-items: flex-start; line-height: var(--list-text-line); }
.guest-enquiry-body ul li::before { content: '\203A'; color: var(--gold); font-size: 18px; line-height: 1.1; flex-shrink: 0; }
.guest-enquiry-points { list-style: none; margin: 0; padding: 0; max-width: var(--section-desc-max-width); }
.guest-enquiry-points li { font-size: var(--list-text-size); color: var(--body-text-color); padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; gap: 14px; align-items: flex-start; line-height: var(--list-text-line); }
.guest-enquiry-points li::before { content: '\203A'; color: var(--gold); font-size: 18px; line-height: 1.1; flex-shrink: 0; }
.guest-enquiry-form { padding: 38px 40px 40px; }
.guest-enquiry-form-title { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 22px; line-height: 1; text-transform: uppercase; color: var(--white); margin: 0 0 26px; }
.guest-enquiry-row { grid-template-columns: 1fr 1fr; gap: 12px; }
.guest-enquiry-row .subscribe-input { margin-bottom: 12px; }
.guest-enquiry-textarea { min-height: 96px; resize: vertical; margin-bottom: 14px; }
.guest-enquiry-check { margin: 2px 0 18px; }
.guest-enquiry-actions { grid-template-columns: 1fr; gap: 14px; margin-bottom: 0; }
.guest-enquiry-actions .hyp-turnstile { margin: 0; justify-self: start; }
.guest-enquiry-actions .subscribe-btn { width: 100%; min-width: 0; padding-left: 34px; padding-right: 18px; }

@media (max-width: 980px) {
    .subscribe-wrap { grid-template-columns: 1fr; gap: 36px; }
    .subscribe-form-actions { grid-template-columns: 1fr; }
    .subscribe-wrap--stacked .subscribe-btn { width: 100%; min-width: 0; }
    .guest-enquiry-wrap { grid-template-columns: 1fr; gap: 36px; }
    .guest-enquiry-actions { grid-template-columns: 1fr; }
    .guest-enquiry-actions .subscribe-btn { width: 100%; min-width: 0; }
}
@media (max-width: 640px) {
    .subscribe-form { padding: 24px; border-radius: 18px; }
    .subscribe-row { grid-template-columns: 1fr; }
    .subscribe-form--stacked { padding: 28px 24px 26px; }
    .subscribe-form-head { margin-bottom: 22px; }
    .subscribe-form-title { font-size: 24px; line-height: 1.02; }
    .subscribe-wrap--stacked .subscribe-row { grid-template-columns: 1fr; gap: 12px; margin-bottom: 0; }
    .subscribe-wrap--stacked .subscribe-row .subscribe-input { margin-bottom: 12px; }
    .subscribe-form-actions { gap: 12px; margin-bottom: 14px; }
    .guest-enquiry-form { padding: 28px 24px 26px; }
    .guest-enquiry-form-title { font-size: 24px; line-height: 1.02; }
}

/* ═══════ HERO ═══════ */
/* ═══════ HERO ═══════ */
/* Homepage hero: balanced split with an inset image panel. */
.hero { box-sizing: border-box; min-height: 100vh; position: relative; overflow: hidden; display: grid; grid-template-columns: 50.5% 49.5%; margin: 0; padding-top: 74px; background: #000; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; background: repeating-linear-gradient(0deg, transparent 0px, transparent 3px, rgba(255,255,255,0.005) 3px, rgba(255,255,255,0.005) 4px); }
/* Left side */
.hero-left { background: var(--black); display: flex; flex-direction: column; justify-content: center; padding: 54px 60px 54px 40px; position: relative; z-index: 3; }
.hero-left::after { content: ''; position: absolute; bottom: 0; left: 0; width: 500px; height: 400px; background: radial-gradient(ellipse at bottom left, rgba(200,162,58,0.06) 0%, transparent 65%); pointer-events: none; }
.hero-headline { margin-bottom: 38px; }
.hero-sub { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); margin-bottom: 50px; }
.hero-sub > :first-child { margin-top: 0; }
.hero-sub > :last-child { margin-bottom: 0; }
.hero-sub a { color: inherit; text-decoration-color: rgba(255,255,255,0.45); text-underline-offset: 0.16em; }
.hero-sub strong { color: var(--white); font-weight: 500; }
/* Stats strip inside hero — sits between description and button */
.hero-stats { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,0.10); border-bottom: 1px solid rgba(255,255,255,0.07); padding: 22px 0; margin-bottom: 36px; }
.hero-stat { flex: 1; }
.hero-stat:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.07); padding-right: 24px; margin-right: 24px; }
.stat-num { font-family: 'EurostileBlack', 'Impact', sans-serif; font-weight: 900; font-size: 38px; color: var(--gold); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 9px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.hero-stat .stat-label { font-size: 16px; line-height: 1.45; letter-spacing: 0.06em; }
.hero-ctas { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
/* Right side: inset, rounded image panel from the supplied design. */
.hero-right { position: relative; overflow: hidden; margin: 18px 16px 18px 0; border-radius: 20px; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; border-radius: inherit; filter: brightness(0.82) contrast(1.02) grayscale(0.4) saturate(0.85); box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8); }
/* Gradient fade on the left edge of the photo */
.hero-right::before { content: ''; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, #0A0A0A 0%, rgba(10,10,10,0.25) 22%, transparent 45%); pointer-events: none; }
.hero--media-left .hero-left { grid-column: 2; grid-row: 1; padding: 54px 40px 54px 60px; }
.hero--media-left .hero-left::after { left: auto; right: 0; background: radial-gradient(ellipse at bottom right, rgba(200,162,58,0.06) 0%, transparent 65%); }
.hero--media-left .hero-right { grid-column: 1; grid-row: 1; margin: 18px 0 18px 16px; }
.hero--media-left .hero-right::before { background: linear-gradient(270deg, #0A0A0A 0%, rgba(10,10,10,0.25) 22%, transparent 45%); }
/* Brand arrow watermark behind photo */
.hero-arrow-3d { position: absolute; right: -40px; bottom: 0; height: 90%; z-index: 1; opacity: 0.12; pointer-events: none; transform-origin: bottom right; }
.hero-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px; background: rgba(18,18,18,0.72); backdrop-filter: blur(16px); border: 1px solid var(--border); border-radius: var(--r-md); padding: 13px 18px 13px 14px; box-shadow: 0 16px 44px rgba(0,0,0,0.55); animation: chipFloat 5s ease-in-out infinite; }
.hero-chip-2 { animation-delay: -1.6s; }
.hero-chip-3 { animation-delay: -3.2s; }
@keyframes chipFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.hero-chip-ic { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold); }
.hero-chip-ic img { display: block; max-width: 22px; max-height: 22px; width: auto; height: auto; object-fit: contain; }
.hero-chip-num { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 22px; color: var(--white); line-height: 1; }
.hero-chip-lbl { font-size: 9px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--silver); margin-top: 2px; line-height: 1.25; white-space: normal; overflow-wrap: normal; word-break: keep-all; }
.chip-tl { top: 16px; left: 12px; }
.chip-mr { top: 46%; right: 14px; }
.chip-bl { bottom: 28px; left: 22px; }
.hero-chip-strip { display: none; }

/* Simple hero video click-to-load frame (homepage/foundations hero use) */
.hero-video-wrap { position: relative; width: 100%; height: 100%; border-radius: var(--r-lg); overflow: hidden; cursor: pointer; }

@media (max-width: 1100px) {
    .hero-left { padding: 48px 42px 48px 36px; }
}
@media (max-width: 1000px) {
    .hero-right .hero-chip { display: none; }
    .hero-chip-strip {
        grid-column: 1 / -1;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0 0 28px;
        margin: 0;
        background: #000;
    }
    .hero-chip-strip .hero-chip {
        position: static;
        width: 100%;
        min-height: 62px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 14px;
        padding: 12px 16px 12px 14px;
        text-align: left;
        animation: none;
    }
    .hero-chip-strip .hero-chip-ic {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
    .hero-chip-strip .hero-chip-ic img {
        max-width: 22px;
        max-height: 22px;
    }
    .hero-chip-strip .hero-chip-num {
        font-size: 19px;
    }
    .hero-chip-strip .hero-chip-lbl {
        font-size: 8px;
        line-height: 1.25;
    }
}
@media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; min-height: auto; margin: 0; padding: 74px 3% 0; background: #000; }
    .hero-left { padding: 42px 24px 44px; }
    .hero--media-left .hero-left,
    .hero--media-left .hero-right { grid-column: auto; grid-row: auto; }
    .hero--media-left .hero-left { padding: 42px 24px 44px; }
    .hero-right { min-height: 380px; margin: 0 0 20px; border-radius: 18px; }
    .hero--media-left .hero-right { margin: 0 0 20px; }
    .hypotential-homepage-hero .hero-right,
    .hypotential-homepage-hero .hero-chip-strip {
        display: none;
    }
    .hypotential-homepage-hero .hero-left {
        padding-bottom: 56px;
    }
    .hypotential-page-hero .hero-left,
    .hypotential-homepage-hero .hero-left {
        align-items: center;
        text-align: center;
    }
    .hypotential-page-hero .label,
    .hypotential-homepage-hero .label,
    .hypotential-page-hero .hero-sub,
    .hypotential-homepage-hero .hero-sub {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .hypotential-page-hero .hero-headline,
    .hypotential-homepage-hero .hero-headline,
    .hypotential-page-hero .hero-ctas,
    .hypotential-homepage-hero .hero-ctas {
        justify-content: center;
    }
}

/* ═══════ HERO SECTION BLOCK (full-width black, 90% content) ═══════ */
.hyp-hero { background: #000; padding: 120px 0 80px; position: relative; overflow: hidden; }
.hyp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 20%, rgba(200,162,58,0.16) 0%, rgba(200,162,58,0.09) 24%, rgba(200,162,58,0.04) 42%, rgba(0,0,0,0) 68%),
        linear-gradient(to bottom, rgba(12,10,6,0) 0%, rgba(8,8,8,0.18) 38%, rgba(4,4,4,0.6) 68%, #000 100%);
    pointer-events: none;
    z-index: 0;
}
.hyp-hero__inner { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 48px; position: relative; z-index: 1; }

/* Pretitle */
.hyp-hero__pretitle { margin-bottom: 28px; }

/* Heading */
.hyp-hero__heading { margin-bottom: 32px; }
.hyp-hero__heading .h1 { margin: 0; }

/* Description */
.hyp-hero__desc { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); margin-bottom: 52px; }
.hyp-hero__desc strong { color: var(--white); font-weight: 500; }

/* Stat bar */
.hyp-hero__stats { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 28px 0; margin-bottom: 44px; }
.hyp-hero__stat { flex: 1; }
.hyp-hero__stat:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.08); padding-right: 32px; margin-right: 32px; }

/* Optional CTA */
.hyp-hero__cta { margin-top: 44px; }
.hyp-hero--centered { padding-bottom: 60px; }
@media (min-width: 901px) {
  .hyp-hero--centered { text-align: center; }
  .hyp-hero--centered .hyp-hero__inner { max-width: 900px; }
  .hyp-hero--centered .hyp-hero__pretitle { justify-content: center; margin-left: auto; margin-right: auto; }
  .hyp-hero--centered .hyp-hero__heading { display: flex; justify-content: center; }
  .hyp-hero--centered .hyp-hero__desc { max-width: var(--section-desc-max-width); margin-left: auto; margin-right: auto; }
}
.hyp-hero__media-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hyp-media-link { min-width: 154px; display: flex; align-items: center; gap: 13px; padding: 14px 21px; border: 1px solid var(--border); border-radius: 999px; color: var(--white); text-decoration: none; text-align: left; transition: border-color .2s, transform .2s; }
.hyp-media-link:hover { border-color: var(--gold); transform: translateY(-2px); }
.hyp-media-link__icon { width: 22px; height: 22px; flex: 0 0 22px; display: grid; place-items: center; color: var(--gold); }
.hyp-media-link__icon svg { display: block; width: 22px; height: 22px; fill: currentColor; }
.hyp-media-link--youtube .hyp-media-link__icon { color: #ff2d20; }
.hyp-media-link--spotify .hyp-media-link__icon { color: #1ed760; }
.hyp-media-link--apple .hyp-media-link__icon { color: #b95cff; }
.hyp-media-link small,.hyp-media-link strong { display: block; }
.hyp-media-link small { color: var(--muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 3px; }
.hyp-media-link strong { font-size: 14px; }
.hyp-hero--marquee { padding-bottom: 0; overflow: hidden; }
.hyp-hero--centered.hyp-hero--marquee { padding-bottom: 0; }
.hyp-hero-marquee { position: relative; left: 50%; width: 100vw; margin-top: 56px; transform: translateX(-50%); }
.hyp-hero-marquee__viewport { overflow: hidden; margin-top: 14px; }
.hyp-hero-marquee__track { display: flex; width: 200vw; will-change: transform; }
.hyp-hero-marquee__track img { display: block; flex: 0 0 100vw; width: 100vw; max-width: none; height: auto; border-radius: 0; }
.hyp-hero-marquee__viewport--left .hyp-hero-marquee__track { animation: hyp-marquee-left var(--hyp-marquee-duration,30s) linear infinite; }
.hyp-hero-marquee__viewport--right .hyp-hero-marquee__track { animation: hyp-marquee-right var(--hyp-marquee-duration,30s) linear infinite; transform: translateX(-50%); }
.hyp-hero-marquee:hover .hyp-hero-marquee__track { animation-play-state: paused; }
@keyframes hyp-marquee-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes hyp-marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) { .hyp-hero-marquee__track { animation-play-state: paused !important; } }
@media (max-width: 600px) { .hyp-hero__media-links { gap: 8px; } .hyp-media-link { min-width: 0; padding: 12px 15px; } .hyp-media-link strong { font-size: 13px; } }
@media (max-width: 900px) {
  .hyp-hero--centered { text-align: center; }
  .hyp-hero--centered .hyp-hero__inner { max-width: 900px; }
  .hyp-hero--centered .hyp-hero__pretitle { justify-content: center; margin-left: auto; margin-right: auto; }
  .hyp-hero--centered .hyp-hero__heading { display: flex; justify-content: center; }
  .hyp-hero--centered .hyp-hero__desc { max-width: var(--section-desc-max-width); margin-left: auto; margin-right: auto; }
}

.hyp-podcast-hero {
	padding: 140px 0 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.hyp-podcast-hero::after {
	content: '';
	position: absolute;
	top: -8%;
	left: 50%;
	transform: translateX(-50%);
	width: 1000px;
	height: 640px;
	background: radial-gradient(circle, rgba(200,162,58,0.09) 0%, transparent 62%);
	pointer-events: none;
}

.hyp-podcast-hero__inner {
	position: relative;
	z-index: 2;
}

.hyp-podcast-hero__content {
	max-width: 760px;
	margin: 0 auto 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hyp-podcast-hero__content .label {
	margin-left: auto;
	margin-right: auto;
}

.hyp-podcast-hero__heading {
	margin-bottom: 24px;
}

.hyp-podcast-hero__description {
	max-width: var(--section-desc-max-width);
	margin: 0 auto 34px;
}

.hyp-podcast-hero__description p {
	font-size: var(--section-desc-size);
	color: var(--section-desc-color);
	line-height: var(--section-desc-line);
}

.hyp-podcast-hero__description strong {
	color: var(--white);
	font-weight: 500;
}

.hyp-podcast-hero__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.hyp-podcast-link {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	padding: 12px 22px 12px 16px;
	border: 1px solid var(--border);
	border-radius: var(--r-pill);
	background: var(--surface);
	color: var(--white);
	text-decoration: none;
	text-align: left;
	transition: all .2s;
}

.hyp-podcast-link:hover {
	border-color: rgba(255,255,255,0.25);
	transform: translateY(-2px);
}

.hyp-podcast-link.is-primary {
	background: var(--gold-soft);
	border-color: rgba(200,162,58,0.4);
}

.hyp-podcast-link__icon {
	display: grid;
	place-items: center;
}

.hyp-podcast-link__text small {
	display: block;
	font-size: var(--small-label-size);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}

.hyp-podcast-link__text strong {
	font-size: var(--meta-text-size);
	font-weight: 600;
	color: var(--white);
}

.hyp-podcast-link.is-youtube .hyp-podcast-link__icon { color: var(--yt-red); }
.hyp-podcast-link.is-spotify .hyp-podcast-link__icon { color: var(--spotify-green); }
.hyp-podcast-link.is-apple .hyp-podcast-link__icon { color: var(--apple-purple); }

.hyp-podcast-hero__marquee {
	position: relative;
	z-index: 2;
	margin-top: 6px;
	padding-bottom: 32px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.hyp-podcast-hero__marquee-row {
	position: relative;
	overflow: hidden;
}

.hyp-podcast-hero__marquee-row + .hyp-podcast-hero__marquee-row {
	margin-top: 10px;
}

.hyp-podcast-hero__marquee-track {
	display: flex;
	align-items: stretch;
	gap: 10px;
	width: max-content;
	will-change: transform;
}

.hyp-podcast-hero__marquee-row.is-top .hyp-podcast-hero__marquee-track {
	animation: hypPodcastMarqueeLeft var(--hyp-podcast-marquee-duration, 30s) linear infinite;
}

.hyp-podcast-hero__marquee-row.is-bottom .hyp-podcast-hero__marquee-track {
	animation: hypPodcastMarqueeRight var(--hyp-podcast-marquee-duration, 30s) linear infinite;
	transform: translateX(calc(-50% - 5px));
}

.hyp-podcast-hero__marquee:hover .hyp-podcast-hero__marquee-track {
	animation-play-state: paused;
}

.hyp-podcast-hero__marquee-track img {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: clamp(170px, 16vw, 230px);
	max-width: none;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,0.08);
	background: #0a0a0a;
}

.hyp-podcast-hero__marquee-row.is-bottom .hyp-podcast-hero__marquee-track img {
	filter: brightness(0.95);
}

.hyp-podcast-hero__marquee-fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.05) 100%);
	pointer-events: none;
}

@keyframes hypPodcastMarqueeLeft {
	from { transform: translateX(0); }
	to { transform: translateX(calc(-50% - 5px)); }
}

@keyframes hypPodcastMarqueeRight {
	from { transform: translateX(calc(-50% - 5px)); }
	to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
	.hyp-podcast-hero__marquee-track {
		animation-play-state: paused !important;
	}
}

@media (max-width: 900px) {
    .hyp-podcast-hero {
		padding-top: 110px;
	}

	.hyp-podcast-hero__content {
		margin-bottom: 36px;
	}

    .hyp-podcast-hero__content,
    .hyp-podcast-hero__description,
    .hyp-podcast-hero__links {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

	.hyp-podcast-hero__description p {
		font-size: var(--section-desc-size);
	}

	.hyp-podcast-hero__marquee-track img {
		width: auto;
		height: clamp(150px, 24vw, 200px);
	}
}

@media (max-width: 640px) {
	.hyp-podcast-hero__links {
		width: 100%;
		flex-wrap: nowrap;
		gap: clamp(6px, 2vw, 10px);
	}

	.hyp-podcast-link {
		flex: 1 1 0;
		min-width: 0;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: clamp(5px, 1.5vw, 8px);
		padding: clamp(9px, 2.8vw, 12px) clamp(7px, 2vw, 12px);
	}

	.hyp-podcast-link__text {
		display: block;
		min-width: 0;
		width: 100%;
		text-align: center;
	}

	.hyp-podcast-link__icon svg {
		width: clamp(14px, 4.2vw, 18px);
		height: clamp(14px, 4.2vw, 18px);
	}

	.hyp-podcast-link__text small {
		font-size: clamp(6px, 1.8vw, 8px);
		letter-spacing: 0.1em;
	}

	.hyp-podcast-link__text strong {
		font-size: clamp(8px, 2.6vw, 12px);
		white-space: normal;
		overflow-wrap: anywhere;
		line-height: 1.15;
	}
}

@media (max-width: 900px) {
    .hyp-hero { padding: 100px 0 56px; }
    .hyp-hero__inner { padding: 0 24px; }
    .hyp-hero__stats { flex-wrap: wrap; gap: 24px; border: none; padding: 0; }
    .hyp-hero__stat { flex: none; min-width: 45%; border-right: none !important; padding-right: 0 !important; margin-right: 0 !important; }
    .hyp-hero__desc { margin-bottom: 36px; }
}

/* ═══════ STANDALONE STATS ROW BLOCK ═══════ */
.hyp-stats-row-wrap { padding: 16px 0; }

/* ═══════ LOGO STRIP / PLATFORMS ═══════ */
.logo-strip { background: transparent; border: none; padding: 8px 0 40px; overflow: hidden; }
.logo-strip-inner { display: flex; align-items: center; gap: 34px; white-space: nowrap; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); padding: 22px 34px; justify-content: center; }
.logo-strip-label { font-size: 9px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--muted); flex-shrink: 0; padding-right: 24px; border-right: 1px solid rgba(255,255,255,0.1); }
.logo-strip-items { display: flex; align-items: center; gap: 40px; flex-shrink: 0; }
.logo-strip-items img { height: 26px; width: auto; filter: brightness(0) invert(0.4); opacity: 0.5; }
.platforms-band { background: var(--charcoal); padding: 0 0 72px; }
.platforms-band .container { text-align: center; }
.platforms-title { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: var(--silver); margin-top: 0; margin-bottom: 36px; }
.platforms-row-viewport { overflow: hidden; width: 100%; }
.platforms-row-track { --platform-gap: clamp(28px, 4vw, 56px); display: flex; align-items: center; gap: var(--platform-gap); width: max-content; animation: platformsMarquee var(--platforms-speed, 22s) linear infinite; }
.platforms-row,
.platforms-row-clone { display: flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; gap: var(--platform-gap); flex: 0 0 auto; }
.platform-logo-frame {
  width: clamp(128px, 12vw, 188px);
  aspect-ratio: 16 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
}
.platform-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(1) brightness(1.35);
  opacity: 0.42;
  transition: opacity 0.25s, filter 0.25s;
}
.platform-logo-frame:hover img {
  filter: grayscale(0) brightness(1);
  opacity: 0.72;
}
@keyframes platformsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .platforms-row-track { animation: none; }
}
@media (max-width: 900px) {
  .platforms-band .container {
    text-align: center !important;
  }
  .platforms-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .platform-logo-frame {
    width: clamp(118px, 34vw, 160px);
  }
}

/* ═══════ VIDEO SECTION ═══════ */
.video-section { background: var(--charcoal); padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.video-layout { display: grid; grid-template-columns: 1.55fr 380px; gap: var(--section-split-gap); align-items: center; position: relative; z-index: 2; }
.video-frame { position: relative; width: 100%; aspect-ratio: 4/3; background: #0a0a0a; border: 1px solid rgba(255,255,255,0.06); border-radius: var(--r-md); overflow: hidden; cursor: pointer; }
.video-frame img, .video-frame iframe { width: 100%; height: 100%; object-fit: cover; opacity: 0.65; border: none; }
.video-frame.is-playing img { display: none; }
.video-frame.is-playing .video-play { display: none; }
.video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); transition: background 0.2s, transform 0.2s; }
.video-frame:hover .video-play { background: var(--gold); color: var(--black); transform: translate(-50%, -50%) scale(1.08); }
.video-sub { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-bottom: 28px; }
.video-points { list-style: none; display: flex; flex-direction: column; gap: 0; margin-bottom: 36px; }
.video-points li { font-size: var(--list-text-size); color: var(--body-text-color); padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; gap: 12px; align-items: flex-start; line-height: var(--list-text-line); }
.video-points li::before { content: '\203A'; color: var(--gold); font-size: 18px; line-height: 1.1; flex-shrink: 0; }
@media (max-width: 900px) { .video-layout { grid-template-columns: 1fr; } }

/* ═══════ KANE QUOTE ═══════ */
.quote-section { background: var(--black); padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.quote-layout { display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: center; position: relative; z-index: 2; }
.quote-mark { font-family: 'Georgia', serif; font-size: 140px; color: var(--gold); line-height: 0.5; margin-bottom: 24px; opacity: 0.5; }
.quote-text { font-size: clamp(18px, 2.2vw, 27px); font-style: italic; font-weight: 300; color: var(--white); line-height: 1.65; margin-bottom: 28px; }
.quote-text em { font-style: normal; color: var(--gold); font-weight: 500; }
.quote-attr { display: flex; align-items: baseline; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.quote-attr-name { color: var(--silver); }
.quote-attr-name::before { content: "— "; color: var(--muted); }
.quote-attr-role::before { content: ","; margin-right: 8px; color: var(--muted); }
.quote-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; filter: brightness(0.9) grayscale(0.15); border-radius: var(--r-md); }
.quote-photo-wrap { position: relative; }
.quote-gold-line { position: absolute; left: -32px; top: 12%; bottom: 12%; width: 2px; background: linear-gradient(180deg, transparent, var(--gold), transparent); }
.quote-mark-bg { position: absolute; left: -120px; top: 50%; transform: translateY(-50%); opacity: 0.035; pointer-events: none; }
@media (max-width: 900px) {
  .quote-layout { grid-template-columns: 1fr; gap: 40px; }
  .quote-photo-wrap { display: none; }
  .quote-attr { flex-direction: column; align-items: flex-start; gap: 8px; }
  .quote-attr-name { display: inline-flex; align-items: center; gap: 8px; }
  .quote-attr-role::before { content: none; }
}

/* ═══════ TIMELINE ═══════ */
.timeline-section { background: var(--charcoal); padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.timeline-mark-bg { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); opacity: 0.04; pointer-events: none; }
.timeline-header { margin-bottom: var(--section-header-gap-large); }
.timeline-header p { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); margin-top: 16px; }
.tl-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--section-grid-gap); position: relative; }
.tl-card { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); padding: 32px 24px; position: relative; transition: var(--card-transition); }
.tl-card:hover { transform: translateY(var(--card-hover-y-soft)); border-color: var(--card-hover-border); box-shadow: var(--card-hover-shadow); }
.tl-card.now { border-color: var(--gold); }
.tl-year { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 13px; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 16px; text-transform: uppercase; }
.tl-revenue { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 28px; color: var(--white); line-height: 1; margin-bottom: 4px; text-transform: uppercase; }
.tl-staff { font-size: var(--stat-label-size); font-weight: 500; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.tl-note { font-size: var(--card-desc-size); color: var(--card-desc-color); line-height: var(--card-desc-line); }
.tl-card.now .tl-revenue { color: var(--gold); }
@media (max-width: 900px) {
  .timeline-section { padding: clamp(72px, 10vw, 96px) 0; }
  .timeline-header { margin-bottom: clamp(32px, 6vw, 48px); }
  .timeline-section .tl-track {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: clamp(12px, 3.5vw, 18px);
    width: 100%;
    max-width: 100%;
  }
  .timeline-section .tl-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: clamp(22px, 6vw, 30px) clamp(18px, 5vw, 24px);
  }
}
@media (max-width: 560px) {
  .timeline-section { padding: clamp(56px, 9vw, 72px) 0; }
  .timeline-section .container { padding-left: 5%; padding-right: 5%; }
  .timeline-header p { font-size: var(--section-desc-size); line-height: var(--section-desc-line); }
  .tl-card { border-radius: 18px; }
  .tl-year { margin-bottom: 14px; }
  .tl-staff { margin-bottom: 14px; }
}

/* ═══════ COMMUNITY ═══════ */
.community-section { background: var(--black); padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.community-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0px, transparent 3px, rgba(255,255,255,0.004) 3px, rgba(255,255,255,0.004) 4px); }
.community-mark-bg { position: absolute; right: -60px; top: 50%; transform: translateY(-50%); opacity: 0.04; pointer-events: none; }
.community-inner { --community-description-width: 70%; max-width: 800px; position: relative; z-index: 2; }
.community-quote { font-size: clamp(19px, 2.4vw, 28px); font-weight: 300; color: var(--white); line-height: 1.72; margin-bottom: 48px; }
.community-quote strong { color: var(--gold); font-weight: 500; }
.community-quote p { margin: 0; }
.community-description { max-width: var(--community-description-width); color: var(--section-desc-color); font-size: var(--section-desc-size); line-height: var(--section-desc-line); }
.community-description p { margin: 0; }
.community-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); margin-top: var(--section-header-gap-large); position: relative; z-index: 2; }
.community-card { --card-hover-y: -4px; padding: 36px 32px; position: relative; }
.community-card-icon { color: var(--gold); margin-bottom: 20px; }
.community-card-icon img { display: block; width: 26px; height: 26px; object-fit: contain; }
.community-card-title { font-family: var(--card-title-font); font-size: var(--card-title-size); text-transform: uppercase; letter-spacing: var(--card-title-letter-spacing); color: var(--white); margin-bottom: 12px; line-height: var(--card-title-line); }
.community-card-text { font-size: var(--card-desc-size); color: var(--card-desc-color); line-height: var(--card-desc-line); }
@media (max-width: 900px) { .community-inner { --community-description-width: 100%; } .community-cards { grid-template-columns: 1fr; } }

/* ═══════ HOW WE HELP ═══════ */
.help-section { background: #0A0A0A; padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.help-header { text-align: center; max-width: none; margin: 0 auto 64px; }
.help-header .label { margin-left: auto; margin-right: auto; }
.help-header p { max-width: var(--section-desc-max-width); margin-left: auto; margin-right: auto; font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-top: 16px; }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--section-grid-gap); }
.help-card { padding: 36px 28px; position: relative; }
.help-num { position: absolute; top: 18px; right: 22px; font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 46px; color: rgba(255,255,255,0.05); line-height: 1; }
.help-ic { width: 52px; height: 52px; border-radius: 14px; background: var(--gold-soft); border: 1px solid rgba(200,162,58,0.22); display: grid; place-items: center; color: var(--gold); margin-bottom: 24px; position: relative; z-index: 1; }
.help-ic svg { width: 25px; height: 25px; display: block; stroke: currentColor; }
.help-title { font-family: var(--card-title-font); font-size: var(--card-title-size); text-transform: uppercase; letter-spacing: var(--card-title-letter-spacing); color: var(--white); margin-bottom: 12px; line-height: var(--card-title-line); }
.help-text { font-size: var(--card-desc-size); color: var(--card-desc-color); line-height: var(--card-desc-line); }
@media (max-width: 900px) { .help-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .help-grid { grid-template-columns: 1fr; } }

/* ═══════ WHO WE ARE ═══════ */
.who-section { background: var(--charcoal); padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.who-section.light { background: var(--cream); color: var(--ink); }
.who-section.light .label { background: var(--ink); color: #E7C976; border-color: var(--ink); }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); }
.who-card { background: var(--card-bg-dark); border: var(--card-border); border-radius: var(--card-radius); padding: 48px 36px; position: relative; overflow: hidden; transition: var(--card-transition); }
.who-card:hover { transform: translateY(var(--card-hover-y-soft)); border-color: var(--card-hover-border); box-shadow: var(--card-hover-shadow); }
.who-section.light .who-card { background: #FBF9F4; border: 1px solid rgba(0,0,0,0.07); }
.who-section.light .who-card:hover { border-color: rgba(200,162,58,0.6); box-shadow: 0 24px 60px -24px rgba(0,0,0,0.18); }
.who-card-icon { color: var(--gold); margin-bottom: 24px; }
.who-card-arrow { position: absolute; right: -20px; bottom: -20px; opacity: 0.04; pointer-events: none; }
.who-section.light .who-card-arrow path { fill: #000 !important; }
.who-title { font-family: var(--card-title-font); font-size: var(--card-title-size); text-transform: uppercase; letter-spacing: var(--card-title-letter-spacing); color: var(--white); margin-bottom: 16px; line-height: var(--card-title-line); }
.who-section.light .who-title { color: var(--ink); }
.who-text { font-size: var(--list-text-size); color: var(--body-text-color); line-height: var(--body-text-line); }
.who-section.light .who-text { color: var(--ink-soft); }
.who-section.light .who-intro { color: var(--ink-soft) !important; }
@media (max-width: 900px) { .who-grid { grid-template-columns: 1fr; } }

/* ═══════ COACHES ═══════ */
.coaches-section { background: #0A0A0A; padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.coaches-layout { display: grid; grid-template-columns: 0.85fr 1fr; gap: var(--section-split-gap); align-items: center; }
.coaches-img-wrap { position: relative; }
.coaches-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: center; border-radius: var(--r-lg); border: 1px solid var(--border); box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8); }
.coaches-badge { position: absolute; left: 24px; bottom: 24px; z-index: 3; background: rgba(18,18,18,0.78); backdrop-filter: blur(16px); border: 1px solid var(--border); border-radius: var(--r-md); padding: 14px 20px; box-shadow: 0 16px 44px rgba(0,0,0,0.55); }
.coaches-badge-num { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 22px; color: var(--gold); line-height: 1; }
.coaches-badge-lbl { font-size: var(--small-label-size); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--body-text-color); margin-top: 2px; }
.coaches-copy h2 { margin-bottom: 22px; }
.coaches-copy p { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-bottom: 20px; max-width: var(--section-desc-max-width); }
.coaches-copy p:last-child { margin-bottom: 0; }
.coaches-copy strong { color: var(--white); font-weight: 500; }
@media (max-width: 900px) { .coaches-layout { grid-template-columns: 1fr; gap: var(--section-stack-gap); } }

/* ═══════ MEMBERSHIP ═══════ */
.mem-section { background: var(--black); padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.mem-mark-bg { position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: 0.03; pointer-events: none; }
.mem-header { text-align: center; margin-bottom: var(--section-header-gap-large); position: relative; z-index: 2; }
.mem-header .label { margin-bottom: 30px; }
.mem-header h2 { margin-bottom: 4px; }
.mem-header p { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); margin: 16px auto 0; }
.mem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); position: relative; z-index: 2; }
.mem-card { background: var(--card-bg-alt); border: var(--card-border); border-radius: var(--card-radius); padding: 48px 36px; display: flex; flex-direction: column; }
.mem-card.featured { background: var(--charcoal2); border: 1px solid var(--gold); box-shadow: 0 24px 70px -24px rgba(200,162,58,0.35); }
.mem-badge { font-size: var(--micro-label-size); font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; min-height: 14px; }
.mem-tier { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 32px; text-transform: uppercase; color: var(--white); margin-bottom: 12px; }
.mem-price { margin-bottom: 24px; min-height: 30px; display: flex; align-items: baseline; gap: 6px; }
.mem-price-num { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 24px; color: var(--white); line-height: 1; }
.mem-price-per { font-size: 12px; color: var(--silver); letter-spacing: 0.04em; }
.mem-price-poa { font-size: 12px; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; }
.mem-card.featured .mem-price-num { color: var(--gold); }
.mem-tag { font-size: var(--card-desc-size); color: var(--card-desc-color); line-height: var(--card-desc-line); margin-bottom: 32px; min-height: 60px; }
.mem-features { list-style: none; display: flex; flex-direction: column; gap: 0; flex: 1; margin-bottom: 40px; }
.mem-features li { font-size: var(--card-desc-size); color: var(--card-desc-color); padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.04); display: flex; gap: 10px; align-items: flex-start; line-height: var(--list-text-line); }
.mem-features li::before { content: '\203A'; color: var(--gold); flex-shrink: 0; }
.mem-cta { font-size: 13px !important; font-weight: 600 !important; letter-spacing: 0.08em; color: var(--silver); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-pill); padding: 15px 0; text-align: center; text-decoration: none; transition: all 0.2s; display: block; }
.mem-cta:hover { border-color: var(--gold); color: var(--gold); }
.mem-cta.solid { background: var(--gold); color: var(--black); border-color: var(--gold); }
.mem-cta.solid:hover { background: var(--white); border-color: var(--white); }
.mem-note { text-align: center; margin-top: 40px; font-size: var(--form-note-size); color: var(--muted); position: relative; z-index: 2; }
@media (max-width: 900px) { .mem-grid { grid-template-columns: 1fr; } }

/* ═══════ VALUE STACK (Foundations page) ═══════ */
.value-wrap { max-width: 720px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px 40px; }
.value-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.value-item { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--white); }
.value-item small { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; font-weight: 400; }
.value-tick { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.value-price { font-size: 14px; color: var(--silver); white-space: nowrap; }
.value-total { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 28px 0 12px; flex-wrap: wrap; }
.value-total-lbl { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 20px; text-transform: uppercase; color: var(--gold); }
.value-total-lbl small { display: block; font-size: 12px; color: var(--muted); font-family: 'Poppins', sans-serif; text-transform: none; margin-top: 4px; }
.value-strike { font-size: 13px; color: var(--muted); text-decoration: line-through; text-align: right; }
.value-now { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 30px; color: var(--white); text-align: right; }
.value-now span { font-size: 13px; color: var(--silver); font-family: 'Poppins', sans-serif; }
.value-note { text-align: center; font-size: 12px; color: var(--muted); margin-top: 32px; }
@media (max-width: 600px) {
  .value-wrap { padding: 16px 20px; }
  .value-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
  }
  .value-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
    text-align: center;
  }
  .value-tick {
    align-self: center;
  }
  .value-item > span:last-child {
    text-align: center;
  }
  .value-item small {
    text-align: center;
  }
  .value-price {
    text-align: center;
  }
  .value-total {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
  }
  .value-total-price, .value-strike, .value-now, .value-total-lbl { text-align: center; }
}

/* ═══════ SPLIT SECTIONS (Accountability / Network — foundations) ═══════ */
.split-section { padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.split-section.charcoal-bg { background: var(--charcoal); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-layout.reverse .split-img { order: 2; }
.split-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-md); border: 1px solid var(--border); filter: brightness(0.84) grayscale(0.25); }
.split-copy p { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-bottom: 20px; }
.split-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--gold); font-size: 13px; font-weight: 600; text-decoration: none; letter-spacing: 0.04em; }
.split-more svg { flex: 0 0 auto; }
.split-more:hover { text-decoration: underline; }
@media (max-width: 900px) { .split-layout, .split-layout.reverse { grid-template-columns: 1fr; } .split-layout.reverse .split-img { order: 0; } }

/* ═══════ PERTH ═══════ */
.perth-section { background: var(--charcoal); padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.perth-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.perth-sub { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-bottom: 32px; }
.perth-list { list-style: none; }
.perth-list li { font-size: var(--list-text-size); color: var(--body-text-color); padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; gap: 14px; align-items: flex-start; line-height: var(--list-text-line); }
.perth-list li::before { content: '\203A'; color: var(--gold); flex-shrink: 0; font-size: 18px; line-height: 1.1; }
.perth-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin-bottom: 2px; filter: brightness(0.85); border-radius: var(--r-md); }
.perth-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.perth-stat { background: var(--card-bg-dark); border: var(--card-border); border-radius: var(--card-radius); padding: 28px 24px; }
.perth-stat-num { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 40px; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.perth-stat-label { font-size: var(--stat-label-size); color: var(--body-text-color); line-height: var(--stat-label-line); }
@media (max-width: 900px) { .perth-layout { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 900px) {
  .perth-section .perth-layout > .reveal:first-child {
    text-align: left !important;
  }
  .perth-section .perth-layout > .reveal:first-child > .label,
  .perth-section .perth-layout > .reveal:first-child > .h2,
  .perth-section .perth-layout > .reveal:first-child > .perth-sub,
  .perth-section .perth-layout > .reveal:first-child > .perth-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }
}

/* ═══════ TEAM / TRADES / PODCAST CARDS ═══════ */
.team-section { background: var(--black); padding: var(--section-padding-y) 0; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--section-grid-gap); margin-top: var(--section-header-gap); }
.team-card { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); display: grid; grid-template-columns: 280px 1fr; overflow: hidden; }
.team-photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; min-height: 360px; }
.team-info { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.team-name { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 22px; text-transform: uppercase; color: var(--white); margin-bottom: 6px; }
.team-role { font-size: var(--stat-label-size); font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.team-bio { font-size: var(--card-desc-size); color: var(--card-desc-color); line-height: var(--card-desc-line); }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr; } .team-card { grid-template-columns: 1fr; } }

.trades-section { background: var(--charcoal); padding: var(--section-padding-y) 0; }
.trades-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); }
.trade-card { background: var(--card-bg-dark); border: var(--card-border); border-radius: var(--card-radius); padding: 28px 32px; text-decoration: none; display: flex; align-items: flex-start; gap: 20px; transition: all 0.2s; }
.trade-card:hover { background: var(--charcoal2); border-color: var(--gold); transform: translateY(var(--card-hover-y-soft)); }
.trade-icon { width: 40px; height: 40px; border: 1px solid rgba(200,162,58,0.3); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.trade-name { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 16px; text-transform: uppercase; color: var(--white); margin-bottom: 3px; }
.trade-sub { font-size: var(--stat-label-size); color: var(--muted); }
.trade-arr { margin-left: auto; align-self: center; color: var(--gold); font-size: 20px; }
.trade-card.cta { border-color: rgba(200,162,58,0.25); }
@media (max-width: 900px) { .trades-grid { grid-template-columns: 1fr; } }

.pod-section { background: var(--black); padding: var(--section-padding-y) 0; }
.pod-header { display: flex; justify-content: space-between; align-items: flex-end; gap: var(--section-inline-gap); margin-bottom: var(--section-header-gap); flex-wrap: wrap; }
.pod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); }
.pod-card { position: relative; background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: var(--card-transition); cursor: pointer; }
.pod-card-detail-link { position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.pod-card-detail-link:focus-visible { outline: 2px solid var(--gold); outline-offset: -3px; }
.pod-platform-links { position: relative; z-index: 3; }
.pod-card:hover { transform: translateY(var(--card-hover-y-soft)); border-color: var(--card-hover-border); box-shadow: var(--card-hover-shadow); }
.pod-thumb-wrap { width: 100%; aspect-ratio: 16/9; overflow: hidden; flex-shrink: 0; }
.pod-thumb { width: 100%; height: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center; display: block; filter: brightness(0.82); }
.pod-thumb-ph { width: 100%; aspect-ratio: 16/9; background: #0d0d0d; display: flex; align-items: center; justify-content: center; color: rgba(200,162,58,0.3); flex-shrink: 0; }
.pod-content { padding: 24px 28px; flex: 1; display: flex; flex-direction: column; }
.pod-ep { font-size: var(--archive-chip-size); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.pod-title { margin-bottom: 8px; }
.pod-desc { font-size: var(--archive-card-desc-size); color: var(--archive-card-desc-color); line-height: var(--archive-card-desc-line); margin-bottom: 16px; flex: 1; }
.pod-listen { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
.pod-listen:hover { gap: 14px; }
.pod-platform-links { display: flex; flex-wrap: nowrap; gap: 9px; align-items: center; margin-top: 12px; }
.pod-platform-links > a { position: relative; z-index: 4; pointer-events: auto; }
.pod-platform-links > a:not(.pod-watch) { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 9px; color: var(--silver); text-decoration: none; transition: color .2s,border-color .2s; flex-shrink: 0; }
.pod-platform-links > a:not(.pod-watch):hover { border-color: currentColor; }
.pod-platform-links .yt:hover { color: #FF3B30; }
.pod-platform-links .sp:hover { color: #1DB954; }
.pod-platform-links .ap:hover { color: #C86FED; }
.pod-watch { flex: 1 1 auto; min-width: 0; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 9px clamp(12px, 3vw, 18px); border-radius: 999px; background: var(--gold); color: var(--black); font-size: clamp(9px, 2.4vw, 10px); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.pod-watch:hover { background: var(--white); }
@media (max-width: 430px) { .pod-platform-links { gap: 8px; } .pod-platform-links > a:not(.pod-watch) { width: 36px; height: 36px; } .pod-watch { min-height: 36px; padding-left: 10px; padding-right: 10px; } }
@media (max-width: 900px) { .pod-grid { grid-template-columns: 1fr; } }

/* ═══════ TOOLS ═══════ */
.tools-section { background: var(--charcoal); padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.tools-header, .faq-header, .tst-header { text-align: center; max-width: none; margin: 0 auto 56px; }
.tools-header .label, .faq-header .label, .tst-header .label { margin-left: auto; margin-right: auto; }
.tools-header p, .faq-header p, .tst-header p { max-width: var(--section-desc-max-width); margin-left: auto; margin-right: auto; font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-top: 16px; }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); }
.tool-card { padding: 34px 30px; display: flex; flex-direction: column; }
.tool-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.tool-ic { width: 54px; height: 54px; border-radius: 14px; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold); margin-bottom: 24px; }
.tool-title { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 19px; text-transform: uppercase; color: var(--white); line-height: 1.1; margin-bottom: 12px; }
.tool-desc { font-size: var(--card-desc-size); color: var(--card-desc-color); line-height: var(--card-desc-line); margin-bottom: 28px; flex: 1; }
.tool-dl { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 13px 22px; text-decoration: none; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.2s; }
.tool-dl:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
@media (max-width: 900px) { .tools-grid { grid-template-columns: 1fr; } }

/* ═══════ TESTIMONIALS ═══════ */
.tst-section { --section-bg-rgb: 10, 10, 10; background: #0A0A0A; padding: var(--section-padding-y) 0; }
.tst-section.hyp-section-bg-black { --section-bg-rgb: 0, 0, 0; }
.tst-section.hyp-section-bg-page { --section-bg-rgb: 10, 10, 10; }
.tst-section.hyp-section-bg-charcoal { --section-bg-rgb: 17, 17, 17; }
.tst-section.hyp-section-bg-charcoal2 { --section-bg-rgb: 26, 26, 26; }
.hyp-trade-breadcrumb { display:flex; align-items:center; gap:8px; padding:28px 0 0; color:var(--muted); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.hyp-trade-breadcrumb a { color:var(--muted); text-decoration:none; transition:color .2s; }
.hyp-trade-breadcrumb a:hover { color:var(--gold); }
.hyp-trade-breadcrumb span:last-child { color:var(--gold); }
.tst-carousel {
  position: relative;
  --tst-edge-fade: 96px;
}
.tst-carousel.has-carousel::before,
.tst-carousel.has-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: var(--tst-edge-fade);
  pointer-events: none;
}
.tst-carousel.has-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(var(--section-bg-rgb), 1) 0%, rgba(var(--section-bg-rgb), 0) 100%);
}
.tst-carousel.has-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(var(--section-bg-rgb), 1) 0%, rgba(var(--section-bg-rgb), 0) 100%);
}
.tst-carousel.has-carousel:has(.tst-grid.is-start)::before,
.tst-carousel.has-carousel:has(.tst-grid.is-end)::after {
  display: none;
}
.tst-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--section-grid-gap); }
.tst-grid.is-carousel {
  --tst-gap: 14px;
  --tst-card-size: calc((100% - (3 * var(--tst-gap))) / 3.2);
  display: flex;
  gap: var(--tst-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tst-grid.is-carousel::-webkit-scrollbar { display: none; }
.tst-grid.is-carousel .tst-card {
  flex: 0 0 var(--tst-card-size);
  scroll-snap-align: start;
}
.tst-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  width: min(120px, 30vw);
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.tst-nav {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity .2s, color .2s, background .2s, border-color .2s, transform .2s;
}
.tst-nav svg { width: 18px; height: 12px; display: block; overflow: visible; }
.tst-nav path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tst-nav--prev {
  transform: scaleX(-1);
}
.tst-nav:hover,
.tst-nav--next:not([disabled]) {
  background: var(--gold);
  color: var(--black);
}
.tst-nav[disabled] { visibility: hidden; opacity: 0; pointer-events: none; }
.mobile-card-controls,
.hyp-carousel-dots { display: none; }
.hyp-carousel-dots {
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 0;
}
.hyp-carousel-dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  padding: 0;
  cursor: pointer;
  transition: background .2s, transform .2s, width .2s;
}
.hyp-carousel-dot.is-active {
  width: 18px;
  border-radius: 999px;
  background: var(--gold);
}
.tst-card { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); padding: 34px 30px; display: flex; flex-direction: column; transition: var(--card-transition); }
.tst-card:hover { transform: translateY(var(--card-hover-y-medium)); border-color: var(--archive-card-hover-border); box-shadow: var(--card-hover-shadow); }
.tst-card.is-active {
  border-color: rgba(200,162,58,0.46);
  box-shadow: inset 0 2px 0 0 var(--gold), 0 18px 44px -30px rgba(200,162,58,0.4);
}
.tst-stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 20px; }
.tst-quote { font-size: var(--body-text-size); color: var(--white); line-height: var(--body-text-line); font-weight: 300; margin-bottom: 28px; flex: 1; }
.tst-who { display: flex; align-items: center; gap: 14px; }
.tst-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 16px; flex-shrink: 0; }
.tst-name { font-size: var(--meta-text-size); font-weight: 600; color: var(--white); }
.tst-role { font-size: var(--stat-label-size); color: var(--muted); letter-spacing: 0.04em; margin-top: 2px; }
@media (max-width: 900px) {
  .tst-grid,
  .tst-grid.is-carousel {
    --tst-inline-pad: 24px;
    --tst-gap: 14px;
    --tst-peek-left: 6%;
    --tst-peek-right: 6%;
    display: flex;
    gap: var(--tst-gap);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--tst-peek-left);
    scroll-padding-right: var(--tst-peek-right);
    padding: 0 var(--tst-peek-right) 6px var(--tst-peek-left);
    margin: 0 calc(-1 * var(--tst-inline-pad));
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tst-grid.is-start {
    --tst-peek-left: var(--tst-inline-pad);
    --tst-peek-right: 0px;
  }
  .tst-grid.is-middle {
    --tst-peek-left: 6%;
    --tst-peek-right: 6%;
  }
  .tst-grid.is-end {
    --tst-peek-left: 0px;
    --tst-peek-right: var(--tst-inline-pad);
  }
  .tst-carousel {
    --tst-edge-fade: 56px;
  }
  .tst-carousel.has-carousel::before,
  .tst-carousel.has-carousel::after {
    display: none;
  }
  .tst-grid::-webkit-scrollbar { display: none; }
  .tst-card,
  .tst-grid.is-carousel .tst-card {
    flex: 0 0 clamp(292px, calc((100% - var(--tst-inline-pad) - var(--tst-gap)) / 1.18), 360px);
    height: clamp(540px, 126vw, 620px);
    scroll-snap-align: center;
  }
  .tst-controls {
    display: none;
  }
  .tst-dots {
    display: flex;
  }
  .tst-card.is-active {
    transform: none;
  }
  .tst-quote {
    overflow: hidden;
    flex: 1 1 auto;
  }
  .tst-card:first-child {
    scroll-snap-align: start;
  }
  .tst-card:last-child {
    scroll-snap-align: end;
  }
}

@media (max-width: 900px) {
  .hyp-mobile-card-carousel.has-mobile-carousel {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .hyp-mobile-card-carousel.has-mobile-carousel::-webkit-scrollbar {
    display: none;
  }
  .hyp-mobile-card-carousel.has-mobile-carousel > :is(.pod-card, .rel-card) {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
  }
  .mobile-card-controls {
    display: flex;
  }
}

/* ═══════ CTA BAND ═══════ */
.cta-section { padding: var(--section-padding-y-compact) 0; position: relative; overflow: hidden; }
.cta-band { background: var(--gold); padding: var(--section-padding-y-compact) 0; position: relative; overflow: hidden; border-radius: var(--r-lg); max-width: 1240px; margin: 0 auto; }
.cta-mark { position: absolute; top: 0; right: 0; bottom: 0; width: 50%; pointer-events: none; z-index: 1; }
.cta-mark svg { width: 100%; height: 100%; display: block; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; position: relative; z-index: 2; flex-wrap: wrap; padding-top: 4px; }
.cta-copy { flex: 1 1 60%; max-width: 660px; text-align: left; }
.cta-headline { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: clamp(28px, 4vw, 52px); text-transform: uppercase; color: var(--black); line-height: 0.92; margin-bottom: 12px; }
.cta-sub { font-size: var(--section-desc-size); color: rgba(0,0,0,0.65); line-height: var(--section-desc-line); }
.cta-section--dark { background: #080808; padding: var(--section-padding-y-compact) 0; }
.cta-band--dark { background: var(--surface); border: 1px solid var(--border); padding: 58px 0; }
.cta-band--dark .cta-mark { display: none; }
.cta-band--dark .cta-headline { color: var(--white); }
.cta-band--dark .cta-headline .gold { color: var(--gold); }
.cta-band--dark .cta-sub { color: var(--silver); line-height: 1.8; }
.cta-band--dark .btn-dark { background: var(--gold); color: var(--black); border-color: var(--gold); }
.cta-band--dark .btn-dark::after { background: var(--black); color: var(--gold); }
.cta-band--dark .cta-inner::after { content: '10 QUESTIONS \00B7  FREE'; display: block; margin-top: 12px; color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; flex-basis: 100%; text-align: right; padding-right: 42px; }

/* ═══════ FAQ ═══════ */
.faq-section { background: #0A0A0A; padding: var(--faq-section-padding-y) 0; position: relative; overflow: hidden; }
.faq-list { max-width: var(--faq-list-width); margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); overflow: hidden; transition: border-color 0.25s; }
.faq-item[open] { border-color: var(--archive-card-hover-border); }
.faq-q { list-style: none; cursor: pointer; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); }
.faq-q::-webkit-details-marker { display: none; }
.faq-q-text { font-family: var(--faq-question-font); font-size: var(--faq-question-size); text-transform: uppercase; letter-spacing: var(--faq-question-letter-spacing); color: var(--white); line-height: var(--faq-question-line); margin: 0; }
.faq-ico { flex-shrink: 0; width: 22px; height: 22px; position: relative; }
.faq-ico::before, .faq-ico::after { content: ''; position: absolute; background: var(--gold); border-radius: 2px; transition: transform 0.25s; }
.faq-ico::before { top: 10px; left: 2px; width: 18px; height: 2px; }
.faq-ico::after { top: 2px; left: 10px; width: 2px; height: 18px; }
.faq-item[open] .faq-ico::after { transform: rotate(90deg); opacity: 0; }
.faq-a { padding: 0 28px 26px; font-size: var(--faq-answer-size); color: var(--silver); line-height: var(--faq-answer-line); max-width: 680px; }

/* ═══════ ARCHIVE LAYOUT (episodes / articles) ═══════ */
.arc-head { padding: 150px 0 56px; }
.arc-head p { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); margin-top: 20px; }
.arc-crumb { font-size: 12px; color: var(--muted); margin-bottom: 20px; }
.arc-crumb a { color: var(--muted); text-decoration: none; }
.arc-crumb a:hover { color: var(--gold); }
.arc-layout { display: grid; grid-template-columns: 1fr var(--archive-layout-sidebar-width); gap: var(--archive-layout-gap); padding-bottom: 112px; align-items: start; }
.arc-layout main[id] { scroll-margin-top: 120px; }
.arc-list { display: flex; flex-direction: column; gap: var(--archive-list-gap); }
.arc-card, .feat-card { display: grid; grid-template-columns: 40% 1fr; background: var(--archive-card-bg); border: 1px solid var(--archive-card-border); border-radius: var(--archive-card-radius); overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; }
.arc-card:hover, .feat-card:hover { transform: translateY(var(--archive-card-hover-y)); border-color: var(--archive-card-hover-border); box-shadow: var(--archive-card-hover-shadow); }
.arc-card { height: 224px; min-height: 224px; }
.feat-card { grid-template-columns: 1fr 1.35fr; align-items: stretch; }
/* Thumbnail: fills the full left 40%, preserves YouTube 16:9 with letterbox top/bottom if needed */
.arc-thumb, .feat-thumb { position: relative; overflow: hidden; background: var(--archive-thumb-bg); aspect-ratio: 16/10; }
.arc-thumb img, .feat-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: var(--archive-thumb-filter); }
.arc-thumb-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; border-radius: 50%; background: rgba(0,0,0,0.55); border: 1px solid var(--gold); color: var(--gold); display: flex; align-items: center; justify-content: center; }
.arc-dur { position: absolute; right: 10px; bottom: 10px; font-size: var(--archive-chip-size); font-weight: 600; letter-spacing: var(--archive-chip-letter-spacing); background: var(--archive-duration-bg); color: var(--white); padding: 4px 8px; border-radius: var(--archive-duration-radius); }
.arc-body, .feat-body { padding: var(--archive-card-body-padding); display: flex; flex-direction: column; justify-content: center; }
.feat-body { padding: var(--archive-featured-body-padding); }
.arc-meta { display: flex; gap: 14px; align-items: center; margin-bottom: 10px; flex-wrap: wrap; }
.arc-ep { font-size: var(--archive-chip-size); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.arc-date, .arc-read { font-size: var(--sidebar-count-size); color: var(--muted); }
.arc-title, .feat-title { font-family: var(--archive-card-title-font); font-size: var(--archive-card-title-size); text-transform: uppercase; color: var(--white); line-height: var(--archive-card-title-line); letter-spacing: var(--archive-card-title-letter-spacing); margin-bottom: 10px; }
.arc-title,
.arc-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.arc-title { -webkit-line-clamp: 2; }
.arc-desc { -webkit-line-clamp: 2; }
.feat-title { font-size: var(--archive-featured-card-title-size); }
.arc-desc, .feat-desc { font-size: var(--archive-card-desc-size); color: var(--archive-card-desc-color); line-height: var(--archive-card-desc-line); margin-bottom: 16px; }
.arc-tags { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.arc-chip { font-size: var(--archive-chip-size); font-weight: 600; letter-spacing: var(--archive-chip-letter-spacing); text-transform: uppercase; color: var(--archive-chip-color); background: var(--archive-chip-bg); border: 1px solid var(--archive-chip-border); border-radius: var(--r-pill); padding: 5px 12px; }
.arc-go { margin-left: auto; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); }
.arc-cat { font-size: var(--archive-badge-size); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.arc-chip.trade { color: var(--gold); border-color: var(--archive-chip-trade-border); background: var(--archive-chip-trade-bg); }
.feat-badge { display: inline-block; font-size: var(--archive-badge-size); font-weight: 700; letter-spacing: var(--archive-badge-letter-spacing); text-transform: uppercase; color: var(--black); background: var(--gold); border-radius: var(--r-pill); padding: 5px 12px; margin-bottom: 14px; width: fit-content; }
.feat-flag { position: absolute; top: 16px; left: 16px; font-size: var(--archive-badge-size); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--black); background: var(--gold); border-radius: var(--r-pill); padding: 7px 14px; z-index: 2; }
.feat-excerpt { font-size: var(--archive-card-desc-size); color: var(--archive-card-desc-color); line-height: var(--archive-card-desc-line); margin-bottom: 18px; }
.feat-thumb { min-height: 260px; aspect-ratio: auto; height: 100%; align-self: stretch; }
.arc-thumb { aspect-ratio: auto; height: 100%; min-height: 0; align-self: stretch; }
.arc-more { text-align: center; padding: 20px 0; }

.arc-side { position: sticky; top: var(--sidebar-sticky-top); display: flex; flex-direction: column; gap: var(--sidebar-gap); }
.side-box { background: var(--sidebar-box-bg); border: 1px solid var(--sidebar-box-border); border-radius: var(--sidebar-box-radius); padding: var(--sidebar-box-padding); }
.side-title { font-family: var(--sidebar-title-font); font-size: var(--sidebar-title-size); text-transform: uppercase; letter-spacing: var(--sidebar-title-letter-spacing); color: var(--white); margin-bottom: 18px; line-height: var(--sidebar-title-line); }
.side-search { display: flex; margin-bottom: 4px; }
.side-search input { flex: 1; background: var(--archive-chip-bg); border: 1px solid var(--sidebar-box-border); border-right: none; border-radius: var(--r-sm) 0 0 var(--r-sm); color: var(--white); font-family: var(--font-body); font-size: var(--sidebar-search-size); padding: 10px 12px; outline: none; }
.side-search button { background: var(--gold); border: none; color: var(--black); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 0 14px; cursor: pointer; }
.side-cats { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.side-cats a { display: flex; justify-content: space-between; font-size: var(--sidebar-link-size); color: var(--sidebar-link-color); text-decoration: none; padding: 9px 10px; border-radius: var(--r-sm); transition: all 0.2s; line-height: var(--sidebar-link-line); }
.side-cats a:hover, .side-cats a.active { background: var(--sidebar-link-active-bg); color: var(--sidebar-link-active-color); }
.side-cats a span { color: var(--muted); font-size: var(--sidebar-count-size); }
.side-cats.side-trades a { justify-content: space-between; gap: 0; padding: 9px 10px; text-align: left; }
.side-cats.side-trades a span { margin-left: auto; }
.side-cats.side-trades a:hover,
.side-cats.side-trades a.active { background: var(--sidebar-link-active-bg); color: var(--sidebar-link-active-color); }
.side-subs { display: flex; flex-direction: column; gap: 10px; }
.side-sub { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--white); font-size: var(--sidebar-sub-size); padding: 8px; border-radius: var(--r-sm); transition: background 0.2s; }
.side-sub:hover { background: rgba(255,255,255,0.04); }
.side-sub small { display: block; color: var(--muted); font-size: var(--sidebar-sub-small-size); font-weight: 400; }
.side-sub b { font-family: var(--font-body); }
.arc-episode-head p { max-width: var(--section-desc-max-width); }
.arc-episode-card { display: flex; gap: 24px; align-items: stretch; }
.arc-episode-card .arc-thumb { flex: 0 0 var(--archive-layout-sidebar-width); width: var(--archive-layout-sidebar-width); height: auto; min-height: 250px; aspect-ratio: auto; }
.arc-episode-card .arc-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.arc-episode-card .arc-body { flex: 1 1 auto; min-width: 0; padding: 28px 30px 28px 0; }
.arc-episode-card .arc-title { font-size: var(--archive-episode-card-title-size); }
.arc-guest-copy { font-size: var(--archive-card-desc-size); color: var(--archive-card-desc-color, var(--silver)); line-height: var(--archive-card-desc-line); margin-bottom: 16px; }
.side-sub-yt svg { color: #ff3b30; }.side-sub-sp svg { color: #1db954; }.side-sub-ap svg { color: #c86fed; }
.side-sub svg { fill: currentColor; flex: 0 0 18px; }
.side-subs { gap: 14px; }
.side-subs .side-sub { gap: 14px; padding: 11px 10px; }
.side-subs .side-sub svg { width: var(--sidebar-sub-icon-size); height: var(--sidebar-sub-icon-size); flex-basis: var(--sidebar-sub-icon-size); }
.side-subs .side-sub small { font-size: var(--sidebar-count-size); line-height: 1.3; margin-bottom: 3px; }
.side-subs .side-sub b { font-size: var(--sidebar-sub-title-size); line-height: 1.25; font-weight: 600; }
@media (max-width: 900px) { .arc-episode-layout { grid-template-columns: 1fr; } .arc-episode-layout .arc-side { position: static; } }
@media (max-width: 700px) { .arc-episode-card { flex-direction: column; gap: 0; } .arc-episode-card .arc-thumb { flex-basis: auto; width: 100%; height: auto; min-height: 0; aspect-ratio: 16/9; } .arc-episode-card .arc-body { padding: 24px; } }

@media (max-width: 980px) { .arc-layout { grid-template-columns: 1fr; } .arc-side { position: static; } .arc-card, .feat-card { grid-template-columns: 1fr; } .arc-card { height: auto; min-height: 0; } .arc-thumb { height: auto; aspect-ratio: 16/10; } }

/* ═══════ SINGLE EPISODE ═══════ */
.ep-narrow { max-width: 820px; }
.ep-head { padding: 130px 0 40px; }
.ep-head .h1 { font-size: clamp(28px, 3.5vw, 48px); line-height: 1.05; }
.ep-crumb { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.ep-crumb a { color: var(--muted); text-decoration: none; }
.ep-crumb a:hover { color: var(--gold); }
.ep-meta-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.ep-num { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 12px; letter-spacing: 0.14em; color: var(--gold); text-transform: uppercase; }
.ep-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--muted); flex-shrink: 0; }
.ep-info { font-size: 12px; color: var(--muted); }
/* Player */
.ep-player { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border); background: #000; box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8); margin-bottom: 36px; cursor: pointer; }
.ep-player img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.66); display: block; }
.ep-player iframe { width: 100%; height: 100%; border: 0; display: block; }
.ep-player--no-video { cursor: default; }
.ep-player-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 90px; height: 90px; border-radius: 50%; background: #FF3B30; display: grid; place-items: center; color: #fff; box-shadow: 0 12px 40px rgba(255,59,48,0.5); transition: transform 0.25s; }
.ep-player:hover .ep-player-play { transform: translate(-50%,-50%) scale(1.07); }
/* Subscribe row */
.ep-subs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }
.ep-sub { display: inline-flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 11px 20px 11px 15px; text-decoration: none; transition: all 0.2s; }
.ep-sub:hover { border-color: rgba(255,255,255,0.25); transform: translateY(-2px); }
.ep-sub b { font-size: 12px; font-weight: 600; color: var(--white); }
.ep-sub--primary { background: var(--gold-soft); border-color: rgba(200,162,58,0.4); }
/* Content blocks */
.ep-block { margin-bottom: 40px; }
.ep-block-title { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 15px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--white); margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.ep-block-title::before { content: ''; width: 22px; height: 2px; background: var(--gold); flex-shrink: 0; }
.ep-prose p { font-size: var(--prose-text-size); color: var(--prose-text-color); line-height: var(--prose-text-line); margin-bottom: 18px; }
.ep-prose p:last-child { margin-bottom: 0; }
.ep-prose strong { color: var(--white); font-weight: 500; }
/* See more */
.ep-desc-clip { position: relative; max-height: 150px; overflow: hidden; transition: max-height 0.4s ease; }
.ep-desc-clip.open { max-height: 1400px; }
.ep-desc-clip:not(.open)::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 70px; background: linear-gradient(180deg, transparent, #0A0A0A); pointer-events: none; }
.see-more { margin-top: 14px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); background: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; padding: 0; font-family: 'Poppins', sans-serif; }
.see-more svg { transition: transform 0.25s; }
.see-more.open svg { transform: rotate(180deg); }
/* Timestamps */
.ep-stamps-wrap { position: relative; }
.ep-stamps { list-style: none; display: flex; flex-direction: column; gap: 2px; max-height: 224px; overflow: hidden; transition: max-height 0.4s ease; }
.ep-stamps.open { max-height: 2000px; }
.ep-stamps-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(180deg, transparent, #0A0A0A); pointer-events: none; transition: opacity 0.3s; }
.ep-stamps.open + .ep-stamps-fade { opacity: 0; }
.ep-stamps li { display: flex; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--border); font-size: var(--list-text-size); color: var(--body-text-color); line-height: var(--list-text-line); }
.ep-stamps li:last-child { border-bottom: none; }
.ep-stamps b { color: var(--gold); font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 13px; letter-spacing: 0.04em; min-width: 52px; flex-shrink: 0; }
.ep-stamp-link { display: flex; gap: 16px; text-decoration: none; color: inherit; width: 100%; transition: color 0.2s; }
.ep-stamp-link:hover b { text-decoration: underline; }
.ep-stamps-toggle { margin-top: 14px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); background: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; padding: 0; font-family: 'Poppins', sans-serif; }
.ep-stamps-toggle svg { transition: transform 0.25s; }
.ep-stamps-toggle.open svg { transform: rotate(180deg); }
/* Transcript */
.ep-transcript { border: 1px solid var(--border); border-radius: var(--r-md); background: var(--surface); overflow: hidden; }
.ep-transcript summary { list-style: none; cursor: pointer; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--white); }
.ep-transcript summary::-webkit-details-marker { display: none; }
.ep-transcript summary small { display: block; font-family: 'Poppins', sans-serif; font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 11px; color: var(--muted); margin-top: 5px; }
.ep-tr-ico { flex-shrink: 0; width: 22px; height: 22px; position: relative; }
.ep-tr-ico::before, .ep-tr-ico::after { content: ''; position: absolute; background: var(--gold); border-radius: 2px; transition: transform 0.25s; }
.ep-tr-ico::before { top: 10px; left: 2px; width: 18px; height: 2px; }
.ep-tr-ico::after { top: 2px; left: 10px; width: 2px; height: 18px; }
.ep-transcript[open] .ep-tr-ico::after { transform: rotate(90deg); opacity: 0; }
.ep-tr-body { padding: 4px 26px 28px; }
.ep-tr-body p { font-size: 13.5px; color: var(--silver); line-height: 1.9; margin-bottom: 15px; }
.ep-tr-body p b { color: var(--gold); font-weight: 600; }
/* Related episodes */
.ep-related { background: var(--charcoal); padding: var(--section-padding-y-compact) 0; margin-top: 60px; }
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); margin-top: 36px; }
.rel-card { background: var(--archive-card-bg); border: 1px solid var(--archive-card-border); border-radius: var(--archive-card-radius); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; }
.rel-card:hover { transform: translateY(var(--related-card-hover-y)); border-color: var(--archive-card-hover-border); box-shadow: var(--archive-card-hover-shadow); }
.rel-thumb { aspect-ratio: 16/9; overflow: hidden; }
.rel-thumb img { width: 100%; height: 100%; object-fit: cover; filter: var(--related-thumb-filter); transition: transform 0.3s; display: block; }
.rel-card:hover .rel-thumb img { transform: scale(1.04); }
.rel-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.rel-ep { font-size: var(--archive-badge-size); font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 9px; }
.rel-date { font-size: var(--archive-badge-size); font-weight: 700; letter-spacing: var(--archive-badge-letter-spacing); text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.pod-title,
.rel-title {
    font-family: var(--archive-card-title-font);
    font-size: var(--archive-card-title-size);
    text-transform: uppercase;
    letter-spacing: var(--archive-card-title-letter-spacing);
    color: var(--white);
    line-height: var(--archive-card-title-line);
}
.rel-desc { font-size: var(--archive-card-desc-size); color: var(--archive-card-desc-color); line-height: var(--archive-card-desc-line); margin: 14px 0 18px; }
.rel-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.rel-tags span { font-size: var(--archive-badge-size); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--archive-chip-color); border: 1px solid var(--archive-chip-border); border-radius: var(--r-pill); padding: 6px 10px; }
.rel-tags span.trade { color: var(--gold); border-color: var(--archive-chip-trade-border); background: var(--archive-chip-trade-bg); }
@media (max-width: 900px) { .rel-grid { grid-template-columns: 1fr; } .ep-subs { flex-direction: column; align-items: flex-start; } }

/* ═══════ SINGLE ARTICLE ═══════ */
.narrow { max-width: var(--prose-content-width); margin-left: auto; margin-right: auto; }
.art-head { padding: 130px 0 36px; }
.art-crumb { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.art-crumb a { color: var(--muted); text-decoration: none; }
.art-crumb a:hover { color: var(--gold); }
.art-meta-row { display: flex; align-items: center; justify-content: flex-start; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; text-align: left; }
.art-cat { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 12px; line-height: 1; letter-spacing: 0.12em; color: var(--gold); text-transform: uppercase; position: relative; top: 2px; }
.art-cat-sep { color: var(--gold); font-size: 12px; line-height: 1; opacity: 0.7; position: relative; top: 2px; }
.art-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--muted); flex-shrink: 0; }
.art-info { font-size: 12px; line-height: 1; }
.art-date-group { display: contents; }
.art-head h1 { margin-bottom: 24px; font-size: clamp(32px, 4.4vw, 56px); }
.art-tags { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 40px 0; padding-top: 28px; border-top: 1px solid var(--border); }
.art-tags .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.art-share { display: flex; align-items: center; justify-content: flex-start; gap: 12px; margin: 44px 0 10px; }
.art-share > span { font-size: 14px; font-weight: 600; color: var(--white); }
.art-share a,
.art-share button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,0.08); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; line-height: 1; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.art-share a:hover,
.art-share button:hover,
.art-share button.is-copied { background: var(--gold); color: var(--black); transform: translateY(-1px); }
.art-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--silver); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 8px 16px; text-decoration: none; transition: all .2s; }
.art-tag:hover { border-color: rgba(255,255,255,0.25); color: var(--white); }
.art-tag.trade { color: var(--black); background: var(--gold); border-color: var(--gold); }
.art-tag.trade:hover { background: var(--white); border-color: var(--white); }
.rel-cat { font-size: var(--archive-badge-size); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 9px; }
.art-byline { display: flex; align-items: center; gap: 14px; margin: 34px 0 30px; }
.art-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--gold-soft); color: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 15px; line-height: 1; flex-shrink: 0; }
.art-avatar span { display: block; line-height: 1; transform: translateY(2px); }
.art-byline b { font-size: 15px; line-height: 1.25; color: var(--white); font-weight: 600; }
.art-byline small { display: block; font-size: 13px; line-height: 1.65; color: var(--muted); margin-top: 5px; max-width: 980px; }
.art-hero-img { width: 100%; aspect-ratio: 16/8; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--border); filter: brightness(0.9); margin-bottom: 44px; }
.art-body { max-width: var(--prose-content-width); margin: 0 auto 56px; font-size: var(--text-prose-size); color: var(--text-prose-color); line-height: var(--text-prose-line); }
.art-body h2, .art-body h3 { font-family: var(--font-heading); text-transform: uppercase; color: var(--white); margin: calc(var(--prose-heading-gap) - 4px) 0 16px; }
.art-body p { margin-bottom: var(--prose-paragraph-gap); }
.art-body blockquote { border-left: var(--prose-quote-border-width) solid var(--gold); padding: var(--prose-quote-padding); margin: var(--prose-quote-margin); font-size: var(--text-prose-quote-size); line-height: var(--text-prose-quote-line); font-style: italic; color: var(--white); font-weight: 300; }
.art-body ul, .art-body ol { margin: 0 0 var(--prose-paragraph-gap) 22px; }
.art-body li { margin-bottom: 10px; }
.art-body .key-takeaways { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); padding: 28px 32px; list-style: none; margin: 0 0 32px; }
.art-body .key-takeaways li { position: relative; padding-left: 26px; }
.art-body .key-takeaways li::before { content: '\2713'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.art-cross { max-width: var(--prose-content-width); margin: 0 auto 40px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.art-cross .arc-chip { text-decoration: none; }
.art-related { background: var(--charcoal); padding: var(--section-padding-y-compact) 0; margin-top: 60px; }
@media (max-width: 900px) { .art-body { max-width: 100%; } }

/* ═══════ ARTICLE PROSE (Gutenberg block-editor content) ═══════ */
.art-prose { max-width: var(--prose-content-width); margin: 0 auto 56px; }
.art-prose > p { font-size: var(--text-prose-size); color: var(--text-prose-color); line-height: var(--text-prose-line); margin-bottom: var(--prose-paragraph-gap); }
.art-prose > h2 { font-family: var(--font-heading); font-size: var(--text-prose-h2-size); text-transform: uppercase; color: var(--white); line-height: var(--text-prose-h2-line); margin: var(--prose-heading-gap) 0 18px; }
.art-prose > h3 { font-family: var(--font-body); font-size: var(--text-prose-h3-size); line-height: var(--text-prose-h3-line); font-weight: 600; color: var(--white); margin: 32px 0 12px; }
.art-prose strong { color: var(--white); font-weight: 600; }
.art-prose > ul { list-style: none; margin: 0 0 var(--prose-paragraph-gap); padding: 0; }
.art-prose > ul > li { font-size: var(--text-prose-list-size); color: var(--silver); line-height: var(--text-prose-list-line); padding: var(--prose-list-item-padding-y) 0 var(--prose-list-item-padding-y) var(--prose-list-indent); position: relative; }
.art-prose > ul > li::before { content: '\203A'; position: absolute; left: 6px; color: var(--gold); font-size: 18px; }
.art-prose a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(200,162,58,0.35); }
.art-prose blockquote { border-left: var(--prose-quote-border-width) solid var(--gold); padding: var(--prose-quote-padding); margin: var(--prose-quote-margin); font-family: var(--font-heading); font-size: var(--text-prose-quote-size); line-height: var(--text-prose-quote-line); text-transform: uppercase; color: var(--white); font-style: normal; }
.art-prose img { max-width: 100%; height: auto; border-radius: var(--r-md); margin: 22px 0; }
@media (max-width: 900px) { .art-prose { max-width: 100%; } }

/* PULL QUOTE BLOCK */
.art-pull { border-left: var(--prose-quote-border-width) solid var(--gold); padding: var(--prose-quote-padding); margin: var(--prose-quote-margin); font-family: var(--font-heading); font-size: var(--text-prose-quote-size); line-height: var(--text-prose-quote-line); text-transform: uppercase; color: var(--white); }

/* ═══════════════════════════════════════════════════════════
   LAYOUT BLOCKS (front end) — hypotential/title-section,
   text-section, card-section, media-content, stats-row,
   latest-episodes. See inc/layout-blocks.php for markup source.
   ═══════════════════════════════════════════════════════════ */

/* Title Section */
.hyp-title-section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 48px 8px;
}
.hyp-title-section .hyp-title-sub { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); margin-top: 16px; }
.hyp-title-section--center { text-align: center; }
.hyp-title-section--center > .label { justify-content: center; margin-left: auto; margin-right: auto; }
.hyp-title-section--center .hyp-title-sub { margin-left: auto; margin-right: auto; }
.hyp-title-section--left { text-align: left; }
.hyp-title-section--left > .label { justify-content: flex-start; margin-left: 0; margin-right: 0; }
.hyp-button-section { position: relative; z-index: 3; margin-top: clamp(-60px, -3.8vw, -44px); padding: 0 0 24px; }
.hyp-button-wrap--center { text-align: center; }
.hyp-button-wrap--left { text-align: left; }
.hyp-button-wrap--right { text-align: right; }

/* Text Section */
.hyp-text-section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 48px;
}
.hyp-text-section .hyp-text-inner { font-size: var(--text-body-size); color: var(--text-body-color); line-height: var(--text-body-line); }
.hyp-text-narrow .hyp-text-inner { max-width: var(--content-block-width); margin: 0 auto; }
.hyp-text-wide .hyp-text-inner { max-width: 100%; }
.hyp-text-align-center { text-align: center; }
.hyp-text-align-left { text-align: left; }
.hyp-text-section .hyp-text-inner strong { color: var(--white); font-weight: 600; }
.hyp-text-section .hyp-text-inner :is(h1, h2, h3, h4, h5, h6, .wp-block-heading) {
  font-family: var(--font-heading);
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.hyp-text-section .hyp-text-inner :is(h1, .wp-block-heading h1) {
  font-size: var(--content-h1-size);
  line-height: 0.9;
}
.hyp-text-section .hyp-text-inner :is(h2, .wp-block-heading h2) {
  font-size: var(--content-h2-size);
  line-height: 0.92;
}
.hyp-text-section .hyp-text-inner :is(h3, .wp-block-heading h3) {
  font-size: var(--content-h3-size);
  line-height: 0.96;
}
.hyp-text-section .hyp-text-inner :is(h4, .wp-block-heading h4) {
  font-size: var(--content-h4-size);
  line-height: 1;
}
.hyp-text-section .hyp-text-inner :is(h5, .wp-block-heading h5) {
  font-size: var(--content-h5-size);
  line-height: 1.08;
}
.hyp-text-section .hyp-text-inner :is(h6, .wp-block-heading h6) {
  font-size: var(--content-h6-size);
  line-height: 1.15;
  letter-spacing: 0.02em;
}
.hyp-text-section .hyp-text-inner p,
.hyp-text-section .hyp-text-inner ul,
.hyp-text-section .hyp-text-inner ol {
  margin-bottom: var(--prose-paragraph-gap);
}

/* Data Table */
.hyp-data-table-block {
  padding-top: 40px;
  padding-bottom: 72px;
}
.hyp-data-table-header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.hyp-data-table-header .label {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.hyp-data-table-header .h2 {
  margin: 24px 0 14px;
}
.hyp-data-table-header p:not(.label) {
  margin: 0 auto;
  max-width: var(--section-desc-max-width);
  color: var(--section-desc-color);
  font-size: var(--section-desc-size);
  line-height: var(--section-desc-line);
}
.hyp-data-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
}
.hyp-data-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
}
.hyp-data-table th,
.hyp-data-table td {
  padding: 24px 28px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hyp-data-table th {
  color: var(--gold);
  font-size: var(--meta-text-size);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}
.hyp-data-table td {
  color: var(--body-text-color);
  font-size: var(--body-text-size);
  line-height: var(--meta-text-line);
}
.hyp-data-table-primary {
  color: var(--white) !important;
  font-weight: 600;
}
.hyp-data-table tbody tr:last-child td {
  border-bottom: 0;
}
.hyp-data-table-notes {
  max-width: 920px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: var(--meta-text-size);
  line-height: var(--meta-text-line);
}
.hyp-data-table-notes p {
  margin: 0 0 8px;
}
.hyp-data-table-notes p:last-child {
  margin-bottom: 0;
}
.hyp-data-table-notes a {
  color: var(--silver);
  text-underline-offset: 0.16em;
}

@media (max-width: 900px) {
  .hyp-data-table-block {
    padding-top: 32px;
    padding-bottom: 56px;
  }
  .hyp-data-table-header {
    margin-bottom: 34px;
    text-align: left;
  }
  .hyp-data-table-header .label {
    justify-content: flex-start;
    margin-left: 0;
  }
  .hyp-data-table-wrap {
    border-radius: 18px;
  }
  .hyp-data-table th,
  .hyp-data-table td {
    padding: 20px 22px;
  }
}
.hyp-text-section .hyp-text-inner p:empty,
.hyp-text-section .hyp-text-inner p:has(> br:only-child) {
  min-height: 1.85em;
}
.hyp-text-section .hyp-text-inner p.is-style-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-soft);
  border: 1px solid rgba(200,162,58,0.28);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.hyp-text-align-left .hyp-text-inner p.is-style-eyebrow {
  justify-content: flex-start;
}
.hyp-text-section .hyp-text-inner p.is-style-article-quote,
.art-prose p.is-style-article-quote {
  margin: 32px 0;
  padding: 8px 0 8px 26px;
  border-left: 2px solid var(--gold);
  color: var(--white);
  font-family: 'EurostileBlack', 'Impact', sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-style: normal;
  line-height: 1.25;
  text-transform: uppercase;
}
.hyp-text-section .hyp-text-inner p.is-style-article-note,
.art-prose p.is-style-article-note {
  margin: 28px 0;
  padding: 18px 22px;
  border: 1px solid rgba(200,162,58,0.24);
  border-left: 3px solid var(--gold);
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.045);
  color: var(--body-text-color);
  font-size: var(--body-text-size);
  line-height: var(--body-text-line);
}
.hyp-text-section .hyp-text-inner ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.hyp-text-section .hyp-text-inner ul.is-style-arrow-list,
.hyp-text-section .hyp-text-inner ol.is-style-arrow-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.hyp-text-section .hyp-text-inner ul li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hyp-text-section .hyp-text-inner ul li::before {
  content: '\203A';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}
.hyp-text-section .hyp-text-inner .is-style-arrow-list li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hyp-text-section .hyp-text-inner .is-style-arrow-list li::before {
  content: '\203A';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}
.hyp-text-section .hyp-text-inner ol.is-style-arrow-list li::marker {
  content: '';
}
.hyp-text-section .hyp-text-inner ol {
  margin-left: 22px;
  padding-left: 0;
}
.hyp-text-section .hyp-text-inner ol li::marker {
  color: var(--gold);
  font-weight: 600;
}
.hyp-text-section .hyp-text-inner li {
  color: var(--silver);
  line-height: 1.7;
  margin-bottom: 10px;
}
.hyp-text-section .hyp-text-inner em {
  display: inline;
  color: inherit;
  font-family: inherit;
  font-style: italic;
  text-transform: none;
}
.hyp-text-section .hyp-text-inner a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(200,162,58,0.35); }

/* Shared title + text pairing: when these two blocks are stacked, treat them as one composed section. */
.hyp-title-section + .hyp-text-section {
  padding-top: 24px;
}

.hyp-title-section--center + .hyp-text-section.hyp-text-narrow .hyp-text-inner {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .hyp-title-section {
    padding: 56px 24px 8px;
  }
  .hyp-text-section {
    padding: 40px 24px;
  }
  .hyp-text-section .hyp-text-inner {
    max-width: 100%;
    font-size: var(--body-text-size);
    line-height: var(--body-text-line);
    overflow-wrap: anywhere;
  }
  .hyp-text-section .hyp-text-inner p,
  .hyp-text-section .hyp-text-inner ul,
  .hyp-text-section .hyp-text-inner ol,
  .hyp-text-section .hyp-text-inner blockquote {
    max-width: 100%;
  }
}

/* Card Section */
.hyp-card-section { padding: var(--section-padding-y-compact) 0; }
.hyp-card-header { text-align: center; margin-bottom: var(--section-header-gap-small); }
.hyp-card-header .label { justify-content: center; margin-bottom: var(--section-heading-gap); }
.hyp-card-header .h2 { margin-top: 0; }
.hyp-card-header-desc { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-top: 16px; max-width: var(--section-desc-max-width); margin-left: auto; margin-right: auto; }
.hyp-card-header-left { text-align: left; }
.hyp-card-header-left .label { justify-content: flex-start; margin-left: 0; margin-right: 0; }
.hyp-card-header-left .hyp-card-header-desc { margin-left: 0; margin-right: 0; }
.hyp-card-grid { display: grid; gap: var(--section-grid-gap); }
.hyp-card-cols-2 { grid-template-columns: repeat(2, 1fr); }
.hyp-card-cols-3 { grid-template-columns: repeat(3, 1fr); }
.hyp-card-cols-4 { grid-template-columns: repeat(4, 1fr); }
.hyp-card-cols-5 { grid-template-columns: repeat(5, 1fr); }
.hyp-card { padding: 36px 28px; position: relative; display: flex; flex-direction: column; }
.hyp-card.is-highlighted { border-color: var(--card-highlight-border); border-top: 2px solid var(--gold); box-shadow: var(--card-highlight-shadow); }
.hyp-card.is-highlighted .hyp-card-title { color: var(--gold); }
.hyp-card-style-standard .hyp-card.is-highlighted .hyp-card-title { color: var(--white); }
.hyp-card-number { position: absolute; top: 18px; right: 22px; z-index: 2; pointer-events: none; font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 40px; color: rgba(255,255,255,0.08); line-height: 1; }
.hyp-card-no-media.hyp-card-has-number .hyp-card-title { padding-right: 54px; margin-top: 12px; }
.hyp-card-icon-wrap { width: 52px; height: 52px; border-radius: 14px; background: var(--gold-soft); display: grid; place-items: center; margin-bottom: 24px; overflow: hidden; }
.hyp-card-icon-placeholder { width: 30px; height: 30px; background: transparent; margin-bottom: 16px; }
.hyp-card-icon-img { max-width: 28px; max-height: 28px; object-fit: contain; }
.hyp-card-inline-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--gold-soft); display: grid; place-items: center; margin-bottom: 20px; overflow: hidden; }
.hyp-card-inline-icon-img { max-width: 28px; max-height: 28px; object-fit: contain; }
.hyp-card-img-wrap { width: 100%; aspect-ratio: 4/3; border-radius: var(--r-sm); overflow: hidden; margin-bottom: 20px; }
.hyp-card-img { width: 100%; height: 100%; object-fit: cover; }
.hyp-card-pretitle { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.hyp-card-title { font-family: var(--card-title-font); font-size: var(--card-title-size); text-transform: uppercase; letter-spacing: var(--card-title-letter-spacing); color: var(--white); margin-bottom: 12px; line-height: var(--card-title-line); }
.hyp-card-desc { font-size: var(--card-desc-size); color: var(--card-desc-color); line-height: var(--card-desc-line); flex: 1; }
.hyp-card-btn { margin-top: 20px; align-self: flex-start; }
@media (max-width: 1024px) { .hyp-card-cols-5 { grid-template-columns: repeat(3, 1fr); } .hyp-card-cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .hyp-card-cols-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
  .hyp-card-grid { grid-template-columns: 1fr !important; }
  .hyp-card-no-media.hyp-card-has-number { min-height: 0; padding-top: 28px; padding-bottom: 24px; }
  .hyp-card-no-media.hyp-card-has-number .hyp-card-title { padding-right: 48px; margin-top: 10px; }
  .hyp-card-no-media.hyp-card-has-number .hyp-card-desc { flex: 0 0 auto; margin-bottom: 0; }
}

/* Image + Content Media */
.hyp-media-content { padding: var(--section-padding-y-compact) 0; }
.hyp-media-layout { display: grid; grid-template-columns: 1fr 1fr; gap: var(--section-split-gap); align-items: center; }
.hyp-media-reverse .hyp-media-img-col { order: 2; }
.hyp-media-img-col { display: flex; flex-direction: column; gap: 28px; }
.hyp-media-img-wrap { width: 100%; }
.hyp-media-click-link { display: block; color: inherit; text-decoration: none; }
.hyp-media-click-link .hyp-media-img { display: block; }
.hyp-media-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--border); filter: brightness(0.9); }
.hyp-media-video-frame { position: relative; display: block; width: 100%; padding: 0; border: 0; background: #0a0a0a; border-radius: var(--r-lg); cursor: pointer; overflow: hidden; text-align: inherit; }
.hyp-media-video-frame .hyp-media-img { display: block; filter: brightness(0.72); }
.hyp-media-video-frame:hover .hyp-media-play { background: var(--gold); color: var(--black); transform: translate(-50%, -50%) scale(1.08); }
.hyp-media-video-frame.is-playing { aspect-ratio: 4 / 3; border: 1px solid var(--border); cursor: default; }
.hyp-media-youtube-iframe { display: block; width: 100%; height: 100%; border: 0; }
.hyp-media-video { display: block; background: #0a0a0a; }
.hyp-media-play { position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); transform: translate(-50%, -50%); transition: background .2s, color .2s, transform .2s; }
.hyp-media-play::before { content: ''; position: absolute; left: 29px; top: 22px; width: 0; height: 0; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-left: 18px solid currentColor; }
.hyp-media-aspect-vertical .hyp-media-img { aspect-ratio: 3/4; }
.hyp-media-aspect-vertical .hyp-media-video-frame.is-playing { aspect-ratio: 3 / 4; }
.hyp-media-aspect-vertical.hyp-media-layout,
.hyp-media-aspect-vertical.hyp-media-reverse { grid-template-columns: 0.8fr 1fr; }
.hyp-media-copy .label { margin-bottom: var(--section-heading-gap); }
.hyp-media-copy .hyp-media-body { font-size: var(--body-text-size); color: var(--body-text-color); line-height: var(--body-text-line); }
.hyp-media-copy .hyp-media-body p { margin-bottom: 20px; }
.hyp-media-copy .hyp-media-body strong { color: var(--white); font-weight: 600; }
.hyp-media-copy .hyp-media-body ul {
  list-style: none;
  margin: 0 0 var(--prose-paragraph-gap);
  padding: 0;
}
.hyp-media-copy .hyp-media-body ul li {
  position: relative;
  padding: 8px 0 8px var(--prose-list-indent);
  color: var(--silver);
  line-height: var(--prose-list-line);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hyp-media-copy .hyp-media-body ul li::before {
  content: '\203A';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}
.hyp-media-copy .hyp-media-body ol {
  margin: 0 0 var(--prose-paragraph-gap) 22px;
  padding: 0;
}
.hyp-media-copy .hyp-media-body ol li {
  color: var(--silver);
  line-height: var(--prose-list-line);
  margin-bottom: 10px;
}
.hyp-media-copy .hyp-media-body ol li::marker {
  color: var(--gold);
  font-weight: 600;
}
.hyp-media-content--stacked .container { display: flex; flex-direction: column; align-items: center; }
.hyp-media-stack-copy { width: 100%; max-width: 920px; margin: 0 auto; text-align: center; }
.hyp-media-stack-copy > .label { margin-left: auto; margin-right: auto; justify-content: center; }
.hyp-media-stack-copy .hyp-media-body { max-width: var(--content-block-width); margin: 32px auto 0; font-size: var(--body-text-size); color: var(--body-text-color); line-height: var(--body-text-line); }
.hyp-media-stack-copy .hyp-media-body p { margin-bottom: 0; }
.hyp-media-logo { display: flex; justify-content: center; margin: 34px auto 0; }
.hyp-media-logo img { max-width: min(260px, 48vw); width: 100%; height: auto; display: block; }
.hyp-media-logo-wordmark { display: inline-flex; flex-direction: column; align-items: center; gap: 4px; }
.hyp-media-logo-main { font-family: 'EurostileBlack','Impact',sans-serif; font-size: clamp(36px, 4vw, 64px); line-height: 0.95; text-transform: uppercase; color: #f0a13b; letter-spacing: 0; }
.hyp-media-logo-sub { font-size: 11px; line-height: 1.1; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); }
.hyp-media-stack-image { width: 100%; max-width: 1040px; margin: 40px auto 0; }
.hyp-media-content--stacked .hyp-media-stack-image .hyp-media-img { aspect-ratio: 16 / 9; }
.hyp-media-content--stacked .hyp-media-stack-image .hyp-media-video-frame.is-playing { aspect-ratio: 16 / 9; }
/* Stat cards below image */
.hyp-media-stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: var(--section-grid-gap); }
.hyp-media-stat-card { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); padding: 24px 22px; }
.hyp-media-stat-value { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: clamp(28px, 3.5vw, 42px); text-transform: uppercase; color: var(--gold); line-height: 1; margin-bottom: 10px; }
.hyp-media-stat-label { font-size: var(--meta-text-size); color: var(--body-text-color); line-height: var(--meta-text-line); }
/* Bullet list in copy column */
.hyp-media-list { list-style: none; margin: 36px 0 0; display: flex; flex-direction: column; gap: 12px; }
.hyp-media-list li { font-size: var(--list-text-size); color: var(--body-text-color); line-height: var(--list-text-line); padding-left: 20px; position: relative; }
.hyp-media-list li::before { content: '›'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.hyp-media-list--numbered { list-style: decimal; padding-left: 22px; }
.hyp-media-list--numbered li { padding-left: 0; position: static; }
.hyp-media-list--numbered li::before { content: none; }
.hyp-media-list--numbered li::marker { color: var(--gold); font-weight: 600; }

.hyp-media-content--story + .hyp-stats-row-wrap .hyp-stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  border: 0;
}
.hyp-media-content--story + .hyp-stats-row-wrap .hyp-stat {
  min-width: 0;
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  text-align: center;
}
.hyp-media-content--story + .hyp-stats-row-wrap .hyp-stat:not(:last-child) {
  border-right: 1px solid var(--border);
  padding-right: 24px;
  margin-right: 0;
}
.hyp-media-content--story + .hyp-stats-row-wrap .hyp-stat .stat-num {
  margin-bottom: 18px;
}
.hyp-media-content--story + .hyp-stats-row-wrap .hyp-stat .stat-label {
  white-space: normal;
  line-height: 1.5;
}

@media (max-width: 900px) { .hyp-media-layout, .hyp-media-reverse { grid-template-columns: 1fr; gap: var(--section-mobile-gap); } .hyp-media-reverse .hyp-media-img-col { order: 0; } }
@media (max-width: 900px) {
    .hyp-media-stack-copy {
        text-align: left;
    }
    .hyp-media-stack-copy > .label {
        margin-left: 0;
        margin-right: 0;
        justify-content: flex-start;
    }
    .hyp-media-stack-copy .hyp-media-body {
        max-width: 100%;
        margin: 32px 0 0;
    }
    .hyp-media-logo {
        justify-content: flex-start;
    }
    .hyp-media-content--story + .hyp-stats-row-wrap .hyp-stats-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .hyp-media-content--story + .hyp-stats-row-wrap .hyp-stat {
        padding: 22px 18px;
    }
    .hyp-media-layout.hyp-media-has-stats,
    .hyp-media-reverse.hyp-media-has-stats {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
    .hyp-media-layout.hyp-media-has-stats .hyp-media-copy,
    .hyp-media-reverse.hyp-media-has-stats .hyp-media-copy {
        order: 1;
    }
    .hyp-media-layout.hyp-media-has-stats .hyp-media-img-col,
    .hyp-media-reverse.hyp-media-has-stats .hyp-media-img-col {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .hyp-media-layout.hyp-media-has-stats .hyp-media-img-col > .hyp-media-stat-cards,
    .hyp-media-reverse.hyp-media-has-stats .hyp-media-img-col > .hyp-media-stat-cards {
        order: 1;
    }
    .hyp-media-layout.hyp-media-has-stats .hyp-media-img-col > .hyp-media-img-wrap,
    .hyp-media-reverse.hyp-media-has-stats .hyp-media-img-col > .hyp-media-img-wrap,
    .hyp-media-layout.hyp-media-has-stats .hyp-media-img-col > .hyp-media-person-badge,
    .hyp-media-reverse.hyp-media-has-stats .hyp-media-img-col > .hyp-media-person-badge {
        order: 2;
    }
}

/* ============================================================
   BLOCK VARIANTS — reusable across templates/pages
   ============================================================ */
.hyp-about-page { background: #080808; overflow: hidden; }
@media (min-width: 901px) {
  .hyp-about-page .hyp-hero { min-height: 640px; display: flex; align-items: center; }
}
.hyp-section-charcoal { background: var(--charcoal); }
.hyp-section-dark { background: #080808; }
.hyp-card-style-timeline { padding-top: var(--section-variant-padding-top); }
.hyp-card-style-timeline .hyp-card { padding: 32px 28px; }
.hyp-card-style-timeline .hyp-card.is-highlighted { border-top: 2px solid var(--gold); }
.hyp-card-style-timeline .hyp-card.is-highlighted .hyp-card-title { color: var(--gold); }
.hyp-card-style-timeline .hyp-card-pretitle { font-size: 12px; }
.hyp-card-style-timeline .hyp-card-title { font-size: clamp(20px, 1.8vw, 24px); line-height: 1; margin-bottom: 4px; }
.hyp-card-style-timeline .hyp-card-subtitle { line-height: 1; margin-top: 0; }
.hyp-card-subtitle { margin: -6px 0 20px; color: #888; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.hyp-card-style-timeline .hyp-card-desc { font-size: var(--section-desc-size); line-height: var(--section-desc-line); }
.hyp-card-style-value .hyp-card { min-height: 0; }
.hyp-card-style-trade .hyp-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--section-grid-gap); }
.hyp-card-style-trade .hyp-trade-card { min-height: 98px; padding: 20px 28px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 18px; color: inherit; text-decoration: none; }
.hyp-card-style-trade .hyp-trade-card:hover { transform: translateY(-3px); }
.hyp-trade-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(200,162,58,.55); border-radius: 10px; color: var(--gold); background: rgba(200,162,58,.035); }
.hyp-trade-icon svg { width: 21px; height: 21px; display: block; }
.hyp-trade-icon img { width: 22px; height: 22px; object-fit: contain; }
.hyp-trade-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; margin-top: 5px; }
.hyp-card-style-trade .hyp-card-title { display: block; margin: 0; font-size: var(--card-title-size); line-height: var(--card-title-line); letter-spacing: var(--card-title-letter-spacing); }
.hyp-card-style-trade .hyp-card-desc { display: block; flex: none; font-size: var(--card-desc-size); line-height: var(--meta-text-line); }
.hyp-trade-arrow { align-self: center; padding-left: 6px; color: var(--gold); font-size: 22px; line-height: 1; transition: transform .2s ease; }
.hyp-trade-card:hover .hyp-trade-arrow { transform: translateX(3px); }
.hyp-card-style-trade .hyp-trade-card.is-highlighted { border: 1px solid rgba(200,162,58,.72); box-shadow: none; }
@media (max-width: 900px) { .hyp-card-style-trade .hyp-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 560px) {
    .hyp-card-style-trade .hyp-card-grid { grid-template-columns: 1fr !important; }
    .hyp-card-style-trade .hyp-trade-card { min-height: 88px; padding: 17px 18px; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 14px; }
}
.hyp-card-style-partner .hyp-card { padding: 0 28px 30px; overflow: hidden; }
.hyp-card-style-partner .hyp-card-img-wrap { width: calc(100% + 56px); margin: 0 -28px 28px; border-radius: 0; background: #fff; }
.hyp-card-style-partner .hyp-card-has-icon:not(.hyp-card-has-image),
.hyp-card-style-partner .hyp-card-no-media { padding-top: 30px; }
.hyp-card-style-partner .hyp-card-pretitle { width: calc(100% + 56px); min-height: 118px; margin: 0 -28px 28px; display: grid; place-items: center; background: #1d1d1d; border-bottom: 1px solid var(--border); color: #bbb; font-family: 'EurostileBlack','Impact',sans-serif; font-size: 18px; }
.hyp-card-style-partner .hyp-card-title { margin-bottom: 12px; }
.hyp-card-style-partner .hyp-card-title:has(+ .hyp-card-subtitle) { margin-bottom: 0; }
.hyp-card-style-partner .hyp-card-subtitle { color: var(--gold); margin-top: 0; margin-bottom: 18px; }
.hyp-card-style-partner .hyp-card-desc { flex: 0 0 auto; }
.hyp-card-tags { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 8px; margin-top: 24px; }
.hyp-card-tags span { padding: 7px 12px; border: 1px solid var(--border); border-radius: 999px; color: #aaa; font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.hyp-card-list { list-style: none; display: grid; gap: 12px; margin: 24px 0 0; padding: 0; }
.hyp-card-list li { position: relative; padding-left: 20px; color: var(--body-text-color); font-size: var(--card-desc-size); line-height: var(--list-text-line); }
.hyp-card-list li::before { content: '\203A'; position: absolute; left: 0; top: 50%; transform: translateY(-52%); color: var(--gold); font-size: 17px; line-height: 1; }
.hyp-card:has(.hyp-card-list) .hyp-card-desc { flex: 0 0 auto; }
.hyp-card:has(.hyp-card-list) .hyp-card-list { margin-top: 26px; }
.hyp-card-style-partner .hyp-card-tags { min-height: 0; }
.hyp-card-style-partner .hyp-card-btn { margin-top: auto; padding-top: 24px; }
.hyp-card-style-gallery .hyp-card-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.hyp-card-style-gallery .hyp-card { padding: 0; min-height: 0; overflow: hidden; }
.hyp-card-style-gallery .hyp-card-img-wrap { aspect-ratio: 4/3; margin: 0; border-radius: 0; }
.hyp-card-style-gallery .hyp-card-title,.hyp-card-style-gallery .hyp-card-pretitle,.hyp-card-style-gallery .hyp-card-subtitle,.hyp-card-style-gallery .hyp-card-desc,.hyp-card-style-gallery .hyp-card-btn { display: none; }
.hyp-card-style-gallery .hyp-card-img { filter: brightness(.76) grayscale(.15); transition: transform .3s,filter .3s; }
.hyp-card-style-gallery .hyp-card:hover .hyp-card-img { transform: scale(1.04); filter: brightness(.9) grayscale(0); }
.hyp-gallery-layout-map-tree .hyp-card-grid { grid-template-columns: repeat(6,minmax(0,1fr)); grid-auto-flow: dense; align-items: stretch; }
.hyp-gallery-layout-map-tree .hyp-card:nth-child(6n+1),
.hyp-gallery-layout-map-tree .hyp-card:nth-child(6n+4) { grid-column: span 2; grid-row: span 2; }
.hyp-gallery-layout-map-tree .hyp-card:nth-child(6n+2),
.hyp-gallery-layout-map-tree .hyp-card:nth-child(6n+3),
.hyp-gallery-layout-map-tree .hyp-card:nth-child(6n+5),
.hyp-gallery-layout-map-tree .hyp-card:nth-child(6n+6) { grid-column: span 2; }
.hyp-gallery-layout-map-tree .hyp-card-img-wrap { height: 100%; min-height: 150px; aspect-ratio: auto; }
@media (max-width: 900px) { .hyp-card-style-gallery .hyp-card-grid { grid-template-columns: repeat(2,1fr) !important; } }
@media (max-width: 560px) { .hyp-card-style-gallery .hyp-card-grid { grid-template-columns: 1fr !important; } }
.hyp-media-img-col { position: relative; }
.hyp-media-person-badge { position: absolute; left: 24px; bottom: 24px; padding: 14px 18px; border-radius: 10px; background: rgba(10,10,10,.9); border: 1px solid rgba(200,162,58,.4); backdrop-filter: blur(10px); }
.hyp-media-person-badge strong,.hyp-media-person-badge span { display: block; }
.hyp-media-person-badge strong { color: var(--white); font-size: 13px; }
.hyp-media-person-badge span { color: var(--gold); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-top: 2px; }
.hyp-media-role { color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin: -16px 0 18px; }
.hyp-media-socials { display: flex; gap: 10px; margin-top: 28px; }
.hyp-media-socials a { padding: 9px 14px; border: 1px solid var(--border); border-radius: 999px; color: var(--silver); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.hyp-media-socials a:hover { border-color: var(--gold); color: var(--gold); }

.community-description ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.community-description ul li {
  position: relative;
  padding: 10px 0 10px 28px;
  color: var(--silver);
  line-height: 1.7;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.community-description ul li::before {
  content: '\203A';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}

/* Resource Unlock rich description */
.lock-ic img { display: block; max-width: 24px; max-height: 24px; width: auto; height: auto; object-fit: contain; }
.lock-description { max-width: 280px; margin: 12px auto 0; color: var(--card-desc-color); font-size: var(--card-desc-size); line-height: var(--list-text-line); }
.lock-description strong { color: var(--white); font-weight: 700; }
.lock-description .gold { color: var(--gold); }
.hyp-resource-unlock .unlock-description p { margin: 0 0 18px; }
.hyp-resource-unlock .unlock-description ul { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.hyp-resource-unlock .unlock-description li { position: relative; padding: 0 0 12px 22px; color: var(--silver); line-height: 1.6; border-bottom: 1px solid rgba(255,255,255,0.08); }
.hyp-resource-unlock .unlock-description li::before { content: '\203A'; position: absolute; left: 0; top: 0.05em; color: var(--gold); font-weight: 700; }
.hyp-resource-unlock .unlock-description strong { color: var(--white); font-weight: 700; }
.hyp-resource-unlock .unlock-description .gold { color: var(--gold); }
.hyp-quiz-section,
.hyp-hero + .hyp-quiz-section {
    margin-top: 0;
    padding-top: clamp(28px, 4vw, 56px);
}
/* Coach Bio (dedicated: photo + role line below the name + icon social links) */
.hyp-coach-bio { padding: var(--section-padding-y-compact) 0; }
.hyp-coach-layout { display: grid; grid-template-columns: 4fr 6fr; grid-template-areas: "img copy"; gap: var(--section-split-gap); align-items: center; }
.hyp-coach-reverse { grid-template-columns: 6fr 4fr; grid-template-areas: "copy img"; }
.hyp-coach-img-col { grid-area: img; position: relative; }
.hyp-coach-copy { grid-area: copy; }
.hyp-coach-img-wrap { width: 100%; }
.hyp-coach-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--border); filter: brightness(0.9); }
.hyp-coach-aspect-vertical .hyp-coach-img { aspect-ratio: 3/4; }
.hyp-coach-copy .label { margin-bottom: var(--section-heading-gap, 32px); }
.hyp-coach-role { color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin: 14px 0 0; }
.hyp-coach-copy > .hyp-coach-role + .hyp-coach-body { margin-top: var(--section-heading-gap, 32px); }
.hyp-coach-body { font-size: var(--body-text-size); color: var(--body-text-color); line-height: var(--body-text-line); }
.hyp-coach-body p { margin-bottom: 20px; }
.hyp-coach-body strong { color: var(--white); font-weight: 600; }
.hyp-coach-body ul {
  list-style: none;
  margin: 0 0 var(--prose-paragraph-gap);
  padding: 0;
}
.hyp-coach-body ul li {
  position: relative;
  padding: 8px 0 8px var(--prose-list-indent);
  color: var(--silver);
  line-height: var(--prose-list-line);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hyp-coach-body ul li::before {
  content: '\203A';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}
.hyp-coach-body ol {
  margin: 0 0 var(--prose-paragraph-gap) 22px;
  padding: 0;
}
.hyp-coach-body ol li {
  color: var(--silver);
  line-height: var(--prose-list-line);
  margin-bottom: 10px;
}
.hyp-coach-body ol li::marker {
  color: var(--gold);
  font-weight: 600;
}
.hyp-coach-list { list-style: none; margin: 36px 0 0; display: flex; flex-direction: column; gap: 12px; }
.hyp-coach-list li { font-size: var(--list-text-size); color: var(--body-text-color); line-height: var(--list-text-line); padding-left: 20px; position: relative; }
.hyp-coach-list li::before { content: '›'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.hyp-coach-socials { display: flex; gap: 8px; margin-top: 28px; }
.hyp-coach-socials a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; color: #9a9a9a; text-decoration: none; transition: all 0.2s; }
.hyp-coach-socials a:hover { border-color: var(--gold); color: var(--gold); }

/* Keep inline links visually identical to the surrounding editable content. */
:is(
  .hyp-title-section,
  .hyp-text-section .hyp-text-inner,
  .hyp-card-header,
  .hyp-card-title,
  .hyp-card-desc,
  .hyp-card-list,
  .hyp-media-copy,
  .hyp-media-body,
  .hyp-coach-copy,
  .hyp-coach-body
) a:not(:where(.btn-gold, .btn-ghost, .hyp-card-btn, .hyp-media-socials a, .hyp-coach-socials a)) {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-decoration: none;
  border-bottom: 0;
}

:is(
  .hyp-title-section,
  .hyp-text-section .hyp-text-inner,
  .hyp-card-header,
  .hyp-card-title,
  .hyp-card-desc,
  .hyp-card-list,
  .hyp-media-copy,
  .hyp-media-body,
  .hyp-coach-copy,
  .hyp-coach-body
) a:not(:where(.btn-gold, .btn-ghost, .hyp-card-btn, .hyp-media-socials a, .hyp-coach-socials a)):hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

@media (max-width: 900px) { .hyp-coach-layout, .hyp-coach-reverse { grid-template-columns: 1fr; grid-template-areas: "img" "copy"; gap: var(--section-mobile-gap); } }
@media (max-width: 1024px) { .hyp-card-style-timeline .hyp-card-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 700px) {
    .hyp-about-page .hyp-hero { min-height: 520px; }
    .hyp-card-style-timeline .hyp-card-grid {
        display: flex;
        flex-direction: column;
        overflow-x: visible;
        scroll-snap-type: none;
        gap: clamp(12px, 3.5vw, 18px);
        padding-bottom: 0;
    }
    .hyp-card-style-timeline .hyp-card {
        min-height: auto;
        min-width: 0;
        width: 100%;
        padding: clamp(22px, 6vw, 28px) clamp(18px, 5vw, 24px);
        scroll-snap-align: none;
    }
    .hyp-card-style-timeline .hyp-card-desc { margin-bottom: 0; }
    .hyp-card-style-partner .hyp-card { min-height: 0; padding-left: 22px; padding-right: 22px; padding-bottom: 26px; }
    .hyp-card-style-partner .hyp-card-title,
    .hyp-card-style-partner .hyp-card-subtitle,
    .hyp-card-style-partner .hyp-card-desc,
    .hyp-card-style-partner .hyp-card-tags { min-height: 0; }
    .hyp-card-style-partner .hyp-card-btn { margin-top: 20px; padding-top: 0; }
    .hyp-card-style-partner .hyp-card-pretitle,.hyp-card-style-partner .hyp-card-img-wrap { width: calc(100% + 44px); margin-left: -22px; margin-right: -22px; }
}

/* Stats Row */
.hyp-stats-row { display: flex; gap: 0; flex-wrap: wrap; padding: 32px 0; border-top: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); }
.hyp-stats-row--cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--archive-list-gap); padding: 0; border-top: 0; border-bottom: 0; }
.hyp-stats-row-wrap--cards { padding-top: 0; padding-bottom: 0; }
.hyp-stat { flex: 1; min-width: 120px; }
.hyp-stat:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.07); padding-right: 40px; margin-right: 40px; }
.hyp-stat .stat-num { font-family: 'EurostileBlack', 'Impact', sans-serif; font-weight: 900; font-size: 48px; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.hyp-stat .stat-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.hyp-stats-row--cards .hyp-stat { min-width: 0; border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; background: #151515; padding: 14px; }
.hyp-stats-row--cards .hyp-stat:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.08); padding-right: 24px; margin-right: 0; }
.hyp-stats-row--cards .stat-num { margin-bottom: 10px; }
.hyp-stats-row--cards .stat-label { white-space: normal; }
@media (max-width: 900px) {
  .hyp-stats-row-wrap .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hyp-stats-row {
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow: hidden;
    padding: 26px 0;
  }
  .hyp-stat {
    flex: 1 1 0;
    min-width: 0;
  }
  .hyp-stat:not(:last-child) {
    padding-right: 18px;
    margin-right: 18px;
  }
  .hyp-stat .stat-num {
    font-size: clamp(24px, 7vw, 40px);
    margin-bottom: 8px;
    white-space: nowrap;
  }
  .hyp-stat .stat-label {
    font-size: clamp(7px, 1.95vw, 9px);
    line-height: 1.35;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .hyp-stats-row--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }
  .hyp-stats-row--cards .hyp-stat .stat-label {
    white-space: normal;
  }
}
@media (max-width: 640px) {
  .hyp-stats-row--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* KEY TAKEAWAYS BLOCK */
.art-key { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); padding: 32px 34px; margin: 44px 0; }
.art-key .side-title { font-family: var(--card-title-font); font-size: var(--meta-text-size); text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 18px; line-height: var(--card-title-line); }
.art-key ul { list-style: none; margin: 0; padding: 0; }
.art-key li { font-size: var(--list-text-size); color: var(--body-text-color); line-height: var(--list-text-line); padding: 9px 0 9px 30px; position: relative; }
.art-key li::before { content: '\2713'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* Article FAQ uses the same front-end treatment as Global FAQ. */
.art-prose > .faq-section { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.art-prose > .faq-section .faq-a p:first-child { margin-top: 0; }
.art-prose > .faq-section .faq-a p:last-child { margin-bottom: 0; }

/* ═══════ PODCAST LANDING ═══════ */
/* ═══════ PODCAST HUB PAGE ═══════ */
.p-hero { padding: 140px 0 0; position: relative; overflow: hidden; text-align: center; }
.p-hero::after { content: ''; position: absolute; top: -8%; left: 50%; transform: translateX(-50%); width: 1000px; height: 640px; background: radial-gradient(circle, rgba(200,162,58,0.09) 0%, transparent 62%); pointer-events: none; }
.p-hero-top { width: 100%; max-width: none; margin: 0 auto 48px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.p-hero-top h1 { margin-bottom: 24px; }
.p-hero-sub { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); margin: 0 auto 34px; }
.p-hero-sub strong { color: var(--white); font-weight: 500; }
.p-subs { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.p-sub { display: inline-flex; align-items: center; gap: 11px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 12px 22px 12px 16px; text-decoration: none; transition: all .2s; }
.p-sub:hover { border-color: rgba(255,255,255,0.25); transform: translateY(-2px); }
.p-sub.primary { background: var(--gold-soft); border-color: rgba(200,162,58,0.4); }
.p-sub-ic { display: grid; place-items: center; }
.p-sub-txt { text-align: left; }
.p-sub-txt small { display: block; font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.p-sub-txt b { font-size: 13px; font-weight: 600; color: var(--white); }
/* Marquee — 3 rows */
.p-marquee { --podcast-marquee-speed: 70s; position: relative; z-index: 2; margin-top: 6px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.p-mq-row { display: flex; gap: 16px; width: max-content; margin-bottom: 16px; will-change: transform; }
.p-mq-row:last-of-type { margin-bottom: 0; }
.p-mq-row.left { animation: mqLeft var(--podcast-marquee-speed) linear infinite; }
.p-mq-row.right { animation: mqRight var(--podcast-marquee-speed) linear infinite; }
.p-marquee:hover .p-mq-row { animation-play-state: paused; }
.p-mq-row img { width: clamp(220px, 22vw, 300px); aspect-ratio: 16/10; object-fit: cover; border-radius: 14px; border: 1px solid var(--border); filter: brightness(0.66) grayscale(0.15); flex-shrink: 0; }
.p-marquee-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 140px; background: linear-gradient(180deg, transparent, #0A0A0A 88%); pointer-events: none; z-index: 3; }
@keyframes mqLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes mqRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }
/* Section shells */
.sec { padding: var(--section-padding-y) 0; position: relative; overflow: hidden; }
.sec-dark { background: #0A0A0A; }
.sec-charcoal { background: var(--charcoal); }
.sec-head { max-width: none; margin: 0 auto 56px; text-align: center; }
.sec-head .label { margin-left: auto; margin-right: auto; }
.sec-head p { max-width: var(--section-desc-max-width); margin-left: auto; margin-right: auto; font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-top: 18px; }
.sec-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: var(--section-inline-gap); margin-bottom: calc(var(--section-header-gap) - 16px); }
.sec-head-row .label { margin-bottom: 16px; }
/* About cards */
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); }
.about-card { --card-hover-border: rgba(200,162,58,0.4); --card-hover-y: -5px; padding: 36px 30px; }
.about-ic { width: 50px; height: 50px; border-radius: 13px; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold); margin-bottom: 22px; }
.about-card h3 { color: var(--white); margin-bottom: 12px; font-size: var(--card-title-size); font-family: var(--card-title-font); text-transform: uppercase; line-height: var(--card-title-line); letter-spacing: var(--card-title-letter-spacing); }
.about-card p { font-size: var(--card-desc-size); color: var(--card-desc-color); line-height: var(--card-desc-line); }
/* Episode cards (podcast hub) */
.ep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); }
.arc-filter-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 48px; }
.arc-pill { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 9px 20px; border-radius: var(--r-pill); border: 1px solid var(--border); color: var(--silver); text-decoration: none; transition: all .2s; }
.arc-pill:hover { border-color: var(--gold); color: var(--gold); }
.arc-pill.active { background: var(--gold-soft); border-color: rgba(200,162,58,0.4); color: var(--gold); }
.arc-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 56px; flex-wrap: wrap; }
.arc-pagination .page-numbers { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: var(--silver); text-decoration: none; padding: 10px 16px; border: 1px solid var(--border); border-radius: var(--r-sm); transition: all .2s; }
.arc-pagination .page-numbers.current { background: var(--gold); color: var(--black); border-color: var(--gold); }
.arc-pagination .page-numbers:hover { border-color: var(--gold); color: var(--gold); }
.arc-pagination .page-numbers.dots,
.arc-pagination .page-numbers.dots:hover { border-color: transparent; color: var(--muted); padding-inline: 8px; }
@media (max-width: 900px) { .ep-grid { grid-template-columns: 1fr; } }
.ep-card { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: var(--card-transition); }
.ep-card:hover { transform: translateY(var(--card-hover-y-medium)); border-color: var(--archive-card-hover-border); box-shadow: var(--card-hover-shadow); }
.ep-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--charcoal2); flex-shrink: 0; }
.ep-thumb img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.78); transition: transform .3s; display: block; }
.ep-card:hover .ep-thumb img { transform: scale(1.04); }
.ep-thumb-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; border-radius: 50%; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); border: 2px solid rgba(255,255,255,0.85); display: grid; place-items: center; color: #fff; }
.ep-thumb:not(:has(img)) .ep-thumb-play { display: none; }
.ep-dur { position: absolute; right: 12px; bottom: 12px; font-size: 10px; font-weight: 600; color: #fff; background: rgba(0,0,0,0.7); border-radius: 6px; padding: 4px 8px; }
.ep-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.ep-ep { font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.ep-title { font-family: var(--archive-card-title-font); font-size: var(--archive-card-title-size); text-transform: uppercase; letter-spacing: var(--archive-card-title-letter-spacing); color: var(--white); line-height: var(--archive-card-title-line); margin-bottom: 10px; }
.ep-desc { font-size: var(--archive-card-desc-size); color: var(--silver); line-height: var(--archive-card-desc-line); margin-bottom: 20px; flex: 1; }
.ep-links { display: flex; gap: 9px; align-items: center; }
.ep-links > a:not(.ep-watch) { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 9px; color: var(--silver); transition: all .2s; flex-shrink: 0; text-decoration: none; }
.ep-links > a:not(.ep-watch):hover { border-color: currentColor; }
.ep-links a.yt:hover { color: #FF3B30; }
.ep-links a.sp:hover { color: #1DB954; }
.ep-links a.ap:hover { color: #C86FED; }
.ep-watch { flex: 1; justify-content: center; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--black); background: var(--gold); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: var(--r-pill); transition: background .2s, transform .15s; }
.ep-watch:hover { background: var(--white); transform: translateY(-1px); }
/* News section */
.news-thumb { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); display: block; transition: transform .3s; }
.news-card:hover .news-thumb img { transform: scale(1.04); }
.news-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.news-src { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.news-title { font-size: var(--archive-news-card-title-size); font-weight: 600; color: var(--white); line-height: var(--archive-news-card-title-line); margin-bottom: 14px; flex: 1; }
.news-cta { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--silver); display: inline-flex; align-items: center; gap: 8px; transition: gap .2s, color .2s; }
.news-card:hover .news-cta { color: var(--gold); gap: 12px; }
/* guest form field alias */
.field { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: var(--r-sm); color: var(--white); font-family: 'Poppins', sans-serif; font-size: 13px; padding: 13px 15px; outline: none; margin-bottom: 12px; transition: border-color .2s; }
.field::placeholder { color: var(--muted); }
.field:focus { border-color: rgba(200,162,58,0.5); }
textarea.field { resize: vertical; min-height: 96px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 900px) { .about-grid, .ep-grid, .news-grid { grid-template-columns: 1fr; } .field-row { grid-template-columns: 1fr; } .sec-head-row { flex-direction: column; align-items: flex-start; } }
.guest-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.guest-copy h2 { margin-bottom: 22px; }
.guest-copy p { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-bottom: 22px; max-width: var(--section-desc-max-width); }
.guest-list { list-style: none; }
.guest-list li { font-size: var(--list-text-size); color: var(--body-text-color); padding: 12px 0; border-bottom: 1px solid var(--border); display: flex; gap: 13px; align-items: flex-start; line-height: var(--list-text-line); }
.guest-list li::before { content: '\203A'; color: var(--gold); font-size: 18px; line-height: 1.1; flex-shrink: 0; }
.guest-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 40px; }
.guest-form h3 { color: var(--white); margin-bottom: 24px; }
.guest-field { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: var(--r-sm); color: var(--white); font-family: 'Poppins', sans-serif; font-size: 13px; padding: 13px 16px; outline: none; margin-bottom: 14px; transition: border-color 0.2s; }
.guest-field::placeholder { color: var(--muted); }
.guest-field:focus { border-color: rgba(200,162,58,0.5); }
textarea.guest-field { resize: vertical; min-height: 100px; }
.guest-consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; margin: 6px 0 22px; }
.guest-consent input { margin-top: 3px; accent-color: var(--gold); width: 14px; height: 14px; flex-shrink: 0; }
.guest-consent span { font-size: 11px; color: var(--muted); line-height: 1.6; }
.guest-consent a { color: var(--gold); text-decoration: none; }
.guest-form .btn-gold { width: 100%; justify-content: center; padding-left: 16px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); }
.news-card { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); overflow: hidden; text-decoration: none; color: inherit; display: block; transition: var(--card-transition); }
.news-card:hover { transform: translateY(var(--card-hover-y-soft)); border-color: var(--archive-card-hover-border); box-shadow: var(--card-hover-shadow); }
.news-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; filter: brightness(0.82); }
.news-body { padding: 22px 24px; }
.news-title { font-size: var(--archive-news-card-title-size); font-weight: 600; color: var(--white); line-height: var(--archive-news-card-title-line); margin-bottom: 12px; }
.news-cta { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
@media (max-width: 900px) { .p-hero-layout, .guest-wrap { grid-template-columns: 1fr; gap: 40px; } .news-grid { grid-template-columns: 1fr; } }

/* ═══════ MISC ═══════ */
.section-eyebrow-center { text-align: center; }
::selection { background: var(--gold); color: var(--black); }

/* ═══════════════════════════════════════════════════════════
   MEMBERSHIP PAGES
   ═══════════════════════════════════════════════════════════ */

/* ── Membership Hero ── */
.f-hero { padding: 140px 0 90px; position: relative; overflow: hidden; text-align: center; }
.f-hero::after { content: ''; position: absolute; top: -8%; left: 50%; transform: translateX(-50%); width: 900px; height: 600px; background: radial-gradient(circle, rgba(200,162,58,0.09) 0%, transparent 62%); pointer-events: none; }
.f-hero-top { width: 100%; max-width: none; margin: 0 auto 56px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.f-hero-eyebrow { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.f-hero-price-tag { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 14px; color: var(--gold); letter-spacing: 0.04em; }
.f-hero-price-tag span { display: block; line-height: 1; transform: translateY(1px); }
.f-hero h1 { margin-bottom: 26px; }
.f-hero-sub { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); max-width: var(--section-desc-max-width); margin: 0 auto 36px; }
.f-hero-sub strong { color: var(--white); font-weight: 500; }
.f-hero-ctas { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.f-hero-video-wrap { max-width: 960px; margin: 0 auto; position: relative; z-index: 2; }
.f-hero-video-wrap .f-video { aspect-ratio: 16/9; }

/* Video frame */
.f-video { position: relative; width: 100%; aspect-ratio: 4/3; background: #0a0a0a; border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8); }
.f-video img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.72); }

/* ── HOW IT WORKS — steps ── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--section-grid-gap); }
.step { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); padding: 38px 30px; position: relative; transition: var(--card-transition); }
.step:hover { transform: translateY(var(--card-hover-y-medium)); border-color: var(--archive-card-hover-border); box-shadow: var(--card-hover-shadow); }
.step-num { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 14px; color: var(--gold); letter-spacing: 0.1em; margin-bottom: 20px; }
.step-ic { width: 50px; height: 50px; border-radius: 13px; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold); margin-bottom: 22px; }
.step .hyp-card-title { margin-bottom: 12px; }
.step .hyp-card-desc { flex: none; }

/* ── WHAT'S INCLUDED — icon cards 2-col ── */
.inc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--section-grid-gap); }
.inc-card { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); padding: 34px 32px; display: flex; gap: 22px; transition: var(--card-transition); }
.inc-card:hover { transform: translateY(var(--card-hover-y-soft)); border-color: var(--archive-card-hover-border); box-shadow: var(--card-hover-shadow); }
.inc-ic { width: 52px; height: 52px; border-radius: 14px; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold); flex-shrink: 0; }
.inc-ic img { width: 28px; height: 28px; object-fit: contain; display: block; }
.inc-title { margin-bottom: 12px; }
.inc-text { font-size: inherit; line-height: inherit; }

/* ── SPLIT FEATURE ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.flip .split-media { order: 2; }
.split-media { position: relative; }
.split-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--border); filter: brightness(0.82) grayscale(0.3) saturate(0.85); box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8); }
.split-badge { position: absolute; left: 22px; bottom: 22px; background: rgba(18,18,18,0.78); backdrop-filter: blur(14px); border: 1px solid var(--border); border-radius: var(--r-md); padding: 14px 20px; box-shadow: 0 16px 44px rgba(0,0,0,0.5); z-index: 4; }
.split-media.stacked { padding: 0 46px 46px 0; }
.split-media.stacked .split-img { aspect-ratio: 4/5; }
.split-img-2 { position: absolute; right: 0; bottom: 0; width: 56%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-md); border: 5px solid var(--charcoal); box-shadow: 0 28px 64px -20px rgba(0,0,0,0.85); filter: brightness(0.82) grayscale(0.3) saturate(0.85); z-index: 3; }
.split-media.stacked .split-badge { top: 22px; bottom: auto; }
.split-badge-num { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 22px; color: var(--gold); line-height: 1; }
.split-badge-lbl { font-size: 9px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--silver); margin-top: 2px; }
.split-copy h2 { margin-bottom: 22px; }
.split-copy p,
.split-body p { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin-bottom: 22px; max-width: var(--section-desc-max-width); }
.split-body ul { list-style: none; margin: 0 0 22px; padding: 0; max-width: var(--section-desc-max-width); }
.split-body ul li { font-size: var(--list-text-size); color: var(--body-text-color); padding: 13px 0; border-bottom: 1px solid var(--border); display: flex; gap: 14px; align-items: flex-start; line-height: var(--list-text-line); }
.split-body ul li::before { content: '\203A'; color: var(--gold); font-size: 18px; line-height: 1.1; flex-shrink: 0; }
.split-list { list-style: none; }
.split-list li { font-size: var(--list-text-size); color: var(--body-text-color); padding: 13px 0; border-bottom: 1px solid var(--border); display: flex; gap: 14px; align-items: flex-start; line-height: var(--list-text-line); }
.split-list li::before { content: '\203A'; color: var(--gold); font-size: 18px; line-height: 1.1; flex-shrink: 0; }

/* ── VALUE STACK ── */
.value-wrap { max-width: 760px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.value-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 34px 22px 22px; border-bottom: 1px solid var(--border); }
.value-row:last-of-type { border-bottom: none; }
.value-item { font-size: 18px; color: var(--white); display: flex; align-items: center; gap: 22px; }
.value-item small { display: block; color: var(--muted); font-size: 16px; line-height: 1.7; margin-top: 4px; }
.value-tick { width: 22px; height: 22px; border-radius: 50%; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.value-price { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 16px; color: var(--silver); white-space: nowrap; }
.value-total { background: transparent; padding: 26px 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.value-total-lbl { font-family: 'EurostileBlack', 'Impact', sans-serif; text-transform: uppercase; font-size: 18px; color: var(--white); }
.value-total-lbl small { display: block; font-family: 'Poppins', sans-serif; font-weight: 400; text-transform: none; font-size: 16px; line-height: 1.7; color: var(--muted); letter-spacing: 0; margin-top: 4px; }
.value-total-price { text-align: right; }
.value-strike { font-size: 13px; color: var(--muted); text-decoration: line-through; }
.value-stack-body p { font-size: var(--section-desc-size); color: var(--section-desc-color); line-height: var(--section-desc-line); margin: 0 auto 22px; max-width: var(--content-block-width); }
.value-stack-body ul { list-style: none; margin: 0 auto 22px; padding: 0; max-width: var(--content-block-width); }
.value-stack-body ul li { font-size: var(--list-text-size); color: var(--body-text-color); padding: 13px 0; border-bottom: 1px solid var(--border); display: flex; gap: 14px; align-items: flex-start; line-height: var(--list-text-line); }
.value-stack-body ul li::before { content: '\203A'; color: var(--gold); font-size: 18px; line-height: 1.1; flex-shrink: 0; }
.value-now { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 30px; color: var(--gold); line-height: 1; }
.value-now span { font-family: 'Poppins', sans-serif; font-size: 12px; color: var(--silver); font-weight: 400; }
.value-note { text-align: center; font-size: var(--list-text-size); line-height: var(--card-desc-line); color: var(--muted); margin-top: 28px; }

/* ── WHO IT'S FOR ── */
.who-for { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1120px; margin: 0 auto; }
.who-col { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); padding: 36px 34px; }
.who-col.no { border-color: rgba(255,255,255,0.06); }
.who-col h3 { font-family: 'EurostileBlack', 'Impact', sans-serif; font-size: 18px; text-transform: uppercase; margin-bottom: 22px; display: flex; align-items: center; gap: 10px; }
.who-col.yes h3 { color: var(--gold); }
.who-col.no h3 { color: var(--silver); }
.who-col ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.who-col li { font-size: var(--body-text-size); color: var(--body-text-color); line-height: var(--body-text-line); display: flex; gap: 12px; align-items: flex-start; }
.who-col li::before { content: '✓'; color: var(--gold); flex-shrink: 0; font-weight: 700; }
.who-col.no li::before { content: '✕'; color: var(--muted); }

/* ── MOMENTUM METHOD GRID ── */
.method-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--section-grid-gap); align-items: stretch; }
.method-card { position: relative; overflow: hidden; min-height: 285px; padding: 34px 28px; background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); transition: var(--card-transition); }
.method-card:hover { transform: translateY(var(--card-hover-y-medium)); border-color: var(--archive-card-hover-border); box-shadow: var(--card-hover-shadow); }
.method-num { position: absolute; top: 16px; right: 22px; font-family: 'EurostileBlack','Impact',sans-serif; font-size: 46px; color: rgba(255,255,255,0.05); line-height: 1; }
.method-mon { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; height: 38px; padding: 0 16px; border-radius: 11px; background: var(--gold-soft); color: var(--gold); font-family: 'EurostileBlack','Impact',sans-serif; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 22px; }
.method-mon span { display: block; line-height: 1; transform: translateY(2px); }
.method-title { margin-bottom: 10px; }
.method-text { line-height: 1.7; }

/* ── Ghost button (for membership CTAs) ── */
.btn-ghost { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--silver); text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: color .2s; }
.btn-ghost:hover { color: var(--white); }

/* ── Membership mobile breakpoints ── */
@media (max-width: 900px) {
    .steps, .inc-grid, .who-for, .split { grid-template-columns: 1fr; }
    .method-grid { grid-template-columns: 1fr 1fr; }
    .split.flip .split-media { order: 0; }
    .f-hero { padding: 110px 0 60px; }
    .f-hero-sub { font-size: var(--body-text-size); }
    .value-total { flex-direction: column; align-items: flex-start; gap: 12px; }
    .value-total-price { text-align: left; }
}

/* Mobile first-screen spacing: fixed nav is 74px, so page content begins
   roughly 22px below it instead of inheriting desktop hero offsets. */
@media (max-width: 700px) {
    .arc-head { padding-top: 96px; padding-bottom: 42px; }
    .ep-head { padding-top: 96px; padding-bottom: 34px; }
    .art-head { padding-top: 96px; padding-bottom: 32px; }
    .art-date-group { display: flex; align-items: center; gap: 12px; flex-basis: 100%; }
    .p-hero { padding-top: 96px; }
    .f-hero { padding-top: 96px; }
    .f-hero-eyebrow { flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; }
    .hero-left { padding-top: 25px; padding-right: 22px; padding-bottom: 36px; padding-left: 22px; }
    .hyp-hero { padding-top: 96px; }
    .method-grid { grid-template-columns: 1fr; }
    .method-card { min-height: 0; padding: 30px 24px; }
}

@media (max-width: 700px) {
    .hero-headline { margin-bottom: clamp(24px, 5vw, 30px); }
    .hero-sub {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: clamp(28px, 6vw, 36px);
    }
    .hero-stats {
        padding: clamp(16px, 4vw, 20px) 0;
        margin-bottom: clamp(26px, 5vw, 32px);
    }
    .hero-stat:not(:last-child) {
        padding-right: clamp(14px, 4vw, 18px);
        margin-right: clamp(14px, 4vw, 18px);
    }
    .hero .hero-stats .stat-num {
        font-size: clamp(22px, 7vw, 28px) !important;
        line-height: 0.96;
        margin-bottom: 5px;
    }
    .hero .hero-stats .stat-label,
    .hero .hero-stat .stat-label {
        font-size: clamp(9px, 2.9vw, 11px) !important;
        line-height: 1.35;
        letter-spacing: 0.09em;
    }
}

/* Global yellow CTA band — final mobile override for every template/block. */
@media (max-width: 560px) {
    .cta-section {
        padding: 48px 0;
    }
    .cta-band {
        box-sizing: border-box;
        width: calc(100% - 36px);
        max-width: none;
        margin: 0 18px;
        padding: 44px 0;
        border-radius: 24px;
    }
    .cta-band .container { padding-left: 22px; padding-right: 22px; }
    .cta-band .cta-mark { display: none; }
    .cta-band .cta-inner { flex-direction: column; align-items: center; text-align: center; gap: 24px; padding-top: 0; }
    .cta-band .cta-copy { max-width: none; text-align: center; }
    .cta-band .cta-headline { font-size: 24px; line-height: 1; margin-bottom: 14px; }
    .cta-band .cta-sub { font-size: 14px; line-height: 1.65; }
    .cta-band .btn-dark { padding: 12px 14px 12px 22px; font-size: 10px; }
}

/* Membership Tiers comparison block */
.tier-section { padding: var(--section-padding-y) 0 var(--section-padding-y-compact); background: #080808; position: relative; overflow: hidden; }
.tier-header { max-width: none; margin: 0 auto 68px; text-align: center; }
.tier-header .label { justify-content: center; margin-left: auto; margin-right: auto; }
.tier-header .h2 { margin: 24px 0 16px; }
.tier-header > p:last-child { max-width: var(--section-desc-max-width); margin-left: auto; margin-right: auto; color: var(--section-desc-color); font-size: var(--section-desc-size); line-height: var(--section-desc-line); }
.tier-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--section-grid-gap); align-items: stretch; }
.tier-card { min-height: 680px; height: 100%; align-self: stretch; box-sizing: border-box; display: flex; flex-direction: column; padding: 44px 36px 32px; background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); }
.tier-card.is-recommended { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), 0 16px 40px -24px rgba(200,162,58,.5); }
.tier-pretitle { height: 18px; margin-bottom: 24px; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .2em; line-height: 18px; text-transform: uppercase; }
.tier-pretitle.is-empty { visibility: hidden; }
.tier-card h3 { font-family: 'EurostileBlack','Impact',sans-serif; color: var(--white); font-size: clamp(25px,2.4vw,34px); line-height: 1; text-transform: uppercase; }
.tier-price { min-height: 32px; margin-top: 13px; color: var(--gold); font-family: 'EurostileBlack','Impact',sans-serif; font-size: 26px; line-height: 32px; text-transform: uppercase; }
.tier-price span { margin-left: 4px; color: var(--silver); font-family: 'Poppins',sans-serif; font-size: 12px; font-weight: 400; text-transform: none; }
.tier-price-label { min-height: 32px; margin-top: 13px; color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: .08em; line-height: 32px; text-transform: uppercase; white-space: nowrap; }
.tier-card-top > p { min-height: 116px; margin-top: 32px; color: var(--card-desc-color); font-size: var(--card-desc-size); line-height: var(--card-desc-line); }
.tier-feature-intro { min-height: var(--list-text-line); margin: 10px 0 0; color: var(--gold); font-size: var(--list-text-size); font-weight: 600; line-height: var(--list-text-line); }
.tier-feature-intro.is-empty { visibility: hidden; }
.tier-features { list-style: none; margin: 10px 0 36px; padding: 0; }
.tier-features li { position: relative; padding: 13px 0 13px 18px; border-bottom: 1px solid rgba(255,255,255,.06); color: var(--body-text-color); font-size: var(--list-text-size); line-height: var(--list-text-line); }
.tier-features li::before { content: '›'; position: absolute; left: 0; color: var(--gold); }
.tier-actions { display: flex; flex-direction: column; gap: 16px; margin-top: auto; text-align: center; }
.tier-primary { display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid var(--border); border-radius: 999px; color: var(--silver); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.tier-primary.is-gold { background: var(--gold); border-color: var(--gold); color: var(--black); }
.tier-primary:hover { border-color: var(--gold); color: var(--gold); }.tier-primary.is-gold:hover { background: var(--white); border-color: var(--white); color: var(--black); }
.tier-learn { color: var(--silver); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.tier-learn:hover { color: var(--gold); }
.tier-footer-note { margin-top: 38px; text-align: center; color: var(--muted); font-size: var(--meta-text-size); line-height: var(--card-desc-line); }
@media (max-width: 900px) { .tier-grid { grid-template-columns: 1fr; } .tier-card { min-height: 0; } .tier-card-top > p { min-height: 0; } }
@media (max-width: 560px) { .tier-section { padding: 72px 0 56px; } .tier-header { margin-bottom: 42px; } .tier-card { padding: 32px 24px 26px; } }

/* Live Events */
.live-events-section { padding: var(--section-padding-y) 0; background: #080808; }
.live-events-header { margin-bottom: 52px; }
.live-events-header .h2 { margin-top: 22px; }.live-events-header>p:last-child { color:var(--silver);margin-top:16px; }
.live-events-social-links { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:10px; margin-top:32px; }
.live-events-social-label { flex:0 0 100%; text-align:center; color:var(--muted); font-size:10px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; }
.live-events-social-links a { min-height:40px; display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:0 16px; border:1px solid var(--border); border-radius:999px; color:var(--silver); font-size:10px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; transition:color .2s,border-color .2s,background .2s,transform .2s; }
.live-events-social-links a:hover { color:var(--gold); border-color:rgba(200,162,58,.55); background:rgba(200,162,58,.08); transform:translateY(-2px); }
.live-events-social-links svg { width:15px; height:15px; flex:0 0 15px; }
.live-event-list { display:flex;flex-direction:column;gap:16px; }
.live-event-card { display:grid;grid-template-columns:190px minmax(0,1fr) minmax(180px,max-content);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s; }
.live-event-card:hover { transform:translateY(-3px);border-color:rgba(200,162,58,.4);box-shadow:var(--glow); }
.live-event-date { display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 22px;text-align:center;background:var(--gold-soft);border-right:1px solid var(--border); }
.live-event-date strong { font-family:'EurostileBlack','Impact',sans-serif;font-size:52px;line-height:.9;color:var(--gold); }
.live-event-date span { margin-top:9px;color:var(--silver);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase; }
.live-event-date small { margin-top:3px;color:var(--muted);font-size:11px;letter-spacing:.1em; }
.live-event-body { padding:28px 32px; }
.live-event-access { display:inline-flex;margin-bottom:10px;padding:5px 12px;border:1px solid rgba(200,162,58,.28);border-radius:999px;background:var(--gold-soft);color:var(--gold);font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase; }
.live-event-type { margin-bottom:9px;color:var(--gold);font-size:9px;font-weight:600;letter-spacing:.2em;text-transform:uppercase; }
.live-event-body h3 { margin-bottom:12px;color:var(--white);font-family:'EurostileBlack','Impact',sans-serif;font-size:22px;line-height:1.1;text-transform:uppercase; }
.live-event-body>p { margin-bottom:16px;color:var(--card-desc-color);font-size:var(--card-desc-size);line-height:var(--card-desc-line); }
.live-event-meta { display:flex;flex-wrap:wrap;gap:10px; }
.live-event-meta-item { display:flex;align-items:center;gap:7px;font-size:var(--meta-text-size);font-weight:500;color:var(--white);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:6px 14px; }
.live-event-meta-item svg { color:var(--gold);flex-shrink:0; }
.live-event-tags { display:flex;flex-wrap:wrap;gap:8px;margin-top:14px; }.live-event-tags span{padding:6px 12px;border:1px solid var(--border);border-radius:999px;color:var(--silver);font-size:9px;letter-spacing:.1em;text-transform:uppercase;}
.live-event-action { min-width:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:28px 28px 28px 0; }
.live-event-spots { text-align:right; }.live-event-spots strong,.live-event-spots span{display:block}.live-event-spots strong{font-family:'EurostileBlack','Impact',sans-serif;font-size:26px;color:var(--white);line-height:1}.live-event-spots span{margin-top:4px;color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.live-event-action .btn-gold { font-size:10px;padding:11px 12px 11px 20px;white-space:nowrap; }.live-event-action .btn-gold::after{width:28px;height:28px;}
.live-event-card.is-sold-out { opacity:.58; }.live-event-card.is-sold-out .live-event-date{background:rgba(255,255,255,.03)}.live-event-card.is-sold-out .live-event-date strong{color:var(--muted)}
.live-event-sold { padding:10px 18px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase; }
@media(max-width:900px){.live-event-card{grid-template-columns:130px 1fr}.live-event-action{grid-column:1/-1;flex-direction:row;align-items:center;padding:0 24px 24px}.live-event-spots{text-align:left}}
@media(max-width:600px){.live-events-section{padding:72px 0}.live-events-social-links{margin-top:24px;gap:8px}.live-events-social-links a{flex:1 1 calc(50% - 8px);min-width:140px}.live-event-card{grid-template-columns:1fr}.live-event-date{flex-direction:row;justify-content:flex-start;gap:12px;padding:18px 22px;border-right:0;border-bottom:1px solid var(--border)}.live-event-date strong{font-size:38px}.live-event-date span,.live-event-date small{margin-top:0}.live-event-body{padding:24px}.live-event-action{grid-column:auto;padding:0 24px 24px}}

/* Article detail: fluid editorial canvas. */
.single-article .container.narrow { width: var(--article-width); max-width: none; padding-left: 0; padding-right: 0; }
.single-article .art-prose { width: 100%; max-width: none; }
.single-article .art-prose > .hyp-text-section { max-width: none; padding: 0; margin: 0 0 26px; }
.single-article .art-prose > .hyp-text-section .hyp-text-inner { max-width: none; }
.single-article .art-pull,.single-article .art-prose blockquote { margin: var(--prose-heading-gap) 0; padding: 12px 34px; border-left: 3px solid var(--gold); background: linear-gradient(90deg,rgba(200,162,58,.08),transparent 70%); font-size: var(--text-prose-quote-size); line-height: var(--text-prose-quote-line); letter-spacing: .01em; }
.single-article .art-key { margin: 52px 0; padding: 36px 40px; border-color: rgba(200,162,58,.42); background: #1d1d1d; }
.single-article .art-key .side-title { margin-bottom: 22px; font-size: var(--meta-text-size); letter-spacing: .1em; }
.single-article .art-key ul { display: grid; grid-template-columns: 1fr; }
.single-article .art-key li { padding: 12px 0 12px 30px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: var(--text-prose-list-size); line-height: var(--text-prose-list-line); }
.single-article .art-key li::before { top: 12px; }
@media (max-width: 900px) {
    .single-article .container.narrow { width: auto; max-width: none; margin-left: var(--article-mobile-gutter); margin-right: var(--article-mobile-gutter); }
    .single-article .art-key ul { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .art-byline { align-items: flex-start; flex-direction: column; gap: 12px; }
    .single-article .art-pull,.single-article .art-prose blockquote { padding: 10px 0 10px 22px; font-size: var(--text-prose-quote-size); }
    .single-article .art-key { padding: 28px 24px; }
}

/* ============================================================
   GLOBAL SECTION-HEADER RHYTHM
   Every large section uses the same section-heading token:
   eyebrow -> title -> description. Card-internal labels are excluded.
   Keep this final so legacy page styles cannot reduce the spacing.

   Maintenance note: this is a site-wide contract, not a block-local style.
   Changing it can affect most templates and custom blocks.
   ============================================================ */
@media (min-width: 901px) {
    .pod-header {
        flex-wrap: nowrap;
    }

    .hyp-system-hero__inner,
    .hyp-podcast-hero__content,
    .hyp-hero--centered .hyp-hero__inner {
        width: 100%;
        max-width: none;
    }

    .pod-header > div,
    .sec-head-row > div {
        flex: 0 1 70%;
        max-width: var(--section-title-max-width);
    }

    .pod-header > div > :where(.h1, .h2, h1, h2),
    .sec-head-row > div > :where(.h1, .h2, h1, h2) {
        width: 100%;
        max-width: none;
    }

    :is(
        .hyp-system-hero__inner,
        .hyp-podcast-hero__content,
        .hyp-title-section,
        .hyp-card-header,
        .sec-head,
        .help-header,
        .mem-header,
        .tools-header,
        .faq-header,
        .tst-header,
        .tier-header,
        .live-events-header,
        .arc-head .container,
        .d-hero-inner,
        .f-hero-top,
        .p-hero-top,
        .timeline-header,
        .trades-section .container > div:first-child,
        .who-section .container > div:first-child
    ) > :where(.h1, .h2, h1, h2) {
        width: var(--section-title-max-width);
        max-width: var(--section-title-max-width);
        overflow-wrap: normal;
        word-break: normal;
    }

    .hyp-hero--centered .hyp-hero__heading > :where(.h1, .h2, h1, h2) {
        width: var(--section-title-max-width);
        max-width: var(--section-title-max-width);
        overflow-wrap: normal;
        word-break: normal;
    }

    :is(
        .hyp-system-hero__inner,
        .hyp-podcast-hero__content,
        .hyp-card-header:not(.hyp-card-header-left),
        .hyp-title-section--center,
        .sec-head.center,
        .help-header,
        .mem-header,
        .tools-header,
        .faq-header,
        .tst-header,
        .tier-header,
        .hyp-hero--centered .hyp-hero__heading
    ) > :where(.h1, .h2, h1, h2) {
        margin-left: auto;
        margin-right: auto;
    }
}

:is(
    .hyp-hero__inner,
    .hyp-title-section,
    .hyp-card-header,
    .sec-head,
    .help-header,
    .mem-header,
    .tools-header,
    .faq-header,
    .tst-header,
    .tier-header,
    .live-events-header,
    .arc-head .container,
    .pod-header > div,
    .subscribe-copy,
    .split-copy,
    .hyp-media-copy,
    .d-hero-inner,
    .timeline-header,
    .coaches-copy,
    .perth-layout > div:first-child,
    .sec-head-row > div,
    .hero-left,
    .trades-section .container > div:first-child,
    .who-section .container > div:first-child
) > .label {
    display: flex;
    width: max-content;
    margin-bottom: var(--section-heading-gap);
}

/* Eyebrow alignment always follows its section headline alignment. */
.hyp-card-header:not(.hyp-card-header-left) > .label,
.hyp-title-section--center > .label,
.sec-head.center > .label,
.help-header > .label,
.mem-header > .label,
.tools-header > .label,
.faq-header > .label,
.tst-header > .label,
.tier-header > .label,
.hyp-hero--centered .hyp-hero__pretitle {
    margin-left: auto;
    margin-right: auto;
}

.hyp-card-header-left > .label,
.hyp-title-section--left > .label,
.pod-header > div > .label,
.live-events-header > .label,
.arc-head .container > .label,
.subscribe-copy > .label,
.split-copy > .label,
.hyp-media-copy > .label,
.hyp-hero:not(.hyp-hero--centered) .hyp-hero__pretitle {
    margin-left: 0;
    margin-right: 0;
}

.hyp-hero__pretitle,
.hyp-hero__heading {
    margin-bottom: var(--section-heading-gap);
}

:is(
    .hyp-title-section,
    .hyp-card-header,
    .sec-head,
    .help-header,
    .mem-header,
    .tools-header,
    .faq-header,
    .tst-header,
    .tier-header,
    .live-events-header,
    .arc-head .container,
    .pod-header > div,
    .subscribe-copy,
    .split-copy,
    .d-hero-inner,
    .timeline-header,
    .coaches-copy,
    .perth-layout > div:first-child,
    .sec-head-row > div,
    .hero-left,
    .trades-section .container > div:first-child,
    .who-section .container > div:first-child
) > :where(.h1, .h2, h1, h2) + p {
    margin-top: var(--section-heading-gap);
}

:is(
    .hyp-card-header,
    .sec-head,
    .help-header,
    .mem-header,
    .tools-header,
    .faq-header,
    .tst-header,
    .tier-header,
    .live-events-header,
    .pod-header > div,
    .d-hero-inner,
    .timeline-header,
    .coaches-copy,
    .perth-layout > div:first-child,
    .sec-head-row > div,
    .hero-left,
    .trades-section .container > div:first-child,
    .who-section .container > div:first-child
) > :where(.h1, .h2, h1, h2) {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.hyp-title-section .hyp-title-sub,
.hyp-card-header .hyp-card-header-desc,
.sec-head > p:last-child,
.help-header > p:last-child,
.mem-header > p:last-child,
.tools-header > p:last-child,
.faq-header > p:last-child,
.tst-header > p:last-child,
.tier-header > p:last-child,
.live-events-header > p:last-child,
.arc-head .container > p:last-child {
    margin-top: var(--section-heading-gap);
}

.hyp-media-copy > :where(.h1, .h2) + .hyp-media-body {
    margin-top: var(--section-heading-gap);
}

.split-copy > :where(.h1, .h2, h1, h2) + .split-body {
    margin-top: var(--section-heading-gap);
}

/* Hero variants use wrapper elements around the eyebrow or description. */
.f-hero-eyebrow {
    margin-bottom: var(--section-heading-gap);
}
.f-hero-top > :where(.h1, h1),
.p-hero-top > :where(.h1, h1) {
    margin-bottom: 0 !important;
}
.f-hero-top > .f-hero-sub,
.p-hero-top > .p-hero-sub {
    margin-top: var(--section-heading-gap);
}

/* The community lead acts as this section's large headline. */
.community-inner > .label {
    margin-bottom: var(--section-heading-gap);
}
.community-inner > .community-quote {
    margin-bottom: var(--section-heading-gap);
}

/* Keep the same relationship on small screens while reducing the scale. */
@media (max-width: 900px) {
    :root { --section-heading-gap: clamp(26px, 3.9vw, 31px); }
}

/*
 * Structural fallback for every section, including legacy templates and new
 * blocks that do not use one of the named header classes above. It only
 * targets a direct Eyebrow + H1/H2 sequence, so card-internal typography is
 * intentionally left alone.
 */
:is(section, section :where(div, header)):has(> .label + :is(.h1, .h2, h1, h2)) > .label {
    margin-bottom: var(--section-heading-gap) !important;
}

:is(section, section :where(div, header)):has(> .label + :is(.h1, .h2, h1, h2)) > :is(.h1, .h2, h1, h2) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

:is(section, section :where(div, header)):has(> .label + :is(.h1, .h2, h1, h2)) > :is(.h1, .h2, h1, h2) + :is(
    p,
    .description,
    .hyp-media-body,
    [class*="-desc"],
    [class*="-sub"],
    [class*="description"],
    [class*="intro"]
) {
    margin-top: var(--section-heading-gap) !important;
}

/* Some hero blocks wrap the eyebrow and price in one row. */
:is(section, section :where(div, header)):has(> [class*="eyebrow"] + :is(.h1, .h2, h1, h2)) > [class*="eyebrow"] {
    margin-bottom: var(--section-heading-gap) !important;
}

:is(section, section :where(div, header)):has(> [class*="eyebrow"] + :is(.h1, .h2, h1, h2)) > :is(.h1, .h2, h1, h2) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*
 * Site-wide section-heading contract. Some logical sections use <header>,
 * <main> or block wrappers rather than a literal <section>, so the final
 * contract follows the content sequence itself instead of the outer tag.
 */
.label:has(+ :is(.h1, .h2, h1, h2)),
[class*="eyebrow"]:has(+ :is(.h1, .h2, h1, h2)) {
    margin-bottom: var(--section-heading-gap) !important;
}

.label + :is(.h1, .h2, h1, h2),
[class*="eyebrow"] + :is(.h1, .h2, h1, h2) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.label + :is(.h1, .h2, h1, h2) + :is(
    p,
    .description,
    .hyp-media-body,
    [class*="-desc"],
    [class*="-sub"],
    [class*="description"],
    [class*="intro"]
),
[class*="eyebrow"] + :is(.h1, .h2, h1, h2) + :is(
    p,
    .description,
    .hyp-media-body,
    [class*="-desc"],
    [class*="-sub"],
    [class*="description"],
    [class*="intro"]
) {
    margin-top: var(--section-heading-gap) !important;
}

/*
 * Optical rhythm: margins measure line boxes, while people see glyph edges.
 * Trim the font's built-in leading so the visible text-to-text distance is the
 * same 32px/20px rhythm as the computed layout distance.
 */
@supports (text-box-trim: trim-both) {
    .label + :is(.h1, .h2, h1, h2),
    [class*="eyebrow"] + :is(.h1, .h2, h1, h2),
    .hyp-hero__heading > :is(.h1, .h2, h1, h2),
    .hyp-hero__heading {
        text-box-trim: trim-both;
        text-box-edge: cap alphabetic;
    }

    .label + :is(.h1, .h2, h1, h2) + :is(
        p,
        .description,
        .hyp-media-body,
        [class*="-desc"],
        [class*="-sub"],
        [class*="description"],
        [class*="intro"]
    ),
    [class*="eyebrow"] + :is(.h1, .h2, h1, h2) + :is(
        p,
        .description,
        .hyp-media-body,
        [class*="-desc"],
        [class*="-sub"],
        [class*="description"],
        [class*="intro"]
    ),
    .hyp-hero__desc {
        text-box-trim: trim-both;
        text-box-edge: cap text;
    }
}

/* ============================================================
   GLOBAL CTA TYPOGRAPHY — five variants, no page-level sizing.
   Maintenance note: this intentionally overrides earlier button styles.
   Change only for site-wide CTA system updates.
   ============================================================ */
.btn-gold.btn-gold,
.btn-dark.btn-dark,
.tier-primary.tier-primary,
.pod-watch.pod-watch {
    font-family: 'Poppins', sans-serif;
    font-size: var(--cta-primary-size);
    font-weight: var(--cta-primary-weight);
    letter-spacing: var(--cta-primary-tracking);
    line-height: 1;
    text-transform: uppercase;
}

.btn-gold.btn-gold,
.btn-dark.btn-dark {
    padding: 14px 16px 14px 30px;
    gap: 14px;
}

.pod-header > div,
.sec-head-row > div {
    min-width: 0;
}

.hyp-section-view-all {
    flex: 0 0 auto;
    align-self: flex-end;
    margin-left: auto;
}

.btn-ghost.btn-ghost,
.tier-learn.tier-learn,
.hyp-card-btn.hyp-card-btn,
.split-more.split-more {
    font-family: 'Poppins', sans-serif;
    font-size: var(--cta-ghost-size);
    font-weight: var(--cta-ghost-weight);
    letter-spacing: var(--cta-ghost-tracking);
    line-height: 1.35;
    text-transform: uppercase;
}

.nav-cta.nav-cta {
    font-family: 'Poppins', sans-serif;
    font-size: var(--cta-nav-size);
    font-weight: var(--cta-nav-weight);
    letter-spacing: var(--cta-nav-tracking);
    text-transform: uppercase;
}

.tool-dl.tool-dl,
.load-btn.load-btn {
    font-family: 'Poppins', sans-serif;
    font-size: var(--cta-download-size);
    font-weight: var(--cta-download-weight);
    letter-spacing: var(--cta-download-tracking);
    text-transform: uppercase;
}

/* Mobile: all section eyebrows, titles, and descriptions align left. */
@media (max-width: 900px) {
    .pod-header > div,
    .sec-head-row > div {
        flex-basis: auto;
        max-width: none;
        width: 100%;
    }

    .hyp-section-view-all {
        align-self: flex-start;
        margin-left: 0;
    }

    :is(.h1, .h1-hero, .h2, h1, h2) {
        line-height: 1;
    }

    :is(
        .hyp-title-section,
        .hyp-card-header,
        .sec-head,
        .help-header,
        .mem-header,
        .tools-header,
        .faq-header,
        .tst-header,
        .tier-header,
        .live-events-header,
        .arc-head .container,
        .pod-header > div,
        .subscribe-copy,
        .community-inner,
        .split-copy,
        .hyp-media-copy,
        .hyp-coach-copy,
        .d-hero-inner,
        .timeline-header,
        .coaches-copy,
        .perth-layout > div:first-child,
        .sec-head-row > div,
        .platforms-band .container,
        .trades-section .container > div:first-child,
        .who-section .container > div:first-child,
        .f-hero-top
    ) {
        text-align: left !important;
    }

    :is(
        .hyp-title-section,
        .hyp-card-header,
        .sec-head,
        .help-header,
        .mem-header,
        .tools-header,
        .faq-header,
        .tst-header,
        .tier-header,
        .live-events-header,
        .arc-head .container,
        .pod-header > div,
        .subscribe-copy,
        .community-inner,
        .split-copy,
        .hyp-media-copy,
        .hyp-coach-copy,
        .d-hero-inner,
        .timeline-header,
        .coaches-copy,
        .perth-layout > div:first-child,
        .sec-head-row > div,
        .platforms-band .container,
        .trades-section .container > div:first-child,
        .who-section .container > div:first-child,
        .f-hero-top
    ) > :is(.label, .hyp-hero__pretitle, .f-hero-eyebrow, [class*="eyebrow"]) {
        justify-content: flex-start !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    :is(
        .hyp-title-section,
        .hyp-card-header,
        .sec-head,
        .help-header,
        .mem-header,
        .tools-header,
        .faq-header,
        .tst-header,
        .tier-header,
        .live-events-header,
        .arc-head .container,
        .pod-header > div,
        .subscribe-copy,
        .community-inner,
        .split-copy,
        .hyp-media-copy,
        .hyp-coach-copy,
        .d-hero-inner,
        .timeline-header,
        .coaches-copy,
        .perth-layout > div:first-child,
        .sec-head-row > div,
        .platforms-band .container,
        .trades-section .container > div:first-child,
        .who-section .container > div:first-child,
        .f-hero-top
    ) > :is(.h1, .h2, h1, h2, p, .hyp-title-sub, .hyp-card-header-desc, .hyp-media-body, [class*="-desc"], [class*="-sub"], [class*="description"], [class*="intro"]) {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    :is(section, section :where(div, header, main, article)):not(:where(.hypotential-page-hero, .hypotential-page-hero :where(div, header, main, article), .hypotential-homepage-hero, .hypotential-homepage-hero :where(div, header, main, article), .hyp-podcast-hero, .hyp-podcast-hero :where(div, header, main, article), .p-hero, .p-hero :where(div, header, main, article))):has(> :is(.label, [class*="eyebrow"]) + :is(.h1, .h2, h1, h2)) {
        text-align: left !important;
    }

    :is(section, section :where(div, header, main, article)):not(:where(.hypotential-page-hero, .hypotential-page-hero :where(div, header, main, article), .hypotential-homepage-hero, .hypotential-homepage-hero :where(div, header, main, article), .hyp-podcast-hero, .hyp-podcast-hero :where(div, header, main, article), .p-hero, .p-hero :where(div, header, main, article))):has(> :is(.label, [class*="eyebrow"]) + :is(.h1, .h2, h1, h2)) > :is(.label, [class*="eyebrow"]) {
        justify-content: flex-start !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    :is(section, section :where(div, header, main, article)):not(:where(.hypotential-page-hero, .hypotential-page-hero :where(div, header, main, article), .hypotential-homepage-hero, .hypotential-homepage-hero :where(div, header, main, article), .hyp-podcast-hero, .hyp-podcast-hero :where(div, header, main, article), .p-hero, .p-hero :where(div, header, main, article))):has(> :is(.label, [class*="eyebrow"]) + :is(.h1, .h2, h1, h2)) > :is(.h1, .h2, h1, h2),
    :is(section, section :where(div, header, main, article)):not(:where(.hypotential-page-hero, .hypotential-page-hero :where(div, header, main, article), .hypotential-homepage-hero, .hypotential-homepage-hero :where(div, header, main, article), .hyp-podcast-hero, .hyp-podcast-hero :where(div, header, main, article), .p-hero, .p-hero :where(div, header, main, article))):has(> :is(.label, [class*="eyebrow"]) + :is(.h1, .h2, h1, h2)) > :is(.h1, .h2, h1, h2) + :is(
        p,
        .description,
        .hyp-title-sub,
        .hyp-card-header-desc,
        .hyp-media-body,
        [class*="-desc"],
        [class*="-sub"],
        [class*="description"],
        [class*="intro"]
    ) {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }
}

@media (max-width: 900px) {
    .p-hero-top,
    .p-hero-sub,
    .p-subs {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .p-hero-top,
    .p-subs {
        align-items: center;
        justify-content: center;
    }
}

/* Global section spacing: slightly tighter vertical rhythm across reusable blocks.
   Maintenance note: keep this near the end; it is a final spacing contract. */
:is(
    .hyp-card-section,
    .hyp-media-content,
    .subscribe-section,
    .video-section,
    .quote-section,
    .timeline-section,
    .community-section,
    .help-section,
    .who-section,
    .coaches-section,
    .mem-section,
    .split-section,
    .perth-section,
    .team-section,
    .trades-section,
    .pod-section,
    .tools-section,
    .tst-section,
    .faq-section,
    .tier-section,
    .cta-section,
    .hyp-coach-bio,
    .hyp-contact-section,
    .live-events-section,
    .ep-related,
    .art-related
) {
    padding-top: var(--section-final-padding-top);
}

.cta-band {
    padding-top: var(--section-final-padding-top);
}

.hyp-card-style-timeline {
    padding-top: var(--section-variant-padding-top-compact);
}

@media (max-width: 900px) {
    :is(
        .hyp-card-section,
        .hyp-media-content,
        .subscribe-section,
        .video-section,
        .quote-section,
        .timeline-section,
        .community-section,
        .help-section,
        .who-section,
        .coaches-section,
        .mem-section,
        .split-section,
        .perth-section,
        .team-section,
        .trades-section,
        .pod-section,
        .tools-section,
        .tst-section,
        .faq-section,
        .tier-section,
        .cta-section,
        .hyp-coach-bio,
        .hyp-contact-section,
        .live-events-section,
        .ep-related,
        .art-related
    ) {
        padding-top: var(--section-final-padding-top-tablet);
    }

    .cta-band {
        padding-top: var(--section-final-padding-top-tablet);
    }
}

@media (max-width: 560px) {
    :is(
        .hyp-card-section,
        .hyp-media-content,
        .subscribe-section,
        .video-section,
        .quote-section,
        .timeline-section,
        .community-section,
        .help-section,
        .who-section,
        .coaches-section,
        .mem-section,
        .split-section,
        .perth-section,
        .team-section,
        .trades-section,
        .pod-section,
        .tools-section,
        .tst-section,
        .faq-section,
        .tier-section,
        .cta-section,
        .hyp-coach-bio,
        .hyp-contact-section,
        .live-events-section,
        .ep-related,
        .art-related
    ) {
        padding-top: var(--section-final-padding-top-mobile);
    }

    .cta-band {
        padding-top: var(--section-final-padding-top-mobile);
    }
}

@media (max-width: 900px) {
    .hyp-contact-layout,
    .hyp-contact-form-row {
        grid-template-columns: 1fr;
    }

    .hyp-contact-card {
        padding: 32px 24px;
    }

    .f-hero .f-hero-top {
        align-items: center !important;
        text-align: center !important;
    }

    .f-hero .f-hero-eyebrow {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .f-hero .f-hero-top > :is(.h1, h1, p, .f-hero-sub) {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
}
