@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --bg: #f6f2f5;
    --surface: rgba(255, 255, 255, 0.94);
    --text: #171717;
    --muted: #5d6167;
    --accent: #cf2667;
    --accent-light: #e3548b;
    --accent-dark: #b91f5c;
    --accent-ink: #ffffff;
    --google-star: #f4b400;
    --border: rgba(23, 23, 23, 0.1);
    --accent-border: rgba(207, 38, 103, 0.22);
    --shadow: 0 22px 55px rgba(15, 20, 30, 0.08);
    --heading-font: "Rama Gothic M", "Oswald", "Arial Narrow", sans-serif;
    --body-font: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(207, 38, 103, 0.09), transparent 24%),
        linear-gradient(180deg, #faf8fb 0%, #f4f1f5 100%);
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
}

body.modal-open {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

a { color: inherit; text-decoration: none; }
iframe, video { border: 0; width: 100%; }
mux-player { display: block; width: 100%; height: 100%; }

.page-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 64px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header,
.site-footer,
.hero,
.testimonials-band,
.photo-section,
.panel,
.member-layout {
    animation: rise 420ms ease-out both;
}

.site-header,
.site-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.site-header {
    margin-bottom: 28px;
    padding: 10px 0 4px;
}

.site-footer {
    justify-content: center;
    margin-top: auto;
    padding-top: 28px;
    gap: 6px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.site-footer p,
.footer-line,
.footer-line a {
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-family: var(--body-font);
    font-weight: 600;
    color: var(--muted);
}

.brand {
    font-family: var(--heading-font);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    gap: 18px;
    font-family: var(--body-font);
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero {
    display: grid;
    gap: 40px;
    align-items: stretch;
}

.member-layout,
.photo-section {
    display: grid;
    gap: 40px;
    align-items: start;
}

.hero,
.photo-section,
.member-layout {
    grid-template-columns: 1fr 0.95fr;
}

.panel,
.video-panel,
.member-sidebar > .content-card,
.testimonial-card,
.teaser-card,
.offer-card,
.benefit-panel,
.excerpt-preview {
    background: var(--surface);
    border: 2px solid var(--accent-border);
    border-radius: 26px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
}

.hero-copy {
    padding: 34px 0 20px;
}

.hero-copy-bare {
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.panel,
.offer-card,
.member-sidebar > .content-card,
.excerpt-preview {
    padding: 32px;
}

.excerpt-preview {
    padding: 0;
    display: flex;
    align-self: stretch;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.hero-copy h1,
.video-header h1,
.offer-card h2,
.section-heading h2,
.panel h1 {
    font-family: var(--heading-font);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.12;
}

.hero-copy h1 { font-size: clamp(2.15rem, 4vw, 3.6rem); margin: 12px 0 18px; padding-bottom: 0.18em; overflow: visible; display: block; }
.panel h1 { font-size: clamp(1.7rem, 3vw, 2.35rem); margin: 8px 0 16px; }
.offer-card h2 { font-size: 2.5rem; margin: 8px 0 12px; }
.section-heading h2 { font-size: clamp(1.95rem, 3vw, 2.65rem); margin: 8px 0 14px; }
.page-title { font-size: clamp(2rem, 3vw, 2.85rem); margin: 4px 0 10px; }
.modal-dialog .modal-title {
    font-family: var(--heading-font);
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.12;
    margin: 8px 0 12px;
    text-transform: uppercase;
}

.accent-title,
.gradient-text {
    background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-value {
    display: inline-flex;
    align-items: center;
    gap: 0;
}

.stat-star {
    color: var(--google-star);
    font-size: 1em;
    margin-right: 6px;
}

.lead {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--muted);
    max-width: 58ch;
}

.eyebrow,
.offer-label {
    font-family: var(--body-font);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--muted);
    line-height: 1.2;
}

.hero-copy .eyebrow,
.section-heading .eyebrow {
    display: block;
    margin: 0 0 12px;
    font-family: var(--body-font);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--muted);
}

.member-sidebar .eyebrow,
.lesson-details .eyebrow,
.video-header .eyebrow {
    display: block;
    margin: 0 0 12px;
    font-family: var(--body-font);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--muted);
}

.cta-row,
.stack,
.flash-stack,
.benefit-list {
    display: grid;
    gap: 14px;
}

.cta-row {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 28px 0;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: var(--body-font);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
    cursor: pointer;
}

.button:hover { transform: translateY(-1px); }

.button-primary {
    background: var(--accent);
    color: var(--accent-ink);
    box-shadow: 0 14px 28px rgba(207, 38, 103, 0.24);
}

.button-primary:hover { background: var(--accent-dark); }

.button-secondary {
    border-color: var(--accent-border);
    background: #ffffff;
    color: var(--accent);
}

.button-block { width: 100%; }

.feature-list {
    margin: 22px 0 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.85;
    font-size: 0.98rem;
}

label {
    display: grid;
    gap: 8px;
    font-family: var(--body-font);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

input {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid var(--border);
    padding: 0 14px;
    font: inherit;
    background: rgba(255, 255, 255, 0.84);
}

select {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid var(--border);
    padding: 0 14px;
    font: inherit;
    background: rgba(255, 255, 255, 0.84);
}

.microcopy,
.site-footer,
.flash,
.member-sidebar p,
.benefit-item p,
.section-heading p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 0.97rem;
}

.testimonials-band {
    margin-top: 28px;
    overflow: visible;
    --testimonials-overflow: clamp(140px, 14vw, 260px);
}

.testimonials-shell {
    width: calc(100% + var(--testimonials-overflow) * 2);
    margin-left: calc(var(--testimonials-overflow) * -1);
    margin-right: calc(var(--testimonials-overflow) * -1);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    padding: 0 0 6px;
}

.testimonials-shell::-webkit-scrollbar {
    display: none;
}

.testimonials-shell.is-dragging {
    cursor: grabbing;
}

.testimonials-track {
    display: flex;
    gap: 18px;
    width: max-content;
    padding-inline: var(--testimonials-overflow);
}

.testimonial-card {
    width: min(360px, calc(100vw - 72px));
    padding: 22px 24px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 230px;
    background: var(--surface);
    border: 2px solid var(--accent-border);
    box-shadow: none;
    backdrop-filter: none;
    border-radius: 24px;
}

.testimonial-card p {
    margin: 10px 0 14px;
    color: var(--text);
    line-height: 1.7;
    font-size: 0.98rem;
}

.testimonial-card strong {
    display: block;
    margin-top: auto;
    color: var(--accent);
    font-size: 0.9rem;
    font-weight: 600;
}

.testimonial-rating {
    color: var(--google-star);
    letter-spacing: 0.14em;
    font-size: 0.92rem;
}

.testimonials-controls {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.testimonial-arrow {
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 1.7rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    transition: opacity 180ms ease, color 180ms ease;
}

.testimonial-arrow:hover {
    color: var(--accent);
}

.testimonial-arrow:disabled {
    opacity: 0.28;
    cursor: default;
}

.packages-section {
    margin-top: 48px;
}

.packages-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 34px;
    align-items: start;
    margin-top: 24px;
}

.packages-copy {
    min-width: 0;
}

.package-highlights {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.85;
}

.package-copy-text {
    margin: 0 0 16px;
    color: var(--muted);
    line-height: 1.8;
    max-width: 62ch;
}

.package-card {
    padding: 26px;
    border-radius: 26px;
    border: 2px solid var(--accent-border);
    background: var(--surface);
}

.package-card-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.package-card.is-featured {
    background: linear-gradient(180deg, var(--accent-light), var(--accent));
    border-color: rgba(207, 38, 103, 0.42);
}

.package-card h3 {
    margin: 6px 0 10px;
    font-family: var(--heading-font);
    font-size: 2rem;
    line-height: 1.08;
    color: var(--accent);
}

.package-price {
    margin: 0 0 12px;
    font-family: var(--heading-font);
    font-size: 2.2rem;
    line-height: 1;
    color: var(--text);
}

.package-description {
    margin: 0 0 16px;
    color: var(--muted);
    line-height: 1.7;
}

.package-includes-title {
    margin: 8px 0 14px;
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
}

.package-list {
    margin: 0 0 20px;
    padding-left: 0;
    color: var(--text);
    line-height: 1.85;
    list-style: none;
}

.package-list li {
    position: relative;
    padding-left: 30px;
}

.package-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: currentColor;
    font-weight: 700;
}

.package-card.is-featured h3,
.package-card.is-featured .package-price,
.package-card.is-featured .package-includes-title,
.package-card.is-featured .package-list {
    color: #ffffff;
}

.package-card.is-featured .button-primary {
    background: #ffffff;
    color: var(--accent);
    box-shadow: none;
}

.package-card.is-featured .button-primary:hover {
    background: rgba(255, 255, 255, 0.92);
}

.preview-card {
    position: relative;
    display: block;
    flex: 1 1 auto;
    aspect-ratio: auto;
    min-height: 100%;
    height: 100%;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 2px solid var(--accent-border);
    box-shadow: var(--shadow);
    background-color: #fff;
}

.preview-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.16), rgba(17, 17, 17, 0.55));
}

