:root{--primary-red:#CD2028;--primary-red-hover:#b01820;--red-glow:#ff0c17;--bg-black:#000000;--bg-darker:#0a0a0a;--text-white:#ffffff;--text-muted:rgba(255, 255, 255, 0.6);--border-glass:rgba(255, 255, 255, 0.2);--bg-glass:rgba(255, 255, 255, 0.1);--gradient-red-vertical:linear-gradient(180deg, #F22831 12.5%, #CD2028 75%);--gradient-red-bg:linear-gradient(180deg, var(--primary-red) 0%, #000000 100%);--gradient-red-horizontal:linear-gradient(263deg, #CD2028 37.5%, #671014 120.43%);--font-primary:"proxima-nova", sans-serif;--font-secondary:"Fredoka", sans-serif;--font-light:"Proxima Nova Lt", "proxima-nova", sans-serif;--container-width:1140px;--section-spacing:5rem;--border-radius-sm:8px;--border-radius-md:16px;--border-radius-lg:24px;--border-radius-pill:9999px;--transition-fast:0.2s ease;--transition-normal:0.3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);background-color:var(--bg-black);color:var(--text-white);line-height:1.6;-webkit-font-smoothing:antialiased}html{overflow-x:hidden}.experience-section,.timeline-section,.features-section,.triple-crown-section{overflow-x:hidden}img{max-width:100%;height:auto;display:block}.text-center{text-align:center}.text-white{color:var(--text-white)}.opacity-70{opacity:.7}.opacity-50{opacity:.5}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.grid{display:grid;gap:2rem}.cols-2{grid-template-columns:1fr}.cols-3{grid-template-columns:1fr}@media (min-width:768px){.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}}section{position:relative;padding:var(--section-spacing) 0}.section-title{font-family:var(--font-primary);font-size:clamp(2rem, 5vw, 3.5rem);font-weight:700;line-height:1.1;text-transform:uppercase}.section-subtitle{font-size:1.25rem;font-weight:600;margin-top:1rem;font-family:var(--font-light)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:var(--border-radius-pill);font-family:var(--font-primary);font-weight:600;font-size:1rem;line-height:1;text-align:center;text-decoration:none;cursor:pointer;transition:all var(--transition-normal);border:none}.btn-primary{background-color:var(--primary-red);color:var(--text-white);box-shadow:0 4px 14px rgb(205 32 40 / .4)}.btn-primary:hover{background-color:var(--primary-red-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgb(205 32 40 / .6)}.btn-glass{background:rgb(255 255 255 / .15);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);color:var(--text-white);box-shadow:0 8px 32px 0 rgb(0 0 0 / .3);border:none}.btn-glass:hover{background:rgb(255 255 255 / .25);transform:translateY(-2px)}.btn-lg{padding:18px 40px;font-size:1.125rem}.styled-list{list-style:none;padding-left:0}.styled-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:1.125rem;font-family:var(--font-light)}.styled-list.red-arrows li::before{content:"›";position:absolute;left:0;color:var(--primary-red);font-size:1.5rem;line-height:1;top:0}.styled-list.dots li::before{content:"•";position:absolute;left:0;color:var(--primary-red);font-size:1.5rem;line-height:1;top:2px}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding-top:6rem;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:radial-gradient(ellipse at var(--mouse-x,50%) var(--mouse-y,0%),#5c0f13 0%,#000000 70%)}.video-overlay{display:none}.hero-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-date{font-family:var(--font-secondary);font-size:1.5rem;font-weight:500;letter-spacing:2px;margin-bottom:1rem}.hero-title{color:#fff0;-webkit-text-stroke:1.5px #fff;text-shadow:0 0 10px rgb(255 12 23 / .8),0 0 20px rgb(255 12 23 / .8),0 0 40px rgb(255 12 23 / .8),0 0 60px rgb(255 12 23 / .8);font-family:var(--font-primary);font-size:clamp(3rem, 10vw, 120px);font-style:italic;font-weight:400;line-height:.9;margin:0 0 .5rem 0}.hero-subtitle{font-family:var(--font-secondary);font-size:clamp(1.25rem, 3vw, 2.5rem);font-weight:500;letter-spacing:2px;margin-bottom:2rem}.hero-location{font-size:1.25rem;font-weight:600;margin-bottom:2rem;opacity:.9}.hero-location span{color:var(--primary-red)}.trackside-hero-logo{max-width:280px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 0 15px rgb(255 255 255 / .15))}.intro-banner{background-color:var(--bg-darker);padding:4rem 0;border-bottom:1px solid rgb(255 255 255 / .05)}.intro-title{font-family:var(--font-primary);font-size:clamp(2rem, 4vw, 3.5rem);font-weight:700;line-height:1.2;text-transform:uppercase}.intro-subtitle{font-family:var(--font-secondary);font-size:1.5rem;color:var(--primary-red);margin-top:1rem;word-break:keep-all}.banner-parallax{position:relative;background-image:url(/wp-content/uploads/2026/04/banner.webp);background-size:cover;background-position:center;background-attachment:fixed}.features-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgb(205 32 40 / .85) 0%,rgb(0 0 0 / .95) 100%);z-index:1}.content-over-parallax{position:relative;z-index:2}.features-grid{grid-template-columns:1fr;max-width:1000px;margin-left:auto;margin-right:auto}@media (min-width:600px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{border:2px solid rgb(255 255 255 / .3);padding:2rem 1.5rem;border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;height:100%;transition:transform var(--transition-fast),background var(--transition-fast);background:rgb(0 0 0 / .1);backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-5px);background:rgb(0 0 0 / .2);border-color:rgb(255 255 255 / .6)}.feature-card p{font-size:1.125rem;font-weight:700;line-height:1.4;text-transform:uppercase;margin:0}.features-footer-text{font-size:1.25rem;max-width:600px;margin-left:auto;margin-right:auto}.experience-section{background-color:var(--bg-black);position:relative}.full-bleed{padding-left:0;padding-right:0}.fw-showcase{display:flex;flex-direction:column}.fw-row{display:flex;flex-direction:column;width:100%}@media (min-width:992px){.fw-row{flex-direction:row}.fw-row.reverse{flex-direction:row-reverse}}.fw-image{flex:1 1 50%;min-height:400px;background-size:cover;background-position:center}.fw-content{flex:1 1 50%;display:flex;align-items:center;justify-content:center;background:#050505;padding:4rem 2rem}.fw-content.dark-bg{background:#0d0d0d}.fw-content-inner{max-width:500px;width:100%}.fw-content-inner h3{font-size:clamp(2rem, 3vw, 2.5rem);text-transform:uppercase;color:var(--primary-red);margin-bottom:1rem}.fw-content-inner p{font-size:1.25rem;color:var(--text-muted)}.badge{display:inline-block;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);padding:.75rem 1.5rem;border-radius:var(--border-radius-pill);font-weight:600;font-size:1rem;margin-top:1.5rem}.timeline-section{background:linear-gradient(180deg,#000 0%,#0a0a0a 100%)}.red-glow-text{color:var(--primary-red);text-shadow:0 0 20px rgb(205 32 40 / .5)}.timeline-grid{display:grid;grid-template-columns:1fr;max-width:900px;margin:0 auto}@media (min-width:768px){.timeline-grid{grid-template-columns:1fr 1fr;gap:4rem}}.timeline-item{background:rgb(255 255 255 / .02);border-left:3px solid var(--border-glass);padding:1.5rem 2rem;margin-bottom:1.5rem;border-radius:0 var(--border-radius-sm) var(--border-radius-sm) 0;transition:all var(--transition-normal)}.timeline-item:hover{background:rgb(255 255 255 / .05);border-left-color:var(--primary-red);transform:translateX(5px)}.timeline-item.highlight{border-left-color:var(--primary-red);background:rgb(205 32 40 / .05)}.timeline-item.highlight-main{border-left-color:var(--primary-red);background:linear-gradient(90deg,rgb(205 32 40 / .15) 0%,#fff0 100%);box-shadow:0 4px 20px rgb(205 32 40 / .1)}.timeline-item.highlight-main .time{color:var(--primary-red);font-size:1.75rem}.timeline-item .time{font-size:1.25rem;font-weight:500;margin-bottom:.5rem;font-family:var(--font-secondary)}.timeline-item .event{font-size:1.125rem;color:var(--text-muted)}.timeline-item .event span{display:block;font-size:.9rem;margin-top:.25rem;opacity:.7}.parallax-bg-section{position:relative;padding:clamp(4rem, 10vw, 8rem) 0;overflow:hidden;background-image:url(/wp-content/uploads/2026/04/horse-betting.webp);background-size:cover;background-position:center;background-attachment:fixed}.section-video-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .75);z-index:1}.content-over-video{position:relative;z-index:2}.glass-box{background:rgb(0 0 0 / .7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgb(255 255 255 / .15);box-shadow:0 10px 30px rgb(0 0 0 / .5);padding:2rem;border-radius:var(--border-radius-md);text-align:center;font-weight:600;font-size:1.1rem;text-transform:uppercase;transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;height:100%;min-height:150px;word-break:keep-all}.glass-box:hover{border-color:var(--primary-red);background:rgb(205 32 40 / .15);transform:translateY(-5px)}.footer-msg span{display:block;font-size:16px;font-family:var(--font-secondary)}.banner-red{background:var(--gradient-red-horizontal);padding:3rem 0}.banner-title{font-size:clamp(1.5rem, 3vw, 2.5rem);font-weight:700;text-transform:uppercase;margin-bottom:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;line-height:1.2}.horse-image{height:45px;width:auto;filter:drop-shadow(0 0 10px rgb(0 0 0 / .3));margin-bottom:5px}@media (min-width:768px){.banner-title{flex-direction:row;gap:1.5rem}.horse-image{margin-bottom:0;height:60px}}.banner-text{font-size:clamp(1rem, 2.5vw, 1.25rem);font-family:var(--font-light);max-width:90%;margin:0 auto}.triple-crown-section{background:url(/wp-content/uploads/2026/04/horse-racing.webp) top center / cover;position:relative}.triple-crown-section::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .6) 0%,rgb(0 0 0 / .85) 100%);z-index:0}.triple-crown-section .container{position:relative;z-index:1}.tc-card{border-radius:var(--border-radius-lg);padding:3rem 3rem 0 3rem;height:100%}@media (max-width:767.98px){.tc-card{padding:1rem 1rem 0 1rem}}.card-heading{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--primary-red)}.sub-location{font-size:1.1rem;opacity:.7;line-height:1.4}#wpadminbar{overflow-x:hidden;max-width:100vw}