:root {
  --ink: #161915;
  --forest: #17352d;
  --forest-deep: #0d2721;
  --ivory: #f4f0e7;
  --sand: #ded4c2;
  --gold: #c6a365;
  --white: #ffffff;
  --line: rgba(22, 25, 21, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px clamp(22px, 5vw, 76px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.32);
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.nav-logo { width: clamp(140px, 11vw, 165px); height: auto; object-fit: contain; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: .08em;
}
.brand > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; letter-spacing: .04em; }
.brand small { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: #ead5a8; }
.nav-cta { border: 1px solid rgba(255,255,255,.7); padding: 13px 20px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: inherit; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.hero { position: relative; min-height: 100svh; color: var(--white); overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.hero-shade { position: absolute; inset: 0; background: rgba(7, 21, 17, .37); }
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  max-width: 880px;
  flex-direction: column;
  justify-content: center;
  padding: 140px clamp(22px, 8vw, 130px) 130px;
}
.eyebrow { margin: 0 0 22px; color: #806a47; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #e7d5b4; }
.hero h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}
.hero h1 { max-width: 850px; font-size: clamp(64px, 9vw, 132px); line-height: .88; }
.hero-copy { max-width: 560px; margin: 32px 0 0; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.87); }
.hero-price { display: flex; align-items: flex-end; gap: 16px; margin-top: 24px; color: var(--white); }
.hero-price small { padding-bottom: 7px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-price strong { color: #e4c997; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 54px); font-weight: 400; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 0; cursor: pointer; font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.button-gold { background: var(--gold); color: #111712; transition: background .2s ease, transform .2s ease; }
.button-gold:hover { background: #dbc08e; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding: 10px 0; font-size: 14px; }
.light-link { color: var(--white); }
.hero-meta {
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: 28px;
  z-index: 2;
  display: flex;
  gap: 28px;
  color: rgba(255,255,255,.8);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.intro-section { display: grid; grid-template-columns: 180px 1fr; max-width: 1380px; margin: 0 auto; padding: 140px clamp(22px, 6vw, 90px); }
.section-label { display: flex; align-items: flex-start; gap: 15px; padding-top: 12px; }
.section-label span { color: var(--gold); font-family: Georgia, serif; font-size: 25px; }
.section-label p { margin: 4px 0 0; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.intro-copy h2, .residences-heading h2, .location-section h2 { font-size: clamp(48px, 6vw, 86px); line-height: .98; }
.intro-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; max-width: 820px; margin-top: 55px; }
.intro-columns p, .section-note, .location-note { margin: 0; color: #5d615a; font-size: 17px; line-height: 1.8; }

.image-statement { position: relative; min-height: 760px; margin: 0 clamp(14px, 2vw, 28px); overflow: hidden; }
.image-statement > img { width: 100%; height: 760px; object-fit: cover; }
.statement-card { position: absolute; right: 0; bottom: 0; width: min(510px, 50%); padding: 58px; background: var(--forest-deep); color: var(--white); }
.statement-card h2 { font-size: clamp(38px, 4vw, 60px); line-height: 1.02; }
.statement-card > p:last-child { margin: 25px 0 0; color: rgba(255,255,255,.72); line-height: 1.75; }

.residences-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; max-width: 1380px; margin: 0 auto; padding: 150px clamp(22px, 6vw, 90px); }
.residences-heading { position: sticky; top: 40px; align-self: start; }
.section-note { max-width: 430px; margin-top: 34px; }
.residence-list { border-top: 1px solid var(--line); }
.residence-row { display: grid; grid-template-columns: 52px 1fr 24px; align-items: start; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.residence-row > span { padding-top: 5px; color: #90784e; font-family: Georgia, serif; font-size: 14px; }
.residence-row h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.residence-row p { max-width: 560px; margin: 11px 0 0; color: #656960; line-height: 1.65; }
.residence-row b { margin-top: 1px; color: #90784e; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }

.brochure-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
  padding: 120px clamp(22px, 8vw, 130px);
  background: #102b24;
  color: var(--white);
}
.brochure-copy h2 { font-size: clamp(48px, 6vw, 82px); line-height: .98; }
.brochure-copy > p:nth-of-type(2) { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.brochure-price { display: flex; flex-direction: column; gap: 6px; margin-top: 38px; }
.brochure-price span { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.brochure-price strong { color: #e4c997; font-family: Georgia, "Times New Roman", serif; font-size: 46px; font-weight: 400; }
.brochure-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 30px; padding: 42px; border: 1px solid rgba(255,255,255,.22); }
.brochure-form label { display: flex; flex-direction: column; gap: 9px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.brochure-form input, .brochure-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); border-radius: 0; outline: none; background: transparent; color: var(--white); padding: 12px 0 15px; font-size: 15px; font-weight: 400; letter-spacing: normal; text-transform: none; }
.brochure-form input::placeholder { color: rgba(255,255,255,.36); }
.brochure-form input:focus, .brochure-form select:focus { border-color: var(--gold); }
.brochure-form option { color: var(--ink); }
.brochure-button { grid-column: 1 / -1; justify-self: start; min-width: 200px; margin-top: 6px; }
.brochure-success { padding: 52px; border: 1px solid rgba(255,255,255,.22); }
.brochure-success > span { display: grid; width: 48px; height: 48px; place-items: center; background: var(--gold); color: var(--ink); }
.brochure-success h3 { margin: 26px 0 10px; font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.brochure-success p { max-width: 530px; color: rgba(255,255,255,.66); line-height: 1.7; }
.brochure-success button { margin-top: 20px; border: 0; border-bottom: 1px solid var(--gold); background: none; color: var(--gold); cursor: pointer; padding: 0 0 6px; }

.lifestyle-section { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 770px; background: var(--forest); color: var(--white); }
.lifestyle-image { position: relative; min-height: 650px; }
.lifestyle-image img { width: 100%; height: 100%; object-fit: cover; }
.lifestyle-image p { position: absolute; bottom: 0; left: 0; margin: 0; padding: 16px 22px; background: rgba(8, 27, 21, .82); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.lifestyle-content { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(35px, 7vw, 105px); }
.lifestyle-content h2 { max-width: 600px; font-size: clamp(50px, 6vw, 84px); line-height: .97; }
.lifestyle-lead { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.8; }
.amenity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.amenity { display: flex; min-height: 118px; flex-direction: column; justify-content: space-between; gap: 18px; padding: 22px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.amenity svg { color: #d9bd88; }
.amenity span { font-size: 14px; }
.amenity-icon { color: #d9bd88; font-size: 27px; line-height: 1; }

.amenities-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 85px;
  padding: 135px clamp(22px, 7vw, 110px);
  background: #9b7350;
  color: var(--white);
}
.amenities-heading h2 { max-width: 590px; font-size: clamp(48px, 5.5vw, 78px); line-height: .98; }
.amenities-heading > p:last-child { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.amenities-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.26); border-left: 1px solid rgba(255,255,255,.26); }
.amenity-item { display: flex; min-height: 155px; flex-direction: column; justify-content: space-between; gap: 22px; padding: 26px 22px; border-right: 1px solid rgba(255,255,255,.26); border-bottom: 1px solid rgba(255,255,255,.26); }
.amenity-item svg { color: #fff6e7; }
.amenity-item .amenity-icon { color: #fff6e7; font-size: 32px; }
.amenity-item span { font-size: 14px; line-height: 1.4; }

.location-section { display: grid; grid-template-columns: .75fr 1.25fr; column-gap: 80px; row-gap: 76px; max-width: 1380px; margin: 0 auto; padding: 145px clamp(22px, 6vw, 90px); }
.location-times { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.location-times div { padding: 22px 18px 26px 0; border-bottom: 1px solid var(--line); }
.location-times strong { display: block; color: var(--forest); font-family: Georgia, serif; font-size: clamp(56px, 6vw, 84px); font-weight: 400; }
.location-times span { color: #656960; font-size: 13px; line-height: 1.5; }
.location-note { grid-column: 2; max-width: 710px; }

.enquire-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; padding: 130px clamp(22px, 8vw, 130px); background: #101a16; color: var(--white); }
.enquire-copy h2 { font-size: clamp(50px, 6vw, 82px); line-height: .98; }
.enquire-copy > p:nth-of-type(2) { max-width: 500px; margin: 30px 0 0; color: rgba(255,255,255,.66); line-height: 1.8; }
.assurance { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 40px; color: #ddc495; font-size: 13px; }
.assurance span { display: inline-flex; align-items: center; gap: 7px; }
.enquire-form { display: flex; flex-direction: column; gap: 28px; padding-top: 5px; }
.enquire-form label { display: flex; flex: 1; flex-direction: column; gap: 10px; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.enquire-form input, .enquire-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); border-radius: 0; outline: none; background: transparent; color: var(--white); padding: 14px 0 16px; font-size: 16px; letter-spacing: normal; text-transform: none; }
.enquire-form input:focus, .enquire-form select:focus { border-color: var(--gold); }
.enquire-form input::placeholder { color: rgba(255,255,255,.38); }
.enquire-form option { color: var(--ink); }
.form-row { display: flex; gap: 30px; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 12px !important; text-transform: none !important; letter-spacing: normal !important; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--gold); }
.form-button { align-self: flex-start; min-width: 230px; }
.success-panel { align-self: center; padding: 55px; border: 1px solid rgba(255,255,255,.24); }
.success-icon { display: grid; width: 50px; height: 50px; place-items: center; background: var(--gold); color: var(--ink); }
.success-panel h3 { margin: 28px 0 12px; font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.success-panel p { max-width: 540px; color: rgba(255,255,255,.65); line-height: 1.7; }
.success-panel button { margin-top: 20px; border: 0; border-bottom: 1px solid var(--gold); background: none; color: var(--gold); cursor: pointer; padding: 0 0 6px; }

.site-footer { display: block; padding: 0; background: #09100d; color: rgba(255,255,255,.66); font-size: 13px; }
.footer-brand { color: var(--white); }
.footer-logo { width: 175px; height: auto; object-fit: contain; }
.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 65px; padding: 80px clamp(22px, 7vw, 110px) 65px; }
.footer-brand-block { display: flex; align-items: flex-start; flex-direction: column; }
.footer-brand-block > p { max-width: 360px; margin: 25px 0 20px; color: rgba(255,255,255,.52); line-height: 1.7; }
.footer-brand-block > a:not(.brand) { margin: 5px 0; color: #dfc28d; }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 13px; }
.footer-column h3 { margin: 7px 0 13px; color: var(--white); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a { transition: color .2s ease; }
.footer-column a:hover { color: #dfc28d; }
.footer-disclaimer { padding: 25px clamp(22px, 7vw, 110px); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-disclaimer p { max-width: 930px; margin: 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.7; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px clamp(22px, 7vw, 110px); }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; gap: 22px; color: #dfc28d; }

@media (max-width: 980px) {
  .site-header { padding: 18px 22px; }
  .menu-button { display: grid; place-items: center; cursor: pointer; }
  .nav { position: absolute; top: 79px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 22px 24px; background: #11241e; }
  .nav-open { display: flex; }
  .nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .nav-cta { margin-top: 12px; border: 1px solid rgba(255,255,255,.4) !important; padding: 15px !important; text-align: center; }
  .hero-meta { left: 22px; right: 22px; flex-wrap: wrap; gap: 12px 22px; }
  .intro-section { grid-template-columns: 1fr; gap: 60px; }
  .section-label { display: none; }
  .residences-section { grid-template-columns: 1fr; gap: 65px; }
  .residences-heading { position: static; }
  .brochure-section { grid-template-columns: 1fr; }
  .lifestyle-section { grid-template-columns: 1fr; }
  .lifestyle-image { min-height: 550px; }
  .amenities-section { grid-template-columns: 1fr; }
  .location-section { grid-template-columns: 1fr; }
  .location-note { grid-column: auto; }
  .enquire-section { grid-template-columns: 1fr; gap: 70px; }
  .footer-main { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 680px) {
  .nav-logo { width: 126px; }
  .brand strong { font-size: 16px; }
  .hero-content { justify-content: flex-end; padding: 150px 22px 130px; }
  .hero h1 { font-size: clamp(56px, 17vw, 82px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-meta { font-size: 10px; }
  .intro-section, .residences-section, .location-section { padding-top: 95px; padding-bottom: 95px; }
  .intro-columns { grid-template-columns: 1fr; gap: 22px; margin-top: 36px; }
  .image-statement { min-height: 680px; margin: 0; }
  .image-statement > img { height: 680px; }
  .statement-card { width: calc(100% - 24px); padding: 34px 28px; }
  .residences-section { gap: 48px; }
  .residence-row { grid-template-columns: 38px 1fr; }
  .residence-row b { display: none; }
  .residence-row h3 { font-size: 24px; }
  .brochure-section { padding: 90px 22px; }
  .brochure-form { grid-template-columns: 1fr; padding: 28px 22px; }
  .brochure-button { width: 100%; }
  .lifestyle-image { min-height: 470px; }
  .lifestyle-content { padding: 80px 22px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity { min-height: 100px; }
  .amenities-section { gap: 55px; padding: 90px 22px; }
  .amenities-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .amenity-item { min-height: 135px; }
  .location-times { grid-template-columns: 1fr; }
  .location-times div { display: grid; grid-template-columns: 115px 1fr; align-items: center; }
  .location-times strong { font-size: 58px; }
  .enquire-section { padding: 90px 22px; }
  .form-row { flex-direction: column; gap: 28px; }
  .form-button { width: 100%; }
  .success-panel { padding: 35px 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 65px 22px 50px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
