/*
Theme Name: Mel's Candles and Gems
Theme URI: https://melscandlesandgems.art
Author: Frexlancers Marketing
Author URI: https://frexlancers.com
Description: A luxury artisan theme for Mel's Candles and Gems. Built with Advanced Custom Fields for easy content management — edit text, images, products, and more directly from the WordPress dashboard.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mels-candles
Tags: e-commerce, portfolio, artisan, luxury, custom-fields

--- COLOR PALETTE ---
Background:   #faf7f2  (warm cream)
Dark:         #1a1410  (deep espresso)
Gold:         #c9a96e  (warm gold accent)
Gold Light:   #e8d5b0  (soft gold)
Text:         #3d2c1e  (rich brown)
Muted:        #8a7560  (muted taupe)
*/

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:          #fdf6f8;
  --dark:        #2d1f2a;
  --gold:        #d4899a;
  --gold-light:  #f5d6de;
  --gold-dark:   #b5607a;
  --text:        #3d2030;
  --muted:       #9a7585;
  --white:       #ffffff;
  --card-bg:     #fceef2;
  --border:      #ecd4db;

  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body:    'Jost', 'Helvetica Neue', sans-serif;

  --radius:      4px;
  --radius-lg:   12px;
  --transition:  0.3s ease;
  --max-width:   1240px;
  --section-pad: 100px 24px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background-color: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* =============================================
   TYPOGRAPHY
   ============================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  color: var(--dark);
}

h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h4 { font-size: 1.15rem; font-family: var(--font-body); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }

p { margin-bottom: 1.2em; max-width: 68ch; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: all var(--transition);
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn-primary {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201,169,110,0.35);
}

.btn-outline {
  background: transparent;
  color: var(--dark);
  border-color: var(--dark);
}
.btn-outline:hover {
  background: var(--dark);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
  padding: 10px 24px;
  font-size: 0.7rem;
}
.btn-ghost:hover {
  background: var(--gold);
  color: var(--dark);
}

/* =============================================
   LAYOUT UTILITIES
   ============================================= */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: var(--section-pad); }
.section-sm { padding: 60px 24px; }

.text-center { text-align: center; }
.text-center p { margin-left: auto; margin-right: auto; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.divider {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 24px 0;
}
.divider-center { margin: 24px auto; }

/* =============================================
   HEADER & NAVIGATION
   ============================================= */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background var(--transition), box-shadow var(--transition);
  padding: 0;
}

#site-header.scrolled {
  background: rgba(250,247,242,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.site-logo {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: 0.05em;
}
.site-logo span { color: var(--gold); }

#site-header.on-dark .site-logo { color: var(--white); }
#site-header.on-dark.scrolled .site-logo { color: var(--dark); }

.main-nav { display: flex; align-items: center; gap: 36px; }

.main-nav a {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dark);
  position: relative;
  transition: color var(--transition);
}

#site-header.on-dark:not(.scrolled) .main-nav a { color: rgba(255,255,255,0.88); }

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.main-nav a:hover::after,
.main-nav a.current-menu-item::after { transform: scaleX(1); }
.main-nav a:hover { color: var(--gold); }

.nav-cta {
  background: var(--gold) !important;
  color: var(--dark) !important;
  padding: 10px 22px;
  border-radius: var(--radius);
  font-weight: 600 !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--gold-dark) !important; color: var(--white) !important; }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.menu-toggle span {
  width: 24px; height: 2px;
  background: var(--dark);
  transition: all var(--transition);
  display: block;
}

/* =============================================
   HERO — HOME
   ============================================= */
.hero-home {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(26,20,16,0.72) 0%, rgba(26,20,16,0.25) 60%, transparent 100%);
}

.hero-home .container { position: relative; z-index: 1; padding-top: 120px; }

.hero-content { max-width: 680px; }
.hero-content .eyebrow { color: var(--gold-light); }

