/*!
Theme Name: GINGER SNAP5
Theme URI: http://gingersnap5.com
Author: Roman Soroka
Author URI: http://gingersnap5.com
Description: Ginger Snap5 website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gs5
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GS5 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* ============================================
   GINGER SNAP5 — CLEANED STYLES
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Inter:wght@300;400;500;600&display=swap');

/* ── BASE STYLES ── */
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #0d0908;
  color: #e8ddd5;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  position: relative;
}

/* ── VISITED LINKS ── */
a:visited,
.gs5-soc:visited,
.gs5-df:visited,
.gs5-btn-ghost:visited,
.gs5-btn-readmore:visited,
.gs5-modal-btns .btn-ghost:visited,
.modal-btns .btn-ghost:visited {
  color: #3a2e2a !important;
}

.gs5-soc.hi:visited,
.gs5-timer-link:visited {
  color: #7a1010 !important;
}

.gs5-btn-red:visited {
  color: #fff !important;
}color: #fff !important;
}

/* ── GRAIN EFFECT ── */
.gs5-wrap::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9000;
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeGaussianBlur stdDeviation='0.1'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  mix-blend-mode: overlay;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999999;
  opacity: 0.3;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeGaussianBlur stdDeviation='0.1'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.2'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  background-repeat: repeat;
}

/* ── LOGO BAR ── */
.gs5-logo-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px 32px;
  border-bottom: 1px solid #1e1510;
  background: #090605;
  min-height: 90px;
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.gs5-logo-bar img {
  max-height: 40px;
  width: auto;
  display: block !important;
  margin: 0 auto !important;
}

/* ── TIMER ── */
.gs5-timer-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 32px;
  border-bottom: 1px solid #1e1510;
  background: #090605;
}

.gs5-timer-label {
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  letter-spacing: 0.015em;
  color: #3a2e2a;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.2;
}
.gs5-timer-label em { color: #7a1010; font-style: normal; }

.gs5-timer-center {
  display: flex; align-items: flex-start; justify-content: center;
}

.gs5-tc-unit {
  text-align: center;
  width: 120px;
  border-right: 1px solid #1e1510;
  flex-shrink: 0;
}
.gs5-tc-unit:first-child { width: 160px; }
.gs5-tc-unit:last-child { border-right: none; }

.gs5-tc-val {
  font-family: 'Oswald', sans-serif;
  font-size: 64px; font-weight: 700;
  color: #e8ddd5; line-height: 1;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

.gs5-tc-lbl {
  font-size: 12px; color: #3a2e2a;
  letter-spacing: 0.3em; text-transform: uppercase;
  margin-top: 6px;
}

.gs5-timer-more { display: flex; justify-content: flex-end; }

.gs5-timer-link {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important; letter-spacing: 0.2em !important;
  color: #7a1010 !important; text-transform: uppercase !important;
  text-decoration: none !important;
  border-bottom: 1px solid #7a1010 !important;
  padding-bottom: 3px !important; line-height: 1.2 !important;
  transition: border-color 0.2s, color 0.2s !important;
  cursor: pointer;
}
.gs5-timer-link:hover { border-color: #c41a1a !important; color: #c41a1a !important; }


/* ── SOCIALS ── */
.gs5-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 32px;
  border-bottom: 1px solid #1e1510;
  background: #080604;
}

.gs5-soc {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3a2e2a;
  border: 1px solid #1e1510;
  padding: 8px 18px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
  font-weight: 500;
}

.gs5-soc:hover {
  border-color: #3a2e2a;
  color: #e8ddd5;
}

.gs5-soc.hi {
  border-color: #7a1010;
  color: #7a1010;
}

.gs5-soc.hi:hover {
  border-color: #c41a1a;
  color: #c41a1a;
}

/* ── HERO ROW ── */
.gs5-hero-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 380px;
  border-bottom: 1px solid #1e1510;
}

/* NEWS */
.gs5-news {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #1e1510;
  cursor: pointer;
}

.gs5-news-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.2) saturate(0.5);
  transition: filter 0.4s ease;
}

.gs5-news:hover .gs5-news-bg {
  filter: brightness(0.28) saturate(0.6);
}

.gs5-news-vign {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0d0908 0%, transparent 55%);
}

.gs5-news-vign2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0d0908 0%, transparent 60%);
}

