body {
  margin: 0;
  background-color: #ececec;
  background-color: #F5F8FA;
  /* cursor: url('arrow-cursor.png') 0 0, auto; /* set hot spot (x y) */
  cursor: none;
  overflow-x: hidden;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  /* Adjust size as needed */
   width: 25px;
  height: 25px;
 /* border: 2px solid #1A191A;*/
  /* black outline */
  background-color: rgba(236, 236, 236, 0.5);
  background-color: #1A191A;
  /* light gray with 40% opacity */
  border-radius: 50%;
  /* Make it a circle */
  pointer-events: none;
  /* Ensure it doesn't block clicks */
  z-index: 10000;
  /* Keep it above all other elements */
  transition: transform 0.1s ease, background-color 0.2s ease, opacity 0.2s ease;
  transform: translate(-50%, -50%);
  opacity: 0;
  /* Start as hidden */
}

/* Expanded and color-changed cursor when hovering links */
.custom-cursor.link-hover {
  transform: translate(-50%, -50%) scale(2);
  background-color: rgba(236, 236, 236, 0.5);
  /*border: 1px solid #1A191A;*/
}

.hidden {
  opacity: 0;
  /* Hide when out of bounds */
}

/*.icon{
  margin-left: 5px;
  width: 70px;
  height: auto;
}*/
/* Hamburger icon */
/* Hamburger icon */
.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
  padding-right: 15px;
}

