/* ============================================
   VELA Brand Identity Kit — Styles
   ============================================ */

:root {
  --obsidian: #1A1A1A;
  --obsidian-soft: #2A2A2A;
  --ivory: #FAFAFA;
  --silver: #E0E0E0;
  --silver-mid: #A0A0A0;
  --gold: #B8860B;
  --gold-light: #D4A843;
  --gold-dim: rgba(184, 134, 11, 0.15);

  --font-display: 'Outfit', sans-serif;
  --font-body: 'Spectral', serif;

  --radius: 2px;
  --radius-md: 4px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--obsidian);
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  background: rgba(26, 26, 26, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--ivory);
}

.nav-links {
  display: flex;
  gap: 36px;
}

.nav-links a {
  color: var(--silver-mid);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color var(--transition);
}

.nav-links a:hover { color: var(--gold); }

/* ============================================
   HERO
   ============================================ */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 48px 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(184,134,11,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 40% 30% at 20% 80%, rgba(184,134,11,0.03) 0%, transparent 60%);
  pointer-events: none;
}

.hero-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeUp 0.8s 0.2s forwards;
}

.hero-logo-lockup {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 0.9s 0.4s forwards;
}

.hero-mark { flex-shrink: 0; }

.hero-wordmark {
  text-align: left;
}

.brand-name {
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ivory);
}

.brand-rule {
  width: 100%;
  height: 1px;
  background: var(--gold);
  margin: 8px 0;
  opacity: 0.8;
}

.brand-sub {
  font-size: 0.72rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--silver-mid);
  font-weight: 400;
}

.hero-desc {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--silver-mid);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 56px;
  opacity: 0;
  animation: fadeUp 0.9s 0.6s forwards;
}

.hero-scroll-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver-mid);
  opacity: 0;
  animation: fadeUp 0.9s 0.9s forwards;
}

/* ============================================
   SECTIONS
   ============================================ */
.section {
  padding: 100px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.section--alt {
  max-width: 100%;
  background: var(--obsidian-soft);
  padding: 100px max(48px, calc((100vw - 1200px) / 2 + 48px));
}

.section-header {
  margin-bottom: 64px;
}

.section-tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ivory);
  margin-bottom: 16px;
}

.section-desc {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--silver-mid);
  max-width: 560px;
  line-height: 1.8;
}

.sub-heading {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--silver-mid);
  margin-bottom: 20px;
  font-weight: 500;
}

/* ============================================
   LOGO SECTION
   ============================================ */
.logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2px;
  margin-bottom: 64px;
}

.logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 56px 32px 32px;
  position: relative;
  min-height: 220px;
}

.logo-card--dark { background: var(--obsidian); }
.logo-card--light { background: var(--ivory); }
.logo-card--sm { min-height: 180px; }

.logo-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lk-name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.lk-name.dark { color: var(--ivory); }
.lk-name.light { color: var(--obsidian); }

.lk-rule {
  height: 1px;
  width: 100%;
  margin: 5px 0;
}
.lk-rule.gold { background: var(--gold); }

.lk-sub {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
}
.lk-sub.dark { color: var(--silver-mid); }
.lk-sub.light { color: #888; }

.logo-label {
  position: absolute;
  bottom: 14px;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver-mid);
}
.logo-label.light-label { color: #999; }

/* Clearspace */
.clearspace-block { margin-top: 16px; }

.clearspace-demo {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-top: 20px;
}

.clearspace-outer {
  border: 1px dashed rgba(184,134,11,0.4);
  padding: 28px;
  display: inline-flex;
}

.clearspace-inner {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cs-name {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--ivory);
}

.clearspace-notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 320px;
}

.clearspace-notes p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--silver-mid);
  line-height: 1.7;
}

.clearspace-notes strong { color: var(--ivory); }

/* ============================================
   COLOR SECTION
   ============================================ */
.color-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-bottom: 56px;
}

.color-swatch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 28px 24px;
  min-height: 220px;
  transition: transform var(--transition);
  cursor: default;
}

.color-swatch:hover { transform: translateY(-4px); }

