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

* {
  font-size: 1rem;
  font-family: area-variable, Helvetica, sans-serif;
  font-style: normal;
  font-variation-settings: "INKT" 0, "slnt" 0, "wdth" 100, "wght" 200;
  line-height: 120%;
  color: var(--text-color-primary);
}

.display {
  font-size: 32px;
  line-height: 120%;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 600;
}

@media (min-width: 767px) {
  .display {
    font-size: 54px;
    line-height: 120%;
    font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 600;
  }
}
@media (min-width: 1024px) {
  .display {
    font-size: 78px;
    line-height: 120%;
    font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 600;
  }
}
/* Headings */
h1, h1 a {
  font-size: clamp(2.5rem, 2.5vw, 4rem);
  line-height: 130%;
  font-variation-settings: "INKT" 0, "slnt" 0, "wdth" 100, "wght" 600;
}

h2, h2 a {
  font-size: 2rem;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 700;
}

h3, h3 a {
  font-size: 1.9rem;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 500;
}

h4, h4 a {
  font-size: 1.18rem;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 400;
}

h5, h5 a {
  font-size: 1.25rem;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 400;
}

quote {
  font-size: 2rem;
  font-variation-settings: "INKT" 100, "slnt" -100, "wdth" 100, "wght" 500;
}
quote strong {
  font-size: 2rem;
  font-variation-settings: "INKT" 100, "slnt" -100, "wdth" 100, "wght" 600;
}

/* Body Fonts */
.b1 {
  font-size: 1rem;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 400;
}

.b1-bold, .body-title {
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 700;
}

.b2 {
  font-size: 0.875rem;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 400;
}

.b3 {
  font-size: 0.8125rem;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 400;
}

.b4 {
  font-size: 0.75rem;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 400;
}

.name {
  font-size: 1.75rem;
  font-variation-settings: "INKT" 100, "slnt" 0, "wdth" 100, "wght" 700;
}

.display {
  overflow-wrap: normal;
  word-break: keep-all;
}

a {
  font-family: area-variable, Helvetica, sans-serif;
  font-style: normal;
  font-variation-settings: "INKT" 0, "slnt" 0, "wdth" 100, "wght" 400;
  text-decoration: none;
  color: var(--text-color-primary);
}
a:visited {
  color: var(--text-color-primary);
}

.funny-footer-message {
  align-self: center;
}

:root {
  font-size: 17px;
  --text-color-primary: #00383C;
  --text-color-secondary: black;
}

