:root {
  --bg: #f1ece3;
  --bg-alt: #e4dbcf;
  --surface: #f8f4ed;
  --surface-strong: #ded4c8;
  --text: #171717;
  --muted: #585552;
  --border: rgba(23, 23, 23, 0.12);
  --charcoal: #1b1c1a;
  --olive: #49513c;
  --rust: #8a4e2f;
  --steel: #87908e;
  --shadow: 0 18px 50px rgba(27, 28, 26, 0.08);
  --radius: 24px;
  --radius-tight: 12px;
  --max-width: 1480px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 18%),
    var(--bg);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.topbar,
.section,
.metrics-strip,
.footer {
  width: calc(100% - 3rem);
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(248, 244, 237, 0.88);
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 35px rgba(23, 23, 23, 0.06);
}

.topbar {
  max-width: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  background:
    linear-gradient(180deg, var(--rust), var(--olive));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.brand-text {
  display: grid;
  gap: 0.1rem;
}

.brand-text strong,
.footer strong {
  font-family: "Archivo", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-text span,
.footer p,
.nav a {
  color: #34332f;
  font-size: 1.08rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav a {
  font-weight: 700;
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-solid {
  color: #f5f1e8;
  background: var(--charcoal);
  box-shadow: 0 10px 24px rgba(27, 28, 26, 0.15);
}

.button-solid:hover,
.button-solid:focus-visible {
  background: #282925;
}

.button-outline {
  border-color: rgba(23, 23, 23, 0.2);
  background: rgba(255, 255, 255, 0.25);
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: rgba(23, 23, 23, 0.4);
  background: rgba(255, 255, 255, 0.55);
}

.section {
  padding: 6rem 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 2rem;
  align-items: stretch;
  min-height: calc(100svh - 6rem);
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.eyebrow {
  margin: 0 0 1rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--olive);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Archivo", sans-serif;
  line-height: 0.95;
}

h1 {
  font-size: clamp(2.9rem, 6.3vw, 5.4rem);
  max-width: 11ch;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  letter-spacing: -0.04em;
  max-width: 12ch;
}

h3 {
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 1.25rem;
  min-height: auto;
}

.hero-text,
.section-intro,
.partnership-copy p,
.final-cta-copy p,
.problem-card p,
.model-step p,
.tenant-card p,
.advantage-card p,
.panel p,
.audience-quote p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding-top: 0.25rem;
}

.hero-visual {
  display: grid;
  grid-template-rows: 1.2fr auto;
  gap: 1rem;
}

.massing-card,
.panel,
.problem-card,
.model-step,
.tenant-card,
.audience-panel,
.audience-quote,
.advantage-card,
.partnership-list,
.contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(248, 244, 237, 0.78);
  box-shadow: var(--shadow);
}

.massing-card {
  min-height: 38rem;
  padding: 0;
  position: relative;
  background:
    linear-gradient(180deg, rgba(135, 144, 142, 0.12), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.65), rgba(228, 219, 207, 0.9));
}

.massing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.04) 20%, rgba(15, 15, 15, 0.62) 100%);
  pointer-events: none;
}

.feature-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 38rem;
  object-fit: cover;
  object-position: center 32%;
  display: block;
}

.massing-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 0.4rem;
  padding: 6rem 2rem 2rem;
  z-index: 1;
}

.massing-label span,
.panel-tag,
.metrics-strip span,
.partnership-list span {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.massing-label strong,
.metrics-strip strong,
.partnership-list strong {
  font-family: "Archivo", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.massing-label span,
.massing-label strong {
  color: #f7f2e8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.massing-label span {
  color: rgba(247, 242, 232, 0.82);
}

.hero-panels {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.panel {
  padding: 1.4rem;
  min-height: 11.2rem;
}

.panel-photo {
  display: grid;
  align-content: end;
  gap: 0.9rem;
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.1) 0%, rgba(15, 15, 15, 0.18) 35%, rgba(15, 15, 15, 0.74) 100%),
    linear-gradient(135deg, rgba(73, 81, 60, 0.12), rgba(138, 78, 47, 0.06)),
    url("./assets/urban-asset-before.jpg");
  background-size: cover;
  background-position: center;
  color: #f7f2e8;
}

.panel-photo h3 {
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 0.95;
  max-width: 9ch;
  color: #f7f2e8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.panel-photo p {
  max-width: 36ch;
  padding-top: 0.35rem;
  color: rgba(247, 242, 232, 0.88);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

.panel-photo .panel-tag {
  color: rgba(247, 242, 232, 0.76);
}

.panel-diagram ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.panel-diagram li {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(23, 23, 23, 0.12);
  font-weight: 500;
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.metrics-strip article {
  padding: 1.3rem 1.4rem;
  border-top: 1px solid rgba(23, 23, 23, 0.14);
}

.problem-grid,
.model-grid,
.advantage-grid {
  display: grid;
  gap: 1rem;
}

.problem-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  min-height: calc(100svh - 6rem);
}

.problem-section .section-heading {
  grid-column: 1;
  grid-row: 1;
}

.problem-section .section-image {
  grid-column: 2;
  grid-row: 1 / span 2;
  height: calc(100svh - 12rem);
  min-height: 34rem;
  margin: 0;
}

.problem-section .section-image img {
  height: 100%;
  max-height: none;
}

.problem-section .problem-grid {
  grid-column: 1;
  grid-row: 2;
}

.section-image {
  margin: 2rem 0 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(248, 244, 237, 0.78);
  box-shadow: var(--shadow);
}

.section-image img,
.tenant-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-image img {
  max-height: 34rem;
  object-position: center;
}

.section-image figcaption {
  padding: 1rem 1.4rem 1.25rem;
  color: var(--muted);
  font-size: 0.95rem;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.section-image-tight {
  max-width: 48rem;
}

.problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.problem-section .problem-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.problem-card,
.tenant-card,
.advantage-card {
  padding: 1.6rem;
}

.section-heading {
  display: grid;
  gap: 1rem;
}

.section-heading h2 + .section-intro {
  max-width: 62ch;
}

.model-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.model-step {
  min-height: 17rem;
  padding: 1.7rem;
  display: grid;
  gap: 1rem;
}

.model-step span {
  font-family: "Archivo", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--rust);
}

.tenants-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: start;
}

.tenants-layout .section-heading {
  align-content: start;
}

.tenant-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.4rem;
}

