:root {
  --page: #f3ebdd;
  --surface: #e8ddc9;
  --ink: #292621;
  --muted: #766d60;
  --line: #b9aa91;
  --accent: #d96b3b;
  --dark: #202124;
  --display: 'Bebas Neue', sans-serif;
  --body: 'Inter', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font: 400 16px/1.55 var(--body); }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip { position: fixed; top: 10px; left: 10px; z-index: 5; padding: 10px 14px; background: var(--page); transform: translateY(-150%); }
.skip:focus { transform: none; }
.notice { display: flex; justify-content: center; gap: 28px; padding: 8px 20px; color: var(--page); background: var(--dark); font: 12px var(--display); letter-spacing: .08em; }
.site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; max-width: 1180px; margin: auto; padding: 18px 28px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; font: 24px/.82 var(--display); letter-spacing: .04em; }
.brand small { color: var(--muted); font: 10px var(--body); letter-spacing: .08em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--ink); border-radius: 50%; }
nav { display: flex; gap: 27px; font-size: 14px; } nav a:hover { text-decoration: underline; }
.dark-button, .accent-button { min-height: 44px; padding: 10px 17px; border: 1px solid var(--dark); font-weight: 600; }
.dark-button { justify-self: end; color: var(--page); background: var(--dark); }
.accent-button { color: var(--page); background: var(--accent); border-color: var(--accent); }
.hero { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; max-width: 1180px; min-height: 690px; margin: auto; padding: 80px 28px 105px; }
.eyebrow { margin: 0 0 20px; color: var(--muted); font: 12px var(--display); letter-spacing: .12em; }
h1, h2, h3, dt, .facts dt, .schedule-list, .track-grid, .prize-card, .mentor-row, .footer b { font-family: var(--display); font-weight: 500; }
h1, h2 { margin: 0 0 25px; line-height: .88; letter-spacing: .02em; } h1 { font-size: clamp(70px, 9vw, 126px); } h2 { font-size: clamp(54px, 7vw, 86px); }
.hero-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 18px; }
.actions { display: flex; align-items: center; gap: 24px; margin: 30px 0 48px; } .text-link { border-bottom: 1px solid var(--ink); }
.facts { display: flex; gap: 25px; padding-top: 18px; border-top: 1px solid var(--line); } .facts div + div { padding-left: 25px; border-left: 1px solid var(--line); } dt { color: var(--muted); font-size: 13px; } dd { margin: 3px 0 0; font: 15px var(--display); }
.colosseum { position: relative; min-height: 500px; overflow: hidden; padding: 130px 38px 50px; background: var(--surface); border-bottom: 16px solid var(--accent); }
.arches { position: relative; display: flex; justify-content: center; gap: 13px; margin: auto; padding: 22px; border: 20px solid var(--accent); border-bottom: 0; background: var(--accent); }
.arches i { display: block; flex: 1; min-height: 115px; border: 18px solid var(--accent); border-bottom: 0; background: var(--dark); border-radius: 90px 90px 0 0; }
.outer { max-width: 510px; } .middle { max-width: 390px; margin-top: -22px; } .inner { max-width: 270px; margin-top: -22px; }
.sun { position: absolute; top: 45px; left: calc(50% - 34px); display: grid; place-items: center; width: 68px; height: 68px; color: var(--page); background: var(--accent); border-radius: 50%; font-size: 42px; transform: rotate(-20deg); }
.flag { position: absolute; padding: 5px 8px; color: var(--page); background: var(--accent); font: 11px var(--display); } .flag-one { top: 145px; left: 15px; } .flag-two { top: 240px; right: 12px; } .flag-three { bottom: 32px; left: 42%; }
.section { padding: 105px max(28px, calc((100vw - 1124px) / 2)); border-top: 1px solid var(--line); } .program { background: var(--surface); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 48px; } .section-heading > p { max-width: 430px; color: var(--muted); }
.filters { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-block: 1px solid var(--ink); } .tabs { display: flex; overflow: auto; } .tabs button { padding: 10px 13px; white-space: nowrap; color: var(--ink); background: transparent; border: 1px solid var(--ink); border-left: 0; font: 15px var(--display); } .tabs button:first-child { border-left: 1px solid var(--ink); } .tabs button.active { color: var(--page); background: var(--dark); } .tabs:first-child button.active { background: var(--accent); }
.schedule-meta { display: flex; justify-content: space-between; padding: 21px 0; color: var(--muted); font: 14px var(--display); }.schedule-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }.schedule-list li { display: grid; grid-template-columns: 80px 115px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--ink); }.schedule-list h3 { margin: 0 0 4px; font-size: 27px; }.schedule-list p { margin: 0; color: var(--muted); font: 15px var(--body); }.schedule-list time, .schedule-list span { color: var(--muted); font: 14px var(--display); }
.track-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }.track-grid article { min-height: 310px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.track-grid article:first-child { background: var(--accent); }.track-grid b { font-size: 18px; }.track-grid h3 { margin: 65px 0 14px; font-size: 43px; line-height: .9; }.track-grid p { max-width: 250px; color: var(--muted); font: 15px var(--body); }.track-grid span { font-size: 15px; }.mentor-row { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-top: 90px; }.mentor-row h3 { font-size: 50px; line-height: .9; }.mentor-row ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }.mentor-row li { padding: 18px 0; border-bottom: 1px solid var(--ink); }.mentor-row li:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--ink); }.mentor-row strong, .mentor-row span { display: block; }.mentor-row strong { font-size: 24px; }.mentor-row span { color: var(--muted); font: 14px var(--body); }
.prizes { background: var(--dark); color: var(--page); }.prizes .eyebrow, .prizes .section-heading > p { color: var(--line); }.prize-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }.prize-card { padding: 30px; color: var(--ink); background: var(--accent); }.prize-card span { font-size: 18px; }.prize-card strong { display: block; margin: 35px 0 10px; font-size: 100px; line-height: .8; }.prize-card p { max-width: 370px; font: 15px var(--body); }.criteria h3 { margin-top: 0; font-size: 32px; }.criteria ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--muted); }.criteria li { display: flex; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--muted); }.criteria b { color: var(--accent); }.rules { margin: 55px 0 0; padding-top: 20px; border-top: 1px solid var(--muted); color: var(--line); }
.join { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }.join > div:first-child > p:not(.eyebrow) { max-width: 470px; color: var(--muted); }.join dl { display: grid; gap: 12px; margin-top: 45px; }.join dl div { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--line); }.join-card { align-self: center; padding: 35px; background: var(--surface); }.join-card span { font: 14px var(--display); color: var(--muted); }.join-card h3 { margin: 55px 0 16px; font-size: 52px; line-height: .9; }.join-card p { color: var(--muted); }
.footer { display: grid; grid-template-columns: 1fr auto; gap: 50px; padding: 65px max(28px, calc((100vw - 1124px) / 2)) 25px; border-top: 1px solid var(--line); }.footer p { max-width: 350px; color: var(--muted); }.footer > div:nth-child(2) { display: flex; flex-direction: column; gap: 8px; }.footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font: 12px var(--display); }
dialog { width: min(560px, calc(100% - 30px)); padding: 0; color: var(--ink); background: var(--page); border: 1px solid var(--ink); } dialog::backdrop { background: rgb(32 33 36 / 75%); } dialog header { display: flex; justify-content: space-between; padding: 27px; border-bottom: 1px solid var(--ink); } dialog h2 { margin: 0; font-size: 48px; }.close { width: 38px; height: 38px; background: transparent; border: 1px solid var(--ink); font-size: 25px; } form { display: grid; gap: 17px; padding: 27px; } label { display: grid; gap: 6px; font-weight: 600; } input, select { min-height: 45px; padding: 9px; background: var(--page); border: 1px solid var(--ink); font: 16px var(--body); }.check { display: flex; flex-direction: row; align-items: flex-start; font-size: 14px; color: var(--muted); }.check input { min-height: auto; margin-top: 4px; accent-color: var(--accent); } #formStatus { margin: 0; color: var(--accent); }
@media (max-width: 850px) { .site-header { grid-template-columns: 1fr auto; } nav { display: none; }.hero, .join { grid-template-columns: 1fr; }.hero { gap: 60px; }.section-heading, .filters { display: block; }.filters .tabs { margin-top: 12px; }.mentor-row { grid-template-columns: 1fr; gap: 25px; }.track-grid, .prize-layout { grid-template-columns: 1fr; }.colosseum { min-height: 430px; } }
@media (max-width: 560px) { .notice { justify-content: flex-start; padding-inline: 15px; }.notice span { display: none; }.site-header { padding: 15px; }.dark-button { padding: 8px; font-size: 13px; }.hero, .section { padding: 75px 16px; } h1 { font-size: 74px; }.actions { align-items: flex-start; flex-direction: column; }.facts { gap: 12px; }.facts div + div { padding-left: 12px; }.colosseum { min-height: 350px; padding: 105px 5px 25px; }.arches { gap: 5px; padding: 10px; border-width: 11px; }.arches i { min-height: 80px; border-width: 10px; }.middle { margin-top: -12px; }.inner { margin-top: -12px; }.sun { top: 30px; width: 54px; height: 54px; left: calc(50% - 27px); }.flag { font-size: 9px; }.schedule-list li { grid-template-columns: 58px 1fr; gap: 10px; }.schedule-list li > span, .schedule-list li > div { grid-column: 2; }.track-grid h3 { margin-top: 40px; }.mentor-row ul { grid-template-columns: 1fr; }.mentor-row li:nth-child(even) { padding-left: 0; border-left: 0; }.prize-card strong { font-size: 80px; }.footer { grid-template-columns: 1fr; padding-inline: 16px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
