/* ========================================
   TABLET: 768px - 1199px
   ======================================== */
@media (max-width: 1199px) {
  .problem__statements {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .speakers__grid {
    gap: 40px;
  }

  .speaker-card__photo {
    width: 160px;
    height: 160px;
  }

  .speaker-card__initials {
    font-size: 52px;
  }

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

  .bento-card--large {
    grid-row: auto;
  }

  .bento-card--full {
    grid-column: auto;
  }

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

  .registration__setto {
    width: 140px;
    right: 16px;
  }
}

/* ========================================
   MOBILE: 0 - 767px
   ======================================== */
@media (max-width: 767px) {
  :root {
    --section-pad-x: 20px;
    --section-pad-y: 56px;
    --nav-height: 60px;
  }

  .nav__cta {
    padding: 10px 20px;
    font-size: 12px;
  }

  .nav__logo svg {
    height: 22px;
  }

  /* Hero */
  .hero {
    padding-top: calc(var(--nav-height) + 40px);
    padding-bottom: 56px;
    min-height: 100svh;
  }

  .hero__eyebrow {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .hero__headline-l1 {
    font-size: 48px;
  }

  .hero__headline-l2 {
    font-size: 48px;
  }

  .hero__subhead {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .hero__speakers {
    gap: 20px;
    margin-bottom: 28px;
  }

  .hero__speaker-photo {
    width: 44px;
    height: 44px;
  }

  .hero__speaker-initials {
    font-size: 16px;
  }

  .hero__speaker-name {
    font-size: 11px;
  }

  .hero__speaker-company {
    font-size: 10px;
  }

  .hero__cta {
    padding: 14px 32px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .hero__cta-note {
    display: none;
  }

  /* Problem */
  .problem__headline {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .problem__statements {
    gap: 36px;
  }

  .problem__statement {
    padding: 24px;
  }

  /* Speakers */
  .speakers__grid {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .speaker-card__photo {
    width: 160px;
    height: 160px;
  }

  .speaker-card__initials {
    font-size: 52px;
  }

  .speaker-card__name {
    font-size: 28px;
  }

  /* Topics */
  .topics__headline {
    font-size: 32px;
  }

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

  .bento-card {
    padding: 24px;
  }

  .bento-card--full {
    flex-direction: column;
  }

  .bento-card__icon {
    width: 64px;
    height: 64px;
  }

  .bento-card__icon img {
    width: 36px;
    height: 36px;
  }

  .bento-card__title {
    font-size: 24px;
  }

  .bento-card--large .bento-card__title {
    font-size: 26px;
  }

  /* Registration */
  .registration {
    grid-template-columns: 1fr;
  }

  .registration__left {
    padding: 48px 20px;
  }

  .registration__setto {
    display: none;
  }

  .registration__date-value {
    font-size: 32px;
  }

  .flip-card {
    width: 48px;
    height: 60px;
  }

  .flip-card .top span,
  .flip-card .bottom span,
  .flip-card .top-flip span,
  .flip-card .bottom-flip span {
    font-size: 36px;
  }

  .flip-separator {
    line-height: 60px;
    font-size: 24px;
  }

  .registration__right {
    padding: 48px 20px;
  }

  .registration__iframe-wrap {
    min-height: 350px;
  }

  .registration__iframe-wrap iframe {
    height: 740px;
  }

  .reg-drawer__body iframe {
    height: 740px;
  }

  /* Footer */
  .footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .footer__left {
    flex-direction: column;
    gap: 12px;
  }
}
