:root {
  color-scheme: light;
  --bg: #f7f2eb;
  --surface: #fff8ef;
  --surface-strong: #f1dfc8;
  --text: #1f1b18;
  --muted: #71635b;
  --muted-contrast: #5f524c;
  --brand-primary: #589285;
  --brand-secondary: #a54653;
  --brand-accent: #c48411;
  --tone-light: #f4e6c9;
  --tone-soft: #edc686;
  --shadow: 0 24px 60px rgba(62, 47, 34, 0.14);
  --border: rgba(145, 126, 107, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(196, 132, 17, 0.12), transparent 30%),
    var(--bg);
  color: var(--text);
  line-height: 1.75;
}

h1,
h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
.button {
  font: inherit;
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--bg);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(145, 126, 107, 0.12);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand-secondary);
}

.brand-logo {
  width: clamp(100px, 13vw, 140px);
  height: auto;
  min-width: 100px;
  border-radius: 8px;
  object-fit: contain;
  background: transparent;
  padding: 8px;
  transform: none;
  transition: width 0.15s ease, padding 0.15s ease;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex: 1 1 420px;
}

.main-nav a.active {
  color: var(--brand-secondary);
  font-weight: 700;
}

.whatsapp-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-left: 12px;
}

.whatsapp-header:hover {
  transform: translateY(-2px);
}

.whatsapp-header:focus {
  outline: 3px solid rgba(37,211,102,0.18);
}

.whatsapp-icon-header,
.whatsapp-icon,
.whatsapp-icon-float {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  display: block;
  object-fit: contain;
  color: #fff;
}

.whatsapp-icon-header {
  width: 24px;
  height: 24px;
}

@media (max-width: 820px) {
  .whatsapp-header {
    padding: 10px 16px;
  }

  .whatsapp-header .whatsapp-header-text {
    display: none;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 120px;
    height: auto;
    padding: 10px;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 110px;
    height: auto;
    padding: 10px;
  }
}

@media (max-width: 780px) {
  .contact-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }

  .contact-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 12px;
    padding: 8px 6px;
    justify-self: stretch;
  }

  .contact-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }

  .contact-info {
    align-items: flex-start;
  }

  .contact-info strong {
    font-size: 0.95rem;
  }

  .contact-info a,
  .map-link,
  .contact-info address {
    font-size: 0.95rem;
  }
}

@media (max-width: 980px) {
  .contact-list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
  }

  .contact-card {
    padding: 22px;
    box-shadow: none;
  }

  .contact-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 12px;
    padding: 10px 6px;
    justify-self: stretch;
  }

  .contact-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .contact-info {
    align-items: flex-start;
  }

  .contact-info strong {
    font-size: 0.98rem;
  }

  .hero-crp {
    margin: 18px 0 0;
    color: var(--muted-contrast);
    font-size: 0.95rem;
    text-align: center;
  }

  .contact-info a,
  .map-link,
  .contact-info address {
    font-size: 0.95rem;
  }

  .contact-info, .contact-item {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .contact-icon {
    width: 24px;
    height: 24px;
  }
}

.main-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  padding: 10px 0;
}

.main-nav a:hover {
  color: var(--brand-secondary);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  border-radius: 999px;
  background: var(--text);
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-cta {
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--brand-secondary);
  color: #fff;
}

.button-secondary {
  background: var(--brand-primary);
  color: #fff;
}

.button-outline {
  border: 1px solid var(--brand-primary);
  color: var(--brand-primary);
  background: transparent;
}

.button-whatsapp {
  background: #25d366;
  color: #fff;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 24px 64px;
}

.hero-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
  padding: 60px 0 40px;
}

.hero-copy {
  max-width: 660px;
}

.section-with-image {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(360px, 1.35fr);
  align-items: start;
  gap: 28px;
}

.section-with-image .section-text,
.section-with-image .section-content {
  padding: 0;
}

.section-image-block {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 320px;
}

.section-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.approach-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 24px auto 0;
  max-width: 720px;
}

.approach-card {
  background: rgba(88, 146, 133, 0.08);
  border: 1px solid rgba(88, 146, 133, 0.16);
  border-radius: 20px;
  padding: 18px 18px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 24px rgba(62, 47, 34, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.approach-card:hover,
.approach-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(62, 47, 34, 0.14);
  border-color: rgba(88, 146, 133, 0.28);
  background: rgba(88, 146, 133, 0.12);
}

.approach-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted-contrast);
}

@media (max-width: 980px) {
  .approach-cards {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
}

.section-with-image:nth-child(even) {
  grid-template-columns: minmax(420px, 1.35fr) minmax(320px, 1fr);
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--brand-primary);
  margin-bottom: 18px;
  font-size: 0.85rem;
}

