:root {
  --gold-50: #FEFAEC;
  --gold-100: #FCF0C8;
  --gold-200: #F9E29C;
  --gold-300: #F8D468;
  --gold-400: #F6C23A;
  --gold-500: #E0A81D;
  --gold-600: #B98712;
  --gold-700: #8A5A0A;
  --gold-800: #5E3D07;
  --gold-900: #3A2504;
  --ink: #1F1A12;
  --ink-2: #2A2018;
  --ink-3: #352B1C;
  --slate: #5C4F3A;
  --muted: #7A6B52;
  --line: #E8DEC8;
  --paper: #FCF9F2;
  --surface: #FFFFFF;
  --warm-2: #F7F1E3;
  --warm-3: #EFE6D0;
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 64px;
  --s9: 96px;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-pill: 999px;
  --shadow-card: 0 2px 8px rgba(31, 26, 18, .08), 0 8px 32px rgba(31, 26, 18, .07);
  --shadow-hover: 0 8px 32px rgba(31, 26, 18, .14), 0 24px 64px rgba(31, 26, 18, .10);
  --nav-h: 72px;
}

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

/* =========================================
   UTILS
========================================= */
.section {
  padding: var(--s9) 0
}

.section-sm {
  padding: var(--s7) 0
}

.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-700);
  font-weight: 500
}

.tag {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: var(--r-pill);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: .04em
}

.tag-new {
  background: var(--gold-100);
  color: var(--gold-800)
}

.tag-hot {
  background: #FBE0D6;
  color: #9A331A
}

.tag-ok {
  background: #D6F2E5;
  color: #0B6B47
}

.tag-dark {
  background: rgba(246, 194, 58, .18);
  color: var(--gold-300);
  border: 1px solid rgba(246, 194, 58, .3)
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: var(--r-sm);
  padding: 13px 26px;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s
}

.btn-gold {
  background: var(--gold-700);
  color: #fff
}

.btn-gold:hover {
  background: var(--gold-800);
  color: #fff;
  box-shadow: 0 4px 20px rgba(138, 90, 10, .35)
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(246, 194, 58, .55)
}

.btn-outline:hover {
  background: rgba(246, 194, 58, .1);
  border-color: var(--gold-400);
  color: #fff;
}

.btn-outline-dark {
  background: transparent;
  color: var(--gold-700);
  border: 1.5px solid var(--gold-400)
}

.btn-outline-dark:hover {
  background: var(--gold-50);
  color: var(--nau);
	border-color: var(--gold-400);
}

.btn-lg {
  padding: 15px 34px;
  color: #fff;
}

/* =========================================
   HERO
========================================= */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink-2)
}

/* gradient placeholder simulating real estate photo */
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.hero-bg .img-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 65% 40%, rgba(138, 90, 10, .22) 0%, transparent 60%),
    linear-gradient(160deg, #0d0a06 0%, #2a1e0d 35%, #1a140a 60%, #0a0806 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg.has-banner .hero-scene {
  display: none;
}

/* City/building scene drawn in CSS for mockup */
.hero-bg .scene {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.bldg {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, #2a2010, #1a1408)
}

.bldg .win {
  position: absolute;
  background: rgba(246, 194, 58, .35)
}

.bldg::before,
.bldg::after {
  content: "";
  position: absolute
}

.sky-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 0%, rgba(246, 194, 58, .18) 0%, transparent 65%)
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 10, 5, .55) 0%, rgba(15, 10, 5, .2) 40%, rgba(10, 7, 3, .72) 75%, rgba(10, 7, 3, .92) 100%)
}

/* watermark tagline — signature element */
.hero-wm {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: hidden
}

.hero-wm span {
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: clamp(48px, 8vw, 110px);
  font-weight: 700;
  color: rgba(246, 194, 58, .055);
  letter-spacing: .06em;
  white-space: nowrap;
  user-select: none;
  text-transform: uppercase
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(var(--s9), 9vh, 120px)
}

.hero-content .container {
  display: flex;
  flex-direction: column;
  gap: var(--s5)
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(246, 194, 58, .12);
  border: 1px solid rgba(246, 194, 58, .3);
  border-radius: var(--r-pill);
  padding: 6px 14px 6px 8px;
  width: fit-content
}

