h1,h2,h3{text-wrap:balance}
p,li,figcaption{text-wrap:pretty}

:root {
  --paper: #f3ecdf;
  --paper-light: #fbf7ef;
  --green: #183e36;
  --green-deep: #0e2a25;
  --ink: #17211e;
  --coral: #f05a3f;
  --butter: #f0c75e;
  --blue: #cbdde1;
  --line: rgba(23, 33, 30, 0.2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

a:focus-visible {
  outline: 3px solid var(--butter);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  transform: translateY(-200%);
  padding: 0.8rem 1rem;
  background: var(--ink);
  color: white;
}

.skip-link:focus {
  transform: none;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
  align-items: center;
  min-height: 6.4rem;
  padding: 1rem clamp(1.2rem, 3vw, 3.5rem);
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.7rem;
  width: max-content;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.wordmark-mark {
  position: relative;
  display: inline-block;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: var(--coral);
}

.wordmark-mark::after {
  content: "";
  position: absolute;
  right: -0.55rem;
  bottom: 0.15rem;
  width: 1rem;
  height: 0.26rem;
  border-radius: 999px;
  background: var(--butter);
  transform: rotate(-35deg);
}

nav {
  display: flex;
  gap: clamp(1.2rem, 2.6vw, 3rem);
}

nav a,
.header-action,
footer a {
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover,
footer a:hover {
  text-decoration: underline;
}

.header-action {
  justify-self: end;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid var(--coral);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(23rem, 0.8fr);
  min-height: calc(100svh - 6.4rem);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7.5rem) clamp(1.4rem, 8.4vw, 10.5rem) clamp(2.5rem, 5vw, 5rem) clamp(2.8rem, 7.5vw, 10rem);
}

.eyebrow {
  margin: 0 0 1.3rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

h1 {
  max-width: 20ch;
  margin-bottom: 2rem;
  font-size: clamp(3.1rem, 5.2vw, 5.8rem);
}

h2 {
  font-size: clamp(3rem, 5vw, 6.3rem);
}

.hero-intro {
  max-width: 40rem;
  margin-bottom: 2.2rem;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
}

.hero-action-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.hero-action-row p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 3.6rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--ink);
}

.button:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper-light);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 46rem;
  margin-top: clamp(2.8rem, 6vh, 5rem);
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.hero-proof p {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0;
}

.hero-proof strong {
  color: var(--green);
  font-family: var(--serif);
  font-size: 2.45rem;
  font-weight: 400;
  line-height: 1;
}

.hero-proof span {
  max-width: 8rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-people {
  position: relative;
  min-height: 44rem;
  overflow: hidden;
  background: var(--green);
}

.portrait {
  position: absolute;
  margin: 0;
  background: var(--paper-light);
  box-shadow: 0 1.2rem 3rem rgba(4, 20, 16, 0.28);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.03);
}

.portrait figcaption {
  position: absolute;
  right: -0.35rem;
  bottom: -0.35rem;
  display: grid;
  min-width: 8rem;
  padding: 0.75rem 0.85rem;
  background: var(--paper-light);
  border: 1px solid var(--ink);
}

.portrait figcaption span {
  font-family: var(--serif);
  font-size: 1.25rem;
}

.portrait figcaption small {
  max-width: 8rem;
  font-size: 0.58rem;
  line-height: 1.2;
}

.portrait-derek figcaption { right: auto; left: -0.35rem; }
.portrait-derek {
  z-index: 2;
  top: 8%;
  left: 8%;
  width: 64%;
  height: 67%;
  transform: rotate(-1.7deg);
}

.portrait-gaia {
  z-index: 3;
  right: -7%;
  bottom: 5%;
  width: 47%;
  height: 45%;
  transform: rotate(3deg);
}

.pencil-smiley {
  position: absolute;
  z-index: 2;
  bottom: 0.8rem;
  left: 0.8rem;
  width: 3.4rem;
  color: var(--paper-light);
  filter: drop-shadow(0 1px 1px rgba(14, 42, 37, 0.45));
  pointer-events: none;
}

.human-note {
  width: max-content;
  max-width: 14rem;
  position: absolute;
  z-index: 4;
  top: 7%;
  right: 4%;
  margin: 0;
  color: var(--paper-light);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.15;
  transform: rotate(4deg);
}

.landlord-section {
  display: grid;
  grid-template-columns: minmax(4rem, 0.2fr) minmax(18rem, 0.8fr) minmax(28rem, 1fr);
  min-height: 52rem;
  background: var(--paper-light);
  border-bottom: 1px solid var(--line);
}

.section-number {
  padding: 3rem 0 0 2rem;
  color: var(--coral);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.landlord-copy {
  align-self: center;
  padding: 5rem 3rem 5rem 1rem;
}

.landlord-copy h2 {
  max-width: 9ch;
  margin-bottom: 2rem;
}

.section-lede {
  max-width: 34rem;
  font-size: 1.1rem;
}

.decision-proof {
  display: grid;
  justify-items: start;
  gap: 0.45rem;
  margin-top: 3rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.decision-proof p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.decision-proof small,
.retention-body small {
  font-size: 0.68rem;
  font-weight: 700;
}

.text-action {
  color: var(--green);
  font-weight: 800;
}

.table-scene {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 5rem 4rem;
  background: var(--blue);
}

.table-top {
  position: relative;
  width: min(30rem, 76%);
  aspect-ratio: 1 / 1.15;
  border: 2px solid var(--green);
  border-radius: 48% 52% 46% 54% / 50% 45% 55% 50%;
  background: rgba(251, 247, 239, 0.45);
  box-shadow: inset 0 0 0 1rem rgba(251, 247, 239, 0.18);
  transform: rotate(-2deg);
}

.place-card {
  position: absolute;
  min-width: 8rem;
  padding: 1rem 1.2rem;
  background: var(--paper-light);
  border: 1px solid var(--green);
  box-shadow: 0.25rem 0.35rem 0 rgba(24, 62, 54, 0.16);
  font-family: var(--serif);
  font-size: 1rem;
  text-align: center;
}

.card-property {
  top: 9%;
  left: 50%;
  transform: translateX(-50%) rotate(2deg);
}

.card-capital {
  top: 44%;
  right: -4rem;
  transform: rotate(91deg);
}

.card-leasing {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
}

.card-operator {
  top: 44%;
  left: -5rem;
  background: var(--coral);
  border-color: var(--ink);
  transform: rotate(-90deg);

}

.table-note {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 0.95;
  text-align: center;
  transform: translate(-50%, -50%) rotate(2deg);
}

.seated .card-operator {
  animation: take-seat 700ms cubic-bezier(0.2, 0.75, 0.25, 1) 200ms both;
}
@keyframes take-seat {
  from {
    opacity: 0.25;
    transform: translateX(-3rem) rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(-90deg);
  }
}

.buyers {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(30rem, 1.28fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(5rem, 10vw, 10rem) clamp(1.4rem, 8.4vw, 10.5rem);
  background: var(--butter);
}

.buyers-heading h2 {
  max-width: 15ch;
  font-size: clamp(2.6rem, 4.4vw, 5rem);
  margin: 0;
}

.buyer-lines {
  align-self: end;
}

.buyer-lines article {
  display: grid;
  grid-template-columns: 8rem minmax(12rem, 1fr) minmax(12rem, 0.8fr);
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.7rem 0;
  border-top: 1px solid rgba(23, 33, 30, 0.45);
}

.buyer-lines article:last-child {
  border-bottom: 1px solid rgba(23, 33, 30, 0.45);
}

.buyer-lines span,
.buyer-lines p {
  font-size: 0.78rem;
}

.buyer-lines span {
  font-weight: 800;
}

.buyer-lines h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.05;
}

.buyer-lines p {
  margin: 0;
}

.retention {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(4rem, 10vw, 11rem);
  padding: clamp(6rem, 11vw, 12rem) clamp(1.2rem, 8vw, 9rem);
  background: var(--green);
  color: var(--paper-light);
}

.retention .eyebrow {
  color: var(--butter);
}

.retention-heading h2 {
  max-width: 10ch;
  margin: 0;
}

.retention-body {
  align-self: end;
  max-width: 30rem;
}

.industry-note {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(251, 247, 239, 0.35);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.2;
}

.industry-note strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--butter);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.retention-body > p:nth-child(2) {
  font-size: 1.1rem;
}

.retention-pencil {
  position: relative;
  display: inline-block;
  padding-bottom: 0.16em;
}

.retention-pencil svg {
  position: absolute;
  right: -0.08em;
  bottom: -0.05em;
  left: -0.08em;
  width: calc(100% + 0.16em);
  height: 0.55em;
  color: var(--paper-light);
  pointer-events: none;
}

.light-action {
  display: inline-block;
  margin: 1.2rem 0 0.7rem;
  color: var(--paper-light);
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
}

.retention-body small {
  display: block;
  color: rgba(251, 247, 239, 0.65);
}

.services {
  display: grid;
  grid-template-columns: minmax(18rem, 0.85fr) minmax(25rem, 1.15fr);
  gap: clamp(4rem, 10vw, 12rem);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 8.4vw, 10.5rem);
  background: var(--paper-light);
}

.services h2 {
  max-width: 11ch;
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  margin: 0;
}

.service-list {
  align-self: end;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2.5rem);
}

