/* ==============================================
   YUMEIDA THEME — main.css
   Edit :root di style.css untuk ubah warna/font
   ============================================== */

/* ── HEADER ── */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .25s ease,box-shadow .25s ease}
.site-header.is-scrolled{background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.14)}
.site-header.is-scrolled .nav-link{color:var(--color-dark)}
.site-header.is-scrolled .site-logo img{filter:none}
.site-header.is-scrolled .nav-icon{color:var(--color-dark)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.site-logo img{height:36px;width:auto;filter:none;transition:.25s ease}
.site-nav{display:flex;align-items:center;gap:1.75rem}
.nav-link{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(17,17,17,.86);position:relative;transition:color .25s ease}
.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-primary);transition:width .25s ease}
.nav-link:hover,.nav-link.current-menu-item{color:var(--color-primary)}
.nav-link:hover::after,.nav-link.current-menu-item::after{width:100%}
.nav-actions{display:flex;align-items:center;gap:1rem}
.nav-icon,.search-link{color:rgba(17,17,17,.92);position:relative;line-height:1;transition:color .25s ease}
.nav-icon:hover,.search-link:hover{color:var(--color-primary)}
.nav-badge{position:absolute;top:-6px;right:-8px;width:16px;height:16px;background:var(--color-primary);color:#fff;font-size:9px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}
.nav-cart,.nav-account{display:inline-flex;align-items:center;justify-content:center}
.nav-cart .nav-badge[data-count="0"]{display:none}
.nav-toggle{display:none;flex-direction:column;gap:5px;width:28px;cursor:pointer;background:none;border:none;padding:4px 0}
.nav-toggle span{display:block;height:2px;background:#fff;border-radius:2px;transition:.25s ease}
.site-header.is-scrolled .nav-toggle span{background:var(--color-dark)}
.mobile-nav{display:none;position:fixed;inset:0;background:#fff;z-index:1001;flex-direction:column;padding:5.75rem 1.25rem 2rem;gap:0;overflow-y:auto}
.mobile-nav.is-open{display:flex}
.mobile-nav .nav-link,.mobile-nav a{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-display);font-size:clamp(1.45rem,7vw,2.2rem);font-weight:900;line-height:1.05;letter-spacing:0;text-transform:uppercase;color:var(--color-primary);padding:1rem .15rem;border-bottom:1px solid rgba(211,47,47,.28)}
.mobile-nav .nav-link::after,.mobile-nav a::after{content:'';position:static;width:.48rem;height:.48rem;border-top:2px solid currentColor;border-right:2px solid currentColor;background:transparent;transform:rotate(45deg);opacity:.45;transition:opacity .25s ease,transform .25s ease}
.mobile-nav .nav-link:hover,.mobile-nav .nav-link.current-menu-item,.mobile-nav a:hover{color:var(--color-primary)}
.mobile-nav .nav-link:hover::after,.mobile-nav .nav-link.current-menu-item::after,.mobile-nav a:hover::after{width:.48rem;opacity:1;transform:translateX(-.15rem) rotate(45deg)}
.mobile-nav-close{position:absolute;top:1.25rem;right:1.25rem;width:42px;height:42px;color:var(--color-dark);background:#fff;border:1px solid rgba(0,0,0,.24);border-radius:0;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;transition:.25s ease}
.mobile-nav-close:hover{color:#fff;background:var(--color-primary);border-color:var(--color-primary)}

/* ── HERO ── */
.hero{position:relative;aspect-ratio:1920/760;height:auto;min-height:520px;overflow:hidden;background:#f3f1ed}
.hero-slides{position:relative;width:100%;height:100%}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;display:flex;align-items:center;padding:5.25rem 0 3rem}
.hero-slide.is-active{opacity:1;z-index:1}
.hero-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transform:none;transition:none}
.hero-slide.is-active .hero-slide-bg{transform:none}
.hero-slide-overlay{position:absolute;inset:0;background:transparent;pointer-events:none}
.hero-slide>.container{position:relative;z-index:2;width:100%;display:flex;align-items:center}
.hero-align-left>.container{justify-content:flex-start}
.hero-align-center>.container{justify-content:center}
.hero-align-right>.container{justify-content:flex-end}
.hero-content{position:relative;max-width:560px;text-align:left}
.hero-align-center .hero-content{text-align:center}
.hero-align-center .hero-actions{justify-content:center}
.hero-align-right .hero-content{text-align:right}
.hero-align-right .hero-actions{justify-content:flex-end}
.hero-eyebrow{display:block;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffc9c9;margin-bottom:.9rem;text-shadow:0 2px 18px rgba(0,0,0,.42);opacity:0;transform:translateY(16px);transition:opacity .5s ease .15s,transform .5s ease .15s}
.hero-headline{font-family:var(--font-display);font-size:clamp(2.85rem,5.15vw,5rem);font-weight:900;text-transform:uppercase;line-height:1.02;letter-spacing:0;color:#fff;margin-bottom:1.35rem;text-shadow:0 3px 24px rgba(0,0,0,.38);opacity:0;transform:translateY(16px);transition:opacity .5s ease .3s,transform .5s ease .3s}
.hero-headline em{font-style:normal;color:var(--color-primary);text-shadow:none}
.hero-desc{font-size:clamp(1rem,2.2vw,1.7rem);font-weight:400;color:#fff;margin-bottom:2.1rem;line-height:1.35;text-shadow:0 2px 18px rgba(0,0,0,.48);opacity:0;transform:translateY(16px);transition:opacity .5s ease .45s,transform .5s ease .45s}
.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;opacity:0;transform:translateY(16px);transition:opacity .5s ease .6s,transform .5s ease .6s}
.hero-theme-dark .hero-slide-overlay{background:transparent}
.hero-theme-dark .hero-headline,.hero-theme-dark .hero-desc{color:#fff}
.hero-theme-dark .hero-eyebrow{color:#ffc9c9}
.hero .hero-actions .btn-primary{background:var(--color-primary);color:#fff;box-shadow:none}
.hero .hero-actions .btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:none}
.hero .hero-actions .btn-outline-white{border-color:rgba(255,255,255,.75);color:#fff;background:rgba(255,255,255,.08)}
.hero .hero-actions .btn-outline-white:hover{background:#fff;color:var(--color-dark)}
.hero-slide.is-active .hero-eyebrow,.hero-slide.is-active .hero-headline,.hero-slide.is-active .hero-desc,.hero-slide.is-active .hero-actions{opacity:1;transform:translateY(0)}
.hero-dots{position:absolute;bottom:2.25rem;right:2rem;z-index:10;display:flex;gap:.6rem}
.hero-dot{width:8px;height:8px;border-radius:999px;background:rgba(0,0,0,.28);border:none;cursor:pointer;transition:.25s ease}
.hero-dot.is-active{background:#000;width:26px}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;border:1.5px solid rgba(0,0,0,.34);background:rgba(255,255,255,.45);color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s ease}
.hero-arrow:hover{background:#000;border-color:#000;color:#fff}
.hero-arrow-prev{left:1.75rem}
.hero-arrow-next{right:1.75rem}

/* ── MARQUEE ── */
.marquee-strip{background:var(--color-primary);padding:.7rem 0;overflow:hidden}
.marquee-track{display:flex;gap:2.5rem;animation:marquee 22s linear infinite;white-space:nowrap}
.marquee-strip:hover .marquee-track{animation-play-state:paused}
.marquee-item{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;flex-shrink:0}
.marquee-item::before{content:'✦';font-size:.55em;opacity:.7}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── SECTION HELPERS ── */
.section{padding:var(--section-gap) 0}
.section--sm{padding:var(--section-gap-sm) 0}
.section--gray{background:var(--color-light)}
.section--dark{background:var(--color-dark);color:#fff}
.section-header{text-align:center;margin-bottom:3rem}
.section-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.6rem}
.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;text-transform:uppercase;letter-spacing:-.02em;line-height:1.05;color:var(--color-dark)}
.section--dark .section-title{color:#fff}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.8rem 1.8rem;border-radius:999px;transition:.25s ease;cursor:pointer;border:none;line-height:1}
.btn-primary{background:var(--color-primary);color:#fff}
.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 24px rgba(211,47,47,.3)}
.btn-outline{border:2px solid var(--color-dark);color:var(--color-dark);background:transparent}
.btn-outline:hover{background:var(--color-dark);color:#fff}
.btn-outline-white{border:2px solid rgba(255,255,255,.6);color:#fff;background:transparent}
.btn-outline-white:hover{background:#fff;color:var(--color-dark)}

/* ── CATEGORY GRID ── */
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.category-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);aspect-ratio:3/4;display:block}
.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.category-card:hover img{transform:scale(1.06)}
.category-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 55%)}
.category-card-body{position:absolute;bottom:0;left:0;right:0;padding:1.75rem}
.category-card-label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.75);margin-bottom:.2rem}
.category-card-name{font-family:var(--font-display);font-size:2.25rem;font-weight:900;text-transform:uppercase;color:#fff;line-height:.95;margin-bottom:1rem}
.category-card-link{display:inline-flex;align-items:center;gap:.45rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;border-bottom:1px solid rgba(255,255,255,.68);padding-bottom:2px;transition:gap .25s ease,border-color .25s ease}
.category-card:hover .category-card-link{gap:.75rem;border-color:#fff}

/* ── PRODUCT GRID ── */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.product-card{border-radius:var(--radius-md);overflow:hidden;background:#fff;border:1px solid transparent;transition:.25s ease;display:flex;flex-direction:column}
.product-card:hover{border-color:rgba(0,0,0,.22);transform:translateY(-5px);box-shadow:0 16px 48px rgba(0,0,0,.12)}
.product-card-thumb{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-light)}
.product-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.product-card:hover .product-card-thumb img{transform:scale(1.06)}
.product-card-badge{position:absolute;top:.65rem;left:.65rem;background:var(--color-primary);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:.22rem .55rem;border-radius:4px}
.product-card-actions{position:absolute;bottom:.65rem;right:.65rem;display:flex;flex-direction:column;gap:.4rem;opacity:0;transform:translateX(6px);transition:.25s ease}
.product-card:hover .product-card-actions{opacity:1;transform:translateX(0)}
.product-card-action-btn{width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;transition:.25s ease;color:var(--color-dark)}
.product-card-action-btn:hover{background:var(--color-primary);color:#fff}
.product-card-body{padding:.85rem;flex:1;display:flex;flex-direction:column}
.product-card-name{font-size:.85rem;font-weight:600;color:var(--color-dark);margin-bottom:.28rem;line-height:1.22}
.product-card-footer{display:flex;flex-direction:column;align-items:stretch;gap:.58rem;margin-top:auto;padding-top:.25rem}
.product-card-category{font-size:.76rem;font-weight:700;color:var(--color-primary);text-transform:uppercase;letter-spacing:.12em}
.product-card-meta-row,.product-card-stock,.product-card-subinfo{display:none!important}
.product-card-price-wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}
.product-card-price-label{display:block;font-size:.58rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--color-mid);margin-bottom:.14rem}
.product-card-price{font-family:var(--font-display);font-size:1rem;font-weight:900;color:var(--color-dark);line-height:1.2}
.product-card-price del{color:var(--color-mid);font-size:.82em;font-weight:600;margin-right:.25rem}
.product-card-price ins{text-decoration:none;color:var(--color-primary)}
.product-card-discount{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;font-size:.62rem;font-weight:800;line-height:1;letter-spacing:.08em;padding:.34rem .42rem;text-transform:uppercase;white-space:nowrap}
.woocommerce .archive-product-button,.archive-product-button{border-radius:0!important;padding:.68rem .9rem!important;font-size:.66rem!important;white-space:nowrap;width:100%;justify-content:center}
.added_to_cart.wc-forward{display:none!important}

/* WooCommerce overrides */
.woocommerce ul.products{margin:0!important;padding:0!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1.25rem!important}
.woocommerce ul.products li.product{margin:0!important;float:none!important;width:auto!important;border-radius:var(--radius-md);overflow:hidden;background:#fff;border:1px solid transparent;transition:.25s ease}
.woocommerce ul.products li.product:hover{border-color:rgba(0,0,0,.22);transform:translateY(-5px);box-shadow:0 16px 48px rgba(0,0,0,.12)}
.woocommerce ul.products li.product img{width:100%;aspect-ratio:1;object-fit:cover}
.woocommerce ul.products li.product .price{color:var(--color-primary)!important;font-family:var(--font-display);font-size:1.25rem;font-weight:800}
.woocommerce ul.products li.product h2{font-family:var(--font-body);font-size:.85rem;font-weight:600;padding:.75rem 1rem 0}
.woocommerce a.button,.woocommerce button.button{background:var(--color-primary)!important;color:#fff!important;border-radius:999px!important;font-family:var(--font-body)!important;font-size:.75rem!important;font-weight:700!important;letter-spacing:.06em;text-transform:uppercase;padding:.5rem 1rem!important;transition:.25s ease!important;border:none!important}
.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--color-primary-dark)!important}

/* ── LIVE BANNER ── */
.live-banner{background:var(--color-dark);padding:var(--section-gap) 0}
.live-banner-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.live-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-primary);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .85rem;border-radius:999px;margin-bottom:1.25rem}
.live-pulse{width:7px;height:7px;background:#fff;border-radius:50%;animation:pulse 1.5s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}
.live-title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;text-transform:uppercase;margin-bottom:1rem;line-height:1.05;color:#fff}
.live-desc{color:rgba(255,255,255,.6);margin-bottom:1.5rem;line-height:1.7}
.live-platforms{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.5rem}
.platform-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.2rem;border-radius:999px;font-size:.8rem;font-weight:700;transition:.25s ease}
.platform-btn-shopee{background:#EE4D2D;color:#fff}
.platform-btn-tiktok{background:#fff;color:var(--color-dark)}
.platform-btn:hover{opacity:.85;transform:translateY(-2px)}
.live-banner-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;background:#222}
.live-banner-media img{width:100%;height:100%;object-fit:cover;opacity:.85}
.live-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 0 10px rgba(211,47,47,.2);transition:.25s ease}
.live-play-btn:hover{transform:translate(-50%,-50%) scale(1.12)}

/* ── NEW ARRIVALS ── */
.new-arrivals-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.4rem}
.new-arrivals-scroll{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.2rem .1rem 1rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent}
.new-arrivals-scroll::-webkit-scrollbar{height:3px}
.new-arrivals-scroll::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:2px}
.new-arrival-item{flex:0 0 208px;scroll-snap-align:start;border-radius:var(--radius-lg);overflow:hidden;position:relative;aspect-ratio:3/4;display:block}
.new-arrival-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.new-arrival-item:hover img{transform:scale(1.07)}
.new-arrival-item-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,transparent 50%);opacity:0;transition:.25s ease}
.new-arrival-item:hover .new-arrival-item-overlay{opacity:1}
.new-arrival-item-name{position:absolute;bottom:1.1rem;left:1.1rem;font-family:var(--font-display);font-size:1rem;font-weight:700;text-transform:uppercase;color:#fff;opacity:0;transform:translateY(6px);transition:.25s ease}
.new-arrival-item:hover .new-arrival-item-name{opacity:1;transform:translateY(0)}

/* ── BRAND STORY ── */
.brand-story{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.brand-story-year{font-family:var(--font-display);font-size:7rem;font-weight:900;color:var(--color-primary);opacity:.1;line-height:1;margin-bottom:-.5rem}
.brand-story-title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);font-weight:800;text-transform:uppercase;letter-spacing:-.02em;line-height:1.05;margin-bottom:1.25rem}
.brand-story-text{color:var(--color-mid);line-height:1.8;margin-bottom:1rem;font-size:1rem}
.brand-story .reveal>.brand-story-text{display:none}
.brand-story-copy{color:var(--color-mid);line-height:1.8;margin-bottom:1rem;font-size:1rem}
.brand-story .reveal>.btn.btn-outline{display:none}
.brand-story-marketplace-cta{margin-top:1.5rem}
.brand-story-marketplace-copy{font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-dark);margin:0 0 .9rem}
.brand-story-marketplace-links{display:flex;flex-wrap:wrap;gap:.8rem}
.brand-story-marketplace-link{display:inline-flex;align-items:center;gap:.7rem;padding:.8rem 1rem;border:1px solid rgba(0,0,0,.2);border-radius:999px;background:#fff;color:var(--color-dark);text-decoration:none;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.25s ease}
.brand-story-marketplace-link svg{width:18px;height:18px;display:block;fill:currentColor;flex-shrink:0}
.brand-story-marketplace-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.brand-story-marketplace-link.is-shopee{color:#ee4d2d;border-color:rgba(238,77,45,.42)}
.brand-story-marketplace-link.is-tiktok{color:#111;border-color:rgba(17,17,17,.28)}
.brand-story-marketplace-link.is-lazada{color:#0f146d;border-color:rgba(15,20,109,.34)}
.brand-story-stats{display:none}
.brand-story-visual{position:relative}
.brand-story-img{border-radius:var(--radius-lg);width:100%;aspect-ratio:4/5;object-fit:cover}
.brand-story-accent{position:absolute;bottom:-1.25rem;left:-1.25rem;width:160px;height:160px;background:var(--color-primary);border-radius:var(--radius-lg);z-index:-1}

/* ── SUSTAINABILITY ── */
.sustainability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.sustain-card{background:#fff;border-radius:var(--radius-lg);padding:2.25rem;text-align:center;border:1px solid rgba(0,0,0,.14);transition:.25s ease}
.sustain-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.1)}
.sustain-icon{width:68px;height:68px;margin:0 auto 1.25rem;background:var(--color-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.75rem}
.sustain-icon img{display:block;width:63px;height:63px;object-fit:contain}
.sustain-title{font-family:var(--font-display);font-size:1.35rem;font-weight:700;text-transform:uppercase;margin-bottom:.65rem}
.sustain-text{color:var(--color-mid);font-size:.88rem;line-height:1.75}

/* ── FOOTER ── */
.site-footer{background:#0D0D0D;color:#fff;padding:3.25rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.16)}
.footer-brand-logo{display:block;width:clamp(78px,7.8vw,123px);max-width:100%;height:auto;filter:none;margin-bottom:1.1rem}
.footer-brand-desc{color:rgba(255,255,255,.45);font-size:.85rem;line-height:1.8;margin-bottom:1.4rem}
.footer-social{display:flex;gap:.6rem}
.footer-social-link{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.32);color:rgba(255,255,255,.72);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;transition:.25s ease}
.footer-social-link:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
.footer-col-title{font-family:var(--font-display);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.1rem;color:rgba(255,255,255,.9)}
.footer-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:.45rem .9rem;align-items:center}
.footer-links a{color:rgba(255,255,255,.45);font-size:.85rem;transition:color .25s ease}
.footer-links a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.75rem;color:rgba(255,255,255,.3);font-size:.78rem}

/* ── REVEAL ANIMATION ── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.reveal-delay-1{transition-delay:.1s}
.reveal-delay-2{transition-delay:.2s}
.reveal-delay-3{transition-delay:.3s}

/* ── WOOCOMMERCE MAIN ── */
.woo-main{padding-top:96px;padding-bottom:var(--section-gap)}
.woocommerce-message,.woocommerce-info{border-top-color:var(--color-primary)!important}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .woocommerce ul.products{grid-template-columns:repeat(3,1fr)!important}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
}
@media(max-width:768px){
  :root{--section-gap:4rem;--container-pad:1rem}
  .site-nav,.nav-icon.desktop-only{display:none}
  .nav-toggle{display:flex}
  .hero{aspect-ratio:4/5;height:auto;min-height:560px}
  .hero-slide{padding:5.5rem 0 3.5rem;align-items:flex-end}
  .hero-slide-bg{background-position:center top}
  .hero-slide-overlay,.hero-theme-dark .hero-slide-overlay{background:transparent}
  .hero-slide>.container{justify-content:flex-start}
  .hero-content,.hero-align-center .hero-content{text-align:left;max-width:92%}
  .hero-align-center .hero-actions{justify-content:flex-start}
  .hero-align-right .hero-content{text-align:right;max-width:92%}
  .hero-align-right .hero-actions{justify-content:flex-end}
  .hero .hero-headline{font-size:clamp(2.35rem,10vw,4rem)}
  .hero-arrow{display:none}
  .category-grid{grid-template-columns:1fr;gap:.75rem}
  .category-card{aspect-ratio:4/3}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}
  .live-banner-inner{grid-template-columns:1fr}
  .live-banner-media{display:none}
  .brand-story{grid-template-columns:1fr}
  .brand-story-visual{display:none}
  .brand-story-marketplace-links{gap:.65rem}
  .brand-story-marketplace-link{padding:.72rem .9rem;font-size:.76rem}
  .sustainability-grid{grid-template-columns:1fr}
  .site-footer{padding:2.6rem 0 1.35rem}
  .footer-grid{grid-template-columns:1fr;gap:1.35rem;padding-bottom:1.6rem}
  .footer-col-title{margin-bottom:.65rem}
  .footer-links{gap:.35rem .75rem}
  .footer-bottom{flex-direction:column;gap:.4rem;text-align:center}
  .new-arrivals-header{flex-direction:column;align-items:flex-start;gap:1rem}
}
@media(max-width:480px){
  .product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .hero .hero-actions .btn{width:100%;justify-content:center}
  .brand-story-stats{grid-template-columns:1fr 1fr}
}

/* =====================================================
   TYPOGRAPHY OVERRIDES — American Apparel style
   Clean grotesque, editorial, refined spacing
   ===================================================== */

/* Hero: less aggressive, more editorial */
.hero-eyebrow {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.hero-headline {
  font-size: clamp(2.85rem, 5.15vw, 5rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.02;
}

/* Section labels: lighter, more spaced */
.section-label {
  font-weight: 500;
  letter-spacing: .22em;
  font-size: .68rem;
  text-transform: uppercase;
}

/* Section titles: clean & bold, not condensed */
.section-title {
  font-weight: 900;
  letter-spacing: -.025em;
  text-transform: uppercase;
  line-height: 1.0;
}

/* Nav: clean, tight */
.nav-link {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Buttons: clean, geometric */
.btn {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: 0;            /* AA uses square/sharp buttons */
  padding: .85rem 2rem;
}
.btn-primary  { border-radius: 0; }
.btn-outline  { border-radius: 0; }
.btn-outline-white { border-radius: 0; }

/* Product card: tighter, cleaner */
.product-card-name {
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--color-dark);
  margin-bottom: .24rem;
  line-height: 1.18;
}
.product-card-category {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
}

/* Category cards */
.category-card-label {
  font-weight: 400;
  letter-spacing: .2em;
  font-size: .65rem;
}
.category-card-name {
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.category-card-link {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .14em;
}

/* Brand story */
.brand-story-year {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: -.04em;
}
.brand-story-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

/* Live title */
.live-title {
  font-weight: 900;
  letter-spacing: -.025em;
}

/* Marquee */
.marquee-item {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  font-family: var(--font-body);
}

/* Footer col title */
.footer-col-title {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .2em;
}
.footer-links a {
  font-size: .82rem;
  font-weight: 400;
  letter-spacing: .02em;
}

/* Sustain card */
.sustain-title {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

/* =====================================================
   WOOCOMMERCE SINGLE PRODUCT
   ===================================================== */
.woocommerce div.product .woocommerce-tabs ul.tabs{border-bottom:1px solid rgba(0,0,0,.16);display:flex;gap:0;padding:0;margin:0 0 2rem;list-style:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:none;background:none;border-radius:0;margin:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.85rem 1.75rem;color:var(--color-mid);border-bottom:2px solid transparent;display:block;transition:.2s ease}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--color-dark);border-bottom-color:var(--color-dark)}
.woocommerce div.product form.cart .button{background:var(--color-dark)!important;color:#fff!important;border-radius:0!important;font-family:var(--font-body)!important;font-size:.8rem!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important;padding:.9rem 2rem!important;border:none!important;cursor:pointer;transition:.25s ease!important}
.woocommerce div.product form.cart .button:hover{background:var(--color-primary)!important}
.woocommerce div.product form.cart{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}

/* =====================================================
   WOOCOMMERCE CART & CHECKOUT
   ===================================================== */
.woocommerce table.shop_table{border:none;border-radius:0}
.woocommerce table.shop_table th{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-mid);border-bottom:2px solid rgba(0,0,0,.18);padding:.75rem}
.woocommerce table.shop_table td{padding:1rem .75rem;border-bottom:1px solid rgba(0,0,0,.12);vertical-align:middle}
.woocommerce .cart-collaterals .cart_totals h2{font-family:var(--font-display);font-size:1.25rem;font-weight:800;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:1rem}
.woocommerce .checkout_coupon input[type=text]{border:1.5px solid rgba(0,0,0,.28);border-radius:0;padding:.7rem 1rem;font-family:var(--font-body);font-size:.88rem}

/* =====================================================
   WOOCOMMERCE MY ACCOUNT
   ===================================================== */
.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}
.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;gap:.4rem;flex-wrap:wrap;list-style:none;padding:0;border-bottom:1px solid rgba(0,0,0,.16);margin-bottom:2rem}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.65rem 1.25rem;color:var(--color-mid);border-bottom:2px solid transparent;display:block;transition:.2s ease}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--color-dark);border-bottom-color:var(--color-dark)}
.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}

