/*
|--------------------------------------------------------------------------
| Strikeshot Web Services - Family Fun Theme
|--------------------------------------------------------------------------
|
| Bright, welcoming styling for family-oriented bowling centres.
| Shared layout and responsive structure remain in /assets/css/base.css.
|
*/

:root {
    --bg: #f5fbff;
    --surface: #ffffff;
    --surface-2: #edf8ff;
    --surface-3: #fff4da;

    --text: #163754;
    --muted: #647b8f;

    --border: rgba(22, 55, 84, 0.11);
    --shadow: 0 14px 34px rgba(45, 100, 141, 0.13);

    --radius: 24px;
}


/* ---------------------------------------------------------------
   Page
--------------------------------------------------------------- */

html {
    background: var(--bg);
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: "Inter", Arial, sans-serif;
}

a {
    color: #1667a8;
    text-decoration: none;
}

a:hover {
    color: var(--primary);
}


/* ---------------------------------------------------------------
   Header / Navigation
--------------------------------------------------------------- */

.site-header {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(22, 55, 84, 0.08);
    backdrop-filter: blur(14px);
}

.brand strong {
    color: var(--text);
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 700;
}

.brand span {
    color: var(--muted);
}

.brand .brand-mark {
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #ffad3f
        );
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 9px 20px rgba(255, 132, 53, 0.23);
}

.site-nav a {
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
}

.site-nav a:hover {
    color: var(--primary);
}

.nav-cta,
.btn {
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.nav-cta,
.btn-primary {
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #ff9148
        );
    color: #fff;
    border: 0;
    box-shadow: 0 9px 22px rgba(226, 47, 59, 0.18);
}

.nav-cta:hover,
.btn-primary:hover {
    color: #fff;
    filter: brightness(1.04);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.95);
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 7px 18px rgba(19, 55, 79, 0.12);
}

.btn-secondary:hover {
    color: var(--primary);
}


/* ---------------------------------------------------------------
   Hero
--------------------------------------------------------------- */

.hero {
    color: #fff;
    border-bottom: 0;
}

.hero::before {
    background:
        linear-gradient(
            90deg,
            rgba(15, 55, 83, 0.86),
            rgba(15, 55, 83, 0.57) 58%,
            rgba(15, 55, 83, 0.24)
        );
}

.hero .eyebrow {
    color: #ffe47f;
}

.eyebrow {
    color: var(--primary);
    font-weight: 800;
}

.hero h1,
.section-heading h2,
.content-card h3,
.list-card h3,
.feature-card h3,
.contact-section h2 {
    font-family: "Oswald", Arial, sans-serif;
}

.hero h1 {
    color: #fff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.hero-text {
    color: rgba(255, 255, 255, 0.94);
}

.hero-card {
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.97),
            rgba(248,252,255,0.94)
        );
    color: var(--text);
    border: 1px solid rgba(255,255,255,0.85);
    border-radius: 28px;
    box-shadow: 0 22px 50px rgba(15, 55, 83, 0.22);
    backdrop-filter: blur(10px);
}

.hero-card-label {
    background: #e8f6ff;
    color: #46708e;
    border-radius: 999px;
    font-weight: 700;
}

.hero-card h3 {
    color: var(--text);
}

.hero-card p,
.hero-card .bullet-list {
    color: var(--muted);
}

.hero-meta span,
.pill {
    background: rgba(255,255,255,0.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 999px;
    backdrop-filter: blur(5px);
}


/* ---------------------------------------------------------------
   Announcements
--------------------------------------------------------------- */

.announcement-section {
    background:
        linear-gradient(
            90deg,
            #dff3ff,
            #fff8e7
        );
}

.announcement-banner {
    background:
        linear-gradient(
            135deg,
            #fff0b6,
            #fff9e5
        );
    color: #594500;
    border: 1px solid rgba(180, 132, 0, 0.15);
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(140, 102, 0, 0.10);
}

.announcement-label {
    background: rgba(255,255,255,0.66);
    color: #936800;
    border-radius: 999px;
    font-weight: 800;
}

.announcement-banner h2 {
    color: #493700;
}

.announcement-banner p {
    color: #6d581a;
}

.announcement-button {
    background: #fff;
    color: #7c5a00;
    border: 1px solid rgba(124, 90, 0, 0.14);
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}


/* ---------------------------------------------------------------
   Homepage Feature Cards
--------------------------------------------------------------- */

.feature-strip {
    background:
        linear-gradient(
            90deg,
            #dff3ff,
            #fff9ee
        );
}

.feature-card {
    border: 1px solid var(--border);
    border-radius: 25px;
    box-shadow: var(--shadow);
    text-decoration: none;
}

.feature-card:nth-child(1) {
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #ebf8ff
        );
}

.feature-card:nth-child(2) {
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fff5e4
        );
}

.feature-card:nth-child(3) {
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #f5edff
        );
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(45, 100, 141, 0.18);
}

.feature-kicker {
    color: #7f3eb1;
    font-weight: 800;
}

.feature-card h3 {
    color: var(--text);
}

.feature-card p {
    color: var(--muted);
}


/* ---------------------------------------------------------------
   Sections
--------------------------------------------------------------- */

