:root {
  --bg: #7f1033;
  --bg-dark: #610c27;
  --surface: #fdfaf8;
  --text: #4a1930;
  --muted: #927585;
  --brand: #b11d49;
  --brand-soft: #cf4f77;
  --brand-dark: #55103d;
  --line: rgba(161, 72, 103, 0.1);
  --shadow: 0 24px 48px rgba(77, 9, 31, 0.16);
  --max-width: 1400px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Raleway", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #a11842 0%, #7a1032 38%, #65102b 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 78%, rgba(255, 255, 255, 0.07), transparent 18%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 88px 88px, 88px 88px;
  opacity: 0.55;
  mask-image: radial-gradient(circle at center, black 32%, transparent 80%);
}

.page-shell {
  width: min(calc(100% - 6px), var(--max-width));
  margin: 0 auto 34px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 28px rgba(77, 9, 31, 0.08);
}

.utility-bar,
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.utility-bar {
  min-height: 56px;
  padding: 0 128px;
  border-bottom: 1px solid rgba(161, 72, 103, 0.1);
}

.utility-links,
.utility-actions,
.utility-social,
.menu {
  display: flex;
  align-items: center;
}

.utility-links,
.utility-actions {
  gap: 28px;
}

.utility-links a,
.menu a,
.footer a {
  color: var(--muted);
  text-decoration: none;
}

.utility-links a {
  font-size: 0.87rem;
}

.menu a {
  font-size: 0.99rem;
}

.utility-links a:hover,
.menu a:hover,
.footer a:hover {
  color: var(--brand);
}

.utility-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: lowercase;
}

.utility-pill-dark {
  background: linear-gradient(135deg, #4c0f7a, #6f0f63);
}

.utility-pill-brand {
  background: linear-gradient(135deg, #c61f4b, #df3b46);
}

.utility-social {
  gap: 10px;
}

.utility-social span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #d7d7d3;
}

.topbar {
  min-height: 86px;
  padding: 0 128px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--brand);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-toggle::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 58px;
  opacity: 0.92;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.menu {
  gap: 56px;
}

.hero {
  padding: 88px 0 0;
}

.hero-stage {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(89, 8, 40, 1), rgba(174, 22, 56, 0.96)),
    linear-gradient(180deg, var(--bg), var(--bg-dark));
}

.hero-stage::before {
  content: "";
  position: absolute;
  right: 0;
  top: 116px;
  width: 118px;
  height: 482px;
  background:
    linear-gradient(180deg, rgba(208, 29, 55, 0.84), rgba(168, 23, 54, 0.84)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07));
}

.hero-stage::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -58px;
  width: 520px;
  height: 220px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.35;
  transform: skewX(-20deg);
}

.hero-copy,
.hero-visual,
.section,
.panel,
.feature-card,
.showcase-card,
.timeline-item,
.cta-card {
  box-shadow: var(--shadow);
}

.hero-copy {
  position: absolute;
  left: 98px;
  top: 90px;
  z-index: 4;
  width: 486px;
  min-height: 528px;
  padding: 58px 44px 44px;
  background: linear-gradient(180deg, rgba(111, 15, 61, 0.94), rgba(191, 54, 73, 0.72));
  animation: heroFloat 6s ease-in-out infinite;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 60%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 50%);
}

.hero h1,
.section-heading h2,
.panel h3,
.feature-card h3,
.showcase-card strong,
.cta-card h2 {
  margin: 0;
  font-family: "Raleway", "Segoe UI", sans-serif;
}

.hero h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 4.9rem;
  font-weight: 300;
  line-height: 0.93;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  margin-top: 8px;
  font-weight: 800;
}

.hero-kicker {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-lead {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  margin: 42px 0 36px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 218, 228, 0.32);
  color: #ff8faa;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.18;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 38px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-ghost {
  position: relative;
  z-index: 1;
  min-width: 186px;
  color: #fff;
  border: 1px solid rgba(255, 230, 237, 0.76);
  font-size: 0.92rem;
  font-weight: 500;
  text-transform: lowercase;
}

.button-solid {
  min-height: 50px;
  color: #fff;
  background: linear-gradient(135deg, #8b1238, #cb3565);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  margin: 58px 98px 0 583px;
  min-height: 528px;
  background: #fff;
}

.hero-image-shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f6f0f0;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-side-panel {
  position: absolute;
  right: 0;
  top: 148px;
  width: 118px;
  height: 452px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 48px;
  display: flex;
  gap: 14px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: transparent;
  transition: background 240ms ease, transform 240ms ease;
}

.hero-dot.is-active {
  background: #fff;
  transform: scale(1.05);
}

.section {
  margin-top: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 245, 245, 0.98));
}

