:root {
  color: #181714;
  background: #f4efe7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body { margin: 0; min-width: 320px; background: #f4efe7; color: #181714; }
a { color: inherit; text-underline-offset: .18em; }
img { display: block; max-width: 100%; }

.seo-skip { position: fixed; z-index: 20; top: .5rem; left: .5rem; padding: .7rem 1rem; background: #fff; transform: translateY(-180%); }
.seo-skip:focus { transform: none; }
.seo-header, .seo-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 1240px; margin: 0 auto; padding: 1.25rem clamp(1rem, 4vw, 3rem); }
.seo-header { border-bottom: 1px solid rgba(24, 23, 20, .14); }
.seo-brand { display: inline-flex; align-items: center; gap: .65rem; font-size: 1.25rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; }
.seo-brand__logo { width: 2.5rem; height: 2.5rem; object-fit: contain; }
.seo-footer { margin-top: 4rem; border-top: 1px solid rgba(24, 23, 20, .14); color: #5a574f; }
.seo-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1rem; }
.seo-organization { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .4rem 1rem; margin-bottom: .7rem; font-style: normal; font-size: .82rem; }
.seo-main { max-width: 1240px; min-height: 60vh; margin: 0 auto; padding: 1.25rem clamp(1rem, 4vw, 3rem) 3rem; }
.seo-breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin: .75rem 0 1.75rem; color: #5a574f; font-size: .9rem; }
.seo-breadcrumbs a:last-child { color: #181714; text-decoration: none; }
.seo-eyebrow { margin: 0 0 .65rem; color: #776f63; font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 22ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 5vw, 4.8rem); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.seo-property { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .7fr); gap: clamp(1.5rem, 5vw, 4.5rem); align-items: start; }
.seo-property__summary { position: sticky; top: 1rem; padding-top: .5rem; }
.seo-photo { width: 100%; aspect-ratio: 4 / 3; border-radius: 1.25rem; background: #ded7cc; object-fit: cover; }
.seo-photo--empty, .seo-card__placeholder { display: grid; place-items: center; color: #777067; font-weight: 800; letter-spacing: .12em; }
.seo-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-top: .75rem; }
.seo-gallery img { width: 100%; aspect-ratio: 4 / 3; border-radius: .8rem; object-fit: cover; }
.seo-price { margin: 1.5rem 0 .3rem; font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 750; }
.seo-address { margin: 0 0 1.5rem; color: #5a574f; line-height: 1.55; }
.seo-freshness { margin: -1rem 0 1.5rem; color: #777067; font-size: .82rem; }
.seo-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin: 1.4rem 0; }
.seo-facts div { padding: 1rem; border: 1px solid rgba(24, 23, 20, .14); border-radius: .8rem; }
.seo-facts dt { color: #777067; font-size: .78rem; }
.seo-facts dd { margin: .25rem 0 0; font-weight: 700; }
.seo-chat { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; margin-top: .4rem; padding: .8rem 1.25rem; border-radius: 999px; background: #181714; color: #fff; font-weight: 700; text-align: center; text-decoration: none; }
.seo-chat:focus-visible, .seo-chat:hover { background: #3d3932; }
.seo-chat-note { margin: .6rem 0 0; color: #777067; font-size: .78rem; }
.seo-notice { padding: .9rem 1rem; border-left: 3px solid #9b7b4d; background: #ebe2d6; line-height: 1.5; }
.seo-copy, .seo-related { max-width: 58rem; margin-top: 3rem; }
.seo-copy p { white-space: normal; line-height: 1.72; }
.seo-landing-head { display: grid; justify-items: start; gap: .8rem; margin: 2.5rem 0 3rem; }
.seo-landing-head p { max-width: 48rem; margin: 0; line-height: 1.5; }
.seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.seo-card { overflow: hidden; border-radius: 1rem; background: #fff; box-shadow: 0 .4rem 1.5rem rgba(37, 31, 22, .07); }
.seo-card__image { display: block; background: #ded7cc; text-decoration: none; }
.seo-card__image img, .seo-card__placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.seo-card__body { padding: 1rem; }
.seo-card h2 { margin: 0; font-size: 1.3rem; }
.seo-card h2 a { text-decoration: none; }
.seo-card p { margin: .45rem 0 0; color: #5a574f; }
.seo-card .seo-card__price { color: #181714; font-size: 1.1rem; font-weight: 750; }
.seo-card .seo-card__freshness { color: #777067; font-size: .76rem; }
.seo-pagination { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; justify-content: center; margin-top: 2.5rem; }
.seo-pagination a, .seo-pagination span { display: grid; min-width: 2.7rem; min-height: 2.7rem; place-items: center; padding: .5rem; border: 1px solid rgba(24, 23, 20, .18); border-radius: 999px; text-decoration: none; }
.seo-pagination span { background: #181714; color: #fff; }
.seo-error { max-width: 48rem; padding: clamp(3rem, 10vw, 8rem) 0; }
.seo-error > p:not(.seo-eyebrow) { margin: 1.5rem 0; font-size: 1.15rem; line-height: 1.6; }

@media (max-width: 850px) {
  .seo-property { grid-template-columns: 1fr; }
  .seo-property__summary { position: static; }
  .seo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .seo-header nav { font-size: .85rem; }
  .seo-footer { align-items: flex-start; flex-direction: column; }
  .seo-main { padding-inline: 1rem; }
  .seo-grid { grid-template-columns: 1fr; }
  .seo-gallery { grid-template-columns: 1fr; }
  .seo-property__summary h1, .seo-landing-head h1 { font-size: 2.55rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
