
/* =====================================================
   RESET
===================================================== */

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

html {
    scroll-behavior: smooth;
}

body {
    background: #050505;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}


/* =====================================================
   BACKGROUND
===================================================== */

.background {
    position: fixed;
    inset: 0;
    z-index: -20;
    overflow: hidden;
    background: #050505;
}

.background::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255,255,255,0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 35%,
            rgba(255,255,255,0.05),
            transparent 30%
        ),
        radial-gradient(
            circle at 50% 85%,
            rgba(255,255,255,0.045),
            transparent 30%
        );

    opacity: 0.55;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.13;
    pointer-events: none;
}

.blob-1 {
    width: 55vw;
    height: 55vw;
    background: #ffffff;
    top: -30%;
    left: -20%;
}

.blob-2 {
    width: 48vw;
    height: 48vw;
    background: #888888;
    top: 20%;
    right: -25%;
}

.blob-3 {
    width: 55vw;
    height: 55vw;
    background: #ffffff;
    bottom: -35%;
    left: 5%;
}

.blob-4 {
    width: 30vw;
    height: 30vw;
    background: #666666;
    top: 45%;
    left: 40%;
}


/* =====================================================
   GLASS
===================================================== */

.glass {
    position: fixed;
    inset: 0;
    z-index: -10;
    pointer-events: none;

    background:
        linear-gradient(
            125deg,
            rgba(255,255,255,0.035),
            rgba(255,255,255,0.012),
            rgba(255,255,255,0.025)
        );

    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
}


/* =====================================================
   NAVBAR
===================================================== */

.navbar {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);

    width: min(1200px, calc(100% - 40px));
    min-height: 58px;

    padding: 10px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: rgba(10,10,10,0.48);

    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 999px;

    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    box-shadow:
        0 18px 55px rgba(0,0,0,0.28);

    z-index: 1000;
}


/* =====================================================
   LOGO
===================================================== */

.brand {
    display: flex;
    align-items: center;

    width: 95px;
    height: 34px;

    text-decoration: none;
    overflow: hidden;
    flex-shrink: 0;
}

.brand img {
    display: block;

    width: auto;
    height: 27px;

    max-width: 95px;

    object-fit: contain;
}


/* =====================================================
   NAVIGATION
===================================================== */

.navbar nav {
    display: flex;
    align-items: center;
    gap: 27px;
}

.navbar nav a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.15em;

    transition: color 0.25s ease;
}

.navbar nav a:hover {
    color: #ffffff;
}


/* =====================================================
   GLOBAL SECTIONS
===================================================== */

.hero,
.work-section,
.project-view,
.client-work-section,
.clients-section,
.about-section,
.contact-section {
    position: relative;
}


/* =====================================================
   EYEBROW
===================================================== */

.eyebrow {
    color: rgba(255,255,255,0.40);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.22em;
}


/* =====================================================
   HERO
===================================================== */

.hero {
    min-height: 100vh;

    width: min(1300px, 90%);
    margin: auto;

    display: flex;
    align-items: center;

    padding: 150px 0 100px;
}

.hero-content {
    max-width: 820px;
}

.hero h1 {
    margin-top: 18px;

    font-size: clamp(52px, 7.8vw, 110px);

    line-height: 0.9;
    letter-spacing: -0.075em;
    font-weight: 800;

    color: #ffffff;
}

.hero-subtitle {
    margin-top: 6px;

    font-size: clamp(15px, 2vw, 23px);
    font-weight: 600;
    letter-spacing: 0.08em;

    color: rgba(255,255,255,0.30);
}

.hero-description {
    max-width: 560px;

    margin-top: 30px;

    color: rgba(255,255,255,0.68);

    font-size: 15px;
    line-height: 1.7;
}

.hero-description-secondary {
    margin-top: 14px;

    color: rgba(255,255,255,0.46);

    font-size: 13px;
}

