:root {
  --h-teal: #2d6a6a;
  --h-teal-dk: #1e4848;
  --h-teal-lt: #4a9494;
  --h-gold: #c9a84c;
  --h-ivory: #f5f2eb;
  --h-white: #ffffff;
  --h-dark: #1a2e2e;
  --h-body: #3d5252;
  --h-muted: #7a9494;
  --h-border: rgba(45, 106, 106, 0.15);
  --h-ff-serif: "Bricolage Grotesque", sans-serif;
  --h-ff-body: "Bricolage Grotesque", sans-serif;
  --h-t: 0.3s ease;
  --h-r: 0.8vw;
  --modal-hdr-start: #0d3b66;
  --modal-hdr-end: #0d3b66;
}

/* ══════════════════════════════════════════════════════════════════════════
   HERO SECTION
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      160deg,
      rgba(26, 46, 46, 0.88) 0%,
      rgba(45, 106, 106, 0.65) 100%
    ),
    url("../images/krishnaharmony/gallery/krishnaharmony-9.webp") center/cover
      no-repeat;
  overflow: hidden;
}

.harmony-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(26, 46, 46, 0.9) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.harmony-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 50%,
    rgba(201, 168, 76, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.harmony-hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 60vw;
  padding: 0 2vw;
  animation: harmonyFadeUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes harmonyFadeUp {
  from {
    opacity: 0;
    transform: translateY(3vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.harmony-hero-logo {
  margin-bottom: 2vw;
}

.harmony-hero-logo img {
  height: 6vw;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.harmony-hero-tag {
  display: inline-block;
  font-family: var(--h-ff-body);
  font-size: 0.75vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
  color: var(--h-gold);
  margin-bottom: 1.2vw;
  border: 1px solid rgba(201, 168, 76, 0.4);
  padding: 0.4vw 1.2vw;
  border-radius: 99vw;
}

.harmony-hero-content h1 {
  font-family: var(--h-ff-serif);
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.1;
  color: var(--h-white);
  margin-bottom: 1.5vw;
  letter-spacing: -0.02em;
}

.harmony-hero-content p {
  font-family: var(--h-ff-body);
  font-size: 1.05vw;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  max-width: 36vw;
  margin: 0 auto 3vw;
}

.harmony-hero-actions {
  display: flex;
  gap: 1.2vw;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.harmony-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5vw;
  background: #286b23;
  color: var(--h-white);
  font-family: var(--h-ff-body);
  font-size: 0.85vw;
  font-weight: 700;
  padding: 0.9vw 2.2vw;
  border-radius: 99vw;
  text-decoration: none;
  transition:
    background var(--h-t),
    transform var(--h-t);
  border: 1px solid var(--h-teal-lt);
}

.harmony-btn-primary .material-icons-round {
  font-size: 1.1vw;
}

.harmony-btn-primary:hover {
  background: var(--h-teal-dk);
  transform: translateY(-0.2vw);
}

.harmony-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5vw;
  background: transparent;
  color: var(--h-white);
  font-family: var(--h-ff-body);
  font-size: 0.85vw;
  font-weight: 700;
  padding: 0.9vw 2.2vw;
  border-radius: 99vw;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  transition: all var(--h-t);
}

.harmony-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-0.2vw);
}

.harmony-hero-scroll {
  position: absolute;
  bottom: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: rgba(255, 255, 255, 0.5);
  animation: harmonyBounce 2s infinite;
}

.harmony-hero-scroll .material-icons-round {
  font-size: 2.5vw;
}

@keyframes harmonyBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(0.5vw);
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   SHARED SECTION HEADING
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-section-head {
  text-align: center;
  padding-top: 2vw;
  /* margin-bottom: 3.5vw; */
}

.harmony-section-head span {
  display: inline-block;
  font-family: var(--h-ff-body);
  font-size: 0.95vw;
  font-weight: 700;
  letter-spacing: 0.28vw;
  text-transform: uppercase;
  color: #1e4848;
  margin-bottom: 0.8vw;
}

.harmony-section-head h2 {
  font-family: var(--h-ff-serif);
  font-size: 2vw;
  font-weight: 700;
  color: var(--h-dark);
  margin-bottom: 0.8vw;
  line-height: 1.15;
}

.harmony-section-head p {
  font-family: var(--h-ff-body);
  font-size: 0.95vw;
  color: var(--h-muted);
  max-width: 38vw;
  margin: 0 auto;
  line-height: 1.7;
}

/* Left-aligned variant for Floor Plans */
.harmony-section-head--left {
  text-align: left;
}

.harmony-section-head--left p {
  margin: 0;
}

