@charset "UTF-8";
.sf-text-primary {
  color: #195232;
}

.sf-bg-primary {
  background-color: #195232;
}

.sf-text-secondary {
  color: #fcf4eb;
}

.sf-text-secondary-light {
  color: #959595;
}

.sf-bg-secondary {
  background-color: #fcf4eb;
}

.sf-text-accent-blue {
  color: #d0e7f7;
}

.sf-bg-accent-blue {
  background-color: #d0e7f7;
}

.sf-text-accent-orange {
  color: #fa9375;
}

.sf-bg-accent-orange {
  background-color: #fa9375;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label,
input[type=button],
input[type=submit],
input[type=image],
button {
  cursor: pointer;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 110px;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "p22-underground", sans-serif;
  color: #707070;
  background-color: #fcf4eb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "tuppence", sans-serif;
  color: #195232;
  line-height: 1.1;
}

:focus {
  outline: 2px solid #707070;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
}

textarea {
  resize: vertical;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
}
button:focus-visible {
  outline: none;
  box-shadow: none;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
}

/* ===================
   Forms Section
====================== */
.contact__form {
  margin-top: 2rem;
  color: #000000;
}

.contact__form .gform_required_legend {
  display: none !important;
}

.contact__form .gfield_label {
  display: none !important;
}

.contact__form .ginput_container input:not([type=checkbox]):not([type=radio]),
.contact__form .ginput_container select,
.contact__form .ginput_container textarea {
  font-size: 1.8rem;
  padding: 1.2rem;
  min-height: 75px;
  border-radius: 10px !important;
  outline-color: #fa9375;
  color: #195232;
  opacity: 1;
  background-color: #fcf4eb !important;
  border: 1px solid #195232;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-family: "p22-underground" !important;
}
.contact__form .ginput_container input:not([type=checkbox]):not([type=radio]):focus,
.contact__form .ginput_container select:focus,
.contact__form .ginput_container textarea:focus {
  outline-color: #fa9375;
  border-color: #fa9375;
}

.contact__form .ginput_counter {
  font-size: 1.3rem;
  text-align: right;
  margin-top: 4px;
  opacity: 0.8;
  margin-bottom: 0.8rem !important;
}

.contact__form .ginput_container select {
  cursor: pointer !important;
  background-size: 1.6rem !important;
}

.contact__form .gform_fields {
  row-gap: 0.9rem !important;
}

.contact__form .gform_validation_errors,
.contact__form .gform_submission_error {
  display: none !important;
}

.contact__form .gform_button {
  font-size: 2rem !important;
  padding: 2rem !important;
  border-radius: 10px !important;
  color: #ffffff;
  background-color: #195232 !important;
  border: 1px solid #195232 !important;
}
.contact__form .gform_button:hover {
  background-color: #fa9375 !important;
  border: 1px solid #fa9375 !important;
  opacity: 0.8;
  color: #000000;
}

.contact__form .gform_confirmation_wrapper {
  margin-top: 1rem;
}

.contact__form .gform_confirmation_message {
  border-radius: 10px;
  font-size: 3rem;
  text-align: center;
  background-color: #fa9375;
  padding: 25px;
  width: 80%;
  margin: 0 10%;
  color: white;
  border: 2px solid #ffffff;
}

/* ===========================================================
   Responsive Breakpoints
   =========================================================== */
@media screen and (min-width: 768px) {
  .contact__form input,
  .contact__form textarea {
    font-size: 2rem;
    padding: 1.5rem;
  }
  .contact__form .gform_button {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .contact__form input,
  .contact__form select,
  .contact__form textarea {
    font-size: 2.5rem !important;
    padding: 2rem !important;
  }
  .contact__form .gform_button {
    font-size: 3rem !important;
    padding: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .contact__form {
    margin-top: 6rem;
  }
}
.custom-full-container {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.custom-container {
  width: 100%;
  max-width: 1820px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .custom-container {
    padding: 2rem 5rem;
  }
}

/* ===================
   Services & Testimonial Section
====================== */
.carousel-container__title {
  font-size: 40px;
}

.hero__bottom-title h2 {
  margin: 0;
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  position: relative;
  overflow: visible;
}

.view-btn {
  background-color: #fc9270;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: clamp(80px, 18vw, 180px);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(-10rem, -10vw, -20rem);
  animation: sway 3s ease-in-out infinite;
  flex-shrink: 0;
}

/* side-to-side rotation */
@keyframes sway {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.view-btn h3 {
  color: #fcf4eb;
  font-family: "p22-underground", sans-serif;
  margin: 0 10%;
  text-align: center;
  font-weight: 600;
  font-size: clamp(16px, 2.2vw, 33px);
  line-height: 1.1;
  width: 80%;
  transform: rotate(10deg);
  word-break: keep-all;
  white-space: normal;
}

/* ===== Accordion List ===== */
.accordion {
  padding: 30px 20px;
}

.accordion__item {
  border-bottom: 1px solid #195232;
}

.accordion__panel {
  overflow: hidden;
  transition: height 0.5s ease;
}

.accordion__button {
  width: 100%;
  text-align: left;
  padding: 1.2rem 3.25rem 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  line-height: 1.2;
  cursor: pointer;
  font-weight: 800;
  font-family: "p22-underground", sans-serif;
  font-size: 3.5vw;
  color: #195232;
  text-transform: uppercase;
}

.accordion__chevron {
  font-size: 2.5rem;
  transition: transform 0.6s ease;
  color: #195232;
}

.accordion__button[aria-expanded=true] .accordion__chevron {
  transform: rotate(-180deg);
}

.accordion__panel-inner {
  padding: 0 0 1.2rem 0;
  color: #195232;
  font-size: 15px;
  width: 95%;
  font-family: "p22-underground", sans-serif;
}

.accordion__label {
  flex: 1 1 auto;
  margin-top: 10px;
}

/* ===== Testimonials Carousel ===== */
.testimonials {
  background: #ffe4c9;
}

.t-carousel {
  position: relative;
  padding: 10px 16px;
  text-align: center;
  overflow: hidden;
}

.t-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.t-slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px 16px 0;
  display: grid;
  place-items: center;
}

.t-text {
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.t-quote {
  font-size: clamp(25px, 5vw, 70px);
  line-height: 1.15;
  letter-spacing: 0.2px;
  font-family: "tuppence", sans-serif;
  color: #195232;
  width: auto;
  max-width: 45ch;
  margin: 0 auto 28px;
  text-align: center;
  text-wrap: balance;
}

.t-quote[style] {
  width: auto !important;
}

.t-author {
  font-size: clamp(14px, 1.6vw, 20px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #195232;
  opacity: 0.9;
  text-align: center;
}

.t-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 10px 0 35px;
}

.t-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffcc9f !important;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
}

.t-dot[aria-selected=true] {
  background: #ffcc9f;
  border-color: #ffcc9f;
}

/* ===========================================================
   Responsive Breakpoints
   =========================================================== */
@media (prefers-reduced-motion: reduce) {
  .view-btn {
    animation: none;
  }
}
@media (max-width: 480px) {
  .view-btn {
    order: 2;
  }
}
@media (hover: none) {
  .accordion__button {
    padding: 1.4rem 3.25rem 1.4rem 0;
  }
}
@media screen and (min-width: 640px) {
  .carousel-container__title {
    font-size: 55px;
  }
  .view-btn h3 {
    font-size: 25px;
  }
  .view-btn {
    width: 150px;
    height: 150px;
    margin-bottom: -10rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion__panel-inner {
    font-size: 17px;
  }
  .t-quote {
    font-size: 40px;
    width: 95%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-container__title {
    font-size: 70px;
  }
  .accordion {
    padding: 40px 10px;
  }
  .view-btn h3 {
    font-size: 33px;
  }
  .view-btn {
    width: 180px;
    height: 180px;
    margin-bottom: -20rem;
  }
}
@media screen and (min-width: 1280px) {
  .accordion__panel-inner {
    font-size: 20px;
  }
  .accordion__button {
    font-size: 2.5vw;
  }
  .accordion {
    padding: 50px 20px;
  }
  .t-quote {
    font-size: 45px;
    width: 95%;
  }
  .t-author {
    font-size: 20px;
  }
  .t-dot {
    width: 15px;
    height: 15px;
  }
  .t-carousel {
    padding: 40px 16px;
  }
}
/* ===================
   Clients Section
====================== */
.clients {
  background-color: #fcf4eb;
  background-image: linear-gradient(to right, #ffe4c9 4px, transparent 2px), linear-gradient(to bottom, #ffe4c9 4px, transparent 2px);
  background-size: 40px 40px;
}

.clients__details {
  margin-bottom: 10rem;
  position: relative;
}

.clients__title {
  font-size: 40px;
  margin-top: 4rem;
  margin-bottom: 3rem;
  line-height: 1;
  z-index: 2;
  position: relative;
}

.clients__icon {
  position: absolute;
  display: none;
  width: clamp(80px, 10vw, 160px);
  height: auto;
  top: clamp(6rem, 10vw, 15rem);
  transform: rotate(15deg);
  z-index: 1;
  right: 6rem;
}

.clients__logo-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
  justify-items: start;
  width: 97%;
  margin-left: 0;
  margin-right: auto;
}

.clients__logo-container .clients__logo:nth-child(3) {
  grid-column: 1;
}

.clients__logo {
  max-height: 55px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.clients__img-container {
  z-index: 2;
  margin-bottom: -5rem;
}

.clients--split {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 0;
}

.clients--split .custom-container {
  flex: 1 1 60%;
  min-width: 0;
}

.clients__img-wrap {
  flex: 0 0 40%;
  overflow: hidden;
}

.clients__header-img {
  width: 100%;
  height: 100%;
}

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

.clients__img-wrap,
.clients__header-img {
  position: relative;
  height: auto;
  min-height: 100%;
}

/* ===========================================================
   Responsive Breakpoints
   =========================================================== */
@media screen and (min-width: 640px) {
  .clients__title {
    font-size: 55px;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .clients__details {
    margin-bottom: 6rem;
  }
  .clients__img-container {
    margin-bottom: -10rem;
  }
  .clients__icon {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .clients__title {
    font-size: 70px;
  }
  .clients__logo {
    max-height: 70px;
  }
  .clients__logo-container {
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .clients__details {
    margin-bottom: 15rem;
  }
  .clients__img-container {
    margin-bottom: -15rem;
  }
}
.footer {
  z-index: 1000;
}
.footer__logo {
  width: 20rem;
}
.footer__nav-list {
  gap: 6rem;
}
.footer__nav-link {
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
  text-transform: lowercase;
  font-weight: bold;
}
.footer__nav-link:hover {
  color: rgb(245, 220, 191);
}
.footer__container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer__description {
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1.5;
}
.footer__paper {
  left: 0;
  right: 0;
  top: -5%;
  width: 100%;
  position: relative;
  z-index: -1;
  transition: top 0.15s ease-in-out;
}

@media screen and (min-width: 360px) {
  .footer__paper {
    top: -7%;
  }
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 22rem;
  }
  .footer__nav-link {
    font-size: 1.7rem;
  }
  .footer__container {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
  .footer__description {
    font-size: 1.7rem;
  }
  .footer__paper {
    top: -15%;
  }
}
@media screen and (min-width: 992px) {
  .footer__logo {
    width: 25rem;
  }
  .footer__nav-link {
    font-size: 1.8rem;
  }
  .footer__paper {
    top: -27%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__logo {
    width: 31rem;
  }
  .footer__nav-link {
    font-size: 1.95rem;
  }
  .footer__description {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer__logo {
    width: 33rem;
  }
  .footer__nav-link {
    font-size: 2.15rem;
  }
  .footer__container {
    padding-bottom: 7rem;
  }
  .footer__description {
    font-size: 2rem;
    margin-left: 6rem;
  }
  .footer__paper {
    top: -35%;
  }
}
@media screen and (min-width: 1600px) {
  .footer__paper {
    top: -40%;
  }
}
.main-header {
  z-index: 1000;
  background-color: #195232;
}

.header-paper {
  left: 0;
  right: 0;
  top: 80%;
  z-index: -1;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 560px) {
  .header-paper {
    top: 62%;
  }
}
@media screen and (min-width: 768px) {
  .header-paper {
    top: 70%;
    background-position: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .header-paper {
    top: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .header-paper {
    top: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .header-paper {
    top: 29%;
  }
}
@media screen and (min-width: 1750px) {
  .header-paper {
    top: 9%;
  }
}

.main-header.menu-open .header-paper {
  top: 50%;
}

.navbar {
  color: #fcf4eb;
}
.navbar__logo {
  width: 15rem;
}
@media (min-width: 768px) {
  .navbar__logo {
    width: 20rem;
  }
}
@media (min-width: 992px) {
  .navbar__logo {
    width: 24rem;
  }
}
@media (min-width: 1200px) {
  .navbar__logo {
    width: 27rem;
  }
}
.navbar__menu-item .nav-link {
  position: relative;
  display: inline-block;
  color: #fcf4eb;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  text-transform: lowercase;
  padding: 0.6em 0em !important;
  text-decoration: none;
  transition: color 0.25s ease;
}
.navbar__menu-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fa9375;
  transition: width 0.3s ease;
}
.navbar__menu-item .nav-link:hover {
  color: rgb(245, 220, 191);
}
.navbar__menu-item .nav-link:hover::after {
  width: 100%;
}
.navbar__menu-item .nav-link.active {
  color: rgb(245, 220, 191);
  font-weight: bold;
}
.navbar__menu-item .nav-link.active::after {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar__menu-item .nav-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .navbar__menu-item .nav-link {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .navbar__menu-item .nav-link {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .navbar__menu-item .nav-link {
    font-size: 2.2rem;
  }
}
.navbar__menu-item .nav-link-works {
  display: inline-block;
  color: #195232;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: lowercase;
  background-color: #fcf4eb;
  padding: 0.6em 0.8em !important;
  border-radius: 0.1em;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.navbar__menu-item .nav-link-works:hover, .navbar__menu-item .nav-link-works.active {
  background-color: rgb(15.4672897196, 50.7327102804, 30.9345794393);
  color: #ffffff;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .navbar__menu-item .nav-link-works {
    font-size: 1.7rem;
    padding: 0.7em 1.4em;
  }
}
@media (min-width: 992px) {
  .navbar__menu-item .nav-link-works {
    font-size: 1.8rem;
    padding: 0.8em 1.6em;
  }
}
@media (min-width: 1200px) {
  .navbar__menu-item .nav-link-works {
    font-size: 2rem;
    padding: 0.9em 1.8em;
  }
}
@media (min-width: 1400px) {
  .navbar__menu-item .nav-link-works {
    font-size: 2.2rem;
    padding: 1em 2em;
  }
}
.navbar__menu-item .nav-link-contact {
  display: inline-block;
  color: #195232;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: lowercase;
  background-color: #fcf4eb;
  padding: 0.6em 0.8em !important;
  border-radius: 0.1em;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.navbar__menu-item .nav-link-contact:hover, .navbar__menu-item .nav-link-contact.active {
  background-color: rgb(15.4672897196, 50.7327102804, 30.9345794393);
  color: #ffffff;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .navbar__menu-item .nav-link-contact {
    font-size: 1.7rem;
    padding: 0.7em 1.4em;
  }
}
@media (min-width: 992px) {
  .navbar__menu-item .nav-link-contact {
    font-size: 1.8rem;
    padding: 0.8em 1.6em;
  }
}
@media (min-width: 1200px) {
  .navbar__menu-item .nav-link-contact {
    font-size: 2rem;
    padding: 0.9em 1.8em;
  }
}
@media (min-width: 1400px) {
  .navbar__menu-item .nav-link-contact {
    font-size: 2.2rem;
    padding: 1em 2em;
  }
}

.navbar-collapse {
  flex-basis: 100%;
}

.navbar-toggler-icon {
  width: 2.2em;
  height: 2.2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FCF4EB' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (min-width: 768px) {
  .navbar-toggler-icon {
    width: 3rem;
    height: 3rem;
  }
}

.navbar__menu-item.chosen-tab > .nav-link {
  color: rgb(245, 220, 191);
}

/* ===================
   Hero Section
====================== */
.hero {
  padding: 15vh 0 10vh 0;
}

.hero__title {
  font-size: 9vw;
  line-height: 1;
  z-index: 2;
  width: 80%;
  text-align: center;
}

.hero__media-wrapper {
  margin-top: -2rem;
}

.hero__media-item {
  position: relative;
}

.hero__media-item--primary {
  margin-top: -2rem;
}

.hero__media-item--secondary {
  margin-top: -60rem;
}

.hero__media-icon {
  max-width: 85px;
  margin-bottom: -15%;
  margin-top: 19%;
}

.hero__media-icon-trophy {
  max-width: 85px;
  margin-bottom: 3rem;
  display: none;
}

.hero__media-icon_ss {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  max-width: 155px;
  height: auto;
  transform: translate(-90%, 20%);
}

.hero__media-icon-trophy_ss {
  position: absolute;
  top: 10%;
  right: 0;
  transform: translate(110%, -50%);
  width: 30% !important;
  max-width: 120px;
  height: auto;
  z-index: 5;
}

.hero__description {
  margin-top: 5rem;
}

.hero__description p {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  color: #959595;
}

/* ===========================================================
   Responsive Breakpoints
   =========================================================== */
@media screen and (min-width: 768px) {
  .hero {
    padding: 25vh 0 10vh 0;
  }
  .hero__title {
    font-size: 6.7vw;
  }
  .hero__media-icon {
    max-width: 150px;
    margin-bottom: -17%;
    margin-top: 0;
  }
  .hero__media-icon_ss {
    display: none;
  }
  .hero__media-icon-trophy {
    max-width: 100px;
    margin-bottom: 3rem;
    display: block;
  }
  .hero__media-icon-trophy_ss {
    display: none;
  }
  .hero__description {
    margin-bottom: 3rem;
    margin-top: 7rem;
  }
  .hero__description p {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .hero .col-6,
  .hero .col-5 {
    width: 100%;
  }
  .hero__media-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero__media-item--primary {
    width: 65%;
    margin-left: 35%;
  }
  .hero__description {
    margin-top: 7rem;
    padding: 0 5rem;
  }
  .hero__media-item--secondary {
    width: 70%;
    margin-right: 30%;
  }
  .hero__media-icon {
    display: none;
  }
  .hero__media-item--secondary {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    padding: 30lvh 0 11lvh 0;
  }
  .hero__title {
    font-size: 6.2vw;
    width: 77%;
    text-align: center;
    margin: 0;
  }
  .hero__media-icon {
    max-width: 150px;
    margin-bottom: -12%;
    margin-top: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    padding: 36lvh 0 0;
    max-width: 1920px;
  }
  .hero__title {
    font-size: 5.7vw;
  }
  .hero__media-icon {
    max-width: 150px;
    margin-bottom: -11%;
    margin-top: 32%;
  }
  .hero__media-icon-trophy {
    max-width: 150px;
    margin-bottom: 0;
    margin-top: 95%;
  }
  .hero__description {
    margin-top: 13rem;
  }
  .hero__description p {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .hero__media-icon {
    max-width: 200px;
  }
  .hero__media-icon-trophy {
    max-width: 200px;
  }
  .hero__description p {
    font-size: 2.5rem;
  }
  .hero__media-item--primary {
    margin-top: -2.5rem;
  }
}
/* ===========================================================
   Contact Page
   =========================================================== */
.contact {
  position: relative;
  z-index: 1;
  background-color: #d0e7f7;
  padding: 10rem 0 20rem;
}

.contact-page {
  padding: 20rem 0 20rem;
}

.contact-paper {
  position: absolute;
  left: 0;
  right: 0;
  top: -8%;
  height: 10.5rem;
  z-index: -1;
  transition: top 0.15s ease-in-out;
}

.contact__media-icon-container {
  max-width: 1920px;
  margin: 0 auto;
  position: static;
}

.contact__media-icon {
  position: absolute;
  top: 60px;
  left: 0;
  width: clamp(180px, 28vw, 320px);
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.contact__title {
  font-size: 45px;
  position: relative;
  z-index: 2;
}

.contact__title_page {
  width: 80%;
  margin: 0 10%;
}

.contact__intro {
  margin-bottom: 0;
  margin-top: 3rem;
  font-size: 2.5rem;
}

.contact__link {
  position: relative;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
}

.contact__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #195232;
  transition: width 0.3s ease;
}

.contact__link:hover {
  font-weight: bold;
  color: #195232;
}

.contact__link:hover::after {
  width: 100%;
}

.contact-footer-button {
  font-size: 2.25rem;
  padding: 1.2rem;
  border-radius: 10px;
  color: #ffffff;
  background-color: #fc9270;
  width: 40%;
  height: 65px;
  margin-top: 50px;
  font-family: "p22-underground", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-footer-button:hover {
  background-color: rgb(250.9520547945, 107.9246575342, 62.0479452055);
  border: 1px solid rgb(250.9520547945, 107.9246575342, 62.0479452055) !important;
  opacity: 1;
  transform: translateY(-2px);
}

/* ===========================================================
   Responsive Breakpoints
   =========================================================== */
@media (max-width: 600px) {
  .contact__media-icon {
    left: -16% !important;
  }
  .contact-footer-button {
    font-size: 1.75rem;
    width: 60%;
    height: 55px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 60px;
  }
}
@media (max-width: 1000px) {
  .contact {
    padding: 10rem 0 10rem;
  }
  .contact-paper {
    top: -7%;
  }
  .contact__intro {
    font-size: 2rem;
  }
  .contact__media-icon {
    left: -5%;
  }
}
@media screen and (min-width: 1024px) {
  .contact__title {
    font-size: 75px;
  }
}
/* ===========================================================
   Works Page
   =========================================================== */
.works {
  position: relative;
  z-index: 1;
  padding: 20rem 0;
}

.works__title {
  font-size: 8rem;
  position: relative;
  z-index: 2;
  margin-bottom: 7rem;
}

.work-gallery {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: 100%;
}

.work-gallery-img,
.work-gallery-video {
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.work-gallery-video {
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.work-item {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.work-item > img.work-gallery-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.expand-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  background: #195232;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.work-item:hover .expand-btn,
.expand-btn:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.expand-btn:hover {
  background: #0f3622;
}

.expand-btn:focus-visible {
  outline: 3px solid rgba(25, 82, 50, 0.35);
}

.lb {
  position: fixed;
  inset: 0;
  background: rgba(252, 244, 235, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 2000;
  cursor: pointer;
}

.lb.is-open {
  display: flex;
}

.lb__inner {
  --caption-space: 0px;
  position: relative;
  overflow: hidden;
  width: 95vw;
  max-height: 95vh;
  padding-bottom: var(--caption-space);
  border-radius: 12px;
}

.lb__inner::after {
  content: none;
}

.lb__inner[data-caption=""]::after {
  content: none;
}

.lb__inner[data-caption]:not([data-caption=""]) {
  --caption-space: 65px;
}

.lb__inner[data-caption]:not([data-caption=""])::after {
  content: attr(data-caption);
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  padding: 10px 18px;
  border-radius: 999px;
  background: #195232;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.25;
  text-align: center;
  pointer-events: none;
  max-width: 100%;
  z-index: 3;
  white-space: normal;
  word-break: break-word;
}

.lb__inner > img,
.lb__inner > video,
.lb__inner > figure {
  display: block;
  width: auto;
  height: auto;
  max-width: 95vw;
  max-height: calc(95vh - var(--caption-space));
  margin: 0 auto;
  border-radius: 12px;
  cursor: default;
}

.lb__inner > figure {
  margin: 0;
}

.lb__inner > figure > img {
  display: block;
}

.lb__prev,
.lb__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #195232;
  border: none;
  font-size: 5rem;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  z-index: 1001;
  transition: transform 0.2s ease, color 0.2s ease;
}

.lb__prev:hover,
.lb__next:hover {
  transform: translateY(-50%) scale(1.2);
  color: #0f3622;
}

.lb__prev {
  left: 30px;
}

.lb__next {
  right: 30px;
}

.lb__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 5rem;
  line-height: 1;
  border: 0;
  background: transparent;
  color: #195232;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.lb__close:hover {
  transform: scale(1.15);
  color: #0f3622;
}

/* ===========================================================
   Responsive Breakpoints
   =========================================================== */
@media screen and (max-width: 768px) {
  .works {
    padding: 12rem 0 !important;
  }
  .works__title {
    font-size: 5rem !important;
    margin-bottom: 4rem !important;
  }
  .work-gallery {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lb__inner[data-caption]:not([data-caption=""])::after {
    width: 90%;
  }
  .lb__prev,
  .lb__next {
    font-size: 3rem !important;
    padding: 0.2rem 0.4rem !important;
  }
  .lb__inner > img,
  .lb__inner > video,
  .lb__inner > figure {
    max-width: 70vw !important;
    max-height: calc(70vh - var(--caption-space));
  }
}
@media screen and (max-width: 992px) {
  .works {
    padding: 16rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .works__title {
    font-size: 6rem;
  }
  .work-gallery {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lb__inner[data-caption]:not([data-caption=""]) {
    --caption-space: 100px;
  }
  .lb__prev,
  .lb__next {
    font-size: 4rem;
    padding: 0.3rem 0.6rem;
    top: 45%;
  }
  .lb__inner > img,
  .lb__inner > video,
  .lb__inner > figure {
    max-width: 80vw;
    max-height: calc(80vh - var(--caption-space));
  }
}
/* ===========================================================
   Works Page
   =========================================================== */
.client {
  position: relative;
  z-index: 1;
  padding: 15rem 0 5rem;
}

.client__title {
  font-size: 8rem;
  position: relative;
  z-index: 2;
  margin-bottom: 7rem;
}

.client-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  width: 100%;
  margin-top: 50px;
}

.client-gallery-img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.client-gallery-card {
  width: 100%;
  height: 650px;
  display: flex;
  flex-direction: column;
  color: inherit;
  overflow: hidden;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}

.client-card-footer {
  margin-top: auto;
}

.client-card-title {
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 1.6rem;
  letter-spacing: 0.01em;
  font-weight: 800;
  color: #195232;
  text-transform: uppercase;
}

.client-card-subtitle {
  font-size: 18px;
  margin: 2rem 0 2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
  text-decoration: underline;
}

.client-card-about {
  font-size: 17px;
}

.client-card-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  font-size: 17px;
}
.client-card-tags li {
  position: relative;
  padding-left: 1.2rem;
}
.client-card-tags li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.client-card-tags li.no-dot {
  padding-left: 0;
}

.client-card-tags li.no-dot::before {
  content: none;
}

.client-nav {
  padding: 3rem 0;
  margin-top: 4rem;
}

.client-nav__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: #195232;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}
.client-nav__link:hover {
  color: #0d2b1a;
}

.client-nav__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}
.client-nav__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.client-nav__prev:hover .client-nav__icon {
  transform: translateX(-4px);
  color: #0d2b1a;
}

.client-nav__next:hover .client-nav__icon {
  transform: translateX(4px);
  color: #0d2b1a;
}

/* ===========================================================
   Responsive Breakpoints
   =========================================================== */
@media (max-width: 1100px) {
  .client-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 40px;
  }
  .client-gallery-card {
    padding: 20px;
    height: auto;
  }
  .client-card-about {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .client-card-title {
    font-size: 18px;
  }
  .client-card-subtitle {
    font-size: 16px;
  }
  .client-card-tags {
    font-size: 16px;
  }
  .client-nav__link {
    font-size: 13px;
  }
  .client-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */