.entry-thumbnail {
display: none;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--blue: #1662b9; --blue-dark: #0f4a8a; --blue-light: #e8f1fb;
--text: #1a1814; --text-mid: #4a4540; --text-muted: #7a7470;
--border: #e2ddd8; --off-white: #f9f8f6;
--score-grey: #8a9ab0; --score-grey-bg: #c8d9ee;
--pad: 20px;
}
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; } nav {
position: sticky; top: 0; z-index: 200;
background: rgba(255,255,255,0.97); backdrop-filter: blur(8px);
border-bottom: 1px solid var(--border);
padding: 0 var(--pad);
display: flex; align-items: center; justify-content: space-between;
height: 56px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-mark { width: 30px; height: 30px; background: var(--blue); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-mark svg { width: 18px; height: 18px; }
.nav-wm { font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.2; }
.nav-wm span { display: block; font-size: 9px; font-weight: 400; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.09em; } .nav-burger {
display: flex; flex-direction: column; justify-content: center; gap: 5px;
width: 36px; height: 36px; background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-burger span { display: block; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.2s; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } .nav-drawer {
display: none; position: fixed; top: 56px; left: 0; right: 0; bottom: 0;
background: #fff; z-index: 190; padding: 24px var(--pad);
overflow-y: auto;
}
.nav-drawer.open { display: block; }
.nav-drawer ul { list-style: none; }
.nav-drawer ul li { border-bottom: 1px solid var(--border); }
.nav-drawer ul li a { display: block; padding: 16px 0; font-size: 17px; font-weight: 500; color: var(--text); text-decoration: none; }
.nav-drawer .drawer-cta { margin-top: 24px; display: block; background: var(--blue); color: #fff; text-align: center; padding: 14px; border-radius: 8px; font-weight: 600; font-size: 16px; text-decoration: none; } .nav-links { display: none; } .hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg {
position: absolute; inset: 0;
background: #1a3050 url(https://leedssoftball.co.uk/wp-content/uploads/2024/03/Shake-and-Bake-April-2024-Cheer.jpg) center 50%/cover no-repeat;
}
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,16,35,0.95) 0%, rgba(8,16,35,0.6) 50%, rgba(8,16,35,0.2) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; padding: 40px var(--pad) 36px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.6); margin-bottom: 12px; }
.hero-eyebrow::before { content: ''; width: 16px; height: 1.5px; background: rgba(255,255,255,0.4); border-radius: 2px; }
.hero h1 { font-family: 'Fraunces', serif; font-size: 44px; font-weight: 700; line-height: 1.05; color: #fff; margin-bottom: 14px; letter-spacing: -0.02em; }
.hero h1 em { font-style: italic; color: #7ab8ff; }
.hero-sub { font-size: 15px; color: rgba(255,255,255,0.72); margin-bottom: 24px; line-height: 1.6; max-width: 460px; }
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-blue { background: var(--blue); color: #fff; padding: 12px 20px; border-radius: 7px; text-decoration: none; font-weight: 600; font-size: 14px; display: inline-block; }
.btn-ghost { background: rgba(255,255,255,0.12); color: #fff; padding: 12px 20px; border-radius: 7px; border: 1px solid rgba(255,255,255,0.28); text-decoration: none; font-weight: 500; font-size: 14px; display: inline-block; } .results-panel { background: #fff; border-bottom: 1px solid var(--border); }
.rp-head { padding: 12px var(--pad); background: var(--blue); display: flex; align-items: center; justify-content: space-between; }
.rp-head-title { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.8); }
.rp-head a { font-size: 11px; color: rgba(255,255,255,0.75); text-decoration: none; font-weight: 500; }
.r-item { padding: 14px var(--pad); border-bottom: 1px solid var(--border); }
.r-item:last-child { border-bottom: none; }
.r-link { font-size: 10px; font-weight: 600; color: var(--blue); text-decoration: none; display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.07em; opacity: 0.8; }
.sr { display: flex; align-items: center; justify-content: center; gap: 8px; }
.tn { flex: 1; font-size: 13px; }
.tn.h { text-align: right; }
.tn.a { text-align: left; }
.tn.w { font-weight: 700; }
.tn.l { color: var(--text-muted); font-weight: 400; }
.sc { display: flex; align-items: center; flex-shrink: 0; }
.sn { font-size: 18px; font-weight: 700; padding: 5px 11px; color: #fff; min-width: 34px; text-align: center; line-height: 1; }
.sn.w { background: var(--blue); }
.sn.l { background: var(--score-grey); }
.sn:first-child { border-radius: 5px 0 0 5px; }
.sn:last-child { border-radius: 0 5px 5px 0; }
.sd { background: var(--score-grey-bg); color: #5a7a9a; font-size: 11px; font-weight: 600; padding: 5px 6px; line-height: 1; }
.mvp-s { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 2px; font-size: 10px; color: var(--text-muted); } .photo-strip { display: flex; overflow-x: auto; height: 180px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.photo-strip::-webkit-scrollbar { display: none; }
.pc { flex: 0 0 72vw; scroll-snap-align: start; overflow: hidden; position: relative; background: #1a2a3a; }
.pc img { width: 100%; height: 100%; object-fit: cover; }
.ph-label { position: absolute; bottom: 10px; left: 12px; font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.9); } .section { padding: 36px var(--pad); border-bottom: 1px solid var(--border); }
.section.alt { background: var(--off-white); }
.s-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blue); margin-bottom: 4px; }
.s-h2 { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 700; line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.01em; } .ev-card { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--border); }
.ev-card:last-child { border-bottom: none; }
.ev-date { flex-shrink: 0; width: 44px; text-align: center; background: var(--blue); border-radius: 7px; padding: 7px 4px; }
.ev-date .day { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 700; color: #fff; line-height: 1; }
.ev-date .mon { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: rgba(255,255,255,0.75); margin-top: 2px; }
.ev-info h3 { font-size: 13px; font-weight: 600; margin-bottom: 2px; line-height: 1.4; }
.ev-info p { font-size: 11px; color: var(--text-muted); line-height: 1.5; }
.ev-tag { display: inline-block; margin-top: 5px; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--blue); background: var(--blue-light); padding: 2px 7px; border-radius: 4px; }
.ev-tag.tourn { color: #92400e; background: #fef3c7; } .rr { padding: 12px 0; border-bottom: 1px solid var(--border); }
.rr:last-child { border-bottom: none; }
.rr-link { font-size: 10px; font-weight: 600; color: var(--blue); text-decoration: none; text-transform: uppercase; letter-spacing: 0.07em; display: block; margin-bottom: 7px; opacity: 0.8; }
.sr2 { display: flex; align-items: center; justify-content: center; gap: 8px; }
.tn2 { flex: 1; font-size: 13px; }
.tn2.h { text-align: right; }
.tn2.a { text-align: left; }
.tn2.w { font-weight: 700; }
.tn2.l { color: var(--text-muted); font-weight: 400; }
.sc2 { display: flex; align-items: center; }
.sn2 { font-size: 16px; font-weight: 700; padding: 4px 10px; color: #fff; min-width: 30px; text-align: center; line-height: 1; }
.sn2.w { background: var(--blue); }
.sn2.l { background: var(--score-grey); }
.sn2:first-child { border-radius: 4px 0 0 4px; }
.sn2:last-child { border-radius: 0 4px 4px 0; }
.sd2 { background: var(--score-grey-bg); color: #5a7a9a; font-size: 10px; font-weight: 600; padding: 4px 6px; line-height: 1; } .standings-table { width: 100%; font-size: 13px; border-collapse: collapse; margin-top: 16px; }
.standings-table th { text-align: center; padding: 6px 4px; font-weight: 600; color: var(--text-muted); font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; border-bottom: 1px solid var(--border); }
.standings-table th:first-child { text-align: left; }
.standings-table td { text-align: center; padding: 8px 4px; border-bottom: 1px solid var(--border); }
.standings-table td:first-child { text-align: left; }
.standings-table tr:last-child td { border-bottom: none; }
.standings-table tr.leader { background: var(--blue-light); }
.more-link { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 600; color: var(--blue); text-decoration: none; } .teams-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 20px; }
.team-card { background: var(--off-white); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--text); }
.team-photo { height: 90px; overflow: hidden; background: #2a3a4a; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.team-tag { padding: 8px 10px; font-size: 12px; font-weight: 600; text-align: center; border-top: 1px solid var(--border); } .join-band { position: relative; overflow: hidden; min-height: 260px; display: flex; align-items: flex-end; }
.join-bg { position: absolute; inset: 0; background: #1a2a3a url(https://leedssoftball.co.uk/wp-content/uploads/2025/07/IMG_3439.jpeg) center/cover no-repeat; }
.join-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,16,40,0.95) 0%, rgba(8,16,40,0.6) 60%, rgba(8,16,40,0.2) 100%); }
.join-inner { position: relative; z-index: 2; padding: 32px var(--pad); }
.join-inner .s-label { color: rgba(255,255,255,0.55); }
.join-inner h2 { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 700; line-height: 1.1; color: #fff; margin-bottom: 10px; letter-spacing: -0.02em; }
.join-inner h2 em { font-style: italic; color: #7ab8ff; }
.join-inner p { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 22px; line-height: 1.6; } footer { background: var(--off-white); padding: 28px var(--pad); border-top: 1px solid var(--border); }
footer p { font-size: 12px; color: var(--text-muted); margin-bottom: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; list-style: none; }
.footer-links a { font-size: 12px; color: var(--text-muted); text-decoration: none; } @media (min-width: 640px) {
:root { --pad: 32px; }
.hero { min-height: 520px; }
.hero h1 { font-size: 54px; }
.photo-strip { height: 200px; }
.pc { flex: 0 0 44vw; }
.teams-grid { grid-template-columns: repeat(3, 1fr); }
.team-photo { height: 110px; }
.mvp-s { flex-direction: row; justify-content: space-between; }
} @media (min-width: 900px) {
:root { --pad: 48px; } .nav-burger { display: none; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { text-decoration: none; font-size: 13.5px; color: var(--text-mid); font-weight: 500; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { background: var(--blue) !important; color: #fff !important; padding: 7px 16px; border-radius: 6px; font-size: 13.5px !important; } .hero { min-height: 580px; align-items: flex-end; }
.hero-inner { display: grid; grid-template-columns: 1fr 390px; gap: 48px; align-items: end; }
.hero h1 { font-size: 62px; }
.hero-sub { max-width: 420px; } .results-panel {
background: rgba(255,255,255,0.97);
border: none; border-bottom: none;
border-radius: 12px;
box-shadow: 0 8px 40px rgba(0,0,0,0.35);
}
.rp-head { padding: 12px 18px; border-radius: 12px 12px 0 0; }
.r-item { padding: 14px 18px; }
.mvp-s { flex-direction: row; justify-content: space-between; } .photo-strip { height: 220px; overflow: visible; }
.pc { flex: 1; scroll-snap-align: unset; } .two-col { display: grid; grid-template-columns: 1fr 1fr; }
.col-l { border-right: 1px solid var(--border); } .teams-grid { grid-template-columns: repeat(6, 1fr); }
.team-photo { height: 100px; } .join-band { min-height: 300px; align-items: center; }
.join-bg::after { background: linear-gradient(90deg, rgba(8,16,40,0.92) 40%, rgba(8,16,40,0.3) 100%); }
.join-inner { max-width: 520px; padding: 64px var(--pad); }
.join-inner h2 { font-size: 40px; } footer { display: flex; align-items: center; justify-content: space-between; }
footer p { margin-bottom: 0; }
.footer-links { flex-wrap: nowrap; gap: 20px; } .section { padding: 52px var(--pad); }
.s-h2 { font-size: 28px; }
}