:root{--accent:#1f6feb;--muted:#666}
*{box-sizing:border-box}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;margin:0;color:#222}
.wrap{max-width:1100px;margin:0 auto;padding:0 20px}
.home-header{background:#fff;border-bottom:1px solid #eee}
.home-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.home-brand{font-weight:700;color:var(--accent);font-size:20px}
.home-nav a{margin-left:16px;color:var(--muted);text-decoration:none}
.home-nav .cta{padding:8px 12px;border-radius:6px;background:var(--accent);color:#fff;text-decoration:none}
.home-hero{height:650px;background-image:linear-gradient(rgba(10,23,48,0.35),rgba(10,23,48,0.25)), url('/src/assets/sanctuary.png');background-size:cover;background-position:center;display:flex;align-items:center}
.hero-content{color:#fff;padding:36px}
.hero-content h1{font-size:40px;margin:0 0 8px}
.hero-content p{margin:6px 0;color:rgba(255,255,255,0.9)}
.hero-actions{text-align:center;display:flex;justify-content:center;gap:32px;margin-top:48px !important}
.btn{display:inline-block;padding:23px 36px;border-radius:8px;background:var(--accent);color:#fff;text-decoration:none;margin-right:0;min-width:140px;font-size:27px;font-weight:500}
.btn.ghost{background:rgba(255,255,255,0.14);border:1px solid rgba(255,255,255,0.2)}
.home-main{padding:40px 0}
.home-section{margin-bottom:28px}
.contact-section{display:flex;gap:24px;align-items:flex-start}
.contact-info{flex:0 0 40%;padding:20px;background:#f9f9f9;border-radius:8px}
.contact-info h2{margin-top:0}
.contact-info p{margin:8px 0;line-height:1.6}
.contact-info a{color:var(--accent);text-decoration:none}
.contact-info a:hover{text-decoration:underline}
.map-embed{flex:1;border-radius:8px;overflow:hidden}
.cols{display:flex;gap:16px}
.col{flex:1;padding:16px;background:#fff;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.home-footer{border-top:1px solid #eee;padding:18px 0;color:var(--muted)}

@media(max-width:800px){
  .cols{flex-direction:column}
  .hero-content h1{font-size:28px}
  .contact-section{flex-direction:column}
  .contact-info{flex:1;width:100%}
  .map-embed{flex:1;width:100%}
}
