html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  overflow-wrap: break-word;
}
* {
  min-width: 0;
}
[hidden] {
  display: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #956b0d;
  outline-offset: 4px;
}
h1,
h2,
h3 {
  overflow-wrap: break-word;
}
.content-wrap {
  width: min(1280px, 100%);
  margin: auto;
  padding: 40px 32px;
}
.narrow {
  max-width: 900px;
}
.page-title {
  font:
    700 clamp(2rem, 4vw, 3.5rem) / 1.2 "Playfair Display",
    Georgia,
    serif;
  margin: 0 0 28px;
}
.section-title {
  font:
    700 clamp(1.6rem, 3vw, 2.4rem) / 1.3 "Playfair Display",
    Georgia,
    serif;
  margin-bottom: 24px;
}
.project-section {
  margin: 36px 0 56px;
}
.project-hero {
  min-height: 470px;
}
.project-hero > .content-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.project-hero img {
  height: 100%;
}
.intro {
  max-width: 850px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #a97f14, #866210);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.btn:hover {
  filter: brightness(1.08);
}
.btn:disabled {
  opacity: 0.55;
  cursor: wait;
}
.btn-secondary {
  background: #f0eeeb;
  color: #292524;
}
.badge {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 14px;
  background: #f3e9d0;
  color: #735309;
  font-size: 12px;
}
.nav-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.desktop-nav .nav-list {
  gap: 18px;
  font-size: 16px;
  font-weight: 600;
}
.nav-list a:hover,
.mobile-nav-list a:hover {
  color: #866210;
}
.nav-list .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 20px #0002;
}
.nav-list li:hover > .sub-menu,
.nav-list li:focus-within > .sub-menu {
  display: block;
}
.mobile-toggle {
  display: none;
}
.mobile-nav-list li a {
  display: block;
  padding: 10px 0;
}
.mobile-nav-list .sub-menu {
  padding-left: 20px;
}
.brand-logo {
  width: auto;
  max-width: 230px;
  max-height: 56px;
}
.site-brand {
  max-width: 340px;
  flex-shrink: 0;
}
.site-brand .font-luxury {
  font-size: 17px;
}
.brand-tagline {
  display: block;
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-header-inner {
  gap: 20px;
}
.header-cta {
  flex-shrink: 0;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 15px;
  z-index: 100;
  background: white;
  padding: 15px;
}
.skip-link:focus {
  top: 10px;
}
.floating-actions {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 30;
}
.floating-actions > * {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  box-shadow: 0 3px 15px #0002;
}
.bookmark {
  position: absolute;
  right: 12px;
  top: 12px;
  background: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 24px;
}
.bookmark[aria-pressed="true"] {
  color: #be123c;
}
.project-card > div > a:first-child {
  display: block;
  height: 100%;
}
.project-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-card .btn {
  padding: 12px 8px;
}
.consult-dialog {
  border: 1px solid #c59b2750;
  border-radius: 24px;
  padding: 32px;
  max-width: 560px;
  width: calc(100% - 28px);
  max-height: 90dvh;
  overflow: auto;
  background: #fff;
  color: #292524;
}
.consult-dialog::backdrop {
  background: #0c0a09b3;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 40px;
  height: 40px;
  font-size: 28px;
}
.lena-lead-form {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}
.lena-lead-form label,
.project-filter label {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
input:not([type="checkbox"]):not([type="range"]):not([type="hidden"]),
select,
textarea {
  width: 100%;
  background: #fafaf9;
  border: 1px solid #d6d3d1;
  border-radius: 10px;
  color: #292524;
  padding: 12px;
  min-height: 44px;
  max-width: 100%;
}
.lena-lead-form input,
.lena-lead-form select,
.lena-lead-form textarea,
.project-filter select {
  margin-top: 6px;
}
.lena-lead-form .consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 400;
  line-height: 1.6;
}
.consent input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.consent a {
  text-decoration: underline;
}
.lena-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-result {
  font-size: 13px;
}
.form-result[data-error="true"] {
  color: #b91c1c;
}
.facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #e7e5e4;
  border: 1px solid #e7e5e4;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 28px;
}
.facts > div {
  background: #fff;
  padding: 18px;
}
.facts dt {
  font-size: 12px;
  color: #57534e;
}
.facts dd {
  font-weight: 600;
  margin-top: 4px;
}
.faq {
  border: 1px solid #ddd6ca;
  border-radius: 12px;
  background: white;
  margin: 12px 0;
  padding: 20px;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  min-height: 30px;
}
.faq p {
  margin-top: 15px;
  line-height: 1.8;
}
.video-frame {
  aspect-ratio: 16/9;
  width: 100%;
  border: 0;
  margin-top: 20px;
  border-radius: 16px;
}
.table-scroll {
  overflow: auto;
}
.product-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}
.product-table th,
.product-table td {
  text-align: left;
  padding: 14px;
  border: 1px solid #e7e5e4;
}
.product-table th {
  background: #f3edde;
}
.prose {
  line-height: 1.85;
}
.prose p,
.prose ul,
.prose ol,
.prose h2,
.prose h3 {
  margin: 1em 0;
}
.prose h2 {
  font-size: 1.8rem;
  font-family: "Playfair Display", serif;
}
.prose h3 {
  font-size: 1.4rem;
}
.prose a {
  text-decoration: underline;
  color: #795910;
}
.prose ul {
  list-style: disc;
  padding-left: 24px;
}
.prose ol {
  list-style: decimal;
  padding-left: 24px;
}
.breadcrumbs,
.rank-math-breadcrumb {
  font-size: 13px;
  margin-bottom: 25px;
}
.pagination {
  margin-top: 35px;
}
.pagination .nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-numbers {
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.page-numbers.current {
  background: #292524;
  color: #fff;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.text-stone-400 {
  color: #78716c;
}
.text-brand-gold {
  color: #866210;
}
.gold-gradient-bg {
  background: linear-gradient(135deg, #a97f14, #866210);
}
.bg-stone-900 .text-stone-400,
.bg-stone-950 .text-stone-400 {
  color: #d6d3d1;
}
.admin-bar #mainHeader {
  top: 32px;
}
#tinh-lai input[type="number"] {
  width: 128px;
  background: #292524;
  color: #fff;
}
#tinh-lai select {
  background: #292524;
  color: #fff;
}
#tinh-lai [aria-live] {
  min-height: 36px;
}
@media (max-width: 1199px) {
  .desktop-nav {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .site-header-inner {
    gap: 12px;
  }
}
@media (max-width: 639px) {
  .content-wrap {
    padding: 30px 16px;
  }
  .facts {
    grid-template-columns: 1fr;
  }
  .brand-tagline {
    max-width: 235px;
    font-size: 8px;
  }
  .site-brand .font-luxury {
    font-size: 15px;
  }
  .site-brand {
    max-width: calc(100% - 52px);
  }
  .consult-dialog {
    padding: 28px 16px;
  }
  .floating-actions {
    right: 10px;
    bottom: 12px;
  }
  .admin-bar #mainHeader {
    top: 0;
  }
  .lena-lead-form {
    padding: 12px;
  }
  .section-title {
    margin-bottom: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
.h-full {
  height: 100%;
}
#tin-tuc .min-h-\[340px\] {
  width: 100%;
}
.about-metrics article {
  padding: 4px;
  border: 0;
  box-shadow: none;
}
.about-metrics h3 {
  font-size: clamp(14px, 2vw, 22px);
}
.about-metrics p {
  font-size: 11px;
}
@media (max-width: 639px) {
  .header-cta {
    display: none;
  }
  .site-brand {
    flex-shrink: 1;
  }
  .brand-tagline {
    max-width: 225px;
  }
}
.header-phone {
  display: none;
  font-size: 12px;
  font-weight: 700;
  color: #866210;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .header-phone {
    display: block;
  }
  .desktop-nav .nav-list {
    gap: 14px;
  }
  .site-brand {
    max-width: 285px;
  }
}
