/* ==========================================================
   Smart Bizness — Premium light direction
   Editorial architecture / Cartagena 2026
   ========================================================== */

:root {
  --paper: #ffffff;
  --paper-deep: #f2f2f0;
  --surface: #ffffff;
  --ink: #121311;
  --ink-soft: #555852;
  --ink-faint: #81847d;
  --black: #121311;
  --black-2: #f2f2f0;
  --black-3: #e4e4e1;
  --card-bg: #ffffff;
  --gray-dark: #d1d0ca;
  --gray-mid: #777a73;
  --gray-light: #62655f;
  --gray-pale: #383b36;
  --white: #121311;
  --white-pure: #ffffff;
  --gold: #8b7352;
  --gold-2: #a88e68;
  --line: rgba(18, 19, 17, 0.12);
  --line-light: rgba(18, 19, 17, 0.2);
  --shadow: 0 30px 90px rgba(28, 29, 26, 0.12);
  --radius: 0;
  --max: 1280px;
  --nav-h: 88px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Montserrat", system-ui, sans-serif;
}

html {
  background: var(--paper);
  scroll-padding-top: var(--nav-h);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  letter-spacing: -0.01em;
}

::selection {
  color: #fff;
  background: var(--ink);
}

*:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.container {
  width: min(var(--max), calc(100% - 64px));
}

section {
  padding-block: clamp(88px, 10vw, 152px);
}

.eyebrow {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.eyebrow::before {
  width: 34px;
  background: currentColor;
}

/* Global navigation */
.site-nav {
  height: var(--nav-h);
  background: rgba(248, 247, 243, 0.88);
  border-bottom: 1px solid rgba(18, 19, 17, 0.08);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}

.site-nav.scrolled {
  background: rgba(248, 247, 243, 0.96);
  border-bottom-color: rgba(18, 19, 17, 0.12);
  box-shadow: 0 12px 50px rgba(18, 19, 17, 0.05);
}

.nav-brand {
  min-width: 176px;
}

.brand-mark {
  display: block;
  width: 178px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  gap: clamp(1rem, 2vw, 2rem);
}

.nav-links a,
.nav-links button {
  color: #343631;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav-links a::after {
  background: var(--ink);
}

.nav-links a:hover,
.nav-links button:hover {
  color: var(--ink);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-referral,
.nav-cta {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line-light);
  color: var(--ink);
  background: transparent;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-referral {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.nav-referral::before {
  content: "↗";
  font-size: 0.9rem;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}

.nav-cta::after {
  content: "↗";
  font-size: 0.9rem;
}

.nav-referral:hover {
  border-color: var(--ink);
  background: var(--surface);
}

.nav-cta:hover {
  color: #fff;
  background: #30322e;
}

.dropdown-panel {
  top: calc(100% + 30px);
  min-width: 270px;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(18, 19, 17, 0.12);
}

.dropdown-panel a {
  padding: 13px 14px;
  color: var(--ink-soft);
  text-transform: none;
}

.dropdown-panel a:hover {
  color: var(--ink);
  background: var(--paper);
  padding-left: 18px;
}

.dropdown-panel a span {
  color: var(--ink-faint);
  font-size: 0.58rem;
}

.nav-burger {
  border-color: var(--line-light);
  color: var(--ink);
}

.mobile-menu {
  top: var(--nav-h);
  padding: 30px 24px 48px;
  background: rgba(248, 247, 243, 0.99);
  border-top-color: var(--line);
}

.mobile-menu a {
  color: var(--ink);
  border-bottom-color: var(--line);
}

.mobile-menu .mobile-sub {
  color: var(--ink-faint);
}

/* Buttons */
.btn,
.btn-primary,
.btn-outline {
  min-height: 54px;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.btn-primary,
.btn.btn-primary {
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: none;
}

.btn-primary:hover,
.btn.btn-primary:hover {
  color: #fff;
  background: #343631;
  border-color: #343631;
  transform: translateY(-2px);
}

.btn-outline,
.btn.btn-outline {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line-light);
}

.btn-outline:hover,
.btn.btn-outline:hover {
  color: var(--ink);
  border-color: var(--ink);
  background: rgba(255, 255, 255, 0.12);
}

/* ==========================================================
   HOME
   ========================================================== */

.premium-home .site-nav {
  position: fixed;
}

.home-hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--nav-h) + 54px) 0 52px;
  overflow: hidden;
}

