:root {
  --black: #070605;
  --ink: #11100e;
  --panel: #171512;
  --gold: #dca92d;
  --gold-light: #f4d47a;
  --silver: #d7d7d7;
  --white: #f7f5ef;
  --muted: #b9b4a8;
  --line: rgba(220, 169, 45, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 10px clamp(20px, 5vw, 72px);
  background: rgba(7, 6, 5, .9);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-weight: 600; font-size: .92rem; }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }
.nav-apply { padding: 10px 18px; color: var(--black); background: var(--gold); border-radius: 4px; }
.nav-apply:hover, .nav-apply:focus-visible { color: var(--black); background: var(--gold-light); }
main { overflow: hidden; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: calc(100vh - 76px);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(60px, 9vw, 130px) clamp(20px, 7vw, 110px);
  background: radial-gradient(circle at 78% 45%, rgba(220,169,45,.16), transparent 33%), linear-gradient(135deg, #070605 0%, #100e0b 100%);
}
.hero::before { content: ""; position: absolute; left: 0; top: 20%; width: 5px; height: 50%; background: var(--gold); }
.hero-copy { position: relative; z-index: 1; max-width: 700px; }
.eyebrow { margin: 0 0 14px; color: var(--gold-light); font-weight: 800; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; line-height: .98; letter-spacing: -.035em; }
h1 { margin-bottom: 26px; font-size: clamp(3.3rem, 7vw, 7rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.15rem, 4.5vw, 4.8rem); }
.hero-text { max-width: 640px; margin: 0 0 34px; color: #d7d3c9; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--black); background: var(--gold); }
.button-primary:hover { background: var(--gold-light); }
.button-secondary { border-color: rgba(255,255,255,.25); }
.button-secondary:hover { border-color: var(--gold); color: var(--gold-light); }
.small-note { margin: 18px 0 0; color: var(--muted); font-size: .85rem; }
.hero-mark { position: relative; display: grid; place-items: center; }
.hero-mark img { position: relative; width: min(100%, 620px); aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; filter: drop-shadow(0 28px 40px rgba(0,0,0,.55)); }
.logo-glow { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: rgba(220,169,45,.25); filter: blur(70px); }
.statement, .team-section, .creator-section, .expectations, .joining, .faq, .contact { padding: clamp(70px, 10vw, 150px) clamp(20px, 7vw, 110px); }
.statement { display: grid; grid-template-columns: 120px 1fr; gap: 40px; background: var(--white); color: var(--ink); }
.statement > div { max-width: 920px; }
.statement .eyebrow { color: #946d0d; }
.statement p:last-child { max-width: 760px; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.section-number { margin: 0; color: var(--gold); font: 700 1rem/1 Inter, sans-serif; letter-spacing: .12em; }
.team-section { background: linear-gradient(145deg, #0c0b09, #16130e); }
.team-section .section-heading > p:last-child { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.team-card { display: grid; grid-template-columns: minmax(165px, 42%) 1fr; min-height: 290px; overflow: hidden; background: #1a1814; border: 1px solid var(--line); }
.team-card img { width: 100%; height: 100%; object-fit: cover; background: #050505; }
.team-card > div { align-self: center; padding: clamp(25px, 3vw, 42px); }
.team-role { margin: 0 0 7px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.team-card h3 { margin: 0 0 14px; font-size: clamp(1.55rem, 2.6vw, 2.3rem); }
.team-card p:last-child { margin: 0; color: var(--muted); }
.creator-section { background: #0c0b09; }
.section-heading { max-width: 950px; margin-bottom: 55px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.benefit-grid article { padding: clamp(28px, 5vw, 58px); background: var(--panel); }
.benefit-grid article > span { color: var(--gold); font-weight: 800; font-size: .8rem; letter-spacing: .12em; }
.benefit-grid h3 { margin: 22px 0 12px; font-size: clamp(1.25rem, 2vw, 1.65rem); }
.benefit-grid p { margin: 0; color: var(--muted); }
.expectations { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 120px); background: linear-gradient(120deg, #13110e, #080706); }
.expectations ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.expectations li { display: grid; grid-template-columns: 155px 1fr; gap: 25px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.expectations strong { color: var(--gold-light); }
.expectations span { color: var(--muted); }
.joining { color: var(--ink); background: var(--white); }
.joining .section-heading { max-width: 830px; }
.joining .section-heading > p:last-child { max-width: 680px; color: #4f4a41; font-size: 1.08rem; }
.joining .eyebrow { color: #946d0d; }
.joining-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0 0 38px; }
.joining-steps article { position: relative; min-height: 265px; padding: 34px; background: #ebe7dc; border-top: 4px solid var(--gold); }
.joining-steps span { color: #946d0d; font-size: .82rem; font-weight: 800; letter-spacing: .15em; }
.joining-steps h3 { margin: 28px 0 13px; font-size: 1.35rem; }
.joining-steps p { margin: 0; color: #514c43; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 120px); background: #0c0b09; }
.faq-heading { align-self: start; position: sticky; top: 115px; }
.faq-heading p:last-child { color: var(--muted); }
.faq-heading a { color: var(--gold-light); font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 52px 24px 0; cursor: pointer; color: var(--white); font-size: 1.08rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 17px; color: var(--gold); font-size: 1.8rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 45px 24px 0; color: var(--muted); }
.faq-list summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.apply-section { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: clamp(60px, 8vw, 110px) clamp(20px, 7vw, 110px); color: var(--black); background: linear-gradient(105deg, #bd8614, #f2ce67 55%, #c3901e); }
.apply-section > div { max-width: 800px; }
.apply-section .eyebrow { color: #5c3c00; }
.apply-section h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.apply-section p:not(.eyebrow) { margin: 0; max-width: 700px; font-weight: 600; }
.button-dark { flex: 0 0 auto; color: var(--white); background: var(--black); }
.button-dark:hover { background: #27231c; }
.contact { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact h2 { margin-bottom: 0; }
.tiktok-link { min-width: min(100%, 330px); padding: 22px 26px; border: 1px solid var(--line); text-decoration: none; background: var(--panel); transition: border-color .2s, transform .2s; }
.tiktok-link:hover { transform: translateY(-2px); border-color: var(--gold); }
.tiktok-link span, .tiktok-link strong { display: block; }
.tiktok-link span { color: var(--muted); font-size: .85rem; }
.tiktok-link strong { margin-top: 4px; color: var(--gold-light); font-size: 1.3rem; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 28px clamp(20px, 5vw, 72px); color: var(--muted); background: #030303; border-top: 1px solid rgba(255,255,255,.08); font-size: .85rem; }
footer > p:nth-child(2) { color: var(--gold-light); font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
footer > p:last-child { text-align: right; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--white); }

@media (max-width: 900px) {
  nav > a:not(.nav-apply) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .hero-actions { justify-content: center; }
  .hero-mark { order: -1; }
  .hero-mark img { width: min(74vw, 410px); }
  .statement { grid-template-columns: 1fr; gap: 18px; }
  .team-grid { grid-template-columns: 1fr; }
  .expectations { grid-template-columns: 1fr; }
  .joining-steps { grid-template-columns: 1fr; }
  .joining-steps article { min-height: auto; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .apply-section, .contact { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p { margin: 0; }
  footer > p:last-child { text-align: left; }
}

@media (max-width: 620px) {
  .site-header { min-height: 68px; }
  .brand span { font-size: .92rem; }
  .brand img { width: 46px; height: 46px; }
  .nav-apply { padding: 9px 13px; }
  .hero { padding-top: 44px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .benefit-grid { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .team-card img { aspect-ratio: 1 / 1; height: auto; }
  .expectations li { grid-template-columns: 1fr; gap: 5px; }
  .apply-section .button { width: 100%; }
  .tiktok-link { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
