/* =====================================================
   ARCTURUS STUDIO - COMMON STYLE.CSS
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');


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

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}


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

.header {
    width: 100%;
    height: 76px;
    background: #fff;

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

    padding: 0 7.2%;

    position: relative;
    z-index: 100;
}

.logo {
    width: 68px;
    height: 58px;

    display: flex;
    align-items: center;

    text-decoration: none;
}

.logo img {
    width: 68px;
    height: auto;
    display: block;
}


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

.nav-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.nav {
    height: 42px;

    display: flex;
    align-items: center;
    gap: 6px;
}

.nav a {
    height: 42px;
    padding: 0 15px;

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

    color: #111;
    background: transparent;

    text-decoration: none;

    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;

    text-transform: uppercase;
    letter-spacing: 0.8px;

    transition: color 0.25s ease;
}

.nav a:hover {
    color: #555;
}

.nav a.active {
    color: #16139d;
}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.social a {
    width: 14px;
    height: 14px;

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

    color: #dcdcdc;

    text-decoration: none;

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

    transition: color 0.25s ease;
}

.social a:hover {
    color: #16139d;
}


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

.hero {
    width: 100%;
    height: 414px;
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;
}


/* =====================================================
   HOME ABOUT SECTION
===================================================== */

.about {
    width: 100%;

    display: grid;
    grid-template-columns: 48% 52%;

    align-items: stretch;
    overflow: hidden;
}

.about-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
}

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

    display: block;

    object-fit: cover;
    object-position: center center;
}

.about-content {
    width: 100%;
    min-width: 0;
    min-height: 640px;

    background: #5d5e5e;
    color: #fff;

    padding: 38px 45px 40px;

    overflow: hidden;
}

.about-content h2,
.about-content h3 {
    color: #fff;

    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    font-weight: 100 !important;

    line-height: 1.1;
    letter-spacing: -0.5px;
}

.about-content h2 {
    margin: 0 0 18px;
    font-size: 38px;
}

.about-content h3 {
    margin: 28px 0 14px;
    font-size: 34px;
}

.about-content p {
    width: 100%;
    max-width: 100%;

    margin: 0 0 12px;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.7;

    overflow-wrap: break-word;
    word-wrap: break-word;
}


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

.about-page {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 138px);

    padding: 48px 0 65px;

    background-image: url("about.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    overflow: hidden;
}

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

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

    z-index: 1;
}


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

.about-container {
    position: relative;
    z-index: 2;

    width: calc(100% - 80px);
    max-width: 1320px;

    margin: 0 auto;

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

    column-gap: 45px;
    row-gap: 34px;

    align-items: start;
}


/* =====================================================
   ABOUT MAIN TITLE
===================================================== */

.about-title {
    grid-column: 1 / -1;

    width: 100%;

    margin: 0 0 4px;
    padding: 0;

    text-align: center;

    color: #fff;

    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    font-size: 48px;
    font-weight: 100 !important;

    line-height: 1.1;
    letter-spacing: -0.8px;
}


/* =====================================================
   PERSON
===================================================== */

.about-person {
    width: 100%;
    min-width: 0;
    margin: 0;
}


/* =====================================================
   PERSON TITLE
===================================================== */

.about-person h2 {
    width: 100%;

    margin: 0 0 17px;
    padding: 0;

    color: #fff;

    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    font-weight: 100 !important;

    line-height: 1.2;
    letter-spacing: 0;

    text-align: left;
}


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

.about-card {
    width: 100%;
    min-height: 185px;

    padding: 23px 26px;

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

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

    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.12);

    backdrop-filter: blur(3px);
}


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

.about-card p {
    width: 100%;
    margin: 0;

    color: #617694;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 400;

    line-height: 1.72;
}


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

.footer {
    width: 100%;
    height: 62px;

    background: #000;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer p {
    margin: 0;

    color: #70809a;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}


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

.contact-page {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 138px);

    background-image: url("contact.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    overflow: hidden;
}

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

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

    z-index: 1;
}

.contact-container {
    position: relative;
    z-index: 2;

    width: calc(100% - 80px);
    max-width: 1500px;

    min-height: calc(100vh - 138px);

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;

    align-items: center;
}


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

.contact-info {
    color: #fff;
}

