/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

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

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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 {
  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"] {
  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;
}





















:root {
  --darktext: #444;
  --whitetext: #ccc;
  --interactive: #e0ecff;/*#cec49c;*/
  /*--prime-btn: rgba(206, 196, 156, 0.15); */
  --prime-btn: rgba(169, 181, 200, 0.15);/*rgba(194, 135, 79, 0.15);*/
}


@font-face {
  font-family: 'Geologica';
  src: url('fonts/geologica/Geologica-Medium.woff') format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'Geologica';
  src: url('fonts/geologica/Geologica-Regular.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'Geologica';
  src: url('fonts/geologica/Geologica-Italic.woff') format('woff');
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'Geologica';
  src: url('fonts/geologica/Geologica-Light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Geologica';
  src: url('fonts/geologica/Geologica-ExtraLight.woff') format('woff');
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'Geologica';
  src: url('fonts/geologica/Geologica-Thin.woff') format('woff');
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'Cormorant';
  src: url('fonts/cormorant/Cormorant-Regular.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url('fonts/cormorant/Cormorant-Light.woff') format('woff');
  font-weight: lighter;
}

@font-face {
  font-family: 'Cormorant';
  src: url('fonts/cormorant/Cormorant-SemiBold.woff') format('woff');
  font-weight: bold;
}


/**
 * Reset some basic elements
 */
 body, h1, h2, h3, h4, h5, h6,
 p, blockquote, pre, hr,
 dl, dd, ol, ul, figure {
   margin: 0;
   padding: 0;
 }

 .geologica {
  font: Geologica;
 }
 
 /**
  * Basic styling
  */
 body {
  font: 400 16px/1.5 Geologica, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 
  color: #181818;
  background-color: #fdfdfd;
   -webkit-text-size-adjust: 100%;
   -webkit-font-feature-settings: "kern" 1;
   -moz-font-feature-settings: "kern" 1;
   -o-font-feature-settings: "kern" 1;
   font-feature-settings: "kern" 1;
   font-kerning: normal;
   display: flex;
   min-height: 100dvh;
   flex-direction: column;
 }
 
 /**
  * `main` element
  */
 main {
   display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
 }
 
 /**
  * Images
  */
 img {
   max-width: 100%;
   vertical-align: middle;
 }
 
 /**
  * Figures
  */
 figure > img {
   display: block;
 }
 
 figcaption {
   font-size: 14px;
 }
 
 /**
  * Lists
  */
 ul, ol {
   margin-left: 30px;
 }
 
 li > ul,
 li > ol {
   margin-bottom: 0;
 }
 
 /**
  * Headings
  */
 h1, h2, h3, h4, h5, h6 {
   font-weight: 400;
 }
 
 /**
  * Links
  */
 a {
   color: #2a7ae2;
   text-decoration: none;
 }
 a:visited {
   color: #1756a9;
 }
 a:hover {
   color: var(--interactive);
   text-decoration: underline;
 }
 .social-media-list a:hover {
   text-decoration: none;
 }
 .social-media-list a:hover .username {
   text-decoration: underline;
 }
 
 /**
  * Blockquotes
  */
 blockquote {
   color: #828282;
   border-left: 4px solid #e8e8e8;
   padding-left: 15px;
   font-size: 18px;
   letter-spacing: -1px;
   font-style: italic;
 }
 blockquote > :last-child {
   margin-bottom: 0;
 }
 
 /**
  * Code formatting
  */
 pre,
 code {
   font-size: 15px;
   border: 1px solid #e8e8e8;
   border-radius: 3px;
   background-color: #eef;
 }
 
 code {
   padding: 1px 5px;
 }
 
 pre {
   padding: 8px 12px;
   overflow-x: auto;
 }
 pre > code {
   border: 0;
   padding-right: 0;
   padding-left: 0;
 }
 
 /**
  * Wrapper
  */
 .site-footer {
  color: #555;
  text-align: center;
 }



/* Default rule for landscape and larger screens */
img.hyperxlogo {
  /*bottom: 2%;*/
}

/* Portrait mode */
/*@media (orientation: portrait) {
  img.hyperxlogo {
    bottom: 3dvh;
  }
}*/

/* Gradual transition between portrait and landscape */
/*@media (max-width: 767px) {
  img.hyperxlogo {
    bottom: calc(6dvh - (3dvh * ((100vh - 768px) / 100vh)));
  }
}
*/

 @media screen and (max-width: 800px) {
   .wrapper {
     /*max-width: -webkit-calc(800px - (30px));
     max-width: calc(800px - (30px));*/
     padding-right: 15px;
     padding-left: 15px;
   }
 }
 
 /**
  * Clearfix
  */
 .footer-col-wrapper:after, .wrapper:after {
   content: "";
   display: table;
   clear: both;
 }
 
 /**
  * Icons
  */
 .svg-icon {
   width: 16px;
   height: 16px;
   display: inline-block;
   fill: #828282;
   padding-right: 5px;
   vertical-align: text-top;
 }
 
 .social-media-list li + li {
   padding-top: 5px;
 }
 
 /**
  * Tables
  */
 table {
   margin-bottom: 30px;
   width: 100%;
   text-align: left;
   color: #3f3f3f;
   border-collapse: collapse;
   border: 1px solid #e8e8e8;
 }
 table tr:nth-child(even) {
   background-color: #f7f7f7;
 }
 table th, table td {
   padding: 10px 15px;
 }
 table th {
   background-color: #f0f0f0;
   border: 1px solid #dedede;
   border-bottom-color: #c9c9c9;
 }
 table td {
   border: 1px solid #e8e8e8;
 }
 
 /**
  * Site header
  */
 .site-header {
   min-height: 55.95px;
   position: relative;
 }

div.wrapper {
  margin: 0;
  padding: 0;
 }
 
 .site-title {
   font-size: 26px;
   font-weight: 300;
   line-height: 54px;
   letter-spacing: -1px;
   margin-bottom: 0;
   float: left;
 }
 .site-title, .site-title:visited {
   color: #424242;
 }
 
 .site-nav {
   float: right;
   line-height: 54px;
 }
 .site-nav .nav-trigger {
   display: none;
 }
 .site-nav .menu-icon {
   display: none;
 }
 div .page-link {
   color: white;
   line-height: 1.5;
   text-decoration: none;
   text-transform: uppercase;
   transition: color 0.25s linear;
 }

 .div .page-link {
  color: white;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.25s linear;
 }

div .page-link:hover {
  color: var(--interactive);
  transition: color 0.25s linear;
 }



 .site-nav .page-link:not(:last-child) {
   margin-right: clamp(0.95rem, 1.25vw, 5rem);
 }
 @media screen and (max-width: 600px), (orientation: portrait) {
   .site-nav {
     position: absolute;
     top: 1.5rem;
     right: 4%;
     border-radius: 0px;
     text-align: right;
     background-color: #18181894;
     background-size: contain;
     background-size: 90%;
     background-position-y: 50%;
     background-position-x: 50%;
     background-repeat: no-repeat;
     color: white;
   }
   .site-nav label[for=nav-trigger] {
     display: block;
     float: right;
     width: 36px;
     height: 36px;
     z-index: 2;
     cursor: pointer;
   }
   .site-nav .menu-icon {
     display: block;
     float: right;
     width: 36px;
     height: 26px;
     line-height: 0;
     padding-top: 10px;
     text-align: center;
   }
   .site-nav .menu-icon > svg {
     fill: white;
   }
   .site-nav input ~ .trigger {
     clear: both;
     display: none;
   }
   .site-nav input:checked ~ .trigger {
     display: block;
     padding-bottom: 5px;
   }
   .site-nav .page-link {
     display: block;
     padding: 5px 10px;
     margin-left: 20px;
   }
   .site-nav .page-link:not(:last-child) {
     margin-right: 0;
   }
 }
 
 /**
  * Site footer
  */
 .site-footer {
   padding: 15vh 0 1vh 0;
 }
 
 .footer-heading {
   font-size: 18px;
   margin-bottom: 15px;
 }
 
 .contact-list,
 .social-media-list {
   list-style: none;
   margin-left: 0;
 }

 .textbox-center.logo-wrapper {
  width: 92dvw;
  padding: 0;
 }

 img.hyperxlogo {
  bottom: 0.1dvh;
 }

 @media screen and (max-width: 600px), (orientation: portrait) {
  .textbox-center.logo-wrapper {
    width: 100dvw;
    padding: 0;
   }
}

@media screen and (max-width: 500px), (orientation: portrait) {
  img.hyperxlogo {
    bottom: 1dvh;
   }
}
 
 .footer-col-wrapper {
   font-size: 15px;
   color: #828282;
   margin-left: -15px;
 }
 
 .footer-col {
   float: left;
   margin-bottom: 15px;
   padding-left: 15px;
 }
 
 .footer-col-1 {
   width: -webkit-calc(35% - (30px / 2));
   width: calc(35% - 30px / 2);
 }
 
 .footer-col-2 {
   width: -webkit-calc(20% - (30px / 2));
   width: calc(20% - 30px / 2);
 }
 
 .footer-col-3 {
   width: -webkit-calc(45% - (30px / 2));
   width: calc(45% - 30px / 2);
 }
 
 @media screen and (max-width: 800px) {
   .footer-col-1,
   .footer-col-2 {
     width: -webkit-calc(50% - (30px / 2));
     width: calc(50% - 30px / 2);
   }
   .footer-col-3 {
     width: -webkit-calc(100% - (30px / 2));
     width: calc(100% - 30px / 2);
   }
 }
 @media screen and (max-width: 600px) {
   .footer-col {
     float: none;
     width: -webkit-calc(100% - (30px / 2));
     width: calc(100% - 30px / 2);
   }
 }
 /**
  * Page content
  */
 .page-content {
   flex: 1;
 }
 
 .page-heading {
   font-size: 32px;
 }
 
 .post-list-heading {
   font-size: 28px;
 }
 
 .post-list {
   margin-left: 0;
   list-style: none;
 }
 .post-list > li {
   margin-bottom: 30px;
 }
 
 .post-meta {
   font-size: 14px;
   color: #828282;
 }
 
 .post-link {
   display: block;
   font-size: clamp(0.95rem, 1.25vw, 5rem);
 }
 
 /**
  * Posts
  */
 .post-header {
   
 }
 

 @media screen and (max-width: 800px) {
   .post-title {
     font-size: 36px;
   }
 }
 
 .footer {
   margin-bottom: 30px;
 }

 body {
  background-color: #181818;
 }

 h1, h2, h3, h4, h5, h6, a, label {
  color: #ffffff;
 }

 p {
  color: var(--whitetext);
 }


 /****/


 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
}


.slide {
  min-height: 100dvh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}

.countdown-slide {
  background-image: url('img/countdown-bg.png');
  background-position: center center; 
}

.hero-slide {
  position: relative;
  background-image: url('img/capsule-sm.png'); /* Low-res image */
  background-color: #141414;
  background-position: center center;
  background-size: cover;
  transition: filter 0.25s ease-in-out; /* Optional transition */
  filter: blur(1px); /* Optional blur for low-res */
}

.hero-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/capsule.png'); /* High-res image */
  background-position: center center;
  background-position-y: 48%;
  background-size: cover;
  opacity: 0; /* Start hidden */
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.hero-slide.loaded {
  filter: none; /* Remove blur on low-res background */
}

.hero-slide.loaded::after {
  opacity: 1; /* Show high-res overlay */
}

.contact-slide {
  background-image: url('img/yellow-bg.png');
  background-color: #e7990b;
  background-position: center center;
  position: relative;
}

.heroes {
  display: none;
}

.media-slide {
  background-color: black;
  background-image: url('img/cross-bg.png');
  background-position: center center; 
}

.latest-news-slide {
  background-image: url('img/white-bg.png');
  background-position: center center;  
}

.story-slide {
  background-color: #d0871b;
  background-image: url('img/orange.png');
  background-position: center center;  
}

.mood-slide {
  position: relative;
  background-color: #4e6179;
  background-image: url('img/exploration-sm.png'); /* Low-res image */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0;
  height: 100dvh;
  transition: filter 0.25s ease-in-out; /* Optional transition for blur */
  filter: blur(5px); /* Optional blur for low-res */
}

.mood-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/exploration.png'); /* High-res image */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0;
  opacity: 0; /* Start hidden */
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.mood-slide.loaded {
  filter: none; /* Remove blur on low-res image */
}

.mood-slide.loaded::after {
  opacity: 1; /* Show high-res overlay */
}


.metachars-slide {
  background-color: black;
  /*background-image: url('img/countdown-bg.png');
  background-position: left bottom;
  position: relative;*/
}

button, a.button, button.sib-form-block__button, a.page-link {
  font-size: clamp(0.95rem, 1.25vw, 5rem);
  line-height: clamp(0.95rem, 1.25vw, 5rem);
 }

 a.download {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
    padding-top: 0 !important;
    margin-bottom: 2rem !important;
 }

 .download-links {
  text-align: center;
 }

button, a.button, button.sib-form-block__button, a.download {
  appearance: auto;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  margin: 0em;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;

  position: relative;
  background: none;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  padding-block: 1px;
  padding: clamp(0.8rem, 1vw, 5rem);
  z-index: 1;
  text-decoration: none;
  transition: border 0.15s linear;
  transition: color 0.15s linear;
  cursor: pointer;
}

button {
  padding-top: clamp(0.8rem, 1vw, 5rem);
  padding-bottom: clamp(0.8rem, 1vw, 5rem);
}

a.button, a.download, a.download {
  padding-bottom: clamp(0.8rem, 1vw, 5rem);
}

button:hover, a.button:hover, button.sib-form-block__button:hover, a.download:hover {
  border-color: var(--interactive);
  color: var(--interactive);
  transition: border 0.15s linear;
  transition: color 0.15s linear;
}

button:hover h1 {
  color: var(--interactive) !important;
  transition: border 0.15s linear;
  transition: color 0.15s linear;
}

button.sib-form-block__button {
  width: 14vw;
  padding: 0;
  background-color: #0e0e0e;
  border: 1px solid #222;
  transition: border 0.15s linear;
}

button::before, a.button::before, :not(button.sib-form-block__button::before), a.download::before {
  position: absolute;
  content: "";
  inset: 0; /* same as { top: 0; right: 0; bottom: 0; left: 0; } */
  background-image: linear-gradient(to bottom, transparent 93%, var(--interactive) 93%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
  pointer-events: none;
}

a:hover img.logo, button:hover img {
  filter: brightness(0) invert(86%) sepia(7%) saturate(1029%) hue-rotate(192deg) brightness(103%) contrast(106%);
  transition: filter 0.25s linear;
  /*background-color: var(--interactive);
  mix-blend-mode: multiply;*/
}

a img.logo, button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(209deg) brightness(104%) contrast(104%);
  transition: filter 0.25s linear;
  width: clamp(2rem, 3vw, 10rem);
  height: clamp(2rem, 3vw, 10rem);;
}

.site-header a img {
  margin-top: 8px;
}

button:hover::before, a.button:hover::before, a.download:hover::before {
  opacity: 1;
  transition: opacity 0.25s linear;
}

.button.primary-action {
  background-color: white;
  color: black;
  transition: opacity 0.25s linear;
  transition: background-color 0.25s linear;
  padding-left: clamp(4rem, 6vw, 15rem);
  padding-right: clamp(4rem, 6vw, 15rem);
  
}

.button.primary-action:hover {
  background-color: var(--prime-btn);
  transition: opacity 0.25s linear;
  transition: background-color 0.25s linear;
}

div a.download, div button.download {
  border: none;
  border-bottom: 1px solid gray;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  transition: border 0.15s linear;
}

div a.button.dark, div button.dark {
  border: 1px solid black;
  color: black;
  transition: border 0.15s linear;
  transition: color 0.15s linear;
}

div a.button.dark:hover, div button.dark:hover {
  border: 1px solid #cd212e;
  color: #cd212e;
  transition: border 0.15s linear, color 0.15s linear;
  background-color: transparent;
  background: none;
}

h1.nmargin {
  margin: 0;
  font-size: clamp(0.95rem, 1.25vw, 5rem);
  font-weight: bold;
}


div.textbox-center {
  padding: 1em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
}

div.textbox-left, div.textbox-right {
  padding: 1em;
  position: relative;
}

div.textbox-bot {
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 4% 0 4%;
}

div.textbox-bot p, div.textbox-top p, div.textbox-center p {
  font-size: clamp(0.95rem, 1.4vw, 7.5rem);
}

div.textbox-top {
  padding: 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

div.textbox-left a, div.textbox-center a {
  margin: 0.75vw clamp(0.25rem, 0.25vw, 5rem) 0.75vw clamp(0.25rem, 0.25vw, 5rem);
}

@media  screen and (min-width: 800px) {
  div.textbox-left {
    position: absolute;
    left: 30%;
    transform: translateX(-50%);
    width: 40vw;
  }

  div.textbox-right {
    position: absolute;
    right: 30%;
    transform: translateX(50%);
    width: 40vw;
  }

  div.textbox-center {
    width: 40vw;
  }

  div.textbox-center-wide {
    width: 70vw;
  }

  #mimesis-main-logo {
    width: 60vw;
  }

  #sib-container {
    max-width: 40vw;
  }
}

@media  screen and (max-width: 800px) {
  div.textbox-left {
    margin: 0 auto;
    top: 20vh;
    width: 80vw;
  }

  div.textbox-right {
    margin: 0 auto;
    width: 80vw;
  }

  #mimesis-main-logo {
    width: 70%;
  }

  #sib-container {
    max-width: 75vw;
  }

  .metachars-slide {
    background-position: right bottom !important;
  }
}

