
/* =========================================================
   MOMOSITAS RECORDINGS PAGE
   Loaded after the site's existing assets/css/style.css
   ========================================================= */

.recordings-hero{
  position:relative;
  padding:28px 0 34px;
  text-align:center;
  border-top:1px solid var(--line);
}

.recordings-hero-inner{
  position:relative;
}

.recordings-hero h1{
  margin:0;
  color:var(--ink);
  font-weight:500;
  font-size:clamp(3rem,7vw,5.8rem);
  letter-spacing:.045em;
  line-height:1;
}

.recordings-ornament{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:16px 0 4px;
  color:var(--gold);
}

.recordings-ornament:before,
.recordings-ornament:after{
  content:"";
  width:58px;
  height:1px;
  background:currentColor;
}

.recordings-kicker{
  margin:0;
  color:var(--ink);
  font-style:italic;
  font-size:clamp(1.35rem,2.6vw,2rem);
}

.recordings-deck{
  max-width:650px;
  margin:14px auto 0;
  font-size:1.12rem;
}

.recordings-postmark{
  position:absolute;
  right:0;
  top:-22px;
  width:185px;
  opacity:.92;
  transform:rotate(3deg);
}

/* Three public recording doors */
.recording-gates{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  padding:6px 0 34px;
}

.recording-gate{
  position:relative;
  min-height:430px;
  padding:24px 24px 26px;
  background:rgba(255,250,240,.55);
  border:2px solid currentColor;
  box-shadow:var(--shadow);
  text-align:center;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease;
}

.recording-gate:before{
  content:"";
  position:absolute;
  inset:9px;
  border:1px solid currentColor;
  opacity:.28;
  pointer-events:none;
}

.recording-gate:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(47,34,20,.18);
}

.recording-gate.music{color:var(--rust)}
.recording-gate.porch{color:var(--olive)}
.recording-gate.sessions{color:var(--ink)}

.recording-gate-art{
  height:215px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:2px;
}

.recording-gate-art img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.recording-gate h2{
  margin:3px 0 4px;
  color:currentColor;
  font-size:clamp(1.55rem,2.2vw,2.05rem);
  letter-spacing:.025em;
}

.recording-gate .rule{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:10px 0;
}

.recording-gate .rule:before,
.recording-gate .rule:after{
  content:"";
  width:62px;
  height:1px;
  background:currentColor;
  opacity:.58;
}

.recording-gate p{
  color:#3b342b;
  min-height:62px;
  margin:12px auto 18px;
}

.recording-gate .learn{
  color:currentColor;
}

/* Velvet-rope MOM Streams portal */
.streams-portal{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.08fr 1fr;
  min-height:410px;
  margin:0 auto 32px;
  color:#f8efe1;
  background:#0e2a4a;
  border:3px solid #c49437;
  box-shadow:
    inset 0 0 0 2px rgba(196,148,55,.35),
    0 16px 35px rgba(24,27,31,.22);
}

.streams-portal:before{
  content:"";
  position:absolute;
  inset:9px;
  border:1px solid rgba(226,177,78,.55);
  pointer-events:none;
  z-index:3;
}

.streams-copy{
  position:relative;
  z-index:2;
  padding:38px 34px 30px 42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 0% 0%, rgba(197,144,49,.10), transparent 34%),
    #0e2a4a;
}

.streams-medallion{
  display:block;
  align-self:flex-start;
  width:132px;
  height:132px;
  object-fit:contain;
  margin:0 0 14px;
}

.streams-title{
  margin:0 0 12px;
  color:#e2b34e;
  font-size:clamp(2rem,3.7vw,3rem);
  font-weight:500;
  line-height:1.05;
  letter-spacing:.025em;
}

.streams-rule{
  width:145px;
  height:1px;
  background:#c49437;
  margin:0 0 18px;
}

.streams-copy p{
  margin:.2em 0;
}

.streams-personas{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin:20px 0 22px;
}

.streams-persona{
  padding-right:20px;
  border-right:1px solid rgba(226,179,78,.55);
}

.streams-persona:last-child{
  border-right:0;
}

.streams-persona strong{
  display:block;
  color:#e2b34e;
  font-size:1.3rem;
  font-style:italic;
  font-weight:500;
}

.streams-persona span{
  display:block;
  font-size:.92rem;
}

