#fw-section-custom-html-906a15f8-74b4-4ee7-9d16-9b7faeb20af2 {

.about-hero{
    padding:180px 0 140px;
}

.about-container{
    width:90%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.about-eyebrow{
    letter-spacing:.35em;
    text-transform:uppercase;
    color:#8f8f8f;
    margin-bottom:20px;
}

.about-title{
    font-family:"Fjalla One",sans-serif;
    font-size:clamp(4rem,8vw,6rem);
    line-height:.95;
    max-width:900px;
    margin-bottom:30px;
}

.about-subtitle{
    max-width:700px;
    color:#cfcfcf;
    font-size:1.15rem;
    line-height:1.9;
}
}
#fw-section-custom-html-1519e731-b89a-4a3b-b30c-ecc26f27000a {

.story-section{
    padding:120px 0;
}

.section-title{
    font-family:"Fjalla One",sans-serif;
    font-size:3rem;
    margin-bottom:50px;
}

.story-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.story-card{
    background:#111;
    border:1px solid #222;
    border-radius:12px;
    padding:35px;
    transition:.25s;
}

.story-card:hover{
    border-color:#660909;
    transform:translateY(-8px);
}

.story-card h3{
    font-family:"Fjalla One",sans-serif;
    margin-bottom:18px;
}

.story-card p{
    color:#cfcfcf;
    line-height:1.8;
}
}
#fw-section-custom-html-730d6546-fa4d-403d-863f-f55660affb5c {

.creator-section{
    padding:120px 0;
}

.creator-card{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:50px;
    align-items:center;
}

.creator-card img{
    width:220px;
    border-radius:18px;
    border:1px solid #222;
}

.creator-role{
    color:#888;
    text-transform:uppercase;
    letter-spacing:.1em;
    margin:12px 0 25px;
}

.creator-button{
    display:inline-block;
    margin-top:20px;
    padding:14px 28px;
    background:#660909;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    transition:.25s;
}

.creator-button:hover{
    background:#7b0d0d;
}
}
#fw-section-custom-html-f76c220a-594c-45cd-a04d-d01f46237d6c {

.timeline-section{
    padding:120px 0 180px;
}

.timeline{
    border-left:2px solid #222;
    margin-left:20px;
}

.timeline-item{
    position:relative;
    padding:0 0 45px 40px;
}

.timeline-item::before{
    content:"";
    position:absolute;
    left:-9px;
    top:6px;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#660909;
}

.timeline-item span{
    display:block;
    font-family:"Fjalla One",sans-serif;
    color:#fff;
    margin-bottom:10px;
}

.timeline-item p{
    color:#cfcfcf;
    line-height:1.8;
    max-width:700px;
}


}

#fw-section-custom-html-7d7f8526-39a7-478d-8675-c2f2c5de1d59 {

.hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 5vw;
}

.hero-content {
  max-width: 850px;
  text-align: left;
}

.hero-title {
  font-family: "Fjalla One", sans-serif;
  font-size: clamp(4rem, 11vw, 8rem);
  line-height: 0.95;
  margin: 0;
}

.hero-subtitle {
  margin-top: 2rem;
  font-size: 1.15rem;
  color: #d8d8d8;
}

.hero-tagline {
  margin-top: 2.5rem;
  font-style: italic;
  font-size: 1.5rem;
  color: #bcbcbc;
}

.hero-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 34px;

  text-decoration: none;

  font-family: "Fjalla One", sans-serif;
  font-size: .95rem;
  letter-spacing: .08em;
  text-transform: uppercase;

  transition:
    background .25s ease,
    border-color .25s ease,
    color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

/* Primary Button */

.hero-button-primary {
  background: #660909;
  color: #fff;
  border: 1px solid #7a1111;
}

.hero-button-primary:hover {
  background: #7d0d0d;
  border-color: #a01a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(102,9,9,.35);
}

/* Secondary Buttons */

.hero-button-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid #3a3a3a;
}

.hero-button-secondary:hover {
  background: rgba(255,255,255,.05);
  border-color: #660909;
  color: #fff;
  transform: translateY(-2px);
}

.hero-video {
  max-width: 1000px;
  margin: 2rem auto 0;
  padding: 0 2rem 2rem;
}

.section-eyebrow {
  text-align: center;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #9c9c9c;
  margin-bottom: 0.5rem;
}

.hero-video-container {
  width: 100%;
  aspect-ratio: 16 / 9;

  border-radius: 12px;
  overflow: hidden;

  border: 1px solid #1f1f1f;

  box-shadow: 0 0 40px rgba(0,0,0,.35);
}

.hero-video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
}
#fw-section-custom-html-eb95ead1-4b27-424e-aa06-b627c2e77a05 {

