:root {
  --green: #2f3a34;
  --green-2: #617565;
  --sand: #f4efe7;
  --cream: #fbf8f3;
  --brown: #a57a4b;
  --text: #25302b;
  --muted: #69746e;
  --white: #fff;
  --line: rgba(37, 48, 43, .13);
  --shadow: 0 24px 70px rgba(31, 42, 36, .14);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, system-ui, sans-serif; color: var(--text); background: var(--cream); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--green); color: white; padding: 10px 14px; z-index: 999; }
.skip-link:focus { left: 12px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 18px 0; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(251,248,243,.9); backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(0,0,0,.08); padding: 10px 0; }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; }
.brand-mark { width: 54px; height: 44px; border-radius: 16px; background: var(--green); color: white; display: grid; place-items: center; }
.brand-mark svg { width: 39px; height: 27px; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.brand-text { line-height: 1; text-transform: uppercase; letter-spacing: .06em; }
.brand-text span { display: block; font-size: 12px; color: var(--brown); margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: 14px; }
.nav-cta { background: var(--green); color: #fff; padding: 11px 18px; border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: var(--green); border-radius: 12px; width: 46px; height: 42px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; }
.section { padding: 100px 0; }
.section-dark { color: #fff; background: var(--green); }
.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; padding-top: 110px; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 75% 25%, rgba(165,122,75,.45), transparent 33%), linear-gradient(135deg, rgba(47,58,52,.92), rgba(47,58,52,.72)), url('../img/hero-placeholder.svg') center/cover; opacity: 1; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: var(--brown); }
.hero .eyebrow, .dark-band .eyebrow { color: #d8b180; }
h1, h2 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.04; margin: 0; }
h1 { font-size: clamp(44px, 7vw, 82px); max-width: 820px; }
h2 { font-size: clamp(34px, 4vw, 54px); }
h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.2; }
.lead { font-size: clamp(18px, 2vw, 22px); max-width: 680px; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 24px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brown); color: #fff; box-shadow: 0 16px 34px rgba(165,122,75,.28); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.34); }
.btn-secondary { color: #fff; background: var(--green); margin-top: 18px; }
.hero-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(18px); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.card-label { color: #e9d1b4; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.hero-stats { display: grid; gap: 18px; margin-top: 22px; }
.hero-stats div { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.17); }
.hero-stats strong { display: block; font-size: 31px; line-height: 1; }
.hero-stats span { color: rgba(255,255,255,.73); }
.split, .contact-grid, .timeline-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.reverse { grid-template-columns: .9fr 1.1fr; }
.section-copy p:not(.eyebrow), .section-head p { color: var(--muted); font-size: 17px; }
.muted { background: var(--sand); }
.section-head { max-width: 760px; margin-bottom: 40px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card, .plan-card, .download-card, .contact-form, .visual-card, .map-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-card { padding: 28px; }
.icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; background: var(--sand); margin-bottom: 20px; font-size: 25px; }
.feature-card p, .plan-card p { color: var(--muted); margin-bottom: 0; }
.placeholder-image { min-height: 430px; border-radius: var(--radius); background: linear-gradient(135deg, #e7dfd2, #c7d0c4); display: grid; place-items: center; text-align: center; color: var(--green); font-weight: 800; padding: 24px; }
.table-wrap { overflow-x: auto; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.houses-table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 20px; text-align: left; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
tbody tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; padding: 7px 12px; border-radius: 999px; font-weight: 800; font-size: 13px; }
.available { background: #e3f1e4; color: #2f6935; }
.plans-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 24px; }
.plan-card { padding: 28px; }
.dark-band { background: var(--green); color: #fff; }
.dark-band .section-copy p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.timeline { display: grid; gap: 14px; }
.timeline-item { position: relative; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 18px 20px; }
.timeline-item time { color: #d8b180; font-weight: 900; }
.timeline-item span { display: block; font-weight: 900; font-size: 18px; }
.timeline-item p { margin: 6px 0 0; color: rgba(255,255,255,.72); }
.check-list { color: var(--muted); padding-left: 20px; }
.map-card { min-height: 430px; overflow: hidden; }
.map-card iframe { width: 100%; height: 430px; border: 0; filter: grayscale(.22); }
.downloads-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.download-card { min-height: 180px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease; }
.download-card:hover { transform: translateY(-3px); }
.download-card span { align-self: flex-start; background: var(--green); color: white; border-radius: 999px; padding: 7px 12px; font-weight: 900; font-size: 12px; }
.download-card strong { font-size: 20px; line-height: 1.25; }
.download-card em { color: var(--brown); font-style: normal; font-weight: 800; }
.download-card.disabled { opacity: .58; pointer-events: none; }
.contact { background: linear-gradient(180deg, var(--cream), #fff); }
.contact-list { display: grid; gap: 10px; margin-top: 28px; font-weight: 800; }
.contact-list span { font-weight: 600; color: var(--muted); }
.contact-form { padding: 28px; display: grid; gap: 16px; }
label { display: grid; gap: 7px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 15px; font: inherit; background: #fbfaf7; color: var(--text); }
input:focus, textarea:focus { outline: 3px solid rgba(165,122,75,.22); border-color: var(--brown); }
.form-note { color: var(--muted); font-size: 13px; margin: 0; }
.site-footer { background: var(--green); color: rgba(255,255,255,.78); padding: 26px 0; }
.site-footer p { margin: 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 920px) {
  .main-nav { position: fixed; inset: 76px 20px auto; background: #fff; color: var(--text); border-radius: 22px; padding: 18px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); transform: translateY(-18px); opacity: 0; pointer-events: none; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-toggle { display: block; }
  .hero-grid, .split, .reverse, .contact-grid, .timeline-wrap { grid-template-columns: 1fr; gap: 38px; }
  .hero { min-height: auto; padding: 140px 0 80px; }
  .features-grid, .downloads-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  .features-grid, .downloads-grid, .plans-grid { grid-template-columns: 1fr; }
  .header-inner { gap: 12px; }
  .brand-text { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
