/*
Theme Name: At The Shore
Theme URI: https://attheshore.de
Author: At The Shore
Author URI: https://attheshore.de
Description: Modern Standalone Pop-Punk Theme for At The Shore - Neck Deep / Blink-182 Graphic Zine & Acid Volt Yellow Edition.
Version: 1.5.2
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: attheshore
*/

/* ==========================================================================
   1. ROOT VARIABLES & PALETTE (NECK DEEP GRAPHIC ZINE & VOLT YELLOW)
   ========================================================================== */
:root {
  --ats-black: #050507;
  --ats-black-elevated: rgba(0, 0, 0, 0.72);
  --ats-black-card: #08090d;
  --ats-white: #ffffff;
  
  /* Primary Skatepunk Volt Yellow */
  --ats-primary: #e4ff1a;          /* High-Voltage Acid / Volt Skate Yellow */
  --ats-primary-glow: rgba(228, 255, 26, 0.45);
  --ats-yellow: #e4ff1a;
  --ats-yellow-glow: rgba(228, 255, 26, 0.45);

  /* Graphic Offset Shadows (Neck Deep Neo-Brutalist Zine Style) */
  --ats-shadow-sm: 3px 3px 0 #000000;
  --ats-shadow-md: 5px 5px 0 #000000;
  --ats-shadow-yellow: 5px 5px 0 var(--ats-primary);
  --ats-shadow-white: 5px 5px 0 #ffffff;

  --ats-gray-100: #f8fafc;
  --ats-gray-300: #cbd5e1;
  --ats-gray-500: #94a3b8;
  --ats-gray-700: #334155;
  --ats-border: rgba(255, 255, 255, 0.2);
  
  --ats-font-display: 'Anton', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ats-font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ==========================================================================
   2. GLOBAL BASE & FULL-BLEED BACKGROUND
   ========================================================================== */
::selection {
  background: var(--ats-primary);
  color: #000000;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: var(--ats-black) !important;
  overflow-x: hidden;
  width: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* ==========================================================================
   STATIC FIXED BACKGROUND BACKDROP (100% LOCKED ON MOBILE & DESKTOP)
   ========================================================================== */
#ats-fixed-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background-image: linear-gradient(180deg, rgba(5, 5, 7, 0.45) 0%, rgba(5, 5, 7, 0.88) 100%),
                    url("https://attheshore.de/wp-content/uploads/2026/09/At_The-Shore_Presspic2_by_KatharinaRess_web.jpg") !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -9999 !important;
  pointer-events: none !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  will-change: transform;
}

body::before {
  content: "";
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background-image: linear-gradient(180deg, rgba(5, 5, 7, 0.45) 0%, rgba(5, 5, 7, 0.88) 100%),
                    url("https://attheshore.de/wp-content/uploads/2026/09/At_The-Shore_Presspic2_by_KatharinaRess_web.jpg") !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -9999 !important;
  pointer-events: none !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

body {
  background-color: transparent !important;
  background-image: none !important;
  background-attachment: scroll !important;
  color: var(--ats-white) !important;
  font-family: var(--ats-font-body);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

#wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: transparent !important;
}

#container,
#content,
main {
  background: transparent !important;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

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

/* ==========================================================================
   3. HEADER & PINNED WHITE CORNER LOGO
   ========================================================================== */
#header {
  position: sticky !important;
  top: 0;
  z-index: 10000;
  width: 100% !important;
  background: transparent !important;
  padding: 14px 0 !important;
}

#header-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 40px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

#site-title {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

#site-title h1 {
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

/* PURE WHITE LOGO PINNED TOP LEFT */
#logo {
  max-height: 52px !important;
  width: auto !important;
  display: block !important;
  filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.95)) !important;
  transition: transform 0.2s ease, filter 0.2s ease !important;
}

#logo:hover {
  transform: scale(1.05) rotate(-1deg);
  filter: brightness(0) invert(1) drop-shadow(0 0 16px rgba(255, 255, 255, 0.8)) !important;
}

.ats-header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  margin-left: auto !important;
}

/* ==========================================================================
   POP-PUNK LANGUAGE SWITCHER (DE / EN)
   ========================================================================== */
.ats-lang-switch {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid #ffffff;
  padding: 3px 6px;
  box-shadow: 4px 4px 0 var(--ats-primary);
  gap: 4px;
  font-family: var(--ats-font-display);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  user-select: none;
}

.ats-lang-switch:hover {
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 #ffffff;
}

