body{min-height:100vh;display:flex;flex-direction:column;}html{scroll-behavior:smooth;scroll-padding-top:100px;overflow-x:hidden;}.page-transition{opacity:0;transition:opacity 0.4s ease;}.page-transition.page-loaded{opacity:1;}.subpage-main{padding-top:100px;min-height:80vh;}.subpage-hero-image{width:100%;margin-bottom:2rem;overflow:hidden;display:flex;justify-content:center;}.subpage-hero-image img{width:100%;max-width:1400px;height:auto;max-height:400px;object-fit:cover;border-radius:24px;}.subpage-content{margin-bottom:4rem;}.legal-text{max-width:65ch;margin-top:2rem;}.legal-text h2{margin-top:2rem;font-size:var(--fs-h3);}.legal-text p{margin-bottom:1rem;color:var(--color-midnight-blue);line-height:1.6;}.content-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;}h1,h2,h3{font-weight:800;margin-bottom:0.2em;position:relative;padding-left:0;text-transform:none;letter-spacing:-0.03em;line-height:var(--lh-default);}h1{text-transform:uppercase;font-size:var(--fs-h1);color:var(--color-darkgreen);margin-top:2rem;}h2{font-size:var(--fs-h2);}h3{font-size:var(--fs-h3);}h2::before{content:'| ';color:var(--color-sunset-orange);display:inline;font-weight:400;}.subheadline{font-size:var(--fs-subheadline);color:var(--color-midnight-blue);margin-top:0;font-weight:500;text-transform:none;letter-spacing:0.02em;text-align:left;}.copytext{font-size:var(--fs-copy);max-width:65ch;line-height:var(--lh-default);}body.bg-mouse-gradient{background-color:var(--color-cream);background-image:radial-gradient(circle 60vw at var(--mouse-x,50%) var(--mouse-y,50%),rgba(100,165,160,0.15) 0%,var(--color-cream) 45%,rgba(240,90,75,0.08) 100%);background-attachment:fixed;background-repeat:no-repeat;background-size:cover;}section{padding:12rem 0;position:relative;z-index:2;}@media (max-width:768px){section{padding:6rem 0;}}