/* ===================================================================
   AZ Hero Manager — az-heroes.css v1.0.0
   Hero 1: Giovanna Style  |  Hero 2: Podcast Style
   Responsive: <480px | 480-767px | 768-1023px | 1024-1199px | 1200-1439px | ≥1440px
   =================================================================== */

/* Scoped box-sizing — không ảnh hưởng theme */
.az-hero *, .az-hero *::before, .az-hero *::after,
.az-pod  *, .az-pod  *::before, .az-pod  *::after {
  box-sizing: border-box;
}

/* ===================================================================
   HERO 1 — GIOVANNA STYLE
   =================================================================== */
/* ===================================================================
     HERO
     =================================================================== */
  .az-hero {
    background-color: #fdeae2;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    margin-bottom: 30px;
  }

  /* --- Cột phải: ảnh --- */
  .az-hero .az-hero__right{
    width: 100%;
    min-height: 340px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }

  /* Fade gradient đáy ảnh */
  .az-hero .az-hero__right::after{
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #fdeae2);
    pointer-events: none;
    z-index: 1;
  }

  .az-hero .az-hero__image{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 98%;
    max-width: none;
    display: block;
    mix-blend-mode: multiply;
  }

  /* --- Cột trái: text --- */
  .az-hero .az-hero__left{
    width: 100%;
    padding: 36px 24px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Badge */
  .az-hero .az-hero__badge{
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 24px;
    flex-shrink: 0;
  }
  .az-hero .az-hero__badge svg{ width: 100%; height: 100%; }

  /* Headline */
  .az-hero .az-hero__headline{
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.18;
    color: #3d1a24;
  }
  .az-hero .az-hero__headline em{
    font-style: italic;
    font-weight: 400;
    color: #b85c74;
  }

  /* Divider */
  .az-hero .az-hero__divider{
    width: 44px;
    height: 2px;
    background-color: #c4768a;
    border: none;
    margin: 20px 0;
  }

  /* Body */
  .az-hero .az-hero__body{
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: #6b4a52;
    line-height: 1.75;
    margin: 0 0 28px;
  }

  /* CTA */
  .az-hero .az-hero__cta{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #c4768a;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 32px;
    border-radius: 4px;
    text-decoration: none;
    width: fit-content;
    transition: background-color 0.2s ease;
  }
  .az-hero__cta:hover,
  .az-hero .az-hero__cta:focus{
    background-color: #a85368;
    outline: 2px solid #a85368;
    outline-offset: 3px;
  }

  /* ===================================================================
     RESPONSIVE — layout 2 cột từ 480px trở lên
     =================================================================== */
  @media (min-width: 480px) {
    .az-hero { flex-direction: row; align-items: stretch; }
    .az-hero .az-hero__right{ height: auto; min-height: unset; flex-shrink: 0; }
    .az-hero .az-hero__right::after{ height: 160px; }
  }

  /* Mobile ngang */
  @media (min-width: 480px) and (max-width: 767px) {
    .az-hero { min-height: 300px; }
    .az-hero .az-hero__left{ flex: 0 0 54%; padding: 24px 16px 24px 24px; }
    .az-hero .az-hero__right{ flex: 0 0 46%; }
    .az-hero .az-hero__badge{ width: 52px; height: 52px; margin-bottom: 14px; }
    .az-hero .az-hero__headline{ font-size: 22px; }
    .az-hero .az-hero__divider{ width: 32px; margin: 12px 0; }
    .az-hero .az-hero__body{ font-size: 11.5px; margin-bottom: 16px; }
    .az-hero .az-hero__cta{ font-size: 9.5px; padding: 10px 18px; letter-spacing: 1.5px; }
  }

  /* iPad dọc */
  @media (min-width: 768px) and (max-width: 1023px) {
    .az-hero { min-height: 480px; }
    .az-hero .az-hero__left{ flex: 0 0 52%; padding: 30px; }
    .az-hero .az-hero__right{ flex: 0 0 48%; }
    .az-hero .az-hero__right::after{ height: 200px; }
    .az-hero .az-hero__badge{ width: 76px; height: 76px; margin-bottom: 28px; }
    .az-hero .az-hero__headline{ font-size: 40px; }
    .az-hero .az-hero__divider{ width: 40px; margin: 18px 0; }
    .az-hero .az-hero__body{ font-size: 14px; max-width: 360px; margin-bottom: 28px; }
    .az-hero .az-hero__cta{ font-size: 11px; padding: 13px 26px; }
  }

  /* iPad ngang */
  @media (min-width: 1024px) and (max-width: 1199px) {
    .az-hero { min-height: 520px; }
    .az-hero .az-hero__left{ flex: 0 0 52%; padding: 30px 30px 30px 5%; }
    .az-hero .az-hero__right{ flex: 0 0 48%; }
    .az-hero .az-hero__right::after{ height: 220px; }
    .az-hero .az-hero__badge{ width: 84px; height: 84px; margin-bottom: 32px; }
    .az-hero .az-hero__headline{ font-size: 48px; }
    .az-hero .az-hero__divider{ width: 48px; margin: 20px 0; }
    .az-hero .az-hero__body{ font-size: 15px; max-width: 380px; margin-bottom: 32px; }
    .az-hero .az-hero__cta{ font-size: 11.5px; padding: 14px 30px; }
  }

  /* Desktop */
  @media (min-width: 1200px) and (max-width: 1439px) {
    .az-hero { min-height: 560px; }
    .az-hero .az-hero__left{ flex: 0 0 52%; padding: 30px 50px 30px 6%; }
    .az-hero .az-hero__right{ flex: 0 0 48%; }
    .az-hero .az-hero__right::after{ height: 240px; }
    .az-hero .az-hero__badge{ width: 90px; height: 90px; margin-bottom: 36px; }
    .az-hero .az-hero__headline{ font-size: 56px; line-height: 1.13; }
    .az-hero .az-hero__divider{ width: 52px; margin: 22px 0; }
    .az-hero .az-hero__body{ font-size: 15px; max-width: 420px; margin-bottom: 34px; }
    .az-hero .az-hero__cta{ font-size: 12px; padding: 15px 34px; }
  }

  /* Desktop large */
  @media (min-width: 1440px) {
    .az-hero { min-height: 500px; margin-inline: auto; }
    .az-hero .az-hero__left{ flex: 0 0 52%; padding: 30px 50px 30px 7%; }
    .az-hero .az-hero__right{ flex: 0 0 48%; }
    .az-hero .az-hero__right::after{ height: 260px; }
    .az-hero .az-hero__badge{ width: 100px; height: 100px; margin-bottom: 40px; }
    .az-hero .az-hero__headline{ font-size: 56px; line-height: 1.11; }
    .az-hero .az-hero__divider{ width: 60px; margin: 24px 0; }
    .az-hero .az-hero__body{ font-size: 16px; max-width: 600px; margin-bottom: 30px; }
    .az-hero .az-hero__cta{ font-size: 12px; padding: 17px 38px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .az-hero .az-hero__cta{ transition: none; }
  }


/* ===================================================================
   HERO 2 — PODCAST STYLE
   =================================================================== */
/* ===================================================================
     HERO PODCAST
     =================================================================== */
  .az-pod {
    background-color: #fce8e2;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    margin-bottom: 30px;
  }

  /* --- Cột phải: ảnh --- */
  .az-pod .az-pod__right{
    width: 100%;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }

  /* Fade gradient đáy */
  .az-pod .az-pod__right::after{
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #fce8e2);
    pointer-events: none;
    z-index: 1;
  }

  .az-pod .az-pod__image{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 98%;
    width: auto;
    max-width: none;
    display: block;
    mix-blend-mode: multiply;
  }

  /* --- Cột trái: text --- */
  .az-pod .az-pod__left{
    width: 100%;
    padding: 40px 24px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Eyebrow */
  .az-pod .az-pod__eyebrow{
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c05a2a;
    margin-bottom: 12px;
  }

  /* Headline */
  .az-pod .az-pod__headline{
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.08;
    color: #1a2744;
    margin-bottom: 20px;
  }

  /* Divider */
  .az-pod .az-pod__divider{
    width: 36px;
    height: 3px;
    background-color: #c05a2a;
    border: none;
    margin-bottom: 20px;
  }

  /* Body */
  .az-pod .az-pod__body{
    font-size: 14px;
    color: #4a3a36;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 400px;
  }

  /* CTA row */
  .az-pod .az-pod__cta-row{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }

  .az-pod .az-pod__cta{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #c05a2a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
  }
  .az-pod__cta:hover,
  .az-pod .az-pod__cta:focus{
    background-color: #a34822;
    outline: 2px solid #a34822;
    outline-offset: 3px;
  }

  .az-pod .az-pod__episodes{
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .az-pod .az-pod__episodes-label{
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c05a2a;
  }
  .az-pod .az-pod__episodes-value{
    font-size: 13px;
    font-weight: 700;
    color: #1a2744;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  /* Platforms */
  .az-pod .az-pod__platforms{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .az-pod .az-pod__platform{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #4a3a36;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s;
  }
  .az-pod .az-pod__platform:hover{ opacity: 1; }

  /* ===================================================================
     RESPONSIVE
     =================================================================== */
  @media (min-width: 480px) {
    .az-pod { flex-direction: row; align-items: stretch; }
    .az-pod .az-pod__right{ min-height: unset; height: auto; flex-shrink: 0; }
    .az-pod .az-pod__right::after{ height: 160px; }
  }

  /* Mobile ngang */
  @media (min-width: 480px) and (max-width: 767px) {
    .az-pod { min-height: 280px; }
    .az-pod .az-pod__left{ flex: 0 0 56%; padding: 24px 16px 24px 24px; }
    .az-pod .az-pod__right{ flex: 0 0 44%; }
    .az-pod .az-pod__headline{ font-size: 26px; margin-bottom: 14px; }
    .az-pod .az-pod__divider{ margin-bottom: 14px; }
    .az-pod .az-pod__body{ font-size: 12px; margin-bottom: 18px; }
    .az-pod .az-pod__cta{ font-size: 9.5px; padding: 10px 18px; }
    .az-pod .az-pod__cta-row{ gap: 14px; margin-bottom: 18px; }
    .az-pod .az-pod__platforms{ gap: 12px; }
    .az-pod .az-pod__platform{ font-size: 9.5px; }
  }

  /* iPad dọc */
  @media (min-width: 768px) and (max-width: 1023px) {
    .az-pod { min-height: 420px; }
    .az-pod .az-pod__left{ flex: 0 0 54%; padding: 30px; }
    .az-pod .az-pod__right{ flex: 0 0 46%; }
    .az-pod .az-pod__right::after{ height: 200px; }
    .az-pod .az-pod__headline{ font-size: 46px; margin-bottom: 18px; }
    .az-pod .az-pod__body{ font-size: 14px; margin-bottom: 24px; }
  }

  /* iPad ngang */
  @media (min-width: 1024px) and (max-width: 1199px) {
    .az-pod { min-height: 460px; }
    .az-pod .az-pod__left{ flex: 0 0 52%; padding: 30px 44px 30px 5%; }
    .az-pod .az-pod__right{ flex: 0 0 48%; }
    .az-pod .az-pod__right::after{ height: 220px; }
    .az-pod .az-pod__headline{ font-size: 52px; margin-bottom: 20px; }
    .az-pod .az-pod__body{ font-size: 15px; max-width: 380px; }
  }

  /* Desktop */
  @media (min-width: 1200px) and (max-width: 1439px) {
    .az-pod { min-height: 500px; }
    .az-pod .az-pod__left{ flex: 0 0 52%; padding: 68px 52px 68px 6%; }
    .az-pod .az-pod__right{ flex: 0 0 48%; }
    .az-pod .az-pod__right::after{ height: 240px; }
    .az-pod .az-pod__headline{ font-size: 62px; margin-bottom: 22px; }
    .az-pod .az-pod__body{ font-size: 15px; max-width: 400px; margin-bottom: 32px; }
  }

  /* Desktop large */
  @media (min-width: 1440px) {
    .az-pod { min-height: 450px; margin-inline: auto; }
    .az-pod .az-pod__left{ flex: 0 0 52%; padding: 30px 30px 30px 7%; }
    .az-pod .az-pod__right{ flex: 0 0 48%; }
    .az-pod .az-pod__right::after{ height: 260px; }
    .az-pod .az-pod__headline{ font-size: 56px; margin-bottom: 24px; }
    .az-pod .az-pod__body{ font-size: 16px; max-width: 440px; margin-bottom: 36px; }
    .az-pod .az-pod__cta{ font-size: 12px; padding: 16px 34px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .az-pod .az-pod__cta, .az-pod .az-pod__platform{ transition: none; }
  }

/* =============================================================================
   FIX v1.0.1 — az-pod__hl-line
   Thay thế <br> cứng trong headline Podcast widget.
   display: block tạo line break tự nhiên — tự wrap trên màn nhỏ thay vì
   bị force-break giữa từ làm chữ quá nhỏ.
   ============================================================================= */

.az-pod .az-pod__hl-line{
  display: block;
}