.portrait img.nivrel-flip {
  max-height: 35vh;
  position: absolute;
  bottom: 0;
  left: 50%; 
  transform: translateX(-50%);
}

.portrait img.surcuttp-flip {
  max-height: 35vh;
  position: absolute;
  top: 0;
  left: 50%; 
  transform: translateX(-50%);
}

.landscape img.nivrel-flip {
  height: 100vh;
  position: absolute;
  right: 0;
  bottom: 0;
}

.landscape img.surcuttp-flip {
  max-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.metaface-icon {
  height: min(10vw, 8vh);
  width: min(10vw, 8vh);
}

#sib-container {
  position: relative;
  top: -8vh;
}

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


.site-header {
  position: fixed;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3) 75%);
  width: 100%;
  padding: clamp(0.5rem, 1vw, 8rem) 4% 0 4%;
  z-index: 10;
  height: clamp(2.5rem, 8vw, 27rem);
}



.contact {
  margin: 0 auto;
  width: 95%;
  min-height: 100%;
}

.contact p {
  text-align: center;
}

.responsive-two-column-grid {
  display:block;
}

.two-columns-60 {
  display:flex;
}

/* columns */
.two-columns-60 > * {
  padding:1rem;
}

@media screen and (max-width: 800px) {
  .two-columns-60 {
    flex-direction:column-reverse;
  }
}