.ats-lang-btn {
  background: transparent;
  border: none;
  color: var(--ats-gray-400);
  font-family: var(--ats-font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  cursor: pointer;
  padding: 3px 7px;
  transition: all 0.15s ease;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0;
}

.ats-lang-btn:hover {
  color: #ffffff;
}

.ats-lang-btn.active {
  color: #000000 !important;
  background: var(--ats-primary) !important;
  box-shadow: 2px 2px 0 #ffffff;
}

.ats-lang-divider {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
}

/* ==========================================================================
   MULTI-LANGUAGE INSTANT SWITCHING ARCHITECTURE (DE / EN)
   ========================================================================== */
html[lang="de"] .ats-trans-en,
html:not([lang="en"]) .ats-trans-en,
html[lang="de"] .ats-lang-en,
html:not([lang="en"]) .ats-lang-en {
  display: none !important;
}

html[lang="en"] .ats-trans-de,
html[lang="en"] .ats-lang-de {
  display: none !important;
}

html[lang="en"] .ats-trans-en,
html[lang="en"] .ats-lang-en {
  display: block !important;
}

span.ats-trans-en,
a.ats-trans-en,
button.ats-trans-en {
  display: inline !important;
}
html[lang="en"] span.ats-trans-en,
html[lang="en"] a.ats-trans-en,
html[lang="en"] button.ats-trans-en {
  display: inline !important;
}
html[lang="de"] span.ats-trans-de,
html:not([lang="en"]) span.ats-trans-de {
  display: inline !important;
}

#menu {
  margin-left: 0 !important;
}

#menu ul {
  display: flex !important;
  align-items: center !important;
  gap: 36px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#menu a {
  font-family: var(--ats-font-display) !important;
  font-size: 1.25rem !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  position: relative;
  padding: 8px 0 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95);
  transition: color 0.15s ease, transform 0.15s ease;
  display: inline-block !important;
}

#menu a:hover,
#menu .current-menu-item a,
#menu .current_page_item a {
  color: var(--ats-primary) !important;
  transform: translateY(-2px);
}

#menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--ats-primary);
  box-shadow: 0 0 8px var(--ats-primary);
  transition: width 0.2s ease;
}

#menu a:hover::after,
#menu .current-menu-item a::after,
#menu .current_page_item a::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  background: none !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  font-size: 28px !important;
  cursor: pointer;
  padding: 8px 10px;
  min-width: 44px;
  min-height: 44px;
  box-shadow: 3px 3px 0 var(--ats-primary);
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.menu-toggle:hover {
  background: var(--ats-primary) !important;
  color: #000000 !important;
  border-color: var(--ats-primary) !important;
  transform: translate(-1px, -1px);
}

/* Tablet adjustments */
@media (max-width: 991px) and (min-width: 769px) {
  #menu ul {
    gap: 18px !important;
  }
  #menu a {
    font-size: 1.05rem !important;
    letter-spacing: 1.5px !important;
  }
  #header-nav {
    padding: 0 24px !important;
  }
}

/* ==========================================================================
   4. FRONT PAGE HERO & BRUTALIST SOCIAL DOCK (NECK DEEP ZINE STYLE)
   ========================================================================== */
.ats-home-hero-dock {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  z-index: 999;
  width: 90%;
  max-width: 550px;
}

/* Comic / Zine Framed Social Dock */
.home-socials {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  padding: 16px 32px !important;
  background: rgba(0, 0, 0, 0.85) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 2px solid #ffffff !important;
  border-radius: 0 !important;
  box-shadow: 6px 6px 0 var(--ats-primary) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-socials:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--ats-primary) !important;
}

.home-socials a {
  font-size: 2.2rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px;
  min-height: 44px;
  transition: all 0.15s ease !important;
}

.home-socials a:hover {
  color: var(--ats-primary) !important;
  transform: scale(1.25) rotate(-3deg) !important;
  filter: drop-shadow(0 0 12px var(--ats-primary));
}

/* Neck Deep Style Tactile Punch Buttons with Hard Offset Shadows */
.ats-home-actions {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
}

.ats-hero-btn {
  font-family: var(--ats-font-display);
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 15px 30px;
  min-height: 52px;
  border-radius: 0 !important;
  transition: all 0.15s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.ats-hero-btn-primary {
  background: var(--ats-primary);
  color: #000000 !important;
  font-weight: 800;
  border: 3px solid #ffffff !important;
  box-shadow: 6px 6px 0 #000000;
}

.ats-hero-btn-primary:hover {
  background: #ffffff;
  color: #000000 !important;
  border-color: var(--ats-primary) !important;
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 var(--ats-primary);
}

.ats-hero-btn-primary:active {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #000000;
}

.ats-hero-btn-secondary {
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff !important;
  font-weight: 800;
  border: 3px solid #ffffff !important;
  box-shadow: 6px 6px 0 var(--ats-primary);
}

.ats-hero-btn-secondary:hover {
  background: var(--ats-primary);
  color: #000000 !important;
  border-color: #ffffff !important;
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 #ffffff;
}

.ats-hero-btn-secondary:active {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ats-primary);
}

