@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Chicago Kare";
  src: url("fonts/ChicagoKare-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  cursor: url(cursor.png), auto;
}
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Viaoda Libre", serif;
  background: #0e0e0f;
  color: #fff;
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: space-between; /* Changed for better alignment */
  align-items: center;
  max-width: 1200px; /* Max width for consistency */
  padding: 8px 16px 8px 8px;
  border-radius: 12px;
  gap: 80px;
  position: fixed;
  top: 16px; /* Increased spacing */
  background-color: rgba(25, 25, 25, 0.5); /* Slightly adjusted color */
  border: 1px solid rgba(255, 255, 255, 0.1); /* Adjusted border */
  backdrop-filter: blur(12px);
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Chicago Kare";
}

.logo{
  width: 32px;
}

.desktop-nav ul{
  display: flex;
  gap: 24px;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.desktop-nav ul li a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.desktop-nav ul li a:hover{
  text-shadow: 2px 2px 0px #9972ed;;
}

/* --- MOBILE NAVIGATION STYLES --- */
.hamburger-btn, .close-btn {
    display: none; /* Hidden by default, shown in media query */
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    z-index: 101;
}
.mobile-nav {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 14, 15, 0.95);
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 999;
}
.mobile-nav.open {
    transform: translateX(0);
}
.mobile-nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.mobile-nav ul li {
    margin: 24px 0;
}
.mobile-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 32px;
    font-family: "Chicago Kare";
}
.mobile-nav .close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
}

/* --- HERO SECTION --- */
.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(bg3.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  height: 100vh;
  overflow: hidden;
  padding-top: 64px;
}
.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* Other sections remain the same */
.hero-text-content:after{
  content: '';
  pointer-events: none;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mac-img {
  height: 100%;
}
.hero-section h1 {
  font-family: "Chicago Kare";
  font-size: 64px;
  text-shadow: 2px 2px 0px #9972ed;
  margin: 10px 0 30px 0;
}
.socials-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 0px;
}
.social-icon{
  width: 28px;
}

.social-icon-hover{
  display: none;
  transition: visibility 0.3s ease;
}

.social-link:hover .social-icon-hover{
  display: block;
}
.social-link:hover .social-icon-default{
  display: none;
}

.hero-text-content span {
  color: #898989;
  margin-top: 24px;
}
.hero-text-content {
  z-index: 1;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hello-image{
  width: 240px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.more-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 48px;
  padding: 80px;
  font-weight: 300;
  line-height: 1.5;
}
.more-info p {
  max-width: 1140px;
}
.more-info p span {
  display: inline-block;
}
.work-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  overflow: hidden;
}
.work-container {
  display: flex;
  align-items: center;
  max-width: 1140px;
  gap: 64px;
}
.work-section h1 {
  font-size: 120px;
  margin-right: 60px;
  flex-shrink: 0;
}
a.case-study-container:hover{
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}
.case-study {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
  width: 600px;
  flex-direction: row;
  justify-content: center;
  /* padding: 8px; */
  align-items: center;
  /* background: rgba(255, 255, 255, 0.05); */
  /* border-radius: 20px; */
  /* border: 1px solid rgba(255, 255, 255, 0.05); */
}
.case-study .eyebrow-text {
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
}
.case-study h3 {
  font-size: 50px;
  margin: 0;
  font-weight: 300;
}
.case-study-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 32px;
}
.case-study-thumbnail {
  width: 550px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}
.case-study .case-study-description {
  font-family: 'Urbanist', sans-serif;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
.tag-wrapper{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tag{
  font-family: 'Urbanist',sans-serif;
  font-size: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.case-study-button{
  font-family: 'Urbanist',sans-serif;
  padding: 16px;
  margin-top: 20px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.ui-shots-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
  background-color: #000;
}
.ui-shots-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
}
.ui-shots-row {
  display: flex;
  gap: 32px;
  width: max-content;
  flex-shrink: 0;
}
.ui-shot-img {
  width: 450px;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
footer{
  background: #000;
}
.site-footer {
  padding: 120px 60px 40px 60px;
  text-align: center;
}
.footer-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-cta {
  margin-bottom: 100px;
}
.footer-cta h2 {
  font-family: "Viaoda Libre", serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 400;
  margin: 0 0 40px 0;
}
.email-link {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(1rem, 4vw, 1.5rem);
  color: #fff;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: color 0.3s ease, border-color 0.3s ease;
}
.email-link:hover {
  color: #fff;
  border-color: #fff;
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Urbanist", sans-serif;
}
.copyright p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.social-links {
  display: flex;
  gap: 20px;
}
.social-links a svg {
  fill: rgba(255, 255, 255, 0.5);
  transition: fill 0.3s ease;
}
.social-links a:hover svg {
  fill: #fff;
}

/* --- RESPONSIVE STYLES (iPad and smaller) --- */
@media (max-width: 1024px) {
    /* --- HEADER --- */
    header {
        justify-content: space-between;
        width: calc(100% - 32px);
    }
    .desktop-nav {
        display: none;
    }
    .hamburger-btn, .mobile-nav .close-btn {
        display: block;
    }
    .mobile-nav {
        display: flex;
    }

    /* --- HERO SECTION (Static on mobile) --- */
    .hero-section {
        padding-top: 100px; /* Add space for header */
        height: auto;
        min-height: 100vh;
    }
    .mac-img {
        height: auto;
        max-width: 90%;
    }
    /* .hero-text-content {
        position: static;
        transform: none;
        padding: 24px;
    } */
    .hero-section h1 {
        font-size: 48px;
    }

    /* --- MORE INFO SECTION --- */
    .more-info {
        font-size: 32px;
        padding: 60px 24px;
    }

    /* --- WORK SECTION (Stacked layout) --- */
    .work-section {
        padding: 60px 24px;
        min-height: auto;
    }
    .work-container {
        flex-direction: column;
        gap: 48px;
        max-width: 100%;
    }
    .work-section h1 {
        font-size: 80px;
        margin: 0 0 24px 0;
        text-align: center;
    }
    .case-study {
        flex-direction: column;
        width: 100%;
        gap: 24px;
        padding: 24px;
    }
    .case-study-thumbnail {
        width: 100%;
        max-width: 500px;
    }
    .case-study-content {
        padding: 0;
        align-items: center;
        text-align: center;
    }
    .case-study h3 {
        font-size: 36px;
    }

    /* --- UI SHOTS SECTION --- */
    .ui-shot-img {
        width: 300px; /* Slightly smaller images on mobile */
    }

    /* --- FOOTER --- */
    .site-footer {
        padding: 80px 24px 32px 24px;
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        flex-direction: column;
        gap: 24px;
    }
}
