/* ========================================
   KIMANI YACHT — RESPONSIVE
   ======================================== */

/* ========================================
   TABLET (max-width: 1200px)
   ======================================== */
@media (max-width: 1200px) {
  :root {
    --side-padding: 40px;
  }

  .inquiry__layout {
    gap: 60px;
  }

  .inquiry__form-card {
    padding: 40px;
  }

  .section-title {
    font-size: 44px;
  }

  .hero__title {
    font-size: 54px;
  }

  .lifestyle__gallery {
    gap: 16px;
  }

  .lifestyle__img--large {
    height: 520px;
  }

  .lifestyle__img--tall {
    height: 340px;
  }

  .lifestyle__img--small {
    width: 65%;
    height: 240px;
  }

  .specs__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .specs__icons {
    margin: 0;
  }

  .specs__image {
    height: 560px;
    order: -1;
  }

  .specs__grid {
    gap: 0 80px;
  }

  .amenities__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .amenities__image {
    height: 500px;
  }

  .amenities__grid {
    gap: 24px 40px;
  }

  .video__bg {
    height: 560px;
  }

  .performance__swiper {
    height: 480px;
  }

  .accommodation__img--large {
    height: 520px;
  }

  .accommodation__img--tall {
    height: 30px;
  }

  .accommodation__img--small {
    width: 65%;
    height: 240px;
  }
}

/* ========================================
   TABLET PORTRAIT (max-width: 992px)
   ======================================== */
