:root {
  --background-color: #f8f2e8;
  --black: #111;
  --white: #fff;
  --text: #111;
  --muted: #777;
  --line: #d9d3c9;
  --cream: #f7f2e8;
  --rotating-cream: #f7f2e8;
  --ease: cubic-bezier(.77, 0, .175, 1);
  --header-height: 105px
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  background: #fff;
  color: var(--text);
  font-family: Inter,sans-serif;
  overflow-x: hidden
}
body.page-leaving,
body.page-loading {
  overflow: hidden
}
a {
  color: inherit;
  text-decoration: none
}
button {
  border: 0;
  outline: 0;
  font: inherit;
  cursor: pointer
}
img,
svg {
  display: block
}
ul {
  list-style: none
}
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden
}
.page-transition-bg {
  position: absolute;
  inset: 0;
  background: #111;
  transform: translateY(100%)
}
body.page-loading .page-transition-bg {
  transform: translateY(0)
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  z-index: 9999;
  background: 0 0;
  mix-blend-mode: difference;
  transition: transform .4s var(--ease),background .35s var(--ease),box-shadow .35s var(--ease)
}
.site-header.header-hidden {
  transform: translateY(-100%)
}
.logo {
  display: inline-flex;
  align-items: center;
  width: 220px;
  height: auto;
  color: #111;
  text-decoration: none;
  line-height: 0;
  transition: color .3s ease
}
.lsa-lead-logo {
  display: block;
  width: 220px;
  height: auto
}
.header-dark .logo {
  color: #fff
}
.header-light .logo {
  color: #111
}
.header-colored .logo {
  color: #fff
}
@media (max-width:768px) {
  .logo {
    width: 160px
  }
  .lsa-lead-logo {
    width: 160px
  }
}
.site-nav {
  margin-left: auto;
  margin-right: 24px
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-right: 54px
}
.nav-list a {
  position: relative;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .02em
}
.nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .3s ease
}
.nav-list a:hover::after,
.nav-list a[aria-current=page]::after {
  width: 100%
}
.locale-btn {
  position: relative;
  overflow: hidden;
  width: 85px;
  height: 40px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease,color .3s ease
}
.locale-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700
}
.background-hover {
  position: absolute;
  inset: 0;
  background: #45c17d;
  border-radius: 50px;
  transform: translateY(100%);
  transition: transform .45s var(--ease);
  z-index: 1
}
.locale-btn:hover .background-hover {
  transform: translateY(0)
}
.locale-btn:hover {
  color: #fff;
  transform: translateY(-2px)
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px
}
.hamburger span {
  width: 26px;
  height: 2px;
  background: #fff
}
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px
}
.service-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  isolation: isolate
}
.hero-fold-bg {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none
}
.hero-shape-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden
}
.hero-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5000px;
  height: 5000px;
  max-width: none;
  max-height: none;
  transform: translate(-50%,-50%);
  pointer-events: none;
  will-change: transform
}
.hero-shape-spin {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: workHeroRotation 35s linear infinite;
  will-change: transform
}
@keyframes workHeroRotation {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
@keyframes heroSpin {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 92%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center
}
.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-transform: uppercase
}
.hero-line {
  display: block;
  font-family: Inter,sans-serif;
  font-size: 75px;
  line-height: .82;
  font-weight: 900;
  letter-spacing: -.07em;
  white-space: nowrap
}
.hero-line.outline {
  color: transparent;
  -webkit-text-stroke: 1.5px #111;
  margin-right: 60px
}
.hero-line.solid {
  color: #111;
  margin-left: 300px
}
.work-list {
  position: relative;
  padding: 50px 0 120px;
  background: #fff
}
.highlights-dropdown {
  position: relative;
  width: 300px;
  margin-bottom: 40px;
  z-index: 100;
}
.highlights-toggle {
  position: relative;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: #fff;
  color: #111;
  border: 1px solid #c9c9c9;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase;
  overflow: hidden;
  transition: color .35s var(--ease),background-color .35s var(--ease),border-color .35s var(--ease)
}
.highlights-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  transform: translateY(100%);
  transition: transform .35s var(--ease);
  z-index: 0
}
.highlights-dropdown.open .highlights-toggle::before,
.highlights-toggle:hover::before {
  transform: translateY(0)
}
.highlights-dropdown.open .highlights-toggle,
.highlights-toggle:hover {
  color: #fff;
  border-color: #000
}
.highlights-toggle > * {
  position: relative;
  z-index: 2
}
.highlights-chevron {
  flex-shrink: 0;
  transition: transform .35s var(--ease),color .35s var(--ease)
}
.highlights-dropdown.open .highlights-chevron {
  transform: rotate(180deg)
}
.highlights-list {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  max-height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-top: 0;
  border-radius: 0 0 32px 32px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transform-origin: top;
  transition:
    opacity .3s var(--ease),
    transform .35s var(--ease),
    visibility .3s;

  pointer-events: none;
}

