  /* ============ HEADER — SINGLE ROW, STICKY ============ */
  body { padding-top: 0; }
  .site-header {
    position: relative;
    width: 100%;
    background: transparent;
    z-index: 1000;
  }
  .brand-name {
    font-family: var(--font-heading);
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--porcelain);
    white-space: nowrap;
    transition: color 0.3s ease;
    text-shadow: 0 1px 10px rgba(15, 10, 7, 0.5);
  }
  .brand-logo {
    height: 22px; width: auto; display: block;
    filter: brightness(0) invert(1) drop-shadow(0 1px 6px rgba(15, 10, 7, 0.5));
    transition: filter 0.3s ease;
  }

  .header-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: linear-gradient(180deg, rgba(15, 10, 7, 0.38) 0%, rgba(15, 10, 7, 0.15) 65%, transparent 100%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 40px;
    gap: 24px;
  }
  .header-nav.scrolled {
    background: rgba(253, 249, 242, 0.92);
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    border-bottom-color: rgba(236, 217, 184, 0.5);
    box-shadow: 0 4px 20px rgba(139, 111, 63, 0.1);
  }
  .header-nav.scrolled .brand-name {
    color: var(--warm-brown);
    text-shadow: none;
  }
  .header-nav.scrolled .brand-logo {
    filter: none;
  }
  .header-nav.scrolled .header-menu a {
    color: var(--text-soft);
    text-shadow: none;
  }
  .header-nav.scrolled .header-icon-btn {
    color: var(--warm-brown);
    filter: none;
  }
  .header-nav.scrolled .header-icon-btn:hover {
    background: var(--mesh-gold-subtle);
    border-color: var(--border); color: var(--antique-gold);
  }
  .header-brand {
    display: flex; align-items: center; gap: 12px;
    text-decoration: none;
  }
  .header-right {
    display: flex; align-items: center; gap: 32px;
  }
  .header-menu {
    display: flex; gap: 36px; list-style: none;
    margin: 0; padding: 0;
  }
  .header-menu a {
    font-family: var(--font-body);
    font-size: 14px; font-weight: 700;
    color: var(--porcelain); text-decoration: none;
    letter-spacing: 0.04em;
    padding: 4px 0; position: relative;
    transition: color 0.3s ease;
    text-shadow: 0 1px 10px rgba(15, 10, 7, 0.5);
  }
  .header-menu a::after {
    content: ''; position: absolute;
    bottom: -4px; left: 0; right: 0;
    height: 1px; background: var(--mesh-gold);
    transform: scaleX(0); transform-origin: right;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  }
  .header-menu a:hover::after { transform: scaleX(1); transform-origin: left; }
  .header-menu a.active { color: var(--antique-gold); }
  .header-menu a.active::after { transform: scaleX(1); }
  .header-utils {
    display: flex; align-items: center; gap: 8px;
  }
  .header-icon-btn {
    width: 32px; height: 32px;
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent; border: 1px solid transparent;
    border-radius: 50%; color: var(--porcelain);
    cursor: pointer; text-decoration: none;
    transition: all 0.3s ease;
    filter: drop-shadow(0 1px 6px rgba(15, 10, 7, 0.5));
  }
  .header-icon-btn:hover {
    background: rgba(253, 249, 242, 0.15);
    border-color: rgba(253, 249, 242, 0.3); color: var(--porcelain);
  }
  .header-icon-btn svg { width: 16px; height: 16px; }

  main { padding-top: 0; }
  .hero-home {
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
    padding: 100px 72px 80px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
    background:
      linear-gradient(90deg,
        rgba(255, 235, 240, 0.88) 0%,
        rgba(252, 224, 232, 0.65) 35%,
        rgba(252, 224, 232, 0.2) 65%,
        transparent 90%),
      var(--sg-hero, url('https://phamhongthuyvan.com/wp-content/uploads/2026/06/home-hero-pink-scaled.webp')) center top / cover no-repeat;
  }
  /* Text colors for light pink hero — rich bronze/antique-gold for contrast */
  .hero-home .hero-banner-eyebrow {
    background: none;
    -webkit-background-clip: initial; background-clip: initial;
    color: var(--antique-gold);
  }
  .hero-home h1 {
    background: linear-gradient(135deg, #F5C8D2 0%, #E5A0AE 35%, #C97583 70%, #9C5366 100%);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    text-shadow: none;
    font-size: clamp(48px, 7vw, 92px);
    font-weight: 500;
  }
  .hero-home h1 em {
    background: linear-gradient(135deg, #E5A0AE 0%, #B36275 100%);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
  }
  .hero-home .hero-banner-desc { color: var(--text); }

  .hero-bio {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text);
    max-width: 540px;
    margin: 0 0 28px;
  }
  .hero-bio p { margin: 0; }
  /* Ghost CTA on light pink — switch from pearl/cream to brown so it stands out */
  .hero-home .cta-ghost {
    color: var(--warm-brown);
    border-color: rgba(62, 46, 31, 0.45);
  }
  .hero-home .cta-ghost:hover {
    background: rgba(62, 46, 31, 0.06);
    border-color: var(--warm-brown);
    color: var(--deep-brown);
  }
  .hero-home .cta-ghost .cta-arrow {
    background: rgba(62, 46, 31, 0.1);
    color: var(--warm-brown);
  }
  .hero-home::after { display: none; }
  .hero-home .hero-banner-content { max-width: none; }
  .hero-home-image { display: none; }
  .hero-home-image {
    justify-self: stretch;
    align-self: stretch;
    width: auto;
    /* Kéo ảnh ra sát các mép hero để không để lộ khoảng dark padding */
    margin: -80px -72px -80px 0;
    background: var(--sg-hero, url('https://phamhongthuyvan.com/wp-content/uploads/2026/06/home-hero-pink-scaled.webp')) center top / cover no-repeat;
    position: relative;
    overflow: hidden;
    /* Mask mờ feather cạnh trái — ảnh tự fade transparent để nền dark lộ xuyên qua, mềm & blur */
    -webkit-mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.15) 10%,
      rgba(0, 0, 0, 0.5) 25%,
      rgba(0, 0, 0, 0.85) 42%,
      #000 58%);
    mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.15) 10%,
      rgba(0, 0, 0, 0.5) 25%,
      rgba(0, 0, 0, 0.85) 42%,
      #000 58%);
  }
  /* Edge overlays removed — image shows at full quality without blur/tint */
  .hero-home-image::after,
  .hero-home-image::before { display: none; }
  section.home-section {
    padding: 120px 40px;
    max-width: none; margin: 0;
    position: relative;
    background: var(--white);
  }
  section.home-section > .about-teaser,
  section.home-section > .section-header {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
  /* music-grid has its own narrower max-width — see below */
  section.home-section.cream {
    max-width: none;
    background:
      radial-gradient(at 15% 30%, rgba(247, 235, 208, 0.22), transparent 56%),
      radial-gradient(at 85% 70%, rgba(215, 194, 154, 0.13), transparent 58%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(250, 243, 231, 0.92)),
      var(--cream);
  }
  /* "Sản phẩm nổi bật" + "Các bài báo mới nhất" — barely-there pink, nearly white */
  section.home-section#products,
  section.home-section#news {
    background:
      radial-gradient(at 18% 25%, rgba(252, 230, 235, 0.25), transparent 60%),
      radial-gradient(at 82% 75%, rgba(247, 235, 208, 0.15), transparent 60%),
      linear-gradient(135deg, #FEFAFB 0%, #FCF6F7 100%);
  }
  .home-section-inner {
    max-width: 1320px; margin: 0 auto;
  }
  .footer-wrap {
    width: 100%;
    padding: 0;
  }
  .footer-wrap .site-footer {
    border-radius: 0;
  }
  .footer-top.footer-top-3col {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 64px;
  }
  @media (max-width: 900px) {
    .footer-top.footer-top-3col {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
  /* News thumb — frame vuông */
  #news .news-plain-thumb { aspect-ratio: 1 / 1; }

  /* Bỏ section-num eyebrow ("— 02 / Tin Tức —" v.v.) trên homepage cả desktop + mobile */
  .section-header .section-num { display: none !important; }
  .about-teaser-body .section-num { display: none !important; }
  .section-title em,
  .about-teaser-body h2 em {
    font-style: normal !important;
  }

  /* "Xem thêm" CTA at bottom of products section */
  .prod-more-wrap { display: flex; justify-content: center; margin-top: 56px; }
  .prod-more-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    padding: 16px 36px;
    background: var(--btn-gradient);
    color: var(--deep-brown);
    font-family: var(--font-body);
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.25em; text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 22px rgba(139, 111, 63, 0.25);
  }
  .prod-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(139, 111, 63, 0.4);
    filter: brightness(1.04);
  }
  .prod-more-btn svg { width: 14px; height: 14px; }

  /* Combo band — separate from featured products with a lighter white/ivory field */
  .combo-band {
    width: 100vw;
    margin: 96px calc(50% - 50vw) -120px;
    padding: 104px 40px 120px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,253,248,0.96) 100%),
      radial-gradient(at 80% 20%, rgba(215, 193, 147, 0.08), transparent 54%);
    border-top: 1px solid rgba(233, 217, 186, 0.42);
  }
  .combo-band-inner {
    max-width: 1320px;
    margin: 0 auto;
  }

  /* ============ MUSIC SECTION — Spotify-style 3-col grid ============ */
  .home-section .music-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 28px;
    max-width: 920px;
    margin: 0 auto;
  }
  /* Reset old music-card styling — new card is plain block with cover + meta */
  .home-section .music-card {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: block !important;
    min-height: 0 !important;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: none !important;
  }
  .home-section .music-card[data-yt]:focus-visible {
    outline: 2px solid var(--antique-gold);
    outline-offset: 6px;
    border-radius: 12px;
  }
  .home-section .music-cover-wrap {
    position: relative;
    aspect-ratio: 1;
    margin-bottom: 18px;
    transition: transform 0.35s ease;
    /* No overflow:hidden here — keep play-button shadow visible. */
  }
  .home-section .music-card:hover .music-cover-wrap { transform: translateY(-4px); }
  .home-section .music-cover {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    border-radius: 12px;
  }
  /* Play button — Spotify-style: always visible, lifts on hover.
     pointer-events: none so the card-wide click handler always fires. */
  .home-section .music-play {
    position: absolute;
    right: 16px; bottom: 16px;
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--mesh-gold);
    color: var(--deep-brown);
    border: none;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 24px rgba(168, 137, 87, 0.55);
    cursor: pointer;
    pointer-events: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .home-section .music-card:hover .music-play {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(168, 137, 87, 0.65);
  }
  .home-section .music-play svg {
    width: 20px; height: 20px; fill: currentColor; margin-left: 2px;
  }
  .home-section .music-play .icon-pause { display: none; margin-left: 0; }
  /* Spotify-style "now playing" state — pulsing button + title goes gold. */
  .home-section .music-card.playing .music-play .icon-play { display: none; }
  .home-section .music-card.playing .music-play .icon-pause { display: block; }
  .home-section .music-card.playing .music-play {
    transform: translateY(-4px);
    animation: musicPlayPulse 2.2s ease-in-out infinite;
  }
  .home-section .music-card.playing .music-title { color: var(--royal-gold); }
  @keyframes musicPlayPulse {
    0%, 100% {
      box-shadow: 0 10px 22px rgba(168, 137, 87, 0.6),
                  0 0 0 0 rgba(168, 137, 87, 0.5);
    }
    50% {
      box-shadow: 0 14px 28px rgba(168, 137, 87, 0.75),
                  0 0 0 10px rgba(168, 137, 87, 0);
    }
  }
  .home-section .music-title {
    font-family: var(--font-heading);
    font-size: 19px; font-weight: 500;
    color: var(--deep-brown);
    line-height: 1.25;
    margin: 0 0 4px;
    transition: color 0.3s ease;
  }
  .home-section .music-meta {
    font-family: var(--font-body);
    font-size: 12px; font-weight: 500;
    color: var(--text-muted);
    margin: 0;
    letter-spacing: 0.04em;
  }

  /* Hide the iframe visually but keep it rendered so audio plays */
  .music-player {
    position: absolute;
    width: 1px; height: 1px;
    left: -9999px; top: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }

  @media (max-width: 900px) {
    .home-section .music-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
    .home-section .music-play { width: 52px; height: 52px; right: 12px; bottom: 12px; }
    .home-section .music-title { font-size: 15px; }
    .home-section .music-meta { font-size: 13px; font-weight: 600; }
  }
  /* Keep 2 columns even on very narrow phones */
  @media (max-width: 900px) {
    .section-desc br.desktop-only { display: none; }
  }
  /* News overlay cards — compact size */
  #news .news-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1280px;
    margin: 0 auto;
    gap: 20px;
  }
  #news .news-overlay-card {
    aspect-ratio: 4 / 5;
    border-radius: 16px;
  }
  #news .news-overlay-content { padding: 22px 20px 20px; }
  #news .news-overlay-meta { font-size: 9px; margin-bottom: 10px; }
  #news .news-overlay-card h4 { font-size: 15px; margin-bottom: 12px; }
  #news .news-overlay-foot { font-size: 10px; padding-top: 12px; }
  #news .news-overlay-foot .arrow-ext { width: 12px; height: 12px; }
  /* About teaser */
  .about-teaser {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: clamp(48px, 5vw, 72px); align-items: center;
  }
  .about-teaser-img {
    aspect-ratio: 4/5;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-lg);
  }
  .about-teaser-body .section-num { text-align: left; }
  .about-teaser-body h2 {
    font-family: var(--font-heading);
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
    color: var(--heading);
    font-weight: 500;
    max-width: 760px;
    text-wrap: balance;
  }
  .about-teaser-body h2 em {
    font-style: normal; font-weight: 500;
    color: var(--heading);
  }
  .about-teaser-body p {
    font-family: var(--font-body);
    font-size: 16px; line-height: 1.8;
    color: var(--text-soft);
    margin-bottom: 20px;
  }
  .about-teaser-body .accent {
    font-family: var(--font-heading);
    font-style: italic;
    background: var(--mesh-gold);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    font-weight: 500;
  }
  .about-teaser-cta { margin-top: 32px; }
  @media (max-width: 900px) {
    .brand-name { font-size: 12px; letter-spacing: 0.12em; }
    .brand-logo { height: 20px; }
    .header-nav {
      padding: 10px 20px; gap: 12px;
      flex-wrap: wrap;
    }
    .header-right { gap: 16px; }
    .header-menu { gap: 16px; flex-wrap: wrap; }
    .header-menu a { font-size: 13px; font-weight: 700; }
    .hero-home {
      padding: 86px 20px 40px;
      min-height: 92vh;
      min-height: 92svh;
      grid-template-columns: minmax(0, 1fr);
      gap: 0;
      align-items: end;
      box-sizing: border-box;
      overflow-x: hidden;
      /* Gradient only kicks in from ~60% downward so the subject (top portion
         of the photo) stays visible; bottom area gets enough pink for text. */
      background:
        linear-gradient(180deg,
          rgba(255, 235, 240, 0) 0%,
          rgba(255, 235, 240, 0) 55%,
          rgba(255, 235, 240, 0.4) 75%,
          rgba(252, 224, 232, 0.9) 100%),
        var(--sg-hero, url('https://phamhongthuyvan.com/wp-content/uploads/2026/06/home-hero-pink-scaled.webp')) 78% top / cover no-repeat;
    }
    .hero-home .hero-banner-content { width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; }
    /* Hero text — rich bronze on light pink, smaller + compact on mobile */
    .hero-banner-eyebrow { filter: none; }
    .hero-home .hero-banner-eyebrow {
      background: none !important;
      -webkit-background-clip: initial !important; background-clip: initial !important;
      color: var(--antique-gold) !important;
      font-size: 10px !important;
      letter-spacing: 0.3em !important;
      margin-bottom: 14px !important;
    }
    .hero-home h1 {
      background: linear-gradient(135deg, #F5C8D2 0%, #E5A0AE 35%, #C97583 70%, #9C5366 100%) !important;
      -webkit-background-clip: text !important;
      background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
      color: transparent !important;
      text-shadow: none;
      font-size: 42px !important;
      font-weight: 500 !important;
      margin-bottom: 14px !important;
      line-height: 1.3 !important;
      padding-bottom: 0.15em;
    }
    .hero-home h1 em {
      background: linear-gradient(135deg, #E5A0AE 0%, #B36275 100%) !important;
      -webkit-background-clip: text !important;
      background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
      color: transparent !important;
      text-shadow: none;
    }
    .hero-home .hero-banner-desc {
      color: var(--text);
      text-shadow: none;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 22px;
    }
    .hero-home .hero-banner-cta { gap: 10px; }
    .hero-home .cta-primary,
    .hero-home .cta-ghost { padding: 13px 22px; font-size: 11px; letter-spacing: 0.22em; }
    .hero-home-image {
      max-width: 100%;
      aspect-ratio: 4 / 5;
      justify-self: center;
      margin: 0;
    }
    section.home-section { padding: 80px 24px; }
    .combo-band {
      margin: 72px calc(50% - 50vw) -80px;
      padding: 72px 24px 80px;
    }
    .about-teaser { grid-template-columns: 1fr; gap: 40px; }
    .about-teaser-body h2 { text-align: center; }

    /* Hero CTAs ~70% size + side-by-side on mobile */
    .hero-banner-cta {
      flex-wrap: nowrap;
      gap: 8px;
    }
    .cta-primary, .cta-ghost {
      flex: 1 1 0;
      min-width: 0;
      justify-content: center;
      padding: 10px 14px;
      font-size: 9px;
      letter-spacing: 0.16em;
      gap: 6px;
      white-space: nowrap;
    }
    .cta-arrow { width: 18px; height: 18px; flex-shrink: 0; }
    .cta-arrow svg { width: 8px; height: 8px; }

    /* News overlay on mobile — centered card carousel.
       Active card is centered in viewport with partial peeks of prev/next cards
       on both sides. Slider extends beyond the section's 24px padding so peeks
       can reach the viewport edge symmetrically. */
    #news .news-grid {
      display: flex !important;
      grid-template-columns: none !important;
      gap: 14px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding: 4px 10vw 16px;
      margin: 0 -24px;
      scrollbar-width: none;
    }
    #news .news-grid::-webkit-scrollbar { display: none; }
    #news .news-overlay-card {
      flex: 0 0 80vw;
      aspect-ratio: 4 / 5;
      border-radius: 20px;
      scroll-snap-align: center;
    }
    #news .news-overlay-content { padding: 28px 24px 24px; }
    #news .news-overlay-meta { font-size: 11px; margin-bottom: 14px; }
    #news .news-overlay-card h4 {
      font-size: 18px; margin-bottom: 16px;
      -webkit-line-clamp: 4;
      line-clamp: 4;
    }
    #news .news-overlay-foot { font-size: 12px; padding-top: 14px; }
    #news .news-overlay-foot .arrow-ext { width: 16px; height: 16px; }
  }

  /* Combo card — static (no link yet) */
  .prod-a-card--static { cursor: default; }
  .prod-a-card--static:hover { transform: none; }
  .prod-a-card--static:hover .prod-a-img { box-shadow: none; }
