/* ============ V4 STYLES ============ */

/* ── Hero V4 — czyste pozycjonowanie, bez negatywnych marginesów ── */
.hero-v4 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(80px, 6.25vw, 120px) 24px clamp(60px, 4.2vw, 80px);
  background: var(--off-white) url('../images/hero-banner.png') center/auto 100% no-repeat;
  position: relative;
  overflow: hidden;
}

.hero-v4::before,
.hero-v4::after { display: none; }

.hero-v4 .hero-inner {
  max-width: clamp(600px, 46vw, 880px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.hero-v4 .kicker {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 28px;
}

.hero-v4 .hero-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: clamp(40px, 4.2vw, 80px);
  margin-bottom: clamp(20px, 1.7vw, 32px);
}

.hero-v4 .kicker {
  position: relative;
  z-index: 3;
  top: clamp(45px, 4.7vw, 90px);
  margin-bottom: clamp(-160px, -8.3vw, -60px);
}

.hero-v4 .hero-text-block {
  margin-top: clamp(-180px, -9.4vw, -60px);
  position: relative;
  z-index: 2;
  top: clamp(-60px, -3.1vw, -20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-v4 .hero-tagline {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(18px, 2.8vw, 28px);
  font-weight: 700;
  color: var(--black);
  max-width: 760px;
  margin: 0 0 16px;
  line-height: 1.35;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-v4 .hero-sub {
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 300;
  color: #555;
  max-width: 640px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.hero-v4 .hero-meta {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 48px;
}

/* ── Sekcja: Idea marki (filozofia + autorka) ── */
.idea-brand-section {
  background: var(--off-white);
}

.idea-brand-text {
  max-width: 800px;
  margin: 0 auto 72px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.idea-brand-text p {
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.9;
  color: var(--black);
  font-weight: 300;
}

.author-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 52px;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
}

.author-photo-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 2px;
  border: 1.5px solid rgba(207, 2, 52, 0.35);
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

.author-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.author-bubble {
  background: var(--white);
  border: 1.5px solid rgba(207, 2, 52, 0.18);
  border-radius: 2px;
  padding: 36px 44px;
  position: relative;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.author-bubble::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(207, 2, 52, 0.18) transparent transparent;
}

.author-bubble::after {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent var(--white) transparent transparent;
}

.author-bubble p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--black);
  font-weight: 300;
  margin-bottom: 18px;
}

.author-bubble p:last-child { margin-bottom: 0; }

/* ── O SHOW — czarne tło ── */
.about-dark-section {
  background: var(--black);
  padding: 96px 24px;
}

.about-dark-section .section-label {
  color: var(--red);
}

.about-dark-section .section-title {
  color: var(--white);
}

.about-dark-section .section-deco {
  background: var(--red);
}

.about-dark-section .hero-sub {
  color: var(--white);
}

.about-dark-text {
  max-width: 780px;
  margin: 0 auto 48px;
}

.about-dark-text p {
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.85;
  color: var(--white);
  font-weight: 300;
}

.show-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-size: clamp(15px, 2vw, 21px);
  letter-spacing: 1.5px;
  color: var(--white);
}

.rule-dot {
  color: var(--red);
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}

.show-rule-sub {
  font-size: 16px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}

.show-slogan {
  font-family: var(--font-display);
  font-size: clamp(17px, 2.2vw, 24px);
  letter-spacing: 2px;
  color: var(--red);
  text-align: center;
  margin-bottom: 72px;
}

/* ── Foto AI w sekcji O show ── */
.ai-photo-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 80px;
  overflow: hidden;
  border-radius: 2px;
}

.ai-photo-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── CO ZYSKUJESZ? Mapa neuronów ── */
.co-zyskujesz-section {
  padding-top: 20px;
}

.co-zyskujesz-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(207,2,52,0.9);
  margin-bottom: 12px;
  text-align: left;
}

.co-zyskujesz-heading {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  text-align: left;
  letter-spacing: 3px;
  color: var(--white);
  margin-bottom: 20px;
}

.neuron-map {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 0;
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
  min-height: 580px;
}

