/* ============================================
   ruco-photo skin (#7560)
   Loaded ONLY for clubs on this skin, after app.css and the component
   stylesheets and before the club's token block, so a rule here beats a
   scoped component rule of equal specificity and the club's palette still
   wins. Everything below is structure and restraint; the design language
   is #7561's, from the spec the owner signs.
   ============================================ */

/* Full-bleed hero: let the club's photograph carry the page. The gradient stays for
   contrast but sits lighter than the editorial skin's, and the layers do not zoom. */
[data-skin="ruco-photo"] .hero {
    min-height: 80vh;
    padding: 6rem 2rem;
    align-items: flex-end;
}

[data-skin="ruco-photo"] .hero-gradient {
    opacity: 0.55;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, var(--color-dark) 100%);
}

[data-skin="ruco-photo"] .hero-bg-layer {
    animation: none;
    opacity: 1;
}

[data-skin="ruco-photo"] .hero-grid {
    max-width: 1100px;
}

/* Owner, 2026-09-10: the wordmark is ALL CAPS, like the landing page. */
[data-skin="ruco-photo"] .hero-title .line {
    font-family: var(--font-display);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Single-column sections with a comfortable measure, centered titles. */
[data-skin="ruco-photo"] .info-section,
[data-skin="ruco-photo"] .featured-events,
[data-skin="ruco-photo"] .events-section,
[data-skin="ruco-photo"] .sessions-section,
[data-skin="ruco-photo"] .ladder-section {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

[data-skin="ruco-photo"] .info-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

/* Elevated cards: the photo skin boxes what the editorial skin leaves flat. */
[data-skin="ruco-photo"] .info-item {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    padding: 2rem;
}

[data-skin="ruco-photo"] .section-title,
[data-skin="ruco-photo"] .section-header h2 {
    text-align: center;
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Centered section headers with a short accent rule beneath. */
[data-skin="ruco-photo"] .section-header {
    text-align: center;
}

[data-skin="ruco-photo"] .section-header::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3px;
    margin: 0.75rem auto 0;
    background: var(--wheat-gold);
    border-radius: 2px;
}

/* Page heroes share the top bar's dark ground instead of the editorial black. */
[data-skin="ruco-photo"] .page-hero {
    background: var(--color-dark);
}
