/* V4 is an isolated copy of the Original refined direction. */
.bookshelf { padding:64px 0 56px; background:var(--paper-soft); border-bottom:1px solid var(--line); }
.bookshelf-heading { text-align:center; margin-bottom:28px; }
.bookshelf-heading .eyebrow { justify-content:center; margin-bottom:14px; }
.bookshelf-heading h2 { margin:0; font-family:var(--serif); font-size:clamp(32px,3.6vw,50px); font-weight:400; line-height:1.1; letter-spacing:-.035em; }
.bookshelf-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:40px; }
.bookshelf-book { min-width:0; display:flex; flex-direction:column; text-align:center; }
.bookshelf-cover { display:flex; align-items:center; justify-content:center; height:224px; border-bottom:1px solid var(--line); }
.bookshelf-cover img { width:auto; height:216px; max-width:100%; object-fit:contain; transition:transform .2s ease; }
.bookshelf-cover:hover img { transform:translateY(-5px); }
.bookshelf-copy { display:flex; flex:1; flex-direction:column; align-items:center; padding:22px 10px 0; }
.bookshelf-copy h3 { max-width:320px; margin:0; font-family:var(--serif); font-size:26px; font-weight:500; line-height:1.12; letter-spacing:-.025em; }
.bookshelf-copy p { max-width:290px; margin:12px 0 14px; font-size:15px; line-height:1.55; color:var(--muted); }
.bookshelf-link { display:inline-flex; align-items:center; gap:8px; min-height:44px; margin-top:auto; color:var(--orange-dark); font-size:12px; font-weight:700; text-decoration:none; }
.bookshelf-link:hover { text-decoration:underline; text-underline-offset:4px; }
.bookshelf-all { display:flex; justify-content:center; margin-top:28px; }
@media (max-width:760px) {
  .bookshelf { padding:44px 0; }
  .bookshelf-grid { grid-template-columns:1fr; gap:0; }
  .bookshelf-book { display:grid; grid-template-columns:110px minmax(0,1fr); gap:20px; padding:20px 0; text-align:left; border-bottom:1px solid var(--line); }
  .bookshelf-cover { height:150px; border:0; }
  .bookshelf-cover img { width:110px; height:150px; }
  .bookshelf-copy { align-items:flex-start; justify-content:center; padding:0; }
  .bookshelf-copy h3 { font-size:24px; }
  .bookshelf-copy p { margin:10px 0 6px; font-size:14px; }
  .bookshelf-link { margin-top:0; }
  .bookshelf-heading { margin-bottom:12px; }
}
@media (max-width:380px) {
  .bookshelf-book { grid-template-columns:86px minmax(0,1fr); gap:14px; }
  .bookshelf-cover img { width:86px; }
  .bookshelf-copy h3 { font-size:22px; }
}
@media (prefers-reduced-motion:reduce) {
  .bookshelf-cover img { transition:none; }
  .bookshelf-cover:hover img { transform:none; }
}
.social-icon { width:24px; height:24px; flex:none; }
.button { gap:10px; }
.hero-actions .youtube-icon { color:var(--orange-dark); }
.announcement { background:var(--charcoal); color:var(--paper); border-bottom:3px solid var(--fern); }
.announcement-inner { display:flex; align-items:center; gap:24px; padding:6px 0; }
.announcement strong { display:flex; align-items:center; gap:8px; flex:none; font-size:12px; color:var(--orange-bright); }
.announcement-live-dot { flex:none; width:8px; height:8px; border-radius:50%; background:#d71920; animation:announcement-live-pulse 1.8s ease-out infinite; }
@keyframes announcement-live-pulse { 0% { box-shadow:0 0 0 0 rgba(215,25,32,.55); } 65%,100% { box-shadow:0 0 0 7px rgba(215,25,32,0); } }
.announcement p { margin:0; font-size:12px; line-height:1.6; max-width:720px; }
.announcement a { flex:none; display:inline-flex; align-items:center; gap:8px; min-height:36px; padding:6px 14px; border:1px solid rgba(240,233,220,.55); border-radius:999px; background:transparent; color:var(--cream); font-size:11px; font-weight:700; text-decoration:none; margin-left:auto; }
.announcement a:hover { background:var(--cream); color:var(--ink); border-color:var(--cream); }
.announcement a:focus-visible { outline-color:var(--fern); outline-offset:2px; }
.hero-portrait img { object-position:30% 42%; }
.credibility { background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.credibility-inner { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); padding:18px 0; }
.credibility-item { min-height:52px; display:flex; align-items:center; justify-content:center; gap:12px; padding:8px 14px; font-family:var(--serif); font-size:15px; line-height:1.25; text-decoration:none; border-right:1px solid var(--line); }
.credibility-item:last-child { border-right:0; }
.credibility-item strong { display:block; margin-top:4px; font-family:var(--sans); font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); }
.credibility-item b { font-family:var(--grotesk); font-weight:800; font-size:20px; }
.credibility-badge { display:grid; place-items:center; flex:none; width:38px; height:38px; border:1px solid var(--orange); border-radius:8px; font-size:12px; }
.credibility-item .social-icon { width:30px; height:30px; color:var(--orange-dark); }
a.credibility-item:hover { background:var(--paper-soft); }
html[data-variant="refined"] .myths-grid { grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:42px 56px; }
.myths-grid>div:first-child { grid-column:1 / -1; }
html[data-variant="refined"] .myths h2 { max-width:1100px; font-size:clamp(38px,4.5vw,66px); line-height:.98; letter-spacing:-.045em; }
.belief-video { align-self:start; position:sticky; top:110px; aspect-ratio:16/9; overflow:hidden; border-radius:18px; background:var(--charcoal); box-shadow:var(--shadow); border-bottom:5px solid var(--fern); }
.belief-video iframe { position:absolute; width:100%; height:100%; inset:0; border:0; }
.myths-copy>p:first-child { margin-top:0; }
.myths-copy { font-size:16px; }
.myths-copy .belief-translation { gap:12px; }
.myths-copy .belief-column { padding:22px; }
.prime-special { background:var(--paper-soft); border-bottom:1px solid var(--line); }
.prime-inner { display:grid; grid-template-columns:1fr 1.15fr auto; align-items:center; gap:40px; padding:48px 0; }
.prime-inner .eyebrow { margin-bottom:12px; }
.prime-inner h2 { margin:0; font-family:var(--serif); font-size:clamp(32px,3vw,44px); line-height:1.05; letter-spacing:-.045em; font-weight:400; }
.prime-inner>p { margin:0; font-family:var(--serif); font-size:19px; line-height:1.5; color:var(--muted); }
.quotes { gap:22px; margin-top:44px; }
.quote { padding:30px; justify-content:flex-start; border-radius:16px; border-top:3px solid var(--orange); }
.quote .quote-mark { display:block; height:35px; }
.quote blockquote { margin:16px 0 30px; font-size:20px; line-height:1.45; }
.quote-person { display:flex; gap:14px; align-items:center; margin-top:auto; padding-top:20px; border-top:1px solid var(--line); }
.quote-person img { width:64px; height:64px; flex:none; object-fit:cover; border-radius:50%; border:2px solid var(--paper-deep); }
.quote-person cite { margin:0; font-family:var(--sans); font-style:normal; text-transform:none; letter-spacing:0; }
.quote-person cite strong { display:block; color:var(--ink); font-size:14px; line-height:1.3; }
.quote-person cite span { display:block; margin-top:5px; font-size:11px; line-height:1.45; color:var(--muted); }
.multiplier-visual { min-height:0; width:100%; aspect-ratio:4/5; }
.multiplier-visual img { position:absolute; inset:0; height:100%; object-position:50% center; }
.post-image img { height:100%; object-fit:cover; }
a:focus-visible, button:focus-visible { outline:3px solid var(--orange-dark); outline-offset:5px; }
@media (max-width:1100px) {
  .announcement-inner { gap:16px; }
  .announcement strong { max-width:115px; }
  .prime-inner { grid-template-columns:1fr 1fr; gap:24px; }
  .prime-inner .button { grid-column:2; justify-self:start; }
  .quotes { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:900px) {
  html[data-variant="refined"] .myths-grid { grid-template-columns:1fr; gap:32px; }
  .belief-video { position:relative; top:auto; width:100%; max-width:680px; justify-self:center; }
  .multiplier-visual { width:min(600px,100%); aspect-ratio:4/3; min-height:0; }
  .credibility-inner { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .credibility-item:nth-child(2) { border-right:0; }
  .credibility-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
}
@media (max-width:760px) {
  .announcement-inner { display:grid; grid-template-columns:1fr auto; gap:4px 14px; padding:8px 0; }
  .announcement strong { max-width:none; }
  .announcement p { grid-column:1/-1; grid-row:2; font-size:11px; }
  .announcement a { min-height:44px; padding:8px 12px; font-size:11px; }
  .hero-portrait img { object-position:30% 42%; }
  .credibility-item { padding:14px 6px; gap:8px; font-size:12px; justify-content:flex-start; }
  .credibility-badge { width:30px; height:34px; font-size:10px; }
  .credibility-item strong { font-size:8px; letter-spacing:.025em; }
  .credibility-item b { font-size:18px; }
  .credibility-item .social-icon { width:26px; height:26px; }
  .prime-inner { grid-template-columns:1fr; gap:24px; padding:38px 0; }
  .prime-inner .button { grid-column:1; }
  .quotes { grid-template-columns:1fr; }
  .quote { padding:26px; }
  .quote blockquote { font-size:20px; }
  .multiplier-visual { min-height:0; aspect-ratio:4/3; border-radius:100px 100px 16px 16px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .announcement-live-dot { animation:none; } }

/* V4 content-flow refinement. These rules do not affect the preserved mockups. */
.navlinks { gap:20px; }
.navlinks a { white-space:nowrap; }
.resource-nav { position:relative; }
.resource-nav-label { display:flex; align-items:center; }
.resource-toggle { display:grid; place-items:center; width:34px; height:44px; border:0; background:none; color:var(--ink); cursor:pointer; }
.resource-toggle svg { width:16px; height:16px; }
.resource-toggle[aria-expanded="true"] svg { transform:rotate(180deg); }
.resource-dropdown { position:absolute; top:100%; left:-20px; width:270px; padding:12px; border:1px solid var(--line); background:var(--paper); border-radius:12px; box-shadow:var(--shadow-soft); }
.resource-dropdown[hidden] { display:none; }
.navlinks .resource-dropdown a { display:flex; justify-content:space-between; align-items:center; min-height:44px; padding:8px 12px; border-radius:6px; font-size:13px; white-space:normal; }
.resource-dropdown a:hover { background:var(--paper-deep); }
.resource-dropdown a:first-child { color:var(--orange-dark); border-bottom:1px solid var(--line); border-radius:0; margin-bottom:6px; }
.belief-video { position:relative; top:auto; align-self:center; box-shadow:var(--shadow-soft); }
.myths-copy { align-self:center; }
.myths-copy .better-line { font-family:var(--serif); font-size:34px; line-height:1.2; margin:24px 0 0; color:var(--ink); padding-left:20px; border-left:3px solid var(--fern); }
.framework-compact { grid-column:1/-1; border-top:0; padding-top:12px; margin-top:4px; }
.framework-intro { display:block; margin-bottom:24px; }
.framework-intro h3 { font-family:var(--serif); font-size:clamp(28px,3vw,42px); line-height:1.12; letter-spacing:-.04em; font-weight:400; margin:0 0 12px; max-width:none; }
.framework-intro p { font-size:15px; color:var(--muted); margin:0; }
.framework-compact .framework-grid { gap:20px; }
.framework-compact .framework-card { border:1px solid var(--line); border-radius:12px; box-shadow:none; }
.framework-compact .framework-image { aspect-ratio:auto; height:145px; }
.framework-compact .framework-image:after { display:none; }
.framework-compact .framework-image img { object-fit:contain; }
.framework-compact .framework-body { padding:24px; }
.framework-body h4 { font-family:var(--grotesk); font-size:19px; line-height:1.2; margin:0 0 14px; letter-spacing:-.025em; }
.framework-compact .framework-body p { font-size:14px; line-height:1.6; margin:0 0 12px; }
.framework-compact .framework-body p:last-child { margin:0; }
.section-heading-row { display:grid; grid-template-columns:1.2fr 1fr; gap:64px; align-items:end; margin-bottom:42px; }
.section-heading-row .display-title { font-size:clamp(42px,5vw,68px); }
.section-heading-row>p,.section-heading-row>div>p:not(.eyebrow) { color:var(--muted); font-size:17px; max-width:480px; }
.section-heading-row em { font-weight:400; color:var(--orange-dark); }
.resources-feature { background:var(--paper-soft); }
.resource-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.resources-feature .text-link,.resources-page .text-link { position:static; display:inline-flex; align-items:center; min-height:44px; }
.framework-compact .framework-image { background:var(--paper-deep); }
.resource-card { display:flex; flex-direction:column; padding:30px; background:var(--paper); border:1px solid var(--line); border-top:3px solid var(--orange); border-radius:12px; }
.resource-card:nth-child(2) { border-top-color:var(--fern); }
.resource-card-top { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.resource-type { color:var(--muted); font-size:10px; letter-spacing:.09em; font-weight:800; text-transform:uppercase; }
.resource-number { color:var(--orange-dark); font-family:var(--serif); font-size:25px; font-style:italic; }
.resource-card h3 { font-family:var(--serif); font-size:31px; line-height:1.08; letter-spacing:-.035em; font-weight:400; margin:30px 0 18px; }
.resource-card h3 a { text-decoration:none; }
.resource-card h3 a:hover { text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:5px; }
.resource-card p { color:var(--muted); font-size:15px; margin:0 0 28px; }
.resource-card .text-link { margin-top:auto; font-size:12px; min-height:44px; display:flex; align-items:center; gap:7px; }
.resource-more { display:flex; flex-wrap:wrap; gap:12px 26px; align-items:center; border-top:1px solid var(--line); padding-top:24px; margin-top:30px; font-size:13px; }
.resource-more span { color:var(--muted); margin-right:auto; }
.resource-more a { text-underline-offset:4px; padding:8px 0; }
.social-connect { padding:86px 0; }
.social-connect .section-heading-row>p { color:#cfc5b8; }
.social-connect .section-heading-row em { color:var(--orange-bright); }
.social-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
.platform-card { border:1px solid #50473c; border-radius:16px; overflow:hidden; background:var(--charcoal-soft); }
.platform-heading { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:22px 26px; border-bottom:1px solid #50473c; }
.platform-heading h3 { display:flex; align-items:center; gap:12px; font-family:var(--grotesk); font-size:20px; margin:0; }
.platform-heading .social-icon { color:var(--orange-bright); width:28px; height:28px; }
.platform-heading>a { display:flex; align-items:baseline; gap:8px; text-decoration:none; }
.platform-heading>a strong { font-family:var(--grotesk); font-size:23px; color:var(--paper); }
.platform-heading>a span { font-size:11px; color:#cfc5b8; }
.social-video { display:block; position:relative; aspect-ratio:16/9; background:#000; }
.social-video img { width:100%; height:100%; object-fit:cover; }
.social-play { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); display:grid; place-items:center; width:64px; height:64px; border-radius:50%; background:var(--orange); color:var(--ink); }
.instagram-reels { height:auto; aspect-ratio:16/9; display:grid; grid-template-columns:1fr 1fr; gap:2px; overflow:hidden; }
.instagram-reels a { position:relative; min-height:0; overflow:hidden; background:#000; }
.instagram-reels img { width:100%; height:100%; object-fit:cover; object-position:center; }
.instagram-reels a>span { position:absolute; right:12px; bottom:12px; width:32px; height:32px; background:var(--paper); color:var(--ink); border-radius:50%; display:grid; place-items:center; }
.platform-body { padding:26px; }
.platform-body .platform-kicker { color:#c4baa9; font-size:10px; text-transform:uppercase; letter-spacing:.09em; margin:0 0 12px; }
.platform-body h4 { font-family:var(--serif); font-size:34px; line-height:1.1; font-weight:400; margin:0 0 14px; letter-spacing:-.035em; }
.platform-body p { font-size:15px; color:#d4cabc; margin:0 0 22px; }
.platform-body .button { min-height:48px; }
.prime-special { background:var(--paper-deep); }
.prime-inner { grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:clamp(48px,7vw,100px); padding:80px 60px; }
.prime-art { width:100%; max-width:350px; justify-self:center; box-shadow:0 22px 45px #35241944; }
.prime-art img { width:100%; height:auto; }
.prime-copy .prime-category { margin:24px 0 12px; font-size:11px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); }
.prime-copy h2 { font-size:clamp(46px,5.8vw,82px); line-height:.98; letter-spacing:-.055em; }
.prime-copy h2 em { color:var(--orange-dark); }
.prime-copy blockquote { margin:30px 0; font-family:var(--serif); font-size:clamp(20px,2vw,25px); line-height:1.5; max-width:490px; color:var(--muted); }
.prime-inner .button { grid-column:auto; justify-self:auto; }
.proof-runway { padding:76px 0; }
.proof-runway .display-title { font-size:clamp(38px,4.5vw,60px); max-width:780px; }
.quotes { display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:thin; scrollbar-color:var(--orange) #40382e; padding-bottom:18px; margin-top:34px; }
.quote { flex:0 0 calc((100% - 44px)/3); scroll-snap-align:start; min-width:0; padding:26px; }
.quote .quote-mark { height:24px; }
.quote blockquote { font-size:18px; line-height:1.5; margin:16px 0 26px; }
.quote-person img { width:52px; height:52px; }
.testimonial-controls { display:flex; align-items:center; justify-content:flex-end; gap:20px; margin-top:16px; }
.testimonial-controls>div { display:flex; align-items:center; gap:16px; }
.testimonial-controls p { margin:0; font-size:12px; color:#cfc5b8; }
.testimonial-controls button { width:44px; height:44px; border:1px solid #756a5c; border-radius:50%; background:none; color:var(--paper); cursor:pointer; font-size:22px; }
.testimonial-controls button:hover:not(:disabled) { background:var(--orange); color:var(--ink); }
.testimonial-controls button:disabled { opacity:.35; cursor:default; }
.testimonial-position { min-width:48px; font-size:12px; color:#cfc5b8; }
.proof-action { margin-top:20px; }
.club-feature { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:40px; align-items:center; border:1px solid var(--line); border-left:4px solid var(--fern); background:var(--paper); margin:24px 0; padding:34px; border-radius:16px; }
.club-art { display:block; }
.club-art img { width:100%; height:auto; border-radius:8px; }
.club-copy h3 { font-family:var(--serif); font-size:clamp(32px,3.2vw,44px); line-height:1.1; letter-spacing:-.04em; font-weight:400; margin:0 0 20px; }
.club-copy h3 em { color:var(--orange-dark); }
.club-copy p,.club-copy li { font-size:14px; color:var(--muted); }
.club-copy ul { margin:16px 0 24px; padding-left:20px; }
.club-copy li { margin:6px 0; }
.club-copy li::marker { color:var(--orange-dark); }
.resource-hero { background:var(--paper-soft); border-bottom:1px solid var(--line); padding:32px 0 40px; }
.breadcrumbs { display:flex; gap:12px; font-size:12px; color:var(--muted); margin-bottom:54px; }
.breadcrumbs a { text-underline-offset:4px; }
.resource-hero h1 { font-family:var(--grotesk); font-weight:900; font-size:clamp(64px,8vw,110px); line-height:.9; letter-spacing:-.065em; margin:0; }
.resource-hero h1 em { font-family:var(--serif); font-weight:400; color:var(--orange-bright); letter-spacing:-.05em; font-size:1.05em; }
.resource-h1-topic { display:block; font-family:var(--sans); font-size:16px; line-height:1.5; letter-spacing:0; font-weight:600; margin-top:28px; }
.resource-hero .section-heading-row .resource-lead { font-family:var(--serif); font-size:32px; color:var(--ink); line-height:1.2; }
.resource-hero .section-heading-row>div>p { font-size:16px; }
.resource-topics { display:flex; flex-wrap:wrap; gap:12px; margin-top:44px; }
.resource-topics a { padding:10px 16px; min-height:44px; border:1px solid var(--line); border-radius:999px; font-size:12px; font-weight:700; text-decoration:none; }
.resource-topics a:hover { background:var(--ink); color:var(--paper); }
.resource-group { padding:56px 0; border-bottom:1px solid var(--line); }
.resource-group-heading { display:flex; gap:20px; align-items:baseline; margin-bottom:26px; }
.resource-group-heading>span { font-family:var(--serif); color:var(--orange-dark); font-size:26px; font-style:italic; }
.resource-group h2 { margin:0; font-family:var(--serif); font-weight:400; font-size:40px; letter-spacing:-.04em; }
.resource-group .resource-grid { grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr)); }
.resource-group .resource-card { max-width:600px; }
.resource-help { display:grid; grid-template-columns:1fr 1fr; gap:60px; background:var(--paper-deep); border-left:4px solid var(--fern); padding:40px; margin:60px 0 30px; }
.resource-help h2 { font-family:var(--serif); font-size:40px; font-weight:400; line-height:1.1; letter-spacing:-.035em; margin:0; }
.resource-help h2 em { color:var(--orange-dark); }
.resource-help p:not(.eyebrow) { font-size:15px; color:var(--muted); }
.resource-disclaimer { max-width:850px; margin:0 0 60px; font-size:12px; color:var(--muted); }
@media (max-width:1100px) {
  .site-header,.site-nav { min-height:76px; }
  .menu-button { display:block; flex:none; }
  .navlinks { position:absolute; inset:100% 0 auto; display:none; align-items:stretch; flex-direction:column; gap:0; padding:16px 24px 24px; background:var(--paper); border-bottom:1px solid var(--line); max-height:calc(100dvh - 80px); overflow:auto; box-shadow:var(--shadow-soft); }
  .navlinks.open { display:flex; }
  .navlinks>a,.navlinks a:nth-child(3),.navlinks a:nth-child(4) { display:flex; align-items:center; min-height:48px; font-size:14px; border-bottom:1px solid var(--line); }
  .resource-nav-label { justify-content:space-between; min-height:48px; border-bottom:1px solid var(--line); }
  .resource-nav-label>a { min-height:48px; display:flex; align-items:center; flex:1; font-size:14px; }
  .resource-toggle { width:48px; height:48px; }
  .resource-dropdown { position:static; width:100%; border:0; background:var(--paper-soft); box-shadow:none; margin:6px 0; }
  .navlinks .nav-cta { justify-content:center; margin-top:14px; }
  .quote { flex-basis:calc((100% - 22px)/2); }
  .section-heading-row { gap:32px; }
  .prime-inner { padding:64px 20px; gap:48px; }
  .platform-heading { padding:20px; }
  .platform-heading>a { flex-direction:column; gap:0; align-items:flex-end; }
  .club-feature { gap:28px; padding:28px; }
}
@media (max-width:760px) {
  .section-heading-row,.framework-intro,.social-grid,.prime-inner,.club-feature,.resource-help { grid-template-columns:1fr; gap:28px; }
  .section-heading-row .display-title { font-size:48px; }
  .framework-intro { gap:18px; }
  .framework-compact { padding-top:30px; }
  .framework-compact .framework-grid { grid-template-columns:1fr; gap:16px; }
  .framework-compact .framework-card { display:grid; grid-template-columns:100px minmax(0,1fr); align-items:stretch; }
  .framework-compact .framework-image { height:100%; min-height:145px; }
  .framework-compact .framework-image img { object-fit:contain; object-position:center; }
  .framework-compact .framework-body { padding:20px 16px; }
  .framework-body h4 { font-size:18px; }
  .framework-compact .framework-body p { font-size:13px; }
  .resource-grid { grid-template-columns:1fr; gap:16px; }
  .resource-card { padding:24px; }
  .resource-card h3 { margin-top:20px; }
  .resource-more span { flex-basis:100%; }
  .prime-inner { padding:56px 0; gap:36px; }
  .prime-art { max-width:290px; }
  .prime-copy { text-align:center; }
  .prime-copy .eyebrow { justify-content:center; }
  .prime-copy h2 { font-size:56px; }
  .prime-copy blockquote { font-size:21px; }
  .social-connect { padding:64px 0; }
  .platform-heading h3 { font-size:18px; }
  .platform-body { padding:24px; }
  .quote { flex-basis:88%; padding:24px; }
  .quote blockquote { font-size:18px; }
  .testimonial-controls { align-items:flex-start; }
  .testimonial-controls p { max-width:120px; }
  .testimonial-controls>div { gap:10px; }
  .club-feature { padding:24px; }
  .club-copy h3 { font-size:38px; }
  .resource-hero h1 { font-size:clamp(58px,15vw,90px); }
  .resource-hero .section-heading-row .resource-lead { font-size:28px; }
  .breadcrumbs { margin-bottom:36px; }
  .resource-group { padding:40px 0; }
  .resource-group h2 { font-size:32px; }
  .resource-help { padding:28px; }
}

/* Annotation polish: compact desktop hero; keep mobile content naturally flowing. */
@media (min-width:1101px) {
  html[data-variant="refined"] .hero-grid { min-height:0; padding:36px 0 38px; gap:48px; }
  html[data-variant="refined"] .hero h1 { font-size:clamp(60px,6vw,86px); }
  .hero-copy .eyebrow { font-size:10px; letter-spacing:.13em; margin-bottom:18px; }
  .hero-lead { font-size:clamp(20px,1.7vw,24px); line-height:1.4; margin-top:20px; }
  .hero-support { font-size:14px; line-height:1.65; margin-top:14px; }
  .hero-actions { margin-top:22px; }
  .hero-media { min-height:470px; }
  .hero-note { padding:16px 18px; }
  .hero-note strong { font-size:17px; }
  .credibility-inner { padding:12px 0; }
}
#start .resource-card { padding:22px; min-height:0; }
#start .resource-card-top { min-height:70px; align-items:center; }
#start .resource-type { max-width:180px; }
.resource-preview { width:64px; height:70px; flex:none; object-fit:cover; object-position:top; border:1px solid var(--line); border-radius:4px; box-shadow:4px 5px 0 var(--paper-deep); }
.resource-preview-book { width:54px; object-fit:contain; }
#start .resource-card h3 { font-size:28px; margin:18px 0 12px; }
#start .resource-card p { font-size:14px; line-height:1.6; margin-bottom:16px; }
#start .resource-card .text-link { font-size:11px; }
.platform-card:first-child .platform-heading .social-icon { color:#ff0033; }
.platform-card:nth-child(2) .platform-heading .social-icon { color:#fff; padding:4px; border-radius:7px; background:radial-gradient(circle at 30% 110%,#ffdc80 0%,#fcaf45 18%,#f77737 30%,#e1306c 52%,#c13584 65%,#833ab4 84%,#405de6 100%); }
.social-play { background:#ff0033; color:#fff; }
.button-youtube { background:#ff0033; color:#160507; border:1px solid #ff0033; box-shadow:none; }
.button-youtube:hover { background:#e5002d; border-color:#e5002d; }
.button-youtube .youtube-icon { color:#fff; }
.button-youtube .youtube-icon path:last-child { fill:#ff0033; }
.button-instagram { background:linear-gradient(115deg,#7130a4,#b32977 60%,#c8275a); color:#fff; border:1px solid #d45399; box-shadow:none; }
.button-instagram:hover { background:linear-gradient(115deg,#58217f,#92235f 60%,#a41c47); }
.platform-body { padding:22px 26px; }
.platform-body p { margin-bottom:16px; font-size:14px; }
.instagram-reels img { object-fit:contain; object-position:center; }
.instagram-reels a>span.reel-proof { inset:auto 0 0; width:auto; height:auto; border-radius:0; display:flex; flex-direction:column; align-items:flex-start; gap:2px; padding:30px 12px 12px; color:#fff; background:linear-gradient(transparent,rgba(0,0,0,.88) 40%); }
.reel-proof b { font-family:var(--grotesk); font-size:16px; }
.reel-proof b span { font-size:11px; }
.reel-proof small { font-size:10px; color:#eee; }
.instagram-reels a>span.reel-open { right:10px; bottom:16px; width:26px; height:26px; font-size:14px; }
.prime-copy .prime-category { margin-top:0; }
.prime-description { margin:26px 0; max-width:550px; }
.prime-description p { font-size:16px; line-height:1.65; margin:0 0 16px; color:var(--muted); }
.prime-description p:first-child { font-family:var(--serif); font-size:23px; line-height:1.35; color:var(--ink); }
#work>.shell>.center-heading>.eyebrow { color:var(--orange-dark); }
.multiplier-feature { background:var(--paper); color:var(--ink); border:1px solid var(--line); border-top:4px solid var(--orange); box-shadow:var(--shadow-soft); }
.multiplier-feature .eyebrow { color:var(--orange-dark); }
.multiplier-feature p,.multiplier-feature li { color:var(--muted); }
.multiplier-feature li::before { color:var(--orange-dark); }
.multiplier-visual img { filter:saturate(.95); }
.multiplier-visual::after { display:none; }
.multiplier-video { width:100%; min-width:0; padding:8px; border:1px solid var(--line); border-radius:16px; background:var(--paper-soft); box-shadow:var(--shadow-soft); }
.multiplier-video-frame { position:relative; aspect-ratio:16/9; overflow:hidden; border-radius:10px; background:#171311; }
.multiplier-video iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.multiplier-audience { color:var(--orange-dark); }
/* Keep every footer destination available, including on small screens. */
.site-footer { background:#101012; }
.footer-brand { min-width:0; }
.footer-brand p { color:#b8afa5; }
.footer-socials { display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.footer-socials a { display:grid; place-items:center; width:44px; height:44px; border:1px solid #48423d; border-radius:50%; color:var(--cream); text-decoration:none; }
.footer-socials svg { width:20px; height:20px; fill:currentColor; }
.footer-socials svg[fill="none"] { fill:none; }
.footer-socials a:hover { color:var(--orange-bright); border-color:var(--orange-bright); }
.site-footer a:focus-visible { outline:3px solid var(--orange-bright); outline-offset:4px; }
.footer-column:last-child { display:block; }
.footer-column a { display:flex; align-items:center; min-height:30px; margin:0; color:#b8afa5; }
.footer-bottom { color:#b8afa5; }
.footer-legal { display:flex; flex-wrap:wrap; gap:4px 20px; }
.footer-legal a { display:flex; align-items:center; min-height:30px; text-underline-offset:3px; }
@media (max-width:1020px) {
  .footer-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px 24px; }
  .footer-brand { grid-column:1 / -1; }
  .footer-brand p { max-width:440px; }
  .footer-column a,.footer-legal a { min-height:44px; }
  .footer-bottom { align-items:flex-start; flex-direction:column; gap:12px; }
}
@media (max-width:600px) {
  .site-footer { padding-top:40px; }
  .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 24px; }
  .footer-column:last-child { grid-column:1 / -1; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:24px; }
  .footer-column:last-child strong { grid-column:1 / -1; }
  .footer-bottom { margin-top:28px; }
}
@media (max-width:380px) {
  .footer-socials { gap:2px; }
}
.club-art-natural { container-type:inline-size; position:relative; aspect-ratio:1460/752; overflow:hidden; border-radius:8px; background:#eee5d6; }
.club-art-natural>img { display:block; width:100%; height:100%; object-fit:contain; border-radius:0; }
/* Reuse the user-selected artwork unchanged; cover its event wording with live club copy. */
.club-art-natural::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,#eee5d6 0%,#eee5d6 43%,rgba(238,229,214,.97) 45%,rgba(238,229,214,0) 56%); pointer-events:none; }
.club-art-message { position:absolute; z-index:1; inset:9% auto auto 5%; width:43%; color:var(--ink); }
.club-art-label { display:block; margin-bottom:5cqw; color:var(--orange-dark); font-family:var(--grotesk); font-size:1.95cqw; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.club-art-message strong { display:block; font-family:var(--grotesk); font-size:7.1cqw; font-weight:900; line-height:.91; letter-spacing:-.06em; text-transform:uppercase; }
.club-art-tagline { display:block; margin-top:2.8cqw; font-family:var(--grotesk); font-size:2.8cqw; font-weight:800; letter-spacing:-.02em; text-transform:uppercase; }
.multiplier-feature { grid-template-columns:minmax(0,1.05fr) minmax(0,1fr); grid-template-areas:"heading heading" "copy video"; align-items:start; gap:32px 40px; }
.multiplier-heading { grid-area:heading; }
.multiplier-copy { grid-area:copy; min-width:0; }
.multiplier-copy>p:first-child { margin-top:0; }
.multiplier-feature>.multiplier-video { grid-area:video; }
@media (max-width:1020px) {
  .multiplier-feature { grid-template-columns:minmax(0,1fr); grid-template-areas:"heading" "video" "copy"; gap:28px; }
}
/* Tighten only the longest section transitions; keep hero and compact sections intact. */
#watch { padding-top:56px; padding-bottom:56px; }
#watch .section-heading-row { display:block; margin-bottom:28px; }
#watch .section-heading-row>p { max-width:760px; margin:16px 0 0; }
#beliefs { padding-top:72px; padding-bottom:72px; }
#story { padding-top:80px; padding-bottom:80px; }
#work { padding-top:80px; padding-bottom:72px; }
#insights { padding-top:72px; padding-bottom:72px; }
@media (max-width:760px) {
  #watch { padding-top:40px; padding-bottom:40px; }
  #watch .section-heading-row { margin-bottom:24px; }
  #beliefs,#story,#work,#insights { padding-top:56px; padding-bottom:56px; }
}
/* Compact content hierarchy, scoped to the homepage resource feature. */
#start { padding-top:56px; padding-bottom:56px; }
#start .resource-heading { grid-template-columns:minmax(0,1fr) auto; gap:20px 36px; margin-bottom:24px; }
#start .resource-heading h2 { font-size:clamp(32px,4vw,52px); line-height:1.05; }
#start .resource-heading p { max-width:700px; margin:12px 0 0; font-size:16px; }
#start .resource-heading>.text-link { align-self:end; white-space:nowrap; }
#start .resource-summary { display:flow-root; }
#start .resource-summary .resource-preview { float:right; width:58px; height:78px; margin:0 0 10px 14px; }
#start .resource-summary .resource-preview-book { width:54px; }
#start .resource-summary h3 { margin:0 0 12px; font-size:26px; }
#start .resource-summary p { margin:0 0 12px; line-height:1.5; }
#start .resource-card>.text-link { padding-top:8px; line-height:1.4; }
.bookshelf-copy h3 a { text-decoration:none; }
.bookshelf-copy h3 a:hover { text-decoration:underline; text-underline-offset:4px; }
/* Typeset proof seals sit beside the covers; artwork remains unchanged. */
.bookshelf-display { display:flex; align-items:center; justify-content:center; gap:0; min-height:224px; padding-bottom:14px; border-bottom:1px solid var(--line); }
.bookshelf-display .bookshelf-cover { min-width:0; flex:0 1 182px; border:0; }
.book-proof { display:flex; flex:0 0 108px; flex-direction:column; align-items:center; justify-content:center; gap:5px; width:108px; height:108px; padding:12px; margin:40px 0 0; border:1px solid #ac7547; border-radius:50%; outline:1px solid #c99c72; outline-offset:-5px; background:#f0dfc4; color:#754019; text-align:center; text-decoration:none; box-shadow:0 5px 12px rgba(77,45,21,.07); }
.book-proof:hover { background:#e9d2b0; border-color:#754019; }
.book-proof:focus-visible { outline:3px solid var(--orange-dark); outline-offset:4px; }
.book-proof strong { display:block; font-family:var(--serif); font-size:18px; font-weight:500; line-height:1; letter-spacing:-.03em; }
.book-proof-nyt strong { white-space:nowrap; }
.book-proof-label { font-size:8px; font-weight:800; line-height:1.3; letter-spacing:.08em; text-transform:uppercase; }
.book-proof-star { font-size:12px; line-height:1; }
.book-proof .book-proof-number { font-size:32px; }
.book-proof .book-proof-count { font-size:24px; }
@media (min-width:761px) and (max-width:1020px) {
  .bookshelf-grid { gap:24px; }
  .bookshelf-display .bookshelf-cover img { height:auto; max-height:216px; width:100%; }
  .book-proof { flex-basis:94px; width:94px; height:94px; padding:9px; }
  .book-proof-nyt strong { font-size:16px; }
  .book-proof-label { font-size:7px; }
}
@media (max-width:900px) {
  #start .resource-heading { grid-template-columns:minmax(0,1fr); gap:8px; }
  #start .resource-heading>.text-link { justify-self:start; }
}
@media (max-width:760px) {
  #start { padding-top:40px; padding-bottom:40px; }
  .bookshelf-book { display:block; text-align:center; }
  .bookshelf-display { min-height:180px; padding:0; border:0; }
  .bookshelf-display .bookshelf-cover { flex:0 1 150px; height:180px; }
  .bookshelf-display .bookshelf-cover img { width:150px; height:180px; }
  .book-proof { flex-basis:100px; margin-top:24px; width:100px; height:100px; padding:10px; }
  .bookshelf-copy { align-items:center; padding-top:16px; }
}
@media (max-width:760px) {
  #start .resource-card { min-height:0; padding:24px; }
  .platform-body { padding:20px; }
  .reel-proof b { font-size:13px; }
  .instagram-reels a>span.reel-open { right:7px; width:22px; height:22px; }
  .prime-description { text-align:left; }
}
