/*
Theme Name: Chcem Tu Zostať
Theme URI: https://example.com/chcem-tu-zostat
Author: Milos
Description: Custom WordPress theme for the Chcem tu zostať initiative.
Version: 1.0.0
Text Domain: chcem-tu-zostat
*/

:root {
  --purple-700: #5a12d6;
  --purple-600: #9333EA;
  --purple-500: #7a36ff;
  --purple-400: #8d4eff;
  --purple-200: #f1e6ff;
  --lavender-200: #ebdfff;
  --lavender-100: #f5edff;
  --yellow: #fbe945;
  --yellow-bright: #F2FF00;
  --pink-500: #ff4fd8;
  --pink-400: #ff75e3;
  --pink-200: #ffd9ff;
  --green-500: #3cd278;
  --indigo-500: #715cff;
  --orange-400: #ffb873;
  --white: #ffffff;
  --black: #0d0d12;
  --text-dark: #1a1a1f;
  --text-muted: #4a4a57;
  --bg-light: #f8f8fb;
  --footer-bg: #0f111c;
  --footer-surface: #0b0c14;
  --footer-muted: #F988F9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--text-dark);
  background: var(--white);
}

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

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.single-post__article {
  max-width: 760px;
  margin: 96px auto;
}

.single-post__header {
  margin-bottom: 40px;
}

.single-post__title {
  margin: 0;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--purple-600);
}

.single-post__content {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-dark);
}

.single-post__content > *:first-child {
  margin-top: 0;
}

.single-post__content a {
  color: var(--purple-600);
  text-decoration: underline;
}

.single-post__empty {
  text-align: center;
  color: var(--text-muted);
  font-size: 18px;
}

.page-documents__content {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 88px) 0 clamp(100px, 12vw, 140px);
}

.page-documents__content > *:first-child {
  margin-top: 0;
}

.page-documents__content > *:last-child {
  margin-bottom: 0;
}

.page-documents__empty {
  text-align: center;
  color: var(--text-muted);
  font-size: 18px;
  padding: clamp(60px, 10vw, 100px) 0;
}

.page-default {
  background: var(--white);
}

.page-default__section {
  padding: 60px;
}

.page-default__content {
  max-width: 880px;
  margin: 0 auto;
}

.page-entry__content > *:first-child {
  margin-top: 0;
}

.page-entry__title {
  margin: 0 0 24px;
  font-family: "Anton", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  color: var(--purple-600);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.page-entry__header {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.page-entry__content > *:last-child {
  margin-bottom: 0;
}

.page-entry__content > * + * {
  margin-top: 1.6em;
}

.page-default__empty {
  text-align: center;
  color: var(--text-muted);
  font-size: 18px;
}

.hero-page .overlay {
  background: linear-gradient(135deg, rgba(122, 54, 255, 0.65), rgba(122, 54, 255, 0.4));
}

.hero-page .hero-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hero-page .hero-content h1 {
  margin-bottom: 16px;
}

.hero-page .hero-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}

.page-documents__section {
  background: var(--white);
}

.documents-intro {
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vw, 48px);
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  color: var(--text-dark);
}

.documents-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(122, 54, 255, 0.35);
  border-bottom: 1px solid rgba(122, 54, 255, 0.35);
}

/* Custom Product Page Styles */
.custom-product-page {
    padding-top: 40px;
    padding-bottom: 80px;
}

/* Breadcrumbs */
.ctz-breadcrumbs {
    margin-bottom: 40px;
    font-size: 14px;
    color: var(--text-muted);
}

.ctz-breadcrumbs a {
    color: var(--text-muted);
    transition: color 0.2s;
}

.ctz-breadcrumbs a:hover {
    color: var(--black);
}

.ctz-breadcrumbs .separator {
    margin: 0 8px;
}

.ctz-breadcrumbs .current {
    color: var(--black);
    font-weight: 600;
}

/* Layout */
.product-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    margin-bottom: 100px;
}

@media (max-width: 900px) {
    .product-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Gallery */
.product-gallery-section {
    display: flex;
    gap: 20px;
}

.gallery-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100px;
    flex-shrink: 0;
}

.thumb-item {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
    background: #f5f5f5;
}

.thumb-item.active {
    border-color: var(--black);
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-main-image {
    flex-grow: 1;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f5f5;
}

.gallery-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 600px) {
    .product-gallery-section {
        flex-direction: column-reverse;
    }
    
    .gallery-thumbnails {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
    }
    
    .thumb-item {
        width: 80px;
    }
}

/* Product Info */
.product-info-section {
    padding-top: 20px;
}

.product-title {
    font-family: "Anton", sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    margin: 0 0 15px;
    color: var(--black);
}

.product-price-wrapper {
    font-family: "Anton", sans-serif;
    font-size: 32px;
    color: var(--black);
    margin-bottom: 30px;
}

.product-short-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 40px;
}

/* Add to Cart Form Styling */
.custom-add-to-cart .variations {
    margin-bottom: 30px;
    width: 100%;
}

.custom-add-to-cart .variations tr {
    display: block;
    margin-bottom: 20px;
}

.custom-add-to-cart .variations td {
    display: block;
    padding: 0;
}

.custom-add-to-cart .variations .label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--text-muted);
    font-size: 14px;
}

.custom-add-to-cart .reset_variations {
    display: none !important;
}

/* Style standard selects to look decent if JS replacement isn't ready */
.custom-add-to-cart select {
    width: 100%;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-family: inherit;
    font-size: 16px;
    background-color: #fff;
}

.custom-add-to-cart .single_variation_wrap {
    margin-top: 30px;
}

.custom-add-to-cart .woocommerce-variation-price {
    margin-bottom: 20px;
    font-family: "Anton", sans-serif;
    font-size: 24px;
}

.custom-add-to-cart .cart {
    display: flex;
    gap: 20px;
    align-items: center;
}

.custom-add-to-cart .quantity {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 99px;
    padding: 5px 20px;
    height: 56px;
}

.custom-add-to-cart .quantity input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    -moz-appearance: textfield;
}

.custom-add-to-cart .quantity input::-webkit-outer-spin-button,
.custom-add-to-cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-add-to-cart .single_add_to_cart_button {
    background: var(--black);
    color: var(--white);
    border: none;
    height: 56px;
    padding: 0 40px;
    border-radius: 99px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-add-to-cart .single_add_to_cart_button:hover {
    background: #333;
}

/* Related Products */
.related-products-wrapper {
    margin-top: 80px;
}

.related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .related-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .related-products-grid {
        grid-template-columns: 1fr;
    }
}

.related-product-card {
    display: flex;
    flex-direction: column;
}

.related-product-card a {
    text-decoration: none;
    color: inherit;
}

.related-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    background: #f5f5f5;
    margin-bottom: 15px;
    overflow: hidden;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.related-product-card:hover .related-image img {
    transform: scale(1.05);
}

.related-title {
    font-family: "Anton", sans-serif;
    font-size: 20px;
    margin: 0 0 5px;
    color: var(--black);
}

.related-price {
    font-family: "Anton", sans-serif;
    font-size: 18px;
    color: var(--black);
}

.document-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(26px, 4vw, 36px) 0;
}

.document-card__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.document-card + .document-card {
  border-top: 1px solid rgba(122, 54, 255, 0.35);
}

.document-card__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 2.4vw, 22px);
  color: var(--purple-600);
  transition: color 0.2s ease, transform 0.2s ease;
}

.document-card__title:hover {
  color: var(--purple-400);
  transform: translateX(2px);
}

.document-card__title:focus-visible,
.document-card__cta:focus-visible {
  outline: 3px solid rgba(122, 54, 255, 0.4);
  outline-offset: 4px;
}

.document-card__title-arrow {
  font-size: 0.9em;
}

.document-card__source {
  margin: -4px 0 0;
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}

.document-card__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
}

.document-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 9999px;
  background: var(--purple-600);
  color: #e9fe53;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .document-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .document-card__text {
    width: 100%;
  }

  .document-card__cta {
    align-self: flex-start;
  }

  .engage-grid {
    grid-template-columns: 1fr;
  }
}

.document-single {
  background: var(--white);
}