.home-hero::before {
  content: "";
  position: absolute;
  top: var(--nav-h);
  right: 0;
  width: 46vw;
  height: calc(100% - var(--nav-h));
  background: #dfded8;
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
  min-height: calc(100svh - var(--nav-h) - 106px);
}

.home-hero-copy {
  padding-block: 40px;
}

.home-hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-hero-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.home-hero h1 {
  max-width: 760px;
  margin: 32px 0 28px;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 7.7vw, 8.7rem);
  font-weight: 500;
  line-height: 0.83;
  letter-spacing: -0.065em;
}

.home-hero h1 em {
  display: block;
  color: var(--gold);
  font-weight: 500;
}

.home-hero-lede {
  max-width: 560px;
  color: var(--ink-soft);
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  line-height: 1.75;
}

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

.btn-arrow::after {
  content: "↗";
  margin-left: 14px;
  font-size: 1rem;
}

.home-hero-media {
  position: relative;
  height: min(72svh, 790px);
  min-height: 590px;
}

.hero-image-main {
  position: absolute;
  inset: 0 15% 0 0;
  overflow: hidden;
  background: #ccc;
}

.hero-image-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.24));
}

.hero-image-main img,
.hero-image-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-hero-media:hover img {
  transform: scale(1.025);
}

.hero-image-secondary {
  position: absolute;
  right: 0;
  bottom: 8%;
  z-index: 2;
  width: 34%;
  height: 35%;
  border: 10px solid #dfded8;
  background: #bbb;
}

.hero-index {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: #fff;
  background: var(--ink);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.hero-brief {
  position: absolute;
  left: -54px;
  bottom: 34px;
  z-index: 4;
  width: min(360px, 70%);
  padding: 24px 26px;
  color: #fff;
  background: rgba(18, 19, 17, 0.94);
  backdrop-filter: blur(16px);
}

.hero-brief-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-brief strong {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
}

.home-signal {
  padding: 0;
  background: var(--surface);
  border-block: 1px solid var(--line);
}

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

.signal-item {
  min-height: 126px;
  padding: 26px 30px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signal-item:last-child {
  border-right: 0;
}

.signal-item:first-child {
  color: #fff;
  background: var(--ink);
}

.signal-item strong {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.signal-item span {
  margin-top: 8px;
  color: var(--ink-faint);
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-item:first-child span {
  color: rgba(255, 255, 255, 0.58);
}

.home-section-head {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
  align-items: start;
  margin-bottom: clamp(48px, 7vw, 90px);
}

.home-section-head h2,
.about-copy h2,
.referral-callout h2,
.contact-stage h2 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.home-section-head h2 em,
.about-copy h2 em,
.referral-callout h2 em,
.contact-stage h2 em {
  color: var(--gold);
  font-weight: 500;
}

.home-section-note {
  max-width: 390px;
  margin: 18px 0 0 auto;
  color: var(--ink-soft);
  line-height: 1.75;
}

.home-about {
  background: var(--surface);
}

.about-editorial {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  filter: saturate(0.72);
}

.about-visual-label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px 22px;
  color: #fff;
  background: var(--ink);
  font-size: 0.63rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-copy p {
  max-width: 600px;
  margin-top: 28px;
  color: var(--ink-soft);
  line-height: 1.82;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.about-value {
  padding: 22px 18px 22px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-value:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.about-value:nth-child(even) {
  padding-left: 22px;
}

.home-projects {
  background: var(--paper);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.portfolio-card {
  position: relative;
  grid-column: span 4;
  min-height: 510px;
  overflow: hidden;
  background: #ccc;
}

.portfolio-card:first-child {
  grid-column: span 8;
}

.portfolio-card:nth-child(3) {
  grid-column: span 12;
  min-height: 540px;
}

.portfolio-card:nth-child(4),
.portfolio-card:nth-child(5) {
  grid-column: span 6;
  min-height: 430px;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.8) 100%);
  transition: background 0.4s;
}

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

.portfolio-card:hover::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 18%, rgba(0, 0, 0, 0.9) 100%);
}

.portfolio-copy {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 28px;
  color: #fff;
}

.portfolio-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  font-weight: 500;
  line-height: 0.96;
}

.portfolio-arrow {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.2rem;
  transition: transform 0.3s, background 0.3s;
}

.portfolio-card:hover .portfolio-arrow {
  transform: rotate(45deg);
  background: #fff;
}

.home-services {
  background: var(--surface);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-item {
  position: relative;
  min-height: 300px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.3s, color 0.3s;
}

.service-item:hover {
  color: #fff;
  background: var(--ink);
}

.service-num {
  color: var(--gold);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 38px 0 26px;
  border: 1px solid currentColor;
  background: rgba(139, 115, 82, 0.05);
  font-family: "Material Symbols Rounded";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: transform 0.3s, color 0.3s, border-color 0.3s, background 0.3s;
}

.service-item:hover .service-icon {
  color: #d1b587;
  border-color: rgba(209, 181, 135, 0.7);
  background: rgba(209, 181, 135, 0.08);
  transform: translateY(-3px);
}

.service-item h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
}

.service-item p {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.7;
}

.service-item:hover p {
  color: rgba(255, 255, 255, 0.65);
}

.home-method {
  color: #fff;
  background: var(--ink);
}

.home-method .eyebrow {
  color: #bba688;
}

.home-method .home-section-note {
  color: rgba(255, 255, 255, 0.62);
}

.method-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.method-step {
  position: relative;
  min-height: 310px;
  padding: 36px 30px 28px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.method-step:not(:first-child) {
  padding-left: 30px;
}

.method-step::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #bba688;
}

.method-step span {
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font-display);
  font-size: 3.2rem;
}

.method-step h3 {
  margin-top: 56px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
}

.method-step p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  line-height: 1.7;
}

