/* GIIVAA JEWELLERY — luxury precious metals theme */

:root {
  --gc-bg: #0D1B36;
  --gc-surface: #122240;
  --gc-border: rgba(212, 175, 55, 0.18);
  --gc-accent: #D4AF37;
  --gc-accent-hover: #E5C76B;
  --gc-muted: #a8b4c8;
  --gc-brand: #D4AF37;
  --gc-white: #F8F8F8;
  --gc-gold-glow: rgba(212, 175, 55, 0.15);
}

body {
  font-family: 'Montserrat', system-ui, sans-serif;
  background: var(--gc-bg);
  color: var(--gc-white);
}

h1, h2, h3, h4, h5, h6,
.section-title,
.brand-name,
.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.navbar-jewellery {
  background: rgba(13, 27, 54, 0.92) !important;
  border-bottom: 1px solid var(--gc-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.navbar-jewellery--split .navbar-split-container {
  min-height: 4rem;
  align-items: center;
}

.navbar-jewellery--split .navbar-brand--split {
  margin-right: 0;
  margin-left: 0;
}

.navbar-jewellery--split .navbar-brand--mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: auto;
}

.navbar-jewellery--split .navbar-toggler {
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  .navbar-jewellery--split .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-jewellery--split .navbar-split-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem 1.25rem;
  }

  .navbar-jewellery--split .navbar-nav--left {
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.15rem;
  }

  .navbar-jewellery--split .navbar-nav--right {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.15rem;
  }

  .navbar-jewellery--split .navbar-brand-slot {
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
  }

  .navbar-jewellery--split .nav-link {
    white-space: nowrap;
    font-size: 0.72rem;
    padding: 0.35rem 0.45rem !important;
  }
}

@media (min-width: 1200px) {
  .navbar-jewellery--split .nav-link {
    font-size: 0.78rem;
    padding: 0.4rem 0.55rem !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-jewellery--split .navbar-split-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .navbar-jewellery--split .navbar-nav--left,
  .navbar-jewellery--split .navbar-nav--right {
    align-items: center;
    text-align: center;
    width: 100%;
  }
}

.navbar-jewellery .nav-link {
  color: var(--gc-brand) !important;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.4rem 0.55rem !important;
  transition: color 0.2s;
}

.navbar-jewellery .nav-link:hover {
  color: var(--gc-accent-hover) !important;
}

.navbar-jewellery .dropdown-toggle::after {
  vertical-align: 0.15em;
  margin-left: 0.3em;
  border-top-color: currentColor;
}

.navbar-jewellery .navbar-dropdown-menu {
  background: rgba(13, 27, 54, 0.98);
  border: 1px solid var(--gc-border);
  border-radius: 0.5rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.35rem;
  margin-top: 0.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  min-width: 12rem;
}

.navbar-jewellery .navbar-dropdown-menu .dropdown-item {
  color: var(--gc-brand);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 0.35rem;
  padding: 0.5rem 0.75rem;
  transition: background 0.2s, color 0.2s;
}

.navbar-jewellery .navbar-dropdown-menu .dropdown-item:hover,
.navbar-jewellery .navbar-dropdown-menu .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.06);
  color: var(--gc-accent-hover);
}

@media (min-width: 992px) {
  .navbar-jewellery--split .navbar-nav--right .navbar-dropdown-menu {
    left: 0;
    right: auto;
  }
}

@media (max-width: 991.98px) {
  .navbar-jewellery .navbar-dropdown-menu {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    margin-top: 0.25rem;
  }
}

.navbar .brand-logo {
  display: block;
  height: auto;
  max-height: 56px;
  width: auto;
  max-width: min(240px, 52vw);
}

@media (max-width: 575.98px) {
  .navbar .brand-logo {
    max-height: 44px;
    max-width: min(200px, 58vw);
  }
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  padding: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #0D1B36;
  /* Video + poster are primary; no duplicate static image here */
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Subtle animated mesh under overlay (shows at edges / through transparency feel) */
.hero-anim-mesh {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.35;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 40%, rgba(212, 175, 55, 0.08) 50%, transparent 60%);
  background-size: 200% 200%;
  animation: heroMeshMove 22s ease-in-out infinite;
}

