:root {
  --navy: #061a33;
  --navy-2: #0b2447;
  --navy-3: #0d1f38;
  --gold: #d8a84e;
  --gold-soft: #efd184;
  --cream: #f4efe7;
  --white: #ffffff;
  --text: #172033;
  --muted: #7a8496;
  --line: rgba(216, 168, 78, 0.24);
  --shadow: 0 18px 48px rgba(6, 26, 51, 0.16);
}

/* Mobile project detail redesign */
.project-detail-page {
  width: min(100%, 430px);
  margin-inline: auto;
  padding-bottom: 74px;
  background: #f2eee7;
  color: #07152b;
  overflow: hidden;
}

.project-detail-page ~ .contact-bar {
  width: min(100%, 430px);
}

.detail-appbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 58px;
  padding: 0 16px;
  background: #07152b;
  color: var(--white);
}

.detail-appbar__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
}

.detail-appbar__back::first-letter {
  font-size: 22px;
}

.detail-appbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.detail-appbar__brand span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--gold);
  border-radius: 8px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
}

.detail-appbar__brand strong {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.detail-appbar__search {
  justify-self: end;
  position: relative;
  width: 22px;
  height: 22px;
}

.detail-appbar__search::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
}

.detail-appbar__search::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 4px;
  width: 8px;
  height: 2px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(45deg);
}

.detail-mobile-hero {
  position: relative;
  min-height: 220px;
  background: #0b2447;
  overflow: hidden;
}

.detail-mobile-hero > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  opacity: 0.88;
}

.detail-mobile-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 26, 51, 0.1), rgba(6, 26, 51, 0.96)),
    radial-gradient(circle at 78% 64%, rgba(36, 130, 82, 0.28), transparent 22%);
}

.detail-hero-overlay {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 14px;
  color: var(--white);
}

.detail-badges {
  display: flex;
  gap: 7px;
  margin-bottom: 8px;
}

.detail-badges span {
  border-radius: 5px;
  padding: 5px 8px;
  background: var(--gold);
  color: #07152b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-badges span:last-child {
  background: #2b8b66;
  color: var(--white);
}

.detail-hero-overlay h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
  color: var(--white);
}

.detail-hero-overlay p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.detail-hero-tools {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 6px;
}

.detail-hero-tools span,
.detail-hero-tools strong {
  display: grid;
  place-items: center;
  width: 40px;
  height: 32px;
  border: 1px solid rgba(216, 168, 78, 0.4);
  border-radius: 7px;
  background: rgba(7, 21, 43, 0.82);
  color: var(--white);
  font-size: 10px;
}

.detail-hero-tools span::before {
  content: "";
  width: 18px;
  height: 13px;
  border: 2px solid #5f7e9d;
  border-radius: 2px;
  box-shadow: inset 6px 0 0 rgba(216, 168, 78, 0.42);
}

.detail-hero-tools span:nth-child(2)::before {
  border-radius: 999px;
  background: #0e7d4e;
  box-shadow: 10px 0 0 #1c915f;
}

.detail-fact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 430px);
  margin-inline: auto;
  background: var(--white);
}

.detail-fact-strip div {
  min-height: 48px;
  padding: 10px 8px;
  text-align: center;
  border-right: 1px solid #e5ded2;
}

.detail-fact-strip div:last-child {
  border-right: 0;
}

.detail-fact-strip span {
  display: block;
  color: #a29a8c;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-fact-strip strong {
  display: block;
  margin-top: 3px;
  color: #07152b;
  font-size: 11px;
}

.detail-fact-strip div:last-child strong {
  color: #b88a35;
}

.detail-price-strip {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #07152b;
  color: var(--white);
}