.hero-title {
  color: var(--white);
  margin-bottom: 24px;
  text-shadow: 0 2px 40px rgba(0,0,0,0.3);
}

.hero-subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 480px;
  margin-bottom: 40px;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-scroll {
  position: absolute;
  bottom: 36px; left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.6);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.4; transform: scaleY(0.6); }
}

/* =============================================
   HERO — INNER PAGES
   ============================================= */
.hero-inner {
  position: relative;
  height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 64px;
}

.hero-inner .hero-bg::after {
  background: linear-gradient(to top, rgba(26,20,16,0.8) 0%, rgba(26,20,16,0.3) 60%, transparent 100%);
}

.hero-inner .container { position: relative; z-index: 1; padding-top: 80px; }
.hero-inner .eyebrow { color: var(--gold-light); }
.hero-inner h1 { color: var(--white); font-size: clamp(2.2rem, 4vw, 3.8rem); }

/* =============================================
   FEATURED PRODUCTS — HOME
   ============================================= */
.featured-products { background: var(--bg); }

.section-header { margin-bottom: 56px; }
.section-header.text-center .divider { margin: 16px auto 0; }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 28px; }

.product-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  border: 1px solid var(--border);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(58,44,30,0.12);
}

.product-card-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--card-bg);
}

.product-card-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-card:hover .product-card-image img { transform: scale(1.06); }

.product-card-body { padding: 20px; }

.product-badge {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
  display: block;
}

.product-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-weight: 500;
}

.product-card-body p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 14px;
}

.product-price {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dark);
}

/* =============================================
   CANDLE GRID — PRODUCTS PAGE
   ============================================= */
.candle-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }

.candle-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
}

.candle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(58,44,30,0.1);
}

.candle-card-img {
  aspect-ratio: 1;
  background: var(--card-bg);
  overflow: hidden;
}

.candle-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.candle-card:hover .candle-card-img img { transform: scale(1.08); }

.candle-card-info {
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.candle-card-info span { font-size: 0.8rem; color: var(--muted); }
.candle-card-info strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--dark);
}

/* =============================================
   ABOUT STRIP — HOME
   ============================================= */
.about-strip { background: var(--dark); color: var(--white); overflow: hidden; }

.about-strip .grid-2 { gap: 80px; }

.about-image-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.about-image-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.about-image-wrap::before {
  content: '';
  position: absolute;
  top: -20px; left: -20px;
  width: 60%; height: 60%;
  border: 2px solid var(--gold);
  border-radius: var(--radius-lg);
  opacity: 0.4;
  z-index: -1;
}

.about-content .eyebrow { color: var(--gold); }
.about-content h2 { color: var(--white); margin-bottom: 20px; }
.about-content p { color: rgba(255,255,255,0.75); margin-bottom: 32px; }
.about-content .divider { background: var(--gold); }

/* =============================================
   WORKSHOPS BANNER
   ============================================= */
.workshops-banner {
  background: var(--gold-light);
  text-align: center;
  padding: 80px 24px;
}

.workshops-banner h2 { margin-bottom: 16px; }
.workshops-banner p { margin: 0 auto 36px; color: var(--muted); }

/* =============================================
   SERVICES PAGE
   ============================================= */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: box-shadow var(--transition), transform var(--transition);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(58,44,30,0.1);
}

.service-icon {
  width: 52px; height: 52px;
  background: var(--gold-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.service-card h3 { margin-bottom: 12px; }
.service-card p { font-size: 0.88rem; color: var(--muted); margin-bottom: 24px; }

.workshop-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid var(--border);
}

.workshop-detail:last-child { border-bottom: none; }
.workshop-detail:nth-child(even) .workshop-detail-img { order: 2; }
.workshop-detail:nth-child(even) .workshop-detail-content { order: 1; }

.workshop-detail-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}

.workshop-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.workshop-detail-content h3 { margin-bottom: 12px; }
.workshop-detail-content p { color: var(--muted); margin-bottom: 24px; font-size: 0.9rem; }

