.property-hub-page {
  --property-ink: #173344;
  --property-muted: #5d6a72;
  --property-accent: #a95158;
  --property-gold: #b99b63;
  --property-paper: #f7f5ef;
  --property-line: #d8d2c6;
  background: var(--property-paper);
  color: var(--property-ink);
}

.property-hub-page .site-header {
  background: #fff;
}

.property-main {
  overflow: hidden;
}

.property-main h1,
.property-main h2,
.property-main h3 {
  color: var(--property-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.022em;
}

.property-main .overline {
  margin: 0;
  color: var(--property-accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.property-nav {
  border-bottom-color: var(--property-gold);
  background: #173344;
}

.property-nav .nav-inner {
  justify-content: flex-start;
  overflow-x: auto;
  scrollbar-width: thin;
}

.property-nav .nav-inner a {
  flex: 0 0 auto;
  padding-inline: 12px;
  font-size: 0.61rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.property-nav .property-return {
  position: sticky;
  left: 0;
  z-index: 2;
  color: #173344;
  background: #d6bc86;
  font-weight: 900;
}

.property-nav .is-tools {
  color: #fff;
  background: #9f5057;
}

.property-hero {
  background: #eef0ec;
  border-bottom: 1px solid var(--property-line);
}

.property-hero-inner {
  display: grid;
  min-height: 570px;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  gap: 42px;
  padding-block: 48px 58px;
  align-items: stretch;
}

.property-hero-copy {
  display: flex;
  padding-block: 34px;
  flex-direction: column;
  justify-content: center;
}

.property-hero-copy h1 {
  max-width: 760px;
  margin: 12px 0 8px;
  font-size: clamp(2.25rem, 4.8vw, 4.9rem);
  line-height: 0.98;
}

.property-claim {
  margin: 0 0 22px;
  color: #335566;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.3;
}

.property-hero-copy > p:last-of-type {
  max-width: 650px;
  margin: 0;
  color: var(--property-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.62;
}

.property-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.property-hero-actions a,
.property-course-bridge > a,
.property-newsletter-topics a {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--property-ink);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.property-hero-actions a + a {
  color: var(--property-ink);
  background: transparent;
  border: 1px solid #aeb6b3;
}

.property-hero figure {
  margin: 0;
  overflow: hidden;
  background: #d5d7d2;
  box-shadow: 0 22px 54px rgba(23, 51, 68, 0.13);
}

.property-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.property-search {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(420px, 1.25fr);
  gap: 42px;
  padding-block: 34px 42px;
  align-items: end;
  scroll-margin-top: 24px;
  border-bottom: 1px solid var(--property-line);
}

.property-search h2,
.property-letter h2,
.property-next h2 {
  margin: 7px 0 5px;
  font-size: clamp(1.55rem, 2.65vw, 2.7rem);
  line-height: 1.08;
}

.property-search p {
  margin: 0;
  color: var(--property-muted);
  font-size: 0.84rem;
}

.property-search form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}

.property-search input {
  min-width: 0;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid #bfc4c1;
  border-right: 0;
  background: #fff;
  color: var(--property-ink);
  font: inherit;
}

.property-search button,
.property-primary-link {
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--property-ink);
  color: #fff;
  cursor: pointer;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.property-search-results {
  grid-column: 1 / -1;
  padding-top: 18px;
}

.property-search-results > p:first-child {
  margin-bottom: 16px;
  color: var(--property-ink);
}

.property-intents,
.property-journey,
.property-regions,
.property-tools {
  padding-block: 70px 78px;
  scroll-margin-top: 24px;
}

.property-intents > header {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
  gap: 48px;
  margin-bottom: 28px;
  align-items: end;
}

.property-intents h2,
.property-section-heading h2,
.property-newsletter h2 {
  margin: 8px 0 0;
  max-width: 100%;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.property-intents > header > p:last-child,
.property-section-heading > p {
  margin: 0;
  color: var(--property-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.55;
}

.property-intent-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--property-line);
  background: #fff;
}

.property-intent-grid a {
  display: flex;
  min-height: 198px;
  padding: 22px 20px;
  flex-direction: column;
  color: var(--property-ink);
  border-right: 1px solid var(--property-line);
  transition: background 170ms ease, transform 170ms ease;
}

.property-intent-grid a:last-child {
  border-right: 0;
}

.property-intent-grid a:hover,
.property-intent-grid a:focus-visible {
  background: #f0eee7;
  transform: translateY(-2px);
}

.property-intent-grid small,
.property-story span,
.property-tool-head span,
.property-course-bridge span {
  color: var(--property-accent);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.property-intent-grid strong {
  margin-top: 19px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.35vw, 1.35rem);
  font-weight: 600;
  line-height: 1.16;
}

.property-intent-grid span {
  margin-top: auto;
  padding-top: 20px;
  color: #68747b;
  font-size: 0.84rem;
  line-height: 1.42;
}

.property-current,
.property-guides,
.property-decisions,
.property-newsletter,
.property-letter {
  scroll-margin-top: 24px;
}

.property-letter {
  padding-block: 66px 72px;
  background: #e7edf0;
  border-block: 1px solid #ccd5da;
}

.property-letter .nfr-property-letter-form {
  margin: 0;
}

.property-letter .nfr-premium-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.property-letter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 830px;
  align-items: start;
}

.property-letter-form input[type="email"] {
  min-width: 0;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid #b8c4ca;
  background: #fff;
  color: var(--property-ink);
  font: inherit;
}

.property-letter-form button {
  min-height: 50px;
  padding: 0 19px;
  border: 0;
  background: var(--property-ink);
  color: #fff;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.property-letter-consent,
.property-letter-note,
.property-letter-message {
  grid-column: 1 / -1;
}

.property-letter-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  color: #53616a;
  font-size: 0.77rem;
  line-height: 1.45;
}

.property-letter-note,
.property-letter-message {
  margin: 0;
  color: #53616a;
  font-size: 0.77rem;
  line-height: 1.45;
}

.property-letter-message {
  padding: 11px 13px;
  border: 1px solid #a9c2b0;
  background: #eef8f0;
  color: #245b2e;
}

.property-letter-message.is-error {
  border-color: #ddb1b1;
  background: #fff1f1;
  color: #8a1f2d;
}

.property-academy {
  padding-block: 46px 58px;
}

.property-academy .property-course-bridge {
  margin-top: 0;
}

.property-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-block: 18px;
  color: #68747b;
  font-size: 0.72rem;
}

.property-breadcrumb a {
  color: var(--property-ink);
  border-bottom: 1px solid #c7a864;
}

.property-hub-lead {
  padding-block: 58px 64px;
  background: #eef0ec;
  border-block: 1px solid var(--property-line);
}

.property-hub-lead h1 {
  max-width: 980px;
  margin: 12px 0 10px;
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  line-height: 1;
}

.property-hub-intro {
  max-width: 880px;
  margin: 24px 0 0;
  color: var(--property-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.72;
}

.property-review-meta {
  display: inline-flex;
  max-width: 880px;
  margin-top: 25px;
  padding: 11px 14px;
  flex-wrap: wrap;
  gap: 6px 10px;
  color: #4c5d66;
  background: #fffdf8;
  border: 1px solid #d6d1c5;
  border-left: 3px solid var(--property-accent);
  font-size: 0.82rem;
  line-height: 1.45;
}

.property-review-meta strong {
  color: var(--property-ink);
  font-weight: 850;
}

.property-review-meta i {
  color: var(--property-gold);
  font-style: normal;
  font-weight: 900;
}

.property-review-meta a {
  color: var(--property-ink);
  border-bottom: 1px solid var(--property-gold);
}

.property-hub-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 64px;
  padding-block: 68px 80px;
  align-items: start;
}

.property-hub-toc {
  position: sticky;
  top: 24px;
  display: grid;
  padding: 21px;
  background: #fff;
  border: 1px solid var(--property-line);
}

.property-hub-toc strong {
  margin-bottom: 12px;
  color: var(--property-accent);
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.property-hub-toc a {
  padding: 10px 0;
  color: var(--property-ink);
  border-top: 1px solid #ece8df;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
}

.property-hub-content {
  min-width: 0;
}

.property-hub-content > section {
  padding-block: 0 39px;
  scroll-margin-top: 30px;
  border-bottom: 1px solid var(--property-line);
}

.property-hub-content > section + section {
  padding-top: 39px;
}

.property-hub-content h2 {
  max-width: 850px;
  margin: 0 0 17px;
  font-size: clamp(1.55rem, 2.8vw, 2.55rem);
  line-height: 1.08;
}

.property-hub-content p {
  max-width: 820px;
  margin: 0 0 15px;
  color: #394a54;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.72;
}

.property-hub-content p a {
  color: var(--property-accent);
  border-bottom: 1px solid currentColor;
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.property-official-sources ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.property-official-sources a {
  display: inline-block;
  color: var(--property-ink);
  border-bottom: 1px solid var(--property-gold);
  font-size: 0.82rem;
  font-weight: 850;
}

.property-next {
  padding-block: 58px 64px;
  background: var(--property-ink);
}

.property-next h2 {
  color: #fff;
}

.property-next > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
}

.property-next a {
  padding: 12px 16px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.property-current {
  padding-block: 76px 84px;
  background: #e9ece9;
  border-block: 1px solid var(--property-line);
}

.property-guides {
  padding-block: 78px 86px;
  background: #ece8df;
  border-block: 1px solid var(--property-line);
}

.property-section-heading {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: 48px;
  margin-bottom: 30px;
  align-items: end;
}

.property-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.property-story-grid.is-six {
  row-gap: 22px;
}

.property-story {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--property-line);
}

.property-story > a {
  display: grid;
  height: 100%;
  grid-template-rows: 205px 1fr;
  color: var(--property-ink);
}

.property-story figure {
  margin: 0;
  overflow: hidden;
  background: #d6d4cd;
}

.property-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.property-story a:hover img {
  transform: scale(1.022);
}

.property-story > a > div {
  display: flex;
  min-width: 0;
  padding: 22px 22px 24px;
  flex-direction: column;
}

.property-story h3 {
  margin: 9px 0 9px;
  overflow-wrap: anywhere;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  line-height: 1.12;
}

.property-story time {
  color: #78838a;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.property-story p {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: #637079;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.91rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.property-story b {
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.67rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.property-text-link {
  display: inline-block;
  margin-top: 25px;
  color: var(--property-ink);
  border-bottom: 1px solid var(--property-accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.property-empty {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--property-line);
}

.property-empty strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.property-empty p {
  margin: 8px 0 0;
  color: var(--property-muted);
}

.property-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--property-ink);
  list-style: none;
}

.property-step-grid li {
  min-height: 190px;
  padding: 23px 22px;
  background: #fff;
  border-right: 1px solid var(--property-line);
  border-bottom: 1px solid var(--property-line);
}

.property-step-grid li:nth-child(4n + 1) {
  border-left: 1px solid var(--property-line);
}

.property-step-grid span {
  color: var(--property-accent);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.property-step-grid strong {
  display: block;
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 1.18;
}

.property-step-grid p {
  margin: 12px 0 0;
  color: #65727a;
  font-size: 0.84rem;
  line-height: 1.46;
}

.property-course-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  margin-top: 20px;
  padding: 24px 26px;
  align-items: center;
  background: #e8edef;
  border-left: 3px solid var(--property-gold);
}

.property-course-bridge strong {
  display: block;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.property-course-bridge p {
  max-width: 900px;
  margin: 6px 0 0;
  color: var(--property-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.property-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--property-line);
  background: #fff;
}

.property-region-grid a {
  display: grid;
  min-height: 150px;
  padding: 24px;
  color: var(--property-ink);
  border-right: 1px solid var(--property-line);
  border-bottom: 1px solid var(--property-line);
}

.property-region-grid a:nth-child(3n) {
  border-right: 0;
}

.property-region-grid a:nth-child(n + 4) {
  border-bottom: 0;
}

.property-region-grid span {
  color: var(--property-accent);
  font-size: 0.65rem;
  font-weight: 900;
}

.property-region-grid strong {
  margin-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.33rem;
  font-weight: 600;
}

.property-region-grid small {
  margin-top: auto;
  color: #64717a;
  font-size: 0.71rem;
  font-weight: 800;
}

.property-region-grid a:hover,
.property-region-grid a:focus-visible {
  background: #f1eee7;
}

.property-decisions {
  padding-block: 72px;
  background: var(--property-ink);
}

.property-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.property-decision-grid article {
  min-height: 295px;
  padding: 28px 25px;
  background: #173344;
}

.property-decision-grid h2 {
  margin: 13px 0 14px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.08;
}

.property-decision-grid p:not(.overline) {
  margin: 0;
  color: #d4dfe4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.93rem;
  line-height: 1.55;
}

.property-decision-grid a {
  display: inline-block;
  margin-top: 22px;
  color: #fff;
  border-bottom: 1px solid #d6bc86;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.property-tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.property-tools-grid > article {
  min-width: 0;
  padding: 27px;
  background: #fff;
  border: 1px solid var(--property-line);
}

.property-tools-grid .property-glossary {
  grid-column: 1 / -1;
}

.property-tool-head {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.property-tool-head strong {
  color: #68747c;
  font-size: 0.7rem;
  font-weight: 800;
}

.property-tools h3 {
  margin: 15px 0 18px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.property-tools button {
  margin-top: 20px;
  padding: 10px 14px;
  color: #fff;
  background: var(--property-ink);
  border: 0;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.property-checklist-items,
.property-budget-fields {
  display: grid;
  gap: 9px;
}

.property-checklist-items label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  align-items: start;
  color: #4f5e67;
  border-top: 1px solid #ece8df;
  font-size: 0.87rem;
  line-height: 1.38;
}

.property-checklist-items input {
  width: 17px;
  height: 17px;
  accent-color: var(--property-accent);
}

.property-budget > p {
  margin: -6px 0 18px;
  color: var(--property-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.property-budget-fields label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(125px, 0.48fr);
  gap: 12px;
  align-items: center;
  color: #4f5e67;
  font-size: 0.84rem;
}

.property-money-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  border: 1px solid #cfc8bc;
  background: #fff;
}

.property-money-input input {
  min-width: 0;
  width: 100%;
  padding: 9px;
  border: 0;
  font: inherit;
}

.property-money-input b {
  color: #6f7a81;
  font-size: 0.78rem;
}

.property-budget-total {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  align-items: baseline;
  justify-content: space-between;
  border-top: 2px solid var(--property-ink);
}

.property-budget-total span {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.property-budget-total output {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 600;
}

.property-glossary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--property-line);
  border: 1px solid var(--property-line);
}

.property-glossary dl > div {
  padding: 18px;
  background: #f8f6f1;
}

.property-glossary dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
}

.property-glossary dd {
  margin: 8px 0 0;
  color: var(--property-muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.property-glossary > a {
  display: inline-block;
  margin-top: 18px;
  color: var(--property-ink);
  border-bottom: 1px solid var(--property-accent);
  font-size: 0.69rem;
  font-weight: 900;
  text-transform: uppercase;
}

.property-newsletter {
  padding-block: 66px;
  background: #e7edf0;
  border-block: 1px solid #ccd5da;
}

.property-newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(370px, 0.9fr);
  gap: 54px;
  align-items: center;
}

.property-newsletter h2 {
  margin-bottom: 14px;
}

.property-newsletter p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--property-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.55;
}

.property-newsletter-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.property-newsletter-topics > span {
  padding: 8px 11px;
  color: #53616a;
  background: #fff;
  border: 1px solid #cdd5d8;
  font-size: 0.72rem;
  font-weight: 800;
}

.property-newsletter-topics a {
  width: 100%;
  margin-top: 7px;
}

.property-disclaimer {
  margin-block: 42px 60px;
  padding: 21px 24px;
  color: #5b6870;
  background: #fff;
  border: 1px solid var(--property-line);
  font-size: 0.79rem;
  line-height: 1.5;
}

.property-disclaimer strong {
  color: var(--property-ink);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.property-disclaimer p {
  margin: 5px 0 0;
}

@media (max-width: 1100px) {
  .property-hero-inner {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }

  .property-intent-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .property-intent-grid a:nth-child(3) {
    border-right: 0;
  }

  .property-intent-grid a:nth-child(n + 4) {
    border-top: 1px solid var(--property-line);
  }

  .property-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .property-hub-page .main-nav {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }

  .property-nav .nav-inner {
    display: flex;
    align-items: stretch;
  }

  .property-nav .property-return {
    position: static;
  }

  .property-hero-inner,
  .property-intents > header,
  .property-section-heading,
  .property-newsletter-inner,
  .property-search,
  .property-hub-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .property-hero-inner {
    padding-block: 30px 40px;
  }

  .property-hero-copy {
    padding-block: 10px 0;
  }

  .property-hero figure {
    min-height: 330px;
  }

  .property-hub-toc {
    position: static;
  }

  .property-story-grid,
  .property-step-grid,
  .property-region-grid,
  .property-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-step-grid li:nth-child(4n + 1) {
    border-left: 0;
  }

  .property-step-grid li:nth-child(2n + 1) {
    border-left: 1px solid var(--property-line);
  }

  .property-region-grid a:nth-child(3n) {
    border-right: 1px solid var(--property-line);
  }

  .property-region-grid a:nth-child(2n) {
    border-right: 0;
  }

  .property-region-grid a:nth-child(n + 4) {
    border-bottom: 1px solid var(--property-line);
  }

  .property-region-grid a:nth-child(n + 5) {
    border-bottom: 0;
  }

  .property-tools-grid .property-glossary {
    grid-column: 1 / -1;
  }

  .property-glossary dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .property-review-meta {
    display: grid;
    gap: 6px;
  }

  .property-review-meta i {
    display: none;
  }

  .property-hero-copy h1 {
    font-size: clamp(2.05rem, 12vw, 3.15rem);
  }

  .property-intents,
  .property-journey,
  .property-regions,
  .property-tools,
  .property-current,
  .property-guides {
    padding-block: 50px 56px;
  }

  .property-intent-grid,
  .property-story-grid,
  .property-step-grid,
  .property-region-grid,
  .property-decision-grid,
  .property-tools-grid,
  .property-glossary dl {
    grid-template-columns: 1fr;
  }

  .property-intent-grid a,
  .property-intent-grid a:nth-child(3),
  .property-intent-grid a:last-child {
    min-height: 145px;
    border-right: 0;
    border-top: 1px solid var(--property-line);
  }

  .property-intent-grid a:first-child {
    border-top: 0;
  }

  .property-story > a {
    grid-template-rows: 190px 1fr;
  }

  .property-step-grid li,
  .property-step-grid li:nth-child(2n + 1) {
    min-height: 0;
    border-left: 1px solid var(--property-line);
  }

  .property-course-bridge {
    grid-template-columns: 1fr;
  }

  .property-region-grid a,
  .property-region-grid a:nth-child(2n),
  .property-region-grid a:nth-child(3n),
  .property-region-grid a:nth-child(n + 5) {
    min-height: 125px;
    border-right: 0;
    border-bottom: 1px solid var(--property-line);
  }

  .property-region-grid a:last-child {
    border-bottom: 0;
  }

  .property-decision-grid article {
    min-height: 0;
  }

  .property-tools-grid .property-glossary {
    grid-column: auto;
  }

  .property-budget-fields label {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .property-newsletter-inner {
    grid-template-columns: 1fr;
  }

  .property-search form,
  .property-letter-form {
    grid-template-columns: 1fr;
  }

  .property-search input {
    border-right: 1px solid #bfc4c1;
  }
}

@media print {
  .property-hub-page .site-header,
  .property-hero,
  .property-intents,
  .property-current,
  .property-journey,
  .property-guides,
  .property-regions,
  .property-decisions,
  .property-newsletter,
  .property-disclaimer,
  .property-hub-page .site-footer,
  .property-hub-page .preview-control,
  .property-tools .property-section-heading,
  .property-tools button {
    display: none !important;
  }

  .property-tools,
  .property-tools-grid {
    display: block;
    padding: 0;
  }

  .property-tools-grid > article {
    margin-bottom: 24px;
    break-inside: avoid;
    border-color: #888;
  }
}
