/* Buy a Home page styles scoped to .page-template-template-buy-a-home */

.page-template-template-buy-a-home {
  --black: #000000;
  --gold: #d3ac2e;
  --gold-deep: #9a7d24;
  --navy: #001d2e;
  --text: #c2c2c2;
  --blue: #338ef6;
  --blue-hover: #2272cc;
  --gold-soft: #e3cf7e;
  --white: #f3f3f3;
  --paper: #f7f5f1;
  --ink: #1f2a33;
  --ink-body: #4a545e;
  --muted: #8c8c8c;
  --line: rgba(211, 172, 46, 0.32);
  --line-dark: rgba(0, 0, 0, 0.12);
}

.page-template-template-buy-a-home * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html:has(.page-template-template-buy-a-home) {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html:has(.page-template-template-buy-a-home) {
    scroll-behavior: auto;
  }
  .page-template-template-buy-a-home * {
    transition: none !important;
  }
}

.page-template-template-buy-a-home {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}

.page-template-template-buy-a-home .wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-template-template-buy-a-home img {
  max-width: 100%;
  display: block;
}

.page-template-template-buy-a-home a {
  color: inherit;
}

.page-template-template-buy-a-home .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.page-template-template-buy-a-home h1,
.page-template-template-buy-a-home h2,
.page-template-template-buy-a-home h3 {
  font-family: "Playfair Display", serif;
  line-height: 1.15;
  text-wrap: balance;
}

.page-template-template-buy-a-home h1 {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 600;
}

.page-template-template-buy-a-home h2 {
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 600;
}

.page-template-template-buy-a-home h3 {
  font-size: 21px;
  font-weight: 600;
}

.page-template-template-buy-a-home .btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  border: 1px solid var(--gold);
  transition:
    background 0.2s,
    color 0.2s;
}

.page-template-template-buy-a-home .btn-gold {
  background: var(--gold);
  color: #00131c;
}

.page-template-template-buy-a-home .btn-gold:hover {
  background: var(--gold-soft);
}

.page-template-template-buy-a-home .btn-ghost {
  background: transparent;
  color: var(--gold);
}

.page-template-template-buy-a-home .btn-ghost:hover {
  background: var(--gold);
  color: #00131c;
}

.page-template-template-buy-a-home .btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.page-template-template-buy-a-home a:focus-visible,
.page-template-template-buy-a-home button:focus-visible,
.page-template-template-buy-a-home summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.page-template-template-buy-a-home .hero {
  position: relative;
  background: var(--navy);
  color: var(--white);
  padding: 170px 0 80px;
  overflow: hidden;
}

.page-template-template-buy-a-home .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-template-template-buy-a-home .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.page-template-template-buy-a-home .hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 29, 46, 0.94) 0%,
    rgba(0, 29, 46, 0.86) 34%,
    rgba(0, 29, 46, 0.62) 62%,
    rgba(0, 29, 46, 0.38) 100%
  );
}

.page-template-template-buy-a-home .hero-scrim::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 29, 46, 0.55) 0%,
    rgba(0, 29, 46, 0) 26%,
    rgba(0, 29, 46, 0) 62%,
    rgba(0, 29, 46, 0.82) 100%
  );
}

.page-template-template-buy-a-home .hero .wrap {
  position: relative;
  z-index: 2;
}

@media (max-width: 820px) {
  .page-template-template-buy-a-home .hero-scrim {
    background: rgba(0, 29, 46, 0.72);
  }
}

.page-template-template-buy-a-home .hero .eyebrow {
  margin-bottom: 18px;
}

.page-template-template-buy-a-home .hero h1 {
  color: var(--white);
  max-width: 760px;
}

.page-template-template-buy-a-home .hero .lead {
  margin-top: 22px;
  max-width: 700px;
  font-size: 19px;
  color: var(--text);
}

.page-template-template-buy-a-home .hero .lead strong {
  color: var(--white);
  font-weight: 600;
}

.page-template-template-buy-a-home .cred-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  margin-top: 18px;
  max-width: 700px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}

.page-template-template-buy-a-home .cred-row {
  flex-direction: column;
  align-items: flex-start;
}

.page-template-template-buy-a-home .cred-row .crd {
  display: inline-flex;
  align-items: flex-start;
}

.page-template-template-buy-a-home .cred-row .crd b {
  color: var(--white);
  font-weight: 600;
  margin-right: 6px;
}

