@charset "UTF-8";
/* Resest styles -------------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 2pet-booking1pet-booking26
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Sass variables ------------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
@font-face {
  font-family: "regardsregular";
  src: url("regards-webfont.html") format("woff2"), url("regards-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regardsregular";
  src: url("regards-webfont.html") format("woff2"), url("regards-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Layout styles -------------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #cf9af073;
  color: #292420;
  margin: 0;
  height: 100%;
  font-family: "Quasimoda", "ivyora-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.5em;
}

.outer-container {
  margin: 24px;
  border: 1px solid black;
  overflow: hidden;
}

.inner-container {
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 80px 8.474576271%; /* 120/1416 */
}

.super-inset {
  margin: 0 auto;
  width: 49.01129944%; /* 694/1416 */
}

.very-inset {
  margin-left: auto;
  margin-right: auto;
  width: 66.10169492%; /* 694/1416 */
}

.somewhat-inset {
  margin: 0 auto 0 8.474576271%;
  width: 66.10169492%; /* 694/1416 */
}

section {
  background: #faefdd;
}

.alt-section {
  background: #2C2622;
  color: #fbf1e1;
}
.alt-section a {
  border-bottom: 0.5px solid #faefdd;
  color: #faefdd;
}
.alt-section a:hover {
  color: #f0d09a;
}
.alt-section .site-name a:hover {
  color: #f0d09a;
}

.alt-section + .alt-section {
  border-top: 0.5px solid #faefdd;
}

hr {
  border: none;
  border-top: 0.5px solid #faefdd;
  margin-bottom: 56px;
}

/* Typography styles ---------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
h1, h2 {
  font-family: regardsregular, sans-serif;
  font-weight: 400;
  /*	font-style: italic;*/
  letter-spacing: -0.015em;
  font-feature-settings: "swsh", "liga";
  font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
}

h1 {
  font-size: 78px;
  line-height: 1.2em;
  margin-bottom: 24px;
}

h2 {
  font-size: 40px;
  line-height: 1.25em;
  margin-bottom: 40px;
}

h3 {
  font-style: normal;
  letter-spacing: 0;
  font-size: 22px;
  font-family: "Quasimoda", "ivyora-text", sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  margin: 40px 0 0 0;
}

h4, .section-description {
  font-family: regardsregular, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.075em;
  margin-bottom: 8px;
}

a {
  border-bottom: 0.5px solid #2C2622;
  color: #2C2622;
  text-decoration: none;
}
a:hover {
  border-bottom: 0.5px solid #f0d09a;
  color: #e09b2b;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

.emphasized {
  border-bottom: 0.5px solid #faefdd;
  border-top: 0.5px solid #faefdd;
  font-size: 26px;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.35em;
  margin-top: 48px;
  padding: 24px 0;
}

.featured-link,
.text-page .featured-link {
  border-bottom: 0.5px solid #2C2622;
  display: inline-block;
  font-size: 14px;
  font-family: "logic-monoscript", mono;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.005em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-top: 24px;
}

.nowrap {
  white-space: nowrap;
}

/* Header and footer styles --------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
header, footer {
  background: #faefdd;
}

header .container,
footer .container,
header.alt-section .container,
footer.alt-section .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 8.474576271% 16px 8.474576271%; /* 120/1416 */
}
header ul,
footer ul,
header.alt-section ul,
footer.alt-section ul {
  display: flex;
  justify-content: space-between;
}
header li,
footer li,
header.alt-section li,
footer.alt-section li {
  font-family: "logic-monospace", mono;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-left: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
header li a,
footer li a,
header.alt-section li a,
footer.alt-section li a {
  border: none;
  display: block;
  line-height: 1.3em;
  padding: 4px;
}
header li a:hover,
footer li a:hover,
header.alt-section li a:hover,
footer.alt-section li a:hover {
  border: none;
}
header .current a,
footer .current a,
header.alt-section .current a,
footer.alt-section .current a {
  font-family: "logic-monoscript", mono;
  border-bottom: 0.5px solid #827165;
  margin: 0 4px;
  padding: 4px 0 0 0;
}

header.alt-section .current a,
footer.alt-section .current a {
  color: #e79e8b;
  border-bottom: 0.5px solid #fbf1e1;
}

.site-name {
  font-family: regardsregular, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.01em;
}
.site-name a {
  border: none;
}

/* Home page styles ----------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
.framed {
  background: #FFF;
  padding: 24px;
}
.framed .container {
  padding-bottom: 128px;
  padding-top: 128px;
  position: relative;
  z-index: 2;
}
.framed h1 {
  max-width: 820px;
  margin-bottom: 32px;
}

.framed-inner {
  background: url(../img/bg-noise.html) repeat;
  background-size: 50%;
  overflow: hidden;
  position: relative;
}

.introduction {
  position: relative;
  overflow: hidden;
}
.introduction .container {
  z-index: 3;
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative;
}

.portfolio-preview {
  overflow: hidden;
  position: relative;
}
.portfolio-preview h1 {
  margin: 0 auto 80px auto;
}
.portfolio-preview ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}
.portfolio-preview li {
  background: #2C2622;
  box-sizing: border-box;
  border: 0.5px solid #faefdd;
  padding: 24px;
  margin-bottom: 32px;
  width: 31.07344633%;
}
.portfolio-preview .container {
  position: relative;
  z-index: 2;
}

.portfolio-preview img {
  display: block;
  width: 100%;
  /* filter: grayscale(100%) invert(10%) sepia(8%) saturate(350%) hue-rotate(351deg) brightness(105%) contrast(95%); */
  margin-bottom: 32px;
  transition: transform 8s;
  height: auto;
}

