@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:wght@300;400;500;600;700&display=swap');

:root{--green:#4b4d38;--green-2:#5a5d45;--green-3:#363827;--beige:#d0c1a1;--beige-2:#e7ddc8;--cream:#f7f3ea;--white:#fff;--ink:#28291f;--muted:#6f7166;--border:rgba(75,77,56,.14);--shadow:0 18px 50px rgba(54,56,39,.10);--radius:22px;--container:min(1180px,calc(100% - 40px));}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:var(--container);margin:auto}.eyebrow{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--green-2);margin:0 0 12px}.section{padding:96px 0}.section.alt{background:#fff}.section-title{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(2.1rem,4vw,3.7rem);line-height:1.08;font-weight:400;margin:0 0 18px;color:var(--green-3)}.section-lead{max-width:720px;font-size:1.02rem;color:var(--muted);margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;padding:14px 22px;font-weight:600;border:1px solid transparent;transition:.25s ease;cursor:pointer}.btn-primary{background:var(--beige);color:var(--green-3)}.btn-primary:hover{background:#ded1b8;transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.btn-outline{border-color:rgba(255,255,255,.45);color:white;background:transparent}.btn-outline:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-3);transform:translateY(-2px)}

/* header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:155px;height:58px;object-fit:contain;object-position:left center}.nav{display:flex;align-items:center;gap:30px}.nav a{font-size:.95rem;position:relative;padding:28px 0 24px}.nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;bottom:20px;width:0;height:2px;background:var(--green);transition:.25s}.nav a:hover::after,.nav a.active::after{width:100%}.nav-cta{background:var(--green);color:white!important;padding:12px 18px!important;border-radius:12px}.nav-cta:hover{background:var(--green-3)}.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;border-radius:10px;align-items:center;justify-content:center}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{display:block;width:23px;height:2px;background:var(--green);position:relative;content:"";transition:.25s}.menu-toggle span:before{position:absolute;top:-7px}.menu-toggle span:after{position:absolute;top:7px}

/* hero */
.hero{background:var(--green);color:white;min-height:calc(100vh - 84px);display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:680px;height:680px;border:1px solid rgba(208,193,161,.16);border-radius:50%;right:-220px;top:-130px}.hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(208,193,161,.12);border-radius:50%;right:110px;bottom:-220px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;padding:72px 0;position:relative;z-index:2}.hero .eyebrow{color:var(--beige-2)}.hero h1{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(3.1rem,6vw,5.9rem);font-weight:400;line-height:.98;margin:0 0 26px;max-width:760px}.hero h1 em{color:var(--beige);font-style:normal}.hero-copy{font-size:1.08rem;max-width:640px;color:rgba(255,255,255,.82);margin-bottom:32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{margin-top:28px;display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.65);font-size:.9rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--beige)}.hero-visual{min-height:510px;border-radius:34px;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(208,193,161,.18),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.13);overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.12)}.hero-visual img{width:62%;opacity:.97;position:relative;z-index:2}.hero-visual .caption{position:absolute;bottom:24px;left:24px;right:24px;background:rgba(54,56,39,.62);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:18px;color:rgba(255,255,255,.88);font-size:.9rem}.photo-ready{position:absolute;top:20px;right:20px;background:var(--beige);color:var(--green-3);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:8px 12px}