.page-template-template-buy-a-home .cred-row .crd .cd {
  width: 5px;
  height: 5px;
  background: var(--blue);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin: 5px 12px 0 0;
}

.page-template-template-buy-a-home .hero-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  max-width: 700px;
  margin-top: 22px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  text-decoration: none;
  font-size: 15px;
  color: var(--text);
  transition:
    background 0.2s,
    border-color 0.2s;
}

.page-template-template-buy-a-home .hero-strip em {
  font-style: normal;
  color: var(--gold);
  font-weight: 600;
}

.page-template-template-buy-a-home .hero-strip .go {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.page-template-template-buy-a-home .hero-strip:hover {
  background: rgba(211, 172, 46, 0.1);
  border-color: var(--gold);
}

@media (max-width: 560px) {
  .page-template-template-buy-a-home .hero-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.page-template-template-buy-a-home .bluf {
  margin-top: 34px;
  max-width: 700px;
  border: 1px solid var(--line);
  padding: 24px 28px;
  background: rgba(211, 172, 46, 0.05);
}

.page-template-template-buy-a-home .bluf h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.page-template-template-buy-a-home .bluf ol {
  list-style: none;
  counter-reset: b;
}

.page-template-template-buy-a-home .bluf li {
  counter-increment: b;
  display: flex;
  gap: 12px;
  padding: 6px 0;
  color: var(--text);
  font-size: 16px;
}

.page-template-template-buy-a-home .bluf li::before {
  content: "0" counter(b);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
  padding-top: 3px;
}

.page-template-template-buy-a-home .hero .btns {
  margin-top: 36px;
}

.page-template-template-buy-a-home .journey h2,
.page-template-template-buy-a-home .journey h3,
.page-template-template-buy-a-home .guar h2,
.page-template-template-buy-a-home .guar .g-card h3,
.page-template-template-buy-a-home .faq h2,
.page-template-template-buy-a-home .faq summary,
.page-template-template-buy-a-home .proof blockquote {
  color: var(--navy);
}

.page-template-template-buy-a-home .journey .eyebrow,
.page-template-template-buy-a-home .proof .eyebrow,
.page-template-template-buy-a-home .guar .eyebrow,
.page-template-template-buy-a-home .faq .eyebrow {
  color: var(--gold-deep);
}

.page-template-template-buy-a-home .step .num {
  color: var(--gold-deep) !important;
}

.page-template-template-buy-a-home .faq .a a {
  color: var(--blue-hover);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.page-template-template-buy-a-home .faq .a a:hover {
  color: var(--gold);
}

.page-template-template-buy-a-home .proof-links a {
  color: var(--blue-hover);
  border-bottom: 2px solid var(--gold);
}

.page-template-template-buy-a-home .proof-links a:hover {
  color: var(--gold);
}

.page-template-template-buy-a-home .g-card a {
  color: var(--blue-hover);
}

.page-template-template-buy-a-home .g-card a:hover {
  color: var(--gold);
}

.page-template-template-buy-a-home .journey {
  background: var(--paper);
  padding: 80px 0 30px;
}

.page-template-template-buy-a-home .j-intro {
  max-width: 720px;
  margin-bottom: 14px;
}

.page-template-template-buy-a-home .j-intro p {
  margin-top: 16px;
  color: var(--ink-body);
  font-size: 18px;
}

.page-template-template-buy-a-home .step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 34px;
  padding: 46px 0;
  border-bottom: 1px solid var(--line-dark);
}

.page-template-template-buy-a-home .step:last-of-type {
  border-bottom: none;
}

.page-template-template-buy-a-home .step .num {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
}

.page-template-template-buy-a-home .step .num small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
}

.page-template-template-buy-a-home .step h2 {
  margin-bottom: 14px;
}

.page-template-template-buy-a-home .step p {
  max-width: 640px;
  color: var(--ink-body);
}

.page-template-template-buy-a-home .step p + p {
  margin-top: 12px;
}

.page-template-template-buy-a-home .step .pt {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 16px;
}

.page-template-template-buy-a-home .approach {
  background: var(--navy);
  color: var(--white);
  padding: 80px 0;
}

.page-template-template-buy-a-home .ap-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: start;
  margin-top: 40px;
}

.page-template-template-buy-a-home .ap-photo {
  border: 1px solid var(--line);
  padding: 10px;
  background: rgba(211, 172, 46, 0.04);
}

