/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

/* ==========================================================================
   base
   ========================================================================== */

@font-face {
  font-family: 'WO-Regular';
  font-style: normal;
  font-weight: 400;
  src: url( '../fonts/WO-Regular-web.eot' ),
       url( '../fonts/WO-Regular-web.eot?#iefix' ) format( 'embedded-opentype' ),
       url( '../fonts/WO-Regular-web.woff' ) format( 'woff' ),
       url( '../fonts/WO-Regular-web.woff2' ) format( 'woff2' );
}

@font-face {
  font-family: 'WO-Regular-Mono';
  font-style: normal;
  font-weight: 400;
  src: url( '../fonts/WO-Regular-Mono.eot' ),
       url( '../fonts/WO-Regular-Mono.eot?#iefix' ) format( 'embedded-opentype' ),
       url( '../fonts/WO-Regular-Mono.woff' ) format( 'woff' ),
       url( '../fonts/WO-Regular-Mono.woff2' ) format( 'woff2' );
}

:root {
   --fullpage-height: 100vh;
}

html, body {
  width: 100vw;
  max-width: 100%;
  height: 100vw;
  height: var(--fullpage-height);
  margin: 0;
  padding: 0;
  --color-dark: #000000;
  --color-light: #FFFFFF;
  --color-grey-250: rgba(0, 0, 0, 0.25);
  --color-grey-125: rgba(0, 0, 0, 0.125);
  --base-size: 1.7vw; /* base for spacing and fonts */
  --space-xxs: calc( var(--base-size) / 4 );
  --space-xs: calc( var(--base-size) / 3 );
  --space-s: calc( var(--base-size) / 1.5 );
  --space-m: var(--base-size);
  --space-l: calc( var(--base-size) * 1.333 );
  --space-xl: calc( var(--base-size) * 2.666 );
  --space-xxl: calc( var(--base-size) * 5.333 );
  --line-height: 1.125;
  --font-xxs: calc( var(--base-size) / 2.666 );
  --font-xs: calc( var(--base-size) / 2 );
  --font-s: calc( var(--base-size) / 1.5 );
  --font-m: var(--base-size);
  --font-l: calc( var(--base-size) * 1.333 );
  --font-xl: calc( var(--base-size) * 2.666 );
  --font-xxl: calc( var(--base-size) * 4 );
  --border-dark: 0.05rem solid var(--color-dark);
  --border-light: 0.05rem solid var(--color-light);
  --badge-shadow-grey-250: 0 0 0.25vw 0 rgba(0, 0, 0, 0.25);
  --slide-img-bg: rgba(0, 0, 0, 0.25);
  --header-height: calc( var(--space-s) + ( var(--font-m) * var(--line-height) ) + var(--space-s) );
}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

  html, body {
    --base-size: 3.2vw; /* base for spacing and fonts */
  }

}

html {
  background: var(--color-light);
  color: var(--color-dark);
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: var(--color-light);
  color: var(--color-dark);
  font-family: "WO-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: var(--font-m);
  line-height: var(--font-m);
  letter-spacing: 0;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" on, "dlig" on, "kern" on;
      -ms-font-feature-settings: "liga" on, "dlig" on, "kern" on;
          font-feature-settings: "liga" on, "dlig" on, "kern" on;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

:focus { 
  outline: none;
}

:-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
:selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
} 
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /* IE6, IE7 */
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*
 * Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* ==========================================================================
   oembed (acf)
   ========================================================================== */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%; 
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   animations
   ========================================================================== */

/* swup progress */

.swup-progress-bar {
  z-index: 800;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-dark);
}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {
}

/* transition during page visits */
html.is-changing .transition-fade {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
  opacity: 1;
}
html.is-leaving .transition-fade {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  opacity: 1;
}
/* styles for the unloaded pages */
html.is-animating .transition-fade {
  opacity: 0;
}

/* ==========================================================================
   cursor
   ========================================================================== */

/*

html,
* {
  cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAADUlEQVQYV2P4//8/IwAI/QL/+TZZdwAAAABJRU5ErkJggg=='),
  url(../img/cursor/blank.cur),
  none !important;
}

.site-cursor {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1.0);
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 0;
  margin-left: -0.25vw;
  margin-top: -0.25vw;
  pointer-events: none;
  -webkit-transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, rotate, translate, -webkit-transform, -webkit-clip-path;
  transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, rotate, translate, -webkit-transform, -webkit-clip-path;
  -o-transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
  transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
  transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path, -webkit-transform, -webkit-clip-path;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  border: 0px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffff; 
          box-shadow: 0px 0px 10px 0px #ffffff;
}

.site-cursor .cursor {
  position: absolute;
  width: 0.25vw;
  height: 0.25vw;
  background: rgba(0, 0, 0, 1.0);
  border-radius: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.site-cursor.cursor--white {
  background: rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 0px 0px 10px 0px #000000; 
          box-shadow: 0px 0px 10px 0px #000000;
}
.site-cursor.cursor--white .cursor {
  background: rgba(255, 255, 255, 1.0);
}

.site-cursor.cursor--minus {
  width: 2.5vw;
  height: 0.5vw;
  margin-left: -1.25vw;
  margin-top: -0.25vw;
}
.site-cursor.cursor--minus .cursor {
  width: 0.5vw;
  height: 0.5vw;
  margin-left: 0vw;
  margin-top: 0vw;
}

.cursor--plus {
  width: 2.5vw;
  height: 0.5vw;
  margin-left: -1.25vw;
  margin-top: -0.25vw;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
          box-shadow: 0px 0px 0px 0px #ffffff;
}
.site-cursor.cursor--plus .cursor {
  width: 0.5vw;
  height: 2.5vw;
  margin-left: 0vw;
  margin-top: 0vw;
}

.site-cursor.cursor--link-1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

*/

/* ==========================================================================
   grid system
   ========================================================================== */

.grid-container--padding .grid--visible {
  background-color: lightcoral;
  margin-bottom: 2px !important;
}
.grid-container--margin .grid--visible {
  background-color: lightblue;
  margin-bottom: 2px !important;
}

.grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid-container--space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid-container--space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.grid-container--padding {
  padding: 0 var(--space-s);
}
.grid-container--margin {
  margin: 0 var(--space-s);
}
.grid-container--nospace {
  margin: 0;
  padding: 0;
}

.grid-item--1-1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
}

