/**
 * Pyary Malaysia — Home Luxe v2 "Modern Green"
 * Urbanist-first, pill-shaped, green-layered design system.
 * Fonts: Urbanist (primary) + Tuesday Night (accent only).
 * Prefix: .lx-
 */

:root {
    --lx-forest: #1a472a;
    --lx-forest-deep: #0f2e1b;
    --lx-sage: #4e7661;
    --lx-mint: #eaf4ec;
    --lx-mint-2: #ddedE2;
    --lx-mint-3: #cfe5d6;
    --lx-ink: #14201a;
    --lx-gold: #c9a86a;
    --lx-line: rgba(26, 71, 42, .14);
    --lx-script: 'Tuesday Night', cursive;
    --lx-ease: cubic-bezier(.16, 1, .3, 1);
    --lx-r-lg: 28px;
    --lx-r-xl: 36px;
}

/* ---------- Layout ---------- */
.lx-section { padding: clamp(72px, 9vw, 124px) 0; position: relative; overflow: hidden; }
.lx-section-sm { padding: clamp(52px, 6vw, 84px) 0; position: relative; overflow: hidden; }

/* Green-layered backgrounds */
.lx-ivory { background: linear-gradient(180deg, var(--lx-mint) 0%, #f2f8f3 60%, var(--lx-mint-2) 100%); }
.lx-cream { background: linear-gradient(160deg, var(--lx-mint-2) 0%, var(--lx-mint-3) 100%); }
.lx-forest-bg { background: radial-gradient(120% 140% at 15% 0%, #235c37 0%, var(--lx-forest) 45%, var(--lx-forest-deep) 100%); }

/* Ambient glow orbs (auto, no extra markup) */
.lx-section::before, .lx-section::after {
    content: ''; position: absolute; border-radius: 50%; pointer-events: none;
    filter: blur(70px); opacity: .5; z-index: 0;
}
.lx-section::before { width: 420px; height: 420px; top: -160px; right: -140px; background: radial-gradient(circle, rgba(78,118,97,.30), transparent 70%); }
.lx-section::after  { width: 340px; height: 340px; bottom: -140px; left: -120px; background: radial-gradient(circle, rgba(201,168,106,.20), transparent 70%); }
.lx-forest-bg::before { background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%); }
.lx-forest-bg::after  { background: radial-gradient(circle, rgba(201,168,106,.16), transparent 70%); }
.lx-section > .container, .lx-section-sm > .container { position: relative; z-index: 1; }

/* Oversized watermark word */
.lx-watermark {
    position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
    font-weight: 900; font-size: clamp(4.5rem, 13vw, 11rem); letter-spacing: .02em;
    color: transparent; -webkit-text-stroke: 1px rgba(26,71,42,.10);
    white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1;
}
.lx-on-dark .lx-watermark, .lx-forest-bg .lx-watermark { -webkit-text-stroke: 1px rgba(255,255,255,.09); }

/* ---------- Typography ---------- */
.lx-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(26,71,42,.09); color: var(--lx-forest);
    font-size: 12.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
    padding: 11px 22px; border-radius: 999px; margin-bottom: 24px;
    border: 1px solid rgba(26,71,42,.10);
}
.lx-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--lx-gold); box-shadow: 0 0 0 4px rgba(201,168,106,.22); }
.lx-eyebrow.lx-on-dark { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.16); backdrop-filter: blur(6px); }