/* strips / grids */
.trust-strip{background:#fff;border-bottom:1px solid var(--border)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:26px 20px;text-align:center;border-right:1px solid var(--border)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;color:var(--green);font-size:1rem}.trust-item span{font-size:.82rem;color:var(--muted)}.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.feature-panel{background:var(--green);border-radius:32px;min-height:500px;position:relative;overflow:hidden;padding:36px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.feature-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 20%,rgba(208,193,161,.28),transparent 35%)}.feature-panel img{position:absolute;top:34px;right:30px;width:46%;opacity:.24}.feature-panel h3{font-family:'DM Serif Display';font-size:2.2rem;line-height:1.1;margin:0 0 12px;position:relative}.feature-panel p{color:rgba(255,255,255,.76);margin:0;max-width:440px;position:relative}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}.pillar{padding:22px;border:1px solid var(--border);border-radius:18px;background:rgba(255,255,255,.45)}.pillar b{display:block;color:var(--green);margin-bottom:6px}.pillar p{margin:0;font-size:.9rem;color:var(--muted)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:42px}.service-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:28px;min-height:240px;display:flex;flex-direction:column;transition:.3s}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(75,77,56,.25)}.service-no{font-size:.75rem;color:#a59c88;letter-spacing:.12em}.service-card h3{font-family:'DM Serif Display';font-size:1.65rem;font-weight:400;color:var(--green-3);margin:34px 0 8px}.service-card p{font-size:.9rem;color:var(--muted);margin:0 0 20px}.service-card .arrow{margin-top:auto;color:var(--green);font-weight:600;font-size:.88rem}.service-card.featured{background:var(--green);color:#fff}.service-card.featured h3,.service-card.featured .arrow{color:var(--beige-2)}.service-card.featured p{color:rgba(255,255,255,.72)}
.experience{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:42px}.experience-card{border-radius:30px;min-height:430px;padding:40px;position:relative;overflow:hidden}.experience-card.dark{background:var(--green);color:#fff}.experience-card.light{background:var(--beige-2);color:var(--green-3)}.experience-card h3{font-family:'DM Serif Display';font-size:2.2rem;font-weight:400;line-height:1.08;margin:0 0 14px;max-width:430px}.experience-card p{max-width:480px;color:inherit;opacity:.78}.experience-card img{position:absolute;width:280px;right:-55px;bottom:-35px;opacity:.13}.tag{display:inline-block;border:1px solid currentColor;border-radius:999px;padding:7px 11px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:110px;opacity:.65}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:42px}.team-card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden}.team-photo{height:260px;background:linear-gradient(145deg,#e6dcc6,#f7f3ea);position:relative;display:flex;align-items:center;justify-content:center}.team-photo img{width:125px;opacity:.34}.team-photo span{position:absolute;bottom:16px;right:16px;background:#fff;border-radius:999px;padding:7px 10px;font-size:.7rem;color:var(--muted)}.team-info{padding:24px}.team-info h3{font-family:'DM Serif Display';font-size:1.65rem;font-weight:400;margin:0;color:var(--green-3)}.team-info p{margin:4px 0 0;color:var(--muted);font-size:.9rem}
.cta-section{padding:85px 0;background:var(--green-2);color:#fff}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-box h2{font-family:'DM Serif Display';font-size:clamp(2.2rem,4vw,4rem);font-weight:400;line-height:1.04;margin:0;max-width:700px}.cta-box p{color:rgba(255,255,255,.7);max-width:580px}

/* page hero */
.page-hero{background:var(--green);color:#fff;padding:90px 0 78px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(208,193,161,.15);border-radius:50%;right:-180px;top:-220px}.page-hero .eyebrow{color:var(--beige)}.page-hero h1{font-family:'DM Serif Display';font-size:clamp(3rem,6vw,5.5rem);font-weight:400;line-height:1;margin:0 0 20px;max-width:850px}.page-hero p{max-width:720px;color:rgba(255,255,255,.76);font-size:1.05rem}
.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:44px}.service-detail{background:#fff;border:1px solid var(--border);border-radius:22px;padding:30px}.service-detail h2{font-family:'DM Serif Display';font-size:1.8rem;font-weight:400;color:var(--green-3);margin:0 0 8px}.service-detail p{color:var(--muted);margin:0}.service-detail small{display:block;margin-top:18px;color:var(--green-2);font-weight:600;font-size:.78rem}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.quote-card{background:var(--beige-2);border-radius:30px;padding:42px}.quote-card blockquote{font-family:'DM Serif Display';font-size:2.3rem;line-height:1.15;margin:0;color:var(--green-3)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.value-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:26px}.value-card h3{margin:0 0 8px;color:var(--green)}.value-card p{margin:0;color:var(--muted);font-size:.9rem}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;margin-top:40px}.contact-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:30px}.contact-list{display:grid;gap:18px}.contact-list div{padding-bottom:18px;border-bottom:1px solid var(--border)}.contact-list div:last-child{border:0;padding-bottom:0}.contact-list b{display:block;color:var(--green);margin-bottom:4px}.contact-list span,.contact-list a{color:var(--muted)}.map{border:0;width:100%;height:100%;min-height:460px;border-radius:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.85rem;color:var(--green);font-weight:600}.field input,.field textarea,.field select{border:1px solid var(--border);border-radius:13px;padding:13px 14px;background:#fff;outline:0}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--green)}.field textarea{min-height:120px;resize:vertical}

/* footer */
.footer{background:#4b4d38;color:#fff;padding:64px 0 28px;border-top:1px solid rgba(208,193,161,.22)}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr 1fr;gap:40px}
.footer-logo{width:190px;margin-bottom:18px}
.footer p,.footer a{color:rgba(255,255,255,.78);font-size:.88rem}
.footer h4{font-size:.9rem;margin:0 0 16px;color:var(--beige);text-transform:uppercase;letter-spacing:.08em}
.footer-links{display:grid;gap:9px}
.footer a:hover{color:var(--beige-2)}
.footer-bottom{border-top:1px solid rgba(208,193,161,.26);margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;color:rgba(255,255,255,.56);font-size:.78rem}
.footer-copyright{display:flex;flex-direction:column;gap:5px}
.developer-credit{font-weight:600;color:var(--beige)!important;width:max-content}
.developer-credit:hover{color:#fff!important}
.privacy-link{color:rgba(255,255,255,.68)!important}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:999;background:#25D366;color:#fff;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(0,0,0,.22);transition:.2s;border:2px solid rgba(255,255,255,.9)}
.whatsapp-float svg{width:30px;height:30px;display:block;fill:#fff}
.whatsapp-float:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 16px 34px rgba(0,0,0,.24)}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.legal{max-width:880px}.legal h2{font-family:'DM Serif Display';color:var(--green-3);font-size:2rem;font-weight:400;margin-top:42px}.legal p,.legal li{color:var(--muted)}

@media(max-width:960px){.nav{position:fixed;top:84px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;padding:18px 24px 28px;border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.nav.open{display:flex}.nav a{padding:14px 0}.nav a:not(.nav-cta)::after{bottom:8px}.nav-cta{text-align:center;margin-top:8px}.menu-toggle{display:flex}.hero{min-height:auto}.hero-grid,.intro-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero-grid{gap:36px}.hero-visual{min-height:420px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--border)}.services-grid{grid-template-columns:repeat(2,1fr)}.experience{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:1fr 1fr}.service-list{grid-template-columns:1fr}.cta-box{align-items:flex-start;flex-direction:column}.section{padding:74px 0}}
@media(max-width:640px){:root{--container:min(100% - 28px,1180px)}.nav-wrap{height:74px}.nav{top:74px}.brand img{width:135px;height:52px}.hero-grid{padding:54px 0}.hero h1{font-size:3.05rem}.hero-actions .btn{width:100%}.hero-visual{min-height:350px}.hero-visual img{width:72%}.trust-grid,.services-grid,.team-grid,.values-grid,.footer-grid{grid-template-columns:1fr}.trust-item{border-right:0!important;border-bottom:1px solid var(--border)!important}.trust-item:last-child{border-bottom:0!important}.pillars{grid-template-columns:1fr}.experience-card{min-height:360px;padding:28px}.tag{margin-bottom:80px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.section{padding:62px 0}.page-hero{padding:64px 0 56px}.page-hero h1{font-size:3rem}.footer{padding-top:52px}.whatsapp-float{right:16px;bottom:16px;width:54px;height:54px}.contact-card{padding:22px}}
