@font-face {
  font-family: "Helvetica Now Display";
  src: url(Fonts/HelveticaNowDisplay-LightIta.woff2) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Display REG";
  src: url(Fonts/HelveticaNowDisplay-Regular.ttf) format("opentype");
}
#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: #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-top: -3px;
  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-top: -22px;
  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 .about-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;
}

.about-hero {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  padding-top: 290px;
}
.about-hero .Htag-title {
  grid-column-end: 2;
  color: hsl(0, 0%, 15%);
  font-size: 25px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}
.about-hero .about-hero-title {
  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;
}
.about-hero .about-image-container {
  grid-column-start: 3;
  grid-column-end: 9;
  margin: 20px 0;
  overflow: hidden;
}
.about-hero .about-image-container .abtimage img {
  height: 415px;
  width: 100%;
  transition: all 0.7s ease;
}
.about-hero .about-image-container .abtimage img:hover {
  scale: 1.04;
  cursor: pointer;
}
.about-hero .abt-location-text {
  grid-column-start: 3;
  grid-column-end: 13;
}
.about-hero .abt-location-text .loc-bigtext {
  color: hsl(0, 0%, 15%);
  margin-top: -20px;
  line-height: 0.9;
  font-size: 124px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}

.AboutDetails {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  padding-top: 170px;
}
.AboutDetails .details-title {
  grid-column-start: 3;
  grid-column-end: 5;
  max-width: 210px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
}
.AboutDetails .About-para-class {
  grid-column-start: 7;
  grid-column-end: 10;
  margin-bottom: 65px;
}
.AboutDetails .About-para-class .about-para {
  margin: 0;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
}
.AboutDetails .abt-casualimage {
  grid-column-start: 7;
  grid-column-end: 10;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
}
.AboutDetails .abt-casualimage img {
  height: 450px;
  width: 100%;
  transition: all 0.7s ease-in-out;
}
.AboutDetails .abt-casualimage img:hover {
  scale: 1.04;
}

.personal-interests-section {
  padding: 120px 0;
  position: relative;
}

.interests-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  padding-top: 50px;
}

.interests-title-one {
  grid-column-end: 2;
  font-size: 25px;
  line-height: 2;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
}

.interests-title-two {
  grid-column-start: 3;
  grid-column-end: 8;
  margin-top: -13px;
  font-size: 100px;
  line-height: 1.18;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
  padding-bottom: 80px;
}

.interests-content {
  grid-column-start: 3;
  grid-column-end: 11;
}

.interest-item {
  margin-bottom: 60px;
  cursor: pointer;
  position: relative;
}

.interest-header {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #1a1a1a;
}

.interest-number {
  font-size: 18px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
  margin-right: 20px;
}

.interest-name {
  font-size: 32px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
  flex-grow: 1;
}

.interest-toggle {
  font-size: 32px;
  font-weight: 300;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
  transition: transform 0.4s ease-in-out;
}

.interest-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  position: relative;
}

.interest-content.active {
  max-height: 500px;
}

.interest-text {
  padding: 30px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
}

.interest-item.active .interest-toggle {
  transform: rotate(45deg);
}

.awards-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  padding-top: 170px;
  padding-bottom: 170px;
}
.awards-container .aw-title-one {
  grid-column-end: 2;
  font-size: 25px;
  line-height: 2;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
}
.awards-container .aw-title-two {
  grid-column-start: 3;
  grid-column-end: 13;
  margin-top: -13px;
  font-size: 100px;
  line-height: 1.18;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
  color: #1a1a1a;
}
.awards-container .showcase-table {
  margin-top: 110px;
  grid-column-start: 3;
  grid-column-end: 13;
}
.awards-container .showcase-table .table-head {
  margin-bottom: 22px;
  display: flex;
  text-transform: uppercase;
}
.awards-container .showcase-table .table-head .table-head-one {
  font-family: "Helvetica Now Display REG";
  font-weight: 600;
  color: #1a1a1a;
  font-size: 22px;
  width: calc(100px + (100% - 225px) / 2.5);
}
.awards-container .showcase-table .table-head .table-head-two {
  font-family: "Helvetica Now Display REG";
  font-weight: 600;
  color: #1a1a1a;
  font-size: 22px;
  margin-left: 50px;
}
.awards-container .showcase-table .table-head .table-head-three {
  font-family: "Helvetica Now Display REG";
  font-weight: 600;
  color: #1a1a1a;
  font-size: 22px;
  margin-left: 350px;
}
.awards-container .showcase-table .table-body {
  border-top: thin solid #1a1a1a;
}
.awards-container .showcase-table .table-body .TB-row {
  display: flex;
  flex-wrap: wrap;
  padding: 22px 0;
  border-bottom: thin solid #1a1a1a;
}
.awards-container .showcase-table .table-body .TB-row1-one {
  font-family: "Helvetica Now Display REG";
  font-weight: 600;
  color: #1a1a1a;
  font-size: 22px;
  width: calc(100px + (100% - 225px) / 2.5);
}
.awards-container .showcase-table .table-body .TB-row1-two {
  font-family: "Helvetica Now Display REG";
  font-weight: 600;
  color: #1a1a1a;
  font-size: 22px;
  margin-left: 50px;
  width: 250px;
}
.awards-container .showcase-table .table-body .TB-row1-three {
  font-family: "Helvetica Now Display REG";
  font-weight: 600;
  color: #1a1a1a;
  font-size: 22px;
  margin-left: 283px;
}

