/* ==========================================================================
   HONEYFIL — Premium Men's Vitality Supplement
   Design system: "Amber Forge" — dark espresso ground, poured-honey gold,
   engraved apothecary serif display, honeycomb signature motif.
   ========================================================================== */

:root {
  /* Color tokens */
  --hf-ink: #14100b; /* near-black warm ground */
  --hf-ink-2: #1d160e; /* raised surface */
  --hf-ink-3: #241b10; /* card surface */
  --hf-line: #3a2c17; /* hairline on dark */
  --hf-gold: #e2c677; /* brand gold */
  --hf-gold-deep: #b8863a; /* poured honey / amber */
  --hf-gold-bright: #f4dfa0; /* highlight gold */
  --hf-cream: #f5ecd8; /* body copy on dark */
  --hf-cream-dim: #cdbfa2; /* muted copy on dark */
  --hf-ember: #c1442c; /* CTA / urgency accent */
  --hf-ember-deep: #8f2e1c;
  --hf-paper: #fbf6ea; /* light section ground */
  --hf-paper-2: #f2e8d2; /* light card ground */
  --hf-text: #241a0f; /* body copy on light */
  --hf-text-dim: #5d5140;

  /* Type */
  --font-display:
    "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body:
    "Work Sans", "Segoe UI", Inter, -apple-system, BlinkMacSystemFont,
    sans-serif;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --shadow-gold: 0 18px 40px -18px rgba(226, 198, 119, 0.35);
  --shadow-deep: 0 24px 60px -24px rgba(0, 0, 0, 0.55);
}

/* ==========================================================================
   BASE
   ========================================================================== */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--hf-ink);
  color: var(--hf-cream);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--hf-gold-bright);
  letter-spacing: 0.2px;
  line-height: 1.15;
}
p {
  color: var(--hf-cream-dim);
}
a {
  color: var(--hf-gold);
  text-decoration: none;
}
a:hover {
  color: var(--hf-gold-bright);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
::selection {
  background: var(--hf-gold);
  color: var(--hf-ink);
}

.section-light {
  background: var(--hf-paper);
  color: var(--hf-text);
}
.section-light h1,
.section-light h2,
.section-light h3,
.section-light h3 {
  color: var(--hf-ember-deep);
}
.section-light p {
  color: var(--hf-text-dim);
}
.section-light .lede {
  color: var(--hf-text);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hf-gold);
  font-weight: 700;
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--hf-gold-deep);
}
.section-light .eyebrow {
  color: var(--hf-ember-deep);
}
.section-light .eyebrow::before {
  background: var(--hf-ember);
}

.py-section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.section-title {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  margin-bottom: 1rem;
}
.section-lede {
  max-width: 680px;
  font-size: 1.08rem;
}

/* Focus visibility (a11y) */
a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 3px solid var(--hf-gold-bright);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================================================================
   HONEYCOMB SIGNATURE MOTIF (used as dividers, badges, backgrounds)
   ========================================================================== */
.comb-divider {
  height: 46px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52' viewBox='0 0 60 52'%3E%3Cpath d='M15 0 L45 0 L60 26 L45 52 L15 52 L0 26 Z' fill='none' stroke='%23e2c67733' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  opacity: 0.8;
}
.comb-bg {
  position: relative;
}
.comb-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104'%3E%3Cg fill='none' stroke='%23e2c677' stroke-width='1'%3E%3Cpath d='M30 0 L90 0 L120 52 L90 104 L30 104 L0 52 Z'/%3E%3Cpath d='M90 0 L150 0 L60 52 L150 104 L90 104'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 156px;
}

