:root {
  --navy: #062a50;
  --navy-deep: #03182f;
  --gold: #f4a609;
  --gold-soft: #ffe2a2;
  --ink: #17202a;
  --muted: #667085;
  --line: #e5e7eb;
  --paper: #fbfaf7;
  --white: #ffffff;
  --charcoal: #121417;
  --shadow: 0 22px 60px rgba(3, 24, 47, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 64px);
  color: var(--white);
  background: rgba(3, 24, 47, 0.72);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled,
.site-header.menu-active {
  background: rgba(3, 24, 47, 0.96);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  width: 62px;
  height: 46px;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.brand strong {
  display: block;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav-cta,
.button.primary {
  background: var(--gold);
  color: #111827;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.button.secondary.dark {
  border-color: rgba(3, 24, 47, 0.28);
  color: var(--navy-deep);
  background: var(--white);
}

.button.full {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  display: block;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1100ms ease;
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-media img.active {
  opacity: 1;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 24, 47, 0.94) 0%, rgba(3, 24, 47, 0.68) 42%, rgba(3, 24, 47, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 24, 47, 0.52), rgba(3, 24, 47, 0.12));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(850px, 100%);
  padding: 150px clamp(18px, 6vw, 86px) 112px;
}

.hero-content > * {
  animation: riseIn 780ms ease both;
}

.hero-content h1 {
  animation-delay: 120ms;
}

.hero-lede {
  animation-delay: 220ms;
}

.hero-actions {
  animation-delay: 320ms;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  margin: 10px 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.6rem, 8.8vw, 7.6rem);
  line-height: 0.94;
}

.hero-lede {
  width: min(680px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.section {
  padding: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.apartments-hero {
  min-height: 62vh;
  display: grid;
  align-items: end;
  padding: 140px clamp(18px, 6vw, 86px) 70px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 24, 47, 0.94), rgba(3, 24, 47, 0.58)),
    url("assets/maisonette-living-wide.jpeg") center/cover;
}

.apartments-hero div {
  width: min(980px, 100%);
}

.apartments-hero h1 {
  margin: 10px 0 14px;
  font-size: clamp(3rem, 7vw, 6.6rem);
}

.apartments-hero p:not(.eyebrow) {
  width: min(720px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.72;
}

.apartments-page-start {
  padding-top: clamp(130px, 14vw, 178px);
}

.apartment-page-heading p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.collection-guide {
  width: min(1120px, calc(100% - 36px));
  margin: 26px auto clamp(30px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(210, 149, 44, 0.28);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(250, 244, 232, 0.82));
  box-shadow: 0 18px 42px rgba(3, 24, 47, 0.08);
}

.collection-guide span {
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 14px 18px;
  border-right: 1px solid rgba(210, 149, 44, 0.2);
  color: var(--navy);
  font-weight: 800;
  text-align: center;
}

.collection-guide span:last-child {
  border-right: 0;
}

.booking-strip {
  position: relative;
  z-index: 5;
  width: min(1120px, calc(100% - 36px));
  margin: -54px auto 0;
  padding: 14px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-strip form {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 0.72fr auto;
  gap: 10px;
  align-items: end;
}

.booking-strip label {
  display: grid;
  gap: 7px;
}

.booking-strip span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-strip input,
.booking-strip select {
  min-height: 46px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.booking-strip input::placeholder {
  color: #98a2b3;
}

.location-field {
  position: relative;
}

.location-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 40;
  display: none;
  max-height: 280px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(3, 24, 47, 0.16);
}

.location-field.open .location-menu {
  display: grid;
  gap: 4px;
}

.location-menu button {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: transparent;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.location-menu button:hover,
.location-menu button:focus {
  background: #fff3d5;
  outline: 0;
}

.location-menu button[hidden] {
  display: none;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 52px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: transparent;
  border: 0;
}

.trust-band div {
  min-height: 178px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 22px;
  border-radius: 8px;
  text-align: left;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(3, 24, 47, 0.09);
}

.trust-band div:nth-child(1) {
  background: #fff8e8;
}

.trust-band div:nth-child(2) {
  background: #eef7ff;
}

.trust-band div:nth-child(3) {
  background: #f2f6ef;
}

.trust-band div:nth-child(4) {
  background: #f7f1ff;
}

.trust-band strong {
  color: var(--navy-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.02;
}

.trust-band span {
  color: var(--muted);
  line-height: 1.58;
}

.location-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: var(--paper);
}

.location-copy h2 {
  margin: 10px 0 16px;
  color: var(--navy-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.location-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.78;
}

.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.location-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy-deep);
  background: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(3, 24, 47, 0.06);
}

.lagos-map-card {
  position: relative;
  min-height: clamp(420px, 44vw, 560px);
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 22%, rgba(244, 166, 9, 0.22), transparent 24%),
    linear-gradient(145deg, #03182f 0%, #062a50 58%, #0d355f 100%);
  box-shadow: var(--shadow);
}

.lagos-map-card::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.lagos-map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.55;
}

.map-line {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transform-origin: left center;
}

.map-line.island {
  width: 68%;
  left: 18%;
  top: 60%;
  transform: rotate(-14deg);
}

.map-line.mainland {
  width: 48%;
  left: 12%;
  top: 34%;
  transform: rotate(18deg);
}

.map-pin {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 800;
}

.map-pin b {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(244, 166, 9, 0.18);
}

.pin-lekki {
  right: 14%;
  bottom: 28%;
}

.pin-ikate {
  right: 26%;
  bottom: 42%;
}

.pin-vi {
  left: 42%;
  top: 46%;
}

.pin-ikoyi {
  left: 28%;
  top: 28%;
}

.pin-oniru {
  left: 46%;
  top: 34%;
}

.pin-banana {
  left: 18%;
  top: 20%;
}

.pin-eko {
  left: 34%;
  bottom: 28%;
}

.pin-chevron {
  right: 10%;
  bottom: 14%;
}

.pin-ikeja {
  left: 12%;
  top: 12%;
}

.pin-yaba {
  left: 20%;
  top: 42%;
}

.map-note {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: block;
  padding: 18px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(3, 24, 47, 0.62);
  font-weight: 800;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  background: var(--paper);
}

.story-copy h2 {
  margin: 10px 0 0;
  color: var(--navy-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.3rem, 5vw, 5rem);
  line-height: 1.02;
}

.story-text {
  display: grid;
  gap: 16px;
}

.story-text p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.intro-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.narrow {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy-deep);
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.section-heading p:not(.eyebrow),
.experience-copy p,
.apartment-copy p,
.faq-grid p,
.site-footer p {
  color: var(--muted);
  line-height: 1.72;
}

.apartment-grid {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
}

.apartment-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  min-height: 520px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.apartment-card.reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.apartment-card.reverse .apartment-image {
  order: 2;
}

.apartment-image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.apartment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-slider img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 900ms ease, transform 700ms ease;
}

.image-slider img.active {
  opacity: 1;
  transition: opacity 900ms ease, transform 700ms ease;
}

.apartment-card:hover .image-slider img.active {
  transform: scale(1.045);
}

.photo-count {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(3, 24, 47, 0.72);
  backdrop-filter: blur(14px);
  font-size: 0.82rem;
  font-weight: 800;
}

.slider-controls {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.slider-controls button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--white);
  background: rgba(3, 24, 47, 0.68);
  backdrop-filter: blur(14px);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.slider-controls button:hover {
  color: var(--navy-deep);
  background: var(--gold);
}

.apartment-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: clamp(28px, 4.4vw, 58px);
}

.apartment-title p {
  margin: 0 0 7px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.apartment-title h3,
.contact-panel h3,
.experience-copy h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3.8rem);
  line-height: 1.04;
}

