/* Global Theme Overrides: Gold, Golden Shades, Dark Grey Theme & Cinzel Typography */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&display=swap');

:root {
  --gold-100: #f5e8c2;
  --gold-200: #e5c97b;
  --gold-300: #d4af37;
  --gold-400: #c5a300;
  --gold-500: #b08b00;
  --gold-bright: #f5c98a;
  --dark-grey: #121417;
  --mid-grey: #1a1d22;
  --card-grey: #22252c;
  --border-gold: rgba(212, 175, 55, 0.25);
  --border-gold-bright: rgba(245, 201, 138, 0.4);
}

/* Typography Requirement: All big text (h1, h2, h3, h4, .display) must use Cinzel */
h1,
h2,
h3,
h4,
h5,
h6,
.display,
.hero h1,
.section-label,
summary,
.about-statement p,
.principles h3,
.plan-list h3 {
  font-family: "Cinzel", serif !important;
}

/* Base Body & Global Elements */
body, html {
  font-family: 'DM Sans', sans-serif !important;
  background-color: var(--dark-grey) !important;
  color: var(--gold-100) !important;
}

/* Universal Text Overrides: STRICTLY GOLD SHADES ONLY */
p, span, a, li, summary, div, small, b, strong, em, label, input, textarea, button {
  color: var(--gold-100);
}

h1, h2, h3, h4, h5, h6, .display {
  color: var(--gold-bright) !important;
}

em {
  color: var(--gold-200) !important;
  font-style: normal;
}

.section-label, .eyebrow {
  color: var(--gold-300) !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

.section-label span {
  color: var(--gold-bright) !important;
}

/* Progress bar at top */
.progress {
  background: linear-gradient(90deg, var(--gold-400), var(--gold-bright)) !important;
}

/* Buttons & Links: Gold + Grey */
.button, .button-light {
  background: var(--gold-300) !important;
  color: var(--dark-grey) !important;
  font-weight: 700 !important;
  border: 1px solid var(--gold-bright) !important;
  transition: all 0.3s ease !important;
}

.button:hover, .button-light:hover {
  background: var(--gold-bright) !important;
  color: #000000 !important;
  box-shadow: 0 6px 20px rgba(245, 201, 138, 0.35) !important;
  transform: translateY(-2px) !important;
}

.text-link {
  color: var(--gold-bright) !important;
  border-bottom-color: var(--gold-300) !important;
}

/* Site Header / Navbar & Logo Fitting */
.site-header {
  background: rgba(18, 20, 23, 0.92) !important;
  backdrop-filter: blur(14px) !important;
  border-bottom: 1px solid var(--border-gold) !important;
  align-items: center !important;
}

.wordmark {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
}

.wordmark-icon {
  height: 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  flex: 0 0 42px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 1px solid var(--gold-300) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
}

.wordmark-brand {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  line-height: 1 !important;
}

.imack-title-img,
.wordmark-brand img.imack-title-img {
  height: 22px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.wordmark-brand small {
  margin-top: 3px !important;
  font-size: 0.5rem !important;
  letter-spacing: 0.22em !important;
  color: var(--gold-200) !important;
  display: block !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

@media (max-width: 600px) {
  .wordmark {
    gap: 8px !important;
  }
  .wordmark-icon {
    height: 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    flex: 0 0 36px !important;
  }
  .imack-title-img,
  .wordmark-brand img.imack-title-img {
    height: 18px !important;
    max-width: 110px !important;
  }
  .wordmark-brand small {
    font-size: 0.44rem !important;
    letter-spacing: 0.18em !important;
  }
}

.site-header a {
  color: var(--gold-100) !important;
}

.site-header a:hover {
  color: var(--gold-bright) !important;
}

.nav-cta {
  border: 1px solid var(--gold-300) !important;
  color: var(--gold-bright) !important;
  background: rgba(212, 175, 55, 0.1) !important;
}

.nav-cta:hover {
  background: var(--gold-300) !important;
  color: var(--dark-grey) !important;
}

/* MOBILE NAVBAR TOGGLE & MENU OVERLAY STYLING */
@media (max-width: 780px) {
  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10000 !important;
    padding: 14px 20px !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    transform: none !important;
  }

  .site-header.scrolled {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(18, 20, 23, 0.98) !important;
  }

  .wordmark {
    z-index: 10002 !important;
    position: relative !important;
  }

  .menu-button {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    z-index: 10002 !important;
    position: relative !important;
    gap: 6px !important;
    margin: 0 !important;
    outline: none !important;
  }

  .menu-button i {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    background: var(--gold-bright) !important;
    border-radius: 2px !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
    margin: 0 !important;
  }

  .menu-button.open i:nth-child(1),
  .menu-button[aria-expanded="true"] i:nth-child(1) {
    transform: translateY(4px) rotate(45deg) !important;
  }

  .menu-button.open i:nth-child(2),
  .menu-button[aria-expanded="true"] i:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg) !important;
  }

  nav#site-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    z-index: 10001 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    background: #121417 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.25s ease, visibility 0.25s ease !important;
    padding: 90px 24px 40px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  nav#site-nav.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  nav#site-nav a {
    font-family: 'Cinzel', serif !important;
    font-size: 1.25rem !important;
    color: var(--gold-100) !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
    display: block !important;
    text-align: center !important;
  }

  nav#site-nav a:hover {
    color: var(--gold-bright) !important;
  }

  nav#site-nav .nav-cta {
    margin-top: 10px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    background: var(--gold-300) !important;
    color: var(--dark-grey) !important;
    border-radius: 25px !important;
    padding: 12px 28px !important;
    border: 1px solid var(--gold-bright) !important;
  }

  body.nav-open {
    overflow: hidden !important;
  }
}