/* Light variant (for dark-bg specs section) */
.harmony-section-head--light span {
  color: var(--h-gold);
}

.harmony-section-head--light h2 {
  color: var(--h-white);
}

.harmony-section-head--light p {
  color: rgba(255, 255, 255, 0.65);
}

/* ══════════════════════════════════════════════════════════════════════════
   ABOUT PROJECT
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-about {
  padding: 3vw 0;
  background: var(--h-ivory);
}

.harmony-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  align-items: flex-start;
}

/* ─ Image Stack ─ */
.harmony-about-images {
  position: relative;
}

.harmony-img-main {
  width: 100%;
  overflow: hidden;
  border-radius: var(--h-r);
  box-shadow: 0 2vw 5vw rgba(26, 46, 46, 0.18);
}

.harmony-img-main img {
  width: 100%;
  height: 28vw;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.harmony-img-main:hover img {
  transform: scale(1.04);
}

.harmony-badge {
  position: absolute;
  top: -1.5vw;
  left: -1.5vw;
  background: #1e4848;
  color: var(--h-white);
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0.5vw 1.5vw rgba(45, 106, 106, 0.4);
}

.harmony-badge-num {
  font-family: var(--h-ff-serif);
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1;
}

.harmony-badge-txt {
  font-family: var(--h-ff-body);
  font-size: 0.45vw;
  font-weight: 600;
  letter-spacing: 0.05vw;
  text-transform: uppercase;
  opacity: 0.85;
  line-height: 1.2;
}

/* ─ Content ─ */
.harmony-about-content {
  padding-left: 1vw;
}

.harmony-logo-small {
  margin-bottom: 1.5vw;
}

.harmony-logo-small img {
  height: 4vw;
  width: auto;
}

.harmony-kicker {
  display: block;
  font-family: var(--h-ff-body);
  font-size: 0.95vw;
  font-weight: 700;
  letter-spacing: 0.28vw;
  text-transform: uppercase;
  color: #1e4848;
  margin-bottom: 1vw;
  position: relative;
  padding-left: 1.5vw;
}

.harmony-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8vw;
  height: 0.15vw;
  background: #1e4848;
}

.harmony-about-content h2 {
  font-family: var(--h-ff-serif);
  font-size: 2vw;
  font-weight: 700;
  color: var(--h-dark);
  line-height: 1.2;
  margin-bottom: 1.5vw;
}

.harmony-about-content em {
  color: #1e4848;
}

.harmony-about-content p {
  font-family: var(--h-ff-body);
  font-size: 1.1vw;
  color: #1a1a1a;
  line-height: 1.85;
  margin-bottom: 1.2vw;
}

/* ─ Stats ─ */
.harmony-stats {
  display: flex;
  gap: 2vw;
  margin-top: 2.5vw;
  padding-top: 2vw;
  border-top: 1px solid var(--h-border);
}

.harmony-stat {
  text-align: center;
  flex: 1;
}

.harmony-stat strong {
  display: block;
  font-family: var(--h-ff-serif);
  font-size: 2.2vw;
  font-weight: 700;
  color: #1e4848;
  line-height: 1;
  margin-bottom: 0.4vw;
}

