:root {
  --ink: #17110d;
  --dark: #120e0b;
  --dark-soft: #211711;
  --brown: #4a2d1b;
  --gold: #b9863d;
  --gold-light: #d5ad6d;
  --cream: #f4efe5;
  --paper: #fbf8f1;
  --white: #fff;
  --muted: #746a61;
  --border: rgba(115, 83, 45, .22);
  --shadow: 0 18px 50px rgba(21, 13, 8, .18);
  --radius: 8px;
  --button-start: #d1a65e;
  --button-end: #a8732e;
  --hero-heading-max: 78px;
  --section-heading-size: 34px;
  --body-font-size: 16px;
  --button-radius: 3px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper) url('../images/paper-texture.jpg') center top / 900px auto repeat;
  font-family: var(--sans);
  font-size: var(--body-font-size);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 9999;
  padding: 10px 16px;
  color: #fff;
  background: var(--dark);
  border-radius: 4px;
}
.skip-link:focus { top: 12px; }

.container-wide { width: min(1460px, calc(100% - 64px)); margin: 0 auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: #fff;
  background: linear-gradient(180deg, rgba(8,6,4,.93), rgba(8,6,4,.2));
}
.header-inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 28px;
  align-items: center;
}
.brand img { width: 150px; filter: brightness(1.15); }
.main-nav { display: flex; justify-content: center; gap: 28px; }
.main-nav a {
  text-decoration: none;
  color: rgba(255,255,255,.9);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
}
.main-nav a:hover, .main-nav a:focus { color: var(--gold-light); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { text-decoration: none; font-weight: 700; font-size: 14px; white-space: nowrap; }
.menu-toggle { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--button-radius);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover, .btn:focus { transform: translateY(-2px); }
.btn-gold { color: #fff; background: linear-gradient(135deg, var(--button-start), var(--button-end)); box-shadow: 0 8px 22px rgba(186,134,61,.24); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(0,0,0,.15); }
.btn-small { min-height: 40px; padding-inline: 18px; }
.btn-block { width: 100%; }

.hero {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  color: #fff;
  background: #0e0b09;
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 40%, rgba(166,111,44,.19), transparent 38%),
    linear-gradient(90deg, rgba(6,5,4,.96) 0%, rgba(8,5,3,.75) 24%, rgba(11,7,4,.22) 53%, rgba(5,4,3,.7) 100%);
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(0deg, rgba(5,4,3,.95), transparent);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 4;
  min-height: 800px;
  padding-top: 150px;
  display: grid;
  grid-template-columns: minmax(330px, .88fr) minmax(430px, 1.2fr) minmax(300px, .72fr);
  gap: 34px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 5; padding-bottom: 70px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.hero-copy h1 {
  margin: 0;
  font: 400 clamp(46px, 4.4vw, var(--hero-heading-max))/1.05 var(--serif);
  max-width: 670px;
}
.hero-copy h1 em { display: block; color: #fff; font-weight: 400; }
.hero-lead { max-width: 540px; margin: 26px 0; color: rgba(255,255,255,.78); font-size: 16px; }
.hero-usps { display: flex; gap: 26px; margin: 30px 0 34px; }
.hero-usp { min-width: 118px; text-align: center; border-right: 1px solid rgba(207,164,96,.32); padding-right: 20px; }
.hero-usp:last-child { border-right: 0; }
.hero-usp .line-icon { display: block; color: var(--gold-light); font: 38px/1 var(--serif); margin-bottom: 8px; }
.hero-usp strong, .hero-usp small { display: block; }
.hero-usp strong { font-size: 12px; }
.hero-usp small { color: rgba(255,255,255,.7); font-size: 10px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-building {
  position: relative;
  z-index: 3;
  align-self: end;
  margin-bottom: 58px;
  filter: drop-shadow(0 35px 34px rgba(0,0,0,.72));
}
.hero-building::before {
  content: '';
  position: absolute;
  inset: 15% 10% -1% 10%;
  background: radial-gradient(circle, rgba(255,190,86,.28), transparent 65%);
  filter: blur(30px);
}
.hero-building img { position: relative; width: 100%; height: 610px; object-fit: cover; object-position: center; border-radius: 2px; mix-blend-mode: screen; }

.hero-lifestyle { position: absolute; z-index: 2; opacity: .5; filter: sepia(.55) contrast(1.08) brightness(.7); overflow: hidden; }
.hero-lifestyle img { width: 100%; height: 100%; object-fit: cover; }
.lifestyle-main { left: 0; top: 0; width: 36%; height: 380px; }
.lifestyle-work { left: 19%; top: 260px; width: 25%; height: 270px; }
.lifestyle-read { right: 0; top: 0; width: 24%; height: 300px; }
.lifestyle-business { right: 1%; bottom: 60px; width: 20%; height: 270px; }

.enquiry-card {
  position: relative;
  z-index: 6;
  padding: 30px;
  background: rgba(16, 12, 9, .88);
  border: 1px solid rgba(213,173,109,.4);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(9px);
}
.enquiry-card h2 { margin: 0; color: var(--gold-light); font: 400 29px/1.2 var(--serif); }
.enquiry-card > p { margin: 7px 0 18px; color: rgba(255,255,255,.63); font-size: 12px; }
.enquiry-card label { display: block; margin-bottom: 11px; }
.enquiry-card label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.enquiry-card input, .enquiry-card select {
  width: 100%;
  height: 44px;
  color: #fff;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: var(--button-radius);
  padding: 0 13px;
  outline: none;
}
.enquiry-card select option { color: #111; }
.enquiry-card input:focus, .enquiry-card select:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(213,173,109,.14); }
.form-note, .form-status { text-align: center; font-size: 11px; color: rgba(255,255,255,.7); }
.form-status { min-height: 1.5em; margin-bottom: 0; color: #f3d39e; }

.stats-bar { position: relative; z-index: 7; color: #f4e4c8; background: #110d0a; border-top: 1px solid rgba(213,173,109,.38); border-bottom: 1px solid rgba(213,173,109,.28); }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.stats-grid > div { min-height: 105px; display: grid; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 12px; border-right: 1px solid rgba(213,173,109,.22); padding: 15px 26px; }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid span { grid-row: 1 / 3; align-self: center; color: var(--gold-light); font-size: 38px; }
.stats-grid strong { align-self: end; color: var(--gold-light); font: 400 27px/1 var(--serif); }
.stats-grid small { color: rgba(255,255,255,.7); }

.section { padding: 64px 0; }
.section-light { background: rgba(255,255,255,.86); }
.section-cream { background: rgba(246,240,229,.94); }
.section h2, .spec-location h2, .developer-band h2 { font: 400 var(--section-heading-size)/1.2 var(--serif); color: #3c2a20; }
.section h2 em, .spec-location h2 em, .developer-band h2 em { color: #7e5634; font-weight: 400; }

.welcome-grid { display: grid; grid-template-columns: .63fr 1.2fr 1.24fr; gap: 26px; align-items: stretch; }
.welcome-copy { padding: 18px 12px 0 6px; }
.welcome-copy h2 { margin-top: 0; }
.welcome-copy p, .welcome-environment p { color: var(--muted); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-image-large { min-height: 380px; }
.welcome-environment { padding-left: 10px; }
.welcome-environment h2 { margin-top: 0; }
.mini-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 28px; }
.mini-gallery figure { position: relative; margin: 0; min-height: 190px; overflow: hidden; background: #21160f; }
.mini-gallery img { width: 100%; height: 100%; object-fit: cover; }
.mini-gallery figcaption, .amenity-photo-grid figcaption { position: absolute; inset: auto 0 0; padding: 30px 8px 9px; text-align: center; color: #fff; font-size: 11px; background: linear-gradient(transparent, rgba(0,0,0,.86)); }

.three-column-feature { display: grid; grid-template-columns: .86fr .94fr 1.2fr; gap: 34px; }
.three-column-feature article { min-width: 0; }
.progress-card h2, .why-card h2, .amenities-showcase h2 { margin-top: 0; }
.progress-card p { color: var(--muted); }
.progress-image { width: 100%; margin-top: 20px; height: 280px; object-fit: cover; }
.icon-list { margin: 0; padding: 0; list-style: none; }
.icon-list li { display: flex; gap: 14px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid var(--border); color: #5d5149; }
.icon-list li:last-child { border-bottom: 0; }
.icon-list li > span { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font: 22px/1 var(--serif); }
.compact-list li { padding: 9px 0; border: 0; }
.compact-list li > span { flex-basis: 28px; width: 28px; height: 28px; font-size: 12px; }

.amenity-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.amenity-photo-grid figure { position: relative; margin: 0; aspect-ratio: 1.25; overflow: hidden; background: #1a130e; }
.amenity-photo-grid img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.62) sepia(.15); transition: transform .35s ease, filter .35s ease; }
.amenity-photo-grid figure:hover img { transform: scale(1.04); filter: brightness(.85); }

.unit-section { display: grid; grid-template-columns: .64fr .72fr 1.36fr; gap: 28px; align-items: stretch; }
.unit-intro h2 { margin-top: 0; }
.unit-intro p { color: var(--muted); }
.unit-table-wrap { overflow-x: auto; }
.unit-table { border-collapse: collapse; width: 100%; font-size: 12px; }
.unit-table th, .unit-table td { padding: 9px 7px; border: 1px solid #cbb99e; text-align: center; }
.unit-table th { color: #fff; background: #77543a; }
.floorplans { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.floorplans figure { margin: 0; text-align: center; background: #fff; border: 1px solid var(--border); padding: 10px; }
.floorplans span { display: block; font-weight: 700; font-size: 12px; margin-bottom: 7px; }
.floorplans img { height: 300px; margin: auto; object-fit: contain; }
.furnished-card { display: grid; grid-template-columns: .42fr 1fr; min-height: 360px; overflow: hidden; background: #efe4d3; }
.furnished-copy { padding: 28px; }
.furnished-copy h2 { margin-top: 0; }
.furnished-card > img { width: 100%; height: 100%; object-fit: cover; }
.check-list { margin: 15px 0 12px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 5px 0 5px 24px; font-size: 13px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

.spec-location { display: grid; grid-template-columns: .86fr 1.14fr; }
.spec-panel { color: #f1e6d7; background: linear-gradient(135deg, #19110d, #2c1d14); }
.spec-inner, .location-inner { padding: 56px max(42px, calc((100vw - 1460px)/2)); }
.spec-inner { padding-left: max(32px, calc((100vw - 1460px)/2)); padding-right: 52px; }
.location-inner { padding-left: 52px; padding-right: max(32px, calc((100vw - 1460px)/2)); background: rgba(255,255,255,.9); }
.spec-panel h2 { margin: 0 0 26px; color: var(--gold-light); }
.spec-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 22px; }
.spec-grid div { min-height: 48px; display: flex; gap: 12px; align-items: center; font-size: 13px; border-bottom: 1px solid rgba(213,173,109,.13); }
.spec-grid span { color: var(--gold-light); font-size: 22px; }
.location-panel h2 { margin-top: 0; }
.location-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.map-link img { width: 100%; height: 330px; object-fit: cover; border: 1px solid var(--border); }
.nearby-grid { display: grid; gap: 12px; }
.nearby-grid h3 { margin: 0 0 5px; font-size: 13px; color: #4e392a; }
.nearby-grid ul { margin: 0; padding: 0; list-style: none; }
.nearby-grid li { display: flex; justify-content: space-between; gap: 16px; padding: 2px 0; font-size: 11px; color: #685d55; }
.nearby-grid strong { white-space: nowrap; color: #3f3027; }

.developer-band { color: #f3e4cf; background: #261710; }
.developer-grid { display: grid; grid-template-columns: .58fr 1.1fr .9fr; align-items: center; gap: 30px; min-height: 210px; }
.developer-image { width: 100%; height: 210px; object-fit: cover; }
.developer-copy { padding: 28px 0; }
.developer-band h2 { margin: 0 0 12px; color: var(--gold-light); font-size: 28px; }
.developer-copy p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.developer-logos { display: flex; align-items: center; gap: 25px; }
.developer-logos img { max-width: 42%; max-height: 85px; object-fit: contain; filter: brightness(1.1); }
.vertical-rule { width: 1px; height: 75px; background: rgba(213,173,109,.35); }

.footer-main { padding: 34px 0 18px; background: rgba(255,255,255,.88); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.2fr .9fr 1fr .65fr; gap: 26px; align-items: center; }
.footer-brand img { width: 170px; }
.footer-address { display: flex; gap: 12px; align-items: flex-start; color: #5c4e45; font-size: 13px; }
.footer-address p { margin: 0; }
.footer-address span { color: var(--gold); }
.footer-partner small, .footer-social small { display: block; margin-bottom: 6px; color: #6b5c52; font-size: 10px; }
.footer-partner img { max-height: 66px; max-width: 190px; object-fit: contain; }
.footer-social div { display: flex; gap: 8px; }
.footer-social a { width: 30px; height: 30px; display: grid; place-items: center; text-decoration: none; color: #fff; background: #392a21; border-radius: 50%; font-weight: 800; }
.footer-bottom { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--border); text-align: center; font-size: 10px; color: #6f645d; }
.footer-bottom p { margin: 5px auto; max-width: 1200px; }
.footer-bottom a { color: #6d431f; font-weight: 700; }

.mobile-cta { display: none; }

@media (max-width: 1200px) {
  .container-wide { width: min(1120px, calc(100% - 40px)); }
  .header-inner { grid-template-columns: 145px 1fr; }
  .main-nav { justify-content: flex-end; gap: 18px; }
  .header-actions { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; }
  .enquiry-card { position: absolute; right: 0; bottom: 35px; width: 340px; }
  .hero-copy { padding-right: 5px; }
  .hero-building { margin-right: 170px; }
  .welcome-grid { grid-template-columns: .7fr 1.3fr; }
  .welcome-environment { grid-column: 1 / -1; }
  .three-column-feature { grid-template-columns: 1fr 1fr; }
  .amenities-showcase { grid-column: 1 / -1; }
  .unit-section { grid-template-columns: .75fr 1fr; }
  .furnished-card { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .site-header { position: fixed; background: rgba(17,13,10,.96); box-shadow: 0 6px 24px rgba(0,0,0,.25); }
  .header-inner { min-height: 76px; grid-template-columns: 130px auto; }
  .brand img { width: 120px; }
  .menu-toggle { justify-self: end; display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: #fff; }
  .main-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; gap: 0; padding: 15px 24px 24px; background: rgba(17,13,10,.98); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { min-height: auto; padding-bottom: 40px; }
  .hero-grid { min-height: auto; padding-top: 128px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; padding-bottom: 0; }
  .hero-building { margin: 0; }
  .hero-building img { height: 470px; }
  .enquiry-card { position: relative; right: auto; bottom: auto; width: auto; max-width: 610px; margin: -90px auto 0; }
  .hero-lifestyle { opacity: .22; }
  .lifestyle-main { width: 55%; }
  .lifestyle-read { width: 42%; }
  .lifestyle-work, .lifestyle-business { display: none; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid > div:nth-child(2n) { border-right: 0; }
  .stats-grid > div:last-child { grid-column: 1 / -1; }
  .welcome-grid, .three-column-feature, .unit-section, .spec-location, .developer-grid { grid-template-columns: 1fr; }
  .welcome-copy, .welcome-environment { padding: 0; }
  .feature-image-large { min-height: 300px; }
  .furnished-card { grid-column: auto; }
  .spec-inner, .location-inner { padding: 46px 30px; }
  .developer-image { height: 280px; }
  .developer-logos { padding-bottom: 30px; justify-content: center; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  body { padding-bottom: 58px; }
  .container-wide { width: min(100% - 28px, 620px); }
  .hero-copy h1 { font-size: 43px; }
  .hero-lead { font-size: 14px; }
  .hero-usps { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
  .hero-usp { min-width: 0; padding: 8px 4px; border-right: 0; border: 1px solid rgba(213,173,109,.2); }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; }
  .hero-building img { height: 360px; }
  .enquiry-card { margin-top: -45px; padding: 24px 18px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div { min-height: 90px; grid-template-columns: 38px 1fr; padding: 12px 10px; }
  .stats-grid span { font-size: 27px; }
  .stats-grid strong { font-size: 20px; }
  .stats-grid small { font-size: 10px; }
  .section { padding: 44px 0; }
  .section h2, .spec-location h2 { font-size: 29px; }
  .mini-gallery { grid-template-columns: 1fr; }
  .mini-gallery figure { min-height: 230px; }
  .amenity-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .floorplans { grid-template-columns: 1fr 1fr; gap: 8px; }
  .floorplans img { height: 230px; }
  .furnished-card { grid-template-columns: 1fr; }
  .furnished-card > img { height: 250px; }
  .spec-grid { grid-template-columns: 1fr; }
  .location-content { grid-template-columns: 1fr; }
  .map-link img { height: auto; }
  .developer-logos img { max-width: 43%; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img, .footer-partner img { margin-inline: auto; }
  .footer-address, .footer-social div { justify-content: center; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 50; display: grid; grid-template-columns: repeat(2, 1fr); box-shadow: 0 -6px 24px rgba(0,0,0,.18); }
  .mobile-cta a { min-height: 58px; display: grid; place-items: center; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .08em; background: #291c14; }
  .mobile-cta a:last-child { background: linear-gradient(135deg, #cf9f56, #a8712e); }
}
/* Mini CMS additions */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.consent-check{display:flex!important;align-items:flex-start;gap:9px;color:rgba(255,255,255,.76);font-size:11px}.consent-check input{width:16px!important;height:16px!important;flex:0 0 auto;margin-top:2px}.enquiry-card input[type=date]{color-scheme:dark}.enquiry-card button:disabled{opacity:.65;cursor:wait}.page-main{padding-top:82px}.page-hero{position:relative;min-height:380px;display:flex;align-items:end;color:#fff;background:linear-gradient(125deg,#090807,#2b1d13);overflow:hidden}.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,6,5,.93),rgba(7,6,5,.4))}.page-hero-image{position:absolute;inset:0}.page-hero-image img{width:100%;height:100%;object-fit:cover;opacity:.58}.page-hero-inner{position:relative;z-index:2;padding-top:90px;padding-bottom:70px}.page-hero h1{font:400 clamp(42px,6vw,72px)/1.05 var(--serif);margin:0 0 15px}.page-hero p:not(.eyebrow){max-width:680px;color:rgba(255,255,255,.76);font-size:17px}.page-content{padding:70px 0}.content-card{background:#fff;padding:48px;box-shadow:var(--shadow);border:1px solid var(--border);border-radius:4px}.content-card h2,.content-card h3{font-family:var(--serif);color:#4a3425}.content-card h2{font-size:36px}.content-card p,.content-card li{color:#5d574f;line-height:1.8}.content-card a{color:#8a5e2d}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;margin-top:40px}.light-form{background:#15100c}.thank-you-section{min-height:75vh;display:grid;place-items:center;padding:120px 20px;background:linear-gradient(135deg,#f8f3e8,#fff)}.thank-you-card{max-width:720px;text-align:center;background:#fff;padding:55px;border:1px solid var(--border);box-shadow:var(--shadow)}.success-icon{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;margin:0 auto 24px;background:#e8f7ef;color:#087443;font-size:38px}.thank-you-card h1{font:400 45px/1.15 var(--serif);color:#3c2a20}.thank-you-card p{color:var(--muted);font-size:17px}.reference{background:#f7f3eb;padding:12px}.thank-actions{display:flex;justify-content:center;gap:12px;margin-top:28px}.btn-dark{background:#15100c;color:#fff}.cookie-banner{position:fixed;left:24px;right:24px;bottom:22px;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:18px 22px;background:#fff;border:1px solid #d7c6a9;box-shadow:0 15px 50px rgba(0,0,0,.22);border-radius:8px;color:#33291f}.cookie-banner[hidden]{display:none}.cookie-banner p{margin:5px 0 0;color:#6c625a;font-size:13px}.cookie-banner a{color:#80572e}.cookie-actions{display:flex;gap:8px;flex:0 0 auto}.btn-ghost{background:#fff;color:#3b3028;border:1px solid #d6cfc7}.page-404 .page-hero{min-height:300px}@media(max-width:860px){.page-main{padding-top:68px}.contact-layout{grid-template-columns:1fr}.content-card{padding:28px}.cookie-banner{left:10px;right:10px;bottom:72px;display:block}.cookie-actions{margin-top:14px}.cookie-actions .btn{flex:1}.thank-you-card{padding:35px 22px}.thank-actions{flex-direction:column}}
.form-errors{padding:10px 12px;margin:0 0 12px;background:rgba(179,35,24,.14);border:1px solid rgba(254,205,202,.35);border-radius:4px}.form-errors p{margin:3px 0!important;color:#ffd6d2!important;font-size:11px!important}

/* Hero fidelity update v1.0.1
   Recreates the approved dark bronze campaign mockup while keeping all content dynamic. */
@media (min-width: 901px) {
  .hero {
    min-height: 748px;
    isolation: isolate;
    background:
      radial-gradient(circle at 52% 42%, rgba(171,112,48,.18), transparent 35%),
      linear-gradient(100deg, #090705 0%, #0d0906 49%, #120b07 100%);
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(5,4,3,.95) 0%, rgba(7,5,3,.73) 22%, rgba(9,6,4,.10) 48%, rgba(8,5,3,.32) 68%, rgba(5,4,3,.92) 100%),
      linear-gradient(180deg, rgba(4,3,2,.38), transparent 25%, transparent 72%, rgba(4,3,2,.88) 100%);
  }
  .hero-backdrop {
    z-index: 4;
    pointer-events: none;
    background:
      radial-gradient(ellipse 36% 72% at 51% 54%, rgba(215,155,76,.12), transparent 72%),
      linear-gradient(90deg, rgba(7,5,4,.30), transparent 30%, transparent 72%, rgba(7,5,4,.38));
  }
  .hero-grid {
    z-index: 7;
    min-height: 748px;
    padding-top: 112px;
    padding-bottom: 36px;
    grid-template-columns: minmax(315px, 390px) minmax(285px, 330px);
    justify-content: space-between;
    gap: clamp(360px, 34vw, 560px);
    align-items: center;
  }
  .hero-copy {
    z-index: 8;
    padding: 30px 0 56px;
  }
  .hero-copy h1 {
    max-width: 390px;
    font-size: clamp(46px, 3.7vw, calc(var(--hero-heading-max) * .795));
    line-height: 1.03;
    text-shadow: 0 3px 18px rgba(0,0,0,.38);
  }
  .hero-copy h1 em { font-style: italic; }
  .hero-rule {
    display: block;
    width: 78px;
    height: 2px;
    margin: 22px 0 19px;
    background: linear-gradient(90deg, var(--gold-light), rgba(213,173,109,0));
  }
  .hero-copy .eyebrow {
    margin: 0 0 12px;
    max-width: 300px;
    color: #f1e4cf;
    font: 400 18px/1.3 var(--serif);
    text-transform: none;
    letter-spacing: 0;
  }
  .hero-lead {
    max-width: 330px;
    margin: 0 0 24px;
    font-size: 13px;
    line-height: 1.58;
    color: rgba(255,255,255,.76);
  }
  .hero-usps {
    width: 350px;
    gap: 16px;
    margin: 20px 0 27px;
  }
  .hero-usp {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 14px 0 0;
  }
  .hero-usp .line-icon { font-size: 31px; margin-bottom: 6px; }
  .hero-usp strong { font-size: 11px; }
  .hero-usp small { font-size: 9px; }
  .hero-buttons .btn { min-height: 42px; padding: 0 18px; font-size: 10px; }

  .hero-building {
    position: absolute;
    z-index: 3;
    left: 29%;
    top: 48px;
    bottom: -22px;
    width: 53%;
    margin: 0;
    filter: drop-shadow(0 36px 36px rgba(0,0,0,.68));
    overflow: hidden;
    pointer-events: none;
  }
  .hero-building::before {
    inset: 12% 16% 1%;
    z-index: -1;
    background: radial-gradient(ellipse, rgba(255,183,88,.25), transparent 69%);
  }
  .hero-building img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 0;
    opacity: .94;
    mix-blend-mode: normal;
    filter: brightness(.72) saturate(.82) contrast(1.12) sepia(.12);
    -webkit-mask-image: radial-gradient(ellipse 72% 90% at 50% 53%, #000 0 66%, rgba(0,0,0,.92) 73%, transparent 100%);
    mask-image: radial-gradient(ellipse 72% 90% at 50% 53%, #000 0 66%, rgba(0,0,0,.92) 73%, transparent 100%);
  }

  .hero-lifestyle {
    z-index: 2;
    opacity: .43;
    filter: sepia(.78) saturate(.78) contrast(1.06) brightness(.52);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0 55%, transparent 94%);
    mask-image: radial-gradient(ellipse at center, #000 0 55%, transparent 94%);
  }
  .lifestyle-main { left: -2%; top: 22px; width: 42%; height: 355px; }
  .lifestyle-work { left: 19%; top: 225px; width: 28%; height: 330px; }
  .lifestyle-read { right: -1%; top: 36px; width: 27%; height: 306px; }
  .lifestyle-business { right: 0; bottom: 10px; width: 22%; height: 310px; }

  .enquiry-card {
    z-index: 9;
    width: 100%;
    padding: 24px 22px 20px;
    background: rgba(16,11,8,.90);
    border-color: rgba(213,173,109,.48);
    box-shadow: 0 20px 45px rgba(0,0,0,.42);
  }
  .enquiry-card h2 { font-size: 25px; }
  .enquiry-card > p { margin-bottom: 13px; }
  .enquiry-card label { margin-bottom: 8px; }
  .enquiry-card input,
  .enquiry-card select { height: 38px; font-size: 12px; }
  .enquiry-card .consent-check { margin: 8px 0 10px; font-size: 9px; }
  .enquiry-card .consent-check input { width: 14px !important; height: 14px !important; }
  .enquiry-card .btn { min-height: 39px; font-size: 10px; }
  .enquiry-card .form-note { margin: 9px 0 0; font-size: 9px; }
}

@media (min-width: 901px) and (max-width: 1280px) {
  .hero-grid {
    grid-template-columns: minmax(290px, 350px) 300px;
    gap: clamp(280px, 31vw, 430px);
  }
  .hero-building { left: 26%; width: 58%; }
  .hero-copy h1 { font-size: calc(var(--hero-heading-max) * .628); }
  .hero-copy .eyebrow { font-size: 16px; }
  .hero-usps { width: 320px; }
  .enquiry-card { position: relative; right: auto; bottom: auto; width: 300px; }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-bottom: 38px;
    isolation: isolate;
    background: #0b0806;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5,4,3,.22), rgba(5,4,3,.78) 48%, #0b0806 76%);
  }
  .hero-backdrop { z-index: 4; background: linear-gradient(180deg, rgba(5,4,3,.16), rgba(5,4,3,.82)); }
  .hero-building {
    position: absolute;
    z-index: 2;
    inset: 58px -12% auto 18%;
    width: 94%;
    height: 470px;
    margin: 0;
    opacity: .72;
    overflow: hidden;
  }
  .hero-building img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: normal;
    filter: brightness(.62) saturate(.8) contrast(1.08) sepia(.12);
    -webkit-mask-image: radial-gradient(ellipse 76% 88% at 50% 48%, #000 0 65%, transparent 100%);
    mask-image: radial-gradient(ellipse 76% 88% at 50% 48%, #000 0 65%, transparent 100%);
  }
  .hero-grid {
    z-index: 7;
    min-height: auto;
    padding-top: 122px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero-copy {
    max-width: 560px;
    padding: 0;
  }
  .hero-copy h1 {
    max-width: 390px;
    font-size: clamp(42px, 9vw, calc(var(--hero-heading-max) * .744));
    text-shadow: 0 3px 18px rgba(0,0,0,.45);
  }
  .hero-rule { display: block; width: 72px; height: 2px; margin: 18px 0; background: var(--gold-light); }
  .hero-copy .eyebrow {
    margin: 0 0 12px;
    color: #f1e4cf;
    font: 400 17px/1.35 var(--serif);
    text-transform: none;
    letter-spacing: 0;
  }
  .hero-lead { max-width: 390px; margin: 0 0 22px; }
  .hero-usps { max-width: 390px; margin: 19px 0 24px; }
  .hero-lifestyle { opacity: .20; z-index: 2; }
  .lifestyle-main { left: -12%; top: 40px; width: 68%; height: 300px; }
  .lifestyle-read { right: -17%; top: 68px; width: 55%; height: 260px; }
  .lifestyle-work, .lifestyle-business { display: none; }
  .enquiry-card {
    position: relative;
    z-index: 9;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 560px;
    margin: 0;
    padding: 25px 20px 21px;
  }
}

@media (max-width: 640px) {
  .hero-building { inset: 62px -22% auto 9%; width: 116%; height: 400px; }
  .hero-grid { padding-top: 108px; }
  .hero-copy h1 { font-size: calc(var(--hero-heading-max) * .564); }
  .hero-copy .eyebrow { font-size: 16px; }
  .hero-usps { grid-template-columns: repeat(3, 1fr); }
  .hero-usp { border: 0; border-right: 1px solid rgba(213,173,109,.24); padding: 0 7px; }
  .hero-usp:last-child { border-right: 0; }
  .hero-usp .line-icon { font-size: 27px; }
  .hero-buttons { flex-direction: row; }
  .hero-buttons .btn { width: auto; flex: 1 1 0; padding-inline: 10px; font-size: 9px; }
  .enquiry-card { margin-top: 2px; }
}

/* Building cut-out blend: prevents the rectangular skyline block seen in the first HTML draft. */
@media (min-width: 901px) {
  .hero-building {
    left: 27%;
    top: 28px;
    bottom: -26px;
    width: 58%;
    overflow: visible;
  }
  .hero-building img {
    object-fit: contain;
    object-position: center bottom;
    opacity: .98;
    filter: brightness(.72) saturate(.82) contrast(1.12) sepia(.12);
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-lifestyle { opacity: .53; filter: sepia(.76) saturate(.78) contrast(1.06) brightness(.62); }
  .lifestyle-main { left: -1%; top: 34px; width: 41%; height: 330px; }
  .lifestyle-work { left: 21%; top: 220px; width: 26%; height: 310px; }
  .lifestyle-read { right: -1%; top: 40px; width: 25%; height: 285px; }
  .lifestyle-business { right: 0; bottom: 8px; width: 21%; height: 290px; }
}
@media (min-width: 901px) and (max-width: 1280px) {
  .hero-building { left: 25%; width: 62%; }
}
@media (max-width: 900px) {
  .hero-building { inset: 56px -18% auto 12%; width: 108%; height: 475px; overflow: visible; }
  .hero-building img { object-fit: contain; object-position: center top; -webkit-mask-image:none; mask-image:none; }
}
@media (max-width: 640px) {
  .hero-building { inset: 62px -33% auto 4%; width: 132%; height: 410px; }
}
@media (min-width: 1281px) {
  .hero-grid {
    grid-template-columns: 430px 320px;
    gap: clamp(300px, 29vw, 455px);
  }
  .hero-copy h1 { max-width: 430px; font-size: calc(var(--hero-heading-max) * .6667); }
  .hero-copy .eyebrow { max-width: 340px; }
  .hero-lead { max-width: 350px; }
}
