/* ==========================================================================
   THE SILKEN GLIDE - Zero-Blur, High-Inertia Luxury Editorial Stylesheet
   Author: Jaxon Tan (Hybrid Technologist & Software Specialist)
   Palette: Pure Absence Black (#050505), Gallery White (#F8F8F8), Platinum (#ECEBF0)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,600;0,6..96,700;0,6..96,900;1,6..96,400;1,6..96,700&family=Cormorant+Garamond:ital,wght@0,400;0,6..96,600;0,6..96,700;1,400&family=JetBrains+Mono:wght@300;400;500;600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --color-absence-black: #050505;
  --color-obsidian: #0e0e0e;
  --color-charcoal: #161616;
  --color-gallery-white: #f8f8f8;
  --color-lacquer-white: #ffffff;
  --color-platinum: #ecebf0;
  --color-burnished-gold: #c5a059;
  --color-muted-grey: #a0aec0;
  --color-border-subtle: rgba(236, 235, 240, 0.15);
  --font-serif: 'Bodoni Moda', 'Playfair Display', serif;
  --font-editorial: 'Cormorant Garamond', serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: none; /* Controlled by Diamond Cursor */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--color-absence-black);
  color: var(--color-gallery-white);
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: 0.015em;
  user-select: none;
}

/* ==========================================================================
   THE GLASS PERIMETER (1px Platinum Viewfinder Frame)
   ========================================================================== */
.glass-perimeter-frame {
  position: fixed;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid rgba(236, 235, 240, 0.18);
  pointer-events: none;
  z-index: 98;
  border-radius: 4px;
}

/* --- 3D WebGL Canvas (Layered Behind 2D Vector Text) --- */
#glide-canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}

/* ==========================================================================
   2D VECTOR TEXT ORTHOGRAPHIC OVERLAY (100% Tack-Sharp & Zero Blur)
   ========================================================================== */
.vector-stage-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
}

.vector-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 3rem;
  will-change: transform, opacity;
  filter: none !important; /* STRICT ZERO-BLUR */
}

/* ==========================================================================
   MINIMAL LUXURY GALLERY HEADER
   ========================================================================== */
.glide-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0) 100%);
}

.glide-brand {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}

.brand-signature {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.18em;
  color: var(--color-gallery-white);
  text-decoration: none;
  text-transform: uppercase;
}

.brand-insignia {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--color-burnished-gold);
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid rgba(197, 160, 89, 0.4);
  padding-left: 1.25rem;
  font-weight: 500;
}

/* Center Stage Navigation Pills */
.glide-nav-track {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(22, 22, 22, 0.75);
  border: 1px solid var(--color-border-subtle);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.glide-nav-item {
  background: transparent;
  border: none;
  color: #a0aec0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  transition: all 0.25s ease;
  font-weight: 500;
}

.glide-nav-item:hover {
  color: var(--color-gallery-white);
}

.glide-nav-item.active {
  background: var(--color-gallery-white);
  color: var(--color-absence-black);
  font-weight: 700;
}

/* Header Controls */
.glide-controls {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.control-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--color-gallery-white);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
}

.control-pill:hover {
  border-color: var(--color-burnished-gold);
  color: var(--color-burnished-gold);
}

.control-pill.active {
  background: rgba(197, 160, 89, 0.18);
  border-color: var(--color-burnished-gold);
  color: var(--color-burnished-gold);
}

.control-pill-gold {
  background: var(--color-burnished-gold);
  color: var(--color-absence-black);
  border: none;
  font-weight: 700;
}

.control-pill-gold:hover {
  background: #d4af37;
  color: var(--color-absence-black);
}

/* ==========================================================================
   STAGE 0: THE REVEAL (HERO)
   ========================================================================== */
.reveal-content {
  text-align: center;
  max-width: 950px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

/* Hero Portrait Monolith Frame */
.reveal-portrait-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, rgba(197, 160, 89, 0.9) 0%, rgba(236, 235, 240, 0.3) 50%, rgba(22, 22, 22, 0.9) 100%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8), 0 0 25px rgba(197, 160, 89, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
  margin-bottom: 0.25rem;
}

