:root {
  --black: #050505;
  --soft-black: #101010;
  --charcoal: #171717;
  --red: #d71920;
  --red-deep: #9f1117;
  --white: #ffffff;
  --cream: #f2ede7;
  --muted: #b8b8b8;
  --line: rgba(255, 255, 255, 0.16);
  --container: 1440px;
  --rail: 15px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--white);
  background: var(--black);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.live-area {
  width: min(calc(100% - 30px), var(--container));
  margin-inline: auto;
}

/* HEADER */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(14px);
}

.nav-inner {
  width: min(calc(100% - 30px), var(--container));
  height: 74px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 210px 220px 1fr;
  align-items: center;
  gap: 26px;
}

.site-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  line-height: 1;
}

.logo-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
}

.logo-text {
  font-size: 28px;
  letter-spacing: -0.06em;
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 800;
}

.nav-social-dot {
  width: 27px;
  height: 27px;
  border-radius: 999px;
  background: var(--red);
  position: relative;
}

.nav-social-dot::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  background: var(--white);
}

.desktop-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a {
  opacity: 0.94;
}

.desktop-nav a:hover {
  color: var(--red);
}

.nav-book,
.primary-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 25px;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-book:hover,
.primary-pill:hover {
  background: #f11d27;
  color: var(--white);
}

.primary-pill.centered {
  margin-inline: auto;
}

.primary-pill.small {
  min-height: 40px;
  padding: 12px 22px;
}

.mobile-menu-button,
.mobile-phone-bar {
  display: none;
}

/* HOME HERO */

.home-hero {
  position: relative;
  min-height: 1120px;
  padding-top: 74px;
  overflow: hidden;
  background: var(--black);
}

.hero-house-bg {
  position: absolute;
  inset: 74px 0 auto;
  height: 760px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.88) 100%),
    radial-gradient(circle at 70% 36%, rgba(255,255,255,0.22), transparent 28%),
    linear-gradient(135deg, #4d4d4d 0%, #161616 48%, #000 100%);
}

.hero-house-bg::before {
  content: "";
  position: absolute;
  inset: 110px 0 0;
  opacity: 0.28;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.11) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.09) 0 1px, transparent 1px);
  background-size: 120px 86px;
}

.hero-title-wrap {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 30px), var(--container));
  margin-inline: auto;
  padding-top: 118px;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero-title-wrap h1 {
  margin: 0;
  font-size: clamp(74px, 7.9vw, 150px);
  line-height: 0.84;
  letter-spacing: -0.085em;
  text-transform: uppercase;
  font-weight: 900;
}

.hero-tag {
  margin: 24px auto 0;
  max-width: 590px;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 800;
}

.hero-media-stage {
  position: relative;
  z-index: 5;
  width: min(calc(100% - 30px), var(--container));
  height: 505px;
  margin: 92px auto 0;
}

.media-frame {
  position: absolute;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04)),
    linear-gradient(135deg, #5a5a5a, #111);
  border: 8px solid #101010;
  box-shadow: 0 30px 90px rgba(0,0,0,0.72);
}

.media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 66% 34%, rgba(255,255,255,0.24), transparent 24%),
    linear-gradient(180deg, rgba(215,25,32,0.18), rgba(0,0,0,0.5));
}

.media-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 36%, rgba(255,255,255,0.16) 37% 45%, transparent 46% 100%);
  z-index: 2;
}

.media-imac {
  left: 50%;
  top: 0;
  width: 760px;
  height: 430px;
  transform: translateX(-50%);
  border-radius: 30px;
}

.mock-media-label {
  position: absolute;
  left: 30px;
  bottom: 28px;
  z-index: 4;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
}

.media-phone {
  width: 185px;
  height: 340px;
  border-radius: 34px;
}

.media-phone-left {
  left: 105px;
  top: 92px;
  transform: rotate(-6deg);
}

.media-phone-main {
  right: 278px;
  top: 116px;
  transform: rotate(4deg);
}

.media-phone-right {
  right: 95px;
  top: 78px;
  transform: rotate(8deg);
}

.play-button {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(215,25,32,0.94);
  box-shadow: 0 16px 35px rgba(0,0,0,0.45);
}

