

/* TEMP */



#homepage {
  width: 100vw;
  height: 100vh;
  background: var(--state-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#homepage img {
  width: 70%;
  max-width: 300px;
  height: auto;
}

#homepage h2 {
  color: #Fff;
  padding-top: 30px;
}



*,
*::before,
*::after {
  box-sizing: border-box;
}



/* --------------------------------
   Basic Reset
-------------------------------- */

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

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  font-family: inherit;
}

img,
picture,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

ul,
ol {
  list-style: none;
}

html,
body {
  margin: 0;
  padding: 0;
  
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;

}


/* ================================
   STATE LLC BRANDING
================================ */

:root {
  --state-blue: #01295E;
  --state-light-blue:  #0E3983;
  --state-gray:  #F0F2F5;
  --state-orange: #E87627;
  --state-white: #ffffff;
  --section-padding-width: 0px 40px;
 --section-padding-top: 30px;
 --section-padding-bottom: 30px;
}


.gray-background {
  background: #F6F8F9;
}


.pattern-bg {
  background-color: var(--state-blue);
  background-image: url(../img/pattern-shade.png);
  background-size: 50% auto;
  background-position: right center;
  background-repeat: no-repeat;
}


/* body {
  background: var(--state-light-blue);
  
} */


/* ================================
   LAYOUT
================================ */



header, main, footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}



section {
width: 100%;
padding: var(--section-padding-width);
max-width: 1440px;

padding-top: var(--section-padding-top);
padding-bottom: var(--section-padding-bottom)

}




.bleed {
  width: 100%;
  max-width: unset;
  padding: 0px;
  max-width: 2000px;
}

section.medium {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
}


section.medium > div {
  max-width: 1440px;
  width: 100%;

}






section.bleed {
  max-width: 2000px;
}

header.bleed {
  margin: auto;
  max-width: unset;
}

footer.bleed {
  margin: auto;
  max-width: unset;
}

/* ================================
   STATE LLC NAV
================================ */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}



nav {
  width: 100%;
max-width: unset;
background: var(--state-blue);

display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 80px;
}

nav .logo-main {
  height: 50%;
  padding-left: 20px;
}


nav .logo-main img {
  height: 100%;
  width: auto;
}


nav .main-nav {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  overflow: visible;
}

#menu-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  height: 100%;
}

/* #menu-menu li {

  height: 60%;
} */

#menu-menu li a {
padding: 15px 25px;
  display: block;
  color: var(--state-white);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}



li.menu-item > a {
  position: relative;
  display: inline-block;
}

li.menu-item > a::after {
  content: "";
  position: absolute;
 left: 25px;
 bottom: 5px;
 width: 40%;
 height: 4px;
  background: var(--state-orange);

  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

li.menu-item:hover > a::after {
  transform: scaleX(1);
}


li.menu-item.current-menu-item > a::after,
li.menu-item.current_page_item > a::after {
  transform: scaleX(1);
}


.hot-line-button {
  width: 260px;
  background: var(--state-orange);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  height: 120%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.hot-line-button a {
  padding: 20px;
  color: var(--state-white);
  text-transform: uppercase;
  
}

#menu-menu .secondary-button {
  border-left: 1px solid rgba(255, 255, 255, 0.325);
}



.hot-line-button {
  --slash-width: 65px;

 background: var(--state-orange);
 font-family: "Roboto", sans-serif;
 font-weight: 700;
 height: 120%;
 /* padding: 0 20px; */
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    var(--slash-width) 100%
  );
}

.hot-line-button a {
    padding-left: 30px;
padding-right: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}


.burger {
  display: none;
}



.menu-navigation {
  height: 100%;
}

.close-button {
  display: none;
}

/* ================================
   STATE LLC footer
================================ */

footer {
  background-color: var(--state-blue);
  background-image: url(../img/pattern-shade.png);
  background-size: 50% auto;
  background-position: right center;
  background-repeat: no-repeat;
  margin-top: 80px !important;
}


.footer {
  width: 100%;
  color: var(--state-white);
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
 
}





.footer .contact-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: flex-start;
}


.footer .contact-info > div {
  padding: 30px;
}

.footer .contact-info > div h4 {
  padding-bottom: 20px;
}

.footer .contact-info > div p a {
opacity: .67;
transition: 0.3s;
}

.footer .contact-info > div p {
  font-size: 14px;
 line-height: 1.4;
}

.footer .contact-info > div p a:hover {
opacity: 1;
transition: 0.3s;
}

.copyright {
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.245);
  margin-top: 80px;
}


footer .logo-icon {
  margin: 30px;
}

footer .logo-icon img {
  height: 120px;
  width: auto;
}

.copyright p {
  font-size: 13px;
  opacity: 0.7;
}



.contact-callout {
  --slash: 60px;


  height: auto;
  background: var(--state-light-blue);

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
width: 700px;

  padding: 45px 120px;
  color: #fff;

  clip-path: polygon(
    var(--slash) 0,
    100% 0,
    calc(100% - var(--slash)) 100%,
    0 100%
  );
}



.contact-callout h2 {
  text-transform: capitalize;
  font-size: 34px;
}


.footer-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 40px;
}




/* ================================

 TYPOGRAPHY 
================================ */

h1 {
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
}




h2 {
  font-size: 45px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 500;
}


h4 {
  font-size: 17px;
}


p {
font-size: 18px;
   font-weight: 400;
   line-height: 1.4;
   

}

a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h6 {
  padding: 10px 0;
}

a.outline-button, h6 a  {
  --button-border-color: var(--state-blue);
  --button-text-color: var(--state-blue);
  --button-bg: #fff;
  --button-border: 2px;
  --button-cut: 22px;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 15px 40px;

  color: var(--button-text-color);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;

  background: var(--button-border-color);

  clip-path: polygon(
    0 0,
    calc(100% - var(--button-cut)) 0,
    100% var(--button-cut),
    100% 100%,
    var(--button-cut) 100%,
    0 calc(100% - var(--button-cut))
  );

  isolation: isolate;
}

a.outline-button::before, h6 a::before {
  content: "";
  position: absolute;
  inset: var(--button-border);
  background: var(--button-bg);

  clip-path: polygon(
    0 0,
    calc(100% - var(--button-cut)) 0,
    100% var(--button-cut),
    100% 100%,
    var(--button-cut) 100%,
    0 calc(100% - var(--button-cut))
  );

  z-index: -1;
}

a.outline-button.huge-button-outline {
  font-weight: 700;
  font-size: 20px;
  
  padding: 22px 33px;

  --button-cut: 25px;
  
  
}

a.outline-button.white-on-blue {
  --button-border-color: #fff;
  --button-text-color: #fff;
  --button-bg: var(--state-blue);
}