/* Subtle Newsletter Trigger Button */
.ats-open-newsletter-trigger {
  background: #000000;
  border: 2px solid #ffffff;
  color: var(--ats-primary);
  font-family: var(--ats-font-display);
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 18px;
  box-shadow: 4px 4px 0 var(--ats-primary);
  transition: all 0.15s ease;
}

.ats-open-newsletter-trigger:hover {
  background: var(--ats-primary);
  color: #000000;
  border-color: #ffffff;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #ffffff;
}

/* ==========================================================================
   5. TRANSPARENT PAGE CONTAINERS (TOUR, ABOUT, CONTACT)
   ========================================================================== */
.ats-page-container,
.ats-tour-container,
.ats-shop-container,
.ats-about-container,
.ats-contact-container {
  max-width: 1100px;
  margin: 20px auto 60px;
  padding: 10px 20px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--ats-white);
  box-sizing: border-box;
}

.ats-tour-header,
.ats-shop-header,
.ats-contact-header,
.ats-page-header {
  text-align: center;
  margin-bottom: 35px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 25px;
}

.ats-tour-title,
.ats-shop-title,
.ats-contact-title,
.ats-page-title {
  font-family: var(--ats-font-display) !important;
  font-size: 4.5rem !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 0 10px 0 !important;
  line-height: 1.05;
  text-shadow: 4px 4px 0 #000000, 0 0 25px rgba(0, 0, 0, 0.9);
}

.ats-tour-subtitle,
.ats-shop-subtitle,
.ats-contact-subtitle,
.ats-page-subtitle {
  font-size: 1.25rem;
  color: var(--ats-primary);
  max-width: 650px;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

/* ==========================================================================
   6. BANDSINTOWN POP-PUNK INTEGRATION (NECK DEEP TOUR ROW CARDS)
   ========================================================================== */
.bit-widget,
.bit-container {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  font-family: var(--ats-font-body) !important;
}

.bit-event,
.bit-event-vertical-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: rgba(10, 11, 15, 0.88) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 2px solid #ffffff !important;
  border-left: 8px solid var(--ats-primary) !important;
  border-radius: 0 !important;
  padding: 20px 26px !important;
  margin-bottom: 20px !important;
  transition: all 0.15s ease !important;
  box-shadow: 6px 6px 0 #000000, 6px 6px 0 var(--ats-primary) !important;
  gap: 20px !important;
}

.bit-event:hover {
  background: rgba(18, 20, 28, 0.95) !important;
  border-color: #ffffff !important;
  border-left-color: var(--ats-primary) !important;
  transform: translate(-3px, -3px) !important;
  box-shadow: 9px 9px 0 #000000, 9px 9px 0 var(--ats-primary) !important;
}

.ats-event-media {
  width: 90px !important;
  height: 90px !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  border: 2px solid #ffffff !important;
  border-radius: 0 !important;
  background: #000000 !important;
  box-shadow: 3px 3px 0 #000000;
}

.ats-event-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 22% !important;
}

.bit-date-wrapper,
.bit-date,
.bit-eventInfo-datetime,
.bit-vertical-date {
  min-width: 95px !important;
  background: #000000 !important;
  border: 2px solid #ffffff !important;
  border-radius: 0 !important;
  padding: 12px 10px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--ats-font-display) !important;
  color: #ffffff !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  box-shadow: 3px 3px 0 var(--ats-primary) !important;
}

.bit-date-wrapper span,
.bit-eventInfo-datetimeText {
  font-family: var(--ats-font-display) !important;
  font-size: 2.2rem !important;
  color: #ffffff !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.bit-eventInfo-datetimeTime {
  font-size: 0.85rem !important;
  color: var(--ats-primary) !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-top: 4px !important;
}

.bit-details,
.bit-eventInfo-container,
.bit-details-inner-wrapper {
  flex-grow: 1 !important;
  padding: 0 !important;
  text-align: left !important;
}

.bit-venue,
.bit-eventInfo-venueName {
  font-family: var(--ats-font-display) !important;
  font-size: 2.2rem !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.1 !important;
  margin-bottom: 4px !important;
  text-shadow: 2px 2px 0 #000000;
}