.neuron-center {
  background: var(--red);
  border-radius: 50%;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 2.5px;
  color: var(--white);
  padding: 28px;
  box-shadow: 0 0 0 16px rgba(207,2,52,0.12), 0 0 0 36px rgba(207,2,52,0.05);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  justify-self: center;
}

.neuron-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}

.neuron-col--left {
  align-items: flex-end;
  border-right: 2px solid rgba(207,2,52,0.22);
  padding-right: 0;
}

.neuron-col--right {
  align-items: flex-start;
  border-left: 2px solid rgba(207,2,52,0.22);
  padding-left: 0;
}

.neuron-item {
  display: flex;
  flex-direction: column;
  padding: 18px 28px;
  position: relative;
  flex: 1;
  justify-content: center;
}

.neuron-col--left .neuron-item {
  text-align: right;
  align-items: flex-end;
}

.neuron-col--right .neuron-item {
  text-align: left;
  align-items: flex-start;
}

/* Dot on the spine */
.neuron-col--left .neuron-item::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(207,2,52,0.2);
}

.neuron-col--right .neuron-item::after {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(207,2,52,0.2);
}

.neuron-item-icon {
  font-size: 22px;
  margin-bottom: 6px;
  line-height: 1;
}

.neuron-item-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}

.neuron-item-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.6;
  max-width: 280px;
}

/* ── Placeholder AI foto między sekcjami ── */
.ai-divider-section {
  height: 440px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-divider-inner {
  width: calc(100% - 48px);
  max-width: 1100px;
  height: calc(100% - 48px);
  border: 2px dashed rgba(207,2,52,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* ── Bilety V4 — intro text ── */
.ticket-section-header {
  max-width: 720px;
}

.ticket-section-intro {
  font-size: 15px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.75;
  margin-bottom: 48px;
  border-left: 3px solid var(--red);
  padding-left: 20px;
}

/* ── Konkursy — cherry design ── */
.cherry-section {
  background: var(--black);
  padding: 80px 0 64px;
}

.cherry-section .konkursy-eyebrow {
  color: var(--white);
}

.cherry-section .konkursy-title {
  color: var(--white);
}

.cherry-section .konkursy-intro {
  color: var(--white);
}

.cherry-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* SVG stem container */
.cherry-stems {
  width: 500px;
  height: 100px;
  flex-shrink: 0;
}

.cherry-fruits {
  display: flex;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
}

.cherry-fruit {
  width: 340px;
  min-height: 340px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 52px 44px;
  color: var(--white);
  position: relative;
  box-shadow: 0 12px 48px rgba(207,2,52,0.4), 0 0 0 2px rgba(207,2,52,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cherry-fruit:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(207,2,52,0.5), 0 0 0 2px rgba(207,2,52,0.4);
}


.cherry-fruit:hover {
  transform: translateY(-6px);
}

.cherry-fruit-name {
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.cherry-fruit-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.7;
}

.cherry-extra-text {
  margin-top: 52px;
  text-align: center;
  max-width: 600px;
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.75;
  font-style: italic;
  border-top: 1px solid rgba(207,2,52,0.2);
  padding-top: 32px;
}

/* ── Bezpieczeństwo V4 ── */
.safety-v4-list {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.safety-v4-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(207,2,52,0.12);
  align-items: start;
}

.safety-v4-item:first-child {
  border-top: 1px solid rgba(207,2,52,0.12);
}

.safety-v4-icon {
  font-size: 26px;
  line-height: 1;
  padding-top: 2px;
}

.safety-v4-content strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.safety-v4-content p {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  line-height: 1.75;
}

/* ── Footer V4 ── */
.footer-v4-social {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.footer-social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color var(--transition);
}

.footer-social-link:hover { color: var(--red); }

.footer-social-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.footer-legal-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 14px;
}

.footer-legal-links a {
  font-size: 12px;
  font-weight: 300;
  color: #666;
  text-decoration: underline;
  transition: color var(--transition);
}

.footer-legal-links a:hover { color: var(--red); }

/* ── Partnerzy — 3 kolumny wyśrodkowane ── */
.partners-grid--main {
  grid-template-columns: repeat(3, 1fr);
  max-width: 780px;
  margin: 0 auto;
}

/* ── Edycje — szare teksty na czarne ── */
.category-card p { color: var(--black); }

/* ── Kalendarz — hover na kafelku ── */
#events .event-item {
  transition: background var(--transition);
}
#events .event-item:hover {
  background: var(--black);
}
#events .event-item:hover .event-date,
#events .event-item:hover .event-city,
#events .event-item:hover .event-venue,
#events .event-item:hover .event-time {
  color: var(--white);
}
#events .event-item:hover .event-badge {
  color: var(--red);
}