.streams-button{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  align-self:flex-start;
  min-width:min(100%,360px);
  padding:13px 18px 13px 22px;
  color:#f4ead9;
  background:rgba(4,20,38,.28);
  border:1px solid #d6a244;
  border-radius:7px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 4px 14px rgba(0,0,0,.10);
  text-decoration:none;
  font-family:var(--sans);
  font-size:1rem;
  font-weight:500;
  letter-spacing:.035em;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease,
    transform .18s ease;
}

.streams-chevron{
  color:#e2b34e;
  font-family:Georgia,serif;
  font-size:1.65rem;
  line-height:.7;
  transform:translateX(0);
  transition:transform .18s ease,color .18s ease;
}

.streams-button:hover{
  transform:translateY(-1px);
  background:rgba(196,148,55,.08);
  border-color:#e2b34e;
  box-shadow:
    inset 0 0 0 1px rgba(226,179,78,.08),
    0 0 16px rgba(196,148,55,.14);
}

.streams-button:hover .streams-chevron{
  transform:translateX(3px);
  color:#f0c56a;
}

.streams-button:focus-visible{
  outline:2px solid #f4ead9;
  outline-offset:3px;
}

.streams-access{
  margin-top:9px!important;
  font-style:italic;
  color:#d9cfbf;
  text-align:left;
  max-width:360px;
  font-size:.86rem;
}

.streams-photo{
  position:relative;
  min-height:410px;
    background:
  linear-gradient(90deg,#0e2a4a 0%,rgba(14,42,74,.45) 8%,rgba(14,42,74,.05) 25%,transparent 38%),
  url("../img/momstreams-banner.jpg") center/cover no-repeat;
}

@media(max-width:980px){
  .recordings-postmark{display:none}
  .recording-gates{grid-template-columns:1fr}
  .recording-gate{min-height:0}
  .recording-gate-art{height:245px}
  .streams-portal{grid-template-columns:1fr}
  .streams-photo{
    order:-1;
    min-height:330px;
    background:
      linear-gradient(0deg,#0e2a4a 0%,rgba(14,42,74,.15) 38%,transparent 65%),
      url("../img/momstreams-banner.jpg") center/cover no-repeat;
  }
}

@media(max-width:560px){
  .recordings-hero{padding-top:24px}
  .recordings-deck{font-size:1rem}
  .recording-gate{padding:20px 18px 24px}
  .recording-gate-art{height:205px}
  .streams-copy{padding:30px 24px 26px}
  .streams-personas{gap:12px}
  .streams-persona{
    width:100%;
    border-right:0;
    border-bottom:1px solid rgba(226,179,78,.35);
    padding:0 0 9px;
  }
  .streams-photo{min-height:280px}
}

@media(max-width:560px){
  .streams-medallion{width:112px;height:112px}
  .streams-button{width:100%;min-width:0}
}


/* ==========================================================
   MOM Streamers portal refinement — medallion + title pairing
   ========================================================== */
.streams-topline{
  display:grid;
  grid-template-columns:158px 1fr;
  gap:22px;
  align-items:center;
  margin-bottom:14px;
}

.streams-medallion{
  width:158px;
  height:158px;
  margin:0;
  align-self:center;
}

.streams-title{
  margin:0!important;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  font-size:clamp(1.9rem,3vw,3rem)!important;
  line-height:1.01!important;
  letter-spacing:.025em;
  color:#e2b34e;
}

.streams-title span{
  display:block;
}

/* Refined destination control */
.streams-button{
  min-width:340px;
  padding:15px 18px 15px 24px;
  border:1px solid #d6a244;
  border-radius:7px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(196,148,55,.035)),
    rgba(4,20,38,.30);
  box-shadow:
    inset 0 0 0 1px rgba(226,179,78,.05),
    0 6px 18px rgba(0,0,0,.12);
}

.streams-button-label{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.18rem;
  font-weight:500;
  letter-spacing:.01em;
  color:#f4ead9;
}

.streams-chevron{
  font-size:1.85rem;
}

@media(max-width:700px){
  .streams-topline{
    grid-template-columns:120px 1fr;
    gap:16px;
  }

  .streams-medallion{
    width:120px;
    height:120px;
  }

  .streams-title{
    font-size:clamp(1.5rem,6vw,2.2rem)!important;
  }
}

@media(max-width:480px){
  .streams-topline{
    grid-template-columns:1fr;
    text-align:center;
  }

  .streams-medallion{
    justify-self:center;
  }

  .streams-title{
    text-align:center;
  }

  .streams-button{
    min-width:0;
    width:100%;
  }
}


/* Final portal title alignment */
.streams-title{
  text-align:center;
}



/* ==========================================================
   FINAL MOM Streamers portal badge + title refinement
   Approved proof medallion extracted as a single image asset.
   ========================================================== */

.streams-topline{
  display:grid;
  grid-template-columns:176px minmax(310px,1fr);
  gap:24px;
  align-items:center;
  margin-bottom:14px;
}

.streams-medallion{
  display:block;
  width:176px;
  height:176px;
  object-fit:contain;
  margin:0;
  justify-self:center;
  filter:drop-shadow(0 4px 7px rgba(0,0,0,.24));
}

.streams-title{
  margin:0!important;
  width:100%;
  min-width:310px;
  text-align:center!important;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  font-size:clamp(1.8rem,2.7vw,2.7rem)!important;
  line-height:1.02!important;
  letter-spacing:.018em;
  color:#e2b34e;
}

.streams-title span{
  display:block;
  white-space:nowrap;
}

/* Give the destination control enough presence to read as a premium doorway. */
.streams-button{
  min-width:350px;
  padding:16px 20px 16px 24px;
  border:1px solid #d6a244;
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(196,148,55,.035)),
    rgba(4,20,38,.34);
  box-shadow:
    inset 0 0 0 1px rgba(226,179,78,.055),
    0 6px 18px rgba(0,0,0,.14);
}

