:root {
    --ink: #141414;
    --coal: #1f2427;
    --coal-2: #2c3236;
    --yellow: #f0b323;
    --orange: #d97818;
    --sand: #ead8b7;
    --earth: #6f4f32;
    --paper: #f7f5ef;
    --white: #ffffff;
    --muted: #697078;
    --border: rgba(31, 36, 39, .14);
    --shadow: 0 18px 50px rgba(20, 20, 20, .18);
    --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.narrow { width: min(100% - 32px, 840px); }
.sr-only, .skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.skip-link:focus {
    position: fixed;
    z-index: 99;
    top: 12px;
    left: 12px;
    background: var(--yellow);
    color: var(--ink);
    padding: 10px 14px;
    border-radius: 6px;
}

h1, h2, h3 {
    font-family: 'Arial Black', Arial, Helvetica, sans-serif;
    line-height: 1.08;
    letter-spacing: .015em;
    margin: 0 0 18px;
    font-weight: 900;
    text-rendering: geometricPrecision;
}
h1 { font-size: clamp(2.45rem, 7vw, 5.35rem); max-width: 820px; }
h2 { font-size: clamp(1.95rem, 4.6vw, 3.55rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 18px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(20, 20, 20, .78);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.12);
    transition: background .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { background: rgba(20, 20, 20, .96); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 104px; height: 72px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.28)); }
.site-nav { display: flex; align-items: center; gap: 22px; color: var(--white); font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus { color: var(--yellow); }
.nav-cta {
    background: var(--yellow);
    color: var(--ink) !important;
    padding: 12px 18px;
    border-radius: 6px;
}
.menu-toggle { display: none; }

.hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 70% 20%, rgba(240,179,35,.25), transparent 34%), linear-gradient(135deg, #101010, #2c3236);
    color: var(--white);
}
.hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -80px 35%;
    height: 200px;
    background: var(--yellow);
    transform: skewY(-6deg);
    opacity: .95;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.hero-grid {
    position: relative;
    z-index: 1;
    min-height: 760px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 32px;
    padding: 78px 0 110px;
}
.eyebrow {
    color: var(--yellow);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
}
.hero-text { max-width: 640px; font-size: 1.25rem; color: rgba(255,255,255,.82); }
.hero-actions, .contact-direct { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 14px 22px;
    border: 0;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}
.btn-primary { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 24px rgba(240,179,35,.28); }
.btn-secondary { border: 1px solid rgba(255,255,255,.36); color: var(--white); background: rgba(255,255,255,.06); }
.hero-phone { margin-top: 18px; color: rgba(255,255,255,.78); }
.hero-phone a { color: var(--yellow); font-weight: 800; }
.hero-media { position: relative; min-height: 560px; }
.machine { position: absolute; inset: 13% -10% auto auto; width: min(720px, 104%); filter: drop-shadow(0 24px 45px rgba(0,0,0,.45)); }
.hero-logo {
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 280px;
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(0,0,0,.42);
    background: var(--white);
    padding: 8px;
}

.trust-strip { background: var(--yellow); color: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 20px 22px; border-right: 1px solid rgba(20,20,20,.18); }
.trust-grid strong { display: block; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 1.45rem; line-height: 1; }
.trust-grid span { font-size: .9rem; }

.section { padding: 92px 0; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head p:last-child { color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; gap: 18px; }
.services-grid { grid-template-columns: repeat(4, 1fr); }
.service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 26px;
    box-shadow: 0 8px 24px rgba(20,20,20,.06);
}
.service-card.wide { grid-column: span 2; background: var(--coal); color: var(--white); }
.service-card .icon {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    background: var(--yellow);
    color: var(--ink);
    font-weight: 900;
    border-radius: 6px;
}
.service-card ul, .check-list { margin: 18px 0 0; padding-left: 18px; }
.service-card li, .check-list li { margin-bottom: 7px; }
.service-card a { color: var(--yellow); font-weight: 800; }

.about { background: var(--coal); color: var(--white); }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center; }
.about p { color: rgba(255,255,255,.78); }
.about-panel {
    background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    padding: 32px;
}

.projects { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    border-radius: 8px;
    color: var(--white);
    background: var(--coal);
}
.gallery-item img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; transition: transform .24s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 14px 14px;
    background: linear-gradient(transparent, rgba(0,0,0,.82));
    font-weight: 800;
}

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.process-grid div { background: var(--white); padding: 24px; border-radius: 8px; border: 1px solid var(--border); }
.process-grid strong { color: var(--yellow); font-size: 2rem; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }

.contact { background: linear-gradient(135deg, var(--coal), #111); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: start; }
.contact-direct a {
    display: inline-flex;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
}
.contact-form {
    background: var(--white);
    color: var(--ink);
    border-radius: 8px;
    padding: 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.contact-form label { display: grid; gap: 7px; font-weight: 800; }
.contact-form label:nth-of-type(6), .contact-form label:nth-of-type(7), .contact-form .checkbox, .contact-form button, .form-message { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px 13px;
    font: inherit;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, a:focus, button:focus {
    outline: 3px solid rgba(240,179,35,.45);
    outline-offset: 2px;
}
.checkbox { display: flex !important; grid-template-columns: auto 1fr; align-items: start; font-weight: 400 !important; }
.checkbox input { width: auto; margin-top: 5px; }
.hp-field { display: none; }
.form-message { padding: 12px 14px; border-radius: 6px; font-weight: 800; }
.form-message.success { background: #e8f7ec; color: #14592a; }
.form-message.error { background: #fde8e4; color: #8c1d18; }

.site-footer { background: #0f1112; color: rgba(255,255,255,.78); padding: 54px 0 90px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
.footer-logo { width: 96px; margin-bottom: 14px; }
.site-footer h2 { color: var(--white); font-size: 1.3rem; }
.site-footer a { color: var(--white); }
.footer-bottom { width: min(100% - 32px, var(--max)); margin: 34px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .9rem; }
.mobile-cta { display: none; }

.cookie-banner {
    position: fixed;
    z-index: 80;
    right: 18px;
    bottom: 18px;
    width: min(520px, calc(100% - 36px));
    display: grid;
    gap: 16px;
    padding: 22px;
    color: var(--white);
    background: rgba(20, 20, 20, .97);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0,0,0,.36);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
    line-height: 1.3;
    margin: 0 0 8px;
}
.cookie-banner p { margin: 0; color: rgba(255,255,255,.78); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions .btn-secondary { border-color: rgba(255,255,255,.28); }

.legal-hero { padding: 135px 0 58px; background: var(--coal); color: var(--white); }
.legal-hero h1 { font-size: clamp(2.5rem, 7vw, 5rem); }
.legal-content { background: var(--white); }
.legal-content h2 { font-size: 1.9rem; margin-top: 28px; }
.legal-content h3 { font-family: Arial, Helvetica, sans-serif; font-size: 1.05rem; line-height: 1.3; }

@media (max-width: 1000px) {
    .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
    .hero-grid { min-height: auto; }
    .hero-media { min-height: 420px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    body { padding-bottom: 64px; }
    .header-inner { min-height: 68px; }
    .brand img { width: 82px; height: 58px; }
    .menu-toggle {
        display: inline-grid;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 10px;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 6px;
        background: transparent;
    }
    .menu-toggle span:not(.sr-only) { height: 2px; background: var(--white); }
    .site-nav {
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 16px 18px;
        background: rgba(20,20,20,.98);
    }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 12px 0; }
    .nav-cta { text-align: center; margin-top: 8px; }
    .hero-grid { padding: 54px 0 86px; }
    .hero-media { min-height: 270px; }
    .machine { inset: 0 -18% auto auto; width: 112%; }
    .hero-logo { width: 178px; bottom: 10px; padding: 6px; }
    .section { padding: 64px 0; }
    .services-grid, .gallery-grid, .process-grid, .trust-grid, .footer-grid { grid-template-columns: 1fr; }
    .service-card.wide { grid-column: auto; }
    .contact-form { grid-template-columns: 1fr; padding: 22px; }
    .gallery-item, .gallery-item img { min-height: 250px; }
    .mobile-cta {
        position: fixed;
        z-index: 60;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: var(--coal);
    }
    .mobile-cta a {
        padding: 14px 10px;
        text-align: center;
        color: var(--ink);
        background: var(--yellow);
        text-decoration: none;
        font-weight: 900;
    }
    .mobile-cta a + a { background: var(--white); }
    .cookie-banner {
        right: 10px;
        bottom: 74px;
        width: calc(100% - 20px);
    }
    .cookie-actions .btn { flex: 1; }
}
