@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap');

:root{
  --ink:#101213;
  --ink2:#0b0d0e;
  --paper:#eee9df;
  --cream:#f5f1e8;
  --gold:#d5a64d;
  --gold-dark:#8b6934;
  --muted:#aaa59a;
  --line:rgba(213,166,77,.26);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:var(--cream);font-family:"DM Sans",Arial,sans-serif}
a{color:inherit;text-decoration:none}

/* HEADER */
.site-header{height:78px;padding:0 5vw;display:flex;align-items:center;background:#101112;border-bottom:1px solid rgba(255,255,255,.08);position:relative;z-index:10}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto}
.mark{width:42px;height:42px;border:1px solid var(--gold-dark);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.1em}
.brand>span:last-child{font-size:12px;font-weight:700;line-height:1.05;letter-spacing:.09em}
.nav{display:flex;gap:30px;align-items:center;font-size:10px;font-weight:700;letter-spacing:.1em}
.nav a{opacity:.78;transition:.2s}
.nav a:hover,.nav a.active{color:var(--gold);opacity:1}
.menu{display:none;border:0;background:none;color:var(--cream);font-size:25px;cursor:pointer}

/* HERO */
.video-hero{height:460px;min-height:460px;position:relative;overflow:hidden;background:#111315}
.video-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,10,.9),rgba(7,9,10,.48),rgba(7,9,10,.12)),linear-gradient(0deg,rgba(7,9,10,.62),transparent 60%)}
.hero-copy{position:absolute;left:10vw;bottom:12%;max-width:700px}
.eyebrow{margin:0 0 18px;color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.2em}
.hero-copy h1,.featured-copy h2,.collection-head h2,.more h2{margin:0;font-family:"Playfair Display",Georgia,serif;font-weight:800;line-height:.84;letter-spacing:-.055em}
.hero-copy h1{font-size:clamp(72px,10vw,145px)}
.hero-note{margin:24px 0 0;color:#d7d2c8;font-size:15px}

/* FEATURED */
.featured{background:var(--paper);color:var(--ink);padding:100px 10vw 110px}
.section-label{margin:0 0 44px;color:var(--gold-dark);font-size:10px;font-weight:700;letter-spacing:.18em}
.featured-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:7vw;align-items:center}
.featured-video{display:block;background:#151718;box-shadow:0 12px 30px rgba(0,0,0,.16)}
.video-visual{height:420px;position:relative;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#29251e,#101314)}
.video-visual:before,.thumb:before{content:"";position:absolute;inset:-30%;background:repeating-radial-gradient(ellipse at center,transparent 0 19px,rgba(255,255,255,.045) 20px 22px);transform:rotate(-12deg)}
.play{position:relative;z-index:1;width:72px;height:72px;border:1px solid rgba(245,241,232,.75);border-radius:50%;display:grid;place-items:center;padding-left:4px;color:var(--cream);font-size:18px}
.visual-number,.visual-platform{position:absolute;z-index:1;color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.18em}
.visual-number{left:22px;top:22px}
.visual-platform{right:22px;top:22px}
.featured-bar{padding:22px 25px 25px;color:var(--cream);display:flex;align-items:center;justify-content:space-between;gap:20px}
.featured-bar h2{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:31px}
.featured-bar span{color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.15em}
.featured-copy .small-label{margin:0 0 20px;color:var(--gold-dark);font-size:9px;font-weight:700;letter-spacing:.17em}
.featured-copy h2{font-size:clamp(54px,6vw,88px)}
.featured-copy p:last-child{max-width:360px;margin:28px 0 0;color:#5d5952;font-size:15px;line-height:1.65}

/* COLLECTION */
.collection{padding:105px 10vw 115px;background:var(--ink)}
.collection-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:55px;border-bottom:1px solid var(--line);padding-bottom:25px}
.collection-head .section-label{margin-bottom:22px}
.collection-head h2{font-size:clamp(58px,7vw,105px)}
.collection-note{max-width:280px;margin:0 0 8px;color:#a9a49a;font-size:13px;line-height:1.6;text-align:right}
.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 28px}
.video-card{background:#151718;border:1px solid rgba(255,255,255,.08);transition:.25s}
.video-card:hover{transform:translateY(-5px);border-color:var(--line)}
.thumb{height:300px;position:relative;overflow:hidden;display:grid;place-items:center}
.thumb-one{background:linear-gradient(135deg,#30291e,#17191a)}
.thumb-two{background:linear-gradient(135deg,#191c1d,#33281c)}
.thumb-three{background:linear-gradient(135deg,#24211c,#111415)}
.thumb-four{background:linear-gradient(135deg,#171a1b,#30251b)}
.thumb .index,.thumb .platform{position:absolute;z-index:1;color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.17em}
.thumb .index{left:20px;top:20px}
.thumb .platform{right:20px;top:20px}
.card-info{padding:22px 24px 25px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.card-info h3{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:29px;line-height:1.05;font-weight:700}
.card-info span{color:#aaa59a;font-size:9px;font-weight:700;letter-spacing:.14em;white-space:nowrap}

/* MORE */
.more{background:var(--ink2);border-top:1px solid rgba(255,255,255,.07)}
.more-inner{padding:105px 10vw 115px}
.more h2{font-size:clamp(60px,7vw,108px)}
.placeholder-note{max-width:650px;margin:35px 0 0;color:#c5c0b7;font-size:16px;line-height:1.7}

/* FOOTER */
.footer{display:flex;justify-content:space-between;padding:27px 7vw;background:#101112;border-top:1px solid rgba(255,255,255,.07);color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.15em}

/* RESPONSIVE */
@media(max-width:900px){
  .nav{gap:16px}
  .video-hero{height:420px;min-height:420px}
  .featured,.collection,.more-inner{padding-left:7vw;padding-right:7vw}
  .featured-grid{gap:5vw}
}
@media(max-width:700px){
  .site-header{height:70px;padding:0 20px}
  .menu{display:block;margin-left:auto}
  .nav{display:none;position:absolute;left:0;right:0;top:70px;padding:22px 20px 25px;background:#101112;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:20px}
  .nav.open{display:flex}
  .video-hero{height:390px;min-height:390px}
  .hero-copy{left:20px;right:20px;bottom:10%}
  .hero-copy h1{font-size:72px}
  .featured{padding:70px 20px 78px}
  .featured-grid{grid-template-columns:1fr;gap:38px}
  .video-visual{height:270px}
  .featured-copy h2{font-size:60px}
  .collection{padding:70px 20px 80px}
  .collection-head{display:block;margin-bottom:35px}
  .collection-head .section-label{margin-bottom:18px}
  .collection-head h2{font-size:60px}
  .collection-note{text-align:left;margin-top:25px}
  .video-grid{grid-template-columns:1fr;gap:26px}
  .thumb{height:270px}
  .card-info h3{font-size:26px}
  .more-inner{padding:72px 20px 82px}
  .more h2{font-size:60px}
  .footer{padding:24px 20px;flex-direction:column;gap:12px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{transition-duration:.01ms!important}
}


/* =========================================================
   BTG BRASS BAND — SHARED HEADER ALIGNMENT
   Keep this block identical across every page.
   ========================================================= */
.site-header{
  height:78px !important;
  padding:0 5vw !important;
  display:flex !important;
  align-items:center !important;
  background:#101112 !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-sizing:border-box !important;
}
.site-header .brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-right:auto !important;
  flex:0 0 auto !important;
}
.site-header .brand-mark,
.site-header .mark{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  border:1px solid #8b6934 !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#d5a64d !important;
  font:700 12px/1 "DM Sans",Arial,sans-serif !important;
  letter-spacing:.10em !important;
  box-sizing:border-box !important;
}
.site-header .brand-name,
.site-header .brand > span:last-child{
  font:700 12px/1.05 "DM Sans",Arial,sans-serif !important;
  letter-spacing:.09em !important;
  white-space:nowrap !important;
}
.site-header .main-nav,
.site-header .nav{
  display:flex !important;
  align-items:center !important;
  gap:30px !important;
  margin-left:auto !important;
  flex:0 0 auto !important;
  font:700 10px/1 "DM Sans",Arial,sans-serif !important;
  letter-spacing:.10em !important;
}
.site-header .main-nav a,
.site-header .nav a{
  font:700 10px/1 "DM Sans",Arial,sans-serif !important;
  letter-spacing:.10em !important;
  white-space:nowrap !important;
}
.site-header .main-nav a.active,
.site-header .nav a.active{
  color:#d5a64d !important;
  opacity:1 !important;
}
@media (max-width:1100px) and (min-width:701px){
  .site-header .main-nav,
  .site-header .nav{gap:20px !important}
  .site-header .main-nav a,
  .site-header .nav a{font-size:9px !important}
}
@media (max-width:700px){
  .site-header{
    height:70px !important;
    padding:0 20px !important;
  }
}


/* =========================================================
   BTG BRASS BAND — INDEX HEADER MASTER
   Identical header styling on every page.
   ========================================================= */
.site-header{
  position:fixed !important;
  z-index:1000 !important;
  top:0 !important;
  left:0 !important;
  width:100% !important;
  height:82px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  padding:0 5vw !important;
  margin:0 !important;
  box-sizing:border-box !important;
  border-bottom:1px solid rgba(255,255,255,.14) !important;
  background:rgba(5,11,16,.78) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}
.site-header .brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 !important;
  padding:0 !important;
  flex:0 0 auto !important;
  color:#f7f8f9 !important;
  text-decoration:none !important;
}
.site-header .brand-mark{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid #d7a84f !important;
  border-radius:0 !important;
  color:#d7a84f !important;
  font:800 20px/1 "Barlow Condensed",sans-serif !important;
  letter-spacing:.02em !important;
  box-sizing:border-box !important;
}
.site-header .brand-name{
  display:block !important;
  color:#f7f8f9 !important;
  font:700 18px/1 "Barlow Condensed",sans-serif !important;
  letter-spacing:.10em !important;
  white-space:nowrap !important;
  text-transform:uppercase !important;
}
.site-header .main-nav{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:30px !important;
  margin:0 0 0 auto !important;
  padding:0 !important;
  flex:0 0 auto !important;
  font:700 12px/1 "DM Sans",sans-serif !important;
  letter-spacing:.13em !important;
}
.site-header .main-nav a{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  color:#f7f8f9 !important;
  text-decoration:none !important;
  opacity:.82 !important;
  font:700 12px/1 "DM Sans",sans-serif !important;
  letter-spacing:.13em !important;
  white-space:nowrap !important;
  transition:color .25s ease,opacity .25s ease !important;
}
.site-header .main-nav a:hover,
.site-header .main-nav a.active{
  color:#d7a84f !important;
  opacity:1 !important;
}
.site-header .menu-toggle{
  display:none !important;
  background:none !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
}
.site-header .menu-toggle span{
  display:block !important;
  width:27px !important;
  height:2px !important;
  margin:5px !important;
  background:#fff !important;
}
@media (max-width:900px){
  .site-header{
    height:72px !important;
    padding:0 5vw !important;
  }
  .site-header .main-nav{
    position:absolute !important;
    top:72px !important;
    left:0 !important;
    right:0 !important;
    display:none !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:22px !important;
    padding:30px 7vw !important;
    margin:0 !important;
    background:#061019 !important;
    border-bottom:1px solid rgba(255,255,255,.16) !important;
  }
  .site-header .main-nav.open{
    display:flex !important;
  }
  .site-header .menu-toggle{
    display:block !important;
  }
  .site-header .main-nav a{
    font-size:12px !important;
  }
}
@media (max-width:560px){
  .site-header{
    padding:0 20px !important;
  }
  .site-header .brand-name{
    font-size:16px !important;
  }
}

.page-with-master-header{padding-top:82px !important;}
@media(max-width:900px){.page-with-master-header{padding-top:72px !important;}}
