﻿:root {
  --bg: #16120d;
  --panel: #211a13;
  --panel-soft: #2a2118;
  --line: rgba(255, 132, 26, 0.82);
  --orange: #ff7a12;
  --orange-bright: #ff9a2d;
  --text: #f7f7f7;
  --muted: #ded8cf;
  --dim: #a99f93;
  --max: 1696px;
  --header: 92px;
  --font-primary: Inter, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-family: var(--font-primary);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.text-fade-scroll {
  opacity: 0;
  transform: translateY(44px) scale(0.985);
  filter: blur(14px);
  transition:
    opacity 980ms ease,
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 980ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.text-fade-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.cinematic-tour-hero .text-fade-scroll {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.site-footer .text-fade-scroll {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .text-fade-scroll {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}

body::selection {
  background: var(--orange);
  color: #080808;
}

img,
svg {
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header);
  display: grid;
  grid-template-columns: 280px 1fr 390px;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(24px, 6.4vw, 124px);
  background: rgba(8, 7, 5, 0.94);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 82px;
  height: 54px;
  flex: 0 0 auto;
}

.brand-mark .roof {
  position: absolute;
  left: 6px;
  top: 2px;
  width: 70px;
  height: 44px;
  border-top: 8px solid var(--orange);
  border-left: 8px solid var(--orange);
  transform: skewX(-14deg) rotate(45deg);
  transform-origin: center;
}

.brand-mark .ad,
.brand-mark .one {
  position: absolute;
  bottom: 0;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -3px;
}

.brand-mark .ad {
  left: 4px;
  color: var(--orange);
  font-size: 45px;
}

.brand-mark .one {
  right: 1px;
  color: #fff;
  font-size: 51px;
}

.brand-mark .window {
  position: absolute;
  top: 18px;
  left: 35px;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(#070707 0 0) 50% 0 / 2px 100% no-repeat,
    linear-gradient(90deg, #070707 0 0) 0 50% / 100% 2px no-repeat,
    var(--orange);
}

.brand-text {
  display: grid;
  gap: 2px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.brand-text span {
  font-size: 19px;
}

.brand-text b {
  color: var(--orange);
}

.brand-text small {
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.5em;
  font-weight: 700;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 42px);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 38px 0 35px;
  color: #fff;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  height: 2px;
  transform: scaleX(0);
  background: var(--orange);
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.site-nav a.active {
  color: var(--orange);
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.socials a {
  width: 25px;
  height: 25px;
  color: #fff;
  transition: color 160ms ease, transform 160ms ease;
}

.socials a:hover {
  color: var(--orange);
  transform: translateY(-1px);
}

.socials svg,
.value svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid var(--orange);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-solid {
  min-width: 148px;
  background: linear-gradient(180deg, var(--orange-bright), #f25a00);
  border-color: transparent;
}

.btn-outline {
  background: rgba(0, 0, 0, 0.48);
}

.btn-outline:hover {
  background: var(--orange);
}

.btn.compact {
  min-width: 205px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  padding: 9px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 392px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.58) 25%, rgba(0, 0, 0, 0.18) 65%, rgba(0, 0, 0, 0.03) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08) 68%, rgba(0, 0, 0, 0.32)),
    url("assets/shebas-breast-hero.png");
  background-size: cover;
  background-position: center 53%;
  transform: scale(1.01);
}

.hero-content {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px clamp(24px, 6.4vw, 124px) 24px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hero h1 {
  margin: 0 0 10px;
  max-width: 570px;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 span,
.about-panel h2 span {
  color: var(--orange);
}

.hero-copy {
  margin: 0 0 18px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
}

.section-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 13px clamp(24px, 6.4vw, 124px) 12px;
}

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

.section-heading h2,
.about-panel h2,
.contact-panel h2 {
  margin: 0;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px;
}

.property-card {
  position: relative;
  min-height: 232px;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 0, 0.75);
  background: #14110e;
}

.image-slider,
.property-card > img {
  position: absolute;
  inset: 0;
}

.image-slider {
  overflow: hidden;
}

.property-card img,
.image-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms ease;
}

.property-card > img,
.image-slider img.active {
  opacity: 1;
}

.property-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.4) 68%, rgba(0, 0, 0, 0.76) 100%);
}

.property-card:hover img {
  transform: scale(1.035);
}

.slider-dots {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 16px;
  z-index: 2;
  display: flex;
  gap: 7px;
  pointer-events: none;
}

.slider-dots span {
  width: 22px;
  height: 3px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.32);
}

.slider-dots span.active {
  background: var(--orange-bright);
}

.card-body {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  z-index: 1;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  margin-bottom: 7px;
  padding: 0 10px;
  background: var(--orange);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.property-card h3 {
  margin: 0 0 6px;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 700;
}

.property-card p {
  margin: 0 0 12px;
  max-width: 290px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.property-card a {
  color: var(--orange);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.property-card a span {
  margin-left: 9px;
  font-size: 17px;
}

.future-card {
  background: radial-gradient(circle at 50% 24%, rgba(255, 144, 40, 0.26), transparent 42%), #21170f;
}

.future-art {
  position: absolute;
  inset: 12px 24px 58px;
  color: var(--orange);
  opacity: 0.96;
}

.future-art svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 4;
}

.story-contact {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 1fr 1.35fr;
  gap: 0;
  padding: 0 clamp(24px, 2.1vw, 40px);
}

.video-panel,
.about-panel,
.contact-panel {
  min-height: 260px;
}

.video-panel {
  position: relative;
  overflow: hidden;
}

.video-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.68) saturate(0.92);
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.play-button svg {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  fill: currentColor;
}

.about-panel {
  padding: 15px 30px 18px;
  background: #211a13;
}

.about-panel p:not(.eyebrow),
.contact-panel p,
.footer-block p {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.value {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--orange);
}

.value svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.8;
}

.value span {
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
}

.contact-panel {
  padding: 15px 44px 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    #241b13;
}