@media (max-width: 992px) {
  :root {
    --side-padding: 32px;
  }

  .inquiry__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .inquiry__description {
    max-width: 100%;
  }

  .section-title {
    font-size: 38px;
  }

  .hero__title {
    font-size: 44px;
  }

  .hero__stats {
    bottom: 14%;
  }

  .hero__stat-cell {
    width: 100px;
    height: 62px;
  }

  .hero__stat-cell--wide {
    width: 150px;
  }

  .header__book {
    display: none;
  }

  .lifestyle__subtitle,
  .performance__subtitle {
    font-size: 18px;
  }

  .specs__layout {
    grid-template-columns: 1fr;
  }

  .specs__image {
    height: 450px;
    margin-top: 0;
  }

  .specs__icons {
    gap: 40px;
  }

  .specs__grid {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 400px;
  }

  .amenities__layout {
    grid-template-columns: 1fr;
  }

  .amenities__image {
    height: 400px;
  }

  .amenities__grid {
    gap: 20px 60px;
  }

  .video__bg {
    height: 440px;
  }

  .video__play svg {
    width: 80px;
    height: 80px;
  }

  .performance__swiper {
    height: 400px;
  }

  .performance__arrow {
    width: 50px;
    height: 50px;
  }

  .performance__arrow--prev {
    left: 16px;
  }

  .performance__arrow--next {
    right: 16px;
  }

  .accommodation__text {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .accommodation__gallery {
    gap: 16px;
  }

  .accommodation__img--large {
    height: 420px;
  }

  .accommodation__img--tall {
    height: 280px;
  }

  .accommodation__img--small {
    height: 200px;
  }

  .footer__inner {
    flex-wrap: wrap;
    height: auto;
    padding: 32px 0;
    gap: 20px;
  }

  .footer__contact {
    flex-direction: column;
    gap: 8px;
    text-align: right;
  }

  .nav-overlay__link {
    font-size: 36px;
    padding: 8px 0;
  }
}

/* ========================================
   MOBILE (max-width: 768px)
   ======================================== */
@media (max-width: 768px) {
  .btn--white:hover,
  .btn--white:focus,
  .btn--white:active,
  .performance__cta .btn--white:hover,
  .performance__cta .btn--white:focus,
  .performance__cta .btn--white:active {
    background: var(--white);
    color: var(--gold);
  }

  .btn--outline-gold:hover,
  .btn--outline-gold:focus,
  .btn--outline-gold:active {
    background: transparent;
    color: var(--gold);
    border-color: var(--gold-border);
  }

  .btn--outline-gold:hover svg path {
    stroke: initial;
  }

  .btn--outline-gold:hover img {
    filter: none;
  }

  .btn--outline-gold-dark:hover,
  .btn--outline-gold-dark:focus,
  .btn--outline-gold-dark:active {
    background: transparent;
    color: var(--gold-dark);
    border-color: var(--gold-border);
  }

  :root {
    --side-padding: 20px;
  }

  .section-title {
    font-size: 32px;
  }

  .hero__title {
    font-size: 36px;
  }

  .hero__content {
    transform: translateY(-50%);
  }

  .hero__stats {
    bottom: 16%;
    left: var(--side-padding);
  }

  .hero__stat--top-row,
  .hero__stat--bottom-row {
    flex-wrap: nowrap;
  }

  .hero__stat-cell {
    width: 90px;
    height: 58px;
    padding: 8px 10px;
  }

  .hero__stat-cell--wide {
    width: 135px;
  }

  .hero__stat-label {
    font-size: 11px;
  }

  .hero__stat-value {
    font-size: 16px;
  }

  .hero__cta {
    bottom: 6%;
  }

  .lifestyle,
  .specs,
  .amenities,
  .performance,
  .accommodation {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lifestyle__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .lifestyle__gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lifestyle__img--large {
    grid-column: 1;
    grid-row: auto;
    height: 380px;
  }

  .lifestyle__img--tall {
    grid-column: 1;
    grid-row: auto;
    height: 380px;
    margin-top: 0;
  }

  .lifestyle__img--small {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    height: 380px;
    margin-left: 0;
  }


  .specs__layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .specs__content {
    display: contents;
  }

  .specs__layout .section-title {
    order: 1;
  }

  .specs__image {
    width: 100%;
    height: 350px;
    order: 2;
    margin-top: 0;
  }

  .specs__layout .specs__description,
  .specs__layout .specs__icons,
  .specs__layout .specs__grid,
  .specs__layout .specs__actions {
    order: 3;
    width: 100%;
  }

  .specs__description {
    font-size: 17px;
    margin: 0;
  }

  .specs__grid {
    max-width: 100%;
    margin-bottom: 0;
  }

  .specs__row {
    font-size: 14px;
  }

  .specs__actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
  }

  .specs__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .amenities__layout {
    display: flex;
    flex-direction: column;
  }

  .amenities__content {
    display: contents;
  }

  .amenities__layout .section-title {
    order: 1;
    margin-bottom: 0;
  }

  .amenities__image {
    order: 2;
    width: 100%;
    margin-top: 0;
  }

  .amenities__layout .amenities__text,
  .amenities__layout .amenities__grid,
  .amenities__layout .amenities__actions {
    order: 3;
    width: 100%;
  }

  .amenities__text {
    font-size: 17px;
    margin-bottom: 0;
  }

  .amenities__actions {
    margin-top: 0;
  }

  .amenities__image {
    height: 300px;
  }

  .video {
    padding: 0;
    margin: 50px 0;
  }

  .video__bg {
    height: 320px;
  }

  .video__play svg {
    width: 64px;
    height: 64px;
  }


  .performance__subtitle {
    font-size: 16px;
    margin: 30px auto 40px;
  }

  .performance__swiper {
    height: 280px;
  }

  .performance__arrow {
    width: 44px;
    height: 44px;
  }

  .performance__arrow--prev {
    left: 12px;
  }

  .performance__arrow--next {
    right: 12px;
  }

  .performance__cta {
    bottom: 24px;
  }


  .accommodation__text p {
    font-size: 17px;
  }

  .accommodation__gallery {
    grid-template-columns: 1fr;
  }

  .accommodation__img--large {
    grid-column: 1;
    grid-row: auto;
    height: 380px;
  }

  .accommodation__img--tall {
    grid-column: 1;
    grid-row: auto;
    height: 380px;
    margin-top: 0;
  }

  .accommodation__img--small {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    height: 380px;
  }

  .nav-overlay__link {
    font-size: 28px;
    padding: 6px 0;
  }

  .accommodation .section-title {
    margin-bottom: 30px;
  }

  .accommodation__text {
    margin-bottom: 40px;
  }

  .footer__link {
    font-size: 14px;
  }

  /* -- Subpage hero -- */
  .page-hero {
    height: 280px;
  }

  .page-hero__title {
    font-size: 52px;
  }

  /* -- Book Now -- */
  .page-section,
  .page-section--narrow {
    padding: 40px var(--side-padding);
  }

  .inquiry__heading {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .inquiry__description {
    margin-bottom: 30px;
  }

  .inquiry__layout {
    gap: 40px;
  }

  .inquiry__form-card {
    padding: 28px 20px;
    border-radius: 12px;
    box-shadow: none;
    border: 1px solid var(--gold-border);
  }

  .form-row--2 {
    flex-direction: column;
  }

  /* -- Crew -- */
  .crew-section__heading {
    font-size: 36px;
  }

  .crew-section__header {
    margin-bottom: 48px;
  }

  .crew-cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .crew-card {
    padding: 32px 24px 40px;
  }

  /* -- Rates -- */
  .rates-cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rates-card__season {
    font-size: 32px;
  }

  .rates-card__body {
    padding: 28px 24px;
  }

  /* -- Full Specification -- */
  .fullspec-amenities {
    grid-template-columns: 1fr;
  }

  .fullspec-amenity-item--full {
    grid-column: 1;
  }

  .fullspec-amenities-heading {
    font-size: 36px;
  }

  .foodmenu-heading {
    font-size: 36px;
  }

  .foodmenu-gallery-wrap {
    padding-bottom: 60px;
  }

  .foodmenu-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .foodmenu-gallery-item {
    height: 220px;
  }

  /* -- Layouts -- */

  .layout-block {
    margin-bottom: 70px;
  }

  .layout-block__title {
    font-size: 36px;
    margin-bottom: 32px;
  }

   /* -- Gallery -- */
  .gallery-filters {
    gap: 14px 28px;
    flex-wrap: wrap;
    padding: 0 16px;
    margin-bottom: 25px;
  }

  .gallery-filter {
    font-size: 15px;
  }

}

@media (max-width: 575px) {
  .specs__icons {
    flex-direction: column;
    gap: 24px;
  }

  .amenities__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer__logo {
    width: 100%;
  }

  .footer__logo-img {
    margin: 0 auto;
  }

  .footer__contact {
    gap: 4px;
  }

  footer .btn {
    height: 39px;
    padding: 0 25px;
  }

  .lifestyle, .specs, .amenities, .performance, .accommodation {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video {
    margin: 40px 0;
  }

  .footer {
    margin: 40px 0 0 0;
  }

  .foodmenu-menu {
    margin: 0 auto 60px;
  }

  .gallery-grid {
    columns: 2;
    column-gap: 12px;
  }

  .gallery-item {
    margin-bottom: 12px;
  }

}


/* ========================================
   SMALL MOBILE (max-width: 480px)
   ======================================== */
@media (max-width: 480px) {
  .hero {
    height: 70vh;
  }

  .section-title {
    font-size: 28px;
  }

  .hero__title {
    font-size: 30px;
  }

  .hero__stat--top-row {
    flex-wrap: wrap;
  }

  .hero__stat-cell {
    width: 80px;
    height: 54px;
  }

  .hero__stat-cell--wide {
    width: 120px;
  }

  .hero__stat-value {
    font-size: 14px;
  }

  .performance__arrow {
    width: 35px;
    height: 35px;
  }

  .performance__arrow--prev svg,
  .performance__arrow--prev:hover svg  {
    transform: translateX(-15px);
  }

  .performance__arrow--next svg,
  .performance__arrow--next:hover svg {
    transform: translateX(15px);
  }

  .performance__cta {
    position: absolute;
    transform: none;
    margin-top: 24px;
    text-align: center;
    bottom: -70px;
    left: 0;
    right: 0;
  }

  .performance__cta .btn {
    background: transparent;
    border: 1px solid var(--gold-border);
    color: var(--gold);
    font-weight: 500;
    box-shadow: none;
  }

  .performance {
    padding-bottom: 80px;
  }

  .btn {
    width: 100%;
  }

  footer .btn {
    width: auto;
  }

  /* -- Subpage hero -- */
  .page-hero__title {
    font-size: 40px;
  }

  /* -- Book Now -- */
  .inquiry__heading {
    font-size: 30px;
  }

  /* -- Crew -- */
  .crew-section__heading {
    font-size: 30px;
  }

  /* -- Rates -- */
  .rates-card__season {
    font-size: 28px;
  }

  .rates-card__price-amount {
    font-size: 26px;
  }

  .rates-card__price-sep {
    font-size: 26px;
  }

  .rates-card__price-unit {
    font-size: 18px;
  }

  /* -- Full Specification -- */
  .fullspec-amenities-heading {
    font-size: 30px;
  }

  .fullspec-row {
    font-size: 14px;
  }

  /* -- Food Menu -- */
  .foodmenu-heading {
    font-size: 30px;
  }

  .foodmenu-gallery-wrap {
    padding-bottom: 40px;
  }

  .foodmenu-gallery {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .foodmenu-gallery-item {
    height: auto;
  }

  /* -- Layouts -- */
  .layout-block__title {
    font-size: 30px;
  }

  .layout-block {
    margin-bottom: 50px;
  }

  /* -- Gallery -- */
  .gallery-grid {
    columns: 1;
  }

  .gallery-filters {
    gap: 12px 20px;
    padding: 0 12px;
  }

  .gallery-filter {
    font-size: 13px;
  }

}


