/* Font Import and Typography Base */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Madefor:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700;800;900&display=swap');

/* Lulo Clean W01 One Bold Font */
@font-face {
  font-family: 'LuloCleanW01-OneBold';
  src: url('../../public/fonts/Lulo Clean W01 One Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Avenir LT Std 85 Heavy Font */
@font-face {
  font-family: 'AvenirLTStd-85Heavy';
  src: url('../../public/fonts/Avenir LT Std 85 Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Base typography setup */
body {
  font-family: 'LuloCleanW01-OneBold', 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--hero-text);
}

/* Hero typography utilities */
.hero-headline-xl {
  font-size: var(--hero-headline-xl);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-family: 'LuloCleanW01-OneBold', 'Madefor', 'Inter', system-ui, -apple-system, sans-serif;
}

.hero-headline-sm {
  font-size: var(--hero-headline-sm);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: var(--hero-subtitle);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--hero-text-muted);
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
}

.hero-one-liner {
  font-size: var(--hero-one-liner);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--hero-text);
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;

}

/* Specific headline styling */
.hero-name-line {
  display: block;
  margin-bottom: 0.1em;
}

.hero-name-line.i-am {
  letter-spacing: 0.14em;
}

.hero-name-line .apostrophe {
  color: var(--hero-accent);
}

.metric-number {
    font-size: var(--hero-headline-sm);
    font-weight: 700;
    color: var(--hero-accent);
    line-height: 1;
    margin-bottom: 0.25rem;
    font-family: 'LuloCleanW01-OneBold', 'Inter', system-ui, -apple-system, sans-serif;
    font-variant-numeric: tabular-nums;
    min-width: 6ch;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.metric-number.visible {
    opacity: 1;
}

.metric-label {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--hero-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
}

/* Experience Section Typography */
.experience-headline {
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
  font-size: var(--experience-headline);
  font-weight: 800; /* Heavy weight */
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--experience-text);
  margin: 0;
  line-height: 0.95;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.experience-company {
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
  font-size: var(--experience-company);
  font-weight: 800;
  color: var(--experience-text);
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.experience-title {
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
  font-size: var(--experience-title);
  font-weight: 600;
  color: var(--experience-text-muted);
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.experience-period {
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
  font-size: var(--experience-period);
  font-weight: 700;
  color: var(--experience-accent); /* Green accent! */
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.experience-description {
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
  font-size: var(--experience-description);
  font-weight: 400;
  color: var(--experience-text-muted);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.experience-details-content h4 {
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
  font-size: var(--experience-title);
  font-weight: 600;
  color: var(--experience-text);
  margin: 0 0 1rem 0;
}

.experience-achievement-list li {
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
  font-size: var(--experience-description);
  color: var(--experience-text-muted);
  line-height: 1.6;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}

.experience-skill-tag {
  font-family: 'AvenirLTStd-85Heavy', 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  color: var(--experience-text);
  background-color: rgba(var(--experience-accent), 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  border: 1px solid var(--experience-accent);
}
