/* Eterlens 2nd Anniversary Hero Banner */
.etl-anv-hero { position: relative; width: 100%; overflow: hidden; font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif; color: #f5e6a8; isolation: isolate; }
.etl-anv-hero * { box-sizing: border-box; }

.etl-anv-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at top, rgba(255,215,128,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at bottom, rgba(139,0,0,0.55) 0%, transparent 60%),
    linear-gradient(160deg, #8b0000 0%, #c8102e 45%, #8b0000 100%);
}
.etl-anv-hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(245,230,168,0.08) 0 2px, transparent 2px),
    radial-gradient(circle at 70% 80%, rgba(245,230,168,0.08) 0 2px, transparent 2px),
    radial-gradient(circle at 85% 20%, rgba(245,230,168,0.08) 0 2px, transparent 2px);
  background-size: 80px 80px, 60px 60px, 100px 100px;
  opacity: 0.6;
}

.etl-anv-hero-deco {
  position: absolute; font-size: 18px; opacity: 0.45;
  filter: drop-shadow(0 0 4px rgba(245,230,168,0.4));
  animation: etl-anv-float 8s ease-in-out infinite;
  z-index: 1;
}
.etl-anv-hero-deco-1 { top: 8%; left: 8%; animation-delay: 0s; }
.etl-anv-hero-deco-2 { top: 12%; right: 10%; font-size: 22px; animation-delay: 1s; }
.etl-anv-hero-deco-3 { top: 50%; left: 4%; animation-delay: 2s; }
.etl-anv-hero-deco-4 { top: 55%; right: 6%; font-size: 20px; animation-delay: 3s; }
.etl-anv-hero-deco-5 { bottom: 12%; left: 50%; transform: translateX(-50%); animation-delay: 4s; }

