/**
 * PAKLAND PACKERS & MOVERS - Premium Luxury Redesign System
 * Primary Blue: #003366 | Accent Yellow: #FFC107 | Light BG: #F5F7FA | Dark Text: #222222
 */

:root {
  --pak-blue: #003366;
  --pak-blue-dark: #002244;
  --pak-blue-light: #004d99;
  --pak-yellow: #FFC107;
  --pak-yellow-hover: #e0a800;
  --pak-white: #FFFFFF;
  --pak-light: #F5F7FA;
  --pak-border: #E2E8F0;
  --pak-dark: #222222;
  --pak-muted: #555555;
  --pak-whatsapp: #25D366;
  --pak-whatsapp-hover: #1ebd5a;

  --font-heading: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --shadow-sm: 0 4px 12px rgba(0, 51, 102, 0.06);
  --shadow-md: 0 10px 30px rgba(0, 51, 102, 0.10);
  --shadow-lg: 0 20px 48px rgba(0, 51, 102, 0.14);
  --shadow-yellow: 0 8px 24px rgba(255, 193, 7, 0.35);
  --shadow-whatsapp: 0 8px 24px rgba(37, 211, 102, 0.35);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* -------------------------------------------------------------
   GLOBAL RESETS & TYPOGRAPHY
------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: var(--font-body);
  color: var(--pak-dark);
  background-color: #ffffff;
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure padding on mobile so fixed bottom bar doesn't overlap content */
@media (max-width: 767.98px) {
  body {
    padding-bottom: 64px;
  }
}

h1, h2, h3, h4, h5, h6,
.font-heading {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--pak-blue);
  letter-spacing: -0.5px;
  line-height: 1.25;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

.text-primary-blue {
  color: var(--pak-blue) !important;
}

.text-accent-yellow {
  color: var(--pak-yellow) !important;
}

.bg-primary-blue {
  background-color: var(--pak-blue) !important;
}

.bg-accent-yellow {
  background-color: var(--pak-yellow) !important;
}

.bg-luxury-light {
  background-color: var(--pak-light) !important;
}

/* -------------------------------------------------------------
   BUTTON SYSTEM
------------------------------------------------------------- */
.btn {
  font-family: var(--font-heading);
  font-weight: 700;
  border-radius: 50px;
  padding: 0.75rem 1.75rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

.btn-yellow-primary {
  background-color: var(--pak-yellow);
  color: #111111 !important;
  border: 1px solid #e0a800;
  box-shadow: var(--shadow-yellow);
}

.btn-yellow-primary:hover {
  background-color: var(--pak-yellow-hover);
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 193, 7, 0.45);
}

.btn-blue-primary {
  background-color: var(--pak-blue);
  color: var(--pak-white) !important;
  border: 1px solid var(--pak-blue);
  box-shadow: var(--shadow-sm);
}

.btn-blue-primary:hover {
  background-color: var(--pak-blue-dark);
  color: var(--pak-white) !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-whatsapp-luxury {
  background-color: var(--pak-whatsapp);
  color: var(--pak-white) !important;
  border: 1px solid var(--pak-whatsapp);
  box-shadow: var(--shadow-whatsapp);
}

.btn-whatsapp-luxury:hover {
  background-color: var(--pak-whatsapp-hover);
  color: var(--pak-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}

.btn-outline-blue {
  background-color: transparent;
  color: var(--pak-blue) !important;
  border: 2px solid var(--pak-blue);
}

.btn-outline-blue:hover {
  background-color: var(--pak-blue);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.btn-header-whatsapp {
  background-color: var(--pak-whatsapp);
  color: #ffffff !important;
  border-radius: 50px;
  font-weight: 700;
  padding: 0.45rem 1.1rem;
  border: none;
  font-size: 0.88rem;
}

.btn-header-whatsapp:hover {
  background-color: var(--pak-whatsapp-hover);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.btn-header-call {
  background-color: var(--pak-blue);
  color: #ffffff !important;
  border-radius: 50px;
  font-weight: 700;
  padding: 0.45rem 1.1rem;
  border: none;
  font-size: 0.88rem;
}

.btn-header-call:hover {
  background-color: var(--pak-blue-dark);
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* -------------------------------------------------------------
   TOPBAR & NAVBAR
------------------------------------------------------------- */
.topbar-luxury {
  background-color: var(--pak-blue-dark);
  color: #cbd5e1;
  font-size: 0.86rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar-luxury a {
  color: #f1f5f9;
}

.topbar-luxury a:hover {
  color: var(--pak-yellow);
}

.topbar-social-luxury a {
  color: #f1f5f9;
  margin-left: 12px;
  font-size: 1rem;
  transition: var(--transition);
}

.topbar-social-luxury a:hover {
  color: var(--pak-yellow);
  transform: translateY(-2px);
}

.navbar-luxury {
  background-color: #ffffff;
  padding: 0.8rem 0;
  box-shadow: 0 4px 20px rgba(0, 51, 102, 0.08);
  transition: all 0.3s ease;
  border-bottom: 2px solid rgba(0, 51, 102, 0.04);
}

.navbar-luxury.navbar-scrolled {
  padding: 0.45rem 0;
  box-shadow: 0 8px 30px rgba(0, 51, 102, 0.14);
}

.navbar-luxury .nav-link {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  color: #334155 !important;
  padding: 0.6rem 1.1rem !important;
  position: relative;
  transition: var(--transition);
}

.navbar-luxury .nav-link:hover,
.navbar-luxury .nav-link.active {
  color: var(--pak-blue) !important;
}

.navbar-luxury .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.1rem;
  right: 1.1rem;
  height: 3px;
  background-color: var(--pak-yellow);
  border-radius: 2px;
}

/* -------------------------------------------------------------
   HERO TRUSTED PILL (RESPONSIVE NO-OVERFLOW)
------------------------------------------------------------- */
.hero-trusted-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--pak-yellow);
  color: #111111 !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 1.2rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 575.98px) {
  .hero-trusted-pill {
    font-size: 0.72rem;
    padding: 5px 12px;
    letter-spacing: 0.4px;
    margin-bottom: 0.9rem;
  }
}

/* -------------------------------------------------------------
   HERO SECTION (DESKTOP & MOBILE)
------------------------------------------------------------- */
.hero-cinematic {
  position: relative;
  background-color: var(--pak-blue-dark);
  overflow: hidden;
  padding: 5rem 0 4.5rem;
  min-height: 580px;
  display: flex;
  align-items: center;
}

.hero-cinematic-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  filter: brightness(0.62) contrast(1.15);
}

.hero-cinematic-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 34, 68, 0.88) 0%, rgba(0, 51, 102, 0.78) 55%, rgba(10, 15, 25, 0.82) 100%);
  z-index: 2;
}