.grid-item--1-2 {
  -ms-flex-preferred-size: calc( (100% - var(--space-s)) / 2 );
      flex-basis: calc( (100% - var(--space-s)) / 2 );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-item--1-3 {
  -ms-flex-preferred-size: calc( (100% - 2 * var(--space-s)) / 3 );
      flex-basis: calc( (100% - 2 * var(--space-s)) / 3 );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-item--2-3 {
  -ms-flex-preferred-size: calc( ((100% - 2 * var(--space-s)) / 3) * 2 + var(--space-s) );
      flex-basis: calc( ((100% - 2 * var(--space-s)) / 3) * 2 + var(--space-s) );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-item--1-4 {
  -ms-flex-preferred-size: calc( (100% - 3 * var(--space-s)) / 4 );
      flex-basis: calc( (100% - 3 * var(--space-s)) / 4 );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-item--3-4 {
  -ms-flex-preferred-size: calc( ((100% - 3 * var(--space-s)) / 4) * 3 + 2 * var(--space-s) );
      flex-basis: calc( ((100% - 3 * var(--space-s)) / 4) * 3 + 2 * var(--space-s) );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-item--1-6 {
  -ms-flex-preferred-size: calc( (100% - 5 * var(--space-s)) / 6 );
      flex-basis: calc( (100% - 5 * var(--space-s)) / 6 );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-item--5-6 {
  -ms-flex-preferred-size: calc( ((100% - 5 * var(--space-s)) / 6) * 5 + 4 * var(--space-s) );
      flex-basis: calc( ((100% - 5 * var(--space-s)) / 6) * 5 + 4 * var(--space-s) );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-item--1-8 {
  -ms-flex-preferred-size: calc( (100% - 7 * var(--space-s)) / 8 );
      flex-basis: calc( (100% - 7 * var(--space-s)) / 8 );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-item--1-9 {
  -ms-flex-preferred-size: calc( (100% - 8 * var(--space-s)) / 9 );
      flex-basis: calc( (100% - 8 * var(--space-s)) / 9 );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-item--1-12 {
  -ms-flex-preferred-size: calc( (100% - 11 * var(--space-s)) / 12 );
      flex-basis: calc( (100% - 11 * var(--space-s)) / 12 );
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

  .grid-item--1-6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .grid-item--5-6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .grid-item--1-3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .grid-item--2-3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  
}

/* ==========================================================================
   element styles
   ========================================================================== */

.splide__spinner {
  display: none !important;
}

.hidden {
  display: none !important;
}

/*
main.curtain {
  opacity: var(--opacity, 0);
  transition: opacity 1s ease-in-out;
  will-change: opacity;
}
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 calc( var(--font-m) * var(--line-height) ) 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: var(--font-m);
  line-height: calc( var(--font-m) * var(--line-height) );
  letter-spacing: 0;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" on, "dlig" on, "kern" on;
      -ms-font-feature-settings: "liga" on, "dlig" on, "kern" on;
          font-feature-settings: "liga" on, "dlig" on, "kern" on;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 calc( var(--font-m) * var(--line-height) ) 0;
  padding: 0;
  line-height: calc( var(--font-m) * var(--line-height) );

  text-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" on, "dlig" on, "kern" on;
      -ms-font-feature-settings: "liga" on, "dlig" on, "kern" on;
          font-feature-settings: "liga" on, "dlig" on, "kern" on;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p.text--small {
  margin: 0 0 calc( var(--font-xs) * var(--line-height) ) 0;
  padding: 0;
  font-size: var(--font-s);
  line-height: calc( var(--font-xs) * var(--line-height) );
  background-color: red;
}

span.img--caption--copyright:before {
  content: "\00A9\00A0";
}

h1.section-head {
  display: inline-block;
  margin: 0;
  padding: var(--space-s);
  font-size: var(--font-m);
  line-height: var(--font-m);
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
h1.section-head:after {
  content: "\00A0\2014";
  -webkit-font-feature-settings: "case" on;
      -ms-font-feature-settings: "case" on;
          font-feature-settings: "case" on;
}

h1.page-head {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  margin: calc( var(--font-xxl) * -0.025 ) 0 calc( var(--font-xxl) * -0.025 ) 0;
  padding: var(--space-s) 0;
  font-size: var(--font-xxl);
  line-height: var(--font-xxl);
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color-dark);
  vertical-align: middle;
  background-color: red;
}

h2 {
}

.text--small {
  font-size: var(--font-s);
  line-height: calc( var(--font-s) * var(--line-height) );
}

.text-uppercase {
  text-transform: uppercase;
  -webkit-font-feature-settings: "case" on;
      -ms-font-feature-settings: "case" on;
          font-feature-settings: "case" on;
}

.text-align--right {
  text-align: right;
}

.text--mono {
  font-family: 'WO-Regular-Mono';
}

.align-content--center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.align-items--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-self--center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.vertical-align--middle {
  vertical-align: middle;
}

/* ==========================================================================
   header
   ========================================================================== */

.header--fixed {
  z-index: 500;
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: rgba(0,0,0,0);
  mix-blend-mode: difference;
  transform: translate3d(0, 0, 0);

  transition: opacity 0.3s ease-out;
  will-change: transform, opacity;
  /* 
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
  */
  /*
  -webkit-box-shadow: 0 0 var(--space-xs) 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 var(--space-xs) 0 rgba(0, 0, 0, 0.25);
  */
}
.header--fixed.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.header--fixed--backdrop {
  z-index: 499;
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: var(--header-height);
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: rgba(0,0,0,0);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

#header--nav {
  z-index: 800 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0;
  padding: var(--space-s) var(--space-s);
  overflow: hidden;
}

.header--nav--logo {

  z-index: 800;
  overflow: hidden;

  h1.header--logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--color-light);
  }

  h1 a {
    text-decoration: none;
    border: none;
    outline: none;
    color: var(--color-light);
  }

}

.header--nav--center {
}

.header--nav--menu {

  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  ul.menu--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            align-content: center;
            align-self: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ul.menu--main li {
    margin: 0;
    padding: 0 0 0 var(--space-s);
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    color: var(--color-light);
  }
  ul.menu--main li a {
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    height: calc( var(--font-m) * var(--line-height) );
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    color: var(--color-light);
    overflow: hidden;
  }
  ul.menu--main li a:hover {
    text-decoration: none;
    border: none;
  }

  span.menu--main--badge {
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    margin: 0 0 0 calc( var(--space-xs) / 1 );
    padding: 0;
    height: calc( var(--font-m) * var(--line-height) - 2px);
    width: calc( var(--font-m) * var(--line-height) * 2 - 2px );
    border: var(--border-light);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-xs);
    line-height: var(--font-xs);
    text-transform: uppercase;
    color: var(--color-light);
  }

}

.header--nav--mobile {
  display: none;
}
.header--nav--mobile--menu {
  display: none;
}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

  #header--nav {
    z-index: 800;
    margin: 0;
  }

  .header--nav--title {
    display: none;
  }

  .header--nav--menu {
    display: none;
  }

  .header--nav--mobile {
    z-index: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #mobile--menu--toggle {
    z-index: 800;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-m);
    line-height: var(--font-m);
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    text-decoration: none;
    color: var(--color-light);
  }
  #mobile--menu--toggle:after {
  content: "=";
  -webkit-font-feature-settings: "case" on;
      -ms-font-feature-settings: "case" on;
          font-feature-settings: "case" on;
  }
  #mobile--menu--toggle.active:after {
  content: "–";
  -webkit-font-feature-settings: "case" on;
      -ms-font-feature-settings: "case" on;
          font-feature-settings: "case" on;
  }

  /* [mobile] menu -- overlay */

  .header--nav--mobile--menu {

    z-index: 400;
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc( 100vh - var(--header-height) );
    height: calc( var(--fullpage-height) - var(--header-height) );
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.825);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: height 0.3s ease;

    ul.menu--main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-content: center;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
    }

    ul.menu--main li {
      display: inline-block;
      margin: var(--space-s);
      padding: calc( var(--space-s) * 2 ) calc( var(--space-s) * 3 );
      text-align: center;
      border-radius: 100px;
      border: var(--border-dark);
      color: var(--color-dark);
      font-family: 'WO-Regular-Mono';
      font-size: var(--font-xl);
      line-height: var(--font-xl);
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      text-transform: none;
      white-space: nowrap;
      /*
      -webkit-box-shadow: var(--badge-shadow-grey-250);
      box-shadow: var(--badge-shadow-grey-250);
      */
    }
    ul.menu--main li a {
      display: flex;
      align-items: center;
      align-content: center;
      align-self: center;
      margin: 0;
      padding: 0;
      color: var(--color-dark);
      text-decoration: none;
      border: none;
      outline: none;

    }
    ul.menu--main li a:hover {
      color: var(--color-dark);
      text-decoration: none;
      border: none;
      outline: none;
    }

    .menu--main--badge {
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      width: calc( var(--font-m) * 5 );
      height: calc( var(--font-m) * 2.5 );
      margin: 0 0 0 var(--space-s);
      padding: 0;
      text-align: center;
      border: calc( var(--font-xl) / 100 ) solid var(--color-dark);
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: var(--color-dark);
      font-size: var(--font-m) !important;
      line-height: var(--font-m) !important;
      text-transform: uppercase;
    }

  }

  .header--nav--mobile--menu.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

/* ==========================================================================
   main
   ========================================================================== */

main {
  margin: var(--header-height) 0 0 0;
  padding: 0;
}

/* ==========================================================================
   homepage : projects
   ========================================================================== */

