@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Muli:wght@400..800&display=swap");
html {
  font-size: 100%;
}

/*16px*/
body {
  margin: 0;
  font-family: 'EB Garamond', Georgia, serif;
  font-weight: 400;
  line-height: 1.5;
  color: #697590;
  padding-bottom: 48px;
}

p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.25rem;
}

p + ul,
p + ol {
  margin-top: -16px;
}

.p-large p {
  font-size: 1.5rem;
}

.s-large {
  margin-bottom: 48px !important;
}

h1, h2, h3, h4, h5, h6,
.brand-h1,
.p-h1, .p-h2, .p-h3, .p-h4, .p-h5, .p-h6 {
  margin: 0;
  letter-spacing: -0.025rem;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 760;
  line-height: 1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.brand-h1 small,
.p-h1 small, .p-h2 small, .p-h3 small, .p-h4 small, .p-h5 small, .p-h6 small {
  font-size: 50%;
  font-weight: normal;
  display: block;
  margin-top: -1rem;
}

h3, h4, h5, h6,
.p-h3, .p-h4, .p-h5, .p-h6 {
  font-weight: 680;
}

.brand-h1 {
  font-size: 3.815em;
  color: #3565ac;
  letter-spacing: -0.03em;
  margin-top: 48px;
  line-height: .8333;
}

h1 {
  font-size: 3.052em;
}

h2,
.p-h2 {
  font-size: 2.441em;
}

h3 {
  font-size: 1.953em;
}

h4,
.p-h4 {
  font-size: 1.563em;
}

h5,
.p-h5 {
  font-size: 1.25em;
}

.p-h5-clip {
  overflow: hidden;
  white-space: nowrap;
}

h6,
.p-h6 {
  font-size: 1em;
}

small, .text_small, .caption {
  font-size: 1em;
}

.sub-heading {
  margin-top: .5rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

.sub-heading-date {
  margin-top: -1rem;
}

.section-list {
  padding-top: 0.8rem;
}

.section-list .p-h5 {
  margin-top: 0.15rem;
  margin-bottom: 0.3rem;
}

.section-list-spaced h1, .section-list-spaced h2, .section-list-spaced h3, .section-list-spaced h4, .section-list-spaced h5,
.section-list-spaced .brand-h1,
.section-list-spaced .p-h1, .section-list-spaced .p-h2, .section-list-spaced .p-h3, .section-list-spaced .p-h4, .section-list-spaced .p-h5, .section-list-spaced .p-h6 {
  margin-bottom: 24px;
}

aside {
  line-height: 1.25;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.captionImage {
  width: auto !important;
}

img {
  width: 100%;
  height: auto;
}

.image-ratio,
.image-squashed {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  height: 100%;
  max-height: 108px;
  margin-top: 8px;
}

.image-squashed {
  max-height: 48px;
  -o-object-position: left 15%;
     object-position: left 15%;
}

.image-squashed.quarter {
  -o-object-position: center 25%;
     object-position: center 25%;
}

a {
  color: #4177C4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[href*="//"]:not([href*="huser.co"])::after {
  content: " ↗";
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 0.8;
  color: inherit;
}

.theme-writes {
  color: #B95C00;
}

.theme-writes a {
  color: #B95C00;
}

.theme-designs {
  color: #3565ac;
}

.theme-designs a {
  color: #3565ac;
}

.theme-talks {
  color: #4AA224;
}

.theme-talks a {
  color: #4AA224;
}

h3.theme-writes,
h3.theme-designs,
.heading-offset.p-h4 {
  line-height: 1.1;
}

h3.theme-writes {
  margin-top: 48px;
}

.section-list h3.theme-writes {
  margin-top: 0.2rem;
}

.nav,
.content,
.footer {
  padding-left: 24px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap {
  border-top: 4px solid #E7E7E7;
  margin-top: 144px;
  padding-top: 24px;
}

.content > * {
  margin-bottom: 24px;
}

.content {
  padding-top: 48px;
}

.content p {
  padding-right: 16px;
}

.content .heading-offset.p-h4 {
  margin-top: 48px;
}

.content h2.heading-offset {
  margin-top: 0;
}

.content img.image-natural {
  width: auto;
}

.content .content-spread {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.content .content-spread span {
  display: block;
}

.nav,
.footer {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.777rem;
  font-weight: 600;
  padding-top: 16px;
  letter-spacing: -0.05rem;
  text-transform: lowercase;
}

.nav a,
.footer a {
  border-bottom: 4px solid transparent;
}

.nav a:hover,
.nav a.current,
.nav a.section,
.footer a:hover,
.footer a.current,
.footer a.section {
  text-decoration: none;
  border-bottom-color: #4177C4;
}

.nav .nicety,
.footer .nicety {
  display: none;
}

.footer {
  font-size: 1rem;
}

.footer a {
  border-bottom-width: 2px;
}

.footer .more-designs {
  display: none;
}

.nav__logo .surname,
.footer__logo .surname {
  color: #697590;
}

.footer__menu {
  margin-bottom: 24px;
}

@supports (display: grid) {
  @media screen and (min-width: 768px) {
    .nav,
    .content,
    .footer {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[12];
          grid-template-columns: repeat(12, 1fr);
      grid-gap: 24px;
      grid-auto-rows: minmax(0, auto);
      padding-right: 24px;
      max-width: 1200px;
    }
    .content > * {
      -ms-grid-column: 4;
      -ms-grid-column-span: 7;
      grid-column: 4 / 11;
      margin-bottom: 0;
    }
    .content h1 {
      -ms-grid-column: 4;
      -ms-grid-column-span: 9;
      grid-column: 4 / 13;
    }
    .content p {
      padding-right: 0;
    }
    .content .heading-offset {
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1 / 4;
      text-align: right;
      margin-top: .45rem;
    }
    .content .left {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5;
    }
    .content .left + * {
      -ms-grid-column: 5;
      -ms-grid-column-span: 6;
      grid-column: 5 / 11;
    }
    .content .right {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
    }
    .content .content-spread {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
    }
    .nav-wrap {
      border-bottom: 4px solid #E7E7E7;
    }
    .nav {
      padding-top: 48px;
    }
    .nav__logo,
    .footer__logo {
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1 / 4;
      text-align: right;
      margin-bottom: -4px;
    }
    .nav__menu,
    .footer__menu {
      -ms-grid-column: 4;
      -ms-grid-column-span: 6;
      grid-column: 4 / 10;
      margin-bottom: -4px;
    }
    .nav__contact {
      -ms-grid-column: 10;
      -ms-grid-column-span: 3;
      grid-column: 10 / 13;
      text-align: right;
      margin-bottom: -4px;
    }
    .footer__swap-mode {
      -ms-grid-column: 10;
      -ms-grid-column-span: 3;
      grid-column: 10 / 13;
      text-align: right;
    }
    .footer .more-designs {
      display: block;
    }
    .footer .more-designs:first-of-type {
      -ms-grid-column: 4;
          grid-column-start: 4;
    }
  }
  @media screen and (min-width: 1000px) {
    nav,
    .content {
      display: -ms-grid;
      display: grid;
    }
    .content > * {
      -ms-grid-column: 4;
      -ms-grid-column-span: 6;
      grid-column: 4 / 10;
      margin-bottom: 0;
    }
    .nav .nicety {
      display: inline;
    }
    .content .left {
      -ms-grid-column: 3;
      -ms-grid-column-span: 3;
      grid-column: 3 / 6;
    }
    .content .left + * {
      -ms-grid-column: 6;
      -ms-grid-column-span: 4;
      grid-column: 6 / 10;
    }
    .content .content-spread {
      -ms-grid-column: 4;
      -ms-grid-column-span: 9;
      grid-column: 4 / 13;
    }
    .nav__menu {
      -ms-grid-column: 4;
      -ms-grid-column-span: 5;
      grid-column: 4 / 9;
    }
    .nav__contact {
      -ms-grid-column: 9;
      -ms-grid-column-span: 4;
      grid-column: 9 / 13;
    }
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: #A6AFC3;
  }
  #SwapMode {
    display: none;
  }
  .nav-wrap,
  .footer-wrap {
    border-color: #39455D;
    color: #697590;
  }
  .nav-wrap a,
  .footer-wrap a {
    color: #3565ac;
  }
  .nav-wrap a:hover,
  .nav-wrap a.current,
  .nav-wrap a.section,
  .footer-wrap a:hover,
  .footer-wrap a.current,
  .footer-wrap a.section {
    border-bottom-color: #3565ac;
  }
}

.dark-mode {
  background-color: black;
  color: #A6AFC3;
}

.dark-mode .nav-wrap,
.dark-mode .footer-wrap {
  border-color: #39455D;
  color: #697590;
}

.dark-mode .nav-wrap a,
.dark-mode .footer-wrap a {
  color: #3565ac;
}

.dark-mode .nav-wrap a:hover,
.dark-mode .nav-wrap a.current,
.dark-mode .nav-wrap a.section,
.dark-mode .footer-wrap a:hover,
.dark-mode .footer-wrap a.current,
.dark-mode .footer-wrap a.section {
  border-bottom-color: #3565ac;
}
/*# sourceMappingURL=css.css.map */