.reveal-portrait-wrapper:hover {
  transform: scale(1.06);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.9), 0 0 35px rgba(197, 160, 89, 0.45);
}

.reveal-portrait-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid var(--color-absence-black);
}

.portrait-status-badge {
  position: absolute;
  bottom: -8px;
  background: rgba(18, 18, 18, 0.95);
  border: 1px solid rgba(197, 160, 89, 0.45);
  color: var(--color-burnished-gold);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
  font-weight: 700;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  display: inline-block;
}

.reveal-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  color: var(--color-burnished-gold);
  text-transform: uppercase;
  font-weight: 600;
}

.reveal-title {
  font-family: var(--font-serif);
  font-size: clamp(3.6rem, 8.5vw, 7.8rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.reveal-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: #cbd5e1;
  max-width: 680px;
  line-height: 1.7;
  font-weight: 400;
}

.reveal-actions {
  display: flex;
  gap: 1.25rem;
  margin-top: 1rem;
}

.btn-glide {
  padding: 0.9rem 2.2rem;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.btn-glide.primary {
  background: var(--color-gallery-white);
  color: var(--color-absence-black);
}

.btn-glide.primary:hover {
  background: var(--color-lacquer-white);
  transform: translateY(-2px);
}

.btn-glide.outline {
  background: transparent;
  color: var(--color-gallery-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-glide.outline:hover {
  border-color: var(--color-burnished-gold);
  color: var(--color-burnished-gold);
}

/* ==========================================================================
   STAGE 1: THE VITRINE (PROJECT SLABS)
   ========================================================================== */
.stage-header {
  text-align: center;
  margin-bottom: 2.75rem;
}

.stage-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  color: var(--color-burnished-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.stage-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.vitrine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 2.25rem;
  width: min(1200px, 92vw);
}

.slab-monolith-item {
  background: #ffffff;
  color: #050505;
  border-radius: 14px;
  padding: 2.5rem 2.2rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.slab-monolith-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 45px 95px rgba(0, 0, 0, 0.95);
}

.slab-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b48c36;
  font-weight: 700;
  display: block;
  margin-bottom: 0.75rem;
}

.slab-title {
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.25;
  color: #050505;
}

.slab-desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #1f2937;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.slab-pills {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}

.slab-pills span {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  background: #f1f1ee;
  color: #1f2937;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-weight: 600;
}

.slab-actions {
  display: flex;
  gap: 0.75rem;
}

.slab-btn {
  flex: 1;
  text-align: center;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.slab-btn.dark {
  background: #050505;
  color: #ffffff;
  border: none;
}

.slab-btn.dark:hover {
  background: #222222;
  color: var(--color-burnished-gold);
}

.slab-btn.client {
  background: transparent;
  color: #050505;
  border: 1px solid rgba(0, 0, 0, 0.3);
  flex: 0 0 auto;
}

.slab-btn.client:hover {
  border-color: #b48c36;
  color: #b48c36;
}

/* ==========================================================================
   STAGE 2: THE BLUEPRINT (ABOUT & 4 PILLARS)
   ========================================================================== */
.blueprint-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  width: min(1200px, 92vw);
  align-items: center;
}

.blueprint-statement {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.blueprint-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #f1f5f9;
  font-weight: 400;
}

.blueprint-intern-box {
  background: rgba(22, 22, 22, 0.85);
  border: 1px solid rgba(197, 160, 89, 0.4);
  border-left: 4px solid var(--color-burnished-gold);
  border-radius: 0 8px 8px 0;
  padding: 1.5rem 1.75rem;
}

.blueprint-intern-box h4 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.blueprint-intern-box p {
  font-size: 0.92rem;
  color: #cbd5e1;
  line-height: 1.6;
}

.blueprint-intern-box a {
  color: var(--color-burnished-gold);
  text-decoration: none;
  font-weight: 700;
}

.blueprint-intern-box a:hover {
  text-decoration: underline;
}

/* 4 Pillars Monolithic Grid */
.blueprint-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.pillar-item {
  background: rgba(22, 22, 22, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease;
}

.pillar-item:hover {
  border-color: var(--color-burnished-gold);
  transform: translateY(-4px);
}

.pillar-num {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--color-burnished-gold);
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.pillar-item h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-weight: 700;
}

.pillar-item p {
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.6;
}

/* ==========================================================================
   STAGE 3: THE FOLIO (TIMELINE & VOICES)
   ========================================================================== */
.folio-container {
  width: min(1200px, 92vw);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

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

.folio-card {
  background: #161616;
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.35s ease;
}

.folio-card:hover {
  border-color: var(--color-burnished-gold);
  transform: translateY(-6px);
}

.folio-card.gold-embossed {
  border-color: var(--color-burnished-gold);
  background: linear-gradient(180deg, rgba(197, 160, 89, 0.15) 0%, rgba(24, 24, 24, 0.95) 100%);
}

.folio-year {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--color-burnished-gold);
  display: block;
  margin-bottom: 0.25rem;
}

.folio-card h4 {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.folio-card p {
  font-size: 0.86rem;
  color: #cbd5e1;
  line-height: 1.6;
}

.folio-stamp {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-burnished-gold);
  border-top: 1px solid rgba(197, 160, 89, 0.3);
  padding-top: 0.75rem;
  margin-top: 1rem;
  font-weight: 700;
}

.folio-voices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.folio-voice-plaque {
  background: rgba(22, 22, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.folio-voice-plaque p {
  font-family: var(--font-editorial);
  font-size: 1.2rem;
  font-style: italic;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.folio-voice-plaque cite {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-burnished-gold);
  display: block;
}

.folio-voice-plaque span {
  font-size: 0.78rem;
  color: #94a3b8;
}

/* ==========================================================================
   STAGE 4: THE PLINTH (CONTACT & DIALOGUE)
   ========================================================================== */
.plinth-box {
  background: #161616;
  border: 1px solid rgba(197, 160, 89, 0.4);
  border-radius: 16px;
  padding: 4rem 3.5rem;
  width: min(900px, 92vw);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.9);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
}

.plinth-channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin: 0.5rem 0;
}

.plinth-channel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: all 0.3s ease;
}

.plinth-channel:hover {
  border-color: var(--color-burnished-gold);
  background: rgba(197, 160, 89, 0.08);
}

.channel-tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: #94a3b8;
  text-transform: uppercase;
  font-weight: 600;
}

.channel-data {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.channel-data:hover {
  color: var(--color-burnished-gold);
}

.plinth-credits {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #94a3b8;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.75rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ==========================================================================
   THE DIAMOND CURSOR (Instant 0ms Hardware Tracking + Smooth Shape Morph)
   ========================================================================== */
#diamond-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10000;
  will-change: transform;
  transition: none !important;
}

.diamond-shape {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  border: 1.5px solid var(--color-platinum);
  transform: rotate(45deg);
  transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.18s ease, border-color 0.18s ease, width 0.18s ease, height 0.18s ease, margin 0.18s ease;
}

#diamond-cursor.hovered .diamond-shape {
  transform: rotate(0deg);
  background-color: var(--color-lacquer-white);
  border-color: var(--color-lacquer-white);
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
}

/* Swelling Typographic Tracking (+2px) */
.tracking-expand {
  letter-spacing: 0.08em !important;
  transition: letter-spacing 0.3s ease;
}

/* ==========================================================================
   STATIC LOUPE CASE STUDY SLIDE-UP OVERLAY SHEET
   ========================================================================== */
#static-loupe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

#static-loupe-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.loupe-sheet-modal {
  background: #ffffff;
  color: #050505;
  border-radius: 20px 20px 0 0;
  padding: 3.5rem 4rem 4rem;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  max-height: 85vh;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.95);
}