.workshop-list {
  margin: 16px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.workshop-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.85rem; color: var(--text);
}

.workshop-list li::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* =============================================
   ABOUT PAGE
   ============================================= */
.about-story { padding: 100px 24px; }

.about-story .grid-2 { gap: 80px; }

.about-story-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
}

.about-story-img img { width: 100%; height: 100%; object-fit: cover; }

.about-quote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-style: italic;
  color: var(--dark);
  border-left: 3px solid var(--gold);
  padding-left: 24px;
  margin: 32px 0;
  line-height: 1.4;
}

.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }

.value-item {
  text-align: center;
  padding: 40px 24px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.value-number {
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--gold);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}

.value-item h4 { margin-bottom: 8px; }
.value-item p { font-size: 0.85rem; color: var(--muted); max-width: none; margin: 0; }

/* =============================================
   CONTACT PAGE
   ============================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }

.contact-info h2 { margin-bottom: 16px; }
.contact-info p { color: var(--muted); margin-bottom: 36px; font-size: 0.9rem; }

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-detail-icon {
  width: 44px; height: 44px;
  background: var(--gold-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.contact-detail-text strong {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
}

.contact-detail-text span { font-size: 0.9rem; color: var(--text); }

.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
}

.contact-form-wrap h3 { margin-bottom: 28px; font-size: 1.5rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.form-group { margin-bottom: 20px; }

.form-group label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,169,110,0.15);
}

.form-group textarea { resize: vertical; min-height: 120px; }

/* =============================================
   FOOTER
   ============================================= */
#site-footer {
  background: var(--dark);
  color: rgba(255,255,255,0.75);
  padding: 72px 24px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand .site-logo { margin-bottom: 16px; display: block; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; max-width: 28ch; }

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.social-link {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  transition: all var(--transition);
  color: rgba(255,255,255,0.7);
}
.social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,169,110,0.1);
}

.footer-col h5 {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}

.footer-col ul { display: flex; flex-direction: column; gap: 10px; }

.footer-col ul li a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: var(--gold); }

.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}

/* =============================================
   PRODUCTS PAGE — TABS
   ============================================= */
.products-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.tab-btn {
  padding: 10px 24px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 40px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  transition: all var(--transition);
}

.tab-btn.active,
.tab-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--dark);
}

.tab-panel { display: none; }
.tab-panel.active { display: block; }

.products-section-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-bottom: 8px;
  margin-top: 48px;
}

.products-section-title:first-child { margin-top: 0; }

.products-section-sub {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 28px;
}

/* =============================================
   ANIMATIONS
   ============================================= */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  :root { --section-pad: 64px 20px; }

  .header-inner { padding: 18px 20px; }
  .main-nav { display: none; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--bg); padding: 100px 32px 40px; gap: 28px; z-index: 999; }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 1.4rem; font-family: var(--font-display); letter-spacing: 0; text-transform: none; }
  .menu-toggle { display: flex; z-index: 1001; position: relative; }

  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .grid-3 { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .workshop-detail { grid-template-columns: 1fr; }
  .workshop-detail:nth-child(even) .workshop-detail-img { order: 0; }
  .workshop-detail:nth-child(even) .workshop-detail-content { order: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  .hero-home { min-height: 90vh; }
  .hero-inner { height: 320px; }
}

@media (max-width: 480px) {
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .candle-grid { grid-template-columns: repeat(2,1fr); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}

/* ── Header Social Icons ── */
.header-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 8px;
}
.header-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    opacity: 0.7;
    transition: opacity var(--transition), color var(--transition);
}
#site-header.on-dark:not(.scrolled) .header-social-link { color: rgba(255,255,255,0.8); }
.header-social-link:hover { opacity: 1; color: var(--gold); }

@media (max-width: 768px) { .header-socials { display: none; } }