.document-single__section {
  padding: clamp(60px, 8vw, 120px) 0 clamp(80px, 10vw, 140px);
}

.document-single__content {
  margin: 0 auto;
  text-align: center;
}

.document-single__entry {
  margin: 0;
}

.document-single__body {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  width: min(960px, 92vw);
  margin: 0 auto;
}

.document-single__body > *:first-child {
  margin-top: 0;
}

.document-single__body > *:last-child {
  margin-bottom: 0;
}

.document-single__cta {
  display: inline-flex;
  margin-top: clamp(24px, 4vw, 40px);
  padding: 14px 32px;
  border-radius: 9999px;
  background: var(--purple-600);
  color: #e9fe53;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.document-single__back {
  margin-top: clamp(32px, 5vw, 48px);
  font-weight: 600;
}

.document-single__back a {
  color: var(--purple-600);
  text-decoration: none;
}

.hero-document {
  background: var(--white);
  color: var(--purple-600);
}

.hero-document .overlay {
  background: transparent;
}

.hero-document .hero-content p {
  font-size: 18px;
  line-height: 1.7;
}

.section-heading {
  text-align: center;
  margin-bottom: 56px;
}

.section-heading h2 {
  margin: 0 0 12px;
  font-family: "Anton", sans-serif;
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 400;
  color: var(--text-dark);
  letter-spacing: 0.01em;
}

.section-heading p {
  margin: 0;
  font-size: 18px;
  color: var(--text-muted);
}

/* Universal page section title */
.page-section-title {
  font-family: "Anton", sans-serif;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 400;
  color: var(--purple-600);
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.3;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar {
  background: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px 0;
  font-family: "Montserrat", sans-serif;
}

.logo {
  display: inline-flex;
  align-items: center;
  height: 58px;
}

.logo img {
  display: block;
  height: 100%;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 32px;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-dark);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin: 0;
  list-style: none;
  position: relative;
}

.nav-links a {
  position: relative;
  display: inline-block;
  color: var(--text-dark);
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--purple-600);
}

/* Dropdown Menu Styles */
.navbar {
  position: relative;
}

.nav-links .menu-item-has-children {
  position: relative;
}

.nav-links .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  margin: 0;
  padding: 18px 0;
  list-style: none;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  z-index: 20;
  margin-top: 12px;
}

.nav-links .sub-menu li {
  width: 100%;
}

.nav-links .sub-menu a {
  display: block;
  padding: 10px 24px;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.nav-links .sub-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.nav-links .menu-item-has-children:hover > .sub-menu,
.nav-links .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

.nav-links .sub-menu a:hover,
.nav-links .sub-menu a:focus {
  color: var(--purple-600);
  background: rgba(111, 44, 255, 0.08);
}

/* Remove decorative underline indicators */
.nav-links a::after,
.nav-links .menu-item-has-children > a::after {
  content: none;
}

/* Hide submenu toggle on desktop */
.submenu-toggle {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(13, 13, 18, 0.12);
  background: transparent;
  color: var(--text-dark);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(13, 13, 18, 0.05);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--purple-600);
  outline-offset: 2px;
}

.nav-toggle-bar {
  position: relative;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.2s ease, top 0.2s ease;
}

.nav-toggle-bar::before {
  top: -6px;
}

.nav-toggle-bar::after {
  top: 6px;
}

.nav-toggle[aria-expanded="true"] {
  color: var(--purple-600);
  border-color: rgba(147, 51, 234, 0.4);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after {
  top: 0;
  transform: rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--purple-600);
  color: var(--white);
  box-shadow: 0 14px 35px rgba(111, 44, 255, 0.25);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(111, 44, 255, 0.3);
}

.btn-outline {
  border: 2px solid var(--white);
  color: var(--white);
  padding: 11px 26px;
  background: transparent;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
  color:  var(--purple-600);
}

.icon {
  --icon-asset: none;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: var(--purple-600);
  -webkit-mask-image: var(--icon-asset);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: var(--icon-asset);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.icon-facebook {
  --icon-asset: url('icons/facebook.svg');
}

.icon-instagram {
  --icon-asset: url('icons/instagram.svg');
}

.icon-youtube {
  --icon-asset: url('icons/youtube.svg');
}

.icon-spotify {
  --icon-asset: url('icons/spotify.svg');
}

.icon-tiktok {
  --icon-asset: url('icons/tiktok.svg');
}

.hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  color: var(--white);
  background: url('images/chcem-tu-zostat-campaign-hero.webp') center center / cover no-repeat;
  overflow: hidden;
}

.hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(147, 51, 234, 70%) 0%, rgba(147, 51, 234, 0%) 100%);
}


.hero-inner {
  position: relative;
  width: min(1200px, 92vw);
  margin: 0 auto;
  padding-inline: clamp(24px, 6vw, 80px);
}

.hero-donate {
  background: url('images/chcem-tu-zostat-komunita.webp') center center / cover no-repeat;
}

.hero-company {
  background: url('images/chcem-tu-zostat-komunita.webp') center center / cover no-repeat;
}

.hero-volunteer {
  background: url('images/chcem-tu-zostat-komunita.webp') center center / cover no-repeat;
}

.hero-archive {
  background: url('images/chcem-tu-zostat-komunita.webp') center center / cover no-repeat;
}

.hero-archive .overlay {
  background: linear-gradient(190deg, rgba(147, 51, 234, 0.82) 0%, rgba(147, 51, 234, 0.5) 52%, rgba(76, 29, 149, 0.82) 100%);
}

.form-section {
  background: var(--white);
}

.volunteer-form-section {
  padding: clamp(80px, 12vw, 140px) 0 clamp(100px, 16vw, 160px);
  background: var(--lavender-100);
}

.form-wrapper {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.volunteer-form-wrapper {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 48px);
  text-align: center;
}

.volunteer-form-wrapper h2 {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.form-wrapper h2 {
  margin: 0 0 48px;
  font-family: "Anton", sans-serif;
  font-size: clamp(36px, 4.5vw, 52px);
  color: var(--purple-600);
}

.form-shell {
  border-radius: 28px;
  padding: clamp(36px, 7vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 40px 80px rgba(13, 13, 18, 0.12);
}

.form-shell .form-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.form-shell .form-field {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}


.form-shell input,
.form-shell textarea {
  border: none;
  border-radius: 9999px;
  padding: 16px 22px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: var(--white);
  color: var(--text-dark);
  box-shadow: 0 16px 35px rgba(13, 13, 18, 0.08);
}

.form-shell textarea {
  border-radius: 20px;
  resize: vertical;
  min-height: 140px;
  padding: 18px 22px;
}

.form-shell input::placeholder,
.form-shell textarea::placeholder {
  color: #364886;
}

.form-shell input:focus,
.form-shell textarea:focus {
  outline: 3px solid rgba(147, 51, 234, 0.25);
  outline-offset: 2px;
}

.form-submit {
  align-self: flex-start;
  border: none;
  outline: none;
  border-radius: 9999px;
  padding: 16px 40px;
  box-shadow: 0 18px 45px rgba(13, 13, 18, 0.18);
}

.form-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 55px rgba(13, 13, 18, 0.22);
}

.form-submit:focus-visible {
  outline: none;
  box-shadow: 0 24px 55px rgba(13, 13, 18, 0.22);
}

.donation-form {
  background: var(--yellow-bright);
}

.donation-submit {
  background: var(--white);
  color: var(--purple-600);
}

.contact-form {
    background-image: linear-gradient(90deg, #9333EA 0%, #8A228F 100%), linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%));
}

.contact-form label {
  color: var(--white);
}

.contact-submit {
  background: var(--white);
  color: var(--purple-600);
}

.company-form {
  background: #f78dff;
}

.company-submit {
  background: var(--white);
  color: var(--purple-600);
}

.volunteer-form-wrapper .wpcf7 {
  width: 100%;
  position: relative;
}

.volunteer-form-wrapper .wpcf7-form {
  border-radius: 28px;
  padding: clamp(36px, 7vw, 56px);
  background: var(--purple-600);
  box-shadow: 0 40px 80px rgba(13, 13, 18, 0.12);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  color: var(--white);
}

.volunteer-form-wrapper .wpcf7-form > p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: inherit;
}

.volunteer-form-wrapper .wpcf7-form > p > label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: inherit;
}

