/* ERS renovations feature, release 20260715ac */
.ers-reno-body {
  --reno-black: #050505;
  --reno-ink: #131313;
  --reno-cream: #f0ede3;
  --reno-yellow: #ffd400;
  --reno-white: #fffdf6;
  --reno-line-dark: rgba(255, 255, 255, .2);
  --reno-line-light: rgba(5, 5, 5, .2);
  background: var(--reno-black);
  color: var(--reno-white);
}

.ers-reno-body .ers-header {
  background: rgba(5, 5, 5, .92);
  border-bottom-color: rgba(255, 255, 255, .16);
  backdrop-filter: blur(16px);
}

.ers-reno-main {
  position: relative;
  overflow: clip;
  background: var(--reno-black);
}

.ers-reno-main * {
  box-sizing: border-box;
}

.ers-reno-main img,
.ers-reno-main video {
  display: block;
  width: 100%;
}

.ers-reno-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  pointer-events: none;
}

.ers-reno-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--reno-yellow);
}

.ers-reno-gridlines {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .52;
  background-image: linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, .1) 0);
  background-size: calc(100% / 8) 100%;
}

.ers-reno-hero {
  position: relative;
  isolation: isolate;
  min-height: max(860px, calc(100svh - 68px));
  padding: clamp(58px, 7vw, 108px) clamp(18px, 4vw, 64px) clamp(72px, 8vw, 120px);
  background: var(--reno-black);
}

.ers-reno-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .72fr);
  gap: clamp(36px, 6vw, 104px);
  width: min(1680px, 100%);
  min-height: 730px;
  margin-inline: auto;
  align-items: center;
}

.ers-reno-kicker,
.ers-reno-overline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--reno-yellow);
  font: 800 12px/1.2 'Inter', sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ers-reno-kicker::before,
.ers-reno-overline::before {
  width: 9px;
  height: 9px;
  background: currentColor;
  content: '';
}

.ers-reno-title {
  max-width: 980px;
  margin: 0;
  color: var(--reno-white);
  font: 400 clamp(76px, 10.6vw, 188px)/.78 'Anton', 'Inter', sans-serif;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.ers-reno-title span {
  display: block;
}

.ers-reno-title .is-yellow {
  color: var(--reno-yellow);
}

.ers-reno-hero-lead {
  max-width: 610px;
  margin: clamp(30px, 4vw, 54px) 0 0;
  color: rgba(255, 253, 246, .76);
  font: 600 clamp(18px, 1.65vw, 26px)/1.5 'Inter', sans-serif;
}

.ers-reno-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.ers-reno-action {
  display: inline-flex;
  min-height: 58px;
  padding: 18px 26px;
  border: 1px solid rgba(255, 255, 255, .45);
  color: var(--reno-white);
  align-items: center;
  justify-content: center;
  font: 850 13px/1 'Inter', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.ers-reno-action:hover,
.ers-reno-action:focus-visible {
  border-color: var(--reno-yellow);
  background: var(--reno-yellow);
  color: var(--reno-black);
}

.ers-reno-action.is-primary {
  border-color: var(--reno-yellow);
  background: var(--reno-yellow);
  color: var(--reno-black);
}

.ers-reno-action.is-primary:hover,
.ers-reno-action.is-primary:focus-visible {
  border-color: var(--reno-white);
  background: var(--reno-white);
}

.ers-reno-hero-media {
  position: relative;
  width: min(100%, 570px);
  margin: 0 auto;
  padding: 0 0 50px 46px;
}

.ers-reno-hero-media::before {
  position: absolute;
  inset: 9% 9% 0 0;
  z-index: -1;
  background: var(--reno-yellow);
  content: '';
}

.ers-reno-hero-media video {
  position: relative;
  aspect-ratio: 480 / 848;
  max-height: 690px;
  object-fit: cover;
  background: #191919;
  filter: saturate(.8) contrast(1.04);
}

.ers-reno-media-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  min-width: 238px;
  min-height: 112px;
  padding: 22px;
  background: var(--reno-cream);
  color: var(--reno-black);
  align-content: center;
  font: 800 11px/1.45 'Inter', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ers-reno-media-caption strong {
  margin-bottom: 7px;
  font-size: 17px;
  letter-spacing: 0;
}

.ers-reno-hero-stamp {
  position: absolute;
  top: 44px;
  right: -20px;
  display: grid;
  width: 116px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 50%;
  color: var(--reno-white);
  place-items: center;
  text-align: center;
  font: 850 10px/1.25 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: rotate(8deg);
}

.ers-reno-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(5, 5, 5, .24);
  background: var(--reno-yellow);
  color: var(--reno-black);
}

.ers-reno-marquee-track {
  display: flex;
  width: max-content;
  animation: ersRenoMarquee 28s linear infinite;
}

.ers-reno-marquee span {
  display: flex;
  padding: 20px 26px;
  align-items: center;
  white-space: nowrap;
  font: 400 clamp(28px, 3vw, 52px)/1 'Anton', 'Inter', sans-serif;
  text-transform: uppercase;
}

.ers-reno-marquee span::after {
  width: 12px;
  height: 12px;
  margin-left: 52px;
  background: var(--reno-black);
  content: '';
}

@keyframes ersRenoMarquee {
  to { transform: translateX(-50%); }
}

.ers-reno-intro {
  position: relative;
  padding: clamp(110px, 14vw, 230px) clamp(18px, 5vw, 80px);
  background: var(--reno-cream);
  color: var(--reno-black);
}

.ers-reno-intro-grid {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1.4fr);
  gap: clamp(46px, 9vw, 150px);
  width: min(1500px, 100%);
  margin-inline: auto;
  align-items: start;
}

