/*
Theme Name: Vida Excelente Renovado
Theme URI: https://vidaexcelente.com.br/
Author: Vida Excelente
Description: Tema editorial, clean e responsivo criado para o blog Vida Excelente.
Version: 1.3.4
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: vida-excelente
*/

:root {
  --ink: #102f35;
  --ink-soft: #48646a;
  --teal: #075f68;
  --teal-dark: #06464d;
  --aqua: #20bac4;
  --aqua-soft: #dff6f5;
  --paper: #f8faf8;
  --white: #ffffff;
  --line: #d9e4e2;
  --warm: #f0eee6;
  --max: 1280px;
  --sans: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 3px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 18px;
  top: 12px;
  padding: 10px 15px;
  color: var(--white);
  background: var(--teal-dark);
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }

.topline { background: var(--teal-dark); color: #e9ffff; font-size: 13px; }
.topline .shell {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.topline a { border-bottom: 1px solid rgba(233,255,255,.55); font-weight: 700; }
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(248,250,248,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-row {
  min-height: 84px;
  display: grid;
  grid-template-columns: 250px 1fr 220px;
  align-items: center;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 10px; width: fit-content; }
.brand-logo { width: 62px; height: 52px; object-fit: contain; }
.brand-copy { line-height: 1.05; }
.brand-copy strong {
  display: block;
  font-size: 16px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.brand-copy span {
  display: block;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.3vw, 38px);
}
nav a {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease;
}
nav a:hover, nav a[aria-current="page"] { color: var(--teal); border-color: var(--aqua); }
.header-action { justify-self: end; }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  color: var(--white);
  background: var(--teal);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { background: var(--teal-dark); transform: translateY(-2px); }
.button-secondary { color: var(--teal); background: transparent; }
.button-secondary:hover { color: var(--white); background: var(--teal); }

main { overflow: hidden; }
.hero { padding: 58px 0 44px; scroll-margin-top: 84px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--aqua); }
.intro-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  align-items: end;
  gap: clamp(48px, 7vw, 100px);
  margin-bottom: 42px;
}
h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5.2vw, 74px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
h1 em {
  color: var(--teal);
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: var(--aqua-soft);
  text-underline-offset: 8px;
}
.intro-copy { margin: 0 0 6px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.feature-card {
  min-height: 372px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  overflow: hidden;
  color: var(--white);
  background: var(--teal);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(7,95,104,.13);
}
.feature-body {
  position: relative;
  z-index: 1;
  padding: 46px 54px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.feature-body::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -220px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}
.kicker {
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: #dffeff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.feature-body h2 {
  max-width: 720px;
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(36px, 3.2vw, 50px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.feature-body p { max-width: 610px; margin: 0 0 27px; color: #cce9e9; font-size: 15px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.65);
  font-size: 13px;
  font-weight: 800;
}
.text-link:hover { border-color: var(--aqua); }
.feature-image { position: relative; min-height: 372px; overflow: hidden; }
.feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(7,95,104,.25), rgba(32,186,196,.08));
}
.feature-image img { width: 100%; height: 100%; object-fit: cover; }

.topics { padding: 20px 0 10px; }
.topics-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.topics-label {
  margin-right: 8px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.topic {
  padding: 9px 16px;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  transition: border-color .2s ease, color .2s ease;
}
.topic:hover { color: var(--teal); border-color: var(--aqua); }

.latest { padding: 66px 0 84px; scroll-margin-top: 84px; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading h2, .newsletter h2, .about h2, .media-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.section-heading > a { color: var(--teal); border-bottom: 1px solid var(--aqua); font-size: 13px; font-weight: 800; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.article:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(7,95,104,.10); }
.article-image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--aqua-soft); }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article:hover .article-image img { transform: scale(1.03); }
.article-body { min-height: 220px; padding: 26px; display: flex; flex-direction: column; }
.article-number { color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.article h3 {
  max-width: 320px;
  margin: 20px 0;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -.025em;
}
.article-meta { margin-top: auto; color: var(--ink-soft); font-size: 12px; font-weight: 650; }

.media-section { padding: 80px 0; color: var(--white); background: var(--teal-dark); scroll-margin-top: 84px; }
.media-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.media-intro .eyebrow { color: #aeecea; }
.media-intro p:last-child { max-width: 480px; color: #bdd4d5; font-size: 17px; }
.media-list { border-top: 1px solid rgba(255,255,255,.18); }
.media-item {
  display: grid;
  grid-template-columns: 86px 1fr 30px;
  gap: 22px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.media-label { color: #8ce0df; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.media-item strong { display: block; margin-bottom: 5px; font-family: var(--display); font-size: 24px; font-weight: 400; }
.media-item small { display: block; color: #bdd4d5; font-size: 13px; }
.media-arrow { font-size: 22px; transition: transform .2s ease; }
.media-item:hover .media-arrow { transform: translate(3px, -3px); }

.newsletter-section { padding: 90px 0; scroll-margin-top: 84px; }
.newsletter {
  position: relative;
  padding: 56px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  overflow: hidden;
  background: var(--aqua-soft);
  border-radius: 28px;
}
.newsletter h2 { font-size: clamp(34px, 3vw, 42px); }
.newsletter p:last-child { margin: 12px 0 0; color: var(--ink-soft); }
.signup {
  display: flex;
  padding: 6px;
  background: var(--white);
  border: 1px solid rgba(7,95,104,.18);
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(7,95,104,.08);
}
.signup input {
  min-width: 0;
  flex: 1;
  padding: 0 17px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}
.signup input::placeholder { color: #70868a; }

.about { padding: 80px 0; background: var(--warm); scroll-margin-top: 84px; }
.about-grid { display: grid; grid-template-columns: 360px 1fr; gap: 86px; align-items: center; }
.portrait {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 25%, rgba(255,255,255,.6) 0 12%, transparent 12.5%),
    linear-gradient(150deg, var(--aqua-soft), #a8d8d6 57%, var(--teal));
  border-radius: 25px 25px 25px 8px;
}
.portrait span { color: rgba(255,255,255,.78); font-family: var(--display); font-size: 96px; letter-spacing: -.08em; }
.photo-portrait {
  aspect-ratio: 1;
  max-width: 360px;
  background: var(--white);
  border-radius: 50%;
}
.photo-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about p:not(.eyebrow) { max-width: 700px; margin: 18px 0 28px; color: var(--ink-soft); font-size: 17px; }

footer { padding: 36px 0; color: #bfd8d9; background: var(--teal-dark); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { align-items: center; }
.footer-brand .brand-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy span {
  color: #bfd8d9;
  letter-spacing: .03em;
  text-transform: none;
  white-space: nowrap;
}
.footer-links { display: flex; align-items: center; align-self: flex-start; gap: 24px; padding-top: 9px; font-size: 13px; }
.footer-links a:hover { color: var(--white); }

/* Internal pages */
.page-hero {
  padding: 76px 0 68px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 18%, rgba(32,186,196,.26) 0 11%, transparent 11.5%),
    linear-gradient(135deg, var(--teal-dark), var(--teal));
}
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, .55fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
}
.page-hero .eyebrow { color: #aeecea; }
.page-hero h1 { max-width: 880px; font-size: clamp(52px, 6vw, 80px); }
.page-hero-grid > p { margin: 0 0 8px; color: #d2e6e6; font-size: 18px; line-height: 1.7; }
.content-section { padding: 76px 0 92px; }
.compact-newsletter { padding-top: 20px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter {
  padding: 9px 16px;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.filter.active { color: var(--white); background: var(--teal); border-color: var(--teal); }
.article-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.article-list-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.article-list-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(7,95,104,.1); }
.list-card-image { min-height: 280px; overflow: hidden; background: var(--aqua-soft); }
.list-card-image img { width: 100%; height: 100%; object-fit: cover; }
.image-placeholder {
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.72);
  background: linear-gradient(145deg, #b9e4e1, var(--teal));
}
.image-placeholder span { font-family: var(--display); font-size: 58px; letter-spacing: -.08em; }
.list-card-body { min-width: 0; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.list-card-body h2, .media-catalog-card h2, .contact-card h2, .contact-social h2 {
  margin: 13px 0 12px;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.list-card-body p, .media-catalog-card p { margin: 0 0 22px; color: var(--ink-soft); font-size: 14px; }
.read-more { margin-top: auto; color: var(--teal); border-bottom: 1px solid var(--aqua); font-size: 13px; font-weight: 800; }

.media-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.media-catalog-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  align-items: center;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.media-catalog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(7,95,104,.1); }
.media-catalog-visual {
  position: relative;
  isolation: isolate;
  aspect-ratio: 16 / 9;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(150deg, var(--teal), var(--aqua));
  border-radius: 16px;
}
.media-catalog-visual.has-thumbnail::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(4,45,50,.12), rgba(4,45,50,.58));
}
.media-catalog-visual img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.media-catalog-card:hover .media-catalog-visual img { transform: scale(1.035); }
.media-catalog-visual small { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-shadow: 0 1px 8px rgba(0,0,0,.45); }
.play-icon { width: 52px; height: 52px; display: grid; place-items: center; padding-left: 3px; color: var(--teal); background: var(--white); border-radius: 50%; box-shadow: 0 8px 24px rgba(0,0,0,.18); }

.podcast-section { background: var(--warm); }
.podcast-list { max-width: 980px; }
.podcast-card {
  display: grid;
  grid-template-columns: 70px 1fr 58px;
  gap: 28px;
  align-items: center;
  padding: 30px 10px;
  border-bottom: 1px solid #cbcabe;
}
.podcast-card:first-child { border-top: 1px solid #cbcabe; }
.episode-number { color: var(--teal); font-family: var(--display); font-size: 34px; }
.episode-copy small { display: block; margin-bottom: 5px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.episode-copy strong { display: block; margin-bottom: 6px; font-family: var(--display); font-size: 28px; font-weight: 400; }
.episode-copy > span { color: var(--ink-soft); font-size: 14px; }
.round-action { width: 52px; height: 52px; display: grid; place-items: center; padding-left: 3px; color: var(--white); background: var(--teal); border-radius: 50%; }

.about-page-section { background: var(--warm); }
.about-page-grid { display: grid; grid-template-columns: 390px minmax(0, 680px); gap: clamp(55px, 9vw, 130px); align-items: start; justify-content: center; }
.about-monogram {
  position: sticky;
  top: 120px;
  aspect-ratio: 4 / 5;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  background: linear-gradient(150deg, #bde9e7, var(--teal));
  border-radius: 28px 28px 28px 8px;
}
.about-monogram span { margin-bottom: auto; align-self: center; font-family: var(--display); font-size: 118px; letter-spacing: -.09em; opacity: .8; }
.about-monogram small { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about-photo-card {
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  background: var(--white);
  border-radius: 50%;
}
.about-photo-card img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-card figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.prose { max-width: 760px; }
.prose p { color: var(--ink-soft); font-family: var(--display); font-size: 20px; line-height: 1.75; }
.prose .lead { margin-top: 0; color: var(--ink); font-size: 31px; line-height: 1.35; }
.prose blockquote {
  margin: 40px 0;
  padding: 8px 0 8px 28px;
  color: var(--teal);
  border-left: 4px solid var(--aqua);
  font-family: var(--display);
  font-size: 27px;
  font-style: italic;
  line-height: 1.4;
}
.about-prose .button { margin-top: 20px; }

.contact-section { padding: 90px 0 120px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-card, .contact-social { padding: clamp(36px, 5vw, 64px); border-radius: 28px; }
.contact-card { color: var(--white); background: var(--teal); }
.contact-card .eyebrow { color: #aeecea; }
.contact-card h2 { font-size: 42px; }
.contact-card > p:not(.eyebrow) { color: #cbe5e5; }
.contact-icon { width: 54px; height: 54px; margin-bottom: 50px; display: grid; place-items: center; color: var(--teal); background: var(--white); border-radius: 50%; font-weight: 800; }
.contact-email { display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid var(--aqua); font-weight: 800; }
.contact-social { background: var(--aqua-soft); }
.contact-social h2 { font-size: 42px; }
.contact-social > p:not(.eyebrow) { max-width: 470px; color: var(--ink-soft); }
.social-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.legal-section { background: var(--white); }
.legal-prose { margin-inline: auto; }
.legal-prose h2 { margin: 42px 0 10px; font-family: var(--display); font-size: 31px; font-weight: 400; }
.legal-prose h2:first-child { margin-top: 0; }
.legal-prose a { color: var(--teal); border-bottom: 1px solid var(--aqua); }

.entry-page { padding: 70px 0 100px; }
.entry-header { max-width: 950px; text-align: center; }
.entry-header .eyebrow { justify-content: center; margin-top: 34px; }
.entry-header h1 { max-width: none; font-size: clamp(48px, 6vw, 76px); }
.entry-deck { max-width: 760px; margin: 25px auto 0; color: var(--ink-soft); font-size: 19px; line-height: 1.7; }
.entry-meta { margin-top: 25px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; color: var(--ink-soft); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.back-link { color: var(--teal); border-bottom: 1px solid var(--aqua); font-size: 13px; font-weight: 800; }
.entry-image { max-width: 1080px; margin-top: 48px; overflow: hidden; aspect-ratio: 16 / 8; border-radius: 28px; background: var(--aqua-soft); }
.entry-image img { width: 100%; height: 100%; object-fit: cover; }
.entry-body { margin-top: 58px; margin-inline: auto; }
.entry-body h2 { margin-top: 0; font-family: var(--display); font-size: 40px; font-weight: 400; }
.wordpress-content > h2:first-child,
.wordpress-content > h3:first-child { display: none; }
.wordpress-content h2, .wordpress-content h3, .wordpress-content h4 {
  margin: 42px 0 16px;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.2;
}
.wordpress-content h2 { font-size: 38px; }
.wordpress-content h3 { font-size: 30px; }
.wordpress-content h4 { font-size: 24px; }
.wordpress-content p { margin: 0 0 24px; }
.wordpress-content > p:first-of-type::first-letter {
  float: left;
  margin: 9px 10px 0 0;
  color: var(--teal);
  font-family: var(--display);
  font-size: 72px;
  line-height: .72;
}
.wordpress-content ul, .wordpress-content ol { margin: 0 0 28px; padding-left: 28px; color: var(--ink-soft); font-family: var(--display); font-size: 20px; line-height: 1.7; }
.wordpress-content li { margin-bottom: 10px; }
.wordpress-content a { color: var(--teal); border-bottom: 1px solid var(--aqua); overflow-wrap: anywhere; }
.wordpress-content strong { color: var(--ink); }
.wordpress-content figure { margin: 38px 0; }
.wordpress-content figcaption { margin-top: 8px; color: var(--ink-soft); font-size: 13px; }
.wordpress-content img { height: auto; border-radius: 18px; }
.wordpress-content iframe { width: 100%; max-width: 100%; min-height: 430px; border: 0; border-radius: 18px; }
.wordpress-content .wp-block-embed__wrapper { overflow: hidden; }
.entry-continuation { max-width: 760px; margin-top: 50px; margin-inline: auto; padding-top: 28px; border-top: 1px solid var(--line); }
.entry-continuation a { color: var(--teal); border-bottom: 1px solid var(--aqua); font-size: 13px; font-weight: 800; }
.media-original-content { min-height: 220px; padding: 46px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; }
.media-original-content > p:first-of-type::first-letter { float: none; margin: 0; font: inherit; color: inherit; }
.media-entry-page { background: var(--warm); }
.media-player-placeholder {
  max-width: 980px;
  min-height: 470px;
  margin-top: 50px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--teal-dark), var(--teal));
  border-radius: 28px;
}
.large-play { width: 92px; height: 92px; margin-bottom: 24px; display: grid; place-items: center; padding-left: 5px; color: var(--teal); background: var(--white); border-radius: 50%; font-size: 30px; }
.media-player-placeholder strong { font-family: var(--display); font-size: 34px; font-weight: 400; }
.media-player-placeholder p { max-width: 500px; color: #cbe5e5; }
.not-found { padding: 110px 0 130px; text-align: center; }
.not-found .eyebrow { justify-content: center; }
.not-found h1 { max-width: 850px; margin-inline: auto; }
.not-found .button { margin-top: 35px; }

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 40px), var(--max)); }
  .header-row { grid-template-columns: 1fr auto; padding: 8px 0; }
  nav { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; padding-bottom: 6px; }
  nav ul { justify-content: flex-start; }
  .intro-row, .media-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro-copy { max-width: 650px; }
  .feature-card { grid-template-columns: 1fr; }
  .feature-image { min-height: 250px; order: -1; }
  .feature-body { padding: 42px; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .article:last-child { grid-column: 1 / -1; }
  .newsletter { grid-template-columns: 1fr; gap: 30px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .page-hero-grid > p { max-width: 680px; }
  .article-list-grid, .media-catalog { grid-template-columns: 1fr; }
  .about-page-grid { grid-template-columns: 300px minmax(0, 1fr); gap: 45px; }
  .footer-links { justify-content: flex-end; flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .topline { display: none; }
  .header-row { min-height: 74px; }
  .brand-copy { display: none; }
  .brand-logo { width: 68px; height: 48px; }
  .header-action { min-height: 42px; padding: 0 14px; }
  .hero { padding-top: 38px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .feature-card { border-radius: 20px; }
  .feature-image { min-height: 190px; }
  .feature-body { padding: 32px 24px 34px; }
  .feature-body h2 { font-size: 35px; }
  .topics-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .topics-label, .topic { flex: 0 0 auto; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article:last-child { grid-column: auto; }
  .media-item { grid-template-columns: 68px 1fr 24px; gap: 14px; }
  .newsletter { padding: 38px 24px; border-radius: 20px; }
  .signup { align-items: stretch; flex-direction: column; padding: 8px; border-radius: 20px; }
  .signup input { min-height: 48px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .portrait { max-width: 440px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: 16px; padding-top: 0; }
  .page-hero { padding: 54px 0 48px; }
  .page-hero h1 { font-size: 48px; }
  .content-section { padding: 54px 0 68px; }
  .article-list-card { grid-template-columns: 1fr; }
  .list-card-image { min-height: 210px; aspect-ratio: 16 / 9; }
  .media-catalog-card { grid-template-columns: 1fr; }
  .media-catalog-visual { aspect-ratio: 16 / 9; }
  .podcast-card { grid-template-columns: 44px 1fr; gap: 16px; }
  .round-action { display: none; }
  .episode-copy strong { font-size: 23px; }
  .about-page-grid { grid-template-columns: 1fr; }
  .about-monogram { position: static; max-width: 420px; aspect-ratio: 4 / 3; }
  .about-photo-card { aspect-ratio: 1; }
  .about-monogram span { font-size: 84px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card, .contact-social { border-radius: 20px; }
  .contact-card h2, .contact-social h2 { font-size: 34px; }
  .contact-email { font-size: 14px; }
  .entry-page { padding-top: 50px; }
  .entry-header { text-align: left; }
  .entry-header .eyebrow { justify-content: flex-start; }
  .entry-header h1 { font-size: 45px; }
  .entry-meta { justify-content: flex-start; }
  .entry-image { margin-top: 36px; border-radius: 18px; aspect-ratio: 16 / 10; }
  .entry-body { margin-top: 42px; }
  .prose p { font-size: 18px; }
  .prose blockquote { font-size: 24px; }
  .wordpress-content ul, .wordpress-content ol { font-size: 18px; }
  .wordpress-content iframe { min-height: 240px; }
  .media-original-content { padding: 28px 22px; }
  .media-player-placeholder { min-height: 330px; padding: 28px; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* WordPress integration */
.admin-bar .site-header { top: 32px; }
nav .current-menu-item > a,
nav .current_page_item > a,
nav .current-menu-ancestor > a { color: var(--teal); border-color: var(--aqua); }
.image-placeholder { display: grid; place-items: center; color: var(--teal); background: var(--aqua-soft); }
.image-placeholder span { font-family: var(--display); font-size: 52px; opacity: .65; }
.newsletter-action { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.newsletter-action small { color: var(--ink-soft); }
.page-content { min-height: 200px; }
.page-content > :first-child { margin-top: 0; }
.page-content > :last-child { margin-bottom: 0; }
.pagination { margin-top: 42px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.nav-links .page-numbers { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.nav-links .current { color: var(--white); border-color: var(--teal); background: var(--teal); }
.wordpress-content .alignwide { max-width: 1100px; margin-left: 50%; transform: translateX(-50%); width: min(1100px, calc(100vw - 40px)); }
.wordpress-content .alignfull { max-width: none; margin-left: 50%; transform: translateX(-50%); width: 100vw; }
.wordpress-content .wp-caption,
.wordpress-content figure { max-width: 100%; }
.wordpress-content .wp-caption-text,
.wordpress-content figcaption { margin-top: 10px; color: var(--ink-soft); font-size: 14px; text-align: center; }
.wordpress-content iframe { max-width: 100%; }
.wordpress-content .wp-block-embed__wrapper { position: relative; overflow: hidden; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.entry-share {
  margin-top: 54px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr);
  gap: 24px 42px;
  align-items: center;
  background: var(--aqua-soft);
  border: 1px solid rgba(7,95,104,.14);
  border-radius: 22px;
}
.share-kicker {
  margin: 0 0 5px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.entry-share h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}
.share-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.share-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(7,95,104,.2);
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.share-button:hover { color: var(--white); border-color: transparent; transform: translateY(-2px); }
.share-button .dashicons { width: 20px; height: 20px; font-size: 20px; line-height: 20px; }
.share-whatsapp:hover { background: #128c4b; }
.share-facebook:hover { background: #1877f2; }
.share-instagram:hover { background: #c13584; }
.share-linkedin:hover { background: #0a66c2; }
.share-status {
  min-height: 20px;
  grid-column: 1 / -1;
  margin: -8px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  text-align: right;
}

.related-content {
  margin-top: 72px;
  padding-top: 54px;
  border-top: 1px solid var(--line);
}
.related-heading { margin-bottom: 26px; }
.related-heading .eyebrow { margin-bottom: 10px; }
.related-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.related-card {
  min-width: 0;
  min-height: 270px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.related-card:hover {
  border-color: rgba(7,95,104,.32);
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(7,95,104,.09);
}
.related-kind {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.related-card h3 {
  margin: 16px 0 13px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.025em;
}
.related-card p {
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}
.related-link {
  margin-top: auto;
  padding-bottom: 4px;
  color: var(--teal);
  border-bottom: 1px solid var(--aqua);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .entry-share { grid-template-columns: 1fr; padding: 24px 20px; }
  .share-actions { justify-content: flex-start; }
  .share-status { margin-top: -4px; text-align: left; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 0; }
}
