:root {
  --wine: #7d0717;
  --wine-dark: #390008;
  --ink: #08050d;
  --paper: #fff8f2;
  --rose: #d92f69;
  --gold: #e3b86d;
  --line: rgba(255,255,255,.2);
  --max: 1180px;
}

* { box-sizing: border-box; }
.visually-hidden { 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; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: white; font-family: Calibri, 'Segoe UI', Arial, sans-serif; font-size: 17px; line-height: 1.65; }
.home-page p, .home-page li, .home-page a, .home-page button { font-family: Calibri, 'Segoe UI', Arial, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
main, section, article, header, footer, nav, div { min-width: 0; }
p, li, a, h1, h2, h3 { overflow-wrap: break-word; }
iframe, video, embed, table { max-width: 100%; }
input, textarea, select, button { max-width: 100%; min-width: 0; }
.prose-section pre { max-width: 100%; overflow-x: auto; }
.prose-section a:not(.button):not(.inline-cta) { overflow-wrap: anywhere; }

.site-header {
  position: sticky; top: 0; z-index: 20; min-height: 88px; padding: 0 clamp(18px, 3vw, 46px);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(18px,2.6vw,36px);
  background: rgba(57,0,8,.94); border-bottom: 1px solid rgba(227,184,109,.24); backdrop-filter: blur(18px);
}
.brand { text-decoration: none; font-weight: 800; letter-spacing: .04em; font-size: 1.1rem; }
.brand span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 4px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.45vw, 25px); white-space: nowrap; }
.main-nav a, .header-cta, .nav-more summary { position: relative; text-decoration: none; font-size: .89rem; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: white; transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.header-cta { padding: 10px 17px; border: 1px solid var(--gold); border-radius: 99px; color: var(--gold); font-weight: 700; white-space: nowrap; }
.header-cta:hover { background: var(--gold); color: var(--wine-dark); }
.nav-more { position: relative; }
.nav-more summary { cursor: pointer; list-style: none; }
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more summary::after { content: '⌄'; margin-left: 6px; color: var(--gold); }
.nav-submenu { position: absolute; top: 35px; right: 0; width: 230px; padding: 13px; display: grid; gap: 3px; background: #250007; border: 1px solid rgba(227,184,109,.25); border-radius: 14px; box-shadow: 0 22px 55px rgba(0,0,0,.38); }
.nav-submenu a { padding: 9px 11px; border-radius: 8px; }
.nav-submenu a:hover { background: rgba(255,255,255,.07); }
.nav-submenu a::after { display: none; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: calc(100svh - 92px); display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -3; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(2,7,23,.9), rgba(2,7,23,.55) 55%, rgba(2,7,23,.85)), linear-gradient(0deg, rgba(3,8,23,.38), transparent 55%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 52% 40%, rgba(242,195,107,.17), transparent 32%); }
.hero-content { width: min(980px, calc(100% - 40px)); padding: 10vh 0 7vh; text-align: center; text-shadow: 0 2px 20px #000; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .2em; font-size: .76rem; font-weight: 700; color: var(--gold); }
h1, h2, h3 { overflow-wrap: break-word; hyphens: none; word-break: normal; text-wrap: balance; font-family: Georgia, 'Times New Roman', serif; line-height: 1.12; margin: 0; }
h1 { font-size: clamp(2.6rem, 6.4vw, 5.65rem); letter-spacing: -.035em; }
h1 span { display: block; margin-top: .22em; font-size: .54em; font-weight: 500; letter-spacing: -.02em; }
.hero-content > p:not(.eyebrow) { max-width: 830px; margin: 1.3rem auto 0; font-size: clamp(1rem, 1.7vw, 1.25rem); }
.hero-content > p + p { margin-top: .15rem !important; }
.scroll-cue { display: grid; place-items: center; width: 44px; height: 44px; margin: 42px auto 0; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; text-decoration: none; font-size: 1.5rem; }

.intro-section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: clamp(76px, 11vw, 150px) 0; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 8vw, 110px); }
.section-copy h2 { max-width: 760px; font-size: clamp(2.2rem, 4.7vw, 4.6rem); }
.section-copy > p:not(.kicker) { color: rgba(255,255,255,.78); max-width: 720px; }
.section-copy .statement { color: white !important; font-family: Georgia, serif; font-size: 1.35rem; border-left: 2px solid var(--gold); padding-left: 22px; }
.portrait-card { margin: 0; position: relative; }
.portrait-card::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; border: 1px solid var(--gold); z-index: -1; }
.portrait-card img { width: 100%; aspect-ratio: .84; object-fit: cover; object-position: 50% 25%; }

@media (max-width: 980px) {
  .site-header { min-height: 74px; grid-template-columns: auto auto 1fr; gap: 16px; }
  .menu-toggle { display: inline-flex; margin-left: auto; padding: 8px 12px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; }
  .header-cta { justify-self: end; }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 22px; flex-direction: column; align-items: stretch; background: var(--wine-dark); white-space: normal; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 7px 0; }
  .nav-more summary { padding: 7px 0; }
  .nav-submenu { position: static; width: auto; margin-top: 6px; box-shadow: none; }
  .hero { min-height: calc(100svh - 74px); }
}

