/* =========================================
   JUGGERNAUT DEE
   Creator + Developer Website
========================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 107, 0, 0.08), transparent 35%),
    #080808;

  color: #f5f5f5;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  line-height: 1.6;
}

a {
  color: inherit;
}

::selection {
  background: #ff6b00;
  color: #080808;
}


/* =========================================
   HEADER
========================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;

  background: rgba(8, 8, 8, 0.96);

  border-bottom: 1px solid #33200f;
}

.navbar {
  width: min(1400px, calc(100% - 60px));
  min-height: 74px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: auto 1fr auto;

  align-items: center;

  gap: 40px;
}

.brand {
  display: flex;
  align-items: center;

  gap: 12px;

  text-decoration: none;
}

.brand-mark {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  color: #ff6b00;

  border: 2px solid #ff6b00;

  font-weight: 900;

  transform: skew(-8deg);

  font-size: 0.95rem;
}

.brand-text {
  font-size: 1.15rem;

  font-weight: 800;

  letter-spacing: 2px;
}

.brand-text strong {
  color: #ff6b00;
}

.nav-links {
  display: flex;
  justify-content: center;

  gap: 34px;

  list-style: none;
}

.nav-links a {
  position: relative;

  color: #d2d2d2;

  text-decoration: none;

  font-size: 0.82rem;

  text-transform: uppercase;

  letter-spacing: 0.6px;

  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #ff6b00;
}

.nav-links a.active::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: -27px;

  height: 2px;

  background: #ff6b00;
}

.nav-socials {
  display: flex;

  gap: 12px;
}

.nav-socials a {
  width: 34px;
  height: 34px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  text-decoration: none;

  font-size: 0.68rem;

  font-weight: 800;

  color: #ff6b00;

  border: 1px solid #57300f;

  border-radius: 5px;
}


/* =========================================
   HERO
========================================= */

.hero {
  min-height: calc(100vh - 74px);

  display: flex;
  align-items: center;

  position: relative;

  overflow: hidden;

  border-bottom: 1px solid #33200f;
}

.hero::before {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(8, 8, 8, 1) 0%,
      rgba(8, 8, 8, 0.98) 35%,
      rgba(8, 8, 8, 0.75) 63%,
      rgba(8, 8, 8, 0.92) 100%
    );
}

.hero-inner {
  position: relative;
  z-index: 2;

  width: min(1400px, calc(100% - 60px));

  margin: 0 auto;

  padding: 75px 0;

  display: grid;

  grid-template-columns: 0.95fr 1.05fr;

  align-items: center;

  gap: 40px;
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  color: #ff6b00;

  font-weight: 800;

  letter-spacing: 4px;

  font-size: 0.82rem;

  margin-bottom: 12px;
}

.eyebrow span {
  margin: 0 9px;
}

.hero h1 {
  color: #f5f5f5;

  font-size: clamp(4.6rem, 8.5vw, 8rem);

  line-height: 0.82;

  letter-spacing: -6px;

  font-weight: 900;

  text-transform: uppercase;
}

.hero h1 span {
  display: block;

  margin-top: 10px;

  color: #ff6b00;

  font-style: italic;

  letter-spacing: -8px;

  transform: skew(-6deg);
}

.hero-description {
  max-width: 620px;

  margin-top: 36px;

  color: #d2d2d2;

  font-size: 1.3rem;

  line-height: 1.45;
}

.hero-actions {
  display: flex;

  gap: 16px;

  margin-top: 28px;
}

.button {
  min-height: 52px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 0 26px;

  border-radius: 5px;

  font-size: 0.88rem;

  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #080808;

  background: #ff6b00;

  border: 1px solid #ff6b00;
}

.button-primary:hover {
  background: #ff8126;
}

.button-outline {
  color: #f5f5f5;

  background: transparent;

  border: 1px solid #ff6b00;
}

.button-outline:hover {
  background: rgba(255, 107, 0, 0.1);
}

.button-small {
  margin-top: 10px;

  min-height: 44px;

  color: #ff6b00;

  background: transparent;

  border: 1px solid #ff6b00;
}


/* =========================================
   HERO ART AREA
========================================= */

.hero-visual {
  min-height: 610px;

  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;
}

.hero-glow {
  position: absolute;

  width: 480px;
  height: 480px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(255, 107, 0, 0.23) 0%,
      rgba(255, 107, 0, 0.08) 45%,
      transparent 72%
    );

  filter: blur(12px);
}