.lx-display {
    font-weight: 800; color: var(--lx-ink);
    line-height: 1.06; letter-spacing: -.025em;
    font-size: clamp(2.1rem, 4.8vw, 3.7rem); margin-bottom: 0;
}
.lx-display .lx-script { font-family: var(--lx-script); font-weight: 400; color: var(--lx-sage); font-size: 1.45em; line-height: .7; letter-spacing: 0; }
.lx-display.lx-on-dark, .lx-on-dark .lx-display { color: #fff; }
.lx-on-dark .lx-display .lx-script { color: var(--lx-gold); }
.lx-lede { font-size: clamp(1.02rem, 1.4vw, 1.15rem); line-height: 1.75; color: #4b564f; font-weight: 500; }
.lx-on-dark .lx-lede { color: rgba(255,255,255,.82); }

/* ---------- Buttons (pill everything) ---------- */
.lx-btn {
    display: inline-flex; align-items: center; gap: 12px; justify-content: center;
    font-size: 14.5px; font-weight: 800; letter-spacing: .04em;
    padding: 18px 38px; border-radius: 999px; border: 2px solid transparent;
    text-decoration: none; transition: all .4s var(--lx-ease); position: relative;
}
.lx-btn i { transition: transform .4s var(--lx-ease); }
.lx-btn:hover i.fa-arrow-right { transform: translateX(5px); }
.lx-btn-dark { background: var(--lx-forest); color: #fff; box-shadow: 0 14px 30px -12px rgba(26,71,42,.55); }
.lx-btn-dark:hover { background: var(--lx-forest-deep); color: #fff; transform: translateY(-3px); box-shadow: 0 22px 44px -14px rgba(26,71,42,.65); }
.lx-btn-light { background: #fff; color: var(--lx-forest); box-shadow: 0 14px 30px -12px rgba(0,0,0,.35); }
.lx-btn-light:hover { color: var(--lx-forest-deep); transform: translateY(-3px); box-shadow: 0 22px 44px -14px rgba(0,0,0,.45); }
.lx-btn-ghost { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.lx-btn-ghost:hover { background: #fff; color: var(--lx-forest); }
.lx-link {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 14px; font-weight: 800; letter-spacing: .04em;
    color: var(--lx-forest); text-decoration: none;
    padding: 13px 26px; border-radius: 999px; border: 2px solid rgba(26,71,42,.25);
    transition: all .35s var(--lx-ease);
}
.lx-link::after { content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 12px; transition: transform .35s var(--lx-ease); }
.lx-link:hover { background: var(--lx-forest); color: #fff; border-color: var(--lx-forest); }
.lx-link:hover::after { transform: translateX(4px); }

/* ---------- Frames (benefit grid) ---------- */
.lx-frame { position: relative; overflow: hidden; display: block; border-radius: var(--lx-r-lg); transition: transform .5s var(--lx-ease), box-shadow .5s var(--lx-ease); }
.lx-frame:hover { transform: translateY(-8px); box-shadow: 0 30px 60px -20px rgba(15,46,27,.55); }
.lx-frame img { width: 100%; height: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform 1.1s var(--lx-ease); }
.lx-frame:hover img { transform: scale(1.07); }
.lx-frame-veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,26,16,.82) 0%, rgba(10,26,16,.15) 50%, transparent 72%); }
.lx-frame-num {
    position: absolute; top: 16px; left: 16px;
    font-size: 12.5px; font-weight: 800; letter-spacing: .12em; color: var(--lx-forest);
    background: rgba(255,255,255,.92); padding: 8px 16px; border-radius: 999px;
}
.lx-frame-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 24px; }
.lx-frame-caption h4 { font-weight: 800; color: #fff; font-size: 1.3rem; line-height: 1.25; margin-bottom: 6px; letter-spacing: -.01em; }
.lx-frame-caption p { color: rgba(255,255,255,.75); font-size: 14px; margin: 0; font-weight: 500; }

/* ---------- Ingredient rows ---------- */
.lx-ing-row {
    display: flex; gap: 22px; padding: 26px 26px; align-items: flex-start;
    background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9);
    border-radius: 22px; margin-bottom: 14px; backdrop-filter: blur(6px);
    transition: all .4s var(--lx-ease);
}
.lx-ing-row:hover { background: #fff; transform: translateX(8px); box-shadow: 0 18px 40px -18px rgba(26,71,42,.35); }
.lx-ing-num {
    flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--lx-forest); color: #fff; font-size: 13px; font-weight: 800;
}
.lx-ing-row h4 { font-weight: 800; font-size: 1.18rem; color: var(--lx-ink); margin-bottom: 6px; letter-spacing: -.01em; }
.lx-ing-row h4 small {
    font-size: 10.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
    color: var(--lx-forest); background: rgba(26,71,42,.10); padding: 5px 12px; border-radius: 999px; margin-left: 10px; vertical-align: middle;
}
.lx-ing-row p { color: #4b564f; font-size: 14.5px; line-height: 1.65; margin: 0; font-weight: 500; }

.lx-portrait { position: relative; }
.lx-portrait img { width: 100%; display: block; border-radius: var(--lx-r-xl); box-shadow: 0 34px 70px -26px rgba(15,46,27,.5); }
.lx-portrait-tag {
    position: absolute; left: 22px; bottom: 22px; background: rgba(255,255,255,.92); color: var(--lx-forest);
    font-size: 11.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
    padding: 12px 22px; border-radius: 999px; backdrop-filter: blur(8px);
}

/* ---------- Collection cards ---------- */
.lx-card {
    background: #fff; border-radius: var(--lx-r-lg); display: block; text-decoration: none;
    transition: all .45s var(--lx-ease); position: relative; height: 100%;
    box-shadow: 0 10px 30px -18px rgba(26,71,42,.30); overflow: hidden;
}
.lx-card:hover { transform: translateY(-10px); box-shadow: 0 34px 64px -22px rgba(26,71,42,.42); }
.lx-card-img { overflow: hidden; }
.lx-card-img img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform 1s var(--lx-ease); }
.lx-card:hover .lx-card-img img { transform: scale(1.06); }
.lx-card-tag {
    position: absolute; top: 16px; left: 16px; z-index: 2; background: var(--lx-forest); color: #fff;
    font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
    padding: 9px 18px; border-radius: 999px; box-shadow: 0 8px 20px -8px rgba(15,46,27,.6);
}
.lx-card-tag.lx-tag-gold { background: var(--lx-gold); }
.lx-card-body { padding: 24px 22px 26px; text-align: center; }
.lx-card-body h5 { font-weight: 800; font-size: 1.22rem; color: var(--lx-ink); margin-bottom: 4px; letter-spacing: -.01em; }
.lx-card-sub { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #8fa096; margin-bottom: 14px; }
.lx-card-price { font-weight: 800; font-size: 1.3rem; color: var(--lx-forest); }
.lx-card-price s { color: #b3bdb6; font-size: .68em; margin-left: 8px; font-weight: 600; }
.lx-card-cta {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
    font-size: 12.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
    color: var(--lx-forest); background: rgba(26,71,42,.09);
    padding: 12px 26px; border-radius: 999px; transition: all .35s var(--lx-ease);
}
.lx-card-cta::after { content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 11px; }
.lx-card:hover .lx-card-cta { background: var(--lx-forest); color: #fff; }

/* ---------- Offer band ---------- */
.lx-band-price { color: #fff; font-weight: 800; font-size: clamp(3.2rem, 7vw, 5rem); line-height: 1; letter-spacing: -.03em; }
.lx-band-price s { color: rgba(255,255,255,.40); font-size: .34em; vertical-align: super; margin-left: 14px; font-weight: 600; }
.lx-band-note { color: rgba(255,255,255,.68); font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.lx-price-chip {
    display: inline-block; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--lx-r-lg); padding: 34px 42px; backdrop-filter: blur(10px);
    box-shadow: 0 30px 60px -24px rgba(0,0,0,.5);
}

/* ---------- Stats ---------- */
.lx-stat {
    background: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.95);
    border-radius: 22px; padding: 26px 28px; backdrop-filter: blur(6px);
    transition: transform .4s var(--lx-ease), box-shadow .4s var(--lx-ease); height: 100%;
}
.lx-stat:hover { transform: translateY(-6px); box-shadow: 0 20px 44px -18px rgba(26,71,42,.35); }
.lx-stat-num { font-weight: 800; font-size: clamp(2.1rem, 3.6vw, 2.9rem); color: var(--lx-forest); line-height: 1; letter-spacing: -.02em; }
.lx-stat-num sup { font-size: .45em; color: var(--lx-gold); top: -.7em; }
.lx-stat-label { font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #75857c; margin-top: 10px; }
.lx-on-dark .lx-stat { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); }
.lx-on-dark .lx-stat-num { color: #fff; }
.lx-on-dark .lx-stat-label { color: rgba(255,255,255,.6); }

/* ---------- Testimonials ---------- */
.lx-quote-mark { font-family: var(--lx-script); font-size: 5rem; line-height: .6; color: var(--lx-sage); display: block; margin-bottom: 20px; }
.lx-quote { font-weight: 700; font-size: clamp(1.2rem, 2.3vw, 1.6rem); line-height: 1.55; color: var(--lx-ink); letter-spacing: -.01em; }
.lx-quote-name {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--lx-forest);
    background: rgba(26,71,42,.09); padding: 10px 22px; border-radius: 999px; margin-top: 26px;
}
.lx-quote-name::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--lx-gold); }
.lx-testimonial-slider .slick-dots { position: static; margin-top: 30px; }
.lx-testimonial-slider .slick-dots li button::before { font-size: 9px; color: var(--lx-sage); }

/* ---------- Video ---------- */
.lx-video { position: relative; overflow: hidden; cursor: pointer; border-radius: var(--lx-r-xl); box-shadow: 0 40px 80px -30px rgba(15,46,27,.55); }
.lx-video img, .lx-video iframe { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; border: 0; }
.lx-video-cover { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(12,28,18,.38); transition: background .4s ease; }
.lx-video:hover .lx-video-cover { background: rgba(12,28,18,.2); }
.lx-play {
    width: 96px; height: 96px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--lx-forest); font-size: 24px;
    background: rgba(255,255,255,.94); transition: all .45s var(--lx-ease);
    box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    animation: lx-pulse 2.4s infinite;
}
.lx-video:hover .lx-play { transform: scale(1.1); }
@keyframes lx-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.45); } 70% { box-shadow: 0 0 0 26px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

/* ---------- Image marquee ---------- */
.lx-img-marquee { overflow: hidden; padding: 18px 0; }
.lx-img-marquee .lx-marquee-track { display: flex; width: max-content; animation: lx-marquee 46s linear infinite; }
.lx-img-marquee:hover .lx-marquee-track { animation-play-state: paused; }
.lx-img-marquee img {
    width: clamp(190px, 21vw, 290px); height: clamp(190px, 21vw, 290px); object-fit: cover;
    margin-right: 16px; border-radius: 24px; transition: transform .7s var(--lx-ease);
}
.lx-img-marquee img:hover { transform: scale(.96) rotate(-1.2deg); }
@keyframes lx-marquee { to { transform: translateX(-50%); } }

/* ---------- Contact ---------- */
.lx-contact-info li { display: flex; gap: 16px; padding: 18px 22px; align-items: flex-start; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.95); border-radius: 20px; margin-bottom: 12px; backdrop-filter: blur(6px); }
.lx-contact-info i { color: #fff; background: var(--lx-forest); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex: 0 0 auto; }
.lx-contact-info h6 { font-size: 10.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #75857c; margin-bottom: 3px; }
.lx-contact-info p, .lx-contact-info a { font-weight: 700; font-size: 1rem; color: var(--lx-ink); margin: 0; text-decoration: none; }
.lx-contact-info a:hover { color: var(--lx-sage); }
.lx-form-card { background: #fff; border-radius: var(--lx-r-xl); box-shadow: 0 34px 70px -28px rgba(26,71,42,.4); }
.lx-form .form-control, .lx-form .form-select {
    border: 1.5px solid rgba(26,71,42,.14); border-radius: 16px; background: #f7faf8;
    padding: 15px 20px; font-size: 15px; font-weight: 500; box-shadow: none !important; transition: all .3s ease;
}
.lx-form .form-control:focus, .lx-form .form-select:focus { border-color: var(--lx-forest); background: #fff; }
.lx-form .form-label { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #75857c; }

/* ---------- Reveal + misc ---------- */
.lx-reveal { opacity: 0; transform: translateY(34px); transition: opacity .95s var(--lx-ease), transform .95s var(--lx-ease); will-change: opacity, transform; }
.lx-reveal.lx-in { opacity: 1; transform: none; }
.lx-reveal[data-lx-delay="1"] { transition-delay: .12s; }
.lx-reveal[data-lx-delay="2"] { transition-delay: .24s; }
.lx-reveal[data-lx-delay="3"] { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) {
    .lx-reveal { opacity: 1; transform: none; transition: none; }
    .lx-img-marquee .lx-marquee-track { animation: none; }
    .lx-play { animation: none; }
}
.lx-badge-npra {
    display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(26,71,42,.18);
    background: rgba(255,255,255,.6); padding: 12px 24px; border-radius: 999px;
    font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--lx-forest);
}
.lx-badge-npra i { color: var(--lx-gold); }

/* ════════════════════════════════════════
   NAVBAR 2.0 (global — glassy, pill links)
   ════════════════════════════════════════ */
#header .main-header {
    background: rgba(255, 255, 255, .82) !important;
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    border-bottom: 1px solid rgba(26,71,42,.10);
}
#header .navbar-nav .nav-link {
    font-weight: 700 !important;
    color: var(--lx-ink);
    border-radius: 999px;
    padding: 10px 20px !important;
    transition: all .3s var(--lx-ease);
}
#header .navbar-nav .nav-link:hover { background: rgba(26,71,42,.08); color: var(--lx-forest); }
#header .navbar-nav .nav-link.active { background: var(--lx-forest); color: #fff !important; }
#header .navbar-nav .nav-link.active::before, #header .navbar-nav .nav-link::before { display: none !important; }
#header .nav-item { display: flex; align-items: center; }
.lx-nav-cta {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--lx-forest); color: #fff !important;
    font-size: 13.5px; font-weight: 800; letter-spacing: .03em;
    padding: 13px 28px; border-radius: 999px; text-decoration: none;
    transition: all .35s var(--lx-ease);
    box-shadow: 0 10px 24px -10px rgba(26,71,42,.55);
    white-space: nowrap;
}
.lx-nav-cta:hover { background: var(--lx-forest-deep); transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(26,71,42,.65); }
.lx-nav-cta i { font-size: 12px; }

/* ════════════════════════════════════════
   HERO 2.0 (structure untouched — visual upgrade)
   ════════════════════════════════════════ */
.hero-adaptive .hero-bg-overlay {
    background: linear-gradient(100deg, rgba(10,30,18,.82) 0%, rgba(15,46,27,.55) 42%, rgba(15,46,27,.12) 75%, transparent 100%) !important;
}
.hero-adaptive .hero-title {
    font-weight: 800 !important;
    font-size: clamp(2.6rem, 5.6vw, 4.4rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.03em !important;
}
.hero-adaptive .title-line-accent {
    font-family: var(--lx-script) !important;
    font-weight: 400 !important;
    font-size: 1.35em !important;
    line-height: .9 !important;
    color: #ffd98a !important;
    letter-spacing: 0 !important;
    display: block;
}
.hero-adaptive .hero-subtitle {
    font-size: 12.5px !important; font-weight: 800 !important;
    letter-spacing: .28em !important; text-transform: uppercase !important;
    color: rgba(255,255,255,.85) !important;
}
.hero-adaptive .hero-badge {
    border-radius: 999px !important;
    background: rgba(255,255,255,.14) !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    font-weight: 800 !important;
    backdrop-filter: blur(12px) !important;
}
.hero-adaptive .hero-hashtag {
    font-family: var(--lx-script) !important;
    font-size: 2.1rem !important;
    letter-spacing: 0 !important;
}
.hero-adaptive .btn-hero-primary,
.hero-adaptive .btn-hero-outline {
    border-radius: 999px !important;
    padding: 18px 38px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}
.hero-adaptive .btn-hero-primary {
    background: #fff !important; color: var(--lx-forest) !important;
    box-shadow: 0 16px 36px -12px rgba(0,0,0,.5) !important;
    transition: all .4s var(--lx-ease) !important;
}
.hero-adaptive .btn-hero-primary:hover { transform: translateY(-3px) !important; box-shadow: 0 24px 48px -14px rgba(0,0,0,.6) !important; }
.hero-adaptive .btn-hero-outline {
    border: 2px solid rgba(255,255,255,.5) !important;
    background: rgba(255,255,255,.08) !important;
    backdrop-filter: blur(10px) !important;
    color: #fff !important;
    transition: all .4s var(--lx-ease) !important;
}
.hero-adaptive .btn-hero-outline:hover { background: #fff !important; color: var(--lx-forest) !important; transform: translateY(-3px) !important; }
.hero-adaptive .floating-badge-inner { border-radius: 22px !important; backdrop-filter: blur(14px) saturate(1.3) !important; }

/* Global pill rounding for legacy buttons on other pages */
.btn { border-radius: 999px !important; }
.btn.rounded-circle { border-radius: 50% !important; }