.section {
    padding-top: 72px;
    padding-bottom: 72px;
    border-top: 1px solid rgba(22, 55, 84, 0.06);
}

#hours {
    background:
        linear-gradient(
            180deg,
            #f1faff,
            #eaf7ff
        );
}

#bowling {
    background:
        linear-gradient(
            180deg,
            #fffaf0,
            #fff5e5
        );
}

#leagues {
    background:
        linear-gradient(
            180deg,
            #f3fbf7,
            #eaf8f1
        );
}

#parties {
    background:
        linear-gradient(
            180deg,
            #fff5ef,
            #ffede6
        );
}

#events {
    background:
        linear-gradient(
            180deg,
            #f8f5ff,
            #f0ebff
        );
}

.gallery-section {
    background:
        linear-gradient(
            180deg,
            #eaf7ff,
            #f5fbff
        );
}

.contact-section {
    background:
        linear-gradient(
            180deg,
            #fffaf0,
            #ffffff
        );
}

.alt-section {
    background: transparent;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h2 {
    color: var(--text);
}

.section-heading p:last-child {
    color: var(--muted);
}


/* ---------------------------------------------------------------
   Shared Cards
--------------------------------------------------------------- */

.hours-card,
.content-card,
.list-card,
.contact-card,
.gallery-item {
    background: rgba(255,255,255,0.96);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hours-card {
    border-top: 5px solid #62b9e8;
}

.hours-card strong {
    color: var(--text);
}

.hours-card span {
    color: var(--muted);
}

.content-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.content-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(45, 100, 141, 0.17);
}

.content-card h3 {
    color: var(--text);
}

.content-card p {
    color: var(--muted);
}

.price {
    color: var(--primary);
    font-weight: 800;
}

.price small {
    color: #b54539;
    font-weight: 700;
}


/* ---------------------------------------------------------------
   Leagues
--------------------------------------------------------------- */

.list-card {
    border-left: 6px solid #55b98a;
}

.list-card h3 {
    color: var(--text);
}

.list-card p {
    color: var(--muted);
}

.list-meta span {
    background: #e9f8f0;
    color: #315d49;
    border: 1px solid rgba(49, 93, 73, 0.10);
    border-radius: 999px;
    font-weight: 700;
}

.league-contact {
    color: var(--muted);
}

.league-contact a {
    color: #26714f;
    font-weight: 700;
}

.league-register-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 16px;
    background: #44a979;
    color: #fff;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.league-register-button:hover {
    color: #fff;
    background: #358b62;
}


/* ---------------------------------------------------------------
   Parties
--------------------------------------------------------------- */

#parties .content-card {
    border-top: 5px solid #ff9a69;
}

.party-inclusions {
    color: var(--text);
}

.party-extra {
    color: var(--muted);
}

.party-book-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 10px 16px;
    background: #f07a48;
    color: #fff;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.party-book-button:hover {
    color: #fff;
    background: #d96537;
}


/* ---------------------------------------------------------------
   Events
--------------------------------------------------------------- */

#events .content-card {
    border-top: 5px solid #9271db;
}

.event-date {
    color: #7a59c7;
    font-weight: 800;
}

.event-location {
    color: var(--muted);
}

.event-time {
    color: var(--text);
    font-weight: 700;
}

.event-button,
.text-link {
    display: inline-flex;
    margin-top: 14px;
    color: #6948b4;
    font-weight: 800;
    text-decoration: none;
}

.event-button:hover,
.text-link:hover {
    color: var(--primary);
}


/* ---------------------------------------------------------------
   Public Bowling
--------------------------------------------------------------- */

#bowling .content-card {
    border-top: 5px solid #ffc44d;
}

.pricing-note,
.section-note {
    color: var(--muted);
}

.shoe-price {
    color: var(--text);
}


/* ---------------------------------------------------------------
   Gallery
--------------------------------------------------------------- */

.gallery-item {
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(45, 100, 141, 0.18);
}

.gallery-item figcaption {
    color: var(--muted);
}


/* ---------------------------------------------------------------
   Contact
--------------------------------------------------------------- */

.contact-copy {
    color: var(--muted);
}

.contact-card {
    border-top: 5px solid #59b7e6;
}

.contact-item + .contact-item {
    border-top: 1px solid var(--border);
}

.contact-item a,
.contact-item span {
    color: #31698e;
}

.directions-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 11px 17px;
    background: #3e9ccc;
    color: #fff;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.directions-button:hover {
    color: #fff;
    background: #2d82af;
}


/* ---------------------------------------------------------------
   Footer
--------------------------------------------------------------- */

.site-footer {
    background: #173b58;
    color: rgba(255,255,255,0.90);
}

.site-footer a {
    color: #fff;
}

.site-footer p,
.site-footer span,
.footer-note {
    color: rgba(255,255,255,0.70);
}


/* ---------------------------------------------------------------
   Responsive
--------------------------------------------------------------- */

@media (max-width: 1024px) {
    .section {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media (max-width: 640px) {
    .section {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .hero-card {
        border-radius: 22px;
    }

    .feature-card,
    .hours-card,
    .content-card,
    .list-card,
    .contact-card,
    .gallery-item {
        border-radius: 20px;
    }
}
