:root{--lh-bg:#070707;--lh-panel:#111;--lh-gold:#d4a93c;--lh-gold2:#f0d37a;--lh-text:#f7f0df;--lh-muted:#cdbf9f;--lh-line:rgba(240,211,122,.22)}
*{box-sizing:border-box}body{margin:0;background:var(--lh-bg);color:var(--lh-text);font-family:'Noto Sans Khmer',Inter,sans-serif}.lh-container{width:min(1180px,92vw);margin:auto}.lh-header{position:sticky;top:0;z-index:50;background:rgba(7,7,7,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07)}.lh-nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.lh-logo img{width:150px}.lh-links{display:flex;gap:24px;align-items:center}.lh-links a{color:#f7ecd1;text-decoration:none;font-weight:700}.lh-links a:hover{color:var(--lh-gold2)}.lh-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:14px;border:1px solid var(--lh-gold);font-weight:800;text-decoration:none}.lh-btn-primary{background:linear-gradient(135deg,var(--lh-gold2),var(--lh-gold));color:#111}.lh-btn-outline{color:var(--lh-gold2)}.lh-hero{padding:42px 0}.lh-hero-card{position:relative;min-height:610px;border-radius:28px;overflow:hidden;border:1px solid var(--lh-line);background:#111}.lh-hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.62) 45%,rgba(0,0,0,.08) 78%)}.lh-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right}.lh-hero-content{position:relative;z-index:2;max-width:650px;padding:64px 56px}.lh-tag{display:inline-flex;padding:7px 13px;border:1px solid var(--lh-line);border-radius:999px;color:var(--lh-gold2);background:rgba(212,169,60,.1);font-size:.9rem}.lh-hero h1{font-size:clamp(2.5rem,5vw,4.9rem);line-height:1.08;color:var(--lh-gold2);margin:18px 0}.lh-hero p,.lh-muted{color:var(--lh-muted)}.lh-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.lh-section{padding:70px 0}.lh-title{font-size:clamp(1.8rem,4vw,3rem);margin:0 0 10px}.lh-grid{display:grid;gap:22px}.lh-grid-4{grid-template-columns:repeat(4,1fr)}.lh-grid-3{grid-template-columns:repeat(3,1fr)}.lh-card{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));border:1px solid var(--lh-line);border-radius:22px;overflow:hidden}.lh-pad{padding:22px}.lh-product-img{aspect-ratio:1/1;overflow:hidden;background:#181818}.lh-product-img img{width:100%;height:100%;object-fit:cover}.lh-product h3{margin:8px 0;font-size:1rem}.lh-price{color:var(--lh-gold2);font-size:1.1rem;font-weight:800}.lh-campaign-img{height:210px;overflow:hidden}.lh-campaign-img img{width:100%;height:100%;object-fit:cover}.lh-feature{text-align:center;padding:24px}.lh-icon{font-size:2rem;margin-bottom:10px}.lh-chair{display:grid;grid-template-columns:290px 1fr;gap:32px;align-items:center;padding:28px}.lh-chair img{border-radius:20px;border:1px solid var(--lh-line)}.lh-chair blockquote{font-size:1.2rem;line-height:1.8;margin:0}.lh-footer{padding:50px 0 24px;border-top:1px solid rgba(255,255,255,.08)}.lh-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:26px}.lh-footer a{display:block;color:var(--lh-muted);text-decoration:none;margin:7px 0}.lh-empty{text-align:center;padding:28px;color:var(--lh-muted)}[x-cloak]{display:none!important}@media(max-width:900px){.lh-links{display:none}.lh-grid-4,.lh-grid-3,.lh-chair,.lh-footer-grid{grid-template-columns:1fr 1fr}.lh-hero-content{padding:42px 28px}.lh-hero-card{min-height:540px}}@media(max-width:640px){.lh-grid-4,.lh-grid-3,.lh-chair,.lh-footer-grid{grid-template-columns:1fr}.lh-logo img{width:130px}.lh-hero h1{font-size:2.25rem}.lh-hero-card{min-height:650px}.lh-hero-card:after{background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.88))}.lh-hero-img{object-position:65% center}.lh-hero-content{padding:34px 22px}}

[x-cloak] {
    display: none !important;
}

.lh-chair-click {
    width: 100%;
    border: 0;
    text-align: left;
    font: inherit;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.lh-chair-click:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.lh-read-more {
    display: inline-block;
    margin-top: 14px;
    font-weight: 700;
    color: #b88a1d;
}

.lh-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .68);
}

.lh-modal {
    position: relative;
    width: min(680px, 100%);
    max-height: 88vh;
    overflow-y: auto;
    padding: 34px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

.lh-modal-photo {
    width: 110px;
    height: 110px;
    margin-bottom: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.lh-modal h2 {
    margin: 12px 0 18px;
}

.lh-modal p {
    line-height: 1.8;
}

.lh-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

/* Fix chairwoman modal readability */
.lh-modal {
    color: #1f2937;
    background: #ffffff;
}

.lh-modal .lh-tag {
    color: #9a6b00;
    background: #fff7df;
    border-color: #ead7a1;
}

.lh-modal h2 {
    color: #1f2937;
    font-weight: 800;
}

.lh-modal p {
    color: #4b5563;
}

.lh-modal p strong {
    color: #111827;
}

.lh-modal-close {
    color: #222222;
}

.lh-modal-close:hover {
    color: #b7791f;
}

.lh-modal-photo {
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 3px #374151, 0 8px 24px rgba(0, 0, 0, .18);
}

@media (max-width: 640px) {
    .lh-modal {
        padding: 26px 22px;
    }

    .lh-modal h2 {
        font-size: 1.6rem;
    }
}

.lh-chairwoman-hero .lh-hero-card {
    min-height: 650px;
    background:
        radial-gradient(circle at 82% 35%, rgba(211, 165, 52, .25), transparent 34%),
        linear-gradient(110deg, #050505 0%, #0b0b0b 55%, #17120a 100%);
}

.lh-chairwoman-hero .lh-hero-content {
    max-width: 610px;
    z-index: 2;
}

.lh-chairwoman-hero .lh-hero-img {
    width: 47%;
    height: 94%;
    right: 1%;
    bottom: 0;
    top: auto;
    object-fit: contain;
    object-position: bottom center;
}

.lh-signature {
    margin-top: 26px;
    color: #ead69d;
    line-height: 1.7;
}

.lh-btn-disabled {
    opacity: .65;
    cursor: default;
    pointer-events: none;
}

.lh-message-modal {
    width: min(820px, 100%);
    color: #262626;
    background: #fff;
}

.lh-message-header {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 25px;
}

.lh-message-modal p,
.lh-message-modal li {
    color: #404040;
    font-size: 1rem;
    line-height: 1.9;
}

.lh-message-modal strong {
    color: #111;
}

.lh-message-list {
    padding-left: 24px;
    margin: 18px 0 24px;
}

.lh-message-signoff {
    padding-top: 18px;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 760px) {
    .lh-chairwoman-hero .lh-hero-card {
        min-height: auto;
        padding-bottom: 0;
    }

    .lh-chairwoman-hero .lh-hero-img {
        position: relative;
        width: 100%;
        height: 430px;
        right: auto;
        order: 2;
    }

    .lh-message-header {
        display: block;
    }
}
