.elementor-14 .elementor-element.elementor-element-f24d15b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-14 .elementor-element.elementor-element-f24d15b:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-f24d15b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#080A0E;}.elementor-14 .elementor-element.elementor-element-66e6b5f{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-66e6b5f *//* ---- PAGE RESET ---- */
.he-page {
  background: var(--he-black);
  color: var(--he-cream);
   
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.he-page *, .he-page *::before, .he-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.he-page ul { list-style: none; }
.he-page a  { text-decoration: none; }
.he-page img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   HERO
   ============================================================ */
.he-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.he-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(201,149,42,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 15% 80%, rgba(201,149,42,0.03) 0%, transparent 60%),
    var(--he-black);
}

/* Hieroglyph side columns */
.he-hero__glyphs {
  position: absolute;
  top: 0; bottom: 0;
  width: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  pointer-events: none;
  user-select: none;
}

.he-hero__glyphs--left  { left: 1.5rem; }
.he-hero__glyphs--right { right: 1.5rem; }

.he-hero__glyphs span {
  font-size: 1rem;
  color: var(--he-gold-dark);
  opacity: 0.2;
  line-height: 1;
}

.he-hero__content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 8rem 2rem 6rem;
}

/* Hero eye animation */
.he-hero__eye {
  width: 82px;
  height: 82px;
  margin: 0 auto 2rem;
  animation: he-float 4s ease-in-out infinite;
}

.he-hero__title {
  
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--he-gold-light);
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.he-hero__subtitle {
  
  font-size: clamp(0.85rem, 2vw, 1.3rem);
  letter-spacing: 0.42em;
  color: var(--he-gold-pale);
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.he-divider {
  width: 180px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--he-gold), transparent);
  margin: 0 auto 2.5rem;
}

.he-hero__tagline {
   
  font-style: italic;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  color: var(--he-cream-dim);
  line-height: 1.85;
  margin-bottom: 3rem;
}

/* Badges */
.he-badges {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.he-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 68px;
}

.he-badge__icon {
  width: 38px;
  height: 38px;
  border: 1px solid var(--he-border-s);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--he-gold-light);
  transition: border-color 0.3s, background 0.3s;
}

.he-badge__icon--green {
  border-color: rgba(0,200,150,0.45);
  color: var(--he-green);
}

.he-badge__label {
  
  font-size: 0.52rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--he-gold);
  text-align: center;
  line-height: 1.5;
}

/* CTA group */
.he-cta-group {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Scroll indicator */
.he-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.4;
}

.he-hero__scroll span {
  
  font-size: 0.5rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--he-muted);
}

.he-scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--he-gold), transparent);
  animation: he-scroll-pulse 2s ease-in-out infinite;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.he-btn {
  display: inline-block;
  
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  line-height: 1;
}

.he-btn--primary {
  background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold));
  color: var(--he-black);
}

.he-btn--primary:hover {
  background: linear-gradient(135deg, var(--he-gold-pale), var(--he-gold-light));
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,149,42,0.3);
  color: var(--he-black);
}

.he-btn--outline {
  background: transparent;
  color: var(--he-gold-light);
  border: 1px solid var(--he-border-s);
}

.he-btn--outline:hover {
  background: rgba(201,149,42,0.08);
  border-color: var(--he-gold-light);
  color: var(--he-gold-pale);
}

.he-btn:disabled,
.he-btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.he-trust {
  border-top: 1px solid var(--he-border);
  border-bottom: 1px solid var(--he-border);
  padding: 1.3rem 2rem;
  background: rgba(201,149,42,0.025);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  flex-wrap: wrap;
}

.he-trust__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.he-trust__item svg {
  width: 17px;
  height: 17px;
  color: var(--he-gold);
  flex-shrink: 0;
}

.he-trust__item span {
  
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--he-cream-dim);
}

/* ============================================================
   SECTIONS — SHARED
   ============================================================ */
.he-section {
  padding: 7rem 4rem;
}

.he-section--alt {
  background: linear-gradient(180deg, var(--he-black) 0%, #0B0D10 50%, var(--he-black) 100%);
}

.he-section--border {
  border-top: 1px solid var(--he-border);
  border-bottom: 1px solid var(--he-border);
}

.he-section-header {
  text-align: center;
  margin-bottom: 4.5rem;
}

.he-eyebrow {
  display: block;
  
  font-size: 0.62rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--he-gold);
  margin-bottom: 1rem;
}

.he-section-title {
  
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--he-gold-light);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.he-section-body {
   
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--he-cream-dim);
  max-width: 500px;
  margin: 0 auto;
}

.he-gold-bar {
  width: 68px;
  height: 1px;
  background: var(--he-gold);
  margin: 0 auto 1.5rem;
}

/* ============================================================
   STORY SECTION
   ============================================================ */
.he-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.he-story__frame {
  position: relative;
  aspect-ratio: 4/3;
  border: 1px solid var(--he-border);
  background: linear-gradient(135deg, #1A1208, #0D0A06);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.he-story__frame::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,149,42,0.1);
  pointer-events: none;
}

.he-story__tag {
  position: absolute;
  bottom: -1.4rem;
  right: -1.4rem;
  background: var(--he-black2);
  border: 1px solid var(--he-border-s);
  padding: 1rem 1.5rem;
  text-align: center;
}

.he-story__tag-num {
  
  font-size: 2rem;
  font-weight: 700;
  color: var(--he-gold-light);
  line-height: 1;
}

.he-story__tag-text {
  
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--he-cream-dim);
}

.he-story__text .he-section-body {
  margin: 0;
  max-width: none;
}

/* ============================================================
   PRODUCTS GRID
   ============================================================ */
.he-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto 3rem;
  min-height: 200px;
  position: relative;
}