.drip-rule {
  width: 100%;
  height: 14px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='20' viewBox='0 0 140 20'%3E%3Cpath d='M0 2 Q35 2 35 10 Q35 18 42 18 Q49 18 49 10 Q49 2 84 2 Q119 2 119 12 Q119 18 126 18 Q133 18 133 8' fill='none' stroke='%23e2c677' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 140px 20px;
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.hf-navbar {
  background: rgba(20, 16, 11, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hf-line);
  padding: 0.85rem 0;
}
.hf-navbar .navbar-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--hf-gold-bright);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hf-navbar .navbar-brand small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: var(--hf-cream-dim);
  font-weight: 500;
  text-transform: uppercase;
}
.hf-navbar .nav-link {
  color: var(--hf-cream) !important;
  font-weight: 500;
  font-size: 0.92rem;
  margin: 0 0.4rem;
  position: relative;
}
.hf-navbar .nav-link:hover {
  color: var(--hf-gold-bright) !important;
}
.nav-cta {
  background: linear-gradient(135deg, var(--hf-ember), var(--hf-ember-deep));
  color: #fff !important;
  padding: 0.55rem 1.3rem !important;
  border-radius: 40px;
  font-weight: 700 !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn-honey {
  background: linear-gradient(
    135deg,
    var(--hf-gold-bright),
    var(--hf-gold-deep)
  );
  color: var(--hf-ink) !important;
  font-weight: 700;
  padding: 1rem 2.2rem;
  border-radius: 50px;
  border: none;
  box-shadow: var(--shadow-gold);
  letter-spacing: 0.02em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.btn-honey:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px -16px rgba(226, 198, 119, 0.5);
  color: var(--hf-ink);
}
.btn-ember {
  background: linear-gradient(135deg, var(--hf-ember), var(--hf-ember-deep));
  color: #fff;
  font-weight: 700;
  padding: 1rem 2.2rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 18px 40px -18px rgba(193, 68, 44, 0.55);
  transition: transform 0.25s ease;
}
.btn-ember:hover {
  transform: translateY(-3px);
  color: #fff;
}
.btn-outline-gold {
  border: 1.5px solid var(--hf-gold-deep);
  color: var(--hf-gold-bright);
  background: transparent;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-weight: 600;
}
.btn-outline-gold:hover {
  background: var(--hf-gold);
  color: var(--hf-ink);
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 5rem;
  background:
    radial-gradient(
      ellipse at 80% 0%,
      rgba(226, 198, 119, 0.14),
      transparent 55%
    ),
    radial-gradient(
      ellipse at 10% 100%,
      rgba(193, 68, 44, 0.1),
      transparent 50%
    ),
    var(--hf-ink);
  overflow: hidden;
}
.hero-badges {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}
.pill {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid var(--hf-line);
  color: var(--hf-cream-dim);
  padding: 0.4rem 0.85rem;
  border-radius: 30px;
}
.hero h1 {
  font-size: clamp(2.3rem, 5vw, 3.7rem);
  margin-bottom: 1.3rem;
}
.hero h1 em {
  font-style: normal;
  color: var(--hf-gold);
}
.hero .lede {
  font-size: 1.15rem;
  color: var(--hf-cream-dim);
  max-width: 560px;
  margin-bottom: 2rem;
}
.hero-stars {
  color: var(--hf-gold);
  font-size: 1rem;
  letter-spacing: 2px;
}
.hero-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.8rem;
}
.hero-micro {
  font-size: 0.82rem;
  color: var(--hf-cream-dim);
  margin-top: 0.9rem;
}