/* HERO SECTION */
.hero {
  background-color: var(--dark-grey) !important;
  color: var(--gold-bright) !important;
}

.hero-shade {
  background: linear-gradient(180deg, rgba(14, 16, 19, 0.85) 0%, rgba(18, 20, 23, 0.95) 100%) !important;
}

.hero h1, .hero h1 em {
  color: var(--gold-bright) !important;
}

.hero-bottom, .hero-bottom p, .hero-bottom span, .hero-bottom b {
  color: var(--gold-200) !important;
}

.hero-numbers span {
  border-left-color: var(--border-gold) !important;
}

/* Hero Multi-Language Switcher */
.hero-lang-switcher {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 20px 0 16px !important;
}

.lang-btn {
  background: rgba(26, 29, 34, 0.85) !important;
  border: 1px solid var(--border-gold-bright) !important;
  color: var(--gold-200) !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.lang-btn:hover,
.lang-btn.active {
  background: var(--gold-300) !important;
  color: var(--dark-grey) !important;
  border-color: var(--gold-bright) !important;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35) !important;
}

.hero-lang-content {
  position: relative !important;
  min-height: 110px !important;
}

.lang-text {
  display: none !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease, transform 0.4s ease !important;
  transform: translateY(6px) !important;
  color: var(--gold-100) !important;
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
  max-width: 580px !important;
}