.ers-reno-section-number {
  display: flex;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px solid currentColor;
  align-items: center;
  font: 850 12px/1 'Inter', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ers-reno-section-number b {
  display: grid;
  width: 34px;
  height: 34px;
  background: var(--reno-yellow);
  place-items: center;
}

.ers-reno-intro h2,
.ers-reno-story-head h2,
.ers-reno-compare-copy h2,
.ers-reno-outdoor-copy h2,
.ers-reno-scope h2,
.ers-reno-process h2,
.ers-reno-cta h2 {
  margin: 0;
  font: 400 clamp(54px, 7.6vw, 126px)/.88 'Anton', 'Inter', sans-serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.ers-reno-intro h2 {
  max-width: 1120px;
}

.ers-reno-intro h2 em {
  color: #807c71;
  font-style: normal;
}

.ers-reno-proofline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1500px, calc(100% - 36px));
  margin: clamp(64px, 9vw, 132px) auto 0;
  background: var(--reno-line-light);
  border: 1px solid var(--reno-line-light);
}

.ers-reno-proofline div {
  min-height: 188px;
  padding: clamp(24px, 3vw, 44px);
  background: var(--reno-cream);
}

.ers-reno-proofline strong {
  display: block;
  color: var(--reno-black);
  font: 400 clamp(52px, 6vw, 96px)/.9 'Anton', 'Inter', sans-serif;
  text-transform: uppercase;
}

.ers-reno-proofline span {
  display: block;
  max-width: 24ch;
  margin-top: 16px;
  color: #5d5a52;
  font: 700 13px/1.45 'Inter', sans-serif;
}

.ers-reno-story {
  position: relative;
  padding: clamp(100px, 11vw, 180px) clamp(18px, 5vw, 80px);
  background: var(--reno-black);
  color: var(--reno-white);
}

.ers-reno-story-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 150px);
  width: min(1500px, 100%);
  margin-inline: auto;
}

.ers-reno-story-head {
  position: sticky;
  top: 120px;
  align-self: start;
}

.ers-reno-story-head h2 {
  font-size: clamp(58px, 6.6vw, 108px);
}

.ers-reno-story-head p {
  max-width: 40ch;
  margin: 30px 0 0;
  color: rgba(255, 253, 246, .64);
  font: 600 17px/1.65 'Inter', sans-serif;
}

.ers-reno-stage-readout {
  display: flex;
  gap: 18px;
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid var(--reno-line-dark);
  align-items: baseline;
  font: 800 12px/1 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ers-reno-stage-readout strong {
  color: var(--reno-yellow);
  font: 400 56px/1 'Anton', 'Inter', sans-serif;
  letter-spacing: 0;
}

.ers-reno-steps {
  display: grid;
  gap: clamp(80px, 12vw, 170px);
}

.ers-reno-step {
  min-height: 78vh;
}

.ers-reno-step figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #171717;
}

.ers-reno-step img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.18, .9, .22, 1), filter .7s ease;
  filter: saturate(.7) contrast(1.08);
}

.ers-reno-step.is-current img,
.ers-reno-step:hover img {
  transform: scale(1.025);
  filter: saturate(.95) contrast(1.03);
}

.ers-reno-step figure::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  pointer-events: none;
  content: '';
}

.ers-reno-step-copy {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  padding-top: 24px;
}