/* ── Bilety — przycisk przyklejony do dołu ── */
.ticket-grid-v4 .ticket-card .btn { margin-top: auto; }

/* ── Bilety — overrides szarych tekstów ── */
.ticket-card--audience .ticket-desc { color: var(--black); opacity: 1; }
.ticket-card--audience .ticket-note { color: var(--black); opacity: 1; }
.ticket-card--audience .ticket-list li { color: var(--black); }
.ticket-price {
  font-size: 20px;
  opacity: 1;
}
.ticket-price strong { font-weight: 700; }

/* ── Ticket V4 equal height ── */
.ticket-grid-v4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.ticket-grid-v4 .ticket-card {
  height: 100%;
}

/* ── Scenariusz — overrides szarych tekstów ── */
.step-num { color: var(--black); }
.step p { color: var(--black); }
.step--audience .step-num { color: var(--black); }
.steps-legend-item { color: var(--black); }
.steps-legend-item--audience .legend-dot { background: var(--black); }
.steps-path-label { font-family: 'Josefin Sans', sans-serif; }
.step--audience { border-top-color: var(--black); }

/* ── Responsive V4 ── */
@media (max-width: 900px) {
  .author-block {
    grid-template-columns: 1fr;
  }

  .author-photo-placeholder {
    aspect-ratio: 16/6;
  }

  .author-bubble::before,
  .author-bubble::after {
    display: none;
  }

  .neuron-map {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 32px;
  }

  .neuron-center {
    margin: 0 auto;
    order: -1;
  }

  .neuron-col--left,
  .neuron-col--right {
    border: none;
    align-items: flex-start;
  }

  .neuron-item {
    text-align: left !important;
    align-items: flex-start !important;
    border-bottom: 1px solid rgba(207,2,52,0.15);
    padding: 16px 0 !important;
  }

  .neuron-col--left .neuron-item::after,
  .neuron-col--right .neuron-item::after {
    display: none;
  }

  .neuron-item-desc {
    max-width: 100%;
  }

  .cherry-stems {
    width: 300px;
    height: 70px;
  }

  .cherry-fruit {
    width: 280px;
    min-height: 280px;
    padding: 40px 32px;
  }

  .ticket-grid-v4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .show-rule {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }

  .rule-dot { display: none; }

  .cherry-fruit {
    width: 260px;
    min-height: 260px;
    padding: 36px 28px;
  }

  .cherry-stems {
    width: 240px;
  }

  .hero-v4 .hero-tagline {
    font-size: clamp(16px, 5vw, 22px);
  }
}

/* ════════════════════════════════════════
   MOBILE — pełna responsywność
   ════════════════════════════════════════ */

/* ── Hamburger / Mobile Nav ── */
.nav-logo-mobile {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(11px, 0.83vw, 16px);
  letter-spacing: clamp(1.5px, 0.15vw, 3px);
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-logo-cherry {
  color: var(--red);
}

.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 1001;
}

