.elyse-paveking {
  --elyse-cream: #f3eee4;
  --elyse-paper: #fbf8f0;
  --elyse-ink: #15171a;
  --elyse-muted: #677078;
  --elyse-blue: #17314b;
  --elyse-blue-2: #0f2539;
  --elyse-gold: #b99956;
  --elyse-orange: #ff5a1f;
  background: var(--elyse-paper);
  overflow-x: hidden;
}

.elyse-paveking .site-header {
  z-index: 1000;
  background: rgba(246, 242, 234, 0.92);
  border-bottom: 1px solid rgba(19, 22, 25, 0.09);
  backdrop-filter: blur(18px);
}

.elyse-paveking .nav-menu {
  z-index: 1001;
  pointer-events: auto;
}

.elyse-paveking .header-cta,
.elyse-paveking .phone-split-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  width: 214px;
  min-height: 52px;
  padding: 0 18px 0 76px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(90deg, #ff5a1f 0 64px, #292a2f 64px 100%);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  font-size: 1.02rem;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.34);
  transform: none;
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.elyse-paveking .header-cta::before,
.elyse-paveking .phone-split-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 64px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 46%),
    #ff5a1f;
}

.elyse-paveking .header-cta::after,
.elyse-paveking .phone-split-cta::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: #fff;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.52 15.51c-1.26 0-2.49-.2-3.62-.58-.55-.19-1.17-.05-1.58.36l-1.61 1.61a15.05 15.05 0 0 1-6.61-6.61l1.61-1.61c.41-.41.55-1.03.36-1.58a11.5 11.5 0 0 1-.58-3.62C8.49 2.66 7.83 2 7.01 2H3.48C2.66 2 2 2.66 2 3.48 2 13.71 10.29 22 20.52 22c.82 0 1.48-.66 1.48-1.48v-3.53c0-.82-.66-1.48-1.48-1.48z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.52 15.51c-1.26 0-2.49-.2-3.62-.58-.55-.19-1.17-.05-1.58.36l-1.61 1.61a15.05 15.05 0 0 1-6.61-6.61l1.61-1.61c.41-.41.55-1.03.36-1.58a11.5 11.5 0 0 1-.58-3.62C8.49 2.66 7.83 2 7.01 2H3.48C2.66 2 2 2.66 2 3.48 2 13.71 10.29 22 20.52 22c.82 0 1.48-.66 1.48-1.48v-3.53c0-.82-.66-1.48-1.48-1.48z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.elyse-paveking .header-cta:hover,
.elyse-paveking .header-cta:focus-visible,
.elyse-paveking .phone-split-cta:hover,
.elyse-paveking .phone-split-cta:focus-visible {
  color: #fff;
  filter: saturate(1.08) brightness(1.05);
  transform: translateY(-2px);
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.elyse-paveking .header-cta:active,
.elyse-paveking .phone-split-cta:active {
  transform: translateY(0);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.elyse-paveking .hero-actions .phone-split-cta {
  width: min(100%, 300px);
  min-height: 58px;
  padding-left: 88px;
  background: linear-gradient(90deg, #ff5a1f 0 74px, #292a2f 74px 100%);
  font-size: 1.08rem;
}

.elyse-paveking .hero-actions .phone-split-cta::before {
  width: 74px;
}

.elyse-paveking .hero-actions .phone-split-cta::after {
  left: 24px;
  width: 26px;
  height: 26px;
}

.elyse-paveking .brand img {
  width: 86px;
  height: 70px;
  object-fit: contain;
}

.elyse-paveking .brand-text strong {
  color: #15171a;
  font-size: 18px;
}

.elyse-paveking .brand-text span {
  position: relative;
  display: block;
  width: max-content;
  margin-top: 4px;
  padding-bottom: 4px;
  color: #2a333d;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.elyse-paveking .brand-text span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5a1f, rgba(255, 90, 31, 0.18));
  box-shadow: 0 5px 12px rgba(255, 90, 31, 0.24);
}

.elyse-paveking .hero.elyse-hero {
  min-height: clamp(760px, 100svh, 1040px);
  overflow: hidden;
  background: #111;
}

.elyse-paveking .elyse-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 13, 16, 0.65), rgba(10, 13, 16, 0.17) 58%, rgba(10, 13, 16, 0.51)),
    linear-gradient(180deg, rgba(10, 13, 16, 0.06), rgba(10, 13, 16, 0.32) 82%);
  z-index: 1;
}

.elyse-paveking .hero-video {
  opacity: 0.96;
  filter: saturate(0.92) contrast(1.04);
}

.elyse-paveking .hero-shade {
  background:
    radial-gradient(circle at 16% 48%, rgba(255, 90, 31, 0.14), transparent 23%),
    linear-gradient(180deg, rgba(8, 11, 14, 0.12), rgba(8, 11, 14, 0.34));
  z-index: 1;
}

.elyse-paveking .hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  min-height: clamp(720px, 96svh, 980px);
  padding-top: clamp(170px, 18vw, 230px);
  padding-bottom: clamp(74px, 9vw, 110px);
}

.elyse-hero-kicker,
.elyse-mini-label {
  width: max-content;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.elyse-paveking .hero-title {
  width: min(86vw, 1040px);
  max-width: none;
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(4rem, 6.5vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0;
  animation: elyseTextReveal 0.95s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.elyse-paveking .hero-title-accent {
  display: block;
  width: max-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.92);
}

.elyse-paveking .hero-title-tagline {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.42);
}

.elyse-paveking .hero-title-tagline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5a1f, rgba(255, 90, 31, 0.16));
  box-shadow: 0 8px 18px rgba(255, 90, 31, 0.32);
}

.elyse-paveking .hero-title > span {
  opacity: 1;
  clip-path: none;
  transform: none;
  animation: none;
}

.elyse-paveking .hero-word-orange {
  color: var(--elyse-orange);
}

