
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:system-ui,-apple-system,Roboto,Arial,sans-serif;line-height:1.6;color:#222;background:#fff}
.wrap{width:100%;max-width:1100px;margin:0 auto;padding:1rem}
header.top{background:#0f6d52;color:#fff}
.topbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.topbar .address{font-size:.9rem;opacity:.85}
.hero{background:url('images/terrasse2.jpg') center/cover no-repeat;position:relative;color:#fff;padding:3rem 1rem;text-align:center}
.hero::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.45)}
.hero .inner{position:relative;z-index:1}
.hero h1{font-size:clamp(1.4rem,5vw,2.4rem);margin-bottom:1rem}
.hero p{max-width:700px;margin:0 auto;font-size:1rem}
.badge{display:inline-block;background:#e9f5f1;color:#0f6d52;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;margin:0 .25rem}
.btn{display:inline-block;padding:.75rem 1rem;border-radius:8px;font-weight:600;text-decoration:none;transition:.3s}
.btn.primary{background:#fff;color:#0f6d52;border:2px solid #fff}
.btn.primary:hover{background:#0f6d52;color:#fff}
.btn.call{background:#0a4c3a;color:#fff;border:2px solid #0a4c3a}
.btn.call:hover{background:#fff;color:#0a4c3a}
section{margin:2rem 0}
h2{margin-bottom:1rem;font-size:clamp(1.2rem,4vw,1.8rem)}
.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.card{background:#fff;border:1px solid #eee;border-radius:10px;padding:1rem;box-shadow:0 2px 5px rgba(0,0,0,.05)}
.gallery{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}
.gallery figure{position:relative}
.gallery img{width:100%;border-radius:8px;display:block;object-fit:cover}
.gallery figcaption{font-size:.85rem;color:#555;margin-top:.25rem}
picture img{width:100%;height:auto;display:block}
footer{background:#f8f8f8;padding:1rem;font-size:.9rem;text-align:center}
footer .note{font-size:.8rem;color:#666;margin-top:.5rem}
@media (min-width:768px){.hero{text-align:left;padding:4rem}.hero p{font-size:1.1rem}}