.why-reapers {
  padding: 120px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.why-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.why-heading {
  font-family: 'Inter', sans-serif;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

.why-subheading {
  font-family: 'Fjalla One', sans-serif;
  font-size: 56px;
  margin-bottom: 10px;
  color: #fff;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 2rem;

  padding: 1.25rem 1.5rem;

  border-left: 2px solid transparent;
  border-radius: 8px;

  transition:
    background .25s ease,
    border-color .25s ease,
    transform .25s ease,
    padding-left .25s ease;
}

.why-item:hover {
  background: rgba(255,255,255,.03);

  border-left-color: #660909;

  transform: translateX(6px);

  padding-left: 2rem;
}

.why-item span {
  font-family: "Fjalla One", sans-serif;

  font-size: 2rem;

  color: #6d6d6d;

  min-width: 48px;

  transition:
    color .25s ease,
    transform .25s ease;
}

.why-item:hover span {
  color: #660909;

  transform: scale(1.08);
}


}
#fw-section-custom-html-4237f134-607c-48c4-97fa-ae5a6049dafb {

.servers {
  padding: 140px 0;
}

.servers-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.servers-heading {
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #8b8b8b;
  margin-bottom: 20px;
}

.servers-title {
  font-family: "Fjalla One", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 70px;
}

.servers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 32px;
}

.server-card {
  display: flex;
  flex-direction: column;

  min-height: 470px;

  padding: 42px;

  background: rgba(15,15,15,.75);

  border: 1px solid #1d1d1d;
  border-radius: 12px;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.server-card:hover {
  transform: translateY(-8px);

  border-color: #660909;

  box-shadow:
    0 20px 50px rgba(0,0,0,.35);
}

.server-name {
  font-family: "Fjalla One", sans-serif;
  font-size: 3.5rem;

  margin-bottom: 20px;

  transition: color .25s ease;
}

.server-card:hover .server-name {
  color: #660909;
}

.server-description {
  color: #cfcfcf;

  line-height: 1.8;

  margin-bottom: 35px;
}

.server-features {
  display: flex;
  flex-direction: column;
  gap: 14px;

  margin-bottom: auto;
}

.server-features p {
  margin: 0;

  color: #e2e2e2;
}

.server-features p::before {
  content: "•";

  color: #660909;

  margin-right: 10px;
}

.server-button {
  display: inline-flex;

  align-items: center;

  margin-top: 45px;

  color: #ffffff;

  text-decoration: none;

  font-family: "Fjalla One", sans-serif;

  letter-spacing: .08em;

  transition:
    color .25s ease,
    transform .25s ease;
}

.server-button:hover {
  color: #660909;

  transform: translateX(6px);
}
}
#fw-section-custom-html-597d2cc9-473c-4cee-8e0c-f9872baee18e {

.stats-heading {
  text-align: center;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-bottom: 15px;
}

.stats {
  padding: 120px 0;
}

.stats-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.stat-item {
  text-align: center;
  transition: transform .25s ease;
}

.stat-item:hover {
  transform: translateY(-6px);
}

.stat-number {
  font-family: "Fjalla One", sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  color: #ffffff;
  transition: color .25s ease;
}

.stat-item:hover .stat-number {
  color: #660909;
}

.stat-label {
  margin-top: 18px;

  letter-spacing: .25em;
  text-transform: uppercase;

  font-size: .8rem;

  color: #8f8f8f;
}

@media (max-width: 900px) {

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

}

@media (max-width: 600px) {

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

}
}
#fw-section-custom-html-7b4c81d7-fcd6-4b02-aac6-ca71dd1d84f4 {

.gallery {
  padding: 140px 0;
}

.gallery-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.gallery-heading {
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-bottom: 20px;
}

.gallery-title {
  font-family: "Fjalla One", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 70px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
}

.gallery-side {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #1f1f1f;
  background: #111;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.gallery-card:hover {
  transform: translateY(-8px);
  border-color: #660909;
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
}

.gallery-featured {
  aspect-ratio: 16 / 9;
}

.gallery-side .gallery-card {
  flex: 1;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  transition: transform .4s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 24px;

  background: linear-gradient(
    transparent,
    rgba(0,0,0,.88)
  );
}

.gallery-label {
  font-size: .75rem;
  letter-spacing: .25em;
  color: #bcbcbc;
  margin-bottom: 8px;
}

.gallery-author {
  color: #fff;
  font-size: 1rem;
}

.gallery-author strong {
  color: #fff;
}

@media (max-width: 900px) {

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-side {
    gap: 20px;
  }

}
}
#fw-section-custom-html-81b0db38-6b9f-455f-a4b4-6f16b1eaebd0 {

.community {
  padding: 140px 0;
}

.community-container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.community-heading {
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-bottom: 20px;
}

.community-title {
  font-family: "Fjalla One", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 25px;
}

.community-text {
  max-width: 650px;
  margin: 0 auto 50px;
  color: #cfcfcf;
  line-height: 1.8;
}

.community-widget {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.community-widget iframe {
  border-radius: 12px;
  border: 1px solid #1f1f1f;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.community-widget iframe:hover {
  transform: translateY(-6px);

  border-color: #660909;

  box-shadow: 0 20px 40px rgba(0,0,0,.35);
}

.community-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 36px;

  background: #660909;
  border: 1px solid #7d1111;

  color: #fff;
  text-decoration: none;

  font-family: "Fjalla One", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;

  transition:
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.community-button:hover {
  background: #7d1111;

  transform: translateY(-2px);

  box-shadow: 0 10px 25px rgba(102,9,9,.35);
}
}