.reno-page-builder {
  background: #fff;
}

.reno-page-builder .reno-section {
  position: relative;
}

/* Unified heading style for demo/builder blocks only */
.reno-page-builder h2,
[class*="reno-demo-"] h2,
[class*="reno-proof-"] h2 {
  font-family: var(--font-heading) !important;
  font-size: var(--heading-2) !important;
  font-weight: var(--heading-weight) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
  color: var(--text-dark) !important;
}
.reno-page-builder h3,
[class*="reno-demo-"] h3,
[class*="reno-svc-"] h3,
[class*="reno-builder-"] h3 {
  font-family: var(--font-heading) !important;
  font-size: 18px !important;
  font-weight: var(--heading-weight) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
}

.reno-demo-lab-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary);
}

.reno-demo-lab-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: 34px;
  background: linear-gradient(135deg, #F5F1EB 0%, #fff 68%);
}

.reno-demo-lab-hero__copy h2,
.reno-demo-card-ribbon__head h2,
.reno-demo-doc-flow__content h2,
.reno-demo-growth-panel__hero h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: var(--heading-weight);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--text-dark);
}

.reno-demo-lab-hero__copy p,
.reno-demo-immersive-split__statement p,
.reno-demo-doc-flow__content p,
.reno-demo-growth-panel__hero p {
  margin: 18px 0 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.68;
  color: #3D3D3D;
}

.reno-demo-lab-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.reno-demo-lab-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.reno-demo-lab-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dark);
}

.reno-demo-lab-hero__media {
  position: relative;
  min-height: 420px;
}

.reno-demo-lab-portrait {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 65% 28%, rgba(255,255,255,0.9), transparent 18%),
    linear-gradient(135deg, #F5F1EB 0%, #F5F1EB 100%);
}

.reno-demo-lab-floating-card {
  position: absolute;
  left: -24px;
  bottom: 24px;
  max-width: 220px;
  padding: 18px 20px;
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: var(--card-radius);
  background: rgba(255,255,255,0.92);
}

.reno-demo-lab-floating-card strong,
.reno-demo-metric-strip strong,
.reno-demo-growth-panel__stats strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: var(--heading-weight);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-dark);
}

.reno-demo-lab-floating-card span,
.reno-demo-metric-strip span,
.reno-demo-growth-panel__stats span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #3D3D3D;
}

.reno-demo-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reno-demo-metric-strip article {
  padding: var(--card-padding);
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: 24px;
  background: #fff;
}

.reno-demo-card-ribbon {
  display: grid;
  gap: var(--grid-gap);
}

.reno-demo-card-ribbon__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.reno-demo-card-ribbon__item {
  padding: 18px;
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: 22px;
  background: #fff;
}

.reno-demo-card-ribbon__item:nth-child(2) {
  transform: translateY(18px);
}

.reno-demo-card-ribbon__item:nth-child(4) {
  transform: translateY(10px);
}

.reno-demo-card-ribbon__mock {
  height: 220px;
  border-radius: 18px;
  margin-bottom: 16px;
}

.reno-demo-card-ribbon__mock--rose {
  background: linear-gradient(180deg, #efe3dc 0%, #fff 100%);
}

.reno-demo-card-ribbon__mock--blue {
  background: linear-gradient(180deg, #F5F1EB 0%, #fff 100%);
}

.reno-demo-card-ribbon__mock--green {
  background: linear-gradient(180deg, #eef0e6 0%, #fff 100%);
}

.reno-demo-card-ribbon__mock--dark {
  background: linear-gradient(180deg, #2b2420 0%, #5c4a3d 100%);
}

.reno-demo-card-ribbon__item h3,
.reno-demo-immersive-split__statement h2,
.reno-demo-doc-flow__content h2,
.reno-demo-growth-panel__hero h2 {
  margin: 0;
}

.reno-demo-card-ribbon__item p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #3D3D3D;
}

.reno-demo-immersive-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  overflow: hidden;
  border-radius: 34px;
  background: #231d19;
}

.reno-demo-immersive-split__statement {
  padding: 40px;
}

.reno-demo-immersive-split__statement .reno-demo-lab-kicker,
.reno-demo-immersive-split__statement h2,
.reno-demo-immersive-split__statement p {
  color: #fff;
}

.reno-demo-immersive-split__statement p {
  color: rgba(255,255,255,0.74);
}

.reno-demo-immersive-split__visual {
  min-height: 360px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18), transparent 18%),
    linear-gradient(135deg, #6a584a 0%, #d7cec1 100%);
}

.reno-demo-doc-flow {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.reno-demo-doc-flow__sheet {
  padding: var(--card-padding);
  border-radius: 30px;
  background: #F5F1EB;
}

.reno-demo-doc-flow__paper {
  min-height: 420px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
  position: relative;
}

.reno-demo-doc-flow__paper::before,
.reno-demo-doc-flow__paper::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  height: 10px;
  border-radius: 999px;
  background: rgba(34,31,28,0.1);
}

.reno-demo-doc-flow__paper::before {
  top: 36px;
  box-shadow: none;
}

.reno-demo-doc-flow__paper::after {
  top: 168px;
  width: 58%;
}

.reno-demo-doc-flow__list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.reno-demo-doc-flow__list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(34,31,28,0.08);
  font-size: 13px;
  font-weight: 600;
}

