/*
  Responsive stylesheet for viewport-specific adjustments.
  Use this file for media queries and layout refinements across device sizes.
  Do not store customer data, CRM data, emails, secrets, or private company records here.
*/

@media (max-width: 1040px) {
  .header-nav-row {
    grid-template-columns: auto auto;
    gap: 10px;
    justify-content: space-between;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: center;
    gap: 10px 18px;
  }

  .language-picker {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .header-actions {
    justify-content: end;
  }

  .hero,
  .split,
  .field-band,
  .experience-section,
  .technical-intro,
  .status-section,
  .quality-card,
  .preorder-section,
  .newsletter-band {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .workflow-grid,
  .technical-grid,
  .technical-highlights,
  .audience-grid,
  .cred-grid,
  .demo-grid,
  .human-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-motion {
    padding: 8px 0;
  }

  .header-nav-row {
    min-height: 0;
    padding: 10px 14px 12px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .nav {
    overflow-x: auto;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 6px 2px;
    font-size: 0.82rem;
  }

  .language-select {
    min-height: 38px;
  }

  .language-picker {
    align-self: center;
  }

  .hero {
    gap: 24px;
    padding: 34px 18px 52px;
  }

  .hero > picture {
    grid-column: 1 / -1;
    grid-row: 2;
    order: initial;
  }

  .hero-inner {
    grid-column: 1 / -1;
    grid-row: 1;
    order: initial;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: 2.85rem;
    white-space: normal;
  }

  .hero-copy {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .hero-actions {
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .hero-actions .button {
    flex: 1 1 190px;
    width: auto;
    min-width: 0;
  }

  .price-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .price-bar {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .price-bar-lion .price-bar-track span {
    width: 54%;
  }

  .price-strip > div {
    min-height: 70px;
    padding: 12px;
  }

  .price-strip strong {
    font-size: 1.25rem;
  }

  .price-strip p,
  .hero-status {
    font-size: 0.78rem;
  }

  .proof-band,
  .feature-grid,
  .workflow-grid,
  .technical-grid,
  .technical-highlights,
  .audience-grid,
  .cred-grid,
  .demo-grid,
  .human-image-grid {
    grid-template-columns: 1fr;
  }

  .evidence-comparison {
    grid-template-columns: 1fr;
  }

  .evidence-comparison-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .workflow-card:not(:last-child)::after {
    display: none;
  }

  .feature-card {
    flex-basis: 100%;
    max-width: none;
  }

  .proof-band {
    padding-bottom: 48px;
  }

  .proof-item {
    min-height: 96px;
  }

  .technical-card,
  .technical-card:nth-child(odd),
  .technical-card:nth-child(even) {
    display: block;
    padding: 24px 0;
    border-right: 0;
  }

  .technical-card .check-list {
    margin-top: 16px;
  }

  .newsletter-form {
    width: 100%;
    justify-self: stretch;
  }

  .newsletter-form .button {
    width: 100%;
  }

  .quality-media .button {
    justify-self: stretch;
  }

  .quality-downloads .button {
    width: 100%;
  }

  .motion-track {
    gap: 24px;
  }

  .motion-track span {
    gap: 24px;
    font-size: 0.78rem;
  }
}

@media (max-width: 430px) {
  .header-actions .button {
    width: 100%;
  }

  .preorder-actions .button,
  .newsletter-form .button {
    width: 100%;
  }

  .hero-actions,
  .preorder-actions {
    width: 100%;
  }
}
