/*
Theme Name: quicksheep
Theme URI: http://www.quicksheep.com/
Description: Quicksheep 2025
Author: Daniel Lamb
Version: 16.0
*/


/**
* @license
*
* Font Family: Clash Grotesk
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-grotesk
* © 2025 Indian Type Foundry
*
* Clash Grotesk Medium 
*/

  @font-face {
    font-family: 'ClashGrotesk-Medium';
    src: url('fonts/ClashGrotesk-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }



html {
    font-size: 10px; /* Sets the base font size to 16px */
    
  }
  body {
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
    width: 100vw;
  }
  main {
    position: relative;
    min-height: 400px;
  }
.my-scrollbar {
    width: 100vw;
  height: 100vh;
  overflow: auto;
  }
body {
    font-family: "dm sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    background-color: #F3F4F1;
    color: #1B1B18;
}
body * {
    color: #1B1B18;
}

/* -------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 0.9;
    margin: 0;
    padding: 0;
}
h1, .h1 {
    font-size: 13rem;
    line-height: 0.9;
    letter-spacing: -0.03em;
    font-weight: 600;
}
h2 {
    font-size: 7.7rem;
}
h3,
.h3 {
    font-size: 4.7rem;
}
h4,
.h4 {
    font-size: 3.3rem;
}




ul, ol {
    margin: 0;
padding: 0;

}
p, li {
font-size: 2.6rem;
line-height: 1.4;
margin: 0;
padding: 0;
}
nav li, nav li {
    font-size: 2.6rem;
    line-height: 1;
}
p {
    
    
}
ul, ol {
    font-size: 3.3rem;
    line-height: 1.4;
    list-style-type: none;
}

 a {
    color: #1B1B18;
    text-decoration: none;
  
}
p a, dd a , dt a   {

    text-decoration: underline;

}
li a {
    position: relative;
    display: block;
}
a .eyebrow {
position: absolute;
right: 0;
bottom: 0;
}
img {
    max-width: 100%;
}

.layer {
    margin: 100px 4vw;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .layer {
        margin: 90px 0;
        padding: 0 4vw;
    }  
}
@media screen and (max-width: 800px) {
    .layer {
        margin: 90px 0;
        padding: 0 4vw;
    }  
}
@media screen and (max-width: 640px) {
    .layer {
        margin: 70px 0;
        padding: 0 4vw;
    }  
}
@media screen and (max-width: 480px) {
    .layer {
        margin: 60px 0;
        padding: 0 4vw;
    }  
}
.layer--half {
    margin: 50px 4vw;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .layer--half {
        margin:45px 0;
        padding: 0 4vw;
    }  
}
@media screen and (max-width: 800px) {
    .layer--half {
        margin: 40px 0;
        padding: 0 4vw;
    }  
}
@media screen and (max-width: 640px) {
    .layer--half {
        margin: 35px 0;
        padding: 0 4vw;
    }  
}
@media screen and (max-width: 480px) {
    .layer--half {
        margin: 20px 0;
        padding: 0 4vw;
    }  
}

.layer--bleed {
    margin: 0;
    padding: 80px 4vw;
}

@media screen and (max-width: 1024px) {
    .layer--bleed {
        padding: 70px 4vw;
    }  
}
@media screen and (max-width: 800px) {
    .layer--bleed {
        padding: 60px 4vw;
    }  
}
@media screen and (max-width: 640px) {
    .layer--bleed {
        padding: 50px 4vw;
    }  
}
@media screen and (max-width: 480px) {
    .layer--bleed {
        padding: 40px 4vw;
    }  
}


.layer__inner {
    position: relative;
    margin: 0 auto;
    text-align: left;
    max-width: 1372px;
}
.layout-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

@media screen and (max-width: 800px) {
    .layout-grid {
        grid-template-columns: 1fr;
    }
    .layout-grid > * {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
    }
}

/* -------------------------------------------------- */

.eyebrow,
dt {
    font-size: 2rem;
    font-family: "clash grotesk";
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
}
.layer__inner > .eyebrow {
    padding-top: 0.4em;
}
.layer--navigation  {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 4vw;
    padding-right: 4vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}
.layer--navigation .layer__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.site-title {
    font-size: 380%;
    font-weight: 600;
    color:#1B1B18
}
.home  .site-title{
    color: #F3F4F1;   
    transform: scale(100%, 100%);
}
.site-title svg {
    transform: scale(-60%, 60%);
}
@media screen and (max-width: 640px) {
    .site-title {
        font-size: 260%;
    } 
}


.menu-button {
    transition: all 400ms cubic-bezier(0.321, 0.004, 0.1, 0.998);
    width: 67px;
    heighT: 67px;
    background-image: url('img/menu-button-black.svg');
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0.000001deg) scale(0.8);
    padding: 10px;
    border-radius: 100px;
    border: 10px solid transparent;
    z-index: 100000000000;
}
/* .menu-open .menu-button {
    background: white;
} */
.home .menu-button {
    background-color: transparent;
    background-image: url('img/menu-button.svg');
}
.menu-button:hover {
    transform: rotate(60deg) scale(1);
}
.menu-button:active {
    transform: rotate(60deg) scale(0.8);
    transition: all 100ms cubic-bezier(0.321, 0.004, 0.1, 0.998);
}
#main-menu {
    position: fixed;
    background: #1B1B18;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    align-items: center;
    justify-content: center;
    displaY: none;
}
#main-menu ul {
    text-align: left;
}
#main-menu a {
    color: white;
    font-size: 3em;
    font-weight: 600;
    margin: 20px 0;
}
#menu-button.open {
    background-color: white;
    background-image: url('img/menu-button-black.svg');
    border: 10px solid white;
}
#main-menu.show {
    display: grid;
}
/* -------------------------------------------------- */
.layer--filters  {
    padding-bottom: 0;
    margin-top: 50px !important; 
    margin-bottom: 50px !important;
}
.layer--filters nav {
    align-items: center;
    margin: 0;
}
.layer--filters h2 {
    grid-column-start: 1;
    grid-column-end: 3; 
}
.layer--filters ul {
    grid-column-start: 3;
    grid-column-end: 13; 
}
.layer--filters .flex-row {
    margin-top: 0;
  margin-bottom: 0;
}

