@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

:root {
  --red: #FF1E00;
  --black: #030303;
  --panel: #111;
  --text: #fff;
  --muted: #b8b8b8;
/*   --shell: 1080px; */
	--shell: 1480px;
/*   --header: 72px; */
	--header: 100px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #000;
  color: var(--text);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
transition: all 0.5s ease-in-out;
}
.site-shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
	padding: 0 100px;
}
.section-dark {
  background: #000;
}
.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  background: rgba(0, 0, 0, 0.96);
  height: var(--header);
  display: flex;
  align-items: center;
  transition: 0.25s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.site-header.is-scrolled {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.brand,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 280px;
}
.brand img,
.custom-logo-link img {
    width: 100%;
    height: 100%;
}
.brand {
	display: none;
}
/* .custom-logo-link {
  display: inline-flex;
}
.custom-logo {
  width: auto;
  max-height: 38px;
} */
.brand-mark {
  color: var(--red);
  font-size: 32px;
  line-height: 1;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 0.9;
}
.brand-copy strong {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.brand-copy small {
  font-size: 8px;
  color: var(--red);
  font-weight: 700;
  margin-top: 5px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  text-transform: uppercase;
	font-size: 18px;
    line-height: 24px;
	font-weight: 600;
	list-style: none;
}
.nav-cta, .button-red {
    background: var(--red);
    padding: 10px 20px;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}
.button-red {
    letter-spacing: 1.4px;
    padding: 16px 32px;
    border-radius: 12px;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 36px;
  padding: 4px;
}
.menu-toggle img {
    width: 100%;
    height: 100%;
}
.site-nav a:hover {
    color: #ff1e00;
}
.nav-cta-outter {
	display: none;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}
.hero {
/*   min-height: 510px; */
	min-height: calc(92dvh - 100%);
    height: 100%;
  margin-top: var(--header);
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.08)),
    var(--hero-image);
  background-size: cover;
  background-position: center 42%;
  position: relative;
}
.hero-shell {
/*   height: 510px; */
	height: 92dvh;
  display: flex;
  align-items: flex-end;
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
}
.hero-title-box {
  background: #FF0000;
  width: min(985px, 96%);
  padding: 36px 52px 36px 100px;
  margin-bottom: 0;
  transform: translateY(1px);
}
.hero-title-box h1 {
    font-family: "Anton", sans-serif;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -0.45px;
}
.hero-title-box h1 span {
    color: #000;
    display: inline-block;
    margin-top: 20px;
}
.intro {
  padding: 80px 0px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}
.intro h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
  margin: 0;
  text-transform: uppercase;
}
.intro h2 p {
    margin: 0;
}
.intro h2 span {
  color: var(--red);
}
.intro-copy {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.intro-copy p {
  margin-top: 0;
}
.quote-section {
    min-height: 800px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), var(--quote-image);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 0 0 80px;
	background-attachment: fixed;
    background-repeat: no-repeat;
}
.quote-inner {
  display: flex;
  align-items: center;
}
.quote-section blockquote {
    max-width: 1235px;
    margin: 0;
    border-left: 4px solid var(--red);
    padding: 0 0 0 34px;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quote-section blockquote p {
    margin: 0;
}
.quote-section blockquote span {
  color: var(--red);
}
.quote-section cite {
    display: block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.2px;
    font-style: normal;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.80);
}
.why {
  padding: 80px 0px 100px;
}
.section-heading h2 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 600;
  margin: 0 0 12px;
	text-transform: uppercase;
}
.section-heading p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin: 0;
}
.centered {
  text-align: center;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 34px;
	display: none;
}
.stat-card {
    background: #0D0D0D;
    border: 1px solid #1A1A1A;
    min-height: 180px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 36px 24px;
	text-align: center;
}
.stat-card strong {
    color: var(--red);
    font-size: 52px;
    line-height: 60px;
}
.stat-card span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 24px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 80px;
}
.service-card {
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #151515 var(--card-image) center / cover no-repeat;
    padding: 50px 24px;
    display: flex;
    align-items: flex-start;
}
.service-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 230px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.84) 49.04%, #000 100%);
}
.service-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    z-index: 2;
    height: auto;
    min-height: 257px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}