.reno-demo-doc-flow__content .reno-btn {
  margin-top: 24px;
}

.reno-demo-growth-panel {
  padding: 38px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f8f7f4 0%, #fff 100%);
  border: 1px solid rgba(34,31,28,0.08);
}

.reno-demo-growth-panel__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.reno-demo-growth-panel__stats article {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(34,31,28,0.08);
}

.reno-demo-growth-panel__team {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.reno-demo-growth-panel__team div {
  min-height: 200px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, #365243 0%, #d9d4c8 100%);
}

.reno-demo-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: var(--grid-gap);
  align-items: center;
}

.reno-demo-dashboard-grid__copy h2,
.reno-demo-bento-proof__lead h2,
.reno-demo-pricing-tiers__head h2,
.reno-demo-feature-matrix__content h2,
.reno-demo-final-cta__copy h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: var(--heading-weight);
  line-height: 1.2;
  letter-spacing: -0.045em;
  color: var(--text-dark);
}

.reno-demo-dashboard-grid__copy p,
.reno-demo-bento-proof__lead p,
.reno-demo-pricing-tiers__head p,
.reno-demo-final-cta__copy p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.68;
  color: #3D3D3D;
}

.reno-demo-dashboard-grid__bullets {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.reno-demo-dashboard-grid__bullets li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #3D3D3D;
}

.reno-demo-dashboard-grid__bullets li::before,
.reno-demo-pricing-tiers__card li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #bea17a;
}

.reno-demo-dashboard-grid__panel,
.reno-demo-feature-matrix__board,
.reno-demo-pricing-tiers__card,
.reno-demo-final-cta__card {
  border: 1px solid rgba(34, 31, 28, 0.08);
  box-shadow: none;
}

.reno-demo-dashboard-grid__panel {
  padding: 24px;
  border-radius: 30px;
  background: #fff;
}

.reno-demo-dashboard-grid__sheet {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, #faf7f2 0%, #fff 100%);
}

.reno-demo-dashboard-grid__sheet-line,
.reno-demo-feature-matrix__board-line {
  height: 12px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(34, 31, 28, 0.08);
}

.reno-demo-dashboard-grid__sheet-line:first-child,
.reno-demo-feature-matrix__board-line:first-child {
  margin-top: 0;
}

.reno-demo-dashboard-grid__sheet-line--short,
.reno-demo-feature-matrix__board-line--short {
  width: 42%;
}

.reno-demo-dashboard-grid__sheet-line--mid,
.reno-demo-feature-matrix__board-line--mid {
  width: 68%;
}

.reno-demo-dashboard-grid__sheet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.reno-demo-dashboard-grid__sheet-grid span {
  display: block;
  min-height: 86px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(34, 31, 28, 0.06);
}

.reno-demo-dashboard-grid__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.reno-demo-dashboard-grid__meta article {
  padding: 30px;
  border-radius: var(--card-radius);
  background: #F5F1EB;
}

.reno-demo-dashboard-grid__meta strong,
.reno-demo-bento-proof__card--lime strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: var(--heading-weight);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-dark);
}

.reno-demo-dashboard-grid__meta span,
.reno-demo-bento-proof__card p,
.reno-demo-pricing-tiers__card p,
.reno-demo-pricing-tiers__card li,
.reno-demo-feature-matrix__rows article span,
.reno-demo-final-cta__card span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.62;
  color: #3D3D3D;
}

