
:root{--deep:#2d241d;--forest:#28483a;--gold:#c8924d;--cream:#fbf4e7;--paper:#fffdfa;--muted:#6e6259;--rose:#e8c9bd;--sage:#dce7d7;--shadow:0 24px 80px rgba(52,37,25,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--deep);background:var(--cream);line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.topbar{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:15px 5.6vw;background:rgba(251,244,231,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(45,36,29,.08)}.brand{font-family:Georgia,serif;font-size:24px;font-weight:900;color:var(--forest)}.brand span{color:var(--gold)}.main-nav{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap;font-weight:850;color:#4a4038}.main-nav a{padding:8px 10px;border-radius:999px;transition:.18s}.main-nav a:hover{background:#fff;box-shadow:0 8px 24px #0001}.nav-call{background:var(--forest)!important;color:#fff}.nav-zalo{background:#25d366!important;color:#fff}.hero{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;min-height:84vh;padding:70px 5.6vw 58px;background:radial-gradient(circle at 85% 8%,rgba(200,146,77,.22),transparent 34%),linear-gradient(135deg,#fff8ec,#ead9be);overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:950;color:var(--gold)}h1,h2,h3{font-family:Georgia,serif;line-height:1.03}h1{font-size:clamp(42px,6vw,78px);letter-spacing:-.045em;color:var(--forest);margin:14px 0 20px}.hero p{font-size:19px;color:#5f5148;max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-actions a,.cta-panel a{display:inline-flex;align-items:center;gap:8px;padding:13px 18px;border-radius:999px;background:var(--forest);color:#fff;font-weight:950;box-shadow:0 14px 34px rgba(40,72,58,.22)}.hero-actions .ghost,.cta-panel a:not(:first-of-type){background:#fff;color:var(--forest)}.hero-card{border-radius:40px;overflow:hidden;box-shadow:var(--shadow);background:#fff;min-height:590px}.hero-card img{height:590px;width:100%;object-fit:cover}.quick-info{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:-28px 5.6vw 0;position:relative;z-index:5}.quick-info div,.service,.benefit,.testimonial{background:rgba(255,253,250,.94);border:1px solid rgba(45,36,29,.08);border-radius:26px;padding:22px;box-shadow:0 18px 48px rgba(52,37,25,.08)}.quick-info b,.benefit b{display:block;color:var(--forest)}.quick-info span,.benefit span{display:block;margin-top:7px;color:var(--muted)}section{padding:72px 5.6vw}.section-title{margin-bottom:28px;max-width:850px}.section-title h2{font-size:clamp(34px,4vw,56px);color:var(--forest);margin:8px 0 10px;letter-spacing:-.035em}.section-title p{color:var(--muted);font-size:17px}.service-grid,.benefit-grid,.testimonial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service .icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:var(--sage);font-size:26px}.service h3{font-size:24px;color:var(--forest);margin:16px 0 8px}.experience{background:linear-gradient(180deg,#fbf4e7,#f0dfc5)}.benefit-grid{grid-template-columns:repeat(3,1fr)}.benefit b{font-family:Georgia,serif;font-size:25px}.gallery{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:14px}.gallery figure{margin:0;position:relative;overflow:hidden;border-radius:28px;min-height:250px;background:#ddd;box-shadow:0 18px 54px rgba(52,37,25,.12)}.gallery .main-photo{grid-row:span 2;min-height:520px}.gallery img{width:100%;height:100%;object-fit:cover;transition:.45s}.gallery figure:hover img{transform:scale(1.04)}figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:11px 13px;border-radius:17px;background:rgba(255,253,250,.80);backdrop-filter:blur(12px);font-weight:900;color:var(--forest)}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.stars{color:var(--gold);font-weight:950;letter-spacing:.08em}.testimonial p{color:#4c413a}.testimonial span{font-weight:900;color:var(--forest)}.cta-panel{text-align:center;background:linear-gradient(135deg,var(--forest),#1d3028);color:#fff}.cta-panel h2{font-size:clamp(34px,5vw,62px);margin:0 0 12px}.cta-panel p{max-width:780px;margin:0 auto 24px;color:#f4ead8}.mapbox{padding:0}.mapbox iframe{border:0;width:100%;height:420px;display:block}.floating-contact{position:fixed;right:18px;bottom:18px;z-index:40;display:flex;flex-direction:column;gap:10px}.floating-contact a{display:grid;place-items:center;min-width:58px;height:58px;padding:0 15px;border-radius:999px;color:#fff;font-weight:1000;box-shadow:0 16px 34px #0003}.float-call{background:var(--gold)}.float-zalo{background:#25d366}footer{display:flex;justify-content:space-between;gap:18px;padding:32px 5.6vw;background:#1c1713;color:#f5ead8}footer b{font-family:Georgia,serif;color:#fff}@media(max-width:920px){.topbar{align-items:flex-start;flex-direction:column}.main-nav{width:100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.main-nav a{white-space:nowrap;background:rgba(255,255,255,.72)}.hero{grid-template-columns:1fr;padding-top:44px}.hero-card,.hero-card img{min-height:420px;height:420px}.quick-info,.service-grid,.benefit-grid,.testimonial-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery .main-photo{min-height:330px}section{padding:54px 5vw}footer{display:block}}