.play-button::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 21px;
  border-left: 19px solid var(--white);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.zillow-badge {
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 7;
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  color: #111;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.lens-graphic {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  border: 24px solid rgba(255,255,255,0.12);
}

.lens-graphic::after {
  content: "";
  position: absolute;
  inset: 38px;
  border-radius: 50%;
  border: 18px solid rgba(215,25,32,0.48);
}

.slider-ui {
  position: relative;
  z-index: 8;
  width: min(calc(100% - 30px), var(--container));
  margin: -8px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.slider-dots {
  display: flex;
  gap: 10px;
}

.slider-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,0.32);
}

.slider-dots .active {
  background: var(--red);
}

.slider-arrows {
  display: flex;
  gap: 12px;
  color: var(--white);
  font-size: 30px;
  line-height: 1;
}

/* HOME PACKAGES */

.home-video-packages {
  padding: 82px 0 94px;
  text-align: center;
  background: var(--black);
}

.red-section-line {
  margin: 0 auto 44px;
  max-width: 920px;
  color: var(--red);
  font-size: clamp(34px, 4.4vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.video-package-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-bottom: 48px;
}

.video-package-card {
  min-height: 410px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.86)),
    linear-gradient(135deg, #5e5e5e, #161616);
  border: 1px solid var(--line);
}

.package-number {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
}

.video-package-card h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.video-package-card p:not(.package-number) {
  margin: 0 0 22px;
  max-width: 540px;
  color: rgba(255,255,255,0.8);
  font-size: 17px;
  line-height: 1.48;
}

.video-package-card ul {
  margin: 0 0 28px;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
}

.video-package-card a {
  width: fit-content;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 2px solid var(--red);
}

/* LOGO STRIP */

.client-logo-strip {
  padding: 34px 0;
  overflow: hidden;
  background: var(--white);
  color: #111;
}

.logo-strip-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
  min-width: max-content;
  font-size: 18px;
  font-weight: 900;
  opacity: 0.9;
}

/* AVAILABILITY */

.availability-panel {
  position: relative;
  min-height: 835px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--black);
}

.availability-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.48) 48%, rgba(0,0,0,0.92) 100%),
    radial-gradient(circle at 74% 44%, rgba(215,25,32,0.34), transparent 24%),
    linear-gradient(135deg, #4d4d4d 0%, #151515 54%, #000 100%);
}

.availability-inner {
  position: relative;
  z-index: 2;
  padding: 90px 0;
}

.availability-inner h2,
.services-bottom-callout h2,
.home-bottom-service-callout h2 {
  margin: 0;
  color: var(--red);
  font-size: clamp(56px, 6.4vw, 118px);
  line-height: 0.86;
  letter-spacing: -0.075em;
  font-weight: 900;
  text-transform: uppercase;
}

.availability-inner h2 {
  max-width: 800px;
}

.availability-inner > p {
  max-width: 570px;
  margin: 24px 0 48px;
  color: rgba(255,255,255,0.82);
  font-size: 20px;
  line-height: 1.45;
}

.availability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 990px;
}

.availability-grid article {
  min-height: 122px;
  padding: 22px;
  background: rgba(0,0,0,0.68);
  border: 1px solid var(--line);
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.availability-grid .wide {
  grid-column: span 2;
}

.line-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--red);
}

.availability-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

/* COMMON CALLOUTS / FOOTER */

.home-bottom-service-callout,
.services-bottom-callout {
  padding: 70px 0;
  background: var(--red);
  color: var(--white);
}

.home-bottom-service-callout .live-area,
.services-bottom-callout .live-area,
.service-summary-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.home-bottom-service-callout h2,
.services-bottom-callout h2 {
  max-width: 850px;
  color: var(--white);
  font-size: clamp(38px, 5vw, 82px);
  line-height: 0.9;
}

.service-icons {
  display: flex;
  gap: 18px;
}

.service-icons span {
  width: 88px;
  height: 88px;
  border: 4px solid var(--white);
  border-radius: 50%;
}

.home-contact-cta {
  padding: 76px 0;
  background: var(--black);
  text-align: center;
}