.volunteer-form-wrapper .wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.volunteer-form-wrapper .wpcf7-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.volunteer-form-wrapper .wpcf7-form .wpcf7-list-item input[type="checkbox"],
.volunteer-form-wrapper .wpcf7-form .wpcf7-list-item input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--yellow);
  flex-shrink: 0;
}

.volunteer-form-wrapper .wpcf7-form > p:has(textarea),
.volunteer-form-wrapper .wpcf7-form > p:has(.wpcf7-checkbox),
.volunteer-form-wrapper .wpcf7-form > p:has(.wpcf7-radio),
.volunteer-form-wrapper .wpcf7-form > p:has(select),
.volunteer-form-wrapper .wpcf7-form > p.is-full {
  grid-column: 1 / -1;
}

.volunteer-form-wrapper .wpcf7-form > p.is-half {
  grid-column: span 1;
}

.volunteer-form-wrapper .wpcf7-form > p:has(input[type="submit"]) {
  gap: 0;
  grid-column: 1 / -1;
  justify-self: start;
}

.volunteer-form-wrapper .wpcf7-form-control {
  width: 100%;
  border: none;
  border-radius: 9999px;
  padding: 16px 22px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: var(--white);
  color: var(--text-dark);
  box-shadow: 0 16px 35px rgba(13, 13, 18, 0.1);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.volunteer-form-wrapper .wpcf7-form-control::placeholder {
  color: rgba(13, 13, 18, 0.55);
}

.volunteer-form-wrapper .wpcf7-form-control:focus {
  outline: 3px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
  box-shadow: 0 24px 55px rgba(13, 13, 18, 0.22);
}

.volunteer-form-wrapper .wpcf7-textarea {
  border-radius: 20px;
  min-height: 160px;
  padding-block: 20px;
  resize: vertical;
}

.volunteer-form-wrapper .wpcf7-submit {
  border: none;
  border-radius: 9999px;
  padding: 16px 40px;
  background: var(--white);
  color: var(--purple-600);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(13, 13, 18, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.volunteer-form-wrapper .wpcf7-submit:hover,
.volunteer-form-wrapper .wpcf7-submit:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 24px 55px rgba(13, 13, 18, 0.22);
}

.volunteer-form-wrapper .wpcf7-not-valid {
  outline: 3px solid rgba(255, 140, 198, 0.7);
  outline-offset: 2px;
}

.volunteer-form-wrapper .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--pink-200);
}

.volunteer-form-wrapper .wpcf7-spinner {
  margin-left: 16px;
  border-color: rgba(255, 255, 255, 0.4);
  border-top-color: var(--white);
}

.volunteer-form-wrapper .wpcf7 .wpcf7-response-output {
  margin: 24px 0 0;
  border: none;
  border-radius: 20px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-weight: 600;
}

.volunteer-form-wrapper .wpcf7 .wpcf7-mail-sent-ok {
  background: rgba(60, 210, 120, 0.22);
}

.volunteer-form-wrapper .wpcf7 .wpcf7-validation-errors,
.volunteer-form-wrapper .wpcf7 .wpcf7-acceptance-missing,
.volunteer-form-wrapper .wpcf7 .wpcf7-spam-blocked,
.volunteer-form-wrapper .wpcf7 .wpcf7-aborted {
  background: rgba(255, 79, 216, 0.25);
}

.volunteer-form-wrapper .wpcf7 .wpcf7-response-output p {
  margin: 0;
}

.volunteer-submit {
  background: var(--white);
  color: var(--purple-600);
}
.hero-content {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  text-align: left;
}

.hero h1 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.hero p {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-podcast {
  background: url('images/podcasty-hero.png') center center / cover no-repeat;
}

.hero-podcast .overlay {
  background: linear-gradient(180deg, rgba(62, 0, 116, 0.75) 0%, rgba(62, 0, 116, 0.35) 45%, rgba(35, 2, 67, 0.65) 100%);
}

.hero-documents {
  background: var(--white);
  color: var(--purple-600);
  min-height: auto;
  padding: clamp(120px, 18vw, 180px) 0 clamp(72px, 12vw, 120px);
}

.hero-documents .overlay {
  display: none;
}

.hero-documents .hero-inner {
  display: flex;
  justify-content: center;
}

.hero-documents .hero-content {
  max-width: 760px;
  margin: 0 auto;
  align-items: center;
  gap: 20px;
  text-align: center;
  color: var(--purple-600);
}

.hero-documents h1 {
  color: var(--purple-600);
}

.hero-documents .hero-subtitle {
  margin: 0;
  color: var(--text-dark);
  font-size: clamp(18px, 2.6vw, 20px);
  font-weight: 500;
  line-height: 1.6;
}


.hero-generation {
  background: url('images/chcem-tu-zostat-komunita.webp') center center / cover no-repeat;
}

.hero-generation .overlay {
  background: linear-gradient(190deg, rgba(147, 51, 234, 0.78) 0%, rgba(147, 51, 234, 0.52) 55%, rgba(76, 29, 149, 0.78) 100%);
}

.hero-headsup {
  background: url('images/chcem-tu-zostat-komunita.webp') center center / cover no-repeat;
}

.hero-headsup .overlay {
  background: linear-gradient(185deg, rgba(147, 51, 234, 0.8) 0%, rgba(147, 51, 234, 0.45) 55%, rgba(30, 8, 98, 0.78) 100%);
}

.staff {
  background: var(--white);
  padding: 60px;
}

.staff-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(48px, 8vw, 72px);
}

.staff-heading h2 {
  margin: 0 0 18px;
  font-family: "Anton", sans-serif;
  font-size: clamp(38px, 5vw, 60px);
  color: var(--purple-600);
}

.staff-heading p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-muted);
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 56px);
}

.staff-member {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
}

.staff-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
}

.staff-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-role {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9333EA;
}

.staff-name {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text-dark);
}

.staff-bio {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

.generation-section {
  background: var(--white);
}

.generation-container {
  width: min(960px, 92vw);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 6vw, 48px);
}

.generation-heading h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(40px, 5vw, 58px);
  color: var(--purple-600);
}

.generation-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dark);
}

.generation-body p {
  margin: 0;
}

.generation-motto {
  margin: clamp(48px, 8vw, 72px) auto 0;
  max-width: 780px;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: clamp(34px, 4.8vw, 54px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--purple-600);
}

.generation-graphic {
  display: block;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 5 / 3;
  height: auto;
  margin: clamp(36px, 6vw, 54px) auto 0;
  object-fit: contain;
}

.headsup {
  background: var(--white);
  padding: 60px;
}

.headsup .container {
  width: min(780px, 92vw);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 4vw, 28px);
}

.headsup__title {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(46px, 6vw, 68px);
  color: var(--purple-600);
  letter-spacing: 0.04em;
}

.headsup__lead {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: var(--text-dark);
}

.headsup__lead strong {
  font-weight: 700;
}

.headsup__intro {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: var(--text-dark);
}

.archive-section {
  background: var(--white);
  padding: 60px;
}

.archive-container {
  width: min(960px, 92vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 6vw, 44px);
  text-align: center;
}

.archive-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dark);
  text-align: left;
}

.archive-body p {
  margin: 0;
}

.archive-ambassadors {
  background: #efe6ff;
  padding: 60px;
}

.archive-ambassadors-heading {
  margin: 0 0 clamp(40px, 7vw, 60px);
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: clamp(36px, 4.8vw, 56px);
  color: var(--purple-600);
}

.archive-ambassadors-video {
  margin: 0 auto clamp(40px, 7vw, 60px);
  max-width: 960px;
}

.archive-ambassadors-video__player {
  margin-top: 150px;
  display: block;
  width: 100%;
  border-radius: 30px;
  background: #000;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.archive-ambassadors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 48px);
}

.ambassador-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.ambassador-photo {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 13 / 15;
}

.ambassador-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ambassador-name {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
}

.ambassador-quote {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
}