.highlights-dropdown.open .highlights-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.highlights-list::-webkit-scrollbar {
  width: 6px;
}

.highlights-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.highlights-list::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 10px;
}

.highlights-list {
  scrollbar-width: thin;
  scrollbar-color: #111 #f1f1f1;
}
.highlights-list li {
  width: 100%
}
.highlights-list li button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 58px;
  padding: 18px 24px;
  border: 0;
  border-bottom: 1px solid #c9c9c9;
  background: #fff;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: background-color .3s ease,color .3s ease
}
.highlights-list li:last-child button {
  border-bottom: 0;
  border-radius: 0 0 31px 31px
}
.highlights-list li button:hover {
  background-color: #000!important;
  color: #fff!important
}
.highlights-list li.active button {
  background-color: #000!important;
  color: #fff!important
}
.highlights-list li button:hover,
.highlights-list li button:hover span,
.highlights-list li.active button,
.highlights-list li.active button span {
  color: #fff!important
}
.highlights-dropdown.open .highlights-toggle {
  background-color: #000;
  color: #fff;
  border-color: #000;
  border-radius: 32px 32px 0 0
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  margin-bottom: 56px
}
.project-card {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f2e8;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  transition: transform .45s var(--ease)
}
.project-image {
  position: relative;
  padding: 22px 22px 0;
  overflow: hidden
}
.project-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 26px;
  transform: scale(1);
  transition: transform .5s var(--ease)
}
.project-content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 0 20px 20px;
  min-height: 190px
}
.project-info {
  flex: 1 1 auto;
  width: 200px;
  transition: opacity .35s var(--ease),transform .35s var(--ease)
}
.project-info span {
  width: 150px;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1
}
.project-info h3 {
  margin: 0;
  max-width: 78%;
  font-size: 20px;
  line-height: .95;
  font-weight: 800;
  text-transform: uppercase
}
.project-description {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 110px;
  max-width: 90%;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .45s var(--ease),transform .45s var(--ease)
}
.view-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0 26px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  overflow: hidden;
  text-decoration: none;
  transition: width .4s ease,gap .4s ease,transform .35s ease,background .35s ease
}
.view-btn span {
  display: block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  transition: max-width .35s ease,opacity .35s ease
}
.view-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: opacity .25s ease,width .25s ease,transform .25s ease
}
.project-card:hover .project-image img {
  transform: scale(.94)
}
.project-card:hover .project-info {
  opacity: 0;
  transform: translateY(-14px)
}
.project-card:hover .project-description {
  opacity: 1;
  transform: translateY(0)
}
.project-card:hover .view-btn {
  width: 100%;
  justify-content: center;
  gap: 12px;
  background: #000;
  transform: translateY(-3px)
}
.project-card:hover .view-btn span {
  max-width: 120px;
  opacity: 1
}
.project-card:hover .view-btn svg {
  opacity: 0;
  width: 0;
  transform: scale(0)
}
.view-btn:hover svg {
  opacity: 0;
  width: 0;
  transform: scale(0)
}
.view-btn:hover {
  background: #000;
  transform: translateY(-3px)
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s var(--ease),transform .8s var(--ease)
}
.reveal.in {
  opacity: 1;
  transform: none
}
.show-more-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 46px;
  margin: 0 auto;
  padding: 0 40px;
  background: #111;
  color: #fff;
  border: 1px solid #111;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  overflow: hidden;
  isolation: isolate;
  transition: color .35s var(--ease),border-color .35s var(--ease),transform .3s var(--ease)
}
.show-more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #b7c9e2;
  transform: translateY(100%);
  transition: transform .45s var(--ease);
  z-index: -1
}
.show-more-btn:hover {
  color: #fff;
  border-color: #b7c9e2
}
.show-more-btn:hover::before {
  transform: translateY(0)
}
.show-more-btn:focus-visible {
  outline: 2px solid #0066ff;
  outline-offset: 4px
}
.show-more-btn[hidden] {
  display: none
}

