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

body{
    font-family: "config-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
    color:#1a0934;
    cursor: url('images/roundcursor.png') 20 20, auto;
}

@font-face {
    font-family:'Louche';
    src: url(fonts/LoucheTest-Semibold.otf);
    font-weight: normal;
}

@font-face {
    font-family:'Solenizant';
    src: url(fonts/solenizant-bold.otf);
    font-weight: normal;
}

@font-face {
    font-family:'Bayard';
    src: url(fonts/VTCBayard-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family:'Atkinson';
    src: url(fonts/AtkinsonHyperlegibleNext-VariableFont_wght.ttf);
    font-weight: normal;
}


.myname {
    font-family: "louche", sans-serif;
    font-size:8vw;
    z-index: 10;
    position: absolute;
    color:#1a0934;
}

.name{
    z-index: 10;
}

#landing-page{
    background-color: #d2d2fb;
    height:100vh;
    width:100%;
    padding:3vw;
    position: relative;
    z-index: 1;
}



.intro p{
    font-family: "config-variable", sans-serif;
    font-size:3vw;
    font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
    line-height: 1.3;
}

.intro{
    position:absolute;
    bottom:10%;
    right:5%;
    width:70%;
    z-index: 10;
}

.nav-container {
  position: fixed;
  top: 4%;
  right: 4%;
  z-index: 10;
}

.nav-pill {
  background: #fff5ee;
  border-radius: 999px;
  padding: 12px 28px;
  width: 120px;             
  cursor: pointer;

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

  overflow: hidden;
  transition: width 0.35s cubic-bezier(.25,.8,.25,1),
              padding 0.35s ease;
}

.menu-label {
  position: absolute;
  inset: 0;              
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a0934;
  white-space: nowrap;
  transition: opacity 0.25s ease;
  font-size: 18px;
}

.nav-links {
  list-style: none;
  font-size: 18px;
  display: flex;
  gap: 80px;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s 0.1s ease;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.nav-container:hover .nav-pill {
  width: 500px;         
  padding: 14px 80px;
}

.nav-container:hover .menu-label {
  opacity: 0;
}

.nav-container:hover .nav-links {
  opacity: 1;
  transform: translateY(0);
}

a:hover{
    color:#f1b3df;
}

@keyframes rotate { from { rotate: 0deg; } 50% { scale: 1 1.5; } to { rotate: 360deg; } }


#blob {
  position: fixed;
  width: 30vmax;
  aspect-ratio: 1;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle at center,
    #fbc2d5,
    rgba(210, 210, 251, 0)
  );
  filter: blur(70px);  
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;               
}

::selection {
  background: #d2d2fb;
}
::-moz-selection {
  background: #d2d2fb;
}
::-webkit-selection {
  background: #d2d2fb;
}

body.landing ::selection {
  background: #fff5ee;
}
body.landing ::-moz-selection {
  background: #fff5ee;
}
body.landing ::-webkit-selection {
  background: #fff5ee;
}



/* My Work Page*/


#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  background: linear-gradient(
    to bottom,
    #fff5ee 0%,  
    #fff5eec1 50%,
    #fff5ee00 100%  
  );

  padding-top: 7rem; 
}

#site-header * {
  pointer-events: auto;
}


#mywork-page{
    background-color: #fff5ee;
    height:100%;
    width:100%;
    padding:3vw;
    position: relative;
    z-index: 1;

    }

#mywork-page .nav-pill {
  background: #f1b3df;
  }

#mywork-page .nav-pill a:hover{
    color:#fff5ee;
}




.name-header {
    font-family: "louche", sans-serif;
    font-size:5vw;
    z-index: 10;
    color:#1a0934;
    position: fixed;  
    top: 3%; 
    left: 50%;        
    transform: translateX(-50%);
}


.name-small{
    z-index: 10;
  text-decoration: none;
  color: #1a0934;
}

.name-small:hover,
.name-small:visited,
.name-small:active,
.name-small:focus {
  text-decoration: none;
  color: #1a0934; 
}