/* =====================================================
   WOOCOMMERCE NOTICES
   ===================================================== */
.woocommerce-message,.woocommerce-info,.woocommerce-error{padding:1rem 1.25rem;border-radius:0;font-size:.88rem;margin-bottom:1.5rem;list-style:none}
.woocommerce-message{background:#f0fdf4;border-left:3px solid #22c55e;color:#166534}
.woocommerce-info{background:#eff6ff;border-left:3px solid var(--color-primary);color:#1e40af}
.woocommerce-error{background:#fef2f2;border-left:3px solid #ef4444;color:#991b1b}

/* =====================================================
   LIVE SECTION — Video + Banner + Video (3-col grid)
   ===================================================== */
.yl-section {
    padding: var(--section-gap) 0;
    background: #fff;
}
.yl-wrap {
    width: 92%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0;
}

/* Header row */
.yl-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}
.yl-kicker {
    font-family: var(--font-body);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--color-dark);
}
.yl-btn {
    display: inline-flex;
    align-items: center;
    background: var(--color-primary);
    color: #fff;
    font-family: var(--font-body);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .65rem 1.25rem;
    border-radius: 0;
    text-decoration: none;
    white-space: nowrap;
    transition: .25s ease;
}
.yl-btn:hover {
    background: var(--color-primary-dark);
    transform: translateY(-1px);
}

/* 3-column grid */
.yl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-items: stretch;
    height: 580px;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

/* Each box */
.yl-box {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
}

/* Video boxes */
.yl-video {
    cursor: pointer;
    height: 100%;
}
.yl-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}
.yl-video:hover video {
    transform: scale(1.03);
}