main#page-home {

  padding-top: 0;

  a.page-home--link {
    display: inline-block;
    margin: var(--space-xs) 0 0 0;
    padding: 0 var(--space-s);
    background: var(--color-light);
    color: var(--color-dark);
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-s);
    line-height: calc( 2 * var(--font-s) * var(--line-height) );
    text-decoration: none;
    outline: none;
    border: var(--border-dark);
    border-radius: 100px;
    vertical-align: middle;
  }
  a.page-home--link:hover {
    color: var(--color-dark);
    text-decoration: none;
    outline: none;
  }

  section#page-home--opener {
    display: block;
    width: 100%;
    height: calc( 100vh - var(--header-height) - ( 4 * var(--font-l) * var(--line-height) ) - var(--space-xs) );
    height: calc( var(--fullpage-height) - var(--header-height) - ( 4 * var(--font-l) * var(--line-height) ) - var(--space-xs) );
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
    .splide {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }
    .splide__track {
      height: 100%;
      padding: 0;
      margin: 0;
    }
    .splide__list {
      margin: 0;
      padding: 0;
      will-change: transform;
    }
    .splide__slide {
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 0;
      margin: 0 0 0 var(--space-s);
      box-sizing: border-box;
      overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
    }
    .slide--image--wrapper {
      flex: 1 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio: 3/2;
      width: 100%;
      height: auto;
      overflow: hidden;
      transition: background-color 1s ease-in-out;
      will-change: background-color;
    }
    .slide--img--wrapper.bg-color {
      background-color: #00000020;
      transition: background-color 0.1s ease-in-out;
    }
    .slide--img--wrapper:not(.bg-color) {
      background-color: transparent;
    }
    .slide--img--wrapper.bg-color--transparent {
      background-color: transparent !important;
    }
    .slide--img--wrapper img {
      display: block;
      aspect-ratio: 3/2;
      height: 100%;
      max-height: 100%;
      width: 100%;
      max-width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      will-change: opacity;
    }
    .slide--img--wrapper img.is-loaded {
      opacity: 1;
    }

    .slider--footer--wrapper {
      display: block;
      flex-shrink: 0;
      flex-shrink: 0;
      background: blue;
    }

    .page-home--opener--slider--text {
      display: flex;
      align-content: center;
      align-items: center;
      margin: var(--space-xs) 0 0 0;
      padding: 0;
      font-size: var(--font-m);
      line-height: calc( var(--font-m) * var(--line-height) );
    }
    .page-home--opener--slider--category {
      display: inline-flex;
      align-content: center;
      align-items: center;
      height: calc( var(--font-s) * var(--line-height) );
      margin: 0;
      padding: 0 var(--space-xs);
      border: var(--border-dark);
      border-radius: 100px;
      color: var(--color-dark);
      font-family: 'WO-Regular-Mono';
      font-size: var(--font-xs);
      line-height: calc( var(--font-m) * var(--line-height) ); /* line-height: calc( var(--font-m) / 1.125 ); */
    }

    a {
      text-decoration: none;
      outline: none;
      color: inherit;
    }
  }

  @media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

    section#page-home--opener {
      display: block;
      width: 100%;
      min-width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      overflow: hidden;
       -webkit-user-select: none;
          -moz-user-select: none;
           -ms-user-select: none;
               user-select: none;
      .splide {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
      .splide__track {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
      }
      .splide__list {
        margin: 0;
        padding: 0;
        will-change: transform;
      }
      .splide__slide {
        display: flex;
        flex-direction: column;
        width: calc( 100% - var(--space-s) - var(--space-s) );
        height: auto;
        margin: 0 0 0 var(--space-s);
        padding: 0;
        box-sizing: border-box;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        will-change: transform;
      }
      .slide--img--wrapper {
        aspect-ratio: 3/2;
        width: 100%;
        height: auto;
        overflow: hidden;
      }
      .slide--img--wrapper img {
        display: block;
        aspect-ratio: 3/2;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        margin: 0;
        padding: 0;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        will-change: opacity;
      }
      .slide--footer--wrapper {
      }
      .page-home--opener--slider--text {
        display: flex;
        align-content: center;
        align-items: center;
        margin: var(--space-xs) 0 0 0;
        padding: 0;
        font-size: var(--font-m);
        line-height: calc( var(--font-m) * var(--line-height) );
      }
      .page-home--opener--slider--category {
        display: inline-flex;
        align-content: center;
        align-items: center;
        height: calc( var(--font-s) * var(--line-height) );
        margin: 0 0 var(--space-s) 0;
        padding: 0 var(--space-xs);
        border: var(--border-dark);
        border-radius: 100px;
        color: var(--color-dark);
        font-family: 'WO-Regular-Mono';
        font-size: var(--font-xs);
        line-height: calc( var(--font-m) * var(--line-height) ); /* line-height: calc( var(--font-m) / 1.125 ); */
      }
      a {
        text-decoration: none;
        outline: none;
        color: inherit;
      }
      .page-home--opener--progress {
        display: block;
        width: calc( 100% - var(--space-s) - var(--space-s) );
        margin: 0 auto;
        background: var(--color-grey-125);
        .page-home--opener--progress-bar {
          height: 1px;
          background: var(--color-dark);
          width: 0;
          transition: width 0.3s ease;
        }
      }
    }

  }

  section#page-home--studio {

    padding: 0;
    margin-bottom: var(--space-xxl);

    .page-home--studio--intro {
      margin: calc( 2 * var(--font-l) * var(--line-height) ) 0 0 0;
      padding: 0;
    }
    .page-home--studio--intro p {
      /* width: calc( ((100% - 5 * var(--space-s)) / 6) * 5 + 4 * var(--space-s) ); */
      margin: 0;
      padding: 0;
      font-size: var(--font-l);
      line-height: calc( var(--font-l) * var(--line-height) );
    }

  }


  section#page-home--projects {

    padding: 0;
    margin-bottom: var(--space-xxl);

    h1 {
      display: none;
      margin: 0;
      padding: 0;
      font-size: var(--font-m);
      line-height: var(--font-m);
    }

    .page-home--projects--index {
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    .page-home--projects--index--item {

      display: block;
      margin: 0;
      padding: 0;
      overflow-x: auto;
      overflow-y: hidden;
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      

      h2.project--title {
        display: inline-flex;
        align-items: center;
        align-content: center;
        margin: 0;
        padding: 0;
        font-size: var(--font-xxl);
        line-height: var(--font-xxl);
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        text-transform: uppercase;
        white-space: nowrap;
        color: var(--color-dark);
      }
      h2.project--title a {
        z-index: 50;
        position: relative;
        text-decoration: none;
        border: none;
        outline: none;
        color: var(--color-dark);
      }
      h2.project--title a:hover {
        z-index: 200 !important;
        -webkit-text-stroke: 0.05rem var(--color-dark); /* 0.05vw */
                text-stroke: 0.05rem var(--color-dark);
        -webkit-text-fill-color: transparent;
                text-fill-color: transparent;
        color: transparent;
      }

      img.project--thumbnail {
        z-index: 100;
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin: auto;
        width: 84vw;
        height: auto;
        max-height: calc(100vh - 16vw);
        -o-object-fit: contain;
           object-fit: contain;
        border: none;
      }
      h2.project--title:hover + .project--thumbnail {
        display: block;
      }
      h2.project--title:hover + .project--thumbnail {
        display: block;
      }

    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .page-home-projects--item::-webkit-scrollbar {
      display: none;
    }

  }


  section#page-home--edition {

    padding: 0;
    margin-bottom: var(--space-xxl);

    .page-home--edition--index {
      margin: 0;
      padding: 0;
    }
    .page-home--edition--index p {
      margin: 0;
      padding: 0;
      font-size: var(--font-xxl);
      line-height: calc( var(--font-xxl) * var(--line-height) );
    }

  }

  
  section#page-home--contact {

    display: block;

    p.page-home--contact-details {
      margin: 0;
      padding: 0;
      font-size: var(--font-s);
      line-height: calc( var(--font-s) * var(--line-height) );
    }
    p.page-home--contact-details span {
      display: inline-block;
      margin: 0 var(--space-s) 0 0;
      padding: 0;
    }
    p.page-home--contact-details span:last-child {
      margin: 0;
    }

    }
  /* inline thumbnail (mobile) */

/*
  img.project-thumbnail--mobile {
    z-index: 100;
    display: none;
    position: relative;
    top: -0.75vw;
    left: 0;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);  
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: top;
    width: auto;
    height: calc(var(--font-xl) - 2.5vw);
    max-height: calc(var(--font-xl) - 2.5vw);
    -o-object-fit: contain;
    object-fit: contain;
    border: none;
  }
*/

}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

}

/* ==========================================================================
   page : studio
   ========================================================================== */

main#page-studio {
  padding-top: var(--space-xl);
}

section#page-studio--intro {

  .studio--intro--text {
    -ms-flex-preferred-size: calc( ((100% - 5 * var(--space-s)) / 6) * 5 + 4 * var(--space-s) );
        flex-basis: calc( ((100% - 5 * var(--space-s)) / 6) * 5 + 4 * var(--space-s) );
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .studio--intro--text p {
    font-size: var(--font-l);
    line-height: calc( var(--font-l) * var(--line-height) );
    margin-bottom: calc( var(--font-l) * var(--line-height) );
  }
  .studio--intro--img {
    display: block;
    width: calc( (100% - var(--space-s)) / 2 );
    margin: 0  auto calc( 4 * var(--font-m) * var(--line-height) ) auto;
    padding: 0;
    overflow: hidden;
  }
  img.studio--intro--portrait {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  p.studio--intro--img--caption {
    display: block;
    margin: var(--space-xxs) 0 0 0;
    padding: 0;
    color: var(--color-dark);
    font-size: var(--font-xs);
    line-height: calc( var(--font-xs) * var(--line-height) );
  }
  p.studio--intro--img--caption span {
    display: inline;
    margin: 0;
    padding: 0;
  }
  span.img--caption--copyright {
    color: var(--color-grey-250);
  }

  @media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

    .studio--intro--text {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
    }

    .studio--intro--img {
      width: 100%;
    }

  }

}


section#page-studio--info {

  .page-studio--info--container {
    padding: var(--space-xs) 0 0 0;
    border-top: var(--border-dark);
  }

  p.page-studio--main {
    display: block;
    margin: 0 0 calc( 2 * var(--font-m) * var(--line-height) ) 0;
    padding: 0;
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );
  }

  h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
  }

  @media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

    h3 {
      margin: 0 0 calc( var(--font-m) * var(--line-height) ) 0;
    }

  }

  .contact-details {
    display: block;
    margin: 0 0 calc( 2 * var(--font-m) * var(--line-height) ) 0;
    padding: 0;
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );

    a {
      display: inline-block;
      margin: 0 var(--space-xs) 0 0;
      padding: 0 var(--space-s);
      background-color: var(--color-dark);
      color: var(--color-light);
      font-family: 'WO-Regular-Mono';
      font-size: var(--font-s);
      line-height: calc( 2 * var(--font-s) * var(--line-height) );
      text-decoration: none;
      outline: none;
      border: none;
      border-radius: 100px;
      /*
      -webkit-box-shadow: var(--badge-shadow-grey-250);
      box-shadow: var(--badge-shadow-grey-250);
      */
    }
    a:hover {
      color: var(--color-light);
      text-decoration: none;
      outline: none;
      border: none;
    }
    /*
    a:before {
    content: "\2197\00A0";
    }
    */
  }

  ul {
    display: block;
    margin: 0 0 calc( 2 * var(--font-m) * var(--line-height) ) 0;
    padding: 0;
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );
    list-style: none;
  }