.lang-text.active {
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ALL SECTIONS: GREY THEME & GOLD TEXT */
.about, .vision, .mission, .network, .priority, .affiliations, 
.why-choose, .reviews, .join, .programs, .difference, .gallery, 
.coaches, .membership, .tour, .faq, .contact {
  background-color: var(--dark-grey) !important;
  color: var(--gold-100) !important;
}

/* Section Card Containers */
.about-composition, .principles article, .network-current, .affiliation-card, 
.review-card, .coach, 
.accordion details {
  background-color: var(--mid-grey) !important;
  border: 1px solid var(--border-gold) !important;
  color: var(--gold-100) !important;
  border-radius: 12px;
}

.about-intro p, .about-statement p, .principles p, .vision p, 
.mission-list li, .network p, .priority p, .why-choose p, 
.programs p, .difference p, .coaches p, 
.membership p, .tour p, .faq p, .accordion p, .contact p {
  color: var(--gold-100) !important;
}

.about-statement {
  background: var(--card-grey) !important;
  border: 1px solid var(--gold-300) !important;
  color: var(--gold-bright) !important;
}

.principles article {
  padding: 24px !important;
}

.principles span, .program > span, .coach p {
  color: var(--gold-300) !important;
}

.principles h3, .program h3, .coach h3 {
  color: var(--gold-bright) !important;
}

.marquee {
  background: var(--mid-grey) !important;
  color: var(--gold-bright) !important;
  border-block: 1px solid var(--border-gold) !important;
}

.marquee i {
  color: var(--gold-300) !important;
}

.difference {
  background: var(--dark-grey) !important;
}

.difference-copy {
  background: var(--mid-grey) !important;
  border: 1px solid var(--border-gold) !important;
  border-radius: 12px;
}

.difference li {
  border-bottom-color: var(--border-gold) !important;
  color: var(--gold-100) !important;
}

.difference li:before, .affiliation-card li:before {
  color: var(--gold-bright) !important;
}

/* NETWORK SECTION: FIX PINK "Current Facility" & "Upcoming Projects" BADGES */
.network span,
.network-current span,
.network-upcoming span,
.network-current h3,
.network-upcoming h3,
.network p,
.network address {
  color: var(--gold-bright) !important;
}

.network span {
  color: var(--gold-300) !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

/* WOMEN'S HEALTH & BONE DENSITY SECTION: FIX IMAGE & TEXT SPACING */
.feature-section {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: clamp(30px, 5vw, 60px) !important;
  align-items: start !important;
}

.feature-image {
  width: 100% !important;
  height: auto !important;
  max-height: 580px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  border: 1px solid var(--gold-300) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
  position: sticky !important;
  top: 90px !important;
}

.bone-qa-block {
  background: var(--mid-grey) !important;
  color: var(--gold-bright) !important;
  padding: 24px 28px !important;
  border-radius: 14px !important;
  border: 1px solid var(--border-gold) !important;
  border-left: 4px solid var(--gold-300) !important;
  margin-bottom: 24px !important;
  box-sizing: border-box !important;
}

.bone-label {
  display: block !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--gold-300) !important;
  margin-bottom: 10px !important;
}

.bone-quote {
  margin: 0 !important;
  font-size: 1.05rem !important;
  font-style: italic !important;
  color: var(--gold-100) !important;
  line-height: 1.55 !important;
  text-transform: none !important;
}

.bone-subtitle {
  font-size: 1.35rem !important;
  color: var(--gold-bright) !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.75rem !important;
}

.bone-intro, .bone-list, .bone-list li {
  color: var(--gold-100) !important;
  line-height: 1.6 !important;
}

.bone-list li strong {
  color: var(--gold-bright) !important;
}

.bone-summary, blockquote {
  background: rgba(212, 175, 55, 0.12) !important;
  border: 1px solid var(--gold-300) !important;
  padding: 24px 28px !important;
  border-radius: 14px !important;
  margin-top: 24px !important;
  color: var(--gold-100) !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  text-transform: none !important;
  box-sizing: border-box !important;
}

.bone-summary strong {
  color: var(--gold-bright) !important;
}

/* WHY CHOOSE GRID CARDS: FIX TEXT SPACING & PADDING */
.why-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  gap: 16px !important;
  margin-top: 36px !important;
}

.why-grid span {
  background: var(--mid-grey) !important;
  color: var(--gold-100) !important;
  border: 1px solid var(--border-gold) !important;
  padding: 18px 24px !important;
  border-radius: 10px !important;
  font-size: 0.92rem !important;
  font-family: var(--body) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  word-break: break-word !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3) !important;
}

/* PROGRAMS CARDS: FIX TEXT SPACING & PADDING */
.program {
  display: grid !important;
  grid-template-columns: 44px 1fr 40px !important;
  gap: 20px !important;
  padding: 28px 32px !important;
  background: var(--mid-grey) !important;
  border: 1px solid var(--border-gold) !important;
  border-radius: 14px !important;
  margin-bottom: 16px !important;
  align-items: center !important;
}

.program > span {
  color: var(--gold-300) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.program h3 {
  margin: 0 0 6px !important;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem) !important;
  color: var(--gold-bright) !important;
}

.program p {
  margin: 0 !important;
  color: var(--gold-100) !important;
  line-height: 1.5 !important;
}

.program a {
  border: 1px solid var(--gold-300) !important;
  color: var(--gold-bright) !important;
  background: rgba(212, 175, 55, 0.1) !important;
}

