/** Shopify CDN: Minification failed

Line 1295:15 Expected identifier but found whitespace
Line 1295:20 Unexpected ";"

**/
:root {
  --hh-honey-gold: #D9A321;
  --hh-amber: #B86F19;
  --hh-cream: #FFF8E8;
  --hh-mustard: #D6A738;
  --hh-brown: #5D381E;
  --hh-black: #17130F;
  --hh-sage: #8A9B72;
  --hh-white: #FFFFFF;
  --hh-shadow: 0 18px 50px rgba(93, 56, 30, .13);
  --hh-radius: 28px;
}

.hh-section {
  position: relative;
  overflow: hidden;
  background: var(--hh-cream);
  color: var(--hh-brown);
  isolation: isolate;
}

.hh-shell {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.hh-eyebrow {
  margin: 0 0 .8rem;
  color: var(--hh-amber);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hh-title {
  margin: 0;
  color: var(--hh-brown);
  font-size: clamp(2.35rem, 5vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.hh-copy {
  color: color-mix(in srgb, var(--hh-brown), transparent 18%);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.75;
}

.hh-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .85rem 1.4rem;
  border: 1px solid var(--hh-brown);
  border-radius: 999px;
  background: var(--hh-brown);
  color: var(--hh-white);
  font-weight: 800;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(93, 56, 30, .2);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.hh-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(93, 56, 30, .28);
  background: var(--hh-amber);
}

.hh-button--light {
  background: rgba(255,255,255,.84);
  color: var(--hh-brown);
  backdrop-filter: blur(10px);
}

.hh-honeycomb {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.22;

  background-image:
    radial-gradient(
      circle at center,
      rgba(255, 213, 77, 0.16) 0%,
      rgba(217, 163, 33, 0.07) 45%,
      transparent 75%
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='90' viewBox='0 0 104 90'%3E%3Cg fill='none' stroke='%23D9A321' stroke-width='3'%3E%3Cpath d='M26 1L51 15.5V44.5L26 59L1 44.5V15.5L26 1Z'/%3E%3Cpath d='M78 1L103 15.5V44.5L78 59L53 44.5V15.5L78 1Z'/%3E%3Cpath d='M52 46L77 60.5V89.5L52 104L27 89.5V60.5L52 46Z'/%3E%3C/g%3E%3C/svg%3E");

  background-size:
    100% 100%,
    104px 90px;

  background-repeat:
    no-repeat,
    repeat;

  background-position:
    center,
    center;
}



.hh-honey-drip {
  position: absolute;
  inset: auto 0 -1px;
  height: 42px;
  color: var(--hh-honey-gold);
  pointer-events: none;
}

.hh-honey-drip svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hh-hero {
  min-height: min(850px, 88vh);
  display: grid;
  align-items: center;
  padding: clamp(90px, 11vw, 155px) 0 clamp(110px, 12vw, 160px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.9), transparent 30%),
    radial-gradient(circle at 92% 22%, rgba(217,163,33,.35), transparent 32%),
    linear-gradient(135deg, #fffaf0 0%, #f6dfaa 52%, #dba445 100%);
}

.hh-hero__grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
}

.hh-hero__content {
  max-width: 680px;
}

.hh-hero__content .hh-copy {
  max-width: 620px;
  margin: 1.5rem 0 2rem;
}

.hh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.hh-hero__visual {
  position: relative;
  min-height: 510px;
}

.hh-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 46% 46% 16% 16% / 38% 38% 12% 12%;
  box-shadow: var(--hh-shadow);
}

.hh-hero__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 3rem;
  border: 1px solid rgba(93,56,30,.12);
  border-radius: 46% 46% 16% 16% / 38% 38% 12% 12%;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.95), rgba(255,255,255,.5) 28%, transparent 29%),
    linear-gradient(145deg, #f9e6b4, #c98624);
  color: var(--hh-brown);
  text-align: center;
  box-shadow: var(--hh-shadow);
}

.hh-hero__badge {
  position: absolute;
  right: -16px;
  bottom: 34px;
  display: grid;
  place-items: center;
  width: 142px;
  aspect-ratio: 1;
  padding: 1rem;
  border-radius: 50%;
  background: var(--hh-white);
  color: var(--hh-brown);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: var(--hh-shadow);
  animation: hh-float 5s ease-in-out infinite;
}

