:root{--forest:#123d35;--forest2:#1d5f50;--mint:#daf0e6;--sand:#f7f3eb;--orange:#ef855d;--ink:#17322d;--muted:#6a7975;--line:#dce5e1;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fbfcfa;font:15px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.site-header{height:82px;background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1220px)/2));border-bottom:1px solid #edf1ee;position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.logo{display:flex;align-items:center;gap:11px;font-size:24px;font-weight:850;letter-spacing:-1px;color:var(--forest)}.logo-mark{width:42px;height:42px;border-radius:13px;background:var(--forest);color:#e4f5b6;display:grid;place-items:center;font-size:24px}.site-nav{display:flex;align-items:center;gap:25px;font-weight:650}.site-nav a:hover{color:var(--forest2)}.nav-button,.primary-button{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:12px 20px;background:var(--forest);color:#fff;font-weight:750;border:0;cursor:pointer}.nav-button:hover,.primary-button:hover{background:#0b3029}.hero{min-height:590px;background:linear-gradient(100deg,rgba(9,45,39,.95),rgba(15,68,57,.76)),url('https://images.unsplash.com/photo-1564013799919-ab600027ffc6?auto=format&fit=crop&w=2000&q=82') center/cover;display:flex;align-items:center;color:white}.hero-inner{width:min(1220px,calc(100% - 48px));margin:auto;padding:75px 0 105px}.kicker{display:inline-flex;gap:8px;align-items:center;text-transform:uppercase;letter-spacing:2.4px;font-size:11px;font-weight:800;color:#d9efb0}.hero h1{font-size:clamp(42px,6vw,72px);max-width:800px;line-height:1.04;letter-spacing:-3px;margin:18px 0}.hero-copy{max-width:620px;color:#d8e7e1;font-size:18px}.search-shell{width:min(1220px,calc(100% - 48px));margin:-63px auto 0;position:relative;z-index:3;background:white;border-radius:20px;padding:17px;box-shadow:0 24px 65px rgba(23,50,45,.18)}.search-grid{display:grid;grid-template-columns:1.1fr 1.1fr 1fr 1fr auto;gap:10px}.search-grid label{font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:800;color:var(--muted);background:#f7f9f7;border-radius:13px;padding:9px 13px}.search-grid input{border:0;background:transparent;width:100%;padding:5px 0 0;color:var(--ink);font:inherit;outline:0}.search-grid button{border:0;border-radius:13px;background:var(--orange);color:#fff;padding:0 26px;font-weight:800;cursor:pointer}.main{width:min(1220px,calc(100% - 48px));margin:0 auto;padding:90px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-head h2,.owner-cta h2{font-size:34px;letter-spacing:-1.3px;margin:5px 0}.section-head p{margin:0;color:var(--muted)}.text-link{color:var(--forest2);font-weight:800}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(29,65,56,.06);transition:.2s transform,.2s box-shadow}.card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(29,65,56,.12)}.card-image{height:220px;width:100%;object-fit:cover;background:linear-gradient(140deg,#d6e8dd,#f0ead9);display:grid;place-items:center;font-size:52px;color:var(--forest)}.card-body{padding:22px}.card-body h3{font-size:21px;margin:6px 0}.meta{font-size:12px;text-transform:uppercase;letter-spacing:1.2px;color:var(--forest2);font-weight:800}.badge{display:inline-block;background:var(--mint);color:var(--forest);border-radius:99px;padding:4px 10px;font-size:11px;font-weight:750}.muted{color:var(--muted)}.empty{grid-column:1/-1;padding:55px;text-align:center;border:1px dashed #bacbc4;border-radius:18px;background:#f7faf7}.empty b{display:block;font-size:21px}.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:70px}.feature{padding:25px;border-radius:16px;background:var(--sand)}.feature span{width:38px;height:38px;border-radius:10px;background:var(--forest);color:white;display:grid;place-items:center;font-weight:850}.feature h3{margin:15px 0 4px}.owner-cta{margin-top:75px;padding:45px;border-radius:24px;background:var(--forest);color:white;display:flex;justify-content:space-between;align-items:center;gap:30px}.owner-cta p{color:#c8ddd6;max-width:650px}.owner-cta .primary-button{background:#e5f4bd;color:var(--forest)}.footer{background:#0d312b;color:#c9dcd6;padding:50px max(24px,calc((100vw - 1220px)/2));display:flex;justify-content:space-between;gap:30px}.footer strong{color:white;font-size:20px}.footer-links{display:flex;gap:20px;flex-wrap:wrap}@media(max-width:920px){.site-nav a:not(.nav-button){display:none}.search-grid{grid-template-columns:1fr 1fr}.search-grid button{min-height:54px}.cards{grid-template-columns:repeat(2,1fr)}.feature-strip{grid-template-columns:1fr}.owner-cta{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.site-header{height:70px}.logo{font-size:20px}.logo-mark{width:36px;height:36px}.hero{min-height:520px}.hero-inner{padding:55px 0 90px}.hero h1{letter-spacing:-2px}.search-shell{margin-top:-48px}.search-grid,.cards{grid-template-columns:1fr}.search-grid button{padding:16px}.main{padding-top:65px}.section-head{align-items:flex-start;flex-direction:column}.owner-cta{padding:28px}.footer{flex-direction:column}}
