:root{--green:#193d26;--ink:#24342b;--muted:#6d776d;--paper:#f5f4ef}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,select,input{outline-offset:5px}button,a{touch-action:manipulation}[hidden]{display:none!important}.header{max-width:1440px;margin:auto;padding:30px 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dddfd5}.brand{font-size:27px;font-weight:800;letter-spacing:4px}.brand span{display:block;font-size:8px;letter-spacing:2.7px;font-weight:500}.local{font-size:11px;color:var(--muted)}main{max-width:1440px;margin:auto;padding:0 6%}.hero{display:grid;grid-template-columns:1fr 1.1fr;gap:65px;align-items:center;padding:65px 0 75px}.eyebrow{font-size:10px;letter-spacing:2.4px;font-weight:700;color:#667c65}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,5vw,78px);font-weight:400;line-height:1.07;letter-spacing:-3px;margin:20px 0 25px}.lead{max-width:420px;color:var(--muted);font-size:15px}.primary{display:inline-flex;gap:40px;align-items:center;background:var(--green);color:#fff;padding:15px 22px;border-radius:7px;margin-top:20px}.hero-image{position:relative;height:450px;border-radius:90px 8px 8px 8px;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.image-note{position:absolute;bottom:20px;left:24px;right:24px;color:white;text-shadow:0 1px 8px #222;font-size:9px;letter-spacing:2px;display:flex;align-items:center;justify-content:space-between}.image-note b{font-size:30px;font-weight:400}.collection{padding-bottom:65px;scroll-margin-top:25px}.section-top{display:flex;justify-content:space-between;align-items:end;gap:20px}h2{font:400 34px/1.2 Georgia,serif;margin:8px 0 26px}#count{color:var(--muted);font-size:12px;margin-bottom:28px}.filters{display:flex;gap:15px;padding:20px;background:#e9ece3;border-radius:10px;margin-bottom:36px}label{font-size:10px;letter-spacing:1px;text-transform:uppercase;display:flex;flex-direction:column;gap:6px}input,select{border:1px solid #d6dcd0;border-radius:5px;background:#fff;padding:11px 14px;color:var(--ink);min-width:230px;letter-spacing:0;font-size:13px;text-transform:none}.search{flex:1}.investment-heading{display:flex;justify-content:space-between;align-items:center;margin:30px 0 17px}.investment-heading h3{font-size:21px;margin:0}.investment-heading p{margin:0;color:var(--muted);font-size:12px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.card{background:white;border:1px solid #e1e4dc;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 14px 35px #1c352213}.cover{height:265px;position:relative}.cover img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:16px;left:16px;padding:5px 12px;border-radius:20px;background:#fffdf3ed;font-size:10px;font-weight:600}.card-body{padding:24px}.card-head{display:flex;justify-content:space-between;align-items:center}.card-head h4{font-size:25px;margin:0}.area{font-size:15px;color:var(--muted)}.card p{margin:4px 0 15px;color:var(--muted);font-size:13px}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:22px}.tags span{background:#f1f3ed;border-radius:4px;padding:4px 8px;font-size:10px}.open{display:flex;justify-content:space-between;border-top:1px solid #e4e7df;padding-top:15px;font-size:13px;font-weight:650;color:var(--green)}footer{max-width:1440px;margin:auto;padding:25px 6%;border-top:1px solid #ddd;font-size:12px;display:flex;justify-content:space-between;gap:20px}footer span{color:var(--muted);font-size:10px}.tour-bar{display:flex;gap:20px;justify-content:space-between;align-items:center;padding:12px 24px;background:white}.tour-bar button{background:var(--green);color:white;border:0;border-radius:6px;padding:9px 15px;cursor:pointer}.tour-bar a{font-size:12px}#tour-frame{width:100%;height:calc(100dvh - 72px);border:0;display:block}body.in-tour .header,body.in-tour footer{display:none}@media(max-width:700px){.header{padding:22px 6%}.local{display:none}.hero{grid-template-columns:1fr;gap:28px;padding:36px 0 45px}.hero h1{font-size:52px}.hero-image{height:290px;border-radius:55px 8px 8px 8px}.grid{grid-template-columns:1fr}.filters{flex-direction:column}.cover{height:240px}.section-top{align-items:start}h2{font-size:29px}.tour-bar{gap:8px;padding:10px}.tour-bar strong{font-size:12px}.tour-bar a{font-size:10px}footer{flex-direction:column}.investment-heading p{max-width:45%;text-align:right}}
