@font-face {
  font-family: "FoundersGrotesk-Regular";
  src: url("https://www.wwre.com.au/wp-content/themes/stepps/dist/assets/FoundersGrotesk-Regular-ZryrD8r3.ttf") format("truetype");
  font-display: swap;
}

:root {
  --black: #000000;
  --soot: #282e33;
  --slate: #3d464f;
  --goose: #d0d4d8;
  --white: #ffffff;
  --soft: #f7f7f6;
  --line: rgba(0, 0, 0, 0.14);
  --font: "FoundersGrotesk-Regular", "Archivo", Arial, sans-serif;
  --nav: 64px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.eyebrow,
button,
.header-cta,
.trust-bar span,
.suburb-list li {
  font-weight: 400;
  letter-spacing: 0;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  min-height: var(--nav);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--white);
}

.menu-label,
.header-cta {
  font-size: clamp(0.82rem, 2.4vw, 1rem);
  text-transform: uppercase;
  text-decoration: none;
}

.brand {
  display: inline-flex;
  justify-self: center;
}

.brand img {
  width: clamp(128px, 24vw, 221px);
  height: auto;
}

.header-cta {
  justify-self: end;
  border: 1px solid currentColor;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
  background: var(--black);
}

.hero-media,
.hero-media::after {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.32) 45%, rgba(0, 0, 0, 0.72));
}

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

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1260px, calc(100% - 32px));
  margin: 0 auto;
  padding: 104px 0 20px;
  display: grid;
  gap: 20px;
  min-width: 0;
}

.hero-heading {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 10vh 0 4vh;
  min-width: 0;
}

.hero-heading > * {
  min-width: 0;
}

.eyebrow {
  margin: 0;
  color: currentColor;
  font-size: 0.76rem;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.76;
}

h1 {
  width: 100%;
  max-width: min(760px, 100%);
  margin: 0;
  color: var(--white);
  font-size: clamp(2.1rem, 9vw, 4.7rem);
  line-height: 0.98;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.hero-copy {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2.4vw, 1.28rem);
}

.hero-form-shell {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: var(--white);
  color: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: clamp(18px, 4vw, 34px);
}

.hero-form-shell h2 {
  margin: 0 0 6px;
  color: var(--black);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1;
}

.hero-form-shell > p {
  margin-bottom: 18px;
  color: var(--slate);
}

.lead-form {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.form-note {
  margin: 0;
  color: var(--slate);
  font-size: 0.78rem;
  line-height: 1.45;
}

label {
  display: grid;
  gap: 7px;
  color: var(--black);
  font-size: 0.82rem;
  min-width: 0;
}

input,
select {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font: 400 1rem/1.2 var(--font);
  padding: 0 12px;
}

input:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 3px;
}