.home-referrals {
  overflow: hidden;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.referral-callout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.referral-copy p {
  max-width: 600px;
  margin: 28px 0 36px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.referral-card {
  position: relative;
  min-height: 510px;
  padding: 42px;
  color: #fff;
  background: var(--ink);
}

.referral-card::before,
.referral-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.referral-card::before {
  width: 330px;
  height: 330px;
  right: -120px;
  top: -110px;
}

.referral-card::after {
  width: 210px;
  height: 210px;
  right: -60px;
  top: -50px;
}

.referral-card-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.referral-card strong {
  display: block;
  max-width: 380px;
  margin-top: 70px;
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 6vw, 6.4rem);
  font-weight: 500;
  line-height: 0.87;
  letter-spacing: -0.055em;
}

.referral-card p {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  line-height: 1.7;
}

.home-contact {
  padding-bottom: 0;
  background: var(--surface);
}

.contact-stage {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 660px;
}

.contact-stage-copy {
  padding: clamp(50px, 7vw, 96px);
  color: #fff;
  background: var(--ink);
}

.contact-stage-copy p {
  max-width: 460px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.8;
}

.contact-lines {
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.contact-line span:first-child {
  color: rgba(255, 255, 255, 0.36);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-stage-form {
  display: flex;
  align-items: center;
  padding: clamp(50px, 7vw, 96px);
  background: var(--paper);
}

.contact-stage-form form {
  width: 100%;
}

.premium-home .field {
  gap: 9px;
}

.premium-home .field input,
.premium-home .field select,
.premium-home .field textarea {
  min-height: 56px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  color: var(--ink);
  background: transparent;
}

.premium-home .field textarea {
  min-height: 96px;
}

.premium-home .field label {
  color: var(--ink-faint);
  font-size: 0.64rem;
}

/* ==========================================================
   PROJECT DETAIL PAGES — shared premium layer
   ========================================================== */

.project-page {
  background: var(--paper);
}

.project-page .page-hero {
  --white: #fff;
  --gray-pale: #e8e8e4;
  --gray-light: #c9c9c4;
  min-height: min(92svh, 900px);
  padding-bottom: 68px;
}

.project-page .page-hero-bg img {
  opacity: 0.74;
  filter: saturate(0.82) contrast(1.04);
}

.project-page .page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 11, 10, 0.84) 0%, rgba(10, 11, 10, 0.5) 56%, rgba(10, 11, 10, 0.16) 100%),
    linear-gradient(0deg, rgba(10, 11, 10, 0.45), transparent 45%);
}

