/*
 Theme Name:   HERAM Elementor Child
 Description:  Hello Elementor Child – HERAM Perfumes. Dark OLED Luxury aesthetic.
 Author:       Antigravity / frontend-design-pro
 Template:     hello-elementor
 Version:      2.0.0
*/

/* ─────────────────────────────────────────────
   FONTS
───────────────────────────────────────────── */
@import url('https://api.fontshare.com/v2/css?f[]=clash-display@400,500,600,700&f[]=satoshi@300,400,500,700&display=swap');

/* ─────────────────────────────────────────────
   DESIGN TOKENS — Negro + Ámbar (Nicho / Whisky)
───────────────────────────────────────────── */
:root {
  /* Backgrounds */
  --h-black:        #0B0B0C;
  --h-surface:      #111113;
  --h-surface-2:    #1A1A1D;

  /* Glass / borders */
  --h-glass:        rgba(255,255,255,0.03);
  --h-glass-hover:  rgba(255,255,255,0.065);
  --h-border:       rgba(255,255,255,0.07);
  --h-border-hover: rgba(199,138,44,0.38);

  /* Text */
  --h-white:        #F5F5F5;
  --h-muted:        rgba(245,245,245,0.45);

  /* Ámbar accent palette */
  --h-gold:         #C78A2C;
  --h-gold-light:   #D8B36A;
  --h-gold-glow:    rgba(199,138,44,0.14);

  /* Typography */
  --h-head: 'Clash Display', sans-serif;
  --h-body: 'Satoshi', sans-serif;

  /* Motion */
  --h-ease:   cubic-bezier(0.16, 1, 0.3, 1);
  --h-dur:    0.55s;

  /* Radii */
  --h-r-xl:   28px;
  --h-r-lg:   20px;
  --h-r-md:   14px;
  --h-r-pill: 999px;

  /* Shadows */
  --h-shadow-card:  0 2px 24px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.04);
  --h-shadow-hover: 0 8px 48px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.08);
  --h-shadow-gold:  0 0 40px rgba(199,138,44,0.18);
}


/* ─────────────────────────────────────────────
   BASE RESET
───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--h-black) !important;
  color: var(--h-white) !important;
  font-family: var(--h-body) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: var(--h-head) !important;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--h-white) !important;
}

p, li, span, .elementor-widget-text-editor * {
  font-family: var(--h-body) !important;
  color: var(--h-muted) !important;
  line-height: 1.7;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

/* Elementor global overrides */
.elementor-section,
.elementor-container,
.e-con { max-width: 100% !important; }

/* ─────────────────────────────────────────────
   GRAIN TEXTURE (signature detail)
───────────────────────────────────────────── */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.55;
}

/* ─────────────────────────────────────────────
   SCROLL REVEAL ENGINE
───────────────────────────────────────────── */
.hr-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--h-dur) var(--h-ease),
              transform var(--h-dur) var(--h-ease);
  will-change: opacity, transform;
}
.hr-reveal.--visible {
  opacity: 1;
  transform: translateY(0);
}
.hr-reveal.--delay-1 { transition-delay: 0.1s; }
.hr-reveal.--delay-2 { transition-delay: 0.2s; }
.hr-reveal.--delay-3 { transition-delay: 0.3s; }
.hr-reveal.--delay-4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .hr-reveal { opacity: 1; transform: none; transition: none; }
}

/* ─────────────────────────────────────────────
   SECTION SPACING
───────────────────────────────────────────── */
.hr-section {
  padding: clamp(72px, 10vw, 140px) clamp(24px, 6vw, 80px);
}
.hr-section--dark {
  background: var(--h-black);
}
.hr-section--surface {
  background: var(--h-surface);
}
.hr-section--surface-2 {
  background: var(--h-surface-2);
}

.hr-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

/* ─────────────────────────────────────────────
   SECTION LABELS & HEADINGS
───────────────────────────────────────────── */
.hr-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--h-body) !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--h-gold) !important;
  margin-bottom: 20px;
}
.hr-label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--h-gold);
}

.hr-h2 {
  font-size: clamp(32px, 4.5vw, 60px) !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
  margin: 0 0 16px !important;
}

.hr-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--h-muted) !important;
  max-width: 540px;
  line-height: 1.65;
}

/* ─────────────────────────────────────────────
   BUTTONS
───────────────────────────────────────────── */
.hr-btn,
.hr-btn a,
.elementor-widget-button.hr-btn .elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--h-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  padding: 16px 32px !important;
  border-radius: var(--h-r-pill) !important;
  transition: all var(--h-dur) var(--h-ease) !important;
  cursor: pointer;
  white-space: nowrap;
  border: none;
}

/* Primary white */
.hr-btn-primary,
.hr-btn-primary a,
.elementor-widget-button.hr-btn-primary .elementor-button {
  background: var(--h-white) !important;
  color: #000 !important;
}
.hr-btn-primary:hover,
.hr-btn-primary a:hover,
.elementor-widget-button.hr-btn-primary .elementor-button:hover {
  background: var(--h-gold) !important;
  color: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(212,175,55,0.28);
}

/* Secondary ghost */
.hr-btn-ghost,
.hr-btn-ghost a,
.elementor-widget-button.hr-btn-ghost .elementor-button {
  background: transparent !important;
  color: var(--h-white) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
}
.hr-btn-ghost:hover,
.hr-btn-ghost a:hover,
.elementor-widget-button.hr-btn-ghost .elementor-button:hover {
  border-color: var(--h-gold) !important;
  color: var(--h-gold) !important;
  background: var(--h-gold-glow) !important;
  transform: translateY(-2px);
}

/* Gold filled */
.hr-btn-gold,
.hr-btn-gold a,
.elementor-widget-button.hr-btn-gold .elementor-button {
  background: var(--h-gold) !important;
  color: #000 !important;
}
.hr-btn-gold:hover,
.hr-btn-gold a:hover,
.elementor-widget-button.hr-btn-gold .elementor-button:hover {
  background: var(--h-gold-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(212,175,55,0.35);
}

/* ─────────────────────────────────────────────
   PREMIUM GLASS CARDS
───────────────────────────────────────────── */
.hr-card {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-xl);
  padding: clamp(24px, 3vw, 40px);
  box-shadow: var(--h-shadow-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all var(--h-dur) var(--h-ease);
  position: relative;
  overflow: hidden;
}
.hr-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 60%);
  pointer-events: none;
}
.hr-card:hover {
  border-color: var(--h-border-hover);
  box-shadow: var(--h-shadow-hover), var(--h-shadow-gold);
  transform: translateY(-6px) scale(1.015);
  background: var(--h-glass-hover);
}

/* ─────────────────────────────────────────────
   ███  1. HERO
───────────────────────────────────────────── */
.hr-hero {
  position: relative;
  min-height: 97vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, var(--h-black) 0%, var(--h-surface-2) 100%);
}

/* Ambient radial amber glow */
.hr-hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 75vw;
  height: 90vh;
  background: radial-gradient(ellipse at 70% 40%,
    rgba(199,138,44,0.09) 0%,
    rgba(199,138,44,0.03) 40%,
    transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Second warm glow — wood / leather undertone */
.hr-hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 60vw;
  height: 70vh;
  background: radial-gradient(ellipse at 30% 70%,
    rgba(100,60,20,0.07) 0%,
    transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.hr-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 80px);
  width: 100%;
}

.hr-hero__text { display: flex; flex-direction: column; }

.hr-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: var(--h-r-pill);
  padding: 6px 16px;
  font-family: var(--h-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--h-gold) !important;
  margin-bottom: 28px;
}

.hr-hero__h1 {
  font-size: clamp(38px, 5.5vw, 76px) !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
  color: var(--h-white) !important;
  margin: 0 0 24px !important;
  letter-spacing: -0.03em;
}

/* Gold highlight on key word */
.hr-hero__h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--h-gold), var(--h-gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hr-hero__sub {
  font-size: clamp(15px, 1.4vw, 18px);
  color: rgba(245,245,245,0.55) !important;
  line-height: 1.7;
  max-width: 460px;
  margin-bottom: 40px;
}

.hr-hero__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Trust badges row */
.hr-hero__trust {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hr-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--h-body);
  font-size: 13px;
  color: rgba(245,245,245,0.5) !important;
}
.hr-hero__trust-item strong {
  color: var(--h-white) !important;
  font-weight: 600;
  font-family: var(--h-body) !important;
}

/* Hero image area */
.hr-hero__visual {
  position: relative;
}
.hr-hero__img-wrap {
  position: relative;
  border-radius: var(--h-r-xl);
  overflow: hidden;
  aspect-ratio: 2/3;
  max-height: 720px;
}
.hr-hero__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transition: transform 8s ease;
}
.hr-hero__img-wrap:hover img {
  transform: scale(1.04);
}
/* Gradient overlay on image */
.hr-hero__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(8,8,8,0.55) 100%);
}

/* Floating trust card that overlaps image */
.hr-hero__float-card {
  position: absolute;
  bottom: 32px;
  left: -32px;
  background: rgba(15,15,15,0.88);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: var(--h-r-lg);
  padding: 16px 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  z-index: 3;
  animation: float 4s ease-in-out infinite;
}
.hr-hero__float-card .rating {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--h-head);
  color: var(--h-white) !important;
  line-height: 1;
}
.hr-hero__float-card .stars {
  color: var(--h-gold) !important;
  font-size: 13px;
  letter-spacing: 1px;
}
.hr-hero__float-card .label {
  font-size: 11px;
  color: var(--h-muted) !important;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

/* ─────────────────────────────────────────────
   ███  2. COMPARISON
───────────────────────────────────────────── */
.hr-comparison {
  background: var(--h-surface);
}

.hr-comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}

.hr-cmp-card {
  border-radius: var(--h-r-xl);
  padding: 40px;
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  box-shadow: var(--h-shadow-card);
}

.hr-cmp-card--heram {
  background: linear-gradient(135deg, rgba(199,138,44,0.07) 0%, rgba(199,138,44,0.02) 100%);
  border-color: rgba(199,138,44,0.24);
  box-shadow: var(--h-shadow-card), var(--h-shadow-gold);
  position: relative;
  overflow: hidden;
}
.hr-cmp-card--heram::before {
  content: 'RECOMENDADO';
  position: absolute;
  top: 20px;
  right: -28px;
  background: var(--h-gold);
  color: #000;
  font-family: var(--h-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 5px 40px;
  transform: rotate(45deg);
}

.hr-cmp-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--h-muted) !important;
  display: block;
  margin-bottom: 8px;
}
.hr-cmp-badge--gold {
  color: var(--h-gold) !important;
}

.hr-cmp-card h3 {
  font-size: clamp(22px, 2.5vw, 30px) !important;
  font-weight: 600 !important;
  margin: 0 0 28px !important;
}

.hr-cmp-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--h-border);
}
.hr-cmp-row:last-child { border-bottom: none; }

.hr-cmp-row__key {
  font-size: 13px;
  color: var(--h-muted) !important;
}
.hr-cmp-row__val {
  font-size: 14px;
  font-weight: 600;
  color: var(--h-white) !important;
  font-family: var(--h-body) !important;
}
.hr-cmp-row__val--gold {
  color: var(--h-gold) !important;
  font-size: 18px;
}

/* ─────────────────────────────────────────────
   ███  3. BEST SELLERS CAROUSEL
───────────────────────────────────────────── */
.hr-best {
  background: var(--h-black);
  overflow: hidden;
}

.hr-carousel {
  position: relative;
  margin-top: 56px;
}

/* The moving track — infinite CSS marquee (desktop only; en móvil scroll estático) */
.hr-carousel__track {
  display: flex;
  gap: 24px;
  width: max-content;
}
@media (hover: hover) {
  .hr-carousel__track {
    animation: marquee 32s linear infinite;
  }
  .hr-carousel__track:hover {
    animation-play-state: paused;
  }
}

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

/* WooCommerce products inside the carousel */
.hr-best .woocommerce ul.products {
  display: flex !important;
  gap: 24px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}

/* Override WooCommerce grid */
.hr-best .woocommerce ul.products::before,
.hr-best .woocommerce ul.products::after { display: none; }

.hr-best .woocommerce ul.products li.product {
  background: var(--h-glass) !important;
  border: 1px solid var(--h-border) !important;
  border-radius: var(--h-r-xl) !important;
  padding: 20px !important;
  margin: 0 !important;
  width: clamp(240px, 22vw, 300px) !important;
  flex-shrink: 0;
  transition: all var(--h-dur) var(--h-ease);
  overflow: hidden;
}

.hr-best .woocommerce ul.products li.product:hover {
  border-color: var(--h-border-hover);
  box-shadow: var(--h-shadow-hover), var(--h-shadow-gold);
  transform: translateY(-6px);
}

.hr-best .woocommerce ul.products li.product a img {
  border-radius: var(--h-r-md) !important;
  margin-bottom: 16px !important;
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  transition: transform var(--h-dur) var(--h-ease);
}

.hr-best .woocommerce ul.products li.product a:hover img {
  transform: scale(1.05);
}

.hr-best .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--h-head) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--h-white) !important;
  margin-bottom: 6px !important;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.hr-best .woocommerce ul.products li.product .price {
  font-family: var(--h-body) !important;
  font-size: 15px !important;
  color: var(--h-gold) !important;
  font-weight: 600 !important;
}

.hr-best .woocommerce ul.products li.product .button {
  background: transparent !important;
  border: 1px solid var(--h-border) !important;
  color: var(--h-white) !important;
  font-family: var(--h-body) !important;
  border-radius: var(--h-r-pill) !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-top: 12px !important;
  display: block !important;
  text-align: center !important;
  transition: all var(--h-dur) var(--h-ease) !important;
  width: 100% !important;
}
.hr-best .woocommerce ul.products li.product .button:hover {
  background: var(--h-gold) !important;
  border-color: var(--h-gold) !important;
  color: #000 !important;
}