.blue-bg a.outline-button {
  --button-border-color: #fff;
  --button-text-color: #fff;
  --button-bg: var(--state-blue);
}

a.outline-button.white-on-light-blue {
  --button-border-color: #fff;
  --button-text-color: #fff;
  --button-bg: var(--state-light-blue);
}

.light-blue-bg a.outline-button {
  --button-border-color: #fff;
  --button-text-color: #fff;
  --button-bg: var(--state-light-blue);
}

a.outline-button.orange-filled, h6 a {
  --button-border-color: var(--state-orange);
  --button-text-color: #fff;
  --button-bg: var(--state-orange);
} 


/* ================================
   TYPOGRAPHY STUDIO
================================ */

.blue-bg {
  background-color: var(--state-blue);
}

.blue-bg * {
  color: #fff;
  
}





.light-blue-bg {
  background-color: var(--state-light-blue);
}

.light-blue-bg * {
  color: #fff;
}




.gray-bg {
  background-color: var(--state-gray);
}


.gray-bg * {
  color: var(--state-blue);
  
}


.gray-bg h6 a {
  color: #fff;
}






.studio {
  color: var(--state-light-blue);
 
}


.studio p, ul {
  line-height: 1.5;
  padding: 10px 0;
  
}

.studio ul li {
  padding: 0px 0;
}


.studio ul {
  padding-left: 23px;
  list-style-type: square;
}

.studio ul li::marker {
  color: var(--state-orange);
  font-size: 1.4em;
}


.studio h3 {
  color: var(--state-orange);
  padding: 5px 0;
  
}


.studio h1 {

  padding: 5px 0;
}



/* ================================
   HERO BLOCK
================================ */

.hero-banner {
  width: 100%;
  height: 70vh;
}


.hero-banner > video.hero-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}



.hero-content-section {
  --slash-height: 150px;
margin-top: -150px;
  position: relative;
  background: #fff;

  padding-top: calc(var(--slash-height) - 60px);
padding-bottom: 40px; 

  clip-path: polygon(
    0 0,
    100% var(--slash-height),
    100% 100%,
    0 100%
  );
}


.hero-content-section  {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start !important;
}


.hero-content-section .hero-content {
  padding-left: 0px;
  padding-right: 0px;
   max-width: 1440px;
   margin: auto;
}

.hero-content .studio {
  max-width: 750px;
}

/* ================================
   CARD link BLOCK
================================ */


.card-item {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--state-blue);
}

/* image layer */
.card-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.3s ease;
  z-index: 0;
}

/* blue overlay layer */
.card-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--state-blue);
  opacity: 0.68;
  z-index: 1;
  pointer-events: none;
}

/* keep content above overlay */
.card-item > * {
  position: relative;
  z-index: 2;
}

/* hover: zoom out slightly */
.card-item:hover::before {
  transform: scale(1);
}

.card-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: var(--state-light-blue);
  color: #fff;
  text-align: center;
}


.card-container .card-item {
  width: 50%;
  height: 25vw;
  max-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.card-container .card-item h2 {
  display: block;
  width: 90%;
  max-width: 500px; 
  padding-bottom: 20px;
}


/* ================================
   LOGO WALL BLOCK
================================ */

.logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}



.section-middle-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}


.logo-container {
  padding-top: 15px;
  display: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.logo-container img {
  display: inline-block;
  padding: 30px;
max-height: 160px;
  max-width: 300px;
}



/* ================================
  ARTICLE BLOCK / for projects / article etc
================================ */


.article-content-section {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

.article-content-section > div {

 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: flex-start;
 flex-wrap: wrap;

 padding-bottom: 50px;
   
}


.article-content-section.bleed > div {
  padding: var(--section-padding-width);
}

.article-title h1 {
  display: inline-block;
  padding-right: 20px;
  font-size: 50px;

}


.article-title h1:after {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  margin-top: 15px;
  background: var(--state-orange);
}




.article-content-section .article-left {
  width: 40%;
  max-width: 380px;
  
}

.article-content-section .article-left.full {
  width: 100%;
  max-width: unset;
}

.article-content-section .article-right {
  width: 50%;
  padding-top: 20px;
}

.article-content-section .article-right.full {
  width: 100%;
}



.project-summary {
  padding-top: 40px;
  padding-bottom: 40px;
}

.project-grid {
  width: 100%;
  display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: flex-start;
   flex-wrap: wrap;
   padding-top: 30px;
   
}



.project-grid > div {
  width: 32%;
  height: 21vw;
margin-top: 2%;
max-height: 417px;
padding: 33px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: flex-start;
 flex-wrap: wrap;
}

.project-grid > div h2 {
  padding-top: 13px;
  text-shadow: 0 3px 12px rgba(3, 35, 77, 0.45);
  font-size: 32px;
}



    a.outline-button {
    padding: 12px 23px;
    font-size: 15px;
    margin: 10px;
    --button-cut: 15px;
}


/* ================================
 IMAGE NEXT
================================ */

  

.image-text-content-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
  min-height: 27vw;
 
}


.image-text-content-section > div {
  width: 50%;
  height: auto;
  padding: 50px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 22vw;
  /* max-height: 500px; */
}



.image-text-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  --slash-width: 90px;
}

.text-contain .studio h2 {
  padding-bottom: 10px;
}


.text-contain .studio h2::after {
  content: "";
  display: block;
  width: 20%;
  height: 7px;
  background: var(--state-orange);
  margin-top: 8px;
}

.text-contain > div {
  width: 90%;
}


.background-div.has-video {
  position: relative;
  overflow: hidden;
}

video.image-text-video {
  /* display: block; */
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3 / 2;
}


.video-option-on .text-contain::before {
  display: none !important;
  

}

.video-option-on.gray-bg .text-contain::before {
  display: none;
}

/* the left slash */
 .gray-bg .text-contain::before {
  content: "";
  position: absolute;

  top: -1px;
  bottom: -1px;

  left: calc((var(--slash-width) * -1) + 1px);
  width: calc(var(--slash-width) + 1px);

  background: var(--state-gray);

  clip-path: polygon(
    100% 0,
    100% 100%,
    0 100%
  );
}


.reverse-text-image .text-contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
  --slash-width: 90px;

 
}



.gray-bg.reverse-text-image .text-contain::before {
  display: none;
}


.gray-bg.reverse-text-image .text-contain::after {
  content: "";
  position: absolute;

  top: -1px;
  bottom: -1px;

  right: calc((var(--slash-width) * -1) + 1px);
  width: calc(var(--slash-width) + 1px);

  background: var(--state-gray);

  clip-path: polygon(
    0 0,
    100% 0,
    0 100%
  );
}


/* ================================
 BANNER
================================ */

