/* =========================================================
   ANNUAL FASHION SHOW
   File: /assets/css/annual-fashion-show.css
   ========================================================= */

:root{
  --afs-text:#f9fafb;
  --afs-muted: rgba(249,250,251,.86);
  --afs-shadow: 0 24px 70px rgba(0,0,0,.35);
  --afs-radius: 18px;
  --afs-red: #fa394a;

  /* Your requested gradient (now used ONLY for CTA band) */
  --afs-grad: radial-gradient(circle at 10% 0%, rgba(110, 10, 10, .75), rgba(2, 6, 23, .96) 70%);
}

/* ---------------------------------------------------------
   PAGE BACKGROUNDS
   ✅ Keep same as previous pages: white sections
--------------------------------------------------------- */

.afs.page-hero{
  background: #ffffff;
  color: #111827;
  padding-top: calc(var(--site-header-offset, 110px) + 34px);
  padding-bottom: 22px;
}

.afs.page-section{
  background: #ffffff;
  color: #111827;
  padding: 26px 0 70px;
}
.breadcrumb{
  font-size: 13px;
  color: #64748b;
  font-weight: 700;
  display:flex;
  align-items:center;
  gap: 8px;
  margin: 6px 0 18px;
}
.breadcrumb a{ color: #64748b; text-decoration:none; }
.breadcrumb a:hover{ color: #0f172a; }
.crumb-sep{ opacity: .6; }

/* Hero layout */
.afs-heroGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: start;
}

/* Kicker */
.afs-kicker{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #111827;
  opacity: .92;
  margin: 0 0 10px;
}
.afs-kickerIco{
  width: 28px;
  height: 28px;
  border-radius: 12px;
  border: 1px solid rgba(250,57,74,.22);
  background: rgba(250,57,74,.10);
  color: #111827;
  display:grid;
  place-items:center;
}

.afs-title{
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #111827;
}

.afs-lead{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.75;
  color: #4b5563;
  max-width: 70ch;
}

/* Buttons */
.afs-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 14px;
}

.afs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  text-decoration:none;
  border: 1px solid transparent;
}

.afs-btn--primary{
  background: linear-gradient(135deg, #ff445e, #ff6a2a);
  color: #fff;
  box-shadow: 0 16px 38px rgba(250,57,74,.22);
}
.afs-btn--primary:hover{ filter: brightness(.98); }

.afs-btn--ghost{
  background: #ffffff;
  border-color: rgba(15,23,42,.14);
  color: #111827;
}
.afs-btn--ghost:hover{
  background: #f9fafb;
}

/* Chips */
.afs-chips{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.afs-chip{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(2,6,23,.03);
  font-size: 12px;
  color: #111827;
  font-weight: 700;
}

/* Right hero card */
.afs-heroCard{
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: 0 16px 46px rgba(15,23,42,.08);
  overflow:hidden;
  position: sticky;
  top: calc(var(--site-header-offset, 110px) + 18px);
}
.afs-cardHead{
  padding: 14px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.afs-cardHead b{
  display:block;
  font-size: 14px;
  font-weight: 900;
  color: #111827;
}
.afs-cardHead span{
  display:block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}
.afs-cardBody{ padding: 14px; }

.afs-points{ display:grid; gap: 10px; }
.afs-point{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(2,6,23,.02);
}
.afs-pointIco{ width: 28px; display:inline-flex; justify-content:center; }
.afs-point b{
  display:block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 4px;
  color: #111827;
}
.afs-point p{
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #4b5563;
}
.afs-cardCta{
  margin-top: 12px;
  display:inline-flex;
  width: 100%;
  justify-content:center;
  align-items:center;
  gap: 10px;
  height: 44px;
  border-radius: 999px;
  background: rgba(250,57,74,.10);
  border: 1px solid rgba(250,57,74,.25);
  color: #111827;
  font-weight: 900;
  text-decoration:none;
}
.afs-cardCta:hover{ filter: brightness(.98); }

/* Section head */
.afs-sectionHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.afs-h2{
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 900;
  color: #111827;
}
.afs-p{
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #64748b;
}

/* Controls */
.afs-controls{ display:flex; gap: 10px; }
.afs-nav{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.12);
  background: #ffffff;
  color: #111827;
  cursor: pointer;
  display:grid;
  place-items:center;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
}
.afs-nav:hover{ filter: brightness(.98); }

/* Slider shell */
.afs-slider{
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,.10);
  background: #ffffff;
  box-shadow: 0 16px 46px rgba(15,23,42,.08);
  padding: 14px;
  overflow:hidden;
}

/* Track: horizontal scroll, portrait-first */
.afs-track{
  display:flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}
.afs-track::-webkit-scrollbar{ height: 8px; }
.afs-track::-webkit-scrollbar-thumb{ background: rgba(15,23,42,.12); border-radius: 999px; }

/* Portrait slide card */
.afs-slide{
  scroll-snap-align: start;
  flex: 0 0 auto;

  width: 240px;
  aspect-ratio: 3 / 4.2;
  border-radius: 18px;
  overflow:hidden;

  border: 1px solid rgba(15,23,42,.10);
  background: rgba(2,6,23,.02);
  box-shadow: 0 14px 40px rgba(15,23,42,.08);
  display:block;

  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.afs-slide img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.01);
  transition: transform .35s ease;
}
.afs-slide:hover{
  transform: translateY(-2px);
  border-color: rgba(250,57,74,.22);
  box-shadow: 0 22px 65px rgba(15,23,42,.12);
}
.afs-slide:hover img{ transform: scale(1.05); }

