:root {
  --color--muted-3: #b0a898;
  --brand--yellow: #ffc006;
  --color--border: #1c1b1821;
  --color--ink: #1c1b18;
  --color--body: #3c3a32;
  --color--muted-2: #a8a698;
  --color--surface: #e8e7e4;
  --color--border-strong: #1c1b1866;
  --color--muted-1: #9a9888;
  --color--muted-4: #c8c3b8;
  --color--warm-brown: #6b5f44;
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--color--muted-3);
}

.section {
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.column {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.column.col-1 {
  background-color: var(--brand--yellow);
  flex-direction: column;
}

.column.col-2 {
  flex-direction: column;
}

.column.col-3 {
  background-color: #fafafa;
  flex-direction: column;
}

.text-block {
  margin-top: 15px;
}

.mh-nav {
  border-bottom: .5px none var(--color--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
}

.mh-nav-name {
  color: var(--color--ink);
  letter-spacing: .07em;
  font-size: 14px;
  font-weight: 400;
}

.mh-nav-cta {
  color: var(--color--body);
  letter-spacing: .13em;
  text-transform: uppercase;
  align-self: center;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
}

.mh-hero {
  padding: 96px 0 88px;
}

.mh-hero-headline {
  max-width: 20ch;
  color: var(--color--ink);
  letter-spacing: -.01em;
  margin: 0;
  font-family: Cormorant Garamond;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.06;
}

.mh-about {
  border-bottom: .5px #1c1b1821;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.mh-about-p {
  max-width: 640px;
  color: var(--color--body);
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.78;
}

.mh-work-header {
  padding: 48px 0 12px;
}

.mh-label {
  color: var(--color--muted-2);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
}

.mh-work-item {
  grid-template-rows: auto;
  grid-template-columns: 220px 1fr;
  width: 100%;
  display: block;
}

.mh-work-left {
  border-right: .5px #1c1b1821;
  padding: 36px 40px 36px 0;
}

.mh-work-client {
  color: var(--color--ink);
  margin: 0 0 5px;
  font-family: Cormorant Garamond, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.mh-work-type {
  color: var(--color--muted-3);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.mh-work-right {
  width: 74%;
  padding: 36px 48px 36px 40px;
}

.mh-work-story {
  color: var(--color--body);
  margin: 0;
  font-weight: 300;
  line-height: 1.8;
}

.mh-writing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--surface);
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 30px 40px;
  display: flex;
}

.mh-writing-title {
  color: var(--color--ink);
  margin: 8px 0 0;
  font-family: Cormorant Garamond;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}

.mh-writing-link {
  border-bottom: .5px solid var(--color--border-strong);
  color: var(--color--ink);
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: 400;
}

.mh-fit {
  padding: 60px 0;
}

.mh-fit-body {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.mh-fit-p {
  max-width: 600px;
  color: var(--color--body);
  margin: 0;
  font-weight: 300;
  line-height: 1.78;
}

.mh-fit-not {
  color: var(--color--muted-1);
}

.mh-cta {
  padding: 64px 0 80px;
}

.mh-cta-headline {
  max-width: 550px;
  color: var(--color--ink);
  letter-spacing: -.01em;
  margin: 0 0 48px;
  font-family: Cormorant Garamond;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.15;
}

.mh-cta-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.mh-cta-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--brand--yellow);
  letter-spacing: .13em;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.mh-cta-or {
  color: var(--color--muted-4);
  letter-spacing: .1em;
  font-size: 12px;
}

.mh-cta-email {
  color: var(--color--warm-brown);
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.mh-footer {
  border-top: .5px solid var(--color--border);
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  display: block;
}

.mh-footer-l {
  color: var(--color--muted-3);
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 300;
}

.mh-footer-r {
  color: var(--color--muted-4);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 10px;
}

.container-large {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.is-work-grid {
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr;
  width: 100%;
  display: grid;
}

.is-flex-between {
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
  display: flex;
}

.profile-pic {
  border-radius: 999px;
}

.div-block {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.photo-matthias {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.owner {
  color: var(--brand--yellow);
}

.page-wrapper {
  position: relative;
}

.main-wrapper {
  display: block;
}

.padding-global {
  padding-left: 20px;
  padding-right: 20px;
}

.section_work {
  padding-bottom: 4rem;
}

.article-header {
  padding-top: 80px;
  padding-bottom: 64px;
}

.article-label {
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--color--muted-1);
  margin-bottom: 32px;
  font-size: 11px;
  font-weight: 400;
  display: block;
}

.article-title {
  letter-spacing: -.02em;
  color: var(--color--ink);
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.article-body {
  max-width: 640px;
  padding-top: 0;
  padding-bottom: 96px;
}

.article-p {
  color: var(--color--body);
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.article-back {
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--color--ink);
  border-bottom-style: solid;
  border-bottom-width: .5px;
  border-bottom-color: var(--color--border-strong);
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.article-label-1 {
  color: var(--color--muted-1);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 11px;
  font-weight: 400;
  display: block;
}

.article-title-1 {
  color: var(--color--ink);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.article-body-1 {
  max-width: 640px;
  padding-bottom: 96px;
}

.article-p-1 {
  color: var(--color--body);
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.mh-nav-back {
  border-bottom: .5px solid var(--color--border-strong);
  color: var(--color--ink);
  letter-spacing: .13em;
  text-transform: uppercase;
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    flex-direction: column;
  }

  .column {
    flex-direction: column;
    width: 100%;
    height: 50vh;
  }

  .mh-nav {
    display: block;
  }

  .mh-hero {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .mh-hero-headline {
    font-size: 3.9rem;
  }

  .mh-about-p {
    font-size: 1.4rem;
  }

  .mh-writing {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .mh-cta-headline {
    margin-bottom: 36px;
    font-size: 36px;
  }

  .is-work-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .photo-matthias {
    object-fit: cover;
    max-height: 400px;
  }

  .article-header {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .article-title-1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .mh-hero-headline {
    font-size: 3.4rem;
  }

  .mh-about-p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .mh-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mh-hero-headline {
    max-width: 14ch;
    font-size: 2.8rem;
    line-height: 1.1;
  }

  .mh-about {
    padding-top: 20px;
  }

  .mh-about-p {
    font-size: 1.2rem;
  }

  .mh-work-left {
    padding-bottom: 0;
  }

  .mh-work-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mh-writing {
    padding: 20px;
  }

  .mh-cta-headline {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .div-block-2 {
    grid-auto-flow: row;
  }

  .photo-matthias {
    max-height: 280px;
  }

  .article-header {
    padding-top: 40px;
    padding-bottom: 36px;
  }

  .article-title-1 {
    letter-spacing: -.01em;
    font-size: 28px;
  }

  .article-body-1 {
    padding-bottom: 64px;
  }

  .article-p-1 {
    font-size: 16px;
    line-height: 1.7;
  }
}

#w-node-_9c2f7d71-fa15-c671-afb6-b1d083611895-ee18b0f5 {
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_94a1c6f2-31bf-184f-c132-379d574df9fc-ee18b0f5 {
    order: -9999;
  }
}


