/* Section: Young Construction authorized demo clone */
:root {
  --yc-black: #050505;
  --yc-dark: #171717;
  --yc-panel: #202020;
  --yc-orange: #ff7a2b;
  --yc-orange-dark: #e86b20;
  --yc-text: #111111;
  --yc-muted: #707070;
  --yc-border: #dedede;
  --yc-font-display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --yc-font-body: Inter, Arial, sans-serif;
}

body.yc-demo-page {
  margin: 0;
  background: #000;
  color: var(--yc-text);
  font-family: var(--yc-font-body);
}

.yc-site {
  overflow: hidden;
  background: #fff;
}

.yc-shell {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.yc-topbar {
  background: #181818;
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.yc-topbar__inner {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.yc-phone-dot {
  color: var(--yc-orange);
  border: 1px solid rgba(255,122,43,.55);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.yc-pipe {
  color: rgba(255,255,255,.45);
}

.yc-header {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  background: #050505;
  color: #fff;
}

.yc-header__inner {
  height: 78px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 28px;
}

.yc-logo img {
  width: 142px;
  height: auto;
  display: block;
}

.yc-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}

.yc-nav a {
  color: #fff;
  text-decoration: none;
}

.yc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.yc-button--solid {
  background: var(--yc-orange);
  color: #050505;
  box-shadow: 0 14px 30px rgba(255,122,43,.22);
}

.yc-button--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.9);
  background: transparent;
}

.yc-button--outline-dark {
  color: #111;
  border-color: #111;
  background: #fff;
  min-height: 42px;
}

.yc-hero {
  position: relative;
  min-height: 820px;
  padding-top: 165px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: #000;
}

.yc-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 18%;
  opacity: .48;
}

.yc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.75) 72%, #fff 100%);
}

.yc-hero__content {
  position: relative;
  z-index: 1;
  max-width: 740px;
  padding-top: 70px;
}

.yc-kicker {
  margin: 0 0 15px;
  color: var(--yc-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.yc-hero h1,
.yc-site h2 {
  font-family: var(--yc-font-display);
  font-weight: 800;
  letter-spacing: 0;
}

.yc-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(52px, 6vw, 86px);
  line-height: .9;
}

.yc-hero__copy {
  max-width: 700px;
  margin: 0 auto 34px;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255,255,255,.92);
}

.yc-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 34px;
}

.yc-rating {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
}

.yc-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.yc-stars {
  color: #ffc52f;
  letter-spacing: 2px;
}

.yc-explore {
  display: block;
  margin-top: 62px;
  color: var(--yc-orange);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}

.yc-explore span {
  display: block;
  margin-top: 8px;
  color: #fff;
}

.yc-services {
  position: relative;
  margin-top: -112px;
  padding-bottom: 100px;
  background: #fff;
}

.yc-orange-slope {
  position: absolute;
  top: 40px;
  right: -5vw;
  width: 112vw;
  height: 110px;
  background: var(--yc-orange);
  transform: skewY(-5deg);
  transform-origin: 100% 0;
  box-shadow: 0 30px 60px rgba(0,0,0,.2);
}

.yc-services__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 0;
}

.yc-service-card {
  min-height: 360px;
  margin-top: 45px;
  padding: 50px 38px 36px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 14px;
  box-shadow: 0 24px 46px rgba(0,0,0,.16);
  text-align: center;
}

.yc-service-card--featured {
  min-height: 430px;
  margin-top: 0;
  z-index: 2;
  transform: scale(1.07);
}

.yc-service-card img {
  height: 112px;
  width: auto;
  margin-bottom: 22px;
}

.yc-service-card h2 {
  margin: 0 0 18px;
  font-size: 34px;
}

.yc-service-card p {
  color: #3d3d3d;
  font-size: 13px;
  line-height: 1.7;
}

.yc-service-card a,
.yc-blog a {
  color: var(--yc-orange-dark);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.yc-pills {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.yc-pills span {
  padding: 9px 14px;
  background: #fff0e8;
  color: var(--yc-orange-dark);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.yc-financing,
.yc-community,
.yc-locations,
.yc-area-links,
.yc-faq,
.yc-blog {
  background: #fff;
}

.yc-financing {
  padding: 30px 0 145px;
}

.yc-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 90px;
  align-items: center;
}

.yc-blank-card,
.yc-image-fade {
  min-height: 390px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff);
  box-shadow: 0 30px 65px rgba(0,0,0,.08);
}

.yc-copy-block h2,
.yc-centered h2,
.yc-section-row h2 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4.5vw, 62px);
  line-height: .96;
}

.yc-copy-block p {
  margin: 0 0 28px;
  padding-left: 24px;
  border-left: 2px solid var(--yc-orange);
  font-size: 15px;
  line-height: 1.74;
  color: #1c1c1c;
}

