.hero {
  padding: 0 0 0.65rem;
  background:
    radial-gradient(circle at top right, rgba(221, 212, 196, 0.32), transparent 24%),
    linear-gradient(180deg, rgba(255, 254, 251, 0.98), rgba(246, 239, 229, 0.96));
}

.hero-panel {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1rem 1rem 1.1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text);
  overflow-x: clip;
}

.hero-panel::before,
.hero-panel::after,
.hero__glow {
  display: none;
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero .hero-topbar {
  position: relative;
  top: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin: 0;
}

.hero .mobile-menu-button {
  position: absolute;
  right: 0.45rem;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid rgba(31, 32, 34, 0.08);
  border-radius: 1rem;
  background: rgba(250, 245, 236, 0.96);
  color: #1f252b;
  box-shadow: 0 10px 24px rgba(18, 22, 27, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero .mobile-menu-button .lanya-inline-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: #1f252b;
}

.brand-lockup {
  padding-top: 0;
  text-align: center;
}

.brand-lockup__eyebrow,
.section-heading__eyebrow,
.footer__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-lockup__logo {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-lockup__logo-image {
  display: block;
  width: clamp(8.5rem, 20vw, 12rem);
  height: auto;
  object-fit: contain;
}

.brand-lockup__copy {
  margin: 0.35rem auto 0;
  max-width: 42rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
}

.search-card {
  position: relative;
  width: min(100%, 35rem);
  margin: 1rem auto 0;
}

.search-card__label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.search-card__field {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.5rem;
  padding: 0 1rem;
  border: 1px solid rgba(31, 32, 34, 0.08);
  border-radius: 1rem;
  background: rgba(244, 239, 231, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.search-card__field svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: #6b6d6b;
  flex: 0 0 auto;
}

.search-card__field input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--text);
}

.search-card__field input::placeholder {
  color: #7f817f;
}

.category-stack {
  position: relative;
  width: 100%;
  margin: 1rem auto 0;
  z-index: 3;
}

.chip-rail {
  display: grid;
  grid-template-columns: 2.95rem minmax(0, 1fr) 2.95rem;
  align-items: start;
  gap: 0.6rem;
  width: 100%;
  margin-top: 0;
}

.chip-rail--primary {
  grid-template-columns: minmax(0, 1fr);
}

.chip-rail--primary .chip-rail__nav {
  display: none;
}

.chip-rail[hidden] {
  display: none;
}

.chip-rail__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.95rem;
  height: 2.95rem;
  padding: 0;
  border: 1px solid rgba(31, 32, 34, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f252b;
  box-shadow: 0 10px 24px rgba(18, 22, 27, 0.08);
}

.chip-rail__nav:disabled {
  opacity: 0.42;
  pointer-events: none;
}

.chip-rail__nav .lanya-inline-icon {
  width: 1.15rem;
  height: 1.15rem;
  color: #1f252b;
}

.search-tags {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.05rem 0;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.search-tags::-webkit-scrollbar {
  display: none;
}

.search-tags[hidden] {
  display: none;
}

.search-tags--primary {
  justify-content: center;
  width: 100%;
}

.search-tags button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  flex: 0 0 auto;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(31, 32, 34, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  box-shadow: 0 10px 24px rgba(18, 22, 27, 0.06);
}

.search-tags button.category-chip--visual {
  display: grid;
  align-items: start;
  justify-items: center;
  gap: 0.45rem;
  width: 6.25rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.category-chip__media {
  position: relative;
  display: block;
  width: 5.1rem;
  aspect-ratio: 1;
  padding: 0;
}

.category-chip__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: none;
}

.category-chip__label {
  display: block;
  min-height: 2.55em;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #2f3133;
  text-wrap: balance;
}

.search-tags button.is-active {
  background: rgba(244, 239, 231, 0.98);
  border-color: rgba(31, 32, 34, 0.12);
}

.search-tags button.category-chip--visual.is-active {
  background: transparent;
  border-color: transparent;
}

.search-tags button.category-chip--visual.is-active .category-chip__image {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.search-tags__branch,
.search-tags__submenu-home {
  justify-content: space-between;
}

.search-tags__branch {
  min-width: 0;
}

.search-tags__caret {
  width: 0.72rem;
  height: 0.72rem;
  border-right: 1.5px solid #686b69;
  border-bottom: 1.5px solid #686b69;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 160ms ease;
}

.search-tags__caret.is-expanded {
  transform: rotate(-135deg) translateY(-1px);
}

.category-menu {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 22rem);
  margin: 0;
  padding: 0.95rem;
  border: 1px solid rgba(31, 32, 34, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 48px rgba(18, 22, 27, 0.12);
  z-index: 6;
}

.category-menu[hidden] {
  display: none;
}

.category-menu__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

.category-menu__eyebrow,
.category-menu__title {
  margin: 0;
}

.category-menu__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7f817f;
}

.category-menu__title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #1f252b;
}

.category-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
  margin-top: 0.8rem;
  max-height: 20rem;
  overflow-y: auto;
  padding-right: 0.15rem;
}

.category-menu__list::-webkit-scrollbar {
  width: 0.45rem;
}

.category-menu__list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(31, 32, 34, 0.16);
}

.category-menu__option {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(31, 32, 34, 0.08);
  border-radius: 0.95rem;
  background: rgba(249, 244, 236, 0.9);
  color: var(--text);
  text-align: left;
  justify-content: flex-start;
}