.pill-button {
    display: inline-flex;

    margin-top: 28px;
    padding: 12px 20px;

    color: #ffffff;
    text-decoration: none;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.15em;

    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;

    background: rgba(255,255,255,0.035);

    backdrop-filter: blur(10px);

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.pill-button:hover {
    background: rgba(255,255,255,0.10);

    border-color: rgba(255,255,255,0.32);

    transform: translateY(-2px);
}


/* =====================================================
   WORK
===================================================== */

.work-section {
    width: min(1200px, 90%);
    margin: auto;

    padding: 120px 0 100px;
}

.section-header {
    margin-bottom: 48px;
}

.section-header h2 {
    margin-top: 12px;

    font-size: clamp(42px, 6vw, 78px);

    line-height: 0.9;
    letter-spacing: -0.065em;

    color: #ffffff;
}


/* =====================================================
   CATEGORY GRID
===================================================== */

.category-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


/* =====================================================
   CATEGORY CARD
===================================================== */

.category-card {
    min-width: 0;

    cursor: pointer;

    position: relative;
    z-index: 2;

    transition:
        transform 0.4s cubic-bezier(.2,.7,.2,1);
}

.category-card:hover {
    transform: translateY(-7px);
}


/* =====================================================
   CATEGORY IMAGE
===================================================== */

.category-image {
    position: relative;

    width: 100%;
    aspect-ratio: 3 / 4;

    overflow: hidden;

    border-radius: 22px;

    background: #111111;

    border: 1px solid rgba(255,255,255,0.10);

    box-shadow:
        0 25px 70px rgba(0,0,0,0.32);
}

.category-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.8s cubic-bezier(.2,.7,.2,1);
}

.category-card:hover .category-image img {
    transform: scale(1.035);
}


/* =====================================================
   CATEGORY OVERLAY
===================================================== */

.image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.78) 0%,
            rgba(0,0,0,0.42) 19%,
            rgba(0,0,0,0.08) 43%,
            transparent 62%
        );

    pointer-events: none;
}


/* =====================================================
   CATEGORY TITLE
===================================================== */

.image-heading {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    padding: 20px 20px 65px;

    pointer-events: none;
}

.image-heading span {
    display: block;

    margin-bottom: 8px;

    color: rgba(255,255,255,0.45);

    font-size: 8px;
    letter-spacing: 0.15em;
}

.image-heading h3 {
    color: #ffffff;

    font-size: clamp(13px, 1.35vw, 17px);

    line-height: 1.1;
    letter-spacing: -0.025em;
    font-weight: 700;
}


/* =====================================================
   CATEGORY DESCRIPTION
===================================================== */

.category-info {
    padding: 14px 3px 0;
}

.category-info p {
    max-width: 310px;

    color: rgba(255,255,255,0.40);

    font-size: 10px;
    line-height: 1.6;
}


/* =====================================================
   PROJECT VIEW
===================================================== */

.project-view {
    width: min(1200px, 90%);
    margin: auto;

    padding: 150px 0 160px;

    position: relative;
    z-index: 5;
}

.project-view.hidden {
    display: none !important;
}


/* =====================================================
   PROJECT HEADER
===================================================== */

.project-header {
    display: flex;
    align-items: flex-start;

    gap: 30px;

    margin-bottom: 55px;
}

.project-header h2 {
    margin-top: 9px;

    font-size: clamp(40px, 5.5vw, 72px);

    line-height: 0.9;
    letter-spacing: -0.06em;
}


/* =====================================================
   BACK BUTTON
===================================================== */

#back-button {
    flex-shrink: 0;

    padding: 10px 16px;

    color: rgba(255,255,255,0.68);

    background: rgba(255,255,255,0.04);

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 999px;

    font-size: 8px;
    letter-spacing: 0.15em;

    cursor: pointer;

    transition: 0.25s ease;
}

#back-button:hover {
    color: #000000;
    background: #ffffff;
}


/* =====================================================
   PROJECT GRID
===================================================== */

.project-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


/* =====================================================
   PROJECT CARD
===================================================== */

.project-card {
    min-width: 0;

    position: relative;

    cursor: pointer;

    z-index: 10;

    user-select: none;

    transition:
        transform 0.4s cubic-bezier(.2,.7,.2,1);
}

.project-card:hover {
    transform: translateY(-6px);
}


/* =====================================================
   PROJECT IMAGE
===================================================== */

.project-card-image {
    position: relative;

    width: 100%;
    aspect-ratio: 3 / 4;

    overflow: hidden;

    border-radius: 20px;

    background: #111111;

    border: 1px solid rgba(255,255,255,0.10);
}

.project-card-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    pointer-events: none;

    transition:
        transform 0.7s cubic-bezier(.2,.7,.2,1);
}

.project-card:hover .project-card-image img {
    transform: scale(1.035);
}


/* =====================================================
   IMAGE COUNT
===================================================== */

