@media screen and (max-width: 1023px),
  screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  /* Root Elements */

  :root {
    --F120: 5.375rem;
    --F40: 1.75rem;
    --F19: 0.888rem;
    --Fb: 0.75rem;
    --Pm: 0.75rem;
    --Pg: 0.75rem;
    --Hh: 3.5rem;
    --Gm: repeat(12, 1fr);
    --Gf: 1/13;
  }

  /* Universal Elements */

  html {
    line-height: 1;
  }

  /* Universal Text Styling */

  h1,
  h2,
  h3,
  h4,
  p,
  a,
  input,
  button,
  span {
    line-height: normal;
  }

  .font_120,
  .richtext.font_120 * {
    line-height: 1.25;
  }

  .font_40,
  .richtext.font_40 * {
    font-size: var(--F40);
    line-height: 1.28;
  }

  .font_19,
  .richtext.font_19 * {
    font-size: var(--F19);
    line-height: 1.4;
  }

  .font_b,
  .richtext.font_b * {
    line-height: normal;
  }

  /* Card Styling */

  .card {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .card__heading {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .card__heading > *:nth-child(even) {
    display: none;
  }

  .works__card .card__heading {
    top: 0.75rem;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
  }

  .art__card .card__heading {
    bottom: 0.625rem;
    left: 0.625rem;
    width: calc(100% - 1.25rem);
    opacity: 1;
  }

  .art__canvas .art__card .card__heading {
    display: none;
  }

  .art__grid .art__card {
    flex-direction: column-reverse;
    row-gap: 0.875rem;
  }

  .art__grid .art__card .card__heading {
    position: static;
    bottom: unset;
    left: unset;
  }

  .art__grid-empty-item {
    display: none;
  }

  /* Forms */

  .form_form {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
  }

  .form_fields {
    row-gap: 1.5rem;
  }

  .form_submit {
    justify-self: flex-end;
  }

  /* Splash Styling */

  .splash {
    grid-template-columns: repeat(1, 1fr);
  }

  .splash__left {
    justify-content: flex-end;
    padding-left: 0;
    transform: translateX(-100%);
  }

  .splash__right {
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 0;
    transform: translateX(100%);
  }

  .splash.loading .splash__inner {
    transform: translateX(0%);
  }

  .splash__inner .aspectholder {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .splash__left .aspectholder {
    transform: translateY(50%);
  }

  .splash__right .aspectholder {
    transform: translateY(-50%);
  }

  .splash.alt .splash__inner .aspectholder:nth-child(1) {
    display: none;
  }

  .splash.alt .splash__inner .aspectholder:nth-child(2) {
    display: block;
  }

  .splash__inner .aspectholder > * {
    width: 100%;
    height: auto;
  }

  /* Main Styling */

  main section:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  /* Header */

  header {
    grid-auto-rows: auto;
    row-gap: 0.375rem;
    align-items: flex-start;
    padding: 0.75rem var(--Pg) 0 var(--Pg);
  }

  .header__page {
    grid-row: 1/3;
  }

  .header__page .font_40 {
    line-height: 1;
  }

  .header__site {
    grid-column: 7/13;
    grid-row: 1;
    justify-self: flex-end;
  }

  .header__site.active {
    transform: none;
  }

  .header__menu {
    grid-column: 7/13;
    grid-row: 2;
    justify-self: flex-end;
  }

  .header__menu.modal .header__menu-close {
    display: block;
  }

  .header__menu-btn {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
  }

  .header__menu.modal .header__menu-btn {
    display: none !important;
  }

  .header__menu.active .header__menu-btn > span:nth-child(1) {
    display: none;
  }

  .header__menu.active .header__menu-btn > span:nth-child(2) {
    display: block;
  }

  .header__menu-nav {
    display: none !important;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 0.375rem;
    position: absolute;
    top: calc(1em + 1.25rem);
    right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: right;
  }

  .header__menu.active .header__menu-nav {
    display: flex !important;
  }

  .header__menu.modal .header__menu-nav {
    display: none !important;
  }

  /* Pages */

  .page-margin_top {
    margin-top: calc(var(--Hh) + 4rem);
  }

  .page-padding_top {
    padding-top: calc(var(--Hh) + 4rem);
  }

  /* Works Page */
  .page-nav {
    align-items: flex-end;
    justify-content: space-between;
    -moz-column-gap: var(--Pm);
    column-gap: var(--Pm);
    bottom: var(--Pg);
    width: calc(100% - var(--Pd));
    max-width: unset;
  }

  .page-nav__inner {
    flex-direction: column;
    row-gap: 0.25rem;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: var(--Pm);
    column-gap: var(--Pm);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .page-nav__inner > p {
    display: none;
  }

  .page-nav__inner nav {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  /* Work Page */
  [data-template="work"] {
    padding-bottom: 0.75rem;
  }

  [data-template="work"] .page-margin_top {
    margin-top: calc(var(--Hh) + 4rem);
  }

  /* Art Page */
  .art__canvas {
    height: var(--vh);
    pointer-events: unset !important;
    transform: none !important;
    transform-style: unset !important;
    -webkit-backface-visibility: unset !important;
    backface-visibility: unset !important;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .art__canvas::-webkit-scrollbar {
    display: none;
  }

  .art__canvas-inner {
    top: -0 !important;
    left: 0 !important;
    margin: calc(35vw + var(--Hh) + var(--Pg)) 0 0 calc(125vw + var(--Pd));
    height: calc(var(--vh) - 35vw - var(--Hh));
    transform: none !important;
    transform-style: unset !important;
    -webkit-backface-visibility: unset !important;
    backface-visibility: unset !important;
    -o-object-position: center;
    object-position: center;
  }

  .lightbox__item {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .lightbox__item::-webkit-scrollbar {
    display: none;
  }

  .lightbox-image figure.active {
    display: block;
    max-width: unset;
  }

  .lightbox__item-line {
    grid-template-columns: var(--Gm);
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    -moz-column-gap: var(--Pm);
    column-gap: var(--Pm);
    width: 100%;
    padding: 0 var(--Pg);
  }

  .lightbox__item-col1 {
    grid-column: 1/9;
  }

  .lightbox__item-col2 {
    grid-column: 1/9;
  }

  .lightbox__item-col23 {
    grid-column: 1/9;
  }

  .lightbox__item-col3 {
    grid-column: 1/9;
  }

  .lightbox__item-col4 {
    grid-column: 9/13;
    justify-self: flex-end;
  }

  .lightbox__item-spread {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    width: 100%;
  }

  .lightbox__item-media {
    position: static;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .lightbox__item-media button {
    top: 0.625rem;
  }

  .lightbox__item-media .aspectholder {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .lightbox__item-media .aspectholder > * {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }

  .lightbox-buttons {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-left: var(--Pg);
    padding-right: var(--Pg);
  }

  .lightbox-buttons.active {
    display: flex;
  }

  .art__lightbox-info {
    flex: 1 1 auto;
    row-gap: 1rem;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: var(--bg);
    padding: 1rem 0 calc(2rem + (var(--F19) * 1.4)) 0 !important;
    transition: all 0.3s;
  }

  .art__lightbox-toggle {
    display: flex;
    position: absolute;
    top: 1rem;
    right: var(--Pg);
  }

  .art__lightbox-toggle > span:nth-child(2) {
    display: none;
  }

  .art__lightbox-info.active .art__lightbox-toggle > span:nth-child(1) {
    display: none;
  }

  .art__lightbox-info.active .art__lightbox-toggle > span:nth-child(2) {
    display: block;
  }

  .art__lightbox-info_upper {
    align-items: flex-start;
  }

  .art__lightbox-info_price-desk {
    display: none;
  }

  .art__lightbox-info_min {
    opacity: 1;
  }

  .art__lightbox-info_lower {
    row-gap: 1.875rem;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: all 0.3s;
  }

  .art__lightbox-info:hover .art__lightbox-info_lower {
    margin-top: 0;
    padding-bottom: 0;
    height: 0;
  }

  .art__lightbox-info_lower::-webkit-scrollbar {
    display: none;
  }

  .art__lightbox-info.active .art__lightbox-info_lower {
    margin-top: 0;
    padding-bottom: 1rem;
    padding-top: 4.375rem;
    height: 65vh;
    opacity: 1;
    overflow-y: scroll;
    transition: all 0.3s, opacity 0.2s 0.35s;
  }

  .art__lightbox-info_text {
    row-gap: 1.875rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .art__lightbox-info_body {
    flex: initial;
    padding-bottom: 0;
    overflow-y: visible;
  }

  .art__lightbox-info_price-mob {
    display: grid;
    width: 100%;
    padding: 1rem var(--Pg);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: var(--bg);
  }

  .art__lightbox-info_prices {
    grid-column: 1/9;
    justify-self: flex-start;
  }

  .art__lightbox-info_prices ul {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
  }

  .art__lightbox-info_prices .lightbox__item-spread {
    flex-direction: column;
    justify-content: flex-start;
  }

  [data-template="art"] .page-nav:not(.art__nav-right) {
    flex-direction: row-reverse;
  }

  /* Blocks */

  .media__item-btn .media_item-heading {
    opacity: 1;
  }

  .media__lightbox {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 1000;
  }

  .media__lightbox::-webkit-scrollbar {
    display: none;
  }

  .media__lightbox-heading {
    position: static;
    bottom: unset;
    left: unset;
    width: 100%;
    padding: 0 var(--Pg) 1rem var(--Pg);
  }

  .media__lightbox-media {
    display: flex;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .media__lightbox-media button {
    position: absolute;
    top: 0.625rem;
    left: unset;
    right: var(--Pg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 2;
  }

  .media__lightbox-media button span {
    display: block;
  }

  .media__lightbox-media .aspectholder {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .media__lightbox-media .aspectholder > * {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and
  (-webkit-appearance: none) {
  @media screen and (min-width: 1690px) {
    header.font_blend {
      color: var(--fg) !important;
      mix-blend-mode: unset;
    }
  }
}

@media screen and (max-width: 1023px) {
  /* Header */

  .contact {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: var(--vh);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 0s 0.45s;
  }

  .contact__btn {
    position: fixed;
    top: 34px;
    right: var(--Pg);
    z-index: 12;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex: unset;
    cursor: pointer;
  }

  .contact__btn span {
    display: block;
  }

  .contact__inner {
    display: grid;
    grid-template-columns: var(--Gm);
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    -moz-column-gap: var(--Pm);
    column-gap: var(--Pm);
    row-gap: 2.375rem;
    width: 100%;
    padding: calc(var(--Hh) + 5.75rem) var(--Pg) 1.25rem var(--Pg);
    z-index: 9;
  }

  .contact__inner > * {
    grid-column: 1/11;
  }

  .bio {
    --fg: var(--white);
    --bg: var(--black);
    display: grid;
    flex-direction: column;
    row-gap: 2.375rem;
    position: fixed;
    top: 0;
    bottom: unset;
    left: unset;
    right: 0;
    height: var(--vh);
    color: var(--fg) !important;
    background-color: var(--bg);
    padding: 1.25rem var(--Pg);
    padding: calc(var(--Hh) + 5.75rem) var(--Pg) 1.25rem var(--Pg);
    transform: translateX(100%);
    opacity: 1;
    visibility: visible;
    z-index: 9;
    mix-blend-mode: unset;
    transition: all 0.45s;
  }

  .bio.active {
    transform: translateX(0%);
  }

  .bio__text {
    grid-column: 1/6;
  }

  .bio__button {
    grid-column: 16/17;
    justify-self: flex-end;
    display: none;
  }

  .bio__button svg {
    display: none;
  }

  /* Pages */

  /* Home Page */
  [data-template="home"] .bio {
    display: none !important;
  }

  .home__container {
    grid-column: var(--Gf);
    display: flex;
    flex-direction: column;
  }

  .home__container-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    flex: 1 1 auto;
    width: 100%;
    transition: z-index 0s 0.6s;
  }

  .home__container-item a {
    z-index: 2;
  }

  .home__container-item .aspectholder {
    width: 100% !important;
  }

  /* Works Page */

  [data-type="workpage"] {
    width: calc(100% - 24px);
  }

  [data-type="workpage"].single {
    top: 6rem !important;
  }

  [data-type="workpage"].double {
    top: 8rem !important;
  }

  .works__grid {
    row-gap: 0.5rem;
  }

  .works__grid-categories {
    grid-template-columns: repeat(1, 1fr);
  }

  .works__grid-index {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Art Page */
  .art__grid-container {
    row-gap: 4rem;
  }

  .art__grid {
    padding-bottom: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.5rem;
  }

  .art__nav-right {
    left: var(--Pg);
    bottom: calc(var(--Pg) + 0.5rem + 1em);
  }

  /* Blocks */

  /* Media Block */
  [data-type="mediablock"] {
    row-gap: 2.5rem;
  }

  .media__item:first-of-type {
    grid-column-start: var(--mStartMob);
  }

  .media__item.width_small {
    grid-column-end: span 5;
  }

  .media__item.width_med {
    grid-column-end: span 10;
  }

  .exhibitions__index-imagery {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  /* Blocks */

  /* Media Block */
  [data-type="mediablock"] {
    --Gm: repeat(16, 1fr);
  }
}
