/* ===================================================
   RAPIO — Design System
   Deep House · Progressive House · Zachody słońca
=================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;900&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

/* --- Variables --- */
:root {
  --color-daylight:  #e8d5b8;
  --color-gold:      #c49050;
  --color-amber:     #a86c38;
  --color-orange:    #9a5030;
  --color-pink:      #7a4055;
  --color-violet:    #4a2e60;
  --color-deep:      #1e1038;
  --color-night:     #080210;
  --color-night-mid: #100520;

  /* accent used for highlights (slightly brighter than palette above) */
  --color-accent:    #d4a060;

  --font-body:  'Outfit', sans-serif;
  --font-serif: 'Playfair Display', serif;

  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;

  --glass-bg:     rgba(0,0,0,0.22);
  --glass-border: rgba(255,255,255,0.12);
  --glass-blur:   blur(16px);

  --nav-h: 72px;
  --transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { border: none; background: none; cursor: pointer; font: inherit; }
ul, ol { list-style: none; }

/* --- Body & Sunset Gradient (cinematic, desaturated) --- */
body {
  font-family: var(--font-body);
  color: #f0e4d0;
  min-height: 100vh;
  background:
    linear-gradient(
      to bottom,
      #8fa4b8 0%,    /* cool grey-blue sky top */
      #a88c78 10%,   /* warm grey-rose */
      #b87850 20%,   /* muted terra cotta */
      #c47040 30%,   /* dusty orange */
      #a85848 42%,   /* burnt rose */
      #784060 54%,   /* dusty mauve */
      #3e2050 66%,   /* dark violet */
      #1a0c30 80%,   /* near black violet */
      #080210 100%   /* night */
    );
  background-attachment: scroll;
}

/* --- Typography --- */
h1, h2, h3, h4 { font-weight: 700; line-height: 1.15; }
h1 { font-size: clamp(3.5rem, 10vw, 8rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.3rem, 3vw, 1.8rem); }
h4 { font-size: 1.1rem; font-weight: 600; }
p  { line-height: 1.7; opacity: 0.85; }
.serif { font-family: var(--font-serif); }

/* --- Layout --- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 100px 0; }

/* --- Glass Card --- */
.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-radius: var(--radius-md);
}

/* ===================================================
   NAVIGATION
=================================================== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background var(--transition), box-shadow var(--transition);
}

.nav.scrolled {
  background: rgba(9, 3, 18, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.08);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav__logo {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #e0c898;
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav__link {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  position: relative;
  transition: color var(--transition);
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #c49050;
  transition: width var(--transition);
  border-radius: 2px;
}

.nav__link:hover,
.nav__link.active {
  color: #fff;
}

.nav__link:hover::after,
.nav__link.active::after {
  width: 100%;
}

/* Hamburger */
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-daylight);
  border-radius: 2px;
  transition: var(--transition);
}

/* Mobile menu */
.nav__mobile {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: rgba(9, 3, 18, 0.95);
  backdrop-filter: blur(20px);
  padding: 24px;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid var(--glass-border);
  z-index: 999;
}

.nav__mobile.open { display: flex; }
.nav__mobile .nav__link { font-size: 1.1rem; padding: 8px 0; }

/* ===================================================
   HERO
=================================================== */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  padding: var(--nav-h) 0 0;
}

/* Hero photo — full bleed, object-fit cover */
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

/* Dark overlay — heavy at top for text, fades to nothing at bottom so waveform/water shows */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(4,1,10,0.68) 0%,
    rgba(4,1,10,0.30) 38%,
    rgba(4,1,10,0.08) 60%,
    rgba(4,1,10,0.00) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero__landscape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 2;  /* above WebGL canvas (z-index:1), below content (z-index:3+) */
}

.hero__content {
  position: relative;
  z-index: 4;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 48px 24px 64px;
  max-width: 820px;
}

.hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d4b888;
  margin-bottom: 24px;
}

.hero__title {
  font-size: clamp(5rem, 18vw, 12rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.9;
  color: #fff;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
  margin-bottom: 28px;
}

.hero__tagline {
  font-size: clamp(0.95rem, 2.5vw, 1.2rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.82);
  margin-bottom: 10px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}

.hero__sub {
  font-size: 0.88rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 52px;
  font-family: var(--font-serif);
  font-style: italic;
}

.hero__cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===================================================
   BUTTONS
=================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: var(--transition);
  cursor: pointer;
}

.btn--primary {
  background: linear-gradient(135deg, #c49050, #a06038);
  color: #fff;
  box-shadow: 0 4px 20px rgba(160, 96, 56, 0.4);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(160, 96, 56, 0.55);
}

.btn--ghost {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: #fff;
  backdrop-filter: var(--glass-blur);
}

.btn--ghost:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-2px);
}

/* ===================================================
   SECTION HEADERS
=================================================== */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d4a860;
  margin-bottom: 16px;
}

.section-header h2 { margin-bottom: 16px; }
.section-header p { max-width: 520px; margin: 0 auto; font-size: 1.05rem; }

