:root{--green:#103d2f;--mint:#9ad2a0;--ink:#18251e;--muted:#58675d;--paper:#f6f8f5;--line:#d8e1d9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #72aa7b;outline-offset:3px}.site-header{height:82px;padding:8px max(5vw,20px);display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand img{display:block;width:154px;height:auto}.site-header nav{display:flex;align-items:center;gap:clamp(16px,2vw,32px);font-size:.95rem;font-weight:600}.site-header nav>a:not(.button):hover,.text-link:hover,.direct a:hover,.contact-links a:hover{text-decoration:underline;text-underline-offset:5px}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--mint);color:#102f20;border:0;border-radius:7px;padding:14px 21px;font-weight:700;cursor:pointer;min-height:48px}.button:hover{background:#b1e3b5}.button-small{background:var(--green);color:white;padding:10px 16px;min-height:40px}.button-small:hover{background:#1b5943}.hero{background:var(--green);color:#fff;min-height:590px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr);overflow:hidden}.hero-content{padding:clamp(65px,8vw,125px) 5vw 70px;max-width:850px}.eyebrow{font-size:.83rem;letter-spacing:.14em;font-weight:800;margin:0 0 18px}.hero .eyebrow{color:var(--mint)}h1,h2,h3,p{overflow-wrap:break-word}h1{font-size:clamp(3.1rem,6.2vw,6rem);line-height:1.04;letter-spacing:-.045em;margin:0 0 25px}h1 span,.about h2 span{color:var(--mint)}.hero-intro{font-size:clamp(1.1rem,1.7vw,1.35rem);max-width:590px;margin:0 0 34px;color:#e0eee3}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px}.text-link{text-decoration:underline;text-underline-offset:5px}.hero-side{background:radial-gradient(circle at 70% 25%,#2c654a,#164735 60%,#103d2f);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:34px;border-left:1px solid #37664e;color:#d8f0d9}.hero-side>span{font-weight:900;line-height:.91;font-size:clamp(3.3rem,6.1vw,7rem);letter-spacing:-.06em;transform:rotate(-5deg)}.spark{font-size:.5em;color:var(--mint);vertical-align:top}.hero-side small{letter-spacing:.15em;font-weight:700;font-size:.7rem}.section{padding:90px max(5vw,20px)}.section-head{max-width:710px;margin-bottom:34px}.section-head>p:last-child{font-size:1.15rem;color:var(--muted)}h2{font-size:clamp(2.3rem,4vw,4rem);line-height:1.12;letter-spacing:-.035em;margin:0 0 22px}h3{font-size:1.35rem;line-height:1.2;margin:20px 0 12px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.cards article{border:1px solid var(--line);border-radius:10px;padding:25px;min-height:235px;background:#fff}.cards article p{color:var(--muted);margin-bottom:0}.number{color:#44835c;font-size:.88rem;font-weight:800}.process{background:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:7vw}.steps p{display:grid;grid-template-columns:145px 1fr;gap:18px;border-top:1px solid #cbd9ce;padding:22px 0;margin:0}.steps p:last-child{border-bottom:1px solid #cbd9ce}.steps span{color:var(--muted)}.about{background:#e5f0e7;display:grid;grid-template-columns:1fr 1fr;column-gap:6vw}.about .eyebrow{grid-column:1/-1}.about h2 span{color:#438052}.about>p:last-child{font-size:1.17rem;max-width:610px;margin:4px 0}.inquiry{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:8vw}.inquiry>div>p:not(.eyebrow){font-size:1.13rem;max-width:490px;color:var(--muted)}.direct{display:grid;gap:12px;margin-top:38px;font-weight:700}.direct a{width:max-content}.inquiry form{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:clamp(23px,3vw,42px);display:grid;gap:17px}.inquiry label{display:grid;gap:6px;font-weight:700;font-size:.95rem}.inquiry input,.inquiry select,.inquiry textarea{width:100%;border:1px solid #bbcabe;border-radius:6px;background:white;padding:12px;color:var(--ink);font-weight:400}.inquiry textarea{resize:vertical}.inquiry .button{justify-self:start}.form-note{font-size:.85rem;color:var(--muted);margin:0}.contact{background:var(--green);color:white;padding:70px max(5vw,20px);display:flex;justify-content:space-between;gap:40px}.contact .eyebrow{color:var(--mint)}.contact p{margin:0}.contact-links{display:grid;align-content:center;gap:15px;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700}footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px max(5vw,20px);font-size:.85rem;color:var(--muted)}footer img{width:125px;height:auto}@media(max-width:950px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-side>span{font-size:clamp(3rem,6vw,5rem)}.site-header nav{gap:12px;font-size:.85rem}}@media(max-width:720px){.site-header{height:72px}.brand img{width:125px}.menu-toggle{display:block;border:0;background:none;color:var(--green);font-size:1.8rem;line-height:1;cursor:pointer;padding:8px}.site-header nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:22px;box-shadow:0 14px 22px #152d1a20;flex-direction:column;align-items:stretch;font-size:1rem}.site-header nav.open{display:flex}.hero{display:block;min-height:0}.hero-content{padding:75px 22px 82px}.hero-side{display:none}.section{padding:66px 22px}.process,.about,.inquiry{display:block}.process h2,.about h2{margin-bottom:30px}.about>p:last-child{margin:0}.inquiry form{margin-top:35px}.contact{padding:60px 22px;display:block}.contact-links{margin-top:28px}footer{padding:18px 22px}.steps p{grid-template-columns:1fr;gap:5px}}@media(max-width:480px){.cards{grid-template-columns:1fr}.cards article{min-height:0}.hero-actions{align-items:flex-start;flex-direction:column}.steps p{padding:18px 0}.contact-links a{overflow-wrap:anywhere}footer img{width:100px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* Prototype visual direction */
:root{--green:#103d2f;--mint:#8ac98a;--paper:#f3f5f3}
.site-header{height:78px;padding:7px 6%}.brand img{width:auto;height:62px}.site-header nav{gap:22px}.button,.button-small{background:var(--green);color:#fff;border-radius:9px;padding:13px 19px;min-height:0}.button:hover,.button-small:hover{background:#1f6148}.hero{display:block;min-height:580px;background:linear-gradient(90deg,#14251ee8,#14251e88,#14251e22),url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1800&q=80') center/cover}.hero-content{max-width:880px;padding:100px 6%}.hero h1{font-size:clamp(44px,6vw,72px);line-height:1;margin:20px 0;letter-spacing:-.035em}.hero h1 span{color:#8ac98a}.hero-intro{font-size:20px;margin-bottom:25px}.trust{font-size:14px;margin-top:32px}.trust i{font-style:normal;margin:0 7px}.section{padding:70px 6%}.section-head{margin-bottom:24px}.section h2{font-size:clamp(31px,3vw,38px);letter-spacing:-.02em;margin:8px 0 28px}.eyebrow{font-size:12px;letter-spacing:.16em;color:var(--green);margin:0}.hero .eyebrow{color:white}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cards article{border-radius:14px;padding:26px;min-height:0}.cards h3{margin:0 0 12px}.about,.reviews{background:var(--paper);display:block}.about>p:last-child{max-width:850px;font-size:16px;margin:0}.projects-section .section-intro{max-width:690px;color:var(--muted);margin-top:-10px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}.project-grid img{display:block;width:100%;height:220px;object-fit:cover;border-radius:12px}.project-grid h3{font-size:18px;margin:10px 0}.reviews p:last-child{max-width:680px}.inquiry{display:grid;grid-template-columns:1fr 1.1fr;gap:5vw}.contact{padding:70px 6%}footer{padding:25px 6%}@media(max-width:760px){.site-header{height:78px}.brand img{height:56px;width:auto}.site-header nav{top:78px}.hero{min-height:610px}.hero-content{padding:75px 22px}.hero h1{font-size:44px}.section{padding:55px 22px}.cards{grid-template-columns:1fr}.inquiry{display:block}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-grid img{height:150px}.contact{padding:55px 22px}footer{padding:25px 22px}}@media(max-width:480px){.project-grid{grid-template-columns:1fr}.project-grid img{height:200px}}
.review-note{color:var(--muted);margin:-8px 0 24px;max-width:720px}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px}.review-grid p{margin:12px 0 18px}.review-grid b,.review-grid small{display:block}.review-grid small{color:var(--muted)}.stars{color:#e4a624;letter-spacing:.1em}@media(max-width:760px){.review-grid{grid-template-columns:1fr}}
.inquiry .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.inquiry .form-wide{grid-column:1/-1}@media(max-width:760px){.inquiry .form-grid{grid-template-columns:1fr}.inquiry .form-wide{grid-column:auto}}
.honeypot{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}.thanks{min-height:65vh;background:var(--paper);padding:clamp(80px,12vw,150px) 6%}.thanks h1{font-size:clamp(2.7rem,5vw,5rem);color:var(--green);max-width:800px}.thanks p:not(.eyebrow){font-size:1.2rem;max-width:600px;margin:0 0 30px}

.review-grid .review-title{font-size:1rem;line-height:1.4;margin:14px 0 10px}.review-grid .stars-empty{color:#a9b1aa}.review-grid .review-source{display:inline-block;font-size:.875rem;margin:0 0 18px}.review-grid small{font-size:.875rem}.review-grid .review-rating-only{color:var(--muted)}

.about-copy{max-width:850px}.about-copy p{margin:0 0 20px}.about-copy .company-registration{font-weight:700}.about-copy p:last-child{margin-bottom:0}

.section-disclosure{margin-top:24px}.section-disclosure>summary{list-style:none;width:fit-content;cursor:pointer}.section-disclosure>summary::-webkit-details-marker{display:none}.section-disclosure .disclosure-open{display:none}.section-disclosure[open]>summary .disclosure-closed{display:none}.section-disclosure[open]>summary .disclosure-open{display:inline}.disclosure-content{margin-top:24px}