.project-title-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  padding-top: 150px;
  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-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  padding-bottom: 170px;
  overflow: 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;
  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 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.04);
}

.main-contact-container {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  padding-top: 200px;
  padding-bottom: 150px;
}
.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;
}
.main-contact-container .send-message-Bigtext a {
  margin-top: -180px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
  padding: 0px 0px;
  transition: color 0.3s;
}
.main-contact-container .send-message-Bigtext::before {
  content: "";
  position: absolute;
  bottom: 100px;
  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%;
  height: 250px;
  margin-top: 300px;
  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 .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;
  }
  /* --- ABOUT HERO --- */
  .about-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 120px;
  }
  .about-hero .Htag-title {
    grid-column: 1/-1;
    font-size: 18px;
  }
  .about-hero .about-hero-title {
    grid-column: 1/-1;
    font-size: 13vw;
    line-height: 1;
  }
  .about-hero .about-image-container {
    grid-column: 1/-1;
    margin-top: 30px;
  }
  .about-hero .about-image-container .abtimage img {
    height: auto;
  }
  .about-hero .abt-location-text {
    grid-column: 1/-1;
  }
  .about-hero .abt-location-text .loc-bigtext {
    font-size: 13vw;
    line-height: 1;
    margin-top: 0;
  }
  /* --- ABOUT DETAILS --- */
  .AboutDetails {
    grid-template-columns: 1fr;
    padding-top: 100px;
    gap: 30px;
  }
  .AboutDetails .details-title {
    grid-column: 1/-1;
    font-size: 18px;
    max-width: none;
  }
  .AboutDetails .About-para-class {
    grid-column: 1/-1;
    margin-bottom: 0;
  }
  .AboutDetails .About-para-class .about-para {
    font-size: 20px;
  }
  .AboutDetails .abt-casualimage {
    grid-column: 1/-1;
  }
  .AboutDetails .abt-casualimage img {
    height: auto;
  }
  /* --- INTERESTS --- */
  .personal-interests-section {
    padding: 100px 0;
  }
  .interests-container {
    grid-template-columns: 1fr;
    padding-top: 30px;
    gap: 30px;
  }
  .interests-title-one {
    grid-column: 1/-1;
    font-size: 18px;
  }
  .interests-title-two {
    grid-column: 1/-1;
    font-size: 13vw;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .interests-content {
    grid-column: 1/-1;
  }
  .interest-item {
    margin-bottom: 20px;
  }
  .interest-name {
    font-size: 24px;
  }
  /* --- AWARDS / ACHIEVEMENTS TABLE --- */
  .awards-container {
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 30px;
  }
  .awards-container .aw-title-one {
    grid-column: 1/-1;
    font-size: 18px;
  }
  .awards-container .aw-title-two {
    grid-column: 1/-1;
    font-size: 13vw;
    margin-top: 0;
  }
  .awards-container .showcase-table {
    grid-column: 1/-1;
    margin-top: 40px;
    /* Hide the desktop table header */
  }
  .awards-container .showcase-table .table-head {
    display: none;
  }
  .awards-container .showcase-table .table-body {
    border-top: none;
  }
  .awards-container .showcase-table .TB-row {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
    border-bottom: thin solid #1a1a1a;
  }
  .awards-container .showcase-table {
    /* Remove all desktop-specific sizing and margins */
  }
  .awards-container .showcase-table .TB-row1-one,
  .awards-container .showcase-table .TB-row1-two,
  .awards-container .showcase-table .TB-row1-three {
    width: 100%;
    margin-left: 0;
    font-size: 18px;
  }
  .awards-container .showcase-table {
    /* Add labels using ::before pseudo-elements */
  }
  .awards-container .showcase-table .TB-row1-one::before {
    content: "TITLE/COMPANY: ";
    opacity: 0.7;
    font-size: 14px;
    display: block;
  }
  .awards-container .showcase-table .TB-row1-two::before {
    content: "EVENT/PROGRAM: ";
    opacity: 0.7;
    font-size: 14px;
    display: block;
  }
  .awards-container .showcase-table .TB-row1-three::before {
    content: "YEAR: ";
    opacity: 0.7;
    font-size: 14px;
    display: block;
  }
  /* --- RECENT PROJECTS --- */
  .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-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    padding-bottom: 100px;
    height: auto;
    /* Re-order items: Image first, then details */
  }
  .project-showcase-2 .project-picture-2 {
    grid-column: 1/-1;
    order: 1;
  }
  .project-showcase-2 .project-picture-2 img {
    width: 100%;
  }
  .project-showcase-2 .project-details-2 {
    grid-column: 1/-1;
    order: 2;
    padding-right: 0;
  }
  .project-showcase-2 .project-details-2 .big-text-2 {
    font-size: 50px;
    margin-left: 0;
  }
  .project-showcase-2 .project-details-2 p {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .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=aboutstyle.css.map */