main {
  padding-block-start: var(--header-padding-top);
}
main .wp-block-post-title {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.6;
}
main h3 {
  font-size: var(--wp--preset--font-size--medium);
}
main .grid-dl {
  display: grid;
  grid-template-columns: min-content 1fr;
  flex-direction: row;
  gap: 1rem;
}
main .grid-dl dt, main .grid-dl dd {
  margin-inline: 0;
}
main .grid-dl dt {
  overflow-wrap: normal;
  text-wrap: nowrap;
}
main .unstyled-list,
main .unstyled-list li {
  margin-inline: 0;
  padding-inline: 0;
  list-style: none;
}

.single-project .project-section:not(:last-child) {
  border-bottom: var(--global--border);
  padding-block-end: 2rem;
}
.single-project .project-gallery {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single-project .project-gallery img {
  margin-inline: auto;
  width: auto;
  height: auto;
  max-height: 100svh;
}
.single-project .wp-block-post-title {
  margin-block-end: var(--wp--preset--spacing--50);
}
.single-project figure.project-section {
  text-align: center;
}
.single-project figure.project-section img {
  width: auto;
  max-width: 100%;
  max-height: 90svh;
}
.single-project .project-client_year {
  display: flex;
  justify-content: space-between;
}
.single-project .project-text {
  display: flex;
  gap: 1rem;
}
.single-project .project-text p:first-child {
  margin-block-start: 0;
}
.single-project .project-text p:last-child {
  margin-block-end: 0;
}
.single-project .project-text h3, .single-project .project-text dl, .single-project .project-text ul {
  margin-block: 0;
  line-height: 1.6;
}
.single-project .project-text h3, .single-project .project-text summary {
  flex: 0 0 6em;
}
.single-project .project-text dl {
  margin-block: 0;
}
.single-project .project-text dt, .single-project .project-text dd {
  display: inline-block;
  margin-inline: 0;
  margin-block: 0;
}
.single-project .project-text dt {
  text-transform: capitalize;
}
.single-project .project-text dt::after {
  content: ": ";
}
.single-project .project-text dd {
  flex: 1 1 auto;
}
.single-project .project-text dd ul li {
  display: inline-block;
}
.single-project .project-text dd ul li:not(:last-child)::after {
  content: ", ";
}
.single-project .project-explain input#show_overview {
  display: none;
}
@media screen and (max-width: 680px) {
  .single-project .project-explain:has(#show_overview) {
    margin-block-end: 0;
    flex: 1 0 auto;
  }
  .single-project .project-explain:has(#show_overview) > span {
    display: none;
  }
  .single-project .project-explain:has(#show_overview) label {
    display: block;
    cursor: var(--cursor-pointer);
  }
  .single-project .project-explain:has(#show_overview) label::after {
    content: "";
    display: inline-block;
    width: 0.6em;
    aspect-ratio: 1;
    transform: rotate(45deg) translateY(-27%);
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
  }
  .single-project .project-explain:has(#show_overview) .project-explain-body {
    display: none;
  }
  .single-project .project-explain:has(#show_overview:is(:checked)) label {
    display: none;
  }
  .single-project .project-explain:has(#show_overview:is(:checked)) .project-explain-body {
    display: block;
  }
}
.single-project .project-credits .credits-list {
  column-gap: 2rem;
}
.single-project .staff-note {
  display: inline;
  color: #666;
  margin-block-end: 0.5rem;
}
.single-project .staff-note::before {
  content: "(";
}
.single-project .staff-note::after {
  content: ")";
}
.single-project .project-movies {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single-project .project-tags .project-tags-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
}
.single-project .project-tags .project-tags-list a {
  word-break: break-all;
}
.single-project .project-tags .project-tags-list a::before {
  content: "# ";
}
.single-project main .is-layout-constrained section {
  margin-block-end: 2rem;
}
@media screen and (min-width: 961px) {
  .single-project details.project-text:not(:has([open])) {
    display: flex !important;
  }
}

#profile-container .flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#profile-container .flex figure {
  margin-block: 0;
}
#profile-container .client-list {
  padding-inline: 0;
}
#profile-container .client-list li {
  list-style: none;
  display: inline-block;
}
#profile-container .client-list li:not(:last-child)::after {
  content: " / ";
}
@media screen and (max-width: 960px) {
  #profile-container figure {
    width: 50%;
    max-width: 30vw;
  }
}

#contact-container dd ul {
  padding-inline-start: 0;
}
#contact-container dd ul li {
  list-style: none;
}

@media screen and (min-width: 1200px) {
  #profile-container .profile-body {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 3em;
    grid-template-areas: "figure profileText" "figure client";
  }
  #profile-container .profile-body figure {
    grid-area: figure;
  }
  #profile-container .profile-body .profile-text {
    grid-area: profileText;
  }
  #profile-container .profile-body .client-list-body {
    grid-area: client;
  }
  #profile-container .profile-text {
    flex-direction: row;
  }
  #profile-container .profile-text > div {
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 961px) {
  .about-section {
    padding-block-start: 1rem;
  }
}
.entry-content #sb_instagram #sbi_load .sbi_load_btn,
.entry-content #sb_instagram #sbi_load .sbi_follow_btn a {
  background: transparent;
  box-shadow: none !important;
  color: var(--link-color);
  cursor: var(--cursor-pointer);
}
.entry-content #sb_instagram #sbi_load .sbi_load_btn:hover,
.entry-content #sb_instagram #sbi_load .sbi_follow_btn a:hover {
  color: var(--hover-color);
}

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