:root{--cream: #FAF6F1;--ink: #1F2823;--green: #2E4A3B;--green-dark: #22382C;--gold: #B98A3C;--muted: #6B7570;--line: #E5DED4;--white: #FFFFFF;--ease-out: cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:var(--cream);color:var(--ink);font-size:16px;line-height:1.6}h1,h2,h3,.serif{font-family:Georgia,Times New Roman,serif;font-weight:400;color:var(--green-dark)}img{display:block;max-width:100%}a{color:inherit}.wrap{max-width:1180px;margin:0 auto}section{padding:78px 24px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--green-dark);color:#fff;padding:10px 18px;z-index:300}.skip-link:focus{left:0}.promo{background:var(--gold);color:#fff;text-align:center;font-size:13.5px;letter-spacing:.03em;padding:9px 24px}.promo a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px}header.site{position:sticky;top:0;z-index:100;background:#faf6f1f7;border-bottom:1px solid var(--line);backdrop-filter:blur(6px)}.nav-inner{max-width:1180px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;flex-direction:column;line-height:1.15;text-decoration:none}.brand .name{font-family:Georgia,serif;font-size:19px;letter-spacing:.02em;color:var(--green-dark)}.brand .sub{font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{font-size:13.5px;text-decoration:none;color:var(--ink);letter-spacing:.02em}.nav-links a:hover{color:var(--green)}.burger{display:none;background:none;border:1px solid var(--line);border-radius:3px;font-size:18px;color:var(--green-dark);padding:6px 12px;cursor:pointer}@media(max-width:960px){.burger{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--cream);border-bottom:1px solid var(--line);padding:8px 24px 16px}.nav-links.open{display:flex}.nav-links a{padding:12px 0;border-bottom:1px solid var(--line)}.nav-links a.btn{border-bottom:none;margin-top:12px;text-align:center}}.btn{display:inline-flex;align-items:center;background:var(--green);color:#fff!important;text-decoration:none;padding:12px 24px;border-radius:999px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:background .35s ease}.btn:after{content:"";display:inline-block;width:0;height:13px;opacity:0;transform:translate(-8px);background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10.5'/%3E%3Cpath d='M9 15L15 9M10.2 9H15v4.8'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10.5'/%3E%3Cpath d='M9 15L15 9M10.2 9H15v4.8'/%3E%3C/svg%3E") center / contain no-repeat;transition:width .35s var(--ease-out),opacity .3s ease,transform .35s var(--ease-out),margin-left .35s var(--ease-out)}.btn:hover:after,.btn:focus-visible:after{width:13px;opacity:1;transform:none;margin-left:9px}.btn:hover,.btn:focus-visible{background:var(--green-dark)}.btn.ghost{background:transparent;color:var(--green)!important;border:1px solid var(--green)}.btn.ghost:hover,.btn.ghost:focus-visible{background:#2e4a3b12;border-color:var(--green-dark);color:var(--green-dark)!important}.btn.light{background:#fff;color:var(--green-dark)!important}.btn.light:hover,.btn.light:focus-visible{background:var(--cream)}.nav-links .btn{padding:10px 20px;font-size:10.5px}td .btn{padding:8px 18px;font-size:11px}@media(prefers-reduced-motion:reduce){.btn:after{transition:none}}.hero{position:relative;min-height:74vh;display:flex;align-items:flex-end}.hero img.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#141c170d 30%,#141c17b3)}.hero-content{position:relative;z-index:2;max-width:1180px;margin:0 auto;width:100%;padding:64px 24px;color:#fff}.hero-badge{display:inline-block;background:var(--gold);color:#fff;font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;padding:6px 14px;border-radius:2px;margin-bottom:18px}.hero h1{font-size:clamp(30px,4.4vw,50px);line-height:1.12;max-width:760px;margin-bottom:14px;color:#fff}.hero p{font-size:17px;max-width:600px;color:#ffffffeb;margin-bottom:24px}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}.hero-ctas .btn{padding:14px 28px;font-size:12.5px}.hero-products{display:flex;gap:10px;flex-wrap:wrap}.hero-chip{background:#ffffff24;border:1px solid rgba(255,255,255,.4);color:#fff;font-size:13px;padding:8px 16px;border-radius:30px;text-decoration:none;backdrop-filter:blur(4px)}.hero-chip:hover{background:#ffffff47}.hero-chip strong{font-weight:600}.page-hero{background:var(--green-dark);color:#fff;padding:72px 24px 64px}.page-hero .kicker{color:#d8b979}.page-hero h1{font-size:clamp(30px,4vw,44px);color:#fff;margin-bottom:12px}.page-hero p{color:#fffc;max-width:640px;font-size:16.5px}.kicker{font-size:11.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.sec-title{font-size:clamp(26px,3.2vw,38px);margin-bottom:14px}.sec-sub{color:var(--muted);max-width:660px;margin-bottom:42px;font-size:16px}.products{background:var(--white);border-bottom:1px solid var(--line)}.prod-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px}.prod{border:1px solid var(--line);border-radius:4px;overflow:hidden;background:var(--cream);display:flex;flex-direction:column}.prod img,.prod .prod-ph{height:210px;width:100%;object-fit:cover}.prod-body{padding:26px;display:flex;flex-direction:column;flex:1}.prod-num{font-family:Georgia,serif;font-size:14px;color:var(--gold);margin-bottom:8px}.prod-body h3{font-size:24px;margin-bottom:4px}.prod-specs{font-size:13.5px;color:var(--muted);margin-bottom:14px}.prod-price{font-size:15px;margin-bottom:14px}.prod-price strong{font-size:22px;color:var(--green-dark)}.prod-price .note{font-size:12px;color:var(--muted);display:block}.prod-desc{font-size:14px;color:var(--muted);margin-bottom:20px;flex:1}.prod-avail{font-size:13px;margin-bottom:18px;font-weight:600;color:var(--green)}.prod-body .btn{align-self:flex-start}.prod-ph,.ph-tile{background:repeating-linear-gradient(45deg,#f1eae0,#f1eae0 12px,#eae2d5 12px 24px);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--muted);font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;padding:16px}.avail-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;margin-bottom:24px}.sample-tag{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#8a6d3b;background:#f4ead8;border:1px solid #E3D2AE;padding:5px 10px;border-radius:2px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}.filter{font-size:13px;padding:8px 18px;border-radius:30px;border:1px solid var(--line);background:var(--white);cursor:pointer;font-family:inherit;color:var(--ink)}.filter.active{background:var(--green);border-color:var(--green);color:#fff}.avail-group{margin-bottom:44px}.avail-group:last-of-type{margin-bottom:0}.avail-group h3{font-size:20px;margin-bottom:4px;display:flex;align-items:center;gap:10px}.count-badge{font-size:12px;background:var(--green);color:#fff;border-radius:20px;padding:2px 10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.avail-group .g-sub{font-size:13.5px;color:var(--muted);margin-bottom:16px}.avail-table-wrap{background:var(--white);border:1px solid var(--line);border-radius:4px;overflow:hidden}table{width:100%;border-collapse:collapse;font-size:14.5px}th{text-align:left;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600;padding:12px 16px;border-bottom:2px solid var(--line);background:var(--cream)}td{padding:15px 16px;border-bottom:1px solid var(--line);vertical-align:middle}tbody tr:last-child td{border-bottom:none}.unit-name{font-weight:600;color:var(--green-dark);white-space:nowrap}.type-tag{display:inline-block;font-size:11.5px;letter-spacing:.05em;padding:3px 10px;border-radius:3px;background:#edf2ee;color:var(--green-dark);font-weight:600;white-space:nowrap}.type-tag.room{background:#f4ead8;color:#7a5c26}.tier-tag{display:inline-block;font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:3px;font-weight:600;white-space:nowrap}.tier-tag.renovated{background:var(--green-dark);color:#fff}.tier-tag.classic{background:#edf2ee;color:var(--green-dark)}.rent{font-weight:600;white-space:nowrap}.pill{display:inline-block;font-size:11.5px;letter-spacing:.06em;padding:4px 10px;border-radius:20px;background:#e8f0ea;color:var(--green);white-space:nowrap}.pill.soon{background:#f4ead8;color:#8a6d3b}.empty-row{color:var(--muted);font-size:14px;padding:22px 16px}.avail-note{margin-top:8px;font-size:13px;color:var(--muted);max-width:820px}tr[data-type].filtered-out{display:none}@media(max-width:760px){.hide-m{display:none}}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.why-item h3{font-size:19px;margin-bottom:10px}.why-item p{font-size:15px;color:var(--muted)}.why-item .num{font-family:Georgia,serif;font-size:15px;color:var(--gold);display:block;margin-bottom:12px}.gallery-sec{background:var(--green-dark)}.gallery-sec .kicker{color:#d8b979}.gallery-sec .sec-title{color:#fff}.gallery-sec .sec-sub{color:#ffffffbf}.gal{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.gal a{display:block;height:100%}.gal img{width:100%;height:100%;object-fit:cover;border-radius:3px}.gal .g1{grid-column:span 7;height:340px}.gal .g2{grid-column:span 5;height:340px}.gal .g3,.gal .g4,.gal .g5{grid-column:span 4;height:240px}@media(max-width:760px){.gal .g1,.gal .g2,.gal .g3,.gal .g4,.gal .g5{grid-column:span 12;height:240px}}.gal-more{text-align:center;margin-top:26px}.gal-more .btn{border:1px solid rgba(255,255,255,.5);background:transparent}.gal-more .btn:hover{background:#ffffff1f}.lightbox{position:fixed;inset:0;z-index:200;background:#141916eb;display:none;align-items:center;justify-content:center;padding:40px}.lightbox.open{display:flex}.lightbox img{max-width:92vw;max-height:86vh;border-radius:4px}.lightbox-close{position:absolute;top:18px;right:24px;background:none;border:none;color:#fff;font-size:30px;cursor:pointer}.loc-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:860px){.loc-grid{grid-template-columns:1fr}}.loc-list{list-style:none}.loc-list li{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}.loc-list li span:last-child{color:var(--muted)}.map-ph{background:var(--white);border:1px solid var(--line);border-radius:4px;height:360px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:14px;text-align:center;padding:20px}.map-embed{border:1px solid var(--line);border-radius:4px;overflow:hidden;height:360px}.map-embed iframe{width:100%;height:100%;border:0}.contact-sec{background:var(--white);border-top:1px solid var(--line)}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px}@media(max-width:860px){.contact-grid{grid-template-columns:1fr}}.field{margin-bottom:16px}.field label{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:12px;border:1px solid var(--line);border-radius:3px;background:var(--cream);font-family:inherit;font-size:14.5px;color:var(--ink)}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--green);outline-offset:-1px}.hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.thanks{display:none;background:#e8f0ea;border:1px solid #CBDDD0;color:var(--green-dark);padding:18px 20px;border-radius:4px;font-size:15px}.form-error{display:none;background:#f9e9e4;border:1px solid #EAC8BB;color:#7c3a22;padding:14px 16px;border-radius:4px;font-size:14px;margin-top:14px}.recaptcha-note{font-size:12px;color:var(--muted);margin-top:12px}.recaptcha-note a{text-decoration:underline}.contact-info p{margin-bottom:16px;font-size:15px}.contact-info .lbl{font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:2px}.contact-info a{text-decoration:underline;text-underline-offset:2px}footer.site{background:var(--green-dark);color:#fffc;padding:48px 24px 32px}.foot-inner{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}footer.site .name{font-family:Georgia,serif;font-size:18px;color:#fff;margin-bottom:6px}footer.site a{color:#fffc;text-decoration:none;font-size:13.5px}footer.site a:hover{color:#fff}.foot-links{display:flex;flex-direction:column;gap:8px}.foot-bottom{max-width:1180px;margin:32px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:12px;color:#ffffff8c;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.eho{display:inline-flex;align-items:center;gap:8px}.prose{max-width:760px}.prose h2{font-size:22px;margin:34px 0 10px}.prose p,.prose li{font-size:15px;color:var(--ink);margin-bottom:12px}.prose ul{padding-left:22px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:48px}@media(max-width:860px){.grid-2{grid-template-columns:1fr}}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
