:root {
    --ink-950: #041117;
    --ink-900: #071820;
    --ink-850: #0a2029;
    --ink-800: #0d2933;
    --ink-700: #173b45;
    --ink-600: #28515b;
    --cream-50: #fbfaf6;
    --cream-100: #f4f0e7;
    --cream-200: #e9e3d7;
    --gold-300: #ead59e;
    --gold-400: #dfc077;
    --gold-500: #cfa759;
    --sea-300: #a7e0d2;
    --sea-400: #7fceb9;
    --sea-500: #56b29d;
    --text: #f7f4ed;
    --muted: #a9bec3;
    --muted-dark: #516970;
    --danger: #ff8d82;
    --success: #86d9b8;
    --warning: #e7c778;
    --border: rgba(255, 255, 255, 0.12);
    --border-light: rgba(7, 24, 32, 0.14);
    --glass: rgba(12, 38, 47, 0.74);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    --shadow-soft: 0 18px 50px rgba(4, 17, 23, 0.13);
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --radius-xl: 42px;
    --shell: 1220px;
    --font-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
    --font-display: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink-950); }
body { margin: 0; min-width: 320px; background: var(--ink-900); color: var(--text); font-family: var(--font-sans); font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.22) .5px, transparent .5px); background-size: 9px 9px; mask-image: linear-gradient(to bottom, black, transparent 68%); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .48; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--gold-400); color: var(--ink-950); }
:focus-visible { outline: 3px solid var(--gold-300); outline-offset: 3px; }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow-shell { max-width: 820px; }
.centered { text-align: center; margin-inline: auto; }
.section-pad { padding-block: clamp(76px, 9vw, 138px); }
.section-pad-topless { padding: 0 0 clamp(76px, 9vw, 138px); }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: var(--gold-300); color: var(--ink-950); font-weight: 800; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.is-hidden { display: none !important; }

.eyebrow, .soft-label { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-300); font-size: .72rem; font-weight: 800; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
.soft-label { color: var(--sea-300); font-size: .66rem; }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sea-400); box-shadow: 0 0 0 5px rgba(127, 206, 185, .12); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; line-height: 1.2; letter-spacing: .01em; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-large { min-height: 56px; padding: 15px 27px; }
.button-small { min-height: 40px; padding: 9px 17px; font-size: .82rem; }
.button-gold { background: var(--gold-400); color: var(--ink-950); box-shadow: 0 10px 30px rgba(207, 167, 89, .2); }
.button-gold:hover { background: var(--gold-300); box-shadow: 0 14px 36px rgba(207, 167, 89, .28); }
.button-outline { border-color: rgba(234, 213, 158, .5); background: transparent; color: var(--gold-300); }
.button-outline:hover { border-color: var(--gold-300); background: rgba(234, 213, 158, .08); }
.button-quiet { border-color: var(--border); background: rgba(255, 255, 255, .035); color: var(--text); }
.button-quiet:hover { background: rgba(255, 255, 255, .075); }
.button-danger { border-color: rgba(255, 141, 130, .42); background: rgba(255, 141, 130, .1); color: #ffc3bd; }
.button-danger:hover { background: rgba(255, 141, 130, .17); }
.text-arrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-300); font-size: .88rem; font-weight: 800; }
.text-arrow span { transition: transform .25s ease; }
.text-arrow:hover span { transform: translateX(5px); }
.text-button, .footer-button { border: 0; padding: 0; background: none; color: var(--gold-300); font-weight: 700; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(4, 17, 23, .84); border-bottom: 1px solid rgba(255,255,255,.07); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { filter: drop-shadow(0 8px 18px rgba(101, 199, 174, .14)); }
.brand-name { display: grid; font-size: .78rem; line-height: 1.05; letter-spacing: .1em; text-transform: uppercase; }
.brand-name strong { color: var(--cream-50); font-size: .88rem; }
.brand-name span { margin-top: 3px; color: var(--gold-300); font-weight: 700; letter-spacing: .2em; }
.primary-nav { display: flex; align-items: center; gap: 7px; }
.primary-nav > a:not(.button):not(.member-chip) { padding: 10px 12px; color: #c4d1d3; font-size: .84rem; font-weight: 700; border-radius: 9px; }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"] { color: var(--text); background: rgba(255,255,255,.055); }
.primary-nav .text-link { margin-left: 10px; color: var(--gold-300) !important; }
.member-chip { display: inline-flex; align-items: center; gap: 8px; margin-left: 6px; padding: 5px 12px 5px 5px; border: 1px solid var(--border); border-radius: 999px; color: var(--text); font-size: .8rem; font-weight: 700; }
.member-avatar { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--sea-400); color: var(--ink-950); font-size: .7rem; font-weight: 900; }
.nav-toggle { display: none; width: 44px; height: 44px; place-content: center; gap: 5px; padding: 9px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.035); }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--text); transition: transform .2s ease, opacity .2s ease; }

.flash-wrap { position: relative; z-index: 90; }
.flash { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 13px 16px; border: 1px solid var(--border); border-radius: 12px; background: var(--ink-800); color: var(--text); box-shadow: var(--shadow-soft); font-size: .9rem; }
.flash-success { border-color: rgba(134, 217, 184, .35); }
.flash-warning { border-color: rgba(231, 199, 120, .35); }
.flash-error { border-color: rgba(255, 141, 130, .42); }
.flash button { border: 0; background: none; color: inherit; font-size: 1.35rem; }

