@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --forest: #0d4a3a;
  --forest-dark: #07362b;
  --forest-soft: #1d604e;
  --gold: #c68b1e;
  --gold-dark: #a46e10;
  --cream: #fbf6eb;
  --paper: #f7efe0;
  --paper-light: #fffdf8;
  --ink: #163d35;
  --muted: #5a6762;
  --border: rgba(185, 132, 39, .28);
  --shadow: 0 14px 35px rgba(54, 43, 21, .08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(218, 185, 117, .09), transparent 28%),
    radial-gradient(circle at 80% 75%, rgba(204, 166, 94, .06), transparent 35%),
    var(--cream) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1.6;
}

h1,

.brand-editor,
.project-description,
.footer-brand,
.ornament-title,
.font-cormorant,
.box h2,
.mural-slide h2 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* WEBRADIO BAR & TOP BAR */
.seg-radio {
  background: #062b22 !important;
}

.top-bar-custom {
  background: var(--forest-dark);
  color: #fff;
  padding: 8px 0;
  font-size: 0.85rem;
}

.top-bar-custom a {
  color: rgba(255, 255, 255, 0.9);
}

.top-bar-custom a:hover {
  color: var(--gold);
}

/* NAVBAR */
.main-navbar {
  background: linear-gradient(90deg, #104d3d, #063d31);
  box-shadow: 0 5px 18px rgba(4, 44, 34, .2);
  z-index: 1030;
}

.navbar-brand {
  color: #fff !important;
  font-size: 1.35rem;
  line-height: .82;
}

.navbar-brand strong {
  font-size: 1.45rem;
}

.main-navbar .nav-link {
  color: rgba(255, 255, 255, .9) !important;
  font-size: 16px;
  font-weight: 500;
  padding-inline: 19px !important;
  transition: color 0.2s ease;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus {
  color: #f2bd55 !important;
}

/* BUTTONS */
.btn {
  border-radius: 6px;
  font-weight: 700;
  font-size: .82rem;
  padding: .65rem 1.35rem;
  transition: all 0.2s ease;
}

.btn-gold,
.destaque-list button,
.incricao {
  color: #fff !important;
  background: linear-gradient(180deg, #d89e32, #b97812);
  border-color: #dcaa4c;
  box-shadow: 0 4px 12px rgba(185, 120, 18, .18);
}

.btn-gold:hover {
  color: #fff !important;
  background: #a9680d;
  border-color: #a9680d;
}

.btn-forest {
  color: #fff !important;
  background: var(--forest);
  border-color: var(--forest);
}

.btn-forest:hover {
  color: #fff !important;
  background: var(--forest-dark);
  border-color: var(--forest-dark);
}

.btn-outline-forest {
  color: var(--forest) !important;
  border-color: var(--forest);
  background: rgba(255, 255, 255, .58);
}

.btn-outline-forest:hover {
  color: #fff !important;
  background: var(--forest);
}

/* HERO SECTION */
.hero-section {
  background: var(--paper-light);
  border-bottom: 1px solid var(--border);
}

.hero-copy {
  max-width: 760px;
  margin-left: auto;
}

.hero-copy h2 {
  color: var(--forest);
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 1.05;
  font-weight: 700;
}

.hero-copy p {
  max-width: 680px;
  color: #294c44;
  font-size: 1rem;
}

.gold-leaf {
  color: var(--gold);
  font-size: .6em;
  vertical-align: middle;
}

.hero-image {
  min-height: 390px;
  height: 100%;
  background:
    linear-gradient(90deg, var(--paper-light) 0%, rgba(255, 253, 248, .2) 18%, transparent 38%),
    url("../assets/hero-literario.jpg") center/cover no-repeat;
}

.hero-leaf {
  position: absolute;
  z-index: 2;
  left: -32px;
  bottom: 12px;
  width: 100px;
  opacity: .64;
  transform: rotate(-8deg);
}

/* SECTIONS & CARDS */
.section-space {
  padding: 2.5rem 0;
}

.section-card,
.feature-card,
.box {
  border: 1px solid var(--border) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .65) !important;
  box-shadow: 0 4px 14px rgba(73, 55, 22, .03) !important;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.ornament-title,
.box h2,
.mural-slide h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 1rem 0;
  color: var(--forest) !important;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem) !important;
  font-weight: 700 !important;
  text-align: center;
  text-transform: uppercase;
}

.ornament-title::before,
.box h2::before,
.ornament-title::after,
.box h2::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url('../images/d5_ornament.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;
}

.ornament-title::after,
.box h2::after {
  transform: scaleX(-1);
}

/* ECOSYSTEM GRID */
.ecosystem-list>.col:not(:last-child) .ecosystem-item {
  border-right: 1px solid var(--border);
}

.ecosystem-item {
  display: flex;
  gap: 14px;
  height: 100%;
  padding: 1rem;
}

.ecosystem-item-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
  font-size: 1.3rem;
}

