/* ==========================================================================
   GOLDENAGE | MODERN WOOD & WOODEN PRODUCTS (PAKISTAN)
   Under-Reconstruction & New Collection Showcase
   Fully Responsive (Mobile, Tablet, Desktop)
   ========================================================================== */

:root {
  --bg-dark: #090807;
  --bg-surface: #13110f;
  --bg-card: #1a1714;
  --bg-card-hover: #24201b;
  --bg-glass: rgba(22, 19, 16, 0.85);
  
  --timber-sheesham: #422013;
  --timber-deodar: #593f25;
  --timber-walnut: #382419;
  --timber-amber: #c97a3e;
  --timber-gold: #d4a373;
  --timber-glow: rgba(212, 163, 115, 0.18);
  
  --text-primary: #f8f5f0;
  --text-secondary: #b5aba0;
  --text-muted: #797166;
  --border-subtle: rgba(212, 163, 115, 0.14);
  --border-highlight: rgba(212, 163, 115, 0.4);
  
  --font-heading: 'Cinzel', 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'Space Mono', monospace, Courier;

  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-primary);
  font-family: var(--font-body);
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Background Atmosphere & Subtle Grain Layer */
.wood-atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: 
    radial-gradient(circle at 20% 15%, rgba(201, 122, 62, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 80% 65%, rgba(212, 163, 115, 0.07) 0%, transparent 50%),
    radial-gradient(circle at 50% 90%, rgba(66, 32, 19, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, rgba(9, 8, 7, 0.7) 0%, rgba(9, 8, 7, 0.96) 100%);
}

.wood-grain-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.02 0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-repeat: repeat;
}

/* Content Container */
.site-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Navigation */
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--border-subtle);
  gap: 1rem;
}

.brand-emblem {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: var(--text-primary);
  min-width: 0;
}

.brand-logo-img {
  height: 52px;
  width: auto;
  max-width: 60px;
  object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(212, 163, 115, 0.4));
  transition: var(--transition-smooth);
}

.brand-emblem:hover .brand-logo-img {
  transform: scale(1.06);
  filter: drop-shadow(0 5px 16px rgba(212, 163, 115, 0.65));
}

.footer-brand-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.footer-logo-img {
  height: 42px;
  width: auto;
  max-width: 50px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(212, 163, 115, 0.35));
}

.brand-info {
  min-width: 0;
}

.brand-info h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  letter-spacing: 0.16em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-info span {
  font-size: clamp(0.65rem, 1.1vw, 0.74rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  display: block;
  white-space: nowrap;
}

.header-actions {
  flex-shrink: 0;
}

.origin-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(28, 24, 20, 0.75);
  border: 1px solid var(--border-subtle);
  color: var(--timber-gold);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Hero Section */
.hero-section {
  padding: 4.5rem 0 3.5rem;
  text-align: center;
  position: relative;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.45rem 1.15rem;
  background: rgba(43, 31, 22, 0.7);
  border: 1px solid var(--border-highlight);
  border-radius: 999px;
  margin-bottom: 1.8rem;
  font-size: clamp(0.68rem, 1.3vw, 0.78rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--timber-gold);
  backdrop-filter: blur(12px);
  max-width: 100%;
  line-height: 1.4;
}

.status-indicator {
  position: relative;
  display: inline-flex;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: var(--timber-amber);
  border-radius: 50%;
}

.status-ping {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid var(--timber-amber);
  animation: pingRing 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pingRing {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2.2); opacity: 0; }
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin-bottom: 1.35rem;
  color: #fff;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hero-title .italic-text {
  font-style: italic;
  font-family: 'Playfair Display', Georgia, serif;
  background: linear-gradient(135deg, #ecd8be 0%, #d4a373 60%, #b87b40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: clamp(0.92rem, 1.3vw, 1.18rem);
  color: var(--text-secondary);
  max-width: 760px;
  margin: 0 auto 3rem;
  font-weight: 300;
  line-height: 1.8;
}

/* Countdown Clock */
.countdown-container {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(26, 23, 20, 0.65) 0%, rgba(16, 14, 12, 0.94) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 22px;
  padding: 2rem 1.5rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.countdown-header {
  font-size: clamp(0.7rem, 1.2vw, 0.8rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--timber-gold);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.countdown-header::before,
.countdown-header::after {
  content: '';
  height: 1px;
  width: 40px;
  background: linear-gradient(90deg, transparent, var(--border-highlight), transparent);
  display: inline-block;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.timer-card {
  background: rgba(14, 12, 10, 0.92);
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 1.15rem 0.4rem;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
  text-align: center;
}

.timer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--timber-gold), transparent);
  opacity: 0.5;
}

.timer-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-highlight);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.timer-value {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.timer-label {
  font-size: 0.68rem;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}

/* Hero Showcase Banner Frame */
.hero-banner-container {
  max-width: 1040px;
  width: 100%;
  margin: 3.2rem auto 0;
  position: relative;
}

.hero-banner-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-highlight);
  background: #110e0c;
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.85),
    0 0 35px rgba(212, 163, 115, 0.12);
  transition: var(--transition-smooth);
}