/* Carousel scrollable container (wraps the Woo shortcode) */
.hr-carousel-scroll {
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  cursor: grab;
  scrollbar-width: none;
  padding-bottom: 8px;
  touch-action: pan-y;
}
.hr-carousel-scroll.hr-carousel--dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
  touch-action: none;
}
.hr-carousel-scroll::-webkit-scrollbar { display: none; }
.hr-carousel-scroll:active { cursor: grabbing; }

/* ─────────────────────────────────────────────
   ███  4. OCCASIONS
───────────────────────────────────────────── */
.hr-occasions {
  background: var(--h-surface);
}

.hr-occasions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.hr-occ-card {
  position: relative;
  border-radius: var(--h-r-xl);
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  transition: transform var(--h-dur) var(--h-ease);
}
.hr-occ-card:hover {
  transform: translateY(-8px) scale(1.02);
}

.hr-occ-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--h-ease);
}
.hr-occ-card:hover img {
  transform: scale(1.08);
}

.hr-occ-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,0.88) 0%, rgba(8,8,8,0.1) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 24px;
}

.hr-occ-card__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--h-gold) !important;
  margin-bottom: 6px;
}
.hr-occ-card__title {
  font-family: var(--h-head) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
  margin: 0 0 6px !important;
}
.hr-occ-card__desc {
  font-size: 13px;
  color: rgba(245,245,245,0.55) !important;
  line-height: 1.5;
}
.hr-occ-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  flex: 0 0 32px;
  line-height: 1;
  background: var(--h-gold);
  color: #000 !important;
  border-radius: 50%;
  font-size: 14px;
  margin-top: 12px;
  transition: transform var(--h-dur) var(--h-ease);
}
.hr-occ-card:hover .hr-occ-card__arrow {
  transform: translateX(4px);
}

/* ─────────────────────────────────────────────
   ███  5. SMELLS EXPENSIVE
───────────────────────────────────────────── */
.hr-expensive {
  background: var(--h-black);
}

.hr-expensive__layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  margin-top: 56px;
}

.hr-expensive__copy h2 {
  font-size: clamp(28px, 4vw, 52px) !important;
  margin-bottom: 20px;
}

.hr-expensive__copy p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--h-muted) !important;
  margin-bottom: 32px;
}

.hr-expensive__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hr-exp-card {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-xl);
  overflow: hidden;
  transition: all var(--h-dur) var(--h-ease);
  cursor: pointer;
}
.hr-exp-card:hover {
  border-color: var(--h-border-hover);
  box-shadow: var(--h-shadow-hover), var(--h-shadow-gold);
  transform: scale(1.03) translateY(-4px);
}

.hr-exp-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.7s var(--h-ease);
}
.hr-exp-card:hover img {
  transform: scale(1.07);
}

.hr-exp-card__body {
  padding: 18px;
}
.hr-exp-card__name {
  font-family: var(--h-head) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--h-white) !important;
  margin: 0 0 4px !important;
}
.hr-exp-card__inspired {
  font-size: 12px;
  color: var(--h-muted) !important;
}
.hr-exp-card__price {
  font-family: var(--h-body) !important;
  font-size: 16px;
  font-weight: 700;
  color: var(--h-gold) !important;
  margin-top: 8px;
}
.hr-exp-card__body .hr-loop-variations {
  margin-top: 10px;
}

/* Home best sellers: card body flex so actions sit well */
.hr-card--loop .hr-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hr-card--loop .hr-card-body .hr-loop-variations {
  margin-top: 4px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.hr-card--loop .hr-loop-variations .hr-loop-atc {
  margin-top: auto !important;
}

/* ─────────────────────────────────────────────
   ███  6. HOW IT WORKS
───────────────────────────────────────────── */
.hr-how {
  background: var(--h-surface);
}

.hr-how__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
  position: relative;
}

/* Connecting dashed line between steps */
.hr-how__steps::before {
  content: '';
  position: absolute;
  top: 44px;
  left: calc(16.66% + 12px);
  right: calc(16.66% + 12px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--h-border), var(--h-border), transparent);
  z-index: 0;
}

.hr-step {
  text-align: center;
  padding: 40px 28px;
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-xl);
  transition: all var(--h-dur) var(--h-ease);
  position: relative;
  z-index: 1;
}
.hr-step:hover {
  border-color: var(--h-border-hover);
  box-shadow: var(--h-shadow-hover);
  transform: translateY(-6px);
}

.hr-step__num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--h-gold-glow);
  border: 1px solid rgba(212,175,55,0.25);
  color: var(--h-gold) !important;
  font-family: var(--h-head) !important;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.hr-step h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}

.hr-step p {
  font-size: 14px;
  color: var(--h-muted) !important;
  line-height: 1.65;
}

/* ─────────────────────────────────────────────
   ███  7. REVIEWS / SOCIAL PROOF
───────────────────────────────────────────── */
.hr-reviews {
  background: var(--h-black);
}

.hr-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.hr-review-card {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-xl);
  overflow: hidden;
  transition: all var(--h-dur) var(--h-ease);
}
.hr-review-card:hover {
  border-color: var(--h-border-hover);
  box-shadow: var(--h-shadow-hover);
  transform: translateY(-6px);
}

.hr-review-card__video {
  width: 100%;
  aspect-ratio: 9/14;
  object-fit: cover;
  display: block;
  background: var(--h-surface-2);
  position: relative;
}

/* Lazy video — poster + play button overlay */
.hr-video-thumb {
  position: relative;
  aspect-ratio: 9/14;
  overflow: hidden;
  cursor: pointer;
}
.hr-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--h-ease);
}
.hr-video-thumb:hover img {
  transform: scale(1.04);
}
.hr-video-thumb__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hr-video-thumb__play-btn {
  width: 60px;
  height: 60px;
  background: var(--h-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--h-dur) var(--h-ease);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12), 0 14px 34px rgba(199,138,44,0.28);
}
.hr-video-thumb:hover .hr-video-thumb__play-btn {
  transform: scale(1.12);
}
.hr-video-thumb__play-btn::after {
  content: '';
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #000;
  margin-left: 4px;
}

.hr-review-card__body {
  padding: 24px;
}
.hr-review-card__stars {
  color: var(--h-gold) !important;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.hr-review-card__text {
  font-size: 14px;
  color: rgba(245,245,245,0.65) !important;
  line-height: 1.65;
  margin-bottom: 14px;
}
.hr-review-card__author {
  font-size: 13px;
  font-weight: 600;
  color: var(--h-white) !important;
  font-family: var(--h-body) !important;
}

/* ─────────────────────────────────────────────
   ███  8. QUIZ
───────────────────────────────────────────── */
.hr-quiz {
  background: linear-gradient(135deg, var(--h-surface) 0%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}
.hr-quiz::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(212,175,55,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hr-quiz__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.hr-quiz__inner h2 {
  font-size: clamp(30px, 4vw, 56px) !important;
  margin-bottom: 16px;
}
.hr-quiz__inner p {
  font-size: 17px;
  color: var(--h-muted) !important;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hr-quiz__steps {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hr-quiz__pill {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-pill);
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 500;
  color: var(--h-muted) !important;
  font-family: var(--h-body);
  transition: all 0.3s ease;
}
.hr-quiz__pill:hover {
  border-color: var(--h-gold);
  color: var(--h-gold) !important;
  background: var(--h-gold-glow);
}

/* ─────────────────────────────────────────────
   ███  TEST DE PERFUME (página /test)
───────────────────────────────────────────── */
.hr-test {
  min-height: 80vh;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 48px);
}
.hr-test__inner {
  max-width: 720px;
  margin: 0 auto;
}
.hr-test-step {
  display: none;
  text-align: center;
  animation: hr-test-fade 0.35s ease;
}
.hr-test-step--active {
  display: block;
}
.hr-test-step--active.hr-test-step--loading {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 300px;
}
.hr-test-step--active.hr-test-step--loading p {
  color: var(--h-muted);
  font-size: 15px;
}
.hr-test-hero-p {
  font-size: 17px;
  color: var(--h-muted);
  margin-bottom: 32px;
}
.hr-test-start {
  font-size: 16px;
  padding: 14px 32px;
}
.hr-test-progress {
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.hr-test-progress__bar {
  display: block;
  height: 100%;
  background: var(--h-gold);
  border-radius: 4px;
  transition: width 0.4s ease;
}
.hr-test-q-desc {
  color: var(--h-muted);
  font-size: 15px;
  margin-bottom: 28px;
}
.hr-test-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.hr-test-card {
  background: var(--h-glass);
  border: 2px solid var(--h-border);
  border-radius: var(--h-r-lg);
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--h-white);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  font-family: inherit;
}
.hr-test-card:hover {
  border-color: var(--h-gold);
  color: var(--h-gold);
  background: var(--h-gold-glow);
}
.hr-test-card.is-selected {
  border-color: var(--h-gold);
  background: var(--h-gold);
  color: #000;
}
.hr-test-back {
  background: transparent;
  border: none;
  color: var(--h-muted);
  font-size: 14px;
  cursor: pointer;
  padding: 8px 0;
  font-family: inherit;
}
.hr-test-back:hover {
  color: var(--h-gold);
}
.hr-test-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255,255,255,0.2);
  border-top-color: var(--h-gold);
  border-radius: 50%;
  animation: hr-test-spin 0.8s linear infinite;
}
@keyframes hr-test-spin {
  to { transform: rotate(360deg); }
}
@keyframes hr-test-fade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.hr-test-result-main {
  margin: 24px 0;
}
.hr-test-result-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-xl);
  text-align: left;
  transition: all 0.25s ease;
}
.hr-test-result-card--main {
  max-width: 400px;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.hr-test-result-card--main:hover {
  border-color: var(--h-gold);
  transform: translateY(-2px);
}
.hr-test-result-card--main a,
.hr-test-result-card--alt {
  text-decoration: none;
  color: inherit;
}
.hr-test-result-card--alt {
  flex-direction: column;
  padding: 16px;
}
.hr-test-result-card--alt:hover {
  border-color: var(--h-gold);
  transform: translateY(-4px);
}
.hr-test-result-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--h-r-lg);
  flex-shrink: 0;
}
.hr-test-result-card--alt img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: var(--h-r-md);
}
.hr-test-result-body { flex: 1; }
.hr-test-result-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--h-white);
}
.hr-test-result-price { font-size: 14px; color: var(--h-gold); }
.hr-test-result-name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  display: block;
}
.hr-test-explanation {
  color: var(--h-muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto 28px;
}
.hr-test-alts-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--h-muted);
  margin: 0 0 16px;
}
.hr-test-alternatives { margin-bottom: 28px; }
.hr-test-alts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}
.hr-test-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}
.hr-test-restart {
  background: transparent;
  border: none;
  color: var(--h-muted);
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  font-family: inherit;
}
.hr-test-restart:hover { color: var(--h-gold); }
@media (max-width: 560px) {
  .hr-test-cards { grid-template-columns: 1fr; }
  .hr-test-alts-grid { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────
   ███  9. BLOG / EDUCATIONAL
───────────────────────────────────────────── */
.hr-blog {
  background: var(--h-surface);
}

.hr-blog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.hr-blog-card {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-xl);
  overflow: hidden;
  transition: all var(--h-dur) var(--h-ease);
  cursor: pointer;
}
.hr-blog-card:hover {
  border-color: var(--h-border-hover);
  box-shadow: var(--h-shadow-hover);
  transform: translateY(-6px);
}

.hr-blog-card__img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.7s var(--h-ease);
}
.hr-blog-card:hover .hr-blog-card__img {
  transform: scale(1.06);
}

.hr-blog-card__body {
  padding: 20px;
}
.hr-blog-card__cat {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--h-gold) !important;
  display: block;
  margin-bottom: 8px;
}
.hr-blog-card__title {
  font-family: var(--h-head) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
  line-height: 1.35;
  margin: 0 !important;
}

/* ─────────────────────────────────────────────
   ███  10. TRUST / GARANTÍAS
───────────────────────────────────────────── */
.hr-trust {
  background: var(--h-black);
}

.hr-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.hr-trust-item {
  text-align: center;
  padding: 40px 28px;
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-xl);
  transition: all var(--h-dur) var(--h-ease);
}
.hr-trust-item:hover {
  border-color: var(--h-border-hover);
  box-shadow: var(--h-shadow-gold);
  transform: translateY(-4px);
}

.hr-trust-item__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--h-gold-glow);
  border: 1px solid rgba(212,175,55,0.2);
  color: var(--h-gold) !important;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.hr-trust-item h3 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
.hr-trust-item p {
  font-size: 14px;
  color: var(--h-muted) !important;
}