.rolling-text {
  display: inline-block;
  font-family: "Louche", serif;
  font-size: 4vw;
  line-height: 1;
  height: 1em;    
  text-decoration: none;
  overflow: hidden;
  color: #1a0934;
}

.rolling-text .block {
  white-space: nowrap;
}

.rolling-text .block:last-child {
  color: #1a0934;
}

.rolling-text .word {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.rolling-text:hover .word,
.rolling-text.play .word {
  transform: translateY(-100%);
}


.mywork-title {
font-family: "sincopa", sans-serif;
font-weight: 400;
font-style: normal;
font-size:5vw;
    z-index: 10;
    color:#1a0934;
    display:flex;
    justify-content: center;
    margin-top:12%;
}

.work-title{
    z-index: 10;
}


.letswork-pill {
  background: #f1b3df;
  border-radius: 999px;
  padding: 22px 28px;
  width: 120px;             
  cursor: pointer;

  position: fixed;
  top: 4%;
  left: 4%;
  z-index: 10;      

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

  overflow: hidden;
}

.letswork-text {
  position: absolute;
  inset: 0;              
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a0934;
  white-space: nowrap;
  transition: opacity 0.25s ease;
  font-size: 18px;
}

.letswork-text{
    text-decoration: none;
    color:#1a0934;
}

.letswork-text:hover{
    color: #fff5ee;
}

/* work grid secgtion */


.projects-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 5px;      /* row gap / column gap */
  position:relative;
}

.project-card {
  padding: 1.5rem 1rem 1rem;
  display: flex;
  flex-direction: column;
}


.project-info {
  margin-top: 1.2rem;
}

.project-title {
  font-family: "sincopa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2vw;
  color: #1a0934;
  margin: 0 0 0.3rem;
}

.project-subtitle {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: 1vw;
  color: #1a0934;
  margin: 0;
}

.project-image-wrap {
  position: relative;
  overflow: hidden;
}

.project-image-wrap img {
  width: 100%;
  height:490px;
  border-radius: 10px;
  object-fit: cover; 
  display: block;
  transition: opacity .1s snap;
}

.img.secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.project-image-wrap:hover .img.secondary {
  opacity: 1;
}

.project-image-wrap:hover .img.primary {
  opacity: 0;
}



.text-draw {
  text-decoration: none;
  display: inline-block; 
}

.text-draw__p {
  margin-bottom: 0;
  display: inline-block;  
}

.text-draw__box {
  color: #e55050;
  width: 100%;
  height: .8em;
  position: relative;
}

.text-draw__box-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}


/* PROJECT PAGES */

#project-page-body{
    background-color: #fff5ee;
     font-family: "config-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
    color:#1a0934;
    cursor: url('images/roundcursor.png') 20 20, auto;
}

#project-page,
#project-content,
#dzo-brand-system,
#mywork-page,
#footer {
  position: relative;
  z-index: 2;
}


#project-page {
    min-height:100vh;
    width:100%;
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    }

#project-page .nav-pill {
  background: #f1b3df;
  }

#project-page .nav-pill a:hover{
    color:#fff5ee;
}

@keyframes rotate { from { rotate: 0deg; } 50% { scale: 1 1.5; } to { rotate: 360deg; } }

#project-page ::selection {
  background: #d2d2fb;
}
#project-page ::-moz-selection {
  background: #d2d2fb;
}
#project-page ::-webkit-selection {
  background: #d2d2fb;
}

/* Project page content */


#project-hero {
  padding-top: 14rem;          /* space under header */
  position: relative;
  margin-bottom: 10vw;
}

.project-hero-inner {
  max-width: 90vw;
  margin: 0 auto;
}

/* Title row */
.project-hero-title {
  font-family: "sincopa", serif;   /* or your serif display font */
  font-weight: 400;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.2;
  color: #1a0934;
  margin: 0 0 1.5rem;
}

.project-hero-title-main {
  font-weight: 700;
}