.hero-image-placeholder {
  position: relative;

  width: min(560px, 100%);
  min-height: 560px;

  display: flex;

  flex-direction: column;

  justify-content: center;
  align-items: center;

  gap: 18px;

  background:
    radial-gradient(
      circle at center,
      rgba(255, 107, 0, 0.18),
      rgba(18, 18, 18, 0.95) 45%,
      #0a0a0a 72%
    );

  border: 1px solid #552c0f;

  clip-path:
    polygon(
      10% 0,
      90% 0,
      100% 10%,
      100% 90%,
      90% 100%,
      10% 100%,
      0 90%,
      0 10%
    );
}

.hero-image-placeholder::before {
  content: "";

  position: absolute;

  inset: 35px;

  border-radius: 50%;

  border: 3px solid rgba(255, 107, 0, 0.32);

  box-shadow:
    0 0 80px rgba(255, 107, 0, 0.18);
}

.hero-image-placeholder span {
  position: relative;

  color: #ff6b00;

  font-size: 7rem;

  line-height: 1;

  font-weight: 900;

  letter-spacing: -12px;
}

.hero-image-placeholder p {
  position: relative;

  color: #8c8c8c;

  max-width: 300px;

  text-align: center;

  font-size: 0.85rem;
}


/* =========================================
   ABOUT
========================================= */

.about-section {
  padding: 34px 0;

  border-bottom: 1px solid #33200f;

  background:
    linear-gradient(
      180deg,
      #0b0b0b,
      #080808
    );
}

.about-inner {
  width: min(1400px, calc(100% - 60px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    0.8fr
    1fr
    0.65fr;

  gap: 46px;

  align-items: center;
}

.section-kicker {
  color: #ff6b00;

  font-size: 0.8rem;

  font-weight: 800;

  letter-spacing: 2px;

  margin-bottom: 4px;
}

.about-copy h2 {
  font-size: 2.35rem;

  line-height: 1;

  margin-bottom: 20px;

  letter-spacing: -1px;
}

.about-copy p {
  margin-bottom: 15px;

  color: #b8b8b8;

  font-size: 0.95rem;
}

.about-visual {
  min-height: 330px;
}

.about-image-placeholder {
  min-height: 330px;

  height: 100%;

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      #171717,
      #0d0d0d
    );

  border: 1px solid #5a3010;

  transform: skew(-4deg);

  overflow: hidden;
}

.about-image-placeholder::before {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 107, 0, 0.08) 50%,
      transparent 100%
    );
}

.about-image-placeholder span,
.about-image-placeholder p {
  position: relative;

  transform: skew(4deg);
}

.about-image-placeholder span {
  color: #ff6b00;

  font-size: 2rem;

  font-weight: 900;

  font-style: italic;
}

.about-image-placeholder p {
  margin-top: 6px;

  color: #777;
}

.about-details {
  display: flex;

  flex-direction: column;

  gap: 26px;
}

.detail-item {
  display: grid;

  grid-template-columns: 42px 1fr;

  gap: 14px;
}

.detail-icon {
  color: #ff6b00;

  font-size: 1.5rem;

  font-weight: bold;
}

.detail-item h3 {
  color: #ff6b00;

  font-size: 0.75rem;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: 3px;
}

.detail-item p {
  color: #aaa;

  font-size: 0.9rem;

  line-height: 1.45;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

  .navbar {
    grid-template-columns: auto 1fr;
  }

  .nav-links {
    justify-content: flex-end;
  }

  .nav-socials {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr 0.9fr;
  }

  .about-inner {
    grid-template-columns: 1fr 1fr;
  }

  .about-details {
    grid-column: 1 / -1;

    display: grid;

    grid-template-columns: repeat(3, 1fr);
  }

}


@media (max-width: 800px) {

  .site-header {
    position: relative;
  }

  .navbar {
    width: min(100% - 30px, 1400px);

    padding: 18px 0;

    grid-template-columns: 1fr;
  }

  .brand {
    justify-content: center;
  }

  .nav-links {
    justify-content: center;

    flex-wrap: wrap;

    gap: 16px;
  }

  .nav-links a.active::after {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    width: min(100% - 30px, 1400px);

    padding: 80px 0;

    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(4rem, 16vw, 6rem);

    letter-spacing: -4px;
  }

  .hero h1 span {
    letter-spacing: -5px;
  }

  .hero-description {
    font-size: 1.08rem;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-image-placeholder {
    min-height: 420px;
  }

  .about-inner {
    width: min(100% - 30px, 1400px);

    grid-template-columns: 1fr;

    padding: 45px 0;
  }

  .about-details {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 520px) {

  .brand-text {
    font-size: 0.95rem;

    letter-spacing: 1px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-image-placeholder {
    min-height: 340px;
  }

  .hero-image-placeholder span {
    font-size: 5rem;
  }

}