.design-playground {
  padding: 40px 2.824858757%; /* 40/1416 */
}

.design-playground img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%) invert(10%) sepia(8%) saturate(350%) hue-rotate(351deg) brightness(105%) contrast(95%);
}

.masonry-item {
  padding: 16px;
  border: 0.5px solid #faefdd;
}

.masonry-item.content-item {
  padding: 32px;
}
.masonry-item.content-item h2 {
  font-size: 28px;
  margin: 0 0 8px 0;
}
.masonry-item.content-item p {
  font-size: 18px;
  margin-bottom: 0;
}

.masonry-outer:hover > .masonry-item img {
  opacity: 0.25;
  transition: opacity 0.25s;
}

.masonry-outer:hover > .masonry-item:hover img {
  opacity: 1;
  transition: opacity 0.25s;
  cursor: pointer;
  filter: none;
}

.portfolio-preview li .image-container {
  display: block;
  height: 200px;
  overflow: hidden;
  border: 0.5px solid #faefdd;
}

.design-playground .image-container {
  margin: 0;
  height: auto;
}

.portfolio-preview a:hover .image-container img {
  filter: none;
  transform: translateY(-76%);
  opacity: 1;
}

.design-playground .masonry-item:hover .image-container img {
  filter: none;
  opacity: 1;
}

.articles h3 {
  margin-bottom: 8px;
}
.articles h3 a {
  border-bottom: none;
}
.articles li {
  display: block;
  font-family: "logic-monospace", mono;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 48px 48px 48px;
}

.article-body {
  color: #2C2622;
  background: #faefdd;
  border: 1px solid #2C2622;
  margin: 48px 0 -140px 0;
  padding: 8.474576271%; /* 120/1416 */
  position: relative;
  text-align: left;
  z-index: 4;
}

.article-text {
  margin: 0 auto;
  max-width: 800px;
  width: 75%;
}
.article-text h3 {
  font-family: regardsregular, sans-serif;
  font-size: 26px;
  margin-bottom: 16px;
}
.article-text p {
  margin-bottom: 32px;
}
.article-text ul {
  margin: 56px 0;
}
.article-text h4 {
  font-size: 16px;
}
.article-text li {
  margin: 0 0 32px 64px;
  position: relative;
  overflow: visible;
  padding-left: 64px;
}
.article-text li:before {
  content: "➸";
  font-size: 40px;
  top: 4px;
  left: 0;
  position: absolute;
}

.article-gallery {
  display: flex;
  column-gap: 24px;
  margin: 56px 0;
}
.article-gallery figure {
  background: #FFF;
  border: 0.5px solid #2C2622;
  padding: 12px 12px 8px 12px;
  width: 100%;
}
.article-gallery img {
  border: 0.5px solid #2C2622;
  margin-bottom: 0;
  width: 100%;
}
.article-gallery figcaption {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
}

.intro-text {
  font-size: 22px;
  line-height: 1.5em;
  /*background-image: 
  	url(../img/dotted-border.svg),
  	url(../img/dotted-border.svg);
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding: 32px 0;*/
}

.intro-text:first-letter {
  font-family: regardsregular, sans-serif;
  font-weight: 700;
  float: left;
  font-size: 5em;
  line-height: 0.5;
  margin: 5px 0.15em 32px 0;
}

