/* ============================================
   OrlandoAcreage.com — Shared Styles
   ============================================ */

:root {
  --green: #1B4332;
  --green-dark: #153728;
  --green-deeper: #0F2B1E;
  --green-light: #2D6A4F;
  --gold: #C9A96E;
  --gold-light: #D4B97E;
  --cream: #FAF7F2;
  --charcoal: #1A1A1A;
  --text-dark: #2C2C2C;
  --text-body: #4A4A4A;
  --text-light: #6E6E6E;
  --border: #E2E8F0;
  --bg-light: #F8FAFC;
  --white: #FFFFFF;
}

* { margin: 0; padding: 0; box-sizing: border-box; border-radius: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
a { text-decoration: none; color: inherit; }

body {
  font-family: 'Outfit', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

/* ========== HEADER ========== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--green);
  border-bottom: 2px solid var(--gold);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.header.hidden { transform: translateY(-100%); }

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.header-logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.01em;
}

.header-logo-tld {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--gold);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.header-nav a {
  color: rgba(255,255,255,0.8);
  font-size: 0.85rem;
  font-weight: 400;
  transition: color 0.2s;
}

.header-nav a:hover { color: var(--gold); }

.header-nav-cta {
  border: 1px solid var(--gold) !important;
  color: var(--gold) !important;
  padding: 0.4rem 1rem;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.2s !important;
}

.header-nav-cta:hover {
  background: var(--gold) !important;
  color: var(--white) !important;
}

.header-mobile-menu {
  display: none;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/* ========== HERO ========== */
.hero {
  background: var(--green);
  color: var(--white);
  padding: 7rem 1.5rem 3rem;
  border-bottom: 2px solid var(--gold);
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.hero-sub {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 640px;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
}

.hero-meta span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-meta svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* ========== BREADCRUMB ========== */
.breadcrumb {
  background: var(--bg-light);
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.75rem;
  color: var(--text-light);
}

.breadcrumb-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.breadcrumb a {
  color: var(--green);
  font-weight: 500;
  transition: color 0.2s;
}

.breadcrumb a:hover { color: var(--gold); }

.breadcrumb .sep { margin: 0 0.4rem; color: var(--border); }

/* ========== FEATURED LISTING ========== */
.featured-section {
  background: var(--bg-light);
  padding: 2.5rem 1.5rem;
  border-bottom: 1px solid var(--border);
}

.featured-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.featured-badges {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.badge-pick {
  background: var(--gold);
  color: var(--white);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.6rem;
}

.badge-featured {
  font-size: 0.65rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.featured-card {
  border: 1px solid rgba(201, 169, 110, 0.4);
  border-left: 6px solid var(--gold);
  background: rgba(201, 169, 110, 0.03);
  padding: 2rem;
}

.featured-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.featured-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--green);
}

.featured-tagline {
  font-size: 0.875rem;
  color: var(--gold);
  font-style: italic;
  font-weight: 500;
  margin-top: 0.25rem;
}

.featured-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green);
  white-space: nowrap;
}

.featured-price-label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.65rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  display: block;
  margin-bottom: 0.15rem;
}

.featured-specs {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.8rem;
  color: var(--text-body);
  margin-bottom: 1rem;
  font-weight: 500;
}

.featured-specs span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.featured-specs .sep { color: var(--border); }

.featured-desc {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.65;
  margin-bottom: 1rem;
  font-weight: 300;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.tag {
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid;
}

.tag-featured {
  background: rgba(201, 169, 110, 0.1);
  color: var(--gold);
  border-color: rgba(201, 169, 110, 0.2);
  font-weight: 500;
}

.tag-default {
  background: var(--bg-light);
  color: var(--text-body);
  border-color: var(--border);
}

.featured-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 169, 110, 0.2);
}

.featured-location {
  font-size: 0.75rem;
  color: var(--text-light);
}

.featured-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.featured-links a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.875rem 2rem;
  text-align: center;
  letter-spacing: 0.02em;
  transition: all 0.2s;
}

