:root{
  --paper:#FAF7F1;
  --surface:#F2EDE2;
  --ink:#211E19;
  --charcoal:#4A4438;
  --muted:#8A8272;
  --gold:#B4874A;
  --gold-light:#D8B677;
  --divider:#E4D9C1;
  --focus:#8A6B33;
}
/* Satellites' brand is a fixed white/black/gold look (per the logo and
   InDesign draft), so this page commits to a single light theme rather
   than inverting for dark mode. */

*{box-sizing:border-box;}
body{
  margin:0;
  background:var(--paper);
  color:var(--charcoal);
  font-family:'Jost',system-ui,sans-serif;
  padding-inline:20px;
  padding-block:36px 48px;
}
a{color:inherit;}
.page{
  max-width:720px;
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.section{
  width:100%;
  max-width:600px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.divider{
  width:52px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  margin-block:52px;
}

/* Top nav */
.topnav{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px;
  margin-bottom:44px;
  flex-wrap:wrap;
}
.topnav a{
  font-family:'Jost',sans-serif;
  font-size:0.76rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--charcoal);
  text-decoration:none;
  padding-bottom:5px;
  border-bottom:1px solid transparent;
  transition:color 0.15s ease, border-color 0.15s ease;
}
.topnav a:hover{color:var(--gold);}
.topnav a.active{color:var(--ink);border-bottom-color:var(--gold);}

/* Wordmark */
.logo-img{
  display:block;
  width:100%;
  max-width:360px;
  height:auto;
  margin:0;
}
.logo-link{display:inline-block;}

/* Hero photo */
.hero-photo{
  width:100%;
  aspect-ratio:16/9;
  margin-top:40px;
  border:1.5px solid var(--gold);
  border-radius:14px;
  padding:6px;
  overflow:hidden;
}
.hero-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 38%;
  border-radius:9px;
  display:block;
}
.placeholder-frame{
  width:100%;
  height:100%;
  border:1.5px dashed var(--divider);
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--surface);
}
.placeholder-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  color:var(--muted);
}
.placeholder-inner svg{width:28px;height:28px;}
.placeholder-inner span{
  font-size:0.72rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

/* Page heading (contact / events) */
.page-heading{
  font-family:'Cormorant Garamond',serif;
  font-size:2.1rem;
  font-weight:600;
  color:var(--ink);
  margin:0 0 10px 0;
}
.page-lede{
  font-size:0.95rem;
  color:var(--charcoal);
  max-width:48ch;
  margin:0 0 8px 0;
  line-height:1.7;
}

/* Bio */
.bio p{
  font-size:1rem;
  line-height:1.8;
  margin:0 0 22px 0;
  color:var(--charcoal);
  max-width:56ch;
}
.bio p:last-child{margin-bottom:0;}
.bio strong{color:var(--ink);font-weight:500;}

.eyebrow{
  font-family:'Jost',sans-serif;
  font-size:0.78rem;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--gold);
  margin:0 0 22px 0;
}
.section-note{
  font-size:0.85rem;
  color:var(--muted);
  margin:0 0 22px 0;
}

