:root {
    --ink: #141414;
    --ink-2: #202020;
    --ink-3: #2b2b2b;
    --paper: #f4f2ee;
    --paper-2: #ece9e3;
    --white: #ffffff;
    --orange: #f58200;
    --orange-bright: #ff981f;
    --orange-pale: #fff0df;
    --line-dark: rgba(20, 20, 20, .12);
    --line-light: rgba(255, 255, 255, .16);
    --muted-dark: #595a59;
    --muted-light: #c7c7c7;
    --font-display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    --font-body: "Manrope", Arial, Helvetica, sans-serif;
    --container: 1240px;
    --shadow: 0 20px 60px rgba(15, 15, 15, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
::selection { color: #fff; background: var(--orange); }

.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: #141414;
    transition: opacity .5s ease, visibility .5s ease;
}
.site-preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { width: min(280px, 66vw); text-align: center; }
.preloader-inner img { width: 100%; opacity: 0; transform: translateY(8px) scale(.98); animation: logoReveal 1.2s .05s cubic-bezier(.2,.9,.24,1) forwards; }
.preloader-rule { display: block; width: 100%; height: 2px; margin-top: 18px; border-radius: 2px; background: rgba(255,255,255,.14); overflow: hidden; }
.preloader-rule i { display: block; width: 40%; height: 100%; background: var(--orange); transform: translateX(-100%); animation: preloaderRun 1.25s .3s infinite cubic-bezier(.3,.65,.5,1); }
@keyframes logoReveal { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes preloaderRun { to { transform: translateX(250%); } }

.site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.site-header.is-scrolled { position: fixed; background: rgba(19,19,19,.94); box-shadow: 0 10px 30px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.header-inner { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 164px; height: auto; filter: drop-shadow(0 5px 18px rgba(0,0,0,.24)); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.86); text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--orange-bright); }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 4px; text-decoration: none; color: #fff; background: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .04em; transition: transform .2s ease, background .2s ease; }
.nav-cta svg { width: 18px; height: 18px; }
.nav-cta:hover { transform: translateY(-2px); background: var(--orange-bright); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.22); background: transparent; }
.menu-toggle svg { width: 24px; height: 24px; margin: auto; }

.hero-section { position: relative; overflow: hidden; min-height: 760px; padding: 182px 0 92px; color: #fff; background: linear-gradient(116deg, #151515 0%, #1d1d1c 55%, #252421 100%); }
.hero-visual, .contact-backdrop { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.36) 58%, transparent 100%); }
.hero-grid::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 22% 46%, transparent 0 25%, rgba(0,0,0,.5) 78%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); }
.hero-glow-a { width: 680px; height: 680px; top: -410px; left: 31%; background: radial-gradient(circle, rgba(245,130,0,.38) 0, rgba(245,130,0,.03) 58%, transparent 70%); }
.hero-glow-b { width: 430px; height: 430px; bottom: -260px; right: -50px; border: 1px solid rgba(245,130,0,.36); box-shadow: 0 0 0 42px rgba(245,130,0,.04), 0 0 0 86px rgba(245,130,0,.025); }
.machine-outline { position: absolute; border: 1px solid rgba(245,130,0,.24); transform: rotate(-14deg); }
.machine-outline-a { width: 560px; height: 210px; right: -120px; top: 155px; border-radius: 120px 0 120px 0; }
.machine-outline-b { width: 320px; height: 320px; right: 34%; bottom: -220px; border-radius: 50%; }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr); align-items: center; gap: 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #f9a341; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow-dark { color: #b65e00; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 700; }
h1, h2 { font-family: var(--font-display); letter-spacing: -.025em; line-height: .94; }
h1 { max-width: 800px; margin-bottom: 25px; font-size: clamp(55px, 6.9vw, 98px); font-weight: 800; text-transform: uppercase; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.77); font-size: clamp(16px, 1.7vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 47px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 14px 21px; border: 0; border-radius: 4px; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease; }
.button svg { width: 18px; height: 18px; transition: transform .2s ease; }
.button:hover svg { transform: translateX(3px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 15px 30px rgba(245,130,0,.18); }
.button-primary:hover { color: #fff; background: #ff9516; box-shadow: 0 20px 35px rgba(245,130,0,.28); transform: translateY(-2px); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.34); background: transparent; }
.button-ghost:hover { color: var(--orange-bright); border-color: var(--orange-bright); }
.button-small { min-height: 46px; padding: 11px 15px; font-size: 11px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; max-width: 700px; }
.hero-proof > div { display: flex; flex-direction: column; gap: 2px; min-width: 150px; padding: 0 26px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-proof > div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { color: var(--orange-bright); font-family: var(--font-display); font-size: 41px; line-height: 1; font-weight: 800; }
.hero-proof span { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.hero-card-wrap { position: relative; }
.hero-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: rgba(31,31,31,.85); box-shadow: 30px 36px 0 rgba(0,0,0,.11), 0 26px 65px rgba(0,0,0,.27); backdrop-filter: blur(9px); }
.hero-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--orange); }
.hero-card-top { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 10px; padding: 18px 21px; color: #f1f1f1; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--orange-bright); }
.live-dot i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(245,130,0,.1); animation: blink 1.7s ease infinite; }
@keyframes blink { 50% { opacity: .3; } }
.hero-card-media { min-height: 330px; padding: 16px 17px 2px; background: radial-gradient(circle at 30% 20%, rgba(245,130,0,.28), transparent 40%), linear-gradient(150deg, #2a2a29, #191919); }
.hero-card-media img { width: 100%; height: 310px; object-fit: cover; object-position: center; }
.hero-card-bottom { display: flex; align-items: flex-end; padding: 20px 21px 22px; background: #161616; }
.hero-card-bottom > span { margin-right: 14px; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-card-bottom strong { flex: 1; color: #fff; font-family: var(--font-display); font-size: 25px; line-height: .95; text-transform: uppercase; }
.hero-card-bottom a { display: grid; flex: 0 0 auto; width: 39px; height: 39px; place-items: center; color: var(--orange); border: 1px solid rgba(255,255,255,.23); transition: all .2s ease; }
.hero-card-bottom a:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.hero-card-bottom a svg { width: 18px; height: 18px; }
.hero-card-label { position: absolute; z-index: 3; padding: 10px 13px; color: #fff; background: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.label-top { top: 58px; right: -28px; transform: rotate(90deg) translateX(100%); transform-origin: right top; }
.label-bottom { right: -35px; bottom: 37px; color: #191919; background: #fff; line-height: 1.5; }

.trust-strip { position: relative; z-index: 3; color: #fff; background: var(--orange); }
.trust-strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.trust-strip p { margin: 0 16px 0 0; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.trust-strip span { font-family: var(--font-display); font-size: 23px; font-weight: 700; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.75); }

.section { position: relative; padding: 118px 0; }
.section-head { margin-bottom: 50px; }
.section-head-split { display: grid; grid-template-columns: 1.16fr .84fr; align-items: end; gap: 60px; }
.section-head h2, .about-statement h2, .model-title h2, .contact-copy h2, .purpose-main h2 { max-width: 780px; margin-bottom: 0; color: var(--ink); font-size: clamp(48px, 5vw, 76px); text-transform: uppercase; }
.section-head > p { max-width: 450px; margin: 0 0 4px; color: var(--muted-dark); font-size: 15px; line-height: 1.75; }
.section-equipment { background: var(--paper); }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.equipment-card { position: relative; min-height: 302px; padding: 28px 27px 25px; overflow: hidden; border: 1px solid var(--line-dark); background: rgba(255,255,255,.5); transition: transform .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.equipment-card:hover { z-index: 1; border-color: rgba(245,130,0,.55); background: #fff; box-shadow: var(--shadow); transform: translateY(-7px); }
.equipment-card::after { content: ""; position: absolute; right: -50px; bottom: -90px; width: 180px; height: 180px; border: 1px solid rgba(20,20,20,.07); border-radius: 50%; transition: transform .35s ease, border-color .35s ease; }
.equipment-card:hover::after { border-color: rgba(245,130,0,.36); transform: scale(1.25); }
.equipment-icon { position: relative; z-index: 1; display: grid; width: 66px; height: 66px; margin-bottom: 44px; place-items: center; color: var(--orange); border: 1px solid rgba(245,130,0,.34); }
.equipment-icon svg { width: 40px; height: 40px; }
.equipment-index { position: absolute; top: 27px; right: 26px; color: #aaa8a3; font-family: var(--font-display); font-size: 20px; font-weight: 700; }
.equipment-card h3 { position: relative; z-index: 1; margin-bottom: 9px; color: var(--ink); font-family: var(--font-display); font-size: 30px; line-height: .95; text-transform: uppercase; }
.equipment-card p { position: relative; z-index: 1; margin-bottom: 19px; color: var(--muted-dark); font-size: 13px; line-height: 1.6; }
.equipment-card > a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; color: #b76000; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.equipment-card > a svg { width: 16px; height: 16px; transition: transform .2s ease; }
.equipment-card > a:hover svg { transform: translateX(3px); }
.equipment-card-highlight { background: #272727; border-color: #272727; }
.equipment-card-highlight h3 { color: #fff; }
.equipment-card-highlight p { color: #d1d1d1; }
.equipment-card-highlight .equipment-index { color: rgba(255,255,255,.34); }
.equipment-card-highlight::after { border-color: rgba(255,255,255,.12); }
.equipment-card-cta { display: flex; flex-direction: column; justify-content: center; background: var(--orange); border-color: var(--orange); }
.equipment-card-cta::after { width: 205px; height: 205px; right: -70px; bottom: -82px; border-color: rgba(255,255,255,.26); }
.equipment-card-cta h3 { margin-bottom: 14px; color: #fff; font-size: 39px; }
.equipment-card-cta p { max-width: 280px; color: rgba(255,255,255,.85); }
.equipment-card-cta .mini-label { margin-bottom: 14px; color: #563500; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.equipment-card-cta .button { align-self: flex-start; color: #222; background: #fff; }
.equipment-card-cta .button:hover { color: #fff; background: #242424; }

.section-about { overflow: hidden; color: #fff; background: #202020; }
.section-about::before { content: ""; position: absolute; left: -8%; bottom: -260px; width: 860px; height: 860px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.017); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: start; gap: 98px; }
.about-statement h2 { color: #fff; }
.about-statement .eyebrow { color: var(--orange-bright); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; color: var(--orange-bright); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.text-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.about-copy > p { margin-bottom: 21px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.84; }
.about-copy strong { color: #fff; font-weight: 800; }
.about-numbers { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 43px; border-top: 1px solid var(--line-light); }
.about-numbers > div { padding: 25px 19px 0 0; border-right: 1px solid var(--line-light); }
.about-numbers > div + div { padding-left: 19px; }
.about-numbers > div:last-child { border-right: 0; }
.about-numbers strong { display: block; color: var(--orange-bright); font-family: var(--font-display); font-size: 54px; line-height: .85; }
.about-numbers sup { position: relative; top: -.35em; font-size: .5em; }
.about-numbers span { display: block; margin-top: 10px; color: rgba(255,255,255,.66); font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }

.section-purpose { padding-top: 0; background: var(--paper); }
.purpose-grid { display: grid; grid-template-columns: 1.28fr .72fr; min-height: 510px; }
.purpose-main { position: relative; padding: 82px 78px 78px; background: #fff; }
.purpose-main::after { content: ""; position: absolute; right: 46px; bottom: 0; width: 140px; height: 6px; background: var(--orange); }
.purpose-side { position: relative; padding: 82px 56px 72px; color: #fff; background: var(--orange); }
.purpose-number { position: absolute; top: 29px; right: 33px; color: rgba(20,20,20,.28); font-family: var(--font-display); font-size: 34px; font-weight: 800; }
.purpose-main .purpose-number { color: #ccc9c4; }
.purpose-main h2 { max-width: 650px; margin-bottom: 27px; }
.purpose-main > p:last-child { max-width: 650px; margin: 0; color: var(--muted-dark); font-size: 15px; line-height: 1.83; }
.purpose-side .eyebrow { color: #5e3b00; }
.purpose-side h3 { margin-bottom: 21px; font-family: var(--font-display); font-size: clamp(36px, 3.3vw, 52px); line-height: .93; text-transform: uppercase; }
.purpose-side > p:last-child { margin: 0; color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.8; }

.section-value { color: #fff; overflow: hidden; background: #171717; }
.section-value::before { content: ""; position: absolute; top: -540px; right: -260px; width: 860px; height: 860px; border: 1px solid rgba(245,130,0,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(245,130,0,.035), 0 0 0 160px rgba(245,130,0,.025); }
.section-head-centered { position: relative; z-index: 1; max-width: 870px; margin: 0 auto 48px; text-align: center; }
.section-head-centered .eyebrow { justify-content: center; color: var(--orange-bright); }
.section-head-centered h2 { margin-bottom: 21px; color: #fff; }
.section-head-centered > p { margin: 0 auto; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.value-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.14); }
.value-card { min-height: 269px; padding: 30px 27px; background: #1d1d1d; transition: background .25s ease; }
.value-card:hover { background: #262626; }
.value-icon { display: grid; width: 48px; height: 48px; margin-bottom: 43px; place-items: center; color: var(--orange-bright); border: 1px solid rgba(245,130,0,.4); }
.value-icon svg { width: 25px; height: 25px; }
.value-card h3 { margin-bottom: 10px; color: #fff; font-family: var(--font-display); font-size: 26px; line-height: 1; text-transform: uppercase; }
.value-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.7; }

.section-model { background: #fff; }
.model-grid { display: grid; grid-template-columns: .79fr 1.21fr; gap: 92px; align-items: center; }
.model-title h2 { margin-bottom: 25px; }
.model-title > p:last-child { max-width: 390px; margin: 0; color: var(--muted-dark); font-size: 15px; line-height: 1.78; }
.model-pillars { display: grid; gap: 0; border-top: 1px solid var(--line-dark); }
.model-pillars article { display: grid; grid-template-columns: 47px 84px 1fr .95fr; align-items: center; gap: 18px; min-height: 130px; border-bottom: 1px solid var(--line-dark); }
.model-pillars article > span { color: #b2afa8; font-family: var(--font-display); font-size: 20px; font-weight: 700; }
.model-icon { display: grid; width: 58px; height: 58px; place-items: center; color: var(--orange); border: 1px solid rgba(245,130,0,.38); }
.model-icon svg { width: 33px; height: 33px; }
.model-pillars h3 { margin: 0; font-family: var(--font-display); font-size: 33px; line-height: 1; text-transform: uppercase; }
.model-pillars p { margin: 0; color: var(--muted-dark); font-size: 12px; line-height: 1.7; }

.section-branches { background: var(--paper-2); }
.branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.branch-card { display: flex; flex-direction: column; min-height: 420px; padding: 29px 28px 25px; border: 1px solid rgba(20,20,20,.12); background: rgba(255,255,255,.62); transition: transform .25s ease, box-shadow .25s ease; }
.branch-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.branch-card-featured { color: #fff; border-color: #242424; background: #242424; }
.branch-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 57px; font-family: var(--font-display); font-size: 22px; font-weight: 700; }
.branch-tag { display: inline-block; padding: 6px 9px; color: #ba6100; border: 1px solid rgba(245,130,0,.35); background: rgba(245,130,0,.09); font-family: var(--font-body); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.branch-card-featured .branch-tag { color: var(--orange-bright); }
.branch-top > span:last-child { color: #b9b5ad; }
.branch-card-featured .branch-top > span:last-child { color: rgba(255,255,255,.32); }
.branch-card h3 { margin-bottom: 17px; font-family: var(--font-display); font-size: 38px; line-height: .95; text-transform: uppercase; }
.branch-address { display: flex; gap: 9px; min-height: 68px; margin-bottom: 21px; color: var(--muted-dark); font-size: 13px; line-height: 1.68; }
.branch-card-featured .branch-address { color: rgba(255,255,255,.76); }
.branch-address svg { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 3px; color: var(--orange); }
.branch-details { padding-top: 17px; border-top: 1px solid var(--line-dark); }
.branch-card-featured .branch-details { border-color: var(--line-light); }
.branch-details p { display: flex; gap: 9px; margin-bottom: 12px; color: var(--muted-dark); font-size: 12px; line-height: 1.7; }
.branch-card-featured .branch-details p { color: rgba(255,255,255,.72); }
.branch-details svg { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; color: var(--orange); }
.branch-details a { color: inherit; text-decoration: none; font-weight: 800; }
.branch-details a:hover { color: var(--orange); }
.branch-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; }
.branch-actions a { display: inline-flex; align-items: center; gap: 7px; color: #b76000; font-size: 10px; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.branch-card-featured .branch-actions a { color: var(--orange-bright); }
.branch-actions a:last-child { padding: 8px 10px; color: var(--ink); border: 1px solid var(--line-dark); background: #fff; }
.branch-card-featured .branch-actions a:last-child { color: #fff; border-color: rgba(255,255,255,.25); background: transparent; }
.branch-actions a svg { width: 15px; height: 15px; }

.section-contact { position: relative; overflow: hidden; color: #fff; background: #1c1c1c; }
.contact-backdrop { background: radial-gradient(circle at 10% 70%, rgba(245,130,0,.25), transparent 32%), radial-gradient(circle at 97% 10%, rgba(245,130,0,.12), transparent 30%); }
.contact-backdrop::before { content: ""; position: absolute; left: -12%; bottom: -70%; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.016); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 83px; }
.contact-copy h2 { color: #fff; margin-bottom: 25px; }
.contact-copy .eyebrow { color: var(--orange-bright); }
.contact-copy > p { max-width: 460px; margin-bottom: 39px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.82; }
.contact-direct { display: grid; gap: 14px; }
.contact-direct a { display: inline-flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; }
.contact-direct a > span { display: grid; width: 43px; height: 43px; place-items: center; color: var(--orange); border: 1px solid rgba(245,130,0,.44); }
.contact-direct svg { width: 22px; height: 22px; }
.contact-direct small { display: block; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-direct strong { display: block; color: #fff; font-size: 13px; font-weight: 700; }
.contact-form-wrap { padding: 35px; background: #f7f5f0; box-shadow: 24px 25px 0 rgba(245,130,0,.35); }
.contact-form { color: var(--ink); }
.form-alert { margin-bottom: 19px; padding: 13px 15px; border-left: 4px solid; font-size: 13px; line-height: 1.5; }
.form-alert-success { color: #175d35; border-color: #208b4d; background: #e5f7ea; }
.form-alert-error { color: #882f15; border-color: #d34d2a; background: #fff0eb; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; color: #4d4d4d; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; min-height: 47px; padding: 11px 12px; color: var(--ink); outline: none; border: 1px solid rgba(20,20,20,.19); border-radius: 0; background: #fff; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 104px; resize: vertical; }
.field select { appearance: auto; }
.field input::placeholder, .field textarea::placeholder { color: #a6a6a6; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,0,.12); }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 6px; }
.form-bottom p { max-width: 270px; margin: 0; color: #777; font-size: 10px; line-height: 1.55; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { color: rgba(255,255,255,.68); background: #111; }
.footer-main { display: grid; grid-template-columns: 1.4fr .85fr .72fr 1.1fr; gap: 35px; padding: 66px 0 52px; }
.footer-brand img { width: 168px; margin-bottom: 13px; }
.footer-brand p { max-width: 310px; margin-bottom: 19px; font-size: 12px; line-height: 1.7; }
.footer-social { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-social a { padding: 7px 9px; color: #fff; border: 1px solid rgba(255,255,255,.2); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.footer-social a:hover { color: var(--orange-bright); border-color: var(--orange); }
.footer-col h3 { margin: 4px 0 16px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { display: block; margin-bottom: 9px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.4; text-decoration: none; }
.footer-col a:hover { color: var(--orange-bright); }
.footer-contact a { font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0 23px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.6; }

.whatsapp-float { position: fixed; right: 21px; bottom: 21px; z-index: 20; display: inline-flex; align-items: center; gap: 9px; min-height: 52px; padding: 12px 16px; color: #fff; border-radius: 100px; background: #22b75c; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: 11px; font-weight: 800; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { color: #fff; background: #189a4b; transform: translateY(-3px); }
.whatsapp-float svg { width: 23px; height: 23px; }

.reveal-up { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.75,.27,1); }
.reveal-up.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }
.delay-5 { transition-delay: .4s; }

@media (max-width: 1080px) {
    .hero-content { grid-template-columns: .95fr 1.05fr; gap: 40px; }
    .hero-card-media { min-height: 290px; }
    .hero-card-media img { height: 272px; }
    .equipment-grid { grid-template-columns: repeat(2, 1fr); }
    .value-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid, .contact-grid { gap: 53px; }
    .purpose-main { padding-right: 48px; padding-left: 48px; }
    .purpose-side { padding-right: 37px; padding-left: 37px; }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 34px), var(--container)); }
    .site-header { position: absolute; }
    .header-inner { min-height: 82px; }
    .brand img { width: 138px; }
    .menu-toggle { display: grid; place-items: center; }
    .main-nav { position: fixed; inset: 82px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 13px 17px 20px; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(19,19,19,.98); box-shadow: 0 20px 28px rgba(0,0,0,.28); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
    .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
    .main-nav > a:not(.nav-cta) { display: block; padding: 14px 5px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .nav-cta { justify-content: center; margin-top: 17px; }
    .hero-section { min-height: auto; padding: 142px 0 71px; }
    .hero-content, .about-grid, .contact-grid, .model-grid, .section-head-split { grid-template-columns: 1fr; gap: 40px; }
    .hero-card-wrap { max-width: 620px; width: calc(100% - 18px); margin: 0 auto; }
    .hero-card-media { min-height: 260px; }
    .hero-card-media img { height: auto; min-height: 260px; }
    .label-bottom { right: -18px; }
    .section { padding: 82px 0; }
    .section-head { margin-bottom: 37px; }
    .section-head > p { max-width: 600px; }
    .section-head h2, .about-statement h2, .model-title h2, .contact-copy h2, .purpose-main h2 { font-size: clamp(44px, 9.6vw, 66px); }
    .purpose-grid { grid-template-columns: 1fr; }
    .purpose-main, .purpose-side { min-height: 360px; padding: 68px 34px 55px; }
    .section-purpose { padding-top: 0; }
    .model-pillars article { grid-template-columns: 37px 70px 1fr; gap: 13px; padding: 18px 0; }
    .model-pillars p { grid-column: 3; }
    .branch-grid { grid-template-columns: 1fr; max-width: 650px; }
    .branch-card { min-height: 365px; }
    .contact-copy > p { max-width: 600px; }
    .footer-main { grid-template-columns: 1.35fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 590px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .hero-section { padding-top: 131px; }
    h1 { font-size: clamp(47px, 15vw, 75px); line-height: .9; }
    .hero-lead { font-size: 15px; }
    .hero-actions { margin-bottom: 37px; }
    .hero-actions .button { width: 100%; }
    .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
    .hero-proof > div, .hero-proof > div:first-child { min-width: 0; padding: 0 12px; border-left: 1px solid rgba(255,255,255,.2); }
    .hero-proof > div:first-child { padding-left: 0; border-left: 0; }
    .hero-proof strong { font-size: 35px; }
    .hero-proof span { font-size: 8px; letter-spacing: .04em; }
    .hero-card-wrap { width: 100%; }
    .hero-card-top { padding: 14px; font-size: 8px; }
    .hero-card-media { min-height: unset; padding: 10px 10px 0; }
    .hero-card-media img { min-height: unset; }
    .hero-card-bottom { padding: 16px; }
    .hero-card-bottom > span { display: none; }
    .hero-card-bottom strong { font-size: 22px; }
    .label-top { display: none; }
    .label-bottom { right: -7px; bottom: 19px; padding: 7px 9px; font-size: 8px; }
    .trust-strip-inner { min-height: 95px; flex-wrap: wrap; align-content: center; column-gap: 13px; row-gap: 4px; padding: 13px 0; }
    .trust-strip p { width: 100%; margin: 0; text-align: center; font-size: 9px; }
    .trust-strip span { font-size: 19px; }
    .section { padding: 68px 0; }
    .section-head h2, .about-statement h2, .model-title h2, .contact-copy h2, .purpose-main h2 { font-size: clamp(42px, 13vw, 58px); }
    .equipment-grid { grid-template-columns: 1fr; }
    .equipment-card { min-height: 270px; }
    .equipment-card h3 { font-size: 29px; }
    .section-about::before { left: -48%; }
    .about-copy > p { font-size: 14px; }
    .about-numbers strong { font-size: 47px; }
    .about-numbers span { font-size: 8px; }
    .purpose-main, .purpose-side { min-height: auto; padding: 62px 25px 50px; }
    .purpose-side h3 { font-size: 43px; }
    .value-grid { grid-template-columns: 1fr; }
    .value-card { min-height: 220px; }
    .value-icon { margin-bottom: 26px; }
    .model-pillars article { grid-template-columns: 35px 62px 1fr; gap: 9px; }
    .model-icon { width: 51px; height: 51px; }
    .model-pillars h3 { font-size: 28px; }
    .model-pillars p { font-size: 11px; }
    .branch-card { padding: 24px 21px; }
    .branch-top { margin-bottom: 42px; }
    .branch-card h3 { font-size: 34px; }
    .contact-form-wrap { padding: 23px 18px; box-shadow: 12px 13px 0 rgba(245,130,0,.32); }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .form-bottom { align-items: stretch; flex-direction: column; }
    .form-bottom p { max-width: none; }
    .form-bottom .button { width: 100%; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 27px 20px; padding: 49px 0 37px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 5px; }
    .whatsapp-float { right: 14px; bottom: 14px; width: 53px; min-height: 53px; justify-content: center; padding: 0; }
    .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal-up { opacity: 1; transform: none; }
}