/*
  ul li.studio--services {
    display: inline-block;
    margin: 0;
    padding: calc( var(--font-m) * var(--line-height) / 2 );
    background-color: var(--color-light);
    border-radius: 0px;
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );
    color: var(--color-dark);
    border: var(--border-dark);
    text-decoration: none;
    outline: none;
  }

  ul li.studio--clients {
  }

  ul li.studio--awards {
  }
*/

  ul a.link-extern {
    color: var(--color-dark);
    text-decoration: none;
    border: none;
  }
  ul a.link-extern:after {
    font-size: var(--font-xs);
    line-height: calc( var(--font-xs) * var(--line-height) );
    vertical-align: text-top;
    content: "\00A0\2197";
    position: relative;
    display: inline-block;
  }
  ul a.link-extern:hover {
    color: var(--color-dark);
    text-decoration: none;
    border: none;
  }

  li.weblink a {
    color: var(--color-dark);
    text-decoration: none;
    border: none;
  }
  li.weblink a:hover {
    color: var(--color-dark);
    text-decoration: none;
    border: none;
  }

}



#page-studio--gallery {

  clear: both;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;

  .splide__track {
    height: 50vh;
    height: calc( var(--fullpage-height) / 2 );
    margin: 0;
    padding: 0;
  }
  .splide__list {
    margin: 0;
    padding: 0;
    will-change: transform;
  }
  .splide__slide {
    height: 100%;
    /* width: auto; */
    margin: 0 0 0 var(--space-s);
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }
  .splide__slide img {
    width: auto;
    height: calc( 100% - var(--space-xxs) - ( 2 * (var(--font-xs) * var(--line-height)) ) );
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 0 var(--space-xxs) 0;
    padding: 0;
  }
  p.page-studio--gallery--img--caption {
    display: block;
    margin: 0;
    padding: 0;
    color: var(--color-dark);
    font-size: var(--font-xs);
    line-height: calc( var(--font-xs) * var(--line-height) );
  }
  p.page-studio--gallery--img--caption span {
    display: inline;
    margin: 0;
    padding: 0;
  }
  span.img--caption--copyright {
    color: var(--color-grey-250);
  }

}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

  #page-studio--gallery {

    clear: both;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;

    .splide__track {
      width: 100%;
      height: 60vw;
      margin: 0;
      padding: 0;
    }
    .splide__list {
      margin: 0;
      padding: 0;
      will-change: transform;
    }
    .splide__slide {
      height: 100%;
      /* width: auto; */
      margin: 0 0 0 var(--space-s);
      padding: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      will-change: transform;
    }
    .splide__slide img {
      width: 100%;
      height: calc( 100% - var(--space-xxs) - ( 2 * (var(--font-xs) * var(--line-height)) ) );
      -o-object-fit: contain;
         object-fit: contain;
      margin: 0 0 var(--space-xxs) 0;
      padding: 0;
    }
    p.page-studio--gallery--img--caption {
      display: block;
      margin: 0;
      padding: 0;
      color: var(--color-dark);
      font-size: var(--font-xs);
      line-height: calc( var(--font-xs) * var(--line-height) );
    }

  }

}

/* ==========================================================================
   page : projects
   ========================================================================== */

main#page-projects {
  padding-top: var(--space-xl);
}

section#page-projects--header {
}

.page-projects--title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 0 var(--space-xl) 0;
  margin: 0;
  font-size: var(--font-xl);
  line-height: var(--font-xl);
}

#page-projects--index {

  /* sort */

  .page-projects--index--sort {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 0 var(--space-xxs) 0;
    overflow: hidden;
    border-bottom: var(--border-dark);
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-s);
    line-height: calc( var(--font-m) * var(--line-height) );
  }
  .page-projects--index--sort a {
    color: var(--color-dark);
    text-decoration: none;
    outline: none;
    border: none;
  }
  .page-projects--index--sort a::before {
    content: "\2014\00A0";
  }
  .page-projects--index--sort a.active--desc::before {
    content: "\2193\00A0";
    text-decoration: none;
    outline: none;
    border: none;
  }
  .page-projects--index--sort a.active--asc::before {
    content: "\2191\00A0";
    text-decoration: none;
    outline: none;
    border: none;
  }
  .sort--title {
    -ms-flex-preferred-size: calc( (100% - 2 * var(--space-s)) / 3 );
    flex-basis: calc( (100% - 2 * var(--space-s)) / 3 );
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .sort--subtitle {
    -ms-flex-preferred-size: calc( (100% - 2 * var(--space-s)) / 3 );
    flex-basis: calc( (100% - 2 * var(--space-s)) / 3 );
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .sort--category {
    -ms-flex-preferred-size: calc( (100% - 3 * var(--space-s)) / 4 );
    flex-basis: calc( (100% - 3 * var(--space-s)) / 4 );
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .sort--year {
    -ms-flex-preferred-size: calc( (100% - 11 * var(--space-s)) / 12 );
    flex-basis: calc( (100% - 11 * var(--space-s)) / 12 );
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
  }

  #page-projects--index--list {

    a.project--link {
      text-decoration: none;
      border: none;
      outline: none;
      color: var(--color-dark);
    }

    .page-projects--index--item {
      padding: var(--space-xs) 0;
      overflow: hidden;
      border-bottom: var(--border-dark);
      color: var(--color-dark);

      .project--meta--wrapper {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }

      .project--title {
        -ms-flex-preferred-size: calc( ( 100% - 11 * var(--space-s) ) / 12 * 3 + ( 2 * var(--space-s) ) );
            flex-basis: calc( ( 100% - 11 * var(--space-s) ) / 12 * 3 + ( 2 * var(--space-s) ) );
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }

      .project--title h2 {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: var(--font-m);
        line-height: calc( var(--font-m) * var(--line-height) );
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        text-transform: uppercase;
        white-space: nowrap;
      }

      .project--subtitle {
        -ms-flex-preferred-size: calc( ( 100% - 11 * var(--space-s) ) / 12 * 5 + ( 4 * var(--space-s) ) );
            flex-basis: calc( ( 100% - 11 * var(--space-s) ) / 12 * 5 + ( 4 * var(--space-s) ) );
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }

      p {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: var(--font-m);
        line-height: calc( var(--font-m) * var(--line-height) );
        white-space: nowrap;
      }

      .project--category {
        -ms-flex-preferred-size: calc( ( 100% - 11 * var(--space-s) ) / 12 * 3 + ( 2 * var(--space-s) ) );
            flex-basis: calc( ( 100% - 11 * var(--space-s) ) / 12 * 3 + ( 2 * var(--space-s) ) );
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: 0;
        padding: 0;
        overflow: hidden;

        /*
        ul {
          display: flex;
          align-content: center;
          align-items: center;
          height: calc( var(--font-m) * var(--line-height) );
          margin: 0;
          padding: 0;
          list-style: none;
        }
        li.project--category--item {
          margin: 0 var(--space-xxs) 0 0;
          padding: 0 var(--space-xxs);
          border: 0.05rem solid var(--color-dark);
          border-radius: 100px;
          background: var(--color-light);
          color: var(--color-dark);
          font-size: var(--font-xs);
          line-height: calc( var(--font-s) * var(--line-height) );
        }
        */

        ul {
          display: inline-block;
          margin: 0;
          padding: 0;
          list-style: none;
        }
        li.project--category--item {
          display: inline-block;
          font-size: var(--font-m);
          line-height: calc( var(--font-m) * var(--line-height) );
        }
        li.project--category--item:after {
          content: ",\00A0";
        }
        li.project--category--item:last-child:after {
          content: "";
        }

      }

      .project--year {
        -ms-flex-preferred-size: calc( ( 100% - 11 * var(--space-s) ) / 12 );
            flex-basis: calc( ( 100% - 11 * var(--space-s) ) / 12 );
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-align: right;
      }
      .project--year p {
        -webkit-font-feature-settings: "tnum" on, "case" on;
            -ms-font-feature-settings: "tnum" on, "case" on;
                font-feature-settings: "tnum" on, "case" on;
      }

      img.project--thumbnail {
        z-index: 100;
        position: absolute;
        width: 20vw;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
        border: none;
        opacity: 0;
        pointer-events: none;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
      }

    }

  }

}


@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

  #page-projects--index {

    border-top: var(--border-dark);
    
    .page-projects--index--sort {
      display: none;
    }

    #page-projects--index--list {

      .page-projects--index--item {

        .project--meta--wrapper {
          -ms-flex-preferred-size: 75%;
              flex-basis: 75%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0;
          padding: 0;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 0;
          padding: 0;
          overflow: hidden;
        }

        .project--title {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          /* margin: 0 0 calc( var(--font-m) * var(--line-height) ) 0; */
        }

        .project--title h2 {
        }

        .project--subtitle {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
        }

        .project--category {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4;
        }

        .project--year {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          text-align: left;
        }
        .project--year:after {
          content: "\00A0";
        }

        .project--thumbnail--wrapper {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0;
          padding: 0;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -ms-flex-line-pack: start;
              align-content: flex-start;
          margin: 0;
          padding: 0;
          overflow: hidden;
        }

        img.project--thumbnail {
          z-index: 1;
          display: block !important;
          position: relative;
          height: calc( 4 * var(--font-m) * var(--line-height) );
          width: auto;
          -o-object-fit: contain;
             object-fit: contain;
          border: none;
          opacity: 1 !important;
          pointer-events: none;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
        }

      }

    }

  }

}