.service-list span {
  align-self: center;
  color: var(--coral);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 800;
}

.people {
  overflow: hidden;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 3vw, 3.5rem);
  background: var(--paper);
}

.people-heading {
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) minmax(15rem, 0.45fr);
  column-gap: 3rem;
  align-items: end;
  max-width: 86rem;
  margin: 0 auto clamp(3rem, 6vw, 6rem);
}

.people-heading .eyebrow {
  grid-column: 1 / -1;
}

.people-heading h2 {
  max-width: 10ch;
  margin: 0;
}

.people-heading > p:last-child {
  max-width: 20rem;
  margin-bottom: 0.6rem;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  gap: clamp(0.65rem, 1.4vw, 1.5rem);
  max-width: 90rem;
  margin: 0 auto;
}

.person {
  position: relative;
  margin: 0;
}

.person img {
  width: 100%;
  height: clamp(16rem, 31vw, 34rem);
  object-fit: cover;
  filter: saturate(0.8) contrast(1.02);
}

.person figcaption {
  position: absolute;
  right: -0.2rem;
  bottom: -0.2rem;
  padding: 0.55rem 0.75rem;
  background: var(--paper-light);
  border: 1px solid var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
}

.person-ashleigh,
.person-eric {
  grid-column: span 2;
}

.person-cameron,
.person-derek,
.person-gaia,
.person-skye {
  grid-column: span 2;
}