.bit-location,
.bit-eventInfo-venueText,
.bit-eventInfo-venueAddress {
  font-size: 1.25rem !important;
  color: var(--ats-primary) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* Sharp Neck Deep Ticket Buttons */
.bit-button,
.bit-ticket-container a,
.bit-event-buttons a,
.bit-multi-ticket-button {
  display: inline-block !important;
  background: var(--ats-primary) !important;
  color: #000000 !important;
  font-family: var(--ats-font-display) !important;
  font-size: 1.25rem !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 14px 28px !important;
  border-radius: 0 !important;
  border: 2px solid #000000 !important;
  transition: all 0.15s ease !important;
  white-space: nowrap !important;
  font-weight: 800 !important;
  text-align: center !important;
  box-shadow: 4px 4px 0 #ffffff !important;
}

.bit-button:hover,
.bit-ticket-container a:hover,
.bit-event-buttons a:hover,
.bit-multi-ticket-button:hover {
  background: #ffffff !important;
  color: #000000 !important;
  transform: translate(-2px, -2px) !important;
  box-shadow: 6px 6px 0 var(--ats-primary) !important;
}

.bit-rsvp,
.bit-button-type-notify-me,
.bit-track-button {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  font-family: var(--ats-font-display) !important;
  font-size: 1.1rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 12px 22px !important;
  box-shadow: 3px 3px 0 var(--ats-primary) !important;
}

.bit-rsvp:hover,
.bit-button-type-notify-me:hover,
.bit-track-button:hover {
  border-color: var(--ats-primary) !important;
  color: var(--ats-primary) !important;
  transform: translate(-2px, -2px) !important;
  box-shadow: 5px 5px 0 #ffffff !important;
}

.bit-play-my-city-wrapper,
.bit-follow-section-wrapper,
.bit-signup-section-wrapper,
.bit-logo-container {
  display: none !important;
}

/* ==========================================================================
   7. PROMOTER BOOKING CALLOUT
   ========================================================================== */
.ats-booking-callout {
  background: rgba(10, 11, 15, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 3px solid #ffffff !important;
  border-radius: 0 !important;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 45px 0 35px;
  box-shadow: 8px 8px 0 var(--ats-primary);
}

.ats-booking-text h3 {
  font-family: var(--ats-font-display) !important;
  font-size: 2rem !important;
  color: #ffffff !important;
  margin: 0 0 6px 0 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ats-booking-text p {
  color: var(--ats-gray-300);
  margin: 0 !important;
  font-size: 1.05rem;
}

.ats-btn-outline {
  display: inline-block;
  border: 3px solid var(--ats-primary);
  color: #ffffff !important;
  background: transparent;
  font-family: var(--ats-font-display) !important;
  font-size: 1.25rem !important;
  letter-spacing: 2px;
  padding: 14px 28px !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  transition: all 0.15s ease;
  white-space: nowrap;
  box-shadow: 5px 5px 0 var(--ats-primary);
}

.ats-btn-outline:hover {
  background: var(--ats-primary) !important;
  color: #000000 !important;
  font-weight: 800;
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 #ffffff;
}

/* ==========================================================================
   7B. BIG CARTEL SHOP & MERCH PRODUCTS GRID (NECK DEEP ZINE STYLE)
   ========================================================================== */
.ats-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 36px;
  align-items: stretch;
  margin-bottom: 50px;
}

.ats-product-card {
  background: #090a0f;
  border: 3px solid #ffffff;
  box-shadow: 7px 7px 0 var(--ats-primary);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}

.ats-product-card:hover {
  transform: translate(-4px, -4px) rotate(0.8deg);
  box-shadow: 11px 11px 0 var(--ats-primary);
  border-color: var(--ats-primary);
}

.ats-product-card.is-sold-out {
  opacity: 0.75;
}

.ats-product-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #000000;
  border-bottom: 3px solid #ffffff;
  display: block;
  text-decoration: none;
}

.ats-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ats-product-card:hover .ats-product-img {
  transform: scale(1.06);
}

.ats-product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ats-font-display);
  font-size: 1.5rem;
  color: var(--ats-gray-500);
}

.ats-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-family: var(--ats-font-display);
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  background: #000000;
  color: var(--ats-primary);
  border: 2px solid var(--ats-primary);
  padding: 4px 10px;
  box-shadow: 3px 3px 0 #000000;
  text-transform: uppercase;
}

.ats-product-soldout-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-family: var(--ats-font-display);
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  background: #dc2626;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 4px 10px;
  box-shadow: 3px 3px 0 #000000;
  text-transform: uppercase;
}

.ats-product-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 18px;
  background: #090a0f;
}

.ats-product-title {
  font-family: var(--ats-font-display);
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: 1.5px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #000000;
}

.ats-product-title a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.ats-product-title a:hover {
  color: var(--ats-primary) !important;
}

.ats-product-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.ats-product-price {
  font-family: var(--ats-font-display);
  font-size: 1.7rem;
  color: var(--ats-primary);
  letter-spacing: 1px;
  font-weight: 800;
  text-shadow: 2px 2px 0 #000000;
}

.ats-product-tax-note {
  font-size: 0.8rem;
  color: var(--ats-gray-500);
}