.link-primary {
  color: #fff;
  background: var(--green);
  border: 2px solid var(--green);
}
.link-primary:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: #fff;
}

.link-gold {
  color: var(--green);
  background: var(--gold);
  border: 2px solid var(--gold);
}
.link-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--green);
}
.link-gold:hover { color: var(--gold-light); }

/* ========== DIRECTORY ========== */
.directory {
  padding: 2.5rem 1.5rem;
}

.directory-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.directory-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.directory-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green);
}

.directory-count {
  font-size: 0.8rem;
  color: var(--text-light);
}

.listing-card {
  border: 1px solid var(--border);
  padding: 1.25rem 1.5rem;
  background: var(--white);
  transition: border-color 0.2s;
  margin-bottom: -1px;
}

.listing-card:hover { border-color: #CBD5E1; }

.listing-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.listing-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--green);
}

.listing-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--green);
  white-space: nowrap;
}

.listing-specs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: var(--text-light);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.listing-specs .sep { color: var(--border); }

.listing-desc {
  font-size: 0.825rem;
  color: var(--text-body);
  line-height: 1.55;
  margin-bottom: 0.75rem;
  font-weight: 300;
}

.listing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}

.listing-location {
  font-size: 0.7rem;
  color: var(--text-light);
}

.listing-link {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--green);
  transition: color 0.2s;
}

.listing-link:hover { color: var(--gold); }

/* ========== BROWSE BY AREA ========== */
.areas {
  background: var(--bg-light);
  padding: 2.5rem 1.5rem;
  border-top: 1px solid var(--border);
}

.areas-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.areas-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 1.5rem;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
}

.area-card {
  background: var(--white);
  padding: 1rem;
  transition: background 0.2s;
  display: block;
}

.area-card:hover { background: var(--bg-light); }

.area-name {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--green);
  display: block;
}

.area-label {
  font-size: 0.7rem;
  color: var(--text-light);
  margin-top: 0.2rem;
  display: block;
}

.area-count {
  font-size: 0.65rem;
  color: var(--gold);
  margin-top: 0.15rem;
  display: block;
  font-weight: 500;
}

/* ========== GUIDES ========== */
.guides {
  padding: 2.5rem 1.5rem;
  border-top: 1px solid var(--border);
}

.guides-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.guides-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.guides-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green);
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}

.guide-card {
  background: var(--white);
  padding: 1.5rem;
  transition: background 0.2s;
  display: block;
}

.guide-card:hover { background: var(--bg-light); }

.guide-label {
  font-size: 0.65rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.guide-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--green);
  margin: 0.4rem 0 0.5rem;
  line-height: 1.3;
}

.guide-card p {
  font-size: 0.825rem;
  color: var(--text-body);
  line-height: 1.55;
  font-weight: 300;
}

/* ========== ABOUT ========== */
.about {
  background: var(--bg-light);
  padding: 3rem 1.5rem;
  border-top: 1px solid var(--border);
}

.about-inner {
  max-width: 720px;
  margin: 0 auto;
}

.about-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 1rem;
}

.about-text {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.7;
  font-weight: 300;
}

.about-text p { margin-bottom: 1rem; }

