*, *::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;
--mvp-bbh:        #0F6E56;
--mvp-sbh:        #3C3489;
--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;
} .page-template-page-lsa-home2-php #theme-page-wrapper,
.page-template-page-lsa-home2-php #content,
.page-template-page-lsa-home2-php .site-content {
margin-top: 0 !important;
padding-top: 0 !important;
} .lsa-shell 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;
}
.lsa-shell .nav-logo {
display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.lsa-shell .nav-mark svg { width: 18px; height: 18px; }
.lsa-shell .nav-wm {
font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.2;
}
.lsa-shell .nav-wm span {
display: block; font-size: 9px; font-weight: 400;
color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.09em;
} .lsa-shell .nav-burger {
display: flex; flex-direction: column; justify-content: center; gap: 5px;
width: 36px; height: 36px;
background: none; border: none; cursor: pointer; padding: 4px;
}
.lsa-shell .nav-burger span {
display: block; height: 2px; background: var(--text);
border-radius: 2px; transition: all 0.2s;
}
.lsa-shell .nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lsa-shell .nav-burger.open span:nth-child(2) { opacity: 0; }
.lsa-shell .nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } .lsa-shell .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;
}
.lsa-shell .nav-drawer.open { display: block; }
.lsa-shell .nav-drawer ul {
list-style: none; padding-left: 0; margin: 0;
}
.lsa-shell .nav-drawer ul li {
border-bottom: 1px solid var(--border); margin: 0; padding: 0;
}
.lsa-shell .nav-drawer ul li a {
display: block; padding: 16px 0; font-size: 17px;
font-weight: 500; color: var(--text); text-decoration: none;
}
.lsa-shell .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;
} .lsa-shell .nav-drawer .sub-menu { display: block; }
.lsa-shell .nav-drawer li.menu-item-has-children { border-bottom: none; }
.lsa-shell .nav-drawer .sub-menu li { border-bottom: none; }
.lsa-shell .nav-drawer .sub-menu li:last-child { border-bottom: 1px solid var(--border); }
.lsa-shell .nav-drawer .sub-menu li a {
padding: 10px 0 10px 16px; font-size: 15px; font-weight: 400; color: #666;
}
.lsa-shell .nav-drawer .sub-menu .sub-menu li { border-bottom: none; }
.lsa-shell .nav-drawer .sub-menu .sub-menu li:last-child { border-bottom: 1px solid var(--border); }
.lsa-shell .nav-drawer .sub-menu .sub-menu li a {
padding-left: 28px; font-size: 14px; color: #888;
} .lsa-shell .nav-drawer li.menu-item-has-children > a[href="#"] {
pointer-events: none; cursor: default;
font-size: 11px; font-weight: 700; text-transform: uppercase;
letter-spacing: 0.08em; color: #aaa; padding: 20px 0 4px;
} .lsa-shell .nav-right { display: none; }
.lsa-shell .nav-burger { display: flex; } .lsa-shell #homepage-nav-list {
list-style: none; padding: 0; margin: 0;
}
.lsa-shell #homepage-nav-list li {
list-style: none; margin: 0; padding: 0; border-bottom: none;
} .lsa-shell .nav-right li { position: relative; }
.lsa-shell .nav-right li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
padding: 0;
background: #ffffff;
border: 0.5px solid rgba(0,0,0,0.12);
border-top: 2px solid #2a6db5;
border-radius: 0 0 6px 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
z-index: 300;
list-style: none;
margin: 0;
min-width: 200px;
}
.lsa-shell .nav-right li:hover > ul { display: block; }
.lsa-shell .nav-right li ul::before { display: none; }
.lsa-shell .nav-right li ul::after { display: none; }
.lsa-shell .nav-right li ul li {
border-bottom: none;
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.lsa-shell .nav-right li ul li:not(:last-child) {
border-bottom: 0.5px solid rgba(0,0,0,0.08);
}
.lsa-shell .nav-right li ul li a {
display: block;
padding: 10px 18px;
font-size: 13px;
color: #2c2c2a;
background: transparent;
font-weight: 500;
white-space: nowrap;
transition: color 0.15s, background 0.15s;
}
.lsa-shell .nav-right li ul li a:hover {
background: #f5f5f4;
color: #2a6db5;
} .lsa-shell .nav-right li ul li ul {
top: -2px;
left: 100%;
} .weather-notice {
display: flex; align-items: center; gap: 12px;
background: #FAEEDA;
padding: 12px var(--pad);
font-size: 13px; font-weight: 500; color: #633806;
}
.wn-pip {
width: 8px; height: 8px; border-radius: 50%;
background: #BA7517; flex-shrink: 0;
} .weather-notice {
display: flex; align-items: center; gap: 12px;
background: #FAEEDA;
padding: 12px var(--pad);
font-size: 13px; font-weight: 500; color: #633806;
}
.wn-pip { width: 8px; height: 8px; border-radius: 50%; background: #BA7517; flex-shrink: 0; } .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/02/Bobcats-Team-Photo.jpg) center 28% / cover no-repeat;
}
.hero-bg::after {
content: ''; position: absolute; inset: 0;
background: linear-gradient(to right, rgba(8,16,35,0.90) 0%, rgba(8,16,35,0.65) 55%, rgba(8,16,35,0.25) 100%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding: 40px var(--pad) 36px; }
.hero-copy { margin-bottom: 28px; }
.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; }
.champions-badge {
display: inline-flex; align-items: center;
background: #d97706; color: #fff;
font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
padding: 5px 12px; border-radius: 20px; margin-bottom: 14px;
}
.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.78); 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.35); text-decoration: none; font-weight: 500; font-size: 14px; display: inline-block; } .btn-blue:hover { background: var(--blue-dark); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.55); color: #fff; } .hero-results-link { text-align: right; padding: 10px var(--pad); border-bottom: 1px solid var(--border); }
.hero-results-link a { font-size: 12px; font-weight: 600; color: var(--blue); text-decoration: none; } .results-panel { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.28); }
.rp-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.rp-head-title { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); }
.rp-head a { font-size: 11px; color: var(--blue); text-decoration: none; font-weight: 500; }
.r-item { padding: 14px 16px; 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: 10px; text-transform: uppercase; letter-spacing: 0.07em; opacity: 0.8; }
.sr { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 10px; }
.tn { flex: 1; font-size: 13px; }
.tn.h { text-align: right; }
.tn.a { text-align: left; }
.tn.w { font-weight: 700; color: var(--text); }
.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: 6px 12px; color: #fff; min-width: 38px; text-align: center; line-height: 1; }
.sn.w { background: var(--blue); }
.sn.l { background: var(--score-grey); }
.sn:first-child { border-radius: 6px 0 0 6px; }
.sn:last-child  { border-radius: 0 6px 6px 0; }
.sd { background: var(--score-grey-bg); color: #5a7a9a; font-size: 11px; font-weight: 600; padding: 6px 7px; line-height: 1; }
.mvp-s { border-top: 1px solid var(--border); padding-top: 8px; display: flex; flex-direction: column; gap: 3px; font-size: 10px; color: var(--text-muted); }
.mvp-bbh { color: var(--mvp-bbh); font-weight: 600; }
.mvp-sbh { color: var(--mvp-sbh); font-weight: 600; } .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: #fff; text-shadow: 0 1px 4px rgba(0,0,0,0.55); } .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; }
.more-link { display: inline-block; margin-top: 16px; font-size: 12px; font-weight: 600; color: var(--blue); text-decoration: none; }
.season-wrap-copy { font-size: 13px; color: var(--text-mid); line-height: 1.6; margin-bottom: 16px; } .ev-card { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--border); }
.ev-card:last-of-type { border-bottom: none; }
.ev-date { flex-shrink: 0; width: 44px; text-align: center; background: var(--blue); border-radius: 7px; padding: 7px 4px; }
.ev-date--tourn { background: #d97706; }
.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.78); 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; margin-bottom: 3px; }
.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; } .standings-table { font-size: 14px; border-collapse: collapse; width: 100%; table-layout: fixed; }
.standings-table th { text-align: center; padding: 6px 10px 10px; 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:nth-child(2) { text-align: left; }
.standings-table td { text-align: center; padding: 12px 10px; border-bottom: 1px solid var(--border); }
.standings-table td:nth-child(2) { text-align: left; }
.standings-table tr:last-child td { border-bottom: none; }
.standings-table tr.leader { background: var(--blue-light); }
.st-pos { color: var(--text-muted); font-size: 11px; width: 28px; text-align: center !important; }  .slm-homepage-table { }
.slm-table-cols {
display: flex;
flex-direction: column;
gap: 36px;
}
.slm-table-col { width: 100%; min-width: 0; } .results-date { display: flex; align-items: center; gap: 10px; margin: 14px 0 6px; }
.results-date:first-child { margin-top: 0; }
.results-date span { font-size: 9px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; flex-shrink: 0; }
.results-date::after { content: ''; flex: 1; height: 0.5px; background: var(--border); } .result-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 0.5px solid var(--border); }
.result-row--last { border-bottom: none; }
.r-team { flex: 1; font-size: 13px; color: var(--text-muted); line-height: 1.3; }
.r-team.right { text-align: right; }
.r-team.w { color: var(--text); font-weight: 600; } .r-scores { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.r-scores .sn { font-size: 14px; font-weight: 600; color: var(--text); background: none; padding: 0; line-height: 1; min-width: auto; border-radius: 0; }
.r-scores .sn.l { color: var(--text-muted); font-weight: 400; }
.r-scores .sd { background: none; color: var(--text-muted); font-size: 13px; font-weight: 400; padding: 0; line-height: 1; }  .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.5); }
.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.78); 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; padding-left: 0; }
.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; }
.mvp-s { flex-direction: row; justify-content: space-between; }
} @media (min-width: 1200px) {
:root { --pad: 48px; } .lsa-shell .nav-burger { display: none; }
.lsa-shell .nav-right { display: flex; align-items: center; gap: 16px; }
.lsa-shell #homepage-nav-list { display: flex; align-items: center; gap: 28px; list-style: none; padding: 0; margin: 0; }
.lsa-shell #homepage-nav-list li { border-bottom: none; margin: 0; padding: 0; list-style: none; }
.lsa-shell #homepage-nav-list a { text-decoration: none; font-size: 13.5px; color: var(--text-mid); font-weight: 500; }
.lsa-shell #homepage-nav-list a:hover { color: var(--blue); }
.lsa-shell .nav-cta--desktop { display: inline-block; background: var(--blue); color: #fff !important; padding: 7px 16px; border-radius: 6px; font-size: 13.5px; font-weight: 600; text-decoration: none; } .hero { min-height: 580px; align-items: flex-end; }
.hero-copy { margin-bottom: 0; max-width: 560px; }
.hero h1 { font-size: 62px; } .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); } .slm-table-cols {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 52px;
align-items: start;
}
.slm-table-col { width: auto; min-width: 0; }
.slm-table-col:first-child { border-right: 1px solid var(--border); }  .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; }
} #homepage-nav-list .menu-cta,
.drawer-menu .menu-cta { display: none; }  .hero--page { min-height: 280px; }
.hero--page .hero-inner { max-width: 1140px; margin: 0 auto; padding: 30px var(--pad) 28px; }
.hero--page .hero-copy { margin-bottom: 0; max-width: 640px; }
.hero--page h1 { font-size: 32px; }
.hero--page .hero-sub { max-width: 540px; margin-bottom: 18px; }
.hero--page .hero-btns:empty { display: none; } .lsa-page { color: var(--text); } .lsa-page-inner { max-width: 1140px; margin: 0 auto; }
.hero--page + .lsa-page .section:first-child { border-top: none; } .lsa-two-col { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; align-items: start; }
.lsa-col-side { order: -1; }  .lsa-rail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lsa-rail a { display: block; }
.lsa-rail img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 8px; display: block; } .lsa-page :where(img) { max-width: 100%; height: auto; }
.lsa-page .section:last-child { border-bottom: none; }
.lsa-page p { font-size: 15px; line-height: 1.7; color: var(--text-mid); margin: 0 0 14px; }
.lsa-page p:last-child { margin-bottom: 0; }
.lsa-page h2 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; color: var(--text); margin: 0 0 12px; }
.lsa-page h3 { font-size: 16px; font-weight: 600; color: var(--text); margin: 0 0 8px; }
.lsa-page ul, .lsa-page ol { margin: 0 0 16px; padding-left: 20px; }
.lsa-page li { font-size: 15px; line-height: 1.7; color: var(--text-mid); margin-bottom: 6px; }
.lsa-page a { color: var(--blue); text-decoration: none; }
.lsa-page a:hover { text-decoration: underline; } .lsa-page a.btn-blue { color: #fff; text-decoration: none; }
.lsa-page a.btn-blue:hover { background: var(--blue-dark); text-decoration: none; }
.lsa-page a.btn-ghost { text-decoration: none; } .lsa-page a.lsa-team-card { color: inherit; text-decoration: none; }
.lsa-page a.lsa-team-card:hover { text-decoration: none; }
.lsa-page a.btn-ghost { background: transparent; color: var(--blue); border-color: rgba(22,98,185,0.35); }
.lsa-page a.btn-ghost:hover { background: var(--blue-light); text-decoration: none; }
.lsa-page strong { color: var(--text); font-weight: 600; } .lsa-prose { max-width: 660px; }
.lsa-lead { font-size: 17px !important; line-height: 1.65 !important; color: var(--text) !important; } .photo-strip a.pc { display: block; text-decoration: none; } .lsa-steps { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; margin-top: 22px; }
.lsa-step { border: 1px solid var(--border); border-radius: 10px; padding: 18px; background: #fff; }
.lsa-step-n { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--blue-light); color: var(--blue); font-size: 12px; font-weight: 700; }
.lsa-step h3 { margin: 10px 0 6px; }
.lsa-step p { font-size: 14px; margin: 0; } .lsa-steps--two { gap: 12px; } .lsa-tag { display: inline-block; background: var(--blue-light); color: var(--blue-dark); font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 5px; margin-bottom: 10px; } .lsa-note { font-size: 13px !important; color: var(--text-muted) !important; font-style: italic; border-top: 1px solid var(--border); padding-top: 10px; margin-top: 12px !important; } .lsa-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 22px; border-top: 1px solid var(--border); padding-top: 20px; max-width: 660px; }
.lsa-fact-n { font-family: 'Fraunces', serif; font-size: 30px; font-weight: 700; line-height: 1; color: var(--text); letter-spacing: -0.01em; } .lsa-fact-n--word { font-size: 20px; white-space: nowrap; }
.lsa-fact-l { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-top: 6px; } .lsa-people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.lsa-person { border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; background: #fff; }
.lsa-person-role { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue); }
.lsa-person-name { font-size: 15px; font-weight: 600; color: var(--text); margin-top: 3px; } .lsa-map { aspect-ratio: 16 / 11; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); background: var(--off-white); }
.lsa-map iframe { display: block; width: 100%; height: 100%; border: 0; } .lsa-card { border: 1px solid var(--border); border-radius: 12px; padding: 20px; background: #fff; }
.lsa-card h3 { margin-bottom: 8px; }
.lsa-card p { font-size: 14px; }
.lsa-card .btn-blue { margin-top: 6px; } .lsa-faq { max-width: 820px; border-top: 1px solid var(--border); margin-top: 20px; }
.lsa-faq details { border-bottom: 1px solid var(--border); }
.lsa-faq summary {
list-style: none; cursor: pointer; padding: 16px 34px 16px 0; position: relative;
font-size: 16px; font-weight: 600; color: var(--text); line-height: 1.4;
}
.lsa-faq summary::-webkit-details-marker { display: none; }
.lsa-faq summary::after {
content: ''; position: absolute; right: 6px; top: 50%; width: 8px; height: 8px;
border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
transform: translateY(-70%) rotate(45deg); transition: transform 0.15s ease;
}
.lsa-faq details[open] > summary::after { transform: translateY(-20%) rotate(-135deg); }
.lsa-faq summary:hover { color: var(--blue); }
.lsa-faq .lsa-faq-a { padding: 0 0 18px; }
.lsa-faq .lsa-faq-a p { font-size: 15px; margin-bottom: 10px; }
.lsa-faq .lsa-faq-a p:last-child { margin-bottom: 0; } .lsa-honours { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 14px; }
.lsa-honours th { text-align: left; padding: 8px 10px 10px 0; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); border-bottom: 1px solid var(--border); white-space: nowrap; }
.lsa-honours td { padding: 11px 10px 11px 0; border-bottom: 1px solid var(--border); color: var(--text-mid); vertical-align: top; }
.lsa-honours tr:last-child td { border-bottom: none; }
.lsa-honours .hn-year { color: var(--text-muted); font-variant-numeric: tabular-nums; width: 68px; }
.lsa-honours .hn-champ { font-weight: 600; color: var(--text); }
.lsa-honours .hn-champ a { color: var(--text) !important; text-decoration: none; }
.lsa-honours .hn-champ a:hover { color: var(--blue) !important; }
.lsa-honours .hn-none { color: var(--text-muted); font-style: italic; font-weight: 400; }
.lsa-table-scroll { overflow-x: auto; } .lsa-promos { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; margin-top: 22px; }
a.lsa-promo { display: block; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; text-decoration: none !important; }
a.lsa-promo:hover { border-color: var(--blue); }
.lsa-promo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.lsa-promo-b { padding: 16px 18px; }
.lsa-promo-t { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 700; color: var(--text); line-height: 1.2; }
.lsa-promo-d { font-size: 13px; color: var(--text-muted); margin-top: 5px; } .lsa-team-bio { display: flex; flex-direction: column-reverse; gap: 20px; align-items: flex-start; }
.lsa-team-logo { width: 200px; height: 200px; flex-shrink: 0; align-self: center; }
.lsa-team-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }  .lsa-squad-photos { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 20px 0 8px; }
.lsa-squad-photos a { display: block; }
.lsa-squad-photos img { width: 100%; height: auto; display: block; border-radius: 4px; }
.lsa-roster-cols { display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 20px; }
.lsa-roster-col h3 { text-align: center; font-family: 'Fraunces', serif; font-weight: 700; font-size: 17px; color: var(--text); margin: 0 0 16px; }
.lsa-roster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 12px; }
.lsa-roster-card { text-align: center; }
.lsa-roster-photo { width: 100%; aspect-ratio: 1 / 1; border-radius: 4px; object-fit: cover; display: block; margin: 0 0 8px; background: var(--border); }
.lsa-roster-photo--placeholder { display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 24px; font-weight: 700; color: var(--text-muted); }
.lsa-roster-name { font-size: 13px; font-weight: 600; color: var(--text); }
.lsa-roster-pos { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
.lsa-roster-nick { display: block; font-size: 11px; color: var(--blue); font-style: italic; margin-top: 6px; } .lsa-contact-band { background: #368200; }
.lsa-contact-band .s-label { color: rgba(255,255,255,0.7); }
.lsa-contact-band .s-h2 { color: #fff; text-align: center; }
.lsa-contact-band .lsa-form-wrap { max-width: 640px; margin: 0 auto; } .lsa-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; max-width: 820px; }
a.lsa-link { display: block; border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; background: #fff; text-decoration: none !important; }
a.lsa-link:hover { border-color: var(--blue); }
.lsa-link-t { font-size: 15px; font-weight: 600; color: var(--blue); }
.lsa-link-d { font-size: 12px; color: var(--text-muted); margin-top: 3px; } .lsa-form-wrap { max-width: 760px; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; }
.lsa-form-wrap iframe { display: block; width: 100%; border: 0; }
.lsa-video { max-width: 860px; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: #000; }
.lsa-video iframe { display: block; width: 100%; height: 100%; border: 0; } .lsa-wa { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; max-width: 680px; border: 1px solid var(--border); border-radius: 12px; padding: 20px; background: #fff; }
.lsa-wa img { width: 128px; height: 128px; flex-shrink: 0; border-radius: 8px; }
.lsa-wa-copy { flex: 1; min-width: 220px; }
.lsa-wa-copy p { font-size: 14px; } @media (min-width: 640px) {
.hero--page { min-height: 300px; }
.hero--page h1 { font-size: 36px; }
} @media (min-width: 900px) {
.lsa-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } .lsa-two-col { grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; }
.lsa-col-side { order: 0; }
.lsa-rail { grid-template-columns: minmax(0, 1fr); }
.lsa-steps--two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lsa-people { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.lsa-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.lsa-team-bio { flex-direction: row; align-items: flex-start; gap: 32px; }
.lsa-team-logo { width: 300px; height: 300px; align-self: flex-start; }
.lsa-squad-photos { grid-template-columns: 1fr 1fr; }
.lsa-roster-cols { grid-template-columns: 1fr 1fr; gap: 40px; }
.lsa-roster { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.lsa-promos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lsa-honours { font-size: 15px; }
.lsa-facts { gap: 24px; }
.lsa-fact-n { font-size: 36px; }
.lsa-fact-n--word { font-size: 26px; } }
@media (min-width: 1200px) {
.hero--page { min-height: 340px; }
.hero--page h1 { font-size: 42px; }
.lsa-two-col { grid-template-columns: minmax(0, 1fr) 380px; gap: 48px; }
}