.hero-cinematic-content {
  position: relative;
  z-index: 3;
}

.hero-cinematic-title {
  font-size: clamp(2.2rem, 4.5vw + 0.8rem, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.5px;
  color: var(--pak-white);
  line-height: 1.15;
  margin-bottom: 1.1rem;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}

.hero-cinematic-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #e2e8f0;
  max-width: 620px;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Free Moving Quote Card */
.hero-luxury-quote-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 2.2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  border: 2px solid rgba(255, 193, 7, 0.4);
  color: var(--pak-dark);
}

/* -------------------------------------------------------------
   RESPONSIVE VIDEO CARDS & PLAY OVERLAYS
------------------------------------------------------------- */
.video-showcase-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--pak-border);
  background: #ffffff;
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--pak-blue);
}

.video-thumb-container {
  position: relative;
  height: 220px;
  background-color: #0b151e;
  overflow: hidden;
  display: block;
}

.video-thumb-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.video-showcase-card:hover .video-thumb-container img {
  transform: scale(1.06);
}

.video-play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #FF0000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 8px 24px rgba(255, 0, 0, 0.5);
  border: 3px solid #ffffff;
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 2;
}

.video-showcase-card:hover .video-play-badge {
  transform: translate(-50%, -50%) scale(1.12);
  background: #cc0000;
}

