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





:root {
    --bg: rgb(255, 111, 199);
    --ui: #000000;
    --uifade: rgba(234, 234, 234, 0.8);
    --link: rgb(0, 0, 0);
    --hover: #f5ff6b;
    --fade: rgba(247, 138, 255, 0.75);
    --text: #000000;
    --subtext: #3e3e3e;
    --accent: rgba(126, 126, 126, 0.5);
    --credits: #090909;
    --credits-sub: rgba(0, 0, 0, 0.5);
}







@media (prefers-color-scheme: dark) {
    :root {
        --bg: rgb(0, 0, 0);
        --ui: #ffffff;
        --uifade: rgba(44, 44, 44, 0.8);
        --link: rgb(255, 255, 255);
        --hover: #a126ae;
        --fade: rgba(0, 0, 0, 0.75);
        --text: #ffffff;
        --subtext: #bcbcbc;
        --accent: rgba(126, 126, 126, 0.5);
        --credits: #ffffff;
        --credits-sub: rgba(255, 255, 255, 0.5);
    }
}







body {
    background: var(--bg);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}


img {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}



@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Athemi';
    src: url('./fonts/athemi_otf-webfont.woff2') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aesthetic';
    src: url('./fonts/Aesthetic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Remington';
    src: url('./fonts/Remington Noiseless.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




.contact-block {
    position: fixed;
    bottom: 20%;
    left: 10%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


.contact-block span,
.email-item {
    display: flex;
    align-items: center;
    color: var(--link);
    font-family: 'Unitea Sans', sans-serif;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    line-height: 1.3;
}


.address {
    font-size: 2.5em;
}

.email-item {
    font-size: 2.5em;
}

.email-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    filter: invert(0);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.email-item:hover {
    color: var(--hover);
}

.email-item:hover img {
    transform: translateX(-10px);
    filter: invert(0.8);
}

.email-label::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.email-item:hover .email-label::after {
    transform: scaleX(1);
    transform-origin: left;
}

.tmg,
.mstv {
    font-size: 1.4em;
    opacity: 0.8;
}




@media (max-width: 900px) {
    .contact-block {
        bottom: 15%;
        left: 5%;
        gap: 14px;
    }

    .address,
    .email-item {
        font-size: 2em;
    }

    .email-item img {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .tmg,
    .mstv {
        font-size: 1.2em;
    }
}

@media (max-width: 600px) {
    .contact-block {
        bottom: 12%;
        left: 4%;
        gap: 12px;
    }

    .address,
    .email-item {
        font-size: 1.6em;
    }

    .email-item img {
        width: 32px;
        height: 32px;
        margin-right: 6px;
    }

    .tmg,
    .mstv {
        font-size: 1em;
    }
}





body {
    line-height: 1.6;
    padding: 2rem;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    padding: 0;
}

[data-speed] {
    transition: transform 0.05s ease-out;
    will-change: transform;
}


.hero {
    height: 1500px;
    position: relative;
}

.headline, .signature, .glasses, .intro {
    position: absolute;
}

.headline {
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(8rem, 14vw, 12rem);
    font-weight: bold;
    text-align: center;
    line-height: 0.9;
    z-index: 10;
    width: 60%;
    font-family: 'Aesthetic', sans-serif;
}

.meetaimygwen {
    top: 10%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(8rem, 14vw, 12rem);
    font-weight: bold;
    text-align: center;
    line-height: 0.9;
    z-index: 10;
    width: 80%;
    font-family: 'Aesthetic', sans-serif;
}


.glasses {
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
    z-index: 5;
}

.signature {
    top: 500px;
    left: 72%;
    transform: translateX(-50%);
    width: 350px;
    z-index: 0;
}




@media (max-width: 480px) {

    body {
        overflow-x: hidden;
    }

    .section-crafts {
        max-width: 95%;
        padding: 0 10px;
    }


    .hero {
        height: 1200px;
    }

    .headline {
        top: 150px;
        font-size: clamp(2.5rem, 8vw, 6rem);
        width: 90%;
    }

    .intro {
        top: 950px;
        font-size: 1rem;
        max-width: 90%;
    }

    .glasses {
        top: 400px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        right: auto;
    }


    @media (max-width: 768px) {
        .signature { width: 150px; }
    }

    .signature { width: 350px; }


    .section-crafts h2 {
        font-size: 2.5rem;
    }

    .work-item {
        padding: 20px 0;
    }

    .work-title {
        font-size: 2.5rem;
    }

    .work-info {
        font-size: 0.8rem;
    }

    .work-item:hover .work-title {
        transform: translateX(10px);
    }


    .work-preview {
        display: none;
    }



    .process {
        max-width: 90%;
        margin: 80px auto;
        font-size: 1.1rem;
    }

    .process-headline {
        max-width: 90%;
        margin: 50px auto 30px auto;
        font-size: 3rem;
    }
}

.macintosh {
    position: absolute;
    width: 800px;
    top: 3750px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.macintosh img {
    width: 100%;
    height: auto;
    display: block;
}
