@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk&family=Syne:wght@400..800&display=swap');


/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    scroll-snap-type: y mandatory;
}

/* NAVBAR */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    max-height: 100px;
    padding: 0 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15%;
    z-index: 5;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.navbar.navbar--active {
    position: fixed;
    height: 100px;
    max-height: 100px;
    z-index: 1000;
    background-color: #ffffff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.navbar.navbar--active .nav-links a,
.navbar.navbar--active .dropdown-toggle {
    color: #000;
}

.navbar.navbar--active .dropdown-toggle .arrow {
    color: #000;
}
.nav-links a {
    font-size: 1rem;
    color: #c9c9c9;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
}

.dropdown-menu a {
    font-family: 'Inter', sans-serif;
}

.navbar:hover .nav-links a:hover {
    color: #333;
}


.navbar.navbar--active .contact-btn {
    background-color: #fff;
    color: #000;
}

.navbar-logo {
    height: 150px;
    width: auto;
    transition: opacity 0.3s ease;
}


.nav-links {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 2.25rem;
}

.nav-right {
    margin-left: auto;
}

.contact-btn {
    color: #c9c9c9;
    padding: 0.5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    transition: color 0.3s ease;
    margin-left: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.contact-btn:hover {
    color: #333;
}

.contact-btn i {
    margin-left: 0.75rem;
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

/* Container for dropdown */
.nav-dropdown {
    position: relative;
}

/* Toggle link */
.dropdown-toggle {
    text-decoration: none;
    color: #c9c9c9;
    font-size: 1.1rem;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}




/* Dropdown menu wrapper */
.dropdown-menu {
    position: fixed;
    top: 100px;
    /* or match your navbar bottom */
    left: 0;
    width: 100vw;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 9;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.arrow {
    font-size: 1.1rem;
    margin-left: 0.4rem;
    transition: transform 0.3s ease;
    display: inline-block;
}

.arrow.rotated {
    transform: rotate(180deg);
}

.dropdown-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    gap: 150px;
    height: 100%;
}

.dropdown-left h2 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.dropdown-link {
    font-size: 0.8rem;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    margin-top: auto;
    transition: color 0.2s ease;
}

.dropdown-link:hover {
    color: #ff7a3d;
}

#allProjects sl-icon {
    font-size: 1rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

#allProjects:hover sl-icon {
    transform: translateX(10px);
}

.dropdown-cards {
    flex: 2;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-left: auto;
}

/* Dropdown cards */
.dropdown-card1 {
    display: block;
    position: relative;
    padding: 2rem;
    border-radius: 12px;
    text-decoration: none;
    width: 450px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, background-color 0.2s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1005%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(237%2c 237%2c 237%2c 1)'%3e%3c/rect%3e%3cpath d='M1503.49 111.5C1336.18 113.49 1104.78 302.22 861.87 301.9 618.96 301.58 651.91 4.53 541.06-21.89' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M1628.96 173.29C1518.83 173.07 1411.5 103.29 1194.05 103.29 976.59 103.29 979.45 173.75 759.13 173.29 538.81 172.83 445.01-32.84 324.22-38.36' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M1659.73 74.62C1494.74 75.75 1341.9 231.77 1018.65 231.42 695.4 231.07 556.9-83.38 377.57-92.4' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M1529.81 164.69C1408.17 172.89 1325.82 407.68 1105.74 405.49 885.66 403.3 834.85-26.76 681.67-71.31' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M1588.61 132.34C1404.21 135.03 1238.92 356.51 885.75 356.34 532.57 356.17 380.5 2.76 182.88-7.84' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1005'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dropdown-card2 {
    display: block;
    position: relative;
    padding: 2rem;
    border-radius: 12px;
    text-decoration: none;
    width: 450px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, background-color 0.2s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/rect%3e%3cpath d='M368.52 637.56C513.8 599.75 555.52 209.34 781.07 201.23 1006.62 193.12 987.35 271.23 1193.62 271.23 1399.9 271.23 1501.56 201.48 1606.17 201.23' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M824.18 626.77C929.76 619.23 979.08 429.11 1190.25 414.03 1401.43 398.95 1450.74 208.77 1556.33 201.23' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M459.06 635.23C593.81 614.19 659.27 293.3 881.32 289.85 1103.36 286.4 1092.45 359.85 1303.57 359.85 1514.7 359.85 1618.83 290.09 1725.83 289.85' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M335.61 616.75C518.12 594.28 628.25 182.44 928.77 181.8 1229.29 181.16 1361.95 418.07 1521.93 422.6' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M476.12 630.5C662.77 609.32 775.44 198.27 1089.58 196.65 1403.72 195.03 1544.4 357.68 1703.04 359.05' stroke='rgba(255%2c 122%2c 61%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.dropdown-card1 h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #000;
}

.dropdown-card1 p {
    font-size: 0.9rem;
    color: #333;
}

.dropdown-card2 h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.dropdown-card2 p {
    font-size: 0.9rem;
    color: #ededed;
}
.card-content {
    z-index: 2;
}

/* Right arrow */
.dropdown-card1 .card-arrow {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    font-size: 2rem;
    border-radius: 50%;
    color: #ff7a3d;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 1;
}

.dropdown-card2 .card-arrow {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    font-size: 2rem;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 1;
}

.dropdown-card1:hover .card-arrow,
.dropdown-card2:hover .card-arrow {
    opacity: 1;
    transform: translateX(10px);
}

/* === Mobile Navbar Base === */
.mobile-navbar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  padding: 0 2rem;
  background: transparent;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.mobile-navbar.navbar--active {
    position: fixed;
    background-color: #ffffff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.mobile-logo {
  height: 150px;
  width: auto;
  transition: opacity 0.3s ease;
}

.mobile-toggle {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  z-index: 1001;
}

.mobile-navbar { z-index: 9999; }
.mobile-toggle { z-index: 10001; }
.mobile-menu   { z-index: 10000; }

.mobile-toggle .line {
  width: 25px;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
}

.mobile-toggle.open .line1 {
  transform: rotate(45deg) translate(3px, 3px);
}

.mobile-toggle.open .line2 {
  transform: rotate(-45deg) translate(3px, -3px);
}

/* === Fullscreen Mobile Menu === */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 1001;
  padding: 15vh 2rem 2rem;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.mobile-menu.open {
  transform: translateY(0);
}

.mobile-nav-links,
.mobile-nav-links button {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Syne', sans-serif;
  color: #000;
}

.mobile-nav-links button {
    font-weight: 600;
}

.mobile-nav-links > li {
    margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.mobile-nav-links a,
.dropdown-toggle {
  color: #000;
  text-decoration: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}

.mobile-dropdown .dropdown-toggle i {
  font-size: 1rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

/* Rotate chevron when open */
.mobile-dropdown.open .dropdown-toggle i {
  transform: rotate(90deg);
}

.mobile-menu a:hover,
.mobile-menu a:focus {
  color: #ff7a3d;
}



.mobile-dropdown .dropdown-links {
  display: none;
  flex-direction: column;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  margin-top: 1.25rem;
  padding-left: 1.5rem;
  gap: 0.5rem;
  list-style: none;
}

.dropdown-links li {
    color: #000;
  font-size: 1.25rem;
}

.mobile-dropdown.open .dropdown-links {
  display: flex;
  transition: transform 0.3s ease;
}

.dropdown-links.open {
  max-height: 200px; /* Adjust depending on content height */
  opacity: 1;
  pointer-events: auto;
}

.mobile-logo-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
}

.mobile-logo-bottom img {
  max-width: 500px; /* Adjust to taste */
  height: auto;
}


.navbar.sticky:not(.navbar--active),
.mobile-navbar.sticky:not(.navbar--active) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.mobile-menu.open ~ .scroll-top-btn {
  display: none !important;
}


/* === Show on Mobile Only === */
@media (max-width: 1024px) {
    .mobile-navbar {
    display: flex;
    height: 10vh;
    padding: 0 1.5rem;
    }
    .navbar {
    display: none;
    }
    .mobile-menu {
        height: calc(100vh - 35vh);
    }
}

@media (max-width: 768px) {
    .mobile-menu {
        height: 100vh;
    }
}

/* Lock body scroill when mobile menu is open */
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
  position: relative;
}



/* HERO */
#hero {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-height: 100vh;
    height: 101vh;
    max-height: 101vh;
    width: 100%;
    min-width: 100vw;
    display: flex;
    position: relative;
    z-index: 2;
}

/* LEFT SIDE: 75% */
.hero-left {
    flex: 2;
    background-color: #16161f;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1rem;
    overflow-x: hidden;
    overflow-y: hidden;
}


.hero-title {
    font-size: clamp(6.35rem, 14vw, 22rem);
    font-family: 'Syne', sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    line-height: 0.69;
    max-width: 100%;
}

.hero-title-line {
    display: block;
}

.hero-title-casa {
    color: #c9c9c9;
}

.hero-title-designs {
    color: #ff7a3d;
    padding-bottom: 1.35rem;
    /* Same orange as your brand */
}

.hero-title-designs strong {
    color: #c9c9c9;
}


/* RIGHT SIDE: 25% */
.hero-right {
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center repeat;
}

/* Overlay to darken image */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* Adjust opacity here */
    z-index: 1;
    pointer-events: none;
}

/* SCROLL DOWN */
.scroll-down {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
}

.scroll-down a {
    padding-bottom: 2px;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.scroll-down .divider {
    width: 1px;
    height: 4rem;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 1rem;
    animation: scroll-down 1.5s infinite alternate;
}

.mobile-hero-scroll {
  display: none; /* Hidden by default */
}

@media (max-width: 768px) {
    .body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    #hero {
        max-width: 100vw;
        min-height: 100vh;
        height: 100vh;
        max-height: 100vh;
        overflow-x: hidden;
    }
    .hero-left {
        display: flex;
        align-items: center;
    }
    .hero-title {
        z-index: 3;
        font-size: 6.25rem;
    }
    .hero-right {
        display: none;
    }
    .mobile-hero-scroll {
        position: absolute;
        right: 1.5rem;
        bottom: 2.75rem;
        cursor: pointer;
        z-index: 2;
        display: inline-block;
    }
    .mobile-hero-scroll a {
        padding-bottom: 2px;
        font-size: 1.1rem;
        letter-spacing: 0.15rem;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: #fff;
        font-family: 'Syne', sans-serif;
        font-weight: 400;
        text-decoration: none;
    }
    .mobile-hero-scroll .divider {
        width: 1px;
        height: 4rem;
        background-color: #fff;
        margin: 0 auto;
        border-radius: 1rem;
        animation: scroll-down 1.5s infinite alternate;
    }
}

#about {
    margin: 5% 5%;
    padding: 0 5%;
    padding-top: 5%;
    background-color: #fff;
    color: #000;
    height: auto;
    min-height: 100vh;
    z-index: 2;
}