.ers-reno-step-copy > span {
  color: var(--reno-yellow);
  font: 400 28px/1 'Anton', 'Inter', sans-serif;
}

.ers-reno-step h3 {
  margin: 0;
  color: var(--reno-white);
  font: 400 clamp(34px, 4.2vw, 70px)/.95 'Anton', 'Inter', sans-serif;
  text-transform: uppercase;
}

.ers-reno-step p {
  max-width: 48ch;
  margin: 18px 0 0;
  color: rgba(255, 253, 246, .62);
  font: 600 16px/1.6 'Inter', sans-serif;
}

.ers-reno-compare-section {
  padding: clamp(110px, 13vw, 210px) clamp(18px, 5vw, 80px);
  background: var(--reno-cream);
  color: var(--reno-black);
}

.ers-reno-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr);
  gap: clamp(42px, 8vw, 130px);
  width: min(1600px, 100%);
  margin-inline: auto;
  align-items: center;
}

.ers-reno-compare {
  --split: 50%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d6d1c4;
  touch-action: pan-y;
}

.ers-reno-compare picture,
.ers-reno-compare img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ers-reno-compare img {
  object-fit: cover;
}

.ers-reno-before {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}

.ers-reno-compare-handle {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--split);
  width: 3px;
  background: var(--reno-yellow);
  transform: translateX(-50%);
  pointer-events: none;
}

.ers-reno-compare-handle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  border: 2px solid var(--reno-black);
  border-radius: 50%;
  background: var(--reno-yellow);
  color: var(--reno-black);
  content: '\2194';
  place-items: center;
  font: 800 24px/1 'Inter', sans-serif;
  transform: translate(-50%, -50%);
}

.ers-reno-compare input {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.ers-reno-compare-label {
  position: absolute;
  z-index: 3;
  top: 18px;
  padding: 10px 12px;
  background: var(--reno-black);
  color: var(--reno-white);
  font: 850 10px/1 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ers-reno-compare-label.is-before { left: 18px; }
.ers-reno-compare-label.is-after { right: 18px; }

.ers-reno-compare-copy .ers-reno-overline {
  color: #8a7100;
}

.ers-reno-compare-copy h2 {
  font-size: clamp(58px, 6vw, 104px);
}

.ers-reno-compare-copy p {
  margin: 28px 0 0;
  color: #5f5b52;
  font: 600 17px/1.65 'Inter', sans-serif;
}

.ers-reno-drag-note {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  color: var(--reno-black);
  align-items: center;
  font: 850 11px/1 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ers-reno-drag-note::before {
  width: 34px;
  height: 2px;
  background: currentColor;
  content: '';
}

.ers-reno-outdoor {
  position: relative;
  min-height: 900px;
  padding: clamp(90px, 10vw, 160px) clamp(18px, 5vw, 80px);
  background: var(--reno-black);
  color: var(--reno-white);
}

.ers-reno-outdoor-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: clamp(30px, 5vw, 78px);
  width: min(1600px, 100%);
  margin-inline: auto;
  align-items: end;
}

.ers-reno-outdoor-main {
  position: relative;
  margin: 0;
}

.ers-reno-outdoor-main img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ers-reno-outdoor-before {
  position: absolute;
  right: -6%;
  bottom: -10%;
  width: min(42%, 470px);
  margin: 0;
  border: 14px solid var(--reno-black);
}

.ers-reno-outdoor-before img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(.45) contrast(1.08);
}

.ers-reno-image-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 10px 12px;
  background: var(--reno-yellow);
  color: var(--reno-black);
  font: 850 10px/1 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ers-reno-outdoor-copy {
  padding-bottom: clamp(60px, 8vw, 120px);
}

.ers-reno-outdoor-copy h2 {
  font-size: clamp(58px, 6vw, 104px);
}

.ers-reno-outdoor-copy p {
  margin: 28px 0 0;
  color: rgba(255, 253, 246, .64);
  font: 600 17px/1.65 'Inter', sans-serif;
}

.ers-reno-scope {
  padding: clamp(100px, 12vw, 190px) clamp(18px, 5vw, 80px);
  background: var(--reno-yellow);
  color: var(--reno-black);
}

.ers-reno-scope-inner {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.ers-reno-scope h2 {
  max-width: 1200px;
}

.ers-reno-scope-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(60px, 8vw, 120px);
  border-top: 2px solid var(--reno-black);
}

.ers-reno-scope-item {
  display: grid;
  grid-template-columns: 64px 1fr 28px;
  gap: 20px;
  min-height: 132px;
  padding: 28px 18px 28px 0;
  border-bottom: 1px solid rgba(5, 5, 5, .42);
  align-items: center;
}

.ers-reno-scope-item:nth-child(odd) {
  border-right: 1px solid rgba(5, 5, 5, .42);
}

.ers-reno-scope-item:nth-child(even) {
  padding-left: 30px;
}

.ers-reno-scope-item > span:first-child {
  font: 400 24px/1 'Anton', 'Inter', sans-serif;
}

.ers-reno-scope-item h3 {
  margin: 0;
  font: 400 clamp(28px, 3vw, 48px)/1 'Anton', 'Inter', sans-serif;
  text-transform: uppercase;
}

.ers-reno-scope-item p {
  margin: 8px 0 0;
  max-width: 54ch;
  font: 600 14px/1.5 'Inter', sans-serif;
}

.ers-reno-scope-item > span:last-child {
  font: 800 26px/1 'Inter', sans-serif;
}

.ers-reno-process {
  padding: clamp(110px, 13vw, 220px) clamp(18px, 5vw, 80px);
  background: var(--reno-black);
  color: var(--reno-white);
}

.ers-reno-process-inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(50px, 9vw, 150px);
  width: min(1500px, 100%);
  margin-inline: auto;
}