.contact-panel form,
.newsletter form {
  display: grid;
  gap: 10px;
}

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

label {
  display: grid;
}

label span {
  display: none;
}

input,
select,
textarea {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #211910;
  color: #fff;
  padding: 0 14px;
  outline: none;
  border-radius: 0;
}

input::placeholder,
textarea::placeholder {
  color: #a8a8a8;
}

select {
  color: #a8a8a8;
}

textarea {
  min-height: 64px;
  padding-top: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 1px rgba(255, 106, 0, 0.35);
}

.send {
  width: 100%;
  min-height: 40px;
  margin-top: 2px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px clamp(24px, 6.4vw, 124px) 10px;
  background: #0d0906;
}

.footer-grid {
  max-width: calc(var(--max) - 190px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.25fr 0.9fr 1.2fr 1.35fr;
  gap: 32px;
  align-items: start;
}

.footer-brand {
  padding-top: 7px;
}

.footer-block {
  min-height: 78px;
  padding-left: 46px;
  border-left: 1px solid rgba(255, 106, 0, 0.45);
}

.footer-block h3 {
  margin: 0 0 9px;
  color: var(--orange);
  font-size: 14px;
  line-height: 1;
}

.footer-block a,
.footer-block p {
  display: block;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 13px;
}

.locations span {
  color: var(--orange);
  margin-right: 8px;
}

.locations a {
  position: relative;
  padding-left: 18px;
}

.locations a span {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 0;
  font-weight: 700;
}

.locations strong,
.locations small {
  display: block;
}

.locations strong {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
}

.locations small {
  margin-top: 1px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.contact-details p {
  max-width: 230px;
}

.newsletter form {
  grid-template-columns: 1fr 48px;
  gap: 0;
  margin-top: 12px;
}

.newsletter input {
  min-height: 34px;
}

.newsletter button {
  border: 0;
  background: var(--orange);
  color: #fff;
  cursor: pointer;
}

.copyright {
  margin: 18px 0 0;
  text-align: center;
  color: #888;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.page-intro,
.detail-shell,
.detail-hero-copy {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: clamp(24px, 6.4vw, 124px);
}

.page-intro {
  padding-top: 58px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 106, 0, 0.42);
  background:
    linear-gradient(90deg, #21170f, rgba(32, 24, 16, 0.9)),
    radial-gradient(circle at 78% 20%, rgba(255, 154, 45, 0.32), transparent 38%);
}

.page-intro h1,
.detail-hero h1 {
  margin: 0 0 12px;
  max-width: 780px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.96;
  font-weight: 700;
}

.page-intro p,
.detail-hero p,
.detail-overview p,
.detail-cta p {
  max-width: 760px;
  color: #fff;
  font-size: 17px;
  line-height: 1.48;
  font-weight: 500;
}

.listing-shell {
  padding-top: 28px;
  padding-bottom: 38px;
}

.detail-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0.02)),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(22, 18, 13, 0.86) 100%);
}

.detail-hero > img,
.detail-hero-slider {
  position: absolute;
  inset: 0;
}

.detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-hero .slider-dots {
  top: auto;
  bottom: 24px;
  left: clamp(24px, 6.4vw, 124px);
  right: auto;
}

.detail-hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 58px;
}

.detail-shell {
  padding-top: 38px;
  padding-bottom: 38px;
}

.detail-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 106, 0, 0.24);
}

.detail-overview h2,
.detail-features h2,
.detail-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.detail-facts {
  border: 1px solid rgba(255, 106, 0, 0.68);
  background: #211910;
  padding: 24px;
}

.detail-facts h3 {
  margin: 0 0 14px;
  color: var(--orange);
  text-transform: uppercase;
  font-size: 14px;
}

.detail-facts ul,
.detail-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-facts li,
.detail-features li {
  position: relative;
  padding: 11px 0 11px 24px;
  color: #f4f4f4;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
}

.detail-facts li:first-child,
.detail-features li:first-child {
  border-top: 0;
}

.detail-facts li::before,
.detail-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: var(--orange);
}

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.detail-gallery-item {
  margin: 0;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 0, 0.48);
  background: #211910;
}

.detail-gallery-item.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.detail-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.detail-gallery-item.featured img {
  min-height: 476px;
}

.detail-features {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 44px;
  align-items: start;
  border-top: 1px solid rgba(255, 106, 0, 0.24);
  border-bottom: 1px solid rgba(255, 106, 0, 0.24);
}

.detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background:
    linear-gradient(90deg, #21170f, rgba(36, 28, 18, 0.96)),
    radial-gradient(circle at 82% 50%, rgba(255, 154, 45, 0.32), transparent 36%);
}

