:root {
  --ha-ink: #171716;
  --ha-blue: #17364b;
  --ha-copper: #ce7043;
  --ha-paper: #f1ece3;
  --ha-white: #fff;
  --ha-muted: #686a67;
  --ha-line: #d8d3ca;
}

.ha-home {
  overflow: hidden;
  background: var(--ha-paper);
  color: var(--ha-ink);
  font-family: "Instrument Sans", Inter, sans-serif;
}

.ha-home * {
  box-sizing: border-box;
}

.ha-home :where(h1, h2, h3, p) {
  margin-top: 0;
}

.ha-home :where(h1, h2, h3) {
  font-family: inherit;
  font-weight: 520;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ha-home a {
  text-decoration: none;
}

.ha-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--ha-copper) 0 48%,
    var(--ha-blue) 48%
  );
}

.ha-progress i {
  display: block;
  width: calc(var(--ha-progress, 0) * 100%);
  height: 100%;
  background: #fff;
  transform-origin: left;
}

.ha-opening {
  position: relative;
  min-height: calc(100svh - 5rem);
  overflow: hidden;
  background: #132f40;
  color: #fff;
}

.ha-opening figure,
.ha-opening figure img,
.ha-opening__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.ha-opening figure img {
  object-fit: cover;
  object-position: center;
  transform: scale(calc(1.04 - var(--ha-scene, 0) * 0.04));
}

.ha-opening__wash {
  background: linear-gradient(
    90deg,
    rgba(11, 25, 33, 0.9),
    rgba(11, 25, 33, 0.45) 55%,
    rgba(11, 25, 33, 0.12)
  );
}

.ha-opening__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100svh - 5rem);
  max-width: 58rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 7vw 8vh;
}

.ha-opening__copy > p,
.ha-begin header > p,
.ha-founder div > p,
.ha-community p,
.ha-trust > div > p {
  color: #f0a174;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ha-opening h1 {
  margin: 0.9rem 0 1.6rem;
  color: var(--ha-white);
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.84;
}

.ha-opening__copy > span {
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.6;
}

.ha-opening nav {
  display: flex;
  gap: 0.6rem;
  margin-top: 2rem;
}

.ha-opening nav a,
.ha-chapter a,
.ha-founder a {
  padding: 0.85rem 1.1rem;
  border: 1px solid currentcolor;
  color: inherit;
}

.ha-opening nav a:first-child {
  border-color: var(--ha-copper);
  background: var(--ha-copper);
}

.ha-opening aside {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 2rem;
  font-size: 0.72rem;
}

.ha-opening aside b {
  margin-left: 0.5rem;
}

.ha-premise {
  padding: clamp(5rem, 8vw, 8rem) max(1.4rem, calc((100vw - 76rem) / 2));
  background: var(--ha-paper);
}

.ha-premise > p {
  margin-bottom: 1.25rem;
  color: var(--ha-copper);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ha-premise > h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(3.6rem, 6.6vw, 6.8rem);
  line-height: 0.88;
}

.ha-premise > span {
  display: block;
  max-width: 48rem;
  margin: clamp(1.8rem, 3vw, 3rem) 0 clamp(2.5rem, 4vw, 4rem) auto;
  color: var(--ha-muted);
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  line-height: 1.55;
}

.ha-premise ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ha-line);
  list-style: none;
}

.ha-premise li {
  min-height: 9rem;
  padding: 1.25rem;
  border-right: 1px solid var(--ha-line);
}

.ha-premise li:last-child {
  border-right: 0;
}

.ha-premise li :where(small, strong, span) {
  display: block;
}

.ha-premise li small {
  color: var(--ha-copper);
  font-weight: 700;
}

.ha-premise li strong {
  margin-top: 1.8rem;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 520;
}

.ha-premise li span {
  margin-top: 0.4rem;
  color: var(--ha-muted);
  line-height: 1.35;
}

.ha-begin {
  padding: clamp(5rem, 9vw, 9rem) max(1.4rem, calc((100vw - 76rem) / 2));
  background: #f5f0e8;
}