/* ==========================================================================
   single : project
   ========================================================================== */

main#single-project {

  padding-top: 0;

  @media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {
    padding-top: 0;
  }

}

#single-project--header {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: calc( var(--font-l) * var(--line-height) );

    h1.single-project--title {
      margin: 0;
      padding: calc( var(--font-m) / 10 ) 0 0 0;
      font-size: var(--font-xl);
      line-height: var(--font-xl);
      text-transform: uppercase;
      white-space: nowrap;
    }
    .single-project--subtitle {
      display: block;
      margin: 0;
      padding: 0;
      font-size: var(--font-m);
      line-height: calc( var(--font-m) * var(--line-height) );
      text-transform: none;
      white-space: nowrap;
    }
    .single-project--year {
      display: block;
      margin: 0;
      padding: 0;
      font-size: var(--font-m);
      line-height: calc( var(--font-m) * var(--line-height) );
      /*
      -webkit-font-feature-settings: "tnum" on, "case" on;
          -ms-font-feature-settings: "tnum" on, "case" on;
              font-feature-settings: "tnum" on, "case" on;
      */
    }


    @media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

      margin-bottom: calc( var(--font-m) * var(--line-height) );

      h1.single-project--title {
        margin: calc( var(--font-m) * 6 ) 0 calc( var(--font-m) * var(--line-height) ) 0;
        white-space: normal;
      }
      .single-project--subtitle {
        display: inline-block;
        float: left;
      }
      .single-project--year {
        display: inline-block;
        float: right;
      }

    }

  }


#single-project--gallery {
  display: block;
  width: 100%;
  height: calc( 100vh - var(--header-height)  - ( var(--font-l) * var(--line-height) * 2 ) - var(--font-xl) - var(--space-s) );
  height: calc( var(--fullpage-height) - var(--header-height) - ( var(--font-l) * var(--line-height) * 2 ) - var(--font-xl) - var(--space-s) );
  padding: 0;
  margin: 0 0 calc( var(--font-l) * var(--line-height) * 2 ) 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  .splide {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .splide__track {
    height: 100%;
    margin: 0;
  }
  .splide__list {
    margin: 0;
    padding: 0;
    will-change: transform;
  }
  .splide__slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0 0 0 var(--space-s);
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  .slide--img--wrapper {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    transition: background-color 1s ease-in-out;
    will-change: background-color, transform;
  }
  .slide--img--wrapper.bg-color {
    background-color: #00000020;
    transition: background-color 0.1s ease-in-out;
  }
  .slide--img--wrapper:not(.bg-color) {
    background-color: transparent;
  }
  .slide--img--wrapper.bg-color--transparent {
    background-color: transparent !important;
  }
  .slide--img--wrapper img {
    display: block;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    will-change: transform, opacity;
  }
  .slide--img--wrapper img.is-loaded {
    opacity: 1;
  }
  .slide--footer--wrapper {
    display: none;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

  #single-project--gallery {
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    .splide {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }
    .splide__track {
      height: 100%;
      margin: 0;
      padding: 0;
    }
    .splide__list {
      margin: 0;
      padding: 0;
      will-change: transform;
    }
    .splide__slide {
      display: block;
      width: 100vw !important;
      min-width: 100vw !important;
      max-width: 100vw !important;
      height: 100vw !important;
      max-height: 100vw !important;
      aspect-ratio: 1/1;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
    }
    .slide--img--wrapper {
      display: block;
      width: auto;
      height: auto;
      overflow: hidden;
      padding: 0;
      margin: 0 auto;
      transition: background-color 1s ease-in-out;
      will-change: background-color, transform;
    }
    .slide--img--wrapper.is-landscape {
      display: block;
      width: 100vw;
      max-width: 100vw;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain;
      margin: auto;
    }
    .slide--img--wrapper.is-portrait {
      display: block;
      width: auto;
      height: 100vw;
      -o-object-fit: contain;
         object-fit: contain;
      margin: auto;
    }
    .slide--img--wrapper.is-square {
      display: block;
      width: 100vw;
      height: 100vw;
      -o-object-fit: contain;
         object-fit: contain;
      margin: auto;
    }
    .slide--footer--wrapper {
      display: none;
      flex-shrink: 0;
    }
  }

}

#pagination--fraction {
  display: none;

  @media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {
    display: flex;
    justify-content: center;
    margin: var(--space-s) 0 0 0;
    padding: 0;
    /* font-family: 'WO-Regular-Mono'; */
    -webkit-font-feature-settings: "tnum" on, "case" on;
        -ms-font-feature-settings: "tnum" on, "case" on;
            font-feature-settings: "tnum" on, "case" on;
  }
}

#single-project--overview {

  margin-bottom: calc( 2 * var(--font-m) * var(--line-height) );
  
  .single-project--description {
    display: block;
    margin: 0;
    padding: 0;
  }
  .single-project--description p {
    margin: 0;
    padding: 0;
    font-size: var(--font-l);
    line-height: calc( var(--font-l) * var(--line-height) );
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual; /* auto */
  }


  .single-project--highlight {
    display: inline-block;
    margin: calc( var(--font-m) * var(--line-height) ) 0 0 0;
    padding: 0;
  }
  .single-project--highlight--standard {
    display: inline-block;
    margin: 0 0.25vw var(--space-xs) 0.25vw;
    padding: 0 var(--space-s);
    border: none;
    border-radius: 100px;
    -webkit-box-shadow: var(--badge-shadow-grey-250);
    box-shadow: var(--badge-shadow-grey-250);
    background: var(--color-light);
    color: var(--color-dark);
    font-size: var(--font-s);
    line-height: calc( var(--font-l) * var(--line-height) );
  }
  .single-project--highlight--edition {
    display: inline-block;
    margin: 0 0.25vw var(--space-xs) 0.25vw;
    padding: 0 var(--space-s);
    border: none;
    border-radius: 100px;
    -webkit-box-shadow: var(--badge-shadow-grey-250);
    box-shadow: var(--badge-shadow-grey-250);
    background-color: var(--color-dark);
    color: var(--color-light);
    font-size: var(--font-s);
    line-height: calc( var(--font-l) * var(--line-height) );
  }
  .single-project--highlight a {
    text-decoration: none;
    outline: none;
  }
  .single-project--highlight a:hover {
    text-decoration: none;
    outline: none;
  }

  ul.single-project—-credits {

    display: block;
    margin: calc( 2 * var(--font-m) * var(--line-height) ) 0 calc( 2 * var(--font-m) * var(--line-height) ) 0;
    padding: 0;
    /* border-top: var(--border-dark); */
    list-style: none;
  
    li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0;
      padding: 0;
      font-size: var(--font-m);
      line-height: calc( var(--font-m) * var(--line-height) );
      -webkit-font-feature-settings: "case" on;
          -ms-font-feature-settings: "case" on;
              font-feature-settings: "case" on;
    }

    .list--subitem--head {
      -ms-flex-preferred-size: calc( (100% - 3 * var(--space-s)) / 4 );
          flex-basis: calc( (100% - 3 * var(--space-s)) / 4 );
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }
    .list--subitem {
      -ms-flex-preferred-size: calc( ((100% - 3 * var(--space-s)) / 4) * 3 + 2 * var(--space-s) );
          flex-basis: calc( ((100% - 3 * var(--space-s)) / 4) * 3 + 2 * var(--space-s) );
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    a.link-extern {
      color: var(--color-dark);
      text-decoration: none;
      border: none;
    }
    a.link-extern:after {
      font-size: var(--font-xs);
      line-height: calc( var(--font-xs) * var(--line-height) );
      vertical-align: text-top;
      content: "\00A0\2197";
      position: relative;
      display: inline-block;
    }
    a.link-extern:hover {
      color: var(--color-dark);
      text-decoration: none;
      border: none;
    }

    span.inline-list--item {
    }
    span.inline-list--item:after {
      content: ",\00A0";
    }
    span.inline-list--item:last-child:after {
      content: "";
    }


    @media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

      .list--subitem--head {
        -ms-flex-preferred-size: calc( (100% - 2 * var(--space-s)) / 3 );
            flex-basis: calc( (100% - 2 * var(--space-s)) / 3 );
      }
      .list--subitem {
        -ms-flex-preferred-size: calc( ((100% - 2 * var(--space-s)) / 3) * 2 + var(--space-s) );
            flex-basis: calc( ((100% - 2 * var(--space-s)) / 3) * 2 + var(--space-s) );
      }

    }


  }

  .single-project--blocks {
    margin: 0 0 calc( 2 * var(--font-m) * var(--line-height) ) 0;
    padding: var(--space-xxs) 0 0 0;
    border-top: var(--border-dark);
  }
  .single-project—-blocks--text--standard {
  }
  .single-project—-blocks--text--quote {
  }

  ul.single-project—-awards {
    list-style-type: "\273A\00A0\00A0\00A0";
    list-style-position: outside;
    margin: 0 0 calc( 1 * var(--font-m) * var(--line-height) ) 0;
    padding: 0 0 0 1.5em;
    /* border-top: var(--border-dark); */
  }
  ul.single-project—-awards li {
    margin: 0;
    padding: 0;
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );
  }
  ul.single-project—-awards li a {
    color: var(--color-dark);
    text-decoration: none;
    outline: none;
  }
  ul.single-project—-awards li a:hover {
    color: var(--color-dark);
    text-decoration: none;
    outline: none;
  }
  ul.single-project—-awards li a::after {
    font-size: var(--font-xs);
    line-height: calc( var(--font-xs) * var(--line-height) );
    vertical-align: text-top;
    content: "\00A0\2197";
    position: relative;
    display: inline-block;
  }
  .single-project—-awards--badge:before {
    content: "\00A0\00B7\00A0";
  }

  ul.single-project—-weblinks {
    list-style-type: "\2192\00A0\00A0\00A0";
    list-style-position: outside;
    margin: 0 0 calc( 1 * var(--font-m) * var(--line-height) ) 0;
    padding: 0 0 0 1.5em;
    /* border-top: var(--border-dark); */
  }
  ul.single-project—-weblinks li {
    margin: 0;
    padding: 0;
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );
  }
  ul.single-project—-weblinks li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    color: var(--color-dark);
    text-decoration: none;
    outline: none;
  }
  ul.single-project—-weblinks li a:hover {
    color: var(--color-dark);
    text-decoration: none;
    outline: none;
  }
  .single-project—-weblinks--badge {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 var(--space-xs);
    padding: 0 var(--space-xs);
    border: var(--border-dark);
    border-radius: 100px;
    background: var(--color-light);
    color: var(--color-dark);
    font-size: var(--font-xs);
    line-height: calc( var(--font-m) * 1 );
  }

}

