@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Oswald:wght@500;600;700&display=swap');

:root{
  --red:#c9161d;
  --red2:#ec252d;
  --ink:#0a1016;
  --ink2:#111923;
  --paper:#f4f4f1;
  --white:#fff;
  --muted:#68727c;
  --line:#d9dde1;
  --max:1240px;
  --r:28px;
  --shadow:0 26px 70px rgba(4,10,16,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.kicker{font:700 12px/1 Oswald,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--red)}
.kicker.light{color:#fff}
.display{font:700 clamp(54px,8vw,116px)/.86 Oswald,sans-serif;letter-spacing:-.045em;text-transform:uppercase;margin:0}
.h2{font:700 clamp(38px,5vw,72px)/.95 Oswald,sans-serif;letter-spacing:-.035em;text-transform:uppercase;margin:.35rem 0 1.1rem}
.h3{font:700 26px/1 Oswald,sans-serif;text-transform:uppercase;margin:0 0 .7rem}
p{color:var(--muted);line-height:1.7}
.btn{display:inline-flex;align-items:center;gap:.8rem;min-height:54px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red2)}
.btn-dark{background:var(--ink);color:#fff}
.btn-line{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.04);backdrop-filter:blur(12px)}
.arrow{font-size:1.25em}
header{position:fixed;z-index:50;inset:0 0 auto;transition:.25s}
header.scrolled{background:rgba(7,13,19,.94);backdrop-filter:blur(16px);box-shadow:0 8px 35px rgba(0,0,0,.12)}
.nav{height:90px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;color:#fff;font-weight:900;letter-spacing:.04em}
.brand img{width:50px;height:52px;object-fit:contain}
.brand span{font-family:Oswald,sans-serif;font-size:22px}
.navlinks{display:flex;align-items:center;gap:30px;color:#fff;font-weight:700;font-size:14px}
.navlinks a{opacity:.72;position:relative}
.navlinks a:hover,.navlinks a.active{opacity:1}
.navlinks a.active:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:var(--red);left:50%;bottom:-13px}
.navright{display:flex;gap:10px;align-items:center}
.navright .lang{color:#fff;font-size:12px;font-weight:800;opacity:.72}
.menu{display:none;color:#fff;background:none;border:0;font-size:27px}
.hero{min-height:100svh;position:relative;isolation:isolate;background:#071019;color:#fff;overflow:hidden}
.hero-media{position:absolute;inset:0;z-index:-4}
.hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.02)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,9,14,.97) 0%,rgba(4,9,14,.77) 48%,rgba(4,9,14,.22) 100%);z-index:-3}
.hero-grid{min-height:100svh;padding:150px 0 70px;display:grid;grid-template-columns:1.15fr .85fr;align-items:end;gap:60px}
.hero-copy{max-width:900px}
.hero-copy .display em{font-style:normal;color:var(--red)}
.hero-copy p{color:rgba(255,255,255,.72);font-size:18px;max-width:690px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.orbit-stage{position:relative;height:540px;align-self:center}
.orbit{position:absolute;border:1px solid rgba(255,255,255,.19);border-radius:50%;aspect-ratio:1}
.o1{width:510px;right:-100px;top:20px}
.o2{width:365px;right:-28px;top:92px;border-width:32px;border-color:rgba(201,22,29,.84)}
.o3{width:230px;right:42px;top:160px;background:rgba(8,18,27,.66);backdrop-filter:blur(6px)}
.orbit-logo{position:absolute;width:128px;right:92px;top:205px;z-index:5;filter:drop-shadow(0 20px 30px rgba(0,0,0,.22))}
.orbit-dot{position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;right:335px;top:62px}
.hero-bottom{position:absolute;left:0;right:0;bottom:0;border-top:1px solid rgba(255,255,255,.13)}
.hero-stats{height:84px;display:grid;grid-template-columns:repeat(4,1fr)}
.hero-stat{display:flex;align-items:center;gap:12px;border-right:1px solid rgba(255,255,255,.13);padding:0 20px}
.hero-stat:first-child{padding-left:0}
.hero-stat b{font:700 28px/1 Oswald,sans-serif;color:#fff}
.hero-stat span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.55)}
.section{padding:115px 0;position:relative}
.section.white{background:#fff}
.intro-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;align-items:start}
.intro-sticky{position:sticky;top:130px}
.big-copy{font-size:clamp(25px,3vw,40px);line-height:1.25;color:#17202a;margin:0}
.body-copy{max-width:760px}
.body-copy p{font-size:17px}
.circle-stat-row{display:flex;gap:18px;margin-top:36px;flex-wrap:wrap}
.circle-stat{width:150px;height:150px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;text-align:center;padding:20px;background:#fff}
.circle-stat strong{font:700 37px/1 Oswald,sans-serif;display:block}
.circle-stat small{text-transform:uppercase;letter-spacing:.08em;font-size:10px;color:var(--muted)}
.service-showcase{background:var(--ink);color:#fff;border-radius:48px;overflow:hidden;position:relative}
.service-showcase:before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-280px;top:-260px;box-shadow:0 0 0 85px rgba(255,255,255,.018),0 0 0 170px rgba(255,255,255,.012)}
.service-head{padding:65px 65px 34px;display:flex;justify-content:space-between;gap:30px;align-items:end}
.service-head p{color:rgba(255,255,255,.56);max-width:520px}
.service-list{border-top:1px solid rgba(255,255,255,.11)}
.service-item{display:grid;grid-template-columns:84px 1fr 1.15fr 70px;gap:24px;align-items:center;padding:28px 65px;border-bottom:1px solid rgba(255,255,255,.11);transition:.25s}
.service-item:hover{background:var(--red)}
.service-item .num{font:600 17px Oswald,sans-serif;opacity:.55}
.service-item h3{font:600 clamp(26px,3vw,45px)/1 Oswald,sans-serif;text-transform:uppercase;margin:0}
.service-item p{margin:0;color:rgba(255,255,255,.56)}
.service-item:hover p,.service-item:hover .num{color:#fff;opacity:.85}
.circle-arrow{width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.26);display:grid;place-items:center;font-size:20px}
.image-break{height:620px;position:relative;overflow:hidden;background:#111}
.image-break img{width:100%;height:100%;object-fit:cover}
.image-break:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,11,16,.72),rgba(6,11,16,.08))}
.image-break-copy{position:absolute;z-index:2;left:max(20px,calc((100vw - var(--max))/2));top:50%;transform:translateY(-50%);color:#fff;max-width:700px}
.red-orbit{position:absolute;right:-130px;bottom:-260px;width:560px;height:560px;border-radius:50%;border:90px solid var(--red);z-index:2}
.values{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:45px}
.value{min-height:290px;border-radius:28px;border:1px solid var(--line);padding:28px;background:#fff;display:flex;flex-direction:column;justify-content:space-between}
.value .icon{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:900}
.value:nth-child(2n) .icon{background:var(--red)}
.value strong{font:700 27px/1 Oswald,sans-serif;text-transform:uppercase}
.value p{font-size:14px}
.marquee{overflow:hidden;background:var(--red);color:#fff;padding:18px 0}
.marquee-track{display:flex;width:max-content;gap:34px;animation:marquee 24s linear infinite;font:700 35px/1 Oswald,sans-serif;text-transform:uppercase}
.marquee-track span:after{content:"●";font-size:14px;margin-left:34px}
@keyframes marquee{to{transform:translateX(-50%)}}
.pagehero{min-height:68svh;position:relative;color:#fff;background:#071019;display:flex;align-items:end;overflow:hidden;padding:160px 0 72px}
.pagehero-bg{position:absolute;inset:0;z-index:0}
.pagehero-bg img{width:100%;height:100%;object-fit:cover}
.pagehero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,9,14,.95),rgba(4,9,14,.45))}
.pagehero .wrap{position:relative;z-index:2}
.pagehero .display{max-width:1000px}
.pagehero p{color:rgba(255,255,255,.7);max-width:720px;font-size:18px}
.page-orbit{position:absolute;z-index:3;width:360px;height:360px;border-radius:50%;border:52px solid var(--red);right:-70px;bottom:-160px}
.timeline{margin-top:45px;border-top:1px solid var(--line)}
.timeline-row{display:grid;grid-template-columns:170px 1fr;gap:30px;padding:30px 0;border-bottom:1px solid var(--line)}
.timeline-row .year{font:700 38px/1 Oswald,sans-serif;color:var(--red)}
.timeline-row h3{margin:0 0 .5rem;font:700 26px/1 Oswald,sans-serif;text-transform:uppercase}
.cert-panel{background:var(--ink);border-radius:42px;padding:55px;color:#fff;display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}
.cert-panel p{color:rgba(255,255,255,.62)}
.cert-circles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.cert-circle{aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;text-align:center;padding:14px;font:700 19px Oswald,sans-serif}
.cert-circle:nth-child(2){background:var(--red);border-color:var(--red)}
.fleet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:42px}
.fleet-card{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;display:grid;grid-template-columns:44% 56%;min-height:310px;transition:.25s}
.fleet-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.fleet-card img{width:100%;height:100%;object-fit:cover}
.fleet-info{padding:28px;display:flex;flex-direction:column}
.fleet-no{font:700 12px Oswald,sans-serif;letter-spacing:.15em;color:var(--red)}
.specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}
.spec{background:var(--paper);padding:10px 12px;border-radius:12px;font-size:12px;color:var(--muted)}
.spec b{color:var(--ink);display:block;margin-bottom:3px}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:36px}
.person{background:#fff;border:1px solid var(--line);border-radius:999px;padding:12px 18px 12px 12px;display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:14px}
.avatar{width:64px;height:64px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font:700 22px Oswald,sans-serif}
.person:nth-child(3n) .avatar{background:var(--red)}
.person h3{font:700 20px/1 Oswald,sans-serif;margin:0 0 5px;text-transform:uppercase}
.person small{color:var(--muted)}
.person a{font-size:12px;color:var(--muted);display:block;text-align:right}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:start}
.contact-card{background:var(--ink);color:#fff;border-radius:40px;padding:42px;position:sticky;top:125px;overflow:hidden}
.contact-card:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;border:45px solid var(--red);right:-170px;bottom:-170px}
.contact-card p,.contact-card a{color:rgba(255,255,255,.65)}
.form{background:#fff;border:1px solid var(--line);border-radius:40px;padding:42px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:7px}
.field.full{grid-column:1/-1}
label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
input,textarea,select{border:1px solid var(--line);background:#fff;border-radius:14px;padding:15px 16px;outline:none}
input:focus,textarea:focus,select:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(201,22,29,.08)}
textarea{min-height:150px;resize:vertical}
.cta{margin:0 auto 110px;width:min(var(--max),calc(100% - 40px));background:var(--red);border-radius:42px;color:#fff;padding:58px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:35px;position:relative;overflow:hidden}
.cta:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;border:1px solid rgba(255,255,255,.35);right:180px;top:-250px;box-shadow:0 0 0 60px rgba(255,255,255,.05)}
.cta p{color:rgba(255,255,255,.72)}
footer{background:#050b10;color:#fff;padding:75px 0 26px;position:relative;overflow:hidden}
.footer-grid{display:grid;grid-template-columns:1.2fr .65fr .65fr 1fr;gap:38px}
.footer-logo{width:180px}
footer p,footer a{color:rgba(255,255,255,.55);font-size:14px;line-height:1.8}
footer h4{font:700 16px Oswald,sans-serif;text-transform:uppercase;margin:0 0 16px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;color:rgba(255,255,255,.4);font-size:12px}
.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}
.reveal.on{opacity:1;transform:none}
.toast{position:fixed;right:22px;bottom:22px;background:#fff;padding:16px 18px;border-radius:16px;box-shadow:var(--shadow);z-index:80;transform:translateY(120px);opacity:0;transition:.3s;max-width:420px}
.toast.show{transform:none;opacity:1}
@media(max-width:980px){
  .navlinks{display:none;position:fixed;left:16px;right:16px;top:88px;background:#08111a;padding:22px;border-radius:24px;flex-direction:column;align-items:flex-start}.navlinks.open{display:flex}.menu{display:block}.navright .btn{display:none}
  .hero-grid{grid-template-columns:1fr}.orbit-stage{position:absolute;right:0;top:150px;width:350px;opacity:.7}.o1{width:430px}.o2{width:300px}.o3{width:170px}.orbit-logo{width:90px;right:54px;top:190px}
  .intro-grid,.cert-panel,.contact-layout{grid-template-columns:1fr}.intro-sticky,.contact-card{position:static}
  .service-item{grid-template-columns:55px 1fr 50px}.service-item p{display:none}
  .values{grid-template-columns:repeat(2,1fr)}
  .fleet-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .wrap{width:min(100% - 28px,var(--max))}
  .nav{height:76px}.brand img{width:42px}.brand span{font-size:18px}
  .hero-grid{padding:128px 0 110px;min-height:93svh}.hero .display{font-size:58px}.orbit-stage{display:none}
  .hero-bottom{position:static;background:#071019}.hero-stats{height:auto;grid-template-columns:1fr 1fr}.hero-stat{padding:17px 14px;border-bottom:1px solid rgba(255,255,255,.1)}
  .section{padding:82px 0}.intro-grid{gap:35px}.circle-stat{width:126px;height:126px}
  .service-showcase{border-radius:28px}.service-head{padding:38px 24px 24px;display:block}.service-item{padding:22px 24px;grid-template-columns:38px 1fr 42px;gap:12px}.service-item h3{font-size:27px}
  .image-break{height:520px}.values{grid-template-columns:1fr}.pagehero{min-height:60svh}.pagehero .display{font-size:54px}
  .fleet-card{grid-template-columns:1fr}.fleet-card img{height:230px}.team-grid{grid-template-columns:1fr}.person{grid-template-columns:54px 1fr}.avatar{width:54px;height:54px}.person .person-links{grid-column:2;text-align:left}.person a{text-align:left}
  .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.contact-card,.form{padding:28px;border-radius:28px}
  .cta{grid-template-columns:1fr;padding:34px;margin-bottom:78px;border-radius:28px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}
}


/* ===== V4 refinement: solid circles + bug fixes ===== */

/* Filled orbital branding instead of outline-only rings */
.o1{
  border:0;
  background:rgba(255,255,255,.055);
  box-shadow:none;
}
.o2{
  border:0;
  background:var(--red);
  opacity:.9;
}
.o3{
  border:0;
  background:rgba(8,18,27,.82);
}
.page-orbit{
  border:0;
  background:var(--red);
  opacity:.96;
}
.red-orbit{
  border:0;
  background:var(--red);
  opacity:.92;
}
.hero .orbit-stage::before{
  content:"";
  position:absolute;
  width:110px;height:110px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  right:320px;top:48px;
}
.service-showcase:before{
  border:0;
  background:rgba(201,22,29,.16);
  box-shadow:none;
}
.service-showcase:after{
  content:"";
  position:absolute;
  width:260px;height:260px;
  border-radius:50%;
  right:-70px;bottom:-120px;
  background:rgba(201,22,29,.18);
  pointer-events:none;
}
.contact-card:after{
  border:0;
  background:var(--red);
  opacity:.9;
}
.cta:after{
  border:0;
  background:rgba(255,255,255,.11);
  box-shadow:none;
}
.cta:before{
  content:"";
  position:absolute;
  width:190px;height:190px;
  border-radius:50%;
  background:rgba(255,255,255,.07);
  right:55px;bottom:-95px;
}

/* Better typography containment */
.display{
  overflow-wrap:normal;
  word-break:keep-all;
}
.contact-card .h2{
  font-size:clamp(34px,3.2vw,54px)!important;
  line-height:.94;
  max-width:100%;
}
.contact-card{
  min-width:0;
}
.contact-layout > *{
  min-width:0;
}

/* Services: cleaner hover behavior and denser rows */
.service-item{
  min-height:118px;
}
.service-item:hover{
  background:var(--red);
}
.service-item h3,
.service-item p{
  min-width:0;
}
.service-item p{
  max-width:560px;
}

/* Fleet: use a branded technical card instead of unrelated stock photos */
.fleet-grid{
  gap:20px;
}
.fleet-card{
  grid-template-columns:235px 1fr;
  min-height:265px;
  background:#fff;
}
.fleet-card .fleet-visual{
  position:relative;
  display:grid;
  place-items:center;
  padding:28px;
  background:var(--ink);
  overflow:hidden;
}
.fleet-card:nth-child(2n) .fleet-visual{
  background:var(--red);
}
.fleet-card .fleet-visual:before{
  content:"";
  position:absolute;
  width:210px;height:210px;
  border-radius:50%;
  background:rgba(255,255,255,.06);
  right:-80px;top:-70px;
}
.fleet-card .fleet-visual:after{
  content:"";
  position:absolute;
  width:100px;height:100px;
  border-radius:50%;
  background:rgba(255,255,255,.045);
  left:-35px;bottom:-35px;
}
.fleet-card .fleet-visual img{
  position:relative;
  z-index:2;
  width:88%;
  height:auto;
  max-height:150px;
  object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:.96;
}
.fleet-info{
  padding:28px 30px;
}
.fleet-info .h3{
  font-size:clamp(25px,2vw,34px);
  max-width:520px;
}
.specs{
  margin-top:28px;
}
.spec{
  background:#f2f2ef;
}

/* Prevent oversized blank areas */
.section{
  padding:96px 0;
}
.cta{
  margin-bottom:72px;
  padding-top:48px;
  padding-bottom:48px;
}
.image-break + .cta,
main + .cta{
  margin-top:0;
}

/* Better page spacing when sticky headings are encountered mid-scroll */
.intro-grid{
  align-items:start;
}
.intro-sticky{
  top:112px;
}
.section.white .intro-sticky .h2{
  max-width:500px;
}

/* Person/contact pills scale better */
.person{
  min-width:0;
}
.person h3{
  overflow-wrap:anywhere;
}
.person-links{
  min-width:0;
}
.person-links a{
  overflow-wrap:anywhere;
}

/* Medium desktop / notebook fixes */
@media (max-width:1200px){
  .hero-grid{
    grid-template-columns:1fr .65fr;
    gap:28px;
  }
  .orbit-stage{
    transform:scale(.86);
    transform-origin:right center;
  }
  .service-item{
    grid-template-columns:64px 1fr .95fr 56px;
    padding-left:40px;
    padding-right:40px;
  }
  .contact-layout{
    grid-template-columns:.95fr 1.05fr;
  }
  .fleet-card{
    grid-template-columns:205px 1fr;
  }
}

/* Tablet fixes */
@media (max-width:980px){
  .section{padding:78px 0}
  .contact-card .h2{
    font-size:42px!important;
  }
  .fleet-card{
    grid-template-columns:210px 1fr;
  }
  .fleet-card .fleet-visual img{
    max-height:125px;
  }
}

/* Mobile fixes */
@media (max-width:650px){
  .hero .display{
    font-size:clamp(52px,16vw,68px);
    line-height:.88;
  }
  .pagehero .display{
    font-size:clamp(46px,14vw,62px);
  }
  .service-item{
    min-height:auto;
  }
  .fleet-card{
    grid-template-columns:1fr;
  }
  .fleet-card .fleet-visual{
    min-height:190px;
  }
  .fleet-card .fleet-visual img{
    width:72%;
    max-height:115px;
  }
  .contact-card .h2{
    font-size:38px!important;
  }
  .cta{
    margin-bottom:52px;
    padding:32px 28px;
  }
}

/* Wide screens: stop cards becoming unnaturally flat */
@media (min-width:1600px){
  .wrap{
    width:min(1380px,calc(100% - 72px));
  }
  :root{--max:1380px}
  .fleet-card{
    min-height:300px;
    grid-template-columns:270px 1fr;
  }
  .fleet-card .fleet-visual img{
    max-height:175px;
  }
  .service-item{
    padding-top:31px;
    padding-bottom:31px;
  }
}


/* ===== V5 structural fixes ===== */

/* Typography rhythm: prevent overlapping / crushed text */
.display{
  line-height:.98 !important;
  letter-spacing:-.03em !important;
}
.h2{
  line-height:1.02 !important;
  letter-spacing:-.025em !important;
}
.h3{
  line-height:1.08 !important;
}
.hero-copy p,
.pagehero p,
.body-copy p,
.service-item p,
.cta p,
.contact-card p,
.form p{
  line-height:1.65 !important;
}
.hero-copy .display,
.pagehero .display,
.cta .h2,
.contact-card .h2{
  margin-bottom:1.15rem !important;
}

/* HOME intro: stop copy/buttons from colliding */
.hero-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.hero-copy p{
  margin-top:1.4rem;
  margin-bottom:0;
}
.hero-actions{
  margin-top:2rem !important;
  position:relative;
  z-index:3;
}
.hero-grid{
  align-items:center !important;
}
.hero-bottom{
  position:absolute;
}
@media(max-width:650px){
  .hero-bottom{position:static}
}

/* Service section: remove accidental geometric overlap */
.service-showcase:before,
.service-showcase:after{
  pointer-events:none;
}
.service-showcase:before{
  width:420px !important;
  height:420px !important;
  right:-180px !important;
  top:-170px !important;
  background:rgba(201,22,29,.10) !important;
}
.service-showcase:after{
  width:180px !important;
  height:180px !important;
  right:40px !important;
  bottom:-90px !important;
  background:rgba(255,255,255,.035) !important;
}
.service-head,
.service-list{
  position:relative;
  z-index:2;
}
.service-item{
  text-decoration:none;
  cursor:pointer;
}
.service-item .circle-arrow{
  transition:.2s ease;
}
.service-item:hover .circle-arrow{
  transform:translate(3px,-3px);
  background:#fff;
  color:var(--red);
}

/* CTA: consistent spacing and no section collision */
.cta{
  margin-top:72px !important;
  margin-bottom:88px !important;
  padding:54px 60px !important;
}
main + .cta{
  margin-top:72px !important;
}
.cta .h2{
  margin-top:.55rem;
}
.cta p{
  margin-top:.75rem;
  margin-bottom:0;
}
@media(max-width:650px){
  .cta{
    margin-top:48px !important;
    margin-bottom:56px !important;
    padding:32px 28px !important;
  }
}

/* ABOUT page spacing */
.timeline-row h3{
  line-height:1.08 !important;
}
.cert-panel .h2{
  line-height:1.02 !important;
}

/* Fleet stays inside container and uses a proper grid */
.fleet-grid{
  width:100%;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
}
.fleet-card{
  width:100%;
  min-width:0;
}
@media(max-width:980px){
  .fleet-grid{grid-template-columns:1fr !important}
}

/* Contact intro and card typography */
.contact-card .h2{
  line-height:1.02 !important;
  margin-top:.7rem !important;
}
.contact-card p{
  margin-top:1rem;
}
.contact-layout{
  gap:42px !important;
}

/* Page hero spacing across all pages */
.pagehero .kicker{
  margin-bottom:1rem;
}
.pagehero .display{
  max-width:1050px;
}
.pagehero p{
  margin-top:1.35rem;
  margin-bottom:0;
}

/* Utility section for single service pages */
.service-detail-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:72px;
  align-items:start;
}
.service-detail-aside{
  position:sticky;
  top:120px;
}
.service-detail-main{
  display:grid;
  gap:22px;
}
.service-detail-block{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px;
}
.service-detail-block h3{
  font:700 28px/1.08 Oswald,sans-serif;
  text-transform:uppercase;
  margin:0 0 .8rem;
}
.service-detail-block p{
  margin:0;
  line-height:1.7;
}
@media(max-width:980px){
  .service-detail-grid{grid-template-columns:1fr;gap:36px}
  .service-detail-aside{position:static}
}


/* ===== V6 stability pass ===== */

/* Safer typography everywhere */
.display{
  font-size:clamp(52px,7vw,104px) !important;
  line-height:1.08 !important;
  letter-spacing:-.025em !important;
  text-wrap:balance;
}
.pagehero .display{
  font-size:clamp(50px,6.5vw,96px) !important;
  line-height:1.08 !important;
  max-width:1100px !important;
}
.hero .display{
  line-height:1.06 !important;
}
.h2{
  font-size:clamp(36px,4.5vw,66px) !important;
  line-height:1.08 !important;
  letter-spacing:-.02em !important;
  text-wrap:balance;
}
.h3,
.service-item h3,
.timeline-row h3,
.fleet-info .h3{
  line-height:1.12 !important;
}
.big-copy{
  line-height:1.35 !important;
}
.kicker{
  line-height:1.35 !important;
}

/* Explicit vertical rhythm for hero / intro blocks */
.hero-copy > * + *{
  margin-top:0;
}
.hero-copy .kicker{
  margin-bottom:18px;
}
.hero-copy .display{
  margin:0 0 24px !important;
}
.hero-copy p{
  margin:0 0 30px !important;
}
.hero-actions{
  margin:0 !important;
  gap:14px;
}
.pagehero .kicker{
  margin-bottom:18px !important;
}
.pagehero .display{
  margin:0 0 24px !important;
}
.pagehero p{
  margin:0 !important;
  max-width:760px;
}

/* Avoid text collision in CTA */
.cta{
  align-items:center;
}
.cta > div{
  min-width:0;
  position:relative;
  z-index:2;
}
.cta .kicker{
  margin-bottom:14px;
}
.cta .h2{
  margin:0 0 16px !important;
  line-height:1.08 !important;
}
.cta p{
  margin:0 !important;
  max-width:680px;
}
.cta .btn{
  position:relative;
  z-index:3;
  flex-shrink:0;
}

/* Fleet: real contained grid */
.fleet-section-inner{
  width:min(var(--max),calc(100% - 40px));
  margin-inline:auto;
}
.fleet-section-inner .intro-grid{
  width:100%;
}
.fleet-grid{
  width:100% !important;
  margin:46px 0 0 !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
}
.fleet-card{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow:hidden;
}
.fleet-card .fleet-visual,
.fleet-card .fleet-info{
  min-width:0;
}
.fleet-info .h3{
  margin-top:10px !important;
  font-size:clamp(24px,1.8vw,31px) !important;
}
.specs{
  min-width:0;
}
.spec{
  min-width:0;
  overflow-wrap:anywhere;
}

/* Keep service section visually clean */
.service-showcase{
  isolation:isolate;
}
.service-showcase:before{
  z-index:0;
  border-radius:50%;
}
.service-showcase:after{
  z-index:0;
  border-radius:50%;
}
.service-head,
.service-list{
  z-index:2;
}
.service-item{
  grid-template-columns:70px minmax(240px,.95fr) minmax(260px,1.05fr) 54px !important;
  gap:24px;
}
.service-item h3{
  font-size:clamp(28px,2.5vw,42px) !important;
}

/* More breathable general section spacing */
.section{
  padding:100px 0 !important;
}
.intro-grid{
  gap:72px !important;
}
.body-copy p{
  margin-top:0;
  margin-bottom:1.15rem;
}

/* Responsive tuning */
@media(max-width:1200px){
  .display{
    font-size:clamp(50px,7vw,88px) !important;
  }
  .pagehero .display{
    font-size:clamp(48px,6.5vw,82px) !important;
  }
  .service-item{
    grid-template-columns:56px minmax(210px,1fr) minmax(240px,1fr) 50px !important;
  }
}

@media(max-width:980px){
  .display,
  .pagehero .display{
    font-size:clamp(46px,9vw,72px) !important;
    line-height:1.08 !important;
  }
  .h2{
    font-size:clamp(34px,7vw,54px) !important;
  }
  .fleet-grid{
    grid-template-columns:1fr !important;
  }
  .service-item{
    grid-template-columns:48px 1fr 48px !important;
  }
  .service-item p{
    display:none !important;
  }
  .cta{
    grid-template-columns:1fr !important;
    align-items:flex-start;
  }
}

@media(max-width:650px){
  .display,
  .pagehero .display,
  .hero .display{
    font-size:clamp(44px,13vw,60px) !important;
    line-height:1.08 !important;
  }
  .h2{
    font-size:clamp(34px,10vw,48px) !important;
    line-height:1.1 !important;
  }
  .section{
    padding:76px 0 !important;
  }
  .fleet-section-inner{
    width:min(100% - 28px,var(--max));
  }
  .service-item{
    grid-template-columns:36px 1fr 42px !important;
    gap:12px;
  }
  .service-item h3{
    font-size:26px !important;
  }
}


/* ===== V7 readability + single-column fleet ===== */

/* More breathing room in all large headlines */
.display{
  line-height:1.16 !important;
  letter-spacing:-.018em !important;
}
.pagehero .display{
  line-height:1.16 !important;
}
.hero .display{
  line-height:1.14 !important;
}
.h2{
  line-height:1.16 !important;
  letter-spacing:-.015em !important;
}
.h3,
.service-item h3,
.timeline-row h3,
.fleet-info .h3,
.person h3{
  line-height:1.18 !important;
}
.big-copy{
  line-height:1.42 !important;
}
.hero-copy .display,
.pagehero .display,
.cta .h2{
  margin-bottom:1.35rem !important;
}

/* Single-column fleet layout */
.fleet-grid{
  grid-template-columns:1fr !important;
  gap:26px !important;
  max-width:100% !important;
}
.fleet-card{
  display:grid !important;
  grid-template-columns:minmax(300px,38%) minmax(0,62%) !important;
  min-height:320px !important;
  width:100% !important;
}
.fleet-card .fleet-visual{
  min-height:320px;
  padding:42px !important;
}
.fleet-card .fleet-visual img{
  width:78% !important;
  max-height:185px !important;
}
.fleet-info{
  padding:38px 42px !important;
}
.fleet-info .h3{
  font-size:clamp(30px,2.5vw,42px) !important;
  margin:12px 0 28px !important;
  max-width:none !important;
}
.specs{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  margin-top:auto !important;
}
.spec{
  padding:15px 16px !important;
  font-size:14px !important;
  line-height:1.45 !important;
}
.spec b{
  font-size:13px !important;
  margin-bottom:5px !important;
}

/* Better intro/fleet separation */
.fleet-section-inner .intro-grid{
  margin-bottom:10px;
}
.fleet-grid{
  margin-top:56px !important;
}

/* Medium screens */
@media(max-width:980px){
  .display,
  .pagehero .display{
    line-height:1.14 !important;
  }
  .h2{
    line-height:1.16 !important;
  }
  .fleet-card{
    grid-template-columns:260px minmax(0,1fr) !important;
  }
  .fleet-card .fleet-visual{
    min-height:280px;
    padding:30px !important;
  }
  .fleet-info{
    padding:30px 32px !important;
  }
}

/* Mobile */
@media(max-width:650px){
  .display,
  .pagehero .display,
  .hero .display{
    line-height:1.13 !important;
  }
  .h2{
    line-height:1.18 !important;
  }
  .fleet-card{
    grid-template-columns:1fr !important;
  }
  .fleet-card .fleet-visual{
    min-height:210px;
  }
  .fleet-card .fleet-visual img{
    width:68% !important;
    max-height:130px !important;
  }
  .fleet-info{
    padding:26px !important;
  }
  .fleet-info .h3{
    font-size:30px !important;
  }
  .specs{
    grid-template-columns:1fr !important;
  }
}
