@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Manrope:wght@400;500;600;700&display=swap");
:root {
  --ink: #111c19;
  --deep: #0b1512;
  --cream: #f7f4ec;
  --gold: #d5b576;
  --text: #dedfd5;
  --muted: #a6b0a8;
  --line: rgba(213, 181, 118, 0.25);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font:
    16px/1.7 "Manrope",
    Arial,
    sans-serif;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  line-height: 1.03;
}
h2 {
  font-size: clamp(2.7rem, 4.8vw, 4.7rem);
}
h2 em,
h1 em {
  font-weight: 400;
  color: var(--gold);
}
.topline {
  background: var(--deep);
  color: var(--gold);
  padding: 9px 5%;
  font-size: 10px;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
}
header {
  height: 92px;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  flex-shrink: 0;
}
.brand-name {
  font-family: Georgia, serif;
  letter-spacing: 3px;
  font-size: 24px;
}
.brand-name i {
  font-style: normal;
  color: var(--gold);
  font-size: 19px;
}
.brand > span:last-child {
  font-size: 9px;
  margin-top: 5px;
}
nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
}
nav a {
  padding: 10px 0;
}
nav a:hover {
  color: var(--gold);
}
.header-call {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: var(--gold);
}
.menu-toggle {
  display: none;
}
.hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: #202b25;
  color: var(--cream);
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-image {
  background: url("assets/residences.webp") center/cover;
  filter: blur(7px);
  transform: scale(1.04);
  opacity: 0.57;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 23, 18, 0.97), rgba(9, 23, 18, 0.56) 55%, rgba(9, 23, 18, 0.22)),
    linear-gradient(0deg, rgba(9, 23, 18, 0.8), transparent 40%);
}
.hero-content {
  position: relative;
  padding: 85px 7% 100px;
  max-width: 870px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.6px;
  color: var(--gold);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.eyebrow > span {
  height: 1px;
  width: 35px;
  background: var(--gold);
}
h1 {
  font-size: clamp(4.5rem, 7.8vw, 8rem);
  letter-spacing: -2px;
}
.hero-description {
  margin-top: 25px;
  color: #deded2;
  font-size: 15px;
}
.hero-price {
  margin: 26px 0;
}
.hero-price > span {
  font-size: 10px;
  letter-spacing: 2px;
}
.hero-price p {
  font-family: Georgia, serif;
  font-size: 38px;
}
.hero-price small {
  font-size: 24px;
}
.hero-price b {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #bfc7bb;
  margin-left: 8px;
}
.button {
  border: 1px solid var(--gold);
  padding: 17px 24px;
  display: inline-flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}
.gold {
  background: var(--gold);
  color: var(--deep);
}
.gold:hover {
  background: #ead2a0;
  transform: translateY(-2px);
}
.outline {
  background: transparent;
  color: inherit;
}
.outline:hover {
  background: #e7dcc5;
}
.partner-line {
  font-size: 11px;
  margin-top: 14px;
  color: #b7beb3;
}
.hero-caption {
  position: absolute;
  right: 7%;
  top: 53%;
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
  color: #ece2c9;
}
.hero-caption b {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
  margin-top: 12px;
}
.small-line {
  display: block;
  height: 35px;
  width: 1px;
  background: var(--gold);
  margin: 0 auto 20px;
}
.scroll-note {
  position: absolute;
  bottom: 30px;
  left: 7%;
  font-size: 9px;
  letter-spacing: 2px;
}
.scroll-note span {
  margin-left: 20px;
  font-size: 20px;
}
.hero-number {
  position: absolute;
  right: 7%;
  bottom: 35px;
  font-size: 9px;
  letter-spacing: 2px;
  color: #c3c6b9;
}
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: var(--ink);
  color: var(--cream);
  padding: 36px 7%;
  border-top: 1px solid var(--line);
}
.facts > div {
  padding: 0 32px;
  border-right: 1px solid var(--line);
}
.facts > div:first-child {
  padding-left: 0;
}
.facts > div:last-child {
  border: 0;
}
.facts strong {
  font:
    40px Georgia,
    serif;
  display: block;
}
.facts em {
  font-size: 19px;
  font-weight: 400;
  color: var(--gold);
}
.facts span {
  font-size: 9px;
  letter-spacing: 1.7px;
  display: block;
  margin-top: 12px;
  color: #b8bdb1;
}
.section {
  padding: 110px 7%;
}
.vision {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10%;
  align-items: center;
}
.vision h2 em,
.location h2 em {
  color: #8b6b31;
}
.vision-copy p {
  color: #637068;
  margin-bottom: 20px;
  font-size: 15px;
}
.vision-copy .intro {
  font:
    28px/1.3 Georgia,
    serif;
  color: var(--ink);
}
.text-link {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #af945f;
  background: none;
  padding: 15px 0;
  color: inherit;
  font-size: 13px;
  width: fit-content;
}
.text-link span {
  font-size: 24px;
}
.residences {
  background: var(--ink);
  color: var(--cream);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 50px;
}
.section-heading > p {
  font-size: 14px;
  color: var(--muted);
  max-width: 330px;
}
.residence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.residence-grid article {
  padding: 35px;
  border-right: 1px solid var(--line);
  position: relative;
  background: linear-gradient(145deg, rgba(213, 181, 118, 0.05), transparent);
}
.residence-grid article:last-child {
  border: 0;
}
.card-index {
  font-size: 9px;
  letter-spacing: 1.6px;
  color: var(--gold);
}
.residence-grid h3 {
  font-size: 62px;
  margin: 35px 0 20px;
}
.residence-grid p {
  font-size: 14px;
  color: var(--muted);
}
.card-detail {
  border-top: 1px solid var(--line);
  margin-top: 38px;
  padding-top: 22px;
  font-size: 12px;
  color: var(--muted);
}
.card-detail strong {
  display: block;
  font:
    26px Georgia,
    serif;
  color: var(--cream);
  margin-top: 6px;
}
.residence-grid .text-link {
  width: 100%;
  color: var(--gold);
  border-bottom: 0;
  margin-top: 18px;
}
.fine-print {
  font-size: 12px;
  line-height: 1.6;
  color: #8d978d;
  margin-top: 22px;
}
.plans .eyebrow,
.location .eyebrow,
.vision .eyebrow {
  color: #8a692f;
}
.plans h2 em {
  color: #8a692f;
}
.plans .section-heading > p {
  color: #637068;
}
.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.plan-image {
  height: 340px;
  position: relative;
  overflow: hidden;
  background: #e5e1d6;
  border: 1px solid #ddd7c8;
}
.plan-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px);
  opacity: 0.35;
  transform: scale(1.12);
}
.coming {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(247, 244, 236, 0.2);
}
.coming svg {
  width: 28px;
  height: 28px;
  color: #8a692f;
  margin-bottom: 18px;
}
.coming span {
  font-size: 13px;
  letter-spacing: 3px;
}
.coming p {
  font:
    italic 23px Georgia,
    serif;
  margin-top: 12px;
  color: #7b775f;
}
.plan-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d6cebb;
  padding: 24px 0;
}
.plan-bottom h3 {
  font-size: 28px;
}
.plan-bottom button {
  background: none;
  border: 1px solid #c4b38d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #8a692f;
}
.lifestyle {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: var(--cream);
  padding: 95px 7%;
  background: var(--deep);
}
.lifestyle-image {
  position: absolute;
  inset: -15px;
  background:
    linear-gradient(#0b1512b8, #0b1512eb),
    url("assets/residences.webp") center/cover;
  filter: blur(8px);
}
.lifestyle-content {
  position: relative;
}
.lifestyle .eyebrow {
  justify-content: center;
}
.lifestyle p:not(.eyebrow) {
  margin-top: 24px;
  color: #c1c7bc;
  font-size: 14px;
}
.outlined-tag {
  display: inline-block;
  margin-top: 28px;
  font-size: 10px;
  letter-spacing: 1.5px;
  border: 1px solid var(--line);
  padding: 10px 15px;
}
.lifestyle .text-link {
  margin: 18px auto 0;
  color: var(--gold);
}
.location {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8%;
  align-items: center;
}
.location h2 {
  font-size: clamp(2.6rem, 4vw, 4rem);
}
.location > div > p:not(.eyebrow) {
  font-size: 14px;
  color: #637068;
  margin: 25px 0;
}
.distances > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #d6cebb;
}
.distances span {
  font-size: 13px;
}
.distances strong {
  white-space: nowrap;
  font:
    29px Georgia,
    serif;
  color: #8a692f;
}
.distances small {
  font-size: 15px;
}
.enquiry {
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.enquiry h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.6rem);
}
.enquiry > div > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 28px;
}
.contact-line {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--gold);
  font-size: 22px;
  margin-top: 36px;
}
.email-link {
  font-size: 13px;
  color: #b3bcae;
  display: inline-block;
  margin-top: 10px;
}
.enquiry-form {
  padding: 35px;
  border: 1px solid var(--line);
}
.form-kicker {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 1.5px;
  margin-bottom: 26px;
}
.enquiry-form label {
  font-size: 12px;
  display: block;
  color: #d1d6c9;
}
.enquiry-form input:not([type="checkbox"]),
.enquiry-form select {
  display: block;
  width: 100%;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid #566052;
  border-radius: 0;
  background: transparent;
  color: var(--cream);
  padding: 11px 0;
  margin-bottom: 22px;
  font-size: 14px;
}
.enquiry-form input::placeholder {
  color: #889584;
}
.enquiry-form select option {
  background: var(--ink);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.enquiry-form .consent {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 11px;
  color: #b2bcad;
  line-height: 1.7;
  margin: 0 0 24px;
}
.consent input {
  margin-top: 4px;
  accent-color: var(--gold);
}
.consent a {
  text-decoration: underline;
}
.enquiry-form .button {
  width: 100%;
}
.trap {
  position: absolute;
  left: -9999px;
}
.form-status {
  font-size: 13px;
  margin-top: 12px;
  overflow-wrap: anywhere;
}
.form-status.error {
  color: #ffb8a5;
}
.form-status.success {
  color: #cfe7b1;
}
button:disabled {
  opacity: 0.6;
  cursor: wait;
}
footer {
  padding: 45px 7% 25px;
  background: var(--deep);
  color: var(--cream);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
.footer-top p,
.footer-top > a:last-child {
  font-size: 11px;
  color: #aab5a7;
}
.footer-top strong {
  display: block;
  color: var(--gold);
  letter-spacing: 2px;
  margin-top: 3px;
}
.disclaimer {
  font-size: 11px;
  line-height: 1.9;
  color: #899487;
  margin: 35px 0;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #899487;
  letter-spacing: 1px;
}
.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 25px;
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-contact a {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--deep);
  box-shadow: 0 5px 22px #0003;
  border: 1px solid #ffffff33;
}
.floating-contact .whatsapp {
  background: #236a4c;
  color: white;
}
dialog {
  width: min(530px, calc(100% - 30px));
  max-height: 90vh;
  overflow: auto;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid var(--gold);
  padding: 35px;
}
dialog::backdrop {
  background: #05100cd9;
  backdrop-filter: blur(5px);
}
dialog h2 {
  font-size: 44px;
  margin-bottom: 25px;
}
dialog .enquiry-form {
  padding: 0;
  border: 0;
}
dialog .form-kicker {
  display: none;
}
.dialog-close {
  position: absolute;
  right: 12px;
  top: 8px;
  border: 0;
  background: none;
  color: var(--gold);
  font-size: 30px;
}
.menu-toggle {
  color: var(--gold);
  background: transparent;
  border: 0;
  font-size: 24px;
}
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
.legal {
  max-width: 850px;
  margin: auto;
  min-height: 75vh;
}
.legal h1 {
  font-size: 55px;
  margin-bottom: 35px;
}
.legal h2 {
  font-size: 30px;
  margin: 30px 0 15px;
}
.legal p {
  margin-bottom: 15px;
}
@media (min-width: 1600px) {
  .hero-content {
    padding-left: 12%;
  }
  .section {
    padding-left: 12%;
    padding-right: 12%;
  }
  .hero-caption {
    right: 12%;
  }
}
@media (max-width: 1000px) {
  nav {
    gap: 20px;
  }
  .hero-caption {
    right: 5%;
    top: 67%;
    max-width: 190px;
  }
  .section {
    padding: 75px 6%;
  }
  .facts {
    padding: 30px 6%;
  }
  .facts strong {
    font-size: 30px;
  }
  .facts em {
    font-size: 15px;
  }
  .vision,
  .enquiry {
    gap: 6%;
  }
  .residence-grid article {
    padding: 25px;
  }
  .location {
    gap: 5%;
  }
  .enquiry-form {
    padding: 25px;
  }
  .hero-content {
    padding-left: 6%;
  }
}
@media (max-width: 720px) {
  .topline {
    font-size: 8px;
    justify-content: center;
  }
  .topline span {
    display: none;
  }
  header {
    height: 76px;
  }
  .brand-name {
    font-size: 21px;
  }
  .brand-name i {
    font-size: 16px;
  }
  .brand > span:last-child {
    font-size: 8px;
  }
  .header-call {
    margin-left: auto;
    margin-right: 20px;
  }
  .header-call span {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 25px;
    background: var(--ink);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
  }
  nav.open {
    display: flex;
  }
  .hero {
    min-height: 740px;
  }
  .hero-content {
    padding: 65px 7% 140px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-caption {
    top: auto;
    bottom: 67px;
    right: 7%;
    text-align: right;
    font-size: 8px;
    max-width: none;
  }
  .hero-caption b {
    font-size: 11px;
    margin-top: 3px;
  }
  .hero-caption .small-line {
    display: none;
  }
  .hero-number {
    display: none;
  }
  .hero-image {
    background-position: 65% center;
  }
  .facts {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 30px 7%;
  }
  .facts > div,
  .facts > div:first-child {
    padding: 0 0 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .facts > div:last-child {
    padding-bottom: 0;
  }
  .facts strong {
    font-size: 34px;
  }
  .facts span {
    margin-top: 8px;
  }
  .section {
    padding: 65px 7%;
  }
  .vision,
  .location,
  .enquiry {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  h2 {
    font-size: 46px;
  }
  .vision-copy .intro {
    font-size: 25px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 24px;
  }
  .residence-grid {
    grid-template-columns: 1fr;
  }
  .residence-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px;
  }
  .residence-grid h3 {
    margin: 20px 0;
    font-size: 53px;
  }
  .card-detail {
    margin-top: 25px;
  }
  .plan-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .plan-image {
    height: 290px;
  }
  .plan-bottom h3 {
    font-size: 26px;
  }
  .lifestyle {
    padding: 70px 7%;
  }
  .outlined-tag {
    font-size: 9px;
  }
  .enquiry-form {
    padding: 23px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 45px;
  }
  .floating-contact {
    right: 14px;
    bottom: 15px;
    flex-direction: row;
  }
  .floating-contact a {
    width: 46px;
    height: 46px;
  }
  dialog {
    padding: 28px 22px;
  }
  dialog h2 {
    font-size: 39px;
  }
  .contact-line {
    font-size: 21px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .location h2 {
    font-size: 43px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
