/*
Theme Name: needlemode
Theme URI: 
Author: sm
Author URI: 
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: needlemode
*/

:root{
    --bg:#eef0ec;
    --white:#f7f7f4;
    --text:#2d2c29;
    --muted:#7b7b7b;
    --accent:#2f382d;
    --border:#dfe1db;
}

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

body{
    background:var(--bg);
    color:var(--text);
    font-family:'Jost',sans-serif;
    font-weight:300;
}
body{
    font-feature-settings:"liga" 1, "calt" 1;
}
html{
    scroll-behavior:smooth;
}
img{
    display:block;
    width:100%;
}

a{
    text-decoration:none;
    color:inherit;
}

.container{
    width:min(1440px,90%);
    margin:auto;
}

.header{
    height:110px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 80px;
}

.logo{
    text-align:center;
}

.logo img{
    zoom:.75;
}

.logo span{
    font-size:11px;
    letter-spacing:.45em;
}

.socials,
.header-right{
    display:flex;
    gap:22px;
    font-size:14px;
    align-items: center;
}

.hero{
    padding:40px 0 80px;
    display:grid;
    grid-template-columns:420px 1fr;
    justify-content:center;
    gap:140px;
    align-items:center;
}

.hero-content h2{
    font-size:72px;
    line-height:1.05;
    font-weight:400;
}

.divider{
    width:60px;
    height:1px;
    background:#b9bbb5;
    margin:35px 0;
}

.hero-content p{
    width:310px;
    color:#555;
    line-height:1.9;
}

.link-arrow{
    display:inline-block;
    margin-top:40px;
    font-size:12px;
    letter-spacing:.25em;
}

.hero-image{
    max-width:700px;
}

.hero-image img{
    height:820px;
    object-fit:cover;
}

.vision{
    background:var(--white);
    padding:120px 0;
}

.center{
    text-align:center;
}

.eyebrow{
    font-size:12px;
    letter-spacing:.35em;
}

.vision h2, .about h2, .production h2, .portfolio h1{
    font-size:62px;
    font-weight:400;
    margin:20px 0;
}
.lang-switch{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    letter-spacing:.2em;
}

.lang-switch a{
    color:var(--text);
    transition:.3s;
}

.lang-switch a.active{
    opacity:1;
}

.lang-switch a:hover{
    opacity:.8;
}

.lang-switch span{
    opacity:.3;
}

.center-divider{
    margin:30px auto;
}

.vision-text{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:2;
}

.benefits{
    margin-top:100px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:80px;
}

.benefits article{
    text-align:center;
}

.icon{
    font-size:42px;
    margin-bottom:30px;
}
.benefits .icon img {max-width:200px;display: block;
    margin: 0 auto;}

.benefits h4{
    font-size:12px;
    letter-spacing:.3em;
    margin-bottom:20px;
}

.benefits p{
    color:#666;
}
.production {padding:120px 0;}
.portfolio{
    padding:120px 0;
	background: var(--white);
}

.portfolio-grid{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:80px;
}

.portfolio-info h2{
    font-size:58px;
    line-height:1.1;
    margin:20px 0 40px;
}