.reno-demo-bento-proof {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.reno-demo-bento-proof__lead,
.reno-demo-bento-proof__card {
  padding: var(--card-padding);
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: 28px;
  background: #fff;
}

.reno-demo-bento-proof__lead {
  grid-column: span 6;
}

.reno-demo-bento-proof__card {
  grid-column: span 3;
}

.reno-demo-bento-proof__card--chart {
  grid-column: span 6;
  background: linear-gradient(180deg, #F5F1EB 0%, #fff 100%);
}

.reno-demo-bento-proof__card--lime {
  background: #f3eee6;
}

.reno-demo-bento-proof__card--dark {
  background: #231d19;
  border-color: rgba(255, 255, 255, 0.08);
}

.reno-demo-bento-proof__card h3,
.reno-demo-feature-matrix__rows article strong,
.reno-demo-final-cta__card strong {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: var(--heading-weight);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.reno-demo-bento-proof__card--dark h3,
.reno-demo-final-cta__copy h2,
.reno-demo-final-cta__copy p,
.reno-demo-final-cta .reno-demo-lab-kicker,
.reno-demo-final-cta__card strong,
.reno-demo-final-cta__card span {
  color: #fff;
}

.reno-demo-bento-proof__chart {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  min-height: 180px;
  margin-top: 28px;
}

.reno-demo-bento-proof__chart span {
  display: block;
  border-radius: 16px 16px 6px 6px;
  background: linear-gradient(180deg, #c5a47e 0%, #a88763 100%);
}

.reno-demo-bento-proof__chart span:nth-child(1) { min-height: 78px; }
.reno-demo-bento-proof__chart span:nth-child(2) { min-height: 118px; }
.reno-demo-bento-proof__chart span:nth-child(3) { min-height: 146px; }
.reno-demo-bento-proof__chart span:nth-child(4) { min-height: 172px; }

.reno-demo-pricing-tiers {
  display: grid;
  gap: var(--grid-gap);
}

.reno-demo-pricing-tiers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reno-demo-pricing-tiers__card {
  position: relative;
  padding: var(--card-padding);
  border-radius: 28px;
  background: #fff;
}

.reno-demo-pricing-tiers__card--featured {
  background: linear-gradient(180deg, #231d19 0%, #43352b 100%);
  border-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-10px);
}

.reno-demo-pricing-tiers__label,
.reno-demo-pricing-tiers__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reno-demo-pricing-tiers__label {
  background: #F5F1EB;
  color: #3D3D3D;
}

.reno-demo-pricing-tiers__badge {
  margin-bottom: 10px;
  background: #dfe85d;
  color: #231d19;
}

.reno-demo-pricing-tiers__card strong {
  display: block;
  margin-top: 18px;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: var(--heading-weight);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--text-dark);
}

.reno-demo-pricing-tiers__card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.reno-demo-pricing-tiers__card li {
  position: relative;
  margin-top: 0;
  padding-left: 18px;
}

.reno-demo-pricing-tiers__card--featured strong,
.reno-demo-pricing-tiers__card--featured p,
.reno-demo-pricing-tiers__card--featured li {
  color: #fff;
}

.reno-demo-pricing-tiers__card--featured .reno-demo-pricing-tiers__label {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.76);
}

.reno-demo-feature-matrix {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 26px;
  align-items: center;
}

.reno-demo-feature-matrix__board {
  padding: var(--card-padding);
  border-radius: 30px;
  background: linear-gradient(180deg, #F5F1EB 0%, #fff 100%);
}

.reno-demo-feature-matrix__board::after {
  content: "";
  display: block;
  min-height: 320px;
  margin-top: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.88);
}

.reno-demo-feature-matrix__rows {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.reno-demo-feature-matrix__rows article {
  padding: 20px 22px;
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: 22px;
  background: #fff;
}

.reno-demo-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 22px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 22%, rgba(214, 204, 255, 0.22), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(223, 232, 93, 0.16), transparent 20%),
    #231d19;
}

.reno-demo-final-cta__card {
  align-self: end;
  padding: var(--card-padding);
  border-radius: 26px;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.08);
}

.reno-demo-agency-hero,
.reno-demo-services-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: var(--grid-gap);
  overflow: hidden;
  border-radius: 34px;
}

.reno-demo-agency-hero {
  background: #0f131a;
}

.reno-demo-agency-hero__visual {
  min-height: 380px;
  background:
    radial-gradient(circle at 28% 30%, rgba(183, 235, 87, 0.18), transparent 16%),
    linear-gradient(135deg, #2c241e 0%, #12110f 100%);
}

.reno-demo-agency-hero__copy,
.reno-demo-services-panel__copy {
  padding: 34px;
}

.reno-demo-agency-hero__copy h2,
.reno-demo-projects-grid__head h2,
.reno-demo-services-panel__copy h2,
.reno-demo-editorial-story__content h2,
.reno-demo-team-strip__head h2,
.reno-demo-comparison-banner__copy h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: var(--heading-weight);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.reno-demo-agency-hero__copy h2,
.reno-demo-agency-hero__copy p,
.reno-demo-agency-hero .reno-demo-lab-kicker,
.reno-demo-services-panel__copy h2,
.reno-demo-services-panel__copy p,
.reno-demo-services-panel .reno-demo-lab-kicker,
.reno-demo-services-panel__grid article strong,
.reno-demo-services-panel__grid article span {
  color: #fff;
}

.reno-demo-agency-hero__copy p,
.reno-demo-services-panel__copy p,
.reno-demo-projects-grid__card span,
.reno-demo-editorial-story__content p,
.reno-demo-team-strip__grid article span,
.reno-demo-comparison-banner__grid article span {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.66;
  color: #3D3D3D;
}

.reno-demo-agency-hero__copy p,
.reno-demo-services-panel__copy p {
  color: rgba(255,255,255,0.74);
}

.reno-demo-agency-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.reno-demo-agency-hero__stats article,
.reno-demo-services-panel__grid article,
.reno-demo-projects-grid__card,
.reno-demo-editorial-story__content,
.reno-demo-team-strip__grid article,
.reno-demo-comparison-banner__grid article {
  border: 1px solid rgba(34, 31, 28, 0.08);
  box-shadow: none;
}

.reno-demo-agency-hero__stats article {
  padding: 18px;
  border-radius: var(--card-radius);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.08);
}