body {
  background: linear-gradient(45deg, #FFD9D9, #FFE5D2);
}

:root {
  --km-pink-dark: #FFDAD9;
  --km-bg-white: #FFFAF8;
}

body > * {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.img-tall {
  max-height: 400px;
}

.brainery-process-client__summary {
  margin: auto;
  justify-self: center;
  align-self: center;
}

.challenge-and-outcome-texts {
  display: flex;
  justify-content: space-between;
}

.challenge-and-outcome-text {
  max-width: 45%;
}
.challenge-and-outcome-text h3 {
  margin-bottom: 1rem;
}

.subsection-triple {
  display: flex;
  justify-content: space-between;
}
.subsection-triple .triple-item {
  flex-basis: 30%;
}
.subsection-triple .triple-item.card {
  padding: 1rem;
  background: var(--km-bg-white);
  border-radius: 20px;
}
.subsection-triple .triple-item img {
  max-width: 100%;
}

.card {
  background-color: white;
  border-radius: 20px;
  padding: 1rem;
}

.project-landing {
  grid-row: 1;
  padding: 5rem 0 5rem 0;
}

.project-landing-title {
  margin: 7rem 0 12rem 0;
}

.project-landing-overview__description {
  margin-bottom: 4rem;
}

.project-landing-overview__info-line {
  margin-bottom: 1rem;
}

.project-landing-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.project-landing-images img {
  min-width: 170px;
  max-width: 100%;
}
.project-landing-images img.downshift {
  padding: 1rem;
  margin-top: 20%;
  min-width: 170px;
  max-width: 43%;
}
.project-landing-images img.upshift {
  padding: 1rem;
  margin-bottom: 20%;
  min-width: 170px;
  max-width: 43%;
}

.project-body {
  padding-top: var(--spacing-m);
  background: var(--km-bg-white);
  border-radius: 10px 10px 0 0;
}

@property --grad-color-bottom {
  syntax: "<color>";
  inherits: false;
  initial-value: #FFD9D9;
}
@property --grad-color-top {
  syntax: "<color>";
  inherits: false;
  initial-value: #FFD9D9;
}
.introduction {
  width: 100%;
  padding: 10vmin 0;
  grid-column: content;
  left: 0;
  z-index: 1;
  overflow: visible;
}

.intro-line-break {
  display: none;
}

@media (min-width: 1500px) {
  .intro-line-break {
    display: inline;
  }
}
.learn-about-me {
  padding: 0.4rem;
  padding-bottom: 0.2rem;
  border: solid 1.5px;
  border-color: #00383C;
  border-radius: 0.5rem;
  transition: 0.5s;
}

.learn-about-me:hover {
  background-color: #00383C;
  padding: 0.4rem;
  border: solid 1.5px;
  border-color: #00383C;
  border-radius: 0.5rem;
  color: #ffd9d9;
}

.projects {
  background-color: #fffaf8;
  grid-column: margin;
  display: grid;
  grid-template-columns: subgrid;
  border-radius: 20px;
  padding: 2rem 0;
  position: relative;
  z-index: 5;
}

.project-showcase {
  background: white;
  grid-column: homepage-start/homepage-end;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-showcase-link {
  margin-bottom: var(--spacing-l);
}

.project-showcase-outline {
  --grad-color-bottom: #FFD9D9;
  --grad-color-top: #FFD9D9;
  border: 2px solid transparent;
  padding: 1rem;
  border-radius: 20px;
  background-image: linear-gradient(to top right, #ffffff, #ffffff), linear-gradient(to top right, var(--grad-color-bottom), var(--grad-color-top));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: --grad-color-bottom 0.5s ease-in-out, --grad-color-top 0.5s ease-in-out;
}
.project-showcase-outline:hover {
  --grad-color-top: #FF00AE;
}
.project-showcase-outline:hover.outline-sw {
  --grad-color-bottom: #1bd72b;
}
.project-showcase-outline:hover.outline-vn {
  --grad-color-bottom: #ffe013;
}
.project-showcase-outline:hover.outline-cj {
  --grad-color-bottom: #13efff;
}

.project-showcase-info {
  flex-basis: 45%;
}

.project-title {
  margin-bottom: 2rem;
}

.project-showcase-img {
  max-width: 40%;
}

.project-showcase.flipped {
  flex-direction: row-reverse;
}

.project-showcase.disabled {
  opacity: 30%;
}

/* SCIENCE WORLD PAGE - PROCESS SECTION */
.brainery-process__title {
  margin-top: 50px;
  margin-bottom: 125px;
  grid-column-start: content-start;
}

.process-subsection h4 {
  margin-bottom: 30px;
}

.brainery-process-subsection__title {
  margin-bottom: 60px;
}

.numbered-list {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  row-gap: 90px;
  grid-column: content;
}

.numbered-list-number-img {
  max-height: 6rem;
}

.numbered-list-item {
  display: flex;
  align-items: center;
}

.numbered-list-item-contents {
  margin-left: 20px;
  flex-basis: 70%;
}

.two-column-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.two-column-flex > * {
  max-width: 50%;
}
.two-column-flex.flipped {
  flex-direction: column-reverse;
}

.video {
  width: 80%;
  aspect-ratio: 16/9;
}

.brainery-process-research-methodology__steps {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  row-gap: 2rem;
  padding: 1rem;
  background-color: rgb(255, 255, 255);
  border: solid 2px rgb(250, 228, 232);
  border-radius: 10px;
}

.brainery-process-research-methodology__description {
  grid-column: content-start/span 6;
}

.brainery-process-research-analysis-images {
  grid-column: content-start/content-end;
}

.brainery-process-research-analysis-images-bg {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 5rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  background-color: var(--km-pink-dark);
}
.brainery-process-research-analysis-images-bg .brainery-process-research-analysis-image {
  flex: 0 0 10%;
  max-width: 28%;
}

.brainery-process-research-personas-description {
  flex-basis: 48%;
}

.brainery-process-research-persona2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: solid 2px pink;
  border-radius: 10px;
}

.personas-showcase {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border: solid 2px var(--km-pink-dark);
  border-radius: 10px;
}

.personas-showcase-img {
  max-width: 31%;
}

.brainery-process-research-user-journey-description {
  grid-column: content-start/span 8;
}

.scope-reevaluation-key-insights {
  display: flex;
  justify-content: space-around;
}

.scope-reevaluation-key-insight {
  max-width: 25%;
}

.brainery-process-research-design-focus-description {
  grid-column: content-start/content-mid;
}

.design-focus-quote-area {
  padding: 2rem 4rem;
  background-color: var(--km-pink-dark);
  border-radius: 10px;
  margin-bottom: var(--spacing-xxxl);
}

.brainery-process-research-ideation-figures {
  background-color: var(--km-pink-dark);
  border-radius: 10px;
  padding: 2rem;
}

.brainery-process-experience-touchpoints-image {
  margin: auto;
}
.brainery-process-experience-touchpoints-image.laptop {
  padding: 4rem;
}
.brainery-process-experience-touchpoints-image.signage {
  padding: 1rem;
}

.brainery-process-experience-onboarding-image {
  max-height: 500px;
  width: auto;
  margin: 0 var(--spacing-s);
}

.brainery-process-experience-visual-design-cards {
  display: flex;
  justify-content: space-around;
}

.brainery-process-experience-visual-design-card {
  max-width: 14%;
}

.iterations {
  display: flex;
  justify-content: space-between;
}
.iterations .iteration {
  display: flex;
  flex-direction: column;
  max-width: 48%;
  padding: 2rem 2rem;
}
.iterations img {
  max-width: 80%;
  align-self: center;
  margin-top: auto;
}

.grid {
  display: grid;
  grid-template-columns: [margin-start] var(--margin-width) [one wide-start] 1fr [two content-start] 1fr [three homepage-start three-in-start] 1fr [four] 1fr [five] 1fr [six] 1fr [seven content-mid] 1fr [eight] 1fr [nine] 1fr [ten] 1fr [eleven homepage-end three-in-end] 1fr [twelve content-end] 1fr [thirteen wide-end] var(--margin-width) [margin-end];
  grid-column-gap: 10px;
}

.content-subgrid {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
}

.vertical-align {
  align-self: center;
}

@media (min-width: 1px) {
  .g-two-to-three {
    grid-column: content !important;
  }
  .g-two-to-five {
    grid-column: content !important;
  }
  .g-two-to-six, .g-left-half {
    grid-column: content !important;
  }
  .g-two-to-eleven, .g-content-width {
    grid-column: content !important;
  }
  .g-three-to-six {
    grid-column: content !important;
  }
  .g-three-to-ten, .g-middle-8 {
    grid-column: content !important;
  }
  .g-three-to-eleven {
    grid-column: content !important;
  }
  .g-four-to-six {
    grid-column: content !important;
  }
  .g-four-to-nine, .g-middle-6 {
    grid-column: content !important;
  }
  .g-four-to-ten {
    grid-column: content !important;
  }
  .g-four-to-eleven {
    grid-column: content !important;
  }
  .g-seven-to-eleven, .g-right-half {
    grid-column: content !important;
  }
  .g-eight-to-ten {
    grid-column: content !important;
  }
  .g-eight-to-eleven {
    grid-column: content !important;
  }
  .g-full-width {
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  .g-two-to-three {
    grid-column: two/four !important;
  }
  .g-two-to-five {
    grid-column: two/six !important;
  }
  .g-two-to-six, .g-left-half {
    grid-column: two/seven !important;
  }
  .g-two-to-eleven, .g-content-width {
    grid-column: content !important;
  }
  .g-three-to-six {
    grid-column: three/seven !important;
  }
  .g-three-to-ten, .g-middle-8 {
    grid-column: three/eleven !important;
  }
  .g-three-to-eleven {
    grid-column: three/twelve !important;
  }
  .g-four-to-six {
    grid-column: four/seven !important;
  }
  .g-four-to-nine, .g-middle-6 {
    grid-column: four/ten !important;
  }
  .g-four-to-ten {
    grid-column: four/eleven !important;
  }
  .g-four-to-eleven {
    grid-column: four/twelve !important;
  }
  .g-seven-to-eleven, .g-right-half {
    grid-column: seven/twelve !important;
  }
  .g-eight-to-ten {
    grid-column: eight/eleven !important;
  }
  .g-eight-to-eleven {
    grid-column: eight/twelve !important;
  }
  .g-full-width {
    grid-column: 1/-1;
  }
}
:root {
  --margin-width: clamp(40px, calc(100vw - 1920px), 300px);
}

header {
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
  place-items: center;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  z-index: -1;
}
header .name {
  vertical-align: middle;
  grid-column-start: wide-start;
  justify-self: left;
}
header .about-me {
  display: flex;
  width: 100%;
  justify-content: space-between;
  grid-column-end: wide-end;
  justify-self: right;
}
header .about-me > a {
  padding: 0.3rem;
  padding-bottom: 0.15rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}
header .about-me > a:hover {
  border: solid 1px;
  border-color: #00383C;
  border-radius: 1rem;
}

footer {
  z-index: 5;
  min-height: 10rem;
  align-items: center;
}
footer .email {
  grid-column-start: content-end;
  justify-self: right;
}
footer .copyright {
  grid-column: wide-start/three-in-start;
  justify-self: left;
}

.funny-footer-message {
  text-align: center;
}

.content-section-l1 {
  margin-bottom: 150px;
}
.content-section-l1:last-of-type {
  margin-bottom: 0;
}

.content-section-l2 {
  margin-bottom: var(--spacing-xxl);
}
.content-section-l2 .section-title {
  margin-bottom: var(--spacing-s);
}
.content-section-l2:last-of-type {
  margin-bottom: 0;
}

.margin-bottom-rem {
  margin-bottom: 1rem;
}

.margin-bottom-xxl {
  margin-bottom: var(--spacing-xxl);
}

.margin-bottom-l {
  margin-bottom: var(--spacing-l);
}

.margin-bottom-m {
  margin-bottom: var(--spacing-m);
}

.margin-bottom-s {
  margin-bottom: var(--spacing-s);
}

h3 {
  margin-bottom: var(--spacing-m);
}

.h2 {
  margin-bottom: var(--spacing-m);
}

.body-title {
  margin-bottom: var(--spacing-xs);
}

:root {
  --spacing-xs: 15px;
  --spacing-s: 30px;
  --spacing-m: 60px;
  --spacing-l: 90px;
  --spacing-xxl: 125px;
  --spacing-xxxl: 150px;
}

:root {
  --grey: #FFDAD9;
  --grey2: #FFFAF8;
  --bg-grey: #FFF0E8;
}

.bg-grey {
  background-color: var(--bg-grey);
  padding: 3rem 0;
}

.bg-white {
  background-color: white;
}

.bg-light-pink {
  background-color: var(--km-bg-white);
}

/*# sourceMappingURL=main.css.map */