.eyebrow {
  margin: 0;
  color: var(--brand-soft);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: end;
  padding: 42px 44px 0;
}

.section-heading h2 {
  color: var(--brand);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 0.98;
  text-transform: uppercase;
}

.intro-grid,
.showcase-grid,
.feature-grid,
.timeline {
  display: grid;
  gap: 22px;
  padding: 28px 44px 44px;
}

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

.panel,
.feature-card,
.showcase-card,
.timeline-item {
  padding: 30px;
}

.panel h3,
.feature-card h3,
.showcase-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
}

.panel-light {
  background: linear-gradient(180deg, #fffdfd, #fbf4f5);
}

.panel-dark {
  background: linear-gradient(135deg, rgba(118, 13, 48, 0.96), rgba(170, 36, 74, 0.9));
  color: #fff4f8;
}

.panel p,
.feature-card p,
.timeline-item p,
.footer p,
.showcase-card p,
.cta-card p {
  line-height: 1.75;
}

.panel-light p,
.feature-card p,
.timeline-item p {
  color: var(--muted);
}

.panel-dark p,
.panel-dark h3 {
  color: inherit;
}

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

.residences-layout,
.residences-grid {
  display: grid;
  gap: 28px;
  padding: 36px 44px 44px;
}

.residences-layout {
  grid-template-columns: 1fr 1.05fr;
  align-items: start;
  padding-bottom: 18px;
}

.residences-copy h2 {
  margin: 12px 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--brand-dark);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.residences-copy p {
  margin: 0 0 18px;
  color: #5e4a57;
  line-height: 1.8;
}

.residences-feature,
.residence-card {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.residences-feature {
  background: #efe7df;
}

.residences-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 1.58;
  object-fit: cover;
  object-position: center;
}

.residences-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 6px;
}

.residence-card img {
  display: block;
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: cover;
  object-position: center;
}

.residence-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  background: rgba(255, 252, 251, 0.96);
  color: var(--brand-dark);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(73, 17, 36, 0.12);
}

.showcase-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  color: #fff;
}

.showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(65, 8, 26, 0.08), rgba(97, 10, 39, 0.9));
}

.showcase-card strong,
.showcase-card p {
  position: relative;
  z-index: 1;
}

.showcase-card p {
  margin: 0;
  color: rgba(255, 236, 242, 0.84);
}

.showcase-card-a {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.2), transparent 20%),
    linear-gradient(135deg, #d34b77, #81123a);
}

.showcase-card-b {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(135deg, #e85d89, #961944);
}

.showcase-card-c {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.14), transparent 20%),
    linear-gradient(135deg, #ab1743, #640b28);
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
  background: #fffbfb;
}

.feature-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-item {
  position: relative;
  background: #fffbfb;
}

.timeline-item::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(181, 29, 75, 0.08), rgba(181, 29, 75, 0.7));
}

.timeline-item strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 44px 44px;
  background: linear-gradient(135deg, rgba(118, 13, 48, 0.98), rgba(183, 33, 77, 0.9));
}

.cta-card h2,
.cta-card p {
  color: #fff6f9;
}

.cta-card h2 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 0.95;
  text-transform: uppercase;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 18px 10px;
}

.footer strong,
.footer p {
  color: #ffe4ed;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 54px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(135deg, #8b1238, #cb3565);
  border-radius: 999px;
  box-shadow: 0 22px 36px rgba(139, 18, 56, 0.26);
  font-weight: 800;
  text-decoration: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 640ms ease, transform 640ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1180px) {
  .utility-bar,
  .topbar {
    padding-left: 34px;
    padding-right: 34px;
  }

  .menu {
    gap: 24px;
  }

  .hero-copy {
    left: 36px;
    width: 420px;
  }

  .hero-visual {
    margin: 58px 36px 0 430px;
  }
}