@media screen and (min-width: 800px) {
  .two-columns-60 > * {
    width:60%;
  }

  .octopus-side {
    margin-right: 15%;
    margin-top: 6em;
  }
}

address {
  color: var(--interactive);
  padding: 30px;
  font-size: 1.25em;
  text-align: center;
}



/***** loading ****/

.loader {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 65px;
  height: 3rem;
  top: 1rem;
}
.loader div {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  transform: rotate(45deg);
  animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes loader {
  0% {
    height: 8px;
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

#exclusive-form {
  margin: 0 auto;
  margin-top: 25vh;
}

#exclusive-form label, #exclusive-formm input {
  display: block;
  text-align: left;
  width: 100%;
  height: 30px;
}

#exclusive-form label {
  margin-top: 25px;
}

#exclusive-form input {
  background-color: #111;
  color: var(--interactive);
}

#exclusive-form input:focus {
  border-radius: 0;
}

.portalHeadline, .contactHeadline {  
  margin-top: 10rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}


#portalBtn {
  margin: 1vh auto 0 auto;
  display: block;
}

.timer-bg-wrapper {
  width: 100%;
  height: 100%;
  padding: 1em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-12%);
}

#timer-fg, #timer-bg {
  color: #b6b6b6;
  font-weight: bolder;
  text-align: right;
  justify-content: flex-end;
  display: flex;
  opacity: 0; /* Initially set to transparent */
  transition: opacity 1s ease; /* Transition effect for opacity */
  /*padding-bottom: clamp(0.5rem, 1vh, 3rem);*/
}

