/* Desktop & laptop — spacious layouts (theme preserved) */

@media (min-width: 900px) {
  :root {
    --max: 1180px;
    --header-h: 72px;
    --space-7: 3.75rem;
    --space-8: 5rem;
  }

  body {
    background:
      radial-gradient(ellipse 80% 40% at 10% -10%, rgba(249, 201, 224, 0.35), transparent 55%),
      radial-gradient(ellipse 60% 35% at 100% 5%, rgba(153, 165, 176, 0.18), transparent 50%),
      var(--bg);
  }

  /* ---- Header ---- */
  .header-inner {
    width: min(100% - 2.5rem, var(--max));
    gap: 1rem;
    min-height: var(--header-h);
  }

  .brand {
    padding: 0.32rem 0.9rem 0.32rem 0.4rem;
    gap: 0.65rem;
  }

  .brand-symbol {
    height: 54px;
  }

  .brand-name {
    font-size: 1.58rem;
  }

  .brand-tag {
    font-size: 0.74rem;
    letter-spacing: 0.3em;
  }

  .nav-desktop {
    flex: 1;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.1rem;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: var(--radius-pill);
    padding: 0.28rem;
    max-width: 720px;
    margin-inline: auto;
  }

  .nav-desktop a {
    padding: 0.5rem 0.75rem;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .header-actions .btn {
    min-height: 44px;
    padding: 0.55rem 1.2rem;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  /* ---- Hero: cinematic wide layout ---- */
  .hero {
    width: min(100% - 2.5rem, var(--max));
    margin: 1.25rem auto 0;
    min-height: min(78vh, 680px);
    justify-content: center;
    align-items: flex-start;
    border-radius: 32px;
    background: #2a1f2d;
    box-shadow: 0 24px 60px rgba(65, 43, 71, 0.18);
  }

  .hero::after {
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.2) 100%);
  }

  .hero-inner {
    padding: 4rem 3.5rem;
    width: 100%;
    max-width: none;
  }

  .hero-panel {
    max-width: 520px;
    padding: 2rem 2rem 2.1rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.16);
  }

  .hero h1 {
    font-size: clamp(2.6rem, 4vw, 3.6rem);
    margin-bottom: 0.75rem;
  }

  .hero .lead {
    font-size: 1.08rem;
    max-width: 28rem;
    margin-bottom: 1.35rem;
    line-height: 1.55;
  }

  .book-rail {
    max-width: 420px;
  }

  /* ---- Sections ---- */
  .section {
    padding: var(--space-8) 0;
  }

  .container {
    width: min(100% - 2.5rem, var(--max));
  }

  .section-head {
    margin-bottom: 2.5rem;
    max-width: 40rem;
  }

  .section-head h2 {
    font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  }

  .section-head p {
    font-size: 1.05rem;
  }

  .page-hero {
    padding: 3rem 0 2.5rem;
    border-radius: 0 0 36px 36px;
    margin-bottom: 1.5rem;
  }

  .page-hero .container {
    width: min(100% - 2.5rem, var(--max));
  }

  .page-hero h1 {
    font-size: clamp(2.1rem, 3vw, 2.75rem);
  }

  .page-hero p {
    font-size: 1.08rem;
    max-width: 40rem;
  }

  /* ---- Grids ---- */
  .offer-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }

  .offer-grid .card-link {
    min-height: 120px;
    padding: 1.75rem 1.1rem;
    font-size: 1.02rem;
  }

  .offer-grid .card-link:hover {
    transform: translateY(-6px);
  }

  .audience-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }

  .category-card {
    padding: 1.5rem 1.25rem 1.35rem;
    min-height: 280px;
  }

  .category-card .card-image {
    max-width: 180px;
    flex: 1;
  }

  .category-card .card-image img {
    max-height: 150px;
  }

  .split {
    gap: 3.5rem;
    align-items: center;
  }

  .split-media img {
    max-height: 440px;
  }

  .detail-item {
    padding: 1.25rem 1.35rem;
  }

  .detail-item h3 {
    font-size: 1.1rem;
  }

  .detail-item p {
    font-size: 0.95rem;
  }

  .feature-grid {
    gap: 1rem;
  }

  .pill-card {
    padding: 1.4rem 1.15rem;
    font-size: 1rem;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .approach-grid {
    gap: 1rem;
  }

  .approach-card {
    min-height: 150px;
    padding: 1.6rem 1.2rem;
  }

  .approach-card-title {
    font-size: 1.15rem;
  }

  .about-card {
    max-width: 900px;
    padding: 3rem 3.25rem;
  }

  .pro-invite {
    padding: 2.75rem 3rem;
    max-width: none;
  }

  .pro-invite h2 {
    font-size: clamp(1.6rem, 2.2vw, 2rem);
  }

  .pro-invite p {
    font-size: 1.05rem;
    max-width: 40rem;
    line-height: 1.55;
  }

  .contact-layout {
    gap: 1.75rem;
  }

  .contact-info {
    padding: 1.75rem;
  }

  .contact-info .social-btn {
    width: auto;
  }

  /* ---- Footer ---- */
  .site-footer {
    margin-top: var(--space-8);
    padding: 3.5rem 0 2rem;
    border-radius: 40px 40px 0 0;
  }

  .footer-grid {
    gap: 2.5rem;
  }

  .footer-brand p {
    font-size: 0.95rem;
    max-width: 20rem;
    line-height: 1.55;
  }

  .float-actions {
    right: 22px;
    bottom: 28px;
    gap: 0.75rem;
  }

  .float-btn {
    width: 52px;
    height: 52px;
  }

  .float-btn img,
  .float-btn svg {
    width: 28px;
    height: 28px;
  }

  .float-wa-cluster {
    width: 52px;
    height: 52px;
  }

  .float-wa-menu {
    width: 140px;
    height: 140px;
  }

  .float-wa-cluster:hover::before,
  .float-wa-cluster:focus-within::before,
  .float-wa-cluster.is-open::before {
    width: 140px;
    height: 140px;
  }

  .float-wa-cluster:hover .float-wa-menu .float-btn.whatsapp,
  .float-wa-cluster:focus-within .float-wa-menu .float-btn.whatsapp,
  .float-wa-cluster.is-open .float-wa-menu .float-btn.whatsapp {
    transform: translate(-62px, -12px) scale(1);
  }

  .float-wa-cluster:hover .float-wa-menu .float-btn.whatsapp-channel,
  .float-wa-cluster:focus-within .float-wa-menu .float-btn.whatsapp-channel,
  .float-wa-cluster.is-open .float-wa-menu .float-btn.whatsapp-channel {
    transform: translate(-20px, -62px) scale(1);
  }

  /* ---- Booking ---- */
  .booking-shell {
    width: min(100% - 2.5rem, var(--max));
    margin: 0.5rem auto 3rem;
    gap: 1.5rem;
  }

  .book-type-panel.is-active {
    grid-template-columns: 260px 1fr;
  }

  .booking-aside {
    position: sticky;
    top: calc(var(--header-h) + 16px);
    padding: 1.5rem 1.25rem;
  }

  .booking-panel {
    padding: 2rem 2.25rem 2.25rem;
  }

  .option-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .slot-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .wizard-step h3 {
    font-size: 1.4rem;
  }

  /* ---- Legacy content pages ---- */
  .legacy-content {
    width: min(100% - 2.5rem, var(--max));
    margin: 1.75rem auto 3rem;
  }

  .legacy-content.legacy-content--blogs {
    width: 100%;
    max-width: none;
    margin: 0 0 0;
  }

  .legacy-content .single-blog {
    max-width: 1040px;
  }

  .legacy-content .blogs-section {
    max-width: none;
  }

  .legacy-content .blogs-section h1,
  .legacy-content .single-blog h1 {
    font-size: clamp(1.9rem, 2.5vw, 2.4rem);
    margin-bottom: 0.65rem;
  }

  .legacy-content .blog-container {
    gap: 1.35rem;
  }

  .legacy-content .blog-card img {
    height: 210px;
  }

  .legacy-content .blog-section {
    gap: 2rem;
    margin-bottom: 2.75rem;
  }

  .legacy-content .blog-text h2 {
    font-size: 1.35rem;
    margin-bottom: 0.65rem;
  }

  .legacy-content .blog-text p,
  .legacy-content .blog-text li {
    font-size: 1.02rem;
    line-height: 1.65;
  }

  .legacy-content .main-hero,
  .legacy-content .individual-hero {
    border-radius: 28px;
  }

  .legacy-content .main-hero-booking {
    max-width: 720px;
  }

  .legacy-content .booking {
    padding: 2rem 2.25rem !important;
  }

  /* ---- CTAs ---- */
  .cta-group {
    gap: 0.85rem;
  }

  .btn {
    width: auto;
    min-width: 0;
  }

  /* Homepage secondary CTA row shouldn't stretch full width on desktop */
  .section .cta-group {
    justify-content: center;
  }

  .section .cta-group .btn {
    min-width: 160px;
  }
}