/* Overlay on video */
.yl-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 55%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity .3s ease;
}
.yl-video:hover .yl-video-overlay {
    opacity: 1;
}

/* Platform badge */
.yl-platform-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .3rem .65rem;
    border-radius: 999px;
    margin-bottom: .6rem;
    width: fit-content;
}
.yl-tiktok {
    background: #111;
    color: #fff;
    border: 1px solid rgba(255,255,255,.36);
}
.yl-shopee {
    background: #EE4D2D;
    color: #fff;
}
.yl-watch-cta {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
}

/* Centre banner image */
.yl-banner-box {
    height: 100%;
}
.yl-banner-box img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Dividers between columns */
.yl-box:not(:last-child) {
    border-right: 2px solid rgba(0,0,0,.3);
}

/* Responsive */
@media (max-width: 900px) {
    .yl-grid { height: auto; gap: 2px; }
    .yl-video { height: 380px; }
    .yl-banner-box { height: 380px; }
    .yl-video-overlay { opacity: 1; }
}
@media (max-width: 768px) {
    .yl-top { flex-direction: column; align-items: flex-start; gap: .75rem; }
    .yl-grid { grid-template-columns: 1fr; gap: 2px; border-radius: var(--radius-md); }
    .yl-video { height: 300px; }
    .yl-banner-box { height: auto; aspect-ratio: 4/3; }
    .yl-btn { align-self: flex-start; }
}