/* ─────────────────────────────────────────────
   ███  11. FINAL CTA
───────────────────────────────────────────── */
.hr-cta-final {
  background: var(--h-black);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hr-cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(212,175,55,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.hr-cta-final .hr-inner {
  position: relative;
  z-index: 1;
}
.hr-cta-final h2 {
  font-size: clamp(36px, 5vw, 68px) !important;
  margin-bottom: 16px;
}
.hr-cta-final p {
  font-size: 17px;
  color: var(--h-muted) !important;
  margin-bottom: 40px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

/* Decorative gold separator line */
.hr-divider {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--h-gold), transparent);
  margin: 0 auto 32px;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hr-hero__inner       { grid-template-columns: 1fr; }
  .hr-hero__visual      { display: none; }
  .hr-hero              { align-items: flex-start; padding-top: 120px; min-height: 85vh; }
  .hr-hero__text        { text-align: center; }
  .hr-hero__ctas        { justify-content: center; }
  .hr-hero__trust       { justify-content: center; }
  .hr-hero__sub         { margin-left: auto; margin-right: auto; }

  .hr-comparison__grid  { grid-template-columns: 1fr; }
  .hr-occasions__grid   { grid-template-columns: repeat(2, 1fr); }
  .hr-expensive__layout { grid-template-columns: 1fr; }
  .hr-how__steps        { grid-template-columns: 1fr; }
  .hr-how__steps::before { display: none; }
  .hr-reviews__grid     { grid-template-columns: 1fr 1fr; }
  .hr-blog__grid        { grid-template-columns: 1fr 1fr; }
  .hr-trust__grid       { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hr-occasions__grid   { grid-template-columns: 1fr 1fr; }
  .hr-occ-card          { aspect-ratio: 2 / 3; }
  .hr-occ-card__overlay { padding: 16px; }
  .hr-occ-card__title   { font-size: 16px !important; line-height: 1.15; margin-bottom: 2px !important; }
  .hr-occ-card__desc    {
    font-size: 12px;
    line-height: 1.35;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hr-occ-card__arrow   { width: 36px; height: 36px; min-width: 36px; min-height: 36px; flex-basis: 36px; margin-top: 10px; }
  .hr-reviews__grid     { grid-template-columns: 1fr; }
  .hr-blog__grid        { grid-template-columns: 1fr; }
  .hr-expensive__products { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════
   SITE HEADER — HERAM Premium Navigation
   Layout: [Promo Bar] → [Nav Left | Logo Center | Right Actions]
═══════════════════════════════════════════════════════ */

/* ── Push ALL page content below fixed header ── */
body.heram-dark {
  padding-top: 110px;
}
/* Home hero manages its own offset via padding-top in the section */
body.heram-dark .hr-hero {
  margin-top: -110px; /* pull hero back up so it starts at 0 */
  padding-top: calc(110px + clamp(40px, 5vw, 70px));
}
/* remove old standalone padding rule below */
.hr-hero {
  padding-top: 55px; /* account for header height */
}

/* ── SITE HEADER WRAPPER ── */
.hr-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.4s var(--h-ease), box-shadow 0.4s ease;
}
.hr-site-header.--scrolled {
  box-shadow: 0 1px 0 rgba(255,255,255,0.04), 0 8px 32px rgba(0,0,0,0.6);
}
.hr-site-header.--hidden {
  transform: translateY(-100%);
}

/* ── PROMO BAR ── (fondo sólido para que no se vea el contenido al hacer scroll) */
.hr-promo-bar {
  background: linear-gradient(90deg, #131108 0%, #0d0c08 50%, #131108 100%);
  border-bottom: 1px solid rgba(212,175,55,0.2);
  padding: 9px 20px;
  transition: height 0.3s var(--h-ease), opacity 0.3s ease;
  overflow: hidden;
}
.hr-promo-bar.--closed {
  height: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.hr-promo-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.hr-promo-bar__icon {
  color: var(--h-gold) !important;
  font-size: 11px;
  animation: spin-slow 8s linear infinite;
}
@keyframes spin-slow {
  to { transform: rotate(360deg); }
}
.hr-promo-bar__text {
  font-family: var(--h-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(245,245,245,0.75) !important;
  text-align: center;
}
.hr-promo-bar__close {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  color: rgba(245,245,245,0.45);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 4px 8px;
  transition: color 0.2s;
}
.hr-promo-bar__close:hover { color: var(--h-white); }

/* ── MAIN NAVBAR ── */
.hr-navbar {
  background: rgba(8,8,8,0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.hr-navbar__inner {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 0 clamp(16px, 3vw, 48px) !important;
  height: 68px !important;
  gap: 20px !important;
  width: 100% !important;
}

/* LEFT — nav links */
.hr-navbar__left {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  justify-content: flex-start !important;
  width: 100% !important;
}

/* CENTER — logo */
.hr-navbar__center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* RIGHT — actions */
.hr-navbar__right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: 100% !important;
}

/* ── LOGO ── */
.hr-logo-link {
  display: flex !important;
  align-items: center !important;
}
.hr-logo {
  width: auto !important;
  max-width: 140px !important;
  height: 38px !important;
  max-height: 38px !important;
  object-fit: contain !important;
  transition: opacity 0.2s;
  display: block !important;
}
.hr-logo-link:hover .hr-logo { opacity: 0.8; }

/* ── NAV LINKS ── */
.hr-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hr-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--h-body);
  font-size: 13px;
  font-weight: 500;
  color: rgba(245,245,245,0.72) !important;
  padding: 8px 14px;
  border-radius: var(--h-r-pill);
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  letter-spacing: 0.01em;
  position: relative;
}
.hr-nav-link:hover {
  color: var(--h-white) !important;
  background: rgba(255,255,255,0.06);
}

/* Chevron rotates on dropdown hover */
.hr-nav-link__chevron {
  font-size: 16px;
  display: inline-block;
  transform: rotate(-90deg);
  transition: transform 0.2s;
  opacity: 0.5;
  line-height: 1;
}
li:hover > .hr-nav-link .hr-nav-link__chevron,
li:focus-within > .hr-nav-link .hr-nav-link__chevron {
  transform: rotate(90deg);
  opacity: 1;
}

/* "Armar paquete" pill */
.hr-nav-link--pill {
  background: rgba(212,175,55,0.1) !important;
  border: 1px solid rgba(212,175,55,0.25) !important;
  color: var(--h-gold) !important;
}
.hr-nav-link--pill:hover {
  background: rgba(212,175,55,0.2) !important;
  color: var(--h-gold-light) !important;
}

/* ── MEGA DROPDOWN ── */
li {
  position: relative;
}
.hr-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: -12px;
  min-width: 520px;
  background: rgba(10,10,10,0.98);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(212,175,55,0.06);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s var(--h-ease),
              visibility 0.25s,
              transform 0.25s var(--h-ease);
  pointer-events: none;
  z-index: 200;
}
li:hover > .hr-dropdown,
li:focus-within > .hr-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.hr-dropdown__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hr-dropdown__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hr-dropdown__cat {
  font-family: var(--h-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--h-gold) !important;
  margin-bottom: 8px;
  display: block;
}
.hr-dropdown__link {
  font-family: var(--h-body);
  font-size: 13px;
  color: rgba(245,245,245,0.65) !important;
  padding: 7px 10px;
  border-radius: 10px;
  transition: background 0.15s, color 0.15s;
}
.hr-dropdown__link:hover {
  background: rgba(255,255,255,0.06);
  color: var(--h-white) !important;
}

/* ── AI BADGE ── */
.hr-ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.22);
  border-radius: var(--h-r-pill);
  padding: 8px 16px;
  font-family: var(--h-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--h-gold) !important;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.hr-ai-badge__icon {
  animation: spin-slow 6s linear infinite;
  font-size: 12px;
  color: var(--h-gold) !important;
}
.hr-ai-badge:hover,
.hr-ai-badge:focus,
.hr-ai-badge:active {
  background: rgba(212,175,55,0.16) !important;
  border-color: rgba(212,175,55,0.45) !important;
  box-shadow: 0 0 20px rgba(212,175,55,0.15) !important;
  color: var(--h-gold) !important;
  outline: none;
}

/* ── ICON BUTTONS (Search / Cart) ── */
.hr-icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: rgba(245,245,245,0.65) !important;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: var(--h-r-pill);
  font-family: var(--h-body);
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.hr-icon-btn:hover {
  color: var(--h-white) !important;
  background: rgba(255,255,255,0.06);
}
.hr-icon-btn:focus,
.hr-icon-btn:active,
.hr-icon-btn:focus-visible {
  outline: none !important;
  color: var(--h-white) !important;
  background: rgba(212,175,55,0.16) !important;
  border: 1px solid rgba(212,175,55,0.35);
  box-shadow: 0 0 0 1px rgba(212,175,55,0.2);
}
.hr-icon-btn__label {
  font-size: 13px;
}

/* Cart icon with badge */
.hr-cart-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.hr-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--h-gold);
  color: #000 !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  font-family: var(--h-body) !important;
}

/* ── SEARCH BAR OVERLAY ── */
.hr-search-bar {
  height: 0;
  min-height: 0;
  overflow: hidden;
  background: rgba(8,8,8,0.98);
  border-top: 1px solid rgba(255,255,255,0.06);
  transition: height 0.35s var(--h-ease);
}
/* Cerrada: no debe ocupar ningún espacio en el layout (evita hueco en /cart, etc.) */
.hr-search-bar:not(.--open) {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 100%;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border-width: 0 !important;
  pointer-events: none !important;
}
.hr-search-bar.--open {
  position: relative;
}
.hr-search-bar.--open {
  height: 72px;
}
.hr-search-bar__inner {
  display: flex;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  gap: 12px;
}
/* WordPress search form */
.hr-search-bar .search-form {
  flex: 1;
  display: flex;
  gap: 10px;
}
.hr-search-bar .search-form label { flex: 1; }
.hr-search-bar .search-field {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--h-r-pill);
  padding: 12px 20px;
  font-family: var(--h-body);
  font-size: 14px;
  color: var(--h-white);
  outline: none;
  transition: border-color 0.2s;
}
.hr-search-bar .search-field::placeholder { color: rgba(245,245,245,0.3); }
.hr-search-bar .search-field:focus {
  border-color: rgba(212,175,55,0.4);
}
.hr-search-bar .search-submit {
  background: var(--h-gold);
  color: #000;
  border: none;
  border-radius: var(--h-r-pill);
  padding: 12px 22px;
  font-family: var(--h-body);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.hr-search-bar .search-submit:hover,
.hr-search-bar .search-submit:focus,
.hr-search-bar .search-submit:active,
.hr-search-bar .search-submit:focus-visible {
  outline: none !important;
  background: var(--h-gold-light) !important;
}
.hr-search-bar__close {
  background: none !important;
  border: none;
  color: rgba(245,245,245,0.5);
  font-size: 22px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  transition: color 0.2s, background 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.hr-search-bar__close:hover,
.hr-search-bar__close:focus,
.hr-search-bar__close:active,
.hr-search-bar__close:focus-visible {
  outline: none !important;
  color: var(--h-white);
  background: rgba(255,255,255,0.06) !important;
}

/* ── SEARCH RESULTS PAGE (tarjetas como /shop) ── */
body.search .site-main { padding-top: 24px; }
.hr-search-header {
  margin-bottom: 1.5rem;
}
.hr-search-header .entry-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
}
.hr-search-header .entry-title span { color: var(--h-gold); }

/* Mismo grid que shop */
.hr-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: clamp(24px, 4vw, 40px);
  margin: 0;
  padding: 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* Misma tarjeta que li.product en shop: superficie, borde, radio, hover */
.hr-search-card {
  display: flex;
  flex-direction: column;
  background: var(--h-surface);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-lg);
  overflow: hidden;
  margin: 0;
  transition: border-color 0.3s, transform 0.3s;
}
.hr-search-card:hover {
  border-color: rgba(212, 175, 55, 0.3);
  transform: translateY(-4px);
}

/* Imagen fija 360px como shop */
.hr-search-card__img-wrap {
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden;
  flex-shrink: 0;
  background: #111;
}
.hr-search-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.hr-search-card:hover .hr-search-card__img-wrap img {
  transform: scale(1.04);
}
/* Productos en búsqueda: misma imagen/cuerpo que shop (hr-card-img-wrap, hr-card-body) */
.hr-search-card:hover .hr-card-img-wrap img {
  transform: scale(1.04);
}

.hr-search-card__img-wrap--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-family: var(--h-body);
}

/* Cuerpo igual que .hr-card-body del shop */
.hr-search-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
}

.hr-search-card__title-link {
  text-decoration: none;
}
.hr-search-card .woocommerce-loop-product__title,
.hr-search-card .entry-title {
  font-family: var(--h-head);
  font-size: 15px;
  font-weight: 500;
  color: var(--h-white);
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
  line-height: 1.35;
  transition: color 0.2s;
}
.hr-search-card__title-link:hover .woocommerce-loop-product__title,
.hr-search-card__title-link:hover .entry-title {
  color: var(--h-gold-light);
}

.hr-search-card__excerpt {
  font-family: var(--h-body);
  font-size: 14px;
  color: var(--h-muted);
  line-height: 1.5;
}
.hr-search-card__excerpt p:last-child { margin-bottom: 0; }
.hr-search-card__excerpt ul,
.hr-search-card__excerpt ol { margin: 0.5em 0; padding-left: 1.2em; }

.hr-search-results__empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--h-muted);
  padding: 2rem;
}

.hr-search-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--h-border);
}
.hr-search-pagination a {
  color: var(--h-gold);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.hr-search-pagination a:hover { color: var(--h-gold-light); }

/* ── HAMBURGER BUTTON ── */
.hr-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  transition: background 0.2s;
}
.hr-hamburger:hover { background: rgba(255,255,255,0.06); }
.hr-hamburger__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--h-white);
  border-radius: 2px;
  transition: transform 0.3s var(--h-ease), opacity 0.3s;
}
.hr-hamburger.--open .hr-hamburger__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hr-hamburger.--open .hr-hamburger__bar:nth-child(2) {
  opacity: 0;
}
.hr-hamburger.--open .hr-hamburger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── MOBILE DRAWER ── (z-index muy alto: encima del contenido y del navbar) */
.hr-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 9999998;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none !important; /* no bloquear clics cuando el menú está cerrado */
}
.hr-mobile-overlay.--open {
  opacity: 1;
  pointer-events: auto !important; /* capturar clics solo cuando el menú está abierto */
}
.hr-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(320px, 85vw);
  background: rgba(10,10,10,0.99);
  border-right: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9999999;
  transform: translateX(-100%);
  transition: transform 0.4s var(--h-ease);
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  gap: 0;
  overflow-y: auto;
}
.hr-mobile-menu.--open {
  transform: translateX(0);
}
.hr-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
.hr-mobile-menu__close {
  background: none !important;
  border: none;
  color: rgba(245,245,245,0.5);
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  transition: color 0.2s, background 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.hr-mobile-menu__close:hover,
.hr-mobile-menu__close:focus,
.hr-mobile-menu__close:active,
.hr-mobile-menu__close:focus-visible {
  outline: none !important;
  color: var(--h-white);
  background: rgba(255,255,255,0.06) !important;
}
.hr-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.hr-mobile-link {
  font-family: var(--h-body);
  font-size: 16px;
  font-weight: 500;
  color: rgba(245,245,245,0.85) !important;
  padding: 12px 14px;
  border-radius: 12px;
  transition: background 0.15s, color 0.15s;
}
.hr-mobile-link:hover {
  background: rgba(255,255,255,0.06);
  color: var(--h-white) !important;
}
.hr-mobile-link--sub {
  font-size: 14px;
  color: rgba(245,245,245,0.5) !important;
}
.hr-mobile-link--sub:hover { color: rgba(245,245,245,0.85) !important; }
.hr-mobile-menu__divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 12px 0;
}
.hr-mobile-menu__ai {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 12px;
}