.project-hero-title-sub {
  font-weight: 400;
    color: #1a093480;
}

/* Question line */
.project-hero-question {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  line-height: 1.5;
  max-width: 50rem;
  margin: 0 0 2rem;
}

/* Divider */
.project-hero-rule {
  border: none;
  border-top: 1px solid #1a0934;
  margin: 0 0 2.5rem;
}

/* Body layout */
.project-hero-body {
  display: grid;
  grid-template-columns: 1.7fr 1.5fr;
  gap: 6rem;
  align-items: flex-start;
}

/* Left column text */
.project-hero-copy p {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.6;
  margin: 0;
}

/* Right column meta */
.project-hero-meta {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.project-meta-column {
  flex-grow:1;
}

.project-meta-heading {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 600, "wdth" 100;
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.project-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: 0.95rem;
  line-height: 1.6;
}

.project-meta-list li::marker {
  content: none;
}


/* ================================
   BRAND SYSTEM SECTION
   ================================ */
#brand-system {
  margin-top: 10vw;
  margin-left: auto;      /* center the whole column */
  margin-right: auto;
  max-width: 1100px;      /* width of the entire brand section */
  padding-left: 0;
  padding-right: 0;
  z-index: 999;
}
/* generic row wrapper */

.brand-row {
    width: 100%;
  margin-bottom: 10rem;
}

.brand-section-title {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 500, "wdth" 100;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-align: center;
  display: flex;
  align-items:center;
  justify-content: center;
}

.brand-row-inner {
  display: flex;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;

  max-width: 1000px;       /* inner content width */
  margin: 0 auto;         /* <-- centers each row */
  justify-content: center;
}

/* ========== 1. LOGO ========== */

.brand-row-inner-logo {
  align-items: center;
}

.brand-logo-mark {
  margin: 0;
  flex: 0 0 400px;
}

.brand-logo-mark img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-copy {
  flex: 1 1 260px;
  max-width: 32rem;
}

.brand-copy-heading {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 600, "wdth" 100;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 0 0.75rem;
}

.brand-copy p {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

.brand-accent {
  font-style: italic;
}

/* ========== 2. TYPOGRAPHY ========== */

.brand-row-inner-type {
  align-items: flex-start;
}

.type-block {
  flex: 1 1 260px;
  max-width: 27rem;
}

.type-label {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  margin-bottom: 0.5rem;
}

.dzo-type-name {
  font-family: "solenizant", serif; /* or your display font */
  font-size: 3rem;
}

.type-secondary .dzo-type-name {
  font-family: "roc-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 2.5rem;
}

.type-role {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.7;
}

.type-description {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.dzo-type-sample {
  font-size: 0.85rem;
  opacity: 0.5;
}

.dzo-type-sample-display {
  font-family: "solenizant", serif;
  font-size: 1.2rem;
}

.dzo-type-sample-body {
  font-family: "roc-grotesk", sans-serif;
}

/*as-is type section*/

.asis-type-name {
  font-family: "journal", sans-serif;
font-weight: 600;
font-style: normal;
  font-size: 2.5rem;
}

.type-secondary .asis-type-name {
  font-family: "arbitrary", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 2.5rem;
}


.asis-type-sample {
  font-size: 1rem;
  opacity: 0.5;
}

.asis-type-sample-display {
  font-family: "journal", sans-serif;
font-weight: 600;
font-style: normal;
  font-size: 1rem;
}

.asis-type-sample-body {
  font-family: "arbitrary", sans-serif;
font-weight: 400;
font-style: normal;
}

/*cce type section*/

.cce-type-name {
  font-family: "bayard", sans-serif;
font-weight: 600;
font-style: normal;
  font-size: 3rem;
}

.type-secondary .cce-type-name {
  font-family: "atkinson", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 2rem;
}


.cce-type-sample {
  opacity: 0.5;
}

.cce-type-sample-display {
  font-family: "bayard", sans-serif;
font-weight: 600;
font-style: normal;
  font-size: 1.7rem;
}

.cce-type-sample-body {
  font-family: "atkinson", sans-serif;
font-weight: 400;
font-style: normal;
font-size:1rem;
}

/* ========== 3. COLORS ========== */

.brand-row-inner-colors {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.brand-color {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items:center;
}

/* color swatches */

.brand-color-swatch {
  width: 9rem;
  height: 9rem;
}


/*dzo colors*/
.color-chili-red {
  background-color: #a90923;
}

.color-beer-gold {
  background-color: #ffbc3c;
}

.color-betel-green {
  background-color: #195029;
}

.color-rice-cream {
  background-color: #e6e1d1;
  border: 1px solid #00000019;
}


/*as is colors*/
.color-linenmist {
  background-color: #f3eeec;
  border: 1px solid #00000019;
}

.color-mossstone {
  background-color: #394733;
}

.color-driftwood {
  background-color: #412a29;
}

.color-burntclay {
  background-color: #a14b28;
}



/*cce colors*/
.color-urbanforest {
  background-color: #0b332f;
}

.color-warmlinen {
  background-color: #f9eedd;
  border: 1px solid #00000019;
}

.color-civicflame {
  background-color: #f0531a;
}

.color-missiongold {
  background-color: #f5bc4a;
}

.color-inkblack {
  background-color: #000000;
}






.brand-color-name {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: 0.85rem;
}



/* Project Images */


#project-images{
    width:90%;
    padding:2vw;
    margin: 10vw auto 14vw auto;
    position: relative;
    z-index: 1;
    margin-top: 10vw;
}


#project-images img{
    max-width: 100%;
    height: auto;
    border-radius: 1vw;
    margin-bottom: 1vw;

}

#two-images{
    display: flex;
    gap:1.5%;
}