.reno-demo-agency-hero__stats strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}

.reno-demo-agency-hero__stats span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.68);
}

.reno-demo-projects-grid {
  display: grid;
  gap: 22px;
}

.reno-demo-projects-grid__grid,
.reno-demo-services-panel__grid,
.reno-demo-team-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.reno-demo-projects-grid__card {
  padding: 18px;
  border-radius: 22px;
  background: #fff;
}

.reno-demo-projects-grid__mock {
  min-height: 200px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
}

.reno-demo-projects-grid__card--rose { background: #f4ece4; }
.reno-demo-projects-grid__card--blue { background: #f3f0ea; }
.reno-demo-projects-grid__card--sand { background: #F5F1EB; }
.reno-demo-projects-grid__card--lilac { background: #f0ebe5; }

.reno-demo-projects-grid__card strong,
.reno-demo-services-panel__grid article strong,
.reno-demo-team-strip__grid article strong,
.reno-demo-comparison-banner__grid article strong {
  display: block;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: var(--heading-weight);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--text-dark);
}

.reno-demo-services-panel {
  background: #111513;
}

.reno-demo-services-panel__grid {
  padding: 34px 34px 34px 0;
  align-content: center;
}

.reno-demo-services-panel__grid article {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.08);
}

.reno-demo-editorial-story {
  display: grid;
  gap: 22px;
}

.reno-demo-editorial-story__row {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
}

.reno-demo-editorial-story__row--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.reno-demo-editorial-story__row--reverse .reno-demo-editorial-story__image {
  order: 2;
}

.reno-demo-editorial-story__row--reverse .reno-demo-editorial-story__content {
  order: 1;
}

.reno-demo-editorial-story__image {
  min-height: 320px;
  border-radius: 30px;
  background: linear-gradient(135deg, #F5F1EB 0%, #fff 100%);
}

.reno-demo-editorial-story__image--sand {
  background: linear-gradient(135deg, #F5F1EB 0%, #fff 100%);
}

.reno-demo-editorial-story__content,
.reno-demo-comparison-banner__grid article,
.reno-demo-team-strip__grid article {
  padding: var(--card-padding);
  border-radius: 28px;
  background: #fff;
}

.reno-demo-logo-rail {
  display: grid;
  gap: 18px;
}

.reno-demo-logo-rail__track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.reno-demo-logo-rail__track span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: var(--card-radius);
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #888888;
}

.reno-demo-team-strip {
  display: grid;
  gap: 22px;
}

.reno-demo-team-strip__grid article div {
  min-height: 180px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ddd2c3 0%, #fff 100%);
}

.reno-demo-comparison-banner {
  display: grid;
  gap: 18px;
}

.reno-demo-comparison-banner__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reno-demo-comparison-banner__accent {
  background: #f4ede3;
}

.reno-builder-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  padding: 120px 0 72px;
  color: #fff;
  background-color: #1f1a17;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.reno-builder-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.44) 100%),
    radial-gradient(circle at top left, rgba(197,164,126,0.18), transparent 42%);
}

.reno-builder-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.reno-builder-hero__kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}

.reno-builder-hero__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: var(--heading-weight);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.reno-builder-hero__desc {
  max-width: 640px;
  margin: 20px 0 32px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.86);
}

.reno-builder-fallback h1 {
  margin: 0 0 24px;
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--text-dark);
}

.reno-builder-fallback__content {
  max-width: 820px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-body);
}

.reno-builder-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.reno-builder-intro__copy {
  max-width: 760px;
}

.reno-builder-intro--editorial .reno-builder-intro__grid {
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
}

.reno-builder-intro--compact .reno-builder-intro__grid {
  grid-template-columns: 1fr;
}

.reno-builder-intro--compact .reno-builder-intro__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reno-builder-intro__text {
  max-width: 640px;
  margin: 18px 0 28px;
}

.reno-builder-intro__text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #3D3D3D;
}

.reno-builder-intro__metrics {
  display: grid;
  gap: 16px;
}

.reno-builder-intro__metric {
  padding: 22px 24px;
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.reno-builder-intro__metric strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: var(--heading-weight);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-dark);
}

.reno-builder-intro__metric span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: #3D3D3D;
}

.reno-builder-split__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.reno-builder-split__grid--media-left {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
}

.reno-builder-split__content,
.reno-builder-split__media {
  min-width: 0;
}

.reno-builder-split__content {
  padding: 36px;
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: 24px;
  background: #fff;
}