.streams-button-label{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.23rem;
  font-weight:500;
  letter-spacing:.005em;
  color:#f4ead9;
}

.streams-chevron{
  font-size:1.9rem;
}

@media(max-width:760px){
  .streams-topline{
    grid-template-columns:138px minmax(235px,1fr);
    gap:18px;
  }

  .streams-medallion{
    width:138px;
    height:138px;
  }

  .streams-title{
    min-width:235px;
    font-size:clamp(1.42rem,4.6vw,2rem)!important;
  }
}

@media(max-width:560px){
  .streams-topline{
    grid-template-columns:1fr;
    gap:12px;
  }

  .streams-medallion{
    width:132px;
    height:132px;
  }

  .streams-title{
    min-width:0;
  }

  .streams-title span{
    white-space:normal;
  }

  .streams-button{
    min-width:0;
    width:100%;
  }
}


/* ==========================================================
   MOM Streamers badge-as-doorway refinement
   ========================================================== */

.streams-topline{
  grid-template-columns:190px minmax(310px,1fr);
  gap:26px;
}

.streams-medallion-link{
  display:block;
  width:190px;
  height:190px;
  justify-self:center;
  align-self:center;
  border-radius:50%;
  text-decoration:none;
  line-height:0;
  transition:
    transform .18s ease,
    filter .18s ease;
}

.streams-medallion-link:hover{
  transform:translateY(-2px) scale(1.025);
  filter:
    drop-shadow(0 0 9px rgba(226,179,78,.32))
    drop-shadow(0 7px 10px rgba(0,0,0,.22));
}

.streams-medallion-link:focus-visible{
  outline:2px solid #f4ead9;
  outline-offset:5px;
}

.streams-medallion{
  width:190px;
  height:190px;
  object-fit:contain;
  margin:0;
  display:block;
  filter:none;
}

.streams-title{
  min-width:310px;
  text-align:center!important;
}

.streams-title span{
  white-space:nowrap;
}

/* With the rectangular CTA removed, this note closes the left column quietly. */
.streams-access{
  margin-top:18px!important;
  max-width:none;
  text-align:left;
  color:#d9cfbf;
  font-size:.9rem;
}

/* Old rectangular CTA is intentionally retired. */
.streams-button{
  display:none!important;
}

@media(max-width:760px){
  .streams-topline{
    grid-template-columns:145px minmax(235px,1fr);
    gap:18px;
  }

  .streams-medallion-link,
  .streams-medallion{
    width:145px;
    height:145px;
  }
}

@media(max-width:560px){
  .streams-topline{
    grid-template-columns:1fr;
  }

  .streams-medallion-link,
  .streams-medallion{
    width:140px;
    height:140px;
  }

  .streams-title{
    min-width:0;
  }

  .streams-title span{
    white-space:normal;
  }

  .streams-access{
    text-align:center;
  }
}
