/*
Theme Name: Amy McCarthy Realtor
Theme URI: https://amytheagent.com
Author: AgentSpotlight
Description: Amy McCarthy REALTOR Austin TX. Use with Elementor (free) for visual drag-and-drop editing. Install Elementor plugin then edit any page visually.
Version: 3.2.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: amy-mccarthy
*/

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; background: #F1EAD8; color: #68604D; font-size: 16px; line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: 'Lato', sans-serif; }

/* ── VARIABLES ── */
:root {
  --navy:   #68604D;
  --teal:   #8A8E75;
  --dark:   #68604D;
  --mid:    #8A8E75;
  --light:  #BEC5A4;
  --border: #D5C7AD;
  --cream:  #F1EAD8;
  --white:  #ffffff;
  --serif:  'Playfair Display', Georgia, serif;
  --corm:   'Cormorant Garamond', Georgia, serif;
  --sans:   'Lato', sans-serif;
}

/* ── LAYOUT ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 30px; }
.section { padding: 70px 30px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--light); display: block; margin-bottom: 10px; }
.section-title { font-family: var(--serif); font-size: clamp(28px,4vw,42px); font-weight: 400; line-height: 1.2; margin-bottom: 16px; }
.section-title em { font-style: italic; color: #68604D; }
.section-body { font-size: 16px; color: var(--mid); max-width: 640px; line-height: 1.8; }

/* ── BUTTONS ── */
.btn-primary { display: inline-block; background: var(--teal); color: #ffffff; padding: 14px 32px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; font-family: var(--sans); transition: opacity .2s; border: none; }
.btn-primary:hover { opacity: .88; color: #ffffff; }
.btn-ghost { display: inline-block; border: 1px solid rgba(255,255,255,.4); color: var(--white); padding: 14px 32px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; font-weight: 400; transition: border-color .2s, color .2s; background: transparent; }
.btn-ghost:hover { border-color: var(--white); color: var(--white); }
.btn-outline { display: inline-block; border: 1px solid var(--border); color: var(--mid); padding: 12px 26px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; transition: border-color .2s, color .2s; }
.btn-outline:hover { border-color: var(--teal); color: #68604D; }

/* ── TOP BAR ── */
.site-topbar { background: var(--dark); color: rgba(255,255,255,.75); font-size: 12px; letter-spacing: .08em; text-align: center; padding: 8px 20px; }
.site-topbar a { color: var(--teal); }

/* ── HEADER ── */
.site-header { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.site-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.logo-name { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--dark); letter-spacing: .02em; line-height: 1.1; }
.logo-title { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mid); font-weight: 400; line-height: 1.4; }
.logo-sub { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--light); font-weight: 300; }
.real-logo { height: 34px; width: auto; opacity: .85; }
.site-nav { display: flex; gap: 28px; align-items: center; }
.site-nav a { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--mid); transition: color .2s; }
.site-nav a:hover { color: var(--dark); }
.nav-cta { background: var(--dark) !important; color: var(--white) !important; padding: 10px 22px; font-size: 12px !important; }
.nav-cta:hover { background: #68604D !important; color: var(--white) !important; }
.menu-toggle { display: none; background: none; border: 1px solid var(--border); padding: 8px 12px; font-size: 18px; color: var(--dark); }

/* ── HERO ── */
.hero-section { background: #BEC5A4; color: var(--white); padding: 90px 30px 80px; text-align: center; position: relative; overflow: hidden; }
.hero-inner { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; }
.hero-tag { display: inline-block; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: #68604D; border: 1px solid rgba(104,96,77,.4); padding: 5px 16px; margin-bottom: 24px; }
.hero-section h1 { font-family: var(--serif); font-size: clamp(36px,5vw,62px); font-weight: 400; line-height: 1.15; color: var(--white); margin-bottom: 18px; }
.hero-section h1 em { color: #68604D; font-style: italic; }
.hero-sub { font-size: 17px; color: #000000; max-width: 560px; margin: 0 auto 36px; font-weight: 300; line-height: 1.6; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-stats { display: flex; justify-content: center; gap: 48px; margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.12); flex-wrap: wrap; }
.hero-stat-num { font-family: var(--serif); font-size: 36px; font-weight: 500; color: var(--teal); display: block; line-height: 1; margin-bottom: 4px; }
.hero-stat-label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); }

/* ── CRED STRIP ── */
.cred-strip { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 20px 30px; }
.cred-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.cred-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--mid); }
.cred-dot { width: 6px; height: 6px; background: var(--teal); border-radius: 50%; flex-shrink: 0; }

/* ── BIO ── */
.bio-section { background: var(--white); }
.bio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.bio-img-wrap { position: relative; }
.bio-headshot { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center; border: 1px solid var(--border); }
.bio-accent { position: absolute; bottom: -20px; right: -20px; width: 160px; height: 160px; background: linear-gradient(135deg,rgba(104,96,77,.06),rgba(138,142,117,.08)); border: 1px solid rgba(138,142,117,.2); z-index: -1; }
.bio-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; align-items: center; }
.badge { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border: 1px solid var(--border); color: var(--mid); background: var(--cream); }
.badge-highlight { background: rgba(138,142,117,.12); border-color: rgba(138,142,117,.4); color: #68604D; }
.bio-story { font-family: var(--corm); font-size: 18px; font-style: italic; color: var(--mid); line-height: 1.7; border-left: 2px solid var(--teal); padding-left: 20px; margin: 28px 0; }
.bio-extra { font-size: 14px; border-left: 2px solid var(--border); padding-left: 16px; color: var(--light); margin-top: 14px; line-height: 1.7; }
.bio-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }

/* ── SERVICES ── */
.services-section { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 48px; }
.service-card { background: var(--white); padding: 36px 30px; transition: background .2s; }
.service-card:hover { background: #f0faf8; }
.service-icon { width: 44px; height: 44px; background: linear-gradient(135deg,rgba(104,96,77,.08),rgba(138,142,117,.15)); border: 1px solid rgba(138,142,117,.3); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-size: 20px; }
.service-card h3 { font-family: var(--serif); font-size: 18px; font-weight: 500; margin-bottom: 10px; }
.service-card p { font-size: 14px; color: var(--mid); line-height: 1.7; }
.offer-box { border: 1px solid rgba(138,142,117,.3); background: var(--white); padding: 48px; text-align: center; margin-top: 44px; }
.offer-box h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; margin: 10px 0 12px; }
.offer-box p { color: var(--mid); font-size: 14px; margin-bottom: 22px; }

/* ── COMMUNITIES ── */
.communities-section { background: var(--cream); color: var(--dark); }
.communities-section .section-label { color: var(--mid); }
.communities-section .section-title { color: var(--dark); }
.communities-section .section-title em { color: var(--olive); }
.communities-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.community-card { border: 1px solid var(--border); padding: 30px 24px; transition: border-color .2s; position: relative; overflow: hidden; }
.community-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,var(--teal),transparent); opacity: 0; transition: opacity .2s; }
.community-card:hover { border-color: var(--olive); }
.community-card:hover::before { opacity: 1; }
.community-name { font-family: var(--serif); font-size: 20px; color: var(--dark); margin-bottom: 12px; }
.community-desc { font-size: 13px; color: var(--mid); line-height: 1.7; }
.communities-more { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.community-pill { font-size: 12px; letter-spacing: .06em; padding: 6px 14px; border: 1px solid var(--border); color: var(--mid); }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.testimonial-card { border: 1px solid var(--border); padding: 32px 28px; background: var(--cream); }
.stars { color: #f59e0b; font-size: 13px; margin-bottom: 14px; }
.quote-mark { font-family: var(--serif); font-size: 64px; line-height: .6; color: rgba(138,142,117,.3); margin-bottom: 16px; display: block; }
.testimonial-text { font-family: var(--corm); font-size: 16px; font-style: italic; color: var(--mid); line-height: 1.7; margin-bottom: 20px; }
.testimonial-author { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--dark); font-weight: 700; }
.testimonial-platform { font-size: 11px; color: var(--light); margin-top: 2px; }
.testimonials-cta { text-align: center; margin-top: 36px; }

/* ── PRESS ── */
.press-strip { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 30px; text-align: center; }
.press-label { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--light); margin-bottom: 14px; display: block; }
.press-name { font-family: var(--serif); font-size: 15px; font-style: italic; color: var(--mid); border-right: 1px solid var(--border); padding: 0 24px; display: inline-block; }
.press-name:last-child { border-right: none; }