.reno-builder-split__content--plain {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.reno-builder-split__content--accent {
  background:
    linear-gradient(180deg, rgba(247, 244, 239, 0.96) 0%, #fff 100%);
}

.reno-builder-split__text {
  margin-top: 18px;
}

.reno-builder-split__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: #3D3D3D;
}

.reno-builder-split__points {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.reno-builder-split__point {
  padding-top: 16px;
  border-top: 1px solid rgba(34, 31, 28, 0.08);
}

.reno-builder-split__point:first-child {
  padding-top: 0;
  border-top: 0;
}

.reno-builder-split__point h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

.reno-builder-split__point p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #3D3D3D;
}

.reno-builder-split__media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(197, 164, 126, 0.18) 0%, rgba(34, 31, 28, 0.06) 100%);
}

.reno-builder-split__media img,
.reno-builder-split__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.reno-builder-split__media-placeholder {
  background:
    linear-gradient(135deg, rgba(197, 164, 126, 0.22), rgba(34, 31, 28, 0.06));
}

.reno-builder-stat-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 36px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, #221d19 0%, #3a2f25 100%);
  color: #fff;
}

.reno-builder-stat-band--light {
  background: linear-gradient(180deg, #F5F1EB 0%, #fff 100%);
  color: var(--text-dark);
  border: 1px solid rgba(34, 31, 28, 0.08);
}

.reno-builder-stat-band--flush {
  gap: 0;
  padding: 34px 0;
}

.reno-builder-stat-band--flush .reno-builder-stat-band__copy {
  padding-right: 32px;
}

.reno-builder-stat-band--flush .reno-builder-stat-band__metrics {
  padding-left: 32px;
}

.reno-builder-stat-band__label,
.reno-builder-quote__label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.reno-builder-stat-band--light .reno-builder-stat-band__label {
  color: #888888;
}

.reno-builder-stat-band h2,
.reno-builder-quote h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: var(--heading-weight);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.reno-builder-stat-band__copy p {
  max-width: 520px;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.reno-builder-stat-band--light .reno-builder-stat-band__copy p {
  color: #3D3D3D;
}

.reno-builder-stat-band__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reno-builder-stat-band__metric {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, 0.06);
}

.reno-builder-stat-band--light .reno-builder-stat-band__metric {
  border-color: rgba(34, 31, 28, 0.08);
  background: #fff;
}

.reno-builder-stat-band__metric strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: var(--heading-weight);
  line-height: 1;
  letter-spacing: -0.04em;
}

.reno-builder-stat-band__metric span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.reno-builder-stat-band--light .reno-builder-stat-band__metric span {
  color: #888888;
}

.reno-builder-steps-grid--timeline {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .reno-builder-steps-grid--timeline { grid-template-columns: 1fr; }
}

.reno-builder-steps-grid--timeline .reno-svc-step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  min-height: 0;
}

.reno-builder-steps-grid--timeline .reno-svc-step__num {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  opacity: 1;
  line-height: 1;
}

.reno-builder-steps-grid--timeline .reno-svc-step__icon {
  margin-bottom: 12px;
}

.reno-builder-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.reno-builder-compare__card {
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(34, 31, 28, 0.08);
}

.reno-builder-compare__card--accent {
  background:
    linear-gradient(180deg, rgba(247, 244, 239, 0.96) 0%, #fff 100%);
}

.reno-builder-compare__card h3,
.reno-builder-docs__card h3 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: var(--heading-weight);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--text-dark);
}

.reno-builder-compare__card p,
.reno-builder-docs__card p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.68;
  color: #3D3D3D;
}

.reno-builder-docs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.reno-builder-docs--stacked {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .reno-builder-docs--stacked { grid-template-columns: 1fr; }
}

.reno-builder-docs--stacked .reno-builder-docs__card:first-child {
  grid-column: auto;
}

.reno-builder-docs__card {
  padding: 0;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(34, 31, 28, 0.08);
}

.reno-builder-docs__card--beige {
  background: #fff;
}

.reno-builder-docs__card--dark {
  background: #fff;
  color: var(--text-dark);
}

.reno-builder-docs__card--dark h3,
.reno-builder-docs__card--dark p,
.reno-builder-docs__card--dark .reno-builder-docs__eyebrow {
  color: inherit;
}

.reno-builder-docs__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888888;
}

.reno-builder-docs__img {
  overflow: hidden;
  border-radius: var(--card-radius);
}
.reno-builder-docs__img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: var(--card-radius);
}
.reno-builder-docs__body {
  padding: 30px;
}

.reno-builder-docs__sheet {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.reno-builder-docs__card--dark .reno-builder-docs__sheet {
  background: rgba(255, 255, 255, 0.08);
}

.reno-builder-docs__sheet span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(34, 31, 28, 0.12);
}

.reno-builder-docs__sheet span:nth-child(1) { width: 72%; }
.reno-builder-docs__sheet span:nth-child(2) { width: 94%; }
.reno-builder-docs__sheet span:nth-child(3) { width: 86%; }
.reno-builder-docs__sheet span:nth-child(4) { width: 61%; }

