/* ============================================================
   POD Page Styles (B2C)
   File: /assets/css/pod.css
   Depends on: /assets/css/gateway.css
   ============================================================ */

:root{
  --pod-alert-h: 40px;
  --pod-alert-h-mobile: 55px;
}

.pod-page{
  background:#ffffff;
  --pod-cta:#0ea5a4;
}

.pod-page a.vt-btn,
.pod-page a.vt-btn:visited,
.pod-page a.vt-btn:hover,
.pod-page a.vt-btn:active{
  text-decoration:none;
}

.vt-btn--disabled{
  opacity:0.70;
  cursor:default;
  pointer-events:none;
  filter:saturate(0.65);
}

/* ============================================================
   TOP ANNOUNCEMENT BAR
   ============================================================ */

.pod-topAlert{
  position:relative;
  z-index:40;
  min-height:var(--pod-alert-h);
  background:#b91c1c;
  color:#ffffff;
  border-bottom:1px solid rgba(255,255,255,0.14);
}

.pod-topAlert__inner{
  min-height:var(--pod-alert-h);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:6px 16px;
}

.pod-topAlert__text{
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  text-align:center;
}

.pod-topAlert__link{
  flex:0 0 auto;
  color:#ffffff;
  text-decoration:none;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  border-bottom:1px solid rgba(255,255,255,0.65);
}

.pod-topAlert__link:hover{
  color:#ffffff;
  border-bottom-color:#ffffff;
}

@media (max-width:767px){
  .pod-topAlert{
    min-height:var(--pod-alert-h-mobile);
  }

  .pod-topAlert__inner{
    min-height:var(--pod-alert-h-mobile);
    padding:7px 14px;
  }

  .pod-topAlert__text{
    font-size:12px;
  }
}

body.vt-has-pod-alert .vt-header{
  top:var(--pod-alert-h);
}

@media (max-width:767px){
  body.vt-has-pod-alert .vt-header{
    top:var(--pod-alert-h-mobile);
  }
}

/* ============================================================
   HERO
   ============================================================ */

.pod-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background-color:#0b0f19;
}

body.vt-has-pod-alert .pod-hero{
  min-height:calc(100vh - var(--pod-alert-h));
}

@media (max-width:767px){
  body.vt-has-pod-alert .pod-hero{
    min-height:calc(92vh - var(--pod-alert-h-mobile));
  }
}

.pod-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--pod-hero-mobile, url("/assets/images/hero/pod-hero-mobile.jpg"));
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  transform:scale(1.14);
  animation:podHeroZoomOut 1100ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  will-change:transform;
}

@media (min-width:1025px){
  .pod-hero::before{
    background-image:var(--pod-hero-desktop, url("/assets/images/hero/pod-hero.jpg"));
    background-position:center center;
  }
}

@keyframes podHeroZoomOut{
  0%   { transform:scale(1.18); }
  100% { transform:scale(1.00); }
}

