/* Steve Winters — a lightweight editorial theme. Mobile styles are the baseline. */
:root {
  --ink: #191c1e;
  --muted: #656765;
  --paper: #f8f7f3;
  --cream: #eeece6;
  --line: #d9d8d1;
  --red: #bf2634;
  --dark: #171a1d;
  --shell: 1200px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
p + p {
  margin-top: 1em;
}
h1,
h2,
h3 {
  line-height: 1.13;
  font-weight: 400;
}
h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(2.4rem, 4.1vw, 3.65rem);
}
h3 {
  font-size: 1.15rem;
  font-weight: 550;
  letter-spacing: -0.02em;
}
p {
  color: var(--muted);
}
:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 5px;
}
::selection {
  background: #eac0c4;
  color: var(--ink);
}
.site-shell {
  width: min(var(--shell), calc(100% - 40px));
  margin-inline: auto;
}
.section {
  padding: 72px 0;
}
.eyebrow {
  font: 600 0.66rem/1.5 var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
}
.text-link {
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
  line-height: 1.5;
}
.text-link span {
  font-size: 1.25rem;
  font-weight: 400;
}
.text-link:hover {
  color: var(--red);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 54px;
  padding: 15px 22px;
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid transparent;
  transition:
    background 0.18s,
    color 0.18s;
}
.button span {
  font-size: 1.2rem;
  line-height: 1;
}
.button-primary {
  background: var(--red);
  color: white;
}
.button-primary:hover {
  background: #a31927;
}
.button-light {
  background: var(--paper);
  color: var(--ink);
}
.button-light:hover {
  background: #dedbd3;
}
.skip-link {
  position: fixed;
  left: 15px;
  top: -100px;
  z-index: 100;
  padding: 12px 20px;
  background: #fff;
  color: #111;
}
.skip-link:focus {
  top: 15px;
}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
/* Header and navigation: the native menu remains usable without JavaScript. */
.site-header {
  background: var(--paper);
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 16px;
  padding: 18px 0;
}
.brand-name {
  display: block;
  font-family: var(--serif);
  font-size: 1.85rem;
  letter-spacing: -0.055em;
  line-height: 1.1;
}
.brand-dot {
  color: var(--red);
}
.brand-role {
  display: block;
  font-size: 0.56rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 8px;
}
.brand-role span {
  color: var(--red);
  padding: 0 7px;
}
.custom-logo-link {
  display: block;
  max-width: 240px;
}
.custom-logo {
  max-height: 66px;
  width: auto;
  object-fit: contain;
}
.nav-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  background: transparent;
  padding: 8px 12px;
  font-size: 0.75rem;
}
.primary-nav {
  width: 100%;
}
.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav .menu {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.primary-nav a,
.explore-toggle {
  display: block;
  padding: 12px 0;
  font-size: 0.83rem;
}
.primary-nav a:hover,
.explore-toggle:hover {
  color: var(--red);
}
.primary-nav li {
  position: relative;
}
.explore-toggle {
  border: 0;
  background: none;
  color: inherit;
  text-align: left;
}
.explore-toggle span {
  margin-left: 6px;
}
.primary-nav .sub-menu {
  padding: 0 0 12px 18px;
  border-left: 1px solid var(--line);
  margin-left: 3px;
}
.primary-nav .sub-menu a {
  padding: 9px 12px;
}
.submenu-toggle {
  background: transparent;
  color: inherit;
  border: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-contact a {
  font-weight: 600;
}
.nav-contact span {
  padding-left: 18px;
}
.nav-ready .nav-toggle {
  display: flex;
}
.nav-ready .primary-nav {
  display: none;
}
.nav-ready .primary-nav.is-open {
  display: block;
}
.nav-ready .sub-menu {
  display: none;
}
.nav-ready li.submenu-open > .sub-menu {
  display: block;
}
.menu-item-has-children > a {
  padding-right: 34px;
}
/* Hero: original portrait, edge-to-edge, with no card or overlaid nameplate. */
.hero {
  background: var(--dark);
  color: var(--paper);
  overflow: hidden;
}
.hero-grid {
  display: grid;
}
.hero-copy {
  padding: 52px 0 36px;
  position: relative;
  z-index: 2;
}
.hero .eyebrow {
  color: #c6c6c1;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.6rem;
  letter-spacing: 0.13em;
}
.red-rule {
  display: block;
  width: 27px;
  height: 2px;
  flex: 0 0 27px;
  background: var(--red);
}
.hero h1 {
  font-size: clamp(2.5rem, 7.4vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -0.042em;
}
.hero h1 span {
  color: #d7d4cd;
}
.desktop-break {
  display: none;
}
.hero-lead {
  color: #bfc1bf;
  max-width: 350px;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-top: 25px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 29px;
}
.hero-actions .text-link {
  color: #ecebe5;
  border-color: #747572;
}
.hero-actions .text-link:hover {
  color: #fff;
}
.hero-note {
  font-size: 0.63rem;
  color: #a6aaa9;
  margin-top: 30px;
  letter-spacing: 0.08em;
}
.hero-portrait {
  position: relative;
  width: 100%;
  max-width: 440px;
  justify-self: center;
  background: #dadbdb;
  overflow: hidden;
}
.hero-portrait img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: 50% 18%;
}
.hero-portrait:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--dark) 0%, transparent 29%);
  pointer-events: none;
}
.hero-portrait figcaption {
  position: absolute;
  bottom: 23px;
  left: 24px;
  z-index: 1;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}