.about-top {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    margin: 6rem 0;
}

.about-left {
    flex: 1;
}

.about-index {
    font-size: 8rem;
    color: #eee;
    font-family: 'Space Grotesk', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    padding-bottom: 5rem;
}

.about-label {
    color: #ff7a3d;
    font-family: 'Syne', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 1.25rem;
    position: relative;
    margin-top: -9rem;
    /* Lifts it over the "01" */
    margin-bottom: 1rem;
}

.about-intro {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    max-width: 550px;
    padding-top: 2rem;
}

.about-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-right img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.about-description {
    color: #000;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 550px;
    padding-top: 3.5rem;
}

.about-description2,
.about-description3 {
    color: #000;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 550px;
    padding-top: 1rem;
}

/* Feature Grid */
.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.feature-num {
    color: #ff7a3d;
    font-size: 2rem;
    font-family: 'Space Grotesk', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feature-title {
    font-size: 1.25rem;
    font-family: 'Syne', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}


.about-owner {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin: 0 auto;
    padding-top: 8rem;
    align-items: flex-start;
}

.about-owner-left,
.about-owner-right {
    flex: 1 1 45%;
}

.owner-title {
    font-size: 2.25rem;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #333;
}

.owner-img {
    width: 100%;
    max-width: 400px;
    border-radius: 0.75rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.owner-name {
    font-size: 1.75rem;
    font-weight: 600;
    color: #ff7a3d;
    margin-bottom: 1rem;
}

.owner-bio {
    padding-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #444;
    max-width: 80%;
}

@media (max-width: 1024px) {
    #about {
        padding: 3rem 1.5rem;
    }
    .about-top {
        flex-direction: column;
        gap: 3rem;
        margin: 3rem 0;
        padding-top: 3rem;
    }
    .about-left,
    .about-right {
        width: 100%;
    }
    .about-intro {
        max-width: 90%;
    }
    .about-description,
    .about-description2,
    .about-description3 {
        max-width: 100%;
    }
    .about-owner {
        flex-direction: column;
        align-items: center;
    }
    .owner-name {
        text-align: center;
    }
    .owner-bio {
        max-width: 100%;
    }
}

/* About Mobile Styles */
@media (max-width: 768px) {
    #about {
        margin: 0;
        padding: 3rem 1.5rem;
        min-height: auto;
    }

    .about-top {
        flex-direction: column;
        gap: 3rem;
        margin: 3rem 0;
    }

    .about-left,
    .about-right {
        width: 100%;
    }

    .about-index {
        font-size: 5rem;
        padding-bottom: 1rem;
    }

    .about-label {
        font-size: 1.1rem;
        margin-top: -4.5rem;
        margin-bottom: 1rem;
    }

    .about-intro {
        max-width: 100%;
    }

    .about-description {
        font-size: 1rem;
        max-width: 100%;
        padding-top: 1.5rem;
        line-height: 1.7;
    }

    .about-right img {
        width: 100%;
        height: auto;
        max-height: none;
        border-radius: 0.75rem;
    }

    .about-features {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 2rem;
    }

    .feature-num {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }

    .feature-title {
        font-size: 1.1rem;
    }

    .feature-text {
        font-size: 1rem;
        line-height: 1.5;
    }
    .owner-title {
        text-align: center;
    }
    .owner-bio {
        max-width: 100%;
    }
}