.reno-builder-quote {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.reno-builder-quote--media-left {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.reno-builder-quote--media-left .reno-builder-quote__media {
  order: -1;
}

.reno-builder-quote-section--dark .reno-builder-quote__content {
  background: #231d19;
}

.reno-builder-quote-section--dark .reno-builder-quote h2,
.reno-builder-quote-section--dark .reno-builder-quote blockquote p,
.reno-builder-quote-section--dark .reno-builder-quote__author strong,
.reno-builder-quote-section--dark .reno-builder-quote__author span,
.reno-builder-quote-section--dark .reno-builder-quote__label {
  color: #fff;
}

.reno-builder-quote-section--dark .reno-builder-quote__author span,
.reno-builder-quote-section--dark .reno-builder-quote__label {
  opacity: 0.7;
}

.reno-builder-quote__content {
  padding: 34px;
  border-radius: 26px;
  background: #fff;
}

.reno-builder-quote blockquote {
  margin: 22px 0 0;
}

.reno-builder-quote blockquote p {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #3D3D3D;
}

.reno-builder-quote__author {
  margin-top: 24px;
}

.reno-builder-quote__author strong,
.reno-builder-quote__author span {
  display: block;
}

.reno-builder-quote__author strong {
  font-size: 15px;
  color: var(--text-dark);
}

.reno-builder-quote__author span {
  margin-top: 4px;
  font-size: 13px;
  color: #888888;
}

.reno-builder-quote__media {
  overflow: hidden;
  border-radius: 26px;
  min-height: 100%;
}

.reno-builder-quote__media img,
.reno-builder-quote__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.reno-builder-quote__placeholder {
  background:
    linear-gradient(135deg, rgba(197, 164, 126, 0.2), rgba(34, 31, 28, 0.08));
}

.reno-page-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(34, 31, 28, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.reno-page-hero {
  position: relative;
}

/* decorative circle removed — replaced by gold line in foundation */

.reno-page-hero + .reno-section--tight {
  position: relative;
  z-index: 3;
  margin-top: -34px;
}

.reno-page-hero + .reno-section--tight .reno-container {
  position: relative;
}

.reno-page-hero + .reno-section--tight + .reno-section,
.reno-page-hero + .reno-section--tight + div + .reno-section,
.reno-page-hero + .reno-section--tight + div,
.reno-page-hero + .reno-section--tight + section {
  padding-top: 40px;
}

.reno-page-subnav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(34, 31, 28, 0.1);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-dark);
  text-decoration: none;
}

.reno-page-subnav a:hover {
  background: #F5F1EB;
}

.reno-lane {
  position: relative;
  isolation: isolate;
  margin: 8px 0;
}

.reno-lane::before {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 36px;
  width: min(44vw, 720px);
  border-radius: 36px;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(247, 244, 239, 0.92) 0%, rgba(247, 244, 239, 0.52) 100%),
    radial-gradient(circle at top left, rgba(197, 164, 126, 0.18), transparent 56%);
}

.reno-lane--left::before {
  left: calc(50% - min(620px, 44vw) - 140px);
}

.reno-lane--right::before {
  right: calc(50% - min(620px, 44vw) - 140px);
}

.reno-proof-wall {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 18px;
}

.reno-proof-wall__lead,
.reno-proof-wall__card {
  min-width: 0;
  padding: var(--card-padding);
  border-radius: 24px;
}

.reno-proof-wall__lead {
  grid-row: span 2;
  background: linear-gradient(160deg, #231d19 0%, #3b2f26 100%);
  color: #fff;
}

.reno-proof-wall__lead h2,
.reno-proof-wall__card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: var(--heading-weight);
  letter-spacing: -0.03em;
}

.reno-proof-wall__lead h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.2;
}

.reno-proof-wall__card h3 {
  font-size: 28px;
  line-height: 1.2;
  color: var(--text-dark);
}

.reno-proof-wall__lead p,
.reno-proof-wall__card p {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.reno-proof-wall__lead p {
  color: rgba(255, 255, 255, 0.76);
  max-width: 520px;
}

.reno-proof-wall__card {
  border: 1px solid rgba(34, 31, 28, 0.08);
  background: #fff;
  box-shadow: none;
}

.reno-proof-wall__card--light {
  background: linear-gradient(180deg, #F5F1EB 0%, #fff 100%);
}

.reno-proof-wall__card--dark {
  background: #231d19;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.reno-proof-wall__card--dark h3 {
  color: #fff;
}

.reno-proof-wall__card--accent {
  background: #EEF0F3;
}

.reno-proof-wall__card--sheet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reno-proof-wall__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888888;
}

.reno-proof-wall__lead .reno-proof-wall__eyebrow,
.reno-proof-wall__card--dark .reno-proof-wall__eyebrow,
.reno-proof-wall__card--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.reno-proof-wall__sheet {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding: 30px;
  border-radius: 18px;
  background: #F5F1EB;
}

.reno-proof-wall__sheet span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(34, 31, 28, 0.12);
}