.home-contact-cta h2 {
  margin: 0 auto 24px;
  max-width: 900px;
  font-size: clamp(38px, 5vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.site-footer {
  padding: 38px 0;
  background: #080808;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-inner p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.45;
}

/* SERVICES PAGE */

.services-hero,
.working-hero {
  position: relative;
  min-height: 760px;
  padding-top: 74px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--black);
}

.services-hero-bg,
.working-hero-bg {
  position: absolute;
  inset: 74px 0 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.86)),
    linear-gradient(135deg, #565656, #121212 58%, #000);
}

.services-hero-title,
.working-hero-title {
  position: relative;
  z-index: 2;
  padding-bottom: 78px;
}

.services-hero h1,
.working-hero h1,
.utility-hero h1 {
  margin: 0;
  max-width: 1120px;
  font-size: clamp(68px, 8vw, 150px);
  line-height: 0.84;
  letter-spacing: -0.085em;
  text-transform: uppercase;
  font-weight: 900;
}

.premium-media-section,
.tour-section,
.twilight-section,
.virtual-staging-section,
.founder-stats-section,
.prep-section,
.staging-list-section,
.property-tour-section,
.utility-form-section {
  padding: 96px 0;
  background: var(--black);
}

.premium-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.premium-copy h2,
.tour-section h2,
.twilight-section h2,
.virtual-staging-section h2,
.working-intro-grid h2,
.founder-copy h2,
.prep-grid h2,
.staging-list-section h2,
.property-tour-section h2,
.utility-form-section h2,
.utility-hero h1 {
  margin: 0;
  color: var(--red);
  font-size: clamp(48px, 5.6vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  font-weight: 900;
}

.premium-video-card,
.prep-video-placeholder,
.tour-embed-placeholder,
.matterport-placeholder {
  position: relative;
  min-height: 430px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.7)),
    linear-gradient(135deg, #6a6a6a, #151515);
  border: 1px solid var(--line);
}

.photo-mosaic,
.twilight-grid {
  width: min(calc(100% - 30px), var(--container));
  margin: 58px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.photo-mosaic div,
.twilight-grid div {
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.56)),
    linear-gradient(135deg, #606060, #181818);
}

.centered-copy-block {
  text-align: center;
}

.centered-copy-block h3 {
  margin: 38px auto 24px;
  max-width: 1070px;
  color: var(--red);
  font-size: clamp(40px, 4.8vw, 84px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.centered-copy-block p,
.tour-section p,
.twilight-section p,
.virtual-staging-section p,
.working-intro-grid p,
.founder-copy p,
.prep-grid p,
.property-tour-section p,
.utility-hero p,
.utility-form-section p {
  color: rgba(255,255,255,0.8);
  font-size: 19px;
  line-height: 1.52;
}

.red-subhead {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.red-subhead.spaced {
  margin-top: 52px;
}

.partner-row {
  display: flex;
  gap: 24px;
  margin: 40px 0;
}

.partner-row span {
  padding: 16px 28px;
  background: var(--white);
  color: #111;
  font-weight: 900;
}

.tour-embed-placeholder,
.matterport-placeholder {
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.62);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.twilight-section {
  text-align: center;
}

.virtual-staging-section {
  background: #0c0c0c;
}

.staging-before-after {
  margin-top: 50px;
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background:
    linear-gradient(90deg, #535353 0 50%, #222 50% 100%);
  border: 1px solid var(--line);
  position: relative;
}

.before-label,
.after-label {
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.8);
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
}

/* WORKING PAGE */

.working-hero {
  min-height: 980px;
  display: block;
}

.working-hero-title {
  padding-top: 210px;
  padding-bottom: 70px;
}

.working-intro-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
}

.working-download {
  position: relative;
  z-index: 3;
  margin: 42px auto 0;
  left: 50%;
  transform: translateX(-50%);
}

.founder-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 62px;
  align-items: start;
}

.founders {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.founders article {
  background: #101010;
  border: 1px solid var(--line);
}

.headshot-placeholder {
  min-height: 420px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,0.2), transparent 18%),
    linear-gradient(135deg, #6a6a6a, #161616);
}

.founders p {
  margin: 0;
  padding: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.founders span {
  color: var(--red);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.red-diamond-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.red-diamond-list li {
  margin: 15px 0;
  padding-left: 28px;
  position: relative;
  font-size: 18px;
  font-weight: 800;
}

.red-diamond-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background: var(--red);
  transform: rotate(45deg);
}

.stat-row {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.stat-row article {
  min-height: 230px;
  padding: 34px;
  background: var(--red);
  color: var(--white);
}

.stat-icon {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  border: 5px solid var(--white);
  border-radius: 50%;
}

.stat-row strong {
  display: block;
  font-size: 84px;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.stat-row p {
  margin: 12px 0 0;
  font-size: 19px;
  font-weight: 900;
}

.prep-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.red-divider {
  height: 3px;
  margin-top: 72px;
  background: var(--red);
}

.staging-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.staging-card {
  padding: 42px;
  background: #111;
  border: 1px solid var(--line);
}

.staging-card h3 {
  margin: 0 0 28px;
  color: var(--red);
  font-size: 48px;
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.staging-card h4 {
  margin: 30px 0 12px;
  color: var(--white);
  font-size: 20px;
  text-transform: uppercase;
}

.staging-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
}

.property-tour-section {
  position: relative;
  overflow: hidden;
  min-height: 820px;
}

.property-tour-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.28), rgba(0,0,0,0.92)),
    linear-gradient(135deg, #6a6a6a, #101010);
}

.property-tour-section .live-area {
  position: relative;
  z-index: 2;
}

.property-tour-section h2 {
  max-width: 780px;
}

/* UTILITY PAGES */

.utility-hero {
  padding: 210px 0 90px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.96)),
    linear-gradient(135deg, #484848, #080808);
}

.utility-hero h1 {
  max-width: 920px;
}

.utility-hero p {
  max-width: 680px;
}

.utility-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 52px;
  align-items: start;
}