/* -------------------------------------------------- */


.layer--site-footer {
    border-top: 1px solid #1B1B18;
    margin-top: 100px;
    position: relative;

    background-color: #1B1B18;
    color: #F3F4F1;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 4vw;
    padding-right: 4vw;
    margin: 0 0;
}
@media screen and (max-width: 1024px) {
    .layer--site-footer {
        padding-top: 70px;
        padding-bottom: 70px;    }  
}
@media screen and (max-width: 800px) {
    .layer--site-footer {
        padding-top: 60px;
        padding-bottom: 60px;    }  
}
@media screen and (max-width: 640px) {
    .layer--site-footer {
        padding-top: 50px;
        padding-bottom: 50px;    }  
}
@media screen and (max-width: 480px) {
    .layer--site-footer {
        padding-top: 40px;
        padding-bottom: 40px;    }  
}

.layer--site-footer * {
    color: #F3F4F1;
}
.layer--site-footer .layout-grid {
    grid-auto-flow: dense;
}
.layer--site-footer .footer-logo {
    align-self: flex-start;
}
/* .layer--site-footer:after {
    content: "end page";
    position: absolute;
    bottom: 0;
    margin-bottom: 20px; 
    font-size: 240%;
    font-weight: bold;
    color: red;

    font-family: courier, monospace;
} */

.layer--site-footer .lamb { 
    grid-column-start: 1;
    grid-column-end: 7;
    transform: scalex(-1);
    width: 80px;
    margin-top: 10px;
}
.layer--site-footer .footer-menu-nav { 
    grid-column-start: 7;
    grid-column-end: 11;
}
.layer--site-footer .footer-menu { 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}
.layer--site-footer .social-menu-nav { 
    grid-column-start: 11;
    grid-column-end: 13;

}
.layer--site-footer .social-menu-nav li .instagram-menu {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 69px;

    width: auto;
    padding: 20px;
    background: #F3F4F1;
    border-radius: 20px;
    color: #1B1B18;
}
.layer--site-footer .social-menu-nav li .instagram-menu.show {
    display: flex;
}
.layer--site-footer .social-menu-nav .instagram-menu {
    display: flex;
}
.layer--site-footer .social-menu-nav .instagram-menu a span {
    color: #1B1B18;
}

.layer--site-footer .social-menu-nav .instagram-menu  {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.layer--site-footer .social-menu-nav .instagram-menu li {
    
}
.layer--site-footer .social-menu-nav .instagram-menu li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    height: 40px;
    padding: 0;
    margin: 0;
}
.layer--site-footer .social-menu .instagram-menu img {
    width: 30px;
    height: 30px;
}
.layer--site-footer .social-menu-nav .text {
    position: relative;
    overflow:hidden;
    height: 20px;
    width: 150px;

}
.layer--site-footer .social-menu-nav .text_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    transition: all 300ms ease-in-out;
}
.layer--site-footer .social-menu-nav .account,
.layer--site-footer .social-menu-nav .description {
    height: 20px;
    line-height: 20px;
}
.layer--site-footer .social-menu-nav a:hover .text_inner {
    top: -20px;
}
.layer--site-footer .social-menu-nav .account {
    color: #1B1B18;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: none;
    display: block;
    line-height: 1;
}
.layer--site-footer .social-menu-nav .description {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.05em;
}