@media (max-width:1200px) {
  .site-header {
    padding: 0 35px
  }
  .nav-list {
    gap: 35px;
    margin-right: 25px
  }
  .container {
    padding-left: 35px;
    padding-right: 35px
  }
  .hero-line {
    font-size: 64px
  }
  .hero-line.outline {
    margin-right: 260px
  }
  .hero-line.solid {
    margin-left: 260px
  }
  .work-grid {
    grid-template-columns: repeat(3,1fr)
  }
  .highlights-dropdown {
    width: 440px
  }
}
@media (max-width:992px) {
  :root {
    --header-height: 80px
  }
  .site-header {
    padding: 0 24px
  }
  .locale-btn,
  .site-nav {
    display: none
  }
  .hamburger {
    display: flex
  }
  .hero-content {
    width: 90%
  }
  .hero-line {
    font-size: 46px;
    line-height: .95
  }
  .hero-line.outline {
    margin-right: 0;
    text-align: center
  }
  .hero-line.solid {
    margin-left: 0;
    text-align: center
  }
  .work-list {
    padding: 60px 0 90px
  }
  .highlights-dropdown {
    width: 100%;
    max-width: 500px
  }
  .highlights-toggle {
    height: 56px;
    font-size: 17px;
    padding: 0 22px
  }
  .highlights-list {
    top: 56px
  }
  .highlights-list li button {
    font-size: 17px;
    padding: 18px 22px
  }
  .work-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 18px
  }
  .work-grid .project-image {
    padding: 18px 18px 0
  }
  .work-grid .project-image img {
    height: 300px;
    border-radius: 20px
  }
  .work-grid .project-content {
    padding: 22px 18px;
    min-height: 180px
  }
  .work-grid .project-info span {
    font-size: 17px
  }
  .work-grid .project-info h3 {
    font-size: 15px
  }
  .work-grid .project-description {
    left: 18px;
    right: 18px;
    top: 338px;
    font-size: 14px
  }
  
  
  .legal-list,
  .social-list {
    gap: 25px
  }
}
@media (max-width:600px) {
  .highlights-dropdown {
    width: 100%
  }
  .highlights-toggle {
    height: 54px;
    padding: 0 20px;
    font-size: 16px
  }
  .highlights-list {
    top: 54px;
    border-radius: 0 0 26px 26px
  }
  .highlights-list li button {
    min-height: 54px;
    padding: 17px 20px;
    font-size: 16px
  }
  .highlights-list li:last-child button {
    border-radius: 0 0 25px 25px
  }
  .work-grid {
    grid-template-columns: 1fr
  }
  .work-grid .project-image {
    padding: 18px 18px 0
  }
  .work-grid .project-image img {
    height: 300px;
    border-radius: 20px
  }
  .work-grid .project-content {
    align-items: center;
    padding: 22px 18px;
    min-height: 170px
  }
  .work-grid .project-description {
    top: 338px
  }
  
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  .hero-shape-spin {
    animation: none
  }
  .highlights-list,
  .highlights-list li button,
  .highlights-toggle,
  .highlights-toggle::before {
    transition: none
  }
}

.site-footer {
  padding: 100px 60px 60px;
  border-top: 1px solid var(--line);
  background: #000
}
.footer-container {
  display: flex;
  align-items: flex-start;
  gap: 60px
}
.footer-logo {
  width: 280px;
  height: auto;
  flex-shrink: 0
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain
}
.footer-rows {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 28px
}
.social-list,
.legal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px
}
.social-list a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap
}
.legal-list a {
  color: #9d9d9d;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap
}
.footer-brand a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap
}
.footer-copyright {
  color: #9d9d9d;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap
}
.legal-list a:hover,
.social-list a:hover,
.footer-brand a:hover {
  color: #fff
}
@media (max-width:992px) {
  .footer-container {
    flex-direction: column;
    gap: 40px
  }
  .social-list,
  .legal-list {
    justify-content: flex-start;
    gap: 24px
  }
}
@media (max-width:768px) {
  .site-footer {
    padding: 60px 24px 40px
  }
  .footer-logo {
    width: 200px
  }
  .footer-rows {
    gap: 20px
  }
  .social-list,
  .legal-list {
    gap: 16px
  }
}