@media (max-width: 960px) {
  .site-header {
    position: static;
  }

  .utility-bar,
  .topbar,
  .menu,
  .intro-grid,
  .showcase-grid,
  .feature-grid,
  .timeline,
  .cta-card,
  .section-heading {
    display: grid;
  }

  .utility-bar,
  .topbar {
    gap: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .utility-links,
  .utility-actions,
  .utility-social {
    justify-content: center;
  }

  .menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    text-align: center;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-stage {
    min-height: auto;
    padding: 18px 18px 54px;
  }

  .hero-copy {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-height: auto;
    padding: 34px 28px;
    animation: none;
  }

  .hero-visual {
    margin: 20px 0 0;
    min-height: 420px;
  }

  .hero-stage::before,
  .hero-side-panel {
    display: none;
  }

  .hero-stage::after {
    right: -120px;
    bottom: -70px;
    width: 340px;
    height: 160px;
  }

  .hero h1 {
    font-size: clamp(3rem, 9vw, 4.2rem);
  }

  .hero-lead {
    max-width: 100%;
    margin: 28px 0 28px;
    font-size: 1rem;
  }

  .button-ghost {
    min-width: 170px;
  }

  .section-heading,
  .intro-grid,
  .showcase-grid,
  .feature-grid,
  .timeline,
  .residences-layout,
  .residences-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 12px), var(--max-width));
  }

  .site-header {
    position: static;
  }

  .utility-bar {
    display: none;
  }

  .topbar {
    min-height: auto;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 12px 16px;
  }

  .brand {
    width: 144px;
    height: 46px;
    justify-content: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    padding: 8px 0 8px 10px;
    font-size: 0.82rem;
  }

  .menu {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 6px;
    padding: 6px 0 0;
    border-top: 1px solid rgba(177, 29, 73, 0.08);
    text-align: left;
  }

  .menu.is-open {
    display: grid;
    animation: menuReveal 180ms ease;
  }

  .hero-copy,
  .panel,
  .feature-card,
  .showcase-card,
  .timeline-item,
  .cta-card {
    padding: 24px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 3.4rem);
    line-height: 0.92;
  }

  .hero {
    padding-top: 10px;
  }

  .hero-stage {
    padding: 0 0 36px;
    background:
      linear-gradient(180deg, rgba(96, 11, 39, 1) 0%, rgba(159, 24, 67, 0.96) 54%, rgba(123, 16, 50, 1) 100%);
  }

  .hero-copy {
    width: calc(100% - 28px);
    min-height: auto;
    margin: 14px 14px 0;
    padding: 18px 18px 20px;
    background: linear-gradient(180deg, rgba(111, 15, 61, 0.88), rgba(191, 54, 73, 0.66));
  }

  .hero-kicker {
    margin-top: 10px;
    font-size: 0.82rem;
  }

  .hero-visual {
    min-height: 250px;
    margin: 0;
    box-shadow: none;
  }

  .hero-photo {
    object-position: 62% 22%;
  }

  .hero-lead {
    max-width: 16ch;
    margin: 14px 0 18px;
    padding-top: 12px;
    font-size: 0.82rem;
  }

  .hero-dots {
    bottom: 10px;
  }

  .hero-dot {
    width: 10px;
    height: 10px;
  }

  .menu a {
    font-size: 0.9rem;
    padding: 12px 0;
  }

  .section-heading,
  .intro-grid,
  .showcase-grid,
  .feature-grid,
  .timeline,
  .cta-card,
  .residences-layout,
  .residences-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 92px;
  }

  .floating-whatsapp {
    right: 14px;
    left: 14px;
    bottom: 14px;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-stage,
  .section,
  .cta-card {
    border-radius: 0;
  }

  .brand {
    width: 132px;
    height: 42px;
  }

  .hero-copy {
    width: calc(100% - 20px);
    margin: 10px 10px 0;
    padding: 16px 16px 18px;
  }

  .hero-visual {
    min-height: 220px;
  }

  .hero-lead {
    max-width: 12ch;
  }

  .button-ghost,
  .button-solid,
  .floating-whatsapp {
    width: 100%;
  }

  .button-ghost {
    min-width: 0;
    min-height: 42px;
    font-size: 0.86rem;
  }

  .section-heading {
    padding-top: 32px;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .panel h3,
  .feature-card h3,
  .showcase-card strong {
    font-size: 1.7rem;
  }

  .cta-card h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
  }
}

@media (max-width: 420px) {
  .brand {
    width: 124px;
    height: 40px;
  }

  .topbar {
    padding: 10px 14px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 11vw, 2.9rem);
  }

  .hero-kicker {
    font-size: 0.76rem;
  }

  .hero-lead {
    max-width: 100%;
    font-size: 0.8rem;
  }

  .hero-visual {
    min-height: 198px;
  }

  .hero-photo {
    object-position: 64% 20%;
  }

  .section-heading,
  .intro-grid,
  .showcase-grid,
  .feature-grid,
  .timeline,
  .cta-card,
  .residences-layout,
  .residences-grid {
    padding-left: 18px;
    padding-right: 18px;
  }
}

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

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