.project-page .page-hero aside {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(18, 19, 17, 0.76) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.project-page .page-hero .fact-table {
  border-color: rgba(255, 255, 255, 0.16);
}

.project-page .page-hero .fact-row {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.project-page .page-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.project-page .highlight-bar {
  gap: 0;
  border-color: var(--line);
  background: var(--surface);
  box-shadow: 0 24px 70px rgba(18, 19, 17, 0.06);
}

.project-page .highlight-cell,
.project-page .hb-item {
  background: var(--surface);
  border-right: 1px solid var(--line);
}

.project-page .highlight-cell strong,
.project-page .hb-num {
  color: var(--ink);
}

.project-page .highlight-cell span,
.project-page .hb-label {
  color: var(--ink-faint);
}

.project-page section[style*="background:var(--black-2)"],
.project-page .section-dark {
  background: var(--paper-deep) !important;
}

.project-page .split-grid h2,
.project-page section > .container > div:first-child h2,
.project-page .section-title {
  color: var(--ink);
  font-family: var(--font-display) !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
}

.project-page .split-grid h2 em,
.project-page .section-title em {
  color: var(--gold);
}

.project-page .benefit-item {
  color: var(--ink-soft);
  border-color: var(--line);
}

.project-page .amenity-grid {
  gap: 0;
  border-color: var(--line);
  background: var(--line);
}

.project-page .amenity-item {
  min-height: 150px;
  padding: 28px 24px;
  color: var(--ink-soft);
  background: var(--surface);
}

.project-page .amenity-item:hover {
  color: #fff;
  background: var(--ink);
}

.project-page .price-box,
.project-page .card,
.project-page .invest-grid > * {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line);
  box-shadow: 0 18px 60px rgba(18, 19, 17, 0.05);
}

.project-page .price-display {
  color: var(--ink);
}

.project-page .card h3,
.project-page .fact-row b {
  color: var(--ink);
}

.project-page .card p,
.project-page .card li,
.project-page .fact-row span,
.project-page .price-note {
  color: var(--ink-soft);
}

.project-page .photo-float {
  border-color: var(--paper);
}

.project-page .gallery-grid {
  gap: 12px;
}

.project-page .gallery-item {
  background: #d7d6d0;
}

.project-page #contacto {
  background: var(--surface);
}

.project-page .contact-grid {
  gap: 0;
  border-color: var(--line);
  background: var(--line);
}

.project-page .contact-info {
  color: #fff;
  background: var(--ink);
}

.project-page .contact-info .eyebrow,
.project-page .contact-info h2,
.project-page .contact-detail-text strong {
  color: #fff;
}

.project-page .contact-detail,
.project-page .contact-detail-icon {
  border-color: rgba(255, 255, 255, 0.18);
}

.project-page .contact-detail-text {
  color: rgba(255, 255, 255, 0.64);
}

.project-page .contact-form-wrap {
  background: var(--paper);
}

.project-page .field input,
.project-page .field select,
.project-page .field textarea {
  color: var(--ink);
  border-color: var(--line-light);
  background: var(--surface);
}

.project-page .field label {
  color: var(--ink-faint);
}

/* Footer shared */
.site-footer {
  --white: #fff;
  --gray-mid: #9a9c95;
  --gray-light: #b4b5b0;
  color: #fff;
  background: #11120f;
  border-top: 0;
}

.site-footer .brand-mark {
  filter: brightness(0) invert(1);
}

.site-footer .footer-grid,
.site-footer .footer-bottom {
  border-color: rgba(255, 255, 255, 0.13);
}

.site-footer .footer-col a,
.site-footer .footer-brand-text,
.site-footer .footer-copy {
  color: rgba(255, 255, 255, 0.52);
}

.site-footer .footer-col a:hover {
  color: #fff;
}

