@font-face {
    font-family: Neue;
    src: url(fonts/neue-montreal/NeueMontreal-Regular.otf);
}

@font-face {
    font-family: Neue-b;
    src: url(fonts/neue-montreal/NeueMontreal-Bold.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Neue, "Poppins", sans-serif;
    background-color: rgb(190, 190, 190);
    overflow-x: hidden;
    scrollbar-width: thin;
}


.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    padding-inline: 30px;
}

.links a {
    text-decoration: none;
    color: black;
    padding-inline: 5px;
    transition: 0.3s;
    font-weight: bold;
}

.links a:hover {
    cursor: pointer;
    margin-inline: 5px;
    border: 1px solid black;
    padding: 10px;
    border-radius: 30px;
    font-size: 20px;
}

/* --- Responsive Navigation --- */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1002;
    /* Above overlay */
}

.bar {
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.mobile-nav.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.mobile-links a {
    color: #fff;
    font-family: 'Neue-b', sans-serif;
    font-size: 3rem;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease;
}

.mobile-nav.active .mobile-links a {
    transform: translateY(0);
    opacity: 1;
}

/* Hamburger Animation */
.menu-toggle.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    background-color: #fff;
    /* White on black overlay */
}

.menu-toggle.active .bar:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg);
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .desktop-links {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }
}

.contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 50px;
    align-items: self-start;
    width: 100%;
}

h4 {
    width: 200px;
}

.c:hover {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
}

.big-texts {
    display: flex;
    align-items: center;
    align-items: self-end;
    padding-inline: 15px;
    margin-bottom: 70px;
}

.big {
    font-size: 9rem;
}

.small {
    font-size: 8.5rem;
}

