@charset "utf-8";

@view-transition {
  navigation: auto;
}

/* CSS Document */
:root {
  --jl-green: #00a651;
  --jl-dark-blue: #1f232d;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 300;
}

.container2 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 750px) {
  .container2 {
    padding: 0 20px;
  }
}

.hero {
  position: relative;
  height: 600px;
  display: flex;
  gap: 10px;
  padding-top: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  background-size: cover;
}
.hero h1 {
  border-bottom: 3px solid var(--jl-green);
  margin: 30px auto;
  font-weight: 300;
  font-size: clamp(2rem, -0.143rem + 5.714vw, 5rem);

  display: inline-block;
  line-height: 1.1;
}
.hero svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 8vw;
}
.hero img {
  height: 40%;
  width: 80%;
  max-width: 600px;
}
.tablet-icons-remove {
  display: none;
}
@media screen and (max-width: 1400px) {
  .tablet-text-remove {
    display: none !important;
  }

  .tablet-icons-remove {
    display: flex;
  }
}

@media screen and (max-width: 1023px) {
  .tablet-icons-remove {
    display: none;
  }
}

.exclusive-badge {
  padding: 6px 30px 3px 30px;
  border-radius: 50px;
  background: linear-gradient(
    120deg,
    #b47330 0%,
    #cc8e3f 35%,
    #fceace 66%,
    #e0b78f 100%
  );
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: 0.3em;
  color: #1a1a1a;
  font-weight: 500;
}

.brands .exclusive {
  background: var(--jl-dark-blue);
  color: #fff;
  padding: 75px 0 50px 0;
}
.brands .exclusive__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 50px;
  gap: 40px;
}
.brands .exclusive__top-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}
.brands .exclusive__top-left img {
  width: 100%;
  max-width: 250px;
}
.brands .exclusive__top-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}

.brands .exclusive__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 40px 0;
}
.brands .exclusive__grid a.cell {
  height: 250px;
  position: relative;
}

.brands .exclusive__grid a.cell img {
  z-index: 2;
}

.brands .exclusive__grid a.cell::after {
  content: "";
  position: absolute;
  background: #20242e;
  background: linear-gradient(
    0deg,
    rgba(32, 36, 46, 0.58) 0%,
    rgba(32, 36, 46, 0.27) 100%
  );
  width: 100%;
  height: 100%;
}

.brands .exclusive__grid a.cell h3 {
  font-weight: 700;
  font-size: 30px;
}

.brands .explore {
  padding: 50px 0;
}
.brands .explore__top {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.brands .explore__top h2 {
  font-weight: 300;
  line-height: 1.1;
  margin: 1rem 0;
}
.brands .explore__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 40px 0;
}
.brands .explore__grid a {
  height: 180px;
}
.brands .explore__grid a.cell h3 {
  font-weight: 700;
  font-size: 25px;
}
.brands a.cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: center no-repeat rgba(0, 0, 0, 0.3);
  background-size: cover;
}
.brands a.cell img {
  height: 60%;
  width: 60%;
  object-fit: contain;
}

.brands-why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2.5rem, 1.607rem + 2.381vw, 3.75rem);
  padding: 0px 0 40px 0;
}

@media screen and (max-width: 750px) {
  .brands .hero {
    position: relative;
    height: 400px;
  }
  .brands .exclusive__top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .brands .exclusive__top-left {
    align-items: center;
  }
  .brands .exclusive__top-left img {
    width: 100%;
    max-width: 180px;
  }
  .brands .exclusive__top-right {
    align-items: center;
  }
  .brands .exclusive__grid {
    grid-template-columns: 1fr;
  }
  .brands .explore__grid {
    grid-template-columns: 1fr;
  }

  .brands-why {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 1.607rem + 2.381vw, 3.75rem);
    padding: 40px 0 40px 0;
    justify-items: center;
  }

  .brands-why > div {
    max-width: 300px;
    font-size: 18px;
  }
}

.brand .intro {
  margin: 50px auto;
  max-width: 900px;
  text-align: center;
  color: var(--jl-dark-blue);
}
.brand .intro h1 {
}