.address {
  margin: 0;
  color: var(--navy) !important;
  font-weight: 800;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.55;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

.text-cta {
  color: var(--navy);
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.dark-band {
  color: var(--white);
  background: var(--navy-deep);
}

.reviews-section {
  background: var(--white);
}

.testimonial-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  min-height: 620px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--navy-deep);
  box-shadow: var(--shadow);
}

.testimonial-stage.text-only {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  min-height: 590px;
  background:
    radial-gradient(circle at 16% 20%, rgba(244, 166, 9, 0.18), transparent 32%),
    linear-gradient(135deg, #03182f 0%, #062a50 58%, #0a2038 100%);
}

.testimonial-stage.text-only::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  pointer-events: none;
}

.testimonial-copy {
  position: relative;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 5vw, 60px);
  color: var(--white);
  min-width: 0;
}

.testimonial-intro {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(32px, 4.4vw, 64px);
  color: var(--white);
  min-width: 0;
}

.testimonial-intro h2 {
  margin: 0;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  max-width: 440px;
  font-size: clamp(2.4rem, 4.1vw, 4.35rem);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
}

.testimonial-intro p:not(.eyebrow) {
  margin: 0;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.rating-summary {
  width: min(260px, 100%);
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.rating-summary strong {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.8rem;
  line-height: 0.9;
}

.rating-summary span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.testimonial-copy::before {
  content: '"';
  position: absolute;
  top: 18px;
  right: clamp(24px, 4vw, 54px);
  color: rgba(244, 166, 9, 0.2);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(7rem, 15vw, 13rem);
  line-height: 0.8;
}

.stars {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 1.08rem;
  letter-spacing: 0;
}

.star-row {
  display: inline-flex;
  gap: 1px;
  line-height: 1;
}

.star {
  position: relative;
  width: 1em;
  height: 1em;
  display: inline-block;
  color: var(--gold);
}

.star::before {
  content: "\2605";
}

.star.empty {
  color: rgba(244, 166, 9, 0.28);
}

.star.half {
  color: rgba(244, 166, 9, 0.28);
}

.star.half::after {
  content: "\2605";
  position: absolute;
  inset: 0 auto 0 0;
  width: 52%;
  overflow: hidden;
  color: var(--gold);
}

.stars b {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.testimonial-slider {
  position: relative;
  min-height: 390px;
  overflow: visible;
}

.testimonial-slider article {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 20px;
  padding: clamp(20px, 3vw, 32px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 800ms ease, transform 800ms ease;
  pointer-events: none;
}

.testimonial-slider article.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.testimonial-slider blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.35vw, 2.08rem);
  line-height: 1.34;
  overflow-wrap: normal;
  word-break: normal;
}

.testimonial-slider strong {
  color: var(--gold);
  font-size: 1rem;
  text-transform: uppercase;
}

.testimonial-dots {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.testimonial-dots span {
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transition: width 260ms ease, background 260ms ease;
}

.testimonial-dots span.active {
  width: 58px;
  background: var(--gold);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dark-band .section-heading h2,
.dark-band .section-heading p:not(.eyebrow) {
  color: var(--white);
}

.amenity-showcase {
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
  margin-top: 34px;
  align-items: stretch;
}

.amenity-visual {
  min-height: 620px;
  border-radius: 8px;
  overflow: hidden;
}

.amenity-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.amenity-list article {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  transition: transform 220ms ease, background 220ms ease;
}

.amenity-list article:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.11);
}

.amenity-list span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.amenity-list strong {
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  line-height: 1.02;
}

.amenity-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.62;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 520px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: var(--white);
}

.reviews-section + .split-section {
  padding-top: clamp(36px, 5vw, 64px);
}

.experience-copy {
  display: grid;
  gap: 18px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.proof-grid div {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.proof-grid strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.proof-grid span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.contact-panel {
  display: grid;
  gap: 22px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 12%, rgba(244, 166, 9, 0.2), transparent 30%),
    linear-gradient(145deg, #03182f 0%, #062a50 100%);
  box-shadow: var(--shadow);
}

.concierge-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 4px;
}

.concierge-card-thumb {
  width: 86px;
  height: 54px;
  flex: 0 0 auto;
  border: 1px solid rgba(244, 166, 9, 0.35);
  border-radius: 8px;
  object-fit: cover;
  object-position: left center;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.concierge-head strong,
.concierge-head span {
  display: block;
}

.concierge-head strong {
  margin-top: 6px;
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.concierge-head span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-panel h3 {
  color: var(--white);
  font-size: clamp(1.9rem, 2.8vw, 2.65rem);
  line-height: 1.08;
}

.concierge-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.68;
}

.concierge-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.concierge-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.8rem;
  font-weight: 800;
}

.concierge-details {
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding: 18px;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  border-inline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.concierge-details a,
.concierge-details span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.concierge-details a:hover {
  color: var(--gold);
}

.contact-panel form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-panel label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-panel input,
.contact-panel select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

.contact-panel option {
  color: var(--ink);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.social-links a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  text-decoration: none;
}

.social-links a:hover {
  color: var(--navy-deep);
  background: var(--gold);
}

.social-links svg,
.floating-whatsapp svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.social-links a[aria-label*="WhatsApp"] svg {
  width: 21px;
  height: 24px;
  transform: translateY(0);
}

.process-section {
  background: var(--navy-deep);
  color: var(--white);
}

.process-section .section-heading h2 {
  color: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.process-grid article {
  min-height: 280px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.process-grid span {
  color: var(--gold);
  font-weight: 900;
}

.process-grid h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.35rem;
}

.process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.68;
}

.faq-section {
  background: var(--paper);
}

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

details {
  position: relative;
  padding: 22px 22px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 14px 34px rgba(3, 24, 47, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

details:hover,
details[open] {
  border-color: rgba(244, 166, 9, 0.45);
  box-shadow: 0 18px 42px rgba(3, 24, 47, 0.1);
}

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

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  color: var(--navy-deep);
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--navy-deep);
  background: #fff3d5;
  font-size: 1.2rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 14px 0 0;
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--charcoal);
}

.footer-main,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}

.site-footer strong {
  font-size: 1.2rem;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.footer-bottom {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.5;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: #25d366;
  box-shadow:
    0 14px 30px rgba(3, 24, 47, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  font-weight: 900;
  text-decoration: none;
}

.floating-whatsapp svg {
  width: 28px;
  height: 32px;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .split-section {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    max-width: 760px;
  }
}

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

  .collection-guide span:nth-child(2) {
    border-right: 0;
  }

  .collection-guide span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(210, 149, 44, 0.2);
  }

  .apartment-card,
  .apartment-card.reverse,
  .location-preview,
  .story-section {
    grid-template-columns: 1fr;
  }

  .apartment-card.reverse .apartment-image {
    order: 0;
  }

  .amenity-showcase {
    grid-template-columns: 1fr;
  }

  .amenity-visual {
    min-height: 420px;
  }

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

  .testimonial-stage {
    grid-template-columns: 1fr;
  }

  .testimonial-stage.text-only {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .testimonial-slider {
    min-height: 360px;
  }

  .booking-strip form,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 820px) {
  .menu-button {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 18px;
    background: rgba(3, 24, 47, 0.98);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-links .nav-cta {
    margin-top: 14px;
    border-bottom: 0;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-content {
    padding: 128px 18px 128px;
  }

  .apartment-card {
    min-height: 0;
  }

  .location-preview {
    gap: 32px;
  }

  .lagos-map-card {
    min-height: 520px;
  }

  .map-pin {
    font-size: 0.76rem;
  }

  .pin-lekki {
    right: 8%;
    bottom: 28%;
  }

  .pin-ikate {
    right: 16%;
    bottom: 42%;
  }

  .pin-vi {
    left: 28%;
    top: 47%;
  }

  .pin-ikoyi {
    left: 18%;
    top: 30%;
  }

  .pin-oniru {
    left: 42%;
    top: 34%;
  }

  .pin-banana {
    left: 10%;
    top: 18%;
  }

  .pin-eko {
    left: 20%;
    bottom: 24%;
  }

  .pin-chevron {
    right: 6%;
    bottom: 14%;
  }

  .pin-ikeja {
    left: 8%;
    top: 10%;
  }

  .pin-yaba {
    left: 10%;
    top: 44%;
  }

  .amenity-list,
  .booking-strip form,
  .process-grid,
  .trust-band,
  .proof-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .booking-strip {
    margin-top: -38px;
  }

  .testimonial-intro h2 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .testimonial-slider {
    min-height: 390px;
  }

  .testimonial-slider article {
    position: relative;
    display: none;
  }

  .testimonial-slider article.active {
    display: grid;
  }

  .contact-panel {
    gap: 16px;
  }

  .concierge-head {
    gap: 12px;
  }

  .concierge-card-thumb {
    width: 76px;
    height: 48px;
  }

  .contact-panel h3 {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.06) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.12) translate3d(-1.6%, 1.2%, 0);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 42px;
    height: 42px;
  }

  .collection-guide {
    grid-template-columns: 1fr;
  }

  .collection-guide span {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(210, 149, 44, 0.2);
  }

  .collection-guide span:last-child {
    border-bottom: 0;
  }

  h1 {
    font-size: clamp(3.3rem, 20vw, 5.2rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .apartment-image {
    min-height: 0;
    height: 290px;
  }

  .lagos-map-card {
    min-height: 500px;
  }

  .map-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .floating-whatsapp {
    width: 52px;
    height: 52px;
  }
}