@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: 250px 1fr auto;
    padding-inline: 28px;
  }

  .site-nav {
    gap: 24px;
  }

  .socials {
    display: none;
  }

  .story-contact {
    grid-template-columns: 1fr 1fr;
    padding-inline: 28px;
  }

  .contact-panel {
    grid-column: 1 / -1;
  }

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

  .detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  :root {
    --header: 78px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .brand-mark {
    width: 66px;
    height: 45px;
  }

  .brand-mark .roof {
    width: 55px;
    height: 35px;
    border-width: 6px;
  }

  .brand-mark .ad {
    font-size: 36px;
  }

  .brand-mark .one {
    font-size: 41px;
  }

  .brand-mark .window {
    top: 15px;
    left: 28px;
    width: 11px;
    height: 11px;
  }

  .brand-text span {
    font-size: 16px;
  }

  .brand-text small {
    font-size: 8px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-actions {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #050505;
  }

  .site-nav {
    top: var(--header);
    padding: 14px 28px 12px;
    border-bottom: 1px solid rgba(255, 106, 0, 0.38);
  }

  .site-nav a {
    display: block;
    padding: 13px 0;
  }

  .site-nav a::after {
    bottom: 8px;
    right: auto;
    width: 42px;
  }

  .header-actions {
    top: calc(var(--header) + 244px);
    padding: 0 28px 18px;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-actions {
    display: block;
  }

  .hero {
    min-height: 520px;
  }

  .hero-media {
    background-position: center;
  }

  .hero-content {
    padding-top: 72px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .property-grid,
  .story-contact,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story-contact {
    padding-inline: 24px;
  }

  .about-panel,
  .contact-panel {
    padding: 24px;
  }

  .video-panel {
    min-height: 280px;
  }

  .footer-block {
    padding-left: 20px;
  }

  .page-intro,
  .detail-shell,
  .detail-hero-copy {
    padding-inline: 24px;
  }

  .detail-overview,
  .detail-features {
    grid-template-columns: 1fr;
  }

  .detail-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .detail-gallery-item.featured {
    grid-column: auto;
    grid-row: auto;
  }

  .detail-gallery-item.featured img {
    min-height: 230px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand {
    gap: 8px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content,
  .section-shell {
    padding-inline: 18px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .btn {
    width: 100%;
    padding-inline: 16px;
  }

  .property-card {
    min-height: 250px;
  }

  .value-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-inline: 18px;
  }

  .page-intro,
  .detail-shell,
  .detail-hero-copy {
    padding-inline: 18px;
  }

  .detail-hero {
    min-height: 560px;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }
}

/* Apple-inspired redesign layer */
:root {
  --bg: #f5f5f7;
  --panel: #ffffff;
  --panel-soft: #fbfbfd;
  --line: rgba(0, 0, 0, 0.08);
  --orange: #f56300;
  --orange-bright: #ff8a1d;
  --blue: #0071e3;
  --blue-dark: #005bbf;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --dim: #86868b;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  --header: 72px;
  font-family: var(--font-primary);
}

body {
  background:
    radial-gradient(circle at 50% -12%, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 48%, #ffffff 100%);
  color: var(--text);
}

.site-header {
  grid-template-columns: 260px 1fr 300px;
  gap: 20px;
  background: rgba(251, 251, 253, 0.76);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.brand-text span,
.brand-text small,
.site-nav a,
.socials a {
  color: var(--text);
}

.brand-mark .one {
  color: var(--text);
}

.brand-mark .window {
  background:
    linear-gradient(#fff 0 0) 50% 0 / 2px 100% no-repeat,
    linear-gradient(90deg, #fff 0 0) 0 50% / 100% 2px no-repeat,
    var(--orange);
}

.site-nav {
  gap: clamp(18px, 2.4vw, 42px);
  font-size: 12px;
  letter-spacing: 0;
}

.site-nav a {
  padding: 28px 0 25px;
  color: rgba(29, 29, 31, 0.78);
  text-transform: none;
  font-weight: 600;
}

.site-nav a.active,
.site-nav a:hover {
  color: var(--text);
}

.site-nav a::after {
  bottom: 18px;
  background: var(--blue);
}

.btn {
  min-height: 44px;
  border-radius: 999px;
  border-color: transparent;
  padding: 0 22px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.btn-solid {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 113, 227, 0.22);
}

.btn-solid:hover {
  background: var(--blue-dark);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 113, 227, 0.28);
  color: var(--blue);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.btn-outline:hover {
  background: #fff;
  color: var(--blue-dark);
}

.btn-whatsapp {
  background: #25d366;
  color: #07130b;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.22);
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  color: #07130b;
}

.contact-whatsapp {
  width: 100%;
  margin-top: 12px;
}

.detail-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.location-map-section {
  max-width: none;
  padding: clamp(68px, 8vw, 118px) clamp(24px, 6.4vw, 124px);
  background: #f5f5f7;
}

.location-map-copy {
  max-width: 900px;
  margin: 0 auto clamp(32px, 5vw, 62px);
  text-align: center;
}

.location-map-copy h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.98;
  font-weight: 700;
}

.location-map-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.42;
}

.location-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 24px;
  max-width: 1380px;
  margin: 0 auto;
  align-items: stretch;
}

.location-map-card {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.location-map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}

.location-map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(0deg, rgba(245, 245, 247, 0.42), transparent 42%);
}

.map-pin-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.map-pin {
  position: absolute;
  left: var(--pin-left);
  top: var(--pin-top);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.map-pin-group {
  position: absolute;
  left: var(--pin-left);
  top: var(--pin-top);
  z-index: 4;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.map-pin-group .map-pin {
  position: static;
  transform: none;
  border: 0;
  cursor: pointer;
}

.map-pin span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(0, 113, 227, 0.16);
}

.map-pin-options {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  display: grid;
  min-width: 190px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translate(-50%, -6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px);
}

.map-pin-options a {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 10px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.map-pin-options a:hover {
  color: var(--blue);
  background: #eef5ff;
}

.map-pin-group:hover .map-pin-options,
.map-pin-group:focus-within .map-pin-options {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.location-list {
  display: grid;
  gap: 14px;
}

.location-list-card {
  display: grid;
  gap: 22px;
  align-content: space-between;
  min-height: 196px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.location-list-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.location-list-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}

.location-list-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.location-property-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-property-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f5f5f7;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.location-property-links a:hover {
  color: var(--blue-dark);
  background: #eef5ff;
}

.property-tour {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(72px, 8vw, 120px) clamp(24px, 6.4vw, 124px);
  background: #050505;
  color: #fff;
}

.property-tour .eyebrow,
.property-tour h2,
.property-tour p {
  color: #fff;
}

.property-tour h2 {
  margin: 0 0 16px;
  font-size: clamp(42px, 5.6vw, 84px);
  line-height: 0.98;
  font-weight: 700;
}

.property-tour p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.property-tour-player {
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.44);
}

.property-tour-player.is-portrait {
  width: min(100%, 520px);
  justify-self: center;
}

.property-tour-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: contain;
}

.property-tour-player.is-portrait video {
  aspect-ratio: 9 / 16;
  max-height: 780px;
}

.visual-tour {
  display: block;
  overflow: hidden;
}

.visual-tour-heading {
  max-width: 940px;
  margin-bottom: clamp(28px, 4vw, 56px);
}

.video-tour-carousel {
  position: relative;
}

.video-tour-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(245px, 19vw);
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px clamp(24px, 6.4vw, 124px) 20px;
  margin-inline: calc(clamp(24px, 6.4vw, 124px) * -1);
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(24px, 6.4vw, 124px);
  -webkit-overflow-scrolling: touch;
}

.video-tour-track:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 8px;
}

.video-tour-card {
  scroll-snap-align: start;
  min-width: 0;
}

.video-tour-trigger {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.video-tour-trigger img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  transform: scale(1.01);
  transition:
    transform 500ms ease,
    filter 500ms ease;
}

.video-tour-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.62));
  opacity: 0.9;
  transition: opacity 300ms ease;
}

.video-tour-trigger:hover img,
.video-tour-trigger:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.video-tour-trigger:hover::after,
.video-tour-trigger:focus-visible::after {
  opacity: 0.68;
}

.video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.32);
}