/* Loading state */
.he-products__loading {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 4rem;
  color: var(--he-muted);
  
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.he-spinner {
  width: 32px;
  height: 32px;
  border: 2px solid var(--he-border);
  border-top-color: var(--he-gold);
  border-radius: 50%;
  animation: he-spin 0.8s linear infinite;
}

/* Product card */
.he-pcard {
  background: var(--he-black2);
  border: 1px solid var(--he-border);
  overflow: hidden;
  transition: border-color 0.4s;
}

.he-pcard:hover { border-color: var(--he-gold); }

.he-pcard__media {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: linear-gradient(135deg, #1C1408, #100E0A);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.he-pcard__media img {
  transition: transform 0.6s ease;
}

.he-pcard:hover .he-pcard__media img {
  transform: scale(1.05);
}

.he-pcard__placeholder {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.he-pcard__info {
  padding: 1.3rem;
  border-top: 1px solid var(--he-border);
}

.he-pcard__badge {
  
  font-size: 0.48rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--he-gold);
  margin-bottom: 0.35rem;
}

.he-pcard__title {
  
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--he-cream);
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.he-pcard__title a {
  color: inherit;
  transition: color 0.3s;
}

.he-pcard__title a:hover { color: var(--he-gold-light); }

.he-pcard__desc {
   
  font-style: italic;
  font-size: 0.8rem;
  color: var(--he-muted);
  margin-bottom: 0.9rem;
  line-height: 1.55;
}

.he-pcard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.he-pcard__price {
  
  font-size: 0.95rem;
  color: var(--he-gold-light);
  font-weight: 700;
}

.he-pcard__price del {
  color: var(--he-muted);
  font-size: 0.78em;
  margin-left: 0.4rem;
  font-weight: 400;
}

/* Featured card — wide layout */
.he-pcard--featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.he-pcard--featured .he-pcard__media {
  aspect-ratio: unset;
  min-height: 380px;
}

.he-pcard--featured .he-pcard__info {
  padding: 2.5rem;
  border-top: none;
  border-left: 1px solid var(--he-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.he-pcard--featured .he-pcard__title {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
}

.he-pcard--featured .he-pcard__desc {
  font-size: 1rem;
  color: var(--he-cream-dim);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.he-pcard--featured .he-pcard__price {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.he-pcard--featured .he-pcard__footer {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

/* Product tags */
.he-ptags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.he-ptag {
  
  font-size: 0.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--he-gold);
  border: 1px solid var(--he-border);
  padding: 0.25rem 0.65rem;
}

/* ATC button — WooCommerce overrides */
.he-pcard .he-atc-btn,
.he-pcard button.add_to_cart_button,
.he-pcard button[name="add-to-cart"] {
  font-family: var(--he-font-head) !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold)) !important;
  color: var(--he-black) !important;
  border: none !important;
  padding: 0.85rem 1.6rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  display: inline-block !important;
}

.he-pcard .he-atc-btn:hover,
.he-pcard button.add_to_cart_button:hover,
.he-pcard button[name="add-to-cart"]:hover {
  background: linear-gradient(135deg, var(--he-gold-pale), var(--he-gold-light)) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(201,149,42,0.3) !important;
}

.he-pcard .he-atc-btn.loading,
.he-pcard .he-atc-btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Cart toast */
.he-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  background: var(--he-black2);
  border: 1px solid var(--he-gold);
  color: var(--he-gold-light);
  padding: 0.9rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}

.he-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.he-toast svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ============================================================
   GLOW SECTION
   ============================================================ */
.he-glow-wrap {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.he-glow-demo {
  margin: 3.5rem auto;
  width: 300px;
  cursor: pointer;
  user-select: none;
}

.he-glow-box {
  width: 100%;
  aspect-ratio: 3/2;
  border: 1px solid var(--he-border);
  background: linear-gradient(135deg, #1A1408, #0D0A06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  position: relative;
  overflow: hidden;
}

.he-glow-box.is-dark {
  background: #030304;
  border-color: rgba(0,200,150,0.35);
  box-shadow: 0 0 50px rgba(0,180,120,0.18), inset 0 0 30px rgba(0,180,120,0.06);
}

.he-glow-svg-n { transition: opacity 0.5s; }
.he-glow-svg-d {
  transition: opacity 0.5s;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.he-glow-box.is-dark .he-glow-svg-n { opacity: 0; }
.he-glow-box.is-dark .he-glow-svg-d { opacity: 1; }

.he-glow-label {
  
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--he-muted);
  margin-top: 0.8rem;
  transition: color 0.5s;
}

.he-glow-hint {
   
  font-style: italic;
  font-size: 0.9rem;
  color: var(--he-muted);
  margin-top: 0.5rem;
}

/* ============================================================
   AUTHENTICITY
   ============================================================ */
.he-cert {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.he-cert-card {
  background: linear-gradient(135deg, #1A1408, #0F0C07);
  border: 1px solid var(--he-border-s);
  padding: 2.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}

.he-cert-card::before {
  content: '';
  position: absolute;
  top: 10px; left: 10px;
  width: 22px; height: 22px;
  border-top: 1px solid var(--he-gold);
  border-left: 1px solid var(--he-gold);
}

.he-cert-card::after {
  content: '';
  position: absolute;
  bottom: 10px; right: 10px;
  width: 22px; height: 22px;
  border-bottom: 1px solid var(--he-gold);
  border-right: 1px solid var(--he-gold);
}

.he-cert-card__label {
  
  font-size: 0.56rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--he-gold);
  margin-bottom: 0.75rem;
}

.he-cert-card__heading {
  
  font-size: 1.2rem;
  color: var(--he-cream);
  letter-spacing: 0.05em;
  margin-bottom: 1.1rem;
}

.he-cert-card__body {
   
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--he-cream-dim);
}

.he-cert-card__made {
  
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--he-gold);
}

.he-cert-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--he-border);
}

.he-cert-stat {
  padding: 1.35rem;
  background: var(--he-black2);
  text-align: center;
  border: 1px solid var(--he-border);
}

.he-cert-stat__num {
  
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--he-gold-light);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.he-cert-stat__label {
  
  font-size: 0.5rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--he-muted);
}

.he-checklist {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.he-check {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.he-check__icon {
  width: 25px;
  height: 25px;
  border: 1px solid var(--he-border-s);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.he-check__text {
  
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--he-cream-dim);
}

/* ============================================================
   PROCESS
   ============================================================ */
.he-process {
  max-width: 1080px;
  margin: 0 auto;
}

.he-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.he-steps::before {
  content: '';
  position: absolute;
  top: 26px;
  left: calc(12.5% + 13px);
  right: calc(12.5% + 13px);
  height: 1px;
  background: linear-gradient(to right, var(--he-gold), var(--he-gold-dark), var(--he-gold));
  opacity: 0.3;
}

.he-step {
  text-align: center;
  padding: 0 1.1rem;
}

.he-step__num-wrap {
  width: 52px;
  height: 52px;
  border: 1px solid var(--he-border-s);
  background: var(--he-black2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.7rem;
  position: relative;
  z-index: 1;
  transition: background 0.3s, border-color 0.3s;
}

.he-step:hover .he-step__num-wrap {
  background: rgba(201,149,42,0.08);
  border-color: var(--he-gold-light);
}

.he-step__num {
  
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--he-gold);
}

.he-step__title {
  
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--he-cream);
  margin-bottom: 0.65rem;
}

.he-step__desc {
   
  font-style: italic;
  font-size: 0.83rem;
  line-height: 1.7;
  color: var(--he-muted);
}


/* ============================================================
   HORUS EYES — PACKAGING SECTION STYLES

   ============================================================ */

/* ---- SECTION SHELL ---- */
.hep-section {
  position: relative;
  padding: 1rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%,   rgba(201,149,42,0.05) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 80%,  rgba(201,149,42,0.03) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 90% 80%,  rgba(201,149,42,0.03) 0%, transparent 60%),
    #080A0E;
  overflow: hidden;
  border-top:    1px solid rgba(201,149,42,0.2);
  border-bottom: 1px solid rgba(201,149,42,0.2);
}

/* ---- FLOATING GLYPH COLUMNS ---- */
.hep-glyphs {
  position: absolute;
  top: 0; bottom: 0;
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  pointer-events: none;
  user-select: none;
}

.hep-glyphs--left  { left: 1rem; }
.hep-glyphs--right { right: 1rem; }

.hep-glyphs span {
  font-size: 0.95rem;
  color: #8A6015;
  opacity: 0.18;
  line-height: 1;
}

/* ---- SECTION HEADER ---- */
.hep-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 5rem;
}