#destaque {
  
  color: var(--brand-primary);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3.4rem, 5vw, 5.2rem);
  line-height: 0.95;
}

.hero-copy p {
  margin: 24px 0 0;
  max-width: 560px;
  font-size: 1.12rem;
  color: var(--muted-contrast);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-pill {
  background: rgba(88, 146, 133, 0.1);
  border: 1px solid rgba(88, 146, 133, 0.16);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--brand-primary);
  font-size: 0.92rem;
}

.hero-image-block {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 520px;
}

.hero-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 980px) {
  .hero-image-block {
    min-height: 360px;
  }

  .hero-image-block img {
    height: auto;
    object-fit: contain;
  }
}

.quote-banner {
  margin: 32px auto 0;
  padding: 28px 24px;
  max-width: 880px;
  background: #fff;
  border: 1px solid rgba(145, 126, 107, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(86, 62, 43, 0.08);
  color: var(--muted-contrast);
}

.quote-banner p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
}

.quote-banner span {
  display: block;
  margin-top: 22px;
  font-weight: 700;
  color: var(--brand-secondary);
}

.intro-section,
.section-light,
.section-feature,
.section-overlap {
  margin-top: 54px;
  padding: 28px 0;
}

.intro-section p {
  margin: 0 0 18px;
  max-width: 720px;
  font-size: 1.03rem;
  color: var(--muted-contrast);
}

.section-light {
  background: #fff;
  border-radius: 28px;
  padding: 40px 30px;
  border: 1px solid rgba(145, 126, 107, 0.12);
  position: relative;
  z-index: 0;
}

.section-feature {
  padding: 44px 30px;
  position: relative;
  z-index: 0;
}

.section-light::before,
.section-feature::before,
.section-overlap::before,
.contact-section::before,
.quote-banner::before,
.hero-section::before,
.intro-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-light::before {
  background: rgba(255, 255, 255, 0.94);
}

.section-feature::before {
  background: transparent;
}

.section-overlap::before {
  background: transparent;
}

.contact-section::before {
  background: transparent;
}

.quote-banner::before {
  background: transparent;
}

.hero-section::before {
  background: transparent;
}

.intro-section::before {
  background: transparent;
}

.section-overlap {
  background: #f6e8d6;
  border-radius: 30px;
  padding: 42px 32px;
  border: 1px solid rgba(196, 132, 17, 0.14);
}

.section-grid {
  display: grid;
  gap: 30px;
}

.section-content {
  max-width: 920px;
  margin: 0 auto;
}

.section-content h2 {
  margin-top: 0;
  font-size: clamp(2rem, 2.6vw, 3rem);
}

.section-content p {
  margin: 24px 0 0;
}

#encontro .section-content .button-primary {
  display: block;
  margin: 54px auto 0;
}

#encontro .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#encontro .section-content p {
  max-width: 740px;
}

.service-list {
  display: grid;
  gap: 16px;
  margin: 26px 0;
}

.service-list span,
.faq-item h3,
.contact-grid strong {
  color: var(--brand-secondary);
}

.pillars-list {
  margin: 20px 0 0;
  padding-left: 18px;
}

.pillars-list li {
  margin-bottom: 10px;
}

.section-image-credentials {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 980px;
  width: min(100%, 980px);
  margin: 0 auto;
  align-items: center;
}

.section-credentials-row {
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-self: center;
}

.credentials {
  display: grid;
  max-width: 900px;
  width: 100%;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 22px;
  margin: 0 auto;
  margin-top: 0;
}

.credentials div {
  background: rgba(88, 146, 133, 0.08);
  border: 1px solid rgba(88, 146, 133, 0.14);
  border-radius: 18px;
  padding: 22px;
  min-height: 120px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.credentials div:hover,
.credentials div:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(62, 47, 34, 0.14);
  border-color: rgba(88, 146, 133, 0.28);
  background: rgba(88, 146, 133, 0.12);
}

.credentials div strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
}

.credentials div p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
}

@media (max-width: 780px) {
  .credentials {
    grid-template-columns: 1fr;
  }
}

.section-feature .hero-actions {
  margin-top: 34px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(145, 126, 107, 0.16);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(86, 62, 43, 0.06);
  overflow: hidden;
  margin-top: 24px;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 22px 26px;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--brand-primary);
  transition: transform 0.2s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.25s ease;
  padding: 0 26px;
}

.faq-answer p {
  margin: 0 0 22px;
  color: var(--muted-contrast);
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  padding: 0 26px 22px;
}

.contact-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.contact-grid div {
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(196, 132, 17, 0.12);
}

.contact-grid a {
  display: inline-block;
  margin-top: 8px;
  color: var(--brand-primary);
  font-weight: 600;
}