.project-card-overlay {
    position: absolute;

    right: 12px;
    bottom: 12px;

    padding: 6px 9px;

    background: rgba(0,0,0,0.55);

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 999px;

    backdrop-filter: blur(10px);

    pointer-events: none;
}

.project-card-overlay span {
    color: rgba(255,255,255,0.70);

    font-size: 7px;
    letter-spacing: 0.12em;
}


/* =====================================================
   PROJECT INFO
===================================================== */

.project-card-info {
    padding: 13px 3px 0;
}

.project-card-info h3 {
    color: #ffffff;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.project-card-info p {
    margin-top: 5px;

    color: rgba(255,255,255,0.38);

    font-size: 9px;
    line-height: 1.5;
}


/* =====================================================
   PROJECT VIEWER
===================================================== */

.project-viewer {
    position: fixed;

    inset: 0;

    z-index: 5000;

    overflow-y: auto;

    padding: 80px 5vw;

    background: rgba(4,4,4,0.94);

    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.project-viewer-inner {
    width: min(1200px, 100%);
    margin: auto;
}

.viewer-close {
    position: fixed;

    top: 25px;
    right: 30px;

    width: 40px;
    height: 40px;

    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 50%;

    background: rgba(255,255,255,0.05);

    color: #ffffff;

    font-size: 22px;

    cursor: pointer;

    z-index: 10;
}

.viewer-heading {
    margin-bottom: 40px;
}

.viewer-heading > p:first-child {
    color: rgba(255,255,255,0.35);

    font-size: 8px;
    letter-spacing: 0.2em;
}

.viewer-heading h2 {
    margin-top: 8px;

    font-size: clamp(35px, 5vw, 65px);

    letter-spacing: -0.05em;
}

.viewer-project-role {
    margin-top: 18px;

    color: rgba(255,255,255,0.78);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

.viewer-project-photographer {
    margin-top: 8px;

    color: rgba(255,255,255,0.45);

    font-size: 10px;

    letter-spacing: 0.08em;
}

.viewer-project-photographer strong {
    color: rgba(255,255,255,0.82);

    font-weight: 600;
}

.viewer-project-details {
    max-width: 650px;

    margin-top: 18px;

    color: rgba(255,255,255,0.48);

    font-size: 12px;

    line-height: 1.7;
}

.viewer-project-link {
    display: inline-block;

    margin-top: 16px;

    color: rgba(255,255,255,0.70);

    font-size: 8px;

    letter-spacing: 0.16em;

    text-decoration: none;

    border-bottom:
        1px solid rgba(255,255,255,0.22);

    padding-bottom: 7px;

    transition:
        color 0.25s ease,
        border-color 0.25s ease;
}

.viewer-project-link:hover {
    color: #ffffff;

    border-color: #ffffff;
}


/* =====================================================
   PROJECT PHOTOS
===================================================== */

.viewer-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 16px;
}

.viewer-image {
    overflow: hidden;

    border-radius: 16px;

    cursor: zoom-in;

    background: #111111;
}

.viewer-image img {
    width: 100%;
    height: auto;

    display: block;

    transition:
        transform 0.5s ease;
}

.viewer-image:hover img {
    transform: scale(1.015);
}


/* =====================================================
   FULLSCREEN IMAGE
===================================================== */

.fullscreen-viewer {
    position: fixed;

    inset: 0;

    z-index: 6000;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 40px;

    background: rgba(0,0,0,0.96);

    backdrop-filter: blur(25px);
}

.fullscreen-viewer img {
    max-width: 92vw;
    max-height: 90vh;

    object-fit: contain;

    border-radius: 10px;
}

.fullscreen-viewer button {
    position: fixed;

    top: 25px;
    right: 30px;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(255,255,255,0.18);

    border-radius: 50%;

    background: rgba(255,255,255,0.06);

    color: #ffffff;

    font-size: 24px;

    cursor: pointer;
}


/* =====================================================
   CLIENT WORK
===================================================== */

.client-work-section {
    width: min(1200px, 90%);
    margin: auto;

    padding: 60px 0 120px;
}

.client-work-header {
    margin-bottom: 45px;
}

.client-work-header h2 {
    margin-top: 12px;

    font-size: clamp(42px, 5.5vw, 72px);

    line-height: 0.9;

    letter-spacing: -0.065em;

    color: #ffffff;
}

.client-work-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;
}

.client-work-card {
    min-width: 0;

    padding: 30px;

    min-height: 220px;

    display: flex;

    align-items: flex-end;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.045),
            rgba(255,255,255,0.012)
        );

    border:
        1px solid rgba(255,255,255,0.08);

    border-radius: 20px;

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease;
}