.divider {
    margin-block: 40px;
    width: 1300px;
    margin-inline: 20px;
    height: 1px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider-ii {
    margin-block: 40px;
    width: 1300px;
    margin-inline: 20px;
    height: 1px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.works {
    padding: 20px;
}

.w-text {
    margin-block-end: 40px;
}

.w-deets {
    margin-block: 20px;
}

.photos {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contain-t {
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-t {
    font-size: 8.5rem;
}

.flair {
    width: 20px;
    height: 20px;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 50%;
    z-index: 1001;
    background-blend-mode: difference;
}

.people {
    text-decoration: none;
    color: black;
    text-align: center;
    border-radius: 30px;
    width: 400px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s ease-in-out;
}

.people:hover {
    cursor: pointer;
    border-radius: 30px;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.people img {
    border-radius: 30px;
    padding-bottom: 10px;
}

.t-desc p {
    font-size: 1.5rem;
}

.t-desc small {
    font-size: 1rem;
}

.about-peep {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.b-desc span {
    color: white;
}

.b-ab {
    font-size: 280px;
    font-family: "Poppins";
    margin-bottom: -100px;
    font-weight: 900;
}

.olp {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0%);
}

.ins {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.t-t {
    display: flex;
    flex-direction: column;
    align-items: start;
    transform: translateY(-90px);
}

.a-im {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transform: translateY(-50px);
}

.mini-c,
.a-nam {
    transform: translateY(-80px);
}

.a-im img {
    transform: translateY(-120px);
}

.profile-container img {
    transform: translateY(-190px);
    width: 400px;
}

.contact-hero {
    text-align: center;
    padding: 60px 20px;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.contact-hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.contact-info h2,
.contact-form h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    /* Borderless design preference */
    font-family: Neue;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: black;
}

.contact-form button {
    background-color: black;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    /* Borderless design preference */
}

.contact-form button:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
    transform: translateY(-3px);
}


@media screen and (max-width: 1024px) {
    .big {
        font-size: 6.5rem;
    }

    .small {
        font-size: 5rem;
    }

    .photos img {
        width: 230px;
    }

    .contain img {
        width: 190px;
    }

    .logo img {
        width: 100px;
    }

    .divider,
    .divider-ii {
        width: 100%;
    }

    .a-im {
        padding: 15px;
    }

    .b-t {
        font-size: 6.5rem;
    }
}

@media screen and (max-width: 768px) {

    .card {
        margin-bottom: 40px;
    }

    .card img {
        width: 280px;
        margin-bottom: 5px;
    }

    .card h2 {
        font-size: 1.4rem;
    }

    .card h4 {
        font-size: 1rem;
    }

    .big {
        font-size: 2rem;
    }

    .small {
        font-size: 1.8rem;
    }

    .b-t {
        font-size: 2rem;
    }

    .b-ab {
        font-size: 80px;
    }

    .b-desc {
        font-size: 10px;
    }

    .mini-c,
    .a-nam {
        font-size: 13px;
        padding: 15px;
        transform: translateY(0px);
    }

    .a-im img {
        width: 190px;
        transform: translateY(0px);
    }

    .a-im {
        transform: translateY(0px);
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        padding: 15px;
        height: 120px;
    }

    .olp {
        transform: translateY(0px);
    }

    .b-ab {
        margin-bottom: -30px;
    }

    .contain {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .texts {
        font-size: 10px;
        margin-bottom: 30px;
    }

    .links:hover {
        font-size: 11px;
    }

    .c:hover {
        font-size: 8px;
        padding: 0px;
    }

    .photos {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .photos img {
        margin-block: 20px;
    }

    .divider {
        width: 320px;
    }

    .divider-ii {
        width: 320px;
    }

    .w-deets {
        padding-inline: 20px;
        font-size: 14px;
        text-align: left;
    }

    .flair {
        opacity: 0;
    }

    .about-peep {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .people {
        padding: 5px;
        transition: 0.6s;
    }

    .people:hover {
        padding: 5px;
    }

    .about-hero h1 {
        font-size: 2rem;
    }

    .about-hero p {
        font-size: 1rem;
    }

    .mission-section h2 {
        font-size: 1.5rem;
    }

    .mission-section p,
    .mission-section li {
        font-size: 1rem;
    }

    .contact-button {
        padding: 12px 30px;
        font-size: 1rem;
    }

    /* Profile Page Responsive Styles */
    .profile-info h1 {
        font-size: 2rem;
    }

    .role {
        font-size: 1rem;
    }

    .bio-section h2,
    .expertise-section h2,
    .philosophy-section h2 {
        font-size: 1.5rem;
    }

    .bio-section p,
    .expertise-section li,
    .philosophy-section p {
        font-size: 1rem;
    }

    .philosophy-section p {
        padding: 15px;
    }

    /* Contact Page Responsive Styles */
    .contact-hero h1 {
        font-size: 2rem;
    }

    .contact-hero p {
        font-size: 1rem;
    }

    .contact-content {
        padding: 15px;
    }

    .contact-info h2,
    .contact-form h2 {
        font-size: 1.5rem;
    }

    .contact-info p,
    .form-group label,
    .form-group input,
    .form-group textarea {
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .about-hero {
        padding: 40px 15px;
    }

    .about-hero h1 {
        font-size: 1.8rem;
    }

    .mission-section {
        padding: 30px 15px;
    }

    .minimalist-footer p {
        font-size: 1.2rem;
    }

    .contact-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }

    /* Profile Page Mobile Styles */
    .profile-hero {
        padding: 40px 15px;
    }

    .profile-info h1 {
        font-size: 1.8rem;
    }

    .profile-content {
        padding: 15px;
    }

    .bio-section h2,
    .expertise-section h2,
    .philosophy-section h2 {
        font-size: 1.3rem;
    }

    /* Contact Page Mobile Styles */
    .contact-hero {
        padding: 40px 15px;
    }

    .contact-hero h1 {
        font-size: 1.8rem;
    }

    .contact-content {
        padding: 15px;
    }
}

@media screen and (max-width: 375px) {

    .divider,
    .divider-ii {
        width: 1px;
        opacity: 0;
    }

    .people img {
        width: 220px;
    }

    .t-desc {
        width: 200px;
    }

    .t-desc p {
        font-size: 1rem;
    }

    .t-desc .small {
        font-size: 0.9rem;
    }

    .links a {
        font-size: 13px;
    }

}

@media screen and (max-width: 320px) {

    .divider,
    .divider-ii {
        width: 1px;
        opacity: 0;
    }

    .t-desc {
        width: 200px;
    }

}

.divider {
    width: 320px;
}

.divider-ii {
    width: 320px;
}

.w-deets {
    padding-inline: 20px;
    font-size: 14px;
    text-align: left;
}

.flair {
    opacity: 0;
}

.about-peep {
    display: flex;
    align-items: center;
    justify-content: center;
}

.people {
    padding: 5px;
    transition: 0.6s;
}

.people:hover {
    padding: 5px;
}

.about-hero h1 {
    font-size: 2rem;
}

.about-hero p {
    font-size: 1rem;
}

.mission-section h2 {
    font-size: 1.5rem;
}

.mission-section p,
.mission-section li {
    font-size: 1rem;
}

.contact-button {
    padding: 12px 30px;
    font-size: 1rem;
}

/* Profile Page Responsive Styles */
.profile-info h1 {
    font-size: 2rem;
}

.role {
    font-size: 1rem;
}

.bio-section h2,
.expertise-section h2,
.philosophy-section h2 {
    font-size: 1.5rem;
}

.bio-section p,
.expertise-section li,
.philosophy-section p {
    font-size: 1rem;
}

.philosophy-section p {
    padding: 15px;
}

/* Contact Page Responsive Styles */
.contact-hero h1 {
    font-size: 2rem;
}

.contact-hero p {
    font-size: 1rem;
}

.contact-content {
    padding: 15px;
}

.contact-info h2,
.contact-form h2 {
    font-size: 1.5rem;
}

.contact-info p,
.form-group label,
.form-group input,
.form-group textarea {
    font-size: 1rem;
}


@media screen and (max-width: 480px) {
    .about-hero {
        padding: 40px 15px;
    }

    .about-hero h1 {
        font-size: 1.8rem;
    }

    .mission-section {
        padding: 30px 15px;
    }

    .minimalist-footer p {
        font-size: 1.2rem;
    }

    .contact-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }

    /* Profile Page Mobile Styles */
    .profile-hero {
        padding: 40px 15px;
    }

    .profile-info h1 {
        font-size: 1.8rem;
    }

    .profile-content {
        padding: 15px;
    }

    .bio-section h2,
    .expertise-section h2,
    .philosophy-section h2 {
        font-size: 1.3rem;
    }

    /* Contact Page Mobile Styles */
    .contact-hero {
        padding: 40px 15px;
    }

    .contact-hero h1 {
        font-size: 1.8rem;
    }

    .contact-content {
        padding: 15px;
    }
}

@media screen and (max-width: 375px) {

    .divider,
    .divider-ii {
        width: 1px;
        opacity: 0;
    }

    .people img {
        width: 220px;
    }

    .t-desc {
        width: 200px;
    }

    .t-desc p {
        font-size: 1rem;
    }

    .t-desc .small {
        font-size: 0.9rem;
    }

    .links a {
        font-size: 13px;
    }

}

@media screen and (max-width: 320px) {

    .divider,
    .divider-ii {
        width: 1px;
        opacity: 0;
    }

    .t-desc {
        width: 200px;
    }

    .t-desc p {
        font-size: 1rem;
    }

    .t-desc .small {
        font-size: 0.9rem;
    }

    .people img {
        width: 100px;
    }
}

/* --- Intro Loader --- */
.intro-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader-text {
    font-family: 'Neue-b', 'Poppins', sans-serif;
    font-size: 8vw;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}

.loader-text span {
    display: inline-block;
    transform: translateY(100%);
}

.loader-counter {
    position: absolute;
    bottom: 50px;
    right: 50px;
    font-family: 'Neue', 'Poppins', sans-serif;
    font-size: 2rem;
    font-variant-numeric: tabular-nums;
}

/* --- Premium Footer --- */
.premium-footer {
    background-color: #111;
    color: #fff;
    padding: 100px 50px 50px;
    margin-top: 100px;
    position: relative;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.footer-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-heading {
    font-family: 'Neue-b', 'Poppins', sans-serif;
    font-size: 10vw;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: -2px;
}

.footer-heading span {
    display: block;
}

.footer-cta-btn {
    display: inline-block;
    padding: 20px 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.footer-cta-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col h4 {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
}

.footer-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    transition: width 0.3s ease;
}

.footer-links a:hover::after {
    width: 100%;
}

.copyright {
    margin-top: 50px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.9rem;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .premium-footer {
        padding: 60px 20px 30px;
        border-radius: 30px 30px 0 0;
    }

    .footer-heading {
        font-size: 15vw;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-col {
        width: 100%;
    }

    /* Increase footer spacing for profile pages */
    .a-im+.premium-footer {
        margin-top: 15rem;
        /* Significant spacing for mobile on profile pages */
    }
}

@media screen and (max-width: 765px) {
    .mobile-links a {
        font-size: 2rem;
        /* Reduced from 3rem */
    }
}