.ats-product-sizes {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.ats-sizes-label {
  font-family: var(--ats-font-display);
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  color: var(--ats-gray-500);
}

.ats-sizes-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.ats-size-chip {
  display: inline-block;
  font-family: var(--ats-font-display);
  font-size: 0.85rem;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 2px 8px;
}

.ats-product-btn {
  width: 100%;
  margin-top: auto;
  padding: 14px 20px;
  font-size: 1.15rem;
  letter-spacing: 2px;
}

/* Big Cartel Info Box */
.ats-shop-info-box {
  background: rgba(10, 11, 15, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 3px solid #ffffff !important;
  border-radius: 0 !important;
  padding: 30px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 40px 0 20px;
  box-shadow: 8px 8px 0 var(--ats-primary);
}

.ats-shop-info-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ats-shop-info-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.ats-shop-info-text h3 {
  font-family: var(--ats-font-display) !important;
  font-size: 1.75rem !important;
  color: #ffffff !important;
  margin: 0 0 6px 0 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #000000;
}

.ats-shop-info-text p {
  font-size: 1rem;
  color: var(--ats-gray-300);
  margin: 0;
  line-height: 1.5;
}

.ats-shop-all-btn {
  white-space: nowrap;
  flex-shrink: 0;
}

/* ==========================================================================
   8. ABOUT PAGE (NECK DEEP PHOTO GALLERY & ZINE STYLING)
   ========================================================================== */
.ats-about-hero-media {
  margin-bottom: 35px;
}

.ats-about-hero-img {
  width: 100% !important;
  max-height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 3px solid #ffffff;
  box-shadow: 8px 8px 0 var(--ats-primary);
}

.ats-credit {
  font-size: 0.85rem;
  color: var(--ats-gray-500);
  margin-top: 10px;
  text-align: right;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.ats-about-heading {
  font-family: var(--ats-font-display) !important;
  font-size: 3.2rem !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 1.15;
  margin: 0 0 24px 0 !important;
  text-shadow: 3px 3px 0 #000000;
}

.ats-about-text {
  font-size: 1.2rem;
  line-height: 1.85;
  color: #f1f5f9;
  margin-bottom: 24px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.ats-about-text strong {
  color: #ffffff;
  font-weight: 700;
}

/* Tilted Photo Grid in Neck Deep Zine Look */
.ats-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 45px 0;
}

.ats-grid-item {
  border-radius: 0 !important;
  overflow: hidden;
  border: 3px solid #ffffff;
  aspect-ratio: 4 / 3;
  box-shadow: 6px 6px 0 var(--ats-primary);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ats-grid-item:nth-child(1):hover {
  transform: scale(1.04) rotate(-1.5deg);
  box-shadow: 10px 10px 0 var(--ats-primary);
}

.ats-grid-item:nth-child(2):hover {
  transform: scale(1.04) translateY(-4px);
  box-shadow: 10px 10px 0 #ffffff;
}

.ats-grid-item:nth-child(3):hover {
  transform: scale(1.04) rotate(1.5deg);
  box-shadow: 10px 10px 0 var(--ats-primary);
}

.ats-grid-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Position band on lawn correctly - show entire band instead of only feet */
.ats-photo-grid .ats-grid-item:nth-child(1) .ats-grid-img {
  object-position: center 10% !important;
}

/* Position 3rd photo (lying on turf) so the band is not cut off at the bottom */
.ats-photo-grid .ats-grid-item:nth-child(3) .ats-grid-img {
  object-position: center 60% !important;
}

.ats-separator {
  border: none;
  height: 2px;
  background: var(--ats-primary);
  box-shadow: 0 0 10px var(--ats-primary);
  margin: 45px 0;
}

.ats-subheading {
  font-family: var(--ats-font-display) !important;
  font-size: 2.4rem !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 16px 0 !important;
}

.ats-epk-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
  flex-wrap: wrap;
}

.ats-btn-fill {
  display: inline-block;
  background: var(--ats-primary) !important;
  color: #000000 !important;
  font-weight: 800;
  font-family: var(--ats-font-display) !important;
  font-size: 1.25rem !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 15px 28px !important;
  border-radius: 0 !important;
  border: 3px solid #ffffff;
  box-shadow: 6px 6px 0 #000000;
  transition: all 0.15s ease;
}

.ats-btn-fill:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: var(--ats-primary);
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 var(--ats-primary);
}

.ats-btn-outline-alt {
  display: inline-block;
  border: 3px solid #ffffff;
  color: #ffffff !important;
  background: #000000;
  font-family: var(--ats-font-display) !important;
  font-size: 1.25rem !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 13px 26px !important;
  border-radius: 0 !important;
  box-shadow: 6px 6px 0 var(--ats-primary);
  transition: all 0.15s ease;
}

.ats-btn-outline-alt:hover {
  background: var(--ats-primary) !important;
  color: #000000 !important;
  border-color: #ffffff;
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 #ffffff;
}

/* ==========================================================================
   9. CONTACT PAGE (TRANSPARENT & SHARP FORMS)
   ========================================================================== */
.ats-direct-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000000;
  border: 3px solid var(--ats-primary);
  padding: 12px 26px;
  border-radius: 0 !important;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--ats-primary);
  transition: all 0.15s ease;
}