.hep-eyebrow {
  display: block;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.0rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #C9952A;
  margin-bottom: 1rem;
}

.hep-gold-bar {
  width: 66px;
  height: 1px;
  background: #C9952A;
  margin: 0 auto 1.5rem;
}

.hep-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1.8rem, 0.8vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E8B84B;
  line-height: 1.15;
  margin-bottom: 1.1rem;
}

.hep-subtitle {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #B8A882;
}

/* ============================================================
   MAIN SHOWCASE — split layout
   ============================================================ */
.hep-showcase {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto 5rem;
}

/* ---- LEFT: hero photo ---- */
.hep-showcase__hero { position: relative; }

.hep-photo-frame {
  position: relative;
  border: 1px solid rgba(201,149,42,0.3);
  background: linear-gradient(135deg, #1A1208, #0D0A06);
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hep-photo-frame--main::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,149,42,0.12);
  pointer-events: none;
  z-index: 2;
}

/* Corner marks */
.hep-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: #C9952A;
  border-style: solid;
  z-index: 3;
}

.hep-corner--tl { top: -1px;    left: -1px;  border-width: 2px 0 0 2px; }
.hep-corner--tr { top: -1px;    right: -1px; border-width: 2px 2px 0 0; }
.hep-corner--bl { bottom: -1px; left: -1px;  border-width: 0 0 2px 2px; }
.hep-corner--br { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }

.hep-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.hep-photo-frame:hover .hep-photo {
  transform: scale(1.03);
}

.hep-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Gold label pill at bottom of main photo */
.hep-photo-label {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  background: rgba(8,10,14,0.85);
  border: 1px solid rgba(201,149,42,0.5);
  padding: 0.35rem 1.2rem;
  backdrop-filter: blur(6px);
}

.hep-photo-label span {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.52rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #E8B84B;
  white-space: nowrap;
}

/* ---- RIGHT: details panel ---- */
.hep-showcase__details {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  padding-top: 0.5rem;
}

/* Tagline block */
.hep-tagline-block { position: relative; }

.hep-tagline {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  line-height: 1.35;
  color: #F5D98A;
  margin-bottom: 1rem;
}

.hep-tagline-rule {
  width: 50px;
  height: 1px;
  background: #C9952A;
}

/* Includes grid */
.hep-includes {}

.hep-includes__label {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C9952A;
  margin-bottom: 1.2rem;
}

.hep-includes__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hep-include-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(201,149,42,0.15);
  transition: background 0.25s;
  border-radius: 4px;
}

.hep-include-item:last-child {
  border-bottom: none;
}

.hep-include-item:hover {
  background: rgba(201,149,42,0.04);
  padding-left: 0.5rem;
}

.hep-include-item__icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201,149,42,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.25s;
}

.hep-include-item:hover .hep-include-item__icon {
  border-color: rgba(201,149,42,0.7);
}

.hep-include-item__icon svg {
  width: 20px;
  height: 20px;
}

.hep-include-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hep-include-item__text strong {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F0E8D0;
}

.hep-include-item__text span {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 0.82rem;
  color: #6B5E4A;
  line-height: 1.5;
}

/* Glow in dark badge */
.hep-glow-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: rgba(0,180,120,0.05);
  border: 1px solid rgba(0,180,120,0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.hep-glow-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 0% 50%, rgba(0,180,120,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hep-glow-badge__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00C896;
  box-shadow: 0 0 8px rgba(0,200,150,0.6);
  flex-shrink: 0;
  animation: hep-pulse 2.4s ease-in-out infinite;
}

.hep-glow-badge__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hep-glow-badge__text strong {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00C896;
}

.hep-glow-badge__text span {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 0.82rem;
  color: #6B8A7A;
}

/* ============================================================
   BOTTOM STRIP — 3 detail photos
   ============================================================ */
.hep-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto 5rem;
}

.hep-strip__item {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(201,149,42,0.22);
  overflow: hidden;
  transition: border-color 0.4s;
}

.hep-strip__item:hover {
  border-color: #C9952A;
}