.detail-price-strip span,
.detail-price-strip small {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-price-strip strong {
  display: block;
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
}

.detail-price-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.detail-price-strip a:nth-of-type(1) {
  border: 1px solid rgba(216, 168, 78, 0.7);
  color: var(--gold);
}

.detail-price-strip a:nth-of-type(2) {
  background: var(--gold);
  color: #07152b;
}

.detail-block {
  padding: 28px 16px;
  background: var(--white);
}

.detail-block:nth-of-type(odd) {
  background: #f4efe7;
}

.detail-kicker {
  margin: 0 0 7px;
  color: #b88a35;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.detail-block h2,
.detail-consultant h2 {
  margin: 0;
  color: #07152b;
  font-family: "Be Vietnam Pro", Inter, "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.12;
}

.detail-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.detail-benefit-grid article {
  min-height: 96px;
  border: 1px solid #e6dcca;
  border-radius: 10px;
  background: #f8f4ed;
  padding: 13px;
}

.detail-line-icon,
.press-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 9px;
  background: #f1e8d7;
  color: var(--gold);
}

.detail-line-icon::before,
.detail-line-icon::after,
.press-icon::before,
.press-icon::after {
  content: "";
  position: absolute;
}

.detail-line-icon--home::before {
  width: 13px;
  height: 11px;
  border: 2px solid currentColor;
  border-top: 0;
}

.detail-line-icon--home::after {
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg) translate(-1px, 3px);
}

.detail-line-icon--shield::before {
  width: 14px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 9px 9px 7px 7px;
}

.detail-line-icon--clock::before {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.detail-line-icon--clock::after {
  width: 7px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(2px, -1px);
}

.detail-line-icon--trend::before {
  width: 16px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-35deg);
}

.detail-benefit-grid h3 {
  margin: 0 0 5px;
  color: #07152b;
  font-size: 12px;
}

.detail-benefit-grid p,
.detail-overview p {
  margin: 0;
  color: #6d7583;
  font-size: 10px;
  line-height: 1.55;
}

.detail-overview {
  border-top: 1px solid #e2d9cc;
  border-bottom: 1px solid #e2d9cc;
  background: #f4efe7;
}

.detail-overview p {
  margin-top: 17px;
  font-size: 12px;
  line-height: 1.75;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.detail-tags span {
  border: 1px solid #e0c990;
  border-radius: 999px;
  background: #fbf7ee;
  padding: 5px 12px;
  color: #725421;
  font-size: 9px;
}

.detail-plans {
  background: var(--white);
}

.plan-carousel,
.related-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(148px, 1fr);
  gap: 10px;
  margin-top: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.plan-carousel::-webkit-scrollbar,
.related-carousel::-webkit-scrollbar {
  display: none;
}

.plan-card,
.related-card {
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid #e0d6c6;
  border-radius: 10px;
  background: #f8f4ed;
}

.plan-card__drawing {
  position: relative;
  height: 92px;
  background: #10264b;
}

.plan-card__drawing::before {
  content: "";
  position: absolute;
  inset: 20px 28px;
  border: 1px solid var(--gold);
}

.plan-card__drawing span {
  position: absolute;
  background: rgba(216, 168, 78, 0.16);
}

.plan-card__drawing span:nth-child(1) {
  left: 30px;
  top: 48px;
  width: 70px;
  height: 1px;
}

.plan-card__drawing span:nth-child(2) {
  left: 68px;
  top: 21px;
  width: 1px;
  height: 52px;
}

.plan-card__drawing span:nth-child(3) {
  left: 36px;
  top: 36px;
  width: 56px;
  height: 1px;
}

.plan-card p,
.related-card strong {
  margin: 12px 12px 2px;
  color: #b88a35;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-card h3,
.related-card span {
  display: block;
  margin: 0 12px;
  color: #07152b;
  font-size: 12px;
  font-weight: 900;
}

.plan-card small,
.related-card small {
  display: block;
  margin: 3px 12px 8px;
  color: #6d7583;
  font-size: 10px;
}

.plan-card strong {
  display: block;
  margin: 0 12px 13px;
  color: #b88a35;
  font-size: 12px;
}

.detail-consultant {
  display: grid;
  grid-template-columns: 98px 1fr;
  width: calc(min(100%, 430px) - 32px);
  margin: 28px auto;
  overflow: hidden;
  border-radius: 12px;
  background: #07152b;
  color: var(--white);
}

.detail-consultant img {
  width: 100%;
  height: 100%;
  min-height: 142px;
  object-fit: cover;
  object-position: center top;
}

.detail-consultant > div {
  padding: 16px;
}

.detail-consultant .detail-kicker,
.detail-consultant h2 {
  color: var(--white);
}

.detail-consultant > div > span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.consultant-stats {
  display: flex;
  gap: 22px;
  margin-top: 14px;
  color: var(--gold);
}

.consultant-stats strong::after {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 8px;
  font-weight: 500;
}

.consultant-stats strong:first-child::after {
  content: "Khách hàng";
}

.consultant-stats strong:last-child::after {
  content: "Hài lòng";
}

.consultant-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.consultant-actions a {
  display: grid;
  place-items: center;
  min-height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(216, 168, 78, 0.55);
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
}

.consultant-actions a:first-child {
  background: var(--gold);
  color: #07152b;
}

.detail-press {
  background: #f4efe7;
}

.press-mobile-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.press-mobile-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  border-radius: 9px;
  background: var(--white);
  padding: 12px;
}

.press-icon {
  width: 34px;
  height: 34px;
  margin: 0;
  background: #07152b;
}

.press-icon::before {
  width: 14px;
  height: 16px;
  border: 2px solid var(--gold);
  border-radius: 2px;
}

.press-icon::after {
  width: 8px;
  height: 1px;
  background: var(--gold);
  box-shadow: 0 4px 0 var(--gold);
}

.press-mobile-list p {
  margin: 0 0 4px;
  color: #b88a35;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.press-mobile-list h3 {
  margin: 0 0 4px;
  color: #07152b;
  font-size: 11px;
  line-height: 1.35;
}

.press-mobile-list small {
  color: #8d93a0;
  font-size: 9px;
}

.detail-related {
  background: var(--white);
}

.related-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  background: #10264b;
}

