:root {
  --ink: #0b0907;
  --brown: #1a120b;
  --gold: #c89b3c;
  --soft-gold: #e8c878;
  --orange: #c26b2d;
  --beige: #f5e6c8;
  --display: "Bebas Neue", "Anton", "Oswald", sans-serif;
  --serif: "Playfair Display", "Cinzel", serif;
  --sans: "Oswald", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--beige);
  font-family: var(--sans);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 3px 3px;
}

.cursor-glow {
  position: fixed;
  left: var(--x, 50%);
  top: var(--y, 50%);
  z-index: 2;
  width: 38rem;
  height: 38rem;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0.16;
  background: radial-gradient(circle, rgba(232, 200, 120, 0.35), transparent 60%);
  transition: left 160ms ease, top 160ms ease;
}

.scene {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: clip;
  display: flex;
  align-items: center;
  padding: clamp(4rem, 6vw, 6rem) clamp(1.25rem, 4vw, 5rem);
}

.hero {
  min-height: max(100svh, 820px);
  align-items: center;
  padding-bottom: clamp(4rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 80% 22%, rgba(200,155,60,0.24), transparent 30rem),
    radial-gradient(circle at 12% 82%, rgba(194,107,45,0.2), transparent 32rem),
    linear-gradient(110deg, #0b0907, #1a120b 68%, #0b0907);
}

.hero-real-image {
  position: absolute;
  inset: -5% 0;
  z-index: 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: 68% center;
  transform: translateY(var(--parallax, 0px)) scale(1.04);
  will-change: transform;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 72% 35%, rgba(232,200,120,0.16), transparent 20rem),
    linear-gradient(90deg, rgba(11,9,7,0.96) 0%, rgba(11,9,7,0.86) 34%, rgba(11,9,7,0.45) 58%, rgba(11,9,7,0.12) 100%),
    linear-gradient(180deg, rgba(11,9,7,0.16), rgba(11,9,7,0.82));
}

.hero-copy,
.section-copy,
.final-copy,
.milestone-panel {
  position: relative;
  z-index: 4;
}

.hero-copy {
  width: min(55rem, 58vw);
}

.eyebrow {
  margin: 0 0 1.15rem;
  color: var(--gold);
  font-size: clamp(0.72rem, 1.1vw, 0.9rem);
  letter-spacing: 0.45em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4.8rem, 7.2vw, 9rem);
  line-height: 0.86;
  max-width: 55rem;
}

h1 span,
.final-copy h2,
.section-copy h2 {
  color: transparent;
  background: linear-gradient(180deg, var(--beige), var(--soft-gold) 48%, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
}

.lead,
.section-copy p,
footer p {
  color: rgba(245, 230, 200, 0.72);
  font-family: var(--serif);
  line-height: 1.55;
}

.lead {
  max-width: 40rem;
  margin: 1.7rem 0 0;
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.35rem;
}

.actions.center {
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: transform 350ms ease, border-color 350ms ease, background 350ms ease;
}

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

.primary {
  background: var(--soft-gold);
  color: var(--ink);
  box-shadow: 0 0 52px rgba(232, 200, 120, 0.2);
}

.ghost {
  border: 1px solid rgba(232, 200, 120, 0.48);
  color: var(--beige);
  background: rgba(11, 9, 7, 0.22);
  backdrop-filter: blur(12px);
}

.back-word {
  position: absolute;
  z-index: 1;
  color: rgba(232, 200, 120, 0.07);
  font-family: var(--display);
  font-size: clamp(6rem, 14vw, 16rem);
  line-height: 0.8;
  text-transform: uppercase;
}

.mentor {
  right: 20%;
  top: 8%;
}

.visionary {
  right: 6%;
  bottom: 17%;
}

.stat-strip {
  position: relative;
  z-index: 5;
  left: auto;
  right: auto;
  bottom: auto;
  display: grid;
  width: min(55rem, 58vw);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.stat-strip span {
  border: 1px solid rgba(200,155,60,0.28);
  background: rgba(11, 9, 7, 0.48);
  padding: 1rem;
  color: rgba(245,230,200,0.68);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  backdrop-filter: blur(16px);
}

.stat-strip strong {
  display: block;
  color: var(--soft-gold);
  font-family: var(--display);
  font-size: clamp(2rem, 2.8vw, 3.1rem);
  line-height: 0.85;
  letter-spacing: 0;
}

.image-scene {
  padding: 0;
  min-height: max(100svh, 780px);
}

.scene-image {
  position: absolute;
  inset: -5% 0;
  z-index: 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center;
  transform: translateY(var(--parallax, 0px)) scale(1.04);
  will-change: transform;
}

.shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11,9,7,0.82), rgba(11,9,7,0.28) 48%, rgba(11,9,7,0.78)),
    linear-gradient(180deg, rgba(11,9,7,0.3), rgba(11,9,7,0.72));
}