.category-menu__option span:last-child {
  flex: 1;
}

.category-menu__option--all {
  font-weight: 700;
}

.category-menu__option.is-active {
  background: #fff;
  border-color: rgba(31, 32, 34, 0.12);
}

.hero-showcase {
  position: relative;
  margin-top: 1rem;
  border-radius: 1.55rem;
  overflow: hidden;
  background: rgba(235, 227, 214, 0.95);
  box-shadow: 0 18px 42px rgba(18, 22, 27, 0.1);
}

.hero-showcase__viewport {
  overflow: hidden;
  border-radius: inherit;
}

.hero-showcase__track {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
}

.hero-showcase__slide {
  position: relative;
  flex: 0 0 100%;
  min-height: clamp(18rem, 45vw, 29rem);
  aspect-ratio: 1.32 / 1;
  padding: 0;
  border: 0;
  background: rgba(210, 196, 176, 0.4);
  color: var(--white);
  text-align: left;
  cursor: pointer;
}

.hero-showcase__slide-image,
.hero-showcase__slide-image .product-card__photo,
.hero-showcase__slide-image .product-card__photo img {
  width: 100%;
  height: 100%;
}

.hero-showcase__slide-image {
  position: absolute;
  inset: 0;
}

.hero-showcase__slide-image .product-card__photo {
  aspect-ratio: auto;
}

.hero-showcase__slide-image .product-card__photo::before {
  background:
    linear-gradient(180deg, rgba(15, 22, 34, 0.02), rgba(15, 22, 34, 0.36)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 30%);
}

.hero-showcase__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  transform: translateY(-50%);
  box-shadow: none;
}

.hero-showcase__nav--prev {
  left: 0.9rem;
}

.hero-showcase__nav--next {
  right: 0.9rem;
}

.hero-showcase__nav-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.76;
}

.hero-showcase__dots {
  position: absolute;
  left: 50%;
  bottom: 0.95rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transform: translateX(-50%);
}

.hero-showcase__dot {
  width: 0.62rem;
  height: 0.62rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.hero-showcase__dot.is-active {
  width: 1.6rem;
  background: rgba(255, 255, 255, 0.94);
}

.hero-banner-desktop {
  display: none;
}

.hero-banner-desktop__image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-banner-desktop picture {
  display: block;
  width: 100%;
}

@media (max-width: 719px) {
  .hero {
    padding: 0 0 0.45rem;
  }

  .hero-panel {
    padding: 0.85rem 0.75rem 0.95rem;
  }

  .hero .hero-topbar {
    min-height: 2.8rem;
  }

  .hero .mobile-menu-button {
    right: 0.25rem;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.9rem;
  }

  .brand-lockup__logo {
    width: 100%;
  }

  .brand-lockup__logo-image {
    width: clamp(8rem, 36vw, 10rem);
  }

  .brand-lockup__copy {
    margin-top: 0.48rem;
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    font-size: 0.6rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
  }

  .search-card {
    width: 100%;
    margin-top: 0.9rem;
  }

  .search-card__field {
    min-height: 3.2rem;
    border-radius: 0.95rem;
  }

  .chip-rail {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .category-stack {
    margin-top: 0.72rem;
  }

  .search-tags--primary {
    justify-content: flex-start;
    gap: 0.16rem;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }

  .search-tags button.category-chip--visual {
    width: 4.85rem;
    gap: 0.22rem;
  }

  .category-chip__media {
    width: 4.45rem;
  }

  .category-chip__label {
    min-height: 2.8em;
    font-size: 0.68rem;
  }

  .category-menu {
    width: min(100%, 19rem);
    padding: 0.85rem 0.8rem 0.9rem;
    border-radius: 1rem;
  }

  .hero-showcase {
    margin-top: 0.75rem;
    border-radius: 1.25rem;
  }

  .hero-showcase__slide {
    min-height: auto;
    aspect-ratio: 1.08 / 1;
  }

  .hero-showcase__nav {
    width: 2.75rem;
  }

  .hero-showcase__nav--prev {
    left: 0.6rem;
  }

  .hero-showcase__nav--next {
    right: 0.6rem;
  }

  .hero-showcase__dots {
    bottom: 0.75rem;
  }
}

@media (min-width: 1040px) {
  .brand-lockup__logo-image {
    width: clamp(9rem, 14vw, 12rem);
  }

  .search-tags--primary {
    gap: 0.6rem;
  }

  .search-tags button.category-chip--visual {
    width: 7.2rem;
    gap: 0.5rem;
  }

  .category-chip__media {
    width: 6rem;
  }

  .category-chip__image {
    filter: none;
  }

  .category-chip__label {
    min-height: 2.35em;
    font-size: 0.88rem;
  }

  .hero-banner-desktop {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 1100px);
    min-height: min(56vw, 34rem);
    margin: 1rem auto 0;
    padding: 0.55rem;
    border-radius: 1.55rem;
    overflow: hidden;
    background: rgba(246, 239, 229, 0.96);
    box-shadow: 0 18px 42px rgba(18, 22, 27, 0.1);
  }

  .hero-banner-desktop__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .hero-showcase--carousel {
    display: none;
  }

  .hero-showcase {
    max-width: 1000px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-showcase__slide {
    min-height: 200px;
    aspect-ratio: auto;
  }

  .hero-showcase__slide-image .product-card__photo img {
    object-fit: cover;
    object-position: center;
  }
}