.hero-banner-frame:hover {
  border-color: var(--timber-gold);
  box-shadow: 
    0 30px 75px rgba(0, 0, 0, 0.95),
    0 0 45px rgba(212, 163, 115, 0.22);
}

.hero-banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-banner-frame:hover .hero-banner-image {
  transform: scale(1.015);
}

.banner-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.1rem;
  font-size: 0.75rem;
  font-family: var(--font-mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--timber-gold);
  gap: 0.75rem;
}

.banner-tagline::before,
.banner-tagline::after {
  content: '';
  height: 1px;
  width: 40px;
  background: linear-gradient(90deg, transparent, var(--border-highlight), transparent);
  display: inline-block;
}

/* Sections */
.section-wrapper {
  padding: 4.5rem 0;
  border-top: 1px solid var(--border-subtle);
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.8rem;
}

.section-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--timber-gold);
  margin-bottom: 0.5rem;
  display: inline-block;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

.section-desc {
  color: var(--text-secondary);
  font-size: clamp(0.88rem, 1.1vw, 0.98rem);
  font-weight: 300;
  line-height: 1.7;
}

/* Timeline Stages */
.stages-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.15rem;
  position: relative;
}

.stage-step {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 1.6rem 1.3rem;
  position: relative;
  transition: var(--transition-smooth);
}

.stage-step:hover {
  transform: translateY(-3px);
  border-color: var(--border-highlight);
  background: var(--bg-card);
}

.stage-step.active {
  border-color: var(--timber-gold);
  background: linear-gradient(180deg, rgba(38, 29, 21, 0.75) 0%, rgba(20, 17, 14, 0.92) 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 163, 115, 0.15);
}