.video-play-icon::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 20px;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #111;
}

.video-duration {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.video-tour-card-copy {
  padding: 16px 4px 0;
}

.video-tour-card-copy h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
}

.video-tour-card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.42;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.video-lightbox.is-open {
  display: flex;
}

.video-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(18px);
}

.video-lightbox-panel {
  position: relative;
  width: min(1040px, 100%);
  max-height: calc(100vh - 48px);
  display: grid;
  grid-template-columns: minmax(240px, 0.44fr) minmax(260px, 0.56fr);
  gap: clamp(20px, 4vw, 48px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: clamp(20px, 4vw, 44px);
  background: rgba(15, 15, 15, 0.94);
  color: #fff;
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.58);
}

.video-lightbox-copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: 0.98;
  font-weight: 700;
}

.video-lightbox-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.5;
}

.video-lightbox-frame video {
  width: 100%;
  max-height: min(78vh, 780px);
  display: block;
  border-radius: 18px;
  background: #000;
  object-fit: contain;
}

.video-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.video-modal-open {
  overflow: hidden;
}

/* Staging cinematic Tricabel experience */
.cta-arrow,
.btn .cta-arrow,
.btn span {
  display: inline-block;
  transition: transform 180ms ease;
}

.btn:hover .cta-arrow,
.btn:hover span {
  transform: translateX(4px);
}

.cinematic-tour {
  padding-top: 0;
}

.cinematic-tour-hero {
  position: relative;
  overflow: hidden;
  min-height: min(760px, 88vh);
  display: grid;
  align-items: end;
  margin: calc(clamp(72px, 8vw, 120px) * -1) calc(clamp(24px, 6.4vw, 124px) * -1) clamp(56px, 7vw, 96px);
  background: #050505;
}

.cinematic-tour-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transform: scale(1.04);
  animation: cinematicZoom 18s ease-in-out infinite alternate;
}

.cinematic-tour-hero::after,
.cinematic-views::after,
.cinematic-closing-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 70%);
}

.cinematic-tour-hero-copy,
.cinematic-views > div,
.cinematic-closing-cta > div {
  position: relative;
  z-index: 2;
}

.cinematic-tour-hero-copy {
  width: min(980px, 100%);
  padding: clamp(96px, 14vw, 180px) clamp(24px, 6.4vw, 124px) clamp(56px, 8vw, 112px);
}

.cinematic-tour-hero-copy h2,
.cinematic-views h2,
.cinematic-closing-cta h2 {
  max-width: 920px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(54px, 8vw, 128px);
  line-height: 0.9;
}

.cinematic-tour-hero-copy p:not(.eyebrow),
.cinematic-views p:not(.eyebrow),
.cinematic-closing-cta p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.5;
}

.cinematic-tour-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.cinematic-arrival,
.cinematic-story-carousel,
.cinematic-featured-spaces,
.cinematic-smart-living,
.cinematic-views,
.cinematic-closing-cta {
  position: relative;
  padding-block: clamp(64px, 8vw, 126px);
}

.cinematic-section-copy {
  max-width: 1040px;
  margin-bottom: clamp(32px, 5vw, 72px);
}

.cinematic-section-copy.compact {
  max-width: 860px;
}

.cinematic-section-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 5.8vw, 88px);
  line-height: 0.98;
}

.cinematic-section-copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.5;
}

.arrival-frame-grid,
.smart-cinema-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(18px, 3vw, 34px);
}

.arrival-frame,
.category-story-card,
.smart-cinema-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 0;
  background: #111;
  cursor: pointer;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.32);
}

.arrival-frame {
  min-height: clamp(420px, 58vw, 760px);
}

.arrival-frame:nth-child(2) {
  transform: translateY(54px);
}

.arrival-frame img,
.category-story-card img,
.featured-space-card img,
.smart-cinema-card img,
.cinematic-views > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.arrival-frame:hover img,
.category-story-card:hover img,
.smart-cinema-card:hover img {
  transform: scale(1.055);
}

.arrival-frame::after,
.category-story-card::after,
.smart-cinema-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.72));
}

.arrival-frame span,
.category-story-card span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 700;
}

.cinematic-categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding: 12px 0 clamp(52px, 7vw, 104px);
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.category-story-card {
  min-height: 280px;
  scroll-snap-align: start;
}

.featured-space-stack {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
}

.featured-space-card {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: center;
}

.featured-space-card.is-reversed {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
}

.featured-space-card.is-reversed img {
  order: 2;
}

.featured-space-card img {
  aspect-ratio: 16 / 11;
  border-radius: 28px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.32);
}

.featured-space-card div {
  padding: clamp(16px, 2vw, 28px);
}

.featured-space-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
}

.featured-space-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 5vw, 74px);
  line-height: 0.98;
}

.featured-space-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
}