.swatch--obsidian { background: #1A1A1A; border: 1px solid rgba(255,255,255,0.06); }
.swatch--ivory { background: #FAFAFA; }
.swatch--silver { background: #E0E0E0; }
.swatch--gold { background: #B8860B; }

.swatch-name {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--ivory);
  margin-bottom: 6px;
}

.swatch-role {
  font-size: 0.75rem;
  color: var(--silver-mid);
  line-height: 1.5;
}

.ivory-text { color: var(--obsidian) !important; }
.silver-text { color: var(--obsidian) !important; }

.swatch-codes {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.swatch-codes span {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--silver-mid);
  font-family: 'Courier New', monospace;
}

.ivory-codes span, .silver-codes span { color: #888 !important; }

/* Color usage bar */
.color-usage { margin-top: 8px; }

.usage-bar-wrap { margin: 20px 0 16px; }

.usage-bar {
  display: flex;
  height: 48px;
  border-radius: var(--radius);
  overflow: hidden;
  gap: 2px;
}

.usage-seg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: var(--silver-mid);
  transition: flex var(--transition);
}

.seg-obsidian { background: #1A1A1A; border: 1px solid rgba(255,255,255,0.08); }
.seg-ivory { background: #FAFAFA; }
.seg-silver { background: #E0E0E0; }
.seg-gold { background: #B8860B; }

.dark-text { color: #888 !important; }

.usage-note {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--silver-mid);
  line-height: 1.7;
  max-width: 600px;
  font-style: italic;
}

/* ============================================
   TYPOGRAPHY SECTION
   ============================================ */
.type-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 64px;
}

.type-block {
  background: var(--obsidian-soft);
  padding: 48px 40px;
}

.type-meta {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.type-family {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ivory);
}

.spectral-font { font-family: var(--font-body) !important; }

.type-role {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.type-specimen {
  margin-bottom: 32px;
}

.ts-xl {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ivory);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.ts-alphabet {
  font-size: 0.82rem;
  color: var(--silver-mid);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.outfit-specimen .ts-xl { font-family: var(--font-display); }
.spectral-specimen .ts-xl { font-family: var(--font-body); font-style: italic; }

.type-weights { display: flex; flex-direction: column; gap: 10px; }

.tw-row {
  font-size: 0.95rem;
  color: var(--ivory);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.outfit-light { font-family: var(--font-display); font-weight: 300; }
.outfit-regular { font-family: var(--font-display); font-weight: 400; }
.outfit-medium { font-family: var(--font-display); font-weight: 500; }
.outfit-semibold { font-family: var(--font-display); font-weight: 600; }
.outfit-bold { font-family: var(--font-display); font-weight: 700; }

.spectral-light { font-family: var(--font-body); font-weight: 300; }
.spectral-regular { font-family: var(--font-body); font-weight: 400; }
.spectral-semibold { font-family: var(--font-body); font-weight: 600; }
.spectral-italic { font-family: var(--font-body); font-style: italic; }

/* Type scale table */
.type-scale { margin-top: 8px; }

.scale-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.06);
}

.scale-row {
  display: grid;
  grid-template-columns: 160px 280px 1fr;
  align-items: center;
  gap: 24px;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background var(--transition);
}

.scale-row:last-child { border-bottom: none; }
.scale-row:hover { background: rgba(255,255,255,0.02); }

.scale-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.scale-spec {
  font-size: 0.75rem;
  color: var(--silver-mid);
  font-family: 'Courier New', monospace;
  letter-spacing: 0.02em;
}

.scale-sample {
  font-family: var(--font-display);
  color: var(--ivory);
}

/* ============================================
   USAGE / BRAND IN USE
   ============================================ */
.usage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.usage-item { display: flex; flex-direction: column; gap: 16px; }
.usage-item--wide { grid-column: 1 / -1; }

/* Business Cards */
.biz-card {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1.75 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.biz-card--front {
  background: var(--obsidian);
  border: 1px solid rgba(255,255,255,0.08);
  gap: 8px;
}

.bc-mark { margin-bottom: 4px; }

.bc-name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--ivory);
}

.bc-rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 4px 0;
}

.bc-title {
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--silver-mid);
}

.biz-card--back {
  background: var(--obsidian-soft);
  border: 1px solid rgba(255,255,255,0.08);
  align-items: flex-start;
  gap: 6px;
}

.bc-contact-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ivory);
  letter-spacing: 0.05em;
}

.bc-contact-role {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.bc-divider {
  width: 32px;
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin: 6px 0;
}

.bc-contact-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bc-contact-info span {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--silver-mid);
}

/* UI Components */
.ui-components {
  background: var(--obsidian);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.comp-group { display: flex; flex-direction: column; gap: 14px; }

.comp-label {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--silver-mid);
}

.comp-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.comp-row--col { flex-direction: column; align-items: stretch; max-width: 320px; }

/* Buttons */
.btn {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  border-radius: var(--radius);
}

.btn-primary {
  background: var(--ivory);
  color: var(--obsidian);
}
.btn-primary:hover { background: var(--silver); }

.btn-secondary {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(255,255,255,0.25);
}
.btn-secondary:hover { border-color: var(--ivory); }

.btn-ghost {
  background: transparent;
  color: var(--silver-mid);
  border: 1px solid rgba(255,255,255,0.1);
}
.btn-ghost:hover { color: var(--ivory); border-color: rgba(255,255,255,0.2); }

.btn-gold {
  background: var(--gold);
  color: var(--ivory);
}
.btn-gold:hover { background: var(--gold-light); }

/* Inputs */
.brand-input {
  font-family: var(--font-display);
  font-size: 0.88rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--ivory);
  padding: 12px 16px;
  border-radius: var(--radius);
  outline: none;
  transition: border-color var(--transition);
}
.brand-input::placeholder { color: var(--silver-mid); }
.brand-input:focus { border-color: var(--gold); }

/* Tags */
.tag {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 500;
}

.tag-default { background: rgba(255,255,255,0.08); color: var(--ivory); }
.tag-gold { background: var(--gold-dim); color: var(--gold-light); border: 1px solid rgba(184,134,11,0.3); }
.tag-outline { background: transparent; color: var(--silver-mid); border: 1px solid rgba(255,255,255,0.15); }
.tag-light { background: rgba(255,255,255,0.05); color: var(--silver); }

/* ============================================
   SOCIAL TEMPLATES
   ============================================ */
.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.social-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-item--wide { grid-column: 1 / -1; }

.social-platform-label {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Instagram Square */
.ig-square {
  aspect-ratio: 1 / 1;
  background: var(--obsidian);
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.ig-bg-accent {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(184,134,11,0.08);
  transform: rotate(45deg);
}

.ig-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.ig-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ig-brand {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--ivory);
}

.ig-main { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 12px; }

.ig-eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.ig-headline {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--ivory);
}

.ig-headline em {
  font-style: italic;
  font-family: var(--font-body);
  color: var(--gold-light);
}

.ig-gold-line {
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.ig-body {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--silver-mid);
  line-height: 1.6;
}

.ig-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ig-handle {
  font-size: 0.68rem;
  color: var(--silver-mid);
  letter-spacing: 0.05em;
}

.ig-cta {
  font-size: 0.68rem;
  color: var(--gold);
  letter-spacing: 0.08em;
}

/* Instagram Story */
.ig-story {
  aspect-ratio: 9 / 16;
  background: var(--obsidian);
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
}

.ig-story::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 280px;
  height: 280px;
  border: 1px solid rgba(184,134,11,0.05);
}

