@font-face{font-family:"Presta Extended";src:url("assets/PrestaExtendedItalic.otf") format("opentype");font-weight:400 950;font-style:italic;font-display:swap}
:root{--accent:#1f7cff;--bg:#08090a;--panel:#111315;--text:#fff;--muted:#bfc3c8;--line:rgba(255,255,255,.13);--site-font:Arial,Helvetica,sans-serif;--logo-font:"Presta Extended",Arial,Helvetica,sans-serif}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--site-font)}
.roadlions-word{font-family:var(--logo-font);font-style:italic;font-weight:950;letter-spacing:0}
.roadlions-word .initial{font-size:1.18em}
.process-section h2 .roadlions-word{font-size:.86em}
.site-footer strong{font-family:var(--logo-font);font-style:italic;font-size:clamp(11px,1.1vw,16px);white-space:nowrap;transform:scaleX(.74);transform-origin:left center}
.site-footer strong .roadlions-word{display:inline-block;font-size:1em;white-space:nowrap}
.site-footer strong .roadlions-word,.site-footer strong .roadlions-word span{color:inherit}
.site-footer strong .roadlions-word span{display:inline}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.site-header{position:fixed;z-index:20;top:0;left:0;right:0;height:76px;display:grid;grid-template-columns:260px 1fr 180px;align-items:center;padding:0 28px;background:rgba(8,9,10,.82);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.brand{display:flex;align-items:center;gap:12px;font-size:27px;font-weight:950;letter-spacing:0}
.brand-icon{width:42px;height:42px;border-radius:50%;overflow:hidden;border:1px solid var(--line);background:#202225}
.brand-icon img{width:100%;height:100%;object-fit:cover}
.main-nav{height:100%;display:flex;justify-content:center;gap:42px;align-items:center}
.main-nav a{height:100%;display:flex;align-items:center;color:#e7e8ea;font-size:14px;font-weight:900;opacity:.9;position:relative}
.main-nav a.active:after,.main-nav a:hover:after{content:"";position:absolute;left:50%;bottom:0;width:48px;height:4px;background:var(--accent);border-radius:4px 4px 0 0;transform:translateX(-50%)}
.header-action{justify-self:end;height:42px;padding:0 18px;display:inline-flex;align-items:center;border-radius:5px;background:var(--accent);font-size:13px;font-weight:950}
.hero{position:relative;min-height:92vh;display:flex;align-items:flex-end;padding:0 7vw 12vh;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 28%;filter:saturate(.95) contrast(1.05)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.55) 42%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(8,9,10,.95) 0,rgba(8,9,10,0) 28%)}
.hero-content{position:relative;width:min(760px,100%);padding-top:120px}
.eyebrow{color:var(--accent);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
h1{font-size:clamp(48px,8.2vw,112px);line-height:.86;font-weight:950;letter-spacing:0;margin-bottom:22px}
.hero-copy{max-width:630px;color:#e1e4e8;font-size:clamp(18px,2.3vw,25px);line-height:1.3;font-weight:800;margin-bottom:30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.primary-btn,.ghost-btn{height:52px;padding:0 22px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-weight:950}
.primary-btn{background:var(--accent)}
.ghost-btn{border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.07)}
.split-section{display:grid;grid-template-columns:1.1fr .9fr;gap:6vw;align-items:center;padding:92px 7vw;background:#0c0d0f}
.image-pair{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}
.image-pair img{width:100%;aspect-ratio:3/4;object-fit:cover;border:1px solid var(--line);transition:opacity .2s}
.image-pair img:first-of-type{transform:translateY(34px)}
.gallery-arrow{position:absolute;z-index:3;top:50%;width:44px;height:44px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(0,0,0,.62);color:white;font-size:34px;line-height:1;cursor:pointer;display:grid;place-items:center;transform:translateY(-50%)}
.gallery-prev{left:12px}
.gallery-next{right:12px}
.gallery-arrow:hover,.gallery-arrow:focus-visible{background:var(--accent);outline:none}
.section-copy h2,.process-section h2{font-size:clamp(32px,4.2vw,60px);line-height:.95;font-weight:950;margin-bottom:20px}
.process-section h2{font-family:var(--logo-font);font-style:italic;font-size:clamp(24px,2.8vw,38px);white-space:nowrap;transform:scaleX(.82);transform-origin:left center}
.section-copy p{color:var(--muted);font-size:18px;line-height:1.55;max-width:560px;margin-bottom:24px}
.text-link{font-weight:950;color:var(--accent)}
.process-section{padding:86px 7vw 96px;background:#090a0b}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.steps div{background:var(--panel);padding:30px;min-height:190px}
.steps span{display:block;color:var(--accent);font-weight:950;margin-bottom:26px}
.steps h3{font-size:22px;margin-bottom:12px}
.steps p{color:var(--muted);line-height:1.45}
.site-footer{border-top:1px solid var(--line);background:#070809}
.footer-inner{padding:42px 7vw;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}
.footer-copy{max-width:760px}
.footer-copy .eyebrow{margin-bottom:10px}
.site-footer strong{display:block;font-size:clamp(26px,3vw,42px);line-height:1;margin-bottom:14px}
.site-footer span{display:block;color:var(--muted);font-size:16px;line-height:1.55}
.social-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.site-footer a{min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.18);border-radius:5px;display:inline-flex;align-items:center;font-weight:950;color:white;background:#111315}
.site-footer a:hover,.site-footer a:focus-visible{background:var(--accent);border-color:var(--accent);outline:none}
.footer-bottom{min-height:54px;padding:0 7vw;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--line);background:#050607}
.footer-bottom span{font-size:13px;font-weight:900;color:#888f98;text-transform:uppercase}
@media(max-width:980px){
  .site-header{position:sticky;grid-template-columns:1fr auto;height:auto;gap:18px;padding:16px 20px}
  .main-nav{grid-column:1/-1;justify-content:flex-start;gap:20px;overflow:auto;height:34px}
  .main-nav a{height:34px;flex:0 0 auto}
  .header-action{grid-column:2}
  .hero{min-height:760px;padding:130px 22px 70px}
  .split-section,.steps{grid-template-columns:1fr}
  .split-section,.process-section{padding:64px 22px}
  .image-pair{grid-template-columns:1fr 1fr;gap:10px}
}
@media(max-width:560px){
  html,body{overflow-x:hidden}
  .brand{font-size:22px}
  .site-header{grid-template-columns:1fr}
  .header-action{display:none}
  h1{display:inline-block;font-size:clamp(19px,6.6vw,26px);line-height:1.34;transform:none;max-width:100%;padding:14px 36px 12px 12px;overflow:visible}
  .hero-content{overflow:visible}
  h1.roadlions-word .initial{font-size:1.08em}
  .process-section h2{font-size:clamp(20px,7vw,30px);white-space:normal;transform:scaleX(.84);max-width:118%;line-height:1.05}
  .hero{min-height:700px}
  .hero-actions{display:grid}
  .primary-btn,.ghost-btn{width:100%}
  .image-pair{grid-template-columns:1fr}
  .image-pair img:first-of-type{transform:none}
  .gallery-arrow{top:auto;bottom:14px;transform:none}
  .footer-inner{padding:34px 22px;grid-template-columns:1fr}
  .site-footer strong{font-size:clamp(12px,4.5vw,18px);white-space:normal;transform:scaleX(.82);max-width:122%;line-height:1.1}
  .footer-bottom{padding:0 22px}
  .social-links{justify-content:flex-start}
}