.client-work-card:hover {
    transform: translateY(-5px);

    background:
        rgba(255,255,255,0.055);

    border-color:
        rgba(255,255,255,0.15);
}

.client-work-card-content {
    width: 100%;
}

.client-work-client {
    color: rgba(255,255,255,0.38);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 0.18em;
}

.client-work-card h3 {
    margin-top: 10px;

    color: #ffffff;

    font-size: clamp(18px, 2vw, 26px);

    line-height: 1.05;

    letter-spacing: -0.035em;
}

.client-work-role {
    margin-top: 10px;

    color: rgba(255,255,255,0.62);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}

.client-work-description {
    max-width: 560px;

    margin-top: 12px;

    color: rgba(255,255,255,0.40);

    font-size: 11px;

    line-height: 1.6;
}

.client-work-link {
    display: inline-block;

    margin-top: 22px;

    color: rgba(255,255,255,0.68);

    font-size: 8px;

    letter-spacing: 0.15em;

    text-decoration: none;

    border-bottom:
        1px solid rgba(255,255,255,0.18);

    padding-bottom: 7px;

    transition:
        color 0.25s ease,
        border-color 0.25s ease;
}

.client-work-link:hover {
    color: #ffffff;

    border-color: #ffffff;
}


/* =====================================================
   CLIENTS
===================================================== */

.clients-section {
    width: min(1200px, 90%);
    margin: auto;

    padding: 40px 0 130px;
}

.clients-section .section-header {
    margin-bottom: 45px;
}

.clients-grid {
    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    gap: 14px;
}

.client-logo {
    min-height: 92px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 20px;

    border:
        1px solid rgba(255,255,255,0.07);

    border-radius: 16px;

    background:
        rgba(255,255,255,0.018);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.client-logo img {
    display: block;

    width: auto;

    max-width: 100%;
    max-height: 38px;

    object-fit: contain;

    opacity: 0.42;

    filter: grayscale(100%);

    transition:
        opacity 0.3s ease,
        filter 0.3s ease,
        transform 0.3s ease;
}

.client-logo-nevertoolavish img {
    max-height: 38px;
}

.client-logo-kfc img {
    max-height: 42px;
}

.client-logo-orse img {
    max-height: 42px;
}

.client-logo-peron img {
    max-height: 48px;
    max-width: 108%;
}

.client-logo-titans img {
    max-height: 52px;
    max-width: 112%;
}

.client-logo-vish img {
    max-height: 44px;
}

.client-logo:hover {
    background:
        rgba(255,255,255,0.045);

    border-color:
        rgba(255,255,255,0.14);

    transform:
        translateY(-3px);
}

.client-logo:hover img {
    opacity: 0.9;

    filter: grayscale(0%);

    transform: scale(1.04);
}


/* =====================================================
   ABOUT
===================================================== */

.about-section {
    width: min(1100px, 90%);
    margin: auto;

    padding: 100px 0 160px;
}

.about-content {
    display: grid;

    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(0, 1fr);

    gap: 65px;

    align-items: center;
}


/* =====================================================
   PROFILE PHOTO
===================================================== */

.about-photo {
    width: 100%;

    max-width: 430px;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    border-radius: 22px;

    background: #111111;

    border:
        1px solid rgba(255,255,255,0.10);

    box-shadow:
        0 25px 70px rgba(0,0,0,0.30);
}

.about-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* =====================================================
   ABOUT TEXT
===================================================== */

.about-text {
    width: 100%;
    max-width: 530px;
}

.about-name {
    margin-bottom: 28px;
}

.about-name h3 {
    color: #ffffff;

    font-size:
        clamp(28px, 3.5vw, 42px);

    line-height: 0.95;

    letter-spacing: -0.055em;

    font-weight: 800;
}

.about-name span {
    display: block;

    margin-top: 8px;

    color:
        rgba(255,255,255,0.32);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 0.18em;
}

.about-text p {
    color:
        rgba(255,255,255,0.48);

    font-size: 14px;

    line-height: 1.75;

    margin-bottom: 22px;
}

.about-text .about-lead {
    color:
        rgba(255,255,255,0.84);

    font-size: 18px;

    line-height: 1.5;
}


/* =====================================================
   CONTACT
===================================================== */

.contact-section {
    width: min(1200px, 90%);
    margin: auto;

    padding: 150px 0 180px;
}

.contact-section h2 {
    margin-top: 15px;

    font-size:
        clamp(50px, 7.5vw, 105px);

    line-height: 0.86;

    letter-spacing: -0.075em;
}

.contact-section h2 span {
    display: block;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,0.55);
}

