﻿/*
Theme Name: Koson TV
Theme URI: https://koson.tv/
Author: Koson TV
Author URI: https://koson.tv/
Description: Tema oficial para Koson TV, KOSON.TV y KOSONTV como plataforma de entretenimiento musical con marimba, folklore de Guatemala, lanzamientos propios y contenidos de artistas del sello. Incluye personalizacion desde WordPress, SEO de marca, datos estructurados y diseno responsive para movil, tablet y escritorio.
Version: 1.1.5
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koson-tv
Tags: custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, entertainment, blog
*/

:root {
  --koson-red: #f11111;
  --koson-wine: #600007;
  --koson-wine-dark: #2b0004;
  --koson-gold: #e89b17;
  --koson-gold-soft: #f8d88d;
  --koson-black: #050505;
  --koson-cream: #fff7ed;
  --koson-paper: #ffffff;
  --koson-muted: #6f625d;
  --koson-border: rgba(96, 0, 7, 0.14);
  --koson-shadow: 0 24px 70px rgba(43, 0, 4, 0.16);
  --koson-radius: 8px;
  --koson-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--koson-black);
  background: var(--koson-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--koson-red);
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  color: #fff;
  background: var(--koson-black);
  clip: auto;
}

.site-shell {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 247, 237, 0.92) 0%, rgba(255, 255, 255, 0.98) 42%, rgba(255, 247, 237, 0.98) 100%);
}

.koson-wrap {
  width: min(100% - 32px, var(--koson-max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(96, 0, 7, 0.12);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 22px;
}

.site-branding {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 13px;
  color: var(--koson-black);
  text-decoration: none;
}

.site-branding__logo {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 2px solid rgba(96, 0, 7, 0.9);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(96, 0, 7, 0.16);
  flex: 0 0 auto;
}

.site-branding__logo img,
.custom-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-branding__text {
  min-width: 0;
}

.site-branding__name {
  display: block;
  color: var(--koson-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.4vw, 1.48rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-branding__tagline {
  display: block;
  margin-top: 4px;
  color: var(--koson-wine);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 18px;
}

.primary-menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu {
  max-width: min(58vw, 680px);
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.primary-menu::-webkit-scrollbar {
  display: none;
}

.primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--koson-black);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: #fff;
  background: var(--koson-wine);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(96, 0, 7, 0.18);
  border-radius: 50%;
  color: var(--koson-wine);
  background: #fff;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 19px;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.nav-toggle span {
  margin-block: 5px;
}

.koson-button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--koson-red), var(--koson-wine));
  box-shadow: 0 14px 30px rgba(241, 17, 17, 0.18);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}

.koson-button:hover,
.wp-block-button__link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.koson-button--ghost {
  color: var(--koson-wine);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(96, 0, 7, 0.18), 0 10px 26px rgba(96, 0, 7, 0.09);
}

.koson-button--ghost:hover {
  color: #fff;
  background: var(--koson-wine);
}

.koson-section {
  padding-block: clamp(54px, 8vw, 104px);
}

.koson-section--white {
  background: #fff;
}

.koson-section--ink {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(43, 0, 4, 0.98), rgba(5, 5, 5, 0.98));
}

.section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.section-kicker {
  color: var(--koson-red);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.koson-section--ink .section-kicker {
  color: var(--koson-gold-soft);
}

.section-title {
  margin: 0;
  color: var(--koson-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.98;
}

.koson-section--ink .section-title {
  color: #fff;
}

.section-copy {
  max-width: 720px;
  margin: 0;
  color: var(--koson-muted);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.koson-section--ink .section-copy {
  color: rgba(255, 255, 255, 0.74);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  padding-block: clamp(42px, 7vw, 92px);
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 82% 16%, rgba(232, 155, 23, 0.26), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 247, 237, 1));
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--koson-wine), var(--koson-red), var(--koson-gold), var(--koson-wine));
  content: "";
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 70px);
}

.hero__content {
  max-width: 760px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--koson-wine);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__eyebrow::before {
  width: 38px;
  height: 4px;
  border-radius: 99px;
  background: var(--koson-red);
  content: "";
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--koson-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 9vw, 8rem);
  font-weight: 950;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero h1 strong {
  color: var(--koson-red);
  font-weight: inherit;
}

.hero__subtitle {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--koson-wine);
  font-size: clamp(1.22rem, 2.4vw, 2.1rem);
  font-weight: 900;
  line-height: 1.12;
}

.hero__aliases {
  margin: 8px 0 0;
  color: #6f5651;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero__text {
  max-width: 700px;
  margin: 18px 0 0;
  color: #4b403d;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero__visual {
  position: relative;
  display: grid;
  justify-items: center;
}

.hero-logo-card {
  width: min(100%, 390px);
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid rgba(96, 0, 7, 0.16);
  border-radius: var(--koson-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--koson-shadow);
}

.hero-logo-card__image {
  overflow: hidden;
  border: 3px solid var(--koson-wine);
  border-radius: 50%;
  background: #fff;
  aspect-ratio: 1;
}