.related-card strong {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0;
  text-transform: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #d6d0c4;
  color: var(--text);
  font-family: "Be Vietnam Pro", Inter, "Segoe UI", Arial, sans-serif;
  padding-bottom: 74px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.home-hero,
.home-surface,
.project-detail-hero,
.detail-section {
  width: min(100%, 430px);
  margin-inline: auto;
}

.home-hero {
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--gold);
  border-radius: 9px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.brand strong {
  display: block;
  color: var(--white);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--gold-soft);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.desktop-nav {
  display: none;
}

.menu-button {
  display: grid;
  gap: 6px;
  width: 34px;
  border: 0;
  background: transparent;
  padding: 6px;
}

.menu-button span {
  display: block;
  height: 1.5px;
  background: var(--gold);
}

.hero-main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  min-height: 390px;
  padding: 22px 0 0 20px;
  background-image: radial-gradient(rgba(216, 168, 78, 0.16) 1px, transparent 1px);
  background-size: 28px 28px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-bottom: 24px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--gold);
  vertical-align: 1px;
}

.eyebrow--dark {
  color: #b88a35;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.section h2,
.about-card h2,
.trust-section h2,
.detail-hero-copy h1,
h2 {
  margin: 0;
  font-family: "Be Vietnam Pro", Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy h1 {
  color: var(--white);
  font-size: 44px;
  line-height: 0.88;
}

.hero-copy h1 em {
  color: var(--gold);
  font-style: normal;
}

.hero-copy > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.65;
}

.hero-photo {
  align-self: stretch;
  min-width: 0;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center top;
}

.hero-actions {
  display: grid;
  justify-items: start;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 900;
}

.button--gold {
  background: var(--gold);
  color: #07152b;
}

.button--outline,
.button--outline-dark {
  border: 1px solid var(--gold);
}

.button--outline {
  color: var(--white);
}

.button--outline-dark {
  color: var(--navy);
}

.text-link {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero-values,
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hero-values {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 26, 51, 0.82);
  backdrop-filter: blur(16px);
}

.hero-values div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 10px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-values div:last-child,
.hero-stats div:last-child {
  border-right: 0;
}

.hero-values span {
  color: var(--gold);
  font-size: 18px;
}

.hero-values p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  line-height: 1.25;
}

.hero-stats {
  background: #0f2347;
}