#two-images img{
    flex: 1 1;  
    max-width: calc((100% - 2%) / 2);
  height: auto;         
  object-fit: cover;    
  border-radius: 1vw;
}

#three-images{
  display: flex;
  gap: 1.5%;
}

#three-images img{
  flex: 1 1 0;
  max-width: calc((100% - 3%) / 3);
  border-radius: 1vw;
}

.largeimage-asis {
  width: 70%;
  height: 60vw;     
  margin: 0 auto;  
  overflow: hidden;  
  border-radius: 1vw;
  margin-bottom: 1.5%;
}

#project-images .largeimage-asis img {
  width: 100%;
  height: 100%;
  object-fit: cover;    
  object-position: 50% 35%;
  display: block;
}


#project-images .small-image{
  width: 60%;
  margin: 0 auto;
}

#project-images .small-image img{
  width: 100%;
  height: auto;
  display: block;
}




/* FOOTER */

#footer {
    width:100%;
    height:30vw;
    background-color:#1a0934;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1vw;
    gap:1vw;
}

.contact{
    background-color: #f1b3df;
    height:25vw;
    border-radius: 1vw;
    padding:3vw;
    flex:auto;
    flex-grow: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.contact h3{
    font-family: "sincopa", serif; 
    font-weight: 400;
    font-size: 1.5rem;
    color: #1a0934;
}

.contact a{
    font-family: "config-variable", sans-serif;
    font-variation-settings: "slnt" 50, "wght" 500, "wdth" 100;
    font-size: 3.5rem;
    text-decoration: none;
    color:#1a0934;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.contact a:hover{
    color:#fff5ee;
}

.contact a::before,
a::after {
 content: '';
  position: absolute;
  width: 100%;
  left: 0;
}

.contact a::before {
  background-color:#fff5ee;
  height: 4px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.contact a::after {
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #54b3d6;
}

.contact a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.contact a:hover::after {
  transform: translate3d(0, 0, 0);
}

.contact a {
  display: inline-block;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.contact a:hover span {
  transform: translate3d(-200%, 0, 0);
}


.explore{
    background-color: #d2d2fb;
    height:25vw;
    border-radius: 1vw;
    padding:3vw;
    flex:auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.explore h2{
    font-family: "louche", sans-serif;
    font-size:6vw;
}

.explore p{
    font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: 1.2vw;
  line-height: 1.5;
}

.explore a{
     font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 500, "wdth" 100;
  font-size: 1.2vw;
  color:#1a0934;
  text-decoration: none;
}

.explore a::after{
    color:#1a0934;
}

.explore a:hover{
    text-decoration: none;
    color:#fff5ee;
}


/* RESUME PAGE */

#resume-page{
    background-color: #fff5ee;
    height:100%;
    width:100%;
    padding:3vw;
    position: relative;
    z-index: 1;

    }

#resume-page .nav-pill {
  background: #f1b3df;
  }

#resume-page .nav-pill a:hover{
    color:#fff5ee;
}

.resume-title {
font-family: "sincopa", sans-serif;
font-weight: 400;
font-style: normal;
font-size:5vw;
    z-index: 10;
    color:#1a0934;
    display:flex;
    justify-content: center;
    margin-top:7%;
    margin-bottom: 2%;
}

#resume {
  width: 70%;
  height: auto;     
  margin: 0 auto;  
  overflow: hidden;  
  border: 5px double #d2d2fb;
  border-radius: 1vw;
  margin-bottom: 1.5%;
  z-index: 10;
}