.hh-bee {
  position: absolute;
  z-index: 3;
  width: 38px;
  filter: drop-shadow(0 7px 8px rgba(93,56,30,.18));
  pointer-events: none;
}

.hh-bee--one { top: 17%; left: 3%; animation: hh-bee-flight 13s ease-in-out infinite; }
.hh-bee--two { right: 7%; bottom: 18%; animation: hh-bee-flight-alt 16s ease-in-out infinite 1.5s; }

.hh-sparkle {
  position: absolute;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--hh-white);
  box-shadow: 0 0 18px 6px rgba(255,255,255,.7);
  animation: hh-twinkle 3.7s ease-in-out infinite;
}

.hh-sparkle:nth-of-type(1) { top: 18%; left: 46%; }
.hh-sparkle:nth-of-type(2) { top: 32%; right: 11%; animation-delay: .8s; }
.hh-sparkle:nth-of-type(3) { bottom: 19%; left: 12%; animation-delay: 1.5s; }

.hh-room-grid {
  padding: clamp(80px, 10vw, 145px) 0;
}

.hh-section-heading {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.hh-room-grid__items {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.hh-room-card {
  position: relative;
  grid-column: span 4;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--hh-radius);
  background: #ead39f;
  box-shadow: var(--hh-shadow);
  text-decoration: none;
  transform: translateY(18px);
  opacity: 0;
  transition: transform .7s ease, opacity .7s ease, box-shadow .3s ease;
}

.hh-room-card.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.hh-room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(93,56,30,.2);
}

.hh-room-card:nth-child(1),
.hh-room-card:nth-child(5) {
  grid-column: span 6;
}

.hh-room-card__image,
.hh-room-card__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hh-room-card__image {
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.hh-room-card:hover .hh-room-card__image {
  transform: scale(1.055);
}

.hh-room-card__placeholder {
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.65), transparent 24%),
    linear-gradient(145deg, var(--card-light, #f7eacb), var(--card-dark, #bd7d2e));
}

.hh-room-card__overlay {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(31,19,10,.87));
}

.hh-room-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(24px, 3vw, 38px);
  color: var(--hh-white);
}

.hh-room-card__name {
  margin: 0 0 .3rem;
  font-size: clamp(1.6rem, 2.6vw, 2.55rem);
  line-height: 1.05;
}

.hh-room-card__label {
  margin: 0;
  color: rgba(255,255,255,.84);
}

.hh-room-card__arrow {
  position: absolute;
  right: 26px;
  top: 26px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  color: var(--hh-brown);
  font-size: 1.2rem;
  backdrop-filter: blur(8px);
  transition: transform .3s ease;
}

.hh-room-card:hover .hh-room-card__arrow {
  transform: rotate(45deg);
}

.hh-story {
  padding: clamp(85px, 10vw, 150px) 0;
  background: var(--hh-brown);
  color: var(--hh-white);
}

.hh-story__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

.hh-story__image-wrap {
  position: relative;
  min-height: 550px;
}

.hh-story__image,
.hh-story__placeholder {
  width: 100%;
  height: 100%;
  min-height: 550px;
  object-fit: cover;
  border-radius: 42% 42% 22px 22px / 28% 28% 22px 22px;
}

.hh-story__placeholder {
  background: linear-gradient(145deg, #e4bc64, #8f561d);
}

.hh-story .hh-title,
.hh-story .hh-copy {
  color: var(--hh-white);
}

.hh-story .hh-copy {
  color: rgba(255,255,255,.78);
}

.hh-story__seal {
  position: absolute;
  right: -18px;
  top: 13%;
  width: 120px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--hh-honey-gold);
  color: var(--hh-brown);
  font-weight: 900;
  text-align: center;
  transform: rotate(8deg);
  box-shadow: var(--hh-shadow);
}

.hh-testimonials {
  padding: clamp(80px, 10vw, 135px) 0;
}

.hh-testimonials__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px 4px 28px;
  scrollbar-width: thin;
}

