:root{--ink:#0E2A2B;--primary:#1F6F78;--secondary:#2F5D50;--bg:#F4F6F5;--surface:#FFFFFF;--line:#D8E0DE;--text:#1A2423;--muted:#5C6B69;--accent:#C4A574;--max:1280px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"IBM Plex Sans",sans-serif;font-size:16px;line-height:1.5}
a{color:inherit;text-decoration:none}
.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;border-bottom:1px solid var(--line);position:relative;z-index:10;background:rgba(244,246,245,.95);backdrop-filter:blur(14px)}
.wordmark{display:inline-flex;flex-direction:column;font-size:16px;font-weight:600;line-height:.82;letter-spacing:-.04em}
.wordmark span:last-child{color:var(--primary)}
nav{display:flex;gap:32px;font-size:14px;color:var(--muted)}
nav a:hover{color:var(--text)}
.lang{border:1px solid var(--line);border-radius:100px;background:transparent;color:var(--text);height:42px;width:54px;font:500 13px inherit;cursor:pointer}
.section-pad{padding:130px max(4vw,calc((100vw - var(--max))/2))}
.hero{min-height:calc(100vh - 92px);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:.18em;color:var(--primary);margin:0 0 28px}
.hero h1{font-size:clamp(42px,6vw,92px);font-weight:500;letter-spacing:-.065em;line-height:1.02;max-width:1100px;margin:0;position:relative;z-index:1}
.lead{font-size:clamp(18px,2vw,25px);line-height:1.45;color:var(--muted);max-width:790px;margin:44px 0 38px;position:relative;z-index:1}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;background:var(--primary);color:var(--surface);padding:17px 20px;border:0;border-radius:2px;font:600 14px inherit;width:max-content;cursor:pointer}
.principle{position:absolute;right:4vw;bottom:50px;width:270px;color:var(--muted);font-size:13px;border-left:1px solid var(--primary);padding-left:18px}
.orb{display:none;position:absolute;border-radius:50%;filter:blur(1px);opacity:.16}
.orb-one{width:520px;height:520px;background:radial-gradient(circle at 35% 35%,var(--primary),transparent 65%);right:-120px;top:10%}
.orb-two{width:320px;height:320px;background:radial-gradient(circle,var(--secondary),transparent 65%);right:25%;bottom:-120px}
.approach{background:var(--surface);color:var(--text)}
.approach .eyebrow,.portfolio .eyebrow,.contact .eyebrow{color:var(--secondary)}
.section-intro{display:grid;grid-template-columns:1fr 2fr;gap:20px}
.section-intro .eyebrow{grid-row:1/3}
.section-intro h2,.portfolio h2{font-size:clamp(38px,5vw,72px);font-weight:500;line-height:1;letter-spacing:-.05em;margin:0;max-width:850px}
.section-intro>p:last-child{color:var(--muted);max-width:650px;font-size:18px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:100px;border-top:1px solid var(--line)}
.steps article{padding:30px 35px 0 0;border-right:1px solid var(--line);min-height:280px}
.steps article+article{padding-left:35px}
.steps span,.product-tag{font-size:12px;letter-spacing:.12em;color:var(--secondary)}
.steps h3{font-size:27px;line-height:1.15;font-weight:500;margin:55px 0 20px}
.steps p{color:var(--muted)}
.portfolio{border-bottom:1px solid var(--line)}
.portfolio h2{max-width:760px}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);margin-top:72px}
.product{background:var(--surface);min-height:460px;padding:48px;display:flex;flex-direction:column;transition:background .25s}
.product:hover{background:var(--bg)}
.product strong{font-size:clamp(42px,5vw,70px);font-weight:500;letter-spacing:-.055em;margin:80px 0 22px}
.product p{color:var(--muted);font-size:18px;max-width:540px}
.visit{margin-top:auto;color:var(--primary);font-size:14px}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:9vw}
.contact .section-intro{display:block}
.contact .section-intro h2{font-size:clamp(38px,4.5vw,65px)}
.contact .section-intro>p:last-child{margin-top:30px}
form{display:grid;grid-template-columns:1fr 1fr;gap:25px}
label{font-size:12px;color:var(--muted)}
input,textarea{display:block;width:100%;margin-top:8px;background:transparent;border:0;border-bottom:1px solid var(--line);color:var(--text);padding:10px 0;font:16px inherit;outline:none;border-radius:0}
textarea{resize:vertical}
input:focus,textarea:focus{border-color:var(--primary)}
.wide{grid-column:1/-1}
.consent{display:flex;align-items:flex-start;gap:10px}
.consent input{width:16px;margin:3px 0 0}
.honeypot{position:absolute;left:-9999px}
.form-status{min-height:24px;margin:0}
.success{color:var(--primary)}
.error{color:#9B3434}
footer{padding:50px 4vw;border-top:1px solid var(--line);display:flex;align-items:flex-end;justify-content:space-between;color:var(--muted);font-size:13px}
footer .wordmark{color:var(--text)}
@media(max-width:800px){.site-header{height:76px}
nav{display:none}
.section-pad{padding:90px 24px}
.hero{min-height:calc(100svh - 76px)}
.hero h1{font-size:clamp(38px,11vw,54px)}
.lead{margin-top:32px}
.principle{position:static;margin-top:70px;width:auto}
.section-intro,.contact{display:block}
.steps,.product-grid{grid-template-columns:1fr}
.steps article,.steps article+article{border-right:0;border-bottom:1px solid var(--line);padding:28px 0;min-height:0}
.steps h3{margin:35px 0 14px}
.product{min-height:390px;padding:32px}
.product strong{margin-top:70px}
.contact form{margin-top:70px;grid-template-columns:1fr}
footer{align-items:flex-start;flex-direction:column;gap:25px}
}


.wordmark img{display:block;width:220px;height:23px;object-fit:contain}
.product-logo{display:flex;align-items:center;height:72px;margin:80px 0 22px}
.firmam-logo{gap:14px}
.firmam-symbol{width:55px;height:55px;object-fit:contain}
.firmam-wordmark{width:250px;height:35px;object-fit:contain}
.tarla-logo img{width:240px;height:72px;object-fit:contain}
.portfolio .eyebrow,.contact .eyebrow{color:var(--muted)}
.contact .section-intro>p:last-child{color:var(--muted)}
a:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:5px}
.button:disabled{opacity:.6;cursor:wait}
@media(max-width:800px){.wordmark img{width:185px;height:20px}
.product-logo{margin-top:70px}
.firmam-symbol{width:40px;height:40px}
.firmam-wordmark{width:190px;height:27px}
.firmam-logo{gap:10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important}
}


.site-header .wordmark img{width:132px;height:13.8px}
@media(max-width:800px){.site-header .wordmark img{width:111px;height:12px}
}


h1,h2,h3{color:var(--ink)}
.button:hover{background:var(--ink)}
.button{transition:background .2s;max-width:100%}
.visit{display:inline-flex;align-items:center;gap:8px;font-weight:500}
.icon{width:20px;height:20px;flex:none;vertical-align:middle}
.consent input{accent-color:var(--primary)}
.success{color:var(--secondary)}
.product-logo{max-width:100%;gap:12px}
.firmam-wordmark{min-width:0;max-width:calc(100% - 67px)}
.tarla-logo img{max-width:100%;height:auto}
.product-grid>*{min-width:0}
footer{gap:24px;flex-wrap:wrap}
footer .wordmark img{width:132px;height:auto}
.lang{display:inline-flex;align-items:center;justify-content:center}

.wordmark .brand-name{color:var(--ink);font-size:25px;line-height:1.2;letter-spacing:-.045em;font-weight:600}
@media(max-width:800px){.wordmark .brand-name{font-size:23px}}