.hep-strip__photo-wrap {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: linear-gradient(135deg, #1A1208, #0D0A06);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hep-strip__photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.hep-strip__item:hover .hep-strip__photo-wrap img {
  transform: scale(1.05);
}

.hep-strip__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hep-strip__placeholder--dark { background: #020304; }

.hep-strip__caption {
  padding: 0.9rem 1.1rem;
  border-top: 1px solid rgba(201,149,42,0.18);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background: #0D1018;
}

.hep-strip__caption strong {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0E8D0;
}

.hep-strip__caption span {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 0.8rem;
  color: #6B5E4A;
}

/* Glow variant caption */
.hep-strip__caption--glow {
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.hep-strip__caption--glow strong { color: #00C896; }
.hep-strip__caption--glow span   { color: #4A7A6A; }

.hep-glow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00C896;
  box-shadow: 0 0 6px rgba(0,200,150,0.7);
  flex-shrink: 0;
  animation: hep-pulse 2.4s ease-in-out infinite;
}

/* Glow strip item dark bg */
.hep-strip__item--glow .hep-strip__photo-wrap {
  background: #020304;
}

/* ============================================================
   BOTTOM CTA BAR
   ============================================================ */
.hep-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.2rem 2.8rem;
  background: linear-gradient(135deg, #1A1208, #0F0C07);
  border: 1px solid rgba(201,149,42,0.35);
  position: relative;
  overflow: hidden;
}

.hep-cta-bar::before {
  content: '';
  position: absolute;
  top: 10px; left: 10px;
  width: 20px; height: 20px;
  border-top:  1px solid #C9952A;
  border-left: 1px solid #C9952A;
}

.hep-cta-bar::after {
  content: '';
  position: absolute;
  bottom: 10px; right: 10px;
  width: 20px; height: 20px;
  border-bottom: 1px solid #C9952A;
  border-right:  1px solid #C9952A;
}

.hep-cta-bar__text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hep-cta-bar__headline {
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #E8B84B;
}

.hep-cta-bar__sub {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #B8A882;
  max-width: 480px;
  line-height: 1.7;
}

.hep-cta-bar__btn {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.72rem !important;
  padding: 1rem 2.2rem !important;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes hep-pulse {
  0%, 100% { opacity: 1;   box-shadow: 0 0 6px  rgba(0,200,150,0.7);  }
  50%       { opacity: 0.5; box-shadow: 0 0 14px rgba(0,200,150,0.35); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hep-section   { padding: 5rem 2rem; }
  .hep-showcase  { grid-template-columns: 1fr; gap: 3rem; }
  .hep-strip     { grid-template-columns: repeat(2, 1fr); }
  .hep-cta-bar   { flex-direction: column; text-align: center; padding: 2rem; }
  .hep-cta-bar__sub { max-width: none; }
  .hep-cta-bar__btn { width: 100%; text-align: center; }
}

@media (max-width: 640px) {
  .hep-section  { padding: 4rem 1.5rem; }
  .hep-strip    { grid-template-columns: 1fr; }
  .hep-glyphs   { display: none; }
  .hep-showcase { gap: 2.5rem; }
}
/* ============================================================
   REVIEWS
   ============================================================ */
.he-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
}

.he-review {
  background: var(--he-black2);
  border: 1px solid var(--he-border);
  padding: 1.8rem;
  transition: border-color 0.4s;
}

.he-review:hover { border-color: var(--he-gold); }

.he-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 1rem;
}

.he-star {
  display: block;
  width: 11px;
  height: 11px;
  background: var(--he-gold);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}

.he-review__text {
   
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--he-cream-dim);
  margin-bottom: 1.4rem;
}

.he-review__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.he-avatar {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--he-gold-dark), var(--he-gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-size: 0.65rem;
  color: var(--he-black);
  font-weight: 700;
  flex-shrink: 0;
}

.he-review__name {
  
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--he-cream);
}

.he-review__loc {
  
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--he-muted);
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.he-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.he-reveal.he-visible {
  opacity: 1;
  transform: translateY(0);
}

.he-reveal--d1 { transition-delay: 0.1s; }
.he-reveal--d2 { transition-delay: 0.2s; }
.he-reveal--d3 { transition-delay: 0.3s; }
.he-reveal--d4 { transition-delay: 0.4s; }

/* Hero staggered entrance */
.he-anim {
  opacity: 0;
  transform: translateY(20px);
}

.he-anim--1  { animation: he-fade-up 0.9s 0.3s forwards ease; }
.he-anim--2  { animation: he-fade-up 0.9s 0.5s forwards ease; }
.he-anim--3  { animation: he-fade-up 1.1s 0.7s forwards ease; }
.he-anim--4  { animation: he-fade-up 1.0s 0.9s forwards ease; }
.he-anim--5  { animation: he-fade-in  0.9s 1.1s forwards ease; }
.he-anim--6  { animation: he-fade-up 0.9s 1.3s forwards ease; }
.he-anim--7  { animation: he-fade-up 0.9s 1.5s forwards ease; }
.he-anim--8  { animation: he-fade-up 0.9s 1.7s forwards ease; }

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes he-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-9px); }
}

@keyframes he-scroll-pulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50%       { opacity: 1;   transform: scaleY(0.7); }
}

@keyframes he-fade-up {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes he-fade-in {
  to { opacity: 1; }
}

@keyframes he-spin {
  to { transform: rotate(360deg); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .he-section        { padding: 5rem 2rem; }
  .he-story          { grid-template-columns: 1fr; gap: 3rem; }
  .he-cert           { grid-template-columns: 1fr; gap: 3rem; }
  .he-products__grid { grid-template-columns: repeat(2, 1fr); }
  .he-pcard--featured { grid-column: span 2; }
  .he-steps          { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .he-steps::before  { display: none; }
  .he-reviews-grid   { grid-template-columns: 1fr; max-width: 480px; }
}

@media (max-width: 640px) {
  .he-hero__content   { padding: 7rem 1.5rem 5rem; }
  .he-section         { padding: 4rem 1.5rem; }
  .he-badges          { gap: 1.2rem; }
  .he-cta-group       { flex-direction: column; align-items: center; }
  .he-trust           { gap: 1.2rem; padding: 1.4rem; }
  .he-products__grid  { grid-template-columns: 1fr; }
  .he-pcard--featured { grid-column: span 1; display: block; }
  .he-pcard--featured .he-pcard__media { min-height: 260px; }

  .he-steps           { grid-template-columns: 1fr; gap: 2.5rem; }
  .he-hero__glyphs    { display: none; }
  .he-products__loading { grid-column: span 1; }
}


/* ============================================================
   HORUS EYES — Collections Section
   ============================================================ */


/* ---- DESIGN TOKENS (your updated root) ---- */
:root {
  --black:              #080A0E;
  --black2:             #0D1018;
  --gold:               #C9952A;
  --gold-light:         #E8B84B;
  --gold-pale:          #F5D98A;
  --gold-dark:          #8A6015;
  --cream:              #D7B47E;
  --cream-dim:          #B8A882;
  --sand:               #D4B896;
  --text-muted:         #F6AF46;
  --border-gold:        rgba(201,149,42,0.25);
  --border-gold-strong: rgba(201,149,42,0.5);
  --green:              #00C896;


  /* Spacing scale */
  --sp-xs:  0.5rem;
  --sp-sm:  1rem;
  --sp-md:  2rem;
  --sp-lg:  4rem;
  --sp-xl:  7rem;

  /* Card */
  --card-radius: 2px;
  --transition:  0.3s ease;
}

/* ---- PAGE RESET ---- */
.hsp-page {
  background: var(--black);
  color: var(--cream);
  font-family: var(--font-body);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.hsp-page *, .hsp-page *::before, .hsp-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hsp-page a  { text-decoration: none; }
.hsp-page ul { list-style: none; }
.hsp-page button { cursor: pointer; }

/* ============================================================
   PAGE HEADER
   ============================================================ */
.hsp-header {
  position: relative;
  padding: 6rem 4rem 5rem;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border-gold);
}

.hsp-header__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hsp-header__glow {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 300px;
  background: radial-gradient(ellipse 80% 80% at 50% 0%, rgba(201,149,42,0.09) 0%, transparent 70%);
}

.hsp-header__strip {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 0.4rem 0;
  font-size: 0.65rem;
  letter-spacing: 0.6em;
  color: var(--gold-dark);
  opacity: 0.3;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid var(--border-gold);
  background: rgba(201,149,42,0.025);
}

.hsp-header__content {
  position: relative;
  z-index: 1;
}

.hsp-header__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-head);
  font-size: 0.58rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
}

.hsp-header__title {
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-light);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hsp-header__sub {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--cream-dim);
  letter-spacing: 0.05em;
  line-height: 1.7;
}