.ats-direct-mail:hover {
  background: var(--ats-primary);
  color: #000000;
  font-weight: 800;
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 #ffffff;
}

.ats-form-section {
  background: rgba(10, 11, 15, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 3px solid #ffffff;
  border-radius: 0 !important;
  padding: 35px;
  margin-top: 35px;
  box-shadow: 8px 8px 0 var(--ats-primary);
}

.ats-form-heading {
  font-family: var(--ats-font-display) !important;
  font-size: 2.2rem !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 25px 0 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ats-form-heading::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 28px;
  background: var(--ats-primary);
}

.wpforms-container {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.wpforms-field-label {
  color: #ffffff !important;
  font-family: var(--ats-font-display);
  font-size: 1.1rem !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.wpforms-field-sublabel {
  color: var(--ats-gray-500) !important;
  font-size: 0.75rem !important;
  text-transform: uppercase;
}

.wpforms-field input,
.wpforms-field textarea {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 2px solid var(--ats-border) !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  padding: 14px 18px !important;
  font-size: 1.05rem !important;
  transition: all 0.15s ease !important;
  box-sizing: border-box !important;
}

.wpforms-field input:focus,
.wpforms-field textarea:focus {
  border-color: var(--ats-primary) !important;
  box-shadow: 4px 4px 0 var(--ats-primary) !important;
  outline: none !important;
}

.wpforms-submit-container button[type="submit"] {
  background: var(--ats-primary) !important;
  color: #000000 !important;
  font-family: var(--ats-font-display) !important;
  font-size: 1.35rem !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 3px solid #ffffff !important;
  border-radius: 0 !important;
  padding: 16px 36px !important;
  width: 100%;
  cursor: pointer;
  transition: all 0.15s ease;
  margin-top: 15px;
  font-weight: 800;
  box-shadow: 6px 6px 0 #000000;
}

.wpforms-submit-container button[type="submit"]:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: var(--ats-primary) !important;
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 var(--ats-primary);
}

/* ==========================================================================
   9B. LEGAL PAGES (IMPRESSUM, DATENSCHUTZ, COOKIES)
   ========================================================================== */
.ats-legal-container {
  max-width: 960px !important;
  margin: 20px auto 80px;
}

.ats-legal-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ats-legal-card {
  background: rgba(9, 10, 15, 0.9) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 3px solid #ffffff;
  box-shadow: 7px 7px 0 var(--ats-primary);
  padding: 36px 40px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ats-legal-card:hover {
  transform: translateY(-2px);
  box-shadow: 9px 9px 0 var(--ats-primary);
}

.ats-legal-heading {
  font-family: var(--ats-font-display) !important;
  font-size: 2rem !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 18px 0 !important;
  line-height: 1.15;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.25);
  padding-bottom: 12px;
  text-shadow: 2px 2px 0 #000000;
}

.ats-legal-sub {
  font-family: var(--ats-font-display) !important;
  font-size: 1.3rem !important;
  color: var(--ats-primary) !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 20px 0 8px 0 !important;
}

.ats-legal-body p {
  color: var(--ats-gray-300);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 14px 0;
}

.ats-legal-lead {
  font-size: 1.15rem !important;
  color: #ffffff !important;
  line-height: 1.8 !important;
}

.ats-legal-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
}

.ats-legal-list li {
  color: var(--ats-gray-300);
  font-size: 1.05rem;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.ats-legal-list li::before {
  content: "➔";
  position: absolute;
  left: 0;
  color: var(--ats-primary);
  font-weight: bold;
}

.ats-legal-link {
  color: var(--ats-primary) !important;
  text-decoration: underline !important;
  word-break: break-all;
  transition: color 0.15s ease;
}

.ats-legal-link:hover {
  color: #ffffff !important;
}

/* Complianz Cookie & Consent Integration */
.cmplz-document {
  background: transparent !important;
  color: var(--ats-white) !important;
  padding: 0 !important;
  border: none !important;
}

.cmplz-document h2,
.cmplz-document h3,
.cmplz-document h4 {
  font-family: var(--ats-font-display) !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin: 32px 0 14px 0 !important;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.25);
  padding-bottom: 8px;
}

.cmplz-document p,
.cmplz-document li {
  color: var(--ats-gray-300) !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
}

.cmplz-document a {
  color: var(--ats-primary) !important;
  text-decoration: underline !important;
}

.cmplz-document a:hover {
  color: #ffffff !important;
}

/* Complianz Cookie Tables */
.cmplz-document table,
.cmplz-theme-wrapper table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 20px 0 !important;
  border: 2px solid #ffffff !important;
  box-shadow: 4px 4px 0 var(--ats-primary);
  background: rgba(0, 0, 0, 0.8) !important;
}