.stage-number {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stage-badge {
  font-size: 0.65rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.stage-badge.done {
  background: rgba(62, 83, 64, 0.4);
  color: #8cc392;
  border: 1px solid rgba(62, 83, 64, 0.6);
}

.stage-badge.current {
  background: rgba(201, 122, 62, 0.3);
  color: var(--timber-gold);
  border: 1px solid var(--border-highlight);
  animation: pulseBadge 2s infinite;
}

@keyframes pulseBadge {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.stage-badge.pending {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
}

.stage-name {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
  color: #fff;
}

.stage-desc {
  font-size: 0.84rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.stage-progress-bar {
  margin-top: 1.1rem;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.stage-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #c47d3e, #d4a373);
  border-radius: 2px;
  transition: width 1s ease;
}

/* Pakistani Wood Specimen Explorer */
.specimen-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 2rem;
  align-items: stretch;
  background: linear-gradient(135deg, #171411 0%, #0f0d0b 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 22px;
  padding: 2.2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
}

.specimen-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
}

.specimen-tab-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: rgba(23, 20, 17, 0.6);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  color: var(--text-secondary);
  cursor: pointer;
  text-align: left;
  transition: var(--transition-smooth);
  width: 100%;
}

.specimen-tab-btn:hover {
  background: rgba(33, 28, 24, 0.85);
  border-color: var(--border-highlight);
  color: #fff;
}

.specimen-tab-btn.active {
  background: linear-gradient(90deg, rgba(48, 36, 26, 0.9) 0%, rgba(24, 20, 16, 0.95) 100%);
  border-color: var(--timber-gold);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.tab-title-group {
  min-width: 0;
}

.tab-title-group h4 {
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.tab-title-group span {
  font-size: 0.73rem;
  font-family: var(--font-mono);
  color: var(--text-muted);
}

.specimen-tab-btn.active .tab-title-group span {
  color: var(--timber-gold);
}

.tab-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--text-muted);
  flex-shrink: 0;
  margin-left: 0.75rem;
  transition: var(--transition-smooth);
}

.specimen-tab-btn.active .tab-indicator {
  background: var(--timber-gold);
  border-color: var(--timber-gold);
  box-shadow: 0 0 10px var(--timber-gold);
}

/* Specimen Card Display */
.specimen-display {
  background: #14110f;
  border: 1px solid var(--border-highlight);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
}

.specimen-visual {
  height: 220px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  transition: background 0.5s ease;
}

.specimen-grain-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  pointer-events: none;
}

.specimen-floating-tag {
  position: relative;
  z-index: 2;
  background: rgba(15, 12, 10, 0.88);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-subtle);
  padding: 0.35rem 0.85rem;
  border-radius: 6px;
  font-size: 0.7rem;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--timber-gold);
  max-width: 100%;
  word-break: break-word;
}

.specimen-details {
  padding: 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.specimen-name {
  font-family: var(--font-heading);
  font-size: 1.38rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.specimen-description {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1.4rem;
  flex: 1;
}

.specimen-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border-subtle);
}

.spec-item label {
  display: block;
  font-size: 0.68rem;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 0.2rem;
}

.spec-item span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
  display: block;
  line-height: 1.4;
}

/* Upcoming Collection Sneak Peek */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.collection-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  overflow: hidden;
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
}

.collection-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-highlight);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
}

.card-image-wrap {
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #171411;
}

.card-graphic {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-card:hover .card-graphic {
  transform: scale(1.06);
}

.card-pill {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(14, 12, 10, 0.88);
  border: 1px solid var(--border-subtle);
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  color: var(--timber-gold);
  backdrop-filter: blur(8px);
}

.card-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.55rem;
  line-height: 1.35;
}

.card-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.2rem;
  flex: 1;
}

.card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.feature-chip {
  font-size: 0.7rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.22rem 0.55rem;
  border-radius: 4px;
  color: var(--text-muted);
}

/* Artisan Philosophy Banner */
.philosophy-banner {
  margin: 1.5rem 0;
  background: radial-gradient(circle at center, rgba(38, 27, 18, 0.8) 0%, rgba(16, 13, 11, 0.95) 100%);
  border: 1px solid var(--border-highlight);
  border-radius: 20px;
  padding: 3rem 1.8rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-icon {
  width: 34px;
  height: 34px;
  color: var(--timber-gold);
  opacity: 0.7;
  margin: 0 auto 1.25rem;
}

.philosophy-quote {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2.2vw, 1.65rem);
  font-weight: 400;
  font-style: italic;
  max-width: 820px;
  margin: 0 auto 1.35rem;
  color: #fff;
  line-height: 1.55;
}

.philosophy-author {
  font-size: 0.82rem;
  font-family: var(--font-mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--timber-gold);
}

/* Footer */
.footer-wrap {
  padding: 3.5rem 0 2.2rem;
  border-top: 1px solid var(--border-subtle);
  display: grid;
  grid-template-columns: 1.6fr 1.1fr 1fr;
  gap: 2.5rem;
}

.footer-brand h3 {
  font-family: var(--font-heading);
  font-size: 1.38rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.65rem;
  color: #fff;
  text-transform: uppercase;
}

.footer-brand p {
  font-size: 0.85rem;
  color: var(--text-muted);
  max-width: 340px;
  line-height: 1.65;
}

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--timber-gold);
  margin-bottom: 1.1rem;
}

.footer-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-info-list li {
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.5;
}

