/* =============================================
   RESPONSIVE: 1280px (Medium Desktop)
   ============================================= */
@media (max-width: 1280px) {
  .hero__products {
    flex-wrap: wrap;
    gap: 32px;
  }
  .hero__product-images {
    order: -1;
    width: 74%;
  }
    .hero__product-details--camera {
    order: 0;
  }
  .hero__product-details {
    flex-direction: column;
    width: 310px;
    height: 102px;
    /* max-width: 389px; */
    /* margin: 0 auto; */
    align-items: baseline;
    /* justify-content: space-between; */
    text-align: left !important;
    padding-top: 16px;
    gap: 2px;
    flex-wrap: wrap;
    /* text-align: left; */
  }
  .hero__product-name {
    width: 166px;
  }
}
/* =============================================
   RESPONSIVE: 1024px (Small Desktop)
   ============================================= */
@media (max-width: 1024px) {

  .hero__title {
    font-size: 48px;
    line-height: 52px;
  }

  .hero__product-images {
    /* width: 621px; */
    /* height: 260px; */
  }

  .hero__product-img--lens {
    /* width: 320px; */
    /* top: 40px; */
  }

  .hero__product-img--camera {
    /* width: 347px; */
    /* left: 220px; */
  }

  .hero__product-details {
    /* width: 150px; */
    text-align: left;
  }

  .hero__product-name {
    font-size: 15px;
    /* width: 150px; */
  }

  .hero__desc {
    font-size: 20px;
    line-height: 28px;
  }

  /* Livestream: description+speakers side-by-side, video full-width below */
  .livestream {
    padding: 48px 64px;
  }

  .livestream__primary--panel {
    flex-direction: column;
    gap: 32px;
  }

  .livestream__description {
    flex-direction: row;
    max-width: none;
    gap: 32px;
    align-items: flex-start;
    flex: none;
  }

  .livestream__meta {
    flex: 1;
    min-width: 0;
    gap: 16px;
  }

  .livestream__speakers-panel {
    flex: 1;
    min-width: 0;
  }

  .livestream__video {
    width: 100%;
    flex: none;
  }

  .livestream__video .video-thumb img {
    aspect-ratio: 720 / 405;
    width: 100%;
    object-fit: cover;
  }

  /* State C pro content stacks */
  .livestream__pro-content {
    flex-direction: column;
    gap: 32px;
  }

  .livestream__pro-info {
    flex: none;
    width: 100%;
    gap: 16px;
  }

  .livestream__pro-subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  /* Bar: no datetime at this breakpoint */
  .livestream__bar-datetime {
    display: none;
  }

  .camera-hero__product-img {
    width: 400px;
  }

  .lens-hero__product-img {
    width: 800px;
  }

  .feature-card__content {
    flex: 0 0 400px;
  }

  .sticky-nav__inner {
    gap: var(--space-md);
  }

  .sample-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .comparison__product-img {
    width: 150px;
    height: 150px;
  }
}

/* =============================================
   RESPONSIVE: 768px (Tablet)
   ============================================= */
