:root {
  --march-paper: #eee9df;
  --march-paper-deep: #ddd4c5;
  --march-ink: #10100f;
  --march-muted: #655f57;
  --march-red: #a9231b;
  --march-red-dark: #74150f;
  --march-line: rgba(16, 16, 15, 0.2);
  --march-max: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: var(--march-paper); scroll-behavior: smooth; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 7%, rgba(169, 35, 27, 0.06), transparent 24%),
    linear-gradient(rgba(16, 16, 15, 0.025) 1px, transparent 1px),
    var(--march-paper);
  background-size: auto, 100% 7px, auto;
  color: var(--march-ink);
  font-family: Inter, Arial, sans-serif;
  font-synthesis: none;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.14;
  background: repeating-linear-gradient(112deg, transparent 0 170px, rgba(16, 16, 15, 0.08) 170px 171px);
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--march-red); outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--march-max)); margin-inline: auto; }
.i18n { display: grid; min-width: 0; }
.i18n > [data-tr], .i18n > [data-en] { grid-area: 1 / 1; min-width: 0; }
html[data-lang="tr"] [data-en], html[data-lang="en"] [data-tr] { display: none !important; }

.march-page .game-switcher { border-bottom-color: rgba(255, 255, 255, 0.08); }
.march-page .game-switcher a.active {
  color: #fff3eb;
  border-color: rgba(197, 49, 37, 0.62);
  background: rgba(169, 35, 27, 0.3);
}