/* ============================================================
   TOOLBAR
   ============================================================ */
.hsp-toolbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8,10,14,0.95);
  border-bottom: 1px solid var(--border-gold);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hsp-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 4rem;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Filter pills */
.hsp-filters {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.hsp-filter-btn {
  font-family: var(--font-head);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-dim);
  background: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 0.9rem;
  transition: all var(--transition);
  border-radius: 2px;
  white-space: nowrap;
}

.hsp-filter-btn:hover {
  color: var(--gold-light);
  border-color: var(--border-gold);
  background: rgba(201,149,42,0.05);
}

.hsp-filter-btn.is-active {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}

/* Right side: count + sort + view */
.hsp-toolbar__right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.hsp-count {
  font-family: var(--font-head);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-dim);
  white-space: nowrap;
}

/* Sort select */
.hsp-sort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hsp-sort__label {
  font-family: var(--font-head);
  font-size: 0.52rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.hsp-sort__select {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--cream);
  background: var(--black2);
  border: 1px solid var(--border-gold);
  padding: 0.4rem 2rem 0.4rem 0.7rem;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23C9952A' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  cursor: pointer;
  transition: border-color var(--transition);
  outline: none;
  border-radius: 2px;
}

.hsp-sort__select:hover,
.hsp-sort__select:focus {
  border-color: var(--gold);
}

/* View toggle */
.hsp-view-toggle {
  display: flex;
  gap: 2px;
  border: 1px solid var(--border-gold);
  padding: 2px;
  border-radius: 2px;
}

.hsp-view-btn {
  width: 30px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--cream-dim);
  border-radius: 2px;
  transition: all var(--transition);
}

.hsp-view-btn svg { width: 14px; height: 14px; }

.hsp-view-btn:hover  { color: var(--gold-light); }
.hsp-view-btn.is-active {
  background: var(--gold);
  color: var(--black);
}

/* ============================================================
   MAIN + PRODUCT GRID
   ============================================================ */
.hsp-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem 4rem 5rem;
}

/* Grid layout */
.hsp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  min-height: 200px;
  position: relative;
}

/* List layout override */
.hsp-grid.is-list {
  grid-template-columns: 1fr;
  gap: 1rem;
}

/* Loading state */
.hsp-loading {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 6rem;
  color: var(--cream-dim);
}

.hsp-loading p {
  font-family: var(--font-head);
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cream-dim);
  animation: hsp-pulse 1.8s ease-in-out infinite;
}

.hsp-loading__spinner {
  width: 36px;
  height: 36px;
  border: 2px solid var(--border-gold);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: hsp-spin 0.75s linear infinite;
}

/* Empty state */
.hsp-empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 6rem;
  text-align: center;
}

.hsp-empty__text {
  font-family: var(--font-head);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
}

.hsp-empty__reset {
  font-family: var(--font-head);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold);
  border: none;
  padding: 0.7rem 1.8rem;
  transition: background var(--transition);
}

.hsp-empty__reset:hover { background: var(--gold-light); }

/* ============================================================
   PRODUCT CARD — GRID VIEW
   ============================================================ */
.hsp-card {
  background: var(--black2);
  border: 1px solid var(--border-gold);
  overflow: hidden;
  transition: border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;

  /* Entrance animation */
  opacity: 0;
  transform: translateY(16px);
  animation: hsp-card-in 0.5s ease forwards;
}

.hsp-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 0 0 0 transparent;
}

/* Stagger via nth-child */
.hsp-card:nth-child(1)  { animation-delay: 0.05s; }
.hsp-card:nth-child(2)  { animation-delay: 0.10s; }
.hsp-card:nth-child(3)  { animation-delay: 0.15s; }
.hsp-card:nth-child(4)  { animation-delay: 0.20s; }
.hsp-card:nth-child(5)  { animation-delay: 0.25s; }
.hsp-card:nth-child(6)  { animation-delay: 0.30s; }
.hsp-card:nth-child(7)  { animation-delay: 0.35s; }
.hsp-card:nth-child(8)  { animation-delay: 0.40s; }
.hsp-card:nth-child(9)  { animation-delay: 0.45s; }
.hsp-card:nth-child(10) { animation-delay: 0.50s; }
.hsp-card:nth-child(n+11) { animation-delay: 0.55s; }

/* Media */
.hsp-card__media {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: linear-gradient(160deg, #1C1408, #100E0A);
  position: relative;
  flex-shrink: 0;
}

.hsp-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94);
}

.hsp-card:hover .hsp-card__img { transform: scale(1.06); }

/* Placeholder SVG when no image */
.hsp-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #1A1208, #0D0A06);
}

