/* ═══════════════════════════════════════════════════════
   Ashburn Hills - Elementor Section Widget Styles
   All selectors scoped to .ah-wrap to avoid conflicts
════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

.ah-wrap {
  --ah-charcoal:   #1a1a18;
  --ah-cream:      #f7f2e9;
  --ah-cream-dk:   #ede6d8;
  --ah-green:      #2b4a3a;
  --ah-green-lt:   #3d6b54;
  --ah-green-muted:#e8ede9;
  --ah-gold:       #c4973e;
  --ah-gold-lt:    #e8c97a;
  --ah-warm-white: #faf8f4;
  --ah-text-dark:  #1a1a18;
  --ah-text-mid:   #4a4640;
  --ah-text-muted: #7a736a;
  font-family: 'DM Sans', sans-serif;
  color: var(--ah-text-dark);
  overflow-x: hidden;
}
.ah-wrap *, .ah-wrap *::before, .ah-wrap *::after { box-sizing: border-box; }
.ah-wrap a { text-decoration: none; }
.ah-wrap ul { list-style: none; padding: 0; margin: 0; }
.ah-wrap p { margin: 0; }
.ah-wrap h1, .ah-wrap h2, .ah-wrap h3 { margin: 0; }

/* ── NAV ── */
.ah-nav {
  position: sticky; top: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 48px;
  background: rgba(26,26,24,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(196,151,62,.2);
}
.ah-nav__brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; color: var(--ah-cream);
  letter-spacing: .04em; line-height: 1.2;
}
.ah-nav__brand span {
  display: block; font-family: 'DM Sans', sans-serif;
  font-size: .64rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ah-gold-lt); margin-top: 2px;
}
.ah-nav__links { display: flex; gap: 28px; align-items: center; }
.ah-nav__links a {
  color: rgba(247,242,233,.72); font-size: .77rem;
  letter-spacing: .12em; text-transform: uppercase;
  font-weight: 400; transition: color .25s;
}
.ah-nav__links a:hover { color: var(--ah-gold-lt); }
.ah-btn-nav {
  padding: 9px 22px !important;
  background: var(--ah-gold) !important;
  color: var(--ah-charcoal) !important;
  font-weight: 500 !important; border-radius: 2px;
  transition: background .25s !important;
}
.ah-btn-nav:hover { background: var(--ah-gold-lt) !important; }

/* ── HERO ── */
.ah-hero {
  min-height: 100vh;
  background: linear-gradient(160deg,#0f1f17 0%,#1a2e22 45%,#0e1a14 100%);
  display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden;
}
.ah-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c4973e' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.ah-hero__content {
  display: flex; flex-direction: column; justify-content: center;
  padding: 140px 64px 100px 72px; position: relative; z-index: 1;
  animation: ah-fadeUp 1s ease .2s both;
}
.ah-eyebrow {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ah-gold); margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px;
}
.ah-eyebrow::before {
  content: ''; display: inline-block;
  width: 24px; height: 1px; background: var(--ah-gold);
}
.ah-eyebrow--center { justify-content: center; }
.ah-eyebrow--center::before { display: none; }
.ah-eyebrow--gold { color: var(--ah-gold); }
.ah-eyebrow--gold::before { background: var(--ah-gold); }
.ah-eyebrow--gold-lt { color: var(--ah-gold-lt); }
.ah-eyebrow--gold-lt::before { background: var(--ah-gold-lt); }

.ah-hero__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem,5.5vw,4.8rem);
  font-weight: 500; color: var(--ah-cream);
  line-height: 1.08; margin-bottom: 8px;
}
.ah-hero__title em { font-style: italic; color: var(--ah-gold-lt); }
.ah-hero__subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; color: rgba(247,242,233,.5);
  letter-spacing: .06em; margin-bottom: 28px; font-style: italic;
}
.ah-hero__desc {
  font-size: .9rem; line-height: 1.8; color: rgba(247,242,233,.68);
  max-width: 480px; margin-bottom: 44px; font-weight: 300;
}
.ah-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.ah-btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 32px; background: var(--ah-gold); color: var(--ah-charcoal);
  font-size: .78rem; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; border-radius: 2px;
  transition: all .25s; border: none; cursor: pointer;
}
.ah-btn-primary:hover { background: var(--ah-gold-lt); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(196,151,62,.3); }
.ah-btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 32px; background: transparent; color: var(--ah-cream);
  font-size: .78rem; font-weight: 400; letter-spacing: .12em;
  text-transform: uppercase; border: 1px solid rgba(247,242,233,.28);
  border-radius: 2px; transition: all .25s;
}
.ah-btn-outline:hover { border-color: var(--ah-gold); color: var(--ah-gold-lt); }
.ah-btn-gold-lt { background: var(--ah-gold-lt) !important; }

