/* ============================================================
   Kate Huff Photography — Premium Enhancements
   ============================================================ */

/* ── 1. Cinematic Loader ── */
#kh-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 1s cubic-bezier(0.76,0,0.24,1), transform 1s cubic-bezier(0.76,0,0.24,1);
  will-change: opacity, transform;
}
#kh-loader.kh-loader--out {
  opacity: 0;
  transform: scale(1.04);
  pointer-events: none;
}
.kh-loader__name {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(3rem, 8vw, 6rem);
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1;
  opacity: 0;
  transform: translateY(20px);
  animation: kh-loader-rise 0.9s cubic-bezier(0.22,1,0.36,1) 0.2s forwards;
}
.kh-loader__location {
  font-family: 'Josefin Sans', 'Space Grotesk', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--kh-gold, #c9a96e);
  margin-top: 18px;
  opacity: 0;
  animation: kh-loader-rise 0.9s cubic-bezier(0.22,1,0.36,1) 0.5s forwards;
}
.kh-loader__rule {
  width: 0;
  height: 1px;
  background: var(--kh-gold, #c9a96e);
  margin: 14px auto;
  animation: kh-loader-line 0.7s ease 0.4s forwards;
}
@keyframes kh-loader-rise {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes kh-loader-line {
  to { width: 120px; }
}

/* ── 2. Scroll Progress Bar ── */
#kh-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #c9a96e 0%, #e8d5a3 50%, #c9a96e 100%);
  z-index: 99998;
  pointer-events: none;
  transition: width 0.08s linear;
  box-shadow: 0 0 8px rgba(201,169,110,0.6);
}

/* ── 3. Corner Group: scroll-to-top + Now Booking badge ── */
#kh-corner-group {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
/* Scroll-to-top button */
#kh-scroll-top {
  display: none; /* shown via JS when scrolled */
  width: 36px;
  height: 36px;
  border-radius: 50px;
  border: 1px solid rgba(201,169,110,0.5);
  background: rgba(10,10,10,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #c9a96e;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s cubic-bezier(0.23,1,0.32,1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3), 0 0 0 1px rgba(201,169,110,0.12);
}
#kh-scroll-top:hover {
  background: rgba(201,169,110,0.18);
  transform: translateY(-2px);
}
#kh-scroll-top svg { display: block; }
/* Now Booking badge — no longer fixed itself */
#kh-booking-badge {
  background: linear-gradient(135deg, #b8974f 0%, #e0c47a 50%, #c9a96e 100%);
  color: #0a0a0a;
  font-family: 'Josefin Sans', 'Space Grotesk', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 10px 18px 10px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(201,169,110,0.45), 0 0 0 1px rgba(201,169,110,0.2);
  transition: transform 0.25s cubic-bezier(0.23,1,0.32,1), box-shadow 0.25s ease;
  white-space: nowrap;
}
#kh-booking-badge:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 36px rgba(201,169,110,0.65), 0 0 0 1px rgba(201,169,110,0.3);
  color: #0a0a0a;
  text-decoration: none;
}
.kh-badge-dot {
  width: 7px;
  height: 7px;
  background: #0a0a0a;
  border-radius: 50%;
  flex-shrink: 0;
  animation: kh-dot-pulse 2s ease-in-out infinite;
}
@keyframes kh-dot-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.5); opacity: 0.5; }
}
@media (max-width: 480px) {
  #kh-corner-group { bottom: 16px; right: 16px; }
  #kh-booking-badge { font-size: 0.58rem; padding: 9px 14px 9px 10px; }
}




/* Phone jiggle */
@keyframes kh-phone-shake {
  0%,100% { transform: translateX(0); }
  15%     { transform: translateX(-6px); }
  30%     { transform: translateX(6px); }
  45%     { transform: translateX(-4px); }
  60%     { transform: translateX(4px); }
  75%     { transform: translateX(-2px); }
  90%     { transform: translateX(2px); }
}
.kh-phone--shake {
  display: inline-block !important;
  animation: kh-phone-shake 0.55s ease forwards;
}

