/**
 * Pea6 Homepage Premium Stylesheet
 * Re-imagined from scratch with custom variables, 3D elements, and micro-animations.
 */

.pea6-body-class {
  background-color: #ffffff;
  color: #151515;
  font-family: 'DM Sans', 'Inter', -apple-system, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Common Typography & Headings */
.pea6-home-template h1,
.pea6-home-template h2,
.pea6-home-template h3,
.pea6-home-template h4 {
  font-family: 'termina', 'DM Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #151515;
}

/* Eyebrows */
.pea6-sect-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 12px;
}
.pea6-sect-eyebrow.light {
  color: rgba(255, 255, 255, 0.6);
}
.pea6-sect-eyebrow.dark {
  color: var(--pea6-primary, #FF6500);
}

/* Grid & Section Spacing */
.pea6-section-block {
  padding: 120px 0;
  position: relative;
}

.pea6-grid-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

@media (min-width: 768px) {
  .pea6-grid-2col {
    grid-template-columns: 1fr 1fr;
  }
}

/* Global Buttons for Pea6 */
.pea6-btn-orange {
  display: inline-block;
  background: var(--pea6-primary, #FF6500);
  color: #ffffff !important;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 101, 0, 0.25);
  border: 2px solid transparent;
  cursor: pointer;
}
.pea6-btn-orange:hover {
  background: var(--pea6-primary-hover, #e05900);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 101, 0, 0.4);
}

.pea6-btn-outline-dark {
  display: inline-block;
  background: transparent;
  border: 2px solid #151515;
  color: #151515 !important;
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pea6-btn-outline-dark:hover {
  background: #151515;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.pea6-btn-outline {
  display: inline-block;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff !important;
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pea6-btn-outline:hover {
  background: #ffffff;
  color: #151515 !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}


/* SECTION 1: Hero Section (Bright White / Slate) */
.pea6-hero-phoenix {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.pea6-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

@media (min-width: 992px) {
  .pea6-hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.pea6-about-eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--pea6-primary, #FF6500);
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

.pea6-hero-left h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.1;
  margin-bottom: 24px;
  color: #151515;
}

.pea6-hero-left p {
  font-size: 18px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 40px;
  max-width: 580px;
}

.pea6-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.pea6-hero-images-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 500px;
  margin: 0 auto;
}

.pea6-hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.12;
  animation: floatBG 12s ease-in-out infinite alternate;
  margin: 0;
}

.pea6-hero-main-img {
  position: relative;
  z-index: 2;
  width: 90%;
  height: 90%;
  object-fit: contain;
  margin: 5% auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.08));
  animation: floatMain 6s ease-in-out infinite alternate;
}

@keyframes floatBG {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-15px) rotate(8deg); }
}

@keyframes floatMain {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}


/* SECTION 2: Poem & Video (Orange Background) */
.pea6-poem-sect {
  background-color: var(--pea6-primary, #FF6500);
  color: #ffffff;
}

.pea6-poem-sect h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 40px;
}

.pea6-poem-quote {
  position: relative;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 40px;
  color: #ffffff;
  padding-left: 40px;
}

.pea6-poem-quote .quote-mark {
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 80px;
  line-height: 1;
  font-family: Georgia, serif;
  opacity: 0.3;
}

.pea6-poem-body p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.pea6-poem-media-box {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.pea6-poem-img-frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  margin-bottom: -60px;
  transform: translateX(-20px);
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.pea6-poem-img-frame img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

/* Video Player Card */
.pea6-video-card {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-cinema);
  border: 4px solid rgba(255, 255, 255, 0.15);
  background: #000;
  aspect-ratio: 16/9;
}

.pea6-video-ratio {
  position: relative;
  width: 100%;
  height: 100%;
}

.pea6-video-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* SECTION 3: Podcast (Rust Background) */
.pea6-podcast-sect {
  background-color: #d25c14; /* Rust tone */
  color: #ffffff;
}

.pea6-podcast-pill {
  position: relative;
  background-color: #0c0806;
  border-radius: 32px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-cinema);
}

.pea6-podcast-pill-img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 16px;
  opacity: 0.85;
  margin: 0;
}

.pea6-podcast-pill-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(12,8,6,0.9) 0%, rgba(12,8,6,0.1) 100%);
}

.pea6-podcast-sect h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  line-height: 1.25;
  margin-bottom: 24px;
}

.pea6-podcast-sect p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 40px;
}

.pea6-podcast-links-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.pea6-podcast-art-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pea6-art-card {
  position: relative;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.3);
  transition: transform 0.4s ease;
}
.pea6-art-card:hover {
  transform: translateY(-8px);
}
.pea6-art-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.pea6-art-card-glow {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 40px rgba(255,255,255,0.1);
  pointer-events: none;
}