.page-template-template-buy-a-home .creds {
  border-left: 2px solid var(--gold);
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.page-template-template-buy-a-home .creds h3 {
  color: var(--white);
}

.page-template-template-buy-a-home .creds p {
  color: var(--text);
  margin-top: 8px;
  font-size: 16px;
}

.page-template-template-buy-a-home .approach .eyebrow {
  margin-bottom: 14px;
}

.page-template-template-buy-a-home .approach > .wrap > h2 {
  color: var(--white);
  max-width: 780px;
}

.page-template-template-buy-a-home .proof {
  background: var(--paper);
  padding: 80px 0;
}

.page-template-template-buy-a-home .proof blockquote {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.4;
  max-width: 820px;
  margin-top: 26px;
}

.page-template-template-buy-a-home .proof blockquote::before {
  content: "\201C";
  color: var(--gold);
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.3em;
  margin-right: 6px;
}

.page-template-template-buy-a-home .proof .attr {
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.page-template-template-buy-a-home .proof-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-template-template-buy-a-home .proof-links a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
}

.page-template-template-buy-a-home .proof-links a:hover {
  color: var(--gold);
}

.page-template-template-buy-a-home .guar {
  background: var(--paper);
  padding: 80px 0;
}

.page-template-template-buy-a-home .g-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}

.page-template-template-buy-a-home .g-card {
  border: 1px solid var(--line-dark);
  border-top: 3px solid var(--gold);
  padding: 34px 32px;
}

.page-template-template-buy-a-home .g-card .tag {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.page-template-template-buy-a-home .g-card h3 {
  margin: 12px 0 12px;
}

.page-template-template-buy-a-home .g-card p {
  color: var(--ink-body);
  font-size: 16px;
}

.page-template-template-buy-a-home .g-card a {
  display: inline-block;
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
}

.page-template-template-buy-a-home .g-card a:hover {
  color: var(--gold);
}

.page-template-template-buy-a-home .faq {
  background: var(--paper);
  padding: 80px 0;
}

.page-template-template-buy-a-home .faq .list {
  margin-top: 36px;
  border-top: 1px solid var(--line-dark);
}

.page-template-template-buy-a-home .faq details {
  border-bottom: 1px solid var(--line-dark);
}

.page-template-template-buy-a-home .faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 4px;
}

.page-template-template-buy-a-home .faq summary h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: var(--navy);
}

.page-template-template-buy-a-home .faq summary::-webkit-details-marker {
  display: none;
}

.page-template-template-buy-a-home .faq summary::after {
  content: "+";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: var(--gold);
  flex-shrink: 0;
  line-height: 1;
}

.page-template-template-buy-a-home .faq details[open] summary::after {
  content: "\2212";
}

.page-template-template-buy-a-home .faq .a {
  padding: 0 4px 24px;
  max-width: 760px;
  color: var(--ink-body);
}

.page-template-template-buy-a-home .faq .a a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.page-template-template-buy-a-home .faq .a a:hover {
  color: var(--gold);
}

.page-template-template-buy-a-home .cta {
  background: var(--navy);
  color: var(--white);
  padding: 88px 0;
  text-align: center;
}

.page-template-template-buy-a-home .cta h2 {
  color: var(--white);
}

.page-template-template-buy-a-home .cta p {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--text);
}

.page-template-template-buy-a-home .cta p.eyebrow {
  margin: 0 0 0;
  color: var(--gold);
  font-size: 12px;
}

.page-template-template-buy-a-home .cta .btns {
  justify-content: center;
  margin-top: 34px;
}

