.hp-page{padding-bottom:0}.hp-hero{display:grid;grid-template-columns:1fr 272px;gap:1.25rem;padding-top:2rem;margin-bottom:2.5rem;align-items:start;position:relative}.hp-hero:before{content:"";position:absolute;top:-60px;left:-10%;right:-10%;height:220px;background:radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.07) 0%,transparent 65%);pointer-events:none;z-index:0}.hp-hero-main{min-width:0}.hp-hero-sidebar{display:flex;flex-direction:column;border-left:1px solid var(--border-subtle);padding-left:1.25rem;min-width:0}.hs-label{display:flex;align-items:center;gap:.375rem;font-size:.5625rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);opacity:.7;padding-bottom:.625rem;border-bottom:1px solid color-mix(in srgb,var(--accent) 15%,var(--border-subtle));margin-bottom:.125rem}.hs-trending-list{counter-reset:trending-counter;list-style:none;padding:0;margin:0}.carousel{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:16/9;background:var(--bg-card);border:1px solid color-mix(in srgb,var(--accent) 14%,var(--border-subtle));box-shadow:0 4px 32px #000000a6,0 16px 56px #0006}.carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;pointer-events:none}.carousel-slide.is-active{opacity:1;pointer-events:auto}.carousel-slide .hero-card{border-radius:0;aspect-ratio:unset;height:100%;width:100%}.carousel-controls{position:absolute;bottom:1.125rem;left:1.5rem;right:1.5rem;display:flex;align-items:center;justify-content:space-between;pointer-events:none;z-index:10}.carousel-dots{display:flex;gap:5px;pointer-events:auto}.carousel-dot{width:22px;height:4px;border-radius:2px;background:#fff6;border:none;cursor:pointer;padding:0;transition:background .25s,width .25s}.carousel-dot.is-active{background:#fff;width:36px}.carousel-arrows{display:flex;gap:.375rem;pointer-events:auto}.carousel-arrow{width:30px;height:30px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(6px);transition:background .15s}.carousel-arrow:hover{background:#ffffff3d}.ticker-wrap{overflow:hidden;border-top:1px solid color-mix(in srgb,var(--accent) 12%,var(--border-subtle));border-bottom:1px solid color-mix(in srgb,var(--accent) 12%,var(--border-subtle));height:32px;display:flex;align-items:center;background:color-mix(in srgb,var(--accent) 3%,var(--bg));mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.ticker-wrap:hover .ticker-inner{animation-play-state:paused}.ticker-inner{display:flex;animation:ticker-scroll 40s linear infinite;white-space:nowrap;flex-shrink:0}.ticker-tag{font-size:.6875rem;font-weight:600;color:var(--text-muted);padding:0 1.375rem;transition:color .15s;display:inline-flex;align-items:center;gap:.625rem}.ticker-tag:hover{color:var(--text-secondary)}.ticker-sep{color:var(--accent);font-size:.4375rem;opacity:.6}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-body-section{background:var(--bg);border-top:none;padding-top:3rem;padding-bottom:4.5rem;margin-top:0;position:relative}.hp-body-section:before{content:"";position:absolute;top:-40px;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent 0%,var(--bg) 100%);pointer-events:none;z-index:1}.hp-body-fade{position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,rgba(201,168,76,.04) 0%,transparent 100%);pointer-events:none;z-index:2}.section-header-left{display:flex;flex-direction:column;gap:.25rem}.section-subtitle{font-size:.6875rem;color:var(--text-muted);font-weight:400;letter-spacing:.01em}.hp-body-section .section-title{font-size:1rem}.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:.5rem}.story-lead{grid-column:1 / -1}.story-lead .featured-card{min-height:280px;max-height:320px;border-radius:var(--radius-xl)}.story-lead .featured-img-wrap{width:48%}.story-lead .featured-title{font-size:1.375rem;-webkit-line-clamp:3;font-family:var(--font-serif)}.story-lead .featured-excerpt{-webkit-line-clamp:3;font-size:.9375rem}.story-grid>:nth-child(6){grid-column:span 2}.story-grid>:nth-child(6) .default-img-wrap{aspect-ratio:21/9}.story-count{font-size:.6875rem;font-weight:600;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-subtle);padding:2px 9px;border-radius:20px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}@media(max-width:768px){.hp-hero{grid-template-columns:1fr!important}.hp-hero-sidebar{display:none!important}.story-grid{grid-template-columns:1fr!important}.story-lead{grid-column:1 / -1!important}.story-grid>:nth-child(6){grid-column:1 / -1!important}.story-grid>:nth-child(6) .default-img-wrap{aspect-ratio:16/9!important}.featured-card{flex-direction:column;max-height:none}.featured-img-wrap{width:100%;aspect-ratio:16/9}}@media(min-width:480px)and (max-width:768px){.story-grid{grid-template-columns:1fr 1fr!important}}@media(min-width:768px)and (max-width:1024px){.story-grid{grid-template-columns:repeat(3,1fr)!important}}