@keyframes etl-anv-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-12px) rotate(8deg); }
}
.etl-anv-hero-deco-5 { animation-name: etl-anv-float-x; }
@keyframes etl-anv-float-x {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

.etl-anv-hero-inner {
  position: relative; z-index: 2;
  padding: 32px 20px 36px;
  text-align: center;
  max-width: 720px; margin: 0 auto;
}

/* Mizuhiki ribbon decoration (3 thin gold lines) */
.etl-anv-hero-mizuhiki { display: inline-flex; gap: 4px; margin-bottom: 18px; }
.etl-anv-hero-mizuhiki span {
  display: block; width: 28px; height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}
.etl-anv-hero-mizuhiki span:nth-child(2) { width: 40px; }

.etl-anv-hero-tagline {
  font-size: 16px; letter-spacing: 0.05em; color: #ffe9a0;
  margin-bottom: 16px; font-weight: 700;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

.etl-anv-hero-title {
  margin: 0 0 6px; font-weight: 900; line-height: 0.95;
  display: flex; justify-content: center; align-items: baseline; gap: 6px;
}
.etl-anv-hero-title-num {
  font-size: 96px;
  background: linear-gradient(180deg, #ffe785 0%, #d4af37 50%, #a37b1a 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  text-shadow: 0 2px 0 rgba(0,0,0,0.2);
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  line-height: 1;
}
.etl-anv-hero-title-num::after {
  content: 'nd'; font-size: 24px; vertical-align: super;
  color: #d4af37; -webkit-text-fill-color: #d4af37;
  margin-left: 2px;
}
.etl-anv-hero-title-main {
  font-size: 34px; color: #fff;
  letter-spacing: 0.04em; font-weight: 800;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.etl-anv-hero-brand {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 15px; letter-spacing: 0.22em; color: #f5e6a8; font-weight: 700;
  margin-top: 6px; margin-bottom: 18px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

.etl-anv-hero-ribbon {
  display: inline-block; padding: 10px 26px;
  background: linear-gradient(135deg, #d4af37 0%, #f5e6a8 50%, #d4af37 100%);
  color: #6b0000; font-weight: 800; font-size: 17px;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.55);
  margin-bottom: 16px;
}

.etl-anv-hero-date {
  font-size: 19px; font-weight: 800; color: #ffe9a0;
  margin-bottom: 26px;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}
.etl-anv-hero-day { font-size: 14px; opacity: 0.9; margin: 0 1px; font-weight: 700; }

.etl-anv-hero-badges {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 8px;
  margin-bottom: 22px;
}
.etl-anv-hero-badge {
  background: rgba(255,255,255,0.12);
  border: 1.5px solid #d4af37;
  border-radius: 12px;
  padding: 14px 6px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; line-height: 1.25;
  backdrop-filter: blur(2px);
}
.etl-anv-hero-badge-discount {
  background: linear-gradient(180deg, rgba(212,175,55,0.98) 0%, rgba(245,230,168,0.92) 100%);
  border-color: #fff;
  color: #6b0000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.etl-anv-hero-badge-prefix { font-size: 13px; font-weight: 700; }
.etl-anv-hero-badge-amount { font-size: 28px; font-weight: 900; line-height: 1; margin: 3px 0; font-family: 'Playfair Display', serif; }
.etl-anv-hero-badge-suffix { font-size: 16px; font-weight: 800; }
.etl-anv-hero-badge-icon { font-size: 26px; margin-bottom: 4px; }
.etl-anv-hero-badge-text { font-size: 13px; font-weight: 700; color: #ffe9a0; text-shadow: 0 1px 2px rgba(0,0,0,0.3); }
.etl-anv-hero-badge-text br { line-height: 1.35; }

.etl-anv-hero-subtitle {
  font-size: 15px; line-height: 1.7; color: #fff;
  margin-bottom: 24px;
  padding: 0 8px;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.etl-anv-hero-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 38px;
  background: linear-gradient(135deg, #d4af37 0%, #f5e6a8 50%, #d4af37 100%);
  color: #6b0000; font-weight: 800; font-size: 17px;
  border-radius: 999px; text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.6);
  letter-spacing: 0.04em;
  transition: transform 0.2s, box-shadow 0.2s;
}
.etl-anv-hero-cta:active { transform: translateY(1px); }
.etl-anv-hero-cta-arrow { font-size: 18px; animation: etl-anv-bounce 1.6s ease-in-out infinite; }
@keyframes etl-anv-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

/* ===== Tablet & Desktop ===== */
@media (min-width: 720px) {
  .etl-anv-hero-inner { padding: 60px 40px 64px; }
  .etl-anv-hero-tagline { font-size: 16px; margin-bottom: 20px; }
  .etl-anv-hero-title-num { font-size: 160px; }
  .etl-anv-hero-title-num::after { font-size: 36px; }
  .etl-anv-hero-title-main { font-size: 48px; }
  .etl-anv-hero-brand { font-size: 16px; letter-spacing: 0.5em; margin-bottom: 22px; }
  .etl-anv-hero-ribbon { font-size: 18px; padding: 10px 36px; margin-bottom: 18px; }
  .etl-anv-hero-date { font-size: 22px; margin-bottom: 32px; }
  .etl-anv-hero-day { font-size: 16px; }
  .etl-anv-hero-badges { max-width: 600px; margin: 0 auto 30px; gap: 14px; }
  .etl-anv-hero-badge { padding: 18px 12px; border-radius: 16px; }
  .etl-anv-hero-badge-amount { font-size: 32px; }
  .etl-anv-hero-badge-suffix { font-size: 18px; }
  .etl-anv-hero-badge-prefix { font-size: 13px; }
  .etl-anv-hero-badge-icon { font-size: 28px; margin-bottom: 6px; }
  .etl-anv-hero-badge-text { font-size: 13px; }
  .etl-anv-hero-subtitle { font-size: 16px; max-width: 600px; margin-left: auto; margin-right: auto; }
  .etl-anv-hero-cta { font-size: 17px; padding: 16px 44px; }
  .etl-anv-hero-deco { font-size: 28px; }
  .etl-anv-hero-deco-2 { font-size: 32px; }
  .etl-anv-hero-deco-4 { font-size: 30px; }
}

/* ============================================================
   Compact mode — for collection / list pages
   ~20% height reduction, all elements preserved
   ============================================================ */
.etl-anv-hero-mode-compact .etl-anv-hero-inner { padding: 26px 18px 30px; }
.etl-anv-hero-mode-compact .etl-anv-hero-mizuhiki { margin-bottom: 14px; }
.etl-anv-hero-mode-compact .etl-anv-hero-tagline { font-size: 14px; margin-bottom: 12px; }
.etl-anv-hero-mode-compact .etl-anv-hero-title-num { font-size: 78px; }
.etl-anv-hero-mode-compact .etl-anv-hero-title-num::after { font-size: 20px; }
.etl-anv-hero-mode-compact .etl-anv-hero-title-main { font-size: 28px; }
.etl-anv-hero-mode-compact .etl-anv-hero-brand { font-size: 13px; letter-spacing: 0.20em; margin-bottom: 14px; }
.etl-anv-hero-mode-compact .etl-anv-hero-ribbon { font-size: 14px; padding: 8px 22px; margin-bottom: 12px; }
.etl-anv-hero-mode-compact .etl-anv-hero-date { font-size: 16px; margin-bottom: 20px; }
.etl-anv-hero-mode-compact .etl-anv-hero-day { font-size: 12px; }
.etl-anv-hero-mode-compact .etl-anv-hero-badges { gap: 6px; margin-bottom: 18px; }
.etl-anv-hero-mode-compact .etl-anv-hero-badge { padding: 10px 5px; border-radius: 10px; }
.etl-anv-hero-mode-compact .etl-anv-hero-badge-prefix { font-size: 11px; }
.etl-anv-hero-mode-compact .etl-anv-hero-badge-amount { font-size: 22px; }
.etl-anv-hero-mode-compact .etl-anv-hero-badge-suffix { font-size: 13px; }
.etl-anv-hero-mode-compact .etl-anv-hero-badge-icon { font-size: 22px; }
.etl-anv-hero-mode-compact .etl-anv-hero-badge-text { font-size: 11px; }
.etl-anv-hero-mode-compact .etl-anv-hero-subtitle { font-size: 13px; margin-bottom: 18px; }
.etl-anv-hero-mode-compact .etl-anv-hero-cta { font-size: 14px; padding: 12px 28px; }
.etl-anv-hero-mode-compact .etl-anv-hero-cta-arrow { font-size: 16px; }

/* CTA variant gating */
.etl-anv-hero-cta--compact { display: none; }
.etl-anv-hero-mode-compact .etl-anv-hero-cta--full { display: none; }
.etl-anv-hero-mode-compact .etl-anv-hero-cta--compact { display: inline-flex; }

@media (min-width: 720px) {
  .etl-anv-hero-mode-compact .etl-anv-hero-inner { padding: 48px 36px 52px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-tagline { font-size: 14px; margin-bottom: 16px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-title-num { font-size: 128px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-title-num::after { font-size: 28px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-title-main { font-size: 38px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-brand { font-size: 14px; letter-spacing: 0.42em; margin-bottom: 18px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-ribbon { font-size: 15px; padding: 9px 30px; margin-bottom: 14px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-date { font-size: 18px; margin-bottom: 26px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-day { font-size: 14px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-badges { max-width: 540px; gap: 12px; margin-bottom: 24px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-badge { padding: 15px 10px; border-radius: 14px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-badge-prefix { font-size: 12px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-badge-amount { font-size: 26px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-badge-suffix { font-size: 15px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-badge-icon { font-size: 23px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-badge-text { font-size: 12px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-subtitle { font-size: 14px; margin-bottom: 24px; }
  .etl-anv-hero-mode-compact .etl-anv-hero-cta { font-size: 15px; padding: 13px 36px; }
}

