:root{--desert-ochre:hsl(28, 60%, 45%);--desert-sand:hsl(35, 40%, 85%);--desert-orange:hsl(15, 85%, 50%);--desert-black:hsl(30, 20%, 10%)}.dark{--desert-sand:hsl(30, 20%, 20%)}.post-4l-trophy{font-family:outfit,sans-serif;line-height:1.8}.post-4l-trophy h1,.post-4l-trophy h2,.post-4l-trophy h3{text-transform:uppercase;letter-spacing:.1em;color:var(--desert-ochre);border-bottom:3px solid var(--desert-orange);display:inline-block;margin-top:2rem;margin-bottom:1.5rem}.post-4l-trophy .hero-section{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(4ltrophy.webp);background-size:cover;background-position:50%;height:400px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;border-radius:12px;margin-bottom:3rem;box-shadow:0 10px 30px rgba(0,0,0,.3)}.post-4l-trophy .section-card{background:var(--desert-sand);padding:2rem;border-left:8px solid var(--desert-ochre);border-radius:4px;margin-bottom:2rem;transition:transform .3s ease}.post-4l-trophy .section-card:hover{transform:translateX(10px)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.gallery-item{overflow:hidden;border-radius:8px;aspect-ratio:1;box-shadow:0 4px 15px rgba(0,0,0,.1)}.gallery-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-img{transform:scale(1.1)}.sponsor-cta{background:var(--desert-orange);color:#fff!important;padding:1.5rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;display:inline-block;margin-top:2rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,107,0,.4)}.sponsor-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,107,0,.5);background:var(--desert-ochre)}