.reno-proof-wall__sheet span:nth-child(1) { width: 70%; }
.reno-proof-wall__sheet span:nth-child(2) { width: 92%; }
.reno-proof-wall__sheet span:nth-child(3) { width: 84%; }
.reno-proof-wall__sheet span:nth-child(4) { width: 60%; }
.reno-proof-wall__sheet span:nth-child(5) { width: 78%; }

.reno-statement-stack {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 18px;
}

.reno-statement-stack__lead {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(160deg, #231d19 0%, #3a2f25 100%);
  color: #fff;
}

.reno-statement-stack__label,
.reno-cta-split__label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
}

.reno-statement-stack__lead h2,
.reno-cta-split h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: var(--heading-weight);
  line-height: 1;
  letter-spacing: -0.05em;
}

.reno-statement-stack__lead p,
.reno-cta-split__content p {
  margin: 18px 0 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.68;
  color: rgba(255,255,255,0.76);
}

.reno-statement-stack__lead .reno-btn,
.reno-cta-split__content .reno-btn {
  margin-top: 24px;
}

.reno-statement-stack__cards {
  display: grid;
  gap: 18px;
}

.reno-statement-stack__card {
  padding: 24px;
  border: 1px solid rgba(34,31,28,0.08);
  border-radius: 24px;
  background: #fff;
}

.reno-statement-stack__card--accent {
  background: #EEF0F3;
}

.reno-statement-stack__card--dark {
  background: #231d19;
  color: #fff;
  border-color: rgba(255,255,255,0.08);
}

.reno-statement-stack__eyebrow,
.reno-proof-mosaic__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888888;
}

.reno-statement-stack__card--dark .reno-statement-stack__eyebrow {
  color: rgba(255,255,255,0.68);
}

.reno-statement-stack__card h3,
.reno-proof-mosaic__item h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: var(--heading-weight);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.reno-statement-stack__card p,
.reno-proof-mosaic__item p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.68;
  color: #3D3D3D;
}

.reno-statement-stack__card--dark h3,
.reno-statement-stack__card--dark p {
  color: #fff;
}

.reno-proof-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.reno-proof-mosaic__item {
  grid-column: span 4;
  padding: 24px;
  min-height: 220px;
  border: 1px solid rgba(34,31,28,0.08);
  border-radius: 24px;
  background: #fff;
}

.reno-proof-mosaic__item--wide {
  grid-column: span 8;
}

.reno-proof-mosaic__item--tall {
  min-height: 320px;
}

.reno-proof-mosaic__item--accent {
  background: linear-gradient(180deg, #F5F1EB 0%, #fff 100%);
}

.reno-proof-mosaic__item--lime {
  background: #EEF0F3;
}

.reno-proof-mosaic__item--dark {
  background: #231d19;
  border-color: rgba(255,255,255,0.08);
}

.reno-proof-mosaic__item--dark,
.reno-proof-mosaic__item--dark h3,
.reno-proof-mosaic__item--dark p,
.reno-proof-mosaic__item--dark .reno-proof-mosaic__eyebrow {
  color: #fff;
}

.reno-proof-mosaic__sheet {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.75);
}

.reno-proof-mosaic__item--dark .reno-proof-mosaic__sheet {
  background: rgba(255,255,255,0.08);
}

.reno-proof-mosaic__sheet span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(34,31,28,0.12);
}

.reno-proof-mosaic__sheet span:nth-child(1) { width: 72%; }
.reno-proof-mosaic__sheet span:nth-child(2) { width: 94%; }
.reno-proof-mosaic__sheet span:nth-child(3) { width: 68%; }
.reno-proof-mosaic__sheet span:nth-child(4) { width: 86%; }

.reno-cta-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  overflow: hidden;
  border: 1px solid rgba(34,31,28,0.08);
  border-radius: 30px;
  background: #231d19;
}

.reno-cta-split__content {
  padding: 36px;
  color: #fff;
}

.reno-cta-split__aside {
  display: grid;
  background: #F5F1EB;
}

.reno-cta-split__point {
  padding: 24px 26px;
  border-top: 1px solid rgba(34,31,28,0.08);
}

.reno-cta-split__point:first-child {
  border-top: 0;
}

.reno-cta-split__point strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-dark);
}

.reno-cta-split__point span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #3D3D3D;
}

.reno-builder-stat-band,
.reno-builder-compare__card,
.reno-builder-docs__card,
.reno-builder-quote__content,
.reno-builder-quote__media,
.reno-builder-split__content,
.reno-builder-split__media {
  box-shadow: none;
}

.reno-builder-intro + .reno-lane,
.reno-lane + .reno-builder-stat-band,
.reno-builder-stat-band + .reno-lane,
.reno-proof-wall + .reno-lane {
  margin-top: 18px;
}

.reno-section .reno-section-header h2,
.reno-builder-quote h2,
.reno-builder-stat-band h2 {
  text-wrap: balance;
}

