
:root{
  --black:#050505;
  --dark:#0b0b0d;
  --soft-dark:#111114;
  --white:#ffffff;
  --muted:#b9b9bd;
  --muted2:#7d7d83;
  --red:#e30613;
  --red2:#ff1f2d;
  --line:rgba(255,255,255,.12);
  --radius:30px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--black);
  color:var(--white);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,92%);margin:0 auto}

/* Header */
.header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:100;
  background:rgba(5,5,5,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
.nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.logo{
  height:30px;
  width:auto;
}
.menu{
  display:flex;
  align-items:center;
  gap:32px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.menu a{color:rgba(255,255,255,.72);transition:.2s}
.menu a:hover,.menu a.active{color:white}
.menu .nav-btn{
  background:var(--red);
  color:white;
  padding:11px 18px;
  border-radius:999px;
}
.mobile-menu{
  display:none;
  background:none;
  border:0;
  color:white;
  font-size:30px;
}

/* Hero */
.hero{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:flex-end;
  padding:135px 0 76px;
  overflow:hidden;
}
.hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(5,5,5,.94) 0%,rgba(5,5,5,.72) 40%,rgba(5,5,5,.08) 100%),
    linear-gradient(0deg,#050505 0%,rgba(5,5,5,.10) 46%,rgba(5,5,5,.66) 100%);
}
.hero-content{
  position:relative;
  z-index:2;
  max-width:720px;
}
.eyebrow{
  color:var(--red2);
  font-size:13px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
  margin-bottom:18px;
}
h1{
  font-size:clamp(46px,8vw,92px);
  line-height:.92;
  letter-spacing:-.075em;
  font-weight:900;
}
h1 span{color:var(--red)}
.lead{
  max-width:650px;
  margin-top:24px;
  color:rgba(255,255,255,.80);
  font-size:clamp(18px,2vw,21px);
}
.actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}
.btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:999px;
  font-weight:900;
}
.btn-red{background:var(--red);color:white}
.btn-red:hover{background:var(--red2)}
.btn-dark{
  border:1px solid var(--line);
  background:rgba(255,255,255,.075);
  color:white;
}
.facts{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:50px;
  max-width:760px;
}
.fact{
  background:rgba(255,255,255,.075);
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  backdrop-filter:blur(12px);
}
.fact strong{
  display:block;
  font-size:24px;
  letter-spacing:-.04em;
}
.fact span{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.62);
  font-size:13px;
}

/* Sections */
.section{padding:96px 0}
.section.alt{
  background:linear-gradient(180deg,#050505,#0b0b0d);
}
.section-head{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:52px;
  align-items:end;
  margin-bottom:44px;
}
h2{
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  letter-spacing:-.058em;
}
.text{
  color:var(--muted);
  font-size:18px;
  margin-top:18px;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.card{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
}
.card h3{
  font-size:23px;
  line-height:1.1;
  letter-spacing:-.04em;
  margin-bottom:12px;
}
.card p{color:var(--muted)}
.number{
  color:var(--red);
  font-weight:900;
  margin-bottom:24px;
}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:54px;
  align-items:center;
}
.photo{
  border-radius:34px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#111;
}
.list{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.list-item{
  background:rgba(255,255,255,.045);
  border:1px solid var(--line);
  border-radius:22px;
  padding:19px;
  color:var(--muted);
}
.list-item b{color:white}
.cta{
  background:
    radial-gradient(circle at 0 0,rgba(227,6,19,.24),transparent 34%),
    linear-gradient(135deg,#131316,#060606);
  border:1px solid var(--line);
  border-radius:36px;
  padding:50px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
}

/* Subpages */
.page-hero{
  padding:150px 0 74px;
  background:linear-gradient(180deg,#111114,#050505);
  border-bottom:1px solid var(--line);
}
.page-hero h1{max-width:900px}
.contact-box{
  background:white;
  color:#070707;
  border-radius:32px;
  padding:36px;
}
.contact-box p{color:#525252;margin-top:10px}
.contact-link{
  display:block;
  border:1px solid #e5e5e5;
  border-radius:18px;
  padding:16px;
  margin-top:12px;
  font-weight:900;
}

/* Footer */
.footer{
  border-top:1px solid var(--line);
  color:rgba(255,255,255,.56);
  font-size:14px;
  padding:32px 0;
}
.footer .container{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

/* Mobile */
@media(max-width:880px){
  .nav{height:68px}
  .logo{height:26px}
  .mobile-menu{display:block}
  .menu{
    display:none;
    position:fixed;
    top:68px;
    left:0;
    right:0;
    background:#050505;
    border-bottom:1px solid var(--line);
    padding:24px;
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
  }
  .menu.open{display:flex}
  .menu .nav-btn{width:100%;text-align:center}
  .hero{
    min-height:92vh;
    padding:118px 0 48px;
  }
  .hero::after{
    background:
      linear-gradient(90deg,rgba(5,5,5,.88),rgba(5,5,5,.55)),
      linear-gradient(0deg,#050505 0%,rgba(5,5,5,.04) 50%,rgba(5,5,5,.6) 100%);
  }
  .facts,.section-head,.grid-3,.split,.cta{
    grid-template-columns:1fr;
  }
  .facts{margin-top:34px}
  .section{padding:72px 0}
  .card,.contact-box{padding:26px}
  .cta{padding:30px}
}