.video-duration-tag {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
}

.video-card-content {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.video-card-content h5 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pak-blue);
  margin-bottom: 0.5rem;
}

.video-card-content p {
  font-size: 0.9rem;
  color: var(--pak-muted);
  flex-grow: 1;
  margin-bottom: 1rem;
}

.hero-luxury-quote-card h3,
.hero-luxury-quote-card h4 {
  color: var(--pak-blue);
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

/* -------------------------------------------------------------
   EDITORIAL SECTIONS & SERVICES CARDS
------------------------------------------------------------- */
.section-luxury-padding {
  padding: 5.5rem 0;
}

.editorial-header {
  margin-bottom: 3.5rem;
}

.editorial-subtitle {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.editorial-title {
  font-size: clamp(2rem, 3.2vw + 0.5rem, 2.8rem);
  font-weight: 900;
  color: var(--pak-blue);
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.service-luxury-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--pak-border);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-luxury-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--pak-blue);
}

.service-card-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.service-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-luxury-card:hover .service-card-img-wrap img {
  transform: scale(1.08);
}

.service-icon-badge {
  position: absolute;
  bottom: -18px;
  right: 20px;
  width: 46px;
  height: 46px;
  background: var(--pak-blue);
  color: var(--pak-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 6px 16px rgba(0, 51, 102, 0.3);
  border: 3px solid #ffffff;
}

.service-card-body {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card-body h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pak-blue);
  margin-bottom: 0.6rem;
}

.service-card-body p {
  color: var(--pak-muted);
  font-size: 0.95rem;
  flex-grow: 1;
  margin-bottom: 1.2rem;
}

/* -------------------------------------------------------------
   GALLERY MASONRY & LIGHTBOX
------------------------------------------------------------- */
.gallery-filter-btn {
  background-color: #ffffff !important;
  color: #334155 !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 50px !important;
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  padding: 0.55rem 1.4rem !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
}

.gallery-filter-btn:hover {
  background-color: #f1f5f9 !important;
  color: var(--pak-blue) !important;
  border-color: var(--pak-blue) !important;
  transform: translateY(-2px);
}

.gallery-filter-btn.active {
  background-color: var(--pak-blue) !important;
  color: #ffffff !important;
  border-color: var(--pak-blue) !important;
  box-shadow: 0 4px 14px rgba(0, 51, 102, 0.35) !important;
}

.gallery-luxury-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background-color: #0b151e;
  border: 1px solid var(--pak-border);
  height: 300px;
  display: block;
}

.gallery-luxury-card.featured-card {
  height: 624px;
}

.gallery-luxury-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gallery-luxury-card:hover img {
  transform: scale(1.06);
}