/* Quick-view hover overlay */
.hsp-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8,10,14,0.72);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.8rem;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hsp-card:hover .hsp-card__overlay { opacity: 1; }

.hsp-card__view-link {
  font-family: var(--font-head);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold-light);
  padding: 0.6rem 1.6rem;
  transition: background var(--transition);
  transform: translateY(8px);
  transition: background 0.3s, transform 0.35s ease;
}

.hsp-card:hover .hsp-card__view-link {
  transform: translateY(0);
}

.hsp-card__view-link:hover { background: var(--gold-pale); }

/* Badges on image */
.hsp-card__badges {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
}

.hsp-badge {
  font-family: var(--font-head);
  font-size: 0.45rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.22rem 0.6rem;
  display: inline-block;
  line-height: 1.4;
}

.hsp-badge--glow {
  background: rgba(0,200,150,0.15);
  color: #00C896;
  border: 1px solid rgba(0,200,150,0.3);
}

.hsp-badge--new {
  background: rgba(201,149,42,0.15);
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
}

.hsp-badge--sale {
  background: rgba(220,80,80,0.15);
  color: #E08080;
  border: 1px solid rgba(220,80,80,0.3);
}

/* Info panel */
.hsp-card__info {
  padding: 1.1rem 1.1rem 1.3rem;
  border-top: 1px solid var(--border-gold);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}

.hsp-card__category {
  font-family: var(--font-head);
  font-size: 0.46rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.hsp-card__title {
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 1.35;
}

.hsp-card__title a {
  color: inherit;
  transition: color var(--transition);
}

.hsp-card__title a:hover { color: var(--gold-light); }

.hsp-card__desc {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--cream-dim);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Price row */
.hsp-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 0.8rem;
}

.hsp-card__price {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
}

.hsp-card__price del {
  font-size: 0.72em;
  color: var(--cream-dim);
  font-weight: 400;
  margin-left: 0.4rem;
  text-decoration: line-through;
  opacity: 0.6;
}

/* ATC button */
.hsp-atc-btn {
  font-family: var(--font-head);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border: none;
  padding: 0.6rem 1.1rem;
  transition: all var(--transition);
  line-height: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.hsp-atc-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-pale), var(--gold-light));
  opacity: 0;
  transition: opacity var(--transition);
}

.hsp-atc-btn:hover::before   { opacity: 1; }
.hsp-atc-btn:hover            { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(201,149,42,0.3); }
.hsp-atc-btn:active           { transform: translateY(0); }
.hsp-atc-btn:disabled         { opacity: 0.4; cursor: not-allowed; transform: none; box-shadow: none; }
.hsp-atc-btn.is-loading       { opacity: 0.7; cursor: wait; }
.hsp-atc-btn .btn-label       { position: relative; z-index: 1; }
.hsp-atc-btn.is-added         { background: linear-gradient(135deg, #00D4A0, #00A87A); }
.hsp-atc-btn.is-added::before { display: none; }

/* ============================================================
   LIST VIEW CARD OVERRIDES
   ============================================================ */
.hsp-grid.is-list .hsp-card {
  flex-direction: row;
  align-items: stretch;
}

.hsp-grid.is-list .hsp-card__media {
  width: 160px;
  aspect-ratio: unset;
  flex-shrink: 0;
}

.hsp-grid.is-list .hsp-card__info {
  flex: 1;
  border-top: none;
  border-left: 1px solid var(--border-gold);
  padding: 1.4rem 1.6rem;
  justify-content: center;
}

.hsp-grid.is-list .hsp-card__overlay { display: none; }

.hsp-grid.is-list .hsp-card__desc {
  -webkit-line-clamp: 3;
}

.hsp-grid.is-list .hsp-card__footer {
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
}

/* ============================================================
   LOAD MORE
   ============================================================ */
.hsp-load-more-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 0 4rem 5rem;
}

.hsp-load-more {
  font-family: var(--font-head);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: transparent;
  border: 1px solid var(--border-gold-strong);
  padding: 0.9rem 3rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all var(--transition);
}

.hsp-load-more:hover {
  background: rgba(201,149,42,0.08);
  border-color: var(--gold-light);
  color: var(--gold-pale);
}

.hsp-load-more__spinner {
  width: 14px;
  height: 14px;
  border: 1.5px solid rgba(201,149,42,0.3);
  border-top-color: var(--gold-light);
  border-radius: 50%;
  animation: hsp-spin 0.7s linear infinite;
}

.hsp-load-more__hint {
  font-family: var(--font-head);
  font-size: 0.52rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
  opacity: 0.6;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.hsp-trust {
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  padding: 1.2rem 4rem;
  background: rgba(201,149,42,0.025);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.hsp-trust__item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hsp-trust__item svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
  flex-shrink: 0;
}

.hsp-trust__item span {
  font-family: var(--font-head);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
}

/* ============================================================
   CART TOAST
   ============================================================ */
.hsp-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  background: var(--black2);
  border: 1px solid var(--gold);
  color: var(--gold-light);
  padding: 0.85rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-head);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), opacity 0.4s ease;
  pointer-events: none;
}

.hsp-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.hsp-toast svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ============================================================
   ITEM COUNTER
   ============================================================ */
.hsp-card__actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.hsp-qty{
  display:flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  overflow:hidden;
  height:40px;
}

.hsp-qty button{
  width:34px;
  height:40px;
  background:none;
  border:none;
  color:#C9952A;
  font-size:18px;
  cursor:pointer;
}

.hsp-qty-input{
  width:42px;
  text-align:center;
  background:none;
  border:none;
  color:#fff;
  font-size:14px;
}

.hsp-qty-input::-webkit-outer-spin-button,
.hsp-qty-input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}

.he-cart-count.bump{
  transform:scale(1.2);
  transition:.2s;
}


/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes hsp-spin {
  to { transform: rotate(360deg); }
}