/* Thumbs */
.afs-thumbs{
  margin-top: 10px;
  display:flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
}
.afs-thumb{
  width: 86px;
  height: 64px;
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(2,6,23,.02);
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
}
.afs-thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.afs-thumb.is-active{
  border-color: rgba(250,57,74,.35);
  box-shadow: 0 12px 30px rgba(250,57,74,.12);
}

/* ---------------------------------------------------------
   ✅ CTA BAND ONLY uses your gradient background
--------------------------------------------------------- */
.afs-cta{
  margin-top: 16px;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: var(--afs-grad);
  box-shadow: var(--afs-shadow);
  color: #f9fafb;
}
.afs-ctaInner{
  padding: 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
}
.afs-ctaInner h2{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
.afs-ctaInner p{
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(249,250,251,.86);
}
.afs-ctaActions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content:flex-end;
}

/* CTA buttons inside gradient */
.afs-cta .afs-btn--primary{
  background: linear-gradient(135deg, #ff445e, #ff6a2a);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
}
.afs-cta .afs-btn--ghost{
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.26);
  backdrop-filter: blur(8px);
}
.afs-cta .afs-btn--ghost:hover{
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.40);
}

/* Responsive */
@media (max-width: 980px){
  .afs-heroGrid{ grid-template-columns: 1fr; }
  .afs-heroCard{ position: static; }
}
@media (max-width: 560px){
  .afs-title{ font-size: 28px; }
  .afs-actions .afs-btn{ width: 100%; }
  .afs-ctaInner{ flex-direction: column; align-items:flex-start; }
  .afs-ctaActions{ width: 100%; }
  .afs-ctaActions .afs-btn{ width: 100%; }
  .afs-slide{ width: 190px; }
}

/* =========================================================
   AFS – Video slider (same layout as image gallery)
   ========================================================= */

.afs-slider--video .afs-slide{
  /* make video cards wider than portrait images */
  width: clamp(280px, 42vw, 520px);
}

/* 16:9 video frame, consistent UI */
.afs-videoBox{
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(2,6,23,.06);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 16px 46px rgba(15,23,42,.08);
}

.afs-videoBox iframe,
.afs-videoBox video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ============================
   Portrait Video Slider Fix
============================ */

/* Make video container portrait */
.afs-slide--video {
  flex: 0 0 260px; /* width similar to image cards */
}

.afs-videoBox {
  width: 100%;
  aspect-ratio: 9 / 16;   /* ✅ portrait */
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

/* Make iframe/video fill properly */
.afs-videoBox iframe,
.afs-videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}