﻿main {
  gap: 0;
}

.music-label-section .text-header {
    text-align: center;
}

.hero-title p {
    margin: 28px auto 0;
    max-width: 820px;
    font-size: 20px;
    line-height: 1.6;
    color: #222;
    text-align: center;
}

/* ============================================
   WHAT WE DO — new section
============================================ */
.wwd-section {
    position: relative;
    background: #f0f0f0;
    padding: 70px 24px 80px;
    overflow: hidden;
}

/* --- decorative images --- */
.wwd-note {
    position: absolute;
    top: 40px;
    right: 5%;
    width: 90px;
    pointer-events: none;
    z-index: 2;
    animation: floatY 4s ease-in-out infinite;
}

.wwd-sun {
    position: absolute;
    left: -40px;
    top: 40%;
    width: 180px;
    pointer-events: none;
    z-index: 2;
    animation: floatY 5s ease-in-out infinite;
    animation-delay: 1s;
}

.wwd-mascot {
    position: absolute;
    bottom: -10px;
    right: 3%;
    width: 130px;
    pointer-events: none;
    z-index: 2;
}

@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}

/* --- inner container --- */
.wwd-inner {
    max-width: 850px;
    margin: 0 auto;
}

/* --- heading --- */
.wwd-heading {
    margin-bottom: 40px;
}

.wwd-heading h2 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
    color: #111;
}

.wwd-highlight {
    background: #FFE600;
    padding: 0 6px;
    border-radius: 4px;
}

.wwd-heading p {
    font-size: 26px;
    line-height: 1.75;
    color: #333;
    margin: 0;
}

/* --- list --- */
.wwd-list {
    display: flex;
    flex-direction: column;
}

/* --- single item --- */
.wwd-item {
    border-top: 1px solid #ccc;
    padding: 24px 0;
}

.wwd-item:last-child {
    border-bottom: 1px solid #ccc;
}

/* --- item header row --- */
.wwd-item-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.wwd-item-header h3 {
    flex: 1;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.04em;
    color: #111;
}

/* black circle icon */
.wwd-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* circle arrow button */
.wwd-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: 2px solid #bbb;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
    cursor: default;
}

/* --- wwd-desc: wraps html from JSON (plain <ul><li>) --- */
.wwd-desc ul {
    list-style: none;
    padding: 0 0 0 60px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wwd-desc ul li {
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wwd-desc ul li::before {
    content: "\2713";
    font-weight: 700;
    color: #111;
    font-size: 13px;
    flex-shrink: 0;
}

/* --- checklist (legacy class kept for compatibility) --- */
.wwd-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 60px; /* align under title (skip icon width) */
}

.wwd-checklist li {
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wwd-checklist i {
    color: #111;
    font-size: 13px;
    flex-shrink: 0;
}

.navigation-back {
    margin: 30px 0;
}

/* --- responsive --- */
@media (max-width: 768px) {
    /* 1. Back link — reduce vertical spacing */
    .navigation-back {
        font-size: 16px;
        gap: 6px;
        margin: 14px 0;
    }

    .wwd-section {
        padding: 50px 20px 80px;
    }

    /* 2. Heading paragraph — smaller, tighter */
    .wwd-heading p {
        font-size: 14px;
        line-height: 1.45;
    }

    /* 3. Item heading — single line */
    .wwd-item-header h3 {
        font-size: 17px;
    }

    /* 4. Note — already has z-index:2, keep size */
    .wwd-note {
        width: 70px;
    }

    /* 5. Sun — move to right side */
    .wwd-sun {
        width: 100px;
        left: auto;
        right: -40px;
    }

    .wwd-mascot {
        width: 90px;
    }

    /* 6. Checklist items — slightly smaller than heading (17px) */
    .wwd-checklist li,
    .wwd-desc ul li {
        font-size: 14px;
    }

    .wwd-checklist,
    .wwd-desc ul {
        padding-left: 0;
    }
}

.strategy-section {
    font-family: 'Inter', sans-serif;
}

/* row เต็มความกว้าง */
.strategy-row {
    position: relative;
    padding: 80px 0;
}

.strategy-row.white {
    background: #fff;
}

.strategy-row.yellow {
    background: #ffe600;
}

/* container บีบความกว้าง */
.strategy-content {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 40px;

    display: flex;
    align-items: center;
    gap: 80px;
}

/* content text */
.content {
    max-width: 480px;
}

.content h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 16px 0;
}

.desc {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}

/* icon badge */
.icon-badge {
    width: 36px;
    height: 36px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* checklist */
.check-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px; /* แถว / คอลัมน์ */
}

.check-list li {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.check-list i {
    margin-right: 8px;
}

/* image box */
.image-box {
    background: #e5e5e5;
    border-radius: 12px;
    flex-shrink: 0;
}

.image-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* responsive */
@media (max-width: 992px) {
    .strategy-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .content {
        max-width: 100%;
    }

    .check-list li {

    }

    .image-box {
        width: 100%;
    }
}

.floating-icon {
    position: absolute;
    width: 180px;
    pointer-events: none;
    user-select: none;
}

.floating-icon img {
    width: 100%;
    height: auto;
    display: block;
}

/* position */
.top-right {
    top: -100px;
    right: -90px;
}

.bottom-left {
    bottom: -80px;
    left: -80px;
}

/* optional animation */
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

.floating-icon {
    animation: float 4s ease-in-out infinite;
}


/* gallery */
/* ===== YouTube Section ===== */
.mm-youtube-section {
    background: #111;
    padding: 60px 0;
}

.mm-youtube-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.mm-youtube-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mm-youtube-item {
    border-radius: 12px;
    overflow: hidden;
}

.mm-youtube-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}

.mm-youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .mm-youtube-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ============================================
   Gallery Marquee Section (3 albums, infinite scroll)
============================================ */
.mm-gallery-marquee-section {
    background: #111;
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mm-gallery-row {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.mm-gallery-track {
    display: flex;
    gap: 16px;
    width: max-content;
    will-change: transform;
    backface-visibility: hidden;
}

/* animation controlled by JS (requestAnimationFrame) */

.mm-gallery-img {
    height: 240px;
    width: auto;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

@media (max-width: 768px) {
    .mm-gallery-img {
        height: 180px;
    }

    .mm-gallery-marquee-section {
        gap: 12px;
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .mm-gallery-img {
        height: 140px;
    }
}

.campaign-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-overlay h1 {
    font-size: 82px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-overlay p {
    font-size: 18px;
    max-width: 600px;
}

.strategy-section {
    padding: 40px 20px;
}

/* ===== GRID LAYOUT ===== */

.strategy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

/* ===== CARD ===== */

.strategy-card {
    position: relative;
    padding: 40px 30px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.4s ease;
}

.strategy-card.white {
    background: #f5f5f5;
}

.strategy-card.yellow {
    background: #FFE600;
}

/* hover effect */
.strategy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.15);
}

/* ===== ICON ===== */

.icon-badge {
    position: absolute;
    top: 25px;
    right: 35px;

    width: 42px;
    height: 42px;
    background: #000;
    color: #fff;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== TEXT ===== */

.strategy-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.strategy-card .desc {
    font-size: 14px;
    margin-bottom: 20px;
}

/* ===== CHECK LIST ===== */

.check-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.check-list li {
    font-size: 14px;
    margin-bottom: 10px;
}

.check-list i {
    margin-right: 8px;
}

/* ===== IMAGE ===== */

.image-box img {
    width: 100%;
    border-radius: 20px;
    margin-top: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .strategy-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .strategy-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}