.banner-content-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-header {
 padding: 10px 0;
}

.banner-header h2 {
  text-align: center;
}


.banner-list span p {
  color: rgba(255, 255, 255, 0.888);
  text-transform: uppercase;
  font-size: 13px;
}


.banner-list {
  padding-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.banner-list span {
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
}




.banner-list .icon {
  margin-right: 30px;
  
}

.banner-list .icon.check {
  margin-right: 5px;
  
}

.icon.arrow {
  display: none;
}

.icon.check {
  display: none;
}


.banner-list .icon.arrow {
  height: 13px;
  width: 13px;
}

.banner-list .icon.check {
  height: 13px;
  width: 13px;
}

.banner-list .icon.slash {
  opacity: 0.7;
}





.banner-list.arrow-mode .icon.slash {
  display: none;
}

.banner-list.check-mode .icon.slash {
  display: none;
}


.banner-list.arrow-mode .icon.arrow {
  display: block;
}

.banner-list.check-mode .icon.check {
  display: block;
}

.banner-list span:first-child .icon {
  display: none;
}


.banner-list span:first-child .icon.arrow {
  display: none;
}

.banner-list span:first-child .icon.check {
  display: block;
}




.banner-container {
  --slash-size: 90px;

  background-color: var(--state-light-blue);

  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;

  padding: 25px calc(var(--slash-size) + 0px);
  box-sizing: border-box;
padding-bottom: 30px;
  clip-path: polygon(
    var(--slash-size) 0,
    100% 0,
    calc(100% - var(--slash-size)) 100%,
    0 100%
  );
}


/* ================================
 ICON CARDS
================================ */


.icon-card-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
}


.icon-card-container .icon-card {
  width: 27%;
  padding: 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.icon-card-container .icon-card .icon-item {
max-width: 180px;
max-height: 170px;
  height: auto;
}


.icon-card-container .icon-card p {
  padding: 2px;
}


/* ================================
 BUTTON BACKGROUND
================================ */


.button-background-content-section {
  height: 24vw;
  max-height: 370px;
}

.button-background-content-section .bg-button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}




/* ================================
 MEMBER team
================================ */

.contact-content-section > div  {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}


.contact-header {
  background: #F0F2F5;
  width: 40%;
  padding: 40px;
}

.contact-header h1 {
  color: #0E3983;
  font-size: 50px;
  
}


.contact-header h1:after {
    content: "";
    display: block;
    width: 140px;
    height: 5px;
    margin-top: 15px;
    background: var(--state-orange);
}


.contact-contain {

  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}


.contact-contain .member {
  width: 50%;
  padding: 30px;
}


.member-div > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.member-div {
  width: 100%;
  background: var(--state-gray);
  
}

.member-div > .button {
padding: 15px;

  
}

.member-div {
  color: #0E3983;
}

.member-div .button-child span:last-child {
  color: var(--state-orange);
}

.member-div h3 {
  padding: 5px 0;
}

.member-div > .button > .button-child {
  margin-right: 7px;
padding-right: 5px;
border-right: 1px solid rgba(10, 15, 57, 0.223);
display: inline-block;
cursor: pointer;
}


.contact-content-section {
  overflow: visible;
}

.contact-header {
  background: #F0F2F5;
  width: 40%;
  padding: 40px;
  position: relative;
  align-self: stretch;
}

.contact-header h1 {
  color: #0E3983;

}




.contact-header > div {
  position: sticky;
  top: 120px;
}


.contact-contain {
  
  width: 60%;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;

  overflow: visible;
}

.contact-contain .member {
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}

/* hide bio by default */
.member-bio {
  display: none;

  width: calc(200% + 60px);
  margin-top: 25px;

  background: #fff;
  color: #0E3983;

  box-sizing: border-box;
}

/* left column bio expands to the right */
.contact-contain .member:nth-child(odd) .member-bio {
  margin-left: 0;
}

/* right column bio expands to the left */
.contact-contain .member:nth-child(even) .member-bio {
  margin-left: calc(-100% - 60px);
}

.member-bio p {
  margin: 0;
}

/* optional active button styling */
.member.active .bio-button {
  color: var(--state-orange);
}


/* ================================
 BANNER
================================ */
.image-caption-content-section  {
  margin: 20px 0;
}

.image-caption-content-section > div {
height: 500px;
max-height: 500px;
background-repeat: no-repeat;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: flex-end;
}




.image-caption-text {

  width: 64%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  background: linear-gradient( to left, rgb(235, 239, 241) 0%, rgb(235, 239, 241) 60%, rgba(235, 239, 241, 0) 100% );
  padding-left: 100px;
}





.project-button-content-section {
  background: var(--state-light-blue);
}

.project-button-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
justify-content: space-between;

  color: #fff;
}

.project-button-filter h2 {
  color: #fff;
  margin: 0;
  white-space: nowrap;
  padding-right: 40px;
  font-size: 20px;
}

.button-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.filter-button {
  appearance: none;
  border: 0;
  background: transparent;

  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
margin-top: 5px;
 padding-right: 20px;
 margin-right: 20px;
  line-height: 1;
  padding-bottom: 10px;

  border-right: 1px solid rgba(255, 255, 255, 0.28);

  cursor: pointer;
  transition: color 0.25s ease;
}

.filter-button:first-child {
  padding-left: 0;
}

.filter-button:last-child {
  border-right: 0;
}

.filter-button:hover,
.filter-button.active {
  color: #fff;
}



.project-item {
  width: calc(30.333% - 30px);
 margin-right: 1.2%;


  padding: 30px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  color: #fff;
}





.project-grid {
  width: 100%;
}



.project-item p,
.project-item h2 {
  color: #fff;
}



.project-summary.project-page {
padding: 0;
padding-bottom: 30px;
}


 .project-page.article-content-section .project-grid {
   padding-top: 10px;
 }


/* ================================
  DETAIL PROJECT PAGE
 ================================ */
 
 .hero-detail-page > div {
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   align-items: center;
   padding: 0 40px;
   max-height: 450px;
 }
 
 
 .hero-detail-content.hero-content-section {
   --slash-height: 70px;
   justify-content: center !important;
   align-content: center !important;
   
 }
 

.hero-detail-page > div > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 180px;

  padding-top: 50px;
  color: #fff;
  height: calc(30vh - 180px);
  min-height: 300px;
  max-width: 1440px;
  width: 100%;
}


.hero-detail-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.hero-detail-content .hero-content {
  padding-top: 50px;
  max-width: 1440px;
  
}


.hero-detail-content .hero-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  color: var(--state-blue);
padding-top: 80px;
width: 100%;

}




.project-detail-paragraph {
  width: 50%;

}

.project-stats {

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  
}

.project-stats p {
  font-size: 15px;
}

