:root {
    --soft-paper: #fcfaf7;
    --soft-cream: #f5eee6;
    --soft-peach: #fff1e7;
    --soft-shadow: 0 18px 55px rgba(73, 49, 38, .10);
    --soft-shadow-hover: 0 24px 70px rgba(73, 49, 38, .16);
    --soft-ease: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-padding-top: 92px; }
body { background: var(--soft-paper); overflow-x: hidden; }
main { overflow: hidden; }

.site-header {
    height: 96px;
    border-bottom: 1px solid transparent;
    background: rgba(252, 250, 247, .84);
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.nav-wrap { max-width: 1500px; }
.site-header .brand { gap: 14px; font-size: 22px; }
.site-header .brand-logo { width: auto; height: 68px; max-width: 230px; object-fit: contain; }
.hero { height: calc(100vh - 96px); }
.site-header.is-scrolled {
    background: rgba(252, 250, 247, .95);
    border-color: rgba(73, 49, 38, .07);
    box-shadow: 0 10px 35px rgba(73, 49, 38, .08);
}
.main-nav { gap: clamp(14px, 1.45vw, 24px); }
.main-nav > a,
.main-nav > .nav-group > .nav-parent { font-size: 12px; font-weight: 600; white-space: nowrap; }
.nav-group { position: relative; display: flex; align-items: center; height: 96px; }
.nav-parent { display: inline-flex; align-items: center; gap: 6px; }
.nav-parent > span { color: var(--orange); font-size: 15px; transition: transform .28s var(--soft-ease); }
.nav-submenu {
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    width: 270px;
    padding: 10px;
    border: 1px solid rgba(73, 49, 38, .09);
    border-radius: 16px;
    background: rgba(255, 253, 250, .98);
    box-shadow: 0 22px 55px rgba(73, 49, 38, .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity .25s ease, visibility .25s ease, transform .3s var(--soft-ease);
}
.nav-submenu:before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-submenu a { display: block; padding: 11px 13px; border-radius: 11px; }
.nav-submenu a:hover { color: var(--orange); background: var(--soft-peach); transform: translateX(4px); }
.nav-submenu small,
.nav-submenu strong { display: block; }
.nav-submenu small { margin-bottom: 3px; color: #a28f84; font-size: 8px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; }
.nav-submenu strong { color: var(--brown); font-size: 12px; line-height: 1.45; }
.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-group:hover .nav-parent > span,
.nav-group:focus-within .nav-parent > span { transform: rotate(180deg); }
.brand, .main-nav a { transition: color .25s ease, transform .25s ease, opacity .25s ease; }
.main-nav > a:not(.nav-cta):hover,
.main-nav > .nav-group > .nav-parent:hover { color: var(--orange); transform: translateY(-2px); }

.nav-cta, .btn-primary {
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(229, 103, 42, .20);
    transition: transform .35s var(--soft-ease), box-shadow .35s ease, background .25s ease;
}
.nav-cta:hover, .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 34px rgba(200, 78, 23, .30);
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(29, 19, 15, .78) 0%, rgba(40, 26, 19, .36) 56%, rgba(40, 26, 19, .08)),
                linear-gradient(0deg, rgba(30, 19, 13, .58), transparent 50%);
}
.hero-content { filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .12)); }
.hero-content > p, .hero-detail { text-wrap: pretty; }
.hero-stats {
    border-radius: 28px 0 0 0;
    background: rgba(64, 41, 30, .77);
    box-shadow: -12px -12px 45px rgba(26, 16, 12, .14);
}

.section { position: relative; }
.section-kicker, .eyebrow { letter-spacing: 3px; }
.section-heading h2, .about h2 { text-wrap: balance; }
.about { background: linear-gradient(180deg, var(--soft-paper), #fff); }
.about:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -210px;
    top: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229, 103, 42, .08), transparent 68%);
    pointer-events: none;
}
.about-visual { filter: drop-shadow(0 24px 45px rgba(73, 49, 38, .10)); }
.about-visual > img { border-radius: 28px; }
.quote-card {
    border-radius: 22px;
    box-shadow: var(--soft-shadow);
    transition: transform .55s var(--soft-ease), box-shadow .45s ease;
}
.about-body-card {
    padding: 26px 28px !important;
}
.about-body-text {
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
.about-visual:hover .quote-card { transform: translateY(-8px); box-shadow: var(--soft-shadow-hover); }

/* New About Section Layout (Matching reference image) */
.about-new {
    position: relative;
    padding: clamp(50px, 6vw, 80px) 0;
    background: #fff;
    overflow: hidden;
}
.about-header {
    text-align: center;
    margin-bottom: clamp(32px, 4vw, 48px);
}
.about-main-title {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 700;
    color: #a00000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
}
.about-title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #c84e17;
    opacity: 0.45;
}
.about-title-divider::before,
.about-title-divider::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: currentColor;
}
.about-title-divider span {
    font-size: 7px;
}

.about-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(30px, 5vw, 60px);
    align-items: center;
    width: min(92%, 1320px);
    margin: 0 auto;
}
.about-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 38px rgba(45, 32, 26, 0.10);
}
.about-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border-radius: 16px;
}