.contact-links {
    display: flex;

    gap: 25px;

    margin-top: 55px;
}

.contact-links a {
    color:
        rgba(255,255,255,0.65);

    text-decoration: none;

    font-size: 9px;

    letter-spacing: 0.17em;

    padding-bottom: 8px;

    border-bottom:
        1px solid rgba(255,255,255,0.20);

    transition: 0.25s ease;
}

.contact-links a:hover {
    color: #ffffff;

    border-color: #ffffff;
}


/* =====================================================
   FOOTER
===================================================== */

footer {
    width: min(1200px, 90%);
    margin: auto;

    padding: 25px 0 35px;

    display: flex;

    justify-content: space-between;

    border-top:
        1px solid rgba(255,255,255,0.08);

    color:
        rgba(255,255,255,0.25);

    font-size: 8px;

    letter-spacing: 0.15em;
}


/* =====================================================
   IMAGE ERROR
===================================================== */

.image-error {
    opacity: 0.15;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .category-grid,
    .project-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .clients-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }


    .client-work-grid {
        grid-template-columns:
            1fr;
    }


    .about-content {
        gap: 40px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 650px) {

    .navbar {
        width:
            calc(100% - 24px);

        top: 12px;

        padding: 11px 15px;
    }


    .brand {
        width: 82px;
    }


    .brand img {
        max-width: 82px;

        height: 24px;
    }


    .navbar nav {
        gap: 14px;
    }


    .navbar nav a {
        font-size: 7px;
    }


    .hero {
        width:
            calc(100% - 40px);

        padding:
            140px 0 80px;
    }


    .hero h1 {
        font-size:
            15vw;
    }


    .hero-description {
        font-size: 12px;
    }


    .hero-description-secondary {
        font-size: 11px;
    }


    .work-section,
    .project-view,
    .client-work-section,
    .clients-section,
    .about-section,
    .contact-section {
        width:
            calc(100% - 40px);
    }


    .category-grid,
    .project-grid {
        grid-template-columns:
            1fr;

        gap: 30px;
    }


    .category-image,
    .project-card-image {
        aspect-ratio:
            4 / 5;
    }


    .project-header {
        flex-direction:
            column;

        gap: 20px;
    }


    .viewer-grid {
        grid-template-columns:
            1fr;
    }


    .project-viewer {
        padding:
            80px 20px 50px;
    }


    .viewer-close {
        top: 18px;
        right: 18px;
    }


    .viewer-project-details {
        font-size: 11px;
    }


    .client-work-section {
        padding:
            40px 0 90px;
    }


    .client-work-header h2 {
        font-size:
            clamp(38px, 12vw, 60px);
    }


    .client-work-card {
        min-height:
            230px;

        padding:
            24px;
    }


    .clients-section {
        padding:
            20px 0 100px;
    }


    .clients-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 12px;
    }


    .client-logo {
        min-height:
            78px;

        padding:
            15px;
    }


    .client-logo img {
        max-height:
            30px;
    }


    .client-logo-kfc img,
    .client-logo-orse img {
        max-height:
            34px;
    }


    .client-logo-peron img {
        max-height:
            38px;
    }


    .client-logo-titans img {
        max-height:
            42px;
    }


    .about-content {
        grid-template-columns:
            1fr;

        gap: 45px;
    }


    .about-photo {
        max-width:
            390px;
    }


    .about-name h3 {
        font-size:
            32px;
    }


    .about-text .about-lead {
        font-size:
            18px;
    }


    .contact-links {
        flex-wrap:
            wrap;

        gap:
            18px;
    }


    footer {
        flex-direction:
            column;

        gap:
            10px;
    }

}
/* =====================================================
   CONTACT CTA
===================================================== */

.contact-cta {
    margin-top: 42px;
}

.contact-cta-button {
    display: inline-block;

    color: rgba(255,255,255,0.72);

    text-decoration: none;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.18em;

    padding-bottom: 9px;

    border-bottom:
        1px solid rgba(255,255,255,0.25);

    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.contact-cta-button:hover {
    color: #ffffff;

    border-color: #ffffff;

    transform: translateX(4px);
}