.harmony-stat span {
  font-family: var(--h-ff-body);
  font-size: 0.75vw;
  color: var(--h-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1vw;
}

/* ══════════════════════════════════════════════════════════════════════════
   AMENITIES
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-amenities {
  padding: 2vw 0;
  background: var(--h-ivory);
  position: relative;
  overflow: hidden;
}

.harmony-amenities-showcase {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4vw;
  align-items: center;
  position: relative;
  z-index: 2;
}

.harmony-amenities-image-col {
  border-radius: 1.5vw;
  overflow: hidden;
  box-shadow: 0 1.5vw 4vw rgba(45, 106, 106, 0.15);
  position: relative;
}

.harmony-amenities-showcase-img {
  width: 100%;
  height: 35vw;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.harmony-amenities-image-col:hover .harmony-amenities-showcase-img {
  transform: scale(1.04);
}

.harmony-amenities-list-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.harmony-amenities-list-col h2 {
  font-family: var(--h-ff-serif);
  font-size: 2.2vw;
  font-weight: 700;
  color: var(--h-dark);
  margin: 1vw 0 1.2vw;
}

.harmony-amenities-lead {
  font-family: var(--h-ff-body);
  font-size: 1.05vw;
  color: var(--h-body);
  line-height: 1.7;
  margin-bottom: 2vw;
}

.harmony-amenities-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2vw;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.harmony-amenities-checklist li {
  display: flex;
  align-items: center;
  gap: 0.8vw;
  transition: transform var(--h-t);
}

.harmony-amenities-checklist li:hover {
  transform: translateX(3px);
}

.checklist-icon {
  /* width: 4.2vw;
  height: 4.2vw;
  border-radius: 50%;
  background: rgba(93, 140, 62, 0.08);
  border: 1px solid rgba(93, 140, 62, 0.2); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--h-t);
}

.checklist-icon img {
  width: 4.2vw;
  height: 4.2vw;
  object-fit: contain;
  filter: hue-rotate(-70deg) saturate(1.1) brightness(0.88);
  transition: all var(--h-t);
}

.checklist-text {
  font-family: var(--h-ff-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--h-dark);
}

/* ══════════════════════════════════════════════════════════════════════════
   SPECIFICATIONS
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-specs.dark-specs {
  /* padding: 6vw 0;
  background-color: #0e1212;
  background-image: 
    linear-gradient(rgb(38, 38, 38) 1px, transparent 1px), 
    linear-gradient(90deg, rgb(38, 38, 38) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
  /* linear-gradient(90deg, rgb(38, 38, 38) 1px, transparent 1px),
    url("../images/hero/pattern-2.webp");
  background-size: 40px 40px, 40px 40px, cover; */
  background-color: #000000;
  background-image: url(../images/hero/pattern-2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.harmony-specs.dark-specs::before,
.harmony-specs.dark-specs::after {
  display: none; /* Hide light-theme radial background decorators */
}

.harmony-specs.dark-specs .harmony-kicker-badge {
  color: var(--h-gold);
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.2);
}

.harmony-specs.dark-specs .harmony-section-head h2 {
  color: var(--h-white);
}

.harmony-specs-accent-line {
  width: 60px;
  height: 3px;
  background-color: var(--h-gold);
  margin: 1.2vw auto 1.5vw;
  border-radius: 99px;
}

.harmony-specs.dark-specs .harmony-section-head p {
  color: rgba(255, 255, 255, 0.65);
}

.harmony-spec-grid-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6vw;
  row-gap: 0;
  position: relative;
  z-index: 2;
}

/* Center vertical grid divider line */
.harmony-spec-grid-new::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
  pointer-events: none;
}

.harmony-spec-item-new {
  display: flex;
  gap: 2vw;
  align-items: flex-start;
  padding: 2.2vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all var(--h-t);
  position: relative;
}

/* Highlight item slightly on hover */
.harmony-spec-item-new::before {
  content: "";
  position: absolute;
  inset: -0.2vw -1vw;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.015), transparent);
  border-radius: 0.5vw;
  opacity: 0;
  transition: opacity var(--h-t);
  pointer-events: none;
}

.harmony-spec-item-new:hover::before {
  opacity: 1;
}

/* Hide bottom border for the last two cells */
.harmony-spec-item-new:nth-last-child(-n + 2) {
  border-bottom: none;
}

.harmony-spec-icon-box-new {
  width: 4.2vw;
  height: 4.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--h-t);
}

.harmony-spec-icon-box-new img {
  width: 2.6vw;
  height: 2.6vw;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.85);
  transition:
    filter var(--h-t),
    transform var(--h-t);
}

.harmony-spec-item-new:hover .harmony-spec-icon-box-new {
  transform: scale(1.1);
}

/* Transition icon color to gold on hover */
.harmony-spec-item-new:hover .harmony-spec-icon-box-new img {
  filter: invert(74%) sepia(37%) saturate(760%) hue-rotate(9deg) brightness(89%)
    contrast(85%);
  opacity: 1;
}

.harmony-spec-text-new {
  flex: 1;
}

.harmony-spec-text-new h3 {
  font-family: var(--h-ff-serif);
  font-size: 1.25vw;
  font-weight: 700;
  color: var(--h-gold);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 0.5vw 0;
  transition: color var(--h-t);
}

.harmony-spec-item-new:hover .harmony-spec-text-new h3 {
  color: var(--h-white);
}

.harmony-spec-text-new p {
  font-family: var(--h-ff-body);
  font-size: 0.95vw;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════════════════════
   GALLERY
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-gallery {
  padding: 0vw 0;
  background: var(--h-ivory);
}

.harmony-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  grid-auto-rows: 14vw;
  gap: 0.8vw;
}

.harmony-gallery-item {
  overflow: hidden;
  position: relative;
  border-radius: 0.5vw;
  display: block;
  cursor: pointer;
}

.harmony-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.harmony-gallery-item:hover img {
  transform: scale(1.07);
}

.harmony-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 46, 46, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--h-t);
}

.harmony-gallery-overlay .material-icons-round {
  font-size: 2.5vw;
  color: var(--h-white);
}

