.theme-page{background:var(--ivory)}
.theme-facts-grid:before,.theme-facts-grid:after,.theme-intro:before,.theme-intro:after,.theme-detail-grid:before,.theme-detail-grid:after,.theme-faq-layout:before,.theme-faq-layout:after,.theme-cta .container:before,.theme-cta .container:after{display:none}
.theme-hero{position:relative;min-height:620px;display:flex;align-items:flex-end;overflow:hidden;background:var(--green);padding:0;box-shadow:none}
.theme-hero>img{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:cover}
.theme-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,42,27,.92),rgba(13,42,27,.58) 55%,rgba(13,42,27,.12))}
.theme-hero-copy{position:relative;z-index:2;color:#fff;padding-top:100px;padding-bottom:90px}
.theme-hero-copy h1{color:#fff;max-width:850px;margin:12px 0 22px}
.theme-hero-copy p{max-width:720px;font-size:20px;line-height:1.65}
.theme-hero-copy .btn{margin-top:18px}
.theme-facts{background:#fff;border-bottom:1px solid var(--line)}
.theme-facts-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.theme-facts-grid>div{padding:24px 15px;text-align:center;border-right:1px solid var(--line)}
.theme-facts-grid>div:last-child{border:0}
.theme-facts strong,.theme-facts span{display:block}
.theme-facts strong{font-family:Georgia,serif;color:var(--green);font-size:23px;font-weight:400}
.theme-facts span{color:var(--muted);font-size:14px}
.theme-section{padding:95px 0}
.theme-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
.theme-intro h2{margin:10px 0}
.theme-copy p{font-size:19px;color:#46534b;margin:0 0 22px}
.theme-details{padding:0 0 95px}
.theme-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.theme-detail-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:0 10px 32px rgba(27,57,40,.06)}
.theme-detail-grid article>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e7f0e6;color:var(--green);font-weight:800}
.theme-detail-grid h2{font-size:28px;margin:22px 0 12px}
.theme-detail-grid p{color:var(--muted)}
.theme-apartments{background:#eaf0e8}
.theme-section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:34px}
.theme-section-head h2{margin:8px 0 0}
.theme-section-head>p{max-width:470px;font-size:18px}
.theme-apartment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.theme-apartment-grid>a{overflow:hidden;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 8px 25px rgba(27,57,40,.07);transition:.2s}
.theme-apartment-grid>a:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.theme-apartment-grid img{width:100%;height:190px;object-fit:cover}
.theme-apartment-grid span{display:block;padding:18px}
.theme-apartment-grid strong,.theme-apartment-grid small{display:block}
.theme-apartment-grid strong{font-family:Georgia,serif;color:var(--green);font-size:22px;font-weight:400}
.theme-apartment-grid small{color:var(--muted);margin-top:4px}
.theme-faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}
.theme-faq-layout h2{margin:8px 0 18px}
.theme-faq-layout>div:first-child p{color:var(--muted);font-size:18px}
.theme-faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;padding:0 22px}
.theme-faq-list summary{cursor:pointer;list-style:none;padding:20px 42px 20px 0;font-weight:750;position:relative}
.theme-faq-list summary::-webkit-details-marker{display:none}
.theme-faq-list summary span{position:absolute;right:0;font-size:24px;color:var(--green)}
.theme-faq-list details[open] summary span{transform:rotate(45deg)}
.theme-faq-list details p{color:var(--muted);margin:0;padding:0 0 20px}
.theme-cta{background:var(--green);color:#fff;padding:72px 0}
.theme-cta .container{display:flex;align-items:center;justify-content:space-between;gap:45px}
.theme-cta h2{color:#fff;margin:8px 0 12px}
.theme-cta p{font-size:18px;margin:0}
.theme-cta .btn{flex:0 0 auto}
.theme-dog .theme-hero>img{object-position:center 65%}
.theme-workers .theme-hero>img{object-position:center}

@media(max-width:991px){.theme-hero{min-height:570px}
.theme-facts strong{font-size:19px;white-space:nowrap}
.theme-intro,.theme-faq-layout{grid-template-columns:1fr;gap:35px}
.theme-detail-grid{grid-template-columns:1fr}
.theme-apartment-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:767px){.theme-hero{min-height:630px}
.theme-hero-shade{background:linear-gradient(0deg,rgba(13,42,27,.97),rgba(13,42,27,.58) 70%,rgba(13,42,27,.12))}
.theme-hero-copy{padding-top:110px;padding-bottom:60px}
.theme-hero-copy h1{font-size:3.1rem}
.theme-hero-copy p{font-size:17px}
.theme-hero-copy .btn{width:100%}
.theme-facts-grid{grid-template-columns:repeat(2,1fr)}
.theme-facts-grid>div:nth-child(2){border-right:0}
.theme-facts-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
.theme-section{padding:60px 0}
.theme-intro{gap:24px}
.theme-copy p{font-size:17px}
.theme-details{padding-bottom:60px}
.theme-detail-grid article{padding:24px}
.theme-section-head{display:block}
.theme-section-head>p{margin-top:18px}
.theme-apartment-grid{grid-template-columns:1fr}
.theme-apartment-grid img{height:240px}
.theme-faq-layout{gap:25px}
.theme-cta{padding:55px 0}
.theme-cta .container{display:block}
.theme-cta .btn{width:100%;margin-top:24px}
}