.hh-review {
  scroll-snap-align: start;
  padding: 34px;
  border: 1px solid rgba(93,56,30,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 40px rgba(93,56,30,.08);
}

.hh-review__stars {
  color: var(--hh-honey-gold);
  letter-spacing: .1em;
}

.hh-review__quote {
  font-size: 1.06rem;
  line-height: 1.72;
}

.hh-review__author {
  margin-top: 1.25rem;
  font-weight: 900;
}

.hh-contact {
  padding: clamp(80px, 9vw, 130px) 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.6), transparent 24%),
    linear-gradient(135deg, #dba33b, #f2d58e);
}

.hh-contact__panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid rgba(93,56,30,.1);
  border-radius: 36px;
  background: rgba(255,248,232,.84);
  box-shadow: var(--hh-shadow);
  backdrop-filter: blur(12px);
}

.hh-contact__panel .hh-title {
  font-size: clamp(2.2rem, 4.2vw, 4.7rem);
}

.hh-fade-up {
  transform: translateY(20px);
  opacity: 0;
  transition: transform .75s ease, opacity .75s ease;
}

.hh-fade-up.is-visible {
  transform: none;
  opacity: 1;
}

@keyframes hh-float {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-12px) rotate(3deg); }
}

@keyframes hh-bee-flight {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  30% { transform: translate(105px, -34px) rotate(8deg); }
  60% { transform: translate(170px, 22px) rotate(-3deg); }
}

@keyframes hh-bee-flight-alt {
  0%, 100% { transform: translate(0, 0) rotate(5deg); }
  35% { transform: translate(-90px, -42px) rotate(-8deg); }
  70% { transform: translate(-155px, 18px) rotate(4deg); }
}

@keyframes hh-twinkle {
  0%, 100% { opacity: .25; transform: scale(.7); }
  50% { opacity: 1; transform: scale(1.25); }
}

@media (max-width: 900px) {
  .hh-hero__grid,
  .hh-story__grid,
  .hh-contact__panel {
    grid-template-columns: 1fr;
  }

  .hh-hero__visual {
    min-height: 440px;
  }

  .hh-room-card,
  .hh-room-card:nth-child(1),
  .hh-room-card:nth-child(5) {
    grid-column: span 6;
  }
}

@media (max-width: 620px) {
  .hh-shell { width: min(100% - 28px, 1240px); }
  .hh-hero { min-height: auto; }
  .hh-hero__visual { min-height: 360px; }
  .hh-hero__badge { width: 108px; right: -2px; }
  .hh-room-card,
  .hh-room-card:nth-child(1),
  .hh-room-card:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 360px;
  }
  .hh-story__image-wrap,
  .hh-story__image,
  .hh-story__placeholder {
    min-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-bee,
  .hh-sparkle,
  .hh-hero__badge {
    animation: none !important;
  }

  .hh-room-card,
  .hh-fade-up,
  .hh-room-card__image,
  .hh-button {
    transition: none !important;
  }
}


/* =========================================================
   PREMIUM HORIZON OVERLAY
   ========================================================= */

body.hh-premium-theme {
  background: var(--hh-cream);
}

.hh-premium-theme :is(.header, .header-section, header-component) {
  --color-foreground: var(--hh-brown);
}

.hh-premium-theme :is(.header, .header-section) {
  background: rgba(255, 248, 232, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(93,56,30,.08);
}

.hh-premium-theme :is(.header__heading-logo, .header-logo img) {
  filter: drop-shadow(0 8px 14px rgba(93,56,30,.08));
}

.hh-premium-theme :is(.header__menu-item, .menu-list__link, .header-actions__action) {
  transition: color .25s ease, transform .25s ease;
}

.hh-premium-theme :is(.header__menu-item, .menu-list__link):hover {
  color: var(--hh-amber);
  transform: translateY(-1px);
}

.hh-premium-theme :is(.button, button, .shopify-payment-button__button) {
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.hh-premium-theme :is(.button, button, .shopify-payment-button__button):hover {
  transform: translateY(-2px);
}

.hh-premium-theme :is(.card, product-card, .product-card) {
  border-radius: 24px;
}

.hh-premium-theme :is(.product-card__image, .card__media, product-card img) {
  border-radius: 22px;
}

.hh-nav-drip {
  position: relative;
  z-index: 4;
  height: 18px;
  margin-bottom: -15px;
  color: var(--hh-honey-gold);
  pointer-events: none;
}

.hh-nav-drip svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hh-luxury-marquee {
  padding: 13px 0;
  overflow: hidden;
  background: #E0850A;
  color: #FFF8EC;
  white-space: nowrap;
}

.hh-luxury-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 2.2rem;
  min-width: max-content;
  animation: hh-marquee 34s linear infinite;
}

.hh-luxury-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 2.2rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hh-luxury-marquee__item::after {
  content: "✦";
  color: var(--hh-honey-gold);
}

.hh-featured {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--hh-white);
}