.harmony-gallery-item:hover .harmony-gallery-overlay {
  opacity: 1;
}

.harmony-gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.harmony-gallery-wide {
  grid-column: span 2;
}

/* ══════════════════════════════════════════════════════════════════════════
   FLOOR PLANS
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-floorplans {
  padding: 3vw 0;
  background: var(--h-white);
}

.harmony-fp-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3vw;
}

.harmony-fp-nav {
  display: flex;
  gap: 0.8vw;
  flex-shrink: 0;
}

.harmony-fp-prev,
.harmony-fp-next {
  width: 3vw;
  height: 3vw;
  border: 1.5px solid #1e4848;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--h-t);
  color: #1e4848;

  background: transparent;
}

.harmony-fp-prev:hover,
.harmony-fp-next:hover {
  background: #1e4848;

  color: var(--h-white);
}

.harmony-fp-card {
  background: var(--h-white);
  border-radius: var(--h-r);
  overflow: hidden;
  box-shadow: 0 0.5vw 2vw rgba(26, 46, 46, 0.08);
  border: 1px solid var(--h-border);
  transition: all var(--h-t);
}

.harmony-fp-card:hover {
  box-shadow: 0 1vw 3vw rgba(26, 46, 46, 0.15);
  transform: translateY(-0.4vw);
}

.harmony-fp-img {
  position: relative;
  overflow: hidden;
}

.harmony-fp-img img {
  width: 100%;
  height: 18vw;
  object-fit: cover;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.harmony-fp-card:hover .harmony-fp-img img {
  transform: scale(1.04);
}

.harmony-fp-zoom {
  position: absolute;
  inset: 0;
  background: rgba(26, 46, 46, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--h-t);
  cursor: pointer;
}

.harmony-fp-zoom .material-icons-round {
  font-size: 2.5vw;
  color: var(--h-white);
}

.harmony-fp-card:hover .harmony-fp-zoom {
  opacity: 1;
}

.harmony-fp-content {
  padding: 1.2vw 1.5vw;
  border-top: 3px solid #1e4848;
}

.harmony-fp-content h3 {
  font-family: var(--h-ff-body);
  font-size: 1vw;
  font-weight: 700;
  color: var(--h-dark);
  margin-bottom: 0.3vw;
}

.harmony-fp-content p {
  font-family: var(--h-ff-body);
  font-size: 0.85vw;
  color: var(--h-muted);
}

/* ══════════════════════════════════════════════════════════════════════════
   ENQUIRY SECTION
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-enquiry {
  padding: 3vw 0;
  background: var(--h-ivory);
}

.harmony-enquiry-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4vw;
  align-items: start;
}

/* ─ Form Side ─ */
.harmony-enquiry-form {
  background: var(--h-white);
  border-radius: var(--h-r);
  padding: 3vw;
  box-shadow: 0 0.5vw 2vw rgba(26, 46, 46, 0.07);
  border: 1px solid var(--h-border);
}

.harmony-enquiry-form h2 {
  font-family: var(--h-ff-serif);
  font-size: 2.8vw;
  font-weight: 700;
  color: var(--h-dark);
  margin: 0.8vw 0 0.5vw;
}

.harmony-enquiry-form > p {
  font-family: var(--h-ff-body);
  font-size: 0.9vw;
  color: var(--h-muted);
  margin-bottom: 2vw;
}

.harmony-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5vw;
}

.harmony-form-group {
  margin-bottom: 1.5vw;
}

.harmony-form-group input,
.harmony-form-group textarea {
  width: 100%;
  background: var(--h-ivory);
  border: 1px solid var(--h-border);
  border-radius: 0.5vw;
  padding: 0.9vw 1.2vw;
  font-family: var(--h-ff-body);
  font-size: 0.88vw;
  color: var(--h-dark);
  outline: none;
  transition:
    border-color var(--h-t),
    box-shadow var(--h-t);
}

.harmony-form-group input:focus,
.harmony-form-group textarea:focus {
  border-color: #1e4848;

  box-shadow: 0 0 0 3px rgba(45, 106, 106, 0.1);
  background: var(--h-white);
}

.harmony-form-group textarea {
  height: 8vw;
  resize: none;
}

.harmony-enquiry-form button {
  display: inline-flex;
  align-items: center;
  gap: 0.6vw;
  background: #1e4848;

  color: var(--h-white);
  border: none;
  font-family: var(--h-ff-body);
  font-size: 0.88vw;
  font-weight: 700;
  padding: 0.5vw 1vw;
  border-radius: 99vw;
  cursor: pointer;
  transition:
    background var(--h-t),
    transform var(--h-t);
  width: 40%;
  justify-content: center;
}