.project-stats > div {
padding: 10px 20px;
padding-left: 0px;
  text-transform: uppercase;
  
}


.project-stats > div:last-child {
  width: 100%;
}



/* ==================================================
   BEFORE / AFTER GRID
================================================== */


.before-after-content-section {
  background-color: var(--state-gray);
}

.before-after-content-section h2 {
  color: var(--state-blue) !important;
  padding: 30px;
}


.before-after-lightbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}

.before-after-lightbox .item-set {
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition:
    transform 250ms ease,
    opacity 250ms ease;
}

.before-after-images {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.before-after-image {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #d8d8d8;
}

.before-after-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 350ms ease,
    filter 350ms ease;
}

.before-after-image span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 8px;
  background: rgba(3, 35, 77, 0.715);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.set-caption {
  display: block;
  margin-top: 12px;
}

.item-set:hover {
  transform: translateY(-2px);
}

.item-set:hover .before-after-image img {

  filter: brightness(0.85);
}

.item-set:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}


/* ==================================================
   LIGHTBOX
================================================== */

body.before-after-lightbox-open {
  overflow: hidden;
}

.before-after-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 250ms ease,
    visibility 250ms ease;
}

.before-after-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.before-after-modal-content {
  display: flex;
  flex-direction: column;
  width: min(70vw, 1200px);
  max-width: 70vw;
  max-height: 70vh;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  transform: translateY(15px) scale(0.98);
  transition:
    opacity 250ms ease,
    transform 250ms ease;
}

.before-after-modal.active .before-after-modal-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.before-after-modal-images {
  display: flex;
  align-items: stretch;
  gap: 8px;
  min-height: 0;
  overflow: hidden;
  background: #111;
}

.before-after-modal-image {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #111;
}

.before-after-modal-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(70vh - 60px);
  object-fit: contain;
}

.before-after-modal-image span {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.before-after-modal-caption {
  flex: 0 0 auto;
  margin: 0;
  padding: 18px 24px;
  background: var(--state-gray);
  color: var(--state-blue);
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}


/* Close button */

.before-after-modal-close {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  appearance: none;
  transition: transform 200ms ease;
}

.before-after-modal-close:hover {
  transform: rotate(90deg);
}

.before-after-modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #111;
}

.before-after-modal-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.before-after-modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/* ==================================================
   GALLERY CAROUSEL
================================================== */

.medium.gallery-content-section {

  background-color: var(--state-blue);
  color: #fff;
}

.medium.gallery-content-section .gallery-carousel {
  max-width: 1200px;
}

/* ==================================================
   GALLERY CAROUSEL
================================================== */

.gallery-carousel {
  --gallery-arrow-size: 46px;
  --gallery-side-gap: 26px;

  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


/* ==================================================
   MAIN IMAGE
================================================== */

.gallery-main-row {
  display: flex;
  align-items: center;
  gap: var(--gallery-side-gap);
  width: 100%;
}

.gallery-main-frame {

  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.085);
}

.gallery-main-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}


/* ==================================================
   PREVIOUS / NEXT BUTTONS
================================================== */

.gallery-arrow {
  flex: 0 0 var(--gallery-arrow-size);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--gallery-arrow-size);
  height: var(--gallery-arrow-size);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  opacity: 0.7;
  transition:
    opacity 200ms ease,
    transform 200ms ease;
}

.gallery-arrow:hover {
  opacity: 1;
  transform: scale(1.1);
}

.gallery-arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}


/* ==================================================
   THUMBNAILS
================================================== */

.gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
  margin-right: calc(
    var(--gallery-arrow-size) + var(--gallery-side-gap)
  );
  margin-left: calc(
    var(--gallery-arrow-size) + var(--gallery-side-gap)
  );
}

.gallery-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  opacity: 0.65;
  transition:
    opacity 200ms ease,
    border-color 200ms ease,
    transform 200ms ease;
}

.gallery-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.gallery-thumbnail:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.gallery-thumbnail:hover img {
  transform: scale(1.04);
}

.gallery-thumbnail.active {
  border-color: currentColor;
  opacity: 1;
}

.gallery-thumbnail:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}



.gallery-content-section h2 {

  padding: 20px;
}





/* quote */

.article-quote p:first-child {
  line-height: 1.6;
  font-size: 16px;
  opacity: 0.8;
 
}

.article-quote::before {
  content: "\"";
  position: absolute;
  top: -10px;
  left: -40px;
  font-size: 160px;
  font-weight: bold;
  opacity: 0.2;
  z-index: 0;
  
}


.article-quote {
  padding: 25px 0;
  position: relative;
  
}

.article-quote > p:last-child {
  padding-top: 7px;
  text-align: right;
 opacity: 1;
}


/* WHITE PAGE BLOCK */


.white-page {
  background-color: #F0F2F5; 
}


.white-page-contain > div {
  max-width: 700px;
}


/* ==================================================
   UNIVERSAL WPFORMS STYLING
   Applies to every WPForms form
================================================== */

.wpforms-container {
  --wpforms-blue: #0E3983;
}


/* ==================================================
   LABELS
================================================== */

