body {
  margin: 0;
  overflow-x: hidden;
}

.video-hero {
  background: #000;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.video-hero-media {
  display: block;
  height: min(78vh, 760px);
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .video-hero-media {
    height: 42vh;
    min-height: 260px;
  }
}

.investment-highlight {
  background: #fff;
  padding: clamp(3.75rem, 8vw, 6.5rem) 1.25rem;
}

.investment-highlight__inner {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

.investment-highlight h2 {
  color: #050505;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 3.35rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.18;
  margin: 0 0 1.8rem;
  text-transform: uppercase;
}

.investment-highlight p {
  color: #202020;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(0.98rem, 1.25vw, 1.2rem);
  line-height: 1.95;
  margin: 0 auto 1.6rem;
  max-width: 760px;
}

.investment-highlight__button {
  background: #3f4787;
  border-radius: 0.2rem;
  color: #fff;
  display: inline-flex;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 0.35rem;
  padding: 1rem 1.55rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.investment-highlight__button:hover {
  background: #2f376f;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .investment-highlight {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .investment-highlight h2 {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

  .investment-highlight__button {
    font-size: 0.82rem;
    padding: 0.9rem 1.2rem;
  }
}

.experience-grid {
  background: #efefef;
  padding: clamp(2.8rem, 6vw, 5.6rem) 1.25rem clamp(3.5rem, 7vw, 5.8rem);
}

.experience-grid__inner {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 720px;
}

.experience-card {
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 1.9rem 1.5rem 1.2rem;
  text-align: center;
}

.experience-card__icon {
  align-items: center;
  color: #6c78b3;
  display: inline-flex;
  font-size: 2.45rem;
  justify-content: center;
  min-height: 3.2rem;
  margin-bottom: 1rem;
}

.experience-card h3 {
  color: #070707;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.experience-card p {
  color: #4a4a4a;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.72rem;
  line-height: 1.55;
  margin: 0 0 1.25rem;
}

.experience-card__button {
  background: #3f4787;
  color: #fff;
  display: inline-flex;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: auto;
  padding: 0.8rem 1.25rem;
  text-decoration: none;
}

.experience-card__button:hover {
  background: #2f376f;
}

@media (max-width: 900px) {
  .experience-grid__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .experience-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .experience-grid__inner {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .experience-card {
    min-height: auto;
  }
}

.vibe-overview {
  background:
    linear-gradient(180deg, #f3f3f1 0%, #f5f4f1 100%);
  overflow: hidden;
  padding: clamp(3.25rem, 7vw, 5rem) 1.25rem clamp(4rem, 8vw, 6rem);
  position: relative;
}

.vibe-overview::before {
  background:
    linear-gradient(135deg, rgba(207, 177, 120, 0.12), transparent 30%),
    linear-gradient(315deg, rgba(0, 0, 0, 0.03), transparent 22%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vibe-overview::after {
  background:
    linear-gradient(135deg, transparent 0 44%, rgba(203, 203, 203, 0.25) 44% 45%, transparent 45% 49%, rgba(203, 203, 203, 0.18) 49% 50%, transparent 50%),
    linear-gradient(90deg, transparent, rgba(203, 203, 203, 0.15), transparent);
  content: "";
  height: clamp(130px, 18vw, 220px);
  opacity: 0.7;
  position: absolute;
  right: -1.5rem;
  bottom: -0.5rem;
  width: clamp(180px, 24vw, 320px);
}

.vibe-overview__inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.vibe-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.vibe-stat-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(188, 188, 188, 0.8);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  min-height: 4.95rem;
  min-width: 5.1rem;
  padding: 0.65rem 0.55rem 0.55rem;
  text-align: center;
}

.vibe-stat-card__icon {
  color: #c6a25c;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

.vibe-stat-card strong {
  color: #323232;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.vibe-stat-card span {
  color: #575757;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.14em;
  line-height: 1.35;
  max-width: 3.7rem;
}

.vibe-overview__content {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(320px, 540px) minmax(280px, 420px);
  justify-content: center;
}

.vibe-overview__image {
  border-radius: 0.7rem;
  overflow: hidden;
}

.vibe-overview__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vibe-overview__copy {
  max-width: 390px;
}

.vibe-overview__eyebrow {
  color: #c6a25c;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  margin: 0 0 0.8rem;
}

.vibe-overview__copy h2 {
  color: #282828;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 1rem;
}

.vibe-overview__copy p:last-of-type {
  color: #666;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.84rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}

.vibe-overview__button {
  border: 1px solid #c6a25c;
  border-radius: 0.25rem;
  color: #c6a25c;
  display: inline-flex;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.16em;
  padding: 0.8rem 1.35rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.vibe-overview__button:hover {
  background: #c6a25c;
  color: #fff;
}

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

  .vibe-overview__copy {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .vibe-overview {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vibe-stats {
    gap: 0.6rem;
  }

  .vibe-stat-card {
    min-width: calc(50% - 0.3rem);
  }

  .vibe-overview__content {
    grid-template-columns: 1fr;
  }
}

.layout-showcase {
  background: #f6f5f1;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 5.5rem) 1.25rem clamp(4rem, 8vw, 6rem);
  position: relative;
}

.layout-showcase::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.015), transparent 18%),
    linear-gradient(90deg, transparent 0 12%, rgba(198, 162, 92, 0.05) 50%, transparent 88%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.layout-showcase::after {
  background:
    linear-gradient(180deg, transparent 0 58%, rgba(205, 205, 205, 0.16) 58% 59%, transparent 59%),
    linear-gradient(90deg, transparent 0 18%, rgba(205, 205, 205, 0.14) 18% 19%, transparent 19% 37%, rgba(205, 205, 205, 0.12) 37% 38%, transparent 38% 58%, rgba(205, 205, 205, 0.14) 58% 59%, transparent 59% 76%, rgba(205, 205, 205, 0.1) 76% 77%, transparent 77%);
  content: "";
  height: clamp(140px, 18vw, 240px);
  left: 50%;
  opacity: 0.55;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: min(980px, 92vw);
}

.layout-showcase__inner {
  margin: 0 auto;
  max-width: 1020px;
  position: relative;
  z-index: 1;
}

.layout-showcase__eyebrow {
  color: #c6a25c;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  margin: 0 0 0.5rem;
  text-align: center;
}

.layout-showcase h2 {
  color: #252525;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.layout-showcase__intro {
  color: #666;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.82rem;
  line-height: 1.9;
  margin: 0.9rem auto clamp(2.2rem, 4vw, 3.4rem);
  max-width: 540px;
  text-align: center;
}

.layout-card {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(300px, 440px) minmax(260px, 360px);
  justify-content: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.layout-card:last-child {
  margin-bottom: 0;
}

.layout-card__image {
  border-radius: 0.55rem;
  overflow: hidden;
}

.layout-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-card__content h3 {
  color: #262626;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.8rem, 2.6vw, 2.7rem);
  font-weight: 500;
  margin: 0 0 1.3rem;
}

.layout-card__facts {
  display: grid;
  gap: 1rem 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

.layout-fact {
  align-items: flex-start;
  color: #c6a25c;
  display: flex;
  gap: 0.65rem;
}

.layout-fact i {
  font-size: 1.05rem;
  margin-top: 0.08rem;
}

.layout-fact span,
.layout-fact strong {
  display: block;
}

.layout-fact span {
  color: #7b7b7b;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  margin-bottom: 0.18rem;
}

.layout-fact strong {
  color: #535353;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
}

.layout-card__button {
  border: 1px solid #c6a25c;
  border-radius: 0.25rem;
  color: #c6a25c;
  display: inline-flex;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.16em;
  padding: 0.8rem 1.35rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.layout-card__button:hover {
  background: #c6a25c;
  color: #fff;
}

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

  .layout-card__content {
    max-width: 480px;
  }
}

@media (max-width: 640px) {
  .layout-showcase {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout-card__facts {
    grid-template-columns: 1fr;
  }
}

.neighbourhood-showcase,
.feature-spotlight,
.news-showcase {
  background: #f6f5f1;
  overflow: hidden;
  position: relative;
}

.neighbourhood-showcase {
  padding: clamp(3.5rem, 8vw, 5.5rem) 1.25rem clamp(3.5rem, 7vw, 5rem);
}

.neighbourhood-showcase::before,
.news-showcase::before {
  background:
    linear-gradient(135deg, rgba(198, 162, 92, 0.06), transparent 28%),
    linear-gradient(315deg, rgba(0, 0, 0, 0.02), transparent 24%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.neighbourhood-showcase__inner,
.feature-spotlight__inner,
.news-showcase__inner {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  z-index: 1;
}

.neighbourhood-showcase__eyebrow,
.news-showcase__eyebrow,
.feature-spotlight__eyebrow {
  color: #c6a25c;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.neighbourhood-showcase__eyebrow,
.news-showcase__eyebrow {
  text-align: center;
}

.neighbourhood-showcase h2,
.news-showcase h2,
.feature-spotlight h2 {
  color: #252525;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 500;
  margin: 0;
}

.neighbourhood-showcase h2,
.news-showcase h2 {
  text-align: center;
}

.neighbourhood-showcase__intro,
.news-showcase__intro,
.feature-spotlight__intro {
  color: #666;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.82rem;
  line-height: 1.9;
}

.neighbourhood-showcase__intro {
  margin: 0.9rem auto clamp(2rem, 4vw, 3rem);
  max-width: 620px;
  text-align: center;
}

.neighbourhood-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 860px;
}

.neighbour-card {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0.6rem;
  overflow: hidden;
}

.neighbour-card img {
  display: block;
  aspect-ratio: 1.2 / 0.86;
  object-fit: cover;
  width: 100%;
}

.neighbour-card__body {
  padding: 0.85rem 0.8rem 0.9rem;
  text-align: center;
}

.neighbour-card__body h3 {
  color: #232323;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 0.32rem;
}

.neighbour-card__body p {
  color: #c6a25c;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  margin: 0;
}

.feature-spotlight {
  padding: clamp(3.2rem, 8vw, 5rem) 1.25rem;
}

.feature-spotlight__inner {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(280px, 420px) minmax(320px, 430px);
  justify-content: center;
}

.feature-spotlight__intro {
  margin: 0.85rem 0 1.2rem;
  max-width: 430px;
}

.feature-spotlight__list {
  counter-reset: feature-item;
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-spotlight__list li {
  color: #383838;
  counter-increment: feature-item;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
  padding-left: 2rem;
  position: relative;
}

.feature-spotlight__list li::before {
  color: #c6a25c;
  content: counter(feature-item, decimal-leading-zero);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}

.feature-spotlight__image {
  border-radius: 0.6rem;
  overflow: hidden;
}

.feature-spotlight__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.86;
  object-fit: cover;
}

.news-showcase {
  padding: clamp(3.2rem, 8vw, 5rem) 1.25rem clamp(4rem, 8vw, 6rem);
}

.news-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.6rem;
}

.news-card img {
  border-radius: 0.5rem;
  display: block;
  aspect-ratio: 1.32 / 0.74;
  object-fit: cover;
  width: 100%;
}

.news-card h3 {
  color: #1d1d1d;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.8rem 0 0.55rem;
  text-transform: uppercase;
}

.news-card p {
  color: #c6a25c;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.news-showcase__actions {
  margin-top: 1.8rem;
  text-align: center;
}

.news-showcase__button {
  border: 1px solid #c6a25c;
  border-radius: 0.25rem;
  color: #c6a25c;
  display: inline-flex;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.16em;
  padding: 0.8rem 1.35rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.news-showcase__button:hover {
  background: #c6a25c;
  color: #fff;
}

@media (max-width: 900px) {
  .neighbourhood-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-spotlight__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .neighbourhood-showcase,
  .feature-spotlight,
  .news-showcase {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .neighbourhood-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }
}

.regal-intro {
  background: #f3f3f3;
  overflow: hidden;
  padding: clamp(3rem, 8vw, 6rem) 1.25rem clamp(3.5rem, 8vw, 6.5rem);
  position: relative;
}

.regal-intro::before {
  background:
    radial-gradient(circle at 45% 50%, rgba(198, 162, 92, 0.13) 0 7%, transparent 8%),
    radial-gradient(circle at 55% 50%, rgba(198, 162, 92, 0.13) 0 7%, transparent 8%),
    radial-gradient(circle at 50% 42%, rgba(198, 162, 92, 0.11) 0 24%, transparent 25%);
  content: "";
  inset: 0;
  opacity: 0.36;
  pointer-events: none;
  position: absolute;
}

.regal-intro-inner {
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.regal-kicker {
  color: #1b1b1b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.65rem, 2.9vw, 3rem);
  letter-spacing: 0.08em;
  margin: 0;
}

.regal-title {
  color: #c6a25c;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: clamp(1rem, 2vw, 1.8rem) 0 clamp(1.8rem, 2.8vw, 2.5rem);
}

.regal-copy {
  color: #676767;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  margin: 0 auto;
  max-width: 1380px;
}

@media (max-width: 768px) {
  .regal-copy {
    line-height: 1.6;
  }
}

.masterminds {
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    radial-gradient(circle at 30% 35%, #666 0%, #4f4f4f 28%, #2f2f2f 58%, #1f1f1f 100%);
  padding: clamp(2.5rem, 5.5vw, 5rem) 1.2rem clamp(3rem, 6.8vw, 6rem);
}

.masterminds-inner {
  margin: 0 auto;
  max-width: 1000px;
}

.masterminds-title {
  color: #f4f4f4;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 3.5rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 0 clamp(1.6rem, 3.5vw, 3rem);
  text-align: center;
}

.masterminds-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mind-card {
  background: #f6f6f6;
  border: 2px solid #d5b273;
  padding: 1.5rem 1.6rem 1.45rem;
}

.mind-card h3 {
  color: #10213f;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 0 0 1.2rem;
  min-height: 4.9rem;
}

.mind-photo {
  height: clamp(190px, 22vw, 200px);
  margin-bottom: 1.2rem;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(145deg, #a5a5a5, #d4d4d4 32%, #8f8f8f 78%, #c6c6c6),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.12) 0 1px,
      rgba(0, 0, 0, 0.06) 1px 2px
    );
}

.mind-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.mind-card p {
  color: #496084;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  font-style: italic;
  margin: 0;
}

@media (max-width: 1024px) {
  .masterminds-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .mind-card h3 {
    min-height: auto;
  }
}

.voices {
  background:
    linear-gradient(rgba(24, 20, 10, 0.5), rgba(24, 20, 10, 0.5)),
    radial-gradient(circle at 70% 36%, rgba(211, 180, 113, 0.55) 0%, rgba(124, 96, 45, 0.55) 36%, rgba(35, 29, 18, 0.8) 100%);
  padding: clamp(2.6rem, 6vw, 4.8rem) 0 clamp(3rem, 6vw, 5rem);
}

.voices-inner {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 clamp(1rem, 2.5vw, 2.6rem);
}

.voices-title {
  color: #f5f5f5;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.9rem, 3.4vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 clamp(1.4rem, 2.7vw, 2.4rem);
  text-align: center;
}

.voices-viewport {
  overflow: hidden;
  width: 100%;
}

.voices-track {
  display: flex;
  gap: clamp(0.9rem, 1.9vw, 2rem);
}

.voice-card {
  background: transparent;
  border: 0;
  flex: 0 0 calc((100% - (clamp(0.9rem, 1.9vw, 2rem) * 3)) / 4);
  overflow: hidden;
  position: relative;
  min-height: 440px;
  padding: 0 0.35rem;
}

.voice-image {
  aspect-ratio: 3 / 3.9;
  border: 6px solid #d7b56a;
  display: block;
  margin: 0 auto;
  width: 88%;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 20% 18%, #f1f1f1 0%, #a8a8a8 33%, #3c3c3c 100%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08) 0 1px,
      rgba(0, 0, 0, 0.12) 1px 2px
    );
}

.voice-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s ease;
  width: 100%;
}

.voice-card:hover .voice-image img {
  transform: scale(1.04);
}

.tone-1 {
  background:
    radial-gradient(circle at 22% 16%, #ececec 0%, #989898 35%, #2d2d2d 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0 1px, rgba(0, 0, 0, 0.13) 1px 2px);
}

.tone-2 {
  background:
    radial-gradient(circle at 70% 10%, #d7d7d7 0%, #7c7c7c 42%, #242424 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(0, 0, 0, 0.13) 1px 2px);
}

.tone-3 {
  background:
    radial-gradient(circle at 50% 8%, #cfcfcf 0%, #757575 33%, #121212 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, rgba(0, 0, 0, 0.14) 1px 2px);
}

.tone-4 {
  background:
    radial-gradient(circle at 42% 14%, #e2e2e2 0%, #828282 30%, #232323 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, rgba(0, 0, 0, 0.1) 1px 2px);
}

.tone-5 {
  background:
    radial-gradient(circle at 60% 14%, #dedede 0%, #8b8b8b 36%, #242424 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0 1px, rgba(0, 0, 0, 0.11) 1px 2px);
}

.tone-6 {
  background:
    radial-gradient(circle at 34% 20%, #dfdfdf 0%, #939393 38%, #262626 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0 1px, rgba(0, 0, 0, 0.13) 1px 2px);
}

.voice-overlay {
  background: linear-gradient(to top, rgba(124, 89, 26, 0.92), rgba(124, 89, 26, 0.25) 55%, rgba(9, 9, 9, 0));
  bottom: 0.35rem;
  color: #fff;
  left: 6%;
  opacity: 0;
  padding: 4.8rem 1rem 0.7rem;
  position: absolute;
  right: 6%;
  text-align: center;
  transform: translateY(16px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.voice-overlay p {
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 0.55rem;
}

.voice-overlay h3 {
  color: #d8b76c;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  margin: 0;
}

.voice-overlay span {
  color: #e7dfcf;
  display: block;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight: 600;
  margin-top: 0.15rem;
}

.voice-card:hover .voice-overlay,
.voice-card:focus-within .voice-overlay {
  opacity: 1;
  transform: translateY(0);
}

.voices-dots {
  align-items: center;
  display: flex;
  gap: 0.48rem;
  justify-content: center;
  margin-top: 0.9rem;
}

.dot-btn {
  background: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 0.5rem;
  padding: 0;
  width: 0.5rem;
}

.dot-btn.is-active {
  background: #d7b56a;
}

@media (max-width: 1100px) {
  .voice-card {
    flex: 0 0 calc((100% - clamp(0.9rem, 1.9vw, 2rem)) / 2);
  }
}

@media (max-width: 700px) {
  .voice-card {
    flex: 0 0 100%;
    min-height: 420px;
  }

  .voice-overlay p {
    font-size: 0.92rem;
  }

  .voice-overlay span {
    font-size: 1.8rem;
  }
}

.social-reels {
  background: #f0f0f0;
  padding: clamp(1.5rem, 4vw, 2.8rem) 1rem;
}

.social-reels-inner {
  margin: 0 auto;
  max-width: 1040px;
}

.reels-head {
  align-items: center;
  color: #0f0f0f;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

.reels-avatar {
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: #c5a25c;
  display: inline-flex;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1rem;
  height: 2.95rem;
  justify-content: center;
  width: 2.95rem;
}

.reels-meta {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
}

.reels-meta strong {
  font-family: "Segoe UI", sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.reels-meta small {
  color: #1e1e1e;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
}

.reels-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.reel-card {
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.reel-card::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.05));
  content: "";
  inset: 0;
  position: absolute;
}

.reel-card img {
  display: block;
  filter: sepia(0.55) saturate(0.95) brightness(0.86);
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
  width: 100%;
}

.reel-card:hover img {
  transform: scale(1.05);
}

.reel-text {
  color: #f0e8da;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 2rem);
  left: 50%;
  letter-spacing: 0.05em;
  max-width: 90%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.reel-card-video .reel-play {
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
  border-top: 20px solid transparent;
  bottom: 1.3rem;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

@media (max-width: 900px) {
  .reels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .reels-head {
    align-items: flex-start;
  }

  .reels-meta {
    width: 100%;
  }

  .reels-meta strong {
    font-size: 1.15rem;
  }
}

.desirable-address {
  background: #fff;
  overflow: hidden;
  padding: clamp(2.8rem, 6.5vw, 6rem) 1.2rem;
  position: relative;
}

.desirable-inner {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3.2rem);
  grid-template-columns: 1.1fr 0.9fr;
  margin: 0 auto;
  max-width: 1320px;
}

.desirable-copy h2 {
  color: #1f1f1f;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 0 1.65rem;
}

.desirable-copy p {
  color: #333;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.9rem);
  line-height: 1.65;
  margin: 0;
  max-width: 900px;
}

.desirable-map {
  background: #030303;
  border: 1px solid rgba(197, 162, 92, 0.35);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.desirable-map iframe {
  border: 0;
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 980px) {
  .desirable-inner {
    grid-template-columns: 1fr;
  }

  .desirable-map {
    min-height: 340px;
  }
}

.home-enquiry {
  background: #efefef;
  border: 1px solid #c9ab67;
  margin: 0 auto;
  max-width: 1920px;
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem);
}

.home-enquiry-inner {
  display: grid;
  gap: clamp(1.6rem, 4vw, 4rem);
  grid-template-columns: 1fr 1.2fr;
  margin: 0 auto;
  max-width: 1360px;
}

.enquiry-left {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.enquiry-brand h3 {
  color: #2b2b2b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 2.9vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}

.enquiry-brand .brand-line {
  border-top: 1px solid #c9ab67;
  display: block;
  margin: 0.65rem auto 0.55rem;
  width: min(300px, 82%);
}

.enquiry-brand .brand-sub,
.enquiry-brand .brand-loc {
  color: #2f2f2f;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  margin: 0;
  text-transform: uppercase;
}

.enquiry-brand .brand-loc {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  margin-top: 0.35rem;
}

.enquiry-address,
.enquiry-email {
  color: #0d0d0d;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  letter-spacing: 0.13em;
  line-height: 1.75;
  margin: 2.4rem 0 0;
  text-transform: uppercase;
}

.enquiry-email {
  margin-top: 1.8rem;
}

.enquiry-right h3 {
  color: #162947;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.6rem, 2.3vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 1.4rem;
  text-transform: uppercase;
}

.enquiry-form {
  display: grid;
  gap: 0.95rem;
  width: 100%;
}

.enquiry-form input,
.enquiry-form textarea {
  background: #efefef;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  color: #1f1f1f;
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  padding: 0.95rem 1rem;
  width: 100%;
}

.enquiry-form textarea {
  min-height: 120px;
  resize: vertical;
}

.phone-input-wrap {
  align-items: center;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.phone-input-wrap .country-code {
  background: #efefef;
  border-right: 1px solid #c8c8c8;
  color: #4a4a4a;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.2rem;
  padding: 0.95rem 0.8rem;
  white-space: nowrap;
}

.phone-input-wrap input {
  border: 0;
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  width: auto;
}

.enquiry-form button {
  background: #c9ab67;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  padding: 0.85rem 1rem;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .home-enquiry-inner {
    grid-template-columns: 1fr;
  }

  .enquiry-left {
    align-items: flex-start;
    text-align: left;
  }

  .enquiry-brand .brand-line {
    margin-left: 0;
  }

  .enquiry-right h3 {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
}

@media (max-width: 768px) {
  .regal-intro,
  .masterminds,
  .voices,
  .desirable-address,
  .home-enquiry {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .regal-title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .voice-card {
    min-height: 360px;
    padding: 0;
  }

  .voice-image {
    width: 100%;
  }

  .voice-overlay {
    left: 0;
    right: 0;
  }

  .desirable-copy p {
    font-size: 0.96rem;
  }
}

@media (max-width: 540px) {
  .masterminds-title,
  .voices-title,
  .desirable-copy h2,
  .enquiry-brand h3 {
    letter-spacing: 0.03em;
  }

  .mind-card {
    padding: 1.2rem;
  }

  .voice-card {
    min-height: 320px;
  }

  .voice-overlay {
    padding: 3.4rem 0.8rem 0.65rem;
  }

  .voice-overlay p {
    font-size: 0.88rem;
  }
  .phone-input-wrap .country-code {
    font-size: 1rem;
  }
}

/* ---------- FLOATERS ---------- */
.wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    width: 54px;
    height: 54px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    text-decoration: none;
    transition: transform 0.3s;
    animation: pulse 2s infinite;
}

.wa-float:hover {
    transform: scale(1.1);
}

.wa-float i {
    color: #fff;
    font-size: 26px;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }
}