.page-template-template-buy-a-home .fine {
  margin-top: 26px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.page-template-template-buy-a-home .fine a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.page-template-template-buy-a-home .fine a:hover {
  color: var(--gold-soft);
}

@media (max-width: 820px) {
  .page-template-template-buy-a-home .step {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 38px 0;
  }
  .page-template-template-buy-a-home .step .num {
    font-size: 42px;
  }
  .page-template-template-buy-a-home .ap-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .page-template-template-buy-a-home .ap-photo {
    max-width: 340px;
  }
  .page-template-template-buy-a-home .g-grid {
    grid-template-columns: 1fr;
  }
  .page-template-template-buy-a-home .ft {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-template-template-buy-a-home .hero {
    padding: 56px 0 54px;
  }
}

.page-template-template-buy-a-home .badge-row {
  display: grid;
  grid-template-columns: minmax(250px, 310px) 1fr;
  gap: 32px;
  align-items: center;
  margin: 20px 0 8px;
}

.page-template-template-buy-a-home .badge-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.page-template-template-buy-a-home .badge-card img {
  width: 100%;
  height: auto;
  display: block;
}

.page-template-template-buy-a-home .badge-row .br-text p {
  color: var(--ink-body);
}

.page-template-template-buy-a-home .badge-row .br-text p + p {
  margin-top: 12px;
}

.page-template-template-buy-a-home .band .badge-row .br-text p {
  font-size: 18px;
}

@media (max-width: 700px) {
  .page-template-template-buy-a-home .badge-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-template-template-buy-a-home .badge-card {
    max-width: 300px;
  }
}

.page-template-template-buy-a-home .abr {
  background: var(--navy);
  color: var(--white);
  padding: 84px 0;
}

.page-template-template-buy-a-home .abr-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: center;
  margin-top: 8px;
}

.page-template-template-buy-a-home .abr-stat {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: clamp(88px, 11vw, 150px);
  line-height: 1;
  color: var(--gold);
}

.page-template-template-buy-a-home .abr-stat small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
  margin-top: 14px;
  line-height: 1.6;
}

.page-template-template-buy-a-home .abr h2 {
  color: var(--white);
  margin-bottom: 14px;
}

.page-template-template-buy-a-home .abr p {
  color: var(--text);
  max-width: 560px;
}

.page-template-template-buy-a-home .abr p + p {
  margin-top: 12px;
}

.page-template-template-buy-a-home .abr strong {
  color: var(--white);
  font-weight: 600;
}

@media (max-width: 820px) {
  .page-template-template-buy-a-home .abr-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.page-template-template-buy-a-home .band {
  padding: 80px 0;
}

.page-template-template-buy-a-home .band-light {
  background: var(--paper);
}

.page-template-template-buy-a-home .band-light h2,
.page-template-template-buy-a-home .band-light h3 {
  color: var(--navy);
}

.page-template-template-buy-a-home .band-light .eyebrow {
  color: var(--gold-deep);
}

.page-template-template-buy-a-home .band-dark {
  background: var(--navy);
  color: var(--white);
}

.page-template-template-buy-a-home .band-dark h2 {
  color: var(--white);
}

.page-template-template-buy-a-home .band-dark p {
  color: var(--text);
}

.page-template-template-buy-a-home .band .intro {
  max-width: 720px;
}

.page-template-template-buy-a-home .band .intro p {
  margin-top: 16px;
  color: var(--ink-body);
  font-size: 18px;
}

.page-template-template-buy-a-home .band .intro p.eyebrow {
  margin-top: 0;
  font-size: 12px;
}

.page-template-template-buy-a-home .band-light .intro p.eyebrow {
  color: var(--gold-deep);
}

.page-template-template-buy-a-home .band-dark .intro p.eyebrow,
.page-template-template-buy-a-home .abr .eyebrow {
  color: var(--gold);
}

.page-template-template-buy-a-home .band-dark .intro p {
  color: var(--text);
}

.page-template-template-buy-a-home .duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  margin-top: 44px;
}

@media (max-width: 820px) {
  .page-template-template-buy-a-home .duo {
    grid-template-columns: 1fr;
  }
}

.page-template-template-buy-a-home .duo h3 {
  margin-bottom: 10px;
  color: var(--navy);
}

.page-template-template-buy-a-home .band-dark .duo h3 {
  color: var(--white);
}

.page-template-template-buy-a-home .duo p {
  color: var(--ink-body);
  font-size: 16px;
}

.page-template-template-buy-a-home .band-dark .duo p {
  color: var(--text);
}

.page-template-template-buy-a-home .marklist {
  list-style: none;
  margin-top: 22px;
  max-width: 640px;
}

.page-template-template-buy-a-home .marklist li {
  position: relative;
  padding: 9px 0 9px 26px;
  color: var(--ink-body);
  font-size: 16px;
  border-bottom: 1px solid var(--line-dark);
}

.page-template-template-buy-a-home .marklist li:last-child {
  border-bottom: none;
}

.page-template-template-buy-a-home .marklist li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 17px;
  width: 7px;
  height: 7px;
  background: var(--blue);
  transform: rotate(45deg);
}

.page-template-template-buy-a-home .band-dark .marklist li {
  color: var(--text);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.page-template-template-buy-a-home .band-dark .marklist li::before {
  background: var(--blue);
}