.ers-reno-process h2 {
  position: sticky;
  top: 118px;
  align-self: start;
  font-size: clamp(58px, 6.8vw, 112px);
}

.ers-reno-process-list {
  border-top: 1px solid var(--reno-line-dark);
}

.ers-reno-process-step {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 24px;
  padding: clamp(30px, 4vw, 56px) 0;
  border-bottom: 1px solid var(--reno-line-dark);
}

.ers-reno-process-step > span {
  color: var(--reno-yellow);
  font: 400 30px/1 'Anton', 'Inter', sans-serif;
}

.ers-reno-process-step h3 {
  margin: 0;
  font: 400 clamp(34px, 4vw, 64px)/1 'Anton', 'Inter', sans-serif;
  text-transform: uppercase;
}

.ers-reno-process-step p {
  max-width: 55ch;
  margin: 14px 0 0;
  color: rgba(255, 253, 246, .62);
  font: 600 16px/1.62 'Inter', sans-serif;
}

.ers-reno-filmstrip {
  display: grid;
  grid-template-columns: 1.15fr .7fr .85fr;
  min-height: 760px;
  background: var(--reno-cream);
}

.ers-reno-filmstrip figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.ers-reno-filmstrip picture,
.ers-reno-filmstrip img {
  width: 100%;
  height: 100%;
}

.ers-reno-filmstrip img {
  object-fit: cover;
  transition: transform .8s cubic-bezier(.18, .9, .22, 1), filter .5s ease;
}

.ers-reno-filmstrip figure:hover img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.ers-reno-filmstrip figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .8));
  color: var(--reno-white);
  font: 850 11px/1.4 'Inter', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ers-reno-cta {
  position: relative;
  padding: clamp(100px, 13vw, 220px) clamp(18px, 5vw, 80px);
  overflow: hidden;
  background: var(--reno-cream);
  color: var(--reno-black);
}

.ers-reno-cta::before {
  position: absolute;
  right: -10vw;
  bottom: -24vw;
  width: 54vw;
  aspect-ratio: 1;
  border: 1px solid rgba(5, 5, 5, .18);
  border-radius: 50%;
  content: '';
}

.ers-reno-cta-inner {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
}

.ers-reno-cta h2 {
  max-width: 1240px;
}

.ers-reno-cta h2 span {
  color: #8c877b;
}

.ers-reno-cta p {
  max-width: 620px;
  margin: 34px 0 0;
  color: #5d5a52;
  font: 650 18px/1.65 'Inter', sans-serif;
}

.ers-reno-cta .ers-reno-action:not(.is-primary) {
  border-color: rgba(5, 5, 5, .45);
  color: var(--reno-black);
}

.ers-reno-archive-link {
  display: inline-flex;
  margin-top: 32px;
  color: var(--reno-black);
  align-items: center;
  gap: 12px;
  font: 850 12px/1 'Inter', sans-serif;
  letter-spacing: .12em;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-transform: uppercase;
}

.ers-reno-entry {
  --reno-black: #050505;
  --reno-yellow: #ffd400;
  --reno-white: #fffdf6;
  position: relative;
  min-height: 620px;
  padding: clamp(60px, 7vw, 110px) clamp(18px, 5vw, 80px);
  overflow: hidden;
  background: #111;
  color: #fffdf6;
}

