:root{--bg:#080809;--panel:#151518;--line:#38302c;--orange:#f46b16;--text:#f7f4ef;--muted:#c8c2ba;--wrap:min(1180px,calc(100% - 36px))}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 Arial,Helvetica,sans-serif}img{display:block;max-width:100%}a{color:inherit}button{font:inherit}.skip{position:absolute;left:-9999px;top:0;z-index:99;background:#fff;color:#111;padding:12px}.skip:focus{left:12px}.site-header{position:sticky;top:0;z-index:30;background:rgba(8,8,9,.95);border-bottom:1px solid #4d2c19;backdrop-filter:blur(12px)}.nav{width:var(--wrap);min-height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;letter-spacing:.08em;white-space:nowrap}.brand img{width:40px;height:40px;object-fit:contain}.brand b{color:var(--orange)}.nav-links{display:flex;align-items:center;gap:20px}.nav-links a{text-decoration:none;font-weight:700;font-size:14px}.nav-links a:hover,.nav-links a:focus-visible{color:#ff9b5e}.language-switch{display:inline-grid;place-items:center;min-width:44px;min-height:44px;border:1px solid #a75b2b;border-radius:4px;font-size:13px;font-weight:900;text-decoration:none}.language-switch:hover,.language-switch:focus-visible{background:var(--orange);color:#080809}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border:1px solid var(--orange);border-radius:4px;background:var(--orange);color:#111;font-weight:900;text-decoration:none;text-align:center}.btn:hover,.btn:focus-visible{background:#ff8a36;transform:translateY(-2px)}.btn-outline{background:rgba(0,0,0,.45);color:#fff}.btn-outline:hover{color:#111}.hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:560px;overflow:hidden;background:#111}.hero::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.72) 45%,rgba(0,0,0,.16) 100%)}.hero-media{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{width:var(--wrap);margin:auto;padding:86px 0}.eyebrow{margin:0 0 12px;color:#ff9b5e;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.hero h1{max-width:760px;margin:0 0 20px;font-size:clamp(42px,6vw,78px);line-height:1.04;letter-spacing:-.045em}.hero p:not(.eyebrow){max-width:680px;margin:0;color:#f0eae4;font-size:clamp(17px,1.8vw,21px)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.section{width:var(--wrap);margin:auto;padding:76px 0}.section h2{margin:0 0 13px;font-size:clamp(30px,4vw,50px);line-height:1.12}.lead{max-width:790px;margin:0 0 30px;color:var(--muted);font-size:17px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:var(--panel);text-decoration:none}.card:hover,.card:focus-visible{border-color:var(--orange);outline-offset:3px}.card img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#090909}.card-body{display:flex;flex:1;flex-direction:column;padding:18px}.card h3{margin:0 0 10px;font-size:20px;line-height:1.35}.card p{margin:0;color:var(--muted)}.card span:last-child{margin-top:auto;padding-top:16px;color:#ff9b5e;font-weight:800}.feature-grid,.steps,.compare,.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.feature,.step,.contact-card,.compare article{padding:26px;border:1px solid var(--line);border-radius:9px;background:var(--panel)}.feature h3,.step h3,.contact-card h3,.compare h3{margin:0 0 9px;font-size:21px}.feature p,.step p,.contact-card p,.compare p{margin:0;color:var(--muted)}.feature img{width:100%;max-height:310px;object-fit:contain;margin-bottom:18px}.tint{background:linear-gradient(120deg,#251309,#100e0e);border-block:1px solid #59351d}.tint .section{padding-block:78px}.faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.faq details{padding:20px;border:1px solid var(--line);background:var(--panel);border-radius:8px}.faq summary{cursor:pointer;font-weight:800}.faq p{margin:12px 0 0;color:var(--muted)}.site-footer{padding:36px 18px 72px;border-top:1px solid var(--line);color:#aaa;text-align:center}.site-footer a{color:#ff9b5e}.note{font-size:13px;color:#aaa}.image-wide{width:100%;max-height:440px;object-fit:contain;border:1px solid var(--line);background:#111}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-grid .card h3{font-size:17px}.brief{padding:24px;background:#0c0c0d;border:1px solid #85502b;border-radius:8px}.brief pre{margin:0;white-space:pre-wrap;font:15px/1.7 Arial,Helvetica,sans-serif}.brief .actions{margin-top:18px}.mini-list{padding-left:22px;color:var(--muted)}.mini-list li{margin:6px 0}.flag{display:inline-block;margin-top:8px;color:#ffad73;font-size:13px;font-weight:700}
@media(max-width:860px){.nav-links{gap:12px}.nav-links a:not(.language-switch){display:none}.card-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:540px}.hero::after{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.45))}}
@media(max-width:600px){:root{--wrap:calc(100% - 28px)}.nav{min-height:64px}.brand{font-size:13px}.brand img{width:33px;height:33px}.hero{min-height:560px}.hero-content{padding:75px 0}.hero h1{font-size:clamp(38px,11vw,55px)}.actions .btn{width:100%}.section{padding:58px 0}.card-grid,.feature-grid,.steps,.compare,.contact-grid,.faq,.product-grid{grid-template-columns:1fr}.card img{max-height:260px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none!important}}

/* Keep both specialist-service image frames aligned at every viewport width. */
.feature img{aspect-ratio:16/9;max-height:none;object-fit:cover;object-position:center}