/* Ocean House Party compatibility */
.party-page .site-nav {
  padding-inline: max(32px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.party-page .site-nav .nav-inner {
  width: 100%;
}

.party-page .hero {
  --white: #fff;
  --gray-400: #d4d4cf;
  position: relative;
  min-height: 92svh;
  padding: calc(var(--nav-h) + 70px) max(32px, calc((100vw - var(--max)) / 2)) 72px;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.party-page .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 11, 10, 0.88), rgba(10, 11, 10, 0.26));
}

.party-page .hero-content,
.party-page .hero-panel {
  position: relative;
  z-index: 2;
}

.party-page .hero-title {
  color: #fff;
}

.party-page .hero-panel {
  background: rgba(18, 19, 17, 0.75);
  border-color: rgba(255, 255, 255, 0.18);
}

.party-page .tower-card,
.party-page .lifestyle-item {
  color: var(--ink);
  background: var(--surface);
}

.party-page .tower-card:hover,
.party-page .lifestyle-item:hover {
  background: #eeede8;
}

.party-page .tower-name,
.party-page .lifestyle-item .li-title,
.party-page .invest-title {
  color: var(--ink);
}

.party-page .tower-vibe,
.party-page .lifestyle-item .li-desc {
  color: var(--ink-faint);
}

.party-page .feature-ribbon {
  background: #d9d5cb;
}

/* Custom cursor is visually noisy for an architectural site */
.cursor-dot,
.cursor-ring {
  display: none !important;
}

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

@media (max-width: 1120px) {
  .nav-links {
    gap: 1rem;
  }

  .nav-referral {
    display: none;
  }

  .home-hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
  }

  .home-hero h1 {
    font-size: clamp(4rem, 8vw, 7rem);
  }
}

@media (max-width: 900px) {
  :root {
    --nav-h: 74px;
  }

  .container {
    width: min(var(--max), calc(100% - 40px));
  }

  .nav-actions .nav-referral,
  .nav-actions .nav-cta,
  .site-nav > .nav-referral,
  .site-nav > .nav-cta {
    display: none;
  }

  .home-hero {
    padding-top: calc(var(--nav-h) + 28px);
  }

  .home-hero::before {
    top: 46%;
    width: 100%;
    height: 54%;
  }

  .home-hero-grid,
  .about-editorial,
  .referral-callout,
  .contact-stage {
    grid-template-columns: 1fr;
  }

  .home-hero-media {
    height: 66svh;
    min-height: 560px;
  }

  .hero-brief {
    left: 20px;
  }

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

  .signal-item:nth-child(2) {
    border-right: 0;
  }

  .signal-item {
    border-bottom: 1px solid var(--line);
  }

  .home-section-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-section-note {
    margin-left: 0;
  }

  .portfolio-card,
  .portfolio-card:first-child,
  .portfolio-card:nth-child(4),
  .portfolio-card:nth-child(5) {
    grid-column: span 6;
  }

  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-step:nth-child(2) {
    border-right: 0;
  }

  .contact-stage-form {
    min-height: 600px;
  }
}

