*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:#FAF9F6;color:#2C2C2A;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;border:none;background:none;font:inherit}
h1,h2,h3,h4{font-family:'Cormorant Garamond','Georgia',serif;font-weight:400}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}
.container--narrow{max-width:800px;margin:0 auto;padding:0 2rem}
.text-center{text-align:center}

.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;transition:background .4s,padding .4s,box-shadow .4s}
.nav--scrolled{background:rgba(250,249,246,.97);backdrop-filter:blur(12px);padding:.75rem 2rem;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.nav--scrolled .nav__logo{color:#2C2C2A}
.nav--scrolled .nav__link{color:#666}
.nav--scrolled .nav__link:hover,.nav--scrolled .nav__link--active{color:#2C2C2A}
.nav--light .nav__logo,.nav--light .nav__link{color:#666}
.nav--light .nav__link:hover,.nav--light .nav__link--active{color:#2C2C2A}
.nav__logo{font-family:'Cormorant Garamond',serif;font-size:2.5rem;font-weight:500;letter-spacing:.1em;color:#fff;transition:color .4s;text-transform:uppercase}
.nav__links{display:flex;gap:1.75rem;list-style:none;align-items:center}
.nav__link{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.7);transition:color .3s}
.nav__link:hover{color:#fff}
.nav__link--active{color:#fff!important}
.nav__cta{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.45rem 1.1rem;border-radius:3px;transition:all .3s;white-space:nowrap}
.nav__cta:hover{background:rgba(255,255,255,.12)}
.nav--scrolled .nav__cta,.nav--light .nav__cta{color:#2C2C2A;border-color:#bbb}
.nav--scrolled .nav__cta:hover,.nav--light .nav__cta:hover{background:#2C2C2A;color:#fff;border-color:#2C2C2A}
.nav__hamburger{display:none;flex-direction:column;gap:5px}
.nav__hamburger span{width:22px;height:1.5px;background:#fff;transition:background .3s}
.nav--scrolled .nav__hamburger span,.nav--light .nav__hamburger span{background:#2C2C2A}

.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero--short{height:55vh;min-height:380px}
.hero__image{position:absolute;inset:0;background-size:cover;background-position:center}
.hero__image::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.3),rgba(0,0,0,.5))}
.hero__content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:720px}
.hero__title{font-size:3rem;font-weight:300;color:#fff;line-height:1.15;margin-bottom:1.25rem}
.hero__subtitle{font-size:.95rem;color:rgba(255,255,255,.58);line-height:1.7;margin-bottom:2.25rem;max-width:520px;margin-inline:auto}
.hero__buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}

.btn{display:inline-block;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;padding:.8rem 2rem;border-radius:3px;transition:all .3s;cursor:pointer}
.btn--outline{color:#2C2C2A;border:1px solid #bbb}
.btn--outline:hover{background:#2C2C2A;color:#fff;border-color:#2C2C2A}
.btn--solid{color:#fff;background:#2C2C2A;border:1px solid #2C2C2A}
.btn--solid:hover{background:#444;border-color:#444}
.btn--white{color:#fff;border:1px solid rgba(255,255,255,.4)}
.btn--white:hover{background:rgba(255,255,255,.12)}

.section{padding:5rem 0}
.section__eyebrow{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:#999;margin-bottom:1.5rem}
.section__title{font-size:1.75rem;font-weight:400;line-height:1.35;margin-bottom:1rem}
.section__intro{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;line-height:1.45;margin-bottom:1.25rem}
.section__body{font-size:.95rem;color:#666;line-height:1.8}
.section__body p{margin-bottom:1rem}
.section__body p:last-child{margin-bottom:0}

.photo-grid{display:grid;gap:4px;border-radius:8px;overflow:hidden}
.photo-grid--2x3{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px}
.photo-grid--2col{grid-template-columns:1fr 1fr;grid-auto-rows:280px}
.photo-grid__item{position:relative;overflow:hidden;cursor:pointer}
.photo-grid__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.photo-grid__item:hover img{transform:scale(1.04)}
.photo-grid__item--wide{grid-column:span 2}
.photo-grid__item--tall{grid-row:span 2}
.photo-grid__label{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(transparent,rgba(0,0,0,.65));opacity:0;transition:opacity .3s}
.photo-grid__item:hover .photo-grid__label{opacity:1}
.photo-grid__label span{font-family:'Cormorant Garamond',serif;font-size:.9rem;color:#fff}

.featured-homes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.featured-home{cursor:pointer}
.featured-home__img{border-radius:8px;overflow:hidden;margin-bottom:1rem}
.featured-home__img img{width:100%;height:280px;object-fit:cover;transition:transform .6s}
.featured-home:hover .featured-home__img img{transform:scale(1.03)}
.featured-home__name{font-family:'Cormorant Garamond',serif;font-size:1.15rem;margin-bottom:.15rem}
.featured-home__location{font-size:.8rem;color:#999}

.philosophy-pair{display:grid;grid-template-columns:1fr 1fr;gap:4px;border-radius:8px;overflow:hidden;margin-bottom:1.75rem}
.philosophy-pair__item{position:relative}
.philosophy-pair__item img{width:100%;height:280px;object-fit:cover}
.philosophy-pair__text{position:absolute;inset:0;display:flex;align-items:flex-end;padding:1.5rem;background:linear-gradient(transparent 25%,rgba(0,0,0,.6))}
.philosophy-pair__text p{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:#fff;line-height:1.4;font-style:italic;font-weight:300}

.build-cta{background:#F0EFEC;border-radius:12px;padding:2.5rem;display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center}
.build-cta__title{font-size:1.4rem;margin-bottom:.6rem;line-height:1.3}
.build-cta__body{font-size:.88rem;color:#666;line-height:1.7}

.process-steps{counter-reset:step}
.process-step{counter-increment:step;margin-bottom:2.5rem;display:grid;grid-template-columns:60px 1fr;gap:1.5rem;align-items:start}
.process-step__marker::before{content:counter(step);font-family:'Cormorant Garamond',serif;font-size:2rem;color:#ccc}
.process-step__title{font-size:1.1rem;margin-bottom:.5rem}
.process-step__body{font-size:.9rem;color:#666;line-height:1.75}

.profiles{display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.profile__name{font-size:1.35rem;margin-bottom:.25rem}
.profile__role{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#999;margin-bottom:1.25rem}
.profile__bio{font-size:.9rem;color:#666;line-height:1.85}
.profile__bio p{margin-bottom:1rem}

.faq-item{border-bottom:1px solid #E8E6E1;padding:1.25rem 0}
.faq-item__q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:#2C2C2A;font-weight:500;gap:1rem}
.faq-item__q::after{content:'+';font-size:1.25rem;color:#999;flex-shrink:0}
.faq-item--open .faq-item__q::after{content:'\2212'}
.faq-item__a{display:none;padding-top:1rem;font-size:.9rem;color:#666;line-height:1.8}
.faq-item__a p{margin-bottom:.75rem}
.faq-item--open .faq-item__a{display:block}

.contact-form{max-width:560px;margin:0 auto}
.contact-form__field{margin-bottom:1.25rem}
.contact-form__label{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#999;margin-bottom:.4rem}
.contact-form__input,.contact-form__textarea,.contact-form__select{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-family:'Inter',sans-serif;font-size:.9rem;background:#fff;transition:border-color .3s;color:#2C2C2A}
.contact-form__input:focus,.contact-form__textarea:focus,.contact-form__select:focus{outline:none;border-color:#2C2C2A}
.contact-form__textarea{height:120px;resize:vertical}
.contact-form__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}

.contact-block{text-align:center;padding:3rem 0;border-top:1px solid #E8E6E1}
.contact-block__title{font-size:1.6rem;font-weight:300;margin-bottom:.75rem}
.contact-block__line{font-size:.85rem;color:#666;margin-bottom:.25rem}

.cta-section{text-align:center;padding:4rem 0;border-top:1px solid #E8E6E1}
.cta-section__title{font-size:1.6rem;font-weight:300;margin-bottom:.75rem}
.cta-section__body{font-size:.9rem;color:#666;line-height:1.7;max-width:540px;margin:0 auto 1.75rem}
.cta-section__buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}

.page-header{padding:8rem 0 3rem;text-align:center;border-bottom:1px solid #E8E6E1}
.page-header__title{font-size:2.25rem;font-weight:300;margin-bottom:.75rem}
.page-header__subtitle{font-size:.95rem;color:#666;line-height:1.7;max-width:560px;margin:0 auto}

.project-card{margin-bottom:4rem}
.project-card__hero{position:relative;border-radius:8px;overflow:hidden;margin-bottom:1.25rem}
.project-card__hero img{width:100%;height:400px;object-fit:cover;transition:transform .6s}
.project-card__hero:hover img{transform:scale(1.02)}
.project-card__title{font-size:1.5rem;margin-bottom:.25rem}
.project-card__location{font-size:.85rem;color:#999;margin-bottom:1rem}
.project-card__gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;border-radius:6px;overflow:hidden}
.project-card__gallery img{width:100%;height:150px;object-fit:cover;cursor:pointer;transition:transform .5s}
.project-card__gallery img:hover{transform:scale(1.04)}

.space-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;border-radius:8px;overflow:hidden}
.space-grid__item{position:relative;overflow:hidden;cursor:pointer}
.space-grid__item img{width:100%;height:200px;object-fit:cover;transition:transform .5s}
.space-grid__item:hover img{transform:scale(1.04)}
.space-grid__label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);transition:background .3s}
.space-grid__item:hover .space-grid__label{background:rgba(0,0,0,.2)}
.space-grid__label span{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:#fff;letter-spacing:.06em}

.lightbox{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;cursor:pointer}
.lightbox--active{display:flex}
.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px}
.lightbox__close{position:absolute;top:1.5rem;right:1.5rem;color:rgba(255,255,255,.7);font-size:1.5rem;cursor:pointer}

.footer{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-top:1px solid #E8E6E1;max-width:1200px;margin:0 auto}
.footer span{font-size:.7rem;color:#999}
.view-all{text-align:center;margin-top:1.5rem}
.view-all a{font-size:.75rem;color:#666;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid #ccc;padding-bottom:2px}
.view-all a:hover{color:#2C2C2A;border-color:#2C2C2A}

@media(max-width:768px){
.nav__links{display:none}.nav__hamburger{display:flex}
.nav__links--open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(250,249,246,.98);backdrop-filter:blur(12px);padding:1.5rem 2rem;gap:1.25rem;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.nav__links--open .nav__link,.nav__links--open .nav__cta{color:#2C2C2A;font-size:.8rem}
.hero__title{font-size:2rem}.section{padding:3rem 0}.section__intro{font-size:1.25rem}.container{padding:0 1.25rem}
.photo-grid--2x3{grid-template-columns:1fr 1fr}.photo-grid--2col{grid-template-columns:1fr}
.featured-homes{grid-template-columns:1fr}.philosophy-pair{grid-template-columns:1fr}
.build-cta{grid-template-columns:1fr;text-align:center}
.process-step{grid-template-columns:40px 1fr;gap:1rem}
.profiles{grid-template-columns:1fr;gap:2rem}
.project-card__hero img{height:250px}.project-card__gallery{grid-template-columns:repeat(2,1fr)}
.space-grid{grid-template-columns:1fr 1fr}
.footer{flex-direction:column;gap:.5rem;text-align:center}
}