.contact-info h1 {
    margin: 0 0 40px;

    color: #fff;

    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    font-size: 58px;
    font-weight: 100 !important;

    line-height: 1.05;
    letter-spacing: -1px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 400;

    line-height: 1.45;
}

.contact-icon {
    width: 22px;
    flex: 0 0 22px;

    color: #fff;

    font-size: 17px;
    text-align: center;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
}

.contact-item a:hover {
    opacity: 0.75;
}


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

.contact-form {
    width: 100%;

    padding: 34px 38px 36px;

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

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

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);

    backdrop-filter: blur(3px);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

.form-group label {
    display: block;

    margin-bottom: 7px;

    color: #222;

    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.form-group input,
.form-group textarea {
    width: 100%;

    border: 1px solid #d2d2d2;

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

    color: #222;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;

    outline: none;

    transition: border-color 0.2s ease;
}

.form-group input {
    height: 47px;
    padding: 0 13px;
}

.form-group textarea {
    min-height: 135px;
    padding: 13px;

    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #777;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9aa2ad;
}


/* =====================================================
   CHECKBOX
===================================================== */

.contact-check {
    display: flex;
    align-items: center;
    gap: 9px;

    margin: 3px 0 20px;

    color: #333;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.contact-check input {
    width: 18px;
    height: 18px;

    margin: 0;
}


/* =====================================================
   SUBMIT
===================================================== */

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 125px;
    height: 48px;

    padding: 0 25px;

    border: none;

    background: #111;
    color: #fff;

    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;

    cursor: pointer;

    transition: background 0.25s ease;
}

.contact-submit:hover {
    background: #333;
}


/* =====================================================
   PORTFOLIO PAGE
===================================================== */

.portfolio-page {
    width: 100%;
    background: #fff;
    padding: 58px 0 70px;
}

.portfolio-container {
    width: calc(100% - 80px);
    max-width: 1320px;
    margin: 0 auto;
}

