/* Home page (public/landing.html). Approved design 2026-09-06.
   Display face: Bricolage Grotesque; text: Source Sans 3 (loaded in head_extra, system fallbacks). */

.lh-page { --lh-display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
           --lh-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
           --lh-ink: var(--brand-1); --lh-ink-deep: var(--brand-1-dark); --lh-mint: var(--brand-accent);
           --lh-mint-deep: var(--brand-accent-dark); --lh-paper: var(--brand-light-gray);
           --lh-muted: var(--brand-gray); --lh-rule: rgba(29, 64, 81, 0.12);
           --lh-wait: var(--danger); --lh-closes: var(--warning); }
.lh { font-family: var(--lh-body); color: var(--lh-ink); background: white; }
.lh a { text-decoration: none; color: inherit; }
.lh h1, .lh h2, .lh h3 { font-family: var(--lh-display); margin: 0; line-height: 1.05; letter-spacing: -0.01em; text-wrap: balance; color: inherit; }
.lh-wrap { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.lh-label { font-weight: 700; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; }
.lh-eyebrow { color: var(--lh-mint); font-weight: 700; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; }
.lh-eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--lh-mint); flex: none; }

/* buttons */
.lh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; min-height: 48px; padding: 0 1.35rem; border-radius: 12px; font-weight: 700; font-size: 1rem; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; cursor: pointer; }
.lh-btn:hover { transform: translateY(-1px); }
.lh .lh-btn--mint { background: var(--lh-mint); color: var(--lh-ink-deep); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18); }
.lh .lh-btn--mint:hover { background: var(--brand-accent-light); }
.lh .lh-btn--ghost { border: 1px solid rgba(255, 255, 255, 0.55); color: white; }
.lh .lh-btn--ghost:hover { background: rgba(255, 255, 255, 0.1); }
.lh .lh-btn--navy { background: var(--lh-ink); color: white; }
.lh .lh-btn--navy:hover { background: var(--lh-ink-deep); }
.lh .lh-btn--outline { border: 1.5px solid var(--lh-ink); color: var(--lh-ink); }
.lh-btn--sm { min-height: 40px; padding: 0 1rem; font-size: 0.92rem; border-radius: 10px; }

/* hero */
.lh-hero { position: relative; color: white; background: var(--lh-ink-deep); overflow: hidden; }
.lh-hero-photo { position: absolute; inset: 0; background: url('../../images/landing/hero-pickleball.jpg') center 40% / cover no-repeat; }
@media (max-width: 900px) { .lh-hero-photo { background-image: url('../../images/landing/hero-pickleball-1280.jpg'); } }
.lh-hero-shade { position: absolute; inset: 0; background:
    linear-gradient(90deg, rgba(15, 37, 48, 0.94) 0%, rgba(15, 37, 48, 0.84) 45%, rgba(15, 37, 48, 0.55) 100%),
    linear-gradient(180deg, rgba(15, 37, 48, 0.55) 0%, rgba(15, 37, 48, 0) 35%, rgba(15, 37, 48, 0.7) 100%); }
