/* ============================================================
   GEORGETOWN JEWELERS — Premier Rewards Program Page
   Scope: .gjw-rewards
   Paste into: Punchmark Site Manager > Design > Theme Settings > Global CSS
   Do not paste into the page editor.
   ============================================================ */

/* ============================================================
   WRAPPER
   ============================================================ */
.gjw-rewards {
  font-family: 'Jost', sans-serif !important;
  color: #252525 !important;
  background-color: #F8F7F5 !important;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.gjw-rewards__eyebrow {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-size: 1rem !important;
  letter-spacing: 0.04em !important;
  color: #F8F7F5 !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
}

.gjw-rewards__eyebrow--gold {
  color: #C4A45A !important;
}

.gjw-rewards__eyebrow--slate {
  color: #5F6B85 !important;
}

.gjw-rewards__section-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  color: #252525 !important;
  line-height: 1.2 !important;
  margin-bottom: 1.25rem !important;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.gjw-rewards__btn {
  display: inline-block !important;
  padding: 0.75rem 2rem !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid transparent !important;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
  margin: 0.4rem !important;
}

.gjw-rewards__btn--light {
  background-color: #F8F7F5 !important;
  color: #252525 !important;
  border-color: #F8F7F5 !important;
}

.gjw-rewards__btn--light:hover {
  background-color: #C4A45A !important;
  border-color: #C4A45A !important;
  color: #F8F7F5 !important;
}

.gjw-rewards__btn--outline-light {
  background-color: transparent !important;
  color: #F8F7F5 !important;
  border-color: #F8F7F5 !important;
}

.gjw-rewards__btn--outline-light:hover {
  background-color: #F8F7F5 !important;
  color: #252525 !important;
}

/* ============================================================
   HERO
   ============================================================ */
.gjw-rewards__hero {
  background-color: #252525 !important;
  padding: 5.5rem 1.5rem !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.gjw-rewards__hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(ellipse at center, rgba(196,164,90,0.08) 0%, transparent 65%) !important;
  pointer-events: none !important;
}

.gjw-rewards__hero-inner {
  position: relative !important;
  z-index: 2 !important;
  max-width: 680px !important;
  margin: 0 auto !important;
}

.gjw-rewards__hero-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  color: #F8F7F5 !important;
  line-height: 1.15 !important;
  margin-bottom: 1.25rem !important;
}

.gjw-rewards__hero-lead {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
  color: #C4A45A !important;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
}

/* ============================================================
   THREE PILLARS
   ============================================================ */
.gjw-rewards__pillars {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  background-color: #5F6B85 !important;
}

@media (max-width: 767px) {
  .gjw-rewards__pillars {
    grid-template-columns: 1fr !important;
  }
}

.gjw-rewards__pillar {
  padding: 3.5rem 2.5rem !important;
  text-align: center !important;
  border-right: 1px solid rgba(248,247,245,0.12) !important;
  transition: background-color 0.25s ease !important;
}

.gjw-rewards__pillar:last-child {
  border-right: none !important;
}

.gjw-rewards__pillar:hover {
  background-color: rgba(37,37,37,0.2) !important;
}

@media (max-width: 767px) {
  .gjw-rewards__pillar {
    border-right: none !important;
    border-bottom: 1px solid rgba(248,247,245,0.12) !important;
  }

  .gjw-rewards__pillar:last-child {
    border-bottom: none !important;
  }
}

.gjw-rewards__pillar-icon {
  width: 48px !important;
  height: 48px !important;
  margin: 0 auto 1.25rem !important;
  color: #C4A45A !important;
}

.gjw-rewards__pillar-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.gjw-rewards__pillar-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  color: #F8F7F5 !important;
  margin-bottom: 0.75rem !important;
}

.gjw-rewards__pillar-body {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
  color: #dcdfe6 !important;
  margin-bottom: 0 !important;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.gjw-rewards__how {
  padding: 5rem 1.5rem !important;
  background-color: #F8F7F5 !important;
}

.gjw-rewards__step {
  padding: 2rem 1.5rem !important;
  border-top: 2px solid #C4A45A !important;
  height: 100% !important;
}

.gjw-rewards__step-number {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 2.5rem !important;
  color: #C4A45A !important;
  display: block !important;
  line-height: 1 !important;
  margin-bottom: 0.75rem !important;
  opacity: 0.5 !important;
}

.gjw-rewards__step-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  color: #252525 !important;
  margin-bottom: 0.6rem !important;
}

.gjw-rewards__step-body {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  color: #555 !important;
  margin-bottom: 0 !important;
}

/* ============================================================
   NEVER EXPIRE CALLOUT
   ============================================================ */
.gjw-rewards__callout {
  background-color: #252525 !important;
  padding: 5rem 1.5rem !important;
  text-align: center !important;
  position: relative !important;
}

.gjw-rewards__callout-accent {
  display: block !important;
  font-size: 1.25rem !important;
  color: #C4A45A !important;
  margin-bottom: 1.25rem !important;
  letter-spacing: 0.2em !important;
}

.gjw-rewards__callout-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem) !important;
  color: #F8F7F5 !important;
  line-height: 1.2 !important;
  margin-bottom: 1.25rem !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gjw-rewards__callout-body {
  font-family: 'Jost', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #c4bfb8 !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}

/* ============================================================
   SPEND ON ANYTHING
   ============================================================ */
.gjw-rewards__spend {
  padding: 5rem 1.5rem !important;
  background-color: #F8F7F5 !important;
}

.gjw-rewards__spend-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1rem !important;
  max-width: 720px !important;
  margin: 0 auto !important;
}

.gjw-rewards__spend-item {
  display: flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
  padding: 0.75rem 1.5rem !important;
  border: 1px solid rgba(196,164,90,0.4) !important;
  background-color: #fff !important;
}

.gjw-rewards__spend-dot {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background-color: #C4A45A !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.gjw-rewards__spend-label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #252525 !important;
}

/* ============================================================
   CTA
   ============================================================ */
.gjw-rewards__cta {
  padding: 5.5rem 1.5rem !important;
  background-color: #5F6B85 !important;
  text-align: center !important;
}

.gjw-rewards__cta-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
  color: #F8F7F5 !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}

.gjw-rewards__cta-body {
  font-family: 'Jost', sans-serif !important;
  font-size: 1rem !important;
  color: #dcdfe6 !important;
  margin-bottom: 2rem !important;
  max-width: 480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