.person-cameron,
.person-gaia {
  margin-top: 3.5rem;
}

.person-eric {
  margin-top: 1.4rem;
}

.person-skye {
  margin-top: 5rem;
}

.contact {
  display: grid;
  justify-items: start;
  padding: clamp(6rem, 12vw, 13rem) clamp(1.2rem, 10vw, 12rem) 3rem;
  background: var(--coral);
}

.contact .eyebrow {
  color: var(--ink);
}

.contact h2 {
  max-width: 16ch;
  margin-bottom: 2rem;
  font-size: clamp(3rem, 5.6vw, 6.4rem);
}

.contact > p:not(.eyebrow) {
  max-width: 36rem;
  margin-bottom: 2rem;
  font-size: 1.08rem;
}

.button-large {
  min-width: min(100%, 23rem);
  min-height: 4.4rem;
  margin-bottom: 1rem;
  background: var(--paper-light);
  border-color: var(--ink);
}

.email-link {
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-proof {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: clamp(5rem, 12vw, 11rem);
  padding-top: 1rem;
  border-top: 1px solid rgba(23, 33, 30, 0.45);
  font-size: 0.7rem;
  font-weight: 800;
}

.site-footer {
  background: var(--green);
  color: var(--paper-light);
}

.footer-finale {
  display: grid;
  grid-template-columns: minmax(15rem, 0.65fr) minmax(32rem, 1.35fr);
  gap: clamp(4rem, 10vw, 12rem);
  min-height: 72svh;
  padding: clamp(6rem, 11vw, 11rem) clamp(1.4rem, 8.4vw, 10.5rem);
}

.footer-finale .eyebrow {
  color: var(--butter);
}

.footer-finale h2 {
  margin: 0;
  font-size: clamp(3.3rem, 6vw, 7rem);
}

.footer-shortlist {
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--serif);
}

