/* ==============================================
   YOUR EXISTING STYLES (UNCHANGED)
   ============================================== */
* {
  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 {
  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: hsl(0, 0%, 15%);
  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: hsl(0, 0%, 15%);
  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: hsl(0, 0%, 15%);
}
.nav-layout .navArea {
  justify-self: end;
  grid-column-start: 9;
  grid-column-end: 13;
  margin-block-start: -0.3em;
}
.nav-layout .navArea .nav_links a {
  place-self: end;
  margin-right: -5px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Switzer";
  color: hsl(0, 0%, 15%);
  line-height: 2;
  text-decoration: none;
  position: relative;
  padding: 10px 5px;
  transition: color 0.3s;
}
.nav-layout .navArea .nav_links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  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;
}
.nav-layout .navArea .nav_links a:hover {
  color: hsl(0, 0%, 15%);
}
.nav-layout .navArea .nav_links a:hover::before {
  width: 90%;
  left: 3%;
  transform-origin: left;
}
.nav-layout .navArea .nav_links a:not(:hover)::before {
  left: auto;
  right: 7%;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.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;
}

.header-component {
  padding-bottom: 170px;
  position: relative;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.header-component .header-content {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
.header-component .head-style {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 8.9vw;
  line-height: 0.95;
  font-family: "Helvetica Now Display";
}
.header-component .head-style .span-1 {
  opacity: 1;
}
.header-component .head-style .span-1 .V-italic {
  display: inline-block;
  font-style: italic;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.header-component .head-style .span-1 .V-italic:hover {
  transform: rotate(10deg) scale(1.16);
}
.header-component .head-style .span-2 {
  opacity: 1;
}
.header-component .head-style .span-2 .V-italic {
  display: inline-block;
  font-style: italic;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.header-component .head-style .span-2 .V-italic:hover {
  transform: rotate(10deg) scale(1.16);
}
.header-component .head-style .span-2 .O-italic {
  display: inline-block;
  margin-left: -6px;
  font-style: italic;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.header-component .head-style .span-2 .O-italic:hover {
  transform: rotate(7deg) scale(1.1);
}
.header-component .head-style .span-2 .O-italic::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.header-component .head-style .span-2 .O-italic:hover::after {
  transform: scaleX(1);
}
.header-component .head-style .span-2 {
  margin-left: 5.3ch;
}
.header-component .head-style .span-3 {
  opacity: 1;
  z-index: 4;
  margin-left: 3.2ch;
}
.header-component .head-style .span-4 {
  opacity: 1;
  place-self: end;
}
.header-component .image-container {
  opacity: 1;
  overflow: hidden;
  justify-content: center;
  align-items: stretch;
  width: 20vw;
  height: 27.25vw;
  margin-top: 9.25vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0.1%;
}
.header-component .image-container .overflow-hidden {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.header-component .image-container .img-wrapper .Profpic {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.header-component .image-container .img-wrapper .Profpic:hover {
  transform: scale(1.02);
}
.header-component .scrarrow {
  opacity: 1;
  z-index: 5;
  display: inline-block;
  width: 5vw;
  height: 5vw;
  position: absolute;
  inset: 89% auto auto 26%;
}
.header-component .scrarrow img {
  height: 100px;
}
.header-component .header_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 0.875rem;
  line-height: 1.25;
  display: grid;
}
.header-component .header_bottom .mail-info {
  font-family: "Helvetica Now Display REG";
  font-size: 20px;
  margin-left: 7px;
  font-size: 18px;
  font-weight: 600;
}
.header-component .header_bottom .mail-info a {
  text-decoration: none;
  color: hsl(0, 0%, 15%);
}
.header-component .header_bottom .quote {
  font-family: "Helvetica Now Display REG";
  font-size: 20px;
  font-weight: 600;
  place-self: end;
}

.ABOUT-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  padding-top: 170px;
  padding-bottom: 170px;
}
.ABOUT-container .about_title {
  color: hsl(0, 0%, 15%);
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}
.ABOUT-container .text-abtme {
  padding-left: 50px;
  margin-bottom: 3.75rem;
  text-align: start;
  font-family: "Helvetica Now Display REG";
  font-weight: 600;
  font-size: 40px;
  grid-column-start: 3;
  grid-column-end: 13;
}
.ABOUT-container .text-abtme p {
  padding-right: 40px;
  overflow: hidden;
}
.ABOUT-container .text-abtme .line {
  display: block;
  opacity: 0;
  transform: translateY(40px);
}
.ABOUT-container .text-abtme .abt-row2 {
  margin-top: 3rem;
}
.ABOUT-container .seemore-abtme {
  grid-column-start: 4;
  grid-column-end: 6;
  margin-left: -60px;
}
.ABOUT-container .seemore-abtme .abtmelink {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-family: "Helvetica Now Display REG";
  font-size: 25px;
  font-weight: 600;
  color: hsl(0, 0%, 15%);
  line-height: 1.2;
  border-bottom: none;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.ABOUT-container .seemore-abtme .abtmelink a {
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  padding: 10px 5px;
  transition: color 0.3s;
}
.ABOUT-container .seemore-abtme .abtmelink::before {
  content: "";
  position: absolute;
  bottom: 0;
  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;
}
.ABOUT-container .seemore-abtme .abtmelink:hover {
  color: #1a1a1a;
}
.ABOUT-container .seemore-abtme .abtmelink:hover::before {
  width: 100%;
  left: 0;
  transform-origin: left;
}
.ABOUT-container .seemore-abtme .abtmelink:not(:hover)::before {
  left: auto;
  right: 0;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.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-title-container .project-title-text-2 {
  grid-column-start: 9;
  grid-column-end: 12;
  max-width: 190px;
  margin-bottom: 120px;
}
.project-title-container .project-title-text-2 a {
  text-transform: uppercase;
  place-self: end;
  margin-right: -5px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: hsl(0, 0%, 15%);
  line-height: 2;
  text-decoration: none;
  position: relative;
  padding: 20px 5px;
  transition: color 0.3s;
}
.project-title-container .project-title-text-2 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  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-title-container .project-title-text-2 a:hover {
  color: hsl(0, 0%, 15%);
}
.project-title-container .project-title-text-2 a:hover::before {
  width: 90%;
  left: 3%;
  transform-origin: left;
}
.project-title-container .project-title-text-2 a:not(:hover)::before {
  left: auto;
  right: 7%;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.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: 10px;
}
.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;
  }
  .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;
  }
  .header-component {
    padding-bottom: 100px;
  }
  .header-component .header-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .header-component .head-style {
    font-size: 13vw;
    /* Remove fixed horizontal alignment */
  }
  .header-component .head-style .span-2,
  .header-component .head-style .span-3 {
    margin-left: 0;
  }
  .header-component .head-style .span-4 {
    place-self: start;
  }
  .header-component .image-container {
    position: relative;
    inset: auto;
    width: 100%;
    height: 110vw;
    margin-top: 3rem;
  }
  .header-component .scrarrow {
    position: relative;
    inset: auto;
    width: 15vw;
    height: 15vw;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .header-component .scrarrow img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header-component .header_bottom {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    font-size: 16px;
  }
  .header-component .header_bottom .mail-info {
    font-size: 16px;
    margin-left: 0;
  }
  .header-component .header_bottom .quote {
    place-self: start;
    font-size: 16px;
  }
  .ABOUT-container {
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
    grid-row-gap: 30px;
  }
  .ABOUT-container .about_title {
    grid-column: 1/-1;
    font-size: 18px;
  }
  .ABOUT-container .text-abtme {
    grid-column: 1/-1;
    padding-left: 0;
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .ABOUT-container .text-abtme p {
    padding-right: 0;
  }
  .ABOUT-container .text-abtme .abt-row2 {
    margin-top: 1.5rem;
  }
  .ABOUT-container .seemore-abtme {
    grid-column: 1/-1;
    margin-left: 0;
  }
  .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;
  }
  .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 .hidden-email a {
    font-size: 10vw;
  }
  .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=Style.css.map */