:root{
  --glow-pink: rgba(255, 0, 180, 0.85);
}

/* Slightly tighter strips on Contact */
.contact-strip-tight{
  padding: 16px 18px;
}
.contact-strip-tight .strip-title{
  margin-bottom: 8px;
}

/* ===== Booking / Promotion (layout) ===== */
.contact-strip .bp-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
}

.contact-strip .bp-col{
  display: grid;
  gap: 10px;
}

.contact-strip .bp-left{ justify-items: start; }
.contact-strip .bp-right{ justify-items: end; }

.contact-strip .bp-title{
  margin: 0;
  line-height: 1;
  justify-self: start;
}

.contact-strip .bp-title-right{
  font-weight: 900;
  text-align: right;
  justify-self: end;
}

/* Keep buttons aligned on the same baseline */
.contact-strip .bp-left .contact-email,
.contact-strip .bp-right .link-pill{
  margin-top: 2px;
}

/* ===== Email pill ===== */
.contact-strip .contact-email{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;

  width: max-content;
  max-width: 100%;

  color: #fff;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.12);

  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 0 0 1px rgba(255, 0, 180, 0.14),
    0 14px 40px rgba(0,0,0,0.45);

  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease, background 160ms ease;
}

.contact-strip .contact-email:hover{
  transform: translateY(-1px);
  filter: drop-shadow(0 0 14px var(--glow-pink));
  background: rgba(0,0,0,0.28);
}

.contact-strip .contact-status{
  margin-top: 2px;
  min-height: 18px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.contact-strip .contact-status.is-visible{ opacity: 0.95; }

/* ===== Promo button ===== */
.contact-strip .link-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;

  width: max-content;
  max-width: 100%;

  color: #fff;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.12);

  font-weight: 800;
  letter-spacing: 0.02em;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 0 0 1px rgba(255, 0, 180, 0.14),
    0 14px 40px rgba(0,0,0,0.45);

  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease, background 160ms ease;
  text-decoration: none;
  white-space: nowrap;
}

.contact-strip .link-pill:hover{
  transform: translateY(-1px);
  filter: drop-shadow(0 0 14px var(--glow-pink));
  background: rgba(0,0,0,0.28);
}

/* ===== Social icons with labels ===== */
.contact-strip .social-icon-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.contact-strip .social-icon{
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;

  padding: 14px 12px;
  border-radius: 16px;

  background: rgba(0,0,0,0.26);
  border: 1px solid rgba(255,255,255,0.10);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 18px 55px rgba(0,0,0,0.35);

  text-decoration: none;
  color: #fff;

  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.contact-strip .social-icon:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,0.32);
  border-color: rgba(255, 0, 180, 0.22);
  filter: drop-shadow(0 0 10px rgba(255, 0, 180, 0.12));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 0 0 1px rgba(255, 0, 180, 0.14),
    0 22px 65px rgba(0,0,0,0.45);
}

.contact-strip .social-icon-badge{
  width: 52px;
  height: 52px;
  border-radius: 16px;

  display: grid;
  place-items: center;

  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.10);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 14px 40px rgba(0,0,0,0.30);
}

.contact-strip .social-icon-badge svg{
  width: 28px;
  height: 28px;
  fill: #fff;
  opacity: 0.92;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.55));
}

.contact-strip .social-label{
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.92;
  text-shadow: 0 2px 12px rgba(0,0,0,0.75);
}

/* ===== LIVE REELS ===== */
.contact-strip .reels{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 12px;
  padding: 2px 8px 0;
}

.contact-strip .reel{ margin: 0; }

.contact-strip .reel-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 330px; /* slightly shorter */
  border-radius: 18px;
  overflow: hidden;

  background: rgba(0,0,0,0.30);
  border: 1px solid rgba(255,255,255,0.10);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 18px 55px rgba(0,0,0,0.35);

  transition: transform 160ms ease, border-color 160ms ease, filter 160ms ease;
}

.contact-strip .reel-frame:hover{
  transform: translateY(-1px);
  border-color: rgba(255, 0, 180, 0.22);
  filter: drop-shadow(0 0 10px rgba(255, 0, 180, 0.12));
}

.contact-strip .reel-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* IMPORTANT: ensure the button is tappable on mobile */
.contact-strip .reel-audio{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 12px;
  border-radius: 999px;

  color: #fff;
  background: rgba(0,0,0,0.52);
  border: 1px solid rgba(255,255,255,0.14);

  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 11px;

  cursor: pointer;
  user-select: none;
  pointer-events: auto;
  touch-action: manipulation;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 12px 35px rgba(0,0,0,0.40);

  transition: transform 160ms ease, filter 160ms ease, background 160ms ease, border-color 160ms ease;
}

.contact-strip .reel-audio:hover{
  transform: translateY(-1px);
  border-color: rgba(255, 0, 180, 0.26);
  filter: drop-shadow(0 0 10px rgba(255, 0, 180, 0.14));
  background: rgba(0,0,0,0.60);
}

.contact-strip .reel-audio.is-on{
  border-color: rgba(255, 0, 180, 0.30);
}

/* =========================================================
   SUBSTACK — SINGLE SOURCE OF TRUTH (matches your HTML)
   HTML:
   <div class="substack-embed substack-embed-compact">
     <iframe class="substack-iframe substack-iframe-compact" ...></iframe>
   </div>

   Fixes:
   - No flex-centering (prevents “cut off top”)
   - Desktop: taller than 320 so header never clips
   - Mobile: even taller + no extra bottom gap
   ========================================================= */

.contact-strip .substack-embed{
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.10);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 0 0 1px rgba(255, 0, 180, 0.16),
    0 0 28px rgba(255, 0, 180, 0.18),
    0 18px 55px rgba(0,0,0,0.35);

  /* critical: don't center-crop */
  display: block;
}

.contact-strip .substack-embed-compact{
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.contact-strip .substack-iframe{
  width: 100%;
  border: 0;
  display: block;
  background: #fff;
  height: 150px; /* desktop: enough room to show the top/title */
}

/* ===== Mobile ===== */
@media (max-width: 900px){
  .contact-strip .bp-row{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-strip .bp-right{ justify-items: start; }
  .contact-strip .bp-title-right{
    text-align: left;
    justify-self: start;
  }

  .contact-strip .reels{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
  }

  .contact-strip .reel-frame{
    max-height: 180px;
  }

  .contact-strip .social-icon-grid{
    grid-template-columns: 1fr 1fr;
  }

  /* Substack: taller on mobile to prevent “missing top” */
  .contact-strip .substack-embed-compact{
    max-width: 100%;
  }

  .contact-strip .substack-iframe{
    height: 180px;
  }
}

@media (max-width: 700px){
  .contact-strip .social-icon-grid{
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}


  .contact-strip .substack-iframe{
    height: 160px;
  }