.elyse-paveking .hero-glass-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 clamp(10px, 1vw, 18px);
  margin-top: 0.08em;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(2.1rem, 3.7vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.66);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.54),
    0 20px 45px rgba(0, 0, 0, 0.42);
  background: linear-gradient(180deg, #fff 12%, rgba(255, 255, 255, 0.46) 52%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.elyse-paveking .hero-glass-line b {
  color: rgba(255, 90, 31, 0.9);
  font-weight: 500;
  -webkit-text-stroke: 0;
}

.elyse-paveking .hero-lede {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.5vw, 1.42rem);
}

.elyse-paveking .hero-actions {
  margin-top: 24px;
}

.elyse-hero-rail {
  position: absolute;
  right: clamp(20px, 4vw, 60px);
  top: 48%;
  z-index: 3;
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.elyse-floating-card {
  position: absolute;
  right: clamp(28px, 6vw, 92px);
  bottom: clamp(38px, 7vw, 86px);
  z-index: 4;
  width: min(300px, 27vw);
  padding: 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(20px) saturate(135%);
}

.elyse-floating-card span {
  color: var(--elyse-orange);
  font-weight: 950;
}

.elyse-floating-card strong {
  display: block;
  margin: 8px 0;
  font-size: 1.2rem;
}

.elyse-floating-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.elyse-paveking .visual-quote {
  position: relative;
  margin: 0;
  padding-block: clamp(28px, 4vw, 54px);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 90, 31, 0.22);
  background-image:
    linear-gradient(90deg, rgba(7, 9, 11, 0.72), rgba(7, 9, 11, 0.18)),
    url("assets/paveking/manhattan-queens-staten-island-nyc-paver-patio-water-feature-paveking.webp");
  background-size: cover;
  background-position: center;
}

.elyse-paveking .visual-quote::after {
  content: "";
  position: absolute;
  inset: clamp(16px, 2vw, 28px);
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 90, 31, 0.16),
    0 28px 80px rgba(0, 0, 0, 0.28);
}

.elyse-paveking .visual-quote::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.5;
}

.elyse-intro {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding-top: clamp(76px, 9vw, 124px);
  padding-bottom: clamp(150px, 18vw, 250px);
  background: transparent !important;
}

.elyse-intro::before {
  content: none !important;
}

.elyse-intro > div:first-child {
  position: static;
  min-height: 610px;
}

.elyse-intro h2 {
  max-width: 700px;
  color: var(--elyse-ink);
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.93;
}

.elyse-intro p {
  max-width: 650px;
  color: #424a51;
  font-size: 1.08rem;
}

.elyse-intro .intro-credential-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.elyse-intro .intro-credential-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5a1f, rgba(255, 90, 31, 0.14));
  box-shadow: 0 7px 16px rgba(255, 90, 31, 0.22);
}

.intro-service-ticker {
  position: relative;
  width: min(100%, 660px);
  margin: 14px 0 18px;
  overflow: hidden;
  contain: layout paint;
  border: 1px solid rgba(255, 90, 31, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 240, 228, 0.78));
  box-shadow:
    0 16px 34px rgba(18, 28, 38, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-service-ticker {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  z-index: 6;
  width: 100%;
  margin: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border-color: rgba(255, 90, 31, 0.48);
  background:
    linear-gradient(90deg, rgba(7, 9, 11, 0.92), rgba(16, 20, 24, 0.88)),
    radial-gradient(circle at 16% 50%, rgba(255, 90, 31, 0.18), transparent 30%);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(255, 90, 31, 0.32);
}

.hero-service-ticker::before {
  background: linear-gradient(90deg, rgba(7, 9, 11, 0.98), transparent);
}

.hero-service-ticker::after {
  background: linear-gradient(270deg, rgba(7, 9, 11, 0.98), transparent);
}

.hero-service-ticker > div {
  padding: 13px 0;
}

.hero-service-ticker > div > span {
  color: #fff;
  font-size: 0.9rem;
}

.intro-service-ticker::before,
.intro-service-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 42px;
  pointer-events: none;
}

.intro-service-ticker::before {
  left: 0;
  background: linear-gradient(90deg, var(--elyse-paper), transparent);
}

.intro-service-ticker::after {
  right: 0;
  background: linear-gradient(270deg, var(--elyse-paper), transparent);
}

.intro-service-ticker > div {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 9px 0;
  animation: introTickerRoll 30s linear infinite;
}

.intro-service-ticker > div > span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #1b2733;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.elyse-paveking .hero-service-ticker > div > span {
  color: #fff;
}

.contractor-info-ticker {
  position: relative;
  z-index: 12;
  width: min(calc(100% - 64px), 1880px);
  margin: clamp(18px, 2.4vw, 34px) auto clamp(22px, 3vw, 42px);
  padding-block: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contractor-info-ticker::before {
  content: none;
}

.contractor-info-ticker::after {
  content: none;
}

.contractor-info-ticker > div {
  gap: 0;
  padding: 0;
  animation: credentialBadgeRoll 50s linear infinite;
}

.elyse-paveking .contractor-info-ticker > div > span {
  color: #172533;
  font-size: clamp(1.08rem, 2vw, 1.6rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: none;
}

.intro-service-ticker > div > span::after {
  content: "•";
  margin-left: 14px;
  color: #ff5A1f;
}

.credential-badge-photo {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  height: clamp(112px, 12.75vw, 160px);
  margin-right: clamp(15px, 2.55vw, 36px);
  object-fit: contain;
  background: transparent;
  filter: none;
}

.elyse-intro .intro-worker-object {
  position: absolute;
  left: min(64%, 1180px);
  bottom: clamp(0px, 2vw, 28px);
  z-index: 40;
  width: clamp(190px, 18vw, 300px);
  margin: 0;
  background: transparent;
  mix-blend-mode: normal;
  pointer-events: none;
  filter: drop-shadow(0 38px 52px rgba(0, 0, 0, 0.34));
  transform: translateX(-50%);
}

.elyse-intro .collage-photo {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 0;
  border: 1px solid rgba(255, 90, 31, 0.22);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 34px 90px rgba(21, 23, 26, 0.14);
}

.elyse-intro .collage-photo img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
  background: #ded9cf;
}

.elyse-intro .collage-photo::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.54);
}