.wpforms-container .wpforms-field-label,
.wpforms-container .wpforms-field-sublabel,
.wpforms-container .wpforms-field-label-inline {
  color: var(--wpforms-blue) !important;
  font-family: inherit !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.wpforms-container .wpforms-field-label {
  font-size: 12px !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}

.wpforms-container .wpforms-field-sublabel {
  font-size: 10px !important;
  margin-top: 6px !important;
}

.wpforms-container .wpforms-field-label-inline {
  font-size: 10px !important;
  line-height: 1.3 !important;
  cursor: pointer;
}

.wpforms-container .wpforms-required-label {
  color: var(--wpforms-blue) !important;
}


/* ==================================================
   TEXT INPUTS AND TEXTAREA
================================================== */

.wpforms-container input[type="text"]:not([aria-hidden="true"]),
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container input[type="url"],
.wpforms-container input[type="password"],
.wpforms-container input[type="date"],
.wpforms-container input[type="time"],
.wpforms-container textarea {
  width: 100% !important;
  min-height: 44px !important;
  padding: 10px 12px !important;

  color: var(--wpforms-blue) !important;
  background-color: #ffffff !important;

  border: 1px solid var(--wpforms-blue) !important;
  border-radius: 0 !important;

  box-shadow: none !important;
  outline: none !important;

  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  /* text-transform: uppercase !important; */

  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.wpforms-container textarea {
  min-height: 140px !important;
  resize: vertical;
}


/* Placeholder text */

.wpforms-container input::placeholder,
.wpforms-container textarea::placeholder {
  color: rgba(14, 57, 131, 0.55) !important;
  opacity: 1 !important;
  /* text-transform: uppercase !important; */
}


/* Focus state */

.wpforms-container input[type="text"]:focus,
.wpforms-container input[type="email"]:focus,
.wpforms-container input[type="tel"]:focus,
.wpforms-container input[type="number"]:focus,
.wpforms-container input[type="url"]:focus,
.wpforms-container input[type="password"]:focus,
.wpforms-container input[type="date"]:focus,
.wpforms-container input[type="time"]:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus {
  border-color: var(--wpforms-blue) !important;
  box-shadow: 0 0 0 2px rgba(14, 57, 131, 0.15) !important;
  outline: none !important;
}


/* ==================================================
   SELECT / DROPDOWN
================================================== */

.wpforms-container select {
  width: 100% !important;
  min-height: 44px !important;
  padding: 10px 42px 10px 12px !important;

  color: var(--wpforms-blue) !important;
  background-color: #ffffff !important;

  border: 1px solid var(--wpforms-blue) !important;
  border-radius: 0 !important;

  box-shadow: none !important;
  outline: none !important;

  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background-image:
    linear-gradient(
      45deg,
      transparent 50%,
      var(--wpforms-blue) 50%
    ),
    linear-gradient(
      135deg,
      var(--wpforms-blue) 50%,
      transparent 50%
    ) !important;

  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50% !important;

  background-size:
    6px 6px,
    6px 6px !important;

  background-repeat: no-repeat !important;
}


/* ==================================================
   CHECKBOXES AND RADIO BUTTONS
   Both display as square boxes
================================================== */

.wpforms-container input[type="checkbox"],
.wpforms-container input[type="radio"] {
  position: relative !important;
  display: inline-block !important;

  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;

  margin: 0 10px 0 0 !important;
  padding: 0 !important;

  vertical-align: middle !important;

  background-color: #ffffff !important;
  border: 1px solid var(--wpforms-blue) !important;
  border-radius: 0 !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  box-shadow: none !important;
  cursor: pointer;
}


/* Checked square */

.wpforms-container input[type="checkbox"]:checked,
.wpforms-container input[type="radio"]:checked {
  background-color: var(--wpforms-blue) !important;

  background-image:
    linear-gradient(
      45deg,
      transparent 42%,
      #ffffff 42%,
      #ffffff 55%,
      transparent 55%
    ),
    linear-gradient(
      -45deg,
      transparent 43%,
      #ffffff 43%,
      #ffffff 56%,
      transparent 56%
    ) !important;

  background-position:
    2px 6px,
    5px 4px !important;

  background-size:
    5px 3px,
    7px 3px !important;

  background-repeat: no-repeat !important;
}


/* ==================================================
   CHECKBOXES + RADIO BUTTONS
   Removes WPForms default circles
================================================== */

.wpforms-container .wpforms-field-checkbox input[type="checkbox"],
.wpforms-container .wpforms-field-radio input[type="radio"] {
  position: relative !important;
  display: inline-block !important;

  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;

  margin: 0 12px 0 0 !important;
  padding: 0 !important;

  background: #ffffff !important;
  background-image: none !important;

  border: 1px solid #0E3983 !important;
  border-radius: 0 !important;

  box-shadow: none !important;
  outline: none !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  vertical-align: middle !important;
  cursor: pointer !important;
}


/* Remove WPForms-generated circle and dot */

.wpforms-container .wpforms-field-checkbox input[type="checkbox"]::before,
.wpforms-container .wpforms-field-checkbox input[type="checkbox"]::after,
.wpforms-container .wpforms-field-radio input[type="radio"]::before,
.wpforms-container .wpforms-field-radio input[type="radio"]::after {
  display: none !important;
  content: none !important;
}


/* Checked state */

.wpforms-container .wpforms-field-checkbox input[type="checkbox"]:checked,
.wpforms-container .wpforms-field-radio input[type="radio"]:checked {
  background-color: #0E3983 !important;
  background-image: none !important;
  border-color: #0E3983 !important;
}


/* White inner square when selected */

.wpforms-container .wpforms-field-checkbox input[type="checkbox"]:checked,
.wpforms-container .wpforms-field-radio input[type="radio"]:checked {
  box-shadow: inset 0 0 0 3px #ffffff !important;
}


/* Focus state */

.wpforms-container .wpforms-field-checkbox input[type="checkbox"]:focus,
.wpforms-container .wpforms-field-radio input[type="radio"]:focus {
  outline: 2px solid rgba(14, 57, 131, 0.25) !important;
  outline-offset: 2px !important;
}


/* Align choices */

.wpforms-container .wpforms-field-checkbox li,
.wpforms-container .wpforms-field-radio li {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}


/* ==================================================
   CHOICE LISTS
================================================== */

.wpforms-container .wpforms-field-checkbox ul,
.wpforms-container .wpforms-field-radio ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.wpforms-container .wpforms-field-checkbox li,
.wpforms-container .wpforms-field-radio li {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}


/* ==================================================
   FILE UPLOAD
================================================== */

.wpforms-container input[type="file"] {
  color: var(--wpforms-blue) !important;
  font-family: inherit !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
}

.wpforms-container input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 10px 16px;

  color: var(--wpforms-blue);
  background-color: #ffffff;

  border: 1px solid var(--wpforms-blue);
  border-radius: 0;

  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;

  cursor: pointer;
}


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

.wpforms-container button[type="submit"],
.wpforms-container input[type="submit"],
.wpforms-container .wpforms-submit {
  min-height: 44px !important;
  padding: 12px 24px !important;

  color: #ffffff !important;
  background-color: var(--wpforms-blue) !important;

  border: 1px solid var(--wpforms-blue) !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;

  cursor: pointer !important;
  transition:
    color 0.2s ease,
    background-color 0.2s ease !important;
}

.wpforms-container button[type="submit"]:hover,
.wpforms-container input[type="submit"]:hover,
.wpforms-container .wpforms-submit:hover {
  color: var(--wpforms-blue) !important;
  background-color: #ffffff !important;
}


/* ==================================================
   ERROR TEXT AND INVALID FIELDS
================================================== */

.wpforms-container em.wpforms-error,
.wpforms-container .wpforms-error {
  color: var(--wpforms-blue) !important;
  font-size: 10px !important;
  font-style: normal !important;
  text-transform: uppercase !important;
}

.wpforms-container input.wpforms-error,
.wpforms-container select.wpforms-error,
.wpforms-container textarea.wpforms-error {
  border-color: var(--wpforms-blue) !important;
}



div.wpforms-container-full .wpforms-confirmation-container-full {
  background: none !important;
  border: none !important;
  box-sizing: border-box;
  
}

div.wpforms-container-full .wpforms-confirmation-container-full p {
  color: var(--state-light-blue) !important;
  font-size: 34px !important;
  font-weight: bold !important;
  line-height: 1.1;
}


.hero-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Animated copy of the existing inline background image */
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transform: scale(1);
  transform-origin: center;
  animation: hero-banner-zoom 10s ease-out forwards;

  pointer-events: none;
  will-change: transform;
}

