/**
 * Theme Name: evangelineinsurance
 * Template:   twentytwentyfive
 * Mobile-first stylesheet
 */

/* ─────────────────────────────────────────
   BASE / MOBILE  (all screens, ~320px+)
───────────────────────────────────────── */

.entry-title {
  display: none;
}

body {
  background: #faf9f7;
}

/* ── Header ── */
.site-header {
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
}
.site-nav {
  display: none;
}
.site-nav.active {
  display: block;
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #e5e5e5;
}
.site-nav.active .primary-menu {
  flex-direction: column;
  gap: 0;
}
.site-nav.active .primary-menu li a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.menu-toggle {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  color: #404040;
  padding: 4px;
}
.menu {
  color: #404040;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.35px;
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.menu li a {
  text-decoration: none;
}
.menu li a:hover {
  color: #7a2e2e;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 20px;
}

/* ── Sections ── */
section {
  padding: 48px 20px;
}

/* ── Typography ── */
.h1_title {
  color: #1a1a1a;
  font-family: Georgia;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 91.2px;
  letter-spacing: -1.92px;
  margin: 0;
}
.h2_title {
  color: #1a1a1a;
  font-family: Georgia;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.2px;
  margin: 0;
}
.h3_title {
  color: #737373;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}
.h4_title {
  color: #1a1a1a;
  font-family: Georgia;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin: 0;
}
p,
ul,
li {
  color: #525252;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
}

/* ── Buttons ── */
a.btn {
  display: inline-block;
  width: fit-content;
  color: #7a2e2e;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
  border: 2px solid #7a2e2e;
  padding: 16px 32px;
  margin: 0;
}
a.btn:hover {
  color: #faf9f7;
  background-color: #7a2e2e;
}

/* ── Welcome section ── */
.home_welcome {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
.home_welcome_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
}
.home_welcome_text .h1_title,
.about-hero .h1_title,
.contact-hero .h1_title {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: #737373;
}
.home_welcome_text .h2_title,
.about-hero .h2_title,
.contact-hero .h2_title {
  color: #1a1a1a;
  font-family: Georgia;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -1.92px;
}
.home_welcome_image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Specialty section ── */
.home_specialty {
  background-color: #7a2e2e;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
.home_specialty_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.home_specialty_text .h2_title {
  color: #fff;
}
.home_specialty_text p {
  color: rgba(255, 255, 255, 0.9);
}
.home_specialty .h3_title {
  color: rgba(255, 255, 255, 0.6);
}
.home_specialty a.btn {
  color: #faf9f7;
  border: 2px solid #faf9f7;
  background-color: #7a2e2e;
}
.home_specialty a.btn:hover {
  color: #7a2e2e;
  background-color: #faf9f7;
}
.home_specialty_list {
  display: flex;
  padding: 28px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}
.home_specialty ul {
  list-style-type: none;
  padding: 0;
}
.home_specialty li {
  color: #fff;
  margin-bottom: 16px;
}

/* ── Services section ── */
.home_services {
  background-color: #fff;
}
.home_services .h3_title {
  margin-bottom: 16px;
}
.home_services .h4_title {
  margin-bottom: 16px;
}
.home_services p {
  margin-bottom: 20px;
}
.home_services a {
  text-decoration: none;
}
.home-services-grid {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.home-services-grid .grid {
  padding: 32px 0;
}
.grid-1,
.grid-2,
.grid-3 {
  border-bottom: 1px solid #e5e5e5;
}
a.lnk {
  color: #7a2e2e;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
}

/* ── Home Contact section ── */
.home_contact {
  background-color: #7a2e2e;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
.home-contact-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.home-contact-text .h2_title,
.contact-form .h4_title {
  color: #fff;
}
.home-contact-text .h3_title {
  color: rgba(255, 255, 255, 0.6);
}
a.phn {
  color: #fff;
  text-decoration: none;
  font-family: Georgia;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.home-contact-text p {
  color: #fff;
}
.fade {
  color: rgba(255, 255, 255, 0.5) !important;
}
.contact-form {
  display: flex;
  padding: 28px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}

/* ── WPForms — default (dark/homepage context) ── */
#wpforms-92 {
  width: 100% !important;
}
.wpforms-container .wpforms-field {
  width: 100% !important;
}
.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
.wpforms-container .wpforms-field-row-block {
  flex: 1 !important;
  width: 100% !important;
}
div.wpforms-container-full .wpforms-field-label,
div.wpforms-container-full .wpforms-field-sublabel {
  color: rgba(255, 255, 255, 0.5) !important;
}
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
}
.wpforms-submit {
  display: flex !important;
  padding: 16px 0 !important;
  justify-content: center !important;
  align-items: center !important;
  align-self: stretch !important;
  background: #fff !important;
  color: #7a2e2e !important;
  text-align: center !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: 1.4px !important;
  width: 100% !important;
}

/* ── WPForms — light override (contact page) ── */
.contact-main .wpforms-container .wpforms-field {
  width: 100% !important;
}
.contact-main div.wpforms-container-full .wpforms-field-label,
.contact-main div.wpforms-container-full .wpforms-field-sublabel {
  color: #525252 !important;
}
.contact-main .wpforms-container input,
.contact-main .wpforms-container select,
.contact-main .wpforms-container textarea {
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
  color: #1a1a1a !important;
}
.contact-main .wpforms-submit {
  background: #7a2e2e !important;
  color: #fff !important;
}

/* ── Footer ── */
.site-footer {
  background-color: #1a1a1a;
  padding: 48px 20px 32px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-logo img {
  max-width: 160px;
  height: auto;
}
.footer-tagline {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  max-width: 320px;
}
.footer-heading {
  color: rgba(255, 255, 255, 0.45) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 3.6px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-links li a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  font-size: 16px !important;
  transition: color 0.2s ease;
}
.footer-links li a:hover {
  color: #fff !important;
}
.footer-phone {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  transition: color 0.2s ease;
}
.footer-phone:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
}
.footer-copy {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 13px !important;
}
.footer-copy a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-copy a:hover {
  color: #fff;
}

/* ── About Hero ── */
.about-hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ── About Story ── */
.about-story {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.about-story-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-story-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-story-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── About Commitment ── */
.about-commitment {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.about-commitment-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-commitment-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-pillar-number {
  color: #b0b0b0 !important;
  font-size: 13px !important;
  letter-spacing: 1px;
}

/* ── About CTA ── */
.about-cta {
  background-color: #7a2e2e;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.about-cta .h2_title {
  color: #fff;
}
.about-cta p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 560px;
}
.about-cta .btn {
  color: #faf9f7;
  border-color: #faf9f7;
}
.about-cta .btn:hover {
  color: #7a2e2e;
  background-color: #faf9f7;
}

/* ── Contact Page Hero ── */
.contact-hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-hero-intro {
  color: #525252;
  max-width: 480px;
}

/* ── Contact Page Main ── */
.contact-main {
  background-color: #fff;
}
.contact-main-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-info-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-page-phone {
  color: #7a2e2e;
  text-decoration: none;
  font-family: Georgia;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.4px;
  transition: opacity 0.2s ease;
}
.contact-page-phone:hover {
  opacity: 0.75;
}
.contact-hours-closed {
  color: #a3a3a3 !important;
}
.contact-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #faf9f7;
  padding: 32px 24px;
}
.contact-form-wrap .h4_title {
  margin-bottom: 8px;
}

/* ─────────────────────────────────────────
   TABLET  (≥ 600px)
───────────────────────────────────────── */
@media (min-width: 600px) {
  /* Layout */
  .site-header {
    padding: 0 40px;
  }
  section {
    padding: 80px 40px;
  }

  /* Typography */
  .h2_title {
    font-size: 54px;
    letter-spacing: -1px;
  }
  .h4_title {
    font-size: 30px;
  }
  p,
  ul,
  li {
    font-size: 18px;
  }
  a.phn {
    font-size: 32px;
  }

  /* Welcome */
  .home_welcome {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 48px;
    align-items: center;
  }
  .home_welcome_text {
    gap: 28px;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
  }

  /* Specialty */
  .home_specialty {
    display: grid;
    grid-template-columns: 60% 1fr;
    column-gap: 48px;
    row-gap: 48px;
    align-items: center;
  }
  .home_specialty_text {
    gap: 28px;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
  }
  .home_specialty_list {
    padding: 32px;
  }

  /* Services */
  .home-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 64px;
  }
  .home-services-grid .grid {
    padding: 40px;
    border: none;
  }
  .grid-1 {
    border-bottom: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
  }
  .grid-2 {
    border-bottom: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
  }
  .grid-3 {
    border-top: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
  }
  .grid-4 {
    border-top: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
  }

  /* Home Contact */
  .home_contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 48px;
    align-items: flex-start;
  }
  .home-contact-text {
    gap: 40px;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
  }
  .contact-form {
    padding: 32px;
    gap: 24px;
  }

  /* Footer */
  .footer-inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
  }
  .footer-brand {
    flex: 0 0 100%;
  }
  .footer-col {
    flex: 1;
  }

  /* About */
  .about-story-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }
  .about-commitment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  /* Contact Page */
  .contact-main-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }
  .contact-page-phone {
    font-size: 32px;
  }
}

