@charset "UTF-8";
:root {
  --paper: #fbf8f2;
  --cream: #f1eade;
  --ink: #302923;
  --muted: #75695d;
  --clay: #91442f;
  --clay-dark: #733221;
  --line: #d9cdbf;
  --serif: Georgia, "Times New Roman", "Songti SC", "Noto Serif CJK SC", "SimSun", serif;
  --sans: "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #39777b; outline-offset: 5px; }
::selection { color: var(--paper); background: var(--clay); }
img { display: block; width: 100%; height: auto; }
svg { flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.35; font-weight: 500; }
h2 em { font-style: normal; color: var(--clay); }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { font-size: 11px; font-weight: 650; letter-spacing: 2.1px; color: var(--clay); line-height: 1.6; }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { font-family: var(--serif); font-size: clamp(28px, 3.1vw, 40px); letter-spacing: -.8px; margin-top: 12px; line-height: 1.55; }
.section-intro { color: var(--muted); margin-top: 18px; max-width: 640px; }
.section-footnote { color: var(--muted); font-size: 12px; line-height: 1.8; margin-top: 24px; }
.icon { width: 23px; height: 23px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 54px; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 600; line-height: 1.5; text-align: center; transition: background .15s ease, color .15s ease; }
.button .icon { width: 20px; height: 20px; }
.button .button-arrow { width: 17px; margin-left: 8px; }
.button-primary { background: var(--clay); color: #fffaf2; }
.button-primary:hover { background: var(--clay-dark); }
.button-outline { border-color: var(--clay); color: var(--clay); background: transparent; }
.button-outline:hover { background: #efe0d4; }
.button-light { background: #fff6e9; color: #733a2c; }
.button-light:hover { background: #ecd6bd; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: white; padding: 10px; }
.skip-link:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mobile-copy { display: none; }
.site-header { min-height: 100px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { flex: 0 0 auto; }
.brand-logo { width: auto; height: 76px; object-fit: contain; }
.brand > span, .footer-brand > span { display: block; font-family: var(--serif); font-size: 28px; letter-spacing: 4px; color: var(--clay); line-height: 1.2; }
.brand i, .footer-brand i { font-style: normal; font-size: .52em; letter-spacing: 2px; }
.brand small { display: block; font-size: 8px; font-weight: 600; letter-spacing: 3.7px; margin-top: 6px; }
.header-note { margin-left: auto; font-size: 10px; letter-spacing: 2px; color: var(--muted); }
.header-note span { margin-inline: 8px; }
.language-switcher { display: flex; align-items: center; gap: 7px; color: #9d8e80; }
.language-switcher button { appearance: none; border: 0; padding: 7px 3px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 650; letter-spacing: .4px; }
.language-switcher button[aria-current="true"] { color: var(--clay); }
.language-select { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; padding-block: 48px 64px; }
.hero-copy { padding-block: 15px; }
.hero-location { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; }
.hero-location > span { width: 6px; height: 6px; border-radius: 50%; background: var(--clay); }
.hero h1 { font-family: var(--serif); font-size: clamp(39px, 3.5vw, 52px); line-height: 1.3; margin-top: 18px; letter-spacing: -1.3px; }
.hero h1 em { font-style: italic; color: var(--clay); font-weight: 400; }
.hero-price { display: flex; align-items: baseline; gap: 12px; margin-top: 18px; color: var(--clay); }
.hero-price > span { font-size: 11px; letter-spacing: 2px; }
.hero-price strong { font-family: var(--serif); font-size: 78px; font-weight: 400; line-height: 1.15; letter-spacing: -4px; }
.hero-price small { font-size: .7em; }
.hero-spec { margin-top: 16px; display: flex; align-items: center; gap: 15px; font-size: 16px; }
.hero-spec i { height: 15px; width: 1px; background: #b9ab9c; }
.hero-nearby { display: flex; align-items: center; gap: 7px; margin-top: 12px; color: var(--muted); font-size: 13px; }
.hero-nearby .icon { width: 17px; height: 17px; color: var(--clay); }
.hero-nearby strong { color: var(--ink); font-weight: 500; }
.hero-actions { display: grid; gap: 10px; max-width: 375px; margin-top: 28px; }
.microcopy { font-size: 11px; color: var(--muted); margin-top: 11px; }
.price-disclaimer { font-size: 10px; color: var(--muted); line-height: 1.7; margin-top: 20px; }
.hero-visual { position: relative; min-width: 0; background: #e4d5c4; align-self: stretch; }
.hero-visual > img { height: 100%; object-fit: cover; }
.visual-placeholder { position: relative; display: flex; flex-direction: column; justify-content: space-between; width: 100%; min-height: 235px; padding: 17px; color: #786657; background: #ede4d8; border: 1px solid #d8c9b9; }
.placeholder-tag { font-size: 8px; letter-spacing: 1.7px; align-self: flex-start; border: 1px solid #beaa94; padding: 3px 6px; }
.placeholder-center { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 28px 6px; text-align: center; }
.placeholder-center .icon { width: 32px; height: 32px; opacity: .65; }
.placeholder-center strong { font-size: 12px; font-weight: 500; letter-spacing: 1px; }
.placeholder-center > span { font-size: 11px; }
.placeholder-note { font-size: 9px; color: #766a5e; text-align: center; }
.placeholder-hero { min-height: 100%; padding-bottom: 180px; background: #d8c4ae; }
.hero-visual figcaption { position: absolute; bottom: 30px; left: 30px; right: 30px; border-top: 1px solid #f2dac8; padding: 18px 18px 14px; background: #3f2d2496; backdrop-filter: blur(2px); }
.hero-visual figcaption > span { font-size: 9px; letter-spacing: 1.8px; color: #f4dccc; }
.hero-visual figcaption p { font-family: var(--serif); font-size: 27px; color: #fff7ed; margin-top: 8px; line-height: 1.45; }
.hero-visual figcaption em { font-style: normal; }
.highlights { background: var(--cream); border-block: 1px solid var(--line); }
.highlights-grid { display: grid; grid-template-columns: repeat(6, 1fr); padding-block: 27px; }
.highlights-grid > div { display: flex; flex-direction: column; text-align: center; border-right: 1px solid var(--line); }
.highlights-grid > div:last-child { border: 0; }
.highlights strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.highlights span { font-size: 10px; color: var(--muted); margin-top: 4px; }
.launch { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 32px; margin-top: 54px; padding: 32px 36px; background: var(--clay); color: #fff5e9; position: relative; }
.launch-date { border-right: 1px solid #bc806b; padding-right: 28px; }
.launch-date > span { font-size: 9px; letter-spacing: 2px; }
.launch-date > strong { display: flex; align-items: center; gap: 4px; font-family: var(--serif); font-size: 49px; font-weight: 400; line-height: 1.3; }
.launch-date strong > span { font-size: 22px; }
.launch .eyebrow { color: #e5bba6; font-size: 9px; }
.launch h2 { font-family: var(--serif); font-size: 21px; margin-block: 3px 5px; letter-spacing: .4px; }
.launch-copy > p:not(.eyebrow) { font-size: 11px; color: #f1d6c6; }
.launch .button { font-size: 12px; padding-inline: 16px; }
.township { display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; }
.township .section-intro { font-size: 14px; line-height: 1.95; }
.editorial-note { font-family: var(--serif); font-size: 25px; line-height: 1.45; margin-top: 36px; color: #998672; }
.township-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.township-grid article { border-top: 1px solid var(--line); padding-top: 20px; }
.reason-top { display: flex; align-items: center; justify-content: space-between; color: var(--clay); }
.reason-top span { color: #a5927f; font-size: 11px; font-family: var(--serif); }
.township-grid h3 { font-size: 17px; margin: 18px 0 9px; }
.township-grid p { color: var(--muted); font-size: 12px; line-height: 1.9; }
.units-section { background: #f0e8dd; border-block: 1px solid var(--line); }
.units-section .section-heading { text-align: center; }
.units-section .section-intro { margin-inline: auto; }
.unit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.unit-card { padding: 21px 19px; background: var(--paper); border: 1px solid #d9cbb9; border-top: 3px solid #b5a58f; display: flex; flex-direction: column; }
.unit-entry { border-top-color: var(--clay); }
.unit-top { display: flex; align-items: baseline; justify-content: space-between; gap: 5px; }
.unit-type { font-size: 10px; letter-spacing: 1px; color: var(--clay); }
.unit-type b { font-family: var(--serif); font-size: 28px; margin-left: 3px; font-weight: 400; }
.unit-label { font-size: 10px; color: var(--muted); }
.unit-card h3 { font-family: var(--serif); font-size: 35px; letter-spacing: -.6px; margin-top: 13px; }
.unit-card h3 span { font-family: var(--sans); font-size: 12px; letter-spacing: 0; }
.unit-spec { font-size: 11px; margin-top: 3px; color: var(--muted); }
.unit-spec span { padding-inline: 4px; }
.unit-visual { margin: 20px 0 16px; }
.unit-visual a { display: block; position: relative; padding-bottom: 30px; }
.unit-visual img { object-fit: contain; aspect-ratio: 1 / 1; }
.placeholder-plan { min-height: 190px; padding: 12px; background: #f4eee5; }
.placeholder-plan .placeholder-tag { font-size: 6px; letter-spacing: 1px; }
.placeholder-plan .placeholder-center { padding: 15px 0; gap: 7px; }
.placeholder-plan .placeholder-center strong { font-size: 10px; }
.placeholder-plan .placeholder-note { font-size: 8px; }
.plan-enlarge { display: flex; align-items: center; justify-content: center; gap: 8px; position: absolute; bottom: 0; width: 100%; font-size: 11px; color: var(--clay); }
.plan-enlarge .icon { width: 14px; height: 14px; }
.unit-description { font-size: 11px; color: var(--muted); line-height: 1.9; min-height: 44px; }
.unit-price { font-family: var(--serif); font-size: 33px; line-height: 1.3; letter-spacing: -.5px; margin-top: 19px; color: var(--clay); white-space: nowrap; }
.unit-price > span { display: block; font-family: var(--sans); font-size: 8px; letter-spacing: 1.5px; margin-bottom: 4px; }
.unit-price small { font-size: .75em; }
.unit-price-note { font-size: 8px; color: var(--muted); margin-top: 6px; }
.unit-card .button { margin-top: 17px; font-size: 10px; padding: 10px 8px; gap: 6px; min-height: 48px; }
.unit-card .button-arrow { display: none; }
.unit-card .button .icon { width: 17px; height: 17px; }
.units-section > .wrap > .section-footnote { text-align: center; }
.promo-grid { display: grid; grid-template-columns: 1fr 1.25fr 1.05fr 1fr; border: 1px solid var(--line); }
.promo-card { padding: 28px 22px; border-right: 1px solid var(--line); }
.promo-card:last-child { border: 0; }
.promo-0 { background: #f3e7dc; }
.promo-3 { background: #eeeee4; }
.promo-heading { display: flex; flex-direction: column; gap: 18px; color: var(--clay); }
.promo-heading span { font-size: 11px; }
.promo-card h3 { font-family: var(--serif); font-size: 22px; margin-top: 3px; }
.promo-card ul { list-style: none; padding: 0; margin: 24px 0 0; }
.promo-card li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.7; margin-bottom: 13px; }
.promo-card li:last-child { margin: 0; }
.promo-card li .icon { width: 13px; height: 13px; color: var(--clay); margin-top: 4px; }
.promo-card li small { display: block; font-size: 10px; color: var(--muted); }
.promo-0 li { font-size: 16px; color: var(--clay); }
.promo-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; }
.promo-bottom p { font-size: 11px; color: var(--muted); }
.lifestyle-section { background: #e9e6db; }
.lifestyle-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 25px; }
.lifestyle-card { grid-column: span 2; min-width: 0; }
.lifestyle-0, .lifestyle-1 { grid-column: span 3; }
.lifestyle-visual > img { aspect-ratio: 16 / 10; object-fit: contain; }
.lifestyle-visual .visual-placeholder { min-height: 200px; background: #e0dbce; }
.lifestyle-0 .visual-placeholder, .lifestyle-1 .visual-placeholder { min-height: 285px; }
.lifestyle-copy { padding: 21px 4px 10px; }
.lifestyle-copy > .icon { color: var(--clay); margin-bottom: 9px; }
.lifestyle-copy h3 { font-size: 19px; }
.facility-names { font-size: 10px; color: #645546; margin-top: 7px; }
.lifestyle-copy > p:last-child { color: var(--muted); font-size: 12px; margin-top: 10px; line-height: 1.85; }
.location-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 62px; }
.location-visual { min-width: 0; }
.placeholder-map { min-height: 395px; background: #eee9df; }
.location-visual > a { display: block; }
.location-visual img { object-fit: contain; }
.map-caption { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; padding-top: 14px; color: var(--clay); }
.connectivity { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.connectivity span { font-size: 9px; letter-spacing: 1px; border: 1px solid #c6b5a1; padding: 5px 10px; color: #67513e; }
.amenity { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.amenity:first-child { padding-top: 0; }
.amenity > div > span { font-size: 10px; color: var(--muted); }
.amenity h3 { font-size: 14px; margin-top: 4px; max-width: 290px; }
.amenity > p { white-space: nowrap; font-family: var(--serif); color: var(--clay); font-size: 29px; }
.amenity small { font-family: var(--sans); font-size: 10px; padding-right: 5px; }
.amenities > .button { margin-top: 23px; }
.showroom-section { padding-block: 76px; background: #704434; color: #fff5e8; }
.showroom-visual { width: min(1200px, calc(100% - 96px)); margin: 0 auto 62px; }
.showroom-visual img { aspect-ratio: 20 / 9; object-fit: cover; }
.showroom-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 90px; }
.showroom-label { border: 1px solid #a07860; padding: 44px; display: flex; flex-direction: column; justify-content: space-between; }
.showroom-section .eyebrow { color: #e4b797; font-size: 10px; }
.showroom-label > p { font-family: var(--serif); font-size: 48px; line-height: 1.25; margin-block: 32px; letter-spacing: -1px; }
.showroom-label em { font-weight: 400; color: #e9c0a4; }
.showroom-tag { font-size: 8px; letter-spacing: 2px; }
.showroom-copy h2 { font-family: var(--serif); font-size: 36px; line-height: 1.6; margin-top: 13px; }
.showroom-status { font-size: 17px; margin-top: 23px; }
.showroom-copy > p:not([class]) { font-size: 11px; color: #e3c9b8; margin-top: 5px; }
.showroom-detail { font-size: 12px; color: #e1caba; margin-top: 19px; line-height: 1.9; }
.showroom-copy .button { margin-top: 28px; }
.audience-section { text-align: center; padding-block: 85px; }
.audience-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px 25px; }
.audience-list > span { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; padding: 10px 0; }
.audience-list .icon { width: 17px; height: 17px; color: var(--clay); }
.final-section { background: var(--clay); color: #fff7eb; padding-block: 76px; text-align: center; }
.final-section .eyebrow { color: #f0c9b2; }
.final-section h2 { font-family: var(--serif); font-size: 46px; margin-top: 21px; line-height: 1.55; }
.final-intro { font-size: 14px; color: #f2d7c6; margin-top: 20px; }
.final-benefits { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; margin-top: 25px; }
.final-benefits span { font-size: 11px; padding-inline: 17px; border-right: 1px solid #be8770; }
.final-benefits span:last-child { border: 0; }
.final-section .button { margin-top: 32px; min-width: 295px; }
.final-section .microcopy { color: #f2d7c6; }
.loan-note { font-size: 10px; color: #efd0bd; margin-top: 24px; }
.site-footer { padding-block: 36px; display: grid; grid-template-columns: 1fr 1.6fr auto; align-items: start; gap: 40px; }
.footer-brand > span { font-size: 22px; }
.footer-brand p { font-size: 9px; color: var(--muted); margin-top: 10px; }
.site-footer > div:nth-child(2) p { font-size: 9px; color: var(--muted); margin-bottom: 5px; }
.footer-year { font-size: 10px; color: var(--muted); white-space: nowrap; }
.sticky-cta, .mobile-only { display: none; }
.plan-dialog { width: min(960px, calc(100% - 24px)); max-height: calc(100dvh - 30px); padding: 22px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); overflow: hidden; }
.plan-dialog::backdrop { background: #211912c9; }
.dialog-header { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.dialog-header h2 { font-family: var(--serif); font-size: 23px; margin-top: 3px; }
.dialog-header .eyebrow { font-size: 8px; }
.dialog-controls { display: flex; gap: 8px; }
.dialog-controls button { min-width: 44px; min-height: 44px; background: transparent; border: 1px solid var(--line); color: var(--clay); font-size: 12px; }
.dialog-note { font-size: 11px; color: var(--muted); margin-block: 15px; }
.dialog-view { overflow: auto; max-height: calc(100dvh - 180px); overscroll-behavior: contain; }
.dialog-view .dialog-image { width: 100%; height: auto; max-width: none; }
.dialog-view.zoomed .dialog-image { width: var(--plan-width, 1600px); }
.image-error { padding: 32px 16px; color: var(--clay); }
[hidden] { display: none !important; }
@media (min-width: 768px) and (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 28px; }
  .hero h1 { font-size: 38px; }
  #app-root[data-language="bm"] .hero h1 { font-size: 34px; }
  .hero-price strong { font-size: 62px; }
  .hero-spec { font-size: 13px; gap: 10px; }
  .hero-location { font-size: 8px; letter-spacing: 1px; }
  .hero-actions .button { font-size: 12px; padding-inline: 12px; }
  .hero-actions .button-arrow { display: none; }
  .launch { grid-template-columns: 135px 1fr; gap: 20px; padding: 25px; }
  .launch > .button { grid-column: 2; justify-self: start; }
  .launch-date { grid-row: span 2; }
  .township { gap: 35px; }
  .township-grid { gap: 24px; }
  .unit-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .unit-card .button { font-size: 13px; }
  .promo-grid { grid-template-columns: 1fr 1fr; }
  .promo-card:nth-child(2) { border-right: 0; }
  .promo-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .location-grid { gap: 30px; }
  .amenity > p { font-size: 24px; }
  .showroom-grid { gap: 35px; }
  .showroom-label { padding: 28px; }
  .showroom-label > p { font-size: 36px; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 16px; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); font-size: 14px; }
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 55px; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2 { font-size: 28px; letter-spacing: -.65px; line-height: 1.55; margin-top: 10px; }
  .section-intro { font-size: 13px; line-height: 1.9; margin-top: 13px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.65px; }
  .button { min-height: 51px; font-size: 13px; padding: 12px 15px; }
  .button .button-arrow { margin-left: auto; }
  .site-header { min-height: 73px; gap: 10px; }
  .brand-logo { height: 58px; width: auto; }
  .brand > span { font-size: 23px; letter-spacing: 3px; }
  .brand small { font-size: 6px; letter-spacing: 2.9px; margin-top: 5px; }
  .header-note { display: none; }
  .header-note span { display: none; }
  .language-switcher { display: none; }
  .language-select { display: block; margin-left: auto; }
  .language-select select { min-height: 38px; border: 1px solid var(--line); border-radius: 3px; padding: 5px 27px 5px 9px; color: var(--clay); background: #fffaf4; font-size: 11px; font-weight: 700; }
  .desktop-copy { display: none; }
  .mobile-copy { display: inline; }
  .hero { display: flex; flex-direction: column; gap: 22px; padding-block: 20px 24px; align-items: stretch; }
  .hero-copy { padding: 0; }
  .hero-location { font-size: 8px; letter-spacing: 1.15px; gap: 8px; }
  .hero h1 { font-size: 37px; margin-top: 10px; line-height: 1.26; letter-spacing: -1px; }
  #app-root[data-language="en"] .hero h1 { font-size: 34px; }
  #app-root[data-language="bm"] .hero h1 { font-size: 31px; line-height: 1.25; }
  .hero-price { margin-top: 8px; gap: 11px; }
  .hero-price > span { font-size: 9px; letter-spacing: 1.5px; }
  .hero-price strong { font-size: 64px; letter-spacing: -3px; }
  .hero-spec { font-size: 13px; margin-top: 7px; gap: 13px; }
  .hero-spec i { height: 12px; }
  .hero-nearby { margin-top: 7px; font-size: 11px; }
  .hero-actions { max-width: none; gap: 8px; margin-top: 16px; }
  .hero-actions .button { min-height: 51px; }
  #app-root[data-language="bm"] .hero-actions .button { font-size: 12px; }
  .microcopy { font-size: 9px; margin-top: 8px; text-align: center; }
  .price-disclaimer { font-size: 8.5px; line-height: 1.55; margin-top: 10px; opacity: .72; }
  .hero-visual { min-height: 285px; max-height: 285px; }
  .hero-visual > img { height: 285px; }
  .placeholder-hero { min-height: 285px; padding-bottom: 124px; }
  .placeholder-hero .placeholder-center { padding-block: 18px; }
  .hero-visual figcaption { bottom: 16px; left: 20px; right: 20px; padding: 13px 15px 11px; }
  .hero-visual figcaption > span { font-size: 7px; letter-spacing: 1.5px; }
  .hero-visual figcaption p { font-size: 21px; margin-top: 7px; }
  .highlights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 0; }
  .highlights-grid > div { min-height: 83px; justify-content: center; padding: 14px 8px; border-right: 1px solid var(--line); }
  .highlights-grid > div:nth-child(2n) { border-right: 0; }
  .highlights-grid > div:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .highlights strong { font-size: 18px; line-height: 1.25; }
  .highlights span { font-size: 8px; line-height: 1.45; }
  .launch { margin-top: 29px; padding: 24px 20px; grid-template-columns: 1fr; gap: 17px; }
  .launch-date { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; border-right: 0; border-bottom: 1px solid #b77b64; padding: 0 0 14px; }
  .launch-date > span { font-size: 9px; letter-spacing: 1.5px; }
  .launch-date strong { font-size: 44px; line-height: 1; }
  .launch h2 { font-size: 23px; margin-top: 5px; line-height: 1.3; letter-spacing: .8px; }
  .launch-copy > p:not(.eyebrow) { font-size: 11px; margin-top: 6px; }
  .launch .button { width: 100%; font-size: 12px; }
  .township { display: block; }
  .editorial-note { display: none; }
  .township-grid { gap: 27px 21px; }
  .township-grid article { padding-top: 15px; }
  .township-grid h3 { font-size: 15px; margin-top: 13px; }
  .township-grid p { font-size: 13px; }
  .reason-top .icon { width: 21px; height: 21px; }
  .units-section .section-heading { text-align: left; }
  .unit-grid { grid-template-columns: 1fr; gap: 22px; }
  .unit-card { padding: 22px; }
  .unit-type { font-size: 11px; }
  .unit-type b { font-size: 33px; }
  .unit-label { font-size: 11px; }
  .unit-card h3 { font-size: 40px; margin-top: 8px; }
  .unit-card h3 span { font-size: 13px; }
  .unit-spec { font-size: 12px; }
  .unit-visual { margin-block: 18px; }
  .placeholder-plan { min-height: 210px; }
  .placeholder-plan .placeholder-tag { font-size: 7px; }
  .placeholder-plan .placeholder-center strong { font-size: 11px; }
  .unit-description { min-height: auto; font-size: 13px; }
  .unit-price { font-size: 40px; margin-top: 17px; }
  .unit-price > span { font-size: 9px; }
  .unit-price-note { font-size: 9px; }
  .unit-card .button { font-size: 13px; min-height: 50px; gap: 9px; }
  .units-section > .wrap > .section-footnote { text-align: left; }
  .section-footnote { font-size: 11px; margin-top: 18px; }
  .promo-grid { grid-template-columns: 1fr 1fr; }
  .promo-card { padding: 20px 14px; }
  .promo-card:nth-child(2) { border-right: 0; }
  .promo-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .promo-heading { gap: 13px; }
  .promo-heading span { font-size: 10px; }
  .promo-card h3 { font-size: 18px; line-height: 1.25; margin-top: 6px; }
  .promo-card ul { margin-top: 19px; }
  .promo-card li { gap: 5px; font-size: 12px; line-height: 1.7; margin-bottom: 10px; }
  .promo-card li .icon { width: 11px; height: 11px; }
  .promo-card li small { font-size: 10px; }
  .promo-0 li { font-size: 13px; }
  .promo-bottom { display: block; margin-top: 20px; }
  .promo-bottom p { font-size: 11px; }
  .promo-bottom .button { width: 100%; margin-top: 20px; }
  .lifestyle-grid { display: block; }
  .lifestyle-card { margin-bottom: 29px; }
  .lifestyle-card:last-child { margin-bottom: 0; }
  .lifestyle-visual .visual-placeholder, .lifestyle-0 .visual-placeholder, .lifestyle-1 .visual-placeholder { min-height: 220px; }
  .lifestyle-copy { padding: 18px 0 0; }
  .lifestyle-copy > .icon { display: none; }
  .lifestyle-copy h3 { font-size: 18px; }
  .lifestyle-copy > p:last-child { font-size: 13px; }
  .location-grid { display: block; }
  .placeholder-map { min-height: 300px; }
  .connectivity { margin-top: 15px; gap: 6px; }
  .connectivity span { font-size: 8px; padding: 4px 8px; }
  .amenities { margin-top: 30px; }
  .amenity h3 { font-size: 13px; max-width: 230px; }
  .amenity > p { font-size: 26px; }
  .amenities > .button { width: 100%; }
  .showroom-section { padding-block: 42px; }
  .showroom-visual { width: calc(100% - 40px); margin-bottom: 38px; }
  .showroom-grid { display: block; }
  .showroom-label { display: none; }
  .showroom-copy h2 { font-size: 31px; margin-top: 14px; }
  .showroom-status { font-size: 16px; margin-top: 21px; line-height: 1.8; }
  .showroom-copy > p:not([class]) { font-size: 10px; margin-top: 8px; }
  .showroom-detail { font-size: 13px; }
  .showroom-copy .button { width: 100%; margin-top: 24px; }
  .audience-section { text-align: left; }
  .audience-section .section-heading h2 { font-size: 24px; line-height: 1.45; }
  .audience-list { display: flex; flex-direction: column; gap: 0; }
  .audience-list > span { padding-block: 11px; border-bottom: 1px solid var(--line); font-size: 12px; gap: 11px; }
  .final-section { padding-block: 50px; }
  .final-section h2 { font-size: 31px; line-height: 1.65; margin-top: 15px; }
  .final-intro { font-size: 12px; margin-top: 17px; line-height: 1.9; }
  .final-benefits { display: grid; grid-template-columns: auto auto; justify-content: center; gap: 10px 0; margin-top: 25px; }
  .final-benefits span { font-size: 11px; padding-inline: 20px; }
  .final-benefits span:nth-child(2) { border: 0; }
  .final-section .button { width: 100%; min-width: 0; margin-top: 28px; }
  .loan-note { font-size: 9px; }
  .site-footer { display: block; padding-block: 29px 15px; }
  .site-footer > div:nth-child(2) { margin-top: 20px; }
  .footer-year { display: block; margin-top: 20px; font-size: 9px; }
  .sticky-cta { display: block; position: fixed; z-index: 20; bottom: 0; left: 0; right: 0; padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid #d9c6b3; background: #fbf8f2f5; box-shadow: 0 -4px 18px #4531210a; }
  .sticky-cta .button { width: 100%; min-height: 50px; }
  .sticky-cta .button { font-size: 12px; gap: 7px; }
  .sticky-cta .button-arrow { display: none; }
  .modal-open .sticky-cta { display: none; }
  .mobile-only { display: initial; }
  .plan-dialog { padding: 16px; }
  .dialog-header h2 { font-size: 20px; }
}
@media (max-width: 350px) {
  .hero h1 { font-size: 31px; }
  .hero-price strong { font-size: 59px; }
  .hero-spec { font-size: 11px; }
  .hero-location { font-size: 7px; letter-spacing: .85px; }
  .hero-actions .button { font-size: 12px; gap: 7px; }
  .hero-actions .button-arrow { width: 14px; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px; }
  .promo-card li { font-size: 12px; }
  .promo-heading { flex-direction: row; align-items: center; }
  .promo-card h3 { font-size: 22px; }
  .amenity h3 { max-width: 175px; }
  .amenity > p { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