.elyse-intro .intro-compliance-note {
  position: relative;
  margin: 28px 0 30px;
  padding: clamp(18px, 2.5vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-left: 5px solid rgba(255, 90, 31, 0.92);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22)),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.72), transparent 34%),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    0 28px 74px rgba(21, 23, 26, 0.18),
    0 10px 24px rgba(255, 90, 31, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    inset 0 -1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px) saturate(128%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
}

.elyse-intro .intro-compliance-note::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.45), transparent 42%);
}

.elyse-intro .intro-compliance-note > * {
  position: relative;
  z-index: 1;
}

.elyse-intro .intro-compliance-note h3 {
  margin: 0 0 10px;
  color: #172533;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.elyse-intro .intro-compliance-note p {
  margin: 0;
}

.elyse-projects {
  position: relative;
  z-index: 4;
  max-width: none;
  margin: 0;
  padding: 0 max(28px, calc((100vw - 1180px) / 2)) clamp(58px, 8vw, 96px);
  color: var(--elyse-ink);
  background: transparent;
  overflow: visible;
}

.elyse-projects .section-head {
  display: block;
  margin: 0 0 clamp(18px, 3vw, 34px);
}

.elyse-projects .elyse-mini-label {
  color: rgba(21, 23, 26, 0.54);
}

.elyse-projects h2 a {
  color: var(--elyse-orange);
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.86;
  text-decoration: none;
}

.elyse-projects h2 a::after {
  content: "";
  display: block;
  width: min(360px, 70vw);
  height: 3px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--elyse-orange), rgba(185, 153, 86, 0.35));
}

.elyse-projects .project-slider {
  min-height: clamp(430px, 54vw, 700px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(20, 20, 20, 0.74), rgba(15, 17, 20, 0.88)),
    radial-gradient(circle at 18% 6%, rgba(255, 255, 255, 0.18), transparent 22%);
  box-shadow:
    0 48px 120px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(24px) saturate(130%);
}

.elyse-projects .project-gallery-photo-card {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.elyse-projects .project-gallery-photo-card::before {
  display: none;
}

.elyse-projects .project-gallery-photo-card::after {
  display: none;
}

.elyse-projects .project-gallery-main-link {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 18px;
  box-shadow: 0 28px 76px rgba(21, 23, 26, 0.2);
}

.elyse-projects .project-gallery-photo-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.86;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(1.03) contrast(1.03);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.elyse-projects .project-gallery-photo-card strong,
.elyse-projects .project-gallery-photo-card em {
  position: absolute;
  left: clamp(18px, 3vw, 42px);
  right: clamp(18px, 3vw, 42px);
  z-index: 3;
  display: block;
  max-width: 720px;
  animation: galleryTextReveal 0.9s ease both;
}

.elyse-projects .project-gallery-photo-card strong {
  top: clamp(18px, 3vw, 42px);
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}

.elyse-projects .project-gallery-photo-card em {
  top: clamp(62px, 8.2vw, 118px);
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.65vw, 1.28rem);
  line-height: 1.45;
  font-style: normal;
  font-weight: 700;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.46);
  animation-delay: 0.16s;
}

.elyse-projects .project-gallery-actions {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 18px);
  margin-top: clamp(18px, 2.6vw, 30px);
  pointer-events: auto;
}

.elyse-projects .project-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(118px, 20vw, 168px);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 950;
  letter-spacing: -0.02em;
  text-decoration: none;
  pointer-events: auto;
}

.elyse-projects .project-card-call {
  border: 1px solid rgba(23, 37, 51, 0.22);
  color: #172533;
  background: rgba(255, 255, 255, 0.24);
  box-shadow:
    0 18px 38px rgba(23, 37, 51, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
}

.elyse-projects .project-card-open {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 90, 31, 0.88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

@keyframes galleryCardShine {
  0%,
  38% {
    left: -78%;
  }

  62%,
  100% {
    left: 130%;
  }
}

@keyframes galleryTextReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.elyse-projects .project-gallery-photo-card:hover img {
  transform: scale(1.018);
  filter: saturate(1.08) contrast(1.04);
}

@media (max-width: 560px) {
  .elyse-projects .project-gallery-actions {
    gap: 10px;
  }

  .elyse-projects .project-gallery-photo-card img {
    aspect-ratio: 1 / 1;
  }

  .elyse-projects .project-card-btn {
    min-width: 0;
    flex: 1;
    padding: 11px 12px;
  }
}

.elyse-projects .project-slider::before {
  display: none;
}

.elyse-projects .project-slide img {
  padding: 0;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04);
}

.elyse-projects .project-slide::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 45%),
    linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.36));
}

.elyse-projects .project-slide figcaption {
  left: 42px;
  bottom: auto;
  top: 42px;
  width: min(210px, 26vw);
  opacity: 0.9;
}

.elyse-projects .project-slide figcaption img {
  width: 100%;
  height: auto;
  padding: 0;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.36));
}

.elyse-service-band {
  color: var(--elyse-ink);
  background: transparent;
}

.elyse-service-band .section-head .eyebrow,
.elyse-service-band .section-head p {
  color: #43515c;
}

.elyse-service-band .section-head h2 {
  color: var(--elyse-ink);
  font-size: clamp(3.4rem, 7vw, 7.2rem);
  line-height: 0.9;
}