.smart-cinema-card {
  min-height: clamp(420px, 50vw, 680px);
}

.smart-cinema-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 8px;
  color: #fff;
  text-align: left;
}

.smart-cinema-card strong {
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1;
}

.smart-cinema-card small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.45;
}

.cinematic-views,
.cinematic-closing-cta {
  min-height: min(800px, 88vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  margin-inline: calc(clamp(24px, 6.4vw, 124px) * -1);
  padding-inline: clamp(24px, 6.4vw, 124px);
}

.cinematic-views > img,
.cinematic-closing-cta video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.04);
}

.cinematic-closing-cta {
  margin-bottom: calc(clamp(72px, 8vw, 120px) * -1);
}

.video-chapter {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.video-tour-card-copy span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
}

.video-sound-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.video-sound-controls button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
}

.video-sound-controls label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.video-sound-controls input {
  accent-color: var(--orange);
}

.video-filmstrip {
  grid-column: 1 / -1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(118px, 150px);
  gap: 12px;
  overflow-x: auto;
  padding-top: 8px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.video-filmstrip-item {
  scroll-snap-align: start;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.74);
  text-align: left;
  cursor: pointer;
}

.video-filmstrip-item.is-active {
  border-color: rgba(255, 122, 18, 0.92);
  color: #fff;
  background: rgba(255, 122, 18, 0.14);
}

.video-filmstrip-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  object-fit: cover;
}

.video-filmstrip-item span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

@keyframes cinematicZoom {
  from {
    transform: scale(1.03);
  }

  to {
    transform: scale(1.1);
  }
}

.hero {
  min-height: min(760px, calc(100vh - var(--header)));
  border-bottom: 0;
  background: #000;
}

.hero-media {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.35) 78%, rgba(0, 0, 0, 0.62)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.05) 58%),
    url("assets/shebas-breast-hero.png");
  background-position: center 50%;
  filter: saturate(1.08) contrast(1.02);
}

.hero-content {
  display: grid;
  min-height: min(760px, calc(100vh - var(--header)));
  align-content: end;
  padding-top: 80px;
  padding-bottom: 72px;
}

.eyebrow {
  color: var(--orange);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
}

.hero .eyebrow,
.hero h1,
.hero-copy {
  color: #fff;
}

.hero h1 {
  max-width: 800px;
  font-size: clamp(58px, 7.4vw, 118px);
  line-height: 0.92;
  font-weight: 700;
}

.hero h1 span,
.about-panel h2 span {
  color: #fff;
}

.hero-copy {
  max-width: 590px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.24;
  font-weight: 500;
}

.section-shell {
  padding-top: 72px;
  padding-bottom: 64px;
}

.section-heading {
  margin-bottom: 28px;
  align-items: center;
}

.section-heading h2,
.about-panel h2,
.contact-panel h2 {
  color: var(--text);
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 0.98;
  font-weight: 700;
}

.property-grid {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 24px;
}

.property-card {
  min-height: 440px;
  border: 0;
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  transform: translateZ(0);
}

.property-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.24) 62%, rgba(0, 0, 0, 0.66) 100%);
}

.property-card img,
.image-slider img {
  filter: saturate(1.03);
}

.card-body {
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 3;
}

.badge {
  min-height: 26px;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.property-card h3 {
  color: #fff;
  font-size: clamp(27px, 2.3vw, 38px);
  line-height: 1;
  font-weight: 700;
}

.property-card p {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.32;
  font-weight: 500;
}

.property-card a {
  color: #fff;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.slider-dots {
  left: 28px;
  top: 24px;
  gap: 8px;
}

.slider-dots span {
  width: 32px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
}

.slider-dots span.active {
  background: #fff;
}

.future-card {
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.78), transparent 30%),
    linear-gradient(145deg, #1d1d1f, #3a332d);
}

.future-art {
  inset: 42px 28px 112px;
  color: rgba(255, 255, 255, 0.78);
}

.story-contact {
  max-width: none;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 24px;
  padding: 64px clamp(24px, 6.4vw, 124px);
  background: #fff;
}

.video-panel {
  grid-row: span 2;
  min-height: 620px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-panel img {
  filter: saturate(1.02) brightness(0.96);
}

.property-reel {
  position: absolute;
  inset: 0;
}

.property-reel img.active {
  animation: reelZoom 4.2s ease forwards;
}

@keyframes reelZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.045);
  }
}

.play-button {
  width: 72px;
  height: 72px;
  border: 0;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.about-panel,
.contact-panel {
  min-height: auto;
  border-radius: 8px;
  background: #f5f5f7;
  padding: clamp(28px, 4vw, 54px);
  box-shadow: none;
}

.about-panel p:not(.eyebrow),
.contact-panel p,
.footer-block p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}

.value-row {
  gap: 12px;
}

.value {
  align-items: flex-start;
  color: var(--blue);
}

.value span {
  color: var(--text);
  font-size: 14px;
}

.about-pillars {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-pillars p {
  margin: 0;
}

.about-pillars strong {
  color: var(--text);
  font-weight: 700;
}

input,
select,
textarea {
  min-height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
}

textarea {
  min-height: 92px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.16);
}

.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #f5f5f7;
}

.footer-block {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-block h3 {
  color: var(--text);
}

.footer-block a,
.footer-block p,
.copyright {
  color: var(--muted);
}

.newsletter button {
  background: var(--blue);
}

.page-intro {
  padding-top: clamp(78px, 10vw, 138px);
  padding-bottom: 52px;
  border-bottom: 0;
  background:
    radial-gradient(circle at 74% 22%, rgba(0, 113, 227, 0.14), transparent 32%),
    linear-gradient(180deg, #ffffff, #f5f5f7);
}

.page-intro h1,
.detail-hero h1 {
  color: var(--text);
  max-width: 920px;
  font-size: clamp(56px, 7.2vw, 112px);
  line-height: 0.94;
  font-weight: 700;
}

.page-intro p,
.detail-overview p,
.detail-cta p {
  color: var(--muted);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.34;
}

.listing-shell {
  padding-top: 24px;
  padding-bottom: 88px;
}

.detail-hero {
  min-height: min(760px, calc(100vh - var(--header)));
  border-bottom: 0;
  background: #000;
}

.detail-hero::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 78%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.04) 60%);
}

