body.lerws-home-page {
  overflow-x: hidden;
}

body.lerws-home-page #view-main,
body.lerws-home-page .cb-brandreel,
body.lerws-home-page .cb-brandreel-reels,
body.lerws-home-page .cb-brandreel-reel,
body.lerws-home-page .cb-postcard,
body.lerws-home-page .cb-achievement {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body.lerws-home-page #view-main,
  body.lerws-home-page .cb-brandreel,
  body.lerws-home-page .cb-brandreel-reels,
  body.lerws-home-page .cb-brandreel-reel,
  body.lerws-home-page .cb-postcard,
  body.lerws-home-page .cb-achievement {
    overflow-x: hidden;
  }
}

.lerws-home-hello {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.lerws-home-hello .lh-intro,
.lerws-home-hello .lh-focused {
  color: #fff;
  background: #121212;
}

/* Match hello.lerws.com defaults: non-inverse overview sections are black on light */
.lerws-home-hello .cb-overview {
  color: #000;
  background: #fff;
}

.lerws-home-hello .cb-overview.-inverse {
  color: #fff;
  background: #000;
}

/* Home hero is dark: keep header/logo/nav white on this page. */
.cb-navbar.-inverse .lerws-navbar-logo img {
  filter: brightness(0) invert(1) !important;
}

.cb-navbar.-inverse .lerws-navbar-navs,
.cb-navbar.-inverse .lerws-navbar-nav-toggle,
.cb-navbar.-inverse .lerws-navbar-nav-title span,
.cb-navbar.-inverse .lerws-navbar-nav-title span::after,
.cb-navbar.-inverse .cb-navbar-call-btn.cb-btn_cta,
.cb-navbar.-inverse .cb-navbar-call-btn .cb-btn_cta-title span,
.cb-navbar.-inverse .cb-navbar-toggle {
  color: #fff !important;
}

.cb-navbar.-inverse .lerws-navbar-nav-toggle::after {
  border-top-color: currentColor;
}

.cb-navbar.-inverse .cb-navbar-toggle {
  mix-blend-mode: exclusion;
}

/* Home sticky-up state: when navbar reappears while scrolling up, switch to black. */
.cb-navbar.-inverse.-visible .lerws-navbar-logo img {
  filter: none !important;
}

.cb-navbar.-inverse.-visible .lerws-navbar-navs,
.cb-navbar.-inverse.-visible .lerws-navbar-nav-toggle,
.cb-navbar.-inverse.-visible .lerws-navbar-nav-title span,
.cb-navbar.-inverse.-visible .lerws-navbar-nav-title span::after,
.cb-navbar.-inverse.-visible .cb-navbar-call-btn.cb-btn_cta,
.cb-navbar.-inverse.-visible .cb-navbar-call-btn .cb-btn_cta-title span,
.cb-navbar.-inverse.-visible .cb-navbar-toggle {
  color: #000 !important;
}

.cb-navbar.-inverse.-visible .lerws-navbar-nav-toggle::after {
  border-top-color: currentColor;
}

.cb-navbar.-inverse.-visible .cb-navbar-toggle {
  mix-blend-mode: normal;
}

.lerws-home-hello * {
  box-sizing: border-box;
}

.lerws-home-hello .lh-container {
  width: 100%;
  max-width: 136rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-container {
    padding: 0 5rem;
  }
}

.lerws-home-hello .lh-intro {
  position: relative;
}

.lerws-home-hello .lh-intro-content {
  padding: 13rem 0 0;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-intro-content {
    padding: 0;
  }
}

.lerws-home-hello .lh-intro-body {
  z-index: 1;
  position: relative;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-intro-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    min-height: 80rem;
  }
}

.lerws-home-hello .lh-intro-header h2 {
  margin: 0;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 400;
  line-height: 90%;
  transform: translateZ(0);
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-intro-header h2 {
    font-size: 17.1rem;
  }
}

.lerws-home-hello .lh-intro-header h2 em {
  margin: -0.1em 0;
  padding: 0.1em 0;
  display: inline-block;
  overflow: hidden;
  font-style: normal;
  transform: translateZ(0);
}

.lerws-home-hello .lh-word {
  display: inline-block;
}

.lerws-home-hello .lh-blink {
  animation: lh-blink 1s step-end infinite backwards;
}

.lerws-home-hello .lh-create-pill {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  height: 6rem;
  margin: 0;
  padding: 0 1.5rem;
  color: #e0fd60;
  border-radius: 1000px;
  overflow: hidden;
  font-family: "Gallery Modern", sans-serif;
  font-size: 105%;
  font-weight: 400;
  line-height: 0.92;
  transform: translateZ(0);
  transition: transform 0.3s;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-create-pill {
    height: 15.3rem;
    margin: 0 0 0 0.2em;
    padding: 0 4.8rem;
  }
}

.lerws-home-hello .lh-create-pill-border {
  content: "";
  z-index: 3;
  position: absolute;
  inset: 0 0.5px 1px 0;
  border: 1px solid currentColor;
  border-radius: inherit;
  display: block;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-create-pill-border {
    border-width: 2px;
  }
}

