@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --ink:#24322b; --muted:#6b776f; --paper:#fbf7ed; --cream:#f3ead9;
  --green:#657c60; --green-dark:#3f5844; --red:#bd5a4e; --yellow:#e5b95f;
  --white:#fffdf8; --shadow:0 18px 45px rgba(46,59,49,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",sans-serif}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:16px clamp(20px,5vw,72px);background:rgba(251,247,237,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(36,50,43,.08)}
.brand{display:flex;gap:11px;align-items:center;max-width:min(800px,70vw)}
.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--green-dark);color:white;font-family:"Playfair Display";font-size:22px;flex:none}
.brand strong{display:block;font-family:"Playfair Display";font-size:20px}
.brand span:last-child{display:block;font-size:11px;line-height:1.35;color:var(--muted)}
nav{display:flex;gap:25px;font-size:14px;font-weight:600;white-space:nowrap}
nav a:hover{color:var(--red)}

.hero{min-height:580px;position:relative;overflow:hidden;display:grid;align-items:center;padding:90px clamp(20px,9vw,130px);background:linear-gradient(135deg,#dce4d3 0%,#f2e8d2 68%,#f7dccb 100%)}
.hero-copy{max-width:620px;position:relative;z-index:2}
.eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--red)}
h1,h2{font-family:"Playfair Display",serif;line-height:1.02;margin:0}
h1{font-size:clamp(52px,8vw,94px);letter-spacing:-.04em}
h1 span{color:var(--green-dark)}
.hero-copy>p:not(.eyebrow){max-width:500px;margin:25px 0 30px;font-size:18px;line-height:1.7;color:#526057}
.button{display:inline-block;padding:13px 20px;border-radius:999px;background:var(--green-dark);color:white;font-weight:700;box-shadow:var(--shadow)}
.hero-sun{position:absolute;width:300px;height:300px;right:10%;top:75px;border-radius:50%;background:#efd27d;opacity:.65}
.hero:after{content:"";position:absolute;width:120%;height:170px;left:-10%;bottom:-95px;background:#a9ba9b;border-radius:50% 50% 0 0}

.village-section,.places,.about{padding:90px clamp(20px,7vw,100px)}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}
h2{font-size:clamp(34px,5vw,58px)}

.village{height:660px;max-width:1200px;margin:auto;position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(#cfe0e4 0 48%,#a9bf96 48%);box-shadow:var(--shadow);isolation:isolate}
.hill{position:absolute;left:-10%;width:120%;border-radius:50%}
.hill-back{height:300px;bottom:120px;background:#8fa889}
.hill-front{height:330px;bottom:-70px;background:#6f8e68}
.road{position:absolute;z-index:2;background:#d6c9b4}
.road-main{width:120%;height:130px;left:-10%;bottom:105px;transform:rotate(-7deg)}
.road-side{width:55px;height:80%;left:51%;bottom:-5%;transform:rotate(22deg);opacity:.9}
.cloud{position:absolute;z-index:1;width:150px;height:40px;background:rgba(255,255,255,.65);border-radius:50px}
.cloud:before,.cloud:after{content:"";position:absolute;background:inherit;border-radius:50%}
.cloud:before{width:70px;height:70px;left:25px;top:-30px}.cloud:after{width:55px;height:55px;right:25px;top:-20px}
.cloud-a{top:80px;left:12%}.cloud-b{top:130px;right:12%;transform:scale(.7)}

.building{position:absolute;z-index:5;width:150px;height:145px;cursor:pointer;transition:transform .2s ease}
.building>a{display:block;width:100%;height:100%}
.building:hover,.building:focus{transform:translateY(-8px) scale(1.04);outline:none}
.roof{position:absolute;width:120px;height:55px;left:15px;top:5px;background:var(--red);clip-path:polygon(50% 0,100% 100%,0 100%);filter:drop-shadow(0 4px 2px rgba(0,0,0,.1))}
.walls{position:absolute;width:110px;height:72px;left:20px;top:52px;background:#f3e5c8;border:4px solid #756b5a;border-top:0;border-radius:0 0 6px 6px}
.door{position:absolute;width:25px;height:39px;left:63px;top:85px;background:#6a5849;border-radius:4px 4px 0 0}
.windows{position:absolute;top:67px;left:34px;display:flex;gap:9px}
.windows i{display:block;width:22px;height:22px;background:#b6d6dc;border:3px solid #756b5a}
.building-icon{position:absolute;z-index:7;right:20px;top:30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--white);font-weight:800;box-shadow:0 3px 10px rgba(0,0,0,.15)}
.building-label{position:absolute;left:50%;top:150px;transform:translateX(-50%);width:190px;text-align:center;color:white;text-shadow:0 1px 4px rgba(0,0,0,.35)}
.building-label b{display:block;font-size:13px}.building-label span{font-size:11px}

.firehouse{left:9%;top:230px}.firehouse .roof{background:#b53f38}.firehouse .walls{background:#eee8d8}.firehouse .building-icon{color:#b53f38}
.school{left:32%;top:165px}.school .roof{background:#466e5a}.school .walls{background:#ead7ae}.school .building-icon{color:#466e5a}
.kindergarten.one{left:56%;top:270px}.kindergarten.one .roof{background:#d06b56}.kindergarten.one .walls{background:#f0d8b9}.kindergarten.one .building-icon{color:#d06b56}
.kindergarten.two{left:72%;top:180px}.kindergarten.two .roof{background:#7e6996}.kindergarten.two .walls{background:#e4d7e8}.kindergarten.two .building-icon{color:#7e6996}
.restaurant.one{left:23%;top:390px}.restaurant.one .roof{background:#9a6a3d}.restaurant.one .walls{background:#ead8b8}.restaurant.one .building-icon{color:#9a6a3d}
.restaurant.two{left:48%;top:415px}.restaurant.two .roof{background:#596f78}.restaurant.two .walls{background:#e6e0cf}.restaurant.two .building-icon{color:#596f78}
.gas{right:7%;top:380px}.gas .roof{background:#0d66ad}.gas .walls{background:#f2f0e3}.gas .building-icon{color:#0d66ad}.pump{position:absolute;width:14px;height:32px;background:#0d66ad;left:36px;top:89px;border-radius:3px}

.tree{position:absolute;z-index:6;width:25px;height:25px;background:#41644b;border-radius:50%;box-shadow:0 18px 0 -3px #5b7b59}
.tree-1{left:18%;bottom:120px}.tree-2{left:87%;bottom:165px}.tree-3{left:43%;bottom:95px}.tree-4{right:22%;bottom:110px}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;max-width:1100px}
.card{display:flex;align-items:center;gap:16px;min-height:90px;padding:17px 20px;background:var(--white);border:1px solid #e9dfcf;border-radius:18px;box-shadow:0 8px 25px rgba(50,60,50,.05);transition:.2s}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.card-symbol{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#e9efdf;color:var(--green-dark);font-weight:800;flex:none}
.card.fire .card-symbol{background:#f5ddd8;color:#b53f38}
.card.school-card .card-symbol{background:#e2eee5;color:#466e5a}
.card.kita-catholic .card-symbol{background:#f6e2d7;color:#d06b56}
.card.kita-evangelical .card-symbol{background:#e8e0f0;color:#7e6996}
.card.restaurant-card.one .card-symbol{background:#f0e3d2;color:#9a6a3d}
.card.restaurant-card.two .card-symbol{background:#dfe8eb;color:#596f78}
.card.aral-card .card-symbol{background:#dceaf5;color:#0d66ad}
.card b,.card small{display:block}.card b{font-size:14px}.card small{font-size:12px;color:var(--muted);margin-top:4px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:var(--cream)}
.about>p{max-width:560px;color:#5c665f;line-height:1.8;font-size:17px;margin:0}
footer{display:flex;justify-content:space-between;padding:25px clamp(20px,7vw,100px);background:var(--green-dark);color:#dfe8dc;font-size:12px}

@media(max-width:800px){
  nav{display:none}
  .site-header{align-items:flex-start}.brand{max-width:100%}.brand span:last-child{max-width:75vw}
  .hero{min-height:520px;padding-top:70px}.hero-sun{right:-90px;top:80px}
  .section-heading{display:block}
  .village{height:700px;border-radius:24px}
  .building{transform:scale(.82);transform-origin:center}
  .building:hover,.building:focus{transform:translateY(-8px) scale(.87)}
  .firehouse{left:2%;top:235px}.school{left:30%;top:125px}.kindergarten.one{left:52%;top:275px}.kindergarten.two{left:65%;top:125px}.restaurant.one{left:14%;top:405px}.restaurant.two{left:42%;top:445px}.gas{right:-1%;top:395px}
  .cards{grid-template-columns:1fr}.about{grid-template-columns:1fr;gap:25px}
}
@media(max-width:520px){
  .site-header{padding:13px 18px}.brand-mark{width:35px;height:35px}.brand strong{font-size:18px}
  .brand span:last-child{font-size:10px}
  .hero{min-height:500px;padding:65px 22px}.hero-copy>p:not(.eyebrow){font-size:16px}
  .village{height:760px}.building{transform:scale(.68)}.building:hover,.building:focus{transform:translateY(-7px) scale(.73)}
  .firehouse{left:-5%;top:245px}.school{left:23%;top:95px}.kindergarten.one{left:48%;top:290px}.kindergarten.two{left:59%;top:115px}.restaurant.one{left:5%;top:470px}.restaurant.two{left:38%;top:500px}.gas{right:-8%;top:445px}
  .road-main{bottom:130px}.road-side{left:48%}
  .building-label{font-size:12px}
  footer{display:block;line-height:2}
}