@keyframes heroMeshMove {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(ellipse 90% 60% at 50% 20%, rgba(212, 175, 55, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(13, 27, 54, 0.82) 0%, rgba(13, 27, 54, 0.88) 45%, rgba(13, 27, 54, 0.95) 100%);
  animation: heroOverlayBreath 14s ease-in-out infinite;
}

@keyframes heroOverlayBreath {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.94;
  }
}

.hero-inner {
  position: relative;
  z-index: 4;
  padding: 4rem 0 5rem;
}

.hero-inner .hero-title {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }

  .hero-bg {
    background-image: var(--hero-poster);
    background-size: cover;
    background-position: center;
  }

  .hero-anim-mesh,
  .hero-overlay {
    animation: none;
  }

  .hero-overlay {
    opacity: 1;
  }
}

.stat-card {
  background: var(--gc-surface);
  border: 1px solid var(--gc-border);
  border-radius: 0.75rem;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.stat-card::after {
  content: '';
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.08), transparent 45%);
  pointer-events: none;
}

.stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.section-title {
  font-weight: 700;
  color: #fff;
}

.card-gc {
  background: var(--gc-surface);
  border: 1px solid var(--gc-border);
  color: #e5e7eb;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.card-gc:hover {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.15);
}

.text-muted-gc {
  color: var(--gc-muted) !important;
}

.text-gc-brand {
  color: var(--gc-brand);
}

.btn-primary {
  --bs-btn-bg: var(--gc-accent);
  --bs-btn-border-color: var(--gc-accent);
  --bs-btn-hover-bg: var(--gc-accent-hover);
  --bs-btn-hover-border-color: var(--gc-accent-hover);
}

.btn-outline-light:hover {
  color: #0D1B36;
}

.site-footer {
  border-top: 1px solid var(--gc-border);
  background: #060a14;
  color: #9ca3af;
}

.site-footer .footer-brand {
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
}

.site-footer .footer-brand:hover {
  color: #fff;
}

.site-footer .footer-brand-name {
  color: var(--gc-brand) !important;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.site-footer .footer-brand:hover .footer-brand-name {
  color: #f0d878;
}

.site-footer .footer-brand-logo {
  display: block;
  height: auto;
  max-height: 56px;
  width: auto;
  max-width: 220px;
}

.site-footer .footer-col-title {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.site-footer .footer-link {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.2rem 0;
  transition: color 0.2s ease;
}

.site-footer .footer-link:hover {
  color: #e5e7eb;
}

.site-footer .social-btn {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid var(--gc-border);
  background: rgba(18, 34, 64, 0.6);
  color: #9ca3af;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.site-footer .social-btn:hover {
  color: #fff;
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.12);
}

.site-footer .footer-disclaimer {
  background: rgba(0, 0, 0, 0.35);
  font-size: 0.75rem;
  line-height: 1.55;
  color: #6b7280;
}

.site-footer .footer-bottom {
  background: #040810;
}

.footer-tagline {
  line-height: 1.55;
}

.footer-dev-credit {
  font-size: 0.55rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: rgba(55, 65, 81, 0.42);
}

.footer-dev-credit a {
  color: inherit;
  text-decoration: none;
}

.footer-dev-credit a:hover {
  color: rgba(75, 85, 99, 0.58);
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-poster);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  z-index: 0;
}

.cta-section__pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
}

.cta-section__pattern svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cta-section__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(135deg, rgba(13, 27, 54, 0.88) 0%, rgba(13, 27, 54, 0.82) 40%, rgba(18, 34, 64, 0.9) 100%),
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(212, 175, 55, 0.12), transparent 55%);
}

.cta-section__inner {
  position: relative;
  z-index: 3;
}

.cta-card {
  background: rgba(18, 34, 64, 0.72) !important;
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  .cta-section__bg {
    transform: none;
  }
}

.divider-gc {
  border: 0;
  border-top: 1px solid var(--gc-border);
  opacity: 1;
  max-width: 4rem;
  margin: 2rem auto;
}