.portfolio-title {
    margin: 0 0 42px;

    color: #111;

    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    font-size: 48px;
    font-weight: 100 !important;

    line-height: 1.1;
    letter-spacing: -0.8px;
    text-align: center;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.portfolio-item {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.portfolio-item img {
    width: 100%;
    height: 330px;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.45s ease;
}

.portfolio-item:hover img {
    transform: scale(1.025);
}

.portfolio-item.wide {
    grid-column: 1 / -1;
}

.portfolio-item.wide img {
    height: 420px;
}


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

@media (max-width: 1000px) {

    .header {
        height: 72px;
        padding: 0 5%;
    }

    .nav-area {
        gap: 16px;
    }

    .nav {
        gap: 3px;
    }

    .nav a {
        height: 38px;
        padding: 0 11px;
        font-size: 13px;
    }

    .social {
        gap: 9px;
    }

    .hero {
        height: 390px;
    }

    .about-image,
    .about-content {
        height: 600px;
        min-height: 600px;
    }

    .about-content {
        padding: 30px;
    }

    .about-content h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .about-content h3 {
        font-size: 30px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .about-content p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 10px;
    }

    /* ABOUT */

    .about-page {
        padding: 48px 0 58px;
    }

    .about-container {
        width: calc(100% - 44px);
        column-gap: 28px;
        row-gap: 30px;
    }

    .about-title {
        font-size: 42px;
    }

    .about-person h2 {
        font-size: 25px;
        margin-bottom: 17px;
    }

    .about-card {
        padding: 20px;
    }

    .about-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* CONTACT */

    .contact-page {
        min-height: auto;
    }

    .contact-container {
        width: calc(100% - 44px);
        min-height: auto;

        padding: 65px 0;

        column-gap: 35px;
    }

    .contact-info h1 {
        font-size: 48px;
        margin-bottom: 30px;
    }

    .contact-item {
        font-size: 17px;
    }

    .contact-form {
        padding: 30px;
    }

    /* PORTFOLIO */

    .portfolio-page {
        padding: 48px 0 60px;
    }

    .portfolio-container {
        width: calc(100% - 44px);
    }

    .portfolio-title {
        font-size: 42px;
        margin-bottom: 34px;
    }

    .portfolio-grid {
        gap: 22px;
    }

    .portfolio-item img {
        height: 270px;
    }

    .portfolio-item.wide img {
        height: 350px;
    }
}


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

@media (max-width: 650px) {

    .header {
        height: auto;
        min-height: 82px;

        padding: 10px 18px;

        flex-wrap: wrap;
        justify-content: center;

        gap: 7px;
    }

    .logo {
        width: 62px;
        height: 52px;
        justify-content: center;
    }

    .logo img {
        width: 62px;
    }

    .nav-area {
        width: 100%;
        justify-content: center;
        gap: 0;
    }

    .nav {
        width: 100%;
        justify-content: center;
        height: 30px;
        gap: 0;
    }

    .nav a {
        height: 30px;
        padding: 0 7px;
        font-size: 9px;
        letter-spacing: 0.7px;
    }

    .social {
        display: none;
    }

    .hero {
        height: 290px;
    }

    .hero img {
        object-position: center center;
    }

    .about {
        display: flex;
        flex-direction: column;
    }

    .about-image {
        width: 100%;
        height: 380px;
        min-height: 380px;
    }

    .about-content {
        width: 100%;
        height: auto;
        min-height: 0;

        padding: 32px 22px 38px;
    }

    .about-content h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .about-content h3 {
        font-size: 29px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .about-content p {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 12px;
    }


    /* ABOUT PAGE */

    .about-page {
        min-height: auto;
        padding: 40px 0 50px;

        background-position: center center;
    }

    .about-overlay {
        background: rgba(0, 0, 0, 0.52);
    }

    .about-container {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 35px;

        padding: 0 20px;
    }

    .about-title {
        width: 100%;

        font-size: 36px;
        text-align: center;

        margin: 0;
    }

    .about-person h2 {
        font-size: 23px;
        line-height: 1.25;
        margin-bottom: 15px;
    }

    .about-card {
        min-height: auto;
        padding: 19px 18px;
        background: rgba(255,255,255,0.92);
    }

    .about-card p {
        font-size: 14px;
        line-height: 1.75;
    }


    /* CONTACT */

    .contact-page {
        min-height: auto;
    }

    .contact-container {
        width: calc(100% - 36px);

        min-height: auto;

        padding: 50px 0 55px;

        display: flex;
        flex-direction: column;

        align-items: stretch;

        gap: 42px;
    }

    .contact-info h1 {
        font-size: 42px;
        margin-bottom: 27px;
    }

    .contact-item {
        font-size: 16px;
    }

    .contact-form {
        padding: 25px 20px 28px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-group input {
        height: 46px;
    }

    .form-group textarea {
        min-height: 130px;
    }


    /* PORTFOLIO */

    .portfolio-page {
        padding: 38px 0 48px;
    }

    .portfolio-container {
        width: calc(100% - 30px);
    }

    .portfolio-title {
        font-size: 34px;
        margin-bottom: 28px;
        letter-spacing: -0.4px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .portfolio-item.wide {
        grid-column: auto;
    }

    .portfolio-item img,
    .portfolio-item.wide img {
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }


    .footer {
        height: 58px;
    }

    .footer p {
        font-size: 12px;
    }
}


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

@media (max-width: 400px) {

    .nav a {
        padding: 0 6px;
        font-size: 8px;
    }

    .hero {
        height: 260px;
    }

    .about-image {
        height: 330px;
        min-height: 330px;
    }

    .about-content {
        padding: 22px 17px 28px;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .about-content h3 {
        font-size: 26px;
    }

    .about-content p {
        font-size: 13px;
    }

    /* ABOUT */

    .about-page {
        padding: 38px 0 45px;
    }

    .about-container {
        padding: 0 15px;
        gap: 32px;
    }

    .about-title {
        font-size: 32px;
    }

    .about-person h2 {
        font-size: 21px;
    }

    .about-card {
        padding: 17px 15px;
    }

    .about-card p {
        font-size: 13px;
        line-height: 1.7;
    }


    /* CONTACT */

    .contact-container {
        width: calc(100% - 28px);
    }

    .contact-info h1 {
        font-size: 36px;
    }

    .contact-item {
        font-size: 15px;
    }

    .contact-form {
        padding: 22px 16px 25px;
    }


    /* PORTFOLIO */

    .portfolio-title {
        font-size: 30px;
    }

    .portfolio-container {
        width: calc(100% - 24px);
    }
}



.social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social a {
    width: 20px;
    height: 20px;

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

    color: #141313;
    text-decoration: none;

    font-size: 15px;

    transition: color 0.3s ease, transform 0.3s ease;
}

.social a:hover {
    color: #111;
    transform: translateY(-2px);
}