/* ===== BRAND TOKENS — Radio Maine =====
   Aligned with drlisabelisle.com and bountifulpath.com ecosystem.

   Teal (primary)     #1B7383
   Teal (deep)        #145F6E
   Gold (accent)      #C9A84C
   Cream (body bg)    #FEFCF9
   Paper (surface)    #F0EDE7
   Warm black (text)  #1A1008
   Warm gray (body)   #5A5854
   Soft gray          #9A9690
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  color: #1A1008;
  background: #FEFCF9;
  line-height: 1.65;
}
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-weight: 500;
  color: #1A1008;
  letter-spacing: 0.005em;
}
a { color: #1B7383; text-decoration: none; transition: color 0.2s; }
a:hover { color: #145F6E; }
img { max-width: 100%; display: block; }

/* ===== NAVIGATION ===== */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: #FEFCF9; border-bottom: 1px solid #F0EDE7;
  padding: 0.9rem 2rem;
  display: flex; justify-content: space-between; align-items: center;
}
.nav-logo { display: flex; align-items: center; }
.nav-logo-img { height: 36px; width: auto; display: block; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  color: #5A5854; font-weight: 500; font-size: 0.88rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: color 0.2s; font-family: 'Inter', sans-serif;
}
.nav-links a:hover, .nav-links a.active { color: #1B7383; }
.hamburger { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #1A1008; }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #145F6E 0%, #1B7383 55%, #247F91 100%);
  color: #FEFCF9; padding: 6.5rem 2rem 5.5rem; text-align: center;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at 75% 40%, rgba(201, 168, 76, 0.14) 0%, transparent 65%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.6rem; font-weight: 500; line-height: 1.1;
  margin-bottom: 1.4rem; color: #FEFCF9;
  letter-spacing: 0.005em;
}
.hero p {
  font-size: 1.15rem; color: #E8DED1; margin-bottom: 2rem; line-height: 1.75;
  font-family: 'Inter', sans-serif; font-weight: 300;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block; padding: 0.8rem 2rem; border-radius: 2px;
  font-weight: 500; font-size: 0.82rem; transition: all 0.2s; cursor: pointer; border: none;
  font-family: 'Inter', sans-serif; letter-spacing: 0.12em; text-transform: uppercase;
}
.btn-primary { background: #1B7383; color: #FEFCF9; }
.btn-primary:hover { background: #145F6E; color: #FEFCF9; transform: translateY(-1px); }
.btn-outline { border: 1px solid #1B7383; color: #1B7383; background: transparent; }
.btn-outline:hover { background: #1B7383; color: #FEFCF9; }
.btn-lg { padding: 1.1rem 2.6rem; font-size: 0.95rem; letter-spacing: 0.14em; }

/* ===== SECTIONS ===== */
.section { padding: 5rem 2rem; max-width: 1200px; margin: 0 auto; }
.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem; font-weight: 500; color: #1A1008;
  margin-bottom: 0.5rem; line-height: 1.15;
  letter-spacing: 0.005em;
}
.section-subtitle {
  color: #5A5854; margin-bottom: 2.5rem; font-size: 1.05rem;
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-style: italic;
}

/* ===== VIDEO EMBED (16:9 responsive) ===== */
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 28px rgba(20, 95, 110, 0.12);
  background: #145F6E;
}
.video-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* ===== ABOUT SECTION ===== */
.about-content { max-width: 760px; }
.about-content p {
  margin-bottom: 1.3rem; color: #3a3530; font-size: 1.08rem; line-height: 1.75;
}
.about-content h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  margin-top: 2.5rem; margin-bottom: 0.8rem;
  font-size: 2rem; font-weight: 500; color: #1A1008;
}

/* ===== PLATFORMS (text variant, kept for about page) ===== */
.platforms { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }
.platform-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1.3rem; background: #FEFCF9; border-radius: 2px;
  border: 1px solid #F0EDE7; font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 0.2s; color: #1A1008; font-family: 'Inter', sans-serif;
}
.platform-link:hover { border-color: #1B7383; color: #1B7383; transform: translateY(-1px); }

/* ===== PLATFORMS (icon variant, home page) ===== */
.platforms-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
}
.platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: 0.65;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.platform-icon:hover { opacity: 1; transform: translateY(-2px); }
.platform-icon img, .platform-icon svg { display: block; }

.platforms-previously {
  text-align: center;
  margin-top: 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: #9A9690;
  letter-spacing: 0.04em;
  font-weight: 300;
}
.platforms-previously a {
  color: #5A5854;
  font-weight: 500;
}
.platforms-previously a:hover { color: #1B7383; }

@media (max-width: 600px) {
  .platforms-icons { gap: 1.6rem; }
  .platform-icon { width: 40px; height: 40px; }
}

/* ===== RELATED LINKS ===== */
.related-links { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }

/* ===== BRIDGE CARDS (Latest Radio Maine | The Bountiful Path) ===== */
.bridge {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.bridge-card {
  display: flex;
  flex-direction: column;
  background: #FEFCF9;
  border: 1px solid #F0EDE7;
  border-radius: 4px;
  padding: 2rem;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.bridge-card:hover { box-shadow: 0 10px 30px rgba(20, 95, 110, 0.10); border-color: #E3DCCF; }
.bridge-card--bountiful {
  background: #F5F0E8;
  border-color: #E3DCCF;
  justify-content: center;
  text-align: left;
}
.bridge-card-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #9A9690;
  margin-bottom: 1.2rem;
}
.bridge-card--bountiful .bridge-card-label { color: #1B7383; }
.bridge-card-video {
  margin-bottom: 1.4rem;
  border-radius: 4px;
}
.bridge-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem; font-weight: 500; line-height: 1.25;
  color: #1A1008;
  margin-bottom: 0.6rem;
}
.bridge-card--bountiful .bridge-card-title { font-size: 1.9rem; line-height: 1.2; }
.bridge-card-meta {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #9A9690;
  font-weight: 500;
  margin-bottom: 1rem;
}
.bridge-card-desc {
  font-size: 1rem; color: #5A5854;
  line-height: 1.7; font-weight: 300;
  margin-bottom: 1.5rem;
  font-family: 'Inter', sans-serif;
  max-width: 420px;
}
.bridge-card-cta {
  align-self: flex-start;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #1B7383;
  margin-top: auto;
}
.bridge-card-cta:hover { color: #145F6E; }
.bridge-card-cta--primary {
  padding: 0.8rem 1.6rem;
  border: 1px solid #1B7383;
  border-radius: 2px;
  transition: all 0.2s;
}
.bridge-card-cta--primary:hover {
  background: #1B7383;
  color: #FEFCF9;
}
@media (max-width: 860px) {
  .bridge { grid-template-columns: 1fr; gap: 1.5rem; }
  .bridge-card--bountiful .bridge-card-title { font-size: 1.6rem; }
}

/* ===== SECTION TINT (subtle alternating band) ===== */
.section-tint {
  background: #F7F4EE;
  max-width: 100%;
  padding: 5rem 2rem;
}
.section-tint > .section-title,
.section-tint > .section-subtitle,
.section-tint > .episodes-grid,
.section-tint > .platforms,
.section-tint > div { max-width: 1200px; margin-left: auto; margin-right: auto; }

/* ===== PULL QUOTE (mission statement) ===== */
.pullquote {
  background: #FEFCF9;
  padding: 4.5rem 2rem;
  border-top: 1px solid #F0EDE7;
  border-bottom: 1px solid #F0EDE7;
}
.pullquote-inner {
  max-width: 820px; margin: 0 auto; text-align: center;
  position: relative;
}
.pullquote-inner::before {
  content: '"';
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: #C9A84C;
  font-size: 5rem;
  line-height: 0.5;
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}
.pullquote-inner p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.1rem;
  line-height: 1.35;
  color: #1A1008;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.005em;
}

/* ===== EPISODE ARCHIVE PAGE (controls + grid) ===== */
.episode-controls {
  margin: 1rem 0 1.5rem;
}
.tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
}
.tag-pill {
  padding: 0.5rem 1rem;
  border: 1px solid #E3DCCF;
  border-radius: 999px;
  background: #FEFCF9;
  color: #5A5854;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.18s ease;
}
.tag-pill:hover { border-color: #1B7383; color: #1B7383; }
.tag-pill.active {
  background: #1B7383;
  border-color: #1B7383;
  color: #FEFCF9;
}
.episode-search-input {
  width: 100%;
  padding: 0.9rem 1.1rem;
  border: 1px solid #E3DCCF;
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  background: #FEFCF9;
  color: #1A1008;
  outline: none;
  transition: border-color 0.2s;
}
.episode-search-input:focus { border-color: #1B7383; }
.episode-count {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  color: #9A9690;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.episode-loadmore {
  text-align: center;
  margin-top: 3rem;
}
.episode-empty {
  color: #9A9690;
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 0;
  font-style: italic;
}

/* ===== EPISODE CARDS (home variant + archive shared) ===== */
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}
.episodes-grid--home {
  grid-template-columns: repeat(3, 1fr);
}
.episode-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}
.episode-card-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1B7383;
  background: #F0EDE7;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}
.episode-card {
  display: block;
  background: #FEFCF9;
  border: 1px solid #F0EDE7;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  color: inherit;
}
.episode-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(20, 95, 110, 0.12);
  border-color: #E3DCCF;
}
.episode-card-thumb {
  aspect-ratio: 16 / 9;
  background: #F0EDE7;
  overflow: hidden;
}
.episode-card-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.episode-card:hover .episode-card-thumb img { transform: scale(1.03); }
.episode-card-body { padding: 1.3rem 1.5rem 1.6rem; }
.episode-card-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem; font-weight: 500; line-height: 1.25;
  color: #1A1008; margin-bottom: 0.5rem;
}
.episode-card-date {
  font-size: 0.78rem; color: #9A9690;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 0.75rem; font-weight: 500;
}
.episode-card-desc {
  font-size: 0.92rem; color: #5A5854;
  line-height: 1.6; font-weight: 300;
}

/* ===== POST CARDS (Bountiful Path) ===== */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.post-card {
  display: flex;
  flex-direction: column;
  background: #FEFCF9;
  border: 1px solid #F0EDE7;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  color: inherit;
}
.post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(20, 95, 110, 0.12);
  border-color: #E3DCCF;
}
.post-card-thumb {
  aspect-ratio: 16 / 10;
  background: #F0EDE7;
  overflow: hidden;
}
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 1.4rem 1.6rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.post-card-date {
  font-size: 0.76rem; color: #9A9690;
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 0.6rem; font-weight: 500;
}
.post-card-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem; font-weight: 500; line-height: 1.25;
  margin-bottom: 0.65rem; color: #1A1008;
}
.post-card-excerpt {
  font-size: 0.95rem; color: #5A5854;
  line-height: 1.65; font-weight: 300;
  margin-bottom: 1.1rem; flex: 1;
}
.post-card-cta {
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #1B7383; font-family: 'Inter', sans-serif;
}

