:root{--green:#15271d;--green-soft:#1c3327;--gold:#d8ae5e;--gold-light:#e7d49e;--red:#e60000;--red-dark:#ae0000;--surface:#faf8f3;--surface-card:#fff;--text:#1a2620;--text-muted:#5a6660;--border:#e8e2d4;--max-w:1180px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Roboto,Arial,sans-serif;font-weight:400;font-size:17px;line-height:28px;color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-weight:300;color:var(--green)}h1{font-size:clamp(36px,5vw,58px);line-height:1.1}h2{font-size:clamp(28px,3.5vw,40px);line-height:1.15}h3{font-size:clamp(22px,2.5vw,28px);line-height:1.27}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.eyebrow{font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);line-height:16px;margin-bottom:14px}.site-header{background:var(--green);position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(216,174,94,.25)}.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:72px}.site-header .logo img{height:34px;width:auto}.main-nav{display:flex;gap:28px;align-items:center}.main-nav a{color:#ede9dd;font-size:14px;font-weight:500;letter-spacing:.04em;transition:color .15s}.main-nav a:hover{color:var(--gold)}.main-nav a.nav-cta{background:var(--gold);color:var(--green);padding:9px 20px;border-radius:3px;font-weight:700}.main-nav a.nav-cta:hover{background:var(--gold-light);color:var(--green)}.hero{background:linear-gradient(160deg,var(--green) 0,#0e1b14 100%);color:#f2efe6;padding:96px 0 104px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-120px;top:-80px;width:480px;height:480px;border-radius:50%;border:80px solid rgba(216,174,94,.07)}.hero h1{color:#fff;max-width:760px}.hero h1 em{font-style:normal;color:var(--gold)}.hero p.lead{max-width:640px;margin-top:24px;font-size:19px;line-height:31px;color:#d9d6c9}.hero .hero-actions{margin-top:38px;display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-block;padding:14px 30px;border-radius:3px;font-size:15px;font-weight:700;letter-spacing:.03em;transition:all .15s}.btn-gold{background:var(--gold);color:var(--green)}.btn-gold:hover{background:var(--gold-light)}.btn-outline{border:1px solid var(--gold);color:var(--gold)}.btn-outline:hover{background:rgba(216,174,94,.12)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-soft)}.section{padding:84px 0}.section.alt{background:#f3efe5}.section-head{max-width:720px;margin-bottom:48px}.section-head p{color:var(--text-muted);margin-top:16px}.grid{display:grid;grid-gap:26px;gap:26px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--surface-card);border:1px solid var(--border);border-radius:6px;padding:30px;transition:transform .15s,box-shadow .15s;display:flex;flex-direction:column}.card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(21,39,29,.1)}.card h3{font-size:22px;margin-bottom:10px}.card p{color:var(--text-muted);font-size:15.5px;line-height:25px;flex:1 1}.card .card-link{margin-top:18px;color:#8a6f33;font-weight:700;font-size:14px;letter-spacing:.05em}.card .card-tag{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.location-card{position:relative;border-radius:6px;overflow:hidden;background:var(--green);color:#fff;padding:34px 28px;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(216,174,94,.2);transition:transform .15s}.location-card:hover{transform:translateY(-3px)}.location-card h3{color:#fff;font-size:26px}.location-card .loc-meta{color:var(--gold-light);font-size:13.5px;margin-top:8px;line-height:21px}.location-card .loc-flag{font-size:30px;margin-bottom:auto}.stats-band{background:var(--green);color:#fff;padding:56px 0}.stats-band .grid{text-align:center}.stat-num{font-size:44px;font-weight:300;color:var(--gold);line-height:1.1}.stat-label{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#c9c5b6;margin-top:8px}.article-hero{background:var(--green);color:#fff;padding:56px 0}.article-hero h1{color:#fff;font-size:clamp(30px,4vw,46px);max-width:860px}.article-hero .meta{margin-top:18px;color:#c9c5b6;font-size:14px;display:flex;gap:18px;flex-wrap:wrap}.article-hero .meta span b{color:var(--gold);font-weight:500}.prose{max-width:760px}.prose h2{margin:44px 0 18px}.prose h3{margin:34px 0 14px}.prose p{margin-bottom:20px}.prose ol,.prose ul{margin:0 0 20px 24px}.prose li{margin-bottom:10px}.prose strong{font-weight:700;color:var(--green)}.prose blockquote{border-left:3px solid var(--gold);padding:6px 0 6px 22px;margin:28px 0;color:var(--text-muted);font-size:18px}.prose table{width:100%;border-collapse:collapse;margin:28px 0;font-size:15px}.prose th{background:var(--green);color:var(--gold-light);text-align:left;padding:12px 14px;font-weight:500}.prose td{padding:11px 14px;border-bottom:1px solid var(--border);vertical-align:top}.prose a{color:var(--red-dark)}.prose a:hover{text-decoration:underline}.article-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:56px;gap:56px;padding:64px 0}.sidebar .side-box{background:var(--surface-card);border:1px solid var(--border);border-radius:6px;padding:26px;margin-bottom:24px}.side-box h4{font-size:13px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#8a6f33;margin-bottom:16px}.side-box ul{list-style:none}.side-box li{border-bottom:1px solid var(--border)}.side-box li:last-child{border-bottom:0}.side-box li a{display:block;padding:11px 0;font-size:14.5px;color:var(--text);line-height:22px}.side-box li a:hover{color:var(--red-dark)}.cta-box{background:var(--green);color:#fff;border-radius:6px;padding:30px}.cta-box h4{color:var(--gold)}.cta-box p{color:#d9d6c9;font-size:14.5px;line-height:23px;margin:10px 0 20px}.faq-item{border-bottom:1px solid var(--border);padding:22px 0}.faq-item h3{font-size:20px;font-weight:400;margin-bottom:10px}.faq-item p{color:var(--text-muted)}.breadcrumbs{font-size:13px;color:#9aa59b;padding:0 0 22px}.breadcrumbs a:hover{color:var(--gold)}.breadcrumbs span{margin:0 8px}.site-footer{background:#0e1b14;color:#b9b6a8;font-size:14px}.site-footer .top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;padding:64px 0 48px}.site-footer img.flogo{height:30px;width:auto;margin-bottom:18px}.site-footer h5{color:var(--gold);font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:500;margin-bottom:18px}.site-footer ul{list-style:none}.site-footer li{margin-bottom:10px}.site-footer a:hover{color:var(--gold-light)}.site-footer .legal{border-top:1px solid rgba(216,174,94,.15);padding:28px 0;font-size:12px;line-height:20px;color:#7e7b6e}.listing-card{overflow:hidden;padding:0}.listing-card .listing-img{height:200px;background:linear-gradient(135deg,var(--green-soft),var(--green));display:flex;align-items:center;justify-content:center}.listing-card .listing-img span{font-size:42px}.listing-card .body{padding:24px;display:flex;flex-direction:column;flex:1 1}.listing-price{color:var(--green);font-size:22px;font-weight:700;margin-bottom:6px}.listing-specs{display:flex;gap:14px;font-size:13px;color:var(--text-muted);margin-top:12px;flex-wrap:wrap}.badge{display:inline-block;background:rgba(216,174,94,.16);color:#8a6f33;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:3px;margin-bottom:12px;width:-moz-fit-content;width:fit-content}.form-grid{display:grid;grid-gap:18px;gap:18px;max-width:640px}.form-grid label{font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--green)}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:4px;font-family:inherit;font-size:15px;background:#fff;margin-top:6px}@media (max-width:980px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.site-footer .top{grid-template-columns:1fr 1fr}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.main-nav{display:none}.hero{padding:64px 0 72px}}.article-hero.has-image{background-size:cover;background-position:50%}.article-hero.has-image,.article-hero.has-image .eyebrow,.article-hero.has-image h1{color:#fff}.hero{background-size:cover;background-position:50%}.prose img{width:100%;height:auto;object-fit:cover}.prose figure{margin:28px 0}.prose figcaption{font-size:13px;color:var(--text-muted);margin-top:8px;text-align:center}