.about-text-wrap {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #3d4a5c;
    font-size: 15px;
    line-height: 1.75;
}
.about-lead-text {
    font-weight: 700;
    color: #233d5c;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}
.about-body-rich {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 900px) {
    .about-content-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.projects { background: linear-gradient(145deg, #f4ede5 0%, #f8f3ed 55%, #efe5dc 100%); }
.project-grid { gap: 18px; }
.project-card {
    border-radius: 22px;
    box-shadow: 0 14px 38px rgba(73, 49, 38, .10);
    transition: transform .55s var(--soft-ease), box-shadow .45s ease;
}
.project-card:hover { transform: translateY(-10px); box-shadow: var(--soft-shadow-hover); }
.project-card img { transition: transform .9s var(--soft-ease), filter .5s ease; }
.project-card:hover img { transform: scale(1.07); filter: saturate(1.05); }
.project-shade { background: linear-gradient(0deg, rgba(38, 23, 17, .90), rgba(38, 23, 17, .08) 78%); }
.circle-arrow { transition: transform .35s var(--soft-ease), background .3s ease, border-color .3s ease; }
.project-card:hover .circle-arrow { transform: rotate(45deg); background: var(--orange); border-color: var(--orange); }

.product-showcase { background: #fff; }
.product-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(73,49,38,.08); border-radius: 22px; background: #faf9f7; box-shadow: 0 12px 36px rgba(73,49,38,.06); transition: transform .5s var(--soft-ease), box-shadow .4s ease; }
.product-card:hover { transform: translateY(-9px); box-shadow: var(--soft-shadow); }
.product-card-image { height: 210px; overflow: hidden; background: linear-gradient(135deg,#f5e8dc,#e8d4c3); display: grid; place-items: center; color: var(--brown); font-weight: 700; letter-spacing: 3px; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--soft-ease); }
.product-card:hover .product-card-image img { transform: scale(1.06); }
.product-card-body { padding: 22px; display: flex; min-height: 260px; flex-direction: column; }
.product-card-body h3 { margin: 0 0 12px; color: #d94f3e; font-size: 18px; }
.product-card-body > p { margin: 0 0 16px; color: #655d58; line-height: 1.65; font-size: 13px; }
.product-benefit { display: flex; gap: 9px; margin-top: 7px; color: #564d48; font-size: 12px; line-height: 1.45; }
.product-benefit { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-benefit i { flex: none; color: var(--brown); font-style: normal; }
.product-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; }
.product-card-foot strong { color: #21888d; font-size: 12px; }
.product-card-foot a { flex: none; padding: 8px 15px; border: 1px solid #f06b64; border-radius: 999px; color: #e4514b; font-size: 11px; transition: .25s ease; }
.product-card-foot a:hover { color: #fff; background: #e4514b; transform: translateY(-2px); }

.home-projects { background: linear-gradient(145deg,#f4ede5 0%,#faf6f1 52%,#efe5dc 100%); }
.home-project-group { margin-top: 34px; padding: clamp(30px,4vw,54px); border: 1px solid rgba(73,49,38,.08); border-radius: 30px; background: rgba(255,255,255,.78); box-shadow: 0 18px 55px rgba(73,49,38,.07); }
.home-project-group + .home-project-group { margin-top: 42px; }
.home-project-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid rgba(73,49,38,.10); }
.home-project-head > div { max-width: 760px; }
.home-project-head span { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.home-project-head h3 { margin: 5px 0 9px; font: 400 clamp(34px,4vw,54px)/1.1 "DM Serif Display",serif; color: var(--brown); }
.home-project-head p { margin: 0; color: #746a64; font-size: 13px; line-height: 1.7; }
.home-project-link { flex: none; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--brown); font-size: 12px; font-weight: 700; }
.home-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.home-product-grid .product-card-body { min-height: 275px; }
.home-product-grid .product-card-body > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-project-more { display: flex; justify-content: center; margin-top: 34px; }
.home-project-more .btn-primary { padding: 14px 25px; }
.home-project-empty { padding: 45px 20px; border: 1px dashed rgba(73,49,38,.18); border-radius: 18px; color: #8a7f78; text-align: center; }
.ward-filter { margin: -3px 0 28px; padding: 18px 0 20px; border-bottom: 1px solid rgba(73,49,38,.09); }
.ward-filter > span { display: block; margin-bottom: 10px; color: #756b65; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-align: center; text-transform: uppercase; }
.ward-filter-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; max-width: 1000px; margin: 0 auto; overflow: visible; padding-bottom: 3px; }
.ward-filter-tabs button { flex: 1 1 150px; max-width: 230px; min-height: 38px; padding: 8px 14px; border: 1px solid rgba(73,49,38,.12); border-radius: 9px; background: #fff; color: #695f59; font-size: 11px; cursor: pointer; transition: background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease; }
.ward-filter-tabs button:hover { border-color: rgba(229,103,42,.45); color: var(--orange); transform: translateY(-2px); }
.ward-filter-tabs button.active { border-color: var(--brown); background: var(--brown); color: #fff; box-shadow: 0 7px 18px rgba(73,49,38,.18); }
.product-card.is-filter-hidden { display: none; }
.ward-filter-empty { margin-top: 15px; }

/* Trang chi tiết dự án: mỗi sản phẩm là một bài viết ngang toàn chiều rộng. */
.detail-content > .project-products { display: block; width: 100%; margin-top: 80px; padding-top: 70px; border-top: 1px solid rgba(73,49,38,.12); }
.project-products .section-heading { margin-bottom: 46px; }
.project-product-list { display: grid; gap: 42px; }
.project-product-article { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); min-height: 520px; overflow: hidden; border: 1px solid rgba(73,49,38,.08); border-radius: 28px; background: #fff; box-shadow: 0 18px 55px rgba(73,49,38,.09); }
.project-product-article:nth-child(even) .project-product-image { order: 2; }
.project-product-image { min-height: 520px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg,#ead9cc,#f6eee8); color: var(--brown); font-weight: 700; letter-spacing: 4px; }
.project-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--soft-ease); }
.project-product-article:hover .project-product-image img { transform: scale(1.035); }
.project-product-copy { min-width: 0; padding: clamp(42px,5vw,78px); display: flex; flex-direction: column; justify-content: center; }
.project-product-category { margin-bottom: 15px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.project-product-copy h3 { margin: 0 0 22px; font: 400 clamp(34px,3.5vw,54px)/1.08 "DM Serif Display",serif; color: var(--brown); text-wrap: balance; }
.project-product-lead { margin: 0 0 24px; color: #4d4540; font: 21px/1.55 "DM Serif Display",serif; }
.project-product-body { color: #6c625c; font-size: 14px; line-height: 1.85; overflow-wrap: anywhere; }
.project-product-foot { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(73,49,38,.10); }
.project-product-foot > span { color: #5e5550; font-size: 12px; line-height: 1.5; }
.project-product-foot > span i { margin-right: 7px; color: var(--orange); font-style: normal; }
.project-product-foot .btn-primary { flex: none; margin: 0; padding: 12px 18px; font-size: 11px; }

/* Trang riêng của từng dự án: banner chung, bộ lọc, lưới sản phẩm và bản đồ. */
.project-page-hero { min-height: 680px; }
.project-catalog { background: linear-gradient(180deg,#fff,#fbf8f4); }
.project-catalog-heading { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.75fr); align-items: end; gap: clamp(45px,8vw,120px); margin-bottom: 48px; }
.project-back-link { display: inline-block; margin-bottom: 24px; color: var(--orange); font-size: 11px; font-weight: 700; }
.project-catalog-heading .section-kicker { display: block; margin-bottom: 13px; }
.project-catalog-heading h1 { max-width: 830px; margin: 0; color: var(--brown); font: 400 clamp(46px,6vw,82px)/1.02 "DM Serif Display",serif; letter-spacing: -1.5px; text-wrap: balance; }
.project-catalog-intro { padding-left: 32px; border-left: 1px solid rgba(73,49,38,.14); color: #716760; font-size: 13px; line-height: 1.8; }
.project-catalog-intro > p { margin-top: 0; color: #4f453f; font: 21px/1.55 "DM Serif Display",serif; }
.project-filter-bar { margin-bottom: 30px; padding: 18px 20px; border: 1px solid rgba(73,49,38,.09); border-radius: 16px; background: #fff; box-shadow: 0 9px 30px rgba(73,49,38,.045); }
.project-filter-bar > span { display: block; margin-bottom: 12px; color: #7e726b; font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-align: center; text-transform: uppercase; }
.project-catalog-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); align-items: start; gap: clamp(24px,3vw,42px); }
.catalog-filter-sidebar { position: sticky; top: 118px; padding: 22px; border: 1px solid rgba(73,49,38,.10); border-radius: 18px; background: #fff; box-shadow: 0 10px 34px rgba(73,49,38,.055); }
.catalog-filter-heading { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 8px; padding-bottom: 18px; border-bottom: 1px solid rgba(73,49,38,.10); }
.catalog-filter-heading > span { color: var(--orange); font-size: 20px; }
.catalog-filter-heading strong,.catalog-filter-heading small { display: block; }
.catalog-filter-heading strong { color: var(--brown); font-size: 12px; }
.catalog-filter-heading small { color: #948982; font-size: 8px; }
.catalog-filter-heading button { padding: 7px 9px; border: 0; border-radius: 999px; background: var(--brown); color: #fff; font-size: 8px; cursor: pointer; }
.catalog-filter-sidebar fieldset { margin: 20px 0 0; padding: 0; border: 0; }
.catalog-filter-sidebar legend { width: 100%; margin-bottom: 13px; color: #4f4641; font-size: 12px; font-weight: 700; }
.catalog-filter-options { display: grid; gap: 9px; }
.catalog-filter-options label { display: flex; align-items: center; gap: 8px; color: #6e645e; font-size: 10px; cursor: pointer; }
.catalog-filter-options input { width: 16px; height: 16px; margin: 0; accent-color: var(--orange); }
.catalog-results-toolbar { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(73,49,38,.10); }
.catalog-results-toolbar > strong { color: var(--brown); font-size: 13px; }
.catalog-results-toolbar label { display: flex; align-items: center; gap: 10px; color: #81766f; font-size: 10px; }
.catalog-results-toolbar select { min-width: 180px; height: 38px; padding: 0 34px 0 12px; border: 1px solid rgba(73,49,38,.13); border-radius: 9px; background: #fff; color: #514842; outline: none; }
.project-detail-products-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.project-listing-card { min-width: 0; overflow: hidden; border: 1px solid rgba(73,49,38,.09); border-radius: 18px; background: #fff; box-shadow: 0 10px 32px rgba(73,49,38,.06); transition: transform .4s var(--soft-ease),box-shadow .35s ease,border-color .3s ease; }
.project-listing-card:hover { border-color: rgba(229,103,42,.24); box-shadow: var(--soft-shadow); transform: translateY(-7px); }
.project-listing-card.is-filter-hidden { display: none; }
.project-listing-image { height: 210px; display: grid; place-items: center; overflow: hidden; background: #efe4da; color: var(--brown); font: 25px "DM Serif Display",serif; letter-spacing: 3px; }
.project-listing-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--soft-ease); }
.project-listing-card:hover .project-listing-image img { transform: scale(1.045); }
.project-listing-copy { padding: 20px; }
.project-listing-copy h2 { min-height: 48px; margin: 0 0 12px; color: #e14e37; font: 700 18px/1.35 "Be Vietnam Pro",sans-serif; letter-spacing: 0; }
.project-listing-price { display: flex; align-items: baseline; gap: 4px; margin: -2px 0 10px; color: #ef5d4c; }
.project-listing-price strong { font-size: 19px; }
.project-listing-price span { font-size: 10px; }
.project-listing-area { margin-bottom: 9px; color: #5b524d; font-size: 10px; font-weight: 600; }
.project-listing-address { min-height: 46px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #147f91; font-size: 11px; font-weight: 600; line-height: 1.55; }
.project-listing-address i { margin-right: 6px; color: var(--orange); font-style: normal; }
.project-listing-copy > p { min-height: 64px; display: -webkit-box; overflow: hidden; margin: 14px 0 18px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #6f655f; font-size: 12px; line-height: 1.7; }
.project-price-updated { display: block; margin: -8px 0 13px; color: #9b918b; font-size: 8px; }
.project-listing-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 15px; border-top: 1px solid rgba(73,49,38,.09); }
.project-listing-foot a { color: var(--orange); font-size: 10px; font-weight: 700; }
.project-products-map-section { background: #fff; }
.project-products-map-shell,#projectProductsMap { min-height: 590px; }
.project-map-empty { position: absolute; z-index: 500; left: 50%; top: 50%; width: min(430px,calc(100% - 40px)); padding: 18px 22px; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(73,49,38,.14); color: #746a64; text-align: center; transform: translate(-50%,-50%); }
.project-map-marker-wrap { background: none!important; border: 0!important; }
.project-map-marker { position: relative; width: 48px; height: 48px; display: grid; place-items: center; padding: 4px; border: 3px solid #fff; border-radius: 50% 50% 50% 6px; background: var(--orange); box-shadow: 0 8px 20px rgba(38,25,18,.28); transform: rotate(-45deg); }
.project-map-marker:after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #fff; }
.project-map-marker img { position: relative; z-index: 1; width: 30px; height: 30px; object-fit: contain; transform: rotate(45deg); }

.why-choose { background: linear-gradient(180deg,#fbfaf8,#f7f1eb); }
.why-heading { max-width: 900px; margin: 0 auto 58px; text-align: center; }
.why-heading h2 { margin: 12px 0 14px; font: 400 clamp(34px,4vw,58px)/1.08 "DM Serif Display",serif; text-wrap: balance; }
.why-heading p { max-width: 700px; margin: auto; color: #766b65; line-height: 1.7; }
.why-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,.75fr) minmax(0,1fr); align-items: center; gap: clamp(28px,4vw,68px); }
.why-column { display: grid; gap: 28px; }
.why-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.why-icon { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: var(--orange); box-shadow: 0 10px 24px rgba(229,103,42,.22); color: #fff; font-size: 21px; }
.why-icon img { width: 100%; height: 100%; object-fit: cover; }
.why-item h3 { margin: 1px 0 6px; font-size: 15px; text-transform: uppercase; }
.why-item p { margin: 0; color: #766d67; font-size: 12px; line-height: 1.65; }
.why-center { position: relative; min-height: 380px; display: grid; place-content: center; text-align: center; isolation: isolate; }
.why-center:before,.why-center:after,.why-center span { content: ""; position: absolute; border-radius: 50% 44% 55% 42%; background: #239ca2; opacity: .9; z-index: -1; }
.why-center:before { width: 210px; height: 145px; left: 0; top: 42px; transform: rotate(22deg); }
.why-center:after { width: 230px; height: 155px; right: -2px; bottom: 38px; transform: rotate(-18deg); background: #f07a39; }
.why-center span:nth-child(1) { width: 150px; height: 180px; right: 5px; top: 85px; background: #f6b557; transform: rotate(30deg); }
.why-center span:nth-child(2) { width: 175px; height: 135px; left: 12px; bottom: 58px; background: #62b9b5; transform: rotate(-23deg); }
.why-center strong { font: 34px "DM Serif Display",serif; color: #fff; letter-spacing: 3px; text-shadow: 0 4px 15px rgba(55,31,20,.18); }
.why-center small { color: rgba(255,255,255,.9); font-size: 8px; letter-spacing: 2px; }
.why-center-image { overflow: hidden; min-height: 0; aspect-ratio: 1/1; border-radius: 28px; background: #fff; box-shadow: var(--soft-shadow); }
.why-center-image:before,.why-center-image:after,.why-center-image span { display: none; }
.why-center-image img { width: 100%; height: 100%; object-fit: cover; }

.social { background: #fff; }
.social-category-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: -16px auto 42px; padding-bottom: 20px; border-bottom: 1px solid rgba(73,49,38,.10); }
.social-category-tabs button { min-height: 44px; padding: 11px 20px; border: 1px solid rgba(73,49,38,.13); border-radius: 999px; background: #fff; color: #675c56; font-size: 12px; font-weight: 600; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .3s var(--soft-ease), box-shadow .3s ease; }
.social-category-tabs button:hover { border-color: rgba(229,103,42,.42); color: var(--orange); transform: translateY(-2px); }
.social-category-tabs button.active { border-color: var(--orange); background: var(--orange); color: #fff; box-shadow: 0 10px 25px rgba(229,103,42,.22); }
.social-category-panel { display: none; scroll-margin-top: 115px; }
.social-category-panel.active { display: block; animation: socialPanelIn .45s var(--soft-ease) both; }
.social-category-empty { padding: 50px 24px; border: 1px dashed rgba(73,49,38,.18); border-radius: 20px; color: #887c75; text-align: center; }
.story-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg,#efe2d7,#f9f5f0); color: var(--brown); font: 28px "DM Serif Display",serif; letter-spacing: 5px; }
.social-categories .story-card > h3 { margin-top: 23px; }
.social-categories .story-card > p { margin-bottom: 27px; white-space: pre-line; }
.social-category-list { padding-bottom: 90px; }
.social-list-section { padding: 58px 0 70px; border-top: 1px solid rgba(73,49,38,.11); scroll-margin-top: 110px; }
.social-list-section:last-child { padding-bottom: 0; }
.social-list-heading { display: grid; grid-template-columns: 58px auto 1fr; gap: 18px; align-items: center; margin-bottom: 34px; }
.social-list-heading > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #fff1e8; color: var(--orange); font-size: 12px; font-weight: 800; }
.social-list-heading small { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: 2px; }
.social-list-heading h3 { margin: 2px 0 0; color: var(--brown); font-family:Arial,Helvetica,sans-serif; font-size:32px; font-style:normal; font-weight:700; line-height:1.15; letter-spacing:-.6px; }
.social-list-heading > i { height: 1px; margin-left: 18px; background: linear-gradient(90deg,rgba(73,49,38,.2),transparent); }
.social-list-section .story-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.social-list-section:nth-of-type(even) .story-card { background: #faf7f3; }
.social-list-section .story-card { padding: 0 0 22px; border-radius: 18px; overflow: hidden; transition: transform .35s var(--soft-ease), box-shadow .35s ease; }
.social-list-section .story-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(73,49,38,.10); }
.social-list-section .story-card > h3, .social-list-section .story-card > p { padding-left: 22px; padding-right: 22px; }
@keyframes socialPanelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.story-card, .news-card {
    border: 1px solid rgba(73, 49, 38, .07);
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 34px rgba(73, 49, 38, .055);
    overflow: hidden;
    transition: transform .5s var(--soft-ease), box-shadow .4s ease, border-color .35s ease;
}
.story-card:hover, .news-card:hover {
    transform: translateY(-9px);
    border-color: rgba(229, 103, 42, .18);
    box-shadow: var(--soft-shadow);
}
.story-image, .news-card > div { margin: 0; }
.story-card > small, .story-card > h3, .story-card > p, .story-card > a,
.news-card > small, .news-card > h3, .news-card > p, .news-card > a { display: block; margin-left: 24px; margin-right: 24px; }
.story-card > small, .news-card > small { margin-top: 22px; }
.story-card > a, .news-card > a { margin-top: 17px; margin-bottom: 25px; color: var(--brown); }
.story-card > a:hover, .news-card > a:hover { color: var(--orange); }

.honor {
    min-height: 680px;
    margin: 34px max(2.5%, calc((100vw - 1500px) / 2));
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--soft-shadow);
}
.honor-image > img { transition: transform 1s var(--soft-ease); }
.honor:hover .honor-image > img { transform: scale(1.025); }
.honor-badge { box-shadow: 0 15px 35px rgba(229, 103, 42, .27); }

.careers { background: linear-gradient(180deg, #fff, var(--soft-paper)); }
.job-list { border-top: 0; display: grid; gap: 10px; }
.job-row {
    border: 1px solid rgba(73, 49, 38, .08);
    border-radius: 16px;
    background: #fff;
    padding-left: 24px;
    padding-right: 18px;
    transition: transform .4s var(--soft-ease), box-shadow .35s ease, border-color .3s ease;
}
.job-row:hover { transform: translateX(7px); border-color: rgba(229, 103, 42, .25); box-shadow: 0 12px 35px rgba(73, 49, 38, .07); }
.job-row > a { transition: background .3s ease, transform .35s var(--soft-ease); }
.job-row:hover > a { transform: rotate(45deg); }

.news { background: linear-gradient(145deg, #f5eee6, #fbf7f2); }
.news-card img, .story-card img { transition: transform .85s var(--soft-ease); }

.office-map-section { background: #fff; }
.office-map-shell { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(300px,.65fr); min-height: 590px; overflow: hidden; border-radius: 28px; background: #f6f1eb; box-shadow: var(--soft-shadow); }
.office-map-shell.office-map-fullwidth { grid-template-columns: 1fr; }
.office-map-canvas { position: relative; }.office-map-canvas,#uplandGoogleMap,#uplandLeafletMap,.office-map-canvas iframe { width: 100%; height: 100%; min-height: 590px; border: 0; z-index: 1; }
.office-map-list { max-height: 590px; padding: 25px; overflow: auto; background: #fff; }
.office-count { display: inline-block; margin: 0 0 17px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.office-map-card { display: block; padding: 17px 0; border-top: 1px solid rgba(73,49,38,.09); cursor: pointer; transition: transform .3s var(--soft-ease); }
.office-map-card:hover { transform: translateX(5px); }
.office-marker-mini { width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; border-radius: 14px 14px 14px 4px; background: var(--orange); box-shadow: 0 8px 20px rgba(229,103,42,.2); color: #fff; font-weight: 700; }
.office-marker-mini img { width: 100%; height: 100%; padding: 4px; object-fit: contain; background: #fff; }
.office-map-card h3 { margin: 0 0 7px; font-size: 14px; }
.office-map-card p { margin: 0 0 8px; color: #756b65; font-size: 11px; line-height: 1.55; }
.office-map-card a { display: block; margin-top: 5px; color: var(--brown); font-size: 10px; }
.office-map-card .office-direction { color: var(--orange); font-weight: 700; }
.map-info { display: grid; max-width: 280px; gap: 6px; padding: 8px 6px; font-family: "Be Vietnam Pro",sans-serif; }
.map-info strong { font-size: 14px; color: #2d1e14; }
.map-info span { font-size: 12px; color: #6d625c; line-height: 1.5; }
.map-info .map-info-desc { font-size: 11px; color: #8a7e77; font-style: italic; }
.map-info a { font-size: 12px; color: #6d625c; text-decoration: none; }
.map-info a:hover { color: #e56a2a; }
.map-info .map-info-dir { display: inline-block; margin-top: 4px; padding: 6px 14px; border-radius: 8px; background: #e56a2a; color: #fff !important; font-size: 11px; font-weight: 600; text-align: center; transition: background .2s ease; }
.map-info .map-info-dir:hover { background: #cf5a1e; color: #fff !important; }
.upland-leaflet-popup .leaflet-popup-content-wrapper { border-radius: 16px; padding: 4px; box-shadow: 0 12px 35px rgba(45,32,26,.18); }
.upland-leaflet-popup .leaflet-popup-content { margin: 10px 14px; }
.upland-leaflet-popup .leaflet-popup-tip { background: #fff; }

.custom-company-marker { display: flex; align-items: center; justify-content: center; background: none; border: none; }
.marker-pin-badge { position: relative; width: 48px; height: 48px; border-radius: 50%; background: #ffffff; border: 3px solid #e5672a; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; padding: 4px; transition: transform .25s var(--soft-ease), box-shadow .25s var(--soft-ease); }
.marker-pin-badge::after { content: ''; position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 9px solid #e5672a; }
.marker-pin-badge img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.custom-company-marker:hover .marker-pin-badge { transform: scale(1.15); box-shadow: 0 12px 30px rgba(229, 103, 42, 0.55); }

.contact {
    width: min(95%, 1500px);
    margin: 34px auto;
    padding: clamp(70px, 7vw, 110px) clamp(34px, 6vw, 90px);
    grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr);
    align-items: center;
    column-gap: clamp(48px, 7vw, 110px);
    border-radius: 32px;
    background: linear-gradient(135deg, #e86e31 0%, #d75b24 55%, #b94b1d 100%);
    box-shadow: 0 25px 65px rgba(183, 72, 26, .22);
    overflow: hidden;
}
.contact > * { width: 100%; min-width: 0; }
.contact-intro { max-width: 600px; justify-self: end; }
.contact-form-wrap {
    width: min(100%, 590px);
    min-width: 0;
    justify-self: start;
    padding: clamp(30px, 3.5vw, 48px);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(87, 39, 18, .18);
}
.contact-form { width: 100%; min-width: 0; }
.contact-form > div, .form-split > div { min-width: 0; }
.contact-form .form-split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-form input, .contact-form select, .contact-form textarea {
    display: block;
    width: 100%;
    min-width: 0;
    border: 1px solid #e8dfd8;
    border-radius: 11px;
    background: #fdfbf9;
    padding: 12px 14px;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    background: #fff;
    border-color: rgba(229, 103, 42, .62);
    box-shadow: 0 0 0 4px rgba(229, 103, 42, .10);
}
.contact-form .btn-primary {
    min-height: 50px;
    border-radius: 12px;
    white-space: nowrap;
}

.contact-page-hero { min-height: 680px; }
.contact-page-contact {
    scroll-margin-top: 100px;
    min-height: 720px;
    margin-top: 42px;
    margin-bottom: 72px;
}
.contact-page-contact .contact-intro a { color: inherit; text-decoration: none; }
.contact-page-contact .contact-form-wrap { width: min(100%, 650px); }
.contact-page-contact .validation-message { display: block; margin-top: 5px; color: #ad3b22; font-size: 11px; }

/* Product detail */
.product-page-hero { min-height: 650px; }
.product-detail-page { width: min(1440px, calc(100% - 48px)); margin: 0 auto 90px; padding-top: 42px; scroll-margin-top: 90px; }
.product-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 24px; color: #877a72; font-size: 12px; }
.product-breadcrumb a:hover { color: var(--orange); }
.product-breadcrumb strong { color: var(--brown); }
.product-gallery { display: grid; grid-template-columns: 1.8fr 1fr 1fr; grid-template-rows: repeat(2, 235px); gap: 10px; margin-bottom: 55px; }
.product-gallery-item { margin: 0; border-radius: 16px; overflow: hidden; background: #eee8e1; }
.product-gallery-item:first-child { grid-row: 1 / 3; }
.product-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--soft-ease); }
.product-gallery-item:hover img { transform: scale(1.035); }
.product-gallery-placeholder { height: 100%; display: grid; place-content: center; gap: 5px; text-align: center; color: #9b8c82; background: linear-gradient(135deg,#f3eee8,#e8ddd4); }
.product-gallery-placeholder strong { color: var(--brown); letter-spacing: 3px; }
.product-gallery-placeholder span { font-size: 11px; }
.product-information-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(600px,1.65fr); gap: clamp(45px,6vw,100px); align-items: start; }
.product-overview { position: sticky; top: 112px; }
.product-price-label { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }
.product-detail-price { margin: 7px 0 18px; padding-bottom: 17px; border-bottom: 1px solid #d9d1cb; color: #ee4d45; font-size: clamp(25px,2.5vw,39px); font-weight: 800; }
.product-overview h1 { margin: 0 0 14px; color: #165f99; font-size: clamp(27px,3vw,42px); line-height: 1.18; text-transform: uppercase; }
.product-detail-address { display: inline-flex; gap: 8px; margin-bottom: 24px; color: #1eaa91; font-weight: 600; }
.product-detail-lead { color: var(--brown); font-weight: 700; }
.product-detail-description { color: #766d67; line-height: 1.95; }
.product-detail-updated { display: block; margin-top: 20px; color: #9b8f87; }
.product-overview-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.product-overview-actions .btn-primary, .product-outline-button { border-radius: 999px; }
.product-outline-button { display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid #22b69c; color: #15977f; font-weight: 700; }
.product-detail-heading { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 25px; }
.product-detail-heading > span { color: #17679f; font-size: 25px; }
.product-detail-heading h2 { margin: 0; color: #17679f; font-size: 25px; }
.product-detail-heading p { margin: 5px 0 0; color: #6f6660; }
.product-spec-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 48px; }
.product-spec-row { display: grid; grid-template-columns: 26px minmax(135px,.9fr) minmax(110px,1fr); gap: 10px; align-items: start; min-height: 58px; padding: 12px 0; border-bottom: 1px solid rgba(73,49,38,.08); }
.product-spec-row i { display: grid; place-items: center; width: 23px; height: 23px; color: #555; font-style: normal; }
.product-spec-row strong { font-size: 13px; }
.product-spec-row span { color: #655e59; font-size: 13px; }
.product-price-note { margin: 32px 0; padding: 18px 20px; border-radius: 8px; background: #17659f; color: #fff; font-size: 13px; }
.product-price-note strong { color: #ff746b; }
.product-services { padding: 32px; border-radius: 20px; background: #faf8f5; }
.product-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 22px; }
.product-service-grid > div { display: flex; gap: 10px; padding: 13px; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(73,49,38,.06); }
.product-service-grid i { display: grid; place-items: center; flex: 0 0 25px; height: 25px; border-radius: 50%; background: #e9f8f3; color: #169b80; font-style: normal; }
.product-services-empty { color: #7a7069; }
.product-consult-box { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 26px; padding: 30px; border-radius: 20px; background: var(--brown); color: #fff; }
.product-consult-box span { color: #f1a375; font-size: 10px; letter-spacing: 2px; }
.product-consult-box h2 { margin: 5px 0; font: 31px "DM Serif Display",serif; }
.product-consult-box p { margin: 0; color: #d8cbc4; font-size: 13px; }
.product-consult-box .btn-primary { flex: 0 0 auto; border-radius: 999px; }
.project-listing-image { display: block; }

/* Floating contact and customer chat */
.floating-contact { position: fixed; right: 22px; bottom: 24px; z-index: 90; }
.floating-contact-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.float-action { position: relative; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; color: #fff; box-shadow: 0 9px 25px rgba(37,26,20,.2); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.float-action:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 13px 30px rgba(37,26,20,.25); }
.float-action > span { font-size: 18px; font-weight: 800; }
.float-action > small { position: absolute; right: 58px; padding: 6px 10px; border-radius: 7px; background: #34231c; color: #fff; font-size: 10px; opacity: 0; pointer-events: none; transform: translateX(6px); transition: .2s ease; white-space: nowrap; }
.float-action:hover > small { opacity: 1; transform: none; }
.float-chat { background: linear-gradient(135deg,#f58237,#e55c20); }
.float-zalo { border: 2px solid #1689ee; background: #fff; color: #0879da; }
.float-zalo > span { font-size: 12px; }
.float-messenger { background: linear-gradient(145deg,#9c42e8,#e338b3 52%,#397bf5); }
.float-top { border: 1px solid #17669d; background: #fff; color: #17669d; }
.float-action > i { position: absolute; right: -2px; top: -3px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #e23935; color: #fff; font: 10px/1 sans-serif; }
.float-hotline { display: flex; align-items: center; min-width: 188px; height: 49px; padding: 3px 4px 3px 20px; border: 2px solid #20b99e; border-radius: 999px; background: #fff; box-shadow: 0 9px 25px rgba(37,26,20,.15); }
.float-hotline > span { display: flex; flex-direction: column; margin-right: 13px; color: #222; font-size: 10px; line-height: 1.25; text-align: center; }
.float-hotline strong { font-size: 13px; }
.float-hotline > i { display: grid; place-items: center; width: 39px; height: 39px; margin-left: auto; border-radius: 50%; background: #ef4346; color: #fff; font-style: normal; font-size: 19px; }
.chat-widget { position: absolute; right: 0; bottom: 0; width: min(370px,calc(100vw - 28px)); border: 1px solid rgba(73,49,38,.11); border-radius: 22px; background: #fff; box-shadow: 0 24px 75px rgba(35,23,17,.28); overflow: hidden; animation: chatWidgetIn .28s ease both; }
.chat-widget[hidden], .chat-prestart[hidden], .chat-conversation[hidden], .chat-compose[hidden] { display: none !important; }
@keyframes chatWidgetIn { from { opacity: 0; transform: translateY(15px) scale(.97); } to { opacity: 1; transform: none; } }
.chat-widget > header { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; background: linear-gradient(135deg,#493126,#6a4433); color: #fff; }
.chat-widget > header > div { display: flex; align-items: center; gap: 10px; }
.chat-widget > header img { width: 38px; height: 38px; padding: 3px; border-radius: 11px; background: #fff; object-fit: contain; }
.chat-widget > header span { display: flex; flex-direction: column; }
.chat-widget > header strong { font-size: 13px; }
.chat-widget > header small { color: #d9cbc3; font-size: 10px; }
.chat-widget > header small i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #40d17b; }
.chat-widget > header button { border: 0; background: none; color: #fff; font-size: 25px; cursor: pointer; }
.chat-prestart { padding: 24px; }
.chat-prestart h3 { margin: 0 0 5px; font: 28px "DM Serif Display",serif; color: var(--brown); }
.chat-prestart > p { margin: 0 0 18px; color: #746b66; font-size: 12px; }
.chat-prestart form { display: grid; gap: 12px; }
.chat-prestart label { color: #4b403a; font-size: 10px; font-weight: 700; }
.chat-prestart input { display: block; width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid #e4dcd6; border-radius: 10px; outline: none; }
.chat-prestart input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(229,103,42,.1); }
.chat-prestart button { min-height: 44px; border: 0; border-radius: 10px; background: var(--orange); color: #fff; font-weight: 700; cursor: pointer; }
.chat-error { min-height: 14px; color: #c33d31; font-size: 10px; }
.chat-messages { height: 355px; padding: 17px; overflow-y: auto; background: #f8f5f1; }
.chat-message { display: flex; flex-direction: column; width: fit-content; max-width: 83%; margin-bottom: 11px; padding: 9px 12px; border-radius: 15px 15px 15px 4px; background: #fff; box-shadow: 0 5px 14px rgba(54,38,29,.06); }
.chat-message.customer { margin-left: auto; border-radius: 15px 15px 4px 15px; background: var(--orange); color: #fff; }
.chat-message p { margin: 0; font-size: 12px; line-height: 1.55; white-space: pre-wrap; }
.chat-message time { align-self: flex-end; margin-top: 3px; color: #9b918b; font-size: 8px; }
.chat-message.customer time { color: #ffe2d4; }
.chat-compose { display: grid; grid-template-columns: 1fr 43px; gap: 8px; padding: 11px; border-top: 1px solid #ebe4df; }
.chat-compose input { min-width: 0; padding: 10px 12px; border: 1px solid #e3dbd5; border-radius: 999px; outline: none; }
.chat-compose button { border: 0; border-radius: 50%; background: var(--orange); color: #fff; cursor: pointer; }
.chat-status { display: block; padding: 0 14px 10px; color: #9a4b38; font-size: 9px; text-align: center; }

@media (max-width: 1000px) {
    .product-information-layout { grid-template-columns: 1fr; }
    .product-overview { position: static; }
}

@media (max-width: 700px) {
    .product-detail-page { width: calc(100% - 24px); padding-top: 26px; }
    .product-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 280px repeat(2,130px); }
    .product-gallery-item:first-child { grid-column: 1 / 3; grid-row: auto; }
    .product-spec-grid, .product-service-grid { grid-template-columns: 1fr; }
    .product-spec-row { grid-template-columns: 25px minmax(120px,.8fr) 1fr; }
    .product-services { padding: 22px; }
    .product-consult-box { align-items: flex-start; flex-direction: column; }
    .social-list-heading { grid-template-columns: 48px 1fr; }
    .social-list-heading > i { display: none; }
    .social-list-heading h3 { font-size: 30px; }
    .social-list-section .story-grid { grid-template-columns: 1fr; }
    .floating-contact { right: 12px; bottom: 14px; }
    .float-action { width: 44px; height: 44px; }
    .float-hotline { min-width: 170px; height: 45px; }
    .float-hotline > i { width: 35px; height: 35px; }
}

.footer-modern {
    position: relative;
    min-height: 530px;
    padding: 72px max(6%, calc((100vw - 1400px) / 2)) 22px;
    border-radius: 34px 34px 0 0;
    background: #fff;
    color: #233d5c;
    box-shadow: 0 -15px 45px rgba(45, 32, 26, .07);
    overflow: hidden;
}
.footer-main { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 1.45fr .9fr 1.15fr; gap: clamp(35px, 5vw, 80px); align-items: start; }
.footer-logo { display: grid; place-items: center; width: 100%; min-height: 185px; }
.footer-logo img { width: auto; max-width: 230px; height: 175px; object-fit: contain; }
.footer-logo > span { width: 110px; height: 110px; display: grid; place-items: center; border-radius: 26px; background: var(--orange); color: white; font: 72px "DM Serif Display"; }
.footer-consult { display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; min-height: 42px; margin-top: 16px; border: 2px solid #255b92; border-radius: 999px; color: #255b92; transition: .3s ease; }
.footer-consult:hover { background: #255b92; color: #fff; transform: translateY(-3px); }
.footer-company h3, .footer-connect h3 { margin: 4px 0 18px; color: #a00000; font-size: 21px; text-transform: uppercase; }
.footer-company h3 span { color: #111; }
.footer-company p, .footer-connect p { margin: 8px 0; font-size: 13px; line-height: 1.7; }
.footer-company a:hover { color: var(--orange); }
.footer-address { margin-top: 24px!important; }
.footer-links { display: grid; gap: 19px; padding-top: 8px; }
.footer-links a { color: #265482; font-size: 13px; text-transform: uppercase; transition: transform .25s ease, color .25s ease; }
.footer-links a:hover { color: var(--orange); transform: translateX(5px); }
.social-list { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.social-list span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-weight: 700; font-size: 17px; box-shadow: 0 5px 15px rgba(32, 49, 67, .14); }
.social-list .facebook { background: #365ba2; }.social-list .tiktok { background: #111; }.social-list .twitter { background: #278dcc; }.social-list .mail { background: #17202a; }.social-list .phone { background: #4cc45c; }.social-list .youtube { background: #d73528; font-size: 13px; }
.footer-mini-logo { width: auto; height: 82px; max-width: 125px; object-fit: contain; margin: 10px 0; }
.footer-skyline { position: absolute; z-index: 0; left: 0; right: 0; bottom: 48px; height: 150px; display: flex; align-items: flex-end; opacity: .72; }
.footer-skyline i { flex: 1; min-width: 40px; height: 55%; margin-right: 2px; background: #d6e4ef; }
.footer-skyline i:nth-child(3n) { height: 82%; }.footer-skyline i:nth-child(4n) { height: 42%; }.footer-skyline i:nth-child(5n) { height: 100%; }.footer-skyline i:nth-child(7n) { height: 68%; }
.footer-skyline i:before { content: ""; display: block; width: 28%; height: 24px; margin: -24px auto 0; background: inherit; }
.footer-modern .footer-bottom { position: relative; z-index: 3; margin-top: 185px; padding-top: 14px; border-top: 1px solid rgba(38, 84, 130, .16); color: #174c7f; font-size: 12px; }
.footer-modern .footer-bottom strong { color: #244a73; }

.reveal {
    opacity: 0;
    transform: translateY(34px) scale(.985);
    transition: opacity .85s var(--soft-ease), transform .85s var(--soft-ease);
}
.reveal.visible { opacity: 1; transform: none; }
.project-grid .reveal:nth-child(2), .story-grid .reveal:nth-child(2), .news-grid .reveal:nth-child(2) { transition-delay: .08s; }
.project-grid .reveal:nth-child(3), .story-grid .reveal:nth-child(3), .news-grid .reveal:nth-child(3) { transition-delay: .16s; }
.project-grid .reveal:nth-child(4), .news-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1180px) {
    .main-nav { display: none; position: absolute; top: 96px; left: 0; right: 0; max-height: calc(100vh - 96px); overflow-y: auto; padding: 20px clamp(22px, 5vw, 55px) 28px; flex-direction: column; align-items: stretch; gap: 4px; background: #fffdfb; border-top: 1px solid rgba(73,49,38,.08); box-shadow: 0 22px 45px rgba(73,49,38,.13); }
    .main-nav.open { display: flex; }
    .nav-toggle { display: block; color: var(--brown); cursor: pointer; }
    .main-nav > a,
    .main-nav > .nav-group > .nav-parent { width: 100%; padding: 12px 4px; font-size: 13px; }
    .nav-group { display: block; height: auto; }
    .nav-parent { justify-content: space-between; }
    .nav-submenu { position: static; width: 100%; padding: 6px; margin: 0 0 8px; border: 0; border-radius: 13px; background: #f8f3ee; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
    .nav-submenu:before { display: none; }
    .nav-submenu a { padding: 10px 13px; }
    .nav-group:hover .nav-submenu,
    .nav-group:focus-within .nav-submenu { transform: none; }
    .nav-cta { width: fit-content !important; margin-top: 10px; padding: 12px 20px !important; }
    .honor { margin-left: 2%; margin-right: 2%; }
    .contact {
        width: 96%;
        padding: 72px 40px;
        grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
        column-gap: 40px;
    }
    .honor { border-radius: 26px; }
    .hero-stats { border-radius: 24px 24px 0 0; }
    .footer-main { grid-template-columns: 1fr 1.25fr 1fr; }
    .footer-connect { grid-column: 2 / 4; display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; }
    .footer-connect h3, .footer-connect .social-list { grid-column: 1 / 3; }
    .product-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .home-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .why-layout { grid-template-columns: 1fr 1fr; }
    .why-center { display: none; }
    .why-center-image { display: grid; grid-column: 1 / 3; width: min(360px,100%); justify-self: center; }
    .office-map-shell { grid-template-columns: 1fr; }
    .project-product-article { grid-template-columns: 1fr; min-height: 0; }
    .project-product-article:nth-child(even) .project-product-image { order: 0; }
    .project-product-image { min-height: 430px; }
    .project-catalog-layout { grid-template-columns: 245px minmax(0,1fr); gap: 24px; }
    .catalog-filter-sidebar { padding: 18px; }
    .project-detail-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 1000px) {
    .project-catalog-layout { grid-template-columns: 1fr; }
    .catalog-filter-sidebar { position: static; }
    .catalog-filter-sidebar fieldset { display: inline-block; width: calc(50% - 12px); vertical-align: top; }
    .catalog-filter-sidebar fieldset + fieldset { margin-left: 20px; }
    .catalog-filter-options { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
    .contact {
        width: calc(100% - 24px);
        grid-template-columns: minmax(0, 1fr);
        gap: 46px;
        padding: 64px clamp(22px, 6vw, 46px);
    }
    .contact-intro, .contact-form-wrap { max-width: 620px; justify-self: center; }
    .contact-form-wrap { width: 100%; }
    .project-catalog-heading { grid-template-columns: 1fr; gap: 28px; }
    .project-catalog-intro { padding-left: 0; border-left: 0; }
    .project-detail-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
    .site-header { height: 78px; }
    .site-header .brand { font-size: 16px; letter-spacing: 2px; }
    .site-header .brand-logo { height: 56px; max-width: 160px; }
    .main-nav { top: 78px; max-height: calc(100vh - 78px); padding: 14px 20px 24px; }
    .hero { height: 850px; }
    .main-nav { border-radius: 0 0 20px 20px; box-shadow: 0 18px 35px rgba(73, 49, 38, .12); }
    .about-visual > img, .project-card, .story-card, .news-card { border-radius: 18px; }
    .quote-card { border-radius: 18px 18px 0 18px; }
    .honor { margin: 18px 12px; border-radius: 24px; }
    .contact { margin-top: 18px; margin-bottom: 18px; border-radius: 24px; }
    .contact-form-wrap { border-radius: 18px; }
    .contact-form .form-split { grid-template-columns: 1fr; }
    .job-row:hover { transform: translateY(-4px); }
    .footer-modern { min-height: 0; padding: 55px 7% 22px; border-radius: 24px 24px 0 0; }
    .footer-main { grid-template-columns: 1fr; gap: 38px; }
    .footer-logo { justify-content: start; min-height: 135px; }
    .footer-logo img { height: 135px; max-width: 190px; }
    .footer-consult { max-width: 320px; }
    .footer-connect { grid-column: auto; display: block; }
    .footer-skyline { height: 105px; bottom: 72px; }
    .footer-modern .footer-bottom { margin-top: 135px; flex-direction: column; align-items: flex-start; }
    .product-card-grid { grid-template-columns: 1fr; }
    .project-detail-products-grid { grid-template-columns: 1fr; }
    .catalog-filter-sidebar fieldset { display: block; width: 100%; }
    .catalog-filter-sidebar fieldset + fieldset { margin-left: 0; }
    .catalog-filter-options { grid-template-columns: 1fr; }
    .catalog-results-toolbar { align-items: flex-start; flex-direction: column; }
    .catalog-results-toolbar label,.catalog-results-toolbar select { width: 100%; }
    .project-listing-image { height: 245px; }
    .project-page-hero { min-height: 760px; }
    .project-products-map-shell,#projectProductsMap { min-height: 430px; }
    .social-category-tabs { display: grid; grid-template-columns: 1fr; margin-top: 0; margin-bottom: 30px; }
    .social-category-tabs button { width: 100%; }
    .home-project-group { padding: 24px 18px; border-radius: 22px; }
    .home-project-head { align-items: flex-start; flex-direction: column; gap: 15px; }
    .home-product-grid { grid-template-columns: 1fr; }
    .ward-filter { margin-bottom: 22px; }
    .ward-filter-tabs { gap: 8px; }
    .ward-filter-tabs button { flex: 1 1 calc(50% - 8px); max-width: none; min-height: 36px; padding: 7px 12px; }
    .product-card-image { height: 230px; }
    .why-layout { grid-template-columns: 1fr; gap: 28px; }
    .why-column { gap: 24px; }
    .why-center-image { grid-column: auto; width: min(320px,100%); }
    .office-map-shell { border-radius: 20px; }
    .office-map-canvas,#uplandGoogleMap,.office-map-canvas iframe { min-height: 420px; }
    .detail-content > .project-products { margin-top: 55px; padding-top: 45px; }
    .project-products .section-heading { margin-bottom: 30px; }
    .project-product-list { gap: 26px; }
    .project-product-article { border-radius: 20px; }
    .project-product-image { min-height: 290px; }
    .project-product-copy { padding: 30px 24px; }
    .project-product-copy h3 { font-size: 34px; }
    .project-product-lead { font-size: 18px; }
    .project-product-foot { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
/* 2026 compact customer experience */
html,body,button,input,select,textarea{font-family:Arial,Helvetica,sans-serif!important}
.site-header .nav-wrap,.section,.content-page,.product-detail-page{width:min(1180px,calc(100% - 48px));margin-left:auto;margin-right:auto}
.section{padding-top:72px;padding-bottom:72px}.section-heading{margin-bottom:34px}.section-heading h2,.home-project-head h3,.project-catalog-heading h1{font-family:Arial,Helvetica,sans-serif!important;line-height:1.08}
.home-project-group{padding:48px 0}.home-project-head h3{font-size:clamp(28px,3vw,44px)}.home-project-head p,.project-catalog-intro{display:none}
.home-project-grid,.home-product-grid,.product-card-grid,.project-detail-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.product-card-image,.project-listing-image{aspect-ratio:4/3}.product-card-body>p,.product-benefit,.project-listing-copy>p,.project-listing-address,.project-price-updated{display:none!important}
.project-listing-card{display:block!important}.project-listing-copy{padding:16px!important}.project-listing-copy h2{font:700 16px Arial,sans-serif!important}.project-listing-price{margin:10px 0}.project-listing-area{font-size:12px}
.project-catalog{width:min(1240px,calc(100% - 48px));padding-top:56px}.project-catalog-heading{margin-bottom:24px}.project-catalog-layout{grid-template-columns:220px minmax(0,1fr)!important;gap:24px!important}
.office-map-canvas,#uplandLeafletMap,#projectProductsMap{min-height:520px}.leaflet-tile{image-rendering:auto;filter:contrast(1.05) saturate(1.08)}
.custom-company-marker .marker-pin-badge,.project-map-marker{overflow:hidden!important;border-radius:50%!important;background:#fff!important}.custom-company-marker img,.project-map-marker img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:50%!important}
.product-detail-no-banner{padding-top:120px}.product-gallery-dynamic button{padding:0;border:0;cursor:pointer;position:relative}.product-gallery-dynamic button b{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.55);color:#fff;font-size:38px}
.product-information-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:48px!important}.product-spec-grid{grid-template-columns:1fr 1fr}.product-rent-panel{margin-top:24px;padding:26px;border-radius:14px;background:#fff5ed}.product-rent-panel>strong{display:block;margin:8px 0;color:#e8662d;font-size:24px}.product-rent-panel label{display:grid;gap:8px;margin:18px 0}.product-rent-panel input{padding:13px;border:1px solid #ddd;border-radius:8px}.product-rent-panel .btn-primary{display:block;text-align:center}
.product-gallery-dialog{width:min(1100px,94vw);height:min(800px,90vh);padding:50px;border:0;background:#111}.product-gallery-dialog::backdrop{background:rgba(0,0,0,.88)}.product-gallery-stage{position:relative;width:100%;height:100%}.product-gallery-dialog img{display:block;width:100%;height:100%;object-fit:contain}.product-gallery-dialog button{position:absolute;z-index:3;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#fff;color:#222;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.24)}.product-gallery-dialog [data-gallery-close]{right:15px;top:15px;width:38px;height:38px;font-size:24px}.product-gallery-dialog [data-gallery-prev],.product-gallery-dialog [data-gallery-next]{top:50%;width:44px;height:44px;font-size:30px;transform:translateY(-50%);transition:left .2s ease,right .2s ease,background .2s ease}.product-gallery-dialog [data-gallery-prev]{left:8px}.product-gallery-dialog [data-gallery-next]{right:8px}.product-gallery-dialog [data-gallery-prev]:hover,.product-gallery-dialog [data-gallery-next]:hover{background:#e5672a;color:#fff}.product-gallery-dialog small{position:absolute;z-index:3;bottom:16px;left:50%;color:#fff;transform:translateX(-50%)}
@media(max-width:600px){.product-gallery-dialog{width:96vw;height:82vh;padding:42px 10px 38px}.product-gallery-dialog [data-gallery-close]{right:8px;top:8px}.product-gallery-dialog [data-gallery-prev],.product-gallery-dialog [data-gallery-next]{width:38px;height:38px;font-size:25px}}
.related-products{margin:70px 0}.related-products h2{font-size:30px}.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.related-products-grid a{display:grid;gap:8px;color:#38271f}.related-products-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px}.related-products-grid span{font-size:12px;color:#80736b}
.product-location-section{margin:58px 0 18px}.product-location-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.product-location-heading h2{margin:7px 0 5px;font-size:clamp(28px,3vw,42px);line-height:1.08;color:#38271f}.product-location-heading p{margin:0;color:#80736b}.product-location-heading>a{flex:none;padding:12px 18px;border:1px solid #ed6a2c;border-radius:999px;color:#d9561c;font-weight:700;transition:.25s}.product-location-heading>a:hover{color:#fff;background:#ed6a2c;transform:translateY(-2px)}.product-location-map-shell{overflow:hidden;border:1px solid #eadfd8;border-radius:22px;background:#f8f4f1;box-shadow:0 18px 48px rgba(68,45,36,.09)}#productLocationMap{width:100%;height:500px;min-height:420px}.product-location-map-shell .leaflet-popup-content-wrapper{border-radius:14px}.product-location-map-shell .map-info{display:grid;gap:5px;min-width:190px}.product-location-map-shell .map-info span{color:#776a62}.product-location-map-shell .map-info a{color:#e76024;font-weight:700}
.content-page{padding-top:130px;padding-bottom:90px}.content-page>h1,.career-hero h1{font:700 clamp(36px,5vw,68px) Arial,sans-serif}.editorial-page{max-width:900px}.editorial-page .lead{font-size:20px;line-height:1.7}.editorial-cover{width:100%;max-height:520px;margin:30px 0;object-fit:cover;border-radius:14px}.rich-content{font-size:16px;line-height:1.85;color:#4d4540}
.career-hero{min-height:560px;padding:170px max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;background:linear-gradient(90deg,rgba(20,11,7,.94),rgba(20,11,7,.35)),url('/images/office-marker.png') center/cover;color:#fff}.career-hero>div{max-width:720px}.career-hero em{color:#f18b55}.career-hero p{max-width:650px;line-height:1.7}.recruitment-process>div,.career-benefits>div{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.recruitment-process article,.career-benefits article{padding:24px;background:#fff7f0;border-radius:12px}.recruitment-process b{display:block;color:#e8662d;font-size:36px}.career-benefits{margin:70px 0}.career-benefits>div{grid-template-columns:repeat(3,1fr)}.career-list>a{display:grid;grid-template-columns:1fr 180px 120px;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid #ddd;color:#30241e}.career-list h3{margin:5px 0}.career-list p{margin:0;color:#71665f}.career-list b{color:#e8662d}
.recruitment-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:50px}.recruitment-detail-layout article h1{font-size:44px}.job-detail-meta{display:flex;gap:20px;margin:20px 0}.application-card{position:sticky;top:100px;align-self:start;padding:28px;background:#f4f2ef}.application-card form,.application-card label{display:grid;gap:7px}.application-card form{gap:15px}.application-card input{padding:12px;border:1px solid #ccc;background:#fff}.application-card .consent{display:flex}.form-success{padding:12px;margin-bottom:14px;background:#e7f7ed;color:#187744}.standalone-news-grid,.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.standalone-news-grid article,.community-grid article{border:1px solid #eee;background:#fff}.standalone-news-grid img,.community-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.standalone-news-grid article>*:not(img),.community-grid article>div{margin-left:18px;margin-right:18px}.standalone-news-grid article>a{display:block;margin-bottom:18px;color:#e8662d}.community-page>section{margin-top:60px}.honor-tabs{display:flex;gap:8px;margin:18px 0}.honor-tabs span{padding:8px 18px;border-radius:999px;background:#fff0e8;font-size:13px}
@media(max-width:900px){.home-product-grid,.product-card-grid,.project-detail-products-grid,.related-products-grid{grid-template-columns:repeat(2,1fr)!important}.product-information-layout,.recruitment-detail-layout,.project-catalog-layout{grid-template-columns:1fr!important}.catalog-filter-sidebar{position:static!important}.standalone-news-grid,.community-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.site-header .nav-wrap,.section,.content-page,.product-detail-page,.project-catalog{width:min(100% - 28px,1180px)}.home-product-grid,.product-card-grid,.project-detail-products-grid,.related-products-grid,.standalone-news-grid,.community-grid{grid-template-columns:1fr!important}.product-spec-grid,.recruitment-process>div,.career-benefits>div{grid-template-columns:1fr}.career-list>a{grid-template-columns:1fr}.product-information-layout{gap:26px!important}}
@media(max-width:600px){.product-location-heading{align-items:flex-start;flex-direction:column}.product-location-heading>a{padding:10px 15px}#productLocationMap{height:380px;min-height:340px}.product-location-section{margin-top:42px}}
.amenity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.amenity-grid>div{display:flex;align-items:center;gap:10px}.amenity-grid i{color:#e8662d;font-style:normal}.ecosystem-tabs,.feedback-grid,.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.ecosystem-tabs article,.feedback-grid blockquote{margin:0;padding:24px;border:1px solid #eee;background:#fff}.feedback-grid footer{display:flex;align-items:center;gap:10px}.feedback-grid img{width:44px;height:44px;border-radius:50%;object-fit:cover}.partner-grid{grid-template-columns:repeat(5,1fr)}.partner-grid>div{display:grid;place-items:center;gap:8px;padding:18px;border:1px solid #eee}.partner-grid img{width:100%;height:58px;object-fit:contain}
.project-page-hero{display:none!important}.project-page-hero+.project-catalog{padding-top:130px}.experience-page{display:grid;grid-template-columns:1fr 1fr;gap:70px}.experience-page>div h1{font-size:52px}.experience-form,.experience-form label{display:grid;gap:8px}.experience-form{gap:16px;padding:32px;background:#fff5ed;border-radius:16px}.experience-form input,.experience-form textarea{padding:13px;border:1px solid #dccfc7;border-radius:8px;background:#fff}
/* Wide section canvas: full background with balanced inner gutter */
.section{width:100%!important;max-width:none!important;margin:0!important;padding-left:max(32px,calc((100vw - 1320px)/2))!important;padding-right:max(32px,calc((100vw - 1320px)/2))!important}
.home-projects{padding-top:76px!important;padding-bottom:84px!important}.home-project-group{width:100%;margin:32px 0 0!important;padding:34px!important;border-radius:24px}.home-project-group+.home-project-group{margin-top:30px!important}.home-product-grid .product-card-body{min-height:170px!important}.home-product-grid .product-card{min-width:0}.product-card-body h3{font-size:15px!important;line-height:1.35!important}.product-card-foot{gap:10px}.product-card-foot strong{min-width:0;overflow-wrap:anywhere;font-size:10px}.home-project-more{margin-top:24px}
.social-list-section .story-card>p{display:none!important}.social-list-section .story-card>a{display:inline-block;margin:4px 22px 0;color:#e5672a}.community-grid article>div{padding-bottom:18px}.community-grid article p{display:none}.community-grid article a{display:inline-block;margin:6px 0;color:#e5672a;font-weight:700}.center-page-head{text-align:center}.center-page-head .section-kicker{display:block}.community-page>section>h2{text-align:center;margin-bottom:24px}.honors-page{max-width:1180px}.honor-tabs{justify-content:center!important;align-items:center;margin:28px auto 38px!important}.honor-tabs button{min-width:90px;padding:10px 22px;border:1px solid #eadbd3;border-radius:999px;background:#fff;color:#493126;cursor:pointer}.honor-tabs button.active{border-color:#e5672a;background:#e5672a;color:#fff}.honor-page-grid [hidden]{display:none!important}.honor-page-grid article p{display:block}
@media(max-width:900px){.section{padding-left:24px!important;padding-right:24px!important}.home-project-group{padding:26px!important}}
@media(max-width:600px){.section{padding-left:14px!important;padding-right:14px!important}.home-project-group{padding:20px 14px!important}}

/* Bố cục gọn hơn và vẫn hiển thị đủ 51 phường Hà Nội. */
.section{padding-top:52px!important;padding-bottom:52px!important}
.section-heading{margin-bottom:24px!important}.section-kicker{margin-bottom:8px!important}
.home-projects{padding-top:50px!important;padding-bottom:58px!important}
.home-project-group{margin-top:20px!important;padding:26px!important}
.home-project-group+.home-project-group{margin-top:22px!important}
.home-project-head{gap:20px!important;margin-bottom:20px!important;padding-bottom:16px!important}
.home-project-head h3{margin:3px 0!important;font-size:clamp(27px,3vw,40px)!important}
.ward-filter{margin:14px 0 20px!important}
.ward-filter-tabs{max-width:none!important;justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:thin;padding:2px 2px 9px!important}
.ward-filter-tabs button{flex:0 0 auto!important;min-width:132px!important;max-width:none!important;white-space:nowrap}
.career-page>section{margin-bottom:52px}.career-benefits>div{gap:16px}.career-benefits article img{width:42px;height:42px;object-fit:cover;border-radius:10px;margin-bottom:12px}
@media(max-width:600px){.section{padding-top:38px!important;padding-bottom:38px!important}.home-projects{padding-top:38px!important;padding-bottom:44px!important}.home-project-head{margin-bottom:16px!important}.ward-filter-tabs button{min-width:124px!important}}

/* Modern Earth 2026 — giao diện khách hàng trắng, cam và nâu đất. */
:root{--modern-orange:#ed6a2c;--modern-orange-dark:#c84e17;--modern-brown:#442d24;--modern-earth:#8f6958;--modern-cream:#f6f0e9;--modern-paper:#fcfbf9;--modern-line:rgba(68,45,36,.11);--modern-shadow:0 18px 55px rgba(68,45,36,.09);--modern-shadow-hover:0 26px 70px rgba(68,45,36,.15)}
html{scroll-padding-top:88px}body{background:var(--modern-paper);color:#2d2724;font-family:Arial,Helvetica,sans-serif!important;-webkit-font-smoothing:antialiased}main{overflow:clip}
.site-header{height:76px!important;border-bottom:1px solid rgba(68,45,36,.08)!important;background:rgba(252,251,249,.88)!important;box-shadow:0 8px 30px rgba(57,39,31,.045);backdrop-filter:blur(18px) saturate(1.3)!important}.site-header .nav-wrap{width:min(1320px,calc(100% - 48px))!important;max-width:none!important;padding:0!important}.brand{gap:13px!important;color:var(--modern-brown);font-size:17px!important;letter-spacing:2.4px!important}.brand-logo{height:51px!important;max-width:185px!important}.main-nav{gap:7px!important}.main-nav>a,.nav-parent{padding:10px 13px!important;border-radius:999px;font-size:12px!important;transition:background .25s ease,color .25s ease,transform .25s ease!important}.main-nav>a:not(.nav-cta):hover,.nav-parent:hover{background:#fff0e8;color:var(--modern-orange)!important;transform:translateY(-1px)}.nav-cta,.btn-primary{min-height:44px;border-radius:999px!important;background:linear-gradient(135deg,var(--modern-orange),#d9571d)!important;box-shadow:0 10px 24px rgba(229,103,42,.22)!important}.nav-cta:hover,.btn-primary:hover{box-shadow:0 14px 30px rgba(201,78,23,.3)!important;transform:translateY(-2px)!important}.nav-submenu{top:calc(100% + 13px)!important;min-width:280px!important;padding:10px!important;border:1px solid rgba(68,45,36,.09)!important;border-radius:18px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 24px 70px rgba(52,34,27,.16)!important;backdrop-filter:blur(18px)}.nav-submenu:before{content:"";position:absolute;top:-7px;left:34px;width:14px;height:14px;border:1px solid rgba(68,45,36,.08);border-right:0;border-bottom:0;background:#fff;transform:rotate(45deg)}.nav-submenu a{padding:11px 13px!important;border-radius:12px!important}.nav-submenu a:hover{background:#fff4ed!important;transform:none!important}
.hero{min-height:650px!important;max-height:860px}.hero-overlay{background:linear-gradient(90deg,rgba(36,22,17,.82),rgba(50,31,23,.38) 56%,rgba(50,31,23,.08)),linear-gradient(0deg,rgba(27,17,13,.6),transparent 46%)!important}.hero-content{top:16%!important;max-width:720px!important}.hero-content .eyebrow{display:inline-flex;margin-bottom:20px!important;padding:7px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.hero h1{font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(48px,6vw,84px)!important;font-weight:700!important;line-height:1.02!important;letter-spacing:-3px!important;text-wrap:balance}.hero-content>p{max-width:570px!important;margin:24px 0 30px!important;font-size:16px!important;line-height:1.75!important}.hero-controls{right:max(4%,calc((100vw - 1320px)/2))!important;bottom:42px!important;padding:7px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(31,19,14,.28);backdrop-filter:blur(12px)}.hero-controls>button{border:0!important;background:rgba(255,255,255,.12)!important}.hero-controls>button:hover{background:var(--modern-orange)!important}.hero-dots span{border-radius:999px}.hero-stats{border-radius:22px 0 0 0;background:rgba(64,40,29,.78)!important;backdrop-filter:blur(18px)!important}
.section{position:relative;padding-top:68px!important;padding-bottom:68px!important}.section-kicker,.eyebrow{color:var(--modern-orange)!important;font-size:10px!important;letter-spacing:2.7px!important}.section-heading{align-items:center!important;gap:8%!important;margin-bottom:34px!important}.section-heading h2,.about h2{font-family:Arial,Helvetica,sans-serif!important;font-weight:700!important;line-height:1.06!important;letter-spacing:-2px!important}.section-heading>p,.about-copy p{font-size:15px!important;line-height:1.8!important}.text-link{transition:color .2s ease,transform .2s ease}.text-link:hover{color:var(--modern-orange)!important;transform:translateX(3px)}
.about{background:linear-gradient(180deg,#fff,var(--modern-paper))!important}.about-grid{gap:7%!important}.about-copy{border-left:2px solid #f0ded2!important;padding-left:34px!important}.about-visual{height:clamp(420px,48vw,620px)!important;margin-top:48px!important;overflow:visible}.about-visual>img{border-radius:28px;box-shadow:var(--modern-shadow)}.quote-card{right:4%!important;bottom:-24px!important;width:min(350px,78%)!important;padding:30px!important;border-radius:22px 22px 6px 22px!important;background:linear-gradient(145deg,#53372b,var(--modern-brown))!important;box-shadow:0 24px 55px rgba(52,32,24,.24)}
.home-projects{background:radial-gradient(circle at 8% 12%,rgba(237,106,44,.08),transparent 25%),linear-gradient(145deg,#f6f0e9,#fbf8f4 54%,#f1e7de)!important}.home-project-group{padding:30px!important;border:1px solid rgba(255,255,255,.9)!important;border-radius:28px!important;background:rgba(255,255,255,.84)!important;box-shadow:var(--modern-shadow)!important;backdrop-filter:blur(8px)}.home-project-head{align-items:center!important;border-color:var(--modern-line)!important}.home-project-head h3{color:var(--modern-brown)!important;font-weight:700!important;letter-spacing:-1px}.home-project-link{padding:10px 16px!important;border:1px solid var(--modern-line)!important;border-radius:999px!important;background:#fff;color:var(--modern-brown)!important;transition:.25s}.home-project-link:hover{border-color:var(--modern-orange)!important;background:#fff1e8;color:var(--modern-orange)!important;transform:translateX(3px)}.ward-filter-tabs{scrollbar-color:var(--modern-orange) rgba(68,45,36,.08)}.ward-filter-tabs button{min-height:40px!important;border-color:var(--modern-line)!important;border-radius:999px!important;background:#fff!important;box-shadow:0 5px 14px rgba(68,45,36,.035)}.ward-filter-tabs button:hover{border-color:rgba(237,106,44,.42)!important;background:#fff5ee!important}.ward-filter-tabs button.active{border-color:var(--modern-brown)!important;background:var(--modern-brown)!important;box-shadow:0 9px 20px rgba(68,45,36,.2)!important}.product-card,.project-listing-card{overflow:hidden;border:1px solid var(--modern-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 32px rgba(68,45,36,.07)!important;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease!important}.product-card:hover,.project-listing-card:hover{border-color:rgba(237,106,44,.3)!important;box-shadow:var(--modern-shadow-hover)!important;transform:translateY(-7px)}.product-card-image,.project-listing-image{overflow:hidden}.product-card-image img,.project-listing-image img{transition:transform .65s cubic-bezier(.2,.7,.2,1)}.product-card:hover img,.project-listing-card:hover img{transform:scale(1.055)}.product-card-body{padding:18px!important}.product-card-body h3{color:var(--modern-brown)!important}.product-card-foot a,.project-listing-foot a{border-radius:999px!important;transition:.2s}.product-card-foot a:hover,.project-listing-foot a:hover{background:var(--modern-orange)!important;color:#fff!important}
.why-choose{background:#fff!important}.why-heading{text-align:center}.why-heading h2{max-width:760px;margin:0 auto 14px!important;font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(36px,4.5vw,62px)!important;font-weight:700!important;letter-spacing:-2px}.why-heading p{max-width:700px;margin-inline:auto}.why-layout{gap:38px!important}.why-item{padding:18px;border:1px solid transparent;border-radius:18px;transition:.3s}.why-item:hover{border-color:var(--modern-line);background:#fffaf6;box-shadow:0 14px 35px rgba(68,45,36,.07);transform:translateY(-3px)}.why-icon{border-radius:14px!important;background:linear-gradient(145deg,#ff8144,var(--modern-orange-dark))!important;box-shadow:0 9px 20px rgba(229,103,42,.2)}.why-center,.why-center-image{filter:drop-shadow(0 22px 32px rgba(68,45,36,.13))}
.story-card,.news-card,.community-grid article,.standalone-news-grid article{overflow:hidden;border:1px solid var(--modern-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 30px rgba(68,45,36,.06);transition:.35s}.story-card:hover,.news-card:hover,.community-grid article:hover,.standalone-news-grid article:hover{box-shadow:var(--modern-shadow-hover);transform:translateY(-6px)}.story-image,.news-card>div{margin-bottom:18px!important}.story-card h3,.story-card>small,.news-card h3,.news-card>small,.story-card>p,.news-card>p{margin-left:20px!important;margin-right:20px!important}.story-card>a,.news-card>a{display:inline-flex!important;margin:4px 20px 20px!important;color:var(--modern-orange)!important}.social,.news{background:linear-gradient(180deg,#fff,#faf6f1)!important}
.contact{position:relative;overflow:hidden;border-radius:36px 36px 0 0;background:linear-gradient(135deg,#ef6e2f,#c94d18)!important}.contact:before{content:"";position:absolute;right:-120px;top:-180px;width:520px;height:520px;border:1px solid rgba(255,255,255,.14);border-radius:50%}.contact-form-wrap,.experience-form,.application-card{border:1px solid rgba(255,255,255,.7)!important;border-radius:24px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 26px 70px rgba(110,43,15,.18)!important}.contact-form input,.contact-form select,.contact-form textarea,.experience-form input,.experience-form textarea,.application-card input{border:1px solid rgba(68,45,36,.14)!important;border-radius:12px!important;padding:12px 14px!important;background:#fff!important}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--modern-orange)!important;box-shadow:0 0 0 4px rgba(237,106,44,.11)}
.project-catalog,.product-detail-page,.content-page{width:min(1240px,calc(100% - 48px))!important}.project-catalog-heading{padding:28px 0;border-bottom:1px solid var(--modern-line)}.project-catalog-layout{align-items:start}.catalog-filter-sidebar{border:1px solid var(--modern-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 35px rgba(68,45,36,.06)}.catalog-results-toolbar{border:1px solid var(--modern-line);border-radius:14px;background:#fff!important}.catalog-results-toolbar select{border-radius:999px!important}.product-information-layout>article,.product-specification-panel,.product-rent-panel{border:1px solid var(--modern-line);border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(68,45,36,.06)}.product-information-layout>article{padding:28px}.product-specification-panel{padding:28px}.product-rent-panel{background:linear-gradient(145deg,#fff7f0,#fff)!important}.product-gallery-dynamic{gap:8px!important}.product-gallery-dynamic button{overflow:hidden;border-radius:14px!important}.product-gallery-dynamic img{transition:transform .5s}.product-gallery-dynamic button:hover img{transform:scale(1.04)}
.career-hero{min-height:520px!important}.recruitment-process article,.career-benefits article{border:1px solid var(--modern-line);border-radius:18px!important;background:#fff!important;box-shadow:0 10px 30px rgba(68,45,36,.055);transition:.3s}.recruitment-process article:hover,.career-benefits article:hover{box-shadow:var(--modern-shadow);transform:translateY(-5px)}.career-list>a{padding:20px!important;border:1px solid transparent!important;border-radius:14px;transition:.25s}.career-list>a:hover{border-color:var(--modern-line)!important;background:#fff8f3;transform:translateX(5px)}
.office-map-shell{overflow:hidden;border:1px solid var(--modern-line)!important;border-radius:24px!important;box-shadow:var(--modern-shadow)!important}.feedback-grid blockquote,.ecosystem-tabs article,.partner-grid>div{border-color:var(--modern-line)!important;border-radius:18px!important;box-shadow:0 8px 25px rgba(68,45,36,.05);transition:.3s}.feedback-grid blockquote:hover,.ecosystem-tabs article:hover,.partner-grid>div:hover{box-shadow:var(--modern-shadow);transform:translateY(-4px)}
.floating-contact-actions{gap:9px!important}.float-action,.float-hotline{border:1px solid rgba(68,45,36,.12)!important;box-shadow:0 10px 28px rgba(68,45,36,.14)!important;backdrop-filter:blur(10px)}.float-action:hover{transform:translateX(-4px) scale(1.04)}.chat-widget{overflow:hidden;border:1px solid rgba(68,45,36,.1)!important;border-radius:22px!important;box-shadow:0 28px 80px rgba(52,34,27,.25)!important}.chat-widget header{background:linear-gradient(135deg,var(--modern-brown),#6d4939)!important}
.footer-modern{border-radius:36px 36px 0 0!important;background:linear-gradient(145deg,#30211b,#211713)!important}.footer-consult{border-radius:999px!important}.footer-links a{transition:.2s}.footer-links a:hover{color:#ff9a68!important;transform:translateX(4px)}
.reveal{transform:translateY(18px)!important;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)!important}.reveal.visible{transform:none!important}
@media(max-width:1000px){.site-header .nav-wrap{width:min(100% - 34px,1320px)!important}.main-nav{top:76px!important;padding:18px!important;border:1px solid var(--modern-line);border-radius:0 0 20px 20px;background:rgba(255,255,255,.98)!important;box-shadow:0 20px 40px rgba(68,45,36,.12)}.main-nav>a,.nav-parent{padding:12px 14px!important}.nav-submenu{position:static!important;margin:5px 0!important;border-radius:14px!important;box-shadow:none!important}.nav-submenu:before{display:none}.hero-stats{border-radius:0}.home-project-group{padding:24px!important}}
@media(max-width:700px){.site-header{height:68px!important}.brand-logo{height:44px!important}.hero{min-height:690px!important;height:calc(100svh - 68px)!important}.hero-content{top:12%!important}.hero h1{font-size:clamp(40px,12vw,58px)!important;letter-spacing:-2px!important}.hero-content>p{font-size:14px!important}.hero-controls{right:16px!important;bottom:18px!important}.hero-stats{display:none!important}.section{padding-top:48px!important;padding-bottom:48px!important}.section-heading h2,.about h2{letter-spacing:-1px!important}.about-copy{border:0!important;padding-left:0!important}.about-visual{margin-top:32px!important}.quote-card{bottom:-18px!important;padding:22px!important;border-radius:18px 18px 5px 18px!important}.home-project-group{padding:18px 14px!important;border-radius:20px!important}.home-project-head{align-items:flex-start!important}.product-card,.project-listing-card,.story-card,.news-card{border-radius:16px!important}.why-layout{gap:20px!important}.why-item{padding:12px}.contact{border-radius:24px 24px 0 0;padding:58px 18px!important}.contact-form-wrap{padding:22px!important;border-radius:18px!important}.product-detail-page,.content-page,.project-catalog{width:min(100% - 28px,1240px)!important}.product-information-layout>article,.product-specification-panel{padding:20px}.footer-modern{border-radius:24px 24px 0 0!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Khung xem ảnh chỉ dùng trong chi tiết sản phẩm; banner không bị tác động. */
.product-gallery-dialog{width:min(1180px,96vw)!important;height:min(780px,90vh)!important;padding:26px 72px 42px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:54px!important;background:linear-gradient(145deg,rgba(48,33,27,.97),rgba(22,17,15,.98))!important;box-shadow:0 40px 120px rgba(0,0,0,.5)!important}.product-gallery-dialog::backdrop{background:rgba(28,20,17,.76)!important;backdrop-filter:blur(12px) saturate(.78)}.product-gallery-stage{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:36px;background:rgba(255,255,255,.035);box-shadow:inset 0 0 80px rgba(0,0,0,.22)}.product-gallery-dialog img{padding:12px;object-fit:contain!important;border-radius:30px}.product-gallery-dialog [data-gallery-close]{right:18px!important;top:16px!important;width:42px!important;height:42px!important;background:rgba(255,255,255,.94)!important;color:var(--modern-brown)!important;font-size:24px!important}.product-gallery-dialog [data-gallery-prev],.product-gallery-dialog [data-gallery-next]{width:48px!important;height:74px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:14px!important;background:rgba(255,255,255,.14)!important;color:#fff!important;box-shadow:0 12px 30px rgba(0,0,0,.22)!important;backdrop-filter:blur(10px)}.product-gallery-dialog [data-gallery-prev]:hover,.product-gallery-dialog [data-gallery-next]:hover{border-color:rgba(255,255,255,.38)!important;background:var(--modern-orange)!important}.product-gallery-dialog small{bottom:12px!important;min-width:70px;padding:6px 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.1);font-size:12px;font-weight:700;text-align:center;backdrop-filter:blur(8px)}

/* Nội dung gọn hơn; giữ nguyên chiều rộng banner và khối liên hệ cuối trang. */
.section{padding-top:54px!important;padding-bottom:54px!important;padding-left:max(30px,calc((100vw - 1180px)/2))!important;padding-right:max(30px,calc((100vw - 1180px)/2))!important}.section-heading{gap:6%!important;margin-bottom:28px!important}.section-heading h2{font-size:clamp(36px,4.3vw,58px)!important}.home-projects{padding-top:52px!important;padding-bottom:58px!important}.home-project-group{max-width:1180px;margin-left:auto!important;margin-right:auto!important;padding:24px!important}.home-project-head{margin-bottom:17px!important;padding-bottom:14px!important}.home-project-head h3{font-size:clamp(26px,2.8vw,36px)!important}.home-product-grid,.product-card-grid{gap:15px!important}.product-card-body{padding:15px!important}.why-layout{max-width:1100px;margin-inline:auto}.why-heading{max-width:900px;margin-inline:auto}.story-grid,.news-grid,.feedback-grid,.partner-grid,.amenity-grid,.ecosystem-tabs{max-width:1180px;margin-left:auto;margin-right:auto}.content-page{width:min(1080px,calc(100% - 48px))!important;padding-top:96px!important;padding-bottom:70px!important}.project-catalog,.product-detail-page{width:min(1180px,calc(100% - 48px))!important}.project-catalog{padding-top:104px!important}.related-products{margin:52px 0!important}.career-benefits{margin:52px 0!important}.community-page>section{margin-top:44px!important}.contact{width:100%!important;max-width:none!important}.contact .contact-intro,.contact .contact-form-wrap{position:relative;z-index:1}
@media(max-width:700px){.section{padding:42px 16px!important}.content-page,.project-catalog,.product-detail-page{width:min(100% - 28px,1180px)!important}.product-gallery-dialog{width:96vw!important;height:84vh!important;padding:52px 10px 40px!important;border-radius:26px!important}.product-gallery-stage{border-radius:20px}.product-gallery-dialog img{padding:5px;border-radius:16px}.product-gallery-dialog [data-gallery-prev],.product-gallery-dialog [data-gallery-next]{width:40px!important;height:58px!important;border-radius:11px!important}.product-gallery-dialog [data-gallery-close]{right:9px!important;top:8px!important}.home-project-group{padding:16px 12px!important}}

/* The banner controls cover the hero only to position arrows. Keep that layer invisible. */
.hero.hero-carousel .hero-controls{
    inset:0!important;
    right:0!important;
    bottom:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
}
.hero.hero-carousel .hero-controls>button{
    top:50%!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
}
.hero.hero-carousel .hero-controls>button[data-hero-prev]{left:10px!important;right:auto!important}
.hero.hero-carousel .hero-controls>button[data-hero-next]{right:10px!important;left:auto!important}

/* Project pages are already constrained; do not apply the generic section gutters twice. */
.section.project-catalog{
    width:min(1320px,calc(100% - 48px))!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
}
.project-catalog-layout{width:100%;grid-template-columns:250px minmax(0,1fr)!important;gap:30px!important}
.project-catalog-results{min-width:0;width:100%}
.project-detail-products-grid{width:100%;grid-template-columns:repeat(4,minmax(0,1fr))!important}

/* Optional footer banner managed from the admin settings screen. */
.footer-modern.has-footer-banner{position:relative;isolation:isolate;background-image:linear-gradient(90deg,rgba(37,24,19,.92),rgba(37,24,19,.78)),var(--footer-banner)!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}
.footer-modern.has-footer-banner:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,rgba(25,17,14,.42),transparent 55%)}
.footer-banner-admin{margin-top:24px;padding-top:22px;border-top:1px solid #eee5df}
.footer-banner-admin{scroll-margin-top:100px;padding:22px;border:1px solid #f0d8c9;border-radius:12px;background:#fff8f3}
.footer-banner-admin>label:first-child{display:block;margin-bottom:5px;color:#493126;font-size:14px;font-weight:700}
.footer-banner-help{display:block;margin-bottom:15px;color:#887970;line-height:1.6}
.footer-banner-preview{min-height:190px;display:grid;place-items:center;overflow:hidden;border:1px dashed #dfcfc5;border-radius:12px;background:#f8f5f2;color:#8a7d75;text-align:center}
.footer-banner-preview img{width:100%;height:230px;object-fit:cover}
.footer-banner-preview strong,.footer-banner-preview small{display:block}
.banner-position-tabs{margin-bottom:22px}.banner-footer-mode .admin-content-single{display:none}.footer-banner-manager{padding:24px}.footer-banner-manager form{display:grid;gap:20px}.footer-banner-manager .footer-banner-preview{min-height:320px}.footer-banner-manager .footer-banner-preview img{height:320px}.footer-banner-manager .publish-actions{margin-top:0}

@media(max-width:900px){.project-catalog-layout{grid-template-columns:1fr!important}.project-detail-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){.section.project-catalog{width:min(100% - 28px,1320px)!important}.project-detail-products-grid{grid-template-columns:1fr!important}}

/* Stable desktop dropdown: remove the dead gap and keep a generous hover bridge. */
@media(min-width:1001px){
    .site-header .nav-group{height:76px!important}
    .site-header .nav-submenu{top:calc(100% + 5px)!important;transition:opacity .2s ease,visibility .2s ease,transform .24s var(--soft-ease)!important}
    .site-header .nav-submenu:before{left:50%!important;right:auto!important;transform:translateX(-50%) rotate(45deg)!important}
    .site-header .nav-submenu:after{content:"";position:absolute;left:-12px;right:-12px;top:-22px;height:24px;background:transparent}
    .site-header .nav-group:hover .nav-submenu,.site-header .nav-group:focus-within .nav-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
}

/* Website content modules managed from the unified content screen. */
.feedback-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.feedback-grid blockquote{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:20px;min-height:145px;padding:18px!important;border-radius:22px!important}
.feedback-grid blockquote>img{width:112px;height:112px;border-radius:18px;object-fit:cover}
.feedback-grid blockquote strong{display:block;margin-bottom:8px;color:var(--modern-brown);font-size:16px}.feedback-grid blockquote p{margin:0;color:#756961;line-height:1.65}
.partner-grid>a{display:grid;place-items:center;gap:8px;padding:18px;border:1px solid var(--modern-line);border-radius:16px;background:#fff;transition:.25s}.partner-grid>a:hover{border-color:var(--modern-orange);box-shadow:var(--modern-shadow);transform:translateY(-4px)}.partner-grid>a img{height:64px;object-fit:contain}.partner-grid>a span{font-size:12px;font-weight:700}
.amenity-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.amenity-grid>div{min-height:66px;padding:13px 15px;border:1px solid var(--modern-line);border-radius:14px;background:#fff}.amenity-grid img{width:30px;height:30px;object-fit:contain}.experience-trigger-wrap{display:flex;justify-content:center;margin-top:28px}
.ecosystem-tab-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.ecosystem-tab-buttons button{min-height:54px;padding:10px;border:1px solid #ded8d3;border-radius:10px;background:#eee;color:#514841;cursor:pointer}.ecosystem-tab-buttons button.active{border-color:var(--modern-orange);background:var(--modern-orange);color:#fff}.ecosystem-description{min-height:120px;margin-top:14px;padding:24px;border:1px solid var(--modern-line);border-radius:16px;background:#fff}.ecosystem-description>div{display:none;white-space:pre-line;line-height:1.8}.ecosystem-description>div.active{display:block;animation:pageIn .25s ease}
.experience-dialog{width:min(520px,calc(100% - 28px));padding:34px;border:0;border-radius:24px;background:#fff;box-shadow:0 30px 90px rgba(36,22,16,.3)}.experience-dialog::backdrop{background:rgba(35,24,19,.62);backdrop-filter:blur(7px)}.experience-dialog h2{margin:0 0 22px;color:var(--modern-brown);font-size:28px}.experience-dialog form,.experience-dialog label{display:grid;gap:7px}.experience-dialog form{gap:15px}.experience-dialog input,.experience-dialog select{width:100%;padding:12px 13px;border:1px solid #ddd0c8;border-radius:11px;background:#fff}.experience-close{position:absolute;right:15px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#fff1e8;color:var(--modern-orange);font-size:23px;cursor:pointer}
@media(max-width:800px){.feedback-grid{grid-template-columns:1fr!important}.amenity-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ecosystem-tab-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.feedback-grid blockquote{grid-template-columns:78px 1fr}.feedback-grid blockquote>img{width:78px;height:78px}.amenity-grid{grid-template-columns:1fr!important}}

/* Đồng bộ tiêu đề các khu vực trên trang chủ: gọn, chữ đứng và chỉ một dòng. */
.why-heading h2,
.social .section-heading h2,
.careers .section-heading h2,
.news .section-heading h2,
.feedback-section .section-heading h2,
.home-amenities .section-heading h2,
.office-map-section .section-heading h2{
    max-width:none!important;
    margin:6px 0 0!important;
    color:var(--modern-brown,#493126)!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:clamp(24px,2.25vw,32px)!important;
    font-style:normal!important;
    font-weight:700!important;
    line-height:1.18!important;
    letter-spacing:-.7px!important;
    white-space:nowrap;
}
.why-heading h2 br,
.social .section-heading h2 br,
.careers .section-heading h2 br,
.news .section-heading h2 br,
.feedback-section .section-heading h2 br,
.home-amenities .section-heading h2 br,
.office-map-section .section-heading h2 br{display:none}
.why-heading h2 em,
.social .section-heading h2 em,
.careers .section-heading h2 em,
.news .section-heading h2 em,
.feedback-section .section-heading h2 em,
.home-amenities .section-heading h2 em,
.office-map-section .section-heading h2 em{
    color:inherit!important;
    font:inherit!important;
    margin-left:.22em;
}
.why-heading{max-width:none!important;margin-bottom:32px!important}
.why-heading .section-kicker,
.social .section-kicker,
.careers .section-kicker,
.news .section-kicker,
.feedback-section .section-kicker,
.home-amenities .section-kicker,
.office-map-section .section-kicker{
    margin-bottom:5px!important;
    color:var(--modern-orange,#e5672a)!important;
    font-family:Arial,Helvetica,sans-serif!important;
}
@media(max-width:700px){
    .why-heading h2,.social .section-heading h2,.careers .section-heading h2,
    .news .section-heading h2,.feedback-section .section-heading h2,
    .home-amenities .section-heading h2,.office-map-section .section-heading h2{
        font-size:clamp(21px,6vw,27px)!important;
        white-space:normal;
    }
}

.home-product-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;padding:11px 0;border-top:1px solid var(--modern-line);border-bottom:1px solid var(--modern-line)}
.home-product-facts span{display:flex;min-width:0;flex-direction:column;gap:2px}
.home-product-facts span+span{padding-left:10px;border-left:1px solid var(--modern-line)}
.home-product-facts small{color:#8b7f78;font-size:9px;text-transform:uppercase;letter-spacing:.7px}
.home-product-facts strong{overflow-wrap:anywhere;color:var(--modern-orange);font-size:12px;line-height:1.35}
.home-product-grid .product-card-foot>span{min-width:0;overflow:hidden;color:#21888d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}

.project-showcase{background:#fff!important}
.project-showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:24px}
.project-showcase-heading .section-kicker{margin-bottom:5px!important}
.project-showcase-heading h2{margin:0;color:var(--modern-brown);font-family:Arial,Helvetica,sans-serif;font-size:clamp(25px,2.4vw,34px);line-height:1.15;letter-spacing:-.7px}
.project-showcase-heading>p{max-width:520px;margin:0;color:#776d67;font-size:14px;line-height:1.7}
.project-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.project-showcase-card{overflow:hidden;border:1px solid var(--modern-line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(68,45,36,.07);transition:transform .3s ease,box-shadow .3s ease}
.project-showcase-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(68,45,36,.13)}
.project-showcase-image{display:block;height:190px;overflow:hidden;background:#f4eee8}
.project-showcase-image img{height:100%;transition:transform .55s ease}
.project-showcase-card:hover .project-showcase-image img{transform:scale(1.055)}
.project-showcase-image>span{display:grid;height:100%;place-items:center;color:var(--modern-orange);font-weight:800;letter-spacing:2px}
.project-showcase-content{padding:17px}
.project-showcase-content small{color:var(--modern-orange);font-size:9px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}
.project-showcase-content h3{margin:5px 0 8px;color:var(--modern-brown);font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.3}
.project-showcase-content p{display:-webkit-box;min-height:43px;margin:0 0 14px;overflow:hidden;color:#7b716b;font-size:12px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.project-showcase-link{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--modern-line);color:var(--modern-brown);font-size:12px;font-weight:700}
.project-showcase-link span{color:var(--modern-orange);font-size:18px;transition:transform .2s ease}
.project-showcase-link:hover span{transform:translateX(4px)}
@media(max-width:900px){.project-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-showcase-heading{align-items:flex-start;flex-direction:column;gap:10px}}
@media(max-width:560px){.project-showcase-grid{grid-template-columns:1fr}.project-showcase-image{height:220px}}

/* No footer image: use the clean white footer. Dark treatment belongs to uploaded banners only. */
.footer-modern:not(.has-footer-banner){background:#fff!important;background-image:none!important;color:#233d5c!important}
.footer-modern:not(.has-footer-banner):before{display:none!important}
.footer-modern:not(.has-footer-banner) .footer-company h3 span{color:#111!important}
.footer-modern:not(.has-footer-banner) .footer-skyline i{background:#d6e4ef!important}

/* Compact testimonial card: quote, feedback, customer and avatar. */
.feedback-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.feedback-grid blockquote{display:flex!important;min-height:220px!important;padding:22px!important;flex-direction:column;align-items:stretch!important;gap:0!important;border-radius:16px!important;background:#fff!important}
.feedback-quote{height:35px;color:#2878f0;font:700 48px/1 Arial,sans-serif}
.feedback-grid blockquote>p{flex:1;margin:8px 0 20px!important;color:#5f5853;font-size:13px;line-height:1.65}
.feedback-grid blockquote>footer{display:flex;align-items:flex-end;justify-content:space-between;gap:15px}
.feedback-grid blockquote>footer strong{display:block;margin:0 0 3px!important;color:#302923;font-size:13px}
.feedback-grid blockquote>footer img{width:54px!important;height:54px!important;border-radius:10px!important;object-fit:cover}
.feedback-stars{display:block;color:#ffb000;font-size:14px;letter-spacing:1px}
@media(max-width:950px){.feedback-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:650px){.feedback-grid{grid-template-columns:1fr!important}}

/* One-row customer feedback carousel: slow auto-scroll and mouse/touch drag. */
.feedback-grid.feedback-carousel{display:flex!important;width:100%;max-width:1180px!important;margin-inline:auto;gap:18px!important;overflow-x:auto;overflow-y:hidden;padding:4px;scroll-behavior:auto!important;scroll-snap-type:none!important;cursor:grab;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;scrollbar-width:none;-ms-overflow-style:none}
.feedback-grid.feedback-carousel::-webkit-scrollbar{display:none;width:0;height:0}
.feedback-grid.feedback-carousel.is-dragging{cursor:grabbing;user-select:none;scroll-snap-type:none}
.feedback-grid.feedback-carousel blockquote{flex:0 0 clamp(300px,31.5vw,374px);width:clamp(300px,31.5vw,374px);scroll-snap-align:none}
@media(max-width:650px){.feedback-grid.feedback-carousel{display:flex!important}.feedback-grid.feedback-carousel blockquote{flex-basis:min(86vw,340px);width:min(86vw,340px)}}

/* Partner logos use the same seamless one-row carousel as testimonials. */
.partner-grid.partner-carousel{display:flex!important;width:100%;max-width:1180px!important;margin:24px auto 0;gap:18px!important;overflow-x:auto;overflow-y:hidden;padding:4px;scroll-behavior:auto!important;scroll-snap-type:none!important;cursor:grab;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;scrollbar-width:none;-ms-overflow-style:none}
.partner-grid.partner-carousel::-webkit-scrollbar{display:none;width:0;height:0}
.partner-grid.partner-carousel.is-dragging{cursor:grabbing;user-select:none}
.partner-grid.partner-carousel>div{flex:0 0 216px;width:216px;min-height:126px;background:#fff}
.partner-grid.partner-carousel img{width:100%;height:64px;object-fit:contain}
@media(max-width:650px){.partner-grid.partner-carousel>div{flex-basis:180px;width:180px;min-height:112px}}
/* Vinh danh: hiển thị đồng thời Tháng, Quý và Năm. */
.honor-period-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:38px;align-items:start}.honor-period-column{min-width:0;padding:24px 18px;border:1px solid #eadfd8;border-radius:20px;background:#fff}.honor-period-column>h2{text-align:center;margin:0 0 20px;color:#e5672a;font:700 24px Arial,sans-serif}.honor-period-list{display:grid;gap:18px}.honor-period-list article{overflow:hidden;border:1px solid #eee4de;border-radius:14px;background:#fff;box-shadow:0 9px 25px rgba(73,49,38,.06)}.honor-period-list article img{width:100%;aspect-ratio:4/3;object-fit:cover}.honor-period-list article>div{padding:16px}.honor-period-list small{color:#e5672a;font-size:10px;letter-spacing:1.4px}.honor-period-list h3{margin:6px 0;font:700 19px Arial,sans-serif}.honor-period-list p{margin:0;color:#746d68;font-size:13px;line-height:1.65}.honor-period-empty{min-height:120px;display:grid;place-items:center;padding:20px;text-align:center;border:1px dashed #dfd4cd;border-radius:12px;color:#938780;font-size:13px}
@media(max-width:900px){.honor-period-columns{grid-template-columns:1fr}.honor-period-column{padding:20px}.honor-period-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.honor-period-list{grid-template-columns:1fr}}