/* ===== PARTNERSHIP BLOCK ===== */
.partnership {
  background: #F0EDE7;
  padding: 5rem 2rem;
  text-align: center;
  border-top: 1px solid #E3DCCF;
  border-bottom: 1px solid #E3DCCF;
}
.partnership-inner { max-width: 720px; margin: 0 auto; }
.partnership-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: #9A9690;
  margin-bottom: 1.1rem;
}
.partnership-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem; font-weight: 500;
  color: #1A1008; margin-bottom: 1.2rem;
  letter-spacing: 0.005em;
}
.partnership-copy {
  font-size: 1.02rem; color: #5A5854;
  line-height: 1.75; font-weight: 300;
  margin-bottom: 2rem; font-family: 'Inter', sans-serif;
}
.partnership-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ===== IMAGE PLACEHOLDERS (swap for <img> when photos are ready) ===== */
.img-placeholder {
  background: #F0EDE7;
  border: 1px dashed #C4BFB5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #9A9690;
  font-family: 'Inter', sans-serif;
  text-align: center;
  margin: 0;
}
.img-placeholder-inner { max-width: 80%; }
.img-placeholder-label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
  font-weight: 500;
  color: #B8B4AD;
}
.img-placeholder-spec {
  font-size: 0.85rem;
  line-height: 1.55;
  font-weight: 300;
  color: #8A8680;
  margin: 0;
}
.img-placeholder-spec em {
  font-style: italic;
  color: #B8B4AD;
  display: block;
  margin-top: 0.3rem;
  font-size: 0.78rem;
}