.left-heavy {
  background: linear-gradient(90deg, rgba(11,9,7,0.92), rgba(11,9,7,0.56) 45%, rgba(11,9,7,0.15));
}

.right-heavy {
  background: linear-gradient(90deg, rgba(11,9,7,0.88), rgba(11,9,7,0.42) 45%, rgba(11,9,7,0.62));
}

.dream-shade {
  background: linear-gradient(90deg, rgba(11,9,7,0.52), rgba(11,9,7,0.18) 42%, rgba(11,9,7,0.78));
}

.achievement-shade {
  background: linear-gradient(90deg, rgba(11,9,7,0.84), rgba(11,9,7,0.44) 50%, rgba(11,9,7,0.34));
}

.section-copy {
  width: min(42rem, calc(100% - 2.5rem));
  margin: 0 clamp(1.25rem, 6vw, 6rem);
  padding: clamp(1.4rem, 2.6vw, 2.4rem);
  border: 1px solid rgba(232, 200, 120, 0.16);
  background: linear-gradient(120deg, rgba(11,9,7,0.9), rgba(11,9,7,0.58));
  box-shadow: 0 0 70px rgba(11,9,7,0.28);
}

.section-copy.right {
  margin-left: auto;
}

.section-copy.left {
  margin-right: auto;
}

.section-copy h2 {
  font-size: clamp(4.2rem, 6.8vw, 8rem);
  line-height: 0.9;
}

.section-copy p:not(.eyebrow) {
  max-width: 36rem;
  margin: 1.6rem 0 0;
  font-size: clamp(1.08rem, 1.8vw, 1.7rem);
}