.ers-reno-entry-bg {
  position: absolute;
  inset: 0;
}

.ers-reno-entry-bg::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .94) 0, rgba(0, 0, 0, .74) 42%, rgba(0, 0, 0, .14) 100%);
  content: '';
}

.ers-reno-entry-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ers-reno-entry-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1500px, 100%);
  min-height: 400px;
  margin-inline: auto;
  align-content: end;
}

.ers-reno-entry h2 {
  max-width: 900px;
  margin: 0;
  font: 400 clamp(62px, 9vw, 146px)/.83 'Anton', 'Inter', sans-serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.ers-reno-entry p {
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(255, 253, 246, .72);
  font: 650 17px/1.55 'Inter', sans-serif;
}

.ers-reno-entry a {
  display: inline-flex;
  width: fit-content;
  margin-top: 30px;
  padding: 18px 24px;
  background: var(--reno-yellow);
  color: var(--reno-black);
  font: 850 12px/1 'Inter', sans-serif;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.ers-v8-inner.ers-v7-projects .ers-reno-entry a {
  background: var(--reno-yellow);
  color: var(--reno-black);
}

.ers-v8-inner.ers-v7-projects .ers-reno-entry a:hover,
.ers-v8-inner.ers-v7-projects .ers-reno-entry a:focus-visible {
  background: var(--reno-white);
  color: var(--reno-black);
}

[data-reno-reveal] {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity .8s ease, transform .9s cubic-bezier(.18, .9, .22, 1);
}

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

@media (max-width: 1100px) {
  .ers-reno-hero-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(290px, .6fr);
    gap: 32px;
  }

  .ers-reno-title {
    font-size: clamp(72px, 11.5vw, 128px);
  }

  .ers-reno-story-grid,
  .ers-reno-process-inner {
    gap: 60px;
  }

  .ers-reno-outdoor {
    min-height: 760px;
  }

  .ers-reno-filmstrip {
    min-height: 620px;
  }
}

@media (max-width: 820px) {
  .ers-reno-gridlines {
    background-size: 25% 100%;
  }

  .ers-reno-hero {
    min-height: 0;
    padding-top: 54px;
  }

  .ers-reno-hero-inner,
  .ers-reno-intro-grid,
  .ers-reno-story-grid,
  .ers-reno-compare-grid,
  .ers-reno-outdoor-grid,
  .ers-reno-process-inner {
    grid-template-columns: 1fr;
  }

  .ers-reno-hero-inner {
    min-height: 0;
  }

  .ers-reno-title {
    font-size: clamp(70px, 21vw, 126px);
  }

  .ers-reno-hero-media {
    width: min(92%, 500px);
    margin-top: 30px;
  }

  .ers-reno-intro-grid {
    gap: 48px;
  }

  .ers-reno-proofline {
    grid-template-columns: 1fr;
  }

  .ers-reno-proofline div {
    min-height: 140px;
  }

  .ers-reno-story-head,
  .ers-reno-process h2 {
    position: static;
  }

  .ers-reno-steps {
    gap: 80px;
  }

  .ers-reno-step {
    min-height: 0;
  }

  .ers-reno-step img {
    aspect-ratio: 4 / 5;
  }

  .ers-reno-compare-grid {
    gap: 54px;
  }

  .ers-reno-outdoor {
    min-height: 0;
  }

  .ers-reno-outdoor-copy {
    padding: 40px 0 0;
  }

  .ers-reno-outdoor-before {
    right: 0;
    bottom: -14%;
  }

  .ers-reno-scope-list {
    grid-template-columns: 1fr;
  }

  .ers-reno-scope-item:nth-child(odd) {
    border-right: 0;
  }

  .ers-reno-scope-item:nth-child(even) {
    padding-left: 0;
  }

  .ers-reno-filmstrip {
    grid-template-columns: 1fr 1fr;
    min-height: 900px;
  }

  .ers-reno-filmstrip figure:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .ers-reno-hero {
    padding-inline: 18px;
  }

  .ers-reno-kicker,
  .ers-reno-overline {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .ers-reno-title {
    font-size: clamp(68px, 22.7vw, 102px);
  }

  .ers-reno-hero-lead {
    font-size: 17px;
  }

  .ers-reno-hero-actions {
    display: grid;
  }

  .ers-reno-action {
    width: 100%;
  }

  .ers-reno-hero-media {
    width: 100%;
    padding: 0 0 46px 28px;
  }

  .ers-reno-hero-media[data-reno-reveal] {
    opacity: 1;
    transform: none;
  }

  .ers-reno-hero-stamp {
    top: 24px;
    right: -5px;
    width: 92px;
  }

  .ers-reno-media-caption {
    min-width: 210px;
    min-height: 96px;
    padding: 18px;
  }

  .ers-reno-marquee span {
    padding-block: 16px;
    font-size: 28px;
  }

  .ers-reno-intro h2,
  .ers-reno-story-head h2,
  .ers-reno-compare-copy h2,
  .ers-reno-outdoor-copy h2,
  .ers-reno-scope h2,
  .ers-reno-process h2,
  .ers-reno-cta h2 {
    font-size: clamp(52px, 17vw, 78px);
  }

  .ers-reno-proofline {
    width: calc(100% - 36px);
  }

  .ers-reno-step-copy {
    grid-template-columns: 48px 1fr;
  }

  .ers-reno-compare {
    aspect-ratio: 4 / 5;
  }

  .ers-reno-scope-item {
    grid-template-columns: 40px 1fr 24px;
    gap: 12px;
    min-height: 118px;
  }

  .ers-reno-process-step {
    grid-template-columns: 54px 1fr;
    gap: 14px;
  }

  .ers-reno-filmstrip {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ers-reno-filmstrip figure,
  .ers-reno-filmstrip figure:first-child {
    grid-column: auto;
    min-height: 480px;
  }

  .ers-reno-entry {
    min-height: 560px;
  }

  .ers-reno-entry-bg::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .95) 0, rgba(0, 0, 0, .58) 62%, rgba(0, 0, 0, .2) 100%);
  }

  .ers-reno-entry h2 {
    font-size: clamp(58px, 18vw, 86px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ers-reno-marquee-track {
    animation: none;
  }

  [data-reno-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ers-reno-step img,
  .ers-reno-filmstrip img {
    transition: none;
  }
}

/* 20260719a: restored hero still and a tighter cinematic chapter rhythm. */
.ers-reno-hero-media .ers-reno-hero-picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #171717;
}

.ers-reno-hero-media .ers-reno-hero-picture img {
  display: block;
  width: 100%;
  aspect-ratio: 480 / 848;
  object-fit: cover;
  filter: saturate(.92) contrast(1.025);
}

.ers-reno-intro {
  padding-block: clamp(78px, 9vw, 142px);
}

.ers-reno-proofline {
  margin-top: clamp(44px, 5.5vw, 78px);
}

.ers-reno-proofline div {
  min-height: 152px;
  padding: clamp(22px, 2.4vw, 34px);
}

.ers-reno-story {
  padding-block: clamp(78px, 8.5vw, 132px);
}

.ers-reno-steps {
  gap: clamp(58px, 8vw, 104px);
}

.ers-reno-step {
  min-height: 62vh;
}

.ers-reno-compare-section {
  padding-block: clamp(78px, 9vw, 142px);
}

.ers-reno-outdoor {
  min-height: 700px;
  padding-block: clamp(76px, 8vw, 126px);
}

.ers-reno-outdoor-copy {
  padding-bottom: clamp(36px, 5vw, 72px);
}

.ers-reno-scope {
  padding-block: clamp(76px, 8.5vw, 136px);
}

.ers-reno-scope-list {
  margin-top: clamp(42px, 5.5vw, 78px);
}

.ers-reno-process {
  padding-block: clamp(78px, 9vw, 142px);
}

.ers-reno-filmstrip {
  min-height: 560px;
}

.ers-reno-cta {
  padding-block: clamp(80px, 9vw, 148px);
}

@media (max-width: 680px) {
  .ers-reno-hero {
    padding-top: 38px;
    padding-bottom: 58px;
  }

  .ers-reno-intro,
  .ers-reno-story,
  .ers-reno-compare-section,
  .ers-reno-outdoor,
  .ers-reno-scope,
  .ers-reno-process,
  .ers-reno-cta {
    padding-block: 68px;
  }

  .ers-reno-proofline {
    margin-top: 38px;
  }

  .ers-reno-proofline div {
    min-height: 0;
    padding: 24px 20px;
  }

  .ers-reno-steps {
    gap: 54px;
  }

  .ers-reno-step {
    min-height: 0;
  }

  .ers-reno-outdoor {
    min-height: 0;
  }

  .ers-reno-scope-list {
    margin-top: 38px;
  }

  .ers-reno-filmstrip {
    min-height: 0;
  }
}