.detail-hero-copy {
  display: grid;
  align-content: end;
  min-height: min(760px, calc(100vh - var(--header)));
  padding-bottom: 86px;
}

.detail-hero .eyebrow,
.detail-hero h1,
.detail-hero p {
  color: #fff;
}

.detail-hero p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(19px, 1.6vw, 25px);
}

.detail-hero .btn,
.hero .btn {
  width: fit-content;
  min-width: 156px;
}

.detail-hero .slider-dots {
  bottom: 42px;
}

.detail-shell {
  padding-top: 86px;
  padding-bottom: 86px;
}

.detail-overview,
.detail-features {
  border: 0;
}

.detail-overview h2,
.detail-features h2,
.detail-cta h2 {
  color: var(--text);
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.98;
  font-weight: 700;
}

.detail-facts {
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.detail-facts h3 {
  color: var(--text);
  text-transform: none;
  font-size: 17px;
}

.detail-facts li,
.detail-features li {
  color: var(--text);
  border-top-color: rgba(0, 0, 0, 0.08);
  font-size: 17px;
}

.detail-facts li::before,
.detail-features li::before {
  border-radius: 50%;
  background: var(--blue);
}

.detail-gallery {
  gap: 18px;
}

.detail-gallery-item {
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.gallery-shell-carousel {
  max-width: none;
  padding-inline: 0;
  overflow: hidden;
}

.gallery-shell-carousel > .eyebrow,
.gallery-shell-carousel > h2 {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: clamp(24px, 6.4vw, 124px);
}

.gallery-shell-carousel > h2 {
  margin-top: 0;
  margin-bottom: 28px;
  color: var(--text);
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.98;
  font-weight: 700;
}

.product-carousel {
  position: relative;
  margin-top: 22px;
}

.product-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(330px, 44vw);
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: clamp(24px, 8vw, 150px);
  scroll-snap-type: x proximity;
  padding: 12px clamp(24px, 8vw, 150px) 34px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.product-carousel-track::-webkit-scrollbar {
  display: none;
}

.product-carousel-card {
  position: relative;
  min-height: clamp(360px, 46vw, 680px);
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.82) inset;
  scroll-snap-align: center;
}

.full-image-trigger {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
}

.product-carousel-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-carousel-card:hover img {
  transform: scale(1.035);
}

.product-carousel-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.product-carousel-card figcaption span,
.product-carousel-card figcaption strong {
  font-size: 13px;
  line-height: 1;
}

.product-carousel-card figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.product-carousel-card figcaption strong {
  font-weight: 700;
}

.carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.carousel-control:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.carousel-control:disabled {
  opacity: 0.28;
  cursor: default;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: clamp(12px, 2.6vw, 34px);
}

.carousel-control-next {
  right: clamp(12px, 2.6vw, 34px);
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 52px);
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(24px);
  transition: opacity 220ms ease;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox-frame {
  width: min(100%, 1380px);
  max-height: 88vh;
  margin: 0;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.image-lightbox-frame img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.48);
}

.image-lightbox-frame figcaption {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
}

.image-lightbox-close,
.image-lightbox-nav {
  position: absolute;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.image-lightbox-close:hover,
.image-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.04);
}

.image-lightbox-close {
  top: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  width: 48px;
  height: 48px;
  font-size: 26px;
}

.image-lightbox-nav {
  top: 50%;
  width: 56px;
  height: 56px;
  font-size: 34px;
  transform: translateY(-50%);
}

.image-lightbox-nav:hover {
  transform: translateY(-50%) scale(1.04);
}

.image-lightbox-prev {
  left: clamp(14px, 3vw, 38px);
}

.image-lightbox-next {
  right: clamp(14px, 3vw, 38px);
}

.detail-features {
  background: #fff;
}

.detail-cta {
  margin-bottom: 74px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 35%, rgba(0, 113, 227, 0.14), transparent 34%),
    #ffffff;
  box-shadow: var(--shadow);
}

.property-story {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: center;
  padding: clamp(76px, 8vw, 132px) clamp(24px, 6.4vw, 124px);
  background: #050505;
  color: #fff;
}

.property-story .eyebrow,
.property-story h2,
.property-story p {
  color: #fff;
}

.property-story h2 {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: clamp(46px, 7.2vw, 112px);
  line-height: 0.94;
  font-weight: 700;
}

.property-story p {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(19px, 1.75vw, 27px);
  line-height: 1.42;
}

.property-story .story-closing {
  margin-top: 32px;
  color: #fff;
  font-weight: 700;
}

.property-story-image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #151515;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42);
}

.property-story-image img {
  display: block;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.smart-living {
  max-width: none;
  padding: clamp(76px, 8vw, 126px) clamp(24px, 6.4vw, 124px);
  background: #f5f5f7;
}

.smart-living-heading {
  max-width: 980px;
  margin: 0 auto clamp(36px, 5vw, 72px);
  text-align: center;
}

.smart-living-heading h2 {
  margin: 0 auto 20px;
  color: var(--text);
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.98;
  font-weight: 700;
}

.smart-living-heading p:not(.eyebrow) {
  max-width: 820px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.42;
}

.smart-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1380px;
  margin: 0 auto;
}

.smart-feature-card {
  display: grid;
  grid-template-rows: minmax(280px, 0.86fr) auto;
  overflow: hidden;
  min-height: 560px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.smart-feature-card:nth-child(1),
.smart-feature-card:nth-child(6) {
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  grid-template-rows: none;
  min-height: 500px;
}

.smart-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.smart-feature-card div {
  align-self: end;
  padding: clamp(28px, 4vw, 58px);
}

.smart-feature-card h3 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.02;
  font-weight: 700;
}