/* ─────────────────────────────────────────
   DESKTOP  (≥ 1024px)
───────────────────────────────────────── */
@media (min-width: 1024px) {
  /* Layout */
  .site-header {
    padding: 0 160px;
  }
  .site-nav {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .menu ul {
    gap: 48px;
  }
  .menu-inner {
    max-width: 1600px;
    padding: 32px 0;
    flex-direction: row;
  }
  section {
    padding: 160px;
  }

  /* Typography */
  .h1_title {
    font-size: 95px;
    line-height: 91.2px;
  }
  .h2_title {
    font-size: 54px;
    line-height: 91.2px;
    letter-spacing: -1.92px;
  }
  .h4_title {
    font-size: 35.9px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
  p,
  ul,
  li {
    font-size: 20px;
    line-height: 32.5px;
  }
  a.btn {
    padding: 20px 48px;
  }
  a.phn {
    font-size: 35.9px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }

  /* Welcome */
  .home_welcome {
    column-gap: 80px;
    row-gap: 80px;
  }
  .home_welcome_text {
    gap: 32px;
  }
  .home_welcome_text .h2_title,
  .about-hero .h2_title,
  .contact-hero .h2_title {
    font-size: 95px;
    line-height: 91.2px;
  }

  /* Specialty */
  .home_specialty {
    column-gap: 80px;
    row-gap: 80px;
  }
  .home_specialty_text {
    gap: 32px;
  }
  .home_specialty_list {
    padding: 40px;
    gap: 24px;
  }

  /* Services */
  .home_services .h3_title {
    margin-bottom: 24px;
  }
  .home_services .h4_title {
    margin-bottom: 24px;
  }
  .home_services p {
    margin-bottom: 24px;
  }
  .home-services-grid {
    margin-top: 96px;
  }
  .home-services-grid .grid {
    padding: 64px;
  }

  /* Home Contact */
  .home_contact {
    column-gap: 80px;
    row-gap: 80px;
  }
  .home-contact-text {
    gap: 48px;
  }
  .contact-form {
    padding: 40px;
    gap: 24px;
  }

  /* Footer */
  .site-footer {
    padding: 80px 160px 48px;
  }
  .footer-inner {
    flex-wrap: nowrap;
    gap: 80px;
    margin-bottom: 64px;
  }
  .footer-brand {
    flex: 0 0 35%;
  }

  /* About */
  .about-hero .h2_title,
  .contact-hero .h2_title {
    max-width: 950px;
  }
  .about-story-inner {
    column-gap: 80px;
  }
  .about-story-image {
    margin-top: 64px;
  }
  .about-commitment-item {
    gap: 16px;
  }
  .about-cta {
    gap: 32px;
  }

  /* Contact Page */
  .contact-page-phone {
    font-size: 35.9px;
    letter-spacing: -0.72px;
  }
  .contact-form-wrap {
    padding: 48px 40px;
  }
}
