:root{
  --navy-dark:#0a0c16;
  --navy:#141828;
  --navy-mid:#1b2036;
  --navy-light:#242a44;
  --gold:#f4c14e;
  --gold-2:#e8b64a;
  --gradient-gold: linear-gradient(90deg, #fce8c8 0%, #f4c14e 55%, #d99a3f 100%);
  --text-light:#e8ecf7;
  --muted:#9aa5c4;
  --radius:16px;
  --radius-sm:12px;
  --maxw:1520px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Inter', sans-serif;
  color:var(--text-light);
  background:linear-gradient(180deg,
    #0a0c16 0%,
    #131726 10%,
    #1a2036 25%,
    #212942 42%,
    #1d2440 58%,
    #161c34 74%,
    #101428 80%,
    #0a0c16 100%);
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,.nav-logo,.hero-title{font-family:'Poppins', sans-serif;}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
:focus-visible{outline:3px solid var(--gold); outline-offset:2px;}

.section-inner{max-width:var(--maxw); margin:0 auto; padding:80px 32px;}
.section-inner.center{text-align:center;}
.section-title{
  font-size:clamp(28px, 4vw, 40px);
  font-weight:800;
  margin:0 0 12px;
  color:#fff;
}
.grad-text{
  background:var(--gradient-gold);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.title-underline{
  width:56px; height:3px;
  background:var(--gold);
  margin-bottom:36px;
}
.title-underline.center{margin-left:auto; margin-right:auto;}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:14px 26px;
  border-radius:10px;
  font-weight:600; font-size:15px;
  transition:transform .2s ease, box-shadow .2s ease;
  border:none; cursor:pointer;
}
.btn-gold{background:var(--gold); color:#1a1400;}
.btn-gold:hover{transform:translateY(-2px); box-shadow:0 10px 24px -8px rgba(244,193,78,0.5);}
.btn-blue{background:#2a4a8a; color:#fff;}
.btn-blue:hover{transform:translateY(-2px); box-shadow:0 10px 24px -8px rgba(42,74,138,0.6);}
.btn-outline-gold{background:transparent; border:1px solid var(--gold); color:var(--gold);}
.btn-outline-gold:hover{background:rgba(244,193,78,0.1);}

/* NAVBAR */
.navbar{
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:rgba(20,22,34,0.85);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(244,193,78,0.12);
}
.nav-inner{
  max-width:var(--maxw); margin:0 auto; padding:16px 32px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.nav-logo{font-weight:800; font-size:18px; color:#fff; letter-spacing:.03em; flex-shrink:0;}
.nav-links{display:flex; gap:30px; flex:1; justify-content:center;}
.nav-links a{color:var(--text-light); font-size:15px; font-weight:500; padding:6px 2px; border-bottom:2px solid transparent; transition:color .2s, border-color .2s;}
.nav-links a:hover{color:var(--gold); border-color:var(--gold);}
.nav-cta{padding:10px 20px; font-size:14px;}
.nav-toggle{display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; position:relative; z-index:150;}
.nav-toggle span{width:24px; height:2px; background:#fff; display:block;}

/* HERO */
.hero{
  padding:110px 32px 70px;
  background:linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-mid) 100%);
}
.hero-inner{
  max-width:var(--maxw); margin:0 auto;
  display:grid; grid-template-columns:0.68fr 1.32fr; gap:56px; align-items:start;
}
.hero-photo-col{display:flex; flex-direction:column; gap:14px;}
.hero-photo{
  width:100%; aspect-ratio:6/7; object-fit:cover;
  border-radius:var(--radius);
  box-shadow:0 24px 50px -20px rgba(0,0,0,0.6);
  background:#2a3350;
}
.thumb-strip{display:flex; gap:10px; flex-wrap:wrap;}
.thumb{
  width:58px; height:58px; object-fit:cover;
  border-radius:8px; cursor:pointer;
  border:2px solid transparent;
  opacity:.6;
  transition:opacity .2s ease, border-color .2s ease;
}
.thumb:hover{opacity:.9;}
.thumb.active{opacity:1; border-color:var(--gold);}

.eyebrow-pill{
  display:inline-block;
  border:1px solid rgba(244,193,78,0.4);
  color:var(--gold);
  padding:7px 16px;
  border-radius:999px;
  font-size:12px; font-weight:700; letter-spacing:.09em;
  margin-bottom:20px;
}
.hero-title{
  font-size:clamp(32px, 4.5vw, 46px);
  font-weight:800;
  color:#fff;
  margin:0 0 18px;
  letter-spacing:.01em;
}
.hero-sub{color:var(--text-light); font-size:16px; line-height:1.7; max-width:520px; margin-bottom:24px;}

.featured-box{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:var(--radius-sm);
  padding:16px 20px;
  margin-bottom:22px;
}
.featured-label{display:block; font-size:11px; font-weight:700; letter-spacing:.08em; color:var(--gold); margin-bottom:10px;}
.featured-names{display:flex; flex-wrap:wrap; gap:18px;}
.featured-item{display:inline-flex; align-items:center; gap:6px; font-size:14px; font-weight:600; color:#fff;}
.featured-item .star{color:var(--gold); font-size:12px;}
.clip-badge{display:none;}

.pill-row{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:14px;}
.info-pill{
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:10px;
  padding:10px 18px;
  min-width:110px;
  display:flex;
  align-items:center;
  gap:10px;
  transition:background .2s ease, transform .2s ease;
}
.info-pill:hover{background:rgba(255,255,255,0.09); transform:translateY(-2px);}
.pill-icon{width:16px; height:16px; flex-shrink:0; stroke:var(--gold); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; color:var(--gold);}
.pill-text{display:flex; flex-direction:column;}
.pill-label{display:block; font-size:10px; font-weight:700; letter-spacing:.08em; color:var(--muted); margin-bottom:2px;}
.pill-value{display:block; font-size:14px; font-weight:700; color:#fff;}

.link-pill-row{display:flex; gap:10px; flex-wrap:wrap;}
.link-pill{
  border:1px solid rgba(255,255,255,0.14);
  border-radius:999px;
  padding:8px 16px;
  font-size:11px; font-weight:700; letter-spacing:.04em;
  color:var(--text-light);
  transition:border-color .2s ease, color .2s ease;
}
.link-pill:hover{border-color:var(--gold); color:var(--gold);}

/* REELS */
.reels{background:transparent;}
.reels-grid{display:grid; grid-template-columns:1fr 1fr; gap:36px;}
.reel-block h3{margin:0 0 14px; font-size:18px; color:#fff;}
.reel-embed{
  width:100%; aspect-ratio:16/9;
  border-radius:var(--radius-sm);
  overflow:hidden;
  background:#000;
}
.reel-embed iframe{width:100%; height:100%; border:0;}
.open-yt{display:inline-block; margin-top:10px; font-size:13px; color:var(--muted); transition:color .2s;}
.open-yt:hover{color:var(--gold);}

/* PROFILES */
.profiles{background:transparent;}
.profile-grid-2row{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:16px;
}
.profile-tile{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:var(--radius-sm);
  padding:18px 20px;
  transition:background .2s ease, transform .2s ease;
}
.profile-tile:hover{background:rgba(255,255,255,0.08); transform:translateY(-3px);}
.profile-tile h4{margin:0 0 4px; font-size:15px; color:#fff;}
.profile-tile span{font-size:13px; color:var(--muted);}

/* ABOUT */
.about{background:transparent;}
.about-text{color:var(--text-light); font-size:16px; line-height:1.75; max-width:720px; margin:0 0 18px;}
.about strong{
  background:var(--gradient-gold);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.tag-row{display:flex; gap:12px; justify-content:flex-start; flex-wrap:wrap; margin-top:24px;}
.tag-pill{
  border:1px solid rgba(255,255,255,0.18);
  border-radius:999px; padding:8px 18px;
  font-size:13px; color:var(--text-light);
}

/* HEADSHOTS */
.headshots{background:transparent;}
.headshot-grid{display:grid; grid-template-columns:repeat(5, 1fr); gap:18px;}
.headshot-item{border-radius:var(--radius-sm); overflow:hidden; cursor:pointer;}
.headshot-img{width:100%; aspect-ratio:4/5; object-fit:cover; transition:transform .3s ease; background:#2a3350;}
.headshot-item:hover .headshot-img{transform:scale(1.05);}

/* LIGHTBOX */
.lightbox{
  position:fixed; inset:0; background:rgba(5,8,20,0.94);
  display:none; align-items:center; justify-content:center;
  z-index:200; padding:24px;
}
.lightbox.open{display:flex;}
.lightbox-img{max-width:min(90vw, 800px); max-height:88vh; border-radius:12px; box-shadow:0 30px 70px -20px rgba(0,0,0,0.6); object-fit:contain;}
.lightbox-close{position:absolute; top:24px; right:28px; width:44px; height:44px; border-radius:50%; background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.2); color:#fff; font-size:18px; cursor:pointer; display:flex; align-items:center; justify-content:center;}
.lightbox-close:hover{background:rgba(255,255,255,0.2);}
.lightbox-nav{position:absolute; top:50%; transform:translateY(-50%); width:52px; height:52px; border-radius:50%; background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.2); color:#fff; font-size:28px; cursor:pointer; display:flex; align-items:center; justify-content:center;}
.lightbox-nav:hover{background:rgba(255,255,255,0.2);}
.lightbox-prev{left:24px;}
.lightbox-next{right:24px;}

/* CONTACT */
.contact{background:transparent;}
.contact-sub{color:var(--muted); max-width:520px; margin:0 auto 32px;}
.contact-actions{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}

/* FOOTER */
.footer{background:#06070f; border-top:1px solid rgba(255,255,255,0.06);}
.footer-inner{
  max-width:var(--maxw); margin:0 auto; padding:28px 32px;
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px;
}
.footer-copy{font-size:13px; color:var(--muted); margin:0;}
.mm-link{color:var(--muted); font-weight:600; transition:color .2s;}
.mm-link:hover{color:var(--gold);}
.footer-links{display:flex; gap:18px;}
.footer-links a{font-size:13px; color:var(--muted); transition:color .2s;}
.footer-links a:hover{color:var(--gold);}

/* SCROLL TOP */
.scroll-top{
  position:fixed; bottom:28px; right:28px; width:48px; height:48px;
  border-radius:50%; background:var(--gold); color:#1a1400; border:none; font-size:20px;
  cursor:pointer; box-shadow:0 10px 25px -8px rgba(244,193,78,0.5);
  display:none; align-items:center; justify-content:center; z-index:90;
  transition:transform .2s ease;
}
.scroll-top.visible{display:flex;}
.scroll-top:hover{transform:translateY(-3px);}

/* RESPONSIVE */
@media (max-width:900px){
  .hero-inner{grid-template-columns:1fr; gap:36px;}
  .reels-grid{grid-template-columns:1fr;}
  .profile-grid-2row{grid-template-columns:repeat(2, 1fr);}
  .headshot-grid{grid-template-columns:repeat(3, 1fr);}
  .nav-links{
    position:fixed; top:0; right:-100%; height:100vh; width:70%; max-width:320px;
    background:var(--navy); flex-direction:column; justify-content:center; align-items:center; gap:26px;
    transition:right .3s ease;
  }
  .nav-links.open{right:0;}
  .nav-cta{display:none;}
  .nav-toggle{display:flex;}
}
@media (max-width:560px){
  .section-inner{padding:56px 20px;}
  .headshot-grid{grid-template-columns:repeat(2, 1fr);}
  .profile-grid-2row{grid-template-columns:1fr;}
  .pill-row{gap:8px;}
  .info-pill{min-width:0; flex:1 1 100px; padding:10px 12px;}
  .contact-actions{flex-direction:column; width:100%;}
  .contact-actions .btn{width:100%; justify-content:center;}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *{transition:none !important; animation:none !important;}
}