.hh-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
}

.hh-product {
  position: relative;
  color: var(--hh-brown);
  text-decoration: none;
}

.hh-product__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  background: #f4e4bd;
  box-shadow: 0 14px 36px rgba(93,56,30,.08);
}

.hh-product__image,
.hh-product__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
}

.hh-product:hover .hh-product__image {
  transform: scale(1.055);
}

.hh-product__placeholder {
  background:
    radial-gradient(circle at 70% 18%, rgba(255,255,255,.75), transparent 24%),
    linear-gradient(145deg, #fbefd1, #c98b31);
}

.hh-product__badge {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: .45rem .72rem;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--hh-brown);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hh-product__details {
  padding: 16px 5px 0;
}

.hh-product__title {
  margin: 0 0 .35rem;
  font-size: 1rem;
  font-weight: 850;
}

.hh-product__price {
  color: var(--hh-amber);
  font-weight: 800;
}

.hh-editorial {
  padding: clamp(85px, 10vw, 150px) 0;
  background: #f3e5c7;
}

.hh-editorial__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 680px;
  overflow: hidden;
  border-radius: 38px;
  background: var(--hh-brown);
  box-shadow: var(--hh-shadow);
}

.hh-editorial__media {
  position: relative;
  min-height: 540px;
}

.hh-editorial__image,
.hh-editorial__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hh-editorial__placeholder {
  background:
    radial-gradient(circle at 32% 25%, rgba(255,255,255,.55), transparent 18%),
    linear-gradient(145deg,#e8c676,#8d571d);
}

.hh-editorial__content {
  display: grid;
  align-content: center;
  padding: clamp(42px, 7vw, 95px);
  color: var(--hh-white);
}

.hh-editorial__content .hh-title,
.hh-editorial__content .hh-copy {
  color: var(--hh-white);
}

.hh-editorial__content .hh-copy {
  color: rgba(255,255,255,.77);
}

.hh-process {
  padding: clamp(80px, 9vw, 130px) 0;
}

.hh-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  counter-reset: honey-step;
}

.hh-step {
  position: relative;
  min-height: 290px;
  padding: 32px;
  border: 1px solid rgba(93,56,30,.1);
  border-radius: 25px;
  background: rgba(255,255,255,.72);
  counter-increment: honey-step;
  box-shadow: 0 12px 34px rgba(93,56,30,.06);
}

.hh-step::before {
  content: "0" counter(honey-step);
  display: block;
  margin-bottom: 2.2rem;
  color: var(--hh-honey-gold);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.hh-step__title {
  margin: 0 0 .8rem;
  font-size: 1.4rem;
}

.hh-step__copy {
  margin: 0;
  color: rgba(93,56,30,.74);
  line-height: 1.65;
}

.hh-gallery {
  padding: clamp(70px, 9vw, 130px) 0;
  background: var(--hh-brown);
}

.hh-gallery .hh-title,
.hh-gallery .hh-copy {
  color: var(--hh-white);
}

.hh-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  grid-auto-rows: 170px;
  gap: 16px;
}

.hh-gallery__item {
  position: relative;
  grid-column: span 4;
  grid-row: span 2;
  overflow: hidden;
  border-radius: 24px;
  background: #bb812f;
}

.hh-gallery__item:nth-child(1),
.hh-gallery__item:nth-child(5) {
  grid-column: span 6;
  grid-row: span 3;
}

.hh-gallery__item:nth-child(3) {
  grid-row: span 3;
}

.hh-gallery__image,
.hh-gallery__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.hh-gallery__item:hover .hh-gallery__image {
  transform: scale(1.055);
}

