@import url("./dist/client/_next/static/css/index.TKTwjc-m.css");

:root {
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

body {
  font-size: 15px;
}

section[id],
.service-card[id] {
  scroll-margin-top: 24px;
}

.hero-photo {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(48, 39, 30, .1), rgba(48, 39, 30, 0) 18%),
    url("./public/images/hero-bathroom.png") center / cover no-repeat;
}

.hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy::before {
  background: url("./public/images/hero-wave.svg") left center / 100% 100% no-repeat;
}

.about-copy::after {
  background: url("./public/images/about-brush-transparent.png") right center / contain no-repeat;
}

.about-photo {
  background: url("./public/images/about-vanity-v2.png") left center / cover no-repeat;
}

.final-cta::before {
  background: url("./public/images/cta-branch-v2.png") left bottom / 100% 100% no-repeat;
}

.contact-visual {
  background:
    linear-gradient(rgba(37, 31, 25, .06), rgba(37, 31, 25, .06)),
    url("./public/images/project-shower.png") center / cover no-repeat;
}

.project-shower {
  background-image: url("./public/images/project-shower.png");
}

.project-kitchen {
  background-image: url("./public/images/project-kitchen-v2.png");
}

.project-bathroom {
  background-image: url("./public/images/hero-bathroom.png");
}

.static-testimonials {
  background: #f6f3ee;
}

.static-contact {
  background: #fbfaf7;
}

.static-contact > .contact-content {
  padding-top: 90px;
  padding-bottom: 90px;
}

.static-contact > .contact-content > div:first-child > h2 {
  font-size: clamp(42px, 5vw, 70px);
}

.gallery-button {
  margin-top: 10px;
}

.hero-intro,
.section-intro > p:not(.eyebrow),
.about-copy > p,
.cta-content p,
.contact-card a,
.contact-card p,
.contact-lead,
.inner-hero p:not(.eyebrow) {
  font-size: 15px;
}

.service-card p,
.project-card p,
.steps span,
.areas {
  font-size: 15px;
}

.desktop-nav a,
.services-dropdown a,
.estimate-button,
.cta-white,
.eyebrow,
.language-note,
.cta-language,
.text-link,
.steps li,
.footer-content,
.footer-brand small,
.footer-content > a:last-child,
.hours,
.footer-links,
.breadcrumb-row,
.detail-copy p:not(.eyebrow),
.large-copy,
.mini-card p,
.service-hub-card p:not(.eyebrow),
.inline-links a,
.testimonial-card a,
.mobile-menu nav a,
.mobile-services-menu summary,
.mobile-menu nav .mobile-services-menu a {
  font-size: 15px;
}

.mobile-services-menu summary::after {
  font-size: 15px;
}

.nav-contrast-label {
  --nav-cut-top: 100%;
  --nav-cut-bottom: 100%;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.nav-contrast-base {
  position: relative;
}

.nav-contrast-video {
  position: absolute;
  inset: 0;
  clip-path: polygon(
    var(--nav-cut-top) 0,
    100% 0,
    100% 100%,
    var(--nav-cut-bottom) 100%
  );
  color: #fff;
  pointer-events: none;
  text-shadow: 0 1px 3px rgba(25, 18, 13, .42);
}

.service-card .service-line-icon {
  width: 50px;
  height: 50px;
  color: #9f6d4d;
  stroke-width: 1.4;
  shape-rendering: geometricPrecision;
}

.service-card .service-line-icon * {
  vector-effect: non-scaling-stroke;
}

.steps .process-line-icon {
  width: 55px;
  height: 55px;
  top: -8px;
  padding: 11px;
  color: #625f5b;
  stroke-width: 1.55;
  shape-rendering: geometricPrecision;
}

.steps .process-line-icon * {
  vector-effect: non-scaling-stroke;
}

.steps .process-line-icon .process-icon-dot {
  fill: currentColor;
  stroke: none;
  vector-effect: none;
}

.testimonial-card p {
  font-size: clamp(22px, 2vw, 28px);
}

.testimonial-card span {
  font-size: 15px;
}

@media (min-width: 901px) {
  .hero {
    min-height: clamp(740px, 41vw, 1050px);
  }
}

@media (min-width: 1121px) {
  .hero-photo {
    inset: 0 0 0 18%;
  }

  .hero-copy {
    --wave-width: clamp(280px, 18vw, 500px);
    width: 38%;
    padding-right: 24px;
    padding-left: clamp(56px, 7.5vw, 154px);
  }

  .hero-copy > * {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 3.65vw, 76px);
  }

  .hero-copy h1 em {
    white-space: normal;
  }
}

@media (max-width: 700px) {
  .brand small {
    font-size: 15px;
  }

  .hero-photo {
    height: 355px;
  }

  .service-card .service-line-icon {
    width: 46px;
    height: 46px;
  }

  .steps .process-line-icon {
    width: 52px;
    height: 52px;
    top: -6px;
    padding: 10px;
  }

  .static-contact > .contact-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-button {
    margin-top: 24px;
  }
}

@media (max-width: 900px) and (min-width: 701px) {
  .hero-photo {
    height: 430px;
  }
}