.ah-hero__visual { position: relative; overflow: hidden; animation: ah-fadeIn 1.2s ease .5s both; }
.ah-hero__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) brightness(.72); }
.ah-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg,#0f1f17 0%,transparent 40%), linear-gradient(180deg,transparent 50%,#0f1f17 100%);
}
.ah-hero__badge {
  position: absolute; bottom: 36px; right: 36px;
  background: rgba(26,26,24,.86); border: 1px solid rgba(196,151,62,.4);
  backdrop-filter: blur(8px); padding: 18px 22px; text-align: center; border-radius: 3px;
}
.ah-hero__badge-lbl { font-size: .63rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ah-gold); display: block; margin-bottom: 5px; }
.ah-hero__badge-val { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--ah-cream); display: block; }

/* ── BAR ── */
.ah-bar {
  background: var(--ah-green);
  padding: 16px 48px;
  display: flex; align-items: center; justify-content: center;
  gap: 22px; flex-wrap: wrap;
}
.ah-bar__item { display: flex; align-items: center; gap: 9px; color: rgba(247,242,233,.82); font-size: .79rem; letter-spacing: .06em; }
.ah-bar__item svg { color: var(--ah-gold-lt); flex-shrink: 0; }
.ah-bar__div { width: 1px; height: 18px; background: rgba(247,242,233,.18); }

/* ── COMMONS ── */
.ah-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem,3.2vw,2.6rem);
  font-weight: 500; line-height: 1.15; color: var(--ah-text-dark); margin-bottom: 14px;
}
.ah-section-title em { font-style: italic; color: var(--ah-green); }
.ah-section-lead { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--ah-text-mid); font-style: italic; line-height: 1.7; max-width: 540px; }
.ah-section-header { text-align: center; }
.ah-text-center { text-align: center; }
.ah-text-light { color: var(--ah-cream) !important; }
.ah-text-muted-light { color: rgba(247,242,233,.52) !important; }
.ah-em-gold { color: var(--ah-gold-lt) !important; }
.ah-gold { color: var(--ah-gold) !important; }
.ah-body-text { font-size: .91rem; line-height: 1.85; color: var(--ah-text-mid); font-weight: 300; margin-bottom: 14px; }

/* ── OVERVIEW ── */
.ah-overview { background: var(--ah-cream); padding: 90px 72px; }
.ah-overview__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.ah-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--ah-cream-dk); margin-top: 8px; }
.ah-stat-cell { background: var(--ah-warm-white); padding: 18px 22px; }
.ah-stat-cell--full { grid-column: 1 / -1; }
.ah-stat-cell__lbl { font-size: .63rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ah-text-muted); margin-bottom: 5px; }
.ah-stat-cell__val { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--ah-text-dark); font-weight: 500; }
.ah-stat-cell__val.ah-gold { color: var(--ah-gold); }

/* ── HIGHLIGHTS ── */
.ah-highlights { background: var(--ah-warm-white); padding: 90px 72px; }
.ah-highlights__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--ah-cream-dk); margin-top: 52px; }
.ah-hc {
  background: var(--ah-warm-white); padding: 44px 36px;
  position: relative; overflow: hidden; transition: background .3s;
}
.ah-hc:hover { background: var(--ah-green-muted); }
.ah-hc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--ah-gold); transform: scaleX(0); transform-origin: left; transition: transform .4s;
}
.ah-hc:hover::before { transform: scaleX(1); }
.ah-hc__num { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 400; color: var(--ah-cream-dk); position: absolute; top: 22px; right: 28px; line-height: 1; pointer-events: none; }
.ah-hc__icon { width: 42px; height: 42px; margin-bottom: 18px; background: var(--ah-green-muted); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ah-green); }
.ah-hc__title { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 500; color: var(--ah-text-dark); margin-bottom: 10px; }
.ah-hc__body { font-size: .87rem; line-height: 1.8; color: var(--ah-text-mid); font-weight: 300; }

