:root {
  --bg: #0f0c0e;
  --bg-soft: #191316;
  --panel: rgba(27, 19, 23, 0.86);
  --panel-strong: #20181c;
  --text: #f8f0e3;
  --muted: #c1b29e;
  --gold: #d5a85b;
  --gold-bright: #f0cf87;
  --line: rgba(240, 207, 135, 0.18);
  --burgundy: #5d1825;
  --shadow: 0 30px 60px rgba(0, 0, 0, 0.34);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(120, 34, 48, 0.24), transparent 30%),
    radial-gradient(circle at bottom right, rgba(213, 168, 91, 0.12), transparent 28%),
    linear-gradient(180deg, #100d10 0%, #0a0809 100%);
  min-width: 320px;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, #000 50%, transparent 100%);
}

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

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

button {
  font: inherit;
}

.page-shell {
  overflow: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(10, 8, 9, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong,
.footer-title,
.eyebrow,
.mini-label,
.card-topline,
.service-index {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand strong {
  font-size: 1.02rem;
}

.brand em {
  font-size: 0.76rem;
  font-style: normal;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: #e5d8c7;
  font-size: 0.95rem;
  transition: color 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-grid a:hover,
.contact-cards a:hover {
  color: var(--gold-bright);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.header-cta {
  border: 1px solid rgba(240, 207, 135, 0.24);
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold-bright);
}

.header-cta:hover,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.26);
}

.nav-toggle {
  display: none;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.hero {
  position: relative;
  padding: 82px 0 72px;
}

.hero-grid,
.split-layout,
.contact-grid {
  display: grid;
  gap: 36px;
}

.hero-copy,
.hero-panel,
.section-copy,
.experience-panel,
.event-stage,
.contact-panel {
  min-width: 0;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
}

.hero-copy h1,
.section-copy h2,
.section-heading h2,
.hero-card-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3.3rem, 8vw, 6.6rem);
}

.section-copy h2,
.section-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.hero-card-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.eyebrow,
.mini-label,
.card-topline,
.service-index {
  font-size: 0.76rem;
  color: var(--gold-bright);
}

.lead,
.section-copy p,
.section-heading p,
.hero-card-copy p,
.info-card p,
.service-feature p,
.contact-cards p,
.responsible-box p,
.site-footer p,
.feature-pill p,
.detail-list,
.event-item strong {
  color: var(--muted);
  line-height: 1.7;
}

.lead {
  max-width: 60ch;
  margin: 26px 0 0;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button-primary {
  color: #1b1414;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}

.button-secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.hero-badges li,
.feature-pill,
.hero-card,
.info-card,
.service-feature,
.experience-card,
.event-window,
.contact-note,
.responsible-box {
  border: 1px solid rgba(240, 207, 135, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 100%),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-badges li {
  padding: 12px 16px;
  border-radius: 999px;
  color: #f2dfbd;
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 18px;
}

.hero-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.hero-card-main {
  padding: 22px;
}

.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
}

.hero-scene {
  width: 100%;
  margin: 18px auto 8px;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.26));
}

.hero-card-copy {
  padding: 8px 6px 10px;
}

.hero-card-aside {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border-radius: var(--radius-md);
}

.hero-card-aside strong {
  font-size: 1.2rem;
}

.hero-card-aside span {
  color: var(--muted);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}

.hero-glow-a {
  top: 120px;
  right: -100px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(213, 168, 91, 0.18), transparent 68%);
}

.hero-glow-b {
  left: -60px;
  bottom: 10px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(129, 24, 38, 0.28), transparent 66%);
}

.stat-band {
  padding: 0 0 24px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stat-grid article {
  padding: 26px 22px;
  border-top: 1px solid rgba(240, 207, 135, 0.26);
}

.stat-grid strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  color: var(--gold-bright);
}

.stat-grid span {
  color: var(--muted);
  line-height: 1.6;
}

.section {
  padding: 86px 0;
}

.split-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: start;
}

.split-layout.reverse {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
}

.section-copy,
.section-heading {
  max-width: 760px;
}

.feature-stack {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.feature-pill {
  padding: 18px 22px;
  border-radius: var(--radius-sm);
}

.feature-pill span {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--text);
}

.experience-card {
  padding: 30px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(93, 24, 37, 0.42), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 100%),
    var(--panel-strong);
}

.detail-list {
  padding-left: 20px;
  margin: 18px 0 0;
}

.detail-list li + li {
  margin-top: 12px;
}

.section-heading {
  margin-bottom: 36px;
}

.card-grid {
  display: grid;
  gap: 20px;
}

.game-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  padding: 28px;
  border-radius: var(--radius-md);
}

.info-card h3,
.service-feature h3 {
  margin: 18px 0 12px;
  font-size: 1.32rem;
  font-weight: 700;
}

.icon-wrap {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(213, 168, 91, 0.14), rgba(93, 24, 37, 0.34));
}

.icon-wrap svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--gold-bright);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-feature {
  padding: 28px;
  border-radius: var(--radius-md);
  min-height: 220px;
}

.service-index {
  display: inline-block;
  color: rgba(240, 207, 135, 0.7);
}

.event-stage {
  min-height: 100%;
}

