:root {
  --tcm-navy: #0a263b;
  --tcm-navy-2: #12384f;
  --tcm-blue: #0e6d94;
  --tcm-sand: #efe7dc;
  --tcm-cream: #f8f6f2;
  --tcm-ink: #173044;
  --tcm-muted: #687984;
  --tcm-line: #dbe3e8;
  --tcm-white: #fff;
  --tcm-radius: 18px;
  --tcm-shadow: 0 18px 55px rgba(7, 30, 46, .12);
}

.tcm-re-directory,
.tcm-re-form-shell,
.tcm-re-dashboard,
.tcm-re-account-shell,
.tcm-re-panel,
.tcm-re-single {
  color: var(--tcm-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tcm-re-directory *,
.tcm-re-form-shell *,
.tcm-re-dashboard *,
.tcm-re-account-shell *,
.tcm-re-panel *,
.tcm-re-single * { box-sizing: border-box; }

.tcm-re-directory h1,
.tcm-re-directory h2,
.tcm-re-directory h3,
.tcm-re-form-shell h1,
.tcm-re-form-shell h2,
.tcm-re-dashboard h1,
.tcm-re-account-shell h1,
.tcm-re-account-shell h2,
.tcm-re-panel h2,
.tcm-re-single h1,
.tcm-re-single h2,
.tcm-re-single h3 {
  color: var(--tcm-ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.06;
  margin: 0;
}

.tcm-re-kicker,
.tcm-re-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.tcm-re-button,
.tcm-re-submit-button,
.tcm-re-account-card button,
.tcm-re-inquiry-form button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  text-decoration: none !important;
  transition: .2s ease;
}

.tcm-re-button:hover,
.tcm-re-submit-button:hover,
.tcm-re-account-card button:hover,
.tcm-re-inquiry-form button:hover { transform: translateY(-1px); }

.tcm-re-button-light { background: #fff; color: var(--tcm-navy); }
.tcm-re-button-outline { border: 1px solid rgba(255,255,255,.75); color: #fff; }
.tcm-re-button-dark { background: var(--tcm-navy); color: #fff; }
.tcm-re-button-outline-dark { border: 1px solid var(--tcm-navy); color: var(--tcm-navy); }

/* Directory hero */
.tcm-re-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(214, 225, 227, .24), transparent 30%),
    linear-gradient(90deg, rgba(7, 25, 40, .96), rgba(7, 25, 40, .67));
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 590px;
  position: relative;
}

.tcm-re-hero::after {
  background: linear-gradient(to top, rgba(5, 22, 35, .44), transparent 45%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.tcm-re-hero-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 88px 32px 58px;
  position: relative;
  z-index: 1;
}

.tcm-re-hero .tcm-re-kicker { color: rgba(255,255,255,.86); }
.tcm-re-hero h1 { color: #fff; font-size: clamp(48px, 7vw, 84px); max-width: 780px; }
.tcm-re-hero-copy { color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.75; margin: 22px 0; max-width: 640px; }
.tcm-re-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }

.tcm-re-search {
  align-items: stretch;
  background: rgba(255,255,255,.98);
  border-radius: 18px;
  box-shadow: var(--tcm-shadow);
  display: grid;
  gap: 0;
  grid-template-columns: 1.25fr 1.15fr 1.15fr 1fr auto;
  max-width: 1080px;
  overflow: hidden;
  padding: 10px;
}

.tcm-re-search label {
  border-right: 1px solid var(--tcm-line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 7px 18px;
}
.tcm-re-search label span { color: #70818e; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.tcm-re-search select { appearance: none; background: transparent; border: 0; color: var(--tcm-ink); font-size: 13px; font-weight: 750; outline: none; padding: 8px 0 0; width: 100%; }
.tcm-re-search button { background: var(--tcm-navy); border: 0; border-radius: 13px; color: #fff; cursor: pointer; font-size: 13px; font-weight: 800; min-width: 124px; padding: 0 20px; }

.tcm-re-subnav {
  background: var(--tcm-navy);
  display: flex;
  justify-content: center;
  min-height: 54px;
  overflow-x: auto;
}
.tcm-re-subnav a { align-items: center; border-right: 1px solid rgba(255,255,255,.14); color: #fff; display: flex; font-size: 12px; font-weight: 750; justify-content: center; min-width: 190px; padding: 0 24px; text-decoration: underline; text-underline-offset: 3px; }

/* Results */
.tcm-re-results-section,
.tcm-re-community-strip,
.tcm-re-form-shell,
.tcm-re-dashboard,
.tcm-re-account-shell,
.tcm-re-panel,
.tcm-re-single {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

.tcm-re-results-section { padding: 78px 32px 72px; }
.tcm-re-section-heading { align-items: flex-end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 24px; }
.tcm-re-section-heading h2 { font-size: clamp(38px, 5vw, 58px); }
.tcm-re-section-heading p { color: var(--tcm-muted); line-height: 1.65; margin: 12px 0 0; max-width: 670px; }
.tcm-re-filter-toggle { background: transparent; border: 0; color: var(--tcm-blue); cursor: pointer; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.tcm-re-advanced-filters {
  background: var(--tcm-cream);
  border: 1px solid var(--tcm-line);
  border-radius: 18px;
  display: none;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 24px;
  padding: 18px;
}
.tcm-re-advanced-filters.is-open { display: grid; }
.tcm-re-advanced-filters label { display: flex; flex-direction: column; gap: 7px; }
.tcm-re-advanced-filters label span { color: #6d7b86; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tcm-re-advanced-filters input,
.tcm-re-advanced-filters select { background: #fff; border: 1px solid var(--tcm-line); border-radius: 10px; color: var(--tcm-ink); min-height: 44px; padding: 0 12px; width: 100%; }
.tcm-re-results-meta { color: var(--tcm-muted); font-size: 13px; margin: 0 0 18px; }

.tcm-re-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tcm-re-card { background: #fff; border: 1px solid var(--tcm-line); border-radius: 18px; box-shadow: 0 10px 28px rgba(12,39,57,.08); min-width: 0; overflow: hidden; transition: .25s ease; }
.tcm-re-card:hover { box-shadow: var(--tcm-shadow); transform: translateY(-4px); }
.tcm-re-card-image { display: block; height: 250px; overflow: hidden; position: relative; text-decoration: none; }
.tcm-re-card-image img { height: 100%; object-fit: cover; transition: transform .4s ease; width: 100%; }
.tcm-re-card:hover .tcm-re-card-image img { transform: scale(1.035); }
.tcm-re-card-placeholder { align-items: center; background: linear-gradient(135deg, #b9ccd6, #6a8797); color: white; display: flex; font-family: Georgia, serif; font-size: 24px; height: 100%; justify-content: center; text-align: center; width: 100%; }
.tcm-re-card-badge { background: rgba(255,255,255,.92); border-radius: 999px; color: var(--tcm-ink); font-size: 10px; font-weight: 850; left: 12px; letter-spacing: .08em; padding: 8px 11px; position: absolute; text-transform: uppercase; top: 12px; }
.tcm-re-card-price { background: rgba(8, 38, 58, .95); border-radius: 7px; bottom: 12px; color: #fff; font-size: 12px; font-weight: 800; left: 12px; padding: 9px 12px; position: absolute; }
.tcm-re-favorite { align-items: center; background: rgba(255,255,255,.94); border: 0; border-radius: 999px; color: var(--tcm-navy); cursor: pointer; display: flex; font-size: 21px; height: 38px; justify-content: center; position: absolute; right: 12px; top: 12px; width: 38px; }
.tcm-re-favorite.is-saved { background: var(--tcm-navy); color: #fff; }
.tcm-re-card-body { padding: 20px 20px 17px; }
.tcm-re-card-location { color: var(--tcm-blue) !important; font-size: 11px !important; font-weight: 800; margin: 0 0 6px !important; }
.tcm-re-card h3 { font-size: 24px; margin: 0 0 10px; }
.tcm-re-card h3 a { color: var(--tcm-ink); text-decoration: none; }
.tcm-re-card-body > p { color: var(--tcm-muted); font-size: 13px; line-height: 1.7; margin: 0 0 14px; }
.tcm-re-card-specs { border-bottom: 1px solid var(--tcm-line); border-top: 1px solid var(--tcm-line); display: flex; flex-wrap: wrap; gap: 14px; padding: 12px 0; }
.tcm-re-card-specs span { color: #526674; font-size: 11px; }
.tcm-re-card-footer { align-items: center; display: flex; gap: 12px; justify-content: space-between; padding-top: 14px; }
.tcm-re-card-footer span { color: #81909a; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.tcm-re-card-footer a { color: var(--tcm-blue); font-size: 11px; font-weight: 850; text-decoration: none; }
.tcm-re-empty { background: var(--tcm-cream); border: 1px dashed #b9c8d1; border-radius: 16px; color: var(--tcm-muted); grid-column: 1 / -1; padding: 42px; text-align: center; }
.tcm-re-pagination { margin-top: 32px; text-align: center; }
.tcm-re-pagination .page-numbers { border: 1px solid var(--tcm-line); border-radius: 8px; color: var(--tcm-ink); display: inline-flex; margin: 2px; padding: 8px 12px; text-decoration: none; }
.tcm-re-pagination .current { background: var(--tcm-navy); color: white; }
.tcm-re-loading { background: linear-gradient(90deg, transparent, rgba(10,38,59,.08), transparent); height: 4px; margin-bottom: 18px; overflow: hidden; }
.tcm-re-loading::after { animation: tcm-loading 1.2s infinite; background: var(--tcm-blue); content: ""; display: block; height: 100%; width: 28%; }
@keyframes tcm-loading { from { transform: translateX(-100%); } to { transform: translateX(420%); } }

.tcm-re-community-strip { background: var(--tcm-cream); border-radius: 24px 24px 0 0; display: grid; gap: 40px; grid-template-columns: .8fr 1.2fr; padding: 50px 32px; }
.tcm-re-community-strip h2 { font-size: 42px; }
.tcm-re-community-links { display: flex; flex-wrap: wrap; gap: 10px; }
.tcm-re-community-links a { background: #fff; border: 1px solid var(--tcm-line); border-radius: 999px; color: var(--tcm-ink); font-size: 12px; font-weight: 750; padding: 11px 15px; text-decoration: none; }

/* Form */
.tcm-re-form-shell { padding: 64px 24px 90px; }
.tcm-re-form-intro { background: linear-gradient(135deg, var(--tcm-navy), var(--tcm-navy-2)); border-radius: 24px; color: #fff; margin-bottom: 26px; padding: 54px; }
.tcm-re-form-intro h1 { color: #fff; font-size: clamp(42px, 6vw, 70px); max-width: 820px; }
.tcm-re-form-intro p { color: rgba(255,255,255,.84); line-height: 1.75; max-width: 790px; }
.tcm-re-property-form { display: flex; flex-direction: column; gap: 22px; }
.tcm-re-property-form section { background: #fff; border: 1px solid var(--tcm-line); border-radius: 20px; box-shadow: 0 8px 28px rgba(10,38,59,.05); padding: 30px; }
.tcm-re-form-heading { align-items: flex-start; display: flex; gap: 16px; margin-bottom: 22px; }
.tcm-re-form-heading > span { align-items: center; background: var(--tcm-navy); border-radius: 999px; color: #fff; display: flex; font-size: 11px; font-weight: 850; height: 38px; justify-content: center; min-width: 38px; }
.tcm-re-form-heading h2 { font-size: 32px; }
.tcm-re-form-heading p { color: var(--tcm-muted); line-height: 1.55; margin: 5px 0 0; }
.tcm-re-form-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tcm-re-form-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tcm-re-span-2 { grid-column: span 2; }
.tcm-re-property-form label,
.tcm-re-account-card label,
.tcm-re-inquiry-form label { display: flex; flex-direction: column; gap: 8px; }
.tcm-re-property-form label > span,
.tcm-re-account-card label > span,
.tcm-re-inquiry-form label > span { color: #526674; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tcm-re-property-form input,
.tcm-re-property-form select,
.tcm-re-property-form textarea,
.tcm-re-account-card input,
.tcm-re-account-card select,
.tcm-re-inquiry-form input,
.tcm-re-inquiry-form textarea { background: #fbfcfd; border: 1px solid var(--tcm-line); border-radius: 12px; color: var(--tcm-ink); font: inherit; min-height: 48px; outline: none; padding: 12px 14px; width: 100%; }
.tcm-re-property-form textarea,
.tcm-re-inquiry-form textarea { resize: vertical; }
.tcm-re-property-form input:focus,
.tcm-re-property-form select:focus,
.tcm-re-property-form textarea:focus,
.tcm-re-account-card input:focus,
.tcm-re-inquiry-form input:focus,
.tcm-re-inquiry-form textarea:focus { border-color: var(--tcm-blue); box-shadow: 0 0 0 3px rgba(14,109,148,.09); }
.tcm-re-feature-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 20px; }
.tcm-re-feature-grid label { align-items: center; background: var(--tcm-cream); border: 1px solid var(--tcm-line); border-radius: 10px; flex-direction: row; min-height: 46px; padding: 10px 12px; }
.tcm-re-feature-grid input { min-height: 0; width: auto; }
.tcm-re-feature-grid label span { color: var(--tcm-ink); font-size: 12px; letter-spacing: 0; text-transform: none; }
.tcm-re-package-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tcm-re-package-card { cursor: pointer; }
.tcm-re-package-card input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.tcm-re-package-card > span { background: #fff; border: 1px solid var(--tcm-line); border-radius: 16px; display: block; min-height: 170px; padding: 22px; transition: .2s ease; }
.tcm-re-package-card strong { color: var(--tcm-ink); display: block; font-family: Georgia, serif; font-size: 24px; margin-bottom: 12px; }
.tcm-re-package-card small { color: var(--tcm-muted); display: block; line-height: 1.65; }
.tcm-re-package-card input:checked + span { background: var(--tcm-cream); border-color: var(--tcm-blue); box-shadow: 0 0 0 3px rgba(14,109,148,.08); }
.tcm-re-consent { align-items: flex-start !important; background: #fff; border: 1px solid var(--tcm-line); border-radius: 14px; flex-direction: row !important; padding: 18px; }
.tcm-re-consent input { min-height: 0; width: auto; }
.tcm-re-consent span { color: var(--tcm-muted) !important; font-size: 12px !important; letter-spacing: 0 !important; line-height: 1.55; text-transform: none !important; }
.tcm-re-submit-button { align-self: flex-start; background: var(--tcm-navy); border: 0; color: #fff; cursor: pointer; min-height: 54px; padding: 0 28px; }

/* Alerts */
.tcm-re-alert { border-radius: 12px; margin: 16px 0; padding: 15px 17px; }
.tcm-re-alert-success { background: #edf8f2; border: 1px solid #bfe4ce; color: #225d3b; }
.tcm-re-alert-error { background: #fff1ef; border: 1px solid #f0c3bd; color: #8c2d24; }

/* Dashboard */
.tcm-re-dashboard { padding: 66px 24px 90px; }
.tcm-re-dashboard-head { align-items: flex-end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 28px; }
.tcm-re-dashboard-head h1 { font-size: clamp(42px, 6vw, 64px); }
.tcm-re-dashboard-head p { color: var(--tcm-muted); }
.tcm-re-dashboard-table-wrap { border: 1px solid var(--tcm-line); border-radius: 18px; overflow-x: auto; }
.tcm-re-dashboard-table { border-collapse: collapse; min-width: 880px; width: 100%; }
.tcm-re-dashboard-table th { background: var(--tcm-cream); color: #60737f; font-size: 10px; letter-spacing: .12em; padding: 15px; text-align: left; text-transform: uppercase; }
.tcm-re-dashboard-table td { border-top: 1px solid var(--tcm-line); color: #526674; font-size: 13px; padding: 15px; vertical-align: middle; }
.tcm-re-dashboard-table a { color: var(--tcm-blue); font-weight: 750; }
.tcm-re-dashboard-property { align-items: center; display: flex; gap: 12px; min-width: 240px; }
.tcm-re-dashboard-property img { border-radius: 10px; height: 64px; object-fit: cover; width: 76px; }
.tcm-re-dashboard-property strong { color: var(--tcm-ink); display: block; font-family: Georgia, serif; font-size: 18px; }
.tcm-re-dashboard-property small { display: block; margin-top: 5px; }
.tcm-re-status { border-radius: 999px; display: inline-block; font-size: 10px; font-weight: 800; padding: 7px 10px; text-transform: uppercase; }
.tcm-re-status-publish { background: #e8f7ee; color: #267045; }
.tcm-re-status-pending { background: #fff5dc; color: #826017; }
.tcm-re-status-draft { background: #eef2f4; color: #60717c; }

/* Account */
.tcm-re-account-shell { padding: 64px 24px 90px; }
.tcm-re-account-intro { background: var(--tcm-navy); border-radius: 24px 24px 0 0; color: #fff; padding: 50px; }
.tcm-re-account-intro h1 { color: #fff; font-size: clamp(42px, 6vw, 66px); }
.tcm-re-account-intro p { color: rgba(255,255,255,.8); line-height: 1.7; max-width: 700px; }
.tcm-re-account-grid { background: var(--tcm-cream); border-radius: 0 0 24px 24px; display: grid; gap: 22px; grid-template-columns: 1fr 1fr; padding: 28px; }
.tcm-re-account-card { background: #fff; border: 1px solid var(--tcm-line); border-radius: 18px; display: flex; flex-direction: column; gap: 16px; padding: 28px; }
.tcm-re-account-card h2 { font-size: 34px; }
.tcm-re-account-card button { background: var(--tcm-navy); border: 0; color: #fff; cursor: pointer; }
.tcm-re-account-card > a { color: var(--tcm-blue); font-size: 12px; font-weight: 750; text-align: center; }
.tcm-re-check { align-items: center; flex-direction: row !important; font-size: 12px; }
.tcm-re-check input { min-height: 0; width: auto; }
.tcm-re-panel { background: var(--tcm-cream); border: 1px solid var(--tcm-line); border-radius: 22px; margin-bottom: 60px; margin-top: 60px; padding: 45px; }
.tcm-re-panel h2 { font-size: 42px; }
.tcm-re-panel p { color: var(--tcm-muted); line-height: 1.7; }
.tcm-re-inline-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Single property */
.tcm-re-single { padding: 28px 24px 90px; }
.tcm-re-single-topbar { align-items: center; display: flex; justify-content: space-between; margin-bottom: 28px; }
.tcm-re-single-topbar a { color: var(--tcm-blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.tcm-re-save-inline { background: transparent; border: 1px solid var(--tcm-line); border-radius: 999px; color: var(--tcm-ink); cursor: pointer; font-weight: 750; padding: 10px 15px; }
.tcm-re-save-inline.is-saved { background: var(--tcm-navy); color: #fff; }
.tcm-re-single-header { align-items: flex-end; display: flex; gap: 34px; justify-content: space-between; margin-bottom: 24px; }
.tcm-re-single-header h1 { font-size: clamp(42px, 6vw, 74px); max-width: 850px; }
.tcm-re-single-address { color: var(--tcm-muted); margin: 10px 0 0; }
.tcm-re-single-price { text-align: right; }
.tcm-re-single-price strong { color: var(--tcm-navy); display: block; font-family: Georgia, serif; font-size: 34px; white-space: nowrap; }
.tcm-re-single-price span { color: var(--tcm-muted); display: block; font-size: 11px; margin-top: 6px; }
.tcm-re-gallery { display: grid; gap: 8px; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 240px 240px; margin-bottom: 34px; overflow: hidden; }
.tcm-re-gallery-item { display: block; overflow: hidden; position: relative; }
.tcm-re-gallery-item:first-child { border-radius: 18px 0 0 18px; grid-row: 1 / span 2; }
.tcm-re-gallery-item:nth-child(3) { border-radius: 0 18px 0 0; }
.tcm-re-gallery-item:nth-child(5) { border-radius: 0 0 18px 0; }
.tcm-re-gallery img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.tcm-re-gallery-item:hover img { transform: scale(1.03); }
.tcm-re-gallery-item span { background: rgba(8,38,58,.88); border-radius: 999px; bottom: 14px; color: #fff; font-size: 12px; font-weight: 800; padding: 9px 12px; position: absolute; right: 14px; }
.tcm-re-gallery-small { grid-template-columns: repeat(2, 1fr); grid-template-rows: 440px; }
.tcm-re-gallery-small .tcm-re-gallery-item:first-child { grid-row: auto; }
.tcm-re-gallery-placeholder { align-items: center; background: linear-gradient(135deg,#aec3cf,#5f8295); border-radius: 18px; color: #fff; display: flex; font-family: Georgia,serif; font-size: 30px; height: 480px; justify-content: center; margin-bottom: 34px; }
.tcm-re-single-layout { align-items: start; display: grid; gap: 40px; grid-template-columns: minmax(0,1fr) 360px; }
.tcm-re-key-details { border-bottom: 1px solid var(--tcm-line); border-top: 1px solid var(--tcm-line); display: grid; gap: 0; grid-template-columns: repeat(6, 1fr); margin-bottom: 38px; }
.tcm-re-key-details div { border-right: 1px solid var(--tcm-line); padding: 20px 14px; text-align: center; }
.tcm-re-key-details div:last-child { border-right: 0; }
.tcm-re-key-details strong { color: var(--tcm-ink); display: block; font-family: Georgia,serif; font-size: 24px; }
.tcm-re-key-details span { color: var(--tcm-muted); display: block; font-size: 10px; font-weight: 800; letter-spacing: .1em; margin-top: 5px; text-transform: uppercase; }
.tcm-re-content-section { border-bottom: 1px solid var(--tcm-line); margin-bottom: 34px; padding-bottom: 34px; }
.tcm-re-content-section h2 { font-size: 38px; margin-bottom: 18px; }
.tcm-re-property-content { color: #526674; font-size: 16px; line-height: 1.85; }
.tcm-re-property-content p { margin: 0 0 18px; }
.tcm-re-amenity-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.tcm-re-amenity-grid span { background: var(--tcm-cream); border-radius: 10px; color: #405968; font-size: 13px; padding: 13px 14px; }
.tcm-re-disclaimer { background: #faf7f0; border: 1px solid #eadfce; border-radius: 16px; padding: 24px; }
.tcm-re-disclaimer p:last-child { color: #756c60; line-height: 1.7; margin-bottom: 0; }
.tcm-re-contact-column { position: sticky; top: 30px; }
.tcm-re-contact-card { background: #fff; border: 1px solid var(--tcm-line); border-radius: 20px; box-shadow: var(--tcm-shadow); padding: 26px; }
.tcm-re-contact-card h2 { font-size: 34px; }
.tcm-re-brokerage { color: var(--tcm-muted); margin: 7px 0 18px; }
.tcm-re-contact-actions { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); margin: 18px 0; }
.tcm-re-contact-actions a { background: var(--tcm-cream); border-radius: 10px; color: var(--tcm-navy); font-size: 11px; font-weight: 850; padding: 11px 8px; text-align: center; text-decoration: none; }
.tcm-re-inquiry-form { display: flex; flex-direction: column; gap: 13px; }
.tcm-re-inquiry-form button { background: var(--tcm-navy); border: 0; color: #fff; cursor: pointer; }
.tcm-re-privacy-note { color: #86939b; display: block; line-height: 1.5; margin-top: 12px; }
.tcm-re-related { border-top: 1px solid var(--tcm-line); margin-top: 60px; padding-top: 48px; }
.tcm-re-related h2 { font-size: 46px; margin-bottom: 24px; }

@media (max-width: 1100px) {
  .tcm-re-search { grid-template-columns: repeat(2, 1fr); }
  .tcm-re-search label { border-bottom: 1px solid var(--tcm-line); }
  .tcm-re-search button { min-height: 58px; }
  .tcm-re-advanced-filters { grid-template-columns: repeat(3,1fr); }
  .tcm-re-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tcm-re-form-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tcm-re-package-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tcm-re-single-layout { grid-template-columns: 1fr; }
  .tcm-re-contact-column { position: static; }
  .tcm-re-key-details { grid-template-columns: repeat(3,1fr); }
  .tcm-re-key-details div:nth-child(3) { border-right: 0; }
}

@media (max-width: 760px) {
  .tcm-re-hero { min-height: 0; }
  .tcm-re-hero-inner { padding: 58px 18px 34px; }
  .tcm-re-hero h1 { font-size: 48px; }
  .tcm-re-search { display: flex; flex-direction: column; }
  .tcm-re-search label { border-bottom: 1px solid var(--tcm-line); border-right: 0; }
  .tcm-re-search button { min-height: 52px; }
  .tcm-re-subnav { justify-content: flex-start; }
  .tcm-re-subnav a { min-width: 165px; }
  .tcm-re-results-section { padding: 52px 18px; }
  .tcm-re-section-heading { align-items: flex-start; flex-direction: column; }
  .tcm-re-advanced-filters { grid-template-columns: 1fr; }
  .tcm-re-grid { grid-template-columns: 1fr; }
  .tcm-re-card-image { height: 270px; }
  .tcm-re-community-strip { grid-template-columns: 1fr; margin: 0 18px; }
  .tcm-re-form-shell,
  .tcm-re-dashboard,
  .tcm-re-account-shell,
  .tcm-re-single { padding-left: 16px; padding-right: 16px; }
  .tcm-re-form-intro,
  .tcm-re-account-intro { padding: 34px 24px; }
  .tcm-re-property-form section { padding: 22px 18px; }
  .tcm-re-form-grid,
  .tcm-re-form-grid-4,
  .tcm-re-feature-grid,
  .tcm-re-package-grid,
  .tcm-re-account-grid { grid-template-columns: 1fr; }
  .tcm-re-span-2 { grid-column: span 1; }
  .tcm-re-dashboard-head,
  .tcm-re-single-header { align-items: flex-start; flex-direction: column; }
  .tcm-re-single-price { text-align: left; }
  .tcm-re-gallery { display: flex; gap: 8px; overflow-x: auto; }
  .tcm-re-gallery-item,
  .tcm-re-gallery-item:first-child { border-radius: 14px; flex: 0 0 88%; height: 340px; }
  .tcm-re-key-details { grid-template-columns: repeat(2,1fr); }
  .tcm-re-key-details div:nth-child(odd) { border-right: 1px solid var(--tcm-line); }
  .tcm-re-key-details div:nth-child(even) { border-right: 0; }
  .tcm-re-amenity-grid { grid-template-columns: 1fr 1fr; }
  .tcm-re-contact-actions { grid-template-columns: 1fr; }
}
