.hero{background:#0a1628;align-items:stretch;min-height:82vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.hero-youtube-wrapper{opacity:.45;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-local-videos{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.hero-bg-video{object-fit:cover;opacity:0;width:auto;min-width:100%;height:auto;min-height:100%;transition:opacity 1.2s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-bg-video.is-active{opacity:.45}.hero-youtube-wrapper{pointer-events:none;width:100%;height:100%;overflow:hidden}.hero-youtube-embed{pointer-events:none;opacity:0;border:0;width:100vw;min-width:177.78vh;height:56.25vw;min-height:100%;transition:opacity 1.2s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-youtube-embed.is-active{opacity:1}.hero-gradient-overlay{z-index:1;background:linear-gradient(105deg,#0a1628f7 0%,#0a1628eb 38%,#0a16288c 58%,#0a162826 78%,#0a16280d 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-wireframe-overlay{z-index:2;pointer-events:none;background-image:linear-gradient(rgba(var(--accent-rgb), .12) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--accent-rgb), .12) 1px, transparent 1px);background-size:48px 48px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(105deg,#0000 42%,#00000059 55%,#000000b3 72%,#000000e6 100%);mask-image:linear-gradient(105deg,#0000 42%,#00000059 55%,#000000b3 72%,#000000e6 100%)}.hero-container{z-index:3;flex-direction:column;justify-content:space-between;gap:1.5rem;width:100%;max-width:1280px;min-height:82vh;margin:0 auto;padding:11rem 2.5rem 2.5rem;display:flex;position:relative}.hero-content{max-width:640px;margin-top:3.5rem;animation:.9s ease-out fadeInUp}.hero-headline{color:#fff;letter-spacing:.02em;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(1.9rem,3.8vw,3rem);font-weight:800;line-height:1.12}.hero-lead{color:#ffffffe0;margin-bottom:.35rem;font-size:1.05rem;font-weight:400}.hero-services-line{color:var(--accent-color);letter-spacing:.04em;margin-bottom:1rem;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:700}.hero-dot{color:rgba(var(--accent-rgb), .7);margin:0 .35rem}.hero-description{color:#ffffffc7;max-width:520px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-btn{letter-spacing:.06em;text-transform:uppercase;transition:var(--transition);cursor:pointer;white-space:nowrap;border-radius:2px;justify-content:center;align-items:center;padding:.95rem 1.75rem;font-family:inherit;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.hero-btn-primary{background:var(--accent-color);color:#0a1628;border:2px solid var(--accent-color)}.hero-btn-primary:hover{background:var(--green-light);border-color:var(--green-light);box-shadow:0 8px 24px rgba(var(--accent-rgb), .35);transform:translateY(-2px)}.hero-btn-secondary{color:#fff;background:0 0;border:2px solid #ffffffd9}.hero-btn-secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.hero-features{border-top:1px solid rgba(var(--accent-rgb), .25);grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:720px;padding-top:1.5rem;animation:1s ease-out .2s both fadeInUp;display:grid}.hero-feature{align-items:flex-start;gap:1rem;display:flex}.hero-feature-icon{width:44px;height:44px;color:var(--accent-color);flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.hero-feature-text{flex-direction:column;gap:.2rem;display:flex}.hero-feature-label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-color);font-size:.78rem;font-weight:700}.hero-feature-desc{color:#ffffffbf;font-size:.88rem;line-height:1.4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.hero{min-height:74vh}.hero-gradient-overlay{background:linear-gradient(#0a1628f2 0%,#0a1628e0 55%,#0a1628b3 100%)}.hero-wireframe-overlay{opacity:.4}.hero-container{min-height:74vh;padding:9rem 1.75rem 2rem}.hero-content{max-width:100%;margin-top:2.5rem}}@media (max-width:768px){.hero{min-height:auto}.hero-container{min-height:auto;padding:7.5rem 1.25rem 1.5rem}.hero-content{margin-top:2rem}.hero-features{grid-template-columns:1fr;gap:1.25rem;max-width:100%}.hero-actions{flex-direction:column}.hero-btn{text-align:center;width:100%}}@media (max-width:480px){.hero-headline{font-size:1.85rem}.hero-description{font-size:.92rem}}.App{flex-direction:column;min-height:100vh;display:flex}.section-skeleton{background:linear-gradient(90deg,#0a16280a 0%,#0a162814 50%,#0a16280a 100%) 0 0/200% 100%;width:100%;animation:1.4s ease-in-out infinite section-skeleton-shimmer}.page-loader{justify-content:center;align-items:center;min-height:50vh;display:flex}.page-loader-spinner{border:3px solid #0a16281f;border-top-color:var(--accent-color);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite page-loader-spin}@keyframes section-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes page-loader-spin{to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2d5016;--secondary-color:#4a7c2a;--accent-color:#5ba832;--accent-hover:#4a8a28;--accent-rgb:91, 168, 50;--green-dark:#1e3a0f;--green-medium:#3d6b1f;--green-light:#6bc047;--gold-color:#5ba832;--brown-color:#2d5016;--text-primary:#2c2c2c;--text-secondary:#666;--text-light:#999;--bg-light:#f5f9f2;--bg-white:#fff;--bg-cream:#fafdf8;--border-color:#e5e5e5;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 12px #0000001f;--shadow-lg:0 10px 30px #00000026;--shadow-xl:0 20px 40px #0003;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast:all .2s ease}html{scroll-behavior:smooth}body{color:var(--text-primary);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.service-card,.property-card,.announcement-card{will-change:transform, opacity;transform:translateZ(0)}.container{max-width:1200px;margin:0 auto;padding:0 20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.6s ease-out fadeInUp}.fade-in{animation:.6s ease-out fadeIn}.hp-field{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}
