/*
Theme Name: Geeky Gay 2026
Theme URI: https://www.geekygay.com/
Author: Adam Burns and Codex
Description: A refreshed podcast-first WordPress theme for Geeky Gay, with a techy travel palette inspired by the show artwork.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: geeky-gay-2026
*/

:root {
  --gg-bg: #071421;
  --gg-bg-soft: #0d2235;
  --gg-surface: #f7fbf2;
  --gg-surface-muted: #e9f5e8;
  --gg-ink: #0b1420;
  --gg-muted: #526476;
  --gg-blue: #2d72b8;
  --gg-blue-bright: #59a8ff;
  --gg-green: #a8ee65;
  --gg-green-deep: #54b96e;
  --gg-cream: #fff4cf;
  --gg-pink: #ff5fa2;
  --gg-yellow: #ffd45c;
  --gg-max: 1180px;
  --gg-radius: 8px;
  --gg-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(89, 168, 255, 0.22), transparent 28rem),
    linear-gradient(180deg, var(--gg-bg) 0%, #092033 44rem, #edf7ef 44rem, #edf7ef 100%);
  color: var(--gg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

a {
  color: #176db6;
  text-decoration-color: rgba(23, 109, 182, 0.35);
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: #0c4f86;
}

img {
  max-width: 100%;
  height: auto;
}

.site-wrap {
  min-height: 100vh;
}

.site-header {
  color: #fff;
  padding: 22px 20px 0;
}

.site-header__inner,
.site-main,
.site-footer__inner {
  width: min(100%, var(--gg-max));
  margin: 0 auto;
}

.site-header__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.site-branding {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.site-logo {
  border: 3px solid rgba(168, 238, 101, 0.9);
  border-radius: 8px;
  box-shadow: 0 0 0 4px rgba(45, 114, 184, 0.4);
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.site-title {
  color: var(--gg-cream);
  display: block;
  font-size: clamp(1.55rem, 4vw, 2.45rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 var(--gg-blue);
}

.site-description {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  font-weight: 760;
  margin: 0;
}

.primary-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a,
.menu-fallback a {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 750;
  padding: 8px 13px;
  text-decoration: none;
}

.primary-menu a:hover,
.primary-menu a:focus,
.menu-fallback a:hover,
.menu-fallback a:focus {
  background: rgba(168, 238, 101, 0.16);
  border-color: rgba(168, 238, 101, 0.8);
}

.hero {
  align-items: center;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  padding: 36px 20px 42px;
  position: relative;
}

.hero::before {
  background-image:
    linear-gradient(rgba(168, 238, 101, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 238, 101, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0 0 auto 0;
  height: 100%;
  pointer-events: none;
  position: absolute;
  mask-image: linear-gradient(180deg, #000, transparent);
}

.hero > * {
  position: relative;
}

.hero-kicker {
  color: var(--gg-green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--gg-cream);
  font-size: clamp(2.65rem, 7vw, 5.25rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  max-width: 760px;
  text-shadow: 5px 5px 0 var(--gg-blue);
  text-transform: uppercase;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  margin: 18px 0 0;
  max-width: 670px;
}

.hero-player {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin-top: 18px;
  max-width: 680px;
  padding: 14px;
}

.hero-player audio {
  display: block;
  width: 100%;
}

.hero-actions,
.post-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.button,
.wp-block-button__link,
button,
input[type="submit"] {
  align-items: center;
  background: var(--gg-green);
  border: 2px solid #142414;
  border-radius: 8px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.32);
  color: #081522;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  text-decoration: none;
}

.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: var(--gg-yellow);
  color: #081522;
  transform: translateY(-1px);
}

.button--secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.button--secondary:hover,
.button--secondary:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.latest-card .button--secondary,
.episode-card .button--secondary,
.post-content .button--secondary {
  border-color: rgba(13, 34, 53, 0.55);
  color: var(--gg-ink);
}

.latest-card .button--secondary:hover,
.latest-card .button--secondary:focus,
.episode-card .button--secondary:hover,
.episode-card .button--secondary:focus,
.post-content .button--secondary:hover,
.post-content .button--secondary:focus {
  background: var(--gg-bg-soft);
  color: #fff;
}

.button--pink {
  background: var(--gg-pink);
  color: #fff;
}

.album-card {
  align-self: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--gg-radius);
  box-shadow: var(--gg-shadow);
  justify-self: end;
  max-width: 460px;
  padding: 14px;
}

.album-card img {
  border-radius: 6px;
  display: block;
  width: 100%;
}

.content-band {
  background: #edf7ef;
  padding: 34px 20px 58px;
}

.content-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 320px;
  width: min(100%, var(--gg-max));
  margin: 0 auto;
}

.latest-card,
.episode-card,
.sidebar-box,
.post-content,
.comment-respond,
.comments-area {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(13, 34, 53, 0.12);
  border-radius: var(--gg-radius);
  box-shadow: 0 12px 32px rgba(13, 34, 53, 0.1);
}

.latest-card {
  border-top: 6px solid var(--gg-green);
  margin-bottom: 22px;
  padding: 24px;
}

.section-label {
  color: #20754d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.entry-title {
  color: var(--gg-ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.12;
  margin: 0 0 8px;
}

.entry-title a {
  color: inherit;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #176db6;
}

.entry-meta {
  color: var(--gg-muted);
  font-size: 0.92rem;
  font-weight: 750;
  margin: 0 0 16px;
}

.episode-list {
  display: grid;
  gap: 16px;
}

.episode-card {
  display: grid;
  gap: 18px;
  grid-template-columns: 92px minmax(0, 1fr);
  padding: 20px;
}

.episode-number {
  align-items: center;
  background: var(--gg-bg-soft);
  border: 2px solid var(--gg-green);
  border-radius: 8px;
  color: var(--gg-cream);
  display: flex;
  flex-direction: column;
  font-weight: 950;
  justify-content: center;
  min-height: 86px;
  text-align: center;
}

.episode-number span {
  color: var(--gg-green);
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.episode-number strong {
  font-size: 1.5rem;
  line-height: 1.1;
}

.entry-summary p,
.entry-content p {
  margin-top: 0;
}

.entry-content audio,
.entry-summary audio,
.latest-card audio {
  width: 100%;
}

.post-content {
  padding: clamp(20px, 4vw, 34px);
}

.post-content .entry-title {
  font-size: clamp(2rem, 5vw, 4rem);
}

.wp-block-audio,
.powerpress_player,
.powerpress_links,
.podcast_meta {
  margin: 18px 0;
}

.pagination,
.nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.page-numbers,
.nav-links a,
.nav-links span {
  background: #fff;
  border: 1px solid rgba(13, 34, 53, 0.14);
  border-radius: 8px;
  color: var(--gg-ink);
  display: inline-flex;
  font-weight: 800;
  min-width: 42px;
  padding: 8px 12px;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--gg-bg-soft);
  color: #fff;
}

.sidebar {
  align-self: start;
  display: grid;
  gap: 16px;
}

.sidebar-box {
  padding: 20px;
}

.sidebar-box h2,
.widget-title {
  font-size: 1rem;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.show-art-small {
  border-radius: 8px;
  margin-bottom: 14px;
}

.contact-list,
.platform-list,
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li,
.platform-list li,
.widget li {
  border-top: 1px solid rgba(13, 34, 53, 0.1);
  padding: 9px 0;
}

.search-form {
  display: flex;
  gap: 8px;
}

.search-field {
  border: 1px solid rgba(13, 34, 53, 0.18);
  border-radius: 8px;
  flex: 1;
  font: inherit;
  min-width: 0;
  padding: 10px 12px;
}

.site-footer {
  background: var(--gg-bg);
  color: rgba(255, 255, 255, 0.72);
  padding: 30px 20px;
}

.site-footer__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
}

.site-footer a {
  color: var(--gg-green);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (max-width: 860px) {
  .site-header__inner,
  .hero,
  .content-layout,
  .site-footer__inner {
    display: block;
  }

  .site-navigation {
    margin-top: 18px;
  }

  .primary-menu {
    justify-content: flex-start;
  }

  .album-card {
    margin-top: 30px;
    max-width: 360px;
  }

  .content-layout {
    width: 100%;
  }

  .sidebar {
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .site-header {
    padding-top: 16px;
  }

  .site-logo {
    height: 54px;
    width: 54px;
  }

  .hero {
    padding: 30px 20px 38px;
  }

  .episode-card {
    grid-template-columns: 1fr;
  }

  .episode-number {
    align-items: flex-start;
    min-height: 0;
    padding: 12px;
    text-align: left;
  }

  .search-form {
    display: grid;
  }
}
