/*
Theme Name: National Realty of Acadiana
Theme URI: https://nationalrealtyacadiana.com/
Author: National Realty of Acadiana, LLC
Description: Editable WordPress recreation of the National Realty of Acadiana brokerage website.
Version: 2.0.5
Text Domain: national-realty-acadiana
*/

:root { --navy: #072653; --navy2: #031a38; --copper: #b65a1d; --cream: #f7f3ed; --white: #fff; --text: #1f2933; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: #fff; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
a { text-decoration: none; color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 14px 7%; background: #fff; box-shadow: rgba(0,0,0,.08) 0 6px 20px; }
.brand img, .custom-logo-link img { width: 160px; display: block; height: auto; }
.nav { display: flex; gap: 28px; align-items: center; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { appearance: none; border: 0; padding: 12px 0; background: transparent; color: inherit; font: inherit; text-transform: inherit; letter-spacing: inherit; cursor: pointer; }
.nav-dropdown-menu { position: absolute; top: calc(100% + 10px); left: 50%; display: none; width: 250px; padding: 10px; transform: translateX(-50%); background: #fff; border-top: 3px solid var(--copper); box-shadow: rgba(0,0,0,.16) 0 16px 35px; }
.nav-dropdown.open .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu, .nav-dropdown:hover .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a { padding: 11px 12px; line-height: 1.35; }
.nav-dropdown-menu a:hover { background: var(--cream); color: var(--copper); }
.nav-cta, .button { background: var(--copper); color: #fff; padding: 14px 24px; border-radius: 3px; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: .06em; border: 0; }
.menu-toggle { display: none; background: none; border: 0; font-size: 28px; color: var(--navy); cursor: pointer; }
.hero { min-height: 640px; position: relative; display: grid; align-items: center; padding: 8%; color: #fff; background-position: center; background-size: cover; }
.hero-content { max-width: 720px; position: relative; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; color: #f3c197; font-weight: 700; font-size: 13px; }
.eyebrow.navy { color: var(--copper); }
h1 { font-size: 66px; line-height: .98; margin: 0 0 24px; }
h2 { font-size: 42px; line-height: 1.08; color: var(--navy); margin: 0 0 18px; }
.hero p { font-size: 21px; line-height: 1.6; max-width: 650px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 30px; }
.button.ghost { background: transparent; border: 1px solid rgba(255,255,255,.75); }
.quick-links { display: grid; grid-template-columns: repeat(3,1fr); background: linear-gradient(135deg,var(--navy),var(--navy2)); color: #fff; padding: 42px 7%; gap: 40px; text-align: center; }
.quick-links span { font-size: 42px; }
.quick-links h3, .cards h3 { letter-spacing: .07em; text-transform: uppercase; }
.quick-links p { color: #d7e0ef; line-height: 1.55; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 80px 7%; background: var(--cream); }
.split p { line-height: 1.8; }
.text-link { color: var(--copper); font-weight: 700; }
.image-card { min-height: 350px; border-radius: 6px; background-position: center; background-size: cover; box-shadow: rgba(0,0,0,.14) 0 18px 50px; }
.melanie-headshot { margin: 0; height: 520px; overflow: hidden; background: #fff; }
.melanie-headshot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.features { padding: 80px 7%; background: #fff; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.cards article { border: 1px solid #e6e6e6; background: #fff; box-shadow: rgba(0,0,0,.08) 0 12px 35px; }
.cards h3, .cards p { padding: 0 20px; }
.cards p { padding-bottom: 20px; color: #5b6570; }
.property { height: 220px; background-size: cover; background-position: center; }
.communities { text-align: center; padding: 70px 7%; background: var(--navy); color: #fff; }
.communities h2 { color: #fff; }
.communities p { font-size: 20px; line-height: 1.7; color: #d7e0ef; }
.cta { padding: 80px 7%; text-align: center; background-position: center; background-size: cover; }
.cta form { max-width: 850px; margin: 32px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.cta .form-field { display: flex; flex-direction: column; gap: 7px; text-align: left; }
.cta .form-field label { color: var(--navy); font-size: 13px; font-weight: 700; }
.cta .form-field label span { font-weight: 400; }
.cta .form-message { grid-column: 1/-1; }
.cta textarea { min-height: 130px; resize: vertical; }
.cta input, .cta textarea { width: 100%; padding: 15px; border: 1px solid #d6d6d6; border-radius: 3px; font: inherit; }
.cta button { grid-column: 1/-1; justify-self: center; cursor: pointer; }
.form-status { max-width: 850px; margin: 24px auto 0; padding: 14px 18px; border-radius: 3px; }
.form-status.success { color: #185c37; background: #e8f6ee; border: 1px solid #a9d8bb; }
.form-status.error { color: #81231e; background: #fbeceb; border: 1px solid #e0b2af; }
.nra-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
footer { text-align: center; padding: 36px 7%; background: #fff; }
footer img { width: 140px; height: auto; }
.broker-disclosure { margin-top: 18px; }
.broker-disclosure p { margin: 5px 0; font-size: 13px; line-height: 1.5; color: #5b6570; }
.broker-disclosure p:first-child { color: var(--navy); font-weight: 700; }
.broker-disclosure a { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.phase2-page { overflow: hidden; }
.phase2-hero { min-height: 500px; display: grid; align-items: end; padding: 90px 7%; color: #fff; background-position: center; background-size: cover; }
.phase2-hero > div { max-width: 780px; }
.phase2-hero h1 { max-width: 760px; }
.phase2-hero p:last-child { max-width: 700px; margin: 0; font-size: 20px; line-height: 1.7; }
.phase2-hero-long > div { max-width: 900px; }
.phase2-hero-long p:last-child { max-width: 900px; font-size: 17px; line-height: 1.65; }
.phase2-content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; padding: 0 7%; background: #fff; }
.phase2-content-grid article { position: relative; min-height: 360px; padding: 70px 46px 70px 0; border-right: 1px solid #e4e8ed; }
.phase2-content-grid article + article { padding-left: 46px; }
.phase2-content-grid article:last-child { border-right: 0; }
.phase2-content-grid h2 { font-size: 30px; }
.phase2-content-grid p { color: #53606d; line-height: 1.8; }
.phase2-content-grid .section-number { color: var(--copper); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.phase2-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 80px 7%; background: var(--cream); }
.phase2-evidence > div { padding: 34px; background: #fff; box-shadow: rgba(3,26,56,.08) 0 12px 36px; }
.phase2-evidence p, .phase2-listings p, .phase2-editor-content { line-height: 1.8; }
.editorial-placeholder { padding: 18px; color: #6b4b2f; background: #fff7e8; border-left: 4px solid var(--copper); }
.phase2-listings { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 70px 7%; background: #fff; }
.phase2-listings > div { max-width: 700px; }
.button.is-disabled { opacity: .55; pointer-events: none; }
.phase2-editor-content { max-width: 940px; margin: 0 auto; padding: 70px 7%; }
.phase2-editor-content > h1:first-child { color: var(--navy); }
.phase2-contact { padding: 78px 7%; text-align: center; background: var(--cream); }
.phase2-contact > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 24px; line-height: 1.7; }
.phase2-contact form { max-width: 880px; margin: 32px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.phase2-contact .form-field { display: flex; flex-direction: column; gap: 7px; text-align: left; }
.phase2-contact label { color: var(--navy); font-size: 13px; font-weight: 700; }
.phase2-contact label span { font-weight: 400; }
.phase2-contact input, .phase2-contact textarea { width: 100%; padding: 15px; border: 1px solid #d6d6d6; border-radius: 3px; background: #fff; font: inherit; }
.phase2-contact textarea { min-height: 140px; resize: vertical; }
.phase2-contact .form-message, .phase2-contact button { grid-column: 1/-1; }
.phase2-contact button { justify-self: center; cursor: pointer; }
.phase2-contact-details { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; padding: 0 7%; color: #fff; background: linear-gradient(135deg,var(--navy),var(--navy2)); text-align: center; }
.phase2-contact-details article { padding: 54px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.phase2-contact-details article:last-child { border-right: 0; }
.phase2-contact-details h2 { margin-bottom: 12px; color: #fff; font-size: 28px; }
.phase2-contact-details p { color: #d7e0ef; line-height: 1.7; }
.phase2-contact-details .section-number { color: #f3c197; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.community-directory { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; padding: 0 7% 80px; }
.community-directory a { display: grid; gap: 12px; min-height: 190px; align-content: end; padding: 28px; color: #fff; background: linear-gradient(145deg,var(--navy),var(--navy2)); }
.community-directory span { color: #f3c197; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.community-directory strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.community-directory em { color: #fff; font-size: 12px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.phase2-cta { padding: 86px 7%; text-align: center; color: #fff; background-image: linear-gradient(rgba(3,26,56,.86),rgba(3,26,56,.86)),url('assets/images/phase2/service-placeholder.png'); background-position: center; background-size: cover; }
.phase2-cta h2 { color: #fff; }
.phase2-cta p:not(.eyebrow) { max-width: 680px; margin: 0 auto 28px; font-size: 18px; line-height: 1.7; }
@media (max-width: 800px) {
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 92px; left: 0; right: 0; background: #fff; padding: 24px; flex-direction: column; }
  .nav.open { display: flex; }
  .nav-dropdown { width: 100%; text-align: center; }
  .nav-dropdown-menu { position: static; width: 100%; margin-top: 8px; transform: none; box-shadow: none; background: var(--cream); }
  .brand img, .custom-logo-link img { width: 125px; }
  h1 { font-size: 44px; }
  .hero { min-height: 560px; }
  .quick-links, .split, .cards, .cta form { grid-template-columns: 1fr; }
  .phase2-content-grid, .phase2-evidence { grid-template-columns: 1fr; }
  .phase2-contact form, .phase2-contact-details { grid-template-columns: 1fr; }
  .phase2-contact-details article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .community-directory { grid-template-columns: 1fr; }
  .phase2-content-grid article, .phase2-content-grid article + article { min-height: 0; padding: 48px 0; border-right: 0; border-bottom: 1px solid #e4e8ed; }
  .phase2-hero { min-height: 460px; padding: 64px 7%; }
  .phase2-hero h1 { font-size: 42px; }
  .phase2-listings { align-items: flex-start; flex-direction: column; }
  .split { gap: 32px; }
  .melanie-headshot { height: 460px; }
  .site-header { padding: 10px 5%; }
}