.preview-play {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--accent);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.photo-section { margin-top: 24px; align-items: center; }
.photo-copy { min-width: 0; order: 2; }
.photo-collage { order: 1; }
.section-heading { margin-bottom: 18px; }

.about-layout {
    display: grid;
    gap: 38px;
}

.about-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 38px;
    align-items: center;
}

.about-copy {
    min-width: 0;
}

.about-copy .page-title {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: clamp(2.15rem, 4vw, 3.6rem);
    margin: 12px 0 18px;
    padding-bottom: 0.18em;
    line-height: 1.12;
    letter-spacing: 0.01em;
}

.about-hero-media {
    min-width: 0;
    display: flex;
}

.about-main-photo,
.about-gallery-card {
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    border: 2px solid var(--accent-border);
    background: #fff;
    box-shadow: var(--shadow);
}

.about-main-photo img,
.about-gallery-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-main-photo {
    width: 100%;
    min-height: 480px;
    height: 480px;
}

.about-section {
    display: grid;
    gap: 20px;
}

.about-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.about-gallery-card {
    min-height: 180px;
}

.about-references {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 6px;
}

.about-reference-logo {
    display: grid;
    place-items: center;
    min-height: 110px;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(23, 23, 23, 0.08);
    background: rgba(255, 255, 255, 0.6);
    color: rgba(23, 23, 23, 0.38);
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    filter: grayscale(1);
    transition: filter 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.about-reference-logo img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 42px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 180ms ease, opacity 180ms ease;
}