/* ==========================================================================
   swiper (single project : related posts)
   ========================================================================== */

#single-project--related {

    display: block;
    width: 100%;
    margin: 0;
    padding: var(--space-xs) 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    border-top: 1px solid var(--color-dark);
    border-bottom: 1px solid var(--color-dark);
  
  .splide__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /* width: auto; */
    height: var(--font-xl);
    margin: 0 0 0 var(--space-s);
    padding: 0;
    /* prevent safari flicker ? */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }

  .splide__slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: var(--color-dark);
    text-decoration: none;
    outline: none;
  }
  .splide__slide a:hover {
    color: var(--color-dark);
    text-decoration: none;
    outline: none;
  }
  .splide__slide a h3 {
    margin: calc( var(--font-l) * 0.125) 0 0 0;
    padding: 0;
    vertical-align: middle;
    font-size: var(--font-xl);
    line-height: var(--font-xl);
    text-transform: uppercase;
    white-space: nowrap;
  }

  .splide__slide a img {
    width: auto;
    max-width: 100%;
    height: calc( var(--font-l) * 1.25);
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 0 0 var(--space-s);
    padding: 0;
    vertical-align: middle;
    -webkit-box-shadow: var(--badge-shadow-grey-250);
            box-shadow: var(--badge-shadow-grey-250);
  }

  a.related-posts--index {
    margin: 0;
    padding: var(--space-xs) var(--space-s);
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-s);
    line-height: calc( var(--font-m) * var(--line-height) );
    border-radius: 100px;
    border: var(--border-dark);
    background-color: var(--color-light);
    color: var(--color-dark);
    text-decoration: none;
    outline: none;
  }
  a.related-posts--index:hover {
    background-color: var(--color-dark);
    color: var(--color-light);
    text-decoration: none;
    outline: none;
  }

}

/* ==========================================================================
   page EDITION
   ========================================================================== */