.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {

  html, body { overflow-x: hidden; }

  /* ── Nav mobile ── */
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav-logo-mobile { display: block; }
  .nav-burger { display: flex; }

  .nav-links {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--black);
    padding: clamp(60px, 9vh, 80px) 40px clamp(16px, 3vh, 32px);
    gap: 0;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    z-index: 90;
    align-items: flex-end;
  }

  .nav-links.open { transform: translateX(0); }

  .nav-links li { border-bottom: 1px solid rgba(255,255,255,0.08); width: 100%; }
  .nav-links li:first-child { border-top: 1px solid rgba(255,255,255,0.08); }

  .nav-links li a {
    font-size: clamp(13px, 2vh, 16px);
    letter-spacing: 2px;
    padding: clamp(10px, 1.5vh, 14px) 0;
    display: block;
    color: var(--white);
    text-transform: uppercase;
    text-align: right;
  }

  .nav-links .nav-cta {
    margin-top: clamp(12px, 2vh, 24px);
    display: block;
    text-align: center;
    padding: 12px 24px;
    border: none;
    width: 100%;
  }

  /* ── Hero mobile ── */
  .hero-v4 {
    padding: 100px 20px 60px;
    min-height: 100svh;
  }

  .hero-v4 .kicker {
    font-size: 10px;
    letter-spacing: 3px;
    top: 20px;
    margin-bottom: -100px;
  }

  .hero-v4 .hero-logo {
    margin-top: 40px;
  }

  .hero-v4 .hero-text-block {
    margin-top: -120px;
    top: -30px;
    padding: 0 4px;
  }

  .hero-v4 .hero-tagline {
    font-size: clamp(16px, 5vw, 22px);
    margin-bottom: 10px;
  }

  .hero-v4 .hero-meta {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
  }

  .hero-btns {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .hero-btns .btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 11px;
  }

  /* ── Idea marki / Author ── */
  .author-photo-wrap {
    aspect-ratio: 4/3;
    max-width: 320px;
    margin: 0 auto;
  }

  .author-bubble {
    padding: 28px 24px;
  }

  .author-bubble p {
    font-size: 14px;
  }

  /* ── O show — neuron map ── */
  .neuron-center {
    width: 200px;
    height: 200px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  /* ── Scenariusz — steps track ── */
  .steps-track {
    flex-direction: column;
  }

  .steps-path-label {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
    padding: 10px 16px;
    font-size: 10px;
    letter-spacing: 3px;
  }

  .step {
    padding: 24px 20px 28px;
  }

  .step-num {
    font-size: clamp(32px, 10vw, 52px);
  }

  /* ── Steps legend ── */
  .steps-legend {
    flex-wrap: wrap;
    gap: 16px;
  }

  /* ── Bilety ── */
  .ticket-card {
    padding: 32px 24px;
  }

  .ticket-title {
    font-size: clamp(24px, 7vw, 36px);
  }

  .ticket-price {
    font-size: 16px;
  }

  /* ── Edycje — categories ── */
  .categories {
    grid-template-columns: 1fr;
  }

  /* ── Konkursy — cherry ── */
  .cherry-section {
    padding: 60px 0 48px;
  }

  .cherry-section .container {
    padding: 0 20px;
  }

  .cherry-fruits {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .cherry-fruit {
    width: 100%;
    min-height: auto;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 8px 32px rgba(207,2,52,0.35);
  }

  .cherry-fruit:hover {
    transform: none;
  }

  .cherry-fruit-name {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .cherry-fruit-desc {
    font-size: 14px;
  }

  .cherry-extra-text {
    margin-top: 32px;
    padding-top: 24px;
    font-size: 13px;
  }

  .cherry-stems {
    display: none;
  }

  /* ── Kalendarz ── */
  #events .events-list {
    grid-template-columns: 1fr;
  }

  .event-summary {
    padding: 16px 0;
    gap: 10px;
  }

  .event-summary-left {
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .event-date {
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .event-city {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .event-age {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .event-badge {
    font-size: 9px;
    letter-spacing: 1px;
    padding: 4px 8px;
  }

  .event-btns {
    flex-direction: column;
  }

  .event-btns .btn {
    width: 100%;
    text-align: center;
  }

  /* ── Partnerzy ── */
  .partners-grid--main {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  /* ── FAQ ── */
  .faq-list details summary {
    font-size: 15px;
    padding: 18px 0;
  }

  /* ── Footer ── */
  .footer-v4-social {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-legal-links {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  /* ── Floating button ── */
  .floating-btn-wrapper {
    bottom: 16px;
    left: 16px;
  }

  .floating-btn {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 400px) {
  .hero-v4 .kicker {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .cherry-fruit {
    width: calc(100vw - 48px);
    min-height: calc(100vw - 48px);
  }

  .author-bubble {
    padding: 20px 18px;
  }

  .ticket-card {
    padding: 28px 18px;
  }

  .form-card {
    padding: 32px 20px;
  }
}