/* ===================================================
   FEATURED PLAYER (home page)
=================================================== */
.featured { padding: 80px 0; }

.featured__card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  padding: 40px;
  max-width: 860px;
  margin: 0 auto;
}

.featured__artwork {
  width: 260px;
  height: 260px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, #f9c74f 0%, #f3722c 50%, #9b72cf 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.featured__artwork-icon { font-size: 5rem; opacity: 0.3; }

.featured__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.featured__meta {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d4a860;
}

.featured__title {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}

.featured__details {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.featured__detail {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  opacity: 0.6;
}

/* ===================================================
   AUDIO PLAYER
=================================================== */
.player { margin-top: 20px; }

.player__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.player__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c49050, #a06038);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
  transition: var(--transition);
  box-shadow: 0 4px 16px rgba(160, 96, 56, 0.35);
}

.player__btn:hover { transform: scale(1.08); }

.player__btn--sm {
  width: 36px;
  height: 36px;
  font-size: 0.85rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: #fff;
  box-shadow: none;
}

.player__progress-wrap { flex: 1; display: flex; flex-direction: column; gap: 6px; }

.player__progress {
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,0.15);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.player__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #c49050, #a06038);
  border-radius: 4px;
  width: 0%;
  transition: width 0.3s linear;
  pointer-events: none;
}

.player__time {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  opacity: 0.55;
}

/* Sticky player */
.sticky-player {
  position: sticky;
  top: var(--nav-h);
  z-index: 500;
  padding: 16px 24px;
  margin-bottom: 40px;
  display: none;
  gap: 20px;
  align-items: center;
}

.sticky-player.active { display: flex; }

.sticky-player__info { flex: 1; min-width: 0; }

.sticky-player__title {
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-player__meta { font-size: 0.75rem; opacity: 0.55; }

.sticky-player .player__progress-wrap { flex: 1; max-width: 400px; }

/* ===================================================
   TWO MOODS (home)
=================================================== */
.moods { padding: 80px 0; }

.moods__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mood-card {
  padding: 48px 40px;
  border-radius: var(--radius-lg);
  transition: transform var(--transition);
  position: relative;
  overflow: hidden;
}

.mood-card:hover { transform: translateY(-4px); }

.mood-card--day {
  background: linear-gradient(135deg, rgba(255,179,0,0.12), rgba(255,112,67,0.08));
  border: 1px solid rgba(255,179,0,0.2);
}

.mood-card--night {
  background: linear-gradient(135deg, rgba(126,87,194,0.18), rgba(9,3,18,0.35));
  border: 1px solid rgba(126,87,194,0.25);
}

.mood-card__icon { font-size: 2.8rem; margin-bottom: 20px; display: block; }
.mood-card__title { font-size: 1.5rem; font-weight: 700; margin-bottom: 14px; }
.mood-card__text { font-size: 1rem; line-height: 1.7; opacity: 0.8; }

.mood-card__genres {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
}

/* ===================================================
   CALENDAR PREVIEW (home)
=================================================== */
.cal-preview { padding: 80px 0; }

.cal-preview__disclaimer {
  text-align: center;
  padding: 20px 32px;
  border-radius: var(--radius-md);
  background: rgba(255,179,0,0.07);
  border: 1px solid rgba(255,179,0,0.18);
  font-size: 0.95rem;
  opacity: 0.85;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto 48px;
}

.cal-preview__disclaimer i { color: #d4a860; margin-right: 8px; }

.events-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 700px;
  margin: 0 auto 40px;
}

.event-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 20px 28px;
}

.event-item__date { text-align: center; }
.event-item__day { font-size: 1.8rem; font-weight: 700; line-height: 1; color: #d4a860; }
.event-item__month { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.55; }

.event-item__title { font-size: 1rem; font-weight: 600; margin-bottom: 4px; }
.event-item__location { font-size: 0.82rem; opacity: 0.55; }
.event-item__location i { margin-right: 4px; }

.event-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
}

.event-status--confirmed {
  background: rgba(72,199,116,0.12);
  border: 1px solid rgba(72,199,116,0.3);
  color: #48c774;
}

.event-status--planned {
  background: rgba(255,179,0,0.1);
  border: 1px solid rgba(255,179,0,0.25);
  color: #d4a860;
}

.event-status--spontaneous {
  background: rgba(126,87,194,0.12);
  border: 1px solid rgba(126,87,194,0.3);
  color: #b39ddb;
}

/* ===================================================
   PAGE HERO (inner pages)
=================================================== */
.page-hero {
  padding: calc(var(--nav-h) + 80px) 24px 80px;
  text-align: center;
}

.page-hero__title { margin-bottom: 16px; }

.page-hero__sub {
  font-size: 1.05rem;
  opacity: 0.65;
  max-width: 500px;
  margin: 0 auto;
}

/* ===================================================
   SETS PAGE
=================================================== */
.sets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.set-card {
  padding: 28px;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.set-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.25);
}