.floating-cloud {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.floating-cloud span {
  position: absolute;
  color: rgba(245,230,200,0.18);
  font-family: var(--display);
  font-size: clamp(2.8rem, 8vw, 8rem);
  text-transform: uppercase;
  animation: drift 9s ease-in-out infinite alternate;
}

.floating-cloud span:nth-child(1) { left: 3%; top: 15%; }
.floating-cloud span:nth-child(2) { left: 11%; top: 63%; animation-delay: -1s; }
.floating-cloud span:nth-child(3) { right: 5%; top: 12%; animation-delay: -2s; color: rgba(232,200,120,0.2); }
.floating-cloud span:nth-child(4) { left: 2%; bottom: 8%; animation-delay: -3s; }
.floating-cloud span:nth-child(5) { right: 11%; bottom: 22%; color: rgba(245,230,200,0.28); }
.floating-cloud span:nth-child(6) { left: 39%; top: 8%; animation-delay: -4s; }
.floating-cloud span:nth-child(7) { right: 3%; top: 49%; animation-delay: -2.6s; }
.floating-cloud span:nth-child(8) { left: 49%; bottom: 7%; animation-delay: -5s; }

@keyframes drift {
  from { transform: translate3d(-12px, -10px, 0); }
  to { transform: translate3d(18px, 18px, 0); }
}

.milestone-panel {
  width: min(68rem, calc(100% - 2.5rem));
  margin: 0 auto 0 clamp(1.25rem, 6vw, 6rem);
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border: 1px solid rgba(232, 200, 120, 0.18);
  background: linear-gradient(120deg, rgba(11,9,7,0.9), rgba(11,9,7,0.62));
  box-shadow: 0 0 80px rgba(11,9,7,0.32);
}

.milestone-panel h2 {
  max-width: 54rem;
  font-size: clamp(4rem, 5.8vw, 7rem);
  line-height: 0.9;
}

.journey-line {
  width: min(62rem, 100%);
  height: 4.5rem;
  margin: 1.4rem 0 0.2rem;
  border-bottom: 3px dashed rgba(245,230,200,0.66);
  border-radius: 50%;
  opacity: 0.75;
}

.counters {
  display: grid;
  grid-template-columns: repeat(4, minmax(12rem, 1fr));
  gap: 1.2rem;
  width: 100%;
}

.counters div {
  min-height: 9rem;
  border-left: 1px solid rgba(232,200,120,0.42);
  padding-left: 1rem;
}

.counters strong {
  display: block;
  color: var(--soft-gold);
  font-family: var(--display);
  font-size: clamp(3rem, 4.2vw, 4.8rem);
  line-height: 0.85;
}

.counters span {
  color: rgba(245,230,200,0.72);
  font-size: 0.92rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.final-cta {
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 10%, rgba(232,200,120,0.28), transparent 26rem),
    radial-gradient(circle at 50% 70%, rgba(194,107,45,0.18), transparent 30rem),
    linear-gradient(180deg, #1a120b, #0b0907);
}

.final-copy {
  max-width: 82rem;
}

.final-copy h2 {
  font-size: clamp(5rem, 9vw, 10.5rem);
  line-height: 0.86;
}

.light-rays {
  position: absolute;
  inset: -20% 15%;
  z-index: -1;
  background: conic-gradient(from 180deg at 50% 0%, transparent, rgba(232,200,120,0.18), transparent 18%, rgba(194,107,45,0.14), transparent 34%);
  filter: blur(18px);
  opacity: 0.8;
}

.particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(232,200,120,0.78);
  box-shadow: 0 0 18px rgba(232,200,120,0.7);
  animation: particleFloat var(--duration) ease-in-out var(--delay) infinite alternate;
}

@keyframes particleFloat {
  from { transform: translate3d(0, 0, 0) scale(0.6); opacity: 0.18; }
  to { transform: translate3d(22px, -52px, 0) scale(1.2); opacity: 0.82; }
}

.reveal {
  opacity: 0;
  transform: translateY(55px);
  transition: opacity 900ms ease, transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  gap: 2rem;
  align-items: start;
  border-top: 1px solid rgba(200,155,60,0.18);
  padding: 2.5rem clamp(1.25rem, 4vw, 5rem);
  background: var(--ink);
}

footer strong {
  color: var(--soft-gold);
  font-family: var(--display);
  font-size: 2.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

footer p {
  max-width: 34rem;
  margin: 0.8rem 0 0;
  font-size: 1.05rem;
}

footer nav,
.socials {
  display: flex;
  gap: 1rem;
}

footer nav {
  flex-direction: column;
  color: rgba(245,230,200,0.64);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.socials a {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(200,155,60,0.36);
  border-radius: 50%;
  color: var(--gold);
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero {
    align-items: flex-start;
    min-height: auto;
    padding-top: 5rem;
  }

  .hero-copy,
  .stat-strip {
    width: min(100%, 42rem);
  }

  h1 {
    font-size: clamp(4.2rem, 13vw, 7rem);
  }

  .hero-real-image {
    object-position: 66% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(11,9,7,0.96) 0%, rgba(11,9,7,0.82) 54%, rgba(11,9,7,0.28) 100%),
      linear-gradient(180deg, rgba(11,9,7,0.18), rgba(11,9,7,0.88));
  }

  .stat-strip,
  .counters {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-copy {
    width: calc(100% - 2.5rem);
    margin: auto 1.25rem 4rem;
    align-self: flex-end;
  }

  .milestone-panel {
    width: calc(100% - 2.5rem);
    margin: auto 1.25rem 4rem;
  }

  .scene {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .image-scene {
    min-height: 92svh;
  }

  footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .scene {
    min-height: auto;
  }

  h1 {
    font-size: clamp(3.35rem, 16vw, 5.6rem);
    line-height: 0.9;
  }

  .hero {
    min-height: auto;
    padding-bottom: 3.5rem;
  }

  .hero-real-image {
    object-position: 72% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(11,9,7,0.97) 0%, rgba(11,9,7,0.9) 58%, rgba(11,9,7,0.48) 100%),
      linear-gradient(180deg, rgba(11,9,7,0.16), rgba(11,9,7,0.92));
  }

  .lead {
    max-width: 21rem;
    font-size: 1.05rem;
  }

  .stat-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .stat-strip span {
    padding: 0.8rem;
    font-size: 0.68rem;
  }

  .section-copy h2,
  .milestone-panel h2,
  .final-copy h2 {
    font-size: clamp(3rem, 13vw, 5rem);
    line-height: 0.93;
  }

  .section-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .scene-image {
    object-position: center;
  }

  .identity .scene-image,
  .achievements .scene-image {
    object-position: 70% center;
  }

  .wisdom .scene-image,
  .vision .scene-image {
    object-position: 68% center;
  }

  .dream .scene-image {
    object-position: 32% center;
  }

  .floating-cloud {
    display: none;
  }

  .counters {
    gap: 0.5rem;
  }

  .counters strong {
    font-size: clamp(2.6rem, 13vw, 4.2rem);
  }

  .counters div {
    min-height: 7rem;
  }

  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