#timer-bg {
  color: #b6b6b60a;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#timer-fg.visible, #timer-bg.visible {
  opacity: 1; /* Make the div fully visible */
}

span.digit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: clamp(0.5rem, 1vw, 5rem);
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: clamp(0.95rem, 1.4vw, 7.5rem);
}

span.colon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: clamp(0.6rem, 0.7vw, 4rem);
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: clamp(0.95rem, 1.4vw, 7.5rem);
}

#timer-bg span.digit {
  width: clamp(9rem, 12vw, 60rem);
  font-size:  clamp(18rem, 24vw, 120rem);
  font-family: Cormorant;
  opacity: 1;
  transition: opacity 0.3s linear; /* Transition effect for opacity */
}

#timer-bg span.digit.invisible {
  opacity: 0;
  transition: opacity 0s linear;
}

#timer-bg span.colon {
  width: clamp(5rem, 8vw, 40rem);
  font-size:  clamp(10rem, 16vw, 80rem);
  font-family: Cormorant;
}

@media screen and (max-width: 1000px) { 
  #timer-bg {
    display: none;
  }

}


#cookie-blocked {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black;
  padding-top: 33vh;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  z-index: -10;
}

.cookie-blocked-span {
  display: block;
  color: white;
  margin-top: -10px;
  margin-bottom: 40px;
}

.cookie-blocked-a {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.cookie-blocked-h1 {
  text-transform: uppercase;
}

#cookie-notice {
  padding: 0.5rem 1rem; display: none; text-align: center; position: fixed; bottom: 0; width: 100%; 
  background: #101010; 
  color: rgba(255,255,255,0.8);
  z-index: 2;
}

#cookie-notice a, #cookie-notice button {
  display: inline-block; cursor: pointer; margin-left: 0.5rem;
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.8);
  z-index: 2;
}

#cookie-notice a:hover, #cookie-notice button:hover {
  color: var(--interactive);
}

@media (max-width: 767px) {
    #cookie-notice span {display: block; padding-top: 3px; margin-bottom: 1rem;}
    #cookie-notice a {position: relative; bottom: 4px;}
}


.octopus-bg {
  background-color: #010102;
}


.grid-gallery {
  --size: 100px;
  display: grid;
  grid-template-columns: repeat(6, var(--size));
  grid-auto-rows: var(--size);
  gap: 5px;
  place-items: start center;
  margin-bottom: var(--size);
  width: 620px;
  margin: 100px auto 150px auto;
}

.grid-gallery img {
  width: calc(var(--size) * 2);
  height: calc(var(--size) * 2);
  object-fit: cover;
  grid-column: auto / span 2;
  border-radius: 5px;
  filter: brightness(0.75) contrast(0.75) saturate(0.25);
  clip-path: path("M90,10 C100,0 100,0 110,10 190,90 190,90 190,90 200,100 200,100 190,110 190,110 110,190 110,190 100,200 100,200 90,190 90,190 10,110 10,110 0,100 0,100 10,90Z"); 
}

.grid-gallery img:nth-child(5n - 1) { 
  grid-column: 2 / span 2 
}

.grid-gallery:has(img:hover) img:not(:hover) {
  filter: brightness(0.5) contrast(0.5) saturate(0.25);
}

.grid-gallery img {
  /* ... */
  transition: clip-path 0.25s, filter 0.75s;
}

.grid-gallery img:hover {
  clip-path: path("M0,0 C0,0 200,0 200,0 200,0 200,100 200,100 200,100 200,200 200,200 200,200 100,200 100,200 100,200 100,200 0,200 0,200 0,100 0,100 0,100 0,100 0,100Z");
  transition: clip-path 0.25s, filter 0.25s;
  filter: saturate(1);
  z-index: 1;
}