/* Services Section */
.services {
    min-height: 100vh;
    padding: 0 5%;
    margin: 5% 5%;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
}

/* Header area */
.services-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6rem;
    margin: 6rem 0;
}

.services-left {
    flex: 1;
}

.services-index {
    font-size: 8rem;
    color: #eee;
    font-family: 'Space Grotesk', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    padding-bottom: 5rem;
}

.services-label {
    color: #ff7a3d;
    font-family: 'Syne', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 1.25rem;
    position: relative;
    margin-top: -9rem;
    /* Lifts it over the "01" */
    margin-bottom: 1rem;
}

.services-right {
    flex: 2;
}

.services-intro {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    max-width: 650px;
}

/* Card Grid */
.services-carousel-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.services-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-bottom: 1rem;
}



.service-card {
  scroll-snap-align: start;
  flex: 0 0 90%;
  min-width: 90%;
  max-width: 90%;
  margin-right: 1rem;
}

.services-grid::-webkit-scrollbar {
  display: none;
}
.services-grid {
  -ms-overflow-style: none; /* IE 10+ */
  scrollbar-width: none; /* Firefox */
}

.service-img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.service-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.service-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    flex-grow: 1;
}

.service-link {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ff7a3d;
    margin-top: 1rem;
    display: inline-block;
}