.articles-preview {
  position: relative;
  overflow: hidden;
}
.articles-preview h3 {
  font-family: regardsregular, sans-serif;
  font-weight: 400;
  font-size: 26px;
  font-feature-settings: "swsh", "liga";
  font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
}
.articles-preview ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 32px;
}
.articles-preview li {
  background: #292420;
  border: 0.5px solid #faefdd;
  color: #faefdd;
  padding: 32px;
  position: relative;
  z-index: 1;
}
.articles-preview li a {
  border-bottom: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
}
.articles-preview .image-frame {
  grid-area: 1/1/2/2;
  border: 1px solid #faefdd;
  max-width: 100%;
}
.articles-preview li div {
  grid-area: 1/2/2/4;
}
.articles-preview img {
  display: block;
  object-fit: cover;
  height: 100%;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}
.articles-preview h3 {
  font-size: 22px;
  margin: 0 0 12px 0;
}
.articles-preview a h3, .articles-preview a .link {
  color: #f0d09a;
}
.articles-preview a h3:hover, .articles-preview a .link:hover {
  color: #faefdd;
}
.articles-preview p {
  max-width: 540px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.15em;
}
.articles-preview p .link {
  border-bottom: 0.5px solid #f0d09a;
  display: inline-block;
  line-height: 1.1em;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 8px 0;
  text-transform: uppercase;
}
.articles-preview p .link:hover {
  color: #e6b058;
}

.contact {
  background-image: url(../img/bg-owl-moon-flipped.html);
  background-position: right;
  background-repeat: no-repeat, repeat;
  background-size: 18%;
  mix-blend-mode: darken;
}
.contact h2 {
  margin-bottom: 16px;
}

/* Work page styles ----------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
.work-navigation {
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 1414px;
  margin: 0 auto;
  padding: 80px 8.474576271%; /* 120/1416 */
  left: 50%;
  transform: translateX(-50%);
}
.work-navigation a {
  background: #faefdd;
  border-radius: 100px;
  border-bottom: none;
  margin: 0 0 4px 0;
  padding: 12px 16px 8px 16px;
  text-transform: uppercase;
  font-family: "logic-monoscript", mono;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  text-decoration: none;
  width: 64px;
}
.work-navigation ul {
  display: flex;
  justify-content: space-between;
}
.work-preview {
  text-align: left;
}
.work-preview img, .work-preview video {
  border: 1px solid #FFF;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.work-preview img + img {
  margin-top: 64px;
}
.work-preview .container + .container {
  padding-top: 48px;
}
.work-preview .two-col {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3.389830508%; /* 48/1416 */
  grid-row-gap: 32px;
  justify-items: center;
}
.work-preview .two-col img + img {
  margin-top: 0;
}
.work-preview .three-col {
  grid-column-gap: 3.389830508%; /* 48/1416 */
  grid-row-gap: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: flex-start;
  margin-top: 32px;
}
.work-preview .featured-cards {
  margin-top: 64px;
}
.work-preview .featured-cards div {
  border: 1px solid #faefdd;
  padding: 40px 40px 24px 40px;
}
.work-preview .featured-cards li {
  display: list-item;
  font-size: 16px;
  line-height: 1.35em;
  list-style-type: disc;
  margin: 0 0 20px 14px;
  padding-left: 10px;
}
.work-preview .container {
  padding-bottom: 32px;
}
.work-preview .work-description:first-child {
  padding: 0 48px 0 0;
}
.work-preview .work-description {
  padding: 0 0 0 48px;
}
.work-preview h2 {
  margin-bottom: 16px;
}
.work-preview h3 {
  margin: 0 0 24px 0;
}
.work-preview p {
  margin-bottom: 24px;
}
.work-preview .very-inset + img,
.work-preview .very-inset + video {
  margin-top: 64px;
}

.portfolio-grid li {
  box-sizing: border-box;
  margin-bottom: 80px;
  width: 46.61016949%; /* 660/1416 */
}
.portfolio-grid li .image-container {
  height: 364px;
  margin-bottom: 24px;
}
.portfolio-grid li:hover .text {
  border-bottom: 0.5px solid #faefdd;
}

.work-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.work-title a {
  text-decoration: none;
}
.work-title h4 {
  font-family: "Quasimoda", "ivyora-text", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0;
}
.work-title h4 strong {
  font-family: logic-monospace, mono;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 13px;
}
.work-title br {
  display: block;
  margin-bottom: 4px;
}
.work-title .link {
  border: 0.5px solid #faefdd;
  font-family: "logic-monoscript", mono;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  text-transform: uppercase;
  flex-shrink: 0;
  padding: 6px 16px;
  border-radius: 40px;
}