.hero { position: relative; overflow: hidden; }
.home-hero { min-height: 760px; display: grid; align-items: center; background: radial-gradient(circle at 77% 46%, rgba(61, 142, 127, .14), transparent 26%), radial-gradient(circle at 10% 20%, rgba(207, 167, 89, .07), transparent 28%); }
.home-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(234, 213, 158, .28), transparent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.hero-copy { position: relative; z-index: 2; }
.hero h1, .page-hero h1 { max-width: 790px; margin: 22px 0 25px; font-family: var(--font-display); font-size: clamp(3.35rem, 7vw, 6.55rem); font-weight: 400; line-height: .94; letter-spacing: -.052em; }
.hero h1 em { color: var(--gold-300); font-weight: 400; }
.hero-lead, .page-hero p { max-width: 670px; color: var(--muted); font-size: clamp(1.05rem, 1.55vw, 1.25rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.trust-row span { display: inline-flex; align-items: center; gap: 9px; color: #b7c8cb; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.trust-row i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(127,206,185,.25); border-radius: 50%; color: var(--sea-300); font-size: .68rem; font-style: normal; }
.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.aura { position: absolute; border-radius: 50%; filter: blur(4px); }
.aura-one { width: 490px; height: 490px; border: 1px solid rgba(127,206,185,.12); box-shadow: inset 0 0 100px rgba(127,206,185,.05); }
.aura-two { width: 365px; height: 365px; border: 1px solid rgba(234,213,158,.13); }
.glass-panel { border: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg, rgba(17,53,63,.82), rgba(7,24,32,.84)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.05); backdrop-filter: blur(22px); }
.session-orb-card { position: relative; z-index: 2; width: min(100%, 420px); padding: 25px 27px 22px; border-radius: 32px; transform: rotate(1.5deg); }
.mini-player-head, .mini-player-meta, .session-card-top, .session-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; color: #bcd0d2; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--sea-400); box-shadow: 0 0 0 5px rgba(127,206,185,.1); }
.sound-orb { position: relative; display: grid; width: 210px; height: 210px; place-items: center; margin: 30px auto 22px; }
.sound-orb-ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(127,206,185,.2); }
.ring-one { animation: breathe 6s ease-in-out infinite; }
.ring-two { inset: 18px; border-color: rgba(234,213,158,.22); animation: breathe 6s ease-in-out -2s infinite; }
.sound-orb-core { display: grid; width: 138px; height: 138px; place-content: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #315d61, #0d2a33 62%, #071820); box-shadow: inset 0 0 45px rgba(127,206,185,.13), 0 20px 50px rgba(0,0,0,.32); text-align: center; }
.sound-orb-core span { font-family: var(--font-display); color: var(--cream-50); font-size: 3rem; line-height: .9; }
.sound-orb-core small { margin-top: 5px; color: var(--gold-300); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.waveform { display: flex; height: 56px; align-items: center; justify-content: center; gap: 5px; margin: 0 auto 22px; }
.waveform span { width: 3px; height: var(--wave-height); max-height: 50px; min-height: 6px; border-radius: 99px; background: linear-gradient(to top, var(--sea-500), var(--gold-300)); opacity: .78; }
.mini-player-meta strong, .mini-player-meta span { display: block; }
.mini-player-meta strong { color: var(--cream-50); font-family: var(--font-display); font-size: 1.22rem; font-weight: 500; }
.mini-player-meta div span, .mini-duration { color: var(--muted); font-size: .73rem; }
.mini-progress { height: 3px; margin: 17px 0 15px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.09); }
.mini-progress span { display: block; width: 38%; height: 100%; background: var(--gold-400); }
.mini-safety { margin: 0; color: #829ca1; font-size: .68rem; text-align: center; }

.proof-strip { border-block: 1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.018); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid p { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; margin: 0; padding: 28px clamp(18px, 3vw, 38px); border-right: 1px solid rgba(255,255,255,.075); }
.proof-grid p:first-child { padding-left: 0; }
.proof-grid p:last-child { border: 0; padding-right: 0; }
.proof-number { grid-row: 1 / span 2; color: var(--gold-400); font-family: var(--font-display); font-size: 1.6rem; line-height: 1.1; }
.proof-grid strong { color: var(--cream-50); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.proof-grid small { color: var(--muted); font-size: .74rem; }

.section-heading h2, .ritual-copy h2, .boundary-card h2, .membership-home h2, .reward-teaser h2, .final-cta h2, .pricing-card h2, .pricing-assurance h2, .standards-grid h2, .legal-prose h2 { margin: 14px 0 18px; font-family: var(--font-display); font-size: clamp(2.45rem, 4.7vw, 4.5rem); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.section-heading p, .ritual-copy > p, .boundary-copy p, .membership-home p, .reward-teaser p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 46px; }
.split-heading p { max-width: 490px; margin-bottom: 12px; }
.session-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.editorial-session { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: rgba(255,255,255,.025); transition: transform .3s ease, border-color .3s ease; }
.editorial-session:hover { transform: translateY(-6px); border-color: rgba(234,213,158,.3); }
.session-art { position: relative; height: 290px; overflow: hidden; background: #173840; }
.session-art::before, .session-art::after { content: ""; position: absolute; border-radius: 50%; }
.session-art::before { width: 230px; height: 230px; left: calc(50% - 115px); top: 28px; border: 1px solid rgba(255,255,255,.15); }
.session-art::after { width: 170px; height: 170px; left: calc(50% - 85px); top: 58px; background: radial-gradient(circle at 32% 30%, rgba(255,255,255,.17), rgba(255,255,255,.015) 67%); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.session-art-dawn { background: linear-gradient(150deg, #315f5f, #102d35 62%, #0a1d25); }
.session-art-focus { background: linear-gradient(150deg, #8a7046, #344e4c 54%, #112a31); }
.session-art-evening { background: linear-gradient(150deg, #3a4b61, #172d3a 56%, #081a22); }
.art-circle { position: absolute; z-index: 2; width: 8px; height: 8px; left: calc(50% - 4px); top: 139px; border-radius: 50%; background: var(--gold-300); box-shadow: 0 0 25px rgba(234,213,158,.8); }
.art-line { position: absolute; z-index: 3; left: 12%; right: 12%; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); }
.session-card-copy { padding: 25px 25px 28px; }
.session-card-copy > span { color: var(--gold-300); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.session-card-copy h3 { margin: 8px 0 9px; font-family: var(--font-display); font-size: 1.65rem; font-weight: 500; }
.session-card-copy p { margin: 0; color: var(--muted); font-size: .88rem; }
.center-action { display: flex; justify-content: center; margin-top: 42px; }

.ritual-section { background: var(--cream-100); color: var(--ink-900); }
.ritual-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 70px; }
.ritual-copy > p { color: var(--muted-dark); max-width: 600px; }
.ritual-list { display: grid; gap: 5px; margin: 35px 0 0; padding: 0; list-style: none; }
.ritual-list li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--border-light); }
.ritual-list li > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(13,41,51,.2); border-radius: 50%; color: var(--ink-700); font-family: var(--font-display); }
.ritual-list strong, .ritual-list small { display: block; }
.ritual-list strong { margin-bottom: 3px; font-size: .95rem; }
.ritual-list small { color: var(--muted-dark); font-size: .82rem; }
.quote-panel { position: relative; display: flex; min-height: 520px; flex-direction: column; justify-content: center; overflow: hidden; padding: clamp(38px, 6vw, 75px); border-radius: var(--radius-xl); background: var(--ink-800); color: var(--text); box-shadow: var(--shadow-soft); }
.quote-panel::before { content: ""; position: absolute; width: 360px; height: 360px; right: -100px; bottom: -120px; border: 1px solid rgba(127,206,185,.13); border-radius: 50%; box-shadow: 0 0 0 45px rgba(127,206,185,.025), 0 0 0 90px rgba(127,206,185,.018); }
.quote-mark { color: var(--gold-300); font-family: var(--font-display); font-size: 5rem; line-height: .7; }
.quote-panel blockquote { position: relative; z-index: 1; margin: 25px 0 22px; font-family: var(--font-display); font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.12; }
.quote-panel p { color: var(--sea-300); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quote-lines { display: flex; gap: 8px; margin-top: 30px; }
.quote-lines span { display: block; width: 42px; height: 2px; background: var(--gold-400); opacity: .35; }
.quote-lines span:first-child { opacity: 1; }

.boundary-section { background: #091b23; }
.boundary-card { display: grid; grid-template-columns: 90px 1.05fr .95fr; align-items: center; gap: 38px; padding: clamp(32px, 5vw, 62px); border: 1px solid rgba(127,206,185,.17); border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(127,206,185,.055), rgba(255,255,255,.012)); }
.boundary-card h2 { margin-bottom: 0; font-size: clamp(2rem, 3.7vw, 3.55rem); }
.boundary-icon { display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid rgba(127,206,185,.26); border-radius: 50%; }
.boundary-icon span { width: 28px; height: 28px; border: 2px solid var(--sea-300); border-radius: 50%; position: relative; }
.boundary-icon span::after { content: ""; position: absolute; width: 2px; height: 32px; top: -4px; left: 11px; background: var(--sea-300); transform: rotate(45deg); }

.membership-home { background: var(--cream-100); color: var(--ink-900); }
.membership-home-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 40px 80px; align-items: end; }
.membership-home .section-heading p { color: var(--muted-dark); max-width: 600px; }
.price-lockup { display: flex; align-items: flex-start; justify-content: flex-end; color: var(--ink-900); }
.price-lockup strong { font-family: var(--font-display); font-size: clamp(5rem, 10vw, 8.5rem); font-weight: 400; line-height: .75; letter-spacing: -.07em; }
.price-currency { padding-top: 6px; color: var(--gold-500); font-family: var(--font-display); font-size: 2rem; }
.price-period { align-self: flex-end; margin: 0 0 3px 13px; color: var(--muted-dark); font-size: .68rem; font-weight: 800; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.membership-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; border-top: 1px solid var(--border-light); }
.membership-list span { padding: 17px 0; border-bottom: 1px solid var(--border-light); color: #304a51; font-size: .86rem; font-weight: 700; }
.membership-list span::before { content: "✓"; margin-right: 9px; color: #277a68; }
.membership-action { display: grid; justify-items: start; gap: 13px; }
.membership-action small { color: var(--muted-dark); max-width: 360px; }

.reward-teaser { background: #0d2933; }
.reward-teaser-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 70px; }
.reward-teaser h2 { max-width: 660px; font-size: clamp(2.35rem, 4.5vw, 4.3rem); }
.reward-teaser p { max-width: 530px; }
.reward-teaser .button { margin-top: 15px; }
.final-cta { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 60%, rgba(127,206,185,.13), transparent 35%), var(--ink-900); }
.final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; left: calc(50% - 310px); top: calc(50% - 310px); border: 1px solid rgba(255,255,255,.055); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.012), 0 0 0 140px rgba(255,255,255,.008); }
.final-cta-inner { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
.final-cta-inner img { margin-bottom: 24px; }
.final-cta h2 { margin: 15px 0 12px; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.final-cta p { max-width: 580px; color: var(--muted); font-size: 1.05rem; }
.final-cta .button { margin-top: 18px; }

.page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 0%, rgba(127,206,185,.11), transparent 42%); }
.page-hero h1 { margin-inline: auto; }
.page-hero .eyebrow + h1 { margin-top: 18px; }
.page-hero p { margin-inline: auto; }
.compact-hero { padding-bottom: 80px; }
.compact-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
.pricing-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; align-items: stretch; }
.pricing-card, .pricing-assurance { border-radius: var(--radius-xl); }
.pricing-card { position: relative; overflow: hidden; padding: clamp(34px, 5vw, 62px); border: 1px solid rgba(234,213,158,.2); background: linear-gradient(150deg, #153743, #0a2029 60%, #071820); box-shadow: var(--shadow); }
.pricing-ribbon { position: absolute; right: 25px; top: 25px; padding: 7px 12px; border-radius: 999px; background: var(--gold-400); color: var(--ink-950); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 18px; }
.pricing-card-head h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4vw, 4rem); }
.pricing-card .price-lockup { color: var(--text); }
.pricing-card .price-lockup strong { font-size: clamp(4.6rem, 8vw, 7rem); }
.pricing-summary { max-width: 660px; margin: 25px 0 30px; color: var(--muted); }
.check-list { padding: 0; list-style: none; }
.two-column-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.check-list li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #c6d3d5; font-size: .84rem; }
.check-list li::before { content: "✓"; margin-right: 10px; color: var(--sea-300); font-weight: 900; }
.pricing-action { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.pricing-action small { max-width: 350px; color: #87a1a6; }
.pricing-assurance { padding: clamp(32px, 4vw, 48px); border: 1px solid var(--border); background: rgba(255,255,255,.025); }
.pricing-assurance h2 { font-size: 2.6rem; }
.timeline-list { position: relative; margin: 35px 0 30px; padding: 0; list-style: none; }
.timeline-list::before { content: ""; position: absolute; width: 1px; left: 10px; top: 9px; bottom: 12px; background: rgba(127,206,185,.22); }
.timeline-list li { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 0 0 31px 28px; }
.timeline-list li::before { content: ""; position: absolute; left: 6px; top: 7px; width: 9px; height: 9px; border: 2px solid var(--ink-800); border-radius: 50%; background: var(--sea-400); box-shadow: 0 0 0 3px rgba(127,206,185,.2); }
.timeline-list li > span { color: var(--gold-300); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.timeline-list strong { display: block; font-size: .9rem; }
.timeline-list p { margin: 4px 0 0; color: var(--muted); font-size: .79rem; }
.comparison-section { background: var(--cream-100); color: var(--ink-900); }
.comparison-section .section-heading { margin-bottom: 35px; }
.faq-list { border-top: 1px solid var(--border-light); }
.faq-list details { border-bottom: 1px solid var(--border-light); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; color: var(--ink-900); font-size: 1rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 20px; color: var(--gold-500); font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details div { max-width: 700px; padding: 0 0 24px; color: var(--muted-dark); }

.how-hero-grid { grid-template-columns: 1.1fr .9fr; }
.how-hero-grid h1 { font-size: clamp(3.2rem, 6vw, 5.8rem); }
.frequency-scale-card { padding: clamp(32px, 5vw, 52px); border-radius: var(--radius-xl); }
.frequency-scale { position: relative; height: 145px; margin: 32px 0; border-bottom: 1px solid rgba(255,255,255,.19); }
.frequency-scale::before { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, var(--sea-400), var(--gold-300)); }
.frequency-scale span { position: absolute; left: var(--scale-pos); bottom: -7px; display: grid; transform: translateX(-50%); justify-items: center; }
.frequency-scale span::after { content: ""; order: -1; width: 11px; height: 11px; margin-bottom: 10px; border: 2px solid var(--ink-800); border-radius: 50%; background: var(--gold-300); box-shadow: 0 0 0 4px rgba(234,213,158,.12); }
.frequency-scale i { font-family: var(--font-display); font-size: 1.25rem; font-style: normal; }
.frequency-scale small { color: var(--muted); font-size: .6rem; }
.frequency-scale-card > p { margin: 0; color: var(--muted); font-size: .78rem; }
.steps-section { background: var(--cream-100); color: var(--ink-900); }
.steps-section .section-heading p { color: var(--muted-dark); }
.numbered-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.numbered-card { min-height: 300px; padding: 30px; border: 1px solid var(--border-light); border-radius: var(--radius-lg); background: rgba(255,255,255,.35); }
.numbered-card > span { display: block; margin-bottom: 70px; color: var(--gold-500); font-family: var(--font-display); font-size: 2.15rem; }
.numbered-card h3 { margin-bottom: 10px; font-family: var(--font-display); font-size: 2rem; font-weight: 500; }
.numbered-card p { color: var(--muted-dark); font-size: .87rem; }
.waveform-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.wave-type-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wave-type-list article { display: flex; align-items: center; gap: 15px; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.025); }
.wave-type-list strong, .wave-type-list small { display: block; }
.wave-type-list small { margin-top: 2px; color: var(--muted); font-size: .72rem; }
.wave-icon { position: relative; flex: 0 0 auto; width: 55px; height: 35px; border-bottom: 1px solid rgba(255,255,255,.08); }
.wave-icon::before { content: ""; position: absolute; inset: 9px 2px; background: var(--sea-300); clip-path: polygon(0 50%, 12% 0, 25% 50%, 37% 100%, 50% 50%, 62% 0, 75% 50%, 87% 100%, 100% 50%, 100% 57%, 87% 107%, 75% 57%, 62% 7%, 50% 57%, 37% 107%, 25% 57%, 12% 7%, 0 57%); }
.sine-wave::before { clip-path: ellipse(50% 18% at 50% 50%); background: none; border-top: 2px solid var(--sea-300); border-radius: 50%; transform: rotate(-8deg); }
.square-wave::before { clip-path: polygon(0 80%, 0 20%, 28% 20%, 28% 80%, 65% 80%, 65% 20%, 100% 20%, 100% 27%, 72% 27%, 72% 87%, 21% 87%, 21% 27%, 7% 27%, 7% 80%); }
.saw-wave::before { clip-path: polygon(0 82%, 44% 18%, 44% 82%, 100% 18%, 100% 27%, 51% 91%, 37% 91%, 37% 35%, 0 91%); }
.safety-section { background: #0b242d; }
.safety-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.safety-intro h2 { margin: 14px 0 20px; font-family: var(--font-display); font-size: clamp(2.5rem, 4.5vw, 4.2rem); font-weight: 400; line-height: 1.05; }
.safety-intro p { color: var(--muted); }
.safety-rules { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.1); }
.safety-rules article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 28px; background: #0b242d; }
.safety-rules article > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(127,206,185,.25); border-radius: 50%; color: var(--sea-300); }
.safety-rules strong { display: block; margin-bottom: 5px; }
.safety-rules p { margin: 0; color: var(--muted); font-size: .8rem; }
.distinction-section { background: var(--cream-100); color: var(--ink-900); }
.distinction-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.distinction-grid article { padding: clamp(36px, 6vw, 70px); }
.distinction-grid h2 { margin: 13px 0 25px; font-family: var(--font-display); font-size: clamp(2.2rem, 3.5vw, 3.45rem); font-weight: 400; line-height: 1.08; }
.is-card { background: #e2eee8; }
.is-not-card { background: var(--ink-800); color: var(--text); }
.plain-list { padding: 0; list-style: none; }
.plain-list li { position: relative; padding: 10px 0 10px 25px; border-bottom: 1px solid currentColor; border-color: rgba(127,127,127,.18); font-size: .87rem; }
.plain-list li::before { content: "·"; position: absolute; left: 4px; color: var(--gold-500); font-size: 1.4rem; line-height: 1; }
.distinction-section .button-outline { border-color: rgba(7,24,32,.35); color: var(--ink-700); }

.affiliate-hero .hero-grid { grid-template-columns: 1fr .7fr; }
.affiliate-hero h1 { font-size: clamp(3.3rem, 6.5vw, 6rem); }
.reward-principle-card { padding: clamp(35px, 5vw, 58px); border-radius: var(--radius-xl); }
.reward-principle-card > strong { display: block; margin: 25px 0; font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 400; line-height: 1.08; }
.reward-principle-card p { margin: 0; color: var(--muted); }
.rewards-process { background: var(--cream-100); color: var(--ink-900); }
.rewards-process .section-heading p { color: var(--muted-dark); }
.affiliate-standards { background: #0b242d; }
.standards-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.do-dont-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.do-dont-grid article { padding: 30px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: rgba(255,255,255,.025); }
.do-dont-grid h3 { margin: 0 0 20px; color: var(--sea-300); font-family: var(--font-display); font-size: 2rem; font-weight: 500; }
.dont-card h3 { color: #e6a098; }
.disclosure-callout { background: var(--cream-100); color: var(--ink-900); }
.disclosure-callout .boundary-card { border-color: var(--border-light); background: rgba(255,255,255,.4); }
.disclosure-callout .boundary-copy p { color: var(--muted-dark); }
.reward-icon span::after { transform: rotate(90deg); }

.auth-page .site-header, .auth-page .site-footer { display: none; }
.auth-shell { min-height: 100vh; display: grid; align-items: center; background: radial-gradient(circle at 22% 35%, rgba(127,206,185,.12), transparent 25%), var(--ink-900); }
.auth-grid { display: grid; grid-template-columns: 1fr 500px; gap: clamp(60px, 10vw, 130px); align-items: center; }
.auth-story { position: relative; }
.auth-brand { margin-bottom: 80px; }
.auth-story h1 { max-width: 630px; margin: 18px 0 20px; font-family: var(--font-display); font-size: clamp(3.6rem, 7vw, 6.5rem); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.auth-story > p { max-width: 580px; color: var(--muted); font-size: 1.06rem; }
.auth-art { position: relative; width: min(100%, 580px); height: 120px; margin: 50px 0 35px; overflow: hidden; }
.auth-art::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: linear-gradient(90deg, var(--sea-400), var(--gold-300), transparent); }
.auth-art span { position: absolute; top: 50%; border: 1px solid rgba(127,206,185,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.auth-art span:nth-child(1) { left: 28%; width: 75px; height: 75px; }
.auth-art span:nth-child(2) { left: 28%; width: 105px; height: 105px; }
.auth-art span:nth-child(3) { left: 28%; width: 140px; height: 140px; }
.auth-art i { position: absolute; z-index: 2; left: 28%; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-300); transform: translate(-50%,-50%); box-shadow: 0 0 25px rgba(234,213,158,.7); }
.auth-trust { display: flex; flex-wrap: wrap; gap: 25px; color: var(--muted); font-size: .73rem; font-weight: 700; }
.auth-trust span::before { content: "✓"; margin-right: 7px; color: var(--sea-300); }
.auth-card { padding: clamp(34px, 5vw, 54px); border: 1px solid var(--border); border-radius: var(--radius-xl); background: rgba(15,43,52,.72); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.auth-card-head h2 { margin: 12px 0 8px; font-family: var(--font-display); font-size: 2.55rem; font-weight: 400; }
.auth-card-head p { color: var(--muted); font-size: .84rem; }
.inline-alert { margin: 20px 0; padding: 12px 14px; border: 1px solid rgba(255,141,130,.35); border-radius: 10px; background: rgba(255,141,130,.08); color: #ffc4be; font-size: .82rem; }
.social-login-list { display: grid; gap: 12px; margin: 28px 0 21px; }
.social-button { display: grid; min-height: 58px; grid-template-columns: 35px 1fr 35px; align-items: center; padding: 8px 13px; border: 1px solid var(--border); border-radius: 14px; background: var(--cream-50); color: var(--ink-900); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.social-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.social-button::after { content: "→"; color: #718083; }
.provider-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #eef1ef; color: #17343b; font-weight: 900; }
.provider-google { color: #3c71cf; }
.provider-apple { background: #111; color: #fff; font-size: .7rem; }
.auth-consent { color: #8fa5a9; font-size: .7rem; text-align: center; }
.auth-consent a { color: var(--gold-300); text-decoration: underline; text-underline-offset: 2px; }
.trial-note { display: grid; gap: 3px; margin-top: 24px; padding: 17px; border: 1px solid rgba(234,213,158,.18); border-radius: 14px; background: rgba(234,213,158,.055); }
.trial-note strong { color: var(--gold-300); font-size: .84rem; }
.trial-note span { color: var(--muted); font-size: .73rem; }
.auth-help { display: flex; justify-content: space-between; gap: 15px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--border); color: var(--muted); font-size: .73rem; }
.auth-help a { color: var(--sea-300); font-weight: 800; }

.site-footer { padding: 70px 0 25px; border-top: 1px solid rgba(255,255,255,.08); background: var(--ink-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .9fr 1fr; gap: 55px; }
.footer-brand > p { max-width: 330px; margin: 25px 0 10px; color: var(--muted); font-size: .83rem; }
.footer-brand .footer-note { color: #718a90; font-size: .68rem; }
.footer-grid h2 { margin: 4px 0 18px; color: var(--cream-50); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(.footer-brand) a, .footer-button { margin: 0 0 10px; color: #91a8ad; font-size: .76rem; }
.footer-grid > div:not(.footer-brand) a:hover, .footer-button:hover { color: var(--gold-300); }
.ios-install-hint { max-width: 190px; color: #829a9f; font-size: .7rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); color: #657d83; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.toast-region { position: fixed; z-index: 1000; right: 20px; bottom: 20px; display: grid; gap: 10px; width: min(390px, calc(100% - 40px)); pointer-events: none; }
.toast { padding: 14px 17px; border: 1px solid var(--border); border-radius: 13px; background: #15313a; color: var(--text); box-shadow: var(--shadow-soft); font-size: .82rem; animation: toastIn .3s ease both; }
.toast-error { border-color: rgba(255,141,130,.4); }
.offline-logo { margin: 0 auto 25px; }
.offline-title { margin: 18px 0; font-family: var(--font-display); font-size: clamp(3rem, 8vw, 5rem); font-weight: 400; line-height: 1; }
.offline-copy { color: var(--muted); }
.offline-actions { justify-content: center; }

@keyframes breathe { 0%,100% { transform: scale(.96); opacity: .55; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes toastIn { from { opacity: 0; transform: translateY(10px); } }
.reveal { animation: revealIn .7s cubic-bezier(.2,.75,.25,1) both; }
.reveal-delay { animation-delay: .12s; }
.reveal-delay-two { animation-delay: .22s; }
@keyframes revealIn { from { opacity: 0; transform: translateY(18px); } }

/* Member experience */
.member-page { background: #081a22; }
.member-page .site-footer { margin-top: 90px; }
.member-shell { display: grid; min-height: calc(100vh - 78px); grid-template-columns: 238px minmax(0, 1fr); gap: clamp(34px, 5vw, 70px); padding-top: 38px; }
.member-sidebar { position: sticky; top: 105px; align-self: start; min-height: calc(100vh - 145px); display: flex; flex-direction: column; padding: 22px 18px; border: 1px solid var(--border); border-radius: 24px; background: rgba(255,255,255,.025); }
.member-identity { display: flex; align-items: center; gap: 12px; padding: 4px 5px 19px; }
.member-avatar-large { width: 42px; height: 42px; font-size: .9rem; }
.member-identity strong, .member-identity small { display: block; overflow: hidden; max-width: 145px; text-overflow: ellipsis; white-space: nowrap; }
.member-identity strong { font-size: .86rem; }
.member-identity small { color: var(--muted); font-size: .66rem; }
.membership-badge { display: inline-flex; align-items: center; align-self: flex-start; gap: 7px; margin: 0 5px 22px; padding: 6px 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.membership-badge i { width: 6px; height: 6px; border-radius: 50%; background: #70888d; }
.membership-active, .membership-trialing { color: var(--sea-300); border-color: rgba(127,206,185,.22); background: rgba(127,206,185,.05); }
.membership-active i, .membership-trialing i { background: var(--sea-400); }
.membership-past_due { color: var(--warning); border-color: rgba(231,199,120,.25); }
.membership-past_due i { background: var(--warning); }
.member-nav { display: grid; gap: 4px; }
.member-nav a { display: flex; align-items: center; gap: 11px; min-height: 43px; padding: 9px 11px; border-radius: 11px; color: #97adb1; font-size: .78rem; font-weight: 700; }
.member-nav a span { display: grid; width: 22px; place-items: center; color: #6f8b91; }
.member-nav a:hover, .member-nav a[aria-current="page"] { background: rgba(127,206,185,.08); color: var(--text); }
.member-nav a[aria-current="page"] span { color: var(--sea-300); }
.sidebar-safety { margin-top: auto; padding: 17px; border: 1px solid rgba(234,213,158,.13); border-radius: 15px; background: rgba(234,213,158,.035); }
.sidebar-safety strong { color: var(--gold-300); font-size: .72rem; }
.sidebar-safety p { margin: 5px 0 9px; color: var(--muted); font-size: .67rem; }
.sidebar-safety a { color: var(--sea-300); font-size: .66rem; font-weight: 800; }
.member-content { min-width: 0; padding-bottom: 20px; }
.member-page-head { display: flex; min-height: 125px; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 28px; padding-top: 9px; }
.member-page-head h1 { margin: 9px 0 5px; font-family: var(--font-display); font-size: clamp(2.4rem, 4.5vw, 4.15rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.member-page-head p { margin: 0; color: var(--muted); font-size: .88rem; }
.studio-safety-chip { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 10px 13px; border: 1px solid rgba(234,213,158,.14); border-radius: 14px; background: rgba(234,213,158,.035); }
.studio-safety-chip > span { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(234,213,158,.2); border-radius: 50%; color: var(--gold-300); }
.studio-safety-chip strong, .studio-safety-chip small { display: block; }
.studio-safety-chip strong { color: var(--gold-300); font-size: .67rem; }
.studio-safety-chip small { color: var(--muted); font-size: .61rem; }
.access-gate { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding: 24px 27px; border: 1px solid rgba(234,213,158,.2); border-radius: 18px; background: linear-gradient(100deg, rgba(234,213,158,.07), rgba(127,206,185,.035)); }
.access-gate h2 { margin: 6px 0 4px; font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; }
.access-gate p { margin: 0; color: var(--muted); font-size: .78rem; }
.studio-tabs { display: flex; gap: 4px; margin-bottom: 27px; padding: 4px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.025); }
.studio-tabs button { flex: 1; min-height: 43px; padding: 8px 15px; border: 0; border-radius: 10px; background: transparent; color: var(--muted); font-size: .76rem; font-weight: 800; }
.studio-tabs button[aria-selected="true"] { background: var(--ink-700); color: var(--text); box-shadow: 0 5px 15px rgba(0,0,0,.16); }
.studio-panel { animation: revealIn .35s ease both; }
.panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.panel-heading h2 { margin: 5px 0 0; font-family: var(--font-display); font-size: 2.3rem; font-weight: 400; }
.panel-heading > p { max-width: 460px; margin: 0 0 4px; color: var(--muted); font-size: .72rem; }
.studio-session-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.studio-session-card { display: flex; min-height: 372px; flex-direction: column; overflow: hidden; padding: 18px; border: 1px solid var(--border); border-radius: 21px; background: linear-gradient(150deg, rgba(255,255,255,.052), rgba(255,255,255,.014)); transition: transform .25s ease, border-color .25s ease; }
.studio-session-card:hover { transform: translateY(-4px); border-color: rgba(234,213,158,.24); }
.session-card-top > span { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.favorite-button { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.025); color: var(--muted); }
.favorite-button span { font-size: 1.18rem; line-height: 1; }
.favorite-button.is-favorite { color: var(--gold-300); border-color: rgba(234,213,158,.32); background: rgba(234,213,158,.08); }
.favorite-button.is-favorite span { font-size: 0; }
.favorite-button.is-favorite span::after { content: "♥"; font-size: 1rem; }
.session-visual { position: relative; height: 95px; margin: 10px 0 17px; }
.session-visual span { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(127,206,185,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.session-visual span:nth-child(1) { width: 76px; height: 76px; }
.session-visual span:nth-child(2) { width: 51px; height: 51px; border-color: rgba(234,213,158,.23); }
.session-visual i { position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--sea-300); transform: translate(-50%,-50%); box-shadow: 0 0 22px rgba(127,206,185,.7); }
.session-tone-focus .session-visual i, .session-tone-gold .session-visual i { background: var(--gold-300); box-shadow: 0 0 22px rgba(234,213,158,.7); }
.session-tone-evening .session-visual span { border-color: rgba(137,158,209,.25); }
.session-subtitle { color: var(--sea-300); font-size: .61rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.studio-session-card h3 { margin: 6px 0 5px; font-family: var(--font-display); font-size: 1.55rem; font-weight: 400; }
.studio-session-card p { margin: 0 0 16px; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.session-card-bottom { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.075); }
.session-card-bottom > span { color: #81999e; font-size: .61rem; }
.session-play { display: grid; width: 37px; height: 37px; place-items: center; border: 0; border-radius: 50%; background: var(--gold-400); color: var(--ink-950); }
.session-play span[aria-hidden="true"] { margin-left: 2px; font-size: .7rem; }

.lab-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 20px; }
.lab-controls, .lab-preview { border: 1px solid var(--border); border-radius: 24px; background: rgba(255,255,255,.025); }
.lab-controls { display: grid; gap: 0; padding: 8px 28px; }
.control-group { margin: 0; padding: 24px 0; border: 0; border-bottom: 1px solid var(--border); }
.control-group legend { float: left; width: 100%; margin: 0 0 15px; padding: 0; color: var(--text); font-size: .75rem; font-weight: 800; }
.control-group legend + * { clear: both; }
.frequency-input-wrap { display: inline-flex; align-items: baseline; gap: 7px; margin-bottom: 17px; }
.frequency-input-wrap input { width: 175px; padding: 0; border: 0; background: transparent; color: var(--text); font-family: var(--font-display); font-size: 2.8rem; line-height: 1; }
.frequency-input-wrap input:focus { outline: 0; }
.frequency-input-wrap span { color: var(--gold-300); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
input[type="range"] { width: 100%; height: 4px; accent-color: var(--gold-400); }
.range-ticks { display: flex; justify-content: space-between; margin-top: 7px; color: #6d878c; font-size: .56rem; }
.control-group > small, .volume-control > small { display: block; margin-top: 10px; color: #748e93; font-size: .61rem; }
.segmented-control { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 4px; border: 1px solid var(--border); border-radius: 12px; background: rgba(0,0,0,.12); }
.segmented-control label { position: relative; }
.segmented-control input { position: absolute; opacity: 0; }
.segmented-control span { display: grid; min-height: 37px; place-items: center; border-radius: 8px; color: var(--muted); font-size: .67rem; font-weight: 800; }
.segmented-control input:checked + span { background: var(--ink-700); color: var(--text); }
.segmented-control input:focus-visible + span { outline: 3px solid var(--gold-300); }
.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.toggle-row strong, .toggle-row small { display: block; }
.toggle-row strong { font-size: .75rem; }
.toggle-row small { color: var(--muted); font-size: .61rem; }
.toggle-row input { position: absolute; opacity: 0; }
.toggle-row i { position: relative; flex: 0 0 auto; width: 44px; height: 24px; border-radius: 999px; background: #31505a; transition: background .2s ease; }
.toggle-row i::after { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; border-radius: 50%; background: var(--cream-50); transition: transform .2s ease; }
.toggle-row input:checked + i { background: var(--sea-500); }
.toggle-row input:checked + i::after { transform: translateX(20px); }
.toggle-row input:focus-visible + i { outline: 3px solid var(--gold-300); }
.beat-control { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--border); }
.beat-control > label { color: var(--muted); font-size: .65rem; }
.beat-control > div { display: grid; grid-template-columns: 1fr 55px; gap: 15px; align-items: center; }
.beat-control output { color: var(--gold-300); font-size: .7rem; font-weight: 800; text-align: right; }
.dual-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--border); }
.select-control { display: grid; gap: 8px; }
.select-control > span { font-size: .7rem; font-weight: 800; }
.select-control select { width: 100%; min-height: 43px; padding: 9px 35px 9px 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--ink-800); color: var(--text); font-size: .72rem; }
.volume-control { border: 0; }
.volume-control label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 12px; font-size: .7rem; font-weight: 800; }
.volume-control output { color: var(--gold-300); }
.lab-preview { position: sticky; top: 104px; align-self: start; display: grid; justify-items: center; padding: 30px; text-align: center; }
.lab-orb { position: relative; display: grid; width: 180px; height: 180px; place-items: center; margin: 22px 0 18px; border: 1px solid rgba(127,206,185,.14); border-radius: 50%; }
.lab-orb::before, .lab-orb span { content: ""; position: absolute; border-radius: 50%; }
.lab-orb::before { inset: 15px; border: 1px solid rgba(234,213,158,.18); }
.lab-orb span { width: 105px; height: 105px; background: radial-gradient(circle at 35% 30%, #315b5f, #0e2c34 67%); box-shadow: inset 0 0 30px rgba(127,206,185,.1), 0 17px 35px rgba(0,0,0,.25); }
.lab-orb i { position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-300); box-shadow: 0 0 20px rgba(234,213,158,.7); }
.lab-orb.is-playing span { animation: breathe 3s ease-in-out infinite; }
.lab-frequency-readout { display: flex; align-items: baseline; gap: 7px; }
.lab-frequency-readout strong { font-family: var(--font-display); font-size: 2.8rem; font-weight: 400; line-height: 1; }
.lab-frequency-readout span { color: var(--gold-300); font-size: .68rem; font-weight: 800; }
.lab-preview > p { color: var(--muted); font-size: .67rem; }
.lab-timer { margin: 18px 0; color: var(--cream-50); font-family: var(--font-display); font-size: 2rem; letter-spacing: .05em; }
.transport-controls { display: flex; align-items: center; gap: 10px; }
.transport-primary, .transport-secondary { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; }
.transport-primary { min-width: 105px; min-height: 48px; gap: 8px; border: 0; background: var(--gold-400); color: var(--ink-950); font-weight: 900; }
.transport-secondary { width: 42px; height: 42px; border: 1px solid var(--border); background: rgba(255,255,255,.03); color: var(--text); }
.audio-status { min-height: 38px; margin: 18px 0 0 !important; }
.library-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.library-card, .dashboard-card { padding: 27px; border: 1px solid var(--border); border-radius: 21px; background: rgba(255,255,255,.025); }
.library-card-head, .dashboard-card-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.library-card h3, .dashboard-card h2 { margin: 0; font-family: var(--font-display); font-size: 1.55rem; font-weight: 400; }
.library-card-head > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(127,206,185,.1); color: var(--sea-300); font-size: .68rem; font-weight: 800; }
.empty-state { margin: 0; padding: 28px 10px; color: var(--muted); font-size: .76rem; text-align: center; }
.library-session-button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 12px 3px; border: 0; border-bottom: 1px solid var(--border); background: transparent; color: var(--text); font-size: .72rem; font-weight: 700; text-align: left; }
.library-session-button::after { content: "▶"; color: var(--gold-300); font-size: .58rem; }
.history-row { padding: 12px 3px; border-bottom: 1px solid var(--border); }
.history-row strong, .history-row small { display: block; }
.history-row strong { font-size: .72rem; }
.history-row small { color: var(--muted); font-size: .58rem; }
.now-playing-dock { position: sticky; z-index: 20; left: 0; right: 0; bottom: 18px; display: grid; grid-template-columns: 45px minmax(150px, .8fr) minmax(100px, 1fr) 55px 38px 38px; align-items: center; gap: 14px; margin-top: 24px; padding: 12px 14px; border: 1px solid rgba(234,213,158,.22); border-radius: 18px; background: rgba(8,27,34,.92); box-shadow: 0 20px 50px rgba(0,0,0,.4); backdrop-filter: blur(18px); }
.now-playing-art { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #1b3e46; }
.now-playing-art span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-300); box-shadow: 0 0 14px rgba(234,213,158,.7); }
.now-playing-copy span, .now-playing-copy strong, .now-playing-copy small { display: block; }
.now-playing-copy span { color: var(--sea-300); font-size: .53rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.now-playing-copy strong { font-size: .74rem; }
.now-playing-copy small { color: var(--muted); font-size: .58rem; }
.dock-progress { height: 3px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.1); }
.dock-progress span { display: block; width: 0; height: 100%; background: var(--gold-400); }
.now-playing-dock time { color: var(--muted); font-size: .68rem; text-align: center; }
.now-playing-dock button { width: 36px; height: 36px; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.035); color: var(--text); }

/* Rewards, account and admin */
.application-card, .referral-link-card, .compliance-reminder, .danger-zone { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-bottom: 20px; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(120deg, rgba(127,206,185,.055), rgba(255,255,255,.016)); }
.application-card h2, .referral-link-card h2, .compliance-reminder h2, .danger-zone h2 { margin: 7px 0 6px; font-family: var(--font-display); font-size: 2rem; font-weight: 400; }
.application-card p, .referral-link-card p, .compliance-reminder p, .danger-zone p { max-width: 650px; margin: 0; color: var(--muted); font-size: .77rem; }
.application-card form { min-width: 290px; }
.consent-check { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 14px; color: var(--muted); font-size: .7rem; }
.referral-link-card { display: grid; grid-template-columns: .8fr 1.2fr; }
.referral-link-card > p { grid-column: 2; }
.copy-field { display: grid; grid-template-columns: 1fr auto; overflow: hidden; border: 1px solid var(--border); border-radius: 13px; background: rgba(0,0,0,.13); }
.copy-field input { min-width: 0; padding: 13px 15px; border: 0; background: transparent; color: var(--text); font-size: .75rem; }
.copy-field button { padding: 10px 18px; border: 0; border-left: 1px solid var(--border); background: rgba(234,213,158,.08); color: var(--gold-300); font-size: .72rem; font-weight: 800; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.metrics-grid > article { min-width: 0; padding: 22px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.025); }
.metrics-grid span, .metrics-grid strong, .metrics-grid small { display: block; }
.metrics-grid span { color: var(--muted); font-size: .64rem; font-weight: 700; }
.metrics-grid strong { overflow: hidden; margin: 8px 0 3px; font-family: var(--font-display); font-size: 1.8rem; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.metrics-grid small { color: #718a90; font-size: .58rem; }
.rewards-metrics { margin-bottom: 20px; }
.reward-rates-card { margin-bottom: 20px; }
.dashboard-card-head .soft-label + h2 { margin-top: 5px; }
.terms-chip, .connected-chip { padding: 6px 10px; border: 1px solid rgba(127,206,185,.18); border-radius: 999px; color: var(--sea-300); font-size: .59rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.rate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.rate-grid article { padding: 20px; border: 1px solid var(--border); border-radius: 15px; background: rgba(0,0,0,.11); }
.rate-grid span, .rate-grid strong, .rate-grid small { display: block; }
.rate-grid span { color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.rate-grid strong { margin: 5px 0; color: var(--gold-300); font-family: var(--font-display); font-size: 2.3rem; font-weight: 400; }
.rate-grid small { color: #6f888d; font-size: .58rem; }
.rate-note { display: grid; grid-template-columns: 28px 1fr; gap: 12px; margin-top: 17px; padding-top: 16px; border-top: 1px solid var(--border); }
.rate-note > span { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--gold-300); font-family: var(--font-display); }
.rate-note p { margin: 0; color: var(--muted); font-size: .64rem; }
.dashboard-two-column { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; margin-bottom: 20px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .69rem; }
th { padding: 10px; border-bottom: 1px solid var(--border); color: #718a90; font-size: .58rem; text-align: left; text-transform: uppercase; letter-spacing: .06em; }
td { padding: 12px 10px; border-bottom: 1px solid rgba(255,255,255,.055); color: #b8c7ca; white-space: nowrap; }
.table-status { display: inline-flex; padding: 4px 7px; border-radius: 999px; background: rgba(127,206,185,.08); color: var(--sea-300); font-size: .56rem; font-weight: 800; }
.status-refunded, .status-failed, .status-error { background: rgba(255,141,130,.08); color: #ffaaa2; }
.status-pending, .status-warning { background: rgba(231,199,120,.08); color: var(--warning); }
.payout-list { display: grid; }
.payout-list article { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--border); }
.payout-list strong, .payout-list small { display: block; }
.payout-list strong { font-size: .73rem; }
.payout-list small { color: var(--muted); font-size: .58rem; }
.payout-list > article > span { color: var(--gold-300); font-family: var(--font-display); }
.compliance-reminder { background: rgba(234,213,158,.04); }
.compliance-reminder .plain-list { min-width: 440px; margin: 0; }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 20px; }
.account-details { margin: 0 0 20px; }
.account-details > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.account-details dt { color: var(--muted); font-size: .66rem; }
.account-details dd { margin: 0; font-size: .73rem; font-weight: 700; text-align: right; }
.account-note { margin: 17px 0 0; color: #789095; font-size: .63rem; }
.provider-list { display: grid; }
.provider-list article { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.provider-list strong, .provider-list small { display: block; }
.provider-list strong { font-size: .73rem; }
.provider-list small { color: var(--muted); font-size: .59rem; }
.app-card > p { color: var(--muted); font-size: .74rem; }
.privacy-controls { margin-bottom: 20px; }
.privacy-controls .dashboard-card-head > a { color: var(--sea-300); font-size: .67rem; font-weight: 800; }
.privacy-action-list article { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 0; border-top: 1px solid var(--border); }
.privacy-action-list strong { display: block; font-size: .78rem; }
.privacy-action-list p { margin: 3px 0 0; color: var(--muted); font-size: .64rem; }
.danger-zone { margin-bottom: 0; border-color: rgba(255,141,130,.2); background: rgba(255,141,130,.035); }
.confirm-dialog { width: min(520px, calc(100% - 32px)); padding: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: #0d2933; color: var(--text); box-shadow: 0 35px 100px rgba(0,0,0,.6); }
.confirm-dialog::backdrop { background: rgba(1,9,12,.75); backdrop-filter: blur(5px); }
.confirm-dialog form { position: relative; padding: 37px; }
.dialog-close { position: absolute; right: 17px; top: 13px; border: 0; background: none; color: var(--muted); font-size: 1.6rem; }
.confirm-dialog h2 { margin: 8px 0 10px; font-family: var(--font-display); font-size: 2rem; font-weight: 400; }
.confirm-dialog p { color: var(--muted); font-size: .74rem; }
.confirm-input { display: grid; gap: 7px; margin: 23px 0; color: var(--muted); font-size: .7rem; }
.confirm-input input { min-height: 44px; padding: 9px 12px; border: 1px solid var(--border); border-radius: 10px; background: rgba(0,0,0,.15); color: var(--text); }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; }
.dialog-status { min-height: 18px; margin: 13px 0 0 !important; color: var(--danger) !important; }

.admin-page .site-header, .admin-page .site-footer { display: none; }
.admin-shell { display: grid; width: 100%; max-width: none; min-height: 100vh; grid-template-columns: 245px minmax(0, 1fr); margin: 0; }
.admin-sidebar { position: sticky; top: 0; display: flex; height: 100vh; flex-direction: column; padding: 26px 20px; border-right: 1px solid var(--border); background: var(--ink-950); }
.admin-label { margin: 38px 10px 10px; color: #668087; font-size: .58rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.admin-exit { margin-top: auto; padding: 10px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.admin-content { min-width: 0; padding: 35px clamp(28px, 4vw, 60px) 60px; }
.admin-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.admin-head h1 { margin: 8px 0 2px; font-family: var(--font-display); font-size: 3rem; font-weight: 400; }
.admin-head p { color: var(--muted); font-size: .68rem; }
.admin-metrics { margin-bottom: 18px; }
.admin-main-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 18px; margin-bottom: 18px; }
.chart-card { min-height: 350px; }
.bar-chart { display: flex; height: 225px; align-items: end; gap: clamp(6px, 1vw, 14px); padding-top: 20px; border-bottom: 1px solid var(--border); background: repeating-linear-gradient(to top, transparent 0, transparent 55px, rgba(255,255,255,.045) 56px); }
.bar-chart > span { flex: 1; height: var(--bar-height); min-height: 6px; }
.bar-chart i { display: block; width: 100%; height: 100%; border-radius: 5px 5px 0 0; background: linear-gradient(to top, var(--sea-500), var(--gold-400)); opacity: .74; }
.system-list { display: grid; }
.system-list article { display: grid; grid-template-columns: 12px 1fr; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--border); }
.system-dot { width: 8px; height: 8px; border-radius: 50%; background: #71868b; }
.system-ok, .system-healthy { background: var(--success); box-shadow: 0 0 0 4px rgba(134,217,184,.08); }
.system-warning, .system-degraded { background: var(--warning); }
.system-error, .system-down { background: var(--danger); }
.system-list strong, .system-list small { display: block; }
.system-list strong { font-size: .7rem; }
.system-list small { color: var(--muted); font-size: .58rem; }

/* Legal centre */
.legal-hero { padding-bottom: 75px; background: radial-gradient(circle at 50% 0%, rgba(127,206,185,.11), transparent 50%); text-align: center; }
.legal-hero h1 { margin: 17px 0 10px; font-family: var(--font-display); font-size: clamp(3.3rem, 7vw, 6.2rem); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.legal-hero p { color: var(--muted); font-size: .78rem; }
.legal-shell { display: grid; grid-template-columns: 220px minmax(0, 780px); justify-content: center; gap: clamp(45px, 7vw, 90px); padding-bottom: 120px; }
.legal-sidebar { position: sticky; top: 110px; align-self: start; }
.legal-sidebar nav { display: grid; margin: 17px 0 28px; border-top: 1px solid var(--border); }
.legal-sidebar nav a { padding: 11px 4px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: .7rem; font-weight: 700; }
.legal-sidebar nav a:hover, .legal-sidebar nav a[aria-current="page"] { color: var(--gold-300); }
.legal-help { padding: 18px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.02); }
.legal-help strong { font-size: .71rem; }
.legal-help p { margin: 4px 0 8px; color: var(--muted); font-size: .62rem; }
.legal-help a { color: var(--sea-300); font-size: .62rem; font-weight: 800; }
.legal-prose { min-width: 0; }
.legal-summary { margin-bottom: 45px; padding: 25px 28px; border: 1px solid rgba(127,206,185,.2); border-radius: 18px; background: rgba(127,206,185,.045); }
.legal-summary strong { display: block; margin-bottom: 5px; color: var(--sea-300); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-summary p { margin: 0 !important; color: #bed0d3 !important; font-size: .84rem !important; }
.legal-summary-prominent { border-color: rgba(234,213,158,.23); background: rgba(234,213,158,.05); }
.legal-summary-prominent strong { color: var(--gold-300); }
.legal-prose h2 { margin: 45px 0 13px; padding-top: 5px; font-size: 2rem; letter-spacing: -.02em; }
.legal-prose p, .legal-prose li { color: #a8babf; font-size: .8rem; line-height: 1.8; }
.legal-prose p { margin-bottom: 17px; }
.legal-prose a { color: var(--gold-300); text-decoration: underline; text-decoration-color: rgba(234,213,158,.35); text-underline-offset: 3px; }
.legal-prose ul, .legal-prose ol { padding-left: 22px; }
.legal-prose li { margin-bottom: 7px; padding-left: 5px; }
.legal-callout { margin: 27px 0; padding: 22px 25px; border-left: 3px solid var(--gold-400); background: rgba(234,213,158,.045); }
.legal-callout strong { display: block; color: var(--gold-300); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.legal-callout p { margin: 6px 0 0; }
.legal-details { display: grid; gap: 8px; padding: 20px; border: 1px solid var(--border); border-radius: 15px; }
.legal-details > div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; }
.legal-details dt { color: var(--muted); font-size: .68rem; }
.legal-details dd { margin: 0; color: var(--text); font-size: .72rem; }

/* Responsive */
@media (max-width: 1100px) {
    .primary-nav { gap: 1px; }
    .primary-nav > a:not(.button):not(.member-chip) { padding-inline: 8px; }
    .hero-grid { grid-template-columns: 1fr 420px; gap: 45px; }
    .studio-session-grid { grid-template-columns: 1fr 1fr; }
    .metrics-grid { grid-template-columns: 1fr 1fr; }
    .admin-main-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .nav-toggle { display: grid; }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; padding: 12px; border: 1px solid var(--border); border-radius: 18px; background: rgba(7,24,32,.98); box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav > a { width: 100%; }
    .primary-nav .button { margin-top: 4px; }
    .primary-nav .text-link, .member-chip { margin-left: 0; }
    .hero-grid, .how-hero-grid, .affiliate-hero .hero-grid { grid-template-columns: 1fr; }
    .home-hero { min-height: auto; }
    .home-hero .hero-copy { text-align: center; }
    .home-hero .hero-lead { margin-inline: auto; }
    .home-hero .hero-actions, .home-hero .trust-row { justify-content: center; }
    .hero-visual { min-height: 500px; }
    .session-card-grid, .numbered-card-grid { grid-template-columns: 1fr 1fr; }
    .session-card-grid article:last-child, .numbered-card-grid article:last-child { grid-column: 1 / -1; }
    .ritual-grid, .waveform-grid, .safety-grid, .standards-grid { grid-template-columns: 1fr; gap: 50px; }
    .boundary-card { grid-template-columns: 70px 1fr; }
    .boundary-copy { grid-column: 2; }
    .membership-home-grid, .reward-teaser-inner { grid-template-columns: 1fr; gap: 30px; }
    .price-lockup { justify-content: flex-start; }
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-assurance { max-width: none; }
    .auth-grid { grid-template-columns: 1fr; max-width: 620px; }
    .auth-story { text-align: center; }
    .auth-story > p { margin-inline: auto; }
    .auth-brand { justify-content: center; margin-bottom: 50px; }
    .auth-art { margin-inline: auto; }
    .auth-trust { justify-content: center; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .member-shell { grid-template-columns: 1fr; padding-top: 25px; }
    .member-sidebar { position: static; min-height: auto; flex-direction: row; align-items: center; gap: 12px; overflow-x: auto; }
    .member-identity { padding: 0; }
    .member-sidebar .membership-badge { display: none; }
    .member-nav { display: flex; margin-left: auto; }
    .sidebar-safety { display: none; }
    .lab-grid { grid-template-columns: 1fr; }
    .lab-preview { position: static; }
    .dashboard-two-column { grid-template-columns: 1fr; }
    .referral-link-card { grid-template-columns: 1fr; }
    .referral-link-card > p { grid-column: 1; }
    .admin-shell { grid-template-columns: 78px minmax(0,1fr); }
    .admin-sidebar { padding-inline: 12px; }
    .admin-sidebar .brand-name, .admin-label, .admin-sidebar .member-nav a:not([aria-current]) { font-size: 0; }
    .admin-sidebar .member-nav a { justify-content: center; }
    .admin-sidebar .member-nav a span { font-size: .9rem; }
    .admin-exit { font-size: 0; }
    .admin-exit::before { content: "←"; font-size: 1rem; }
}

@media (max-width: 680px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .section-pad { padding-block: 74px; }
    .header-inner { min-height: 68px; }
    .brand-name { font-size: .68rem; }
    .brand-name strong { font-size: .77rem; }
    .hero h1, .page-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
    .home-hero { padding-top: 86px; }
    .hero-actions .button { width: 100%; }
    .trust-row { gap: 12px; }
    .trust-row span { font-size: .67rem; }
    .hero-visual { min-height: 430px; }
    .aura-one { width: 390px; height: 390px; }
    .aura-two { width: 290px; height: 290px; }
    .session-orb-card { width: calc(100% - 16px); padding-inline: 20px; }
    .sound-orb { width: 170px; height: 170px; }
    .sound-orb-core { width: 112px; height: 112px; }
    .proof-grid { grid-template-columns: 1fr; padding-block: 10px; }
    .proof-grid p, .proof-grid p:first-child, .proof-grid p:last-child { padding: 18px 4px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.075); }
    .proof-grid p:last-child { border-bottom: 0; }
    .split-heading { grid-template-columns: 1fr; gap: 8px; }
    .session-card-grid, .numbered-card-grid { grid-template-columns: 1fr; }
    .session-card-grid article:last-child, .numbered-card-grid article:last-child { grid-column: auto; }
    .session-art { height: 245px; }
    .ritual-grid { gap: 40px; }
    .quote-panel { min-height: 430px; }
    .boundary-card { grid-template-columns: 1fr; gap: 22px; }
    .boundary-copy { grid-column: 1; }
    .boundary-icon { width: 58px; height: 58px; }
    .membership-list { grid-template-columns: 1fr; }
    .two-column-list { grid-template-columns: 1fr; }
    .pricing-card-head { display: grid; }
    .pricing-ribbon { position: static; display: inline-flex; margin-bottom: 10px; }
    .pricing-action { align-items: flex-start; flex-direction: column; }
    .wave-type-list, .safety-rules, .distinction-grid, .do-dont-grid { grid-template-columns: 1fr; }
    .frequency-scale { margin-inline: 15px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .auth-shell { padding-block: 45px; }
    .auth-story h1 { font-size: 3.6rem; }
    .auth-art { height: 90px; margin-block: 30px; }
    .auth-card { padding: 28px 21px; }
    .member-sidebar { padding: 11px; }
    .member-identity { display: none; }
    .member-nav { width: 100%; justify-content: space-around; margin: 0; }
    .member-nav a { flex: 1; justify-content: center; padding-inline: 7px; }
    .member-page-head { min-height: auto; flex-direction: column; }
    .studio-safety-chip { width: 100%; }
    .access-gate, .application-card, .compliance-reminder, .danger-zone { align-items: flex-start; flex-direction: column; }
    .studio-tabs { overflow-x: auto; }
    .studio-tabs button { min-width: 135px; }
    .panel-heading { align-items: flex-start; flex-direction: column; }
    .studio-session-grid { grid-template-columns: 1fr; }
    .lab-controls { padding-inline: 18px; }
    .segmented-control { grid-template-columns: 1fr 1fr; }
    .dual-controls { grid-template-columns: 1fr; }
    .library-grid, .metrics-grid, .rate-grid, .account-grid { grid-template-columns: 1fr; }
    .now-playing-dock { grid-template-columns: 40px 1fr 38px 38px; }
    .dock-progress, .now-playing-dock time { display: none; }
    .referral-link-card, .application-card { padding: 25px 20px; }
    .copy-field { grid-template-columns: 1fr; }
    .copy-field button { border-top: 1px solid var(--border); border-left: 0; }
    .compliance-reminder .plain-list { min-width: 0; }
    .privacy-action-list article { align-items: flex-start; flex-direction: column; }
    .dialog-actions { align-items: stretch; flex-direction: column; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { position: static; width: 100%; height: auto; flex-direction: row; align-items: center; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--border); }
    .admin-sidebar .brand { display: none; }
    .admin-sidebar .member-nav { display: flex; }
    .admin-sidebar .member-nav a { min-width: 50px; }
    .admin-exit { margin: 0; }
    .admin-content { padding: 25px 14px 50px; }
    .admin-head { flex-direction: column; }
    .legal-shell { grid-template-columns: 1fr; gap: 30px; }
    .legal-sidebar { position: static; }
    .legal-sidebar nav { grid-template-columns: 1fr 1fr; }
    .legal-sidebar nav a { padding-right: 8px; }
    .legal-help { display: none; }
    .legal-prose h2 { font-size: 1.75rem; }
    .legal-details > div { grid-template-columns: 1fr; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