.service-content-inner,
.service-content-detail {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.service-content-detail {
	gap: 8px;
}
.service-content h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.service-content p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.testimonials {
  padding: 54px 0 70px;
	display: none;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}
.testimonial-card {
  background: #111;
  border: 1px solid #1d1d1d;
  border-radius: 7px;
  padding: 28px 24px;
  text-align: center;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-quote {
  font-size: 13px;
  line-height: 1.45;
  min-height: 82px;
  margin: 0 0 18px;
}
.testimonial-card img,
.avatar-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.avatar-placeholder {
  background: radial-gradient(
    circle at 50% 35%,
    #d5a787 0 18%,
    #777 19% 42%,
    #2a2a2a 43%
  );
}
.testimonial-card strong {
  font-size: 12px;
}
.testimonial-card small {
  font-size: 9px;
  color: #888;
  margin-top: 5px;
}
.cta-wrap {
  padding: 0 0 100px;
}
.event-cta {
    min-height: 210px;
    border-radius: 32px;
    border: 1px solid #1A1A1A;
    overflow: hidden;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.64) 58.17%, rgba(0, 0, 0, 0.70) 100%), var(--cta-image);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 40px 80px;
}
.event-cta-content {
	max-width: 760px;
}
.event-cta h2,
.newsletter-card h2 {
  font-size: 52px;
	line-height: 60px;
	font-weight: 600;
	margin: 0 0 12px;
}
.event-cta p, 
.newsletter-card p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 40px;
}
.event-cta p {
	opacity: 0.8;
	margin: 0px;
}
.event-cta-content .button-red {
    display: none;
}
.newsletter-card {
    margin-top: 100px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
    align-items: start;
    border-radius: 32px;
    border: 1px solid #1A1A1A;
    background: #0D0D0D;
}
.newsletter-card p {
	margin: 0;
}
.newsletter-form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.newsletter-form form >* {
	font-family: "Inter", sans-serif;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.newsletter-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.newsletter-form input {
  width: 100%;
  height: 52px;
  color: white;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 12px;
  border: 1px solid #262626;
  background: #1A1A1A;
}
.newsletter-form label textarea {
    border-radius: 12px;
    border: 1px solid #262626;
    background: #1A1A1A;
    padding: 8px 16px;
    height: 146px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.newsletter-form .button-red {
    width: max-content;
    margin: 0 auto;
    background: var(--red);
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    border: 0;
}
.site-footer {
      padding: 60px 0 48px;
    background: #0D0D0D;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}
.footer-brand {
  margin-bottom: 25px;
	max-width: 200px;
}
.footer-grid .custom-logo-link {
    margin-bottom: 25px;
    max-width: 200px;
}
.socials {
  display: flex;
  gap: 18px;
}
.socials a {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}
.footer-contact {
    font-size: 13px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: right;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    margin-top: 40px;
    padding-top: 40px;
    text-align: right;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.70);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	gap: 20px;
}
.footer-contact p {
    margin: 0;
}
@media (max-width: 1199px) {
	.hero-title-box {
		width: 100%;
		max-width: 785px;
	}
	.hero-title-box h1 {
		font-size: 64px;
		line-height: 64px;
	}
	.site-shell {
		padding: 0 16px;
	}
	.hero-shell {
		padding: 0px;
	}
	.quote-section blockquote {
		font-size: 62px;
		line-height: 62px;
	}
	.stat-card strong {
		font-size: 42px;
		line-height: 46px;
	}
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.event-cta {
		padding: 32px;
		border-radius: 20px;
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), var(--cta-image);
	}
	.newsletter-card {
		padding: 40px 32px;
		gap: 32px;
	}
}
@media (max-width: 991px) {
  :root {
    --header: 61px;
  }
  .site-shell {
    width: min(calc(100% - 32px), var(--shell));
	  padding: 0px;
  }
  .site-header {
    height: var(--header);
  }
/*   .custom-logo {
    max-height: 27px;
  } */
	.brand,
	.custom-logo-link {
		max-width: 120px;
	}
  .brand-copy strong {
    font-size: 14px;
  }
  .brand-copy small {
    font-size: 6px;
  }
  .site-nav {
    position: fixed;
    top: var(--header);
    left: 0;
    right: 0;
    background: #050505;
    padding: 22px 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
  }
  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid #171717;
	display: block;
  }
  .site-nav .nav-cta {
    margin-top: 12px;
    border-bottom: 0;
  }
  .menu-toggle {
    display: block;
  }
	.nav-cta-outter {
        display: inline-flex;
        margin-left: auto;
        margin-right: 12px;
        padding: 8px 14px;
        font-size: 12px;
        line-height: normal;
        font-weight: 400;
		font-family: "Archivo Black", sans-serif;
    }
	.site-nav .nav-cta {
		display: none;
	}
  .hero {
    background-position: 60% center;
  }
	.hero-title-box h1 {
		font-size: 52px;
		line-height: 52px;
	}
  .intro {
    padding: 48px 0;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .intro-copy {
	  font-size: 18px;
	  line-height: 22px;
	  color: rgba(255, 255, 255, 0.70);
	}
  .quote-section {
    min-height: 600px;
	  padding: 0 0 38px;
    background-position: center;
  }
  .quote-section blockquote {
	  font-size: 32px;
	  line-height: 40px;
	  padding-left: 16px;
	  gap: 24px;
	}
  .quote-section cite {
	  font-size: 12px;
	  line-height: 16px;
	  color: rgba(255, 255, 255, 0.70);
	}
  .why {
    padding: 64px 0 48px;
  }
	.section-heading h2 {
		font-size: 24px;
		line-height: 32px;
	}
  .section-heading p {
        font-size: 14px;
        line-height: 20px;
        opacity: 0.7;
    }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
	  gap: 16px;
    margin-top: 32px;
  }
  .stat-card {
	  min-height: 112px;
	  padding: 24px 16px;
	}
  .stat-card strong {
    font-size: 32px;
	  line-height: 36px;
  }
  .stat-card span {
    font-size: 14px;
	  margin-top: 20px;
  }
	.services-grid {
		margin-top: 32px;
	}
  .testimonials {
    padding: 30px 0 38px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }
  .testimonial-card {
    min-height: 210px;
    padding: 22px 18px;
  }
  .testimonial-quote {
    min-height: auto;
    font-size: 11px;
    max-width: 280px;
  }
  .cta-wrap {
    padding-bottom: 0px;
  }
  .event-cta {
    align-items: flex-end;
  }
  .event-cta h2,
	.newsletter-card h2 {
	  font-size: 24px;
	  line-height: 32px;
	  margin: 0 0 8px;
	  text-transform: uppercase;
	}
  .event-cta p,
	.newsletter-card p {
	  font-size: 14px;
	  line-height: 20px;
/* 	  margin: 0 0 24px; */
	  color: rgba(255, 255, 255, 0.70);
	  opacity: 1;
	}
	
  .newsletter-card {
	  grid-template-columns: 1fr;
	  border-radius: 8px;
	  margin-top: 24px;
	  gap: 28px;
	}
	.newsletter-form form {
		gap: 16px;
	}
  .newsletter-card h2 {
	  line-height: normal;
  }
  .newsletter-card p {
    margin-bottom: 0;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .newsletter-form input {
    height: 48px;
  }
  .site-footer {
    padding: 48px 0 32px;
  }
  .footer-contact {
    text-align: left;
  }
 .footer-bottom {
	 text-align: left;
	 margin-top: 32px;
	 padding-top: 32px;
	}
	.cta-wrap .site-shell:nth-child(2) {
		margin: auto;
		margin-inline: unset;
		width: 100%;
	}
	.footer-brand,
	.footer-grid .custom-logo-link {
		max-width: 256px;
	}
}
@media (max-width: 767px) {
	.hero-shell {
		margin-right: 0px;
		width: 100%;
	}
	.hero-title-box {
		padding: 16px;
	}
	.hero-title-box h1 span {
		margin-top: 4px;
	}
	.hero-title-box h1 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -0.16px;
    }
	.services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service-card {
    min-height: 400px;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.82) 60%, #000 100%),  var(--card-image)  lightgray 50% / cover no-repeat;
  }
  .service-content {
    min-height: auto;
    bottom: 24px;
  }
  .service-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .service-content p {
    font-size: 16px;
    line-height: 24px;
  }
	.service-content-inner {
		gap: 16px;
	}
	.service-card:before {
		display: none;
	}
	.button-red {
		width: 100%;
		font-size: 16px;
		padding: 14px 24px;
		border-radius: 8px;
	}
	.newsletter-form label {
		font-size: 12px;
		line-height: 16px;
		font-weight: 700;
	}
	.newsletter-form input {
        font-size: 14px;
        line-height: 20px;
    }
	.footer-grid {
		grid-template-columns: 1fr;
	  }
	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
	.newsletter-card {
		padding: 40px 16px 56px;
	}
	.newsletter-form .button-red {
		width: 100%;
	}
	.footer-brand {
		margin: 0px;
	}
	.quote-section {
    background-position: center;
		background-attachment: local;
  }
}