@media (max-width: 1100px) {
  .archive-ambassadors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .archive-ambassadors-grid {
    grid-template-columns: 1fr;
  }
}

.archive-support {
  background: var(--white);
  padding: 60px;
}

.archive-support__container {
  display: grid;
  grid-template-columns: minmax(280px, 300px) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.archive-support__col {
  min-width: 0;
}

.archive-support__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.archive-support__title {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  color: var(--purple-600);
}

.archive-support__subtitle {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--purple-600);
}

.archive-support__image {
  max-width: 100%;
  height: auto;
}

.supporters {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 48px);
}

.supporter-card {
  background: #F0E9FF;
  border-radius: 28px;
  padding: clamp(24px, 4.5vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.supporter-card__logo {
  width: 100%;
  max-width: 260px;
}

.supporter-card__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.supporter-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
}

.supporter-card__cta {
  align-self: flex-start;
  background: #ffde17;
  color: var(--purple-600);
  font-weight: 700;
  border-radius: 999px;
  padding-inline: 32px;
}

.supporter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 32px);
}

.supporter-list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100px;
}

.supporter-list__item img {
  width: 180px;
  max-width: 100%;
  height: auto;
}

.archive-support__col--right {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 56px);
}

.partners-block__heading {
  margin: 0 0 clamp(18px, 3vw, 28px);
  font-family: "Anton", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--purple-600);
}

.partners-block__logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 24px);
  align-items: center;
}

.partners-block__logos img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.archive-calendar__heading {
  margin: 0 0 clamp(20px, 3vw, 28px);
  font-family: "Anton", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--purple-600);
}

.archive-calendar__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 32px);
}

.calendar-card {
  background: #9333EA;
  color: var(--white);
  border-radius: 24px;
  padding: clamp(22px, 4vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 240px;
}

.calendar-card__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calendar-card__date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F2FF00;
  font-weight: 700;
}

.calendar-card__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.calendar-card__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.calendar-card__cta {
  align-self: flex-start;
  background: #F2FF00;
  color: var(--purple-600);
  font-weight: 700;
  padding-inline: 28px;
}

@media (max-width: 1200px) {
  .archive-support__container {
    grid-template-columns: 1fr;
  }

  .supporter-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .supporter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-calendar__grid {
    grid-template-columns: 1fr;
  }
}

.podcast-overview {
  background: var(--white);
  padding: 60px;
  color: var(--text-dark);
}

.podcast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}

.podcast-text {
  min-width: 0;
  max-width: 100%;
}

.podcast-media {
  min-width: 0;
}

.podcast-overview .container {
  width: min(1200px, 95vw);
}

.podcast-heading {
  width: min(1200px, 92vw);
  margin: 0 auto clamp(32px, 6vw, 60px);
  text-align: center;
}

.podcast-heading h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: 0.02em;
  color: var(--purple-600);
}

.podcast-text p {
  margin: 0 0 22px;
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 15px;
}

.podcast-points {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
  font-size: 15px;
}

.podcast-points li {
  position: relative;
  padding-left: 42px;
  font-weight: 600;
  color: var(--text-dark);
}

.podcast-points li::before {
  content: "👉";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
}

.podcast-platforms {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.podcast-platform {
  border-radius: 9999px;
  padding: 14px 36px;
  gap: 14px;
  font-size: 16px;
}

.podcast-platform .icon {
  width: 22px;
  height: 22px;
  background-color: currentColor;
}
.podcast-platform.spotify {
  background: #9333EA;
  color: #f7ff2d;
  border-radius: 16px;
  padding: 16px 42px;
  gap: 18px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
}

.podcast-platform.youtube {
  background: #9333EA;
  color: #f7ff2d;
  border-radius: 16px;
  padding: 16px 42px;
  gap: 18px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
}

.podcast-platform.spotify .icon,
.podcast-platform.instagram .icon,
.podcast-platform.youtube .icon {
  width: 32px;
  height: 32px;
}

.podcast-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.podcast-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  max-width: 100%;
}

.podcast-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-single-podcast {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-single-podcast .overlay {
  background: linear-gradient(180deg, rgba(62, 0, 116, 0.78) 0%, rgba(62, 0, 116, 0.56) 42%, rgba(35, 2, 67, 0.82) 100%);
}

.hero-single-podcast .hero-content {
  max-width: 760px;
}

.hero-single-podcast .hero-subtitle {
  margin: 24px 0 0;
  font-size: clamp(20px, 2.2vw, 24px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.podcast-episodes .container {
  width: min(1200px, 95vw);
}

.podcast-episodes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 40px);
}

.podcast-card {
  margin: 0;
  display: flex;
}

.podcast-card-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.podcast-card-inner:hover {
  transform: none;
}

.podcast-card-cover {
  overflow: hidden;
  border-radius: 24px;
}

.podcast-card-cover img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  display: block;
}

.podcast-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.podcast-card-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-dark);
}

.podcast-card-subtitle {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.5;
}

.podcast-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #9333EA;
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  border-radius: 14px;
  padding: 14px 34px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.podcast-card-button,
.podcast-card-title {
  align-self: flex-start;
}

.podcast-card-button:hover {
  background: var(--purple-500);
}

@media (max-width: 1200px) {
  .podcast-episodes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .headsup__grid {
    grid-template-columns: 1fr;
  }

  .headsup__visual {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .podcast-episodes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-grid {
    grid-template-columns: 1fr;
  }

  .headsup__grid {
    gap: clamp(32px, 9vw, 48px);
  }
}

@media (max-width: 600px) {
  .podcast-episodes-grid {
    grid-template-columns: 1fr;
  }

  .staff-heading {
    margin-bottom: clamp(28px, 14vw, 40px);
  }

  .staff-bio {
    font-size: 16px;
  }

  .headsup__title {
    font-size: clamp(38px, 9vw, 48px);
  }
}

.podcast-single {
  background: var(--white);
  padding: clamp(80px, 12vw, 140px) 0;
}

.podcast-single-heading {
  padding: 0 0 clamp(32px, 6vw, 48px);
}

.podcast-single-title {
  margin: 0;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: clamp(40px, 5vw, 62px);
  color: var(--purple-600);
  letter-spacing: 0.02em;
}

.podcast-single-container {
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(40px, 8vw, 80px);
  align-items: start;
}

.podcast-single-container.no-media {
  grid-template-columns: 1fr;
}

.podcast-single-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.7;
}

.podcast-single-content h2,
.podcast-single-content h3,
.podcast-single-content h4 {
  font-family: "Anton", sans-serif;
  color: var(--purple-600);
  margin-top: 24px;
}

.podcast-single-content a {
  color: var(--purple-600);
  font-weight: 600;
}

@media (max-width: 960px) {
  .podcast-single-container {
    grid-template-columns: 1fr;
  }
}

.about {
  background: var(--bg-light);
  padding: 100px 0 120px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 48px;
}

.about h2 {
  font-family: "Anton", sans-serif;
  font-size: 44px;
  font-weight: 400;
  color: var(--purple-600);
  margin: 0 0 24px;
}

.about-text p {
  margin: 0 0 20px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.7;
}

.values h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin: 0 0 18px;
  color: var(--text-dark);
}

.value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 30px;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: var(--text-dark);
}

.value-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-400), var(--purple-600));
  position: relative;
  padding: 4px;
}

.about-media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 28px;
  max-width: 592px;
  width: 100%;
}

.about-image {
  width: 100%;
  max-width: 592px;
  height: 320px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 28px 60px rgba(111, 44, 255, 0.2);
}

.info-card {
  background: var(--white);
  padding: 28px 30px;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(26, 26, 31, 0.12);
  width: 100%;
}

.info-card h4 {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: var(--text-dark);
}

.info-card p {
  margin: 0 0 18px;
  color: var(--text-muted);
  line-height: 1.6;
}

