/* ============================================================
   GEORGETOWN JEWELERS — Master IJO Jeweler Page
   Scope: .gjw-ijo
   Paste into: Punchmark Site Manager > Design > Theme Settings > Global CSS
   Do not paste into the page editor.
   ============================================================ */

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

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.gjw-ijo__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-ijo__eyebrow--gold {
  color: #C4A45A !important;
}

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

.gjw-ijo__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;
}

.gjw-ijo__section-title--light {
  color: #F8F7F5 !important;
}

.gjw-ijo__body {
  font-family: 'Jost', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #252525 !important;
  margin-bottom: 1rem !important;
}

.gjw-ijo__body--muted {
  color: #c4bfb8 !important;
}

/* ============================================================
   BUTTON
   ============================================================ */
.gjw-ijo__btn {
  display: inline-block !important;
  padding: 0.75rem 2.25rem !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;
  background-color: #C4A45A !important;
  color: #F8F7F5 !important;
  border: 2px solid #C4A45A !important;
  transition: background-color 0.25s ease, color 0.25s ease !important;
}

.gjw-ijo__btn:hover {
  background-color: transparent !important;
  color: #C4A45A !important;
}

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

.gjw-ijo__hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(ellipse at center, rgba(95,107,133,0.18) 0%, transparent 70%) !important;
  pointer-events: none !important;
}

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

.gjw-ijo__logo-wrap {
  position: relative !important;
  display: inline-block !important;
  margin-bottom: 2rem !important;
}

.gjw-ijo__logo-wrap::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 160% !important;
  height: 160% !important;
  border-radius: 50% !important;
  background: radial-gradient(ellipse at center,
    rgba(248,247,245,0.14) 0%,
    rgba(196,164,90,0.10) 35%,
    rgba(95,107,133,0.06) 60%,
    transparent 75%
  ) !important;
  pointer-events: none !important;
}

.gjw-ijo__logo {
  max-width: 180px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  filter: brightness(1.6) contrast(1.1) !important;
}

.gjw-ijo__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-ijo__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;
}

/* ============================================================
   STAT STRIP
   ============================================================ */
.gjw-ijo__stats {
  background-color: #5F6B85 !important;
  padding: 2.5rem 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
}

.gjw-ijo__stat {
  text-align: center !important;
  padding: 1rem 2.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.25rem !important;
}

.gjw-ijo__stat-number {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 2.25rem !important;
  color: #F8F7F5 !important;
  line-height: 1 !important;
  display: block !important;
}

.gjw-ijo__stat-label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #C4A45A !important;
  display: block !important;
  max-width: 160px !important;
  line-height: 1.4 !important;
}

.gjw-ijo__stat-divider {
  width: 1px !important;
  height: 3rem !important;
  background-color: rgba(248,247,245,0.2) !important;
  flex-shrink: 0 !important;
}

@media (max-width: 575px) {
  .gjw-ijo__stat-divider {
    display: none !important;
  }
  .gjw-ijo__stats {
    flex-direction: column !important;
  }
}

/* ============================================================
   BODY COPY
   ============================================================ */
.gjw-ijo__body-section {
  padding: 5rem 1.5rem !important;
  background-color: #F8F7F5 !important;
}

/* ============================================================
   VALUES GRID
   ============================================================ */
.gjw-ijo__values {
  padding: 5rem 1.5rem !important;
  background-color: #252525 !important;
}

.gjw-ijo__values-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  .gjw-ijo__values-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (min-width: 992px) {
  .gjw-ijo__values-grid {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

.gjw-ijo__value-card {
  background-color: rgba(95,107,133,0.12) !important;
  border: 1px solid rgba(196,164,90,0.25) !important;
  padding: 2rem 1.25rem !important;
  text-align: center !important;
  transition: border-color 0.25s ease, background-color 0.25s ease !important;
}

.gjw-ijo__value-card:hover {
  border-color: #C4A45A !important;
  background-color: rgba(95,107,133,0.22) !important;
}

.gjw-ijo__value-icon {
  display: block !important;
  font-size: 1rem !important;
  color: #C4A45A !important;
  margin-bottom: 1rem !important;
  letter-spacing: -0.1em !important;
}

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

.gjw-ijo__value-body {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.85rem !important;
  line-height: 1.6 !important;
  color: #c4bfb8 !important;
  margin-bottom: 0 !important;
}

/* ============================================================
   FOOTER / IJO LINK
   ============================================================ */
.gjw-ijo__footer {
  padding: 5rem 1.5rem !important;
  background-color: #252525 !important;
  border-top: 1px solid rgba(196,164,90,0.2) !important;
}