.hero-logo-card__caption {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(96, 0, 7, 0.12);
  color: var(--koson-wine);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.stat {
  padding: 16px;
  border: 1px solid rgba(96, 0, 7, 0.12);
  border-radius: var(--koson-radius);
  background: rgba(255, 255, 255, 0.82);
}

.stat strong {
  display: block;
  color: var(--koson-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 5px;
  color: var(--koson-muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
}

.artist-hub {
  padding-block: clamp(38px, 6vw, 74px);
  background: #0a0a0a;
  color: #fff;
}

.artist-hub__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 20px;
}

.artist-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.artist-card img {
  width: 96px;
  height: 96px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  object-fit: cover;
}

.artist-card span {
  display: block;
  color: var(--koson-gold-soft);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artist-card h2 {
  margin: 4px 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 6vw, 5rem);
  line-height: 0.92;
}

.artist-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.artist-streams {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.artist-streams a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  overflow-wrap: anywhere;
}

.artist-streams a:hover {
  color: #fff;
  background: var(--koson-red);
}

.artist-streams--compact {
  justify-content: flex-start;
  margin-top: 16px;
}

.artist-streams--light a {
  color: var(--koson-wine);
  border-color: rgba(96, 0, 7, 0.14);
  background: rgba(96, 0, 7, 0.04);
}

.artist-streams--light a:hover {
  color: #fff;
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 18px;
  margin-top: 28px;
}

.catalog-panel {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--koson-radius);
  background: rgba(255, 255, 255, 0.06);
}

.catalog-panel__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 760;
  line-height: 1.6;
}

.section-head--compact {
  margin-bottom: 18px;
}

.section-head--compact .section-title {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.track-list {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.track-list li {
  display: grid;
  grid-template-columns: 28px 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 7px 9px;
  border-radius: var(--koson-radius);
}

.track-list li:hover {
  background: rgba(255, 255, 255, 0.07);
}

.track-list__num {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
  text-align: center;
}

.track-list__art img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
}

.track-list__info strong,
.track-list__info small {
  display: block;
}

.track-list__info strong {
  color: #fff;
  line-height: 1.2;
}

.track-list__info small {
  color: rgba(255, 255, 255, 0.58);
}

.album-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.album-row article {
  min-width: 0;
}

.album-cover {
  overflow: hidden;
  border-radius: var(--koson-radius);
  background: linear-gradient(135deg, var(--koson-wine), var(--koson-red));
  aspect-ratio: 1;
}

.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-row h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.15;
}

.album-row p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
  font-weight: 800;
}

.artist-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: clamp(24px, 5vw, 64px);
}

.about-panel--artists {
  background: linear-gradient(145deg, #111, var(--koson-wine));
}

.artist-feature-grid {
  display: grid;
  gap: 14px;
}

.artist-feature-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--koson-border);
  border-radius: var(--koson-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(43, 0, 4, 0.08);
}

.artist-feature-card__image {
  overflow: hidden;
  width: 84px;
  aspect-ratio: 1;
  border-radius: var(--koson-radius);
  background: linear-gradient(135deg, var(--koson-wine), var(--koson-red));
}

.artist-feature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-feature-card h3 {
  margin: 8px 0 0;
  color: var(--koson-black);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.artist-feature-card p {
  margin: 8px 0 0;
  color: var(--koson-muted);
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ecosystem-card,
.release-card,
.service-card,
.post-card {
  position: relative;
  border: 1px solid var(--koson-border);
  border-radius: var(--koson-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(43, 0, 4, 0.08);
}

.ecosystem-card {
  display: grid;
  min-height: 148px;
  padding: 20px;
  align-content: space-between;
  color: var(--koson-black);
  text-decoration: none;
}

.ecosystem-card:hover {
  color: var(--koson-black);
  border-color: rgba(241, 17, 17, 0.36);
  transform: translateY(-2px);
}

.ecosystem-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--koson-wine);
  font-size: 1.12rem;
  font-weight: 950;
}

.ecosystem-card h3,
.release-card h3,
.service-card h3,
.post-card h2,
.post-card h3 {
  margin: 0;
  color: var(--koson-black);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.ecosystem-card p,
.release-card p,
.service-card p,
.post-card p {
  margin: 8px 0 0;
  color: var(--koson-muted);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(24px, 5vw, 64px);
}

.about-panel {
  padding: clamp(24px, 4vw, 42px);
  border-left: 6px solid var(--koson-red);
  border-radius: var(--koson-radius);
  color: #fff;
  background: linear-gradient(145deg, var(--koson-wine), var(--koson-black));
  box-shadow: var(--koson-shadow);
}

.about-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.95;
}

.about-panel p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-card {
  padding: 22px;
}

.service-card::before {
  display: block;
  width: 46px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--koson-red), var(--koson-gold));
  content: "";
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.release-card {
  display: grid;
  min-height: 320px;
  padding: 24px;
  align-content: space-between;
  gap: 18px;
  overflow: hidden;
}