/* ── AI POPUP ── */
.hr-ai-popup {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: min(360px, calc(100vw - 48px));
  background: rgba(10,10,10,0.98);
  border: 1px solid rgba(212,175,55,0.22);
  border-radius: 24px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(212,175,55,0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.97);
  transition: opacity 0.3s var(--h-ease),
              visibility 0.3s,
              transform 0.3s var(--h-ease);
  overflow: hidden;
}
.hr-ai-popup.--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.hr-ai-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(212,175,55,0.05);
}
.hr-ai-popup__title {
  font-family: var(--h-head);
  font-size: 14px;
  font-weight: 500;
  color: var(--h-gold) !important;
  letter-spacing: -0.01em;
}
.hr-ai-popup__close {
  background: none !important;
  border: none;
  color: rgba(245,245,245,0.45);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s, background 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.hr-ai-popup__close:hover,
.hr-ai-popup__close:focus,
.hr-ai-popup__close:active,
.hr-ai-popup__close:focus-visible {
  outline: none !important;
  color: var(--h-white);
  background: rgba(255,255,255,0.06) !important;
}
.hr-ai-popup__body {
  padding: 20px;
}
.hr-ai-popup__body p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245,245,245,0.7) !important;
  margin-bottom: 16px;
}
.hr-ai-popup__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hr-ai-pill {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--h-r-pill);
  padding: 8px 16px;
  font-family: var(--h-body);
  font-size: 12px;
  font-weight: 500;
  color: rgba(245,245,245,0.75) !important;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.hr-ai-pill:hover {
  background: rgba(212,175,55,0.12);
  border-color: rgba(212,175,55,0.3);
  color: var(--h-gold) !important;
}
.hr-ai-popup__footer {
  padding: 16px 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ── HEADER RESPONSIVE ── */
@media (max-width: 900px) {
  .hr-hamburger {
    display: flex;
  }
  .hr-nav-links {
    display: none;
  }
  .hr-ai-badge__text {
    display: none;
  }
  .hr-ai-badge {
    padding: 8px 10px;
  }
  .hr-mobile-overlay {
    display: block;
  }
  .hr-icon-btn__label {
    display: none;
  }
}
@media (max-width: 560px) {
  .hr-navbar__inner {
    height: 60px;
    padding: 0 16px;
    gap: 12px;
  }
  .hr-logo { height: 30px; }
  .hr-ai-badge { display: none; }
  .hr-hero { padding-top: 48px; }
}

/* ── ELEMENTOR: remove default header if present ── */
.elementor-location-header { display: none !important; }
.site-header.elementor-location-header { display: none !important; }


/* ══════════════════════════════════════════════════════════
   HERAM — PRODUCT PAGE  (hrp-* namespace)
   Matches: Negro + Ámbar design system
══════════════════════════════════════════════════════════ */

/* ── Shared helpers ── */
.hrp-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding-left:  clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}
.hrp-section {
  padding: clamp(64px, 9vw, 120px) 0;
}
.hrp-section__sub {
  font-size: 16px;
  color: var(--h-muted) !important;
  max-width: 580px;
  line-height: 1.7;
  margin: 12px 0 0;
}

/* ── BREADCRUMB ── */
.hrp-breadcrumb,
.hr-breadcrumb-bar {
  background: var(--h-black);
  border-bottom: 1px solid var(--h-border);
}
.hrp-breadcrumb {
  padding: 14px 0;
  /* no margin-top needed — body.heram-dark already has padding-top: 110px */
}
.hr-breadcrumb-bar {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 5vw, 72px);
  box-sizing: border-box;
}
.hr-breadcrumb-bar .woocommerce-breadcrumb {
  font-size: 13px;
  color: var(--h-muted);
}
.hr-breadcrumb-bar a { color: var(--h-muted) !important; transition: color 0.2s; }
.hr-breadcrumb-bar a:hover { color: var(--h-white) !important; }
.hrp-breadcrumb .hrp-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hrp-breadcrumb a,
.hrp-breadcrumb span {
  font-family: var(--h-body);
  font-size: 12px;
  color: var(--h-muted) !important;
  transition: color 0.2s;
}
.hrp-breadcrumb a:hover { color: var(--h-white) !important; }
.hrp-breadcrumb [aria-current="page"] { color: var(--h-white) !important; }

/* ── HERO ── */
.hrp-hero {
  background: linear-gradient(160deg, var(--h-black) 0%, var(--h-surface-2) 100%);
  padding-top: clamp(48px, 7vw, 80px);
  padding-bottom: clamp(48px, 7vw, 80px);
}
.hrp-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: flex-start;
}

/* Gallery column */
.hrp-hero__gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 100px;
}
.hrp-hero__main-img {
  position: relative;
  border-radius: var(--h-r-xl);
  overflow: hidden;
  background: var(--h-surface);
  border: 1px solid var(--h-border);
  aspect-ratio: 4/5;
}
.hrp-hero__main-img .hrp-product-img,
.hrp-hero__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--h-ease);
}
.hrp-hero__main-img:hover img { transform: scale(1.04); }

.hrp-hero__no-img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--h-muted);
  font-family: var(--h-body);
  font-size: 14px;
}

/* Inspired-by badge overlays image */
.hrp-inspired-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(11,11,12,0.88);
  border: 1px solid rgba(199,138,44,0.28);
  border-radius: var(--h-r-pill);
  padding: 8px 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hrp-inspired-badge__label {
  font-family: var(--h-body) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--h-muted) !important;
}
.hrp-inspired-badge__name {
  font-family: var(--h-head) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--h-gold) !important;
  letter-spacing: -0.01em !important;
}

/* Thumbnail strip */
.hrp-hero__thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.hrp-hero__thumbs::-webkit-scrollbar { display: none; }
.hrp-thumb {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: var(--h-r-md);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s;
}
.hrp-thumb--active,
.hrp-thumb:hover { border-color: var(--h-gold); }
.hrp-thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info column */
.hrp-hero__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}
.hrp-hero__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hrp-sku {
  font-family: var(--h-body) !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--h-muted) !important;
}
.hrp-tag {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-pill);
  padding: 4px 12px;
  font-family: var(--h-body) !important;
  font-size: 11px;
  font-weight: 500;
  color: var(--h-muted) !important;
}

.hrp-hero__title {
  font-family: var(--h-head) !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;
  margin: 0 !important;
}
.hrp-hero__sub {
  font-family: var(--h-body) !important;
  font-size: 15px !important;
  color: var(--h-muted) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  max-width: 480px;
}

/* Rating */
.hrp-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hrp-rating__stars { display: flex; gap: 2px; }
.hrp-star { font-size: 16px; line-height: 1; }
.hrp-star--full { color: var(--h-gold) !important; }
.hrp-star--empty { color: rgba(199,138,44,0.25) !important; }
.hrp-rating__num {
  font-family: var(--h-head) !important;
  font-size: 15px;
  font-weight: 600;
  color: var(--h-white) !important;
}
.hrp-rating__count {
  font-family: var(--h-body) !important;
  font-size: 13px;
  color: var(--h-muted) !important;
}

/* Price block */
.hrp-price-block {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid var(--h-border);
  border-bottom: 1px solid var(--h-border);
}
.hrp-price {
  font-family: var(--h-head) !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
}
.hrp-price .woocommerce-Price-amount { color: var(--h-white) !important; }
.hrp-original-price {
  font-family: var(--h-body) !important;
  font-size: 13px !important;
  color: var(--h-muted) !important;
}

/* Single product: mismo bloque que tarjetas (dropdown + un precio + stock + 2 botones) */
.hrp-price-block--single {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.hrp-price-block--single .hr-loop-variations {
  margin-top: 0;
}
.hrp-price-block--single .hr-loop-variation-select {
  min-width: 120px;
}
.hrp-price-block--single .hr-loop-price .woocommerce-Price-amount,
.hrp-price-block--single .hr-loop-price .amount,
.hrp-price-block--single .hr-loop-price bdi {
  font-family: var(--h-head) !important;
  font-size: clamp(22px, 2.5vw, 32px) !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
}
.hrp-price-block--single .hr-loop-price-wrap .hrp-original-price {
  width: 100%;
  margin: 4px 0 0 0;
  flex-basis: 100%;
}
.hrp-price-block--single .hrp-original-price {
  margin-bottom: 0;
}

/* WooCommerce ATC override */
.hrp-atc form.cart { display: flex; flex-direction: column; gap: 12px; }
.hrp-atc .quantity { display: flex; align-items: center; gap: 10px; }
.hrp-atc .qty {
  background: var(--h-surface);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-md);
  color: var(--h-white);
  font-family: var(--h-body);
  font-size: 16px;
  padding: 12px 16px;
  width: 72px;
  text-align: center;
}
.hrp-atc .single_add_to_cart_button,
.hrp-atc button[type="submit"].button {
  background: var(--h-gold) !important;
  color: #000 !important;
  font-family: var(--h-body) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  border-radius: var(--h-r-pill) !important;
  border: none !important;
  padding: 16px 36px !important;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s !important;
  width: 100%;
}
.hrp-atc .single_add_to_cart_button:hover:not(:disabled) {
  background: var(--h-gold-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(199,138,44,0.32) !important;
}
.hrp-atc .single_add_to_cart_button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none !important;
}

/* Variation selectors styling */
.hrp-atc table.variations {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.hrp-atc table.variations th,
.hrp-atc table.variations td {
  padding: 8px 0;
  vertical-align: middle;
}
.hrp-atc table.variations th {
  text-align: left;
  width: 80px;
}
.hrp-atc table.variations label {
  font-family: var(--h-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--h-muted) !important;
}
.hrp-atc table.variations select {
  width: 100%;
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-md);
  color: var(--h-white);
  font-family: var(--h-body);
  font-size: 15px;
  padding: 12px 16px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C78A2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.hrp-atc table.variations select:focus {
  outline: none;
  border-color: rgba(199,138,44,0.5);
}
.hrp-atc table.variations select option {
  background: var(--h-black);
  color: var(--h-white);
}
.hrp-atc .reset_variations {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--h-body);
  font-size: 11px;
  color: var(--h-muted) !important;
  text-decoration: underline;
  transition: color 0.2s;
}
.hrp-atc .reset_variations:hover {
  color: var(--h-gold) !important;
}

/* Active variation price */
.hrp-atc .woocommerce-variation-price {
  margin-bottom: 20px;
}
.hrp-atc .woocommerce-variation-price .price {
  font-family: var(--h-head) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
  margin: 0;
}


/* ── TOAST (agregado al carrito) ── */
.hr-toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}
.hr-toast {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: var(--h-surface);
  border: 1px solid var(--h-border);
  border-left: 3px solid var(--h-gold);
  border-radius: var(--h-r-lg);
  color: var(--h-white);
  font-family: var(--h-body);
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  opacity: 0;
  transform: translateX(120%);
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
.hr-toast--visible {
  opacity: 1;
  transform: translateX(0);
}
.hr-toast__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--h-gold);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
}
.hr-toast__text {
  flex: 1;
  min-width: 0;
}
@media (max-width: 480px) {
  .hr-toast-container {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .hr-toast {
    transform: translateY(80px);
  }
  .hr-toast--visible {
    transform: translateY(0);
  }
}

/* ── WOOCOMMERCE NOTICES (added to cart, etc.) ── */
.woocommerce-notices-wrapper,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.wc-block-components-notice-banner {
  margin-bottom: 24px !important;
}
.woocommerce-message,
.woocommerce-info,
.wc-block-components-notice-banner {
  display: flex !important;
  align-items: flex-start !important;
  gap: 24px !important;
  padding: 16px 20px !important;
  background: var(--h-surface) !important;
  border: 1px solid var(--h-border) !important;
  border-radius: var(--h-r-lg) !important;
  color: var(--h-white) !important;
  font-family: var(--h-body) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.woocommerce-message,
.wc-block-components-notice-banner.is-success {
  border-left: 3px solid var(--h-gold) !important;
}
.wc-block-components-notice-banner.is-success > svg {
  flex-shrink: 0 !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
  margin-top: 2px !important;
  color: var(--h-gold);
  fill: currentColor;
}
.wc-block-components-notice-banner__content {
  flex: 1 !important;
  min-width: 0 !important;
  padding-top: 4px !important;
  padding-left: 12px !important;
  color: var(--h-white) !important;
}
/* Aún más separación en success para que el check no toque el texto */
.wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content {
  padding-left: 16px !important;
}
.wc-block-components-notice-banner__content a,
.woocommerce-message a,
.woocommerce-info a {
  color: var(--h-gold) !important;
  text-decoration: none !important;
  font-weight: 500;
  transition: color 0.2s;
}
.wc-block-components-notice-banner__content a:hover,
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--h-gold-light) !important;
}
.woocommerce-message .button,
.woocommerce-info .button,
.wc-block-components-notice-banner .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap !important;
  padding: 10px 20px !important;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: var(--h-r-pill) !important;
  color: var(--h-white) !important;
  font-family: var(--h-body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s !important;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.wc-block-components-notice-banner .button:hover {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.4) !important;
  color: var(--h-white) !important;
}
.woocommerce-error {
  padding: 16px 20px !important;
  background: var(--h-surface) !important;
  border: 1px solid rgba(220,80,80,0.4) !important;
  border-radius: var(--h-r-lg) !important;
  color: var(--h-white) !important;
  list-style: none !important;
}
.woocommerce-error li {
  margin: 0 !important;
}