.event-window {
  position: relative;
  height: 100%;
  padding: 30px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(213, 168, 91, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 100%),
    var(--panel-strong);
}

.event-ribbon {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  color: #1a1213;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  font-size: 0.85rem;
  font-weight: 700;
}

.event-item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(240, 207, 135, 0.12);
}

.event-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.event-item span,
.contact-cards span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold-bright);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: start;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.contact-cards article,
.contact-note,
.responsible-box {
  padding: 24px;
  border-radius: var(--radius-md);
}

.contact-cards strong,
.contact-note strong,
.responsible-box strong {
  display: block;
  font-size: 1.08rem;
  color: var(--text);
}

.contact-panel {
  display: grid;
  gap: 18px;
}

.responsible-box {
  background:
    linear-gradient(145deg, rgba(213, 168, 91, 0.18), rgba(93, 24, 37, 0.34)),
    var(--panel);
}

.site-footer {
  padding: 34px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 100%),
    #0b090a;
}

.footer-grid,
.footer-bottom {
  display: grid;
  gap: 20px;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 1fr;
  align-items: start;
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 16px;
}

.footer-links a {
  color: var(--gold-bright);
  font-size: 0.92rem;
}

.footer-title {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-size: 0.78rem;
}

.footer-bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 0.92rem;
}

.inner-hero {
  position: relative;
  padding: 78px 0 30px;
}

.page-intro {
  max-width: 820px;
}

.page-intro h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.page-intro p {
  max-width: 62ch;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.04rem;
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb span {
  color: var(--gold-bright);
}

.page-section {
  padding: 34px 0 86px;
}

.page-grid,
.legal-grid,
.contact-page-grid,
.event-program-grid,
.quick-link-grid {
  display: grid;
  gap: 22px;
}

.page-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.legal-grid,
.contact-page-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-program-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prose-card,
.contact-card,
.timeline-card,
.quick-link-card,
.note-card {
  padding: 28px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(240, 207, 135, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 100%),
    var(--panel);
  box-shadow: var(--shadow);
}

.prose-card h2,
.prose-card h3,
.contact-card h2,
.timeline-card h3,
.note-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  line-height: 1;
}

.prose-card h3,
.timeline-card h3,
.note-card h3 {
  font-size: 1.55rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.prose-card p,
.prose-card li,
.contact-card p,
.timeline-card p,
.timeline-card li,
.note-card p,
.quick-link-card p {
  color: var(--muted);
  line-height: 1.75;
}

.prose-card ul,
.timeline-card ul {
  margin: 0;
  padding-left: 20px;
}

.prose-card li + li,
.timeline-card li + li {
  margin-top: 10px;
}

.contact-card strong,
.quick-link-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.08rem;
}

.contact-card .eyebrow,
.timeline-card .eyebrow,
.note-card .eyebrow,
.quick-link-card .eyebrow {
  margin-bottom: 10px;
}

.timeline-card {
  min-height: 100%;
}

.timeline-card ul {
  margin-top: 14px;
}

.quick-link-card {
  min-height: 180px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.quick-link-card:hover,
.quick-link-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.28);
}

.quick-link-card a {
  color: var(--gold-bright);
}

.contact-stack,
.note-stack {
  display: grid;
  gap: 18px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.legal-meta li {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(240, 207, 135, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #f2dfbd;
  font-size: 0.92rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-layout,
  .split-layout.reverse,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .game-grid,
  .service-layout,
  .stat-grid,
  .contact-cards,
  .footer-bottom,
  .legal-grid,
  .contact-page-grid,
  .event-program-grid,
  .quick-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }
}

@media (max-width: 820px) {
  .nav-wrap {
    flex-wrap: wrap;
    padding: 16px 0;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0 6px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero {
    padding-top: 42px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(1180px, calc(100vw - 24px));
    --radius-lg: 26px;
    --radius-md: 20px;
  }

  .container {
    width: calc(100vw - 24px);
    max-width: 1180px;
  }

  .hero-copy h1 {
    max-width: 9.5ch;
    font-size: clamp(2.35rem, 12.2vw, 3.45rem);
    line-height: 0.98;
  }

  .hero-card-copy h2,
  .section-copy h2,
  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .hero-card-copy h2 {
    font-size: clamp(1.55rem, 7.8vw, 2.05rem);
    line-height: 1.02;
  }

  .hero-card-main,
  .experience-card,
  .event-window,
  .info-card,
  .service-feature,
  .contact-cards article,
  .contact-note,
  .responsible-box {
    padding: 22px;
  }

  .game-grid,
  .service-layout,
  .stat-grid,
  .contact-cards,
  .footer-bottom,
  .legal-grid,
  .contact-page-grid,
  .event-program-grid,
  .quick-link-grid {
    grid-template-columns: 1fr;
  }

  .card-topline {
    flex-direction: column;
  }

  .header-cta {
    width: 100%;
    justify-content: center;
  }

  .hero-card-copy p,
  .lead,
  .section-copy p,
  .section-heading p,
  .page-intro p {
    font-size: 0.98rem;
  }

  .page-intro h1 {
    font-size: clamp(2.6rem, 14vw, 3.8rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