@media screen and (max-width: 600px) {
  .nav-items {
    display: none;
    width: 100%;
    background-color: #ececec;
    background-color: #F5F8FA;
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 999;
    padding: 0;
    padding-bottom: 20px;
  }

    .nav-items {
    display: none;
    width: 100%;
    border-bottom: 1.5px solid #1A191A;
    background-color: #F5F8FA;
    /*background-color: #e1e1e1;*/
    position: absolute;
    top: 66px;
    /* Adjust based on your .topnav height */
    right: 0;
    /* Align to the right */
    z-index: 999;
    /* border-bottom: 1px solid #ccc;*/
    /* border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    padding: 0;
    padding-bottom: 20px;
  }

  .nav-items ul {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    padding: 0;
    margin: 0;
  }

  .nav-items li {
    margin: 0;
    margin-right: -10px;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    margin-left: auto;
  }

  .nav-items.show {
    display: block;
  }
}

/* left icon */
.icon {
  margin-left: 5px;
  width: 70px;
  height: auto;
  cursor: pointer;
}

/* perfectly centered logo */
.logo {
  position: absolute;
  top: -5px;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  max-width: 40vw;
  height: auto;
  cursor: pointer;
}

@media (max-width: 600px) {
  .logo {
     top: 5px;
    width: 130px;
    max-width: 70vw;
  }
}




.name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.gabe {
  font-family: ABCFavoriteEdu-Bold, sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 2vw, 15px);
  text-align: center;
}

@media (max-width: 600px) {
  .gabe {
    font-size: clamp(13px, 5vw, 15px);
    padding: 0 10px;
  }
}

.heading1:hover:not(.active) {
  color: #6b6b6b;
}

.heading1:hover:not(.active) {
  color: #6b6b6b;
}

/*.topnav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  border-bottom: 1px solid #1A191A;
  font-family: ABCFavoriteEdu-Regular, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(10px, 2vw, 13px);
  z-index: 1000;
}*/

.topnav {
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F8FA;
  border-bottom: 1.5px solid #1A191A;
    font-family: ABCFavoriteEdu-Regular, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(10px, 2vw, 13px);
   z-index: 1000;
}

.nav-items ul {
  display: flex;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-items li a {
  margin-right: 20px;
  display: block;
  line-height: 30px;
  color: #1A191A;
  text-decoration: none;
}

.nav-items a:hover:not(.active) {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  color: #7f7f7f;
}

.nav-items .active {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.line {
  border-top: 1px solid #1A191A;
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
}

.divider {
  border-top: 1px solid #7f7f7f;

  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.divider2 {
  border-top: 1px dashed #7f7f7f;
  padding: 5px 0;
  /* optional: add space between borders and content */
  margin-top: 30px;

}


a {
  text-decoration: none;
  /*color: #69df46;*/
  color: #1A191A;

}

.link {
  line-height: 0px;
  text-transform: uppercase;
  font-family: "indivisible", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  /*font-size: clamp(1rem, 2vw + 0.1rem, 1.5rem);*/
}

.header {
  font-family: "indivisible", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  /* font-size: clamp(1rem, 2vw + 0.5rem, 2.5rem);*/
  font-size: clamp(1rem, 2vw + 0.1rem, 1.5rem);
  display: inline;
  /* makes background only cover the text */
  background-color: #69df46;
  margin: 0;
  /* remove default margin */
  padding: 0;
  /* remove any padding */
}

h3 {
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 20px;
  color: #1A191A;
font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
/*-webkit-text-stroke: 1px #1A191A;*/
  font-size: clamp(13px, 2vw, 18px);
  text-transform: uppercase;
}

/*.fix-stroke {
  font-size: 30px;
  paint-order: stroke fill;
}*/

.title2 {
  margin: 20px;
}

.project-info {
  color: #7f7f7f;
  display: flex;
  /*justify-content: space-between; /* pushes them to opposite sides */
  align-items: center;
  /* keeps text aligned nicely */
  gap: 7rem;
  /*gap: 24%;*/
  font-family: "indivisible", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(0.9rem, 1vw, 1rem);
  padding-top: 7px;
}

p {
  font-size: 13px;
  color: #1A191A;
  font-family: "owners-text", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.text {
  color: #7f7f7f;
  padding-top: -30px;
  font-family: "dico-code-one", mono;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(13px, 0.9vw, 14px);
  line-height: clamp(18px, 1.4vw, 24px);
}

/*.text {
width: 50%;
padding-top: 10px;
padding-bottom: 40px;
font-size: 25px;
}*/

@media (max-width: 768px) {
  .text {
    width: 100%;
  }
}

/*.content5 {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  width: 100%;
  max-width: 2800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}*/
/* ─── MASONRY GRID (FIXED) ───────────────────────────────────────── */

.content5 {
  column-count: 3;
  column-gap: 18px;

  width: calc(100% - 40px);
  margin: 0 20px;
}

/* Each item wrapper (IMPORTANT) */
.content5 .item {
  break-inside: avoid;
  margin-bottom: 24px;
}

/* Images */
.content5 img {
  width: 100%;
  height: auto;
  display: block;
}

/* Caption tweak to match layout */
.content5 {
  margin-top: 85px;
  padding-bottom: 150px;
}

----------
.container {
  width: 100%;

}









.caption {
  margin-top: 10px;
  font-size: 14px;
  color: #7f7f7f;
  font-family: "articulat-cf", sans-serif;
  font-family: ABCFavoriteEdu-Regular, sans-serif;
  font-weight: 500;
  font-style: italic;
}





.list a {
  /*font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;*/
  font-family: "dico-code-one", mono;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: gray;
}

.list a:hover {
  color: #1A191A;
  font-style: italic;
}


html {
  scroll-behavior: smooth;
}


/* ─── FOOTER ───────────────────────────────────────────────────────────────── */
.footer {
  width: 100%;
  border-top: 1.5px solid #1A191A;
  /*background-color: #f0f0f0; /* Light gray background */
  /*background-color: #D3D3D3;*/
  background-color: #e5e5e5;
  text-align: center;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-text {
  font-family: "articulat-cf", sans-serif;
  font-family: ABCFavoriteEdu-Medium, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(10px, 2vw, 13px);
  margin: 0;
  color: #1A191A;
  /* Dark gray text */
}

.footer-text2 {
  position: absolute;
  font-family: "articulat-cf", sans-serif;
  font-family: ABCFavoriteEdu-Regular, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(10px, 2vw, 13px);
  left: 20px;
  margin: 0;
  color: #1A191A;
}

.footer-right {
  position: absolute;
  right: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-text3,
.footer-text4 {
  font-family: "articulat-cf", sans-serif;
  font-family: ABCFavoriteEdu-Regular, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(10px, 2vw, 13px);
  margin: 0;
  color: #1A191A;
}

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


#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  /*background-color: #ececec;*/
  background-color: #e5e5e5;
  color: #1A191A;
  cursor: pointer;
  padding: 5px 10px 5px;
  border-radius: 2px;
  font-family: ABCFavoriteEdu-Regular, sans-serif;
  font-size: 15px;
}

#myBtn:hover {
  background-color: #1A191A;
  color: #ececec;
}

html {
  scroll-behavior: smooth;
}


.Articulat-CF-Bold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Articulat-CF-Bold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.Articulat-CF-Extra-Bold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.Articulat-CF-Heavy {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.Articulat-CF-Medium {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.Articulat-CF-Regular {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.Articulat-CF-Regular {
  font-family: "articulat-cf", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.Dico-Code-One-Regular {
  font-family: "dico-code-one", mono;
  font-weight: 400;
  font-style: normal;
}

.Dico-Code-One-Bold {
  font-family: "dico-code-one", mono;
  font-weight: 700;
  font-style: normal;
}

.Dico-Code-One-Bold-Italic {
  font-family: "dico-code-one", mono;
  font-weight: 700;
  font-style: italic;
}

.artwork-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
}

.artwork-gallery img {
  max-width: 200px;
  height: auto;
  display: block;
}


@font-face {
  font-family: "ABCFavoriteEdu-Bold";
  src: url(Web/ABCFavoritEdu-Bold.woff);
}

@font-face {
  font-family: "ABCFavoriteEdu-Medium";
  src: url(Web/ABCFavoritEdu-Medium.woff);
}

@font-face {
  font-family: "ABCFavoriteEdu-Regular";
  src: url(Web/ABCFavoritEdu-Regular.woff);
}


@media (max-width: 1024px) {
  .content5 {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .content5 {
    column-count: 1;
  }
}