.elyse-paveking .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.elyse-paveking .service-card {
  grid-template-rows: minmax(260px, 0.9fr) minmax(210px, auto);
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(12, 20, 28, 0.12);
  color: var(--elyse-ink);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 250, 0.94)),
    radial-gradient(circle at 18% 0%, rgba(255, 90, 31, 0.1), transparent 28%);
  box-shadow:
    0 34px 28px rgba(14, 22, 30, 0.12),
    0 58px 118px rgba(14, 22, 30, 0.28),
    0 10px 0 rgba(13, 22, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateZ(0);
  transform-style: preserve-3d;
  backdrop-filter: blur(14px) saturate(120%);
}

.elyse-paveking .service-card:hover {
  transform: translateY(-12px) perspective(900px) rotateX(1.4deg);
  border-color: rgba(255, 90, 31, 0.5);
  box-shadow:
    0 44px 36px rgba(14, 22, 30, 0.16),
    0 78px 150px rgba(14, 22, 30, 0.34),
    0 14px 0 rgba(13, 22, 31, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.elyse-paveking .service-card.scroll-reveal:nth-child(2) {
  transition-delay: 0.08s;
}

.elyse-paveking .service-card.scroll-reveal:nth-child(3) {
  transition-delay: 0.16s;
}

.elyse-paveking .service-card.scroll-reveal:nth-child(4) {
  transition-delay: 0.24s;
}

.elyse-paveking .service-card.scroll-reveal:nth-child(5) {
  transition-delay: 0.32s;
}

.elyse-paveking .service-card.scroll-reveal:nth-child(6) {
  transition-delay: 0.4s;
}

.elyse-paveking .service-card::before,
.elyse-paveking .service-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.elyse-paveking .service-card::before {
  inset: 0;
  background:
    linear-gradient(rgba(13, 22, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 22, 31, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
}

.elyse-paveking .service-card::after {
  right: 20px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  border-right: 2px solid var(--elyse-orange);
  border-bottom: 2px solid var(--elyse-orange);
}

.elyse-paveking .service-card-media {
  margin: 0;
  border-radius: 0;
}

.elyse-paveking .service-card-media::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%),
    linear-gradient(0deg, rgba(4, 6, 8, 0.18), transparent 62%);
}

.elyse-paveking .service-card-content {
  position: relative;
  z-index: 4;
  padding: 30px 32px 36px;
}

.elyse-paveking .service-card small {
  display: none;
}

.elyse-paveking .service-card h3 {
  color: #ff5A1f;
  font-size: 1.7rem;
  text-shadow: 0 10px 22px rgba(255, 90, 31, 0.14);
}

.elyse-paveking .service-card p {
  color: #26323d;
  font-size: 1rem;
}

.elyse-paveking .service-card span:last-child {
  color: #ff6a32;
}

.seo-motion-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
  margin-top: clamp(34px, 5vw, 64px);
}

.seo-floating-card {
  position: relative;
  min-height: 230px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(18, 28, 38, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 250, 0.92)),
    radial-gradient(circle at 16% 0%, rgba(255, 90, 31, 0.12), transparent 34%);
  box-shadow:
    0 34px 70px rgba(18, 31, 44, 0.15),
    0 10px 0 rgba(18, 31, 44, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform-style: preserve-3d;
}

.seo-floating-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 90, 31, 0.16);
  border-radius: 18px;
  pointer-events: none;
}

.seo-floating-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #ff5A1f;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-floating-card h3 {
  margin: 0;
  color: var(--elyse-ink);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 0.98;
}

.seo-floating-card p {
  margin: 16px 0 0;
  color: #344250;
  font-size: 0.98rem;
  line-height: 1.55;
}

.scroll-reveal {
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 0.8s ease,
    filter 0.8s ease,
    transform 0.8s cubic-bezier(0.2, 0.9, 0.2, 1);
}

@keyframes introTickerRoll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes credentialBadgeRoll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.scroll-reveal.from-left {
  transform: translateX(-82px) rotate(-3deg);
}

.scroll-reveal.from-right {
  transform: translateX(82px) rotate(3deg);
}

.scroll-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0) rotate(0);
}

.seo-rolling-text {
  position: relative;
  margin-top: clamp(28px, 4vw, 46px);
  overflow: hidden;
  contain: layout paint;
  border-block: 1px solid rgba(20, 28, 36, 0.1);
  padding-block: 18px;
}

.seo-rolling-text::before,
.seo-rolling-text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80px;
  pointer-events: none;
}

.seo-rolling-text::before {
  left: 0;
  background: linear-gradient(90deg, var(--elyse-paper), transparent);
}

.seo-rolling-text::after {
  right: 0;
  background: linear-gradient(270deg, var(--elyse-paper), transparent);
}

.seo-rolling-text div {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: seoTextRoll 26s linear infinite;
}

.seo-rolling-text span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #172533;
  font-size: clamp(1.08rem, 2vw, 1.6rem);
  font-weight: 950;
}

.seo-rolling-text span::after {
  content: "•";
  margin-left: 18px;
  color: #ff5A1f;
}