.cmplz-document th,
.cmplz-theme-wrapper th {
  background: rgba(255, 255, 255, 0.12) !important;
  color: var(--ats-primary) !important;
  font-family: var(--ats-font-display) !important;
  font-size: 1.1rem !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  padding: 12px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  text-align: left;
}

.cmplz-document td,
.cmplz-theme-wrapper td {
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: var(--ats-gray-300) !important;
  font-size: 0.95rem !important;
}

/* Complianz Consent Buttons */
.cmplz-manage-consent,
.cmplz-btn,
button.cmplz-btn {
  background: var(--ats-primary) !important;
  color: #000000 !important;
  font-family: var(--ats-font-display) !important;
  font-size: 1.1rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  border: 2px solid #000000 !important;
  padding: 10px 22px !important;
  border-radius: 0 !important;
  box-shadow: 4px 4px 0 #ffffff !important;
  cursor: pointer !important;
  font-weight: 800 !important;
  transition: all 0.15s ease !important;
  margin-top: 10px;
}

.cmplz-manage-consent:hover,
.cmplz-btn:hover,
button.cmplz-btn:hover {
  background: #ffffff !important;
  color: #000000 !important;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ats-primary) !important;
}

/* ==========================================================================
   10. POP-PUNK NEWSLETTER POPUP MODAL (NECK DEEP DIY ZINE STYLE)
   ========================================================================== */
.ats-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: atsFadeIn 0.3s ease;
}

.ats-modal-box {
  position: relative;
  width: 100%;
  max-width: 530px;
  background: var(--ats-black-card);
  border: 3px solid #ffffff;
  border-radius: 0 !important;
  box-shadow: 10px 10px 0 var(--ats-primary);
  padding: 42px 40px;
  text-align: center;
  box-sizing: border-box;
  animation: atsSlideUp 0.35s ease;
}

.ats-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: transparent;
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.15s ease;
  padding: 2px 8px;
}

.ats-modal-close:hover {
  color: var(--ats-primary);
  transform: scale(1.2) rotate(90deg);
}

/* Angled Neck Deep Sticker Ribbon Badge */
.ats-modal-badge {
  display: inline-block;
  background: var(--ats-primary);
  border: 2px solid #000000;
  color: #000000;
  font-family: var(--ats-font-display);
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 5px 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 4px 4px 0 #ffffff;
  transform: rotate(-2deg);
}

.ats-modal-title {
  font-family: var(--ats-font-display) !important;
  font-size: 3rem !important;
  color: #ffffff !important;
  letter-spacing: 2.5px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 14px 0 !important;
  text-shadow: 3px 3px 0 #000000;
}

.ats-modal-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ats-gray-300);
  margin: 0 0 28px 0;
}

.ats-modal-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ats-form-row {
  width: 100%;
}

.ats-input-field {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  border: 3px solid #ffffff;
  border-radius: 0 !important;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 1.15rem;
  font-family: var(--ats-font-body);
  text-align: center;
  box-sizing: border-box;
  transition: all 0.15s ease;
}

.ats-input-field:focus {
  outline: none;
  border-color: var(--ats-primary);
  box-shadow: 4px 4px 0 var(--ats-primary);
}

.ats-nl-submit {
  width: 100%;
  padding: 16px 24px;
  font-size: 1.35rem;
  cursor: pointer;
  background: var(--ats-primary);
  color: #000000 !important;
  font-weight: 800;
  border: 3px solid #ffffff;
  box-shadow: 5px 5px 0 #000000;
  transition: all 0.15s ease;
}

.ats-nl-submit:hover {
  background: #ffffff;
  color: #000000 !important;
  border-color: var(--ats-primary);
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--ats-primary);
}

.ats-modal-privacy {
  font-size: 0.85rem;
  color: var(--ats-gray-500);
  margin: 14px 0 0 0;
  letter-spacing: 0.5px;
}

.ats-modal-msg {
  padding: 14px 18px;
  font-family: var(--ats-font-display);
  font-size: 1.15rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 14px;
}

.ats-msg-success {
  background: #000000;
  border: 2px solid var(--ats-primary);
  color: var(--ats-primary);
  box-shadow: 4px 4px 0 var(--ats-primary);
}

.ats-msg-error {
  background: #000000;
  border: 2px solid #ef4444;
  color: #f87171;
  box-shadow: 4px 4px 0 #ef4444;
}

@keyframes atsFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes atsSlideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* ==========================================================================
   11. FOOTER
   ========================================================================== */
#footer {
  position: relative !important;
  width: 100%;
  background: transparent !important;
  border-top: 2px dashed rgba(255, 255, 255, 0.2) !important;
  padding: 24px 0 !important;
  margin-top: auto !important;
  z-index: 1000;
}