@media (max-width: 768px) {
  .reno-builder-hero {
    min-height: 440px;
    padding: 108px 0 40px;
  }

  .reno-builder-hero__desc {
    font-size: 16px;
  }

  .reno-builder-intro__grid,
  .reno-builder-split__grid,
  .reno-builder-split__grid--media-left,
  .reno-builder-stat-band,
  .reno-builder-quote,
  .reno-builder-quote--media-left,
  .reno-demo-lab-hero,
  .reno-demo-immersive-split,
  .reno-demo-doc-flow,
  .reno-demo-agency-hero,
  .reno-demo-services-panel,
  .reno-demo-editorial-story__row,
  .reno-demo-editorial-story__row--reverse,
  .reno-demo-dashboard-grid,
  .reno-demo-feature-matrix,
  .reno-demo-final-cta,
  .reno-demo-growth-panel__stats,
  .reno-demo-growth-panel__team,
  .reno-statement-stack,
  .reno-cta-split {
    grid-template-columns: 1fr;
  }

  .reno-builder-stat-band__metrics,
  .reno-builder-compare,
  .reno-builder-docs,
  .reno-proof-wall,
  .reno-proof-mosaic,
  .reno-demo-bento-proof,
  .reno-demo-metric-strip,
  .reno-demo-card-ribbon__track,
  .reno-demo-agency-hero__stats,
  .reno-demo-projects-grid__grid,
  .reno-demo-services-panel__grid,
  .reno-demo-logo-rail__track,
  .reno-demo-team-strip__grid,
  .reno-demo-comparison-banner__grid,
  .reno-demo-pricing-tiers__grid,
  .reno-demo-dashboard-grid__meta,
  .reno-builder-intro--compact .reno-builder-intro__metrics {
    grid-template-columns: 1fr;
  }

  .reno-builder-split__content {
    padding: var(--card-padding);
  }

  .reno-builder-stat-band,
  .reno-builder-quote__content,
  .reno-builder-compare__card,
  .reno-builder-docs__card,
  .reno-proof-wall__lead,
  .reno-proof-wall__card,
  .reno-demo-lab-hero,
  .reno-demo-dashboard-grid__panel,
  .reno-demo-bento-proof__lead,
  .reno-demo-bento-proof__card,
  .reno-demo-pricing-tiers__card,
  .reno-demo-agency-hero__copy,
  .reno-demo-services-panel__copy,
  .reno-demo-services-panel__grid,
  .reno-demo-projects-grid__card,
  .reno-demo-editorial-story__content,
  .reno-demo-team-strip__grid article,
  .reno-demo-comparison-banner__grid article,
  .reno-demo-feature-matrix__board,
  .reno-demo-feature-matrix__rows article,
  .reno-demo-final-cta,
  .reno-demo-final-cta__card,
  .reno-demo-growth-panel,
  .reno-statement-stack__lead,
  .reno-statement-stack__card,
  .reno-proof-mosaic__item,
  .reno-cta-split__content,
  .reno-cta-split__point {
    padding: var(--card-padding);
  }

  .reno-builder-split__media img,
  .reno-builder-split__media-placeholder,
  .reno-builder-quote__media img,
  .reno-builder-quote__placeholder,
  .reno-demo-lab-portrait,
  .reno-demo-immersive-split__visual,
  .reno-demo-doc-flow__paper {
    min-height: 320px;
  }

  .reno-proof-wall__lead {
    grid-row: auto;
  }

  .reno-proof-mosaic__item,
  .reno-proof-mosaic__item--wide {
    grid-column: span 1;
    min-height: 0;
  }

  .reno-demo-bento-proof__lead,
  .reno-demo-bento-proof__card,
  .reno-demo-bento-proof__card--chart {
    grid-column: span 1;
  }

  .reno-demo-pricing-tiers__card--featured {
    transform: none;
  }

  .reno-demo-editorial-story__row--reverse .reno-demo-editorial-story__image,
  .reno-demo-editorial-story__row--reverse .reno-demo-editorial-story__content {
    order: initial;
  }

  .reno-page-hero + .reno-section--tight {
    margin-top: -24px;
  }

  .reno-page-hero + .reno-section--tight + .reno-section,
  .reno-page-hero + .reno-section--tight + div + .reno-section,
  .reno-page-hero + .reno-section--tight + div,
  .reno-page-hero + .reno-section--tight + section {
    padding-top: 28px;
  }

  .reno-demo-lab-floating-card {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .reno-demo-card-ribbon__item:nth-child(2),
  .reno-demo-card-ribbon__item:nth-child(4) {
    transform: none;
  }

  .reno-page-subnav {
    padding: 10px;
    border-radius: var(--card-radius);
    gap: 8px;
  }

  .reno-page-subnav a {
    min-height: 40px;
    padding: 0 14px;
    font-size: 11px;
  }

  .reno-lane::before {
    top: 16px;
    bottom: 16px;
    left: 12px;
    right: 12px;
    width: auto;
  }
}
