/* Basic Setup */

:target {
    scroll-margin-top: 16px;
}

html, body {
    overscroll-behavior-y: none;
    overflow-x: hidden;
}

html {
    font-family: "Aptos", sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
    scroll-behavior: smooth;
    color: black;
    line-height: 130%;
}

body {
    background-color: #EFE8E1;
}

p {
    padding-bottom: 16px;
    line-height: 125%;
    color: #70856D;
    font-size: 24px;
    font-weight: 600;
}

.only_left p{
    max-width: 640px;
}

i, em{
    font-style: italic;
}

b, strong{
    font-weight: 700;
}

blockquote {
    margin-left: 16px;
}

ul {
    line-height: 125%;
    list-style-type: none;
}

ol {
    list-style: none;
    line-height: 130%;
}

sub {
    vertical-align: sub;
}

sup{
    vertical-align: super;
    font-size: 14px;
    font-weight: 800;
}

pre{
    color: #141414;
    padding-bottom: 16px;
}

code{
    font-family: monospace;
}

figcaption{
    text-align: center;
    color: #70856D;
    font-style: italic;
    padding-bottom: 16px;
}

a {
    color: #141414;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
}

a:visited {
    color: #141414;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
}

a:hover {
    color:#70856D;
    cursor: pointer;
}

.accent_green{
    color: #70856D;
}

.light_green{
    color: #D5E0D3;
}

.black{
    color: #141414;
}

.white{
    color: #F4F4F4;
}

.beige{
    color: #EFE8E1;
}

.padding_bottom{
    padding-bottom: 32px;
}

.home_footer.mobile {
    display: none;
}

.home.mobile {
    display: none;
}

/* Temporary Landing */

.temporary {
    color: #70856D;
    background-color: #EFE8E1;
    width: calc(100vw - 120px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 120px;
    z-index: 10;

    /* Flexbox for centering */
    display: flex;
    justify-content: center;
    align-items: center;
}

.temporary_center {
    font-size: 16px;
    text-align: center;
    line-height: 130%;
}

.fourofour {
    padding-bottom: 16px;
    line-height: 120%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.mailatfour {
    text-decoration:underline;
    text-transform: uppercase;
    color: #70856D;
}

.mailatfour:hover {
    color: #141414;
    text-decoration: none;
}

.button-primary {
    background-color: #F4F4F4;
    color: #70856D;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 32px;
    border: 1px solid #70856D;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.button-primary:visited{
    background-color: #F4F4F4;
    color: #70856D;
}

.button-primary:hover{
    background-color: #70856D;
    color: #F4F4F4;
}

.button-secondary {
    background-color: #70856D;
    color: #F4F4F4;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 32px;
    border: 1px solid #70856D;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.button-secondary:visited{
    background-color: #70856D;
    color: #F4F4F4;
}

.button-secondary:hover{
    background-color: #F4F4F4;
    color: #70856D;
}

.button-primary span, .button-secondary span{
    display: inline-block;
    vertical-align: middle;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

/* Header */

.navigation_header {
    width: 80px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px;
    position: fixed;
    top: 0;
    height: calc(100vh - 40px);
}

.header_right {
    position: fixed;
    top: 16px;
}

.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.close_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    cursor: pointer;
    display: none;
    z-index: 1000;
  }
  

img.home {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.header_right a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.current_page_item a {
    color: #70856D;
  }

/* Lanugage Switchers */

#topitem li:nth-last-child(-n+2) {
    display: inline-block;
}

#topitem .current-language-menu-item a .trp-ls-language-name {
    color: #70856D; /* Replace with your desired color */
    font-weight: 600;
    padding-right: 8px;
  }

/* Landing */

main {
    margin-left: 120px; /* nav width + padding */
    min-height: 100vh;
}

section {
    display: flex;
    width: 100%;
    height: 100%;
}

.left_side {
    width: 50%;
    height: 100vh;
}

.right_side {
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 16px;
    color: #70856D;
    text-transform: uppercase;
    font-weight: 600;
}

.hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.only_left {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-left: 50%;
    width: calc(50% - 32px);
    padding-right: 32px;
}

.hero_slider {
    height: 100%;
}

.button-secondary.landing_button {
    margin-top: 16px;
    margin-bottom: 16px;
  }

.tagline_landing {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #141414;
}

.secondary_description_landing {
    font-size: 20px;
    font-weight: 400;
}

.short_description {
    font-size: 32px;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 32px;
  }

.projects_landing {
    display: block;
}

.center_cta {
    width: calc(100% - 20px);
    text-align: center;
    padding-top: 16px;
  }

h2 {
    width: calc(100% - 20px);
    text-align: center;
    padding-top: 64px;
    padding-bottom: 16px;
    font-size: 18px;
    font-family: "Space Mono";
    font-weight: 600;
    text-transform: uppercase;
    color: #70856D;
}

.landing_project{
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.left_side_image {
    display: block;
    width: calc(50% - 32px);
    aspect-ratio: 3/2;
    position: relative;
    cursor: pointer;
}

.left_side_image:hover .image_overlay {
    opacity: 1;
}

.right_side_info {
    display: table;
    width: 50%;
    justify-content: space-between;
}

.cta {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

.info {
    width: fit-content;
  }

.title a{
    font-family: "Space Mono";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #70856D;
}

.title a:hover{
    color: #141414;
}

.title {
    padding-bottom: 16px;
  }

.entry span {
    text-transform: uppercase;
    font-family: "Space Mono";
    font-size: 14px;
    color: #70856D;
}

.entry {
    display: grid;
    grid-template-columns: 53px 1fr;
    column-gap: 8px;
    margin-bottom: 4px;
    max-width: 670px;
}

/* Snapshots Block */

.snapshots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 32px;
    gap:8px;
    margin-right: 20px;
    width: calc(100% - 20px);
  }

  .snap_gallery {
    position: relative;
    aspect-ratio: 3/2;
}

.img_buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 20px);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    pointer-events: none;
  }
  
  .img_buttons button {
    pointer-events: auto;
    background: none;
    border: none;
    font-size: 24px;
    color: #141414;
    cursor: pointer;
    padding: 0px 6px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    font-size: 18px;
    font-family: "Aptos";
}
  
  .img_buttons button:hover {
    color: #70856D;
    background-color: rgba(255, 255, 255, 0.9);
  }