.story-top-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.story-brand {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--ivory);
}

.story-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 1;
}

.story-big-mark { opacity: 0.9; }

.story-quote {
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-style: italic;
  color: var(--ivory);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.story-gold-rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.story-sub {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--silver-mid);
  text-align: center;
}

.story-bottom { z-index: 1; text-align: center; }

.story-swipe {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

/* LinkedIn Banner */
.li-banner {
  aspect-ratio: 4 / 1;
  background: var(--obsidian);
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  padding: 0 48px;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.li-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.li-brand-text {
  display: flex;
  flex-direction: column;
}

.li-name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--ivory);
  line-height: 1;
}

.li-sub {
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--silver-mid);
}

.li-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

.li-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.li-tagline {
  font-family: var(--font-body);
  font-size: 1rem;
  font-style: italic;
  color: var(--ivory);
  letter-spacing: 0.01em;
}

.li-services {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.li-geo-accent {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Twitter Card */
.tw-card {
  aspect-ratio: 16 / 9;
  background: var(--obsidian);
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  padding: 48px 56px;
  gap: 48px;
  position: relative;
  overflow: hidden;
}

.tw-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tw-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.tw-headline {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--ivory);
}

.tw-gold-accent {
  width: 40px;
  height: 2px;
  background: var(--gold);
}

.tw-body {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--silver-mid);
  font-style: italic;
}

.tw-right {
  flex-shrink: 0;
  opacity: 0.7;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--ivory);
  margin-bottom: 4px;
}

.footer-note {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--silver-mid);
}

.footer-copy {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.2);
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .nav { padding: 16px 24px; }
  .nav-links { display: none; }
  .section { padding: 72px 24px; }
  .section--alt { padding: 72px 24px; }
  .logo-grid { grid-template-columns: 1fr 1fr; }
  .color-grid { grid-template-columns: 1fr 1fr; }
  .type-showcase { grid-template-columns: 1fr; }
  .scale-row { grid-template-columns: 120px 1fr; }
  .scale-sample { display: none; }
  .usage-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr; }
  .li-banner { aspect-ratio: 2.5 / 1; padding: 0 24px; gap: 20px; }
  .tw-card { padding: 32px; }
  .hero-logo-lockup { flex-direction: column; text-align: center; }
  .hero-wordmark { text-align: center; }
  .clearspace-demo { flex-direction: column; }
}

@media (max-width: 600px) {
  .logo-grid { grid-template-columns: 1fr; }
  .color-grid { grid-template-columns: 1fr; }
  .brand-name { font-size: 3.5rem; }
}