.ha-begin > header {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 4vw;
}

.ha-begin h2 {
  max-width: 56rem;
  color: var(--ha-ink);
  font-size: clamp(3rem, 5.8vw, 6rem);
  line-height: 0.94;
}

.ha-begin > div:not(.ha-begin__desk) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
  border-top: 1px solid var(--ha-line);
  border-left: 1px solid var(--ha-line);
}

.ha-begin article {
  min-height: 13rem;
  padding: 1.6rem;
  border-right: 1px solid var(--ha-line);
  border-bottom: 1px solid var(--ha-line);
}

.ha-begin article small {
  color: var(--ha-copper);
  font-weight: 700;
}

.ha-begin article h3 {
  margin-top: 2rem;
  color: var(--ha-ink);
  font-size: 1.65rem;
  line-height: 1.05;
}

.ha-begin__desk {
  max-width: 54rem;
  margin: 3rem auto 0;
}

.ha-begin__desk .hp-ask-shell {
  border: 0;
  border-left: 0.3rem solid var(--ha-copper);
  border-radius: 0 3rem 0 3rem;
  background: #fff;
  box-shadow: none;
}

.ha-begin__desk .hp-ask-shell__prompt {
  padding: clamp(1.25rem, 3vw, 2rem);
  color: var(--ha-blue);
}

.ha-begin__desk .hp-ask-shell__prompt strong {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.ha-begin__desk .hp-ask-fallback {
  margin: 0 clamp(1rem, 3vw, 2rem);
}

.ha-begin__desk .hp-ask-fallback input {
  min-height: 3.5rem;
  color: var(--ha-ink);
}

.ha-begin__desk .hp-ask-fallback button {
  min-height: 3.5rem;
  background: #9a4525;
  color: #fff;
}

.ha-begin__desk .hp-ask-fallback__chips {
  padding: 1rem clamp(1rem, 3vw, 2rem) 1.5rem;
}

.ha-chapter {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 92svh;
  background: #f4efe6;
}

.ha-chapter--reverse figure {
  order: 2;
}

.ha-chapter figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.ha-chapter figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1.06 - var(--ha-scene, 0) * 0.04));
}

.ha-chapter figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 0 1.25rem 0 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  color: #171716;
  font-size: 0.72rem;
}