@keyframes hsp-card-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hsp-pulse {
  0%, 100% { opacity: 0.5; }
  50%       { opacity: 1; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1280px) {
  .hsp-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .hsp-header         { padding: 5rem 2rem 4rem; }
  .hsp-toolbar__inner { padding: 0.75rem 2rem; }
  .hsp-main           { padding: 2.5rem 2rem 4rem; }
  .hsp-grid           { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .hsp-load-more-wrap { padding: 0 2rem 4rem; }
  .hsp-trust          { gap: 1.5rem; padding: 1.2rem 2rem; }
}

@media (max-width: 640px) {
  .hsp-header     { padding: 4rem 1.5rem 3rem; }
  .hsp-header__title { font-size: 2rem; }
  .hsp-toolbar__inner { padding: 0.6rem 1rem; flex-wrap: wrap; gap: 0.6rem; }
  .hsp-filters    { gap: 3px; }
  .hsp-filter-btn { padding: 0.38rem 0.7rem; font-size: 0.5rem; }
  .hsp-grid       { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .hsp-main       { padding: 1.5rem 1rem 3rem; }
  .hsp-load-more-wrap { padding: 0 1rem 3rem; }
  .hsp-trust      { gap: 1rem; }
  .hsp-count,
  .hsp-sort__label { display: none; }
  /* Slightly compact cards on small screens */
  .hsp-card__info { padding: 0.85rem; }
  .hsp-card__title { font-size: 0.65rem; }
  .hsp-card__desc { display: none; }
}

@media (max-width: 400px) {
  .hsp-grid { grid-template-columns: 1fr; }
}



/* ============================================================
   HORUS EYES — HIDDEN GIFT SECTION
   File: horus-eyes-gift.css
   Enqueue in functions.php:
   wp_enqueue_style('horus-eyes-gift',
     get_template_directory_uri().'/horus-eyes-gift.css');
   ============================================================ */

/* ── SECTION SHELL ── */
.hgf-section {
  position: relative;
  padding: 9rem 4rem 7rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%,   rgba(201,149,42,0.06) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 0%   60%,  rgba(201,149,42,0.03) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 100% 60%,  rgba(201,149,42,0.03) 0%, transparent 60%),
    radial-gradient(ellipse 80% 80% at 50% 100%,  rgba(0,150,80,0.025)  0%, transparent 60%),
    #080A0E;
  overflow: hidden;
  border-top:    1px solid rgba(201,149,42,0.2);
  border-bottom: 1px solid rgba(201,149,42,0.2);
}

/* ── SCAN LINES ── */
.hgf-scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(201,149,42,0.012) 3px,
    rgba(201,149,42,0.012) 4px
  );
  pointer-events: none;
  z-index: 0;
}

/* ── FLOATING PARTICLES ── */
.hgf-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hgf-particle {
  position: absolute;
  font-size: var(--psize, 0.9rem);
  color: #8A6015;
  opacity: 0;
  animation: hgf-particle-drift var(--pdur, 20s) var(--pdelay, 0s) ease-in-out infinite;
  left: var(--px, 50%);
  top: var(--py, 50%);
  pointer-events: none;
  user-select: none;
}

/* ── HEADER ── */
.hgf-header {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 5.5rem;
}

.hgf-header__lock {
  margin: 0 auto 1.8rem;
  display: flex;
  justify-content: center;
  animation: hgf-lock-pulse 3s ease-in-out infinite;
}

.hgf-eyebrow {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.58rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #C9952A;
  display: block;
  margin-bottom: 1.2rem;
}

.hgf-title-wrap { overflow: hidden; }

.hgf-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #E8B84B;
  line-height: 1.1;
  margin-bottom: 1.8rem;
}

.hgf-title em {
  display: block;
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.78em;
  color: #F5D98A;
  text-transform: none;
  letter-spacing: 0.06em;
}

.hgf-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 220px;
  margin: 0 auto 1.8rem;
}

.hgf-divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,149,42,0.5));
}

.hgf-divider span:last-child {
  background: linear-gradient(to left, transparent, rgba(201,149,42,0.5));
}

.hgf-header__sub {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #B8A882;
}

/* ── BODY SPLIT ── */
.hgf-body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  max-width: 1300px;
  margin: 0 auto 5rem;
}

/* ── CHEST / CAROUSEL ── */
.hgf-chest {
  position: relative;
}

.hgf-chest__glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(201,149,42,0.08) 0%, transparent 70%);
  animation: hgf-glow-breathe 4s ease-in-out infinite;
  pointer-events: none;
}

.hgf-chest__frame {
  position: relative;
  border: 1px solid rgba(201,149,42,0.35);
  background: linear-gradient(160deg, #1A1208, #0A0806);
  overflow: hidden;
}

.hgf-chest__frame::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,149,42,0.1);
  pointer-events: none;
  z-index: 5;
}

/* Corner marks */
.hgf-chest__corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: #C9952A;
  border-style: solid;
  z-index: 6;
}