.work-banner {
  background: #faefdd url() 32px center no-repeat;
  background-size: auto 80%;
}
/* .work-banner .container {
  display: flex;
  justify-content: flex-end;
}
.work-banner .content {
  width: 66.10169492%; /*936/1416*/
} */

.masonry-item > img {
  border: 0.5px solid #2c2622;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

/* masonry styles */
.masonry-outer {
  --masonry-columns: 2;
  --masonry-gap: 24px;
}

@media (min-width: 768px) {
  .masonry-outer {
    --masonry-columns: 3;
    --masonry-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .masonry-outer {
    margin: 0 auto;
    --masonry-columns: 3;
    --masonry-gap: 48px;
  }
}
/* load only if grid-template-rows: masonry is supported by the browser else use the fallback */
@supports (grid-template-rows: masonry) {
  .masonry-outer {
    display: grid;
    grid-template-columns: repeat(var(--masonry-columns), 1fr);
    grid-gap: var(--masonry-gap);
    grid-template-rows: masonry;
  }
  .masonry-outer > * {
    margin-bottom: 0;
  }
}
/* fallback */
.masonry-outer {
  column-count: var(--masonry-columns);
  column-gap: var(--masonry-gap);
}

.masonry-outer > * {
  margin-bottom: var(--masonry-gap);
  break-inside: avoid;
}

/* Articles page styles ------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
.article-outer {
  background: #f7e7cb;
}
.article-outer .orbit-1 {
  left: -5%;
  top: 22%;
}
.article-outer .orbit-2 {
  bottom: 12%;
}

.article-header-outer {
  padding-bottom: 64px;
  background: #2C2622 url(../img/bg-meteor-shower.html) top no-repeat;
  background-size: 100%;
  border-top: 0.5px solid #faefdd;
}
.article-header-outer h1 {
  color: #faefdd;
  line-height: 1.1em;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.article-header-outer .meta {
  color: #faefdd;
  margin-top: 32px;
  text-align: center;
}

.recent-articles .image-container,
.latest-article .image-container {
  border: 1px solid #2C2622;
  height: 220px;
  overflow: hidden;
}
.recent-articles .image-container img,
.latest-article .image-container img {
  filter: grayscale(100%) sepia(24%) brightness(100%) contrast(100%);
  -webkit-filter: grayscale(100%) sepia(24%) brightness(100%) contrast(100%);
  -moz-filter: grayscale(100%) sepia(24%) brightness(100%) contrast(100%);
  mix-blend-mode: darken;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.recent-articles a:hover,
.latest-article a:hover {
  color: #574b43;
}
.recent-articles a:hover img,
.latest-article a:hover img {
  opacity: 0.6;
}

.image-description {
  padding: 7.272727273%;
}

.latest-article {
  align-items: center;
  color: #2C2622;
  justify-content: center;
  background: #faefdd;
  border: 1px solid #2C2622;
  display: flex;
  gap: 56px;
  margin: 48px 0 -200px 0;
  padding: 48px; /* 120/1416 */
  position: relative;
  text-align: left;
  z-index: 4;
}
.latest-article h2 a {
  border-bottom: none;
}
.latest-article div {
  align-items: center;
  width: 50%;
}
.latest-article h2 {
  font-size: 44px;
  line-height: 1.1em;
  margin-top: 8px;
  margin-bottom: 16px;
}
.latest-article p {
  font-size: 20px;
  line-height: 1.45em;
  margin: -4px 0 0 0;
}
.latest-article .featured-link {
  font-size: 16px;
}
.latest-article .image-container {
  height: 300px;
}
.latest-article .section-description {
  font-size: 14px;
}
.latest-article .meta {
  color: #2C2622;
}

.introduction .recent-articles.container {
  padding-top: 112px;
  position: relative;
  z-index: 3;
  text-align: left;
}
.introduction .recent-articles.container h2 {
  font-size: 28px;
  margin: 8px 0 24px 0;
}
.introduction .recent-articles.container h2 a {
  border-bottom: none;
}
.introduction .recent-articles.container li p {
  font-family: "quasimoda", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}
.introduction .recent-articles.container .featured-link {
  font-size: 14px;
}
.introduction .recent-articles.container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 3.389830508%; /* 48/1416 */
  grid-row-gap: 32px;
  margin-top: 16px;
}
.introduction .recent-articles.container li {
  background: #faefdd;
  border: 1px solid #2C2622;
  padding: 16px;
}
.introduction .recent-articles.container .section-description {
  font-size: 14px;
}

.meta,
.latest-article .meta,
.newsletter label,
.newsletter input[type=submit],
.articles-preview li .link {
  font-family: "logic-monospace", mono;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: left;
}