.grid-gallery a:focus {
  outline: 1px dashed black;
  outline-offset: -2px;
}


.kids {
  text-align: center;
  margin-top: 8em;
}

.kids h1 {
  margin-bottom: 2em;
}

a.link {
  color: #444;
  margin: 0 auto;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

a.link:hover {
  color: #555;
  width: 170px;
  text-decoration: none;
  transition: color 0.25s linear;
}

.doctrine p {
  text-align: center;
  padding: 3px;
  margin: 0;
  transition: color 0.25s linear;
}

.doctrine h1 {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
}

.doctrine .p-relative-down {
  position: relative;
  top: 6px;
}

.doctrine .p-relative-uppp {
  position: relative;
  top: -6px;
}

.members {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.members > div {
  width: 200px;
  height: 175px;
}

@media screen and (max-width: 800px) {
  .members {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
}

.members div, .members p {
  text-align: center;
}

.members .name {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.members .role {
  color: #666;
  font-size: 0.95em;
  margin: 0;
}

.members .member {
  color: #444;
  font-size: 0.9em;
  margin: 0;
}

.members .profile {
  background-color: white;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin: 15px auto;

}

.scroll-area {
  scroll-snap-align: start;
}

body, main, article.post:not(.h-entry) { /*div.wrapper*/
  overflow: hidden;
}

main::-webkit-scrollbar, article.post:not(.h-entry)::-webkit-scrollbar  { /*div.wrapper::-webkit-scrollbar*/
  overflow: hidden;
}

body, html {
  overflow: auto;
  scrollbar-color: #222 #333;
}

.post-content:not(.e-content) {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100dvh;
  scroll-behavior: smooth;
  scroll-snap-points-y: repeat(100dvh);
  /*scroll-padding: 15px;*/
  overflow: auto;
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

#mimesis-header-logo {
  /*display: none;*/
  transition: opacity 0.125s ease;
  opacity: 0;
}

#mimesis-header-logo.visible {
  /*display: inline-block;*/
  transition: opacity 0.5s ease;
  opacity: 1;
}

#mimesis-header-logo.subpage {
  /*display: inline-block;*/
  transition: opacity 0.5s ease;
  opacity: 1;
}

@media (orientation: portrait) {
  .landscape {
    display: none;
  }

  .post-content {
    flex-direction: column;
    scroll-snap-type: none;
  }

  .metachars-slide {
    background-position: right bottom !important;
  }
  
  .heroes {
    background-image: url('img/heroes-fg.png');
    display: block;
    position: absolute;
    bottom: 0;
    width: 100vw;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
  }

  .mood-slide .textbox-top {
    width: 95vw;
  }

  div.character-wrapper {
    width: 90vw;
  }

  #mimesis-header-logo {
    display: none !important;
  }
}

.post-content::-webkit-scrollbar {
  display: none;
}

.header-border {
  margin: 0;
  height: 1px;
  background-color: white;
  z-index: 12;
  margin-bottom: clamp(0.5rem, 0.5vw, 2.5rem);;
}

.footer-border-wrapper {
  position: absolute;
  width: 100%;
  padding: 15px 4% 0 4%;
  height: clamp(0.5rem, 0.5vw, 5rem);
  bottom: clamp(1rem, 1.75vw, 12rem);
}

.footer-space {
  padding-bottom: clamp(0.5rem, 1.75vw, 12rem);
}

.footer-border {
  background-color: white;
  height: 1px;
}

.spacer-large {
  height: clamp(3rem, 10vh, 30rem);
}

.spacer-medium {
  height: clamp(2rem, 7vh, 20rem);
}

.spacer-small {
  height: clamp(1rem, 4vh, 10rem);
}

.footer-border:not(.no-triangle)::after {
  color: white;
  content: "\25BC"; /* Unicode for downward-pointing triangle */
  display: inline-block;
  font-size: clamp(0.6rem, 1vw, 5rem);
  transform: scaleX(1.2) scaleY(0.6);
  top: -0.1rem;
  position: relative;
}

.site-footer a {
  margin: 4px;
}

.wrapper.bot-wrap {
  display: grid;
  grid-template-columns: 20vw 40vw 20vw;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

a:visited {
  color: white;
}

a .social-icon:hover {
  color: var(--interactive);
  transition: color linear 0.25s;
}

a .social-icon {
  transition: color linear 0.1s;
  font-size: clamp(1rem, 1.5vw, 8rem);
  padding: clamp(0.25rem, 0.3vw, 4rem);
}

#success-message, label.entry__error {
  font-size: clamp(1rem, 1.5vw, 8rem);
}

.social-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

div.c-footer p {
  color: #444;
  font-size: clamp(1rem, 1.5vw, 8rem);
  margin: 0;
  font-weight: 500;
}

.c-footer p i {
  font-style: normal;
  margin-left: clamp(0.25rem, 0.3vw, 4rem);;
  color: #333;
}

a.info-link {
  text-decoration: underline;
  font-size: clamp(0.6rem, 0.65vw, 5rem);
  position: relative;
  top: -0.75rem;
  color: #333;
}

.l-footer {
  text-align: left;
}

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

.bot-wrap a img {
  width: clamp(3rem, 5vw, 20rem);
  height: clamp(3rem, 5vw, 20rem);;
}

#sib-form input#EMAIL {
  border-radius: 0;
  background-color: #0e0e0e;
  transition: background-color 0.25s linear;
}

#sib-form .input:not(textarea), #sib-form .input__button {
  height: clamp(calc(2rem), 6vh, 10rem);
}

#sib-form button.sib-form-block__button {
  height: clamp(calc(2rem), 6vh, 10rem);
  min-height: 0;
  min-width: 120px;
}

.sib-form div.entry__field {
  border: none;
  border-radius: 0px;
}

.sib-form div.entry__field:focus-within {
  box-shadow: none;
  /*box-shadow: 0 0 0 2px var(--interactive);*/
}

#sib-form div.entry__field:focus-within input#EMAIL {
  background-color: #0d0b09;
  transition: background-color 0.25s linear;
}

div.sib-form .input_replaced:checked, div.sib-form .entry__choice .checkbox {
  background: none;
  background-color: #0d0b09;
  border: none;
  border-radius: 0;
  box-shadow: none !important; 
}