/* Player */
.playlist{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.player{
  width:100%;
  display:flex;
  align-items:center;
  gap:18px;
  background:var(--surface);
  border:1px solid var(--divider);
  border-radius:999px;
  padding:12px 22px 12px 12px;
}
.play-btn{
  flex-shrink:0;
  width:46px;
  height:46px;
  border-radius:50%;
  border:none;
  background:var(--ink);
  color:var(--paper);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.play-btn svg{width:16px;height:16px;}
.play-btn:focus-visible{outline:2px solid var(--focus);outline-offset:2px;}
.player-info{flex:1;text-align:left;min-width:0;}
.track-row{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}
.track-title{
  font-size:0.92rem;
  color:var(--ink);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.progress-track{
  position:relative;
  padding-block:11px;
  cursor:pointer;
}
.progress-line{
  position:relative;
  height:4px;
  border-radius:999px;
  background:var(--divider);
}
.progress-fill{
  position:absolute;
  inset:0;
  width:0%;
  border-radius:999px;
  background:var(--gold);
}
.time-row{
  display:flex;
  justify-content:space-between;
  font-size:0.68rem;
  color:var(--muted);
  margin-top:-2px;
  font-variant-numeric:tabular-nums;
}
/* Members */
.members{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:32px 24px;
  max-width:640px;
}
.member{
  display:flex;
  flex-direction:column;
  align-items:center;
  width:104px;
}
.avatar-frame{
  width:92px;
  height:92px;
  margin-bottom:14px;
  color:var(--gold);
}
.member .name{
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-weight:600;
  font-size:1.2rem;
  color:var(--ink);
  margin:0 0 2px 0;
  line-height:1.2;
}
.member .role{
  font-size:0.74rem;
  color:var(--muted);
  margin:0;
  line-height:1.4;
}

/* Contact */
.email-link{
  font-family:'Cormorant Garamond',serif;
  font-size:1.3rem;
  color:var(--ink);
  text-decoration:none;
  border-bottom:1px solid var(--gold);
  padding-bottom:2px;
}
.email-link:hover{color:var(--gold);}

/* Contact form */
.contact-form{
  width:100%;
  max-width:420px;
  display:flex;
  flex-direction:column;
  gap:20px;
  text-align:left;
  margin-top:8px;
}
.contact-form .field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.contact-form label{
  font-size:0.74rem;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:var(--muted);
}
.contact-form input,
.contact-form textarea{
  font-family:'Jost',sans-serif;
  font-size:0.95rem;
  color:var(--ink);
  background:var(--surface);
  border:1px solid var(--divider);
  border-radius:8px;
  padding:12px 14px;
  outline:none;
  width:100%;
}
.contact-form input:focus,
.contact-form textarea:focus{
  border-color:var(--gold);
}
.contact-form textarea{min-height:130px;resize:vertical;font-family:inherit;}
.hp-field{position:absolute;left:-9999px;top:-9999px;}
.submit-btn{
  align-self:flex-start;
  background:var(--ink);
  color:var(--paper);
  border:none;
  border-radius:999px;
  padding:13px 32px;
  font-family:'Jost',sans-serif;
  font-size:0.8rem;
  letter-spacing:0.1em;
  text-transform:uppercase;
  cursor:pointer;
}
.submit-btn:hover{background:var(--focus);}
.submit-btn:focus-visible{outline:2px solid var(--focus);outline-offset:2px;}
.form-note{
  font-size:0.76rem;
  color:var(--muted);
  margin-top:20px;
}

/* Events */
.events-list{
  width:100%;
  max-width:520px;
  display:flex;
  flex-direction:column;
}
.event-row{
  display:flex;
  align-items:baseline;
  gap:20px;
  padding:20px 0;
  border-bottom:1px solid var(--divider);
  text-align:left;
}
.event-row:first-child{border-top:1px solid var(--divider);}
.event-date{
  font-family:'Cormorant Garamond',serif;
  font-size:1.15rem;
  color:var(--gold);
  flex-shrink:0;
  width:96px;
}
.event-details{flex:1;min-width:0;}
.event-venue{color:var(--ink);font-size:0.98rem;margin:0;}
.event-city{color:var(--muted);font-size:0.78rem;margin:3px 0 0 0;}
.event-link{
  flex-shrink:0;
  font-size:0.74rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--gold);
  text-decoration:none;
  border-bottom:1px solid var(--gold);
  padding-bottom:2px;
  white-space:nowrap;
}
.event-link:hover{color:var(--focus);border-color:var(--focus);}
.events-empty{
  color:var(--muted);
  font-size:0.94rem;
  padding:20px 0 4px 0;
}

/* Downloads */
.downloads-row{
  display:flex;
  justify-content:center;
  gap:36px;
  flex-wrap:wrap;
}
.download-item{
  background:none;
  border:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  color:var(--charcoal);
  font-family:'Jost',sans-serif;
  font-size:0.82rem;
  text-decoration:none;
  cursor:pointer;
  transition:color 0.15s ease;
}
.download-item:hover,
.download-item:focus-visible{color:var(--gold);}
.download-item:focus-visible{outline:2px solid var(--focus);outline-offset:3px;}
.icon-badge{
  position:relative;
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.crescent{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  color:var(--ink);
}
.icon-badge .icon-glyph{
  position:relative;
  width:22px;
  height:22px;
  color:var(--ink);
}
.icon-badge .logo-mark{
  position:relative;
  width:36px;
  height:auto;
  display:block;
}
.icon-badge .icon-glyph-img{
  position:relative;
  width:22px;
  height:auto;
  display:block;
}
.downloads-note{
  font-size:0.76rem;
  color:var(--muted);
  margin-top:24px;
}

footer.credit{
  margin-top:64px;
  font-size:0.7rem;
  color:var(--muted);
  letter-spacing:0.06em;
}

@media (max-width:480px){
  .player{padding:10px 16px 10px 10px;gap:14px;}
  .play-btn{width:44px;height:44px;}
  .downloads-row{gap:26px;}
  .avatar-frame{width:78px;height:78px;}
  .member{width:92px;}
  .topnav{gap:20px;margin-bottom:32px;}
  .event-row{gap:12px;}
  .event-date{width:76px;font-size:1rem;}
}

@media (prefers-reduced-motion:no-preference){
  .section{animation:rise 0.6s ease both;}
}
@keyframes rise{
  from{opacity:0;transform:translateY(10px);}
  to{opacity:1;transform:translateY(0);}
}
