@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root { --ink: #120c28; --plum: #1d0c31; --violet: #bd43df; --lime: #d9ff57; --mint: #d9f4bc; --yellow: #ffe972; --paper: #f6f5ef; --muted: #6d6878; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; } a { color: inherit; text-decoration: none; } .site-shell { overflow: hidden; }
.section-wrap, .site-header { width: min(1180px, calc(100% - 80px)); margin: 0 auto; } .site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 5; left: 0; right: 0; color: var(--ink); }
.brand { display: flex; gap: 10px; align-items: center; font: 700 20px 'Space Grotesk', sans-serif; letter-spacing: -1px; } .brand-mark { width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid currentColor; font-size: 15px; } .brand-dot { color: var(--violet); } .desktop-nav { display: flex; gap: 28px; font-size: 13px; font-weight: 600; } .desktop-nav a, .text-link { transition: opacity .2s ease; } .desktop-nav a:hover, .text-link:hover { opacity: .55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 20px; border: 0; font: 700 13px 'DM Sans', sans-serif; cursor: pointer; transition: transform .2s ease, background .2s ease; } .button:hover { transform: translateY(-3px); } .button-dark { background: var(--ink); color: white; } .button-lime { background: var(--lime); color: var(--ink); padding: 18px 22px; } .menu-toggle { display: none; border: 0; background: transparent; padding: 8px; } .menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px; }
.hero { min-height: 780px; padding: 150px max(40px, calc((100vw - 1180px) / 2)) 50px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 35px; background: linear-gradient(120deg, #f9f9f5 20%, #e9dcf2 72%, #cb83dc); position: relative; } .hero-copy { align-self: center; position: relative; z-index: 2; padding-bottom: 50px; } .eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 1.4px; font-size: 10px; font-weight: 700; } .eyebrow-line { width: 28px; height: 2px; background: currentColor; display: inline-block; } h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -3px; line-height: .93; } h1 { max-width: 570px; margin-bottom: 28px; font-size: clamp(68px, 9vw, 126px); } h1 em, h2 em { font-style: normal; color: var(--violet); } .hero-intro { max-width: 340px; color: #565264; line-height: 1.5; font-size: 15px; } .hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 35px; } .text-link { font-size: 13px; font-weight: 700; } .text-link span { padding-left: 8px; font-size: 18px; }
.hero-art { position: relative; min-height: 500px; align-self: center; border-radius: 2px; overflow: hidden; background: #d4ebcb; } .hero-art img { width: 100%; height: 100%; min-height: 500px; display: block; object-fit: cover; object-position: center; mix-blend-mode: multiply; } .hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.33), transparent 44%); pointer-events: none; } .hero-art-label { position: absolute; z-index: 1; top: 20px; left: 22px; font: 700 11px/1.25 'Space Grotesk', sans-serif; letter-spacing: 1px; } .hero-art-label span { color: var(--violet); } .hero-sticker { position: absolute; z-index: 2; right: 22px; bottom: 22px; width: 68px; height: 68px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; text-align: center; font: 700 14px/.8 'Space Grotesk', sans-serif; transform: rotate(12deg); } .hero-sticker span { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; } .hero-bottomline { grid-column: 1 / -1; align-self: end; display: flex; justify-content: space-between; border-top: 1px solid rgba(18,12,40,.25); padding-top: 14px; font: 600 10px 'Space Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 1px; } .scroll-note { color: #6d6878; }
.ticker { background: var(--violet); color: white; overflow: hidden; padding: 19px 0; font: 600 18px 'Space Grotesk', sans-serif; letter-spacing: -.5px; } .ticker-track { display: flex; width: max-content; gap: 33px; animation: marquee 24s linear infinite; } .ticker b { color: var(--lime); } @keyframes marquee { to { transform: translateX(-50%); } }
.race-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 145px; padding-bottom: 150px; } h2 { font-size: clamp(52px, 6vw, 88px); margin-bottom: 0; } .race-details { align-self: end; max-width: 480px; } .race-details > p { max-width: 370px; color: var(--muted); line-height: 1.65; font-size: 16px; } .detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 53px; padding-top: 22px; border-top: 1px solid #c5c2c7; } .detail-grid div { display: flex; flex-direction: column; gap: 4px; } .detail-grid strong { font: 700 28px 'Space Grotesk', sans-serif; } .detail-grid span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
.experience { background: var(--plum); color: white; padding: 85px 0; } .experience-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; } .experience-image { height: 545px; overflow: hidden; position: relative; background: #cae9c9; } .experience-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; } .experience-copy { max-width: 400px; } .experience-copy p:not(.eyebrow) { color: #c0b6c9; line-height: 1.65; margin: 32px 0; } .text-link-light { color: var(--lime); }
.training { padding-top: 145px; padding-bottom: 145px; } .training-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 65px; } .run-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; } .run-card { min-height: 320px; padding: 28px; display: flex; flex-direction: column; position: relative; } .run-card h3 { font-size: 34px; margin: 65px 0 17px; letter-spacing: -1.5px; } .run-card p { max-width: 250px; line-height: 1.5; font-size: 14px; color: rgba(18,12,40,.7); } .run-card a { position: absolute; right: 25px; bottom: 20px; font-size: 27px; } .card-index { font: 700 11px 'Space Grotesk', sans-serif; opacity: .6; } .run-card-dark { background: var(--ink); color: white; } .run-card-dark p { color: #c3bdcf; } .run-card-yellow { background: var(--yellow); } .run-card-green { background: var(--mint); }
.register { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 110px; padding-bottom: 145px; border-top: 1px solid #d1ced1; } .register-panel { max-width: 400px; align-self: end; } .register-panel > p { color: var(--muted); line-height: 1.55; } .countdown { display: flex; gap: 42px; margin: 35px 0; } .countdown div { display: flex; flex-direction: column; gap: 4px; } .countdown strong { font: 700 38px 'Space Grotesk', sans-serif; } .countdown span { font-size: 10px; text-transform: uppercase; color: var(--muted); letter-spacing: 1px; }
.site-footer { background: var(--plum); color: white; padding-top: 90px; } .footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; padding-bottom: 100px; } .brand-light { color: white; } .footer-tagline { font: 500 53px/.9 'Space Grotesk', sans-serif; letter-spacing: -3px; margin: 65px 0 0; } .footer-tagline em { color: var(--violet); font-style: normal; } .footer-links { display: flex; gap: 85px; } .footer-links > div { display: flex; flex-direction: column; gap: 13px; } .footer-label { color: var(--violet); text-transform: uppercase; letter-spacing: 1.2px; font-size: 10px; font-weight: 700; margin-bottom: 12px; } .footer-links a { font-size: 14px; color: #d4cddd; } .newsletter p { color: #d4cddd; font-size: 14px; line-height: 1.5; max-width: 230px; } .email-form { display: flex; border-bottom: 1px solid #9489a0; margin-top: 28px; } .email-form input { flex: 1; min-width: 0; padding: 12px 0; background: transparent; border: 0; color: white; outline: 0; font: 14px 'DM Sans', sans-serif; } .email-form input::placeholder { color: #9489a0; } .email-form button { border: 0; background: transparent; color: var(--lime); font-size: 22px; cursor: pointer; } .form-message { display: block; color: var(--lime); font-size: 11px; margin-top: 10px; } .footer-bottom { border-top: 1px solid #39274a; display: flex; justify-content: space-between; padding-top: 18px; padding-bottom: 25px; color: #9489a0; text-transform: uppercase; letter-spacing: 1px; font-size: 9px; } .footer-bottom a { color: white; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 760px) { .section-wrap, .site-header { width: calc(100% - 40px); } .site-header { height: 72px; } .desktop-nav, .header-button { display: none; } .menu-toggle { display: block; } .hero { min-height: 740px; padding: 120px 20px 30px; display: flex; flex-direction: column; gap: 35px; } .hero-copy { padding: 0; } .hero-art { min-height: 320px; order: 2; } .hero-art img { min-height: 320px; } .hero-bottomline { font-size: 8px; gap: 15px; flex-wrap: wrap; } .scroll-note { display: none; } h1 { font-size: 70px; } .hero-intro { font-size: 14px; } .hero-actions { margin-top: 25px; } .race-section, .experience-inner, .register { display: flex; flex-direction: column; gap: 55px; padding-top: 90px; padding-bottom: 90px; } .race-details { align-self: auto; } .detail-grid { margin-top: 35px; } .experience { padding: 55px 0; } .experience-image { height: 400px; order: 2; } .experience-copy { order: 1; } .training { padding-top: 90px; padding-bottom: 90px; } .training-heading { display: block; margin-bottom: 40px; } .run-cards { display: flex; flex-direction: column; } .run-card { min-height: 260px; } .run-card h3 { margin-top: 45px; } .register-panel { align-self: auto; } .footer-top { display: flex; flex-direction: column; gap: 55px; padding-bottom: 65px; } .footer-tagline { font-size: 45px; margin-top: 45px; } .footer-links { gap: 55px; } .footer-bottom { gap: 12px; flex-wrap: wrap; } .footer-bottom span:nth-child(2) { display: none; } }

/* The fitness reference is expressed as structured content, not a background image. */
.hero-art { background: linear-gradient(145deg, #fffdf4, #e8f4dc 48%, #d7ebf0); }
.hero-art img { display: none; }
.hero-art-label { z-index: 3; }
.hero-word { position: absolute; top: 64px; left: 5%; color: var(--ink); font: 700 clamp(58px, 8vw, 110px)/.8 'Space Grotesk', sans-serif; letter-spacing: -7px; }
.metric-rail { position: absolute; z-index: 2; left: 8%; right: -4%; height: 56px; display: flex; align-items: center; gap: 14px; padding: 0 24px; border-radius: 35px 0 0 35px; color: var(--ink); font-size: 13px; }
.metric-rail b { font-weight: 500; } .metric-rail strong { font-weight: 700; } .metric-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 9px; }
.rail-purple { top: 40%; background: #d8b8f2; } .rail-yellow { top: 52%; left: 0; background: #fff18d; } .rail-green { top: 64%; left: 16%; background: #c9e9b7; } .rail-blue { top: 76%; left: 8%; background: #b8e0ee; }
.experience-image { padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, #e9f5dc, #c2e5b8 55%, #b4d9ea); color: var(--ink); }
.experience-image::before { content: ''; position: absolute; width: 280px; height: 280px; right: -35px; top: 60px; border: 34px solid rgba(255,255,255,.55); border-radius: 50%; }
.experience-image p { position: relative; z-index: 1; margin: 0; font: 700 clamp(38px, 5vw, 68px)/.88 'Space Grotesk', sans-serif; letter-spacing: -3px; } .experience-image em { color: var(--violet); font-style: normal; } .experience-image > span { position: relative; z-index: 1; margin-top: 22px; font-size: 12px; } .quote-mark { position: absolute; top: 28px; left: 40px; font: 100px/.7 Georgia, serif; color: var(--violet); }
@media (max-width: 760px) { .hero-word { top: 53px; font-size: 54px; letter-spacing: -4px; } .metric-rail { height: 40px; gap: 8px; padding: 0 14px; font-size: 10px; } .metric-icon { width: 18px; height: 18px; font-size: 7px; } .experience-image { padding: 28px; } }

html { scroll-padding-top: 24px; }

.typed-wrap { white-space: nowrap; }
.typed-cursor { color: var(--violet); }

.hero-runner { position: absolute; z-index: 3; right: 4%; bottom: 5%; width: min(45%, 285px); height: auto; animation: runner-bob 1s ease-in-out infinite alternate; filter: drop-shadow(0 14px 18px rgba(18,12,40,.18)); }
@keyframes runner-bob { from { transform: translateY(0) rotate(-1deg); } to { transform: translateY(-13px) rotate(1.5deg); } }
.hero-sticker { top: 20px; bottom: auto; }
.hero-word { font-size: clamp(46px, 5.5vw, 80px); letter-spacing: -5px; }
@media (prefers-reduced-motion: reduce) { .hero-runner { animation: none; } }
@media (max-width: 760px) { .hero-art { align-self: stretch; width: 100%; } .hero-runner { width: 38%; right: 2%; bottom: 3%; } .hero-sticker { top: 16px; right: 16px; width: 58px; height: 58px; font-size: 12px; } .hero-word { font-size: 44px; letter-spacing: -3px; } }

.site-header { width: 100%; padding: 0 max(40px, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }
.site-header .brand-mark { border-color: white; }
.header-button.button-dark { background: var(--lime); color: var(--ink); }
.menu-toggle span { background: white; }

.hero-art .hero-photo { display: block; position: absolute; z-index: 3; right: -1%; bottom: 0; height: 92%; width: auto; min-height: 0; max-width: 68%; object-fit: contain; object-position: bottom right; mix-blend-mode: multiply; will-change: transform; }
.hero-art .hero-runner { display: none; }
.hero-art.no-photo .hero-photo { display: none; }
.hero-art.no-photo .hero-runner { display: block; }
.hero-word { will-change: transform; }

@media (max-width: 760px) { .site-header { width: 100%; padding: 0 20px; } .hero-art .hero-photo { height: 84%; max-width: 62%; } }

.hero { grid-template-columns: 1.1fr .9fr; }
.hero-copy { order: 2; }
.hero-art { order: 1; }
.hero-bottomline { order: 3; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-art:has(.hero-video) .hero-photo, .hero-art:has(.hero-video) .hero-runner { display: none; }
.hero-art:has(.hero-video) .hero-word { color: white; z-index: 1; text-shadow: 0 2px 24px rgba(18,12,40,.45); }
.hero-art:has(.hero-video) .hero-art-label { color: white; text-shadow: 0 1px 12px rgba(18,12,40,.5); }
.hero-art:has(.hero-video) .hero-art-label span { color: var(--lime); }
@media (max-width: 760px) { .hero-copy { order: 1; } .hero-art { order: 2; } }

.hero.hero-fullbg { display: flex; align-items: center; justify-content: flex-end; min-height: 100vh; min-height: 100svh; padding: 150px max(40px, calc((100vw - 1180px) / 2)) 90px; background: var(--ink); overflow: hidden; }
.hero-bg { position: absolute; left: 0; right: 0; top: -7.5%; width: 100%; height: 115%; object-fit: cover; z-index: 0; will-change: transform; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(18,12,40,.18) 25%, rgba(18,12,40,.78) 68%); }
.hero-fullbg .hero-copy { position: relative; z-index: 2; order: 0; max-width: 620px; padding-bottom: 0; color: white; }
.hero-fullbg h1 { color: white; font-size: clamp(54px, 7.2vw, 101px); }
.hero-fullbg .hero-intro { max-width: 600px; font-size: 17.5px; line-height: 1.6; color: #ddd7e6; }
.hero-fullbg .text-link { color: white; }
.hero-fullbg .eyebrow { color: var(--lime); font-size: 14px; }
.hero-fullbg .hero-bottomline { position: absolute; z-index: 2; left: max(40px, calc((100vw - 1180px) / 2)); right: max(40px, calc((100vw - 1180px) / 2)); bottom: 0; padding-bottom: 18px; order: 0; color: white; border-top-color: rgba(255,255,255,.35); }
.hero-fullbg .scroll-note { color: #b9b2c6; }
@media (max-width: 760px) {
  .hero.hero-fullbg { flex-direction: column; justify-content: flex-end; padding: 110px 20px 70px; }
  .hero-fullbg .hero-copy { order: 0; }
  .hero-overlay { background: linear-gradient(180deg, rgba(18,12,40,.2), rgba(18,12,40,.82) 72%); }
  .hero-fullbg .hero-bottomline { left: 20px; right: 20px; }
  .hero-fullbg .hero-intro { font-size: 15.5px; }
  .hero-fullbg h1 { font-size: 56px; }
}

.sponsors { padding-top: 40px; padding-bottom: 145px; }
.sponsors-heading { margin-bottom: 55px; } .sponsors-heading h2 span { color: var(--violet); }
.sponsor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.sponsor-card { min-height: 220px; padding: 28px; display: flex; flex-direction: column; }
.sponsor-card h3 { font-size: 26px; letter-spacing: -1px; line-height: 1.05; margin: 42px 0 12px; max-width: 420px; }
.sponsor-card p { margin: 0; font-size: 13px; color: rgba(18,12,40,.65); }
.sponsor-label { font: 700 10px 'Space Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 1.3px; opacity: .65; }
.sponsor-card-yellow { background: var(--yellow); } .sponsor-card-mint { background: var(--mint); }
.sponsor-card-dark { background: var(--ink); color: white; } .sponsor-card-dark p { color: #c3bdcf; }
.sponsor-card-purple { background: #d8b8f2; }
.sponsor-card-slots { grid-column: 1 / -1; background: var(--plum); color: white; min-height: 0; }
.sponsor-card-slots h3 { margin: 30px 0 20px; }
.slot-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; max-width: 640px; }
.slot-tags span { padding: 8px 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 30px; font-size: 12px; font-weight: 600; transition: background .25s ease, color .25s ease, transform .25s ease; }
.slot-tags span:hover { background: var(--lime); color: var(--ink); transform: translateY(-2px); }
.sponsor-card-slots .text-link { color: var(--lime); }

.prizes { padding-top: 40px; padding-bottom: 145px; }
.prizes-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }
.prizes-heading h2 span { color: var(--violet); }
.prize-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.prize-table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 15px; }
.prize-table th { text-align: left; font: 700 10px 'Space Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 1.3px; color: var(--muted); padding: 0 18px 14px; border-bottom: 2px solid var(--ink); }
.prize-table td { padding: 17px 18px; border-bottom: 1px solid #d6d3d8; }
.prize-table td:first-child { font: 700 17px 'Space Grotesk', sans-serif; }
.prize-table td:nth-child(3) { font-weight: 700; color: var(--violet); }
.prize-table tbody tr { transition: background .25s ease; }
.prize-table tbody tr:hover { background: rgba(217,255,87,.35); }
.prizes-note { margin: 28px 0 0; max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.6; }

.details { padding-top: 0; padding-bottom: 145px; }
.details-heading { margin-bottom: 55px; } .details-heading h2 span { color: var(--violet); }
.detail-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.detail-card { min-height: 280px; padding: 26px; display: flex; flex-direction: column; transition: transform .3s ease; }
.detail-card:hover { transform: translateY(-6px); }
.detail-card h3 { font-size: 25px; letter-spacing: -1px; margin: 48px 0 14px; }
.detail-card p { margin: 0; font-size: 13.5px; line-height: 1.55; color: rgba(18,12,40,.7); }
.detail-card-yellow { background: var(--yellow); } .detail-card-mint { background: var(--mint); }
.detail-card-blue { background: #b8e0ee; }
.detail-card-dark { background: var(--ink); color: white; } .detail-card-dark p { color: #c3bdcf; }

.event-fineprint { margin: 22px 0 0; font-size: 11.5px; line-height: 1.55; color: rgba(18,12,40,.6); }
.contact-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 32px 0 35px; }
.contact-lines a { padding: 13px 16px; border: 1px solid rgba(18,12,40,.3); font: 700 14px 'Space Grotesk', sans-serif; letter-spacing: .3px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.contact-lines a:hover { background: var(--ink); color: var(--lime); transform: translateY(-2px); }
.contact-lines a span { margin-right: 8px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal :is(.sponsor-card, .detail-card, .run-card) , .reveal .prize-table tbody tr { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible :is(.sponsor-card, .detail-card, .run-card), .reveal.is-visible .prize-table tbody tr { opacity: 1; transform: translateY(0); }
.reveal.is-visible :is(.sponsor-card, .detail-card, .run-card, .prize-table tbody tr):nth-child(1) { transition-delay: .1s; }
.reveal.is-visible :is(.sponsor-card, .detail-card, .run-card, .prize-table tbody tr):nth-child(2) { transition-delay: .2s; }
.reveal.is-visible :is(.sponsor-card, .detail-card, .run-card, .prize-table tbody tr):nth-child(3) { transition-delay: .3s; }
.reveal.is-visible :is(.sponsor-card, .detail-card, .run-card, .prize-table tbody tr):nth-child(4) { transition-delay: .4s; }
.reveal.is-visible :is(.sponsor-card, .detail-card, .run-card, .prize-table tbody tr):nth-child(5) { transition-delay: .5s; }
.reveal.is-visible :is(.sponsor-card, .detail-card, .run-card, .prize-table tbody tr):nth-child(6) { transition-delay: .6s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal, .reveal :is(.sponsor-card, .detail-card, .run-card), .reveal .prize-table tbody tr { opacity: 1; transform: none; transition: none; } .ticker-track { animation: none; } }

@media (max-width: 980px) { .detail-cards { grid-template-columns: 1fr 1fr; } .detail-card { min-height: 230px; } }
@media (max-width: 760px) {
  .sponsors, .prizes, .details { padding-top: 0; padding-bottom: 90px; }
  .sponsors-heading, .details-heading { margin-bottom: 35px; }
  .sponsor-grid { display: flex; flex-direction: column; }
  .sponsor-card { min-height: 180px; } .sponsor-card h3 { margin-top: 30px; font-size: 23px; }
  .sponsor-card-slots { min-height: 0; }
  .prizes-heading { display: block; margin-bottom: 35px; }
  .prizes-heading .text-link { display: inline-block; margin-top: 25px; }
  .prize-table { font-size: 13px; min-width: 520px; }
  .prize-table td { padding: 13px 12px; } .prize-table th { padding: 0 12px 12px; }
  .detail-cards { display: flex; flex-direction: column; }
  .detail-card { min-height: 0; } .detail-card h3 { margin-top: 30px; }
  .contact-lines { grid-template-columns: 1fr; }
  .event-facts { flex-wrap: wrap; }
}
.marathon-event { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; padding-top: 130px; padding-bottom: 130px; }
main > section.marathon-event:nth-of-type(3) { display: none; }
.event-intro { align-self: center; max-width: 550px; } .event-intro h2 { margin-bottom: 28px; } .event-intro > p:not(.eyebrow) { max-width: 430px; color: var(--muted); line-height: 1.65; }
.event-facts { display: flex; gap: 42px; margin-top: 48px; padding-top: 22px; border-top: 1px solid #c5c2c7; } .event-facts div { display: flex; flex-direction: column; gap: 5px; } .event-facts strong { font: 700 30px 'Space Grotesk', sans-serif; } .event-facts span { color: var(--muted); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.event-card { padding: 36px; background: var(--yellow); } .event-card-label { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; } .event-card h3 { margin: 42px 0 15px; font-size: 38px; letter-spacing: -2px; } .event-card > p { max-width: 330px; color: rgba(18,12,40,.68); font-size: 14px; line-height: 1.55; }
.admission-form { display: grid; gap: 8px; margin-top: 28px; } .admission-form label { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; } .admission-form input, .admission-form select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(18,12,40,.35); outline: 0; background: transparent; color: var(--ink); font: 14px 'DM Sans', sans-serif; } .admission-form select { cursor: pointer; } .admission-form .button { justify-self: start; margin-top: 18px; }
.gallery { padding-top: 40px; padding-bottom: 145px; } .gallery-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; } .gallery-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 15px; } .gallery-item { margin: 0; min-height: 350px; position: relative; overflow: hidden; background: var(--mint); } .gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; } .gallery-item:hover img { transform: scale(1.04); } .gallery-wide { min-height: 465px; } .gallery-item figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; color: white; font: 600 16px 'Space Grotesk', sans-serif; text-shadow: 0 1px 10px rgba(18,12,40,.5); } .gallery-note { min-height: 350px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--violet); color: white; } .gallery-note p { position: relative; z-index: 1; margin: 0; font: 600 27px/.98 'Space Grotesk', sans-serif; letter-spacing: -1px; } .gallery-note > span:last-child { margin-top: 25px; color: var(--lime); font-size: 11px; }
@media (max-width: 760px) { .marathon-event { display: flex; flex-direction: column; gap: 55px; padding-top: 90px; padding-bottom: 90px; } .event-card { padding: 28px; } .event-card h3 { margin-top: 32px; font-size: 34px; } .event-facts { gap: 24px; } .gallery { padding-top: 0; padding-bottom: 90px; } .gallery-heading { display: block; margin-bottom: 35px; } .gallery-heading .text-link { display: inline-block; margin-top: 25px; } .gallery-grid { display: flex; flex-direction: column; } .gallery-item, .gallery-wide, .gallery-note { min-height: 300px; } }