.ha-chapter > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.ha-chapter small {
  color: var(--ha-copper);
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ha-chapter h2 {
  margin: 1.5rem 0;
  color: var(--ha-ink);
  font-size: clamp(3.3rem, 5.7vw, 6rem);
  line-height: 0.91;
}

.ha-chapter p {
  max-width: 38rem;
  color: var(--ha-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.ha-chapter a {
  align-self: flex-start;
  margin-top: 1.4rem;
  color: inherit;
}

.ha-chapter--blue {
  background: #e4d8ca;
}

.ha-chapter--copper {
  background: #d3774c;
  color: #fff;
}

.ha-chapter--copper h2,
.ha-chapter--dark h2 {
  color: #fff;
}

.ha-chapter--copper :where(small, p) {
  color: rgba(255, 255, 255, 0.88);
}

.ha-chapter--dark {
  background: #171716;
  color: #fff;
}

.ha-chapter--dark :where(small, p) {
  color: rgba(255, 255, 255, 0.78);
}

.ha-moment {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding: clamp(6rem, 10vw, 11rem) max(1.4rem, calc((100vw - 76rem) / 2));
  background: #e4d8ca;
}

.ha-moment > div > p {
  color: #8b3f23;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ha-moment h2 {
  color: var(--ha-ink);
  font-size: clamp(3.1rem, 5vw, 5.4rem);
  line-height: 0.93;
}

.ha-moment > div > span {
  display: block;
  max-width: 34rem;
  color: #45545a;
  line-height: 1.7;
}

.ha-moment article {
  padding: clamp(2rem, 4vw, 4rem);
  border-left: 5px solid var(--ha-copper);
  border-radius: 0 4rem;
  background: #fff;
  box-shadow: 0 2rem 6rem rgba(20, 54, 75, 0.15);
}

.ha-moment article header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ha-line);
}

.ha-moment article header img {
  width: 6rem;
}

.ha-moment article header span {
  color: var(--ha-muted);
  font-size: 0.75rem;
}

.ha-moment article > small,
.ha-moment__stage > small {
  display: block;
  margin-top: 4rem;
  color: #8b3f23;
  font-weight: 760;
  text-transform: uppercase;
}

.ha-moment article > strong,
.ha-moment__stage > strong {
  display: block;
  margin: 1.5rem 0 3rem;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 520;
  line-height: 1;
}

.ha-moment article nav span {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem;
  border-top: 1px solid var(--ha-line);
}

.ha-moment__stage {
  opacity: 1;
  transform: none;
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.ha-moment__stage.is-changing {
  opacity: 0;
  transform: translateY(0.5rem);
}

.ha-moment__note {
  margin: 1.25rem 0 0;
  color: #45545a;
  font-size: 0.75rem;
  line-height: 1.5;
}

.ha-moment__position {
  height: 2px;
  margin-top: 1rem;
  overflow: hidden;
  background: var(--ha-line);
}

.ha-moment__position i {
  display: block;
  width: calc(var(--ha-moment-position, 0.25) * 100%);
  height: 100%;
  background: #9a4525;
  transition: width 0.4s ease;
}

.ha-chapter--copper h2,
.ha-chapter--dark h2,
.ha-founder h2,
.ha-community h2 {
  color: #fff;
}

.ha-founder {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 92svh;
  background: #17364b;
  color: #fff;
}

.ha-founder figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.ha-founder figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.ha-founder figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(23, 54, 75, 0.88);
  font-size: 0.82rem;
}

.ha-founder figcaption span {
  color: rgba(255, 255, 255, 0.7);
}

.ha-founder > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vw, 8rem);
}

.ha-founder h2 {
  margin: 1.5rem 0 2rem;
  font-size: clamp(3.4rem, 6vw, 6.2rem);
  line-height: 0.92;
}