/* Keep any hero text/buttons above the image */
.hero-banner > * {
  position: relative;
  z-index: 1;
}

@keyframes hero-banner-zoom {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .hero-banner::before {
    animation: none;
  }
}



/* Hero text entrance animation */
.hero-content .studio > * {
  opacity: 0;
  transform: translateX(-24px);
  animation: hero-text-in 0.9s ease-out forwards;
}

/* Small heading appears first */
.hero-content .studio > h3 {
  animation-delay: 0.35s;
}

/* Main heading appears shortly afterward */
.hero-content .studio > h1 {
  animation-delay: 0.55s;
}

@keyframes hero-text-in {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .hero-content .studio > * {
    opacity: 1;
    transform: none;
    animation: none;
  }
}


/* PROJECT CARD */
.project-item {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* ANIMATED BACKGROUND */
.project-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  /* Uses the inline gradient and background image */
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  /* Start slightly zoomed in */
  transform: scale(1.05);
  transition: transform 0.8s ease;

  pointer-events: none;
  will-change: transform;
}

/* Zoom out slightly on hover */
.project-item:hover::before,
.project-item:focus-within::before {
  transform: scale(1);
}

/* Keep the text and button above the background */
.project-item > div,
.project-item > .outline-button {
  position: relative;
  z-index: 1;
}

/* BUTTON — HIDDEN INITIALLY */
.project-item > .outline-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(12px);

  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease;
}

/* BUTTON — FADE AND SLIDE UP ON HOVER */
.project-item:hover > .outline-button,
.project-item:focus-within > .outline-button {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0);
}

/* REDUCED MOTION ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {
  .project-item::before,
  .project-item > .outline-button {
    transition: none;
  }

  .project-item::before,
  .project-item:hover::before,
  .project-item:focus-within::before {
    transform: none;
  }

  .project-item > .outline-button {
    transform: none;
  }
}


/* NOT FOUND */


.not-found {
  background: var(--state-gray);
 height: 70vh;
 text-align: center;
}


.not-found a {
  text-decoration: underline;
  padding: 25px;
}








@media screen and (max-width: 1440px) {
  .banner-container {
    max-width: 1300px;
    
  }
  
  
  h2 {
    font-size: 40px;
  }
  
  

}





/* ==================================================
   MAX WIDTH 1200PX
================================================== */

@media screen and (max-width: 1200px) {

  .gallery-carousel {
    --gallery-arrow-size: 44px;
    --gallery-side-gap: 22px;

    max-width: 900px;
  }

  .gallery-thumbnails {
    gap: 8px;
    margin-top: 17px;
  }
  
  
  
  h2 {
    font-size: 37px;
  }
  
  
  
  
}


/* ==================================================
   MAX WIDTH 1024PX
================================================== */

@media screen and (max-width: 1024px) {

  .gallery-carousel {
    --gallery-arrow-size: 40px;
    --gallery-side-gap: 18px;

    max-width: 800px;
  }

  .gallery-arrow {
    font-size: 30px;
  }

  .gallery-thumbnails {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }
  
  
  
  .text-contain .studio h2::after {
  
    height: 6px;
  
  }
  
}


/* ==================================================
   MAX WIDTH 800PX
================================================== */

@media screen and (max-width: 800px) {

  .gallery-carousel {
    --gallery-arrow-size: 36px;
    --gallery-side-gap: 12px;
  }

  .gallery-arrow {
    font-size: 26px;
  }

  .gallery-thumbnails {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 14px;
  }
  
  
  
  .article-quote::before {

    left: 0px;
    font-size: 130px;
  
    
  }
  
  
}


/* ==================================================
   MAX WIDTH 600PX
================================================== */

@media screen and (max-width: 600px) {

  .gallery-main-row {
    position: relative;
    display: block;
  }

  .gallery-main-frame {
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 23px;
    opacity: 1;
    transform: translateY(-50%);
  }

  .gallery-arrow:hover {
    transform: translateY(-50%) scale(1.05);
  }

  .gallery-prev {
    left: 8px;
  }

  .gallery-next {
    right: 8px;
  }

  .gallery-thumbnails {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 12px 0 0;
  }

  .gallery-thumbnail {
    aspect-ratio: 3 / 2;
  }
}


/* ==================================================
   RESPONSIVE
================================================== */

@media screen and (max-width: 1200px) {

  .before-after-lightbox {
    gap: 24px;
  }

  .before-after-lightbox .item-set {
    flex-basis: calc((100% - 48px) / 3);
  }

  .before-after-modal-content {
    width: 75vw;
    max-width: 75vw;
  }
}


@media screen and (max-width: 1024px) {

  .before-after-lightbox {
    gap: 24px 20px;
  }

  .before-after-lightbox .item-set {
    flex-basis: calc((100% - 20px) / 2);
  }

  .before-after-modal-content {
    width: 82vw;
    max-width: 82vw;
  }
}


@media screen and (max-width: 800px) {

  .before-after-lightbox {
    gap: 22px 16px;
  }

  .before-after-lightbox .item-set {
    flex-basis: calc((100% - 16px) / 2);
  }

  .before-after-images,
  .before-after-modal-images {
    gap: 5px;
  }

  .before-after-modal {
    padding: 24px;
  }

  .before-after-modal-content {
    width: 88vw;
    max-width: 88vw;
    max-height: 75vh;
  }

  .before-after-modal-image img {
    max-height: calc(75vh - 55px);
  }

  .before-after-modal-caption {
    padding: 15px 20px;
    font-size: 16px;
  }

  .before-after-modal-close {
    top: 15px;
    right: 15px;
  }
}


@media screen and (max-width: 600px) {

  .before-after-lightbox {
    display: block;
  }

  .before-after-lightbox .item-set {
    display: block;
    width: 100%;
    margin-bottom: 28px;
  }

  .before-after-lightbox .item-set:last-child {
    margin-bottom: 0;
  }

  .before-after-modal {
    padding: 15px;
  }

  .before-after-modal-content {
    width: 94vw;
    max-width: 94vw;
    max-height: 75vh;
  }

  .before-after-modal-image span {
    left: 8px;
    bottom: 8px;
    padding: 5px 7px;
    font-size: 10px;
  }

  .before-after-modal-caption {
    padding: 13px 15px;
    font-size: 15px;
  }

  .before-after-modal-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }
}





@media screen and (max-width: 1200px){
  
  #menu-menu li a {
  padding: 15px 27px;
  
}