@keyframes seoTextRoll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .seo-motion-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .elyse-paveking .nav-wrap {
    gap: 8px;
  }

  .elyse-paveking .header-cta,
  .elyse-paveking .phone-split-cta {
    display: inline-flex;
    width: 174px;
    min-height: 44px;
    padding: 0 12px 0 61px;
    border-radius: 14px;
    background: linear-gradient(90deg, #ff5a1f 0 52px, #292a2f 52px 100%);
    font-size: 0.9rem;
  }

  .elyse-paveking .header-cta::before,
  .elyse-paveking .phone-split-cta::before {
    width: 52px;
  }

  .elyse-paveking .header-cta::after,
  .elyse-paveking .phone-split-cta::after {
    left: 16px;
    width: 20px;
    height: 20px;
  }

  .elyse-paveking .hero-actions .phone-split-cta {
    justify-self: center;
    width: min(100%, 300px);
    min-height: 58px;
    padding-left: 88px;
    background: linear-gradient(90deg, #ff5a1f 0 74px, #292a2f 74px 100%);
    font-size: 1.06rem;
  }

  .elyse-paveking .hero-actions .phone-split-cta::before {
    width: 74px;
  }

  .elyse-paveking .hero-actions .phone-split-cta::after {
    left: 24px;
    width: 26px;
    height: 26px;
  }

  .seo-motion-panel {
    grid-template-columns: 1fr;
  }

  .seo-floating-card {
    min-height: 0;
    padding: 24px;
  }

  .elyse-paveking .service-card.scroll-reveal {
    transition-delay: 0s !important;
  }
}

@media (max-width: 430px) {
  .elyse-paveking .nav-wrap {
    gap: 6px;
    min-height: 64px;
  }

  .elyse-paveking .brand {
    grid-template-columns: 48px auto;
    gap: 7px;
    min-width: 0;
  }

  .elyse-paveking .brand img,
  .elyse-paveking .brand-logo {
    width: 48px;
    height: 42px;
  }

  .elyse-paveking .brand-text strong {
    font-size: 0.88rem;
  }

  .elyse-paveking .brand-text span {
    display: none;
  }

  .elyse-paveking .header-cta,
  .elyse-paveking .phone-split-cta {
    width: 158px;
    min-height: 40px;
    padding: 0 9px 0 54px;
    border-radius: 13px;
    background: linear-gradient(90deg, #ff5a1f 0 46px, #292a2f 46px 100%);
    font-size: 0.82rem;
  }

  .elyse-paveking .header-cta::before,
  .elyse-paveking .phone-split-cta::before {
    width: 46px;
  }

  .elyse-paveking .header-cta::after,
  .elyse-paveking .phone-split-cta::after {
    left: 14px;
    width: 18px;
    height: 18px;
  }

  .elyse-paveking .hero-actions .phone-split-cta {
    width: min(100%, 286px);
    min-height: 54px;
    padding-left: 80px;
    background: linear-gradient(90deg, #ff5a1f 0 68px, #292a2f 68px 100%);
    font-size: 1rem;
  }

  .elyse-paveking .hero-actions .phone-split-cta::before {
    width: 68px;
  }

  .elyse-paveking .hero-actions .phone-split-cta::after {
    left: 22px;
    width: 24px;
    height: 24px;
  }

  .elyse-paveking .nav-toggle {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .scroll-reveal.from-left,
  .scroll-reveal.from-right {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .seo-rolling-text div {
    animation: none;
  }

  .intro-service-ticker > div {
    animation: none;
  }
}

.about-goals-copy {
  display: block;
}

.about-goals-copy > div {
  max-width: 900px;
}

.elyse-paveking .brand-finale {
  background:
    radial-gradient(circle at 62% 45%, rgba(255, 90, 31, 0.2), transparent 26%),
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.06), transparent 30%),
    linear-gradient(135deg, #050607 0%, #101214 52%, #050505 100%);
  color: #fff;
}

.elyse-paveking .brand-finale h2 {
  color: #fff;
}

.elyse-paveking .brand-finale-copy h2 span,
.elyse-paveking .brand-finale-copy h2 span::before,
.elyse-paveking .brand-finale-copy h2 span::after {
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  text-decoration: none !important;
}

.elyse-paveking .brand-finale p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.elyse-paveking .brand-finale img {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter:
    drop-shadow(0 44px 70px rgba(0, 0, 0, 0.62))
    saturate(1.1)
    contrast(1.08) !important;
}

.elyse-paveking .brand-finale img[src*="paveking-nyc-worker-paver-logo-installation-contact-section"] {
  align-self: end !important;
  width: min(58vw, 860px) !important;
  max-height: min(54svh, 560px) !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  margin-bottom: -10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 36px 72px rgba(0, 0, 0, 0.38)) !important;
}

@media (max-width: 900px) {
  .elyse-paveking .brand-finale img[src*="paveking-nyc-worker-paver-logo-installation-contact-section"] {
    width: min(96vw, 760px) !important;
    max-height: 480px !important;
    margin: 0 auto -8px !important;
  }
}

.elyse-paveking .cta-strip {
  background:
    radial-gradient(circle at 74% 35%, rgba(255, 90, 31, 0.2), transparent 26%),
    linear-gradient(90deg, #121820, #371014);
}

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

.elyse-reviews .review-card {
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
}

.elyse-map-section {
  padding-top: clamp(80px, 10vw, 130px);
  padding-bottom: clamp(80px, 10vw, 130px);
}

.elyse-map-section .feature-photo {
  border-radius: 0;
}

.elyse-paveking .sticky-actions {
  display: none;
}

@keyframes elyseTextReveal {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateX(-42px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}

@media (max-width: 1280px) {
  .elyse-paveking .hero-title {
    width: min(86vw, 1040px);
    font-size: clamp(3.8rem, 6.2vw, 6.6rem);
  }

  .elyse-paveking .hero-glass-line {
    font-size: clamp(2rem, 3.5vw, 3.7rem);
  }

  .elyse-floating-card {
    width: 260px;
    right: 28px;
    bottom: 26px;
  }
}

@media (max-width: 980px) {
  .elyse-paveking .nav-menu {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    z-index: 1001;
    pointer-events: auto;
    box-shadow: 0 24px 50px rgba(14, 22, 30, 0.18);
  }

  .elyse-paveking .hero.elyse-hero {
    min-height: 800px;
  }

  .elyse-paveking .hero-content {
    min-height: 760px;
    padding-top: 150px;
    padding-bottom: 72px;
  }

  .elyse-paveking .hero-title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(3.45rem, 10.8vw, 5.8rem);
    line-height: 0.96;
  }

  .elyse-paveking .hero-glass-line {
    max-width: 100%;
    font-size: clamp(1.75rem, 6.8vw, 3.25rem);
    line-height: 1.08;
  }

  .elyse-floating-card,
  .elyse-hero-rail {
    display: none;
  }

  .elyse-intro {
    min-height: 0;
  }

  .elyse-intro > div:first-child {
    min-height: 0;
    padding-bottom: 0;
  }

  .elyse-intro .intro-worker-object {
    width: min(180px, 45vw);
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
  }

  .elyse-paveking .service-grid,
  .elyse-reviews .review-grid {
    grid-template-columns: 1fr;
  }

  .elyse-projects {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 640px) {
  .elyse-paveking .nav-menu {
    top: 72px;
    max-height: calc(100svh - 72px);
  }

  .elyse-paveking .brand img {
    width: 80px;
    height: 62px;
  }

  .elyse-paveking .hero.elyse-hero {
    min-height: 740px;
  }

  .elyse-paveking .hero-content {
    min-height: 720px;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 128px;
    padding-bottom: 38px;
  }

  .elyse-paveking .hero-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(3rem, 13.4vw, 4.1rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .elyse-paveking .hero-title-accent {
    width: 100%;
  }

  .elyse-paveking .hero-title-tagline {
    max-width: 100%;
    font-size: 18px;
  }

  .elyse-paveking .hero-glass-line {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    font-size: clamp(1.42rem, 7vw, 2.05rem);
    letter-spacing: 0.01em;
    -webkit-text-stroke-width: 0.5px;
  }

  .elyse-paveking .hero-glass-line b {
    padding: 0 0.08em;
  }

  .elyse-paveking .hero-lede {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .elyse-paveking .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .elyse-paveking .hero-actions .btn {
    width: 100%;
  }

  .elyse-paveking .hero-actions .phone-split-cta {
    width: min(100%, 300px);
  }

  .elyse-paveking .visual-quote {
    padding-block: 42px;
  }

  .elyse-intro {
    padding-top: 72px;
    padding-bottom: 310px;
  }

  .elyse-intro .intro-worker-object {
    left: 50%;
    width: min(210px, 58vw);
  }

  .elyse-intro h2,
  .elyse-service-band .section-head h2,
  .elyse-projects h2 a {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .elyse-intro .collage-photo img {
    aspect-ratio: 1 / 0.88;
  }

  .elyse-projects .project-slider {
    min-height: 520px;
  }

  .elyse-projects {
    margin-top: 0;
    padding-top: 44px;
  }

  .elyse-paveking .contractor-info-ticker {
    width: calc(100% - 28px);
    margin-top: 16px;
    margin-bottom: 28px;
    padding-block: 0;
  }

  .elyse-paveking .contractor-info-ticker > div {
    gap: 12px;
    padding-inline: 10px;
    animation-duration: 42s;
  }

  .credential-badge-photo {
    height: 100px;
    margin-right: 15px;
  }

  .hero-service-ticker > div {
    padding: 10px 0;
  }

  .hero-service-ticker > div > span {
    font-size: 0.76rem;
  }

  .elyse-projects .project-slide img {
    padding: 10px;
  }

  .elyse-projects .project-slide figcaption {
    left: 22px;
    top: 22px;
    width: 132px;
  }

  .elyse-paveking .service-card {
    min-height: 480px;
  }
}

/* Mobile hero overflow lock: keeps every hero text line inside the real viewport. */
@media (max-width: 700px) {
  html,
  body,
  .elyse-paveking {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .elyse-paveking .hero.elyse-hero {
    width: 100%;
    max-width: 100dvw;
    min-height: min(760px, calc(100svh - 0px));
    overflow: hidden;
  }

  .elyse-paveking .hero-content.shell {
    width: 100%;
    max-width: 100dvw;
    min-width: 0;
    min-height: 700px;
    align-content: center;
    margin: 0;
    padding-top: 88px;
    padding-bottom: 118px;
    padding-right: max(18px, env(safe-area-inset-right));
    padding-left: max(18px, env(safe-area-inset-left));
    overflow: hidden;
  }

  .elyse-paveking .hero-title,
  .elyse-paveking .hero-title > span,
  .elyse-paveking .hero-lede,
  .elyse-paveking .hero-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    transform: none;
  }

  .elyse-paveking .hero-title {
    display: grid;
    gap: 10px;
    margin-inline: 0;
    font-size: clamp(2.35rem, 12.2vw, 3.45rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .elyse-paveking .hero-title-accent {
    display: block;
    white-space: nowrap;
    font-size: clamp(3rem, 14.2vw, 4rem);
    line-height: 0.92;
    letter-spacing: -0.065em;
  }

  .elyse-paveking .hero-title-tagline {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    font-size: clamp(1rem, 4.6vw, 1.28rem);
    line-height: 1.12;
    white-space: normal;
  }

  .elyse-paveking .hero-glass-line {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: start;
    column-gap: clamp(6px, 2.4vw, 12px);
    row-gap: 6px;
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.38rem, 7.1vw, 2rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
    white-space: normal;
  }

  .elyse-paveking .hero-glass-line span {
    display: block;
    min-width: 0;
    overflow-wrap: normal;
    text-align: left;
  }

  .elyse-paveking .hero-glass-line b:nth-of-type(2) {
    display: none;
  }

  .elyse-paveking .hero-glass-line span:nth-of-type(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: auto;
    font-size: 0.9em;
    text-align: center;
  }

  .elyse-paveking .hero-lede {
    overflow-wrap: break-word;
    font-size: clamp(0.92rem, 4vw, 1rem);
    line-height: 1.45;
  }
}

@media (max-width: 390px) {
  .elyse-paveking .hero-title-accent {
    font-size: clamp(2.75rem, 13.2vw, 3.35rem);
  }

  .elyse-paveking .hero-glass-line {
    font-size: clamp(1.2rem, 6.5vw, 1.72rem);
  }
}

@media (max-width: 700px) {
  .elyse-intro .intro-worker-object {
    width: min(220px, 60vw);
    max-height: none;
    object-fit: contain;
    object-position: center top;
  }
}

/* Final responsive 3D contractor object lock */
.elyse-intro .intro-worker-object {
  position: absolute !important;
  left: min(64%, 1180px) !important;
  top: auto !important;
  bottom: clamp(-34px, -2vw, -10px) !important;
  width: auto !important;
  height: clamp(518px, 74svh, 864px) !important;
  max-width: min(41vw, 374px) !important;
  max-height: calc(100svh - 90px) !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  transform: translateX(-50%) !important;
  background: transparent !important;
  mix-blend-mode: normal !important;
}

@media (max-width: 900px) {
  .elyse-intro .intro-worker-object {
    left: 50% !important;
    bottom: -34px !important;
    height: clamp(432px, 72svh, 720px) !important;
    max-width: min(66vw, 317px) !important;
    max-height: calc(100svh - 80px) !important;
  }
}

@media (max-width: 700px) {
  .elyse-intro .intro-worker-object {
    bottom: -46px !important;
    height: clamp(374px, 64svh, 605px) !important;
    max-width: min(80vw, 274px) !important;
    max-height: 605px !important;
  }
}

/* Intro photo frame slideshow: preserves the original frame size and placement */
.elyse-intro .intro-photo-frame {
  overflow: hidden;
}

.elyse-intro .intro-photo-slideshow {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ded9cf;
}

.elyse-intro .intro-photo-slideshow img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0;
  transform: scale(1.035);
  filter: saturate(1.03) contrast(1.02);
  animation: introPhotoSlideshow 64s infinite ease-in-out;
}

.elyse-intro .intro-photo-slideshow.is-running img {
  animation: none !important;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 1.45s ease-in-out,
    transform 4.2s ease-in-out,
    filter 1.45s ease-in-out;
  will-change: opacity, transform;
}

.elyse-intro .intro-photo-slideshow.is-running img.is-active {
  opacity: 1;
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.03);
}

.elyse-intro .intro-photo-slideshow img:nth-child(1) { animation-delay: 0s; }
.elyse-intro .intro-photo-slideshow img:nth-child(2) { animation-delay: 4s; }
.elyse-intro .intro-photo-slideshow img:nth-child(3) { animation-delay: 8s; }
.elyse-intro .intro-photo-slideshow img:nth-child(4) { animation-delay: 12s; }
.elyse-intro .intro-photo-slideshow img:nth-child(5) { animation-delay: 16s; }
.elyse-intro .intro-photo-slideshow img:nth-child(6) { animation-delay: 20s; }
.elyse-intro .intro-photo-slideshow img:nth-child(7) { animation-delay: 24s; }
.elyse-intro .intro-photo-slideshow img:nth-child(8) { animation-delay: 28s; }
.elyse-intro .intro-photo-slideshow img:nth-child(9) { animation-delay: 32s; }
.elyse-intro .intro-photo-slideshow img:nth-child(10) { animation-delay: 36s; }
.elyse-intro .intro-photo-slideshow img:nth-child(11) { animation-delay: 40s; }
.elyse-intro .intro-photo-slideshow img:nth-child(12) { animation-delay: 44s; }
.elyse-intro .intro-photo-slideshow img:nth-child(13) { animation-delay: 48s; }
.elyse-intro .intro-photo-slideshow img:nth-child(14) { animation-delay: 52s; }
.elyse-intro .intro-photo-slideshow img:nth-child(15) { animation-delay: 56s; }
.elyse-intro .intro-photo-slideshow img:nth-child(16) { animation-delay: 60s; }

@keyframes introPhotoSlideshow {
  0%,
  6.25% {
    opacity: 1;
    transform: scale(1);
  }

  7.6%,
  100% {
    opacity: 0;
    transform: scale(1.018);
  }
}

@media (prefers-reduced-motion: reduce) {
  .elyse-intro .intro-photo-slideshow img {
    animation: none !important;
  }

  .elyse-intro .intro-photo-slideshow img:first-child {
    opacity: 1;
  }
}

.elyse-paveking .header-cta,
.elyse-paveking .phone-split-cta,
.elyse-paveking .hero-actions .phone-split-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 50px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(20, 22, 26, 0.46);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.elyse-paveking .header-cta::before,
.elyse-paveking .header-cta::after,
.elyse-paveking .phone-split-cta::before,
.elyse-paveking .phone-split-cta::after {
  content: none;
}

.elyse-paveking .header-cta:hover,
.elyse-paveking .header-cta:focus-visible,
.elyse-paveking .phone-split-cta:hover,
.elyse-paveking .phone-split-cta:focus-visible {
  color: #fff;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.elyse-paveking .header-cta {
  min-height: 42px;
  padding: 0 16px;
  border-color: rgba(255, 255, 255, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(31, 34, 40, 0.58);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
}

.elyse-paveking .hero-actions .phone-split-cta {
  width: min(100%, 300px);
  justify-self: center;
}

@media (max-width: 640px) {
  .elyse-paveking .header-cta {
    display: inline-flex;
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .elyse-paveking .hero-actions .phone-split-cta {
    width: min(100%, 300px);
    min-height: 58px;
    padding: 0 22px;
    font-size: 1.06rem;
  }
}

@media (max-width: 430px) {
  .elyse-paveking .header-cta {
    min-height: 36px;
    padding: 0 8px;
    font-size: 0.68rem;
  }

  .elyse-paveking .hero-actions .phone-split-cta {
    width: min(100%, 286px);
    min-height: 54px;
    padding: 0 18px;
    font-size: 1rem;
  }
}

.elyse-paveking .site-header .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-height: 42px;
  padding: 0 16px;
  overflow: visible;
  border: 1px solid rgba(21, 23, 26, 0.24);
  border-radius: 0;
  color: #15171a;
  background: rgba(255, 255, 255, 0.24);
  box-shadow:
    0 12px 26px rgba(21, 23, 26, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
  backdrop-filter: blur(14px) saturate(118%);
  -webkit-backdrop-filter: blur(14px) saturate(118%);
}

.elyse-paveking .site-header .header-cta::after {
  content: none;
}

.elyse-paveking .site-header .header-cta::before {
  content: "";
  position: static;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  background: #ff5a1a;
  line-height: 1;
  transform: translateY(-0.02em);
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.84 3.75 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.84 3.75 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.elyse-paveking .site-header .header-cta:hover,
.elyse-paveking .site-header .header-cta:focus-visible {
  color: #15171a;
  background: rgba(255, 255, 255, 0.34);
  filter: none;
  transform: translateY(-2px);
  box-shadow:
    0 16px 30px rgba(21, 23, 26, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

@media (max-width: 640px) {
  .elyse-paveking .site-header .header-cta {
    display: inline-flex;
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.72rem;
  }
}

@media (max-width: 430px) {
  .elyse-paveking .site-header .header-cta {
    min-height: 36px;
    padding: 0 8px;
    font-size: 0.68rem;
  }
}

.elyse-projects .project-card-call {
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: #172533;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12));
  box-shadow:
    0 22px 44px rgba(23, 37, 51, 0.12),
    0 6px 18px rgba(255, 255, 255, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px) saturate(128%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
}

.elyse-paveking .site-header .header-cta {
  font-size: 0.97rem;
}

@media (max-width: 640px) {
  .elyse-paveking .site-header .header-cta {
    font-size: 0.83rem;
  }
}

@media (max-width: 430px) {
  .elyse-paveking .site-header .header-cta {
    font-size: 0.78rem;
  }
}

@media (max-width: 700px) {
  .elyse-paveking .site-header .nav-wrap {
    display: grid;
    grid-template-columns: minmax(108px, 1fr) minmax(0, 148px) 46px;
    align-items: center;
    gap: 7px;
    width: min(100% - 18px, 1180px);
    min-height: 72px;
  }

  .elyse-paveking .site-header nav {
    display: contents;
  }

  .elyse-paveking .site-header .brand {
    min-width: 0;
    grid-template-columns: 50px minmax(0, auto);
    gap: 7px;
  }

  .elyse-paveking .site-header .brand-logo {
    width: 50px;
    height: 44px;
  }

  .elyse-paveking .site-header .brand-text {
    min-width: 0;
  }

  .elyse-paveking .site-header .brand strong {
    overflow: hidden;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .elyse-paveking .site-header .header-cta {
    justify-self: end;
    max-width: 148px;
    min-height: 36px;
    padding: 0 8px;
    gap: 4px;
    font-size: 0.78rem;
    transform: translateX(-6px);
  }

  .elyse-paveking .site-header .header-cta::before {
    width: 1.45em;
    height: 1.45em;
    flex: 0 0 auto;
  }

  .elyse-paveking .site-header .nav-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 430px) {
  .elyse-paveking .site-header .nav-wrap {
    grid-template-columns: minmax(94px, 1fr) minmax(0, 136px) 44px;
    gap: 5px;
    width: min(100% - 12px, 1180px);
  }

  .elyse-paveking .site-header .brand {
    grid-template-columns: 46px minmax(0, auto);
    gap: 5px;
  }

  .elyse-paveking .site-header .brand-logo {
    width: 46px;
    height: 40px;
  }

  .elyse-paveking .site-header .header-cta {
    max-width: 136px;
    min-height: 34px;
    padding: 0 7px;
    font-size: 0.72rem;
    transform: translateX(-8px);
  }
}


.elyse-paveking .intro-contractors,
.elyse-paveking .elyse-intro {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.elyse-paveking .visual-quote,
.elyse-paveking section#instant-quote.visual-quote {
  display: block !important;
  min-height: 0 !important;
  padding: clamp(20px, 3vw, 40px) 0 clamp(12px, 2vw, 28px) !important;
  color: #111418;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: var(--elyse-paper) !important;
  background-color: var(--elyse-paper) !important;
  background-image: none !important;
  box-shadow: none !important;
}

.elyse-paveking .visual-quote::before,
.elyse-paveking .visual-quote::after {
  content: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

/* Keep quote widget intact; match only the surrounding section background to the next page area. */
body.elyse-paveking main > section#instant-quote.visual-quote {
  background: #fbf8f0 !important;
  background-color: #fbf8f0 !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.elyse-paveking main > section#instant-quote.visual-quote > .quote-widget-shell {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Remove dark glow behind quote widget without changing the widget card color. */
body.elyse-paveking main > section#instant-quote.visual-quote .quote-wizard.glass-quote {
  box-shadow:
    0 30px 62px rgba(12, 18, 24, 0.24),
    0 10px 24px rgba(12, 18, 24, 0.16),
    0 2px 6px rgba(12, 18, 24, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

/* Quote widget bridge: small overlap onto the hero video edge, centered on page. */
body.elyse-paveking main > section#instant-quote.visual-quote {
  z-index: 4;
  margin-top: clamp(-46px, -4.4vw, -28px) !important;
  padding-top: clamp(18px, 2.5vw, 30px) !important;
  padding-bottom: clamp(20px, 3vw, 38px) !important;
}

body.elyse-paveking main > section#instant-quote.visual-quote > .quote-widget-shell {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: min(100% - 32px, 1040px) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

body.elyse-paveking main > section#instant-quote.visual-quote .quote-wizard.glass-quote {
  margin-inline: auto !important;
}

@media (max-width: 700px) {
  body.elyse-paveking main > section#instant-quote.visual-quote {
    margin-top: -34px !important;
    padding-top: 16px !important;
  }

  body.elyse-paveking main > section#instant-quote.visual-quote > .quote-widget-shell {
    width: min(100% - 24px, 390px) !important;
  }
}