div.sib-form .checkbox_tick_positive:before {
  border-color: #0d0b09;
  box-shadow: none !important; 
}

div.sib-form .input_replaced:checked+.checkbox_tick_positive {
  background-color: #0d0b09;
  border-color: #0d0b09;
  box-shadow: none !important; 
}

div.sib-form .input_replaced:checked+.checkbox_tick_positive::before {
  background-color: #0d0b09;
  border-color: white;
  box-shadow: none !important; 
}

div.sib-form .input_replaced:active+.checkbox {
  box-shadow: none;
  box-shadow: none !important; 
}

.sib-form p.entry__specification {
  color: #353535;
  font-size: clamp(0.75rem, 0.8vw, 4rem);
}

.arch-text {
  font-family: Cormorant;
  font-size: clamp(1rem, 1.5vw, 8rem);
}

.post-content p.scaled-text, div.feature-box div.post-content p.scaled-text, p.scaled-text {
  font-size: clamp(1rem, 1.5vw, 8rem);
}

.post-content .story-slide p.arch-text {
  font-family: Cormorant;
  font-size: clamp(1rem, 1.4vw, 7rem);
}


h1.arch-text {
  font-size: clamp(2.5rem, 3vw, 16rem);
  font-weight: lighter;
}

.left-to-center {
  text-align: left;
}

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

.only-large {
  display: block;
}

.simple-bot-margin {
  margin-bottom: clamp(0.9rem, 1.3vw, 7rem);
}

.big-bot-margin {
  margin-bottom: clamp(4rem, 4.5vw, 22rem);
}

.simple-left-margin {
  margin-left: clamp(1rem, 5vw, 25rem);
}

@media  screen and (max-width: 850px) {
  .left-to-center {
    text-align: center;
  }

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

  .only-large {
    display: none;
  }

  .no-margin-sm {
    margin: 0;
  }
}

.subscribe .arch-text {
  
  text-align: center;
  margin-top: clamp(1rem, 1.5vw, 8rem)
}

div.sib-form {
  padding-top: 17vh;
  padding-bottom: 15vh;
  height: 80vh;
}

h1 {
  font-size: clamp(1.5rem, 2.1vw, 8rem);
  font-weight: bold;
  margin-bottom: 0;
}

h2 {
  font-size: clamp(1.35rem, 1.8vw, 7rem);
  font-weight: bold;
  margin-bottom: 0;
}

.post-content p, div.feature-box div.post-content p {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 200;
}

.post-content time {
  font-size: clamp(0.7rem, 1vw, 4rem);
}

.post-content p.arch-text { /*.sib-form-block p*/
  font-size: clamp(1.25rem, 1.5vw, 7rem);
  font-weight: 100;
}

/*div.sib-form-block p {
  margin-bottom: 0.5em;
  color: #bbb;
  font-size: clamp(1rem, 1.5vw, 6rem);
}*/

div.sib-form-block {
  padding: 0;
}

.subscribe h1 i {
  font-style: normal;
  color: var(--interactive);
}

.subscribe {
  height: 100dvh;
  background-image: url('img/orange-bg.png');
  background-position: bottom center; 
  background-repeat: no-repeat;
  background-size: cover;
}

div div label.entry__error.entry__error--primary {
  margin-top: 0;
  margin-bottom: 0;
}

div#error-message {
  text-align: center;
    margin: 0 auto;
    width: 370px;
}

div.sib-form .entry__field {
  background-color: transparent;
}

div.entry__field input.input  {
  color: #EEE;
  font-size: clamp(1rem, 1vw, 6rem);
}



div.entry__field input.input::placeholder  {
  color: #444 !important;
  font-style: italic;
}

/* TAGS **/

ul.gold-tags {
  display:flex;
  justify-content: center;
  width: 55vw;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  padding-top: 1vh;
}

.gold-tags li {
  display: inline;
  background-color: transparent;
  color: white;
  border: 1px solid gray;
  /*color: var(--interactive);*/
  margin: 0.2rem 0.2rem 0.2rem 0.2rem;
  padding: clamp(0.5rem, 0.6vh, 3rem);
  font-size: clamp(1rem, 2.25vh, 8rem);
  /*background-color: var(--prime-btn);*/
  /*height: 50px;*/
  /*width: 140px;*/
  position: relative;
  /*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB3711 0%, #FDB93111 8%, #9f792811 30%, #8A6E2F11 40%, transparent 80%),
              radial-gradient(ellipse farthest-corner at left top, #FFFFFF11 0%, #FFFFAC11 8%, #D1B46411 25%, #5d4a1f11 62.5%, #5d4a1f11 100%);*/

}

.gold-tags li span {
  margin-bottom: 0;
  padding: clamp(0.4rem, 0.5vh, 2rem);
}

.gold-tags li span::before {
  content: '#';
  color: gray;
  font-size: clamp(1rem, 2.25vh, 8rem);
  margin-right: clamp(0.4rem, 0.5vh, 2rem);
  font-weight: 100;
}

/***/

div.sl-wrapper {
  background-color: #000000ee;
}

.sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-navigation button.sl-prev, .sl-wrapper button.sl-close {
  color: gray;
  transition: color 0.15s linear;
  font-family: Cormorant;
  font-size: 5rem !important;
  font-weight: 100;
}

.sl-wrapper .sl-navigation button.sl-next:hover,
 .sl-wrapper .sl-navigation button.sl-prev:hover,
 .sl-wrapper button.sl-close:hover {
  color: var(--interactive);
  transition: color 0.2s linear;
}

.sl-wrapper .sl-image div.sl-caption {
  background: none;
  background-color: transparent;
}

.sl-wrapper .sl-navigation button {
  transform: scale(0.5, 1.5);
}

#pressContent {
  text-align: center;
  padding: 10px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: none !important;
}

@media  screen and (min-width: 850px) {
  .gallery > a {
    height: clamp(10rem, 35vh, 70rem);;
    cursor: pointer;
    position: relative;
  }
}

@media  screen and (max-width: 850px) {
  .gallery > a {
    height: clamp(10rem, 20vh, 40rem);;
    cursor: pointer;
    position: relative;
  }
}