@media (max-width: 720px) {
  .brand { font-size: 0; }
  .brand span { font-size: 1.1rem; margin: 0; }
  .header-cta { display: none; }
  .site-header { grid-template-columns: auto 1fr; }
  .hero-content { padding-top: 7vh; }
  .hero-content > p:not(.eyebrow) { font-size: 1rem; }
  .intro-section { grid-template-columns: 1fr; }
  .portrait-card { order: -1; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border: 2px solid var(--wine); border-radius: 4px; background: var(--wine); color: white; font: inherit; font-weight: 700; letter-spacing: .02em; text-decoration: none; cursor: pointer; box-shadow: 0 8px 0 #3c020b; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.button:hover { background: #95020a; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 0 #3c020b; }
.button:focus-visible, .inline-cta:focus-visible, .text-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button-gold { border-color: var(--gold); background: var(--gold); color: #2c0810; box-shadow: 0 8px 0 #8f631e; }
.button-gold:hover { background: #f0c981; }
.inline-cta { display: inline-flex; align-items: center; gap: 9px; margin: 18px 6px 6px 0; padding: 11px 16px; border: 2px solid var(--wine); border-radius: 3px; background: var(--wine); color: white; font-weight: 700; line-height: 1.2; text-decoration: none; }
.inline-cta:hover { background: var(--wine-dark); }
.button:disabled { cursor: wait; opacity: .68; }
.text-link { color: var(--wine); font-weight: 700; text-underline-offset: 4px; }
.feature-band { padding: clamp(76px, 10vw, 130px) max(20px, calc((100% - var(--max)) / 2)); background: var(--paper); color: var(--ink); text-align: center; }
.feature-band h2, .catalog-section h2, .signup-band h2 { font-size: clamp(2.2rem, 4.4vw, 4rem); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin: 44px 0; text-align: left; }
.feature-grid article { padding: 32px; border: 1px solid rgba(3,8,23,.12); border-radius: 4px; background: white; box-shadow: 8px 8px 0 rgba(125,7,23,.08); }
.feature-grid span { color: var(--wine); font-weight: 800; }
.feature-grid h3 { margin-top: 36px; font-size: 1.7rem; }
.feature-grid p { color: #454756; }
.catalog-section { padding: clamp(76px, 9vw, 120px) max(20px, calc((100% - var(--max)) / 2)); background: var(--ink); color: white; }
.catalog-section.light { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 16px; margin-bottom: 38px; }
.section-heading .kicker { grid-column: 1/-1; margin: 0; }
.section-heading h2 { margin: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.content-card { overflow: hidden; background: white; color: var(--ink); border: 1px solid rgba(3,8,23,.13); border-radius: 4px; box-shadow: 7px 7px 0 rgba(125,7,23,.09); transition: transform .2s ease; }
.content-card:hover { transform: translateY(-3px); }
.card-media { display: block; overflow: hidden; background: #e9dedb; }
.card-media img { width: 100%; aspect-ratio: 1.32; object-fit: cover; transition: transform .35s ease; }
.content-card:hover .card-media img { transform: scale(1.025); }
.content-card > div { padding: 24px; }
.content-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.content-card-link > div { padding: 24px; }
.content-card-link .text-link { display: inline-block; color: var(--wine); text-decoration: underline; text-underline-offset: 4px; }
.content-card h3 { font-size: 1.45rem; }
.content-card h3 a { text-decoration: none; }
.content-card p { color: #555766; }
.card-grid .content-card:nth-child(n+7) { display: none; }
.card-meta { margin: 0 0 10px; color: var(--wine) !important; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.ritual-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(227,184,109,.3); border-block: 1px solid rgba(227,184,109,.3); }
.ritual-strip span { padding: 24px 16px; background: #18070f; color: var(--gold); text-align: center; font-family: Georgia,serif; font-size: 1.05rem; }
.home-listen { padding: clamp(72px,9vw,120px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(42px,7vw,92px); background: #22040c; }
.home-listen-visual { position: relative; }
.home-listen-visual::before { content: ''; position: absolute; inset: -14px 14px 14px -14px; border: 1px solid var(--gold); }
.home-listen-visual img { position: relative; width: 100%; aspect-ratio: 1.3; object-fit: cover; }
.home-listen-copy h2 { max-width: 720px; font-size: clamp(2.4rem,4.7vw,4.6rem); }
.home-listen-copy > p:not(.kicker) { max-width: 680px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.home-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.light-link { color: var(--gold); }
.home-benefits { padding: clamp(72px,9vw,118px) max(24px,calc((100% - var(--max))/2)); background: var(--paper); color: var(--ink); }
.home-benefits > header { max-width: 820px; margin-bottom: 42px; }
.home-benefits > header h2 { font-size: clamp(2.4rem,4.8vw,4.5rem); }
.home-benefits > header > p:last-child { color: #5c4f54; }
.home-benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.home-benefit-grid article { min-height: 265px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(26px,4vw,38px); border: 1px solid #d8c9c5; background: white; box-shadow: 8px 8px 0 rgba(125,7,23,.07); }
.home-benefit-grid .benefit-number { color: var(--wine); font-weight: 800; }
.home-benefit-grid h3 { margin-top: 24px; font-size: clamp(1.65rem,2.8vw,2.35rem); }
.home-benefit-grid p { color: #5b4e53; }
.home-benefit-grid a { margin-top: auto; color: var(--wine); font-weight: 800; text-underline-offset: 5px; }
.home-audios { padding: clamp(76px,9vw,122px) max(24px,calc((100% - var(--max))/2)); background: linear-gradient(145deg,#17050c,#43000d); }
.home-audios-heading { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr); align-items: end; gap: 44px; margin-bottom: 42px; }
.home-audios-heading h2 { max-width: 790px; font-size: clamp(2.5rem,5vw,4.8rem); }
.home-audios-heading > p { color: rgba(255,255,255,.74); }
.home-audio-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.home-audio-card { overflow: hidden; background: white; color: var(--ink); border: 1px solid rgba(227,184,109,.4); }
.home-audio-media { display: block; aspect-ratio: 1; background: #eaded9; }
.home-audio-media img { width: 100%; height: 100%; object-fit: contain; }
.home-audio-card > div { min-height: 390px; display: flex; flex-direction: column; padding: 26px; }
.home-audio-card h3 { font-size: clamp(1.55rem,2.5vw,2.05rem); }
.home-audio-card h3 a { color: #2d0710; text-decoration: none; }
.home-audio-card > div > p:not(.card-meta) { color: #5b4e53; }
.home-audio-card footer { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: auto; padding-top: 20px; border-top: 1px solid #eadfdb; }
.home-audio-card footer strong { color: #2d0710; font-family: Georgia,serif; font-size: 1.5rem; white-space: nowrap; }
.home-audio-card .button { min-height: 44px; padding: 0 16px; }
.home-audios-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 38px; }
.home-community { padding: clamp(76px,9vw,120px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: clamp(42px,7vw,90px); align-items: center; background: #14060d; }
.home-community h2 { max-width: 700px; font-size: clamp(2.4rem,4.8vw,4.5rem); }
.home-community blockquote { margin: 28px 0; padding-left: 22px; border-left: 3px solid var(--gold); color: rgba(255,255,255,.78); font-family: Georgia,serif; font-size: 1.3rem; }
.home-community-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: rgba(227,184,109,.28); border: 1px solid rgba(227,184,109,.28); }
.home-community-stats article { min-height: 170px; display: flex; flex-direction: column; justify-content: center; padding: 24px; background: #25050d; }
.home-community-stats strong { color: var(--gold); font-family: Georgia,serif; font-size: clamp(2rem,4vw,3.2rem); }
.home-community-stats span { color: rgba(255,255,255,.72); }

.carnet-promo { padding: clamp(76px,9vw,125px) max(20px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: minmax(280px,.75fr) 1.25fr; align-items: center; gap: clamp(50px,9vw,120px); background: radial-gradient(circle at 18% 35%,rgba(227,184,109,.2),transparent 28%),linear-gradient(135deg,#3a0009,#820b20 62%,#46020e); }
.carnet-promo-copy h2 { max-width: 760px; font-size: clamp(2.4rem,4.8vw,4.8rem); }
.carnet-promo-copy > p:not(.kicker), .carnet-promo-copy li { color: rgba(255,255,255,.8); }
.carnet-promo-copy ul { margin: 24px 0 32px; padding: 0; list-style: none; }
.carnet-promo-copy li { margin: 9px 0; }
.carnet-promo-copy li::before, .benefit-list li::before { content: '✦'; margin-right: 11px; color: var(--gold); }
.carnet-cover { position: relative; width: min(360px,82%); margin: 0 auto; transform: rotate(-3deg); }
.carnet-cover::before { content: ''; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); border-radius: 8px; }
.carnet-cover::after { content: ''; position: absolute; inset: 12% -14% -10% 18%; z-index: -1; background: rgba(0,0,0,.32); filter: blur(28px); }
.carnet-cover img { position: relative; width: 100%; border-radius: 6px; box-shadow: 0 24px 60px rgba(0,0,0,.34); }

.page-hero { min-height: 560px; padding: clamp(70px,9vw,125px) max(20px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(36px,7vw,100px); background: radial-gradient(circle at 80% 20%, rgba(242,195,107,.16), transparent 30%), linear-gradient(135deg,var(--ink),#12000e); }
.page-hero h1, .article-header h1 { font-size: clamp(2.7rem,6vw,5.7rem); }
.page-hero p { max-width: 720px; font-size: 1.15rem; color: rgba(255,255,255,.76); }
.page-hero > img { width: 100%; max-height: 540px; object-fit: cover; box-shadow: -18px 18px 0 rgba(242,195,107,.18); }
.page-hero.centered { grid-template-columns: 1fr; text-align: center; place-items: center; }
.article-shell { width: min(800px,calc(100% - 48px)); min-width: 0; margin: 0 auto; padding: clamp(64px,8vw,110px) 0; }
.article-shell, .editorial-page { background: var(--paper); color: var(--ink); }
.prose-section { min-width: 0; }
.prose-section h2, .prose-section h3 { scroll-margin-top: 118px; }
.prose-section + .prose-section { margin-top: 52px; }
.prose-section h2 { max-width: 760px; font-size: clamp(1.85rem,3.4vw,3rem); color: #2d0710; }
.prose-section h3 { max-width: 760px; font-size: clamp(1.35rem,2.2vw,1.9rem); color: #3e1820; }
.prose-section p { max-width: 72ch; color: #303039; font-size: 1.08rem; line-height: 1.78; text-align: justify; text-justify: inter-word; hyphens: auto; text-wrap: pretty; }
.playlist-intro-copy p, .playlist-track-copy > p:not(.track-style), .product-copy p { text-align: justify; text-justify: inter-word; hyphens: auto; text-wrap: pretty; }
.keyword { color: var(--wine); font-weight: 800; box-shadow: inset 0 -.3em rgba(227,184,109,.34); }
.intent-label { display: inline-block; margin: 15px 7px 4px 0; padding: 3px 9px 4px; border-left: 4px solid var(--gold); background: #f0e2dc; color: var(--wine-dark); font-weight: 800; line-height: 1.45; }
.article-intro p:first-child { font-size: clamp(1.12rem,2vw,1.3rem); color: #3c1820; }
.lead-copy p:first-child { font-size: 1.35rem; color: var(--wine-dark); }
.article-header { padding: clamp(70px,9vw,125px) max(24px,calc((100% - 980px))/2) 54px; background: var(--paper); color: var(--ink); text-align: left; }
.article-deck { max-width: 800px; margin: 26px auto 0; font-size: 1.2rem; color: #525461; }
.article-header .article-deck { margin-left: 0; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0 0; padding-top: 18px; border-top: 1px solid #d9cac8; color: #6a5a60; font-size: .9rem; }
.article-meta a { color: var(--wine); font-weight: 700; text-underline-offset: 3px; }
.article-summary { margin: 0 0 clamp(42px,6vw,70px); padding: clamp(24px,4vw,38px); border: 1px solid #d9cac8; border-left: 6px solid var(--wine); background: #f7eeeb; box-shadow: 10px 10px 0 #eadbd8; }
.article-summary h2 { margin: 4px 0 14px; font-size: clamp(1.65rem,3vw,2.35rem); }
.article-summary p { margin: 0; }
.article-summary ul { margin: 20px 0 0; padding-left: 1.25rem; }
.article-summary li { margin: 8px 0; line-height: 1.55; font-weight: 700; }
.breadcrumbs { margin-bottom: 34px; font-size: .88rem; color: #777886; }
.article-image { margin: 0; background: var(--paper); }
.article-image img { width: min(1080px,calc(100% - 48px)); height: clamp(320px,60vw,680px); margin: 0 auto; object-fit: cover; object-position: center; }
.article-layout { width: min(1120px,calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 240px minmax(0,800px); gap: clamp(38px,6vw,78px); align-items: start; background: var(--paper); color: var(--ink); }
.article-layout > .article-shell { width: auto; margin: 0; }
.article-toc { position: sticky; top: 118px; margin-top: 74px; padding: 22px 20px; border-top: 4px solid var(--wine); background: #f2e6e2; }
.article-toc p { margin: 0 0 14px; font-weight: 700; color: var(--wine-dark); }
.article-toc ol { margin: 0; padding-left: 18px; }
.article-toc li + li { margin-top: 10px; }
.article-toc a { color: #4f343b; font-size: .88rem; line-height: 1.35; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-cta { margin-top: 70px; padding: clamp(26px,5vw,44px); border-left: 5px solid var(--gold); background: #26030b; color: white; }
.article-cta h2 { color: white; font-size: clamp(2rem,4vw,3.2rem); }
.article-cta p:not(.kicker) { color: rgba(255,255,255,.78); }

.blog-masthead { min-height: 510px; padding: clamp(72px,9vw,122px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; background: #26030b; color: white; border-bottom: 10px solid var(--gold); }
.blog-masthead h1 { max-width: 820px; font-size: clamp(3rem,6.5vw,6.2rem); }
.blog-masthead > div > p:last-child { max-width: 720px; font-size: 1.2rem; color: rgba(255,255,255,.75); }
.blog-mark { min-height: 260px; padding: 34px; display: grid; place-content: center; border: 1px solid rgba(227,184,109,.55); text-align: center; transform: rotate(2deg); }
.blog-mark span { font-family: Georgia,serif; font-size: 5rem; line-height: 1; color: var(--gold); }
.blog-mark strong { margin-top: 16px; font-family: Georgia,serif; font-size: 1.45rem; line-height: 1.15; }
.topic-nav { padding: 18px max(24px,calc((100% - var(--max))/2)); display: flex; gap: 10px; overflow-x: auto; background: white; color: var(--ink); border-bottom: 1px solid #ded3d0; }
.topic-nav a { flex: 0 0 auto; padding: 9px 14px; border: 1px solid #cdbbb7; color: #3f2028; font-weight: 700; font-size: .9rem; text-decoration: none; }
.topic-nav a:hover { border-color: var(--wine); background: var(--wine); color: white; }
.topic-nav a[aria-current="page"] { border-color: var(--wine); background: var(--wine); color: white; }
.blog-catalog .blog-grid .content-card { display: block; }
.blog-category-page { background: var(--paper); color: var(--ink); }
.blog-category-hero { padding: clamp(74px,9vw,120px) max(24px,calc((100% - var(--max))/2)); background: radial-gradient(circle at 82% 22%,rgba(227,184,109,.2),transparent 25%),linear-gradient(135deg,#18060d,#53000f); color: white; border-bottom: 8px solid var(--gold); }
.blog-category-hero h1 { max-width: 940px; font-size: clamp(2.9rem,6vw,5.7rem); }
.blog-category-hero > p:not(.kicker) { max-width: 760px; margin: 22px 0 30px; color: rgba(255,255,255,.8); font-size: 1.16rem; }
.blog-category-hero .breadcrumbs { color: rgba(255,255,255,.64); }
.blog-category-hero .breadcrumbs a { color: white; }
.blog-category-content { padding: clamp(66px,8vw,110px) max(24px,calc((100% - var(--max))/2)); }
.blog-category-content > header { max-width: 850px; margin-bottom: 40px; }
.blog-category-content > header h2 { font-size: clamp(2.2rem,4.4vw,4rem); }
.blog-category-content > header > p:last-child { color: #5c4f54; }
.category-feature { margin-bottom: 30px; overflow: hidden; border: 1px solid #d7c8c5; background: white; box-shadow: 10px 10px 0 rgba(125,7,23,.09); }
.category-feature > a { display: grid; grid-template-columns: minmax(300px,1.05fr) minmax(0,.95fr); min-height: 430px; color: inherit; text-decoration: none; }
.category-feature-media { min-height: 100%; overflow: hidden; background: #eadfda; }
.category-feature-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .35s ease; }
.category-feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px,5vw,60px); }
.category-feature-copy strong { margin: 15px 0; font-family: Georgia,serif; font-size: clamp(2rem,3.7vw,3.5rem); line-height: 1.05; }
.category-feature-copy > span:not(.category-card-meta):not(.category-card-action) { color: #5b4e53; font-size: 1.05rem; }
.category-feature:hover img { transform: scale(1.025); }
.category-article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.category-article-card { overflow: hidden; border: 1px solid #d7c8c5; background: white; box-shadow: 7px 7px 0 rgba(125,7,23,.08); transition: transform .2s ease; }
.category-article-card:hover { transform: translateY(-3px); }
.category-article-card > a { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.category-card-media { display: block; overflow: hidden; background: #eadfda; }
.category-card-media img { width: 100%; aspect-ratio: 1.35; object-fit: cover; object-position: center top; transition: transform .35s ease; }
.category-article-card:hover img { transform: scale(1.025); }
.category-card-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 25px; }
.category-card-copy strong { margin: 12px 0; font-family: Georgia,serif; font-size: clamp(1.4rem,2.3vw,1.85rem); line-height: 1.15; }
.category-card-copy > span:not(.category-card-meta):not(.category-card-action) { color: #5b4e53; }
.category-card-meta { color: var(--wine); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.category-card-action { margin-top: auto; padding-top: 22px; color: var(--wine); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

.songs-page { background: var(--paper); color: var(--ink); }
.songs-intro { padding: clamp(72px,9vw,124px) max(24px,calc((100% - var(--max))/2)); background: #26030b; color: white; border-bottom: 9px solid var(--gold); }
.songs-intro h1 { max-width: 900px; font-size: clamp(3rem,7vw,6.4rem); }
.songs-intro > p:not(.kicker) { max-width: 720px; margin: 24px 0 32px; color: rgba(255,255,255,.78); font-size: 1.18rem; }
.playlist-links { padding: 20px max(24px,calc((100% - var(--max))/2)); display: flex; gap: 10px; overflow-x: auto; background: white; border-bottom: 1px solid #ded3d0; }
.playlist-links a { flex: 0 0 auto; padding: 9px 14px; border: 1px solid #cdbbb7; color: #3f2028; font-weight: 700; font-size: .9rem; text-decoration: none; }
.playlist-links a:hover { border-color: var(--wine); background: var(--wine); color: white; }
.songs-catalog { padding: clamp(60px,8vw,105px) max(24px,calc((100% - var(--max))/2)); }
.songs-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px 22px; }
.song-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid #d7c8c5; background: white; box-shadow: 7px 7px 0 rgba(125,7,23,.08); }
.song-art { position: relative; aspect-ratio: 1; overflow: hidden; background: #eadfda; }
.song-art img { width: 100%; height: 100%; object-fit: cover; }
.song-art span { position: absolute; left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 6px 9px; background: rgba(38,3,11,.92); color: white; font-size: .76rem; font-weight: 700; line-height: 1.15; }
.song-info { padding: 21px; display: grid; grid-template-rows: auto auto 1fr auto; align-content: start; }
.song-number { margin: 0 0 6px; color: var(--wine); font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.song-info h2 { font-size: clamp(1.45rem,2.2vw,2rem); }
.song-info > p:not(.song-number) { margin: 14px 0 20px; color: #5a4d52; font-size: .98rem; line-height: 1.55; }
.song-listen { width: fit-content; display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 2px solid var(--wine); background: var(--wine); color: white; font-weight: 700; line-height: 1.2; text-decoration: none; }
.song-listen:hover { background: var(--wine-dark); }

.theme-playlist-page { background: var(--paper); color: var(--ink); }
.playlist-hero { min-height: 680px; padding: clamp(70px,9vw,125px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); align-items: center; gap: clamp(48px,8vw,110px); background: radial-gradient(circle at 78% 28%,rgba(227,184,109,.2),transparent 25%),linear-gradient(135deg,#17060e,#43000d 58%,#7d0717); color: white; border-bottom: 9px solid var(--gold); }
.playlist-hero .breadcrumbs { color: rgba(255,255,255,.66); }
.playlist-hero .breadcrumbs a { color: white; }
.playlist-hero h1 { max-width: 820px; font-size: clamp(3rem,6vw,6rem); line-height: .98; }
.playlist-promise { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem,1.8vw,1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.button-outline { border-color: rgba(255,255,255,.62); background: transparent; box-shadow: none; }
.button-outline:hover { background: white; color: var(--wine); box-shadow: none; }
.playlist-cover { width: min(430px,90%); margin: 0 auto; position: relative; }
.playlist-cover::before { content: ''; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); }
.playlist-cover img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #12070d; box-shadow: 0 30px 65px rgba(0,0,0,.38); }
.playlist-cover figcaption { position: absolute; right: -18px; bottom: 18px; max-width: 86%; padding: 9px 13px; background: var(--gold); color: #2c0810; font-weight: 800; }
.playlist-theme-nav .is-active { border-color: var(--wine); background: var(--wine); color: white; }
.playlist-editorial { padding: clamp(70px,9vw,118px) max(24px,calc((100% - 920px)/2)); background: #fffaf6; }
.playlist-editorial h2 { max-width: 820px; font-size: clamp(2.25rem,4.7vw,4.25rem); color: #2d0710; }
.playlist-intro-copy { columns: 2; column-gap: clamp(30px,6vw,74px); margin-top: 30px; }
.playlist-intro-copy p { margin-top: 0; color: #44383d; font-size: 1.08rem; line-height: 1.75; }
.playlist-ritual { max-width: 790px; margin: 32px 0 0; padding: 22px 24px; border-left: 5px solid var(--gold); background: #f1e5df; color: #3d2630; }
.playlist-track-section { padding: clamp(72px,9vw,120px) max(24px,calc((100% - 1080px)/2)); }
.playlist-section-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 24px; margin-bottom: 48px; }
.playlist-section-heading h2 { max-width: 760px; font-size: clamp(2.25rem,4.6vw,4.1rem); }
.playlist-track-list { display: grid; gap: 22px; }
.playlist-track { min-width: 0; display: grid; grid-template-columns: minmax(180px,260px) minmax(0,1fr); overflow: hidden; border: 1px solid #d7c8c5; background: white; box-shadow: 8px 8px 0 rgba(125,7,23,.08); }
.playlist-track-art { position: relative; align-self: start; width: 100%; aspect-ratio: 1; overflow: hidden; background: #eadfda; }
.playlist-track-art img { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: contain; }
.playlist-track-art > span { position: absolute; left: 13px; top: 13px; padding: 7px 9px; background: rgba(38,3,11,.92); color: white; font-weight: 800; }
.playlist-track-copy { min-width: 0; padding: clamp(24px,4vw,42px); align-self: center; }
.track-style { margin: 0 0 9px; color: var(--wine); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.playlist-track-copy h2 { font-size: clamp(1.7rem,3vw,2.55rem); }
.playlist-track-copy > p:not(.track-style) { max-width: 680px; margin: 13px 0 22px; color: #574b50; line-height: 1.62; }
.playlist-final-cta { padding: clamp(72px,9vw,118px) max(24px,calc((100% - 900px)/2)); text-align: center; background: #26030b; color: white; }
.playlist-final-cta h2 { font-size: clamp(2.35rem,5vw,4.5rem); }
.playlist-final-cta > p:not(.kicker) { margin: 20px auto 30px; color: rgba(255,255,255,.76); }

.generic-page, .legal-page, .listen-page, .testimonials-page { background: var(--paper); color: var(--ink); }
.generic-hero { min-height: 560px; padding: clamp(68px,8vw,118px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); align-items: center; gap: clamp(42px,7vw,92px); background: radial-gradient(circle at 82% 25%,rgba(227,184,109,.18),transparent 28%),linear-gradient(135deg,#14070e,#3b000b 62%,#720819); color: white; border-bottom: 8px solid var(--gold); }
.generic-hero .breadcrumbs { color: rgba(255,255,255,.65); }
.generic-hero .breadcrumbs a { color: white; }
.generic-hero h1 { max-width: 850px; font-size: clamp(2.8rem,5.7vw,5.6rem); line-height: 1; }
.generic-hero > div > p:last-child { max-width: 720px; color: rgba(255,255,255,.8); font-size: 1.15rem; line-height: 1.7; }
.generic-hero > img { display: block; width: 100%; max-height: 470px; object-fit: contain; box-shadow: -16px 16px 0 rgba(227,184,109,.2); }
.generic-layout { width: min(1120px,calc(100% - 48px)); margin: 0 auto; padding: clamp(66px,8vw,112px) 0; display: grid; grid-template-columns: 230px minmax(0,1fr); gap: clamp(34px,6vw,76px); align-items: start; }
.generic-rail { position: sticky; top: 112px; padding: 24px 20px; border-top: 5px solid var(--wine); background: #eaded9; }
.generic-rail-label { margin: 0 0 11px; color: var(--wine); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.generic-rail strong { display: block; font-family: Georgia,serif; font-size: 1.45rem; line-height: 1.2; }
.generic-rail p:not(.generic-rail-label) { color: #5b4c52; font-size: .92rem; }
.generic-content { min-width: 0; display: grid; gap: 28px; }
.playlist-picker { min-width: 0; padding: clamp(30px,5vw,52px); border: 1px solid #d8c9c5; border-top: 7px solid var(--gold); background: #fff; box-shadow: 9px 9px 0 rgba(125,7,23,.08); }
.playlist-picker > header { max-width: 740px; margin-bottom: 30px; }
.playlist-picker > header h2 { margin-bottom: 14px; font-size: clamp(2rem,4vw,3.35rem); }
.playlist-picker > header > p:last-child { color: #58494f; }
.playlist-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.playlist-choice-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
.playlist-choice-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #d7c8c5; background: #fffaf6; color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.playlist-choice-card:hover, .playlist-choice-card:focus-visible { transform: translateY(-3px); border-color: var(--wine); box-shadow: 7px 7px 0 rgba(125,7,23,.13); outline: none; }
.playlist-choice-media { width: 100%; display: flex; align-items: center; aspect-ratio: 1; background: #20050c; }
.playlist-choice-media img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.playlist-choice-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 20px 18px; }
.playlist-choice-number, .playlist-choice-label { color: var(--wine); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.playlist-choice-number { color: #967439; }
.playlist-choice-copy strong { margin-top: 7px; font-family: Georgia,serif; font-size: 1.38rem; line-height: 1.12; }
.playlist-choice-intention { margin-top: 10px; color: #5d5055; font-size: .95rem; line-height: 1.5; }
.playlist-choice-action { margin-top: auto; padding-top: 14px; color: var(--wine); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.playlist-choice-card:hover .playlist-choice-action, .playlist-choice-card:focus-visible .playlist-choice-action { color: #620514; }
.playlist-all-link { display: inline-flex; margin-top: 26px; color: var(--wine); font-weight: 800; text-underline-offset: 5px; }
.generic-content .prose-section { margin: 0; min-width: 0; padding: clamp(26px,4vw,44px); border: 1px solid #d8c9c5; border-left: 6px solid var(--wine); background: white; box-shadow: 9px 9px 0 rgba(125,7,23,.07); }
.generic-content .prose-section:nth-child(3n+2) { border-left-color: var(--gold); background: #2b0710; color: white; }
.generic-content .prose-section:nth-child(3n+2) h2, .generic-content .prose-section:nth-child(3n+2) h3 { color: white; }
.generic-content .prose-section:nth-child(3n+2) p { color: rgba(255,255,255,.82); }
.generic-content .prose-section:nth-child(3n+2) .keyword, .article-cta .keyword { color: var(--gold); box-shadow: inset 0 -.3em rgba(255,255,255,.14); }
.generic-content .prose-section:nth-child(3n+2) .intent-label { border-left-color: var(--gold); background: rgba(255,255,255,.1); color: #ffe3aa; }
.generic-content .prose-section.lead-copy { padding: clamp(30px,5vw,52px); border-left-color: var(--gold); background: #f1e4df; box-shadow: none; }
.generic-content .lead-copy p:first-child { margin-top: 0; font-family: Georgia,serif; font-size: clamp(1.3rem,2.4vw,1.75rem); line-height: 1.5; color: #350811; }
.generic-content .prose-section h2 { font-size: clamp(2rem,4vw,3.35rem); }
.generic-content .prose-section h3 { font-size: clamp(1.5rem,2.8vw,2.2rem); }
.generic-content .prose-section p:last-child { margin-bottom: 0; }
.method-showcase { min-width: 0; padding: clamp(28px,4.5vw,48px); border: 1px solid #d5c3bf; background: #eaded9; box-shadow: 10px 10px 0 rgba(125,7,23,.08); }
.method-blog { border-color: #4c2029; background: #26030b; color: white; }
.method-showcase-heading { margin-bottom: 32px; }
.method-showcase-heading h2 { max-width: 760px; font-size: clamp(2.15rem,4.4vw,3.65rem); }
.method-blog .method-showcase-heading h2 { color: white; }
.method-showcase-heading > p:last-child { max-width: 720px; color: #5b4d52; }
.method-blog .method-showcase-heading > p:last-child { color: rgba(255,255,255,.76); }
.method-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 32px; }
.method-card { display: grid !important; grid-template-rows: auto 1fr; }
.method-card > div { display: flex; min-width: 0; flex-direction: column; }
.method-card h3 { font-size: clamp(1.35rem,2.2vw,1.8rem); }
.method-card h3 a { overflow-wrap: anywhere; }
.method-card > div > p:not(.card-meta) { flex: 1; }
.method-card-action { margin-top: 18px; padding-top: 16px; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; border-top: 1px solid #e0d3d0; }
.method-card-action strong { color: var(--wine); font-family: Georgia,serif; font-size: 1.3rem; white-space: nowrap; }
.method-about .inline-cta { margin-top: 20px; }

.legal-hero { padding: clamp(62px,8vw,104px) max(24px,calc((100% - 920px)/2)); background: #26030b; color: white; border-bottom: 7px solid var(--gold); }
.legal-hero .breadcrumbs, .legal-hero .breadcrumbs a { color: rgba(255,255,255,.72); }
.legal-hero h1 { max-width: 850px; font-size: clamp(2.5rem,5.5vw,5.1rem); }
.legal-hero > p:last-child { max-width: 760px; color: rgba(255,255,255,.76); }
.legal-content { width: min(880px,calc(100% - 48px)); margin: 0 auto; padding: clamp(58px,8vw,104px) 0; display: grid; gap: 34px; }
.legal-content .prose-section { margin: 0; padding-bottom: 34px; border-bottom: 1px solid #d8c9c5; }
.legal-content h2 { font-size: clamp(1.8rem,3.6vw,2.8rem); }

.listen-hero { min-height: 640px; padding: clamp(70px,9vw,124px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); align-items: center; gap: clamp(46px,8vw,104px); background: linear-gradient(135deg,#16060e,#4c000f 58%,#7d0717); color: white; border-bottom: 9px solid var(--gold); }
.listen-hero .breadcrumbs, .listen-hero .breadcrumbs a { color: rgba(255,255,255,.7); }
.listen-hero h1 { max-width: 780px; font-size: clamp(3rem,6.3vw,6.2rem); line-height: .98; }
.listen-hero > div > p:not(.kicker) { max-width: 690px; color: rgba(255,255,255,.8); font-size: 1.18rem; line-height: 1.7; }
.listen-manifesto { padding: clamp(30px,5vw,58px); display: grid; gap: 5px; border: 1px solid rgba(227,184,109,.55); box-shadow: 18px 18px 0 rgba(0,0,0,.17); transform: rotate(1.5deg); }
.listen-manifesto span, .listen-manifesto strong { font-family: Georgia,serif; font-size: clamp(2.1rem,4vw,4.25rem); line-height: 1; }
.listen-manifesto strong { color: var(--gold); }
.platform-section { padding: clamp(72px,9vw,118px) max(24px,calc((100% - var(--max))/2)); }
.platform-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.platform-card { min-width: 0; padding: clamp(25px,3vw,36px); border: 1px solid #d6c4c1; background: white; box-shadow: 8px 8px 0 rgba(125,7,23,.08); }
.platform-mark { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--wine); color: white; font-weight: 800; }
.platform-card h2 { margin-top: 25px; font-size: clamp(1.7rem,2.8vw,2.35rem); }
.platform-card p { min-height: 4.8em; color: #584d52; }
.platform-card .button { width: 100%; padding-inline: 14px; }
.listen-youtube { padding: clamp(72px,9vw,118px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(45px,8vw,95px); align-items: center; background: #26030b; color: white; }
.listen-youtube h2 { font-size: clamp(2.6rem,5vw,4.8rem); }
.listen-youtube > div:first-child > p:not(.kicker) { color: rgba(255,255,255,.78); line-height: 1.75; }
.stats-grid, .community-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.stats-grid article { min-width: 0; padding: 25px 20px; border: 1px solid rgba(227,184,109,.42); background: rgba(255,255,255,.05); }
.stats-grid strong, .community-stats strong { display: block; color: var(--gold); font-family: Georgia,serif; font-size: clamp(1.8rem,3.3vw,3rem); line-height: 1; }
.stats-grid span, .community-stats span { display: block; margin-top: 9px; line-height: 1.35; }
.queen-quote { width: min(900px,calc(100% - 48px)); margin: 0 auto; padding: clamp(70px,9vw,116px) 0; text-align: center; }
.queen-quote blockquote { margin: 0; color: #330811; font-family: Georgia,serif; font-size: clamp(1.8rem,4vw,3.5rem); line-height: 1.25; }
.queen-quote figcaption { margin: 25px 0 18px; color: #706066; }

.testimonials-hero { padding: clamp(76px,10vw,138px) max(24px,calc((100% - 1040px)/2)); text-align: center; background: radial-gradient(circle at 50% 20%,rgba(227,184,109,.2),transparent 28%),#26030b; color: white; border-bottom: 9px solid var(--gold); }
.testimonials-hero .breadcrumbs, .testimonials-hero .breadcrumbs a { color: rgba(255,255,255,.68); }
.testimonials-hero h1 { font-size: clamp(3.2rem,7vw,7rem); }
.testimonials-hero > p:last-child { max-width: 780px; margin: 24px auto 0; color: rgba(255,255,255,.78); font-size: 1.18rem; line-height: 1.7; }
.community-stats { padding: 0 max(24px,calc((100% - var(--max))/2)); grid-template-columns: repeat(3,minmax(0,1fr)); transform: translateY(-26px); }
.community-stats article { min-width: 0; padding: 28px 22px; border-top: 5px solid var(--gold); background: white; box-shadow: 7px 7px 0 rgba(125,7,23,.08); }
.community-stats strong { color: var(--wine); }
.community-stats span { color: #5b4d52; }
.testimonial-feature { width: min(940px,calc(100% - 48px)); margin: clamp(46px,7vw,90px) auto; padding: clamp(34px,6vw,72px); border: 1px solid #d7c4c0; border-left: 8px solid var(--gold); background: white; box-shadow: 12px 12px 0 rgba(125,7,23,.08); }
.testimonial-feature blockquote { margin: 22px 0; font-family: Georgia,serif; font-size: clamp(2rem,4.6vw,4rem); line-height: 1.25; color: #330811; }
.testimonial-source { color: #74646a; }
.testimonial-intro { padding: clamp(70px,9vw,118px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: clamp(44px,8vw,100px); align-items: center; }
.testimonial-intro h2 { font-size: clamp(2.35rem,4.8vw,4.55rem); }
.testimonial-intro > div > p:last-child { color: #594c52; line-height: 1.72; }
.testimonial-intro blockquote { margin: 0; padding: clamp(28px,5vw,52px); border-left: 7px solid var(--gold); background: #26030b; color: white; font-family: Georgia,serif; font-size: clamp(1.55rem,3vw,2.55rem); line-height: 1.4; box-shadow: 12px 12px 0 rgba(125,7,23,.12); }
.testimonial-intro cite { display: block; margin-top: 22px; color: var(--gold); font-family: Calibri,Arial,sans-serif; font-size: .95rem; font-style: normal; }
.testimonial-offers { padding: clamp(54px,7vw,86px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; background: #eaded9; }
.testimonial-offers a { min-width: 0; padding: clamp(28px,4vw,46px); border-top: 6px solid var(--gold); background: white; color: var(--ink); text-decoration: none; box-shadow: 8px 8px 0 rgba(125,7,23,.08); }
.testimonial-offers span { display: block; margin-bottom: 18px; color: var(--wine); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.testimonial-offers strong { display: block; font-family: Georgia,serif; font-size: clamp(1.65rem,3vw,2.7rem); line-height: 1.16; }
.testimonial-offers small { display: block; margin-top: 16px; color: #615359; font-size: 1rem; line-height: 1.55; }
.testimonial-filter { padding: 22px max(24px,calc((100% - var(--max))/2)); display: flex; gap: 10px; overflow-x: auto; position: sticky; top: 88px; z-index: 5; background: white; border-block: 1px solid #d8c9c5; }
.testimonial-filter a { flex: 0 0 auto; padding: 10px 15px; border: 1px solid #cdbbb7; color: #3f2028; font-weight: 800; text-decoration: none; }
.testimonial-filter a:hover { border-color: var(--wine); background: var(--wine); color: white; }
.testimonial-category { scroll-margin-top: 155px; padding: clamp(72px,9vw,118px) max(24px,calc((100% - var(--max))/2)); }
.testimonial-category:nth-of-type(even) { background: #26030b; color: white; }
.testimonial-category > header { max-width: 900px; margin-bottom: 42px; }
.testimonial-category > header h2 { font-size: clamp(2.35rem,4.8vw,4.5rem); }
.testimonial-category > header > p:last-child { max-width: 750px; color: #64545a; font-size: 1.08rem; line-height: 1.7; }
.testimonial-category:nth-of-type(even) > header > p:last-child { color: rgba(255,255,255,.76); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; align-items: stretch; }
.testimonial-card { min-width: 0; padding: clamp(26px,4vw,42px); display: grid; grid-template-rows: auto 1fr auto; border: 1px solid #d6c4c0; border-top: 5px solid var(--gold); background: white; color: var(--ink); box-shadow: 8px 8px 0 rgba(125,7,23,.08); }
.testimonial-card-label { margin: 0 0 19px; color: var(--wine); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.testimonial-card blockquote { margin: 0; font-family: Georgia,serif; font-size: clamp(1.35rem,2.35vw,2rem); line-height: 1.43; color: #330811; }
.testimonial-card footer { margin-top: 28px; padding-top: 18px; display: grid; gap: 5px; border-top: 1px solid #e0d4d1; }
.testimonial-card footer strong { color: var(--wine); }
.testimonial-card footer span { color: #71636a; font-size: .88rem; line-height: 1.4; }
.testimonials-next { padding: clamp(70px,9vw,114px) max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 36px; align-items: end; background: #eaded9; }
.testimonials-next h2 { max-width: 790px; font-size: clamp(2.4rem,4.8vw,4.5rem); }
.testimonial-actions { display: grid; gap: 14px; }
.image-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding: 0 max(20px,calc((100% - var(--max))/2)) 100px; background: var(--paper); }
.image-strip img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.product-page { background: var(--paper); color: var(--ink); }
.shop-page { background: var(--paper); color: var(--ink); }
.shop-hero { padding: clamp(72px,9vw,126px) max(24px,calc((100% - 1050px)/2)); background: radial-gradient(circle at 85% 22%,rgba(227,184,109,.2),transparent 24%),linear-gradient(135deg,#16050c,#43000d 64%,#7d0717); color: white; }
.shop-hero .breadcrumbs, .shop-hero .breadcrumbs a { color: rgba(255,255,255,.76); }
.shop-hero h1 { max-width: 900px; font-size: clamp(3rem,6.3vw,6.2rem); line-height: .98; }
.shop-hero > p:not(.kicker) { max-width: 740px; margin-top: 24px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem,1.8vw,1.25rem); line-height: 1.7; }
.shop-reassurance { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.shop-reassurance span { padding: 9px 13px; border: 1px solid rgba(227,184,109,.65); color: #f5d99e; font-size: .88rem; font-weight: 700; }
.shop-catalog { padding: clamp(64px,8vw,110px) max(24px,calc((100% - var(--max))/2)); }
.shop-catalog-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 34px; }
.shop-catalog-heading h2 { max-width: 760px; font-size: clamp(2.35rem,4.6vw,4.3rem); }
.shop-catalog-heading > p { flex: 0 0 auto; color: #6b5a60; }
.shop-catalog-heading > p strong { color: var(--wine); font-family: Georgia,serif; font-size: 1.5rem; }
.shop-catalog-intro { max-width: 900px; margin: -8px 0 34px; color: #594b50; font-size: 1.06rem; line-height: 1.75; }
.shop-catalog-intro strong { color: var(--wine); box-shadow: inset 0 -.26em rgba(227,184,109,.35); }
.shop-toolbar { position: sticky; top: 76px; z-index: 6; display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 38px; padding: 14px; border: 1px solid #d8c9c5; background: rgba(255,250,246,.96); box-shadow: 0 8px 24px rgba(43,7,16,.08); backdrop-filter: blur(10px); }
.shop-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.shop-filters button { min-height: 44px; padding: 10px 15px; border: 1px solid #cdbbb7; background: white; color: #4a3038; font: inherit; font-weight: 800; cursor: pointer; }
.shop-filters button span { margin-left: 5px; color: #8c747b; font-size: .8rem; }
.shop-filters button:hover, .shop-filters button:focus-visible, .shop-filters button.is-active { border-color: var(--wine); background: var(--wine); color: white; outline: none; }
.shop-filters button.is-active span { color: #f5d99e; }
.shop-sort { display: flex; align-items: center; gap: 10px; color: #5d4d53; font-size: .9rem; font-weight: 700; }
.shop-sort select { min-height: 44px; padding: 8px 34px 8px 12px; border: 1px solid #cdbbb7; background: white; color: var(--ink); font: inherit; }
.shop-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.shop-product-card { min-width: 0; overflow: hidden; border: 1px solid #d7c8c5; background: white; box-shadow: 9px 9px 0 rgba(125,7,23,.08); }
.shop-product-card[hidden] { display: none; }
.shop-product-media { display: block; overflow: hidden; aspect-ratio: 1.2; background: #eaded9; }
.shop-product-media img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.shop-product-card:hover .shop-product-media img { transform: scale(1.025); }
.shop-product-body { display: flex; flex-direction: column; min-height: 365px; padding: clamp(24px,3vw,34px); }
.shop-product-type { margin: 0 0 10px; color: var(--wine); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shop-product-card h2 { font-size: clamp(1.7rem,2.7vw,2.35rem); line-height: 1.12; }
.shop-product-card h2 a { color: #2d0710; text-decoration: none; }
.shop-product-description { color: #5c5055; line-height: 1.65; }
.shop-product-footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: auto; padding-top: 22px; border-top: 1px solid #eadfdb; }
.shop-product-footer strong { color: #2d0710; font-family: Georgia,serif; font-size: 1.65rem; white-space: nowrap; }
.shop-product-footer .button { padding: 11px 16px; }
.shop-empty { padding: 40px; text-align: center; border: 1px dashed #bca9a4; }
.shop-help { padding: clamp(68px,8vw,105px) max(24px,calc((100% - var(--max))/2)); background: #26030b; color: white; }
.shop-help > div:first-child { max-width: 760px; }
.shop-help h2 { font-size: clamp(2.3rem,4.8vw,4.4rem); }
.shop-help-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 38px; }
.shop-help-options article { padding: 28px; border: 1px solid rgba(227,184,109,.42); background: rgba(255,255,255,.05); }
.shop-help-options strong { font-family: Georgia,serif; font-size: 1.55rem; }
.shop-help-options p { color: rgba(255,255,255,.76); }
.shop-help-options a { display: inline-flex; gap: 8px; padding: 0 0 5px; border-bottom: 1px solid var(--gold); color: var(--gold); font-weight: 800; text-decoration: none; }
.shop-help-options a:hover, .shop-help-options a:focus-visible { color: white; border-bottom-color: white; outline: none; }
.product-page > .breadcrumbs { width: min(var(--max),calc(100% - 40px)); margin: 0 auto; padding-top: 44px; }
.product-hero { width: min(var(--max),calc(100% - 40px)); margin: 0 auto; padding: 32px 0 88px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(38px,7vw,100px); }
.product-visual img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-summary h1 { font-size: clamp(2.4rem,4.5vw,4.5rem); }
.price { font-family: Georgia,serif; font-size: 2rem; color: var(--wine); }
.trust-list { margin-top: 28px; padding: 0; list-style: none; color: #565866; }
.trust-list li::before { content: '✓'; margin-right: 10px; color: var(--wine); font-weight: 800; }
.checkout-status, .form-status { min-height: 1.5em; color: var(--wine); }
.product-copy { width: min(980px,calc(100% - 48px)); margin: 0 auto; padding: 18px 0 clamp(76px,9vw,120px); }
.product-introduction { margin-bottom: 38px; padding: clamp(28px,5vw,48px); border-left: 6px solid var(--gold); background: #2b0710; color: white; box-shadow: 10px 10px 0 rgba(125,7,23,.1); }
.product-introduction h2 { max-width: 800px; font-size: clamp(2.1rem,4.7vw,4rem); color: white; }
.product-introduction p:not(.kicker) { max-width: 76ch; color: rgba(255,255,255,.84); text-align: justify; text-justify: inter-word; hyphens: auto; }
.product-accordion-list { display: grid; gap: 15px; }
.product-accordion, .content-accordion { border: 1px solid #d6c5c1; background: white; color: var(--ink); box-shadow: 7px 7px 0 rgba(125,7,23,.07); }
.product-accordion summary, .content-accordion summary { min-height: 68px; padding: 18px 22px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 20px; cursor: pointer; color: #350811; font-family: Georgia,serif; font-size: clamp(1.22rem,2.5vw,1.72rem); font-weight: 700; line-height: 1.25; list-style: none; }
.product-accordion summary::-webkit-details-marker, .content-accordion summary::-webkit-details-marker { display: none; }
.product-accordion summary:hover, .content-accordion summary:hover { background: #f4e8e3; }
.product-accordion summary:focus-visible, .content-accordion summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.accordion-icon { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); font-family: Calibri,'Segoe UI',sans-serif; font-size: 1.45rem; font-weight: 400; line-height: 1; transition: transform .2s ease, background .2s ease; }
details[open] > summary .accordion-icon { transform: rotate(45deg); background: var(--wine); color: white; }
.product-accordion-body, .accordion-body { padding: 2px 22px 25px; border-top: 1px solid #eadfdb; }
.product-accordion-body p, .accordion-body p { max-width: 76ch; color: #3f3740; text-align: justify; text-justify: inter-word; hyphens: auto; }
.product-feature-list { margin: 18px 0 8px; padding: 0; display: grid; gap: 11px; list-style: none; }
.product-feature-list li { position: relative; padding-left: 27px; color: #40363b; }
.product-feature-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--wine); font-weight: 900; }
.product-resource-link { width: fit-content; max-width: 100%; margin: 18px 0 5px; padding: 12px 16px; display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; border: 2px solid var(--wine); background: var(--wine); color: white; font-weight: 800; line-height: 1.3; text-decoration: none; }
.product-resource-link:hover { background: var(--wine-dark); }
.product-quote { margin: 24px 0 6px; padding: 20px 22px; border-left: 5px solid var(--gold); background: #f1e5df; color: #350811; font-family: Georgia,serif; font-size: clamp(1.18rem,2.2vw,1.55rem); line-height: 1.5; }
.personalization-section { padding: clamp(70px,8vw,112px) max(20px,calc((100% - var(--max))/2)); background: #eaded9; color: var(--ink); }
.personalization-section > header { width: min(880px,100%); margin: 0 auto 34px; text-align: center; }
.personalization-section > header h2 { margin: 7px 0 14px; font-size: clamp(2.2rem,4.8vw,4rem); line-height: 1.04; }
.personalization-section > header p:last-child { max-width: 65ch; margin-inline: auto; color: #5e4c52; }
.personalization-section > header p:last-child::after { content: "* Champs obligatoires"; display: block; margin-top: 12px; color: var(--wine); font-size: .9rem; font-weight: 800; }
.personalization-form { width: min(920px,100%); margin: 0 auto; padding: clamp(24px,5vw,50px); border: 1px solid #d5c3be; background: #fffaf6; box-shadow: 12px 12px 0 rgba(75,0,18,.1); }
.form-progress { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 0 0 38px; color: #806d73; font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-align: center; text-transform: uppercase; }
.form-progress span { padding: 10px 5px; border-top: 4px solid #d8c9c5; }
.form-progress span:first-child, .form-progress span.is-active, .personalization-form.is-ready .form-progress span:nth-child(3) { border-color: var(--wine); color: var(--wine); }
.personalization-form fieldset { min-width: 0; margin: 0 0 34px; padding: 0; border: 0; }
.personalization-form legend, .form-field > span:first-child { display: block; margin: 0 0 12px; color: #310810; font-family: Georgia,serif; font-size: clamp(1.18rem,2.2vw,1.45rem); font-weight: 700; line-height: 1.3; }
.form-field:has(input[required]) > span:first-child::after, .form-field:has(textarea[required]) > span:first-child::after, .personalization-form fieldset:has(input[required]) > legend::after { content: " *"; color: var(--wine); }
.form-field { display: grid; min-width: 0; margin-bottom: 30px; }
.form-field input[type="email"], .form-field input[type="text"], .form-field textarea { width: 100%; min-width: 0; padding: 14px 15px; border: 1px solid #bfaeaa; border-radius: 3px; background: white; color: var(--ink); font: 1rem/1.5 Calibri,'Segoe UI',sans-serif; }
.form-field textarea { min-height: 132px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--wine); outline: 3px solid rgba(125,7,23,.14); outline-offset: 1px; }
.field-help { margin: 8px 0 0; color: #74646a; font-size: .9rem; line-height: 1.5; }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.choice-grid.compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-choice { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: start; gap: 10px; min-width: 0; padding: 14px; border: 1px solid #d6c7c3; background: white; cursor: pointer; transition: border-color .18s ease,background .18s ease,box-shadow .18s ease; }
.form-choice:hover { border-color: #9f777e; }
.form-choice:has(input:checked) { border-color: var(--wine); background: #f7eae7; box-shadow: inset 4px 0 var(--wine); }
.form-choice input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--wine); }
.form-choice strong, .form-choice small { min-width: 0; overflow-wrap: anywhere; }
.form-choice strong { display: block; color: #3a1a23; font-size: 1rem; line-height: 1.3; }
.form-choice small { display: block; margin-top: 3px; color: #75666b; line-height: 1.35; }
.form-consents { display: grid; gap: 12px; margin: 10px 0 28px; }
.form-consents label { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: start; gap: 10px; color: #4b3b41; line-height: 1.5; cursor: pointer; }
.form-consents input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--wine); }
.form-consents a { color: var(--wine); font-weight: 800; text-underline-offset: 3px; }
.personalization-submit { display: grid; gap: 10px; }
.personalization-submit .button { width: 100%; min-height: 54px; justify-content: center; font-size: 1rem; }
.personalization-submit p { margin: 0; color: #74646a; font-size: .9rem; text-align: center; }
.personalization-status { min-height: 1.6em; margin: 13px 0 0; color: var(--wine); font-weight: 700; text-align: center; }
.accordion-section { padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.accordion-section .content-accordion { border-left: 6px solid var(--wine); }
.accordion-section .accordion-body { padding-inline: clamp(20px,4vw,36px); }
.generic-content .accordion-section .accordion-body p { color: #3f3740 !important; }

.signup-band { padding: clamp(72px,8vw,110px) max(20px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,8vw,100px); align-items: center; background: linear-gradient(135deg,var(--wine-dark),var(--wine)); color: white; }
.signup-band .kicker { color: var(--gold); }
.lead-form { display: grid; gap: 18px; }
.lead-form label { display: grid; gap: 6px; font-weight: 700; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.36); border-radius: 8px; padding: 14px 16px; background: rgba(255,255,255,.96); color: var(--ink); font: inherit; }
.lead-form .button { background: white; color: var(--wine); justify-self: start; }

.carnet-page { background: var(--paper); color: var(--ink); }
.carnet-hero { min-height: 680px; padding: clamp(70px,9vw,125px) max(20px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(48px,8vw,110px); color: white; background: radial-gradient(circle at 72% 30%,rgba(227,184,109,.17),transparent 26%),linear-gradient(135deg,#11070e,#3b000b 55%,#7d0717); }
.carnet-copy h1 { max-width: 760px; font-size: clamp(3rem,6vw,6rem); }
.carnet-copy > p:not(.kicker):not(.carnet-lead) { max-width: 680px; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.carnet-lead { margin: 22px 0 8px; font-family: Georgia,serif; font-size: clamp(1.35rem,2.4vw,2rem); color: var(--gold); }
.benefit-list { margin: 28px 0 0; padding: 0; list-style: none; }
.benefit-list li { margin: 11px 0; color: rgba(255,255,255,.9); }
.carnet-cover-large { width: min(410px,85%); transform: rotate(3deg); }
.carnet-form-section { padding: clamp(70px,9vw,120px) max(20px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px,8vw,105px); align-items: center; background: #fff8f2; }
.carnet-form-section h2, .carnet-steps h2 { font-size: clamp(2.4rem,4.5vw,4.2rem); }
.carnet-form-section > div > p:last-child { color: #5b5057; }
.carnet-form { padding: clamp(24px,4vw,42px); border-radius: 22px; background: white; box-shadow: 0 24px 65px rgba(61,7,24,.12); }
.carnet-form input { border-color: rgba(61,7,24,.2); background: var(--paper); }
.carnet-form .button { justify-self: stretch; }
.privacy-note { margin: 0; color: #756870; font-size: .82rem; }
.carnet-steps { padding: clamp(70px,9vw,120px) max(20px,calc((100% - var(--max))/2)); background: #f3e8e3; }
.carnet-steps .feature-grid { grid-template-columns: repeat(4,1fr); }

.site-footer { padding: 70px max(20px,calc((100% - var(--max))/2)) 28px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; background: #02040c; border-top: 1px solid var(--line); }
.footer-brand strong { display: block; font-family: Georgia,serif; font-size: 1.5rem; }
.crown { color: var(--gold); font-size: 2rem; }
.site-footer nav, .social-links { display: grid; align-content: start; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.copyright { grid-column: 1/-1; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: rgba(255,255,255,.5); font-size: .85rem; }

@media (max-width: 860px) {
  .feature-grid, .card-grid { grid-template-columns: 1fr 1fr; }
  .home-listen, .home-audios-heading, .home-community { grid-template-columns: 1fr; }
  .home-audio-grid { grid-template-columns: 1fr; }
  .home-audio-card { display: grid; grid-template-columns: minmax(220px,.8fr) minmax(0,1.2fr); }
  .home-audio-card > div { min-height: 0; }
  .page-hero, .product-hero, .signup-band { grid-template-columns: 1fr; }
  .carnet-promo, .carnet-hero, .carnet-form-section { grid-template-columns: 1fr; }
  .carnet-promo .carnet-cover { order: 2; }
  .carnet-steps .feature-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; margin: 42px 0 0; }
  .article-layout > .article-shell { padding-top: 36px; }
  .blog-masthead { grid-template-columns: 1fr; }
  .category-feature > a { grid-template-columns: 1fr; }
  .category-feature-media { height: 420px; }
  .category-article-grid { grid-template-columns: 1fr 1fr; }
  .blog-mark { display: none; }
  .songs-grid { grid-template-columns: 1fr 1fr; }
  .playlist-hero { grid-template-columns: 1fr; }
  .playlist-cover { width: min(390px,82%); }
  .generic-hero, .listen-hero, .listen-youtube { grid-template-columns: 1fr; }
  .shop-toolbar, .shop-catalog-heading { align-items: flex-start; flex-direction: column; }
  .generic-layout { grid-template-columns: 1fr; }
  .generic-rail { position: static; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .community-stats { grid-template-columns: 1fr 1fr; }
  .testimonials-next { grid-template-columns: 1fr; }
  .testimonial-intro { grid-template-columns: 1fr; }
  .page-hero > img { max-height: 430px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand, .copyright { grid-column: 1/-1; }
}
@media (max-width: 580px) {
  .feature-grid, .card-grid, .image-strip { grid-template-columns: 1fr; }
  .category-article-grid { grid-template-columns: 1fr; }
  .category-feature-media { height: 310px; }
  .home-benefit-grid, .home-community-stats { grid-template-columns: 1fr; }
  .home-audio-card { display: block; }
  .home-audio-card footer { align-items: stretch; flex-direction: column; }
  .home-audio-card footer .button { width: 100%; }
  .shop-product-grid, .shop-help-options { grid-template-columns: 1fr; }
  .shop-toolbar { position: static; }
  .shop-filters { width: 100%; }
  .shop-filters button { flex: 1 1 auto; }
  .shop-sort { width: 100%; justify-content: space-between; }
  .shop-sort select { max-width: 65%; }
  .shop-product-body { min-height: 0; }
  .shop-product-footer { align-items: stretch; flex-direction: column; }
  .shop-product-footer .button { width: 100%; text-align: center; }
  .section-heading { grid-template-columns: 1fr; }
  .card-grid .content-card:nth-child(n+5) { display: none; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav, .social-links, .footer-brand, .copyright { grid-column: 1; }
  .ritual-strip { grid-template-columns: 1fr 1fr; }
  .carnet-steps .feature-grid { grid-template-columns: 1fr; }
  body { font-size: 16px; }
  .article-shell, .article-layout { width: min(100% - 32px,800px); }
  .article-header { padding-inline: 16px; }
  .article-header h1, .page-hero h1 { font-size: clamp(2rem,9vw,2.7rem); }
  .article-image img { width: calc(100% - 32px); height: 360px; }
  .prose-section + .prose-section { margin-top: 42px; }
  .prose-section h2 { font-size: clamp(1.72rem,8.4vw,2.35rem); }
  .prose-section h3 { font-size: clamp(1.3rem,6.5vw,1.7rem); }
  .inline-cta { width: 100%; justify-content: space-between; }
  .songs-intro { padding-inline: 20px; }
  .songs-intro h1 { font-size: clamp(2.5rem,13vw,3.65rem); }
  .songs-grid { grid-template-columns: 1fr; }
  .songs-catalog { padding-inline: 16px; }
  .song-info { padding: 20px; }
  .playlist-hero { min-height: 0; padding-inline: 18px; }
  .playlist-hero h1 { font-size: clamp(2.5rem,12vw,3.8rem); }
  .playlist-cover { width: min(300px,78%); }
  .hero-actions .button { width: 100%; }
  .playlist-intro-copy { columns: 1; }
  .playlist-section-heading { grid-template-columns: 1fr; }
  .playlist-track { grid-template-columns: 112px minmax(0,1fr); align-items: stretch; }
  .playlist-track-art, .playlist-track-art img { aspect-ratio: 1; }
  .playlist-track-copy { padding: 19px 17px; }
  .playlist-track-copy h2 { font-size: clamp(1.38rem,6.5vw,1.85rem); }
  .playlist-track-copy > p:not(.track-style) { font-size: .94rem; }
  .playlist-track-copy .song-listen { width: 100%; justify-content: space-between; }
  .generic-hero, .listen-hero { min-height: 0; padding-inline: 18px; }
  .generic-hero h1, .listen-hero h1 { font-size: clamp(2.45rem,11vw,3.65rem); }
  .generic-layout, .legal-content, .queen-quote, .testimonial-feature { width: calc(100% - 32px); }
  .generic-content .prose-section { padding: 24px 20px; }
  .playlist-picker { padding: 26px 20px; }
  .playlist-choice-grid { grid-template-columns: 1fr; }
  .playlist-choice-card:last-child:nth-child(odd) { grid-column: auto; width: 100%; }
  .generic-content .prose-section h2 { font-size: clamp(1.75rem,8vw,2.35rem); }
  .generic-content .prose-section h3 { font-size: clamp(1.35rem,6.3vw,1.8rem); }
  .method-showcase { padding: 24px 18px; }
  .method-card-grid { grid-template-columns: 1fr; }
  .method-card-action { align-items: flex-start; flex-direction: column; }
  .product-copy { width: calc(100% - 32px); }
  .product-accordion summary, .content-accordion summary { min-height: 62px; padding: 16px; font-size: 1.18rem; }
  .product-accordion-body, .accordion-body { padding-inline: 16px; }
  .product-resource-link { width: 100%; }
  .personalization-section { padding-inline: 16px; }
  .personalization-form { padding: 24px 18px; box-shadow: 6px 6px 0 rgba(75,0,18,.1); }
  .choice-grid, .choice-grid.compact { grid-template-columns: 1fr; }
  .form-progress { font-size: .68rem; }
  .platform-grid, .stats-grid, .community-stats { grid-template-columns: 1fr; }
  .platform-card p { min-height: 0; }
  .listen-manifesto { transform: none; }
  .community-stats { transform: none; padding-block: 26px; }
  .testimonial-feature blockquote { font-size: clamp(1.75rem,8.5vw,2.55rem); }
  .testimonial-actions .button { width: 100%; }
  .testimonial-offers, .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-filter { top: 72px; }
  .testimonial-category { padding-inline: 16px; }
  .testimonial-card { padding: 25px 21px; }
  .testimonial-card blockquote { font-size: clamp(1.25rem,6vw,1.65rem); }
  .testimonial-category > header h2 { font-size: clamp(1.9rem,8.7vw,2.35rem); }
}