.card-link {
  font-weight: 600;
  color: var(--purple-600);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.card-link:hover {
  text-decoration: underline;
}

.download-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.news {
  padding: 110px 0 120px;
  background: var(--bg-light);
}

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

.news-card {
  background: var(--white);
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

.news-image {
  width: 100%;
  height: 256px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  object-fit: cover;

}

.news-meta {
  margin-top: 24px;
}

.tag {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tag-purple {
  background: rgba(111, 44, 255, 0.1);
  color: var(--purple-600);
}

.tag-green {
  background: rgba(60, 210, 120, 0.12);
  color: var(--green-500);
}

.tag-orange {
  background: rgba(255, 184, 115, 0.14);
  color: #f37335;
}

.news-card h3 {
  margin-bottom: 12px;
  font-family: "Anton", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--text-dark);
}

.news-card p {
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 16px;
}

.news-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.gallery {
  background: rgba(147, 51, 234, 0.17);
  padding: 100px 0;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.gallery-item {
  width: 100%;
  height: 220px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 20px 50px rgba(113, 92, 255, 0.18);
}

.gallery-one {
  background-image: linear-gradient(135deg, rgba(255, 166, 244, 0.8), rgba(123, 33, 255, 0.4));
}

.gallery-two {
  background-image: linear-gradient(135deg, rgba(123, 33, 255, 0.55), rgba(255, 230, 130, 0.6));
}

.gallery-three {
  background-image: linear-gradient(135deg, rgba(33, 150, 255, 0.55), rgba(123, 33, 255, 0.55));
}

.gallery-four {
  background-image: linear-gradient(135deg, rgba(255, 105, 180, 0.55), rgba(255, 199, 102, 0.6));
}

.gallery-cta {
  display: flex;
  justify-content: center;
}

/* Hide pagination on gallery preview */
.gallery-preview .ngg-navigation,
.gallery-preview .ngg-pagination,
.gallery-preview .ngg-next,
.gallery-preview .ngg-prev {
  display: none !important;
}

/* Gallery page styles */
.gallery-full {
  background: var(--white);
  padding: 60px 0;
}

.gallery-title {
  text-align: center;
  font-size: 48px;
  margin: 0 0 60px;
  font-weight: 800;
  background: var(--purple-600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.actions {
  background: var(--white);
  padding: 120px 0;
}

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

.action-card {
  background: var(--white);
  border-radius: 26px;
  padding: 32px 28px;
  box-shadow: 0 20px 55px rgba(26, 26, 31, 0.08);
  border: 1px solid rgba(111, 44, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}

.action-card h3 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--text-dark);
}

.action-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.6;
}

.action-icon {
  width: 70px;
  height: 70px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(111, 44, 255, 0.08);
}


.icon-plus {
  background: rgba(123, 33, 255, 0.1);
}

.icon-calendar {
  background: rgba(60, 210, 120, 0.1);
}

.icon-share {
  background: rgba(113, 92, 255, 0.1);
}
.icon-heart {
  background: rgba(255, 184, 115, 0.12);
}

.action-link {
  margin-top: auto;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
}

.action-link::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M5 12h14"/%3E%3Cpath d="M15 8l4 4-4 4"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.action-purple {
  color: var(--purple-600);
}

.action-green {
  color: var(--green-500);
}

.action-indigo {
  color: var(--indigo-500);
}

.action-orange {
  color: #ff8b36;
}

.partners {
  background: var(--white);
  padding: 120px 0 100px;
}

.partners-logos {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.partner-link {
  display: block;
}

.partner-logo {
  max-width: 180px;
  width: 100%;
  height: 96px;
  object-fit: contain;
  display: block;
}


.newsletter {
  background-image: linear-gradient(90deg, #9333EA 0%, #8A228F 100%), linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%));
  padding: 40px 0px;
  color: var(--white);
}

.newsletter-box {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 0 clamp(24px, 8vw, 64px);
}

.newsletter-box h2 {
  margin: 0 0 20px;
  font-family: "Anton", sans-serif;
  font-size: clamp(36px, 4.5vw, 48px);
  font-weight: 400;
  color: inherit;
}

.newsletter-box p {
  margin: 0 0 40px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.newsletter-form {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.newsletter-form__inputs {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 16px 24px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  background: var(--white);
  color: var(--text-dark);
  box-shadow: 0 4px 15px rgba(13, 13, 18, 0.1);
}

.newsletter-form input::placeholder {
  color: rgba(26, 26, 31, 0.5);
}

.newsletter-form input:focus {
  outline: 3px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}

.newsletter-form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.newsletter-gdpr {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 16px;
  text-align: left;
}

.newsletter-gdpr input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--white);
  margin: 0;
  padding: 0px; /* Added padding as requested */
  font: inherit;
  color: currentColor;
  width: 16px;
  height: 16px;
  border-radius: 50%; /* Changed to circle as requested */
  border: 1px solid var(--white);
  display: grid;
  place-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.newsletter-gdpr input[type="checkbox"]::before {
  content: "";
  width: 8px; /* Small dot */
  height: 8px; /* Small dot */
  border-radius: 50%; /* Make the dot round */
  background-color: var(--purple-600); /* Color of the dot */
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  /* Removed box-shadow */
}

.newsletter-gdpr input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.newsletter-btn {
  background: var(--white);
  color: var(--purple-600);
  border: none;
  border-radius: 8px;
  padding: 16px 48px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(13, 13, 18, 0.1);
  white-space: nowrap;
}

.newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 13, 18, 0.15);
}

.newsletter-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
}

.newsletter-feedback {
  width: 100%;
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.newsletter-feedback.is-success {
  color: #daf5dd;
}

.newsletter-feedback.is-error {
  color: #ffd7d7;
}

.contact-feedback {
  width: 100%;
  margin: 0 0 16px 0;
  font-size: 15px;
  line-height: 1.5;
  min-height: 24px;
  color: #ffffff;
}

.contact-feedback.is-success {
  color: #ffffff;
}

.contact-feedback.is-error {
  color: #ffffff;
}

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-muted);
  padding-top: 72px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  align-items: flex-start;
  padding-bottom: 48px;
}

.footer-brand img {
  width: 150px;
  margin-bottom: 20px;
}

.footer-brand p {
  margin: 0 0 24px;
  color: var(--footer-muted);
  line-height: 1.6;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.site-footer .icon {
  background-color: var(--footer-muted);
}

.footer-column h3 {
  margin: 0 0 16px;
  font-family: "Anton", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-links {
  display: block;
}

.footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links-list li {
  margin: 0;
}

.footer-column a {
  display: block;
  color: var(--footer-muted);
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-column a:hover {
  color: var(--white);
}

.qr-box {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0.2) 20px);
  display: grid;
  place-items: center;
  font-size: 12px;
  color: rgba(249, 136, 249, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 16px;
}

.qr-box::after {
  content: "QR KÓD VIZITKY";
  text-align: center;
  line-height: 1.4;
}

.footer-bottom {
  padding: 12px 0 16px;
  color: var(--footer-muted);
  font-size: 14px;
}

.footer-bottom__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-bottom__copy {
  padding: 14px 0;
  margin: 0;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.footer-bottom__copy::before,
.footer-bottom__copy::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.footer-bottom__copy::before {
  top: 0;
}

.footer-bottom__copy::after {
  bottom: 0;
}

.footer-bottom__credits {
  margin: 8px 0 0;
  font-size: 12px;
}

.footer-bottom__credits a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom__credits a:hover,
.footer-bottom__credits a:focus {
  color: var(--white);
  text-decoration: underline;
}

.engage {
  background: var(--white);
  padding: 100px 0 120px;
}

.engage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  align-items: stretch;
}

.engage-card {
  background: var(--white);
  border-radius: 28px;
  padding: 48px 36px 40px;
  text-align: center;
  box-shadow: 0 32px 70px rgba(13, 13, 18, 0.08);
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.engage-card h3 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 32px);
  letter-spacing: 0.01em;
  color: var(--text-dark);
}

.engage-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 18px;
  max-width: 360px;
}

.engage-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-volunteer {
  background: linear-gradient(135deg, #9333EA, #7C2AE8);
}

.icon-donor {
  background: linear-gradient(135deg, #F2FF00, #D9F000);
}

.icon-business {
  background: linear-gradient(135deg, #F988F9, #EC4899);
}

.btn-engage {
  width: 100%;
  border: none;
  border-radius: 18px;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.btn-engage:hover {
  transform: translateY(-2px);
}

.btn-engage-purple {
  background: linear-gradient(135deg, #9333EA, #7C2AE8);
  color: var(--white);
}

.btn-engage-yellow {
  background: linear-gradient(135deg, #F2FF00, #D9F000);
  color: var(--black);
}

.btn-engage-pink {
  background: linear-gradient(135deg, #F988F9, #F472B6);
  color: var(--white);
}

.btn-contrast {
  background: var(--pink-400);
  color: var(--white);
  box-shadow: none;
}

.btn-contrast:hover {
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  .nav-actions {
    flex-direction: column;
  }
  .nav-content {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
  }

  body.no-js .nav-content {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .nav-toggle {
    display: inline-flex;
    flex-shrink: 0;
  }

  body.no-js .nav-toggle {
    display: none;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 5;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px 24px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 22px 48px rgba(13, 13, 18, 0.12);
  }

  .nav-content.menu-open .nav-menu {
    display: flex;
  }

  body.no-js .nav-menu {
    position: static;
    display: flex;
    padding: 16px 0 0;
    box-shadow: none;
    border-radius: 0;
  }

  .nav-links {
    flex-direction: column;
    gap: 14px;
    font-size: 15px;
    text-align: left;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links > .menu-item {
    border-bottom: 1px solid rgba(13, 13, 18, 0.08);
    padding-bottom: 12px;
  }

  .nav-links > .menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .nav-links > .menu-item > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    justify-content: flex-start;
  }

  .nav-links > .menu-item > a:hover {
    color: var(--purple-600);
  }

  .nav-links .menu-item-has-children {
    position: relative;
  }

  .nav-links .menu-item-has-children > .sub-menu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    margin-top: 10px;
    padding: 0 0 0 16px;
    background: transparent;
    flex-direction: column;
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease;
  }

  .nav-links .menu-item-has-children > .sub-menu::before {
    content: none;
  }

  .nav-links .menu-item-has-children.submenu-open > .sub-menu {
    display: block;
    max-height: 500px;
    opacity: 1;
    transition: max-height 0.3s ease-in, opacity 0.3s ease;
  }

  /* Submenu toggle button for mobile */
  .submenu-toggle {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    padding: 12px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    z-index: 1;
  }

  .submenu-toggle-icon {
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
  }

  .submenu-toggle-icon::before,
  .submenu-toggle-icon::after {
    content: "";
    position: absolute;
    background: var(--text-dark);
    transition: transform 0.2s ease, background 0.2s ease;
  }

  .submenu-toggle-icon::before {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .submenu-toggle-icon::after {
    width: 2px;
    height: 14px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .submenu-open .submenu-toggle-icon::after {
    transform: translateX(-50%) rotate(90deg);
  }

  .submenu-toggle:hover .submenu-toggle-icon::before,
  .submenu-toggle:hover .submenu-toggle-icon::after {
    background: var(--purple-600);
  }

  .nav-links .menu-item-has-children > a {
    padding-right: 44px;
  }

  .nav-links .sub-menu > .menu-item {
    padding: 6px 0;
  }

  .nav-links .sub-menu > .menu-item:last-child {
    padding-bottom: 0;
  }

  .nav-links .menu-item-has-children > .sub-menu .sub-menu > .menu-item {
    padding-left: 16px;
  }

  .nav-links .menu-item-has-children > .sub-menu a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-dark);
    background: transparent;
    padding: 6px 0;
  }

  .nav-links .menu-item-has-children > .sub-menu a:hover,
  .nav-links .menu-item-has-children > .sub-menu a:focus {
    color: var(--purple-600);
  }

  .submenu-toggle {
    display: none !important;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .engage-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .podcast-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 961px) and (max-width: 1024px) {
  .nav-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .nav-actions .social-links {
    justify-content: center;
  }

  .nav-actions .btn {
    width: 100%;
  }

  .nav-content.menu-open .nav-toggle {
    color: var(--purple-600);
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    max-width: none;
    align-items: flex-start;
  }

  .hero-inner {
    padding-inline: 24px;
  }

  .podcast-grid {
    grid-template-columns: 1fr;
    gap: clamp(28px, 10vw, 48px);
  }

  .podcast-media {
    order: -1;
  }

  .podcast-points {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .podcast-platforms {
    justify-content: center;
  }

  .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-text {
    order: 2;
  }

  .about-media {
    align-items: stretch;
    order: 1;
  }

  .values h3 {
    text-align: center;
  }

  .value-list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .engage-grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

@media (max-width: 600px) {
  .btn {
    width: 100%;
  }

  .nav-menu {
    gap: 20px;
    padding: 18px 20px;
  }

  .nav-links {
    gap: 16px;
    font-size: 14px;
  }

  .nav-actions {
    gap: 16px;
  }

  .nav-actions .social-links {
    flex-wrap: wrap;
    gap: 12px;
  }

  .donation-form,
  .company-form,
  .volunteer-form {
    padding: 28px 20px;
    gap: 18px;
  }

  .donation-form .form-row,
  .company-form .form-row,
  .volunteer-form .form-row {
    gap: 18px;
  }

  .donation-submit,
  .company-submit,
  .volunteer-submit {
    width: 100%;
  }

  .info-card {
    width: 100%;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .actions-grid {
    grid-template-columns: 1fr;
  }

  .partners-logos {
    gap: 20px;
  }

  .newsletter-form__inputs {
    flex-direction: column;
  }

  .newsletter-form__bottom {
    flex-direction: column;
    gap: 24px;
  }

  .newsletter-btn {
    width: 100%;
    padding: 18px 24px;
  }

  .podcast-heading {
    width: 100%;
    padding: 0 14px;
    margin-bottom: clamp(24px, 10vw, 40px);
  }

  .podcast-heading h2 {
    font-size: clamp(32px, 11vw, 42px);
  }

  .podcast-points li {
    padding-left: 32px;
  }

  .podcast-platform {
    width: 100%;
  }

  .podcast-platforms {
    gap: 12px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.headsup-features {
  background: var(--white);
}

.headsup-features__grid {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.headsup-features__content {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 40px);
  text-align: left;
}

.headsup-features__heading {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(26px, 3.6vw, 36px);
  font-weight: 800;
  color: var(--purple-600);
  text-transform: uppercase;
}

.headsup-features__list {
  margin: 0;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-dark);
}

.headsup-features__list li::marker {
  color: var(--purple-600);
  font-size: 1.2em;
}

.headsup-features__list--principles li strong {
  color: var(--purple-600);
}

.headsup-features__visual {
    flex: 1 1 280px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
}

.headsup-features__visual img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

@media (max-width: 1024px) {
  .headsup-features__grid {
    flex-direction: column;
    gap: clamp(32px, 8vw, 56px);
    text-align: center;
  }

  .headsup-features__content {
    text-align: center;
    align-items: center;
  }

  .headsup-features__list {
    padding-left: 0;
    list-style-position: inside;
    align-items: center;
  }

  .headsup-features__visual {
    align-self: center;
  }
}

.headsup-why {
  background: var(--white);
  text-align: center;
}

.headsup-why .container {
  width: min(780px, 92vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 36px);
}

.headsup-why__title {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(36px, 5vw, 48px);
  color: var(--purple-600);
  text-transform: uppercase;
}

.headsup-why__text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dark);
}

.headsup-why__highlight {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: 20px;
  line-height: 1.8;
  color: #F988F9;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-vediet {
  background: url('images/chcem-tu-zostat-komunita.webp') center center / cover no-repeat;
}

.hero-vediet .overlay {
  background: linear-gradient(185deg, rgba(147, 51, 234, 0.78) 0%, rgba(147, 51, 234, 0.5) 55%, rgba(35, 2, 67, 0.85) 100%);
}

.vediet-intro {
  background: var(--white);
  padding: 60px;
  text-align: center;
}

.vediet-title {
  margin: 0 0 18px;
  font-family: "Anton", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  color: var(--purple-600);
  letter-spacing: 0.03em;
}

.vediet-lead {
  margin: 0 auto;
  max-width: 820px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dark);
}

.vediet-lead strong {
  font-weight: 700;
}

.vediet-overview {
  background: var(--white);
  color: var(--text-dark);
}

.vediet-overview__grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.vediet-overview__content {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 18px;
  line-height: 1.8;
}

.vediet-overview__content ul {
  margin: clamp(12px, 2vw, 20px) 0 0;
  padding-left: 1.3rem;
  display: grid;
  gap: 12px;
}

.vediet-overview__content li {
  margin: 0;
}

.vediet-overview__content h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--purple-600);
  text-transform: uppercase;
}

.vediet-overview__visual {
  flex: 1 1 280px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
}

.vediet-overview__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vediet-partners {
  background: var(--white);
  padding: 60px;
  text-align: center;
}

.vediet-partners h3 {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(26px, 3.6vw, 32px);
  color: var(--purple-600);
  text-transform: uppercase;
}

.vediet-partners p {
  margin: 0 0 clamp(28px, 5vw, 40px);
  color: var(--text-dark);
  font-size: 16px;
}

.vediet-partners__logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: clamp(24px, 4vw, 36px);
  align-items: center;
}

.vediet-partners__logos img {
  width: 100%;
  height: auto;
  filter: none;
}

@media (max-width: 960px) {
  .vediet-partners__logos img {
    margin: 0 auto;
  }

  .vediet-overview__grid {
    flex-direction: column;
    text-align: center;
  }

  .vediet-overview__content {
    align-items: center;
  }
}

/* 404 Page Styles */
.error-404 {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.error-404__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.error-404__title {
  font-family: "Anton", sans-serif;
  font-size: clamp(120px, 20vw, 200px);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  background: linear-gradient(135deg, var(--purple-600) 0%, var(--pink-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.error-404__subtitle {
  font-family: "Anton", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  color: var(--text-dark);
  margin: 20px 0 16px;
  letter-spacing: 0.02em;
}

.error-404__text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 40px;
}

.error-404__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.error-404__actions .btn {
  min-width: 200px;
}

@media (max-width: 768px) {
  .error-404 {
    min-height: calc(100vh - 500px);
    padding: 60px 0;
  }

  .error-404__title {
    font-size: clamp(80px, 25vw, 120px);
  }

  .error-404__actions {
    flex-direction: column;
    align-items: center;
  }

  .error-404__actions .btn {
    width: 100%;
    max-width: 280px;
  }
}

/* Blog Archive Styles */
.blog-archive {
  padding: 80px 0;
  min-height: calc(100vh - 400px);
}

.blog-archive__header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-archive__title {
  font-family: "Anton", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 400;
  color: var(--purple-600);
  margin: 0;
}

.blog-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 60px;
}

.blog-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.blog-card__thumbnail {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-light);
}

.blog-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card__thumbnail img {
  transform: scale(1.05);
}

.blog-card__content {
  padding: 24px;
}

.blog-card__title {
  font-size: 24px;
  margin: 0 0 12px;
  line-height: 1.3;
}

.blog-card__title a {
  color: var(--text-dark);
  transition: color 0.2s ease;
}

.blog-card__title a:hover {
  color: var(--purple-600);
}

.blog-card__meta {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.blog-card__excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.blog-card__link {
  color: var(--purple-600);
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.2s ease;
  display: inline-block;
}

.blog-card__link:hover {
  transform: translateX(4px);
}

.blog-archive__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.blog-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--bg-light);
  color: var(--text-dark);
  font-weight: 600;
  transition: all 0.2s ease;
}

.blog-archive__pagination .current {
  background: var(--purple-600);
  color: var(--white);
}

.blog-archive__pagination a.page-numbers:hover {
  background: var(--purple-200);
}

.blog-archive__empty {
  text-align: center;
  padding: 80px 0;
}

.blog-archive__empty p {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .blog-archive {
    padding: 60px 0;
  }

  .blog-archive__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-card__content {
    padding: 20px;
  }
}


.podcast-single-content .wp-block-embed-youtube {
  text-align: center;
}

/* Novinky (News) Page Styles */

/* Update podcast card cover positioning */
.novinky-item-cover,
.podcast-card-cover {
  position: relative;
}

/* Badge for podcast items */
.novinky-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--purple-600);
  color: var(--white);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.novinky-badge .icon {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

/* Placeholder for articles without images */
.novinky-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--bg-light);
  aspect-ratio: 1 / 1;
}

/* Pagination styles for novinky */
.novinky-pagination {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
}

.novinky-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  margin: 0 4px;
  border-radius: 8px;
  background: var(--bg-light);
  color: var(--text-dark);
  font-weight: 600;
  transition: all 0.2s ease;
  text-decoration: none;
}

.novinky-pagination .current {
  background: var(--purple-600);
  color: var(--white);
}

.novinky-pagination a:hover {
  background: var(--purple-200);
  text-decoration: none;
}

.novinky-empty {
  text-align: center;
  padding: 80px 0;
}

.novinky-empty p {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .page-section-title {
    padding: 40px 20px 30px;
    font-size: clamp(28px, 7vw, 38px);
  }

  .novinky-badge {
    top: 12px;
    left: 12px;
    font-size: 10px;
    padding: 4px 10px;
  }
}


.partners-block__image {
  width: 100%;
}

.novinky-lead {
    margin: 0 auto;
    max-width: 820px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 60px;
}

.prieskumy-overview__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(32px, 6vw, 72px);
    align-items: flex-start;
}

.prieskumy-overview__content {
  font-size: 18px;
  line-height: 1.8;
}

.prieskumy-overview__content h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--purple-600);
  text-transform: uppercase;
}

.container-padding-bottom {
  padding-bottom: 60px;
}
.container-padding-top {
  padding-top: 60px;
}
.container-padding-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

.vediet-overview a {
  text-decoration: underline;
}

.podcast-platform.instagram {
  background: #9333EA;
  color: #f7ff2d;
  border-radius: 16px;
  padding: 16px 42px;
  gap: 18px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  text-decoration: none;

  width: 256px;
}

.podcast-platform.pridaj-sa {
  background: #9333EA;
  color: #f7ff2d;
  border-radius: 16px;
  padding: 16px 42px;
  gap: 18px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  text-decoration: none;

  width: 256px;
  margin: 0 auto;
}


html {
  overflow-x: hidden;
  width: 100vw;
}
/* Merch Page Styles */
.hero-merch {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-merch .hero-content {
  max-width: 800px;
  text-align: left;
  color: var(--white);
}

.hero-merch h1 {
  font-family: "Anton", sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 400;
  line-height: 1;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.hero-merch p {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 32px;
  max-width: 600px;
}

.merch-title {
  font-family: "Anton", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  color: #9333EA; /* Purple */
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}

/* WooCommerce Product Grid Customization */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product {
  list-style: none;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.woocommerce ul.products li.product img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
  border-radius: 20px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
  padding: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
  padding: 0;
}

.woocommerce ul.products li.product .price {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
  display: block;
}

.woocommerce ul.products li.product .price del {
  color: var(--text-muted);
  opacity: 0.5;
  display: block;
  font-size: 16px;
  text-decoration: line-through;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  display: block;
}

.woocommerce span.onsale {
  display: none;
}

.woocommerce ul.products li.product .button {
  display: none; /* Hide default add to cart button */
}

@media (max-width: 992px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .hero-merch {
    min-height: 500px;
  }
  
  .hero-merch h1 {
    font-size: 42px;
  }
}
/* Fix for WooCommerce grid layout issues caused by pseudo-elements */
.woocommerce ul.products::before,
.woocommerce ul.products::after {
    content: none !important;
    display: none !important;
}
/* Merch Pagination Styles */
.merch-pagination {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 60px;
  width: 100%;
  align-items: center;
}

.merch-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

.merch-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  margin: 0 4px;
  border-radius: 8px;
  background: transparent;
  color: var(--text-muted);
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: 16px;
}

.merch-pagination .page-numbers.current {
  background: #f0f0f0;
  color: var(--text-dark);
  font-weight: 700;
}

.merch-pagination a.page-numbers:hover {
  color: var(--purple-600);
}

.merch-pagination .prev,
.merch-pagination .next {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 600;
  color: var(--text-dark);
  width: auto;
  position: absolute;
}

.merch-pagination .prev:hover,
.merch-pagination .next:hover {
  border-color: var(--text-dark);
  color: var(--text-dark);
}

.merch-pagination .prev {
  left: 0;
}

.merch-pagination .next {
  right: 0;
}

@media (max-width: 768px) {
  .merch-pagination .prev,
  .merch-pagination .next {
    position: static;
    margin: 10px;
  }
  
  .merch-pagination ul.page-numbers {
    flex-wrap: wrap;
  }
}
/* WooCommerce Single Product Styles */
.single-product-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .woocommerce div.product {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Gallery */
.woocommerce-product-gallery {
    display: flex;
    gap: 20px;
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100px;
    order: -1;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
}

.woocommerce-product-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

/* Product Summary */
.summary.entry-summary {
    display: flex;
    flex-direction: column;
}

.product_title {
    font-family: "Anton", sans-serif;
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 10px;
    color: var(--black);
}

.price {
    font-family: "Anton", sans-serif;
    font-size: 32px;
    color: var(--black);
    margin-bottom: 20px;
    display: block;
}

.woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 30px;
}

/* Variations */
.variations {
    margin-bottom: 30px;
}

.variations .label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--text-muted);
}