.mock-form,
.portal-card {
  padding: 34px;
  background: #111;
  border: 1px solid var(--line);
}

.mock-form {
  display: grid;
  gap: 18px;
}

.mock-form label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mock-form input,
.mock-form textarea,
.mock-form select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  background: #050505;
  color: var(--white);
  padding: 14px 15px;
  border-radius: 0;
}

.mock-form textarea {
  min-height: 140px;
  resize: vertical;
}

.mock-form button {
  border: 0;
  cursor: pointer;
  min-height: 48px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portal-card {
  min-height: 260px;
  display: grid;
  align-content: center;
  gap: 26px;
}

/* MOBILE */

@media (max-width: 760px) {
  .live-area {
    width: calc(100% - 30px);
  }

  .site-header {
    background: var(--black);
  }

  .nav-inner {
    width: calc(100% - 30px);
    height: 43px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .logo-mark {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .logo-text {
    font-size: 20px;
  }

  .nav-phone,
  .desktop-nav {
    display: none;
  }

  .mobile-menu-button {
    width: 31px;
    height: 26px;
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }

  .mobile-menu-button span {
    width: 31px;
    height: 3px;
    background: var(--white);
  }

  .mobile-phone-bar {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    color: var(--white);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
  }

  .site-header::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 58px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--red);
  }

  .home-hero {
    min-height: 790px;
    padding-top: 67px;
  }

  .hero-house-bg {
    inset: 67px 0 auto;
    height: 420px;
  }

  .hero-title-wrap {
    padding-top: 58px;
  }

  .hero-kicker {
    margin-bottom: 9px;
    font-size: 20px;
  }

  .hero-title-wrap h1 {
    font-size: 47px;
    line-height: 0.88;
    letter-spacing: -0.075em;
  }

  .hero-tag {
    margin-top: 14px;
    max-width: 280px;
    font-size: 15px;
  }

  .hero-media-stage {
    height: 360px;
    margin-top: 54px;
  }

  .media-imac {
    width: 350px;
    height: 210px;
    top: 32px;
    border-width: 5px;
    border-radius: 18px;
  }

  .media-phone {
    width: 82px;
    height: 154px;
    border-width: 4px;
    border-radius: 18px;
  }

  .media-phone-left {
    left: 7px;
    top: 145px;
  }

  .media-phone-main {
    right: 92px;
    top: 188px;
  }

  .media-phone-right {
    right: 8px;
    top: 130px;
  }

  .zillow-badge,
  .lens-graphic,
  .mock-media-label {
    display: none;
  }

  .play-button {
    width: 42px;
    height: 42px;
  }

  .play-button::after {
    left: 18px;
    top: 13px;
    border-left-width: 13px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }

  .home-video-packages {
    padding: 54px 0 62px;
  }

  .red-section-line {
    margin-bottom: 28px;
    font-size: 38px;
  }

  .video-package-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }

  .video-package-card {
    min-height: 310px;
    padding: 25px;
  }

  .video-package-card h2 {
    font-size: 34px;
  }

  .video-package-card p:not(.package-number),
  .video-package-card ul {
    font-size: 15px;
  }

  .client-logo-strip {
    padding: 22px 0;
  }

  .logo-strip-inner {
    justify-content: flex-start;
    gap: 38px;
    padding-left: 15px;
    font-size: 14px;
  }

  .availability-panel {
    min-height: 760px;
  }

  .availability-inner {
    padding: 64px 0;
  }

  .availability-inner h2 {
    max-width: 360px;
    font-size: 52px;
  }

  .availability-inner > p {
    max-width: 330px;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .availability-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .availability-grid .wide {
    grid-column: auto;
  }

  .availability-grid article {
    min-height: 68px;
    padding: 16px;
    align-items: center;
  }

  .home-bottom-service-callout,
  .services-bottom-callout {
    padding: 45px 0;
  }

  .home-bottom-service-callout .live-area,
  .services-bottom-callout .live-area,
  .service-summary-shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .home-bottom-service-callout h2,
  .services-bottom-callout h2 {
    font-size: 42px;
  }

  .service-icons span {
    width: 64px;
    height: 64px;
  }

  .home-contact-cta {
    padding: 54px 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .services-hero,
  .working-hero {
    min-height: 540px;
    padding-top: 67px;
  }

  .services-hero-bg,
  .working-hero-bg {
    inset: 67px 0 0;
  }

  .services-hero-title,
  .working-hero-title {
    padding-bottom: 42px;
  }

  .services-hero h1,
  .working-hero h1,
  .utility-hero h1 {
    font-size: 58px;
  }

  .premium-media-section,
  .tour-section,
  .twilight-section,
  .virtual-staging-section,
  .founder-stats-section,
  .prep-section,
  .staging-list-section,
  .property-tour-section,
  .utility-form-section {
    padding: 58px 0;
  }

  .premium-grid,
  .working-intro-grid,
  .founder-grid,
  .prep-grid,
  .utility-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .premium-copy h2,
  .tour-section h2,
  .twilight-section h2,
  .virtual-staging-section h2,
  .working-intro-grid h2,
  .founder-copy h2,
  .prep-grid h2,
  .staging-list-section h2,
  .property-tour-section h2,
  .utility-form-section h2 {
    font-size: 46px;
  }

  .premium-video-card,
  .prep-video-placeholder,
  .tour-embed-placeholder,
  .matterport-placeholder {
    min-height: 260px;
  }

  .photo-mosaic,
  .twilight-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .photo-mosaic div,
  .twilight-grid div {
    min-height: 170px;
  }

  .centered-copy-block h3 {
    font-size: 38px;
  }

  .staging-before-after {
    min-height: 360px;
  }

  .working-hero {
    min-height: auto;
    padding-bottom: 58px;
  }

  .working-hero-title {
    padding-top: 148px;
    padding-bottom: 40px;
  }

  .working-download {
    margin-top: 28px;
  }

  .founders,
  .stat-row,
  .staging-card-grid {
    grid-template-columns: 1fr;
  }

  .headshot-placeholder {
    min-height: 330px;
  }

  .stat-row strong {
    font-size: 68px;
  }

  .staging-card {
    padding: 28px;
  }

  .staging-card h3 {
    font-size: 38px;
  }

  .property-tour-section {
    min-height: 600px;
  }

  .utility-hero {
    padding: 148px 0 58px;
  }

  .mock-form,
  .portal-card {
    padding: 24px;
  }
}