.march-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--march-line);
  background: rgba(238, 233, 223, 0.92);
  backdrop-filter: blur(14px);
}
.march-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.march-brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.march-brand::before { content: ""; width: 11px; height: 11px; background: var(--march-red); transform: rotate(45deg); }
.march-brand b { color: var(--march-red); }
.march-nav-actions { display: flex; align-items: center; gap: 10px; }
.march-nav-link, .march-lang {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid var(--march-line);
  background: transparent;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.march-nav-link:hover, .march-lang:hover { border-color: var(--march-red); color: var(--march-red); }

.march-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--march-line); }
.march-hero::after {
  content: "THE MARCH";
  position: absolute;
  left: -0.04em;
  bottom: -0.28em;
  z-index: 0;
  color: rgba(16, 16, 15, 0.035);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(8rem, 24vw, 25rem);
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
.march-hero-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 116px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  gap: clamp(40px, 7vw, 104px);
  align-items: center;
  padding-block: clamp(42px, 5vw, 72px);
}
.march-hero-copy { align-self: start; padding-top: clamp(28px, 5vw, 72px); }
.march-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--march-red);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.march-kicker::before { content: "★"; font-size: 0.9rem; }
.march-title {
  margin-top: 24px;
  font-family: Impact, "Arial Narrow", "Space Grotesk", sans-serif;
  font-size: clamp(5.5rem, 11.4vw, 11rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.76;
  text-transform: uppercase;
}
.march-title span { display: block; color: var(--march-red); font-size: 0.31em; letter-spacing: 0.14em; line-height: 1.35; }
.march-lead { max-width: 580px; margin-top: 34px; color: var(--march-muted); font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.75; }
.march-release {
  width: fit-content;
  margin-top: 31px;
  display: grid;
  grid-template-columns: auto auto;
  border: 2px solid var(--march-ink);
  box-shadow: 7px 7px 0 var(--march-red);
}
.march-release span { padding: 11px 14px; font-size: 0.63rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.march-release strong { padding: 10px 15px; border-left: 2px solid var(--march-ink); background: var(--march-ink); color: var(--march-paper); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; }
.march-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 37px; }
.march-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 0 21px;
  border: 1px solid var(--march-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}
.march-button-primary { background: var(--march-red); border-color: var(--march-red); color: #fff7ef; }
.march-button:hover { transform: translateY(-2px); background: var(--march-ink); color: var(--march-paper); }

.march-poster-wrap { position: relative; width: min(100%, clamp(420px, 40vw, 520px)); margin-left: auto; }
.march-poster-wrap::before, .march-poster-wrap::after { content: ""; position: absolute; z-index: -1; border: 1px solid var(--march-red); }
.march-poster-wrap::before { inset: -17px 17px 17px -17px; }
.march-poster-wrap::after { inset: 17px -17px -17px 17px; opacity: 0.38; }
.march-poster {
  width: 100%;
  height: auto;
  object-fit: initial;
  background: #f4efe7;
  border: 1px solid rgba(16, 16, 15, 0.32);
  box-shadow: 0 28px 60px rgba(48, 32, 20, 0.2);
}
.poster-caption { display: flex; justify-content: space-between; gap: 24px; margin-top: 14px; color: var(--march-muted); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }

.march-facts { border-bottom: 1px solid var(--march-line); background: var(--march-ink); color: var(--march-paper); }
.march-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.march-fact { min-height: 118px; padding: 27px 30px; border-left: 1px solid rgba(238, 233, 223, 0.14); }
.march-fact:last-child { border-right: 1px solid rgba(238, 233, 223, 0.14); }
.march-fact span { display: block; color: #988f82; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.march-fact strong { display: block; margin-top: 11px; font-family: "Space Grotesk", sans-serif; font-size: 1rem; letter-spacing: 0.04em; text-transform: uppercase; }
.march-fact:first-child strong { color: #d55348; }

.march-section { padding: clamp(88px, 11vw, 148px) 0; }
.march-section-grid { display: grid; grid-template-columns: 0.68fr 1.32fr; gap: clamp(48px, 9vw, 132px); }
.march-section-label { color: var(--march-red); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.19em; text-transform: uppercase; }
.march-copy h2 {
  max-width: 840px;
  font-family: Impact, "Arial Narrow", "Space Grotesk", sans-serif;
  font-size: clamp(3.4rem, 7vw, 7.2rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}
.march-copy h2 em { color: var(--march-red); font-style: normal; }
.march-copy p { max-width: 690px; margin-top: 30px; color: var(--march-muted); font-size: 1rem; line-height: 1.8; }
.march-note {
  margin-top: 48px;
  padding: 27px 29px;
  border-left: 5px solid var(--march-red);
  background: rgba(16, 16, 15, 0.055);
}
.march-note strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 1rem; text-transform: uppercase; }
.march-note span { display: block; margin-top: 7px; color: var(--march-muted); font-size: 0.86rem; }

.march-cta { background: var(--march-red); color: #fff4ea; }
.march-cta-inner { min-height: 360px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.march-cta h2 { font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(4rem, 9vw, 9rem); line-height: 0.82; letter-spacing: -0.03em; text-transform: uppercase; }
.march-cta p { max-width: 580px; margin-top: 23px; color: rgba(255, 244, 234, 0.75); }
.march-cta .march-button { border-color: #fff4ea; color: #fff4ea; }
.march-cta .march-button:hover { background: #fff4ea; color: var(--march-red); }

.march-footer { padding: 33px 0 40px; border-top: 1px solid rgba(16, 16, 15, 0.17); color: var(--march-muted); }
.march-footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.march-socials { display: flex; flex-wrap: wrap; gap: 18px; }
.march-socials a { min-height: 44px; display: inline-flex; align-items: center; }
.march-socials a:hover { color: var(--march-red); }

@media (max-width: 900px) {
  .march-hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 60px 76px; }
  .march-poster-wrap { width: min(82vw, 520px); margin: 0 auto; order: -1; }
  .march-hero-copy { padding-top: 0; }
  .march-title { font-size: clamp(5rem, 19vw, 9rem); }
  .march-section-grid { grid-template-columns: 1fr; gap: 28px; }
  .march-cta-inner { grid-template-columns: 1fr; padding-block: 78px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 34px), var(--march-max)); }
  .march-nav { min-height: 64px; }
  .march-brand { font-size: 0.64rem; letter-spacing: 0.12em; }
  .march-nav-link { display: none; }
  .march-lang { padding-inline: 13px; }
  .march-hero-grid { padding-top: 43px; gap: 50px; }
  .march-poster-wrap { width: calc(100% - 16px); }
  .march-poster-wrap::before { inset: -9px 9px 9px -9px; }
  .march-poster-wrap::after { inset: 9px -9px -9px 9px; }
  .poster-caption { font-size: 0.5rem; letter-spacing: 0.1em; }
  .march-title { font-size: clamp(4.5rem, 24vw, 7rem); }
  .march-lead { font-size: 0.94rem; }
  .march-release { width: 100%; grid-template-columns: 1fr; }
  .march-release span, .march-release strong { text-align: center; }
  .march-release strong { border-top: 2px solid var(--march-ink); border-left: 0; }
  .march-actions { flex-direction: column; }
  .march-button { width: 100%; }
  .march-facts-grid { grid-template-columns: 1fr; }
  .march-fact { min-height: auto; border-right: 1px solid rgba(238, 233, 223, 0.14); border-bottom: 1px solid rgba(238, 233, 223, 0.14); }
  .march-section { padding: 82px 0; }
  .march-copy h2 { font-size: clamp(3.1rem, 17vw, 5rem); }
  .march-cta-inner { min-height: 0; padding-block: 76px; }
  .march-footer-inner { align-items: flex-start; flex-direction: column; }
}

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