/* SECTION 4: Book Promo (Chocolate background) */
.pea6-book-sect {
  background-color: #8a451d;
  color: #ffffff;
}

.pea6-book-sect h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  line-height: 1.25;
  margin-bottom: 24px;
}

.pea6-book-sect p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 40px;
}

.pea6-book-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.pea6-book-btn {
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.pea6-book-btn:hover {
  background-color: #ffffff;
  color: #8a451d;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.pea6-book-cover-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 3D Mockup Cover */
.pea6-book-3d-scene {
  perspective: 1000px;
}

.pea6-book-3d-card {
  width: 280px;
  aspect-ratio: 2/3;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-18deg) rotateX(10deg);
  transition: transform 0.6s ease;
  box-shadow: -20px 20px 40px rgba(0,0,0,0.3);
  border-radius: 4px;
}
.pea6-book-3d-scene:hover .pea6-book-3d-card {
  transform: rotateY(-8deg) rotateX(5deg);
  box-shadow: -10px 15px 30px rgba(0,0,0,0.25);
}

.pea6-book-3d-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin: 0;
}

.book-depth {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: #5a2c12;
  transform-origin: left;
  transform: rotateY(-90deg);
  box-shadow: inset -5px 0 10px rgba(0,0,0,0.4);
}


/* SECTION 4.5: Testimonials (Dark background) */
.pea6-testimonials-sect {
  background-color: #151515;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pea6-testimonials-slider-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  min-height: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pea6-testi-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.pea6-testi-slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.pea6-testi-quote-wrap {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 30px;
  color: #f3f4f6;
  position: relative;
  padding: 0 40px;
}

.quote-large {
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
  color: var(--pea6-primary, #FF6500);
  opacity: 0.25;
  display: block;
  margin-bottom: -30px;
}

.pea6-testi-author-info {
  margin-top: 20px;
}

.pea6-testi-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 4px;
}

.pea6-testi-role {
  font-size: 11px;
  text-transform: uppercase;
  color: #9ca3af;
  letter-spacing: 0.15em;
}

/* Slider Dots */
.pea6-testi-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.pea6-testi-dot {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.pea6-testi-dot:focus {
  outline: none;
}

.pea6-testi-dot.active {
  background: var(--pea6-primary, #FF6500);
  transform: scale(1.3);
}


/* SECTION 5: Divisions (Dark chocolate background) */
.pea6-divisions-sect {
  background-color: #5c2e17;
  color: #ffffff;
}

.pea6-divs-header {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 90px;
}

.pea6-div-circle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.pea6-circle-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: var(--pea6-primary, #FF6500);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  border: 3px solid rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease;
}
.pea6-div-circle-btn:hover .pea6-circle-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 20px 40px rgba(255, 101, 0, 0.3);
}

.pea6-circle-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 0;
}

.pea6-div-circle-btn span {
  font-family: 'termina', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pea6-divisions-sect h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  line-height: 1.25;
  margin-bottom: 24px;
}

.pea6-divisions-sect p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.75;
}

.pea6-div-row {
  margin-bottom: 100px;
}

.pea6-div-row:last-child {
  margin-bottom: 0;
}

.pea6-div-img-wrap {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.pea6-div-img-wrap img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  margin: 0;
}

.pea6-div-img-shadow {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 20px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
  z-index: 1;
}

@media (max-width: 767px) {
  .pea6-reverse-mobile {
    direction: ltr;
  }
  .pea6-reverse-mobile .pea6-div-content {
    order: 1;
  }
  .pea6-reverse-mobile .pea6-div-img {
    order: 2;
    margin-top: 30px;
  }
}


/* SECTION 6: Productions (Cocoa Background) */
.pea6-productions-sect {
  background-color: #3e1c07;
  color: #ffffff;
}

.pea6-productions-sect h3 {
  color: #ffffff;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  line-height: 1.25;
  margin-bottom: 24px;
}

.pea6-productions-sect p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.75;
}

.pea6-productions-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pea6-film-icon-card {
  position: relative;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
}

.pea6-film-icon-card img {
  max-width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
  margin: 0;
  transition: transform 0.4s ease;
}
.pea6-film-icon-card:hover img {
  transform: scale(1.08) rotate(-3deg);
}

.pea6-productions-clapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.clapper-wrapper {
  max-width: 360px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-cinema);
  border: 4px solid rgba(255,255,255,0.08);
  transition: transform 0.4s ease;
}
.clapper-wrapper:hover {
  transform: rotate(-1.5deg) scale(1.02);
}
.clapper-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}


