:root{--green:#3d7a34;--green-deep:#2f5e28;--green-soft:#eef4ea;--gold:#c9a24b;--gold-deep:#b08a34;--sky:#5aa0c8;--sky-soft:#e8f2f8;--cream:#fbf9f4;--cream-dim:#f1ece1;--ink:#2a2a22;--line:#e3dccc;--muted:#7d7563}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}.wrap{max-width:1120px;margin:0 auto;padding:0 24px}header.site{border-bottom:1px solid var(--line);background:var(--cream);position:-webkit-sticky;position:sticky;top:0;z-index:50}header.site .wrap{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{font-weight:800;font-size:1.4rem;letter-spacing:-.02em;color:var(--green)}.logo em{font-style:normal;color:var(--gold)}nav.main a{color:var(--green-deep);text-decoration:none;margin-left:28px;font-weight:600;font-size:.95rem}nav.main a:hover{color:var(--gold-deep)}.hero{padding:88px 0 72px;background:linear-gradient(rgba(47,94,40,.72),rgba(47,94,40,.72)),linear-gradient(120deg,var(--sky) 0,var(--green) 100%);color:#fff;text-align:center}.hero h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;letter-spacing:-.03em;line-height:1.06;max-width:780px;margin:0 auto 18px}.hero p.sub{font-size:clamp(1.05rem,2vw,1.25rem);max-width:580px;margin:0 auto 34px;opacity:.95}.search{display:flex;gap:8px;max-width:640px;margin:0 auto;background:#fff;padding:8px;border-radius:12px;box-shadow:0 14px 44px rgba(0,0,0,.22)}.search input{flex:1 1;padding:13px 15px;background:var(--cream-dim);color:var(--ink)}.search button,.search input{border:none;font-size:.98rem;border-radius:8px}.search button{background:var(--gold);color:#fff;padding:13px 26px;font-weight:700;cursor:pointer}.search button:hover{background:var(--gold-deep)}section.lots{padding:68px 0}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:34px}.section-head h2{font-size:1.95rem;font-weight:800;letter-spacing:-.02em;color:var(--green-deep)}.section-head a{color:var(--gold-deep);text-decoration:none;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform .15s,box-shadow .15s}.card:hover{transform:translateY(-3px);box-shadow:0 16px 44px rgba(47,94,40,.14)}.card .photo{height:190px;background:var(--green-soft);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem}.card .body{padding:18px}.card .price{font-size:1.45rem;font-weight:800;color:var(--green-deep)}.card .terms{color:var(--gold-deep);font-weight:700;font-size:.9rem;margin-bottom:6px}.card .title{font-weight:600;margin-bottom:4px}.card .meta{color:var(--muted);font-size:.9rem}.empty{grid-column:1/-1;text-align:center;padding:68px 24px;background:#fff;border:1px dashed var(--line);border-radius:14px;color:var(--muted)}.empty strong{color:var(--green-deep);display:block;font-size:1.1rem;margin-bottom:6px}.trust{background:var(--green-deep);color:var(--cream);padding:54px 0}.trust .grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:32px;gap:32px}.trust h3{color:var(--gold);font-size:1.05rem;margin-bottom:6px}.trust p{opacity:.9;font-size:.95rem}footer.site{border-top:3px solid var(--gold);padding:40px 0;color:var(--muted);font-size:.9rem;text-align:center;background:var(--cream)}@media (max-width:640px){nav.main a:not(:last-child){display:none}.search{flex-direction:column}}