.gs5-news-body {
  position: relative;
  z-index: 2;
  padding: 32px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gs5-news-pretag {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gs5-news-dot {
  width: 8px;
  height: 8px;
  background: #c41a1a;
  border-radius: 50%;
  flex-shrink: 0;
  animation: gs5blink 1.5s ease infinite;
}

@keyframes gs5blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.gs5-news-pre {
  font-size: 13px;
  letter-spacing: 0.3em;
  color: #c41a1a;
  text-transform: uppercase;
  font-weight: 500;
}

.gs5-news-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: #e8ddd5;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.gs5-news-excerpt {
  font-size: 15px;
  color: #4a3a32;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 400px;
}

.gs5-news-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/* BUTTONS */
.gs5-btn-red {
  background: #c41a1a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 12px 22px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}

.gs5-btn-red:hover {
  background: #a01515;
}

.gs5-btn-ghost {
  background: transparent;
  color: #3a2e2a;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 12px 20px;
  border: 1px solid #1e1510;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s, color 0.2s;
}

.gs5-btn-ghost:hover {
  border-color: #3a2e2a;
  color: #e8ddd5;
}

.gs5-btn-readmore {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.15em !important;
  color: #3a2e2a !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-bottom: 1px solid #1e1510 !important;
  padding-bottom: 3px !important;
  line-height: 1.2 !important;
  transition: border-color 0.2s, color 0.2s !important;
  cursor: pointer;
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  display: inline-block !important;
  vertical-align: baseline !important;
}

.gs5-btn-readmore:hover {
  border-color: #3a2e2a !important;
  color: #e8ddd5 !important;
}

/* VIDEO */
.gs5-video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gs5-video-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.15) saturate(0.4);
  transition: filter 0.4s ease;
}

.gs5-video:hover .gs5-video-bg {
  filter: brightness(0.25) saturate(0.5);
}

.gs5-video-vign {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0d0908 0%, transparent 40%);
}

.gs5-video-body {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.gs5-yt-play {
  width: 70px;
  height: 70px;
  background: #c41a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: background 0.2s;
}

.gs5-video:hover .gs5-yt-play {
  background: #a01515;
}

.gs5-yt-tri {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid #fff;
  margin-left: 5px;
}

.gs5-yt-label {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #3a2e2a;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
}

.gs5-video-tag {
  position: absolute;
  bottom: 32px !important;
  left: 32px !important;
  z-index: 2;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.15em !important;
  color: #3a2e2a !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-bottom: 1px solid #1e1510 !important;
  padding-bottom: 3px !important;
  line-height: 1.2 !important;
  transition: border-color 0.2s, color 0.2s !important;
  cursor: pointer;
}

.gs5-video-tag:hover {
  border-color: #3a2e2a !important;
  color: #e8ddd5 !important;
}

/* ── DISCOGRAPHY ── */
.gs5-disco {
  padding: 32px 32px 40px;
  border-bottom: 1px solid #1e1510;
}

.gs5-disco-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.gs5-disco-title {
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #e8ddd5;
  text-transform: uppercase;
}

.gs5-disco-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gs5-df {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 16px;
  border: 1px solid #1e1510;
  background: transparent;
  color: #3a2e2a;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s, color 0.2s;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
}

.gs5-df:hover {
  border-color: #3a2e2a;
  color: #e8ddd5;
}

.gs5-df.active {
  border-color: #7a1010;
  color: #7a1010;
}

.gs5-disco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
  width: 100%;
  margin-bottom: 12px;
}

.gs5-dtile {
  aspect-ratio: 1;
  border: 1px solid #1e1510;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s;
}

.gs5-dtile:hover {
  border-color: #7a1010;
}

.gs5-dtile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(70%) brightness(0.75) sepia(15%);
  transition: filter 0.3s;
}

.gs5-dtile:hover img {
  filter: grayscale(20%) brightness(0.95);
}

.gs5-dtile-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c41a1a;
}

.gs5-dtile.filtered {
  display: none !important;
}

.gs5-disco-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  color: #3a2e2a;
  text-transform: uppercase !important;
  margin: 24px 0 12px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #1e1510 !important;
}

.gs5-disco-section-title.gs5-hidden,
.gs5-disco-grid.gs5-hidden {
  display: none !important;
}