.tenant-tab {
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 999px;
  background: rgba(248, 244, 237, 0.78);
  color: var(--muted);
  padding: 0.7rem 1rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.tenant-tab:hover,
.tenant-tab:focus-visible {
  border-color: rgba(23, 23, 23, 0.3);
  color: var(--text);
  transform: translateY(-1px);
}

.tenant-tab.is-active {
  background: var(--charcoal);
  color: #f5f1e8;
  border-color: var(--charcoal);
}

.tenant-tab-panels {
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(248, 244, 237, 0.78);
  box-shadow: var(--shadow);
}

.tenant-panel {
  padding: 1.5rem 1.6rem;
}

.tenant-panel h3 {
  margin-bottom: 0.75rem;
}

.tenant-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 38ch;
}

.tenant-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

.tenant-card {
  min-height: 14rem;
  display: grid;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(73, 81, 60, 0.08), transparent 48%),
    rgba(248, 244, 237, 0.78);
}

.tenant-image-card {
  padding: 0;
  min-height: 22rem;
  background: rgba(248, 244, 237, 0.78);
}

.audience-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.1fr;
  gap: 1rem;
}

.audience-panel,
.audience-quote {
  min-height: 18rem;
  padding: 1.8rem;
}

.audience-panel {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.audience-panel p {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.audience-quote {
  display: grid;
  align-content: end;
  background: linear-gradient(180deg, rgba(138, 78, 47, 0.08), rgba(73, 81, 60, 0.08));
}

.advantage-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 2rem;
}

.advantage-card {
  min-height: 16rem;
}

.partnership-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

.partnership-rail {
  display: grid;
  gap: 1rem;
}

.partnership-copy {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.partnership-list {
  padding: 0;
}

.partnership-list div {
  padding: 1.35rem 1.5rem;
  display: grid;
  gap: 0.45rem;
}

.partnership-list div + div {
  border-top: 1px solid rgba(23, 23, 23, 0.12);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 1.5rem;
  align-items: start;
}

.final-cta-copy {
  display: grid;
  gap: 1rem;
}

.final-cta-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.4rem;
}

.final-cta-points div {
  padding: 1rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(248, 244, 237, 0.68);
}

.final-cta-points span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--muted);
}

.final-cta-points strong {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.contact-card {
  display: grid;
  gap: 1rem;
  padding: 1.8rem;
}

.contact-card label {
  display: grid;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  background: rgba(255, 255, 255, 0.42);
  color: var(--text);
}

.contact-card input:focus,
.contact-card textarea:focus {
  outline: 2px solid rgba(73, 81, 60, 0.22);
  border-color: rgba(73, 81, 60, 0.44);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 3rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button {
    transition: none;
  }
}

@media (max-width: 1120px) {
  .hero,
  .tenants-layout,
  .problem-section,
  .partnership-section,
  .final-cta,
  .audience-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    min-height: auto;
    padding-top: 1rem;
  }

  .partnership-copy {
    position: static;
  }

  .final-cta-points {
    grid-template-columns: 1fr;
  }

  .problem-section {
    min-height: auto;
  }

  .problem-section .section-heading,
  .problem-section .section-image,
  .problem-section .problem-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .problem-section .section-image {
    height: auto;
    min-height: 0;
    margin-top: 0.5rem;
  }

  .problem-section .section-image img {
    height: auto;
    max-height: 34rem;
  }
}

@media (max-width: 880px) {
  .topbar {
    border-radius: 28px;
    padding: 1rem;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 0.75rem;
    overflow-x: auto;
  }

  .nav-cta {
    display: none;
  }

  .hero-panels,
  .problem-grid,
  .model-grid,
  .tenant-cards,
  .metrics-strip,
  .advantage-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  h2 {
    max-width: 14ch;
  }

}