@media (max-width: 640px) {
  :root {
    --nav-h: 68px;
  }

  .container {
    width: calc(100% - 28px);
  }

  .brand-mark {
    width: 142px;
    height: 34px;
  }

  section {
    padding-block: 76px;
  }

  .home-hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
  }

  .home-hero-lede {
    font-size: 0.92rem;
  }

  .home-hero-actions .btn {
    width: 100%;
    justify-content: space-between;
  }

  .home-hero-media {
    min-height: 470px;
    height: 60svh;
  }

  .hero-image-main {
    right: 9%;
  }

  .hero-image-secondary {
    width: 38%;
    height: 30%;
    border-width: 6px;
  }

  .hero-index {
    width: 60px;
    height: 60px;
  }

  .hero-brief {
    left: 12px;
    bottom: 20px;
    width: 76%;
    padding: 18px;
  }

  .hero-brief strong {
    font-size: 1.55rem;
  }

  .signal-grid,
  .about-values,
  .service-list,
  .method-timeline {
    grid-template-columns: 1fr;
  }

  .signal-item,
  .signal-item:nth-child(2),
  .signal-item:last-child {
    border-right: 0;
  }

  .home-section-head h2,
  .about-copy h2,
  .referral-callout h2,
  .contact-stage h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .about-visual,
  .about-visual img {
    min-height: 470px;
  }

  .about-value,
  .about-value:nth-child(odd),
  .about-value:nth-child(even) {
    padding: 18px 0;
    border-right: 0;
  }

  .portfolio-grid {
    display: flex;
    gap: 12px;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .portfolio-card,
  .portfolio-card:first-child,
  .portfolio-card:nth-child(4),
  .portfolio-card:nth-child(5) {
    flex: 0 0 86%;
    min-height: 500px;
    scroll-snap-align: start;
  }

  .service-item {
    min-height: auto;
    padding: 28px 24px 34px;
  }

  .service-icon {
    margin: 30px 0 20px;
  }

  .method-step,
  .method-step:not(:first-child) {
    min-height: auto;
    padding: 30px 0 42px;
    border-right: 0;
  }

  .method-step h3 {
    margin-top: 26px;
  }

  .referral-callout {
    gap: 48px;
  }

  .referral-card {
    min-height: 480px;
    padding: 28px;
  }

  .referral-card p {
    left: 28px;
    right: 28px;
    bottom: 28px;
  }

  .contact-stage-copy,
  .contact-stage-form {
    padding: 52px 24px;
  }

  .project-page .page-hero {
    min-height: 100svh;
  }

  .project-page .page-hero aside {
    display: none;
  }

  .project-page .highlight-cell {
    padding: 24px 18px;
  }

  .party-page .hero {
    padding-inline: 20px;
  }
}

/* ==========================================================
   APPEARANCE SWITCH + 2026 PROJECT EDITORIAL SYSTEM
   Light is intentionally the default.
   ========================================================== */

html,
body,
.site-nav,
.mobile-menu,
section,
.project-stat,
.project-amenity,
.theme-toggle {
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line-light);
  color: var(--ink);
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.theme-toggle:hover {
  border-color: var(--ink);
  background: var(--surface);
}

.theme-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 1rem;
  line-height: 1;
}

.project-editorial {
  background: var(--paper);
}

.project-editorial .site-nav {
  position: fixed;
}

.project-hero-new {
  position: relative;
  min-height: 94svh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 80px) 0 70px;
  overflow: hidden;
  color: #fff;
  background: #161715;
}

.project-hero-image,
.project-hero-wash {
  position: absolute;
  inset: 0;
}

.project-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.03);
}

.project-hero-wash {
  background:
    linear-gradient(90deg, rgba(8, 9, 8, 0.82) 0%, rgba(8, 9, 8, 0.48) 48%, rgba(8, 9, 8, 0.06) 84%),
    linear-gradient(0deg, rgba(8, 9, 8, 0.76) 0%, transparent 58%);
}