/* Checkout: badge cantidad en order summary (contraste legible) */
.wc-block-components-order-summary-item__quantity {
  background: var(--h-gold) !important;
  color: #000 !important;
  border: none !important;
  min-width: 22px;
  height: 22px;
  padding: 0 6px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--h-body) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.wc-block-components-order-summary-item__quantity span[aria-hidden="true"] {
  color: #000 !important;
}

/* Checkout / Cart: radio y checkbox — icono interior amarillo (tema) */
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: var(--h-gold) !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-color: var(--h-gold) !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: var(--h-gold) !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  border-color: var(--h-gold) !important;
}

/* Checkout: botón Place order — texto centrado */
.wc-block-components-checkout-place-order-button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
.wc-block-components-checkout-place-order-button .wc-block-components-button__text {
  justify-content: center !important;
  text-align: center !important;
}

/* Checkout order summary: imagen del producto un poco más grande */
.wc-block-components-order-summary .wc-block-cart-item__image {
  width: 64px !important;
  min-width: 64px !important;
  height: 64px !important;
  flex-shrink: 0;
}
.wc-block-components-order-summary .wc-block-cart-item__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* ── WOOCOMMERCE ARCHIVE / SHOP PAGE ── */
.hrp-archive {
  background: var(--h-black);
}

.hrp-shop-controls form.woocommerce-ordering select {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-md);
  color: var(--h-white);
  font-family: var(--h-body);
  font-size: 13px;
  padding: 8px 32px 8px 16px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C78A2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  outline: none;
}
.hrp-shop-controls form.woocommerce-ordering select:focus {
  border-color: rgba(199,138,44,0.5);
}
.hrp-shop-controls form.woocommerce-ordering select option {
  background: var(--h-black);
  color: var(--h-white);
}

/* Tarjetas shop: dropdown variación, precio dinámico, stock, botón ATC */
.hr-loop-variations {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}
.hr-loop-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.hr-loop-row .hr-loop-variation-select {
  flex: 0 1 auto;
  width: auto;
  max-width: 48%;
  min-width: 0;
}
.hr-loop-row .hr-loop-price-wrap {
  flex: 0 1 auto;
  max-width: 220px;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: center;
  gap: 8px 14px;
}
.hr-loop-row .hr-loop-price {
  flex: 0 0 auto;
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.hr-loop-row .hr-loop-price > .price {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.hr-loop-row .hr-loop-price .price,
.hr-loop-row .hr-loop-price .amount,
.hr-loop-row .hr-loop-price .woocommerce-Price-amount,
.hr-loop-row .hr-loop-price bdi {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.hr-loop-row .hr-loop-price .woocommerce-Price-amount,
.hr-loop-row .hr-loop-price bdi {
  display: block;
}
.hr-loop-row .hr-loop-stock {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  line-height: 1;
  align-self: baseline;
}
/* Dropdown variación: estilo pill, borde ámbar, chevron dorado */
.hr-loop-variation-select {
  box-sizing: border-box;
  background: var(--h-surface-2) !important;
  border: 1px solid var(--h-gold) !important;
  border-radius: 999px !important;
  color: var(--h-white) !important;
  font-family: var(--h-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 12px 40px 12px 18px !important;
  min-height: 44px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C78A2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hr-loop-variation-select:hover {
  border-color: var(--h-gold-light) !important;
}
.hr-loop-variation-select:focus {
  border-color: var(--h-gold) !important;
  box-shadow: 0 0 0 2px rgba(199, 138, 44, 0.25) !important;
}
.hr-loop-variation-select option {
  background: var(--h-black) !important;
  color: var(--h-white) !important;
  padding: 10px 14px;
}
.hr-loop-variation-select option:checked,
.hr-loop-variation-select option:hover {
  background: rgba(199, 138, 44, 0.15) !important;
  color: var(--h-white) !important;
}
.hr-loop-price {
  display: inline-flex;
  align-items: center;
  font-family: var(--h-body) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #d4af37 !important;
  margin: 0 !important;
}
.hr-loop-stock {
  font-family: var(--h-body) !important;
  font-size: 12px !important;
  color: var(--h-muted) !important;
  margin: 0 !important;
}
.hr-loop-variations .hr-loop-atc {
  margin-top: auto !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center !important;
  background: transparent !important;
  border: 1px solid rgba(245,245,245,0.22) !important;
  border-radius: 999px !important;
  color: #f5f5f5 !important;
  font-family: var(--h-body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  padding: 12px 20px !important;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s !important;
}
.hr-loop-variations .hr-loop-atc:hover {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(245,245,245,0.55) !important;
  color: #ffffff !important;
}
.hr-loop-variations .hr-loop-buy-now {
  margin-top: 8px !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  background: var(--h-gold) !important;
  color: #000 !important;
  border: none !important;
  font-family: var(--h-body) !important;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s !important;
}
.hr-loop-variations .hr-loop-buy-now:hover {
  background: var(--h-gold-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(212,175,55,0.35);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: clamp(24px, 4vw, 40px);
  margin: 0;
  padding: 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none !important;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination {
  margin-top: 64px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: var(--h-r-md) !important;
  font-family: var(--h-body);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.woocommerce nav.woocommerce-pagination ul li a {
  background: var(--h-surface);
  color: var(--h-muted);
  border: 1px solid var(--h-border);
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--h-glass);
  color: var(--h-white);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--h-gold);
  color: var(--h-black);
  border: 1px solid var(--h-gold);
}


/* Trust chips */
.hrp-trust-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hrp-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-pill);
  padding: 8px 14px;
  font-family: var(--h-body) !important;
  font-size: 12px !important;
  font-weight: 500;
  color: rgba(245,245,245,0.7) !important;
}

/* ── COMPARISON TABLE ── */
.hrp-comparison {
  background: var(--h-surface);
}
.hrp-cmp-table {
  margin-top: 48px;
  border-radius: var(--h-r-xl);
  overflow: hidden;
  border: 1px solid var(--h-border);
}
.hrp-cmp-table__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  background: var(--h-surface-2);
  border-bottom: 1px solid var(--h-border);
}
.hrp-cmp-table__head > div {
  padding: 16px 24px;
  font-family: var(--h-body) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--h-muted) !important;
}
.hrp-cmp-table__head > div:nth-child(2) { color: var(--h-gold) !important; }
.hrp-cmp-table__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-bottom: 1px solid var(--h-border);
  transition: background 0.2s;
}
.hrp-cmp-table__row:last-child { border-bottom: none; }
.hrp-cmp-table__row:hover { background: var(--h-glass); }
.hrp-cmp-table__key,
.hrp-cmp-table__val {
  padding: 16px 24px;
  font-family: var(--h-body) !important;
  font-size: 14px !important;
  color: var(--h-muted) !important;
}
.hrp-cmp-table__val--heram {
  color: var(--h-white) !important;
  font-weight: 600 !important;
}

/* ── SCENT PROFILE ── */
.hrp-scent-profile { background: var(--h-black); }
.hrp-scent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  margin-top: 48px;
}
.hrp-scent-copy { font-size: 15px; line-height: 1.75; }
.hrp-scent-copy p { color: var(--h-muted) !important; margin-bottom: 16px; }

.hrp-notes-pyramid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hrp-note-tier {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-lg);
  padding: 20px 24px;
  transition: border-color 0.2s;
}
.hrp-note-tier:hover { border-color: var(--h-border-hover); }
.hrp-note-tier__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.hrp-note-tier__label span:last-child {
  font-family: var(--h-body) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--h-gold) !important;
}
.hrp-note-tier__icon {
  font-size: 18px;
  color: var(--h-gold) !important;
}
.hrp-note-tier__notes {
  font-family: var(--h-body) !important;
  font-size: 14px !important;
  color: rgba(245,245,245,0.72) !important;
  line-height: 1.6;
  text-transform: capitalize;
}

/* ── OCCASIONS + DURATION ── */
.hrp-occasions-dur { background: var(--h-surface); }
.hrp-occasions-dur__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
.hrp-occ-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hrp-occ-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--h-body) !important;
  font-size: 15px !important;
  color: rgba(245,245,245,0.82) !important;
}
.hrp-occ-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(199,138,44,0.12);
  border: 1px solid rgba(199,138,44,0.28);
  border-radius: 50%;
  font-size: 12px;
  color: var(--h-gold) !important;
  flex-shrink: 0;
}
.hrp-season-badge {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-pill);
  padding: 10px 18px;
  font-family: var(--h-body) !important;
  font-size: 13px !important;
  color: var(--h-muted) !important;
}

/* Duration performance bars */
.hrp-perf-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 28px;
}
.hrp-perf-item__value {
  font-family: var(--h-head) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
  line-height: 1.2;
}
.hrp-perf-item__label {
  font-family: var(--h-body) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--h-muted) !important;
  margin: 4px 0 10px;
}
.hrp-perf-bar {
  height: 4px;
  background: var(--h-border);
  border-radius: 999px;
  overflow: hidden;
}
.hrp-perf-bar__fill {
  height: 100%;
  width: var(--w, 70%);
  background: linear-gradient(90deg, var(--h-gold), var(--h-gold-light));
  border-radius: 999px;
  transition: width 1s var(--h-ease);
}

/* ── HERAM vs ORIGINAL ── */
.hrp-vs { background: var(--h-black); }
.hrp-vs-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-top: 48px;
}
.hrp-vs-copy p {
  font-family: var(--h-body) !important;
  font-size: 15px !important;
  color: var(--h-muted) !important;
  line-height: 1.75;
  margin-bottom: 18px;
}
.hrp-vs-copy p strong { color: var(--h-white) !important; font-family: var(--h-body) !important; }
.hrp-vs-prices {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: nowrap;
}
.hrp-vs-price-card {
  flex: 0 0 auto;
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-lg);
  padding: 24px 28px;
  text-align: center;
  min-width: 140px;
  max-width: 200px;
}
.hrp-vs-price-card__vs {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.hrp-vs-price-card--heram {
  background: linear-gradient(135deg, rgba(199,138,44,0.08), rgba(199,138,44,0.02));
  border-color: rgba(199,138,44,0.28);
  box-shadow: var(--h-shadow-gold);
}
.hrp-vs-price-card__brand {
  font-family: var(--h-body) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--h-muted) !important;
  margin-bottom: 8px;
}
.hrp-vs-price-card--heram .hrp-vs-price-card__brand { color: var(--h-gold) !important; }
.hrp-vs-price-card__price {
  font-family: var(--h-head) !important;
  font-size: clamp(22px, 2.5vw, 30px) !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
}
.hrp-vs-price-card__desc {
  font-family: var(--h-body) !important;
  font-size: 11px !important;
  color: var(--h-muted) !important;
  margin-top: 6px;
}
.hrp-vs-price-card__vs {
  font-family: var(--h-head) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--h-muted) !important;
}
.hrp-vs-visual {
  position: relative;
  border-radius: var(--h-r-xl);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.hrp-vs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hrp-vs-visual__label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgba(11,11,12,0.85);
  border: 1px solid rgba(199,138,44,0.22);
  border-radius: var(--h-r-pill);
  padding: 10px 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--h-body) !important;
  font-size: 12px !important;
  color: var(--h-gold) !important;
}

/* ── REVIEWS ── */
.hrp-reviews { background: var(--h-surface); }
.hrp-placeholder-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.hrp-review-card {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-xl);
  padding: 28px 24px;
  transition: all var(--h-dur) var(--h-ease);
}
.hrp-review-card:hover {
  border-color: var(--h-border-hover);
  transform: translateY(-4px);
  box-shadow: var(--h-shadow-hover);
}
/* Reseñas con video (mismo estilo que home): thumb arriba, body abajo */
.hrp-review-card--video {
  padding: 0;
  overflow: hidden;
}
.hrp-review-card--video .hr-review-card__body {
  padding: 24px;
}
.hrp-review-card--video .hr-review-card__stars {
  color: var(--h-gold) !important;
  font-size: 14px;
  margin-bottom: 10px;
}
.hrp-review-card--video .hr-review-card__text {
  font-family: var(--h-body) !important;
  font-size: 14px !important;
  color: rgba(245,245,245,0.85) !important;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 12px !important;
}
.hrp-review-card--video .hr-review-card__author {
  font-family: var(--h-body) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--h-muted) !important;
}
.hrp-review-card__stars {
  font-size: 16px;
  color: var(--h-gold) !important;
  margin-bottom: 14px;
}
.hrp-review-card__text {
  font-family: var(--h-body) !important;
  font-size: 14px !important;
  color: rgba(245,245,245,0.75) !important;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 16px !important;
}
.hrp-review-card__author {
  font-family: var(--h-body) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--h-muted) !important;
  letter-spacing: 0.04em;
}
/* WooCommerce native comments */
.hrp-woo-reviews #reviews { margin-top: 48px; }
.hrp-woo-reviews .commentlist { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 20px; }
.hrp-woo-reviews .commentlist .comment_container { background: var(--h-glass); border: 1px solid var(--h-border); border-radius: var(--h-r-xl); padding: 24px; }