.lh-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 3rem; align-items: center; padding-top: calc(72px + 3rem); padding-bottom: 4.5rem; min-height: 640px; }
.lh-hero-grid > * { min-width: 0; }
.lh-h1 { font-size: clamp(2.6rem, 5.2vw, 4.4rem); font-weight: 800; color: white; }
.lh-h1 em { font-style: normal; color: var(--lh-mint); }
.lh-lede { font-size: 1.2rem; line-height: 1.45; max-width: 34ch; margin: 1.5rem 0 2rem; opacity: 0.92; }
.lh-where { display: flex; align-items: center; gap: 0.5rem; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; margin-bottom: 1.5rem; }
.lh-where::-webkit-scrollbar { display: none; }
.lh-where > * { flex: none; }
.lh-where .lh-label { color: var(--lh-mint); margin-right: 0.25rem; white-space: nowrap; }
.lh-chip { flex: none; display: inline-flex; align-items: center; gap: 0.4rem; white-space: nowrap; min-height: 40px; line-height: 1; padding: 0 0.95rem; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.35); color: white; font-weight: 600; font-size: 0.93rem; background: rgba(255, 255, 255, 0.06); font-family: inherit; cursor: pointer; }
.lh-chip:hover { background: rgba(255, 255, 255, 0.14); color: white; }
.lh-chip.is-on { background: white; color: var(--lh-ink-deep); border-color: white; }
.lh-chip--near { border-style: dashed; }
.lh-chip--near.is-busy { opacity: 0.6; pointer-events: none; }
.lh-chip b { font-size: 0.72rem; font-weight: 700; background: var(--lh-mint); color: var(--lh-ink-deep); border-radius: 999px; padding: 0.05rem 0.45rem; }
.lh-chip.is-on b { background: var(--lh-ink); color: white; }
.lh-intents { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.lh-intents .lh-btn { min-height: 52px; padding: 0 1.45rem; }
.lh-hero-foot { margin: 2rem 0 0; font-size: 0.95rem; opacity: 0.85; max-width: 52ch; }
.lh-hero-foot a { text-decoration: underline; text-underline-offset: 3px; }

/* live stack in the hero */
.lh-live { position: relative; display: flex; flex-direction: column; gap: 0.75rem; }
.lh-live-cap { display: flex; justify-content: space-between; align-items: baseline; color: white; margin-bottom: 0.25rem; }
.lh-live-cap .lh-label { color: var(--lh-mint); }
.lh-live-cap a { font-size: 0.9rem; opacity: 0.85; text-decoration: underline; text-underline-offset: 3px; }

/* the card lives in public-event-card.css (shared with the city pages) */

/* rail time groups, empty-state clubs, signed-in start page */
.lh-group { grid-column: 1 / -1; font-weight: 700; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--lh-muted); margin-top: 0.5rem; }
.lh-group:first-child { margin-top: 0; }
.lh-clubs { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 0.75rem; }
.lh-clubs li { background: white; border: 1px solid var(--lh-rule); border-radius: 12px; padding: 0.75rem 1rem; display: flex; flex-direction: column; gap: 0.15rem; }
.lh-clubs li a { font-weight: 700; }
.lh-clubs li small { color: var(--lh-muted); }
.lh-h3 { font-size: 1.3rem !important; }
.lh-sec-head--tight { margin-bottom: 1rem; }
.lh-sec-head--tight + ul, .lh-sec-head--tight + a { margin-bottom: 2.5rem; }
.lh-warn { color: var(--lh-closes) !important; }
.lh-actions { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.lh-actions li { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 0.75rem; background: white; border: 1px solid var(--lh-rule); border-radius: 12px; padding: 0.7rem 0.9rem; }
.lh-action-name { font-weight: 700; min-width: 0; }
.lh-action-name time { font-weight: 400; color: var(--lh-muted); margin-left: 0.4rem; }
.lh-action-status { color: var(--lh-closes); font-weight: 700; font-size: 0.85rem; white-space: nowrap; }
.lh-own .lh-action-status { color: var(--lh-muted); font-weight: 600; }
.lh-next { display: grid; grid-template-columns: 64px 1fr; gap: 1rem; align-items: center; background: white; border: 1px solid var(--lh-rule); border-radius: 16px; padding: 1rem 1.1rem; box-shadow: 0 14px 34px rgba(15, 37, 48, 0.08); }
.lh-next h3 { font-size: 1.25rem; margin: 0.2rem 0; }
.lh-next p { margin: 0; color: var(--lh-muted); }
.lh-fresh { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.lh-fresh li { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.6rem; background: white; border: 1px solid var(--lh-rule); border-radius: 12px; padding: 0.7rem 0.9rem; }
.lh-fresh li a { font-weight: 700; }
.lh-fresh li small { color: var(--lh-muted); flex-basis: 100%; }
@media (max-width: 640px) {
    .lh-actions li { grid-template-columns: auto 1fr; }
    .lh-actions li .lh-btn { grid-column: 1 / -1; justify-self: start; }
}

/* sections */
.lh-band { padding: 4.5rem 0 0; background: var(--lh-paper); }
.lh-band:last-child, .lh-organize-row { padding-bottom: 4.5rem; }
.lh-band#happening { padding-bottom: 4.5rem; }
.lh-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.lh-sec-head h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--lh-ink); }
.lh-sub { color: var(--lh-muted); margin: 0.5rem 0 0; font-size: 1.05rem; }
.lh-more { font-weight: 700; color: var(--lh-ink); white-space: nowrap; border-bottom: 2px solid var(--lh-mint); padding-bottom: 2px; }
.lh-rail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem 1rem; }
.lh-types { display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--lh-rule); font-weight: 600; color: var(--lh-muted); }
.lh-types a:hover { color: var(--lh-ink); }
.lh-empty { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.lh-mine { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.lh-mine li { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; background: white; border: 1px solid var(--lh-rule); border-radius: 12px; padding: 0.75rem 1rem; }
.lh-mine li a { font-weight: 700; }
.lh-mine li time { margin-left: auto; color: var(--lh-muted); font-size: 0.9rem; }
.lh-mine .tag { text-transform: capitalize; letter-spacing: 0; }

.lh-proof { background: white; border-top: 1px solid var(--lh-rule); border-bottom: 1px solid var(--lh-rule); }
.lh-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-top: 3rem; padding-bottom: 3rem; align-items: center; }
.lh-numbers { display: flex; gap: 2rem; }
.lh-numbers div b { display: block; font-family: var(--lh-display); font-size: 2.6rem; font-weight: 800; color: var(--lh-ink); line-height: 1; letter-spacing: -0.02em; }
.lh-numbers div span { color: var(--lh-muted); font-size: 0.95rem; }
.lh-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.lh-steps div { border-top: 2px solid var(--lh-mint); padding-top: 0.8rem; }
.lh-steps b { display: block; font-family: var(--lh-display); font-size: 1.1rem; color: var(--lh-ink); margin-bottom: 0.2rem; }
.lh-steps p { margin: 0; color: var(--lh-muted); font-size: 0.95rem; }

.lh-org { background: var(--lh-ink-deep); color: white; position: relative; overflow: hidden; }
.lh-org::before { content: ""; position: absolute; right: -10%; top: -30%; width: 60%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(var(--mint-rgb), 0.22), transparent 60%); }
.lh-org-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4.5rem; align-items: center; padding-top: 7rem; padding-bottom: 7rem; }
.lh-h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 800; }
.lh-org .lh-h2 { color: white; }
.lh-org .lh-h2 em { font-style: normal; color: var(--lh-mint); }
.lh-org .lh-lede { font-size: 1.15rem; opacity: 0.88; max-width: 44ch; margin: 1.5rem 0 2rem; }
.lh-ticks { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; gap: 0.6rem; }
.lh-ticks li { display: flex; gap: 0.7rem; align-items: flex-start; opacity: 0.92; }
.lh-ticks li::before { content: ""; flex: none; width: 18px; height: 18px; border-radius: 50%; background: var(--lh-mint); margin-top: 0.2rem; box-shadow: inset 0 0 0 4px var(--lh-ink-deep); }
.lh-fee { margin: 1rem 0 0; font-size: 0.92rem; opacity: 0.75; }
.lh-phone { width: 300px; margin: 0 auto; background: var(--lh-ink-deep); border-radius: 38px; padding: 12px; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45), inset 0 0 0 2px rgba(255, 255, 255, 0.08); transform: rotate(-3deg); }
.lh-screen { background: var(--lh-paper); border-radius: 28px; overflow: hidden; color: var(--lh-ink); font-size: 12px; }
.lh-screen-top { background: var(--lh-ink); color: white; padding: 26px 16px 14px; }
.lh-screen-top small { display: block; opacity: 0.75; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.lh-screen-top b { font-family: var(--lh-display); font-size: 17px; }
.lh-screen table { width: 100%; border-collapse: collapse; background: white; }
.lh-screen th { text-align: left; font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--lh-muted); padding: 8px 12px 4px; }
.lh-screen td { padding: 7px 12px; border-top: 1px solid var(--lh-rule); font-variant-numeric: tabular-nums; }
.lh-screen .r { text-align: right; }
.lh-screen .up { color: var(--lh-mint-deep); font-weight: 700; }
.lh-screen-next { padding: 12px; }
.lh-screen-next small { color: var(--lh-muted); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
.lh-screen-next div { display: flex; justify-content: space-between; background: white; border: 1px solid var(--lh-rule); border-radius: 10px; padding: 8px 10px; margin-top: 6px; }
.lh-screen-next em { font-style: normal; color: var(--lh-mint-deep); font-weight: 700; }

.lh-coach { background: var(--lh-paper); }
.lh-coach-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 4.5rem; align-items: center; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.lh-coach-grid > div:only-child { grid-column: 1 / -1; max-width: 640px; }
.lh-coach-card { background: white; border: 1px solid var(--lh-rule); border-radius: 20px; padding: 1.4rem; display: grid; grid-template-columns: 72px 1fr; gap: 1rem; align-items: center; box-shadow: 0 18px 40px rgba(15, 37, 48, 0.08); max-width: 460px; }
.lh-avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--lh-ink); color: white; display: flex; align-items: center; justify-content: center; font-family: var(--lh-display); font-weight: 800; font-size: 1.6rem; border: 3px solid var(--lh-mint); overflow: hidden; }
.lh-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lh-coach-card h3 { font-size: 1.2rem; }
.lh-coach-card p { margin: 0.2rem 0 0.6rem; color: var(--lh-muted); font-size: 0.95rem; }
.lh-stars { color: var(--warning); letter-spacing: 0.05em; font-size: 0.9rem; }
.lh-stars span { color: var(--lh-muted); letter-spacing: 0; }
.lh-coach-card .lh-btn { grid-column: 1 / -1; }
.lh-coach .lh-h2 { color: var(--lh-ink); }
.lh-coach .lh-lede { color: var(--lh-muted); font-size: 1.1rem; margin: 1rem 0 1.5rem; max-width: 44ch; }
.lh-organize-row { text-align: center; color: var(--lh-muted); }
.lh-organize-row a { text-decoration: underline; }

@media (max-width: 900px) {
    .lh-hero-grid { grid-template-columns: 1fr; gap: 2rem; padding-top: calc(64px + 1.5rem); padding-bottom: 2.5rem; min-height: 0; }
    .lh-h1 { font-size: 2.5rem; }
    .lh-lede { font-size: 1.05rem; margin: 1rem 0 1.5rem; }
    .lh-intents .lh-btn { flex: 1 1 100%; }
    .lh-live { display: none; }
    .lh-rail { grid-template-columns: 1fr; }
    .lh-proof-grid, .lh-org-grid, .lh-coach-grid { grid-template-columns: 1fr; gap: 2rem; }
    .lh-org-grid { padding-top: 3rem; padding-bottom: 3rem; }
    .lh-phone { transform: none; width: 260px; }
    .lh-numbers { justify-content: space-between; gap: 1rem; }
    .lh-numbers div b { font-size: 2rem; }
    .lh-steps { grid-template-columns: 1fr; }
    .lh-sec-head { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    .lh-band { padding-top: 3rem; }
}
@media (prefers-reduced-motion: reduce) { .lh-btn, .ev { transition: none; } }
