/* Heimstatt: the national homes portal. A property-search product of 2026.
   The design tokens on <html> are kept (base.css reads them for the 404 notice and the shared furniture);
   the brand sets its own face, colour and components on body.hs. */

body.hs {
  --hs-font: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --body-font: var(--hs-font); --head-font: var(--hs-font); --ui: var(--hs-font);
  --hs-ink: #17201b; --hs-ink-2: #3b4640; --hs-muted: #66716b; --hs-line: #e1e4de; --hs-line-2: #cdd3cc;
  --hs-bg: #f6f6f2; --hs-card: #ffffff; --hs-brand: #1c5b44; --hs-brand-2: #164a37; --hs-brand-soft: #e4efe9;
  --hs-warn: #b4521d; --hs-warn-soft: #f8ebe2; --hs-good: #1f7a4d; --hs-good-soft: #e3f2ea;
  --hs-radius: 10px; --hs-shadow: 0 1px 2px rgba(20, 30, 25, .06), 0 2px 10px rgba(20, 30, 25, .05);
  --ink: var(--hs-ink); --muted: var(--hs-muted); --rule: var(--hs-line-2); --rule-soft: var(--hs-line); --accent: var(--hs-brand); --panel: var(--hs-card);
  background: var(--hs-bg); color: var(--hs-ink); font-family: var(--hs-font); font-size: 16px; line-height: 1.5;
  font-variant-numeric: tabular-nums; -webkit-font-smoothing: antialiased;
}
body.hs main { max-width: none; padding: 0; }
body.hs main p, body.hs main li, body.hs main dd, body.hs main dt { max-width: none; }
:where(body.hs) h1, :where(body.hs) h2, :where(body.hs) h3 { font-family: var(--hs-font); font-weight: 650; letter-spacing: -.012em; line-height: 1.2; }
body.hs a { color: var(--hs-brand); text-decoration: none; }
body.hs a:hover { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
body.hs button { font: inherit; cursor: pointer; }
.hs-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.hs svg { fill: currentColor; }

/* ---------- header ---------- */
.hs-header { background: var(--hs-card); border-bottom: 1px solid var(--hs-line); }
.hs-header-in { max-width: 1240px; margin: 0 auto; padding: 0 24px; height: 64px; display: flex; align-items: center; gap: 28px; }
.hs-logo { display: inline-flex; align-items: center; gap: 9px; color: var(--hs-ink) !important; text-decoration: none !important; font-weight: 700; font-size: 21px; letter-spacing: -.03em; }
.hs-mark rect { fill: var(--hs-brand); }
.hs-mark path { fill: #fff; }
.hs-nav { display: flex; gap: 22px; font-size: 15px; font-weight: 500; }
.hs-nav a { color: var(--hs-ink-2) !important; }
.hs-actions { margin-left: auto; display: flex; align-items: center; gap: 18px; font-size: 15px; font-weight: 500; }
.hs-act-quiet { color: var(--hs-ink-2) !important; display: inline-flex; align-items: center; gap: 6px; }
.hs-act-quiet svg { fill: none; stroke: currentColor; stroke-width: 1.4; }
.hs-act-outline { border: 1.5px solid var(--hs-brand); color: var(--hs-brand) !important; padding: 7px 14px; border-radius: 8px; font-weight: 600; }
.hs-act-outline:hover { background: var(--hs-brand-soft); text-decoration: none !important; }

/* ---------- sticky search bar ---------- */
.hs-searchbar { position: sticky; top: 0; z-index: 20; background: var(--hs-brand); margin: 0; }
.hs-searchbar-in { max-width: 1240px; margin: 0 auto; padding: 12px 24px; display: flex; gap: 10px; align-items: stretch; }
.hs-field { flex: 1; display: flex; flex-direction: column; background: #fff; border-radius: 8px; padding: 6px 12px 5px; min-width: 0; }
.hs-field span { font-size: 11.5px; font-weight: 600; color: var(--hs-muted); letter-spacing: .02em; }
.hs-field select { border: 0; font: inherit; font-size: 16px; font-weight: 500; color: var(--hs-ink); background: transparent; padding: 1px 0; outline: none; appearance: auto; }
.hs-seg { display: flex; border: 0; margin: 0; padding: 3px; background: rgba(255, 255, 255, .14); border-radius: 8px; gap: 3px; }
.hs-seg legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.hs-seg label { display: flex; }
.hs-seg input { position: absolute; opacity: 0; pointer-events: none; }
.hs-seg span { display: flex; align-items: center; padding: 0 18px; border-radius: 6px; color: #fff; font-weight: 600; cursor: pointer; }
.hs-seg input:checked + span { background: #fff; color: var(--hs-brand); }
.hs-seg input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.hs-go { border: 0; background: #f2c14e; color: #1d1a10; font-weight: 700; padding: 0 26px; border-radius: 8px; font-size: 16px; }
.hs-go:hover { background: #f5cd6b; }

/* ---------- common ---------- */
.hs-crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: 13.5px; color: var(--hs-muted); padding: 18px 0 6px; }
.hs-crumbs > * + *::before { content: "/"; margin-right: 6px; color: var(--hs-line-2); }
.hs-crumbs a { color: var(--hs-muted) !important; }
.hs-section { margin: 44px 0; }
.hs-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.hs-section-head h2 { font-size: 24px; margin: 0; }
.hs-section-head p { margin: 0; color: var(--hs-muted); font-size: 15px; }
.hs-h2 { font-size: 22px; margin: 8px 0 16px; }
.hs-sub { color: var(--hs-muted); margin: 4px 0 0; font-size: 15px; }
.hs-fine { color: var(--hs-muted); font-size: 13.5px; }
.hs-prose { font-size: 16.5px; line-height: 1.62; color: var(--hs-ink-2); max-width: 68ch !important; }
.hs-prose h2 { font-size: 18px; margin: 26px 0 6px; }
.hs-lede { font-size: 19px; color: var(--hs-ink-2); margin: 0 0 20px; }
.hs-btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 1.5px solid var(--hs-line-2); background: #fff; color: var(--hs-ink) !important; border-radius: 8px; padding: 10px 16px; font-weight: 600; font-size: 15px; text-decoration: none !important; }
.hs-btn:hover { border-color: var(--hs-ink-2); }
.hs-btn-primary { background: var(--hs-brand); border-color: var(--hs-brand); color: #fff !important; }
.hs-btn-primary:hover { background: var(--hs-brand-2); border-color: var(--hs-brand-2); }
.hs-ghost { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--hs-line-2); background: #fff; color: var(--hs-ink-2); border-radius: 999px; padding: 7px 14px; font-size: 14px; font-weight: 500; }
.hs-ghost svg { fill: none; stroke: currentColor; stroke-width: 1.3; }
.hs-ghost:hover { border-color: var(--hs-ink-2); }
.hs-inert { display: flex; gap: 8px; flex-wrap: wrap; }
.hs-chip { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--hs-line-2); background: #fff; color: var(--hs-ink-2) !important; border-radius: 999px; padding: 6px 13px; font-size: 14px; font-weight: 500; margin: 0 6px 8px 0; text-decoration: none !important; }
.hs-chip small { color: var(--hs-muted); font-size: 12.5px; }
.hs-chip:hover { border-color: var(--hs-brand); }
.hs-chip.on { background: var(--hs-ink); border-color: var(--hs-ink); color: #fff !important; }
.hs-chip.on small { color: rgba(255, 255, 255, .7); }
.hs-chip.off { opacity: .45; }
.hs-panel { background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 18px 20px; margin: 0 0 16px; }
.hs-panel h2 { font-size: 16px; margin: 0 0 10px; }
.hs-panel p { margin: 0 0 8px; font-size: 15px; }
.hs-panel-quiet { background: transparent; }
.hs-mini { list-style: none; padding: 0; margin: 0; }
.hs-mini li { padding: 8px 0; border-bottom: 1px solid var(--hs-line); font-size: 15px; margin: 0; }
.hs-mini li:last-child { border-bottom: 0; }
.hs-mini small { display: block; color: var(--hs-muted); font-size: 13px; }
.hs-dl { display: grid; grid-template-columns: auto 1fr; gap: 0 18px; margin: 0; font-size: 15px; }
.hs-dl dt { color: var(--hs-muted); padding: 7px 0; border-bottom: 1px solid var(--hs-line); }
.hs-dl dd { margin: 0; padding: 7px 0; border-bottom: 1px solid var(--hs-line); text-align: right; font-weight: 500; }
.hs-dl-2 { grid-template-columns: minmax(8rem, 12rem) 1fr; }
.hs-panel .hs-dl { grid-template-columns: 1fr auto; }
.hs-panel .hs-dl dd { white-space: nowrap; }
.hs-dl-2 dd { text-align: left; }
.hs-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--hs-ink-2); border: 1px solid var(--hs-line-2); border-radius: 6px; padding: 5px 10px; background: #fff; }
.hs-badge b { font-size: 10.5px; letter-spacing: .06em; background: var(--hs-brand-soft); color: var(--hs-brand); border-radius: 4px; padding: 1px 5px; }
.hs-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; }
.hs-link { font-weight: 600; }
.hs-big { font-size: 28px; font-weight: 700; display: block; line-height: 1.1; }

/* ---------- hero (front page) ---------- */
.hs-hero { background: var(--hs-card); border-bottom: 1px solid var(--hs-line); padding: 48px 0 36px; }
.hs-hero h1 { font-size: 44px; max-width: 18ch; margin: 0 0 14px; letter-spacing: -.028em; font-weight: 700; }
.hs-hero-sub { font-size: 18px; color: var(--hs-ink-2); max-width: 62ch !important; margin: 0 0 26px; }
.hs-hero-stats { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; }
.hs-hero-stats li { background: var(--hs-bg); border-radius: var(--hs-radius); padding: 14px 16px; margin: 0; }
.hs-hero-stats b { display: block; font-size: 22px; font-weight: 700; letter-spacing: -.01em; }
.hs-hero-stats span { font-size: 13.5px; color: var(--hs-muted); }
.hs-hero-stats-light { margin: 16px 0 24px; }
.hs-hero-stats-light li { background: var(--hs-card); border: 1px solid var(--hs-line); }

/* ---------- cards ---------- */
.hs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hs-grid-4 { grid-template-columns: repeat(4, 1fr); }
.hs-grid-3 { grid-template-columns: repeat(2, 1fr); }
.hs-card { display: flex; flex-direction: column; background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); overflow: hidden; color: var(--hs-ink) !important; text-decoration: none !important; transition: box-shadow .15s, border-color .15s; }
.hs-card:hover { box-shadow: var(--hs-shadow); border-color: var(--hs-line-2); }
.hs-card-img, .hs-row-img { position: relative; aspect-ratio: 3 / 2; background: #dfe3dd; overflow: hidden; }
.hs-card-img img, .hs-row-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hs-card-body { padding: 14px 16px 16px; }
.hs-card-body p { margin: 0; }
.hs-price { font-size: 21px; font-weight: 700; letter-spacing: -.015em; margin: 0 0 4px !important; }
.hs-price small { font-size: 14px; font-weight: 500; color: var(--hs-muted); }
.hs-price s { font-size: 14px; font-weight: 500; color: var(--hs-muted); margin-left: 6px; }
.hs-specs { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 14px; color: var(--hs-ink-2); margin: 2px 0 6px !important; }
.hs-addr { font-size: 15px; font-weight: 500; }
.hs-kind, .hs-meta { font-size: 13.5px; color: var(--hs-muted); margin-top: 2px !important; }
.hs-chip-age { position: absolute; left: 10px; bottom: 10px; background: rgba(255, 255, 255, .94); color: var(--hs-ink); font-size: 12px; font-weight: 600; padding: 3px 8px; border-radius: 5px; }
.hs-flag { position: absolute; left: 10px; top: 10px; background: var(--hs-ink); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 8px; border-radius: 5px; letter-spacing: .01em; }
.hs-flag + .hs-flag { left: auto; right: 10px; }
.hs-flag-new { background: var(--hs-brand); }
.hs-flag-cut { background: var(--hs-warn); }
.hs-flag-let { background: #2d4a80; }
.hs-note-good { font-size: 13px; color: var(--hs-good); font-weight: 600; margin: 0 0 4px !important; }

/* ---------- results ---------- */
.hs-results-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin: 4px 0 16px; }
.hs-results-head h1 { font-size: 30px; margin: 0; }
.hs-results-head h1 a { color: inherit !important; }
.hs-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; padding: 12px 0; border-top: 1px solid var(--hs-line); border-bottom: 1px solid var(--hs-line); margin-bottom: 20px; }
.hs-tabs { display: flex; background: #e9ebe6; border-radius: 8px; padding: 3px; }
.hs-tabs a { padding: 6px 14px; border-radius: 6px; color: var(--hs-ink-2) !important; font-weight: 600; font-size: 14.5px; text-decoration: none !important; }
.hs-tabs a.on { background: #fff; color: var(--hs-ink) !important; box-shadow: 0 1px 2px rgba(0, 0, 0, .08); }
.hs-tabs small { color: var(--hs-muted); font-weight: 500; margin-left: 3px; }
.hs-chips { display: flex; flex-wrap: wrap; }
.hs-chips .hs-chip { margin: 0 6px 0 0; }
.hs-sort { margin-left: auto; display: flex; align-items: center; gap: 4px; font-size: 14px; }
.hs-sort span { color: var(--hs-muted); margin-right: 4px; }
.hs-sort a { color: var(--hs-ink-2) !important; padding: 5px 9px; border-radius: 6px; }
.hs-sort a.on { background: var(--hs-brand-soft); color: var(--hs-brand) !important; font-weight: 600; }
.hs-results-grid, .hs-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; align-items: start; }
.hs-list { display: flex; flex-direction: column; gap: 14px; }
.hs-row { display: grid; grid-template-columns: 300px 1fr; background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); overflow: hidden; color: var(--hs-ink) !important; text-decoration: none !important; }
.hs-row:hover { box-shadow: var(--hs-shadow); border-color: var(--hs-line-2); }
.hs-row-img { aspect-ratio: auto; min-height: 190px; }
.hs-row-body { padding: 16px 20px; }
.hs-row-body p { margin: 0 0 3px; }
.hs-side { position: sticky; top: 90px; }
.hs-mapview { margin: 0 0 16px; border-radius: var(--hs-radius); overflow: hidden; border: 1px solid var(--hs-line); background: #eef0ea; position: relative; }
.hs-mapview img { display: block; width: 180%; max-width: none; height: 230px; object-fit: cover; object-position: 50% 45%; margin-left: -40%; }
.hs-mapview figcaption { position: absolute; left: 10px; bottom: 10px; background: #fff; border-radius: 6px; padding: 4px 10px; font-size: 13px; font-weight: 600; color: var(--hs-ink); margin: 0; box-shadow: var(--hs-shadow); }
.hs-mapview-wide img { height: 260px; width: 140%; margin-left: -20%; }
.hs-empty { background: var(--hs-card); border: 1px dashed var(--hs-line-2); border-radius: var(--hs-radius); padding: 28px; }
.hs-empty h2 { font-size: 19px; margin: 0 0 6px; }
.hs-streets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; }
.hs-streets li { margin: 0; }
.hs-streets a { display: block; background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: 8px; padding: 10px 14px; color: var(--hs-ink) !important; text-decoration: none !important; }
.hs-streets a:hover { border-color: var(--hs-brand); }
.hs-streets b { display: block; font-weight: 600; }
.hs-streets span { font-size: 13px; color: var(--hs-muted); }

/* ---------- front page blocks ---------- */
.hs-prices { display: grid; grid-template-columns: minmax(0, 2.3fr) minmax(250px, 1fr); gap: 24px; align-items: start; }
.hs-prices td:first-child { white-space: nowrap; font-weight: 500; }
.hs-index { margin: 0; background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 12px; }
.hs-index img { width: 100%; display: block; }
.hs-index figcaption { font-size: 13px; color: var(--hs-muted); margin-top: 6px; }
.hs-table { width: 100%; border-collapse: collapse; background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); overflow: hidden; font-size: 14.5px; }
.hs-table th { font-family: var(--hs-font); font-size: 12.5px; font-weight: 600; color: var(--hs-muted); text-transform: none; letter-spacing: .01em; background: #fafaf7; border-bottom: 1px solid var(--hs-line); padding: 10px 12px; }
.hs-table td { padding: 9px 12px; border-bottom: 1px solid var(--hs-line); vertical-align: middle; }
.hs-table tr:last-child td { border-bottom: 0; }
.hs-table small { color: var(--hs-muted); margin-left: 4px; }
.hs-bar-col { width: 20%; min-width: 90px; }
.hs-bar { display: block; height: 8px; border-radius: 4px; background: var(--hs-brand); opacity: .8; min-width: 2px; }
.hs-towns { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 8px 28px; }
.hs-towns h3 { font-size: 14px; color: var(--hs-muted); font-weight: 600; margin: 8px 0 8px; }
.hs-towns p { margin: 0; }
.hs-agents { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.hs-agents li { margin: 0; }
.hs-agents a { display: flex; gap: 12px; align-items: center; background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 12px 14px; color: var(--hs-ink) !important; text-decoration: none !important; }
.hs-agents a:hover { border-color: var(--hs-brand); }
.hs-agents img { border-radius: 8px; flex: none; }
.hs-agents b { display: block; font-weight: 600; font-size: 15px; }
.hs-agents small { color: var(--hs-muted); font-size: 13px; }
.hs-mortgage-strip { display: flex; justify-content: space-between; align-items: center; gap: 24px; background: var(--hs-brand-soft); border-radius: 14px; padding: 26px 30px; }
.hs-mortgage-strip h2 { margin: 0 0 6px; font-size: 21px; }
.hs-mortgage-strip p { margin: 0; color: var(--hs-ink-2); max-width: 60ch !important; }

/* ---------- property page ---------- */
.hs-gallery { position: relative; border-radius: 14px; overflow: hidden; background: #dfe3dd; margin: 8px 0 24px; }
.hs-gallery img { width: 100%; height: 440px; object-fit: cover; display: block; }
.hs-gallery-quiet img { height: 300px; filter: saturate(.7); }
.hs-gallery-actions { position: absolute; right: 14px; top: 14px; display: flex; gap: 8px; }
.hs-status { font-size: 13.5px; font-weight: 600; color: var(--hs-muted); margin: 0 0 6px; }
.hs-status-for_sale { color: var(--hs-brand); }
.hs-status-under_offer { color: var(--hs-warn); }
.hs-status-for_rent { color: #2d4a80; }
.hs-detail-main h1 { font-size: 32px; margin: 0 0 6px; }
.hs-bigprice { font-size: 34px; font-weight: 700; letter-spacing: -.02em; margin: 0 0 4px; }
.hs-bigprice small { font-size: 16px; font-weight: 500; color: var(--hs-muted); }
.hs-vs { color: var(--hs-ink-2); font-size: 14.5px; margin: 0 0 16px; }
.hs-keyfacts { list-style: none; padding: 0; margin: 18px 0 8px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); background: var(--hs-card); }
.hs-keyfacts li { padding: 14px 16px; margin: 0; border-right: 1px solid var(--hs-line); }
.hs-keyfacts li:last-child { border-right: 0; }
.hs-keyfacts b { display: block; font-size: 18px; font-weight: 650; }
.hs-keyfacts span { font-size: 13px; color: var(--hs-muted); }
.hs-block { padding: 26px 0; border-bottom: 1px solid var(--hs-line); }
.hs-block:last-child { border-bottom: 0; }
.hs-block h2 { font-size: 21px; margin: 0 0 14px; }
.hs-block h3 { font-size: 15px; margin: 0 0 8px; }
.hs-estimate { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.hs-estimate > div { background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 14px 16px; }
.hs-estimate small { display: block; font-size: 13px; color: var(--hs-muted); }
.hs-estimate b { display: block; font-size: 24px; font-weight: 700; }
.hs-estimate span { font-size: 13.5px; color: var(--hs-ink-2); }
.hs-chart { margin: 0 0 10px; background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 14px 14px 10px; }
.hs-chart svg { width: 100%; height: auto; display: block; }
.hs-chart .grid { stroke: var(--hs-line); stroke-width: 1; }
.hs-chart .ylab { font: 11px var(--hs-font); fill: var(--hs-muted); text-anchor: end; }
.hs-chart .xlab { font: 11px var(--hs-font); fill: var(--hs-muted); text-anchor: middle; }
.hs-chart .line { fill: none; stroke: var(--hs-brand); stroke-width: 2.2; stroke-linejoin: round; }
.hs-chart .sale { fill: #fff; stroke: var(--hs-warn); stroke-width: 2.2; }
.hs-chart .now { fill: var(--hs-brand); stroke: #fff; stroke-width: 2; }
.hs-chart figcaption { font-size: 13px; color: var(--hs-muted); display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 4px; }
.hs-chart .k { display: inline-block; width: 14px; height: 3px; background: var(--hs-brand); margin-left: 10px; }
.hs-chart .k:first-child { margin-left: 0; }
.hs-chart .k-sale { width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--hs-warn); background: #fff; }
.hs-chart .k-now { width: 9px; height: 9px; border-radius: 50%; background: var(--hs-brand); }
.hs-mortgage td:first-child { font-weight: 500; }
.hs-area { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hs-area p { font-size: 15px; }
.hs-mode { display: inline-block; font-size: 11.5px; font-weight: 700; padding: 1px 6px; border-radius: 4px; background: #e9ebe6; color: var(--hs-ink-2); margin-right: 4px; }
.hs-mode-rail { background: #e3e9f6; color: #2d4a80; }
.hs-mode-tram { background: #f6ecd8; color: #7a5410; }
.hs-mode-bus { background: var(--hs-brand-soft); color: var(--hs-brand); }
.hs-detail-side { position: sticky; top: 90px; }
.hs-agent-card .hs-btn { width: 100%; margin: 0 0 8px; }
.hs-agent-head { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; color: var(--hs-ink) !important; text-decoration: none !important; }
.hs-agent-head img { border-radius: 8px; }
.hs-agent-head small { display: block; font-size: 12.5px; color: var(--hs-muted); }
.hs-agent-head b { font-weight: 650; }
.hs-lic { font-size: 12px; color: var(--hs-muted); margin: 6px 0 0 !important; }
.hs-pill { display: inline-block; font-size: 12px; font-weight: 600; padding: 2px 8px; border-radius: 999px; background: #e9ebe6; }
.hs-pill-for_sale { background: var(--hs-brand-soft); color: var(--hs-brand); }
.hs-pill-under_offer { background: var(--hs-warn-soft); color: var(--hs-warn); }
.hs-pill-for_rent { background: #e3e9f6; color: #2d4a80; }
.hs-nowrap, .hs-street-table td { white-space: nowrap; }
.hs-street-table td a { color: var(--hs-ink) !important; }

/* ---------- agent page ---------- */
.hs-agent-hero { display: grid; grid-template-columns: 88px 1fr auto; gap: 22px; align-items: start; background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: 14px; padding: 24px; margin: 8px 0 0; }
.hs-agent-hero img { border-radius: 12px; }
.hs-agent-hero h1 { font-size: 30px; margin: 0; }
.hs-agent-hero h1 a { color: inherit !important; }
.hs-agent-cta { display: flex; flex-direction: column; gap: 8px; }
.hs-chiprow { margin: 0; }

/* ---------- land register extract ---------- */
.hs-register-intro { color: var(--hs-muted); font-size: 14.5px; margin: 4px 0 18px; }
.lr-doc { background: #fffefa; border: 1px solid #d8d4c6; border-radius: 4px; padding: 36px 44px; max-width: 820px; margin: 0 auto 48px; font-family: Georgia, 'Times New Roman', serif; color: #1d1c18; box-shadow: 0 1px 0 #ece8da, 0 8px 24px rgba(40, 35, 20, .06); }
.lr-doc h1, .lr-doc h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: 0; }
.lr-head { border-bottom: 3px double #1d1c18; padding-bottom: 12px; margin-bottom: 18px; text-align: center; }
.lr-kicker { font-variant: small-caps; letter-spacing: .08em; font-size: 14px; margin: 0; }
.lr-head h1 { font-size: 28px; margin: 6px 0; }
.lr-issued { font-size: 13.5px; color: #5d5a50; margin: 0; }
.lr-doc section { margin: 0 0 18px; }
.lr-doc h2 { font-size: 18px; border-bottom: 1px solid #b9b4a3; padding-bottom: 4px; margin: 22px 0 10px; }
.lr-doc h2 span { display: inline-block; width: 26px; font-weight: 700; }
.lr-doc a { color: #1d1c18 !important; text-decoration: underline !important; text-decoration-color: #b9b4a3 !important; }
.lr-dl { display: grid; grid-template-columns: 12rem 1fr; gap: 4px 16px; margin: 0; }
.lr-dl dt { font-variant: small-caps; letter-spacing: .04em; color: #5d5a50; }
.lr-dl dd { margin: 0; }
.lr-table { width: 100%; font-size: 15px; }
.lr-table th { font-family: Georgia, serif; font-variant: small-caps; font-weight: 400; letter-spacing: .04em; color: #5d5a50; border-bottom: 1px solid #1d1c18; }
.lr-table td { border-bottom: 1px dotted #b9b4a3; }
.lr-foot { border-top: 1px solid #b9b4a3; padding-top: 12px; font-size: 13px; color: #5d5a50; }
.lr-ref { font-family: var(--hs-font); }

/* ---------- info pages ---------- */
.hs-info-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; margin: 12px 0 60px; }
.hs-info-nav { display: flex; flex-direction: column; gap: 2px; position: sticky; top: 90px; align-self: start; }
.hs-info-nav a { color: var(--hs-ink-2) !important; padding: 7px 12px; border-radius: 7px; font-size: 15px; text-decoration: none !important; }
.hs-info-nav a.on { background: var(--hs-brand-soft); color: var(--hs-brand) !important; font-weight: 600; }
.hs-info h1 { font-size: 34px; margin: 0 0 10px; }
.hs-info h2 { font-size: 20px; margin: 28px 0 12px; }
.hs-jobs { list-style: none; padding: 0; margin: 0; }
.hs-jobs li { background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 12px 16px; margin: 0 0 10px; }
.hs-jobs b { display: block; font-size: 16px; }
.hs-jobs span { display: block; font-size: 14px; color: var(--hs-ink-2); }
.hs-jobs small { color: var(--hs-muted); font-size: 12.5px; }

/* ---------- footer ---------- */
.hs-footer { background: #13201a; color: #c9d2cc; margin-top: 56px; }
.hs-footer-in { max-width: 1240px; margin: 0 auto; padding: 44px 24px 26px; }
.hs-footer a { color: #c9d2cc !important; }
.hs-footer a:hover { color: #fff !important; }
.hs-foot-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 28px; }
.hs-foot-grid h2 { font-size: 13px; color: #fff; font-weight: 650; letter-spacing: .02em; margin: 0 0 12px; }
.hs-foot-grid ul { list-style: none; padding: 0; margin: 0; }
.hs-foot-grid li { font-size: 14px; margin: 0 0 8px; }
.hs-foot-brand .hs-logo { color: #fff !important; }
.hs-foot-brand p { font-size: 14px; color: #93a39a; margin: 10px 0 0; max-width: 30ch; }
.hs-trust { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 18px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); }
.hs-trust .hs-badge { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .14); color: #c9d2cc; }
.hs-trust .hs-badge b { background: rgba(255, 255, 255, .1); color: #fff; }
.hs-legal { font-size: 12.5px; color: #8a998f; margin: 0 0 8px; max-width: 110ch; }
.hs-footer .vmt { color: #8a998f; font-family: var(--hs-font); font-size: 12px; }

/* ---------- small screens ---------- */
@media (max-width: 1080px) {
  .hs-nav { display: none; }
  .hs-grid { grid-template-columns: repeat(2, 1fr); }
  .hs-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .hs-results-grid, .hs-detail-grid { grid-template-columns: 1fr; }
  .hs-side, .hs-detail-side { position: static; }
  .hs-prices { grid-template-columns: 1fr; }
  .hs-foot-grid { grid-template-columns: repeat(2, 1fr); }
  .hs-foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .hs-wrap, .hs-header-in, .hs-searchbar-in, .hs-footer-in { padding-left: 16px; padding-right: 16px; }
  .hs-header-in { gap: 12px; }
  .hs-actions { gap: 12px; font-size: 14px; }
  .hs-actions .hs-act-quiet:first-child { display: none; }
  .hs-act-outline { padding: 6px 10px; }
  .hs-searchbar-in { flex-wrap: wrap; }
  .hs-field { flex-basis: 100%; }
  .hs-seg { flex: 1; }
  .hs-seg label { flex: 1; }
  .hs-seg span { flex: 1; justify-content: center; padding: 8px 0; }
  .hs-hero { padding: 30px 0 24px; }
  .hs-hero h1 { font-size: 31px; }
  .hs-grid, .hs-grid-4, .hs-grid-3 { grid-template-columns: 1fr; }
  .hs-row { grid-template-columns: 1fr; }
  .hs-row-img { aspect-ratio: 3 / 2; min-height: 0; }
  .hs-sort { margin-left: 0; flex-wrap: wrap; }
  .hs-keyfacts { grid-template-columns: repeat(2, 1fr); }
  .hs-keyfacts li:nth-child(2) { border-right: 0; }
  .hs-keyfacts li:nth-child(-n+2) { border-bottom: 1px solid var(--hs-line); }
  .hs-estimate, .hs-area { grid-template-columns: 1fr; }
  .hs-gallery img { height: 260px; }
  .hs-detail-main h1 { font-size: 25px; }
  .hs-bigprice { font-size: 28px; }
  .hs-table { display: block; overflow-x: auto; }
  .hs-agent-hero { grid-template-columns: 64px 1fr; }
  .hs-agent-hero img { width: 64px; height: 64px; }
  .hs-agent-cta { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
  .hs-info-grid { grid-template-columns: 1fr; gap: 12px; }
  .hs-info-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .lr-doc { padding: 22px 18px; }
  .lr-dl { grid-template-columns: 1fr; }
  .hs-mortgage-strip { flex-direction: column; align-items: flex-start; padding: 20px; }
  .hs-foot-grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- results: map panel and card list (the map-and-list search layout) ---------- */
.hs-results .hs-searchbar { position: static; }
.hs-filterbar { position: sticky; top: 0; z-index: 15; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; background: #fff; border-bottom: 1px solid var(--hs-line); padding: 10px 24px; }
.hs-filterbar .hs-chips .hs-chip { margin: 0 6px 0 0; }
.hs-filterbar .hs-inert { margin-left: auto; }
.hs-save { display: inline-flex; align-items: center; gap: 7px; border: 0; background: var(--hs-brand); color: #fff; font-weight: 600; font-size: 14px; border-radius: 8px; padding: 8px 14px; }
.hs-save svg { fill: none; stroke: currentColor; stroke-width: 1.4; }
.hs-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
.hs-mappanel { position: sticky; top: 57px; height: calc(100vh - 57px); border-right: 1px solid var(--hs-line); }
.hs-map-frame { position: relative; height: 100%; overflow: hidden; background: #e9e6da; }
.hs-map-frame > img { position: absolute; inset: -10% -10%; width: 120%; height: 120%; max-width: none; object-fit: cover; filter: saturate(.55) contrast(.95); }
.hs-pin { position: absolute; transform: translate(-50%, -100%); background: var(--hs-brand); color: #fff !important; font-size: 12px; font-weight: 700; padding: 3px 7px; border-radius: 6px; white-space: nowrap; text-decoration: none !important; box-shadow: 0 1px 3px rgba(0, 0, 0, .3); z-index: 2; }
.hs-pin::after { content: ""; position: absolute; left: 50%; bottom: -5px; margin-left: -5px; border: 5px solid transparent; border-bottom: 0; border-top-color: inherit; border-top-color: var(--hs-brand); }
.hs-pin-new { background: #2f7d5b; }
.hs-pin-new::after { border-top-color: #2f7d5b; }
.hs-pin-offer { background: #7b817d; }
.hs-pin-offer::after { border-top-color: #7b817d; }
.hs-pin:hover { background: var(--hs-ink); z-index: 3; }
.hs-pin:hover::after { border-top-color: var(--hs-ink); }
.hs-map-ctrls { position: absolute; right: 14px; top: 14px; display: flex; flex-direction: column; background: #fff; border-radius: 8px; box-shadow: var(--hs-shadow); overflow: hidden; }
.hs-map-ctrls span { width: 34px; height: 34px; display: grid; place-items: center; font-size: 18px; color: var(--hs-ink-2); border-bottom: 1px solid var(--hs-line); }
.hs-map-legend { position: absolute; left: 14px; bottom: 14px; margin: 0; background: #fff; border-radius: 8px; box-shadow: var(--hs-shadow); padding: 6px 12px; font-size: 12.5px; display: flex; align-items: center; gap: 6px; }
.hs-dot { display: inline-block; width: 10px; height: 10px; border-radius: 3px; background: var(--hs-brand); margin-left: 6px; }
.hs-dot:first-child { margin-left: 0; }
.hs-dot-offer { background: #7b817d; }
.hs-dot-new { background: #2f7d5b; }
.hs-listpanel { padding: 0 24px 40px; min-width: 0; }
.hs-listpanel .hs-crumbs { padding-top: 14px; }
.hs-results .hs-results-head { display: block; margin: 0 0 14px; }
.hs-results .hs-results-head h1 { font-size: 24px; }
.hs-results-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.hs-results-meta p { margin: 0; font-size: 15px; color: var(--hs-ink-2); }
.hs-results-meta .hs-sort { margin-left: 0; }
.hs-cardgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hs-card-z .hs-card-body { padding: 10px 14px 14px; }
.hs-card-z .hs-price { font-size: 23px; }
.hs-specs b { font-weight: 700; color: var(--hs-ink); }
.hs-heart { position: absolute; right: 10px; top: 10px; width: 28px; height: 28px; background: no-repeat center / 24px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20.5s-8-4.9-8-10.6A4.4 4.4 0 0 1 12 7.3a4.4 4.4 0 0 1 8 2.6c0 5.7-8 10.6-8 10.6z' fill='rgba(0,0,0,.3)' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E"); }
.hs-market { margin-top: 36px; }
.hs-market h2 { font-size: 20px; margin: 0 0 10px; }
.hs-market h3 { font-size: 15px; margin: 24px 0 8px; }
.hs-market .hs-dl { max-width: 560px; }
.hs-market .hs-streets { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
@media (max-width: 1080px) {
  .hs-split { grid-template-columns: 1fr; }
  .hs-mappanel { position: relative; top: 0; height: 320px; border-right: 0; border-bottom: 1px solid var(--hs-line); }
}
@media (max-width: 720px) {
  .hs-filterbar { padding: 8px 16px; position: static; }
  .hs-listpanel { padding: 0 16px 32px; }
  .hs-cardgrid { grid-template-columns: 1fr; }
}

/* ---------- front page: the full-width search header ---------- */
.hs-bighero { position: relative; background: #1b2e25 url(/images/map/country.svg?v=2) center 40% / cover no-repeat; color: #fff; }
.hs-bighero::before { content: ""; position: absolute; inset: 0; background: rgba(16, 32, 25, .58); }
.hs-bighero-in { position: relative; max-width: 780px; margin: 0 auto; padding: 88px 24px 96px; text-align: center; }
.hs-bighero h1 { font-size: 46px; font-weight: 700; letter-spacing: -.028em; margin: 0 0 10px; color: #fff; }
.hs-bighero p { font-size: 17px; color: rgba(255, 255, 255, .88); margin: 0 0 28px; }
.hs-herosearch { text-align: left; }
.hs-herotabs { display: flex; gap: 4px; border: 0; margin: 0 0 0 10px; padding: 0; }
.hs-herotabs legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.hs-herotabs input { position: absolute; opacity: 0; pointer-events: none; }
.hs-herotabs span { display: block; padding: 8px 20px; border-radius: 8px 8px 0 0; background: rgba(255, 255, 255, .22); color: #fff; font-weight: 700; cursor: pointer; }
.hs-herotabs input:checked + span { background: #fff; color: var(--hs-ink); }
.hs-herofield { display: flex; background: #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, .25); overflow: hidden; }
.hs-herofield select { flex: 1; border: 0; font: inherit; font-size: 19px; padding: 18px 20px; color: var(--hs-ink); background: transparent; outline: none; min-width: 0; }
.hs-herofield button { border: 0; background: #fff; color: var(--hs-brand); padding: 0 22px; }
.hs-herofield button svg { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.hs-hero-stats-float { margin-top: -34px; position: relative; }
.hs-hero-stats-float li { box-shadow: var(--hs-shadow); }
@media (max-width: 720px) { .hs-bighero-in { padding: 48px 16px 64px; } .hs-bighero h1 { font-size: 30px; } .hs-herofield select { font-size: 16px; padding: 14px; } }

/* ---------- home detail: gallery strip, price row ---------- */
.hs-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 6px; height: 440px; }
.hs-gallery img { width: 100%; height: 100% !important; object-fit: cover; }
.hs-gal-main { grid-row: 1 / 3; }
.hs-gallery-quiet { height: 320px; }
.hs-gal-all { position: absolute; right: 14px; bottom: 14px; border: 0; background: #fff; border-radius: 8px; padding: 8px 14px; font-weight: 600; font-size: 14px; box-shadow: var(--hs-shadow); }
.hs-pricerow { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 28px; }
.hs-bbs { display: flex; gap: 18px; margin: 0; font-size: 18px; color: var(--hs-ink-2); }
.hs-bbs b { font-size: 22px; color: var(--hs-ink); }
.hs-bbs span + span { border-left: 1px solid var(--hs-line-2); padding-left: 18px; }
.hs-address { font-size: 19px !important; font-weight: 500 !important; margin: 4px 0 8px !important; color: var(--hs-ink-2); }
.hs-address small { font-size: 14px; color: var(--hs-muted); margin-left: 6px; }
.hs-block h3 { margin-top: 18px; }
.hs-contact-h { font-size: 18px; margin: 0 0 12px; }
@media (max-width: 720px) {
  .hs-gallery { grid-template-columns: 1fr; grid-template-rows: auto; height: auto; }
  .hs-gallery img:not(.hs-gal-main) { display: none; }
  .hs-gal-main { grid-row: auto; aspect-ratio: 3 / 2; }
  .hs-bbs { font-size: 15px; } .hs-bbs b { font-size: 18px; }
}

/* ---------- viewings, enquiries, valuations, the calculator (heimstatt_viewing and friends) ---------- */
.hs-gallery.hs-gallery-all { grid-template-columns: 1fr 1fr; grid-template-rows: auto; height: auto; }
.hs-gallery.hs-gallery-all img { display: block !important; height: 280px !important; }
.hs-gallery.hs-gallery-all .hs-gal-main { grid-column: 1 / -1; height: 440px !important; }
.hs-narrow { max-width: 1080px; }
.hs-book-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; padding-bottom: 48px; }
.hs-confirm { padding: 24px 26px; }
.hs-confirm h1 { font-size: 28px; margin: 6px 0 4px; }
.hs-ok { display: inline-block; background: var(--hs-good-soft); color: var(--hs-good); font-weight: 700; font-size: 13px; padding: 3px 10px; border-radius: 999px; margin: 0; }
.hs-ok-x { background: var(--hs-warn-soft); color: var(--hs-warn); }
.hs-conf-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 18px 0; padding: 14px 0; border-top: 1px solid var(--hs-line); border-bottom: 1px solid var(--hs-line); }
.hs-conf-facts dt { font-size: 12.5px; color: var(--hs-muted); }
.hs-conf-facts dd { margin: 2px 0 0; font-weight: 650; }
.hs-ref { font-family: ui-monospace, 'SF Mono', Menlo, monospace; letter-spacing: .03em; }
.hs-conf-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.hs-conf-actions .hs-btn { cursor: pointer; }
.hs-btn-x { color: var(--hs-warn) !important; }
.hs-letter, .hs-msg { background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 16px 18px; }
.hs-letter p, .hs-msg p { margin: 10px 0 0; }
.hs-letter-who { display: inline-flex; align-items: center; gap: 10px; color: var(--hs-ink) !important; }
.hs-letter-who img { border-radius: 50%; background: #e7eae4; object-fit: cover; }
.hs-letter-who small { display: block; color: var(--hs-muted); font-size: 13px; }
.hs-thread { display: grid; gap: 12px; margin: 0 0 16px; }
.hs-msg-me { background: var(--hs-brand-soft); border-color: transparent; margin-left: 48px; }
.hs-msg-me p:first-child { margin-top: 0; }
.hs-more { margin: 0; padding-left: 18px; }
.hs-ticket img { width: 100%; height: 170px; object-fit: cover; border-radius: 8px; display: block; margin-bottom: 10px; }
.hs-ticket img.hs-ticket-logo { width: 88px; height: 88px; border-radius: 14px; }
.hs-ticket h2 { font-size: 17px; margin: 0 0 4px; }
.hs-qr svg { display: block; width: 116px; height: 116px; margin: 12px auto 2px; }
.hs-center { text-align: center; }
.hs-times { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 12px; }
.hs-daynav { display: flex; gap: 18px; font-weight: 600; }
.hs-h-small { font-size: 16px; margin: 18px 0 4px; }
.hs-viewform, .hs-ask form, .hs-valform { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 0 8px; }
.hs-viewform .hs-btn, .hs-ask form .hs-btn, .hs-valform .hs-btn, .hs-viewform .hs-fine, .hs-valform .hs-fine { grid-column: 1 / -1; }
.hs-f { display: flex; flex-direction: column; border: 1.5px solid var(--hs-line-2); border-radius: 8px; padding: 5px 10px; background: #fff; min-width: 0; }
.hs-f span { font-size: 11.5px; font-weight: 600; color: var(--hs-muted); }
.hs-f input, .hs-f select, .hs-f textarea { border: 0; font: inherit; font-size: 15px; color: var(--hs-ink); background: transparent; padding: 2px 0; outline: none; width: 100%; box-sizing: border-box; }
.hs-f-wide { grid-column: 1 / -1; }
.hs-ask { margin: 0 0 8px; }
.hs-ask > summary { list-style: none; cursor: pointer; width: 100%; box-sizing: border-box; }
.hs-ask > summary::-webkit-details-marker { display: none; }
.hs-phone { text-align: center; font-size: 18px; font-weight: 650; margin: 8px 0; }
.hs-agent-cta .hs-ask-val { position: relative; }
.hs-agent-cta .hs-ask-val[open] form { position: absolute; right: 0; top: 100%; z-index: 5; width: 340px; background: #fff; border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.hs-calc { background: var(--hs-card); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 16px 18px; margin: 18px 0; }
.hs-calc h3 { margin-top: 0 !important; }
.hs-calc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.hs-calc-f { display: flex; flex-direction: column; border: 1.5px solid var(--hs-line-2); border-radius: 8px; padding: 5px 10px; }
.hs-calc-f span { font-size: 11.5px; font-weight: 600; color: var(--hs-muted); }
.hs-calc-f input, .hs-calc-f select { border: 0; font: inherit; font-size: 16px; font-weight: 600; background: transparent; padding: 2px 0; outline: none; width: 100%; }
.hs-calc-out { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 14px 0 6px; }
.hs-calc-out small { display: block; color: var(--hs-muted); font-size: 12.5px; }
.hs-calc-out b { font-size: 19px; }
.hs-calc-out div:first-child b { color: var(--hs-brand); font-size: 23px; }
.hs-costs td.num { text-align: right; white-space: nowrap; }
.hs-costs-total td { font-weight: 700; background: #fafaf7; }
@media (max-width: 900px) {
  .hs-book-grid { grid-template-columns: 1fr; }
  .hs-conf-facts, .hs-calc-grid, .hs-calc-out { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-agent-cta .hs-ask-val[open] form { position: static; width: auto; box-shadow: none; }
}
@media (max-width: 720px) {
  .hs-gallery.hs-gallery-all { grid-template-columns: 1fr; }
  .hs-gallery.hs-gallery-all img { height: 220px !important; }
  .hs-gallery.hs-gallery-all .hs-gal-main { height: 260px !important; }
  .hs-msg-me { margin-left: 16px; }
}
@media print {
  .hs-header, .hs-footer, footer { display: none !important; }
  .hs-book-grid { display: block; }
}