/* =========================================================
   ── 5. Follow Me Buttons (About + Contact sections) ──
   ========================================================= */
.kh-about-follow {
  margin-bottom: 1.2rem;
}
.kh-about-follow__label {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.01rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}
.kh-about-follow__icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.kh-about-follow__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.kh-about-follow__icon:hover {
  background: rgba(255,255,255,0.12);
  border-color: #ffffff;
  transform: translateY(-2px);
  color: #ffffff;
}

/* =========================================================
   ── 6. Sessions & Packages Cards ──
   ========================================================= */
.kh-packages-row {
  gap: 28px 20px;
}
/* Base package card overrides */
.kh-pkg.services-one__single {
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, rgba(26,26,26,0.9), rgba(15,15,15,0.95));
  border: 1px solid rgba(201,169,110,0.15);
  border-radius: 4px;
  padding: 36px 24px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}
.kh-pkg.services-one__single:hover {
  border-color: rgba(201,169,110,0.45);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.45), 0 0 0 1px rgba(201,169,110,0.1);
}
/* Price text */
.kh-price {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--kh-gold, #c9a96e) !important;
  letter-spacing: 0.04em;
  margin: 8px 0 16px !important;
}
/* Featured card */
.kh-pkg--featured.services-one__single {
  background: linear-gradient(145deg, #1a1a1a 0%, #111 60%, #0d0d0d 100%);
  border-color: rgba(201,169,110,0.5);
  box-shadow: 0 8px 40px rgba(201,169,110,0.18), 0 0 0 1px rgba(201,169,110,0.2);
  transform: scale(1.05);
  z-index: 2;
}
.kh-pkg--featured.services-one__single:hover {
  transform: scale(1.08) translateY(-4px);
  box-shadow: 0 20px 60px rgba(201,169,110,0.28), 0 0 0 1px rgba(201,169,110,0.35);
}
/* "Most Popular" badge */
.kh-pkg__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #b8974f 0%, #e0c47a 50%, #c9a96e 100%);
  color: #0a0a0a;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(201,169,110,0.4);
}

/* =========================================================
   ── 7. Portfolio / 3D Coverflow ──
   ========================================================= */
.kh-portfolio-section {
  padding: 90px 0 120px;
  position: relative;
  background: #0a0a0a;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kh-portfolio-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}
.kh-portfolio-tag {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--kh-gold, #c9a96e) !important;
  margin-bottom: 20px !important;
  text-align: center !important;
  display: block !important;
  padding-top: 1rem !important;
}
.kh-portfolio-title {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

/* Coverflow wrapper */
.kh-coverflow-wrapper {
  width: 100%;
  position: relative;
  padding: 30px 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.kh-coverflow-container {
  width: 900px;
  max-width: 92vw;
  height: clamp(340px, 45vh, 500px);
  position: relative;
  transform-style: preserve-3d;
  perspective: 1200px;
  margin: 0 auto;
}
@media (min-height: 900px) {
  .kh-coverflow-container { height: clamp(440px, 50vh, 560px); }
}
@media (max-height: 768px) {
  .kh-coverflow-container { height: clamp(290px, 42vh, 380px); }
}

/* Each card */
.kh-coverflow-item {
  position: absolute;
  width: clamp(200px, 27vh, 295px);
  height: clamp(280px, 38vh, 415px);
  left: 50%;
  top: 50%;
  transform-origin: center center;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.85);
  border: 1px solid rgba(255,255,255,0.04);
}
@media (min-height: 900px) {
  .kh-coverflow-item {
    width: clamp(270px, 30vh, 340px);
    height: clamp(380px, 42vh, 476px);
  }
}
@media (max-height: 768px) {
  .kh-coverflow-item {
    width: clamp(175px, 24vh, 238px);
    height: clamp(245px, 34vh, 318px);
  }
}

/* Photo */
.kh-cf-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.kh-coverflow-item:hover .kh-cf-image {
  transform: scale(1.04);
}

/* Overlay */
.kh-cf-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,0.95) 0%,
    rgba(0,0,0,0.65) 45%,
    rgba(0,0,0,0.2) 70%,
    transparent 100%);
  padding: 28px 22px 22px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.kh-coverflow-item:hover .kh-cf-overlay {
  transform: translateY(0);
}
.kh-cf-category {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--kh-gold, #c9a96e);
  margin-bottom: 6px;
  font-weight: 600;
}
.kh-cf-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