/* ── PÁGINA /resenas/ (HERAM Video Reviews) ── */
.hvr-wrap .hvr-hero .hvr-btn,
.hvr-wrap .hvr-hero .hvr-btn--gold {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--h-r-pill);
  font-family: var(--h-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  border: 2px solid transparent;
  -webkit-tap-highlight-color: transparent;
}
.hvr-wrap .hvr-hero .hvr-btn--gold {
  background: var(--h-gold) !important;
  color: #0B0B0C !important;
  border-color: var(--h-gold) !important;
}
.hvr-wrap .hvr-hero .hvr-btn--gold:hover,
.hvr-wrap .hvr-hero .hvr-btn--gold:focus,
.hvr-wrap .hvr-hero .hvr-btn--gold:active,
.hvr-wrap .hvr-hero .hvr-btn--gold:focus-visible {
  outline: none !important;
  background: var(--h-gold-light) !important;
  border-color: var(--h-gold-light) !important;
  color: #0B0B0C !important;
}
.hvr-wrap .hvr-hero .hvr-btn:not(.hvr-btn--gold) {
  background: rgba(255,255,255,0.06);
  color: var(--h-white);
  border-color: var(--h-border);
}
.hvr-wrap .hvr-hero .hvr-btn:not(.hvr-btn--gold):hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(212,175,55,0.35);
  color: var(--h-white);
}
.hvr-wrap .hvr-hero__note {
  display: none;
}

/* ── RELATED CAROUSEL ── */
.hrp-related { background: var(--h-black); }
.hrp-related-carousel {
  display: flex;
  gap: 20px;
  margin-top: 48px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
  padding-bottom: 8px;
}

/* ── WooCommerce notices (hide success/info; keep errors) ── */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-message,
.woocommerce-info {
  display: none !important;
}

/* (intencionalmente vacío) */
.hrp-related-carousel::-webkit-scrollbar { display: none; }
.hrp-rel-card {
  background: var(--h-glass);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-xl);
  overflow: hidden;
  scroll-snap-align: start;
  transition: all var(--h-dur) var(--h-ease);
}
.hrp-rel-card:hover {
  border-color: var(--h-border-hover);
  box-shadow: var(--h-shadow-hover), var(--h-shadow-gold);
  transform: translateY(-5px);
}
.hrp-rel-card__link { display: block; text-decoration: none; }
.hrp-rel-card__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.6s var(--h-ease);
}
.hrp-rel-card:hover .hrp-rel-card__img { transform: scale(1.05); }
.hrp-rel-card__body { padding: 16px; }
.hrp-rel-card__name {
  font-family: var(--h-head) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--h-white) !important;
  margin: 0 0 6px !important;
  letter-spacing: -0.01em;
}
.hrp-rel-card__price {
  font-family: var(--h-body) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--h-gold) !important;
  margin-bottom: 10px;
}
.hrp-rel-card__cta {
  font-family: var(--h-body) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--h-muted) !important;
  transition: color 0.2s;
}
.hrp-rel-card:hover .hrp-rel-card__cta { color: var(--h-gold) !important; }

/* Tarjetas relacionadas con dropdown + precio + stock + 2 botones (como shop/home) */
.hrp-rel-card--loop .hrp-rel-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}
.hrp-rel-card--loop .hrp-rel-card__name { margin-bottom: 4px; }
.hrp-rel-card--loop .hrp-rel-card__name a:hover { color: var(--h-gold) !important; }
.hrp-rel-card--loop .hr-loop-variations {
  margin-top: 4px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.hrp-rel-card--loop .hr-loop-variations .hr-loop-atc { margin-top: auto !important; }

/* ── STICKY MOBILE ATC BAR (z-index por debajo de la burbuja de chat) ── */
.hrp-sticky-bar {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  background: rgba(11,11,12,0.95);
  border-top: 1px solid rgba(199,138,44,0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 800;
  transition: bottom 0.4s var(--h-ease);
  box-shadow: 0 -8px 32px rgba(0,0,0,0.5);
  display: none; /* shown on mobile via JS */
}

/* Burbuja de chat siempre por encima de la barra sticky ATC */
#heai-bubble,
[id*="heai"][id*="bubble"],
[class*="heai"][class*="bubble"] {
  z-index: 950 !important;
}
/* Cuando la barra sticky ATC está visible, subir la burbuja para que no se empalme */
body.hrp-sticky-visible #heai-bubble,
body.hrp-sticky-visible [id*="heai"][id*="bubble"],
body.hrp-sticky-visible [class*="heai"][class*="bubble"] {
  bottom: 90px !important;
  transition: bottom 0.35s ease;
}
.hrp-sticky-bar.--visible { bottom: 0; }
.hrp-sticky-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px clamp(16px, 4vw, 48px);
}
.hrp-sticky-bar__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hrp-sticky-bar__name {
  font-family: var(--h-head) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--h-white) !important;
}
.hrp-sticky-bar__price {
  font-family: var(--h-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--h-gold) !important;
}

/* ── PRODUCT PAGE RESPONSIVE ── */
@media (max-width: 900px) {
  .hrp-hero__grid      { grid-template-columns: 1fr; }
  .hrp-hero__gallery   { position: static; }
  .hrp-scent-grid      { grid-template-columns: 1fr; }
  .hrp-occasions-dur__grid { grid-template-columns: 1fr; }
  .hrp-vs-layout       { grid-template-columns: 1fr; }
  .hrp-vs-prices       { flex-wrap: wrap; }
  .hrp-vs-price-card   { max-width: none; }
  .hrp-vs-visual       { display: none; }
  .hrp-placeholder-reviews { grid-template-columns: 1fr 1fr; }
  .hrp-sticky-bar      { display: block; }
}
@media (max-width: 560px) {
  .hrp-cmp-table__head,
  .hrp-cmp-table__row  { grid-template-columns: 1fr 1fr; }
  .hrp-cmp-table__head > div:last-child,
  .hrp-cmp-table__val:last-child { display: none; }
  .hrp-placeholder-reviews { grid-template-columns: 1fr; }
}

/* Móvil: barra breadcrumb 60px y título justo debajo en shop / cart / checkout */
@media (max-width: 782px) {
  body.heram-dark.woocommerce-checkout {
    padding-top: 60px !important;
  }
  body.heram-dark.post-type-archive-product {
    padding-top: 120px !important;
  }
  body.heram-dark.woocommerce-cart {
    padding-top: 55px !important;
  }
  body.woocommerce-cart .site-main,
  body.woocommerce-cart main {
    padding-top: 90px !important;
  }
  body.woocommerce-checkout .site-main,
  body.woocommerce-checkout main {
    padding-top: 80px !important;
  }
  .hrp-breadcrumb {
    margin-top: 0 !important;
    min-height: 60px !important;
    height: 60px !important;
    padding: 0 clamp(20px, 5vw, 72px) !important;
    display: flex !important;
    align-items: center !important;
  }
  .hrp-archive .woocommerce-products-header,
  .hrp-archive .hrp-shop-title-bar {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 28px !important;
    padding-bottom: 16px !important;
    box-sizing: border-box !important;
  }
  .hrp-archive .hr-breadcrumb-bar {
    padding-left: 24px !important;
    padding-right: 24px !important;
    min-height: 60px !important;
    height: 60px !important;
    box-sizing: border-box !important;
  }
  .hr-breadcrumb-bar {
    min-height: 60px !important;
    height: 60px !important;
  }
}



/* --------------------------------------------
   HERAM SITE FOOTER
   -------------------------------------------- */

.hr-site-footer {
  background: #0B0B0C;
  color: var(--h-white);
  padding-top: 80px;
  border-top: 1px solid rgba(255,255,255,0.05);
  position: relative;
  z-index: 10;
}
.hr-site-footer .hr-inner {
  padding-left: clamp(24px, 5vw, 48px);
  padding-right: clamp(24px, 5vw, 48px);
  box-sizing: border-box;
}

/* -- NEWSLETTER -- */
.hr-newsletter {
  margin-bottom: 80px;
}
.hr-newsletter__card {
  background: var(--h-glass);
  backdrop-filter: blur(20px);
  border: 1px solid var(--h-border);
  border-radius: 24px;
  padding: clamp(32px, 6vw, 64px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 40px;
}
.hr-newsletter__h2 {
  font-family: var(--h-head);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.1;
  color: var(--h-white);
}
.hr-newsletter__sub {
  color: var(--h-muted);
  font-size: 16px;
  max-width: 440px;
}
.hr-newsletter__form {
  width: 100%;
}
.hr-newsletter__input-group {
  display: flex;
  gap: 12px;
  background: rgba(255,255,255,0.03);
  padding: 8px;
  border-radius: 16px;
  border: 1px solid var(--h-border);
}
.hr-newsletter__input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--h-white);
  padding: 0 16px;
  font-family: var(--h-body);
  font-size: 15px;
}
.hr-newsletter__input:focus {
  outline: none;
}
.hr-newsletter__input::placeholder {
  color: rgba(255,255,255,0.3);
}

/* -- FOOTER GRID -- */
.hr-footer-nav {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.hr-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.hr-footer-h3 {
  font-family: var(--h-head);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  color: var(--h-gold);
}
.hr-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hr-footer-links li {
  margin-bottom: 12px;
}
.hr-footer-links a {
  color: var(--h-muted) !important;
  font-size: 14px;
  transition: color 0.2s, transform 0.2s;
  display: inline-block;
  text-decoration: none !important;
}
.hr-footer-links a:hover {
  color: var(--h-white) !important;
  transform: translateX(4px);
}

/* -- BRAND -- */
.hr-footer-brand {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.hr-footer-brand__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.hr-footer-logo {
  max-width: 500px;
}
.hr-footer-tagline {
  margin-top: 16px;
  color: var(--h-muted);
  font-size: 15px;
  line-height: 1.6;
}
.hr-footer-social {
  display: flex;
  gap: 16px;
}
.hr-social-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--h-border);
  border-radius: 12px;
  color: var(--h-white) !important;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hr-social-icon:hover {
  background: var(--h-gold);
  border-color: var(--h-gold);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 20px rgba(199,138,44,0.3);
}

/* -- LEGAL -- */
.hr-footer-legal {
  padding: 32px 0;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}
.hr-footer-legal__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.hr-footer-legal-links {
  display: flex;
  gap: 24px;
}
.hr-footer-legal-links a {
  color: inherit !important;
  transition: color 0.2s;
}
.hr-footer-legal-links a:hover {
  color: var(--h-white) !important;
}
.hr-footer-payments {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hr-footer-credit {
  padding: 16px 0 24px;
  text-align: center;
}
.hr-footer-credit__text {
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.hr-footer-credit__heart {
  display: inline-flex;
  align-items: center;
  color: #c78a2c;
}
.hr-footer-credit__text a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.hr-footer-credit__text a:hover {
  color: var(--h-gold);
}

/* -- MOBILE -- */
@media (max-width: 991px) {
  .hr-newsletter__card { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .hr-newsletter__sub { margin: 0 auto 12px; }
  .hr-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hr-footer-brand__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
  .hr-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hr-footer-legal__inner { flex-direction: column; text-align: center; }
  .hr-footer-legal-links { flex-direction: column; gap: 12px; }
  .hr-newsletter__input-group { flex-direction: column; background: transparent; border: none; padding: 0; }
  .hr-newsletter__input { background: rgba(255,255,255,0.03); border: 1px solid var(--h-border); height: 50px; border-radius: 12px; margin-bottom: 12px; }
}

/* ─────────────────────────────────────────────
   HEADER MENU HOVER GAP FIX (Custom HTML Structure)
   Prevents dropdown from closing when mouse moves over the gap
───────────────────────────────────────────── */

/* Enforce relative positioning on the menu item container */
.hr-nav-links > li {
  position: relative !important;
}

/* Creates a large invisible bridge spanning the gap below menu items.
   We attach it directly to the anchor link to catch mouseleave properly. */
.hr-nav-link::after {
  content: '';
  position: absolute;
  top: 80%; /* Start slightly inside the menu item text */
  left: 0;
  width: 100%;
  height: 60px; /* Big enough to cover the gap down to the dropdown */
  background: transparent;
  z-index: 99999;
  cursor: pointer;
}

/* Expand the dropdown invisible hit area slightly upwards as a secondary fallback */
.hr-dropdown {
  margin-top: -15px !important;
  padding-top: 15px !important;
}

/* ─────────────────────────────────────────────
   CART / CHECKOUT: main/site-main por debajo del menú móvil
───────────────────────────────────────────── */
/* Asegurar que el contenido quede debajo del menú móvil */
body.woocommerce-cart main#content,
body.woocommerce-cart main.site-main,
body.woocommerce-cart .site-main,
body.woocommerce-cart main,
body.woocommerce-cart .page-content,
body.woocommerce-checkout main#content,
body.woocommerce-checkout main.site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-checkout main,
body.woocommerce-checkout .page-content,
body.woocommerce-account main#content,
body.woocommerce-account main.site-main,
body.woocommerce-account .site-main,
body.woocommerce-account main,
body.woocommerce-account .page-content {
  position: relative !important;
  z-index: 0 !important;
}
/* Forzar header siempre clickeable; el overlay no debe recibir clics cuando está cerrado */
body.woocommerce-cart .hr-site-header,
body.woocommerce-cart .hr-site-header *:not(.hr-mobile-overlay),
body.woocommerce-checkout .hr-site-header,
body.woocommerce-checkout .hr-site-header *:not(.hr-mobile-overlay),
body.woocommerce-account .hr-site-header,
body.woocommerce-account .hr-site-header *:not(.hr-mobile-overlay) {
  pointer-events: auto !important;
}
body.woocommerce-cart .hr-mobile-overlay:not(.--open),
body.woocommerce-checkout .hr-mobile-overlay:not(.--open),
body.woocommerce-account .hr-mobile-overlay:not(.--open) {
  pointer-events: none !important;
}
body.woocommerce-cart .wc-block-components-notices__snackbar,
body.woocommerce-cart .wc-block-components-notice-snackbar-list,
body.woocommerce-checkout .wc-block-components-notices__snackbar,
body.woocommerce-checkout .wc-block-components-notice-snackbar-list {
  pointer-events: none !important;
  z-index: 1 !important;
}
body.woocommerce-cart .wc-block-components-notices__snackbar > *,
body.woocommerce-cart .wc-block-components-notice-snackbar-list > *,
body.woocommerce-checkout .wc-block-components-notices__snackbar > *,
body.woocommerce-checkout .wc-block-components-notice-snackbar-list > * {
  pointer-events: auto !important;
}

/* ─────────────────────────────────────────────
   MY ACCOUNT (Mi cuenta)
───────────────────────────────────────────── */
.hr-myaccount-wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(32px, 5vw, 56px);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px) clamp(20px, 5vw, 72px);
  align-items: start;
}

@media (max-width: 767px) {
  .hr-myaccount-wrap {
    grid-template-columns: 1fr;
  }
}

/* Navegación lateral */
.hr-myaccount-nav {
  position: sticky;
  top: 120px;
  background: var(--h-surface);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-lg);
  padding: clamp(20px, 3vw, 28px);
}

.hr-myaccount-nav__title {
  font-family: var(--h-head) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--h-gold) !important;
  margin: 0 0 20px !important;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--h-border);
}