.img-placeholder--portrait {
  aspect-ratio: 4 / 5;
  max-width: 360px;
  margin: 0 auto 2.5rem;
}
.img-placeholder--card-top {
  aspect-ratio: 16 / 10;
  margin: -2rem -2rem 1.5rem;
  border-radius: 4px 4px 0 0;
  border-width: 0 0 1px 0;
}
.img-placeholder--banner {
  aspect-ratio: 24 / 7;
  width: 100%;
  margin: 0 0 2.5rem;
}
.img-placeholder--section-break {
  aspect-ratio: 24 / 6;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.img-placeholder--logo {
  aspect-ratio: 2 / 1;
  max-width: 200px;
  margin: 0 auto 1.5rem;
}

@media (max-width: 600px) {
  .img-placeholder-spec { font-size: 0.78rem; }
  .img-placeholder--portrait { max-width: 280px; }
}

/* ===== ECOSYSTEM CARDS (More from Dr. Lisa Belisle) ===== */
.ecosystem-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.ecosystem-card {
  display: flex;
  flex-direction: column;
  background: #FEFCF9;
  border: 1px solid #F0EDE7;
  border-radius: 4px;
  padding: 2rem 1.8rem 1.8rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  color: inherit;
}
.ecosystem-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(20, 95, 110, 0.10);
  border-color: #E3DCCF;
}
.ecosystem-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem; font-weight: 500; line-height: 1.25;
  color: #1A1008;
  margin-bottom: 0.7rem;
}
.ecosystem-card p {
  font-size: 0.96rem; color: #5A5854;
  line-height: 1.65; font-weight: 300;
  font-family: 'Inter', sans-serif;
  margin-bottom: 1.3rem;
  flex: 1;
}
.ecosystem-card-cta {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #1B7383;
}
@media (max-width: 900px) {
  .ecosystem-cards { grid-template-columns: 1fr; }
}