.harmony-enquiry-form button .material-icons-round {
  font-size: 1.1vw;
}

.harmony-enquiry-form button:hover {
  background: var(--h-teal-dk);
  transform: translateY(-0.15vw);
}

/* ─ Contact Info Side ─ */
.harmony-contact-info {
  /* position: sticky; */
  top: 5vw;
}

.harmony-contact-card {
  background: var(--h-teal-dk);
  border-radius: var(--h-r);
  padding: 2.5vw;
  color: var(--h-white);
}

.harmony-contact-logo {
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.harmony-contact-logo img {
  height: 3.5vw;
  width: auto;
  /* filter: brightness(0) invert(1); */
  opacity: 0.85;
}

.harmony-info-item {
  display: flex;
  gap: 1.2vw;
  align-items: flex-start;
  margin-bottom: 1.8vw;
}

.harmony-info-icon {
  width: 2.8vw;
  height: 2.8vw;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--h-gold);
  font-size: 0.9vw;
}

.harmony-info-item h5 {
  font-family: var(--h-ff-body);
  font-size: 0.95vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12vw;
  color: var(--h-gold);
  margin-bottom: 0.4vw;
}

.harmony-info-item a,
.harmony-info-item p {
  display: block;
  font-family: var(--h-ff-body);
  font-size: 0.95vw;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  line-height: 1.8;
  transition: color var(--h-t);
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.harmony-info-item a:hover {
  color: var(--h-white);
}

.harmony-contact-actions {
  display: flex;
  gap: 0.8vw;
  margin-top: 2vw;
  padding-top: 2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.harmony-action-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--h-white);
  font-family: var(--h-ff-body);
  font-size: 0.8vw;
  font-weight: 600;
  padding: 0.8vw 1.2vw;
  border-radius: 99vw;
  text-decoration: none;
  transition: all var(--h-t);
}

.harmony-action-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}

.harmony-action-btn--whatsapp {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.3);
  color: #7deba7;
}

.harmony-action-btn--whatsapp:hover {
  background: rgba(37, 211, 102, 0.28);
  color: #a8f5c4;
}

/* ══════════════════════════════════════════════════════════════════════════
   LOCATION MAP
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-map {
  line-height: 0;
}

.harmony-map iframe {
  width: 100%;
  height: 30vw;
  border: none;
  display: block;
}

/* ══════════════════════════════════════════════════════════════════════════
   LIGHTBOX MODAL
   ══════════════════════════════════════════════════════════════════════════ */
.harmony-lightbox-modal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: rgba(10, 20, 20, 0.96);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.harmony-lightbox-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.harmony-lightbox-content {
  max-width: 85vw;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.harmony-lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 0.8vw;
  box-shadow: 0 2vw 5vw rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.harmony-lightbox-modal.active .harmony-lightbox-content img {
  transform: scale(1);
}

.harmony-lightbox-close {
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 100000;
}

.harmony-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.08);
}

.harmony-lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 1.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 100000;
}

.harmony-lightbox-prev {
  left: 2.5vw;
}
.harmony-lightbox-next {
  right: 2.5vw;
}

.harmony-lightbox-btn:hover {
  background: rgba(45, 106, 106, 0.6);
  transform: translateY(-50%) scale(1.08);
}

/* ===================== BROCHURE SECTION ===================== */
.brochure-sec {
  background: #1e4848;
  padding: 2.78vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brochure-inner {
  max-width: 88.89vw;
  width: 100%;
  margin: 0 auto;
}

.brochure-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
}