/* MEMBERSHIP PLAN CARDS: FIX TEXT SPACING & PADDING */
.plan-list article {
  display: grid !important;
  grid-template-columns: 140px 1.2fr 1fr auto !important;
  gap: 24px !important;
  padding: 28px 32px !important;
  background: var(--mid-grey) !important;
  border: 1px solid var(--border-gold) !important;
  border-radius: 14px !important;
  margin-bottom: 16px !important;
  align-items: center !important;
}

.plan-list p {
  color: var(--gold-300) !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

.plan-list article.featured p {
  color: var(--gold-bright) !important;
}

.plan-list h3 {
  color: var(--gold-bright) !important;
  font-size: 1.6rem !important;
  margin: 0 !important;
}

.plan-list ul li {
  color: var(--gold-100) !important;
  font-size: 0.88rem !important;
  margin-bottom: 4px !important;
}

.plan-list a {
  color: var(--gold-bright) !important;
  border-bottom: 1px solid var(--gold-300) !important;
}

/* Affiliations & Recognition */
.affiliation-card {
  background: var(--mid-grey) !important;
  border: 1px solid var(--gold-300) !important;
  padding: 32px !important;
  border-radius: 14px !important;
}

.affiliation-card p, .affiliation-card ul li {
  color: var(--gold-100) !important;
}

.affiliation-card li {
  border-top-color: var(--border-gold) !important;
}

/* Reviews Section */
.review-card {
  background: var(--card-grey) !important;
  border: 1px solid var(--border-gold) !important;
  padding: 28px !important;
  border-radius: 14px !important;
}

.review-text, .author-name {
  color: var(--gold-100) !important;
}

.author-rating {
  color: var(--gold-300) !important;
}

/* Accordion FAQ */
.accordion details {
  background: var(--mid-grey) !important;
  margin-bottom: 14px !important;
  padding: 20px 26px !important;
  border-radius: 12px !important;
}

summary {
  color: var(--gold-bright) !important;
}

summary span {
  color: var(--gold-300) !important;
}

details p {
  color: var(--gold-100) !important;
}

/* Form Inputs & Contact Section */
.contact-form input, .contact-form textarea {
  background: var(--mid-grey) !important;
  color: var(--gold-100) !important;
  border: 1px solid var(--border-gold) !important;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: var(--gold-500) !important;
}

/* Footer */
footer {
  background: #0d0f11 !important;
  color: var(--gold-200) !important;
  border-top: 1px solid var(--border-gold) !important;
}

footer p, footer a, footer small {
  color: var(--gold-200) !important;
}

footer a:hover {
  color: var(--gold-bright) !important;
}

footer small {
  border-top-color: var(--border-gold) !important;
}

/* Side-by-Side Images */
.join-media img,
.contact-media img,
.section-side-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 380px !important;
  max-height: 520px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  border: 1px solid var(--gold-300) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6) !important;
}

.contact-container {
  display: grid !important;
  grid-template-columns: 1fr 0.85fr !important;
  gap: clamp(30px, 6vw, 80px) !important;
  align-items: center !important;
}

.contact-bottom {
  margin-top: 50px !important;
}

/* RESPONSIVE LAYOUT FOR TABLETS & PHONES */
@media (max-width: 900px) {
  .join-container,
  .contact-container,
  .feature-section {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .feature-image {
    position: static !important;
    max-height: 380px !important;
    aspect-ratio: 16 / 10 !important;
  }

  .join-media img,
  .contact-media img {
    min-height: 240px !important;
    max-height: 380px !important;
  }
}

@media (max-width: 780px) {
  .plan-list article {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 20px 22px !important;
  }
  .program {
    grid-template-columns: 36px 1fr !important;
    padding: 20px 22px !important;
  }
  .program a {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
  }
}

@media (max-width: 768px) {
  .contact {
    padding: clamp(40px, 8vw, 60px) 18px 40px !important;
  }

  .contact-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .contact-left {
    display: contents !important;
  }

  .contact-top {
    width: 100% !important;
  }

  .contact .display {
    font-size: clamp(2rem, 7.5vw, 2.75rem) !important;
    line-height: 1.08 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    margin: 14px 0 !important;
  }

  .contact-top p:last-child {
    font-size: clamp(0.95rem, 3.8vw, 1.05rem) !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
  }

  .contact-media {
    width: 100% !important;
    margin: 4px 0 !important;
  }

  .contact-media img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    min-height: 0 !important;
    max-height: 280px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid var(--gold-300) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
  }

  .contact-bottom {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    margin-top: 10px !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(245, 201, 138, 0.25) !important;
    width: 100% !important;
  }

  .contact-bottom > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }

  .contact-bottom a:not(.button) {
    font-size: clamp(1.2rem, 5vw, 1.6rem) !important;
    white-space: nowrap !important;
  }

  .contact-bottom p {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
  }

  .contact-bottom .button {
    width: 100% !important;
    justify-content: center !important;
    margin-top: 4px !important;
    padding: 14px 20px !important;
    box-sizing: border-box !important;
  }
}