.hero-portrait figcaption span {
  display: block;
  font-size: 0.58rem;
  color: #c5c9ca;
  letter-spacing: 0.06em;
  margin-top: 4px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #3d3f40;
  font-size: 0.62rem;
  letter-spacing: 0.035em;
  color: #aeb1b0;
}
.hero-bottom > span {
  display: none;
}
.hero-bottom a span {
  margin-left: 12px;
  color: #e9e7e1;
}
/* Positioning */
.experience-intro {
  display: grid;
  gap: 25px;
  margin-bottom: 40px;
}
.experience-intro > p {
  max-width: 380px;
}
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
.proof-grid > div {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.proof-value {
  display: block;
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}
.proof-value > span {
  color: var(--red);
}
.proof-word {
  font-size: 2.25rem;
}
.proof-grid h3 {
  font-size: 0.79rem;
  line-height: 1.45;
  font-weight: 600;
  max-width: 180px;
}
.proof-grid p {
  font-size: 0.75rem;
  line-height: 1.7;
  margin-top: 9px;
  max-width: 220px;
}
/* Discovery */
.discovery {
  background: var(--cream);
}
.section-heading {
  display: grid;
  gap: 25px;
  margin-bottom: 34px;
}
.section-heading > p {
  max-width: 340px;
  font-size: 0.92rem;
}
.discovery-grid {
  display: grid;
  gap: 1px;
  background: #cecec6;
  border: 1px solid #cecec6;
}
.discovery-card {
  position: relative;
  background: var(--cream);
  padding: 27px 25px 31px;
  transition: background 0.18s;
}
.discovery-card:hover {
  background: #f8f7f3;
}
.card-index {
  display: block;
  font-size: 0.61rem;
  letter-spacing: 0.12em;
  color: #656765;
  margin-bottom: 25px;
}
.discovery-card h3 {
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
  padding-right: 30px;
  letter-spacing: -0.04em;
}
.discovery-card p {
  font-size: 0.8rem;
  margin-top: 12px;
  padding-right: 20px;
}
.card-arrow {
  position: absolute;
  right: 25px;
  top: 27px;
  color: var(--red);
  font-size: 1.2rem;
}
.discovery-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 25px;
  margin-top: 25px;
  scroll-margin-top: 30px;
}
.discovery-note p {
  font-size: 0.77rem;
}
.discovery-note .text-link {
  font-size: 0.75rem;
}
.realtypress-slot {
  margin-top: 35px;
  min-width: 0;
}
.realtypress-slot iframe {
  max-width: 100%;
}
/* Local editorial */
.area-landscape {
  position: relative;
  background: #4b6466;
  margin-bottom: 15px;
}
.area-landscape img {
  height: 290px;
  width: 100%;
  object-fit: cover;
  object-position: 42% center;
}
.area-landscape:after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  pointer-events: none;
}
.area-landscape figcaption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
}
.area-landscape figcaption span + span {
  display: none;
}
.area-grid {
  display: grid;
}
.area-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.area-number {
  font-size: 0.59rem;
  color: var(--red);
  align-self: flex-start;
  padding-top: 5px;
}
.area-link > div {
  flex: 1;
}
.area-link h3 {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}
.area-link p {
  font-size: 0.73rem;
  line-height: 1.5;
  margin-top: 7px;
}
.area-link > span:last-child {
  color: var(--red);
  font-size: 1.1rem;
}
.area-link:hover h3 {
  color: var(--red);
}
.area-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: 24px;
}
.area-note p,
.area-note a {
  font-size: 0.77rem;
}
/* Buying and selling */
.move {
  padding: 0;
  background: var(--cream);
}
.move-grid {
  width: 100%;
  display: grid;
}
.move-panel {
  padding: 52px max(20px, calc((100vw - var(--shell)) / 2));
}
.move-panel h2 {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
}
.move-panel > p:not(.eyebrow) {
  margin-top: 26px;
  max-width: 380px;
  font-size: 0.92rem;
}
.move-panel .text-link {
  margin-top: 27px;
}
.selling {
  background: #292d2e;
  color: var(--paper);
  position: relative;
}
.selling .eyebrow {
  color: #d8aaa9;
}
.selling p {
  color: #bec2c0;
}
.selling .text-link:hover {
  color: #e0b6b6;
}
/* Journal and resource paths */
.resource-layout {
  display: grid;
  border-top: 1px solid var(--line);
}
.resource-feature {
  padding: 32px 0;
}
.resource-feature h3 {
  font-family: var(--serif);
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin-top: 20px;
}
.resource-feature > p {
  max-width: 330px;
  font-size: 0.87rem;
  margin-top: 20px;
}
.resource-feature .text-link {
  margin-top: 15px;
}
.resource-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.resource-list a span + span {
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--red);
}
.resource-list a:hover {
  color: var(--red);
}
.recent-insights {
  margin-top: 55px;
}
.recent-insights > h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  margin-bottom: 22px;
}
.post-grid {
  display: grid;
  gap: 30px;
}
.post-card {
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.post-card img {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}
.post-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 12px;
}
.post-date {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
}
.post-card .text-link {
  margin-top: 18px;
  font-size: 0.75rem;
}
/* Personal story */
.story {
  background: #e9e7e1;
}
.story-grid {
  display: grid;
  gap: 38px;
}
.story-photo {
  max-width: 430px;
  background: #ddd;
  position: relative;
}
.story-photo img {
  width: 100%;
  max-height: 490px;
  object-fit: cover;
  object-position: 50% 20%;
}
.story-photo figcaption {
  padding: 14px 17px;
  background: #d9d7d1;
  font-size: 0.63rem;
  letter-spacing: 0.04em;
}
.story-intro {
  font-family: var(--serif);
  font-size: 1.38rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 25px;
}
.story-copy > p:not(.eyebrow):not(.story-intro) {
  font-size: 0.88rem;
  max-width: 475px;
}
.story-copy .text-link {
  margin-top: 17px;
}
.brokerage-logo {
  width: 215px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  object-position: left;
  margin-top: 33px;
}
/* Closing and footer */
.closing-cta {
  background:
    radial-gradient(
      ellipse at 100% 100%,
      rgba(127, 36, 44, 0.16),
      transparent 60%
    ),
    var(--dark);
  color: var(--paper);
  text-align: center;
  padding: 78px 0;
}
.closing-cta .eyebrow {
  color: #bfc0bc;
  font-size: 0.6rem;
}
.closing-cta h2 {
  font-size: clamp(2.3rem, 4.6vw, 4rem);
  line-height: 1.15;
}
.closing-cta h2 br {
  display: none;
}
.closing-cta p:not(.eyebrow) {
  color: #b8bbb8;
  margin-top: 25px;
  font-size: 0.95rem;
}
.closing-cta .button {
  margin-top: 30px;
}
.site-footer {
  background: var(--paper);
  padding-top: 44px;
}
.footer-grid {
  display: grid;
  gap: 30px;
  padding-bottom: 35px;
}
.footer-brand {
  font-family: var(--serif);
  font-size: 1.8rem;
  letter-spacing: -0.045em;
}
.site-footer p {
  font-size: 0.73rem;
  line-height: 1.7;
  margin-top: 8px;
}
.site-footer h2 {
  font-family: var(--sans);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.6;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.site-footer li {
  font-size: 0.77rem;
  line-height: 2;
}
.site-footer a:hover {
  color: var(--red);
}
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.62rem;
  color: var(--muted);
}
/* Native WordPress pages, posts, and IDX containers */
.narrow {
  max-width: 820px;
}
.page-hero {
  padding: 65px 0;
  background: var(--dark);
  color: var(--paper);
}
.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}
.page-hero .eyebrow {
  color: #d6b2b3;
}
.page-lead {
  color: #c3c6c3;
  margin-top: 22px;
}
.content-area {
  min-width: 0;
  overflow-wrap: anywhere;
}
.content-area h2,
.content-area h3 {
  margin: 1.4em 0 0.65em;
}
.content-area h2 {
  font-size: 2.2rem;
}
.content-area p {
  margin: 0 0 1.25em;
}
.content-area a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content-area ul,
.content-area ol {
  padding-left: 1.5em;
}
.content-area figure {
  margin: 25px 0;
}
.content-area iframe {
  max-width: 100%;
}
.content-area table {
  border-collapse: collapse;
  max-width: 100%;
}
.content-area td,
.content-area th {
  padding: 10px;
  border: 1px solid var(--line);
}
.content-area input:not([type="checkbox"]):not([type="radio"]),
.content-area textarea,
.content-area select {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
}
.search-hub-grid {
  display: grid;
  gap: 32px;
}
.sw-widget {
  padding: 22px;
  background: var(--cream);
  margin-bottom: 24px;
}
.sw-widget h2 {
  font-size: 1.7rem;
}
.sw-widget p {
  margin-top: 16px;
  font-size: 0.88rem;
}
.navigation.pagination {
  margin-top: 35px;
}
.page-numbers {
  padding: 10px;
}
.alignwide {
  max-width: 100%;
}
.alignfull {
  max-width: 100%;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text,
.gallery-caption {
  font-size: 0.8rem;
}
.sticky {
  border-top-color: var(--red);
}
.bypostauthor {
  border-left: 2px solid var(--red);
}
@media (min-width: 600px) {
  .site-shell {
    width: min(var(--shell), calc(100% - 64px));
  }
  .hero h1 {
    font-size: 3.5rem;
  }
  .discovery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .area-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
  .area-landscape img {
    height: 360px;
  }
  .area-landscape figcaption span + span {
    display: block;
  }
  .proof-grid {
    gap: 30px;
  }
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr;
  }
  .move-grid {
    width: 100%;
  }
  .hero-portrait {
    max-width: 480px;
  }
  .hero-portrait img {
    height: 520px;
  }
}
@media (min-width: 900px) {
  .section {
    padding: 100px 0;
  }
  .header-inner {
    min-height: 102px;
    flex-wrap: nowrap;
    padding: 20px 0;
  }
  .brand-name {
    font-size: 2.2rem;
  }
  .brand-role {
    font-size: 0.6rem;
  }
  .primary-nav,
  .nav-ready .primary-nav {
    display: block;
    width: auto;
  }
  .nav-toggle,
  .nav-ready .nav-toggle {
    display: none;
  }
  .primary-nav .menu {
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
  .primary-nav a,
  .explore-toggle {
    padding: 12px 0;
  }
  .nav-contact a {
    padding: 11px 17px;
    border: 1px solid #b9b9b1;
  }
  .primary-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: -22px;
    min-width: 210px;
    background: var(--paper);
    padding: 13px 10px;
    margin: 0;
    border: 1px solid var(--line);
    box-shadow: 0 12px 22px #0000000d;
    z-index: 30;
  }
  .primary-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .primary-nav .sub-menu {
    display: none;
  }
  .primary-nav li:hover > .sub-menu,
  .primary-nav li:focus-within > .sub-menu {
    display: block;
  }
  .nav-ready .primary-nav li:hover > .sub-menu,
  .nav-ready .primary-nav li:focus-within > .sub-menu {
    display: none;
  }
  .nav-ready .primary-nav li.submenu-open > .sub-menu {
    display: block;
  }
  .submenu-toggle {
    top: 3px;
    right: -3px;
  }
  .hero {
    background:
      radial-gradient(
        ellipse at 60% 95%,
        rgba(130, 30, 44, 0.12),
        transparent 50%
      ),
      var(--dark);
  }
  .hero-grid {
    grid-template-columns: 1.12fr 1fr;
    gap: 35px;
    min-height: 610px;
    align-items: center;
  }
  .hero-copy {
    padding: 68px 0;
  }
  .hero h1 {
    font-size: clamp(3rem, 4.05vw, 3.8rem);
  }
  .desktop-break {
    display: block;
  }
  .hero .eyebrow {
    font-size: 0.63rem;
    margin-bottom: 28px;
  }
  .hero-lead {
    margin-top: 26px;
    max-width: 340px;
    font-size: 0.98rem;
  }
  .hero-actions {
    margin-top: 32px;
  }
  .hero-note {
    margin-top: 44px;
  }
  .hero-portrait {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin: 30px 0 0;
    background: transparent;
  }
  .hero-portrait img {
    height: 100%;
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
    object-position: 50% 13%;
    mask-image:
      linear-gradient(to right, transparent, black 14%),
      linear-gradient(to bottom, black 70%, transparent 99%);
    mask-composite: intersect;
  }
  .hero-portrait:after {
    background: linear-gradient(90deg, var(--dark), transparent 15%);
  }
  .hero-portrait figcaption {
    bottom: 40px;
    left: 50px;
    font-size: 0.77rem;
  }
  .hero-bottom > span {
    display: block;
  }
  .hero-bottom {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .experience-intro {
    grid-template-columns: 1.5fr 1fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 52px;
  }
  .experience-intro > p {
    font-size: 0.9rem;
  }
  .proof-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .proof-value {
    font-size: 3.15rem;
  }
  .proof-word {
    font-size: 2.65rem;
    line-height: 1.43;
  }
  .proof-grid h3 {
    font-size: 0.82rem;
  }
  .proof-grid p {
    font-size: 0.77rem;
  }
  .section-heading {
    grid-template-columns: 1.5fr 1fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 42px;
  }
  .discovery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .discovery-card {
    padding: 31px 30px 34px;
  }
  .card-index {
    margin-bottom: 36px;
  }
  .discovery-card h3 {
    font-size: 1.7rem;
  }
  .discovery-card p {
    font-size: 0.8rem;
  }
  .card-arrow {
    right: 30px;
    top: 30px;
  }
  .area-landscape img {
    height: 400px;
  }
  .area-landscape figcaption {
    left: 30px;
    right: 30px;
    bottom: 23px;
    font-size: 0.67rem;
  }
  .area-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 34px;
  }
  .area-link {
    gap: 14px;
    padding: 27px 0;
  }
  .area-link h3 {
    font-size: 1.32rem;
  }
  .area-link p {
    font-size: 0.72rem;
  }
  .move {
    padding: 0;
    background: linear-gradient(90deg, var(--cream) 50%, #292d2e 50%);
  }
  .move-grid {
    width: min(var(--shell), calc(100% - 64px));
    grid-template-columns: 1fr 1fr;
  }
  .move-panel {
    padding: 72px 60px 72px 0;
  }
  .move-panel.selling {
    padding: 72px 0 72px 65px;
  }
  .move-panel h2 {
    font-size: 3.8rem;
  }
  .resource-layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
  }
  .resource-feature {
    padding-top: 36px;
    padding-bottom: 0;
  }
  .resource-feature h3 {
    font-size: 2.4rem;
  }
  .resource-list {
    padding-top: 10px;
  }
  .resource-list a {
    padding: 28px 0;
    font-size: 1.45rem;
  }
  .story-grid {
    grid-template-columns: 0.85fr 1fr;
    gap: 100px;
    align-items: center;
  }
  .story-photo img {
    max-height: 510px;
  }
  .story-copy h2 {
    font-size: 3.5rem;
  }
  .story-copy p.story-intro {
    font-size: 1.5rem;
  }
  .closing-cta {
    padding: 95px 0;
  }
  .closing-cta h2 br {
    display: block;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 0.8fr 1fr;
    gap: 50px;
  }
  .search-hub-grid {
    grid-template-columns: minmax(0, 1fr) 310px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .hero-actions,
  .closing-cta,
  .skip-link {
    display: none;
  }
  .section {
    padding: 25px 0;
  }
  .hero,
  .selling,
  .page-hero {
    background: white;
    color: black;
  }
  .hero p,
  .selling p {
    color: #333;
  }
  .hero-portrait {
    display: none;
  }
  .hero-grid {
    display: block;
  }
  .site-shell {
    width: 100%;
  }
}
/* A vector silhouette reveals the untouched original photo against the hero.
   The mask changes only visibility around the subject; portrait pixels are unmodified. */
.hero-portrait {
  background: transparent;
  max-width: 340px;
  overflow: visible;
  align-self: end;
}
.hero-portrait img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  mask-image: url("../images/portrait-mask.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-composite: add;
}
.hero-portrait:after {
  background: linear-gradient(0deg, var(--dark) 0%, transparent 26%);
  inset: 0 -1px;
}
.hero-portrait figcaption {
  left: 22px;
  bottom: 20px;
}
@media (min-width: 600px) {
  .hero-portrait {
    max-width: 390px;
  }
  .hero-portrait img {
    height: auto;
  }
}
@media (min-width: 900px) {
  .hero-portrait {
    max-width: 430px;
    margin-top: 0;
  }
  .hero-portrait img {
    position: relative;
    height: auto;
    object-fit: contain;
    mask-image: url("../images/portrait-mask.svg");
    mask-composite: add;
  }
  .hero-portrait:after {
    background: linear-gradient(0deg, var(--dark) 0%, transparent 27%);
  }
  .hero-portrait figcaption {
    bottom: 27px;
    left: 30px;
  }
}
@media (max-width: 599px) {
  .hero-portrait {
    max-width: 280px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    gap: 22px;
    padding-inline: 18px;
  }
  .hero-actions .text-link {
    gap: 15px;
    font-size: 0.8rem;
  }
  .hero-note {
    margin-top: 25px;
  }
  .hero-copy {
    padding-bottom: 18px;
  }
}
