.featured-projects{position:relative;width:100vw;background-color:var(--base-500);color:var(--base-100);padding:1rem}.featured-projects .featured-project-card{position:-webkit-sticky;position:sticky;width:100%;height:100svh;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d;perspective:1000px;will-change:transform}.featured-projects .featured-project-card-inner{position:relative;width:calc(100%);height:calc(100% - 2rem);padding:1rem;display:flex;gap:1rem;border-radius:2rem;background-color:var(--base-450);border:1px solid rgba(198,167,94,.32);transform-origin:50% 100%;will-change:transform;overflow:hidden}.featured-projects .featured-project-card-content{display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.featured-projects .featured-project-card-content-main{padding:2rem;display:flex;flex-direction:column;align-items:flex-start}.featured-projects .featured-project-card-info{width:40%;padding:2rem;text-align:left;color:var(--luxury-gold)}.featured-projects .featured-project-card-title h2{padding:2rem 0 1rem}.featured-projects .featured-project-card-description{width:75%;text-align:left;color:var(--base-200)}.featured-projects .featured-project-card-img{flex:1 1;width:100%;height:100%;border-radius:1.5rem;overflow:hidden}.featured-projects .featured-project-card-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--base-500);opacity:var(--after-opacity,0);will-change:opacity;pointer-events:none;z-index:2}@media (max-width:1000px){.featured-projects .featured-project-card-inner{flex-direction:column}.featured-projects .featured-project-card-content,.featured-projects .featured-project-card-img{flex:1 1}.featured-projects .featured-project-card-info{width:75%;margin:0 auto;text-align:center}.featured-projects .featured-project-card-title{width:100%;text-align:center}.featured-projects .featured-project-card-description{display:none}}.digital-concierge{padding:10rem 0;background-color:var(--luxury-navy-deep);border-top:1px solid var(--luxury-gold-glow)}.concierge-wrapper{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:6rem;gap:6rem}.concierge-content h2{margin-bottom:2rem;color:var(--base-100)}.concierge-content p.lg{color:var(--luxury-gold-soft);max-width:500px}.concierge-visual{display:flex;justify-content:center}.phone-mockup{position:relative;width:320px;height:640px;perspective:1000px}@media (max-width:1000px){.concierge-wrapper{grid-template-columns:1fr;text-align:center;gap:4rem}.concierge-content p.lg{margin:0 auto}.app-badges{justify-content:center}}