.gallery-luxury-hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 56px;
  height: 56px;
  background: rgba(0, 51, 102, 0.75);
  backdrop-filter: blur(8px);
  border: 2px solid var(--pak-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.gallery-luxury-card:hover .gallery-luxury-hover-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* -------------------------------------------------------------
   CTA SECTION & TRUST BADGES
------------------------------------------------------------- */
.cta-luxury-section {
  background: linear-gradient(135deg, #002244 0%, #003366 100%);
  color: var(--pak-white);
  padding: 5.5rem 0;
  position: relative;
  overflow: hidden;
}

.trust-item-card {
  background: #ffffff;
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--pak-border);
  transition: var(--transition);
  height: 100%;
}

.trust-item-card:hover {
  transform: translateY(-4px);
  border-color: var(--pak-blue);
  box-shadow: var(--shadow-md);
}

.trust-icon-box {
  width: 56px;
  height: 56px;
  background: rgba(0, 51, 102, 0.08);
  color: var(--pak-blue);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

/* -------------------------------------------------------------
   FOOTER & FIXED MOBILE ACTION BAR
------------------------------------------------------------- */
.footer-luxury {
  background-color: #001f3f;
  color: #94a3b8;
  padding-top: 5rem;
  border-top: 4px solid var(--pak-yellow);
}

.footer-brand-pill {
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.footer-brand-pill img {
  height: 48px;
  width: auto;
  display: block;
}

.footer-luxury h4, .footer-luxury h5 {
  color: var(--pak-white);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 1.4rem;
  letter-spacing: 0.5px;
}

.footer-luxury-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-luxury-links li {
  margin-bottom: 0.65rem;
}

.footer-luxury-links a {
  color: #cbd5e1;
  font-size: 0.94rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
}

.footer-luxury-links a:hover {
  color: var(--pak-yellow);
  transform: translateX(4px);
}

.social-icon-btn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.social-icon-btn:hover {
  background-color: var(--pak-yellow);
  border-color: var(--pak-yellow);
  color: #111111 !important;
  transform: translateY(-2px);
}

.footer-luxury-bottom {
  background-color: #00172e;
  padding: 1.5rem 0;
  margin-top: 4rem;
  font-size: 0.9rem;
  color: #94a3b8;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Floating WhatsApp for Desktop */
.floating-actions-desktop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1030;
}

.floating-whatsapp-btn {
  background-color: var(--pak-whatsapp);
  color: #ffffff !important;
  padding: 12px 22px;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition);
}

.floating-whatsapp-btn:hover {
  background-color: var(--pak-whatsapp-hover);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
}

/* Fixed Mobile Bottom Bar: WHATSAPP | CALL NOW */
.fixed-mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  padding: 8px 6px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1040;
  border-top: 1px solid rgba(0, 51, 102, 0.1);
}

.btn-mobile-cta-whatsapp {
  background-color: var(--pak-whatsapp);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  padding: 0.65rem 0.5rem;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.btn-mobile-cta-call {
  background-color: var(--pak-blue);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  padding: 0.65rem 0.5rem;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 51, 102, 0.3);
}

/* -------------------------------------------------------------
   RESPONSIVE MEDIA QUERIES (MOBILE OPTIMIZATION)
------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .section-luxury-padding {
    padding: 4rem 0;
  }
  .hero-cinematic {
    padding: 3.5rem 0 3rem;
  }
  .gallery-luxury-card.featured-card {
    height: 300px;
  }
  .navbar-luxury .navbar-collapse {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    margin-top: 0.75rem;
    border: 1px solid var(--pak-border);
  }
  .navbar-luxury .nav-link {
    padding: 0.65rem 1rem !important;
    font-size: 1.05rem;
  }
}

@media (max-width: 767.98px) {
  .topbar-luxury {
    display: none;
  }
  .section-luxury-padding {
    padding: 3rem 0;
  }
  .editorial-header {
    margin-bottom: 2.5rem;
  }
  .editorial-title {
    font-size: 1.85rem;
  }
  .editorial-subtitle {
    font-size: 0.78rem;
    letter-spacing: 1.5px;
  }
  .hero-cinematic {
    padding: 2.5rem 0;
  }
  .hero-cinematic-title {
    font-size: 1.95rem;
    line-height: 1.2;
    margin-bottom: 0.85rem;
  }
  .hero-cinematic-subtitle {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1.5rem;
  }
  .hero-luxury-quote-card {
    padding: 1.5rem 1.1rem;
    border-radius: 18px;
    margin-top: 1.5rem;
  }
  .gallery-luxury-card,
  .gallery-luxury-card.featured-card {
    height: 220px;
  }
  .footer-luxury {
    padding-top: 3.5rem;
  }
  .footer-luxury-bottom {
    margin-top: 2.5rem;
    padding: 1.25rem 0;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .navbar-luxury .navbar-brand img {
    height: 42px !important;
    width: auto;
  }
  .hero-cinematic-title {
    font-size: 1.75rem;
  }
  .btn {
    padding: 0.65rem 1.2rem;
    font-size: 0.88rem;
  }
}

@media (max-width: 375px) {
  .hero-cinematic-title {
    font-size: 1.6rem;
  }
  .editorial-title {
    font-size: 1.65rem;
  }
  .navbar-luxury .navbar-brand img {
    height: 38px !important;
  }
}