.smart-feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.45;
}

@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: 220px 1fr auto;
  }

  .story-contact {
    grid-template-columns: 1fr;
  }

  .video-panel {
    grid-row: auto;
    min-height: 480px;
  }
}

@media (max-width: 860px) {
  :root {
    --header: 78px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    background: rgba(251, 251, 253, 0.86);
  }

  .nav-toggle {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
  }

  .nav-toggle span:not(.sr-only) {
    background: var(--text);
  }

  .site-nav,
  .header-actions {
    background: rgba(251, 251, 253, 0.96);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
  }

  .site-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .header-actions {
    top: calc(var(--header) + 230px);
  }

  .hero,
  .hero-content,
  .detail-hero,
  .detail-hero-copy {
    min-height: 640px;
  }

  .hero h1,
  .page-intro h1,
  .detail-hero h1 {
    font-size: clamp(48px, 12vw, 72px);
  }

  .section-shell,
  .story-contact,
  .detail-shell {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .property-card {
    min-height: 380px;
  }
}

@media (max-width: 560px) {
  .hero,
  .hero-content,
  .detail-hero,
  .detail-hero-copy {
    min-height: 620px;
  }

  .btn {
    width: auto;
  }

  .section-heading .btn,
  .send {
    width: 100%;
  }

  .property-card {
    min-height: 360px;
  }

  .card-body {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .story-contact {
    padding-inline: 18px;
  }
}

/* Premium investment section */

.invest-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 18, 0.18);
  background:
    radial-gradient(circle at 16% 4%, rgba(255, 122, 18, 0.22), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(145deg, #17110c 0%, #23180f 48%, #0f0c09 100%);
  color: #fff;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.invest-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 72%);
}

.invest-panel > * {
  position: relative;
}

.invest-panel .eyebrow {
  color: var(--orange);
}

.invest-panel h2 {
  max-width: 940px;
  margin-bottom: 8px;
  color: #fff;
  letter-spacing: -0.05em;
}

.invest-subheading {
  margin: 0 0 26px;
  color: var(--orange-bright) !important;
  font-size: clamp(21px, 2vw, 34px) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
}

.invest-intro {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.invest-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78) !important;
}

.invest-intro .eyebrow {
  color: #fff !important;
  font-size: clamp(18px, 1.8vw, 28px) !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em;
  text-transform: none;
}

.invest-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 34px;
}

.invest-trust-strip span {
  border: 1px solid rgba(255, 122, 18, 0.28);
  border-radius: 999px;
  background: rgba(255, 122, 18, 0.1);
  color: rgba(255, 255, 255, 0.84);
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 700;
}

.invest-block {
  margin-top: 34px;
}

.invest-heading-row {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.invest-heading-row h3,
.future-invest-section h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.6vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.invest-feature-grid,
.invest-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.invest-feature-card,
.invest-opportunity-grid article {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  padding: 18px;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}

.invest-feature-card:hover,
.invest-opportunity-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 18, 0.46);
  background:
    linear-gradient(145deg, rgba(255, 122, 18, 0.14), rgba(255, 255, 255, 0.055));
}

.invest-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--orange);
  color: #140c06;
  font-size: 12px;
  font-weight: 700;
}

.invest-feature-card h4,
.invest-opportunity-grid h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.18;
}

.invest-feature-card p,
.invest-opportunity-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
}

.future-invest-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  margin-top: 34px;
  padding: clamp(24px, 3.5vw, 42px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 122, 18, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.future-invest-list {
  display: grid;
  gap: 10px;
}

.future-invest-list span {
  position: relative;
  padding: 11px 13px 11px 34px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
}

.future-invest-list span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  transform: translateY(-50%);
}

.invest-cta-panel {
  margin-top: 34px;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 122, 18, 0.92), rgba(255, 154, 45, 0.78)),
    #ff7a12;
  color: #130b06;
}

.invest-cta-panel p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #130b06 !important;
  font-size: clamp(20px, 2.1vw, 34px) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em;
}

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

.invest-panel .btn {
  min-height: 46px;
}

.invest-panel .btn-solid {
  background: #0f0c09;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.invest-panel .btn-solid:hover {
  background: #24170e;
}

.invest-panel .btn-outline {
  border-color: rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: #130b06;
}

.invest-panel .btn-outline:hover {
  background: #fff;
  color: #130b06;
}

@media (max-width: 980px) {
  .invest-feature-grid,
  .invest-opportunity-grid,
  .future-invest-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .invest-panel {
    padding: 28px 18px;
  }

  .invest-intro,
  .future-invest-section,
  .invest-cta-panel {
    border-radius: 16px;
  }

  .invest-feature-card,
  .invest-opportunity-grid article {
    padding: 16px;
  }

  .invest-cta-actions .btn {
    width: 100%;
  }
}

/* Supplied logo refinements */

.brand {
  min-width: 0;
  padding: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: 58px;
  filter:
    drop-shadow(0 0 1px rgba(0, 0, 0, 0.9))
    drop-shadow(0 0 7px rgba(0, 0, 0, 0.42))
    drop-shadow(0 7px 16px rgba(0, 0, 0, 0.22));
}

.footer-brand {
  padding: 0;
}

.footer-brand .brand-logo {
  width: auto;
  height: 70px;
}

.site-header {
  grid-template-columns: 238px 1fr 340px;
}

.property-card {
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.13),
    0 0 0 1px rgba(255, 255, 255, 0.7) inset,
    0 0 0 2px rgba(0, 0, 0, 0.04);
}

.property-card::after {
  z-index: 1;
}

.image-slider {
  z-index: 0;
}

.slider-dots {
  top: 42px;
  z-index: 4;
}

.slider-dots span.active {
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55),
    0 0 18px rgba(255, 255, 255, 0.38);
}

.detail-hero::after {
  z-index: 1;
}