#static-loupe-overlay.open .loupe-sheet-modal {
  transform: translateY(0);
}

.loupe-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.loupe-header h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 800;
  color: #050505;
}

.loupe-close-btn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.25s ease;
}

.loupe-close-btn:hover {
  background: #050505;
  color: #ffffff;
}

.loupe-body-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3.5rem;
}

.loupe-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #1f2937;
  margin-bottom: 1rem;
}

.loupe-meta-box {
  background: #f1f1ee;
  border-radius: 12px;
  padding: 2rem;
}

.loupe-meta-box h4 {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #b48c36;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.loupe-meta-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-size: 0.92rem;
}

.btn-sheet-link {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  background: #050505;
  color: #ffffff;
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  margin-right: 0.75rem;
  transition: all 0.3s ease;
}

.btn-sheet-link:hover {
  background: var(--color-burnished-gold);
  color: #050505;
}

.btn-sheet-link.outline {
  background: transparent;
  color: #050505;
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.btn-sheet-link.outline:hover {
  border-color: var(--color-burnished-gold);
  color: var(--color-burnished-gold);
}

/* ==========================================================================
   GLIDE FOOTER TELEMETRY STATUS BAR
   ========================================================================== */
.glide-telemetry-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.1rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0) 100%);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: #94a3b8;
}