.set-card.playing {
  border-color: rgba(255,179,0,0.4);
  background: rgba(255,179,0,0.06);
}

.set-card__artwork {
  width: 100%;
  height: 180px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #f9c74f, #f3722c, #9b72cf);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
}

.set-card__play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
  font-size: 2.5rem;
}

.set-card:hover .set-card__play-overlay,
.set-card.playing .set-card__play-overlay { opacity: 1; }

.set-card__meta { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: #d4a860; }
.set-card__title { font-size: 1.1rem; font-weight: 700; line-height: 1.3; }

.set-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.set-card__stats {
  display: flex;
  gap: 14px;
  font-size: 0.78rem;
  opacity: 0.55;
}

.set-card__stats span { display: flex; align-items: center; gap: 4px; }

/* ===================================================
   VIDEO PAGE
=================================================== */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

.video-placeholder {
  aspect-ratio: 16/9;
  border-radius: var(--radius-md);
  background: var(--glass-bg);
  border: 1px dashed rgba(255,255,255,0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0.4;
}

.video-placeholder i { font-size: 2.5rem; }
.video-placeholder p { font-size: 0.82rem; letter-spacing: 0.05em; }

.stream-box {
  max-width: 680px;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
  border: 1px dashed rgba(126,87,194,0.35);
  border-radius: var(--radius-lg);
  background: rgba(126,87,194,0.05);
}

.stream-box__badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: rgba(126,87,194,0.18);
  border: 1px solid rgba(126,87,194,0.35);
  color: #b39ddb;
  margin-bottom: 20px;
}

.stream-box__icon { font-size: 3.5rem; margin-bottom: 20px; opacity: 0.3; }
.stream-box h3 { margin-bottom: 12px; }
.stream-box p { max-width: 380px; margin: 0 auto; font-size: 0.95rem; }

/* ===================================================
   CALENDAR PAGE
=================================================== */
.cal-disclaimer {
  padding: 20px 32px;
  border-radius: var(--radius-md);
  background: rgba(255,179,0,0.07);
  border: 1px solid rgba(255,179,0,0.18);
  text-align: center;
  margin-bottom: 48px;
  font-style: italic;
  opacity: 0.85;
}

.cal-month { margin-bottom: 56px; }

.cal-month__header {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--glass-border);
  letter-spacing: 0.05em;
}

/* ===================================================
   ABOUT PAGE
=================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: start;
}

.about__portrait {
  aspect-ratio: 3/4;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #f9c74f 0%, #f3722c 35%, #9b72cf 70%, #090312 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
  overflow: hidden;
}

.about__portrait-label {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.4;
  white-space: nowrap;
  font-style: italic;
}

.about__text { display: flex; flex-direction: column; gap: 28px; }
.about__text h2 { margin-bottom: 0; }
.about__text p { font-size: 1.05rem; }

.about__artists { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }

.contact-section { padding: 80px 0; }

.contact-card {
  padding: 48px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.contact-card h3 { margin-bottom: 8px; }
.contact-card > p { margin-bottom: 32px; }

.contact__email {
  font-size: 1.3rem;
  font-weight: 600;
  color: #d4a860;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  transition: opacity var(--transition);
}

.contact__email:hover { opacity: 0.7; }

.social-links {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.social-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
}

.social-link:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-2px);
}

/* ===================================================
   FOOTER
=================================================== */
.footer {
  padding: 56px 0 36px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(9,3,18,0.5);
}

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

.footer__brand {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #d4a860;
}

.footer__tagline {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  opacity: 0.35;
  margin-top: 4px;
  text-transform: uppercase;
}

.footer__links {
  display: flex;
  gap: 28px;
}

.footer__link {
  font-size: 0.75rem;
  opacity: 0.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: opacity var(--transition);
}

.footer__link:hover { opacity: 1; }

.footer__copy {
  font-size: 0.72rem;
  opacity: 0.25;
  letter-spacing: 0.05em;
}

/* ===================================================
   SCROLLBAR
=================================================== */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--color-night); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, var(--color-gold), var(--color-violet));
  border-radius: 3px;
}

/* ===================================================
   RESPONSIVE
=================================================== */
@media (max-width: 900px) {
  .nav__menu { display: none; }
  .nav__burger { display: flex; }

  .featured__card { grid-template-columns: 1fr; }
  .featured__artwork { width: 100%; height: 220px; }

  .moods__grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about__portrait { aspect-ratio: 16/9; max-height: 360px; }

  section { padding: 70px 0; }
}

@media (max-width: 600px) {
  .hero__cta { flex-direction: column; align-items: center; }
  .sets-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; text-align: center; }
  .footer__links { flex-wrap: wrap; justify-content: center; gap: 20px; }
  .event-item { grid-template-columns: 60px 1fr; }
  .event-item .event-status { display: none; }
  .contact-card { padding: 32px 20px; }
  .stream-box { padding: 40px 24px; }
}