.snap_title {
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: "Space Mono";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #70856D;
}

.snap_title span {
    font-family: "Aptos";
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    padding-left: 8px;
}

.snap_name {
    text-transform: uppercase;
    font-size: 15px;
}

.snap_img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.snap_img:hover{
    cursor: pointer;
}

#fullpage {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#fullpage-img {
    max-width: 80vw;
    max-height: 80vh;
    width: auto;
    height: auto;
}

/* Service Block */

.doublegrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 32px;
    gap:8px;
    margin-right: 20px;
    width: calc(100% - 20px);
    row-gap: 16px;
}

.grid_item{
    height: fit-content;
}

.service_hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 5/2;
}

.info_title {
    padding-top: 8px;
    padding-bottom: 4px;
    font-family: "Space Mono";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #70856D;
}

.info_text {
    font-size: 15px;
    max-width: 480px;
}

/* Team Block */

.fourgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 32px;
    gap:8px;
    margin-right: 20px;
    width: calc(100% - 20px);
    row-gap: 16px;
}

.triplegrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 32px;
    gap:8px;
    margin-right: 20px;
    width: 100%;
    row-gap: 16px;
}

.team_hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3/4;
}

.team_text{
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 4px;
}

/* Mission and Values Block */

.toggles{
    text-align: center;
}

.mission_values {
    display: none;
  }
  
  .mission_values.active {
    display: flex;
  }

.mission_values {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 100%;
    width: calc(100% - 20px);
    padding-right: 20px;
}

.left_value {
    width: 50%;
}

.mission_values .left_value {
    text-align: center;
}

.mission_text {
    max-width: 700px;
    text-align: left;
    padding-right: 32px;
}

.mission_text p {
    max-width: 700px;
    text-align: left;
    padding-right: 32px;
}

.left_value.mission_text {
    max-width: initial;
}  

.right_value {
    width: 50%;
    aspect-ratio: 2/1;
}

.toggle-btn.button-primary:hover {
    background-color:#F4F4F4;
    color: #70856D;
    cursor: initial;
}

/* Contacts */

.only_right p{
    max-width: 732px;
}

.only_right {
    display: block;
    padding-top: 32px;
    padding-bottom: 0px;
    width: calc(50% - 32px);
    padding-right: 32px;
}

/* Forms */

.wpforms-container {
    width: calc(100% - 20px) !important;
    text-align: center;
  }
  
  .wpforms-container form {
    display: block;
    text-align: left; /* preserve form's internal alignment */
  }

div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error{
    font-family: "Space Mono" !important;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #141414 !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

div.wpforms-container-full .wpforms-form em.wpforms-error::before{
    background-color: #70856D !important;
}

.wpforms-field-label {
    text-transform: uppercase !important;
    font-family: "Space Mono";
    font-size: 14px !important;
    color: #141414 !important;
}

.wpforms-field-required{
    color: #F4F4F4 !important;
  background-color: #70856D !important;
  border-radius: 0px !important;
  border: 1px #F4F4F4 !important;
}

.wpforms-field-limit-text {
    text-align: center;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-family: "Space Mono";
    padding-top: 4px !important;
}

.wpforms-container input::placeholder,
.wpforms-container textarea::placeholder {
  color: #D5E0D3 !important;
  opacity: 1 !important;
  text-transform: uppercase !important;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0;
    position: relative;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block{
    padding: 0 !important;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
    padding: 1px !important;
}

#wpforms-form-18 {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    padding-right: 16px;
  }
  
  .wpforms-container {
    width: 100% !important;
  }

.wpforms-field-container {
    width: 100%;
  }
  

  #wpforms-submit-18 {
    background-color: #70856D;
    color: #F4F4F4;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 32px;
    border: 1px solid #70856D;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
  }

div.wpforms-container-full input[type="submit"], div.wpforms-container-full button[type="submit"], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type="submit"], .wp-core-ui div.wpforms-container-full button[type="submit"], .wp-core-ui div.wpforms-container-full .wpforms-page-button{
    transition: none !important;
    border: 1px solid #70856D !important;
}