.works{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.works img{
    height:420px;
    object-fit:cover;
}

.quote{
    background:var(--white);
    padding:120px 0;
}

.quote-grid{
    display:grid;
    grid-template-columns:350px 1fr;
    gap:120px;
}

.quote h2{
    font-family:'Cormorant Garamond',serif;
    font-size:58px;
    margin:20px 0;
}

.form{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}
.hero-content h2,
.vision h2,
.portfolio-info h2,
.quote h2{
    font-family:'Playfair Display', serif;
}

input,
textarea{
    border:1px solid var(--border);
    background:white;
    padding:18px;
    font-family:inherit;
}

textarea{
    min-height:180px;
    resize:none;
}

button{
    width:220px;
    height:54px;
    border:none;
    background:var(--accent);
    color:white;
    letter-spacing:.2em;
    cursor:pointer;
}

.subscribe-block .wpcf7{
    width:100%;
}

.subscribe-block .wpcf7 form{
    margin:0;
}

.subscribe-block .subscribe-form{
    display:flex;
    gap:0;
    margin-bottom:15px;
}

.subscribe-block .subscribe-form p{
    margin:0;
    display:flex;
}


.subscribe-block .subscribe-form input[type="email"]{
    width:100%;
    height:50px;
    border:1px solid var(--border);
    border-right:none;
    padding:0 16px;
    background:#fff;
    font-family:inherit;
}

.subscribe-block .subscribe-form input[type="submit"]{
    width:140px;
    height:50px;
    background:var(--accent);
    color:#fff;
    border:none;
    letter-spacing:.15em;
    cursor:pointer;
    padding:0 20px;
}

.subscribe-block .wpcf7-spinner{
    display:none;
}
.wpcf7-form br {display:none;}

.custom-file-upload {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 20px;
        border: 1px solid var(--border);
    background: rgb(255, 255, 255);
    cursor: pointer;
    transition: 0.3s ease;
    box-sizing: border-box;
}

.custom-file-upload .file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.custom-file-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    background: var(--accent);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: 0.3s ease;
}
.custom-file-upload .wpcf7-form-control-wrap {display:none!important}
.custom-file-upload:hover .custom-file-button {
    opacity:.8;
}