.hero-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-400);
  flex: none;
  box-shadow: 0 0 10px rgba(246, 194, 58, .6)
}

.hero-badge span {
  font-family: 'JetBrains Mono';
  font-size: 11px;
  color: var(--gold-300);
  letter-spacing: .1em;
  text-transform: uppercase
}

.hero-headline em {
  font-style: italic;
  color: var(--gold-400)
}

.hero-sub {
  color: rgba(255, 255, 255, .68);
  font-size: clamp(15px, 1.6vw, 18px);
  max-width: 520px;
  line-height: 1.65
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: var(--s4);
  flex-wrap: wrap
}

.hero-scroll {
  position: absolute;
  bottom: var(--s5);
  right: var(--s5);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px
}

.hero-scroll span {
  font-family: 'JetBrains Mono';
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4)
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--gold-400), transparent)
}

.hero-headline-top h1 {
  font-family: 'Playfair Display';
  font-weight: 700;
  color: #fff;
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1.1;
  letter-spacing: -.015em;
  max-width: 820px;
}

/* =========================================
   KPI STRIP
========================================= */
.kpi-strip {
  background: var(--ink-2);
  border-bottom: 1px solid rgba(246, 194, 58, .12)
}

.kpi-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0
}

.kpi-item {
  padding: var(--s6) var(--s5);
  border-right: 1px solid rgba(246, 194, 58, .1);
  position: relative
}

.kpi-item:last-child {
  border-right: none
}

.kpi-val {
  font-family: 'JetBrains Mono';
  font-weight: 500;
  font-size: clamp(32px, 3vw, 44px);
  color: var(--gold-300);
  line-height: 1;
  letter-spacing: .02em;
  text-shadow: 0 0 24px rgba(246, 194, 58, .35)
}

.kpi-lab {
  font-size: 12px;
  color: rgba(255, 255, 255, .45);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: 'JetBrains Mono';
  margin-top: 6px
}

.kpi-delta {
  font-size: 11.5px;
  color: var(--gold-600);
  margin-top: 4px;
  font-family: 'JetBrains Mono'
}

/* =========================================
   DỰ ÁN NỔI BẬT
========================================= */
.projects {
  background: var(--warm-2)
}

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--s6);
  gap: var(--s5)
}

.sec-head h2 {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: clamp(26px, 3vw, 38px);
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -.01em
}

.sec-head .see-all {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gold-700);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--gold-400)
}

.sec-head .see-all:hover {
  color: var(--gold-800)
}

.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s5)
}

.proj-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover)
}

.proj-card:hover .proj-img-inner {
  transform: scale(1.04)
}

.proj-img {
  height: 220px;
  overflow: hidden;
  position: relative;
  background: var(--warm-3)
}

.proj-img-inner {
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
  display: flex;
  align-items: center;
  justify-content: center
}

/* CSS building illustration for project cards */
.card-scene {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.cs-sky {
  position: absolute;
  inset: 0
}

.cs-bldg {
  position: absolute;
  bottom: 0
}

.proj-img .badges {
  position: absolute;
  top: var(--s3);
  left: var(--s3);
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  z-index: 2
}

.proj-body {
  padding: var(--s5)
}

.proj-loc {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--muted);
  font-family: 'JetBrains Mono';
  margin-bottom: 8px
}

.proj-loc svg {
  width: 13px;
  height: 13px;
  stroke: var(--gold-600);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.proj-name {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: var(--s3)
}

.proj-desc {
  font-size: 13.5px;
  color: var(--slate);
  line-height: 1.6;
  margin-bottom: var(--s4)
}

.proj-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--s4);
  border-top: 1px solid var(--line)
}

.proj-price {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 20px;
  color: var(--gold-700)
}

.proj-price small {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  font-family: 'Inter';
  margin-left: 2px
}

.proj-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-700);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px
}

.proj-cta:hover {
  color: var(--gold-800)
}

/* --- Grid + card --- */
.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s5)
}

.proj-card {
  background: var(--surface);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all .3s;
  display: flex;
  flex-direction: column
}

.proj-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover)
}