/* ── LOCATION ── */
.ah-location { background: var(--ah-charcoal); padding: 90px 72px; }
.ah-loc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 52px; }
.ah-loc-card { border: 1px solid rgba(196,151,62,.2); padding: 32px 28px; border-radius: 3px; background: rgba(247,242,233,.03); transition: border-color .3s, background .3s; }
.ah-loc-card:hover { border-color: rgba(196,151,62,.5); background: rgba(247,242,233,.06); }
.ah-loc-card__icon { width: 46px; height: 46px; margin-bottom: 18px; background: rgba(196,151,62,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ah-gold-lt); }
.ah-loc-card__title { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--ah-cream); margin-bottom: 9px; font-weight: 500; }
.ah-loc-card__body { font-size: .84rem; line-height: 1.8; color: rgba(247,242,233,.52); font-weight: 300; }
.ah-loc-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 14px; }
.ah-loc-tag { background: rgba(196,151,62,.1); border: 1px solid rgba(196,151,62,.25); color: var(--ah-gold-lt); font-size: .67rem; letter-spacing: .1em; padding: 4px 10px; border-radius: 20px; }

/* ── HOMES ── */
.ah-homes { background: var(--ah-cream); padding: 90px 72px; }
.ah-homes__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ah-home-types { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.ah-home-type { border: 1px solid var(--ah-cream-dk); padding: 28px 20px; text-align: center; background: var(--ah-warm-white); transition: border-color .3s, box-shadow .3s; }
.ah-home-type:hover { border-color: var(--ah-gold); box-shadow: 0 4px 18px rgba(196,151,62,.12); }
.ah-home-type__icon { font-size: 1.8rem; margin-bottom: 10px; display: block; }
.ah-home-type__name { font-family: 'Playfair Display', serif; font-size: .95rem; color: var(--ah-text-dark); margin-bottom: 3px; }
.ah-home-type__sub { font-size: .73rem; color: var(--ah-text-muted); letter-spacing: .07em; }
.ah-features-list { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; }
.ah-features-list li { font-size: .83rem; color: var(--ah-text-mid); display: flex; align-items: center; gap: 8px; }
.ah-features-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--ah-gold); flex-shrink: 0; }

/* ── INVEST ── */
.ah-invest { background: var(--ah-green); padding: 90px 72px; }
.ah-invest__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ah-invest-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 32px 0; }
.ah-invest-stat { text-align: center; padding: 24px 14px; background: rgba(247,242,233,.06); border: 1px solid rgba(247,242,233,.1); border-radius: 3px; }
.ah-invest-stat__num { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 500; color: var(--ah-gold-lt); display: block; }
.ah-invest-stat__lbl { font-size: .7rem; letter-spacing: .09em; color: rgba(247,242,233,.5); margin-top: 4px; display: block; }

/* ── DEVELOPER ── */
.ah-developer { background: var(--ah-warm-white); padding: 90px 72px; }
.ah-developer__inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.ah-dev-logo-box { background: var(--ah-cream); border: 1px solid var(--ah-cream-dk); padding: 44px 36px; text-align: center; }
.ah-dev-logo-img { display: block; width: auto; max-width: 180px; max-height: 90px; object-fit: contain; margin: 0 auto 18px; }
.ah-dev-name { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--ah-green); margin-bottom: 7px; }
.ah-dev-tagline { font-size: .73rem; letter-spacing: .15em; text-transform: uppercase; color: var(--ah-text-muted); }
.ah-dev-divider { width: 38px; height: 1px; background: var(--ah-gold); margin: 18px auto; }
.ah-dev-stat-num { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: var(--ah-gold); }
.ah-dev-stat-lbl { font-size: .73rem; color: var(--ah-text-muted); letter-spacing: .1em; }
.ah-dev-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.ah-dev-badge { background: var(--ah-green-muted); border: 1px solid rgba(43,74,58,.2); color: var(--ah-green); font-size: .72rem; letter-spacing: .07em; padding: 6px 14px; border-radius: 2px; font-weight: 500; }

/* ── REGISTER ── */
.ah-register {
  background: linear-gradient(135deg,#0e1a14 0%,#1d3326 50%,#0e1a14 100%);
  padding: 90px 72px; position: relative; overflow: hidden;
}
.ah-register::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle,rgba(196,151,62,.08) 0%,transparent 70%);
}
.ah-register__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
.ah-vip-perks { margin-top: 24px; display: flex; flex-direction: column; gap: 11px; }
.ah-vip-perks li { display: flex; align-items: center; gap: 11px; font-size: .86rem; color: rgba(247,242,233,.72); }
.ah-vip-perks li svg { color: var(--ah-gold); flex-shrink: 0; }