.release-card::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 126px;
  height: 126px;
  border: 20px solid rgba(232, 155, 23, 0.18);
  border-radius: 50%;
  content: "";
}

.release-card__meta {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--koson-wine);
  background: rgba(232, 155, 23, 0.2);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.release-card__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 86px;
  aspect-ratio: 1;
  border-radius: var(--koson-radius);
  background: linear-gradient(135deg, var(--koson-wine), var(--koson-red));
  box-shadow: 0 14px 26px rgba(43, 0, 4, 0.16);
}

.release-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.release-card__link {
  position: relative;
  z-index: 1;
  color: var(--koson-red);
  font-weight: 950;
  text-decoration: none;
}

.section-title,
.section-copy,
.about-panel h2,
.about-panel p,
.artist-card h2,
.artist-card p,
.artist-feature-card h3,
.artist-feature-card p,
.ecosystem-card h3,
.ecosystem-card p,
.release-card h3,
.release-card p,
.service-card h3,
.service-card p,
.track-list__info strong,
.track-list__info small,
.album-row h3,
.album-row p,
.koson-button,
.primary-menu a {
  overflow-wrap: anywhere;
  word-break: normal;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.video-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--koson-radius);
  background: rgba(255, 255, 255, 0.06);
}

.video-card__embed {
  position: relative;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}

.video-card__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card__body {
  padding: 18px;
}

.video-card h3 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.video-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.contact-band {
  padding: clamp(34px, 6vw, 58px);
  border: 1px solid rgba(96, 0, 7, 0.12);
  border-radius: var(--koson-radius);
  background:
    linear-gradient(135deg, rgba(241, 17, 17, 0.08), rgba(232, 155, 23, 0.15)),
    #fff;
  box-shadow: var(--koson-shadow);
}

.contact-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.contact-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.contact-band p {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--koson-muted);
}

.content-area {
  padding-block: clamp(42px, 7vw, 86px);
}

.page-header {
  padding-block: clamp(50px, 8vw, 95px);
  color: #fff;
  background: linear-gradient(135deg, var(--koson-wine), var(--koson-black));
}

.page-title {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 7vw, 6rem);
  line-height: 0.95;
}

.entry-content {
  width: min(100% - 32px, 900px);
  margin-inline: auto;
  color: #302927;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--koson-black);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.entry-content img,
.wp-caption {
  border-radius: var(--koson-radius);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  overflow: hidden;
}

.post-card__thumb {
  background: linear-gradient(135deg, var(--koson-wine), var(--koson-red));
  aspect-ratio: 16 / 10;
}

.post-card__body {
  padding: 22px;
}

.post-card a {
  text-decoration: none;
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: var(--koson-black);
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
  gap: 24px;
  padding-block: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .site-branding__name,
.site-footer .site-branding__tagline {
  color: #fff;
}

.site-footer .site-branding__logo {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer-menu {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 20px;
  font-size: 0.9rem;
}

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

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--koson-red), var(--koson-wine));
  box-shadow: 0 16px 34px rgba(43, 0, 4, 0.28);
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  cursor: pointer;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--koson-black);
}

.not-found {
  text-align: center;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero__grid,
  .about-grid,
  .artist-section-grid,
  .artist-hub__grid,
  .catalog-layout,
  .contact-band__grid,
  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    justify-items: start;
  }

  .ecosystem-grid,
  .release-grid,
  .video-grid,
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-band__grid {
    align-items: start;
  }

  .artist-streams {
    justify-content: flex-start;
  }

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

@media (max-width: 760px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .site-header__inner {
    min-height: 68px;
  }

  .site-branding__logo {
    width: 50px;
    height: 50px;
  }

  .nav-toggle {
    display: block;
  }

  .main-navigation {
    position: fixed;
    inset: 69px 0 auto 0;
    display: none;
    padding: 16px;
    border-bottom: 1px solid rgba(96, 0, 7, 0.12);
    background: rgba(255, 255, 255, 0.98);
  }

  .main-navigation.is-open {
    display: block;
  }

  .primary-menu {
    display: grid;
    gap: 8px;
    max-width: none;
    white-space: normal;
  }

  .primary-menu a {
    border-radius: var(--koson-radius);
    background: rgba(96, 0, 7, 0.04);
  }

  .hero h1 {
    font-size: clamp(3rem, 19vw, 5.7rem);
  }

  .stats-strip,
  .ecosystem-grid,
  .release-grid,
  .video-grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .hero-logo-card {
    width: min(100%, 310px);
  }

  .artist-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .artist-card img {
    width: 76px;
    height: 76px;
  }

  .album-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__bottom {
    display: grid;
  }

  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 480px) {
  .koson-wrap,
  .entry-content {
    width: min(100% - 24px, var(--koson-max));
  }

  .site-branding__tagline {
    display: none;
  }

  .hero__actions {
    display: grid;
  }

  .koson-button,
  .wp-block-button__link {
    width: 100%;
  }

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

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

  .artist-streams {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .album-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .koson-button,
  .ecosystem-card,
  .back-to-top {
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
  }
}

