:root{--forest: #1f3b2d;--burnt: #b85c38;--gold: #d89b3d;--cream: #f7f1e5;--dark: #1f1f1f}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--dark);background:var(--cream)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;color:#fff}.hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#142d21b8;z-index:1}.mountain{position:absolute;bottom:0;left:0;width:100%;z-index:2}.accent-bar{position:absolute;bottom:0;width:100%;height:8px;background:linear-gradient(90deg,var(--burnt),var(--gold),var(--forest));z-index:3}.hero-content{position:relative;z-index:4;max-width:900px;padding:2rem}.hero-content h1{font-size:clamp(2.5rem,6vw,5rem);margin-bottom:1rem;line-height:1.05}.hero-content p{font-size:clamp(1.1rem,2vw,1.5rem);margin-bottom:2rem}.button{display:inline-block;background:var(--burnt);color:#fff;padding:.9rem 1.4rem;border-radius:999px;text-decoration:none;font-weight:700;transition:transform .2s ease,background .2s ease}.button:hover{background:#98482b;transform:translateY(-2px)}.services{padding:5rem 1.5rem;background:var(--cream)}.services h2,.about h2,.contact h2{text-align:center;font-size:clamp(2rem,4vw,3rem);color:var(--forest);margin-bottom:2.5rem}.service-cards{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 12px 30px #00000014;border-top:5px solid var(--burnt)}.service-card h3{display:flex;align-items:center;gap:.75rem;color:var(--forest);font-size:1.2rem;margin-top:0}.service-card p{line-height:1.6}.about{padding:5rem 1.5rem;background:#fff}.about-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.about p{line-height:1.75;font-size:1.05rem}.about-grid>div:last-child{min-height:360px;border-radius:24px;background:linear-gradient(#1f3b2d26,#1f3b2d26),url(/american_flag.png);background-size:cover;background-position:center;box-shadow:0 20px 45px #00000026}.contact{padding:5rem 1.5rem;text-align:center;background:var(--forest);color:#fff}.contact h2{color:#fff}.contact p{max-width:700px;margin:0 auto 2rem;font-size:1.15rem;line-height:1.6}.disclaimer{background:#f4eadb;padding:2rem 1.5rem;text-align:center;border-top:1px solid rgba(31,59,45,.15)}.disclaimer p{max-width:900px;margin:0 auto;font-size:.95rem;line-height:1.6;color:#3d3d3d}.footer{background:#15251d;color:#fff;padding:1.5rem}.footer-container{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer a{color:#fff}@media (max-width: 900px){.service-cards{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}}@media (max-width: 600px){.service-cards{grid-template-columns:1fr}.footer-container{flex-direction:column;text-align:center}}