.layer--site-footer .footer-nag { 
    grid-column-start: 1;
    grid-column-end: 13;
    margin-top: 100px;
    font-size: 13rem;
}
.layer--site-footer .copyright { 
    grid-column-start: 1;
    grid-column-end: 5;
    align-self: flex-end;
}
.layer--site-footer .established { 
    grid-column-start: 5;
    grid-column-end: 9;
    align-self: flex-end;
    text-align: center;
}
.layer--site-footer .legal-menu-nav { 
    grid-column-start: 9;
    grid-column-end: 13;
    align-self: flex-end;
    text-align: right;
}
.layer--site-footer .social-menu {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    
}
.layer--site-footer .social-menu img {
    width:25px;
    height: 25px;
}
small,
.layer--site-footer nav li > * {
    display: inline-block;
    line-heighT: 1;
    text-decoration: none;
    letter-spacing: -0.01em;
    font-size: 2.2rem;
    font-weight: 400;
    padding: 7px 0;
    letter-spacing: -0.01em;
    position: relative;
    margin: 7px 7px;
}
.layer--site-footer nav a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid white;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    transition: all 400ms cubic-bezier(0.321, 0.004, 0.1, 0.998);

}
.layer--site-footer .social-menu a:after,
.layer--site-footer .instagram-menu a:after {
    content: none;
}
.layer--site-footer nav a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.copyright,
.established {
    font-weight: 400;
    letter-spacing: -0.02em;

}
.layer--site-footer .pill {
    border-color: #F3F4F1;
    position: relative;
    top: -14px;
    margin-left: 10px;
}


@media screen and (max-width: 1200px) {
    .layer--site-footer .lamb { 
        grid-column-start: 1;
        grid-column-end: 6;
    }
    .layer--site-footer .footer-menu-nav { 
        grid-column-start: 6;
        grid-column-end: 10;
    }
    .layer--site-footer .footer-menu { 
        grid-template-columns: repeat(2, 1fr);
    }
    .layer--site-footer .social-menu-nav { 
        grid-column-start: 10;
        grid-column-end: 13;
    
    }
}
@media screen and (max-width: 1024px) {
    .layer--site-footer .lamb { 
        grid-column-start: 1;
        grid-column-end: 5;
    }
    .layer--site-footer .footer-logo {
        grid-column-start: 1;
        grid-column-end: 5;
    }
    .layer--site-footer .footer-menu-nav { 
        grid-column-start: 5;
        grid-column-end: 10;
    }
    .layer--site-footer .footer-menu { 
        grid-template-columns: repeat(2, 1fr);
    }
    .layer--site-footer .social-menu-nav { 
        grid-column-start: 10;
        grid-column-end: 13;
    
    }
    .layer--site-footer .footer-nag {
        font-size: 7em;
    }
    .layer--site-footer .social-menu {
        justify-content: flex-start;
    }
    .layer--site-footer .footer-nag {

        margin-top: 30px;
        /* position: absolute;
        right: 0; */
    }
}
@media screen and (max-width: 800px) {
    .layer--site-footer .layout-grid {
        grid-template-columns: repeat(12, 1fr);
    }
    .layer--site-footer .footer-logo {
        grid-column-start: 1 !important;
        grid-column-end: 5 !important;
    }
    .layer--site-footer .footer-menu-nav {
        grid-column-start: 5 !important;
        grid-column-end: 13 !important;
    }
    .layer--site-footer .footer-nag {
        grid-column-start: 1 !important;
        grid-column-end: 13 !important;
    }
    .layer--site-footer .social-menu-nav {
        grid-column-start: 1 !important;
        grid-column-end: 13 !important;
    }
    .layer--site-footer .legal-menu-nav {
        grid-column-start: 1 !important;
        grid-column-end: 13 !important;
        text-align: left;
    }
    .layer--site-footer .copyright {
        grid-column-start: 1 !important;
        grid-column-end: 13 !important;
    }
}
@media screen and (max-width: 640px) {

    .layer--site-footer .footer-nag {
        margin-top: 50px;
        font-size: 4em;
        display: block;

    }
    .layer--site-footer .footer-nag .pill {
        display: block;
    width: 141px;
    margin-left: 0;
    margin-top: 30px;
    }

}
/* -------------------------------------------------- */