.project-hero-content-new {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(290px, 0.5fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.project-hero-copy-new {
  max-width: 890px;
}

.project-number {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.project-number::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #fff;
}

.project-hero-new h1 {
  margin: 30px 0 28px;
  font-family: var(--font-display);
  font-size: clamp(4rem, 9vw, 9.6rem);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.065em;
}

.project-hero-new h1 em {
  display: block;
  color: #d8c6aa;
  font-weight: 500;
}

.project-hero-lede-new {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.92rem, 1.3vw, 1.06rem);
  line-height: 1.8;
}

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

.project-hero-actions-new .btn-primary {
  color: #111;
  border-color: #fff;
  background: #fff;
}

.project-hero-actions-new .btn-primary:hover {
  color: #111;
  border-color: #e6e6e2;
  background: #e6e6e2;
}

.project-hero-actions-new .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.project-hero-actions-new .btn-outline:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.project-summary {
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(12, 13, 12, 0.58);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.project-summary-label {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.project-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}

.project-summary-row:last-child {
  border-bottom: 0;
}

.project-summary-row strong {
  color: #fff;
  font-weight: 500;
  text-align: right;
}

.project-stats {
  padding-block: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.project-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.project-stat {
  min-height: 152px;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
  background: var(--surface);
}

.project-stat:first-child {
  color: #fff;
  background: #111210;
}

.project-stat:last-child {
  border-right: 0;
}

.project-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.3vw, 3.6rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.project-stat span {
  display: block;
  margin-top: 11px;
  color: var(--ink-faint);
  font-size: 0.66rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.project-stat:first-child span {
  color: rgba(255, 255, 255, 0.54);
}

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

.project-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}

.project-intro h2,
.project-section-head h2,
.project-contact h2 {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6vw, 6.7rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.project-intro h2 em,
.project-section-head h2 em,
.project-contact h2 em {
  color: var(--gold);
  font-weight: 500;
}

.project-intro-copy {
  padding-top: 54px;
}

.project-intro-copy > p {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.85;
}

.project-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 28px;
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.project-point {
  display: flex;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.6;
}

.project-point span {
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.project-amenities {
  background: var(--paper-deep);
}

.project-section-head {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 58px;
}

.project-section-head > p {
  max-width: 480px;
  padding-bottom: 8px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.project-amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.project-amenity {
  position: relative;
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.project-amenity:hover {
  background: var(--paper);
}

.project-amenity-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-light);
  color: var(--gold);
  font-size: 1rem;
}

.project-amenity h3 {
  margin-top: 32px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
}

.project-amenity p {
  margin-top: 9px;
  color: var(--ink-faint);
  font-size: 0.76rem;
  line-height: 1.6;
}

.project-gallery {
  background: var(--surface);
}

.project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 10px;
}

.project-gallery-grid .gallery-item {
  position: relative;
  grid-column: span 4;
  grid-row: span 2;
  width: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #ddd;
  cursor: zoom-in;
}

.project-gallery-grid .gallery-item:first-child {
  grid-column: span 8;
  grid-row: span 3;
  aspect-ratio: auto;
}

.project-gallery-grid .gallery-item:nth-child(2) {
  grid-row: span 3;
}

.project-gallery-grid .gallery-item.is-wide {
  grid-column: span 8;
}

.project-gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-gallery-grid .gallery-item.is-crop-left img {
  object-position: left center;
}

.project-gallery-grid .gallery-item.is-crop-right img {
  object-position: right center;
}

.gallery-caption {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 50px 18px 16px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.gallery-caption::after {
  content: "＋";
}

.modal-overlay {
  z-index: 3000;
  background: rgba(8, 9, 8, 0.94);
  backdrop-filter: blur(18px);
}

.modal-close {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.35);
}

.project-contact {
  padding-block: 0;
  background: var(--paper);
}

.project-contact-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  min-height: 650px;
}

.project-contact-copy {
  padding: clamp(54px, 7vw, 96px);
  color: #fff;
  background: #111210;
}

.project-contact-copy .eyebrow {
  color: #d4bea0;
}

.project-contact-copy h2 em {
  color: #d4bea0;
}

.project-contact-copy > p {
  max-width: 480px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

.project-contact-links {
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.project-contact-links a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
}

.project-contact-form {
  display: flex;
  align-items: center;
  padding: clamp(54px, 7vw, 96px);
  background: var(--paper-deep);
}

.project-contact-form form {
  width: 100%;
}

.project-contact-form .field input,
.project-contact-form .field select,
.project-contact-form .field textarea {
  min-height: 56px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  color: var(--ink);
  background: transparent;
}

.project-contact-form .field textarea {
  min-height: 100px;
}

.project-contact-form .field label {
  color: var(--ink-faint);
  font-size: 0.64rem;
}

/* Dark appearance */
html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #111210;
  --paper-deep: #181917;
  --surface: #141513;
  --ink: #f4f4f1;
  --ink-soft: #b7b8b2;
  --ink-faint: #85877f;
  --card-bg: #171816;
  --black-2: #181917;
  --black-3: #242522;
  --gray-dark: #2a2b28;
  --gray-mid: #91938b;
  --gray-light: #b8bab3;
  --gray-pale: #e5e5e1;
  --white: #f4f4f1;
  --line: rgba(255, 255, 255, 0.11);
  --line-light: rgba(255, 255, 255, 0.2);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .site-nav,
html[data-theme="dark"] .site-nav.scrolled {
  background: rgba(17, 18, 16, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.18);
}

html[data-theme="dark"] .site-nav .brand-mark {
  filter: brightness(0) invert(1);
}

html[data-theme="dark"] .nav-links a,
html[data-theme="dark"] .nav-links button {
  color: #d8d9d4;
}

html[data-theme="dark"] .dropdown-panel,
html[data-theme="dark"] .mobile-menu {
  background: rgba(20, 21, 19, 0.99);
}

html[data-theme="dark"] .home-hero::before {
  background: #1b1c1a;
}

html[data-theme="dark"] .hero-image-secondary {
  border-color: #1b1c1a;
}

html[data-theme="dark"] .home-method,
html[data-theme="dark"] .contact-stage-copy,
html[data-theme="dark"] .referral-card,
html[data-theme="dark"] .hero-brief,
html[data-theme="dark"] .project-stat:first-child {
  color: #fff;
  background: #080908;
}

html[data-theme="dark"] .signal-item:first-child {
  color: #fff;
  background: #080908;
}

html[data-theme="dark"] .nav-cta,
html[data-theme="dark"] .btn-primary,
html[data-theme="dark"] .btn.btn-primary {
  color: #111;
  border-color: #f1f1ed;
  background: #f1f1ed;
}

html[data-theme="dark"] .nav-cta:hover,
html[data-theme="dark"] .btn-primary:hover,
html[data-theme="dark"] .btn.btn-primary:hover {
  color: #111;
  border-color: #d8d8d2;
  background: #d8d8d2;
}

html[data-theme="dark"] .project-hero-actions-new .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

html[data-theme="dark"] .project-hero-actions-new .btn-primary {
  color: #111;
  background: #fff;
}

html[data-theme="dark"] .home-referrals {
  background: #1b1c19;
}

html[data-theme="dark"] .ref-legal {
  background: #1d1e1b !important;
}

html[data-theme="dark"] .ref-benefit-card,
html[data-theme="dark"] .audience-card.is-dark,
html[data-theme="dark"] .ref-form-section {
  background: #080908 !important;
}

html[data-theme="dark"] .ref-benefit-card,
html[data-theme="dark"] .audience-card.is-dark,
html[data-theme="dark"] .ref-form-section,
html[data-theme="dark"] .project-contact-copy {
  color: #fff;
}

@media (max-width: 960px) {
  .theme-toggle {
    padding: 0 11px;
  }

  .theme-label {
    display: none;
  }

  .project-hero-content-new,
  .project-intro-grid,
  .project-contact-grid {
    grid-template-columns: 1fr;
  }

  .project-summary {
    max-width: 520px;
  }

  .project-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-stat:nth-child(2) {
    border-right: 0;
  }

  .project-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .project-intro-copy {
    padding-top: 0;
  }

  .project-section-head {
    display: block;
  }

  .project-section-head > p {
    margin-top: 24px;
  }

  .project-amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-gallery-grid {
    grid-auto-rows: 145px;
  }
}

@media (max-width: 640px) {
  .nav-actions {
    margin-left: auto;
  }

  .theme-toggle {
    min-width: 42px;
    padding: 0;
  }

  .project-hero-new {
    min-height: 100svh;
    padding: calc(var(--nav-h) + 58px) 0 38px;
  }

  .project-hero-content-new {
    gap: 30px;
  }

  .project-hero-new h1 {
    font-size: clamp(3.75rem, 19vw, 6rem);
  }

  .project-summary {
    display: none;
  }

  .project-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-stat {
    min-height: 130px;
    padding: 26px 18px;
  }

  .project-points,
  .project-amenities-grid {
    grid-template-columns: 1fr;
  }

  .project-section-head h2,
  .project-intro h2,
  .project-contact h2 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .project-amenity {
    min-height: 160px;
  }

  .project-gallery-grid {
    display: flex;
    gap: 10px;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .project-gallery-grid .gallery-item,
  .project-gallery-grid .gallery-item:first-child,
  .project-gallery-grid .gallery-item:nth-child(2),
  .project-gallery-grid .gallery-item.is-wide {
    flex: 0 0 86%;
    aspect-ratio: 4 / 5;
    min-height: 470px;
    scroll-snap-align: start;
  }

  .project-contact-copy,
  .project-contact-form {
    padding: 54px 24px;
  }
}