.service-link sl-icon {
    font-size: 1.25rem;
    padding-top: 0.25rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    display: inline-flex;
    flex: 1;
}

.service-link:hover sl-icon {
    transform: translateX(10px);
}



@media (min-width: 1024px) {
  .services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
    scroll-snap-type: none;
  }

  .service-card {
    flex: 1;
    min-width: 280px;
    max-width: 360px;
    height: auto;
    scroll-snap-align: unset;
  }
}


@media (max-width: 768px) {
    #services {
            padding: 3rem 0;
            min-height: auto;
            height: auto;
        }
    
        .services-top {
            flex-direction: column;
            gap: 3rem;
            margin: 2rem 0;
        }
    
        .services-left,
        .services-right {
            width: 100%;
            max-width: 100%;
        }
    
        .services-index {
            font-size: 5rem;
            padding-bottom: 1rem;
        }
    
        .services-label {
            font-size: 1.1rem;
            margin-top: -4.5rem;
            margin-bottom: 1rem;
        }
    
        .services-description {
            font-size: 1rem;
            line-height: 1.6;
        }
    
}



/* Projects Section */
.projects {
    min-height: 100vh;
    width: 100vw;
    height: auto;
    margin: 5% 0;
    padding: 5% 5%;
    background-color: #000;
}

