@font-face {
  font-family: ABC Social;
  src: url('../fonts/ABCSocial-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ABC Social;
  src: url('../fonts/ABCSocial-Book.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --almha-text: #0f2c3d;
  --almha-fabric: #aca63c;
  --almha-paper: #e0c0ba;
  --almha-exhibition: #859aa3;
  --almha-commission: #ed6e37;
  --almha-facilitation: #e28c88;
  --almha-home: #ec6375;
}

body {
  color: var(--almha-text);
  font-family: ABC Social, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--almha-text);
  text-decoration: underline;
}

ul {
  margin-bottom: 1rem;
  padding-left: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.almha-main {
  z-index: 1;
  position: relative;
}

.almha-main.is--404 {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.almha-home__image-section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.almha-home__image-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.almha-home__image-wrapper.is--justified-right {
  justify-content: flex-end;
}

.almha-home__image {
  object-fit: contain;
  width: auto;
  height: 80vh;
}

.almha-home__image.is--full-width {
  object-fit: cover;
  width: 100%;
}

.almha-footer__footer {
  z-index: 100;
  flex-direction: column;
  grid-template: "." max-content
  / 15rem 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: flex;
  position: relative;
}

.almha-nav {
  z-index: 1000;
  position: relative;
}

.almha-nav__links {
  max-width: 15vw;
  position: fixed;
}

.almha-nav__container {
  position: fixed;
  top: 30vh;
}

.almha-nav__container.is--links {
  left: 0;
}

.almha-nav__container.is--logo {
  right: 0;
}

.almha-padding__3 {
  padding: 3rem;
}

.almha-padding__3.is--ne {
  padding-bottom: 0;
  padding-left: 0;
}

.almha-padding__3.is--new {
  padding-bottom: 0;
}

.almha-nav__logo {
  color: var(--almha-text);
  font-family: VT323, sans-serif;
  font-size: 3.375rem;
  line-height: .6;
}

.almha-nav__links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.almha-nav__link {
  border-bottom: 2px solid #0000;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.almha-nav__link:hover {
  border-bottom-color: var(--almha-text);
}

.almha-nav__link.is--fabric.w--current {
  border-bottom-color: var(--almha-fabric);
}

.almha-nav__link.is--paper.w--current {
  border-bottom-color: var(--almha-paper);
}

.almha-nav__link.is--exhibition.w--current {
  border-bottom-color: var(--almha-exhibition);
}

.almha-nav__link.is--commission.w--current {
  border-bottom-color: var(--almha-commission);
}

.almha-nav__link.is--facilitation.w--current {
  border-bottom-color: var(--almha-facilitation);
}

.almha-nav__link.is--toc {
  border-bottom-style: none;
  font-weight: 400;
}

.almha-nav__link.is--toc:hover {
  border-bottom-style: none;
  text-decoration: underline;
}

.almha-nav__link.is--shop {
  background-color: #aca63c33;
  margin-left: -.25rem;
  margin-right: -.25rem;
  padding-top: .15rem;
  padding-left: .25rem;
  padding-right: .25rem;
}

.almha-padding__15 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 15rem;
}

.almha-padding__15.is--we {
  padding-top: 0;
  padding-bottom: 0;
}

.almha-nav__link-text {
  line-height: 1.4;
}

.almha-nav__link-handle {
  font-weight: 400;
}

.almha-footer__rich-text {
  color: var(--almha-text);
  column-count: 2;
  column-gap: 4rem;
  max-width: 120ch;
}

.almha-template__section {
  min-height: 100vh;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.almha-template__section.is--404 {
  flex: 1;
  min-height: auto;
  padding-bottom: 5vh;
}

.almha-template__rich-text {
  font-family: Xanh Mono, sans-serif;
  font-size: 2rem;
}

.almha-template__rich-text h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.almha-template__rich-text h2 {
  margin-bottom: .25em;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
}

.almha-template__rich-text h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

.almha-template__rich-text p {
  margin-bottom: 1em;
  font-size: 1em;
}

.almha-template__rich-text ul {
  margin-bottom: 1em;
}

.almha-template__rich-text figure {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  margin-right: auto;
}

.almha-template__rich-text img {
  object-fit: contain;
  object-position: 0% 50%;
  max-height: 80vh;
}

.almha-template__rich-text figcaption {
  text-align: left;
  margin-top: 1em;
  font-family: ABC Social, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.almha-footer__colour {
  z-index: 100;
  background-color: var(--almha-home);
  position: relative;
}

.almha-footer__colour.is--fabric {
  background-color: var(--almha-fabric);
}

.almha-footer__colour.is--paper {
  background-color: var(--almha-paper);
}

.almha-footer__colour.is--exhibition {
  background-color: var(--almha-exhibition);
}

.almha-footer__colour.is--commission {
  background-color: var(--almha-commission);
}

.almha-footer__colour.is--facilitation {
  background-color: var(--almha-facilitation);
}

.almha-nav__link--home {
  text-decoration: none;
}

.almha-nav__link--home:hover {
  color: var(--almha-fabric);
}

.fs-toc_h-trigger {
  display: none;
}

.almha-nav__toc {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -.5rem;
  display: flex;
}

.almha-footer {
  flex-direction: column;
  justify-content: space-between;
  min-height: 70vh;
  display: flex;
}

.almha-footer__footer-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.almha-footer__copyright {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.almha-nav__logo_lottie {
  width: 7rem;
}

.html-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .almha-home__image-section {
    height: auto;
    padding-bottom: 3rem;
    position: static;
  }

  .almha-home__image, .almha-home__image.is--full-width {
    height: auto;
  }

  .almha-footer__footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template: "about" max-content
                   "instagram" max-content
                   "contact" max-content
                   / 1fr;
    min-height: auto;
  }

  .almha-nav {
    justify-content: space-between;
    display: flex;
  }

  .almha-nav__links {
    max-width: none;
    position: static;
  }

  .almha-nav__container.is--links {
    order: -1;
    position: static;
  }

  .almha-nav__container.is--logo {
    position: static;
  }

  .almha-padding__3.is--ne.is--about {
    padding-left: 0;
    padding-right: 0;
  }

  .almha-padding__3.is--new.is--nav-links {
    padding-bottom: 3rem;
  }

  .almha-padding__15 {
    padding: 3rem;
  }

  .almha-footer__rich-text {
    column-count: 1;
  }

  .almha-template__rich-text figure {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .almha-template__rich-text figcaption {
    width: 85vw;
  }
}

@media screen and (max-width: 767px) {
  .almha-home__image-section {
    padding-bottom: 1rem;
  }

  .almha-padding__3 {
    padding: 1rem;
  }

  .almha-padding__3.is--ne.is--about {
    padding-left: 0;
  }

  .almha-padding__3.is--new.is--nav-links {
    padding-bottom: 3rem;
  }

  .almha-padding__15 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .almha-template__rich-text {
    font-size: 1.5rem;
  }

  .almha-template__rich-text figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .almha-template__rich-text figcaption {
    width: 90vw;
  }

  .almha-footer__footer-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .almha-footer__copyright {
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .almha-padding__3.is--ne.is--logo {
    padding-top: .6rem;
  }

  .almha-nav__logo_lottie {
    width: 5rem;
  }
}

#w-node-a70a665e-6062-fba8-24d6-2aa82cac00e5-2cac00e4 {
  grid-area: 1 / 2 / 2 / 3;
}


@font-face {
  font-family: 'ABC Social';
  src: url('../fonts/ABCSocial-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Social';
  src: url('../fonts/ABCSocial-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}