/* =========================
   Base
========================= */

body {
  margin: 0;
  padding-top: 95px;
  font-family: Georgia, serif;
  background: #151515;
  color: #f4ead8;
  line-height: 1.6;
}

h1 {
  font-size: 3rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #f0c36a;
}

h2 {
  color: #f0c36a;
}

h3 {
  margin-top: 35px;
  color: #f0c36a;
}

a {
  color: #f0c36a;
}


/* =========================
   Header / Navigation
========================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 2px solid #c78f45;
}

.site-logo img {
  max-height: 58px;
  width: auto;
  display: block;
}

.desktop-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.desktop-nav a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem;
  font-weight: bold;
}

.desktop-nav a:hover {
  color: #f0c36a;
}

.menu-button {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 2.6rem;
  cursor: pointer;
}

.mobile-menu {
  display: none;
}


/* =========================
   Page Backgrounds
========================= */

.home-page,
.gear-page {
  min-height: 100vh;
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
}

.home-page {
  background-image: url("/gear-background.jpg");
}

.gear-page {
  background-image: url("/images/Youtube Banner small.png");
}


/* =========================
   Shared Page Layout
========================= */

.home-hero {
  min-height: calc(100vh - 95px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px 35px;
  box-sizing: border-box;
}

.home-hero.home-bottom {
  justify-content: flex-end;
}

.home-hero.page-center {
  justify-content: center;
}

.home-hero.has-content {
  justify-content: flex-start;
}

.hero-content {
  max-width: 900px;
  width: 100%;
}

.top-text {
  font-size: 0.9rem;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}


/* =========================
   Overlay / Centre Panels
========================= */

.overlay {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  padding: 50px 30px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  border: 1px solid rgba(240, 195, 106, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.overlay h2 {
  font-size: 2rem;
  margin-top: 10px;
  color: #f0c36a;
}

.overlay p {
  margin: 6px 0;
}


/* =========================
   Big Buttons
========================= */

.big-links {
  max-width: 500px;
  margin: 30px auto;
}

.big-links a {
  display: block;
  margin: 15px 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
}

.big-links a:hover {
  background: rgba(240, 195, 106, 0.25);
  color: #f0c36a;
  border-color: #f0c36a;
}


/* =========================
   Social Icons
========================= */

.socials {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 35px auto 0;
  text-align: center;
}

.home-bottom .socials {
  margin-top: auto;
}

.has-content .socials {
  margin-top: 45px;
}

.socials a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.socials img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

.socials a:hover {
  background: #f0c36a;
}

.socials a:hover img {
  filter: invert(0);
}


/* =========================
   Music Embeds
========================= */

.bandcamp-player,
.spotify-player {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.bandcamp-player iframe {
  max-width: 100%;
  width: 500px;
  height: 620px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
}

.spotify-player iframe {
  max-width: 100%;
  width: 500px;
  height: 152px;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.7);
}


/* =========================
   Twitch Panel
========================= */

.watch-panel {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  padding: 45px 30px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid rgba(240, 195, 106, 0.5);
  border-radius: 18px;
  background: linear-gradient(
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.5)
  );
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.7);
}

.watch-panel h2 {
  margin: 10px 0 20px;
  color: #f0c36a;
  font-size: 2.5rem;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.watch-panel p {
  max-width: 600px;
  margin: 0 auto 25px;
  font-size: 1.1rem;
}

.watch-button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 28px;
  border: 1px solid #f0c36a;
  color: #f0c36a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.85rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.25);
}

.watch-button:hover {
  background: rgba(240, 195, 106, 0.2);
}

.watch-live,
.watch-offline {
  display: none;
}

.watch-panel.offline .watch-offline {
  display: block;
}

.watch-panel.live .watch-live {
  display: block;
}

.twitch-player {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #111;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.7);
}

.twitch-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* =========================
   Mobile
========================= */

@media (max-width: 850px) {
  body {
    padding-top: 88px;
  }

  .site-header {
    height: 88px;
    padding: 0 24px;
  }

  .site-logo img {
    max-height: 48px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.94);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.35s ease;
  }

  .mobile-menu.open {
    right: 0;
  }

  .mobile-menu a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 1.7rem;
    margin: 14px 0;
  }

  .close-button {
    position: absolute;
    top: 25px;
    right: 35px;
    background: none;
    border: none;
    color: white;
    font-size: 3rem;
    cursor: pointer;
  }

  .home-hero {
    min-height: calc(100vh - 88px);
    padding: 30px 18px 30px;
  }

  h1 {
    font-size: 2rem;
  }

  .overlay,
  .watch-panel {
    margin: 30px auto;
    padding: 35px 20px;
  }

  .watch-panel h2 {
    font-size: 2rem;
  }

  .socials {
    gap: 12px;
    margin-top: 30px;
  }
}

/* =========================
   Logo
========================= */

.logo {
  font-family: 'Cinzel', serif;
  font-weight: 400; /* normal */  
  color: #D6C6A5;
  font-size: 28px;
  letter-spacing: 0.1em;
}

.diamond {
  font-size: 14px;      /* smaller than text */
  margin: 0;       /* spacing */
  vertical-align: middle;
}