.ecosystem-item-icon.gold {
  background: var(--gold);
}

.ecosystem-item h3,
.path-card h3 {
  margin-bottom: .25rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--forest);
}

.ecosystem-item p {
  margin: 0 0 .5rem;
  color: var(--muted);
  font-size: .8rem;
}

.ecosystem-item a,
.text-link {
  color: var(--forest);
  font-size: .8rem;
  font-weight: 700;
}

.ecosystem-item a:hover,
.text-link:hover {
  color: var(--gold-dark);
}

/* PATH CARDS */
.path-card {
  display: block;
  height: 100%;
  padding: 1.25rem 1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, .55);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.path-card:hover {
  color: var(--ink);
  background: #fff;
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.path-card>i {
  display: block;
  margin-bottom: .55rem;
  color: var(--gold-dark);
  font-size: 2.25rem;
}

.path-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .8rem;
}

/* FEATURE / ANTHOLOGY / AGENDA CARDS */
.feature-card {
  overflow: hidden;
}

.mini-title {
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.anthology-card h2 {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--forest);
}

.anthology-card p {
  color: var(--muted);
}

.anthology-image {
  min-height: 250px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .18), transparent), url("../assets/antologia-versos.jpg") center/cover no-repeat;
}

.agenda-list {
  display: grid;
  gap: .6rem;
}

.agenda-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  padding: 6px;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.agenda-item:hover {
  color: var(--gold-dark);
  background: rgba(218, 185, 117, .12);
}

.date-box {
  flex: 0 0 45px;
  width: 71px;
  display: grid;
  place-items: center;
  padding: 5px 4px;
  color: #fff;
  background: var(--forest);
  border-radius: 6px;
  line-height: 1;
}

.date-box b {
  font-size: 30px;
}

.date-box small {
  font-size: .6rem;
  color: #fff;
  margin-top: 3px;
  font-weight: bold;
}

#formacao a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}

#formacao div {
  /* display: flex;
  flex-wrap: wrap;
  padding: 12px;*/
}

.agenda-item>span:last-child {
  display: grid;
}

.agenda-item strong {
  font-size: .82rem;
}

.agenda-item small {
  color: #fff;
  font-size: .7rem;
}

/* EXISTING CAPA ITEMS STYLING */
/*.destaque-list,
.item-list,*/
.mural-list {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 15px;
  height: 100%;
  width: 100%;

  float: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/*
.destaque-list:hover,
.item-list:hover,*/
.mural-list:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.destaque-list figure,
.item-list figure {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  max-height: 250px;
}

.destaque-list h3,
.item-list h3 {

  font-size: 18px;
  text-align: left;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 6px;
}

.destaque-list p,
.item-list p {
  font-size: 0.82rem;
}

.veja-mais {
  background: var(--forest) !important;
  color: #fff !important;
  padding: 8px 24px !important;
  border-radius: 20px !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  transition: background 0.2s ease !important;
  display: inline-block;
}

.veja-mais:hover {
  background: var(--gold-dark) !important;
  color: #fff !important;
}

/* TESTIMONIALS & CTA */
.testimonial-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 14px;
  align-items: center;
  margin: 0;
  height: 100%;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: rgba(255, 255, 255, .65);
}

.testimonial-card img {
  grid-row: 1 / 3;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}

.testimonial-card blockquote {
  position: relative;
  margin: 0;
  padding-left: 1.1rem;
  color: #333;
  font-size: 14px;
  font-style: italic;
}

.testimonial-card blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -.35rem;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.testimonial-card figcaption {
  padding-left: 1.1rem;
  font-size: .75rem;
  font-weight: 700;
  color: var(--forest);
}

.cta-section {
  position: relative;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, #faf2e3, #fffaf2, #faf2e3);
  padding: 30px 0;
}

.cta-section .container {
  position: relative;
  z-index: 2;
}

.cta-section h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 700;
  color: var(--forest);
  line-height: 1.2;
}

.cta-section h2 span {
  color: var(--gold-dark);
}

.cta-section p {
  margin: 0.5rem 0 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  color: var(--ink);
}

/* LEAF DECORATIONS */
.cta-leaf {
  position: absolute;
  width: 120px;
  opacity: .55;
  pointer-events: none;
  z-index: 1;
}

.cta-left {
  left: -20px;
  bottom: -30px;
  transform: rotate(-10deg);
}

.cta-right {
  right: -20px;
  top: -30px;
  transform: scaleX(-1) rotate(-4deg);
}

.hero-leaf {
  position: absolute;
  z-index: 2;
  left: -32px;
  bottom: 12px;
  width: 100px;
  opacity: .64;
  transform: rotate(-8deg);
  pointer-events: none;
}

.footer-leaf {
  position: absolute;
  width: 115px;
  opacity: .55;
  pointer-events: none;
}