.glide-telemetry-bar span.highlight {
  color: var(--color-burnished-gold);
  font-weight: 700;
}

/* ==========================================================================
   STANDALONE CASE STUDY PAGES & FOOTER (project-horizon, project-accounting, etc.)
   ========================================================================== */
.site-header {
  position: relative;
  background: #050505;
  padding: 1.75rem 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.site-header h1 a {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.navigation ul {
  display: flex;
  list-style: none;
  gap: 1.75rem;
}

.navigation a {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: #cbd5e1;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.25s ease;
}

.navigation a:hover {
  color: var(--color-burnished-gold);
}

.project-hero {
  padding: 5rem 2.5rem 3rem;
  background: #0c0c0c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.project-hero .container {
  max-width: 1100px;
  margin: 0 auto;
}

.project-date {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--color-burnished-gold);
  letter-spacing: 0.25em;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.project-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.project-tags span {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  background: #1e1e1e;
  color: #cbd5e1;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
}

.project-content {
  padding: 4.5rem 2.5rem 6rem;
  background: #050505;
}

.project-content .container {
  max-width: 1100px;
  margin: 0 auto;
}

.project-split-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 4rem;
}

.project-description h2 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.project-description p {
  font-size: 1rem;
  line-height: 1.8;
  color: #cbd5e1;
  margin-bottom: 1.25rem;
}

.project-timeline {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-left: 2px solid rgba(197, 160, 89, 0.3);
  padding-left: 2rem;
}

.timeline-entry h3 {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-burnished-gold);
  margin-bottom: 0.5rem;
}

.timeline-entry p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #a0aec0;
}

.btn.secondary {
  padding: 0.85rem 1.6rem;
  background: var(--color-burnished-gold);
  color: #050505;
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
}

.btn.secondary:hover {
  background: #d4af37;
}

/* Comprehensive Modern Footer */
.site-footer {
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4.5rem 2.5rem 2.5rem;
  color: #cbd5e1;
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand h3 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  font-weight: 800;
}

.footer-brand p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #94a3b8;
}

.footer-brand a {
  color: var(--color-burnished-gold);
  text-decoration: none;
  font-weight: 600;
}

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-burnished-gold);
  margin-bottom: 1.25rem;
  font-weight: 700;
}

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

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.25s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-social-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-size: 0.9rem;
}

.footer-social-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-social-links a:hover {
  color: var(--color-burnished-gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 2rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #94a3b8;
}

.footer-back-to-top {
  color: var(--color-burnished-gold);
  text-decoration: none;
  font-weight: 600;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 1024px) {
  .blueprint-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .folio-timeline {
    grid-template-columns: 1fr 1fr;
  }
  .folio-voices {
    grid-template-columns: 1fr;
  }
  .loupe-body-grid {
    grid-template-columns: 1fr;
  }
  .project-split-layout {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  * {
    cursor: auto;
  }
  #diamond-cursor {
    display: none;
  }
  .glide-nav-track {
    display: none;
  }
  .glide-header {
    padding: 1.25rem 1.5rem;
  }
  .glide-telemetry-bar {
    padding: 0.75rem 1.5rem;
  }
  .folio-timeline {
    grid-template-columns: 1fr;
  }
  .blueprint-pillars {
    grid-template-columns: 1fr;
  }
  .loupe-sheet-modal {
    padding: 2rem 1.5rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}