.hgf-chest__corner--tl { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.hgf-chest__corner--tr { top: -1px; right: -1px; border-width: 2px 2px 0 0; }
.hgf-chest__corner--bl { bottom: -1px; left: -1px; border-width: 0 0 2px 2px; }
.hgf-chest__corner--br { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }

/* ── GIFT CAROUSEL ── */
.hgf-gift-carousel {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.hgf-gift-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}

.hgf-gift-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hgf-gift-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hgf-gift-slide__placeholder {
  width: 100%;
  height: 100%;
  display: none;
}

.hgf-gift-slide img[style*="display: none"] + .hgf-gift-slide__placeholder,
.hgf-gift-slide img[style*="display:none"] + .hgf-gift-slide__placeholder {
  display: flex;
}

/* Caption label */
.hgf-gift-slide__label {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  padding: 0.7rem 1rem;
  background: linear-gradient(to top, rgba(8,10,14,0.9) 0%, transparent 100%);
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #E8B84B;
  text-align: center;
  z-index: 3;
}

/* Carousel dots */
.hgf-carousel-dots {
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}

.hgf-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(201,149,42,0.3);
  border: 1px solid rgba(201,149,42,0.4);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.hgf-dot.is-active {
  background: #C9952A;
  transform: scale(1.3);
}

.hgf-dot:hover:not(.is-active) {
  background: rgba(201,149,42,0.5);
}

/* Auto-cycle progress bar */
.hgf-cycle-bar {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  height: 2px;
  background: rgba(201,149,42,0.15);
  z-index: 10;
}

.hgf-cycle-bar__fill {
  height: 100%;
  background: linear-gradient(to right, #C9952A, #E8B84B);
  width: 0%;
  transition: width 0.1s linear;
}

/* Mystery tag below carousel */
.hgf-mystery-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.2rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid rgba(201,149,42,0.2);
  background: rgba(201,149,42,0.03);
}

.hgf-mystery-tag__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C9952A;
  animation: hgf-dot-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

.hgf-mystery-tag span:last-child {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.52rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B8A882;
}

/* ── CONTENT PANEL ── */
.hgf-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hgf-content__intro {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #B8A882;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(201,149,42,0.15);
}

/* ── GIFT TYPES LIST ── */
.hgf-gifts {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hgf-gift-type {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0.75rem;
  border-bottom: 1px solid rgba(201,149,42,0.12);
  border-radius: 3px;
  transition: background 0.25s, padding-left 0.25s;
  cursor: default;
}

.hgf-gift-type:last-child { border-bottom: none; }

.hgf-gift-type:hover {
  background: rgba(201,149,42,0.04);
  padding-left: 1.1rem;
}

.hgf-gift-type__icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201,149,42,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.25s;
}

.hgf-gift-type:hover .hgf-gift-type__icon { border-color: rgba(201,149,42,0.7); }

.hgf-gift-type__icon--glow {
  border-color: rgba(0,200,150,0.3);
  background: rgba(0,200,150,0.03);
}

.hgf-gift-type:hover .hgf-gift-type__icon--glow { border-color: rgba(0,200,150,0.6); }

.hgf-gift-type__icon--pharaoh {
  border-color: rgba(232,184,75,0.4);
  background: rgba(232,184,75,0.04);
}

.hgf-gift-type__icon svg { width: 24px; height: 24px; }

.hgf-gift-type__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hgf-gift-type__text strong {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D7B47E;
}

.hgf-gift-type__text span {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 0.82rem;
  color: #6B5E4A;
  line-height: 1.5;
}

/* Rarity badge */
.hgf-gift-type__rarity {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.42rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.22rem 0.6rem;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}

.hgf-gift-type__rarity--common {
  color: #B8A882;
  border: 1px solid rgba(184,168,130,0.3);
  background: rgba(184,168,130,0.06);
}

.hgf-gift-type__rarity--rare {
  color: #E8B84B;
  border: 1px solid rgba(232,184,75,0.4);
  background: rgba(232,184,75,0.07);
}

.hgf-gift-type__rarity--glow {
  color: #00C896;
  border: 1px solid rgba(0,200,150,0.35);
  background: rgba(0,200,150,0.06);
  animation: hgf-rarity-glow 2.5s ease-in-out infinite;
}

.hgf-gift-type__rarity--pharaoh {
  color: #F5D98A;
  border: 1px solid rgba(245,217,138,0.5);
  background: rgba(245,217,138,0.08);
}

/* ── RARITY NOTICE ── */
.hgf-rarity-notice {
  border: 1px solid rgba(201,149,42,0.25);
  background: linear-gradient(135deg, rgba(26,18,8,0.8), rgba(13,10,6,0.9));
  position: relative;
  overflow: hidden;
}

.hgf-rarity-notice::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(to bottom, transparent, #C9952A, transparent);
}

.hgf-rarity-notice__inner {
  padding: 1.4rem 1.4rem 1.4rem 1.8rem;
}

.hgf-rarity-notice__title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E8B84B;
  margin-bottom: 0.6rem;
}

.hgf-rarity-notice__body {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #6B5E4A;
}

/* ── CTA ROW ── */
.hgf-cta-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hgf-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.95rem 2.2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  line-height: 1;
}

.hgf-btn--primary {
  background: linear-gradient(135deg, #E8B84B, #C9952A);
  color: #080A0E;
}

.hgf-btn--primary:hover {
  background: linear-gradient(135deg, #F5D98A, #E8B84B);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,149,42,0.3);
  color: #080A0E;
}

.hgf-cta-row__hint {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: 0.85rem;
  color: rgba(201,149,42,0.45);
}

/* ── CLOSING ── */
.hgf-closing {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 0;
  padding-top: 4rem;
  border-top: 1px solid rgba(201,149,42,0.12);
}

.hgf-closing__quote {
  font-family: 'IM Fell English', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  line-height: 1.7;
  color: rgba(232,184,75,0.6);
  margin-bottom: 1.5rem;
}

.hgf-closing__glyphs {
  font-size: 0.65rem;
  letter-spacing: 0.6em;
  color: #8A6015;
  opacity: 0.25;
  overflow: hidden;
  white-space: nowrap;
}

/* ── SCROLL REVEAL ── */
.hgf-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.hgf-reveal.hgf-visible {
  opacity: 1;
  transform: translateY(0);
}

.hgf-reveal--d1 { transition-delay: 0.1s; }
.hgf-reveal--d2 { transition-delay: 0.22s; }
.hgf-reveal--d3 { transition-delay: 0.34s; }
.hgf-reveal--d4 { transition-delay: 0.46s; }

/* ── KEYFRAMES ── */
@keyframes hgf-particle-drift {
  0%        { opacity: 0;    transform: translateY(0)     rotate(0deg); }
  10%, 85%  { opacity: 0.18; }
  50%       { transform: translateY(-22px)  rotate(8deg); }
  100%      { opacity: 0;    transform: translateY(-32px) rotate(-4deg); }
}

@keyframes hgf-glow-breathe {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.06); }
}

@keyframes hgf-lock-pulse {
  0%, 100% { opacity: 0.7; transform: translateY(0); }
  50%       { opacity: 1;   transform: translateY(-4px); }
}

@keyframes hgf-dot-pulse {
  0%, 100% { opacity: 1;   box-shadow: 0 0 4px  rgba(201,149,42,0.6);  }
  50%       { opacity: 0.5; box-shadow: 0 0 10px rgba(201,149,42,0.25); }
}

@keyframes hgf-rarity-glow {
  0%, 100% { box-shadow: none; }
  50%       { box-shadow: 0 0 8px rgba(0,200,150,0.35); }
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hgf-section { padding: 6rem 2rem 5rem; }
  .hgf-body    { grid-template-columns: 1fr; gap: 3.5rem; }
}

@media (max-width: 640px) {
  .hgf-section  { padding: 4.5rem 1.5rem 4rem; }
  .hgf-title    { font-size: 2rem; }
  .hgf-cta-row  { flex-direction: column; align-items: flex-start; }
  .hgf-gift-type { grid-template-columns: 40px 1fr; }
  .hgf-gift-type__rarity { display: none; }
  .hgf-closing__glyphs { display: none; }
}/* End custom CSS */