main#page-edition {

  -webkit-font-feature-settings: "liga" off, "dlig" off, "kern" on;
      -ms-font-feature-settings: "liga" off, "dlig" off, "kern" on;
          font-feature-settings: "liga" off, "dlig" off, "kern" on;

  #page-edition--header {
    margin: 0;
    padding: var(--space-s) 0;
  }

  ul#page-edition--opener {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
  }
  ul#page-edition--opener li {
  }

  h2.page-edition--opener--title {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    font-size: var(--font-xl);
    line-height: var(--font-xl);
    text-transform: none;
    -webkit-font-feature-settings: "case" on;
        -ms-font-feature-settings: "case" on;
            font-feature-settings: "case" on;
    color: var(--color-dark);
  }
  p.page-edition--opener--subtitle {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: var(--font-l);
    line-height: calc( var(--font-l) * var(--line-height) );
    text-transform: none;
    -webkit-font-feature-settings: "case" on;
        -ms-font-feature-settings: "case" on;
            font-feature-settings: "case" on;
    color: var(--color-dark);
  }
  span.text--mono--small {
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-s);
    line-height: calc( var(--font-l) * var(--line-height) );
    text-transform: none;
    color: var(--color-dark);
  }
  span.page-edition--opener--badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    height: calc( var(--font-xl) * var(--line-height) );
    width: auto;
    aspect-ratio: 2/1;
    margin: 0;
    padding: 0;
    border: 0.125vw solid var(--color-dark);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'WO-Regular-Mono';
    font-size: calc( var(--font-l) );
    line-height: calc( var(--font-l) );
    text-transform: uppercase;
    color: var(--color-dark);
  }

  section#page-edition--index {
  }

  .page-edition--index--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .page-edition--index--item--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0;
    padding: 0 var(--space-s);
    border-top: var(--border-dark);
    border-right: var(--border-dark);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-edition--index--item--container:nth-child(2n) {
    border-right: none;
  }

  @media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

    .page-edition--index--item--container {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      margin: 0;
      padding: 0 var(--space-s);
      border: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }

  }

  .page-edition--index--item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 0 var(--space-xl) 0;
    padding: var(--space-xs) 0 0 0;
    
  }

  .page-edition--index--item--head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 var(--space-xs) 0;
    padding: 0;

    h3.edition--title {
      display: block;
      margin: 0;
      padding: 0;
      font-size: var(--font-l);
      line-height: var(--font-l);
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      text-transform: uppercase;
      white-space: wrap;
    }

    span.edition--badge {
      display: block;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin: 0;
      padding: 0 var(--space-xs);
      border: none;
      border-radius: 100px;
      -webkit-box-shadow: var(--badge-shadow-grey-250);
              box-shadow: var(--badge-shadow-grey-250);
      background: var(--color-light);
      color: var(--color-dark);
      font-size: var(--font-s);
      line-height: calc( var(--font-l) - 0.5vw );
      text-transform: none;
    }

  }

  .page-edition--index--item--gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;

    .edition--gallery {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      border: none;
      overflow: hidden;
    }

    .splide {
    }
    .splide__track {
      height: 100%;
      margin: 0;
      padding: 0;
    }
    .splide__list {
      margin: 0;
      padding: 0;
      will-change: transform;
    }
    .splide__slide {
      display: block;
      aspect-ratio: attr(data-aspect-ratio);
      height: 100%;
      margin: 0;
      padding: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      box-sizing: border-box;
      will-change: background-color, transform;
      transition: background-color 1s ease-in-out;
    }
    .splide__slide img {
      display: block;
      height: auto;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      object-position: center center;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      will-change: transform, opacity;
    }

    /*
    .splide__arrow {
      align-items: center;
      background: transparent;
      border: 0;
      border-radius: 0;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50%;
      z-index: 1;
    }
    .splide__arrow--prev {
      left: 0;
    }
    .splide__arrow--next {
      right: 0;
    }
    .splide__arrow svg {
      display: none;
    }
    */

    /*
    .page-edition--index--item--thumbnail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      border: none;
      overflow: hidden;
    }
    img.edition--thumbnail {
      border: none;
      border-style: none;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .page-edition--index--item--thumbnail img.is-landscape {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain;
    }
    .page-edition--index--item--humbnail img.is-portrait {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 75%;
      height: auto;
      max-height: 100% !important;
      -o-object-fit: contain;
         object-fit: contain;
      aspect-ratio: 1 / 1;
    }
    .page-edition--index--item--thumbnail img.is-square {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain;
    }
    */

  }

  .page-edition--index--item--body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;

    .page-edition--index--item--description {
      display: block;
      margin: var(--space-xs) 0 0 0;
      padding: 0;
      overflow: hidden;
    }
    .page-edition--index--item--description p {
      display: block;
      margin: 0;
      padding: 0;
      font-family: 'WO-Regular-Mono';
      font-size: var(--font-s);
      line-height: calc( var(--font-m) * 1 );
      -webkit-font-feature-settings: "liga" off, "dlig" off, "kern" on;
          -ms-font-feature-settings: "liga" off, "dlig" off, "kern" on;
              font-feature-settings: "liga" off, "dlig" off, "kern" on;
    }
    p.edition--description {
      display: block;
      margin-bottom: var(--space-xs);
    }
    .page-edition--index--item--details {
      display: block;
      margin: 0 0 var(--space-xs) 0;
      padding: 0;
      overflow: hidden;
    }
    .page-edition--index--item--details p {
      display: block;
      margin: 0;
      padding: 0;
      font-family: 'WO-Regular-Mono';
      font-size: var(--font-s);
      line-height: calc( var(--font-m) * 1 );
    }
    p.edition--specs {
      display: block;
      border-top: var(--border-dark);
      padding-top: var(--space-xs);
    }



    .edition--option-colorcode {
      display: inline-block;
      width: var(--font-xs);
      height: var(--font-xs);
      margin: 0 -0.25vw 0 0.25vw;
      padding: 0;
      border-radius: 100px;
      -webkit-box-shadow: var(--badge-shadow-grey-250);
              box-shadow: var(--badge-shadow-grey-250);
    }

  }

  .page-edition--index--item--footer--outofstock {
    display: block;
    margin: 0;
    padding: 0;
    border-top: var(--border-dark);
    border-bottom: var(--border-dark);
    box-sizing: border-box;

    p {
      display: block;
      margin: 0;
      padding: var(--space-xs) 0;
      box-sizing: border-box;
      color: var(--color-dark);
      font-family: 'WO-Regular-Mono';
      font-size: var(--font-s);
      line-height: calc( var(--font-s) * var(--line-height) );
    }
  }

  .page-edition--index--item--footer--info {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;

    p {
      display: inline-block;
      margin: 0;
      padding: 0;
      color: var(--color-grey-250);
      font-size: var(--font-xs);
      line-height: calc( var(--font-l) * var(--line-height) );
    }
  }

  .page-edition--index--item--footer--buybutton {

    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    border-top: var(--border-dark);
    border-bottom: var(--border-dark);
    box-sizing: border-box;
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * var(--line-height) );

    /* shopify */

    .shopify-buy-frame {
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .shopify-buy__layout-vertical {
      display: flex;
      flex-direction: row;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      width: 100%;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
    }
    .visuallyhidden {
      display: none;
    }
    svg {
      display: none;
    }

    .shopify-buy__product__price {
      width: 22.5%;
      margin: 0;
      padding: 0;
    }
    .shopify-buy__product__variant-selectors {
      width: 55%;
      margin: 0;
      padding: 0;
      outline: none;
      border: none;
      border-left: var(--border-dark);
      box-sizing: border-box;
      box-shadow: none;

      .shopify-buy__option-select-wrapper {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: var(--color-light);
        color: var(--color-dark);
        font-family: 'WO-Regular-Mono';
        font-size: var(--font-s);
        line-height: calc( var(--font-s) * var(--line-height) );
        text-transform: none;
        text-decoration: none;
        border: none;
        border-radius: 0;
        outline: none;
      }
      .shopify-buy__option-select-wrapper::after {
        content: "=";
        color: var(--color-dark);
        position: absolute;
        left: var(--space-xs);
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        font-size: var(--font-s);
        line-height: calc( var(--font-s) * var(--line-height) );
        /* pointer-events: none; */
      }
      select.shopify-buy__option-select__select {
        all: unset;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        color: var(--color-dark);
        width: 100%;
        margin: 0;
        padding: var(--space-xs) var(--space-xs) var(--space-xs) calc( var(--space-xs) * 3 );
        border: none;
        box-sizing: border-box;
        box-shadow: none;
        outline: none;
      }
      select::-webkit-select-placeholder {
        color: var(--color-dark);
      }
      select::-ms-expand {
        display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
      }
      svg.shopify-buy__select-icon {
      }

    }
    .shopify-buy__btn-wrapper {
      width: 22.5%;
      margin: 0;
      padding: 0;

      button.shopify-buy__btn {
        all: unset;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: var(--space-xs) 0;
        background-color: var(--color-dark);
        color: var(--color-light);
        font-family: 'WO-Regular-Mono';
        font-size: var(--font-s);
        line-height: calc( var(--font-s) * var(--line-height) );
        text-transform: none;
        text-decoration: none;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        border-left: var(--border-dark);
        border-right: var(--border-dark);
        border-radius: 0;
        box-sizing: border-box;
        box-shadow: none;
        outline: none;
      }
      button.shopify-buy__btn:hover {
        color: var(--color-dark);
        background-color: var(--color-light);
      }
      button.shopify-buy__btn:before {
        content: "→\00A0";
      }
      button.shopify-buy__btn-disabled {
        color: var(--color-dark);
        background-color: var(--color-light);
      }
      button.shopify-buy__btn-disabled:hover {
        color: var(--color-dark);
        background-color: var(--color-light);
      }
      button.shopify-buy__btn-disabled:before {
        content: "";
      }
    }

  }

}

/* shopify cart */

.shopify-buy-frame--toggle.is-sticky {
  right: var(--space-s) !important;
  top: var(--space-s) !important; /* unset !important; */
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
}

.shopify-buy-frame--toggle {

  .shopify-buy__cart-toggle {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    height: calc( var(--font-m) * var(--line-height) );
    width: calc( var(--font-m) * var(--line-height) * 2 );
    border: var(--border-dark);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-xs);
    line-height: var(--font-xs);
    text-transform: uppercase;
    color: var(--color-light);
    background: var(--color-dark);
/*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: var(--space-xs);
    background: var(--color-light);
    color: var(--color-dark);
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * var(--line-height) );
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
*/
    .shopify-buy__cart-toggle__count {
    }
    svg.shopify-buy__icon-cart {
      display: none;
/*
      display: block;
      width: calc( var(--font-s) * var(--line-height) );
*/
    }
    p.shopify-buy--visually-hidden {
      display: none;
    }

  }

}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

  .shopify-buy-frame--toggle.is-sticky {
    right: 50% !important;
    top: var(--space-s) !important; /* unset !important; */
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateX(50%) !important;
    -webkit-transform: translateX(50%) !important;
  }

  .shopify-buy-frame--toggle {

    .shopify-buy__cart-toggle {
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      text-align: center;
      margin: 0;
      padding: 0;
      height: calc( var(--font-m) * var(--line-height) );
      width: calc( var(--font-m) * var(--line-height) * 2 );
      border: var(--border-dark);
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: 'WO-Regular-Mono';
      font-size: var(--font-xs);
      line-height: var(--font-xs);
      text-transform: uppercase;
      color: var(--color-light);
      background: var(--color-dark);
  /*
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      align-items: center;
      margin: 0;
      padding: var(--space-xs);
      background: var(--color-light);
      color: var(--color-dark);
      font-family: 'WO-Regular-Mono';
      font-size: var(--font-s);
      line-height: calc( var(--font-s) * var(--line-height) );
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  */
      .shopify-buy__cart-toggle__count {
      }
      svg.shopify-buy__icon-cart {
        display: none;
  /*
        display: block;
        width: calc( var(--font-s) * var(--line-height) );
  */
      }
      p.shopify-buy--visually-hidden {
        display: none;
      }

    }

  }

}

.shopify-buy-frame--cart {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 25vw !important;
  height: 100vh !important;
  height: var(--fullpage-height) !important;
  transition: height 0.3s ease;
}

