:root {
  --pubcast-ink: #14372f;
  --pubcast-pink: #bd1672;
  --pubcast-paper: #fbf8f1;
  --pubcast-mist: #e8f1ed;
  --pubcast-line: rgba(20, 55, 47, .14);
  --pubcast-muted: #566b65;
}

html { scroll-behavior: smooth; }
body.couvin-pubcast-public { background: var(--pubcast-paper); color: var(--pubcast-ink); }
body.couvin-pubcast-public #main-content { background: var(--pubcast-paper); }
body.couvin-pubcast-public #main-content > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
body.couvin-pubcast-public #main-content > .container::before { display: none; }
body.couvin-pubcast-public #left-area {
  float: none;
  width: 100%;
  padding: 0;
}
body.couvin-pubcast-public #sidebar { display: none; }
body.couvin-pubcast-public article.page,
body.couvin-pubcast-public article.type-page { margin: 0; padding: 0; }
body.couvin-pubcast-public article > .entry-title,
body.couvin-pubcast-public article > .post-meta,
body.couvin-pubcast-public .et_post_meta_wrapper { display: none; }
body.couvin-pubcast-public .entry-content { padding: 0; }
body.couvin-pubcast-public .entry-content > p:empty { display: none; }

.pubcast-facebook-bar { box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(100% - 32px,1120px); margin: 18px auto; padding: 15px 18px; border: 1px solid rgba(20,55,47,.12); border-radius: 18px; background: linear-gradient(105deg,#eef7f3,#fff4fa); box-shadow: 0 12px 34px rgba(20,55,47,.07); color: var(--pubcast-ink); }
.pubcast-facebook-bar > div { display: grid; gap: 3px; min-width: 0; }
.pubcast-facebook-bar strong { color: var(--pubcast-ink); font-size: 14px; line-height: 1.25; }
.pubcast-facebook-bar > div span { color: var(--pubcast-muted); font-size: 12px; line-height: 1.4; }
.pubcast-facebook-bar button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; min-height: 44px; padding: 10px 17px; border: 0; border-radius: 999px; background: #1877f2; box-shadow: 0 9px 24px rgba(24,119,242,.22); color: #fff; cursor: pointer; font: 850 12px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.pubcast-facebook-bar button:hover,
.pubcast-facebook-bar button:focus-visible { background: #0d65d9; outline: 3px solid rgba(24,119,242,.2); transform: translateY(-1px); }
.pubcast-facebook-bar svg { width: 20px; height: 20px; fill: currentColor; }

.pubcast-page,
.pubcast-page * { box-sizing: border-box; }
.pubcast-page {
  overflow: hidden;
  width: 100%;
  margin: 0;
  background: #fff;
  color: var(--pubcast-ink);
  font: 17px/1.75 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.pubcast-page p { color: var(--pubcast-muted); }
.pubcast-page a { color: var(--pubcast-pink); }

.pubcast-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .7fr);
  min-height: min(780px, calc(100vh - 110px));
  padding: clamp(48px, 8vw, 128px) max(7vw, calc((100vw - 1320px) / 2));
  background:
    radial-gradient(circle at 87% 18%, rgba(255,255,255,.15) 0 9%, transparent 9.3%),
    radial-gradient(circle at 88% 18%, transparent 0 18%, rgba(255,255,255,.08) 18.2% 18.6%, transparent 18.9%),
    linear-gradient(135deg, #0f3029 0%, #174b3f 66%, #246858 100%);
  color: #fff;
}
.pubcast-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -7vw -20vw auto;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}
.pubcast-hero__copy { align-self: center; max-width: 900px; }
.pubcast-eyebrow,
.pubcast-section-label {
  margin: 0 0 22px;
  color: #f3a5d0 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.pubcast-eyebrow::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 2px;
  margin: 0 13px 4px 0;
  background: currentColor;
}
.pubcast-hero h1 {
  max-width: 960px;
  margin: 0;
  color: #fff;
  font: 700 clamp(50px, 7.2vw, 112px)/.94 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.pubcast-lead {
  max-width: 760px;
  margin: clamp(26px, 4vw, 44px) 0 0;
  color: rgba(255,255,255,.82) !important;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.55;
}
.pubcast-hero__actions { margin: 34px 0 0; }
.pubcast-source-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  margin: 38px 0 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}
.pubcast-source-meta > div { padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.pubcast-source-meta > div:nth-child(even) { border-right: 0; }
.pubcast-source-meta > div:nth-last-child(-n+2) { border-bottom: 0; }
.pubcast-source-meta span,
.pubcast-source-meta strong { display: block; }
.pubcast-source-meta span { margin-bottom: 5px; color: #f3a5d0; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pubcast-source-meta strong { color: #fff; font-size: 14px; }
.pubcast-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border-radius: 999px;
  padding: 15px 22px;
  background: var(--pubcast-pink);
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .03em;
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
  transition: transform .2s ease, background .2s ease;
}
.pubcast-button:hover,
.pubcast-button:focus-visible { background: #d21a81; transform: translateY(-2px); }
.pubcast-hero__stamp {
  align-self: end;
  justify-self: end;
  display: grid;
  place-items: center;
  width: clamp(170px, 18vw, 270px);
  aspect-ratio: 1;
  margin-bottom: -4vw;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  text-align: center;
  backdrop-filter: blur(10px);
}
.pubcast-hero__stamp span {
  display: block;
  color: #fff;
  font: 700 clamp(64px, 9vw, 126px)/.75 Georgia, serif;
}
.pubcast-hero__stamp small {
  color: #f3a5d0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.pubcast-hero__visual {
  align-self: stretch;
  overflow: hidden;
  min-height: 430px;
  margin: 0 0 0 clamp(30px, 5vw, 90px);
  border-radius: 4px 4px 100px 4px;
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}
.pubcast-hero__visual img { width: 100%; height: 100%; object-fit: cover; }

.pubcast-editorial { background: #fff; }
.pubcast-section {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.45fr);
  gap: clamp(38px, 8vw, 130px);
  padding: clamp(56px, 8vw, 118px) max(7vw, calc((100vw - 1320px) / 2));
  border-top: 1px solid var(--pubcast-line);
}
.pubcast-section:nth-child(even) { background: var(--pubcast-paper); }
.pubcast-section__heading > span {
  display: block;
  margin-bottom: 30px;
  color: var(--pubcast-pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}
.pubcast-section h2,
.pubcast-practical h2,
.pubcast-faq h2,
.pubcast-sources h2 {
  margin: 0;
  color: var(--pubcast-ink);
  font: 700 clamp(32px, 4vw, 58px)/1.03 Georgia, "Times New Roman", serif;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.pubcast-section__copy { max-width: 760px; }
.pubcast-section__copy p {
  margin: 0;
  color: #435a54;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.85;
}
.pubcast-section:first-child .pubcast-section__copy p:first-child::first-letter {
  float: left;
  margin: .1em .12em 0 0;
  color: var(--pubcast-pink);
  font: 700 4.7em/.72 Georgia, serif;
}

/* Les actualités ponctuelles deviennent une grille magazine de cartes éditoriales. */
.pubcast-page--story .pubcast-editorial {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
  padding: clamp(34px, 6vw, 88px) max(5vw, calc((100vw - 1380px) / 2));
  background: var(--pubcast-paper);
}
.pubcast-page--story .pubcast-section {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  min-height: 460px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid var(--pubcast-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20,55,47,.08);
}
.pubcast-page--story .pubcast-section:nth-child(4n+1) { grid-column: span 7; }
.pubcast-page--story .pubcast-section:nth-child(4n+2) { grid-column: span 5; }
.pubcast-page--story .pubcast-section:nth-child(4n+3) { grid-column: span 5; }
.pubcast-page--story .pubcast-section:nth-child(4n+4) { grid-column: span 7; }
.pubcast-page--story .pubcast-section:nth-child(even) { background: #fff; }
.pubcast-page--story .pubcast-section__heading > span { margin-bottom: 16px; }
.pubcast-page--story .pubcast-section h2 { font-size: clamp(32px, 3.7vw, 55px); }
.pubcast-page--story .pubcast-section__copy { max-width: 720px; }
.pubcast-page--story .pubcast-section__copy p { font-size: clamp(16px, 1.15vw, 19px); line-height: 1.72; }
.pubcast-page--story .pubcast-section:first-child .pubcast-section__copy p:first-child::first-letter { float: none; margin: 0; color: inherit; font: inherit; }
.pubcast-page--story .pubcast-section__visual {
  position: relative;
  min-height: 260px;
  margin: auto clamp(-54px, -4vw, -30px) clamp(-54px, -4vw, -30px);
  overflow: hidden;
  background: var(--pubcast-mist);
}
.pubcast-page--story .pubcast-section__visual img { display: block; width: 100%; height: 100%; min-height: 260px; aspect-ratio: 16 / 9; object-fit: cover; }
.pubcast-page--story .pubcast-section__visual.is-graphic {
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 28%, rgba(255,255,255,.2) 0 17%, transparent 17.4%),
    linear-gradient(135deg, #103f35, #246858 72%, #bd1672 160%);
  color: #fff;
}
.pubcast-page--story .pubcast-section__visual.is-graphic::before,
.pubcast-page--story .pubcast-section__visual.is-graphic::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}
.pubcast-page--story .pubcast-section__visual.is-graphic::before { top: -96px; right: -38px; }
.pubcast-page--story .pubcast-section__visual.is-graphic::after { bottom: -150px; left: 12%; }
.pubcast-page--story .pubcast-section__visual.is-graphic span { font: 700 clamp(76px, 8vw, 122px)/.75 Georgia, serif; }
.pubcast-page--story .pubcast-section__visual.is-graphic small { margin-top: 18px; color: #f3a5d0; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.pubcast-practical,
.pubcast-faq,
.pubcast-sources {
  padding: clamp(60px, 8vw, 112px) max(7vw, calc((100vw - 1320px) / 2));
  border-top: 1px solid var(--pubcast-line);
}
.pubcast-practical { background: var(--pubcast-mist); }
.pubcast-practical .pubcast-section-label,
.pubcast-faq .pubcast-section-label,
.pubcast-sources .pubcast-section-label { color: var(--pubcast-pink) !important; }
.pubcast-practical dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 44px 0 0;
}
.pubcast-practical dl > * {
  margin: 0;
  padding: 18px 22px;
  background: rgba(255,255,255,.72);
}
.pubcast-practical dt {
  align-self: stretch;
  border-radius: 14px 0 0 14px;
  color: var(--pubcast-pink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.pubcast-practical dd {
  margin-left: -14px;
  border-radius: 0 14px 14px 0;
  color: var(--pubcast-ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}
.pubcast-faq { background: #fff; }
.pubcast-faq details {
  max-width: 920px;
  margin-left: auto;
  padding: 25px 0;
  border-bottom: 1px solid var(--pubcast-line);
}
.pubcast-faq details:first-of-type { margin-top: 42px; border-top: 1px solid var(--pubcast-line); }
.pubcast-faq summary {
  position: relative;
  padding-right: 42px;
  color: var(--pubcast-ink);
  cursor: pointer;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  list-style: none;
}
.pubcast-faq summary::-webkit-details-marker { display: none; }
.pubcast-faq summary::after {
  content: "+";
  position: absolute;
  top: -.2em;
  right: 4px;
  color: var(--pubcast-pink);
  font-size: 30px;
  font-weight: 400;
}
.pubcast-faq details[open] summary::after { content: "−"; }
.pubcast-faq details p { max-width: 760px; margin: 18px 0 0; }

.pubcast-sources { background: #101f1c; color: #fff; }
.pubcast-sources h2 { color: #fff; }
.pubcast-sources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 44px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: pubcast-source;
}
.pubcast-sources li { counter-increment: pubcast-source; }
.pubcast-sources a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 64px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.82);
  text-decoration: none;
  overflow-wrap: anywhere;
}
.pubcast-sources a::before {
  content: counter(pubcast-source, decimal-leading-zero);
  color: #f3a5d0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.pubcast-sources a:hover,
.pubcast-sources a:focus-visible { color: #fff; }

.pubcast-endnote {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px max(7vw, calc((100vw - 1320px) / 2));
  background: #091714;
}
.pubcast-endnote span { color: #f3a5d0; font: 700 36px/1 Georgia, serif; }
.pubcast-endnote p { max-width: 820px; margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }

/* Une source récurrente se lit comme une fiche technique, pas comme un article événementiel. */
.pubcast-page--source {
  width: min(1320px, calc(100% - 40px));
  margin: 32px auto 76px;
  border: 1px solid var(--pubcast-line);
  border-radius: 26px;
  box-shadow: 0 26px 90px rgba(20,55,47,.12);
}
.pubcast-page--source .pubcast-hero {
  min-height: 660px;
  padding: clamp(54px, 7vw, 92px);
  background:
    linear-gradient(125deg, rgba(7,29,24,.98), rgba(20,74,61,.93)),
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.14), transparent 35%);
}
.pubcast-page--source .pubcast-hero h1 { font-size: clamp(48px, 6vw, 86px); }
.pubcast-page--source .pubcast-lead { font-size: clamp(18px, 1.6vw, 22px); }
.pubcast-page--source .pubcast-editorial { border-top: 8px solid var(--pubcast-pink); }
.pubcast-page--source .pubcast-section,
.pubcast-page--source .pubcast-practical,
.pubcast-page--source .pubcast-faq,
.pubcast-page--source .pubcast-sources { padding-left: clamp(30px, 6vw, 82px); padding-right: clamp(30px, 6vw, 82px); }
.pubcast-page--source .pubcast-section { grid-template-columns: minmax(210px, .62fr) minmax(0, 1.5fr); gap: clamp(30px, 6vw, 82px); }
.pubcast-page--source .pubcast-section h2,
.pubcast-page--source .pubcast-practical h2,
.pubcast-page--source .pubcast-faq h2,
.pubcast-page--source .pubcast-sources h2 { font-size: clamp(30px, 3.5vw, 48px); }
.pubcast-page--source .pubcast-section__copy p { font-size: clamp(16px, 1.2vw, 18px); }

.pubcast-private-preview { margin: 0; background: var(--pubcast-paper); }
.pubcast-private-bar { padding: 12px 20px; background: #091714; color: #fff; text-align: center; font: 700 12px/1.4 Arial, sans-serif; }
.pubcast-private-preview .pubcast-shell { margin: 0; }
.pubcast-private-preview .pubcast-route { margin: 0; padding: 16px max(7vw, calc((100vw - 1320px) / 2)); color: var(--pubcast-pink); font: 900 11px/1.4 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }

.pubcast-webzine-nav,
.pubcast-webzine-nav * ,
.pubcast-webzine-drawer,
.pubcast-webzine-drawer *,
.couvin-pubcast-edge-cta,
.couvin-pubcast-edge-cta * { box-sizing: border-box; }
.couvin-pubcast-edge-cta {
  position: fixed;
  z-index: 99985;
  top: 50%;
  left: 0;
  display: grid;
  grid-template-columns: 40px auto 18px;
  gap: 9px;
  align-items: center;
  min-height: 64px;
  border: 1px solid rgba(255,255,255,.3);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  padding: 9px 14px 9px 8px;
  background: linear-gradient(135deg,#143f35,#1d2b36 58%,#65164a);
  box-shadow: 0 16px 38px rgba(7,26,21,.28);
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-50%);
  transition: padding .2s ease, transform .2s ease, box-shadow .2s ease;
}
.couvin-pubcast-edge-cta:hover,
.couvin-pubcast-edge-cta:focus-visible { padding-left: 12px; box-shadow: 0 20px 46px rgba(7,26,21,.36); color: #fff !important; outline: 3px solid rgba(215,29,133,.28); transform: translateY(-50%) translateX(2px); }
.couvin-pubcast-edge-cta__mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #fff; color: #bd1672; font: 900 19px/1 Georgia,serif; }
.couvin-pubcast-edge-cta__label { display: grid; gap: 2px; min-width: 0; }
.couvin-pubcast-edge-cta__label strong { color: #fff; font: 900 13px/1.05 Arial,sans-serif; letter-spacing: .02em; }
.couvin-pubcast-edge-cta__label small { color: #f4a8d0; font: 900 8px/1 Arial,sans-serif; letter-spacing: .11em; }
.couvin-pubcast-edge-cta__arrow { color: #fff; font: 800 17px/1 Arial,sans-serif; }
.pubcast-webzine-nav {
  position: sticky;
  z-index: 100020;
  top: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 10px max(20px, calc((100vw - 1480px) / 2));
  border-bottom: 1px solid rgba(20,55,47,.12);
  background: rgba(251,248,241,.96);
  box-shadow: 0 8px 30px rgba(20,55,47,.06);
  backdrop-filter: blur(14px);
}
body.admin-bar .pubcast-webzine-nav { top: 32px; }
.pubcast-webzine-nav__brand {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 38px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  color: var(--pubcast-green, #14372f) !important;
  text-decoration: none !important;
}
.pubcast-webzine-nav__brand > span { display: grid; grid-row: 1 / 3; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #14372f; color: #fff; font: 900 19px/1 Georgia,serif; }
.pubcast-webzine-nav__brand strong { align-self: end; font: 900 13px/1.1 Arial,sans-serif; }
.pubcast-webzine-nav__brand small { align-self: start; color: #72817c; font: 700 9px/1.2 Arial,sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.pubcast-webzine-nav__tabs { display: flex; flex: 1 1 auto; align-items: center; gap: 7px; min-width: 0; overflow-x: auto; padding: 4px 2px; scrollbar-width: none; }
.pubcast-webzine-nav__tabs::-webkit-scrollbar { display: none; }
.pubcast-webzine-nav__tabs a,
.pubcast-webzine-nav__tabs button { flex: 0 0 auto; min-height: 38px; padding: 10px 13px; border: 1px solid rgba(20,55,47,.14); border-radius: 999px; background: #fff; color: #14372f !important; cursor: pointer; font: 850 10px/1 Arial,sans-serif; letter-spacing: .025em; text-decoration: none !important; }
.pubcast-webzine-nav__tabs button { margin-left: auto; border-color: #bd1672; background: #bd1672; color: #fff !important; }
.pubcast-webzine-nav__tabs a:hover,
.pubcast-webzine-nav__tabs a:focus-visible { border-color: #14372f; outline: none; }
.pubcast-webzine-nav__tabs button:hover,
.pubcast-webzine-nav__tabs button:focus-visible { background: #971059; outline: 3px solid rgba(189,22,114,.2); }

body.pubcast-webzine-open { overflow: hidden !important; }
.pubcast-webzine-drawer[hidden] { display: none !important; }
.pubcast-webzine-drawer { position: fixed; z-index: 100100; inset: 0; }
.pubcast-webzine-drawer__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(7,26,21,.58); opacity: 0; transition: opacity .24s ease; }
.pubcast-webzine-drawer__panel { position: absolute; top: 0; right: 0; display: flex; flex-direction: column; width: min(900px, 94vw); height: 100dvh; overflow: hidden; padding: clamp(24px,4vw,48px); background: #fbf8f1; box-shadow: -28px 0 80px rgba(7,26,21,.24); outline: none; transform: translateX(102%); transition: transform .28s ease; }
.pubcast-webzine-drawer.is-open .pubcast-webzine-drawer__backdrop { opacity: 1; }
.pubcast-webzine-drawer.is-open .pubcast-webzine-drawer__panel { transform: translateX(0); }
.pubcast-webzine-drawer__panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.pubcast-webzine-drawer__panel > header p { margin: 0 0 7px; color: #bd1672; font: 900 10px/1.2 Arial,sans-serif; letter-spacing: .14em; }
.pubcast-webzine-drawer__panel > header h2 { margin: 0; color: #14372f; font: 800 clamp(34px,4.5vw,58px)/.98 Georgia,serif; letter-spacing: -.035em; }
.pubcast-webzine-drawer__panel > header > button { display: grid; flex: 0 0 44px; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: #ece5eb; color: #14372f; cursor: pointer; font: 300 30px/1 Arial,sans-serif; }
.pubcast-webzine-drawer__filters { display: flex; gap: 8px; margin: 24px 0 18px; }
.pubcast-webzine-drawer__filters button { min-height: 38px; padding: 9px 15px; border: 1px solid rgba(20,55,47,.16); border-radius: 999px; background: transparent; color: #14372f; cursor: pointer; font: 850 11px/1 Arial,sans-serif; }
.pubcast-webzine-drawer__filters button.is-active { border-color: #14372f; background: #14372f; color: #fff; }
.pubcast-webzine-drawer__carousel { position: relative; flex: 1 1 auto; min-height: 0; }
.pubcast-webzine-drawer__track { display: flex; gap: 18px; height: 100%; overflow-x: auto; padding: 3px 58px 20px 3px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #bd1672 rgba(20,55,47,.08); }
.pubcast-webzine-card { flex: 0 0 clamp(220px,31vw,270px); min-width: 0; height: min(100%, 520px); aspect-ratio: 9 / 16; overflow: hidden; border: 1px solid rgba(20,55,47,.12); border-radius: 24px; background: #fff; box-shadow: 0 16px 38px rgba(20,55,47,.1); scroll-snap-align: start; }
.pubcast-webzine-card[hidden] { display: none !important; }
.pubcast-webzine-card > a { display: grid; grid-template-rows: 47% 1fr; height: 100%; color: inherit !important; text-decoration: none !important; }
.pubcast-webzine-card figure { position: relative; display: grid; place-items: center; overflow: hidden; margin: 0; background: radial-gradient(circle at 75% 15%,#397d6d,#14372f 58%,#4d173c); }
.pubcast-webzine-card figure > img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.pubcast-webzine-card figure > span { color: #fff; font: 900 78px/.8 Georgia,serif; }
.pubcast-webzine-card figcaption { position: absolute; top: 13px; left: 13px; max-width: calc(100% - 26px); padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.92); color: #bd1672; font: 900 8px/1.1 Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.pubcast-webzine-card > a > div { display: flex; min-height: 0; flex-direction: column; padding: 17px; }
.pubcast-webzine-card h3 { display: -webkit-box; overflow: hidden; margin: 0 0 10px; color: #14372f; font: 800 22px/1.04 Georgia,serif; letter-spacing: -.02em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pubcast-webzine-card p { display: -webkit-box; overflow: hidden; margin: 0; color: #60736e; font: 12px/1.45 Arial,sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.pubcast-webzine-card strong { margin-top: auto; color: #bd1672; font: 900 10px/1 Arial,sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.pubcast-webzine-card:hover figure > img,
.pubcast-webzine-card:focus-within figure > img { transform: scale(1.045); }
.pubcast-webzine-card:focus-within { outline: 3px solid rgba(189,22,114,.3); }
.pubcast-webzine-drawer__arrow { position: absolute; z-index: 3; top: 48%; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(20,55,47,.14); border-radius: 50%; background: rgba(255,255,255,.94); color: #14372f; cursor: pointer; font: 700 20px/1 Arial,sans-serif; box-shadow: 0 7px 22px rgba(20,55,47,.12); }
.pubcast-webzine-drawer__arrow.is-prev { left: -16px; }
.pubcast-webzine-drawer__arrow.is-next { right: -16px; }
.pubcast-webzine-drawer__panel > footer { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 17px; border-top: 1px solid rgba(20,55,47,.12); }
.pubcast-webzine-drawer__panel > footer a { padding: 11px 15px; border-radius: 999px; background: #14372f; color: #fff !important; font: 850 10px/1 Arial,sans-serif; text-decoration: none !important; text-transform: uppercase; }
.pubcast-webzine-drawer__panel > footer a:last-child { background: #bd1672; }
.pubcast-webzine-drawer__empty { padding: 30px; border-radius: 18px; background: #fff; color: #60736e; }

.pubcast-cta-screen { display: grid; place-items: center; gap: 14px; min-height: calc(100vh - 116px); padding: clamp(28px,5vw,70px) 20px; background: radial-gradient(circle at 82% 12%,rgba(189,22,114,.14),transparent 34%),#f4f1e9; }
.pubcast-cta-screen__card { display: grid; grid-template-rows: 54% 1fr; width: min(430px,calc(100vw - 40px)); aspect-ratio: 9 / 16; overflow: hidden; border-radius: 34px; background: #fff; color: #14372f !important; box-shadow: 0 30px 80px rgba(20,55,47,.2); text-decoration: none !important; transition: transform .25s ease,box-shadow .25s ease; }
.pubcast-cta-screen__card figure { position: relative; display: grid; place-items: center; overflow: hidden; margin: 0; background: radial-gradient(circle at 75% 15%,#428471,#14372f 58%,#5d1947); }
.pubcast-cta-screen__card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.pubcast-cta-screen__card figure > span { color: #fff; font: 900 110px/.8 Georgia,serif; }
.pubcast-cta-screen__card figcaption { position: absolute; top: 20px; left: 20px; padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.94); color: #bd1672; font: 900 10px/1 Arial,sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.pubcast-cta-screen__card > div { display: flex; min-height: 0; flex-direction: column; padding: clamp(24px,4vw,34px); }
.pubcast-cta-screen__eyebrow { margin: 0 0 11px !important; color: #bd1672 !important; font: 900 10px/1 Arial,sans-serif !important; letter-spacing: .12em; text-transform: uppercase; }
.pubcast-cta-screen__card h1 { margin: 0 0 14px; color: #14372f; font: 850 clamp(34px,6vw,48px)/.96 Georgia,serif; letter-spacing: -.04em; }
.pubcast-cta-screen__card > div > p:not(.pubcast-cta-screen__eyebrow) { display: -webkit-box; overflow: hidden; margin: 0; color: #60736e; font: 16px/1.5 Arial,sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.pubcast-cta-screen__card strong { margin-top: auto; padding-top: 18px; color: #bd1672; font: 900 13px/1 Arial,sans-serif; text-transform: uppercase; }
.pubcast-cta-screen__note { margin: 0; color: #60736e; font: 12px/1.4 Arial,sans-serif; text-align: center; }
.pubcast-cta-screen__card:hover,.pubcast-cta-screen__card:focus-visible { transform: translateY(-5px); box-shadow: 0 38px 95px rgba(20,55,47,.25); outline: 3px solid rgba(189,22,114,.26); }
.pubcast-cta-screen__card:hover figure img { transform: scale(1.045); }

.pubcast-source-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1320px, calc(100% - 40px));
  margin: 14px auto 20px;
  padding: 14px 16px 14px 20px;
  border: 1px solid rgba(20,55,47,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 38px rgba(20,55,47,.09);
  font-family: Arial, sans-serif;
}
.pubcast-source-control__copy { display: grid; gap: 3px; }
.pubcast-source-control__copy span { color: var(--pubcast-pink); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.pubcast-source-control__copy strong { color: var(--pubcast-green); font-size: 14px; }
.pubcast-source-control__switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 132px;
  padding: 11px 15px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #6d7773;
  font: 900 12px/1 Arial, sans-serif;
  cursor: pointer;
}
.pubcast-source-control__switch span { width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.2); }
.pubcast-source-control.is-enabled .pubcast-source-control__switch { background: #17795f; }
.pubcast-source-control.is-disabled { border-color: rgba(183,24,117,.24); }
.pubcast-source-control.is-disabled .pubcast-source-control__switch { background: var(--pubcast-pink); }

.pubcast-admin-panel {
  width: min(1320px, calc(100% - 40px));
  margin: 14px auto 22px;
  font-family: Arial, sans-serif;
}
.pubcast-admin-panel__notice {
  margin: 0 0 10px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #dff5eb;
  color: #0e5b47;
  font-size: 13px;
  font-weight: 800;
}
.pubcast-admin-panel__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); gap: 14px; }
.pubcast-admin-panel .pubcast-source-control { width: 100%; height: fit-content; margin: 0; }
.pubcast-publication-control {
  display: grid;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid rgba(20,55,47,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 12px 38px rgba(20,55,47,.09);
}
.pubcast-publication-control.is-private { border-color: rgba(183,24,117,.3); }
.pubcast-publication-control.is-public { border-color: rgba(23,121,95,.35); }
.pubcast-publication-control__heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pubcast-publication-control__heading > div { display: grid; gap: 3px; }
.pubcast-publication-control__heading span:first-child { color: var(--pubcast-pink); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.pubcast-publication-control__heading strong { color: var(--pubcast-green); font-size: 16px; }
.pubcast-publication-control__status { padding: 8px 11px; border-radius: 999px; background: #6d7773; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.pubcast-publication-control.is-public .pubcast-publication-control__status { background: #17795f; }
.pubcast-publication-control__check { display: flex; align-items: flex-start; gap: 10px; color: #173f35; font-size: 13px; font-weight: 800; cursor: pointer; }
.pubcast-publication-control__check input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: var(--pubcast-pink); }
.pubcast-publication-control__confirm { padding: 11px 12px; border-radius: 10px; background: #fff1f7; }
.pubcast-publication-control__date { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(190px, .8fr); align-items: center; gap: 12px; color: #173f35; font-size: 12px; font-weight: 800; }
.pubcast-publication-control__date small { font-weight: 400; }
.pubcast-publication-control__date input { min-height: 40px; padding: 7px 10px; border: 1px solid rgba(20,55,47,.22); border-radius: 9px; background: #fff; color: #173f35; font: 600 12px/1 Arial, sans-serif; }
.pubcast-publication-control__submit,
.pubcast-publication-control__public-link { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 11px 16px; border: 0; border-radius: 999px; font: 900 12px/1 Arial, sans-serif; text-decoration: none; cursor: pointer; }
.pubcast-publication-control__submit { color: #fff; background: var(--pubcast-pink); }
.pubcast-publication-control.is-public .pubcast-publication-control__submit { background: #17795f; }
.pubcast-publication-control__public-link { justify-self: start; min-height: 0; padding: 0; color: var(--pubcast-pink); background: transparent; }
.pubcast-publication-control__submit:hover,
.pubcast-publication-control__submit:focus-visible { filter: brightness(1.08); transform: translateY(-1px); }

@media (max-width: 900px) {
	.pubcast-webzine-nav { align-items: stretch; flex-direction: column; }
	.pubcast-webzine-nav__tabs { overflow-x: auto; padding-bottom: 4px; }
	.pubcast-webzine-nav__tabs > * { flex: 0 0 auto; }
	.pubcast-webzine-drawer__panel { width: min(100%,760px); padding: 28px 24px 20px; }
	.pubcast-webzine-card { flex-basis: 240px; }
	.pubcast-admin-panel__grid { grid-template-columns: 1fr; }
  .pubcast-hero { grid-template-columns: 1fr; min-height: auto; }
  .pubcast-hero__stamp { justify-self: start; width: 150px; margin: 52px 0 0; }
  .pubcast-hero__visual { min-height: 320px; margin: 44px 0 0; border-radius: 4px 4px 70px 4px; }
  .pubcast-section { grid-template-columns: 1fr; gap: 30px; }
	.pubcast-page--story .pubcast-editorial { grid-template-columns: 1fr; }
	.pubcast-page--story .pubcast-section,
	.pubcast-page--story .pubcast-section:nth-child(n) { grid-column: 1; min-height: 0; }
  .pubcast-page--source .pubcast-section { grid-template-columns: 1fr; }
  .pubcast-section__heading > span { margin-bottom: 16px; }
}

@media (max-width: 680px) {
	.couvin-pubcast-edge-cta { top: auto; right: 10px; bottom: max(76px, calc(env(safe-area-inset-bottom) + 70px)); left: auto; min-height: 52px; border-left: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 6px 12px 6px 6px; transform: none; }
	.couvin-pubcast-edge-cta:hover,
	.couvin-pubcast-edge-cta:focus-visible { padding-left: 8px; transform: translateY(-2px); }
	.couvin-pubcast-edge-cta__mark { width: 36px; height: 36px; font-size: 17px; }
	.pubcast-facebook-bar { align-items: stretch; flex-direction: column; }
	.pubcast-facebook-bar button { justify-content: center; width: 100%; }
	.pubcast-webzine-nav { position: relative; padding: 12px; }
	.pubcast-webzine-nav__tabs a { display: none; }
	.pubcast-webzine-nav__tabs button { width: 100%; justify-content: center; }
	.pubcast-webzine-drawer__panel { padding: 22px 14px 16px; }
	.pubcast-webzine-drawer__panel > header h2 { font-size: 36px; }
	.pubcast-webzine-drawer__track { padding-right: 26px; }
	.pubcast-webzine-drawer__arrow { display: none; }
	.pubcast-webzine-card { flex-basis: min(78vw,260px); }
	.pubcast-webzine-drawer__panel > footer { display: grid; }
	.pubcast-webzine-drawer__panel > footer a { text-align: center; }
	.pubcast-cta-screen { min-height: 0; padding: 22px 12px 32px; }
	.pubcast-cta-screen__card { width: min(100%,390px); border-radius: 26px; }
  .pubcast-hero,
  .pubcast-section,
  .pubcast-practical,
  .pubcast-faq,
  .pubcast-sources { padding-left: 22px; padding-right: 22px; }
  .pubcast-hero { padding-top: 58px; padding-bottom: 58px; }
	.pubcast-page--story .pubcast-editorial { padding: 18px; }
	.pubcast-page--story .pubcast-section { border-radius: 20px; padding: 28px 24px; }
	.pubcast-page--story .pubcast-section__visual { margin: auto -24px -28px; }
  .pubcast-hero h1 { font-size: clamp(44px, 14vw, 66px); }
  .pubcast-lead { font-size: 18px; }
  .pubcast-practical dl { grid-template-columns: 1fr; gap: 0; }
  .pubcast-source-meta { grid-template-columns: 1fr; }
  .pubcast-source-meta > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13) !important; }
  .pubcast-source-meta > div:last-child { border-bottom: 0 !important; }
  .pubcast-page--source { width: calc(100% - 16px); margin: 8px auto 34px; border-radius: 18px; }
  .pubcast-page--source .pubcast-hero { padding: 48px 24px; }
  .pubcast-practical dl > * { padding: 15px 17px; }
  .pubcast-practical dt { margin-top: 12px; border-radius: 12px 12px 0 0; }
  .pubcast-practical dd { margin: 0; border-radius: 0 0 12px 12px; }
  .pubcast-sources ul { grid-template-columns: 1fr; }
  .pubcast-endnote { align-items: flex-start; padding: 24px 22px; }
  .pubcast-source-control { align-items: stretch; flex-direction: column; width: calc(100% - 16px); }
  .pubcast-source-control__switch { width: 100%; }
	.pubcast-admin-panel { width: calc(100% - 16px); }
	.pubcast-publication-control__date { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pubcast-button { transition: none; }
}
