.thp-homepage{--thp-border:#e1e5e9;--thp-text:#17212b;--thp-muted:#65717e;--thp-dark:#0d2745;--thp-soft:#f6f8fa;display:grid;gap:16px;color:var(--thp-text)}
.thp-homepage *{box-sizing:border-box}
.thp-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.thp-event-grid>.thp-card:only-child{grid-column:1/-1}
.thp-card,.thp-section{background:#fff;border:1px solid var(--thp-border);border-radius:10px;padding:20px}.thp-card{height:100%}
.thp-event-card{position:relative;display:flex;flex-direction:column;min-height:190px}.thp-event-card h2{font-size:23px;line-height:1.08;margin:6px 0 8px}.thp-event-card h2 a{text-decoration:none;color:inherit}.thp-event-card .thp-text-link{margin-top:auto;padding-top:13px}
.thp-kicker,.thp-section-title{letter-spacing:.055em;font-weight:800;color:var(--thp-dark)}.thp-kicker{font-size:14px}.thp-section-title{margin:0 0 14px;font-size:21px;line-height:1.15}.thp-section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.thp-meta{color:var(--thp-muted);font-size:14px;line-height:1.4}.thp-score{display:flex;gap:9px;align-items:center;font-size:27px;margin:8px 0 5px}.thp-result-letter{position:absolute;right:18px;top:17px;font-size:13px;font-weight:900;border:1px solid var(--thp-border);border-radius:999px;padding:3px 8px;color:var(--thp-dark);background:var(--thp-soft)}.thp-text-link{display:inline-block;margin-top:11px;font-weight:700;text-decoration:none}
/* Meet the Hawks is the primary people module. */
.thp-roster-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.thp-wrestler-card{border:1px solid var(--thp-border);border-radius:9px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(13,39,69,.04);transition:transform .16s ease,box-shadow .16s ease}.thp-wrestler-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(13,39,69,.09)}.thp-wrestler-card>a{text-decoration:none;color:inherit;display:block}.thp-wrestler-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--thp-soft)}.thp-wrestler-copy{padding:12px 13px 13px}.thp-wrestler-copy h3{margin:0 0 3px;font-size:18px;line-height:1.15}.thp-center{text-align:center;margin-top:2px}
/* Spotlight is deliberately more editorial than the other cards. */
.thp-spotlight{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr);gap:0;align-items:stretch;border-radius:9px;overflow:hidden;background:var(--thp-dark)}.thp-spotlight-image{min-height:300px}.thp-spotlight-image img{display:block;width:100%;height:100%;min-height:300px;max-height:420px;object-fit:cover}.thp-spotlight-copy{padding:26px 24px;color:#fff;display:flex;flex-direction:column;justify-content:center}.thp-spotlight-copy h3{font-size:31px;line-height:1.05;margin:0 0 7px;color:#fff}.thp-spotlight-copy .thp-meta{color:rgba(255,255,255,.78)}.thp-spotlight-copy .thp-text-link{color:#fff}.thp-spotlight blockquote{margin:18px 0 5px;padding:16px 0 0;border:0;border-top:1px solid rgba(255,255,255,.22);font-size:18px;line-height:1.48;font-style:italic;color:#fff}.thp-spotlight blockquote:before{content:"BEYOND THE MAT";display:block;font-style:normal;font-size:11px;letter-spacing:.09em;font-weight:800;margin-bottom:8px;color:rgba(255,255,255,.68)}
/* Compact dashboard-style snapshot. */
.thp-snapshot{padding:17px 20px}.thp-snapshot .thp-section-title{margin-bottom:11px}.thp-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.thp-stat{text-align:center;border:1px solid var(--thp-border);border-radius:8px;padding:11px 10px;background:var(--thp-soft)}.thp-stat strong{display:block;font-size:27px;line-height:1.05;color:var(--thp-dark)}.thp-stat span{display:block;color:var(--thp-muted);font-size:12px;margin-top:4px}
/* Automatic photo strip. Hidden entirely by PHP when no images are available. */
.thp-photo-section{padding-bottom:20px}.thp-photo-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.thp-photo-item{display:block;overflow:hidden;border-radius:7px;aspect-ratio:4/3;background:var(--thp-soft)}.thp-photo-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.thp-photo-item:hover img,.thp-photo-item:focus img{transform:scale(1.025)}.thp-photo-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.thp-photo-count-5,.thp-photo-count-6{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:760px){.thp-homepage{gap:13px}.thp-event-grid,.thp-spotlight{grid-template-columns:1fr}.thp-event-card{min-height:0}.thp-card,.thp-section{padding:16px}.thp-roster-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.thp-wrestler-copy{padding:10px}.thp-wrestler-copy h3{font-size:16px}.thp-spotlight{margin:0}.thp-spotlight-image,.thp-spotlight-image img{min-height:220px;max-height:340px}.thp-spotlight-copy{padding:20px 18px}.thp-spotlight-copy h3{font-size:27px}.thp-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.thp-stat{padding:10px 4px}.thp-stat strong{font-size:23px}.thp-photo-strip,.thp-photo-count-3,.thp-photo-count-5,.thp-photo-count-6{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:440px){.thp-roster-grid{grid-template-columns:1fr}.thp-stat-grid{grid-template-columns:1fr}.thp-photo-strip,.thp-photo-count-3,.thp-photo-count-5,.thp-photo-count-6{grid-template-columns:1fr}}