.section-head {
  max-width: 40rem;
}

/* Home — Our Services: featured Forex + stacked secondary cards */
.services-showcase .services-featured {
  position: relative;
  padding: 2rem 2rem 2.25rem;
  border-color: rgba(212, 175, 55, 0.28);
  background: linear-gradient(145deg, rgba(18, 34, 64, 0.98) 0%, rgba(13, 27, 54, 0.99) 100%);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.services-showcase .services-featured__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 55% at 100% 0%, rgba(212, 175, 55, 0.14), transparent 52%),
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(228, 194, 87, 0.07), transparent 48%);
  pointer-events: none;
  z-index: 0;
}

.services-showcase .services-featured > :not(.services-featured__mesh) {
  position: relative;
  z-index: 1;
}

.services-showcase .services-kicker {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gc-brand);
}

.services-showcase .services-featured__icon {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  border-radius: 1rem;
}

.services-showcase .services-featured__lead {
  font-size: 0.95rem;
  line-height: 1.65;
}

.services-showcase .services-compact {
  padding: 1.125rem 1.35rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.services-showcase .services-compact:hover {
  transform: translateY(-4px);
}

.services-showcase .services-compact .feature-icon-wrap {
  width: 2.65rem;
  height: 2.65rem;
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .services-showcase .services-stack {
    justify-content: space-between;
  }
}

@media (max-width: 991.98px) {
  .services-showcase .services-featured {
    padding: 1.65rem 1.5rem 1.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-showcase .services-compact {
    transition: none;
  }

  .services-showcase .services-compact:hover {
    transform: none;
  }
}

/* Why / Services: extra vertical + horizontal gap between card columns */
.row.section-cards-gap {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.75rem;
}

@media (min-width: 768px) {
  .row.section-cards-gap {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .row.section-cards-gap {
    --bs-gutter-x: 2.25rem;
    --bs-gutter-y: 2.5rem;
  }
}

/* Space between first and second card rows (separate .row elements) */
.section-cards-gap + .section-cards-gap {
  margin-top: 1.75rem;
}

@media (min-width: 992px) {
  .section-cards-gap + .section-cards-gap {
    margin-top: 2.5rem;
  }

  .section-head-spacing {
    margin-bottom: 3.5rem !important;
  }
}

.feature-card {
  background: linear-gradient(145deg, rgba(18, 34, 64, 0.95) 0%, rgba(13, 27, 54, 0.98) 100%);
  border: 1px solid var(--gc-border);
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-accent, var(--gc-accent));
  opacity: 0.85;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(212, 175, 55, 0.12);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-icon-wrap {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  background: rgba(212, 175, 55, 0.12);
  color: var(--gc-accent);
  border: 1px solid rgba(212, 175, 55, 0.22);
  transition: transform 0.35s ease, background 0.35s ease;
}

.feature-card:hover .feature-icon-wrap {
  transform: scale(1.08) rotate(-3deg);
  background: rgba(212, 175, 55, 0.2);
}

.feature-card.accent-amber {
  --card-accent: var(--gc-brand);
}

.feature-card.accent-amber .feature-icon-wrap {
  background: rgba(228, 194, 87, 0.14);
  border-color: rgba(228, 194, 87, 0.28);
  color: var(--gc-brand);
}

.feature-card.accent-emerald {
  --card-accent: #10b981;
}

.feature-card.accent-emerald .feature-icon-wrap {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.25);
  color: #34d399;
}

.feature-card.accent-violet {
  --card-accent: #8b5cf6;
}

.feature-card.accent-violet .feature-icon-wrap {
  background: rgba(139, 92, 246, 0.12);
  border-color: rgba(139, 92, 246, 0.25);
  color: #a78bfa;
}

.feature-card.accent-rose {
  --card-accent: #f43f5e;
}

.feature-card.accent-rose .feature-icon-wrap {
  background: rgba(244, 63, 94, 0.12);
  border-color: rgba(244, 63, 94, 0.25);
  color: #fb7185;
}

.feature-card.accent-cyan {
  --card-accent: #06b6d4;
}

.feature-card.accent-cyan .feature-icon-wrap {
  background: rgba(6, 182, 212, 0.12);
  border-color: rgba(6, 182, 212, 0.25);
  color: #22d3ee;
}

[data-reveal-section]:not(.is-revealed) .reveal-item {
  opacity: 0;
  transform: translateY(1.25rem);
}

[data-reveal-section].is-revealed .reveal-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal-section]:not(.is-revealed) .reveal-item {
    opacity: 1;
    transform: none;
  }

  [data-reveal-section].is-revealed .reveal-item {
    transition: none;
  }

  .feature-card:hover {
    transform: none;
  }

  .feature-card:hover .feature-icon-wrap {
    transform: none;
  }
}