.ha-founder > div > span {
  max-width: 44rem;
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ha-founder a {
  align-self: flex-start;
  margin-top: 1.5rem;
  color: #fff;
}

.ha-community {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  padding: clamp(6rem, 10vw, 11rem) max(1.4rem, calc((100vw - 76rem) / 2));
  background: #d3774c;
  color: #fff;
}

.ha-community h2 {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
}

.ha-community > div:last-child {
  display: grid;
  align-content: center;
}

.ha-community strong {
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.3rem;
}

.ha-community span {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.ha-trust {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 7vw;
  padding: clamp(5rem, 8vw, 8rem) max(1.4rem, calc((100vw - 76rem) / 2));
  background: #f5f0e8;
}

.ha-trust h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  line-height: 0.95;
}

.ha-trust > div:last-child > p {
  color: var(--ha-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ha-trust nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.ha-trust a {
  color: var(--ha-blue);
  font-weight: 700;
}

.ha-neighborhoods {
  padding: clamp(6rem, 10vw, 10rem) max(1.4rem, calc((100vw - 76rem) / 2));
  background: #fffdf8;
}

.ha-neighborhoods > header {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 1.5rem 5vw;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.ha-neighborhoods > header > p {
  margin: 0;
  color: var(--ha-copper);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ha-neighborhoods h2 {
  max-width: 14ch;
  margin: 0;
  color: #171716 !important;
  font-size: clamp(3.5rem, 6.5vw, 6.5rem);
  line-height: 0.9;
}

.ha-neighborhoods > header > span {
  grid-column: 2;
  max-width: 38rem;
  color: var(--ha-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ha-neighborhoods__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 1rem;
}

.ha-neighborhoods__grid a {
  grid-column: span 5;
  min-width: 0;
  color: inherit;
}

.ha-neighborhoods__grid a[data-prominence="lead"] { grid-column: span 7; grid-row: span 2; }
.ha-neighborhoods__grid a:nth-child(4) { grid-column: span 5; }
.ha-neighborhoods__grid a:nth-child(5) { grid-column: span 3; }
.ha-neighborhoods__grid a:nth-child(6) { grid-column: span 4; }

.ha-neighborhoods__grid figure {
  position: relative;
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
  background: var(--ha-blue);
}

.ha-neighborhoods__grid a:first-child figure { border-radius: 0 4rem 0 0; }
.ha-neighborhoods__grid a:nth-child(3) figure { border-radius: 0 0 4rem 0; }
.ha-neighborhoods__grid a:nth-child(4) figure { border-radius: 4rem 0 0 0; }
.ha-neighborhoods__grid a:last-child figure { border-radius: 0 0 4rem 0; }

.ha-neighborhoods__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.ha-neighborhoods__grid figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 1rem;
  padding: 6rem 1.5rem 1.5rem;
  background: linear-gradient(0deg, rgba(7, 27, 49, 0.96), rgba(7, 27, 49, 0));
  color: #fff;
}

.ha-neighborhoods__grid :where(strong, span) { display: block; }
.ha-neighborhoods__grid strong { font-size: 1.75rem; font-weight: 600; }
.ha-neighborhoods__grid span { color: rgba(255, 255, 255, 0.76); font-size: 0.82rem; }
.ha-neighborhoods__grid b {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  font-size: 0.78rem;
}
.ha-neighborhoods__grid i { font-style: normal; }
.ha-neighborhoods__grid a:hover img,
.ha-neighborhoods__grid a:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: translateY(calc((var(--ha-scene, .5) - .5) * -1.5rem)) scale(1.13);
}

[data-ha-reveal] {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-ha-reveal].ha-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 760px) {
  .ha-opening {
    min-height: calc(100svh - 4rem);
  }

  .ha-opening__copy {
    min-height: calc(100svh - 4rem);
    padding: 0 1.2rem 5rem;
  }

  .ha-opening h1 {
    font-size: clamp(3.5rem, 15vw, 4.8rem);
    line-height: 0.9;
  }

  .ha-opening nav {
    display: grid;
  }

  .ha-opening aside {
    right: 1.2rem;
    bottom: 1rem;
  }

  .ha-premise {
    padding-block: 5rem;
  }

  .ha-premise > h2 {
    font-size: clamp(3.55rem, 16vw, 5rem);
  }

  .ha-premise > span {
    margin: 2rem 0 3rem;
    font-size: 1.08rem;
  }

  .ha-premise ol {
    grid-template-columns: 1fr;
  }

  .ha-premise li {
    display: grid;
    grid-template-columns: 2.25rem 5.8rem minmax(0, 1fr);
    min-height: 5.2rem;
    align-items: center;
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--ha-line);
  }

  .ha-premise li strong,
  .ha-premise li span {
    margin-top: 0;
  }

  .ha-begin {
    padding: 5rem 1rem;
  }

  .ha-begin > header {
    grid-template-columns: 1fr;
  }

  .ha-begin h2 {
    font-size: clamp(2.75rem, 12vw, 3.25rem);
    line-height: 0.96;
  }

  .ha-begin > div:not(.ha-begin__desk) {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .ha-begin article {
    min-height: 0;
  }

  .ha-begin__desk .hp-ask-shell__prompt {
    align-items: flex-start;
  }

  .ha-begin__desk .hp-ask-fallback {
    display: grid;
  }

  .ha-begin__desk .hp-ask-fallback button {
    width: 100%;
  }

  .ha-chapter,
  .ha-moment,
  .ha-founder,
  .ha-community,
  .ha-trust {
    grid-template-columns: 1fr;
  }

  .ha-chapter {
    min-height: 0;
  }

  .ha-chapter--reverse figure {
    order: 0;
  }

  .ha-chapter figure {
    min-height: 55svh;
  }

  .ha-chapter > div {
    padding: 3.75rem 1.2rem 4.25rem;
  }

  .ha-chapter h2 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 12.5vw, 3.35rem);
    line-height: 0.96;
  }

  .ha-moment {
    padding: 5rem 1rem;
  }

  .ha-moment article {
    padding: 2rem 1.3rem;
    border-radius: 0 2.5rem;
  }

  .ha-moment article > small {
    margin-top: 2.5rem;
  }

  .ha-moment article > strong {
    font-size: 2.7rem;
  }

  .ha-founder figure {
    min-height: 65svh;
  }

  .ha-founder > div {
    padding: 4.5rem 1.2rem;
  }

  .ha-founder h2 {
    font-size: clamp(2.85rem, 12vw, 3.4rem);
    line-height: 0.96;
  }

  .ha-community,
  .ha-trust {
    padding: 5rem 1.2rem;
  }

  .ha-community h2,
  .ha-trust h2 {
    font-size: clamp(2.75rem, 11.5vw, 3.3rem);
    line-height: 0.98;
  }

  .ha-neighborhoods { padding: 5rem 1.2rem; }
  .ha-neighborhoods > header { grid-template-columns: 1fr; margin-bottom: 3rem; }
  .ha-neighborhoods h2 { font-size: clamp(3.1rem, 13vw, 4.2rem); }
  .ha-neighborhoods > header > span { grid-column: 1; }
  .ha-neighborhoods__grid { grid-template-columns: 1fr; }
  .ha-neighborhoods__grid a,
  .ha-neighborhoods__grid a[data-prominence="lead"],
  .ha-neighborhoods__grid a:nth-child(4),
  .ha-neighborhoods__grid a:nth-child(5),
  .ha-neighborhoods__grid a:nth-child(6) { grid-column: 1; grid-row: auto; }
  .ha-neighborhoods__grid figure { min-height: 27rem; }
  .ha-neighborhoods__grid a:first-child figure,
  .ha-neighborhoods__grid a:nth-child(3) figure,
  .ha-neighborhoods__grid a:nth-child(4) figure,
  .ha-neighborhoods__grid a:last-child figure { border-radius: 0 2.5rem 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ha-home * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  [data-ha-reveal] {
    opacity: 1;
    transform: none;
  }

  .ha-opening figure img,
  .ha-chapter figure img,
  .ha-neighborhoods__grid img {
    transform: none !important;
  }
}

.ha-community a { display:inline-flex; width:fit-content; margin-top:.75rem; padding-bottom:.35rem; border-bottom:1px solid currentColor; color:inherit; font-weight:700; text-decoration:none; }
.ha-community a:hover,.ha-community a:focus-visible { border-bottom-color:transparent; }

/* The public beginning is a concise search threshold, not another editorial chapter. */
.ha-begin { padding-block:clamp(3.5rem,5vw,5rem); }
.ha-begin > header { grid-template-columns:.25fr .75fr; align-items:end; }
.ha-begin h2 { max-width:44rem; font-size:clamp(2.8rem,4.6vw,4.8rem); }
.ha-begin__desk { max-width:64rem; margin:clamp(2rem,3vw,3rem) 0 0 auto; }
.ha-begin__desk .hp-ask-shell { display:block; width:100%; max-width:none; margin-top:0; padding:clamp(1.5rem,3vw,2.25rem) 0; border:0; border-top:1px solid var(--ha-line); border-bottom:1px solid var(--ha-line); border-radius:0; background:transparent; box-shadow:none; backdrop-filter:none; transform:none; }
.ha-begin__desk .hp-ask-shell:hover,.ha-begin__desk .hp-ask-shell:focus-within { border-color:var(--ha-line); transform:none; box-shadow:none; }
.ha-begin__desk .hp-ask-shell__mark { width:2.25rem; height:2.25rem; border:0; border-radius:0; background:transparent url("/static/images/logos/icon-brand-colors.png") center / contain no-repeat!important; box-shadow:none; filter:none; animation:none; color:transparent!important; }
.ha-begin__desk .hp-ask-shell__prompt { margin-bottom:1.25rem; padding:0; }
.ha-begin__desk .hp-ask-shell__prompt strong { font-size:clamp(1.35rem,2.2vw,2rem); line-height:1.15; }
.ha-begin__desk .hp-ask-shell__prompt p { margin-top:.45rem; color:#586466; line-height:1.55; }
.ha-home .ha-begin__desk form.hp-ask-fallback { display:grid!important; grid-template-columns:minmax(0,1fr) auto!important; width:100%!important; max-width:none!important; margin:0!important; gap:.75rem; }
.ha-begin__desk .hp-ask-fallback input { min-height:4.5rem; padding-inline:1.25rem; border:1px solid #7f8885; font-family:inherit; font-size:clamp(1rem,1.4vw,1.18rem); font-weight:500; line-height:1.3; }
.ha-begin__desk .hp-ask-fallback button { min-height:4.5rem; padding-inline:1.6rem; background:var(--ha-copper)!important; color:var(--ha-white)!important; }
.ha-begin__desk .hp-ask-fallback__chips { margin-top:.85rem; padding:0; gap:1.25rem; }
.ha-begin__desk .hp-ask-fallback__chips a { padding:.45rem 0 .35rem; border:0; border-bottom:1px solid var(--ha-copper); border-radius:0; color:var(--ha-ink)!important; }

@media (max-width:760px) {
  .ha-begin { padding-block:3.25rem; }
  .ha-begin > header { grid-template-columns:1fr; }
  .ha-begin__desk .hp-ask-shell { padding-block:1.5rem; }
  .ha-begin__desk .hp-ask-fallback__chips { display:grid; grid-template-columns:1fr; align-items:start; }
  .ha-begin__desk .hp-ask-fallback__chips a { width:fit-content; }
  .ha-home .ha-begin__desk form.hp-ask-fallback { grid-template-columns:1fr!important; }
  .ha-home .ha-begin__desk form.hp-ask-fallback button { width:100%; }
}

@media (min-width:761px) {
  .ha-neighborhoods__grid:has(a:nth-child(3)) a[data-prominence="lead"] figure { height:100%; min-height:42rem; }
  .ha-neighborhoods__grid:has(a:nth-child(3)) a[data-prominence="standard"] figure { min-height:28rem; }
  .ha-neighborhoods__grid:has(a:nth-child(3)) a[data-prominence="compact"] figure { min-height:22rem; }
}

/* Every motion earns its place by clarifying order, relationship, or action. */
@media (prefers-reduced-motion:no-preference) {
  .ha-home [data-ha-motion-item] {
    opacity:0;
    transform:translateY(1.15rem);
    transition:opacity .65s ease, transform .8s cubic-bezier(.16,1,.3,1);
    transition-delay:var(--ha-motion-delay,0ms);
  }
  .ha-home [data-ha-motion-item].ha-motion-visible { opacity:1; transform:none; }
  .ha-home figure[data-ha-motion-item] { clip-path:inset(0 0 12% 0 round 0); transition:opacity .7s ease, transform .9s cubic-bezier(.16,1,.3,1), clip-path 1s cubic-bezier(.16,1,.3,1); }
  .ha-home figure[data-ha-motion-item].ha-motion-visible { clip-path:inset(0); }
  .ha-home a[data-ha-motion-item]:hover,
  .ha-home a[data-ha-motion-item]:focus-visible { transform:translateY(-.2rem); }
  .ha-neighborhoods__grid img { transform:translateY(calc((var(--ha-scene, .5) - .5) * -1.5rem)) scale(1.08); }
}

/* These chapters invert the ordinary body palette. Keep that contract explicit. */
.ha-home .ha-chapter--copper :where(small,p),
.ha-home .ha-chapter--dark :where(small,p) { color:rgba(255,255,255,.86)!important; }