@keyframes podHeroTextFade{
  from{
    opacity:0;
    transform:translateY(16px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (prefers-reduced-motion: reduce){
  .pod-hero::before{
    animation:none !important;
    transform:scale(1) !important;
  }

  .pod-hero__content{
    animation:none !important;
  }
}

.pod-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
      background:linear-gradient(
      180deg,
      rgba(0,0,0,0.03) 0%,
      rgba(0,0,0,0.07) 38%,
      rgba(0,0,0,0.18) 70%,
      rgba(0,0,0,0.45) 90%
    );
}

.pod-hero__inner{
  position:relative;
  z-index:2;
  width:100%;
  padding:120px 0 34px;
}

@media (min-width:860px){
  .pod-hero__inner{
    padding:140px 0 46px;
  }
}

.pod-hero__content{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  justify-items:center;
  align-content:end;
  text-align:center;
  animation:podHeroTextFade 900ms ease-out 500ms both;
}

.pod-hero__title{
  display:inline-block !important;
  width:auto !important;
  max-width:100%;
  justify-self:center;
  margin:0 auto 10px;
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.04;
  font-size:34px;
  color:#ffffff;
  text-align:center !important;
  text-shadow:0 3px 22px rgba(0,0,0,0.75);
}

.pod-hero__sub{
  display:block;
  width:100%;
  max-width:980px;
  margin:0 auto;
  font-weight:650;
  line-height:1.5;
  font-size:16px;
  color:rgba(255,255,255,0.96);
  text-align:center;
  text-shadow:0 2px 18px rgba(0,0,0,0.70);
}

@media (min-width:1400px){
  .pod-hero__title{ font-size:50px; }
  .pod-hero__sub{ font-size:18px; }
}

@media (min-width:768px) and (max-width:1399px){
  .pod-hero__title{ font-size:40px; }
  .pod-hero__sub{ font-size:17px; }
}

@media (min-width:768px) and (max-width:1024px){
  .pod-hero{ min-height:94vh; }
  .pod-hero::before{ background-position:center 25%; }
  body.vt-has-pod-alert .pod-hero{ min-height:calc(94vh - var(--pod-alert-h)); }
  .pod-hero__inner{ padding:118px 0 34px; }
  .pod-hero__title{ font-size:42px; line-height:1.08; }
  .pod-hero__sub{ font-size:16px; line-height:1.45; }
}

@media (max-width:767px){
  .pod-hero{ min-height:92vh; }
  .pod-hero__inner{ padding:90px 0 20px; }
  .pod-hero__content{ padding:0 18px; }
  .pod-hero__title{ font-size:30px; line-height:1.08; }
  .pod-hero__sub{ display:none; }
}

@media (max-width:430px){
  .pod-hero{ min-height:90vh; }
  body.vt-has-pod-alert .pod-hero{ min-height:calc(90vh - var(--pod-alert-h-mobile)); }
  .pod-hero__inner{ padding:84px 0 18px; }
  .pod-hero__title{ font-size:26px; }
}

/* ============================================================
   HOODIE PROMO
   ============================================================ */

.pod-hoodiePromo{
  background:#f3f4f6;
  border-top:1px solid rgba(17,24,39,0.08);
  border-bottom:1px solid rgba(17,24,39,0.08);
  padding:26px 0;
}

.pod-hoodiePromo__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:center;
  min-height:220px;
}

@media (min-width:980px){
  .pod-hoodiePromo__grid{
    grid-template-columns:1.1fr 0.9fr;
    gap:28px;
    min-height:240px;
  }
}

.pod-hoodiePromo__title{
  margin:0 0 8px;
  font-weight:950;
  letter-spacing:-0.02em;
  font-size:28px;
  color:#111827;
}

.pod-hoodiePromo__sub{
  margin:0;
  font-weight:650;
  font-size:15px;
  line-height:1.55;
  color:rgba(17,24,39,0.76);
  max-width:52ch;
}

.pod-hoodiePromo__form{
  background:rgba(255,255,255,0.92);
  border:1px solid rgba(17,24,39,0.10);
  border-radius:18px;
  padding:14px 14px 12px;
  box-shadow:0 16px 46px rgba(0,0,0,0.08);
}

.pod-hoodiePromo__label{
  display:block;
  font-weight:800;
  font-size:12px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:rgba(17,24,39,0.70);
  margin:8px 0 6px;
}

.pod-hoodiePromo__input{
  width:100%;
  border:1px solid rgba(17,24,39,0.18);
  border-radius:14px;
  padding:10px 12px;
  font-size:15px;
  font-weight:650;
  outline:none;
  background:#fff;
}

.pod-hoodiePromo__input:focus{
  border-color:rgba(14,165,164,0.85);
  box-shadow:0 0 0 3px rgba(14,165,164,0.18);
}

.pod-hoodiePromo__input--cap{
  text-transform:capitalize;
}

.pod-hoodiePromo__btnRow{
  display:flex;
  justify-content:center;
  margin-top:12px;
}

.pod-hoodiePromo__btn{
  background:var(--pod-cta);
  color:#fff;
  padding:10px 18px;
  font-size:13px;
  text-decoration:none;
}

.pod-hoodiePromo__notice{
  margin:10px 0 0;
  font-weight:750;
  font-size:13px;
  text-align:center;
}

.pod-hoodiePromo__notice.is-ok{ color:#065f46; }
.pod-hoodiePromo__notice.is-bad{ color:#991b1b; }

.pod-hoodiePromo__winner{
  margin:10px 0 0;
  font-size:13px;
  line-height:1.45;
  color:rgba(17,24,39,0.72);
  text-align:center;
  font-weight:650;
}

.hp-field{
  position:absolute !important;
  left:-9999px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

/* ============================================================
   PANELS
   ============================================================ */

.pod-panel{
  padding:52px 0;
  background:#ffffff;
}

@media (min-width:900px){
  .pod-panel{ padding:70px 0; }
}

.pod-panel__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:center;
}

@media (min-width:980px){
  .pod-panel__grid{
    grid-template-columns:1.05fr 0.95fr;
    gap:38px;
  }
}

.pod-panel__content{
  max-width:720px;
}

.pod-panel__title{
  margin:0 0 10px;
  font-weight:950;
  letter-spacing:-0.02em;
  font-size:28px;
  color:#111827;
}

@media (min-width:900px){
  .pod-panel__title{ font-size:34px; }
}

.pod-panel__sub{
  margin:0 0 14px;
  font-weight:750;
  font-size:15px;
  line-height:1.6;
  color:rgba(17,24,39,0.76);
}

.pod-richText{
  margin:0 0 16px;
  font-size:14px;
  line-height:1.55;
  color:rgba(17,24,39,0.78);
}

.pod-richText p{
  margin:0 0 12px;
}

.pod-richText ul,
.pod-richText ol{
  margin:0 0 16px;
  padding-left:18px;
  display:grid;
  gap:10px;
}

.pod-richText li{
  margin:0;
}

.pod-richText a{
  color:inherit;
  text-decoration:underline;
}

.pod-richText h2,
.pod-richText h3,
.pod-richText h4{
  margin:0 0 10px;
  line-height:1.2;
  color:#111827;
}

.pod-panel__ctaRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.pod-panel__ctaRow .vt-btn--accent{
  background:var(--pod-cta);
  color:#fff;
  text-decoration:none;
}

.pod-panel__ctaSubtext{
  margin:10px 0 0;
  font-size:13px;
  line-height:1.55;
  color:rgba(17,24,39,0.62);
  font-weight:650;
}

.pod-panel__media{
  display:flex;
  justify-content:center;
}

.pod-mediaFrame{
  width:min(520px,100%);
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(17,24,39,0.10);
  box-shadow:0 24px 70px rgba(0,0,0,0.14);
  background:#e5e7eb;
}

.pod-mediaFrame img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

@media (max-width:979px){
  .pod-panel__grid{
    grid-template-areas:
      "media"
      "content";
  }
  .pod-panel__media{ grid-area:media; }
  .pod-panel__content{ grid-area:content; }
}

/* ============================================================
   TRENDING PANEL
   ============================================================ */

.pod-trending{
  background:#ffffff;
}

.pod-trending__title{
  margin:0 0 18px;
  text-align:center;
  font-weight:950;
  letter-spacing:-0.02em;
  font-size:26px;
  color:#111827;
}

@media (min-width:900px){
  .pod-trending__title{ font-size:34px; margin-bottom:22px; }
}

.pod-trending__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

@media (min-width:900px){
  .pod-trending__grid{
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
  }
}

.pod-trending__card{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(17,24,39,0.10);
  box-shadow:0 18px 55px rgba(0,0,0,0.12);
  background:#ffffff;
}

.pod-trending__media{
  background:#e5e7eb;
  overflow:hidden;
}

.pod-trending__body{
  padding:12px 14px 16px;
}

.pod-trending__nar{
  margin:0;
  font-weight:650;
  font-size:14px;
  line-height:1.55;
  color:rgba(17,24,39,0.78);
}

.pod-trending__cardCta{
  display:flex;
  justify-content:center;
  margin-top:10px;
}

.pod-trending__cardCta .vt-btn--accent{
  background:var(--pod-cta);
  color:#fff;
  text-decoration:none;
}

.pod-trending__img{
  display:block;
  width:100%;
  height:auto;
  filter:blur(16px);
  transform:scale(1.04);
  opacity:0.85;
  transition:filter 520ms ease, transform 520ms ease, opacity 520ms ease;
}

.pod-trending__img.is-loaded{
  filter:blur(0);
  transform:scale(1);
  opacity:1;
}

.pod-trending__sub{
  margin:-6px auto 18px;
  max-width:720px;
  text-align:center;
  font-weight:650;
  font-size:15px;
  line-height:1.55;
  color:rgba(17,24,39,0.72);
}

@media (min-width:900px){
  .pod-trending__sub{
    font-size:17px;
    margin-bottom:22px;
  }
}

@media (prefers-reduced-motion: reduce){
  .pod-trending__img{
    transition:none !important;
    filter:none !important;
    transform:none !important;
    opacity:1 !important;
  }
}

/* ============================================================
   COLLECTION TILES
   ============================================================ */

.pod-collections{
  background:#eaf1f5;
  padding:56px 0;
}

@media (min-width:900px){
  .pod-collections{
    padding:76px 0;
  }
}

.pod-collections__title{
  margin:0 0 12px;
  text-align:center;
  font-weight:950;
  letter-spacing:-0.02em;
  font-size:28px;
  color:#111827;
}

.pod-collections__sub{
  margin:0 auto 22px;
  max-width:780px;
  text-align:center;
  font-weight:650;
  font-size:15px;
  line-height:1.6;
  color:rgba(17,24,39,0.74);
}

@media (min-width:900px){
  .pod-collections__title{
    font-size:36px;
  }

  .pod-collections__sub{
    font-size:17px;
    margin-bottom:28px;
  }
}

.pod-collections__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

@media (min-width:700px){
  .pod-collections__grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media (min-width:1180px){
  .pod-collections__grid{
    grid-template-columns:repeat(4, 1fr);
  }
}

.pod-collections__tile{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 22px 60px rgba(0,0,0,0.14);
  background:#dbe3ea;
}

.pod-collections__link{
  position:relative;
  display:block;
  text-decoration:none;
  color:#fff;
  isolation:isolate;
}

.pod-collections__img{
  display:block;
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
  transform:scale(1.001);
}

.pod-collections__overlay{
  display:none;
}

.pod-collections__ctaWrap{
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:2;
}

.pod-collections__cta{
  background:var(--pod-cta);
  color:#fff;
  border-radius:999px;
  padding:10px 16px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 10px 26px rgba(0,0,0,0.18);
}

.pod-collections__link:hover .pod-collections__cta{
  transform:translateY(-1px);
}