body {
  margin: 0;
}

.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;
  }
}

.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;
  }
}

.project-facts {
  background: #efefef;
  padding: clamp(2.2rem, 4.4vw, 4rem) 1.25rem clamp(2.4rem, 4.8vw, 4.6rem);
}

.project-facts-inner {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  margin: 0 auto;
  max-width: 1140px;
  padding: clamp(1.8rem, 3.2vw, 2.8rem) 0;
}

.project-fact-row {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-fact-card {
  padding: 0 2.4rem;
}

.project-fact-card:not(:last-child) {
  border-right: 1px solid #bfbfbf;
}

.fact-icon {
  color: #c7a155;
  height: 30px;
  margin-bottom: 1.4rem;
  width: 30px;
}

.fact-icon svg {
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 100%;
}

.project-fact-card h3 {
  color: #222;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
}

.project-fact-card p {
  color: #666;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.08vw, 1.6rem);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 900px) {
  .project-fact-row {
    grid-template-columns: 1fr;
  }

  .project-fact-card {
    border-right: 0;
    border-top: 1px solid #c5c5c5;
    padding: 1.4rem 0;
  }

  .project-fact-card:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .project-fact-card:last-child {
    padding-bottom: 0;
  }
}

.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: 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: 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: 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: 2rem;
  font-weight: 600;
  margin: 0;
}

.voice-overlay span {
  color: #e7dfcf;
  display: block;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 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;
  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-meta strong {
    font-size: 1.15rem;
  }
}

.desirable-address {
  background: #000;
  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: #c5a25c;
  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: #e6e6e6;
  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:
    linear-gradient(120deg, transparent 16%, rgba(255, 255, 255, 0.14) 17%, transparent 18%),
    linear-gradient(35deg, transparent 45%, rgba(255, 255, 255, 0.16) 46%, transparent 47%),
    linear-gradient(145deg, transparent 34%, rgba(255, 255, 255, 0.14) 35%, transparent 36%),
    radial-gradient(circle at 70% 35%, rgba(210, 177, 104, 0.2) 0%, rgba(210, 177, 104, 0) 34%),
    #030303;
  min-height: 520px;
  position: relative;
}

.desirable-map::before {
  background:
    linear-gradient(70deg, transparent 63%, rgba(200, 162, 88, 0.5) 64%, rgba(200, 162, 88, 0.5) 66%, transparent 67%),
    linear-gradient(0deg, transparent 0 0);
  content: "";
  inset: 0;
  position: absolute;
}

.map-marker {
  background: rgba(30, 20, 8, 0.9);
  border: 1px solid rgba(197, 162, 92, 0.45);
  color: #c5a25c;
  font-family: "Times New Roman", Georgia, serif;
  left: 31%;
  letter-spacing: 0.08em;
  padding: 0.9rem 1rem;
  position: absolute;
  text-align: center;
  top: 16%;
}

.map-marker span {
  display: block;
  font-size: clamp(0.7rem, 0.9vw, 1rem);
}

@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;
}

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

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

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

.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;
  flex: 1;
  min-width: 0;
}

.enquiry-form button {
  background: #c9ab67;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.8rem;
  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;
  }
}