.about-reference-logo:hover {
    filter: grayscale(0);
    color: var(--accent);
    border-color: var(--accent-border);
    background: rgba(255, 255, 255, 0.92);
}

.about-reference-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.benefit-panel { padding: 24px 26px; }
.benefit-cta { margin-top: 22px; }

.benefit-item {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(207, 38, 103, 0.16);
}

.benefit-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.benefit-item h3 {
    font-family: var(--body-font);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--accent);
    margin: 0 0 8px;
}

.benefit-item p { margin: 0; }

.photo-collage {
    position: relative;
    min-height: 540px;
}

.photo-card {
    position: absolute;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--shadow);
    border: 2px solid var(--accent-border);
    background: #fff;
}

.photo-card-1 { top: 0; right: 18px; width: 72%; height: 320px; }
.photo-card-2 { top: 210px; left: 0; width: 46%; height: 210px; }
.photo-card-3 { right: 34px; bottom: 18px; width: 38%; height: 160px; }

.photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.95) contrast(1.02);
}

.teaser-card { padding: 24px; }

.teaser-media {
    position: relative;
    margin-top: 18px;
}

.teaser-card video,
.teaser-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    display: block;
    overflow: hidden;
}

.teaser-cta-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(17, 17, 17, 0.32);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.teaser-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.teaser-media.is-complete .teaser-cta-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.teaser-placeholder {
    background-size: cover;
    background-position: center;
    position: relative;
}

.teaser-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: 10px;
    text-align: center;
    padding: 24px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.28), rgba(17, 17, 17, 0.62));
    color: #fff;
}

.teaser-overlay strong {
    font-family: var(--heading-font);
    font-size: 1.3rem;
    letter-spacing: 0.01em;
}

.teaser-overlay p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.panel.narrow { width: min(640px, 100%); margin: 0 auto; }
.flash-stack { margin-bottom: 18px; }

.flash {
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--border);
}

.flash-success { border-color: rgba(43, 110, 63, 0.25); }
.flash-error { border-color: rgba(207, 38, 103, 0.25); }

.member-layout { align-items: start; }
.member-sidebar { display: grid; gap: 28px; }
.member-sidebar-program { order: 1; }
.video-panel { order: 2; padding: 28px; grid-row: span 2; }
.member-sidebar-account { order: 3; }
.member-intro { margin: 0 0 18px; max-width: 100%; }

.video-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
    margin-bottom: 14px;
}

.content-card {
    padding: 24px 26px;
}

.content-card-toggle {
    display: none;
}

.content-card-heading {
    display: block;
}