.brand .why-choose {
  background: #e4e1dd;
  text-align: center;
}
.brand .why-choose:before {
  content: "";
  display: block;
  padding-top: 1px;
  margin-bottom: 80px;
}
.brand .why-choose:after {
  content: "";
  display: block;
  padding-bottom: 1px;
  margin-top: 80px;
}
.brand .why-choose h2 {
  margin: 30px 0;
  line-height: 1.1;
}
.brand .why-choose .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.brand .why-choose .gallery img {
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px;
}

.brand .features {
  position: relative;
  padding: 80px 0;
}
.brand .features:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #e4e1dd;
}
.brand .features .features-inner {
  position: relative;
  background: var(--jl-dark-blue);
  color: #fff;
  border-radius: 15px;
  padding: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.brand .features .features-inner:after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  width: 1px;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.brand .features .features-inner h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  line-height: 1.1;
}
.brand .features .features-inner h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--jl-green);
  border-radius: 3px;
  background: url(/images/icon-star.svg) center no-repeat;
}
.brand .features .features-inner ul {
  list-style: outside;
  padding: 0 0 0 20px;
}
.brand .features .features-inner ul li {
  margin: 10px 0;
}
.brand .features .features-inner .pills span {
  display: inline-block;
  background: var(--jl-green);
  color: #fff;
  padding: 2px 10px 0 10px;
  font-size: 0.85em;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 6px;
}

.brand .products {
}
.brand .products h2 {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}
.brand .products .dots {
  background: url(/images/Bg-Dots.png);
  padding: 30px 0;
}
.brand .products div.prods {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.brand .products div.prods img {
  border-radius: 15px;
  aspect-ratio: 1;
}
.brand .products div.prods .prod-name {
  font-size: 1.25em;
  color: #000;
  margin-top: 10px;
  line-height: 1.05;
}
.brand .products div.prods .range-name {
  font-size: 0.6em;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 1;
}
.brand .products nav {
  margin: 30px auto;
}

@media screen and (max-width: 750px) {
  .brand .why-choose .gallery {
    grid-template-columns: 1fr;
  }
  .brand .why-choose .gallery img {
    aspect-ratio: 16/9;
  }

  .brand .features .features-inner {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 20px;
  }
  .brand .features .features-inner:after {
    display: none;
  }

  .brand .products div.prods {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.brand .products nav [aria-current="page"] .select-none {
  background: var(--jl-green) !important;
  color: #fff;
}

.c-video__video-container {
  border-radius: 10px;
  overflow: hidden;
}

.homepage-inner-pad {
  padding: 40px 0;
}

.block-spacing-default > * + * {
  margin-top: clamp(2rem, 1.286rem + 1.905vw, 3rem);
}
.homepage-v2 .homepage-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 40px 0;
}

.homepage-v2 .homepage-intro div.block-spacing-default {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-50-50 {
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 38%,
    rgba(32, 36, 46, 1) 38%
  );
}

@media screen and (max-width: 800px) {
  .homepage-v2 .homepage-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0;
  }
}

.homepage-unlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.5rem, 1.607rem + 2.381vw, 3.75rem);
  padding: 0px 0 40px 0;
}
.homepage-unlock .container2 {
}
.green-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #00a651;
  aspect-ratio: 4 / 3;
  border-radius: 15px;
  padding: clamp(2rem, 1.643rem + 0.952vw, 2.5rem);
}
.green-cta-box img {
  width: 100%;
  max-width: 80px;
}

.green-box-mini {
  font-size: 14px;
  text-transform: uppercase;
}

.green-box-mini img {
  width: 100%;
  max-width: 80px;
  max-height: 55px;
}

@media screen and (max-width: 800px) {
  .homepage-unlock {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0;
    justify-items: center;
  }

  .split-50-50 {
    margin-top: 40px;
    background: #ffffff;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(32, 36, 46, 1) 0%
    );
  }

  .homepage-unlock > div {
    max-width: 300px;
    font-size: 18px;
  }
}

.homepage-v2 .homepage-explore {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(2.5rem, 1.607rem + 2.381vw, 3.75rem);
  padding: 0px 0 40px 0;
}

.homepage-v2 .homepage-explore div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .homepage-v2 .homepage-explore {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0;
  }
}

