/* ============================================================
   Pyrsos — custom overrides (loaded last)
   1. Readability tweaks for Inter body copy
   2. CTA section that replaces the old Webflow contact form
   ============================================================ */

/* ---- 1. Readability -------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
.paragraph,
.short-p,
.contact-rows,
ul[role="list"] li,
.t-container li {
  font-size: 1.0625rem;     /* ~17px */
  line-height: 1.65;
  color: #2b2f36;
}

.short-p {
  line-height: 1.7;
}

ul[role="list"] li,
.t-container li {
  margin-bottom: .45em;
}

/* keep the italic vision text readable too */
p.italic {
  line-height: 1.6;
}

/* ---- Hero headline keeps the handwritten Permanent Marker look ---- */
.p-hero-text {
  font-family: 'Permanent Marker', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* ---- 2. Contact CTA -------------------------------------- */
.cta-wrap {
  max-width: 560px;
  margin: 34px auto 0;
  padding: 44px 34px;
  background: #faf3f2;
  border: 1px solid #efe2df;
  border-radius: 18px;
  box-shadow: 0 14px 44px rgba(56, 62, 70, .08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta-wrap .p-footer-brand {
  width: 190px;
  max-width: 62%;
  height: auto;
  margin: 0 0 26px;
}

.cta-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.cta-info .contact-rows {
  display: flex;
  align-items: center;
  margin: 0;
}

.cta-info a {
  color: #383e46;
  text-decoration: none;
  transition: color .2s;
}

.cta-info a:hover {
  color: #c08022;
}

.cta-btn {
  display: inline-block;
  background: #c08022;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 6px;
  text-decoration: none;
  transition: background .2s, transform .2s;
}

.cta-btn:hover {
  background: #a86c18;
  transform: translateY(-2px);
}

@media screen and (max-width: 479px) {
  .cta-wrap {
    padding: 34px 22px;
  }
  .cta-info {
    align-items: center;
    text-align: left;
  }
}

/* ---- 3. Mobile nav dropdown (Webflow nav JS not bundled) ---- */
@media screen and (max-width: 767px) {
  .p-navbar.nav-open .w-nav-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 6px 0 14px;
    background: #191919;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .35);
  }
  .p-navbar.nav-open .w-nav-menu .w-nav-link {
    width: 100%;
    padding: 14px 24px;
  }
}

/* ---- 4. Vision section — bigger & more prominent ---- */
.vision-section .leadership-h1 {
  font-size: 3.4em;
  margin-bottom: 18px;
}
.vision-section p.italic {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2b2f36;
}
.vision-section p.italic strong {
  color: var(--pyrsos);
  font-size: 1.06em;
}
@media screen and (max-width: 767px) {
  .vision-section .leadership-h1 { font-size: 2.5em; }
  .vision-section p.italic { font-size: 1.2rem; }
}

/* ---- 5. Bigger contact CTA box (homepage) ---- */
.cta-wrap-lg {
  max-width: 720px;
  padding: 64px 52px;
}
.cta-wrap-lg .p-footer-brand {
  width: 250px;
  margin-bottom: 34px;
}
.cta-wrap-lg .cta-info {
  gap: 20px;
  margin-bottom: 0;
  font-size: 1.12rem;
}
@media screen and (max-width: 479px) {
  .cta-wrap-lg { padding: 40px 24px; }
  .cta-wrap-lg .p-footer-brand { width: 200px; }
}

/* ---- 6. Primary buttons (nav Contact + ministries More Info) ---- */
.nav-link.pyrsos {
  background-color: var(--pyrsos);
  color: #fff;
  opacity: 1;
}
.nav-link.pyrsos:hover {
  background-color: #a02503;
  color: #fff;
}
.btn-event._3 {
  background-color: var(--pyrsos);
  border-color: var(--pyrsos);
  color: #fff;
}
.btn-event._3:hover {
  background-color: #a02503;
  border-color: #a02503;
  color: #fff;
}

/* ---- 7. Mobile: ministries text blocks left-aligned ---- */
@media screen and (max-width: 767px) {
  .t-c-text.center,
  .t-c-text.center .short-p,
  .t-c-text.center .ccb-h2 {
    text-align: left;
  }
  .t-c-text.center .short-p {
    max-width: none;
  }
}
