@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Mohave:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

@font-face {
  font-family: 'Alaca';
  src: url('../fonts/plasebo-studio-alaca-bold-italic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

/* ─────────────────────────────────────────────
   NAVBAR — floating dark pill, all pages
───────────────────────────────────────────── */

.navbar {
    position: absolute;
    top: 12px;
    left: 16px;
    right: 16px;
    z-index: 100;
    height: 62px;
    padding: 0 18px !important;
    background: rgba(10, 20, 50, 0.35) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

/* every page needs position:relative on its first full-width element
   so the absolutely-positioned navbar has a containing block.
   We handle this by making body position:relative */
body {
    position: relative;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}

.navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.navbar-left {
    display: flex;
    align-items: center;
    gap: 36px;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-item-link {
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.25rem 0.25rem;
    opacity: 0.9;
}

.nav-item-link:hover {
    opacity: 1;
}

.navbar-brand {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.brand-logo {
    height: 44px;
    width: 44px;
    object-fit: contain;
    border-radius: 50%;
}

.brand-text {
    color: #ffffff;
    font-family: 'Alaca', 'Barlow Condensed', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 1.25rem;
    padding-left: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nav-link {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.95rem;
}

.navbar-right .btn-outline-light {
    border-color: rgba(255,255,255,0.5);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 6px 16px;
    border-radius: 999px;
}
.navbar-right .btn-outline-light:hover {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
}

.lang-toggle-btn {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 12px;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: background 0.15s;
    margin-left: 4px;
}
.lang-toggle-btn:hover {
    background: rgba(255,255,255,0.28);
}

/* pages need padding-top to push content below the floating navbar */
.players-hero,
.events-hero,
.contact-hero,
.profile-hero,
.hero-home {
    padding-top: 0;
}

/* non-hero pages (if any) need a spacer */
.navbar-spacer {
    height: 86px;
}



.player-card {
    border: 1px solid #e9ecef;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
  
.player-card-top {
    padding: 18px 18px 10px;
    text-align: center;
}
  
.player-headshot {
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: 50% 20%;
    border-radius: 16px;
    display: block;
    margin: 0 auto 14px;
    background: #f1f3f5;
}
  
.player-name {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    line-height: 1.05;
}
  
.ig-embed {
    max-width: 600px;
    margin: 0 auto;
}

.ig-embed .instagram-media,
.ig-embed blockquote.instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.ig-text {
    font-weight: 600;
    font-size: 40px;
    padding-top: 50px;
    padding-left: 25px;
}




/* ─────────────────────────────────────────────
   HOME PAGE — HERO
───────────────────────────────────────────── */

.hero-home {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.hero-home__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

.hero-home__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 50, 0.52);
}

.hero-home__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1.5rem;
}

.hero-home__title {
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    font-family: 'Alaca', 'Barlow Condensed', sans-serif;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 0 3px 16px rgba(0,0,0,0.5);
    margin-bottom: 0.5rem;
    line-height: 1.1;
}

.hero-home__sub {
    font-size: clamp(1rem, 2.2vw, 1.3rem);
    font-family: 'Overpass', sans-serif;
    font-style: normal;
    color: rgba(255,255,255,0.92);
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    margin: 0;
}


/* ─────────────────────────────────────────────
   HOME PAGE — ABOUT SECTION
───────────────────────────────────────────── */

.home-about {
    background: #d6e4ee;
    padding: 72px 0;
}

.home-about__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 48px;
    align-items: center;
}

.home-about__heading {
    font-size: 1.6rem;
    font-family: 'Mohave', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #0f2044;
    margin-bottom: 1.1rem;
}

.home-about__text p {
    font-family: 'Overpass', sans-serif;
    color: #1a2a3a;
    font-size: 0.97rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.home-about__photo {
    border-radius: 14px;
    overflow: hidden;
    height: 420px;
}

.home-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #b0c4d4;
}


/* ─────────────────────────────────────────────
   HOME PAGE — SHARED BUTTON
───────────────────────────────────────────── */

.home-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 1.4rem;
    padding: 11px 26px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: opacity 0.18s;
}

.home-btn:hover {
    opacity: 0.82;
    text-decoration: none;
}

.home-btn--dark {
    background: #0f2044;
    color: #ffffff;
    border: none;
}

.home-btn--outline {
    background: transparent;
    color: #0f2044;
    border: 2px solid #0f2044;
}


/* ─────────────────────────────────────────────
   HOME PAGE — RECENT POSTS
───────────────────────────────────────────── */

.home-posts {
    background: #0f2044;
    padding: 64px 0 72px;
}

.home-posts__heading {
    color: #ffffff;
    font-family: 'Mohave', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 2rem;
    padding: 0 60px;
}

.home-posts__carousel-wrap {
    position: relative;
    padding: 0 60px;
}

.home-posts__track {
    display: flex;
    gap: 24px;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 8px 16px;
}

.home-posts__track::-webkit-scrollbar {
    display: none;
}

.home-posts__item {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 280px;
    scroll-snap-align: start;
}

.home-posts__item .instagram-media,
.home-posts__item blockquote.instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.home-posts__arrow {
    background: rgba(255,255,255,0.12);
    border: none;
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    transition: background 0.15s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.home-posts__arrow:hover {
    background: rgba(255,255,255,0.25);
}

.home-posts__arrow--prev { left: 8px; }
.home-posts__arrow--next { right: 8px; }


/* ─────────────────────────────────────────────
   HOME PAGE — PLAYERS SECTION
───────────────────────────────────────────── */

.home-players {
    background: #d6e4ee;
    padding: 72px 0;
}

.home-players__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 48px;
    align-items: center;
}

.home-players__photo {
    border-radius: 14px;
    overflow: hidden;
    height: 460px;
    position: relative;
}

.home-players__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #8fa8ba;
}

.home-players__heading {
    font-size: 1.6rem;
    font-family: 'Mohave', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #0f2044;
    margin-bottom: 1.1rem;
}

.home-players__text p {
    color: #1a2a3a;
    font-size: 0.97rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}


/* ─────────────────────────────────────────────
   HOME PAGE — FOOTER
───────────────────────────────────────────── */

.home-footer {
    background: #0a1733;
    color: #ffffff;
    padding: 60px 0 36px;
}

.home-footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 48px;
}

.home-footer__social {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home-footer__social-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #cdd8e8;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.15s;
}

.home-footer__social-link:hover {
    color: #ffffff;
}

.home-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
}

.home-footer__nav-link {
    color: #cdd8e8;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: color 0.15s;
}

.home-footer__nav-link:hover {
    color: #ffffff;
}

.home-footer__bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home-footer__logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
}

.home-footer__brand {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    font-style: italic;
    color: #ffffff;
}

.home-footer__copy {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.45);
    margin: 0;
}


/* ─────────────────────────────────────────────
   HOME PAGE — RESPONSIVE
───────────────────────────────────────────── */

@media (max-width: 768px) {
    .home-about__inner,
    .home-players__inner {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 32px;
    }

    .home-about__photo,
    .home-players__photo {
        height: 240px;
        order: -1;
    }

    .home-posts__item {
        flex: 0 0 85vw;
    }

    .home-posts__heading {
        padding: 0 30px;
    }

    .home-footer__inner {
        grid-template-columns: 1fr;
        padding: 0 30px;
    }

    .home-footer__nav {
        align-items: flex-start;
    }

    .hero-home {
        height: 360px;
    }
}