:root{--ink:#111214;--orange:#ff4b23;--orange-dark:#dc3815;--paper:#f5efe5;--cream:#fffaf2;--line:#d8d0c4;--muted:#68655f;--shadow:0 24px 70px rgba(17,18,20,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 Onest,Arial,sans-serif}
a{color:inherit}
.wrap{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.skip{position:fixed;z-index:100;top:8px;left:8px;padding:10px 14px;background:white;transform:translateY(-150%)}
.skip:focus{transform:none}
.site-header{position:sticky;z-index:30;top:0;background:rgba(245,239,229,.94);border-bottom:1px solid rgba(17,18,20,.12);backdrop-filter:blur(14px)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{position:relative;font:700 22px/1 Unbounded,sans-serif;letter-spacing:-.06em;text-decoration:none}
.logo:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:4px;border-radius:99px;background:repeating-linear-gradient(45deg,var(--orange) 0 18px,var(--ink) 18px 21px)}
.header-inner nav{display:flex;align-items:center;gap:26px}
.header-inner nav a,.footer a{font-weight:700;text-decoration:none}
.header-inner nav a:hover,.footer a:hover{color:var(--orange)}
.header-cta{min-height:44px;padding:10px 16px;border-radius:999px;background:var(--ink);color:white;font-weight:800;text-decoration:none;display:inline-flex;align-items:center}
.hero{background:var(--ink);color:white;padding:82px 0 74px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:76px;align-items:center}
.eyebrow{margin:0 0 18px;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.eyebrow.light{color:#ffb49f}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Unbounded,sans-serif;line-height:1.08;letter-spacing:-.045em}
h1{max-width:760px;margin-bottom:28px;font-size:clamp(48px,6.6vw,88px)}
h1 em{color:var(--orange);font-style:normal}
h2{margin-bottom:0;font-size:clamp(34px,4.4vw,60px)}
h3{font-size:28px}
.lead{max-width:700px;color:#d9dde0;font-size:20px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:34px 0}
.button{min-height:52px;padding:14px 22px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;text-decoration:none;transition:background .2s,color .2s,border-color .2s}
.primary{background:var(--orange);color:white}.primary:hover{background:var(--orange-dark)}
.secondary{border-color:rgba(255,255,255,.45);color:white}.secondary:hover{background:white;color:var(--ink)}
.trust-line{display:flex;flex-wrap:wrap;gap:12px 22px;margin:38px 0 0;padding:0;list-style:none;color:#bac2c6;font-size:14px}
.trust-line li+li:before{content:"";width:5px;height:5px;margin:0 22px 2px 0;border-radius:50%;background:var(--orange);display:inline-block}
.route-map{padding:18px;border:1px solid rgba(255,255,255,.2);border-radius:30px;background:linear-gradient(145deg,#242529,#17181a);box-shadow:0 34px 90px rgba(0,0,0,.34)}
.route-head{padding:12px 10px 22px;display:flex;justify-content:space-between;gap:18px;color:#aeb5b9}
.route-head b{color:white;font-family:Unbounded,sans-serif}
.route{min-height:178px;padding:24px;border-radius:20px;display:flex;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s}
a.route:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(0,0,0,.22)}
.route+.route{margin-top:12px}
.production-route{background:var(--orange);color:white}
.supply-route{margin-top:12px;background:var(--cream);color:var(--ink)}
.route span{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.route strong{margin:auto 0 4px;font:700 24px/1.2 Unbounded,sans-serif}
.route small{font-size:14px;opacity:.82}
.section{padding:108px 0;scroll-margin-top:76px}
.section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:50px}
.section-head>p{margin:0;color:var(--muted);font-size:18px}
.direction-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.direction-card{min-height:500px;padding:38px;border:1px solid var(--line);border-radius:28px;display:flex;flex-direction:column;box-shadow:0 18px 52px rgba(17,18,20,.08)}
.production-card{background:var(--ink);color:white}
.supply-card{background:var(--cream)}
.card-number{color:var(--orange);font-weight:800;letter-spacing:.14em}
.direction-card>p:not(.card-number){font-size:18px;opacity:.8}
.direction-card ul{margin:24px 0 34px;padding:0;list-style:none}
.direction-card li{padding:14px 0;border-top:1px solid currentColor;opacity:.78}
.card-link{margin-top:auto;color:var(--orange);font-weight:800;text-underline-offset:5px}
.card-status{margin-top:auto;color:var(--muted);font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.proof{background:var(--ink);color:white}
.proof-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:76px;align-items:start}
.proof-grid>div>p:not(.eyebrow){max-width:570px;margin:28px 0;color:#c6ced1;font-size:18px}
.light-button{background:white;color:var(--ink)}
.case-list{margin:0;padding:0;border-top:1px solid rgba(255,255,255,.24);list-style:none}
.case-list li{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.24);display:flex;align-items:baseline;justify-content:space-between;gap:24px}
.case-list span{font:700 17px/1.3 Unbounded,sans-serif}
.case-list small{color:#aeb8bc;text-align:right}
.contacts{background:var(--cream)}
.contacts-head{margin-bottom:34px}
.primary-contact{min-height:120px;padding:28px 32px;border-radius:24px;background:var(--orange);color:white;display:flex;flex-direction:column;justify-content:center;text-decoration:none;transition:background .2s}
.primary-contact:hover{background:var(--orange-dark)}
.primary-contact span{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.primary-contact strong{font:700 clamp(25px,3vw,42px)/1.15 Unbounded,sans-serif}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.contact-grid a{min-height:132px;padding:22px;border:1px solid var(--line);border-radius:20px;background:white;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;transition:border-color .2s,transform .2s}
.contact-grid a:hover{border-color:var(--orange);transform:translateY(-2px)}
.contact-grid span{color:var(--muted);font-size:13px}
.contact-grid strong{font-size:17px;overflow-wrap:anywhere}
.footer{padding:34px 0;background:var(--ink);color:white}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.footer p{margin:0;color:#b8c0c4}
.footer-inner>div{display:flex;gap:20px}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
@media(max-width:900px){.header-inner nav{display:none}.hero-grid,.section-head,.proof-grid{grid-template-columns:1fr}.hero-grid,.proof-grid{gap:46px}.section-head{gap:22px}.direction-card{min-height:460px}.contact-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.wrap{width:min(100% - 28px,1160px)}.header-inner{min-height:66px}.header-cta{padding-inline:13px;font-size:13px}.hero{padding:52px 0}.hero-actions{display:grid}.trust-line{display:grid;gap:8px}.trust-line li+li:before{margin-left:0}.section{padding:74px 0}.direction-grid,.contact-grid{grid-template-columns:1fr}.direction-card{min-height:0;padding:28px}.route{min-height:160px}.case-list li{align-items:flex-start;flex-direction:column;gap:4px}.case-list small{text-align:left}.footer-inner>div{flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