.layer--project-list section {

}
.layer--project-list article {
    display: flex;
    flex-direction: column;
    gap: 30px;


}
.hide {
    display: none !important;
}
.layer--project-list .text {
    order: 2;

}
.layer--project-list img {
    background: grey;
    width: 100%;
    height: auto;
    border-radius: 7px;
    order: 1;
    object-fit: cover;
    aspect-ratio: 1 / 0.66;


}
.layer--project-list h4 {
    font-weight: 600;
    font-size: 3.5rem;    
    line-heighT: 1.3;
    letter-spacing: -0.02em;
}

.metadata{
    display: flex;
    margin-top: 15px;
    gap: 15px;
    align-items: center;
}
.metadata * {
    font-size: 18px;
    font-family: "clash grotesk";
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.metadata .category {
    color: #1B1B18  ;
    padding:  7px 13px;
    border-radius: 100px;
    border: 1px solid #1B1B18;
    font-weight: 400;
}
.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 30px;
}
.project-grid .metadata .date {
    displaY: none;
} 

@media screen and (max-widtH: 640px ) {
    .project-grid {
        grid-template-columns: repeat(1, 1fr);

    } 
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}


.layer--image {
    padding: 0;
    height: 550px;
}
.layer--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layer--project-header {
    text-align: left;
}
.layer--project-header .layer__inner {
    grid-template-areas: "a a a a a b b b b b b b";
}
.layer--project-header .project-details {
    grid-area: a;
    text-align: left;
    margin: 5px 0;
}
.layer--project-header .project-title {
    grid-area: b;
}
dl > div {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
dt {
}
dt,
dd {
    padding-left: 2px; /* typography tweak */    

}
dd {
    font-size: 2.3rem;
    margin: 0;
    padding: 0;
}
.layer--project-header .header-row {
    grid-template-areas: " b b b b b b b b b a a a";
    justify-items: flex-start;
    margin-bottom: 60px;
}
.layer--project-header h1 {
    grid-area: b;
}
.layer--project-header .pill {
    grid-area: a;
    align-self: flex-end;
    justify-self: flex-end;

}

.layer--project-content {
    padding-top: 0;
}
.layer--project-content img {
    background: grey;
    width: 100%;
    height: auto;
    border-radius: 7px;
    order: 1;
    margin-bottom: 20px;
    object-fit: cover;
  }


  .single-project p {
    font-size: 2.6rem;
  }


  .layer--service-intro .text {
    grid-column-start: 1;
    grid-column-end: 8;
  }
  .layer--service-intro .text h3 {
    margin-top: 60px;
    margin-bottom: 60px;

  }
  .layer--service-intro .text p, 
  .layer--service-intro .text li {
    padding: 10px 0;
}
.layer--service-intro .text ul, 
.layer--service-intro .text ol {
  padding: 10px 0;
  padding-left: 30px;
}
.layer--service-intro .text ul {
  list-style-type: bullets;
} 
.layer--service-intro .text ol {
    list-style-type: decimal;
}

  .layer--service-intro .pill {
    grid-column-start: 9;
    grid-column-end: 13;
    align-self: flex-end;
    justify-self: flex-start;

  }

.layout-grid-1-6-12 {
    display: grid;
    grid-template-columns: repeaT(12, 1fr);
    gap: 30px; 
}
.layout-grid-1-6-12 h2,
.layout-grid-1-6-12 h3 { 
    grid-column-start: 1;
    grid-column-end: 6;
}
.layout-grid-1-6-12 .content { 
    grid-column-start: 6;
    grid-column-end: 12;
}
@media screen and (max-width: 1024px) {
    .layout-grid-1-6-12 h2,
    .layout-grid-1-6-12 h3 { 
        grid-column-start: 1;
        grid-column-end: 14;
    }
    .layout-grid-1-6-12 .content { 
        grid-column-start: 1;
        grid-column-end: 14;
    }
}
@media screen and (max-width: 520px) {
    .layout-grid-1-6-12 {
        grid-template-columns: 1fr;
    }
    .layout-grid-1-6-12 > * {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;  
    }
}

.layout-grid-1-6-13 {
    display: grid;
    grid-template-columns: repeaT(12, 1fr);
    gap: 30px; 
}
.layout-grid-1-6-13 h2,
.layout-grid-1-6-13 h3 { 
    grid-column-start: 1;
    grid-column-end: 6;
}
.layout-grid-1-6-13 .content { 
    grid-column-start: 6;
    grid-column-end: 13;
}
@media screen and (max-width: 1024px) {
    .layout-grid-1-6-13 {
        grid-template-columns: 1fr;
    }
    .layout-grid-1-6-13 > * {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;  
    }
  
}

.layer--service .service-intro-image {
    border-radius: 7px;
    width: 100%; 
    heighT: 360px;
    object-fit: cover;
    background-coloR: #555;
    margin-bottom: 60px;

}


.grid-1-7 {
    grid-column-start: 1;
    grid-column-end: 7;
}
.grid-8-13 {
    grid-column-start: 8;
    grid-column-end: 13;
}


.grid-1-7 p {
    margin: 40px 0;
}
.grid-1-7 p:first-child {
    margin-top: 0;
}














@media screen and (max-width: 1024px) {
    h1, .h1 {
        font-size:7rem;
    }
    h2 {
        font-size: 5rem;
    }
    h3,
    .h3 {
        font-size: 4rem;
    }
    h4,
    .h4 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 640px) {
    h1, .h1 {
        font-size:6rem;
    }
    h2 {
        font-size: 4.5rem;
    }
    
    h3,
    .h3 {
        font-size: 4rem;
    }
    h4,
    .h4,
    .layer--two-col h2 {
        font-size: 3rem;
    }
    .eyebrow, dt {
        font-size: 1.8rem;
    }
    li, p {
        font-size: 2.1rem;
    }
    .pill {
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px) {
    h1, .h1 {
        font-size:5rem;
    }
    .eyebrow, dt {
        font-size: 1.6rem;
    }
}

.error404 main {
    padding-top: 200px;
}



select {
    border: none;
    outline: none;
    padding: 0;
    padding-right: 0px;
    margin: 0;
    padding-righT: 27px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}
option {
    line-height: 1;
}


.show-the-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    box-sizing: border-box;
    z-index: 100000;
    margin-top: 0;
    display: none;
}
.show-the-grid.show {
    displaY: block;
}
.show-the-grid .layer__inner {
    margin: 0 auto;
    height: 100%;
}
.show-the-grid .layout-grid {
    height: 100% !important;
}
.show-the-grid > div > div > div {
    background: rgba(255,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    height: 100%;
    box-sizing: border-box;
    mix-blend-mode: overlay;


}
#show-grid {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    position: absolute;
    top: -2px;
    left: 97px;
    z-index: 200000;
    border: 1px solid white;
    border-radius: 100px;
    padding: 4px 9px;
}
@media screen and  (max-width: 800px) {
    #show-grid {
        displaY: none !important;
    }
    .show-the-grid {
        displaY: none !important;
    }

}
.layer--form .text {
    margin-top: 20px;
}
.layer--form p {
    margin-bottom: 30px;
    
}
.layer--form input[type="text"],
.layer--form input[type="email"],
.layer--form textarea {
    padding: 10px;
    border: 1px solid grey;
    outline: none;
    background: transparent;
    margin-top: 15px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}