.footer-shortlist > li {
  position: relative;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(251, 247, 239, 0.25);
  font-size: clamp(1.55rem, 3vw, 3.25rem);
  line-height: 1.05;
}

.footer-shortlist > li:last-child {
  border-bottom: 1px solid rgba(251, 247, 239, 0.25);
}

.shortlist-rejected svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: 2.1rem;
  color: var(--paper-light);
  pointer-events: none;
  transform: translateY(-50%);
}

.shortlist-choice {
  padding: 1.65rem 0 1.35rem !important;
}

.shortlist-choice-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.35rem 1rem;
}

.footer-action {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  color: var(--coral);
  font-family: var(--sans);
  font-size: 0.88rem;
}

.shortlist-circle {
  position: absolute;
  z-index: 1;
  inset: -0.8rem -1.1rem;
  width: calc(100% + 2.2rem);
  height: calc(100% + 1.6rem);
  color: var(--paper-light);
  pointer-events: none;
}

.footer-email {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.7rem;
  min-height: 4.1rem;
  padding: 0.85rem 1rem 0 0;
  font-family: var(--sans);
}

.footer-email a {
  margin-top: 1.7rem;
  font-size: 0.74rem;
}

.footer-arrow {
  width: 5rem;
  height: 3rem;
  color: var(--paper-light);
}

.footer-base {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  min-height: 15rem;
  padding: 3rem clamp(1.2rem, 3vw, 3.5rem);
  border-top: 1px solid rgba(251, 247, 239, 0.25);
}

.footer-mark {
  align-self: start;
}

.footer-base p {
  max-width: 14rem;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.2;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 2rem;
}

.pencil-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
}

.pencil-drawn .pencil-path {
  animation: pencil-draw 850ms ease-out forwards;
}

.pencil-static .pencil-path {
  stroke-dashoffset: 0;
}

.pencil-drawn .strike-one { animation-duration: 700ms; }
.pencil-drawn .strike-two { animation-duration: 700ms; animation-delay: 180ms; }
.pencil-drawn .strike-three { animation-duration: 700ms; animation-delay: 360ms; }
.pencil-drawn .shortlist-circle .pencil-path { animation-duration: 1050ms; animation-delay: 1120ms; }
.pencil-drawn .footer-arrow .pencil-path { animation-duration: 800ms; animation-delay: 2040ms; }