/* Controls — in normal flow below the carousel */
.kh-cf-controls {
  position: static;
  display: flex;
  gap: 14px;
  margin-top: 28px;
  z-index: 10;
}
.kh-cf-btn {
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(201,169,110,0.35);
  background: rgba(10,10,10,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #c9a96e;
  cursor: pointer;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.kh-cf-btn:hover {
  background: rgba(201,169,110,0.2);
  border-color: #c9a96e;
  transform: scale(1.1);
}

/* Dot indicators — in normal flow below controls */
.kh-cf-indicators {
  position: static;
  display: flex;
  gap: 7px;
  margin-top: 16px;
  margin-bottom: 8px;
  z-index: 10;
}
.kh-cf-ind {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.kh-cf-ind.active {
  width: 28px;
  border-radius: 4px;
  background: var(--kh-gold, #c9a96e);
}

/* Responsive coverflow on mobile */
@media (max-width: 767px) {
  .kh-portfolio-section { padding: 60px 0 100px; min-height: auto; }
  .kh-coverflow-container { width: 100vw; max-width: 100vw; height: clamp(260px, 55vw, 380px); }
  .kh-coverflow-item {
    width: clamp(150px, 40vw, 240px);
    height: clamp(210px, 56vw, 335px);
  }
}

/* =========================================================
   ── 8. Contact — "Let's Create" Cinematic Typography ──
   ========================================================= */
.kh-contact-display {
  margin-bottom: 1.5rem;
}
.kh-lets-create-wrap {
  position: relative;
  display: block;         /* was inline-block — block allows text-align to center */
  text-align: center;
}
.kh-lets-create {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  margin: 0;
}
.kh-lets-create__glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle at 50% 60%, rgba(201,169,110,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

/* ─── Desktop Sidebar — padding so content doesn't touch edges ─── */
.xs-sidebar-group .xs-sidebar-widget {
  padding: 50px 30px 40px !important;
}

/* ─── Desktop Sidebar Logo (.xs-sidebar-group) — match navbar ─── */
.xs-sidebar-group .logo-box a {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 5px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  position: static !important;
}
.xs-sidebar-group .logo-box .kh-logo-line1 {
  display: block !important;
  position: static !important;
  font-family: 'Bodoni Moda', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: 1.55rem !important;
  color: #fff !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
}
.xs-sidebar-group .logo-box .kh-logo-sep {
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: 1px !important;
  background: transparent !important;
}
.xs-sidebar-group .logo-box .kh-logo-line2 {
  display: block !important;
  position: static !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 0.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.48em !important;
  text-transform: uppercase !important;
  color: var(--kh-gold, #c9a96e) !important;
  line-height: 1 !important;
}


.mobile-nav__content .logo-box {
  padding-bottom: 8px;
}
.mobile-nav__content .logo-box a {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 5px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  position: static !important;
}
.mobile-nav__content .logo-box .kh-logo-line1 {
  display: block !important;
  position: static !important;
  font-family: 'Bodoni Moda', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: 1.55rem !important;
  color: #fff !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
}
.mobile-nav__content .logo-box .kh-logo-sep {
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: 1px !important;
  background: transparent !important;
}
.mobile-nav__content .logo-box .kh-logo-line2 {
  display: block !important;
  position: static !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 0.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.48em !important;
  text-transform: uppercase !important;
  color: var(--kh-gold, #c9a96e) !important;
  line-height: 1 !important;
}


#contact .kh-about-follow__label {
  color: #1a1a1a !important;
}
#contact .kh-about-follow__icon {
  color: #1a1a1a !important;
  border-color: rgba(0,0,0,0.25) !important;
}
#contact .kh-about-follow__icon:hover {
  background: rgba(0,0,0,0.06) !important;
  border-color: #1a1a1a !important;
  color: #1a1a1a !important;
}


/* ─── Mobile Nav Contact — gold icons ─── */
.mobile-nav__contact li i {
  color: var(--kh-gold, #c9a96e) !important;
  background: transparent !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  font-size: 1rem !important;
}
.mobile-nav__contact li a {
  color: rgba(255,255,255,0.85) !important;
}


/* ─────────────────────────────────────────────────────────────
   Hero Slide Navigation Tabs  (Portraits / Weddings / Brand)
   Overlay on the left-center of the hero on desktop.
   Centered row below content on mobile.
───────────────────────────────────────────────────────────── */

/* Allow the .main-slider section to serve as the absolute ancestor */
.main-slider { position: relative; overflow: visible; }

/* Strip owl-carousel's own relative so dots anchor to .main-slider */
.main-slider .owl-carousel { position: static !important; }

/* The slide stage still needs relative for the swipe/transform logic */
.main-slider .owl-stage-outer { position: relative !important; }

/* Desktop: left-centre overlay
   NOTE: owl-theme is NOT added by this carousel config, so target .owl-dots directly */
.main-slider .owl-dots {
  position: absolute !important;
  top: 50% !important;
  left: 280px !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  pointer-events: none !important;
  z-index: 20 !important;
  text-align: left !important;
}
.main-slider .owl-dots .owl-dot {
  pointer-events: auto !important;
  display: block !important;
}

/* Spacing between tabs */
.main-slider .owl-dots .owl-dot + .owl-dot {
  margin-top: 22px !important;
}

/* Tab text styles */
.main-slider .owl-dots .owl-dot button,
.main-slider .owl-dots .owl-dot span {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.35) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  display: block !important;
  transition: color 300ms ease, letter-spacing 300ms ease !important;
}
.main-slider .owl-dots .owl-dot:hover button,
.main-slider .owl-dots .owl-dot:hover span,
.main-slider .owl-dots .owl-dot.active button,
.main-slider .owl-dots .owl-dot.active span {
  color: rgba(255,255,255,1) !important;
  letter-spacing: 0.24em !important;
}

/* ── Mobile: overlay tabs below CTA button, overlaid on hero photo ── */
/* Measured: slider=892px, button bottom=521px (58.4%) → top:62% = 553px, ~32px below button */
@media (max-width: 767px) {
  .main-slider .owl-carousel { position: relative !important; }
  .main-slider .owl-stage-outer { position: relative !important; }

  .main-slider .owl-dots {
    position: absolute !important;
    top: 70% !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    gap: 10px !important;
    z-index: 20 !important;
    pointer-events: none !important;
  }
  .main-slider .owl-dots .owl-dot {
    pointer-events: auto !important;
  }
  .main-slider .owl-dots .owl-dot + .owl-dot {
    margin-top: 0 !important;
  }
}

/* =========================================================
   ── 9. Sessions & Packages Cards ──
   ========================================================= */

/* Force all 4 cards into a single horizontal row on desktop */
.kh-packages-row {
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}
.kh-packages-row > [class*="col-"] {
  flex: 1 1 0 !important;
  max-width: 25% !important;
}

/* Base card — white background, gold border, black text */
.kh-pkg.services-one__single {
  background: #ffffff !important;
  border: 1.5px solid var(--kh-gold, #c9a96e) !important;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 0 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Exclude featured card from the transition — JS lerp handles its smoothing */
.kh-pkg--featured.services-one__single {
  transition: box-shadow 0.3s ease !important;
}
.kh-pkg.services-one__single:not(.kh-pkg--featured):hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(201, 169, 110, 0.18) !important;
}

/* Title and price — black text */
.kh-pkg .services-one__title,
.kh-pkg .services-one__title a {
  color: #111111 !important;
}
.kh-pkg .kh-price {
  color: #111111 !important;
  font-weight: 600 !important;
}

/* Book Now link — gold */
.kh-pkg .services-one__read-more {
  color: var(--kh-gold, #c9a96e) !important;
  margin-top: auto;
}

/* SVG icons — gold stroke */
.kh-pkg-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: var(--kh-gold, #c9a96e);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Most Popular (Wedding Day) featured card — 3D elevated ── */
.kh-featured-col {
  overflow: visible !important;
  perspective: 800px;
  z-index: 10;
}
.kh-pkg--featured.services-one__single {
  /* JS (initFeaturedCard3D) owns the transform — see kh-enhancements.js */
  transform: perspective(700px) scale(1.16) rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d !important;
  will-change: transform;
  border: 2px solid var(--kh-gold, #c9a96e) !important;
  background: #fff !important;
  box-shadow:
    0 2px 4px rgba(0,0,0,0.08),
    0 8px 16px rgba(0,0,0,0.12),
    0 20px 40px rgba(0,0,0,0.14),
    0 0 0 3px rgba(201,169,110,0.2),
    0 0 30px 6px rgba(201,169,110,0.35),
    0 0 70px 16px rgba(201,169,110,0.15) !important;
  animation: kh-pkg-glow 2.8s ease-in-out infinite !important;
  z-index: 10;
  position: relative;
}
.kh-pkg--featured.services-one__single:hover {
  /* JS handles the hover transform — this just enhances cursor */
  cursor: pointer;
}

@keyframes kh-pkg-glow {
  0%, 100% {
    box-shadow:
      0 2px 4px rgba(0,0,0,0.08),
      0 8px 16px rgba(0,0,0,0.12),
      0 20px 40px rgba(0,0,0,0.14),
      0 0 0 3px rgba(201,169,110,0.18),
      0 0 28px 5px rgba(201,169,110,0.28),
      0 0 60px 14px rgba(201,169,110,0.12);
  }
  50% {
    box-shadow:
      0 2px 4px rgba(0,0,0,0.08),
      0 8px 16px rgba(0,0,0,0.12),
      0 20px 40px rgba(0,0,0,0.14),
      0 0 0 3px rgba(201,169,110,0.30),
      0 0 42px 10px rgba(201,169,110,0.50),
      0 0 95px 24px rgba(201,169,110,0.22);
  }
}

/* "Most Popular" badge */
.kh-pkg__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--kh-gold, #c9a96e);
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 50px;
  white-space: nowrap;
}

/* Responsive — 2×2 grid on tablet, 2×2 on mobile too */
@media (max-width: 991px) {
  .kh-packages-row {
    flex-wrap: wrap !important;
  }
  .kh-packages-row > [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 24px;
  }
  .kh-pkg--featured.services-one__single {
    transform: scale(1.03);
  }
}
@media (max-width: 575px) {
  /* Keep 2x2 on small mobile — not full-width stacked */
  .kh-packages-row > [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 16px;
  }
  /* Scale down card contents on small screens */
  .kh-pkg.services-one__single {
    padding: 20px 12px !important;
  }
  .kh-pkg-icon svg {
    width: 36px;
    height: 36px;
  }
  .services-one__title {
    font-size: 0.95rem !important;
  }
  .kh-price {
    font-size: 0.88rem !important;
  }
}

/* ── Mobile: Follow Me centered in About section ── */
@media (max-width: 767px) {
  .kh-about-follow {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .kh-about-follow__icons {
    justify-content: center;
  }
  /* Center the Book a Session button in About section */
  .about-one__btn-box {
    text-align: center;
  }
}

/* ── Mobile: coverflow controls clear of photos ── */
@media (max-width: 767px) {
  .kh-coverflow-container {
    width: 100% !important;
    height: 260px !important;
  }
  .kh-cf-controls {
    margin-top: 20px;
  }
  .kh-cf-indicators {
    margin-top: 12px;
  }
}

/* ─── About section — reduce top padding (120px → 40px) ─── */
.about-one {
  padding-top: 40px !important;
  padding-bottom: 120px !important;
}

/* ─── About section — desktop only (≥992px) ─── */
@media (min-width: 992px) {
  .about-one .container {
    max-width: 1100px !important;
  }
  .about-one .row {
    justify-content: center !important;
    align-items: center !important;
  }
  .about-one .col-xl-6,
  .about-one .col-lg-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
  /* Kill eston.css's 230px margin-right that pins portrait hard-left */
  .about-one__left {
    margin-right: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding-right: 24px !important;
    width: 100% !important;
  }
  .about-one__img-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .kh-billboard-wrapper {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

/* ─── Contact section — pull "Lets Create" & contact info closer ─── */
.news-one__top .container {
  max-width: 1140px !important;
}
.news-one__top .row {
  justify-content: center !important;
  align-items: center !important;
}
.news-one__top .col-xl-6,
.news-one__top .col-lg-6 {
  max-width: 520px !important;
  flex: 0 0 auto !important;
  width: auto !important;
}

/* ─── Footer credit — Pablo Cordova ─── */
.kh-footer-bottom-inner {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 24px;
}
.kh-credit {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
  letter-spacing: 0.04em;
}
/* Mobile: stack credit below and center it */
@media (max-width: 767px) {
  .kh-footer-bottom-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .kh-credit {
    margin-top: 6px;
    text-align: center;
  }
  .site-footer__bottom-text {
    text-align: center !important;
  }
}

/* ─── Custom cursor — hide on touch/mobile devices entirely ─── */
#kh-cursor {
  display: none !important;  /* hidden by default */
}
@media (hover: hover) and (pointer: fine) {
  /* Only show on true desktop pointer devices */
  #kh-cursor {
    display: block !important;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    top: 0;
    left: 0;
    /* visibility is toggled by JS via kh-cursor--visible class */
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  #kh-cursor.kh-cursor--visible {
    opacity: 1;
  }
}

/* =========================================================
   ── Hero Slider: Title Shadow + Unified Subtext Color ──
   ========================================================= */

/* Strong drop shadow on all hero main titles — loaded last, wins cascade */
.main-slider__title {
  text-shadow:
    3px  3px 0 rgba(0,0,0,1),
   -3px -3px 0 rgba(0,0,0,1),
    3px -3px 0 rgba(0,0,0,1),
   -3px  3px 0 rgba(0,0,0,1),
    0   6px 20px rgba(0,0,0,1),
    0  12px 40px rgba(0,0,0,0.95) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

/* All subtexts unified to portrait yellow */
.main-slider__tagline {
  color: #ffdd1a !important;
  text-shadow:
    0 0 12px rgba(0,0,0,1),
    0 0 30px rgba(0,0,0,0.9),
    0 2px 4px rgba(0,0,0,1) !important;
}

/* =========================================================
   ── Mobile Banner Image Swap (≤768px) ──
   Use dedicated mobile-cropped versions instead of repositioning
   ========================================================= */
@media (max-width: 768px) {
  .main-slider__slide-1 .main-slider__bg {
    background-image: url('/assets/images/banners/portraits-mobile.png') !important;
    background-position: center center !important;
  }
  .main-slider__slide-2 .main-slider__bg {
    background-image: url('/assets/images/banners/wedding-mobile.png') !important;
    background-position: center center !important;
  }
  .main-slider__slide-3 .main-slider__bg {
    background-image: url('/assets/images/banners/diego-mobile.png') !important;
    background-position: center center !important;
  }
}