:root{--green:#5c7a64;--green-dark:#3d5445;--green-light:#8fa994;--cream:#f5efe6;--cream-dark:#ede5d8;--white:#fff;--text:#1a1a1a;--text-muted:#b08b5a;--text-light:#666;--tag:#888;--border:#e8e0d4;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Inter", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}::selection{color:var(--white);background-color:#4a6355}html{scroll-behavior:smooth}body{font-family:var(--sans);background-color:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--sans);border:none}#root{flex-direction:column;min-height:100vh;display:flex}.section-label{font-family:var(--sans);letter-spacing:2px;text-transform:uppercase;color:var(--tag);margin-bottom:.8rem;font-size:.75rem;font-weight:600;display:block}.section-heading{font-family:var(--serif);color:var(--text);margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.15}.section-divider{background-color:var(--green);border-radius:2px;width:40px;height:3px;margin-bottom:2.5rem}.section-inner{max-width:860px;margin:0 auto;padding:5rem 2rem}@media (width<=768px){.section-heading{font-size:2rem}.section-inner{padding:3.5rem 1.2rem}}.navbar{z-index:100;background-color:var(--cream);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.1rem 2.5rem;display:flex;position:sticky;top:0}.navbar-logo{cursor:pointer;align-items:center;gap:.55rem;display:flex}.navbar-logo-img{object-fit:contain;width:32px;height:32px}.navbar-brand{font-family:var(--serif);color:var(--text);font-size:1.35rem;font-weight:600}.navbar-links{align-items:center;gap:2.2rem;list-style:none;display:flex}.navbar-links button{font-family:var(--sans);color:var(--text-light);background:0 0;padding:0;font-size:.9rem;font-weight:500;transition:color .2s}.navbar-links button:hover{color:var(--text)}.navbar-right{align-items:center;gap:.8rem;display:flex}.lang-toggle{font-family:var(--sans);letter-spacing:1px;color:var(--text-light);background:0 0;border-radius:6px;padding:.3rem .5rem;font-size:.8rem;font-weight:700;transition:color .2s,background-color .2s}.lang-toggle:hover{color:var(--green-dark);background-color:var(--cream-dark)}.navbar-cta{background-color:var(--green-dark);color:var(--white);border-radius:50px;padding:.6rem 1.3rem;font-size:.88rem;font-weight:600;transition:background-color .2s}.navbar-cta:hover{background-color:var(--green)}.hamburger{background:0 0;flex-direction:column;gap:4px;padding:4px;display:none}.hamburger span{background-color:var(--text);border-radius:2px;width:22px;height:2px;display:block}@media (width<=768px){.navbar{flex-wrap:wrap;gap:.5rem;padding:1rem 1.2rem}.navbar-links{border-top:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:.6rem;width:100%;padding:.8rem 0;display:none}.navbar-links.open,.hamburger{display:flex}.navbar-cta{padding:.5rem 1rem;font-size:.82rem}}.hero{justify-content:space-between;align-items:center;gap:3rem;width:100%;max-width:1000px;margin:0 auto;padding:4rem 2.5rem 3.5rem;display:flex}.hero-left{flex:1;max-width:520px}.hero-title{font-family:var(--serif);color:var(--text);letter-spacing:-.5px;margin:.5rem 0 1.2rem;font-size:3.8rem;font-weight:700;line-height:1.12}.hero-title em{color:var(--green);font-style:italic}.hero-subtitle{color:var(--text-light);margin-bottom:2rem;font-size:1rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:.9rem;margin-bottom:2.5rem;display:flex}.btn-primary{background-color:var(--green-dark);color:var(--white);border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background-color .2s}.btn-primary:hover{background-color:var(--green)}.btn-outline{color:var(--text);border:1.5px solid var(--cream-dark);background:0 0;border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:border-color .2s,background-color .2s}.btn-outline:hover{border-color:var(--green);background-color:var(--cream-dark)}.hero-stats{gap:2.5rem;display:flex}.stat{flex-direction:column;display:flex}.stat-value{font-family:var(--serif);color:var(--text);font-size:1.6rem;font-weight:600;line-height:1.2}.stat-label{color:var(--text-light);font-size:.8rem}.hero-right{flex:none;justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}.hero-circle{background-color:var(--cream-dark);border-radius:50%;justify-content:center;align-items:center;width:280px;height:280px;display:flex;position:relative}.hero-avocado{object-fit:contain;width:180px;height:180px}.hero-badge{background-color:var(--white);color:var(--text);white-space:nowrap;border-radius:50px;padding:.5rem 1rem;font-size:.78rem;font-weight:600;position:absolute;box-shadow:0 2px 12px #00000014}.badge-top{top:30px;right:-10px}.badge-bottom{bottom:30px;left:-20px}@media (width<=900px){.hero{text-align:center;flex-direction:column;padding:3rem 1.5rem 2.5rem}.hero-title{font-size:2.8rem}.hero-actions,.hero-stats{justify-content:center}.hero-right{width:260px;height:260px}.hero-circle{width:230px;height:230px}.hero-avocado{width:140px;height:140px}}.services-section{background-color:var(--cream)}.services-list{flex-direction:column;gap:1rem;display:flex}.service-card{background-color:var(--white);border-radius:16px;align-items:flex-start;gap:1.2rem;padding:1.6rem 1.8rem;transition:transform .2s;display:flex}.service-card:hover{transform:translateY(-2px)}.service-icon{flex-shrink:0;margin-top:2px;font-size:1.6rem}.service-title{font-family:var(--sans);color:var(--text);margin-bottom:.35rem;font-size:1rem;font-weight:700}.service-desc{color:var(--text-light);font-size:.93rem;line-height:1.65}.portfolio-section{background-color:var(--cream)}.portfolio-list{flex-direction:column;gap:1rem;display:flex}.portfolio-card{background-color:var(--white);cursor:pointer;color:inherit;border-radius:16px;padding:1.8rem 2rem;transition:transform .25s,box-shadow .25s;display:block}.portfolio-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000017}.portfolio-top{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.portfolio-tag{letter-spacing:1.5px;text-transform:uppercase;color:var(--tag);background-color:var(--cream);border-radius:50px;padding:.3rem .8rem;font-size:.72rem;font-weight:700}.portfolio-arrow{color:var(--text-light);font-size:1.1rem}.portfolio-title{font-family:var(--serif);color:var(--text);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.portfolio-desc{color:var(--text-light);margin-bottom:.8rem;font-size:.93rem;line-height:1.65}.portfolio-url{color:var(--text-light);font-family:monospace;font-size:.82rem}.pricing-section{background-color:var(--cream)}.pricing-subtitle{color:var(--text-muted);margin-top:-1rem;margin-bottom:2.5rem;font-size:.95rem;line-height:1.7}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.2rem;display:grid}.pricing-card{background-color:var(--white);border:1.5px solid #0000;border-radius:20px;padding:2rem 1.8rem;transition:transform .2s;position:relative}.pricing-card:hover{transform:translateY(-3px)}.pricing-card.highlight{border-color:var(--green);background-color:var(--white);box-shadow:0 4px 20px #5c7a641f}.pricing-badge{background-color:var(--green-dark);color:var(--white);letter-spacing:.5px;white-space:nowrap;border-radius:50px;padding:.3rem .9rem;font-size:.72rem;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.pricing-tier{letter-spacing:2px;text-transform:uppercase;color:var(--tag);margin-bottom:.8rem;font-size:.75rem;font-weight:700;display:block}.pricing-price{font-family:var(--serif);color:var(--text);margin-bottom:1.4rem;font-size:2.4rem;font-weight:700;line-height:1}.pricing-features{flex-direction:column;gap:.6rem;margin-bottom:1.8rem;list-style:none;display:flex}.pricing-features li{color:var(--text-muted);align-items:flex-start;gap:.5rem;font-size:.88rem;display:flex}.check{color:var(--green);flex-shrink:0;font-weight:700}.pricing-cta{border-radius:50px;width:100%;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.cta-filled{background-color:var(--green-dark);color:var(--white)}.cta-filled:hover{background-color:var(--green)}.cta-outline{color:var(--text);border:1.5px solid var(--cream-dark);background:0 0}.cta-outline:hover{border-color:var(--green);background-color:var(--cream-dark)}@media (width<=768px){.pricing-grid{grid-template-columns:1fr}}.contact-section{background-color:var(--cream)}.contact-subtitle{color:var(--text-muted);margin-top:-1rem;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.contact-form{background-color:var(--white);border-radius:20px;flex-direction:column;gap:1.2rem;padding:2.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{letter-spacing:1px;text-transform:uppercase;color:var(--text-light);font-size:.75rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border);font-size:.93rem;font-family:var(--sans);color:var(--text);background-color:var(--white);resize:vertical;border-radius:10px;outline:none;padding:.8rem 1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--green)}.form-group input::placeholder,.form-group textarea::placeholder{color:#bbb}.form-group select{cursor:pointer;appearance:auto}.form-status{border-radius:10px;padding:.85rem 1.1rem;font-size:.9rem}.form-status.success{color:#2e7d32;background-color:#eaf4ec}.form-status.error{color:#c62828;background-color:#fdecea}.form-submit{background-color:var(--green-dark);color:var(--white);border-radius:50px;align-self:flex-start;padding:.85rem 2rem;font-size:.95rem;font-weight:700;transition:background-color .2s}.form-submit:hover:not(:disabled){background-color:var(--green)}.form-submit:disabled{opacity:.6;cursor:not-allowed}@media (width<=600px){.form-row{grid-template-columns:1fr}.contact-form{padding:1.5rem}.form-submit{text-align:center;align-self:stretch}}.footer{background-color:#1a1a1a;padding:2rem 2.5rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:860px;margin:0 auto;display:flex}.footer-logo-wrap{align-items:center;gap:.5rem;display:flex}.footer-logo{object-fit:contain;width:26px;height:26px}.footer-brand{font-family:var(--serif);color:var(--cream);font-size:1.1rem;font-weight:600}.footer-copy{color:#888;font-size:.82rem}.footer-links{gap:1.5rem;display:flex}.footer-links button{color:#999;background:0 0;font-size:.85rem;transition:color .2s}.footer-links button:hover{color:var(--cream)}@media (width<=600px){.footer-inner{text-align:center;flex-direction:column}}.scroll-top{background-color:var(--green-dark);width:44px;height:44px;color:var(--white);opacity:0;pointer-events:none;z-index:200;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:opacity .25s,transform .25s,background-color .2s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(12px);box-shadow:0 4px 16px #00000026}.scroll-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top:hover{background-color:var(--green)}
