/**
 * Theme Name: Blocksy Child — Charles Home 2026
 * Description: Bespoke Charles Home design system built on Blocksy.
 * Author: Charles Home
 * Template: blocksy
 * Text Domain: blocksy
 * Version: 0.12.12
 */

/* B5B.3B.1 — portable local-font aliases.
 * Blocksy's generated Local Google Fonts CSS can retain a Studio localhost port
 * after export/import. These aliases use same-origin relative URLs, so the site
 * remains portable between Studio ports, staging and production.
 */
@font-face {
  font-family: "CH Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/wp-content/uploads/blocksy/local-google-fonts/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2") format("woff2");
}

:root {
  --ch-serif: Georgia, "Times New Roman", serif;
  --theme-font-family: "CH Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --theme-button-font-family: "CH Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.ch-2026 h1, body.ch-2026 h2, body.ch-2026 h3 {
  --theme-font-family: var(--ch-serif);
}

:root {
  --ch-ink: #0f0f0f;
  --ch-charcoal: #1e1e1e;
  --ch-sand: #dcc8a3;
  --ch-taupe: #b6aa99;
  --ch-ivory: #f5f3ef;
  --ch-muted: #6d6b66;
  --ch-border: #e5e0d7;
  --ch-white: #ffffff;
  --ch-green: #dfe8dc;
  --ch-green-ink: #2f4932;
  --ch-header-h: 84px;
  --ch-shell: 1360px;
  --ch-edge: clamp(24px, 3vw, 48px);
}

html { scroll-behavior: smooth; }
body.ch-2026 {
  overflow-x: clip;
  background: var(--ch-white);
  color: var(--ch-charcoal);
  font-family: "CH Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.ch-menu-open { overflow: hidden; }
.ch-shell {
  width: min(calc(100% - (var(--ch-edge) * 2)), var(--ch-shell));
  margin-inline: auto;
}
.ch-main { min-height: 60vh; }
.ch-eyebrow {
  margin: 0 0 14px;
  color: rgba(255,255,255,.76);
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ch-eyebrow.ch-dark { color: var(--ch-muted); }
.ch-section { padding: clamp(72px, 6.2vw, 94px) 0; }
.ch-section h2,
.ch-home-story h2,
.ch-corporate-section h2,
.ch-neighbourhood-band h2 {
  margin: 0;
  color: var(--ch-ink);
  font-family: var(--ch-serif);
  font-size: clamp(34px, 3.35vw, 50px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -.025em;
  text-wrap: balance;
}
a { color: inherit; }

/* Header */
.ch-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: var(--ch-header-h);
  border-bottom: 1px solid var(--ch-border);
  background: rgba(255,255,255,.98);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.home .ch-site-header {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-color: rgba(255,255,255,.24);
}
.home .ch-site-header.is-scrolled {
  position: fixed;
  background: rgba(255,255,255,.96);
  border-color: var(--ch-border);
  box-shadow: 0 10px 32px rgba(15,15,15,.05);
  backdrop-filter: blur(14px);
}
.ch-header-inner {
  width: min(calc(100% - (var(--ch-edge) * 2)), var(--ch-shell));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.ch-brand {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  color: var(--ch-ink);
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: .11em;
  white-space: nowrap;
}
.home .ch-site-header:not(.is-scrolled) .ch-brand,
.home .ch-site-header:not(.is-scrolled) .ch-desktop-nav,
.home .ch-site-header:not(.is-scrolled) .ch-main-menu a,
.home .ch-site-header:not(.is-scrolled) .ch-language { color: var(--ch-white); }
.home .ch-site-header:not(.is-scrolled) .ch-brand { text-shadow: 0 1px 16px rgba(0,0,0,.30); }
.ch-desktop-nav { display: flex; align-items: center; gap: 26px; }
.ch-main-menu,
.ch-mobile-menu { list-style: none; margin: 0; padding: 0; }
.ch-main-menu { display: flex; align-items: center; gap: clamp(20px, 1.9vw, 32px); }
.ch-main-menu li { margin: 0; }
.ch-main-menu a {
  color: var(--ch-charcoal);
  text-decoration: none;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.ch-main-menu a:hover,
.ch-main-menu .current-menu-item > a { opacity: .62; }
.ch-language {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 22px;
  border-left: 1px solid rgba(109,107,102,.3);
  color: var(--ch-muted);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .09em;
}
.ch-language a,
.ch-mobile-language a { color: inherit; text-decoration: none; }
.ch-language span[aria-disabled="true"] { opacity: .42; cursor: default; }
.ch-language .is-active { color: inherit; }
.ch-menu-toggle { display: none; width: 34px; height: 34px; padding: 0; background: transparent; cursor: pointer; }
.ch-menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; }
.home .ch-site-header:not(.is-scrolled) .ch-menu-toggle { color: #fff; }
.ch-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  visibility: hidden;
  opacity: 0;
  background: rgba(15,15,15,.35);
  transition: opacity .25s ease, visibility .25s ease;
}
.ch-mobile-drawer.is-open { visibility: visible; opacity: 1; }
.ch-mobile-drawer-inner {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(88vw, 440px);
  padding: 34px clamp(28px, 6vw, 52px) 44px;
  background: #151619;
  color: #fff;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4,0,.2,1);
}
.ch-mobile-drawer.is-open .ch-mobile-drawer-inner { transform: translateX(0); }
.ch-menu-close { position: absolute; top: 20px; right: 24px; padding: 0; background: none; color: #fff; font-size: 36px; line-height: 1; font-weight: 300; cursor: pointer; }
.ch-mobile-brand { margin: 14px 0 70px; font-size: 14px; font-weight: 600; letter-spacing: .1em; }
.ch-mobile-menu { display: grid; gap: 24px; }
.ch-mobile-menu a { color: #fff; text-decoration: none; font-family: var(--ch-serif); font-size: clamp(29px, 7vw, 38px); line-height: 1.06; font-weight: 400; }
.ch-mobile-language { display: flex; gap: 16px; margin-top: 64px; color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .09em; }
.ch-mobile-language .is-active { color: #fff; }

/* Hero */
.ch-hero {
  position: relative;
  min-height: min(740px, 84vh);
  min-height: min(740px, 84svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #71695e;
  isolation: isolate;
}
.ch-hero.no-image {
  background:
    radial-gradient(circle at 70% 28%, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(125deg, #4b453e 0%, #8a7c6d 55%, #c5b6a2 100%);
}
.ch-hero.no-image::after {
  content: "Set the Home page featured image to use a Charles Home interior photograph";
  position: absolute; right: 28px; top: 112px; z-index: 2;
  max-width: 260px; color: rgba(255,255,255,.54); font-size: 11px; line-height: 1.5; text-align: right; letter-spacing: .04em;
}
.ch-hero-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ch-hero-overlay { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(15,15,15,.58) 0%, rgba(15,15,15,.28) 48%, rgba(15,15,15,.12) 100%), linear-gradient(0deg, rgba(15,15,15,.30), transparent 46%); }
.ch-hero-content { position: relative; z-index: 1; padding-top: calc(var(--ch-header-h) + 82px); padding-bottom: 92px; }
.ch-hero-copy { max-width: 760px; margin-bottom: 0; color: #fff; }
.ch-hero h1 { margin: 0; max-width: 760px; color: #fff; font-family: var(--ch-serif); font-size: clamp(48px, 4.35vw, 72px); line-height: .96; font-weight: 400; letter-spacing: -.032em; text-wrap: balance; }
.ch-hero-subtitle { margin: 22px 0 0; color: var(--ch-sand); font-family: var(--ch-serif); font-size: clamp(19px, 1.5vw, 23px); font-style: italic; line-height: 1.35; }
.ch-search-bar { display: grid; grid-template-columns: 1.05fr .9fr 1fr auto; width: min(100%, 1080px); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.5); box-shadow: 0 18px 55px rgba(15,15,15,.14); }
.ch-search-bar label { min-height: 76px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 15px 24px; border-right: 1px solid var(--ch-border); }
.ch-search-bar label > span { color: var(--ch-muted); font-size: 10.5px; font-weight: 600; letter-spacing: .11em; }
.ch-search-bar input, .ch-search-bar select { width: 100%; min-height: 24px; padding: 0 26px 0 0; border: 0; border-radius: 0; background-color: transparent; color: var(--ch-charcoal); box-shadow: none; font-family: "CH Inter", sans-serif; font-size: 14px; font-weight: 400; }
.ch-search-bar input:focus, .ch-search-bar select:focus { outline: none; box-shadow: none; }
.ch-search-bar button { min-width: 205px; padding: 0 28px; border: 0; border-radius: 0; background: var(--ch-ink); color: #fff; font-size: 10.5px; font-weight: 600; letter-spacing: .08em; cursor: pointer; }
.ch-search-bar button span { margin-left: 13px; }
.ch-search-light { width: 100%; box-shadow: none; border-color: var(--ch-border); }

/* Section headings */
.ch-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 34px; }
.ch-section-head h2 { max-width: 760px; }
.ch-section-head-compact { margin-bottom: 32px; }
.ch-text-link { flex: none; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--ch-charcoal); text-decoration: none; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.ch-text-link span { margin-left: 12px; }

/* Apartment cards */
.ch-apartment-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 2vw, 32px); }
.ch-apartment-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ch-apartment-card { min-width: 0; }
.ch-card-image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #d8d0c5; }
.ch-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.ch-card-image:hover img { transform: scale(1.025); }
.ch-image-placeholder { display: block; width: 100%; height: 100%; min-height: 240px; background: linear-gradient(135deg, #d8d0c5 0%, #b7a998 42%, #ebe6df 100%); }
.ch-status { display: inline-flex; align-items: center; min-height: 28px; padding: 7px 11px 6px; border-radius: 2px; background: #eee7dc; color: #5e5143; font-size: 8px; line-height: 1.1; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.ch-card-image > .ch-status { position: absolute; left: 14px; bottom: 14px; z-index: 2; }
.ch-status-now { background: var(--ch-green); color: var(--ch-green-ink); }
.ch-status-contact { background: #efefef; color: var(--ch-muted); }
.ch-card-body { padding-top: 14px; }
.ch-card-heading h3 { margin: 0; font-family: var(--ch-serif); font-size: 23px; line-height: 1.13; font-weight: 500; letter-spacing: -.015em; }
.ch-card-heading h3 a { color: var(--ch-ink); text-decoration: none; }
.ch-card-heading p { margin: 4px 0 0; color: var(--ch-muted); font-size: 13px; }
.ch-card-meta { display: flex; flex-wrap: wrap; gap: 0; margin: 11px 0 7px; color: var(--ch-muted); font-size: 12px; }
.ch-card-meta span:not(:last-child)::after { content: "·"; margin: 0 8px; color: var(--ch-taupe); }
.ch-card-price { margin: 0; color: var(--ch-charcoal); font-size: 13px; }
.ch-card-price strong { font-weight: 600; }

/* Locations */
.ch-locations-section { padding-top: 18px; }
.ch-location-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--ch-border); border-left: 1px solid var(--ch-border); }
.ch-location-card { min-height: 184px; padding: 28px; display: grid; grid-template-columns: 52px 1fr auto; align-items: end; gap: 24px; border-right: 1px solid var(--ch-border); border-bottom: 1px solid var(--ch-border); color: var(--ch-ink); text-decoration: none; transition: background .25s ease; }
.ch-location-card:hover { background: var(--ch-ivory); }
.ch-location-number { align-self: start; color: var(--ch-muted); font-size: 10px; letter-spacing: .1em; }
.ch-location-card h3 { margin: 0; font-family: var(--ch-serif); font-size: clamp(28px, 2.55vw, 40px); line-height: 1; font-weight: 500; }
.ch-location-card p { margin: 10px 0 0; color: var(--ch-muted); font-size: 13px; }

/* Story / benefits */
.ch-home-story { padding: clamp(80px, 7vw, 108px) 0; background: var(--ch-ivory); }
.ch-story-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(56px, 7vw, 110px); align-items: start; }
.ch-story-copy > p:not(.ch-eyebrow) { max-width: 590px; margin: 24px 0 32px; color: var(--ch-muted); font-size: 17px; }
.ch-button-outline, .ch-button-light, .ch-button-dark { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; text-decoration: none; font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.ch-button-outline { border: 1px solid var(--ch-charcoal); color: var(--ch-charcoal); }
.ch-benefits { display: grid; border-top: 1px solid #d9d2c8; }
.ch-benefits > div { display: grid; grid-template-columns: 40px 1fr; gap: 0 16px; padding: 22px 0; border-bottom: 1px solid #d9d2c8; }
.ch-benefits > div > span { grid-row: 1 / 3; color: var(--ch-taupe); font-size: 10px; letter-spacing: .1em; }
.ch-benefits h3 { margin: 0; color: var(--ch-ink); font-size: 16px; font-weight: 600; }
.ch-benefits p { margin: 6px 0 0; color: var(--ch-muted); font-size: 14px; }

/* Corporate */
.ch-corporate-section { padding: clamp(70px, 6.3vw, 94px) 0; background: #242321; color: #fff; }
.ch-corporate-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; }
.ch-corporate-section h2 { color: #fff; max-width: 800px; }
.ch-corporate-section p:not(.ch-eyebrow) { max-width: 700px; margin: 20px 0 0; color: rgba(255,255,255,.70); font-size: 17px; }
.ch-button-light { flex: none; border: 1px solid rgba(255,255,255,.55); color: #fff; }

/* Proof and FAQ */
.ch-proof-section { padding-top: clamp(74px, 6vw, 90px); padding-bottom: clamp(70px, 5.5vw, 84px); }
.ch-proof-intro { max-width: 700px; }
.ch-proof-intro > p:last-child { max-width: 620px; margin: 22px 0 0; color: var(--ch-muted); font-size: 17px; }
.ch-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid var(--ch-border); border-bottom: 1px solid var(--ch-border); }
.ch-stats > div { padding: 30px 26px; border-right: 1px solid var(--ch-border); }
.ch-stats > div:first-child { padding-left: 0; }
.ch-stats > div:last-child { border-right: 0; }
.ch-stats strong { display: block; color: var(--ch-ink); font-family: var(--ch-serif); font-size: clamp(42px, 4.3vw, 64px); line-height: 1; font-weight: 400; }
.ch-stats span { display: block; margin-top: 12px; color: var(--ch-muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.ch-faq-section { padding-top: clamp(70px, 6vw, 88px); padding-bottom: clamp(70px, 6vw, 88px); background: var(--ch-ivory); }
.ch-faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(56px, 7vw, 108px); }
.ch-faq-list { border-top: 1px solid #d9d2c8; }
.ch-faq-list details { padding: 22px 0; border-bottom: 1px solid #d9d2c8; }
.ch-faq-list summary { list-style: none; cursor: pointer; color: var(--ch-ink); font-size: 16px; font-weight: 600; }
.ch-faq-list summary::-webkit-details-marker { display: none; }
.ch-faq-list summary::after { content: "+"; float: right; color: var(--ch-muted); font-size: 20px; font-weight: 300; }
.ch-faq-list details[open] summary::after { content: "−"; }
.ch-faq-list details p { margin: 14px 42px 0 0; color: var(--ch-muted); font-size: 15px; }

/* Listing */
.ch-listing-page { padding-top: 0; }
.ch-page-hero { padding-top: clamp(56px, 4.8vw, 74px); padding-bottom: 42px; }
.ch-page-hero h1 { max-width: 820px; margin: 0; color: var(--ch-ink); font-family: var(--ch-serif); font-size: clamp(44px, 4.6vw, 66px); line-height: .98; font-weight: 400; letter-spacing: -.035em; }
.ch-page-hero > p:last-child { margin: 18px 0 0; color: var(--ch-muted); font-size: 17px; }
.ch-listing-search { padding: 22px 0; border-top: 1px solid var(--ch-border); border-bottom: 1px solid var(--ch-border); background: var(--ch-ivory); }
.ch-results-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; color: var(--ch-muted); font-size: 13px; }
.ch-results-head a { color: var(--ch-charcoal); }

/* Single apartment */
.ch-apartment-single { padding-top: 0; }
.ch-breadcrumb { display: flex; gap: 9px; padding-top: 24px; padding-bottom: 20px; color: var(--ch-muted); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.ch-breadcrumb a { text-decoration: none; }
.ch-gallery { display: grid; grid-template-columns: minmax(0, 2fr) minmax(250px, .72fr); gap: 8px; height: min(580px, 56vw); min-height: 390px; }
.ch-gallery-main, .ch-gallery-side > * { overflow: hidden; background: #d7d0c7; }
.ch-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.ch-gallery-side { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; }
.ch-gallery .ch-image-placeholder { min-height: 0; height: 100%; }
.ch-apartment-intro { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(56px, 6vw, 92px); padding-top: clamp(50px, 5vw, 72px); padding-bottom: clamp(76px, 7vw, 104px); }
.ch-apartment-main-copy { min-width: 0; }
.ch-apartment-main-copy > .ch-status { margin-bottom: 22px; }
.ch-apartment-main-copy h1 { margin: 0; color: var(--ch-ink); font-family: var(--ch-serif); font-size: clamp(46px, 4.8vw, 66px); line-height: .98; font-weight: 400; letter-spacing: -.035em; }
.ch-apartment-deck { max-width: 700px; margin: 18px 0 0; color: var(--ch-muted); font-size: 18px; }
.ch-key-facts { display: flex; flex-wrap: wrap; gap: 10px 0; margin: 26px 0 0; padding: 20px 0; border-top: 1px solid var(--ch-border); border-bottom: 1px solid var(--ch-border); color: var(--ch-charcoal); font-size: 13px; }
.ch-key-facts span:not(:last-child)::after { content: "·"; margin: 0 15px; color: var(--ch-taupe); }
.ch-key-facts strong { font-weight: 600; }
.ch-apartment-content { max-width: 820px; padding-top: 42px; }
.ch-apartment-content h2 { margin: 48px 0 16px; color: var(--ch-ink); font-family: var(--ch-serif); font-size: clamp(31px, 2.55vw, 38px); line-height: 1.1; font-weight: 500; }
.ch-apartment-content h2:first-child { margin-top: 0; }
.ch-apartment-content p { margin: 0 0 18px; color: #4f4e4b; font-size: 16.5px; line-height: 1.78; }
.ch-booking-card { position: sticky; top: 104px; align-self: start; padding: 28px; border: 1px solid var(--ch-border); background: #fff; }
.ch-booking-card > .ch-status { margin-bottom: 30px; }
.ch-booking-price > span { display: block; margin-bottom: 8px; color: var(--ch-muted); font-size: 9px; font-weight: 600; letter-spacing: .1em; }
.ch-booking-price strong { color: var(--ch-ink); font-family: var(--ch-serif); font-size: 46px; line-height: 1; font-weight: 400; }
.ch-booking-price small { color: var(--ch-muted); font-size: 11px; }
.ch-booking-price p { margin: 7px 0 0; color: var(--ch-muted); font-size: 11px; }
.ch-booking-alt { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid var(--ch-border); font-size: 13px; }
.ch-booking-alt > span { display: block; margin-top: 4px; color: var(--ch-muted); font-size: 11px; }
.ch-booking-includes { margin: 23px 0; color: var(--ch-muted); font-size: 11px; line-height: 1.6; }
.ch-button-dark { width: 100%; min-height: 52px; background: var(--ch-ink); color: #fff; }
.ch-booking-card > small { display: block; margin-top: 14px; color: var(--ch-muted); font-size: 10px; text-align: center; }
.ch-amenities-block, .ch-rental-terms { max-width: 820px; margin-top: 58px; padding-top: 42px; border-top: 1px solid var(--ch-border); }
.ch-amenities-block h2, .ch-rental-terms h2 { margin: 0 0 24px; color: var(--ch-ink); font-family: var(--ch-serif); font-size: clamp(31px, 2.55vw, 38px); line-height: 1.08; font-weight: 500; letter-spacing: -.02em; }
.ch-amenities-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; border-top: 1px solid var(--ch-border); }
.ch-amenities-grid span { padding: 14px 0; border-bottom: 1px solid var(--ch-border); color: var(--ch-charcoal); font-size: 13px; }
.ch-pricing-table { border-top: 1px solid var(--ch-border); }
.ch-pricing-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--ch-border); font-size: 13px; }
.ch-pricing-header { color: var(--ch-muted); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.ch-pricing-row strong { font-weight: 600; }
.ch-neighbourhood-band { padding: clamp(70px, 6vw, 94px) 0; background: #282622; color: #fff; }
.ch-neighbourhood-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); align-items: end; }
.ch-neighbourhood-band h2 { color: #fff; }
.ch-neighbourhood-band > .ch-shell > p { margin: 0; color: rgba(255,255,255,.7); font-size: 17px; }


.ch-listing-page > .ch-section { padding-top: clamp(58px, 5vw, 76px); padding-bottom: clamp(76px, 6vw, 96px); }
:where(a, button, input, select, summary):focus-visible {
  outline: 2px solid var(--ch-sand);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* A3 visual refinement — closer to the validated 2026 mock-up */
.ch-hero-search-wrap {
  position: relative;
  z-index: 5;
  margin-top: -38px;
}
.ch-hero-search-wrap .ch-search-bar {
  margin-inline: auto;
}
.ch-available-section {
  padding-top: clamp(100px, 8.5vw, 124px);
}
.ch-assurance-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
  border-top: 1px solid var(--ch-border);
  border-bottom: 1px solid var(--ch-border);
  background: #fbfaf7;
}
.ch-assurance-item {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 18px;
  border-right: 1px solid var(--ch-border);
  color: var(--ch-charcoal);
  font-size: 12.5px;
  font-weight: 500;
}
.ch-assurance-item:last-child { border-right: 0; }
.ch-assurance-item svg { width: 21px; height: 21px; flex: none; color: #a68759; stroke-width: 1.45; }
.ch-gallery.is-single {
  grid-template-columns: 1fr;
  height: min(620px, 45vw);
  min-height: 420px;
}
.ch-gallery.is-single .ch-gallery-main { width: 100%; }
.ch-gallery.is-single .ch-gallery-main img { object-position: center; }
.ch-booking-card { box-shadow: 0 16px 44px rgba(15,15,15,.035); }
.ch-apartment-content p + p { margin-top: 2px; }

@media (max-width: 1100px) {
  .ch-assurance-strip { grid-template-columns: repeat(2, 1fr); }
  .ch-assurance-item:nth-child(2) { border-right: 0; }
  .ch-assurance-item:nth-child(-n+2) { border-bottom: 1px solid var(--ch-border); }
}

@media (max-width: 760px) {
  .ch-hero-search-wrap { margin-top: 0; background: #fff; }
  .ch-hero-search-wrap .ch-shell { width: 100%; }
  .ch-hero-search-wrap .ch-search-bar { border-left: 0; border-right: 0; }
  .ch-available-section { padding-top: 64px; }
  .ch-assurance-strip { grid-template-columns: 1fr; margin-top: 34px; }
  .ch-assurance-item { min-height: 62px; justify-content: flex-start; padding-inline: 20px; border-right: 0; border-bottom: 1px solid var(--ch-border); font-size: 13px; }
  .ch-assurance-item:last-child { border-bottom: 0; }
  .ch-gallery.is-single { height: auto; min-height: 0; }
  .ch-gallery.is-single .ch-gallery-main { aspect-ratio: 4 / 3; }
  .ch-mobile-brand { font-size: 16px; letter-spacing: .11em; }
  .ch-mobile-menu a { font-size: clamp(31px, 8.5vw, 39px); }
  .ch-card-heading p, .ch-card-meta, .ch-card-price { font-size: 13px; }
  .ch-site-footer a, .ch-site-footer p { font-size: 13px; }
}

/* Footer */
.ch-site-footer { padding: 62px var(--ch-edge) 24px; background: #151619; color: rgba(255,255,255,.68); }
.ch-footer-grid { width: min(100%, var(--ch-shell)); margin-inline: auto; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 48px; }
.ch-footer-brand > a { display: inline-block; margin-bottom: 18px; color: #fff; text-decoration: none; font-size: 17px; font-weight: 600; letter-spacing: .105em; }
.ch-footer-brand p { max-width: 360px; margin: 0; font-size: 13.5px; }
.ch-site-footer h2 { margin: 0 0 18px; color: rgba(255,255,255,.45); font-family: "CH Inter", sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.ch-site-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.78); text-decoration: none; font-size: 13px; }
.ch-site-footer p { font-size: 13px; }
.ch-footer-bottom { width: min(100%, var(--ch-shell)); margin: 44px auto 0; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .04em; }

/* Accessibility and interactions */
.ch-button-outline:hover, .ch-button-light:hover, .ch-button-dark:hover { opacity: .8; }

@media (max-width: 1100px) {
  :root { --ch-header-h: 74px; --ch-edge: 24px; }
  .ch-desktop-nav { display: none; }
  .ch-menu-toggle { display: block; }
  .ch-apartment-grid { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 46px; }
  .ch-apartment-grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ch-search-bar { grid-template-columns: 1fr 1fr 1fr; }
  .ch-search-bar button { grid-column: 1 / -1; min-height: 54px; }
  .ch-story-grid, .ch-faq-grid, .ch-neighbourhood-grid { grid-template-columns: 1fr; gap: 54px; }
  .ch-corporate-inner { align-items: flex-start; flex-direction: column; gap: 40px; }
  .ch-apartment-intro { grid-template-columns: minmax(0,1fr) 300px; gap: 46px; }
  .ch-footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .ch-footer-grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  :root { --ch-header-h: 66px; --ch-edge: 20px; }
  .ch-brand { font-size: 17px; letter-spacing: .105em; }
  .ch-hero { min-height: 0; }
  .ch-hero-content { padding-top: 118px; padding-bottom: 74px; }
  .ch-hero-copy { margin-bottom: 38px; }
  .ch-hero h1 { font-size: clamp(42px, 11.4vw, 54px); max-width: 560px; }
  .ch-hero-subtitle { font-size: 19px; }
  .ch-hero.no-image::after { display: none; }
  .ch-search-bar { grid-template-columns: 1fr; }
  .ch-search-bar label { min-height: 68px; border-right: 0; border-bottom: 1px solid var(--ch-border); }
  .ch-search-bar button { grid-column: auto; min-height: 58px; }
  .ch-section { padding: 64px 0; }
  .ch-section-head { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 36px; }
  .ch-apartment-grid, .ch-apartment-grid-3 { grid-template-columns: 1fr; }
  .ch-card-heading h3 { font-size: 24px; }
  .ch-location-grid { grid-template-columns: 1fr; }
  .ch-location-card { min-height: 150px; padding: 22px; grid-template-columns: 36px 1fr auto; }
  .ch-story-copy > p:not(.ch-eyebrow), .ch-proof-intro > p:last-child, .ch-corporate-section p:not(.ch-eyebrow) { font-size: 16px; }
  .ch-stats { grid-template-columns: 1fr; }
  .ch-stats > div, .ch-stats > div:first-child { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--ch-border); }
  .ch-stats > div:last-child { border-bottom: 0; }
  .ch-gallery { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .ch-gallery-main { aspect-ratio: 4 / 3; }
  .ch-gallery-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .ch-gallery-side > * { aspect-ratio: 4 / 3; }
  .ch-apartment-intro { grid-template-columns: 1fr; gap: 38px; padding-top: 42px; }
  .ch-booking-card { position: static; order: -1; }
  .ch-apartment-main-copy > .ch-status { display: none; }
  .ch-key-facts { line-height: 1.8; }
  .ch-amenities-grid { grid-template-columns: 1fr; }
  .ch-pricing-row { grid-template-columns: 1.15fr 1fr 1fr; gap: 8px; font-size: 11px; }
  .ch-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .ch-footer-brand { grid-column: 1 / -1; margin-bottom: 16px; }
  .ch-footer-bottom { flex-direction: column; gap: 5px; }
}

/* A4 final visual polish — aligned to validated Charles Home 2026 mock-ups */
:root {
  --ch-accent-readable: #826442;
}

/* Global readability */
.ch-eyebrow { font-size: 11.5px; letter-spacing: .135em; }
.ch-section { padding: clamp(64px, 5.4vw, 82px) 0; }
.ch-section h2,
.ch-home-story h2,
.ch-corporate-section h2,
.ch-neighbourhood-band h2 { font-size: clamp(36px, 3.15vw, 48px); }

/* Header: make the brand feel like a real wordmark */
.ch-brand { font-size: 22px; font-weight: 650; letter-spacing: .09em; }
.ch-main-menu a { font-size: 13px; letter-spacing: .05em; }
.ch-language { font-size: 11.5px; }

/* Hero / floating search closer to the validated mock-up */
.ch-hero { min-height: min(710px, 80vh); min-height: min(710px, 80svh); }
.ch-hero-content { padding-top: calc(var(--ch-header-h) + 76px); padding-bottom: 112px; }
.ch-hero h1 { font-size: clamp(50px, 4.45vw, 74px); max-width: 790px; }
.ch-hero-subtitle { margin-top: 20px; font-size: clamp(20px, 1.55vw, 24px); }
.ch-hero-search-wrap { margin-top: -58px; }
.ch-search-bar { width: min(100%, 1120px); }
.ch-search-bar label { min-height: 82px; padding: 16px 26px; }
.ch-search-bar label > span { font-size: 11px; }
.ch-search-bar input, .ch-search-bar select { font-size: 15px; }
.ch-search-bar button { min-width: 220px; font-size: 11px; }
.ch-available-section { padding-top: clamp(96px, 7.8vw, 112px); padding-bottom: 0; }

/* Apartment cards — slightly larger editorial typography */
.ch-card-body { padding-top: 16px; }
.ch-card-heading h3 { font-size: 24px; }
.ch-card-heading p { font-size: 14px; }
.ch-card-meta { margin-top: 12px; font-size: 13.5px; }
.ch-card-price { font-size: 14.5px; }
.ch-status { min-height: 31px; padding: 8px 12px 7px; font-size: 9.5px; letter-spacing: .075em; }
.ch-card-image > .ch-status { left: 15px; bottom: 15px; }

/* Full-width assurance band, with content aligned to the site grid */
.ch-assurance-band {
  width: 100%;
  margin-top: 52px;
  border-top: 1px solid var(--ch-border);
  border-bottom: 1px solid var(--ch-border);
  background: #fbfaf7;
}
.ch-assurance-strip {
  margin-top: 0;
  border: 0;
  background: transparent;
}
.ch-assurance-item { min-height: 86px; padding: 18px 20px; font-size: 13.5px; }
.ch-assurance-item svg { width: 23px; height: 23px; }

/* Tighten the home rhythm without losing air */
.ch-locations-section { padding-top: clamp(66px, 5.5vw, 84px); padding-bottom: clamp(68px, 5.7vw, 86px); }
.ch-home-story { padding: clamp(70px, 5.8vw, 90px) 0; }
.ch-story-copy > p:not(.ch-eyebrow) { font-size: 17.5px; line-height: 1.7; }
.ch-benefits h3 { font-size: 17px; }
.ch-benefits p { font-size: 14.5px; line-height: 1.55; }
.ch-corporate-section { padding: clamp(62px, 5.2vw, 80px) 0; }
.ch-corporate-section p:not(.ch-eyebrow) { font-size: 17.5px; }
.ch-proof-section { padding-top: clamp(64px, 5.2vw, 78px); padding-bottom: clamp(62px, 5vw, 76px); }
.ch-proof-intro > p:last-child { font-size: 17.5px; }
.ch-stats { margin-top: 38px; }
.ch-stats > div { padding-top: 27px; padding-bottom: 27px; }
.ch-stats span { font-size: 12px; }
.ch-faq-section { padding-top: clamp(60px, 5vw, 76px); padding-bottom: clamp(60px, 5vw, 76px); }
.ch-faq-list summary { font-size: 16.5px; }
.ch-faq-list details p { font-size: 15.5px; }

/* Apartments archive */
.ch-page-hero { padding-top: clamp(54px, 4.3vw, 68px); padding-bottom: 38px; }
.ch-page-hero > p:last-child {
  color: var(--ch-accent-readable);
  font-family: var(--ch-serif);
  font-size: 19px;
  font-style: italic;
  line-height: 1.45;
}
.ch-listing-search { padding: 18px 0; }
.ch-listing-page > .ch-section { padding-top: clamp(54px, 4.4vw, 68px); padding-bottom: clamp(66px, 5.4vw, 84px); }
.ch-results-head { margin-bottom: 28px; font-size: 14px; }
.ch-listing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Single apartment — intro and pricing should be as readable as the mock-up */
.ch-breadcrumb { font-size: 11px; }
.ch-gallery { height: min(590px, 54vw); }
.ch-gallery-side-item { position: relative; overflow: hidden; }
.ch-gallery-side-item img { width: 100%; height: 100%; object-fit: cover; }
.ch-gallery-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.62);
  background: rgba(15,15,15,.78);
  color: #fff;
  font: 600 10.5px/1 Inter, sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}
.ch-apartment-intro { padding-top: clamp(46px, 4.4vw, 62px); padding-bottom: clamp(46px, 4.4vw, 62px); }
.ch-apartment-main-copy > .ch-status { margin-bottom: 20px; }
.ch-apartment-main-copy h1 { font-size: clamp(50px, 4.65vw, 68px); }
.ch-apartment-deck { margin-top: 16px; font-size: 18.5px; }
.ch-key-facts { margin-top: 24px; padding: 18px 0; font-size: 14.5px; }
.ch-apartment-summary { max-width: 700px; margin: 24px 0 12px; color: #4f4e4b; font-size: 16.5px; line-height: 1.72; }
.ch-inline-link { display: inline-flex; gap: 10px; margin-top: 2px; color: var(--ch-charcoal); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 12px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }

.ch-booking-card { padding: 30px; }
.ch-booking-card > .ch-status { margin-bottom: 27px; }
.ch-booking-price > span,
.ch-booking-alt > span { display: block; margin-bottom: 8px; color: var(--ch-muted); font-size: 10.5px; font-weight: 650; letter-spacing: .085em; text-transform: uppercase; }
.ch-booking-price strong { font-size: 50px; }
.ch-booking-price small { font-size: 13px; }
.ch-booking-alt { margin-top: 24px; padding-top: 22px; }
.ch-booking-alt strong { color: var(--ch-ink); font-family: var(--ch-serif); font-size: 31px; line-height: 1; font-weight: 400; }
.ch-booking-alt small { margin-left: 4px; color: var(--ch-muted); font-size: 12px; }
.ch-booking-includes { margin: 24px 0; font-size: 13px; line-height: 1.6; }
.ch-booking-card > small { font-size: 11.5px; }

/* Key amenities band directly below the intro, like the approved mock-up */
.ch-apartment-amenities-band {
  border-top: 1px solid var(--ch-border);
  border-bottom: 1px solid var(--ch-border);
  background: #fbfaf7;
}
.ch-apartment-amenities-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); }
.ch-apartment-amenity {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 16px 12px;
  border-right: 1px solid var(--ch-border);
  color: var(--ch-charcoal);
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
}
.ch-apartment-amenity:last-child { border-right: 0; }
.ch-amenity-icon { color: #9b7951; font-size: 22px; line-height: 1; }

.ch-apartment-details { padding-top: clamp(62px, 5.4vw, 82px); padding-bottom: clamp(72px, 6vw, 92px); }
.ch-apartment-content { padding-top: 0; }
.ch-apartment-content h2 { font-size: clamp(32px, 2.7vw, 40px); }
.ch-apartment-content p { font-size: 17px; line-height: 1.76; }
.ch-rental-terms { margin-top: 60px; padding-top: 38px; }
.ch-rental-terms h2 { font-size: clamp(32px, 2.7vw, 40px); }
.ch-pricing-row { padding: 17px 0; font-size: 14.5px; }
.ch-pricing-header { font-size: 11.5px; }
.ch-pricing-rent > span { color: var(--ch-ink); font-family: var(--ch-serif); font-size: 22px; line-height: 1.15; }
.ch-pricing-row strong { font-size: 14px; }
.ch-neighbourhood-band { padding: clamp(58px, 5vw, 76px) 0; }
.ch-neighbourhood-band > .ch-shell > p { font-size: 17.5px; }

/* Footer: elegant, but not microscopic */
.ch-site-footer { padding-top: 56px; }
.ch-footer-brand > a { font-size: 18px; }
.ch-footer-brand p { font-size: 14.5px; line-height: 1.62; }
.ch-site-footer h2 { font-size: 10.5px; }
.ch-site-footer a, .ch-site-footer p { font-size: 14px; line-height: 1.55; }
.ch-footer-bottom { margin-top: 38px; font-size: 11.5px; }

@media (max-width: 1180px) {
  .ch-listing-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ch-apartment-amenities-grid { grid-template-columns: repeat(3, 1fr); }
  .ch-apartment-amenity:nth-child(3n) { border-right: 0; }
  .ch-apartment-amenity:nth-child(-n+3) { border-bottom: 1px solid var(--ch-border); }
}

@media (max-width: 760px) {
  .ch-brand { font-size: 18px; }
  .ch-hero-content { padding-top: 116px; padding-bottom: 68px; }
  .ch-hero h1 { font-size: clamp(42px, 11.2vw, 52px); }
  .ch-hero-subtitle { font-size: 18.5px; }
  .ch-hero-search-wrap { margin-top: 0; }
  .ch-available-section { padding-top: 58px; }
  .ch-assurance-band { margin-top: 38px; }
  .ch-assurance-strip { grid-template-columns: 1fr; }
  .ch-assurance-item { min-height: 62px; font-size: 14px; }
  .ch-section { padding: 58px 0; }
  .ch-listing-grid { grid-template-columns: 1fr; }
  .ch-page-hero > p:last-child { font-size: 17.5px; }
  .ch-gallery { gap: 6px; }
  .ch-apartment-intro { padding-top: 36px; padding-bottom: 42px; }
  .ch-booking-card { padding: 24px; }
  .ch-booking-price strong { font-size: 46px; }
  .ch-apartment-amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .ch-apartment-amenity { min-height: 84px; border-bottom: 1px solid var(--ch-border); font-size: 13px; }
  .ch-apartment-amenity:nth-child(3n) { border-right: 1px solid var(--ch-border); }
  .ch-apartment-amenity:nth-child(2n) { border-right: 0; }
  .ch-apartment-details { padding-top: 54px; padding-bottom: 66px; }
  .ch-apartment-content p { font-size: 16.5px; }
  .ch-pricing-row { grid-template-columns: 1fr 1fr 1fr; gap: 8px; font-size: 12.5px; }
  .ch-pricing-rent > span { font-size: 17px; }
  .ch-site-footer a, .ch-site-footer p { font-size: 13.5px; }
}

/* Photo lightbox for apartment galleries */
.ch-gallery-dialog {
  width: min(94vw, 1500px);
  max-width: none;
  height: min(92vh, 980px);
  max-height: none;
  margin: auto;
  padding: 0;
  border: 0;
  background: #111214;
  color: #fff;
}
.ch-gallery-dialog::backdrop { background: rgba(10,10,11,.88); backdrop-filter: blur(5px); }
.ch-gallery-dialog figure { width: 100%; height: 100%; margin: 0; display: grid; place-items: center; padding: 52px 76px 44px; }
.ch-gallery-dialog figure { touch-action: pan-y pinch-zoom; }
.ch-gallery-dialog img { display: block; max-width: 100%; max-height: calc(92vh - 100px); object-fit: contain; }
.ch-gallery-dialog figcaption { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .08em; }
.ch-gallery-dialog-close,
.ch-gallery-dialog-prev,
.ch-gallery-dialog-next { position: absolute; z-index: 2; border: 0; background: rgba(17,18,20,.72); color: #fff; cursor: pointer; }
.ch-gallery-dialog-close { top: 16px; right: 20px; width: 44px; height: 44px; font-size: 32px; font-weight: 300; }
.ch-gallery-dialog-prev,
.ch-gallery-dialog-next { top: 50%; width: 50px; height: 58px; transform: translateY(-50%); font-size: 24px; }
.ch-gallery-dialog-prev { left: 16px; }
.ch-gallery-dialog-next { right: 16px; }
@media (max-width: 760px) {
  .ch-gallery-dialog { width: 100vw; height: 100dvh; }
  .ch-gallery-dialog figure { padding: 56px 20px 50px; }
  .ch-gallery-dialog img { max-height: calc(100dvh - 110px); }
  .ch-gallery-dialog-prev { left: 6px; }
  .ch-gallery-dialog-next { right: 6px; }
}

/* ==========================================================
   Phase A5 — final readability, filtering and visual polish
   ========================================================== */

/* Slightly stronger brand presence without re-introducing the dated logo. */
.ch-brand { font-size: 23px; letter-spacing: .085em; }
.ch-main-menu a { font-size: 13.25px; }

/* Availability is an important decision signal: never render it as micro-copy. */
.ch-status {
  min-height: 33px;
  padding: 9px 13px 8px;
  font-size: 10.5px;
  line-height: 1;
}
.ch-booking-card > .ch-status { margin-bottom: 24px; }

/* Apartment archive: full-width filter inside the main grid and results immediately below it. */
.ch-listing-search { padding: 16px 0; }
.ch-listing-search .ch-search-bar {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}
.ch-listing-search .ch-search-bar button { min-width: 210px; }
.ch-listing-results { padding-top: 32px !important; padding-bottom: clamp(64px, 5vw, 80px) !important; }
.ch-listing-results .ch-results-head { margin-bottom: 24px; }
.ch-results-head { font-size: 14.5px; }
.ch-no-results { max-width: 720px; font-size: 16px; }

/* Cards: improve legibility on high-resolution desktop screens. */
.ch-card-heading h3 { font-size: 24px; }
.ch-card-heading p { font-size: 14.5px; line-height: 1.45; }
.ch-card-meta { font-size: 14px; line-height: 1.5; }
.ch-card-price { font-size: 15px; }

/* Single apartment: clearer hierarchy and iconography inspired by the approved mock-up. */
.ch-apartment-intro { padding-top: clamp(42px, 3.8vw, 56px); padding-bottom: clamp(44px, 4vw, 58px); }
.ch-apartment-main-copy h1 { font-size: clamp(48px, 4.35vw, 64px); }
.ch-apartment-deck { font-size: 19px; color: var(--ch-muted); }
.ch-key-facts {
  gap: 10px 22px;
  padding: 18px 0;
  font-size: 14.5px;
}
.ch-key-facts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.ch-key-facts span:not(:last-child)::after { display: none; }
.ch-key-facts svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #91734f;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}
.ch-apartment-summary { font-size: 17px; line-height: 1.7; }

.ch-booking-card { padding: 31px; }
.ch-booking-price > span,
.ch-booking-alt > span { font-size: 11px; }
.ch-booking-price strong { font-size: 54px; letter-spacing: -.035em; }
.ch-booking-price small { font-size: 13.5px; }
.ch-booking-alt strong { font-size: 34px; }
.ch-booking-alt small { font-size: 13px; }
.ch-booking-includes { font-size: 14px; line-height: 1.55; }
.ch-booking-card > small { font-size: 12px; }

/* Real, consistent outline pictograms rather than placeholder characters. */
.ch-apartment-amenity { min-height: 100px; font-size: 14px; }
.ch-amenity-icon { width: 26px; height: 26px; color: #91734f; }
.ch-amenity-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Full description and prices: comfortable reading rather than fashionably tiny type. */
.ch-apartment-details { padding-top: clamp(56px, 4.7vw, 72px); padding-bottom: clamp(66px, 5.4vw, 84px); }
.ch-apartment-content { max-width: 810px; }
.ch-apartment-content p { font-size: 17.5px; line-height: 1.74; }
.ch-apartment-content h2 { margin-top: 44px; margin-bottom: 14px; }
.ch-rental-terms { max-width: 850px; margin-top: 52px; padding-top: 34px; }
.ch-pricing-header { font-size: 12px; }
.ch-pricing-row { font-size: 15px; }
.ch-pricing-rent > span { font-size: 25px; }
.ch-pricing-row strong { font-size: 14.5px; }

/* Home sections: trim residual dead space while preserving the quiet-luxury rhythm. */
.ch-locations-section { padding-top: 62px; padding-bottom: 72px; }
.ch-home-story { padding: 66px 0 74px; }
.ch-corporate-section { padding: 58px 0 66px; }
.ch-proof-section { padding-top: 60px; padding-bottom: 64px; }
.ch-faq-section { padding-top: 58px; padding-bottom: 62px; }
.ch-similar { padding-top: 62px; padding-bottom: 70px; }

/* Footer remains discreet but must be comfortably readable. */
.ch-site-footer { padding-top: 54px; }
.ch-footer-brand > a { font-size: 19px; }
.ch-footer-brand p { font-size: 15px; line-height: 1.62; }
.ch-site-footer h2 { font-size: 11px; }
.ch-site-footer a, .ch-site-footer p { font-size: 14.5px; line-height: 1.55; }
.ch-footer-bottom { font-size: 12px; }

@media (max-width: 1180px) {
  .ch-listing-search .ch-search-bar { width: 100%; }
}

@media (max-width: 760px) {
  .ch-brand { font-size: 18.5px; }
  .ch-listing-results { padding-top: 28px !important; }
  .ch-card-heading h3 { font-size: 22px; }
  .ch-card-heading p, .ch-card-meta { font-size: 13.5px; }
  .ch-card-price { font-size: 14.5px; }
  .ch-apartment-main-copy h1 { font-size: clamp(42px, 11vw, 50px); }
  .ch-apartment-deck { font-size: 17.5px; }
  .ch-key-facts { gap: 12px 18px; font-size: 13.5px; }
  .ch-booking-price strong { font-size: 48px; }
  .ch-booking-alt strong { font-size: 31px; }
  .ch-apartment-content p { font-size: 17px; }
  .ch-apartment-amenity { min-height: 88px; font-size: 13.5px; }
  .ch-site-footer a, .ch-site-footer p { font-size: 14px; }
}
.ch-footer-address { margin-top: 16px; color: rgba(255,255,255,.55); }


/* B2.1 factual rental notes + clearer pictograms. */
.ch-rental-notes {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--ch-border);
  max-width: 850px;
}
.ch-rental-notes p {
  margin: 0 0 9px;
  color: var(--ch-muted);
  font-size: 14.5px;
  line-height: 1.6;
}
.ch-rental-notes strong { color: var(--ch-charcoal); font-weight: 600; }
.ch-apartment-amenity .ch-amenity-icon { display:flex; align-items:center; justify-content:center; }
@media (max-width: 760px) {
  .ch-rental-notes p { font-size: 14px; }
}

/* B3 — enquiries and content pages */
.ch-enquiry-section-grid,.ch-contact-grid,.ch-editorial-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(48px,6vw,96px);align-items:start}.ch-apartment-enquiry{background:var(--ch-ivory,#f6f3ed);border-top:1px solid var(--ch-border);border-bottom:1px solid var(--ch-border)}.ch-enquiry-section-grid>div:first-child>h2,.ch-contact-details h2,.ch-editorial-grid h2{font-family:var(--ch-serif);font-size:clamp(38px,3.7vw,54px);line-height:1.08}.ch-enquiry-section-grid>div:first-child>p:last-child,.ch-contact-details>p,.ch-editorial-grid p:not(.ch-eyebrow){font-size:17px;line-height:1.7;color:var(--ch-muted)}.ch-enquiry-form{background:#fff;border:1px solid var(--ch-border);padding:clamp(26px,3vw,40px)}.ch-form-context{margin:0 0 24px;font-size:15px}.ch-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ch-form-grid label{display:flex;flex-direction:column;gap:8px}.ch-form-grid label>span{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.ch-form-grid input,.ch-form-grid select,.ch-form-grid textarea{width:100%;border:1px solid var(--ch-border);background:#fff;color:var(--ch-ink);border-radius:0;padding:14px 15px;font:inherit;font-size:15px;min-height:50px}.ch-form-grid textarea{resize:vertical;min-height:150px}.ch-form-full{grid-column:1/-1}.ch-form-privacy{font-size:12.5px!important;color:var(--ch-muted);margin:18px 0}.ch-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important}.ch-form-notice{padding:14px 16px;margin:0 0 18px;font-size:14px}.ch-form-notice.is-success{background:#eef4ed;border:1px solid #c7d9c4}.ch-form-notice.is-error{background:#f8eeee;border:1px solid #e2c4c4}.ch-content-page .ch-page-hero{padding-bottom:clamp(56px,6vw,88px)}.ch-soft-section{background:var(--ch-ivory,#f6f3ed)}.ch-contact-details a{color:inherit}.ch-contact-details p+ p{margin-top:24px}
@media(max-width:760px){.ch-enquiry-section-grid,.ch-contact-grid,.ch-editorial-grid{grid-template-columns:1fr;gap:34px}.ch-form-grid{grid-template-columns:1fr}.ch-form-full{grid-column:auto}.ch-enquiry-form{padding:22px}.ch-enquiry-section-grid>div:first-child>p:last-child,.ch-contact-details>p,.ch-editorial-grid p:not(.ch-eyebrow){font-size:16px}}


/* ==========================================================
   B5B.1 — Design & content finalisation
   Monolingual visual baseline before technical clean + Polylang.
   ========================================================== */

/* Calm interaction language, consistent across all primary controls. */
.ch-main-menu a,
.ch-language span,
.ch-text-link,
.ch-button-outline,
.ch-button-light,
.ch-button-dark,
.ch-search-bar button,
.ch-location-hub-card,
.ch-site-footer a {
  transition: opacity .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.ch-main-menu a { white-space: nowrap; }
.ch-main-menu a:hover,
.ch-main-menu .current-menu-item > a { opacity: .62; }

/* Global readability: premium does not mean microscopic. */
.ch-eyebrow { font-size: 11.5px; }
.ch-search-bar label > span,
.ch-form-grid label > span { font-size: 11.5px; }
.ch-search-bar button,
.ch-button-outline,
.ch-button-light,
.ch-button-dark { font-size: 11.5px; }
.ch-text-link { font-size: 12px; }
.ch-form-privacy { font-size: 13.5px !important; line-height: 1.55; }

/* Home: the floating search now hands off directly to the catalogue. */
.ch-available-section {
  padding-top: clamp(32px, 2.6vw, 42px);
}
.ch-available-section .ch-section-head { margin-bottom: 30px; }
.ch-assurance-item { font-size: 14.5px; }
.ch-assurance-item svg { width: 23px; height: 23px; }
.ch-locations-section { padding-top: clamp(58px, 4.8vw, 72px); padding-bottom: clamp(62px, 5vw, 76px); }
.ch-home-story { padding: clamp(64px, 5.1vw, 78px) 0; }
.ch-corporate-section { padding: clamp(56px, 4.6vw, 70px) 0; }
.ch-proof-section { padding-top: clamp(56px, 4.5vw, 68px); padding-bottom: clamp(58px, 4.7vw, 72px); }
.ch-faq-section { padding-top: clamp(56px, 4.6vw, 70px); padding-bottom: clamp(58px, 4.8vw, 74px); }
.ch-faq-list details { padding: 20px 0; }
.ch-faq-list details p { line-height: 1.62; }

/* One four-part proof system across Home and About. */
.ch-stats-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.ch-stats-4 > div:first-child { padding-left: 0; }
.ch-stats-4 > div:last-child { padding-right: 0; }
.ch-stats-4 strong { font-size: clamp(40px, 3.65vw, 58px); }

/* Internal page rhythm: shorter intros, less non-functional white space. */
.ch-content-page .ch-page-hero,
.ch-page-hero--editorial {
  padding-top: clamp(54px, 4.2vw, 66px);
  padding-bottom: clamp(38px, 3.3vw, 50px);
}
.ch-page-hero--editorial h1 { max-width: 960px; }
.ch-page-hero--editorial > p:last-child {
  max-width: 900px;
  margin-top: 20px;
  color: var(--ch-accent-readable, #826442);
  font-family: var(--ch-serif);
  font-size: clamp(18px, 1.45vw, 21px);
  font-style: italic;
  line-height: 1.45;
}
.ch-content-page > .ch-section,
.ch-editorial-section {
  padding-top: clamp(42px, 3.8vw, 56px);
  padding-bottom: clamp(58px, 5vw, 76px);
}
.ch-editorial-grid--balanced { grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); }
.ch-editorial-grid--balanced h2 { max-width: 560px; }
.ch-editorial-grid--balanced p { max-width: 760px; }
.ch-editorial-grid--balanced p + p { margin-top: 20px; }
.ch-editorial-intro {
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  gap: clamp(48px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(42px, 4vw, 58px);
}
.ch-editorial-intro h2 { max-width: 600px; }
.ch-editorial-intro > div:last-child > p {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--ch-muted);
  font-size: 17px;
  line-height: 1.7;
}

/* Locations hub: editorial information rather than empty demo cards. */
.ch-location-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border-top: 1px solid var(--ch-border);
  border-left: 1px solid var(--ch-border);
}
.ch-location-hub-card {
  position: relative;
  min-height: 290px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 18px;
  align-items: start;
  padding: clamp(28px, 3vw, 44px);
  border-right: 1px solid var(--ch-border);
  border-bottom: 1px solid var(--ch-border);
  color: var(--ch-ink);
  text-decoration: none;
  background: #fff;
}
.ch-location-hub-card:hover { background: var(--ch-ivory); }
.ch-location-hub-card .ch-location-number { align-self: start; padding-top: 3px; }
.ch-location-hub-card h2 {
  margin: 3px 0 14px;
  font-family: var(--ch-serif);
  font-size: clamp(31px, 2.7vw, 42px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -.025em;
}
.ch-location-hub-card p:not(.ch-card-kicker) {
  max-width: 520px;
  margin: 0;
  color: var(--ch-muted);
  font-size: 15px;
  line-height: 1.62;
}
.ch-card-kicker {
  margin: 0;
  color: #987a55;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
}
.ch-location-buildings {
  display: block;
  margin-top: 24px;
  color: var(--ch-charcoal);
  font-size: 12.5px;
  font-weight: 500;
}
.ch-card-arrow { font-size: 17px; line-height: 1; }

/* Reusable factual feature grid for Corporate and About. */
.ch-feature-grid {
  display: grid;
  margin-top: clamp(46px, 4.5vw, 64px);
  border-top: 1px solid var(--ch-border);
  border-bottom: 1px solid var(--ch-border);
}
.ch-feature-grid--four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.ch-feature-grid > div {
  min-height: 190px;
  padding: 26px clamp(20px, 2.2vw, 32px);
  border-right: 1px solid var(--ch-border);
}
.ch-feature-grid > div:first-child { padding-left: 0; }
.ch-feature-grid > div:last-child { border-right: 0; padding-right: 0; }
.ch-feature-grid > div > span {
  display: block;
  margin-bottom: 30px;
  color: var(--ch-taupe);
  font-size: 10px;
  letter-spacing: .1em;
}
.ch-feature-grid h3 { margin: 0 0 10px; color: var(--ch-ink); font-size: 16px; font-weight: 600; line-height: 1.35; }
.ch-feature-grid p { margin: 0; color: var(--ch-muted); font-size: 14.5px; line-height: 1.6; }

/* Corporate audience: useful semantic content with restrained presentation. */
.ch-corporate-audience-section { padding-top: clamp(58px, 5vw, 76px) !important; padding-bottom: clamp(60px, 5.2vw, 80px) !important; }
.ch-audience-grid {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: start;
}
.ch-audience-intro h2 { max-width: 560px; }
.ch-audience-intro > p:last-child { max-width: 560px; margin-top: 22px; color: var(--ch-muted); font-size: 17px; line-height: 1.68; }
.ch-audience-list { border-top: 1px solid #d9d2c8; }
.ch-audience-list > div {
  display: grid;
  grid-template-columns: 42px minmax(160px,.75fr) minmax(0,1fr);
  gap: 16px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid #d9d2c8;
}
.ch-audience-list span { color: var(--ch-taupe); font-size: 10px; letter-spacing: .1em; }
.ch-audience-list h3 { margin: 0; color: var(--ch-ink); font-size: 15.5px; font-weight: 600; }
.ch-audience-list p { margin: 0; color: var(--ch-muted); font-size: 14.5px; line-height: 1.55; }

/* About: keep the proof row genuinely one row on desktop. */
.ch-about-stats { margin-top: clamp(48px, 4.7vw, 66px); }
.ch-about-principles { padding-top: clamp(56px, 4.8vw, 72px) !important; padding-bottom: clamp(58px, 5vw, 76px) !important; }
.ch-about-principles .ch-feature-grid { margin-top: 34px; }

/* Contact: form remains primary, details become concise and useful. */
.ch-page-hero--contact { padding-bottom: clamp(30px, 2.6vw, 40px) !important; }
.ch-contact-section { padding-top: clamp(38px, 3.2vw, 50px) !important; }
.ch-contact-grid--refined {
  grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr);
  gap: clamp(54px, 6.5vw, 104px);
}
.ch-contact-details h2 { max-width: 480px; }
.ch-contact-details > p { max-width: 520px; }
.ch-contact-methods {
  display: grid;
  gap: 18px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--ch-border);
}
.ch-contact-methods > div { display: grid; grid-template-columns: 92px 1fr; gap: 16px; align-items: baseline; }
.ch-contact-methods span {
  color: var(--ch-muted);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .1em;
}
.ch-contact-methods a,
.ch-contact-methods p { margin: 0; color: var(--ch-charcoal); font-size: 15.5px; line-height: 1.55; }
.ch-contact-methods a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.ch-contact-note { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--ch-border); }
.ch-contact-note > p:not(.ch-eyebrow) { max-width: 520px; margin: 0 0 18px; color: var(--ch-muted); font-size: 15px; line-height: 1.62; }
.ch-contact-form-wrap .ch-enquiry-form { padding: clamp(28px, 2.7vw, 38px); }
.ch-form-grid input,
.ch-form-grid select,
.ch-form-grid textarea,
.ch-search-bar select { font-size: 16px; }
.ch-form-grid input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.ch-form-grid select {
  height: 50px;
  min-height: 50px;
  line-height: normal;
}
.ch-form-grid input[type="date"],
.ch-form-grid select {
  padding-top: 0;
  padding-bottom: 0;
}
.ch-form-grid select { padding-right: 42px; }
.ch-form-grid input:focus,
.ch-form-grid select:focus,
.ch-form-grid textarea:focus {
  outline: 2px solid #9b7951;
  outline-offset: 2px;
  box-shadow: none;
}
.ch-form-notice { font-size: 15px; line-height: 1.5; }
#enquire, #full-description { scroll-margin-top: calc(var(--ch-header-h) + 28px); }

/* Shared page CTA: closes long editorial pages with one clear next step. */
.ch-page-cta { padding: clamp(52px, 4.5vw, 68px) 0; }
.ch-page-cta--dark { background: #242321; color: #fff; }
.ch-page-cta--light { background: #fff; color: var(--ch-ink); border-top: 1px solid var(--ch-border); }
.ch-page-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 52px; }
.ch-page-cta h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--ch-serif);
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -.025em;
}
.ch-page-cta--dark h2 { color: #fff; }

/* Archive: same action wording and a slightly tighter editorial hero. */
.ch-listing-page .ch-page-hero { padding-bottom: 34px; }
.ch-listing-search .ch-search-bar button { min-width: 220px; }

/* Amenity family: no-smoking stays legible without becoming visually heavier. */
.ch-amenity-icon svg { stroke-width: 1.5; }
.ch-amenity-non-smoking .ch-amenity-icon,
.ch-amenity-non-smoking .ch-amenity-icon svg { width: 29px; height: 29px; }
.ch-amenity-non-smoking .ch-amenity-icon svg { stroke-width: 1.35; }

/* Footer: navigation only. Contact details live on Contact, not on every page. */
.ch-site-footer { padding-top: 42px; }
.ch-footer-grid { grid-template-columns: 1.7fr .9fr .8fr 1fr; gap: 42px; }
.ch-footer-brand > a { font-size: 18px; }
.ch-footer-brand p { max-width: 330px; font-size: 14px; line-height: 1.6; }
.ch-site-footer h2 { margin-bottom: 13px; font-size: 10.5px; }
.ch-site-footer a,
.ch-site-footer p { font-size: 14px; line-height: 1.52; }
.ch-site-footer a:hover { color: #fff; }
.ch-footer-bottom { margin-top: 26px; padding-top: 18px; font-size: 11.5px; }
.ch-footer-address { display: none; }

@media (max-width: 1180px) {
  .ch-feature-grid--four,
  .ch-stats-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ch-feature-grid--four > div:nth-child(2),
  .ch-stats-4 > div:nth-child(2) { border-right: 0; }
  .ch-feature-grid--four > div:nth-child(-n+2),
  .ch-stats-4 > div:nth-child(-n+2) { border-bottom: 1px solid var(--ch-border); }
  .ch-feature-grid > div:first-child,
  .ch-feature-grid > div:nth-child(3),
  .ch-stats-4 > div:first-child,
  .ch-stats-4 > div:nth-child(3) { padding-left: 22px; }
  .ch-feature-grid > div:nth-child(2),
  .ch-feature-grid > div:last-child,
  .ch-stats-4 > div:nth-child(2),
  .ch-stats-4 > div:last-child { padding-right: 22px; }
  .ch-footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
}

@media (max-width: 900px) {
  .ch-editorial-intro,
  .ch-editorial-grid--balanced,
  .ch-audience-grid,
  .ch-contact-grid--refined { grid-template-columns: 1fr; gap: 34px; }
  .ch-location-hub-card { min-height: 260px; grid-template-columns: 38px 1fr auto; padding: 28px; }
  .ch-audience-list > div { grid-template-columns: 34px minmax(150px,.8fr) minmax(0,1fr); }
  .ch-page-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .ch-page-cta .ch-button-light,
  .ch-page-cta .ch-button-dark { align-self: flex-start; }
}

@media (max-width: 760px) {
  .ch-available-section { padding-top: 46px; }
  .ch-eyebrow { font-size: 11px; }
  .ch-search-bar label > span,
  .ch-form-grid label > span { font-size: 11px; }
  .ch-content-page .ch-page-hero,
  .ch-page-hero--editorial { padding-top: 42px; padding-bottom: 30px; }
  .ch-page-hero--editorial > p:last-child { font-size: 17.5px; }
  .ch-content-page > .ch-section,
  .ch-editorial-section { padding-top: 38px; padding-bottom: 54px; }
  .ch-location-hub-grid { grid-template-columns: 1fr; }
  .ch-location-hub-card { min-height: 0; grid-template-columns: 32px 1fr auto; padding: 26px 20px; }
  .ch-location-hub-card h2 { font-size: 30px; }
  .ch-location-hub-card p:not(.ch-card-kicker) { font-size: 14.5px; }
  .ch-location-buildings { margin-top: 18px; font-size: 12px; }
  .ch-feature-grid--four,
  .ch-stats-4 { grid-template-columns: 1fr 1fr; }
  .ch-feature-grid > div { min-height: 170px; padding: 22px 18px !important; }
  .ch-feature-grid > div > span { margin-bottom: 22px; }
  .ch-feature-grid h3 { font-size: 15px; }
  .ch-feature-grid p { font-size: 13.5px; }
  .ch-stats-4 > div { padding: 24px 16px !important; }
  .ch-stats-4 strong { font-size: 38px; }
  .ch-stats-4 span { font-size: 10px; }
  .ch-audience-list > div { grid-template-columns: 30px 1fr; gap: 8px 12px; }
  .ch-audience-list p { grid-column: 2; }
  .ch-contact-methods > div { grid-template-columns: 78px 1fr; }
  .ch-page-cta { padding: 48px 0; }
  .ch-page-cta h2 { font-size: 34px; }
  .ch-site-footer { padding-top: 42px; }
  .ch-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .ch-footer-brand { grid-column: 1 / -1; }
  .ch-site-footer a,
  .ch-site-footer p { font-size: 14px; }
  .ch-footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 520px) {
  .ch-feature-grid--four,
  .ch-stats-4 { grid-template-columns: 1fr; }
  .ch-feature-grid--four > div,
  .ch-stats-4 > div { border-right: 0 !important; border-bottom: 1px solid var(--ch-border); }
  .ch-feature-grid--four > div:last-child,
  .ch-stats-4 > div:last-child { border-bottom: 0; }
  .ch-feature-grid > div,
  .ch-stats-4 > div { padding-left: 0 !important; padding-right: 0 !important; }
  .ch-footer-grid { grid-template-columns: 1fr; }
  .ch-footer-brand { grid-column: auto; }
}

/* ==========================================================
   B5B.1 Desktop Refinement — desktop sign-off pass.
   Kept isolated so tablet/mobile behaviour can be reviewed next.
   ========================================================== */
@media (min-width: 1181px) {
  /* Full-width proof rows keep their borders while content follows the site shell. */
  .ch-corporate-page .ch-feature-grid--four,
  .ch-about-page .ch-about-stats {
    padding-inline: max(var(--ch-edge), calc((100vw - var(--ch-shell)) / 2));
  }

  /* About CTA matches the natural-width editorial CTAs elsewhere. */
  .ch-about-page .ch-page-cta .ch-button-dark {
    width: auto;
    min-width: 220px;
  }

  /* Remove residual non-functional whitespace between related editorial sections. */
  .ch-locations-page .ch-page-hero--editorial,
  .ch-corporate-page .ch-page-hero--editorial {
    padding-bottom: 34px;
  }
  .ch-locations-page .ch-editorial-section,
  .ch-corporate-page .ch-editorial-section {
    padding-top: 36px;
  }
  .ch-contact-page .ch-page-hero--contact { padding-bottom: 30px !important; }
  .ch-contact-page .ch-contact-section { padding-top: 34px !important; }
}

/* Secondary information remains quiet, but stays legible at true 100% zoom. */
.ch-feature-grid > div > span,
.ch-audience-list span,
.ch-location-number { color: #9d8a74; }

/* ==========================================================
   B5B.1 — Responsive & Structure Final
   Final monolingual structure before Studio portability test.
   ========================================================== */

/* About and Corporate use the exact same editorial hand-off rhythm. */
.ch-about-page .ch-page-hero--editorial,
.ch-corporate-page .ch-page-hero--editorial {
  padding-bottom: 34px;
}
.ch-about-page .ch-editorial-section,
.ch-corporate-page .ch-editorial-section {
  padding-top: 36px;
}

/* B7.6 — shared editorial axis and launch-readiness details. */
.ch-editorial-intro,
.ch-editorial-grid--balanced {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: start;
}
.ch-editorial-grid .ch-eyebrow { font-size: 10px; line-height: 1.3; color: var(--ch-ink); }
.ch-status { min-height: 35px; font-size: 12px; }
.ch-location-number { color: #776650; }
.ch-menu-toggle { width: 44px; height: 44px; }
.ch-neighbourhood-band h2 a { color: inherit; text-decoration: none; }
.ch-neighbourhood-band h2 a:hover { opacity: .72; }

.ch-neighbourhood-page .ch-page-hero { max-width: 980px; }
.ch-neighbourhood-copy {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}
.ch-neighbourhood-copy h2 { margin-top: 0; }
.ch-neighbourhood-copy-text p { margin: 0 0 18px; color: var(--ch-muted); font-size: 17px; line-height: 1.72; }
.ch-neighbourhood-facts { margin-top: clamp(42px, 5vw, 72px); }
.ch-neighbourhood-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ch-neighbourhood-results { padding-top: clamp(58px, 6vw, 88px); }
.ch-neighbourhood-results .ch-section-head { margin-bottom: 34px; }
.ch-neighbourhood-faq { max-width: 920px; }
.ch-neighbourhood-faq-item { padding: 24px 0; border-top: 1px solid var(--ch-border); }
.ch-neighbourhood-faq-item:last-child { border-bottom: 1px solid var(--ch-border); }
.ch-neighbourhood-faq-item h3 { margin: 0 0 9px; font-size: 17px; }
.ch-neighbourhood-faq-item p { margin: 0; color: var(--ch-muted); font-size: 15px; line-height: 1.65; }

@media (max-width: 760px) {
  .ch-editorial-intro,
  .ch-editorial-grid--balanced,
  .ch-neighbourhood-copy { grid-template-columns: 1fr; gap: 34px; }
  .ch-neighbourhood-facts { grid-template-columns: 1fr; }
  .ch-neighbourhood-copy-text p { font-size: 16px; }
}

/* Full-width proof bands keep their rules/backgrounds, while text follows site gutters. */
.ch-corporate-page .ch-feature-grid--four,
.ch-about-page .ch-about-stats {
  padding-inline: max(var(--ch-edge), calc((100vw - var(--ch-shell)) / 2));
}

/* Tablet apartment catalogue: balanced 2 × 2 rather than 3 + 1. */
@media (min-width: 761px) and (max-width: 1180px) {
  .ch-listing-results .ch-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(24px, 3vw, 36px);
  }

  /* Related homes remain a compact three-card recommendation row on tablet. */
  .ch-similar .ch-apartment-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
  }

  /* First/last cells line up with the page shell on two-column proof rows. */
  .ch-corporate-page .ch-feature-grid--four > div:nth-child(odd),
  .ch-about-page .ch-about-stats > div:nth-child(odd) {
    padding-left: 0 !important;
  }
  .ch-corporate-page .ch-feature-grid--four > div:nth-child(even),
  .ch-about-page .ch-about-stats > div:nth-child(even) {
    padding-right: 0 !important;
  }
}

@media (max-width: 760px) {
  /* Semantic mobile order: identify the apartment before presenting its price card. */
  .ch-apartment-intro .ch-apartment-main-copy { order: 1; }
  .ch-apartment-intro .ch-booking-card { order: 2; }

  /* Corporate feature content no longer touches the viewport edge. */
  .ch-corporate-page .ch-feature-grid--four {
    padding-inline: var(--ch-edge);
  }

  /* About proof row: compact 2 × 2 on phones, with true outer gutters. */
  .ch-about-page .ch-about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: var(--ch-edge);
  }
  .ch-about-page .ch-about-stats > div {
    min-height: 112px;
    padding: 24px 16px !important;
  }
  .ch-about-page .ch-about-stats > div:nth-child(odd) {
    padding-left: 0 !important;
  }
  .ch-about-page .ch-about-stats > div:nth-child(even) {
    padding-right: 0 !important;
  }
  .ch-about-page .ch-about-stats > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--ch-border);
  }
  .ch-about-page .ch-about-stats > div:nth-child(2) { border-right: 0; }
  .ch-about-page .ch-about-stats > div:nth-child(3) { border-right: 1px solid var(--ch-border) !important; }
  .ch-about-page .ch-about-stats > div:last-child { border-right: 0 !important; }

  /* Corporate is intentionally one column on phones; parent gutter supplies alignment. */
  .ch-corporate-page .ch-feature-grid--four > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Keep related homes simple and readable on phone. */
  .ch-similar .ch-apartment-grid-3 { grid-template-columns: 1fr; }
}



/* ==========================================================
   B5B.2 Technical Clean & Hardening — stable monolingual base
   ========================================================== */
.ch-gallery-main { position: relative; }
.ch-gallery-count--mobile { display: none; }

@media (max-width: 760px) {
  /* Mobile gallery: a single stable hero avoids thumbnail overlap and visual noise. */
  .ch-gallery { display: block; height: auto !important; min-height: 0 !important; }
  .ch-gallery-main { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; }
  .ch-gallery-main img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .ch-gallery-side { display: none !important; }
  .ch-gallery-count--mobile {
    display: block;
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    width: auto;
    min-width: 0;
    padding: 12px 15px;
    border: 1px solid rgba(255,255,255,.45);
    background: rgba(15,15,15,.78);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
  }
}

/* B5B.3B — catalogue results toolbar */
.ch-results-head {
  gap: 24px;
}
.ch-results-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.ch-results-summary p {
  margin: 0;
}
.ch-results-summary a {
  text-underline-offset: 4px;
}
.ch-sort-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  color: var(--ch-muted);
  font-size: 13px;
}
.ch-sort-form label {
  margin: 0;
  color: var(--ch-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.ch-sort-select {
  min-height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--ch-border);
  border-radius: 0;
  background-color: #fff;
  color: var(--ch-charcoal);
  font: inherit;
}
.ch-sort-submit {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--ch-ink);
  border-radius: 0;
  background: var(--ch-ink);
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}
html.js .ch-sort-submit {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 760px) {
  .ch-results-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .ch-results-summary {
    width: 100%;
    justify-content: space-between;
  }
  .ch-sort-form {
    width: 100%;
    margin-left: 0;
  }
  .ch-sort-form label {
    flex: 0 0 auto;
  }
  .ch-sort-select {
    flex: 1 1 auto;
    min-width: 0;
  }
}


/* B5B.3B.1 — search empty state */
.ch-empty-state {
  grid-column: 1 / -1;
  max-width: 760px;
  padding: 0 0 clamp(12px, 2vw, 24px);
}
.ch-empty-state .ch-eyebrow { margin-bottom: 12px; }
.ch-empty-state h2 {
  margin: 0 0 16px;
  color: var(--ch-ink);
  font-family: var(--ch-serif);
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.02em;
}
.ch-empty-state > p:not(.ch-eyebrow):not(.ch-empty-help) {
  max-width: 660px;
  margin: 0;
  color: var(--ch-muted);
  font-size: 16px;
  line-height: 1.7;
}
.ch-empty-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 28px;
}
.ch-empty-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  background: var(--ch-ink);
  border: 1px solid var(--ch-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}
.ch-empty-secondary {
  color: var(--ch-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.ch-empty-help {
  margin: 28px 0 0;
  color: var(--ch-muted);
  font-size: 14px;
  line-height: 1.6;
}
.ch-empty-help a { color: var(--ch-ink); text-underline-offset: 3px; }
@media (max-width: 760px) {
  .ch-empty-state { padding-top: 0; }
  .ch-empty-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .ch-empty-primary { width: 100%; }
  .ch-empty-secondary { align-self: flex-start; }
}


/* B5B.3C — enquiry progressive enhancement */
.ch-enquiry-form.is-submitting { opacity: .82; }
.ch-enquiry-form [data-ch-submit][disabled] { cursor: wait; opacity: .7; }
.ch-form-notice.is-error[tabindex="-1"]:focus { outline: 2px solid currentColor; outline-offset: 3px; }
.ch-form-notice.is-success { color: #263d26; }
.ch-form-notice.is-error { color: #6a2929; }


/* B5B.3C.1 — success feedback stays visually quiet; live-region semantics provide accessibility. */
.ch-form-notice.is-success:focus { outline: none !important; box-shadow: none !important; }


/* ==========================================================
   B5B.3C.2 — Conversion polish + calm typography.
   Final monolingual usability pass before catalogue content work.
   ========================================================== */

/* Calm serif: intentionally closer to the earlier, more readable visual tone.
   One token makes any later typographic change site-wide and predictable. */
:root { --ch-serif: Georgia, "Times New Roman", serif; }
body.ch-2026 h1,
body.ch-2026 h2,
body.ch-2026 h3,
.ch-mobile-menu a,
.ch-hero h1,
.ch-hero-subtitle,
.ch-section h2,
.ch-home-story h2,
.ch-corporate-section h2,
.ch-neighbourhood-band h2,
.ch-card-heading h3,
.ch-location-card h3,
.ch-stats strong,
.ch-apartment-main-copy h1,
.ch-apartment-content h2,
.ch-booking-alt strong,
.ch-pricing-rent > span,
.ch-enquiry-section-grid > div:first-child > h2,
.ch-contact-details h2,
.ch-editorial-grid h2,
.ch-page-hero h1,
.ch-page-hero--editorial > p:last-child,
.ch-page-cta h2,
.ch-empty-state h2 {
  font-family: var(--ch-serif);
}

/* Shared internal-page rhythm: bring the editorial opening closer to the header
   without touching the Home hero or bespoke apartment detail template. */
.ch-listing-page .ch-page-hero,
.ch-locations-page .ch-page-hero--editorial,
.ch-corporate-page .ch-page-hero--editorial,
.ch-about-page .ch-page-hero--editorial,
.ch-contact-page .ch-page-hero--editorial,
.ch-legal-page .ch-page-hero--editorial {
  padding-top: clamp(38px, 3.1vw, 46px) !important;
}

@media (max-width: 760px) {
  .ch-listing-page .ch-page-hero,
  .ch-locations-page .ch-page-hero--editorial,
  .ch-corporate-page .ch-page-hero--editorial,
  .ch-about-page .ch-page-hero--editorial,
  .ch-contact-page .ch-page-hero--editorial,
  .ch-legal-page .ch-page-hero--editorial {
    padding-top: 30px !important;
  }
}


/* ==========================================================
   B5B.3C.3 — Final UI Polish
   Accessibility, public-copy precision and last responsive refinements.
   ========================================================== */

/* Slightly stronger body contrast while preserving the quiet-luxury palette. */
:root { --ch-muted: #64615d; }

/* Georgia remains the intentional editorial serif, but with gentler tracking
   and breathing room than the first C.2 pass. */
.ch-hero h1 {
  line-height: .99;
  letter-spacing: -.024em;
}
.ch-page-hero h1,
.ch-apartment-main-copy h1 {
  line-height: 1.01;
  letter-spacing: -.022em;
}
.ch-section h2,
.ch-editorial-grid h2,
.ch-contact-details h2,
.ch-page-cta h2 {
  letter-spacing: -.018em;
}

/* Locations should hand off to its first content block with the same rhythm as
   About and Corporate, without a large non-functional band of whitespace. */
.ch-locations-page .ch-page-hero--editorial { padding-bottom: 24px !important; }
.ch-locations-page .ch-editorial-section { padding-top: 26px !important; }

/* Contact mobile conversion flow: context → form → direct details → browse link.
   Desktop/tablet keep the approved side-by-side composition. */
@media (max-width: 760px) {
  .ch-contact-grid--refined { display: grid; gap: 30px; }
  .ch-contact-details { display: contents; }
  .ch-contact-intro-copy { order: 1; }
  .ch-contact-form-wrap { order: 2; }
  .ch-contact-methods { order: 3; margin-top: 0; }
  .ch-contact-note { order: 4; margin-top: 0; }

  .ch-locations-page .ch-page-hero--editorial { padding-bottom: 22px !important; }
  .ch-locations-page .ch-editorial-section { padding-top: 24px !important; }
}

/* Preserve the approved contact introduction typography after the mobile-order wrapper. */
.ch-contact-intro-copy > p:not(.ch-eyebrow) {
  max-width: 520px;
  color: var(--ch-muted);
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 760px) {
  .ch-contact-intro-copy > p:not(.ch-eyebrow) { font-size: 16px; }
}


/* ==========================================================
   B5B.3C.4 — Final freeze micro-polish
   Neutral default filter values + simplified pricing table.
   ========================================================== */

/* Search defaults (Any / All Brussels / Any move-in date) are all neutral.
   A real user selection automatically returns to the normal charcoal value. */
.ch-search-bar select { color: var(--ch-charcoal); }
.ch-search-bar select:has(option[value=""]:checked) { color: var(--ch-muted); }


/* ==========================================================
   B5B.3C.5 — Final pre-D freeze
   Search focus polish + cache-safe asset versioning baseline.
   ========================================================== */

/* Keep keyboard/pointer focus clear without the heavy coloured rectangle that
   distracted from the search bar. The active field is indicated by a short,
   neutral underline inside its cell; other interactive controls retain the
   standard site-wide focus treatment. */
.ch-search-bar label { position: relative; }
.ch-search-bar :is(input, select):focus,
.ch-search-bar :is(input, select):focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.ch-search-bar label::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 8px;
  height: 2px;
  background: var(--ch-muted);
  opacity: 0;
  transform: scaleX(.72);
  transform-origin: center;
  transition: opacity .16s ease, transform .16s ease;
  pointer-events: none;
}
.ch-search-bar label:focus-within::after {
  opacity: .72;
  transform: scaleX(1);
}
@media (max-width: 760px) {
  .ch-search-bar label::after { left: 20px; right: 20px; bottom: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  .ch-search-bar label::after { transition: none; }
}

/* B5B.3D.1 — legal pages share the approved editorial rhythm while keeping
   long-form information calm, scannable and comfortably readable. */
.ch-legal-page .ch-page-hero--legal {
  padding-bottom: clamp(30px, 2.6vw, 40px) !important;
}
.ch-legal-section {
  padding-top: clamp(38px, 3.2vw, 50px) !important;
  padding-bottom: clamp(66px, 5.5vw, 84px) !important;
  border-top: 1px solid var(--ch-border);
}
.ch-legal-grid {
  display: grid;
  grid-template-columns: minmax(260px, .58fr) minmax(0, 1.12fr);
  gap: clamp(58px, 7vw, 112px);
  align-items: start;
}
.ch-legal-intro {
  max-width: 410px;
}
.ch-legal-intro h2 {
  max-width: 390px;
  margin: 16px 0 18px;
  color: var(--ch-ink);
  font-family: var(--ch-serif);
  font-size: clamp(36px, 3.3vw, 50px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.06;
}
.ch-legal-intro > p:last-child {
  max-width: 390px;
  margin: 0;
  color: var(--ch-muted);
  font-size: 16px;
  line-height: 1.7;
}
.ch-legal-content {
  width: 100%;
  max-width: 790px;
  margin: 0;
}
.ch-legal-content h2 {
  margin: 0 0 13px;
  color: var(--ch-ink);
  font-family: var(--ch-serif);
  font-size: clamp(29px, 2.4vw, 36px);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 1.12;
}
.ch-legal-content h2 ~ h2 {
  margin-top: 34px;
  padding-top: 31px;
  border-top: 1px solid var(--ch-border);
}
.ch-legal-content h3 {
  margin: 27px 0 10px;
  color: var(--ch-ink);
  font-size: 19px;
  line-height: 1.3;
}
.ch-legal-content p,
.ch-legal-content li {
  color: var(--ch-muted);
  font-size: 16px;
  line-height: 1.72;
}
.ch-legal-content p {
  margin: 0;
}
.ch-legal-content p + p {
  margin-top: 17px;
}
.ch-legal-content ul,
.ch-legal-content ol {
  margin: 12px 0 0;
  padding-left: 22px;
}
.ch-legal-content a {
  color: var(--ch-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.ch-legal-page--privacy .ch-legal-content > p:first-child {
  margin: 0 0 28px;
  color: var(--ch-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .ch-legal-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .ch-legal-intro,
  .ch-legal-intro h2,
  .ch-legal-intro > p:last-child,
  .ch-legal-content {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .ch-legal-page .ch-page-hero--legal {
    padding-bottom: 28px !important;
  }
  .ch-legal-section {
    padding-top: 32px !important;
    padding-bottom: 58px !important;
  }
  .ch-legal-grid { gap: 34px; }
  .ch-legal-intro h2 {
    margin-top: 13px;
    font-size: 34px;
  }
  .ch-legal-intro > p:last-child,
  .ch-legal-content p,
  .ch-legal-content li {
    font-size: 15.5px;
  }
  .ch-legal-content h2 { font-size: 29px; }
  .ch-legal-content h2 ~ h2 {
    margin-top: 28px;
    padding-top: 27px;
  }
}

/* Footer/legal rules live last so the validated footer cascade remains predictable. */
.ch-site-footer .ch-footer-legal { display: flex; align-items: center; gap: 18px; }
.ch-site-footer .ch-footer-legal a { display: inline; margin: 0; color: inherit; font-size: inherit; }
@media (max-width: 760px) {
  .ch-site-footer .ch-footer-legal { flex-wrap: wrap; gap: 5px 16px; }
}

/* ==========================================================
   B7.1 — Full-catalogue UI refinement
   Deterministic navigation, balanced internal heroes and
   commerce-friendly price figures.
   ========================================================== */

/* The current page must read as selected, never as disabled. */
.ch-main-menu a { position: relative; }
.ch-main-menu a:hover { opacity: .62; }
.ch-main-menu .current-menu-item > a {
  opacity: 1;
  font-weight: 600;
}
.ch-main-menu .current-menu-item > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: #9b7951;
}
.ch-language a {
  opacity: .58;
}
.ch-language a:hover {
  opacity: 1;
}
.ch-language .is-active {
  position: relative;
  opacity: 1;
  font-weight: 600;
}
.ch-language .is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
}
.ch-mobile-menu .current-menu-item > a {
  color: var(--ch-sand);
}

/* Every conventional internal-page opening uses one vertical rhythm. */
.ch-listing-page > .ch-page-hero,
.ch-content-page > .ch-page-hero--editorial {
  padding-top: clamp(38px, 3.1vw, 46px) !important;
  padding-bottom: clamp(38px, 3.1vw, 46px) !important;
}

/* The French catalogue title fits on one desktop line without shrinking the
   shared heading system or constraining natural tablet/mobile wrapping. */
html[lang^="fr"] .ch-listing-page .ch-page-hero h1 {
  max-width: none;
}
@media (min-width: 1180px) {
  html[lang^="fr"] .ch-listing-page .ch-page-hero h1 {
    white-space: nowrap;
  }
}

/* Lining sans-serif figures remove Georgia's varying numeral heights. */
.ch-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 8px;
}
.ch-price-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
  color: var(--ch-ink);
  font-family: "CH Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}
.ch-price-number,
.ch-price-currency {
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.ch-price-currency {
  font-size: .66em;
  font-weight: 600;
  letter-spacing: 0;
}

/* Locale-aware currency typography is generated in the markup: French uses
   a narrow non-breaking space before €, while English keeps € attached. */
.ch-price-period {
  color: var(--ch-muted);
  font-family: "CH Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
.ch-booking-price .ch-price-amount { font-size: 49px; }
.ch-booking-alt .ch-price-amount { font-size: 31px; }
.ch-pricing-table .ch-price-amount,
.ch-pricing-table .ch-price-amount span {
  font-family: "CH Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
}
.ch-pricing-rent .ch-price-amount { font-size: 25px; }
.ch-pricing-deposit .ch-price-amount {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.015em;
}

@media (max-width: 760px) {
  .ch-listing-page > .ch-page-hero,
  .ch-content-page > .ch-page-hero--editorial {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ch-booking-price .ch-price-amount { font-size: 44px; }
  .ch-booking-alt .ch-price-amount { font-size: 30px; }
}


/* ==========================================================
   B7.2 — Viewport rhythm, resilient pricing and QA polish
   ========================================================== */

/* A slightly shorter desktop Home hero lets the complete selection heading
   enter the initial viewport without compromising the photographic opening. */
@media (min-width: 761px) {
  .ch-hero {
    min-height: min(700px, 79vh);
    min-height: min(700px, 79svh);
  }
}

/* All conventional page openings retain the same symmetric rhythm, now with
   enough vertical economy for the first catalogue image row to remain visible. */
.ch-listing-page > .ch-page-hero,
.ch-content-page > .ch-page-hero--editorial {
  padding-top: clamp(28px, 2.4vw, 34px) !important;
  padding-bottom: clamp(28px, 2.4vw, 34px) !important;
}
.ch-listing-search { padding-top: 14px; padding-bottom: 14px; }
.ch-listing-results { padding-top: 28px !important; }

/* Older booking-card selectors applied their compact label rules to every
   nested span. Keep labels compact while price components remain one line. */
.ch-booking-alt .ch-price-amount {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  color: var(--ch-ink);
  font-size: 31px;
  line-height: 1;
}
.ch-booking-alt .ch-price-amount > .ch-price-number,
.ch-booking-alt .ch-price-amount > .ch-price-currency {
  display: inline;
  margin: 0;
  color: inherit;
  line-height: inherit;
}
.ch-booking-alt .ch-price-amount > .ch-price-number {
  font-size: 1em;
}
.ch-booking-alt .ch-price-amount > .ch-price-currency,
.ch-pricing-table .ch-price-amount > .ch-price-currency {
  font-size: .66em;
}

/* Accessible structural headings remain available to assistive technology
   without altering the quiet catalogue layout. */
.ch-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Purpose-built bilingual 404 page. */
.ch-error-page {
  display: grid;
  align-content: center;
  min-height: clamp(520px, 68vh, 760px);
  padding-top: clamp(72px, 9vw, 128px);
  padding-bottom: clamp(72px, 9vw, 128px);
}
.ch-error-page-inner { max-width: 760px; }
.ch-error-page h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ch-ink);
  font-family: var(--ch-serif);
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .98;
  text-wrap: balance;
}
.ch-error-page-copy {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--ch-muted);
  font-size: clamp(17px, 1.6vw, 20px);
}
.ch-error-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 34px;
}
.ch-error-actions .ch-button-dark,
.ch-error-actions .ch-button-outline {
  width: auto;
  margin: 0;
}

@media (max-width: 760px) {
  .ch-error-page { min-height: 60vh; }
  .ch-error-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .ch-error-actions .ch-button-dark,
  .ch-error-actions .ch-button-outline {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .ch-listing-page > .ch-page-hero,
  .ch-content-page > .ch-page-hero--editorial {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .ch-listing-results { padding-top: 26px !important; }
  .ch-booking-alt .ch-price-amount { font-size: 30px; }
}


/* ==========================================================
   B7.6.1 — Production-candidate visual correction.
   Restore the quieter availability label and align curated
   neighbourhood pages with the common Charles Home page axis.
   ========================================================== */
.ch-status {
  min-height: 31px;
  padding: 8px 12px 7px;
  font-size: 10.5px;
  letter-spacing: .075em;
}

.ch-neighbourhood-page > .ch-page-hero {
  max-width: var(--ch-shell);
}

/* B7.6.2 — quieter neighbourhood opening and shared editorial FAQ rhythm. */
.ch-neighbourhood-faq {
  max-width: var(--ch-shell);
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: start;
}
.ch-neighbourhood-faq-heading h2 {
  margin: 10px 0 0;
  max-width: 520px;
}
.ch-neighbourhood-faq-list {
  border-top: 1px solid var(--ch-border);
}
.ch-neighbourhood-faq-item {
  padding: 22px 0;
  border-top: 0;
  border-bottom: 1px solid var(--ch-border);
}

@media (max-width: 760px) {
  .ch-neighbourhood-faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ch-neighbourhood-faq-heading h2 {
    max-width: 360px;
  }
}