.hr-myaccount-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hr-myaccount-nav__item {
  margin: 0;
  padding: 0;
}

.hr-myaccount-nav__link {
  display: block;
  font-family: var(--h-body) !important;
  font-size: 15px;
  color: var(--h-muted) !important;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--h-border);
  transition: color var(--h-dur) var(--h-ease);
}

.hr-myaccount-nav__item:last-child .hr-myaccount-nav__link {
  border-bottom: none;
}

.hr-myaccount-nav__link:hover {
  color: var(--h-gold) !important;
}

.hr-myaccount-nav__item.is-active .hr-myaccount-nav__link {
  color: var(--h-white) !important;
  font-weight: 500;
}

/* Contenido principal */
.hr-myaccount-content {
  background: var(--h-surface);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-lg);
  padding: clamp(24px, 4vw, 40px);
  min-height: 300px;
}

.hr-myaccount-content .woocommerce-MyAccount-content-wrapper,
.hr-myaccount-content > * {
  color: var(--h-muted) !important;
  font-family: var(--h-body) !important;
}

.hr-myaccount-content h2,
.hr-myaccount-content h3 {
  font-family: var(--h-head) !important;
  color: var(--h-white) !important;
  font-size: 1.25em !important;
  margin-bottom: 1em;
}

.hr-myaccount-content a {
  color: var(--h-gold) !important;
  text-decoration: none;
}

.hr-myaccount-content a:hover {
  color: var(--h-gold-light) !important;
  text-decoration: underline;
}

/* Tablas (pedidos, etc.) */
.hr-myaccount-content table.shop_table {
  border: none;
  width: 100%;
  border-collapse: collapse;
}

.hr-myaccount-content table.shop_table th,
.hr-myaccount-content table.shop_table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--h-border);
  color: var(--h-muted) !important;
  font-family: var(--h-body) !important;
}

.hr-myaccount-content table.shop_table th {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--h-gold) !important;
}

.hr-myaccount-content table.shop_table .button {
  background: transparent !important;
  border: 1px solid var(--h-border) !important;
  color: var(--h-white) !important;
  padding: 8px 16px;
  border-radius: var(--h-r-pill);
  font-size: 13px;
  transition: border-color var(--h-dur) var(--h-ease),
              color var(--h-dur) var(--h-ease);
}

.hr-myaccount-content table.shop_table .button:hover {
  border-color: var(--h-gold) !important;
  color: var(--h-gold) !important;
}

/* Formularios (editar cuenta, direcciones) */
.hr-myaccount-content .woocommerce-form-row label {
  font-family: var(--h-body) !important;
  color: var(--h-muted) !important;
}

.hr-myaccount-content input[type="text"],
.hr-myaccount-content input[type="email"],
.hr-myaccount-content input[type="password"],
.hr-myaccount-content input[type="tel"],
.hr-myaccount-content select,
.hr-myaccount-content textarea {
  background: var(--h-black) !important;
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-md);
  color: var(--h-white) !important;
  padding: 12px 16px;
  font-family: var(--h-body) !important;
}

.hr-myaccount-content input:focus,
.hr-myaccount-content select:focus,
.hr-myaccount-content textarea:focus {
  border-color: var(--h-gold);
  outline: none;
  box-shadow: 0 0 0 2px rgba(199, 138, 44, 0.2);
}

.hr-myaccount-content .button {
  background: var(--h-gold) !important;
  color: #000 !important;
  border: none !important;
  padding: 14px 28px;
  border-radius: var(--h-r-pill);
  font-family: var(--h-body) !important;
  font-weight: 600;
  transition: background var(--h-dur) var(--h-ease),
              transform var(--h-dur) var(--h-ease);
}

.hr-myaccount-content .button:hover {
  background: var(--h-gold-light) !important;
  transform: translateY(-2px);
}

/* ── Formulario de login (Acceder) — estilos HERAM ── */
.hr-login-form-wrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

/* Inputs: fondo oscuro, borde, texto blanco (sobreescribir defaults) */
.hr-login-form input[type="text"],
.hr-login-form input[type="email"],
.hr-login-form input[type="password"],
.woocommerce-form-login input.input-text {
  background: var(--h-black) !important;
  border: 1px solid var(--h-border) !important;
  border-radius: var(--h-r-md) !important;
  color: var(--h-white) !important;
  padding: 12px 16px !important;
  font-family: var(--h-body) !important;
  font-size: 15px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.hr-login-form input:focus,
.woocommerce-form-login input:focus {
  border-color: var(--h-gold) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(199, 138, 44, 0.2) !important;
}

/* Anular autofill del navegador (evitar fondos amarillos/rosas) */
.hr-login-form input:-webkit-autofill,
.hr-login-form input:-webkit-autofill:hover,
.hr-login-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--h-white) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--h-black) inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* Botón Acceder: dorado HERAM */
.hr-login-form .woocommerce-form-login__submit,
.hr-login-form button[type="submit"],
.woocommerce-form-login .woocommerce-form-login__submit {
  background: var(--h-gold) !important;
  color: #000 !important;
  border: none !important;
  padding: 14px 28px !important;
  border-radius: var(--h-r-pill) !important;
  font-family: var(--h-body) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  transition: background var(--h-dur) var(--h-ease), transform var(--h-dur) var(--h-ease) !important;
}

.hr-login-form .woocommerce-form-login__submit:hover,
.hr-login-form button[type="submit"]:hover,
.woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: var(--h-gold-light) !important;
  transform: translateY(-2px) !important;
}

/* Ocultar elemento rosa (honeypot, plugin, etc.) — HERAM no usa rosa */
.hr-login-form *[style*="pink"],
.hr-login-form *[style*="#ff69b4"],
.hr-login-form *[style*="#ff1493"],
.hr-login-form *[style*="#fff0f0"],
.hr-login-form *[style*="rgb(255, 192, 203)"],
.woocommerce-form-login *[style*="pink"],
.woocommerce-form-login *[style*="#fff0f0"],
.woocommerce #customer_login *[style*="pink"],
.woocommerce #customer_login *[style*="#fff0f0"],
body.woocommerce-account .woocommerce *[style*="#fff0f0"],
body.woocommerce-account .woocommerce *[style*="pink"] {
  display: none !important;
  visibility: hidden !important;
}


/* Botón mostrar/ocultar contraseña — estilo HERAM (sin rosa/púrpura) */
.hr-login-form .show-password-input,
.woocommerce-form-login .show-password-input,
.woocommerce form .show-password-input,
body.woocommerce-account .show-password-input {
  background: transparent !important;
  color: var(--h-gold) !important;
  border: none !important;
  box-shadow: none !important;
}

.hr-login-form .show-password-input::before,
.woocommerce-form-login .show-password-input::before,
.woocommerce form .show-password-input::before,
body.woocommerce-account .show-password-input::before {
  content: '' !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  background-color: transparent !important;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23C78A2C"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.hr-login-form .show-password-input.display-password::before,
.woocommerce-form-login .show-password-input.display-password::before,
.woocommerce form .show-password-input.display-password::before,
body.woocommerce-account .show-password-input.display-password::before {
  content: '' !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  background-color: transparent !important;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23C78A2C"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.hr-login-form .show-password-input:hover::before,
.hr-login-form .show-password-input:focus::before,
.woocommerce-form-login .show-password-input:hover::before,
.woocommerce-form-login .show-password-input:focus::before,
body.woocommerce-account .show-password-input:hover::before,
body.woocommerce-account .show-password-input:focus::before {
  filter: brightness(1.2) !important;
}

.hr-login-form .show-password-input:hover,
.hr-login-form .show-password-input:focus,
.woocommerce-form-login .show-password-input:hover,
.woocommerce-form-login .show-password-input:focus,
body.woocommerce-account .show-password-input:hover,
body.woocommerce-account .show-password-input:focus {
  color: var(--h-gold-light) !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Ocultar divs vacíos o con solo espaciado que plugins añaden */
.hr-login-form .form-row:empty,
.hr-login-form > p:empty,
.woocommerce-form-login .form-row:empty {
  display: none !important;
}

.hr-login-title {
  font-family: var(--h-head) !important;
  font-size: 1.5rem !important;
  color: var(--h-white) !important;
  margin: 0 0 24px !important;
}

.hr-login-form .form-row {
  margin-bottom: 20px !important;
}

.hr-login-form .form-row-wide input {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.hr-login-form .form-row label {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--h-white) !important;
  font-size: 14px !important;
}

.hr-login-form .form-row .required {
  color: var(--h-gold) !important;
}

.hr-login-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 16px 24px !important;
  margin-bottom: 20px !important;
}

.hr-login-actions .woocommerce-form-login__submit {
  order: 1;
}

.hr-rememberme {
  order: 2;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px !important;
}

.hr-rememberme span {
  color: inherit !important;
}

.hr-login-form .lost_password {
  margin: 0 0 8px !important;
}

.hr-login-form .lost_password a {
  color: var(--h-gold) !important;
  font-size: 14px !important;
}

.hr-login-form .lost_password a:hover {
  color: var(--h-gold-light) !important;
  text-decoration: underline !important;
}

/* Ocultar elementos vacíos o honeypots mal estilizados */
.hr-login-form .form-row:empty,
.hr-login-form > div:empty {
  display: none !important;
}

.hr-login-form [style*="position:absolute"][style*="-9999"],
.woocommerce-form-login .woocommerce-form-row--hidden {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border: none !important;
  clip: rect(0,0,0,0) !important;
}

/* Columnas login/registro lado a lado */
.hr-login-columns {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 900px;
}

/* Logout link en nav */
.hr-myaccount-nav__item.woocommerce-MyAccount-navigation-link--customer-logout .hr-myaccount-nav__link {
  color: rgba(245, 100, 100, 0.9) !important;
}

.hr-myaccount-nav__item.woocommerce-MyAccount-navigation-link--customer-logout .hr-myaccount-nav__link:hover {
  color: #ff6b6b !important;
}

/* Dashboard - bienvenida */
.hr-myaccount-content p:first-child {
  margin-top: 0;
}

/* My Account: padding para quede debajo del header */
body.woocommerce-account .site-main,
body.woocommerce-account main {
  padding-top: 100px;
}

@media (max-width: 782px) {
  body.woocommerce-account .site-main,
  body.woocommerce-account main {
    padding-top: 90px;
  }
  .hr-myaccount-nav {
    position: static;
  }
}

/* ─────────────────────────────────────────────
   BLOG ARCHIVE (/blog)
───────────────────────────────────────────── */
.hr-blog-archive.hr-blog-archive--styled {
  background: var(--h-black);
  min-height: 60vh;
}

.hr-blog-header .hr-blog-title {
  margin-bottom: 0;
}

.hr-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: clamp(24px, 4vw, 40px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.hr-blog-card {
  margin: 0;
  padding: 0;
  background: var(--h-surface);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-lg);
  overflow: hidden;
  transition: border-color var(--h-dur) var(--h-ease),
              box-shadow var(--h-dur) var(--h-ease),
              transform var(--h-dur) var(--h-ease);
}

.hr-blog-card:hover {
  border-color: var(--h-border-hover);
  box-shadow: var(--h-shadow-hover), var(--h-shadow-gold);
  transform: translateY(-6px);
}

.hr-blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hr-blog-card__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
}

.hr-blog-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--h-dur) var(--h-ease);
}

.hr-blog-card:hover .hr-blog-card__img-wrap img {
  transform: scale(1.06);
}

