:root {
  --bg: #070707;
  --panel: #111111;
  --panel-2: #171717;
  --text: #f4f4f2;
  --muted: #aaa9a5;
  --line: rgba(255,255,255,.13);
  --accent: #ffffff;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7,7,7,.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 1.18rem; font-weight: 800; letter-spacing: .34em; }
.nav-links { display: flex; gap: 28px; color: #c8c8c5; font-size: .92rem; }
.nav-links a:hover { color: white; }
.hero { min-height: calc(100vh - 74px); display: grid; grid-template-columns: 1.02fr .98fr; }
.hero-copy { display: flex; align-items: center; }
.hero-copy-inner { width: min(590px, calc(100% - 50px)); margin-left: max(20px, calc((100vw - var(--max))/2)); padding: 72px 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .24em; color: var(--muted); font-size: .75rem; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(4rem, 9vw, 8.4rem); letter-spacing: -.055em; line-height: .88; margin: 20px 0 26px; }
.lede { color: #d2d2ce; font-size: clamp(1.15rem, 2vw, 1.45rem); max-width: 540px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid white; font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.btn.primary { background: white; color: #080808; }
.btn:hover { transform: translateY(-1px); opacity: .86; }
.btn.ghost { border-color: var(--line); background: rgba(255,255,255,.03); }
.hero-image { position: relative; min-height: 620px; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: contrast(1.05); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #070707 0%, transparent 28%), linear-gradient(0deg, rgba(7,7,7,.28), transparent 35%); pointer-events: none; }
.section { padding: 104px 0; border-top: 1px solid var(--line); }
.section-title { font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.04em; margin-bottom: 22px; }
.section-copy { max-width: 720px; color: #c5c5c1; font-size: 1.08rem; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.quote { font-size: clamp(1.55rem, 3vw, 2.5rem); line-height: 1.2; letter-spacing: -.025em; }
.competition { padding: 0; }
.competition-grid { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 650px; }
.comp-image { min-height: 560px; position: relative; }
.comp-image img { width: 100%; height: 100%; object-fit: cover; }
.comp-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, #111 100%); }
.comp-copy { background: var(--panel); padding: 76px clamp(28px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.comp-copy h2 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: .88; letter-spacing: -.05em; margin: 12px 0 28px; }
.prizes { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 28px 0; }
.prize { background: #0d0d0d; padding: 22px 16px; text-align: center; }
.prize strong { display: block; font-size: 1.65rem; }
.prize span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.footer { border-top: 1px solid var(--line); padding: 36px 0; color: #8f8f8c; font-size: .86rem; }
.footer-row { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

/* Competition page */
.rise-hero { position: relative; min-height: 78vh; display: flex; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); }
.rise-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rise-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,7,7,.98) 0%, rgba(7,7,7,.25) 54%, rgba(7,7,7,.12) 100%); }
.rise-hero-content { position: relative; z-index: 2; padding: 110px 0 70px; }
.rise-hero h1 { font-size: clamp(4.5rem, 11vw, 9.5rem); margin: 8px 0 14px; }
.rise-hero .sub { font-size: clamp(1.3rem, 3vw, 2rem); max-width: 760px; }
.total-prize { font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 800; letter-spacing: -.04em; margin: 28px 0 0; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 42px; }
.step { background: var(--panel); padding: 30px; min-height: 215px; }
.step-num { color: #777; font-size: .8rem; letter-spacing: .15em; margin-bottom: 26px; }
.step h3 { font-size: 1.25rem; margin-bottom: 10px; }
.step p { color: var(--muted); margin: 0; font-size: .95rem; }
.notice { border: 1px solid var(--line); padding: 24px; background: rgba(255,255,255,.025); color: #c5c5c1; }
.rules { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.rules ul { margin: 0; padding-left: 20px; color: #c5c5c1; }
.rules li { margin: 0 0 14px; }
.muted { color: var(--muted); }

@media (max-width: 880px) {
  .nav-links { gap: 16px; font-size: .82rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-copy-inner { margin: 0 auto; width: min(680px, calc(100% - 40px)); }
  .hero-image { order: 1; min-height: 64vh; }
  .hero-image::after { background: linear-gradient(0deg, #070707 0%, transparent 28%); }
  .about-grid, .competition-grid, .rules { grid-template-columns: 1fr; gap: 34px; }
  .comp-image::after { background: linear-gradient(0deg, #111 0%, transparent 22%); }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .nav { min-height: 66px; }
  .nav-links a:not(:last-child) { display: none; }
  .brand { letter-spacing: .25em; }
  .hero-image { min-height: 54vh; }
  .hero-copy-inner { width: calc(100% - 28px); padding: 54px 0 70px; }
  h1 { font-size: clamp(3.6rem, 21vw, 5.7rem); }
  .section { padding: 72px 0; }
  .prizes { grid-template-columns: 1fr 1fr 1fr; }
  .prize { padding: 18px 8px; }
  .prize strong { font-size: 1.35rem; }
  .steps { grid-template-columns: 1fr; }
  .rise-hero { min-height: 68vh; }
}
