html{scrollbar-gutter:stable}html body[data-scroll-locked]{--removed-body-scroll-bar-size:0!important;padding-top:var(--header-height)!important;margin-right:0!important}body{padding-top:var(--header-height)}.page-content{padding:var(--page-py) var(--page-px)}.page-bleed{margin:calc(-1*var(--page-px)) calc(-1*var(--page-py))}.section-bleed{margin-inline:calc(-1*var(--page-px));padding-inline:var(--page-px)}.section-bleed:first-child{margin-top:calc(-1*var(--page-py))}.section-bleed:last-child{margin-bottom:calc(-1*var(--page-py))}.legacy-sections>section{padding-block:60px}.legacy-sections>section:nth-child(odd){background:var(--white)}.legacy-sections>section:nth-child(2n){background:var(--light-gray)}.legacy-sections>section.section-cream{background:var(--cream);color:var(--black)}.legacy-sections>section.section-dark{background:var(--black);color:var(--white)}.legacy-sections>section.section-primary-gradient{background:linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);color:var(--white)}a{cursor:pointer;text-decoration:none;transition:all .3s}img{max-width:100%;height:auto}@layer base{h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700}h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}h3{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:600}h4{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600}h5{font-size:1.125rem;font-weight:600}h6{font-size:1rem;font-weight:600}p{font-family:var(--font-body);font-size:1rem;line-height:1.6}}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:20px}.bg-light-gray{background:var(--light-gray)}.link-accent{color:var(--gold);position:relative}.link-accent:after{background:var(--gold);content:"";transform-origin:0;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.link-accent:hover:after{transform:scaleX(1)}.link-primary{color:var(--primary-red);position:relative}.link-primary:after{background:var(--primary-red);content:"";transform-origin:0;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.link-primary:hover:after{transform:scaleX(1)}.card-bordered{position:relative;overflow:hidden}.card-bordered:before{background:var(--primary-red);content:"";border-radius:0 4px 4px 0;width:4px;height:75%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.uppercase-label{letter-spacing:.5px;text-transform:uppercase}