.layer--form input[type="text"]:focus,
.layer--form input[type="email"]:focus,
.layer--form textarea:focus {
    background: white;
    outline: 3px solid #1B1B18;
    
}
.layer--form input[type="submit"] {
    background: transparent;
    outline: none;
}
.layer--form input[type="submit"]:hover {
    background: #1B1B18;
}
.layer--form .flag-icon {
    width: auto;
  heighT:20px; 
  margin-left: 10px;
}

.wpcf7 {
    
}
.wpcf7 h3 {
    margin-bottom: 60px;
}
.layer--header__archive {
    height: 30vh;
    min-height: 300px;
    border-bottom: 7px solid #1B1B18;
    margin-bottom: 70px;
}
.layer--header__archive .layer__inner {
    height: 100%;
}
.layer--header__archive * {

}
.layer--header__archive h1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .layer--header__archive {
        height: 250px;
        min-height: 250px;
    }
}
@media screen and (max-width: 640px) {
    .layer--header__archive {
        height: 200px;
        min-height: 200px;
    }
}

.two-third {
    grid-column-start: 6;
    grid-column-end: 13;
}
.one-third {
    grid-column-start: 1;
    grid-column-end: 5;
}


.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip  {
    display: inline-block;

    font-size: 2rem;
    font-weight: normal;

    BORDER-RADIUS: 10px;
    padding: 10px 20px;
    margin-top: 9px;
    color: white;
    font-weight: 500;
}

.wpcf7-not-valid-tip {
    BACKGROUND-color: #dc3232;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    BACKGROUND-color: #ffb900;
    color: black;
}