@media (max-width: 768px) {

  .hero {
    min-height: auto;
  }

  .hero__title {
    font-size: 36px;
    line-height: 40px;
  }

  .hero__products {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: auto;
    padding: 0 24px;
  }

  .hero__product-images {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    overflow: visible;
  }

  .hero__product-img {
    position: relative;
  }

  .hero__product-img--lens {
    width: 100%;
    top: auto;
    left: auto;
  }

  .hero__product-img--camera {
    width: 81%;
    left: 8%;
    top: auto;
    right: auto;
    /* box-shadow: 0 -12px 18px rgba(0, 0, 0, 0.43); */
  }

  .hero__product-details {
    flex-direction: row;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    text-align: left !important;
    padding-top: 16px;
    gap: 4px;
  }

  .hero__product-images {
    order: -1;
  }

  .hero__product-details--camera {
    order: 0;
  }

  .hero__product-details--lens {
    order: 1;
    align-items: center;
    border-top: 1px solid var(--steel-300);
    padding-bottom: 16px;
  }

  .hero__desc {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
    padding: 0 16px 48px;
  }

  .livestream {
    padding: 32px 16px;
  }

  .livestream__inner {
    gap: 24px;
  }

  .livestream__description {
    flex-direction: column;
    max-width: 100%;
    gap: 24px;
  }

  .livestream__title {
    font-size: 28px;
    line-height: 34px;
  }

  .livestream__datetime {
    font-size: 18px;
    line-height: 24px;
  }

  .livestream__speakers {
    flex-wrap: wrap;
    gap: 12px;
  }

  .livestream__speaker-name {
    font-size: 16px;
    line-height: 22px;
  }

  /* Bar stacks on tablet */
  .livestream__bar {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .livestream__bar-cta {
    width: 100%;
  }

  .livestream__bar-title {
    font-size: 20px;
    line-height: 24px;
  }

  .sticky-nav__inner {
    gap: var(--space-sm);
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: var(--space-xs) var(--space-sm);
  }

  .sticky-nav__link {
    font-size: 12px;
    padding: 6px 10px;
  }

  /* Camera/Lens desc */
  .camera-desc,
  .lens-desc {
    padding: 24px 0 48px;
  }

  .camera-desc__text,
  .lens-desc__text {
    font-size: 18px;
    line-height: 24px;
  }

  /* Camera/Lens hero */
  .camera-hero__product-img {
    width: 300px;
  }

  .lens-hero__product-img {
    width: 600px;
  }

  /* Highlights — single column */
  .camera-highlights,
  .lens-highlights {
    padding: 0 0 48px;
  }

  .highlight-card {
    width: 100% !important;
  }

  /* Feature cards — stacked */
  .camera-features,
  .lens-features {
    padding: 0 0 32px;
  }

  .feature-card {
    flex-direction: column;
    height: auto;
  }

  .feature-card__content {
    flex: none;
    width: 100%;
    padding: 20px;
    gap: 16px;
  }

  .feature-card__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }

  .feature-card__desc {
    font-size: 16px;
    line-height: 22px;
  }

  .feature-card__img {
    flex: none;
    width: 100%;
    aspect-ratio: 345 / 200;
    min-height: auto;
  }

  /* Hands-on */
  .hands-on {
    padding: 0 0 48px;
  }

  .hands-on-camera {
    padding: 32px 0;
  }

  /* Dangerous combo */
  .dangerous-combo {
    padding: 0 0 48px;
  }

  .dangerous-combo__header {
    flex-direction: column;
    gap: 16px;
  }

  .dangerous-combo__title {
    min-width: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .dangerous-combo__paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .usecase-card {
    flex-direction: column;
  }

  .usecase-card__thumb {
    width: 100%;
    height: 200px;
  }

  .usecase-card__desc {
    font-size: 14px;
    line-height: 19px;
  }

  .burst-sequence__images {
    flex-wrap: wrap;
    gap: 8px;
  }

  .burst-sequence__frame {
    flex: 0 0 calc(33.333% - 6px);
  }

  /* Sample images */
  .sample-images {
    padding: 0 0 0;
  }

  .sample-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Comparison */
  .comparison {
    padding: 32px 0 48px;
  }

  .comparison__cell {
    font-size: 14px;
    padding: 8px;
  }

  .comparison__product-img {
    width: 100px;
    height: 100px;
  }

  .comparison__product-name {
    font-size: 16px;
  }

  /* Footer */
  .footer-cta {
    min-height: 400px;
  }

  .footer-cta__inner {
    gap: 32px;
    padding: 60px 20px;
  }

  .footer-cta__title {
    font-size: 36px;
    line-height: 42px;
  }

  .footer-cta__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-cta__actions {
    flex-direction: column;
    gap: 16px;
  }

  .footer-cta__actions .btn {
    width: 100%;
    max-width: 280px;
  }

  .drawer {
    width: 100%;
  }
}

/* =============================================
   RESPONSIVE: 480px (Mobile)
   ============================================= */
@media (max-width: 480px) {
  .hero__subtitle-row {
    flex-direction: column;
    gap: 8px;
  }

  .hero__title {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -0.66px;
  }

  .hero__logo {
    width: 78px;
    height: 14px;
  }

  .hero__logo svg {
    width: 78px;
    height: 14px;
  }

  .hero__brand-subtitle {
    font-size: 14px;
    line-height: 14px;
  }

  .hero__header {
    padding-top: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero__product-images {
    width: 100%;
    height: 270px;
    position: relative;
  }

  .hero__product-img {
    position: relative;
  }

  .hero__product-img--lens {
    width: 100%;
    top: auto;
    left: auto;
  }

  .hero__product-img--camera {
    width: 81%;
        left: 8%;
        top: -57px;
        /* box-shadow: 0 -12px 18px rgba(0, 0, 0, 0.43); */
        filter: drop-shadow(0 -12px 18px rgba(0, 0, 0, 0.43));
  }

  .hero__products {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: auto;
    padding: 0;
  }

  .hero__product-details {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 16px;
    gap: 8px;
    /* column-gap: 13px; */
  }

  .hero__product-images {
    order: -1;
  }

  .hero__product-details--camera {
    order: 0;
    align-items: center;
    text-align: left;
    margin-bottom: 12px;
  }

  .hero__product-details--camera  br {
    display: none;
  }

  .hero__product-details--lens {
    order: 1;
    align-items: center;
    text-align: left;
    /* border-top: 1px solid var(--steel-300); */
    padding-bottom: 16px;
  }

  .hero__product-name {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 4px;
  }

  .hero__desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
    padding: 0 15px 32px;
  }

  .sample-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Livestream mobile */
  .livestream {
   /* padding: 32px 15px; */
  }

  .livestream__inner {
    gap: 24px;
  }

  .livestream__primary--panel {
    gap: 24px;
  }

  .livestream__title {
    font-size: 24px;
    line-height: 28px;
  }

  .livestream__datetime {
    font-size: 16px;
    line-height: 22px;
    gap: 12px;
  }

  .livestream__datetime-item svg {
    width: 16px;
    height: 16px;
  }

  .livestream__speakers {
    gap: 8px;
  }

  .livestream__speaker {
    flex-direction: row;
    width: 130px;
    gap: 8px;
    align-items: center;
  }

  .livestream__speaker-img {
    width: 32px;
    height: 32px;
  }

  .livestream__speaker-name {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    text-align: left;
  }

  .livestream__speakers-panel {
    padding: 16px 15px;
  }

  /* inline speakers on mobile */
  .livestream__speaker--inline {
    width: 130px;
  }
   /* day 2 live panel fixes */
 html .livestream__state-c .livestream__speakers {
  justify-content: flex-start;
  gap: 20px;
}

html .livestream__state-c .livestream__speaker.livestream__speaker--inline {
  width: 130px;
  gap: 8px;
}

html .livestream__state-c img.livestream__speaker-img.livestream__speaker-img--sm {
  width: 50px;
  height: 50px;
}

  .livestream__pro-subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  /* Bar mobile: stacked, no datetime */
  .livestream__bar {
    padding: 16px;
    gap: 12px;
  }

  .livestream__bar-title {
    font-size: 18px;
    line-height: 22px;
  }

  .livestream__bar-icon {
    width: 40px;
    height: 40px;
  }

  .livestream__bar-icon svg {
    width: 20px;
    height: 20px;
  }

  .comparison__product-img {
    width: 80px;
    height: 80px;
  }

  .comparison__product-name {
    font-size: 14px;
  }

  .comparison__cell {
    font-size: 12px;
    padding: 6px;
  }

  .lens-hero__title {
    font-size: 32px;
    line-height: 36px;
  }

  .lens-hero__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .camera-hero__title {
    font-size: 32px;
    line-height: 36px;
  }

  .camera-hero__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-cta__title {
    font-size: 28px;
    line-height: 34px;
  }

  .footer-cta__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .camera-hero__inner {
    padding:0;
  }
} 