.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  gap: 34px;
  width: 100%;
  min-height: 82px;
  padding-inline: max(32px, calc((100vw - 1200px) / 2));
  background: rgba(11, 11, 12, .78);
  backdrop-filter: blur(14px);
}

.site-header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 0;
  margin-left: auto;
  color: #cfcdca;
  font-size: 13px;
}

.site-header nav a {
  position: relative;
  transition: color 180ms ease, transform 180ms ease;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"] { color: var(--gold); }
.site-header nav a:hover { transform: translateY(-2px); }
.site-header nav a:hover::after,
.site-header nav a[aria-current="page"]::after { transform: scaleX(1); }

.x-link {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #3b3a37;
  border-radius: 50%;
  color: #e9e6df;
  font-size: 12px;
  font-weight: 800;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.x-link:hover { color: var(--gold); border-color: var(--gold); transform: rotate(8deg) scale(1.05); }

.page-home .hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: center;
  gap: 72px;
  min-height: min(720px, calc(100svh - 82px));
  padding-block: 70px;
  text-align: left;
}

.page-home .hero h1 {
  margin-bottom: 12px;
  background: linear-gradient(180deg, #fff9eb 0%, #d7ad50 80%);
  background-clip: text;
  color: transparent;
}

.hero-line {
  margin: 0 0 20px;
  color: #f2eee5;
  font-size: clamp(23px, 2.7vw, 37px);
  letter-spacing: -.045em;
}

.hero-text {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions,
.community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

.fine-print { margin: 17px 0 0; color: #6f6d68; font-size: 11px; }

.hero-mark {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
  border: 1px solid rgba(226, 184, 88, .16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221, 168, 48, .12), transparent 62%);
}

.hero-mark::before,
.hero-mark::after {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(226, 184, 88, .12);
  border-radius: 50%;
  animation: orbit 18s linear infinite;
}
.hero-mark::after { width: 91%; animation-direction: reverse; animation-duration: 27s; }
.hero-mark .hero-logo { z-index: 1; width: min(78%, 370px); height: auto; margin: 0; }

.stamp {
  position: absolute;
  z-index: 2;
  padding: 8px 12px;
  border: 2px solid #b94332;
  color: #df6756;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.stamp-one { top: 18%; left: -2%; transform: rotate(-10deg); }
.stamp-two { right: -1%; bottom: 17%; transform: rotate(8deg); border-color: #d4aa4c; color: #e0ba61; }

.banner { border: 1px solid rgba(226, 184, 88, .16); border-radius: 14px; }

.story { padding-inline: 0; }
.story .story-inner {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  max-width: 1200px;
  padding-block: 104px;
  text-align: left;
}
.story-copy p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.story-copy strong { color: #efe6d0; }
.story-copy blockquote { margin-top: 32px; padding: 22px 0 22px 25px; border-left: 2px solid var(--gold); }
.story-copy blockquote span { display: block; margin-top: 10px; color: #7d7a73; font-size: 12px; letter-spacing: .08em; }

.community { padding: 102px 0; }
.community-inner {
  padding: 76px 32px;
  border: 1px solid rgba(226, 184, 88, .18);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 0, rgba(227, 188, 96, .11), transparent 55%), #0e0e0f;
  text-align: center;
}
.community-inner > p:not(.eyebrow) { max-width: 580px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; }
.community-actions { justify-content: center; }

.page-cta {
  margin-top: 55px;
  margin-bottom: 86px;
  padding: 56px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #101011;
  text-align: center;
}
.page-cta p:not(.eyebrow) { max-width: 600px; margin: 18px auto 0; color: var(--muted); line-height: 1.7; }
.page-cta .section-link { justify-content: center; }
.page-cta .button { margin-top: 25px; }

.video-shell { position: relative; overflow: hidden; background: #050505; }
.media-number {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 7px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px;
  background: rgba(5,5,5,.72);
  color: #f2ca72;
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.media-meta { display: flex; flex-direction: column; gap: 5px; padding: 14px; }
.media-meta strong { color: #eee9de; font-size: 14px; }
.media-meta span { color: #777570; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 34px max(32px, calc((100vw - 1200px) / 2));
}
.footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.footer-brand img { width: 34px; height: 34px; object-fit: contain; }
.site-footer > p { margin: 0; }
.footer-links { display: flex; gap: 20px; color: #aaa69d; font-size: 12px; }
.footer-links a:hover { color: var(--gold); }
.site-footer small { grid-column: 1 / -1; color: #62605b; font-size: 10px; letter-spacing: .05em; }
dialog button { float: right; border: 0; background: transparent; color: #aaa; font-size: 22px; }

@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 850px) {
  .site-header { flex-wrap: wrap; gap: 16px; padding-block: 15px; }
  .site-header nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; }
  .x-link { margin-left: auto; }
  .page-home .hero { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-mark { min-height: 390px; }
  .story .story-inner { grid-template-columns: 1fr; gap: 35px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
}

@media (max-width: 520px) {
  .site-header { padding-inline: 20px; }
  .site-header nav { overflow-x: auto; justify-content: flex-start; gap: 22px; padding-bottom: 5px; white-space: nowrap; }
  .site-header nav a { display: block !important; }
  .page-home .hero { min-height: 0; padding-block: 50px; }
  .page-home .hero h1 { font-size: 61px; }
  .hero-mark { min-height: 310px; }
  .stamp { font-size: 9px; }
  .story .story-inner { padding-block: 70px; }
  .community { padding-block: 65px; }
  .community-inner { padding: 52px 20px; }
  .page-cta { padding: 40px 20px; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 20px; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-mark::before, .hero-mark::after { animation: none; }
}