.hh-gallery__placeholder {
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.38), transparent 24%),
    linear-gradient(145deg,#e8bf62,#89511c);
}

.hh-faq {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--hh-white);
}

.hh-faq__layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 8vw, 110px);
}

.hh-faq__item {
  border-bottom: 1px solid rgba(93,56,30,.14);
}

.hh-faq__summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 1.08rem;
  font-weight: 850;
}

.hh-faq__summary::-webkit-details-marker { display:none; }

.hh-faq__summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 20px;
  font-size: 1.5rem;
  color: var(--hh-amber);
  transition: transform .25s ease;
}

.hh-faq__item[open] .hh-faq__summary::after {
  transform: rotate(45deg);
}

.hh-faq__answer {
  padding: 0 35px 24px 0;
  color: rgba(93,56,30,.73);
  line-height: 1.7;
}

.hh-newsletter {
  padding: clamp(80px, 10vw, 140px) 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,.52), transparent 24%),
    linear-gradient(135deg,#e0ad42,#f5dda2);
}

.hh-newsletter__card {
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(42px, 8vw, 90px);
  border-radius: 40px;
  background: rgba(255,248,232,.88);
  text-align: center;
  box-shadow: var(--hh-shadow);
  backdrop-filter: blur(14px);
}

.hh-newsletter__form {
  display: flex;
  max-width: 590px;
  margin: 2rem auto 0;
  padding: 7px;
  border: 1px solid rgba(93,56,30,.16);
  border-radius: 999px;
  background: var(--hh-white);
}

.hh-newsletter__input {
  flex: 1;
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--hh-brown);
  font: inherit;
}

.hh-newsletter__message {
  margin-top: 1rem;
  font-weight: 700;
}

@keyframes hh-marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .hh-featured__grid,
  .hh-process__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .hh-editorial__grid,
  .hh-faq__layout {
    grid-template-columns: 1fr;
  }
  .hh-gallery__item,
  .hh-gallery__item:nth-child(1),
  .hh-gallery__item:nth-child(5) {
    grid-column: span 6;
  }
}

@media (max-width: 620px) {
  .hh-featured__grid,
  .hh-process__grid {
    grid-template-columns: 1fr;
  }
  .hh-gallery__grid {
    grid-auto-rows: 130px;
  }
  .hh-gallery__item,
  .hh-gallery__item:nth-child(1),
  .hh-gallery__item:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: span 2;
  }
  .hh-newsletter__form {
    display: grid;
    gap: 8px;
    padding: 8px;
    border-radius: 24px;
  }
  .hh-newsletter__input {
    min-height: 48px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-luxury-marquee__track { animation: none; }
}

/* Global flying bees */

.hh-global-bees {
  position: fixed;
  inset: 0;
  z-index: 20;
  overflow: hidden;
  pointer-events: none;
}

.hh-global-bee {
  position: absolute;
  width: 38px;
  height: auto;
  opacity: 0;
  filter: drop-shadow(0 5px 7px rgba(93, 56, 30, 0.18));
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform, opacity;
}

.hh-global-bee svg,
.hh-global-bee img {
  display: block;
  width: 100%;
  height: auto;
}

/* Bee one */

.hh-global-bee--1 {
  top: 12%;
  left: -80px;
  animation-name: hh-bee-flight-one;
  animation-duration: 24s;
  animation-delay: 1s;
}

/* Bee two */

.hh-global-bee--2 {
  top: 32%;
  right: -80px;
  width: 30px;
  animation-name: hh-bee-flight-two;
  animation-duration: 29s;
  animation-delay: 6s;
}

/* Bee three */

.hh-global-bee--3 {
  top: 58%;
  left: -80px;
  width: 26px;
  animation-name: hh-bee-flight-three;
  animation-duration: 34s;
  animation-delay: 12s;
}

/* Bee four */

.hh-global-bee--4 {
  top: 78%;
  right: -80px;
  width: 34px;
  animation-name: hh-bee-flight-four;
  animation-duration: 27s;
  animation-delay: 3s;
}

/* Bee five */

.hh-global-bee--5 {
  top: 20%;
  left: -80px;
  width: 22px;
  animation-name: hh-bee-flight-five;
  animation-duration: 38s;
  animation-delay: 17s;
}