.custom-file-name {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media(max-width:992px){
    .subscribe-block .subscribe-form{
        flex-direction:column;
        gap:10px;
    }

    .subscribe-block .subscribe-form input[type="email"]{
        border-right:1px solid var(--border);
    }

    .subscribe-block .subscribe-form input[type="submit"]{
        width:100%;
    }
}

.form .wpcf7{
    width:100%;
}

.form .wpcf7 form{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin:0;
}

.form .wpcf7 p{
    margin:0;
}

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

.form .field{
    display:block;
    width:100%;
}

.form .wpcf7-form-control-wrap{
    display:block;
    width:100%;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form textarea,
.form input[type="file"]{
    width:100%;
    border:1px solid var(--border);
    background:#fff;
    padding:18px;
    font-family:inherit;
    font-size:16px;
}

.form textarea{
    min-height:180px;
    resize:none;
}

.form input[type="submit"]{
    width:220px;
    height:54px;
    border:none;
    background:var(--accent);
    color:#fff;
    letter-spacing:.2em;
    cursor:pointer;
    padding:0 20px;
}

.form .wpcf7-spinner{
    display:none;
}

@media(max-width:768px){
    .form .row{
        grid-template-columns:1fr;
    }

    .form input[type="submit"]{
        width:100%;
    }
}

.logos{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:white;
    border:1px solid var(--border);
    margin:100px auto;
}

.logos div{
    padding:55px;
    text-align:center;
    border-right:1px solid var(--border);
    font-size:42px;
    font-family:'Cormorant Garamond',serif;
}

.footer{
    padding:0 0 100px;
}

.instagram{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.instagram img{
    height:170px;
    object-fit:cover;
}
.footer{
    background:var(--bg);
    padding:80px 0 50px;
}

.footer-title{
    font-size:12px;
    letter-spacing:.3em;
    margin-bottom:35px;
}

.footer-gallery{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
    margin-bottom:70px;
}

.footer-gallery img{
    width:100%;
    height:160px;
    object-fit:cover;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:120px;
}

.subscribe-block{
    width:420px;
}

.subscribe-block h4,
.contact-block h4{
    font-size:12px;
    font-weight:400;
    letter-spacing:.3em;
    margin-bottom:18px;
}

.subscribe-block p{
    color:#666;
    margin-bottom:20px;
}

.subscribe-form{
    display:flex;
    gap:0;
    margin-bottom:15px;
}

.subscribe-form input{
    flex:1;
    height:50px;
    border:1px solid var(--border);
    border-right:none;
    padding:0 16px;
    background:#fff;
}

.subscribe-form button{
    width:140px;
    height:50px;
    background:var(--accent);
    color:#fff;
    border:none;
    letter-spacing:.15em;
}

.checkbox{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:13px;
    color:#777;
}

.contact-block{
    min-width:300px;
}

.footer-socials{
    display:flex;
    gap:18px;
    margin-bottom:25px;
}

.footer-socials a{
    font-size:18px;
}

.appointment-link{
    display:inline-block;
    font-size:12px;
    letter-spacing:.25em;
    margin-bottom:30px;
    border-bottom:1px solid currentColor;
    padding-bottom:3px;
}

.copyright{
    color:#666;
    line-height:1.8;
    margin-bottom:10px;
}

.privacy{
    font-size:14px;
    color:#666;
    text-decoration:underline;
}
.production-grid{
    margin-top:90px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:60px;
}

.production-card{
    text-align:center;
}

.production-card img{
    height:320px;
    object-fit:cover;
    width:100%;
    margin-bottom:25px;
}

.production-card h4{
    font-size:12px;
    letter-spacing:.3em;
    margin-bottom:15px;
}

.production-card p{
    color:#666;
    line-height:1.8;
}
.about{
    padding:120px 0;
}

.about-grid{
    margin-top:80px;
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:80px;
    align-items:center;
}

.about-image img{
    height:700px;
    object-fit:cover;
}

.about-text{
    display:flex;
    flex-direction:column;
    gap:50px;
}

.about-item{
    display:flex;
    gap:20px;
}

.about-item span{
    font-size:12px;
    letter-spacing:.3em;
    color:#999;
    min-width:40px;
}

.about-item h4{
    font-size:12px;
    letter-spacing:.3em;
    margin-bottom:10px;
}

.about-item p{
    color:#666;
    line-height:1.8;
}

.portfolio.gallery-page{
    padding:120px 0;
    background:var(--bg);
}

.gallery-page .works{
    margin-top:80px;
    grid-template-columns:repeat(4,1fr);
}

.gallery-page .works img{
    height:420px;
    object-fit:cover;
    transition:.35s;
}

.gallery-page .works img:hover{
    transform:scale(.98);
    opacity:.9;
}
.reveal{
    opacity:0;
    transform:translateY(50px);
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}
.hero-image img{
    animation:heroZoom 12s ease-in-out infinite alternate;
}

@keyframes heroZoom{
    from{
        transform:scale(1);
    }
    to{
        transform:scale(1.04);
    }
}
button,
.link-arrow,
.header-right a,
.appointment-link{
    transition:.35s;
}

button:hover{
    transform:translateY(-2px);
}

.link-arrow:hover,
.header-right a:hover,
.appointment-link:hover{
    letter-spacing:.35em;
}
.works{
    overflow:hidden;
}

.works img{
    transition:
        transform .5s ease,
        opacity .4s ease;
}

.works img:hover{
    transform:scale(1.05);
    opacity:.9;
}
.production-card{
    transition:.35s;
}

.production-card:hover{
    transform:translateY(-8px);
}
.benefits article{
    transition:.35s;
}

.benefits article:hover{
    transform:translateY(-8px);
}
.header{
    transition:.35s;
}
input,
textarea{
    transition:.3s;
}

input:focus,
textarea:focus{
    outline:none;
    border-color:#2f382d;
    box-shadow:0 0 0 4px rgba(47,56,45,.08);
}
/*.logo img{
    transition:transform .4s ease;
}

.logo:hover img{
    transform:rotate(-2deg) scale(1.03);
}*/
.socials a,
.footer-socials a{
    transition:.3s;
}

.socials a:hover,
.footer-socials a:hover{
    transform:translateY(-3px);
}
.works img{
    opacity:0;
    transform:translateY(40px);
    animation:gallery .7s forwards;
}

.works img:nth-child(1){animation-delay:.1s;}
.works img:nth-child(2){animation-delay:.2s;}
.works img:nth-child(3){animation-delay:.3s;}
.works img:nth-child(4){animation-delay:.4s;}
.works img:nth-child(5){animation-delay:.5s;}
.works img:nth-child(6){animation-delay:.6s;}
.works img:nth-child(7){animation-delay:.7s;}
.works img:nth-child(8){animation-delay:.8s;}
.works img:nth-child(9){animation-delay:.9s;}
.works img:nth-child(10){animation-delay:1s;}
.works img:nth-child(11){animation-delay:1.1s;}
.works img:nth-child(12){animation-delay:1.2s;}

@keyframes gallery{
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.socials a,
.footer-socials a{
    width:42px;
    height:42px;
    border:1px solid var(--border);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.socials svg,
.footer-socials svg{
    width:18px;
    height:18px;
}

.socials a:hover,
.footer-socials a:hover{
    background:var(--accent);
    color:#fff;
    transform:translateY(-3px);
    border-color:var(--accent);
}
@media(max-width:992px){

    .footer-gallery{
        grid-template-columns:repeat(2,1fr);
    }

    .footer-bottom{
        flex-direction:column;
        gap:50px;
    }

    .subscribe-block{
        width:100%;
    }

    .subscribe-form{
        flex-direction:column;
        gap:10px;
    }

    .subscribe-form button{
        width:100%;
    }
}

@media(max-width:1100px){

    .hero,
    .portfolio-grid,
    .quote-grid{
        grid-template-columns:1fr;
    }

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

    .works{
        grid-template-columns:repeat(2,1fr);
    }

    .instagram{
        grid-template-columns:repeat(2,1fr);
    }

    .hero-content h2{
        font-size:52px;
    }

    .vision h2,
    .quote h2,
    .portfolio-info h2{
        font-size:46px;
    }
}
/* =========================
   1440px
========================= */
@media (max-width:1440px){
    .header{
        padding:0 40px;
    }

    .hero{
        grid-template-columns:380px 1fr;
        gap:80px;
    }

    .hero-image img{
        height:720px;
    }

    .about-image img{
        height:620px;
    }

    .works img,
    .gallery-page .works img{
        height:360px;
    }
}


/* =========================
   1200px
========================= */
@media (max-width:1200px){
    .header{
        padding:0 24px;
        height:96px;
    }

    .hero{
        grid-template-columns:1fr 1fr;
        gap:50px;
        padding:20px 0 70px;
    }

    .hero-content h2{
        font-size:58px;
    }

    .hero-content p{
        width:100%;
        max-width:420px;
    }

    .hero-image{
        max-width:none;
    }

    .hero-image img{
        height:640px;
    }

    .vision,
    .about,
    .portfolio,
    .production,
    .quote,
    .portfolio.gallery-page{
        padding:90px 0;
    }

    .vision h2,
    .about h2,
    .production h2,
    .portfolio h1,
    .quote h2,
    .portfolio-info h2{
        font-size:48px;
    }

    .benefits{
        gap:40px;
        margin-top:70px;
    }

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

    .works{
        gap:18px;
    }

    .works img,
    .gallery-page .works img{
        height:320px;
    }

    .about-grid{
        gap:50px;
    }

    .about-image img{
        height:560px;
    }

    .production-grid{
        gap:30px;
    }

    .production-card img{
        height:280px;
    }

    .quote-grid{
        gap:60px;
        grid-template-columns:320px 1fr;
    }

    .footer-bottom{
        gap:70px;
    }
}


/* =========================
   992px
========================= */
@media (max-width:992px){
    .container{
        width:min(100%,92%);
    }

    .header{
        height:auto;
        padding:20px 16px;
        gap:16px;
        flex-wrap:wrap;
        justify-content:space-between;
    }

    .socials,
    .header-right{
        gap:12px;
    }

    .lang-switch{
        gap:8px;
        font-size:13px;
        letter-spacing:.12em;
    }

    .logo{
        order:1;
        width:100%;
        display:flex;
        justify-content:center;
    }

    .socials{
        order:2;
    }

    .header-right{
        order:3;
        margin-left:auto;
    }

    .hero{
        grid-template-columns:1fr;
        gap:40px;
        padding:20px 0 60px;
    }

    .hero-content{
        order:2;
        text-align:center;
    }

    .hero-content p{
        margin:0 auto;
    }

    .hero-content .divider{
        margin:28px auto;
    }

    .hero-image{
        order:1;
    }

    .hero-image img{
        height:560px;
    }

    .vision,
    .about,
    .portfolio,
    .production,
    .quote,
    .portfolio.gallery-page{
        padding:80px 0;
    }

    .vision h2,
    .about h2,
    .production h2,
    .portfolio h1,
    .quote h2,
    .portfolio-info h2{
        font-size:42px;
    }

    .vision-text{
        max-width:100%;
        line-height:1.8;
    }

    .benefits{
        grid-template-columns:1fr;
        gap:40px;
        margin-top:60px;
    }

    .benefits .icon img{
        max-width:150px;
    }

    .about-grid{
        grid-template-columns:1fr;
        gap:40px;
        margin-top:60px;
    }

    .about-image img{
        height:520px;
    }

    .about-text{
        gap:35px;
    }

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

    .portfolio-info{
        text-align:center;
    }

    .portfolio-info .eyebrow{
        display:block;
    }

    .portfolio-info h2{
        margin:16px 0 24px;
    }

    .works{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
    }

    .works img,
    .gallery-page .works img{
        height:300px;
    }

    .production-grid{
        grid-template-columns:1fr;
        gap:35px;
        margin-top:60px;
    }

    .production-card img{
        height:420px;
    }

    .quote-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .quote-grid > div:first-child{
        text-align:center;
    }

    .quote-grid > div:first-child .divider{
        margin:28px auto;
    }

    .footer{
        padding:70px 0 40px;
    }

    .footer-gallery{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
        margin-bottom:50px;
    }

    .footer-gallery img{
        height:150px;
    }

    .footer-bottom{
        flex-direction:column;
        gap:40px;
    }

    .subscribe-block,
    .contact-block{
        width:100%;
        min-width:0;
    }

    .contact-block{
        text-align:left;
    }

    .subscribe-block .subscribe-form{
        flex-direction:column;
        gap:10px;
    }

    .subscribe-block .subscribe-form p{
        display:block;
    }

    .subscribe-block .subscribe-form input[type="email"]{
        border-right:1px solid var(--border);
    }

    .subscribe-block .subscribe-form input[type="submit"]{
        width:100%;
    }
}


/* =========================
   768px
========================= */
@media (max-width:768px){
    body{
        font-size:15px;
    }

    .header{
        padding:16px 14px;
    }

    .logo img{
        max-width:170px;
        width:100%;
        height:auto;
        zoom:1;
    }

    .socials a,
    .footer-socials a{
        width:38px;
        height:38px;
    }

    .socials svg,
    .footer-socials svg{
        width:16px;
        height:16px;
    }

    .header-right a,
    .appointment-link,
    .link-arrow{
        font-size:11px;
        letter-spacing:.18em;
    }

    .hero{
        gap:28px;
        padding:10px 0 50px;
    }

    .hero-content h2{
        font-size:40px;
        line-height:1.08;
    }

    .hero-content p{
        font-size:15px;
        line-height:1.75;
    }

    .hero-image img{
        height:420px;
    }

    .divider{
        margin:24px 0;
    }

    .vision,
    .about,
    .portfolio,
    .production,
    .quote,
    .portfolio.gallery-page{
        padding:65px 0;
    }

    .eyebrow{
        font-size:11px;
        letter-spacing:.24em;
        line-height:1.5;
    }

    .vision h2,
    .about h2,
    .production h2,
    .portfolio h1,
    .quote h2,
    .portfolio-info h2{
        font-size:34px;
        margin:16px 0;
    }

    .vision-text{
        font-size:15px;
        line-height:1.75;
    }

    .benefits{
        margin-top:45px;
        gap:30px;
    }

    .benefits article{
        padding:0 8px;
    }

    .icon{
        margin-bottom:20px;
    }

    .benefits .icon img{
        max-width:120px;
    }

    .benefits h4,
    .production-card h4,
    .about-item h4,
    .subscribe-block h4,
    .contact-block h4{
        font-size:11px;
        letter-spacing:.22em;
    }

    .about-grid{
        margin-top:45px;
    }

    .about-image img{
        height:420px;
    }

    .about-text{
        gap:24px;
    }

    .about-item{
        gap:14px;
    }

    .about-item span{
        min-width:28px;
        font-size:11px;
    }

    .works{
        grid-template-columns:1fr 1fr;
        gap:12px;
    }

    .works img,
    .gallery-page .works img{
        height:240px;
    }

    .production-grid{
        margin-top:45px;
    }

    .production-card img{
        height:320px;
        margin-bottom:18px;
    }

    .quote-grid{
        gap:28px;
    }

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

    .form .wpcf7 form{
        gap:14px;
    }

    .form input[type="text"],
    .form input[type="email"],
    .form input[type="date"],
    .form textarea,
    .form input[type="file"]{
        padding:15px;
        font-size:15px;
    }

    .form textarea{
        min-height:150px;
    }

    .form input[type="submit"],
    button{
        width:100%;
        height:50px;
        font-size:12px;
    }

    .footer{
        padding:60px 0 35px;
    }

    .footer-gallery{
        grid-template-columns:1fr 1fr;
        gap:12px;
        margin-bottom:35px;
    }

    .footer-gallery img{
        height:130px;
    }

    .footer-bottom{
        gap:30px;
    }

    .subscribe-block p,
    .copyright,
    .privacy,
    .checkbox{
        font-size:14px;
        line-height:1.7;
    }
}


/* =========================
   576px
========================= */
@media (max-width:576px){
    .container{
        width:min(100%,94%);
    }

    .header{
        padding:14px 12px;
        row-gap:14px;
    }

    .socials,
    .header-right,
    .lang-switch{
        justify-content:center;
    }

    .header-right{
        margin-left:0;
        width:74%;
    }

    .header-right a{
        text-align:left;
    }

    .logo img{
        max-width:150px;
    }

    .hero-content h2{
        font-size:32px;
    }

    .hero-content p{
        font-size:14px;
    }

    .hero-image img{
        height:340px;
    }

    .vision,
    .about,
    .portfolio,
    .production,
    .quote,
    .portfolio.gallery-page{
        padding:54px 0;
    }

    .vision h2,
    .about h2,
    .production h2,
    .portfolio h1,
    .quote h2,
    .portfolio-info h2{
        font-size:28px;
        line-height:1.15;
    }

    .vision-text{
        font-size:14px;
    }

    .benefits .icon img{
        max-width:100px;
    }

    .about-image img{
        height:320px;
    }

    .about-item{
        flex-direction:column;
        gap:8px;
    }

    .about-item span{
        min-width:0;
    }

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

    .works img,
    .gallery-page .works img{
        height: 644px;
    }

    .production-card img{
        height:260px;
    }
    .quote-header {width:70%;}
    .socials {
        width: 20%;
    }
    .quote h2{
        font-size:30px;
    }

    .form input[type="text"],
    .form input[type="email"],
    .form input[type="date"],
    .form textarea,
    .form input[type="file"]{
        padding:14px;
    }

    .footer-gallery{
        grid-template-columns:1fr;
    }

    .footer-gallery img{
        height:220px;
    }

    .footer-socials{
        margin-bottom:20px;
    }

    .appointment-link{
        margin-bottom:20px;
    }
}