.lerws-home-hello .lh-create-pill-ripple {
  z-index: 1;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  transform: translateZ(0);
}

.lerws-home-hello .lh-create-pill-ripple > span {
  width: 100%;
  height: 100%;
  display: block;
  background: currentColor;
  border-radius: 50% 50% 0 0;
  transform: translateY(101%);
  transition:
    transform 0.5s cubic-bezier(0.4, 0, 0, 1),
    border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.lerws-home-hello .lh-create-pill-title {
  z-index: 2;
  position: relative;
  display: block;
  padding: 0 0.16em 0 0;
  overflow: hidden;
}

.lerws-home-hello .lh-create-pill-title > span {
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.lerws-home-hello .lh-create-pill-title > span::after {
  content: attr(data-text);
  position: absolute;
  top: 110%;
  left: 0;
  display: block;
  color: #000;
}

@media (pointer: fine) {
  .lerws-home-hello .lh-create-pill:hover {
    transform: scaleX(1.02);
    transition: transform 0.6s cubic-bezier(0.34, 5.56, 0.64, 1);
  }

  .lerws-home-hello .lh-create-pill:hover .lh-create-pill-ripple > span {
    transform: translateY(0);
    border-radius: 0;
    transition-duration: 0.5s, 0.9s;
  }

  .lerws-home-hello .lh-create-pill:hover .lh-create-pill-title > span {
    transform: translateY(-110%);
  }
}

.lerws-home-hello .lh-intro-details {
  position: absolute;
  top: 65vh;
  left: 1.5rem;
  pointer-events: none;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-intro-details {
    top: auto;
    bottom: 4rem;
    left: 5rem;
  }
}

.lerws-home-hello .lh-intro-detail {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 110%;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-intro-detail {
    font-size: 1.6rem;
  }
}

.lerws-home-hello .lh-intro-detail:last-child {
  display: none;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-intro-detail:last-child {
    display: inline-block;
    margin-left: 41rem;
  }
}

.lerws-home-hello .lh-intro-bottom {
  contain: layout;
  position: relative;
  transform: translateY(-8%);
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-intro-bottom {
    max-width: 85%;
    margin-left: 5rem;
    transform: translateY(-50%);
  }
}

.lerws-home-hello .lh-intro-figure {
  width: 345px;
  height: 487px;
  margin: 0 auto;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-intro-figure {
    width: auto;
    max-width: 48.1rem;
    height: 53.2rem;
    margin: 0 0 0 auto;
  }
}

.lerws-home-hello .lh-intro-figure-media {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  overflow: hidden;
  transform: translateZ(0);
}

.lerws-home-hello .lh-intro-figure-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lerws-home-hello .lh-focused {
  position: relative;
  overflow: hidden;
}

.lerws-home-hello .lh-focused-content {
  position: relative;
  padding: 10rem 0 11.3rem;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-focused-content {
    padding: 5rem 0 20rem;
  }
}

.lerws-home-hello .lh-focused-text {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 100%;
}

@media (min-width: 768px), (orientation: landscape) {
  .lerws-home-hello .lh-focused-text {
    max-width: 120rem;
    font-size: 6.8rem;
    font-weight: 400;
  }
}

.lerws-home-hello .lh-focused-text p {
  margin: 0;
}

.lerws-home-hello .lh-focused-word {
  position: relative;
  display: inline-block;
  margin: -0.1em 0;
  padding: 0.1em 0;
  vertical-align: top;
  overflow: hidden;
}

.lerws-home-hello .lh-focused-word > span {
  display: inline-block;
}

@keyframes lh-blink {
  50% {
    opacity: 0;
  }
}

/* Home-only overview motion helpers */
html.lerws-home-overview-motion .lerws-home-hello .cb-overview .cb-overview-reel-wrap {
  will-change: transform;
}

html.lerws-home-overview-motion
  .lerws-home-hello
  .cb-overview
  .cb-overview-figure.-offsetable {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

html.lerws-home-overview-motion
  .lerws-home-hello
  .cb-overview
  .cb-overview-figure.-offsetable
  .cb-overview-figure-media {
  will-change: auto;
}

/* Brand identities section should be black on the light background */
.lerws-home-hello .cb-overview.-above,
.lerws-home-hello .cb-overview.-above .cb-overview-content,
.lerws-home-hello .cb-overview.-above .cb-overview-header,
.lerws-home-hello .cb-overview.-above .cb-overview-caption,
.lerws-home-hello .cb-overview.-above .cb-overview-text,
.lerws-home-hello .cb-overview.-above .cb-overview-icon,
.lerws-home-hello .cb-overview.-above .cb-overview-divider,
.lerws-home-hello .cb-overview.-above .cb-divider {
  color: #000 !important;
}

/* Keep Featured Projects above the home overview stack (Art direction follower). */
.lerws-home-hello + #featured {
  position: relative;
  z-index: 4;
}