@keyframes pencil-draw {
  to { stroke-dashoffset: 0; }
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr 0.75fr;
  }

  .hero-copy {
    padding-right: 3rem;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .hero-proof p {
    grid-template-columns: 3rem 1fr;
  }

  .hero-proof strong {
    font-size: 1.8rem;
  }

  .landlord-section {
    grid-template-columns: 3rem 0.8fr 1fr;
  }

  .table-scene {
    padding: 4rem 2rem;
  }

  .buyers,
  .services {
    grid-template-columns: 1fr;
  }

  .buyers-heading h2,
  .services h2 {
    max-width: 20ch;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 5.4rem;
  }

  nav {
    display: none;
  }

  .hero {
    display: block;
    min-height: auto;
  }

  .hero-copy {
    min-height: calc(100svh - 5.4rem);
    padding: 3.5rem 1.2rem 2rem;
  }

  h1 {
    font-size: clamp(3.7rem, 16vw, 6rem);
  }

  .hero-intro {
    font-size: 1rem;
  }

  .hero-action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-action-row .button {
    width: 100%;
  }

  .hero-action-row p {
    padding-left: 0.2rem;
  }

  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    margin-top: 2.4rem;
  }

  .hero-proof p {
    display: block;
  }

  .hero-proof strong,
  .hero-proof span {
    display: block;
  }

  .hero-proof strong {
    margin-bottom: 0.3rem;
  }

  .hero-people {
    min-height: 34rem;
  }

  .portrait-derek {
    left: 6%;
    width: 67%;
  }

  .landlord-section {
    display: block;
  }

  .section-number {
    padding: 3rem 1.2rem 0;
  }

  .landlord-copy {
    padding: 1.5rem 1.2rem 4rem;
  }

  .landlord-copy h2 {
    max-width: 10ch;
  }

  .table-scene {
    min-height: 37rem;
    padding: 5rem 2.5rem;
  }

  .table-top {
    width: min(23rem, 82%);
  }

  .place-card {
    min-width: 7rem;
    padding: 0.8rem 0.9rem;
    font-size: 0.9rem;
  }

  .buyers,
  .retention,
  .services {
    display: block;
    padding: 5rem 1.2rem;
  }

  .buyer-lines {
    margin-top: 3rem;
  }

  .buyer-lines article {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .retention-body {
    margin-top: 4rem;
  }

  .service-list {
    margin-top: 3rem;
  }

  .people-heading {
    display: block;
  }

  .people-heading > p:last-child {
    margin-top: 1.5rem;
  }

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

  .person-ashleigh,
  .person-cameron,
  .person-derek,
  .person-eric,
  .person-gaia,
  .person-skye {
    grid-column: span 1;
  }

  .person img {
    height: 57vw;
  }

  .person-cameron,
  .person-gaia,
  .person-eric,
  .person-skye {
    margin-top: 0;
  }

  .person:nth-child(even) {
    margin-top: 2.5rem;
  }

  .contact {
    padding: 6rem 1.2rem 2rem;
  }

  .contact h2 {
    font-size: clamp(3.4rem, 15vw, 6rem);
  }

  .contact-proof {
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer-finale {
    display: block;
    min-height: auto;
    padding: 6rem 1.2rem;
  }

  .footer-shortlist {
    margin-top: 4rem;
  }

  .shortlist-choice-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9rem;
  }

  .footer-email {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 1rem;
  }

  .footer-base {
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .card-operator {
    animation: none;
  }

  .pencil-drawn .pencil-path {
    animation: none;
    stroke-dashoffset: 0;
  }
}

/* mobile floor guards (07-10 verify pass) */
@media (max-width: 640px) {
  .hero { grid-template-columns: minmax(0, 1fr); }
  .contact { grid-template-columns: minmax(0, 1fr); }
  .contact h2, .contact p, .contact-proof, .contact-proof span { max-width: 100%; min-width: 0; }
  .contact-proof { width: 100%; }
  .hero-people { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  body { overflow-x: hidden; }
}

.nb{white-space:nowrap}
@media (max-width: 700px){
  .nb{white-space:normal}
  h1{font-size:clamp(2.5rem, 11.5vw, 3.4rem)}
  .contact h2{font-size:clamp(2.1rem, 9.2vw, 2.8rem)}
}

@media (max-width: 640px) {
  .card-operator { left: 0.6rem; }
  .table-scene, .landlord-visual { min-height: 24rem; }
}
/* button feel (07-10 review): real transition + press state */
.cta, a.cta, .btn, button, .hero-action-row a { transition: background-color .18s ease, color .18s ease, transform .12s ease; }
.cta:active, .btn:active, .hero-action-row a:active { transform: translateY(1px); }