nav {
  height: 80px;
}





.hot-line-button a {
padding-left: 36px;
padding-right: 0px;

}

  
  


  
  
  #menu-menu li a {
    font-size: 16px;
  }
  
  #menu-menu li a {
  padding: 15px 19px;
  
}

.hot-line-button {
--slash-width: 42px;
    width: 160px;

}


.hot-line-button a {
padding-left: 28px;
font-size: 14px;
}

    nav {
    height: 75px;
}

    #menu-menu li a {
padding: 10px 19px;

}
  
  

  .contact-callout {
      --slash: 55px;

      width: 660px;
      padding: 28px 90px;
      
    }
    
    

    
    
    /* typography */
    
    
    h1 {
      font-size: 45px;
   
    }
    
    
        
    h2 {
      font-size: 28px;
    
    }
    
    
  h3 {
  font-size: 22px;

}

/* Studio */



  .studio h1 {
  padding: 3px 0;
 
  }
  
 .studio h3 {
padding: 3px 0;

}




    a.outline-button {
    padding: 11px 22px;
    font-size: 11px;
    margin: 10px;
    --button-cut: 15px;
}




.image-caption-content-section > div {
height: 400px;
}






  

  
  
}


@media screen and (max-width: 1024px){
  /* parent nav needs a height */
  .main-nav {
    height: 80px; /* change if needed */
  }
  
  .burger {
      display: flex;
  }
  
  /* burger button */
  .main-nav > .burger {
    height: 100%;
    aspect-ratio: 1 / 1;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    padding: 12px;
    box-sizing: border-box;
  }
  
  /* MENU text */
  .main-nav > .burger p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 16px;
  }
  
  /* burger bars */
  .main-nav > .burger .bar {
    width: 38%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .main-nav > .burger .upper {
    bottom: 30px;
  }
  
  .main-nav > .burger .bottom {
    bottom: 22px;
  }
  
  /* optional active animation into X */
  .main-nav > .burger.active .upper {
    transform: translateX(-50%) translateY(4px) rotate(45deg);
  }
  
  .main-nav > .burger.active .bottom {
    transform: translateX(-50%) translateY(-4px) rotate(-45deg);
  }
  
  /* menu default */
  .menu-navigation {
    margin-right: -100%;
 position: fixed;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
    transition: margin 0.3s ease;
    background: var(--state-blue);
  }
  
  
  .menu-navigation.active {
    margin-right: 0;
  }
  
  
  
  
  /* make sure the menu can hold absolute children */
  #menu-menu {
    position: relative;
  }
  
  /* Close button */
  .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
  
    width: 80px;
    aspect-ratio: 1 / 1;
 
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    cursor: pointer;
    z-index: 999;
    box-sizing: border-box;
  }
  
  /* CLOSE text */
  .close-button p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
  
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* X bars */
  .close-button .bar {
    width: 38%;
    height: 2px;
    background: #fff;
  
    position: absolute;
    left: 50%;
    bottom: 26px;
  
    transform-origin: center;
  }
  
  .close-button .upper {
    transform: translateX(-50%) rotate(45deg);
  }
  
  .close-button .bottom {
    transform: translateX(-50%) rotate(-45deg);
  }
  
  

 
  
  
  #menu-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    padding-top: 100px;
    background-image: url(../img/pattern-shade.png);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    
  }
  
  
  #menu-menu li {
    height: auto;
  }
  
  
  #menu-menu li a {
    text-transform: uppercase;
  }
  
  #menu-menu .secondary-button {
     border-left: none;
  }
  
  nav {
      height: 70px;
  }
  
  
  
  
  .hot-line-button {

  width: 220px;
  
}




footer .logo-icon img {
    height: 100px;

}
  
  
  .card-container .card-item {
    width: 50%;
    height: auto;
    min-height: 22vw;
    max-height; unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }



.logo-container img {
 
      padding: 23px;
      max-height: 115px;
      max-width: 250px;
  }
  
  
  :root {
      --section-padding-top: 20px;
      --section-padding-bottom: 20px;
  }
  
  
  
  
  /* TYPOGRAPHY */
  
p {
  font-size: 14px;
}
  
  .project-grid > div p {
    font-size: 12px;
  }
  
        
.project-grid > div h2 {
  font-size: 17px;
  padding-top: 5px;
}
  
  
  
  .project-grid > div {
      padding: 18px;
  }
  
  .project-grid > div {
  width: 32%;
  height: auto;
  min-height: 21vw;
  margin-top: 2%;
  max-height: unset;
  
}

.medium.banner-content-section {
  padding: 10px 15px !important;
}


a.outline-button.huge-button-outline {
    font-weight: 700;
    font-size: 16px;
    padding: 19px 23px;
    --button-cut: 23px;
}


.contact-header {
  width: 300px;
}

.contact-contain {
  width: calc(100% - 300px);
}



.contact-header h1 {
  font-size: 40px;
}

.article-title h1 {
  font-size: 40px;
}

.contact-contain .member {
  padding: 20px;
}

.contact-contain .member:nth-child(even) .member-bio {
    margin-left: calc(-100% - 40px);
}

.member-bio {

    width: calc(200% + 40px);
  
}


.contact-header h1:after {

margin-top: 10px;

}



.image-caption-content-section > div {
height: 300px;
  
}






  
}