.yc-dark-band,
.yc-dark-panel {
  position: relative;
  background: #000;
  color: #fff;
}

.yc-dark-band::before,
.yc-dark-panel::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -3vw;
  width: 110vw;
  height: 85px;
  background: #5b5b5b;
  transform: rotate(-3deg);
  transform-origin: 0 100%;
}

.yc-testimonials {
  min-height: 1600px;
  padding: 140px 0 120px;
}

.yc-centered {
  text-align: center;
}

.yc-testimonials h2 {
  color: #fff;
}

.yc-quote-mark {
  position: absolute;
  left: calc(50% - 420px);
  top: 210px;
  color: rgba(255,255,255,.12);
  font-size: 170px;
  font-family: Georgia, serif;
  line-height: 1;
}

.yc-review-list {
  max-width: 780px;
  margin: 32px auto 0;
}

.yc-review-list p {
  margin: 0;
  padding: 29px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.9);
  font-size: 15px;
  line-height: 1.75;
}

.yc-process {
  padding: 120px 0 150px;
  background: #191919;
}

.yc-process::before {
  background: #fff;
  top: -42px;
}

.yc-process__head {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 70px;
  align-items: end;
  margin-bottom: 65px;
}

.yc-process h2 {
  color: #fff;
  font-size: clamp(48px, 5vw, 72px);
  margin: 0 0 20px;
}

.yc-process__head p {
  max-width: 620px;
  padding-left: 22px;
  border-left: 2px solid var(--yc-orange);
  color: rgba(255,255,255,.86);
  line-height: 1.7;
}

.yc-owner-note {
  position: relative;
  background: #fff;
  color: #111;
  border-radius: 12px 12px 12px 0;
  padding: 18px 22px 0;
  min-height: 82px;
  box-shadow: 0 16px 35px rgba(0,0,0,.22);
}

.yc-owner-note span {
  display: block;
  margin: 13px -22px 0;
  padding: 10px 18px;
  background: var(--yc-orange);
  border-radius: 0 0 12px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.yc-process-cards {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, .45fr);
  gap: 0;
  overflow: hidden;
  border-radius: 14px;
}

.yc-process-cards article {
  min-height: 210px;
  padding: 42px 28px;
  background: #fff;
  color: #111;
  box-shadow: 16px 0 34px rgba(0,0,0,.16);
}

.yc-process-cards article:not(:first-child) {
  color: transparent;
}

.yc-process-cards span {
  color: var(--yc-orange);
  font-size: 12px;
  font-weight: 900;
}

.yc-process-cards h3 {
  margin: 13px 0 13px;
  font-size: 30px;
}

.yc-process-cards p {
  font-size: 14px;
  line-height: 1.7;
}

.yc-community {
  padding: 130px 0 90px;
}

.yc-image-fade {
  background-size: cover;
  background-position: center;
  opacity: .16;
}

.yc-locations {
  padding: 20px 0 145px;
}

.yc-locations .yc-centered > p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
}

.yc-map-space {
  height: 310px;
  background-image: url("../yc/location-map.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .12;
}

.yc-location-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
}

.yc-location-cards article {
  position: relative;
  padding: 44px 28px 36px;
}

.yc-location-cards article + article {
  border-left: 1px solid #ddd;
}

.yc-location-cards span {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--yc-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yc-location-cards h3,
.yc-footer__locations h3 {
  margin: 0 0 12px;
  color: var(--yc-orange);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .05em;
}

.yc-location-cards p,
.yc-location-cards strong {
  font-size: 13px;
  line-height: 1.65;
}

.yc-values {
  padding: 150px 0 190px;
}

.yc-values .yc-copy-block {
  max-width: 500px;
}

.yc-values h2,
.yc-final-cta h2 {
  color: #fff;
}

.yc-values p {
  color: rgba(255,255,255,.86);
}

.yc-project-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 295px;
  background: linear-gradient(180deg, #d9d9d9, #111);
}

.yc-project-strip article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 22px 26px;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.yc-project-strip article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.8), rgba(0,0,0,.82));
}

.yc-project-strip h3,
.yc-project-strip p,
.yc-project-strip span {
  position: relative;
}

.yc-project-strip h3 {
  max-width: 280px;
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.1;
  text-transform: uppercase;
}

.yc-project-strip p {
  margin: 0;
  font-size: 12px;
}

.yc-project-strip span {
  position: absolute;
  right: 20px;
  bottom: 26px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  display: flex;
  align-items: center;
  justify-content: center;
}

.yc-area-links {
  padding: 98px 0;
}

.yc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.yc-loader {
  text-align: center;
  color: #777;
  font-size: 48px;
}

.yc-city-links {
  color: var(--yc-orange-dark);
  font-size: 14px;
  line-height: 2.35;
  text-decoration: underline;
}

.yc-faq {
  padding: 85px 0 110px;
  background: #f4f4f4;
}

