
:root{--burgundy:#800020;--burgundy-dark:#66001a;--bg:#fdf5f3;--text:#333;--white:#fff;--accent:#e8c7a1;--wrap:1100px;}
*{box-sizing:border-box;}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;}
.wrap{max-width:var(--wrap);margin:0 auto;padding:20px;}
.site-header{background:linear-gradient(90deg,var(--burgundy),var(--burgundy-dark));padding:12px 0;position:sticky;top:0;z-index:1000;}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.brand{display:flex;align-items:center;gap:12px;}
.logo{max-height:70px;border-radius:8px;}
.main-nav{display:flex;gap:12px;align-items:center;}
.main-nav a{color:var(--white);text-decoration:none;padding:8px 12px;border-radius:8px;font-weight:600;}
.main-nav a.active{box-shadow:inset 0 -3px 0 var(--accent);}
.hero{display:flex;gap:24px;align-items:center;padding:36px;background:linear-gradient(180deg,rgba(255,255,255,0.16),rgba(255,255,255,0.28));border-radius:10px;margin:20px 0;}
.hero-image img{width:460px;max-width:100%;border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,0.08);}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:18px;}
.card{background:var(--white);padding:18px;border-radius:12px;box-shadow:0 6px 18px rgba(51,51,51,0.3);}
.mission-bar{background:var(--burgundy);color:var(--white);padding:12px;border-radius:8px;text-align:center;margin:20px 0;}
.testimonial-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:12px;}
.testimonial-card{background:var(--white);padding:18px;border-radius:10px;box-shadow:0 6px 18px rgba(51,51,51,0.3);width:320px;}
.site-footer{background:linear-gradient(90deg,var(--burgundy),var(--burgundy-dark));color:var(--white);padding:16px 0;margin-top:28px;}
.footer-inner{max-width:var(--wrap);margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;}
.footer-col{flex:1;}
.footer-note{font-size:13px;color:#f7e9e9;margin-top:8px;}
@media(max-width:900px){.hero{flex-direction:column-reverse}.hero-image img{width:100%} .header-inner{padding:0 16px}.main-nav{flex-wrap:wrap;justify-content:center}.footer-inner{flex-direction:column;align-items:center;text-align:center}}