/* 4 Social Icons Grid */
.social-icons-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(25, 21, 18, 0.85);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.social-icon-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: var(--transition-smooth);
}

.social-icon-btn:hover {
  background: var(--timber-gold);
  border-color: var(--timber-gold);
  color: #120e0b;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(212, 163, 115, 0.4);
}

.social-icon-btn:hover svg {
  transform: scale(1.1);
}

/* Footer Bottom & Clean Vintsol Link */
.footer-bottom {
  padding: 1.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  gap: 1rem;
  flex-wrap: wrap;
}

.vintsol-link {
  color: var(--timber-gold);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: var(--transition-smooth);
}

.vintsol-link:hover {
  color: #fff;
  text-decoration: underline;
  text-shadow: 0 0 10px rgba(212, 163, 115, 0.5);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Mobile-First Optimization)
   ========================================================================== */

/* Medium Desktops and Laptops (<= 1024px) */
@media (max-width: 1024px) {
  .specimen-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 1.75rem;
  }
  .footer-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

/* Tablets & Large Mobile Devices (<= 768px) */
@media (max-width: 768px) {
  .site-wrapper {
    padding: 0 1.25rem;
  }

  .header-nav {
    padding: 1.4rem 0;
  }

  .hero-section {
    padding: 3.5rem 0 2.5rem;
  }

  .countdown-container {
    padding: 1.6rem 1rem;
    border-radius: 18px;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .timer-card {
    padding: 1rem 0.35rem;
  }

  .stages-timeline {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .collection-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .philosophy-banner {
    padding: 2.4rem 1.4rem;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .brand-logo-img {
    height: 46px;
  }

  .hero-banner-container {
    margin-top: 2.2rem;
  }

  .hero-banner-frame {
    border-radius: 14px;
  }

  .banner-tagline {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }
}

/* Small Smart Phones (<= 480px) */
@media (max-width: 480px) {
  .site-wrapper {
    padding: 0 0.9rem;
  }

  .header-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.85rem;
    padding: 1.2rem 0;
  }

  .brand-emblem {
    flex-direction: column;
    text-align: center;
    gap: 0.6rem;
  }

  .status-badge {
    padding: 0.38rem 0.85rem;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    width: 100%;
  }

  .hero-title {
    font-size: clamp(1.75rem, 8vw, 2.3rem);
    margin-bottom: 1.1rem;
  }

  .hero-subtitle {
    font-size: 0.88rem;
    line-height: 1.7;
    margin-bottom: 2.2rem;
  }

  .countdown-header::before,
  .countdown-header::after {
    width: 20px;
  }

  .countdown-grid {
    gap: 0.6rem;
  }

  .timer-value {
    font-size: 1.85rem;
  }

  .timer-label {
    font-size: 0.62rem;
  }

  .section-wrapper {
    padding: 3.5rem 0;
  }

  .specimen-grid {
    padding: 1.2rem 0.85rem;
    border-radius: 16px;
  }

  .specimen-tab-btn {
    padding: 0.85rem 0.95rem;
  }

  .tab-title-group h4 {
    font-size: 0.92rem;
  }

  .tab-title-group span {
    font-size: 0.68rem;
  }

  .specimen-visual {
    height: 180px;
    padding: 1rem;
  }

  .specimen-details {
    padding: 1.2rem;
  }

  .specimen-name {
    font-size: 1.2rem;
  }

  .specimen-specs-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .card-image-wrap {
    height: 170px;
  }

  .card-content {
    padding: 1.25rem;
  }

  .philosophy-banner {
    padding: 2rem 1rem;
    border-radius: 16px;
  }

  .social-icons-container {
    justify-content: flex-start;
  }

  .brand-logo-img {
    height: 40px;
  }

  .footer-logo-img {
    height: 36px;
  }

  .footer-brand-header {
    justify-content: flex-start;
  }

  .hero-banner-container {
    margin-top: 1.8rem;
  }

  .hero-banner-frame {
    border-radius: 12px;
  }

  .banner-tagline {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    gap: 0.4rem;
  }

  .banner-tagline::before,
  .banner-tagline::after {
    width: 20px;
  }
}
