@import url("styles.css");@import url("pop.css");.property-hero{max-width:1160px;margin:0 auto;padding:24px 26px 72px;display:grid;grid-template-columns:.86fr 1.14fr;gap:7vw;align-items:end}.property-status{margin:0;color:var(--orange);font-size:11px;font-weight:900;letter-spacing:.1em}.property-hero h1{margin:13px 0 20px;font-size:clamp(38px,4.9vw,62px);line-height:1.2;letter-spacing:-.05em}.property-hero>div>p:not(.property-status){color:var(--muted);font-size:14px;line-height:2}.property-hero>img{width:100%;height:445px;object-fit:cover;border:3px solid var(--ink);border-radius:22px;box-shadow:7px 7px 0 var(--ink)}.property-price{margin-top:26px;padding:16px 0;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}.property-price span{display:block;font-size:10px;font-weight:800}.property-price strong{display:block;margin-top:4px;color:var(--orange);font-size:31px;line-height:1.2}.property-shell{max-width:1160px;margin:0 auto;padding:0 26px 100px;display:grid;grid-template-columns:1fr 280px;gap:7vw}.property-content>section{padding:37px 0;border-top:1px solid var(--line)}.property-content h2{margin:0 0 18px;font-size:26px}.property-facts dl{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:0}.property-facts dl div{min-height:96px;padding:15px;border-radius:15px;background:#fff;box-shadow:0 5px 14px rgba(37,48,71,.08)}.property-facts dl div:first-child{background:var(--ink);color:#fff}.property-facts dt,.property-specs dt,.property-aside dt{color:var(--orange);font-size:10px;font-weight:900}.property-facts dd,.property-specs dd,.property-aside dd{margin:7px 0 0;font-size:13px;font-weight:900}.property-facts dl div:first-child dd{color:#fff}.property-features{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.property-features article{min-height:190px;padding:21px 18px;border-radius:18px;background:#fff7f1}.property-features article:nth-child(2){background:#e9f6f2}.property-features article:nth-child(3){background:#ffd7c2}.property-features span{color:var(--orange);font-size:13px;font-weight:900}.property-features h3{margin:19px 0 9px;font-size:17px}.property-features p{margin:0;color:var(--muted);font-size:12px;line-height:1.8}.property-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.property-section-head h2{margin:0}.property-section-head .eyebrow{margin:0 0 10px}.property-gallery-controls{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:800}.property-gallery-controls b{color:var(--orange);font-size:17px}.property-gallery-controls button{display:grid;place-items:center;width:33px;height:33px;border:2px solid var(--ink);border-radius:50%;background:#fff;font:900 16px var(--sans);cursor:pointer}.property-gallery-controls button:hover{background:var(--orange);color:#fff}.property-gallery{display:flex;gap:16px;overflow-x:auto;padding:2px 3px 13px;scroll-snap-type:x mandatory;scrollbar-color:var(--orange) transparent;scrollbar-width:thin}.property-gallery__item{flex:0 0 min(77%,520px);margin:0;overflow:hidden;border-radius:17px;background:#fff;box-shadow:5px 5px 0 var(--ink);scroll-snap-align:start}.property-gallery__item img{display:block;width:100%;height:305px;object-fit:cover}.property-gallery__item figcaption{padding:11px 14px;color:var(--muted);font-size:10px;font-weight:800}.gallery-note{margin:3px 0 0;color:var(--muted);font-size:11px}.property-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:0}.property-specs div{padding:17px;border-radius:13px;background:#fff;box-shadow:0 4px 12px rgba(37,48,71,.07)}.property-location__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.property-map{border-radius:19px;overflow:hidden;background:#e9f6f2}.property-map svg{display:block;width:100%;height:auto}.map-road{fill:none;stroke:#fff;stroke-width:17;stroke-linecap:round}.map-road--two{stroke-width:12}.map-road--three{stroke:#fff7f1;stroke-width:10}.map-river{fill:none;stroke:#a5d8e9;stroke-width:15}.map-pin-ring{fill:none;stroke:rgba(243,107,33,.23);stroke-width:15}.map-pin{fill:var(--orange)}.property-map text{fill:var(--ink);font:900 16px var(--sans)}.property-map .map-small{font-size:11px;fill:var(--muted)}.property-location__area{margin:0 0 8px;color:var(--orange);font-size:17px;font-weight:900}.property-location__grid>div>p:not(.property-location__area){color:var(--muted);font-size:12px}.property-location ul{margin:15px 0;padding:0;list-style:none}.property-location li{position:relative;padding:0 0 9px 17px;color:var(--muted);font-size:11px;line-height:1.7}.property-location li:before{content:"●";position:absolute;left:0;color:var(--orange);font-size:8px}.property-aside{align-self:start;position:sticky;top:20px;padding:24px;border:3px solid var(--ink);border-radius:18px;background:#bce7df;box-shadow:5px 5px 0 var(--ink)}.property-aside h2{margin:7px 0 20px;color:var(--orange);font-size:24px;line-height:1.3}.property-aside dl{margin:0}.property-aside dl div{padding:10px 0;border-bottom:1px solid rgba(37,48,71,.18)}.property-aside .button{display:block;width:100%;margin-top:21px;text-align:center}.property-aside__link{display:block;margin-top:14px;text-align:center;font-size:11px;font-weight:800;text-decoration:underline}@media(max-width:800px){.property-hero{grid-template-columns:1fr;padding:15px 20px 50px;gap:27px}.property-hero>img{height:290px;box-shadow:5px 5px 0 var(--ink)}.property-shell{grid-template-columns:1fr;padding:0 20px 70px}.property-aside{position:static;order:-1}.property-facts dl{grid-template-columns:1fr 1fr;gap:8px}.property-facts dl div{min-height:82px;padding:13px}.property-facts dd{font-size:12px}.property-features{grid-template-columns:1fr;gap:9px}.property-features article{min-height:0;padding:18px}.property-features h3{margin:10px 0 5px}.property-section-head{align-items:flex-start;flex-direction:column;gap:13px}.property-gallery{margin-right:-20px}.property-gallery__item{flex-basis:82%;box-shadow:4px 4px 0 var(--ink)}.property-gallery__item img{height:245px}.property-specs{grid-template-columns:1fr}.property-location__grid{grid-template-columns:1fr;gap:17px}}