/* ── FOOTER ── */
.gs5-footer {
  padding: 20px 32px;
  display: flex;
  justify-content: center !important;
  align-items: center;
  background: #080604;
  gap: 24px !important;
  flex-wrap: wrap !important;
  text-align: center !important;
}

.gs5-footer-copy {
  font-size: 12px;
  color: #1a1210;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 !important;
}

.gs5-footer-ua {
  font-size: 12px;
  color: #7a1010;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
  font-weight: 500;
  margin: 0 !important;
}

/* ── MODALS ── */
.gs5-modal-bg,
.gs5-yt-modal-bg {
  display: none;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.93) !important;
  backdrop-filter: blur(6px);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gs5-modal-bg.active,
.gs5-yt-modal-bg.active {
  display: flex;
}

.gs5-modal-box {
  background: #110b09;
  width: 90% !important;
  max-width: 700px !important;
  position: relative !important;
  border: 1px solid #1e1510;
  max-height: 90vh;
  overflow-y: auto;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 0 auto !important;
  transform: none !important;
}

.gs5-modal-close,
.gs5-yt-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: 300;
  line-height: 1;
}

.gs5-modal-close:hover,
.gs5-yt-modal-close:hover {
  color: #c41a1a;
}

.gs5-modal-inner {
  display: grid !important;
  grid-template-columns: 300px 1fr !important;
  width: 100% !important;
}

.gs5-modal-cover {
  background-size: cover;
  background-position: center;
  border-right: 1px solid #1e1510;
  min-height: 300px !important;
  width: 100% !important;
}

.gs5-modal-body {
  padding: 20px;
  overflow-y: auto;
  max-height: 400px;
  width: 100% !important;
}

.gs5-modal-tag {
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #7a1010;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.gs5-modal-title {
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: #e8ddd5;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.gs5-modal-text {
  font-size: 14px;
  color: #6a5a52;
  line-height: 1.7;
  font-weight: 300;
}

.gs5-modal-text strong {
  color: #5a4a42;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}

.gs5-modal-player {
  border: 0;
  width: 100%;
  height: 280px;
  display: block;
  background: #000;
  border-top: 1px solid #1e1510;
}

.gs5-modal-btns {
  padding: 16px 24px;
  border-top: 1px solid #1e1510;
  display: flex;
  gap: 12px;
}

.gs5-yt-modal-box {
  width: 90% !important;
  max-width: 860px !important;
  position: relative !important;
  margin: 0 auto !important;
  left: auto !important;
  right: auto !important;
}

.gs5-yt-iframe {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  border: 0;
  display: block;
  background: #000;
}

/* ── RELEASE DATES ── */
.gs5-news-dates,
.gs5-modal-dates {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #65574f;
  margin: 8px 0 12px 0;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}

.gs5-date-bandcamp,
.gs5-date-platforms {
  white-space: nowrap;
}

/* ── LYRIC WALL ── */
.gs5-lyric-wall {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  isolation: isolate;
}

.gs5-lyric-wall::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif'),
                    url('https://gingersnap5.com/wp-content/uploads/2026/06/402107790_STATIC_NOISE_400.gif'),
                    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: cover, cover, 160px 160px;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center, center, top left;
  opacity: 0.17;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 1;
}

.gs5-lyric-content,
.gs5-lyric-overlay,
.gs5-lyric-wall::after {
  position: relative;
  z-index: 2;
}

/* ── WORDPRESS CONFLICT FIXES ── */
.site-header {
  margin: 0;
  padding: 0rem 0;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  display: none;
}

.entry-title {
  display: none;
}

.site-info,
.site-title,
.site-description,
.site-generator {
  display: none;
}

#colophon {
  display: none;
  border: none;
}

.gs5-timer-bar,
.gs5-socials,
.gs5-hero-row,
.gs5-disco,
.gs5-footer,
.gs5-modal-bg,
.gs5-yt-modal-bg {
  text-align: left;
}