.gallery a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.signpost {
  display: flex;
  justify-content: center;
}

.signpost a {
  margin: clamp(0.5rem, 0.75vw, 5rem);
  font-size: clamp(0.75rem, 1vw, 5rem);
}

a.download#mailGenerator {
  color: gray;
}

p a {
  text-decoration: underline;
}

div.gallery {
  padding-bottom: 5vh;
  display: flex;
  justify-content: center;
}


h2[id]:target::before {
  content: "";
  display: block;
  height: 8rem; /* Adjust this value to control the offset */
  margin-top: -8rem; /* Adjust this value to control the offset */
}

p.p-info {
  font-size: clamp(1rem, 1.5vw, 8rem);
  font-weight: 500;
}


.post-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  width: 85vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1);
  /*transition: transform 0.15s ease-in-out;*/
}

.post-top-padding {
  margin-top: 7rem;
}

.post-preview:hover {
  transform: translateX(-50%) scale(1);
  /*transition: transform 0.15s ease-in-out;*/
}

a.post-preview {
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.15);
  transition: border 0.25s linear, background-color 0.25s linear;
  position: relative;
  margin-bottom: 3rem;
}

a.post-preview:hover {
  border: 1px solid var(--interactive);
  background-color: var(--prime-btn);
  transition: border 0.25s linear, background-color 0.25s linear;
}

/*.post-preview::after {
  color: var(--darktext);
  content: "\25B8";
  display: inline-block;
  font-size: clamp(2.5rem, 2vw, 7rem);
  transform: scale(1, 3) translateX(-10%);
  opacity: 0;
  transition: opacity 0.1s linear;
}

.post-preview:hover::after {
  opacity: 1;
  transition: opacity 0.25s linear;
}*/

.post-preview-headline {
  display: flex; 
  justify-content: left; 
  align-items: center;
  text-align: left;
}

.post-preview-headline h2 {
  font-size: clamp(1.2rem, 1.6vw, 5rem);
}



.post-preview:hover {
  text-decoration: unset !important;
}

.item {
  flex: 1 1 200px; /* Initial flex basis */
  color: #111;
  padding: clamp(1rem, 1.5vw, 8rem);
}

.item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.h-entry {
  width: 60vw;
  max-width: 1920px;
  margin: 0 auto;
}

@media (orientation: portrait), screen and (max-width: 800px) {
  .item {
    flex-basis: 50%; /* Each item takes 50% of the container in portrait mode */
  }

  .slide {
    height: auto;
    background-attachment: scroll;
  }

  div.textbox-center, .textbox-center, .post-preview, .textbox-left, .textbox-right, .post-preview:hover {
    position: relative;
    transform: none;
    left: 0;
    margin: 0 auto;
    /*padding-bottom: 20vh;*/    
  }

  .hero-slide div.textbox-left {
    margin: 0 auto;
    top: 10vh;
    position: absolute;
    width: 80vw;
    left: 50%;
    transform: translate(-50%);
  }

  /* div.textbox-bot, div.textbox-top*/

  .mood-slide div.textbox-bot, .latest-news-slide div.textbox-bot, 
  .mood-slide div.textbox-top, .latest-news-slide div.textbox-top, 
  .mood-slide, .latest-news-slide {
    display: block;
    position: relative;
    transform: none;
    left: 0;
    margin: 0 auto;
  }

  div.textbox-bot.more-news {
    padding-top: 7vh;
    padding-bottom: 10vh;
  }

  .h-entry {
    padding-top: clamp(4rem, 8vh, 16rem);
    width: 100vw;
  }
}

div.dark h1 {
  color: black;
  font-weight: bold;
}

div.dark h2 {
  color: #555;
}

div.dark p,
div.dark a {
  color: var(--darktext);
}

.transparent-gradient-text {
  color: transparent;
  background-color: transparent;
  background-image: linear-gradient(45deg,var(--darktext), transparent);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
}

div a.more-news-link {
  color: var(--darktext);
}

div a.more-news-link:hover {
  text-decoration: unset !important;
}

#chronicles {
  width: 12vh;
}

.digitize-slide {
  background-color: white;
  background-image: url('img/touch4.png');
  background-position: bottom center; 
  background-repeat: no-repeat;
  background-size: cover;
  height: 100dvh;
}

.news-slide {
  background-image: url('img/white-bg.png');
  background-position: center center; 
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100dvh;
}

.news-slide2 {
  background-repeat: repeat !important;
  height: auto !important;
  padding-bottom: 3rem;
}

.page-content {
  /*background-image: url('img/simple-bg.png');*/
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: scroll !important;
}

.splide__track:has(li:nth-child(3)) {
  /*mask-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, transparent 100%);*/
}

.headline-rune {
  width: clamp(4rem, 14vh, 20rem);
  height: clamp(4rem, 14vh, 20rem);
}

.headline-rune.dark {
  filter: brightness(0) invert(24%) sepia(0%) saturate(2%) hue-rotate(342deg) brightness(98%) contrast(90%);
}

.subs-explainer {
  font-size: clamp(0.75rem, 0.8vw, 4rem) !important;
}

.post-banner-top {
  padding-top: 2.5rem;
}

.post-banner {
  position: relative;
}

.post-banner img {
  width: 100vw;
  height: auto;
}

.post-banner h1 {
  position: absolute;
  bottom: 0;
  color: white; /* Change to desired text color */
  text-align: center;
  z-index: 1; /* Ensure the text is above the image */
  padding-left: clamp(2rem, 2.5vw, 10rem);
  padding-right: clamp(2rem, 2.5vw, 10rem);
  text-align: center;
  width: 100%;
}

.e-content {
  background-color: rgba(16,16,16,0.8);
  padding: clamp(2rem, 2.5vw, 10rem);
}

.feature-box .e-content {
  padding-top: clamp(1rem, 1.75vw, 5rem);
  padding-bottom: clamp(1rem, 1.75vw, 5rem);
}

p.post-meta {
  background-color: rgba(16,16,16,0.8);
  padding: clamp(2rem, 2.5vw, 10rem);
  text-align: center;
  margin: 0;
}

