:root{--gold:#c8a96e;--gold-light:#e8d5a8;--dark:#1a1209;--text:#2d2110;--text-muted:#7a6a52;--surface:#faf8f4;--surface-2:#f2ede4;--border:#e2d8c8;--white:#fff}.home-wrap{font-family:var(--font-sans),"Be Vietnam Pro",sans-serif;background:var(--surface);color:var(--text);min-height:100vh}.home-hero{text-align:center;background:linear-gradient(170deg,#fdf9f3 0%,#f5edd8 50%,#ede0c4 100%);padding:72px 32px 48px;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background-image:radial-gradient(at 80% 20%,#c8a96e26 0%,#0000 55%),radial-gradient(at 15% 85%,#c8a96e1a 0%,#0000 45%);position:absolute;inset:0}.home-hero-inner{z-index:1;max-width:760px;margin:0 auto;position:relative}.home-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--gold);align-items:center;gap:10px;margin-bottom:20px;font-size:11px;font-weight:600;display:inline-flex}.home-eyebrow:before,.home-eyebrow:after{content:"";background:var(--gold);width:24px;height:1px}.home-hero h1{font-family:var(--font-serif),"Playfair Display",serif;color:var(--dark);letter-spacing:-2px;margin-bottom:16px;font-size:clamp(40px,7vw,72px);font-weight:900;line-height:1.05}.home-hero h1 em{color:var(--gold);font-style:italic}.home-hero-desc{color:var(--text-muted);max-width:520px;margin-bottom:28px;margin-left:auto;margin-right:auto;font-size:17px;font-weight:300;line-height:1.75}.home-hero-stats{border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff8c;border-radius:16px;grid-template-columns:repeat(3,1fr);margin-bottom:48px;display:grid;overflow:hidden}.home-hero-stat{text-align:center;padding:22px 16px}.home-hero-stat+.home-hero-stat{border-left:1px solid var(--border)}.home-hero-stat-icon{color:var(--gold);opacity:.85;justify-content:center;margin-bottom:8px;display:flex}.home-hero-stat-num{font-family:var(--font-serif),"Playfair Display",serif;color:var(--dark);letter-spacing:-1px;margin-bottom:5px;font-size:clamp(28px,4.5vw,38px);font-weight:900;line-height:1}.home-hero-stat-label{color:var(--text-muted);letter-spacing:.3px;text-transform:uppercase;font-size:11px;font-weight:500}@media (max-width:560px){.home-hero-stats{grid-template-columns:1fr}.home-hero-stat+.home-hero-stat{border-left:none;border-top:1px solid var(--border)}}.home-map-heading{text-align:center;margin-bottom:20px}.home-map-heading h2{font-family:var(--font-serif),"Playfair Display",serif;color:var(--dark);letter-spacing:-.5px;margin-bottom:4px;font-size:clamp(20px,3vw,26px);font-weight:700}.home-map-heading p{color:var(--text-muted);font-size:13px;font-weight:300}.home-map-wrap{border:1px solid var(--border);background:linear-gradient(160deg,#fdf9f2 0%,#f7f0e4 100%);border-radius:20px;margin-bottom:16px;padding:32px;box-shadow:0 4px 24px #785a2814,0 1px 4px #785a280a}.home-map-legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:24px;display:flex}.home-map-legend-item{color:var(--text-muted);align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.home-map-legend-dot{border-radius:50%;width:10px;height:10px}.home-map-hint{color:var(--text-muted);justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:13px;display:flex}.home-map-browse{color:var(--gold);align-items:center;gap:6px;margin-top:16px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.home-map-browse:hover{opacity:.7}.home-section{max-width:1100px;margin:0 auto;padding:72px 32px}.home-section-alt{background:var(--surface-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.home-section-alt .home-section{max-width:1100px;margin:0 auto}.home-section-dark{background:var(--dark)}.home-section-dark .home-section{max-width:1100px;margin:0 auto}.home-section-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:36px;display:flex}.home-section-header-center{text-align:center;flex-direction:column;justify-content:center;align-items:center}.home-section-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--gold);align-items:center;gap:8px;margin-bottom:8px;font-size:10px;font-weight:600;display:flex}.home-section-eyebrow:before{content:"";background:var(--gold);width:20px;height:1px}.home-section-dark .home-section-eyebrow{color:#c8a96eb3}.home-section-dark .home-section-eyebrow:before{background:#c8a96e80}.home-section-title{font-family:var(--font-serif),"Playfair Display",serif;color:var(--dark);letter-spacing:-.5px;font-size:clamp(26px,3.5vw,38px);font-weight:700;line-height:1.15}.home-section-title em{color:var(--gold);font-style:italic}.home-section-dark .home-section-title{color:#fff}.home-section-sub{color:var(--text-muted);margin-top:8px;font-size:14px;font-weight:300;line-height:1.7}.home-section-dark .home-section-sub{color:#fff6}.home-section-link{color:var(--gold);white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.home-section-link:hover{opacity:.7}.home-dest-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (max-width:900px){.home-dest-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.home-dest-grid{grid-template-columns:1fr}}.home-dest-card{background:var(--white);border:1px solid var(--border);border-radius:14px;text-decoration:none;transition:all .22s;display:block;overflow:hidden}.home-dest-card:hover{border-color:var(--gold-light);transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.home-dest-card-img{background:var(--surface-2);justify-content:center;align-items:center;width:100%;height:175px;font-size:48px;display:flex;overflow:hidden}.home-dest-card-img img{object-fit:cover;width:100%;height:100%}.home-dest-card-body{padding:18px 20px}.home-dest-card-tags{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.home-dest-card-tag{color:var(--text-muted);background:var(--surface-2);border-radius:10px;padding:3px 8px;font-size:10px;font-weight:500}.home-dest-card-name{font-family:var(--font-serif),"Playfair Display",serif;color:var(--dark);margin-bottom:6px;font-size:20px;font-weight:700}.home-dest-card-desc{color:var(--text-muted);margin-bottom:14px;font-size:13px;line-height:1.6}.home-dest-card-footer{justify-content:space-between;align-items:center;display:flex}.home-dest-card-province{color:var(--text-muted);font-size:11px}.home-dest-card-cta{color:var(--gold);font-size:12px;font-weight:600}.home-exp-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:768px){.home-exp-grid{grid-template-columns:repeat(2,1fr)}}.home-exp-card{text-align:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;padding:24px 16px;text-decoration:none;transition:all .2s;display:block}.home-exp-card:hover{background:#c8a96e26;border-color:#c8a96e66;transform:translateY(-2px)}.home-exp-emoji{margin-bottom:10px;font-size:28px;display:block}.home-exp-label{color:#ffffffb3;font-size:12px;font-weight:500}.home-blog-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (max-width:900px){.home-blog-grid{grid-template-columns:1fr}}.home-blog-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:28px;text-decoration:none;transition:all .22s;display:block;position:relative;overflow:hidden}.home-blog-card:after{content:"";background:linear-gradient(90deg,var(--gold),transparent);opacity:0;height:3px;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.home-blog-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.home-blog-card:hover:after{opacity:1}.home-blog-tag{letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:10px;font-weight:600;display:inline-block}.home-blog-title{font-family:var(--font-serif),"Playfair Display",serif;color:var(--dark);margin-bottom:10px;font-size:18px;font-weight:700;line-height:1.3}.home-blog-excerpt{color:var(--text-muted);margin-bottom:18px;font-size:13px;line-height:1.65}.home-blog-meta{color:var(--text-muted);align-items:center;gap:6px;font-size:11px;display:flex}.home-blog-meta:before{content:"→";color:var(--gold)}.home-why-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px;display:grid}@media (max-width:768px){.home-why-grid{grid-template-columns:1fr}}.home-why-card{text-align:center}.home-why-icon{background:var(--white);border:1px solid var(--border);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:24px;display:flex;box-shadow:0 2px 8px #0000000f}.home-why-title{color:var(--dark);margin-bottom:8px;font-size:16px;font-weight:700}.home-why-desc{color:var(--text-muted);font-size:13px;line-height:1.65}.home-curiosity-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}@media (max-width:1024px){.home-curiosity-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.home-curiosity-grid{grid-template-columns:repeat(2,1fr)}}.home-curiosity-card{background:var(--white);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:10px;padding:24px 20px 20px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.home-curiosity-card:hover{border-color:var(--gold-light);transform:translateY(-3px);box-shadow:0 10px 32px #785a281a}.home-curiosity-icon{color:var(--gold);opacity:.9;flex-shrink:0}.home-curiosity-title{font-family:var(--font-serif),"Playfair Display",serif;color:var(--dark);font-size:16px;font-weight:700;line-height:1.25}.home-curiosity-desc{color:var(--text-muted);flex:1;font-size:12px;line-height:1.65}.home-curiosity-cta{color:var(--gold);margin-top:4px;font-size:12px;font-weight:600}.home-region-links{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.home-region-link{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:20px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.home-region-link:hover{background:#ffffff26;border-color:#fff6}.home-map-pin{width:10px;height:14px;position:absolute;transform:translate(-50%,-100%)}.home-map-pin:before{content:"";background:#c8a96e;border:1.5px solid #fff;border-radius:50% 50% 50% 0;position:absolute;inset:0;transform:rotate(-45deg);box-shadow:0 2px 4px #0003}@media (max-width:768px){.home-map-feature-inner{grid-template-columns:1fr;gap:36px}.home-map-feature-title{font-size:1.7rem}.home-map-feature-preview-body{height:220px}}.home-map-cta-banner{background:var(--dark);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-top:12px;margin-bottom:4px;padding:16px 20px;text-decoration:none;transition:opacity .2s,transform .2s;display:flex}.home-map-cta-banner:hover{opacity:.92;transform:translateY(-1px)}.home-map-cta-left{align-items:center;gap:14px;display:flex}.home-map-cta-icon{flex-shrink:0;font-size:24px}.home-map-cta-title{color:#fff;text-align:left;margin-bottom:2px;font-size:14px;font-weight:700}.home-map-cta-sub{color:#ffffff73;text-align:left;font-size:12px}.home-map-cta-btn{background:var(--gold);color:var(--dark);white-space:nowrap;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:12px;font-weight:700}@media (max-width:560px){.home-map-cta-banner{flex-direction:column;align-items:flex-start}.home-map-cta-btn{text-align:center;align-self:stretch}}@media (max-width:768px){.map-page-body{flex-direction:column!important}.map-page-body>div:first-child{height:60vh}.map-page-sidebar{border-top:1px solid #c8a96e26;height:auto;max-height:40vh;overflow-y:auto;border-left:none!important;width:100%!important}}