.detail-hero-copy {
  z-index: 3;
}

.detail-hero .slider-dots {
  bottom: 42px;
  z-index: 4;
}

.detail-gallery-item {
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.11),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.price-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  margin-top: 8px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #1f311f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.detail-price-badge {
  margin: 4px 0 18px;
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.92);
  color: #1f311f;
  font-size: 15px;
}

.inquiry-form {
  position: relative;
  margin-top: 22px;
}

.inquiry-form label {
  gap: 8px;
}

.inquiry-form label span {
  display: block;
  color: rgba(29, 29, 31, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  min-height: 52px;
  border-color: rgba(31, 49, 31, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  font-size: 15px;
}

.inquiry-form textarea {
  min-height: 122px;
  padding-top: 14px;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: #f45a00;
  box-shadow: 0 0 0 4px rgba(244, 90, 0, 0.16);
}

.inquiry-form select:invalid {
  color: rgba(29, 29, 31, 0.48);
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 24px;
  margin: 2px 0 0;
  color: rgba(29, 29, 31, 0.68);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.form-status.success,
.form-status.error {
  padding: 12px 14px;
  border-radius: 12px;
  animation: formStatusIn 260ms ease both;
}

.form-status.success {
  border: 1px solid rgba(31, 49, 31, 0.14);
  background: rgba(31, 49, 31, 0.08);
  color: #1f311f;
}

.form-status.error {
  border: 1px solid rgba(180, 35, 24, 0.18);
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
}

.send {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.send:disabled {
  cursor: wait;
  opacity: 0.78;
}

.button-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 999px;
  animation: spin 760ms linear infinite;
}

.inquiry-form.is-submitting .button-arrow {
  display: none;
}

.inquiry-form.is-submitting .button-spinner {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes formStatusIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: 220px 1fr auto;
  }

  .property-story,
  .smart-feature-card:nth-child(1),
  .smart-feature-card:nth-child(6),
  .location-map-layout,
  .property-tour {
    grid-template-columns: 1fr;
  }

  .property-story-image img {
    min-height: 420px;
  }

  .location-map-card {
    min-height: 560px;
  }

  .brand-logo {
    width: auto;
    height: 52px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand {
    padding: 0;
  }

  .brand-logo {
    width: auto;
    height: 50px;
  }

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

  .smart-feature-card,
  .smart-feature-card:nth-child(1),
  .smart-feature-card:nth-child(6) {
    grid-column: auto;
    min-height: auto;
  }

  .smart-feature-card img {
    min-height: 260px;
    aspect-ratio: 16 / 10;
  }

  .location-map-card {
    min-height: 460px;
  }

  .product-carousel-track {
    grid-auto-columns: minmax(290px, 78vw);
    gap: 18px;
  }

  .carousel-control {
    display: none;
  }

  .image-lightbox-nav {
    display: none;
  }

  .video-tour-track {
    grid-auto-columns: minmax(230px, 68vw);
    padding-inline: 24px;
    margin-inline: -24px;
    scroll-padding-inline: 24px;
  }

  .video-tour-carousel .carousel-control {
    display: none;
  }

  .video-lightbox-panel {
    grid-template-columns: 1fr;
  }

  .cinematic-tour-hero {
    min-height: 680px;
  }

  .arrival-frame-grid,
  .featured-space-card,
  .featured-space-card.is-reversed,
  .smart-cinema-grid {
    grid-template-columns: 1fr;
  }

  .featured-space-card.is-reversed img {
    order: 0;
  }

  .cinematic-categories {
    grid-template-columns: repeat(6, minmax(210px, 68vw));
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: auto;
    height: 46px;
  }

  .property-story,
  .smart-living,
  .location-map-section,
  .property-tour {
    padding-inline: 18px;
  }

  .property-story-image img {
    min-height: 300px;
  }

  .location-map-card {
    min-height: 360px;
  }

  .map-pin {
    min-height: 34px;
    padding-inline: 9px 11px;
    font-size: 12px;
  }

  .gallery-shell-carousel > .eyebrow,
  .gallery-shell-carousel > h2 {
    padding-inline: 18px;
  }

  .product-carousel-track {
    grid-auto-columns: minmax(260px, 84vw);
    padding-inline: 18px;
    scroll-padding-inline: 18px;
  }

  .product-carousel-card {
    min-height: 360px;
    border-radius: 14px;
  }

  .product-carousel-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .image-lightbox {
    padding: 14px;
  }

  .image-lightbox-frame img {
    max-height: 78vh;
    border-radius: 8px;
  }

  .image-lightbox-close {
    width: 44px;
    height: 44px;
  }

  .video-tour-track {
    grid-auto-columns: minmax(218px, 78vw);
    padding-inline: 18px;
    margin-inline: -18px;
    scroll-padding-inline: 18px;
  }

  .video-tour-trigger {
    border-radius: 18px;
  }

  .video-play-icon {
    width: 56px;
    height: 56px;
  }

  .video-play-icon::before {
    left: 23px;
    top: 17px;
  }

  .cinematic-tour-hero {
    min-height: 620px;
  }

  .cinematic-tour-hero-copy h2,
  .cinematic-views h2,
  .cinematic-closing-cta h2 {
    font-size: 50px;
  }

  .arrival-frame-grid {
    gap: 18px;
  }

  .arrival-frame,
  .smart-cinema-card {
    min-height: 430px;
    border-radius: 20px;
  }

  .arrival-frame:nth-child(2) {
    transform: none;
  }

  .category-story-card {
    min-height: 230px;
  }

  .featured-space-card img {
    border-radius: 20px;
  }

  .cinematic-views,
  .cinematic-closing-cta {
    min-height: 620px;
  }

  .video-filmstrip {
    grid-auto-columns: minmax(104px, 42vw);
  }

  .video-lightbox {
    padding: 12px;
  }

  .video-lightbox-panel {
    max-height: calc(100vh - 24px);
    border-radius: 20px;
  }
}