.page-content p.post-meta {
  padding: 0;
}

article.h-entry img {
  margin: 0 auto;
  display: block;
}


.creator-button {
  width: clamp(8rem, 10vw, 40rem);
}




/****** TABS ****/
/****** TABS ****/
/* Style the tab */
.tab {
  overflow: hidden;
  display: flex;
  justify-content: space-evenly; /* Distribute space evenly */
}

.media-tab {
  display: table;
}



/* Style the buttons that are used to open the tab content */
.tab button, .media-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  flex: 1;
}

.media-tab button {
  min-width: 12vw;
}

/* Change background color of buttons on hover */
.tab button:hover {
  
}

/* Create an active/current tablink class */
.tab button.active {
  
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  position: absolute;
}

.tabcontent .post-banner {
  position: absolute;
  top: 0;
}

/* Class to hide tab content */
.tab-hider {
  display: block;
}

/* Media query for portrait orientation */
@media screen and (orientation: portrait) {
  .tab {
    display: none;
  }

  .tabcontent.tab-hider {
    display: block;
  }

  /*.slide.scroll-area.features {
    scroll-snap-align: none;
  }*/
}

@media screen and (orientation: landscape) and (max-width: 1000px) {

  div.textbox-left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70vw;
    top: 10vh;
  }
  
  .heroes {
    background-image: url('img/heroes-fg.png');
    display: block;
    position: absolute;
    bottom: 0;
    width: 100vw;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
  }

}

@media screen and (orientation: landscape) {
  .portrait {
    display: none;
  }

  .tabcontent {
    display: none;
  }

  .tabcontent.tab-hider {
    display: block;
  }

  .feature-box {
    max-width: 70vw;
  }

  .mood-slide .textbox-top {
    width: 70vw;
  }
}

.feature-box img {
  width: 100vw;
}

.feature-box .splide__arrows {
  position: relative;
  bottom: 1.5rem;
}

button.splide__arrow {
  background: none !important;
  color: white;
}

button.splide__arrow:disabled {
  display: none;
}

button.splide__arrow svg {
  fill: white;
  transition: color 0.25s linear;
}

button.splide__arrow:hover svg {
  fill: var(--interactive);
  transition: color 0.25s linear;
}

section.splide {
  border-top: 1px solid white;
}

button.splide__pagination__page {
  border-radius: 0;
}



.character-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.95);
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  opacity: 1;
  transition: opacity 0.5s linear;
}

#features.character-modal {
  background-image: url('img/keyfeatures.png');
  background-position: center bottom;
  background-color: transparent;
  background-size: cover;
}

.character-wrapper {
    max-height: 70vh;
    width: 50vw;
    text-align: center;
    margin: 5rem auto;
}

.character-wrapper img {
  max-height: 40vh;
  margin-bottom: 2rem;
}

.presskit-subtext {
  position: absolute;
  text-align: center;
  color: #3D3D3D;
  width: 100%;
  font-size: clamp(1rem, 1.25vw, 4rem);
}


.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-content ul li {
  color: var(--whitetext);
}




/****      GLITCH ***/

.glitch {
  display: inline-block;
  position: relative;
}

.glitch span {
  display: inline-block;
  position: relative;
  animation: glitch 4s infinite;
  text-decoration: underline;
}

@keyframes glitch {
  0%, 100% {
      color: #ffffff;
      /*transform: translate(0, 0);*/
  }
  10% {
      color: #f1f1f1;
      /*transform: translate(-0.1px, -0.1px);*/
  }
  20% {
      color: #f2f2f2;
      /*transform: translate(0.1px, 0.1px);*/
  }
  30% {
      color: #f3f3f3;
      /*transform: translate(-0.1px, 0.1px);*/
  }
  40% {
      color: #f4f4f4;
      /*transform: translate(0.1px, -0.1px);*/
  }
  50% {
      color: #ffffff;
      /*transform: translate(0, 0);*/
  }
  60% {
      color: #f5f5f5;
      /*transform: translate(-0.1px, -0.1px);*/
  }
  70% {
      color: #f6f6f6;
      /*transform: translate(0.1px, 0.1px);*/
  }
  80% {
      color: #ccc;
      /*transform: translate(-0.1px, 0.1px);*/
  }
  90% {
      color: #f8f8f8;
      /*transform: translate(0.1px, -0.1px);*/
  }
}

a img.logo.logo-mimesis {
  width: clamp(6.732rem, 8.58vw, 39.6rem);
  height: clamp(2.55rem, 3.25vw, 15rem);/*min(6vh, 6vw);*/
}

div .presskit-headline {
  text-align: center;
  color: #3D3D3D;
  font-size: clamp(1rem, 1.25vw, 4rem);
}


.hover-reveal-text {
  transition: color 0.45s, content 0.45s;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.hover-reveal-text::after {
  content: 'ONYX PRISM';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s;
}

.hover-reveal-text:hover::after {
  opacity: 1;
}

.hover-reveal-text:hover {
  color: transparent;
}

.uncover {
  display: inline-block;
  text-decoration: none;
  font-family: monospace; /* Ensures consistent spacing */
}

.uncover span {
  display: inline-block;
  width: 1ch; /* Uniform width for each character */
  font-weight: bold;
  text-align: center; /* Center the character in the span */
  font-size: clamp(0.95rem, 1.25vw, 5rem);
  width: clamp(0.95rem, 1.25vw, 5rem);
  height: clamp(0.95rem, 1.25vw, 5rem);
  opacity: 1; /* Ensure all characters are visible initially */
  transition: opacity 0.1s ease-in-out; /* Smooth transition for opacity */
}

.uncover span.hidden {
  opacity: 0; /* Hide letters when needed */
}

.uncover span.revealed {
  opacity: 1; /* The letter becomes visible */
}

.uncover span.fading-out {
  opacity: 0; /* Fade out the current letter */
}

.uncover span.fading-in {
  opacity: 1; /* Fade in the new letter */
  transition: opacity 0.3s ease-in-out; /* Smooth transition for opacity */
}


@media screen and (max-width: 600px), (orientation: portrait) {
  a#ロロロロロロロロロ {
    display: none;
  }
}