:root{--green:#596445;--green-dark:#3f4933;--pink:#f1d5d0;--pink-light:#fbf4f1;--cream:#fffaf6;--ink:#30342d;--muted:#6d7169;--white:#fff;--line:#e9ddd6;--shadow:0 18px 45px rgba(63,73,51,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 36px));margin:auto}.topbar{background:var(--green-dark);color:#fff;font-size:.9rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.topbar a{opacity:.94}.header{position:sticky;top:0;z-index:50;background:rgba(255,250,246,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(89,100,69,.12)}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{height:72px;width:auto}.menu{display:flex;align-items:center;gap:28px;font-size:.95rem;font-weight:650}.menu a:hover,.menu a.active{color:var(--green)}.nav-toggle{display:none;background:none;border:0;font-size:1.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 21px;border-radius:999px;background:var(--green);color:#fff;font-weight:700;border:1px solid var(--green);cursor:pointer;transition:.2s}.btn:hover{background:var(--green-dark);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--green)}.hero{min-height:650px;display:grid;align-items:center;background:radial-gradient(circle at 78% 28%,rgba(241,213,208,.95),transparent 31%),linear-gradient(135deg,#fffaf6 0%,#f9ece8 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding:70px 0}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:800}.hero h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.05;margin:.18em 0;font-size:clamp(3rem,6vw,5.8rem);color:var(--green-dark)}.hero p{font-size:1.15rem;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-logo{position:relative}.hero-logo:before{content:"";position:absolute;inset:8% 8%;background:#fff;border-radius:50%;filter:blur(4px);box-shadow:var(--shadow)}.hero-logo img{position:relative;max-height:540px;margin:auto}.section{padding:88px 0}.section.alt{background:#fff}.section-title{max-width:760px;margin:0 auto 44px;text-align:center}.section-title h2,.content h2{font-family:Georgia,"Times New Roman",serif;color:var(--green-dark);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:500;margin:.2em 0}.section-title p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 10px 30px rgba(63,73,51,.06)}.card .icon{font-size:2rem}.card h3{font-family:Georgia,serif;color:var(--green-dark);font-size:1.5rem;margin:.6em 0}.card p{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.panel{background:var(--pink-light);padding:42px;border-radius:28px}.checks{display:grid;gap:14px;margin:26px 0}.check{display:flex;gap:12px}.check b{color:var(--green)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery figure{margin:0;aspect-ratio:4/3;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#f0d8d3,#dde2d3);position:relative}.gallery img{width:100%;height:100%;object-fit:cover;transition:.35s}.gallery figure:hover img{transform:scale(1.035)}.gallery figcaption{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.9);padding:7px 11px;border-radius:999px;font-size:.82rem}.photo-placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;padding:20px;color:var(--green-dark);font-family:Georgia,serif;font-size:1.3rem;background:radial-gradient(circle at 30% 30%,#fff8,transparent 30%),linear-gradient(135deg,#efd6d1,#dce4d3)}.cta{background:var(--green);color:#fff;border-radius:32px;padding:52px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:500;margin:0}.cta p{opacity:.9}.cta .btn{background:#fff;color:var(--green);border-color:#fff}.page-hero{padding:80px 0;background:linear-gradient(135deg,#fffaf6,#f3ded9);text-align:center}.page-hero h1{font-size:clamp(2.8rem,5vw,4.7rem)}.content{max-width:850px;margin:auto}.content h3{color:var(--green-dark);margin-top:2em}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px}.contact-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px}.contact-row{margin:0 0 18px}.map{border:0;width:100%;height:430px;border-radius:24px}.form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form .full{grid-column:1/-1}.form label{display:block;font-size:.9rem;font-weight:700;margin-bottom:6px}.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid #d8d8d1;border-radius:12px;background:#fff;font:inherit}.form textarea{min-height:145px;resize:vertical}.form .privacy-check{display:flex;align-items:flex-start;gap:9px;font-size:.9rem}.form .privacy-check input{width:auto;margin-top:5px}.footer{background:#30382a;color:#eef0ea;margin-top:80px;padding:58px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px}.footer-logo{height:120px;width:auto}.footer h4{margin:0 0 14px}.footer a{opacity:.9}.footer a:hover{opacity:1;text-decoration:underline}.copyright{border-top:1px solid #ffffff22;margin-top:38px;padding-top:20px;font-size:.85rem;opacity:.75;display:flex;justify-content:space-between;gap:20px}.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:100;background:#fff;border:1px solid var(--line);box-shadow:0 20px 60px #0003;border-radius:18px;padding:20px;display:none;align-items:center;gap:20px}.cookie-banner.show{display:flex}.cookie-banner p{margin:0;flex:1;font-size:.9rem}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie-actions button{padding:9px 14px;border-radius:999px;border:1px solid var(--green);background:#fff;color:var(--green);font-weight:700;cursor:pointer}.cookie-actions .accept{background:var(--green);color:#fff}.legal{font-size:.96rem}.legal ul{padding-left:20px}.notice{background:#f4eee8;border-left:4px solid var(--green);padding:16px 18px;border-radius:8px}.success,.error{padding:14px 16px;border-radius:12px;margin-bottom:20px}.success{background:#e7f1e5}.error{background:#f7e3e3}@media(max-width:900px){.menu{display:none;position:absolute;top:88px;left:0;right:0;background:var(--cream);padding:22px;flex-direction:column;border-bottom:1px solid var(--line)}.menu.open{display:flex}.nav-toggle{display:block}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-grid{padding:50px 0}.hero-logo{order:-1}.hero-logo img{max-height:360px}.cards,.gallery{grid-template-columns:1fr 1fr}.topbar .container{flex-direction:column;gap:2px}.cta{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.cards,.gallery,.form,.footer-grid{grid-template-columns:1fr}.form .full{grid-column:auto}.section{padding:62px 0}.hero h1{font-size:3.2rem}.cta{padding:32px 24px}.copyright{flex-direction:column}.cookie-banner{align-items:flex-start;flex-direction:column}.brand img{height:62px}.nav{height:76px}.menu{top:76px}}

.map-consent-wrap{position:relative;min-height:430px}.consent-placeholder{min-height:430px;border-radius:24px;background:linear-gradient(135deg,#f3ded9,#e6eadf);display:grid;place-items:center;text-align:center;padding:30px;color:var(--green-dark)}.consent-placeholder span{color:var(--muted)}.consent-placeholder .btn{margin-top:16px;text-decoration:none;color:#fff}.map-consent-wrap .map{position:absolute;inset:0}