.proj-card:hover .card-img-inner {
  transform: scale(1.04)
}

.card-img {
  height: 210px;
  overflow: hidden;
  position: relative
}

.card-img-inner {
  width: 100%;
  height: 100%;
  transition: transform .5s ease
}

.pk-du-an-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.card-img .badges {
  position: absolute;
  top: var(--s3);
  left: var(--s3);
  display: flex;
  gap: 6px;
  z-index: 2;
  flex-wrap: wrap
}

.card-img .area-tag {
  position: absolute;
  bottom: var(--s3);
  right: var(--s3);
  background: rgba(31, 26, 18, .75);
  backdrop-filter: blur(6px);
  border-radius: var(--r-sm);
  padding: 4px 10px;
  font-family: 'JetBrains Mono';
  font-size: 10.5px;
  color: rgba(246, 194, 58, .9);
  letter-spacing: .06em;
  z-index: 2
}

.card-body {
  padding: var(--s5);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--s3)
}

.card-loc {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--muted);
  font-family: 'JetBrains Mono'
}

.card-loc svg {
  width: 13px;
  height: 13px;
  stroke: var(--gold-600);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none
}

.card-name {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
  line-height: 1.25
}
.card-name a{
    color: var(--ink);
}
.card-desc {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.card-specs {
  padding: var(--s3) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap: 16px;
}

.spec-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}

.spec-item .sv {
  font-family: 'JetBrains Mono';
  font-size: 12.5px;
  font-weight: 500;
  text-align: center;
  color: var(--ink)
}

.spec-item .sk {
  font-size: 10.5px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.card-price {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 20px;
  color: var(--gold-700)
}

.card-price small {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  font-family: 'Inter';
  margin-left: 2px
}

.card-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-700);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  border: 1.5px solid var(--gold-300);
  border-radius: var(--r-sm);
  transition: .15s
}

.card-cta:hover {
  background: var(--gold-50);
  border-color: var(--gold-400);
  color: var(--gold-700);
}

/* =========================================
   GIỚI THIỆU
========================================= */
.about {
  background: var(--paper)
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s9);
  align-items: center
}

.about-img-wrap {
  position: relative
}

.about-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: linear-gradient(135deg, var(--ink-3) 0%, var(--ink-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.about-img-badge {
  position: absolute;
  bottom: -var(--s4);
  right: -var(--s4);
  right: -16px;
  bottom: -16px;
  background: var(--gold-700);
  color: #fff;
  border-radius: var(--r-lg);
  padding: var(--s4) var(--s5);
  box-shadow: var(--shadow-card)
}

.about-img-badge .num {
  font-family: 'Playfair Display';
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--gold-300)
}

.about-img-badge .lab {
  font-size: 11px;
  color: rgba(255, 255, 255, .7);
  font-family: 'JetBrains Mono';
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 4px
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: var(--s5)
}

.about-text h2 {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--ink)
}

.about-text h2 em {
  font-style: italic;
  color: var(--gold-700)
}

.about-text p {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.75
}

.about-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s3)
}

.feat-item {
  display: flex;
  align-items: flex-start;
  gap: var(--s3)
}

.feat-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--r-sm);
  background: var(--gold-700);
  display: grid;
  place-items: center;
  flex: none
}

.feat-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold-50);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.feat-item h4 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2px
}

.feat-item p {
  font-size: 12.5px;
  color: var(--muted)
}

.list-content-about strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.list-content-about p {
  margin-bottom: 2px;
}

/* =========================================
   TIN TỨC
========================================= */
.news {
  background: var(--warm-2)
}

.news a {
  color: var(--ink)
}

.news-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: var(--s6);
	
}

.news-featured {
  background: var(--surface);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all .3s
}

.news-featured:hover {
  box-shadow: var(--shadow-hover)
}

.news-featured .img {
  height: 260px;
  background: linear-gradient(135deg, var(--ink-2), var(--ink-3));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.news-featured .img .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(20, 14, 6, .65))
}

.news-featured .img-cat {
  position: absolute;
  bottom: var(--s4);
  left: var(--s4)
}

.news-featured .body {
  padding: var(--s5)
}