.footer-left {
  left: -20px;
  width: 180px;
  top: 61px;
  transform: rotate(-8deg);
}

.footer-right {
  right: -24px;
  width: 180px;
  top: 61px;
  transform: scaleX(-1) rotate(-8deg);
}

/* BUTTON STYLES */
.btn-gold {
  color: #fff !important;
  background: linear-gradient(180deg, #d89e32, #b97812) !important;
  border: 1px solid #dcaa4c !important;
  box-shadow: 0 4px 12px rgba(185, 120, 18, .18);
  font-weight: 700;
  padding: .75rem 1.5rem;
  border-radius: 6px;
  transition: all .2s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-gold:hover {
  color: #fff !important;
  background: #a9680d !important;
  border-color: #a9680d !important;
  transform: translateY(-1px);
}

.btn-verde {
  color: #fff !important;
  background: linear-gradient(180deg, #0d4a3a, #062b22) !important;
  border: 1px solid #0d4a3a46 !important;
  box-shadow: 0 4px 12px #0d4a3a46;
  font-weight: 700;
  padding: .75rem 1.5rem;
  border-radius: 6px;
  transition: all .2s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-verde:hover {
  color: #fff !important;
  background: #062b22 !important;
  border-color: #062b22 !important;
  transform: translateY(-1px);
}

/* FOOTER */
.site-footer {
  background: #f4eada;
  border-top: 1px solid var(--border);
}

.site-footer p {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", Arial, sans-serif !important;
}

.cta-section p {
  font-size: 18px;
  font-family: "Montserrat", Arial, sans-serif !important;
}

.footer-brand {
  color: var(--forest);
  font-size: 1.75rem;
  line-height: .85;
}

.footer-brand strong {
  font-size: 2rem;
}

.site-footer h3 {
  margin-bottom: .8rem;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--forest);
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin: .3rem 0;
}

.site-footer a {
  color: #405650;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold-dark);
}

.social-links {
  display: flex;
  gap: 11px;
}

.social-links a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 74, 58, .35);
  border-radius: 50%;
  color: var(--forest);
  font-size: 1rem;
  transition: all 0.2s ease;
}

.social-links a:hover {
  background: var(--forest);
  color: #fff;
}

.copyright {
  border-top: 1px solid var(--border);
  color: #425b54;
  font-size: .78rem;
}

@media (max-width: 991.98px) {
  .ecosystem-list>.col .ecosystem-item {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .ecosystem-list>.col:last-child .ecosystem-item {
    border-bottom: 0;
  }
}

/* ==========================================================================
   CABEÇALHO INSTITUCIONAL / INSTITUTIONAL HEADER
   ========================================================================== */
.site-header {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .45), rgba(250, 242, 226, .55)),
    var(--cream);
}

.header-leaf {
  position: absolute;
  width: 120px;
  opacity: .75;
  pointer-events: none;
}

.header-leaf-right {
  right: -15px;
  top: -20px;
  transform: rotate(8deg);
}

.border-bottom-soft {
  border-bottom: 1px solid var(--border);
}

.brand-editor {
  color: var(--ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.5rem, 2.3vw, 2.25rem);
  font-weight: 700;
  text-decoration: none !important;
}

.brand-slogan {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--ink);
}

.project-intro {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, .36);
  box-shadow: inset 0 0 60px rgba(210, 173, 102, .05);
}

.project-book-icon {
  margin-top: 4px;
}

.eyebrow {
  display: block;
  color: var(--gold-dark);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.project-title {
  color: var(--forest);
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: .88;
  font-weight: 700;
}

.vertical-divider {
  width: 1px;
  height: 86px;
  background: var(--border);
  display: inline-block;
}

.project-description {
  max-width: 360px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.15;
  font-weight: 600;
}

.ecosystem-map {
  margin-top: 2rem;
}

.ecosystem-title {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.ecosystem-title::before,
.ecosystem-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.ecosystem-bubble {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--ink) !important;
  text-decoration: none !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.ecosystem-bubble:hover {
  color: var(--gold-dark) !important;
  text-decoration: none !important;
}

.icon-circle {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  font-size: 1.75rem;
  color: var(--forest);
  transition: transform .2s ease, background .2s ease;
}

.ecosystem-bubble:hover .icon-circle {
  transform: translateY(-3px);
  background: #fff;
}

@media (max-width: 991.98px) {
  .project-description {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .brand-slogan {
    text-align: center;
  }
  .project-book-icon {
    width: 58px;
  }
  .ecosystem-map .col {
    margin-bottom: .35rem;
  }
  .header-leaf {
    opacity: .35;
  }
}

@media (max-width: 575.98px) {
  .project-title {
    font-size: 2.7rem;
  }
  .ecosystem-title {
    font-size: .77rem;
  }
  .icon-circle {
    width: 52px;
    height: 52px;
  }
}