/* Book page: live layout, shared theme colours and shared site chrome. */
.book-page{font-family:'LP Live Inter',Inter,system-ui,sans-serif;color:var(--text)}
.book-page h1,.book-page h2,.book-page h3{font-family:'LP Live Playfair','Playfair Display',Georgia,serif;font-weight:700;color:var(--text)}
.book-page .button{font:900 16px/1.25 'LP Live Inter',Inter,system-ui,sans-serif;padding:15px 22px;min-height:50px;white-space:normal;text-align:center}
.book-page .book-secondary{background:var(--surface);border-color:var(--border);color:var(--text);box-shadow:0 12px 25px var(--shadow)}
.book-page .book-secondary:hover{background:var(--soft)}
.book-hero{padding:80px 0}
.book-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:center}
.book-cover-card{width:100%;max-width:360px;margin:auto;transform:rotate(-3deg)}
/* Follow the book silhouette to hide the white background baked into the original WEBP. */
.book-cover-card img{display:block;width:100%;height:auto;clip-path:polygon(17.34% 12.48%,84.01% 5.17%,87.39% 7.67%,86.04% 84.85%,23.42% 93.23%,20.05% 92.16%,19.82% 91.27%)}
.book-page .eyebrow{font-size:12px;font-weight:900;line-height:1.5;text-transform:uppercase;letter-spacing:.12em;color:var(--selection);margin:0 0 18px}
.book-page h1{font-size:64px;line-height:1;letter-spacing:-.04em;margin:0 0 24px;max-width:540px}
.book-intro-copy>p:not(.eyebrow){font-size:19px;line-height:1.7;color:var(--muted);margin:0 0 28px;max-width:620px}
.book-hero-note{font-size:14px;font-weight:700;color:var(--muted)}
.book-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.book-highlights{list-style:none;padding:0;margin:0;color:var(--text);font-size:16px;line-height:1.6}
.book-highlights li{position:relative;padding-left:26px}
.book-highlights li::before{content:'✓';position:absolute;left:0;top:4px;width:17px;height:17px;border-radius:3px;background:var(--success);color:var(--success-bg);text-align:center;font-size:14px;line-height:17px;font-weight:900}
.book-pricing{margin-top:18px}
.book-currency-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.book-currency-row>span{font-size:12px;font-weight:900;text-transform:uppercase;color:var(--muted)}
:is(.book-currency,.series-language){position:relative;width:250px;max-width:100%}
:is(.book-currency,.series-language) summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:9px 16px;list-style:none;cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:15px;font-size:14px;font-weight:900;color:var(--text);box-shadow:0 8px 18px var(--shadow)}
:is(.book-currency,.series-language) summary::-webkit-details-marker{display:none}
.book-currency-chevron{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;background:var(--focus);color:var(--page)}
.book-currency-chevron::after{content:'';width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg)}
:is(.book-currency,.series-language)[open] summary{border-color:var(--selection);outline:2px solid var(--selected)}
:is(.book-currency,.series-language)[open] .book-currency-chevron{background:var(--button);color:var(--button-text)}
:is(.book-currency,.series-language)[open] .book-currency-chevron::after{transform:translateY(2px) rotate(225deg)}
.book-currency-options{position:absolute;top:calc(100% + 8px);left:0;z-index:30;width:310px;max-width:calc(100vw - 48px);max-height:360px;overflow:auto;padding:7px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 14px 30px var(--shadow)}
:is(.book-currency,.series-language):not([open]) .book-currency-options{display:none}
.book-currency-options button{display:block;width:100%;padding:13px 12px;border:0;border-radius:10px;background:transparent;color:var(--text);text-align:left;font:400 16px/1.35 'LP Live Inter',Inter,system-ui,sans-serif;cursor:pointer}
.book-currency-options button:hover,.book-currency-options button:focus-visible,.book-currency-options button[aria-pressed=true]{background:var(--soft)}
.book-pricing .book-price{margin:22px 0 0;font:900 32px/1.2 'LP Live Inter',Inter,system-ui,sans-serif;color:var(--text)}
.book-pricing .book-price-note,.book-pricing .book-price-status{font-size:12px;line-height:1.5;color:var(--muted);margin:8px 0 0}
.book-price-status:empty{display:none}
@media(max-width:600px){.book-currency-options{width:100%}.book-currency-row{align-items:flex-start;flex-direction:column;gap:8px}}
.book-formats{padding-block:80px}
.book-formats>h2{font-size:46px;line-height:1.05;text-align:center;margin:0 0 16px}
.book-section-text{text-align:center;max-width:720px;margin:0 auto 45px;color:var(--muted);line-height:1.7;font-size:17px}
.book-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:26px;align-items:stretch}
.book-option{background:var(--surface);border-radius:22px;padding:32px;box-shadow:0 16px 40px var(--shadow);border:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between;min-height:340px;min-width:0}
.book-option .eyebrow{margin-bottom:12px;letter-spacing:.1em}
.book-option h3{font-size:28px;line-height:1.25;letter-spacing:0;margin:0 0 14px}
.book-option p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.65;margin:0 0 24px}
.book-small-note{margin:40px 0 0;text-align:center;color:var(--muted);line-height:1.7;font-size:14px}
.book-membership{padding:68px 0}
.book-membership-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:46px;padding:34px;border-radius:24px;background:var(--surface);box-shadow:0 20px 50px var(--shadow);border:1px solid var(--border)}
.book-membership .eyebrow{margin-bottom:10px}
.book-membership h2{font-size:clamp(30px,4vw,46px);line-height:1.06;letter-spacing:-.025em;text-align:left;margin:0 0 14px}
.book-membership-copy>p:not(.eyebrow):not(.book-membership-note){margin:0;color:var(--muted);line-height:1.72;font-size:16px}
.book-membership-note{display:inline-flex;margin:20px 0 0;padding:9px 13px;border-radius:24px;background:var(--success-bg);color:var(--success);font-size:13px;font-weight:800}
.book-membership-side{display:grid;gap:20px}
.book-benefits{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.book-benefits li{position:relative;padding:14px 12px 14px 34px;border-radius:14px;background:var(--soft);color:var(--text);font-size:13px;font-weight:800;border:1px solid var(--border)}
.book-benefits li::before{content:'✓';position:absolute;left:12px;color:var(--success);font-weight:900}
.book-membership-side .book-actions{margin:0;gap:11px}
@media(max-width:900px){.book-hero-grid{grid-template-columns:1fr;gap:45px}.book-intro-copy{order:1}.book-cover-card{order:2;max-width:300px}.book-page h1{font-size:44px}.book-formats>h2{font-size:36px}.book-membership-grid{grid-template-columns:1fr;gap:28px}}
@media(max-width:600px){.book-hero{padding:40px 0 48px}.book-intro-copy>p:not(.eyebrow){font-size:17px}.book-formats{padding-block:48px}.book-options{grid-template-columns:1fr}.book-option{padding:26px;min-height:300px}.book-membership{padding-block:40px}.book-membership-grid{padding:24px}.book-membership-side .book-actions{flex-direction:column}.book-benefits{grid-template-columns:1fr 1fr}.book-benefits li{padding-right:8px}}

/* FAQ keeps the live accordion design within the shared site themes. */
.public-page:has(.faq-page-content){max-width:1100px}
.public-page:has(.faq-page-content)>header{max-width:900px;margin-inline:auto}
.public-page:has(.faq-page-content)>header .eyebrow{color:var(--selection)}
.faq-page-content{max-width:900px;margin-inline:auto;font-family:'LP Live Inter',Inter,Arial,sans-serif}
.faq-page-content .public-faq{display:grid;gap:14px;margin-block:32px 48px}
.faq-page-content h2{font-family:'LP Live Playfair','Playfair Display',Georgia,serif;color:var(--text);margin:0 0 12px}
.faq-page-content .public-faq details{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:24px 26px;box-shadow:0 12px 30px var(--shadow)}
.faq-page-content summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;font-size:19px;line-height:1.35;font-weight:800;color:var(--text)}
.faq-page-content summary::-webkit-details-marker{display:none}
.faq-page-content summary::after{content:'+';font-size:28px;line-height:1;font-weight:800;color:var(--selection);flex-shrink:0}
.faq-page-content details[open] summary::after{content:'−'}
.faq-page-content details p{font-size:16px;line-height:1.75;margin:18px 0 0;color:var(--muted)}
.faq-page-content details a{color:var(--text);text-decoration:underline;text-underline-offset:3px;font-weight:600}
.faq-page-content .faq-contact{text-align:center;padding:38px;border:1px solid var(--border);border-radius:22px;background:var(--surface);margin-top:48px}
.faq-page-content .faq-contact p{max-width:620px;margin:0 auto 24px}
@media(max-width:600px){.faq-page-content .public-faq details{padding:20px}.faq-page-content summary{font-size:17px;gap:14px}.faq-page-content .faq-contact{padding:26px 20px}}
/* Shared public-page layout and the approved homepage refinements. */
.header-main{height:82px}.brand{font-size:31px;line-height:.88;letter-spacing:0}.brand span{margin-top:8px;letter-spacing:.12em}.public-links{padding-block:9px;flex-wrap:wrap}.public-links a{font-size:14px;font-weight:900;line-height:1}
.home-format-grid{grid-template-columns:1fr}.home-format{display:grid;grid-template-columns:210px 1fr;gap:28px;align-items:center;padding:24px}.home-format>img{width:100%;height:auto;object-fit:contain;background:transparent;border-radius:12px}.home-format-copy{padding:0}.home-format .home-cafe-image{width:100%;justify-self:center}.home-format-copy p{max-width:680px}
.public-layout .home-format-grid-cards{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.public-layout .home-discover-art{align-self:start;min-height:0}.public-layout .home-discover-art img{height:auto;min-height:0;max-height:none;object-fit:contain}
.home-footer nav{display:grid;gap:8px}.home-footer nav a{min-height:32px;text-decoration:underline;text-underline-offset:4px}.account-return{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.public-page{padding-block:24px 48px;max-width:1000px}.public-page>header{padding-block:30px}.public-page .home-intro{max-width:740px}.public-page h1{font-size:48px;max-width:800px}.public-page section{margin-block:24px 40px}.public-page p,.public-page li{color:var(--muted);line-height:1.75}.public-page h2{font-size:32px}.public-split{display:grid;grid-template-columns:260px 1fr;gap:52px;align-items:center}.public-split>img{width:100%;height:auto;border-radius:12px}.public-split>.public-dialogue-thumbnail{width:100%;object-fit:contain;justify-self:center}.public-split>.public-portrait{border-radius:50%}.public-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.public-faq details{border-bottom:1px solid var(--border);padding-block:18px}.public-faq summary{font-weight:700;cursor:pointer;min-height:32px}.public-faq summary:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.public-episode-list{padding-left:20px}.public-episode-list li{margin-bottom:12px}
@media(max-width:600px){.header-main{height:70px}.brand{font-size:23px}.brand span{margin-top:6px}.public-menu-button{min-height:44px;padding-block:10px}.home-format{grid-template-columns:96px 1fr;gap:18px;padding:20px;align-items:start}.home-format>img{height:auto;width:96px}.home-format .home-cafe-image{width:96px}.home-format-copy{padding:0}.home-format-copy h3{font-size:23px}.home-format-copy p{font-size:.875rem!important}.home-format-copy .home-status{padding:8px;font-size:.75rem!important}.home-format-copy .eyebrow{font-size:.55rem!important}.home-footer nav{margin-block:20px;grid-template-columns:1fr 1fr}.public-page{padding-block:16px 28px}.public-page>header{padding-block:24px}.public-page h1{font-size:35px}.public-split,.public-info-grid{grid-template-columns:1fr;gap:24px}.public-split>img{max-width:230px;justify-self:start}.public-split>.public-dialogue-thumbnail{width:230px;justify-self:start}.public-split>.public-portrait{width:150px}.public-page section{margin-block:16px 30px}.public-layout .home-format-grid-cards{grid-template-columns:1fr !important}}
/* Footer columns follow the public site's grouped navigation while inheriting each theme's colours. */
.home-footer{display:block;padding-block:52px 28px;border-top:1px solid var(--border);color:var(--muted)}.home-footer-main{display:grid;grid-template-columns:minmax(230px,2fr) repeat(3,minmax(130px,1fr));gap:44px}.home-footer-brand a{color:var(--text);text-decoration:none}.home-footer-brand strong{font:700 1.65rem/1.05 'Playfair Display',Georgia,serif}.home-footer-brand p{margin:18px 0 0;line-height:1.55}.home-footer nav{display:grid;align-content:start;gap:7px}.home-footer nav h2{margin:0 0 9px;color:var(--text);font:700 1rem/1.2 Inter,'LP Live Inter',system-ui,sans-serif}.home-footer nav a{min-height:0;color:var(--muted);text-decoration:none;line-height:1.45}.home-footer nav a:hover,.home-footer nav a:focus-visible{color:var(--text);text-decoration:underline;text-underline-offset:4px}.home-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:48px;padding-top:22px;border-top:1px solid var(--border);font-size:.8rem}.home-footer-bottom p{margin:0}.home-footer-bottom nav{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.home-footer-bottom nav a{color:var(--text);text-decoration:none}.home-footer-bottom nav a:hover,.home-footer-bottom nav a:focus-visible{text-decoration:underline;text-underline-offset:4px}
@media(max-width:600px){.home-footer-main{grid-template-columns:1fr 1fr;gap:28px 24px}.home-footer-brand{grid-column:1/-1}.home-footer nav{grid-template-columns:1fr;margin-block:0}.home-footer-bottom{flex-direction:column;align-items:flex-start;margin-top:32px}.home-footer-bottom nav{grid-template-columns:none;margin-block:0}}

/* The footer is a shared public component: Guided Journey and Homepage use the same type scale. */
.home-footer{font-family:'LP Live Inter',Inter,system-ui,sans-serif;font-size:1rem;padding-block:56px 34px}
.home-footer-brand strong{font-family:'LP Live Playfair','Playfair Display',Georgia,serif;font-size:2rem;line-height:1.02;font-weight:700}
.home-footer-brand p{font-family:'LP Live Inter',Inter,system-ui,sans-serif;font-size:1rem;line-height:1.55;margin-top:22px}
.home-footer nav h2{font-family:'LP Live Inter',Inter,system-ui,sans-serif;font-size:1rem;line-height:1.2;font-weight:900;margin-bottom:10px}
.home-footer nav a{font-family:'LP Live Inter',Inter,system-ui,sans-serif;font-size:1rem;line-height:1.45}
.home-footer-bottom{font-family:'LP Live Inter',Inter,system-ui,sans-serif;font-size:.875rem;margin-top:52px;padding-top:26px}
.home-footer-bottom nav a{font-family:'LP Live Inter',Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700}
.home-footer nav h2{text-align:left}
/* Keep the public header and the learning header on the same type and row metrics. */
.public-links a,.nav-inner a{font-family:'LP Live Inter',Inter,system-ui,sans-serif;font-size:14px;font-weight:900;line-height:1.2}
.nav-inner{gap:28px;padding-block:9px}
.nav-inner a{display:flex;align-items:center;min-height:30px;padding:0}
.header-actions .create-account{font-family:'LP Live Inter',Inter,system-ui,sans-serif;font-size:14px;font-weight:900;line-height:1.2}
.header-actions .create-account.account-avatar{width:48px;height:48px;min-width:48px;min-height:48px;padding:0;flex:none;border:1px solid var(--border);border-radius:50%;background:var(--soft);color:var(--text);box-shadow:none;overflow:visible}
.header-actions .account-avatar::before{display:none}
.header-actions .account-avatar .account-label{font-size:16px;line-height:1;border-radius:inherit}
.header-actions .account-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}
.header-actions .account-avatar:hover{background:var(--selected);border-color:var(--selection)}
@media(max-width:600px){.header-actions .create-account.account-avatar{width:42px;height:42px;min-width:42px;min-height:42px}}
.home-footer-bottom{display:block}
.home-footer-bottom p{max-width:none;margin:0 0 12px;white-space:nowrap}
.home-footer-bottom nav{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}
@media(max-width:600px){.home-footer{padding-block:40px 28px}.home-footer-brand strong{font-size:1.75rem}.home-footer-brand p,.home-footer nav a{font-size:.9375rem}.home-footer-bottom{font-size:.8125rem;margin-top:34px;padding-top:20px}.home-footer-bottom p{white-space:normal}.home-footer-bottom nav a{font-size:.8125rem}}
.home-stats-banner{display:grid;grid-template-columns:1.25fr repeat(4,1fr);align-items:stretch;margin-block:18px 2px;padding:0;border-radius:15px;overflow:hidden;background:var(--button);color:var(--button-text);box-shadow:0 10px 22px var(--shadow)}.home-stats-label,.home-stat{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:74px;padding:12px 16px;text-align:center}.home-stats-label{align-items:flex-start;padding-left:34px;color:var(--button-text);font:900 2.2rem/1 'LP Live Inter',Inter,system-ui,sans-serif;letter-spacing:.04em}.home-stat{border-left:1px solid color-mix(in srgb,var(--button-text) 22%,transparent)}.home-stat strong{color:var(--button-text);font:900 1.8rem/1 'LP Live Inter',Inter,system-ui,sans-serif}.home-stat span{margin-top:5px;color:var(--button-text);font:900 .7rem/1 'LP Live Inter',Inter,system-ui,sans-serif;letter-spacing:.04em}@media(max-width:600px){.home-stats-banner{grid-template-columns:1fr 1fr;margin-block:14px 0}.home-stats-label{grid-column:1/-1;align-items:center;min-height:58px;padding:16px;font-size:1.8rem}.home-stat{min-height:66px}.home-stat:nth-of-type(odd){border-left:0}.home-stat strong{font-size:1.45rem}.home-stat span{font-size:.62rem}}
.legal-page{font-family:'LP Live Inter',Inter,Arial,sans-serif;color:var(--text)}
.legal-page>header,.legal-copy{max-width:860px}
.legal-page .legal-updated{font-size:14px;line-height:1.6;color:var(--muted);margin:0 0 20px}
.legal-page .legal-copy>section{margin:0;padding:26px 0;background:transparent;border:0;box-shadow:none}
.legal-page .legal-copy>section+section{border-top:1px solid var(--border)}
.legal-page .legal-copy h2{font-family:'LP Live Playfair',Georgia,serif;font-size:clamp(25px,3vw,32px);line-height:1.25;color:var(--text);margin:0 0 18px;text-align:left}
.legal-page .legal-copy p,.legal-page .legal-copy li,.legal-page .legal-copy dd{font-size:16px;line-height:1.8;color:var(--muted)}
.legal-page .legal-copy p{margin:0 0 16px}
.legal-page .legal-copy p:last-child{margin-bottom:0}
.legal-page .legal-copy ul{padding-left:24px;margin:0 0 20px}
.legal-page .legal-copy li{padding-left:4px;margin:0 0 12px}
.legal-page .legal-copy strong,.legal-page .legal-copy dt{color:var(--text);font-weight:700}
.legal-page .legal-copy a{color:var(--text);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.legal-page .legal-copy a:hover{color:var(--selection)}
.legal-storage{margin:0 0 22px}
.legal-storage>div{padding:16px 0;border-bottom:1px solid var(--border)}
.legal-storage dt{line-height:1.6;margin-bottom:6px}
.legal-storage dd{margin:0}
.legal-storage code{font-size:14px;overflow-wrap:anywhere;color:var(--text)}
/* Clear shared dropdown selection in Classic. */
:root[data-theme="classic"] .book-currency-options button[aria-pressed="true"]{background:#b93616;color:#fff;font-weight:800}
:root[data-theme="classic"] .book-currency-options button:not([aria-pressed="true"]):is(:hover,:focus-visible){background:#f3ddce;color:#07313a}
:root[data-theme="classic"] .book-currency-options button[aria-pressed="true"]:is(:hover,:focus-visible){background:#982b10;color:#fff}
