/* :root → design-tokens.css */.ch-landing-hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;contain:layout style}.ch-landing-hero-bg,.ch-landing-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.ch-landing-hero-bg img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}.ch-landing-hero-overlay{background:linear-gradient(135deg,rgba(0,0,0,.6)0,rgba(0,0,0,.3) 100%);z-index:2}.ch-landing-hero-content{position:relative;z-index:3;text-align:center;padding:2rem;max-width:800px}.ch-landing-hero-badge{display:inline-block;padding:.5rem 1.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:50px;font-family:var(--ch-font-accent);font-size:.875rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.ch-landing-hero h1,.ch-landing-section-header h2{font-family:var(--ch-font-display);font-weight:400;line-height:1.2;margin:0 0 1rem}.ch-landing-hero h1{font-size:clamp(2.5rem,8vw,4rem);letter-spacing:-.02em}.ch-landing-hero-tagline{font-size:clamp(1.125rem,3vw,1.5rem);margin:0 0 2.5rem;opacity:.95}.ch-landing-hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ch-landing-section-inner{max-width:var(--ch-container-max);margin:0 auto;padding:var(--ch-section-padding) var(--ch-space-lg)}.ch-landing-section-header{text-align:center;margin-bottom:4rem}.ch-landing-section-header h2{font-size:clamp(2rem,5vw,3rem);color:var(--ch-landing-dark)}.ch-landing-cta h2 em,.ch-landing-section-header h2 em{font-style:italic;color:var(--ch-landing-gold)}.ch-landing-section-header p{font-size:1.125rem;color:#666;margin:0}.ch-landing-intro{background:#fff;contain:layout style}.ch-landing-content{max-width:800px;margin:0 auto;font-size:1.0625rem;line-height:1.8;color:#333}.ch-landing-content p{margin:0 0 1.5rem}.ch-landing-content p:last-child{margin-bottom:0}.ch-landing-apartments{background:var(--ch-landing-light);contain:layout style}.ch-landing-apt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.ch-landing-apt-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform var(--ch-transition-base),box-shadow var(--ch-transition-base);contain:content}.ch-landing-apt-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.ch-landing-apt-card-img{width:100%;height:250px;overflow:hidden;aspect-ratio:4/3;contain:content}.ch-landing-apt-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;aspect-ratio:4/3}.ch-landing-apt-card:hover .ch-landing-apt-card-img img{transform:scale(1.05)}.ch-landing-apt-card-content{padding:2rem}.ch-landing-apt-card h3{font-family:var(--ch-font-display);font-size:1.75rem;font-weight:600;margin:0 0 .5rem;color:var(--ch-landing-dark)}.ch-landing-apt-card-tagline{font-size:.9375rem;color:#666;margin:0 0 1.5rem;font-style:italic}.ch-landing-apt-card-stats{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.ch-landing-apt-card-features li,.ch-landing-apt-card-stats span{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#555}.ch-landing-apt-card-stats i{color:var(--ch-landing-gold)}.ch-landing-apt-card-features{list-style:none;padding:0;margin:0 0 2rem}.ch-landing-apt-card-features li{gap:.625rem;padding:.5rem 0;font-size:.9375rem}.ch-landing-apt-card-features i{color:var(--ch-landing-gold);font-size:.875rem}.ch-landing-benefits{background:#fff;contain:layout style}.ch-landing-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.ch-landing-benefit{text-align:center;padding:2rem 1.5rem}.ch-landing-benefit-icon{width:70px;height:70px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--ch-landing-gold),#daa520);border-radius:50%;color:#fff;font-size:1.75rem}.ch-landing-benefit h3,.ch-landing-cta h2{font-family:var(--ch-font-display);margin:0 0 1rem}.ch-landing-benefit h3{font-size:1.375rem;font-weight:600;color:var(--ch-landing-dark)}.ch-landing-benefit p{font-size:.9375rem;line-height:1.7;color:#555;margin:0}.ch-landing-faq{background:var(--ch-landing-light);contain:layout style;min-height:400px}.ch-landing-faq .ch-apt-faq-item{contain:content}.ch-landing-faq .ch-apt-faq-item.is-open:first-child .ch-apt-faq-a{transition:none}.ch-landing-cta{background:linear-gradient(135deg,#1a1a1a 0,#2c2c2c 100%);color:#fff;text-align:center;padding:var(--ch-section-padding) var(--ch-space-lg);contain:layout style;min-height:280px}.ch-landing-cta-inner{max-width:800px;margin:0 auto}.ch-landing-cta h2{font-size:clamp(2rem,5vw,3rem);font-weight:400}.ch-landing-cta p{font-size:1.125rem;margin:0 0 1rem;opacity:.9}@media (max-width:768px){.ch-landing-hero{min-height:80vh}.ch-landing-hero-cta{flex-direction:column}.ch-landing-apt-grid{grid-template-columns:1fr}.ch-landing-benefits-grid{grid-template-columns:1fr;gap:1.5rem}.ch-landing-section-header{margin-bottom:2.5rem}}@media (max-width:480px){.ch-landing-apt-card-content,.ch-landing-hero-content{padding:1.5rem}}@media print{.ch-apt-header,.ch-apt-scroll,.ch-apt-sticky,.ch-landing-hero-cta{display:none!important}.ch-landing-hero{min-height:auto;page-break-after:always}}