button,
.button-link {
  min-height: 52px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font: 400 0.92rem/1 var(--font);
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.form-error {
  min-height: 18px;
  margin: 0;
  color: #8a1f11;
  font-size: 0.9rem;
}

.trust-bar {
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-bar span {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  font-size: 0.8rem;
}

.trust-bar span:last-child {
  border-bottom: 0;
}

.section,
.local-section,
.buyer-section,
.sold-section,
.agent-section,
.final-cta {
  width: min(1260px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(70px, 11vw, 140px) 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: clamp(30px, 6vw, 70px);
}

.section-heading .eyebrow,
.local-section .eyebrow,
.buyer-section .eyebrow,
.sold-section .eyebrow,
.agent-section .eyebrow,
.final-cta .eyebrow,
.thank-you-card .eyebrow {
  color: var(--slate);
  margin-bottom: 16px;
}

h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(2.2rem, 9vw, 5.7rem);
  line-height: 0.94;
}

h3 {
  margin-bottom: 10px;
  color: var(--black);
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  line-height: 1.08;
}

.card-grid {
  display: grid;
  border-top: 1px solid var(--line);
}

.card-grid article {
  min-height: 158px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.card-grid p,
.result-card p,
.section-intro,
.source-note,
.agent-section p,
.local-section p,
.buyer-section p,
.thank-you-card p,
.site-footer p,
.site-footer span {
  color: var(--slate);
}

.local-section {
  display: grid;
  gap: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.local-section p {
  max-width: 760px;
  font-size: clamp(1.08rem, 3vw, 1.55rem);
  line-height: 1.25;
}

.suburb-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}

.suburb-list li {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.buyer-section {
  border-bottom: 1px solid var(--line);
}

.buyer-section__header {
  max-width: 890px;
}

.buyer-snapshot {
  margin-top: clamp(40px, 7vw, 78px);
}

.buyer-snapshot + .buyer-snapshot {
  padding-top: clamp(40px, 7vw, 78px);
  border-top: 1px solid var(--black);
}

.buyer-snapshot__heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.buyer-snapshot__heading h3 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3.8rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.buyer-snapshot__heading p {
  margin: 0;
  color: var(--slate);
}

.buyer-split {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: clamp(24px, 5vw, 44px);
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--line);
}

.buyer-split div {
  padding: clamp(26px, 7vw, 46px) 0;
  border-bottom: 1px solid var(--line);
}

.buyer-split div:last-child {
  border-bottom: 0;
}

.buyer-split strong {
  display: block;
  color: var(--black);
  font-size: clamp(4rem, 18vw, 9rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.buyer-split span {
  display: block;
  margin-top: 16px;
  color: var(--slate);
  text-transform: uppercase;
  font-size: 0.82rem;
}

.buyer-data-grid {
  display: grid;
  gap: 0;
  margin-top: clamp(34px, 6vw, 64px);
  border-top: 1px solid var(--line);
}

.buyer-data-grid article {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.buyer-data-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.buyer-data-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--slate);
  font-size: 0.98rem;
}

.buyer-data-list strong {
  color: var(--black);
  font-weight: 600;
  white-space: nowrap;
}

.buyer-section .source-note {
  margin-top: 20px;
}

.section-intro {
  max-width: 650px;
  margin: 18px 0 0;
  font-size: clamp(1rem, 2.4vw, 1.25rem);
}

.sold-section {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.sold-section__header {
  width: min(1260px, calc(100% - 32px));
  margin: 0 auto;
}

.sold-listings {
  width: min(1260px, calc(100% - 32px));
  margin: clamp(28px, 5vw, 54px) auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.sold-card {
  display: grid;
  gap: 16px;
}

.sold-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--soot);
}

.sold-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sold-card__media span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: var(--white);
  color: var(--black);
  padding: 8px 10px;
  font-size: 0.76rem;
  line-height: 1;
  text-transform: uppercase;
}

.sold-card__body {
  display: grid;
  gap: 8px;
}

.sold-card__body h3,
.sold-card__body p {
  margin: 0;
}

.sold-card__body h3 {
  font-size: clamp(1.4rem, 5.4vw, 2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.sold-card__suburb,
.sold-card__date {
  color: var(--slate);
  font-size: 0.78rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.sold-card__price {
  color: var(--black);
  font-size: 1.02rem;
  line-height: 1.2;
}

.sold-card__meta {
  color: var(--slate);
  font-size: 0.92rem;
  line-height: 1.4;
}

.source-note {
  width: min(1260px, calc(100% - 32px));
  margin: 28px auto 0;
  font-size: 0.86rem;
}

.proof {
  width: 100%;
  background: var(--soft);
  padding-left: 16px;
  padding-right: 16px;
}

.proof > * {
  width: min(1260px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.results-grid,
.testimonial-grid,
.process-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.result-card,
.process-grid article,
blockquote {
  background: var(--white);
  padding: clamp(20px, 4vw, 34px);
}

.result-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  margin-bottom: 22px;
  object-fit: cover;
}

.sale-price {
  margin: 0;
  color: var(--black);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1;
}

.testimonial-grid {
  margin-top: 1px;
}

.testimonial-grid article {
  background: var(--white);
  padding: clamp(20px, 4vw, 34px);
}

.testimonial-grid h3 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: clamp(1.18rem, 4vw, 2rem);
  font-weight: 400;
  line-height: 1.08;
}

.testimonial-grid p {
  margin: 0;
  color: var(--slate);
}

blockquote {
  margin: 0;
  font-size: clamp(1.18rem, 4vw, 2rem);
  line-height: 1.18;
}

.agent-section {
  display: grid;
  gap: 34px;
  border-bottom: 1px solid var(--line);
}

.agent-section > img {
  width: 100%;
  background: var(--soft);
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.agent-section p {
  font-size: clamp(1.05rem, 3vw, 1.4rem);
  line-height: 1.3;
}

.contact-list {
  margin: 30px 0 0;
  display: grid;
  border-top: 1px solid var(--line);
}

.contact-list div {
  display: grid;
  gap: 5px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.contact-list dt {
  color: var(--slate);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
}

.process-grid article {
  min-height: 180px;
  display: grid;
  align-content: space-between;
}

.process-grid span {
  color: var(--slate);
  font-size: 0.85rem;
}

.final-cta {
  width: 100%;
  display: grid;
  gap: 34px;
  background: var(--black);
  color: var(--white);
  padding-left: 16px;
  padding-right: 16px;
}

.final-cta > * {
  width: min(1260px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.final-cta h2 {
  color: var(--white);
}

.final-cta .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.compact {
  border: 0;
}

.site-footer {
  display: grid;
  gap: 28px;
  padding: 42px 18px;
  background: var(--white);
  color: var(--black);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 221px;
  max-width: 70vw;
}

.thank-you-card > img {
  width: 178px;
  max-width: 70vw;
  margin: 0 0 18px -14px;
}

address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.thank-you-page {
  min-height: 100svh;
  background: var(--black);
}

.thank-you-wrap {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.64)),
    url("/assets/images/hero-local-placeholder.jpg") center / cover no-repeat;
}

.thank-you-card {
  width: min(720px, 100%);
  background: var(--white);
  padding: clamp(28px, 6vw, 64px);
}

.thank-you-card h1 {
  margin-bottom: 18px;
  color: var(--black);
  font-size: clamp(2.4rem, 10vw, 5.4rem);
  line-height: 0.94;
}

.thank-you-card p {
  font-size: 1.12rem;
}

.thank-you-card .button-link {
  margin-top: 16px;
}

.subtle-link {
  display: block;
  margin-top: 18px;
  color: var(--slate);
}

@media (max-width: 520px) {
  .menu-label {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr;
    padding: 20px 20px 0;
  }

  .brand {
    justify-self: start;
  }

  .brand img {
    width: 132px;
  }

  .header-cta {
    display: none;
  }

  .hero-content {
    width: calc(100vw - 32px);
    max-width: 343px;
    margin-left: 16px;
    margin-right: auto;
    padding-top: 82px;
  }

  .hero-heading {
    padding: 12vh 0 5vh;
  }

  h1 {
    width: 280px;
    max-width: 100%;
    font-size: 1.66rem;
    line-height: 1;
    text-wrap: wrap;
  }

  .hero-copy {
    max-width: 260px;
    font-size: 0.8rem;
    line-height: 1.32;
    overflow-wrap: break-word;
    text-wrap: wrap;
  }

  .thank-you-wrap {
    justify-items: start;
    padding: 24px 16px;
  }

  .thank-you-card {
    width: calc(100vw - 32px);
    max-width: 343px;
  }

  .thank-you-card h1 {
    font-size: 2.72rem;
  }

  .thank-you-card .button-link {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    font-size: 0.78rem;
    white-space: normal;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .hero-content {
    padding-bottom: 28px;
  }

  .hero-heading {
    min-height: 54vh;
  }

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

  .lead-form label:nth-of-type(2),
  .lead-form label:nth-of-type(5),
  .form-error,
  .lead-form button {
    grid-column: 1 / -1;
  }

  .trust-bar {
    grid-template-columns: repeat(4, 1fr);
  }

  .trust-bar span {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .trust-bar span:last-child {
    border-right: 0;
  }

  .card-grid {
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid var(--line);
  }

  .card-grid article {
    min-height: 220px;
    padding: 28px;
    border-right: 1px solid var(--line);
  }

  .results-grid,
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .buyer-split {
    grid-template-columns: repeat(2, 1fr);
  }

  .buyer-split div {
    padding-right: 28px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .buyer-split div:last-child {
    padding-left: 28px;
    padding-right: 0;
    border-right: 0;
  }

  .buyer-data-grid {
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid var(--line);
  }

  .buyer-data-grid article {
    padding: 28px;
    border-right: 1px solid var(--line);
  }

  .testimonial-grid,
  .local-section,
  .agent-section,
  .site-footer {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .sold-listings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 46px;
  }

  .agent-section {
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .site-header {
    --nav: 76px;
    padding-top: 24px;
  }

  .hero-form-shell {
    padding: 34px 38px;
  }

  .sold-listings {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 58px;
  }

  .sold-card__media {
    aspect-ratio: 1.28 / 1;
  }

  .lead-form {
    grid-template-columns: 1fr 1.35fr 1fr 1fr 1fr auto;
    align-items: end;
  }

  .lead-form label:nth-of-type(2),
  .lead-form label:nth-of-type(5),
  .lead-form button {
    grid-column: auto;
  }

  .form-error {
    grid-column: 1 / -1;
  }

  .lead-form button {
    min-height: 50px;
    white-space: nowrap;
  }
}
