* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family:
        "Segoe UI",
        Tahoma,
        Arial,
        sans-serif;

    background: #0b0b0b;
    color: #111;
    line-height: 1.8;
    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, calc(100% - 50px));
    margin: 0 auto;
}

.section-light {
    background: #f4f2ed;
}


/* =========================
   HEADER
========================= */

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    z-index: 1000;

    height: 78px;

    background: rgba(244, 242, 237, 0.96);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.header-inner {
    width: min(1180px, calc(100% - 50px));
    height: 100%;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-text {
    font-family: Arial, sans-serif;

    color: #111;

    font-size: 18px;
    font-weight: 850;

    letter-spacing: 0.13em;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.desktop-nav a {
    position: relative;

    color: #111;

    font-size: 13px;
    font-weight: 600;

    transition: color 0.25s ease;
}

.desktop-nav a::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: -7px;

    width: 0;
    height: 1px;

    background: #a98650;

    transition: width 0.25s ease;
}

.desktop-nav a:hover {
    color: #8e6c3c;
}

.desktop-nav a:hover::after {
    width: 100%;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    padding: 11px 18px;

    background: #111;
    color: #fff;

    font-size: 12px;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.header-cta span {
    color: #d4b27a;
    font-size: 15px;
}

.header-cta:hover {
    background: #27231d;
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;

    width: 42px;
    height: 42px;

    border: 1px solid #c8c4bb;
    background: transparent;

    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    display: block;

    width: 18px;
    height: 1px;

    background: #111;
}

.mobile-menu {
    display: none;
}


/* =========================
   HERO
========================= */

.hero {
    position: relative;

    min-height: 100vh;

    padding: 145px 0 40px;

    background: #f4f2ed;

    overflow: hidden;
}

.hero-inner {
    width: min(1180px, calc(100% - 50px));
    margin: auto;

    min-height: calc(100vh - 220px);

    display: grid;
    grid-template-columns: 1fr 0.9fr;

    align-items: center;

    gap: 80px;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 28px;

    color: #8d7047;

    font-size: 10px;
    font-weight: 700;
}

.eyebrow span {
    width: 28px;
    height: 1px;

    background: #b8945b;
}

.hero h1 {
    max-width: 690px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(45px, 5.2vw, 68px);

    font-weight: 400;

    line-height: 1.14;

    letter-spacing: -2.8px;

    color: #101010;
}

.hero h1 em {
    color: #a88652;
    font-style: italic;
    font-weight: 400;
}

.hero-description {
    max-width: 480px;

    margin-top: 30px;

    color: #696762;

    font-size: 15px;
    line-height: 2.05;
}

.hero-actions {
    display: flex;
    align-items: center;

    gap: 30px;

    margin-top: 38px;
}

.btn-dark {
    display: inline-flex;
    align-items: center;
    gap: 17px;

    padding: 15px 22px;

    background: #111;
    color: #fff;

    font-size: 12px;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.btn-dark span {
    color: #d4b27a;
    font-size: 16px;
}

.btn-dark:hover {
    background: #27231d;
    transform: translateY(-3px);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 15px 22px;

    background: #111;
    color: #fff;

    font-size: 12px;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.text-link span {
    color: #d4b27a;
}

.text-link:hover {
    background: #27231d;
    transform: translateY(-3px);
}


/* =========================
   HERO VISUAL
========================= */

.hero-visual {
    position: relative;

    height: 520px;

    background: #0b0b0b;

    overflow: hidden;
}

.visual-grid {
    position: absolute;
    inset: 0;

    opacity: 0.15;

    background-image:
        linear-gradient(
            rgba(214, 183, 126, 0.25) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(214, 183, 126, 0.25) 1px,
            transparent 1px
        );

    background-size: 55px 55px;
}

.visual-orbit {
    position: absolute;

    border: 1px solid rgba(201, 169, 110, 0.55);

    border-radius: 50%;
}

.orbit-one {
    width: 430px;
    height: 430px;

    top: 45px;
    left: 50%;

    transform: translateX(-50%);
}

.orbit-two {
    width: 320px;
    height: 320px;

    top: 100px;
    left: 50%;

    transform: translateX(-50%);

    border-color: rgba(255, 255, 255, 0.16);
}

.orbit-three {
    width: 190px;
    height: 190px;

    top: 165px;
    left: 50%;

    transform: translateX(-50%);

    border-color: rgba(201, 169, 110, 0.8);
}

.visual-center {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 150px;
    height: 190px;

    transform: translate(-50%, -50%);

    background: #f4f2ed;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.35);
}

.center-mark {
    direction: ltr;

    font-family: Georgia, serif;

    font-size: 62px;

    line-height: 1;

    color: #111;
}

.center-mark span {
    color: #b8945b;
}

.floating-dot {
    position: absolute;

    width: 6px;
    height: 6px;

    right: 42px;
    bottom: 42px;

    background: #c9a96e;

    border-radius: 50%;

    box-shadow:
        0 0 0 8px rgba(201, 169, 110, 0.08),
        0 0 20px rgba(201, 169, 110, 0.6);
}

.hero-bottom {
    width: min(1180px, calc(100% - 50px));

    margin: 25px auto 0;

    display: flex;
    align-items: center;

    gap: 20px;

    color: #8a8882;

    font-family: Arial, sans-serif;

    font-size: 8px;

    letter-spacing: 0.16em;
}

.hero-line {
    flex: 1;

    height: 1px;

    background: #d5d1c9;
}


/* =========================
   SERVICES
========================= */

.services {
    padding: 135px 0 145px;
}

.section-intro {
    display: flex;
    justify-content: center;

    margin-bottom: 80px;
}

.section-intro-text {
    width: min(760px, 100%);

    margin: 0 auto;

    text-align: center;
}

.section-intro h2 {
    font-size: clamp(36px, 4vw, 52px);

    font-weight: 600;

    line-height: 1.25;

    letter-spacing: -2px;
}

.section-intro h2 span {
    color: #a88652;
}

.section-intro p {
    max-width: 570px;

    margin: 22px auto 0;

    color: #77746d;

    font-size: 15px;

    line-height: 2;
}

.service-list {
    border-top: 1px solid #292826;
}

.service-row {
    display: grid;

    grid-template-columns: 1fr 0.08fr;

    gap: 25px;

    align-items: center;

    min-height: 150px;

    padding-right: 20px;
    padding-left: 20px;

    background: #151515;
    color: #fff;

    border-bottom: 1px solid #35332f;

    transition:
        background 0.3s ease,
        padding 0.3s ease,
        transform 0.3s ease;
}

.service-row:hover {
    background: #1d1b18;

    padding-right: 30px;
    padding-left: 30px;
}

.service-main h3 {
    margin-bottom: 5px;

    color: #fff;

    font-size: 23px;
    font-weight: 600;

    letter-spacing: -0.7px;
}

.service-main p {
    color: #a6a19a;

    font-size: 14px;
}

.service-arrow {
    color: #c9a96e;

    font-size: 20px;

    transition: transform 0.25s ease;
}

.service-row:hover .service-arrow {
    transform: translate(-4px, -4px);
}


/* =========================
   WORK
========================= */

.work {
    padding: 135px 0 120px;

    background: #0b0b0b;

    color: #fff;
}

.work-heading {
    margin-bottom: 75px;

    display: flex;
    justify-content: flex-start;
}

.work-title-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 25px;

    direction: rtl;
}

.work-title-row h2 {
    margin: 0;

    font-size: clamp(38px, 4.5vw, 58px);

    font-weight: 550;

    line-height: 1.18;

    letter-spacing: -2px;
}

.work-title-row h2 span {
    color: #c9a96e;
}

.work-title-divider {
    width: 70px;
    height: 1px;

    background: #4a463f;
}

.work-grid {
    display: grid;

    grid-template-columns: 1.35fr 0.8fr;

    gap: 24px;
}

.project-large {
    grid-row: span 2;
}

.project-visual {
    position: relative;

    overflow: hidden;
}

.project-large .project-visual {
    min-height: 560px;
}

.project:not(.project-large) .project-visual {
    min-height: 267px;
}

.project-gold {
    background:
        radial-gradient(
            circle at 70% 35%,
            rgba(208, 177, 121, 0.45),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #17130e,
            #7b6040
        );

    padding: 55px;
}

.project-browser {
    width: 100%;
    height: 100%;

    background: #eee9df;

    box-shadow:
        0 35px 70px rgba(0, 0, 0, 0.35);

    transform: translateY(25px);
}

.browser-bar {
    height: 28px;

    padding: 0 12px;

    display: flex;
    align-items: center;

    gap: 5px;

    background: #ddd8ce;
}

.browser-bar span {
    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #817b70;
}

.gold-site {
    height: calc(100% - 28px);

    padding: 35px;

    background:
        linear-gradient(
            120deg,
            #f0e9db,
            #c4a87b
        );
}

.gold-nav {
    display: flex;
    justify-content: space-between;

    color: #4d402e;

    font-family: Arial, sans-serif;

    font-size: 9px;

    letter-spacing: 0.12em;
}

.gold-nav b {
    font-size: 15px;

    letter-spacing: 0;
}

.gold-content {
    height: 80%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    color: #30281e;
}

.gold-content small {
    margin-bottom: 16px;

    font-family: Arial, sans-serif;

    font-size: 8px;

    letter-spacing: 0.15em;
}

.gold-content strong {
    font-family: Georgia, serif;

    font-size: clamp(42px, 6vw, 75px);

    font-weight: 400;

    line-height: 0.92;
}

.gold-content i {
    margin-top: 25px;

    font-size: 24px;

    font-style: normal;
}

.project-dark {
    background:
        radial-gradient(
            circle at 65% 50%,
            #454039,
            transparent 30%
        ),
        #151515;

    padding: 35px;
}

.dark-interface {
    position: relative;

    height: 100%;

    border: 1px solid #3a3732;

    padding: 22px;

    overflow: hidden;
}

.interface-top {
    display: flex;
    justify-content: space-between;

    color: #aaa397;

    font-family: Arial, sans-serif;

    font-size: 8px;

    letter-spacing: 0.12em;
}

.interface-title {
    position: absolute;

    right: 25px;
    bottom: 30px;
}

.interface-title strong {
    font-family: Georgia, serif;

    font-size: 48px;

    font-weight: 400;

    line-height: 1;
}

.interface-circle {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 100px;
    height: 100px;

    transform: translate(-50%, -50%);

    border: 1px solid #ad8c59;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.interface-circle span {
    color: #c8a76d;
}

.project-beige {
    background: #c8b79a;

    padding: 35px;
}

.fashion-interface {
    height: 100%;

    padding: 20px;

    border: 1px solid rgba(37, 31, 23, 0.28);

    color: #2f281f;
}

.fashion-top,
.fashion-bottom {
    display: flex;
    justify-content: space-between;

    font-family: Arial, sans-serif;

    font-size: 8px;

    letter-spacing: 0.12em;
}

.fashion-word {
    position: relative;

    top: 45%;

    font-family: Georgia, serif;

    font-size: clamp(45px, 5vw, 65px);

    font-weight: 400;

    letter-spacing: -3px;
}

.fashion-bottom {
    margin-top: 50%;
}

.project-info {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;

    padding-top: 18px;
}

.project-info h3 {
    font-size: 16px;

    font-weight: 500;
}

.project-info p {
    color: #777;

    font-size: 10px;
}

.work-footer {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-top: 55px;

    color: #6e6961;

    font-family: Arial, sans-serif;

    font-size: 8px;

    letter-spacing: 0.14em;
}

.work-footer-line {
    width: 80px;
    height: 1px;

    background: #37342f;
}


/* =========================
   STUDIO
========================= */

.studio {
    padding: 145px 0;
}

.studio-layout {
    display: grid;

    grid-template-columns: 0.7fr 1.3fr;

    gap: 70px;
}

.studio-symbol {
    direction: ltr;

    color: #d0b17c;

    font-family: Georgia, serif;

    font-size: 160px;

    font-weight: 400;

    line-height: 0.8;
}

.studio-symbol span {
    color: #111;
}

.studio-content {
    max-width: 730px;
}

.studio-content h2 {
    margin-top: 28px;

    font-size: clamp(38px, 4.7vw, 60px);

    font-weight: 550;

    line-height: 1.18;

    letter-spacing: -2px;
}

.studio-content h2 span {
    color: #a88755;
}

.studio-content p {
    max-width: 600px;

    margin-top: 25px;

    color: #6e6b65;

    font-size: 15px;

    line-height: 2.1;
}


/* =========================
   PROCESS
========================= */

.process {
    padding: 130px 0 140px;

    background: #111;

    color: #fff;
}

.process-heading {
    display: flex;

    justify-content: flex-start;

    margin-bottom: 55px;
}

.process-heading-content {
    text-align: right;
}

.process-kicker {
    margin-bottom: 12px;

    color: #c9a96e;

    font-size: 15px;

    font-weight: 500;
}

.process-heading h2 {
    font-size: clamp(36px, 4.2vw, 54px);

    font-weight: 500;

    line-height: 1.2;

    letter-spacing: -1.8px;
}

.process-heading h2 span {
    color: #c9a96e;
}

.process-list {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 14px;
}

.process-item {
    min-height: 390px;

    padding: 25px;

    border: 1px solid #3a3834;

    background: #161616;

    position: relative;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.process-item:hover {
    transform: translateY(-5px);

    border-color: #6b5a3f;

    background: #1a1917;
}

.process-number {
    color: #c9a96e;

    font-family: Arial, sans-serif;

    font-size: 14px;

    font-weight: 600;
}

.process-image {
    width: 100%;
    height: 105px;

    margin-top: 22px;

    overflow: hidden;

    border: 1px solid #35332f;

    background: #1b1b1a;
}

.process-image svg {
    width: 100%;
    height: 100%;

    display: block;
}

.process-item h3 {
    margin-top: 27px;

    font-size: 21px;

    font-weight: 500;
}

.process-item p {
    margin-top: 8px;

    color: #99958d;

    font-size: 13px;

    line-height: 1.9;
}


/* =========================
   CONTACT
========================= */

.contact {
    padding: 145px 0 160px;
}

.contact-heading {
    text-align: center;

    max-width: 750px;

    margin: 0 auto 75px;
}

.contact-heading h2 {
    margin-top: 25px;

    font-size: clamp(44px, 5.5vw, 68px);

    font-weight: 550;

    line-height: 1.12;

    letter-spacing: -2.5px;
}

.contact-heading h2 span {
    color: #ae8b56;
}

.contact-heading p {
    max-width: 450px;

    margin: 22px auto 0;

    color: #77736b;

    font-size: 13px;
}

.contact-form {
    width: min(720px, 100%);

    margin: auto;
}

.form-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 30px;
}

.form-field {
    margin-bottom: 27px;
}

.form-field label {
    display: block;

    margin-bottom: 9px;

    color: #67645d;

    font-size: 11px;
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;

    border: none;

    border-bottom: 1px solid #cfcac1;

    border-radius: 0;

    background: transparent;

    color: #111;

    padding: 12px 0;

    outline: none;

    font-size: 13px;

    transition: border-color 0.25s ease;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    border-color: #ad8954;
}

.form-field textarea {
    resize: vertical;
}

.form-field select {
    cursor: pointer;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #aaa69e;
}

.form-submit {
    width: 100%;

    margin-top: 12px;

    padding: 17px 22px;

    border: none;

    background: #111;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    font-size: 12px;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.form-submit span {
    color: #d1ad6d;

    font-size: 17px;
}

.form-submit:hover {
    background: #27231d;

    transform: translateY(-2px);
}

.form-success {
    display: none;

    margin-top: 22px;

    padding: 14px;

    text-align: center;

    background: #e8e2d6;

    color: #725a39;

    font-size: 12px;
}

.form-success.show {
    display: block;
}


/* =========================
   FOOTER
========================= */

.footer {
    padding: 65px 0 25px;

    background: #080808;

    color: #fff;
}

.footer-about {
    max-width: 700px;

    padding-bottom: 50px;
}

.footer-about-title {
    margin-bottom: 14px;

    color: #c9a96e;

    font-size: 20px;

    font-weight: 500;
}

.footer-about p {
    max-width: 650px;

    color: #8d8981;

    font-size: 13px;

    line-height: 2;
}

.footer-contact-links {
    display: flex;

    align-items: center;

    gap: 55px;

    margin-top: 30px;
}

.footer-contact-links a {
    display: flex;

    flex-direction: column;

    gap: 4px;

    color: #aaa59d;

    font-size: 14px;

    transition: color 0.25s ease;
}

.footer-contact-links a span {
    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 17px;

    font-weight: 600;
}

.footer-contact-links a:hover {
    color: #c9a96e;
}

.footer-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 35px 0 40px;

    border-top: 1px solid #2c2b29;

    border-bottom: 1px solid #2c2b29;
}

.footer-brand {
    font-family: Arial, sans-serif;

    font-size: 24px;

    font-weight: 800;

    letter-spacing: 0.12em;
}

.footer-tagline {
    color: #817c72;

    font-family: Arial, sans-serif;

    font-size: 8px;

    letter-spacing: 0.16em;
}

.footer-bottom {
    display: flex;

    justify-content: space-between;

    padding-top: 22px;

    color: #6d6962;

    font-family: Arial, sans-serif;

    font-size: 8px;

    letter-spacing: 0.08em;
}

.footer-bottom a {
    transition: color 0.25s ease;
}

.footer-bottom a:hover {
    color: #c9a96e;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 950px) {

    .desktop-nav,
    .header-cta {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .mobile-menu {
        position: absolute;

        top: 78px;
        right: 0;
        left: 0;

        padding: 20px 25px 25px;

        background: #f4f2ed;

        border-bottom: 1px solid #ddd8cf;

        display: none;

        flex-direction: column;

        gap: 5px;
    }

    .mobile-menu.open {
        display: flex;
    }

    .mobile-menu a {
        padding: 14px 0;

        border-bottom: 1px solid #ddd8cf;

        color: #111;

        font-size: 14px;

        font-weight: 600;
    }

    .hero-inner {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .hero {
        padding-top: 125px;
    }

    .hero-visual {
        height: 430px;
    }

    .hero-bottom {
        display: none;
    }

    .section-intro,
    .studio-layout {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .work-title-row {
        flex-wrap: wrap;

        gap: 18px;
    }

    .work-grid {
        grid-template-columns: 1fr;
    }

    .project-large {
        grid-row: auto;
    }

    .project-large .project-visual {
        min-height: 480px;
    }

    .process-list {
        grid-template-columns: 1fr 1fr;
    }

    .studio-symbol {
        font-size: 110px;
    }
}


@media (max-width: 600px) {

    .container,
    .header-inner,
    .hero-inner,
    .hero-bottom {
        width: min(100% - 32px, 1180px);
    }

    .hero {
        padding-top: 115px;
        padding-bottom: 30px;
    }

    .hero h1 {
        font-size: 46px;

        letter-spacing: -2px;
    }

    .hero-description {
        font-size: 13px;
    }

    .hero-actions {
        flex-direction: column;

        align-items: stretch;

        gap: 12px;
    }

    .btn-dark,
    .text-link {
        justify-content: center;
    }

    .hero-visual {
        height: 360px;
    }

    .orbit-one {
        width: 310px;
        height: 310px;

        top: 25px;
    }

    .orbit-two {
        width: 235px;
        height: 235px;

        top: 62px;
    }

    .orbit-three {
        width: 145px;
        height: 145px;

        top: 107px;
    }

    .visual-center {
        width: 120px;
        height: 155px;
    }

    .center-mark {
        font-size: 48px;
    }

    .services,
    .work,
    .studio,
    .process,
    .contact {
        padding-top: 95px;

        padding-bottom: 100px;
    }

    .section-intro {
        margin-bottom: 55px;
    }

    .section-intro h2,
    .work-title-row h2 {
        font-size: 39px;
    }

    .section-intro p {
        font-size: 14px;
    }

    .work-title-row {
        gap: 12px;
    }

    .work-title-divider {
        width: 45px;
    }

    .service-row {
        grid-template-columns: 1fr 0.1fr;

        min-height: 130px;

        gap: 12px;

        padding-right: 14px;
        padding-left: 14px;
    }

    .service-main h3 {
        font-size: 18px;
    }

    .service-main p {
        font-size: 12px;
    }

    .project-large .project-visual {
        min-height: 360px;
    }

    .project:not(.project-large) .project-visual {
        min-height: 250px;
    }

    .project-gold {
        padding: 28px;
    }

    .gold-site {
        padding: 22px;
    }

    .gold-content strong {
        font-size: 44px;
    }

    .project-info {
        flex-direction: column;

        gap: 7px;
    }

    .studio-symbol {
        font-size: 90px;
    }

    .studio-content h2 {
        font-size: 39px;
    }

    .studio-content p {
        font-size: 14px;
    }

    .process-heading {
        justify-content: flex-start;
    }

    .process-kicker {
        font-size: 14px;
    }

    .process-list {
        grid-template-columns: 1fr;
    }

    .process-item {
        min-height: auto;

        padding: 25px;

        border: 1px solid #3a3834;
    }

    .process-item + .process-item {
        margin-top: 12px;
    }

    .process-image {
        height: 120px;
    }

    .process-item h3 {
        margin-top: 22px;
    }

    .process-item p {
        font-size: 13px;
    }

    .form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .contact-heading h2 {
        font-size: 44px;
    }

    .footer-contact-links {
        flex-direction: column;

        align-items: flex-start;

        gap: 20px;
    }

    .footer-top {
        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }

    .footer-bottom {
        flex-direction: column;

        gap: 15px;
    }
}
.project-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}