.ah-form-card { background: rgba(247,242,233,.06); border: 1px solid rgba(196,151,62,.25); padding: 40px 36px; border-radius: 4px; backdrop-filter: blur(8px); }
.ah-form-title { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--ah-cream); margin-bottom: 24px; font-weight: 500; }
.ah-form { display: flex; flex-direction: column; }
.ah-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ah-form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.ah-form-group label { font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: var(--ah-gold-lt); }
.ah-form-group input, .ah-form-group select { padding: 12px 14px; background: rgba(247,242,233,.07); border: 1px solid rgba(247,242,233,.14); border-radius: 2px; color: var(--ah-cream); font-family: 'DM Sans', sans-serif; font-size: .87rem; transition: border-color .25s; width: 100%; }
.ah-form-group input::placeholder { color: rgba(247,242,233,.3); }
.ah-form-group input:focus, .ah-form-group select:focus { outline: none; border-color: var(--ah-gold); }
.ah-form-group select option { background: #1a2e22; color: var(--ah-cream); }
.ah-form-submit { width: 100%; padding: 15px; background: var(--ah-gold); color: var(--ah-charcoal); font-size: .79rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; border: none; border-radius: 2px; cursor: pointer; margin-top: 6px; transition: background .25s; }
.ah-form-submit:hover { background: var(--ah-gold-lt); }
.ah-form-disclaimer { font-size: .67rem; color: rgba(247,242,233,.32); text-align: center; margin-top: 10px; line-height: 1.6; }
.ah-shortcode-form form { margin: 0; }
.ah-shortcode-form p { margin-bottom: 12px; color: rgba(247,242,233,.68); }
.ah-shortcode-form label { display: block; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: var(--ah-gold-lt); margin-bottom: 5px; }
.ah-shortcode-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.ah-shortcode-form select,
.ah-shortcode-form textarea { width: 100%; padding: 12px 14px; background: rgba(247,242,233,.07); border: 1px solid rgba(247,242,233,.14); border-radius: 2px; color: var(--ah-cream); font-family: 'DM Sans', sans-serif; font-size: .87rem; transition: border-color .25s; }
.ah-shortcode-form textarea { min-height: 110px; resize: vertical; }
.ah-shortcode-form input::placeholder,
.ah-shortcode-form textarea::placeholder { color: rgba(247,242,233,.3); }
.ah-shortcode-form input:focus,
.ah-shortcode-form select:focus,
.ah-shortcode-form textarea:focus { outline: none; border-color: var(--ah-gold); }
.ah-shortcode-form select option { background: #1a2e22; color: var(--ah-cream); }
.ah-shortcode-form input[type="submit"],
.ah-shortcode-form button[type="submit"] { width: 100%; padding: 15px; background: var(--ah-gold); color: var(--ah-charcoal); font-size: .79rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; border: none; border-radius: 2px; cursor: pointer; margin-top: 6px; transition: background .25s; }
.ah-shortcode-form input[type="submit"]:hover,
.ah-shortcode-form button[type="submit"]:hover { background: var(--ah-gold-lt); }

/* ── REVEAL ANIMATION ── */
.ah-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.ah-reveal.ah-visible { opacity: 1; transform: translateY(0); }

@keyframes ah-fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ah-fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .ah-nav { padding: 16px 28px; }
  .ah-hero { grid-template-columns: 1fr; }
  .ah-hero__visual { display: none; }
  .ah-hero__content { padding: 130px 36px 80px; }
  .ah-overview { padding: 72px 36px; }
  .ah-overview__inner, .ah-homes__inner, .ah-invest__inner,
  .ah-register__inner, .ah-developer__inner { grid-template-columns: 1fr; gap: 44px; }
  .ah-highlights { padding: 72px 36px; }
  .ah-highlights__grid { grid-template-columns: 1fr; }
  .ah-location { padding: 72px 36px; }
  .ah-loc-grid { grid-template-columns: 1fr; }
  .ah-homes, .ah-invest, .ah-developer, .ah-register { padding: 72px 36px; }
}
@media (max-width: 640px) {
  .ah-nav { padding: 14px 20px; }
  .ah-nav__links { display: none; }
  .ah-overview, .ah-highlights, .ah-location, .ah-homes,
  .ah-invest, .ah-developer, .ah-register { padding: 56px 20px; }
  .ah-stat-grid { grid-template-columns: 1fr; }
  .ah-invest-stats { grid-template-columns: 1fr; gap: 10px; }
  .ah-home-types { grid-template-columns: 1fr 1fr; }
  .ah-features-list { grid-template-columns: 1fr; }
  .ah-form-row { grid-template-columns: 1fr; }
  .ah-bar { padding: 14px 20px; }
}