.newsletter input[type=submit] {
  color: #2C2622;
}

/* About page styles ---------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
.text-page {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 8.474576271%; /* 120/1416 */
}
.text-page .main {
  width: 72.22222222%; /* 936/1296 */
}
.text-page .main.full-main {
  width: 100%; /* 816/1176 */
}
.text-page .main h2 {
  font-size: 48px;
  margin: 24px 0;
}
.text-page .main h2:first-of-type {
  margin-top: 0;
}
.text-page .main h3 {
  font-size: 36px;
}
.text-page .main ul, .text-page .main ol {
  margin: 0 0 40px 40px;
}
.text-page .main p {
  margin-bottom: 24px;
}
.text-page .main li {
  margin-bottom: 12px;
}
.text-page .main ul li {
  list-style-type: disc;
  margin-left: 22px;
}
.text-page .main li ul {
  margin-top: 16px;
}
.text-page .main li ul li {
  font-size: 24px;
  margin-bottom: 12px;
}
.text-page .main img {
  max-width: 100%;
}
.text-page .main .with-dropcap:first-letter {
  float: left;
  font-family: regardsregular, sans-serif;
  font-feature-settings: "swsh";
  margin: 8px 12px 0 0;
  font-size: 84px;
  line-height: 80px;
}
.text-page strong {
  font-weight: 700;
}
.text-page .inset-image {
  border: 0.5px solid #2C2622;
  float: left;
  margin: 0 40px 24px 0;
  padding: 16px;
  width: 33%;
}

.social-list li {
  font-family: "logic-monoscript", mono;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-bottom: 8px;
  
}
.social-list a {
  color: #f0d09a;
  display: flex;
  width: 100%;
  align-items: center;
}
.social-list a:hover {
  color: #faefdd;
}
.social-list a:hover path {
  fill: #faefdd;
}
.social-list svg {
  margin: -4px 4px 0 0;
  height: 12px;
  width: 12px;
}
.social-list path {
  fill: #f0d09a;
}

.aside {
  width: 16.66666667%; /* 216/1296 */
}
.aside .social-list a {
  color: #2C2622;
}
.aside .social-list a path {
  fill: #2C2622;
}
.aside .social-list a:hover {
  border-bottom: 0.5px solid #e3a641;
  color: #d38e1f;
}
.aside .social-list a:hover path {
  fill: #d38e1f;
}

.stay-in-touch {
  display: flex;
  column-gap: 3.389830508%;
}
.stay-in-touch.super-inset {
  display: block;
}
.stay-in-touch.super-inset .wide-list,
.stay-in-touch.super-inset .newsletter {
  margin-top: 40px;
  width: 100%;
}
.stay-in-touch.super-inset h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
.stay-in-touch.super-inset .mc-field-group {
  width: 75%;
}
.stay-in-touch.super-inset .optionalParent {
  width: 25%;
}
.stay-in-touch.super-inset .optionalParent input {
  width: 100%;
}

.wide-list,
.newsletter {
  width: 30.6122449%; /* 360 / 1,176 */
}
.wide-list h3,
.newsletter h3 {
  font-size: 18px;
  margin-bottom: 24px;
  margin-top: 0;
}

.wide-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-auto-rows: 1fr;
}
.wide-list li {
  margin-top: 4px;
}

