* {
  margin: 0;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url(Fonts/HelveticaNowDisplay-LightIta.woff2) format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Now Display REG";
  src: url(Fonts/HelveticaNowDisplay-Regular.ttf) format("opentype");
  font-weight: 400;
}
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: none;
  z-index: 99999;
  will-change: transform, opacity;
  transition: opacity 200ms linear;
  mix-blend-mode: normal;
  opacity: 1;
}

#custom-cursor.ring::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

html.custom-cursor-enabled, html.custom-cursor-enabled * {
  cursor: none !important;
}

#custom-cursor.is-hovering {
  transform: translate(-50%, -50%) scale(2.1);
  transition: transform 180ms cubic-bezier(0.2, 0.9, 0.2, 1);
  background: #000;
  opacity: 1;
}

#custom-cursor.is-clicking {
  transform: translate(-50%, -50%) scale(0.85);
  transition: transform 120ms cubic-bezier(0.2, 0.9, 0.2, 1);
  opacity: 0.95;
}

:root[data-keyboard-mode=true] html.custom-cursor-enabled * {
  cursor: auto !important;
}

.ovrall {
  overflow: hidden;
  height: auto;
}

body {
  background-color: #e1dfdd;
  padding-left: 70px;
  padding-right: 70px;
}

.nav-layout {
  padding-bottom: 100px;
  z-index: 50;
}
.nav-layout .nav-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  height: 60px;
  padding-top: 42px;
}
.nav-layout .nav_title {
  grid-column-start: 1;
  grid-column-end: 4;
}
.nav-layout .nav_title a {
  line-height: 1.1;
  text-decoration: none;
  font-family: "Switzer";
  font-weight: 600;
  color: #1a1a1a;
  font-size: 22px;
  justify-content: center;
}
.nav-layout .current_role {
  grid-column-start: 4;
  grid-column-end: 7;
}
.nav-layout .current_role p {
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 22px;
  font-family: "Switzer";
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
}
.nav-layout .location {
  grid-column-start: 7;
  grid-column-end: 9;
  margin-right: -20px;
}
.nav-layout .location p {
  font-size: 22px;
  font-weight: 600;
  font-family: "Switzer";
  color: #1a1a1a;
}
.nav-layout .navArea {
  justify-self: end;
  grid-column-start: 9;
  grid-column-end: 13;
  margin-block-start: -0.3em;
}
.nav-layout .navArea .nav_links .other-links {
  place-self: end;
  margin-right: -5px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Switzer";
  color: #1a1a1a;
  line-height: 2;
  text-decoration: none;
  position: relative;
  padding: 10px 5px;
  transition: color 0.3s;
}
.nav-layout .navArea .nav_links .other-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #1a1a1a);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
}
.nav-layout .navArea .nav_links .other-links:hover {
  color: #1a1a1a;
}
.nav-layout .navArea .nav_links .other-links:hover::before {
  width: 90%;
  left: 4%;
  transform-origin: left;
}
.nav-layout .navArea .nav_links .other-links:not(:hover)::before {
  left: auto;
  right: 0%;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.nav-layout .navArea .nav_links .project-only {
  margin-block-start: -0.3em;
  place-self: end;
  margin-right: -5px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Switzer";
  color: #1a1a1a;
  -webkit-text-decoration: underline 2px solid #1a1a1a;
          text-decoration: underline 2px solid #1a1a1a;
  line-height: 0;
  position: relative;
  padding: 10px 5px;
}
.nav-layout .navArea .nav_links span {
  display: inline-block;
  line-height: 2;
  text-decoration: none;
  color: #1a1a1a;
  font-family: "Switzer";
  font-weight: 600;
  font-size: 20px;
  color: hsl(0, 0%, 15%);
  transition: all 0.7s ease;
}

.project-hero {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  padding-top: 170px;
  padding-bottom: 130px;
}
.project-hero .hero-title-num {
  grid-column-end: 2;
  color: #1a1a1a;
  font-size: 25px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}
.project-hero .hero-title-text {
  margin-top: -5px;
  margin-bottom: 0;
  grid-column-start: 3;
  grid-column-end: 13;
  color: hsl(0, 0%, 15%);
  font-size: 124px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  line-height: 0.9;
}
.project-hero .project-count {
  position: absolute;
  font-size: 54px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  margin-top: 0px;
  margin-left: 880px;
}
.project-hero .project-des-title {
  grid-column-start: 3;
  grid-column-end: 5;
  color: #1a1a1a;
  margin-top: 130px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}
.project-hero .project-des-content {
  grid-column-start: 6;
  grid-column-end: 9;
  color: #1a1a1a;
  margin-top: 130px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}

.project-title-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  padding-top: 150px;
}
.project-title-container h4 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: hsl(0, 0%, 15%);
}
.project-title-container .project-title-text {
  grid-column-start: 4;
  grid-column-end: 6;
  max-width: 190px;
  margin-bottom: 120px;
}