/* Bee six */

.hh-global-bee--6 {
  top: 68%;
  right: -80px;
  width: 28px;
  animation-name: hh-bee-flight-six;
  animation-duration: 32s;
  animation-delay: 9s;
}

@keyframes hh-bee-flight-one {
  0% {
    transform: translate(-10vw, 0) rotate(8deg);
    opacity: 0;
  }

  8% {
    opacity: 0.9;
  }

  25% {
    transform: translate(28vw, 70px) rotate(-8deg);
  }

  50% {
    transform: translate(56vw, -40px) rotate(10deg);
  }

  75% {
    transform: translate(82vw, 55px) rotate(-5deg);
  }

  92% {
    opacity: 0.9;
  }

  100% {
    transform: translate(115vw, 0) rotate(8deg);
    opacity: 0;
  }
}

@keyframes hh-bee-flight-two {
  0% {
    transform: translate(10vw, 0) scaleX(-1) rotate(5deg);
    opacity: 0;
  }

  8% {
    opacity: 0.8;
  }

  30% {
    transform: translate(-28vw, -55px) scaleX(-1) rotate(-8deg);
  }

  55% {
    transform: translate(-58vw, 70px) scaleX(-1) rotate(8deg);
  }

  80% {
    transform: translate(-86vw, -25px) scaleX(-1) rotate(-5deg);
  }

  92% {
    opacity: 0.8;
  }

  100% {
    transform: translate(-115vw, 20px) scaleX(-1);
    opacity: 0;
  }
}

@keyframes hh-bee-flight-three {
  0% {
    transform: translate(-10vw, 20px) rotate(-4deg);
    opacity: 0;
  }

  10% {
    opacity: 0.75;
  }

  28% {
    transform: translate(25vw, -80px) rotate(8deg);
  }

  52% {
    transform: translate(55vw, 35px) rotate(-6deg);
  }

  78% {
    transform: translate(84vw, -65px) rotate(7deg);
  }

  90% {
    opacity: 0.75;
  }

  100% {
    transform: translate(115vw, 10px);
    opacity: 0;
  }
}

@keyframes hh-bee-flight-four {
  0% {
    transform: translate(10vw, -10px) scaleX(-1);
    opacity: 0;
  }

  8% {
    opacity: 0.85;
  }

  25% {
    transform: translate(-25vw, 50px) scaleX(-1) rotate(5deg);
  }

  50% {
    transform: translate(-55vw, -75px) scaleX(-1) rotate(-9deg);
  }

  76% {
    transform: translate(-84vw, 30px) scaleX(-1) rotate(6deg);
  }

  92% {
    opacity: 0.85;
  }

  100% {
    transform: translate(-115vw, -20px) scaleX(-1);
    opacity: 0;
  }
}

@keyframes hh-bee-flight-five {
  0% {
    transform: translate(-10vw, 0) scale(0.8);
    opacity: 0;
  }

  12% {
    opacity: 0.6;
  }

  35% {
    transform: translate(35vw, 110px) scale(0.8) rotate(8deg);
  }

  65% {
    transform: translate(70vw, -90px) scale(0.8) rotate(-8deg);
  }

  88% {
    opacity: 0.6;
  }

  100% {
    transform: translate(115vw, 30px) scale(0.8);
    opacity: 0;
  }
}

@keyframes hh-bee-flight-six {
  0% {
    transform: translate(10vw, 0) scaleX(-1);
    opacity: 0;
  }

  10% {
    opacity: 0.7;
  }

  32% {
    transform: translate(-32vw, -85px) scaleX(-1);
  }

  62% {
    transform: translate(-68vw, 75px) scaleX(-1);
  }

  88% {
    opacity: 0.7;
  }

  100% {
    transform: translate(-115vw, -15px) scaleX(-1);
    opacity: 0;
  }
}
pointer-events: none;
@media screen and (max-width: 749px) {
  .hh-global-bee {
    width: 24px;
    opacity: 0.7;
  }

  .hh-global-bee--3,
  .hh-global-bee--5,
  .hh-global-bee--6 {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hh-global-bees {
    display: none;
  }
}