.newsletter {
  box-sizing: border-box;
}
.newsletter h3 {
  margin-bottom: 24px;
}
.newsletter p {
  margin: 0 0 40px 0;
  font-size: 16px;
}
.newsletter label {
  display: block;
  margin-bottom: 8px;
}
.newsletter input[type=text],
.newsletter input[type=email] {
  background: none;
  border: none;
  border-bottom: 1px solid #faefdd;
  color: #f0d09a;
  font-size: 16px;
  padding: 0 0 8px 0;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.newsletter input[type=email] {
  background: #2C2622;
  font-family: "Quasimoda", "ivyora-text", sans-serif;
  flex-grow: 1;
  border: 0.5px solid #faefdd;
  padding: 8px;
}
.newsletter input[type=submit] {
  background: #faefdd;
  border: none;
  display: block;
  height: 37px;
  margin-top: 29px;
  padding: 8px 16px 10px 16px;
  width: auto;
  text-align: center;
  font-size: 14px;
}
.newsletter input[type=submit]:hover {
  cursor: pointer;
  background: #f0d09a;
}

.name-fields {
  display: flex;
  column-gap: 24px;
}
.name-fields div {
  flex-grow: 1;
}

.email-signup {
  display: flex;
  justify-content: space-between;
}
.email-signup div {
  flex-grow: 1;
}

.interviews {
  background: #2C2622 url(../img/bg-meteor-shower.html) 50% top no-repeat;
  background-size: 100%;
}
.interviews h3 {
  margin-top: 0;
}
.interviews p {
  font-family: "logic-monoscript", mono;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.005em;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.interviews ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 3.389830508%; /* 48/1416 */
  row-gap: 40px;
}
.interviews li {
  display: block;
  margin-bottom: 32px;
}
.interviews li a {
  background: #2C2622;
  border: 0.5px solid #faefdd;
  height: 100%;
  display: block;
  padding: 32px 32px 0 32px;
}
.interviews a {
  text-decoration: none;
}
.interviews a:hover {
  text-decoration: underline;
}
.interviews a h3 {
  color: #fbf1e1;
}
.interviews p:after {
  content: "↗";
  display: inline-block;
  font-family: mono;
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 8px;
}

/* Contact Page styles -------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
.contact-banner {
  background: url(../img/bg-stars.html) -250px -400px no-repeat;
  background-size: 500px;
  background-color: #2C2622;
  position: relative;
}
.contact-banner h1 {
  margin-bottom: 0;
}

.contact-banner-inner {
  background: url(../img/bg-moon-lady.html) center right no-repeat;
  background-size: auto 90%;
  mix-blend-mode: screen;
  position: absolute;
  height: 100%;
  width: 95%;
  top: 0;
  opacity: 90%;
}

/* Decorative elements -------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes reverse-rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.star-lady {
  background: url(../img/bg-star-lady.html) bottom left no-repeat;
  bottom: 0;
  left: 0;
  width: 18%;
  height: 375px;
}

.star-owl {
  background: url(../img/bg-star-owl.html) top right no-repeat;
  top: 0;
  right: 0;
  width: 18%;
  height: 220px;
}

.star-top {
  background: url(../img/bg-star-top.html) top center no-repeat;
  top: 0;
  left: 30%;
  width: 45%;
  height: 98px;
}

.star-bottom {
  background: url(../img/bg-star-bottom.html) bottom left no-repeat;
  bottom: 0;
  right: 30%;
  width: 35%;
  height: 114px;
}

.star-graphics {
  background-size: contain;
  mix-blend-mode: darken;
  position: absolute;
  z-index: 0;
}

.moon-circle {
  background: url(../img/bg-moon.html) no-repeat;
  background-size: contain;
  position: absolute;
  mix-blend-mode: difference;
  width: 20%;
  height: 80%;
  left: -5%;
  top: 30%;
  bottom: auto;
  opacity: 50%;
  animation: rotation 120s infinite linear;
}

.orbit {
  background: url(../img/bg-orbit.html) no-repeat;
  background-size: contain;
  height: 300px;
  position: absolute;
  width: 25%;
  z-index: 1;
  mix-blend-mode: darken;
  animation: rotation 120s infinite linear;
  opacity: 45%;
}
.orbit.geometric {
  background: url(../img/bg-geometric-globe.html) no-repeat;
  background-size: 70%;
  opacity: 35%;
}

.orbit-1 {
  top: -100px;
  left: -100px;
}

.orbit-2 {
  animation: reverse-rotation 120s infinite linear;
  bottom: -100px;
  right: -100px;
}

.heavens {
  background: url(../img/abstract-futuristic-background-with-3d-design.jpg) left center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 8%;
}

.double-moon,
.outer-frame .double-moon.frame-inner {
  /* background: url(../img/bg-moon-phases.html) -30% 50% no-repeat, url(../img/bg-moon-phases.html) 130% 50% no-repeat; */
  background-color: #2C2622;
  background-size: 40%;
}

.star-clusters {
  /* background: url(../img/bg-stars.html) -200px -370px no-repeat, url(../img/bg-stars.html) 105% bottom no-repeat; */
  background-size: 500px;
  background-color: #2f2824;
  position: relative;
}
.star-clusters .container {
  position: relative;
  z-index: 3;
}
.star-clusters h1 {
  margin-bottom: 0;
}

.rising-sun {
  /* background: #faefdd url(../img/bg-globe.html) 93% center no-repeat;
  background-size: 200px;
  position: relative; */
}
.rising-sun .moon-circle {
  bottom: -20%;
  top: auto;
}

.observatory {
  background: url(../img/bg-observatory.html) bottom no-repeat;
  background-size: cover;
}

.stargazers {
  background: url(../img/bg-stargazers.html) center no-repeat;
  background-size: cover;
}

.sun-and-moon {
  background: url(../img/bg-sun-and-moon.html) right center no-repeat;
  background-size: 30%;
}