/* ── CONTACT ── */
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.contact-info h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin-bottom: 20px; }
.contact-info p { font-size: 15px; color: var(--mid); line-height: 1.8; margin-bottom: 28px; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; font-size: 14px; color: var(--mid); }
.contact-icon { width: 36px; height: 36px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; background: var(--cream); }
.social-row { display: flex; gap: 12px; margin-top: 28px; }
.social-btn { width: 40px; height: 40px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--mid); transition: border-color .2s, color .2s; }
.social-btn:hover { border-color: var(--teal); color: #68604D; }
.contact-form-wrap label { display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mid); margin-bottom: 6px; margin-top: 18px; }
.contact-form-wrap label:first-child { margin-top: 0; }
.contact-form-wrap input,
.contact-form-wrap select,
.contact-form-wrap textarea { width: 100%; border: 1px solid var(--border); padding: 11px 14px; font-family: var(--sans); font-size: 14px; color: var(--dark); background: var(--cream); outline: none; transition: border-color .2s; appearance: none; }
.contact-form-wrap input:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus { border-color: var(--teal); }
.contact-form-wrap textarea { height: 110px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit-btn { background: var(--dark); color: var(--white); border: none; padding: 14px 36px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; margin-top: 22px; width: 100%; transition: background .2s; position: relative; z-index: 10; }
.submit-btn:hover { background: #68604D; }
.form-consent { font-size: 11px; color: var(--light); margin-top: 12px; text-align: center; line-height: 1.6; }

/* ── FINAL CTA ── */
.final-cta-section { background: #BEC5A4; color: var(--white); text-align: center; padding: 80px 30px; }
.final-cta-section .section-label { color: #68604D; }
.final-cta-section h2 { font-family: var(--serif); font-size: clamp(28px,4vw,46px); font-weight: 400; color: var(--white); margin-bottom: 18px; }
.final-cta-section h2 em { color: #68604D; font-style: italic; }
.final-cta-section p { color: rgba(255,255,255,.65); max-width: 500px; margin: 0 auto 36px; font-size: 16px; }
.final-cta-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
.site-footer { background: var(--dark); color: rgba(255,255,255,.45); font-size: 12px; padding: 44px 30px 24px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 24px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 24px; }
.footer-name { font-family: var(--serif); font-size: 18px; color: rgba(255,255,255,.8); margin-bottom: 6px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 12px; }
.footer-links a { color: rgba(255,255,255,.4); letter-spacing: .06em; transition: color .2s; }
.footer-links a:hover { color: var(--teal); }
.footer-legal { max-width: 1100px; margin: 0 auto; text-align: center; font-size: 11px; line-height: 1.9; color: rgba(255,255,255,.3); }
.footer-legal a { color: rgba(255,255,255,.4); }
.footer-legal a:hover { color: var(--teal); }

/* ── BLOG ── */
.blog-hero { background: #BEC5A4; color: var(--white); padding: 70px 30px 60px; text-align: center; }
.blog-hero h1 { font-family: var(--serif); font-size: clamp(30px,4vw,52px); font-weight: 400; color: var(--white); margin: 10px 0 16px; }
.blog-hero h1 em { color: var(--teal); font-style: italic; }
.blog-hero p { color: rgba(255,255,255,.65); font-size: 17px; max-width: 520px; margin: 0 auto; }
.blog-wrap { background: var(--cream); padding: 60px 30px 80px; }
.blog-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 340px; gap: 56px; }
.blog-featured { background: var(--white); border: 1px solid var(--border); margin-bottom: 44px; }
.blog-featured-img { display: block; overflow: hidden; }
.blog-featured-img img { width: 100%; height: 380px; object-fit: cover; transition: transform .4s; }
.blog-featured-img:hover img { transform: scale(1.02); }
.blog-featured-content { padding: 36px; }
.blog-featured-title { font-family: var(--serif); font-size: clamp(22px,3vw,34px); font-weight: 400; line-height: 1.25; margin-bottom: 14px; }
.blog-featured-title a { color: var(--dark); }
.blog-featured-title a:hover { color: #68604D; }
.blog-featured-excerpt { font-size: 15px; color: var(--mid); line-height: 1.8; margin-bottom: 20px; }
.blog-divider { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.blog-card { background: var(--white); border: 1px solid var(--border); transition: border-color .2s; }
.blog-card:hover { border-color: rgba(138,142,117,.4); }
.blog-card-img { display: block; overflow: hidden; position: relative; aspect-ratio: 16/9; background: linear-gradient(135deg,#F1EAD8,#D5C7AD); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-cat { position: absolute; top: 12px; left: 12px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; background: var(--white); color: var(--dark); padding: 3px 8px; }
.blog-card-body { padding: 22px; }
.blog-card-title { font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.3; margin-bottom: 10px; }
.blog-card-title a { color: var(--dark); }
.blog-card-title a:hover { color: #68604D; }
.blog-card-excerpt { font-size: 13px; color: var(--mid); line-height: 1.7; margin-bottom: 14px; }
.post-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.post-cat a { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #68604D; background: rgba(138,142,117,.12); border: 1px solid rgba(138,142,117,.3); padding: 3px 10px; }
.post-date { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--light); }
.read-more-link { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #68604D; font-weight: 700; border-bottom: 1px solid rgba(104,96,77,.25); padding-bottom: 2px; transition: color .2s; }
.read-more-link:hover { color: var(--teal); border-color: var(--teal); }
.blog-pagination { margin-top: 44px; }
.blog-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.blog-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--border); font-size: 13px; color: var(--mid); }
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current { border-color: var(--teal); color: #68604D; }
.blog-pagination .prev,.blog-pagination .next { width: auto; padding: 0 16px; }
.no-posts { background: var(--white); border: 1px solid var(--border); padding: 60px 40px; text-align: center; }

/* ── SIDEBAR ── */
.blog-sidebar { display: flex; flex-direction: column; gap: 24px; }
.sidebar-card { background: var(--white); border: 1px solid var(--border); padding: 26px 24px; }
.sidebar-card--cta { background: linear-gradient(135deg,#68604D,#8A8E75); border-color: rgba(138,142,117,.2); }
.sidebar-headshot { width: calc(100% + 48px); height: 220px; object-fit: cover; object-position: top center; display: block; margin: -26px -24px 18px; }
.sidebar-name { font-family: var(--serif); font-size: 20px; font-weight: 500; margin-bottom: 4px; }
.sidebar-title { font-size: 11px; letter-spacing: .06em; color: var(--light); text-transform: uppercase; margin-bottom: 12px; line-height: 1.6; }
.sidebar-bio { font-size: 13px; color: var(--mid); line-height: 1.7; }
.sidebar-heading { font-family: var(--serif); font-size: 16px; font-weight: 500; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.sidebar-cats { display: flex; flex-direction: column; }
.sidebar-cats li { border-bottom: 1px solid var(--border); }
.sidebar-cats li:last-child { border-bottom: none; }
.sidebar-cats a { display: flex; justify-content: space-between; padding: 10px 0; font-size: 13px; color: var(--mid); }
.sidebar-cats a:hover { color: #68604D; }
.cat-count { font-size: 11px; background: var(--cream); border: 1px solid var(--border); padding: 2px 8px; color: var(--light); border-radius: 20px; }
.sidebar-recent { display: flex; flex-direction: column; }
.sidebar-recent li { border-bottom: 1px solid var(--border); }
.sidebar-recent li:last-child { border-bottom: none; }
.sidebar-recent a { display: flex; flex-direction: column; gap: 3px; padding: 12px 0; }
.recent-title { font-size: 13px; color: var(--dark); line-height: 1.4; font-family: var(--serif); }
.recent-date { font-size: 11px; color: var(--light); letter-spacing: .06em; }
.sidebar-social { display: flex; gap: 10px; flex-wrap: wrap; }

/* ── SINGLE POST ── */
.single-post { background: var(--white); border: 1px solid var(--border); }
.single-post-header { padding: 40px 44px 28px; border-bottom: 1px solid var(--border); }
.back-link { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--light); }
.back-link:hover { color: #68604D; }
.single-post-title { font-family: var(--serif); font-size: clamp(26px,3.5vw,44px); font-weight: 400; line-height: 1.2; color: var(--dark); margin: 16px 0 24px; }
.single-post-byline { display: flex; align-items: center; gap: 14px; }
.byline-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; object-position: top; border: 2px solid var(--border); flex-shrink: 0; }
.byline-name { display: block; font-size: 14px; font-weight: 700; color: var(--dark); }
.byline-title { display: block; font-size: 11px; color: var(--light); letter-spacing: .06em; margin-top: 2px; }
.single-post-img img { width: 100%; max-height: 500px; object-fit: cover; }
.single-post-content { padding: 44px; font-size: 17px; line-height: 1.85; color: var(--dark); }
.single-post-content h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin: 36px 0 14px; }
.single-post-content h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; margin: 28px 0 12px; }
.single-post-content p { margin-bottom: 20px; }
.single-post-content ul { list-style: disc; padding-left: 24px; margin-bottom: 20px; }
.single-post-content ol { list-style: decimal; padding-left: 24px; margin-bottom: 20px; }
.single-post-content li { margin-bottom: 8px; }
.single-post-content a { color: #68604D; text-decoration: underline; }
.single-post-content blockquote { font-family: var(--corm); font-style: italic; font-size: 20px; border-left: 3px solid var(--teal); padding: 16px 24px; margin: 28px 0; color: var(--mid); background: rgba(138,142,117,.04); }
.single-post-footer { padding: 28px 44px; border-top: 1px solid var(--border); }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.post-nav-link { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; border: 1px solid var(--border); transition: border-color .2s; }
.post-nav-link:hover { border-color: var(--teal); }
.post-nav-next { text-align: right; }
.nav-direction { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--light); }
.nav-title { font-size: 14px; font-family: var(--serif); color: var(--dark); line-height: 1.3; }
.author-box { display: flex; gap: 24px; padding: 36px 44px; background: var(--cream); border-top: 1px solid var(--border); }
.author-box-img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; object-position: top; border: 2px solid var(--border); flex-shrink: 0; }
.author-box-name { font-family: var(--serif); font-size: 18px; font-weight: 500; margin-bottom: 4px; }
.author-box-bio { font-size: 13px; color: var(--mid); line-height: 1.7; }

/* ── PAGE HERO ── */
.page-hero { padding: 80px 30px 70px; text-align: center; }
.page-hero--dark { background: #BEC5A4; color: var(--white); }
.page-hero-inner { max-width: 760px; margin: 0 auto; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(30px,4vw,54px); font-weight: 400; color: var(--white); line-height: 1.2; margin: 12px 0 18px; }
.page-hero h1 em { color: var(--teal); font-style: italic; }
.page-hero p { color: rgba(255,255,255,.65); font-size: 17px; max-width: 560px; margin: 0 auto; line-height: 1.7; }
.page-cta-strip { background: linear-gradient(135deg,#68604D,#8A8E75); padding: 80px 30px; text-align: center; }

/* ── ABOUT PAGE ── */
.about-grid { display: grid; grid-template-columns: 420px 1fr; gap: 70px; align-items: start; }
.about-headshot { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center; border: 1px solid var(--border); }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 28px; }
.about-stat { background: var(--cream); padding: 20px 18px; text-align: center; }
.about-stat-num { display: block; font-family: var(--serif); font-size: 30px; color: #68604D; font-weight: 500; line-height: 1; margin-bottom: 4px; }
.about-stat-label { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--light); }
.about-creds { background: var(--cream); border: 1px solid var(--border); padding: 24px; margin-top: 28px; }
.about-creds-title { font-family: var(--serif); font-size: 16px; font-weight: 500; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.about-creds-grid { display: flex; flex-direction: column; gap: 10px; }
.about-cred-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--mid); }
.approach-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 48px; }
.approach-card { background: var(--white); padding: 32px 24px; }
.approach-num { font-family: var(--serif); font-size: 40px; font-weight: 400; color: rgba(138,142,117,.4); line-height: 1; margin-bottom: 14px; }
.approach-card h3 { font-family: var(--serif); font-size: 18px; font-weight: 500; margin-bottom: 10px; }
.approach-card p { font-size: 14px; color: var(--mid); line-height: 1.7; }
.community-involvement-grid { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: center; }
.involvement-card { border: 1px solid rgba(255,255,255,.1); padding: 36px 30px; }

/* ── SERVICES PAGE ── */
.service-detail-row { display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: start; padding: 52px 0; }
.service-detail-row--reverse { grid-template-columns: 1fr 240px; }
.service-detail-row--reverse .service-detail-visual { order: 2; }
.service-detail-row--reverse .service-detail-content { order: 1; }
.service-divider { border: none; border-top: 1px solid var(--border); margin: 0; }
.service-detail-icon { width: 100px; height: 100px; background: linear-gradient(135deg,rgba(104,96,77,.06),rgba(138,142,117,.12)); border: 1px solid rgba(138,142,117,.3); display: flex; align-items: center; justify-content: center; font-size: 44px; margin: 0 auto 14px; }
.service-detail-tag { display: inline-block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #68604D; background: rgba(138,142,117,.1); border: 1px solid rgba(138,142,117,.3); padding: 4px 12px; }
.service-detail-title { font-family: var(--serif); font-size: clamp(22px,3vw,34px); font-weight: 400; color: var(--dark); margin-bottom: 14px; }
.service-detail-list { list-style: none; padding: 0; }
.service-detail-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--mid); padding: 9px 0; border-bottom: 1px solid var(--border); }
.service-detail-list li:last-child { border-bottom: none; }
.service-detail-list li::before { content: ''; width: 5px; height: 5px; background: var(--teal); border-radius: 50%; flex-shrink: 0; }

/* ── COMMUNITIES PAGE ── */
.comm-featured-card { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border); margin-bottom: 32px; }
.comm-featured-card--reverse { direction: rtl; }
.comm-featured-card--reverse > * { direction: ltr; }
.comm-featured-img { min-height: 360px; }
.comm-featured-img--austin { background: linear-gradient(135deg,#1a1a3e,#68604D); }
.comm-featured-img--cedar { background: linear-gradient(135deg,#1a3a2e,#0d6e56); }
.comm-featured-img--georgetown { background: linear-gradient(135deg,#3a2a1a,#8a5a2a); }
.comm-featured-body { padding: 44px 40px; background: var(--white); }
.comm-tag { display: inline-block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #68604D; background: rgba(138,142,117,.12); border: 1px solid rgba(138,142,117,.3); padding: 3px 10px; margin-bottom: 14px; }
.comm-featured-body h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin-bottom: 14px; }
.comm-featured-body p { color: var(--mid); line-height: 1.8; margin-bottom: 18px; }
.comm-highlights { padding: 0; }
.comm-highlights li { font-size: 14px; color: var(--mid); padding: 7px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.comm-highlights li:last-child { border-bottom: none; }
.comm-highlights li::before { content: ''; width: 5px; height: 5px; background: var(--teal); border-radius: 50%; flex-shrink: 0; }
.all-comm-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 44px; }
.all-comm-card { background: var(--white); padding: 28px 24px; transition: background .2s; }
.all-comm-card:hover { background: #f0faf8; }
.all-comm-type { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #68604D; background: rgba(138,142,117,.1); padding: 2px 8px; display: inline-block; margin-bottom: 10px; }
.all-comm-name { font-family: var(--serif); font-size: 20px; font-weight: 500; margin-bottom: 8px; }
.all-comm-desc { font-size: 13px; color: var(--mid); line-height: 1.6; margin-bottom: 14px; }

/* ── CONTACT PAGE ── */
.contact-page-grid { display: grid; grid-template-columns: 1fr 380px; gap: 70px; }
.contact-hours { margin-top: 28px; border: 1px solid var(--border); padding: 20px; background: var(--cream); }
.hours-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--mid); padding: 8px 0; border-bottom: 1px solid var(--border); }
.hours-row:last-child { border-bottom: none; }
.promise-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.promise-card { background: var(--white); padding: 30px 24px; text-align: center; }
.promise-icon { font-size: 28px; margin-bottom: 14px; display: block; }
.promise-card h4 { font-family: var(--serif); font-size: 17px; font-weight: 500; margin-bottom: 8px; }
.promise-card p { font-size: 13px; color: var(--mid); line-height: 1.7; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 320px 1fr; gap: 44px; }
  .comm-featured-card { grid-template-columns: 1fr; }
  .comm-featured-card--reverse { direction: ltr; }
  .comm-featured-img { min-height: 220px; }
  .community-involvement-grid { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: repeat(2,1fr); }
  .contact-page-grid { grid-template-columns: 1fr; }
  .promise-grid { grid-template-columns: repeat(2,1fr); }
  .service-detail-row, .service-detail-row--reverse { grid-template-columns: 1fr; gap: 24px; }
  .service-detail-row--reverse .service-detail-visual,
  .service-detail-row--reverse .service-detail-content { order: unset; }
}
@media (max-width: 900px) {
  /* Move hamburger menu breakpoint UP from 640px to 900px */
  .site-nav { display: none; }
  .site-nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 20px 30px;
    gap: 16px;
    z-index: 99;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
  }
  .menu-toggle { display: block; }
  .bio-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .communities-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .blog-inner { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .post-nav { grid-template-columns: 1fr; }
  .author-box { flex-direction: column; }
  .single-post-header, .single-post-content, .single-post-footer, .author-box { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 28px; }
  .all-comm-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .cred-inner { gap: 20px; }
  .site-topbar { font-size: 11px; padding: 8px 16px; line-height: 1.6; }
}
@media (max-width: 480px) {
  .all-comm-grid { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: 1fr; }
  .promise-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 20px; }
  .header-inner { padding: 0 16px; }
  .logo-name { font-size: 18px; }
  .logo-title { font-size: 9px; letter-spacing: .04em; }
  .logo-sub { font-size: 9px; }
}

/* ── SOCIAL ICONS STRIP ── */
.social-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 32px 30px;
  background: #5a5441;
  border-top: 1px solid rgba(255,255,255,.06);
}
.social-strip a { color: #ffffff !important;

  transition: color .2s, transform .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-strip a:hover {
  color: var(--teal);
  transform: translateY(-2px);
}
/* ── FOOTER LAYOUT ── */
.footer-contact { text-align: right; line-height: 1.9; }
.footer-links { width: 100%; display: flex; gap: 20px; flex-wrap: wrap; margin-top: 12px; justify-content: center; }
.footer-links a { color: rgba(255,255,255,.4); letter-spacing: .06em; transition: color .2s; }
.footer-links a:hover { color: var(--teal); }

/* ── FOOTER MOBILE FIX ── */
@media (max-width: 900px) {
  .footer-inner { flex-direction: column; gap: 0; }
  .footer-brand { order: 1; }
  .footer-contact { order: 2; text-align: left !important; margin-top: 16px; }
  .footer-links { order: 3; justify-content: center; margin-top: 20px; padding-top: 16px; }
}
/* ── HERO QUOTE BUBBLE ── */
.hero-quote-wrap { margin-top: 36px; padding-top: 28px; padding-bottom: 0; border-top: 1px solid rgba(104,96,77,.2); position: relative; display: flex; flex-direction: column; align-items: center; }
.quote-mark { font-family: var(--serif); font-weight: 700; color: rgba(104,96,77,.3); line-height: 1; user-select: none; font-size: 48px; }
.quote-mark-open { align-self: flex-start; margin-left: calc(50% - 320px); margin-bottom: 6px; }
.quote-mark-close { align-self: flex-end; margin-right: calc(50% - 320px); margin-top: 6px; }
.hero-quote-bubble { background: rgba(255,255,255,.45); border: 1px solid rgba(104,96,77,.25); border-radius: 14px; padding: 22px 40px; max-width: 640px; width: 100%; position: relative; backdrop-filter: blur(4px); }
.hero-quote-bubble::after { content: ; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 20px; height: 20px; background: rgba(255,255,255,.45); border-right: 1px solid rgba(104,96,77,.25); border-bottom: 1px solid rgba(104,96,77,.25); }
.hero-quote-bubble p { font-family: var(--corm); font-size: clamp(18px, 2.5vw, 26px); font-style: italic; color: #68604D; letter-spacing: .02em; line-height: 1.4; text-align: center; margin: 0; white-space: nowrap; }
.hero-section { padding-bottom: 50px !important; }
@media (max-width: 640px) {
  .quote-mark-open { margin-left: 10px; font-size: 36px; }
  .quote-mark-close { margin-right: 10px; font-size: 36px; }
  .hero-quote-bubble { padding: 20px 20px; }
  .hero-quote-bubble p { white-space: normal; }
}
/* ── IDX SEARCH SECTION ── */
.idx-section { background: var(--cream); }
.idx-preview { margin-top: 32px; overflow: hidden; background: var(--white); }
.idx-preview iframe { display: block; min-height: 600px; border: none; }
/* ── IDX FULL PAGE ── */
.idx-fullpage { background: var(--white); padding-top: 100px; padding-bottom: 0; }
.idx-full { margin-top: 32px; overflow: hidden; background: var(--white); }
.idx-full iframe { display: block; width: 100%; min-height: 600px; border: none; }

/* ── Map Section ── */
.map-section { padding: 0; background: var(--dark); }
.map-wrap { width: 100%; line-height: 0; }
.map-wrap iframe { display: block; width: 100%; min-height: 400px; }

/* ── Split Hero Layout (text left, image right) ── */
.hero-inner--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}
.hero-text-col {
    min-width: 0;
}
.hero-image-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-image-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 4/5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(104,96,77,0.25);
}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .hero-inner--split {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hero-image-col {
        order: 1;
    }
    .hero-image-wrap {
        max-width: 360px;
    }
}
