/* src/less/main.less */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
@media (min-width: 881px) {
  .mq-md-down-only {
    display: none !important;
  }
}
@media (max-width: 880px) {
  .mq-lg-up-only {
    display: none !important;
  }
}
:root {
  --white: #ffffff;
  --black: #000000;
  --bright-red: #9F0002;
  --background-red: #590001;
  --text-colour: #e0e0e0;
}
:root {
  --timing: 333ms;
  --easing: ease-in-out;
  --transition: 333ms all ease-in-out;
}
:root {
  --f-main: "EB Garamond", serif;
  --fs-root: 18px;
  --fs: 1rem;
  --lh: 1.3333;
  --ls: 0.4px;
  --ws: 0;
  --baseline: 1.3333rem;
  --fs-large: 2rem;
  --lh-large: 1;
  --ls-large: 0.4px;
  --ws-large: 0;
  --baseline-large: 2rem;
  --fs-small: 1rem;
  --lh-small: 1.2;
  --ls-small: 8%;
  --ws-small: 0;
  --baseline-small: 1.2rem;
  --fs-xs: 0.8rem;
  --lh-xs: 1.2;
  --ls-xs: 0.4px;
  --ws-xs: 0;
  --baseline-xs: 0.96rem;
}
:root {
  --page-gutter: 32px;
  --grid-gutter: 20px;
  --page-cols: 12;
}
@media (max-width: 880px) {
  :root {
    --page-gutter: 28px;
  }
}
.grid {
  width: auto;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: repeat(var(--page-cols), 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: 0;
}
.w-full {
  grid-column: span 12;
}
.w-half {
  grid-column: span 6;
}
.w-third {
  grid-column: span 4;
}
.w-quarter {
  grid-column: span 3;
}
@media (max-width: 880px) {
  .md\:w-full {
    grid-column: span 12;
  }
}
@media (max-width: 880px) {
  .md\:w-half {
    grid-column: span 6;
  }
}
html {
  font-size: var(--fs-root);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-family: var(--f-main);
  font-size: var(--fs);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  word-spacing: var(--ws);
}
select input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.text p {
  margin: 0 0 var(--baseline);
}
.text p:last-child {
  margin-bottom: 0;
}
.text-small {
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  letter-spacing: var(--ls-small);
  word-spacing: var(--ws-small);
}
.text-xs {
  font-size: var(--fs-xs);
  line-height: var(--lh-xs);
  letter-spacing: var(--ls-xs);
  word-spacing: var(--ws-xs);
}
.text-large {
  font-size: var(--fs-large);
  line-height: var(--lh-large);
  letter-spacing: var(--ls-large);
  word-spacing: var(--ws-large);
}
.caps {
  text-transform: uppercase;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
figure {
  margin: 0;
  padding: 0;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}
:focus {
  outline: none;
}
body {
  background-color: var(--background-red);
  color: var(--text-colour);
}
body[data-attribute-status=offline] {
  background-color: #fff;
  color: #000;
}
.eva-logo-landscape-backdrop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  padding: 20px;
  display: flex;
  z-index: -1;
  pointer-events: none;
}
.eva-logo-landscape-backdrop img {
  width: calc(100% - 40px);
  height: auto;
  top: 47.5%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eva-logo-landscape-backdrop {
  opacity: 0;
  transform: translate(-50%, -50%);
  will-change: opacity, transform;
  animation: backdropFadeUp 1111ms cubic-bezier(0.22, 0.61, 0.36, 1) 333ms forwards;
}
@keyframes backdropFadeUp {
  from {
    opacity: 0;
    transform: translate(-50%, -25%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.eva-logo-sticky-content {
  width: 100vw;
  height: 68vw;
  margin-top: calc(100svh - 68vw);
  position: sticky;
  top: 0;
  z-index: -1;
}
.eva-logo-sticky-content img {
  width: 100%;
  padding: 20px;
}
.eva-logo-sticky-content {
  opacity: 0;
  transform: translate(0%, 0%);
  will-change: opacity, transform;
  animation: backdropFadeUpMobile 999ms cubic-bezier(0.22, 0.61, 0.36, 1) 333ms forwards;
}
@keyframes backdropFadeUpMobile {
  from {
    opacity: 0;
    transform: translate(0%, 50%);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
.main-content-area {
  padding-top: 100vh;
  min-height: 200vh;
  max-width: 1500px;
  margin-left: auto;
}
@media (max-width: 880px) {
  .main-content-area {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
  }
}
.content-column {
  grid-column: 6 / 13;
  padding-right: calc(var(--page-gutter) * 2);
}
@media (max-width: 880px) {
  .content-column {
    grid-column: 1 / 13;
    padding-right: 0;
    padding-top: 64px;
  }
}
.text-section {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: var(--grid-gutter);
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
}
@media (max-width: 880px) {
  .text-section {
    grid-template-columns: repeat(3, 1fr);
  }
}
.text-section .heading-area {
  grid-column: 1 / 10;
  border-bottom: 1px solid var(--text-colour);
  margin-bottom: var(--fs);
  padding-bottom: 2px;
}
@media (max-width: 880px) {
  .text-section .heading-area {
    grid-column: 1 / 4;
    margin-bottom: var(--baseline);
  }
}
.text-section .content-area {
  grid-column: 3 / 10;
}
@media (max-width: 880px) {
  .text-section .content-area {
    grid-column: 1 / 4;
    padding-left: 36px;
  }
}
@media (max-width: 880px) {
  .text-section .content-area[data-includes-image=true] {
    grid-column: 1 / 4;
    margin-top: var(--baseline);
  }
}
.text-section .gallery-area {
  grid-column: 3 / 10;
}
@media (max-width: 880px) {
  .text-section .gallery-area {
    grid-column: 1 / 4;
  }
}
.figure-area figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 4px;
}
.eva-scroll-prompt-line {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: var(--bright-red);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  height: 76px;
  animation: scrollPrompt 6000ms ease-in-out infinite;
}
@media (max-width: 880px) {
  .eva-scroll-prompt-line {
    height: 10vw;
  }
}
@keyframes scrollPrompt {
  0% {
    opacity: 0;
    transform: translateX(-50%) scaleY(1);
  }
  40% {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
  60% {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scaleY(1);
  }
}
.scroll-prompt-line-container {
  opacity: 1;
  transition: opacity 555ms ease-in-out;
}
body[data-scrolled=true] .scroll-prompt-line-container {
  opacity: 0;
}
.carousel-cell {
  width: 100%;
  margin-right: var(--page-gutter);
}
.carousel-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
[data-gallery-length="1"] .carousel-navigation {
  display: none;
}
.carousel-button {
  display: block;
  width: 90px;
  height: 44px;
}
.carousel-button.is-prev {
  background-image: url(/assets/media/arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-button.is-next {
  background-image: url(/assets/media/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
/*# sourceMappingURL=bundle.css.map */