.stat-value .counter-num {
  font-variant-numeric: tabular-nums;
}

.stat-card .small {
  position: relative;
  z-index: 1;
}

.counter-literal-display {
  min-height: 1.5em;
  display: inline-block;
}

/* Scroll reveal stagger (replaces inline --reveal-delay) */
.reveal-delay-0 {
  --reveal-delay: 0s;
}

.reveal-delay-05 {
  --reveal-delay: 0.05s;
}

.reveal-delay-06 {
  --reveal-delay: 0.06s;
}

.reveal-delay-1 {
  --reveal-delay: 0.1s;
}

.reveal-delay-12 {
  --reveal-delay: 0.12s;
}

.reveal-delay-15 {
  --reveal-delay: 0.15s;
}

.reveal-delay-18 {
  --reveal-delay: 0.18s;
}

.reveal-delay-2 {
  --reveal-delay: 0.2s;
}

.reveal-delay-24 {
  --reveal-delay: 0.24s;
}

.reveal-delay-25 {
  --reveal-delay: 0.25s;
}

.reveal-delay-3 {
  --reveal-delay: 0.3s;
}

/* ── GIIVAA JEWELLERY homepage ── */

.hero-jewellery {
  min-height: 36rem;
}

.hero-jewellery .hero-bg {
  background-color: #0D1B36;
}

.hero-jewellery .hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 50% at 50% 30%, rgba(212, 175, 55, 0.08), transparent 60%),
    linear-gradient(160deg, #0D1B36 0%, #122240 45%, #0D1B36 100%);
}

.hero-geo-frame {
  position: absolute;
  inset: 2rem;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(212, 175, 55, 0.25);
  opacity: 0.6;
}

.hero-geo-frame::before,
.hero-geo-frame::after {
  content: '';
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-color: var(--gc-accent);
  border-style: solid;
}

.hero-geo-frame::before {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
}

.hero-geo-frame::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 2px 2px 0;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.hero-particles span {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--gc-accent);
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 8s ease-in-out infinite;
}

.hero-particles span:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.hero-particles span:nth-child(2) { left: 25%; top: 60%; animation-delay: 1.5s; }
.hero-particles span:nth-child(3) { left: 45%; top: 30%; animation-delay: 3s; }
.hero-particles span:nth-child(4) { left: 65%; top: 70%; animation-delay: 0.8s; }
.hero-particles span:nth-child(5) { left: 80%; top: 25%; animation-delay: 2.2s; }
.hero-particles span:nth-child(6) { left: 90%; top: 55%; animation-delay: 4s; }
.hero-particles span:nth-child(7) { left: 55%; top: 80%; animation-delay: 1s; }
.hero-particles span:nth-child(8) { left: 35%; top: 45%; animation-delay: 3.5s; }

@keyframes particleFloat {
  0%, 100% { opacity: 0; transform: translateY(0); }
  50% { opacity: 0.7; transform: translateY(-20px); }
}

.hero-kicker {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-jewellery .hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  letter-spacing: 0.08em;
  font-weight: 700;
}

