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

/* --- FONT NOTE ---
   Add the following to Punchmark Global Header if not already present:
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&family=Jost:wght@400;500&family=Playfair+Display:wght@700&display=swap" rel="stylesheet">
*/

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

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

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

.gjw-antwerp__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-antwerp__section-title--light {
  color: #F8F7F5 !important;
}

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

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

/* ============================================================
   BUTTONS
   ============================================================ */
.gjw-antwerp__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;
  cursor: pointer !important;
}

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

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

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

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

.gjw-antwerp__btn--gold {
  background-color: #C4A45A !important;
  color: #F8F7F5 !important;
  border-color: #C4A45A !important;
}

.gjw-antwerp__btn--gold:hover {
  background-color: #F8F7F5 !important;
  color: #252525 !important;
  border-color: #F8F7F5 !important;
}

/* ============================================================
   HERO
   ============================================================ */
.gjw-antwerp__hero {
  position: relative !important;
  width: 100% !important;
  min-height: 460px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: flex-end !important;
}

.gjw-antwerp__hero-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.gjw-antwerp__hero-overlay {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  padding: 5rem 2rem 3.5rem !important;
  background: linear-gradient(to top, rgba(37,37,37,0.85) 0%, rgba(37,37,37,0.35) 60%, transparent 100%) !important;
  text-align: center !important;
}

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

@media (min-width: 768px) {
  .gjw-antwerp__hero {
    min-height: 600px !important;
  }
}

/* ============================================================
   INTRO
   ============================================================ */
.gjw-antwerp__intro {
  padding: 5rem 1.5rem !important;
  background-color: #F8F7F5 !important;
}

/* ============================================================
   HAND SELECTED
   ============================================================ */
.gjw-antwerp__selected {
  background-color: #252525 !important;
}

.gjw-antwerp__selected-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}

.gjw-antwerp__selected-content {
  padding: 4rem 3.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

@media (max-width: 767px) {
  .gjw-antwerp__selected-content {
    padding: 3rem 1.5rem !important;
  }
}

/* ============================================================
   GALLERY
   ============================================================ */
.gjw-antwerp__gallery {
  padding: 5rem 0 !important;
  background-color: #F8F7F5 !important;
}

.gjw-antwerp__gallery-img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
  transition: opacity 0.3s ease !important;
}

.gjw-antwerp__gallery-img:hover {
  opacity: 0.85 !important;
}

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

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

.gjw-antwerp__video-wrapper {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  margin-top: 1.25rem !important;
  border: 1px solid #5F6B85 !important;
}

.gjw-antwerp__video-wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

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

.gjw-antwerp__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-antwerp__cta-body {
  font-family: 'Jost', sans-serif !important;
  font-size: 1rem !important;
  color: #dcdfe6 !important;
  margin-bottom: 2rem !important;
}

.gjw-antwerp__cta-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  justify-content: center !important;
}