#resume img {
  width: 100%;
  height: 100%;
  object-fit: cover;    
  object-position: center;
  display: block;
  position: relative;
  z-index: 10;
}

#resume img:hover{
cursor: default;
}

.resume-download {
  display:flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.resume-download a {
  display: inline-block;
  font-family: "config-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem 2.5rem;
  color:#1a0934;
  background-color: #f1b3df;
  border-radius: 999px;
  transition: all 0.2s ease;
}

/* Hover state */
.resume-download a:hover {
  color:#fff5ee;
}



/* ABOUT ME PAGE */


#about-page{
    background-color: #fff5ee;
    height:100%;
    width:100%;
    padding:3vw;
    position: relative;
    z-index: 1;
    }

#about-page .nav-pill {
  background: #f1b3df;
  }

#about-page .nav-pill a:hover{
    color:#fff5ee;
}

#about-content {
    position: relative;
    z-index: 10;
}

.about-title {
font-family: "sincopa", sans-serif;
font-weight: 400;
font-style: normal;
font-size:5vw;
    z-index: 10;
    color:#1a0934;
    display:flex;
    justify-content: left;
    margin-top:10%;
    margin-left: 10%;
    position: relative;
}

.profile-body {
  display: flex;
  gap: 4rem;                 /* space between image & text */
  align-items: flex-start;
  padding-top: 5vw;
  padding-bottom:10vw;
  width:80%;
  margin: auto;
  position:relative;
  z-index: 10;
}
.profile-img {
  flex: 0.7;
}

.profile-copy {
  flex: 1;
}

.about-body {
    font-family: "config-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 400, "wdth" 100;
    font-size: 1.2rem;
    z-index: 10;
    color:#1a0934;
    text-align: left;
    position: relative;
    line-height: 1.5;
}


.profile-img{
    position: relative;
}

.profile-img img{
    border-radius: 1vw;
    width: 80%;
}




/* ========== Responsive tweaks ========== */

@media (max-width: 900px) {
  #dzo-brand-system {
    margin-top: 4rem;
  }

  .brand-row-inner {
    gap: 2rem;
  }

  .brand-logo-mark {
    flex: 0 0 180px;
  }
}

@media (max-width: 600px) {
  .brand-row-inner {
    flex-direction: column;
  }

  .brand-row-inner-colors {
    gap: 1rem;
  }

  .brand-color-swatch {
    width: 5rem;
    height: 5rem;
  }
}


@media (max-width: 900px) {
  .project-hero-body {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .project-hero-meta {
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  #project-hero {
    padding-top: 4rem;
  }

  .project-hero-inner {
    padding: 0 1.5rem;
  }

  .project-hero-title {
    font-size: 2.1rem;
  }
}