.projects-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  margin: 6rem 0;
  padding: 0 5%;
}

.projects-left {
  flex: 1;
}

.projects-index {
  font-size: 8rem;
  color: #eee;
  font-family: 'Space Grotesk', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  padding-bottom: 5rem;
}

.projects-label {
  color: #ff7a3d;
  font-family: 'Syne', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-size: 1.25rem;
  position: relative;
  margin-top: -9rem;
  margin-bottom: 1.5rem;
}

.projects-right {
  flex: 2;
}

.projects-intro {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  max-width: 720px;
  color: #fff;
}



sl-carousel-item img {
    object-fit: cover center no-repeat !important;
    width: 100%;
    height: auto;
    max-height: 70vh;
    border: 1px solid #fff;
}

.carousel-navigation-button {
    color: #fff;
    font-size: 2rem;
}



  .carousel-thumbnails {
    --slide-aspect-ratio: 3 / 1;
    height: 75vh;
    width: auto;
    max-width: 80vw;
    margin: 2rem auto;
  }

  .thumbnails {
    display: flex;
    justify-content: center;
  }

  .thumbnails__scroller {
    display: flex;
    gap: var(--sl-spacing-small);
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-padding: var(--sl-spacing-small);
    margin-top: 1rem;
  }



  .thumbnails__image {
    width: 72px;
    height: 72px;
    object-fit: cover;
    opacity: 0.4;
    will-change: opacity;
    transition: 250ms opacity;
    cursor: pointer;
    border: 1px solid #fff;
  }

  .thumbnails__image.active {
    opacity: 1;
  }

@media (max-width: 1024px) {
    #projects {
        min-height: 80vh;
        height: auto;
    }
    .carousel-thumbnails {
        height: auto;
        min-height: 600px;
        margin-top: 2rem;
        max-width: 100vw;
    }
    .carousel-thumbnails sl-carousel-item {
        min-width: 750px;
        height: auto;
        min-height: 550px;
        max-height: 650px;
        max-width: 100%;
    }
    
}

@media (max-width: 768px) {
    #projects {
        min-height: 80vh;
        padding: 0;
    }
    
        .projects-top {
            flex-direction: column;
            gap: 3rem;
            margin: 3rem 0;
        }
    
        .projects-left,
        .projects-right {
            width: 100%;
        }
    
        .projects-index {
            font-size: 5rem;
            padding-bottom: 1rem;
        }
    
        .projects-label {
            font-size: 1.1rem;
            margin-top: -4.5rem;
            margin-bottom: 1rem;
        }
    
        .projects-intro {
            font-size: 1rem;
            line-height: 1.6;
        }
    
        .carousel-thumbnails {
            height: auto;
            min-height: 400px;
            max-width: 100vw;
            margin-top: 2rem;
        }

        .carousel-thumbnails sl-carousel-item {
            min-width: 345px;
            max-width: 100%;
            height: auto;
            min-height: 350px;
            max-height: 350px;
        }

        .carousel-thumbnails sl-carousel-item img {
            width: 100%;
            height: auto;
            max-height: 350px;
            object-fit: cover;
            object-position: center;
        }

        .thumbnails__image {
            width: 64px;
            height: 64px;
        }
}

