:root {
  --black: #040404;
  --stone: #0b0a08;
  --panel: #11100d;
  --gold: #c99b49;
  --gold-2: #f4d58a;
  --blue: #2ccce4;
  --ink: #f4efe4;
  --muted: #b7aa92;
  --line: rgba(244, 213, 138, .22);
  --paper: #efe7d7;
  --paper-ink: #22190f;
  font-family: "Trajan Pro", "Cinzel", Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--ink); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(3, 3, 3, .72);
  border-bottom: 1px solid rgba(244, 213, 138, .18);
  backdrop-filter: blur(8px);
}
.site-header.is-scrolled { background: rgba(3, 3, 3, .94); }
.brand img { width: 144px; height: auto; object-fit: contain; }
.site-menu { display: flex; justify-content: center; gap: clamp(16px, 2.2vw, 34px); font-size: 12px; font-family: Arial, sans-serif; font-weight: 800; color: rgba(255,255,255,.78); letter-spacing: 0; }
.site-menu a { padding: 10px 0; border-bottom: 1px solid transparent; }
.site-menu a:hover { color: var(--gold-2); border-color: var(--gold); }
.menu-toggle { display: none; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  color: #160e05;
  background: linear-gradient(180deg, #ffecad, var(--gold));
  border: 1px solid rgba(255,255,255,.28);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(0,0,0,.38);
}
.btn-small { min-height: 38px; padding-inline: 18px; }
.btn-ghost { background: rgba(0,0,0,.44); color: var(--ink); border-color: var(--line); }
.kicker { margin: 0 0 12px; color: var(--gold-2); font-family: Arial, sans-serif; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: center; justify-items: center; text-align: center; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-mask { position: absolute; inset: 0; background: radial-gradient(circle at 50% 34%, rgba(22, 180, 210, .08), transparent 32%), linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.18), rgba(0,0,0,.88)), linear-gradient(0deg, #040404 0%, rgba(4,4,4,.1) 45%, rgba(4,4,4,.66) 100%); }
.hero-content { position: relative; z-index: 1; width: min(980px, calc(100% - 36px)); padding-top: 80px; padding-bottom: 128px; }
.hero-logo { width: min(420px, 72vw); margin: 0 auto 12px; filter: drop-shadow(0 18px 34px rgba(0,0,0,.75)); }
.hero h1,
.section-head h2,
.trailer h2,
.story h2,
.community h2,
.article-title h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 86px);
  line-height: .98;
  font-weight: 700;
  text-shadow: 0 20px 40px rgba(0,0,0,.76);
}
.hero p:not(.kicker) { max-width: 780px; margin: 20px auto 0; color: rgba(255,255,255,.84); font-family: Arial, sans-serif; font-size: clamp(16px, 2vw, 20px); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-stats { position: absolute; z-index: 2; left: clamp(18px, 5vw, 80px); right: clamp(18px, 5vw, 80px); bottom: 28px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: rgba(6,5,4,.72); }
.hero-stats a { padding: 18px; border-right: 1px solid var(--line); text-align: left; }
.hero-stats a:last-child { border-right: 0; }
.hero-stats b { color: var(--blue); display: block; font-family: Arial, sans-serif; }
.hero-stats span { color: var(--gold-2); font-size: 18px; }

.section { padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 74px); }
.section-head { margin-bottom: 32px; }
.section-head h2 { font-size: clamp(32px, 5vw, 62px); }
.trailer,
.story { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 6vw, 78px); align-items: center; padding: clamp(70px, 9vw, 126px) clamp(18px, 5vw, 74px); background: radial-gradient(circle at 75% 18%, rgba(44,204,228,.1), transparent 30%), #090806; }
.trailer p,
.story p,
.community p { color: var(--muted); font-family: Arial, sans-serif; font-size: 17px; }
.trailer img,
.story img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--line); box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.trailer { position: relative; min-height: 720px; grid-template-columns: minmax(0, 1fr); padding: 0; overflow: hidden; }
.trailer > img { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; border: 0; opacity: .78; }
.trailer::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.22), rgba(0,0,0,.74)), linear-gradient(0deg, #050505, transparent 55%); }
.trailer-panel { position: relative; z-index: 1; width: min(580px, calc(100% - 36px)); margin-left: clamp(18px, 7vw, 108px); padding: 34px; background: rgba(4,4,4,.72); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.trailer-panel h2 { font-size: clamp(36px, 5vw, 68px); }

.event-band { padding: clamp(58px, 7vw, 98px) clamp(18px, 5vw, 74px); background: linear-gradient(180deg, #11100d, #050505); border-block: 1px solid var(--line); }
.section-head.centered { text-align: center; margin-inline: auto; max-width: 820px; }
.section-head.centered p:not(.kicker) { color: var(--muted); font-family: Arial, sans-serif; }
.event-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.event-list a { min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 22px; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(0,0,0,.72)); }
.event-list b { color: var(--blue); font-family: Arial, sans-serif; font-size: 12px; text-transform: uppercase; }
.event-list span { font-size: 20px; line-height: 1.15; }

.game-story { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 74px); background: radial-gradient(circle at 50% 0, rgba(44,204,228,.1), transparent 38%), #050505; }
.story-card { min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; border: 1px solid var(--line); background: #0c0b09; box-shadow: 0 24px 54px rgba(0,0,0,.42); }
.story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.06) 62%); }
.story-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.story-card > div,
.story-card h3,
.story-card p { position: relative; z-index: 1; margin-left: 24px; margin-right: 24px; }
.story-card h3 { margin-bottom: 8px; font-size: 28px; }
.story-card p { margin-top: 0; margin-bottom: 24px; color: var(--muted); font-family: Arial, sans-serif; }
.story-main { min-height: 560px; }
.story-main h2 { font-size: clamp(36px, 5vw, 66px); }

.news-section { background: #060605; }
.guide-section,
.related { background: #0c0b09; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.news-card { background: linear-gradient(180deg, #17140f, #080706); border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(0,0,0,.35); }
.news-card a { display: grid; height: 100%; }
.news-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.news-card span { margin: 18px 18px 0; color: var(--blue); font-family: Arial, sans-serif; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.news-card h3 { margin: 8px 18px 8px; font-size: 22px; line-height: 1.15; }
.news-card p { margin: 0 18px 22px; color: var(--muted); font-family: Arial, sans-serif; font-size: 14px; }
.news-card-big { grid-column: span 2; grid-row: span 2; }
.news-card-big h3 { font-size: clamp(32px, 4vw, 54px); }
.compact-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }

.story { background: radial-gradient(circle at 20% 20%, rgba(201,155,73,.12), transparent 35%), #050505; }
.story > div { order: 2; }
.story img { order: 1; }

.community { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 74px); background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.36)), url("../img/komunitas-arsip-digital.png"); background-size: cover; background-position: center; border-block: 1px solid var(--line); }
.community h2 { max-width: 820px; font-size: clamp(32px, 5vw, 64px); }

.faq-section { background: var(--paper); color: var(--paper-ink); }
.faq-list,
.inline-faq { max-width: 900px; }
details { padding: 18px 0; border-top: 1px solid rgba(0,0,0,.18); font-family: Arial, sans-serif; }
summary { cursor: pointer; font-weight: 900; font-size: 18px; }
details p { color: #645747; }

.article-hero { position: relative; min-height: 78svh; display: grid; align-items: end; overflow: hidden; background: #000; }
.article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.26)), linear-gradient(0deg, rgba(0,0,0,.9), transparent 58%); }
.article-title { position: relative; z-index: 1; width: min(980px, calc(100% - 36px)); margin: 0 0 64px clamp(18px, 6vw, 92px); }
.article-title h1 { font-size: clamp(38px, 6vw, 74px); }
.article-title p:not(.kicker) { max-width: 780px; color: rgba(255,255,255,.84); font-family: Arial, sans-serif; font-size: 18px; }
.breadcrumb { color: rgba(255,255,255,.68); font-family: Arial, sans-serif; font-size: 13px; }
.meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; font-family: Arial, sans-serif; }
.meta span,
.meta a { padding: 8px 12px; border: 1px solid var(--line); background: rgba(0,0,0,.42); color: var(--ink); }
.article-shell { display: grid; grid-template-columns: minmax(0, 760px) 330px; gap: clamp(28px, 6vw, 74px); padding: clamp(54px, 8vw, 102px) clamp(18px, 6vw, 92px); background: var(--paper); color: var(--paper-ink); }
.article-body { font-family: Arial, sans-serif; }
.article-body p { font-size: 18px; color: #352b1e; }
.article-box { margin: 32px 0; padding: 24px; border-left: 5px solid var(--gold); background: #fff; box-shadow: 0 18px 36px rgba(0,0,0,.08); }
.article-box h2,
.side-panel h2,
.inline-faq h2 { margin-top: 0; font-family: Georgia, serif; }
.side-panel { align-self: start; position: sticky; top: 96px; padding: 22px; background: #11100d; color: var(--ink); border: 1px solid var(--line); }
.side-panel img { margin-bottom: 12px; }
.side-panel p { color: var(--muted); font-family: Arial, sans-serif; }

.site-footer { padding: 42px clamp(18px, 5vw, 74px); background: #030303; border-top: 1px solid var(--line); text-align: center; }
.site-footer img { margin: 0 auto 18px; width: 168px; height: auto; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 16px; color: var(--gold-2); font-family: Arial, sans-serif; font-weight: 800; text-transform: uppercase; font-size: 12px; }
.site-footer p { max-width: 760px; margin: 0 auto 12px; color: var(--muted); font-family: Arial, sans-serif; }
.site-footer span { color: rgba(255,255,255,.48); font-family: Arial, sans-serif; }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-toggle { display: inline-flex; min-height: 38px; padding: 0 14px; align-items: center; background: rgba(255,255,255,.08); color: var(--ink); border: 1px solid var(--line); font-family: Arial, sans-serif; font-weight: 900; }
  .site-menu,
  .site-header > .btn { display: none; }
  .site-header.is-open .site-menu,
  .site-header.is-open > .btn { display: grid; grid-column: 1 / -1; justify-content: stretch; }
  .site-header.is-open .site-menu { gap: 0; }
  .site-header.is-open .site-menu a { padding: 12px 0; border-top: 1px solid var(--line); }
  .trailer,
  .story,
  .article-shell { grid-template-columns: 1fr; }
  .trailer { min-height: 640px; }
  .trailer-panel { margin: 0 auto; }
  .game-story { grid-template-columns: 1fr; }
  .story-card,
  .story-main { min-height: 420px; }
  .event-list { grid-template-columns: repeat(2, 1fr); }
  .news-grid,
  .compact-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .side-panel { position: static; }
}

@media (max-width: 680px) {
  .hero { min-height: 92svh; }
  .hero-content { padding-bottom: 0; }
  .hero h1 { font-size: 38px; }
  .hero-stats,
  .event-list,
  .news-grid,
  .compact-grid { grid-template-columns: 1fr; }
  .hero-stats { position: static; width: calc(100% - 36px); margin: 22px auto 18px; }
  .hero-stats a { border-right: 0; border-bottom: 1px solid var(--line); }
  .news-card-big { grid-column: auto; grid-row: auto; }
  .community { flex-direction: column; align-items: flex-start; }
  .article-title { margin-left: 18px; }
  .trailer { min-height: 560px; }
  .trailer-panel { padding: 24px; }
}
