@charset "UTF-8";

/*
Theme Name: Can Gio Estate
Theme URI: https://example.com/cangio-estate
Author: Can Gio Estate
Description: Theme WordPress cho website bất động sản khu Nam Sài Gòn và Cần Giờ.
Version: 2.2.2
Text Domain: cangio-estate
*/

:root {
  --ink: #102a2e;
  --muted: #68797b;
  --green: #0b6658;
  --green-dark: #07473e;
  --gold: #d8a43b;
  --cream: #f5f2e9;
  --white: #fff;
  --line: #dfe7e5;
  --shadow: 0 18px 50px rgba(14, 47, 45, .12);
  --radius: 18px;
  --font-sans: "Segoe UI", Tahoma, Arial, "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-sans); font-synthesis: none; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font-family: var(--font-sans); }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 76px 0; }
.section--soft { background: #f6f8f7; }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-title { max-width: 650px; margin: 0 0 34px; font-family: var(--font-sans); font-size: clamp(30px, 4vw, 44px); font-weight: 700; line-height: 1.25; letter-spacing: -.022em; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; background: var(--gold); color: #172a26; font-size: 14px; font-weight: 800; cursor: pointer; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn--outline { border-color: rgba(255,255,255,.5); background: transparent; color: #fff; }
.btn--green { background: var(--green); color: #fff; }
.btn--gold { background: var(--gold); color: #172a26; }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; color: #fff; transition: .25s; }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { display: block; width: 52px; height: 52px; flex: 0 0 52px; object-fit: contain; }
.custom-brand-logo .custom-logo-link { display: block; }
.custom-brand-logo .custom-logo { width: auto; max-width: 164px; height: 52px; object-fit: contain; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: var(--gold); font-family: var(--font-sans); font-size: 18px; font-weight: 700; }
.brand-name { display: block; font-family: var(--font-sans); font-size: 20px; font-weight: 700; line-height: 1.1; letter-spacing: .01em; }
.brand-sub { display: block; margin-top: 5px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; opacity: .76; }
.main-nav ul { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.main-nav li { position: relative; }
.main-nav a { font-size: 13px; font-weight: 700; }
.main-nav .sub-menu { position: absolute; z-index: 40; top: calc(100% + 18px); left: -18px; display: flex; min-width: 230px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: var(--green-dark); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.main-nav .sub-menu:before { position: absolute; top: -20px; right: 0; left: 0; height: 20px; content: ""; }
.main-nav .sub-menu a { display: block; padding: 10px 12px; border-radius: 6px; white-space: nowrap; }
.main-nav .sub-menu a:hover { background: rgba(255,255,255,.09); color: var(--gold); }
.main-nav li:hover>.sub-menu,.main-nav li:focus-within>.sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav .menu-item-has-children>a:after { margin-left: 6px; content: "▾"; font-size: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; font-size: 26px; }

.hero { position: relative; display: grid; min-height: 600px; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(3,29,27,.84) 0%, rgba(3,29,27,.62) 42%, rgba(3,29,27,.08) 100%), linear-gradient(180deg, rgba(3,29,27,.48), transparent 35%, rgba(3,29,27,.2)), url('assets/hero-cangio.png') center/cover, #164b43; }
.hero-content { position: relative; z-index: 2; padding: 158px 0 110px; }
.hero-copy { max-width: 650px; }
.hero h1 { max-width: 650px; margin: 0 0 22px; font-family: var(--font-sans); font-size: clamp(36px, 3.6vw, 50px); font-weight: 700; line-height: 1.22; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: break-word; }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 0; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.8; }
.hero-copy > .eyebrow { margin: 0 0 18px; color: #f0cb7b; font-size: 12px; line-height: 1.6; letter-spacing: .12em; }
.search-panel { display: grid; grid-template-columns: 1.16fr 1.16fr 1fr .94fr 1fr 132px; gap: 8px; width: min(1160px, 100%); margin-top: 38px; padding: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); color: var(--ink); }
.hero .search-panel { width: min(1160px, calc(100vw - 40px)); }
.hero .archive-filter { margin: 32px 0 0; border-color: rgba(255,255,255,.28); box-shadow: 0 22px 55px rgba(1,25,22,.3); }
.hero .archive-filter>.btn { background: var(--gold); color: #172a26; }
.home-filter-bar { position: relative; z-index: 3; margin-top: -34px; }
.home-filter-bar .archive-filter { width: 100%; margin: 0; border-color: var(--line); box-shadow: 0 18px 48px rgba(5,35,31,.18); }
.home-filter-bar .archive-filter > .btn { padding-inline: 12px; white-space: nowrap; }
.home-properties { padding-top: 72px; }
.search-field { min-width: 0; padding: 7px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.search-field label { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.search-field select, .search-field input { width: 100%; min-height: 30px; padding: 5px 20px 5px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; font-weight: 700; text-overflow: ellipsis; }
.search-panel > .btn { width: 100%; min-height: 64px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 30px; }
.section-heading .section-title { margin-bottom: 0; }
.section-heading>p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; }
.text-link { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 2px solid var(--gold); color: var(--green); font-size: 13px; font-weight: 800; }

.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.property-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .3s ease; }
.property-card > a { display: block; height: 100%; cursor: pointer; }
.property-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.property-image { position: relative; height: 230px; overflow: hidden; background: #dfe8e5; }
.property-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.property-card:hover img { transform: scale(1.04); }
.property-body { padding: 20px; }
.property-place { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.property-card h3 { margin: 7px 0 12px; font-family: var(--font-sans); font-size: 20px; font-weight: 700; line-height: 1.4; }
.property-meta { display: flex; gap: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.property-price { margin-top: 14px; color: var(--green); font-size: 17px; font-weight: 800; }

.area-section { overflow: hidden; background: var(--green-dark); color: #fff; }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.area-visual { position: relative; min-height: 460px; border-radius: 200px 200px 18px 18px; background: url('assets/cangio.jpg') center/cover, #315e57; }
.area-visual:before { position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.3); border-radius: inherit; content: ""; }
.feature-list { display: grid; gap: 18px; margin-top: 28px; }
.feature { display: grid; grid-template-columns: 48px 1fr; gap: 16px; }
.feature-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--gold); }
.feature h3 { margin: 0 0 4px; font-size: 16px; }
.feature p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; }
.area-intro { color: rgba(255,255,255,.78); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.process-item { padding: 25px; border-top: 2px solid var(--gold); background: var(--cream); }
.process-item:before { counter-increment: step; content: "0" counter(step); color: var(--green); font-family: var(--font-sans); font-size: 32px; font-weight: 700; }
.process-item h3 { margin: 14px 0 6px; font-size: 16px; }
.process-item p { margin: 0; color: var(--muted); font-size: 13px; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.faq-lead { max-width: 450px; color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 38px 20px 0; color: var(--ink); font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { position: absolute; top: 17px; right: 2px; color: var(--green); content: "+"; font-size: 22px; font-weight: 400; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list p { margin: -4px 0 20px; color: var(--muted); font-size: 14px; }
.cta { padding: 70px 0; background: var(--green-dark); color: #fff; }
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.cta .eyebrow { color: var(--gold); }
.cta .section-title { margin-bottom: 18px; }
.cta-inner>div>p:last-child { color: rgba(255,255,255,.76); }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 24px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.lead-form label { color: var(--ink); font-size: 11px; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 7px; background: #fbfcfc; font: inherit; }
.lead-form label input,.lead-form label textarea { margin-top: 6px; }
.lead-form textarea, .lead-form .form-wide { grid-column: 1 / -1; }
.lead-form button { grid-column: 1 / -1; }

.site-footer { padding: 54px 0 24px; background: #062f2a; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 64px; padding-bottom: 40px; }
.site-footer .brand { color: #fff; }
.site-footer .brand-logo { width: 58px; height: 58px; flex-basis: 58px; }
.site-footer h4 { margin: 0 0 18px; color: #fff; font-size: 14px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; font-size: 13px; }
.copyright { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.mobile-contact { display: none; }

.page-hero { padding: 156px 0 62px; background: var(--green-dark); color: #fff; }
.page-hero h1 { margin: 0; font-family: var(--font-sans); font-size: clamp(34px, 4.5vw, 52px); font-weight: 700; line-height: 1.2; }
.single-sidebar h2 { font-family: var(--font-sans) !important; }
.archive-wrap { padding: 80px 0; }
.single-wrap { padding: 62px 0 76px; }
.archive-filter { margin: 0 0 44px; border-color: var(--line); background: #fff; }
.catalog-hero { padding: 140px 0 48px; background: var(--green-dark); color: #fff; }
.catalog-hero .eyebrow { color: var(--gold); }
.catalog-hero h1 { max-width: 820px; margin: 0 0 12px; font-size: clamp(30px,3.6vw,44px); line-height: 1.22; letter-spacing: -.028em; }
.catalog-hero .container>p:not(.eyebrow),.catalog-intro { max-width: 760px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; }
.catalog-hero .archive-filter { margin: 30px 0 0; border-color: rgba(255,255,255,.14); box-shadow: 0 16px 42px rgba(2,28,25,.24); }
.catalog-intro p { margin: 0; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin: -15px 0 22px; color: var(--muted); font-size: 13px; }
.catalog-toolbar p { margin: 0; }
.catalog-toolbar strong { color: var(--green); font-size: 18px; }
.catalog-pagination { margin-top: 42px; }
.catalog-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.catalog-pagination .page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; }
.catalog-pagination .current,.catalog-pagination a:hover { border-color: var(--green); background: var(--green); color: #fff; }
.catalog-empty { grid-column: 1/-1; padding: 52px; border-radius: var(--radius); background: var(--cream); text-align: center; }
.catalog-empty h2 { margin: 0 0 8px; font-size: 25px; }
.catalog-empty p { margin: 0; color: var(--muted); }
.catalog-seo-content { max-width: 900px; margin: 68px auto 0; padding: 42px 48px; border-top: 3px solid var(--gold); border-radius: 0 0 var(--radius) var(--radius); background: #f6f8f7; color: #405255; font-size: 15px; line-height: 1.8; }
.catalog-seo-content h2 { margin: 0 0 18px; color: var(--ink); font-size: 28px; }
.single-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(290px,.62fr); gap: 40px; align-items: start; }
.single-content img { border-radius: var(--radius); }
.single-sidebar { position: sticky; top: 30px; height: fit-content; padding: 24px; border-radius: var(--radius); background: var(--cream); font-size: 14px; }
.single-sidebar h2 { margin: 4px 0 8px; font-size: 27px !important; }

.property-head { padding: 42px 0 38px; background: #f3f6f5; color: var(--ink); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--green); }
.property-head-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; }
.property-head h1 { max-width: 780px; margin: 0 0 10px; font-size: clamp(30px,3.3vw,44px); line-height: 1.22; letter-spacing: -.028em; }
.property-address { margin: 0; color: var(--muted); }
.property-head-price { min-width: 220px; padding-left: 32px; border-left: 1px solid var(--line); }
.property-head-price span,.property-head-price small { display: block; color: var(--muted); font-size: 12px; }
.property-head-price strong { display: block; margin: 4px 0; color: var(--green); font-size: 27px; }
.property-gallery { padding: 26px 0 0; }
.single-filter { position: relative; z-index: 3; padding: 132px 0 38px; background: var(--green-dark); }
.single-filter .search-panel { margin: 0; border-color: rgba(255,255,255,.14); box-shadow: 0 16px 40px rgba(2,28,25,.22); }
.gallery-showcase { --gallery-height: 480px; display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 8px; overflow: hidden; border-radius: 16px; background: #edf2f0; }
.gallery-main { position: relative; display: block; width: 100%; height: var(--gallery-height); overflow: hidden; padding: 0; border: 0; background: #dfe8e5; cursor: zoom-in; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-main:hover img { transform: scale(1.02); }
.gallery-open-label { position: absolute; right: 16px; bottom: 16px; padding: 9px 13px; border-radius: 7px; background: rgba(5,35,31,.88); color: #fff; font-size: 11px; font-weight: 700; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: calc((var(--gallery-height) - 16px)/3); gap: 8px; padding: 0; align-content: start; }
.gallery-thumb { position: relative; min-width: 0; height: auto; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 7px; background: #dfe8e5; cursor: pointer; transition: border-color .2s,transform .2s; }
.gallery-thumb:hover { border-color: var(--gold); transform: translateY(-2px); }
.gallery-thumb.active { border-color: var(--green); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-count { position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; border-radius: 6px; background: rgba(5,35,31,.86); color: #fff; font-size: 12px; font-weight: 700; }
.gallery-placeholder { display: grid; min-height: 340px; place-items: center; border-radius: var(--radius); background: linear-gradient(135deg,#dce8e4,#78968e); color: #fff; }
.property-lightbox { position: fixed; z-index: 10000; inset: 0; display: none; align-items: center; justify-content: center; padding: 60px; background: rgba(3,22,20,.94); }
.property-lightbox.open { display: flex; }
.property-lightbox img { max-width: min(1200px,90vw); max-height: 84vh; object-fit: contain; }
.lightbox-close,.lightbox-prev,.lightbox-next { position: absolute; border: 0; background: transparent; color: #fff; cursor: pointer; }
.lightbox-close { top: 20px; right: 26px; font-size: 42px; }
.lightbox-prev,.lightbox-next { top: 50%; transform: translateY(-50%); font-size: 58px; }
.lightbox-prev { left: 24px; }.lightbox-next { right: 24px; }
.lightbox-position { position: absolute; bottom: 22px; color: rgba(255,255,255,.75); font-size: 13px; }
.property-single .section--soft .section-title { font-size: clamp(27px,3vw,36px); margin-bottom: 28px; }
.property-facts { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); margin-bottom: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.property-facts div { padding: 18px 16px; }
.property-facts div+div { border-left: 1px solid var(--line); }
.property-facts span { display: block; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.property-facts strong { display: block; margin-top: 5px; font-size: 15px; line-height: 1.35; }
.content-block { padding-bottom: 38px; }
.content-block+.content-block { padding-top: 36px; border-top: 1px solid var(--line); }
.content-block h2 { margin: 0 0 17px; font-size: 26px; line-height: 1.3; }
.entry-content { color: #405255; font-size: 15px; line-height: 1.75; }
.property-lead-form { display: grid; gap: 13px; margin-top: 22px; }
.property-lead-form label { color: var(--muted); font-size: 11px; font-weight: 700; }
.property-lead-form input,.property-lead-form textarea { width: 100%; margin-top: 5px; padding: 12px 13px; border: 1px solid #d5dedb; border-radius: 7px; background: #fff; font: inherit; }
.advisor-contact { margin-top: 20px; padding-top: 18px; border-top: 1px solid #ddd8ca; text-align: center; }
.advisor-contact span { display: block; color: var(--muted); font-size: 11px; }
.advisor-contact a { color: var(--green); font-size: 22px; font-weight: 800; }
.form-success { padding: 11px 13px; border-radius: 7px; background: #dceee8; color: var(--green); font-size: 13px; font-weight: 700; }

@media (max-width: 1100px) {
  .search-panel { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 920px) {
  .hero { min-height: 560px; background-position: 60% center; }
  .hero-copy { max-width: 600px; }
  .hero-content { padding: 148px 0 98px; }
  .main-nav { position: absolute; top: 88px; left: 20px; right: 20px; display: none; padding: 20px; border-radius: 8px; background: var(--green-dark); }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: flex-start; }
  .main-nav li { width: 100%; }
  .main-nav .sub-menu { position: static; display: flex; min-width: 0; width: 100%; margin-top: 5px; padding: 4px 0 4px 14px; border: 0; border-left: 1px solid rgba(255,255,255,.2); border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .main-nav .sub-menu:before { display: none; }
  .main-nav .sub-menu a { padding: 7px 10px; color: rgba(255,255,255,.78); white-space: normal; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .search-panel { grid-template-columns: 1fr 1fr; }
  .search-field { border-bottom: 1px solid var(--line); }
  .property-grid { grid-template-columns: repeat(2, 1fr); }
  .area-grid, .cta-inner, .single-layout, .faq-layout { grid-template-columns: 1fr; }
  .faq-layout { gap: 28px; }
  .property-head-grid { grid-template-columns: 1fr; gap: 24px; }
  .property-head-price { padding: 0; border-left: 0; }
  .property-facts { grid-template-columns: 1fr 1fr; }
  .property-facts div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .property-facts div:nth-child(4) { border-top: 1px solid var(--line); }
  .gallery-showcase { --gallery-height: 400px; grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(5,minmax(100px,1fr)); grid-auto-rows: 92px; padding: 0 8px 8px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  body.admin-bar .site-header { top: 46px; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 54px 0; }
  .section-title { margin-bottom: 28px; font-size: 28px; }
  .catalog-hero { padding: 132px 0 46px; }
  .catalog-hero h1 { font-size: 30px; }
  .archive-wrap { padding: 48px 0; }
  .catalog-seo-content { margin-top: 48px; padding: 30px 24px; }
  .catalog-seo-content h2 { font-size: 24px; }
  .hero { min-height: 510px; background-position: 62% center; }
  .hero:before { position: absolute; inset: 0; content: ""; background: rgba(3,29,27,.22); pointer-events: none; }
  .hero-content { padding: 134px 8px 64px; }
  .hero h1 { max-width: 520px; margin-bottom: 18px; font-size: clamp(30px, 7.8vw, 38px); line-height: 1.25; letter-spacing: -.02em; }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.75; }
  .hero-copy > .eyebrow { margin-bottom: 14px; font-size: 10px; letter-spacing: .1em; }
  .home-filter-bar { margin-top: 18px; }
  .home-filter-bar .archive-filter { width: 100%; }
  .home-properties { padding-top: 48px; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading>p,.section-heading .text-link { display: block; margin-top: 13px; }
  .search-panel, .property-grid, .process-grid, .lead-form, .footer-grid { grid-template-columns: 1fr; }
  .search-field { border-right: 0; }
  .area-grid { gap: 44px; }
  .area-visual { min-height: 330px; }
  .lead-form textarea, .lead-form .form-wide, .lead-form button { grid-column: auto; }
  .footer-grid { gap: 32px; }
  .property-head { padding: 34px 0 30px; }
  .property-head h1 { font-size: 28px; }
  .property-gallery { padding-top: 18px; }
  .gallery-showcase { --gallery-height: 300px; display: block; overflow: visible; background: transparent; }
  .gallery-main { border-radius: 12px; }
  .gallery-thumbs { display: flex; gap: 7px; margin-top: 7px; padding: 0 0 5px; overflow-x: auto; scrollbar-width: thin; }
  .gallery-thumb { flex: 0 0 92px; height: 72px; }
  .single-wrap { padding: 44px 0 58px; }
  .property-facts { grid-template-columns: 1fr; }
  .property-facts div+div,.property-facts div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .mobile-contact { position: fixed; z-index: 9999; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 64px; box-shadow: 0 -8px 30px rgba(5,35,31,.18); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 12px; color: #fff; text-align: center; }
  .mobile-contact span { font-size: 10px; text-transform: uppercase; opacity: .8; }
  .mobile-contact strong { font-size: 15px; }
  .mobile-contact__phone { background: var(--green); }
  .mobile-contact__zalo { background: #0877d1; }
}