.content-card h2 {
    margin: 4px 0 10px;
    font-family: var(--heading-font);
    font-size: clamp(2rem, 3vw, 2.85rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.12;
    background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lesson-details {
    margin-top: 8px;
}

.lesson-notes {
    margin: 18px 0 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.8;
}

.curriculum-list {
    display: grid;
    gap: 6px;
    margin-top: 14px;
}

.curriculum-chapter h3 {
    margin: 0 0 4px;
    font-family: var(--body-font);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--accent);
}

.curriculum-chapter-link {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    color: var(--accent);
    text-decoration: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.curriculum-chapter-link:hover {
    opacity: 0.82;
}

.curriculum-chapter-link.is-active {
    text-decoration: none;
}

.curriculum-chapter-link.is-active .curriculum-chapter-title {
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.curriculum-chapter-link small {
    font-family: var(--body-font);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--muted);
    white-space: nowrap;
}

.curriculum-chapter p {
    margin: 0 0 4px;
}

.curriculum-chapter-link.is-disabled {
    color: rgba(23, 23, 23, 0.34);
    cursor: default;
    pointer-events: none;
}

.curriculum-chapter-link.is-disabled small {
    color: rgba(93, 97, 103, 0.58);
}

.watermark-chip,
.floating-watermark {
    font-family: var(--body-font);
}

.watermark-chip {
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--border);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.video-frame-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
    background: #111;
}

.video-frame-wrap iframe,
.video-frame-wrap mux-player {
    width: 100%;
    height: 100%;
}

.floating-watermark {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.75);
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    pointer-events: none;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    place-items: center;
    z-index: 50;
    padding: 20px;
    overflow-y: auto;
    align-items: start;
    background: rgba(17, 17, 17, 0.5);
}

.modal.is-open { display: grid; }

.modal.is-open .modal-backdrop {
    animation: modalFade 180ms ease-out both;
}

.modal.is-open .modal-dialog {
    animation: modalPop 220ms ease-out both;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.modal-dialog {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    margin: auto 0;
}

.modal-dialog .offer-label {
    display: block;
    margin: 0 0 8px;
}

.modal-dialog h1,
.modal-dialog h2 {
    margin-top: 0;
}

.modal-dialog > p:not(.offer-label):not(.microcopy) {
    margin: 0 0 20px;
}

.modal-dialog .stack {
    margin-top: 20px;
}

.modal-dialog .microcopy {
    margin: 18px 0 0;
}

.choice-group {
    margin: 0;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.72);
}

.conditional-fieldset[hidden] {
    display: none;
}

.choice-group legend {
    padding: 0 6px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.choice-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 0.96rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.choice-option input {
    min-height: auto;
    margin: 0;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--muted);
    background: transparent;
    border: 0;
    cursor: pointer;
}

@keyframes rise {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes modalFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalPop {
    from { opacity: 0; transform: translateY(18px) scale(0.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 920px) {
    .hero,
    .photo-section,
    .testimonials-band,
    .member-layout {
        grid-template-columns: 1fr;
    }

    .photo-collage { min-height: 460px; }
    .photo-copy { order: 1; }
    .photo-collage { order: 2; }
    .photo-card-1 { width: 80%; right: 0; }
    .photo-card-2 { width: 52%; }
    .photo-card-3 { width: 42%; right: 12px; }

    .panel,
    .offer-card,
    .video-panel,
    .member-sidebar > .content-card,
    .benefit-panel,
    .excerpt-preview {
        padding: 24px;
    }

    .excerpt-preview {
        padding: 0;
        display: block;
        align-self: start;
    }

    .preview-card {
        aspect-ratio: 16 / 10;
        min-height: 0;
        height: auto;
    }

    .hero-copy {
        padding: 18px 0 8px;
    }

    .site-header,
    .site-footer,
    .video-header {
        flex-direction: column;
        align-items: start;
    }

    .site-footer {
        align-items: center;
        text-align: center;
    }

    .testimonials-shell {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .testimonials-track {
        padding-inline: 0;
    }

    .testimonial-card {
        width: min(300px, calc(100vw - 56px));
    }

    .packages-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-hero,
    .about-columns,
    .about-references {
        grid-template-columns: 1fr;
    }

    .about-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-main-photo {
        min-height: 320px;
        height: 320px;
    }

    .member-sidebar {
        gap: 0;
    }

    .member-sidebar-program { order: 1; }
    .video-panel { order: 2; grid-row: auto; }
    .member-sidebar-account { order: 3; }

    .member-sidebar-program,
    .video-panel,
    .member-sidebar-account {
        margin: 0;
    }

    .content-card-collapsible {
        padding: 0;
        overflow: hidden;
    }

    .content-card-toggle {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 18px 20px;
        border: 0;
        background: transparent;
        text-align: left;
        cursor: pointer;
    }

    .content-card-toggle-copy {
        display: grid;
        gap: 6px;
    }

    .content-card-toggle .eyebrow {
        margin: 0;
    }

    .content-card-toggle-title {
        font-family: var(--heading-font);
        font-size: 1.45rem;
        line-height: 1;
        background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .content-card-toggle-icon {
        font-size: 1.5rem;
        line-height: 1;
        color: var(--accent);
        transition: transform 180ms ease;
    }

    .content-card-collapsible.is-open .content-card-toggle-icon {
        transform: rotate(45deg);
    }

    .content-card-body {
        display: none;
        padding: 0 20px 20px;
    }

    .content-card-collapsible.is-open .content-card-body {
        display: block;
    }

    .content-card-heading {
        display: none;
    }

}