.entry-content .gs5-timer-bar,
.entry-content .gs5-socials,
.entry-content .gs5-hero-row,
.entry-content .gs5-disco,
.entry-content .gs5-footer {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gs5-soc,
.gs5-soc:hover,
.gs5-timer-link,
.gs5-timer-link:hover,
.gs5-btn-red,
.gs5-btn-red:hover,
.gs5-btn-ghost,
.gs5-btn-ghost:hover {
  text-decoration: none !important;
  box-shadow: none !important;
}

.entry-content > div {
  margin-bottom: 0 !important;
}

.entry .entry-content,
.entry .entry-summary,
.gs5-dtile img {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 100% !important;
}

body.gs5-modal-open {
  overflow: auto !important;
}

.gs5-timer-bar,
.gs5-socials,
.gs5-hero-row,
.gs5-disco,
.gs5-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gs5-socials + *,
.gs5-timer-bar + *,
.gs5-hero-row + *,
.gs5-disco + * {
  margin-top: 0 !important;
}

.gs5-timer-bar .gs5-timer-label,
.gs5-timer-bar .gs5-timer-center,
.gs5-timer-bar .gs5-timer-more,
.gs5-socials .gs5-soc,
.gs5-disco .gs5-disco-head,
.gs5-disco .gs5-disco-grid,
.gs5-disco .gs5-disco-section-title,
.gs5-footer .gs5-footer-copy,
.gs5-footer .gs5-footer-ua {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.entry .entry-header {
  margin: 0 !important;
  padding: 0 !important;
}

.entry,
.entry-content,
.site-main,
.content-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .gs5-timer-bar {
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 8px; padding: 20px;
  }
  .gs5-timer-label {
    display: block !important;
    font-size: 14px !important;
    letter-spacing: 0.1em !important;
    text-align: center !important;
    white-space: normal !important;
    margin-bottom: 8px !important;
  }
  .gs5-timer-more { justify-content: center; }
  .gs5-tc-val { font-size: 52px; }
  .gs5-disco { padding: 24px 20px 32px; }
  .gs5-disco-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
}

@media (max-width: 640px) {
  .gs5-tc-unit { width: 80px !important; }
  .gs5-tc-unit:first-child { width: 100px !important; }
  .gs5-tc-val { font-size: 40px !important; }

  .gs5-hero-row { grid-template-columns: 1fr; height: auto; }
  .gs5-news { min-height: 320px; border-right: none; border-bottom: 1px solid #1e1510; }
  .gs5-video { height: 260px; }
  .gs5-video-tag { bottom: 20px !important; left: 20px !important; }
  .gs5-news-title { font-size: 48px; }
  .gs5-socials { padding: 14px 20px; }
  .gs5-footer  { padding: 16px 20px; }
  .gs5-logo-bar { padding: 18px 20px; }
  .gs5-disco-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }

  .gs5-modal-inner { grid-template-columns: 1fr !important; }
  .gs5-modal-cover { min-height: 240px; border-right: none; border-bottom: 1px solid #1e1510; }
  .gs5-modal-body { max-height: none !important; }
  .gs5-modal-btns { flex-direction: column; align-items: stretch; }
  .gs5-modal-player { height: 200px; }
}

@media (max-width: 480px) {
  .gs5-news-title { font-size: 38px; }
  .gs5-news-excerpt { font-size: 14px; }
  .gs5-disco-grid { grid-template-columns: repeat(3, 1fr); }
  .gs5-modal-title { font-size: 24px !important; }
  .gs5-modal-body { padding: 16px !important; }
  .gs5-modal-cover { min-height: 160px !important; }
}

@media (max-width: 400px) {
  .gs5-tc-unit { width: 70px !important; }
  .gs5-tc-unit:first-child { width: 88px !important; }
  .gs5-tc-val { font-size: 32px !important; }
}

@media (max-width: 768px) {
  .gs5-modal-bg, .gs5-yt-modal-bg {
    padding: 16px !important;
    overflow-y: auto !important;
  }
  .gs5-modal-box {
    width: 100% !important; max-width: 600px !important;
    box-sizing: border-box !important;
  }
  .gs5-modal-title { font-size: 28px !important; line-height: 1.2 !important; }
  .gs5-modal-text { font-size: 14px !important; line-height: 1.5 !important; }
}

@media (max-width: 768px) {
  .gs5-modal-bg,
  .gs5-yt-modal-bg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 48px 16px 16px !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }

  .gs5-modal-close,
  .gs5-yt-modal-close {
    position: fixed !important;
    top: 12px !important;
    right: 16px !important;
    font-size: 24px !important;
    z-index: 100000 !important;
  }
}