.hero-checklist {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-check {
  display: inline-block;
  font-size: 0.85rem;
  color: var(--gc-white);
  padding: 0.35rem 0.75rem;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 2rem;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

a.hero-check:hover {
  color: var(--gc-accent);
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.14);
}

.hero-check::before {
  content: "✓";
  color: var(--gc-accent);
  margin-right: 0.35rem;
  font-weight: 600;
}

.bg-surface-subtle {
  background: rgba(18, 34, 64, 0.45);
}

.category-card {
  padding: 0 !important;
}

.category-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.category-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-card:hover .category-card__img img {
  transform: scale(1.06);
}

.btn-outline-gold {
  border: 1px solid var(--gc-accent);
  color: var(--gc-accent);
  background: transparent;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}

.btn-outline-gold:hover {
  background: var(--gc-accent);
  color: #0D1B36;
}

.product-card {
  border-radius: 0.75rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.product-card:hover {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 24px var(--gc-gold-glow);
  transform: translateY(-4px);
}

.product-card__img {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.5rem;
  background: rgba(13, 27, 54, 0.6);
}

.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img {
  border: 1px solid var(--gc-border);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
}

.about-checklist li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  color: var(--gc-white);
  font-size: 0.95rem;
}

.about-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gc-accent);
  font-weight: 700;
}

.feature-card.accent-gold {
  --card-accent: var(--gc-accent);
}

.feature-card.accent-gold .feature-icon-wrap {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.28);
  color: var(--gc-brand);
}

.price-ticker {
  overflow: hidden;
  background: var(--gc-surface);
  border: 1px solid var(--gc-border);
  border-radius: 0.5rem;
  padding: 0.75rem 0;
}

.price-ticker__track {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: tickerScroll 25s linear infinite;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gc-brand);
  letter-spacing: 0.04em;
}

.price-ticker__track span {
  flex-shrink: 0;
}

.price-ticker__track span::before {
  content: "◆";
  margin-right: 0.5rem;
  font-size: 0.5rem;
  vertical-align: middle;
  opacity: 0.7;
}

@keyframes tickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.gallery-item {
  display: block;
  border: 1px solid var(--gc-border);
  overflow: hidden;
  border-radius: 0.5rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.gallery-item:hover {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 8px 24px var(--gc-gold-glow);
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item__label {
  padding: 0.65rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gc-brand);
  background: rgba(13, 27, 54, 0.85);
}

.testimonial-card {
  border-radius: 0.75rem;
}

.testimonial-stars {
  color: var(--gc-accent);
  letter-spacing: 0.15em;
  font-size: 0.9rem;
}

.contact-quick li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  color: var(--gc-muted);
  font-size: 0.95rem;
}

.contact-quick li i {
  color: var(--gc-accent);
  font-size: 1.1rem;
  width: 1.25rem;
}

.contact-quick a {
  color: var(--gc-white);
  text-decoration: none;
}

.contact-quick a:hover {
  color: var(--gc-accent);
}

.section-kicker {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gc-brand);
}

@media (max-width: 575.98px) {
  .hero-geo-frame {
    inset: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-particles span {
    animation: none;
    opacity: 0.3;
  }

  .price-ticker__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}

/* Category / inner pages */
.page-hero {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(212, 175, 55, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(18, 34, 64, 0.6) 0%, transparent 100%);
  border-bottom: 1px solid var(--gc-border);
}

/* Home promotional banner */
.home-banner {
  position: relative;
  overflow: hidden;
  min-height: clamp(16rem, 38vw, 22rem);
  display: flex;
  align-items: center;
  border-block: 1px solid var(--gc-border);
}

.home-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.03);
  transition: transform 8s ease;
}

.home-banner:hover .home-banner__media img {
  transform: scale(1.08);
}

.home-banner__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(13, 27, 54, 0.92) 0%, rgba(13, 27, 54, 0.78) 45%, rgba(18, 34, 64, 0.7) 100%),
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(212, 175, 55, 0.14), transparent 55%);
}

.home-banner__inner {
  position: relative;
  z-index: 1;
  padding-block: 3.5rem;
}

.home-banner__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

@media (prefers-reduced-motion: reduce) {
  .home-banner__media img,
  .home-banner:hover .home-banner__media img {
    transform: none;
    transition: none;
  }
}

.related-cat-link {
  transition: border-color 0.2s, transform 0.2s;
}

.related-cat-link:hover {
  border-color: rgba(212, 175, 55, 0.45);
  transform: translateY(-3px);
}