@media screen and (max-width: 800px){ 


    nav {
    height: 65px;
}


  .hot-line-button a {
    padding-left: 23px;
    font-size: 13px;
}




.hot-line-button {
    --slash-width: 32px;
    width: 140px;
    height: 115%;
}


    .contact-callout {
--slash: 45px;
width: 100%;
max-width: 500px;
flex-wrap: wrap;
justify-content: center;
padding: 20px 59px;
}







    a.outline-button {
    padding: 9px 15px;
    font-size: 10px;
    margin: 10px;
    --button-cut: 13px;
}



.footer-contact {

margin-top: -50px;
margin-bottom: 20px;

}

.copyright {

margin-top: 40px;


}

.footer .contact-info {
  flex-wrap: wrap;
}

.footer .contact-info > div {
padding: 18px;
}

footer .logo-icon {
    margin: 25px;
}


footer {
  margin-top: 50px !important;
}



    
    
    /* typography */
    
    
    h1 {
      font-size: 40px;
   
    }
    
    h2 {
      font-size: 30px;
    }

    
  h3 {
  font-size: 19px;

}

/* Studio */



  .studio h1 {
  padding: 3px 0;
 
  }
  
 .studio h3 {
padding: 3px 0;

}

.hero-banner {

height: 60vh;

}





.hero-content-section {
    --slash-height: 60px;
    margin-top: -70px;
  
    padding-top: calc(var(--slash-height) - 0px);
    padding-bottom: 25px; 
}


:root {

  --section-padding-width: 0px 20px;
 
}




.card-container .card-item h2 {
  padding-bottom: 0px;
}



    .logo-container img {
    padding: 20px;
    max-height: 90px;
    max-width: 209px;
}


  .project-grid > div {

  padding-bottom: 10px;
}


.project-grid {
  padding-top: 10px;
}


.article-title h1:after {
  margin-top: 8px;
}


.image-text-content-section > div {
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}



.banner-container {
  --slash-size: 70px;


        width: calc(100% - 0px);


  padding: 18px calc(var(--slash-size) + 0px);

}



.banner-list {
  flex-direction: column;
}

.banner-list span {
  flex-direction: column;
}

.banner-list .icon.slash {
  display: none;
}

.banner-list span p{
font-size: 10px;
}


.banner-header h2 {
  font-size: 25px;
}


.arrow-mode .icon.arrow {
  transform: rotate(90deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  margin-bottom: 6px;
}



    .banner-container {
--slash-size: 40px;

}


.banner-header {
 padding: 3px 0;
}


.icon-card-container .icon-card {
  width: 47%;
  padding: 2.5%;
}

.icon-card-container .icon-card .icon-item {
    max-width: 120px;
    max-height: 100px;
    height: auto;
    margin-bottom: 5px;
}


    .footer .contact-info > div {
    padding: 18px;
    padding-left: 0;
}

    footer .logo-icon {
    margin: 0px;
    margin-bottom: 20px;
}


div h4 {
    padding-bottom: 10px;
}


.button-background-content-section {
  padding: 60px 0;
}

a.outline-button.huge-button-outline {
    font-weight: 700;
    font-size: 14px;
    padding: 16px 22px;
    --button-cut: 23px;
}



.contact-content-section > div {
  flex-wrap: wrap;
  justify-content: center;
}


    .contact-header {
   width: 100%;
}

    .contact-contain {
   width: 100%;
}

    .contact-contain {

    max-width: 580px;
}



.project-item {
  width: calc(50% - 30px);
 margin-right: 1.2%;

}


.project-button-filter {
  flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;
}
.project-button-filter h2 {
  padding-bottom: 13px;
}

.project-grid.project-page {
  padding-top: 0px;
}


 .project-page.article-content-section .article-right {
   padding-top: 0px;
 }
 
 


.gallery-content-section h2 {
 
   padding-top: 15px;
 }
 
 .before-after-content-section h2 {
   padding: 15px;
 }



.hero-detail-content .hero-content {
  padding-top: 10px;
}

.hero-detail-page > div > div {
  padding-bottom: 100px;
}


.project-detail-paragraph {
    width: 100%;
    max-width: 600px;
}


.project-stats {
  width: 100%;
}

.project-stats {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  
}

.project-stats > div:last-child {
    width: auto;
    
}

.project-stats > div {
  padding-right: 30px;
}


.project-stats p {
  font-size: 13px;
}



.article-title h1 {
  font-size: 25px;
}

.contact-header h1 {
  font-size: 25px;
}




}

@media screen and (max-width: 600px){ 
  
  .mobile-remove-break {
    display: none;
  }
  
  
  h1 {
    font-size: 37px;
  }
  
  h2 {
    font-size: 27px;
  }

  
  h3 {
    font-size: 18px;
  }
  
  h4 {
      font-size: 15px;
  }
  
  
  p {
      font-size: 13px;
  }
  
  
  
  .card-container .card-item {
    padding: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
      width: 50%;
      min-height: 40vw;

  }
  
  
  
 .card-container .card-item a.outline-button {
  padding: 9px 16px;
  
}
  
  
  .card-container .card-item h2 {
      padding-bottom: 0px;
      font-size: 17px;
  }
  


    nav {
      height: 60px;
  }
  
  
  
  :root {
  
    --section-padding-width: 0px 20px;
   
  }
  
  
  .article-content-section .article-right {
      width: 50%;
      padding-top: 0px;
  }
  
  
  
  
  .project-grid > div {
    width: 49%;
  }
  
  
  
  
  
  .project-grid {
    padding-top: 0px;
  }
  
  
  
  
  .article-content-section .article-right {
  width: 100%;
  padding-top: 15px;
  
}

.article-content-section .article-left {
    width: 100%;
    max-width: 380px;
}
  
  .article-content-section > div {
    padding-bottom: 20px;
  }


    .logo-container img {
      padding: 13px;
      max-height: 80px;
      max-width: 189px;
  }
  
  
  
 .image-text-content-section > div {
   width: 100%;
 }
 
 
.gray-bg .text-contain::before {
  display: none;
}

.gray-bg .text-contain::after {
  display: none;
}


.text-contain > div {
    width: 100%;
}

  
 .image-text-content-section .background-div {
    min-height: 43vw;
  }
  
  .image-text-content-section.reverse-text-image {
    flex-direction: column-reverse;
  }
  
  
  .article-content-section > div {
      padding-bottom: 0
      
      px;
  }
  
  
  
  
  
  a.outline-button.huge-button-outline {
      font-weight: 700;
      font-size: 12px;
      padding: 14px 20px;
      --button-cut: 20px;
  }
  
  

  .contact-contain .member {
  width: 100%;
  padding-bottom: 0px;
  
}

  .contact-contain .member:last-child {
    padding-bottom: 20px;
  }

    .member-bio {
    width: 100%;
}

    .contact-contain .member:nth-child(even) .member-bio {
    margin-left: 0px;
}



.image-caption-text {
width: 100%;
height: auto;
padding: 20px;

background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
}

    .image-caption-content-section > div {
    height: 75vw;
}


    .project-grid > div {
    width: 48%;
    margin-right: 2%;
}



  
.text-contain .studio h2::after {

  height: 4px;

} 



  
}





@media screen and (max-width: 400px){ 
  
  
    .contact-callout {
    --slash: 35px;
    padding: 13px 29px;
    
}


    nav {
    height: 55px;
}


nav .logo-main img {
    height: 85%;
    width: auto;
}

.main-nav > .burger p {
  display: none;
}



    .project-grid > div {
   padding: 10px;
   padding-bottom: 0px;
}


    a.outline-button {
padding: 8px 11px;
font-size: 8px;

}


    .project-grid > div h2 {
    font-size: 15px;
    padding-top: 6px;
}


.icon-card-container .icon-card {
 width: 100%;
 padding: 4% 0;
 max-width: 260px;
}


    .card-container .card-item {
    padding: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    min-height: 40vw;
}



    .project-grid > div {
    width: 100%;
    margin-bottom: 10px;
    min-height: 50vw;
}


    .copyright {
    margin-top: 30px;
}



footer h2 {
    font-size: 16px;
}







  
  
}