@media (max-width: 480px) {
    #projects {
        min-height: 100vh;
        padding: 0;
    }
}

/* Contact Section */
.contact {
    width: 100%;
    height: auto;
    margin: 5% 0;
    padding: 5% 5%;
    background-color: #ffffff;
    color: #222;
}

.contact-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  margin: 6rem 5%;
  flex-wrap: wrap;
}

.contact-left {
  flex: 1;
}

.contact-index {
  font-size: 8rem;
  color: #eee;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  padding-bottom: 5rem;
}

.contact-label {
  color: #ff7a3d;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.25rem;
  position: relative;
  margin-top: -9rem;
  margin-bottom: 1rem;
}

.contact-right {
  flex: 2;
}

.contact-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  max-width: 720px;
}


.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 0 5%;
}

.contact-form {
    margin-top: 2rem;
    width: auto;
    max-width: 100%;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contact-form input,
.contact-form textarea {
    padding: 0.75rem;
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
}

.contact-button {
    background-color: #ff7a3d;
    color: white;
    padding: 0.85rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-button:hover {
    background-color: #e96524;
}

.contact-map {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: auto;
    max-width: 100%;
}

.contact-map h3 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    text-align: center;
}

.contact-map p {
    margin-bottom: 1rem;
    text-align: center;
    color: #555;
}

@media (max-width: 1024px) {
    .contact-header {
        padding-top: 3rem;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-form,
    .contact-map {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .contact-map iframe {
        width: 100%;
        height: 400px;
        border-radius: 6px;
    }
}

@media (max-width: 768px) {
#contact {
    padding: 5% 0;
    margin: 0;
    }
    .contact-header {
    flex-direction: column;
    gap: 3rem;
    margin: 3rem 0;
  } 
        .contact-left,
        .contact-right {
            width: 100%;
        }
    .contact-left {
        padding: 0 5%;
    }

  .contact-index {
    font-size: 5rem;
    padding-bottom: 1rem;
  }

  .contact-label {
    font-size: 1.1rem;
    margin-top: -4.5rem;
    margin-bottom: 1rem;
  }

  .contact-subtitle {
    font-size: 1rem;
    line-height: 1.6;
  }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 6rem;
    }

    .contact-form,
    .contact-map {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .contact-map iframe {
        width: 100%;
        height: 300px;
        border-radius: 6px;
    }

    .contact-title {
        font-size: 2.25rem;
    }

    .contact-subtitle {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
}



/*Scroll to Top Button */
.scroll-top-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;;
    cursor: pointer;
    display: none;
    /* Hidden by default */
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    z-index: 999;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.scroll-top-btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

/* Rise Animations */
[data-rise="true"] {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
/* Activated on page load */
[data-rise="true"].visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slide Animations */
[slide-right="true"] {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

[slide-right="true"].visible {
    opacity: 1;
    transform: translateX(0);
}

[slide-left="true"] {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

[slide-left="true"].visible {
    opacity: 1;
    transform: translateX(0);
}




/* Animations */
.tracking-in-contract {
	-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) alternate backwards;
	        animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) alternate backwards;
}

@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

/*Mobile Spacing Fixes*/
@media (max-width: 768px) {
  .services,
  .projects,
  #about {
    padding: 2rem 1rem;
    overflow-x: hidden;
    max-width: 100vw;
  }
}