.news-featured .date {
  font-family: 'JetBrains Mono';
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .06em;
  margin-bottom: 8px
}

.news-featured .title {
  font-family: 'Playfair Display';
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: var(--s3)
}

.news-featured .excerpt {
  font-size: 13.5px;
  color: var(--slate);
  line-height: 1.65;
	display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
	cursor: default;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
}

.news-item {
  background: var(--surface);
  border-radius: var(--r-md);
  padding: var(--s4);
  box-shadow: var(--shadow-card);
  display: flex;
  gap: var(--s4);
  align-items: flex-start;
  cursor: pointer;
  transition: all .25s
}

.news-item:hover {
  box-shadow: var(--shadow-hover);
  transform: translateX(4px)
}

.news-item .thumb {
  width: 80px;
  height: 68px;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, var(--warm-3), var(--line));
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.news-item .info .cat {
  font-family: 'JetBrains Mono';
  font-size: 10.5px;
  color: var(--gold-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 5px
}

.news-item .info .title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  margin-bottom: 4px
}

.news-item .info .date {
  font-size: 11.5px;
  color: var(--muted);
  font-family: 'JetBrains Mono'
}

/* =========================================
   CTA BAND
========================================= */
.cta-band {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 40%, #3a2a0e 100%);
  position: relative;
  overflow: hidden
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(246, 194, 58, .2), transparent 55%)
}

.cta-band .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s6);
  position: relative;
  z-index: 1;
  padding: var(--s8) var(--s5)
}

.cta-band h2 {
  font-family: 'Playfair Display';
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  max-width: 520px
}

.cta-band h2 em {
  color: var(--gold-400);
  font-style: italic
}

.cta-band .actions {
  display: flex;
  gap: var(--s3);
  flex-wrap: wrap;
  flex: none
}

.cta-hotline {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end
}

.cta-hotline .label {
  font-size: 11px;
  color: rgba(255, 255, 255, .5);
  font-family: 'JetBrains Mono';
  letter-spacing: .08em;
  text-transform: uppercase
}

.cta-hotline .num {
  font-family: 'Playfair Display';
  font-size: 22px;
  font-weight: 700;
  color: var(--gold-400);
  letter-spacing: .02em
}

/* Building scene for hero */
.hero-scene {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.hs-moon {
  position: absolute;
  top: 12%;
  right: 18%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8dc, #f6c23a44);
  box-shadow: 0 0 60px rgba(246, 194, 58, .3)
}

.hs-star {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  opacity: .6
}

/* buildings */
.hb {
  position: absolute;
  bottom: 0
}

.hb .face {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #12100a, #201a10)
}

.hb .win-row {
  position: absolute;
  display: flex;
  gap: 4px
}

.hb .win {
  width: 6px;
  height: 8px;
  background: rgba(246, 194, 58, .6);
  border-radius: 1px
}

.hb .win.off {
  background: rgba(30, 24, 14, .8)
}

.hb .win.dim {
  background: rgba(246, 194, 58, .2)
}

@media(max-width:900px) {
  .proj-grid {
    grid-template-columns: 1fr 1fr
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: var(--s7)
  }

  .news-grid {
    grid-template-columns: 1fr
  }

  .footer-top {
    grid-template-columns: 1fr 1fr
  }

  .cta-band .inner {
    flex-direction: column;
    align-items: flex-start
  }

  .kpi-inner {
    grid-template-columns: repeat(2, 1fr)
  }

  .kpi-item {
    border-right: none;
    border-bottom: 1px solid rgba(246, 194, 58, .1)
  }
}

@media(max-width:768px) {

  .cta-band .actions,
  .cta-hotline,
  .cta-band .inner div {
    justify-content: center;
    align-items: center !important;
  }

  .cta-band .inner {
    flex-direction: column;
    text-align: center;
  }
}

@media(max-width:640px) {
  .proj-grid {
    grid-template-columns: 1fr
  }

  .footer-top {
    grid-template-columns: 1fr
  }

  .nav-links,
  .nav-cta .btn-gold {
    display: none
  }

  .hero-headline {
    font-size: 32px
  }
}

@media(prefers-reduced-motion:reduce) {}