#wpforms-submit-18:hover {
    color: inherit !important;
    background-image: none !important;
    border-color: inherit !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transform: none !important;
    opacity: 1 !important;
    background-color: #F4F4F4 !important;
    color: #70856D !important;
    transition: none !important;
    border: 1px solid #70856D !important;
}

#wpforms-submit-18:focus, 
#wpforms-submit-18:active {
    --wpforms-button-background-color: none !important; /* Your desired color */
    outline: none !important;
    box-shadow: none !important;
}

#wpforms-confirmation-18 p {
    color: #70856D;
    font-family: "Aptos";
    font-size: 16px;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent !important;
    border: none !important;
    box-sizing: border-box !important;
  }

.wpforms-container input:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}

.wpforms-submit-container {
    text-align: center;
}

#wpforms-18-field_1 {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23D5E0D3'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.5em; /* Increased size */
    
    padding-right: 2rem; /* Ensures text doesn't overlap arrow */
  }
  
  
  

/* Projects */

.projects_grid{
    margin-top: 52px;
}

.project_image {
    aspect-ratio: 3/2;
}

.container {
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    background-color:#EFE8E1;
    height: 52px;
    width: calc(100vw - 120px);
    line-height: 130%;
    font-weight: 200;
    top: 0;
}

#searchbar {
    margin-left: 0px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Space Mono", sans-serif;
    font-weight: 600;
    color: #70856D;
    text-transform: uppercase;
    font-size: 14px;
  }

/* Project Hover */

.project_image {
    position: relative;
    overflow: hidden;
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.project_image:hover .image_overlay {
    opacity: 1;
}

.overlay_button {
    background-color: rgba(244, 244, 244, 0.8);
    color: #70856D;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 32px;
    border: 0px solid #70856D;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.overlay_button:hover {
    background-color: #F4F4F4;
}

.overlay_button span{
    display: inline-block;
    vertical-align: middle;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

/* Single Project */

h3 {
    margin-left: 0px;
    font-family: "Space Mono", sans-serif;
    font-weight: 600;
    color: #70856D;
    text-transform: uppercase;
    font-size: 14px;
}

.inner_title {
    font-family: "Space Mono", sans-serif;
    font-weight: 600;
    color: #70856D;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 16px;
  }

.project_intro {
    margin-top: 52px;
    padding-bottom: 20px;
    display: flex;
    gap:16px;
    align-items: flex-end;
    height: calc(100vh - 72px);
}

.left_project_image {
    display: block;
    width: calc(50% - 32px);
    height: 100%;
}

.right_project_info {
    display: flex;
    width: 50%;
    height: 100%;
    vertical-align: bottom;
}

.right_project_info .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

/* Project Block */

.project_block{
    padding-bottom: 32px;
    margin-right: 20px;
}

.image-gallery {
    height: calc(80vh - 162px);
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    align-items: center;
  }
  
  figure {
    margin: 0;
    flex: 0 0 auto;
    height: 100%;
  }
  
  .scroll_image {
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain;
  }

.scroll_image {
    height: 100%;
}

.still_image {
    width: 100%;
}  

/* Image Gallery */

.arrow {
    position: absolute;
    pointer-events: auto;
    border: none;
    font-size: 24px;
    color: #141414;
    cursor: pointer;
    padding: 2px 10px;
    background-color: rgba(255,255,255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 32px;
    font-size: 26px;
    font-family: "Aptos";
    display: none;
}
  
  .arrow:hover {
    background: #70856D;
    color: white;
  }
  
  .arrow.left {
    left: 136px;
  }
  
  .arrow.right {
    right: 36px;
  }
  

/* Subnavigation */

.subnav {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.subnav-item a {
    color: #70856D;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.subnav-item a:hover {
    color: #141414;
}

.subnav-list{
    line-height: 120%;
}









/* Footer */

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    margin-left: calc(80px + 40px); /* Sidebar width + padding */
    background-color: #70856D;
    color: #F4F4F4;
    font-size: 14px;
}
  
.left_right_footer {
    margin-left: 64px;
    margin-top: 28px;
}
  
.footer-menu li:nth-last-child(-n+2) {
    display: inline-block;
    margin-right: 8px;
}
  
/* Logo alignment */
.right_footer {
    margin-left: auto;
}
  
img.home_footer {
    display: block;
    width: auto;
    height: 220px;
  }

.footer_title{
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.footer_list {
    padding-bottom: 16px;
    line-height: 140%;
}

.footer-menu{
    line-height: 140%;
}

.footer_content a, .footer-menu .nav-item a, .footer-menu li:nth-last-child(-n+2) a{
    color:#F4F4F4;
    text-transform: uppercase;
}

.footer_content a:hover, .footer-menu .nav-item a:hover, .footer-menu li:nth-last-child(-n+2) a:hover{
    color:#141414;
}

.left_footer ul:last-child {
    padding-bottom: 0px !important;
}

.left_footer ul:last-child .footer_title {
    padding-bottom: 0px;
}