.hero-stats div {
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 72px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.hero-stats strong {
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 9px;
  line-height: 1.25;
}

.home-surface {
  overflow: hidden;
  background: var(--cream);
}

.section {
  padding: 26px 20px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.section-heading .eyebrow {
  margin-bottom: 6px;
  letter-spacing: 0.22em;
}

.section h2,
.about-card h2,
.trust-section h2 {
  color: #07152b;
  font-size: 25px;
  line-height: 1.05;
}

.section-link {
  color: #b88a35;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.project-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(185px, 0.72fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.project-grid::-webkit-scrollbar {
  display: none;
}

.project-card {
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 13px;
  background: var(--white);
  box-shadow: 0 12px 24px rgba(6, 26, 51, 0.08);
}

.project-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1.42;
  overflow: hidden;
  background: #0f1d31;
}

.project-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 26, 51, 0.06), rgba(6, 26, 51, 0.28));
}

.project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  background: var(--gold);
  color: #07152b;
  padding: 5px 8px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-card__body {
  padding: 12px 12px 14px;
}

.project-card h3 {
  margin: 0;
  color: #07152b;
  font-size: 13px;
  text-transform: uppercase;
}

.project-card p {
  margin: 5px 0 10px;
  color: var(--muted);
  font-size: 10px;
}

.project-pill {
  display: inline-flex;
  border-radius: 5px;
  background: #f3ead8;
  color: #92733d;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: 800;
}

.project-card strong {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 18px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.carousel-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #d6d1c8;
}

.carousel-dots span:first-child {
  width: 22px;
  background: var(--gold);
}

.about-card {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  margin: 24px 20px 34px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 16px 30px rgba(6, 26, 51, 0.1);
}

.about-card img {
  width: 100%;
  height: 100%;
  min-height: 185px;
  object-fit: cover;
  object-position: center top;
}

.about-card div {
  padding: 18px 16px;
}

.about-card .eyebrow {
  margin-bottom: 6px;
}

.about-card h2 {
  font-size: 24px;
}

.about-card p {
  margin: 12px 0 14px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.about-card a {
  color: #07152b;
  font-size: 12px;
  font-weight: 900;
}

.trust-section {
  padding: 34px 20px 82px;
  background: var(--navy);
  color: var(--white);
}

.center-heading {
  margin-bottom: 22px;
  text-align: center;
}

.center-heading .eyebrow {
  color: var(--gold);
}

.trust-section h2 {
  color: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.trust-grid article {
  min-height: 122px;
  border: 1px solid rgba(216, 168, 78, 0.24);
  border-radius: 13px;
  background: #10243f;
  padding: 14px;
}

.trust-grid span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 13px;
  border-radius: 12px;
  background: rgba(216, 168, 78, 0.12);
  color: var(--gold);
}

.trust-grid h3 {
  margin: 0 0 7px;
  color: var(--white);
  font-size: 13px;
}

.trust-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.45;
}

.process-section h2 {
  max-width: 320px;
  font-size: 22px;
  line-height: 1.12;
}

.process-list,
.compact-projects {
  display: grid;
  gap: 10px;
}

.process-list article,
.compact-projects a {
  border-radius: 13px;
  background: var(--white);
  padding: 14px;
}

.process-list span,
.compact-projects small {
  color: #b88a35;
  font-size: 11px;
  font-weight: 900;
}

.process-list h3,
.compact-projects span {
  margin: 5px 0 0;
  color: #07152b;
  font-size: 14px;
}

.compact-projects span {
  font-weight: 900;
  text-transform: uppercase;
}

.contact-bar {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 430px);
  transform: translateX(-50%);
  background: #06172d;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -10px 28px rgba(2, 10, 22, 0.22);
}

.contact-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  place-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 62px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 500;
}

.contact-bar a:first-child {
  color: var(--gold);
}

.contact-bar a:last-child {
  border-right: 0;
}

.contact-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  color: currentColor;
}