.hero-visual {
  position: relative;
}
.hero-visual .bottle-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(
    circle,
    rgba(226, 198, 119, 0.35),
    transparent 65%
  );
  filter: blur(10px);
  z-index: 0;
}
.hero-visual .image-placeholder {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   IMAGE PLACEHOLDER (used everywhere an image isn't generated) */
.image-placeholder {
  border: 1.5px dashed var(--hf-gold-deep);
  border-radius: var(--radius-md);
  background: linear-gradient(
    160deg,
    rgba(226, 198, 119, 0.08),
    rgba(0, 0, 0, 0.15)
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.6rem;
  color: var(--hf-cream-dim);
  min-height: 260px;
}
.image-placeholder .ph-icon {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.image-placeholder .ph-size {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: var(--hf-gold);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.image-placeholder .ph-name {
  font-size: 0.72rem;
  color: var(--hf-cream-dim);
  font-family: monospace;
  margin-top: 0.5rem;
  word-break: break-all;
}
.image-placeholder .ph-prompt {
  font-size: 0.82rem;
  font-style: italic;
  max-width: 340px;
}
.section-light .image-placeholder {
  background: linear-gradient(
    160deg,
    rgba(193, 68, 44, 0.06),
    rgba(0, 0, 0, 0.02)
  );
  border-color: var(--hf-ember);
  color: var(--hf-text-dim);
}

/* ==========================================================================
   PRODUCT OVERVIEW / TRUST STRIP
   ========================================================================== */
.trust-strip {
  background: var(--hf-ink-2);
  border-top: 1px solid var(--hf-line);
  border-bottom: 1px solid var(--hf-line);
  padding: 1.6rem 0;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--hf-cream-dim);
  font-size: 0.88rem;
  font-weight: 600;
}
.trust-item .ico {
  color: var(--hf-gold);
  font-size: 1.3rem;
}

/* ==========================================================================
   CARDS
   ========================================================================== */
.hf-card {
  background: var(--hf-ink-3);
  border: 1px solid var(--hf-line);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}
.hf-card:hover {
  transform: translateY(-6px);
  border-color: var(--hf-gold-deep);
}
.hf-card .num {
  font-family: var(--font-display);
  color: var(--hf-gold);
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid var(--hf-gold-deep);
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.hf-card h3,
.hf-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.hf-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.light-card {
  background: var(--hf-paper-2);
  border: 1px solid #e6d8b9;
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
}
.light-card h3,
.light-card h3 {
  color: var(--hf-ember-deep);
}

/* ==========================================================================
   INGREDIENTS
   ========================================================================== */
.ingredient-card {
  background: var(--hf-ink-3);
  border: 1px solid var(--hf-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
}
.ingredient-card .ing-body {
  padding: 1.6rem;
}
.ingredient-card h3 {
  font-size: 1.1rem;
}
.ingredient-tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(226, 198, 119, 0.12);
  color: var(--hf-gold);
  padding: 0.3rem 0.7rem;
  border-radius: 20px;
  margin-bottom: 0.7rem;
}

/* ==========================================================================
   TIMELINE / HOW TO USE
   ========================================================================== */
.hf-timeline {
  position: relative;
  padding-left: 2.4rem;
}
.hf-timeline::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(var(--hf-gold-deep), transparent);
}
.hf-timeline .t-step {
  position: relative;
  padding-bottom: 2.4rem;
}
.hf-timeline .t-step:last-child {
  padding-bottom: 0;
}
.hf-timeline .t-dot {
  position: absolute;
  left: -2.4rem;
  top: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--hf-gold);
  color: var(--hf-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
}
.hf-timeline h3 {
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.review-card {
  background: var(--hf-ink-3);
  border: 1px solid var(--hf-line);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  height: 100%;
}
.review-stars {
  color: var(--hf-gold);
  letter-spacing: 2px;
  margin-bottom: 0.7rem;
}
.review-name {
  font-weight: 700;
  color: var(--hf-gold-bright);
  font-size: 0.95rem;
}
.review-meta {
  font-size: 0.78rem;
  color: var(--hf-cream-dim);
}
.review-quote {
  font-style: italic;
  font-size: 0.96rem;
}

/* ==========================================================================
   PRICING
   ========================================================================== */
.pricing-card {
  background: var(--hf-paper);
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  padding: 2.2rem 1.6rem;
  text-align: center;
  height: 100%;
  position: relative;
  color: var(--hf-text);
  box-shadow: var(--shadow-deep);
}
.pricing-card.featured {
  border-color: var(--hf-gold);
  transform: scale(1.045);
  z-index: 2;
}
.pricing-card .badge-best {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--hf-ember), var(--hf-ember-deep));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 1.1rem;
  border-radius: 30px;
  white-space: nowrap;
}
.pricing-card .bottles {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--hf-ember-deep);
  margin-bottom: 0.3rem;
}
.pricing-card .price-now {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--hf-text);
  font-family: var(--font-display);
}
.pricing-card .price-old {
  text-decoration: line-through;
  color: #a3937a;
  font-size: 1.05rem;
}
.pricing-card .price-unit {
  font-size: 0.85rem;
  color: var(--hf-text-dim);
  margin-bottom: 1.2rem;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0;
  text-align: left;
  font-size: 0.9rem;
  color: var(--hf-text-dim);
}
.pricing-card ul li {
  padding: 0.35rem 0;
  border-bottom: 1px dashed #e6d8b9;
}
.pricing-card ul li:last-child {
  border-bottom: none;
}

/* ==========================================================================
   GUARANTEE
   ========================================================================== */
.guarantee-seal {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 35% 30%,
    var(--hf-gold-bright),
    var(--hf-gold-deep)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: var(--hf-ink);
  font-family: var(--font-display);
  font-weight: 800;
  box-shadow: var(--shadow-gold);
  margin: 0 auto;
}
.guarantee-seal .g-num {
  font-size: 2.4rem;
  line-height: 1;
}
.guarantee-seal .g-txt {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ==========================================================================
   FAQ (accordion overrides)
   ========================================================================== */
.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--hf-line);
  border-radius: 0 !important;
}
.accordion-button {
  background: transparent;
  color: var(--hf-cream);
  font-weight: 600;
  font-size: 1.02rem;
  padding: 1.3rem 0.2rem;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: var(--hf-gold-bright);
  background: transparent;
}
.accordion-button::after {
  filter: invert(78%) sepia(28%) saturate(500%) hue-rotate(1deg);
}
.accordion-body {
  color: var(--hf-cream-dim);
  padding: 0 0.2rem 1.5rem;
}

/* ==========================================================================
   CTA BANDS
   ========================================================================== */
.cta-band {
  background: linear-gradient(135deg, var(--hf-ember-deep), var(--hf-ember));
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-band h3 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}
.cta-band p {
  color: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.hf-footer {
  background: #0d0a07;
  border-top: 1px solid var(--hf-line);
  padding: 4rem 0 1.6rem;
}
.hf-footer h5 {
  color: var(--hf-gold-bright);
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}
.hf-footer a {
  color: var(--hf-cream-dim);
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.55rem;
}
.hf-footer a:hover {
  color: var(--hf-gold);
}
.hf-footer .disclaimer-box {
  border-top: 1px solid var(--hf-line);
  margin-top: 2.6rem;
  padding-top: 1.8rem;
  font-size: 0.78rem;
  color: #8c8065;
  line-height: 1.7;
}
.footer-bottom {
  font-size: 0.8rem;
  color: #8c8065;
  border-top: 1px solid var(--hf-line);
  margin-top: 1.8rem;
  padding-top: 1.4rem;
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: var(--hf-ink-2);
  border-top: 1px solid var(--hf-gold-deep);
  padding: 0.7rem 1rem;
  display: none;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35);
}
.sticky-cta.show-sticky {
  display: flex;
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 1.2rem;
  bottom: 5.2rem;
  z-index: 1040;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--hf-gold);
  color: var(--hf-ink);
  display: none;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: var(--shadow-gold);
}
.back-to-top.show {
  display: flex;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--hf-gold);
  color: var(--hf-ink);
  padding: 0.6rem 1rem;
  z-index: 2000;
  font-weight: 700;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}
