/* HUIS — opgeschoonde pagina-CSS / Fix189
   Visuele basis: Fix188. Historische dubbele declaraties met exact dezelfde selector/media verwijderd. */

.floorplans-section{background:linear-gradient(180deg,#fff,var(--sand-soft,#f6f1e7))}
.floorplans-head{align-items:end}
.floorplans-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.floor-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 14px 40px rgba(23,63,87,.08)}
.floor-image-wrap{position:relative;background:linear-gradient(145deg,#f8f4ec,#edf5f6);padding:18px}
.floor-image-wrap img{display:block;width:100%;height:auto;border-radius:16px;transition:transform .22s ease,box-shadow .22s ease}
.floor-image-wrap:hover img{transform:translateY(-2px);box-shadow:0 12px 28px rgba(23,63,87,.11)}
.floor-card-copy{padding:22px 24px 26px}
.floor-card-copy h3{font-size:29px;color:var(--navy);margin:0 0 8px}
.floor-card-copy p{color:var(--muted);margin:0 0 16px}
.floor-modal{position:fixed;inset:0;background:rgba(9,29,40,.88);z-index:1000;display:none;align-items:center;justify-content:center;padding:35px}
.floor-modal.open{display:flex}
.floor-modal-inner{max-width:1050px;width:min(94vw,1050px);max-height:90vh;display:flex;flex-direction:column;align-items:center}
.floor-modal img{max-width:100%;max-height:82vh;background:#fff;border-radius:18px;box-shadow:0 25px 70px rgba(0,0,0,.35)}
.floor-modal-caption{color:#fff;margin-top:13px;font-size:17px;font-weight:700}
.floor-close{position:fixed;top:20px;right:24px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.1);color:#fff;font-size:32px;line-height:1;cursor:pointer}
@media (max-width:800px){
.floorplans-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
.floor-image-wrap{padding:10px}
.floor-modal{padding:14px}
}
.house-photo{margin:0}
.house-photo img{width:100%;height:auto!important;object-fit:contain!important;border-radius:18px;display:block}
.house-photo figcaption{font-size:13px;color:var(--muted);margin-top:9px}
.house-intro-v113{display:grid;grid-template-columns:52fr 48fr;gap:42px;align-items:start}
.house-copy h2{color:var(--navy);margin:7px 0 12px}
.house-copy h2:not(:first-of-type){margin-top:24px}
.house-feature-photo img{border-radius:20px;box-shadow:0 18px 45px rgba(23,63,87,.1)}
.house-feature-photo{margin:0}
.house-feature-photo figcaption{margin-top:10px}
@media (max-width:900px){
.house-intro-v113{grid-template-columns:1fr}
}
@media (max-width:560px){
.house-intro-v113{gap:25px}
}
@media (max-width:900px){
.house-intro-v113{grid-template-columns:1fr}
.house-feature-photo{max-width:760px}
}
body:has(.floorplans-section) section.content + section.soft.content, body:has(.floorplans-section) section.soft.content + section.content, body:has(.floorplans-section) section.content + section.floorplans-section, body:has(.floorplans-section) section.floorplans-section + section.soft.content{padding-top:52px}
@media (max-width:700px){
body:has(.floorplans-section) section.content + section.soft.content, body:has(.floorplans-section) section.soft.content + section.content, body:has(.floorplans-section) section.content + section.floorplans-section, body:has(.floorplans-section) section.floorplans-section + section.soft.content{padding-top:40px}
}
@media (max-width:620px){
.house-page .house-facilities-section{padding-top:26px!important;padding-bottom:26px!important}
.house-page .house-facilities-section + .floorplans-section{padding-top:26px!important}
.house-page .floorplans-section{padding-bottom:26px!important}
.house-page .house-quick-section{padding-top:26px!important;padding-bottom:30px!important}
}
.house-page .page-hero{padding-top:var(--tb-flow-hero-top);padding-bottom:var(--tb-flow-hero-bottom)}
.house-page .page-hero .container, .house-page section.content > .container, .house-page section.soft.content > .container{max-width:var(--tb-container-main)}
.house-page .house-intro-v113{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:54px;align-items:start}
.house-page .house-copy p{margin:0 0 15px}
.house-page .house-copy .btn{margin-top:var(--tb-space-xs)}
.house-page .house-feature-photo{align-self:start}
.house-page .house-feature-photo img{width:100%;aspect-ratio:4/3;object-fit:cover!important}
.house-page .house-feature-photo figcaption{max-width:92%;line-height:1.45}
.house-page section.soft.content{padding-top:58px;padding-bottom:58px}
.house-page .floorplans-section + section.soft.content{padding-top:54px;padding-bottom:58px}
.house-page .rich-split{grid-template-columns:1fr 1fr;gap:var(--tb-space-3xl)}
.house-page .rich-split > div{max-width:520px}
.house-page .rich-split > div:last-child{justify-self:end}
.house-page .rich-split h2{margin-top:7px;margin-bottom:12px}
.house-page .section-head{align-items:end;margin-bottom:30px}
.house-page .section-head > div{max-width:560px}
.house-page .section-head > p{max-width:500px;margin-bottom:4px}
.house-page .floorplans-grid{gap:28px;align-items:stretch}
.house-page .floor-card{display:flex;flex-direction:column;height:100%}
.house-page .floor-card > a{display:block}
.house-page .floor-image-wrap{aspect-ratio:16/10;display:flex;align-items:center;justify-content:center}
.house-page .floor-image-wrap img{width:100%;height:100%;object-fit:contain}
.house-page .floor-card-copy{display:flex;flex-direction:column;flex:1;padding:22px 25px 25px}
.house-page .floor-card-copy p{margin-bottom:0}
.house-page .floor-note{margin:18px 0 0;text-align:center}
.house-page .quick{gap:20px;align-items:stretch}
.house-page .quick .card{display:flex;flex-direction:column;min-height:176px;padding:25px 26px}
.house-page .quick .card h3{margin-bottom:var(--tb-space-xs)}
.house-page .quick .card p{margin:0 0 18px}
.house-page .quick .card a{margin-top:auto}
@media (max-width:900px){
.house-page .page-hero + section.content{padding-top:var(--tb-flow-first-top);padding-bottom:46px}
.house-page .house-intro-v113{grid-template-columns:1fr;gap:30px}
.house-page .house-feature-photo{max-width:none;width:100%}
.house-page .house-feature-photo img{aspect-ratio:4/3}
.house-page .rich-split{grid-template-columns:1fr;gap:30px}
.house-page .rich-split > div, .house-page .rich-split > div:last-child{max-width:none;justify-self:stretch}
}
@media (max-width:620px){
.house-page .page-hero .container, .house-page section.content > .container, .house-page section.soft.content > .container{padding-left:var(--tb-space-md);padding-right:var(--tb-space-md)}
.house-page .page-hero p{margin-bottom:0}
.house-page .page-hero + section.content{padding-top:var(--tb-flow-first-top);padding-bottom:40px}
.house-page .house-intro-v113{gap:var(--tb-space-lg)}
.house-page .house-copy h2{font-size:30px}
.house-page .house-copy h2:not(:first-of-type){margin-top:22px}
.house-page .house-copy p{margin-bottom:13px}
.house-page .house-feature-photo img{aspect-ratio:4/3;border-radius:16px}
.house-page .rich-split{gap:26px}
.house-page .section-head{display:block;margin-bottom:22px}
.house-page .section-head > p{margin-top:10px;margin-bottom:0}
.house-page .floorplans-grid{gap:20px}
.house-page .floor-image-wrap{aspect-ratio:4/3}
.house-page .floor-card-copy{padding:19px 20px 21px}
.house-page .floor-card-copy h3{font-size:27px}
.house-page .floor-note{text-align:left;margin-top:14px}
.house-page .quick{gap:14px}
.house-page .quick .card{min-height:0;padding:21px 22px}
}
@media (min-width:901px){
.house-page .page-hero + section.content{padding-top:var(--tb-flow-first-top);padding-bottom:var(--tb-space-2xl)}
.house-page .house-intro-v113{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:42px;align-items:stretch}
.house-page .house-copy{display:flex;flex-direction:column;min-width:0}
.house-page .house-copy > .eyebrow{margin-top:3px}
.house-page .house-copy > h2{margin:var(--tb-space-xs) 0 var(--tb-space-md)}
.house-page .house-copy > p{margin:0 0 14px;line-height:1.62}
.house-page .house-sleep-card{margin-top:10px;padding:20px 22px 21px;border-radius:16px;background:rgba(222,233,207,.58);border:1px solid rgba(81,108,69,.10)}
.house-page .house-sleep-card h2{margin:0 0 9px;font-size:30px;line-height:1.16}
.house-page .house-sleep-card p{margin:0 0 15px;line-height:1.55}
.house-page .house-sleep-card .btn{margin:0;min-height:46px;padding:11px 18px}
.house-page .house-feature-photo{position:relative;display:flex;min-height:100%;margin:0;overflow:hidden;border-radius:18px;box-shadow:0 18px 38px rgba(25,52,45,.10)}
.house-page .house-feature-photo img{position:absolute;inset:0;width:100%;height:100%!important;aspect-ratio:auto;object-fit:cover!important;object-position:center center;border-radius:0}
.house-page .house-feature-photo figcaption{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;max-width:none;margin:0;padding:11px 14px;border-radius:12px;background:rgba(247,245,239,.90);backdrop-filter:blur(5px);color:var(--ink);font-size:13px;line-height:1.4}
}
@media (max-width:900px){
.house-page .page-hero + section.content{padding-top:var(--tb-flow-first-top);padding-bottom:36px}
.house-page .house-intro-v113{gap:20px}
.house-page .house-feature-photo{order:-1;margin:0}
.house-page .house-feature-photo img{aspect-ratio:16/10;object-fit:cover!important;object-position:center center}
.house-page .house-feature-photo figcaption{margin-top:7px;line-height:1.4}
.house-page .house-sleep-card{margin-top:var(--tb-space-xs);padding:18px 18px 19px;border-radius:15px;background:rgba(222,233,207,.58);border:1px solid rgba(81,108,69,.10)}
.house-page .house-sleep-card h2{margin:0 0 var(--tb-space-xs)!important;font-size:27px!important;line-height:1.16}
.house-page .house-sleep-card p{margin:0 0 14px;line-height:1.52}
.house-page .house-sleep-card .btn{margin:0}
}
@media (max-width:620px){
.house-page .page-hero{padding-top:var(--tb-flow-hero-top);padding-bottom:var(--tb-flow-hero-bottom)}
.house-page .page-hero + section.content{padding-top:var(--tb-flow-first-top);padding-bottom:32px}
.house-page .house-intro-v113{gap:var(--tb-space-md)}
.house-page .house-feature-photo img{aspect-ratio:16/10}
.house-page .house-feature-photo figcaption{font-size:12px}
.house-page .house-copy > h2{margin-bottom:var(--tb-space-sm)}
.house-page .house-copy > p{margin-bottom:11px;line-height:1.55}
.house-page .house-sleep-card{margin-top:6px;padding:17px}
}
@media (min-width:901px){
.house-page .house-outdoor-section{padding-top:42px!important;padding-bottom:44px!important}
.house-page .house-outdoor-section .rich-split{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:var(--tb-space-2xl);align-items:start}
.house-page .house-outdoor-section .rich-split > div, .house-page .house-outdoor-section .rich-split > div:last-child{max-width:none;justify-self:stretch}
.house-page .house-outdoor-section .eyebrow{margin-bottom:7px}
.house-page .house-outdoor-section h2{margin:0 0 14px;font-size:34px;line-height:1.14}
.house-page .house-outdoor-section p{margin:0 0 13px;line-height:1.62}
.house-page .house-outdoor-section p:last-child{margin-bottom:0}
.house-page .house-facilities-section{padding-top:46px!important;padding-bottom:var(--tb-space-2xl)!important}
.house-page .house-facilities-section .section-head{margin-bottom:22px;gap:var(--tb-space-2xl);align-items:end}
.house-page .house-facilities-section .section-head > div{max-width:520px}
.house-page .house-facilities-section .section-head > p{max-width:470px;margin:0 0 3px;line-height:1.55}
.house-page .floorplans-section{padding-top:var(--tb-space-2xl)!important;padding-bottom:52px!important}
.house-page .floorplans-section .section-head{margin-bottom:var(--tb-space-lg)}
.house-page .floorplans-grid{gap:var(--tb-space-lg)}
.house-page .floor-image-wrap{aspect-ratio:16/9.6}
.house-page .floor-card-copy{padding:20px 23px 22px}
.house-page .floor-note{margin-top:14px}
.house-page .house-quick-section{padding-top:44px!important;padding-bottom:46px!important}
.house-page .house-quick-section .quick{gap:18px}
.house-page .house-quick-section .quick .card{min-height:162px;padding:22px 23px}
.house-page .house-quick-section .quick .card h3{margin:0 0 7px}
.house-page .house-quick-section .quick .card p{margin:0 0 14px;line-height:1.52}
}
@media (max-width:900px){
.house-page .house-outdoor-section, .house-page .house-facilities-section, .house-page .floorplans-section, .house-page .house-quick-section{padding-top:34px!important;padding-bottom:36px!important}
.house-page .house-outdoor-section .rich-split{gap:22px}
.house-page .house-outdoor-section .rich-split > div{padding:0}
.house-page .house-outdoor-section h2{margin:5px 0 10px}
.house-page .house-outdoor-section p{margin:0 0 11px;line-height:1.58}
.house-page .house-outdoor-section p:last-child{margin-bottom:0}
.house-page .house-facilities-section .section-head{margin-bottom:18px}
.house-page .floorplans-section .section-head{margin-bottom:18px}
.house-page .house-quick-section .quick{gap:13px}
}
@media (max-width:620px){
.house-page .house-outdoor-section, .house-page .house-facilities-section, .house-page .floorplans-section, .house-page .house-quick-section{padding-top:28px!important;padding-bottom:30px!important}
.house-page .house-outdoor-section .rich-split{gap:20px}
.house-page .house-outdoor-section h2{font-size:28px;line-height:1.13}
.house-page .house-facilities-section .section-head{margin-bottom:14px}
.house-page .house-facilities-section .section-head > p{margin-top:var(--tb-space-xs)}
.house-page .floorplans-section .section-head{margin-bottom:14px}
.house-page .floorplans-grid{gap:var(--tb-space-md)}
.house-page .house-quick-section .quick .card{padding:19px 20px}
}
.house-page .floorplans-section .floorplans-head{align-items:end}
.house-page .floorplans-section .floorplans-head > p{max-width:500px;margin-bottom:2px}
.house-page .floorplans-grid-v23{display:grid;grid-template-columns:1fr 1fr}
.house-page .floor-card-v23{display:flex;flex-direction:column;min-width:0;overflow:hidden}
.house-page .floor-card-v23 > a{display:block;flex:0 0 auto}
.house-page .floor-image-v23{aspect-ratio:auto!important;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}
.house-page .floor-image-v23 img{display:block;width:auto;height:100%;max-width:100%;object-fit:contain;object-position:center}
.house-page .floor-card-v23 .floor-card-copy{flex:1 1 auto}
.house-page .floor-card-v23 .floor-card-copy h3{margin:0 0 6px;line-height:1.08}
.house-page .floor-card-v23 .floor-card-copy p{margin:0}
@media (max-width:1100px){
.house-page .floor-image-v23{height:510px}
}
@media (max-width:900px){
.house-page .floorplans-section{padding-top:var(--tb-space-xl)!important;padding-bottom:34px!important}
.house-page .floorplans-grid-v23{grid-template-columns:1fr 1fr;gap:var(--tb-space-md)}
.house-page .floor-image-v23{height:430px;padding:10px 10px 4px}
.house-page .floor-card-v23 .floor-card-copy{padding:15px 17px 17px}
}
@media (max-width:700px){
.house-page .floorplans-section .floorplans-head{margin-bottom:var(--tb-space-sm)}
.house-page .floorplans-grid-v23{grid-template-columns:1fr;gap:14px}
.house-page .floor-image-v23{height:auto;min-height:0;padding:10px var(--tb-space-xs) 4px}
.house-page .floor-image-v23 img{width:100%;height:auto;max-height:590px}
.house-page .floor-card-v23:nth-child(2) .floor-image-v23 img{width:auto;max-width:100%;height:auto;max-height:560px}
.house-page .floor-card-v23 .floor-card-copy{padding:13px var(--tb-space-md) var(--tb-space-md)}
.house-page .floor-card-v23 .floor-card-copy h3{font-size:25px}
.house-page .floor-card-v23 .floor-card-copy p{line-height:1.46}
.house-page .floorplans-section .floor-note{margin-top:var(--tb-space-xs)}
}
@media (max-width:430px){
.house-page .floorplans-section{padding-top:26px!important;padding-bottom:28px!important}
.house-page .floorplans-grid-v23{gap:var(--tb-space-sm)}
.house-page .floor-image-v23{padding:7px 6px 2px}
.house-page .floor-card-v23 .floor-card-copy{padding:var(--tb-space-sm) 14px 14px}
}
.house-page .floorplans-section{padding-top:34px!important}
.house-page .floorplans-section .floorplans-head{display:block;margin-bottom:14px!important}
.house-page .floorplans-section .floorplans-head h2{margin-bottom:0}
.house-page .floorplans-section .floorplans-head > p{display:none!important}
.house-page .floorplans-grid-v23{gap:18px;align-items:stretch}
.house-page .floor-card-v23{height:100%}
.house-page .floor-image-v23{height:560px;padding:10px 10px 4px}
.house-page .floor-card-v23 .floor-card-copy{padding:14px 18px var(--tb-space-md)}
.house-page .floor-card-v23 .floor-card-copy h3{margin-bottom:5px}
.house-page .floor-card-v23 .floor-card-copy p{line-height:1.45}
.house-page .floorplans-section .floor-note{margin:var(--tb-space-xs) 1px 0!important;color:#9aa3a8!important;font-size:12.5px!important;line-height:1.4;font-weight:400}
@media (max-width:1100px){
.house-page .floor-image-v23{height:485px}
}
@media (max-width:900px){
.house-page .floorplans-section{padding-top:28px!important;padding-bottom:30px!important}
.house-page .floorplans-section .floorplans-head{margin-bottom:var(--tb-space-sm)!important}
.house-page .floorplans-grid-v23{gap:14px}
.house-page .floor-image-v23{height:405px;padding:var(--tb-space-xs) var(--tb-space-xs) 3px}
.house-page .floor-card-v23 .floor-card-copy{padding:13px 15px 15px}
}
@media (max-width:700px){
.house-page .floorplans-section{padding-top:var(--tb-space-lg)!important;padding-bottom:25px!important}
.house-page .floorplans-section .floorplans-head{margin-bottom:10px!important}
.house-page .floorplans-grid-v23{gap:var(--tb-space-sm)}
.house-page .floor-image-v23{height:auto;padding:7px 6px 2px}
.house-page .floor-image-v23 img{width:100%;height:auto;max-height:none}
.house-page .floor-card-v23:nth-child(2) .floor-image-v23 img{width:auto;max-width:100%;max-height:520px}
.house-page .floor-card-v23 .floor-card-copy{padding:11px 14px 13px}
.house-page .floor-card-v23 .floor-card-copy h3{margin-bottom:4px}
.house-page .floorplans-section .floor-note{margin-top:6px!important;font-size:12px!important}
.house-page .house-quick-section{padding-top:26px!important}
}
@media (max-width:430px){
.house-page .floorplans-section{padding-top:21px!important;padding-bottom:23px!important}
.house-page .floorplans-grid-v23{gap:10px}
.house-page .floor-image-v23{padding:5px 4px 1px}
.house-page .floor-card-v23 .floor-card-copy{padding:10px var(--tb-space-sm) var(--tb-space-sm)}
.house-page .floor-card-v23 .floor-card-copy h3{font-size:24px}
.house-page .floorplans-section .floor-note{margin-left:0!important}
}
.house-page .floor-card-v23 .floor-image-link{display:block;text-decoration:none}
.house-page .floor-card-v23 .floor-image-v23 img, .house-page .floor-card-v23 .floor-image-v23:hover img, .house-page .floor-card-v23 .floor-image-link:hover img{transform:none!important;box-shadow:none!important}
.house-page .floor-card-v23 .floor-card-copy{display:flex;flex-direction:column;align-items:flex-start}
.house-page .floor-card-v23 .floor-card-copy p{margin-bottom:var(--tb-space-sm)}
.house-page .floor-card-v23 .floor-zoom-link{position:static!important;display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding:var(--tb-space-xs) var(--tb-space-sm);border:1px solid rgba(23,63,87,.35);border-radius:999px;color:var(--navy);background:#fff;font-size:13px;line-height:1;font-weight:700;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}
.house-page .floor-card-v23 .floor-zoom-link:hover, .house-page .floor-card-v23 .floor-zoom-link:focus-visible{transform:none!important;background:var(--navy);border-color:var(--navy);color:#fff}
.house-page .floor-card-v23 .floor-zoom-link span{font-size:14px;line-height:1}
@media (max-width:700px){
.house-page .floor-card-v23 .floor-card-copy p{margin-bottom:10px}
.house-page .floor-card-v23 .floor-zoom-link{margin-top:0;padding:var(--tb-space-xs) 11px;font-size:12.5px}
}
.house-page .house-facilities-section .facilities-head{display:block}
@media (min-width:901px){
.house-page .house-outdoor-section{padding-top:38px!important;padding-bottom:38px!important}
.house-page .house-outdoor-section .rich-split{gap:42px}
.house-page .house-facilities-section{padding-top:38px!important;padding-bottom:38px!important}
.house-page .house-facilities-section .facilities-head{margin-bottom:15px!important}
.house-page .floorplans-section{padding-top:38px!important;padding-bottom:34px!important}
.house-page .house-quick-section{padding-top:34px!important;padding-bottom:38px!important}
}
@media (max-width:900px){
.house-page .house-outdoor-section, .house-page .house-facilities-section{padding-top:30px!important;padding-bottom:30px!important}
.house-page .house-facilities-section .facilities-head{margin-bottom:13px!important}
.house-page .floorplans-section{padding-top:28px!important}
.house-page .house-quick-section{padding-top:28px!important}
}
@media (max-width:620px){
.house-page .house-outdoor-section, .house-page .house-facilities-section{padding-top:var(--tb-space-lg)!important;padding-bottom:var(--tb-space-lg)!important}
.house-page .house-outdoor-section .rich-split{gap:var(--tb-space-md)}
.house-page .house-facilities-section .facilities-head{margin-bottom:10px!important}
.house-page .floorplans-section{padding-top:22px!important;padding-bottom:22px!important}
.house-page .house-quick-section{padding-top:22px!important;padding-bottom:26px!important}
}
.house-page .house-facilities-section .facilities-head{margin-bottom:14px!important}
.house-page .house-facilities-section .facilities-head h2{margin-bottom:0}
.house-page .facility-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}
.house-page .facility-group{background:#f7f5ef;border:1px solid rgba(23,63,87,.10);border-radius:16px;padding:18px 20px 17px;min-width:0}
.house-page .facility-group-head{display:flex;align-items:center;gap:9px;margin:0 0 9px}
.house-page .facility-group-head h3{margin:0;color:var(--navy);font-size:18px;line-height:1.2}
.house-page .facility-mark{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:rgba(69,114,79,.10);color:#47734f;font-size:16px;line-height:1;font-weight:700}
.house-page .facility-group ul{margin:0;padding:0;list-style:none}
.house-page .facility-group li{position:relative;margin:0;padding:5px 0 5px 17px;color:var(--text);line-height:1.38;border:0}
.house-page .facility-group li::before{content:"";position:absolute;left:1px;top:.93em;width:5px;height:5px;border-radius:50%;background:#6d9874}
@media (min-width:901px){
.house-page .house-facilities-section .container, .house-page .floorplans-section .container{max-width:var(--tb-container-main)}
}
@media (max-width:900px){
.house-page .house-facilities-section{padding-top:28px!important;padding-bottom:28px!important}
.house-page .facility-groups{gap:var(--tb-space-sm)}
.house-page .facility-group{padding:var(--tb-space-md) 17px 15px}
.house-page .house-facilities-section + .floorplans-section{padding-top:26px!important}
}
@media (max-width:620px){
.house-page .house-facilities-section{padding-top:22px!important;padding-bottom:22px!important}
.house-page .house-facilities-section .facilities-head{margin-bottom:10px!important}
.house-page .facility-groups{grid-template-columns:1fr;gap:10px}
.house-page .facility-group{padding:14px 15px 13px;border-radius:14px}
.house-page .facility-group-head{margin-bottom:6px}
.house-page .facility-group-head h3{font-size:17px}
.house-page .facility-mark{width:26px;height:26px;flex-basis:26px;font-size:15px}
.house-page .facility-group li{padding-top:4px;padding-bottom:4px;line-height:1.35}
.house-page .house-facilities-section + .floorplans-section{padding-top:20px!important}
}
@media (max-width:620px){
.house-page .house-outdoor-section .rich-split{gap:28px}
.house-page .facility-groups{gap:14px}
.house-page .floorplans-grid-v23{gap:var(--tb-space-md)}
.house-page .floor-image-v23{padding:6px 6px 2px}
.house-page .floor-card-v23 .floor-card-copy{padding:var(--tb-space-sm) 14px 14px}
.house-page .floor-card-v23 .floor-card-copy p{margin-bottom:10px}
.house-page .floor-card-v23 .floor-zoom-link{min-height:40px;padding:9px 13px}
.house-page .floorplans-section .floor-note{margin-top:9px!important;color:#77838a!important;font-size:12.5px!important;line-height:1.45}
}
.house-page .page-hero + section.content{padding-top:8px;padding-bottom:20px}
.house-page .house-outdoor-section{padding-top:20px!important;padding-bottom:20px!important}
.house-page .house-facilities-section{padding-top:20px!important;padding-bottom:20px!important}
.house-page .house-facilities-section + .floorplans-section{padding-top:18px!important}
.house-page .floorplans-section{padding-bottom:20px!important}
.house-page .house-quick-section{padding-top:20px!important;padding-bottom:24px!important}
@media (max-width:900px){
.house-page .page-hero + section.content{padding-top:8px;padding-bottom:18px}
.house-page .house-outdoor-section, .house-page .house-facilities-section{padding-top:18px!important;padding-bottom:18px!important}
.house-page .house-facilities-section + .floorplans-section{padding-top:16px!important}
.house-page .floorplans-section{padding-bottom:18px!important}
.house-page .house-quick-section{padding-top:18px!important;padding-bottom:22px!important}
}
@media (max-width:620px){
.house-page .page-hero + section.content{padding-top:4px;padding-bottom:14px}
.house-page .house-outdoor-section, .house-page .house-facilities-section{padding-top:14px!important;padding-bottom:14px!important}
.house-page .house-facilities-section + .floorplans-section{padding-top:12px!important}
.house-page .floorplans-section{padding-bottom:14px!important}
.house-page .house-quick-section{padding-top:14px!important;padding-bottom:18px!important}
}
@media (orientation:landscape) and (max-height:500px) and (max-width:900px){
.house-page .page-hero + section.content{padding-top:4px;padding-bottom:12px}
.house-page .house-outdoor-section, .house-page .house-facilities-section{padding-top:12px!important;padding-bottom:12px!important}
.house-page .house-facilities-section + .floorplans-section{padding-top:10px!important}
.house-page .floorplans-section{padding-bottom:12px!important}
.house-page .house-quick-section{padding-top:12px!important;padding-bottom:16px!important}
}