body.home #footer {
  position: fixed !important;
  bottom: 0;
  left: 0;
}

#footer ul {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 32px !important;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

#footer a {
  font-family: var(--ats-font-display) !important;
  font-size: 1rem !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ats-gray-500) !important;
  text-decoration: none !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  transition: color 0.15s ease;
}

#footer a:hover {
  color: var(--ats-primary) !important;
}

/* ==========================================================================
   11B. SUPPRESS EXTERNAL/MAILPOET POPUPS & OVERLAYS
   ========================================================================== */
.mailpoet_form_popup,
.mailpoet_form_popup_overlay,
.mailpoet_form_position_,
#mp_form_popup1,
div[class*="mailpoet_form_popup"],
div[id*="mp_form_popup"],
div[class*="mailpoet_form_overlay"],
.mailpoet_form_overlay_animation {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  z-index: -9999 !important;
}

/* ==========================================================================
   12. RESPONSIVE OPTIMIZATIONS FOR ALL SCREENS & DEVICES
   ========================================================================== */
/* Smartphones & Tablets (Landscape & Portrait) */
@media (max-width: 768px) {
  #header-nav {
    padding: 0 18px !important;
  }

  #logo {
    max-height: 38px !important;
  }

  .ats-header-actions {
    gap: 12px !important;
  }

  .ats-lang-switch {
    padding: 2px 5px;
    box-shadow: 3px 3px 0 var(--ats-primary);
  }

  .ats-lang-btn {
    font-size: 0.88rem;
    padding: 2px 5px;
  }

  .menu-toggle {
    display: flex !important;
  }

  #menu ul {
    display: none !important;
  }

  #menu.toggled ul {
    display: flex !important;
    flex-direction: column !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.96) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-left: 5px solid var(--ats-primary);
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.95);
    padding: 85px 30px 40px;
    gap: 26px !important;
    align-items: flex-start !important;
    z-index: 99999;
  }

  #menu.toggled a {
    font-size: 1.75rem !important;
    color: #ffffff !important;
  }

  .ats-home-hero-dock {
    width: 92%;
    gap: 18px;
  }

  .home-socials {
    padding: 12px 20px !important;
    gap: 16px !important;
  }

  .home-socials a {
    min-width: 38px;
    min-height: 38px;
  }

  .home-socials svg {
    width: 24px;
    height: 24px;
  }

  .ats-tour-title,
  .ats-shop-title,
  .ats-contact-title,
  .ats-page-title {
    font-size: 2.8rem !important;
  }

  .ats-products-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ats-shop-info-box {
    flex-direction: column;
    text-align: center;
    padding: 24px 18px;
  }

  .ats-shop-info-content {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .ats-shop-all-btn {
    width: 100%;
    display: block;
    text-align: center;
  }

  .bit-event,
  .bit-event-vertical-wrapper {
    flex-direction: column !important;
    text-align: center !important;
    padding: 22px 18px !important;
    gap: 16px !important;
  }

  .ats-event-media {
    width: 95px !important;
    height: 95px !important;
  }

  .bit-details,
  .bit-eventInfo-container {
    padding: 10px 0 !important;
    text-align: center !important;
  }

  .bit-button,
  .bit-ticket-container a,
  .bit-event-buttons a {
    width: 100% !important;
    display: block !important;
    padding: 15px 16px !important;
  }

  .ats-booking-callout {
    flex-direction: column;
    text-align: center;
    padding: 24px 18px;
  }

  .ats-btn-outline {
    width: 100%;
    display: block;
  }

  .ats-photo-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ats-grid-item {
    aspect-ratio: 16 / 10;
  }

  .ats-epk-actions {
    flex-direction: column;
  }

  .ats-btn-fill,
  .ats-btn-outline-alt {
    width: 100%;
    text-align: center;
  }

  #footer ul {
    gap: 16px !important;
    flex-wrap: wrap;
    padding: 0 16px !important;
  }

  .ats-modal-box {
    padding: 32px 20px;
  }

  .ats-modal-title {
    font-size: 2.2rem !important;
  }

  .ats-legal-card {
    padding: 24px 18px;
  }

  .ats-legal-heading {
    font-size: 1.55rem !important;
  }
}

/* Extra Small Screens (Smartphones < 480px) */
@media (max-width: 480px) {
  .ats-home-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .ats-hero-btn {
    width: 100%;
    padding: 14px 18px;
    font-size: 1.1rem;
  }

  .ats-modal-title {
    font-size: 2rem !important;
  }

  .ats-input-field {
    font-size: 1rem;
    padding: 14px 16px;
  }
}

/* Landscape mode on small devices */
@media (max-height: 520px) {
  .ats-home-hero-dock {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 30px auto;
  }

  body.home #footer {
    position: relative !important;
  }
}
