:root{--green:#075f48;--green-2:#043b2d;--green-3:#0d7a5b;--ink:#111715;--muted:#64736c;--bg:#f8f6f1;--card:#fffdf8;--line:#e8e3da;--shadow:0 28px 90px rgba(16,28,23,.10);--r:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.45}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 42px));margin-inline:auto}.nav{position:sticky;top:0;z-index:50;background:rgba(248,246,241,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,227,218,.72)}.nav-inner{height:104px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;gap:16px;min-width:230px}.brand img{width:94px;height:94px;object-fit:contain}.brand-text{display:flex;flex-direction:column;line-height:.92}.brand-text strong{font-size:24px;letter-spacing:.085em;color:var(--green-2);font-weight:850}.brand-text span{margin-top:8px;font-size:11px;text-transform:uppercase;letter-spacing:.28em;font-weight:850;color:rgba(4,59,45,.66)}.links{display:flex;align-items:center;gap:28px;font-size:15px;color:#333d39;font-weight:650}.links a{transition:.2s}.links a:hover{color:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--green);background:var(--green);color:#fff;border-radius:999px;padding:14px 20px;font-weight:800;box-shadow:0 14px 35px rgba(7,95,72,.18);transition:.22s}.btn:hover{transform:translateY(-2px);background:var(--green-2)}.btn.ghost{background:transparent;color:var(--green);box-shadow:none}.btn.ghost:hover{background:#eef7f2}.hero{padding:52px 0 34px}.hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:56px;align-items:center}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.16em;color:var(--green);font-weight:900}.hero h1{margin:18px 0 22px;font-size:clamp(48px,6.4vw,82px);line-height:1.04;letter-spacing:-.04em}.green{color:var(--green)}.lead{font-size:clamp(18px,2vw,22px);color:#33423c;max-width:620px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-photo{position:relative;min-height:560px;border-radius:36px;overflow:hidden;background:#e5e0d6;box-shadow:var(--shadow)}.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.18));pointer-events:none}.hero-badge{position:absolute;left:22px;bottom:22px;z-index:1;background:rgba(255,253,248,.9);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(14px);border-radius:20px;padding:14px 17px;font-weight:850;color:var(--green-2)}.section{padding:58px 0}.section.compact{padding-top:24px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px}.section h2,.page-hero h1{margin:10px 0 0;font-size:clamp(34px,5vw,58px);letter-spacing:-.06em;line-height:1}.sub{max-width:650px;color:var(--muted);margin:10px 0 0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{min-height:205px;background:var(--card);border:1px solid var(--line);border-radius:24px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s ease}.service-card:hover{transform:translateY(-5px);border-color:rgba(7,95,72,.32);box-shadow:0 24px 70px rgba(22,35,29,.09)}.service-card svg{width:48px;height:48px;stroke:var(--green);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-size:22px;line-height:1.12;letter-spacing:-.03em;margin:22px 0 0}.service-card .arrow{align-self:flex-end;color:var(--green);font-size:26px;font-weight:500}.tiktok-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.tiktok-wrap{background:white;border:1px solid var(--line);border-radius:26px;padding:14px;overflow:hidden;box-shadow:0 18px 60px rgba(16,28,23,.05)}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.project{position:relative;border:0;padding:0;background:#ddd;border-radius:24px;overflow:hidden;aspect-ratio:1;cursor:pointer}.project img{width:100%;height:100%;object-fit:cover;transition:.35s}.project:hover img{transform:scale(1.045)}.project span{position:absolute;left:14px;bottom:14px;background:rgba(255,253,248,.92);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(12px);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:850;color:var(--green-2)}.ba-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.before-after{position:relative;border:0;padding:0;aspect-ratio:16/10;background:#ddd;border-radius:28px;overflow:hidden;cursor:pointer}.before-after img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s,transform .35s}.before-after .after{opacity:0}.before-after:hover .after{opacity:1}.before-after:hover img{transform:scale(1.025)}.before-after .label{position:absolute;left:16px;bottom:16px;background:rgba(255,253,248,.92);backdrop-filter:blur(12px);border-radius:999px;padding:9px 13px;font-weight:850;color:var(--green-2)}.cta{background:var(--green-2);color:white;border-radius:34px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:28px}.cta .eyebrow{color:#9de0c8}.cta h2{color:white}.cta p{color:rgba(255,255,255,.76);max-width:660px}.footer{margin-top:58px;background:#042d22;color:#dbe8e2;padding:50px 0}.footer-grid{display:grid;grid-template-columns:1.35fr .85fr .8fr;gap:34px}.footer-brand{display:grid;grid-template-columns:132px 1fr;gap:18px;align-items:center}.footer-brand img{width:132px;filter:brightness(0) invert(1);opacity:1}.footer-brand strong{display:block;color:#fff;font-size:27px;letter-spacing:.08em;line-height:1}.footer-brand span{display:block;text-transform:uppercase;letter-spacing:.26em;font-size:12px;color:rgba(255,255,255,.72);font-weight:900;margin-top:8px}.footer-brand p{grid-column:1/-1;margin:6px 0 0;color:rgba(255,255,255,.73);max-width:520px}.footer b{display:block;color:#fff;margin-bottom:10px}.footer a{color:#fff}.page-hero{padding:62px 0 28px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.text-card,.contact-box{background:var(--card);border:1px solid var(--line);border-radius:28px;padding:30px}.text-card h3{font-size:28px;margin:0 0 10px;letter-spacing:-.04em}.text-card p,.text-card li{color:var(--muted)}.contact-row{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.contact-row:last-child{border-bottom:0}.form{display:grid;gap:12px}.form input,.form textarea{width:100%;border:1px solid var(--line);background:white;border-radius:16px;padding:14px 16px;font:inherit}.form textarea{min-height:120px;resize:vertical}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(3,12,9,.92);display:none;align-items:center;justify-content:center;padding:34px}.lightbox.open{display:flex}.lightbox img{max-width:88vw;max-height:84vh;border-radius:22px}.lb-btn{position:absolute;border:0;background:white;color:#111;border-radius:999px;width:46px;height:46px;font-size:24px;cursor:pointer}.lb-close{right:26px;top:24px}.lb-prev{left:26px}.lb-next{right:26px}.mobile-toggle{display:none;border:0;background:transparent;font-size:30px;color:var(--green)}@media(max-width:980px){.links{display:none}.mobile-toggle{display:block}.hero-grid,.content-grid,.footer-grid,.ba-grid{grid-template-columns:1fr}.hero-photo{min-height:520px}.cards{grid-template-columns:repeat(2,1fr)}.tiktok-grid,.project-grid{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.cta{display:block}.nav-inner{height:92px}}@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.brand img{width:74px;height:74px}.brand-text strong{font-size:18px}.brand-text span{font-size:9px}.hero{padding:34px 0 18px}.hero-grid{gap:28px}.hero h1{font-size:48px;line-height:1.05;letter-spacing:-.04em}.hero-photo{min-height:440px;border-radius:28px}.cards,.tiktok-grid,.project-grid{grid-template-columns:1fr}.service-card{min-height:180px}.section{padding:44px 0}.footer-brand{grid-template-columns:104px 1fr}.footer-brand img{width:104px}.footer-brand strong{font-size:22px}.footer{padding:38px 0}}

.lang-switch{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:6px 8px;background:rgba(255,253,248,.62);font-size:13px;font-weight:900;letter-spacing:.04em}
.lang-switch a{padding:5px 8px;border-radius:999px;color:var(--green-2)}
.lang-switch a.active{background:var(--green);color:#fff}
.lang-switch span{color:#a5b0aa;font-weight:700}
@media(max-width:980px){.lang-switch{display:none}}

::selection{background:rgba(7,95,72,.88);color:#fff}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#f8f6f1}
::-webkit-scrollbar-thumb{background:#0d7a5b;border-radius:999px;border:2px solid #f8f6f1}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