.sun-and-moon-alt {
  background: url(../img/bg-surprised-owl.jpg) 5% bottom no-repeat;
  background-size: 15%;
}

.outer-frame {
  padding: 24px;
}
.outer-frame .frame-inner {
  border: 0.5px solid #faefdd;
  background-color: #322b26;
  overflow: hidden;
  position: relative;
}
.outer-frame .container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 80px 7.01754386%; /* 120/1368 */
}

/* Tablet styles -------------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
@media only screen and (max-width: 1110px) {
  header,
  header.alt-section {
    height: auto;
  }
  h1 {
    font-size: 72px;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    margin-top: 0;
  }
  header .container, footer .container, header.alt-section .container, footer.alt-section .container {
    padding: 16px 40px;
  }
  .framed .framed-inset {
    padding-bottom: 16px;
    padding-top: 0;
  }
  .framed .framed-inset h1 {
    margin-bottom: 24px;
  }
  .container,
  .outer-frame .container {
    padding: 64px 40px;
  }
  .very-inset,
  .super-inset,
  .work-preview .work-description {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .work-preview .work-description {
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .introduction .container {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .faqs {
    background-image: url(../img/bg-owl-moon-flipped.html);
    background-position: right;
  }
  .faqs ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 40px;
  }
  .faqs li {
    max-width: auto;
  }
  .portfolio-preview p {
    margin: 0 auto;
    max-width: 100%;
    width: 75%;
  }
  .work-title {
    display: block;
  }
  .work-title h2 {
    margin-bottom: 8px;
  }
  .interviews ul {
    display: block;
    margin: 64px auto 0 auto;
    width: 75%;
  }
  .interviews ul li {
    margin-top: 24px;
  }
  .work-preview {
    padding: 32px 0;
  }
  .text-page {
    display: block;
    padding: 0;
  }
  .text-page .main, .text-page .aside {
    width: 100%;
  }
  .text-page .main p, .text-page .main li {
    font-size: 16px;
    line-height: 1.4em;
  }
  .text-page .aside {
    border-top: 0.5px solid #2C2622;
    margin-top: 40px;
    padding: 40px 0 0 0;
  }
  .contact {
    background-size: 15%;
  }
  .articles ul,
  .faqs ul {
    display: block;
  }
  .articles li {
    margin-bottom: 24px;
    padding: 16px;
  }
  .faqs li {
    margin-bottom: 12px;
    max-width: 100%;
  }
  .interviews ul {
    margin-top: 32px;
  }
  .interviews li a {
    padding: 16px;
  }
  .portfolio-grid li {
    margin-bottom: 40px;
  }
  .rising-sun {
    background-image: none;
  }
  .work-banner {
    background: #faefdd;
  }
  .work-banner .content {
    width: 100%;
  }
  .work-banner h1 {
    margin-bottom: 16px;
  }
  .star-lady,
  .star-owl {
    display: none;
  }
  .latest-article {
    display: block;
  }
  .latest-article div {
    width: 100%;
  }
  .latest-article .image-container {
    margin-bottom: 48px;
  }
  .introduction .recent-articles.container ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .stay-in-touch {
    display: block;
  }
  .stay-in-touch div {
    width: 100%;
  }
  .stay-in-touch .newsletter {
    margin-top: 32px;
  }
}
/* Mobile styles -------------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
@media only screen and (max-width: 1464px) {
  .work-navigation {
    padding: 0 68px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1100px) {
  .article-text {
    width: 100%;
  }
  .work-navigation {
    margin-bottom: 40px;
    padding: 0;
    position: static;
    transform: none;
  }
  .work-navigation li:last-of-type {
    position: static;
  }
}
@media only screen and (max-width: 820px) {
  header {
    height: auto;
  }
  header li, footer li {
    margin-left: 16px;
  }
  .emphasized {
    font-size: 20px;
  }
  .introduction .container {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .portfolio-preview {
    padding: 0;
  }
  .portfolio-preview li {
    width: 47.08879185%; /* 323.5/687 */
  }
  .portfolio-preview .portfolio-inner {
    border: none;
  }
  .contact {
    background-image: none;
  }
  .orbit {
    display: none;
  }
  .work-preview .two-col,
  .work-preview .three-col {
    display: block;
  }
  .work-preview .two-col div,
  .work-preview .three-col div {
    margin-bottom: 32px;
  }
  .work-preview .two-col .work-description,
  .work-preview .three-col .work-description {
    margin-top: 32px;
    width: 100%;
  }
  .work-preview .container + .container {
    padding-top: 0;
  }
  .work-preview .featured-cards {
    margin-top: 0;
  }
  .work-preview .featured-cards div {
    padding: 24px 24px 8px 24px;
  }
  .text-page .inset-image {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .latest-article {
    margin: 24px 0 0 0;
    padding: 24px;
  }
  .introduction .recent-articles.container {
    padding-top: 40px;
  }
  .introduction .recent-articles.container ul {
    display: block;
  }
  .image-description {
    padding: 16px 0 24px 0;
  }
  .article-gallery {
    display: block;
  }
  .article-gallery figure {
    margin-bottom: 32px;
  }
}
/* Mobile styles -------------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
@media only screen and (max-width: 700px) {
  .outer-container {
    margin: 16px;
  }
  .outer-frame {
    padding: 16px;
  }
  .site-name {
    display: block;
    margin: 16px auto 8px;
  }
  header {
    padding-bottom: 16px;
  }
  header, footer, header.alt-section, footer.alt-section {
    height: auto;
  }
  header .container, footer .container, header.alt-section .container, footer.alt-section .container {
    padding: 1px 24px;
    display: block;
  }
  header ul, footer ul, header.alt-section ul, footer.alt-section ul {
    justify-content: start;
  }
  header li:first-of-type, footer li:first-of-type, header.alt-section li:first-of-type, footer.alt-section li:first-of-type {
    margin-left: 0;
  }
  header li:first-of-type a, footer li:first-of-type a, header.alt-section li:first-of-type a, footer.alt-section li:first-of-type a {
    margin-left: 0;
    padding-left: 0;
  }
  header li, footer li, header.alt-section li, footer.alt-section li {
    font-size: 12px;
    margin-left: 12px;
  }
  .very-inset,
  .super-inset,
  .text-page,
  .interviews ul {
    box-sizing: border-box;
    width: 100%;
  }
  h1 {
    font-size: 44px;
    line-height: 1.05em;
    margin-bottom: 20px;
  }
  .framed h1 {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 20px;
    margin: 0;
  }
  p {
    font-size: 16px;
    line-height: 1.4em;
  }
  .text-page .main p,
  .text-page .main li {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 16px;
  }
  .alt-body {
    font-size: 14px;
  }
  .featured-link {
    font-size: 12px;
  }
  .container,
  .outer-frame .container {
    padding: 24px;
  }
  .articles p {
    font-size: 12px;
  }
  .portfolio-preview h1,
  .articles h1 {
    margin-bottom: 40px;
  }
  .portfolio-preview ul {
    margin: 16px 0 0 0;
    display: block;
  }
  .portfolio-preview li {
    padding: 16px;
  }
  .portfolio-preview li, .portfolio-preview p {
    width: 100%;
  }
  .work-preview {
    padding: 1px 0;
  }
  .framed {
    padding: 16px;
  }
  .framed .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .framed-inner {
    background: #faefdd;
  }
  .social-list li {
    font-size: 12px;
  }
  .wide-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .email-signup {
    display: block;
  }
  .stay-in-touch.super-inset .mc-field-group {
    width: 100%;
  }
  .newsletter input[type=text], .newsletter input[type=email] {
    margin-bottom: 0;
  }
  .stay-in-touch.super-inset .optionalParent {
    width: 50%;
  }
  .article-header-outer {
    padding-bottom: 0;
  }
  .article-text .intro-text {
    font-size: 20px;
  }
  .article-text .intro-text:first-letter {
    font-size: 4em;
    line-height: 0.5;
    margin: 5px 0.15em 16px 0;
  }
  .article-text p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 24px;
  }
  .article-text ul {
    margin: 32px 0;
  }
  .article-text li {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 32px 0;
    position: relative;
    overflow: visible;
    padding-left: 56px;
  }
  .article-text li:before {
    content: "➸";
    font-size: 32px;
    top: 4px;
    left: 0;
    position: absolute;
  }
  .article-gallery {
    margin: 32px 0;
  }
  .article-gallery figure {
    width: auto;
  }
}
/* Unused elements -----------------------------------------------------------------
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */
.faqs {
  background-size: contain;
}
.faqs h2.very-inset {
  margin-bottom: 0;
}
.faqs a {
  border: none;
}
.faqs ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 4.519774011%;
  grid-row-gap: 0px;
  margin-top: 32px;
}
.faqs li {
  font-size: 22px;
  line-height: 1.3em;
  max-width: 160px;
}

.words h1 {
  font-size: 52px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.words li {
  border-bottom: 1px solid #2C2622;
  margin-bottom: 56px;
  padding-bottom: 56px;
}
.words li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