.digital-cta {
  padding: 30px;
  background-color: #20242e;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

.digital-cta div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .digital-cta {
    grid-template-columns: 1fr;
  }
}

.homepage-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.5rem, 1.607rem + 2.381vw, 3.75rem);
  padding: 0px 0 40px 0;
  margin-top: 40px;
}

.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 280px; /* or whatever suits your grid */
  max-width: 300px;
}

.card__image {
  flex: 1; /* takes remaining space after title */
  overflow: hidden;
  transition: flex 0.3s ease;
}

.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.card__title {
  flex: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    flex 0.3s ease,
    opacity 0.3s ease;
  padding-top: 10px;
}

.card:hover .card__image {
  flex: 0.8; /* shrinks image */
}

.card:hover .card__title {
  flex: 0.4; /* title takes the freed space */
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .homepage-news {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .card .card__image {
    flex: 0.8; /* shrinks image */
  }

  .card .card__title {
    flex: 0.4; /* title takes the freed space */
    opacity: 1;
  }
}

.footer-border-top {
  position: relative;
  padding-top: 50px; /* make room for the stripes */
}

.footer-border-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(to bottom, purple 50%, #00a651 50%);
}

.h-home-hero {
  height: 100vh !important;
}

.logo-vector {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 0rem;
  background-image: url(../images/logo-background.svg);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 500px;
}

.logo-vector a img {
  max-height: 90px;
}

@media screen and (max-width: 1024px) {
  .logo-vector {
    position: relative;
    left: 0px;
    top: 0px;
    padding-right: 0rem;
    padding-left: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: auto !important;
  }

  .logo-vector a img {
    max-height: 60px;
    max-width: 200px;
  }
}

.js-homepage-loader {
  display: none !important;
}

.home-hero-new {
  text-align: left;
  padding-top: max(200px, 20vh);
  padding-left: 3.125rem;
}

.home-hero-new h2 {
  font-size: clamp(2rem, -0.143rem + 5.714vw, 5rem);
  line-height: 110%;
}

@media screen and (max-width: 1024px) {
  .home-hero-new {
    padding-left: 1.25rem;
  }
}
.showroom-wrap {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0 -20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 320px;
}
.panels-stage {
  position: relative;
  width: 100%;
  margin-bottom: -14px;
  height: 280px;
  padding: 0 2rem;
}
.panel-unit {
  position: absolute;
  bottom: 0;
  transform-origin: bottom center;
  transform: perspective(600px) rotateY(24deg) skewY(2deg);
  transition: transform 0.35s cubic-bezier(0.34, 1.2, 0.64, 1);
  cursor: default;
}
.panel-unit:hover {
  transform: perspective(600px) rotateY(24deg) skewY(2deg) translateY(18px);
}
.panel-face {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.panel-face::after {
  content: "";
  height: 100%;
  width: 2px;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(32, 36, 46, 0) 100%
  );
  display: block;
  position: absolute;
}
.panel-face-texture {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.panel-face-light {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.08) 20%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(0, 0, 0, 0.04) 100%
  );
}
.panel-face-shadow {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.01) 60%,
    transparent 60%
  );
}
.panel-edge-wrap {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.panel-edge-texture {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: left center;
}
.panel-edge-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
}
.panel-edge-highlight {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.button.bg-lathams-green {
}

.new-dark {
  align-self: flex-start;
  background-color: transparent !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.new-dark::after {
  content: "";
  background-image: url(../images/icon-button-arrow.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-left: 10px;
  background-repeat: no-repeat;
}

.new-green {
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.new-green::after {
  content: "";
  background-image: url(../images/icon-button-arrow.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-left: 10px;
  background-repeat: no-repeat;
}

.new-green-left {
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 20px;
}

.new-green-left::after {
  content: "";
  background-image: url(../images/icon-button-arrow.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-left: 10px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

.new-light {
  align-self: flex-start;
  background-color: transparent !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.new-light::after {
  content: "";
  background-image: url(../images/icon-button-arrow-dark.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-left: 10px;
  background-repeat: no-repeat;
}

.jl-tree-bg-right {
  background-color: #ffffff;
  background-image: url(../images/jl-tree-bg-right.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#homepage-grid {
  transform: scaleX(-1);
}
