/* ============================================================
   ABOUT PAGE — Premium Styles ($20k+ Aesthetic)
   ============================================================ */

/* ---------- Hero ---------- */
.about-hero {
  position: relative;
}
.about-hero .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6) contrast(1.1);
}

/* ---------- Premium Bio Section ---------- */
.premium-bio {
  background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-card) 100%);
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.bio-bg-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.bio-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
}

.bio-glow-1 {
  width: 600px;
  height: 600px;
  background: var(--gold);
  top: -100px;
  left: -200px;
}

.bio-glow-2 {
  width: 500px;
  height: 500px;
  background: var(--gold-dark);
  bottom: -100px;
  right: -100px;
}

.premium-bio .container {
  position: relative;
  z-index: 1;
}

.bio-grid {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 80px;
  align-items: center;
}

.portrait-frame {
  position: relative;
  border-radius: 4px;
  padding: 12px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(212,175,55,0.1);
  box-shadow: 0 40px 100px rgba(0,0,0,0.8);
}

.main-portrait {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 2px;
  filter: contrast(1.05) saturate(1.1);
}

.portrait-accents .accent-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid var(--gold);
  pointer-events: none;
}

.portrait-accents .top-left {
  top: -8px;
  left: -8px;
  border-right: none;
  border-bottom: none;
}

.portrait-accents .bottom-right {
  bottom: -8px;
  right: -8px;
  border-left: none;
  border-top: none;
}

.years-badge {
  position: absolute;
  bottom: 40px;
  right: -40px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  padding: 24px;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 30px rgba(212,175,55,0.3);
  color: #000;
  border: 4px solid var(--bg-card);
}

.years-num {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.years-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.bio-story h2 {
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  line-height: 1.1;
  margin-bottom: 40px;
}

.story-paragraphs p {
  margin-bottom: 24px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
}

.story-paragraphs .lead {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 300;
}

.manifesto-quote {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-style: italic;
  color: var(--gold);
  border-left: 3px solid var(--gold);
  padding-left: 32px;
  margin: 40px 0;
  line-height: 1.4;
}

.bio-actions {
  margin-top: 48px;
}

/* ---------- Cinematic Showcase ---------- */
.cinematic-showcase {
  background: var(--bg-primary);
  padding: 120px 0;
}

.cinematic-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 60px;
}

.cinematic-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.cinematic-item.large {
  grid-column: 1 / -1;
  width: 100%;
  aspect-ratio: 16/9;
}

.cinematic-item:not(.large) {
  aspect-ratio: 16/9;
}

.video-wrapper {
  position: absolute;
  inset: 0;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.8s ease;
  filter: grayscale(20%) brightness(0.85);
}

.cinematic-item:hover video {
  transform: scale(1.03);
  filter: grayscale(0%) brightness(1.1);
}

.video-frame-accents {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  pointer-events: none;
  transition: all 0.5s ease;
}

.cinematic-item:hover .video-frame-accents {
  inset: 12px;
  border-color: rgba(212,175,55,0.3);
}

/* ---------- Methodology Bento Box ---------- */
.methodology-premium {
  background: #080808;
  position: relative;
  padding: 140px 0;
  overflow: hidden;
}

.methodology-premium .bento-bg-effects {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 0%, rgba(212,175,55,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.methodology-premium .grid-lines {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.5;
}

.bento-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.bento-item {
  position: relative;
  background: rgba(15,15,15,0.6);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(212,175,55,0.08);
  border-radius: 24px;
  padding: 48px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-item.item-wide {
  grid-column: span 2;
}

.bento-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bento-item.item-wide .bento-inner {
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.bento-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(212,175,55,0.1), transparent);
  border: 1px solid rgba(212,175,55,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 32px;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.bento-item.item-wide .bento-icon {
  margin-bottom: 0;
  width: 96px;
  height: 96px;
  border-radius: 24px;
}

.bento-icon svg {
  width: 32px;
  height: 32px;
}

.bento-item.item-wide .bento-icon svg {
  width: 44px;
  height: 44px;
}

.bento-content h4 {
  font-size: 1.4rem;
  margin-bottom: 16px;
  color: #fff;
}

.bento-item.item-wide .bento-content h4 {
  font-size: 1.8rem;
}

.bento-content p {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

.bento-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0% 0%, rgba(212,175,55,0.1), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

.bento-item:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,0.3);
  box-shadow: 0 40px 80px rgba(0,0,0,0.8), inset 0 0 40px rgba(212,175,55,0.05);
}

.bento-item:hover .bento-glow {
  opacity: 1;
}

.bento-item:hover .bento-icon {
  background: var(--gold);
  color: #000;
  transform: scale(1.05) rotate(-5deg);
}

/* ---------- Credentials & Specialties ---------- */
.credentials-premium {
  background: var(--bg-card);
  padding: 140px 0;
}

.cred-spec-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.luxury-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.luxury-list li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.list-icon {
  font-size: 2rem;
  background: rgba(255,255,255,0.03);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.05);
}

.list-text strong {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 4px;
}

.list-text span {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.premium-tags {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.premium-tags span {
  padding: 14px 28px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(212,175,55,0.15);
  border-radius: 100px;
  font-size: 0.95rem;
  color: #fff;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.premium-tags span:hover {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(212,175,55,0.2);
}

/* ---------- Giant Quote ---------- */
.quote-premium {
  position: relative;
  padding: 160px 0;
  text-align: center;
  overflow: hidden;
}

.quote-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.quote-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(0.3);
}

.quote-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,0.9), rgba(10,10,10,0.7), rgba(10,10,10,0.9));
}

.quote-premium .container {
  position: relative;
  z-index: 1;
}

.quote-block {
  max-width: 900px;
  margin: 0 auto;
}

.giant-quote {
  width: 64px;
  height: 64px;
  color: var(--gold);
  margin-bottom: 32px;
  opacity: 0.6;
}

.quote-block blockquote {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  margin-bottom: 48px;
}

.quote-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quote-author strong {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.quote-author span {
  font-size: 0.9rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ---------- Pulse Button ---------- */
.pulse-btn {
  animation: pulseBtn 3s infinite;
}

@keyframes pulseBtn {
  0%, 100% { box-shadow: 0 4px 24px rgba(212,175,55,0.3); }
  50% { box-shadow: 0 8px 40px rgba(212,175,55,0.6); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .bio-grid {
    grid-template-columns: 400px 1fr;
    gap: 48px;
  }
}

@media (max-width: 1024px) {
  .bio-grid {
    grid-template-columns: 1fr;
  }
  .bio-visuals {
    max-width: 500px;
    margin: 0 auto;
  }
  
  .bento-layout {
    grid-template-columns: 1fr 1fr;
  }
  .bento-item.item-wide {
    grid-column: span 2;
  }
  
  .cred-spec-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .cinematic-gallery {
    grid-template-columns: 1fr;
  }
  
  .bento-layout {
    grid-template-columns: 1fr;
  }
  .bento-item.item-wide {
    grid-column: span 1;
  }
  .bento-item.item-wide .bento-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  
  .years-badge {
    width: 100px;
    height: 100px;
    right: -20px;
    bottom: 20px;
  }
  .years-num {
    font-size: 1.8rem;
  }
}