.variations select {
    display: none; /* Hide default select if using custom swatches */
}

/* Custom Swatches (Assuming implementation or styling for standard output) */
.swatch-wrapper {
    display: flex;
    gap: 10px;
}

.swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
}

.swatch.selected {
    border-color: var(--black);
}

.size-options {
    display: flex;
    gap: 10px;
}

.size-option {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 500;
}

.size-option.selected {
    background: var(--black);
    color: var(--white);
}

/* Add to Cart */
.cart {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.quantity {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 5px 15px;
}

.quantity input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
}

.single_add_to_cart_button {
    background: var(--black);
    color: var(--white);
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    flex: 1;
}

.single_add_to_cart_button:hover {
    background: #333;
}

/* Related Products */
.related.products {
    margin-top: 80px;
}

.related.products h2 {
    display: none; /* Hide default title if needed or style it */
}

.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1024px) {
    .related.products ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .related.products ul.products {
        grid-template-columns: 1fr;
    }
}

.related.products li.product {
    display: flex;
    flex-direction: column;
}

.related.products li.product img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: #f5f5f5;
    margin-bottom: 15px;
}

.related.products li.product .woocommerce-loop-product__title {
    font-family: "Anton", sans-serif;
    font-size: 20px;
    margin: 0 0 5px;
    color: var(--black);
}

