/* D.ON official header artwork + clean hero
   Uses the user-provided logo artwork without redraw and keeps the existing hero background.
   This stylesheet intentionally loads after src/styles.css and only overrides home/header presentation. */

.don-home .don-header {
  height: 92px;
  padding: 0 clamp(22px, 4vw, 64px);
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) minmax(220px, 260px);
  align-items: center;
  border-bottom: 1px solid rgba(242, 208, 128, .14) !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

.don-home .don-header.is-scrolled {
  border-bottom-color: rgba(242, 208, 128, .16) !important;
  background: #1b100d !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12) !important;
}

.don-home .don-header-logo {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: fit-content;
  overflow: visible;
  text-decoration: none;
}

.don-home .don-header-logo .don-brand-mark {
  width: clamp(190px, 15vw, 230px) !important;
  height: auto !important;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  overflow: visible;
  filter: none !important;
}

.don-home .don-header-logo .don-brand-mark > img {
  content: url("/don-header-logo.png");
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: contain;
  object-position: left center;
  opacity: 1 !important;
  visibility: visible !important;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .14));
}

.don-home .don-header-logo .don-brand-mark::before,
.don-home .don-header-logo .don-brand-mark::after {
  content: none !important;
  display: none !important;
}

.don-home .don-desktop-nav {
  justify-self: center;
  gap: clamp(24px, 3vw, 52px);
}

.don-home .don-header-actions {
  justify-self: end;
}

/* Keep the exact existing premium hero image visible and completely free of glass/blur layers. */
.don-home .don-hero.don-hero-v2 {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  padding: 118px 24px 38px;
  background-image: url("/images/hero-perfumes-bg.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #2b1812 !important;
}

.don-home .don-hero.don-hero-v2::before,
.don-home .don-hero.don-hero-v2::after {
  content: none !important;
  display: none !important;
  background: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.don-home .don-hero-v2-ambient,
.don-home .don-hero-v2-glow,
.don-home .don-hero-v2-sheen,
.don-home .don-hero-v2-fog,
.don-home .don-hero-v2-particles {
  display: none !important;
  background: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.don-home .don-hero-v2 .don-hero-v2-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 830px);
  min-height: auto;
  margin: 0 auto;
  padding: 48px clamp(22px, 4vw, 58px) 38px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  box-shadow: none !important;
}

.don-home .don-hero-v2 .don-hero-v2-copy::before,
.don-home .don-hero-v2 .don-hero-v2-copy::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.don-home .don-hero-v2 .don-outline-cta {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .don-home .don-header {
    grid-template-columns: 190px minmax(0, 1fr) 190px;
    padding: 0 24px;
  }

  .don-home .don-header-logo .don-brand-mark {
    width: 180px !important;
  }

  .don-home .don-desktop-nav {
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .don-home .don-header {
    height: 76px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 16px;
  }

  .don-home .don-header.is-scrolled {
    background: #1b100d !important;
  }

  .don-home .don-header-logo .don-brand-mark {
    width: 150px !important;
  }

  .don-home .don-desktop-nav {
    display: none !important;
  }

  .don-home .don-account-button {
    display: none !important;
  }

  .don-home .don-header-actions > button:first-child {
    display: grid !important;
  }

  .don-home .don-cart-button,
  .don-home .don-menu-button {
    display: grid !important;
  }

  .don-home .don-header-actions {
    gap: 9px;
  }

  .don-home .don-header-actions > button {
    width: 30px;
    height: 40px;
  }

  .don-home .don-hero.don-hero-v2 {
    min-height: 100svh;
    padding: 94px 16px 32px;
    background-position: 60% center !important;
  }

  .don-home .don-hero-v2 .don-hero-v2-copy {
    width: min(100%, 650px);
    padding: 36px 12px 28px;
  }
}

@media (max-width: 520px) {
  .don-home .don-header {
    padding-inline: 12px;
  }

  .don-home .don-header-logo .don-brand-mark {
    width: clamp(130px, 40vw, 145px) !important;
  }

  .don-home .don-header-actions {
    gap: 6px;
  }

  .don-home .don-header-actions > button {
    width: 28px;
  }

  .don-home .don-header-actions svg {
    width: 20px;
    height: 20px;
  }

  .don-home .don-hero.don-hero-v2 {
    padding: 88px 12px 26px;
    background-position: 63% center !important;
  }

  .don-home .don-hero-v2 .don-hero-v2-copy {
    padding: 30px 8px 24px;
  }
}