/* Large desktops */
@media (min-width: 1200px) {
  :root {
    --max: 1280px;
  }

  .nav-desktop a {
    padding: 0.5rem 0.9rem;
    font-size: 0.88rem;
  }

  .nav-desktop {
    max-width: 780px;
  }

  .hero {
    min-height: min(82vh, 720px);
  }

  .hero-inner {
    padding: 4.5rem 4rem;
  }

  .hero-panel {
    max-width: 560px;
    padding: 2.25rem 2.35rem;
  }

  .offer-grid .card-link {
    min-height: 132px;
  }

  .audience-grid {
    gap: 1.5rem;
  }

  .category-card {
    min-height: 300px;
  }
}

/* Ultra-wide comfort */
@media (min-width: 1440px) {
  :root {
    --max: 1360px;
  }

  .hero {
    width: min(100% - 3rem, var(--max));
  }

  .container,
  .booking-shell,
  .legacy-content,
  .header-inner {
    width: min(100% - 3rem, var(--max));
  }
}

/* Laptop mid-range: keep nav from wrapping tightly */
@media (min-width: 900px) and (max-width: 1099px) {
  .brand-tag {
    letter-spacing: 0.22em;
  }

  .nav-desktop {
    max-width: none;
    flex: 1 1 auto;
  }

  .nav-desktop a {
    padding: 0.45rem 0.55rem;
    font-size: 0.78rem;
  }

  .header-actions .btn {
    padding: 0.5rem 0.9rem;
    font-size: 0.8rem;
  }

  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .option-grid {
    grid-template-columns: 1fr 1fr;
  }
}