.related.products li.product .price {
    font-family: "Anton", sans-serif;
    font-size: 18px;
    color: var(--black);
}
/* --- Single Product Page --- */
.product-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    margin-bottom: 80px;
    align-items: start;
    margin-top: 40px;
}

/* Breadcrumbs */
.breadcrumbs {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs span {
    margin: 0 5px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

/* Image Gallery */
.gallery {
    display: flex;
    gap: 20px;
    position: relative;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 90px;
    flex-shrink: 0;
}

.thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #f2f0ef;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: border-color 0.2s;
}

.thumb:hover {
    border-color: #ccc;
}

.thumb:first-child {
    border-color: #000;
}

/* Mockup Graphics */
.shirt-mockup {
    width: 70%;
    height: 70%;
    background-color: #5e6048; 
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>'); 
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
}

.thumb.model {
     background-image: linear-gradient(#f2f0ef, #dcdcdc);
}

.main-image {
    flex-grow: 1;
    background-color: #f2f0ef;
    border-radius: 16px;
    aspect-ratio: 1 / 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-image .shirt-large {
    width: 60%;
    height: 70%;
    background-color: #5e6048;
     mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>'); 
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
}

.shirt-large::after {
    content: "ONElife";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: serif;
    opacity: 0.7;
}

/* Product Details */
.details {
    padding-top: 10px;
}

.details h1 {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.description {
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Options */
.label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}

.color-options {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.color-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s;
}

.color-circle:active { transform: scale(0.9); }

.color-circle.olive { background-color: #535646; } 
.color-circle.green { background-color: #2e4a45; }
.color-circle.navy { background-color: #262a45; }

.color-circle.selected::after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -2px;
}

.size-options {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.size-pill {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.size-pill:hover { background-color: #e0e0e0; }
.size-pill.selected { background-color: #000; color: #fff; }

/* Actions */
.action-row {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.quantity-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    border-radius: 30px;
    width: 120px;
    height: 48px;
    padding: 0 20px;
    font-weight: 600;
    flex-shrink: 0;
}

.qty-btn {
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    color: #333;
    width: 20px;
    text-align: center;
}

.add-to-cart {
    background-color: #000;
    color: #fff;
    border: none;
    height: 48px;
    border-radius: 30px;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.add-to-cart:hover {
    background-color: #333;
}

/* --- Related Products Section --- */
.related-section {
    margin-top: 80px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.card-image {
    background-color: #f2f0ef;
    border-radius: 16px;
    aspect-ratio: 1 / 1.1;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1.3;
}

.card .card-price {
    font-size: 16px;
    font-weight: 700;
    margin-top: auto;
}

/* Mockups for related items */
.mock-shirt { width: 70%; height: 70%; opacity: 0.8; }
.bg-blue-polo { background-color: #2d5f8b; mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>'); }
.bg-tie-dye { background: linear-gradient(45deg, #fff, #ff00cc, #00ccff, #ccff00); mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>');}
.bg-red-polo { background-color: #8b4a55; mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>');}
.bg-raglan { background: linear-gradient(90deg, #000 15%, #fff 15%, #fff 85%, #000 85%); mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,20 L70,20 L85,35 L75,45 L70,40 L70,90 L30,90 L30,40 L25,45 L15,35 Z" /></svg>');}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .product-wrapper {
        gap: 30px;
    }
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .card:nth-child(4) { display: none; } 
}

@media (max-width: 768px) {
    .product-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 50px;
    }

    .gallery {
        flex-direction: column-reverse;
    }

    .thumbnails {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        justify-content: center;
        gap: 10px;
    }

    .thumb {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

    .details {
        padding-top: 0;
    }
    
    .action-row {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 15px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 100;
    }
    
    body.single-product {
        padding-bottom: 80px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .card:nth-child(4) { display: flex; }
}
/* Partners Section New Design */
.partners {
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
}

.partners-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(32px, 4vw, 64px);
    align-items: start;
}

@media (max-width: 900px) {
    .partners-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

.partners-col__title {
    margin: 0 0 24px;
    font-family: "Anton", sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    color: var(--black);
    line-height: 1.2;
}

.partners-col__desc {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 320px;
}

.general-partner-logo {
    margin-bottom: 32px; /* Maintain spacing */
}

.general-partner-logo img {
    height: auto;
    max-height: 80px; /* Make it bigger */
    max-width: 250px; /* Adjust width proportionally */
    object-fit: contain;
}

.partners-grid-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
    align-items: center;
}

.partners-grid-logos.single-logo {
    display: block;
}

.partners-grid-logos a {
    display: flex;
    align-items: center;
    transition: opacity 0.2s;
}


.partners-grid-logos img {
        height: auto;
        max-height: 45px; /* New height */
        max-width: none; /* Allow full width up to natural size, maintain aspect ratio */
        object-fit: contain;}



.btn-prosperity {                                                                                                                                                
    background: #9333EA; /* Purple */                                                                                                                            
    color: #fff;                                                                                                                                                 
    font-family: "Montserrat", sans-serif;                                                                                                                       
    font-weight: 700;                                                                                                                                            
    padding: 14px 32px;                                                                                                                                          
    border-radius: 8px;                                                                                                                                          
    text-decoration: none;                                                                                                                                       
    display: inline-flex;                                                                                                                                        
    align-items: center;                                                                                                                                         
    justify-content: center;                                                                                                                                     
    font-size: 16px;                                                                                                                                             
    transition: background 0.3s ease;                                                                                                                            
}.btn-prosperity:hover {
    background: #7a36ff;
    color: #fff;
}