.brochure-btn {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  height: 64px;
  width: 260px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.brochure-btn:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.brochure-btn-icon-box {
  height: 100%;
  width: 76px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.brochure-btn:hover .brochure-btn-icon-box {
  background: #f1f1f1;
}

.brochure-webp-icon {
  width: clamp(24px, 3.06vw, 36px);
  height: clamp(24px, 6.11vw, 36px);
  object-fit: contain;
}

.brochure-btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 14px;
  text-align: left;
}

.brochure-btn-text .kicker {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.brochure-btn-text .main {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .brochure-sec {
    padding: 40px 20px;
  }
  .brochure-btn-group {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .brochure-btn {
    width: 100%;
    max-width: 280px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (max 991px)
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  /* Hero */
  .harmony-hero-logo img {
    height: 10vw;
  }
  .harmony-hero-tag {
    font-size: 1.6vw;
    letter-spacing: 0.2vw;
    padding: 0.8vw 2vw;
  }
  .harmony-hero-content h1 {
    font-size: 7vw;
  }
  .harmony-hero-content p {
    font-size: 2vw;
    max-width: 70vw;
  }
  .harmony-hero-content {
    max-width: 80vw;
  }
  .harmony-btn-primary,
  .harmony-btn-outline {
    font-size: 1.8vw;
    padding: 1.4vw 3.5vw;
  }
  .harmony-btn-primary .material-icons-round {
    font-size: 2vw;
  }
  .harmony-hero-scroll .material-icons-round {
    font-size: 5vw;
  }

  /* Section Headings */
  .harmony-section-head span {
    font-size: 1.5vw;
    letter-spacing: 0.2vw;
  }
  .harmony-section-head h2 {
    font-size: 4.5vw;
  }
  .harmony-section-head p {
    font-size: 2vw;
    max-width: 70vw;
  }
  .harmony-section-head {
    margin-bottom: 4vw;
  }

  /* About */
  .harmony-about {
    padding: 8vw 0;
  }
  .harmony-about-grid {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .harmony-img-main img {
    height: 45vw;
  }
  .harmony-img-accent {
    width: 38%;
    right: -2vw;
  }
  .harmony-img-accent img {
    height: 22vw;
  }
  .harmony-badge {
    width: 10vw;
    height: 10vw;
    top: -3vw;
    left: -3vw;
  }
  .harmony-badge-num {
    font-size: 2.8vw;
  }
  .harmony-badge-txt {
    font-size: 1vw;
  }
  .harmony-about-content {
    padding-left: 0;
  }
  .harmony-logo-small img {
    height: 8vw;
  }
  .harmony-kicker {
    font-size: 1.5vw;
    letter-spacing: 0.2vw;
    padding-left: 3vw;
  }
  .harmony-kicker::before {
    width: 2vw;
    height: 0.25vw;
  }
  .harmony-about-content h2 {
    font-size: 5.5vw;
  }
  .harmony-about-content p {
    font-size: 2vw;
  }
  .harmony-stat strong {
    font-size: 5vw;
  }
  .harmony-stat span {
    font-size: 1.5vw;
  }

  /* Amenities */
  .harmony-amenities {
    padding: 8vw 0;
  }
  .harmony-amenities-showcase {
    grid-template-columns: 1.1fr 1fr;
    gap: 3vw;
  }
  .harmony-amenities-showcase-img {
    height: 40vw;
  }
  .harmony-amenities-list-col h2 {
    font-size: 4.5vw;
    margin: 1.5vw 0 2vw;
  }
  .harmony-amenities-lead {
    font-size: 1.8vw;
    margin-bottom: 3vw;
  }
  .harmony-amenities-checklist {
    grid-template-columns: 1fr 1fr;
    gap: 2.5vw 2vw;
  }
  .harmony-amenities-checklist li {
    gap: 1.5vw;
  }
  .checklist-icon {
    width: 5.5vw;
    height: 5.5vw;
  }
  .checklist-icon img {
    width: 3.8vw;
    height: 3.8vw;
  }
  .checklist-text {
    font-size: 1.8vw;
  }

  /* Specifications */
  .harmony-specs.dark-specs {
    padding: 8vw 0;
  }
  .harmony-specs-accent-line {
    width: 50px;
    height: 3px;
    margin: 2vw auto 3vw;
  }
  .harmony-spec-grid-new {
    grid-template-columns: 1fr 1fr;
    column-gap: 4vw;
  }
  .harmony-spec-item-new {
    padding: 3vw 0;
    gap: 1.8vw;
  }
  .harmony-spec-icon-box-new {
    width: 5.5vw;
    height: 5.5vw;
  }
  .harmony-spec-icon-box-new img {
    width: 3.8vw;
    height: 3.8vw;
  }
  .harmony-spec-text-new h3 {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
  .harmony-spec-text-new p {
    font-size: 1.5vw;
    line-height: 1.6;
  }

  /* Gallery */
  .harmony-gallery {
    padding: 6vw 0;
  }
  .harmony-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 25vw;
    gap: 2vw;
  }
  .harmony-gallery-large {
    grid-column: span 2;
    grid-row: span 1;
  }
  .harmony-gallery-wide {
    grid-column: span 2;
  }
  .harmony-gallery-overlay .material-icons-round {
    font-size: 5vw;
  }

  /* Floor Plans */
  .harmony-floorplans {
    padding: 6vw 0;
  }
  .harmony-fp-top {
    gap: 3vw;
    margin-bottom: 4vw;
  }
  .harmony-fp-prev,
  .harmony-fp-next {
    width: 6vw;
    height: 6vw;
    font-size: 2.5vw;
  }
  .harmony-fp-img img {
    height: 35vw;
  }
  .harmony-fp-content {
    padding: 3vw;
    border-top-width: 3px;
  }
  .harmony-fp-content h3 {
    font-size: 2.5vw;
  }
  .harmony-fp-content p {
    font-size: 2vw;
  }
  .harmony-fp-card {
    border-radius: 1.5vw;
  }

  /* Enquiry */
  .harmony-enquiry {
    padding: 6vw 0;
  }
  .harmony-enquiry-grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .harmony-enquiry-form {
    padding: 4vw;
    border-radius: 1.5vw;
  }
  .harmony-enquiry-form h2 {
    font-size: 4.5vw;
    margin: 1.5vw 0 1vw;
  }
  .harmony-enquiry-form > p {
    font-size: 2vw;
    margin-bottom: 3vw;
  }
  .harmony-form-row {
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
  }
  .harmony-form-group {
    margin-bottom: 2vw;
  }
  .harmony-form-group input,
  .harmony-form-group textarea {
    font-size: 1.8vw;
    padding: 1.8vw;
    border-radius: 1vw;
  }
  .harmony-form-group textarea {
    height: 15vw;
  }
  .harmony-enquiry-form button {
    font-size: 2vw;
    padding: 2vw;
    border-radius: 99vw;
  }
  .harmony-enquiry-form button .material-icons-round {
    font-size: 2.5vw;
  }
  .harmony-contact-card {
    padding: 4vw;
    border-radius: 1.5vw;
  }
  .harmony-contact-logo img {
    height: 8vw;
  }
  .harmony-contact-logo {
    margin-bottom: 3vw;
    padding-bottom: 3vw;
  }
  .harmony-info-icon {
    width: 6vw;
    height: 6vw;
    font-size: 2.5vw;
  }
  .harmony-info-item {
    gap: 2vw;
    margin-bottom: 3vw;
  }
  .harmony-info-item h5 {
    font-size: 2vw;
    margin-bottom: 0.5vw;
  }
  .harmony-info-item a,
  .harmony-info-item p {
    font-size: 2.2vw;
  }
  .harmony-action-btn {
    font-size: 2vw;
    padding: 1.8vw;
    border-radius: 99vw;
  }
  .harmony-contact-actions {
    gap: 2vw;
    margin-top: 3vw;
    padding-top: 3vw;
  }

  /* Map */
  .harmony-map iframe {
    height: 45vw;
  }

  /* Lightbox */
  .harmony-lightbox-close {
    top: 3vw;
    right: 3vw;
    width: 6vw;
    height: 6vw;
    font-size: 3.5vw;
  }
  .harmony-lightbox-btn {
    width: 6vw;
    height: 6vw;
    font-size: 3vw;
  }
  .harmony-lightbox-prev {
    left: 3vw;
  }
  .harmony-lightbox-next {
    right: 3vw;
  }
  .harmony-lightbox-content {
    max-width: 90vw;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max 767px)
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  /* Hero */
  .harmony-hero-logo img {
    height: 48px;
  }
  .harmony-hero-tag {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 6px 15px;
    margin-bottom: 15px;
  }
  .harmony-hero-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .harmony-hero-content p {
    font-size: 15px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .harmony-hero-content {
    max-width: 100%;
    padding: 0 15px;
  }
  .harmony-hero-actions {
    flex-direction: column;
    gap: 12px;
  }
  .harmony-btn-primary,
  .harmony-btn-outline {
    font-size: 15px;
    padding: 12px 25px;
    width: 100%;
    justify-content: center;
  }
  .harmony-btn-primary .material-icons-round {
    font-size: 18px;
  }
  .harmony-hero-scroll .material-icons-round {
    font-size: 28px;
  }

  /* Section Headings */
  .harmony-section-head span {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .harmony-section-head h2 {
    font-size: 28px;
  }
  .harmony-section-head p {
    font-size: 15px;
    max-width: 100%;
  }
  .harmony-section-head {
    margin-bottom: 25px;
  }

  /* About */
  .harmony-about {
    padding: 40px 0;
  }
  .harmony-about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .harmony-img-main img {
    height: 260px;
  }
  .harmony-img-accent {
    width: 42%;
    right: -2vw;
    bottom: -5vw;
  }
  .harmony-img-accent img {
    height: 30vw;
  }
  .harmony-badge {
    width: 60px;
    height: 60px;
    top: -15px;
    left: -15px;
  }
  .harmony-badge-num {
    font-size: 16px;
  }
  .harmony-badge-txt {
    font-size: 8px;
  }
  .harmony-logo-small img {
    height: 48px;
  }
  .harmony-kicker {
    font-size: 12px;
    letter-spacing: 2px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .harmony-kicker::before {
    width: 10px;
    height: 2px;
  }
  .harmony-about-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .harmony-about-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .harmony-stats {
    gap: 0;
    border-top: 1px solid var(--h-border);
  }
  .harmony-stat {
    padding: 15px 10px;
    border-right: 1px solid var(--h-border);
  }
  .harmony-stat:last-child {
    border-right: none;
  }
  .harmony-stat strong {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .harmony-stat span {
    font-size: 11px;
  }

  /* Amenities */
  .harmony-amenities {
    padding: 40px 0;
  }
  .harmony-amenities-showcase {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .harmony-amenities-image-col {
    border-radius: 15px;
  }
  .harmony-amenities-showcase-img {
    height: 280px;
  }
  .harmony-amenities-list-col h2 {
    font-size: 28px;
    margin: 10px 0 15px;
  }
  .harmony-amenities-lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .harmony-amenities-checklist {
    /* grid-template-columns: 1fr 1fr; */
    display: flex;
    flex-direction: column;
    gap: 15px 10px;
  }
  .harmony-amenities-checklist li {
    gap: 10px;
  }
  .checklist-icon {
    width: 50px;
    height: 50px;
  }
  .checklist-icon img {
    width: 38px;
    height: 38px;
  }
  .checklist-text {
    font-size: 15px;
  }

  /* Specifications */
  .harmony-specs.dark-specs {
    padding: 40px 0;
  }
  .harmony-specs-accent-line {
    width: 40px;
    height: 3px;
    margin: 15px auto 25px;
  }
  .harmony-spec-grid-new {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .harmony-spec-grid-new::before {
    display: none;
  }
  .harmony-spec-item-new {
    padding: 20px 0;
    gap: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .harmony-spec-item-new:last-child {
    border-bottom: none;
  }
  .harmony-spec-icon-box-new {
    width: 40px;
    height: 40px;
  }
  .harmony-spec-icon-box-new img {
    width: 26px;
    height: 26px;
  }
  .harmony-spec-text-new h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .harmony-spec-text-new p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Gallery */
  .harmony-gallery {
    padding: 40px 0;
  }
  .harmony-gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
    gap: 10px;
  }
  .harmony-gallery-large {
    grid-column: span 1;
    grid-row: span 1;
  }
  .harmony-gallery-wide {
    grid-column: span 1;
  }
  .harmony-gallery-overlay .material-icons-round {
    font-size: 36px;
  }

  /* Floor Plans */
  .harmony-floorplans {
    padding: 40px 0;
  }
  .harmony-fp-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
  }
  .harmony-fp-nav {
    gap: 10px;
  }
  .harmony-fp-prev,
  .harmony-fp-next {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
  .harmony-fp-img img {
    height: 220px;
  }
  .harmony-fp-content {
    padding: 15px 20px;
    border-top-width: 3px;
  }
  .harmony-fp-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .harmony-fp-content p {
    font-size: 14px;
  }
  .harmony-fp-card {
    border-radius: 10px;
  }

  /* Enquiry & Contact */
  .harmony-enquiry {
    padding: 40px 0;
  }
  .harmony-enquiry-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .harmony-enquiry-form {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .harmony-enquiry-form h2 {
    font-size: 28px;
    margin: 10px 0 15px;
  }
  .harmony-enquiry-form > p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .harmony-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .harmony-form-group {
    margin-bottom: 15px;
  }
  .harmony-form-group input,
  .harmony-form-group textarea {
    font-size: 15px;
    padding: 12px 16px;
    border-radius: 8px;
  }
  .harmony-form-group textarea {
    height: 120px;
  }
  .harmony-enquiry-form button {
    font-size: 16px;
    padding: 14px;
    border-radius: 30px;
  }
  .harmony-enquiry-form button .material-icons-round {
    font-size: 18px;
  }
  .harmony-contact-card {
    padding: 30px 20px;
    border-radius: 12px;
  }
  .harmony-contact-logo img {
    height: 50px;
  }
  .harmony-contact-logo {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .harmony-info-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .harmony-info-item {
    gap: 15px;
    margin-bottom: 20px;
  }
  .harmony-info-item h5 {
    font-size: 13px;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
  .harmony-info-item a,
  .harmony-info-item p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Map */
  .harmony-map iframe {
    height: 280px;
  }

  /* Lightbox */
  .harmony-lightbox-close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .harmony-lightbox-btn {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .harmony-lightbox-prev {
    left: 20px;
  }
  .harmony-lightbox-next {
    right: 20px;
  }
  .harmony-lightbox-content {
    max-width: 95vw;
  }
}
