:root{
  --green:#81bd41;
  --teal:#0780a0;
  --teal-dark:#075f77;
  --dark:#1f1d1e;
  --yellow:#f4d21f;
  --light:#f6faf5;
  --soft:#eef7ef;
  --muted:#607077;
  --max:1150px;
  --shadow:0 14px 34px rgba(0,0,0,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--dark);line-height:1.6;background:#fff;overflow-x:hidden}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.topbar{background:linear-gradient(90deg,var(--teal),var(--green));color:white;font-size:.88rem}.topbar .wrap{max-width:var(--max);margin:auto;padding:8px 20px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.topbar a{text-decoration:underline;text-underline-offset:2px}
.navbar{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 5px 22px rgba(0,0,0,.08)}.navwrap{max-width:var(--max);margin:auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{height:66px;width:auto}.menu{display:flex;align-items:center;justify-content:flex-end;gap:16px;font-weight:800;font-size:.92rem}.menu>a,.nav-row>a{padding:9px 0;border-bottom:3px solid transparent;white-space:nowrap}.menu>a:hover,.menu>a.active,.nav-row>a:hover,.nav-row>a.active,.active-parent>.nav-row>a{border-color:var(--yellow);color:var(--teal)}
.nav-dropdown{position:relative}.nav-row{display:flex;align-items:center;gap:4px}.submenu-toggle{border:0;background:transparent;color:var(--teal);font-size:1rem;cursor:pointer;padding:4px}.submenu{position:absolute;top:100%;left:0;background:white;min-width:230px;padding:10px;border-radius:16px;box-shadow:var(--shadow);border:1px solid #e5efe5;display:none;z-index:60}.nav-dropdown:hover .submenu,.nav-dropdown.open .submenu{display:block}.submenu a{display:block;padding:10px 12px;border-radius:10px;color:#243339;font-weight:750}.submenu a:hover{background:var(--light);color:var(--teal)}
.lang-switch{display:flex;gap:6px;align-items:center}.lang-btn{border:1px solid var(--teal);background:#fff;color:var(--teal);border-radius:999px;padding:6px 10px;font-weight:900;cursor:pointer}.lang-btn.active{background:var(--teal);color:#fff}.mobile-lang{display:none}.menu-toggle{display:none;width:44px;height:40px;border:0;background:var(--teal);border-radius:10px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:22px;height:3px;border-radius:3px;background:#fff;display:block;transition:.2s}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.hero{min-height:520px;background:linear-gradient(90deg,rgba(0,72,86,.84),rgba(25,76,32,.36)),url('images/hero-grapes.jpg') center/cover no-repeat;color:white;display:flex;align-items:center}.hero .inner{max-width:var(--max);margin:auto;padding:80px 20px}.eyebrow{color:var(--yellow);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(2.1rem,5vw,4.6rem);line-height:1.05;max-width:900px;margin:12px 0}.hero p{font-size:1.2rem;max-width:760px}.btns,.page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn,.small-btn{background:var(--yellow);color:#172118;padding:12px 18px;border-radius:999px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.btn.secondary{background:white;color:var(--teal)}.small-btn{font-size:.9rem;padding:9px 14px}
section{padding:62px 20px}.wrap{max-width:var(--max);margin:auto}.section-title{font-size:clamp(1.65rem,3vw,2.8rem);line-height:1.12;margin:0 0 14px}.lead{font-size:1.1rem;color:var(--muted);max-width:880px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.card,.contact-card{background:white;border-radius:22px;padding:24px;box-shadow:var(--shadow);border:1px solid #edf2ed}.card h3,.contact-card h3{margin-top:0;color:var(--teal)}.stat{font-size:2.1rem;font-weight:950;color:var(--teal);line-height:1}.band{background:linear-gradient(90deg,var(--teal),var(--green));color:white}.band .lead{color:white}.soft{background:var(--light)}.image-card img{width:100%;height:auto;border-radius:24px;box-shadow:0 18px 45px rgba(0,0,0,.16)}.page-hero{background:linear-gradient(90deg,var(--teal),var(--green));color:white;padding:64px 20px}.page-hero h1{font-size:clamp(2rem,4vw,4rem);margin:0 0 10px}.page-hero p{font-size:1.12rem;max-width:860px}.subnav{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.subnav a{background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.35);padding:8px 12px;border-radius:999px;font-weight:850}.subnav a:hover{background:white;color:var(--teal)}.pill,.tag{display:inline-block;background:var(--soft);color:var(--teal);border-radius:999px;padding:6px 11px;font-size:.82rem;font-weight:900;margin:5px 5px 0 0}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:22px}.article-card{background:white;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #edf2ed}.article-card img{width:100%;height:210px;object-fit:cover}.article-card .body{padding:20px}.article-meta{font-size:.82rem;color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.04em}.article-card h3{margin:8px 0;color:var(--teal);line-height:1.22}.article-detail{margin-top:12px;border-top:1px solid #e9f1eb;padding-top:12px}.article-detail summary{cursor:pointer;font-weight:900;color:var(--teal)}.article-detail p{margin-bottom:0}.filterbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.filterbar button{border:1px solid #cddfcf;background:white;color:var(--teal);font-weight:900;border-radius:999px;padding:9px 12px;cursor:pointer}.filterbar button.active{background:var(--teal);color:#fff}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:26px}.titem{background:var(--light);border-left:5px solid var(--teal);padding:18px;border-radius:14px}.titem strong{display:block;color:var(--teal);font-size:1.4rem}.titem b{display:block;margin:4px 0}.timeline-image-wrap{margin:28px 0 0}.timeline-image-wrap img{width:100%;border-radius:26px;box-shadow:0 18px 45px rgba(0,0,0,.12);border:1px solid #e3eee3}.mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mini-card{background:var(--light);border-radius:18px;padding:20px;border:1px solid #e5efe5}.mini-card h3{color:var(--teal);margin-top:0}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:22px}.profile-card{background:white;border-radius:22px;padding:24px;text-align:center;box-shadow:var(--shadow);border:1px solid #edf2ed}.avatar{width:92px;height:92px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--green));display:flex;align-items:center;justify-content:center;color:white;font-size:2rem;font-weight:950;margin:0 auto 14px}.role{font-weight:900;color:var(--green)}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;background:white;border-radius:16px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.06)}.data-table th{background:var(--teal);color:white;text-align:left}.data-table th,.data-table td{padding:12px 14px;border-bottom:1px solid #e8eee8}.data-table tr:nth-child(even) td{background:#fbfdfb}.image-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}.image-strip img{width:100%;height:220px;object-fit:cover;border-radius:22px;box-shadow:0 12px 35px rgba(0,0,0,.12)}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mapbox{min-height:260px;background:#e8f2eb;border:2px dashed #b6d4bc;border-radius:22px;display:flex;align-items:center;justify-content:center;text-align:center;padding:25px;color:var(--muted);font-weight:800}.cms-note{background:#edf8f7;border:1px solid #bfe2de;border-radius:18px;padding:16px;margin:20px 0}.cms-note strong{color:var(--teal)}
.footer{background:#172118;color:white}.footer-main{display:grid;grid-template-columns:1.7fr 1fr 1.25fr 1.25fr;gap:28px;padding:48px 20px}.footer img{height:76px;width:auto;background:white;border-radius:14px;padding:6px}.footer h3{color:var(--yellow)}.footer p{color:#dce8dc}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:7px 0}.footer-links a:hover{color:var(--yellow)}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 20px;max-width:var(--max);margin:auto;color:#dce8dc;font-size:.9rem}.whatsapp-float{position:fixed;right:18px;bottom:18px;background:#25d366;color:white;font-weight:950;border-radius:999px;padding:12px 16px;box-shadow:0 12px 35px rgba(0,0,0,.25);z-index:80}
@media(max-width:1040px){.menu{gap:10px;font-size:.86rem}.brand img{height:58px}}
@media(max-width:900px){.topbar .wrap{font-size:.82rem}.navwrap{padding:8px 14px}.brand img{height:54px}.menu-toggle{display:flex}.desktop-lang{display:none}.mobile-lang{display:flex;padding:14px 16px;border-top:1px solid #e5efe5}.menu{position:absolute;top:100%;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 0 0;border-top:1px solid #edf2ed;box-shadow:0 18px 35px rgba(0,0,0,.12);max-height:calc(100vh - 80px);overflow:auto}.navbar.menu-open .menu{display:flex}.menu>a,.nav-row>a{display:block;padding:14px 20px;border-bottom:1px solid #edf2ed}.nav-row{justify-content:space-between}.submenu-toggle{padding:14px 20px;font-size:1.1rem}.submenu{position:static;box-shadow:none;border:0;border-radius:0;padding:0 0 6px 18px;background:#f9fcf9;display:none}.nav-dropdown.open .submenu{display:block}.nav-dropdown:hover .submenu{display:none}.nav-dropdown.open:hover .submenu{display:block}.submenu a{padding:11px 20px}.hero{min-height:auto}.hero .inner{padding:62px 20px}.hero p{font-size:1.05rem}section{padding:48px 18px}.grid,.grid2,.article-grid,.profile-grid,.contact-grid,.image-strip{grid-template-columns:1fr}.mini-grid{grid-template-columns:1fr 1fr}.timeline{grid-template-columns:1fr}.article-card img{height:220px}.footer-main{grid-template-columns:1fr;padding:38px 20px}.footer-bottom{display:block}.footer-bottom div+div{margin-top:8px}}
@media(max-width:520px){.topbar .wrap{display:block}.topbar .wrap span{display:block;margin:2px 0}.mini-grid{grid-template-columns:1fr}.subnav{display:block}.subnav a{display:block;margin:8px 0;text-align:center}.hero h1{font-size:2.05rem}.page-hero h1{font-size:2rem}.whatsapp-float{left:16px;right:16px;text-align:center}.card,.contact-card,.article-card .body,.profile-card{padding:18px}.footer img{height:64px}}

/* Contact page enhancements */
.contact-hero{background:linear-gradient(90deg,rgba(0,119,146,.95),rgba(136,184,88,.92)),url('images/hero-grapes.jpg') center/cover no-repeat}
.contact-overview .contact-grid.compact{grid-template-columns:repeat(2,1fr);margin-top:22px}
.contact-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr);gap:28px;align-items:start}
.query-panel,.contact-side{background:#fff;border:1px solid #edf2ed;border-radius:24px;box-shadow:var(--shadow);padding:28px}
.query-form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:18px}
.query-form label{display:flex;flex-direction:column;gap:7px;font-weight:900;color:var(--teal)}
.query-form input,.query-form select,.query-form textarea{width:100%;border:1px solid #cbdccc;border-radius:14px;padding:12px 13px;font:inherit;color:var(--dark);background:#fff;outline:none}
.query-form input:focus,.query-form select:focus,.query-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,119,146,.12)}
.query-form .full{grid-column:1/-1}.query-form button{border:0;cursor:pointer;width:max-content}.form-note{grid-column:1/-1;margin:0;color:var(--muted);font-size:.94rem}.contact-side p{margin-bottom:20px}.live-map{height:420px;min-height:420px;padding:0;overflow:hidden;border:0;box-shadow:var(--shadow);background:#eef7ef}.live-map iframe{width:100%;height:100%;border:0;display:block}.image-card img{object-fit:cover;max-height:420px}
@media(max-width:900px){.contact-layout,.contact-overview .contact-grid.compact{grid-template-columns:1fr}.query-form{grid-template-columns:1fr}.query-form button{width:100%}.live-map{height:340px;min-height:340px}}


/* V10 fixes: Google Maps action spacing and compact WhatsApp icon */
.map-actions{margin-top:18px;display:flex;justify-content:flex-start;gap:12px;flex-wrap:wrap}
.whatsapp-float{width:48px;height:48px;padding:0;right:18px;bottom:24px;border-radius:50%;font-size:0;line-height:0;display:flex;align-items:center;justify-content:center;background:#25d366;box-shadow:0 10px 26px rgba(0,0,0,.22)}
.whatsapp-float::before{content:"";width:26px;height:26px;display:block;background-color:#fff;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.01 3C8.84 3 3.01 8.83 3.01 16c0 2.29.6 4.52 1.74 6.48L3 29l6.68-1.72A12.92 12.92 0 0 0 16.01 29C23.18 29 29 23.17 29 16S23.18 3 16.01 3Zm0 23.83c-1.97 0-3.89-.53-5.57-1.53l-.4-.24-3.96 1.02 1.06-3.86-.26-.4a10.76 10.76 0 0 1-1.7-5.82c0-5.98 4.86-10.84 10.84-10.84 2.9 0 5.62 1.13 7.67 3.17A10.77 10.77 0 0 1 26.85 16c0 5.98-4.86 10.83-10.84 10.83Zm5.94-8.12c-.33-.17-1.95-.96-2.25-1.07-.3-.11-.52-.17-.74.17-.22.33-.85 1.07-1.04 1.29-.19.22-.39.25-.72.08-.33-.17-1.39-.51-2.65-1.63-.98-.87-1.64-1.95-1.84-2.28-.19-.33-.02-.51.15-.68.15-.15.33-.39.5-.58.17-.19.22-.33.33-.55.11-.22.06-.41-.03-.58-.08-.17-.74-1.79-1.02-2.45-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.58.08-.88.41-.3.33-1.16 1.13-1.16 2.76s1.19 3.21 1.35 3.43c.17.22 2.34 3.57 5.67 5 .79.34 1.41.55 1.89.7.79.25 1.51.21 2.08.13.63-.09 1.95-.8 2.23-1.57.28-.77.28-1.43.19-1.57-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.01 3C8.84 3 3.01 8.83 3.01 16c0 2.29.6 4.52 1.74 6.48L3 29l6.68-1.72A12.92 12.92 0 0 0 16.01 29C23.18 29 29 23.17 29 16S23.18 3 16.01 3Zm0 23.83c-1.97 0-3.89-.53-5.57-1.53l-.4-.24-3.96 1.02 1.06-3.86-.26-.4a10.76 10.76 0 0 1-1.7-5.82c0-5.98 4.86-10.84 10.84-10.84 2.9 0 5.62 1.13 7.67 3.17A10.77 10.77 0 0 1 26.85 16c0 5.98-4.86 10.83-10.84 10.83Zm5.94-8.12c-.33-.17-1.95-.96-2.25-1.07-.3-.11-.52-.17-.74.17-.22.33-.85 1.07-1.04 1.29-.19.22-.39.25-.72.08-.33-.17-1.39-.51-2.65-1.63-.98-.87-1.64-1.95-1.84-2.28-.19-.33-.02-.51.15-.68.15-.15.33-.39.5-.58.17-.19.22-.33.33-.55.11-.22.06-.41-.03-.58-.08-.17-.74-1.79-1.02-2.45-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.58.08-.88.41-.3.33-1.16 1.13-1.16 2.76s1.19 3.21 1.35 3.43c.17.22 2.34 3.57 5.67 5 .79.34 1.41.55 1.89.7.79.25 1.51.21 2.08.13.63-.09 1.95-.8 2.23-1.57.28-.77.28-1.43.19-1.57-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center/contain no-repeat}
@media(max-width:520px){.whatsapp-float{left:auto;right:14px;bottom:82px;width:42px;height:42px}.whatsapp-float::before{width:23px;height:23px}.footer-bottom{padding-right:68px}.map-actions .btn{width:100%;text-align:center}}

.member-cta{background:#f8f4e8}.cta-box{background:white;border:1px solid rgba(0,72,86,.14);border-left:6px solid var(--yellow);border-radius:18px;padding:24px;box-shadow:var(--shadow)}.cta-box h3{margin-top:0;color:var(--teal)}

/* V12 Web3Forms contact form status */
.query-form button[disabled]{opacity:.7;cursor:not-allowed}
.form-status{grid-column:1/-1;margin:0;font-weight:900;border-radius:12px;padding:0}
.form-status.pending,.form-status.success,.form-status.error{padding:12px 14px}
.form-status.pending{background:#fff8d9;color:#675200;border:1px solid #f2df80}
.form-status.success{background:#e7f8eb;color:#176b2a;border:1px solid #a4ddb3}
.form-status.error{background:#ffecec;color:#8a1f1f;border:1px solid #efb1b1}