@media (max-width: 640px) {
  .section {
    padding: 4.5rem 0;
  }

  .topbar,
  .section,
  .metrics-strip,
  .footer {
    width: min(calc(100% - 1.2rem), var(--max-width));
  }

  .massing-card {
    min-height: 25rem;
  }

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

/* Full-width homepage override */
.site-shell {
  width: 100%;
  overflow-x: visible;
}

.section,
.metrics-strip,
.footer {
  width: min(calc(100% - 4rem), 1560px) !important;
  max-width: 1560px !important;
  padding-left: 0;
  padding-right: 0;
}

.topbar {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  width: min(calc(100% - 4rem), 1560px) !important;
  max-width: 1560px !important;
  min-height: 4.25rem;
  padding: 0.95rem 1.35rem;
  z-index: 9999;
}

.hero {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 4vw, 4.5rem);
}

.hero-visual,
.massing-card,
.hero-panels {
  width: 100%;
}

.brand-mark {
  width: 1.12rem;
  height: 1.12rem;
}

.brand-text strong,
.footer strong {
  font-size: 1.12rem;
}

.brand-text span,
.footer p,
.nav a {
  font-size: 1.12rem;
}

.nav {
  gap: 2.15rem;
}

.button {
  min-height: 3.25rem;
  padding: 0.9rem 1.45rem;
}

/* Final mobile overrides */
@media (max-width: 1024px) {
  .topbar,
  .section,
  .metrics-strip,
  .footer {
    width: calc(100% - 2rem) !important;
    max-width: none !important;
  }

  .topbar {
    min-height: auto;
  }

  .hero,
  .problem-section,
  .tenants-layout,
  .audience-grid,
  .partnership-section,
  .final-cta {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
    min-height: auto;
  }

  .hero-visual {
    order: 2;
  }

  .hero-copy {
    order: 1;
  }

  .problem-section .section-heading,
  .problem-section .section-image,
  .problem-section .problem-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .problem-section .section-image {
    height: auto;
    min-height: 0;
  }

  .problem-section .section-image img {
    height: auto;
    max-height: 32rem;
  }

  .metrics-strip,
  .model-grid,
  .advantage-grid,
  .final-cta-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .topbar {
    top: 0.75rem;
    border-radius: 24px;
    padding: 0.95rem 1rem;
    flex-wrap: wrap;
    gap: 0.9rem;
  }

  .brand {
    width: 100%;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.96rem;
  }

  .nav-cta {
    display: none;
  }

  .section,
  .metrics-strip,
  .footer {
    width: calc(100% - 1.25rem) !important;
  }

  .section {
    padding: 3.75rem 0;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(2.6rem, 13vw, 4.2rem);
    line-height: 0.94;
  }

  h2 {
    max-width: 14ch;
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .hero {
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }

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

  .button {
    width: 100%;
    min-height: 3.1rem;
    padding: 0.85rem 1rem;
  }

  .massing-card,
  .feature-image {
    min-height: 24rem;
  }

  .massing-label {
    padding: 4.5rem 1.25rem 1.25rem;
  }

  .hero-panels,
  .metrics-strip,
  .problem-grid,
  .model-grid,
  .tenant-cards,
  .advantage-grid,
  .final-cta-points {
    grid-template-columns: 1fr !important;
  }

  .tenant-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
  }

  .tenant-tabs::-webkit-scrollbar {
    display: none;
  }

  .tenant-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .tenant-panel {
    padding: 1.15rem;
  }

  .tenant-image-card {
    min-height: 18rem;
  }

  .audience-panel,
  .audience-quote,
  .advantage-card,
  .model-step,
  .problem-card {
    min-height: auto;
    padding: 1.25rem;
  }

  .section-image figcaption,
  .panel,
  .contact-card,
  .partnership-list div {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .contact-card {
    padding: 1.25rem;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .topbar {
    width: calc(100% - 0.9rem) !important;
    padding: 0.85rem 0.85rem 0.95rem;
  }

  .section,
  .metrics-strip,
  .footer {
    width: calc(100% - 0.9rem) !important;
  }

  .brand-text strong {
    font-size: 1rem;
  }

  .brand-text span {
    font-size: 0.88rem;
  }

  .eyebrow {
    font-size: 0.76rem;
  }

  h1 {
    font-size: clamp(2.25rem, 13vw, 3.45rem);
  }

  h2 {
    font-size: clamp(1.7rem, 10vw, 2.45rem);
  }

  .hero-text,
  .section-intro,
  .partnership-copy p,
  .final-cta-copy p,
  .problem-card p,
  .model-step p,
  .tenant-card p,
  .advantage-card p,
  .panel p,
  .audience-quote p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .massing-card,
  .feature-image {
    min-height: 20rem;
  }

  .panel-photo h3 {
    font-size: 1.85rem;
  }
}
