@media (min-width: 1600px) {
  :root {
    --container-width: min(88vw, 1600px);
  }
  .hero-title-line {
    font-size: clamp(10rem, 14vw, 18rem);
  }
  .about-heading {
    font-size: 7rem;
  }
  .balade-title {
    font-size: 8rem;
  }
}

@media (max-width: 1400px) {
  .about-layout {
    gap: 0;
  }
  .about-image-col {
    margin-left: -2%;
  }
  .hero-title-line--offset {
    padding-left: 10vw;
  }
}

@media (max-width: 1200px) {
  .balade-item {
    min-height: 80svh;
  }
  .balade-title {
    font-size: clamp(2rem, 5vw, 5rem);
  }
}

@media (max-width: 1024px) {
  .hero-title-line {
    font-size: clamp(3rem, 9vw, 8rem);
  }
  .hero-title-line--offset {
    padding-left: 8vw;
  }
  .hero-title-line--italic-small {
    font-size: clamp(2rem, 6vw, 6rem);
  }
  .about-heading {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
  }
  .constellation-stage {
    height: clamp(400px, 60vh, 650px);
  }
  .chakra-panel {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    transform: translateY(110%);
    clip-path: inset(0 0 100% 0);
    border-radius: 0;
  }
  .chakra-panel.open {
    transform: translateY(0);
    clip-path: inset(0 0 0% 0);
  }
}

@media (max-width: 900px) {
  .about-layout {
    grid-template-columns: 1fr;
  }
  .about-image-col {
    margin-left: 0;
    order: -1;
    max-width: 80%;
    margin: 0 auto 2rem;
  }
  .about-text-col {
    padding-right: 0;
    padding-top: 0;
  }
  .reservation-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
  }
}

@media (max-width: 768px) {
  .nav-links,
  .nav-cta {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .hero-subtitle-meta {
    display: none;
  }
  .hero-bottom-row {
    justify-content: flex-end;
  }
  .hero-inner {
    gap: var(--spacing-sm);
  }
  .balade-item {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .balade-item:nth-child(even) {
    direction: ltr;
  }
  .balade-image-col {
    min-height: 50vw;
    height: 50vw;
  }
  .balade-img-reveal {
    clip-path: inset(0 0 0 0) !important;
  }
  .balade-text-col {
    padding: var(--spacing-md) var(--spacing-sm);
  }
  .constellation-stage {
    display: none;
  }
  .chakras-mobile-carousel {
    display: block;
  }
  .temoignage-card {
    width: clamp(240px, 80vw, 320px);
  }
  .footer-statement {
    font-size: clamp(2rem, 8vw, 4rem);
  }
  .footer-meta {
    flex-direction: column;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .hero-title-line {
    font-size: clamp(2.8rem, 11vw, 5rem);
  }
  .hero-title-line--offset {
    padding-left: 5vw;
  }
  .hero-title-line--italic-small {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }
  .marquee-track {
    animation-duration: 25s;
  }
  .section-num {
    font-size: 45vw;
  }
}

@media (max-width: 480px) {
  .btn-amber,
  .form-submit {
    width: 100%;
    text-align: center;
  }
  .balade-meta {
    gap: 1rem;
  }
  .about-img-wrap {
    clip-path: polygon(0 5%, 95% 0, 100% 95%, 5% 100%);
  }
  .temoignage-card {
    clip-path: none;
    width: clamp(220px, 85vw, 300px);
  }
  .reservation-section {
    padding: var(--spacing-lg) 0;
  }
}

@media (max-width: 360px) {
  .hero-title-line {
    font-size: 2.2rem;
  }
  .about-heading {
    font-size: 1.8rem;
  }
  .chakra-section-title {
    font-size: 2rem;
  }
  .balade-title {
    font-size: 2rem;
  }
  .footer-statement {
    font-size: 1.8rem;
  }
  .section-eyebrow {
    font-size: 0.55rem;
  }
}

@media (hover: none) {
  .cursor-dot,
  .cursor-ring {
    display: none;
  }
  .balade-img-reveal {
    clip-path: inset(0 0 0 0) !important;
  }
  .about-img-wrap img {
    transform: none !important;
  }
  .orb-sphere:active {
    transform: scale(1.2);
  }
  .btn-amber:active {
    opacity: 0.85;
  }
}

@media (prefers-color-scheme: dark) {
  .form-select option {
    background: var(--bark);
  }
}