.hr-blog-card__img-wrap--placeholder {
  background: linear-gradient(135deg, var(--h-surface-2) 0%, var(--h-black) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-blog-card__placeholder-icon {
  font-size: 48px;
  color: var(--h-gold);
  opacity: 0.35;
}

.hr-blog-card__body {
  padding: clamp(20px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hr-blog-card__date {
  font-family: var(--h-body) !important;
  font-size: 12px;
  color: var(--h-gold) !important;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.hr-blog-card__title {
  font-family: var(--h-head) !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
  margin: 0 0 12px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em;
  transition: color var(--h-dur) var(--h-ease);
}

.hr-blog-card:hover .hr-blog-card__title {
  color: var(--h-gold-light) !important;
}

.hr-blog-card__excerpt {
  font-family: var(--h-body) !important;
  font-size: 14px;
  color: var(--h-muted) !important;
  line-height: 1.6;
  flex: 1;
}

.hr-blog-card__read {
  font-family: var(--h-body) !important;
  font-size: 13px;
  font-weight: 600;
  color: var(--h-gold) !important;
  margin-top: 16px;
  letter-spacing: 0.04em;
  transition: transform var(--h-dur) var(--h-ease);
}

.hr-blog-card:hover .hr-blog-card__read {
  transform: translateX(4px);
}

.hr-blog-pagination {
  margin-top: clamp(48px, 6vw, 72px);
  padding-top: 32px;
  border-top: 1px solid var(--h-border);
}

.hr-blog-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hr-blog-pagination__info {
  font-family: var(--h-body) !important;
  font-size: 13px;
  color: var(--h-muted) !important;
}

.hr-blog-pagination .hr-btn {
  text-decoration: none;
}

.hr-blog-empty {
  text-align: center;
  padding: clamp(60px, 10vw, 120px) 24px;
}

.hr-blog-empty__text {
  font-family: var(--h-body) !important;
  font-size: 16px;
  color: var(--h-muted) !important;
}

/* ─────────────────────────────────────────────
   SINGLE POST (entrada individual)
───────────────────────────────────────────── */
.hr-single-post.hr-single-post--styled {
  background: var(--h-black);
}

.hr-single-header__inner {
  max-width: 780px;
}

.hr-single-hero {
  width: 100%;
  margin-bottom: 28px;
  border-radius: var(--h-r-lg);
  overflow: hidden;
  border: 1px solid var(--h-border);
}

.hr-single-hero__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hr-single-meta {
  font-family: var(--h-body) !important;
  font-size: 13px;
  color: var(--h-muted) !important;
  margin-bottom: 16px;
}

.hr-single-meta__date {
  color: var(--h-gold) !important;
}

.hr-single-meta__sep {
  margin: 0 8px;
  opacity: 0.5;
}

.hr-single-meta a {
  color: var(--h-muted) !important;
  text-decoration: none;
  transition: color var(--h-dur) var(--h-ease);
}

.hr-single-meta a:hover {
  color: var(--h-gold) !important;
}

.hr-single-title {
  font-family: var(--h-head) !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
  margin: 0 0 16px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
}

.hr-single-excerpt {
  font-family: var(--h-body) !important;
  font-size: clamp(17px, 2vw, 20px);
  color: var(--h-muted) !important;
  line-height: 1.6;
  margin: 0;
}

.hr-single-content__inner {
  max-width: 780px;
}

.hr-single-body.entry-content {
  font-family: var(--h-body) !important;
  font-size: 17px;
  line-height: 1.75;
  color: var(--h-muted) !important;
}

.hr-single-body.entry-content p {
  margin-bottom: 1.5em;
}

.hr-single-body.entry-content h2,
.hr-single-body.entry-content h3,
.hr-single-body.entry-content h4 {
  font-family: var(--h-head) !important;
  color: var(--h-white) !important;
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.hr-single-body.entry-content h2 { font-size: 1.5em; }
.hr-single-body.entry-content h3 { font-size: 1.25em; }
.hr-single-body.entry-content h4 { font-size: 1.1em; }

.hr-single-body.entry-content a {
  color: var(--h-gold) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hr-single-body.entry-content a:hover {
  color: var(--h-gold-light) !important;
}

.hr-single-body.entry-content ul,
.hr-single-body.entry-content ol {
  margin: 1em 0 1.5em;
  padding-left: 1.5em;
}

.hr-single-body.entry-content blockquote {
  margin: 2em 0;
  padding: 1em 1.5em;
  border-left: 4px solid var(--h-gold);
  background: var(--h-surface);
  border-radius: 0 var(--h-r-md) var(--h-r-md) 0;
  font-style: italic;
  color: var(--h-white) !important;
}

.hr-single-body.entry-content img {
  border-radius: var(--h-r-md);
  margin: 1.5em 0;
  max-width: 100%;
  height: auto;
}

.hr-single-body.entry-content figure {
  margin: 2em 0;
}

.hr-single-body.entry-content figcaption {
  font-size: 14px;
  color: var(--h-muted) !important;
  margin-top: 8px;
  text-align: center;
}

.hr-single-footer {
  margin-top: 2.5em;
  padding-top: 1.5em;
  border-top: 1px solid var(--h-border);
}

.hr-single-footer__label {
  font-family: var(--h-body) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--h-muted) !important;
  margin-right: 8px;
}

.hr-single-tags a {
  color: var(--h-gold) !important;
  text-decoration: none;
  font-size: 14px;
  margin-right: 8px;
}

.hr-single-tags a:hover {
  color: var(--h-gold-light) !important;
  text-decoration: underline;
}

.hr-single-pages {
  margin: 2em 0;
}

.hr-single-pages__label {
  font-size: 13px;
  color: var(--h-muted) !important;
  margin-right: 8px;
}

.hr-single-pages a {
  color: var(--h-gold) !important;
  margin: 0 4px;
}

/* Post nav (anterior / siguiente) */
.hr-single-nav {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid var(--h-border);
}

.hr-single-nav__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hr-single-nav__link {
  display: block;
  padding: 16px 20px;
  background: var(--h-surface);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-md);
  text-decoration: none;
  transition: border-color var(--h-dur) var(--h-ease),
              background var(--h-dur) var(--h-ease);
}

.hr-single-nav__link:hover {
  border-color: var(--h-border-hover);
  background: var(--h-glass-hover);
}

.hr-single-nav__dir {
  display: block;
  font-family: var(--h-body) !important;
  font-size: 12px;
  color: var(--h-gold) !important;
  margin-bottom: 6px;
}

.hr-single-nav__title {
  font-family: var(--h-head) !important;
  font-size: 15px;
  font-weight: 500;
  color: var(--h-white) !important;
  line-height: 1.35;
}

.hr-single-nav__next {
  text-align: right;
}

.hr-single-nav__empty {
  display: none;
}

/* ─────────────────────────────────────────────
   COMENTARIOS (sección en entrada del blog)
───────────────────────────────────────────── */
.hr-single-post--styled .comments-area {
  margin-top: 3em;
  padding-top: 2.5em;
  border-top: 1px solid var(--h-border);
  max-width: 780px;
}

.hr-single-post--styled .comments-area .title-comments,
.hr-single-post--styled .comments-area .comment-reply-title {
  font-family: var(--h-head) !important;
  font-size: clamp(22px, 3vw, 28px) !important;
  font-weight: 600 !important;
  color: var(--h-white) !important;
  margin-bottom: 1.5em;
  letter-spacing: -0.02em;
}

.hr-single-post--styled .comments-area .comment-list {
  list-style: none;
  margin: 0 0 2.5em;
  padding: 0;
}

.hr-single-post--styled .comments-area .comment-list li {
  margin: 0;
  padding: 0;
}

.hr-single-post--styled .comments-area .comment {
  margin-bottom: 1.5em;
}

.hr-single-post--styled .comments-area .comment-body {
  background: var(--h-surface);
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-lg);
  padding: clamp(20px, 3vw, 28px);
  transition: border-color var(--h-dur) var(--h-ease);
}

.hr-single-post--styled .comments-area .comment-body:hover {
  border-color: var(--h-border-hover);
}

.hr-single-post--styled .comments-area .comment .children {
  list-style: none;
  margin: 1.25em 0 0 2em;
  padding: 0;
  border-left: 2px solid var(--h-border);
  padding-left: 1.5em;
}

.hr-single-post--styled .comments-area .comment .children .comment-body {
  background: var(--h-black);
}

.hr-single-post--styled .comments-area .comment-meta {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hr-single-post--styled .comments-area .comment-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hr-single-post--styled .comments-area .comment-author .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--h-border);
}

.hr-single-post--styled .comments-area .comment-author .fn {
  font-family: var(--h-head) !important;
  font-size: 15px;
  font-weight: 600;
  color: var(--h-white) !important;
  font-style: normal;
}

.hr-single-post--styled .comments-area .comment-author .fn a {
  color: var(--h-white) !important;
  text-decoration: none;
}

.hr-single-post--styled .comments-area .comment-author .fn a:hover {
  color: var(--h-gold) !important;
}

.hr-single-post--styled .comments-area .comment-author .says {
  display: none;
}

.hr-single-post--styled .comments-area .comment-metadata {
  font-family: var(--h-body) !important;
  font-size: 12px;
  color: var(--h-muted) !important;
}

.hr-single-post--styled .comments-area .comment-metadata a {
  color: var(--h-muted) !important;
  text-decoration: none;
}

.hr-single-post--styled .comments-area .comment-metadata a:hover {
  color: var(--h-gold) !important;
}

.hr-single-post--styled .comments-area .comment-content {
  font-family: var(--h-body) !important;
  font-size: 15px;
  line-height: 1.65;
  color: var(--h-muted) !important;
}

.hr-single-post--styled .comments-area .comment-content p {
  margin: 0 0 0.5em;
}

.hr-single-post--styled .comments-area .comment-content p:last-child {
  margin-bottom: 0;
}

.hr-single-post--styled .comments-area .comment-reply {
  margin-top: 14px;
}

.hr-single-post--styled .comments-area .comment-reply a {
  font-family: var(--h-body) !important;
  font-size: 13px;
  font-weight: 600;
  color: var(--h-gold) !important;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.hr-single-post--styled .comments-area .comment-reply a:hover {
  color: var(--h-gold-light) !important;
  text-decoration: underline;
}

/* Navegación de comentarios (anterior/siguiente) */
.hr-single-post--styled .comments-area .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 1.5em 0 2em;
  flex-wrap: wrap;
}

.hr-single-post--styled .comments-area .nav-links a {
  font-family: var(--h-body) !important;
  font-size: 14px;
  color: var(--h-gold) !important;
  text-decoration: none;
}

.hr-single-post--styled .comments-area .nav-links a:hover {
  color: var(--h-gold-light) !important;
  text-decoration: underline;
}

/* Formulario de comentarios */
.hr-single-post--styled .comments-area #respond {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid var(--h-border);
}

.hr-single-post--styled .comments-area .comment-form label {
  display: block;
  font-family: var(--h-body) !important;
  font-size: 13px;
  font-weight: 500;
  color: var(--h-muted) !important;
  margin-bottom: 6px;
}

.hr-single-post--styled .comments-area .comment-form input[type="text"],
.hr-single-post--styled .comments-area .comment-form input[type="email"],
.hr-single-post--styled .comments-area .comment-form input[type="url"],
.hr-single-post--styled .comments-area .comment-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 14px 18px;
  background: var(--h-surface) !important;
  border: 1px solid var(--h-border);
  border-radius: var(--h-r-md);
  color: var(--h-white) !important;
  font-family: var(--h-body) !important;
  font-size: 15px;
  transition: border-color var(--h-dur) var(--h-ease);
  box-sizing: border-box;
}

.hr-single-post--styled .comments-area .comment-form input:focus,
.hr-single-post--styled .comments-area .comment-form textarea:focus {
  border-color: var(--h-gold);
  outline: none;
  box-shadow: 0 0 0 2px rgba(199, 138, 44, 0.2);
}

.hr-single-post--styled .comments-area .comment-form textarea {
  min-height: 140px;
  resize: vertical;
}

.hr-single-post--styled .comments-area .comment-form .comment-form-comment,
.hr-single-post--styled .comments-area .comment-form .comment-form-author,
.hr-single-post--styled .comments-area .comment-form .comment-form-email,
.hr-single-post--styled .comments-area .comment-form .comment-form-url {
  margin-bottom: 1.25em;
}

.hr-single-post--styled .comments-area .comment-form .form-submit {
  margin: 1.5em 0 0;
}

.hr-single-post--styled .comments-area .comment-form input[type="submit"] {
  padding: 14px 32px;
  background: var(--h-gold) !important;
  color: #000 !important;
  border: none;
  border-radius: var(--h-r-pill);
  font-family: var(--h-body) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background var(--h-dur) var(--h-ease),
              transform var(--h-dur) var(--h-ease);
}

.hr-single-post--styled .comments-area .comment-form input[type="submit"]:hover {
  background: var(--h-gold-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.25);
}

.hr-single-post--styled .comments-area .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 1.25em 0;
}

.hr-single-post--styled .comments-area .comment-form-cookies-consent input {
  margin-top: 4px;
  flex-shrink: 0;
}

.hr-single-post--styled .comments-area .comment-form-cookies-consent label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

/* Blog/single: padding para que quede debajo del header */
.hr-blog-archive.hr-blog-archive--styled,
.hr-single-post.hr-single-post--styled {
  padding-top: 100px;
}

/* ─────────────────────────────────────────────
   404 PAGE — HERAM
───────────────────────────────────────────── */
.hr-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 80px;
  text-align: center;
}

.hr-404__inner {
  max-width: 520px;
}

.hr-404__code {
  font-family: var(--h-head);
  font-size: clamp(100px, 18vw, 180px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--h-gold);
  opacity: 0.4;
  margin-bottom: -0.15em;
}

.hr-404__title {
  font-family: var(--h-head);
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 600;
  color: var(--h-white);
  margin: 0 0 0.75em;
  letter-spacing: -0.025em;
}

.hr-404__sub {
  font-family: var(--h-body);
  font-size: 1rem;
  color: var(--h-muted);
  line-height: 1.6;
  margin: 0 0 2rem;
}

.hr-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.hr-404__btn {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--h-r-pill);
  transition: all var(--h-dur) var(--h-ease);
}

.hr-404__btn.hr-btn-gold {
  min-width: 160px;
}

.hr-404__btn.hr-btn-ghost {
  min-width: 180px;
}

@media (max-width: 782px) {
  .hr-blog-archive.hr-blog-archive--styled,
  .hr-single-post.hr-single-post--styled {
    padding-top: 90px;
  }
  .hr-single-nav__inner {
    grid-template-columns: 1fr;
  }
}