.yc-faq h2 {
  font-size: clamp(46px, 5vw, 68px);
}

.yc-accordion {
  max-width: 760px;
  margin: 70px auto 0;
  text-align: left;
}

.yc-accordion div {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-weight: 700;
}

.yc-blog {
  padding: 85px 0 120px;
}

.yc-section-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.yc-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 820px;
}

.yc-blog-grid article {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 16px 35px rgba(0,0,0,.11);
  background: #fff;
}

.yc-blog-img {
  position: relative;
  height: 210px;
  background-size: cover;
  background-position: center;
}

.yc-blog-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(0,0,0,.7));
}

.yc-blog-img span {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.yc-blog-grid article > div:last-child {
  padding: 30px 28px 34px;
}

.yc-blog time {
  color: #b4b4b4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.yc-blog h3 {
  margin: 18px 0 14px;
  font-size: 27px;
  line-height: 1.08;
}

.yc-blog p {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
}

.yc-final-cta {
  position: relative;
  min-height: 690px;
  background: #151515;
  color: #fff;
}

.yc-final-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .34;
}

.yc-final-cta::after {
  content: "";
  position: absolute;
  left: -3vw;
  right: -3vw;
  bottom: -80px;
  height: 260px;
  background: var(--yc-orange);
  transform: skewY(13deg);
  transform-origin: 100% 0;
}

.yc-final-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 85px;
  align-items: center;
  min-height: 690px;
}

.yc-final-cta h2 {
  font-size: clamp(52px, 5vw, 76px);
  line-height: .95;
}

.yc-owner-note--small {
  max-width: 300px;
  margin-bottom: 28px;
}

.yc-form {
  padding: 52px 44px;
  border-radius: 14px;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 55px rgba(0,0,0,.32);
}

.yc-form h3 {
  margin: 0 0 18px;
  font-size: 28px;
}

.yc-form > p {
  margin: 0 0 24px;
  padding-left: 18px;
  border-left: 2px solid var(--yc-orange);
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}

.yc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  margin-bottom: 28px;
}

.yc-form label {
  color: #222;
  font-size: 11px;
  font-weight: 800;
}

.yc-form input,
.yc-form select {
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  padding: 0 15px;
  border: 0;
  border-radius: 7px;
  background: #efefef;
  font: inherit;
  color: #777;
}

.yc-form-wide {
  grid-column: 1 / -1;
}

.yc-form button {
  margin: 0 auto;
  border: 0;
}

.yc-footer {
  position: relative;
  z-index: 2;
  padding-top: 115px;
  background: #050505;
  color: #fff;
}

.yc-footer__top {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  gap: 46px;
  margin-bottom: 82px;
}

.yc-footer p,
.yc-footer a {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
}

.yc-footer strong {
  display: block;
  margin: 18px 0;
  font-size: 15px;
}

.yc-footer h3 {
  color: var(--yc-orange);
  font-size: 13px;
  margin: 0 0 18px;
}

.yc-footer__locations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  padding-bottom: 55px;
}

.yc-footer__locations article {
  padding: 34px 25px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  text-align: center;
  background: #1b1b1b;
}

.yc-footer__bar {
  padding: 18px 24px;
  background: #1b1b1b;
  color: rgba(255,255,255,.75);
  font-size: 12px;
}

@media (max-width: 900px) {
  .yc-shell {
    width: min(100% - 32px, 680px);
  }

  .yc-topbar {
    display: none;
  }

  .yc-header {
    position: relative;
  }

  .yc-header__inner {
    height: auto;
    padding: 20px 0;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .yc-logo img {
    margin: 0 auto;
  }

  .yc-nav {
    flex-wrap: wrap;
    gap: 14px 20px;
  }

  .yc-hero {
    min-height: auto;
    padding: 80px 0 190px;
  }

  .yc-hero__content {
    padding-top: 0;
  }

  .yc-actions,
  .yc-rating {
    flex-direction: column;
  }

  .yc-services__grid,
  .yc-split,
  .yc-process__head,
  .yc-location-cards,
  .yc-two-col,
  .yc-blog-grid,
  .yc-final-cta__grid,
  .yc-footer__top,
  .yc-footer__locations {
    grid-template-columns: 1fr;
  }

  .yc-service-card,
  .yc-service-card--featured {
    min-height: 0;
    margin: 0 0 18px;
    transform: none;
  }

  .yc-testimonials {
    min-height: auto;
  }

  .yc-process-cards {
    grid-template-columns: 1fr;
  }

  .yc-process-cards article:not(:first-child) {
    color: #111;
  }

  .yc-project-strip {
    grid-template-columns: 1fr;
  }

  .yc-final-cta__grid {
    gap: 30px;
    padding: 80px 0;
  }

  .yc-form-grid {
    grid-template-columns: 1fr;
  }
}