.project-showcase-1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  padding-bottom: 170px;
  overflow-y: hidden;
  height: 20%;
}
.project-showcase-1 .project-details-1 {
  grid-column-start: 1;
  grid-column-end: 7;
  padding-right: 90px;
  height: -moz-fit-content;
  height: fit-content;
}
.project-showcase-1 .project-details-1 .big-text-1 {
  margin-left: 10px;
  cursor: pointer;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
  font-size: 90px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: hsl(0, 0%, 15%);
  padding-bottom: 13px;
  transition: all 0.8s ease-in-out;
}
.project-showcase-1 .project-details-1 .big-text-1:hover {
  transform: scale(1.05);
}
.project-showcase-1 .project-details-1 p {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: hsl(0, 0%, 15%);
  margin-left: 140px;
  margin-right: 100px;
  margin-top: 68px;
}
.project-showcase-1 .project-details-1 .project-link-1 {
  display: flex;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  margin-left: 140px;
  margin-right: 100px;
  margin-top: 30px;
}
.project-showcase-1 .project-details-1 .project-link-1 .project-button-1 {
  position: relative;
  text-decoration: none;
  color: #1a1a1a;
}
.project-showcase-1 .project-details-1 .project-link-1 .project-button-1::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #1a1a1a);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
}
.project-showcase-1 .project-details-1 .project-link-1 .project-button-1:hover {
  color: #1a1a1a;
}
.project-showcase-1 .project-details-1 .project-link-1 .project-button-1:hover::before {
  width: 97%;
  left: 3%;
  transform-origin: left;
}
.project-showcase-1 .project-details-1 .project-link-1 .project-button-1:not(:hover)::before {
  left: auto;
  right: 0%;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.project-showcase-1 .project-picture-1 {
  grid-column-start: 7;
  grid-column-end: 13;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 0.2rem;
}
.project-showcase-1 .project-picture-1 img {
  width: 675px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.project-showcase-1 .project-picture-1 img:hover {
  transform: scale(1.05);
}

.project-showcase-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  padding-bottom: 170px;
  overflow-y: hidden;
  height: 20%;
}
.project-showcase-2 .project-details-2 {
  grid-column-start: 1;
  grid-column-end: 7;
  padding-right: 90px;
  height: -moz-fit-content;
  height: fit-content;
}
.project-showcase-2 .project-details-2 .big-text-2 {
  margin-left: 10px;
  cursor: pointer;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
  font-size: 90px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: hsl(0, 0%, 15%);
  padding-bottom: 13px;
  transition: all 0.8s ease-in-out;
}
.project-showcase-2 .project-details-2 .big-text-2:hover {
  transform: scale(1.05);
}
.project-showcase-2 .project-details-2 p {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: hsl(0, 0%, 15%);
  margin-left: 140px;
  margin-right: 100px;
  margin-top: 68px;
}
.project-showcase-2 .project-details-2 .project-link-2 {
  display: flex;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  margin-left: 140px;
  margin-right: 100px;
  margin-top: 30px;
}
.project-showcase-2 .project-details-2 .project-link-2 .project-button-2 {
  position: relative;
  text-decoration: none;
  color: #1a1a1a;
}
.project-showcase-2 .project-details-2 .project-link-2 .project-button-2::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #1a1a1a);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
}
.project-showcase-2 .project-details-2 .project-link-2 .project-button-2:hover {
  color: #1a1a1a;
}
.project-showcase-2 .project-details-2 .project-link-2 .project-button-2:hover::before {
  width: 97%;
  left: 3%;
  transform-origin: left;
}
.project-showcase-2 .project-details-2 .project-link-2 .project-button-2:not(:hover)::before {
  left: auto;
  right: 0%;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.project-showcase-2 .project-picture-2 {
  grid-column-start: 7;
  grid-column-end: 13;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 0.2rem;
}
.project-showcase-2 .project-picture-2 img {
  width: 675px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.project-showcase-2 .project-picture-2 img:hover {
  transform: scale(1.05);
}

.main-contact-container {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  padding-top: 200px;
  padding-bottom: 195px;
}
.main-contact-container .send-message-titleone {
  grid-column-start: 1;
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}
.main-contact-container .send-message-titletwo {
  grid-column-start: 3;
  grid-column-end: 5;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}
.main-contact-container .send-message-titlethree {
  grid-column-start: 9;
  grid-column-end: 11;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}
.main-contact-container .send-message-Bigtext {
  width: 63%;
  position: relative;
  margin-right: 200px;
  grid-column-start: 1;
  grid-column-end: 13;
  text-transform: uppercase;
  font-family: "Helvetica Now Display REG";
  font-size: 124px;
  font-weight: 700;
  margin-top: 120px;
}
.main-contact-container .send-message-Bigtext a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
  padding: 10px 5px;
  transition: color 0.3s;
}
.main-contact-container .send-message-Bigtext::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(to right, #1a1a1a);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
}
.main-contact-container .send-message-Bigtext:hover {
  color: #1a1a1a;
}
.main-contact-container .send-message-Bigtext:hover::before {
  width: 104%;
  left: 0;
  transform-origin: left;
}
.main-contact-container .send-message-Bigtext {
  /* Exit animation - line goes to right */
}
.main-contact-container .send-message-Bigtext:not(:hover)::before {
  left: auto;
  right: -4%;
  transform-origin: right;
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.main-contact-container .hidden-email a {
  position: absolute;
  inset: -3.2% 0 0 -0.5%;
  width: 100%;
  z-index: 1;
  font-family: "Helvetica Now Display REG";
  font-size: 124px;
  font-weight: 700;
  text-decoration: none;
  color: #1a1a1a;
  opacity: 0;
}

.send-message-Bigtext .char,
.hidden-email .char {
  display: inline-block;
  will-change: transform, opacity;
}

.home-footer {
  height: 100px;
  padding-bottom: 25px;
}
.home-footer .footer-elements {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "Helvetica Now Display REG";
}
.home-footer .footer-elements .footer-title {
  grid-column-start: 1;
  grid-column-end: 4;
}
.home-footer .footer-elements .footer-title .footertitle-link {
  text-decoration: none;
  color: #1a1a1a;
}
.home-footer .footer-elements .footer-links {
  grid-column-start: 5;
  grid-column-end: 9;
  margin-top: 30px;
  justify-self: center;
}
.home-footer .footer-elements .footer-links a {
  position: relative;
  text-decoration: none;
  color: #1a1a1a;
}
.home-footer .footer-elements .footer-links a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #1a1a1a);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
}
.home-footer .footer-elements .footer-links a:hover {
  color: hsl(0, 0%, 15%);
}
.home-footer .footer-elements .footer-links a:hover::before {
  width: 96%;
  left: 4%;
  transform-origin: left;
}
.home-footer .footer-elements .footer-links a:not(:hover)::before {
  left: auto;
  right: 0%;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.home-footer .footer-elements .footer-third-title {
  grid-column-start: 9;
  grid-column-end: 13;
  justify-self: end;
  text-align: start;
}

/* ==============================================
   NEW MOBILE STYLES (768px and below)
   ============================================== */
@media (max-width: 768px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* --- NAVBAR --- */
  .nav-layout {
    padding-bottom: 0;
  }
  .nav-layout .nav-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 30px;
  }
  .nav-layout .nav_title {
    grid-column: 1/-1;
  }
  .nav-layout {
    /* Hide role and location on mobile for a cleaner look */
  }
  .nav-layout .current_role,
  .nav-layout .location {
    display: none;
  }
  .nav-layout .navArea {
    grid-column: 1/-1;
    justify-self: start;
    margin-block-start: 0;
  }
  /* --- PROJECT HERO --- */
  .project-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .project-hero .hero-title-num {
    grid-column: 1/-1;
    font-size: 18px;
  }
  .project-hero .hero-title-text {
    grid-column: 1/-1;
    font-size: 13vw;
    line-height: 1;
  }
  .project-hero .project-count {
    position: relative;
    font-size: 7vw;
    margin-left: 0;
    grid-column: 1/-1;
  }
  .project-hero .project-des-title {
    grid-column: 1/-1;
    font-size: 18px;
    margin-top: 30px;
  }
  .project-hero .project-des-content {
    grid-column: 1/-1;
    font-size: 20px;
    margin-top: 10px;
  }
  /* --- PROJECT SHOWCASE --- */
  .project-title-container {
    grid-template-columns: 1fr;
    padding-top: 100px;
    grid-row-gap: 20px;
  }
  .project-title-container .project_title {
    grid-column: 1/-1;
  }
  .project-title-container .project-title-text {
    grid-column: 1/-1;
    margin-bottom: 60px;
  }
  .project-showcase-1,
  .project-showcase-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    padding-bottom: 100px;
    height: auto;
    /* Re-order items: Image first, then details */
  }
  .project-showcase-1 .project-picture-1,
  .project-showcase-1 .project-picture-2,
  .project-showcase-2 .project-picture-1,
  .project-showcase-2 .project-picture-2 {
    grid-column: 1/-1;
    order: 1;
  }
  .project-showcase-1 .project-picture-1 img,
  .project-showcase-1 .project-picture-2 img,
  .project-showcase-2 .project-picture-1 img,
  .project-showcase-2 .project-picture-2 img {
    width: 100%;
  }
  .project-showcase-1 .project-details-1,
  .project-showcase-1 .project-details-2,
  .project-showcase-2 .project-details-1,
  .project-showcase-2 .project-details-2 {
    grid-column: 1/-1;
    order: 2;
    padding-right: 0;
  }
  .project-showcase-1 .project-details-1 .big-text-1,
  .project-showcase-1 .project-details-1 .big-text-2,
  .project-showcase-1 .project-details-2 .big-text-1,
  .project-showcase-1 .project-details-2 .big-text-2,
  .project-showcase-2 .project-details-1 .big-text-1,
  .project-showcase-2 .project-details-1 .big-text-2,
  .project-showcase-2 .project-details-2 .big-text-1,
  .project-showcase-2 .project-details-2 .big-text-2 {
    font-size: 50px;
    margin-left: 0;
  }
  .project-showcase-1 .project-details-1 p,
  .project-showcase-1 .project-details-2 p,
  .project-showcase-2 .project-details-1 p,
  .project-showcase-2 .project-details-2 p {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .project-showcase-1 .project-details-1 .project-link-1,
  .project-showcase-1 .project-details-1 .project-link-2,
  .project-showcase-1 .project-details-2 .project-link-1,
  .project-showcase-1 .project-details-2 .project-link-2,
  .project-showcase-2 .project-details-1 .project-link-1,
  .project-showcase-2 .project-details-1 .project-link-2,
  .project-showcase-2 .project-details-2 .project-link-1,
  .project-showcase-2 .project-details-2 .project-link-2 {
    margin-left: 0;
    font-size: 18px;
  }
  /* --- CONTACT FOOTER --- */
  .main-contact-container {
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
    grid-row-gap: 20px;
  }
  .main-contact-container .send-message-titleone,
  .main-contact-container .send-message-titletwo,
  .main-contact-container .send-message-titlethree {
    grid-column: 1/-1;
    font-size: 18px;
  }
  .main-contact-container .send-message-Bigtext {
    grid-column: 1/-1;
    font-size: 10vw;
    width: 100%;
    margin-right: 0;
    margin-top: 60px;
  }
  .main-contact-container .send-message-Bigtext::before {
    bottom: 0;
  }
  .main-contact-container .send-message-Bigtext:not(:hover)::before {
    right: 0;
  }
  .main-contact-container .send-message-Bigtext p {
    display: none;
  }
  .main-contact-container .hidden-email a {
    position: relative;
    inset: auto;
    opacity: 1;
    font-size: 10vw;
    margin-top: 0;
    height: auto;
  }
  /* --- FOOTER --- */
  .home-footer {
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .home-footer .footer-elements {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    text-align: center;
  }
  .home-footer .footer-elements .footer-title,
  .home-footer .footer-elements .footer-links,
  .home-footer .footer-elements .footer-third-title {
    grid-column: 1/-1;
    justify-self: center;
  }
  .home-footer .footer-elements .footer-links {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .home-footer .footer-elements .footer-third-title {
    text-align: center;
  }
}/*# sourceMappingURL=projectstyle.css.map */