/* ============================================================
   SATGURU MICE — responsive.css
   Breakpoints for all screen sizes
   ============================================================ */

/* ── 1600px: container padding ── */
@media (max-width: 1600px) {
  .container-custom {
    padding-inline: 40px;
  }
}

/* ── 1400px ── */
@media (max-width: 1400px) {
  .container-custom {
    padding-inline: 32px;
  }

  .dest-card {
    flex: 0 0 270px;
  }
}

/* ── 1199px: medium desktop ── */
@media (max-width: 1199px) {
  .hero-headline {
    font-size: 7rem;
  }

  .section-white,
  .section-soft,
  .section-gray {
    padding: 80px 0;
  }

  .dest-card {
    flex: 0 0 255px;
    height: 400px;
  }

  .russia-img {
    height: 460px;
  }

  /* About cards: 2×2 grid */
  /* #about .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  } */

  /* Russia section: stack image above text */
  #russia .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dest-track {
    display: flex;
    gap: 12px;
    height: auto;
  }
}

/* ── 991px: tablet landscape ── */
@media (max-width: 991px) {
  .contact-v2-wrap {
    margin: 0 12px;
  }

  /* Footer: center all columns */
  #footer .col-lg-4 {
    text-align: center !important;
  }

  .footer-nav {
    justify-content: center;
  }

  .mice-big-letter {
    font-size: clamp(4rem, 12vw, 12rem);
  }

  .mice-big-item--event .mice-big-letter {
    font-size: clamp(1.8rem, 4.5vw, 5rem);
  }

  .mice-big-item {
    min-height: 220px;
  }

  .scatter-img--tl,
  .scatter-img--bl {
    left: -2%;
  }

  .scatter-img--tr,
  .scatter-img--br {
    right: -2%;
  }

  .scatter-img {
    width: 200px !important;
    height: 155px !important;
  }

  /* Nav: always show background on mobile */
  #mainNav {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px);
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
  }

  /* Mobile: logo left + hamburger right only — hide all other nav items */
  .nav-logo-btns,
  .nav-right .nav-btn,
  .nav-right .btn-green {
    display: none !important;
  }

  .nav-hamburger {
    display: flex !important;
  }

  #mainNav .brand-satguru {
    color: var(--text-dark) !important;
  }

  .nav-btn {
    color: var(--text-mid) !important;
    border-color: var(--border) !important;
  }

  .nav-inner {
    gap: 0.5rem;
  }

  .nav-btn {
    padding: 0.4rem 0.7rem;
    font-size: 0.72rem;
  }

  /* Sections */
  .section-white,
  .section-soft,
  .section-gray {
    padding: 70px 0;
  }

  .section-title {
    font-size: 2.2rem;
  }

  /* Hero */
  .hero-headline {
    font-size: 5.5rem;
  }

  .mice-bar {
    max-width: 100%;
  }

  .mice-letter {
    height: 68px;
  }

  /* Stats */
  .stat-number {
    font-size: 1.8rem;
  }

  /* Destinations */
  .dest-card {
    flex: 0 0 245px;
    height: 380px;
  }

  /* Russia */
  .russia-img {
    height: 380px;
  }

  /* Cases */
  .case-card {
    height: 100%;
  }

  .col-md-3.offset-md-3 {
    margin-left: 0;
  }

  /* Contact */
  .contact-card {
    grid-template-columns: 340px 1fr;
  }

  .contact-info-panel,
  .contact-form-panel {
    padding: 2rem 1.75rem;
  }
}

/* ── 767px: tablet portrait ── */
@media (max-width: 767px) {

  /* Portfolio: full-width heading, arrows below slider */
  .port-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .hero-headline-rest {
    font-size: clamp(2.8rem, 8vw, 7rem) !important;
  }

  .hero-headline {
    padding-left: 0;
  }

  .port-header-left {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .port-header-arrows {
    display: none;
  }

  .port-footer-arrows {
    display: flex;
    gap: 0.5rem;
    padding: 1.25rem max(1.5rem, calc((100vw - 1600px) / 2 + 1.5rem));
  }

  .scatter-img {
    display: none;
  }

  .cta-scatter-section {
    min-height: auto;
    padding: 4rem 1.5rem;
  }

  .mice-big-row {
    flex-wrap: wrap;
  }

  .mice-big-item {
    flex: 0 0 50%;
    border-bottom: 1.5px solid var(--border);
    min-height: 160px;
  }

  .mice-big-item:nth-child(2n) {
    border-right: none;
  }

  .mice-big-item--event {
    flex: 0 0 100%;
    border-right: none;
  }

  .mice-big-letter {
    font-size: clamp(5rem, 20vw, 10rem);
  }

  .mice-big-item--event .mice-big-letter {
    font-size: clamp(2.5rem, 8vw, 5rem);
  }

  .container-custom {
    padding-inline: 20px;
  }

  .navbar-brand {
    font-size: 1.15rem;
  }

  .nav-inner {
    gap: 0.4rem;
  }

  /* Sections */
  .section-white,
  .section-soft,
  .section-gray {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.9rem;
  }

  /* Hero */
  #hero {
    min-height: 100svh;
  }

  .hero-content {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-headline {
    font-size: 4.2rem;
    letter-spacing: -0.03em;
  }

  .hero-sub {
    font-size: 1rem;
  }

  /* MICE bar: smaller letters */
  .mice-letter {
    height: 60px;
    font-size: 1.6rem !important;
  }

  .mice-letter-wrap:last-child>.mice-letter {
    font-size: 1rem !important;
  }

  /* Tooltip flip on mobile — show above */
  .mice-desc {
    bottom: calc(100% + 10px);
    top: auto;
    transform: translateY(-8px);
  }

  .mice-desc.show {
    transform: translateY(0);
  }

  .mice-desc::before {
    top: auto;
    bottom: -10px;
    border-top: 6px solid var(--border-green);
    border-bottom: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    background: none;
    width: 0;
    height: 0;
    transform: none;
  }

  /* CTA buttons stack */
  .hero-cta-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-cta-group .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  /* Stats bar */
  .stats-bar-inner {
    flex-wrap: wrap;
  }

  .stat-item {
    flex: 0 0 33.33%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .stat-item:nth-child(3) {
    border-right: none;
  }

  .stat-item:nth-child(4),
  .stat-item:nth-child(5) {
    border-bottom: none;
  }

  /* Destinations */
  .dest-card {
    flex: 0 0 230px;
    height: 360px;
  }

  /* Cases */
  .case-card {
    height: 290px;
  }

  .col-md-6.offset-md-3 {
    margin-left: 0 !important;
  }

  /* Russia */
  .russia-img {
    height: 300px;
  }

  /* Slogan */
  .slogan-text {
    font-size: 1rem;
  }

  /* Footer */
  #footer .col-lg-4 {
    text-align: center !important;
  }

  .footer-nav {
    justify-content: center;
  }

  /* Contact */
  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-deco--1,
  .contact-deco--2 {
    display: none;
  }

  .contact-info-panel {
    padding: 2rem 1.5rem;
  }

  .contact-form-panel {
    padding: 2rem 1.5rem;
  }
}

/* ── 575px: mobile ── */
@media (max-width: 575px) {
  .mice-big-item {
    flex: 0 0 50%;
    min-height: 130px;
  }

  .mice-big-letter {
    font-size: clamp(4rem, 18vw, 8rem);
  }

  .mice-big-item--event .mice-big-letter {
    font-size: clamp(2rem, 7vw, 4rem);
  }

  .mice-big-card {
    padding: 1rem 1rem 1.25rem;
  }

  .mice-card-text {
    font-size: 0.82rem;
  }

  .container-custom {
    padding-inline: 16px;
  }

  .nav-inner {
    grid-template-columns: 1fr auto;
  }

  .navbar-brand {
    text-align: left;
  }

  .hero-headline {
    font-size: 3.2rem;
  }

  .hero-eyebrow {
    font-size: 0.68rem;
  }

  /* MICE bar: 2-row layout */
  .mice-bar {
    flex-wrap: wrap;
    border-radius: var(--radius-sm);
  }

  .mice-letter-wrap {
    flex: 0 0 25%;
  }

  .mice-letter-wrap:last-child {
    flex: 0 0 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mice-letter {
    height: 56px;
    font-size: 1.4rem !important;
  }

  .mice-letter-wrap:last-child>.mice-letter {
    font-size: 0.95rem !important;
  }

  /* Stats: 2 columns */
  .stat-item {
    flex: 0 0 50%;
  }


  .stat-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    /* border-bottom: none; */
  }

  .stat-item:nth-child(5) {
    flex: 0 0 100%;
  }

  .section-white,
  .section-soft,
  .section-gray {
    padding: 50px 0;
  }

  .section-title {
    font-size: 1.65rem;
  }

  .dest-card {
    flex: 0 0 200px;
    height: 320px;
  }

  .case-card {
    height: 260px;
  }

  .russia-img {
    height: 260px;
  }

  .service-card {
    padding: 1.5rem 1.25rem;
  }

  .hero-scroll {
    display: none;
  }
}

/* ── 500px ── */
@media (max-width: 500px) {
  .honeycomb {
    transform: scale(0.44);
    transform-origin: top left;
    margin-bottom: -360px;
  }
}

/* ── 400px: extra small ── */
@media (max-width: 400px) {
  .hero-headline {
    font-size: 2.6rem;
  }

  .mice-letter {
    height: 50px;
    font-size: 1.2rem !important;
  }

  .dest-card {
    flex: 0 0 180px;
    height: 300px;
  }

  .honeycomb {
    transform: scale(0.36);
    transform-origin: top left;
    margin-bottom: -430px;
  }
}

/* ── Print ── */
@media print {

  #mainNav,
  .hero-scroll,
  .dest-nav,
  #footer,
  .stats-bar {
    display: none !important;
  }

  #hero {
    min-height: auto;
    padding: 40px 0;
  }

  .section-white,
  .section-soft,
  .section-gray {
    padding: 30px 0;
    background: #fff !important;
  }

  * {
    color: #000 !important;
  }
}