/* SECTION 7: Picture Books 2 (Deep Midnight Brown) */
.pea6-books2-sect {
  background-color: #240e02;
  color: #ffffff;
}

.pea6-books2-sect h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  line-height: 1.25;
  margin-bottom: 24px;
}

.pea6-books2-sect p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.75;
}

.pea6-books2-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pea6-img-frame {
  position: relative;
  width: 100%;
  max-width: 440px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-cinema);
}

.pea6-img-frame img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.frame-border {
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(255,255,255,0.25);
  pointer-events: none;
}


/* SECTION 8: PEA6 Acronym */
.pea6-acronym-sect {
  background-color: #240e02;
  padding-top: 0;
  padding-bottom: 120px;
}

.pea6-acronym-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (min-width: 1024px) {
  .pea6-acronym-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pea6-acronym-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pea6-acronym-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--pea6-primary, #FF6500);
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

.pea6-acronym-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.pea6-acronym-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pea6-acronym-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

.pea6-acronym-header h3 {
  font-size: 32px;
  color: var(--pea6-primary, #FF6500);
  font-family: 'termina', sans-serif;
  margin: 0;
}

.pea6-acronym-lbl {
  font-family: 'termina', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.acronym-hover-text {
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.5;
  margin: 0;
}


/* SECTION 9: Marquee */
.pea6-marquee-wrap {
  background-color: #151515;
  color: #ffffff;
  padding: 24px 0;
  overflow: hidden;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pea6-marquee-content {
  display: flex;
  white-space: nowrap;
  animation: pea6_marquee_anim 30s linear infinite;
  font-family: 'termina', sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
}

.pea6-marquee-content span {
  padding: 0 40px;
}

@keyframes pea6_marquee_anim {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}


/* SECTION 10: News and Reflections (Lilac/Pink background) */
.pea6-news-sect {
  background-color: #f3d3e2; /* Lilac */
  padding: 120px 0;
}

.pea6-news-header {
  text-align: center;
  margin-bottom: 60px;
}

.pea6-news-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #151515;
}

.pea6-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .pea6-news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pea6-news-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.pea6-news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.12);
}

.pea6-news-img-box {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
  position: relative;
}

.pea6-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
}

.pea6-news-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pea6-news-date {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--pea6-primary, #FF6500);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.pea6-news-title {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 12px;
  font-family: 'termina', sans-serif;
  font-weight: 700;
}

.pea6-news-title a {
  color: #151515;
  text-decoration: none;
}
.pea6-news-title a:hover {
  color: var(--pea6-primary, #FF6500);
}

.pea6-news-excerpt {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

.pea6-news-readmore {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--pea6-primary, #FF6500);
  letter-spacing: 0.05em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}
.pea6-news-readmore:hover {
  gap: 10px;
}


/* ==========================================================================
   Mobile Responsive Adjustments
   ========================================================================== */
@media (max-width: 767px) {
  .pea6-section-block {
    padding: 70px 0;
  }
  
  .pea6-hero-phoenix {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  
  .pea6-hero-left h1 {
    font-size: 2rem;
  }
  
  .pea6-hero-left p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .pea6-podcast-pill {
    border-radius: 20px;
    padding: 20px;
  }
  
  .pea6-podcast-pill-img {
    max-height: 160px;
  }
  
  .pea6-divs-header {
    gap: 40px;
    margin-bottom: 50px;
  }
  
  .pea6-circle-icon {
    width: 80px;
    height: 80px;
  }
  
  .pea6-circle-icon img {
    width: 40px;
    height: 40px;
  }
  
  .pea6-div-row {
    margin-bottom: 50px;
  }
  
  .pea6-poem-quote {
    padding-left: 30px;
    font-size: 1.3rem;
  }
  
  .pea6-poem-media-box {
    max-width: 100%;
    margin-top: 30px;
  }
  
  .pea6-poem-img-frame {
    margin-bottom: -40px;
    transform: translateX(-10px);
  }
  
  .pea6-art-card,
  .pea6-book-3d-card,
  .pea6-img-frame {
    max-width: 100%;
  }
  
  .pea6-book-3d-card {
    transform: none !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    width: 240px;
  }
  .pea6-book-3d-scene:hover .pea6-book-3d-card {
    transform: none !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }
  .book-depth {
    display: none;
  }
  
  .pea6-acronym-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .pea6-acronym-card {
    padding: 20px;
  }
  
  .pea6-podcast-links-row,
  .pea6-book-links,
  .pea6-hero-btns {
    flex-direction: column;
    align-items: stretch;
  }
  
  .pea6-btn-orange,
  .pea6-btn-outline-dark,
  .pea6-btn-outline,
  .pea6-book-btn {
    text-align: center;
    width: 100%;
  }
}