footer .footer-logo-img {
  height: 60px !important;
  width: auto !important;
  max-width: 300px !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

@media (max-width: 600px) {
  footer .footer-logo-img {
    height: 48px !important;
    max-width: 240px !important;
  }
  
  .bone-qa-block, .bone-summary, .affiliation-card {
    padding: 1.25rem 1rem !important;
  }
}

/* ==========================================================================
   HEADER, NAVBAR OPTIONS & RESPONSIVENESS ENHANCEMENTS
   ========================================================================== */

.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 16px 40px !important;
  background: rgba(14, 16, 19, 0.95) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(245, 201, 138, 0.25) !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
}

.site-header.scrolled {
  background: rgba(10, 12, 15, 0.98) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
  padding-block: 12px !important;
}

/* Brand Wordmark */
.wordmark {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  z-index: 10002 !important;
}

.wordmark-icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 1px solid var(--gold-300, #d4af37) !important;
  object-fit: cover !important;
}

.wordmark-brand {
  display: flex !important;
  flex-direction: column !important;
}

.imack-title-img {
  height: 22px !important;
  width: auto !important;
}

.wordmark-brand small {
  font-size: 0.5rem !important;
  letter-spacing: 0.2em !important;
  color: var(--gold-200, #f5c98a) !important;
  margin-top: 2px !important;
}

/* Site Navigation (Desktop) */
nav#site-nav {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

nav#site-nav a:not(.nav-cta) {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  color: #e5e7eb !important;
  text-decoration: none !important;
  position: relative !important;
  padding: 6px 0 !important;
  transition: color 0.25s ease !important;
}

nav#site-nav a:not(.nav-cta)::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 2px !important;
  background: var(--gold-bright, #f5c98a) !important;
  transition: width 0.25s ease !important;
}

nav#site-nav a:not(.nav-cta):hover {
  color: var(--gold-bright, #f5c98a) !important;
}

nav#site-nav a:not(.nav-cta):hover::after {
  width: 100% !important;
}

/* Nav CTA Button */
.nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 8px 20px !important;
  border-radius: 999px !important;
  background: rgba(245, 201, 138, 0.12) !important;
  border: 1px solid var(--gold-bright, #f5c98a) !important;
  color: var(--gold-bright, #f5c98a) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.nav-cta:hover {
  background: var(--gold-bright, #f5c98a) !important;
  color: #0e1013 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(245, 201, 138, 0.3) !important;
}

/* Menu Hamburger Button (Hidden on Desktop) */
.menu-button {
  display: none !important;
  background: transparent !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  cursor: pointer !important;
  z-index: 10002 !important;
}

.menu-button i {
  display: block !important;
  width: 24px !important;
  height: 2px !important;
  background: var(--gold-bright, #f5c98a) !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
}

.menu-button.open i:nth-child(1),
.menu-button[aria-expanded="true"] i:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg) !important;
}

.menu-button.open i:nth-child(2),
.menu-button[aria-expanded="true"] i:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg) !important;
}

/* Mobile Navbar Styles */
@media (max-width: 900px) {
  .site-header {
    padding: 14px 20px !important;
  }

  .menu-button {
    display: flex !important;
  }

  nav#site-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: rgba(14, 16, 19, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 24px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
    z-index: 10001 !important;
  }

  nav#site-nav.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  nav#site-nav a:not(.nav-cta) {
    font-family: 'Cinzel', serif !important;
    font-size: 1.4rem !important;
    color: #fff !important;
  }

  nav#site-nav .nav-cta {
    font-size: 1rem !important;
    padding: 12px 28px !important;
    margin-top: 12px !important;
  }
}