.contact-section {
  padding: 36px 28px;
  margin: 32px auto;
  max-width: 1100px;
  background: #f6e8d6;
  border-radius: 30px;
  border: 1px solid rgba(196,132,17,0.14);
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
}

.contact-card {
  background: transparent;
  border-radius: 0;
  padding: 16px 20px;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.contact-card.contact-details {
  text-align: center;
}

.contact-card.contact-details h3 {
  margin: 0 0 6px 0;
  color: var(--brand-secondary);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-card.contact-details h2 {
  margin: 6px 0 0 0;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  color: var(--text);
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 18px 28px;
  margin-top: 22px;
  justify-items: center;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 12px 8px;
}

.contact-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  fill: var(--brand-secondary);
}

.contact-info strong {
  display: block;
  color: var(--brand-secondary);
}

.contact-info a {
  margin-top: 6px;
  display: inline-block;
  color: var(--brand-primary);
  font-weight: 600;
}

.contact-info address {
  margin-top: 6px;
  font-style: normal;
  color: var(--muted-contrast);
}

.map-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--brand-secondary);
}

@media (max-width: 780px) {
  .contact-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .contact-section {
    padding: 36px 24px;
  }

  .contact-card {
    padding: 36px 24px;
  }
}

.contact-list a {
  display: inline-block;
  margin-top: 6px;
  color: var(--brand-primary);
  font-weight: 600;
}

.map-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.95rem;
  color: var(--brand-secondary);
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(145,126,107,0.12);
  font-size: 1rem;
  color: var(--text);
  background: #fff;
}

.contact-submit {
  align-self: flex-start;
  padding: 12px 20px;
}

@media (max-width: 980px) {
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .contact-submit {
    width: 100%;
  }
}

.site-footer {
  text-align: center;
  padding: 30px 24px 40px;
  color: var(--muted);
}

.site-footer p {
  margin: 0 0 10px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-contact h3 {
  margin: 0 0 6px;
  color: var(--brand-secondary);
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 860px;
}

@media (max-width: 780px) {
  .footer-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25d366;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 16px;
  box-shadow: 0 12px 30px rgba(37,211,102,0.22);
  z-index: 1200;
  transition: transform 0.18s ease, box-shadow 0.18s ease, width 0.18s ease, padding 0.18s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(37,211,102,0.28);
}

.whatsapp-float:focus {
  outline: 3px solid rgba(37,211,102,0.18);
}

.whatsapp-icon,
.whatsapp-icon-float {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.whatsapp-text {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .whatsapp-float {
    padding: 10px;
    right: 14px;
    bottom: 14px;
  }
  .whatsapp-text {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero-section {
    grid-template-columns: 1fr;
  }

  .section-with-image {
    grid-template-columns: 1fr;
  }

  .section-with-image:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .header-inner {
    justify-content: space-between;
  }

  .main-nav {
    justify-content: flex-end;
  }
}

@media (max-width: 780px) {
  .header-inner {
    padding: 16px 18px;
    position: relative;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: rgba(255, 249, 241, 0.98);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 24px;
    border-bottom: 1px solid rgba(145, 126, 107, 0.12);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }

  .main-nav.open {
    max-height: 1000px;
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(145, 126, 107, 0.08);
  }

  .main-nav a:last-child {
    border-bottom: none;
  }

  .nav-cta {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }

  .hero-card {
    padding: 28px;
  }

  .section-light,
  .section-overlap {
    padding: 34px 22px;
  }

  .section-content h2 {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }
}

@media (max-width: 560px) {
  .header-inner {
    flex-direction: row;
    align-items: center;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand-logo {
    transform: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .button span,
  .button svg {
    margin: 0 auto;
  }

  .credentials,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.escritos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 24px;
  width: min(100%, 760px);
  max-width: 760px;
  margin: 28px auto 0;
  align-items: stretch;
  justify-content: center;
  justify-items: center;
}


.escrito-card {
  background: rgba(88, 146, 133, 0.08);
  border: 1px solid rgba(88, 146, 133, 0.14);
  border-radius: 20px;
  padding: 20px;
  min-height: 120px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 24px rgba(62, 47, 34, 0.08);
}

.escrito-card:hover,
.escrito-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(62, 47, 34, 0.14);
  border-color: rgba(88, 146, 133, 0.28);
  background: rgba(88, 146, 133, 0.12);
}

.escrito-card h3 {
  display: block;
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  
}

.escrito-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--muted-contrast);
}

@media (max-width: 780px) {
  .escritos-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 18px;
  }

  .escrito-card {
    padding: 18px;
    width: 100%;
    max-width: 100%;
  }
}