.agent-card {
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  background: var(--white);
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.agent-card-label {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.agent-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 0.15rem;
}

.agent-card-title {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.agent-card-info {
  font-size: 0.8rem;
  color: var(--text-body);
  line-height: 1.6;
}

.agent-card-info a {
  color: var(--green);
  font-weight: 500;
  transition: color 0.2s;
}

.agent-card-info a:hover { color: var(--gold); }

/* ========== FOOTER ========== */
.footer {
  background: #0F172A;
  color: #9CA3AF;
  border-top: 2px solid var(--gold);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
}

.footer-brand-name {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-bottom: 0.75rem;
}

.footer-brand-name span:first-child {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
}

.footer-brand-name span:last-child {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--gold);
}

.footer-brand p {
  font-size: 0.8rem;
  line-height: 1.55;
  color: #6B7280;
}

.footer h4 {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
  margin-bottom: 0.75rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  font-size: 0.825rem;
  color: #9CA3AF;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--white); }

.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem;
  border-top: 1px solid #1E293B;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.footer-disclaimer {
  font-size: 0.65rem;
  color: #6B7280;
  line-height: 1.6;
  max-width: 700px;
}

.footer-copy {
  font-size: 0.7rem;
  color: #6B7280;
  white-space: nowrap;
}

/* ========== ARTICLE / GUIDE PAGES ========== */
.article-hero {
  background: var(--green);
  color: var(--white);
  padding: 7rem 1.5rem 2.5rem;
  border-bottom: 2px solid var(--gold);
}

.article-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.article-hero .guide-label {
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: block;
}

.article-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.article-hero .hero-sub {
  max-width: 600px;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

.article-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green);
  margin: 2rem 0 0.75rem;
}

.article-body h2:first-child { margin-top: 0; }

.article-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--green);
  margin: 1.5rem 0 0.5rem;
}

.article-body p {
  font-size: 0.925rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 1rem;
  font-weight: 300;
}

.article-body ul, .article-body ol {
  margin: 0 0 1rem 1.5rem;
  font-size: 0.925rem;
  color: var(--text-body);
  line-height: 1.75;
  font-weight: 300;
}

.article-body li { margin-bottom: 0.35rem; }

.article-body strong { font-weight: 600; color: var(--text-dark); }

.article-body a { color: var(--green); font-weight: 500; border-bottom: 1px solid rgba(27,67,50,0.2); transition: color 0.2s; }
.article-body a:hover { color: var(--gold); }

.article-callout {
  background: var(--bg-light);
  border-left: 4px solid var(--gold);
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}

.article-callout p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.85rem;
}

.price-table th {
  background: var(--green);
  color: var(--white);
  padding: 0.6rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.price-table td {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-body);
  font-weight: 300;
}

.price-table tr:nth-child(even) td { background: var(--bg-light); }

/* ========== AREA PAGE CONTENT ========== */
.area-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 1rem;
}

.area-content p {
  font-size: 0.925rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 1rem;
  font-weight: 300;
}

.area-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 0.75rem;
}

/* ========== CTA BANNER ========== */
.cta-banner {
  background: var(--green);
  color: var(--white);
  padding: 2.5rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--border);
}

.cta-banner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cta-banner p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.cta-btn {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 0.6rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.2s;
}

.cta-btn:hover {
  background: var(--gold);
  color: var(--white);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .header-nav { display: none; }
  .header-mobile-menu { display: block; }
  .hero { padding: 5rem 1.25rem 2rem; }
  .hero h1 { font-size: 1.7rem; }
  .hero-sub { font-size: 0.9rem; }
  .hero-meta { flex-wrap: wrap; gap: 0.75rem; font-size: 0.7rem; }
  .featured-section,
  .directory,
  .areas,
  .guides,
  .about { padding: 2rem 1.25rem; }
  .featured-card { padding: 1.25rem; }
  .featured-header { flex-direction: column; gap: 0.5rem; }
  .featured-title { font-size: 1.3rem; }
  .featured-specs { flex-wrap: wrap; gap: 0.5rem; font-size: 0.75rem; }
  .featured-footer { flex-direction: column; gap: 0.75rem; align-items: flex-start; }
  .listing-header { flex-direction: column; gap: 0.25rem; }
  .listing-specs { flex-wrap: wrap; }
  .listing-footer { flex-direction: column; gap: 0.5rem; align-items: flex-start; }
  .areas-grid { grid-template-columns: 1fr; }
  .guides-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .article-hero { padding: 5rem 1.25rem 2rem; }
  .article-body { padding: 2rem 1.25rem; }
  .area-content { padding: 2rem 1.25rem 0.5rem; }
  .price-table { font-size: 0.75rem; }
  .price-table th, .price-table td { padding: 0.4rem 0.6rem; }
}