.contact-icon--phone::before {
  content: "";
  position: absolute;
  inset: 3px 4px 3px 5px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.contact-icon--zalo::before {
  content: "";
  position: absolute;
  inset: 3px 2px 4px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.contact-icon--zalo::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 6px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: skew(-15deg);
}

.contact-icon--mail::before {
  content: "";
  position: absolute;
  inset: 4px 2px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.contact-icon--mail::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

/* Project detail pages */
.project-detail-hero,
.detail-section {
  padding-inline: 20px;
  background: var(--cream);
}

.project-detail-hero {
  padding-top: 22px;
  padding-bottom: 24px;
}

.detail-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.detail-back {
  color: #b88a35;
  font-size: 12px;
  font-weight: 900;
}

.detail-hero-card,
.detail-facts div,
.highlight-list,
.document-section-card,
.press-card {
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 12px 24px rgba(6, 26, 51, 0.08);
}

.detail-hero-card {
  overflow: hidden;
}

.detail-hero-copy {
  padding: 22px;
}

.detail-hero-copy h1 {
  color: #07152b;
  font-size: 38px;
  line-height: 1;
}

.detail-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.detail-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.detail-hero-card > img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.detail-section {
  padding-top: 18px;
  padding-bottom: 18px;
}

.detail-facts,
.detail-grid-section,
.document-section-grid,
.press-grid {
  display: grid;
  gap: 12px;
}

.detail-facts div,
.highlight-list,
.document-section-card,
.press-card {
  padding: 16px;
}

.detail-facts span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-facts strong {
  color: #07152b;
}

.detail-copy,
.highlight-list,
.document-section-card small {
  color: var(--muted);
  line-height: 1.6;
}

.document-section-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
}

.document-section-card__number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--navy);
  color: var(--gold);
  font-weight: 900;
}

.document-section-card p,
.press-card p {
  margin: 0 0 6px;
  color: #b88a35;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.document-section-card h3,
.press-card h3 {
  margin: 0;
  color: #07152b;
  font-size: 15px;
}

.document-section-card small {
  grid-column: 1 / -1;
  font-size: 13px;
}

@media (min-width: 760px) {
  .home-hero,
  .home-surface,
  .project-detail-hero,
  .detail-section,
  .contact-bar {
    width: min(1180px, calc(100% - 40px));
  }

  .home-hero {
    border-radius: 0 0 24px 24px;
    margin-top: 20px;
  }

  .desktop-nav {
    display: flex;
    gap: 24px;
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
  }

  .menu-button {
    display: none;
  }

  .hero-main {
    grid-template-columns: 0.82fr 1fr;
    min-height: 560px;
    padding-left: 56px;
  }

  .hero-copy h1 {
    font-size: 78px;
  }

  .hero-photo img {
    min-height: 560px;
  }

  .project-grid {
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
  }

  .about-card {
    grid-template-columns: 300px 1fr;
    margin-inline: 56px;
  }

  .trust-grid,
  .process-list,
  .compact-projects {
    grid-template-columns: repeat(4, 1fr);
  }

  .detail-hero-card {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
  }

  .detail-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .detail-grid-section,
  .document-section-grid,
  .press-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.project-detail-page {
  width: min(100%, 430px);
}

.project-detail-page ~ .contact-bar {
  width: min(100%, 430px);
}

.project-detail-page .detail-appbar,
.project-detail-page .detail-mobile-hero,
.project-detail-page .detail-fact-strip,
.project-detail-page .detail-price-strip,
.project-detail-page .detail-block {
  width: 100%;
  margin-inline: 0;
}

/* Homepage is intentionally mobile-first, matching the profile/app mockup. */
.home-hero,
.home-surface {
  width: min(100%, 430px);
  margin-inline: auto;
}

.home-hero {
  margin-top: 0;
  border-radius: 0;
}

.home-hero .desktop-nav {
  display: none;
}

.home-hero .menu-button {
  display: grid;
}

.home-hero .hero-main {
  grid-template-columns: 0.9fr 1fr;
  min-height: 430px;
  padding-left: 20px;
}

.home-hero .hero-copy h1 {
  font-size: 44px;
}

.home-hero .hero-photo img {
  min-height: 410px;
}

.home-surface .project-grid {
  grid-auto-flow: column;
  grid-auto-columns: minmax(185px, 1fr);
  grid-template-columns: none;
  overflow-x: auto;
}

.home-surface .about-card {
  grid-template-columns: 0.72fr 1fr;
  margin-inline: 20px;
}

.home-surface .trust-grid {
  grid-template-columns: repeat(2, 1fr);
}

body:has(.home-hero) .contact-bar {
  width: min(100%, 430px);
}

.home-surface ~ .contact-bar {
  width: min(100%, 430px);
}