/* ===== EVENTS ===== */
.events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.event-box {
  background: #FEFCF9; border-radius: 6px; padding: 2.2rem;
  box-shadow: 0 2px 12px rgba(20, 95, 110, 0.06);
  border: 1px solid #F0EDE7;
}
.event-box h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.75rem; margin-bottom: 1rem; color: #1A1008; font-weight: 500;
}
.event-box p, .event-box li {
  color: #5A5854; font-size: 0.98rem; font-family: 'Inter', sans-serif;
  font-weight: 300; line-height: 1.7;
}
.hours-list { list-style: none; }
.hours-list li { padding: 0.35rem 0; border-bottom: 1px solid #F0EDE7; }

/* ===== EVENT LIST (upcoming Radio Maine Live + past) ===== */
.event-list { display: flex; flex-direction: column; gap: 2rem; max-width: 900px; margin: 0 auto; }
.event-list-empty {
  text-align: center; max-width: 640px; margin: 2rem auto 0;
  font-size: 1.02rem; color: #5A5854; font-weight: 300; line-height: 1.7;
  font-style: italic;
}
.event-item {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  background: #FEFCF9;
  border: 1px solid #F0EDE7;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.event-item:hover { box-shadow: 0 10px 30px rgba(20, 95, 110, 0.10); border-color: #E3DCCF; }
.event-item-image {
  aspect-ratio: 16 / 10;
  background: #F0EDE7;
  overflow: hidden;
}
.event-item-image img { width: 100%; height: 100%; object-fit: cover; }
.event-item-body { padding: 1.8rem 1.8rem 1.8rem 0; display: flex; flex-direction: column; }
.event-item-date {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem; color: #9A9690;
  letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 500; margin-bottom: 0.65rem;
}
.event-item-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem; font-weight: 500; line-height: 1.2;
  color: #1A1008; margin-bottom: 0.55rem;
}
.event-item-location {
  font-size: 0.92rem; color: #5A5854; font-weight: 300;
  margin-bottom: 1rem;
}
.event-item-desc {
  font-size: 0.98rem; color: #5A5854; line-height: 1.7;
  font-weight: 300; margin-bottom: 1.4rem; flex: 1;
}
.event-item .btn { align-self: flex-start; }
.event-item-cta {
  font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #1B7383; font-family: 'Inter', sans-serif;
  align-self: flex-start;
}

.event-item--compact {
  grid-template-columns: 160px 1fr;
  gap: 1.5rem;
}
.event-item--compact .event-item-body { padding: 1.2rem 1.5rem 1.2rem 0; }
.event-item--compact .event-item-name { font-size: 1.3rem; }
.event-item--compact .event-item-desc { display: none; }

@media (max-width: 720px) {
  .event-item, .event-item--compact {
    grid-template-columns: 1fr; gap: 0;
  }
  .event-item-body, .event-item--compact .event-item-body {
    padding: 1.4rem 1.6rem 1.6rem;
  }
}

/* ===== CONTACT FORM ===== */
.contact-form { max-width: 500px; margin-top: 2rem; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 0.85rem 1rem; border: 1px solid #E8DED1;
  border-radius: 2px; font-size: 0.95rem; margin-bottom: 1rem;
  font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s;
  background: #FEFCF9; color: #1A1008;
  appearance: none; -webkit-appearance: none;
}
.contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%235A5854' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #1B7383; }
.contact-form textarea { resize: vertical; min-height: 120px; }

/* ===== SUBSCRIBE ON SUBSTACK ===== */
.substack-cta {
  background: linear-gradient(135deg, #145F6E 0%, #1B7383 100%);
  color: #FEFCF9;
  padding: 5.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.substack-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(201, 168, 76, 0.12) 0%, transparent 55%);
  pointer-events: none;
}
.substack-cta-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
.substack-cta h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem; font-weight: 500; letter-spacing: 0.005em;
  margin-bottom: 1.2rem; color: #FEFCF9; line-height: 1.15;
}
.substack-cta p {
  font-size: 1.1rem; color: #E8DED1; margin-bottom: 2rem; line-height: 1.75;
  font-family: 'Inter', sans-serif; font-weight: 300;
  max-width: 560px; margin-left: auto; margin-right: auto;
}
.substack-embed {
  width: 100%; max-width: 480px; height: 320px;
  background: #FEFCF9; border-radius: 4px;
  margin: 0 auto; display: block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.substack-fallback { font-size: 0.9rem; margin-top: 1.5rem; }
.substack-fallback a { color: #C9A84C; text-decoration: underline; font-weight: 500; }
.substack-fallback a:hover { color: #FEFCF9; }

/* ===== CROSS-SITE BANNER (slim ecosystem footnote above footer) ===== */
.cross-site-banner {
  background: #F7F4EE;
  border-top: 1px solid #F0EDE7;
  padding: 1.1rem 2rem;
  text-align: center;
}
.cross-site-banner p {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  color: #9A9690;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin: 0;
  line-height: 1.6;
}
.cross-site-banner-label { margin-right: 0.5rem; }
.cross-site-banner a {
  color: #5A5854;
  font-weight: 500;
  margin: 0 0.15rem;
}
.cross-site-banner a:hover { color: #1B7383; }
.cross-site-banner .sep {
  color: #C4BFB5;
  margin: 0 0.35rem;
  font-weight: 300;
  user-select: none;
}
@media (max-width: 600px) {
  .cross-site-banner p { font-size: 0.78rem; }
  .cross-site-banner .sep { display: block; visibility: hidden; height: 0.2rem; }
  .cross-site-banner a { display: inline-block; margin: 0.15rem 0.4rem; }
  .cross-site-banner-label { display: block; margin-bottom: 0.3rem; }
}

/* ===== FOOTER ===== */
.footer {
  background: #145F6E; color: #D9E8EB; padding: 3.5rem 2rem; margin-top: 0;
}
.footer-content {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2.5rem;
}
.footer h4 {
  font-family: 'Inter', sans-serif;
  color: #FEFCF9; margin-bottom: 1rem; font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.footer p { font-family: 'Inter', sans-serif; font-weight: 300; }
.footer a { color: #D9E8EB; font-size: 0.92rem; font-family: 'Inter', sans-serif; font-weight: 300; }
.footer a:hover { color: #C9A84C; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-bottom {
  max-width: 1200px; margin: 2.5rem auto 0; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center; font-size: 0.82rem;
  font-family: 'Inter', sans-serif; font-weight: 300;
  color: #B8D0D5;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .episodes-grid--home, .posts-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .hero h1 { font-size: 2.4rem; }
  .hero { padding: 4rem 1.5rem 3.5rem; }
  .section, .section-tint { padding: 3rem 1.5rem; }
  .section-title { font-size: 2rem; }
  .substack-cta { padding: 3.5rem 1.5rem; }
  .substack-cta h2 { font-size: 2.2rem; }
  .pullquote { padding: 3rem 1.5rem; }
  .pullquote-inner p { font-size: 1.5rem; }
  .partnership { padding: 3.5rem 1.5rem; }
  .partnership-name { font-size: 1.9rem; }
  .episodes-grid--home, .posts-grid { grid-template-columns: 1fr; }
  .nav-logo-img { height: 28px; }
  .nav-links {
    display: none; flex-direction: column; position: absolute;
    top: 100%; left: 0; right: 0;
    background: #FEFCF9; padding: 1rem 2rem;
    border-bottom: 1px solid #F0EDE7;
  }
  .nav-links.open { display: flex; }
  .hamburger { display: block; }
  .footer-content { flex-direction: column; }
}
