:root {
  --ink: #1b1a17;
  --muted: #6b6560;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --line: #e4dcd0;
  --navy: #162433;
  --gold: #c4a35a;
  --save: #1f7a4d;
  --save-bg: #e5f4eb;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--cream); color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; }
a { color: inherit; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 28px 22px 80px; }
header.hero { padding: 18px 0 28px; border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.kicker { letter-spacing: .16em; text-transform: uppercase; font-size: 11px;
  color: var(--gold); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
h1 { font-weight: 600; font-size: 42px; line-height: 1.05; margin: 8px 0 10px; }
.lede { max-width: 640px; color: var(--muted); font-size: 18px; line-height: 1.45; margin: 0; }
.meta { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; color: var(--muted); }
.pill { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 5px 11px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.filters button { border: 1px solid var(--line); background: var(--paper); color: var(--ink);
  border-radius: 999px; padding: 7px 14px; cursor: pointer; font-size: 13px; }
.filters button.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; margin-top: 18px; }
.card { background: var(--paper); border-radius: 18px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(22,36,51,.06); display: flex; flex-direction: column; }
.card .pic { height: 168px; background-size: cover; background-position: center; position: relative; }
.save { position: absolute; top: 12px; left: 12px; background: var(--save);
  color: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: .04em; padding: 5px 9px; border-radius: 999px; }
.watch { position: absolute; top: 12px; right: 12px; background: rgba(255,253,248,.92);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 11px;
  padding: 5px 8px; border-radius: 999px; color: var(--muted); }
.body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.src { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 11px; color: var(--muted); }
.city { font-size: 26px; margin: 0; }
.region { color: var(--muted); font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.price { font-size: 34px; margin: 8px 0 0; letter-spacing: -.02em; }
.price span { font-size: 16px; color: var(--muted); font-weight: 400; }
.normally { color: var(--muted); font-size: 14px; }
.normally s { color: #9a9288; }
.when { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; color: var(--muted); }
.note { font-size: 13px; color: var(--muted); line-height: 1.35; }
.cta { margin-top: auto; padding-top: 12px; display: flex; gap: 8px; }
.cta a { flex: 1; text-align: center; text-decoration: none; border-radius: 10px; padding: 10px 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; font-weight: 600; }
.cta .book { background: var(--navy); color: #fff; }
.cta .explore { background: var(--cream); color: var(--ink); border: 1px solid var(--line); }
.empty { padding: 40px 8px; color: var(--muted); }
footer { margin-top: 40px; color: var(--muted); font-size: 13px; line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
