/* Approved Home-only botanical marginalia. These rules are scoped to existing
   sections and use absolute positioning, so they do not create grid rows or
   alter the Home document flow. */
.home-v2-welcome { position: relative; }
.home-v2-welcome > .terra-flair-breeze { height: 78px; left: var(--terra-page-edge, 5vw); top: 9.1rem; width: min(18rem, 24vw); }
.home-v2 .tf-local-area { position: relative; }
body.terra-design .home-v2 .tf-local-area > .terra-flair-branch.terra-flair-home-branch { height: auto; left: auto; margin: 0; position: absolute; right: var(--terra-page-edge, 5vw); top: -30px; width: clamp(12rem, 20vw, 18rem); }
.home-v2-amenities > header { position: relative; }
.home-v2-amenities > header > .terra-flair-cottontail { height: 72px; left: auto; margin: 0; position: absolute; right: 0; top: .15rem; width: 96px; }
.home-v2-amenities > header > a { transform: translateY(.65rem); }
@media (max-width: 50rem) {
  body.terra-design .home-v2 .tf-local-area > .terra-flair-branch.terra-flair-home-branch { height: auto; right: 1.25rem; top: -11px; width: 25%; }
  .home-v2-amenities > header > .terra-flair-cottontail { display: none; }
}