.shopify-buy__cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  height: 100vh;
  height: var(--fullpage-height);
  overflow-y: auto;
  margin: 0;
  padding: 0;
  color: var(--color-dark);
  font-family: 'WO-Regular-Mono';
  font-size: var(--font-s);
  line-height: calc( var(--font-s) * var(--line-height) );
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-left: var(--border-dark);
  box-sizing: border-box;
  transition: height 0.3s ease;

  .shopify-buy__cart__header {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border-bottom: var(--border-dark);
  }

  h2 {
    display: inline-block;
    margin: 0;
    padding: var(--space-xs);
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * var(--line-height) );
  }

  button.shopify-buy__btn--close {
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    margin: 0;
    padding: var(--space-xs);
    outline: none;
    border: none;
    background: transparent;
    color: var(--color-dark);
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * var(--line-height) );
  }

  .visuallyhidden {
    display: none;
  }
  
  .shopify-buy__cart-scroll {
    align-self: stretch;
    flex-grow: 1;
    flex-shrink: 1;
  }

  ul.shopify-buy__cart-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  li.shopify-buy__cart-item {
    clear: both;
    display: block;
    margin: 0 var(--space-xs);
    padding: var(--space-xs) 0;
    border-bottom: var(--border-dark);
  }
  .shopify-buy__cart-item__image {
    clear: both;
    float: left;
    display: block;
    width: calc( 30% - ( var(--space-xs) / 2 ) );
    height: auto;
    margin: 0 0 var(--space-xs) 0;
    padding: 0;
    aspect-ratio: 3/2;
    object-fit: contain;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .shopify-buy__cart-item__title {
    float: right;
    display: block;
    width: calc( 70% - ( var(--space-xs) / 2 ) );
  }
  .shopify-buy__cart-item__variant-title {
    float: right;
    display: block;
    width: calc( 70% - ( var(--space-xs) / 2 ) );
  }
  .shopify-buy__cart-item__price-and-discounts {
    clear: both;
    float: right;
    display: block;
    width: calc( 70% - ( var(--space-xs) / 2 ) );
    line-height: calc( var(--font-m) * var(--line-height) );
  }
  .shopify-buy__quantity-container {
    float: left;
    width: calc( 30% - ( var(--space-xs) / 2 ) );
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  button.shopify-buy__quantity-decrement, button.shopify-buy__quantity-increment {
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: calc( var(--font-m) * var(--line-height) );
    width: calc( var(--font-m) * var(--line-height) );
    aspect-ratio: 1/1;
    margin: 0;
    padding: 0;
    outline: none;
    border: var(--border-dark);
    box-sizing: border-box;
    background: transparent;
    color: var(--color-dark);
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * var(--line-height) );
    text-align: center;
    
  }
  button.shopify-buy__quantity-decrement:before {
    content: "–";
  }
  button.shopify-buy__quantity-increment:before {
    content: "+";
  }
  button svg {
    display: none;
  }
  input.shopify-buy__quantity {
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: calc( var(--font-m) * var(--line-height) );
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--color-dark);
    border-left: 0;
    border-right: 0;
    border-top: var(--border-dark);
    border-bottom: var(--border-dark);
    outline: none;
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * var(--line-height) );
    text-align: center;
    box-sizing: border-box;
  }
  input.shopify-buy__quantity::-webkit-outer-spin-button,
  input.shopify-buy__quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input.shopify-buy__quantity[type=number] {
    -moz-appearance: textfield;
  }

  .shopify-buy__cart-bottom {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
  }

  p.shopify-buy__cart__subtotal__text {
    float: left;
    display: block;
    width: calc( 60% - var(--space-xs) - var(--space-xs) );
    margin: 0;
    padding: var(--space-xs);
    line-height: calc( var(--font-s) * var(--line-height) );
  }
  p.shopify-buy__cart__subtotal__price {
    float: right;
    display: block;
    width: calc( 40% - var(--space-xs) - var(--space-xs) );
    margin: 0;
    padding: var(--space-xs);
    line-height: calc( var(--font-s) * var(--line-height) );
    text-align: right;
  }

  .shopify-buy__cart__note {
    clear: both;
    display: block;
    width: calc( 100% - var(--space-xs) - var(--space-xs) );
    margin: 0;
    padding: var(--space-xs);
    border-top: var(--border-dark);
  }
  textarea.shopify-buy__cart__note__text-area {
    display: block;
    width: 100%;
    margin: var(--space-xs) 0 0 0;
    padding: 0;
    background: transparent;
    border: var(--border-dark);
    box-sizing: border-box;
  }

  p.shopify-buy__cart__notice {
    display: block;
    width: calc( 100% - var(--space-xs) - var(--space-xs) );
    margin: 0;
    padding: 0 var(--space-xs) var(--space-xs) var(--space-xs);
    font-family: 'WO-Regular';
    font-size: var(--font-xs);
    line-height: calc( var(--font-xs) * var(--line-height) );
  }

  button.shopify-buy__btn--cart-checkout {
    align-self: center;
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: calc( 100% - ( 2 * var(--space-xs) ) );
    margin: 0 var(--space-xs) var(--space-xs) var(--space-xs);
    padding: var(--space-xs);
    outline: none;
    border: var(--border-dark);
    box-sizing: border-box;
    background: var(--color-dark);
    color: var(--color-light);
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * var(--line-height) );
    text-align: center;
    
  }
  button.shopify-buy__btn--cart-checkout:hover {
    color: var(--color-dark);
    background-color: var(--color-light);
  }
  button.shopify-buy__btn--cart-checkout:before {
    content: "→\00A0";
  }

}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

  .shopify-buy-frame--cart {
    width: 100%;
    max-width: 100vw !important;
  }

  .shopify-buy__cart {
    
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-m);
    line-height: calc( var(--font-m) * var(--line-height) );

    .shopify-buy__cart__header {
    }

    h2 {
      font-family: 'WO-Regular-Mono';
      font-size: var(--font-m);
      line-height: calc( var(--font-m) * var(--line-height) );
    }

    button.shopify-buy__btn--close {
      font-size: var(--font-m);
      line-height: calc( var(--font-m) * var(--line-height) );
    }

  }

}


/* shop menu */

nav#page-edition--shop-menu {

  ul.nav--shop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: var(--space-xs) var(--space-s);
    list-style: none;
    border-top: var(--border-dark);
    border-bottom: var(--border-dark);
  }

  ul.nav--shop-menu li {
    margin: 0;
    padding: 0 var(--space-s) 0 0;
    font-family: 'WO-Regular-Mono';
    font-size: var(--font-s);
    line-height: var(--font-s);
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    color: var(--color-dark);
  }

  ul.nav--shop-menu li a {
    text-decoration: none;
    border: none;
    color: var(--color-dark);
    overflow: hidden;
  }
  ul.nav--shop-menu li a:hover {
    text-decoration: none;
    border: none;
  }

}

/* ==========================================================================
   footer
   ========================================================================== */

#footer {

  padding: 0 0 var(--space-s) 0;

  .footer--wrapper {
    padding: calc( var(--space-xl) * 2 ) 0 0 0;
  }

  svg#footer--logo {
    width: 100%;
    padding: 0;
    margin: var(--space-s) 0;
  }
  .svg-logo-path {
    fill: #000;
    stroke-width: 0px;
  }

  p.footer--contact-details  {
    margin: 0;
    padding: 0;
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * 1 );
  }
  p.footer--contact-details span {
    display: inline-block;
    margin: 0 var(--space-s) 0 0;
    padding: 0;
  }
  p.footer--contact-details span:last-child {
    margin: 0;
  }
  p.footer--copyright {
    display: none;
    margin: 0;
    padding: 0;
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * 1 );
  }

  #footer--menu {

    margin: 0;
    padding: 0;
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * 1 );

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    ul li {
      display: inline-block;
      margin: 0 var(--space-s) 0 0;
      padding: 0;
    }
    ul li:last-child {
      margin: 0;
    }
    ul li a {
      font-family: 'WO-Regular-Mono';
      color: var(--color-dark);
      text-decoration: none;
      outline: none;
    }

  }

  #footer--menu--mobile {

    display: none;
    margin: 0;
    padding: 0;
    font-size: var(--font-s);
    line-height: calc( var(--font-s) * 1 );

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    ul li {
      display: inline-block;
      margin: 0 var(--space-s) 0 0;
      padding: 0;
    }
    ul li:last-child {
      margin: 0;
    }
    ul li a {
      font-family: 'WO-Regular-Mono';
      color: var(--color-dark);
      text-decoration: none;
      outline: none;
    }

  }

}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1/1) {

  #footer {

    p.footer--contact-details  {
      display: none;
    }
    p.footer--copyright  {
      display: block;
    }
    #footer--menu {
      display: none;
    }
    #footer--menu--mobile {
      display: block;
    }

  }

}

/* ==========================================================================
   Pages / Single
   ========================================================================== */

#content-page {
  margin: 0;
  padding: 0;
}

#content-page h1 {
  margin: var(--space-s) 0;
  padding: 0;
  border: 0;
  text-transform: uppercase;
}

#content-page h2 {
  margin: calc( 2 * ( var(--space-s) * 1.125 ) ) 0 0 0;
  padding: var(--space-xs) 0;
  border-top: var(--border-dark);
  border-bottom: var(--border-dark);
  text-transform: none !important;
}

#content-page h3 {
  margin: calc( 2 * ( var(--space-s) * 1.125 ) ) 0 calc( var(--space-s) * 1.125 ) 0;
  padding: 0;
  border: 0;
}

#content-page h4 {
  margin: calc( var(--space-s) * 1.125 ) 0;
  padding: 0;
  border: 0;
}

#content-page a {
  color: var(--color-dark);
  text-decoration: none;
  border: 0;
}
#content-page a:hover {
  color: var(--color-dark);
  text-decoration: underline;
  border: 0;
}

#content-page hr {
  margin: calc( var(--space-s) * 1.125 ) 0;
  padding: 0;
  border: 1px 0 0 0 solid var(--color-dark);
  outline: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (-o-min-device-pixel-ratio: 5/4),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}